]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
gdb: add "set startup-quietly" command
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.base/startup-file.exp: Add more tests.
4
5 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
6
7 PR cli/25956
8 * gdb.base/early-init-file.c: New file.
9 * gdb.base/early-init-file.exp: New file.
10 * lib/gdb-utils.exp (style): Handle style 'none'.
11
12 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
13
14 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: Use
15 @DW_INL_declared_inlined for the inline attribute.
16
17 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
18
19 * gdb.opt/inline-locals.c (scoped): New function.
20 (main): Call 'scoped'.
21 * gdb.opt/inline-locals.exp: Update with "info locals" tests
22 for scoped variables.
23 * gdb.dwarf2/dw2-inline-with-lexical-scope.c: New file.
24 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: New file.
25
26 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
27
28 * lib/dwarf.exp (_location): Recognize DW_OP_fbreg as an op.
29
30 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
31
32 * gdb.arch/powerpc-vsx-regs.exp: Initialize vs* doublewords.
33
34 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
35
36 * gdb.arch/powerpc-plxv-nonrel.s: Testcase using
37 non-relative plxv instructions.
38 * gdb.arch/powerpc-plxv-nonrel.exp: Testcase harness.
39
40 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
41
42 PR gdb/27525
43 * gdb/testsuite/gdb.arch/powerpc-addpcis.exp: Testcase harness to
44 exercise single-stepping over subpcis,lnia,addpcis instructions
45 with displacement.
46 * gdb/testsuite/gdb.arch/powerpc-addpcis.s: Testcase with stream
47 of addpcis/lnia/subpcis instructions.
48 * gdb/testsuite/gdb.arch/powerpc-lnia.exp: Testcase harness to
49 exercise single-stepping over lnia instructions with displacement.
50 * gdb/testsuite/gdb.arch/powerpc-lnia.s: Testcase with stream of
51 lnia instructions.
52
53 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
54
55 * gdb.arch/powerpc-power10.s: New test for instructions.
56 * gdb.arch/powerpc-power10.exp: Harness to run the test.
57
58 2021-4-12 Carl Love <cel@us.ibm.com>
59
60 * gdb.arch/vsx-vsr-float128.c: New test file.
61 * gdb.arch/vsx-vsr-float128.exp: New expect file.
62
63 2021-04-12 Markus Metzger <markus.t.metzger@intel.com>
64
65 * gdb.btrace/reconnect.exp: Relax expected stepi output.
66
67 2021-04-07 Weimin Pan <weimin.pan@oracle.com>
68
69 * gdb.base/ctf-ptype.c: Add struct link containing a forward
70 reference type.
71 * gdb.base/ctf-ptype.exp: Add "ptype struct link".
72
73 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
74
75 * gdb.fortran/dynamic-ptype-whatis.exp: New file.
76 * gdb.fortran/dynamic-ptype-whatis.f90: New file.
77
78 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
79
80 * gdb.cp/rvalue-ref-params.cc (f3): New function.
81 (f4): New function.
82 (global_int): New global variable.
83 (global_float): Likeiwse.
84 (main): Call both new functions.
85 * gdb.cp/rvalue-ref-params.exp: Add new tests.
86
87 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
88
89 * gdb.dwarf2/fission-relative-dwo.c: New file.
90 * gdb.dwarf2/fission-relative-dwo.exp: New file.
91
92 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
93
94 * gdb.dwarf2/fission-absolute-dwo.c: New file.
95 * gdb.dwarf2/fission-absolute-dwo.exp: New file.
96 * gdb.dwarf2/fission-base.exp: Use build_executable_and_dwo_files
97 instead of build_executable_from_fission_assembler.
98 * gdb.dwarf2/fission-loclists-pie.exp: Likewise.
99 * gdb.dwarf2/fission-loclists.exp: Likewise.
100
101 * gdb.dwarf2/fission-multi-cu.S: Delete file.
102 * gdb.dwarf2/fission-multi-cu.c: New file based on old
103 fission-multi-cu1.c and fission-multi-cu2.c files.
104 * gdb.dwarf2/fission-multi-cu1.c: Delete file.
105 * gdb.dwarf2/fission-multi-cu2.c: Delete file.
106 * gdb.dwarf2/fission-multi-cu.exp: Rewrite to use Dwarf assembler.
107 * gdb.dwarf2/fission-reread.exp: Likewise.
108 * lib/dwarf.exp (extract_dwo_information): New proc.
109 (strip_dwo_information): New proc.
110 (build_executable_and_dwo_files): New proc.
111 (build_executable_from_fission_assembler): Delete.
112 (Dwarf::_debug_addr_index): New variable.
113 (Dwarf::_cu_is_fission): New variable.
114 (Dwarf::_handle_DW_FORM): Handle DW_OP_GNU_addr_index.
115 (Dwarf::_default_form): Supply a default for DW_AT_GNU_addr_base.
116 (Dwarf::_handle_macro_at_range): Use form DW_FORM_GNU_addr_index
117 if this is a fission CU.
118 (Dwarf::_location): Handle DW_OP_GNU_addr_index.
119 (Dwarf::debug_addr_label): New proc.
120 (Dwarf::cu): Initialise _cu_is_fission.
121 (Dwarf::tu): Likewise.
122 (Dwarf::assemble): Initialise _debug_addr_index.
123
124 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
125
126 * gdb.dwarf2/dw2-using-debug-str.exp: Add an additional test.
127
128 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
129
130 * gdb.python/py-parameter.exp: Add test for reading data-directory
131 using gdb.parameter API.
132
133 2021-04-06 Tom de Vries <tdevries@suse.de>
134
135 PR breakpoints/25884
136 * gdb.opt/inline-cmds.exp: Remove kfail.
137
138 2021-04-06 Tom de Vries <tdevries@suse.de>
139
140 PR testsuite/27691
141 * gdb.threads/gcore-thread.exp: Don't call gdb_core_cmd with core
142 file "".
143
144 2021-04-01 Egeyar Bagcioglu <egeyar@gmail.com>
145
146 * lib/pdtrace.in: Fix obvious typo.
147
148 2021-03-31 Tom Tromey <tromey@adacore.com>
149
150 * lib/dwarf.exp (Dwarf::_get_args): New proc.
151 (Dwarf::_location): Use it.
152
153 2021-03-31 Tom de Vries <tdevries@suse.de>
154
155 PR testsuite/27667
156 * lib/gdb.exp (default_gdb_init): Unset DEBUGINFOD_URLS.
157
158 2021-03-30 Simon Marchi <simon.marchi@polymtl.ca>
159
160 PR gdb/27541
161 * gdb.base/index-cache-load-twice.exp: Remove.
162 * gdb.base/index-cache-load-twice.c: Remove.
163 * gdb.dwarf2/per-bfd-sharing.exp: New.
164 * gdb.dwarf2/per-bfd-sharing.c: New.
165
166 2021-03-30 Tom de Vries <tdevries@suse.de>
167
168 PR testsuite/27604
169 * gdb.dwarf2/dw2-cu-size.S: Add missing .debug_abbrev terminator.
170
171 2021-03-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
172
173 * gdb.mi/user-selected-context-sync.exp: Spin on a variable in
174 the infinite loop to avoid a Clang bug.
175
176 2021-03-26 Will Schmidt <will_schmidt@vnet.ibm.com>
177
178 * gdb.arch/powerpc-disassembler-options.exp: Extend some test
179 names for uniqueness.
180 * gdb.arch/powerpc-fpscr-gcore.exp: Add more test names for
181 uniqueness.
182
183 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
184
185 * gdb.python/py-prettyprint.c (struct container): Add 'is_array_p'
186 member.
187 (make_container): Initialise is_array_p.
188 * gdb.python/py-prettyprint.exp: Add new tests.
189 * gdb.python/py-prettyprint.py (ContainerPrinter.display_hint):
190 Check is_array_p and possibly return 'array'.
191
192 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
193
194 * gdb.cp/breakpoint.exp: Extend test names to make them unique.
195 * gdb.cp/casts.exp: Give tests unique names.
196 * gdb.cp/filename.exp: Likewise.
197 * gdb.cp/gdb2495.exp: Likewise.
198 * gdb.cp/mb-ctor.exp: Extend test names to make them unique.
199 * gdb.cp/misc.exp: Rename test to make it unique.
200 * gdb.cp/nsnested.exp: Give tests unique names.
201 * gdb.cp/ovldbreak.exp: Likewise.
202 * gdb.cp/pr17494.exp: Rename test to reflect what is actually
203 being tested. This also removes the duplicate test name.
204 * gdb.cp/ref-types.exp: Likewise.
205 * gdb.cp/temargs.exp: Likewise.
206
207 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
208
209 * gdb.cp/cplusfuncs.exp (test_paddr_operator_functions): Escape
210 square brackets in test.
211
212 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
213
214 * gdb.cp/maint.exp (test_first_component): Run more tests with a
215 variable number of spaces, this removes the duplicate testing of
216 'operator ->' which existed before.
217
218 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
219
220 * gdb.cp/gdb2384.cc (main): Change comments used for breakpoints.
221 * gdb.cp/gdb2384.exp: Change and extend test names to avoid
222 duplicates, and also to avoid having a string inside parentheses
223 at the end of test names.
224
225 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
226
227 * gdb.cp/nsusing.exp: Rewrite test, remove a duplicate test block.
228 Avoid repeated uses of 'runto', and instread just progress once
229 through the test stopping at different breakpoints. Give comments
230 a capital letter and full stop. Give duplicate tests unique names.
231
232 2021-03-25 Pedro Alves <pedro@palves.net>
233
234 * gdb.server/stop-reply-no-thread-multi.exp (run_test): Add
235 "target_non_stop" parameter and use it.
236 (top level): Add "maint set target-non-stop on/off" testing axis.
237
238 2021-03-25 Andrew Burgess <andrew.burgess@embecosm.com>
239
240 * lib/ada.exp (gnat_runtime_has_debug_info): Use -wrap with
241 gdb_test_multiple.
242
243 2021-03-24 Luis Machado <luis.machado@linaro.org>
244
245 * gdb.arch/aarch64-mte.c: New file.
246 * gdb.arch/aarch64-mte.exp: New test.
247 * gdb.base/memtag.c: New file.
248 * gdb.base/memtag.exp: New test.
249 * lib/gdb.exp (supports_memtag): New function.
250
251 2021-03-24 Luis Machado <luis.machado@linaro.org>
252
253 * gdb.base/options.exp: Adjust for new print options.
254 * gdb.base/with.exp: Likewise.
255
256 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
257
258 * gdb.dwarf2/dw2-missing-cu-tag.c: New file.
259 * gdb.dwarf2/dw2-missing-cu-tag.exp: New file.
260
261 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
262
263 * gdb.dwarf2/dw2-using-debug-str.c: New file.
264 * gdb.dwarf2/dw2-using-debug-str.exp: New file.
265 * lib/dwarf.exp (Dwarf::DW_FORM_strp): Create .debug_str section,
266 not .debug_string.
267
268 2021-03-20 Tom Tromey <tom@tromey.com>
269
270 * gdb.base/maint.exp: Update "maint print statistics" output.
271
272 2021-03-19 Kevin Buettner <kevinb@redhat.com>
273
274 * lib/gdbserver-support.exp (gdbserver_exit): Use the
275 "-nowait" flag when waiting for gdbserver to exit.
276
277 2021-03-19 Sourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
278
279 * gdb.base/info-macros.exp: Append -fdebug-macro to
280 additional_flags for clang.
281 * gdb.base/macscp.exp: Likewise.
282 * gdb.base/style.exp: Likewise.
283 * gdb.linespec/macro-relative.exp: Likewise.
284
285 2021-03-17 Simon Marchi <simon.marchi@polymtl.ca>
286 Pedro Alves <pedro@palves.net>
287
288 * gdb.base/run-attach-while-running.exp: New.
289 * gdb.base/run-attach-while-running.c: New.
290
291 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
292
293 * gdb.python/py-framefilter-addr.c: New file.
294 * gdb.python/py-framefilter-addr.exp: New file.
295 * gdb.python/py-framefilter-addr.py: New file.
296
297 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
298
299 * gdb.threads/execl.exp: Remove duplicate 'info threads' test.
300 Make use of $gdb_test_name instead of creating a separate $test
301 variable.
302 * gdb.threads/print-threads.exp: Add a with_test_prefix instead of
303 adding a '($name)' at the end of each test. This also catches the
304 one place where '($name)' was missing, and so caused a duplicate
305 test name.
306 * gdb.threads/queue-signal.exp: Give tests unique names to avoid
307 duplicate test names based on the command being tested.
308 * gdb.threads/signal-command-multiple-signals-pending.exp:
309 Likewise.
310 * lib/gdb.exp (gdb_compile_shlib_pthreads): Tweak test name to
311 avoid duplicate testnames when a test script uses this proc and
312 also gdb_compile_pthreads.
313 * lib/prelink-support.exp (build_executable_own_libs): Use
314 with_test_prefix to avoid duplicate test names when we call
315 build_executable twice.
316
317 2021-03-15 Tom Tromey <tromey@adacore.com>
318
319 * gdb.ada/fixed_points.exp: Add tests of unary + and -.
320
321 2021-03-15 Tom Tromey <tromey@adacore.com>
322
323 * gdb.ada/varsize_limit.exp: Add new test.
324 * gdb.ada/varsize_limit/vsizelim.adb: Update.
325
326 2021-03-15 Tom Tromey <tromey@adacore.com>
327
328 * gdb.ada/operator_call/twovecs.ads: New file.
329 * gdb.ada/operator_call/twovecs.adb: New file.
330 * gdb.ada/operator_call/opcall.adb: New file.
331 * gdb.ada/operator_call.exp: New file.
332
333 2021-03-15 Tom Tromey <tromey@adacore.com>
334
335 * gdb.ada/enums_overload/enums_overload_main.adb: New file.
336 * gdb.ada/enums_overload/enums_overload.ads: New file.
337 * gdb.ada/enums_overload/enums_overload.adb: New file.
338 * gdb.ada/enums_overload.exp: New file.
339
340 2021-03-15 Tom Tromey <tromey@adacore.com>
341
342 * gdb.ada/assign_arr/target_wrapper.ads (IArray, Put, Do_Nothing):
343 Declare.
344 * gdb.ada/assign_arr/target_wrapper.adb: New file.
345 * gdb.ada/assign_arr/main_p324_051.adb (IValue): New variable.
346 Call Put.
347 * gdb.ada/assign_arr.exp: Update.
348
349 2021-03-15 Andrew Burgess <andrew.burgess@embecosm.com>
350
351 * gdb.python/py-auto-load-chaining-f1.c: New file.
352 * gdb.python/py-auto-load-chaining-f1.o-gdb.py: New file.
353 * gdb.python/py-auto-load-chaining-f2.c: New file.
354 * gdb.python/py-auto-load-chaining-f2.o-gdb.py: New file.
355 * gdb.python/py-auto-load-chaining.c: New file.
356 * gdb.python/py-auto-load-chaining.exp: New file.
357
358 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
359
360 * gdb.python/py-bad-printers.exp: Extend test names to make them
361 unique.
362 * gdb.python/py-events.exp: Likewise.
363 * gdb.python/py-finish-breakpoint2.exp: Likewise.
364 * gdb.python/py-frame-inline.exp: Likewise.
365 * gdb.python/py-frame.exp: Likewise.
366 * gdb.python/py-infthread.exp: Likewise.
367
368 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
369
370 * gdb.python/py-value-cc.exp: Remove a duplicate test.
371
372 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
373
374 * gdb.python/lib-types.exp: Update the test to check the correct
375 python variable.
376
377 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
378
379 * gdb.python/py-explore-cc.exp: Extend test names to make them
380 unique.
381
382 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
383
384 * gdb.python/py-lookup-type.exp: Remove duplicate test.
385
386 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
387
388 * gdb.python/py-symtab.exp: Extend test names to make them
389 unique.
390
391 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
392
393 * gdb.python/py-prompt.exp: Add with_test_prefix to make test
394 names unique.
395
396 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
397
398 * gdb.python/py-block.exp: Give tests unique names.
399
400 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
401
402 * gdb.python/py-pp-maint.exp: Extend test names to make them
403 unique.
404
405 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
406
407 * gdb.python/py-explore.exp: Add with_test_prefix to make test
408 names unique.
409
410 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
411
412 * gdb.python/py-finish-breakpoint.exp: Make test names unique.
413
414 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
415
416 * gdb.python/py-strfns.exp: Use with_test_prefix to make test
417 names unique.
418
419 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
420
421 * gdb.python/py-format-string.exp: Use proc_with_prefix to make
422 test names unique.
423
424 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
425
426 * gdb.python/py-mi.exp: Use with_test_prefix to make test names
427 unique.
428
429 2021-03-09 Tom Tromey <tromey@adacore.com>
430
431 * gdb.base/cast-call.exp: New file.
432 * gdb.base/cast-call.c: New file.
433
434 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
435
436 * gdb.gdb/python-helper.exp: New file.
437
438 2020-03-04 Felix Willgerodt <felix.willgerodt@intel.com>
439
440 * gdb.fortran/intrinsics.exp: Add LOC tests.
441
442 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
443
444 * gdb.fortran/shape.exp: New file.
445 * gdb.fortran/shape.f90: New file.
446
447 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
448
449 * gdb.fortran/size.exp: New file.
450 * gdb.fortran/size.f90: New file.
451
452 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
453
454 * gdb.fortran/rank.exp: New file.
455 * gdb.fortran/rank.f90: New file.
456
457 2021-03-08 Tom Tromey <tom@tromey.com>
458
459 * gdb.fortran/debug-expr.exp: Update tests.
460
461 2021-03-08 Tom Tromey <tom@tromey.com>
462
463 * gdb.base/debug-expr.exp: Update expected dump output.
464
465 2021-03-06 Tom Tromey <tom@tromey.com>
466
467 * lib/dwarf.exp (_handle_DW_FORM): Treat DW_FORM_GNU_ref_alt and
468 DW_FORM_GNU_strp_alt like DW_FORM_sec_offset.
469 * gdb.dwarf2/dwznolink.exp: New file.
470
471 2021-03-05 Mark Wielaard <mark@klomp.org>
472
473 * lib/valgrind.exp (vgdb_start): Add --wait=1 to vgdbcmd.
474
475 2021-03-06 Weimin Pan <weimin.pan@oracle.com>
476
477 * gdb.base/ctf-ptype.exp: Add function tests and fix typos.
478
479 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
480
481 * gdb.btrace/rn-dl-bind.exp: Add ldflags=-Wl,-z,lazy.
482
483 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
484
485 * gdb.btrace/non-stop.exp: Adjust expected source lines.
486
487 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
488
489 * gdb.btrace/stepi.exp: Add {} options to prepare_for_testing.
490
491 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
492
493 * gdb.btrace/exception.cc (main): Update test source.
494 * gdb.btrace/exception.exp: Update patterns.
495 * gdb.btrace/function_call_history.exp: Likewise.
496
497 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
498
499 * gdb.btrace/unknown_functions.exp: Move -Wl,-x to ldflags.
500
501 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
502
503 * gdb.btrace/rn-dl-bind.exp: Replace reverse-step with
504 reverse-continue to breakpoint.
505
506 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
507
508 * gdb.btrace/delta.exp: Remove instruction-history and
509 function-call-history checks.
510
511 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
512
513 * README (Note): Add nopie_ldflag.
514 * lib/gdb.exp (gdb_compile): Extend nopie handling.
515
516 2021-03-02 Tom Tromey <tromey@adacore.com>
517
518 * gdb.ada/fixed_points.exp: Remove most special cases for minimal
519 encodings.
520
521 2021-02-27 Lancelot Six <lsix@lancelotix.com>
522
523 PR gdb/27393
524 * gdb.base/source-dir.exp: Test that empty dirnames are skipped.
525
526
527 2021-02-26 Tom Tromey <tom@tromey.com>
528
529 * lib/gdb.exp (skip_ctf_tests): Use expr on result.
530
531 2021-02-26 Jan Vrany <jan.vrany@labware.com>
532
533 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
534 Remove trailing \n from expected output.
535
536 2021-02-26 Markus Metzger <markus.t.metzger@intel.com>
537
538 * lib/gdb.exp (use_gdb_stub): Extend comment.
539
540 2021-02-25 Jan Matyas <jmatyas@codasip.com>
541
542 PR gdb/26819
543 * gdb.server/stop-reply-no-thread.exp: Add two test
544 scenarios that cover remote targets which do not have
545 the concept of threads.
546
547 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
548
549 * gdb.fortran/associated.exp: Add missing '-wrap' argument.
550
551 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
552
553 PR fortran/26155
554 * gdb.fortran/call-no-debug-func.f90: New file.
555 * gdb.fortran/call-no-debug-prog.f90: New file.
556 * gdb.fortran/call-no-debug.exp: New file.
557
558 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
559
560 * gdb.fortran/associated.exp: New file.
561 * gdb.fortran/associated.f90: New file.
562
563 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
564
565 * gdb.fortran/dot-ops.exp (dot_operations): Test ".xor.".
566
567 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
568
569 * gdb.base/sect-cmd.exp: Update expected results.
570
571 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
572
573 * gdb.base/sect-cmd.exp: Rewrite using modern testsuite
574 techniques. Enable the test for all targets.
575
576 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
577
578 * gdb.base/maint-info-sections.exp: Add new tests.
579 (check_maint_info_target_sections_output): New proc.
580
581 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
582
583 * gdb.arch/riscv-default-tdesc.exp: New file.
584
585 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
586
587 * gdb.fortran/pointer-to-pointer.exp: Additional tests.
588
589 2021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
590
591 * gdb.arch/i386-biarch-core.exp: Add target check.
592
593 2021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
594
595 * gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
596
597 2021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
598
599 * gdb.fortran/allocated.exp: New file.
600 * gdb.fortran/allocated.f90: New file.
601
602 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
603
604 * gdb.fortran/lbound-ubound.exp: Remove old comment.
605
606 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
607
608 * gdb.base/maint-info-sections.exp: Update expected output, and
609 add additional tests. Again.
610
611 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
612
613 * gdb.base/maint-info-sections.exp: Update expected output, and
614 add additional tests.
615
616 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
617
618 * gdb.base/maint-info-sections.exp: New file, content is moved
619 from gdb.base/maint.exp and cleaned up to use latest testsuite
620 techniques.
621 * gdb.base/maint.exp: Tests moved out to
622 gdb.base/maint-info-sections.exp.
623
624 2021-02-10 Simon Marchi <simon.marchi@efficios.com>
625
626 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
627 GDBFLAGS.
628
629 2021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
630
631 * gdb.fortran/lbound-ubound.F90: New file.
632 * gdb.fortran/lbound-ubound.exp: New file.
633
634 2021-02-10 Tom de Vries <tdevries@suse.de>
635
636 * lib/gdb.exp (gdb_load_no_complaints): Remove unnecessary
637 "Restore saved setting of complaints".
638
639 2021-02-09 Tom de Vries <tdevries@suse.de>
640
641 PR symtab/27341
642 * lib/gdb.exp (with_complaints): New proc, factored out of ...
643 (gdb_load_no_complaints): ... here.
644 * gdb.fortran/function-calls.exp: Add test-case.
645
646 2021-02-09 Abid Qadeer <abidh@codesourcery.com>
647
648 * gdb.threads/signal-command-handle-nopass.exp: Call
649 'standard_testfile' before using 'testfile'.
650 * gdb.threads/signal-command-multiple-signals-pending.exp: Likewise.
651 * gdb.threads/signal-delivered-right-thread.exp: Likewise
652 * gdb.threads/signal-sigtrap.exp: Likewise
653
654 2021-02-08 Luis Machado <luis.machado@linaro.org>
655
656 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
657
658 2021-02-08 Tom de Vries <tdevries@suse.de>
659
660 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
661
662 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
663
664 * gdb.python/tui-window-disabled.c: New file.
665 * gdb.python/tui-window-disabled.exp: New file.
666 * gdb.python/tui-window-disabled.py: New file.
667
668 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
669
670 * gdb.python/tui-window.exp: Add new tests.
671 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
672 TestWindow object into global the_window.
673 <remote_title>: New method.
674 (delete_window_title): New function.
675
676 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
677
678 * gdb.tui/winheight.exp: Add more tests.
679
680 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
681
682 * gdb.python/py-framefilter.exp: Update expected results.
683 * gdb.python/python.exp: Update expected results.
684
685 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
686
687 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
688 about bug in GDB, update expected results, and add more tests.
689
690 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
691
692 * gdb.tui/scroll.exp: New file.
693 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
694 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
695 remaining lines up.
696 (Term::check_region_contents): New proc.
697 (Term::check_box_contents): Use check_region_contents.
698
699 2021-02-06 Tom de Vries <tdevries@suse.de>
700
701 PR testsuite/26922
702 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
703 scrolling.
704
705 2021-02-05 Tom de Vries <tdevries@suse.de>
706
707 PR breakpoints/27313
708 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
709 rejected.
710
711 2021-02-05 Tom de Vries <tdevries@suse.de>
712
713 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
714 * gdb.fortran/mixed-lang-stack.exp: Same.
715
716 2021-02-05 Tom de Vries <tdevries@suse.de>
717
718 PR exp/27265
719 * gdb.base/complex-parts.exp: Add tests.
720
721 2021-02-05 Tom de Vries <tdevries@suse.de>
722
723 PR symtab/27307
724 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
725
726 2021-02-04 Shahab Vahedi <shahab@synopsys.com>
727
728 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
729
730 2021-02-03 Pedro Alves <pedro@palves.net>
731
732 * gdb.threads/detach-step-over.c: New file.
733 * gdb.threads/detach-step-over.exp: New file.
734
735 2021-02-03 Pedro Alves <pedro@palves.net>
736
737 * gdb.threads/attach-non-stop.c: New file.
738 * gdb.threads/attach-non-stop.exp: New file.
739
740 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
741
742 * gdb.base/inferior-noarg.c: New test.
743 * gdb.base/inferior-noarg.exp: New test.
744
745 2021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
746
747 * gdb.base/scope.exp: Use proc_with_prefix.
748
749 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
750
751 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
752 table proc.
753 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
754 .debug_rnglists table without offset array.
755 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
756 .debug_loclists table without offset array.
757
758 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
759
760 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
761 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
762 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
763 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
764 attribute
765
766 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
767
768 PR gdb/26813
769 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
770 (loclists): New proc.
771 * gdb.dwarf2/loclists-multiple-cus.c: New.
772 * gdb.dwarf2/loclists-multiple-cus.exp: New.
773 * gdb.dwarf2/loclists-sec-offset.c: New.
774 * gdb.dwarf2/loclists-sec-offset.exp: New.
775
776 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
777
778 * lib/dwarf.exp (_location): Add parameters.
779 (_handle_DW_FORM): Adjust.
780
781 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
782
783 PR gdb/26813
784 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
785 (cu): Generate header for DWARF 5.
786 (rnglists): New proc.
787 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
788 * gdb.dwarf2/rnglists-sec-offset.exp: New.
789
790 2021-02-02 Tom de Vries <tdevries@suse.de>
791
792 PR symtab/24620
793 * gdb.dwarf2/fission-reread.exp: Add test-case.
794
795 2021-02-01 Tom de Vries <tdevries@suse.de>
796
797 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
798 * gdb.dwarf2/fission-loclists-pie.S: Same.
799 * gdb.dwarf2/fission-loclists.S: Same.
800 * gdb.dwarf2/fission-multi-cu.S: Same.
801 * gdb.dwarf2/fission-reread.S: Same.
802 * gdb.dwarf2/fission-base.exp: Use DWO.
803 * gdb.dwarf2/fission-loclists-pie.exp: Same.
804 * gdb.dwarf2/fission-loclists.exp: Same.
805 * gdb.dwarf2/fission-multi-cu.exp: Same.
806 * gdb.dwarf2/fission-reread.exp: Same.
807
808 2021-01-29 Tom de Vries <tdevries@suse.de>
809
810 PR breakpoints/26063
811 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
812 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
813
814 2021-01-29 Tom de Vries <tdevries@suse.de>
815
816 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
817
818 2021-01-28 Tom de Vries <tdevries@suse.de>
819
820 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
821 in the backtrace, and use that in the rest of the test instead of
822 hardcoded constant 3. Use "frame" instead of "up" for robustness.
823
824 2021-01-28 Tom de Vries <tdevries@suse.de>
825
826 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
827 * gdb.arch/i386-sse-stack-align.c: Same.
828 * gdb.arch/i386-sse-stack-align.exp: Same.
829
830 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
831
832 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
833
834 2021-01-28 Tom de Vries <tdevries@suse.de>
835
836 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
837
838 2021-01-28 Tom de Vries <tdevries@suse.de>
839
840 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
841 "maint info line-table". Make PASS pattern more specific. Make
842 FAIL pattern work for -m32.
843
844 2021-01-27 Lancelot SIX <lsix@lancelotsix.com>
845
846 PR gdb/27133
847 * gdb.base/ui-redirect.exp: Add test case that ensures that
848 redirecting both logging and debug does not cause gdb to crash.
849
850
851 2021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
852
853 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
854
855 2021-01-26 Tom de Vries <tdevries@suse.de>
856
857 * gdb.threads/killed-outside.exp: Allow regular output.
858
859 2021-01-26 Tom de Vries <tdevries@suse.de>
860
861 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
862
863 2021-01-25 Tom de Vries <tdevries@suse.de>
864
865 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
866 * lib/gdb.exp: Use gdb_load_no_complaints.
867
868 2021-01-25 Tom Tromey <tromey@adacore.com>
869
870 * gdb.ada/fixed_points.exp: Add regression test.
871 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
872 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
873
874 2021-01-25 Tom Tromey <tromey@adacore.com>
875
876 * gdb.ada/local-enum.exp: Add enumerator resolution test.
877
878 2021-01-25 Tom Tromey <tromey@adacore.com>
879
880 * gdb.ada/local-enum.exp: New file.
881 * gdb.ada/local-enum/local.adb: New file.
882
883 2021-01-23 Tom Tromey <tom@tromey.com>
884
885 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
886
887 2021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
888
889 * gdb.base/line65535.exp: Fix test expectation.
890
891 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
892
893 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
894 suppression.
895 (default_gdb_exit): Likewise.
896 (default_gdb_spawn): Likewise.
897 (send_gdb): Likewise.
898 (gdb_expect): Likewise.
899 (gdb_expect_list): Likewise.
900 (default_gdb_init): Likewise.
901 (gdb_suppress_entire_file): Remove.
902 (gdb_suppress_tests): Remove.
903 (gdb_stop_suppressing_tests): Remove.
904 (gdb_clear_suppressed): Remove.
905 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
906 related to test suppression.
907 (default_mi_gdb_start): Likewise.
908 (mi_gdb_reinitialize_dir): Likewise.
909 (mi_gdb_test): Likewise.
910 (mi_run_cmd_full): Likewise.
911 (mi_runto_helper): Likewise.
912 (mi_execute_to): Likewise.
913 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
914 * gdb.base/bitfields.exp: Likewise.
915 * gdb.base/bitfields2.exp: Likewise.
916 * gdb.base/break.exp: Likewise.
917 * gdb.base/call-sc.exp: Likewise.
918 * gdb.base/callfuncs.exp: Likewise.
919 * gdb.base/dfp-test.exp: Likewise.
920 * gdb.base/endian.exp: Likewise.
921 * gdb.base/exprs.exp: Likewise.
922 * gdb.base/funcargs.exp: Likewise.
923 * gdb.base/hbreak2.exp: Likewise.
924 * gdb.base/recurse.exp: Likewise.
925 * gdb.base/scope.exp: Likewise.
926 * gdb.base/sepdebug.exp: Likewise.
927 * gdb.base/structs.exp: Likewise.
928 * gdb.base/until.exp: Likewise.
929 * gdb.cp/misc.exp: Likewise.
930
931 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
932
933 PR cli/25956
934 * gdb.base/style.exp (run_style_tests): Add version string test.
935 (test_startup_version_string): Use version style name.
936 * lib/gdb-utils.exp (style): Handle version style name.
937
938 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
939
940 * gdb.base/style.exp (limited_style): New proc.
941 (clean_restart_and_disable): New proc.
942 (run_style_tests): New proc. Most of the old tests from this file
943 are now in this proc.
944 (test_startup_version_string): New proc. Reamining test from the
945 old file is in this proc.
946
947 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
948
949 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
950 Adjust to "set debug remote" changes.
951
952 2021-01-21 Luis Machado <luis.machado@linaro.org>
953
954 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
955 message.
956
957 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
958
959 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
960
961 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
962
963 PR python/19151
964 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
965
966 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
967
968 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
969
970 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
971
972 * lib/tuiterm.exp: Add links in comments.
973
974 2021-01-20 Tom de Vries <tdevries@suse.de>
975
976 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
977 offset.
978
979 2021-01-20 Tom de Vries <tdevries@suse.de>
980
981 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
982
983 2021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
984
985 * gdb.arch/amd64-stap-expressions.S: New file.
986 * gdb.arch/amd64-stap-expressions.exp: New file.
987
988 2021-01-19 Tom de Vries <tdevries@suse.de>
989
990 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
991 sequence.
992
993 2021-01-19 Tom de Vries <tdevries@suse.de>
994
995 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
996
997 2021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
998
999 * gdb.fortran/array-slices.exp (run_test): Avoid including
1000 addresses in test names.
1001
1002 2021-01-15 Tom de Vries <tdevries@suse.de>
1003
1004 PR testsuite/26997
1005 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
1006 when adding sizeof.
1007
1008 2021-01-14 Tom de Vries <tdevries@suse.de>
1009
1010 PR testsuite/24590
1011 * gdb.base/style.exp: Handle shorter argv in frame command output.
1012
1013 2021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1014
1015 PR gdb/26819
1016 * gdb.server/stop-reply-no-thread-multi.c: New file.
1017 * gdb.server/stop-reply-no-thread-multi.exp: New file.
1018
1019 2021-01-12 Tom de Vries <tdevries@suse.de>
1020
1021 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
1022 (main): Remove call to have_mpx.
1023 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
1024 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
1025 (main): Remote call to have_mpx.
1026 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
1027 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
1028 (main): Remove call to have_mpx.
1029 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
1030 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
1031 (main): Remove call to have_mpx.
1032 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
1033 * gdb.arch/i386-mpx.c (have_mpx): Remove.
1034 (main): Remote call to have_mpx.
1035 * gdb.arch/i386-mpx.exp: Use have_mpx.
1036 * lib/gdb.exp (have_mpx): New proc.
1037
1038 2021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1039
1040 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
1041
1042 2021-01-12 Tom de Vries <tdevries@suse.de>
1043
1044 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
1045
1046 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1047
1048 * gdb.fortran/debug-expr.exp: Add new tests.
1049
1050 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1051
1052 * gdb.fortran/dot-ops.exp: Add new tests.
1053
1054 2021-01-11 Tom de Vries <tdevries@suse.de>
1055
1056 PR testsuite/26968
1057 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
1058 Move insn setting $eax to before probe point.
1059
1060 2021-01-09 Tom Tromey <tom@tromey.com>
1061
1062 * gdb.trace/ax.exp: Do not require an "ext".
1063
1064 2021-01-08 Tom Tromey <tromey@adacore.com>
1065
1066 * gdb.ada/voidctx/pck.adb: New file.
1067 * gdb.ada/voidctx/pck.ads: New file.
1068 * gdb.ada/voidctx/voidctx.adb: New file.
1069 * gdb.ada/voidctx.exp: New file.
1070
1071 2021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
1072
1073 PR gdb/27157
1074 * gdb.base/empty-host-env-vars.exp: New test.
1075
1076 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1077
1078 * gdb.base/completion.exp: Add a new test.
1079
1080 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1081
1082 * gdb.fortran/intvar-dynamic-types.exp: New file.
1083 * gdb.fortran/intvar-dynamic-types.f90: New file.
1084
1085 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1086
1087 * gdb.fortran/intvar-array.exp: New file.
1088 * gdb.fortran/intvar-array.f90: New file.
1089
1090 2021-01-07 Tom Tromey <tromey@adacore.com>
1091
1092 * gdb.ada/assign_arr.exp: Add 'others' test.
1093
1094 2021-01-06 Tom Tromey <tromey@adacore.com>
1095
1096 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
1097 (FP4_Type): New type.
1098 (FP4_Var): New variable.
1099 * gdb.ada/fixed_points/fixed_points.adb: Update.
1100 * gdb.ada/fixed_points.exp: Add tests for binary operators.
1101
1102 2021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
1103
1104 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
1105 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1106 Pass prompt containing debug print to gdb_test_sequence.
1107
1108 2021-01-04 Tom de Vries <tdevries@suse.de>
1109
1110 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
1111
1112 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1113
1114
1115
1116 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1117
1118 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
1119 * gdb.server/connect-without-multi-process.exp: Likewise.
1120 * gdb.server/exit-multiple-threads.exp: Likewise.
1121 * gdb.server/ext-attach.exp: Likewise.
1122 * gdb.server/ext-restart.exp: Likewise.
1123 * gdb.server/ext-run.exp: Likewise.
1124 * gdb.server/ext-wrapper.exp: Likewise.
1125 * gdb.server/multi-ui-errors.exp: Likewise.
1126 * gdb.server/no-thread-db.exp: Likewise.
1127 * gdb.server/reconnect-ctrl-c.exp: Likewise.
1128 * gdb.server/run-without-local-binary.exp: Likewise.
1129 * gdb.server/server-kill.exp: Likewise.
1130 * gdb.server/server-run.exp: Likewise.
1131 * gdb.server/solib-list.exp: Likewise.
1132 * gdb.server/stop-reply-no-thread.exp: Likewise.
1133 * gdb.server/wrapper.exp: Likewise.
1134 * gdb.server/sysroot.exp: Increase timeout when testing the
1135 target: sysroot.
1136
1137 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1138
1139 * gdb.server/server-run.exp: Use clean_restart.
1140
1141 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1142
1143 * gdb.server/ext-run.exp: Use clean_restart.
1144
1145 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1146
1147 * gdb.server/stop-reply-no-thread.exp: Use build_executable
1148 instead of prepare_for_testing.
1149
1150 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1151
1152 * gdb.server/solib-list.exp: Use clean_restart.
1153
1154 2021-01-04 Tom de Vries <tdevries@suse.de>
1155
1156 * gdb.base/morestack.c: Remove printf.
1157 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
1158
1159 2020-12-31 Tom Tromey <tom@tromey.com>
1160
1161 * gdb.rust/simple.exp: Update output for Rust 1.49.
1162
1163 2020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
1164
1165 * gdb.cp/step-and-next-inline.exp: Fix test case.
1166
1167 2020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
1168
1169 * gdb.python/py-frame-args.exp: De-duplicate test names.
1170
1171 2020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1172
1173 PR gdb/27059
1174 * gdb.dwarf2/dyn-type-unallocated.c: New file.
1175 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
1176
1177 2020-12-21 Peter Waller <p@pwaller.net>
1178
1179 * gdb.base/style-interp-exec-mi.exp: New.
1180 * gdb.base/style-interp-exec-mi.c: New.
1181
1182 2020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1183
1184 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
1185 gdb_test. Use proc_with_prefix.
1186
1187 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1188
1189 * gdb.btrace/exception.exp: Build with nopie.
1190 * gdb.btrace/function_call_history.exp: Likewise.
1191 * gdb.btrace/unknown_functions.exp: Likewise.
1192
1193 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1194
1195 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
1196
1197 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1198
1199 * gdb.python/py-record-btrace.exp: Make test names unique.
1200 * gdb.python/py-record-full.exp: Likewise.
1201
1202 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1203
1204 * gdb.btrace/data.exp: Make test names unique.
1205 * gdb.btrace/delta.exp: Likewise.
1206 * gdb.btrace/enable.exp: Likewise.
1207 * gdb.btrace/function_call_history.exp: Likewise.
1208 * gdb.btrace/nohist.exp: Likewise.
1209 * gdb.btrace/non-stop.exp: Likewise.
1210 * gdb.btrace/rn-dl-bind.exp: Likewise.
1211 * gdb.btrace/step.exp: Likewise.
1212 * gdb.btrace/stepi.exp: Likewise.
1213 * gdb.btrace/tailcall.exp: Likewise.
1214
1215 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1216
1217 * gdb.btrace/enable.exp: Update error message.
1218 * gdb.btrace/multi-inferior.exp: Likewise.
1219 * gdb.btrace/reconnect.exp: Likewise.
1220 * gdb.python/py-record-btrace.exp: Likewise.
1221 * gdb.python/py-record-full.exp: Likewise.
1222
1223 2020-12-20 Tom de Vries <tdevries@suse.de>
1224
1225 * lib/gdb.exp (save_target_board_info): New proc.
1226 (gdb_compile_shlib): Use save_target_board_info.
1227
1228 2020-12-19 Tom de Vries <tdevries@suse.de>
1229
1230 * lib/gdb.exp (supports_scalar_storage_order_attribute)
1231 (supports_gnuc): New proc.
1232 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
1233 test_compiler_info calls. Add unsupported message.
1234 * gdb.base/endianity.c: Use TEST_SSO.
1235
1236 2020-12-19 Hannes Domani <ssbssa@yahoo.de>
1237
1238 PR exp/27070
1239 * gdb.python/compare-enum-type-a.c: New test.
1240 * gdb.python/compare-enum-type-b.c: New test.
1241 * gdb.python/compare-enum-type.exp: New file.
1242 * gdb.python/compare-enum-type.h: New test.
1243
1244 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
1245
1246 * gdb.python/py-format-string.exp: Add tests for address keyword.
1247
1248 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
1249
1250 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
1251
1252 2020-12-18 Tom Tromey <tromey@adacore.com>
1253
1254 * gdb.ada/fixed_points.exp: Also run with
1255 -fgnat-encodings=minimal. Update expected output.
1256
1257 2020-12-16 Simon Marchi <simon.marchi@efficios.com>
1258
1259 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
1260 * gdb.base/continue-all-already-running.exp: Likewise.
1261 * gdb.base/moribund-step.exp: Likewise.
1262 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
1263
1264 2020-12-16 Tom de Vries <tdevries@suse.de>
1265
1266 * gdb.base/batch-preserve-term-settings.exp:
1267
1268 2020-12-16 Tom de Vries <tdevries@suse.de>
1269
1270 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
1271 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
1272
1273 2020-12-16 Luis Machado <luis.machado@linaro.org>
1274
1275 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
1276 pointer-based memory accesses.
1277 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
1278 hw watchpoint cases.
1279
1280 2020-12-15 Rae Kim <rae.kim@gmail.com>
1281
1282 * gdb.base/document.exp: New test.
1283
1284 2020-12-15 Tom Tromey <tromey@adacore.com>
1285
1286 * gdb.base/style.exp: Add deprecation tests.
1287
1288 2020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
1289
1290 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
1291
1292 2020-12-14 Mark Wielaard <mark@klomp.org>
1293
1294 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
1295 specially, set attr_form_comment to the actual FORM string used.
1296
1297 2020-12-14 Mark Wielaard <mark@klomp.org>
1298
1299 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
1300 _constants(SPECIAL_expr) here, but set it...
1301 (Dwarf::cu): ...here based on _cu_version.
1302
1303 2020-12-14 Tom de Vries <tdevries@suse.de>
1304
1305 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
1306 pass -fPIC.
1307 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
1308 * gdb.base/break-probes.exp: Same.
1309 * gdb.base/ctxobj.exp: Same.
1310 * gdb.base/dso2dso.exp: Same.
1311 * gdb.base/global-var-nested-by-dso.exp: Same.
1312 * gdb.base/info-shared.exp: Same.
1313 * gdb.base/jit-reader-simple.exp: Same.
1314 * gdb.base/print-file-var.exp: Same.
1315 * gdb.base/skip-solib.exp: Same.
1316 * gdb.btrace/dlopen.exp: Same.
1317
1318 2020-12-14 Tom de Vries <tdevries@suse.de>
1319
1320 PR testsuite/26963
1321 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
1322
1323 2020-12-14 Tom de Vries <tdevries@suse.de>
1324
1325 PR testsuite/26962
1326 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
1327 cast it to its declared type".
1328
1329 2020-12-14 Tom de Vries <tdevries@suse.de>
1330
1331 PR testsuite/26951
1332 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
1333 shell prompt.
1334
1335 2020-12-14 Tom Tromey <tromey@adacore.com>
1336
1337 * gdb.ada/nested.exp: Add new tests.
1338 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
1339
1340 2020-12-14 Tom Tromey <tromey@adacore.com>
1341
1342 * gdb.dwarf2/ada-thick-pointer.exp: New file.
1343
1344 2020-12-14 Tom Tromey <tromey@adacore.com>
1345
1346 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
1347
1348 2020-12-13 Tom de Vries <tdevries@suse.de>
1349
1350 PR testsuite/26953
1351 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
1352 attribute support if compiler doesn't support it.
1353
1354 2020-12-13 Tom de Vries <tdevries@suse.de>
1355
1356 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
1357 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
1358 source to shared lib. Add ada to options.
1359
1360 2020-12-13 Tom de Vries <tdevries@suse.de>
1361
1362 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
1363 calling gnatbind and gnatlink.
1364
1365 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
1366
1367 * gdb.base/dcache-flush.c: New file.
1368 * gdb.base/dcache-flush.exp: New file.
1369
1370 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
1371
1372 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
1373 commands.
1374 * gdb.base/killed-outside.exp: Likewise.
1375 * gdb.opt/inline-bt.exp: Likewise.
1376 * gdb.perf/gmonster-null-lookup.py: Likewise.
1377 * gdb.perf/gmonster-print-cerr.py: Likewise.
1378 * gdb.perf/gmonster-ptype-string.py: Likewise.
1379 * gdb.python/py-unwind.exp: Likewise.
1380
1381 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1382
1383 * gdb.base/commands.exp: Update expected results.
1384
1385 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1386
1387 PR cli/15104
1388 * gdb.base/commands.exp: Add additional tests.
1389 * gdb.base/completion.exp: Add additional tests.
1390
1391 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1392
1393 * gdb.base/completion.exp: Add additional tests.
1394
1395 2020-12-11 Tom de Vries <tdevries@suse.de>
1396
1397 PR testsuite/26991
1398 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
1399 violations by setting bounds registers if the bounds are passed in the
1400 Bounds Table.
1401
1402 2020-12-11 Tom de Vries <tdevries@suse.de>
1403
1404 PR testsuite/26954
1405 * gdb.base/float128.exp: Detect and handle no mpfr support.
1406
1407 2020-12-10 Simon Marchi <simon.marchi@efficios.com>
1408
1409 PR gdb/24694
1410 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
1411 calls.
1412
1413 2020-12-10 Tom de Vries <tdevries@suse.de>
1414
1415 PR testsuite/26947
1416 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
1417 braces for tcl 8.5 and earlier.
1418
1419 2020-12-09 Simon Marchi <simon.marchi@efficios.com>
1420
1421 PR 26875, PR 26901
1422 * gdb.base/flexible-array-member.c: New test.
1423 * gdb.base/flexible-array-member.exp: New test.
1424
1425 2020-12-08 Tom de Vries <tdevries@suse.de>
1426
1427 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
1428 using is_amd64_regs_target.
1429
1430 2020-12-08 Tom de Vries <tdevries@suse.de>
1431
1432 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
1433 self_id.
1434
1435 2020-12-07 Pedro Alves <pedro@palves.net>
1436
1437 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
1438 'additional_flags' variable.
1439
1440 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1441
1442 * gdb.linespec/explicit.exp: Extend with a test to check completing
1443 '-' after seemingly complete options.
1444
1445 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1446
1447 * gdb.linespec/keywords.exp: Add tests to check positional
1448 flexibility of "-force-condition".
1449
1450 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1451
1452 * gdb.base/bp-cmds-run-with-ex.c: New file.
1453 * gdb.base/bp-cmds-run-with-ex.exp: New file.
1454 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
1455 * gdb.gdb/python-interrupts.exp: Update the call to
1456 'catch_command_errors' with the new argument.
1457 * gdb.gdb/python-selftest.exp: Ditto.
1458
1459 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1460
1461 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
1462 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1463 * gdb.threads/non-stop-fair-events.exp: Likewise.
1464
1465 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1466
1467 * gdb.threads/step-over-exec.exp: New.
1468 * gdb.threads/step-over-exec.c: New.
1469 * gdb.threads/step-over-exec-execd.c: New.
1470 * lib/my-syscalls.S: New.
1471 * lib/my-syscalls.h: New.
1472
1473 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1474
1475 * lib/dwarf.exp (declare_labels): Use name as text if text is
1476 not provided.
1477
1478 2020-12-04 Tom de Vries <tdevries@suse.de>
1479
1480 PR testsuite/26990
1481 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
1482 are unsupported.
1483
1484 2020-12-04 Tom de Vries <tdevries@suse.de>
1485
1486 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
1487 clause.
1488
1489 2020-12-04 Tom de Vries <tdevries@suse.de>
1490
1491 * gdb.reverse/insn-reverse.exp: Fix count handling.
1492
1493 2020-12-04 Tom de Vries <tdevries@suse.de>
1494
1495 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
1496 __x86_64__.
1497
1498 2020-12-04 Tom de Vries <tdevries@suse.de>
1499
1500 * gdb.reverse/insn-reverse.c (test_nr): New var.
1501 (usage, parse_args): New function.
1502 (main): Call parse_args. Only run test for test_nr.
1503 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
1504 and bail out. Run subtests individually, using an inferior arg
1505 specifying the subtest.
1506
1507 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
1508
1509 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
1510
1511 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
1512
1513 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
1514 update test to use this.
1515
1516 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1517
1518 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
1519
1520 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1521
1522 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
1523 (do_test): Don't use with_test_prefix.
1524 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
1525 (do_test): Don't use with_test_prefix.
1526 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
1527 (do_test): Don't use with_test_prefix.
1528 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
1529 (do_test): Don't use with_test_prefix.
1530
1531 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1532
1533 * gdb.threads/non-ldr-exit.exp: Fix comment.
1534
1535 2020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1536
1537 * gdb.xml/maint-xml-dump-03.xml: New file.
1538
1539 2020-11-30 Tom de Vries <tdevries@suse.de>
1540
1541 PR symtab/26905
1542 * gdb.dwarf2/count.exp: Remove kfails.
1543
1544 2020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1545
1546 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
1547 indices.
1548
1549 2020-11-24 Joel Brobecker <brobecker@adacore.com>
1550
1551 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
1552 the "ptype pck__fp1_range_var" test for the module-2 and pascal
1553 languages. Remove the associated setup_xfail.
1554
1555 2020-11-23 Simon Marchi <simon.marchi@efficios.com>
1556
1557 * lib/gdb.exp (gdb_assert): Show error message on error.
1558
1559 2020-11-23 Tom de Vries <tdevries@suse.de>
1560
1561 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
1562 * gdb.ada/mod_from_name.exp: Same.
1563 * gdb.ada/pckd_arr_ren.exp: Same.
1564
1565 2020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1566
1567 * gdb.base/template.exp: New.
1568 * gdb.base/template.c: New.
1569
1570 2020-11-22 Gary Benson <gbenson@redhat.com>
1571
1572 PR gdb/26905
1573 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
1574 is defined using a DW_AT_count which references another DIE.
1575
1576 2020-11-21 Tom de Vries <tdevries@suse.de>
1577
1578 * gdb.base/vla-ptr.exp: Add XFAIL.
1579
1580 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1581
1582 * gdb.fortran/array-slices-bad.exp: New file.
1583 * gdb.fortran/array-slices-bad.f90: New file.
1584 * gdb.fortran/array-slices-sub-slices.exp: New file.
1585 * gdb.fortran/array-slices-sub-slices.f90: New file.
1586 * gdb.fortran/array-slices.exp: Rewrite tests.
1587 * gdb.fortran/array-slices.f90: Rewrite tests.
1588 * gdb.fortran/vla-sizeof.exp: Correct expected results.
1589
1590 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1591
1592 * gdb.base/completion.exp: Add new completion tests.
1593
1594 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
1595
1596 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
1597 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1598 * gdb.mi/mi-nsintrall.exp: Likewise.
1599 * gdb.mi/mi-nsmoribund.exp: Likewise.
1600 * gdb.mi/mi-nsthrexec.exp: Likewise.
1601 * gdb.mi/mi-watch-nonstop.exp: Likewise.
1602
1603 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
1604
1605 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
1606 of perror.
1607
1608 2020-11-18 Joseph Myers <joseph@codesourcery.com>
1609
1610 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
1611 $arg.exe exists but $arg does not.
1612
1613 2020-11-17 Gary Benson <gbenson@redhat.com>
1614
1615 * gdb.trace/trace-common.h (x86_trace_dummy): Add
1616 __attribute__ ((used)).
1617
1618 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
1619
1620 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
1621
1622 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
1623
1624 * gdb.base/completion.exp: Add new tests.
1625
1626 2020-11-16 Tom Tromey <tromey@adacore.com>
1627
1628 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
1629 tests.
1630
1631 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1632
1633 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
1634 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
1635 (main): Add reference to pck__fp1_var2.
1636 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
1637
1638 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1639
1640 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
1641
1642 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1643
1644 * gdb.ada/fixed_points.exp: Add ptype tests.
1645 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
1646
1647 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1648
1649 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
1650
1651 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1652
1653 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
1654 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
1655 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
1656 New files.
1657 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
1658
1659 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
1660 New files.
1661
1662 2020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
1663
1664 PR cli/26879
1665 * gdb.fortran/completion.exp: New file.
1666 * gdb.fortran/completion.f90: New file.
1667
1668 2020-11-12 Joseph Myers <joseph@codesourcery.com>
1669
1670 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
1671 but $arg does not.
1672
1673 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1674
1675 * gdb.fortran/types.exp: Add more tests.
1676
1677 2020-11-12 Tom Tromey <tom@tromey.com>
1678
1679 PR rust/26799:
1680 * gdb.rust/traits.exp: Remove kfails.
1681
1682 2020-11-12 Gary Benson <gbenson@redhat.com>
1683
1684 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
1685 statement.
1686
1687 2020-11-11 Simon Marchi <simon.marchi@efficios.com>
1688
1689 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
1690 always-inserted" axis.
1691 (do_test): Add breakpoint_always_inserted parameter.
1692
1693 2020-11-10 Tom Tromey <tromey@adacore.com>
1694
1695 * gdb.ada/bias.exp: Update.
1696 * gdb.ada/bias/bias.adb (X): Change value.
1697
1698 2020-11-10 Gary Benson <gbenson@redhat.com>
1699
1700 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
1701 regexp fragment in parentheses to prevent false matching.
1702
1703 2020-11-10 Gary Benson <gbenson@redhat.com>
1704
1705 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
1706
1707 2020-11-10 Gary Benson <gbenson@redhat.com>
1708
1709 * gdb.cp/step-and-next-inline.exp: Only require
1710 -gstatement-frontiers when building with GCC.
1711 Only setup KFAIL's for GCC issues when using
1712 a GCC-built executable.
1713
1714 2020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
1715
1716 * gdb.base/debug-expr.c: Add extra function to allow for an
1717 additional test.
1718 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
1719 to this proc with gdb_test_debug_expr. Add an extra test.
1720 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
1721 to this proc with gdb_test_debug_expr, give the tests names
1722 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
1723 calls to this proc with gdb_test_debug_expr, give the tests names
1724 * gdb.fortran/debug-expr.exp: New file.
1725 * gdb.fortran/debug-expr.f90: New file.
1726 * lib/gdb.exp (gdb_test_debug_expr): New proc.
1727
1728 2020-11-06 Simon Marchi <simon.marchi@efficios.com>
1729
1730 * lib/dwarf.exp (ranges): Handle "base" and "range" as
1731 proceduresu.
1732 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
1733 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
1734 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
1735 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
1736 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
1737 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
1738 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
1739 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
1740
1741 2020-11-04 Tom Tromey <tromey@adacore.com>
1742
1743 * gdb.ada/funcall_ref.exp: Update.
1744 * gdb.ada/var_rec_arr.exp: Update.
1745
1746 2020-11-04 Tom Tromey <tromey@adacore.com>
1747
1748 * gdb.ada/rec_ptype.exp: New file.
1749 * gdb.ada/rec_ptype/main.adb: New file.
1750 * gdb.ada/rec_ptype/p.ads: New file.
1751
1752 2020-11-04 Tom Tromey <tromey@adacore.com>
1753
1754 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
1755 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
1756 (PT_Full): New variable.
1757 * gdb.ada/tick_length_array_enum_idx/pck.adb
1758 (Full_PT): New type.
1759
1760 2020-11-04 Tom Tromey <tromey@adacore.com>
1761
1762 * gdb.ada/array_of_variant.exp: New file.
1763 * gdb.ada/array_of_variant/p.adb: New file.
1764 * gdb.ada/array_of_variant/pck.ads: New file.
1765 * gdb.ada/array_of_variant/pck.adb: New file.
1766
1767 2020-11-04 Tom Tromey <tromey@adacore.com>
1768
1769 * gdb.ada/enum_idx_packed.exp: Add test.
1770 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
1771 New variable.
1772 * gdb.ada/enum_idx_packed/pck.ads (Short)
1773 (Multi_Dimension, Multi_Dimension_Access): New types.
1774
1775 2020-11-04 Tom Tromey <tromey@adacore.com>
1776
1777 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
1778
1779 2020-11-04 Tom Tromey <tromey@adacore.com>
1780
1781 * gdb.ada/set_pckd_arr_elt.exp: Also test
1782 -fgnat-encodings=minimal. Add tests.
1783 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
1784 Call Update_Small a second time.
1785 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
1786 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
1787 (Variant_Access): New types.
1788 (New_Variant): Declare.
1789
1790 2020-11-04 Tom Tromey <tromey@adacore.com>
1791
1792 * gdb.ada/mod_from_name.exp: Test printing slice.
1793
1794 2020-11-04 Tom Tromey <tromey@adacore.com>
1795
1796 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
1797 values.
1798 * gdb.ada/access_to_unbounded_array.exp: Test different
1799 -fgnat-encodings values.
1800 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
1801 values.
1802 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
1803 values.
1804 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
1805 values.
1806 * gdb.ada/array_of_variable_length.exp: Test different
1807 -fgnat-encodings values.
1808 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
1809 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
1810 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
1811 change.
1812 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
1813 values.
1814 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
1815 * gdb.ada/out_of_line_in_inlined.exp: Test different
1816 -fgnat-encodings values.
1817 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
1818 values.
1819 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
1820 values.
1821 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
1822 -fgnat-encodings values.
1823 * gdb.ada/variant_record_packed_array.exp: Test different
1824 -fgnat-encodings values.
1825
1826 2020-11-04 Tom Tromey <tromey@adacore.com>
1827
1828 * gdb.ada/enum_idx_packed.exp: Add tests.
1829 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
1830 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
1831 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
1832 declarations.
1833
1834 2020-11-03 Tom de Vries <tdevries@suse.de>
1835
1836 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
1837 terminator comments.
1838 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
1839 terminator.
1840
1841 2020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
1842
1843 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
1844 integer format test with regexp.
1845
1846 2020-11-02 Gary Benson <gbenson@redhat.com>
1847
1848 * gdb.base/print-file-var.exp (test): Separate compiler and
1849 linker options, and build using build_executable_from_specs
1850 to accommodate this.
1851
1852 2020-11-02 Gary Benson <gbenson@redhat.com>
1853
1854 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
1855 for .c files compiled as C++ with Clang if any shared
1856 libraries are specified.
1857
1858 2020-11-02 Gary Benson <gbenson@redhat.com>
1859
1860 * lib/attributes.h: New header.
1861 * gdb.base/backtrace.c: Include the above. Replace
1862 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
1863 * gdb.base/infcall-nested-structs.c: Likewise.
1864 * gdb.base/vla-optimized-out.c: Likewise.
1865
1866 2020-11-02 Tom de Vries <tdevries@suse.de>
1867
1868 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
1869
1870 2020-11-01 Joel Brobecker <brobecker@adacore.com>
1871
1872 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
1873 System.Min_Int and System.Max_Int with smaller hardcoded
1874 constants.
1875
1876 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1877
1878 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
1879 * configure: Re-generate.
1880
1881 2020-10-30 Simon Marchi <simon.marchi@efficios.com>
1882
1883 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
1884 expected output.
1885
1886 2020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1887
1888 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
1889 behavior.
1890 * gdb.base/paginate-bg-execution.exp: Ditto.
1891 * gdb.base/paginate-inferior-exit.exp: Ditto.
1892 * gdb.base/double-prompt-target-event-error.c: Remove.
1893 * gdb.base/double-prompt-target-event-error.exp: Remove.
1894
1895 2020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1896
1897 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
1898 inferiors' and 'detach inferiors' do not change the current
1899 inferior.
1900
1901 2020-10-29 Tom de Vries <tdevries@suse.de>
1902
1903 * gdb.threads/tls.exp: Fix DUPLICATEs.
1904
1905 2020-10-28 Tom de Vries <tdevries@suse.de>
1906
1907 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
1908
1909 2020-10-28 Tom de Vries <tdevries@suse.de>
1910
1911 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
1912 * gdb.base/reread.exp: Same.
1913
1914 2020-10-28 Tom de Vries <tdevries@suse.de>
1915
1916 * lib/gdb.exp (readnow): Handle arg.
1917 * gdb.rust/traits.exp: Add KFAILs for -readnow.
1918
1919 2020-10-28 Tom de Vries <tdevries@suse.de>
1920
1921 * gdb.base/relocate.exp: Update regexp for -readnow.
1922
1923 2020-10-28 Tom de Vries <tdevries@suse.de>
1924
1925 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
1926 -readnow.
1927
1928 2020-10-28 Tom de Vries <tdevries@suse.de>
1929
1930 PR symtab/26772
1931 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
1932 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
1933
1934 2020-10-28 Tom de Vries <tdevries@suse.de>
1935
1936 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
1937 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
1938 complaint during file command for -readnow.
1939
1940 2020-10-28 Tom de Vries <tdevries@suse.de>
1941
1942 * gdb.cp/nsalias.exp: Fix typo in test name.
1943
1944 2020-10-28 Tom de Vries <tdevries@suse.de>
1945
1946 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
1947
1948 2020-10-28 Tom de Vries <tdevries@suse.de>
1949
1950 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
1951 -readnow.
1952
1953 2020-10-27 Tom de Vries <tdevries@suse.de>
1954
1955 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
1956
1957 2020-10-27 Tom de Vries <tdevries@suse.de>
1958
1959 * gdb.base/maint.exp: Update for -readnow.
1960
1961 2020-10-27 Tom de Vries <tdevries@suse.de>
1962
1963 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
1964 -readnow.
1965
1966 2020-10-14 Gary Benson <gbenson@redhat.com>
1967
1968 * gdb.python/py-format-string.exp (test_deref_refs): Treat
1969 "_vptr$Base" as correct, in addition to "_vptr.Base".
1970 (test_mixed): Likewise.
1971
1972 2020-10-27 Gary Benson <gbenson@redhat.com>
1973
1974 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
1975 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
1976
1977 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1978
1979 * gdb.base/condbreak.exp: Update the completion tests to
1980 consider the '-force' flag.
1981
1982 2020-10-27 Tom de Vries <tdevries@suse.de>
1983
1984 * gdb.base/list-ambiguous-readnow.exp: New file.
1985
1986 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1987
1988 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
1989 the condition.
1990 * gdb.linespec/cpcompletion.exp: Update to consider the
1991 '-force-condition' keyword.
1992 * gdb.linespec/explicit.exp: Ditto.
1993 * lib/completion-support.exp: Ditto.
1994
1995 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1996
1997 * gdb.base/condbreak-multi-context.cc: New file.
1998 * gdb.base/condbreak-multi-context.exp: New file.
1999
2000 2020-10-26 Tom Tromey <tom@tromey.com>
2001
2002 * lib/mi-support.exp (default_mi_gdb_start): Call
2003 gdb_stdin_log_init.
2004 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
2005 subtract one from gdb_instances.
2006 (gdb_stdin_log_write): Flush in_file.
2007
2008 2020-10-26 Tom de Vries <tdevries@suse.de>
2009
2010 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
2011
2012 2020-10-26 Tom Tromey <tromey@adacore.com>
2013
2014 * gdb.ada/unsigned_range/foo.adb: New file.
2015 * gdb.ada/unsigned_range/pack.adb: New file.
2016 * gdb.ada/unsigned_range/pack.ads: New file.
2017 * gdb.ada/unsigned_range.exp: New file.
2018
2019 2020-10-26 Tom de Vries <tdevries@suse.de>
2020
2021 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
2022
2023 2020-10-26 Tom de Vries <tdevries@suse.de>
2024
2025 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
2026 for CU.
2027 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
2028
2029 2020-10-23 Tom de Vries <tdevries@suse.de>
2030
2031 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
2032 DW_FORM_string.
2033 (Dwarf::_default_form): New proc.
2034 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
2035 guessed.
2036
2037 2020-10-23 Tom de Vries <tdevries@suse.de>
2038
2039 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
2040 * gdb.dwarf2/atomic-type.exp: Same.
2041 * gdb.dwarf2/bad-regnum.exp: Same.
2042 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2043 * gdb.dwarf2/dw2-align.exp: Same.
2044 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2045 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2046 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2047 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2048 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2049 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2050 * gdb.dwarf2/enum-type.exp: Same.
2051 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
2052 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2053 * gdb.dwarf2/main-subprogram.exp: Same.
2054 * gdb.dwarf2/missing-type-name.exp: Same.
2055 * gdb.dwarf2/nonvar-access.exp: Same.
2056 * gdb.dwarf2/typedef-void-finish.exp: Same.
2057 * gdb.dwarf2/var-access.exp: Same.
2058 * gdb.dwarf2/void-type.exp: Same.
2059
2060 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
2061
2062 PR gdb/26693
2063 * gdb.dwarf2/template-specification-full-name.exp: New test.
2064
2065 2020-10-22 Luis Machado <luis.machado@linaro.org>
2066
2067 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
2068 expected an offset from the function.
2069 * gdb.base/msym-bp.exp (test): Likewise.
2070
2071 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
2072
2073 * gdb.fortran/array-slices.exp: Add a new test.
2074
2075 2020-10-21 Gary Benson <gbenson@redhat.com>
2076
2077 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
2078 fullname test with Clang. Also expand comments generally.
2079
2080 2020-10-20 Tom de Vries <tdevries@suse.de>
2081
2082 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
2083
2084 2020-10-20 Tom de Vries <tdevries@suse.de>
2085
2086 * gdb.dwarf2/arr-stride.c: Remove.
2087 * gdb.dwarf2/arr-stride.exp: Use main.c.
2088 * gdb.dwarf2/arr-subrange.c: Remove.
2089 * gdb.dwarf2/arr-subrange.exp: Use main.c.
2090 * gdb.dwarf2/bad-regnum.c: Remove.
2091 * gdb.dwarf2/bad-regnum.exp: Use main.c.
2092 * gdb.dwarf2/corrupt.c: Remove.
2093 * gdb.dwarf2/corrupt.exp: Use main.c.
2094 * gdb.dwarf2/dw2-bad-elf.c: Remove.
2095 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
2096 * gdb.dwarf2/dw2-icycle.c: Remove.
2097 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
2098 * gdb.dwarf2/formdata16.c: Remove.
2099 * gdb.dwarf2/formdata16.exp: Use main.c.
2100 * gdb.dwarf2/implptrconst.c: Remove.
2101 * gdb.dwarf2/implptrconst.exp: Use main.c.
2102 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
2103 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
2104 * gdb.dwarf2/opaque-type-lookup.c: Remove.
2105 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
2106
2107 2020-10-20 Tom de Vries <tdevries@suse.de>
2108
2109 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
2110 file.
2111 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
2112
2113 2020-10-20 Tom de Vries <tdevries@suse.de>
2114
2115 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
2116 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2117 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
2118 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2119 * gdb.dwarf2/dw2-ranges.exp: Same.
2120 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2121 * gdb.dwarf2/var-access.exp: Same.
2122
2123 2020-10-19 Tom Tromey <tromey@adacore.com>
2124
2125 PR tui/26719
2126 * gdb.tui/list.exp: Check source window contents after focus
2127 change.
2128
2129 2020-10-17 Tom de Vries <tdevries@suse.de>
2130
2131 PR symtab/26317
2132 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
2133
2134 2020-10-17 Tom de Vries <tdevries@suse.de>
2135
2136 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
2137 as suffix.
2138 * gdb.dwarf2/atomic.c: Rename to ...
2139 * gdb.dwarf2/atomic-type.c: ... this.
2140 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
2141 * gdb.dwarf2/dw2-ranges-2.c: ... this.
2142 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
2143 * gdb.dwarf2/dw2-ranges-3.c: ... this.
2144 * gdb.dwarf2/fission-mix2.c: Rename to ...
2145 * gdb.dwarf2/fission-mix-2.c: ... this.
2146 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
2147 standard_testfile.
2148 * gdb.dwarf2/ada-valprint-error.exp: Same.
2149 * gdb.dwarf2/arr-stride.exp: Same.
2150 * gdb.dwarf2/arr-subrange.exp: Same.
2151 * gdb.dwarf2/atomic-type.exp: Same.
2152 * gdb.dwarf2/bad-regnum.exp: Same.
2153 * gdb.dwarf2/break-inline-psymtab.exp: Same.
2154 * gdb.dwarf2/clang-debug-names-2.exp: Same.
2155 * gdb.dwarf2/clang-debug-names.exp: Same.
2156 * gdb.dwarf2/comp-unit-lang.exp: Same.
2157 * gdb.dwarf2/corrupt.exp: Same.
2158 * gdb.dwarf2/count.exp: Same.
2159 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2160 * gdb.dwarf2/data-loc.exp: Same.
2161 * gdb.dwarf2/dw2-align.exp: Same.
2162 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2163 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2164 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2165 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
2166 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
2167 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2168 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
2169 * gdb.dwarf2/dw2-inline-param.exp: Same.
2170 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2171 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2172 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2173 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2174 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2175 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2176 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2177 * gdb.dwarf2/dw2-param-error.exp: Same.
2178 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2179 * gdb.dwarf2/dw2-ranges.exp: Same.
2180 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2181 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2182 * gdb.dwarf2/dw4-sig-types.exp: Same.
2183 * gdb.dwarf2/dynarr-ptr.exp: Same.
2184 * gdb.dwarf2/enum-type.exp: Same.
2185 * gdb.dwarf2/fission-mix.exp: Same.
2186 * gdb.dwarf2/formdata16.exp: Same.
2187 * gdb.dwarf2/implptrconst.exp: Same.
2188 * gdb.dwarf2/implptrpiece.exp: Same.
2189 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2190 * gdb.dwarf2/main-subprogram.exp: Same.
2191 * gdb.dwarf2/method-ptr.exp: Same.
2192 * gdb.dwarf2/missing-sig-type.exp: Same.
2193 * gdb.dwarf2/nonvar-access.exp: Same.
2194 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2195 * gdb.dwarf2/shortpiece.exp: Same.
2196 * gdb.dwarf2/staticvirtual.exp: Same.
2197 * gdb.dwarf2/subrange.exp: Same.
2198 * gdb.dwarf2/symtab-producer.exp: Same.
2199 * gdb.dwarf2/typedef-void-finish.exp: Same.
2200 * gdb.dwarf2/var-access.exp: Same.
2201 * gdb.dwarf2/variant.exp: Same.
2202 * gdb.dwarf2/void-type.exp: Same.
2203 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
2204 dw2-ranges-main.c.
2205 * gdb.dwarf2/dw2-ranges-main.c: Remove.
2206
2207 2020-10-16 Tom de Vries <tdevries@suse.de>
2208
2209 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
2210
2211 2020-10-16 Tom de Vries <tdevries@suse.de>
2212
2213 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
2214
2215 2020-10-14 Tom de Vries <tdevries@suse.de>
2216
2217 PR testsuite/26732
2218 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
2219 scenario 2.
2220 * gdb.ada/mi_catch_ex_hand.exp: Same.
2221
2222 2020-10-13 Pedro Alves <pedro@palves.net>
2223
2224 * lib/mi-support.exp (mi_clean_restart): New.
2225 (mi_run_to_main): Delete.
2226 All callers adjust to use mi_clean_restart / mi_runto_main.
2227
2228 2020-10-13 Pedro Alves <pedro@palves.net>
2229
2230 * config/monitor.exp: Use "list -q".
2231 * gdb.arch/gdb1558.exp: Use "break -q".
2232 * gdb.arch/i386-permbkpt.exp: Use "break -q".
2233 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
2234 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
2235 * gdb.base/commands.exp: Use "break -q".
2236 * gdb.base/condbreak.exp: Use "break -q".
2237 * gdb.base/ctf-ptype.exp: Use "list -q".
2238 * gdb.base/define.exp: Use "break -q".
2239 * gdb.base/del.exp: Use "break -q".
2240 * gdb.base/fullname.exp: Use "break -q".
2241 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
2242 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
2243 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
2244 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
2245 "hbreak -q".
2246 * gdb.base/included.exp: Use "list -q".
2247 * gdb.base/label.exp: Use "break -q".
2248 * gdb.base/lineinc.exp: Use "break -q".
2249 * gdb.base/list.exp: Use "list -q".
2250 * gdb.base/macscp.exp: Use "list -q".
2251 * gdb.base/pending.exp: Use "break -q".
2252 * gdb.base/prologue-include.exp: Use "break -q".
2253 * gdb.base/ptype.exp: Use "list -q".
2254 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
2255 * gdb.base/server-del-break.exp: Use "break -q".
2256 * gdb.base/style.exp: Use "break -q".
2257 * gdb.base/symbol-without-target_section.exp: Use "list -q".
2258 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
2259 * gdb.cp/exception.exp: Use "tbreak -q".
2260 * gdb.dwarf2/dw2-error.exp: Use "break -q".
2261 * gdb.dwarf2/fission-mix.exp: Use "break -q".
2262 * gdb.dwarf2/fission-reread.exp: Use "break -q".
2263 * gdb.dwarf2/pr13961.exp: Use "break -q".
2264 * gdb.linespec/explicit.exp: Use "list -q".
2265 * gdb.linespec/linespec.exp: Use "break -q".
2266 * gdb.mi/mi-simplerun.exp: Use "--qualified".
2267 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
2268 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
2269 * gdb.server/connect-without-multi-process.exp: Use "break -q".
2270 * gdb.trace/change-loc.exp: Use "break -q".
2271 * gdb.trace/pending.exp: Use "break -q".
2272 * gdb.tui/basic.exp: Use "list -q".
2273 * gdb.tui/list-before.exp: Use "list -q".
2274 * gdb.tui/list.exp: Use "list -q".
2275 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
2276
2277 2020-10-13 Pedro Alves <pedro@palves.net>
2278
2279 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
2280 saved breakpoints file.
2281 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
2282 inspecting breakpoint list.
2283 * lib/gdb.exp (runto_main): Add "qualified" to options.
2284 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
2285 and handle it.
2286 (mi_runto_main): Pass 1 as qualified argument.
2287
2288 2020-10-13 Pedro Alves <pedro@palves.net>
2289
2290 * lib/mi-support.exp (mi_runto_main): New proc.
2291 (mi_run_to_main): Use it.
2292 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
2293 * gdb.mi/mi-var-cmd.exp: Likewise.
2294 * gdb.mi/mi-var-invalidate.exp: Likewise.
2295 * mi-var-list-children-invalid-grandchild.exp: Likewise.
2296 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
2297 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2298 * gdb.mi/user-selected-context-sync.exp: Likewise.
2299 * gdb.opt/inline-cmds.exp: Likewise.
2300 * gdb.python/py-framefilter-mi.exp: Likewise.
2301 * gdb.python/py-mi.exp: Likewise.
2302
2303 2020-10-13 Pedro Alves <pedro@palves.net>
2304
2305 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
2306 "runto main".
2307 * gdb.ada/small_reg_param.exp: Likewise.
2308 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2309 * gdb.base/annota1.exp: Likewise.
2310 * gdb.base/anon.exp: Likewise.
2311 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
2312 * gdb.base/dprintf-non-stop.exp: Likewise.
2313 * gdb.base/dprintf.exp: Likewise.
2314 * gdb.base/gdb11530.exp: Likewise.
2315 * gdb.base/gdb11531.exp: Likewise.
2316 * gdb.base/gnu_vector.exp: Likewise.
2317 * gdb.base/interrupt-noterm.exp: Likewise.
2318 * gdb.base/memattr.exp: Likewise.
2319 * gdb.base/step-over-syscall.exp: Likewise.
2320 * gdb.base/watch-cond-infcall.exp: Likewise.
2321 * gdb.base/watch-read.exp: Likewise.
2322 * gdb.base/watch-vfork.exp: Likewise.
2323 * gdb.base/watch_thread_num.exp: Likewise.
2324 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
2325 * gdb.guile/scm-frame-inline.exp: Likewise.
2326 * gdb.linespec/explicit.exp: Likewise.
2327 * gdb.opt/inline-break.exp: Likewise.
2328 * gdb.python/py-frame-inline.exp: Likewise.
2329 * gdb.reverse/break-precsave.exp: Likewise.
2330 * gdb.reverse/break-reverse.exp: Likewise.
2331 * gdb.reverse/consecutive-precsave.exp: Likewise.
2332 * gdb.reverse/consecutive-reverse.exp: Likewise.
2333 * gdb.reverse/finish-precsave.exp: Likewise.
2334 * gdb.reverse/finish-reverse.exp: Likewise.
2335 * gdb.reverse/fstatat-reverse.exp: Likewise.
2336 * gdb.reverse/getresuid-reverse.exp: Likewise.
2337 * gdb.reverse/i386-precsave.exp: Likewise.
2338 * gdb.reverse/i386-reverse.exp: Likewise.
2339 * gdb.reverse/i386-sse-reverse.exp: Likewise.
2340 * gdb.reverse/i387-env-reverse.exp: Likewise.
2341 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2342 * gdb.reverse/insn-reverse.exp: Likewise.
2343 * gdb.reverse/machinestate-precsave.exp: Likewise.
2344 * gdb.reverse/machinestate.exp: Likewise.
2345 * gdb.reverse/pipe-reverse.exp: Likewise.
2346 * gdb.reverse/readv-reverse.exp: Likewise.
2347 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2348 * gdb.reverse/rerun-prec.exp: Likewise.
2349 * gdb.reverse/s390-mvcle.exp: Likewise.
2350 * gdb.reverse/solib-precsave.exp: Likewise.
2351 * gdb.reverse/solib-reverse.exp: Likewise.
2352 * gdb.reverse/step-precsave.exp: Likewise.
2353 * gdb.reverse/step-reverse.exp: Likewise.
2354 * gdb.reverse/time-reverse.exp: Likewise.
2355 * gdb.reverse/until-precsave.exp: Likewise.
2356 * gdb.reverse/until-reverse.exp: Likewise.
2357 * gdb.reverse/waitpid-reverse.exp: Likewise.
2358 * gdb.reverse/watch-precsave.exp: Likewise.
2359 * gdb.reverse/watch-reverse.exp: Likewise.
2360 * gdb.threads/kill.exp: Likewise.
2361 * gdb.threads/tid-reuse.exp: Likewise.
2362
2363 2020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2364
2365 PR gdb/26642
2366 * gdb.base/maint-target-async-off.c: New test.
2367 * gdb.base/maint-target-async-off.exp: New test.
2368
2369 2020-10-13 Alan Modra <amodra@gmail.com>
2370
2371 * gdb.arch/powerpc-altivec.s,
2372 * gdb.arch/powerpc-power7.s,
2373 * gdb.arch/powerpc-power8.s,
2374 * gdb.arch/powerpc-power9.s,
2375 * gdb.arch/powerpc-vsx.s,
2376 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
2377 * gdb.arch/powerpc-altivec.exp,
2378 * gdb.arch/powerpc-power7.exp,
2379 * gdb.arch/powerpc-power8.exp,
2380 * gdb.arch/powerpc-power9.exp,
2381 * gdb.arch/powerpc-vsx.exp,
2382 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
2383 disassembly of mfvsrd/mtvsrd.
2384
2385 2020-10-13 Alan Modra <amodra@gmail.com>
2386
2387 * gdb.arch/arm-disassembler-options.exp: Adjust expected
2388 "target architecture" output.
2389 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2390 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2391 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2392 * gdb.arch/s390-disassembler-options.exp: Likewise.
2393
2394 2020-10-12 Pedro Alves <pedro@palves.net>
2395
2396 PR exp/26602
2397 PR c++/26550
2398 * gdb.cp/ambiguous.cc (marker1): Delete.
2399 (main): Initialize all the fields of the locals. Replace marker1
2400 call with a "set breakpoint here" marker.
2401 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
2402 instead of running to marker1. Add tests printing all the
2403 variables and all the fields of the variables.
2404 (test_ambiguous): New proc, expecting the new GDB output when a
2405 field access is ambiguous. Change all "warning: X ambiguous"
2406 tests to use it.
2407
2408 2020-10-12 Gary Benson <gbenson@redhat.com>
2409
2410 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
2411 * gdb.base/msym-bp-2.c (foo): Likewise.
2412 * gdb.base/msym-lang.c (foo): Likewise.
2413 * gdb.base/msym-lang-main.c (foo): Likewise.
2414 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
2415 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
2416 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
2417 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
2418 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
2419 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
2420 * gdb.python/py-objfile.c (static_var): Likewise.
2421 * gdb.python/py-symbol.c (rr): Likewise.
2422 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
2423 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
2424
2425 2020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
2426
2427 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
2428 output of backtrace.
2429
2430 2020-10-09 Tom Tromey <tromey@adacore.com>
2431
2432 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
2433 (Rec): Add field. Fix range.
2434 * gdb.ada/scalar_storage.exp: Update.
2435
2436 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
2437
2438 PR exp/26714
2439 * gdb.base/printcmds.exp: Add tests for void results.
2440
2441 2020-10-09 Jan Vrany <jan.vrany@labware.com>
2442
2443 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
2444 is emmited for both 'set directories' and 'directory' commands.
2445
2446 2020-10-08 Tom Tromey <tom@tromey.com>
2447
2448 * gdb.base/style.exp: Check that "main"'s name is styled.
2449
2450 2020-10-07 Tom Tromey <tromey@adacore.com>
2451
2452 * gdb.base/find.exp: Rename some tests.
2453
2454 2020-10-06 Gary Benson <gbenson@redhat.com>
2455
2456 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
2457 * gdb.base/list1.c (unused): Likewise.
2458
2459 2020-10-06 Gary Benson <gbenson@redhat.com>
2460
2461 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
2462 __attribute__ ((used)).
2463 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
2464
2465 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
2466
2467 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
2468 make use of regions throughout.
2469 * gdb.base/overlays.exp: Enclose string with variableds in "..",
2470 not {...}.
2471 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
2472
2473 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
2474
2475 * gdb.base/call-sc.c: Fix return struct on stack test case.
2476 * gdb.base/call-sc.exp: Likewise.
2477
2478 2020-10-02 Gary Benson <gbenson@redhat.com>
2479
2480 * README: Fix "paralell".
2481
2482 2020-09-30 Gary Benson <gbenson@redhat.com>
2483
2484 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
2485 Convert directive to lowercase.
2486 (.Labbrev1_begin): Add missing label.
2487 (abbrev code 0x1): Remove DW_AT_stmt_list.
2488 (.Ldie_b): Likewise.
2489
2490 2020-09-27 Tom Tromey <tom@tromey.com>
2491
2492 * gdb.tui/new-layout.exp: Use with_test_prefix.
2493
2494 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
2495
2496 PR python/26586
2497 * gdb.python/python.exp: add test cases for the from_tty
2498 argument to gdb.execute.
2499
2500 2020-09-25 Gary Benson <gbenson@redhat.com>
2501
2502 * gdb.base/infcall-nested-structs.exp.tcl: Add
2503 additional_flags=-Wno-tautological-compare for C++
2504 tests when compiling using Clang.
2505
2506 2020-09-25 Gary Benson <gbenson@redhat.com>
2507
2508 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
2509 for .c files.
2510
2511 2020-09-24 Tom Tromey <tromey@adacore.com>
2512
2513 PR tui/26638:
2514 * gdb.tui/list.exp: Check output of "focus next".
2515
2516 2020-09-23 Tom Tromey <tom@tromey.com>
2517
2518 * gdb.dwarf2/intbits.exp: New file.
2519 * gdb.dwarf2/intbits.c: New file.
2520
2521 2020-09-20 Pedro Alves <pedro@palves.net>
2522
2523 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
2524 spawn_id before calling remote_close. Close secondary MI channel.
2525
2526 2020-09-20 Pedro Alves <pedro@palves.net>
2527
2528 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
2529 fails.
2530
2531 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
2532
2533 * gdb.fortran/array-slices.exp: Update expected results.
2534 * gdb.fortran/class-allocatable-array.exp: Likewise.
2535 * gdb.fortran/multi-dim.exp: Likewise.
2536 * gdb.fortran/vla-type.exp: Likewise.
2537 * gdb.mi/mi-vla-fortran.exp: Likewise.
2538
2539 2020-09-18 Victor Collod <vcollod@nvidia.com>
2540
2541 PR gdb/26635
2542 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
2543 compatible with i386, and move it to...
2544 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
2545 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
2546 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
2547
2548 2020-09-18 Pedro Alves <pedro@palves.net>
2549
2550 PR gdb/26631
2551 * gdb.multi/multi-target-thread-find.exp: New file.
2552
2553 2020-09-18 Pedro Alves <pedro@palves.net>
2554
2555 * gdb.multi/multi-target-continue.exp: New file, factored out from
2556 multi-target.exp.
2557 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
2558 multi-target.exp.
2559 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
2560 multi-target.exp.
2561 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
2562 multi-target.exp.
2563 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
2564 multi-target.exp.
2565 * gdb.multi/multi-target.exp.tcl: New file, factored out from
2566 multi-target.exp.
2567 * gdb.multi/multi-target.exp: Delete.
2568
2569 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2570
2571 * gdb.fortran/array-slices.exp: Add missing message data.
2572
2573 2020-09-17 Pedro Alves <pedro@palves.net>
2574
2575 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
2576
2577 2020-09-17 Pedro Alves <pedro@palves.net>
2578
2579 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
2580 full prototype.
2581
2582 2020-09-17 Pedro Alves <pedro@palves.net>
2583
2584 * gdb.python/py-as-string.c: Add cast.
2585
2586 2020-09-17 Pedro Alves <pedro@palves.net>
2587
2588 * gdb.base/sizeof.c (fill): Add cast.
2589
2590 2020-09-17 Pedro Alves <pedro@palves.net>
2591
2592 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
2593
2594 2020-09-17 Pedro Alves <pedro@palves.net>
2595
2596 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
2597 linkage name.
2598 * gdb.base/prologue.exp: Use print /d.
2599 * gdb.base/symbol-alias.exp: Handle C++ output.
2600 * gdb.base/symbol-alias2.c: Handle C++ output.
2601 [__cplusplus] (func): Explicitly specify linkage name.
2602
2603 2020-09-17 Pedro Alves <pedro@palves.net>
2604
2605 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
2606 (struct my_key_t): ... this. Adjust all references.
2607 (struct value_t): Rename to ...
2608 (struct my_value_t): ... this. Adjust all references.
2609 (create_map, add_map_element, create_map_map)
2610 (add_map_map_element): Add casts.
2611
2612 2020-09-17 Pedro Alves <pedro@palves.net>
2613
2614 * gdb.python/py-framefilter-mi.c (funca): Add casts.
2615 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
2616
2617 2020-09-17 Pedro Alves <pedro@palves.net>
2618
2619 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
2620
2621 2020-09-17 Pedro Alves <pedro@palves.net>
2622
2623 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
2624 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
2625 (charfoo, intfoo): Define full prototype.
2626 * gdb.base/ptype1.c (charfoo): Define full prototype.
2627 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
2628 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
2629
2630 2020-09-17 Pedro Alves <pedro@palves.net>
2631
2632 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
2633 Don't define.
2634 (utf_32_string): Compile for both C and C++.
2635 * gdb.base/charset.exp: Use "print /d".
2636
2637 2020-09-17 Pedro Alves <pedro@palves.net>
2638
2639 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
2640 (nullptr): Rename to ...
2641 (null_ptr): ... this.
2642 * gdb.base/watchpoint.exp: Adjust to rename.
2643
2644 2020-09-17 Pedro Alves <pedro@palves.net>
2645
2646 * gdb.base/printcmds.c (three, flag_enum_without_zero)
2647 (three_not_flag): Add casts.
2648
2649 2020-09-17 Pedro Alves <pedro@palves.net>
2650
2651 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
2652 char array.
2653 (main): Add references to Barrier, TestStrings, TestStringsH and
2654 TestStringsW.
2655 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
2656 and expect a full prototype in C++.
2657
2658 2020-09-17 Pedro Alves <pedro@palves.net>
2659
2660 * gdb.base/nested-addr.c (main): Add cast.
2661 * gdb.base/nested-addr.exp: Use "print /d".
2662
2663 2020-09-17 Pedro Alves <pedro@palves.net>
2664
2665 * gdb.base/break.exp (func): New. Use it throughout when
2666 expecting a function name.
2667
2668 2020-09-17 Pedro Alves <pedro@palves.net>
2669
2670 * gdb.base/display.exp: Issue "set print asm-demangle on".
2671
2672 2020-09-17 Pedro Alves <pedro@palves.net>
2673
2674 * gdb.base/find.c: Include <string.h>.
2675 (init_bufs): Add cast.
2676 * gdb.base/find.exp: Issue "set print asm-demangle on".
2677
2678 2020-09-16 Tom Tromey <tromey@adacore.com>
2679
2680 PR gdb/26598:
2681 * gdb.base/skipcxx.exp: New file.
2682 * gdb.base/skipcxx.cc: New file.
2683
2684 2020-09-16 Tom de Vries <tdevries@suse.de>
2685
2686 PR testsuite/26617
2687 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
2688 WITH_DEBUG_SECTIONS is defined.
2689 (xstr, str): New macro.
2690 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
2691 to get start and size of _Dmain.
2692 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
2693 using additional_flags.
2694
2695 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2696
2697 * gdb.base/bp-cmds-sourced-script.c: New file.
2698 * gdb.base/bp-cmds-sourced-script.exp: New test.
2699 * gdb.base/bp-cmds-sourced-script.gdb: New file.
2700
2701 2020-09-16 Tom de Vries <tdevries@suse.de>
2702
2703 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
2704 get the gdb prompt after issuing "monitor exit".
2705
2706 2020-09-16 Tom de Vries <tdevries@suse.de>
2707
2708 PR testsuite/26624
2709 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
2710
2711 2020-09-16 Tom de Vries <tdevries@suse.de>
2712
2713 PR testsuite/26618
2714 * gdb.tui/new-layout.exp: Escape unbalanced braces.
2715
2716 2020-09-15 Tom Tromey <tromey@adacore.com>
2717
2718 PR rust/26197:
2719 * lib/rust-support.exp (rust_llvm_version): New proc.
2720 * gdb.rust/simple.exp: Check rust_llvm_version.
2721
2722 2020-09-14 Tom de Vries <tdevries@suse.de>
2723
2724 * gdb.rust/traits.exp: Fix PATH warning.
2725
2726 2020-09-13 Pedro Alves <pedro@palves.net>
2727
2728 * gdb.base/catch-follow-exec.c (main): Add explicit return
2729 statement.
2730 * gdb.base/catch-signal.c (main): Likewise.
2731 * gdb.base/condbreak-call-false.c (main): Likewise.
2732 * gdb.base/consecutive.c (main): Add explicit return
2733 statement and return type.
2734 * gdb.base/cursal.c (main): Add explicit return statement.
2735 * gdb.base/cvexpr.c (main): Likewise.
2736 * gdb.base/display.c (main): Add explicit return statement and
2737 return type.
2738 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
2739 * gdb.base/endianity.c (main): Likewise.
2740 * gdb.base/execd-prog.c (main): Likewise.
2741 * gdb.base/gdb1090.c (main): Likewise.
2742 * gdb.base/info_qt.c (main): Likewise.
2743 * gdb.base/lineinc.c (main): Likewise.
2744 * gdb.base/load-command.c (main): Likewise.
2745 * gdb.base/macscp1.c (main): Likewise.
2746 * gdb.base/pr10179-a.c (main): Likewise.
2747 * gdb.base/quit-live.c (main): Likewise.
2748 * gdb.base/scope0.c (main): Likewise.
2749 * gdb.base/settings.c (main): Likewise.
2750 * gdb.base/stack-checking.c (main): Return int.
2751 * gdb.base/varargs.c (main): Add explicit return statement.
2752 * gdb.cp/ambiguous.cc (main): Likewise.
2753 * gdb.cp/anon-struct.cc (main): Likewise.
2754 * gdb.cp/anon-union.cc (main): Likewise.
2755 * gdb.cp/bool.cc (main): Likewise.
2756 * gdb.cp/bs15503.cc (main): Likewise.
2757 * gdb.cp/cplusfuncs.cc (main): Likewise.
2758 * gdb.cp/cttiadd.cc (main): Likewise.
2759 * gdb.cp/extern-c.cc (main): Likewise.
2760 * gdb.cp/filename.cc (main): Likewise.
2761 * gdb.cp/formatted-ref.cc (main): Likewise.
2762 * gdb.cp/mb-ctor.cc (main): Likewise.
2763 * gdb.cp/member-ptr.cc (main): Likewise.
2764 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
2765 * gdb.cp/overload-const.cc (main): Likewise.
2766 * gdb.cp/paren-type.cc (main): Likewise.
2767 * gdb.cp/parse-lang.cc (main): Likewise.
2768 * gdb.cp/pr-1023.cc (main): Likewise.
2769 * gdb.cp/psmang1.cc (main): Likewise.
2770 * gdb.cp/readnow-language.cc (main): Likewise.
2771 * gdb.cp/ref-params.cc (main): Likewise.
2772 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
2773 * gdb.cp/virtbase2.cc (main): Likewise.
2774 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
2775 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
2776 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
2777 * gdb.mi/mi-console.c (main): Likewise.
2778 * gdb.mi/mi-read-memory.c (main): Likewise.
2779 * gdb.modula2/multidim.c (main): Likewise.
2780 * gdb.opt/inline-small-func.c (main): Likewise.
2781 * gdb.python/py-rbreak.c (main): Likewise.
2782 * gdb.stabs/exclfwd1.c (main): Likewise.
2783 * gdb.trace/qtro.c (main): Likewise.
2784
2785 2020-09-13 Pedro Alves <pedro@palves.net>
2786
2787 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
2788 instead of getenv.
2789
2790 2020-09-13 Pedro Alves <pedro@palves.net>
2791
2792 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
2793 instead of spawning GDB with remote_spawn.
2794 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
2795 gdb_spawn instead of spawning GDB with remote_spawn.
2796
2797 2020-09-13 Pedro Alves <pedro@palves.net>
2798
2799 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
2800 file and add calls to first and second.
2801 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
2802 add call to f.
2803
2804 2020-09-13 Pedro Alves <pedro@palves.net>
2805
2806 * gdb.mi/mi-break-qualified.cc: New file.
2807 * gdb.mi/mi-break-qualified.exp: New file.
2808 * lib/mi-support.exp (mi_create_breakpoint_multi)
2809 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
2810 procedures.
2811 (mi_create_breakpoint_1): New, factored out from
2812 mi_create_breakpoint.
2813
2814 2020-09-13 Pedro Alves <pedro@palves.net>
2815
2816 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
2817 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
2818 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
2819 (register_class): Delete.
2820 (main): Don't call register_class.
2821
2822 2020-09-13 Pedro Alves <pedro@palves.net>
2823
2824 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
2825 (do_tests): Remove "calling method for small class" test.
2826 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
2827 (register_class): Delete.
2828 (main): Don't call register_class.
2829 * gdb.cp/call-method-register.exp: New file, based on bits removed
2830 from classes.exp.
2831 * gdb.cp/call-method-register.cc: New file, based on bits removed
2832 from classes.cc.
2833
2834 2020-09-13 Pedro Alves <pedro@palves.net>
2835
2836 * gdb.base/msym-bp-2.c: New.
2837 * gdb.base/msym-bp-shl-lib.c: New file.
2838 * gdb.base/msym-bp-shl-main-2.c: New file.
2839 * gdb.base/msym-bp-shl-main.c: New file.
2840 * gdb.base/msym-bp-shl.exp: New file.
2841 * gdb.base/msym-bp.c: New file.
2842 * gdb.base/msym-bp.exp: New file.
2843
2844 2020-09-13 Joel Brobecker <brobecker@adacore.com>
2845
2846 * gdb.base/default.exp: Change $_gdb_major to 11.
2847
2848 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
2849 Felix Willgerodt <Felix.Willgerodt@intel.com>
2850
2851 * x86-avx512bf16.c: New file.
2852 * x86-avx512bf16.exp: Likewise.
2853 * lib/gdb.exp (skip_avx512bf16_tests): New function.
2854
2855 2020-09-11 Tom de Vries <tdevries@suse.de>
2856
2857 PR exp/26602
2858 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
2859
2860 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2861
2862 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
2863
2864 2020-09-10 Alan Modra <amodra@gmail.com>
2865
2866 PR 26597
2867 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
2868
2869 2020-09-08 Tom de Vries <tdevries@suse.de>
2870
2871 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
2872 after gdb_starti_cmd.
2873
2874 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2875
2876 * lib/fortran.exp (fortran_complex8): New proc.
2877 (fortran_complex16): New proc.
2878 * gdb.fortran/complex.exp: Use routines from fortran.exp
2879 * gdb.fortran/pointer-to-pointer.exp: Likewise.
2880 * gdb.fortran/vla-ptr-info.exp: Likewise.
2881
2882 2020-09-03 Tom de Vries <tdevries@suse.de>
2883
2884 PR breakpoint/26546
2885 * gdb.base/label-without-address.exp: Runto main first.
2886
2887 2020-09-02 Tom Tromey <tromey@adacore.com>
2888
2889 * gdb.ada/mi_var_access.exp: Test children of access variable.
2890 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
2891 * gdb.ada/mi_var_array.exp: Update.
2892
2893 2020-08-31 Kevin Buettner <kevinb@redhat.com>
2894
2895 * gdb.base/corefile.exp (warning-free): XFAIL test when running
2896 on docker w/ AUFS storage driver.
2897
2898 2020-08-31 Kevin Buettner <kevinb@redhat.com>
2899
2900 * gdb.base/corefile2.exp (renamed binfile): New tests.
2901
2902 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
2903
2904 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
2905
2906 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
2907
2908 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
2909 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
2910
2911 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
2912
2913 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
2914 output, printing a "not saved" value from history and printing a
2915 convenience variable created from a "not saved" value.
2916
2917 2020-08-31 Tom de Vries <tdevries@suse.de>
2918
2919 * gdb.base/eh_return.exp: Use nopie.
2920
2921 2020-08-28 Pedro Alves <pedro@palves.net>
2922
2923 * gdb.base/advance-until-multiple-locations.exp
2924 (advance_overload, until_overload): Adjust to match the
2925 frame/function header instead of the source line text.
2926
2927 2020-08-28 Tom de Vries <tdevries@suse.de>
2928
2929 * gdb.base/label-without-address.c: New test.
2930 * gdb.base/label-without-address.exp: New file.
2931
2932 2020-08-27 Pedro Alves <pedro@palves.net>
2933
2934 PR gdb/26523
2935 PR gdb/26524
2936 * gdb.base/advance-until-multiple-locations.cc: New.
2937 * gdb.base/advance-until-multiple-locations.exp: New.
2938
2939 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
2940
2941 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
2942
2943 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2944
2945 * gdb.arch/amd64-byte.exp: Make test names unique, use
2946 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2947 * gdb.arch/amd64-dword.exp: Likewise.
2948 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
2949 * gdb.arch/amd64-stap-special-operands.exp: Make test names
2950 unique.
2951 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
2952 * gdb.arch/amd64-word.exp: Make test names unique, use
2953 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2954 * gdb.arch/i386-byte.exp: Make test names unique, use
2955 gdb_breakpoint.
2956 * gdb.arch/i386-word.exp: Likewise.
2957
2958 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
2959
2960 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
2961
2962 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
2963
2964 PR gdb/26532
2965 * gdb.threads/stepi-random-signal.exp: Update pattern.
2966
2967 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
2968
2969 PR gdb/26532
2970 * gdb.base/ui-redirect.exp: Update pattern.
2971
2972 2020-08-25 Gary Benson <gbenson@redhat.com>
2973
2974 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
2975 when compiling with clang.
2976 * gdb.dwarf2/dw2-restore.exp: Likewise.
2977
2978 2020-08-25 Gary Benson <gbenson@redhat.com>
2979
2980 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
2981 Add additional_flags=-Wno-inaccessible-base when compiling
2982 with GCC >= 10.1 or clang. Add additional_flags=-w when
2983 compiling with GCC < 10.
2984
2985 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
2986
2987 PR m2/26372
2988 * gdb.modula2/multidim.c: New file.
2989 * gdb.modula2/multidim.exp: New file.
2990
2991 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
2992
2993 * lib/gdb.exp (runto): Always emit fail on internal error.
2994
2995 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
2996
2997 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
2998 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2999 Likewise.
3000 * gdb.threads/stepi-random-signal.exp: Likewise.
3001
3002 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3003
3004 * gdb.base/print-file-var.exp: Fix typo "breapoint".
3005 * gdb.trace/strace.exp: Ditto.
3006
3007 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3008
3009 * gdb.fortran/vla-type.exp: Skip commands not required for
3010 the Flang compiled binaries after prologue fix.
3011
3012 2020-08-17 Tom de Vries <tdevries@suse.de>
3013 Tom Tromey <tromey@adacore.com>
3014
3015 PR rust/26197:
3016 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
3017
3018 2020-08-17 Tom Tromey <tromey@adacore.com>
3019
3020 * gdb.ada/mi_var_access.exp: New file.
3021 * gdb.ada/mi_var_access/mi_access.adb: New file.
3022 * gdb.ada/mi_var_access/pck.adb: New file.
3023 * gdb.ada/mi_var_access/pck.ads: New file.
3024
3025 2020-08-16 Tom de Vries <tdevries@suse.de>
3026
3027 PR gdb/25350
3028 * gdb.base/eh_return.c: New test.
3029 * gdb.base/eh_return.exp: New file.
3030
3031 2020-08-15 Tom de Vries <tdevries@suse.de>
3032
3033 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
3034 (mixed_func_1d_): Use fortran_charlen_t in decl.
3035
3036 2020-08-15 Tom de Vries <tdevries@suse.de>
3037
3038 PR backtrace/26390
3039 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
3040 Update expected pattern.
3041
3042 2020-08-13 Pedro Alves <pedro@palves.net>
3043
3044 * gdb.fortran/complex.exp: Check skip_fortran_tests.
3045 * gdb.fortran/library-module.exp: Likewise.
3046 * gdb.fortran/logical.exp: Likewise.
3047 * gdb.fortran/module.exp: Likewise.
3048 * gdb.fortran/print_type.exp: Likewise.
3049 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
3050 * gdb.fortran/vla-datatypes.exp: Likewise.
3051 * gdb.fortran/vla-history.exp: Likewise.
3052 * gdb.fortran/vla-ptr-info.exp: Likewise.
3053 * gdb.fortran/vla-ptype-sub.exp: Likewise.
3054 * gdb.fortran/vla-ptype.exp: Likewise.
3055 * gdb.fortran/vla-sizeof.exp: Likewise.
3056 * gdb.fortran/vla-type.exp: Likewise.
3057 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
3058 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
3059 * gdb.fortran/vla-value-sub.exp: Likewise.
3060 * gdb.fortran/vla-value.exp: Likewise.
3061
3062 2020-08-13 Pedro Alves <pedro@palves.net>
3063
3064 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
3065 * gdb.ada/access_to_packed_array.exp: Likewise.
3066 * gdb.ada/access_to_unbounded_array.exp: Likewise.
3067 * gdb.ada/addr_arith.exp: Likewise.
3068 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
3069 * gdb.ada/arr_arr.exp: Likewise.
3070 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
3071 * gdb.ada/array_bounds.exp: Likewise.
3072 * gdb.ada/array_of_variable_length.exp: Likewise.
3073 * gdb.ada/array_ptr_renaming.exp: Likewise.
3074 * gdb.ada/array_subscript_addr.exp: Likewise.
3075 * gdb.ada/arraydim.exp: Likewise.
3076 * gdb.ada/arrayparam.exp: Likewise.
3077 * gdb.ada/arrayptr.exp: Likewise.
3078 * gdb.ada/assign_1.exp: Likewise.
3079 * gdb.ada/assign_arr.exp: Likewise.
3080 * gdb.ada/atomic_enum.exp: Likewise.
3081 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3082 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
3083 * gdb.ada/bias.exp: Likewise.
3084 * gdb.ada/boolean_expr.exp: Likewise.
3085 * gdb.ada/bp_c_mixed_case.exp: Likewise.
3086 * gdb.ada/bp_enum_homonym.exp: Likewise.
3087 * gdb.ada/bp_inlined_func.exp: Likewise.
3088 * gdb.ada/bp_on_var.exp: Likewise.
3089 * gdb.ada/bp_range_type.exp: Likewise.
3090 * gdb.ada/bp_reset.exp: Likewise.
3091 * gdb.ada/call_pn.exp: Likewise.
3092 * gdb.ada/catch_assert_if.exp: Likewise.
3093 * gdb.ada/catch_ex.exp: Likewise.
3094 * gdb.ada/catch_ex_std.exp: Likewise.
3095 * gdb.ada/char_enum.exp: Likewise.
3096 * gdb.ada/char_param.exp: Likewise.
3097 * gdb.ada/complete.exp: Likewise.
3098 * gdb.ada/cond_lang.exp: Likewise.
3099 * gdb.ada/convvar_comp.exp: Likewise.
3100 * gdb.ada/dgopt.exp: Likewise.
3101 * gdb.ada/disc_arr_bound.exp: Likewise.
3102 * gdb.ada/display_nested.exp: Likewise.
3103 * gdb.ada/dot_all.exp: Likewise.
3104 * gdb.ada/dyn_loc.exp: Likewise.
3105 * gdb.ada/dyn_stride.exp: Likewise.
3106 * gdb.ada/excep_handle.exp: Likewise.
3107 * gdb.ada/expr_delims.exp: Likewise.
3108 * gdb.ada/expr_with_funcall.exp: Likewise.
3109 * gdb.ada/exprs.exp: Likewise.
3110 * gdb.ada/fin_fun_out.exp: Likewise.
3111 * gdb.ada/fixed_cmp.exp: Likewise.
3112 * gdb.ada/formatted_ref.exp: Likewise.
3113 * gdb.ada/frame_arg_lang.exp: Likewise.
3114 * gdb.ada/frame_args.exp: Likewise.
3115 * gdb.ada/fullname_bp.exp: Likewise.
3116 * gdb.ada/fun_addr.exp: Likewise.
3117 * gdb.ada/fun_in_declare.exp: Likewise.
3118 * gdb.ada/fun_overload_menu.exp: Likewise.
3119 * gdb.ada/fun_renaming.exp: Likewise.
3120 * gdb.ada/funcall_char.exp: Likewise.
3121 * gdb.ada/funcall_param.exp: Likewise.
3122 * gdb.ada/funcall_ptr.exp: Likewise.
3123 * gdb.ada/funcall_ref.exp: Likewise.
3124 * gdb.ada/homonym.exp: Likewise.
3125 * gdb.ada/info_addr_mixed_case.exp: Likewise.
3126 * gdb.ada/info_auto_lang.exp: Likewise.
3127 * gdb.ada/info_exc.exp: Likewise.
3128 * gdb.ada/info_types.exp: Likewise.
3129 * gdb.ada/int_deref.exp: Likewise.
3130 * gdb.ada/interface.exp: Likewise.
3131 * gdb.ada/iwide.exp: Likewise.
3132 * gdb.ada/lang_switch.exp: Likewise.
3133 * gdb.ada/length_cond.exp: Likewise.
3134 * gdb.ada/maint_with_ada.exp: Likewise.
3135 * gdb.ada/mi_catch_assert.exp: Likewise.
3136 * gdb.ada/mi_catch_ex.exp: Likewise.
3137 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
3138 * gdb.ada/mi_dyn_arr.exp: Likewise.
3139 * gdb.ada/mi_ex_cond.exp: Likewise.
3140 * gdb.ada/mi_exc_info.exp: Likewise.
3141 * gdb.ada/mi_interface.exp: Likewise.
3142 * gdb.ada/mi_prot.exp: Likewise.
3143 * gdb.ada/mi_ref_changeable.exp: Likewise.
3144 * gdb.ada/mi_string_access.exp: Likewise.
3145 * gdb.ada/mi_task_arg.exp: Likewise.
3146 * gdb.ada/mi_task_info.exp: Likewise.
3147 * gdb.ada/mi_var_array.exp: Likewise.
3148 * gdb.ada/mi_var_union.exp: Likewise.
3149 * gdb.ada/mi_variant.exp: Likewise.
3150 * gdb.ada/minsyms.exp: Likewise.
3151 * gdb.ada/mod_from_name.exp: Likewise.
3152 * gdb.ada/nested.exp: Likewise.
3153 * gdb.ada/null_array.exp: Likewise.
3154 * gdb.ada/optim_drec.exp: Likewise.
3155 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
3156 * gdb.ada/packed_array_assign.exp: Likewise.
3157 * gdb.ada/packed_tagged.exp: Likewise.
3158 * gdb.ada/pp-rec-component.exp: Likewise.
3159 * gdb.ada/print_chars.exp: Likewise.
3160 * gdb.ada/print_pc.exp: Likewise.
3161 * gdb.ada/ptr_typedef.exp: Likewise.
3162 * gdb.ada/ptype_arith_binop.exp: Likewise.
3163 * gdb.ada/ptype_array.exp: Likewise.
3164 * gdb.ada/ptype_field.exp: Likewise.
3165 * gdb.ada/ptype_tagged_param.exp: Likewise.
3166 * gdb.ada/ptype_union.exp: Likewise.
3167 * gdb.ada/py_range.exp: Likewise.
3168 * gdb.ada/py_taft.exp: Likewise.
3169 * gdb.ada/rdv_wait.exp: Likewise.
3170 * gdb.ada/rec_comp.exp: Likewise.
3171 * gdb.ada/rec_return.exp: Likewise.
3172 * gdb.ada/ref_param.exp: Likewise.
3173 * gdb.ada/ref_tick_size.exp: Likewise.
3174 * gdb.ada/rename_subscript_param.exp: Likewise.
3175 * gdb.ada/repeat_dyn.exp: Likewise.
3176 * gdb.ada/same_component_name.exp: Likewise.
3177 * gdb.ada/same_enum.exp: Likewise.
3178 * gdb.ada/scalar_storage.exp: Likewise.
3179 * gdb.ada/set_wstr.exp: Likewise.
3180 * gdb.ada/small_reg_param.exp: Likewise.
3181 * gdb.ada/str_binop_equal.exp: Likewise.
3182 * gdb.ada/str_ref_cmp.exp: Likewise.
3183 * gdb.ada/str_uninit.exp: Likewise.
3184 * gdb.ada/sub_variant.exp: Likewise.
3185 * gdb.ada/sym_print_name.exp: Likewise.
3186 * gdb.ada/taft_type.exp: Likewise.
3187 * gdb.ada/tagged.exp: Likewise.
3188 * gdb.ada/tagged_access.exp: Likewise.
3189 * gdb.ada/task_bp.exp: Likewise.
3190 * gdb.ada/task_switch_in_core.exp: Likewise.
3191 * gdb.ada/tasks.exp: Likewise.
3192 * gdb.ada/tick_last_segv.exp: Likewise.
3193 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
3194 * gdb.ada/type_coercion.exp: Likewise.
3195 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
3196 * gdb.ada/unchecked_union.exp: Likewise.
3197 * gdb.ada/uninitialized_vars.exp: Likewise.
3198 * gdb.ada/var_arr_attrs.exp: Likewise.
3199 * gdb.ada/var_arr_typedef.exp: Likewise.
3200 * gdb.ada/var_rec_arr.exp: Likewise.
3201 * gdb.ada/variant-record.exp: Likewise.
3202 * gdb.ada/variant.exp: Likewise.
3203 * gdb.ada/variant_record_packed_array.exp: Likewise.
3204 * gdb.ada/varsize_limit.exp: Likewise.
3205 * gdb.ada/whatis_array_val.exp: Likewise.
3206 * gdb.ada/widewide.exp: Likewise.
3207 * gdb.ada/win_fu_syms.exp: Likewise.
3208
3209 2020-08-12 Gary Benson <gbenson@redhat.com>
3210
3211 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
3212
3213 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
3214
3215 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
3216 unset the array variable.
3217
3218 2020-08-03 Tom de Vries <tdevries@suse.de>
3219
3220 PR symtab/26333
3221 * lib/dwarf.exp (DW_LNE_user): New proc.
3222 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
3223 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
3224
3225 2020-07-31 Kevin Buettner <kevinb@redhat.com>
3226
3227 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
3228 to 'uintptr_t'
3229 (inttypes.h): Include.
3230
3231 2020-07-31 Kevin Buettner <kevinb@redhat.com>
3232
3233 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
3234 (C5_24k): Delete.
3235 (C5_8k, C5_64k, C5_256k): New macros.
3236 (buf_ro): Allocate 256 KiB of initialized data.
3237
3238 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3239
3240 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
3241 that attempt to overwrite an existing condition with a condition
3242 that fails parsing and also with a condition that parses fine
3243 but contains junk at the end.
3244
3245 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3246
3247 * gdb.base/condbreak-bad.c: New test.
3248 * gdb.base/condbreak-bad.exp: New file.
3249
3250 2020-07-30 Tom de Vries <tdevries@suse.de>
3251
3252 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
3253 out of ...
3254 (GDBInfoModuleSymbols::check_entry): ... here.
3255 (GDBInfoModuleSymbols::check_optional_entry): New proc.
3256 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
3257 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
3258
3259 2020-07-30 Tom de Vries <tdevries@suse.de>
3260
3261 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
3262 "__class_some_module_Number_t" optional.
3263
3264 2020-07-29 Tom de Vries <tdevries@suse.de>
3265
3266 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
3267 multiple locations.
3268
3269 2020-07-29 Tom de Vries <tdevries@suse.de>
3270
3271 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
3272 rather than function name.
3273
3274 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3275
3276 PR symtab/26270:
3277 * gdb.cp/disasm-func-name.cc: New file.
3278 * gdb.cp/disasm-func-name.exp: New file.
3279
3280 2020-07-28 Tom Tromey <tromey@adacore.com>
3281
3282 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
3283 'varval' location.
3284
3285 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3286
3287 * gdb.python/py-unwind.py: Update to make use of a register
3288 descriptor.
3289
3290 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3291
3292 * gdb.python/py-arch-reg-names.exp: Add additional tests.
3293
3294 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
3295
3296 PR fortran/23051
3297 PR fortran/26139
3298 * gdb.fortran/class-allocatable-array.exp: New file.
3299 * gdb.fortran/class-allocatable-array.f90: New file.
3300 * gdb.fortran/pointer-to-pointer.exp: New file.
3301 * gdb.fortran/pointer-to-pointer.f90: New file.
3302
3303 2020-07-25 Tom de Vries <tdevries@suse.de>
3304
3305 PR symtab/26243
3306 * gdb.dwarf2/dw2-line-number-zero.c: New test.
3307 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
3308
3309 2020-07-24 Tom de Vries <tdevries@suse.de>
3310
3311 PR testsuite/26293
3312 * gdb.ada/mi_prot.exp: Require gnatmake-8.
3313
3314 2020-07-23 Pedro Alves <pedro@palves.net>
3315
3316 * gdb.server/server-kill.exp (prepare): New, factored out from the
3317 top level.
3318 (kill_server): New.
3319 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
3320 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
3321
3322 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
3323
3324 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
3325
3326 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
3327
3328 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
3329 Initialize to empty string at top level.
3330 (gdb_wrapper_init): Revert check for file existence on build.
3331 Build the wrapper in its default place, not a build-specific
3332 location. When host == build, make the pathname absolute.
3333 (gdb_compile): Delete leftover declaration of
3334 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
3335 string instead of uninitialized.
3336
3337 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3338
3339 * gdb.base/corefile2.exp: New file.
3340 * gdb.base/coremaker2.exp: New file.
3341
3342 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3343
3344 * gdb.base/coredump-filter.exp: Add second
3345 non-Private-Shared-Anon-File test.
3346 (test_disasm): Rename binfile for test which is expected
3347 to fail.
3348
3349 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3350
3351 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
3352 data in core file".
3353 * gdb.base/coremaker.c (buf2ro): New global.
3354 (mmapdata): Add a read-only mmap mapping.
3355
3356 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3357
3358 PR corefiles/25631
3359 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
3360 New test.
3361 * gdb.base/coremaker.c (buf3): New global.
3362 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
3363 flags.
3364
3365 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3366
3367 * gdb.base/coremaker.c (filler_ro): New global constant.
3368
3369 2020-07-22 Tom Tromey <tromey@adacore.com>
3370
3371 * gdb.ada/mi_prot.exp: New file.
3372 * gdb.ada/mi_prot/pkg.adb: New file.
3373 * gdb.ada/mi_prot/pkg.ads: New file.
3374 * gdb.ada/mi_prot/prot.adb: New file.
3375
3376 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3377
3378 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
3379 loads two JITers.
3380
3381 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
3382
3383 * gdb.python/py-arch-reg-groups.exp: Additional tests.
3384
3385 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
3386
3387 * gdb.python/py-arch-reg-names.exp: Additional tests.
3388
3389 2020-07-21 Tom de Vries <tdevries@suse.de>
3390
3391 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
3392 breakpoint locations".
3393 * gdb.reverse/solib-reverse.exp: Same.
3394
3395 2020-07-21 Tom de Vries <tdevries@suse.de>
3396
3397 * gdb.reverse/step-reverse.c (callee): Merge statements.
3398
3399 2020-07-21 Tom de Vries <tdevries@suse.de>
3400
3401 * gdb.fortran/info-modules.exp (info module variables): Allow missing
3402 line numbers for some variables.
3403
3404 2020-07-21 Tom de Vries <tdevries@suse.de>
3405
3406 * gdb.opt/inline-locals.c (init_array): New func.
3407 (func1): Use init_array.
3408 * gdb.opt/inline-locals.exp: Update pattern.
3409
3410 2020-07-21 Tom de Vries <tdevries@suse.de>
3411
3412 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
3413 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
3414
3415 2020-07-20 Ludovic Courtès <ludo@gnu.org>
3416
3417 * gdb.guile/source2.scm: Add #f first argument to 'format'.
3418 * gdb.guile/types-module.exp: Remove "ERROR:" from
3419 regexps since Guile 3.0 no longer prints that.
3420
3421 2020-07-20 Ludovic Courtès <ludo@gnu.org>
3422
3423 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
3424 error regexp to match on Guile 2.2.
3425
3426 2020-07-20 Gary Benson <gbenson@redhat.com>
3427
3428 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
3429 with clang.
3430
3431 2020-07-20 Tom de Vries <tdevries@suse.de>
3432
3433 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
3434 (omp_set_lock_in_order): New function.
3435 (single_scope, multi_scope, nested_func, nested_parallel): Use
3436 omp_set_lock_in_order and omp_unset_lock.
3437 (main): Init and destroy lock and lock2.
3438
3439 2020-07-20 Tom de Vries <tdevries@suse.de>
3440
3441 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
3442
3443 2020-07-20 Tom de Vries <tdevries@suse.de>
3444
3445 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
3446
3447 2020-07-17 Tom de Vries <tdevries@suse.de>
3448
3449 * gdb.base/valgrind-infcall-2.c: New test.
3450 * gdb.base/valgrind-infcall-2.exp: New file.
3451 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
3452
3453 2020-07-17 Tom de Vries <tdevries@suse.de>
3454
3455 * gdb.dlang/circular.c (found): Use found_label as label name.
3456 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
3457 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
3458 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
3459 * gdb.dwarf2/ada-linkage-name.exp: Same.
3460 * gdb.dwarf2/arr-subrange.exp: Same.
3461 * gdb.dwarf2/atomic-type.exp: Same.
3462 * gdb.dwarf2/comp-unit-lang.exp: Same.
3463 * gdb.dwarf2/cpp-linkage-name.exp: Same.
3464 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
3465 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
3466 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
3467 * gdb.dwarf2/implptr-64bit.exp: Same.
3468 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
3469 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
3470 * gdb.dwarf2/imported-unit.exp: Same.
3471 * gdb.dwarf2/main-subprogram.exp: Same.
3472 * gdb.dwarf2/missing-type-name.exp: Same.
3473 * gdb.dwarf2/nonvar-access.exp: Same.
3474 * gdb.dwarf2/struct-with-sig.exp: Same.
3475 * gdb.dwarf2/typedef-void-finish.exp: Same.
3476 * gdb.dwarf2/void-type.exp: Same.
3477
3478 2020-07-17 Tom de Vries <tdevries@suse.de>
3479
3480 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
3481 src parameter.
3482 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
3483 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
3484 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
3485 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
3486 * gdb.dwarf2/dwz.exp: Same.
3487 * gdb.dwarf2/implptr-optimized-out.exp: Same.
3488 * gdb.dwarf2/implref-array.exp: Same.
3489 * gdb.dwarf2/implref-const.exp: Same.
3490 * gdb.dwarf2/implref-global.exp: Same.
3491 * gdb.dwarf2/implref-struct.exp: Same.
3492 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
3493 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3494 * gdb.dwarf2/var-access.exp: Same.
3495 * gdb.dwarf2/varval.exp: Same.
3496 * gdb.trace/entry-values.exp: Same.
3497
3498 2020-07-17 Tom de Vries <tdevries@suse.de>
3499
3500 * lib/dwarf.exp (Dwarf::extern): Remove.
3501 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
3502 * gdb.dlang/circular.exp: Same.
3503 * gdb.dwarf2/comp-unit-lang.exp: Same.
3504 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
3505 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
3506 * gdb.dwarf2/dwz.exp: Same.
3507 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
3508 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
3509 * gdb.dwarf2/imported-unit.exp: Same.
3510 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3511
3512 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
3513
3514 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
3515 Use double quotes instead of single quotes.
3516
3517 2020-07-16 Caroline Tice <cmtice@google.com>
3518
3519 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
3520 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
3521
3522 2020-07-16 Tom de Vries <tdevries@suse.de>
3523
3524 * lib/dwarf.exp (program): Initialize _line.
3525 (DW_LNE_end_sequence): Reinitialize _line.
3526 (DW_LNS_advance_line): Update _line.
3527 (line): New proc.
3528 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
3529 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
3530 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
3531 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
3532 * gdb.dwarf2/dw2-is-stmt.exp: Same.
3533 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3534
3535 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3536
3537 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
3538 generic.
3539
3540 2020-07-15 Tom de Vries <tdevries@suse.de>
3541
3542 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
3543 is_amd64_regs_target.
3544
3545 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3546
3547 * gdb.fortran/ptype-on-functions.exp: Add more tests.
3548 * gdb.fortran/ptype-on-functions.f90: Likewise.
3549
3550 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
3551
3552 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
3553 values in documentation for addr_size to 4 and 8.
3554
3555 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
3556
3557 * gdb.arch/amd64-osabi.exp: Update.
3558 * gdb.arch/arm-disassembler-options.exp: Update.
3559 * gdb.arch/powerpc-disassembler-options.exp: Update.
3560 * gdb.arch/ppc64-symtab-cordic.exp: Update.
3561 * gdb.arch/s390-disassembler-options.exp: Update.
3562 * gdb.base/all-architectures.exp.tcl: Update.
3563 * gdb.base/attach-pie-noexec.exp: Update.
3564 * gdb.base/catch-syscall.exp: Update.
3565 * gdb.xml/tdesc-arch.exp: Update.
3566
3567 2020-07-14 Tom de Vries <tdevries@suse.de>
3568
3569 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
3570 (local_gettid): ... this.
3571 (fn): Update.
3572
3573 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
3574
3575 * gdb.base/info_sources.exp: Skip directory match tests on
3576 remote hosts.
3577
3578 2020-07-13 Gary Benson <gbenson@redhat.com>
3579
3580 * gdb.base/savedregs.exp (caller): Use parentheses to
3581 make expected expression evaluation ordering explicit.
3582
3583 2020-07-13 Gary Benson <gbenson@redhat.com>
3584
3585 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
3586
3587 2020-07-13 Gary Benson <gbenson@redhat.com>
3588
3589 * gdb.base/bigcore.c (main): Use a volatile pointer when
3590 attempting to trigger a SIGSEGV.
3591 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
3592 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
3593 * gdb.base/savedregs.c (thrower): Likewise.
3594 * gdb.mi/mi-syn-frame.c (bar): Likewise.
3595
3596 2020-07-13 Gary Benson <gbenson@redhat.com>
3597
3598 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
3599 defining and using VLA structure fields into...
3600 * gdb.base/vla-struct-fields.c: New file.
3601 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
3602 tests into...
3603 * gdb.base/vla-struct-fields.exp: New file.
3604
3605 2020-07-13 Tom de Vries <tdevries@suse.de>
3606
3607 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
3608 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
3609 * gdb.base/gold-gdb-index.exp: Same.
3610 * gdb.base/morestack.exp: Same.
3611
3612 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
3613
3614 PR rust/26121
3615 * gdb.rust/modules.rs: Prevent linker from discarding test
3616 symbol.
3617
3618 2020-07-10 Pedro Alves <pedro@palves.net>
3619
3620 PR gdb/26199
3621 * gdb.multi/multi-target.c (exit_thread): New.
3622 (thread_start): Break loop if EXIT_THREAD.
3623 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
3624 (top level) Call test_no_resumed.
3625
3626 2020-07-08 Tom Tromey <tromey@adacore.com>
3627
3628 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
3629 * gdb.ada/catch_ex.exp: Examine catchpoint text.
3630
3631 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3632
3633 PR python/22748
3634 * gdb.opt/inline-frame-tailcall.c: New file.
3635 * gdb.opt/inline-frame-tailcall.exp: New file.
3636 * gdb.python/py-unwind-inline.c: New file.
3637 * gdb.python/py-unwind-inline.exp: New file.
3638 * gdb.python/py-unwind-inline.py: New file.
3639
3640 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3641
3642 * gdb.python/py-arch-reg-groups.exp: New file.
3643
3644 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3645
3646 * gdb.python/py-arch-reg-names.exp: New file.
3647
3648 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3649
3650 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
3651 gdb.PendingFrame.architecture method.
3652
3653 2020-07-06 Tom de Vries <tdevries@suse.de>
3654
3655 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
3656
3657 2020-07-03 Pedro Alves <palves@redhat.com>
3658
3659 * gdb.base/structs2.c (main): Adjust second parem_reg call to
3660 explicitly write negative numbers.
3661 * gdb.base/structs2.exp: Adjust expected output.
3662
3663 2020-07-03 Pedro Alves <palves@redhat.com>
3664
3665 * gdb.base/charset.c (init_string): Change all char parameters to
3666 unsigned char parameters.
3667
3668 2020-07-03 Pedro Alves <palves@redhat.com>
3669
3670 * gdb.base/call-sc.exp (start_scalars_test): Use
3671 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3672 * gdb.base/overlays.c: Remove references to PARAMS.
3673 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
3674 * gdb.base/reread.exp: Don't set 'prototypes' global.
3675 * gdb.base/structs.exp (start_structs_test): Use
3676 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3677 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
3678 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3679 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
3680 call.
3681 * gdb.base/varargs.exp: Don't set 'prototypes' global.
3682
3683 2020-07-03 Pedro Alves <palves@redhat.com>
3684
3685 * gdb.base/m32rovly.c: Delete.
3686 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
3687
3688 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3689
3690 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
3691 of gdb_py_test_multiple.
3692 * gdb.python/py-cmd.exp: Likewise.
3693 * gdb.python/py-events.exp: Likewise.
3694 * gdb.python/py-function.exp: Likewise.
3695 * gdb.python/py-inferior.exp: Likewise.
3696 * gdb.python/py-infthread.exp: Likewise.
3697 * gdb.python/py-linetable.exp: Likewise.
3698 * gdb.python/py-parameter.exp: Likewise.
3699 * gdb.python/py-value.exp: Likewise.
3700
3701 2020-06-30 Tom de Vries <tdevries@suse.de>
3702
3703 PR testsuite/26175
3704 * lib/future.exp (gdb_default_target_compile): Detect and handle
3705 early_flags.
3706
3707 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
3708
3709 * boards/simavr.exp (gdb_load): Catch errors when closing
3710 previous connection. Close connection, wait for process and
3711 unset simavr_spawn_id on failure.
3712
3713 2020-06-29 Tom de Vries <tdevries@suse.de>
3714
3715 * lib/gdb.exp (unknown): Make test-case unresolved.
3716
3717 2020-06-29 Tom de Vries <tdevries@suse.de>
3718
3719 PR gdb/25475
3720 * gdb.server/solib-list.exp: Verify that the symbol reload
3721 confirmation question is asked.
3722
3723 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3724
3725 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
3726 have a input seq nr in each pass message.
3727 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
3728 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
3729 * gdb.python/python.exp: Make test names unique,
3730 use gdb_test_multiline instead of gdb_py_test_multiple,
3731 use $gdb_test_name.
3732 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
3733
3734 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
3735
3736 * configure.ac: Add --enable-libctf.
3737 * aclocal.m4: sinclude ../config/enable.m4.
3738 * Makefile.in (site.exp): Add enable_libctf to site.exp.
3739 * lib/gdb.exp (skip_ctf_tests): Use it.
3740 * gdb.base/ctf-constvars.exp: Error message tweak.
3741 * gdb.base/ctf-ptype.exp: Likewise.
3742 * configure: Regenerate.
3743
3744 2020-06-26 Gary Benson <gbenson@redhat.com>
3745
3746 * gdb.cp/try_catch.cc: Include string.h.
3747 (main): Replace comparison against string literal with
3748 strcmp, avoiding build failure with -Wstring-compare.
3749 Add "marker test-complete".
3750 * gdb.cp/try_catch.exp: Run the test to the above marker,
3751 then verify that the value of "test" is still true.
3752
3753 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3754
3755 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
3756
3757 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3758
3759 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3760
3761 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3762
3763 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
3764 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
3765 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
3766 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
3767 * gdb.arch/riscv-tdesc-loading.exp: New file.
3768
3769 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3770
3771 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3772
3773 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3774
3775 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
3776 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
3777 * gdb.arch/riscv-tdesc-regs.c: New file.
3778 * gdb.arch/riscv-tdesc-regs.exp: New file.
3779
3780 2020-06-24 Pedro Alves <palves@redhat.com>
3781
3782 * gdb.arch/amd64-entry-value-paramref.exp: Use
3783 prepare_for_testing_full and don't pass "c++" for the .S file
3784 build spec.
3785 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
3786 $options, since it's an assembly file. Remove -Wno-deprecated.
3787 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
3788 compiling C++ programs.
3789
3790 2020-06-24 Pedro Alves <palves@redhat.com>
3791
3792 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
3793 Clang, add "-Wno-unknown-warning-option" to the options.
3794
3795 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
3796
3797 * gdb.xml/tdesc-reload.c: New file.
3798 * gdb.xml/tdesc-reload.exp: New file.
3799 * gdb.xml/maint-xml-dump-01.xml: New file.
3800 * gdb.xml/maint-xml-dump-02.xml: New file.
3801 * gdb.xml/maint-xml-dump.exp: New file.
3802
3803 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
3804
3805 * lib/completion-support.exp (test_gdb_completion_offers_commands):
3806 Adjust for omitted commands when TUI is disabled.
3807
3808 2020-06-23 Gary Benson <gbenson@redhat.com>
3809 Pedro Alves <palves@redhat.com>
3810
3811 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
3812 * gdb.cp/nsimport.cc: Likewise.
3813 * gdb.cp/nsnested.cc: Likewise.
3814 * gdb.cp/nsnoimports.cc: Likewise.
3815 * gdb.cp/nsusing.cc: Likewise.
3816 * gdb.cp/smartp.cc: Likewise.
3817 * gdb.python/py-pp-integral.c: Likewise.
3818 * gdb.python/py-pp-re-notag.c: Likewise.
3819
3820 2020-06-23 Gary Benson <gbenson@redhat.com>
3821
3822 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
3823 * gdb.cp/nsimport.cc: Likewise.
3824 * gdb.cp/nsnested.cc: Likewise.
3825 * gdb.cp/nsnoimports.cc: Likewise.
3826 * gdb.cp/nsusing.cc: Likewise.
3827 * gdb.cp/smartp.cc: Likewise.
3828 * gdb.python/py-pp-integral.c: Likewise.
3829 * gdb.python/py-pp-re-notag.c: Likewise.
3830
3831 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3832
3833 * gdb.base/default-args.exp: New test.
3834 * gdb.base/default-args.c: New file.
3835 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
3836 * gdb.base/default.exp: Update to new help text.
3837 * gdb.base/help.exp: Likewise.
3838 * gdb.base/page.exp: Likewise.
3839 * gdb.base/style.exp: Likewise.
3840 * gdb.guile/guile.exp: Likewise.
3841 * gdb.python/python.exp: Likewise.
3842
3843 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
3844
3845 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
3846 remote host. Fix search path syntax on Windows host.
3847
3848 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3849
3850 * gdb.base/attach.exp: Test priority of 'exec-file' changed
3851 over 'exec-file-mismatch'.
3852 * gdb.base/attach.c: Mark should_exit volatile.
3853 * gdb.base/attach2.c: Likewise. Add a comment explaining
3854 why the sleep cannot be big.
3855 * gdb.base/attach3.c: New file.
3856
3857 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3858
3859 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
3860 prefix optional.
3861
3862 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3863
3864 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
3865 for remote host.
3866
3867 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
3868 Hafiz Abid Qadeer <abidh@codesourcery.com>
3869
3870 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
3871 file sent to remote host.
3872 (top level): Allow int32_t as type of 32-bit register.
3873
3874 2020-06-19 Tom de Vries <tdevries@suse.de>
3875
3876 * lib/gdb.exp (gdb_note): New proc.
3877 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
3878 (gdb_default_target_compile): ... here. Only call
3879 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
3880 (use_gdb_compile): Change to array.
3881 (toplevel): Update sets of use_gdb_compile to specify language.
3882 Warn about default_target_compile override. Store dejagnu's version
3883 of default_target_compile in dejagnu_default_target_compile.
3884
3885 2020-06-18 Tom de Vries <tdevries@suse.de>
3886
3887 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
3888 (default_gdb_init): ... here.
3889
3890 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3891
3892 Fix TUI support checks in gdb.tui tests.
3893
3894 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
3895 just say UNSUPPORTED.
3896 * gdb.tui/corefile-run.exp: Likewise.
3897 * gdb.tui/empty.exp: Likewise.
3898 * gdb.tui/list-before.exp: Likewise.
3899 * gdb.tui/list.exp: Likewise.
3900 * gdb.tui/main.exp: Likewise.
3901 * gdb.tui/regs.exp: Likewise.
3902 * gdb.tui/resize.exp: Likewise.
3903 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
3904 * gdb.tui/tui-layout-asm.exp: Likewise.
3905 * gdb.tui/tui-missing-src.exp: Likewise.
3906 * gdb.tui/winheight.exp: Likewise.
3907 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
3908
3909 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3910
3911 Fix TCL error in gdb.python/py-format-string.exp.
3912
3913 * gdb.python/py-format-string.exp: Move test for python support
3914 earlier, out of function body.
3915
3916 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
3917
3918 * gdb.base/index-cache-load-twice.c: New.
3919 * gdb.base/index-cache-load-twice.exp: New.
3920
3921 2020-06-17 Keith Seitz <keiths@redhat.com>
3922
3923 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
3924 when executing "gdb --configuration".
3925
3926 2020-06-17 Tom de Vries <tdevries@suse.de>
3927
3928 * lib/gdb.exp (gdb_tcl_unknown): New proc.
3929 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
3930 conditional on presence of gdb_tcl_unknown.
3931 (gdb_finish): Make override undo conditional on presence of
3932 gdb_tcl_unknown.
3933
3934 2020-06-16 Tom Tromey <tom@tromey.com>
3935
3936 * gdb.python/tui-window.py (failwin): New function. Register it
3937 as a TUI window type.
3938 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
3939
3940 2020-06-16 Gary Benson <gbenson@redhat.com>
3941
3942 * gdb.python/py-nested-maps.c (create_map): Add missing return
3943 value.
3944 (create_map_map): Likewise.
3945
3946 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3947
3948 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
3949 variable.
3950 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
3951 and use the already-defined 'options' variable.
3952
3953 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3954 Tom de Vries <tdevries@suse.de>
3955
3956 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
3957 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
3958 (gdb_setup_known_globals): New proc.
3959 (gdb_cleanup_globals): New proc.
3960 * lib/gdb.exp (load_lib): New override proc.
3961 (gdb_stdin_log_init): Set var in_file as persistent global.
3962 * lib/pascal.exp (gdb_stdin_log_init): Set vars
3963 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
3964 fpc_compiler as persistent global.
3965
3966 2020-06-12 Tom de Vries <tdevries@suse.de>
3967
3968 * lib/tuiterm.exp (spawn): Rename to ...
3969 (tui_spawn): ... this.
3970 (toplevel): Move rename of spawn ...
3971 (gdb_init_tuiterm): ... here. New proc.
3972 (gdb_finish_tuiterm): New proc.
3973 * lib/gdb.exp (gdb_finish_hooks): New global var.
3974 (gdb_finish): Handle gdb_finish_hooks.
3975 (tuiterm_env): New proc.
3976 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
3977 tuiterm_env.
3978 * gdb.tui/basic.exp: Same.
3979 * gdb.tui/corefile-run.exp: Same.
3980 * gdb.tui/empty.exp: Same.
3981 * gdb.tui/list-before.exp: Same.
3982 * gdb.tui/list.exp: Same.
3983 * gdb.tui/main.exp: Same.
3984 * gdb.tui/new-layout.exp: Same.
3985 * gdb.tui/regs.exp: Same.
3986 * gdb.tui/resize.exp: Same.
3987 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
3988 * gdb.tui/tui-layout-asm.exp: Same.
3989 * gdb.tui/tui-missing-src.exp: Same.
3990 * gdb.tui/winheight.exp: Same.
3991
3992 2020-06-12 Tom de Vries <tdevries@suse.de>
3993
3994 PR testsuite/26110
3995 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
3996 (gdb_finish): Reinstall dejagnu's override of ::unknown.
3997
3998 2020-06-11 Tom Tromey <tom@tromey.com>
3999
4000 PR gdb/18318:
4001 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
4002 floating point tests.
4003
4004 2020-06-11 Keith Seitz <keiths@redhat.com>
4005
4006 PR gdb/21356
4007 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
4008 vla_struct.
4009 Add new struct vla_typedef and union vla_typedef_union and
4010 corresponding instantiation objects.
4011 Initialize new objects.
4012 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
4013 and vla_typedef_union_object.
4014 Fixup type for vla_struct_object.
4015
4016 2020-06-11 Tom de Vries <tdevries@suse.de>
4017
4018 * lib/gdb.exp (with_override): New proc, factored out of ...
4019 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
4020
4021 2020-06-10 Tom de Vries <tdevries@suse.de>
4022
4023 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
4024
4025 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
4026
4027 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
4028 parameter, update callers.
4029
4030 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
4031
4032 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
4033 * gdb.dwarf2/share-psymtabs-bt.c: New file.
4034 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
4035
4036 2020-06-04 Tom de Vries <tdevries@suse.de>
4037
4038 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
4039
4040 2020-06-04 Tom de Vries <tdevries@suse.de>
4041
4042 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
4043 exp_continue.
4044
4045 2020-06-04 Tom de Vries <tdevries@suse.de>
4046
4047 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
4048
4049 2020-06-03 Tom de Vries <tdevries@suse.de>
4050
4051 PR symtab/26046
4052 * gdb.cp/breakpoint-locs-2.cc: New test.
4053 * gdb.cp/breakpoint-locs.cc: New test.
4054 * gdb.cp/breakpoint-locs.exp: New file.
4055 * gdb.cp/breakpoint-locs.h: New test.
4056
4057 2020-06-03 Tom de Vries <tdevries@suse.de>
4058
4059 PR testsuite/25609
4060 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
4061 value of global verbose.
4062 * gdb.base/jit-elf.exp: Same.
4063 * gdb.base/jit-reader.exp: Same.
4064
4065 2020-06-02 Tom de Vries <tdevries@suse.de>
4066
4067 * gdb.dwarf2/multidictionary.exp: Don't use
4068 gdb_spawn_with_cmdline_opts.
4069
4070 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
4071
4072 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
4073 use_header case.
4074 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
4075 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
4076 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
4077 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
4078 * gdb.dwarf2/dw2-inline-header.c: New file.
4079 * gdb.dwarf2/dw2-inline-header.h: New file.
4080
4081 2020-05-30 Pedro Alves <palves@redhat.com>
4082
4083 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
4084 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
4085
4086 2020-05-29 Gary Benson <gbenson@redhat.com>
4087
4088 * gdb.compile/compile-cplus.exp (additional_flags): Also
4089 set when building with clang.
4090 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
4091 when building with clang.
4092
4093 2020-05-29 Gary Benson <gbenson@redhat.com>
4094
4095 * gdb.arch/i386-avx.exp (additional_flags): Also set when
4096 building with clang.
4097 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
4098
4099 2020-05-29 Gary Benson <gbenson@redhat.com>
4100
4101 * gdb.cp/koenig.exp (prepare_for_testing): Add
4102 additional_flags=-Wno-unused-comparison.
4103 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
4104
4105 2020-05-28 Gary Benson <gbenson@redhat.com>
4106
4107 * gdb.base/sigaltstack.c (catcher): Add default case to switch
4108 statement.
4109
4110 2020-05-28 Gary Benson <gbenson@redhat.com>
4111
4112 * gdb.cp/classes.exp (prepare_for_testing): Add
4113 additional_flags=-Wno-deprecated-register.
4114 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
4115 * gdb.cp/misc.exp: Likewise.
4116
4117 2020-05-28 Gary Benson <gbenson@redhat.com>
4118
4119 * gdb.linespec/cpls-ops.cc (dummy): New static global.
4120 (test_op_new::operator new): Add return statement.
4121 (test_op_new_array::operator new[]): Likewise.
4122
4123 2020-05-27 Pedro Alves <palves@redhat.com>
4124
4125 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
4126 check. Use test_gdb_complete_unique instead of
4127 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
4128 test_gdb_complete_multiple instead of
4129 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
4130
4131 2020-05-27 Luis Machado <luis.machado@linaro.org>
4132
4133 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
4134 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
4135 * gdb.arch/arm-disassembler-options.exp: Likewise.
4136 * gdb.arch/arm-disp-step.exp: Likewise.
4137 * gdb.arch/thumb-prologue.exp: Likewise.
4138 * gdb.base/async.exp: Likewise.
4139 * gdb.base/auxv.exp: Likewise.
4140 * gdb.base/complex-parts.exp: Likewise.
4141 * gdb.base/ena-dis-br.exp: Likewise.
4142 * gdb.base/foll-exec.exp: Likewise.
4143 * gdb.base/permissions.exp: Likewise.
4144 * gdb.base/relocate.exp: Likewise.
4145 * gdb.base/return2.exp: Likewise.
4146 * gdb.base/sigbpt.exp: Likewise.
4147 * gdb.base/siginfo-obj.exp: Likewise.
4148 * gdb.cp/converts.exp: Likewise.
4149 * gdb.cp/exceptprint.exp: Likewise.
4150 * gdb.cp/inherit.exp: Likewise.
4151 * gdb.cp/nsnoimports.exp: Likewise.
4152 * gdb.cp/virtbase2.exp: Likewise.
4153 * gdb.mi/mi-var-cmd.exp: Likewise.
4154 * gdb.mi/var-cmd.c: Likewise.
4155
4156 2020-05-26 Tom Tromey <tromey@adacore.com>
4157
4158 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
4159
4160 2020-05-26 Tom Tromey <tromey@adacore.com>
4161
4162 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
4163 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
4164 type.
4165 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
4166 variable.
4167
4168 2020-05-26 Christian Biesinger <cbiesinger@google.com>
4169
4170 * Makefile.in: Use = instead of == for the test command
4171 for portability.
4172
4173 2020-05-26 Tom de Vries <tdevries@suse.de>
4174
4175 * gdb.base/gold-gdb-index-2.c: New test.
4176 * gdb.base/gold-gdb-index.c: New test.
4177 * gdb.base/gold-gdb-index.exp: New file.
4178 * gdb.base/gold-gdb-index.h: New test.
4179
4180 2020-05-25 Tom de Vries <tdevries@suse.de>
4181
4182 * boards/gold-gdb-index.exp: New file.
4183
4184 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4185
4186 * boards/simavr.exp: New file.
4187
4188 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4189
4190 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
4191 * gdb.base/inferior-args.exp: New file.
4192 * gdb.base/inferior-args.c: New file.
4193
4194 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4195
4196 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
4197 inferior_args. Pass it to gdb_reload.
4198 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
4199 inferior_args.
4200 (gdb_reload): Add inferior_args argument.
4201 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
4202 pass it to gdbserver_run.
4203 * boards/native-gdbserver.exp: Do not set noargs.
4204 * boards/native-extended-gdbserver.exp (gdb_reload): Add
4205 inferior_args argument.
4206 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
4207 * gdb.base/a2-run.exp: Check for use_gdb_stub.
4208 * gdb.base/args.exp: Likewise.
4209
4210 2020-05-25 Tom de Vries <tdevries@suse.de>
4211
4212 * lib/gdb.exp (exec_is_pie): Add comment.
4213
4214 2020-05-25 Tom de Vries <tdevries@suse.de>
4215
4216 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
4217 instead of $binfile in the untested message.
4218
4219 2020-05-25 Tom de Vries <tdevries@suse.de>
4220
4221 PR testsuite/26031
4222 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
4223
4224 2020-05-25 Tom de Vries <tdevries@suse.de>
4225
4226 * boards/gold.exp: New file.
4227
4228 2020-05-23 Tom Tromey <tom@tromey.com>
4229
4230 * gdb.base/style.exp: Remove completion styling test.
4231 * lib/gdb-utils.exp (style): Remove completion styles.
4232
4233 2020-05-23 Tom Tromey <tom@tromey.com>
4234
4235 * gdb.base/style.exp: Add completion styling test.
4236 * lib/gdb-utils.exp (style): Add completion styles.
4237
4238 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
4239
4240 * gdb.base/annota1.exp: Update expected results.
4241 * gdb.cp/annota2.exp: Update expected results, remove duplicate
4242 test name.
4243 * gdb.cp/annota3.exp: Update expected results.
4244
4245 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
4246
4247 PR gdb/26016
4248 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
4249 against MAP_FAILED.
4250 * gdb.base/coremaker.c (mmapdata): Likewise.
4251 * gdb.base/jit-reader-host.c (main): Likewise.
4252 * gdb.base/sym-file-loader.c (load): Likewise.
4253 (load_shlib): Likewise.
4254
4255 2020-05-20 Tom Tromey <tromey@adacore.com>
4256
4257 * gdb.ada/array_char_idx.exp: Recognize initialized array.
4258
4259 2020-05-20 Tom de Vries <tdevries@suse.de>
4260
4261 PR symtab/25833
4262 * gdb.base/with-mf-inc.c: New test.
4263 * gdb.base/with-mf-main.c: New test.
4264 * gdb.base/with-mf.exp: New file.
4265
4266 2020-05-19 Tom Tromey <tromey@adacore.com>
4267
4268 * gdb.rust/simple.exp: Restore missing test result.
4269
4270 2020-05-19 Tom de Vries <tdevries@suse.de>
4271
4272 * gdb.base/gdb-caching-proc.exp: Fix typo.
4273
4274 2020-05-19 Tom Tromey <tromey@adacore.com>
4275
4276 * gdb.rust/simple.exp: Add some test descriptions.
4277 (test_one_slice): Use with_test_prefix.
4278
4279 2020-05-18 Tom de Vries <tdevries@suse.de>
4280
4281 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
4282
4283 2020-05-17 Pedro Alves <palves@redhat.com>
4284
4285 PR gdb/25741
4286 * gdb.base/hw-sw-break-same-address.exp: New file.
4287
4288 2020-05-16 Pedro Alves <palves@redhat.com>
4289
4290 * gdb.multi/multi-re-run.exp (test_re_run): Switch
4291 LAST_LOADED_FILE accordingly.
4292
4293 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4294
4295 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
4296
4297 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4298
4299 * gdb.base/help.exp: Test apropos and help for commands
4300 having aliases. Fixed comments not starting with an
4301 upper-case letter or not finishing with a dot.
4302
4303 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4304
4305 * gdb.base/alias.exp: Update help output check.
4306
4307 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4308
4309 * gdb.base/default.exp: Update output following fixes.
4310
4311 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4312
4313 * gdb.base/alias.exp: Test aliases starting with a prefix of
4314 another alias.
4315
4316 2020-05-15 Gary Benson <gbenson@redhat.com>
4317
4318 * gdb.base/info-os.c (main): Add return statement.
4319 * gdb.base/info_minsym.c (minsym_fun): Likewise.
4320 * gdb.base/large-frame-2.c (func): Likewise.
4321 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
4322 * gdb.base/pr10179-b.c (foo2): Likewise.
4323 * gdb.base/valgrind-disp-step.c (foo): Likewise.
4324 * gdb.base/watch-cond.c (func): Likewise.
4325 * gdb.multi/goodbye.c (verylongfun): Likewise.
4326 * gdb.multi/hello.c (commonfun): Likewise.
4327 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
4328 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
4329 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
4330 Likewise.
4331 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
4332 * gdb.threads/interrupt-while-step-over.c (child_function):
4333 Likewise.
4334 * gdb.trace/actions-changed.c (end): Likewise.
4335
4336 2020-05-15 Gary Benson <gbenson@redhat.com>
4337
4338 * gdb.opencl/callfuncs.exp: Report when test skipped.
4339 * gdb.opencl/convs_casts.exp: Likewise.
4340 * gdb.opencl/datatypes.exp: Likewise.
4341 * gdb.opencl/operators.exp: Likewise.
4342 * gdb.opencl/vec_comps.exp: Likewise.
4343
4344 2020-05-15 Tom de Vries <tdevries@suse.de>
4345
4346 * gdb.base/align.exp.in: Rename to ...
4347 * gdb.base/align.exp.tcl: ... this.
4348 * gdb.base/align-c++.exp: Update.
4349 * gdb.base/align-c.exp: Update.
4350 * gdb.base/all-architectures.exp.in: Rename to ...
4351 * gdb.base/all-architectures.exp: ... this.
4352 * gdb.base/all-architectures-0.exp: Update.
4353 * gdb.base/all-architectures-1.exp: Update.
4354 * gdb.base/all-architectures-2.exp: Update.
4355 * gdb.base/all-architectures-3.exp: Update.
4356 * gdb.base/all-architectures-4.exp: Update.
4357 * gdb.base/all-architectures-5.exp: Update.
4358 * gdb.base/all-architectures-6.exp: Update.
4359 * gdb.base/all-architectures-7.exp: Update.
4360 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
4361 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
4362 * gdb.base/infcall-nested-structs-c++.exp: Update.
4363 * gdb.base/infcall-nested-structs-c.exp: Update.
4364 * gdb.base/info-types.exp.in: Rename to ...
4365 * gdb.base/info-types.exp.tcl: ... this.
4366 * gdb.base/info-types-c++.exp: Update.
4367 * gdb.base/info-types-c.exp: Update.
4368 * gdb.base/max-depth.exp.in: Rename to ...
4369 * gdb.base/max-depth.exp.tcl: ... this.
4370 * gdb.base/max-depth-c++.exp: Update.
4371 * gdb.base/max-depth-c.exp: Update.
4372 * gdb.cp/cpexprs.exp.in: Rename to ...
4373 * gdb.cp/cpexprs.exp.tcl: ... this.
4374 * gdb.cp/cpexprs-debug-types.exp: Update.
4375 * gdb.cp/cpexprs.exp: Update.
4376 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
4377 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
4378 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
4379 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
4380 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
4381 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
4382 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
4383 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
4384 * gdb.dwarf2/clang-debug-names-2.exp: Update.
4385 * gdb.dwarf2/clang-debug-names.exp: Update.
4386
4387 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
4388
4389 * lib/check-test-names.exp: Remove code that prevents this file
4390 loading when tests are run in parallel.
4391
4392 2020-05-15 Pedro Alves <palves@redhat.com>
4393
4394 * gdb.multi/multi-kill.exp (start_inferior): Remove
4395 'testpid' parameter. Refer to namespace variable directly.
4396 (testpid): Declare as namespace variable.
4397
4398 2020-05-15 Pedro Alves <palves@redhat.com>
4399
4400 * gdb.multi/multi-kill.exp: Wrap in namespace.
4401 (start_inferior): Add TESTPID parameter. Use it instead of the
4402 testpid global.
4403 (top level): Define empty TESTPID array, and pass it down to
4404 start_inferior.
4405
4406 2020-05-14 Tom de Vries <tdevries@suse.de>
4407
4408 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
4409 output.
4410
4411 2020-05-14 Tom de Vries <tdevries@suse.de>
4412
4413 * gdb.base/align.exp: Split into ...
4414 * gdb.base/align.exp.in: ...
4415 * gdb.base/align-c++.exp: ...
4416 * gdb.base/align-c.exp: ... these.
4417 * gdb.base/infcall-nested-structs.exp: Split into ...
4418 * gdb.base/infcall-nested-structs.exp.in: ...
4419 * gdb.base/infcall-nested-structs-c++.exp: ...
4420 * gdb.base/infcall-nested-structs-c.exp: ... these.
4421 * gdb.base/info-types.exp: Split into ...
4422 * gdb.base/info-types.exp.in: ...
4423 * gdb.base/info-types-c++.exp: ...
4424 * gdb.base/info-types-c.exp: ... these.
4425 * gdb.base/max-depth.exp: Split into ...
4426 * gdb.base/max-depth.exp.in: ...
4427 * gdb.base/max-depth-c++.exp: ...
4428 * gdb.base/max-depth-c.exp: ... these.
4429 * gdb.cp/infcall-nodebug.exp: Split into ...
4430 * gdb.cp/infcall-nodebug.exp.in: ...
4431 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
4432 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
4433 * gdb.cp/infcall-nodebug-c-d0.exp: ...
4434 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
4435
4436 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4437 Pedro Alves <palves@redhat.com>
4438
4439 * gdb.multi/multi-exit.c: New file.
4440 * gdb.multi/multi-exit.exp: New file.
4441 * gdb.multi/multi-kill.c: New file.
4442 * gdb.multi/multi-kill.exp: New file.
4443
4444 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4445
4446 * gdb.base/annota1.exp: Update the expected output.
4447 * gdb.cp/annota2.exp: Ditto.
4448
4449 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
4450
4451 * lib/check-test-names.exp: Disable when testing is being run in
4452 parallel.
4453
4454 2020-05-12 Tom de Vries <tdevries@suse.de>
4455
4456 * gdb.base/jit-elf.exp: Fix string concat.
4457
4458 2020-05-12 Tom de Vries <tdevries@suse.de>
4459
4460 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
4461 messages.
4462
4463 2020-05-12 Tom de Vries <tdevries@suse.de>
4464
4465 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
4466
4467 2020-05-12 Tom de Vries <tdevries@suse.de>
4468
4469 * gdb.ada/catch_ex.exp: Use with_test_prefix.
4470 * gdb.ada/mi_catch_ex.exp: Same.
4471 * gdb.ada/mi_catch_ex_hand.exp: Same.
4472
4473 2020-05-12 Tom de Vries <tdevries@suse.de>
4474
4475 * gdb.fortran/complex.exp: Use with_test_prefix.
4476
4477 2020-05-12 Tom de Vries <tdevries@suse.de>
4478
4479 * gdb.trace/passcount.exp: Fix test-names.
4480
4481 2020-05-12 Tom de Vries <tdevries@suse.de>
4482
4483 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
4484
4485 2020-05-12 Tom de Vries <tdevries@suse.de>
4486
4487 * gdb.gdb/complaints.exp: Use with_test_prefix.
4488 * gdb.xml/tdesc-regs.exp: Same.
4489 * gdb.opt/inline-locals.exp: Fix test name.
4490
4491 2020-05-12 Tom de Vries <tdevries@suse.de>
4492
4493 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
4494 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
4495 * gdb.dwarf2/implref-struct.exp: Same.
4496 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
4497 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
4498
4499 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
4500
4501 * gdb.base/jit-so.exp (one_jit_test): Change test name.
4502
4503 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
4504
4505 * lib/check-test-names.exp (all_test_names): New module variable.
4506 (counts): Add 'duplicates' field.
4507 (_check_duplicates): New procedure.
4508 (check): Also check for duplicates.
4509 (do_log_summary): Print duplicates count.
4510 (do_reset_vars): Reset counter for duplicate test names, and
4511 discard all know test names.
4512
4513 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
4514
4515 * lib/gdb.exp: Include check-test-names.exp library.
4516 * lib/check-test-names.exp: New file.
4517
4518 2020-05-11 Tom de Vries <tdevries@suse.de>
4519
4520 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
4521
4522 2020-05-11 Keith Seitz <keiths@redhat.com>
4523
4524 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
4525
4526 2020-05-11 Tom de Vries <tdevries@suse.de>
4527
4528 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
4529 * gdb.cp/cpexprs.exp.in: .. here.
4530 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
4531 cpexprs.exp.
4532
4533 2020-05-11 Keith Seitz <keiths@redhat.com>
4534
4535 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
4536 test names.
4537 * gdb.ada/arrayptr.exp: Likewise.
4538 * gdb.ada/assign_arr.exp: Likewise.
4539 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
4540 * gdb.ada/bp_on_var.exp: Likewise.
4541 * gdb.ada/call_pn.exp: Likewise.
4542 * gdb.ada/complete.exp: Likewise.
4543 * gdb.ada/fun_overload_menu.exp: Likewise.
4544 * gdb.ada/funcall_param.exp: Likewise.
4545 * gdb.ada/funcall_ref.exp: Likewise.
4546 * gdb.ada/packed_array_assign.exp: Likewise.
4547 * gdb.ada/same_component_name.exp: Likewise.
4548 * gdb.ada/type_coercion.exp: Likewise.
4549 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
4550 * gdb.ada/variant_record_packed_array.exp: Likewise.
4551
4552 2020-05-11 Tom de Vries <tdevries@suse.de>
4553
4554 PR symtab/25941
4555 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
4556 out of ...
4557 * gdb.dwarf2/clang-debug-names.exp: ... here.
4558 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
4559 clang-debug-names.exp.in.
4560 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
4561 * gdb.dwarf2/clang-debug-names-2.c: New test.
4562
4563 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
4564
4565 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
4566 (fortran_runto_main): New Proc, fortran version of runto_main.
4567 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
4568 * gdb.fortran/array-bounds.exp: Likewise.
4569 * gdb.fortran/array-slices.exp: Likewise.
4570 * gdb.fortran/block-data.exp: Likewise.
4571 * gdb.fortran/charset.exp: Likewise.
4572 * gdb.fortran/common-block.exp: Likewise.
4573 * gdb.fortran/complex.exp: Likewise.
4574 * gdb.fortran/derived-type-function.exp: Likewise.
4575 * gdb.fortran/derived-type.exp: Likewise.
4576 * gdb.fortran/info-modules.exp: Likewise.
4577 * gdb.fortran/info-types.exp: Likewise.
4578 * gdb.fortran/intrinsics.exp: Likewise.
4579 * gdb.fortran/library-module.exp: Likewise.
4580 * gdb.fortran/logical.exp: Likewise.
4581 * gdb.fortran/max-depth.exp: Likewise.
4582 * gdb.fortran/module.exp: Likewise.
4583 * gdb.fortran/multi-dim.exp: Likewise.
4584 * gdb.fortran/nested-funcs.exp: Likewise.
4585 * gdb.fortran/print-formatted.exp: Likewise.
4586 * gdb.fortran/print_type.exp: Likewise.
4587 * gdb.fortran/printing-types.exp: Likewise.
4588 * gdb.fortran/ptr-indentation.exp: Likewise.
4589 * gdb.fortran/ptype-on-functions.exp: Likewise.
4590 * gdb.fortran/subarray.exp: Likewise.
4591 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
4592 * gdb.fortran/vla-datatypes.exp: Likewise.
4593 * gdb.fortran/vla-history.exp: Likewise.
4594 * gdb.fortran/vla-ptr-info.exp: Likewise.
4595 * gdb.fortran/vla-ptype-sub.exp: Likewise.
4596 * gdb.fortran/vla-ptype.exp: Likewise.
4597 * gdb.fortran/vla-sizeof.exp: Likewise.
4598 * gdb.fortran/vla-type.exp: Likewise.
4599 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
4600 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
4601 * gdb.fortran/vla-value-sub.exp: Likewise.
4602 * gdb.fortran/vla-value.exp: Likewise.
4603 * gdb.fortran/whatis_type.exp: Likewise.
4604 * gdb.mi/mi-var-child-f.exp: Likewise.
4605
4606 2020-05-09 Tom de Vries <tdevries@suse.de>
4607
4608 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
4609
4610 2020-05-08 Tom de Vries <tdevries@suse.de>
4611
4612 * gdb.dwarf2/clang-debug-names.c: New test.
4613 * gdb.dwarf2/clang-debug-names.exp: New file.
4614
4615 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
4616
4617 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
4618 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
4619
4620 2020-05-06 Tom de Vries <tdevries@suse.de>
4621
4622 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
4623 breakpoint is at a "recommended breakpoint location".
4624 * gdb.reverse/consecutive-reverse.exp: Same.
4625
4626 2020-05-06 Tom de Vries <tdevries@suse.de>
4627
4628 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
4629 address.
4630
4631 2020-05-06 Tom de Vries <tdevries@suse.de>
4632
4633 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
4634
4635 2020-05-06 Tom de Vries <tdevries@suse.de>
4636
4637 * gdb.base/store.exp (check_set, up_set): Allowing missing location
4638 info for r.
4639
4640 2020-05-06 Tom de Vries <tdevries@suse.de>
4641
4642 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
4643 necessary.
4644
4645 2020-05-06 Tom de Vries <tdevries@suse.de>
4646
4647 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
4648 void.
4649
4650 2020-05-06 Tom de Vries <tdevries@suse.de>
4651
4652 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
4653 of ...
4654 * gdb.base/async.exp: ... here.
4655 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
4656 "recommended breakpoint location".
4657
4658 2020-05-06 Tom de Vries <tdevries@suse.de>
4659
4660 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
4661
4662 2020-05-04 Tom de Vries <tdevries@suse.de>
4663
4664 * gdb.base/async.exp: Check whether instruction addresses are a
4665 "recommended breakpoint location".
4666
4667 2020-05-03 Tom Tromey <tom@tromey.com>
4668
4669 * gdb.base/sepdebug.exp: Remove "catch" test.
4670 * gdb.base/break.exp: Remove "catch" test.
4671 * gdb.base/default.exp: Update expected output.
4672
4673 2020-05-02 Tom de Vries <tdevries@suse.de>
4674
4675 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
4676 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
4677 * gdb.arch/i386-mpx-map.exp: Same.
4678 * gdb.arch/i386-mpx-sigsegv.exp: Same.
4679 * gdb.arch/i386-mpx-simple_segv.exp: Same.
4680 * gdb.arch/i386-mpx.exp: Same.
4681
4682 2020-05-02 Tom de Vries <tdevries@suse.de>
4683
4684 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
4685
4686 2020-05-01 Tom de Vries <tdevries@suse.de>
4687
4688 * gdb.ada/operator_bp.exp: Allow more than required amount of
4689 breakpoint.
4690
4691 2020-05-01 Tom de Vries <tdevries@suse.de>
4692
4693 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
4694
4695 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
4696
4697 PR gdb/18706
4698 * gdb.cp/stub-array-size.cc: New test.
4699 * gdb.cp/stub-array-size.exp: New file.
4700 * gdb.cp/stub-array-size.h: New test.
4701 * gdb.cp/stub-array-size2.cc: New test.
4702
4703 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
4704
4705 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
4706 output to the new format.
4707
4708 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
4709
4710 * gdb.base/break.exp: Use with_test_prefix.
4711
4712 2020-04-29 Tom de Vries <tdevries@suse.de>
4713
4714 * lib/gdb.exp (debug_types): New proc.
4715 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
4716 * gdb.python/py-symtab.exp: Same.
4717
4718 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
4719
4720 PR gdb/17320
4721 * gdb.base/pretty-array.c: New test.
4722 * gdb.base/pretty-array.exp: New file.
4723
4724 2020-04-29 Tom de Vries <tdevries@suse.de>
4725
4726 PR symtab/25889
4727 * gdb.cp/cpexprs.exp: Adapt for inclusion.
4728 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
4729 and include cpexprs.exp.
4730
4731 2020-04-28 Mark Williams <mark@myosotissp.com>
4732
4733 PR gdb/24480
4734 * dw4-toplevel-types.exp: Test for top level types.
4735 * dw4-toplevel-types.cc: Test for top level types.
4736
4737 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4738
4739 * gdb.threads/stop-with-handle.exp: Fix typo in comment
4740 (theads -> threads).
4741
4742 2020-04-28 Tom de Vries <tdevries@suse.de>
4743
4744 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
4745
4746 2020-04-28 Tom de Vries <tdevries@suse.de>
4747
4748 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
4749
4750 2020-04-28 Tom de Vries <tdevries@suse.de>
4751
4752 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
4753
4754 2020-04-28 Tom de Vries <tdevries@suse.de>
4755
4756 * gdb.dwarf2/main-foo.c: New test.
4757 * gdb.dwarf2/struct-with-sig.exp: New file.
4758
4759 2020-04-25 Tom de Vries <tdevries@suse.de>
4760
4761 * boards/debug-types.exp: New file.
4762
4763 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
4764
4765 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
4766
4767 2020-04-24 Tom Tromey <tom@tromey.com>
4768
4769 PR symtab/12707:
4770 * gdb.python/py-symbol.exp: Update expected results for
4771 linkage_name test.
4772 * gdb.cp/print-demangle.exp: New file.
4773 * gdb.base/c-linkage-name.exp: Fix test.
4774 * gdb.guile/scm-symbol.exp: Update expected results for
4775 linkage_name test.
4776
4777 2020-04-24 Tom Tromey <tom@tromey.com>
4778
4779 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
4780 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
4781 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
4782 assembler.
4783
4784 2020-04-24 Tom de Vries <tdevries@suse.de>
4785
4786 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
4787 C++.
4788
4789 2020-04-24 Tom Tromey <tromey@adacore.com>
4790
4791 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
4792 values.
4793 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
4794 values. Update test for minimal encodings.
4795 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
4796 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
4797 values. Update test for minimal encodings.
4798
4799 2020-04-24 Tom Tromey <tromey@adacore.com>
4800
4801 PR python/23662:
4802 * gdb.ada/variant.exp: Add Python checks.
4803 * gdb.rust/simple.exp: Add dynamic type checks.
4804
4805 2020-04-24 Tom Tromey <tromey@adacore.com>
4806
4807 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
4808 Make array type matching more lax.
4809 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
4810 * gdb.ada/mi_variant.exp: New file.
4811 * gdb.ada/mi_variant/pck.ads: New file.
4812 * gdb.ada/mi_variant/pkg.adb: New file.
4813 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
4814 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
4815
4816 2020-04-24 Tom Tromey <tromey@adacore.com>
4817
4818 * gdb.ada/variant.exp: Add dynamic field offset tests.
4819 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
4820 * gdb.ada/variant/pkg.adb: Add new variables.
4821
4822 2020-04-24 Tom Tromey <tromey@adacore.com>
4823
4824 * gdb.ada/variant.exp: New file
4825 * gdb.ada/variant/pkg.adb: New file
4826 * gdb.ada/variant/pck.adb: New file
4827
4828 2020-04-24 Tom de Vries <tdevries@suse.de>
4829
4830 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
4831
4832 2020-04-24 Tom de Vries <tdevries@suse.de>
4833
4834 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
4835 flags.
4836
4837 2020-04-24 Tom de Vries <tdevries@suse.de>
4838
4839 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
4840
4841 2020-04-24 Tom de Vries <tdevries@suse.de>
4842
4843 * lib/gdb.exp (default_gdb_start): Handle eof.
4844 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
4845 failure.
4846 * gdb.base/readnever.exp: Handle clean_restart failure.
4847
4848 2020-04-23 Tom de Vries <tdevries@suse.de>
4849
4850 * gdb.base/decl-before-def.exp: Run to main and print a again.
4851
4852 2020-04-23 Tom de Vries <tdevries@suse.de>
4853
4854 * gdb.base/decl-before-def-decl.c: New test.
4855 * gdb.base/decl-before-def-def.c: New test.
4856 * gdb.base/decl-before-def.exp: New file.
4857
4858 2020-04-23 Tom de Vries <tdevries@suse.de>
4859
4860 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
4861
4862 2020-04-22 Tom de Vries <tdevries@suse.de>
4863
4864 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
4865 debug_info_offset.
4866 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
4867 before $objsfile in the line line.
4868
4869 2020-04-22 Tom de Vries <tdevries@suse.de>
4870
4871 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
4872
4873 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4874
4875 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
4876 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
4877 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
4878 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
4879 * gdb.base/jit-protocol.h: Update definitions to match all usage
4880 contexts.
4881
4882 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4883
4884 * gdb.base: Rename all jit related test and source files.
4885
4886 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4887
4888 * gdb.base/jit-reader.exp: Relax register output check.
4889
4890 2020-04-22 Tom de Vries <tdevries@suse.de>
4891
4892 PR symtab/25764
4893 * gdb.base/psym-external-decl-2.c: New test.
4894 * gdb.base/psym-external-decl.c: New test.
4895 * gdb.base/psym-external-decl.exp: New file.
4896 * gdb.threads/tls.exp: Add PR25807 kfail.
4897
4898 2020-04-22 Tom de Vries <tdevries@suse.de>
4899
4900 PR symtab/25801
4901 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
4902 in "info source" output.
4903
4904 2020-04-22 Tom de Vries <tdevries@suse.de>
4905
4906 PR symtab/25700
4907 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
4908 symtab for imported_unit.c.
4909
4910 2020-04-21 Gary Benson <gbenson@redhat.com>
4911
4912 * gdb.base/advance.c (func): New argument, to match call site.
4913 (func2, func3): Add return statements.
4914
4915 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4916
4917 * gdb.multi/run-only-second-inf.c: New file.
4918 * gdb.multi/run-only-second-inf.exp: New file.
4919
4920 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4921
4922 * gdb.btrace/multi-inferior.c: New test.
4923 * gdb.btrace/multi-inferior.exp: New file.
4924
4925 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4926
4927 * gdb.btrace/enable-new-thread.c: New test.
4928 * gdb.btrace/enable-new-thread.exp: New file.
4929
4930 2020-04-21 Tom de Vries <tdevries@suse.de>
4931
4932 PR gdb/25471
4933 * gdb.threads/killed-outside.c: New test.
4934 * gdb.threads/killed-outside.exp: New file.
4935
4936 2020-04-20 Gary Benson <gbenson@redhat.com>
4937
4938 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
4939 * gdb.base/nested-subp2.exp: Likewise.
4940 * gdb.base/nested-subp3.exp: Likewise.
4941
4942 2020-04-20 Gary Benson <gbenson@redhat.com>
4943
4944 * gdb.base/nested-subp1.exp: Disable test when using clang.
4945 * gdb.base/nested-subp2.exp: Likewise.
4946 * gdb.base/nested-subp3.exp: Likewise.
4947
4948 2020-04-20 Gary Benson <gbenson@redhat.com>
4949
4950 * gdb.cp/exception.cc: Fix compilation error with clang.
4951
4952 2020-04-20 Gary Benson <gbenson@redhat.com>
4953
4954 * gdb.trace/tspeed.c: Fix compilation error with clang.
4955
4956 2020-04-20 Gary Benson <gbenson@redhat.com>
4957
4958 * gdb.base/jit-main.c: Fix compilation error with clang.
4959
4960 2020-04-17 Kamil Rytarowski <n54@gmx.com>
4961
4962 * gdb.base/attach-twice.c: Include "sys/types.h".
4963 (PTRACE_ATTACH): Add fallback definition.
4964 (main): Pass `0' to the 4th argument of `ptrace'.
4965
4966 2020-04-17 Kamil Rytarowski <n54@gmx.com>
4967
4968 * gdb.base/fork-running-state.c: Include "signal.h".
4969
4970 2020-04-17 Tom Tromey <tromey@adacore.com>
4971
4972 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
4973 Update tests.
4974 * gdb.btrace/cpu.exp: Update tests.
4975 * gdb.base/maint.exp: Update tests.
4976 * gdb.base/default.exp: Update tests.
4977 * gdb.base/completion.exp: Update tests.
4978
4979 2020-04-16 Tom de Vries <tdevries@suse.de>
4980
4981 PR symtab/25791
4982 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
4983 (ensure_gdb_index): and factor out and move ...
4984 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
4985 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
4986
4987 2020-04-16 Tom de Vries <tdevries@suse.de>
4988
4989 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
4990 loading exec.
4991
4992 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
4993
4994 * gdb.base/many-completions.exp: New file.
4995
4996 2020-04-14 Tom de Vries <tdevries@suse.de>
4997
4998 PR symtab/25718
4999 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
5000
5001 2020-04-14 Tom de Vries <tdevries@suse.de>
5002
5003 PR symtab/25720
5004 * gdb.base/maint-expand-symbols-header-file.c: New test.
5005 * gdb.base/maint-expand-symbols-header-file.exp: New file.
5006 * gdb.base/maint-expand-symbols-header-file.h: New test.
5007
5008 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
5009
5010 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
5011 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
5012 get_func_info.
5013 (get_func_info): Delete.
5014 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
5015 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
5016 * lib/dwarf.exp (get_func_info): New function.
5017
5018 2020-04-13 Tom de Vries <tdevries@suse.de>
5019
5020 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
5021 to what find_gnatmake does.
5022
5023 2020-04-10 Tom de Vries <tdevries@suse.de>
5024
5025 * gdb.base/style.exp: Expect "Expanding full symbols" message for
5026 -readnow.
5027
5028 2020-04-10 Tom de Vries <tdevries@suse.de>
5029
5030 PR cli/25808
5031 * gdb.base/style.c: Add leading newlines.
5032 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
5033 Check listing of main's one-line body.
5034
5035 2020-04-08 Tom de Vries <tdevries@suse.de>
5036
5037 * lib/gdb.exp (psymtabs_p): New proc.
5038 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
5039 importing unit" unsupported if there are no partial symbols.
5040
5041 2020-04-08 Tom de Vries <tdevries@suse.de>
5042
5043 PR testsuite/25760
5044 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
5045
5046 2020-04-07 Tom de Vries <tdevries@suse.de>
5047
5048 PR symtab/25796
5049 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
5050
5051 2020-04-07 Tom de Vries <tdevries@suse.de>
5052
5053 * gdb.base/check-psymtab.c: New test.
5054 * gdb.base/check-psymtab.exp: New file.
5055
5056 2020-04-06 Tom Tromey <tromey@adacore.com>
5057
5058 * gdb.ada/variant-record/proc.adb: New file.
5059 * gdb.ada/variant-record/value.adb: New file.
5060 * gdb.ada/variant-record/value.s: New file.
5061 * gdb.ada/variant-record.exp: New file.
5062
5063 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
5064
5065 PR gdb/25325
5066 * gdb.cp/typed-enum.cc: New test.
5067 * gdb.cp/typed-enum.exp: New file.
5068
5069 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5070
5071 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
5072 * gdb.dwarf2/dw2-inline-small-func.c: New file.
5073 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
5074 * gdb.dwarf2/dw2-inline-small-func.h: New file.
5075 * gdb.opt/inline-small-func.c: New file.
5076 * gdb.opt/inline-small-func.exp: New file.
5077 * gdb.opt/inline-small-func.h: New file.
5078
5079 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5080
5081 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
5082 function.
5083
5084 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5085
5086 * lib/dwarf.exp (function_range): Allow compiler options to be
5087 specified.
5088
5089 2020-04-02 Tom de Vries <tdevries@suse.de>
5090
5091 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
5092 __attribute__((always_inline)).
5093 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
5094
5095 2020-04-02 Tom de Vries <tdevries@suse.de>
5096
5097 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
5098 (gdbserver_gdb_exit): ... here. Add timeout warning.
5099 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
5100 (connect_target_extended_remote): Append new server_spawn_id to
5101 server_spawn_ids.
5102 (cleanup): New proc.
5103 (setup, <toplevel>): Call cleanup.
5104
5105 2020-04-02 Tom de Vries <tdevries@suse.de>
5106
5107 * gdb.base/main-psymtab.exp: New file.
5108
5109 2020-04-02 Tom de Vries <tdevries@suse.de>
5110
5111 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
5112
5113 2020-04-01 Tom Tromey <tom@tromey.com>
5114
5115 * gdb.base/complex-parts.exp: Add type tests.
5116
5117 2020-04-01 Tom Tromey <tom@tromey.com>
5118
5119 * gdb.base/complex-parts.exp: Add arithmetic tests.
5120
5121 2020-04-01 Tom Tromey <tom@tromey.com>
5122
5123 * gdb.compile/compile.exp: Update.
5124 * gdb.compile/compile-cplus.exp: Update.
5125 * gdb.base/varargs.exp: Update.
5126 * gdb.base/floatn.exp: Update.
5127 * gdb.base/endianity.exp: Update.
5128 * gdb.base/callfuncs.exp (do_function_calls): Update.
5129 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
5130 (complex_float_integral_args): Update.
5131 * gdb.base/complex.exp: Update.
5132 * gdb.base/complex-parts.exp: Update.
5133
5134 2020-04-01 Tom Tromey <tromey@adacore.com>
5135
5136 * gdb.rust/union.rs: New file.
5137 * gdb.rust/union.exp: New file.
5138 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
5139 (main): Update.
5140 * gdb.rust/simple.exp: Move union tests to union.exp.
5141
5142 2020-04-01 Tom Tromey <tromey@adacore.com>
5143
5144 * gdb.rust/simple.rs (main): Remove "y0".
5145
5146 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5147
5148 * gdb.multi/stop-all-on-exit.c: New test.
5149 * gdb.multi/stop-all-on-exit.exp: New file.
5150
5151 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
5152
5153 PR gdb/24789
5154 * gdb.cp/misc.cc: Add integer reference variable.
5155 * gdb.cp/misc.exp: Add test.
5156
5157 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5158
5159 * gdb.server/stop-reply-no-thread.exp: Enhance the test
5160 scenario to cover execution until the end and also the case
5161
5162 2020-03-31 Tom de Vries <tdevries@suse.de>
5163
5164 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
5165 c. Use "maint info symtabs" to check symtab expansion.
5166
5167 2020-03-30 Tom de Vries <tdevries@suse.de>
5168
5169 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
5170 unsupported.
5171 (verify_psymtab_expanded): Move ...
5172 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
5173 test.
5174 (readnow): New proc.
5175
5176 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5177
5178 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
5179 with $hex.
5180
5181 2020-03-20 Tom Tromey <tromey@adacore.com>
5182
5183 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
5184
5185 2020-03-20 Tom Tromey <tromey@adacore.com>
5186
5187 * gdb.ada/sub_variant/subv.adb: New file.
5188 * gdb.ada/sub_variant.exp: New file.
5189
5190 2020-03-20 Tom de Vries <tdevries@suse.de>
5191
5192 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
5193 first break fails.
5194 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
5195
5196 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5197
5198 * gdb.server/exit-multiple-threads.c: New file.
5199 * gdb.server/exit-multiple-threads.exp: New file.
5200
5201 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5202
5203 * gdb.fortran/mixed-lang-stack.c: New file.
5204 * gdb.fortran/mixed-lang-stack.cpp: New file.
5205 * gdb.fortran/mixed-lang-stack.exp: New file.
5206 * gdb.fortran/mixed-lang-stack.f90: New file.
5207
5208 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5209
5210 * gdb.linespec/cp-completion-aliases.cc: New file.
5211 * gdb.linespec/cp-completion-aliases.exp: New file.
5212
5213 2020-03-19 Tom de Vries <tdevries@suse.de>
5214
5215 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
5216 more precise.
5217
5218 2020-03-18 Tom de Vries <tdevries@suse.de>
5219
5220 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
5221 * gdb.dwarf2/break-inline-psymtab.c: New test.
5222 * gdb.dwarf2/break-inline-psymtab.exp: New file.
5223
5224 2020-03-16 Tom de Vries <tdevries@suse.de>
5225
5226 * lib/cache.exp (gdb_do_cache): Add and handle local variables
5227 cache_verify and cache_verify_proc.
5228
5229 2020-03-15 Tom de Vries <tdevries@suse.de>
5230
5231 * gdb.server/solib-list.exp: Handle
5232 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
5233
5234 2020-03-15 Tom de Vries <tdevries@suse.de>
5235
5236 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
5237 objfiles".
5238
5239 2020-03-14 Tom Tromey <tom@tromey.com>
5240
5241 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
5242
5243 2020-03-14 Tom de Vries <tdevries@suse.de>
5244
5245 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
5246
5247 2020-03-14 Tom de Vries <tdevries@suse.de>
5248
5249 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
5250 result in line-by-line fashion.
5251
5252 2020-03-14 Tom de Vries <tdevries@suse.de>
5253
5254 * lib/gdb.exp (supports_statement_frontiers): New proc.
5255 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
5256
5257 2020-03-14 Tom de Vries <tdevries@suse.de>
5258
5259 * gdb.base/printcmds.exp: Add missing quoting for "print
5260 teststring2".
5261
5262 2020-03-13 Tom Tromey <tom@tromey.com>
5263
5264 * gdb.base/printcmds.exp (test_print_strings): Add regression
5265 test.
5266 * gdb.base/printcmds.c (charptr): New typedef.
5267 (teststring2): New global.
5268
5269 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
5270
5271 * gdb.base/break-interp.exp: Use the tail of the filename, not the
5272 full path in the test name.
5273 (test_ld): Add some with_test_prefix blocks to make test names
5274 unique.
5275
5276 2020-03-13 Tom de Vries <tdevries@suse.de>
5277
5278 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
5279
5280 2020-03-13 Tom de Vries <tdevries@suse.de>
5281
5282 * gdb.mi/mi-sym-info.exp: Make matching more precise.
5283
5284 2020-03-13 Tom de Vries <tdevries@suse.de>
5285
5286 PR symtab/25646
5287 * gdb.dwarf2/imported-unit.exp: Add test.
5288
5289 2020-03-13 Tom de Vries <tdevries@suse.de>
5290
5291 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
5292 (var1, var2): New variable.
5293 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
5294 matching symbols.
5295
5296 2020-03-13 Tom de Vries <tdevries@suse.de>
5297
5298 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
5299 (Term::command): Use prompt prefix.
5300 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
5301 * gdb.tui/tui-layout-asm-short-prog.exp: Use
5302 command_no_prompt_prefix instead of prefix.
5303 * gdb.tui/tui-layout-asm.exp: Same.
5304
5305 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
5306
5307 * gdb.base/break-interp.exp: Use foreach_with_prefix.
5308
5309 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
5310
5311 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
5312 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
5313 on" while stepping over the test instruction, match printed
5314 message.
5315
5316 2020-03-12 Tom de Vries <tdevries@suse.de>
5317
5318 * gdb.base/info-types.exp: Use exp_continue during matching of output
5319 of "info types".
5320
5321 2020-03-12 Tom de Vries <tdevries@suse.de>
5322
5323 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
5324
5325 2020-03-12 Tom de Vries <tdevries@suse.de>
5326
5327 * gdb.fortran/module.exp: Use exp_continue during matching of output
5328 of "info variable -n".
5329
5330 2020-03-12 Tom de Vries <tdevries@suse.de>
5331
5332 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
5333 gdb.dwarf2/dw2-ranges-base.c.
5334
5335 2020-03-12 Tom de Vries <tdevries@suse.de>
5336
5337 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
5338 in presence of GLIBC debuginfo.
5339
5340 2020-03-12 Tom de Vries <tdevries@suse.de>
5341
5342 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
5343 $core.
5344
5345 2020-03-12 Tom de Vries <tdevries@suse.de>
5346
5347 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
5348 more precise.
5349
5350 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
5351
5352 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
5353 from Unix to Windows path.
5354
5355 2020-03-11 Tom de Vries <tdevries@suse.de>
5356
5357 * gdb.ada/minsyms.exp: Set language to ada.
5358
5359 2020-03-11 Tom de Vries <tdevries@suse.de>
5360
5361 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
5362
5363 2020-03-11 Tom de Vries <tdevries@suse.de>
5364
5365 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
5366
5367 2020-03-11 Tom Tromey <tromey@adacore.com>
5368
5369 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
5370
5371 2020-03-11 Tom de Vries <tdevries@suse.de>
5372
5373 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
5374
5375 2020-03-11 Tom de Vries <tdevries@suse.de>
5376
5377 * gdb.base/break-interp.exp: Limit verbose scope.
5378
5379 2020-03-11 Tom de Vries <tdevries@suse.de>
5380
5381 * gdb.fortran/logical.f90: Define variable with character type.
5382 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
5383
5384 2020-03-11 Tom de Vries <tdevries@suse.de>
5385
5386 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
5387
5388 2020-03-11 Tom de Vries <tdevries@suse.de>
5389
5390 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
5391 symtabs.
5392
5393 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
5394 Bernd Edlinger <bernd.edlinger@hotmail.de>
5395
5396 * gdb.cp/step-and-next-inline.cc: New file.
5397 * gdb.cp/step-and-next-inline.exp: New file.
5398 * gdb.cp/step-and-next-inline.h: New file.
5399 * gdb.dwarf2/dw2-is-stmt.c: New file.
5400 * gdb.dwarf2/dw2-is-stmt.exp: New file.
5401 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
5402 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
5403 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
5404
5405 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
5406
5407 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
5408 is-stmt flag in the line table.
5409
5410 2020-03-09 Tom de Vries <tdevries@suse.de>
5411
5412 * lib/gdb.exp (cached_file): Create cache dir.
5413
5414 2020-03-07 Tom de Vries <tdevries@suse.de>
5415
5416 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
5417 * gdb.cp/rvalue-ref-params.exp: Same.
5418
5419 2020-03-06 Tom de Vries <tdevries@suse.de>
5420
5421 * lib/gdb.exp (tentative_rename, cached_file): New proc.
5422 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
5423
5424 2020-03-06 Tom de Vries <tdevries@suse.de>
5425
5426 * README: Fix "the the".
5427 * gdb.base/dprintf.exp: Same.
5428
5429 2020-03-05 Tom de Vries <tdevries@suse.de>
5430
5431 * gdb.base/maint.exp: Update "main print statistics" expected output.
5432
5433 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5434
5435 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
5436 (fortran_int8): Likewise.
5437 (fortran_real4): Likewise.
5438 (fortran_real8): Likewise.
5439 (fortran_complex4): Likewise.
5440 (fortran_logical4): Likewise.
5441 (fortran_character1): Likewise.
5442
5443 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
5444
5445 * gdb.fortran/logical.exp: Add tests that any non-zero value is
5446 printed as true.
5447
5448 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
5449
5450 * gdb.base/printcmds.exp: Add test to verify printf of a
5451 variable holding an address.
5452
5453 2020-03-03 Tom de Vries <tdevries@suse.de>
5454
5455 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
5456
5457 2020-03-03 Tom de Vries <tdevries@suse.de>
5458
5459 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
5460 gdb_test_multiple call.
5461
5462 2020-03-03 Tom de Vries <tdevries@suse.de>
5463
5464 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
5465 gdb_test_multiple calls.
5466
5467 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
5468
5469 * gdb.base/default.exp: Remove test of 'set history filename'.
5470 * gdb.base/gdbinit-history.exp: Add tests for setting the history
5471 filename to the empty string.
5472 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
5473 and GDBHISTSIZE.
5474
5475 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
5476
5477 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
5478 disabled.
5479
5480 2020-03-02 Pedro Alves <palves@redhat.com>
5481 Tom de Vries <tdevries@suse.de>
5482
5483 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
5484 -prompt prefix, before user_code argument. Add -lbl option likewise.
5485 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
5486 (gdb_is_target_1): Add -prompt prefix and move to before user_code
5487 argument.
5488 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
5489 have "\r\n" at start-of-line, instead of at end-of-line.
5490
5491 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
5492
5493 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
5494 libinproctrace.so.
5495
5496 2020-02-28 Luis Machado <luis.machado@linaro.org>
5497
5498 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
5499 to "p/x".
5500
5501 2020-02-28 Luis Machado <luis.machado@linaro.org>
5502
5503 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
5504 asm/ptrace.h and error.h.
5505
5506 2020-02-28 Tom de Vries <tdevries@suse.de>
5507
5508 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
5509 (struct wrapper, do_something, mundane/symada__cS): Move ...
5510 * gdb.base/c-linkage-name-2.c: ... here. New source file.
5511 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
5512 Update "print symada__cS before partial symtab expansion" regexp.
5513 Update breakpoint location. Flush symbol cache after expansion.
5514
5515 2020-02-28 Luis Machado <luis.machado@linaro.org>
5516
5517 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
5518
5519 2020-02-27 Tom de Vries <tdevries@suse.de>
5520
5521 * config/sid.exp: Remove unused globals.
5522 * gdb.base/attach.exp: Same.
5523 * gdb.base/catch-load.exp: Same.
5524 * gdb.base/dbx.exp: Same.
5525 * lib/gdb.exp: Same.
5526 * lib/mi-support.exp: Same.
5527 * lib/prompt.exp: Same.
5528
5529 2020-02-27 Tom de Vries <tdevries@suse.de>
5530
5531 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
5532 not set.
5533
5534 2020-02-26 Aaron Merey <amerey@redhat.com>
5535
5536 * gdb.debuginfod: New directory for debuginfod tests.
5537 * gdb.debuginfod/main.c: New test file.
5538 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
5539
5540 2020-02-26 Tom de Vries <tdevries@suse.de>
5541
5542 PR gdb/25603
5543 * gdb.base/persistent-lang.cc: New test.
5544 * gdb.base/persistent-lang.exp: New file.
5545
5546 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
5547
5548 * gdb.fortran/derived-type-striding.exp: Add a new test.
5549 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
5550 new test.
5551
5552 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
5553
5554 * gdb.base/cached-source-file.exp: Avoid source file paths in test
5555 names.
5556
5557 2020-02-25 Tom de Vries <tdevries@suse.de>
5558
5559 PR go/18926
5560 * gdb.go/methods.exp: Remove gcc/93866 xfail.
5561
5562 2020-02-24 Tom de Vries <tdevries@suse.de>
5563
5564 PR gdb/25592
5565 * gdb.base/info-locals-unused-static-var.c: New test.
5566 * gdb.base/info-locals-unused-static-var.exp: New file.
5567
5568 2020-02-22 Tom Tromey <tom@tromey.com>
5569
5570 * gdb.python/tui-window.exp: New file.
5571 * gdb.python/tui-window.py: New file.
5572
5573 2020-02-22 Tom Tromey <tom@tromey.com>
5574
5575 PR tui/17850:
5576 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
5577 tests.
5578
5579 2020-02-22 Tom Tromey <tom@tromey.com>
5580
5581 * gdb.tui/new-layout.exp: Add sub-layout tests.
5582
5583 2020-02-22 Tom Tromey <tom@tromey.com>
5584
5585 * gdb.tui/new-layout.exp: New file.
5586
5587 2020-02-22 Tom Tromey <tom@tromey.com>
5588
5589 * gdb.rust/rust-style.rs: New file.
5590 * gdb.rust/rust-style.exp: New file.
5591 * gdb.base/style.exp: Test structure printing.
5592 * gdb.base/style.c (struct some_struct): New type.
5593 (enum etype): New type.
5594 (struct_value): New global.
5595
5596 2020-02-21 Tom de Vries <tdevries@suse.de>
5597
5598 PR go/18926
5599 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
5600 Remove blanket xfails. Use message argument for gdb_breakpoint.
5601 Make continuing to breakpoint test conditional on setting breakpoint.
5602 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
5603 DW_AT_name attribute. Add xfail for GCC PR93866.
5604
5605 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
5606
5607 * gdb.dwarf2/cpp-linkage-name.c: New file.
5608 * gdb.dwarf2/cpp-linkage-name.exp: New file.
5609
5610 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
5611
5612 * lib/gdb.exp (gdb_wrapper_init): Reset
5613 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
5614 not exist.
5615
5616 2020-02-20 Tom de Vries <tdevries@suse.de>
5617
5618 PR go/17018
5619 * gdb.go/hello.exp: Copy ...
5620 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
5621 print of st to print value of global definition. Add xfail for GCC
5622 PR93844.
5623 * gdb.go/hello.exp: Remove printing of st before definition.
5624 * gdb.go/hello.go: Copy ...
5625 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
5626 to st.
5627 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
5628
5629 2020-02-20 Tom de Vries <tdevries@suse.de>
5630
5631 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
5632 (gdb_simple_compile): Handle compile_flags go by using .go extension
5633 for source file.
5634 * gdb.go/chan.exp: Use support_go_compile.
5635 * gdb.go/handcall.exp: Same.
5636 * gdb.go/hello.exp: Same.
5637 * gdb.go/integers.exp: Same.
5638 * gdb.go/max-depth.exp: Same.
5639 * gdb.go/methods.exp: Same.
5640 * gdb.go/package.exp: Same.
5641 * gdb.go/strings.exp: Same.
5642 * gdb.go/types.exp: Same.
5643 * gdb.go/unsafe.exp: Same.
5644
5645 2020-02-19 Tom de Vries <tdevries@suse.de>
5646
5647 * gdb.python/lib-types.exp: Make xfail more strict.
5648
5649 2020-02-19 Tom de Vries <tdevries@suse.de>
5650
5651 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
5652
5653 2020-02-19 Doug Evans <dje@google.com>
5654
5655 PR rust/25535
5656 * gdb.rust/simple.exp: Add test.
5657 * gdb.rust/simple.rs: Add test.
5658
5659 2020-02-19 Tom de Vries <tdevries@suse.de>
5660
5661 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
5662 output line-by-line.
5663
5664 2020-02-19 Tom de Vries <tdevries@suse.de>
5665
5666 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
5667
5668 2020-02-19 Tom de Vries <tdevries@suse.de>
5669
5670 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
5671 prelink.
5672
5673 2020-02-19 Tom de Vries <tdevries@suse.de>
5674
5675 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
5676 (gdb_do_cache): Use gdb_do_cache_wrap.
5677 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
5678
5679 2020-02-19 Tom de Vries <tdevries@suse.de>
5680
5681 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
5682 gdb_compile option.
5683
5684 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5685
5686 * gdb.base/printcmds.exp (test_print_enums): Update expected
5687 output.
5688
5689 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5690
5691 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
5692 for "unknown".
5693
5694 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5695
5696 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
5697 enumerator.
5698
5699 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5700
5701 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
5702 FE_, add FE_NONE.
5703 (three): Update.
5704 (enum flag_enum_without_zero): New enum.
5705 (flag_enum_without_zero): New variable.
5706 (enum not_flag_enum): New enum.
5707 (three_not_flag): New variable.
5708 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
5709 (test_print_enums): Add more tests for printing flag enums.
5710
5711 2020-02-18 Tom de Vries <tdevries@suse.de>
5712
5713 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
5714 (gdb_compile_ada): ... here.
5715 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
5716 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
5717
5718 2020-02-14 Tom Tromey <tom@tromey.com>
5719
5720 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
5721 build directory.
5722 * boards/gdbserver-base.exp: Update path to gdbserver.
5723
5724 2020-02-13 Tom de Vries <tdevries@suse.de>
5725
5726 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
5727
5728 2020-02-13 Tom de Vries <tdevries@suse.de>
5729
5730 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
5731 are missing.
5732
5733 2020-02-13 Tom de Vries <tdevries@suse.de>
5734
5735 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
5736 call.
5737
5738 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
5739
5740 PR tui/25126
5741 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
5742 * gdb.base/cached-source-file.c: New file.
5743 * gdb.base/cached-source-file.exp: New file.
5744
5745 2020-02-11 Tom de Vries <tdevries@suse.de>
5746
5747 PR testsuite/25488
5748 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
5749
5750 2020-02-10 Tom de Vries <tdevries@suse.de>
5751
5752 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
5753
5754 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
5755
5756 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
5757 and $after_addr are both integers before making a comparison.
5758
5759 2020-02-09 Tom de Vries <tdevries@suse.de>
5760
5761 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
5762 command output and paste it into gdb.log. If any, paste catch message
5763 to gdb.log.
5764
5765 2020-02-07 Tom Tromey <tromey@adacore.com>
5766
5767 PR breakpoints/24915:
5768 * gdb.base/annotate-symlink.exp: Use setup_xfail.
5769
5770 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
5771
5772 * gdb.tui/tui-missing-src.exp: Add the "missing source
5773 file" test for the TUI.
5774
5775 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
5776
5777 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
5778 including a port number in the output.
5779
5780 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
5781
5782 * lib/fortran.exp (fortran_int4): Handle clang.
5783 (fortran_int8): Likewise.
5784 (fortran_real4): Likewise.
5785 (fortran_real8): Likewise.
5786 (fortran_complex4): Likewise.
5787 (fortran_logical4): Likewise.
5788 (fortran_character1): Likewise.
5789
5790 2020-02-04 Tom de Vries <tdevries@suse.de>
5791
5792 * README (Race detection): Add note.
5793
5794 2020-02-04 Tom de Vries <tdevries@suse.de>
5795
5796 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
5797
5798 2020-02-04 Tom de Vries <tdevries@suse.de>
5799
5800 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
5801
5802 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
5803
5804 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
5805 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
5806 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
5807 blttar, bnetarl.
5808 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
5809 binary for blttar, bnetarl.
5810 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
5811 wait instruction. Delete ldmx test.
5812 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
5813
5814 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5815
5816 * gdb.fortran/array-bounds-high.exp: New file.
5817 * gdb.fortran/array-bounds-high.f90: New file.
5818
5819 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
5820
5821 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
5822 Replace #include of <sys/fcntl.h> by <fcntl.h>.
5823
5824 2020-02-01 Tom de Vries <tdevries@suse.de>
5825
5826 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
5827
5828 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
5829
5830 PR tui/9765
5831 * gdb.tui/tui-layout-asm-short-prog.S: New file.
5832 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
5833
5834 2020-01-29 Luis Machado <luis.machado@linaro.org>
5835
5836 * gdb.arch/aarch64-brk-patterns.c: New source file.
5837 * gdb.arch/aarch64-brk-patterns.exp: New test.
5838
5839 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5840
5841 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
5842 GCC/Clang version.
5843 * gdb.cp/pass-by-ref.exp: Ditto.
5844
5845 2020-01-29 Tom de Vries <tdevries@suse.de>
5846
5847 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
5848 * gdb.threads/watchpoint-fork-mt.c: Same.
5849 * gdb.threads/watchpoint-fork-parent.c: Same.
5850 * gdb.threads/watchpoint-fork-st.c: Same.
5851 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
5852
5853 2020-01-27 Luis Machado <luis.machado@linaro.org>
5854
5855 * gdb.base/step-over-syscall.exp (setup): Check if we're already
5856 sitting at a syscall instruction when we hit the syscall function's
5857 breakpoint.
5858 Check PC against one obtained with the x command.
5859 Validate syscall number.
5860 (step_over_syscall): Don't continue to the syscall instruction if
5861 we're already there.
5862
5863 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5864
5865 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
5866
5867 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5868
5869 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
5870 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
5871
5872 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5873
5874 * gdb.dwarf2/dw2-inline-stepping.c: New file.
5875 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
5876
5877 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5878
5879 * gdb.base/maint.exp: Update line table parsing test.
5880 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
5881
5882 2020-01-24 Pedro Alves <palves@redhat.com>
5883
5884 PR gdb/25410
5885 * gdb.multi/multi-re-run-1.c: New.
5886 * gdb.multi/multi-re-run-2.c: New.
5887 * gdb.multi/multi-re-run.exp: New.
5888
5889 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5890
5891 PR gdb/23718
5892 * gdb.server/server-kill-python.exp: New file.
5893
5894 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5895
5896 * gdb.server/multi-ui-errors.c: New file.
5897 * gdb.server/multi-ui-errors.exp: New file.
5898
5899 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5900
5901 PR tui/9765
5902 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
5903
5904 2020-01-19 Tom Tromey <tom@tromey.com>
5905
5906 * gdb.tui/main.exp: Add check for plain "file".
5907
5908 2020-01-16 Christian Biesinger <cbiesinger@google.com>
5909
5910 * lib/gdb.exp: Fix spelling error (seperatelly).
5911
5912 2020-01-14 Tom Tromey <tom@tromey.com>
5913
5914 PR symtab/12535:
5915 * gdb.python/python.exp: Test decode_line with empty string
5916 argument.
5917
5918 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
5919
5920 * gdb.base/skip-inline.exp: Extend test.
5921
5922 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5923
5924 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
5925 * gdb.dwarf2/dw2-bad-elf.c: New file.
5926 * gdb.dwarf2/dw2-bad-elf.exp: New file.
5927
5928 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5929
5930 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
5931 _line_saw_file.
5932
5933 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5934
5935 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
5936 border.
5937
5938 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5939
5940 * gdb.multi/multi-target.exp (setup): Factor out "info
5941 connections" and "info inferiors" tests to ...
5942 (test_info_inferiors): ... this new procedure.
5943 (top level): Run new "info-inferiors" tests.
5944
5945 2020-01-10 Pedro Alves <palves@redhat.com>
5946
5947 * gdb.server/bkpt-other-inferior.exp: New file.
5948
5949 2020-01-10 Pedro Alves <palves@redhat.com>
5950
5951 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
5952 of "add-inferior".
5953 * gdb.base/quit-live.exp: Likewise.
5954 * gdb.base/remote-exec-file.exp: Likewise.
5955 * gdb.guile/scm-progspace.exp: Likewise.
5956 * gdb.linespec/linespec.exp: Likewise.
5957 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5958 * gdb.mi/user-selected-context-sync.exp: Likewise.
5959 * gdb.multi/multi-target.exp (setup): Add "info connection" and
5960 "info inferiors" tests.
5961 * gdb.multi/remove-inferiors.exp: Adjust expected output of
5962 "add-inferior".
5963 * gdb.multi/watchpoint-multi.exp: Likewise.
5964 * gdb.python/py-inferior.exp: Likewise.
5965 * gdb.server/extended-remote-restart.exp: Likewise.
5966 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
5967 "info inferiors".
5968 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
5969 * gdb.trace/report.exp: Likewise.
5970
5971 2020-01-10 Pedro Alves <palves@redhat.com>
5972
5973 * gdb.multi/multi-target.c: New file.
5974 * gdb.multi/multi-target.exp: New file.
5975 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
5976 mode requested, but remote does not support non-stop".
5977
5978 2020-01-10 Pedro Alves <palves@redhat.com>
5979
5980 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
5981 disconnect before reconnecting.
5982
5983 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5984 Pedro Alves <palves@redhat.com>
5985
5986 * gdb.server/connect-without-multi-process.exp: Also test
5987 continuing to end.
5988
5989 2020-01-10 Pedro Alves <palves@redhat.com>
5990
5991 * gdb.base/remote-exec-file.exp: New file.
5992
5993 2020-01-10 Pedro Alves <palves@redhat.com>
5994
5995 * gdb.base/fork-running-state.exp (do_test): Adjust expected
5996 output.
5997 * gdb.threads/async.c: New.
5998 * gdb.threads/async.exp: New.
5999 * gdb.multi/tids-gid-reset.c: New.
6000 * gdb.multi/tids-gid-reset.exp: New.
6001
6002 2020-01-10 George Barrett <bob@bob131.so>
6003
6004 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
6005 to help in finding the image relocation offset.
6006 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
6007 options in arguments.
6008 (stap_test_no_debuginfo): Likewise.
6009 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
6010 test variants.
6011 (stap_test): Add null semaphore relocation test.
6012
6013 2020-01-10 George Barrett <bob@bob131.so>
6014
6015 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
6016 * gdb.base/stap-probe.exp: Likewise.
6017 (stap_test): Pass argument as an additional flag.
6018 (stap_test_no_debuginfo): Likewise.
6019 (stap_test): Check `info probes stap' output for semaphore
6020 addresses if the test binary is supposed to have them.
6021
6022 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6023
6024 * gdb.tui/basic.exp: Add more scrolling tests.
6025
6026 2020-01-09 Tom Tromey <tom@tromey.com>
6027
6028 PR tui/18932:
6029 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
6030 meangingful value.
6031 (Term::command, Term::resize): Update.
6032 * gdb.tui/basic.exp: Add scrolling test.
6033
6034 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6035
6036 * gdb.tui/tui-layout-asm.exp: New file.
6037
6038 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6039
6040 * lib/tuiterm.exp (Term::check_box_contents): New proc.
6041
6042 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6043
6044 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
6045 (Term::enter_tui): Use Term::prepare_for_tui.
6046
6047 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6048
6049 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
6050 called.
6051
6052 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6053
6054 * gdb.base/skip.exp: Fix race condition in test.
6055
6056 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
6057
6058 * gdb.base/backtrace.c: New file.
6059 * gdb.base/backtrace.exp: New file.
6060
6061 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
6062
6063 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
6064
6065 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6066
6067 * gdb.base/style.exp: Test that warnings are styled.
6068
6069 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
6070
6071 * gdb.base/line65535.exp: New file.
6072 * gdb.base/line65535.c: New file.
6073
6074 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
6075
6076 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
6077 * lib/gnat_debug_info_test.adb: New file.
6078 * gdb.ada/ptype_tagged_param.exp: Use
6079 gnat_runtime_has_debug_info, expect a different output if
6080 runtime does not have debug info.
6081
6082 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6083
6084 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
6085 (another) quote in test name.
6086
6087 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6088
6089 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
6090 Add quote in test name.
6091
6092 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6093
6094 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
6095 directory instead.
6096 * gdb.cp/pass-by-ref.exp: Extend with more cases.
6097 * gdb.cp/pass-by-ref-2.cc: New file.
6098 * gdb.cp/pass-by-ref-2.exp: New file.
6099
6100 2019-12-20 Tom Tromey <tom@tromey.com>
6101
6102 * gdb.tui/list-before.exp: New file.
6103
6104 2019-12-20 Tom Tromey <tom@tromey.com>
6105
6106 * gdb.tui/list.exp: Check for source on initial listing.
6107
6108 2019-12-11 Tom Tromey <tromey@adacore.com>
6109
6110 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
6111 Add crlf test.
6112
6113 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
6114
6115 * gdb.base/default.exp: Update value of $_gdb_major.
6116
6117 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6118
6119 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
6120
6121 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6122
6123 * gdb.base/skip.exp: Whitespace fix.
6124
6125 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
6126
6127 * gdb.base/skip-inline.c: New file.
6128 * gdb.base/skip-inline.exp: New file.
6129
6130 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
6131
6132 * gdb.base/jit-reader.exp (jit_reader_test): Rename
6133 jit_function_00 to jit_function_stack_mangle.
6134 * gdb.base/jithost.c (jit_function_t): Rename to...
6135 (jit_function_stack_mangle_t): ... this.
6136 (jit_function_add_t): New typedef.
6137 (jit_function_00_code): Rename to...
6138 (jit_function_stack_mangle_code): ... this, make static.
6139 (jit_function_add_code): New.
6140 (main): Generate "add" function and call it. Adjust to changes
6141 in jithost_abi.
6142 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
6143 (struct jithost_abi) <begin, end>: Remove fields.
6144 <object, function_stack_mangle, function_add>: New fields.
6145 * gdb.base/jitreader.c (struct reader_state) <code_begin,
6146 code_end>: Remove fields.
6147 <func_stack_mangle>: New field.
6148 (read_debug_info): Adjust to renaming, create block for "add"
6149 function.
6150 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
6151
6152 2019-12-11 Tom Tromey <tom@tromey.com>
6153
6154 * gdb.tui/resize.exp: Fix regexp.
6155 * gdb.tui/regs.exp: Fix regexps.
6156 * gdb.tui/main.exp: Fix regexp.
6157
6158 2019-12-11 Tom Tromey <tom@tromey.com>
6159
6160 * gdb.tui/resize.exp: Update.
6161 * gdb.tui/empty.exp (layouts): Update.
6162
6163 2019-12-11 Tom Tromey <tom@tromey.com>
6164
6165 * gdb.tui/regs.exp: Update.
6166 * gdb.tui/empty.exp (layouts): Update.
6167 * gdb.tui/basic.exp: Update.
6168 * lib/tuiterm.exp (_check_box): Don't check bottom border.
6169
6170 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6171
6172 * gdb.base/options.exp: Add -raw-values in the print completion list.
6173 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
6174
6175 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6176
6177 * gdb.threads/omp-par-scope.c: New file.
6178 * gdb/threads/omp-par-scope.exp: New file.
6179
6180 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6181
6182 * lib/gdb.exp (support_nested_function_tests): New proc.
6183
6184 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6185
6186 * lib/gdb.exp (gdb_compile_openmp): New proc.
6187 (build_executable_from_specs): Add an "openmp" option.
6188 (gdb_compile_pthreads): Add non-executable case.
6189
6190 2019-12-10 Tom Tromey <tromey@adacore.com>
6191
6192 * gdb.ada/unchecked_union.exp: New file.
6193 * gdb.ada/unchecked_union/pck.adb: New file.
6194 * gdb.ada/unchecked_union/pck.ads: New file.
6195 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
6196 * gdb-utils.exp (string_to_regexp): Also quote "?".
6197
6198 2019-12-10 George Barrett <bob@bob131.so>
6199
6200 Test scripted probe breakpoints.
6201 * gdb.guile/scm-breakpoint.c (main): Add probe point.
6202 * gdb.python/py-breakpoint.c (main): Likewise.
6203 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
6204 specifier test.
6205 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
6206
6207 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6208
6209 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
6210 an rvalue parameter.
6211 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
6212 parameter.
6213
6214 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6215
6216 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
6217 modules.
6218
6219 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6220
6221 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
6222 broken version of GCC.
6223
6224 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6225
6226 * gdb.fortran/info-modules.exp: Rewrite to make use of new
6227 sym-info-cmds library.
6228 * gdb.fortran/info-types.exp: Likewise.
6229 * lib/sym-info-cmds.exp: New file.
6230
6231 2019-12-08 Tom de Vries <tdevries@suse.de>
6232
6233 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
6234
6235 2019-12-07 Keith Seitz <keiths@redhat.com>
6236
6237 * gdb.base/corefile-buildid-shlib-shr.c: New file.
6238 * gdb.base/corefile-buildid-shlib.c: New file.
6239 * gdb.base/corefile-buildid.c: New file.
6240 * gdb.base/corefile-buildid.exp: New file.
6241
6242 2019-12-06 Tom de Vries <tdevries@suse.de>
6243
6244 * gdb.dwarf2/varval.exp: Add decl before def test.
6245
6246 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6247
6248 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
6249
6250 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6251
6252 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
6253 CV and reference conversion for overload resolution.
6254 * gdb.cp/rvalue-ref-overload.exp: Test it.
6255
6256 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6257
6258 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
6259 * gdb.base/frameapply.exp: Test faas without command.
6260
6261 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6262
6263 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
6264 Fortran tests.
6265 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
6266 order.
6267
6268 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6269
6270 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
6271 casting to type with no kind specified.
6272 (test_basic_parsing_of_type_kinds): Additional tests for types
6273 with no kind specified, and add tests for single/double
6274 precision/complex types.
6275
6276 2019-12-04 Tom Tromey <tromey@adacore.com>
6277
6278 * gdb.base/endianity.c (struct other) <x>: New field.
6279 (main): Initialize it.
6280 * gdb.base/endianity.exp: Update.
6281
6282 2019-12-04 Tom Tromey <tromey@adacore.com>
6283
6284 * gdb.ada/scalar_storage/storage.adb: New file.
6285 * gdb.ada/scalar_storage/pck.adb: New file.
6286 * gdb.ada/scalar_storage/pck.ads: New file.
6287 * gdb.ada/scalar_storage.exp: New file.
6288
6289 2019-12-04 Tom Tromey <tromey@adacore.com>
6290
6291 * gdb.base/endianity.c (struct otherendian) <f>: New field.
6292 (main): Initialize it.
6293 * gdb.base/endianity.exp: Update.
6294
6295 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6296
6297 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
6298
6299 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6300
6301 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
6302 -symbol-info-module-functions and -symbol-info-module-variables.
6303
6304 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
6305
6306 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
6307
6308 2019-12-01 Richard Bunt <richard.bunt@arm.com>
6309 Andrew Burgess <andrew.burgess@embecosm.com>
6310
6311 * gdb.fortran/derived-type-striding.exp: New file.
6312 * gdb.fortran/derived-type-striding.f90: New file.
6313 * gdb.fortran/array-slices.exp: New file.
6314 * gdb.fortran/array-slices.f90: New file.
6315
6316 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6317
6318 * gdb.base/define.exp: Test . in command names.
6319 * gdb.base/setshow.exp: Update test, as . is now part of
6320 command name.
6321
6322 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6323
6324 * gdb.base/define-prefix.exp: New file.
6325
6326 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
6327
6328 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
6329 compile.
6330 (skip_btrace_pt_tests): Likewise.
6331
6332 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6333
6334 * gdb.fortran/info-modules.exp: Compile source files in correct
6335 order.
6336
6337 2019-11-27 Kevin Buettner <kevinb@redhat.com>
6338
6339 * gdb.dwarf2/imported-unit.exp: New file.
6340 * gdb.dwarf2/imported-unit.c: New file.
6341
6342 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6343
6344 * gdb.mi/mi-fortran-modules-2.f90: New file.
6345 * gdb.mi/mi-fortran-modules.exp: New file.
6346 * gdb.mi/mi-fortran-modules.f90: New file.
6347
6348 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6349
6350 * gdb.mi/mi-sym-info-1.c: New file.
6351 * gdb.mi/mi-sym-info-2.c: New file.
6352 * gdb.mi/mi-sym-info.exp: New file.
6353
6354 2019-11-22 Tom Tromey <tromey@adacore.com>
6355
6356 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
6357 * gdb.ada/tasks/foo.adb: Add another stopping location.
6358
6359 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
6360
6361 * gdb.base/endianity.c: New test.
6362 * gdb.base/endianity.exp: New file.
6363
6364 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
6365
6366 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
6367
6368 2019-11-21 Tom de Vries <tdevries@suse.de>
6369
6370 PR gdb/24956
6371 * gdb.base/ui-redirect.exp: Test output of user-defined command.
6372
6373 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
6374
6375 * gdb.python/py-progspace.exp: Add missing parentheses on some
6376 'print' commands.
6377
6378 2019-11-19 Tom Tromey <tom@tromey.com>
6379
6380 * gdb.tui/winheight.exp: New file.
6381
6382 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6383
6384 * gdb.base/ctf-whatis.c: Delete.
6385 * gdb.base/ctf-whatis.exp: Delete.
6386 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
6387
6388 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6389
6390 * gdb.base/ctf-cvexpr.exp: Delete.
6391 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
6392
6393 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6394
6395 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
6396 the compiler. Clean up header comment a little.
6397 * gdb.base/ctf-ptype.exp: Likewise.
6398 * gdb.base/ctf-whatis.exp: Likewise.
6399 * lib/gdb.exp (skip_ctf_tests): New proc.
6400
6401 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
6402
6403 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
6404 * gdb.tui/corefile-run.exp: New file.
6405
6406 2019-11-14 Tom Tromey <tromey@adacore.com>
6407
6408 * gdb.base/gdbvars.exp (test_convenience_variables): Add
6409 regression tests.
6410
6411 2019-11-12 Tom Tromey <tom@tromey.com>
6412
6413 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
6414 after any command. Expect prompt after WAIT_FOR is seen.
6415 (enter_tui): Enable resize messages.
6416 (command): Expect command in output.
6417 (get_line): Avoid error when cursor appears to be off-screen.
6418 (dump_screen): Include screen size in title.
6419 (_do_resize): New proc, from "resize".
6420 (resize): Rewrite. Do resize in two steps.
6421 * gdb.tui/empty.exp (layouts): Fix entries.
6422 (check_boxes): Remove xfail.
6423 (check_text): Dump screen on failure.
6424
6425 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
6426
6427 * gdb.python/py-symbol.exp: Add test for
6428 gdb.lookup_static_symbols.
6429
6430 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
6431
6432 * gdb.python/py-symbol.c: Declare and call function from new
6433 py-symbol-2.c file.
6434 * gdb.python/py-symbol.exp: Compile both source files, and add new
6435 tests for gdb.lookup_static_symbol.
6436 * gdb.python/py-symbol-2.c: New file.
6437
6438 2019-11-02 Tom de Vries <tdevries@suse.de>
6439
6440 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
6441 * gdb.base/anon.exp: Same.
6442 * gdb.base/auto-connect-native-target.exp: Same.
6443 * gdb.base/call-ar-st.exp: Same.
6444 * gdb.base/catch-syscall.exp: Same.
6445 * gdb.base/commands.exp: Same.
6446 * gdb.base/default.exp: Same.
6447 * gdb.base/display.exp: Same.
6448 * gdb.base/float.exp: Same.
6449 * gdb.base/foll-fork.exp: Same.
6450 * gdb.base/help.exp: Same.
6451 * gdb.base/info-macros.exp: Same.
6452 * gdb.base/info-proc.exp: Same.
6453 * gdb.base/info-target.exp: Same.
6454 * gdb.base/long_long.exp: Same.
6455 * gdb.base/macscp.exp: Same.
6456 * gdb.base/memattr.exp: Same.
6457 * gdb.base/nofield.exp: Same.
6458 * gdb.base/pointers.exp: Same.
6459 * gdb.base/printcmds.exp: Same.
6460 * gdb.base/ptype.exp: Same.
6461 * gdb.base/restore.exp: Same.
6462 * gdb.base/return.exp: Same.
6463 * gdb.base/scope.exp: Same.
6464 * gdb.base/set-noassign.exp: Same.
6465 * gdb.base/setshow.exp: Same.
6466 * gdb.base/shlib-call.exp: Same.
6467 * gdb.base/signals.exp: Same.
6468 * gdb.base/sigstep.exp: Same.
6469 * gdb.base/skip.exp: Same.
6470 * gdb.base/solib-symbol.exp: Same.
6471 * gdb.base/stap-probe.exp: Same.
6472 * gdb.base/step-line.exp: Same.
6473 * gdb.base/step-test.exp: Same.
6474 * gdb.base/style.exp: Same.
6475 * gdb.base/varargs.exp: Same.
6476 * gdb.base/vla-datatypes.exp: Same.
6477 * gdb.base/vla-ptr.exp: Same.
6478 * gdb.base/vla-sideeffect.exp: Same.
6479 * gdb.base/volatile.exp: Same.
6480 * gdb.base/watch-cond-infcall.exp: Same.
6481 * gdb.base/watchpoint.exp: Same.
6482
6483 2019-11-02 Tom de Vries <tdevries@suse.de>
6484
6485 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
6486 * gdb.cp/cpexprs.exp: Same.
6487 * gdb.cp/except-multi-location.exp: Same.
6488 * gdb.cp/exceptprint.exp: Same.
6489 * gdb.cp/gdb2384.exp: Same.
6490 * gdb.cp/inherit.exp: Same.
6491 * gdb.cp/m-static.exp: Same.
6492 * gdb.cp/meth-typedefs.exp: Same.
6493 * gdb.cp/misc.exp: Same.
6494 * gdb.cp/namespace.exp: Same.
6495 * gdb.cp/non-trivial-retval.exp: Same.
6496 * gdb.cp/overload.exp: Same.
6497 * gdb.cp/pr17132.exp: Same.
6498 * gdb.cp/re-set-overloaded.exp: Same.
6499 * gdb.cp/rvalue-ref-types.exp: Same.
6500 * gdb.cp/templates.exp: Same.
6501
6502 2019-11-01 Luis Machado <luis.machado@linaro.org>
6503
6504 PR gdb/25124
6505
6506 * gdb.arch/pr25124.S: New file.
6507 * gdb.arch/pr25124.exp: New file.
6508
6509 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6510
6511 * gdb.fortran/info-modules.exp: Update expected results, and add
6512 additional tests for 'info module functinos', and 'info module
6513 variables'.
6514 * gdb.fortran/info-types.exp: Update expected results.
6515 * gdb.fortran/info-types.f90: Extend testcase with additional
6516 module variables and functions.
6517
6518 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6519
6520 * gdb.fortran/info-modules.exp: New file.
6521 * gdb.fortran/info-types.exp: Build with new file.
6522 * gdb.fortran/info-types.f90: Include and use new module.
6523 * gdb.fortran/info-types-2.f90: New file.
6524
6525 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6526
6527 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
6528 * gdb.base/settings.exp: Test all settings types using
6529 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
6530 that now verifies that the value of "maint show" is the same as
6531 returned by the settings functions. Test the type of the
6532 maintenance settings.
6533 * gdb.base/default.exp: Update show_conv_list.
6534
6535 2019-10-31 Tom de Vries <tdevries@suse.de>
6536
6537 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
6538 gdb_test.
6539 * gdb.arch/amd64-disp-step.exp: Same.
6540 * gdb.asm/asm-source.exp: Same.
6541 * gdb.btrace/buffer-size.exp: Same.
6542 * gdb.btrace/cpu.exp: Same.
6543 * gdb.btrace/enable.exp: Same.
6544 * gdb.dwarf2/count.exp: Same.
6545 * gdb.dwarf2/dw2-ranges-func.exp: Same.
6546 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
6547 * gdb.fortran/vla-datatypes.exp: Same.
6548 * gdb.fortran/vla-history.exp: Same.
6549 * gdb.fortran/vla-ptype.exp: Same.
6550 * gdb.fortran/vla-value.exp: Same.
6551 * gdb.fortran/whatis_type.exp: Same.
6552 * gdb.guile/guile.exp: Same.
6553 * gdb.multi/tids.exp: Same.
6554 * gdb.python/py-finish-breakpoint.exp: Same.
6555 * gdb.python/py-framefilter.exp: Same.
6556 * gdb.python/py-pp-registration.exp: Same.
6557 * gdb.python/py-xmethods.exp: Same.
6558 * gdb.python/python.exp: Same.
6559 * gdb.server/connect-with-no-symbol-file.exp: Same.
6560 * gdb.server/no-thread-db.exp: Same.
6561 * gdb.server/run-without-local-binary.exp: Same.
6562 * gdb.stabs/weird.exp: Same.
6563 * gdb.threads/attach-many-short-lived-threads.exp: Same.
6564 * gdb.threads/thread-find.exp: Same.
6565 * gdb.threads/tls-shared.exp: Same.
6566 * gdb.threads/tls.exp: Same.
6567 * gdb.threads/wp-replication.exp: Same.
6568 * gdb.trace/ax.exp: Same.
6569 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
6570
6571 2019-10-31 Tom de Vries <tdevries@suse.de>
6572
6573 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
6574 * gdb.ada/array_subscript_addr.exp: Same.
6575 * gdb.ada/arrayidx.exp: Same.
6576 * gdb.ada/arrayparam.exp: Same.
6577 * gdb.ada/arrayptr.exp: Same.
6578 * gdb.ada/boolean_expr.exp: Same.
6579 * gdb.ada/call_pn.exp: Same.
6580 * gdb.ada/complete.exp: Same.
6581 * gdb.ada/fixed_cmp.exp: Same.
6582 * gdb.ada/fun_addr.exp: Same.
6583 * gdb.ada/funcall_param.exp: Same.
6584 * gdb.ada/interface.exp: Same.
6585 * gdb.ada/mod_from_name.exp: Same.
6586 * gdb.ada/null_array.exp: Same.
6587 * gdb.ada/packed_array.exp: Same.
6588 * gdb.ada/packed_tagged.exp: Same.
6589 * gdb.ada/print_chars.exp: Same.
6590 * gdb.ada/print_pc.exp: Same.
6591 * gdb.ada/ptype_arith_binop.exp: Same.
6592 * gdb.ada/ptype_field.exp: Same.
6593 * gdb.ada/ptype_tagged_param.exp: Same.
6594 * gdb.ada/rec_return.exp: Same.
6595 * gdb.ada/ref_tick_size.exp: Same.
6596 * gdb.ada/str_ref_cmp.exp: Same.
6597 * gdb.ada/taft_type.exp: Same.
6598 * gdb.ada/tagged.exp: Same.
6599 * gdb.ada/type_coercion.exp: Same.
6600 * gdb.ada/uninitialized_vars.exp: Same.
6601
6602 2019-10-30 Tom de Vries <tdevries@suse.de>
6603
6604 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
6605
6606 2019-10-26 Tom de Vries <tdevries@suse.de>
6607
6608 * gdb.base/bigcore.c: Fix typos in comments.
6609 * gdb.base/ctf-ptype.c: Same.
6610 * gdb.base/long_long.c: Same.
6611 * gdb.dwarf2/dw2-op-out-param.S: Same.
6612 * gdb.python/py-evthreads.c: Same.
6613 * gdb.reverse/i387-stack-reverse.c: Same.
6614 * gdb.trace/tfile.c: Same.
6615 * lib/compiler.c: Same.
6616 * lib/compiler.cc: Same.
6617
6618 2019-10-25 Tom de Vries <tdevries@suse.de>
6619
6620 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
6621 gdb_test_multiple calls.
6622 * gdb.reverse/sigall-reverse.exp: Same.
6623 * gdb.reverse/solib-precsave.exp: Same.
6624 * gdb.reverse/solib-reverse.exp: Same.
6625 * gdb.reverse/until-precsave.exp: Same.
6626 * gdb.reverse/until-reverse.exp: Same.
6627
6628 2019-10-24 Tom de Vries <tdevries@suse.de>
6629
6630 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
6631 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
6632 kfail using -wrap pattern flag and convenience variable
6633 gdb_test_name.
6634
6635 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
6636
6637 * gdb.python/py-progspace.exp: Add tests for the
6638 Progspace.block_for_pc method.
6639
6640 2019-10-23 Tom Tromey <tom@tromey.com>
6641
6642 * configure: Rebuild.
6643 * aclocal.m4: Use m4_include, not sinclude.
6644
6645 2019-10-21 Tom de Vries <tdevries@suse.de>
6646
6647 * gdb.base/infcall-nested-structs.c: Add
6648 __attribute__((noinline,noclone)) to all functions.
6649 (call_all): Add missing variable initialization. Simplify return value.
6650 (breakpt): Increment volatile variable, to prevent call from being
6651 optimized out.
6652 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
6653
6654 2019-10-17 Tom de Vries <tdevries@suse.de>
6655
6656 * gdb.fortran/module.exp: Allow info variables to print info for files
6657 other than module.f90.
6658
6659 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
6660
6661 * gdb.fortran/module.exp: Extend with 'info variables' test.
6662
6663 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
6664
6665 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
6666 F77_FOR_TARGET.
6667
6668 2019-10-16 Tom de Vries <tdevries@suse.de>
6669
6670 PR tdep/25096
6671 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
6672
6673 2019-10-16 Tom de Vries <tdevries@suse.de>
6674
6675 PR tdep/24104
6676 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
6677 Add KFAIL for PR tdep/25096.
6678
6679 2019-10-16 Tom de Vries <tdevries@suse.de>
6680
6681 PR testsuite/25059
6682 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
6683
6684 2019-10-16 Tom de Vries <tdevries@suse.de>
6685
6686 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
6687 as signed.
6688
6689 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
6690
6691 * gdb.mi/list-thread-groups-available.exp: Read entries one by
6692 one instead of increasing timeout.
6693
6694 2019-10-13 Tom de Vries <tdevries@suse.de>
6695
6696 PR record/25038
6697 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
6698 * gdb.reverse/sigall-reverse.exp: Same.
6699 * gdb.reverse/solib-precsave.exp: Same.
6700 * gdb.reverse/solib-reverse.exp: Same.
6701 * gdb.reverse/step-precsave.exp: Same.
6702 * gdb.reverse/until-precsave.exp: Same.
6703 * gdb.reverse/until-reverse.exp: Same.
6704 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
6705
6706 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
6707
6708 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
6709 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
6710 (cmp_struct_05_01, cmp_struct_static_02_01)
6711 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
6712 comparisons.
6713
6714 2019-10-10 Tom de Vries <tdevries@suse.de>
6715
6716 PR testsuite/24888
6717 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
6718 gnatlink.
6719
6720 2019-10-09 Tom de Vries <tdevries@suse.de>
6721
6722 PR testsuite/25048
6723 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
6724
6725 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6726
6727 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
6728 exceptions due to missing debug information.
6729
6730 2019-10-07 Tom de Vries <tdevries@suse.de>
6731
6732 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
6733
6734 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6735
6736 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
6737 * gdb.base/annota1.exp: Update to use gdb_test_name.
6738
6739 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
6740
6741 * gdb.base/ctf-whatis.exp: New file.
6742 * gdb.base/ctf-whatis.c: New file.
6743 * gdb.base/ctf-ptype.exp: New file.
6744 * gdb.base/ctf-ptype.c: New file.
6745 * gdb.base/ctf-constvars.exp: New file.
6746 * gdb.base/ctf-constvars.c: New file.
6747 * gdb.base/ctf-cvexpr.exp: New file.
6748
6749 2019-10-04 Tom de Vries <tdevries@suse.de>
6750
6751 * gdb.cp/local-static.c (main): Move declaration of int i out of the
6752 for loop.
6753
6754 2019-10-03 Tom Tromey <tom@tromey.com>
6755
6756 PR rust/24976:
6757 * gdb.rust/simple.rs (Union2): New type.
6758 (main): Use Union2.
6759 * gdb.rust/simple.exp: Add test.
6760
6761 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6762
6763 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
6764 nested function prefix.
6765
6766 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
6767 Richard Bunt <richard.bunt@arm.com>
6768 Andrew Burgess <andrew.burgess@embecosm.com>
6769
6770 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
6771 nested functions.
6772 * gdb.fortran/nested-funcs.f90: Update expected results.
6773 * gdb.fortran/nested-funcs-2.exp: New file.
6774 * gdb.fortran/nested-funcs-2.f90: New file.
6775
6776 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6777
6778 * gdb.python/py-parameter.exp: Make test names unique.
6779 * gdb.python/py-template.exp: Likewise.
6780 * gdb.python/py-value.exp: Likewise.
6781
6782 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6783
6784 * gdb.base/break-interp.exp: Reduce test name duplication.
6785 * gdb.base/call-sc.exp: Likewise.
6786 * gdb.base/callfuncs.exp: Likewise.
6787 * gdb.base/charset.exp: Likewise.
6788 * gdb.base/dump.exp: Likewise.
6789 * gdb.base/ena-dis-br.exp: Likewise.
6790 * gdb.base/relational.exp: Likewise.
6791 * gdb.base/step-over-syscall.exp: Likewise.
6792 * gdb.base/structs.exp: Likewise.
6793
6794 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6795
6796 * gdb.linespec/explicit.exp: Make test names unique.
6797 * gdb.linespec/ls-errs.exp: Likewise.
6798
6799 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6800
6801 * gdb.reverse/break-precsave.exp: Make test names unique.
6802 * gdb.reverse/break-reverse.exp: Likewise.
6803 * gdb.reverse/finish-precsave.exp: Likewise.
6804 * gdb.reverse/finish-reverse.exp: Likewise.
6805 * gdb.reverse/machinestate-precsave.exp: Likewise.
6806 * gdb.reverse/machinestate.exp: Likewise.
6807 * gdb.reverse/readv-reverse.exp: Likewise.
6808 * gdb.reverse/recvmsg-reverse.exp: Likewise.
6809 * gdb.reverse/sigall-precsave.exp: Likewise.
6810 * gdb.reverse/sigall-reverse.exp: Likewise.
6811 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
6812 * gdb.reverse/watch-precsave.exp: Likewise.
6813 * gdb.reverse/watch-reverse.exp: Likewise.
6814
6815 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6816
6817 * gdb.threads/stop-with-handle.c: New file.
6818 * gdb.threads/stop-with-handle.exp: New file.
6819
6820 2019-10-03 Tom de Vries <tdevries@suse.de>
6821
6822 PR testsuite/25059
6823 * gdb.base/list-missing-source.exp: Allowing the "Compilation
6824 directory" line to be missing.
6825
6826 2019-10-03 Tom de Vries <tdevries@suse.de>
6827
6828 PR testsuite/25059
6829 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
6830 type optional.
6831
6832 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
6833
6834 * gdb.python/py-format-string.c (string.h): New include.
6835 (main): Fill a_struct_with_union.the_union.an_int with bytes of
6836 the same value, for endianness-independence.
6837 * gdb.python/py-format-string.exp (default_regexp_dict)
6838 (test_pretty_structs, test_format): Adjust expected output to the
6839 changed initialization.
6840
6841 2019-10-02 Tom Tromey <tromey@adacore.com>
6842
6843 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
6844
6845 2019-10-02 Pedro Alves <palves@redhat.com>
6846 Andrew Burgess <andrew.burgess@embecosm.com>
6847
6848 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
6849 "print-file-var.h".
6850 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6851 (get_version_1): Print this_version_id and its address.
6852 Add extern "C" wrappers around interface functions.
6853 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
6854 "print-file-var.h".
6855 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6856 (get_version_2): Print this_version_id and its address.
6857 Add extern "C" wrappers around interface functions.
6858 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
6859 <stddef.h> and "print-file-var.h".
6860 Add extern "C" wrappers around interface functions.
6861 [VERSION_ID_MAIN] (this_version_id): Define.
6862 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
6863 * gdb.base/print-file-var.h: Add some #defines to simplify setting
6864 up extern "C" blocks.
6865 * gdb.base/print-file-var.exp (test): New, factored out from top
6866 level.
6867 (top level): Test all combinations of attribute hidden or not,
6868 dlopen or not, and this_version_id symbol in main file or not.
6869 Compile tests as both C++ and C, make test names unique.
6870
6871 2019-10-01 Tom Tromey <tom@tromey.com>
6872
6873 * gdb.base/style.exp: Test "show logging filename".
6874
6875 2019-10-01 Tom Tromey <tom@tromey.com>
6876
6877 * lib/gdb-utils.exp (style): Handle "metadata" argument.
6878 * gdb.base/style.exp: Add metadata style test.
6879
6880 2019-10-01 Tom Tromey <tom@tromey.com>
6881
6882 * gdb.base/style.exp: Test "pwd".
6883
6884 2019-10-01 Tom Tromey <tom@tromey.com>
6885
6886 * gdb.base/style.exp: Update tests.
6887
6888 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
6889
6890 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
6891 'six' to unsigned.
6892 (s1): Initialize fields 'four' and 'six' instead of 'three' and
6893 'five'. Use an all-ones bit pattern for each.
6894 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
6895 to its changed values.
6896
6897 2019-09-30 Tom Tromey <tromey@adacore.com>
6898
6899 * gdb.rust/traits.rs: Disable all warnings.
6900
6901 2019-09-29 Tom de Vries <tdevries@suse.de>
6902
6903 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
6904
6905 2019-09-29 Tom de Vries <tdevries@suse.de>
6906
6907 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
6908
6909 2019-09-27 Tom de Vries <tdevries@suse.de>
6910
6911 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
6912
6913 2019-09-27 Tom de Vries <tdevries@suse.de>
6914
6915 PR record/23188
6916 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
6917
6918 2019-09-26 Tom Tromey <tromey@adacore.com>
6919
6920 * gdb.ada/py_taft.exp: New file.
6921 * gdb.ada/py_taft/main.adb: New file.
6922 * gdb.ada/py_taft/pkg.adb: New file.
6923 * gdb.ada/py_taft/pkg.ads: New file.
6924
6925 2019-09-24 Tom de Vries <tdevries@suse.de>
6926
6927 PR gdb/24598
6928 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
6929
6930 2019-09-22 Tom de Vries <tdevries@suse.de>
6931
6932 * gdb.base/restore.exp: Allow register variables to be optimized out at
6933 -O0.
6934
6935 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
6936
6937 * gdb.arch/spu-info.exp: Remove file.
6938 * gdb.arch/spu-info.c: Remove file.
6939 * gdb.arch/spu-ls.exp: Remove file.
6940 * gdb.arch/spu-ls.c: Remove file.
6941
6942 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
6943 * gdb.asm/spu.inc: Remove file.
6944
6945 * gdb.base/dump.exp: Remove support for spu*-*-*.
6946 * gdb.base/stack-checking.exp: Likewise.
6947 * gdb.base/overlays.exp: Likewise.
6948 * gdb.base/ovlymgr.c: Likewise.
6949 * gdb.base/spu.ld: Remove file.
6950
6951 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
6952 * gdb.cp/cpexprs.exp: Likewise.
6953 * gdb.cp/exception.exp: Likewise.
6954 * gdb.cp/gdb2495.exp: Likewise.
6955 * gdb.cp/mb-templates.exp: Likewise.
6956 * gdb.cp/pr9167.exp: Likewise.
6957 * gdb.cp/userdef.exp: Likewise.
6958
6959 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
6960
6961 * gdb.cell: Remove directory.
6962 * lib/cell.exp: Remove file.
6963
6964 2019-09-19 Tom de Vries <tdevries@suse.de>
6965
6966 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
6967
6968 2019-09-19 Tom de Vries <tdevries@suse.de>
6969
6970 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
6971
6972 2019-09-19 Tom de Vries <tdevries@suse.de>
6973
6974 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
6975 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
6976 (gdb_target_cmd): ... here.
6977 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
6978 value 2.
6979
6980 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
6981
6982 * gdb.base/source-dir.exp: Avoid having directory names in test
6983 names.
6984
6985 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6986
6987 * gdb.base/source-dir.exp: Add extra test for mapped compilation
6988 directory.
6989
6990 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6991
6992 * gdb.base/list-missing-source.exp: New file.
6993
6994 2019-09-14 Tom de Vries <tdevries@suse.de>
6995
6996 PR teststuite/24599
6997 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
6998 * lib/ada.exp (gnatmake_version_at_least): New proc.
6999
7000 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7001
7002 * gdb.base/maint.exp: Use exec_has_index_section.
7003
7004 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7005
7006 * gdb.base/maint.exp: Add test for 'maint info sections'.
7007
7008 2019-09-12 Tom de Vries <tdevries@suse.de>
7009
7010 * gdb.base/store.exp: Allow register variables to be optimized out at
7011 -O0.
7012
7013 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7014
7015 * gdb.ada/rdv_wait.exp: Update to new task names.
7016 * gdb.base/task_switch_in_core.exp: Likewise.
7017 * gdb.base/info_sources_base.c: Likewise.
7018
7019 2019-09-10 Tom Tromey <tromey@adacore.com>
7020
7021 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
7022
7023 2019-09-10 Tom Tromey <tromey@adacore.com>
7024
7025 * gdb.ada/dgopt.exp: New file.
7026 * gdb.ada/dgopt/x.adb: New file.
7027
7028 2019-09-08 Tom Tromey <tom@tromey.com>
7029
7030 * gdb.tui/resize.exp: Remove setup_xfail.
7031 * gdb.tui/regs.exp: Remove setup_xfail.
7032 * gdb.tui/basic.exp: Remove setup_xfail.
7033
7034 2019-09-06 David Blaikie <dblaikie@gmail.com>
7035
7036 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
7037 * gdb.cp/cplabel.exp: Ditto.
7038 * gdb.linespec/ls-errs.exp: Ditto.
7039
7040 2019-09-05 Tom de Vries <tdevries@suse.de>
7041
7042 * lib/gdb.exp (cmp_file_string): New proc.
7043 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
7044 runto_main. Verify save breakpoints output.
7045
7046 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7047
7048 * gdb.base/info-var.exp: Test info variables without running
7049 to main, to avoid expect's buffer overflow.
7050
7051 2019-09-03 Tom Tromey <tromey@adacore.com>
7052
7053 * gdb.ada/bias.exp: New file.
7054 * gdb.ada/bias/bias.adb: New file.
7055 * gdb.ada/print_chars.exp: Add regression test.
7056 * gdb.ada/print_chars/foo.adb (My_Character): New type.
7057 (MC): New variable.
7058
7059 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
7060
7061 * gdb.base/argv0-symlink.exp: Run only on native target
7062 and local host.
7063
7064 2019-08-29 Tom de Vries <tdevries@suse.de>
7065
7066 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
7067 diverse debug info.
7068 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
7069
7070 2019-08-28 Tom de Vries <tdevries@suse.de>
7071
7072 * gdb.base/info-var.exp: Allow info variables to print info for files
7073 other than info-var-f1.c and info-var-f2.c.
7074
7075 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7076
7077 * gdb.fortran/info-types.exp: Add module.
7078 * gdb.fortran/info-types.f90: Update expected results.
7079
7080 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7081
7082 * gdb.fortran/info-types.exp: New file.
7083 * gdb.fortran/info-types.f90: New file.
7084 * lib/fortran.exp (fortran_character1): New proc.
7085
7086 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
7087
7088 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
7089 functions'. Reindent as needed.
7090 * gdb.base/info-var-f1.c: New file.
7091 * gdb.base/info-var-f2.c: New file.
7092 * gdb.base/info-var.exp: New file.
7093 * gdb.base/info-var.h: New file.
7094
7095 2019-08-26 Tom de Vries <tdevries@suse.de>
7096
7097 PR c++/24852
7098 * gdb.cp/no-libstdcxx-probe.exp: New test.
7099
7100 2019-08-26 Tom de Vries <tdevries@suse.de>
7101
7102 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
7103 * tests need to be skipped.
7104 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
7105 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
7106 mi_skip_libstdcxx_probe_tests.
7107
7108 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
7109
7110 * gdb.python/py-xmethods.exp: Use raw strings when passing
7111 arguments to SimpleXMethodMatcher.
7112
7113 2019-08-22 Tom de Vries <tdevries@suse.de>
7114
7115 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
7116 more informative.
7117
7118 2019-08-21 Pedro Alves <palves@redhat.com>
7119
7120 * gdb.base/with.exp: Test "with" with no arguments.
7121
7122 2019-08-21 Tom de Vries <tdevries@suse.de>
7123
7124 * gdb.base/gdb-caching-proc.exp: Sort files.
7125
7126 2019-08-20 Tom de Vries <tdevries@suse.de>
7127
7128 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
7129 compilation.
7130
7131 2019-08-16 Tom de Vries <tdevries@suse.de>
7132
7133 * gdb.base/compare-sections.exp ("after run to main"): Allow
7134 mismatched read-only sections for PIE executables.
7135
7136 2019-08-16 Tom Tromey <tom@tromey.com>
7137
7138 * lib/tuiterm.exp (_csi_Z): New proc.
7139 * gdb.tui/basic.exp: Update window positions.
7140 * gdb.tui/empty.exp: Update window positions.
7141
7142 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7143
7144 * gdb.base/examine-backward.exp: Correct regexp for
7145 "examine 3 bytes backward from ${address_zero}".
7146
7147 2019-08-15 Tom Tromey <tom@tromey.com>
7148
7149 * gdb.tui/empty.exp: Enable resizing tests.
7150
7151 2019-08-15 Tom Tromey <tromey@adacore.com>
7152
7153 * gdb.ada/char_enum.exp: Add regression tests.
7154 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
7155 and '0'.
7156 (Char, Gchar): Update.
7157 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
7158
7159 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7160
7161 * gdb.python/python.exp: Expect a leading underscore on
7162 GdbOutput{,Error}File.
7163
7164 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7165
7166 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
7167 Windows host.
7168
7169 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7170
7171 * gdb.base/batch-preserve-term-settings.exp
7172 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
7173
7174 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7175
7176 * lib/gdb.exp: When running on a mingw target, replace
7177 /x/ with x:/.
7178
7179 2019-08-14 Alan Hayward <alan.hayward@arm.com>
7180
7181 * gdb.arch/aarch64-prologue.c: New test.
7182 * gdb.arch/aarch64-prologue.exp: New file.
7183
7184 2019-08-13 Tom de Vries <tdevries@suse.de>
7185
7186 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
7187 Thread.
7188
7189 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
7190
7191 * gdb.python/py-completion.exp: Download the .py file to the host
7192 and use its host pathname. Conditionalize tests that use
7193 tab completion and manipulate files on the build machine.
7194 * gdb.python/py-events.exp: Download the .py file to the host
7195 and use its host pathname.
7196 * gdb.python/py-evsignal.exp: Likewise.
7197 * gdb.python/py-evthreads.exp: Likewise.
7198 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
7199 pathname syntax.
7200 * gdb.python/py-framefilter.exp: Download the .py file to the right
7201 place on the host. Match Windows pathname syntax.
7202 * gdb.python/py-mi-var-info-path-expression.exp: Download the
7203 .py file to the host and use its host pathname.
7204 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
7205 * gdb.python/py-objfile.exp: Expect a host pathname, not a
7206 build pathname. Skip symlink test on Windows host. Add missing
7207 newline at end of file.
7208 * gdb.python/py-pp-maint.exp: Download the .py file to the host
7209 and use its host pathname.
7210 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
7211 * gdb.python/py-section-script.exp: Use host location of binfile
7212 on safe-path. Use correct path separator on Windows host.
7213 Reorder alternatives in gdb_test_multiple to prevent matching
7214 the wrong alternative on success.
7215 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
7216
7217 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
7218
7219 * gdb.gdb/selftest.exp (test_with_self): Update test to now
7220 expect the GDB inferior to no longer immediately stop after
7221 being resumed with "signal SIGINT".
7222
7223 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
7224
7225 * gdb.linespec/break-ask.exp: Generalize regexps to match
7226 Windows pathnames too.
7227
7228 2019-08-08 Tom de Vries <tdevries@suse.de>
7229
7230 PR testsuite/24862
7231 * lib/tuiterm.exp (_accept): Fix CSI regexp.
7232
7233 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7234
7235 * gdb.base/style.exp: Update tests for help doc new invariants.
7236 * gdb.base/help.exp: Likewise.
7237
7238 2019-08-06 Tom Tromey <tom@tromey.com>
7239
7240 * gdb.base/style.exp: Add disassemble test.
7241 * gdb.base/style.c (some_called_function): New function.
7242 (main): Use it.
7243
7244 2019-08-05 Christian Biesinger <cbiesinger@google.com>
7245
7246 * gdb.python/py-block.exp: Test dictionary access on blocks.
7247
7248 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
7249
7250 PR gdb/24863
7251 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
7252 -list-thread-groups --available test when running under
7253 check-read1.
7254
7255 2019-08-05 Tom de Vries <tdevries@suse.de>
7256
7257 PR testsuite/24863
7258 * lib/gdb.exp (with_read1_timeout_factor): New proc.
7259 * gdb.base/help.exp: Use with_read1_timeout_factor.
7260 * gdb.base/info-macros.exp: Same.
7261 * gdb.cp/nested-types.exp: Same.
7262
7263 2019-08-05 Tom de Vries <tdevries@suse.de>
7264
7265 * lib/gdb.exp (version_at_least): Factor out of ...
7266 (tcl_version_at_least): ... here.
7267 (gdb_compile): Fail if pie results in non-PIE executable.
7268 (readelf_version, readelf_prints_pie): New proc.
7269 (exec_is_pie): Return -1 if unknown.
7270
7271 2019-08-05 Tom de Vries <tdevries@suse.de>
7272
7273 * lib/gdb.exp (tcl_version_at_least): Fix typo.
7274
7275 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
7276
7277 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
7278
7279 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
7280
7281 * lib/completion-support.exp (test_gdb_complete_none): Skip
7282 tab completion tests if no readline support.
7283 (test_gdb_complete_unique_re): Likewise.
7284 (test_gdb_complete_multiple): Likewise.
7285
7286 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7287
7288 * gdb.base/info_sources.exp: New file.
7289 * gdb.base/info_sources.c: New file.
7290 * gdb.base/info_sources_base.c: New file.
7291
7292 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
7293
7294 * gdb.base/batch-exit-status.exp: Call test_exit_status with
7295 prefix argument.
7296 (test_exit_status): Add prefix argument.
7297
7298 2019-08-01 Tom de Vries <tdevries@suse.de>
7299
7300 PR testsuite/24863
7301 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
7302 calling exp_continue for new thread and thread exited messages.
7303
7304 2019-08-01 Tom de Vries <tdevries@suse.de>
7305
7306 PR testsuite/24863
7307 * gdb.base/structs.exp: Fix check-read1 timeout using
7308 gdb_test_sequence.
7309 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
7310
7311 2019-08-01 Tom de Vries <tdevries@suse.de>
7312
7313 PR testsuite/24863
7314 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
7315 line.
7316
7317 2019-08-01 Tom de Vries <tdevries@suse.de>
7318
7319 PR testsuite/24863
7320 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
7321
7322 2019-07-30 Tom Tromey <tromey@adacore.com>
7323
7324 * gdb.ada/display_nested.exp: New file.
7325 * gdb.ada/display_nested/foo.adb: New file.
7326 * gdb.ada/display_nested/pack.adb: New file.
7327 * gdb.ada/display_nested/pack.ads: New file.
7328
7329 2019-07-30 Christian Biesinger <cbiesinger@google.com>
7330
7331 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
7332 namespace.
7333 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
7334
7335 2019-07-30 Tom de Vries <tdevries@suse.de>
7336
7337 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
7338 instead.
7339
7340 2019-07-30 Tom de Vries <tdevries@suse.de>
7341
7342 PR testsuite/24834
7343 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
7344 (exec_is_pie): New proc.
7345
7346 2019-07-29 Christian Biesinger <cbiesinger@google.com>
7347
7348 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
7349
7350 2019-07-29 Christian Biesinger <cbiesinger@google.com>
7351
7352 * gdb.python/py-objfile.c: Add global and static vars.
7353 * gdb.python/py-objfile.exp: Test new functions Objfile.
7354 lookup_global_symbol and lookup_static_symbol.
7355
7356 2019-07-29 Tom Tromey <tom@tromey.com>
7357
7358 * lib/tuiterm.exp (Term::_csi_@): New proc.
7359 (Term::_csi_X): Don't move cursor.
7360
7361 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7362
7363 * gdb.base/options.exp: Update backtrace - completion to
7364 new option -frame-info.
7365 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
7366 Test new 'set print frame-info'. Test backtrace -frame-info
7367 overriding 'set print frame-info'.
7368 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
7369 Test new 'set print frame-info'.
7370 Verify consistency of backtrace with and without filters, with and
7371 without -no-filters.
7372 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
7373 default.
7374
7375 2019-07-29 Tom de Vries <tdevries@suse.de>
7376
7377 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
7378 no arguments".
7379
7380 2019-07-29 Tom de Vries <tdevries@suse.de>
7381
7382 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
7383 is a substring of the first for "complete non-unique file name".
7384
7385 2019-07-29 Tom de Vries <tdevries@suse.de>
7386
7387 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
7388 with ".*".
7389
7390 2019-07-29 Tom de Vries <tdevries@suse.de>
7391
7392 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
7393 Pass prompt_regexp parameter to gdb_test_multiple calls.
7394
7395 2019-07-29 Tom de Vries <tdevries@suse.de>
7396
7397 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
7398 print registers" regexps.
7399
7400 2019-07-29 Tom de Vries <tdevries@suse.de>
7401
7402 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
7403
7404 2019-07-29 Tom de Vries <tdevries@suse.de>
7405
7406 PR gdb/24855
7407 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
7408 (skip_python_tests_prompt): Add prompt_regexp argument to
7409 gdb_test_multiple calls.
7410
7411 2019-07-27 Tom Tromey <tom@tromey.com>
7412
7413 * gdb.tui/main.exp: New file.
7414
7415 2019-07-27 Tom Tromey <tom@tromey.com>
7416
7417 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
7418 optional.
7419 * gdb.tui/empty.exp: New file.
7420
7421 2019-07-27 Tom Tromey <tom@tromey.com>
7422
7423 * lib/tuiterm.exp (spawn): New proc.
7424 (Term::resize): New proc.
7425 * gdb.tui/resize.exp: New file.
7426
7427 2019-07-27 Tom Tromey <tom@tromey.com>
7428
7429 * gdb.tui/list.exp: New file.
7430
7431 2019-07-27 Tom Tromey <tom@tromey.com>
7432
7433 * gdb.tui/regs.exp: New file.
7434
7435 2019-07-27 Tom Tromey <tom@tromey.com>
7436
7437 * gdb.tui/basic.exp: Add "layout split" test.
7438
7439 2019-07-27 Tom Tromey <tom@tromey.com>
7440
7441 * gdb.tui/basic.exp: Add "layout asm" test.
7442
7443 2019-07-27 Tom Tromey <tom@tromey.com>
7444
7445 * lib/tuiterm.exp: New file.
7446 * gdb.tui/basic.exp: New file.
7447
7448 2019-07-27 Kevin Buettner <kevinb@redhat.com>
7449
7450 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
7451 Enable tests associated with this flag. Adjust regex
7452 referencing "foo_low" to now refer to "foo_cold" instead.
7453
7454 2019-07-27 Kevin Buettner <kevinb@redhat.com>
7455
7456 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
7457 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
7458 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
7459 foo_cold. Revise comments to match.
7460 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
7461 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
7462 were wrapped into this proc; Call do_test in loop from outermost
7463 level.
7464 (foo_low): Rename all occurrences to "foo_cold".
7465 (backtrace from baz): New test.
7466 (x2/i foo_cold): New test.
7467 (info line *foo_cold): New test.
7468
7469 2019-07-26 Tom de Vries <tdevries@suse.de>
7470
7471 * gdb.arch/i386-pkru.exp: Fix unterminated string.
7472
7473 2019-07-25 Tom de Vries <tdevries@suse.de>
7474
7475 PR testsuite/24830
7476 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
7477 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
7478 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
7479 (skip_libstdcxx_probe_tests): ... here.
7480 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
7481
7482 2019-07-24 Tom de Vries <tdevries@suse.de>
7483
7484 PR testsuite/24807
7485 * gdb.objc/basicclass.m: Include stdio.h.
7486 * gdb.objc/nondebug.m: Same.
7487 * gdb.objc/objcdecode.m: Same.
7488
7489 2019-07-24 Tom de Vries <tdevries@suse.de>
7490
7491 PR testsuite/24612
7492 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
7493 additional_flags.
7494
7495 2019-07-24 Tom de Vries <tdevries@suse.de>
7496
7497 PR testsuite/24831
7498 * gdb.multi/tids.exp: Update error messages for info threads.
7499
7500 2019-07-24 Tom de Vries <tdevries@suse.de>
7501
7502 * gdb.base/info-types.exp: Allow info types to print info for more than
7503 one file.
7504
7505 2019-07-23 Tom de Vries <tdevries@suse.de>
7506
7507 PR testsuite/24842
7508 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
7509 gdb_spawn_with_cmdline_opts.
7510
7511 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
7512
7513 * gdb.arch/arm-cmse-sgstubs.c: New test.
7514 * gdb.arch/arm-cmse-sgstubs.exp: New file.
7515
7516 2019-07-23 Tom de Vries <tdevries@suse.de>
7517
7518 PR testsuite/24711
7519 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
7520 issuing next command.
7521
7522 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
7523
7524 * gdb.ada/info_auto_lang.exp: Update expected results.
7525 * gdb.base/info-types.c: Add additional types to check.
7526 * gdb.base/info-types.exp: Update expected results.
7527
7528 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
7529
7530 * gdb.base/info-types.c: New file.
7531 * gdb.base/info-types.exp: New file.
7532
7533 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
7534
7535 * gdb.arch/riscv-bp-infcall.c: New file.
7536 * gdb.arch/riscv-bp-infcall.exp: New file.
7537
7538 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
7539
7540 PR breakpoints/24541
7541 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
7542
7543 2019-07-14 Tom de Vries <tdevries@suse.de>
7544
7545 PR testsuite/24760
7546 * gdb.objc/basicclass.exp: Fix unterminated string.
7547
7548 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
7549 Andrew Burgess <andrew.burgess@embecosm.com>
7550
7551 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
7552 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
7553 negative bounds.
7554 * gdb.fortran/vla-value.exp: Print elements of an array with
7555 negative bounds.
7556 * gdb.fortran/vla.f90: Setup an array with negative bounds for
7557 testing.
7558
7559 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
7560
7561 * gdb.base/options.exp (expect_string): Dequote strings in
7562 results.
7563 (test-string): Test strings with different quoting and reindent.
7564
7565 2019-07-10 Tom Tromey <tromey@adacore.com>
7566
7567 * gdb.ada/mi_ex_cond.exp: Update expected results.
7568 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
7569 * gdb.ada/mi_catch_ex.exp: Update expected results.
7570 * gdb.ada/mi_catch_assert.exp: Update expected results.
7571 * gdb.ada/catch_ex.exp (catch_exception_info)
7572 (catch_exception_entry, catch_assert_entry)
7573 (catch_unhandled_entry): Update.
7574 * gdb.ada/catch_assert_if.exp: Update expected results.
7575
7576 2019-07-10 Richard Bunt <richard.bunt@arm.com>
7577 Stephen Roberts <stephen.roberts@arm.com>
7578
7579 * gdb.base/define.exp: Restore original prompt.
7580
7581 2019-07-09 Pedro Alves <palves@redhat.com>
7582
7583 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
7584 breakpoints" output.
7585 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
7586 * gdb.python/py-breakpoint.exp: No longer expect that "catch
7587 throw" creates breakpoint.
7588 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
7589 'type="catchpoint"'.
7590
7591 2019-07-09 Pedro Alves <palves@redhat.com>
7592
7593 PR c++/15468
7594 * gdb.cp/except-multi-location-lib.cc: New.
7595 * gdb.cp/except-multi-location-main.cc: New.
7596 * gdb.cp/except-multi-location.exp: New.
7597
7598 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
7599
7600 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
7601 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
7602 argument and update callers.
7603
7604 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7605
7606 * gdb.arch/amd64-break-on-asm-line.S: New file.
7607 * gdb.arch/amd64-break-on-asm-line.exp: New file.
7608
7609 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7610
7611 * gdb.base/printcmds.exp: Test printing C string and
7612 C wide string convenience vars without transiting via the inferior.
7613 Also make test names unique.
7614
7615 2019-07-08 Alan Hayward <alan.hayward@arm.com>
7616
7617 PR breakpoints/25011
7618 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
7619
7620 2019-07-04 Pedro Alves <palves@redhat.com>
7621
7622 * lib/gdb.exp (foreach_with_prefix): Don't return early if
7623 body returned ok(0), break(3) or continue(4).
7624 * gdb.testsuite/foreach_with_prefix.exp: New file.
7625
7626 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7627
7628 * gdb.server/unittest.exp: Allow 0 unit tests to run.
7629
7630 2019-07-03 Pedro Alves <palves@redhat.com>
7631
7632 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
7633 "return -code".
7634
7635 2019-07-03 Pedro Alves <palves@redhat.com>
7636
7637 PR cli/24732
7638 * gdb.base/shell.exp: Load completion-support.exp.
7639 Adjust expected error output. Add completion tests.
7640
7641 2019-07-03 Pedro Alves <palves@redhat.com>
7642
7643 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
7644 string_to_regexp.
7645
7646 2019-07-03 Pedro Alves <palves@redhat.com>
7647
7648 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
7649 (expect_integer): Adjust to expect "-string".
7650 (expect_string): New.
7651 (all_options): Expect "-string".
7652 (test-flag, test-boolean): Adjust to expect "-string".
7653 (test-string): New proc.
7654 (top level): Call it.
7655
7656 2019-07-03 Pedro Alves <palves@redhat.com>
7657
7658 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
7659 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
7660 the expected output in the success.
7661
7662 2019-07-03 Pedro Alves <palves@redhat.com>
7663
7664 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7665 Split one gdb_test_multiple call in two to avoid a race.
7666
7667 2019-07-03 Pedro Alves <palves@redhat.com>
7668
7669 * gdb.base/with.c: New file.
7670 * gdb.base/with.exp: New file.
7671
7672 2019-07-03 Pedro Alves <palves@redhat.com>
7673
7674 * gdb.base/settings.exp: Replace all references to "maint
7675 test-settings set" with references to "maint set test-settings",
7676 and all references to "maint test-settings show" with references
7677 to "maint show test-settings".
7678
7679 2019-07-03 Pedro Alves <palves@redhat.com>
7680
7681 * gdb.base/settings.exp (test-string): Adjust expected out when
7682 testing "maint test-settings show filename"
7683
7684 2019-07-02 Pedro Alves <palves@redhat.com>
7685
7686 * gdb.base/options.exp (test-info-threads): New procedure.
7687 (top level): Call it.
7688
7689 2019-06-28 Tom Tromey <tromey@adacore.com>
7690
7691 * gdb.dwarf2/ada-linkage-name.c: New file.
7692 * gdb.dwarf2/ada-linkage-name.exp: New file.
7693
7694 2019-06-27 Tom Tromey <tromey@adacore.com>
7695
7696 PR c++/20020:
7697 * gdb.cp/constexpr-field.exp: Use setup_xfail.
7698
7699 2019-06-26 Tom de Vries <tdevries@suse.de>
7700
7701 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
7702
7703 2019-06-26 Tom de Vries <tdevries@suse.de>
7704
7705 * gdb.base/index-cache.exp: Add back missing debug option.
7706
7707 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7708
7709 * gdb.base/alias.exp: Test non matching/non existing prefixes.
7710
7711 2019-06-25 Tom de Vries <tdevries@suse.de>
7712
7713 PR testsuite/24727
7714 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
7715
7716 2019-06-24 Tom de Vries <tdevries@suse.de>
7717
7718 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
7719
7720 2019-06-24 Tom de Vries <tdevries@suse.de>
7721
7722 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
7723 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
7724 * gdb.trace/unavailable-dwarf-piece.exp: Same.
7725
7726 2019-06-24 Tom de Vries <tdevries@suse.de>
7727
7728 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
7729
7730 2019-06-21 Tom de Vries <tdevries@suse.de>
7731
7732 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
7733
7734 2019-06-21 Tom de Vries <tdevries@suse.de>
7735
7736 PR testsuite/24518
7737 PR ada/24713
7738 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
7739 index.
7740
7741 2019-06-19 Tom Tromey <tromey@adacore.com>
7742
7743 * gdb.ada/length_cond.exp: Add intro comment.
7744
7745 2019-06-19 Tom Tromey <tromey@adacore.com>
7746
7747 * gdb.ada/length_cond.exp: New file.
7748 * gdb.ada/length_cond/length_cond.adb: New file.
7749 * gdb.ada/length_cond/pck.adb: New file.
7750 * gdb.ada/length_cond/pck.ads: New file.
7751
7752 2019-06-18 Tom de Vries <tdevries@suse.de>
7753
7754 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
7755
7756 2019-06-18 Tom Tromey <tromey@adacore.com>
7757
7758 * gdb.base/list0.h: Add comment explaining control character.
7759
7760 2019-06-18 Tom de Vries <tdevries@suse.de>
7761
7762 * boards/fission.exp: Break up long debug_flags line.
7763
7764 2019-06-16 Tom de Vries <tdevries@suse.de>
7765
7766 PR gdb/24445
7767 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
7768 generated index.
7769
7770 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7771
7772 PR gdb/24686
7773 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
7774 improve detection of bug gdb/24541.
7775
7776 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
7777
7778 PR gdb/24669
7779 * gdb.base/index-cache.exp (uses_readnow,
7780 expecting_index_cache_use): Define global variable.
7781 (test_cache_enabled_miss, test_cache_enabled_hit): Use
7782 expecting_index_cache_use.
7783
7784 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
7785 Andrew Burgess <andrew.burgess@embecosm.com>
7786
7787 * gdb.fortran/pointers.f90: New file.
7788 * gdb.fortran/print_type.exp: New file.
7789 * gdb.fortran/vla-ptype.exp: Adapt expected results.
7790 * gdb.fortran/vla-type.exp: Likewise.
7791 * gdb.fortran/vla-value.exp: Likewise.
7792 * gdb.mi/mi-vla-fortran.exp: Likewise.
7793
7794 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7795
7796 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
7797 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
7798 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
7799 as a stop reason.
7800
7801 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7802
7803 * gdb.base/annota1.exp: Update expected results.
7804 * gdb.cp/annota2.exp: Likewise.
7805 * gdb.cp/annota3.exp: Likewise.
7806
7807 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7808
7809 * gdb.base/style-logging.exp: Remove path from test name.
7810
7811 2019-06-14 Tom Tromey <tromey@adacore.com>
7812
7813 PR gdb/24502:
7814 * gdb.base/style-logging.exp: New file.
7815
7816 2019-06-14 Tom Tromey <tromey@adacore.com>
7817
7818 * gdb.base/symfile-warn.exp: New file.
7819 * gdb.base/symfile-warn.c: New file.
7820
7821 2019-06-14 Tom Tromey <tromey@adacore.com>
7822
7823 * gdb.base/annotate-symlink.exp: New file.
7824
7825 2019-06-14 Tom Tromey <tromey@adacore.com>
7826
7827 * gdb.ada/set_wstr.exp: Add reassignment test.
7828
7829 2019-06-14 Tom Tromey <tromey@adacore.com>
7830
7831 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
7832 'unchecked_access and 'unrestricted_access as well.
7833
7834 2019-06-14 Tom Tromey <tromey@adacore.com>
7835
7836 PR ada/24539:
7837 * gdb.ada/vla.exp: Update tests.
7838 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
7839 pragma.
7840
7841 2019-06-13 Pedro Alves <palves@redhat.com>
7842
7843 * gdb.base/settings.exp (test-integer): Test junk after
7844 "unlimited".
7845
7846 2019-06-13 Pedro Alves <palves@redhat.com>
7847
7848 * gdb.base/options.exp (test-thread-apply): New.
7849 (top level): Call it.
7850
7851 2019-06-13 Pedro Alves <palves@redhat.com>
7852
7853 * gdb.base/options.exp (test-frame-apply): New.
7854 (top level): Test print commands with different "frame apply"
7855 prefixes.
7856
7857 2019-06-13 Pedro Alves <palves@redhat.com>
7858
7859 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
7860 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
7861 'max_completions' parameter and handle it.
7862 (test_gdb_completion_offers_commands): New.
7863
7864 2019-06-13 Pedro Alves <palves@redhat.com>
7865
7866 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
7867
7868 2019-06-13 Pedro Alves <palves@redhat.com>
7869
7870 * gdb.base/options.exp (test-backtrace): New.
7871 (top level): Call it.
7872
7873 2019-06-13 Pedro Alves <palves@redhat.com>
7874
7875 * gdb.guile/scm-frame-args.exp: Use "set print
7876 raw-frame-arguments" instead of "set print raw frame-arguments".
7877 * gdb.python/py-frame-args.exp: Likewise.
7878
7879 2019-06-13 Pedro Alves <palves@redhat.com>
7880
7881 * gdb.compile/compile.exp: Adjust expected output to option
7882 processing changes.
7883
7884 2019-06-13 Pedro Alves <palves@redhat.com>
7885
7886 * gdb.base/options.exp: Build executable.
7887 (test-print): New procedure.
7888 (top level): Call it, once for "print" and another for "compile
7889 print".
7890
7891 2019-06-13 Pedro Alves <palves@redhat.com>
7892
7893 * gdb.base/options.c: New file.
7894 * gdb.base/options.exp: New file.
7895
7896 2019-06-13 Pedro Alves <palves@redhat.com>
7897
7898 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
7899 that "o" is ambiguous.
7900
7901 2019-06-13 Pedro Alves <palves@redhat.com>
7902
7903 * gdb.base/settings.c: New file.
7904 * gdb.base/settings.exp: New file.
7905
7906 2019-06-13 Pedro Alves <palves@redhat.com>
7907
7908 * gdb.base/completion.exp: Fix comment typo.
7909
7910 2019-06-13 Pedro Alves <palves@redhat.com>
7911
7912 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
7913 foo --1" test.
7914
7915 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
7916
7917 * gdb.fortran/block-data.f: New.
7918 * gdb.fortran/block-data.exp: New.
7919
7920 2019-06-11 Tom de Vries <tdevries@suse.de>
7921
7922 PR testsuite/24521
7923 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
7924 message.
7925
7926 2019-06-11 Tom de Vries <tdevries@suse.de>
7927
7928 PR testsuite/24521
7929 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
7930
7931 2019-06-11 Tom de Vries <tdevries@suse.de>
7932
7933 * boards/readnow.exp: New file.
7934
7935 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
7936
7937 * gdb.fortran/vla-sizeof.exp: Update expected results.
7938
7939 2019-06-06 Amos Bird <amosbird@gmail.com>
7940
7941 * gdb.base/annota1.exp (thread_switch): Add test for
7942 thread-exited annotation.
7943
7944 2019-06-06 Tom Tromey <tromey@adacore.com>
7945
7946 * gdb.base/maint.exp: Expect command started/finished output.
7947
7948 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7949
7950 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
7951 comment.
7952 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
7953
7954 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7955
7956 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
7957 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
7958 * gdb.arch/riscv-unwind-long-insn.c: New file.
7959 * gdb.arch/riscv-unwind-long-insn.exp: New file.
7960
7961 2019-06-04 Christian Biesinger <cbiesinger@google.com>
7962
7963 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
7964
7965 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7966
7967 * lib/gdb.exp (help_list_trailer): New regexp variable
7968 factorizing the help trailer message.
7969 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
7970 arg to allow to better factorize various tests.
7971 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
7972 (test_prefix_command_help): Use help_list_trailer.
7973 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
7974 * gdb.guile/scm-cmd.exp: Likewise.
7975 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
7976 * gdb.base/help.exp: Use test_user_defined_class_help.
7977 * gdb.base/style.exp: Add tests for styling of help and apropos.
7978 * lib/gdb-utils.exp (style): Add title and highlight styles.
7979
7980 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7981
7982 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
7983 $_shell_exitsignal.
7984 * gdb.base/default.exp: Update for new convenience variables.
7985
7986 2019-05-29 Tom Tromey <tromey@adacore.com>
7987
7988 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
7989 to "break complete ada" test case's regexp.
7990
7991 2019-05-29 Tom Tromey <tromey@adacore.com>
7992
7993 PR c++/20020:
7994 * gdb.cp/constexpr-field.exp: New file.
7995 * gdb.cp/constexpr-field.cc: New file.
7996
7997 2019-05-29 Tom Tromey <tromey@adacore.com>
7998
7999 * gdb.base/finish.exp (finish_no_print): New proc.
8000 (finish_tests): Call it.
8001
8002 2019-05-24 Tom de Vries <tdevries@suse.de>
8003
8004 * gdb.dwarf2/gdb-add-index.exp: New file.
8005
8006 2019-05-22 Tom Tromey <tromey@adacore.com>
8007
8008 * gdb.base/info-shared.exp (check_info_shared): Use "style".
8009 * gdb.base/style.exp: Use "style".
8010 * lib/gdb-utils.exp (style): New proc.
8011
8012 2019-05-22 Tom de Vries <tdevries@suse.de>
8013
8014 * gdb.base/align.exp: Require c++11.
8015
8016 2019-05-22 Tom de Vries <tdevries@suse.de>
8017
8018 PR testsuite/24586
8019 * gdb.python/py-mi-var-info-path-expression.exp: Call
8020 mi_skip_python_tests to check if python is supported.
8021
8022 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8023
8024 * gdb.arch/aarch64-pauth.c: New test.
8025 * gdb.arch/aarch64-pauth.exp: New file.
8026
8027 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8028
8029 * README (Re-running Tests Outside The Testsuite): New section.
8030
8031 2019-05-21 Tom de Vries <tdevries@suse.de>
8032
8033 * gdb.arch/amd64-eval.exp: Require c++11.
8034 * gdb.base/max-depth.exp: Same.
8035 * gdb.compile/compile-cplus-array-decay.exp: Same.
8036 * gdb.cp/meth-typedefs.exp: Same.
8037 * gdb.cp/subtypes.exp: Same.
8038 * gdb.cp/temargs.exp: Same.
8039
8040 2019-05-21 Alan Hayward <alan.hayward@arm.com>
8041
8042 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
8043
8044 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8045
8046 PR gdb/18644
8047 * gdb.fortran/complex.exp: Remove setup_kfail calls.
8048 * gdb.fortran/printing-types.exp: Add new test.
8049 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
8050 testing.
8051 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
8052 setup_kfail call.
8053
8054 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8055
8056 * README (Running the Testsuite): Change example.
8057 (Testsuite Parameters): Remove TRANSCRIPT.
8058 * lib/gdb.exp: Remove TRANSCRIPT check.
8059
8060 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8061
8062 * README (Testsuite Parameters): Add replay logging to
8063 GDBSERVER_DEBUG.
8064 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
8065 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
8066 as a comma separated list.
8067 (gdb_debug_init): Override procedure.
8068
8069 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8070
8071 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
8072 (gdb_write_cmd_file): New procedure.
8073 * lib/gdbserver-support.exp (gdbserver_start): Call
8074 gdbserver_write_cmd_file.
8075 (gdbserver_write_cmd_file): New procedure.
8076
8077 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8078
8079 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
8080 (delete_breakpoints): Likewise.
8081 (gdb_run_cmd): Likewise.
8082 (gdb_start_cmd): Likewise.
8083 (gdb_starti_cmd): Likewise.
8084 (gdb_internal_error_resync): Likewise.
8085 (gdb_test_multiple): Likewise.
8086 (gdb_reinitialize_dir): Likewise.
8087 (default_gdb_exit): Likewise.
8088 (gdb_file_cmd): Mark kill as optional.
8089 (default_gdb_start): Call gdb_stdin_log_init.
8090 (send_gdb): Call gdb_stdin_log_write.
8091 (rerun_to_main): Mark Y as an answer.
8092 (gdb_stdin_log_init): New function.
8093 (gdb_stdin_log_write): Likewise.
8094
8095 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8096
8097 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
8098 * gdb.base/debug-expr.exp: Likewise.
8099 * gdb.base/foll-fork.exp: Likewise.
8100 * gdb.base/foll-vfork.exp: Likewise.
8101 * gdb.base/fork-print-inferior-events.exp: Likewise.
8102 * gdb.base/gdb-sigterm.exp: Likewise.
8103 * gdb.base/gdbinit-history.exp: Likewise.
8104 * gdb.base/osabi.exp: Likewise.
8105 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
8106 * gdb.base/ui-redirect.exp: Likewise.
8107 * gdb.gdb/unittest.exp: Likewise.
8108 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
8109 * gdb.mi/mi-watch.exp: Likewise.
8110 * gdb.mi/new-ui-mi-sync.exp: Likewise.
8111 * gdb.mi/user-selected-context-sync.exp: Likewise.
8112 * gdb.python/python.exp: Disable debug test when debugging.
8113 * gdb.threads/check-libthread-db.exp: Disable when debugging.
8114 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8115 Likewise.
8116 * gdb.threads/stepi-random-signal.exp: Likewise.
8117
8118 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8119
8120 * Makefile.in: Pass through GDB_DEBUG.
8121 * README (Testsuite Parameters): Add GDB_DEBUG.
8122 (gdb,debug): Add board setting.
8123 * lib/gdb.exp (default_gdb_start): Start debugging.
8124 (gdb_debug_enabled): New procedure.
8125 (gdb_debug_init): Likewise.
8126
8127 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8128
8129 * Makefile.in: Pass through GDB_DEBUG.
8130 * README (Testsuite Parameters): Add GDB_DEBUG.
8131 (gdb,debug): Add board setting.
8132 * lib/gdb.exp (default_gdb_start): Start debugging.
8133 (gdb_debug_enabled): New procedure.
8134 (gdb_debug_init): Likewise.
8135
8136 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8137
8138 * gdb.base/ui-redirect.exp: Add debug redirect tests.
8139
8140 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8141
8142 * gdb.base/ui-redirect.exp: Test redirection.
8143
8144 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
8145
8146 * gdb.mi/mi-complete.exp: New file.
8147 * gdb.mi/mi-complete.cc: Likewise.
8148
8149 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
8150
8151 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
8152 indexed and sliced arrays, and pointers to arrays.
8153
8154 2019-05-14 Tom Tromey <tromey@adacore.com>
8155
8156 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
8157 styling test.
8158
8159 2019-05-14 Tom de Vries <tdevries@suse.de>
8160
8161 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
8162 selection entry encoding.
8163
8164 2019-05-10 Tom Tromey <tromey@adacore.com>
8165
8166 * gdb.ada/info_exc.exp: Add "complete" test.
8167
8168 2019-05-09 Tom de Vries <tdevries@suse.de>
8169
8170 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
8171 CU-relative.
8172
8173 2019-05-09 Tom de Vries <tdevries@suse.de>
8174
8175 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
8176 CU-relative.
8177
8178 2019-05-08 Joel Brobecker <brobecker@adacore.com>
8179
8180 * gdb.ada/frame_arg_lang.exp: New testcase.
8181 * gdb.ada/frame_arg_lang/bla.adb: New file.
8182 * gdb.ada/frame_arg_lang/pck.ads: New file.
8183 * gdb.ada/frame_arg_lang/pck.adb: New file.
8184 * gdb.ada/frame_arg_lang/foo.c: New file.
8185
8186 2019-05-08 Tom Tromey <tromey@adacore.com>
8187
8188 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
8189
8190 2019-05-08 Tom Tromey <tromey@adacore.com>
8191
8192 * gdb.base/ptype-offsets.exp: Update tests.
8193
8194 2019-05-08 Tom Tromey <tromey@adacore.com>
8195
8196 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
8197 cases.
8198 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
8199 "short".
8200
8201 2019-05-08 Tom Tromey <tromey@adacore.com>
8202
8203 * gdb.ada/vla.exp: New file.
8204 * gdb.ada/vla/vla.adb: New file.
8205
8206 2019-05-07 Tom de Vries <tdevries@suse.de>
8207
8208 * gdb.base/index-cache.exp (ls_host): Fix return statement.
8209
8210 2019-05-07 Tom de Vries <tdevries@suse.de>
8211
8212 PR testsuite/24522
8213 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
8214 section.
8215
8216 2019-05-07 Tom de Vries <tdevries@suse.de>
8217
8218 PR testsuite/24522
8219 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
8220 .debug_aranges section.
8221
8222 2019-05-07 Tom de Vries <tdevries@suse.de>
8223
8224 PR testsuite/24159
8225 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
8226
8227 2019-05-06 Tom de Vries <tdevries@suse.de>
8228
8229 * lib/gdb.exp (exec_has_index_section): New proc.
8230 * gdb.base/index-cache.exp: Handle case that binfile contains an index
8231 section.
8232
8233 2019-05-04 Tom de Vries <tdevries@suse.de>
8234
8235 * boards/cc-with-debug-names.exp: New file.
8236
8237 2019-05-03 Tom Tromey <tromey@adacore.com>
8238
8239 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
8240 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
8241 * gdb.ada/char_enum.exp: Add test.
8242
8243 2019-05-03 Tom de Vries <tdevries@suse.de>
8244
8245 * boards/cc-with-gdb-index.exp: New file.
8246
8247 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
8248
8249 * gdb.rust/simple.exp: Add new test case.
8250 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
8251 (main): Initialise an instance of the new struct.
8252
8253 2019-05-01 Tom Tromey <tromey@adacore.com>
8254
8255 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
8256 record.
8257 (NPR): New variable.
8258 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
8259 test.
8260
8261 2019-05-01 Tom Tromey <tromey@adacore.com>
8262
8263 * gdb.ada/packed_array_assign.exp: Add packed assignment
8264 regression test.
8265
8266 2019-05-01 Tom de Vries <tdevries@suse.de>
8267
8268 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
8269
8270 2019-05-01 Tom de Vries <tdevries@suse.de>
8271
8272 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
8273
8274 2019-04-30 Ali Tamur <tamur@google.com>
8275
8276 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
8277
8278 2019-04-30 Tom Tromey <tromey@adacore.com>
8279
8280 * lib/ada.exp (find_ada_tool): New proc.
8281 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
8282 * gdb.ada/catch_ex_std.exp: New file.
8283 * gdb.ada/catch_ex_std/foo.adb: New file.
8284 * gdb.ada/catch_ex_std/some_package.adb: New file.
8285 * gdb.ada/catch_ex_std/some_package.ads: New file.
8286
8287 2019-04-30 Tom Tromey <tromey@adacore.com>
8288
8289 PR c++/24470:
8290 * gdb.cp/temargs.cc: Add test code from PR.
8291
8292 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8293
8294 * gdb.fortran/vla-datatypes.exp: Update expected results.
8295 * gdb.fortran/vla-ptype.exp: Likewise.
8296 * gdb.fortran/vla-type.exp: Likewise.
8297 * gdb.fortran/vla-value.exp: Likewise.
8298
8299 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8300
8301 * gdb.fortran/ptr-indentation.exp: Update expected results.
8302 * gdb.fortran/ptype-on-functions.exp: Likewise.
8303 * gdb.fortran/vla-ptr-info.exp: Likewise.
8304 * gdb.fortran/vla-value.exp: Likewise.
8305
8306 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8307
8308 * gdb.fortran/ptype-on-functions.exp: New file.
8309 * gdb.fortran/ptype-on-functions.f90: New file.
8310
8311 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8312
8313 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
8314 case void string.
8315
8316 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8317
8318 * gdb.fortran/complex.exp: Expand.
8319 * gdb.fortran/complex.f: Renamed to...
8320 * gdb.fortran/complex.f90: ...this, and extended to add more
8321 complex values.
8322
8323 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8324
8325 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
8326 MODULO, CMPLX.
8327
8328 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8329 Richard Bunt <richard.bunt@arm.com>
8330
8331 * gdb.base/max-depth.c: New file.
8332 * gdb.base/max-depth.exp: New file.
8333 * gdb.python/py-nested-maps.c: New file.
8334 * gdb.python/py-nested-maps.exp: New file.
8335 * gdb.python/py-nested-maps.py: New file.
8336 * gdb.python/py-format-string.exp (test_max_depth): New proc.
8337 (test_all_common): Call test_max_depth.
8338 * gdb.fortran/max-depth.exp: New file.
8339 * gdb.fortran/max-depth.f90: New file.
8340 * gdb.go/max-depth.exp: New file.
8341 * gdb.go/max-depth.go: New file.
8342 * gdb.modula2/max-depth.exp: New file.
8343 * gdb.modula2/max-depth.c: New file.
8344 * lib/gdb.exp (get_print_expr_at_depths): New proc.
8345
8346 2019-04-29 Tom de Vries <tdevries@suse.de>
8347
8348 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
8349
8350 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8351
8352 * gdb.base/callexit.exp: Test may-call-functions off.
8353
8354 2019-04-25 Keith Seitz <keiths@redhat.com>
8355
8356 PR c++/24367
8357 * gdb.cp/meth-typedefs.cc (incomplete_struct)
8358 (another_incomplete_struct, test_incomplete): New definitions.
8359 (main): Use new definitions.
8360 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
8361 functions.
8362
8363 2019-04-25 Ali Tamur <tamur@google.com>
8364
8365 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
8366
8367 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
8368
8369 PR corefiles/11608
8370 PR corefiles/18187
8371 * gdb.base/coredump-filter-build-id.exp: New file.
8372
8373 2019-04-25 Alan Hayward <alan.hayward@arm.com>
8374
8375 * Makefile.in: Pass through GDBSERVER_DEBUG.
8376 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
8377 (gdbserver,debug): Add board setting.
8378 * gdb.trace/tspeed.exp: Skip when debugging.
8379 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
8380 * lib/gdbserver-support.exp: Likewise
8381
8382 2019-04-24 Tom Tromey <tromey@adacore.com>
8383
8384 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
8385 Rust.
8386
8387 2019-04-24 Tom Tromey <tromey@adacore.com>
8388
8389 * gdb.arch/amd64-eval.exp: Test bitfield return.
8390 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
8391 (class Foo) <return_bitfields>: New method.
8392 (main): Call it.
8393
8394 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8395
8396 * gdb.cp/many-args.cc: New file.
8397 * gdb.cp/many-args.exp: New file.
8398
8399 2019-04-23 Tom de Vries <tdevries@suse.de>
8400
8401 PR gdb/24433
8402 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
8403
8404 2019-04-23 Alan Hayward <alan.hayward@arm.com>
8405
8406 * gdb.trace/backtrace.exp: Use nopie flag.
8407 * gdb.trace/circ.exp: Likewise.
8408 * gdb.trace/collection.exp: Likewise.
8409 * gdb.trace/ftrace.exp: Likewise.
8410 * gdb.trace/mi-trace-unavailable.exp: Likewise.
8411 * gdb.trace/mi-traceframe-changed.exp: Likewise.
8412 * gdb.trace/qtro.exp: Likewise.
8413 * gdb.trace/read-memory.exp: Likewise.
8414 * gdb.trace/report.exp: Likewise.
8415 * gdb.trace/tfile.exp: Likewise.
8416 * gdb.trace/tfind.exp: Likewise.
8417 * gdb.trace/unavailable.exp: Likewise.
8418
8419 2019-04-22 Pedro Alves <palves@redhat.com>
8420
8421 * gdb.base/solib-probes-nosharedlibrary.c,
8422 gdb.base/solib-probes-nosharedlibrary.exp: New files.
8423
8424 2019-04-19 Tom Tromey <tromey@adacore.com>
8425
8426 * gdb.ada/ptype_union.c: New file.
8427 * gdb.ada/ptype_union.exp: New file.
8428
8429 2019-04-19 Tom Tromey <tromey@adacore.com>
8430
8431 PR symtab/24423:
8432 * gdb.base/list0.h (foo): Add a control-l character.
8433
8434 2019-04-18 Tom de Vries <tdevries@suse.de>
8435
8436 PR gdb/24433
8437 * boards/local-board.exp: Set sysroot to "".
8438
8439 2019-04-18 Tom de Vries <tdevries@suse.de>
8440 Pedro Alves <palves@redhat.com>
8441
8442 PR gdb/24454
8443 * gdb.threads/vfork-follow-child-exec.c: New file.
8444 * gdb.threads/vfork-follow-child-exec.exp: New file.
8445 * gdb.threads/vfork-follow-child-exit.c: New file.
8446 * gdb.threads/vfork-follow-child-exit.exp: New file.
8447
8448 2019-04-15 Leszek Swirski <leszeks@google.com>
8449
8450 * gdb.arch/amd64-eval.cc: New file.
8451 * gdb.arch/amd64-eval.exp: New file.
8452
8453 2019-04-11 Alan Hayward <alan.hayward@arm.com>
8454
8455 * gdb.server/sysroot.c: New test.
8456 * gdb.server/sysroot.exp: New file.
8457 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
8458 matching param.
8459
8460 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8461
8462 * gdb.base/align.exp: Extend test to cover structures containing
8463 only static fields.
8464
8465 2019-04-11 Tom de Vries <tdevries@suse.de>
8466
8467 * boards/cc-with-dwz-m.exp: New file.
8468 * boards/cc-with-dwz.exp: New file.
8469 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
8470
8471 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
8472
8473 * gdb.base/start-cpp.exp: New file.
8474 * gdb.base/start-cpp.cc: New file.
8475
8476 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8477
8478 * gdb.python/py-thrhandle.exp: Adjust tests to call
8479 thread_from_handle instead of thread_from_thread_handle.
8480
8481 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8482
8483 * gdb.python/py-thrhandle.exp: Add tests for
8484 gdb.InferiorThread.handle.
8485
8486 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
8487
8488 * gdb.python/py-function.exp: Check calling helper function from
8489 all languages.
8490 * lib/gdb.exp (gdb_supported_languages): New proc.
8491
8492 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
8493
8494 * gdb.base/complex-parts.c: New file.
8495 * gdb.base/complex-parts.exp: New file.
8496
8497 2019-04-01 Tom Tromey <tromey@adacore.com>
8498
8499 PR symtab/23331:
8500 * gdb.dwarf2/dw2-ranges-main.c: New file.
8501 * gdb.dwarf2/dw2-ranges-psym.c: New file.
8502 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
8503
8504 2019-03-30 Simon Marchi <simark@simark.ca>
8505
8506 * gdb.base/default.exp: Add values for $_gdb_major and
8507 $_gdb_minor.
8508
8509 2019-03-29 Tom Tromey <tromey@adacore.com>
8510
8511 * gdb.base/help.exp: Tighten apropos regexp.
8512
8513 2019-03-29 Keith Seitz <keiths@redhat.com>
8514
8515 * gdb.fortran/array-bounds.exp: New file.
8516 * gdb.fortran/array-bounds.f90: New file.
8517
8518 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8519
8520 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
8521
8522 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8523
8524 * gdb.multi/hello.c (main): Increase alarm timer.
8525
8526 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
8527
8528 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
8529 factor when no hardware watchpoint support.
8530
8531 2019-03-28 Alan Hayward <alan.hayward@arm.com>
8532 Pedro Alves <palves@redhat.com>
8533
8534 * boards/local-board.exp: set sysroot to /.
8535
8536 2019-03-27 Alan Hayward <alan.hayward@arm.com>
8537
8538 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
8539 in child.
8540
8541 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8542
8543 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
8544 field.
8545 (make_container): Initialise new field.
8546 * gdb.python/py-prettyprint.exp: Add new tests.
8547 * gdb.python/py-prettyprint.py (class ContainerPrinter)
8548 <display_hint>: New method.
8549
8550 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8551
8552 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
8553 gdb_continue_to_breakpoint more throughout this test.
8554 (run_lang_tests) Supply unique test names, and use
8555 gdb_test_no_output.
8556
8557 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8558
8559 * gdb.base/finish-pretty.exp: Update expected results.
8560 * gdb.base/pretty-print.c: New file.
8561 * gdb.base/pretty-print.exp: New file.
8562
8563 2019-03-25 Pedro Alves <palves@redhat.com>
8564
8565 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
8566 move comments outside list. Append '-i "" eof' section.
8567
8568 2019-03-22 Alan Hayward <alan.hayward@arm.com>
8569
8570 PR testsuite/25016
8571 * README: Add pie options.
8572 * gdb.base/break-interp.exp: Ensure pie is disabled.
8573 * gdb.base/dump.exp: Likewise.
8574 * lib/gdb.exp (gdb_compile): Add pie option.
8575
8576 2019-03-19 Tom Tromey <tromey@adacore.com>
8577
8578 * gdb.mi/mi2-cli-display.c: New file.
8579 * gdb.mi/mi2-cli-display.exp: New file.
8580
8581 2019-03-18 Joel Brobecker <brobecker@adacore.com>
8582 Tom Tromey <tromey@adacore.com>
8583
8584 * gdb.ada/ptype_array/pck.adb: New file.
8585 * gdb.ada/ptype_array/pck.ads: New file.
8586 * gdb.ada/ptype_array/foo.adb: New file.
8587 * gdb.ada/ptype_array.exp: New file.
8588
8589 2019-03-14 Tom Tromey <tromey@adacore.com>
8590
8591 * gdb.base/style.exp: Add "set style sources" test.
8592
8593 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
8594
8595 * mi-breakpoint-location-ena-dis.exp: Rename to ...
8596 * mi-breakpoint-multiple-locations.exp: ... this.
8597 (make_breakpoints_pattern): New proc.
8598 (do_test): Add mi_version parameter, test -break-insert,
8599 -break-info and =breakpoint-created.
8600
8601 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
8602
8603 * config/default.exp: Remove 'load_lib gdb.exp'.
8604 * config/monitor.exp: Likewise.
8605 * config/sid.exp: Likewise.
8606 * config/sim.exp: Likewise.
8607 * config/slite.exp: Likewise.
8608 * config/unix.exp: Likewise.
8609 * gdb.base/default.exp: Remove unhelpful comment.
8610
8611 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8612
8613 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
8614
8615 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8616
8617 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
8618
8619 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8620
8621 * gdb.fortran/type-kinds.exp: Update expected results.
8622
8623 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8624
8625 * gdb.fortran/type-kinds.exp: Test new integer type kind.
8626
8627 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8628
8629 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
8630 function.
8631 (test_basic_parsing_of_type_kinds): Expand types tested.
8632 (test_parsing_invalid_type_kinds): New function.
8633
8634 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8635
8636 * gdb.fortran/intrinsics.exp: New file.
8637 * gdb.fortran/intrinsics.f90: New file.
8638 * gdb.fortran/type-kinds.exp: New file.
8639
8640 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8641
8642 * gdb.fortran/dot-ops.exp: New file.
8643
8644 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8645
8646 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
8647 Check upper and lower case logical literals.
8648
8649 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8650
8651 * gdb.fortran/types.exp (test_float_literal_types_accepted):
8652 Remove duplicate tests.
8653
8654 2019-03-06 Alan Hayward <alan.hayward@arm.com>
8655
8656 * lib/gdb.exp (builtin_cd): rename of cd.
8657 (cd): Override builtin.
8658
8659 2019-03-06 Richard Bunt <richard.bunt@arm.com>
8660
8661 * gdb.fortran/function-calls.exp: New file.
8662 * gdb.fortran/function-calls.f90: New test.
8663
8664 2019-03-04 Richard Bunt <richard.bunt@arm.com>
8665
8666 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
8667 on user program standard output.
8668 * gdb.fortran/short-circuit-argument-list.f90: Record function
8669 calls.
8670
8671 2019-02-28 Alan Hayward <alan.hayward@arm.com>
8672
8673 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
8674 failure.
8675
8676 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8677
8678 PR gdb/8527
8679 * gdb.base/interrupt-daemon-attach.c,
8680 gdb.base/interrupt-daemon-attach.exp: New test.
8681
8682 2019-02-27 Pedro Alves <palves@redhat.com>
8683
8684 * gdb.base/page.exp: Add tests for "set width/height -1".
8685
8686 2019-02-27 Pedro Alves <palves@redhat.com>
8687
8688 * gdb.base/page.exp: Add tests for "set/show width/height" with
8689 "infinite" values.
8690
8691 2019-02-27 Tom Tromey <tromey@adacore.com>
8692
8693 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
8694 2.4.
8695 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
8696 workaround.
8697
8698 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
8699
8700 * gdb.base/align.exp: Extend to compile in both C and C++, and add
8701 tests for structs with static members.
8702
8703 2019-02-26 Tom Tromey <tromey@adacore.com>
8704
8705 * gdb.python/py-value.exp (test_value_from_buffer): Check for
8706 ValueError, not TypeError.
8707
8708 2019-02-26 Kevin Buettner <kevinb@redhat.com>
8709
8710 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
8711 call from main program.
8712
8713 2019-02-23 Joel Brobecker <brobecker@adacore.com>
8714
8715 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
8716 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
8717 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
8718 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
8719 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
8720
8721 2019-02-22 Keith Seitz <keiths@redhat.com>
8722
8723 PR symtab/23853
8724 * gdb.base/symlink-sourcefile.c: New file.
8725 * gdb.base/symlink-sourcefile.exp: New file.
8726
8727 2019-02-20 Tom Tromey <tom@tromey.com>
8728
8729 * gdb.base/info_qt.exp: Update.
8730
8731 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
8732
8733 * gdb.base/source.exp: Move "error in sourced script" code to
8734 the end.
8735 * gdb.base/source-error.gdb: Move contents to
8736 source-error-1.gdb. Add new code to source source-error-1.gdb.
8737 * gdb.base/source-error-1.gdb: New file, from previous
8738 source-error.gdb.
8739
8740 2019-02-17 Tom Tromey <tom@tromey.com>
8741
8742 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
8743 for macro styling.
8744 * gdb.base/style.c (SOME_MACRO): New macro.
8745
8746 2019-02-17 Tom Tromey <tom@tromey.com>
8747
8748 * gdb.base/style.exp: Add line-wrapping tests.
8749 * gdb.base/page.exp: Add test for quitting during pagination.
8750
8751 2019-02-17 Joel Brobecker <brobecker@adacore.com>
8752
8753 * gdb.ada/big_packed_array: New testcase.
8754 * gdb.ada/homonym.exp: Fix incorrect expected output for
8755 "break <homonym__get_value>" test.
8756
8757 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
8758
8759 PR breakpoints/21870
8760 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
8761 and prepare_for_testing. Add comment.
8762 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
8763 redundant cleanup call. Clean up comment.
8764
8765 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
8766
8767 PR breakpoints/21870
8768 * gdb.arch/aarch64-dbreg-contents.exp: New file.
8769 * gdb.arch/aarch64-dbreg-contents.c: New file.
8770
8771 2019-02-10 Joel Brobecker <brobecker@adacore.com>
8772
8773 * gdb.ada/mi_ref_changeable: New testcase.
8774
8775 2019-02-07 Alan Hayward <alan.hayward@arm.com>
8776
8777 * gdb.base/attach.exp: Add double attach test.
8778
8779 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
8780
8781 * lib/gdb.exp (default_gdb_start): Don't match pagination
8782 prompt.
8783 (gdb_init): Set stty_init.
8784
8785 2019-01-27 Tom Tromey <tom@tromey.com>
8786
8787 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
8788 skip_python_tests.
8789
8790 2019-01-24 Alan Hayward <alan.hayward@arm.com>
8791
8792 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
8793 New structure.
8794 (struct struct_static_02_02): Likewise.
8795 (struct struct_static_02_03): Likewise.
8796 (struct struct_static_02_04): Likewise.
8797 (struct struct_static_04_01): Likewise.
8798 (struct struct_static_04_02): Likewise.
8799 (struct struct_static_04_03): Likewise.
8800 (struct struct_static_04_04): Likewise.
8801 (struct struct_static_06_01): Likewise.
8802 (struct struct_static_06_02): Likewise.
8803 (struct struct_static_06_03): Likewise.
8804 (struct struct_static_06_04): Likewise.
8805 (cmp_struct_static_02_01): Likewise.
8806 (cmp_struct_static_02_02): Likewise.
8807 (cmp_struct_static_02_03): Likewise.
8808 (cmp_struct_static_02_04): Likewise.
8809 (cmp_struct_static_04_01): Likewise.
8810 (cmp_struct_static_04_02): Likewise.
8811 (cmp_struct_static_04_03): Likewise.
8812 (cmp_struct_static_04_04): Likewise.
8813 (cmp_struct_static_06_01): Likewise.
8814 (cmp_struct_static_06_02): Likewise.
8815 (cmp_struct_static_06_03): Likewise.
8816 (cmp_struct_static_06_04): Likewise.
8817 (call_all): Test new structs.
8818 * gdb.base/infcall-nested-structs.exp: Likewise.
8819
8820 2019-01-21 Alan Hayward <alan.hayward@arm.com>
8821 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
8822
8823 2019-01-21 Alan Hayward <alan.hayward@arm.com>
8824 * gdb.base/stack-protector.c: New test.
8825 * gdb.base/stack-protector.exp: New file.
8826 * gdb.cp/ovldbreak.exp: Only allow a single break line.
8827 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
8828 option.
8829 (gdb_compile): Remove stack protector for GCC and prevent
8830 recursion.
8831
8832 2019-01-16 Keith Seitz <keiths@redhat.com>
8833
8834 PR gdb/23773
8835 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
8836
8837 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8838
8839 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
8840 aliases.
8841 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
8842 tests.
8843 * gdb.arch/powerpc-vector-regs.c: New file.
8844 * gdb.arch/powerpc-vector-regs.exp: New file.
8845
8846 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8847
8848 * gdb.arch/altivec-regs.exp: Fix the list passed to
8849 gdb_expect_list when testing "info vector".
8850
8851 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8852
8853 * gdb.base/style.exp: Don't include path in testname.
8854
8855 2019-01-10 Keith Seitz <keiths@redhat.com>
8856
8857 PR gdb/23712
8858 PR symtab/23010
8859 * gdb.dwarf2/multidictionary.exp: New file.
8860
8861 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
8862
8863 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
8864 (test_gnuv3_style_demangling): ... this.
8865 (test_lucid_style_demangling): Remove.
8866 (test_arm_style_demangling): Remove.
8867 (test_hp_style_demangling): Remove.
8868 (do_tests): Remove calls to the above.
8869
8870 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
8871
8872 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
8873 case.
8874
8875 2019-01-06 Tom Tromey <tom@tromey.com>
8876
8877 PR gdb/28155:
8878 * gdb.dwarf2/typedef-void-finish.exp: New file.
8879
8880 2018-12-28 Tom Tromey <tom@tromey.com>
8881 Simon Marchi <simark@simark.ca>
8882
8883 * gdb.base/jit-exec.exp: New file.
8884 * gdb.base/jit-exec.c: New file.
8885 * gdb.base/jit-execd.c: New file.
8886
8887 2018-12-28 Tom Tromey <tom@tromey.com>
8888
8889 * gdb.base/style.exp: Update test to check for address styling.
8890
8891 2018-12-28 Tom Tromey <tom@tromey.com>
8892
8893 * gdb.base/style.exp: Add test for styling of "Reading symbols"
8894 message.
8895
8896 2018-12-28 Tom Tromey <tom@tromey.com>
8897
8898 * gdb.base/style.exp: Add test for version number styling.
8899
8900 2018-12-28 Tom Tromey <tom@tromey.com>
8901
8902 * gdb.base/style.exp: Add test for print_address_symbolic.
8903
8904 2018-12-28 Tom Tromey <tom@tromey.com>
8905
8906 * gdb.base/style.exp: Add test for breakpoint setting.
8907
8908 2018-12-28 Tom Tromey <tom@tromey.com>
8909
8910 * gdb.base/style.exp: Add test for variable names.
8911
8912 2018-12-28 Tom Tromey <tom@tromey.com>
8913
8914 * gdb.base/style.exp: New file.
8915 * gdb.base/style.c: New file.
8916
8917 2018-12-28 Tom Tromey <tom@tromey.com>
8918
8919 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
8920 "dumb".
8921 * gdb.base/readline.exp (operate_and_get_next): Save and restore
8922 the TERM environment variable.
8923
8924 2018-12-27 Tom Tromey <tom@tromey.com>
8925
8926 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
8927 pagination test.
8928
8929 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
8930
8931 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
8932 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
8933
8934 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8935
8936 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
8937 Filename a.adb changed to bp_fun_addr.adb.
8938 gdb.ada/bp_fun_addr.exp: Update test accordingly.
8939
8940 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
8941
8942 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
8943 non-PIE executables.
8944 * README: Mention the gdb,nopie_flag board setting.
8945 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
8946 non-PIE executable.
8947 * gdb.arch/amd64-entry-value.exp: Likewise.
8948 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
8949 * gdb.arch/i386-float.exp: Likewise.
8950 * gdb.arch/i386-signal.exp: Likewise.
8951 * gdb.mi/mi-reg-undefined.exp: Likewise.
8952
8953 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
8954
8955 PR gdb/23974
8956 * gdb.base/info-os.exp: Check return for unknown "info os" type.
8957
8958 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8959
8960 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
8961 Update order of results accordingly.
8962
8963 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
8964
8965 * gdb.base/annota1.exp: Update a test regexp.
8966
8967 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8968
8969 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
8970
8971 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8972
8973 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
8974 (reuse_time): Initialize to REUSE_TIME_CAP.
8975 (check_rc): New function.
8976 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
8977 Check pthread_create rc.
8978 (spawner_thread_func): Check pthread_create and pthread_join rc.
8979
8980 2018-12-08 Pedro Alves <palves@redhat.com>
8981
8982 * gdb.base/list.exp (test_forward_search): Rename to ...
8983 (test_forward_reverse_search): ... this. Also test reverse-search
8984 and the forward-search alias.
8985
8986 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
8987
8988 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
8989 local timeout variable before return, and remove all local timeout
8990 variable entirely.
8991 (gdb_load): Likewise.
8992
8993 2018-12-01 Tom de Vries <tdevries@suse.de>
8994
8995 * gdb.base/gdb-caching-proc.exp: New file.
8996
8997 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
8998
8999 * Makefile.in (TIMESTAMP): New variable.
9000 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
9001 command.
9002 (check-single-racy): Likewise.
9003 (check/%.exp): Likewise.
9004 (check-racy/%.exp): Likewise.
9005 (workers/%.worker): Likewise.
9006 (build-perf): Likewise.
9007 (check-perf): Likewise.
9008 * README: Describe new "TS" and "TS_FORMAT" variables.
9009 * print-ts.py: New file.
9010
9011 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
9012
9013 PR python/23714
9014 * gdb.python/python.exp: Test command repetition after
9015 gdb.execute.
9016
9017 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
9018
9019 * gdb.opt/inline-break.exp: Add test that info breakpoint output
9020 is correctly aligned.
9021
9022 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9023
9024 * gdb.ada/info_auto_lang.exp: New testcase.
9025 * gdb.ada/info_auto_lang/global_pack.ads: New file.
9026 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
9027 * gdb.ada/info_auto_lang/some_c.c: New file.
9028
9029 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9030
9031 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
9032 FUNC_lang language syntax.
9033
9034 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9035
9036 * gdb.base/info_minsym.c: New file.
9037 * gdb.base/info_minsym.exp: New file.
9038
9039 2018-11-19 Tom Tromey <tom@tromey.com>
9040
9041 PR rust/23625:
9042 * gdb.rust/simple.exp: Add ptype test. Update expected output.
9043 * gdb.rust/expr.exp: Update expected output. Change one test.
9044
9045 2018-11-19 Tom Tromey <tom@tromey.com>
9046
9047 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
9048
9049 2018-11-19 Pedro Alves <palves@redhat.com>
9050
9051 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
9052 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
9053 see the expected warning.
9054
9055 2018-11-16 Alan Hayward <alan.hayward@arm.com>
9056
9057 PR gdb/22736:
9058 * gdb.cp/infcall-nodebug-lib.c: New test.
9059 * gdb.cp/infcall-nodebug-main.c: New test.
9060 * gdb.cp/infcall-nodebug.exp: New file.
9061
9062 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
9063
9064 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
9065 completer tests.
9066
9067 2018-11-09 Tom de Vries <tdevries@suse.de>
9068
9069 * gdb.base/msym-lang.c: New test.
9070 * gdb.base/msym-lang.exp: New file.
9071 * gdb.base/msym-lang-main.c: New test.
9072
9073 2018-11-08 Tom Tromey <tom@tromey.com>
9074
9075 PR gdb/23555:
9076 PR gdb/23838:
9077 * gdb.base/warning.exp: New file.
9078
9079 2018-11-08 Jan Beulich <jbeulich@suse.com>
9080
9081 * testsuite/gdb.arch/i386-avx512.c,
9082 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
9083
9084 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
9085
9086 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
9087 point hardware.
9088
9089 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
9090
9091 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
9092 * gdb.dwarf2/missing-type-name.exp: New file.
9093
9094 2018-11-06 Tom de Vries <tdevries@suse.de>
9095
9096 * gdb.base/many-headers.c: New test.
9097 * gdb.base/many-headers.exp: New file.
9098
9099 2018-11-06 Jim Wilson <jimw@sifive.com>
9100
9101 * gdb.base/code_elim.exp: For riscv, set additional_flags
9102 to include -msmall-data-limit=0.
9103
9104 2018-11-01 Joel Brobecker <brobecker@adacore.com>
9105
9106 * gdb.ada/watch_minus_l: New testcase.
9107
9108 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
9109
9110 * gdb.arch/aix-sighandle.c: New file.
9111 * gdb.arch/aix-sighandle.exp: New file.
9112
9113 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9114
9115 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
9116 registers being unions.
9117
9118 2018-10-31 Tom de Vries <tdevries@suse.de>
9119
9120 * lib/valgrind.exp: New file.
9121 (vgdb_start, vgdb_stop): New procs, factored out of ...
9122 * gdb.base/valgrind-bt.exp: ... here, ...
9123 * gdb.base/valgrind-disp-step.exp: ... here and ...
9124 * gdb.base/valgrind-infcall.exp: ... here.
9125
9126 2018-10-31 Tom de Vries <tdevries@suse.de>
9127
9128 * lib/gdb.exp (get_valueof): Don't output read value in test name.
9129
9130 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9131
9132 * gdb.dwarf2/void-type.c: New file.
9133 * gdb.dwarf2/void-type.exp: New file.
9134
9135 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9136
9137 * gdb.base/info_qt.c: New file.
9138 * gdb.base/info_qt.exp: New file.
9139
9140 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9141
9142 * gdb.arch/powerpc-htm-regs.c: New file.
9143 * gdb.arch/powerpc-htm-regs.exp: New file.
9144
9145 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9146
9147 * gdb.arch/powerpc-tar.c: New file.
9148 * gdb.arch/powerpc-tar.exp: New file.
9149
9150 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9151
9152 * gdb.arch/powerpc-ppr-dscr.c: New file.
9153 * gdb.arch/powerpc-ppr-dscr.exp: New file.
9154
9155 2018-10-25 Tom de Vries <tdevries@suse.de>
9156
9157 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
9158
9159 2018-10-24 Tom de Vries <tdevries@suse.de>
9160
9161 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
9162 longer exists error.
9163
9164 2018-10-24 Tom de Vries <tdevries@suse.de>
9165
9166 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
9167
9168 2018-10-24 Tom de Vries <tdevries@suse.de>
9169
9170 * gdb.base/valgrind-db-attach.exp: Handle removed support for
9171 --db-attach in valgrind.
9172
9173 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
9174
9175 * gdb.arch/riscv-reg-aliases.c: New file.
9176 * gdb.arch/riscv-reg-aliases.exp: New file.
9177
9178 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9179
9180 * gdb.python/py-cmd.exp: Check for gdb_prompt.
9181
9182 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9183
9184 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
9185
9186 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9187
9188 * gdb.cp/ovldbreak.exp: Fix regexps.
9189
9190 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9191
9192 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
9193
9194 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
9195
9196 PR cli/23785
9197 * gdb.base/restore.exp: New test to check if "restore" with an
9198 invalid file doesn't segfault.
9199
9200 2018-10-18 Tom de Vries <tdevries@suse.de>
9201
9202 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
9203 * gdb.ada/excep_handle.exp: Same.
9204 * gdb.ada/mi_string_access.exp: Same.
9205 * gdb.ada/mi_var_union.exp: Same.
9206 * gdb.arch/arc-analyze-prologue.exp: Same.
9207 * gdb.arch/arc-decode-insn.exp: Same.
9208 * gdb.base/readnever.exp: Same.
9209 * gdb.fortran/printing-types.exp: Same.
9210 * gdb.guile/scm-lazy-string.exp: Same.
9211
9212 2018-10-16 Tom de Vries <tdevries@suse.de>
9213
9214 PR gdb/23730
9215 * gdb.base/catch-follow-exec.c: Add copyright notice.
9216 * gdb.base/catch-follow-exec.exp: Rewrite to use
9217 gdb_spawn_with_cmdline_opts. Require gdb-native.
9218
9219 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
9220
9221 * gdb.trace/actions-changed.exp: Check for arch support.
9222 * gdb.trace/actions.exp: Likewise.
9223 * gdb.trace/ax.exp: Likewise.
9224 * gdb.trace/backtrace.exp: Likewise.
9225 * gdb.trace/change-loc.exp: Likewise.
9226 * gdb.trace/deltrace.exp: Likewise.
9227 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
9228 * gdb.trace/ftrace.exp: Likewise.
9229 * gdb.trace/infotrace.exp: Check for arch support.
9230 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
9231 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
9232 * gdb.trace/mi-tsv-changed.exp: Likewise.
9233 * gdb.trace/packetlen.exp: Likewise.
9234 * gdb.trace/passc-dyn.exp: Likewise.
9235 * gdb.trace/passcount.exp: Likewise.
9236 * gdb.trace/pending.exp: Likewise.
9237 * gdb.trace/range-stepping.exp: Check for shlib support.
9238 * gdb.trace/report.exp: Check for arch support.
9239 * gdb.trace/save-trace.exp: Likewise.
9240 * gdb.trace/signal.exp: Check for signal support.
9241 * gdb.trace/tfind.exp: Check for arch support.
9242 * gdb.trace/trace-break.exp: Check for arch and shlib support.
9243 * gdb.trace/trace-common.h: Add comment.
9244 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
9245 * gdb.trace/trace-enable-disable.exp: Likewise.
9246 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
9247 * gdb.trace/tracecmd.exp: Check for arch support.
9248 * gdb.trace/tspeed.exp: Check for shlib and target support.
9249 * gdb.trace/tstatus.exp: Check for arch support.
9250 * gdb.trace/tsv.exp: Likewise.
9251 * gdb.trace/while-dyn.exp: Likewise.
9252 * gdb.trace/while-stepping.exp: Likewise.
9253 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
9254
9255 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
9256
9257 * gdb.trace/tspeed.exp: Remove nowarnings.
9258 (prepare_for_trace_test): Declare "global ipalib".
9259 * gdb.trace/tspeed.c: Include unistd.h.
9260 (main): Remove superfluous printf argument.
9261
9262 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
9263
9264 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
9265 directory prefix on the filename.
9266
9267 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
9268
9269 * gdb.gdb/unittest.exp: Update expected message informing that
9270 selftests have been disabled.
9271 * gdb.server/unittest.exp: Likewise.
9272
9273 2018-10-09 Tom de Vries <tdevries@suse.de>
9274
9275 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
9276 with runto_main.
9277
9278 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
9279
9280 PR c++/16841
9281 * gdb.cp/virtbase2.cc: New file.
9282 * gdb.cp/virtbase2.exp: New file.
9283
9284 2018-10-06 Tom Tromey <tom@tromey.com>
9285
9286 PR python/19399:
9287 * gdb.python/py-inferior.exp: Add architecture test.
9288
9289 2018-10-06 Tom Tromey <tom@tromey.com>
9290
9291 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
9292 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
9293
9294 2018-10-06 Tom Tromey <tom@tromey.com>
9295
9296 * gdb.python/py-breakpoint.exp (check_last_event): Check location
9297 of a "throw" catchpoint.
9298
9299 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
9300
9301 * gdb.base/info-proc.exp: Update string expected from "help info
9302 proc".
9303
9304 2018-10-04 Tom Tromey <tom@tromey.com>
9305
9306 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
9307 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
9308 (test_initial_complaints, test_empty_complaints): Update.
9309 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
9310
9311 2018-10-04 Tom Tromey <tom@tromey.com>
9312
9313 PR cli/19551:
9314 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
9315 * lib/gdb.exp (gdb_file_cmd): Update.
9316 * gdb.stabs/weird.exp (print_weird_var): Update.
9317 * gdb.server/solib-list.exp: Update.
9318 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
9319 * gdb.mi/mi-cli.exp: Update.
9320 * gdb.linespec/linespec.exp: Update.
9321 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
9322 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
9323 * gdb.cp/cp-relocate.exp: Update.
9324 * gdb.base/sym-file.exp: Update.
9325 * gdb.base/relocate.exp: Update.
9326 * gdb.base/readnever.exp: Update.
9327 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9328 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
9329 * gdb.base/dbx.exp (gdb_file_cmd): Update.
9330 * gdb.base/code_elim.exp: Update.
9331 * gdb.base/break-unload-file.exp (test_break): Update.
9332 * gdb.base/break-interp.exp (test_attach_gdb): Update.
9333 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
9334 Update.
9335 * gdb.base/attach.exp (do_attach_tests): Update.
9336 * gdb.base/sepdebug.exp: Update.
9337 * gdb.python/py-section-script.exp: Update.
9338
9339 2018-10-04 Tom Tromey <tom@tromey.com>
9340
9341 PR cli/22234:
9342 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
9343 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
9344 output.
9345
9346 2018-10-04 Tom Tromey <tom@tromey.com>
9347
9348 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
9349 set width and height to 0.
9350 (test_command_line_attach_run): Use -quiet.
9351
9352 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
9353
9354 * lib/gdb.exp (skip_ifunc_tests): New.
9355 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
9356 other compile failures.
9357 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
9358
9359 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
9360
9361 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
9362 is_amd64_regs_target.
9363
9364 2018-10-01 Alan Hayward <alan.hayward@arm.com>
9365
9366 * gdb.arch/aarch64-sighandler-regs.c: New test.
9367 * gdb.arch/aarch64-sighandler-regs.exp: New file.
9368 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
9369
9370 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
9371
9372 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
9373 assembly.
9374
9375 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
9376
9377 * gdb.base/frame-selection.exp: New file.
9378 * gdb.base/frame-selection.c: New file.
9379
9380 2018-09-27 Alan Hayward <alan.hayward@arm.com>
9381
9382 * gdb.threads/check-libthread-db.c (thread_routine): Use a
9383 pthread barrier.
9384 (main): Likewise.
9385
9386 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
9387
9388 * gdb.base/large-frame-1.c: New file.
9389 * gdb.base/large-frame-2.c: New file.
9390 * gdb.base/large-frame.exp: New file.
9391 * gdb.base/large-frame.h: New file.
9392
9393 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
9394
9395 PR gdb/20948
9396 * gdb.base/write_mem.exp: New test.
9397 * gdb.base/write_mem.c: Likewise.
9398
9399 2018-09-23 Tom Tromey <tom@tromey.com>
9400
9401 PR python/18852:
9402 * gdb.python/py-parameter.exp: Add test for parameter that throws
9403 on "set".
9404
9405 2018-09-23 Tom Tromey <tom@tromey.com>
9406
9407 PR python/17284:
9408 * gdb.python/py-template.exp (test_template_arg): Add test for
9409 negative template argument number.
9410
9411 2018-09-23 Tom Tromey <tom@tromey.com>
9412
9413 PR python/14062:
9414 * gdb.python/python.exp: Add test for post_event error.
9415
9416 2018-09-23 Tom Tromey <tom@tromey.com>
9417
9418 PR python/18170:
9419 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
9420 convert pointers to int and long.
9421
9422 2018-09-23 Tom Tromey <tom@tromey.com>
9423
9424 PR python/20126:
9425 * gdb.python/py-value.exp (test_value_numeric_ops): Add
9426 signed-ness conversion tests.
9427
9428 2018-09-23 Tom Tromey <tom@tromey.com>
9429
9430 PR python/18352;
9431 * gdb.python/py-value.exp (test_float_conversion): New proc.
9432 Use it.
9433
9434 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
9435
9436 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
9437
9438 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
9439
9440 * gdb.base/complete-empty.exp: Skip tab-completion tests if
9441 no readline.
9442 * gdb.base/utf8-identifiers.exp: Likewise.
9443 * gdb.cp/cpcompletion.exp: Likewise.
9444 * gdb.linespec/cpcompletion.exp: Likewise.
9445 * gdb.linespec/cpls-abi-tag.exp: Likewise.
9446 * gdb.linespec/cpls-ops.exp: Likewise.
9447
9448 2018-09-19 Richard Bunt <richard.bunt@arm.com>
9449 Chris January <chris.january@arm.com>
9450
9451 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
9452 * gdb.fortran/short-circuit-argument-list.exp: New file.
9453 * gdb.fortran/short-circuit-argument-list.f90: New test.
9454
9455 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9456
9457 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
9458 "arch=" keyword when executing "-stack-list-frames".
9459
9460 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9461
9462 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
9463 "arch=" keyword when executing "-stack-list-frames".
9464
9465 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9466
9467 * gdb.ada/complete.exp: Expect for "@" when doing "complete
9468 break ada".
9469
9470 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
9471
9472 PR python/23669
9473 * gdb.python/python.exp: Test gdb.execute("show commands").
9474
9475 2018-09-16 Tom Tromey <tom@tromey.com>
9476
9477 * gdb.base/new-ui.exp (do_execution_tests): Update.
9478 * gdb.base/dbx.exp (test_breakpoints): Update.
9479
9480 2018-09-14 Alan Hayward <alan.hayward@arm.com>
9481
9482 * lib/gdb.exp (gdb_simple_compile): Add proc.
9483 (is_elf_target): Use gdb_simple_compile.
9484 (skip_altivec_tests): Likewise.
9485 (skip_vsx_tests): Likewise.
9486 (skip_tsx_tests): Likewise.
9487 (skip_btrace_tests): Likewise.
9488 (skip_btrace_pt_tests): Likewise.
9489 (gdb_can_simple_compile): Likewise.
9490 (gdb_has_argv0): Likewise.
9491 (gdb_target_symbol_prefix): Likewise.
9492 (target_supports_scheduler_locking): Likewise.
9493
9494 2018-09-13 Tom Tromey <tom@tromey.com>
9495
9496 * Makefile.in (TAGS): Recognize proc_with_prefix and
9497 gdb_caching_proc.
9498
9499 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9500
9501 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
9502 method.
9503
9504 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9505
9506 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
9507 and a few other Inferior properties when the Inferior is no
9508 longer valid.
9509
9510 2018-09-13 Tom Tromey <tom@tromey.com>
9511
9512 PR rust/23650:
9513 * gdb.rust/simple.exp: Add test for enum field access error.
9514
9515 2018-09-13 Tom Tromey <tom@tromey.com>
9516
9517 PR rust/23626:
9518 * gdb.rust/simple.rs (EmptyEnum): New type.
9519 (main): Use it.
9520 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
9521
9522 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9523
9524 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
9525 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
9526 * gdb.python/py-symtab.exp: Update test printing an objfile.
9527
9528 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
9529
9530 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
9531 object.
9532
9533 2018-09-12 Alan Hayward <alan.hayward@arm.com>
9534
9535 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
9536 (support_complex_tests): Use gdb_can_simple_compile.
9537 (is_ilp32_target): Likewise.
9538 (is_lp64_target): Likewise.
9539 (is_64_target): Likewise.
9540 (is_amd64_regs_target): Likewise.
9541 (is_aarch32_target): Likewise.
9542 (gdb_int128_helper): Likewise.
9543
9544 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9545
9546 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
9547
9548 2018-09-10 Jerome Guitton <guitton@adacore.com>
9549
9550 * gdb.ada/same_component_name: Add test for case of tagged record
9551 with variable-length fields.
9552
9553 2018-09-10 Xavier Roirand <roirand@adacore.com>
9554
9555 * gdb.ada/access_to_unbounded_array.exp: New testcase.
9556 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
9557 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
9558 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
9559
9560 2018-09-10 Xavier Roirand <roirand@adacore.com>
9561
9562 * gdb.ada/mi_string_access.exp: New testcase.
9563 * gdb.ada/mi_string_access/bar.adb: New file.
9564 * gdb.ada/mi_string_access/pck.adb: New file.
9565 * gdb.ada/mi_string_access/pck.asd: New file.
9566
9567 2018-09-10 Xavier Roirand <roirand@adacore.com>
9568
9569 * gdb.ada/mi_var_union.exp: New testcase.
9570 * gdb.ada/mi_var_union/bar.adb: New file.
9571 * gdb.ada/mi_var_union/pck.adb: New file.
9572 * gdb.ada/mi_var_union/pck.asd: New file.
9573
9574 2018-09-08 Tom Tromey <tom@tromey.com>
9575
9576 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
9577
9578 2018-09-08 Tom Tromey <tom@tromey.com>
9579
9580 PR python/16047:
9581 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
9582 (register_pretty_printers): Register new printer.
9583 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
9584 test.
9585 * gdb.python/py-prettyprint.c (int_type3): New typedef.
9586 (an_int_type3): New global.
9587
9588 2018-09-08 Joel Brobecker <brobecker@adacore.com>
9589
9590 * gdb.ada/expr_with_funcall: New testcase.
9591
9592 2018-09-08 Joel Brobecker <brobecker@adacore.com>
9593
9594 * gdb.ada/packed_array_assign: New testcase.
9595
9596 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
9597
9598 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
9599 names, and add test prefixes to make test names unique.
9600
9601 2018-09-05 Tom de Vries <tdevries@suse.de>
9602
9603 * gdb.dwarf2/varval.exp: Add test.
9604
9605 2018-09-04 Gary Benson <gbenson@redhat.com>
9606
9607 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
9608 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
9609
9610 2018-08-31 Tom Tromey <tom@tromey.com>
9611
9612 * gdb.rust/simple.rs: Rename second variable "v".
9613
9614 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
9615
9616 * gdb.base/funcargs.c (use_a): New function.
9617 (recurse): Call use_a.
9618
9619 2018-08-29 Keith Seitz <keiths@redhat.com>
9620
9621 * gdb.compile/compile-cplus-anonymous.cc: New file.
9622 * gdb.compile/compile-cplus-anonymous.exp: New file.
9623 * gdb.compile/compile-cplus-array-decay.cc: New file.
9624 * gdb.compile/compile-cplus-array-decay.exp: New file.
9625 * gdb.compile/compile-cplus-inherit.cc: New file.
9626 * gdb.compile/compile-cplus-inherit.exp: New file.
9627 * gdb.compile/compile-cplus-member.cc: New file.
9628 * gdb.compile/compile-cplus-member.exp: New file.
9629 * gdb.compile/compile-cplus-method.cc: New file.
9630 * gdb.compile/compile-cplus-method.exp: New file.
9631 * gdb.compile/compile-cplus-mod.c: "New" file.
9632 * gdb.compile/compile-cplus-namespace.cc: New file.
9633 * gdb.compile/compile-cplus-namespace.exp: New file.
9634 * gdb.compile/compile-cplus-nested.cc: New file.
9635 * gdb.compile/compile-cplus-nested.exp: New file.
9636 * gdb.compile/compile-cplus-print.c: "New" file.
9637 * gdb.compile/compile-cplus-print.exp: "New" file.
9638 * gdb.compile/compile-cplus-virtual.cc: New file.
9639 * gdb.compile/compile-cplus-virtual.exp: New file.
9640 * gdb.compile/compile-cplus.c: "New" file.
9641 * gdb.compile/compile-cplus.exp: "New" file.
9642 * lib/compile-support.exp: New file.
9643
9644 2018-08-16 Gary Benson <gbenson@redhat.com>
9645
9646 PR gdb/13000:
9647 * gdb.base/batch-exit-status.exp: New file.
9648 * gdb.base/batch-exit-status.good-commands: Likewise.
9649 * gdb.base/batch-exit-status.bad-commands: Likewise.
9650
9651 2018-08-29 Alan Hayward <alan.hayward@arm.com>
9652
9653 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
9654 (struct struct02): Likewise.
9655 (struct struct03): Likewise.
9656 (struct struct04): Likewise.
9657 (struct struct_01_01): New struct.
9658 (struct struct_01_02): Likewise.
9659 (struct struct_01_03): Likewise.
9660 (struct struct_01_04): Likewise.
9661 (struct struct_02_01): Likewise.
9662 (struct struct_02_02): Likewise.
9663 (struct struct_02_03): Likewise.
9664 (struct struct_02_04): Likewise.
9665 (struct struct_04_01): Likewise.
9666 (struct struct_04_02): Likewise.
9667 (struct struct_04_03): Likewise.
9668 (struct struct_04_04): Likewise.
9669 (struct struct_05_01): Likewise.
9670 (struct struct_05_02): Likewise.
9671 (struct struct_05_03): Likewise.
9672 (struct struct_05_04): Likewise.
9673 (cmp_struct01): Remove function.
9674 (cmp_struct02): Likewise.
9675 (cmp_struct03): Likewise.
9676 (cmp_struct04): Likewise.
9677 (cmp_struct_01_01): Add Function.
9678 (cmp_struct_01_02): Likewise.
9679 (cmp_struct_01_03): Likewise.
9680 (cmp_struct_01_04): Likewise.
9681 (cmp_struct_02_01): Likewise.
9682 (cmp_struct_02_02): Likewise.
9683 (cmp_struct_02_03): Likewise.
9684 (cmp_struct_02_04): Likewise.
9685 (cmp_struct_04_01): Likewise.
9686 (cmp_struct_04_02): Likewise.
9687 (cmp_struct_04_03): Likewise.
9688 (cmp_struct_04_04): Likewise.
9689 (cmp_struct_05_01): Likewise.
9690 (cmp_struct_05_02): Likewise.
9691 (cmp_struct_05_03): Likewise.
9692 (cmp_struct_05_04): Likewise.
9693 (call_all): Add new structs.
9694 * gdb.base/infcall-nested-structs.exp: Likewise.
9695
9696 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
9697
9698 * gdb.python/py-framefilter-mi.exp: Update regexp to
9699 check for "arch" field in frame output.
9700
9701 2018-08-23 Kevin Buettner <kevinb@redhat.com>
9702
9703 * gdb.dwarf2/dw2-ranges-func.c: New file.
9704 * gdb.dwarf2/dw2-ranges-func.exp: New file.
9705
9706 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
9707
9708 * gdb.base/term.exp: Compare terminal settings with values from
9709 the inferior.
9710 * gdb.base/term.c: Get and set terminal settings.
9711
9712 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
9713
9714 * lib/mi-support.exp (mi_expect_stop): Update regexp to
9715 accommodate new "arch" field in frame output.
9716 * gdb.mi/mi-return.exp: Likewise.
9717 * gdb.mi/mi-stack.exp: Likewise.
9718 * gdb.mi/mi-syn-frame.exp: Likewise.
9719 * gdb.mi/user-selected-context-sync.exp: Likewise.
9720
9721 2018-08-19 Michael Spang <spang@google.com>
9722
9723 PR gdb/11786
9724 * gdb.base/gcore-tls-pie.c: New file.
9725 * gdb.base/gcore-tls-pie.exp: New file.
9726
9727 2018-08-18 Kevin Buettner <kevinb@redhat.com>
9728
9729 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
9730 * gdb.dwarf2/varval.c: New file.
9731 * gdb.dwarf2/varval.exp: New file.
9732
9733 2018-08-17 Alan Hayward <alan.hayward@arm.com>
9734
9735 PR gdb/18931
9736 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
9737
9738 2018-08-16 Keith Seitz <keiths@redhat.com>
9739
9740 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
9741 tests expected to pass.
9742
9743 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
9744
9745 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
9746 -data-disassemble -a.
9747 (test_disassembly_bogus_args): Likewise.
9748
9749 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
9750
9751 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
9752
9753 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9754
9755 * gdb.base/vla-optimized-out.exp: Add new test.
9756
9757 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9758
9759 * gdb.base/vla-optimized-out-o3.exp: Delete.
9760 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
9761 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
9762 deleted tests.
9763
9764 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
9765
9766 PR gdb/18050:
9767 * gdb.server/extended-remote-restart.c: New file.
9768 * gdb.server/extended-remote-restart.exp: New file.
9769
9770 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
9771
9772 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
9773 "set variable index = 42".
9774
9775 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
9776
9777 * boards/index-cache-gdb.exp: New file.
9778 * gdb.dwarf2/index-cache.exp: New file.
9779 * gdb.dwarf2/index-cache.c: New file.
9780 * gdb.base/maint.exp: Check if we are using the index cache.
9781
9782 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9783
9784 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
9785 MAKEFLAGS.
9786
9787 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9788
9789 * dg-extract-results.sh: Move to toplevel contrib.
9790 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
9791 * Makefile.in (check-parallel-racy): Likewise.
9792
9793 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
9794
9795 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
9796 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
9797 tests if the target supports scheduler locking.
9798
9799 2018-08-04 Tom de Vries <tdevries@suse.de>
9800
9801 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
9802
9803 2018-08-02 Tom Tromey <tom@tromey.com>
9804
9805 PR symtab/16842.
9806 * gdb.cp/temargs.exp: Test "info address" of a template
9807 parameter.
9808
9809 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
9810
9811 * gdb.python/py-mi-var-info-path-expression.c: New file.
9812 * gdb.python/py-mi-var-info-path-expression.py: New file.
9813 * gdb.python/py-mi-var-info-path-expression.exp: New file.
9814
9815 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
9816
9817 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
9818 error after "cannot resolve name" string.
9819
9820 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
9821
9822 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
9823 started.
9824 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
9825
9826 2018-07-28 Tom de Vries <tdevries@suse.de>
9827
9828 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
9829
9830 2018-07-26 Tom de Vries <tdevries@suse.de>
9831
9832 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
9833
9834 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
9835
9836 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
9837 is visible.
9838
9839 2018-07-26 Tom de Vries <tdevries@suse.de>
9840
9841 PR breakpoints/23366
9842 * gdb.base/catch-follow-exec.c: New test.
9843 * gdb.base/catch-follow-exec.exp: New file.
9844
9845 2018-07-25 Tom de Vries <tdevries@suse.de>
9846
9847 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
9848 vla-optimized-out.c.
9849
9850 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
9851
9852 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
9853 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
9854
9855 2018-07-20 Tom de Vries <tdevries@suse.de>
9856
9857 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
9858 NOCLONE macro.
9859 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
9860
9861 2018-07-19 Tom de Vries <tdevries@suse.de>
9862
9863 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
9864 regular expression.
9865
9866 2018-07-18 Tom de Vries <tdevries@suse.de>
9867
9868 * gdb.base/vla-optimized-out.c: New test.
9869 * gdb.base/vla-optimized-out.exp: New file.
9870
9871 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
9872
9873 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
9874 message "No address associated with hostname" when gdbserver
9875 cannot resolve the hostname.
9876
9877 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9878
9879 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
9880 Add some test prefixes to make tests unique.
9881
9882 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9883
9884 * gdb.base/frameapply.c: New file.
9885 * gdb.base/frameapply.exp: New file.
9886
9887 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9888
9889 * gdb.base/skip.exp: Update expected error message.
9890
9891 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9892 Jan Kratochvil <jan.kratochvil@redhat.com>
9893 Paul Fertser <fercerpav@gmail.com>
9894 Tsutomu Seki <sekiriki@gmail.com>
9895
9896 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
9897 parameter.
9898 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
9899 by default.
9900 * boards/native-gdbserver.exp: Likewise.
9901 * gdb.server/run-without-local-binary.exp: Improve regexp used
9902 for detecting when a remote debugging connection succeeds.
9903 * gdb.server/server-connect.exp: New file.
9904 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
9905 Do not prefix the port number with ":".
9906 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
9907 support for detecting and using it. Add '$debughost_gdbserver'
9908 to the list of arguments used to start gdbserver. Handle case
9909 when gdbserver cannot resolve a network name.
9910
9911 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9912
9913 PR c++/23373
9914 * gdb.base/ptype-offsets.cc (struct static_member): New
9915 struct.
9916 (main) <stmember>: New variable.
9917 * gdb.base/ptype-offsets.exp: Add test for printing a struct
9918 with a static member in it.
9919
9920 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
9921
9922 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
9923 watchpoints enabled and disabled.
9924
9925 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9926
9927 * gdb.base/examine-backward.exp: Still run tests around address
9928 0x0, even if address 0x0 is not readable. Update the pattern for
9929 matching address 0x0 in expected output.
9930
9931 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
9932
9933 * gdb.base/share-env-with-gdbserver.c (main): Add call to
9934 malloc/free.
9935
9936 2018-07-04 Tom de Vries <tdevries@suse.de>
9937
9938 * gdb.dwarf2/dw2-error.exp: Update expected error message.
9939
9940 2018-07-02 Maciej W. Rozycki <macro@mips.com>
9941
9942 PR tdep/8282
9943 * gdb.arch/mips-disassembler-options.exp: New test.
9944 * gdb.arch/mips-disassembler-options.s: New test source.
9945
9946 2018-06-29 Pedro Alves <palves@redhat.com>
9947
9948 * gdb.threads/names.exp: Adjust expected "info threads" output.
9949
9950 2018-06-29 Pedro Alves <palves@redhat.com>
9951
9952 * gdb.opt/inline-break.exp (line number, address): Add "info
9953 break" tests.
9954
9955 2018-06-29 Pedro Alves <palves@redhat.com>
9956
9957 * gdb.opt/inline-break.c (func1): Add "break here" marker.
9958 * gdb.opt/inline-break.exp: Test setting breakpoints by line
9959 number and address and running to them.
9960
9961 2018-06-29 Richard Bunt <richard.bunt@arm.com>
9962
9963 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
9964
9965 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9966
9967 * lib/compiler.c: Remove executable permission flag.
9968
9969 2018-06-28 Richard Bunt <richard.bunt@arm.com>
9970
9971 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
9972 code.
9973 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
9974
9975 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9976
9977 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
9978
9979 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9980
9981 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
9982 address argument is omitted.
9983
9984 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9985
9986 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
9987
9988 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
9989
9990 PR gdb/21695
9991 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
9992 * gdb.base/infoline-reloc-main-from-zero.c: New file.
9993
9994 2018-06-26 Tom Tromey <tom@tromey.com>
9995
9996 PR rust/22574:
9997 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
9998 * gdb.rust/simple.rs (struct SimpleLayout): New.
9999
10000 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
10001
10002 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
10003 "info registers" output.
10004
10005 2018-06-21 Richard Bunt <richard.bunt@arm.com>
10006
10007 * gdb.base/watchpoint-hw-attach.c: New test.
10008 * gdb.base/watchpoint-hw-attach.exp: New file.
10009
10010 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
10011
10012 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
10013 through /bin/sh.
10014 * boards/dwarf4-gdb-index.exp: Likewise.
10015 * boards/fission-dwp.exp: Likewise.
10016
10017 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
10018
10019 * gdb.base/float128.exp: Add comment and improved fail message
10020 to the failure case of "print large128" test.
10021
10022 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
10023
10024 * configure.ac: Remove AC_PREREQ.
10025 * configure: Re-generate.
10026
10027 2018-06-19 Pedro Alves <palves@redhat.com>
10028
10029 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
10030 (func_extern_caller): New.
10031 (main): Call func_extern_caller.
10032 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
10033 logic change.
10034
10035 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
10036
10037 PR gdb/16841
10038 * gdb.cp/typedef-base.cc: New file.
10039 * gdb.cp/typedef-base.exp: New file.
10040
10041 2018-06-18 Tom de Vries <tdevries@suse.de>
10042
10043 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
10044
10045 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
10046 Richard Bunt <Richard.Bunt@arm.com>
10047
10048 * gdb.threads/attach-slow-waitpid.c: New file.
10049 * gdb.threads/attach-slow-waitpid.exp: New file.
10050 * gdb.threads/slow-waitpid.c: New file.
10051
10052 2018-06-14 Pedro Alves <palves@redhat.com>
10053
10054 * gdb.base/fork-running-state.c: Include <errno.h>.
10055 (exit_if_relative_exits): New.
10056 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
10057 exits.
10058 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
10059 child exits.
10060
10061 2018-06-14 Tom de Vries <tdevries@suse.de>
10062
10063 PR cli/22573
10064 * gdb.base/finish-pretty.c: New test.
10065 * gdb.base/finish-pretty.exp: New file.
10066
10067 2018-06-14 Pedro Alves <palves@redhat.com>
10068
10069 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
10070 gdb's expected startup output.
10071
10072 2018-06-14 Pedro Alves <palves@redhat.com>
10073
10074 * lib/selftest-support.exp (selftest_setup): Remove inlined
10075 function handling.
10076
10077 2018-06-14 Tom de Vries <tdevries@suse.de>
10078
10079 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
10080 matching of breakpoint printing.
10081
10082 2018-06-13 Tom de Vries <tdevries@suse.de>
10083
10084 PR testsuite/23269
10085 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
10086 (fork_child): ... here, and ...
10087 (fork_parent): ... here.
10088
10089 2018-06-12 Tom de Vries <tdevries@suse.de>
10090
10091 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
10092
10093 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
10094 Stephen Roberts <stephen.roberts@arm.com>
10095
10096 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
10097 rewrite test to describe action performed, rather than possible
10098 failure.
10099
10100 2018-06-08 Gary Benson <gbenson@redhat.com>
10101
10102 * gdb.threads/check-libthread-db.exp: New file.
10103 * gdb.threads/check-libthread-db.c: Likewise.
10104
10105 2018-06-05 Tom Tromey <tom@tromey.com>
10106
10107 * gdb.base/default.exp: Update expected "show version" output.
10108
10109 2018-06-05 Tom Tromey <tom@tromey.com>
10110
10111 PR cli/12326:
10112 * gdb.cp/static-print-quit.exp: Update.
10113 * lib/gdb.exp (pagination_prompt): Update.
10114 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
10115 * gdb.python/python.exp: Update.
10116
10117 2018-06-04 Joel Brobecker <brobecker@adacore.com>
10118
10119 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
10120
10121 2018-06-01 Joel Brobecker <brobecker@adacore.com>
10122
10123 * gdb.ada/bp_fun_addr: New testcase.
10124
10125 2018-06-01 Tom Tromey <tom@tromey.com>
10126
10127 * gdb.xml/tdesc-regs.exp (load_description): Update expected
10128 results.
10129 * gdb.dwarf2/method-ptr.exp: Set language to C++.
10130 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
10131 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
10132 * gdb.base/maint.exp (maint_pass_if): Update.
10133
10134 2018-05-31 Maciej W. Rozycki <macro@mips.com>
10135
10136 * gdb.base/endian.exp: New test.
10137 * gdb.base/endian.c: New test source.
10138
10139 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
10140
10141 PR gdb/23203
10142 * gdb.base/bt-selected-frame.c: New file.
10143 * gdb.base/bt-selected-frame.exp: New file.
10144 * lib/gdb.exp (get_current_frame_number): New function.
10145
10146 2018-05-24 Maciej W. Rozycki <macro@mips.com>
10147 Pedro Alves <palves@redhat.com>
10148
10149 * gdb.threads/tls-core.c: Include <stdlib.h>
10150 (thread_proc): Call `abort'.
10151 * gdb.threads/tls-core.exp: Generate a core with core_find too.
10152 (tls_core_test): New procedure, bits factored out from ...
10153 (top level): ... here. Test both native cores and gcore cores.
10154
10155 2018-05-23 Tom Tromey <tom@tromey.com>
10156
10157 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
10158
10159 2018-05-23 Tom Tromey <tom@tromey.com>
10160
10161 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
10162 symfile_complaints.
10163 (test_short_complaints): Likewise.
10164 (test_empty_complaints): Likewise.
10165 (test_initial_complaints): Update.
10166
10167 2018-05-23 Tom Tromey <tom@tromey.com>
10168
10169 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
10170
10171 2018-05-23 Tom Tromey <tom@tromey.com>
10172
10173 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
10174 (test_short_complaints): Update.
10175
10176 2018-05-22 Pedro Alves <palves@redhat.com>
10177
10178 * gdb.base/remote.exp: Only gdb_start after compiling the
10179 testcase. Issue "disconnect" before testing "set remote" command
10180 defaults. Issue clean_restart before running to main.
10181
10182 2018-05-22 Pedro Alves <palves@redhat.com>
10183
10184 * gdb.base/remote.exp: Adjust expected output of "show remote
10185 memory-write-packet-size". Add tests for "set remote
10186 memory-write-packet-size 0" and "set remote
10187 memory-write-packet-size fixed/limit".
10188
10189 2018-05-22 Pedro Alves <palves@redhat.com>
10190
10191 PR gdb/22973
10192 * gdb.base/utf8-identifiers.c: New file.
10193 * gdb.base/utf8-identifiers.exp: New file.
10194
10195 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10196
10197 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
10198
10199 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10200
10201 * gdb.arch/powerpc-vsx-gcore.exp: New file.
10202
10203 2018-05-18 Tom Tromey <tom@tromey.com>
10204
10205 * gdb.base/ptype-offsets.exp: Update.
10206
10207 2018-05-17 Keith Seitz <keiths@redhat.com>
10208
10209 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
10210 in expected breakpoint stop locations.
10211 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
10212 move to proper scope to test variable values.
10213 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
10214 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
10215 New functions.
10216 (main): Call not_inline_func3.
10217 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
10218 inline_func1, inline_func2, and inline_func3. Test that when each
10219 breakpoint is hit, GDB properly reports both the stop location
10220 and the backtrace. Repeat tests for temporary breakpoints.
10221
10222 2018-05-15 Maciej W. Rozycki <macro@mips.com>
10223
10224 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
10225 rather then trying to access it in determining whether the PID
10226 of `gdbserver' could have been retrieved.
10227
10228 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
10229
10230 * gdb.arch/amd64-init-x87-values.S: New file.
10231 * gdb.arch/amd64-init-x87-values.exp: New file.
10232
10233 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10234
10235 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
10236
10237 2018-05-04 Tom Tromey <tom@tromey.com>
10238
10239 PR python/22730:
10240 * gdb.python/python.exp: Test multi-line execute.
10241
10242 2018-05-04 Tom Tromey <tom@tromey.com>
10243
10244 PR python/22731:
10245 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
10246
10247 2018-05-04 Tom Tromey <tom@tromey.com>
10248
10249 PR gdb/11750:
10250 * gdb.base/define.exp: Test defining a user command inside a user
10251 command.
10252 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
10253
10254 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10255 Pedro Alves <palves@redhat.com>
10256
10257 PR breakpoints/19806 and support for PR external/20207.
10258 * gdb.base/watchpoint-unaligned.c: New file.
10259 * gdb.base/watchpoint-unaligned.exp: New file.
10260
10261 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10262
10263 * gdb.base/maint.exp: Make test names unique, use
10264 test_prefix_command_help to test 'help maint info', and remove
10265 repeated test of 'help maint'.
10266
10267 2018-05-04 Tom Tromey <tom@tromey.com>
10268
10269 PR gdb/22619:
10270 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
10271 behavior.
10272
10273 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10274
10275 * gdb.base/maint.exp: Process output from 'maint print registers'
10276 line at a time.
10277
10278 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10279
10280 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
10281 timeout.
10282
10283 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
10284
10285 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
10286 filter pattern.
10287
10288 2018-05-02 Pedro Alves <palves@redhat.com>
10289
10290 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
10291 to_log_command renames.
10292 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
10293
10294 2018-05-02 Tom Tromey <tom@tromey.com>
10295
10296 * gdb.python/py-parameter.exp: Set test message.
10297
10298 2018-05-02 Tom Tromey <tom@tromey.com>
10299
10300 PR python/20084:
10301 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
10302 PARAM_ZUINTEGER_UNLIMITED tests.
10303
10304 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
10305
10306 PR rust/23124
10307 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
10308 when casting.
10309
10310 2018-04-30 Tom Tromey <tom@tromey.com>
10311
10312 * gdb.python/py-type.exp: Check align attribute.
10313 * gdb.python/py-type.c: New "aligncheck" global.
10314
10315 2018-04-30 Tom Tromey <tom@tromey.com>
10316
10317 PR exp/17095:
10318 * gdb.dwarf2/dw2-align.exp: New file.
10319 * gdb.cp/align.exp: New file.
10320 * gdb.base/align.exp: New file.
10321 * lib/gdb.exp (gdb_int128_helper): New proc.
10322 (has_int128_c, has_int128_cxx): New caching procs.
10323
10324 2018-04-27 Tom Tromey <tom@tromey.com>
10325
10326 PR rust/22545:
10327 * gdb.rust/simple.exp: Add inclusive range tests.
10328
10329 2018-04-26 Pedro Alves <palves@redhat.com>
10330
10331 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
10332 ifunc breakpoint locations correctly of ifunc breakpoints set
10333 while the program resolves the ifunc.
10334
10335 2018-04-26 Pedro Alves <palves@redhat.com>
10336
10337 * gdb.base/gnu-ifunc-final.c: New file.
10338 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
10339 * gdb.base/gnu-ifunc.exp (executable): Delete.
10340 (staticexecutable): Adjust.
10341 (lib_opts, exec_opts): Delete.
10342 (make_binsuffix, build, set-break): New procedures.
10343 (misc_tests): New, with tests factored out from the top level.
10344 (top level): Test different combinations of ifunc resolver name,
10345 resolver with and with debug info, and ifunc target with and
10346 without debug info. Wrap static tests with with_target_prefix.
10347
10348 2018-04-26 Pedro Alves <palves@redhat.com>
10349
10350 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
10351 return type" warnings.
10352
10353 2018-04-25 Pedro Alves <palves@redhat.com>
10354
10355 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
10356 killed".
10357 * gdb.base/kill-after-signal.exp: Likewise.
10358 * gdb.threads/kill.exp: Likewise.
10359
10360 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10361 Sergio Durigan Junior <sergiodj@redhat.com>
10362 Pedro Alves <palves@redhat.com>
10363
10364 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
10365 regexps to expect for '[Inferior ... detached]' as well.
10366 * gdb.base/attach.exp: Likewise.
10367 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
10368 "gdb_continue_to_end".
10369 (test_catch_syscall_with_wrong_args): Likewise.
10370 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
10371 ']'. Don't set 'verbose' on.
10372 * gdb.base/foll-vfork.exp: Likewise.
10373 * gdb.base/fork-print-inferior-events.c: New file.
10374 * gdb.base/fork-print-inferior-events.exp: New file.
10375 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
10376 '[Inferior ... has been killed]' message.
10377 * gdb.base/kill-after-signal.exp: Likewise.
10378 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
10379 detach message.
10380 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
10381 message.
10382 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
10383 regexps to expect for '[Inferior ... detached]' as well.
10384 * gdb.threads/process-dies-while-detaching.exp: Likewise.
10385
10386 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
10387
10388 PR gdb/23104
10389 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
10390
10391 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
10392
10393 PR gdb/23095
10394 * gdb.base/break-probes.exp: Pass shlib_load to
10395 prepare_for_testing. Set normal_bp to r_debug_state if target is
10396 bsd.
10397
10398 2018-04-19 Richard Bunt <richard.bunt@arm.com>
10399
10400 * gdb.threads/multiple-successive-infcall.c: New test.
10401 * gdb.threads/multiple-successive-infcall.exp: New file.
10402
10403 2018-04-17 Tom Tromey <tom@tromey.com>
10404
10405 * gdb.rust/simple.rs (Union): New type.
10406 (main): New local "u".
10407 * gdb.rust/simple.exp (test_one_slice): Add new test case.
10408
10409 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10410
10411 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
10412 number information in output of "whereis" command.
10413 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
10414
10415 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10416
10417 * gdb.ada/info_types.exp: Adjust expected output to the line
10418 numbers now printed by "info var/func/type".
10419 * gdb.base/completion.exp: Likewise.
10420 * gdb.base/included.exp: Likewise.
10421 * gdb.cp/cp-relocate.exp: Likewise.
10422 * gdb.cp/cplusfuncs.exp: Likewise.
10423 * gdb.cp/namespace.exp: Likewise.
10424 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
10425
10426 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
10427
10428 * gdb.btrace/cpu.exp: New.
10429
10430 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
10431
10432 * gdb.base/step-indirect-call-thunk.exp: New.
10433 * gdb.base/step-indirect-call-thunk.c: New.
10434 * gdb.reverse/step-indirect-call-thunk.exp: New.
10435 * gdb.reverse/step-indirect-call-thunk.c: New.
10436
10437 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
10438
10439 * gdb.base/pie-fork.c: New file.
10440 * gdb.base/pie-fork.exp: New file.
10441
10442 2018-04-11 Tom Tromey <tom@tromey.com>
10443
10444 * gdb.rust/simple.exp: Add test for ".." struct initializer.
10445
10446 2018-04-10 Pedro Alves <palves@redhat.com>
10447
10448 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
10449 exits. Instead loop running forever.
10450 (fork_parent): Run forever too.
10451
10452 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10453
10454 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
10455 mi_continue_to_line.
10456 * gdb.mi/mi-stack.c (callee4): Add comment.
10457
10458 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10459
10460 * gdb.mi/mi-stack.exp: Fix indentation.
10461
10462 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
10463
10464 PR gdb/22979
10465 * gdb.arch/amd64-osabi.exp: New file.
10466
10467 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
10468
10469 PR gdb/22980
10470 * gdb.base/osabi.exp: New file.
10471
10472 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
10473
10474 * gdb.cp/static-typedef-print.exp: New file.
10475 * gdb.cp/static-typedef-print.cc: New file.
10476
10477 2018-03-27 Joel Brobecker <brobecker@adacore.com>
10478
10479 * gdb.ada/varsize_limit: New testcase.
10480
10481 2018-03-27 Joel Brobecker <brobecker@adacore.com>
10482
10483 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
10484
10485 * gdb.ada/notcplusplus: New testcase.
10486
10487 * gdb.base/c-linkage-name.c: New file.
10488 * gdb.base/c-linkage-name.exp: New testcase.
10489
10490 2018-03-26 Tom Tromey <tom@tromey.com>
10491
10492 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
10493 * gdb.python/py-framefilter.py (name_error): New global.
10494 (ErrorInName.function): Use name_error.
10495
10496 2018-03-26 Tom Tromey <tom@tromey.com>
10497
10498 PR backtrace/15582:
10499 * gdb.python/py-framefilter.exp: Add "bt hide" test.
10500
10501 2018-03-23 Keith Seitz <keiths@redhat.com>
10502
10503 PR c++/22968
10504 * gdb.cp/subtypes.exp: New file.
10505 * gdb.cp/subtypes.h: New file.
10506 * gdb.cp/subtypes.cc: New file.
10507 * gdb.cp/subtypes-2.cc: New file.
10508
10509 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
10510
10511 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
10512 (done): Call '_exit' not 'exit' to avoid atexit handlers.
10513 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
10514 -nostartfiles when compiling the test. Confirm that all registers
10515 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
10516
10517 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
10518
10519 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
10520 option, syntax was wrong anyway.
10521 * gdb.arch/arm-disp-step.exp: Likewise.
10522 * gdb.arch/sparc64-regs.exp: Likewise.
10523 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
10524 option, syntax was wrong anyway, switch to use
10525 prepare_for_testing.
10526 * gdb.arch/i386-disp-step.exp: Likewise.
10527
10528 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
10529
10530 * gdb.ada/exec_changed.exp: Replace "target_info exists
10531 use_gdb_stub" by "use_gdb_stub".
10532 * gdb.ada/start.exp: Likewise.
10533 * gdb.base/async-shell.exp: Likewise.
10534 * gdb.base/attach-pie-misread.exp: Likewise.
10535 * gdb.base/attach-wait-input.exp: Likewise.
10536 * gdb.base/break-entry.exp: Likewise.
10537 * gdb.base/break-interp.exp: Likewise.
10538 * gdb.base/dprintf-detach.exp: Likewise.
10539 * gdb.base/nostdlib.exp: Likewise.
10540 * gdb.base/solib-nodir.exp: Likewise.
10541 * gdb.base/statistics.exp: Likewise.
10542 * gdb.base/testenv.exp: Likewise.
10543 * gdb.mi/mi-exec-run.exp: Likewise.
10544 * gdb.mi/mi-start.exp: Likewise.
10545 * gdb.multi/dummy-frame-restore.exp: Likewise.
10546 * gdb.multi/multi-arch-exec.exp: Likewise.
10547 * gdb.multi/multi-arch.exp: Likewise.
10548 * gdb.multi/tids.exp: Likewise.
10549 * gdb.multi/watchpoint-multi.exp: Likewise.
10550 * gdb.python/py-events.exp: Likewise.
10551 * gdb.threads/attach-into-signal.exp: Likewise.
10552 * gdb.threads/attach-stopped.exp: Likewise.
10553 * gdb.threads/threadapply.exp: Likewise.
10554 * lib/selftest-support.exp: Likewise.
10555
10556 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
10557
10558 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
10559
10560 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
10561
10562 * gdb.perf/template-breakpoints.cc: New file.
10563 * gdb.perf/template-breakpoints.exp: New file.
10564 * gdb.perf/template-breakpoints.py: New file.
10565
10566 2018-03-19 Tom Tromey <tom@tromey.com>
10567
10568 * gdb.rust/simple.rs (main): Add local variables field1, field2,
10569 y0.
10570 * gdb.rust/simple.exp: Test bare identifier form of struct
10571 initializer.
10572
10573 2018-03-19 Tom Tromey <tom@tromey.com>
10574
10575 * gdb.gdb/observer.exp: Remove.
10576
10577 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10578
10579 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
10580 "qualified" option when setting breakpoints.
10581 * gdb.trace/backtrace.exp: Likewise.
10582 * gdb.trace/circ.exp: Likewise.
10583 * gdb.trace/collection.exp: Likewise.
10584 * gdb.trace/disconnected-tracing.exp: Likewise.
10585 * gdb.trace/ftrace-lock.exp: Likewise.
10586 * gdb.trace/ftrace.exp: Likewise.
10587 * gdb.trace/infotrace.exp: Likewise.
10588 * gdb.trace/packetlen.exp: Likewise.
10589 * gdb.trace/passc-dyn.exp: Likewise.
10590 * gdb.trace/qtro.exp: Likewise.
10591 * gdb.trace/read-memory.exp: Likewise.
10592 * gdb.trace/report.exp: Likewise.
10593 * gdb.trace/signal.exp: Likewise.
10594 * gdb.trace/status-stop.exp: Likewise.
10595 * gdb.trace/strace.exp: Likewise.
10596 * gdb.trace/tfind.exp: Likewise.
10597 * gdb.trace/trace-break.exp: Likewise.
10598 * gdb.trace/trace-condition.exp: Likewise.
10599 * gdb.trace/trace-mt.exp: Likewise.
10600 * gdb.trace/tstatus.exp: Likewise.
10601 * gdb.trace/tsv.exp: Likewise.
10602 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
10603 * gdb.trace/unavailable.exp: Likewise.
10604 * gdb.trace/while-dyn.exp: Likewise.
10605
10606 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10607
10608 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
10609 that libinproctrace is copied to the target.
10610
10611 2018-03-14 Tom Tromey <tom@tromey.com>
10612
10613 PR cli/14977:
10614 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
10615 a null pointer.
10616 * gdb.base/wchar.exp: Likewise.
10617
10618 2018-03-14 Tom Tromey <tom@tromey.com>
10619
10620 PR cli/19918:
10621 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
10622 flag.
10623
10624 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
10625
10626 PR gdb/22841
10627 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
10628 "target" to remote_exec.
10629
10630 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
10631
10632 PR gdb/22841
10633 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
10634 ${board}_upload): Remove.
10635
10636 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
10637
10638 * gdb.cp/watch-cp.cc: New test.
10639 * gdb.cp/watch-cp.exp: New file.
10640
10641 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10642
10643 * gdb.base/infcall-nested-structs.exp: New file.
10644 * gdb.base/infcall-nested-structs.c: New file.
10645 * gdb.base/float.exp: Add riscv support.
10646
10647 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
10648
10649 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
10650 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
10651
10652 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
10653
10654 * gdb.server/abspath.exp: New file.
10655 * lib/gdb.exp (with_cwd): New procedure.
10656
10657 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
10658
10659 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
10660 use it.
10661 (gdb_is_target_remote_prompt): New proc.
10662 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
10663 (gdb_is_target_native): Pass prompt parameter to
10664 gdb_is_target_1.
10665
10666 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
10667
10668 * gdb.base/load-command.c: New file.
10669 * gdb.base/load-command.exp: New file.
10670 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
10671 (gdb_is_target_1): ...this, and generalize for other targets
10672 than just remote.
10673 (gdb_is_target_remote): Use gdb_is_target_1.
10674 (gdb_is_target_native): use gdb_is_target_1.
10675
10676 2018-02-26 Tom Tromey <tom@tromey.com>
10677
10678 PR python/16497:
10679 * gdb.python/py-framefilter.exp: Update test.
10680
10681 2018-02-26 Tom Tromey <tom@tromey.com>
10682
10683 * gdb.dwarf2/variant.c: New file.
10684 * gdb.dwarf2/variant.exp: New file.
10685
10686 2018-02-26 Tom Tromey <tom@tromey.com>
10687
10688 * gdb.rust/simple.exp: Accept more possible results in enum test.
10689
10690 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
10691
10692 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
10693 parentheses.
10694
10695 2018-02-23 Maciej W. Rozycki <macro@mips.com>
10696
10697 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
10698 name of a variable: $actual_linejj -> $actual_line.
10699
10700 2018-02-21 John Baldwin <jhb@FreeBSD.org>
10701
10702 * gdb.arch/amd64-i386-address.exp: Fix a typo.
10703
10704 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
10705
10706 * gdb.btrace/buffer-size.exp: Do not force BTS.
10707
10708 2018-02-14 Pedro Alves <palves@redhat.com>
10709
10710 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
10711 getting a "Quit".
10712
10713 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
10714
10715 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
10716 Fix test name.
10717
10718 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
10719
10720 * gdb.cp/m-static.exp: Check type of optimized out static
10721 member.
10722
10723 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
10724
10725 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
10726 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
10727
10728 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
10729 Leszek Swirski <leszeks@google.com>
10730
10731 * gdb.python/py-prettyprint.c
10732 (struct to_string_returns_value_inner,
10733 struct to_string_returns_value_wrapper): New.
10734 (main): Add tsrvw variable.
10735 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
10736 ToStringReturnsValueWrapper): New classes.
10737 (register_pretty_printers): Register new pretty-printers.
10738 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
10739 recursive pretty printer.
10740 * gdb.python/py-mi.exp: Likewise.
10741
10742 2018-02-01 Leszek Swirski <leszeks@google.com>
10743
10744 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
10745 functions with the same name as an include file are parsed
10746 correctly.
10747
10748 2018-02-01 Yao Qi <yao.qi@linaro.org>
10749
10750 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
10751 "\[^\r\n\]*".
10752
10753 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
10754
10755 * gdb.arch/powerpc-prologue-frame.s: New file.
10756 * gdb.arch/powerpc-prologue-frame.c: Likewise.
10757 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
10758
10759 2018-01-31 Joel Brobecker <brobecker@adacore.com>
10760
10761 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
10762
10763 2018-01-30 Pedro Alves <palves@redhat.com>
10764
10765 PR gdb/13211
10766 * gdb.base/interrupt-daemon.c: New.
10767 * gdb.base/interrupt-daemon.exp: New.
10768 * gdb.multi/multi-term-settings.c: New.
10769 * gdb.multi/multi-term-settings.exp: New.
10770
10771 2018-01-30 Joel Brobecker <brobecker@adacore.com>
10772
10773 * gdb.base/break.exp: Save the location where the breakpoint
10774 on break.c:47 was actually inserted when debugging the version
10775 compiled at -O2 and use it in the expected output of the "info
10776 break" test performed soon after.
10777
10778 2018-01-22 Pedro Alves <palves@redhat.com>
10779 Sergio Durigan Junior <sergiodj@redhat.com>
10780
10781 * gdb.base/whatis.exp: Add tests for 'set print object on' +
10782 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
10783
10784 2018-01-22 Joel Brobecker <brobecker@adacore.com>
10785
10786 * gdb.base/break-include.c, gdb.base/break-include.inc,
10787 gdb.base/break-include.exp: New files.
10788 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
10789 line number now being the actual line number where the breakpoint
10790 was inserted.
10791 * gdb.mi/mi-break.exp: Likewise.
10792 * gdb.mi/mi-reverse.exp: Likewise.
10793 * gdb.mi/mi-simplerun.exp: Ditto.
10794
10795 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10796
10797 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
10798 varobj.
10799 * gdb.mi/mi-var-create-rtti.exp: Likewise.
10800
10801 2018-01-21 Don Breazeal <donb@codesourcery.com>
10802 Andrew Burgess <andrew.burgess@embecosm.com>
10803
10804 * gdb.mi/basics.c: Add new global.
10805 * gdb.mi/mi-frame-regs.exp: New file.
10806 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
10807 case.
10808
10809 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10810
10811 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
10812 non-parameter, and on an unknown symbol.
10813
10814 2018-01-19 Tom Tromey <tom@tromey.com>
10815
10816 * gdb.rust/modules.rs (TWENTY_THREE): New global.
10817 * gdb.rust/modules.exp: Add ::-qualified lookup test.
10818
10819 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10820
10821 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
10822 setrlimit and chdir to int.
10823
10824 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10825
10826 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
10827 function.
10828 (my_tend): Likewise.
10829 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
10830 rationale of avoiding FP- and vector instructions.
10831
10832 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
10833
10834 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
10835 "info reg" with "\[ \t\]*".
10836 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
10837 "\[ \t\]+".
10838 * gdb.arch/s390-multiarch.exp: Ditto.
10839 * gdb.base/pc-fp.exp: Ditto.
10840 * gdb.reverse/i386-precsave.exp: Ditto.
10841 * gdb.reverse/i386-reverse.exp: Ditto.
10842 * gdb.reverse/i387-env-reverse.exp: Ditto.
10843 * gdb.reverse/i387-stack-reverse.exp: Ditto.
10844
10845 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10846
10847 * lib/gdb.exp (gdb_compile): Re-enable use of
10848 universal_compile_options for languages other than Rust.
10849
10850 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10851
10852 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
10853
10854 2018-01-17 Mike Gulick <mgulick@mathworks.com>
10855
10856 PR gdb/16577
10857 * gdb.base/solib-vanish.exp: New.
10858 * gdb.base/solib-vanish-main.c: New.
10859 * gdb.base/solib-vanish-lib1.c: New.
10860 * gdb.base/solib-vanish-lib2.c: New.
10861
10862 2018-01-17 Yao Qi <yao.qi@linaro.org>
10863
10864 * gdb.compile/compile.exp: Match the address printed for
10865 frame in the output of command "bt".
10866
10867 2018-01-15 Tom Tromey <tom@tromey.com>
10868
10869 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
10870 compute sp_reg.
10871
10872 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
10873
10874 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
10875 to prepare.
10876 (prepare): Return 0 on error, 1 on success.
10877
10878 2018-01-12 Pedro Alves <palves@redhat.com>
10879
10880 * gdb.base/continue-after-aborted-step-over.c: New.
10881 * gdb.base/continue-after-aborted-step-over.exp: New.
10882
10883 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
10884
10885 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
10886 options when not creating an executable.
10887
10888 2018-01-11 Pedro Alves <palves@redhat.com>
10889
10890 PR remote/22597
10891 * gdb.server/stop-reply-no-thread.c: New file.
10892 * gdb.server/stop-reply-no-thread.exp: New file.
10893
10894 2018-01-10 Pedro Alves <palves@redhat.com>
10895
10896 PR gdb/22670
10897 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
10898 functions too. Test setting breakpoints and printing C functions
10899 with no debug info too.
10900 * gdb.ada/bp_c_mixed_case/qux.c: New file.
10901
10902 2018-01-10 Pedro Alves <palves@redhat.com>
10903
10904 PR gdb/22670
10905 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
10906 a fail.
10907
10908 2018-01-10 Pedro Alves <palves@redhat.com>
10909
10910 PR gdb/22670
10911 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
10912
10913 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10914
10915 * gdb.server/unittest.exp: Match the output in non-development
10916 mode.
10917
10918 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10919
10920 * gdb.gdb/unittest.exp: Match output in non-development mode.
10921
10922 2018-01-08 Joel Brobecker <brobecker@adacore.com>
10923
10924 * gdb.ada/access_tagged_param.exp: Relax expected output
10925 for value of "ObjL" in "continue" to pck.inspect breakpoint
10926 test.
10927
10928 2018-01-08 Joel Brobecker <brobecker@adacore.com>
10929
10930 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
10931 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
10932
10933 2018-01-05 Pedro Alves <palves@redhat.com>
10934
10935 PR gdb/18653
10936 * gdb.base/libsegfault.exp: New.
10937
10938 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10939
10940 PR gdb/22670
10941 * gdb.ada/access_tagged_param.exp: New file.
10942 * gdb.ada/access_tagged_param/foo.adb: New file.
10943
10944 2018-01-05 Pedro Alves <palves@redhat.com>
10945
10946 PR gdb/22670
10947 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
10948 exercise lower case too, and to exercise both full matching and
10949 wild matching.
10950
10951 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10952
10953 * gdb.ada/rename_subscript_param: New testcase.
10954
10955 2018-01-05 Jerome Guitton <guitton@adacore.com>
10956
10957 * gdb.ada/arr_acc_idx_w_gap: New testcase.
10958
10959 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10960
10961 * gdb.ada/convvar_comp: New testcase.
10962
10963 2018-01-05 Xavier Roirand <roirand@adacore.com>
10964
10965 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
10966 (My_Table): New global variable.
10967 * testsuite/gdb.ada/array_char_idx.exp: Add test.
10968
10969 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10970
10971 PR gdb/22670
10972 * gdb.ada/maint_with_ada: New testcase.
10973
10974 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10975
10976 PR gdb/22670
10977 * gdb.ada/bp_c_mixed_case: New testcase.
10978
10979 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10980
10981 PR gdb/22670
10982 * gdb.ada/complete.exp: Add "complete break ada" test.
10983
10984 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10985
10986 PR gdb/22670
10987 * gdb.ada/info_addr_mixed_case: New testcase.
10988
10989 2018-01-03 Xavier Roirand <roirand@adacore.com>
10990
10991 * gdb.ada/excep_handle.exp: New testcase.
10992 * gdb.ada/excep_handle/foo.adb: New file.
10993 * gdb.ada/excep_handle/pck.ads: New file.
10994
10995 2018-01-03 Joel Brobecker <brobecker@adacore.com>
10996
10997 * gdb.base/step-line.c: Add extra empty line in copyright header.
10998 * gdb.base/step-line.inp: Likewise.
10999
11000 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11001
11002 * gdb.ada/dyn_stride.exp: Add slice test.
11003
11004 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11005
11006 * gdb.ada/dyn_stride: New testcase.
11007
11008 2017-12-27 Stafford Horne <shorne@gmail.com>
11009
11010 * gdb.xml/extra-regs.xml: Add example foo reggroup.
11011 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
11012
11013 2017-12-27 Stafford Horne <shorne@gmail.com>
11014
11015 * gdb.base/reggroups.c: New file.
11016 * gdb.base/reggroups.exp: New file.
11017
11018 2017-12-18 Joel Brobecker <brobecker@adacore.com>
11019
11020 * gdb.dwarf2/ada-valprint-error.c: New file.
11021 * gdb.dwarf2/ada-valprint-error.exp: New file.
11022
11023 2017-12-18 Joel Brobecker <brobecker@adacore.com>
11024
11025 * gdb.ada/assign_arr: New testcase.
11026
11027 2017-12-18 Xavier Roirand <roirand@adacore.com>
11028
11029 * gdb.ada/funcall_ptr: New testcase.
11030
11031 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11032
11033 PR cli/16224
11034 * gdb.base/ptype-offsets.cc: New file.
11035 * gdb.base/ptype-offsets.exp: New file.
11036
11037 2017-12-15 Yao Qi <yao.qi@linaro.org>
11038
11039 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
11040 if XML is disabled.
11041
11042 2017-12-15 Xavier Roirand <roirand@adacore.com>
11043
11044 * gdb.ada/same_component_name: New testcase.
11045
11046 2017-12-14 Joel Brobecker <brobecker@adacore.com>
11047
11048 * gdb.ada/str_binop_equal: New testcase.
11049
11050 2017-12-14 Joel Brobecker <brobecker@adacore.com>
11051
11052 * gdb.ada/task_switch_in_core: New testcase.
11053
11054 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
11055
11056 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
11057 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
11058 call test_bkpt_qualified.
11059 (test_bkpt_qualified): New proc.
11060
11061 2017-12-13 Pedro Alves <palves@redhat.com>
11062
11063 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
11064 Tighten regexp by matching with an anchor.
11065
11066 2017-12-13 Pedro Alves <palves@redhat.com>
11067
11068 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
11069 ("expression with namespace"): New set of tests.
11070 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
11071 (Nested::Test_NS::qux): New.
11072 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
11073 defaults to 'start_quote_char' and 'end_quote_char' parameters.
11074
11075 2017-12-13 Joel Brobecker <brobecker@adacore.com>
11076
11077 * gdb.base/server-del-break.c: New file.
11078 * gdb.base/server-del-break.exp: New file.
11079
11080 2017-12-12 Stafford Horne <shorne@gmail.com>
11081
11082 * gdb.xml/tdesc-regs.exp: Add or1k support.
11083
11084 2017-12-12 Stafford Horne <shorne@gmail.com>
11085
11086 * gdb.base/bp-permanent.c: Define nop of or1k.
11087
11088 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11089
11090 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
11091 output with components being reordered.
11092
11093 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11094
11095 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
11096 output with components being reordered.
11097
11098 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11099 Pedro Alves <palves@redhat.com>
11100
11101 * gdb.base/maint.exp (check for .gdb_index): Check also for
11102 .debug_names.
11103 * gdb.dlang/watch-loc.c (.debug_aranges): New.
11104 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
11105 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
11106 (.gdb_index used after symbol reloading): Support also .debug_names.
11107 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
11108
11109 2017-12-08 Yao Qi <yao.qi@linaro.org>
11110
11111 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11112 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
11113
11114 2017-12-08 Yao Qi <yao.qi@linaro.org>
11115
11116 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11117 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
11118
11119 2017-12-08 Yao Qi <yao.qi@linaro.org>
11120
11121 * gdb.arch/aarch64-tagged-pointer.c: New file.
11122 * gdb.arch/aarch64-tagged-pointer.exp: New file.
11123
11124 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
11125
11126 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
11127 "int".
11128
11129 2017-12-07 Keith Seitz <keiths@redhat.com>
11130
11131 PR breakpoints/22569
11132 * gdb.linespec/ls-errs.exp: Change expected result of "break
11133 -source this file has spaces.c -line 3".
11134 Check that an explicit source file followed by whitespace is
11135 identified as an invalid explicit location.
11136
11137 2017-12-07 Keith Seitz <keiths@redhat.com>
11138
11139 * gdb.cp/nested-types.cc: New file.
11140 * gdb.cp/nested-types.exp: New file.
11141 * lib/cp-support.exp: Load data-structures.exp library.
11142 (debug_cp_test_ptype_class): New global.
11143 (cp_ptype_class_verbose, next_line): New procedures.
11144 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
11145 Add and document new return value.
11146 Switch the list of lines to a queue.
11147 Add support for new `type' key for nested type definitions.
11148 Add debugging/troubleshooting messages.
11149 * lib/data-structures.exp: New file.
11150
11151 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
11152
11153 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
11154 with proc_with_prefix, don't use with_test_prefix.
11155
11156 2017-12-07 Tom Tromey <tom@tromey.com>
11157
11158 * gdb.base/break.exp: Add test for empty "commands".
11159
11160 2017-12-07 Yao Qi <yao.qi@linaro.org>
11161
11162 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
11163 malloc and catch syscall.
11164
11165 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
11166
11167 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
11168 tests for explicit locations.
11169
11170 2017-12-06 Pedro Alves <palves@redhat.com>
11171
11172 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
11173 force-disabling XML descriptions.
11174
11175 2017-12-04 Pedro Alves <palves@redhat.com>
11176
11177 PR gdb/22499
11178 * gdb.arch/amd64-disp-step-avx.S: New file.
11179 * gdb.arch/amd64-disp-step-avx.exp: New file.
11180
11181 2017-12-03 Pedro Alves <palves@redhat.com>
11182
11183 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
11184 and <string.h>.
11185 (parent_function): Print distinct messages when waitpid fails, or
11186 the child exits with a signal, or the child exits for an unhandled
11187 reason.
11188 * gdb.threads/process-dies-while-detaching.exp
11189 (detach_and_expect_exit): New 'inf_output_re' parameter and use
11190 it. Wait for both inferior output and GDB's prompt. Use an
11191 indirect spawn id list.
11192 (do_detach): New parameter 'child_exit'. Use it to compute
11193 expected inferior output.
11194 (test_detach, test_detach_watch, test_detach_killed_outside):
11195 Adjust to pass down the expected child exit kind.
11196
11197 2017-12-01 Joel Brobecker <brobecker@adacore.com>
11198 Sergio Durigan Junior <sergiodj@redhat.com>
11199 Pedro Alves <palves@redhat.com>
11200
11201 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
11202
11203 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
11204
11205 * gdb.base/relocate.exp: Add tests to guarantee that arguments
11206 to 'symbol-file' and 'add-symbol-file' can be
11207 position-independent.
11208
11209 2017-12-01 Yao Qi <yao.qi@linaro.org>
11210
11211 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
11212 the URL in copyright header.
11213 * gdb.arch/aarch64-fp.exp: Likewise.
11214 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
11215 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
11216 * gdb.base/expand-psymtabs.exp: Likewise.
11217 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
11218 * gdb.fortran/common-block.exp: Likewise.
11219 * gdb.fortran/common-block.f90: Likewise.
11220 * gdb.fortran/logical.exp: Likewise.
11221 * gdb.fortran/vla-datatypes.f90: Likewise.
11222 * gdb.fortran/vla-sub.f90: Likewise.
11223
11224 2017-11-30 Joel Brobecker <brobecker@adacore.com>
11225
11226 * gdb.ada/repeat_dyn: New testcase.
11227
11228 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
11229
11230 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
11231 Update for changed thread numbering.
11232 * gdb.cell/bt.exp: Update for changed GDB output.
11233
11234 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
11235
11236 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
11237 setting isremote by hand.
11238 * boards/dwarf4-gdb-index.exp: Likewise.
11239 * boards/fission.exp: Likewise.
11240 * boards/stabs.exp: Likewise.
11241
11242 2017-11-30 Pedro Alves <palves@redhat.com>
11243
11244 * gdb.linespec/cpls-ops.exp
11245 (check_explicit_skips_function_argument): Extract the underlying
11246 type of size_t instead of hardcoding it.
11247
11248 2017-11-29 Pedro Alves <palves@redhat.com>
11249
11250 PR c++/19436
11251 * gdb.linespec/cpls-abi-tag.cc: New file.
11252 * gdb.linespec/cpls-abi-tag.exp: New file.
11253
11254 2017-11-29 Pedro Alves <palves@redhat.com>
11255
11256 * gdb.base/langs.exp: Use -qualified.
11257 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
11258 it.
11259 * gdb.cp/namespace.exp: Use -qualified.
11260 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
11261 (overload-3, template-overload, template-ret-type, const-overload)
11262 (const-overload-quoted, anon-ns, ambiguous-prefix): New
11263 procedures.
11264 (test_driver): Call them.
11265 * gdb.cp/save-bp-qualified.cc: New.
11266 * gdb.cp/save-bp-qualified.exp: New.
11267 * gdb.linespec/explicit.exp: Test -qualified.
11268 * lib/completion-support.exp (completion::explicit_opts_list): Add
11269 "-qualified".
11270 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
11271
11272 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
11273
11274 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
11275
11276 2017-11-29 Tom Tromey <tom@tromey.com>
11277
11278 * gdb.base/relocate.exp: Update invalid argument test.
11279 Add new tests for invalid arguments.
11280
11281 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
11282
11283 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
11284 Return 0 as a long.
11285 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
11286
11287 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
11288
11289 * gdb.cp/breakpoint.cc (bar): Set return type to void.
11290 * gdb.cp/psymtab-parameter.cc (func): Likewise.
11291 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
11292 func ().
11293 * gdb.cp/shadow.cc (B.func): Return 0.
11294
11295 2017-11-27 Joel Brobecker <brobecker@adacore.com>
11296
11297 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
11298 expected output in gdb_expect call to allow the exception
11299 message to be present as well. Fix syntax confusion to avoid
11300 TCL thinking that exception_name is an array.
11301
11302 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
11303
11304 * gdb.arch/spu-info.c: Include <unistd.h>.
11305 (do_signal_test): Fix broken calls to write.
11306 * gdb.arch/spu-info.exp: Use prepare_for_testing.
11307 Fix checks for empty mailboxes. Update signal tests for corrected
11308 do_signal_test routine. Allow nonzero event status.
11309 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
11310 * gdb.cell/arch.exp: Use standard_output_file.
11311 * gdb.cell/break.exp: Likewise.
11312 * gdb.cell/bt.exp: Likewise.
11313 * gdb.cell/core.exp: Likewise.
11314 * gdb.cell/dwarfaddr.exp: Likewise.
11315 * gdb.cell/ea-cache.exp: Likewise.
11316 * gdb.cell/ea-standalone.exp: Likewise.
11317 * gdb.cell/f-regs.exp: Likewise.
11318 * gdb.cell/fork.exp: Likewise.
11319 * gdb.cell/gcore.exp: Likewise.
11320 * gdb.cell/mem-access.exp: Likewise.
11321 * gdb.cell/ptype.exp: Likewise.
11322 * gdb.cell/registers.exp: Likewise.
11323 * gdb.cell/sizeof.exp: Likewise.
11324 * gdb.cell/solib-symbol.exp: Likewise.
11325 * gdb.cell/solib.exp: Likewise.
11326
11327 2017-11-25 Pedro Alves <palves@redhat.com>
11328
11329 * gdb.base/complete-empty.exp: New file.
11330 * gdb.base/completion.exp: Adjust.
11331
11332 2017-11-25 Pedro Alves <palves@redhat.com>
11333
11334 * gdb.linespec/cpls-ops.cc: New file.
11335 * gdb.linespec/cpls-ops.exp: New file.
11336 * lib/completion-support.exp (test_complete_prefix_range_re): New,
11337 factored out from ...
11338 (test_complete_prefix_range): ... this.
11339
11340 2017-11-24 Pedro Alves <palves@redhat.com>
11341
11342 * gdb.linespec/cpcompletion.exp: New file.
11343 * gdb.linespec/cpls-hyphen.cc: New file.
11344 * gdb.linespec/cpls.cc: New file.
11345 * gdb.linespec/cpls2.cc: New file.
11346 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
11347 test to use test_gdb_complete_unique. Add label completion,
11348 keyword completion and explicit location completion tests.
11349 * lib/completion-support.exp: New file.
11350
11351 2017-11-24 Joel Brobecker <brobecker@adacore.com>
11352
11353 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
11354 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
11355 when hitting an exception catchpoint.
11356
11357 2017-11-22 Yao Qi <yao.qi@linaro.org>
11358
11359 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
11360
11361 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
11362
11363 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
11364 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
11365 * gdb.dwarf2/info-locals-optimized-out.c: New file.
11366
11367 2017-11-22 Yao Qi <yao.qi@linaro.org>
11368
11369 * gdb.base/info-os.exp: Pass pthreads.
11370 * gdb.multi/multi-attach.exp: Likewise.
11371
11372 2017-11-22 Yao Qi <yao.qi@linaro.org>
11373
11374 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
11375 compiler.
11376
11377 2017-11-22 Yao Qi <yao.qi@linaro.org>
11378
11379 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
11380 * gdb.base/break-interp.exp: Likewise.
11381 * gdb.base/jit-attach-pie.exp: Likewise.
11382
11383 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
11384
11385 * gdb.base/float128.c (large128): New variable.
11386 * gdb.base/float128.exp: Add test to print largest __float128 value.
11387
11388 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
11389
11390 * gdb.arch/vsx-regs.exp: Update register content checks.
11391
11392 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
11393
11394 * gdb.arch/ppc-longdouble.exp: New file.
11395 * gdb.arch/ppc-longdouble.c: Likewise.
11396
11397 2017-11-21 Pedro Alves <palves@redhat.com>
11398
11399 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
11400
11401 2017-11-20 Pedro Alves <palves@redhat.com>
11402
11403 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
11404 (long_double_typedef): New typedefs.
11405 Use DEF on double and long double.
11406 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
11407 cases.
11408 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
11409 and 'long_double_ptr_same_size' locals. Use them to decide
11410 whether cast from array/function to float is valid/invalid.
11411
11412 2017-11-17 Tom Tromey <tom@tromey.com>
11413
11414 * gdb.rust/traits.rs: New file.
11415 * gdb.rust/traits.exp: New file.
11416
11417 2017-11-17 Joel Brobecker <brobecker@adacore.com>
11418
11419 * gdb.ada/minsyms: New testcase.
11420
11421 2017-11-16 Pedro Alves <palves@redhat.com>
11422
11423 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
11424 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
11425
11426 2017-11-16 Pedro Alves <palves@redhat.com>
11427
11428 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
11429 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
11430
11431 2017-11-16 Pedro Alves <palves@redhat.com>
11432
11433 * gdb.server/reconnect-ctrl-c.c: New file.
11434 * gdb.server/reconnect-ctrl-c.exp: New file.
11435
11436 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
11437
11438 * gdb.python/py-rbreak.exp: New file.
11439 * gdb.python/py-rbreak.c: New file.
11440 * gdb.python/py-rbreak-func2.c: New file.
11441
11442 2017-11-16 Pedro Alves <palves@redhat.com>
11443
11444 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
11445 pattern.
11446 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
11447 GDB.
11448
11449 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
11450
11451 * gdb.tui/completionn.exp (test_tab_completion): Add space in
11452 regex.
11453
11454 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
11455
11456 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
11457 test names.
11458
11459 2017-11-09 Pedro Alves <palves@redhat.com>
11460
11461 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
11462 factored out from ...
11463 (top level): ... here, and adjusted to avoid expecting beyond the
11464 prompt in a single gdb_test_multiple.
11465
11466 2017-11-09 Pedro Alves <palves@redhat.com>
11467
11468 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
11469 output.
11470 * gdb.server/ext-attach.exp ("kill" test): Likewise.
11471 * gdb.server/ext-restart.exp ("kill" test): Likewise.
11472 * gdb.server/ext-run.exp ("kill" test): Likewise.
11473 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
11474
11475 2017-11-09 Pedro Alves <palves@redhat.com>
11476
11477 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
11478 match till end of line.
11479
11480 2017-11-09 Pedro Alves <palves@redhat.com>
11481
11482 * gdb.base/memattr.exp: Tighten regexes to match the end line.
11483
11484 2017-11-09 Pedro Alves <palves@redhat.com>
11485
11486 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
11487 New procedures, factored out from ...
11488 (top level): ... here, and adjusted to avoid expecting beyond the
11489 prompt in one go.
11490
11491 2017-11-09 Pedro Alves <palves@redhat.com>
11492
11493 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
11494 output. Fix '?' match.
11495
11496 2017-11-08 Joel Brobecker <brobecker@adacore.com>
11497
11498 * gdb.ada/scoped_watch: New testcase.
11499 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
11500 which is actually correct.
11501 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
11502 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
11503
11504 2017-11-08 Pedro Alves <palves@redhat.com>
11505
11506 * gdb.gdb/complaints.exp (test_initial_complaints)
11507 (test_serial_complaints, test_short_complaints): Call
11508 complaint_internal instead of complaint.
11509
11510 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
11511
11512 * gdb.threads/tls-core.c: New file.
11513 * gdb.threads/tls-core.exp: Likewise.
11514
11515 2017-11-08 Pedro Alves <palves@redhat.com>
11516
11517 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
11518 (p Exported_Capitalized): New test.
11519 (p exported_capitalized): New test.
11520
11521 2017-11-07 Pedro Alves <palves@redhat.com>
11522
11523 * gdb.cp/ena-dis-br-range.exp: Add more tests.
11524
11525 2017-11-07 Pedro Alves <palves@redhat.com>
11526
11527 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
11528 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
11529 (disable_invalid, disable_inverted, disable_negative): New
11530 procedures.
11531 ("bad numbers"): New set of tests.
11532
11533 2017-11-07 Pedro Alves <palves@redhat.com>
11534
11535 * gdb.cp/ena-dis-br-range.exp: Add tests.
11536
11537 2017-11-07 Pedro Alves <palves@redhat.com>
11538
11539 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
11540
11541 2017-11-07 Xavier Roirand <roirand@adacore.com>
11542 Pedro Alves <palves@redhat.com>
11543
11544 * gdb.base/ena-dis-br.exp: Add reference to
11545 gdb.cp/ena-dis-br-range.exp.
11546 * gdb.cp/ena-dis-br-range.exp: New file.
11547 * gdb.cp/ena-dis-br-range.cc: New file.
11548
11549 2017-11-06 Pedro Alves <palves@redhat.com>
11550
11551 * gdb.base/attach-non-pgrp-leader.c: New.
11552 * gdb.base/attach-non-pgrp-leader.exp: New.
11553
11554 2017-11-06 Pedro Alves <palves@redhat.com>
11555
11556 * configure.ac: No longer check for termio.h and sgtty.h.
11557 * configure: Regenerate.
11558 * remote-utils.c: Include termios.h instead of gdb_termios.h.
11559 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
11560 Remove termio and sgtty code.
11561
11562 2017-11-03 Yao Qi <yao.qi@linaro.org>
11563
11564 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
11565 in GDB is disabled.
11566
11567 2017-11-03 Yao Qi <yao.qi@linaro.org>
11568
11569 * gdb.python/py-thrhandle.exp: Skip it if python is not
11570 enabled.
11571
11572 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
11573
11574 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
11575 as a breakpoint command.
11576
11577 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
11578
11579 PR python/21213
11580 * gdb.python/py-infthread.exp: Test calling
11581 InferiorThread.inferior () multiple times in a row.
11582
11583 2017-10-27 Keith Seitz <keiths@redhat.com>
11584
11585 * gdb.opt/inline-break.exp (break_info_1): New procedure.
11586 Test "info break" for every inlined function breakpoint.
11587
11588 2017-10-27 Yao Qi <yao.qi@linaro.org>
11589
11590 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
11591
11592 2017-10-26 Patrick Frants <osscontribute@gmail.com>
11593
11594 * gdb.cp/classes.exp (test_static_members): Test printing
11595 Outer::instance.
11596 * gdb.cp/classes.c (struct Inner, struct Outer): New.
11597 (Inner::instance, Outer::instance): New.
11598
11599 2017-10-24 Pedro Alves <palves@redhat.com>
11600
11601 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
11602 extra console" test in two stages.
11603
11604 2017-10-24 Pedro Alves <palves@redhat.com>
11605
11606 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
11607
11608 2017-10-24 Pedro Alves <palves@redhat.com>
11609
11610 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
11611 loop.
11612
11613 2017-10-24 Pedro Alves <palves@redhat.com>
11614
11615 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
11616 $attempt" and "stoppedtry $stoppedtry" test prefixes.
11617
11618 2017-10-24 Pedro Alves <palves@redhat.com>
11619
11620 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
11621 parameter and handle it. Don't output read value in test name.
11622
11623 2017-10-24 Pedro Alves <palves@redhat.com>
11624
11625 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
11626 custom test name.
11627
11628 2017-10-24 Pedro Alves <palves@redhat.com>
11629
11630 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
11631 include the unstable output directory name in the test's name.
11632 (initial_setup_simple) <'set args'>: Use custom test name.
11633
11634 2017-10-24 Pedro Alves <palves@redhat.com>
11635
11636 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
11637 with explicit test name.
11638
11639 2017-10-20 Pedro Alves <palves@redhat.com>
11640
11641 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
11642 'wait -i'. Use gdb_assert and remote_close.
11643
11644 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
11645
11646 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
11647 number from variable rather than hard-coded.
11648
11649 2017-10-19 Pedro Alves <palves@redhat.com>
11650
11651 * gdb.base/long-inferior-output.c: New file.
11652 * gdb.base/long-inferior-output.exp: New file.
11653
11654 2017-11-18 Keith Seitz <keiths@redhat.com>
11655
11656 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
11657 method.
11658 (main): Call it.
11659 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
11660 Add additional user-defined conversion operator tests.
11661
11662 2017-10-17 Pedro Alves <palves@redhat.com>
11663
11664 * boards/native-stdio-gdbserver.exp: Load "local-board".
11665
11666 2017-10-17 Pedro Alves <palves@redhat.com>
11667
11668 * gdb.base/quit-live.c: New file.
11669 * gdb.base/quit-live.exp: New file.
11670
11671 2017-10-16 Keith Seitz <keiths@redhat.com>
11672
11673 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
11674 (class_with_protected_typedef, class_with_private_typedef)
11675 (struct_with_public_typedef, struct_with_protected_typedef)
11676 (struct_with_private_typedef): New classes/structs.
11677 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
11678 typedefs and access specifiers.
11679
11680 2017-10-16 Pedro Alves <palves@redhat.com>
11681 Simon Marchi <simon.marchi@polymtl.ca>
11682
11683 * README (Local vs Remote vs Native): New section.
11684 * boards/local-board.exp: New file, with bits factored out from
11685 ...
11686 * boards/native-extended-gdbserver.exp: ... here. Load
11687 "local-board".
11688 * boards/native-gdbserver.exp: Load "local-board".
11689 (${board}_spawn, ${board}_exec): Delete.
11690 * boards/native-stdio-gdbserver.exp: Most contents factored out to
11691 ...
11692 * boards/stdio-gdbserver-base.exp: ... this new file.
11693 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
11694 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
11695 procedure.
11696 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
11697 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
11698 stdio_gdbserver_command.
11699 (${board}_get_remote_address, ${board}_get_comm_port)
11700 (${board}_download, ${board}_upload): Delete.
11701 (get_target_remote_pipe_cmd): New.
11702
11703 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
11704
11705 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
11706 test_bkpt_deletion, test_bkpt_cond_and_cmds,
11707 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
11708 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
11709 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
11710 remove with_test_prefix.
11711
11712 2017-10-13 Pedro Alves <palves@redhat.com>
11713
11714 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
11715 * gdb.base/annota1.exp: Use it instead of is_remote.
11716 * gdb.base/annota3.exp: Use it instead of is_remote.
11717 * gdb.cp/annota2.exp: Use it instead of is_remote.
11718 * gdb.cp/annota3.exp: Use it instead of is_remote.
11719 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
11720
11721 2017-10-13 Pedro Alves <palves@redhat.com>
11722
11723 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
11724 (test_num_test_vars, run_and_count_vars, find_env)
11725 (test_set_unset_env, test_inherit_env_var): New procedures.
11726 (top level): Use them.
11727
11728 2017-10-13 Pedro Alves <palves@redhat.com>
11729
11730 * lib/selftest-support.exp (selftest_setup): Extend comments, and
11731 also skip on stub-like targets.
11732
11733 2017-10-13 Pedro Alves <palves@redhat.com>
11734
11735 PR gdb/22293
11736 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
11737 (top level): Move some tests to ...
11738 (test_not_found): ... this new procedure.
11739 (top level): Call it.
11740
11741 2017-10-13 Pedro Alves <palves@redhat.com>
11742
11743 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
11744 expect different "info terminal" output if testing with a
11745 non-native target.
11746
11747 2017-10-13 Pedro Alves <palves@redhat.com>
11748 Simon Marchi <simon.marchi@polymtl.ca>
11749
11750 PR python/12966
11751 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
11752
11753 2017-10-13 Pedro Alves <palves@redhat.com>
11754
11755 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
11756 already.
11757
11758 2017-10-13 Pedro Alves <palves@redhat.com>
11759
11760 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
11761 is_remote.
11762
11763 2017-10-13 Pedro Alves <palves@redhat.com>
11764
11765 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
11766 is_remote.
11767
11768 2017-10-13 Pedro Alves <palves@redhat.com>
11769
11770 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
11771 is set.
11772 (corefile_test_attach): Likewise. Check can_spawn_for_attach
11773 instead of is_remote.
11774
11775 2017-10-13 Pedro Alves <palves@redhat.com>
11776
11777 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
11778 (top level): Add comment.
11779
11780 2017-10-13 Pedro Alves <palves@redhat.com>
11781
11782 * gdb.base/remote.exp (top level): Fix comment typo and add
11783 missing return.
11784
11785 2017-10-13 Pedro Alves <palves@redhat.com>
11786 Simon Marchi <simon.marchi@polymtl.ca>
11787
11788 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
11789 calls and add comments. Skip test if use_gdb_stub is set.
11790 (top level): Use "set cwd" command instead of "cd" command.
11791
11792 2017-10-13 Pedro Alves <palves@redhat.com>
11793
11794 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
11795 is_remote target check.
11796
11797 2017-10-13 Pedro Alves <palves@redhat.com>
11798
11799 * gdb.base/scope.exp: Use build_executable + clean_restart +
11800 gdb_file_cmd instead of prepare_for_testing and no longer skip
11801 "before run" tests on is_remote target boards. Update comments.
11802 * boards/native-extended-gdbserver.exp
11803 (extended_gdbserver_load_last_file): New, factored out from ...
11804 (gdb_load): ... this. Move further below and add comment.
11805 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
11806
11807 2017-10-12 Pedro Alves <palves@redhat.com>
11808
11809 * gdb.base/attach.exp: Remove references to gdb64.
11810 * gdb.base/dbx.exp: Remove references to gdb64.
11811
11812 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11813 Pedro Alves <palves@redhat.com>
11814
11815 * gdb.base/label.exp: Remove is_remote target check.
11816
11817 2017-10-12 Pedro Alves <palves@redhat.com>
11818
11819 * gdb.base/auvx.exp (coredir): Update comment.
11820 (top level) <core_works>: Use "set cwd" command instead of "cd"
11821 command.
11822
11823 2017-10-12 Pedro Alves <palves@redhat.com>
11824 Simon Marchi <simon.marchi@polymtl.ca>
11825
11826 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
11827 target boards.
11828
11829 2017-10-12 Pedro Alves <palves@redhat.com>
11830 Simon Marchi <simon.marchi@polymtl.ca>
11831
11832 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
11833 Instead skip if there's any gdb_protocol set.
11834
11835 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11836 Pedro Alves <palves@redhat.com>
11837
11838 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
11839
11840 2017-10-12 Pedro Alves <palves@redhat.com>
11841 Simon Marchi <simon.marchi@polymtl.ca>
11842
11843 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
11844 instead of on dejagnu remote boards.
11845
11846 2017-10-12 Pedro Alves <palves@redhat.com>
11847 Simon Marchi <simon.marchi@polymtl.ca>
11848
11849 * gdb.base/inferior-died.exp: Remove is_remote and isnative
11850 checks. Use build_executable + clean_restart instead of
11851 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
11852 of enabling non-stop after starting gdb.
11853
11854 2017-10-12 Pedro Alves <palves@redhat.com>
11855
11856 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
11857 * gdb.threads/non-ldr-exc-2.exp: Ditto.
11858 * gdb.threads/non-ldr-exc-3.exp: Ditto.
11859 * gdb.threads/non-ldr-exc-4.exp: Ditto.
11860
11861 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
11862
11863 * gdb.arch/arc-tdesc-cpu.exp: New file.
11864 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
11865
11866 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
11867
11868 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
11869
11870 2017-10-10 Pedro Alves <palves@redhat.com>
11871
11872 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
11873 expect CLI output.
11874
11875 2017-10-10 Pedro Alves <palves@redhat.com>
11876
11877 * lib/selftest-support.exp (selftest_setup): Update for
11878 captured_command_loop's prototype change.
11879
11880 2017-10-09 Pedro Alves <palves@redhat.com>
11881
11882 Test both arch1=>arch2 and arch2=>arch1.
11883
11884 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
11885 (srcfile2, binfile2, march1, march2): Remove globals. Largely
11886 factored out to...
11887 (append_arch1_options, append_arch2_options, append_arch_options)
11888 (build_executables): New procedures.
11889 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
11890 local.
11891 (top level): Add new 'first_arch' testing axis.
11892
11893 2017-10-09 Pedro Alves <palves@redhat.com>
11894
11895 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
11896 (barrier): New.
11897 (thread_start, all_started): New functions.
11898 (main): Spawn new thread and wait until it is scheduled.
11899 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
11900 option.
11901 (do_test): Add 'selected_thread' parameter. Run to all_started
11902 instead of main. Explicitly set the breakpoint at main. Switch
11903 to the SELECTED_THREAD thread.
11904 (top level): Test handling the exec event with either the main
11905 thread or the second thread selected.
11906
11907 2017-10-09 Pedro Alves <palves@redhat.com>
11908
11909 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
11910 logic. Move STOP marker after the value checks.
11911 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
11912 regexp.
11913
11914 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
11915
11916 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
11917
11918 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
11919
11920 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
11921 integer-to-dfp conversion.
11922 * gdb.base/dfp-test.exp: Likewise.
11923
11924 2017-10-04 Pedro Alves <palves@redhat.com>
11925
11926 * gdb.multi/hangout.c: Include <unistd.h>.
11927 (hangout_loop): New function.
11928 (main): Call alarm. Call hangout_loop in a loop.
11929 * gdb.multi/hello.c: Include <unistd.h>.
11930 (hello_loop): New function.
11931 (main): Call alarm. Call hangout_loop in a loop.
11932 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
11933 inferior with the other selected.
11934
11935 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
11936
11937 * gdb.mi/list-thread-groups-available.exp: New file.
11938 * gdb.mi/list-thread-groups-available.c: New file.
11939
11940 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11941
11942 * gdb.base/set-cwd.exp: Make it available on
11943 native-extended-gdbserver.
11944
11945 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11946
11947 * gdb.base/set-cwd.c: New file.
11948 * gdb.base/set-cwd.exp: Likewise.
11949
11950 2017-10-02 Tom Tromey <tom@tromey.com>
11951
11952 PR rust/22236:
11953 * gdb.rust/simple.rs (main): New variable "fslice".
11954 * gdb.rust/simple.exp: Add slice tests. Update string tests.
11955
11956 2017-10-02 Tom Tromey <tom@tromey.com>
11957
11958 * gdb.rust/simple.exp: Test ptype of a slice.
11959
11960 2017-10-02 Tom Tromey <tom@tromey.com>
11961
11962 * gdb.rust/simple.exp: Test index of slice.
11963
11964 2017-09-27 Tom Tromey <tom@tromey.com>
11965
11966 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
11967
11968 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
11969 Pedro Alves <palves@redhat.com>
11970
11971 * gdb.base/compare-sections.exp (get value of read-only section): Read
11972 as unsigned value.
11973 (corrupt read-only section): Likewise and don't set written if patching
11974 failed.
11975
11976 2017-09-21 Kevin Buettner <kevinb@redhat.com>
11977
11978 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
11979 files.
11980
11981 2017-09-20 Pedro Alves <palves@redhat.com>
11982
11983 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
11984 symbol names in gdb's output.
11985 * gdb.cp/overload.exp ("list all overloads"): Likewise.
11986
11987 2017-09-20 Pedro Alves <palves@redhat.com>
11988
11989 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
11990 Rename to ...
11991 (test_list_ambiguous_symbol): ... this and add a symbol name
11992 parameter. Adjust.
11993 (test_list_ambiguous_function): Reimplement on top of
11994 test_list_ambiguous_symbol and also test listing ambiguous
11995 variables.
11996 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
11997 (ambiguous_fun): ... this.
11998 (ambiguous_var): New.
11999 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
12000 (ambiguous_fun): ... this.
12001 (ambiguous_var): New.
12002
12003 2017-09-19 John Baldwin <jhb@FreeBSD.org>
12004
12005 * gdb.base/starti.c: New file.
12006 * gdb.base/starti.exp: New file.
12007 * lib/gdb.exp (gdb_starti_cmd): New procedure.
12008
12009 2017-09-14 Pedro Alves <palves@redhat.com>
12010
12011 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
12012 (top level): Use it instead of runto.
12013
12014 2017-09-11 Tom Tromey <tom@tromey.com>
12015
12016 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
12017
12018 2017-09-11 Tom Tromey <tom@tromey.com>
12019
12020 * gdb.python/py-infthread.exp: Add tests for new_thread event.
12021 * gdb.python/py-inferior.exp: Add tests for new inferior events.
12022
12023 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
12024
12025 * gdb.fortran/printing-types.exp: New file.
12026 * gdb.fortran/printing-types.exp: New file.
12027
12028 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12029
12030 * gdb.fortran/vla-ptype.exp: Fix typos.
12031 * gdb.fortran/vla-value.exp: Same.
12032
12033 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12034
12035 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
12036 * gdb.mi/mi-var-child-f.exp: Likewise.
12037 * gdb.mi/mi-vla-fortran.exp: Likewise.
12038
12039 2017-09-08 Frank Penczek <frank.penczek@intel.com>
12040 Christoph Weinmann <christoph.t.weinmann@intel.com>
12041 Bernhard Heckel <bernhard.heckel@intel.com>
12042
12043 * gdb.fortran/ptr-indentation.f90: New file.
12044 * gdb.fortran/ptr-indentation.exp: New file.
12045
12046 2017-09-05 Tom Tromey <tom@tromey.com>
12047
12048 PR gdb/22010:
12049 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
12050
12051 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
12052
12053 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
12054
12055 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12056
12057 * gdb.threads/tls-nodebug-pie.c: New file.
12058 * gdb.threads/tls-nodebug-pie.exp: New file.
12059
12060 2017-09-05 Tom Tromey <tom@tromey.com>
12061
12062 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
12063 for rust.
12064
12065 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
12066
12067 * gdb.multi/multi-arch-exec.exp: Test with different
12068 "follow-exec-mode" settings.
12069 (do_test): New procedure.
12070
12071 2017-09-04 Pedro Alves <palves@redhat.com>
12072
12073 * gdb.base/func-static.c (S::method const, S::method volatile)
12074 (S::method volatile const): New methods.
12075 (c_s, v_s, cv_s): New instances.
12076 (main): Call method() on them.
12077 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
12078 (cannot_resolve): New procedure.
12079 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
12080 print-quote-unquoted columns.
12081 (do_test): Test printing each scope too.
12082
12083 2017-09-04 Pedro Alves <palves@redhat.com>
12084
12085 * gdb.base/local-static.exp: Also test with
12086 class::method::variable wholly quoted.
12087 * gdb.cp/m-static.exp (class::method::variable): Remove test.
12088
12089 2017-09-04 Pedro Alves <palves@redhat.com>
12090
12091 * gdb.base/local-static.c: New.
12092 * gdb.base/local-static.cc: New.
12093 * gdb.base/local-static.exp: New.
12094
12095 2017-09-04 Pedro Alves <palves@redhat.com>
12096
12097 * gdb.asm/asm-source.exp: Add casts to int.
12098 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
12099 (dataglobal64_1, dataglobal64_2): New globals.
12100 * gdb.base/nodebug.exp: Test different expressions involving the
12101 new globals, with print, whatis and ptype. Add casts to int.
12102 * gdb.base/solib-display.exp: Add casts to int.
12103 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
12104 * gdb.cp/m-static.exp: Add cast to int.
12105 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
12106 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
12107 tls variable with no debug info without a cast. Test with a cast
12108 to int too.
12109 * gdb.trace/entry-values.exp: Add casts.
12110
12111 2017-09-04 Pedro Alves <palves@redhat.com>
12112
12113 * gdb.base/nodebug.exp: Test that ptype's error about functions
12114 with unknown return type includes the function name too.
12115
12116 2017-09-04 Pedro Alves <palves@redhat.com>
12117
12118 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
12119 return type of munmap in infcall.
12120 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
12121 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
12122 type of ftell in infcall.
12123 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
12124 type of getpid in infcall.
12125 * gdb.base/infcall-exec.exp: Cast return type of execlp in
12126 infcall.
12127 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
12128 Bail on failure to extract the pid.
12129 * gdb.base/nodebug.c: #include <stdint.h>.
12130 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
12131 New functions.
12132 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
12133 Change expected output of print/whatis/ptype with functions with
12134 no debug info. Test all supported languages. Call
12135 test_call_promotion.
12136 * gdb.compile/compile.exp: Adjust expected output to expect
12137 warning.
12138 * gdb.threads/siginfo-threads.exp: Likewise.
12139
12140 2017-09-04 Pedro Alves <palves@redhat.com>
12141
12142 * gdb.base/callfuncs.exp (do_function_calls): New parameter
12143 "prototypes". Test calling float functions via prototyped and
12144 unprototyped function pointers.
12145 (perform_all_tests): New parameter "prototypes". Pass it down.
12146 (top level): Pass down "prototypes" parameter to
12147 perform_all_tests.
12148
12149 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12150
12151 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
12152 Test with nested loops.
12153
12154 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12155
12156 * gdb.base/commands.exp: Call the new procedures.
12157 (loop_break_test, loop_continue_test): New procedures.
12158
12159 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12160
12161 * gdb.base/commands.exp: Call new procedure.
12162 (define_if_without_arg_test): New procedure.
12163
12164 2017-09-04 Pedro Alves <palves@redhat.com>
12165
12166 * gdb.base/list-ambiguous.exp: New file.
12167 * gdb.base/list-ambiguous0.c: New file.
12168 * gdb.base/list-ambiguous1.c: New file.
12169 * gdb.base/list.exp (test_list_range): Adjust expected output.
12170
12171 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
12172
12173 * gdb.base/share-env-with-gdbserver.c: New file.
12174 * gdb.base/share-env-with-gdbserver.exp: Likewise.
12175
12176 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12177
12178 * gdb.base/commands.exp (gdbvar_simple_if_test,
12179 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
12180 progvar_simple_if_test, progvar_simple_while_test,
12181 progvar_complex_if_while_test, user_defined_command_test,
12182 user_defined_command_args_eval,
12183 user_defined_command_args_stack_test,
12184 user_defined_command_manyargs_test, bp_deleted_in_command_test,
12185 temporary_breakpoint_commands,
12186 gdb_test_no_prompt, redefine_hook_test,
12187 redefine_backtrace_test): Remove "global gdb_prompt".
12188
12189 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12190
12191 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
12192 New proc, call it from toplevel.
12193
12194 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
12195
12196 PR remote/21852
12197 * gdb.server/normal.c: New file, copied from gdb.base.
12198 * gdb.server/run-without-local-binary.exp: New file.
12199
12200 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
12201
12202 * gdb.arch/sparc64-adi.exp: New file.
12203 * gdb.arch/sparc64-adi.c: New file.
12204
12205 2017-08-22 Pedro Alves <palves@redhat.com>
12206
12207 * gdb.cp/overload.exp (line_range_pattern): New procedure.
12208 (top level): Add "list all overloads" tests.
12209
12210 2017-08-22 Tom Tromey <tom@tromey.com>
12211
12212 * gdb.gdb/xfullpath.exp: Remove.
12213
12214 2017-08-21 Pedro Alves <palves@redhat.com>
12215
12216 PR gdb/19487
12217 * gdb.base/symbol-alias.c: New.
12218 * gdb.base/symbol-alias2.c: New.
12219 * gdb.base/symbol-alias.exp: New.
12220
12221 2017-08-21 Pedro Alves <palves@redhat.com>
12222
12223 * gdb.base/dfp-test.c
12224 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
12225 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
12226 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
12227 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
12228 * gdb.base/whatis-ptype-typedefs.c: New.
12229 * gdb.base/whatis-ptype-typedefs.exp: New.
12230 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
12231 (an_int, an_int_type, an_int_type2): New globals.
12232 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
12233 involving typedefs and cast expressions.
12234 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
12235 (lookup_typedefs_function): New.
12236 (typedefs_pretty_printers_dict): New.
12237 (top level): Register lookup_typedefs_function in
12238 gdb.pretty_printers.
12239
12240 2017-08-18 Yao Qi <yao.qi@linaro.org>
12241
12242 * gdb.server/unittest.exp: New.
12243
12244 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
12245
12246 PR gdb/21954
12247 * gdb.base/environ.exp: Add test to check if 'unset environment'
12248 works.
12249
12250 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12251
12252 * lib/gdb.exp (universal_compile_options): New caching proc.
12253 (gdb_compile): Suppress GCC's coloring of messages.
12254
12255 2017-08-14 Tom Tromey <tom@tromey.com>
12256
12257 PR gdb/21675:
12258 * gdb.base/printcmds.exp (test_radices): New function.
12259 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
12260 * gdb.base/sizeof.exp (check_valueof): Use p/d.
12261 * lib/gdb.exp (get_integer_valueof): Use p/d.
12262
12263 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
12264
12265 * lib/gdb.exp (get_valueof): Don't capture end-of-line
12266 characters.
12267
12268 2017-08-05 Tom Tromey <tom@tromey.com>
12269
12270 * gdb.rust/simple.exp: Allow String to appear in a different
12271 namespace.
12272
12273 2017-07-26 Yao Qi <yao.qi@linaro.org>
12274
12275 * gdb.gdb/unittest.exp: Invoke command
12276 "maintenance check xml-descriptions".
12277
12278 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12279
12280 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
12281 calling context.
12282 (hex128): Drop erroneous calculation of parameters.
12283
12284 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
12285
12286 * gdb.python/py-unwind.exp: Disable stack protection when
12287 building test file.
12288
12289 2017-07-20 Pedro Alves <palves@redhat.com>
12290
12291 * gdb.base/default.exp (set language): Adjust expected output.
12292
12293 2017-07-20 Pedro Alves <palves@redhat.com>
12294
12295 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
12296 (test_minsym): ... this, and make static.
12297 (get_pck__foo__bar__minsym): Rename to ...
12298 (get_test_minsym): ... this.
12299 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
12300 symbol names and comments.
12301 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
12302 (get_test_minsym): ... this.
12303 (pck__foo__bar__minsym__2): Rename to ...
12304 (test_minsym): ... this.
12305 (main): Adjust.
12306
12307 2017-07-17 Pedro Alves <palves@redhat.com>
12308
12309 * gdb.base/completion.exp: Adjust expected output.
12310 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
12311 the completer works.
12312
12313 2017-07-17 Pedro Alves <palves@redhat.com>
12314
12315 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
12316
12317 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
12318
12319 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
12320
12321 2017-07-14 Tom Tromey <tom@tromey.com>
12322
12323 PR rust/21764:
12324 * gdb.rust/simple.exp: Add tests.
12325
12326 2017-07-14 Tom Tromey <tom@tromey.com>
12327
12328 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
12329
12330 2017-07-14 Pedro Alves <palves@redhat.com>
12331
12332 * gdb.linespec/base/one/thefile.cc (z1): New function.
12333 * gdb.linespec/base/two/thefile.cc (z2): New function.
12334 * gdb.linespec/linespec.exp: Add tests.
12335
12336 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
12337
12338 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
12339 to mi_create_breakpoint.
12340
12341 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
12342
12343 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
12344 mi_create_breakpoint.
12345
12346 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
12347
12348 * gdb.dlang/demangle.exp: Update for demangling changes.
12349
12350 2017-07-09 Tom Tromey <tom@tromey.com>
12351
12352 * gdb.dwarf2/shortpiece.exp: New file.
12353
12354 2017-07-06 David Blaikie <dblaikie@gmail.com>
12355
12356 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
12357 built from fissiont-multi-cu{1,2}.c.
12358 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
12359 except putting 'main' and 'func' in separate CUs in the same DWO file.
12360 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
12361 test.
12362 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
12363 test.
12364
12365 2017-07-06 Pedro Alves <palves@redhat.com>
12366
12367 * gdb.python/py-unwind.exp: Test flushregs.
12368
12369 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
12370
12371 PR cli/21688
12372 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
12373 tests for alias commands and trailing whitespace.
12374
12375 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
12376
12377 PR cli/21688
12378 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
12379 procedure. Call it.
12380
12381 2017-06-29 Pedro Alves <palves@redhat.com>
12382
12383 * gdb.base/printcmds.exp: Add tests.
12384
12385 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
12386
12387 PR gdb/21337
12388 * gdb.base/reread-readsym.exp: New file.
12389 * gdb.base/reread-readsym.c: New file.
12390
12391 2017-06-21 Kevin Buettner <kevinb@redhat.com>
12392
12393 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
12394 subpattern.
12395
12396 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
12397
12398 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
12399 extended mnemonic.
12400 * gdb.arch/powerpc-power9.s: Likewise.
12401
12402 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12403
12404 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
12405 on 32-bit x86 targets. Exploit is_*_target macros where
12406 appropriate.
12407
12408 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12409
12410 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
12411 register pieces.
12412
12413 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12414
12415 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
12416 located in one or more DWARF pieces.
12417
12418 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12419
12420 * lib/gdb.exp (get_endianness): New proc.
12421 * gdb.arch/aarch64-fp.exp: Use it.
12422 * gdb.arch/altivec-regs.exp: Likewise.
12423 * gdb.arch/e500-regs.exp: Likewise.
12424 * gdb.arch/vsx-regs.exp: Likewise.
12425 * gdb.base/dump.exp: Likewise.
12426 * gdb.base/funcargs.exp: Likewise.
12427 * gdb.base/gnu_vector.exp: Likewise.
12428 * gdb.dwarf2/formdata16.exp: Likewise.
12429 * gdb.dwarf2/implptrpiece.exp: Likewise.
12430 * gdb.dwarf2/nonvar-access.exp: Likewise.
12431 * gdb.python/py-inferior.exp: Likewise.
12432 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
12433
12434 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12435
12436 PR gdb/21226
12437 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
12438 stack value pieces are taken from the LSB end.
12439
12440 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12441
12442 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
12443 variable at nonzero offset.
12444
12445 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12446
12447 * gdb.dwarf2/var-access.c: New file.
12448 * gdb.dwarf2/var-access.exp: New test.
12449 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
12450
12451 2017-06-12 Tom Tromey <tom@tromey.com>
12452
12453 * gdb.dwarf2/formdata16.exp: Add tests.
12454
12455 2017-06-12 Tom Tromey <tom@tromey.com>
12456
12457 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
12458
12459 2017-06-12 Tom Tromey <tom@tromey.com>
12460
12461 PR exp/16225:
12462 * gdb.reverse/i386-sse-reverse.exp: Update tests.
12463 * gdb.arch/vsx-regs.exp: Update tests.
12464 * gdb.arch/s390-vregs.exp (hex128): New proc.
12465 Update test.
12466 * gdb.arch/altivec-regs.exp: Update tests.
12467
12468 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
12469
12470 * gdb.base/startup-with-shell.c: New file.
12471 * gdb.base/startup-with-shell.exp: Likewise.
12472
12473 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
12474
12475 * gdb.server/non-existing-program.exp: Update regex in order to
12476 reflect the fact that gdbserver is now using fork_inferior (with a
12477 shell) to startup the inferior.
12478
12479 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
12480
12481 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
12482 support function calls from GDB.
12483
12484 2017-05-21 Tom Tromey <tom@tromey.com>
12485
12486 PR rust/21466:
12487 * gdb.rust/unsized.exp: New file.
12488 * gdb.rust/unsized.rs: New file.
12489
12490 2017-05-19 Tom Tromey <tom@tromey.com>
12491
12492 PR rust/21484:
12493 * gdb.rust/watch.exp: New file.
12494 * gdb.rust/watch.rs: New file.
12495
12496 2017-05-18 Tom Tromey <tom@tromey.com>
12497
12498 * gdb.rust/simple.exp: Allow Box to be qualified.
12499
12500 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
12501
12502 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
12503
12504 2017-05-18 Pedro Alves <palves@redhat.com>
12505
12506 * gdb.base/fileio.c (test_write, test_read, test_close)
12507 (test_fstat): Don't print 'ret' in the fail path.
12508
12509 2017-05-18 Pedro Alves <palves@redhat.com>
12510
12511 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
12512 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
12513 (test_system, test_rename, test_unlink, test_time): Change
12514 prototypes.
12515 * gdb.base/fileio.exp (stop_msg): Adjust.
12516
12517 2017-05-18 Pedro Alves <palves@redhat.com>
12518
12519 * gdb.base/fileio.c (null_str): New global.
12520 (test_stat): Use it.
12521 * gdb.base/fileio.exp: Remove nowarnings.
12522
12523 2017-05-17 Yao Qi <yao.qi@linaro.org>
12524
12525 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
12526
12527 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
12528
12529 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
12530 argument command.
12531 (top-level): Invoke test_set_inferior_tty.
12532
12533 2017-05-04 Pedro Alves <palves@redhat.com>
12534
12535 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
12536 Add parens to print call for Python 3.
12537
12538 2017-05-03 Keith Seitz <keiths@redhat.com>
12539
12540 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
12541 (main): Call it.
12542
12543 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12544
12545 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
12546 to prev and next.
12547
12548 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12549
12550 * gdb.python/py-record-btrace.exp: Remove test for
12551 gdb.BtraceInstruction.error.
12552
12553 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12554
12555 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
12556
12557 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12558
12559 * gdb.python/py-record-btrace-threads.c: New file.
12560 * gdb.python/py-record-btrace-threads.exp: New file.
12561
12562 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
12563
12564 PR testsuite/8595
12565 * gdb.base/environ.exp: Make test available in all architectures.
12566 Move bits related to "info program" testing to
12567 gdb.base/info-program.exp. Rewrite tests to use the two new
12568 procedures mentione below.
12569 (test_set_show_env_var) New procedure.
12570 (test_set_show_env_var_equal): Likewise.
12571 * gdb.base/info-program.exp: New file.
12572
12573 2017-04-27 Keith Seitz <keiths@redhat.com>
12574
12575 * gdb.cp/oranking.cc (test15): New function.
12576 (main): Call test15 and declare additional variables for testing.
12577 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
12578 "p foo101('abc')" tests.
12579 Add tests for cv qualifier overloads.
12580 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
12581 "lvalue reference overload" test.
12582 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
12583 "print value of f1 on Child&& in f2" test.
12584
12585 2017-04-19 Pedro Alves <palves@redhat.com>
12586
12587 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
12588 procedure.
12589 (top level): Call it.
12590 * lib/gdb.exp (gdb_define_cmd): New procedure.
12591
12592 2017-04-12 Pedro Alves <palves@redhat.com>
12593
12594 PR gdb/21323
12595 * gdb.cp/wide_char_types.c: Include <wchar.h>.
12596 (wchar): New global.
12597 * gdb.cp/wide_char_types.exp (wide_char_types_program)
12598 (do_test_wide_char, wide_char_types_no_program, top level): Add
12599 wchar_t testing.
12600
12601 2017-04-12 Pedro Alves <palves@redhat.com>
12602
12603 PR c++/21323
12604 * gdb.cp/wide_char_types.c: New file.
12605 * gdb.cp/wide_char_types.exp: New file.
12606
12607 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
12608
12609 PR gdb/21352
12610 * gdb.trace/tsv.exp: Add test for "tsave -r".
12611
12612 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
12613
12614 * gdb.dlang/watch-loc.c: New file.
12615 * gdb.dlang/watch-loc.exp: New file.
12616
12617 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12618
12619 * gdb.python/py-section-script.exp (sepdebug): New testcases.
12620
12621 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12622
12623 * gdb.arch/arc-analyze-prologue.S: New file.
12624 * gdb.arch/arc-analyze-prologue.exp: Likewise.
12625
12626 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12627
12628 * gdb.arch/arc-decode-insn.S: New file.
12629 * gdb.arch/arc-decode-insn.exp: Likewise.
12630
12631 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
12632
12633 PR tdep/20928
12634 * gdb.arch/sparc64-regs.exp: New file.
12635 * gdb.arch/sparc64-regs.S: Likewise.
12636
12637 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
12638
12639 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
12640 and memory view on Python 3.
12641
12642 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
12643 Keith Seitz <keiths@redhat.com>
12644
12645 PR gdb/14441
12646 * gdb.cp/demangle.exp: Add rvalue reference tests.
12647 * gdb.cp/rvalue-ref-casts.cc: New file.
12648 * gdb.cp/rvalue-ref-casts.exp: New file.
12649 * gdb.cp/rvalue-ref-overload.cc: New file.
12650 * gdb.cp/rvalue-ref-overload.exp: New file.
12651 * gdb.cp/rvalue-ref-params.cc: New file.
12652 * gdb.cp/rvalue-ref-params.exp: New file.
12653 * gdb.cp/rvalue-ref-sizeof.cc: New file.
12654 * gdb.cp/rvalue-ref-sizeof.exp: New file.
12655 * gdb.cp/rvalue-ref-types.cc: New file.
12656 * gdb.cp/rvalue-ref-types.exp: New file.
12657 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
12658 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
12659
12660 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
12661
12662 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
12663 New procedure.
12664
12665 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
12666
12667 * lib/mi-support.exp (mi_gdb_test): Add additional message
12668 for unexpected output.
12669
12670 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12671
12672 * gdb.base/examine-backward.c (Barrier): New character array
12673 constant, to ensure that TestStrings is preceded by a string
12674 terminator.
12675
12676 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12677
12678 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
12679 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
12680 and implicit pointer into such a location.
12681
12682 2017-03-16 Doug Evans <dje@google.com>
12683
12684 * gdb.python/py-lazy-string (pointer): Really add new typedef.
12685
12686 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
12687
12688 * gdb.cp/m-static.exp: Fix expectation for prototype of
12689 test5.single_constructor and single_constructor::single_constructor.
12690
12691 2017-03-16 Doug Evans <dje@google.com>
12692
12693 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
12694 * gdb.guile/scm-lazy-string.c: New file.
12695 * gdb.guile/scm-value.exp: Move lazy string tests to ...
12696 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
12697 for pointer, array, typedef lazy strings.
12698
12699 2017-03-16 Doug Evans <dje@google.com>
12700
12701 PR python/17728, python/18439, python/18779
12702 * gdb.python/py-value.c (main) Delete locals sptr, sn.
12703 * gdb.python/py-lazy-string.c (pointer): New typedef.
12704 (main): New locals ptr, array, typedef_ptr.
12705 * gdb.python/py-value.exp: Move lazy string tests to ...
12706 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
12707 array, typedef lazy strings.
12708
12709 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
12710
12711 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
12712 Add optional 'test' parameter.
12713
12714 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12715
12716 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12717 Skip for versions of DejaGnu < 1.5.
12718
12719 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12720
12721 * lib/gdb.exp (dejagnu_version): New proc.
12722 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12723 Use dejagnu_version.
12724
12725 2017-03-10 Keith Seitz <keiths@redhat.com>
12726
12727 PR c++/8128
12728 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
12729 type from destructor regexps.
12730 Add a branch which actually passes the test.
12731 Adjust "ptype t5i" test names.
12732
12733 2017-03-08 Pedro Alves <palves@redhat.com>
12734
12735 * gdb.base/step-over-exit.exp: Add explicit test message.
12736
12737 2017-03-08 Pedro Alves <palves@redhat.com>
12738
12739 PR gdb/18360
12740 * gdb.threads/interrupt-while-step-over.c: New file.
12741 * gdb.threads/interrupt-while-step-over.exp: New file.
12742
12743 2017-03-08 Pedro Alves <palves@redhat.com>
12744
12745 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
12746 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
12747
12748 2017-03-08 Pedro Alves <palves@redhat.com>
12749
12750 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
12751 PKRU as not supported as a PASS.
12752
12753 2017-03-08 Pedro Alves <palves@redhat.com>
12754
12755 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
12756 prefix instead of $binfile1/$binfile2.
12757 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
12758 in test message.
12759 * gdb.python/py-completion.exp: Use "load python file" as test
12760 messages instead of unstable path names.
12761
12762 2017-03-08 Pedro Alves <palves@redhat.com>
12763 Jan Kratochvil <jan.kratochvil@redhat.com>
12764
12765 PR cli/21218
12766 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12767 New proc.
12768 (top level): Call it.
12769
12770 2017-03-08 Pedro Alves <palves@redhat.com>
12771
12772 PR tui/21216
12773 * gdb.tui/tui-nl-filtered-output.exp: New file.
12774
12775 2017-03-08 Pedro Alves <palves@redhat.com>
12776
12777 * gdb.base/completion.exp: Move TUI completion tests to ...
12778 * gdb.tui/completion.exp: ... this new file.
12779
12780 2017-03-08 Pedro Alves <palves@redhat.com>
12781
12782 * gdb.base/tui-disasm-long-lines.c,
12783 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
12784 gdb.base/tui-layout.exp: Move to ...
12785 * gdb.tui/: ... this new directory.
12786
12787 2017-03-07 Pedro Alves <palves@redhat.com>
12788
12789 * gdb.base/tui-layout.c: New file.
12790 * gdb.base/tui-layout.exp: New file.
12791
12792 2017-03-07 Pedro Alves <palves@redhat.com>
12793
12794 * gdb.base/tui-layout.c: Rename to ...
12795 * gdb.base/tui-disasm-long-lines.c: ... this.
12796 * gdb.base/tui-layout.exp: Rename to ...
12797 * gdb.base/tui-disasm-long-lines.exp: ... this.
12798
12799 2017-03-07 Pedro Alves <palves@redhat.com>
12800
12801 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
12802
12803 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12804
12805 * i386-mpx-call.c: New file.
12806 * i386-mpx-call.exp: New file.
12807
12808 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
12809
12810 * gdb.arch/powerpc-power.exp: Delete test.
12811 * gdb.arch/powerpc-power.s: Likewise.
12812 * gdb.disasm/disassembler-options.exp: New test.
12813 * gdb.arch/powerpc-altivec.exp: Likewise.
12814 * gdb.arch/powerpc-altivec.s: Likewise.
12815 * gdb.arch/powerpc-altivec2.exp: Likewise.
12816 * gdb.arch/powerpc-altivec2.s: Likewise.
12817 * gdb.arch/powerpc-altivec3.exp: Likewise.
12818 * gdb.arch/powerpc-altivec3.s: Likewise.
12819 * gdb.arch/powerpc-power7.exp: Likewise.
12820 * gdb.arch/powerpc-power7.s: Likewise.
12821 * gdb.arch/powerpc-power8.exp: Likewise.
12822 * gdb.arch/powerpc-power8.s: Likewise.
12823 * gdb.arch/powerpc-power9.exp: Likewise.
12824 * gdb.arch/powerpc-power9.s: Likewise.
12825 * gdb.arch/powerpc-vsx.exp: Likewise.
12826 * gdb.arch/powerpc-vsx.s: Likewise.
12827 * gdb.arch/powerpc-vsx2.exp: Likewise.
12828 * gdb.arch/powerpc-vsx2.s: Likewise.
12829 * gdb.arch/powerpc-vsx3.exp: Likewise.
12830 * gdb.arch/powerpc-vsx3.s: Likewise.
12831 * gdb.arch/arm-disassembler-options.exp: Likewise.
12832 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
12833 * gdb.arch/s390-disassembler-options.exp: Likewise.
12834
12835 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
12836
12837 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
12838 (check_supported_features): ... this. Changed return type to void.
12839 (supports_rdseed): New static global.
12840 (rdseed): Check supports_rdseed.
12841 (initialize): Call check_supported_features.
12842
12843 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12844
12845 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
12846 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
12847 and lqarx/stqcx.
12848 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
12849 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
12850
12851 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12852
12853 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
12854 uppercase.
12855
12856 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12857
12858 * gdb.dwarf2/formdata16.c: New file.
12859 * gdb.dwarf2/formdata16.exp: New file.
12860 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
12861
12862 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12863
12864 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
12865 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
12866 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
12867 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
12868 DW_AT_GNU_*.
12869
12870 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12871
12872 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
12873
12874 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
12875
12876 PR gdb/21164
12877 * gdb.base/maint.exp: Add testcases for when the commands do
12878 not have arguments.
12879
12880 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
12881
12882 * gdb.cp/chained-calls.exp: Use p instead of P.
12883
12884 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
12885
12886 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
12887 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
12888
12889 2017-02-14 Tom Tromey <tom@tromey.com>
12890
12891 PR python/13598:
12892 * gdb.python/py-events.exp: Add before_prompt event tests.
12893
12894 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12895
12896 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
12897
12898 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
12899
12900 * gdb.linespec/explicit.c (my_unique_function_name): New function.
12901 (main): Call my_unique_function_name.
12902 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
12903 completion of patterns with a single match.
12904 Add missing -re switches to gdb_test_multiple calls.
12905
12906 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
12907
12908 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
12909 return if core file is not recognized.
12910
12911 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12912
12913 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
12914 and extra UIs.
12915
12916 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12917
12918 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
12919 proc_with_prefix.
12920
12921 2017-02-10 Tom Tromey <tom@tromey.com>
12922
12923 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
12924
12925 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
12926
12927 PR gdb/21122
12928 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
12929
12930 2017-02-08 Jerome Guitton <guitton@adacore.com>
12931
12932 * gdb.base/define.exp: Add test for command abbreviations
12933 in define.
12934
12935 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
12936
12937 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
12938 * gdb.reverse/insn-reverse-x86.c: New file.
12939
12940 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
12941
12942 PR tdep/20936
12943 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
12944
12945 2017-02-03 Tom Tromey <tom@tromey.com>
12946
12947 PR rust/21097:
12948 * gdb.rust/simple.exp: Add new tests.
12949
12950 2017-02-02 Pedro Alves <palves@redhat.com>
12951
12952 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
12953 tests.
12954
12955 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12956
12957 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
12958 taking a 2-byte value out of a 4-byte DWARF implicit value on
12959 big-endian targets.
12960 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
12961 logic. Add test cases for DW_OP_implicit.
12962
12963 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12964
12965 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
12966
12967 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12968
12969 * gdb.btrace/enable.exp: Call gdb_exit before
12970 skip_gdbserver_tests.
12971
12972 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12973
12974 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
12975 GDBFLAGS.
12976
12977 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12978
12979 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
12980 the test is skipped.
12981 * gdb.btrace/data.exp: Likewise.
12982 * gdb.btrace/delta.exp: Likewise.
12983 * gdb.btrace/dlopen.exp: Likewise.
12984 * gdb.btrace/enable-running.exp: Likewise.
12985 * gdb.btrace/enable.exp: Likewise.
12986 * gdb.btrace/exception.exp: Likewise.
12987 * gdb.btrace/function_call_history.exp: Likewise.
12988 * gdb.btrace/gcore.exp: Likewise.
12989 * gdb.btrace/instruction_history.exp: Likewise.
12990 * gdb.btrace/multi-thread-step.exp: Likewise.
12991 * gdb.btrace/nohist.exp: Likewise.
12992 * gdb.btrace/non-stop.exp: Likewise.
12993 * gdb.btrace/reconnect.exp: Likewise.
12994 * gdb.btrace/record_goto-step.exp: Likewise.
12995 * gdb.btrace/record_goto.exp: Likewise.
12996 * gdb.btrace/rn-dl-bind.exp: Likewise.
12997 * gdb.btrace/segv.exp: Likewise.
12998 * gdb.btrace/step.exp: Likewise.
12999 * gdb.btrace/stepi.exp: Likewise.
13000 * gdb.btrace/tailcall-only.exp: Likewise.
13001 * gdb.btrace/tailcall.exp: Likewise.
13002 * gdb.btrace/tsx.exp: Likewise.
13003 * gdb.btrace/unknown_functions.exp: Likewise.
13004 * gdb.btrace/vdso.exp: Likewise.
13005
13006 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13007
13008 * gdb.btrace/enable-running.c: New.
13009 * gdb.btrace/enable-running.exp: New.
13010
13011 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
13012
13013 * gdb.arch/amd64-gs_base.c: New file.
13014 * gdb.arch/amd64-gs_base.exp: New file.
13015
13016 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13017
13018 * lib/memory.exp: Remove spurious empty newlines.
13019
13020 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
13021
13022 * gdb.python/py-bad-printers.exp: Load python file using "source".
13023 * gdb.python/py-events.exp: Likewise.
13024 * gdb.python/py-evsignal.exp: Likewise.
13025 * gdb.python/py-evthreads.exp: Likewise.
13026 * gdb.python/py-frame-args.exp: Likewise.
13027 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
13028 * gdb.python/py-framefilter-mi.exp: Likewise.
13029 * gdb.python/py-framefilter.exp: Likewise.
13030 * gdb.python/py-mi.exp: Likewise.
13031 * gdb.python/py-pp-maint.exp: Likewise.
13032 * gdb.python/py-pp-registration.exp: Likewise.
13033 * gdb.python/py-prettyprint.exp: Likewise.
13034 (run_lang_tests): Likewise.
13035 * gdb.python/py-typeprint.exp: Likewise.
13036
13037 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13038
13039 * lib/memory.exp: New file.
13040 * lib/gdb.exp: Load memory.exp.
13041 * gdb.base/memattr.exp (delete_memory): Move proc to
13042 lib/memory.exp and rename to delete_memory_regions.
13043 Replace delete_memory with delete_memory_regions.
13044 Cleanup memory regions before tests.
13045 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
13046 before tests.
13047
13048 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13049
13050 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
13051 files.
13052 (initialize): New function conditionally defined.
13053 (testcases): Move within conditional block.
13054 (main): Call initialize.
13055 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
13056 of gdb.reverse/insn-reverse.c.
13057 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
13058 gdb.reverse/insn-reverse.c.
13059
13060 2017-01-26 Yao Qi <yao.qi@linaro.org>
13061
13062 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
13063 disassemble on address 0.
13064
13065 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
13066 Yao Qi <yao.qi@linaro.org>
13067
13068 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
13069 * gdb.dwarf2/implptr-64bit.S: Remove.
13070 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
13071 variables in caller's context. Add DW_OP_implicit_value.
13072
13073 2017-01-25 Yao Qi <yao.qi@linaro.org>
13074
13075 * lib/dwarf.exp (Dwarf::_location): Handle
13076 DW_OP_GNU_implicit_pointer with proper size.
13077
13078 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13079
13080 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
13081 and add untested calls.
13082
13083 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13084
13085 * gdb.python/python.exp: Check line number against what GDB thinks
13086 the line number is for func1.
13087
13088 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
13089
13090 * gdb.dlang/debug-expr.exp: New file.
13091
13092 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
13093
13094 Fix test names for the following files:
13095
13096 * gdb.ada/exec_changed.exp
13097 * gdb.ada/info_types.exp
13098 * gdb.arch/aarch64-atomic-inst.exp
13099 * gdb.arch/aarch64-fp.exp
13100 * gdb.arch/altivec-abi.exp
13101 * gdb.arch/altivec-regs.exp
13102 * gdb.arch/amd64-byte.exp
13103 * gdb.arch/amd64-disp-step.exp
13104 * gdb.arch/amd64-dword.exp
13105 * gdb.arch/amd64-entry-value-inline.exp
13106 * gdb.arch/amd64-entry-value-param.exp
13107 * gdb.arch/amd64-entry-value-paramref.exp
13108 * gdb.arch/amd64-entry-value.exp
13109 * gdb.arch/amd64-i386-address.exp
13110 * gdb.arch/amd64-invalid-stack-middle.exp
13111 * gdb.arch/amd64-invalid-stack-top.exp
13112 * gdb.arch/amd64-optimout-repeat.exp
13113 * gdb.arch/amd64-prologue-skip.exp
13114 * gdb.arch/amd64-prologue-xmm.exp
13115 * gdb.arch/amd64-stap-special-operands.exp
13116 * gdb.arch/amd64-stap-wrong-subexp.exp
13117 * gdb.arch/amd64-tailcall-cxx.exp
13118 * gdb.arch/amd64-tailcall-noret.exp
13119 * gdb.arch/amd64-tailcall-ret.exp
13120 * gdb.arch/amd64-tailcall-self.exp
13121 * gdb.arch/amd64-word.exp
13122 * gdb.arch/arm-bl-branch-dest.exp
13123 * gdb.arch/arm-disp-step.exp
13124 * gdb.arch/arm-neon.exp
13125 * gdb.arch/arm-single-step-kernel-helper.exp
13126 * gdb.arch/avr-flash-qualifier.exp
13127 * gdb.arch/disp-step-insn-reloc.exp
13128 * gdb.arch/e500-abi.exp
13129 * gdb.arch/e500-regs.exp
13130 * gdb.arch/ftrace-insn-reloc.exp
13131 * gdb.arch/i386-avx512.exp
13132 * gdb.arch/i386-bp_permanent.exp
13133 * gdb.arch/i386-byte.exp
13134 * gdb.arch/i386-cfi-notcurrent.exp
13135 * gdb.arch/i386-disp-step.exp
13136 * gdb.arch/i386-dr3-watch.exp
13137 * gdb.arch/i386-float.exp
13138 * gdb.arch/i386-gnu-cfi.exp
13139 * gdb.arch/i386-mpx-map.exp
13140 * gdb.arch/i386-mpx-sigsegv.exp
13141 * gdb.arch/i386-mpx-simple_segv.exp
13142 * gdb.arch/i386-mpx.exp
13143 * gdb.arch/i386-permbkpt.exp
13144 * gdb.arch/i386-prologue.exp
13145 * gdb.arch/i386-signal.exp
13146 * gdb.arch/i386-size-overlap.exp
13147 * gdb.arch/i386-unwind.exp
13148 * gdb.arch/i386-word.exp
13149 * gdb.arch/mips-fcr.exp
13150 * gdb.arch/powerpc-d128-regs.exp
13151 * gdb.arch/powerpc-stackless.exp
13152 * gdb.arch/ppc64-atomic-inst.exp
13153 * gdb.arch/s390-stackless.exp
13154 * gdb.arch/s390-tdbregs.exp
13155 * gdb.arch/s390-vregs.exp
13156 * gdb.arch/sparc-sysstep.exp
13157 * gdb.arch/thumb-bx-pc.exp
13158 * gdb.arch/thumb-singlestep.exp
13159 * gdb.arch/thumb2-it.exp
13160 * gdb.arch/vsx-regs.exp
13161 * gdb.asm/asm-source.exp
13162 * gdb.base/a2-run.exp
13163 * gdb.base/advance.exp
13164 * gdb.base/all-bin.exp
13165 * gdb.base/anon.exp
13166 * gdb.base/args.exp
13167 * gdb.base/arithmet.exp
13168 * gdb.base/async-shell.exp
13169 * gdb.base/async.exp
13170 * gdb.base/attach-pie-noexec.exp
13171 * gdb.base/attach-twice.exp
13172 * gdb.base/auto-load.exp
13173 * gdb.base/bang.exp
13174 * gdb.base/bitfields.exp
13175 * gdb.base/break-always.exp
13176 * gdb.base/break-caller-line.exp
13177 * gdb.base/break-entry.exp
13178 * gdb.base/break-inline.exp
13179 * gdb.base/break-on-linker-gcd-function.exp
13180 * gdb.base/break-probes.exp
13181 * gdb.base/break.exp
13182 * gdb.base/breakpoint-shadow.exp
13183 * gdb.base/call-ar-st.exp
13184 * gdb.base/call-sc.exp
13185 * gdb.base/call-signal-resume.exp
13186 * gdb.base/call-strs.exp
13187 * gdb.base/callfuncs.exp
13188 * gdb.base/catch-fork-static.exp
13189 * gdb.base/catch-gdb-caused-signals.exp
13190 * gdb.base/catch-load.exp
13191 * gdb.base/catch-signal-fork.exp
13192 * gdb.base/catch-signal.exp
13193 * gdb.base/catch-syscall.exp
13194 * gdb.base/charset.exp
13195 * gdb.base/checkpoint.exp
13196 * gdb.base/chng-syms.exp
13197 * gdb.base/code-expr.exp
13198 * gdb.base/code_elim.exp
13199 * gdb.base/commands.exp
13200 * gdb.base/completion.exp
13201 * gdb.base/complex.exp
13202 * gdb.base/cond-expr.exp
13203 * gdb.base/condbreak.exp
13204 * gdb.base/consecutive.exp
13205 * gdb.base/continue-all-already-running.exp
13206 * gdb.base/coredump-filter.exp
13207 * gdb.base/corefile.exp
13208 * gdb.base/dbx.exp
13209 * gdb.base/debug-expr.exp
13210 * gdb.base/define.exp
13211 * gdb.base/del.exp
13212 * gdb.base/disabled-location.exp
13213 * gdb.base/disasm-end-cu.exp
13214 * gdb.base/disasm-optim.exp
13215 * gdb.base/display.exp
13216 * gdb.base/duplicate-bp.exp
13217 * gdb.base/ena-dis-br.exp
13218 * gdb.base/ending-run.exp
13219 * gdb.base/enumval.exp
13220 * gdb.base/environ.exp
13221 * gdb.base/eu-strip-infcall.exp
13222 * gdb.base/eval-avoid-side-effects.exp
13223 * gdb.base/eval-skip.exp
13224 * gdb.base/exitsignal.exp
13225 * gdb.base/expand-psymtabs.exp
13226 * gdb.base/filesym.exp
13227 * gdb.base/find-unmapped.exp
13228 * gdb.base/finish.exp
13229 * gdb.base/float.exp
13230 * gdb.base/foll-exec-mode.exp
13231 * gdb.base/foll-exec.exp
13232 * gdb.base/foll-fork.exp
13233 * gdb.base/fortran-sym-case.exp
13234 * gdb.base/freebpcmd.exp
13235 * gdb.base/func-ptr.exp
13236 * gdb.base/func-ptrs.exp
13237 * gdb.base/funcargs.exp
13238 * gdb.base/gcore-buffer-overflow.exp
13239 * gdb.base/gcore-relro-pie.exp
13240 * gdb.base/gcore-relro.exp
13241 * gdb.base/gcore.exp
13242 * gdb.base/gdb1090.exp
13243 * gdb.base/gdb11530.exp
13244 * gdb.base/gdb11531.exp
13245 * gdb.base/gdb1821.exp
13246 * gdb.base/gdbindex-stabs.exp
13247 * gdb.base/gdbvars.exp
13248 * gdb.base/hbreak.exp
13249 * gdb.base/hbreak2.exp
13250 * gdb.base/included.exp
13251 * gdb.base/infcall-input.exp
13252 * gdb.base/inferior-died.exp
13253 * gdb.base/infnan.exp
13254 * gdb.base/info-macros.exp
13255 * gdb.base/info-os.exp
13256 * gdb.base/info-proc.exp
13257 * gdb.base/info-shared.exp
13258 * gdb.base/info-target.exp
13259 * gdb.base/infoline.exp
13260 * gdb.base/interp.exp
13261 * gdb.base/interrupt.exp
13262 * gdb.base/jit-reader.exp
13263 * gdb.base/jit-simple.exp
13264 * gdb.base/kill-after-signal.exp
13265 * gdb.base/kill-detach-inferiors-cmd.exp
13266 * gdb.base/label.exp
13267 * gdb.base/langs.exp
13268 * gdb.base/ldbl_e308.exp
13269 * gdb.base/line-symtabs.exp
13270 * gdb.base/linespecs.exp
13271 * gdb.base/list.exp
13272 * gdb.base/long_long.exp
13273 * gdb.base/longest-types.exp
13274 * gdb.base/maint.exp
13275 * gdb.base/max-value-size.exp
13276 * gdb.base/memattr.exp
13277 * gdb.base/mips_pro.exp
13278 * gdb.base/morestack.exp
13279 * gdb.base/moribund-step.exp
13280 * gdb.base/multi-forks.exp
13281 * gdb.base/nested-addr.exp
13282 * gdb.base/nextoverexit.exp
13283 * gdb.base/noreturn-finish.exp
13284 * gdb.base/noreturn-return.exp
13285 * gdb.base/nostdlib.exp
13286 * gdb.base/offsets.exp
13287 * gdb.base/opaque.exp
13288 * gdb.base/pc-fp.exp
13289 * gdb.base/permissions.exp
13290 * gdb.base/print-symbol-loading.exp
13291 * gdb.base/prologue-include.exp
13292 * gdb.base/psymtab.exp
13293 * gdb.base/ptype.exp
13294 * gdb.base/random-signal.exp
13295 * gdb.base/randomize.exp
13296 * gdb.base/range-stepping.exp
13297 * gdb.base/readline-ask.exp
13298 * gdb.base/recpar.exp
13299 * gdb.base/recurse.exp
13300 * gdb.base/relational.exp
13301 * gdb.base/restore.exp
13302 * gdb.base/return-nodebug.exp
13303 * gdb.base/return.exp
13304 * gdb.base/run-after-attach.exp
13305 * gdb.base/save-bp.exp
13306 * gdb.base/scope.exp
13307 * gdb.base/sect-cmd.exp
13308 * gdb.base/set-lang-auto.exp
13309 * gdb.base/set-noassign.exp
13310 * gdb.base/setvar.exp
13311 * gdb.base/sigall.exp
13312 * gdb.base/sigbpt.exp
13313 * gdb.base/siginfo-addr.exp
13314 * gdb.base/siginfo-infcall.exp
13315 * gdb.base/siginfo-obj.exp
13316 * gdb.base/siginfo.exp
13317 * gdb.base/signals-state-child.exp
13318 * gdb.base/signest.exp
13319 * gdb.base/sigstep.exp
13320 * gdb.base/sizeof.exp
13321 * gdb.base/skip.exp
13322 * gdb.base/solib-corrupted.exp
13323 * gdb.base/solib-nodir.exp
13324 * gdb.base/solib-search.exp
13325 * gdb.base/stack-checking.exp
13326 * gdb.base/stale-infcall.exp
13327 * gdb.base/stap-probe.exp
13328 * gdb.base/start.exp
13329 * gdb.base/step-break.exp
13330 * gdb.base/step-bt.exp
13331 * gdb.base/step-line.exp
13332 * gdb.base/step-over-exit.exp
13333 * gdb.base/step-over-syscall.exp
13334 * gdb.base/step-resume-infcall.exp
13335 * gdb.base/step-test.exp
13336 * gdb.base/store.exp
13337 * gdb.base/structs3.exp
13338 * gdb.base/sym-file.exp
13339 * gdb.base/symbol-without-target_section.exp
13340 * gdb.base/term.exp
13341 * gdb.base/testenv.exp
13342 * gdb.base/ui-redirect.exp
13343 * gdb.base/until.exp
13344 * gdb.base/unwindonsignal.exp
13345 * gdb.base/value-double-free.exp
13346 * gdb.base/vla-datatypes.exp
13347 * gdb.base/vla-ptr.exp
13348 * gdb.base/vla-sideeffect.exp
13349 * gdb.base/volatile.exp
13350 * gdb.base/watch-cond-infcall.exp
13351 * gdb.base/watch-cond.exp
13352 * gdb.base/watch-non-mem.exp
13353 * gdb.base/watch-read.exp
13354 * gdb.base/watch-vfork.exp
13355 * gdb.base/watchpoint-cond-gone.exp
13356 * gdb.base/watchpoint-delete.exp
13357 * gdb.base/watchpoint-hw-hit-once.exp
13358 * gdb.base/watchpoint-hw.exp
13359 * gdb.base/watchpoint-stops-at-right-insn.exp
13360 * gdb.base/watchpoints.exp
13361 * gdb.base/wchar.exp
13362 * gdb.base/whatis-exp.exp
13363 * gdb.btrace/buffer-size.exp
13364 * gdb.btrace/data.exp
13365 * gdb.btrace/delta.exp
13366 * gdb.btrace/dlopen.exp
13367 * gdb.btrace/enable.exp
13368 * gdb.btrace/exception.exp
13369 * gdb.btrace/function_call_history.exp
13370 * gdb.btrace/gcore.exp
13371 * gdb.btrace/instruction_history.exp
13372 * gdb.btrace/nohist.exp
13373 * gdb.btrace/reconnect.exp
13374 * gdb.btrace/record_goto-step.exp
13375 * gdb.btrace/record_goto.exp
13376 * gdb.btrace/rn-dl-bind.exp
13377 * gdb.btrace/segv.exp
13378 * gdb.btrace/step.exp
13379 * gdb.btrace/stepi.exp
13380 * gdb.btrace/tailcall-only.exp
13381 * gdb.btrace/tailcall.exp
13382 * gdb.btrace/tsx.exp
13383 * gdb.btrace/unknown_functions.exp
13384 * gdb.btrace/vdso.exp
13385 * gdb.compile/compile-ifunc.exp
13386 * gdb.compile/compile-ops.exp
13387 * gdb.compile/compile-print.exp
13388 * gdb.compile/compile-setjmp.exp
13389 * gdb.cp/abstract-origin.exp
13390 * gdb.cp/ambiguous.exp
13391 * gdb.cp/annota2.exp
13392 * gdb.cp/annota3.exp
13393 * gdb.cp/anon-ns.exp
13394 * gdb.cp/anon-struct.exp
13395 * gdb.cp/anon-union.exp
13396 * gdb.cp/arg-reference.exp
13397 * gdb.cp/baseenum.exp
13398 * gdb.cp/bool.exp
13399 * gdb.cp/breakpoint.exp
13400 * gdb.cp/bs15503.exp
13401 * gdb.cp/call-c.exp
13402 * gdb.cp/casts.exp
13403 * gdb.cp/chained-calls.exp
13404 * gdb.cp/class2.exp
13405 * gdb.cp/classes.exp
13406 * gdb.cp/cmpd-minsyms.exp
13407 * gdb.cp/converts.exp
13408 * gdb.cp/cp-relocate.exp
13409 * gdb.cp/cpcompletion.exp
13410 * gdb.cp/cpexprs.exp
13411 * gdb.cp/cplabel.exp
13412 * gdb.cp/cplusfuncs.exp
13413 * gdb.cp/cpsizeof.exp
13414 * gdb.cp/ctti.exp
13415 * gdb.cp/derivation.exp
13416 * gdb.cp/destrprint.exp
13417 * gdb.cp/dispcxx.exp
13418 * gdb.cp/enum-class.exp
13419 * gdb.cp/exception.exp
13420 * gdb.cp/exceptprint.exp
13421 * gdb.cp/expand-psymtabs-cxx.exp
13422 * gdb.cp/expand-sals.exp
13423 * gdb.cp/extern-c.exp
13424 * gdb.cp/filename.exp
13425 * gdb.cp/formatted-ref.exp
13426 * gdb.cp/fpointer.exp
13427 * gdb.cp/gdb1355.exp
13428 * gdb.cp/gdb2495.exp
13429 * gdb.cp/hang.exp
13430 * gdb.cp/impl-this.exp
13431 * gdb.cp/infcall-dlopen.exp
13432 * gdb.cp/inherit.exp
13433 * gdb.cp/iostream.exp
13434 * gdb.cp/koenig.exp
13435 * gdb.cp/local.exp
13436 * gdb.cp/m-data.exp
13437 * gdb.cp/m-static.exp
13438 * gdb.cp/mb-ctor.exp
13439 * gdb.cp/mb-inline.exp
13440 * gdb.cp/mb-templates.exp
13441 * gdb.cp/member-name.exp
13442 * gdb.cp/member-ptr.exp
13443 * gdb.cp/meth-typedefs.exp
13444 * gdb.cp/method.exp
13445 * gdb.cp/method2.exp
13446 * gdb.cp/minsym-fallback.exp
13447 * gdb.cp/misc.exp
13448 * gdb.cp/namelessclass.exp
13449 * gdb.cp/namespace-enum.exp
13450 * gdb.cp/namespace-nested-import.exp
13451 * gdb.cp/namespace.exp
13452 * gdb.cp/nextoverthrow.exp
13453 * gdb.cp/no-dmgl-verbose.exp
13454 * gdb.cp/non-trivial-retval.exp
13455 * gdb.cp/noparam.exp
13456 * gdb.cp/nsdecl.exp
13457 * gdb.cp/nsimport.exp
13458 * gdb.cp/nsnested.exp
13459 * gdb.cp/nsnoimports.exp
13460 * gdb.cp/nsrecurs.exp
13461 * gdb.cp/nsstress.exp
13462 * gdb.cp/nsusing.exp
13463 * gdb.cp/operator.exp
13464 * gdb.cp/oranking.exp
13465 * gdb.cp/overload-const.exp
13466 * gdb.cp/overload.exp
13467 * gdb.cp/ovldbreak.exp
13468 * gdb.cp/ovsrch.exp
13469 * gdb.cp/paren-type.exp
13470 * gdb.cp/parse-lang.exp
13471 * gdb.cp/pass-by-ref.exp
13472 * gdb.cp/pr-1023.exp
13473 * gdb.cp/pr-1210.exp
13474 * gdb.cp/pr-574.exp
13475 * gdb.cp/pr10687.exp
13476 * gdb.cp/pr12028.exp
13477 * gdb.cp/pr17132.exp
13478 * gdb.cp/pr17494.exp
13479 * gdb.cp/pr9067.exp
13480 * gdb.cp/pr9167.exp
13481 * gdb.cp/pr9631.exp
13482 * gdb.cp/printmethod.exp
13483 * gdb.cp/psmang.exp
13484 * gdb.cp/psymtab-parameter.exp
13485 * gdb.cp/ptype-cv-cp.exp
13486 * gdb.cp/ptype-flags.exp
13487 * gdb.cp/re-set-overloaded.exp
13488 * gdb.cp/ref-types.exp
13489 * gdb.cp/rtti.exp
13490 * gdb.cp/scope-err.exp
13491 * gdb.cp/shadow.exp
13492 * gdb.cp/smartp.exp
13493 * gdb.cp/static-method.exp
13494 * gdb.cp/static-print-quit.exp
13495 * gdb.cp/temargs.exp
13496 * gdb.cp/templates.exp
13497 * gdb.cp/try_catch.exp
13498 * gdb.cp/typedef-operator.exp
13499 * gdb.cp/typeid.exp
13500 * gdb.cp/userdef.exp
13501 * gdb.cp/using-crash.exp
13502 * gdb.cp/var-tag.exp
13503 * gdb.cp/virtbase.exp
13504 * gdb.cp/virtfunc.exp
13505 * gdb.cp/virtfunc2.exp
13506 * gdb.cp/vla-cxx.exp
13507 * gdb.disasm/t01_mov.exp
13508 * gdb.disasm/t02_mova.exp
13509 * gdb.disasm/t03_add.exp
13510 * gdb.disasm/t04_sub.exp
13511 * gdb.disasm/t05_cmp.exp
13512 * gdb.disasm/t06_ari2.exp
13513 * gdb.disasm/t07_ari3.exp
13514 * gdb.disasm/t08_or.exp
13515 * gdb.disasm/t09_xor.exp
13516 * gdb.disasm/t10_and.exp
13517 * gdb.disasm/t11_logs.exp
13518 * gdb.disasm/t12_bit.exp
13519 * gdb.disasm/t13_otr.exp
13520 * gdb.dlang/circular.exp
13521 * gdb.dwarf2/arr-stride.exp
13522 * gdb.dwarf2/arr-subrange.exp
13523 * gdb.dwarf2/atomic-type.exp
13524 * gdb.dwarf2/bad-regnum.exp
13525 * gdb.dwarf2/bitfield-parent-optimized-out.exp
13526 * gdb.dwarf2/callframecfa.exp
13527 * gdb.dwarf2/clztest.exp
13528 * gdb.dwarf2/corrupt.exp
13529 * gdb.dwarf2/data-loc.exp
13530 * gdb.dwarf2/dup-psym.exp
13531 * gdb.dwarf2/dw2-anon-mptr.exp
13532 * gdb.dwarf2/dw2-anonymous-func.exp
13533 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
13534 * gdb.dwarf2/dw2-bad-unresolved.exp
13535 * gdb.dwarf2/dw2-basic.exp
13536 * gdb.dwarf2/dw2-canonicalize-type.exp
13537 * gdb.dwarf2/dw2-case-insensitive.exp
13538 * gdb.dwarf2/dw2-common-block.exp
13539 * gdb.dwarf2/dw2-compdir-oldgcc.exp
13540 * gdb.dwarf2/dw2-compressed.exp
13541 * gdb.dwarf2/dw2-const.exp
13542 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
13543 * gdb.dwarf2/dw2-cu-size.exp
13544 * gdb.dwarf2/dw2-dup-frame.exp
13545 * gdb.dwarf2/dw2-entry-value.exp
13546 * gdb.dwarf2/dw2-icycle.exp
13547 * gdb.dwarf2/dw2-ifort-parameter.exp
13548 * gdb.dwarf2/dw2-inline-break.exp
13549 * gdb.dwarf2/dw2-inline-param.exp
13550 * gdb.dwarf2/dw2-intercu.exp
13551 * gdb.dwarf2/dw2-intermix.exp
13552 * gdb.dwarf2/dw2-lexical-block-bare.exp
13553 * gdb.dwarf2/dw2-linkage-name-trust.exp
13554 * gdb.dwarf2/dw2-minsym-in-cu.exp
13555 * gdb.dwarf2/dw2-noloc.exp
13556 * gdb.dwarf2/dw2-op-call.exp
13557 * gdb.dwarf2/dw2-op-out-param.exp
13558 * gdb.dwarf2/dw2-opt-structptr.exp
13559 * gdb.dwarf2/dw2-param-error.exp
13560 * gdb.dwarf2/dw2-producer.exp
13561 * gdb.dwarf2/dw2-ranges-base.exp
13562 * gdb.dwarf2/dw2-ref-missing-frame.exp
13563 * gdb.dwarf2/dw2-reg-undefined.exp
13564 * gdb.dwarf2/dw2-regno-invalid.exp
13565 * gdb.dwarf2/dw2-restore.exp
13566 * gdb.dwarf2/dw2-restrict.exp
13567 * gdb.dwarf2/dw2-single-line-discriminators.exp
13568 * gdb.dwarf2/dw2-strp.exp
13569 * gdb.dwarf2/dw2-undefined-ret-addr.exp
13570 * gdb.dwarf2/dw2-unresolved.exp
13571 * gdb.dwarf2/dw2-var-zero-addr.exp
13572 * gdb.dwarf2/dw4-sig-types.exp
13573 * gdb.dwarf2/dwz.exp
13574 * gdb.dwarf2/dynarr-ptr.exp
13575 * gdb.dwarf2/enum-type.exp
13576 * gdb.dwarf2/gdb-index.exp
13577 * gdb.dwarf2/implptr-64bit.exp
13578 * gdb.dwarf2/implptr-optimized-out.exp
13579 * gdb.dwarf2/implptr.exp
13580 * gdb.dwarf2/implref-array.exp
13581 * gdb.dwarf2/implref-const.exp
13582 * gdb.dwarf2/implref-global.exp
13583 * gdb.dwarf2/implref-struct.exp
13584 * gdb.dwarf2/mac-fileno.exp
13585 * gdb.dwarf2/main-subprogram.exp
13586 * gdb.dwarf2/member-ptr-forwardref.exp
13587 * gdb.dwarf2/method-ptr.exp
13588 * gdb.dwarf2/missing-sig-type.exp
13589 * gdb.dwarf2/nonvar-access.exp
13590 * gdb.dwarf2/opaque-type-lookup.exp
13591 * gdb.dwarf2/pieces-optimized-out.exp
13592 * gdb.dwarf2/pieces.exp
13593 * gdb.dwarf2/pr10770.exp
13594 * gdb.dwarf2/pr13961.exp
13595 * gdb.dwarf2/staticvirtual.exp
13596 * gdb.dwarf2/subrange.exp
13597 * gdb.dwarf2/symtab-producer.exp
13598 * gdb.dwarf2/trace-crash.exp
13599 * gdb.dwarf2/typeddwarf.exp
13600 * gdb.dwarf2/valop.exp
13601 * gdb.dwarf2/watch-notconst.exp
13602 * gdb.fortran/array-element.exp
13603 * gdb.fortran/charset.exp
13604 * gdb.fortran/common-block.exp
13605 * gdb.fortran/complex.exp
13606 * gdb.fortran/derived-type-function.exp
13607 * gdb.fortran/derived-type.exp
13608 * gdb.fortran/logical.exp
13609 * gdb.fortran/module.exp
13610 * gdb.fortran/multi-dim.exp
13611 * gdb.fortran/nested-funcs.exp
13612 * gdb.fortran/print-formatted.exp
13613 * gdb.fortran/subarray.exp
13614 * gdb.fortran/vla-alloc-assoc.exp
13615 * gdb.fortran/vla-datatypes.exp
13616 * gdb.fortran/vla-history.exp
13617 * gdb.fortran/vla-ptr-info.exp
13618 * gdb.fortran/vla-ptype-sub.exp
13619 * gdb.fortran/vla-ptype.exp
13620 * gdb.fortran/vla-sizeof.exp
13621 * gdb.fortran/vla-type.exp
13622 * gdb.fortran/vla-value-sub-arbitrary.exp
13623 * gdb.fortran/vla-value-sub-finish.exp
13624 * gdb.fortran/vla-value-sub.exp
13625 * gdb.fortran/vla-value.exp
13626 * gdb.fortran/whatis_type.exp
13627 * gdb.go/chan.exp
13628 * gdb.go/handcall.exp
13629 * gdb.go/hello.exp
13630 * gdb.go/integers.exp
13631 * gdb.go/methods.exp
13632 * gdb.go/package.exp
13633 * gdb.go/strings.exp
13634 * gdb.go/types.exp
13635 * gdb.go/unsafe.exp
13636 * gdb.guile/scm-arch.exp
13637 * gdb.guile/scm-block.exp
13638 * gdb.guile/scm-breakpoint.exp
13639 * gdb.guile/scm-cmd.exp
13640 * gdb.guile/scm-disasm.exp
13641 * gdb.guile/scm-equal.exp
13642 * gdb.guile/scm-frame-args.exp
13643 * gdb.guile/scm-frame-inline.exp
13644 * gdb.guile/scm-frame.exp
13645 * gdb.guile/scm-iterator.exp
13646 * gdb.guile/scm-math.exp
13647 * gdb.guile/scm-objfile.exp
13648 * gdb.guile/scm-ports.exp
13649 * gdb.guile/scm-symbol.exp
13650 * gdb.guile/scm-symtab.exp
13651 * gdb.guile/scm-value-cc.exp
13652 * gdb.guile/types-module.exp
13653 * gdb.linespec/break-ask.exp
13654 * gdb.linespec/cpexplicit.exp
13655 * gdb.linespec/explicit.exp
13656 * gdb.linespec/keywords.exp
13657 * gdb.linespec/linespec.exp
13658 * gdb.linespec/ls-dollar.exp
13659 * gdb.linespec/ls-errs.exp
13660 * gdb.linespec/skip-two.exp
13661 * gdb.linespec/thread.exp
13662 * gdb.mi/mi-async.exp
13663 * gdb.mi/mi-basics.exp
13664 * gdb.mi/mi-break.exp
13665 * gdb.mi/mi-catch-load.exp
13666 * gdb.mi/mi-cli.exp
13667 * gdb.mi/mi-cmd-param-changed.exp
13668 * gdb.mi/mi-console.exp
13669 * gdb.mi/mi-detach.exp
13670 * gdb.mi/mi-disassemble.exp
13671 * gdb.mi/mi-eval.exp
13672 * gdb.mi/mi-file-transfer.exp
13673 * gdb.mi/mi-file.exp
13674 * gdb.mi/mi-fill-memory.exp
13675 * gdb.mi/mi-inheritance-syntax-error.exp
13676 * gdb.mi/mi-linespec-err-cp.exp
13677 * gdb.mi/mi-logging.exp
13678 * gdb.mi/mi-memory-changed.exp
13679 * gdb.mi/mi-read-memory.exp
13680 * gdb.mi/mi-record-changed.exp
13681 * gdb.mi/mi-reg-undefined.exp
13682 * gdb.mi/mi-regs.exp
13683 * gdb.mi/mi-return.exp
13684 * gdb.mi/mi-reverse.exp
13685 * gdb.mi/mi-simplerun.exp
13686 * gdb.mi/mi-solib.exp
13687 * gdb.mi/mi-stack.exp
13688 * gdb.mi/mi-stepi.exp
13689 * gdb.mi/mi-syn-frame.exp
13690 * gdb.mi/mi-until.exp
13691 * gdb.mi/mi-var-block.exp
13692 * gdb.mi/mi-var-child.exp
13693 * gdb.mi/mi-var-cmd.exp
13694 * gdb.mi/mi-var-cp.exp
13695 * gdb.mi/mi-var-display.exp
13696 * gdb.mi/mi-var-invalidate.exp
13697 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
13698 * gdb.mi/mi-vla-fortran.exp
13699 * gdb.mi/mi-watch.exp
13700 * gdb.mi/mi2-var-child.exp
13701 * gdb.mi/user-selected-context-sync.exp
13702 * gdb.modula2/unbounded-array.exp
13703 * gdb.multi/dummy-frame-restore.exp
13704 * gdb.multi/multi-arch-exec.exp
13705 * gdb.multi/multi-arch.exp
13706 * gdb.multi/tids.exp
13707 * gdb.multi/watchpoint-multi.exp
13708 * gdb.opencl/callfuncs.exp
13709 * gdb.opencl/convs_casts.exp
13710 * gdb.opencl/datatypes.exp
13711 * gdb.opencl/operators.exp
13712 * gdb.opencl/vec_comps.exp
13713 * gdb.opt/clobbered-registers-O2.exp
13714 * gdb.opt/inline-break.exp
13715 * gdb.opt/inline-bt.exp
13716 * gdb.opt/inline-cmds.exp
13717 * gdb.opt/inline-locals.exp
13718 * gdb.pascal/case-insensitive-symbols.exp
13719 * gdb.pascal/floats.exp
13720 * gdb.pascal/gdb11492.exp
13721 * gdb.python/lib-types.exp
13722 * gdb.python/py-arch.exp
13723 * gdb.python/py-as-string.exp
13724 * gdb.python/py-bad-printers.exp
13725 * gdb.python/py-block.exp
13726 * gdb.python/py-breakpoint-create-fail.exp
13727 * gdb.python/py-breakpoint.exp
13728 * gdb.python/py-caller-is.exp
13729 * gdb.python/py-cmd.exp
13730 * gdb.python/py-explore-cc.exp
13731 * gdb.python/py-explore.exp
13732 * gdb.python/py-finish-breakpoint.exp
13733 * gdb.python/py-finish-breakpoint2.exp
13734 * gdb.python/py-frame-args.exp
13735 * gdb.python/py-frame-inline.exp
13736 * gdb.python/py-frame.exp
13737 * gdb.python/py-framefilter-mi.exp
13738 * gdb.python/py-infthread.exp
13739 * gdb.python/py-lazy-string.exp
13740 * gdb.python/py-linetable.exp
13741 * gdb.python/py-mi-events.exp
13742 * gdb.python/py-mi-objfile.exp
13743 * gdb.python/py-mi.exp
13744 * gdb.python/py-objfile.exp
13745 * gdb.python/py-pp-integral.exp
13746 * gdb.python/py-pp-maint.exp
13747 * gdb.python/py-pp-re-notag.exp
13748 * gdb.python/py-pp-registration.exp
13749 * gdb.python/py-recurse-unwind.exp
13750 * gdb.python/py-strfns.exp
13751 * gdb.python/py-symbol.exp
13752 * gdb.python/py-symtab.exp
13753 * gdb.python/py-sync-interp.exp
13754 * gdb.python/py-typeprint.exp
13755 * gdb.python/py-unwind-maint.exp
13756 * gdb.python/py-unwind.exp
13757 * gdb.python/py-value-cc.exp
13758 * gdb.python/py-xmethods.exp
13759 * gdb.reverse/amd64-tailcall-reverse.exp
13760 * gdb.reverse/break-precsave.exp
13761 * gdb.reverse/break-reverse.exp
13762 * gdb.reverse/consecutive-precsave.exp
13763 * gdb.reverse/consecutive-reverse.exp
13764 * gdb.reverse/finish-precsave.exp
13765 * gdb.reverse/finish-reverse-bkpt.exp
13766 * gdb.reverse/finish-reverse.exp
13767 * gdb.reverse/fstatat-reverse.exp
13768 * gdb.reverse/getresuid-reverse.exp
13769 * gdb.reverse/i386-precsave.exp
13770 * gdb.reverse/i386-reverse.exp
13771 * gdb.reverse/i386-sse-reverse.exp
13772 * gdb.reverse/i387-env-reverse.exp
13773 * gdb.reverse/i387-stack-reverse.exp
13774 * gdb.reverse/insn-reverse.exp
13775 * gdb.reverse/machinestate-precsave.exp
13776 * gdb.reverse/machinestate.exp
13777 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13778 * gdb.reverse/pipe-reverse.exp
13779 * gdb.reverse/readv-reverse.exp
13780 * gdb.reverse/recvmsg-reverse.exp
13781 * gdb.reverse/rerun-prec.exp
13782 * gdb.reverse/s390-mvcle.exp
13783 * gdb.reverse/step-precsave.exp
13784 * gdb.reverse/step-reverse.exp
13785 * gdb.reverse/time-reverse.exp
13786 * gdb.reverse/until-precsave.exp
13787 * gdb.reverse/until-reverse.exp
13788 * gdb.reverse/waitpid-reverse.exp
13789 * gdb.reverse/watch-precsave.exp
13790 * gdb.reverse/watch-reverse.exp
13791 * gdb.rust/generics.exp
13792 * gdb.rust/methods.exp
13793 * gdb.rust/modules.exp
13794 * gdb.rust/simple.exp
13795 * gdb.server/connect-with-no-symbol-file.exp
13796 * gdb.server/ext-attach.exp
13797 * gdb.server/ext-restart.exp
13798 * gdb.server/ext-wrapper.exp
13799 * gdb.server/file-transfer.exp
13800 * gdb.server/server-exec-info.exp
13801 * gdb.server/server-kill.exp
13802 * gdb.server/server-mon.exp
13803 * gdb.server/wrapper.exp
13804 * gdb.stabs/exclfwd.exp
13805 * gdb.stabs/gdb11479.exp
13806 * gdb.threads/clone-new-thread-event.exp
13807 * gdb.threads/corethreads.exp
13808 * gdb.threads/current-lwp-dead.exp
13809 * gdb.threads/dlopen-libpthread.exp
13810 * gdb.threads/gcore-thread.exp
13811 * gdb.threads/sigstep-threads.exp
13812 * gdb.threads/watchpoint-fork.exp
13813 * gdb.trace/actions-changed.exp
13814 * gdb.trace/backtrace.exp
13815 * gdb.trace/change-loc.exp
13816 * gdb.trace/circ.exp
13817 * gdb.trace/collection.exp
13818 * gdb.trace/disconnected-tracing.exp
13819 * gdb.trace/ftrace.exp
13820 * gdb.trace/mi-trace-frame-collected.exp
13821 * gdb.trace/mi-trace-unavailable.exp
13822 * gdb.trace/mi-traceframe-changed.exp
13823 * gdb.trace/mi-tsv-changed.exp
13824 * gdb.trace/no-attach-trace.exp
13825 * gdb.trace/passc-dyn.exp
13826 * gdb.trace/qtro.exp
13827 * gdb.trace/range-stepping.exp
13828 * gdb.trace/read-memory.exp
13829 * gdb.trace/save-trace.exp
13830 * gdb.trace/signal.exp
13831 * gdb.trace/status-stop.exp
13832 * gdb.trace/tfile.exp
13833 * gdb.trace/trace-break.exp
13834 * gdb.trace/trace-buffer-size.exp
13835 * gdb.trace/trace-condition.exp
13836 * gdb.trace/tracefile-pseudo-reg.exp
13837 * gdb.trace/tstatus.exp
13838 * gdb.trace/unavailable.exp
13839 * gdb.trace/while-dyn.exp
13840 * gdb.trace/while-stepping.exp
13841
13842 2016-12-22 Doug Evans <xdje42@gmail.com>
13843
13844 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
13845 and msymbols.
13846
13847 2016-12-19 Yao Qi <yao.qi@linaro.org>
13848
13849 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
13850 (test_with_self): Don't call do_steps_and_nexts, and remove
13851 code about stepping into xmalloc.
13852
13853 2016-12-09 Yao Qi <yao.qi@linaro.org>
13854
13855 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
13856
13857 2016-12-09 Yao Qi <yao.qi@linaro.org>
13858
13859 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
13860
13861 2016-12-09 Pedro Alves <palves@redhat.com>
13862
13863 * gdb.base/all-architectures-0.exp: New file.
13864 * gdb.base/all-architectures-1.exp: New file.
13865 * gdb.base/all-architectures-2.exp: New file.
13866 * gdb.base/all-architectures-3.exp: New file.
13867 * gdb.base/all-architectures-4.exp: New file.
13868 * gdb.base/all-architectures-5.exp: New file.
13869 * gdb.base/all-architectures-6.exp: New file.
13870 * gdb.base/all-architectures-7.exp: New file.
13871 * gdb.base/all-architectures.exp.in: New file.
13872
13873 2016-12-09 Yao Qi <yao.qi@linaro.org>
13874
13875 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
13876
13877 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
13878
13879 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
13880 possible.
13881 Remove useless pattern-matching code.
13882
13883 2016-12-02 Pedro Alves <palves@redhat.com>
13884
13885 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
13886 procedure.
13887 (top level): Call it.
13888
13889 2016-12-02 Pedro Alves <palves@redhat.com>
13890
13891 * gdb.base/commands.exp (user_defined_command_args_stack_test):
13892 New procedure.
13893 (top level): Call it.
13894
13895 2016-12-02 Pedro Alves <palves@redhat.com>
13896
13897 PR cli/20559
13898 * gdb.base/commands.exp (user_defined_command_args_eval): New
13899 procedure.
13900 (top level): Call it.
13901
13902 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
13903
13904 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
13905 timeout handling.
13906
13907 2016-12-02 Tom Tromey <tom@tromey.com>
13908
13909 * gdb.dwarf2/main-subprogram.c: New file.
13910 * gdb.dwarf2/main-subprogram.exp: New file.
13911
13912 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13913
13914 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
13915 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
13916 gdb_test_no_output for a couple of cases.
13917 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
13918
13919 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13920
13921 Fix test names and standardize compilation error messages throughout
13922 the following files:
13923
13924 * gdb.ada/start.exp
13925 * gdb.arch/alpha-step.exp
13926 * gdb.arch/e500-prologue.exp
13927 * gdb.arch/ftrace-insn-reloc.exp
13928 * gdb.arch/gdb1291.exp
13929 * gdb.arch/gdb1431.exp
13930 * gdb.arch/gdb1558.exp
13931 * gdb.arch/i386-dr3-watch.exp
13932 * gdb.arch/i386-sse-stack-align.exp
13933 * gdb.arch/ia64-breakpoint-shadow.exp
13934 * gdb.arch/pa-nullify.exp
13935 * gdb.arch/powerpc-aix-prologue.exp
13936 * gdb.arch/thumb-bx-pc.exp
13937 * gdb.base/annota1.exp
13938 * gdb.base/annota3.exp
13939 * gdb.base/arrayidx.exp
13940 * gdb.base/assign.exp
13941 * gdb.base/attach.exp
13942 * gdb.base/auxv.exp
13943 * gdb.base/bang.exp
13944 * gdb.base/bfp-test.exp
13945 * gdb.base/bigcore.exp
13946 * gdb.base/bitfields2.exp
13947 * gdb.base/break-fun-addr.exp
13948 * gdb.base/break-probes.exp
13949 * gdb.base/call-rt-st.exp
13950 * gdb.base/callexit.exp
13951 * gdb.base/catch-fork-kill.exp
13952 * gdb.base/charset.exp
13953 * gdb.base/checkpoint.exp
13954 * gdb.base/comprdebug.exp
13955 * gdb.base/constvars.exp
13956 * gdb.base/coredump-filter.exp
13957 * gdb.base/cursal.exp
13958 * gdb.base/cvexpr.exp
13959 * gdb.base/detach.exp
13960 * gdb.base/display.exp
13961 * gdb.base/dmsym.exp
13962 * gdb.base/dprintf-pending.exp
13963 * gdb.base/dso2dso.exp
13964 * gdb.base/dtrace-probe.exp
13965 * gdb.base/dump.exp
13966 * gdb.base/enum_cond.exp
13967 * gdb.base/exe-lock.exp
13968 * gdb.base/exec-invalid-sysroot.exp
13969 * gdb.base/execl-update-breakpoints.exp
13970 * gdb.base/exprs.exp
13971 * gdb.base/fileio.exp
13972 * gdb.base/find.exp
13973 * gdb.base/finish.exp
13974 * gdb.base/fixsection.exp
13975 * gdb.base/foll-vfork.exp
13976 * gdb.base/frame-args.exp
13977 * gdb.base/gcore.exp
13978 * gdb.base/gdb1250.exp
13979 * gdb.base/global-var-nested-by-dso.exp
13980 * gdb.base/gnu-ifunc.exp
13981 * gdb.base/hashline1.exp
13982 * gdb.base/hashline2.exp
13983 * gdb.base/hashline3.exp
13984 * gdb.base/hbreak-in-shr-unsupported.exp
13985 * gdb.base/huge.exp
13986 * gdb.base/infcall-input.exp
13987 * gdb.base/info-fun.exp
13988 * gdb.base/info-shared.exp
13989 * gdb.base/jit-simple.exp
13990 * gdb.base/jit-so.exp
13991 * gdb.base/jit.exp
13992 * gdb.base/jump.exp
13993 * gdb.base/label.exp
13994 * gdb.base/lineinc.exp
13995 * gdb.base/logical.exp
13996 * gdb.base/longjmp.exp
13997 * gdb.base/macscp.exp
13998 * gdb.base/miscexprs.exp
13999 * gdb.base/new-ui-echo.exp
14000 * gdb.base/new-ui-pending-input.exp
14001 * gdb.base/new-ui.exp
14002 * gdb.base/nodebug.exp
14003 * gdb.base/nofield.exp
14004 * gdb.base/offsets.exp
14005 * gdb.base/overlays.exp
14006 * gdb.base/pending.exp
14007 * gdb.base/pointers.exp
14008 * gdb.base/pr11022.exp
14009 * gdb.base/printcmds.exp
14010 * gdb.base/prologue.exp
14011 * gdb.base/ptr-typedef.exp
14012 * gdb.base/realname-expand.exp
14013 * gdb.base/relativedebug.exp
14014 * gdb.base/relocate.exp
14015 * gdb.base/remote.exp
14016 * gdb.base/reread.exp
14017 * gdb.base/return2.exp
14018 * gdb.base/savedregs.exp
14019 * gdb.base/sep.exp
14020 * gdb.base/sepdebug.exp
14021 * gdb.base/sepsymtab.exp
14022 * gdb.base/set-inferior-tty.exp
14023 * gdb.base/setshow.exp
14024 * gdb.base/shlib-call.exp
14025 * gdb.base/sigaltstack.exp
14026 * gdb.base/siginfo-addr.exp
14027 * gdb.base/signals.exp
14028 * gdb.base/signull.exp
14029 * gdb.base/sigrepeat.exp
14030 * gdb.base/so-impl-ld.exp
14031 * gdb.base/solib-display.exp
14032 * gdb.base/solib-overlap.exp
14033 * gdb.base/solib-search.exp
14034 * gdb.base/solib-symbol.exp
14035 * gdb.base/structs.exp
14036 * gdb.base/structs2.exp
14037 * gdb.base/symtab-search-order.exp
14038 * gdb.base/twice.exp
14039 * gdb.base/unload.exp
14040 * gdb.base/varargs.exp
14041 * gdb.base/watchpoint-solib.exp
14042 * gdb.base/watchpoint.exp
14043 * gdb.base/whatis.exp
14044 * gdb.base/wrong_frame_bt_full.exp
14045 * gdb.btrace/dlopen.exp
14046 * gdb.cell/ea-standalone.exp
14047 * gdb.cell/ea-test.exp
14048 * gdb.cp/dispcxx.exp
14049 * gdb.cp/gdb2384.exp
14050 * gdb.cp/method2.exp
14051 * gdb.cp/nextoverthrow.exp
14052 * gdb.cp/pr10728.exp
14053 * gdb.disasm/am33.exp
14054 * gdb.disasm/h8300s.exp
14055 * gdb.disasm/mn10300.exp
14056 * gdb.disasm/sh3.exp
14057 * gdb.dwarf2/dw2-dir-file-name.exp
14058 * gdb.fortran/complex.exp
14059 * gdb.fortran/library-module.exp
14060 * gdb.guile/scm-pretty-print.exp
14061 * gdb.guile/scm-symbol.exp
14062 * gdb.guile/scm-type.exp
14063 * gdb.guile/scm-value.exp
14064 * gdb.linespec/linespec.exp
14065 * gdb.mi/gdb701.exp
14066 * gdb.mi/gdb792.exp
14067 * gdb.mi/mi-breakpoint-changed.exp
14068 * gdb.mi/mi-dprintf-pending.exp
14069 * gdb.mi/mi-dprintf.exp
14070 * gdb.mi/mi-exit-code.exp
14071 * gdb.mi/mi-pending.exp
14072 * gdb.mi/mi-solib.exp
14073 * gdb.mi/new-ui-mi-sync.exp
14074 * gdb.mi/pr11022.exp
14075 * gdb.mi/user-selected-context-sync.exp
14076 * gdb.opt/solib-intra-step.exp
14077 * gdb.python/py-events.exp
14078 * gdb.python/py-finish-breakpoint.exp
14079 * gdb.python/py-mi.exp
14080 * gdb.python/py-prettyprint.exp
14081 * gdb.python/py-shared.exp
14082 * gdb.python/py-symbol.exp
14083 * gdb.python/py-template.exp
14084 * gdb.python/py-type.exp
14085 * gdb.python/py-value.exp
14086 * gdb.reverse/solib-precsave.exp
14087 * gdb.reverse/solib-reverse.exp
14088 * gdb.server/solib-list.exp
14089 * gdb.stabs/weird.exp
14090 * gdb.threads/reconnect-signal.exp
14091 * gdb.threads/stepi-random-signal.exp
14092 * gdb.trace/actions.exp
14093 * gdb.trace/ax.exp
14094 * gdb.trace/backtrace.exp
14095 * gdb.trace/change-loc.exp
14096 * gdb.trace/deltrace.exp
14097 * gdb.trace/ftrace-lock.exp
14098 * gdb.trace/ftrace.exp
14099 * gdb.trace/infotrace.exp
14100 * gdb.trace/mi-tracepoint-changed.exp
14101 * gdb.trace/packetlen.exp
14102 * gdb.trace/passcount.exp
14103 * gdb.trace/pending.exp
14104 * gdb.trace/range-stepping.exp
14105 * gdb.trace/report.exp
14106 * gdb.trace/stap-trace.exp
14107 * gdb.trace/tfind.exp
14108 * gdb.trace/trace-break.exp
14109 * gdb.trace/trace-condition.exp
14110 * gdb.trace/trace-enable-disable.exp
14111 * gdb.trace/trace-mt.exp
14112 * gdb.trace/tracecmd.exp
14113 * gdb.trace/tspeed.exp
14114 * gdb.trace/tsv.exp
14115 * lib/perftest.exp
14116
14117 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14118
14119 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
14120 with gdb_test_no_output.
14121 Use command as test name.
14122
14123 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14124
14125 Fix test names starting with uppercase throughout the files.
14126
14127 * gdb.ada/assign_1.exp
14128 * gdb.ada/boolean_expr.exp
14129 * gdb.base/arrayidx.exp
14130 * gdb.base/del.exp
14131 * gdb.base/gcore-buffer-overflow.exp
14132 * gdb.base/testenv.exp
14133 * gdb.compile/compile.exp
14134 * gdb.python/py-framefilter-invalidarg.exp
14135 * gdb.python/py-framefilter.exp
14136
14137 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14138
14139 Fix test names starting with uppercase throughout the files.
14140
14141 * gdb.ada/array_return.exp
14142 * gdb.ada/expr_delims.exp
14143 * gdb.ada/mi_dyn_arr.exp
14144 * gdb.ada/mi_interface.exp
14145 * gdb.ada/mi_var_array.exp
14146 * gdb.ada/watch_arg.exp
14147 * gdb.arch/alpha-step.exp
14148 * gdb.arch/altivec-regs.exp
14149 * gdb.arch/e500-regs.exp
14150 * gdb.arch/powerpc-d128-regs.exp
14151 * gdb.base/arrayidx.exp
14152 * gdb.base/break.exp
14153 * gdb.base/checkpoint.exp
14154 * gdb.base/debug-expr.exp
14155 * gdb.base/dmsym.exp
14156 * gdb.base/radix.exp
14157 * gdb.base/sepdebug.exp
14158 * gdb.base/testenv.exp
14159 * gdb.base/watch_thread_num.exp
14160 * gdb.base/watchpoint-cond-gone.exp
14161 * gdb.cell/break.exp
14162 * gdb.cell/ea-cache.exp
14163 * gdb.compile/compile.exp
14164 * gdb.cp/gdb2495.exp
14165 * gdb.gdb/selftest.exp
14166 * gdb.gdb/xfullpath.exp
14167 * gdb.go/hello.exp
14168 * gdb.go/integers.exp
14169 * gdb.objc/basicclass.exp
14170 * gdb.pascal/hello.exp
14171 * gdb.pascal/integers.exp
14172 * gdb.python/py-breakpoint.exp
14173 * gdb.python/py-cmd.exp
14174 * gdb.python/py-linetable.exp
14175 * gdb.python/py-xmethods.exp
14176 * gdb.python/python.exp
14177 * gdb.reverse/consecutive-precsave.exp
14178 * gdb.reverse/finish-precsave.exp
14179 * gdb.reverse/i386-precsave.exp
14180 * gdb.reverse/machinestate-precsave.exp
14181 * gdb.reverse/sigall-precsave.exp
14182 * gdb.reverse/solib-precsave.exp
14183 * gdb.reverse/step-precsave.exp
14184 * gdb.reverse/until-precsave.exp
14185 * gdb.reverse/watch-precsave.exp
14186 * gdb.threads/leader-exit.exp
14187 * gdb.threads/pthreads.exp
14188 * gdb.threads/wp-replication.exp
14189 * gdb.trace/actions.exp
14190 * gdb.trace/mi-tsv-changed.exp
14191 * gdb.trace/tsv.exp
14192
14193 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14194
14195 Fix test names starting with uppercase throughout the files.
14196
14197 * gdb.arch/i386-bp_permanent.exp
14198 * gdb.arch/i386-gnu-cfi.exp
14199 * gdb.base/disasm-end-cu.exp
14200 * gdb.base/macscp.exp
14201 * gdb.base/pending.exp
14202 * gdb.base/watch_thread_num.exp
14203 * gdb.cp/exception.exp
14204 * gdb.cp/gdb2495.exp
14205 * gdb.cp/local.exp
14206 * gdb.python/py-evsignal.exp
14207 * gdb.python/python.exp
14208 * gdb.trace/tracecmd.exp
14209
14210 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14211
14212 Fix test names starting with uppercase throughout the files.
14213
14214 * gdb.base/charset.exp
14215 * gdb.base/eval.exp
14216 * gdb.base/multi-forks.exp
14217 * gdb.guile/scm-progspace.exp
14218 * gdb.opencl/datatypes.exp
14219 * gdb.python/py-block.exp
14220 * gdb.python/py-function.exp
14221 * gdb.python/py-symbol.exp
14222 * gdb.python/py-symtab.exp
14223 * gdb.python/py-xmethods.exp
14224 * gdb.reverse/break-precsave.exp
14225 * gdb.reverse/break-reverse.exp
14226 * gdb.reverse/consecutive-precsave.exp
14227 * gdb.reverse/consecutive-reverse.exp
14228 * gdb.reverse/finish-precsave.exp
14229 * gdb.reverse/finish-reverse-bkpt.exp
14230 * gdb.reverse/finish-reverse.exp
14231 * gdb.reverse/fstatat-reverse.exp
14232 * gdb.reverse/getresuid-reverse.exp
14233 * gdb.reverse/i386-precsave.exp
14234 * gdb.reverse/i386-reverse.exp
14235 * gdb.reverse/i386-sse-reverse.exp
14236 * gdb.reverse/i387-stack-reverse.exp
14237 * gdb.reverse/insn-reverse.exp
14238 * gdb.reverse/machinestate-precsave.exp
14239 * gdb.reverse/machinestate.exp
14240 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14241 * gdb.reverse/pipe-reverse.exp
14242 * gdb.reverse/readv-reverse.exp
14243 * gdb.reverse/recvmsg-reverse.exp
14244 * gdb.reverse/rerun-prec.exp
14245 * gdb.reverse/s390-mvcle.exp
14246 * gdb.reverse/sigall-precsave.exp
14247 * gdb.reverse/sigall-reverse.exp
14248 * gdb.reverse/solib-precsave.exp
14249 * gdb.reverse/solib-reverse.exp
14250 * gdb.reverse/step-precsave.exp
14251 * gdb.reverse/step-reverse.exp
14252 * gdb.reverse/time-reverse.exp
14253 * gdb.reverse/until-precsave.exp
14254 * gdb.reverse/until-reverse.exp
14255 * gdb.reverse/waitpid-reverse.exp
14256 * gdb.reverse/watch-precsave.exp
14257 * gdb.reverse/watch-reverse.exp
14258
14259 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14260
14261 Fix test names starting with uppercase throughout the files.
14262
14263 * gdb.arch/i386-mpx-simple_segv.exp
14264 * gdb.arch/i386-mpx.exp
14265 * gdb.arch/i386-permbkpt.exp
14266 * gdb.arch/pa-nullify.exp
14267 * gdb.arch/powerpc-d128-regs.exp
14268 * gdb.arch/vsx-regs.exp
14269 * gdb.base/bfp-test.exp
14270 * gdb.base/break.exp
14271 * gdb.base/breakpoint-shadow.exp
14272 * gdb.base/callfuncs.exp
14273 * gdb.base/charset.exp
14274 * gdb.base/commands.exp
14275 * gdb.base/completion.exp
14276 * gdb.base/dfp-test.exp
14277 * gdb.base/echo.exp
14278 * gdb.base/ending-run.exp
14279 * gdb.base/eval.exp
14280 * gdb.base/expand-psymtabs.exp
14281 * gdb.base/float128.exp
14282 * gdb.base/floatn.exp
14283 * gdb.base/foll-exec-mode.exp
14284 * gdb.base/gdb1056.exp
14285 * gdb.base/gdb11531.exp
14286 * gdb.base/kill-after-signal.exp
14287 * gdb.base/multi-forks.exp
14288 * gdb.base/overlays.exp
14289 * gdb.base/pending.exp
14290 * gdb.base/sepdebug.exp
14291 * gdb.base/testenv.exp
14292 * gdb.base/valgrind-db-attach.exp
14293 * gdb.base/watch_thread_num.exp
14294 * gdb.base/watchpoint-cond-gone.exp
14295 * gdb.base/watchpoint.exp
14296 * gdb.base/watchpoints.exp
14297 * gdb.cp/arg-reference.exp
14298 * gdb.cp/baseenum.exp
14299 * gdb.cp/operator.exp
14300 * gdb.cp/shadow.exp
14301 * gdb.dwarf2/dw2-op-out-param.exp
14302 * gdb.dwarf2/dw2-reg-undefined.exp
14303 * gdb.go/chan.exp
14304 * gdb.go/hello.exp
14305 * gdb.go/integers.exp
14306 * gdb.go/methods.exp
14307 * gdb.go/package.exp
14308 * gdb.guile/scm-parameter.exp
14309 * gdb.guile/scm-progspace.exp
14310 * gdb.guile/scm-value.exp
14311 * gdb.mi/mi-pending.exp
14312 * gdb.mi/user-selected-context-sync.exp
14313 * gdb.multi/multi-attach.exp
14314 * gdb.multi/tids.exp
14315 * gdb.opt/clobbered-registers-O2.exp
14316 * gdb.pascal/floats.exp
14317 * gdb.pascal/integers.exp
14318 * gdb.python/py-block.exp
14319 * gdb.python/py-events.exp
14320 * gdb.python/py-parameter.exp
14321 * gdb.python/py-symbol.exp
14322 * gdb.python/py-symtab.exp
14323 * gdb.python/py-type.exp
14324 * gdb.python/py-value.exp
14325 * gdb.python/py-xmethods.exp
14326 * gdb.python/python.exp
14327 * gdb.reverse/break-precsave.exp
14328 * gdb.reverse/consecutive-precsave.exp
14329 * gdb.reverse/finish-precsave.exp
14330 * gdb.reverse/i386-precsave.exp
14331 * gdb.reverse/machinestate-precsave.exp
14332 * gdb.reverse/sigall-precsave.exp
14333 * gdb.reverse/solib-precsave.exp
14334 * gdb.reverse/step-precsave.exp
14335 * gdb.reverse/until-precsave.exp
14336 * gdb.reverse/watch-precsave.exp
14337 * gdb.server/ext-attach.exp
14338 * gdb.server/ext-restart.exp
14339 * gdb.server/ext-run.exp
14340 * gdb.server/ext-wrapper.exp
14341 * gdb.stabs/gdb11479.exp
14342 * gdb.stabs/weird.exp
14343 * gdb.threads/attach-many-short-lived-threads.exp
14344 * gdb.threads/kill.exp
14345 * gdb.threads/watchpoint-fork.exp
14346
14347 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14348
14349 Fix test names starting with uppercase throughout all the files below.
14350
14351 * gdb.ada/array_return.exp
14352 * gdb.ada/catch_ex.exp
14353 * gdb.ada/info_exc.exp
14354 * gdb.ada/mi_catch_ex.exp
14355 * gdb.ada/mi_dyn_arr.exp
14356 * gdb.ada/mi_ex_cond.exp
14357 * gdb.ada/mi_exc_info.exp
14358 * gdb.ada/mi_interface.exp
14359 * gdb.ada/mi_task_arg.exp
14360 * gdb.ada/mi_task_info.exp
14361 * gdb.ada/mi_var_array.exp
14362 * gdb.arch/alpha-step.exp
14363 * gdb.arch/amd64-disp-step.exp
14364 * gdb.arch/arm-disp-step.exp
14365 * gdb.arch/disp-step-insn-reloc.exp
14366 * gdb.arch/e500-prologue.exp
14367 * gdb.arch/ftrace-insn-reloc.exp
14368 * gdb.arch/gdb1558.exp
14369 * gdb.arch/i386-bp_permanent.exp
14370 * gdb.arch/i386-disp-step.exp
14371 * gdb.arch/i386-float.exp
14372 * gdb.arch/i386-gnu-cfi.exp
14373 * gdb.arch/ia64-breakpoint-shadow.exp
14374 * gdb.arch/mips16-thunks.exp
14375 * gdb.arch/pa-nullify.exp
14376 * gdb.arch/powerpc-aix-prologue.exp
14377 * gdb.arch/powerpc-power.exp
14378 * gdb.arch/ppc-dfp.exp
14379 * gdb.arch/s390-tdbregs.exp
14380 * gdb.arch/spu-info.exp
14381 * gdb.arch/spu-ls.exp
14382 * gdb.arch/thumb-bx-pc.exp
14383 * gdb.base/advance.exp
14384 * gdb.base/annota-input-while-running.exp
14385 * gdb.base/arrayidx.exp
14386 * gdb.base/asmlabel.exp
14387 * gdb.base/async.exp
14388 * gdb.base/attach-wait-input.exp
14389 * gdb.base/auto-connect-native-target.exp
14390 * gdb.base/batch-preserve-term-settings.exp
14391 * gdb.base/bfp-test.exp
14392 * gdb.base/bigcore.exp
14393 * gdb.base/bp-permanent.exp
14394 * gdb.base/break-always.exp
14395 * gdb.base/break-fun-addr.exp
14396 * gdb.base/break-idempotent.exp
14397 * gdb.base/break-main-file-remove-fail.exp
14398 * gdb.base/break-probes.exp
14399 * gdb.base/break-unload-file.exp
14400 * gdb.base/break.exp
14401 * gdb.base/call-ar-st.exp
14402 * gdb.base/call-rt-st.exp
14403 * gdb.base/call-sc.exp
14404 * gdb.base/call-signal-resume.exp
14405 * gdb.base/call-strs.exp
14406 * gdb.base/callexit.exp
14407 * gdb.base/callfuncs.exp
14408 * gdb.base/catch-gdb-caused-signals.exp
14409 * gdb.base/catch-signal-siginfo-cond.exp
14410 * gdb.base/catch-syscall.exp
14411 * gdb.base/compare-sections.exp
14412 * gdb.base/cond-eval-mode.exp
14413 * gdb.base/condbreak-call-false.exp
14414 * gdb.base/consecutive-step-over.exp
14415 * gdb.base/cursal.exp
14416 * gdb.base/disabled-location.exp
14417 * gdb.base/disasm-end-cu.exp
14418 * gdb.base/display.exp
14419 * gdb.base/double-prompt-target-event-error.exp
14420 * gdb.base/dprintf-bp-same-addr.exp
14421 * gdb.base/dprintf-detach.exp
14422 * gdb.base/dprintf-next.exp
14423 * gdb.base/dprintf-non-stop.exp
14424 * gdb.base/dprintf-pending.exp
14425 * gdb.base/dso2dso.exp
14426 * gdb.base/ending-run.exp
14427 * gdb.base/enum_cond.exp
14428 * gdb.base/examine-backward.exp
14429 * gdb.base/exe-lock.exp
14430 * gdb.base/exec-invalid-sysroot.exp
14431 * gdb.base/execl-update-breakpoints.exp
14432 * gdb.base/execution-termios.exp
14433 * gdb.base/fileio.exp
14434 * gdb.base/fixsection.exp
14435 * gdb.base/foll-exec-mode.exp
14436 * gdb.base/foll-exec.exp
14437 * gdb.base/fork-running-state.exp
14438 * gdb.base/frame-args.exp
14439 * gdb.base/fullpath-expand.exp
14440 * gdb.base/func-ptr.exp
14441 * gdb.base/gcore-relro-pie.exp
14442 * gdb.base/gdb1090.exp
14443 * gdb.base/gdb1555.exp
14444 * gdb.base/global-var-nested-by-dso.exp
14445 * gdb.base/gnu-ifunc.exp
14446 * gdb.base/hbreak-in-shr-unsupported.exp
14447 * gdb.base/hbreak-unmapped.exp
14448 * gdb.base/hook-stop.exp
14449 * gdb.base/infcall-input.exp
14450 * gdb.base/info-fun.exp
14451 * gdb.base/info-shared.exp
14452 * gdb.base/interrupt-noterm.exp
14453 * gdb.base/jit-so.exp
14454 * gdb.base/jit.exp
14455 * gdb.base/line-symtabs.exp
14456 * gdb.base/list.exp
14457 * gdb.base/longjmp.exp
14458 * gdb.base/macscp.exp
14459 * gdb.base/max-value-size.exp
14460 * gdb.base/nodebug.exp
14461 * gdb.base/nofield.exp
14462 * gdb.base/overlays.exp
14463 * gdb.base/paginate-after-ctrl-c-running.exp
14464 * gdb.base/paginate-bg-execution.exp
14465 * gdb.base/paginate-inferior-exit.exp
14466 * gdb.base/pending.exp
14467 * gdb.base/pr11022.exp
14468 * gdb.base/printcmds.exp
14469 * gdb.base/ptr-typedef.exp
14470 * gdb.base/ptype.exp
14471 * gdb.base/randomize.exp
14472 * gdb.base/range-stepping.exp
14473 * gdb.base/realname-expand.exp
14474 * gdb.base/relativedebug.exp
14475 * gdb.base/remote.exp
14476 * gdb.base/savedregs.exp
14477 * gdb.base/sepdebug.exp
14478 * gdb.base/set-noassign.exp
14479 * gdb.base/shlib-call.exp
14480 * gdb.base/shreloc.exp
14481 * gdb.base/sigaltstack.exp
14482 * gdb.base/sigbpt.exp
14483 * gdb.base/siginfo-addr.exp
14484 * gdb.base/siginfo-obj.exp
14485 * gdb.base/siginfo-thread.exp
14486 * gdb.base/signest.exp
14487 * gdb.base/signull.exp
14488 * gdb.base/sigrepeat.exp
14489 * gdb.base/skip.exp
14490 * gdb.base/so-impl-ld.exp
14491 * gdb.base/solib-corrupted.exp
14492 * gdb.base/solib-disc.exp
14493 * gdb.base/solib-display.exp
14494 * gdb.base/solib-overlap.exp
14495 * gdb.base/solib-search.exp
14496 * gdb.base/solib-symbol.exp
14497 * gdb.base/source-execution.exp
14498 * gdb.base/sss-bp-on-user-bp-2.exp
14499 * gdb.base/sss-bp-on-user-bp.exp
14500 * gdb.base/stack-checking.exp
14501 * gdb.base/stale-infcall.exp
14502 * gdb.base/step-break.exp
14503 * gdb.base/step-line.exp
14504 * gdb.base/step-over-exit.exp
14505 * gdb.base/step-test.exp
14506 * gdb.base/structs.exp
14507 * gdb.base/sym-file.exp
14508 * gdb.base/symtab-search-order.exp
14509 * gdb.base/term.exp
14510 * gdb.base/type-opaque.exp
14511 * gdb.base/unload.exp
14512 * gdb.base/until-nodebug.exp
14513 * gdb.base/until.exp
14514 * gdb.base/unwindonsignal.exp
14515 * gdb.base/watch-cond.exp
14516 * gdb.base/watch-non-mem.exp
14517 * gdb.base/watch_thread_num.exp
14518 * gdb.base/watchpoint-reuse-slot.exp
14519 * gdb.base/watchpoint-solib.exp
14520 * gdb.base/watchpoint.exp
14521 * gdb.btrace/dlopen.exp
14522 * gdb.cell/arch.exp
14523 * gdb.cell/break.exp
14524 * gdb.cell/bt.exp
14525 * gdb.cell/core.exp
14526 * gdb.cell/data.exp
14527 * gdb.cell/dwarfaddr.exp
14528 * gdb.cell/ea-cache.exp
14529 * gdb.cell/ea-standalone.exp
14530 * gdb.cell/ea-test.exp
14531 * gdb.cell/f-regs.exp
14532 * gdb.cell/fork.exp
14533 * gdb.cell/gcore.exp
14534 * gdb.cell/mem-access.exp
14535 * gdb.cell/ptype.exp
14536 * gdb.cell/registers.exp
14537 * gdb.cell/sizeof.exp
14538 * gdb.cell/solib-symbol.exp
14539 * gdb.cell/solib.exp
14540 * gdb.compile/compile-tls.exp
14541 * gdb.cp/exception.exp
14542 * gdb.cp/gdb2495.exp
14543 * gdb.cp/local.exp
14544 * gdb.cp/mb-inline.exp
14545 * gdb.cp/mb-templates.exp
14546 * gdb.cp/pr10687.exp
14547 * gdb.cp/pr9167.exp
14548 * gdb.cp/scope-err.exp
14549 * gdb.cp/templates.exp
14550 * gdb.cp/virtfunc.exp
14551 * gdb.dwarf2/dw2-dir-file-name.exp
14552 * gdb.dwarf2/dw2-single-line-discriminators.exp
14553 * gdb.fortran/complex.exp
14554 * gdb.fortran/library-module.exp
14555 * gdb.guile/guile.exp
14556 * gdb.guile/scm-cmd.exp
14557 * gdb.guile/scm-frame-inline.exp
14558 * gdb.guile/scm-objfile.exp
14559 * gdb.guile/scm-pretty-print.exp
14560 * gdb.guile/scm-symbol.exp
14561 * gdb.guile/scm-type.exp
14562 * gdb.guile/scm-value.exp
14563 * gdb.linespec/keywords.exp
14564 * gdb.linespec/ls-errs.exp
14565 * gdb.linespec/macro-relative.exp
14566 * gdb.linespec/thread.exp
14567 * gdb.mi/mi-breakpoint-changed.exp
14568 * gdb.mi/mi-dprintf-pending.exp
14569 * gdb.mi/mi-fullname-deleted.exp
14570 * gdb.mi/mi-logging.exp
14571 * gdb.mi/mi-pending.exp
14572 * gdb.mi/mi-solib.exp
14573 * gdb.mi/new-ui-mi-sync.exp
14574 * gdb.mi/user-selected-context-sync.exp
14575 * gdb.multi/dummy-frame-restore.exp
14576 * gdb.multi/multi-arch-exec.exp
14577 * gdb.multi/remove-inferiors.exp
14578 * gdb.multi/watchpoint-multi-exit.exp
14579 * gdb.opt/solib-intra-step.exp
14580 * gdb.perf/backtrace.exp
14581 * gdb.perf/single-step.exp
14582 * gdb.perf/skip-command.exp
14583 * gdb.perf/skip-prologue.exp
14584 * gdb.perf/solib.exp
14585 * gdb.python/lib-types.exp
14586 * gdb.python/py-as-string.exp
14587 * gdb.python/py-bad-printers.exp
14588 * gdb.python/py-block.exp
14589 * gdb.python/py-breakpoint.exp
14590 * gdb.python/py-cmd.exp
14591 * gdb.python/py-events.exp
14592 * gdb.python/py-evthreads.exp
14593 * gdb.python/py-finish-breakpoint.exp
14594 * gdb.python/py-finish-breakpoint2.exp
14595 * gdb.python/py-frame-inline.exp
14596 * gdb.python/py-frame.exp
14597 * gdb.python/py-inferior.exp
14598 * gdb.python/py-infthread.exp
14599 * gdb.python/py-mi.exp
14600 * gdb.python/py-objfile.exp
14601 * gdb.python/py-pp-maint.exp
14602 * gdb.python/py-pp-registration.exp
14603 * gdb.python/py-prettyprint.exp
14604 * gdb.python/py-recurse-unwind.exp
14605 * gdb.python/py-shared.exp
14606 * gdb.python/py-symbol.exp
14607 * gdb.python/py-symtab.exp
14608 * gdb.python/py-template.exp
14609 * gdb.python/py-type.exp
14610 * gdb.python/py-unwind-maint.exp
14611 * gdb.python/py-unwind.exp
14612 * gdb.python/py-value.exp
14613 * gdb.python/python.exp
14614 * gdb.reverse/finish-reverse-bkpt.exp
14615 * gdb.reverse/insn-reverse.exp
14616 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14617 * gdb.reverse/solib-precsave.exp
14618 * gdb.reverse/solib-reverse.exp
14619 * gdb.stabs/gdb11479.exp
14620 * gdb.stabs/weird.exp
14621 * gdb.threads/fork-child-threads.exp
14622 * gdb.threads/fork-plus-threads.exp
14623 * gdb.threads/fork-thread-pending.exp
14624 * gdb.threads/forking-threads-plus-breakpoint.exp
14625 * gdb.threads/hand-call-in-threads.exp
14626 * gdb.threads/interrupted-hand-call.exp
14627 * gdb.threads/linux-dp.exp
14628 * gdb.threads/local-watch-wrong-thread.exp
14629 * gdb.threads/next-while-other-thread-longjmps.exp
14630 * gdb.threads/non-ldr-exit.exp
14631 * gdb.threads/pending-step.exp
14632 * gdb.threads/print-threads.exp
14633 * gdb.threads/process-dies-while-detaching.exp
14634 * gdb.threads/process-dies-while-handling-bp.exp
14635 * gdb.threads/pthreads.exp
14636 * gdb.threads/queue-signal.exp
14637 * gdb.threads/reconnect-signal.exp
14638 * gdb.threads/signal-command-handle-nopass.exp
14639 * gdb.threads/signal-command-multiple-signals-pending.exp
14640 * gdb.threads/signal-delivered-right-thread.exp
14641 * gdb.threads/signal-sigtrap.exp
14642 * gdb.threads/sigthread.exp
14643 * gdb.threads/staticthreads.exp
14644 * gdb.threads/stepi-random-signal.exp
14645 * gdb.threads/thread-unwindonsignal.exp
14646 * gdb.threads/thread_check.exp
14647 * gdb.threads/thread_events.exp
14648 * gdb.threads/tid-reuse.exp
14649 * gdb.threads/tls-nodebug.exp
14650 * gdb.threads/tls-shared.exp
14651 * gdb.threads/tls-so_extern.exp
14652 * gdb.threads/tls.exp
14653 * gdb.threads/wp-replication.exp
14654 * gdb.trace/actions-changed.exp
14655 * gdb.trace/actions.exp
14656 * gdb.trace/backtrace.exp
14657 * gdb.trace/change-loc.exp
14658 * gdb.trace/collection.exp
14659 * gdb.trace/deltrace.exp
14660 * gdb.trace/disconnected-tracing.exp
14661 * gdb.trace/entry-values.exp
14662 * gdb.trace/ftrace-lock.exp
14663 * gdb.trace/ftrace.exp
14664 * gdb.trace/infotrace.exp
14665 * gdb.trace/mi-trace-frame-collected.exp
14666 * gdb.trace/mi-trace-unavailable.exp
14667 * gdb.trace/mi-traceframe-changed.exp
14668 * gdb.trace/mi-tracepoint-changed.exp
14669 * gdb.trace/mi-tsv-changed.exp
14670 * gdb.trace/no-attach-trace.exp
14671 * gdb.trace/packetlen.exp
14672 * gdb.trace/passc-dyn.exp
14673 * gdb.trace/passcount.exp
14674 * gdb.trace/pending.exp
14675 * gdb.trace/pr16508.exp
14676 * gdb.trace/qtro.exp
14677 * gdb.trace/range-stepping.exp
14678 * gdb.trace/read-memory.exp
14679 * gdb.trace/report.exp
14680 * gdb.trace/save-trace.exp
14681 * gdb.trace/signal.exp
14682 * gdb.trace/stap-trace.exp
14683 * gdb.trace/status-stop.exp
14684 * gdb.trace/strace.exp
14685 * gdb.trace/tfile.exp
14686 * gdb.trace/tfind.exp
14687 * gdb.trace/trace-break.exp
14688 * gdb.trace/trace-condition.exp
14689 * gdb.trace/trace-enable-disable.exp
14690 * gdb.trace/trace-mt.exp
14691 * gdb.trace/tracecmd.exp
14692 * gdb.trace/tracefile-pseudo-reg.exp
14693 * gdb.trace/tspeed.exp
14694 * gdb.trace/tstatus.exp
14695 * gdb.trace/tsv.exp
14696 * gdb.trace/unavailable.exp
14697 * gdb.trace/while-dyn.exp
14698 * gdb.trace/while-stepping.exp
14699 * lib/gdb-guile.exp
14700 * lib/gdb.exp
14701 * lib/mi-support.exp
14702 * lib/pascal.exp
14703 * lib/perftest.exp
14704 * lib/prelink-support.exp
14705 * lib/selftest-support.exp
14706
14707 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
14708
14709 * Makefile.in: Include disable-implicit-rules.mk.
14710
14711 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14712
14713 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
14714 non-byte-aligned bit fields.
14715
14716 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14717
14718 PR gdb/12616
14719 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
14720 respects the DW_AT_data_bit_offset attribute.
14721
14722 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
14723
14724 * gdb.base/default.exp: Fix output of "set language".
14725
14726 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
14727
14728 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
14729 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
14730 make.
14731 * configure.ac: Remove checks for the make program.
14732 * configure: Re-generate.
14733
14734 2016-11-16 Kevin Buettner <kevinb@redhat.com>
14735
14736 * gdb.python/py-recurse-unwind.c (main): Add loop.
14737 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
14738 to read_register() and gdb.parse_and_eval(). Make each code
14739 call a separate case that can be individually tested.
14740 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
14741 proc. Call cont_and_backtrace for each of the code paths that
14742 we want to test in the unwinder.
14743
14744 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
14745
14746 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
14747 the definition of struct S.
14748
14749 2016-11-11 Catherine Moore <clm@codesourcery.com>
14750
14751 * gdb.base/dump.exp: Identify verilog format dump tests as such.
14752
14753 2016-11-09 Pedro Alves <palves@redhat.com>
14754
14755 * gdb.base/commands.exp (runto_or_return): New procedure.
14756 (gdbvar_simple_if_test, gdbvar_simple_while_test)
14757 (gdbvar_complex_if_while_test, progvar_simple_if_test)
14758 (progvar_simple_while_test, progvar_complex_if_while_test)
14759 (if_while_breakpoint_command_test)
14760 (infrun_breakpoint_command_test, breakpoint_command_test)
14761 (user_defined_command_test, watchpoint_command_test)
14762 (test_command_prompt_position, redefine_hook_test)
14763 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
14764 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
14765 multi_line_input and multi_line. Remove gdb_expect and
14766 gdb_stop_suppressing_tests uses.
14767 * lib/gdb.exp (valnum_re): New global.
14768 (multi_line_input): New procedure.
14769
14770 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
14771
14772 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
14773 Remove.
14774 (test_setup): Define with proc_with_prefix.
14775 (test_cli_inferior): Likewise.
14776 (test_cli_thread): Likewise.
14777 (test_cli_frame): Likewise.
14778 (test_cli_select_frame): Likewise.
14779 (test_cli_up_down): Likewise.
14780 (test_mi_thread_select): Likewise.
14781 (test_mi_stack_select_frame): Likewise.
14782 (test_cli_in_mi_inferior): Likewise.
14783 (test_cli_in_mi_thread): Likewise.
14784 (test_cli_in_mi_frame): Likewise.
14785 (top level): Do not use with_test_prefix_procname.
14786
14787 2016-11-09 Pedro Alves <palves@redhat.com>
14788
14789 * gdb.base/commands.exp (gdbvar_simple_if_test)
14790 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
14791 (progvar_simple_if_test, progvar_simple_while_test)
14792 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
14793 (infrun_breakpoint_command_test, breakpoint_command_test)
14794 (user_defined_command_test, watchpoint_command_test)
14795 (test_command_prompt_position, deprecated_command_test)
14796 (bp_deleted_in_command, temporary_breakpoint_commands)
14797 (stray_arg0_test, source_file_with_indented_comment)
14798 (recursive_source_test, if_commands_test)
14799 (error_clears_commands_left, redefine_hook_test)
14800 (redefine_backtrace_test): Use proc_with_prefix.
14801 * lib/gdb.exp (proc_with_prefix): New proc.
14802
14803 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14804
14805 * gdb.base/tui-layout.c: New file.
14806 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
14807 disassembly window contains very long lines.
14808
14809 2016-11-08 Tom Tromey <tom@tromey.com>
14810
14811 * gdb.python/py-value.exp (test_value_creation): Make "long" test
14812 depend on Python 2.
14813
14814 2016-11-08 Tom Tromey <tom@tromey.com>
14815
14816 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
14817 New method.
14818
14819 2016-10-29 Manish Goregaokar <manish@mozilla.com>
14820
14821 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
14822
14823 2016-10-27 Manish Goregaokar <manish@mozilla.com>
14824
14825 * gdb.rust/simple.rs: Add test for univariant enums without
14826 discriminants and for encoded struct-like enums.
14827
14828 2016-10-28 Pedro Alves <palves@redhat.com>
14829
14830 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
14831 gdb_test_multiple, tighten regexps and match symtabs and line
14832 tables incrementally.
14833
14834 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
14835
14836 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
14837 general.
14838
14839 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
14840
14841 * gdb.base/exec-invalid-sysroot.exp: New file.
14842
14843 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14844
14845 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
14846
14847 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14848
14849 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
14850
14851 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
14852
14853 * gdb.base/killed-outside.exp: Remove $options from a call to
14854 `prepare_for_testing'.
14855
14856 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14857
14858 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14859 Change test message.
14860
14861 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14862
14863 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14864 Update comment.
14865
14866 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14867
14868 * gdb.trace/mi-trace-save.exp: New file.
14869
14870 2016-10-13 Yao Qi <yao.qi@linaro.org>
14871
14872 * gdb.base/code_elim.exp (get_var_address): Remove.
14873 * gdb.base/relocate.exp: Likewise.
14874 * gdb.base/shreloc.exp: Likewise.
14875 * lib/gdb.exp (get_var_address): New.
14876
14877 2016-10-13 Yao Qi <yao.qi@linaro.org>
14878
14879 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
14880 floating point tests if $skip_float_test is false.
14881
14882 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
14883
14884 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
14885 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
14886 argc values.
14887 Add 1 to argc so we guarantee distinct initial/modified argc values.
14888
14889 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14890
14891 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
14892
14893 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14894
14895 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
14896 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
14897 * gdb.arch/vsx-regs.exp: Likewise.
14898
14899 2016-10-07 Yao Qi <yao.qi@linaro.org>
14900
14901 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
14902
14903 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
14904
14905 * gdb.python/python.exp: Test decode_line("*0").
14906
14907 2016-10-06 Doug Evans <dje@google.com>
14908
14909 * gdb.python/py-value.exp (test_value_creation): Add test for large
14910 unsigned 64-bit value.
14911
14912 2016-10-06 Tom Tromey <tom@tromey.com>
14913
14914 * gdb.compile/compile.exp: Change java tests to rust.
14915 * gdb.base/setshow.exp: Change java tests to rust.
14916 * gdb.base/default.exp: Remove java from language list.
14917 * README (Examples): Update language example.
14918 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
14919 test.
14920 * lib/gdb.exp (skip_java_tests): Remove.
14921 * lib/java.exp: Remove.
14922 * gdb.java: Remove.
14923
14924 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14925
14926 * gdb.arch/mips-fcr.exp: New test.
14927 * gdb.arch/mips-fcr.c: Source for the new test.
14928
14929 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14930
14931 * gdb.base/solib-disc.exp: Use `standard_output_file'
14932 throughout.
14933
14934 2016-10-06 Pedro Alves <palves@redhat.com>
14935
14936 * gdb.base/jit-simple-dl.c: New file.
14937 * gdb.base/jit-simple-jit.c: New file, factored out from ...
14938 * gdb.base/jit-simple.c: ... this.
14939 * gdb.base/jit-simple.exp (jit_run): Delete.
14940 (build_jit): New proc.
14941 (jit_test_reread): Recompile either the main program or the shared
14942 library, depending on what is being tested. Skip changing address
14943 if caller wants to. Compare before/after addresses. If testing
14944 standalone, explicitly load the binary. Test "maint info
14945 breakpoints".
14946 (top level): Add "standalone vs shared lib" and "change address"
14947 vs "same address" axes.
14948
14949 2016-10-06 Pedro Alves <palves@redhat.com>
14950
14951 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
14952 call.
14953 (jit_run): Delete.
14954 (jit_test_reread): Use with_test_prefix. Reload the main binary
14955 explicitly. Compare the before/after addresses of the JIT
14956 descriptor.
14957
14958 2016-08-15 Doug Evans <dje@google.com>
14959
14960 * gdb.xml/extra-regs.xml: Update, end field now required, default type
14961 for single bitfields is bool.
14962 * gdb.xml/tdesc-regs.exp: Ditto.
14963
14964 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
14965
14966 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
14967
14968 2016-10-05 Yao Qi <yao.qi@linaro.org>
14969
14970 * lib/gdb.exp (support_complex_tests): Return zero if
14971 gdb_skip_float_test return true.
14972
14973 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
14974 Simon Marchi <simon.marchi@ericsson.com>
14975
14976 PR gdb/20487
14977 * gdb.mi/user-selected-context-sync.exp: New file.
14978 * gdb.mi/user-selected-context-sync.c: New file.
14979
14980 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
14981 Simon Marchi <simon.marchi@ericsson.com>
14982
14983 PR gdb/20487
14984 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
14985 =thread-select-event check.
14986
14987 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
14988
14989 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
14990 the compulsory L operand changes.
14991 * gdb.arch/powerpc-power.s: Likewise.
14992
14993 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14994
14995 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
14996 * gdb.base/jit-attach-pie.c: New file.
14997 * gdb.base/jit-attach-pie.exp: New file.
14998
14999 2016-09-28 Pedro Alves <palves@redhat.com>
15000
15001 * gdb.base/infcall-input.c: New file.
15002 * gdb.base/infcall-input.exp: New file.
15003
15004 2016-09-22 Yao Qi <yao.qi@linaro.org>
15005
15006 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
15007 (gdb_exit): Rename it to ...
15008 (gdbserver_gdb_exit): ... Close GDBserver.
15009 (gdb_exit): New proc, call gdbserver_gdb_exit.
15010 (mi_gdb_exit): Likewise.
15011
15012 2016-09-22 Yao Qi <yao.qi@linaro.org>
15013
15014 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
15015 path.
15016 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
15017 Remove duplication.
15018
15019 2016-09-22 Yao Qi <yao.qi@linaro.org>
15020
15021 * lib/gdbserver-support.exp: Check the existence of
15022 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
15023
15024 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
15025
15026 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
15027
15028 2016-09-21 Tom Tromey <tom@tromey.com>
15029
15030 PR gdb/20604:
15031 * gdb.base/quit.exp: New file.
15032
15033 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
15034
15035 * .gitignore: New file.
15036
15037 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
15038
15039 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
15040 throughout.
15041
15042 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15043
15044 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
15045
15046 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15047
15048 * gdb.cp/casts.cc (decltype): Move it ...
15049 (main): ... with its call to ...
15050 * gdb.cp/casts03.cc: ... a new file.
15051 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
15052
15053 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15054
15055 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
15056
15057 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
15058
15059 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
15060 and sync up the test with tests in gas/testsuite/gas/ppc.
15061 * gdb.arch/powerpc-power.exp: Likewise.
15062
15063 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15064
15065 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
15066
15067 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
15068 Jan Kratochvil <jan.kratochvil@redhat.com>
15069
15070 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
15071 make m1's definition to be different from m2's. Use 'dummy' as an
15072 argument for probe 'two'.
15073
15074 2016-09-10 Jon Beniston <jon@beniston.com>
15075
15076 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
15077 for sim target.
15078
15079 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15080
15081 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
15082 variable declaration.
15083 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
15084 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
15085 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
15086 received HWCAP as its argument.
15087
15088 2016-09-06 Pedro Alves <palves@redhat.com>
15089
15090 * gdb.base/new-ui-pending-input.c: New file.
15091 * gdb.base/new-ui-pending-input.exp: New file.
15092 * gdb.exp (clear_gdb_spawn_id): New procedure.
15093 (with_spawn_id): Check whether gdb_spawn_id exists before
15094 referencing it. If gdb_spawn_id didn't exist on entry, clear it
15095 on exit.
15096
15097 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15098
15099 * gdb.base/float128.c: New file.
15100 * gdb.base/float128.exp: Likewise.
15101 * gdb.base/floatn.c: Likewise.
15102 * gdb.base/floatn.exp: Likewise.
15103
15104 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15105
15106 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
15107
15108 2016-09-05 Pedro Alves <palves@redhat.com>
15109
15110 PR backtrace/19927
15111 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
15112 unwinders are immediately called as side effect of "source" or
15113 "disable unwinder" commands.
15114 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
15115
15116 2016-09-02 Yao Qi <yao.qi@linaro.org>
15117
15118 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
15119 is true and $type is "float" or "double".
15120
15121 2016-09-02 Yao Qi <yao.qi@linaro.org>
15122
15123 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
15124 true.
15125 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
15126 * gdb.base/call-rt-st.exp: Likewise.
15127 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
15128 return value instead of gdb,skip_float_test.
15129 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
15130 (do_function_calls): Use its return value instead of
15131 gdb,skip_float_test.
15132 * gdb.base/finish.exp: Likewise.
15133 * gdb.base/funcargs.exp: Likewise.
15134 * gdb.base/return.exp: Likewise.
15135 * gdb.base/return2.exp: Likewise.
15136 * gdb.base/varargs.exp: Likewise.
15137 * lib/gdb.exp (gdb_skip_float_test): Change it to
15138 gdb_caching_proc. Detect the broken ptrace on arm-linux.
15139
15140 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15141
15142 * gdb.multi/tids.exp: Test "thread apply all".
15143
15144 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15145
15146 * gdb.base/default.exp (tty): Remove.
15147
15148 2016-08-24 Kevin Buettner <kevinb@redhat.com>
15149
15150 * gdb.python/py-recurse-unwind.c: New file.
15151 * gdb.python/py-recurse-unwind.py: New file.
15152 * gdb.python/py-recurse-unwind.exp: New file.
15153
15154 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
15155
15156 * gdb.base/set-inferior-tty.exp: New file.
15157 * gdb.base/set-inferior-tty.c: New file.
15158
15159 2016-08-23 Pedro Alves <palves@redhat.com>
15160
15161 PR gdb/20494
15162 * gdb.base/new-ui-echo.c: New file.
15163 * gdb.base/new-ui-echo.exp: New file.
15164
15165 2016-08-23 Yao Qi <yao.qi@linaro.org>
15166
15167 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
15168 gdbserver_spawn.
15169 * gdb.server/connect-without-multi-process.exp (do_test):
15170 Likewise.
15171
15172 2016-08-23 Yao Qi <yao.qi@linaro.org>
15173
15174 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
15175 standalone_txt. Delete gdb_txt and standalone_txt on host
15176 and target. Spawn the binary on target. Copy files from
15177 target to host.
15178
15179 2016-08-22 Pedro Alves <palves@redhat.com>
15180
15181 PR gdb/20505
15182 * gdb.base/vdso-warning.exp: Test core dumps too. Use
15183 with_test_prefix. Factor out bits to ...
15184 (test_no_vdso): ... this new procedure.
15185
15186 2016-08-19 Carl Love <cel@us.ibm.com>
15187
15188 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
15189 maintaining separate logic for constructing the output path.
15190 * gdb.arch/powerpc-d128-regs.exp: Likewise.
15191 * gdb.arch/ppc-dfp.exp: Likewise.
15192 * gdb.arch/ppc-fp.exp: Likewise.
15193 * gdb.arch/vsx-regs.exp: Likewise.
15194 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
15195 binprefix for generating the additional binary files.
15196
15197 2016-08-19 Pedro Alves <palves@redhat.com>
15198
15199 * gdb.trace/mi-trace-frame-collected.exp
15200 (test_trace_frame_collected): On x32, expect two registers.
15201
15202 2016-08-18 Carl Love <cel@us.ibm.com>
15203
15204 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
15205 and sync up the test with tests in gas/testsuite/gas/ppc.
15206 * gdb.arch/powerpc-power.exp: Likewise.
15207
15208 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15209
15210 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
15211 expected error message.
15212
15213 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15214
15215 * gdb.multi/remove-inferiors.exp: New file.
15216 * gdb.multi/remove-inferiors.c: New file.
15217
15218 2016-08-12 Yao Qi <yao.qi@linaro.org>
15219
15220 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
15221 argument list.
15222
15223 2016-08-10 Pedro Alves <palves@redhat.com>
15224
15225 PR gdb/19187
15226 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
15227 setup_kfails.
15228
15229 2016-08-09 Pedro Alves <palves@redhat.com>
15230 Simon Marchi <simon.marchi@ericsson.com>
15231
15232 PR gdb/20418
15233 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
15234 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
15235
15236 2016-08-09 Pedro Alves <palves@redhat.com>
15237
15238 PR mi/20431
15239 * gdb.mi/mi-cmd-error.exp: New file.
15240
15241 2016-08-09 Pedro Alves <palves@redhat.com>
15242
15243 PR gdb/18653
15244 * gdb.base/signals-state-child.c: New file.
15245 * gdb.base/signals-state-child.exp: New file.
15246 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
15247
15248 2016-08-09 Pedro Alves <palves@redhat.com>
15249
15250 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
15251
15252 2016-08-03 Tom Tromey <tom@tromey.com>
15253
15254 PR python/18565:
15255 * gdb.python/py-frame-inline.exp: Add Frame.function test.
15256
15257 2016-08-01 Yao Qi <yao.qi@linaro.org>
15258
15259 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
15260 variable mode to "multi-process" if $multi_process is 1, otherwise
15261 set it to "single-process".
15262
15263 2016-08-01 Yao Qi <yao.qi@linaro.org>
15264
15265 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
15266 * gdb.cp/cpexprs.exp: Likewise.
15267 * gdb.cp/m-static.exp: Likewise.
15268
15269 2016-07-26 Tom Tromey <tom@tromey.com>
15270
15271 PR python/20190:
15272 * gdb.threads/tls.exp (check_thread_local): Add python symbol
15273 test.
15274
15275 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
15276
15277 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
15278 selecting assembly source files.
15279 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
15280 assembly source files.
15281 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
15282 assembly source files.
15283 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
15284 selecting assembly source files.
15285
15286 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
15287
15288 * gdb.base/new-ui.exp (do_test_invalid_args): New
15289 procedure.
15290
15291 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
15292
15293 * gdb.btrace/reconnect.c: New file.
15294 * gdb.btrace/reconnect.exp: New file.
15295
15296 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
15297
15298 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
15299 to test_catch_syscall_group.
15300 (test_catch_syscall_group): New.
15301
15302 2016-07-21 Tom Tromey <tom@tromey.com>
15303
15304 * gdb.rust/simple.rs (main): Use empty struct expression.
15305 * gdb.rust/simple.exp: Add tests for empty struct expression.
15306
15307 2016-07-21 Yao Qi <yao.qi@linaro.org>
15308
15309 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
15310 if gdb_skip_xml_test is true on some targets.
15311
15312 2016-07-21 Yao Qi <yao.qi@linaro.org>
15313
15314 * gdb.server/solib-list.exp: Unset last_loaded_file.
15315
15316 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15317
15318 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
15319 "step into captured_main (args)".
15320
15321 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15322
15323 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
15324
15325 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15326
15327 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
15328
15329 2016-07-19 Pedro Alves <palves@redhat.com>
15330
15331 * gdb.opt/inline-break.exp: Remove optimize=-O2.
15332 * gdb.opt/inline-bt.exp: Likewise.
15333 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
15334 additional_flags=-Winline.
15335 * gdb.opt/inline-locals.exp: Likewise.
15336 * gdb.opt/inline-markers.c (ATTR): Define.
15337 (inlined_fn): Use it.
15338
15339 2016-07-19 Yao Qi <yao.qi@linaro.org>
15340
15341 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
15342 (test_with_self): Remove some code. Remove argument executable.
15343 (top-level): Use do_self_tests.
15344
15345 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
15346 Don Breazeal <donb@codesourcery.com>
15347
15348 * gdb.base/maint.exp: Escape paths used in regular expressions.
15349 * gdb.stabs/weird.exp: Likewise.
15350
15351 2016-07-13 Tom Tromey <tom@tromey.com>
15352
15353 PR python/15620, PR python/18620:
15354 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
15355 (test_bkpt_events): New procs.
15356
15357 2016-07-13 Tom Tromey <tom@tromey.com>
15358
15359 PR python/17698:
15360 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
15361 test.
15362 (test_watchpoints): Likewise.
15363 (test_bkpt_pending): New proc.
15364
15365 2016-07-13 Tom Tromey <tom@tromey.com>
15366
15367 PR cli/18053:
15368 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
15369 completion test.
15370
15371 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15372
15373 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
15374 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
15375 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
15376 f_label.
15377 (g): Rename g_end_lbl to g_label.
15378 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
15379 low_pc and high_pc.
15380 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
15381
15382 2016-07-12 Tom Tromey <tom@tromey.com>
15383
15384 PR python/19293:
15385 * gdb.python/py-unwind-maint.exp: Update tests.
15386
15387 2016-07-12 Yao Qi <yao.qi@linaro.org>
15388
15389 * lib/selftest-support.exp (selftest_setup): Match the output
15390 when captured_main is inlined.
15391
15392 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
15393
15394 * gdb.fortran/derived-types.exp (result_line, result_line_2):
15395 New variables.
15396 (print this%a, print this%b, print this): New tests.
15397 * gdb.fortran/derived-types.f90 (this): New object and
15398 initialization.
15399
15400 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
15401
15402 * gdb.ada/arraydim.exp: Remove extra directory level in build
15403 directory.
15404
15405 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
15406
15407 * lib/ada.exp: Remove extra directory level in build directory.
15408 * gdb.ada/cond_lang.exp: Likewise.
15409 * gdb.ada/exec_changed.exp: Likewise.
15410 * gdb.ada/lang_switch.exp: Likewise.
15411
15412 2016-07-06 Manish Goregaokar <manish@mozilla.com>
15413
15414 * simple.rs: Add test for raw pointer subscripting.
15415 * simple.exp: Add test expectations.
15416
15417 2016-07-05 Yao Qi <yao.qi@linaro.org>
15418
15419 * gdb.mi/mi-reverse.exp: Match =record-started output.
15420
15421 2016-07-01 Pedro Alves <palves@redhat.com>
15422
15423 * gdb.base/jit-reader.exp (info_registers_current_frame): New
15424 procedure.
15425 (jit_reader_test): Test the jit reader's unwinder.
15426 * gdb.base/jithost.c (jit_function_00_code): New global.
15427 (main): Use memcpy to fill in the mmapped code, instead of poking
15428 bytes manually here.
15429 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
15430 value.
15431 (read_debug_info): Save the function's range.
15432 (read_sp): New function.
15433 (unwind_frame): Use it. Also unwind RBP.
15434 (get_frame_id): Use read_sp.
15435 (gdb_init_reader): Use calloc instead of malloc.
15436 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
15437 parameter. Use gdb_test_multiple.
15438
15439 2016-07-01 Pedro Alves <palves@redhat.com>
15440 Antoine Tremblay <antoine.tremblay@ericsson.com>
15441
15442 * gdb.threads/process-dies-while-detaching.c: New file.
15443 * gdb.threads/process-dies-while-detaching.exp: New file.
15444
15445 2016-07-01 Pedro Alves <palves@redhat.com>
15446
15447 * gdb.multi/watchpoint-multi-exit.c: New file.
15448 * gdb.multi/watchpoint-multi-exit.exp: New file.
15449
15450 2016-06-30 Pedro Alves <palves@redhat.com>
15451
15452 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
15453 unset inferior_spawn_id.
15454
15455 2016-06-30 Pedro Alves <palves@redhat.com>
15456
15457 * lib/mi-support.exp (default_mi_gdb_start): Declare global
15458 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
15459
15460 2016-06-29 Yao Qi <yao.qi@linaro.org>
15461
15462 * gdb.base/return.c: Add copyright header.
15463
15464 2016-06-29 Tom Tromey <tom@tromey.com>
15465
15466 PR python/20129:
15467 * gdb.python/py-framefilter.exp: Add tests for setting priority
15468 and disabling of non-existent frame filter.
15469
15470 2016-06-29 Yao Qi <yao.qi@linaro.org>
15471
15472 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
15473 0x0f07ff.
15474
15475 2016-06-28 Yao Qi <yao.qi@linaro.org>
15476
15477 * gdb.base/catch-syscall.exp: Remove check on isnative and target
15478 triplets. Start gdb, execute catch syscall, and continue. Check
15479 gdb's output to determine catch syscall is supported.
15480
15481 2016-06-27 Manish Goregaokar <manish@mozilla.com>
15482
15483 * gdb.rust/simple.rs: Add test for returning unit in a function.
15484 * gdb.rust/simple.exp: Add expectation for functions returning
15485 unit.
15486
15487 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
15488
15489 * gdb.python/py-breakpoint-create-fail.c,
15490 gdb.python/py-breakpoint-create-fail.exp,
15491 gdb.python/py-breakpoint-create-fail.py: New testcase.
15492
15493 2016-06-25 Manish Goregaokar <manish@mozilla.com>
15494
15495 PR gdb/20239
15496 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
15497 * gdb.rust/simple.exp: Add test expectations for new NonZero
15498 tests.
15499
15500 2016-06-24 David Taylor <dtaylor@emc.com>
15501
15502 * gdb.base/offsets.exp: New file.
15503 * gdb.base/offsets.c: New file.
15504
15505 2016-06-23 Tom Tromey <tom@tromey.com>
15506
15507 PR gdb/16483:
15508 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
15509 before any filters are loaded.
15510
15511 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
15512
15513 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
15514 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
15515 structs.
15516 * gdb.fortran/derived-type-function.exp: New file.
15517 * gdb.fortran/derived-type-function.f90: New file.
15518
15519
15520 2016-06-21 Pedro Alves <palves@redhat.com>
15521
15522 * gdb.base/new-ui.exp: New file.
15523 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
15524 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
15525 (with_spawn_id): New procedure.
15526
15527 2016-06-21 Pedro Alves <palves@redhat.com>
15528
15529 * gdb.mi/mi-exec-run.exp: New file.
15530
15531 2016-06-21 Pedro Alves <palves@redhat.com>
15532
15533 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
15534 breakpoint command's output on the main UI.
15535 (test_break): New procedure, factored out from calls in the top
15536 level.
15537 (top level): Use foreach_with_prefix to test MI as main UI and as
15538 separate UI.
15539
15540 2016-06-21 Pedro Alves <palves@redhat.com>
15541
15542 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
15543 (test_awatch_creation_and_listing)
15544 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
15545 Remove 'type' parameter.
15546 (test_watchpoint_all): New parameter mi_mode. Remove
15547 with_test_prefix.
15548 (top level): Use foreach_with_prefix, and add main/separate UI MI
15549 testing axis.
15550
15551 2016-06-21 Pedro Alves <palves@redhat.com>
15552
15553 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
15554 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
15555 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
15556 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
15557 (gdb_main_spawn_id, mi_spawn_id): Declare and
15558 comment.
15559 (mi_create_inferior_pty): New procedure,
15560 factored out from default_mi_gdb_start.
15561 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
15562 procedures.
15563 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
15564 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
15565 Use mi_create_inferior_pty.
15566 (mi_gdb_start): Use eval to pass down args list.
15567
15568 2016-06-21 Pedro Alves <palves@redhat.com>
15569
15570 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
15571 * gdb.opt/inline-cmds.exp: Add MI tests.
15572
15573 2016-06-21 Pedro Alves <palves@redhat.com>
15574
15575 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
15576
15577 2016-06-21 Pedro Alves <palves@redhat.com>
15578
15579 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
15580 (top level): Use it instead of mi_execute_to.
15581
15582 2016-06-21 Pedro Alves <palves@redhat.com>
15583
15584 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
15585 (cont_handler_str): New.
15586 (signal_stop_handler): Set stop_handler_str instead of printing to
15587 stdout.
15588 (continue_handler): Set cont_handler_str instead of printing to
15589 stdout.
15590 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
15591 mi_send_resuming_command. Print stop_handler_str and
15592 cont_handler_str instead of expecting the python events print
15593 directly.
15594
15595 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
15596
15597 * gdb.base/jit-reader.exp: New file.
15598 * gdb.base/jithost.c: New file.
15599 * gdb.base/jithost.h: New file.
15600 * gdb.base/jitreader.c : New file.
15601 * gdb.base/jit-protocol.h: New file.
15602
15603 2016-06-17 Yao Qi <yao.qi@linaro.org>
15604
15605 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
15606 parameters follow_fork and detach_on_fork. Set follow-fork-mode
15607 and detach-on-fork. Adjust tests.
15608 (top level): Invoke break_cond_on_syscall with combinations of
15609 syscall, follow-fork-mode and detach-on-fork.
15610
15611 2016-06-17 Yao Qi <yao.qi@linaro.org>
15612
15613 * gdb.base/step-over-exit.c: New.
15614 * gdb.base/step-over-exit.exp: New.
15615
15616 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
15617
15618 * gdb.base/float.exp: Add target check for nds32*-*-*.
15619 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
15620
15621 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
15622
15623 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
15624 for unsupported target features.
15625 * gdb.base/call-rt-st.exp: Likewise.
15626 * gdb.base/call-sc.exp: Likewise.
15627 * gdb.base/call-signal-resume.exp: Likewise.
15628 * gdb.base/call-strs.exp: Likewise.
15629 * gdb.base/callexit.exp: Likewise.
15630 * gdb.base/callfuncs.exp: Likewise.
15631 * gdb.base/nodebug.exp: Likewise.
15632 * gdb.base/printcmds.exp: Likewise.
15633 * gdb.base/ptype.exp: Likewise.
15634 * gdb.base/structs.exp: Likewise.
15635 * gdb.base/unwindonsignal.exp: Likewise.
15636 * gdb.cp/gdb2495.exp: Likewise.
15637 * gdb.cp/templates.exp: Likewise.
15638 * gdb.cp/virtfunc.exp: Likewise.
15639 * gdb.threads/hand-call-in-threads.exp: Likewise.
15640 * gdb.threads/interrupted-hand-call.exp: Likewise.
15641 * gdb.threads/thread-unwindonsignal.exp: Likewise.
15642
15643 2016-06-10 Tom Tromey <tom@tromey.com>
15644
15645 PR rust/20110:
15646 * gdb.rust/expr.exp: Add test for integer constant larger than
15647 i32.
15648
15649 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
15650
15651 * gdb.fortran/nested-funcs.exp: New.
15652 * gdb.fortran/nested-funcs.f90: New.
15653
15654 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
15655
15656 * gdb.base/examine-backward.c: New file.
15657 * gdb.base/examine-backward.exp: New file.
15658
15659 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
15660
15661 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
15662 matching.
15663
15664 2016-06-02 Tom Tromey <tom@tromey.com>
15665
15666 PR python/18984:
15667 * gdb.python/py-shared.exp: Add solib_name test.
15668
15669 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
15670
15671 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
15672
15673 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
15674
15675 PR c++/19893
15676 * gdb.dwarf2/implref.exp: Rename to...
15677 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
15678 * gdb.dwarf2/implref-array.c: New file.
15679 * gdb.dwarf2/implref-array.exp: Likewise.
15680 * gdb.dwarf2/implref-global.c: Likewise.
15681 * gdb.dwarf2/implref-global.exp: Likewise.
15682 * gdb.dwarf2/implref-struct.c: Likewise.
15683 * gdb.dwarf2/implref-struct.exp: Likewise.
15684
15685 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15686
15687 * gdb.trace/trace-condition.exp: Add 64bit tests.
15688
15689 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15690
15691 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
15692 bits types.
15693 (main): Adapt to 8 to 64 bits types.
15694 * gdb.trace/trace-condition.exp: Add new tests.
15695
15696 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15697
15698 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
15699
15700 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15701
15702 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
15703 Move condition tests...
15704 * gdb.trace/trace-condition.exp: Here.
15705
15706 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15707
15708 * gdb.trace/trace-condition.exp: Add counter-case tests.
15709
15710 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15711
15712 PR c++/15231
15713 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
15714 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
15715
15716 2016-05-27 Pedro Alves <palves@redhat.com>
15717
15718 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
15719 New procedure.
15720 (top level): Call it, and bail out of DejaGnu is known to be bad.
15721
15722 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
15723
15724 * gdb.base/whatis.c: Extend the test case.
15725 * gdb.base/whatis.exp: Add additional tests.
15726
15727 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15728
15729 * gdb.fortran/type.f90: Add pointer variable.
15730 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
15731
15732 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15733
15734 * gdb.fortran/vla-type.exp: Fix testcase name.
15735
15736 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15737
15738 * gdb.fortran/vla-type.exp: Access elements in nested structs.
15739
15740 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15741
15742 * gdb.fortran/type.f90: Add nested structures.
15743 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
15744 * gdb.fortran/derived-type.exp: Adapt expected output.
15745 * gdb.fortran/vla-type.exp: Adapt expected output.
15746
15747 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15748
15749 * gdb.fortran/whatis_type.exp: Adapt expected output.
15750
15751 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15752
15753 * gdb.fortran/print_type.exp: Fix expected output.
15754 * gdb.fortran/whatis_type.exp: Fix expected output.
15755
15756 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15757
15758 * gdb.fortran/whatis_type.exp: Use multi_line.
15759
15760 2016-05-24 Tom Tromey <tom@tromey.com>
15761
15762 PR python/17386:
15763 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
15764 use value as an index.
15765
15766 2016-05-23 Tom Tromey <tom@tromey.com>
15767
15768 PR python/17981:
15769 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
15770 no-breakpoint case.
15771
15772 2016-05-24 Pedro Alves <palves@redhat.com>
15773
15774 PR gdb/19828
15775 * gdb.threads/clone-attach-detach.c: New file.
15776 * gdb.threads/clone-attach-detach.exp: New file.
15777
15778 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
15779
15780 * gdb.base/annota-input-while-running.exp: Fix syntax error.
15781
15782 2016-05-23 Tom Tromey <tom@tromey.com>
15783
15784 PR python/19438, PR python/18393:
15785 * gdb.python/py-progspace.exp: Add "dir" test.
15786 * gdb.python/py-objfile.exp: Add "dir" test.
15787
15788 2016-05-23 Yao Qi <yao.qi@linaro.org>
15789
15790 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
15791 * gdb.arch/thumb2-it.exp: Likewise.
15792
15793 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
15794
15795 * gdb.mi/mi-threads-interrupt.c: New file.
15796 * gdb.mi/mi-threads-interrupt.exp: New file.
15797
15798 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
15799
15800 PR gdb/18077
15801 * gdb.mi/mi-async-run.exp: New file.
15802 * gdb.mi/mi-async-run.c: New file.
15803
15804 2016-05-17 Tom Tromey <tom@tromey.com>
15805 Manish Goregaokar <manishsmail@gmail.com>
15806
15807 * lib/rust-support.exp: New file.
15808 * lib/gdb.exp (skip_rust_tests): New proc.
15809 (build_executable_from_specs): Handle rust.
15810 * lib/future.exp (gdb_find_rustc): New proc.
15811 (gdb_default_target_compile): Handle rust.
15812 * gdb.rust/expr.exp: New file.
15813 * gdb.rust/generics.exp: New file.
15814 * gdb.rust/generics.rs: New file.
15815 * gdb.rust/methods.exp: New file.
15816 * gdb.rust/methods.rs: New file.
15817 * gdb.rust/modules.exp: New file.
15818 * gdb.rust/modules.rs: New file.
15819 * gdb.rust/simple.exp: New file.
15820 * gdb.rust/simple.rs: New file.
15821
15822 2016-05-17 Tom Tromey <tom@tromey.com>
15823
15824 * gdb.base/default.exp (set language): Add rust.
15825
15826 2016-05-17 Tom Tromey <tom@tromey.com>
15827
15828 * gdb.gdb/unittest.exp: New file.
15829
15830 2016-05-16 Yao Qi <yao.qi@linaro.org>
15831
15832 * gdb.base/batch-preserve-term-settings.exp: Remove variable
15833 shell_prompt. Update shell_prompt_re.
15834
15835 2016-05-12 Doug Evans <dje@google.com>
15836
15837 PR symtab/19999
15838 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
15839 $options when building executable.
15840 * gdb.dwarf2/fission-loclists-pie.S: New file.
15841 * gdb.dwarf2/fission-loclists-pie.exp: New file.
15842
15843 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15844
15845 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
15846 of [is_remote target],
15847
15848 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15849
15850 * lib/gdb.exp (use_gdb_stub): New procedure.
15851
15852 2016-05-03 Yunlian Jiang <yunlian@google.com>
15853 Doug Evans <dje@google.com>
15854
15855 PR symtab/19914
15856 * gdb.dwarf2/dwp-sepdebug.c: New file.
15857 * gdb.dwarf2/dwp-sepdebug.exp: New file.
15858
15859 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15860
15861 * gdb.base/detach.exp: Remove is_remote check.
15862
15863 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15864
15865 * gdb.base/annota-input-while-running.exp: Don't check for
15866 [is_remote target]. Enable annotations after running to main.
15867 Remove unused "set test..." line.
15868
15869 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15870
15871 * gdb.trace/trace-enable-disable.exp: New file.
15872 * gdb.trace/trace-enable-disable.c: New file.
15873
15874 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15875
15876 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
15877 use it in info sharedlibrary test.
15878 * gdb.trace/ftrace-lock.exp: Likewise.
15879 * gdb.trace/ftrace.exp: Likewise.
15880 * gdb.trace/range-stepping.exp: 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): Rename to...
15888 (gdb_load_shlib): ... this.
15889 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
15890 gdb_load_shlib.
15891 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
15892 * gdb.base/ctxobj.exp: Likewise.
15893 * gdb.base/dprintf-pending.exp: Likewise.
15894 * gdb.base/dso2dso.exp: Likewise.
15895 * gdb.base/fixsection.exp: Likewise.
15896 * gdb.base/gcore-relro.exp: Likewise.
15897 * gdb.base/gdb1555.exp: Likewise.
15898 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15899 * gdb.base/gnu-ifunc.exp: Likewise.
15900 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
15901 * gdb.base/jit-so.exp (one_jit_test): Likewise.
15902 * gdb.base/pending.exp: Likewise.
15903 * gdb.base/print-file-var.exp: Likewise.
15904 * gdb.base/print-symbol-loading.exp: Likewise.
15905 * gdb.base/shlib-call.exp: Likewise.
15906 * gdb.base/shreloc.exp: Likewise.
15907 * gdb.base/so-impl-ld.exp: Likewise.
15908 * gdb.base/solib-disc.exp: Likewise.
15909 * gdb.base/solib-nodir.exp: Likewise.
15910 * gdb.base/solib-overlap.exp: Likewise.
15911 * gdb.base/solib-symbol.exp: Likewise.
15912 * gdb.base/solib-weak.exp (do_test): Likewise.
15913 * gdb.base/sym-file.exp: Likewise.
15914 * gdb.base/symtab-search-order.exp: Likewise.
15915 * gdb.base/type-opaque.exp: Likewise.
15916 * gdb.base/unload.exp: Likewise.
15917 * gdb.base/watchpoint-solib.exp: Likewise.
15918 * gdb.compile/compile.exp: Likewise.
15919 * gdb.cp/gdb2384.exp: Likewise.
15920 * gdb.cp/infcall-dlopen.exp: Likewise.
15921 * gdb.cp/re-set-overloaded.exp: Likewise.
15922 * gdb.fortran/library-module.exp: Likewise.
15923 * gdb.opt/solib-intra-step.exp: Likewise.
15924 * gdb.python/py-finish-breakpoint.exp: Likewise.
15925 * gdb.python/py-shared.exp: Likewise.
15926 * gdb.reverse/solib-precsave.exp: Likewise.
15927 * gdb.reverse/solib-reverse.exp: Likewise.
15928 * gdb.server/solib-list.exp: Likewise.
15929 * gdb.threads/dlopen-libpthread.exp: Likewise.
15930 * gdb.threads/tls-shared.exp: Likewise.
15931 * gdb.threads/tls-so_extern.exp: Likewise.
15932 * gdb.trace/change-loc.exp: Likewise.
15933 * gdb.trace/ftrace-lock.exp: Likewise.
15934 * gdb.trace/ftrace.exp: Likewise.
15935 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
15936 * gdb.trace/pending.exp: Likewise.
15937 * gdb.trace/range-stepping.exp: Likewise.
15938 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
15939 (strace_info_marker): Likewise.
15940 (strace_probe_marker): Likewise.
15941 (strace_trace_on_same_addr): Likewise.
15942 (strace_trace_on_diff_addr): Likewise.
15943 * gdb.trace/trace-break.exp: Likewise.
15944 * gdb.trace/trace-condition.exp: Likewise.
15945 * gdb.trace/trace-mt.exp: Likewise.
15946
15947 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15948
15949 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
15950 result of gdb_remote_download.
15951 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
15952 * gdb.base/dso2dso.exp: Likewise.
15953 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15954 * gdb.base/print-file-var.exp: Likewise.
15955 * gdb.base/shlib-call.exp: Likewise.
15956 * gdb.base/shreloc.exp: Likewise.
15957 * gdb.base/solib-overlap.exp: Likewise.
15958 * gdb.base/solib-weak.exp (do_test): Likewise.
15959 * gdb.base/unload.exp: Likewise.
15960
15961 2016-04-27 Yao Qi <yao.qi@linaro.org>
15962
15963 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
15964 exists.
15965
15966 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15967
15968 * vla-type.exp: Print structure from toplevel.
15969
15970 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15971
15972 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
15973 of dynamic types.
15974 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
15975 of dynamic types.
15976
15977 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15978
15979 * gdb.fortran/vla-type.f90: New file.
15980 * gdb.fortran/vla-type.exp: New file.
15981
15982 2016-04-25 Yao Qi <yao.qi@linaro.org>
15983
15984 * gdb.base/branch-to-self.c: New file.
15985 * gdb.base/branch-to-self.exp: New file.
15986
15987 2016-04-22 Yao Qi <yao.qi@linaro.org>
15988
15989 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
15990 more after $hex.
15991
15992 2016-04-22 Yao Qi <yao.qi@linaro.org>
15993
15994 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
15995 * gdb.base/annota3.exp: Likewise.
15996
15997 2016-04-22 Yao Qi <yao.qi@linaro.org>
15998
15999 * gdb.reverse/step-precsave.exp: Do one step and test program
16000 stops in "callee" and do multiple steps until program goes out
16001 of "callee".
16002 * gdb.reverse/step-reverse.exp: Likewise.
16003
16004 2016-04-22 Yao Qi <yao.qi@linaro.org>
16005
16006 * gdb.trace/signal.exp: Also pass if
16007 $tracepoint_hits($i) > $iterations.
16008
16009 2016-04-22 Yao Qi <yao.qi@linaro.org>
16010
16011 * gdb.trace/signal.c: New file.
16012 * gdb.trace/signal.exp: New file.
16013
16014 2016-04-19 Doug Evans <xdje42@gmail.com>
16015
16016 * gdb.base/bad-file.exp: New file.
16017
16018 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
16019
16020 * gdb.dwarf2/implref.exp: New file.
16021
16022 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16023
16024 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
16025 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
16026 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
16027 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
16028 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
16029 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
16030 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
16031 * lib/fortran.exp (fortran_int4): New procedure.
16032 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
16033 (fortran_logical4): Likewise.
16034
16035 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
16036
16037 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
16038
16039 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16040
16041 * lib/compiler.c: Add Intel specific preprocessor macros.
16042 * lib/compiler.cc: Likewise.
16043
16044 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
16045
16046 * gdb.server/connect-with-no-symbol-file.c: New file.
16047 * gdb.server/connect-with-no-symbol-file.exp: New file.
16048
16049 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16050
16051 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
16052
16053 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16054
16055 * boards/gdbserver-base.exp (${board}_download): Copy source file to
16056 standard output directory.
16057
16058 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
16059
16060 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
16061
16062 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
16063
16064 * gdb.btrace/instruction_history.c (loop): Add declaration.
16065
16066 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16067
16068 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
16069
16070 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
16071
16072 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
16073 parentheses to print.
16074 (continue_handler): Likewise.
16075
16076 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
16077
16078 * gdb.server/solib-list.exp: Remove is_remote check.
16079 Pass shlib= to gdb_compile. Don't link shared library with
16080 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
16081 Run binary filename through "readlink -f" on the target.
16082
16083 2016-04-08 Pedro Alves <palves@redhat.com>
16084
16085 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
16086 interpreter filename as argument to gdbserver_spawn.
16087 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16088 Return empty if $last_loaded_file does not exist.
16089
16090 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16091
16092 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
16093 * gdb.base/jit-main.c: Use exit after usage.
16094
16095 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16096
16097 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
16098 GDBHISTSIZE prior to the tests.
16099 * gdb.base/gdbinit-history.exp: Likewise.
16100
16101 2016-04-07 Pedro Alves <palves@redhat.com>
16102
16103 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
16104 instead of build_executable. Use gdb_load_shlibs.
16105
16106 2016-04-07 Yao Qi <yao.qi@linaro.org>
16107
16108 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
16109 Execute "si" command.
16110
16111 2016-04-07 Yao Qi <yao.qi@linaro.org>
16112
16113 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
16114 number instead of the comments on some line.
16115
16116 2016-04-06 Don Breazeal <donb@codesourcery.com>
16117
16118 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
16119 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
16120
16121 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
16122
16123 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
16124 standard_output_file. Remove unused binfile variable.
16125
16126 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
16127
16128 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
16129 * gdb.python/py-mi-objfile.exp: Match "list main" output
16130 in console format.
16131
16132 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
16133
16134 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
16135 absolute.
16136
16137 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16138
16139 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
16140 absolute.
16141 * gdb.trace/ftrace.exp: Likewise.
16142 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
16143 targets as well.
16144 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
16145 (gdb_load_shlibs): Copy libraries to test directory when testing
16146 natively. Only set solib-search-path if testing remotely.
16147 * lib/mi-support.exp (mi_load_shlibs): Likewise.
16148
16149 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16150
16151 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
16152 gdb_download. Use it even if the target is not remote.
16153 * gdb.base/jit.exp (compile_jit_test): Likewise.
16154 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
16155 output directory if the destination board is local, otherwise use
16156 the standard remote_download from DejaGnu.
16157 (gdb_download): Remove.
16158 (gdb_load_shlibs): Use gdb_remote_download instead of
16159 gdb_download.
16160 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16161 Use gdb_remote_download instead of gdb_download. Use it even if
16162 the target is not remote.
16163 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
16164 instead of gdb_download.
16165
16166 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
16167
16168 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
16169 (test_insert_delete_modify): Call mi_load_shlibs before trying to
16170 run.
16171
16172 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
16173
16174 PR gdb/19820
16175 * gdb.base/printcmds.exp: Add artificial arrays tests.
16176
16177 2016-03-31 Pedro Alves <palves@redhat.com>
16178
16179 PR gdb/19858
16180 * gdb.base/jit-main.c: Include unistd.h.
16181 (ATTACH): Define to 0 if not already defined.
16182 (wait_for_gdb, mypid): New globals.
16183 (WAIT_FOR_GDB): New macro.
16184 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
16185 some breakpoint locations.
16186 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
16187 New procedures.
16188 (one_jit_test): Add REATTACH parameter, and handle it. Use
16189 continue_to_test_location.
16190 (top level): Test attach, and adjusts calls to one_jit_test.
16191
16192 2016-03-31 Pedro Alves <palves@redhat.com>
16193
16194 PR gdb/19858
16195 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
16196 BINSUFFIX parameter, and handle it.
16197 (top level): Adjust calls compile_jit_test.
16198
16199 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
16200
16201 PR python/19743
16202 * gdb.python/py-mi-events-gdb.py: New file.
16203 * gdb.python/py-mi-events.c: New file.
16204 * gdb.python/py-mi-events.exp: New file.
16205
16206 2016-03-30 Yao Qi <yao.qi@linaro.org>
16207
16208 * gdb.reverse/until-precsave.exp: Match function name only.
16209 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
16210 Move malloc to a condition block.
16211 * gdb.reverse/until-reverse.exp: Match function name only.
16212
16213 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
16214
16215 * gdb.trace/ftrace.exp: Set arg0exp for s390.
16216 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
16217 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
16218 variable for GPR 0 instead of assuming it is register 0.
16219 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
16220 * lib/trace-support.exp: Add s390 registers.
16221
16222 2016-03-29 Yao Qi <yao.qi@linaro.org>
16223
16224 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
16225
16226 2016-03-24 Yao Qi <yao.qi@linaro.org>
16227
16228 * gdb.reverse/break-reverse.exp: Add quotation mark in the
16229 test message.
16230
16231 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16232
16233 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
16234 maintaining separate logic for constructing the output path.
16235
16236 2016-03-16 Don Breazeal <donb@codesourcery.com>
16237
16238 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
16239 Retry fork and waitpid on interrupted system call errors.
16240 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16241 Use with_timeout_factor to increase timeout by factor of 10.
16242
16243 2016-03-15 Don Breazeal <donb@codesourcery.com>
16244
16245 * gdb.cp/scope-err.cc: New test program.
16246 * gdb.cp/scope-err.exp: New test script.
16247 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
16248 lines and "set breakpoint here" comment.
16249 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
16250 Fixed some whitespace and format issues.
16251 * gdb.mi/mi-linespec-err-cp.cc: New test program.
16252 * gdb.mi/mi-linespec-err-cp.exp: New test script.
16253
16254 2016-03-15 Doug Evans <dje@google.com>
16255
16256 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
16257 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
16258 All callers updated. Add tests for enums, mixed flags register.
16259
16260 2016-03-15 Doug Evans <dje@google.com>
16261
16262 * gdb.base/skip.c (main): Call test_skip_file_and_function.
16263 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
16264
16265 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
16266
16267 * gdb.base/default.exp: Add $_as_string to the list of expected
16268 convenience functions.
16269
16270 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
16271
16272 * gdb.base/maint.exp: New tests for 'maint info line-table'.
16273
16274 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
16275
16276 * gdb.python/py-as-string.exp: New file.
16277 * gdb.python/py-as-string.c: New file.
16278
16279 2016-03-09 Pedro Alves <palves@redhat.com>
16280
16281 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
16282 signal" -> "Thread NN received signal" output change.
16283 * gdb.threads/ia64-sigill.exp: Likewise.
16284 * gdb.threads/linux-dp.exp: Likewise.
16285 * gdb.threads/manythreads.exp: Likewise.
16286 * gdb.threads/pending-step.exp: Likewise.
16287 * gdb.threads/print-threads.exp: Likewise.
16288 * gdb.threads/sigstep-threads.exp: Likewise.
16289 * gdb.threads/staticthreads.exp: Likewise.
16290 * gdb.threads/tls.exp: Likewise.
16291
16292 2016-03-09 Pedro Alves <palves@redhat.com>
16293
16294 * gdb.base/command-line-input.exp: New file.
16295
16296 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16297
16298 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
16299 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
16300 * gdb.trace/pending.exp: Accept leading dot before function name.
16301 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
16302 * lib/trace-support.exp: Set registers for ppc.
16303
16304 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16305
16306 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
16307 use it for disassembly; accept .main in addition to main in backtrace.
16308
16309 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
16310 Marcin Kościelnicki <koriakin@0x04.net>
16311
16312 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
16313 (gdb_recursion_test_ptr): New global variable.
16314 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
16315 gdb_recursion_test.
16316 (gdb_c_test): Ditto.
16317
16318 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16319
16320 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
16321 ordering.
16322
16323 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16324
16325 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
16326 (bar): Add bar_start_lbl label.
16327 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
16328 of foo/bar for emitting DWARF and tracing.
16329
16330 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
16331
16332 * analyze-racy-logs.py: Set executable bit.
16333
16334 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
16335
16336 * Makefile.in (DEFAULT_RACY_ITER): New variable.
16337 (CHECK_TARGET_TMP): Likewise.
16338 (check-single-racy): New rule.
16339 (check-parallel-racy): Likewise.
16340 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
16341 (do-check-parallel-racy): New rule.
16342 (check-racy/%.exp): Likewise.
16343 * README (Racy testcases): New section.
16344 * analyze-racy-logs.py: New file.
16345
16346 2016-03-03 Doug Evans <dje@google.com>
16347
16348 * gdb.base/skip.exp: Use with_test_prefix.
16349
16350 2016-03-03 Yao Qi <yao.qi@linaro.org>
16351
16352 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
16353 Invoke step_over_syscall "clone" and break_cond_on_syscall
16354 "clone".
16355 * gdb.base/step-over-clone.c: New file.
16356
16357 2016-03-03 Yao Qi <yao.qi@linaro.org>
16358
16359 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
16360 code format.
16361
16362 2016-03-03 Yao Qi <yao.qi@linaro.org>
16363
16364 * gdb.base/disp-step-fork.c: Rename to ...
16365 * gdb.base/step-over-fork.c: ... it. New file.
16366 * gdb.base/disp-step-vfork.c: Rename to ...
16367 * gdb.base/step-over-vfork.c: ... it. New file.
16368 * gdb.base/disp-step-syscall.exp: Rename to ...
16369 * gdb.base/step-over-syscall.exp: ... it. New file.
16370 (disp_step_cross_syscall): Rename to ...
16371 (step_over_syscall): ... it.
16372
16373 2016-03-03 Yao Qi <yao.qi@linaro.org>
16374
16375 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
16376 If target supports condition evaluation on target, invoke
16377 break_cond_on_syscall for fork and vfork.
16378
16379 2016-03-03 Yao Qi <yao.qi@linaro.org>
16380
16381 * gdb.base/disp-step-syscall.exp: Don't invoke
16382 support_displaced_stepping.
16383 (disp_step_cross_syscall): Test with displaced stepping off and
16384 on if supported.
16385
16386 2016-03-03 Yao Qi <yao.qi@linaro.org>
16387
16388 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
16389 proc.
16390 (setup): New proc.
16391 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
16392 and setup.
16393
16394 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16395
16396 * gdb.fortran/vla-history.exp: Remove breakpoint.
16397
16398 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16399
16400 * gdb.fortran/vla-history.exp: Lookup array elements and printing
16401 exceeds timeout.
16402
16403 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16404
16405 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
16406 breakpoint.
16407
16408 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16409
16410 * gdb.mi/vla.f90: Nullify pointer after declaration.
16411
16412 2016-03-01 Pedro Alves <palves@redhat.com>
16413
16414 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
16415
16416 2016-03-01 Pedro Alves <palves@redhat.com>
16417
16418 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
16419 before anything else.
16420 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
16421 _GNU_SOURCE here.
16422 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
16423 before anything else.
16424 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
16425
16426 2016-03-01 Pedro Alves <palves@redhat.com>
16427
16428 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
16429
16430 2016-03-01 Yao Qi <yao.qi@linaro.org>
16431
16432 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
16433 prepare_for_testing.
16434
16435 2016-03-01 Yao Qi <yao.qi@linaro.org>
16436
16437 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
16438
16439 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
16440
16441 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
16442 manually constructing the output path.
16443
16444 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
16445
16446 * gdb.arch/s390-stackless.S: New.
16447 * gdb.arch/s390-stackless.exp: New.
16448
16449 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
16450
16451 * gdb.dlang/circular.c: New file.
16452 * gdb.dlang/circular.exp: New file.
16453
16454 2016-02-26 Yao Qi <yao.qi@linaro.org>
16455
16456 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
16457 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
16458 (testcases): Update.
16459
16460 2016-02-26 Yao Qi <yao.qi@linaro.org>
16461
16462 * gdb.reverse/aarch64.c: Rename to ...
16463 * gdb.reverse/insn-reverse.c: ... it.
16464 * gdb.reverse/aarch64.exp: Rename to ...
16465 * gdb.reverse/insn-reverse.exp: ... it.
16466
16467 2016-02-26 Yao Qi <yao.qi@linaro.org>
16468
16469 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
16470 (testcase_ftype): New.
16471 (testcases): New array.
16472 (n_testcases): New.
16473 (main): Call each element in testcases.
16474 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
16475 (read_testcase): New.
16476 Do the tests in a loop.
16477
16478 2016-02-25 Yao Qi <yao.qi@linaro.org>
16479
16480 * gdb.base/branches.c: Remove.
16481
16482 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16483
16484 PR gdb/13808
16485 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
16486
16487 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16488
16489 * gdb.trace/ftrace.exp: Remove unnecessary target check.
16490
16491 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16492
16493 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
16494 change x86_64 call_insn to 'callq'.
16495
16496 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16497
16498 * gdb.trace/tfile-avx.c: Move to...
16499 * gdb.trace/tracefile-pseudo-reg.c: Here.
16500 * gdb.trace/tfile-avx.exp: Move to...
16501 * gdb.trace/tracefile-pseudo-reg.exp: Here.
16502
16503 2016-02-24 Gary Benson <gbenson@redhat.com>
16504
16505 * gdb.base/attach-pie-noexec.exp: Do not expect an error
16506 message on attach.
16507
16508 2016-02-23 Doug Evans <dje@google.com>
16509
16510 * gdb.base/skip.c (test_skip): New function.
16511 (end_test_skip_file_and_function): New function.
16512 (test_skip_file_and_function): New function.
16513 * gdb.base/skip1.c (test_skip): New function.
16514 (skip1_test_skip_file_and_function): New function.
16515 * gdb.base/skip.exp: Add tests for new skip options.
16516 * gdb.base/skip-solib.exp: Update expected output.
16517 * gdb.perf/skip-command.cc: New file.
16518 * gdb.perf/skip-command.exp: New file.
16519 * gdb.perf/skip-command.py: New file.
16520
16521 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
16522
16523 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
16524 info registers pattern.
16525
16526 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
16527
16528 * lib/future.exp: Add D support.
16529 (gdb_find_gdc): New proc.
16530 (gdb_default_target_compile): Add D support.
16531
16532 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
16533
16534 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
16535 user+system time.
16536 (trace_speed_test): Determine the iteration count for a time
16537 between 15..30 seconds.
16538
16539 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
16540
16541 * gdb.arch/i386-mpx-sigsegv.c: New file.
16542 * gdb.arch/i386-mpx-sigsegv.exp: New file.
16543 * gdb.arch/i386-mpx-simple_segv.c: New file.
16544 * gdb.arch/i386-mpx-simple_segv.exp: New file.
16545
16546 2016-02-18 Yao Qi <yao.qi@linaro.org>
16547
16548 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16549 Don't call setup_kfail.
16550
16551 2016-02-18 Yao Qi <yao.qi@linaro.org>
16552
16553 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16554 Set "set breakpoint condition-evaluation" per $cond_bp_target.
16555
16556 2016-02-16 Doug Evans <dje@google.com>
16557
16558 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
16559 * gdb.base/skip1.c: Ditto.
16560 * gdb.base/skip.exp: Whitespace cleanup.
16561
16562 2016-02-16 Don Breazeal <donb@codesourcery.com>
16563
16564 PR remote/19496
16565 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16566 Remove kfail for PR remote/19496.
16567
16568 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
16569
16570 * lib/gdb.exp (standard_temp_file): Return a path specific to
16571 the runtest invocation.
16572
16573 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
16574
16575 * gdb.trace/save-trace.exp: Change relative path to be in the
16576 standard output directory.
16577
16578 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16579
16580 * gdb.arch/i386-prologue.c: Add missing prototypes.
16581
16582 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16583
16584 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
16585 * gdb.arch/i386-prologue.exp: Likewise.
16586 * gdb.arch/i386-size.exp: Likewise.
16587
16588 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
16589
16590 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
16591 define object file path.
16592 * gdb.btrace/gcore.exp: Use standard_output_file to define core
16593 file path.
16594 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
16595 standard_output_file to define binfile.
16596
16597 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16598
16599 Fix compatibility with recent gfortran-5.3.1.
16600 * gdb.fortran/vla-history.exp (print vla1 allocated)
16601 (print vla2 allocated, print $2, print $3): Remove
16602 (print $4): Rename to ...
16603 (print $2): ... here.
16604 (print $9): Rename to ...
16605 (print $5): ... here.
16606 (print $10): Rename to ...
16607 (print $6): ... here.
16608 * gdb.fortran/vla.f90: Add pvla initialization.
16609
16610 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16611
16612 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
16613 New test.
16614 * gdb.fortran/vla-value-sub.exp: Likewise.
16615
16616 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
16617
16618 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
16619
16620 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
16621
16622 * i386-biarch-core.exp: Define corefile using
16623 standard_output_file.
16624
16625 2016-02-12 Yao Qi <yao.qi@linaro.org>
16626
16627 * gdb.arch/arm-single-step-kernel-helper.c: New.
16628 * gdb.arch/arm-single-step-kernel-helper.exp: New.
16629
16630 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
16631
16632 * gdb.btrace/tailcall-only.exp: New.
16633 * gdb.btrace/tailcall-only.c: New.
16634 * gdb.btrace/x86_64-tailcall-only.S: New.
16635 * gdb.btrace/i686-tailcall-only.S: New.
16636
16637 2016-02-11 Pedro Alves <palves@redhat.com>
16638
16639 * README (Parallel testing): Add missing double quotes.
16640
16641 2016-02-11 Pedro Alves <palves@redhat.com>
16642
16643 * README (Parallel testing): New section.
16644 (GDB_PARALLEL): Rewrite.
16645 (FORCE_PARALLEL): Document.
16646
16647 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
16648
16649 * gdb.trace/tfile-avx.c: New test.
16650 * gdb.trace/tfile-avx.exp: New test.
16651
16652 2016-02-09 Keith Seitz <keiths@redhat.com>
16653
16654 PR breakpoints/19546
16655 * gdb.base/infcall-exec.c: New file.
16656 * gdb.base/infcall-exec2.c: New file.
16657 * gdb.base/infcall-exec.exp: New file.
16658
16659 2016-02-09 Keith Seitz <keiths@redhat.com>
16660
16661 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
16662 (toplevel): Call test_bkpt_address.
16663
16664 2016-02-09 Keith Seitz <keiths@redhat.com>
16665
16666 PR python/19506
16667 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
16668 (toplevel): Call test_bkpt_address.
16669
16670 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
16671
16672 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
16673 to AC_OUTPUT.
16674 * configure: Regenerate.
16675
16676 2016-02-09 Pedro Alves <palves@redhat.com>
16677
16678 PR breakpoints/19548
16679 * gdb.base/execl-update-breakpoints.c (some_function): New
16680 function.
16681 (main): Call it.
16682 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
16683 Tighten expected GDB output.
16684
16685 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16686
16687 * Makefile.in (ALL_SUBDIRS): Remove.
16688 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
16689 (distclean maintainer-clean realclean): Likewise.
16690 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
16691 * configure: Regenerate.
16692 * gdb.ada/Makefile.in: Delete.
16693 * gdb.arch/Makefile.in: Likewise.
16694 * gdb.asm/Makefile.in: Likewise.
16695 * gdb.base/Makefile.in: Likewise.
16696 * gdb.btrace/Makefile.in: Likewise.
16697 * gdb.cell/Makefile.in: Likewise.
16698 * gdb.compile/Makefile.in: Likewise.
16699 * gdb.cp/Makefile.in: Likewise.
16700 * gdb.disasm/Makefile.in: Likewise.
16701 * gdb.dlang/Makefile.in: Likewise.
16702 * gdb.dwarf2/Makefile.in: Likewise.
16703 * gdb.fortran/Makefile.in: Likewise.
16704 * gdb.gdb/Makefile.in: Likewise.
16705 * gdb.go/Makefile.in: Likewise.
16706 * gdb.guile/Makefile.in: Likewise.
16707 * gdb.java/Makefile.in: Likewise.
16708 * gdb.linespec/Makefile.in: Likewise.
16709 * gdb.mi/Makefile.in: Likewise.
16710 * gdb.modula2/Makefile.in: Likewise.
16711 * gdb.multi/Makefile.in: Likewise.
16712 * gdb.objc/Makefile.in: Likewise.
16713 * gdb.opencl/Makefile.in: Likewise.
16714 * gdb.opt/Makefile.in: Likewise.
16715 * gdb.pascal/Makefile.in: Likewise.
16716 * gdb.perf/Makefile.in: Likewise.
16717 * gdb.python/Makefile.in: Likewise.
16718 * gdb.reverse/Makefile.in: Likewise.
16719 * gdb.server/Makefile.in: Likewise.
16720 * gdb.stabs/Makefile.in: Likewise.
16721 * gdb.threads/Makefile.in: Likewise.
16722 * gdb.trace/Makefile.in: Likewise.
16723 * gdb.xml/Makefile.in: Likewise.
16724 * lib/gdb.exp (make_gdb_parallel_path): Add check for
16725 GDB_PARALLEL.
16726 (standard_output_file): Remove check for GDB_PARALLEL, always
16727 return path in outputs/$subdir/$testname.
16728
16729 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16730
16731 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
16732 (site.exp): Assign abs_srcdir to tcl's srcdir.
16733
16734 2016-02-04 Yao Qi <yao.qi@linaro.org>
16735
16736 * gdb.base/foll-exec-mode.c: Include limits.h.
16737 (main): Add parameters argc and argv. Get directory from
16738 argv[0].
16739 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
16740 compilation.
16741 * gdb.base/foll-exec.c: Include limits.h.
16742 (main): Add parameters argc and argv.
16743 Get directory from argv[0].
16744 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
16745 Adjust tests on the number of lines as source code changed.
16746 * gdb.base/foll-vfork-exit.c: Include limits.h.
16747 (main): Add one line of statement before vfork.
16748 * gdb.base/foll-vfork.c: Include limits.h and string.h.
16749 (main): Add parameters argc and argv. Get directory from
16750 argv[0].
16751 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
16752 (setup_gdb): Set tbreak to skip some source lines.
16753 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
16754 (main): Add parameters argc and argv. Get directory from
16755 argv[0].
16756 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
16757 compilation.
16758 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
16759 (main): Add parameters argc and argv. Get directory from
16760 argv[0].
16761 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
16762 compilation.
16763
16764 2016-02-01 Doug Evans <dje@google.com>
16765
16766 * gdb.base/skip.exp: Clean up multiple references to same test name.
16767
16768 2016-02-01 Pedro Alves <palves@redhat.com>
16769
16770 PR remote/19496
16771 * gdb.threads/forking-threads-plus-breakpoint.exp
16772 (displaced_stepping_supported): New global.
16773 (probe_displaced_stepping_support): New procedure.
16774 (do_test): Add 'displaced' parameter, and use it.
16775 (top level): Check for displaced stepping support. Add displaced
16776 stepping on/off testing axis.
16777
16778 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16779
16780 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
16781 pointer. Don't perform further tests on the unassociated pointer
16782 if the first test fails.
16783
16784 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16785
16786 * gdb.base/max-value-size.c: New file.
16787 * gdb.base/max-value-size.exp: New file.
16788 * gdb.base/huge.exp: Disable max-value-size for this test.
16789
16790 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
16791
16792 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16793
16794 2016-01-28 Yao Qi <yao.qi@linaro.org>
16795
16796 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
16797
16798 2016-01-25 Pedro Alves <palves@redhat.com>
16799
16800 PR threads/19461
16801 * gdb.base/fork-running-state.c: New file.
16802 * gdb.base/fork-running-state.exp: New file.
16803
16804 2016-01-25 Pedro Alves <palves@redhat.com>
16805
16806 PR gdb/19494
16807 * gdb.base/catch-fork-kill.c: New file.
16808 * gdb.base/catch-fork-kill.exp: New file.
16809
16810 2016-01-25 Pedro Alves <palves@redhat.com>
16811
16812 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
16813 Delete, moved to lib/gdb.exp.
16814 * gdb.threads/forking-threads-plus-breakpoint.exp
16815 (foreach_with_prefix): Likewise.
16816 * gdb.threads/process-dies-while-handling-bp.exp
16817 (foreach_with_prefix): Likewise.
16818 * lib/gdb.exp (foreach_with_prefix): New procedure.
16819
16820 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
16821
16822 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
16823 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
16824
16825 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
16826
16827 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
16828 endian targets.
16829
16830 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16831 Pedro Alves <palves@redhat.com>
16832
16833 Fix testsuite compatibility with Guile.
16834 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
16835 number.
16836
16837 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16838
16839 Fix testsuite compatibility with Guile.
16840 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
16841 (thread 1): New test for backtrace through signal handler.
16842
16843 2016-01-22 Yao Qi <yao.qi@linaro.org>
16844
16845 PR testsuite/19491
16846 * gdb.base/multi-forks.c: Include
16847 ../lib/unbuffer_output.c
16848 (main): Call gdb_unbuffer_output.
16849
16850 2016-01-21 Doug Evans <dje@google.com>
16851
16852 * lib/ada.exp (gdb_compile_ada): Fix typo.
16853
16854 2016-01-21 Joel Brobecker <brobecker@adacore.com>
16855
16856 * gdb.base/break-fun-addr.exp: New file.
16857 * gdb.base/break-fun-addr1.c: New file.
16858 * gdb.base/break-fun-addr2.c: New file.
16859
16860 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
16861
16862 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
16863 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
16864 enum flag values.
16865
16866 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
16867
16868 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
16869 when GDB can not set the vector return value. Add more comments
16870 for clarification.
16871
16872 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
16873
16874 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
16875 command.
16876
16877 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16878
16879 * Makefile.in (DO_RUNTEST): Add --status and update usages.
16880
16881 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16882
16883 * Makefile.in (check-single): Pass --status to runtest.
16884 (check/%.exp): Likewise.
16885
16886 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16887
16888 * Makefile.in (check-parallel): Propagate return code from make
16889 do-check-parallel.
16890
16891 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
16892
16893 * gdb.trace/ftrace.exp: Fix expected message on continue.
16894 * gdb.trace/pending.exp: Fix expected message on continue.
16895 * gdb.trace/trace-break.exp: Fix expected message on continue.
16896
16897 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
16898
16899 * lib/gdb.exp (gdb_test): Remove unused global references.
16900
16901 2016-01-18 Pedro Alves <palves@redhat.com>
16902
16903 * gdb.base/async-shell.exp: Adjust expected output.
16904 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
16905 * gdb.base/siginfo-thread.exp: Adjust expected output.
16906 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
16907 * gdb.java/jnpe.exp: Adjust expected output.
16908 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
16909 * gdb.threads/continue-pending-status.exp: Adjust expected output.
16910 * gdb.threads/leader-exit.exp: Adjust expected output.
16911 * gdb.threads/manythreads.exp: Adjust expected output.
16912 * gdb.threads/pthreads.exp: Adjust expected output.
16913 * gdb.threads/schedlock.exp: Adjust expected output.
16914 * gdb.threads/siginfo-threads.exp: Adjust expected output.
16915 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
16916 expected output.
16917 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
16918 output.
16919 * gdb.threads/sigthread.exp: Adjust expected output.
16920 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
16921
16922 2016-01-18 Yao Qi <yao.qi@linaro.org>
16923
16924 * gdb.guile/scm-section-script.c: Replace @progbits with
16925 %progbits.
16926 * gdb.python/py-section-script.c: Likewise.
16927
16928 2016-01-15 Pedro Alves <palves@redhat.com>
16929
16930 * gdb.multi/tids.exp: Test star wildcard ranges.
16931
16932 2016-01-15 Pedro Alves <palves@redhat.com>
16933
16934 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
16935 command from "thread apply" invocation.
16936 (thr_apply_info_thr_invalid): Default the expected output to the
16937 input tid list.
16938 (top level): Add tests that use convenience variables. Add tests
16939 for "thread apply" with a valid TID list, but missing the command.
16940
16941 2016-01-13 Pedro Alves <palves@redhat.com>
16942
16943 * gdb.base/default.exp: Expect $_gthread as well.
16944 * gdb.multi/tids.exp: Test $_gthread.
16945 * gdb.threads/thread-specific.exp: Test $_gthread.
16946
16947 2016-01-13 Pedro Alves <palves@redhat.com>
16948
16949 * gdb.multi/tids.exp: Test "info threads -gid".
16950
16951 2016-01-13 Pedro Alves <palves@redhat.com>
16952
16953 * gdb.multi/tids.exp: Test InferiorThread.global_num and
16954 Breakpoint.thread.
16955 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
16956
16957 2016-01-07 Pedro Alves <palves@redhat.com>
16958
16959 * gdb.base/break.exp: Adjust to output changes.
16960 * gdb.base/hbreak2.exp: Likewise.
16961 * gdb.base/sepdebug.exp: Likewise.
16962 * gdb.base/watch_thread_num.exp: Likewise.
16963 * gdb.linespec/keywords.exp: Likewise.
16964 * gdb.multi/info-threads.exp: Likewise.
16965 * gdb.threads/thread-find.exp: Likewise.
16966 * gdb.multi/tids.c: New file.
16967 * gdb.multi/tids.exp: New file.
16968
16969 2016-01-13 Pedro Alves <palves@redhat.com>
16970
16971 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
16972
16973 2016-01-13 Pedro Alves <palves@redhat.com>
16974
16975 * gdb.base/default.exp: Expect $_inferior as well.
16976 * gdb.multi/base.exp: Test $_inferior.
16977
16978 2016-01-13 Pedro Alves <palves@redhat.com>
16979
16980 PR breakpoints/19388
16981 * gdb.base/catch-signal-siginfo-cond.c: New file.
16982 * gdb.base/catch-signal-siginfo-cond.exp: New file.
16983
16984 2016-01-12 Josh Stone <jistone@redhat.com>
16985 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16986
16987 * gdb.base/catch-syscall.c (do_execve): New variable.
16988 (main): Conditionally trigger an execve.
16989 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
16990 (test_catch_syscall_execve): New, check entry/return across execve.
16991 (do_syscall_tests): Call test_catch_syscall_execve.
16992
16993 2016-01-12 Pedro Alves <palves@redhat.com>
16994
16995 * gdb.base/random-signal.exp (do_test): New procedure, with body
16996 of testcase moved in.
16997
16998 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16999 Pedro Alves <palves@redhat.com>
17000
17001 * gdb.base/funcargs.exp (finish from indirectly called function):
17002 Reintroduce the case for 'First'.
17003
17004 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17005 Pedro Alves <palves@redhat.com>
17006
17007 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
17008 (tcatch_vfork_then_child_follow_exec)
17009 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
17010 identification.
17011
17012 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17013
17014 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
17015 and repeats to unlimited.
17016 * gdb.python/py-value.exp: Likewise.
17017 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
17018 and repeats to unlimited.
17019
17020 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
17021
17022 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
17023 and reordering the functions.
17024 * gdb.multi/hangout.c: Likewise.
17025 * gdb.multi/hello.c: Likewise.
17026
17027 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
17028
17029 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
17030 absolute.
17031 (SingleStatisticTestResult.report): Use dict.keys instead of
17032 dict.iterkeys.
17033
17034 2016-01-06 Pedro Alves <palves@redhat.com>
17035
17036 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
17037
17038 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
17039
17040 * gdb.btrace/dlopen.exp: New.
17041 * gdb.btrace/dlopen.c: New.
17042 * gdb.btrace/dlopen-dso.c: New.
17043
17044 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
17045
17046 * lib/gdb.exp (gdb_test): Update comments to clarify that the
17047 PATTERN argument is optional.
17048
17049 2015-12-24 Joel Brobecker <brobecker@adacore.com>
17050
17051 * lib/ada.exp (target_compile_ada_from_dir): New function.
17052 (gdb_compile_ada): Reimplement avoiding the use of project files.
17053 * gdb.ada/gnat_ada.gpr: Delete.
17054 * gdb.ada/cond_lang.exp: Adjust test to make path before
17055 filename optional.
17056 * gdb.ada/small_reg_param.exp: Likewise.
17057
17058 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
17059
17060 * gdb.base/foll-vork.exp: Remove HP-UX special case.
17061
17062 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
17063
17064 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
17065 case.
17066
17067 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
17068
17069 * gdb.base/break.exp: Remove dead code.
17070 * gdb.base/sepdebug.exp: Likewise.
17071
17072 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17073
17074 * gdb.asm/asm-source.exp: Remove HP-UX references.
17075 * gdb.base/annota1.exp: Likewise.
17076 * gdb.base/annota3.exp: Likewise.
17077 * gdb.base/attach.exp: Likewise.
17078 * gdb.base/bigcore.exp: Likewise.
17079 * gdb.base/break.exp: Likewise.
17080 * gdb.base/call-ar-st.exp: Likewise.
17081 * gdb.base/callfuncs.exp: Likewise.
17082 * gdb.base/catch-fork-static.exp: Likewise.
17083 * gdb.base/display.exp: Likewise.
17084 * gdb.base/foll-exec-mode.exp: Likewise.
17085 * gdb.base/foll-exec.exp: Likewise.
17086 * gdb.base/foll-fork.exp: Likewise.
17087 * gdb.base/foll-vfork.exp: Likewise.
17088 * gdb.base/funcargs.exp: Likewise.
17089 * gdb.base/hbreak2.exp: Likewise.
17090 * gdb.base/inferior-died.exp: Likewise.
17091 * gdb.base/interrupt.exp: Likewise.
17092 * gdb.base/multi-forks.exp: Likewise.
17093 * gdb.base/nodebug.exp: Likewise.
17094 * gdb.base/sepdebug.exp: Likewise.
17095 * gdb.base/solib1.c: Likewise.
17096 * gdb.base/step-test.exp: Likewise.
17097 * gdb.mi/non-stop.c: Likewise.
17098 * gdb.mi/pthreads.c: Likewise.
17099 * gdb.multi/bkpt-multi-exec.ex: Likewise.
17100 * gdb.threads/pthreads.c: Likewise.
17101 * gdb.threads/staticthreads.exp: Likewise.
17102 * lib/future.exp: Likewise.
17103 * lib/gdb.exp: Likewise.
17104 * gdb.base/so-indr-cl.c: Remove.
17105 * gdb.base/so-indr-cl.exp: Likewise.
17106 * gdb.base/solib.c: Likewise.
17107 * gdb.base/solib.exp: Likewise.
17108 * gdb.base/solib2.c: Likewise.
17109
17110 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17111
17112 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
17113 * gdb.base/call-ar-st.exp: Likewise.
17114 * gdb.base/callfuncs.exp: Likewise.
17115 * gdb.base/condbreak.exp: Likewise.
17116 * gdb.base/constvars.exp: Likewise.
17117 * gdb.base/hbreak2.exp: Likewise.
17118 * gdb.base/langs.exp: Likewise.
17119 * gdb.base/list.exp: Likewise.
17120 * gdb.base/long_long.exp: Likewise.
17121 * gdb.base/ptype.exp: Likewise.
17122 * gdb.base/scope.exp: Likewise.
17123 * gdb.base/signals.exp: Likewise.
17124 * gdb.base/so-impl-ld.exp: Likewise.
17125 * gdb.base/varargs.exp: Likewise.
17126 * gdb.base/volatile.exp: Likewise.
17127 * gdb.base/whatis.exp: Likewise.
17128 * gdb.cp/cplusfuncs.exp: Likewise.
17129 * gdb.cp/inherit.exp: Likewise.
17130 * gdb.cp/local.exp: Likewise.
17131 * gdb.cp/member-ptr.exp: Likewise.
17132 * gdb.cp/method.exp: Likewise.
17133 * gdb.cp/overload.exp: Likewise.
17134 * gdb.cp/templates.exp: Likewise.
17135 * gdb.stabs/weird.exp: Likewise.
17136 * lib/compiler.c: Likewise.
17137 * lib/compiler.cc: Likewise.
17138 * lib/cp-support.exp: Likewise.
17139 * lib/gdb.exp: Likewise.
17140
17141 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
17142
17143 * configure.ac: Remove HP-UX case.
17144 * configure: Regenerate.
17145
17146 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
17147
17148 * lib/gdb.exp (gdb_compile): Add function doc.
17149
17150 2015-12-17 Pedro Alves <palves@redhat.com>
17151
17152 PR threads/19354
17153 * gdb.multi/info-threads.exp: New file.
17154
17155 2015-12-15 Yao Qi <yao.qi@linaro.org>
17156
17157 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
17158 is aarch64*-*-*.
17159
17160 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17161
17162 * gdb.base/history-duplicates.exp: Skip if no readline support.
17163
17164 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17165
17166 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
17167
17168 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17169
17170 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
17171
17172 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17173
17174 * gdb.base/completion.exp: Skip tests that interrupt GDB with
17175 ctrl-C if nointerrupts target property is set.
17176 * gdb.base/double-prompt-target-event-error.exp: Likewise.
17177 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
17178 * gdb.base/paginate-bg-execution.exp: Likewise.
17179 * gdb.base/paginate-execution-startup.exp: Likewise.
17180 * gdb.base/random-signal.exp: Likewise.
17181 * gdb.base/range-stepping.exp: Likewise.
17182 * gdb.cp/annota2.exp: Likewise.
17183 * gdb.cp/annota3.exp: Likewise.
17184 * gdb.gdb/selftest.exp: Likewise.
17185 * gdb.threads/continue-pending-status.exp: Likewise.
17186 * gdb.threads/leader-exit.exp: Likewise.
17187 * gdb.threads/manythreads.exp: Likewise.
17188 * gdb.threads/pthreads.exp: Likewise.
17189 * gdb.threads/schedlock.exp: Likewise.
17190 * gdb.threads/sigthread.exp: Likewise.
17191
17192 2015-12-11 Don Breazeal <donb@codesourcery.com>
17193
17194 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
17195 remote.
17196 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
17197 * gdb.base/foll-exec.exp (main): Enable for target remote.
17198 * gdb.base/foll-fork.exp (main): Likewise.
17199 * gdb.base/foll-vfork.exp (main): Likewise.
17200 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
17201 (proc continue_to_exit_bp_loc): Use clean_restart.
17202 * gdb.base/pie-execl.exp (main): Disable for target remote.
17203 * gdb.base/watch-vfork.exp (main): Enable for target remote.
17204 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
17205 * gdb.threads/execl.exp (main): Likewise.
17206 * gdb.threads/fork-child-threads.exp (main): Likewise.
17207 * gdb.threads/fork-plus-threads.exp (main): Disable for target
17208 remote.
17209 * gdb.threads/fork-thread-pending.exp (main): Enable for target
17210 remote.
17211 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
17212 pid.tid style ptids, instead of just tid.
17213 * gdb.threads/thread-execl.exp (main): Enable for target remote.
17214 * gdb.threads/watchpoint-fork.exp (main): Likewise.
17215 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
17216 ptids, instead of just tid.
17217
17218 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17219
17220 * gdb.base/list.exp (test_list_forward): Add end of file error
17221 test.
17222 (test_repeat_list_command): Add end of file error test.
17223 (test_list_backwards): Add beginning of file error test.
17224
17225 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17226
17227 * gdb.base/list.exp (test_list_invalid_args): New function,
17228 defined, and called.
17229
17230 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17231
17232 * gdb.base/list.exp (test_list): Make test names unique.
17233
17234 2015-12-11 Yao Qi <yao.qi@linaro.org>
17235
17236 * gdb.base/coremaker2.c: Remove.
17237
17238 2015-12-10 Pedro Alves <palves@redhat.com>
17239
17240 * gdb.multi/base.exp: Remove stale "spaces" references.
17241
17242 2015-12-10 Pedro Alves <palves@redhat.com>
17243
17244 * gdb.multi/base.exp: Don't use nowarnings.
17245 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
17246 * gdb.multi/hangout.c: Include stdio.h.
17247 * gdb.multi/hello.c: Include stdlib.h.
17248 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
17249 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
17250 * gdb.multi/multi-arch.exp: Don't use nowarnings.
17251
17252 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
17253
17254 * gdb.dwarf2/dw2-ranges-base.c: New file.
17255 * gdb.dwarf2/dw2-ranges-base.exp: New file.
17256 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
17257 support additional line table, and debug ranges generation.
17258 (Dwarf::ranges): New function, generate .debug_ranges.
17259 (Dwarf::lines): Support generating simple line table programs.
17260 (Dwarf::assemble): Initialise new namespace variables.
17261
17262 2015-12-09 Kevin Buettner <kevinb@redhat.com>
17263
17264 * gdb.base/async.exp (proc test_background): Add case for
17265 asynchronous execution not supported.
17266
17267 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
17268
17269 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
17270 format and change test names to make them unique.
17271
17272 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
17273 Pedro Alves <pedro@redhat.com>
17274
17275 PR gdb/18702
17276 Add checking of floatformats setup on x86_64 hosts.
17277 * gdb.arch/i386-float.S (main): Load bigval and smallval.
17278 (smallval, bigval): New labels/constants.
17279 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
17280 float" after loading bigval and smallval.
17281
17282 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
17283
17284 * gdb.ada/fun_overload_menu.exp: New testcase.
17285 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
17286
17287 2015-12-04 Josh Stone <jistone@redhat.com>
17288
17289 * gdb.base/catch-fork-static.exp: New.
17290
17291 2015-12-03 Yao Qi <yao.qi@linaro.org>
17292
17293 * gdb.base/sizeof.c: Don't include stdio.h and
17294 ../lib/unbuffer_output.c.
17295 (main): New variable 'size' and 'value'. Remove printf and
17296 gdb_unbuffer_output. Assign return value to size and value.
17297 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
17298 at the beginning.
17299 (check_sizeof): Check the result by printing variable 'size'.
17300 (check_valueof): Check the result by printing variable 'value'.
17301
17302 2015-12-01 Yao Qi <yao.qi@linaro.org>
17303
17304 * gdb.base/disp-step-syscall.exp: Define syscall instruction
17305 for aarch64*-*-linux* target.
17306
17307 2015-11-30 Pedro Alves <palves@redhat.com>
17308
17309 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
17310
17311 2015-11-30 Pedro Alves <palves@redhat.com>
17312
17313 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
17314 Handle non-stop mode vCont replies.
17315
17316 2015-11-30 Pedro Alves <palves@redhat.com>
17317
17318 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
17319 prepare_for_testing. Start gdb with "set non-stop on" appended to
17320 GDBFLAGS. Lax expected stop output.
17321
17322 2015-11-27 Yao Qi <yao.qi@linaro.org>
17323
17324 * gdb.arch/arm-neon.exp: New.
17325 * gdb.arch/arm-neon.c: New.
17326
17327 2015-11-27 Yao Qi <yao.qi@linaro.org>
17328
17329 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
17330
17331 2015-11-27 Yao Qi <yao.qi@linaro.org>
17332
17333 * gdb.cp/annota2.exp: Allow multiple occurrences of the
17334 frames-invalid annotation.
17335
17336 2015-11-27 Yao Qi <yao.qi@linaro.org>
17337
17338 * gdb.cp/annota2.exp: Use ${frames_invalid}.
17339
17340 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
17341
17342 * gdb.threads/names.exp: New file.
17343 * gdb.threads/names.c: New file.
17344 * README: Mention gdb,no_thread_names.
17345
17346 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
17347
17348 PR 19297
17349 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
17350 support" error.
17351
17352 2015-11-24 Pedro Alves <palves@redhat.com>
17353
17354 PR 17539
17355 * gdb.base/display.exp: Expect displays to be sorted in ascending
17356 order. Use multi_line.
17357 * gdb.base/solib-display.exp: Likewise.
17358
17359 2015-11-24 Pedro Alves <palves@redhat.com>
17360
17361 PR 17539
17362 * gdb.base/display.exp: Expect displays to be sorted in ascending
17363 order. Use multi_line.
17364 * gdb.base/solib-display.exp: Likewise.
17365
17366 2015-11-24 Pedro Alves <palves@redhat.com>
17367
17368 PR 17539
17369 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
17370 threads in ascending order.
17371 * gdb.base/foll-fork.exp: Likewise.
17372 * gdb.base/foll-vfork.exp: Likewise.
17373 * gdb.base/multi-forks.exp: Likewise.
17374 * gdb.mi/mi-nonstop.exp: Likewise.
17375 * gdb.mi/mi-nsintrall.exp: Likewise.
17376 * gdb.multi/base.exp: Likewise.
17377 * gdb.multi/multi-arch.exp: Likewise.
17378 * gdb.python/py-inferior.exp: Likewise.
17379 * gdb.threads/break-while-running.exp: Likewise.
17380 * gdb.threads/execl.exp: Likewise.
17381 * gdb.threads/gcore-thread.exp: Likewise.
17382 * gdb.threads/info-threads-cur-sal.exp: Likewise.
17383 * gdb.threads/kill.exp: Likewise.
17384 * gdb.threads/linux-dp.exp: Likewise.
17385 * gdb.threads/multiple-step-overs.exp: Likewise.
17386 * gdb.threads/next-bp-other-thread.exp: Likewise.
17387 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
17388 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
17389 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
17390 * gdb.threads/thread-find.exp: Likewise.
17391 * gdb.threads/tls.exp: Likewise.
17392 * lib/mi-support.exp (mi_reverse_list): Delete.
17393 (mi_check_thread_states): No longer reverse list.
17394
17395 2015-11-24 Pedro Alves <palves@redhat.com>
17396
17397 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
17398 use lowercase.
17399
17400 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
17401
17402 * gdb.trace/actions.c: Include trace-common.h.
17403 (main): Add a location for a fast tracepoint.
17404 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
17405 the normal tracepoints.
17406 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
17407
17408 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
17409
17410 * save-trace.exp: Factor out code to these...
17411 (gdb_save_tracepoints): New.
17412 (gdb_load_tracepoints): New.
17413 (do_save_load_test): New.
17414
17415 2015-11-23 Kevin Buettner <kevinb@redhat.com>
17416
17417 * gdb.base/asmlabel.exp: New test.
17418 * gdb.base/asmlabel.c: New test case.
17419
17420 2015-11-23 Joel Brobecker <brobecker@adacore.com>
17421
17422 * gdb.base/wrong_frame_bt_full-main.c: New file.
17423 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
17424 * gdb.base/wrong_frame_bt_full.exp: New file.
17425
17426 2015-11-23 Joel Brobecker <brobecker@adacore.com>
17427
17428 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
17429
17430 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
17431
17432 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
17433 pstate register when comparing registers values in
17434 sparc64-*-linux-gnu targets to avoid spurious differences.
17435
17436 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
17437
17438 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
17439
17440 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
17441
17442 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
17443 as type argument to gdb_compile.
17444 * gdb.base/nested-subp2.exp: Likewise.
17445 * gdb.base/nested-subp3.exp: Likewise.
17446
17447 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
17448
17449 * lib/dwarf.exp (_note): Fix left shift of negative value.
17450 * gdb.trace/trace-condition.exp: Likewise.
17451
17452 2015-11-13 Yao Qi <yao.qi@linaro.org>
17453
17454 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
17455 comments about d10v.
17456 (test_scalar_returns): Likewise.
17457 * gdb.base/d10v.ld: Remove.
17458 * gdb.base/overlays.exp: Remove the target triplet checking for
17459 d10v-*-*.
17460 * gdb.base/structs.exp (test_struct_returns): Remove the
17461 comments about d10v.
17462 (test_struct_calls): Likewise.
17463
17464 2015-11-13 Yao Qi <yao.qi@linaro.org>
17465
17466 * gdb.base/gnu_vector.exp: Check the return value by "p res".
17467 * gdb.base/gnu_vector.c: Don't include stdio.h.
17468 (main): Don't print res and call add_some_intvecs.
17469
17470 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
17471
17472 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
17473 macro.
17474 (func5): Removed.
17475 (func4): Use FAST_TRACEPOINT_LABEL.
17476 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
17477 macro.
17478 (func): Removed.
17479 (thread_function): Use FAST_TRACEPOINT_LABEL.
17480 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
17481 (func): Remove.
17482 (marker): Use FAST_TRACEPOINT_LABEL.
17483 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
17484 (pendfunc1): Remove.
17485 (pendfunc): Use FAST_TRACEPOINT_LABEL.
17486 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
17487 (foo): Remove.
17488 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
17489 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
17490 macro.
17491 (func): Remove.
17492 (marker): Use FAST_TRACEPOINT_LABEL.
17493 * gdb.trace/trace-common.h: New header.
17494 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
17495 macro.
17496 (func): Remove.
17497 (marker): Use FAST_TRACEPOINT_LABEL.
17498 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
17499 (func): Remove.
17500 (thread_function): Use FAST_TRACEPOINT_LABEL.
17501
17502 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
17503
17504 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
17505 in front.
17506 * gdb.trace/change-loc.exp: Use global pcreg definition.
17507 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
17508 * gdb.trace/entry-values.exp: Use global spreg definition, add $
17509 in front.
17510 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
17511 * gdb.trace/pending.exp: Likewise.
17512 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
17513 * gdb.trace/trace-break.exp: Likewise.
17514 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
17515 in front.
17516 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
17517 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
17518 in front.
17519 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
17520
17521 2015-11-09 Joel Brobecker <brobecker@adacore.com>
17522
17523 * gdb.ada/fin_fun_out: New testcase.
17524
17525 2015-11-07 Kevin Buettner <kevinb@redhat.com>
17526
17527 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
17528 value associated with DW_AT_byte_size.
17529 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
17530 constants for DW_AT_byte_size, DW_AT_lower_bound, and
17531 DW_AT_upper_bound.
17532
17533 2015-11-07 Kevin Buettner <kevinb@redhat.com>
17534
17535 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
17536 (gdb_target_symbol_prefix_flags): Define in terms of _asm
17537 version.
17538 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
17539 gdb.dwarf2/dw2-canonicalize-type.exp,
17540 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
17541 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
17542 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
17543 provided by gdb_target_symbol_prefix_flags_asm.
17544 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
17545 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
17546 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
17547 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
17548 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
17549 macros where needed). Use this macro for symbols which require
17550 the prefix provided by SYMBOL_PREFIX.
17551
17552 2015-11-05 Kevin Buettner <kevinb@redhat.com>
17553
17554 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
17555 New procs.
17556 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
17557 representing expressions, of more than one list element.
17558 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
17559 to prepend linker symbol prefix to f.
17560 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
17561 table_1 and table_2.
17562 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
17563 Likewise, for f and g.
17564 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
17565 for ptr.
17566 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
17567 for main.
17568 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
17569 table_1_ptr and table_2_ptr.
17570
17571 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17572 Joel Brobecker <brobecker@adacore.com>
17573
17574 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
17575
17576 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
17577
17578 * gdb.reverse/s390-mvcle.c: New test.
17579 * gdb.reverse/s390-mvcle.exp: New file.
17580 * lib/gdb.exp: Enable reverse tests on s390*-linux.
17581
17582 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
17583
17584 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
17585
17586 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
17587
17588 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
17589 reaching marker2.
17590 * gdb.reverse/getresuid-reverse.exp: Likewise.
17591 * gdb.reverse/pipe-reverse.exp: Likewise.
17592 * gdb.reverse/readv-reverse.exp: Likewise.
17593 * gdb.reverse/recvmsg-reverse.exp: Likewise.
17594 * gdb.reverse/time-reverse.exp: Likewise.
17595 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
17596
17597 2015-10-30 Yao Qi <yao.qi@linaro.org>
17598
17599 * gdb.threads/wp-replication.c (watch_count_done): Remove.
17600 (empty_cycle): Remove.
17601 (main): Don't call empty_cycle. Don't use watch_count_done.
17602 * gdb.threads/wp-replication.exp: Don't set breakpoint on
17603 empty_cycle. Rewrite the code counting HW watchpoints.
17604
17605 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
17606
17607 * gdb.reverse/fstatat-reverse.c: New test.
17608 * gdb.reverse/fstatat-reverse.exp: New file.
17609 * gdb.reverse/getresuid-reverse.c: New test.
17610 * gdb.reverse/getresuid-reverse.exp: New file.
17611 * gdb.reverse/pipe-reverse.c: New test.
17612 * gdb.reverse/pipe-reverse.exp: New file.
17613 * gdb.reverse/readv-reverse.c: New test.
17614 * gdb.reverse/readv-reverse.exp: New file.
17615 * gdb.reverse/recvmsg-reverse.c: New test.
17616 * gdb.reverse/recvmsg-reverse.exp: New file.
17617 * gdb.reverse/time-reverse.c: New test.
17618 * gdb.reverse/time-reverse.exp: New file.
17619 * gdb.reverse/waitpid-reverse.c: New test.
17620 * gdb.reverse/waitpid-reverse.exp: New file.
17621
17622 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
17623
17624 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
17625
17626 2015-10-26 Doug Evans <dje@google.com>
17627
17628 PR symtab/17391
17629 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
17630 * gdb.dwarf2/bad-regnum.c: New file.
17631 * gdb.dwarf2/bad-regnum.exp: New file.
17632
17633 2015-10-26 Doug Evans <dje@google.com>
17634
17635 PR python/18938
17636 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
17637 file.
17638
17639 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17640
17641 * gdb.compile/compile.exp (compile code globalvar): Update expectation
17642 for a change by "Mention language in compile error message".
17643
17644 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
17645
17646 PR python/18073
17647 * gdb.python/py-type.c (C::a_method): New.
17648 (C::a_const_method): New.
17649 (C::a_static_method): New.
17650 (a_function): New.
17651 * gdb.python/py-type.exp (test_fields): Test getting fields
17652 from function and method.
17653
17654 2015-10-21 Keven Boell <keven.boell@intel.com>
17655
17656 * gdb.fortran/vla-alloc-assoc.exp: New file.
17657 * gdb.fortran/vla-datatypes.exp: New file.
17658 * gdb.fortran/vla-datatypes.f90: New file.
17659 * gdb.fortran/vla-history.exp: New file.
17660 * gdb.fortran/vla-ptype-sub.exp: New file.
17661 * gdb.fortran/vla-ptype.exp: New file.
17662 * gdb.fortran/vla-sizeof.exp: New file.
17663 * gdb.fortran/vla-sub.f90: New file.
17664 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
17665 * gdb.fortran/vla-value-sub-finish.exp: New file.
17666 * gdb.fortran/vla-value-sub.exp: New file.
17667 * gdb.fortran/vla-value.exp: New file.
17668 * gdb.fortran/vla-ptr-info.exp: New file.
17669 * gdb.mi/mi-vla-fortran.exp: New file.
17670 * gdb.mi/vla.f90: New file.
17671
17672 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
17673
17674 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
17675 of hardwired timeout value.
17676
17677 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17678 Pedro Alves <palves@redhat.com>
17679
17680 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
17681 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
17682
17683 2015-10-19 Josh Stone <jistone@redhat.com>
17684
17685 * gdb.base/catch-syscall.c: Include <sched.h>.
17686 (unknown_syscall): New variable.
17687 (main): Trigger a vfork and an unknown syscall.
17688 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
17689 (unknown_syscall_number): Likewise.
17690 (check_call_to_syscall): Accept an optional syscall pattern.
17691 (check_return_from_syscall): Likewise.
17692 (check_continue): Likewise.
17693 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
17694 (test_catch_syscall_skipping_return): New test toggling off 'catch
17695 syscall' to step over the syscall return, then toggling back on.
17696 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
17697 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
17698 (do_syscall_tests): Call test_catch_syscall_without_args and
17699 test_catch_syscall_mid_vfork.
17700 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
17701 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
17702
17703 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
17704
17705 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
17706 print g_vE): Add new pass patterns.
17707 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
17708 print various symbol names for vptr fields.
17709
17710 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
17711
17712 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
17713 results.
17714
17715 2015-10-12 Yao Qi <yao.qi@linaro.org>
17716
17717 * gdb.arch/disp-step-insn-reloc.exp: New test case.
17718
17719 2015-10-12 Yao Qi <yao.qi@linaro.org>
17720
17721 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
17722 is aarch64*-*-linux*.
17723
17724 2015-10-12 Yao Qi <yao.qi@linaro.org>
17725
17726 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
17727 (can_relocate_bcond_true): ... it.
17728 (can_relocate_bcond_false): New function.
17729 (foo): Likewise.
17730 (can_relocate_bl): Likewise.
17731 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
17732 can_relocate_bl.
17733
17734 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
17735
17736 * gdb.base/nested-addr.c: New file.
17737 * gdb.base/nested-addr.exp: New testcase.
17738
17739 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
17740
17741 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
17742 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
17743 its output. Ignore the output of "record goto begin" and instead
17744 check that GDB is replaying.
17745
17746 2015-10-09 Pedro Alves <palves@redhat.com>
17747
17748 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
17749 (top level): Use it in the run with no args test.
17750
17751 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
17752
17753 * gdb.dlang/properties.exp: New file.
17754
17755 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
17756
17757 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
17758 whether or not address 0x1000 is mapped on the target.
17759
17760 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
17761
17762 * gdb.python/py-type.exp: Do not run tests if binaries fail to
17763 build.
17764
17765 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
17766
17767 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
17768 instruction-history test.
17769
17770 2015-09-28 Doug Evans <dje@google.com>
17771
17772 * gdb.base/gcore.c (array_func): Add reference to static_array.
17773
17774 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
17775
17776 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
17777 source line.
17778
17779 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
17780
17781 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
17782 short or char as base type.
17783
17784 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
17785
17786 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
17787 to allow any size enum.
17788
17789 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
17790
17791 * gdb.ada/array_ptr_renaming.exp: New testcase.
17792 * gdb.ada/array_ptr_renaming/foo.adb: New file.
17793 * gdb.ada/array_ptr_renaming/pack.ads: New file.
17794
17795 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17796
17797 * gdb.trace/ftrace-lock.c: New file.
17798 * gdb.trace/ftrace-lock.exp: New file.
17799
17800 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17801
17802 * gdb.arch/insn-reloc.c: New file.
17803 * gdb.arch/ftrace-insn-reloc.exp: New file.
17804
17805 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17806
17807 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
17808 instruction.
17809 * gdb.trace/pendshr1.c (pendfunc): Likewise.
17810 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
17811 * gdb.trace/range-stepping.c: Likewise.
17812 * gdb.trace/trace-break.c: Likewise.
17813 * gdb.trace/trace-mt.c (thread_function): Likewise.
17814 * gdb.trace/ftrace.c (marker): Likewise.
17815 * gdb.trace/trace-condition.c (marker): Likewise.
17816 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
17817 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
17818 is_aarch64_target.
17819
17820 2015-09-18 Doug Evans <xdje42@gmail.com>
17821
17822 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
17823 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
17824
17825 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17826
17827 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
17828 the breakpoint.
17829
17830 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17831
17832 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
17833 the pending breakpoint. Remove timeout override for "Run till
17834 MI pending breakpoint on pendfunc3 on thread 2" test.
17835
17836 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17837
17838 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
17839 filename pattern.
17840
17841 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17842
17843 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
17844 in breakpoint filename pattern.
17845
17846 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17847
17848 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
17849
17850 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17851
17852 * gdb.linespec/explicit.exp: Check for readline support for
17853 tab-completion tests. Fix obvious typo.
17854
17855 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17856
17857 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
17858 and replay.
17859
17860 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17861
17862 * gdb.btrace/non-stop.c: New.
17863 * gdb.btrace/non-stop.exp: New.
17864
17865 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
17866 Yao Qi <yao.qi@linaro.org>
17867
17868 * gdb.trace/trace-condition.c: New file.
17869 * gdb.trace/trace-condition.exp: New file.
17870
17871 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
17872
17873 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
17874 for testing bytecode compilation.
17875
17876 2015-09-16 Pedro Alves <palves@redhat.com>
17877 Sandra Loosemore <sandra@codesourcery.com>
17878
17879 * gdb.threads/non-stop-fair-events.c (timeout): New global.
17880 (SECONDS): Redefine.
17881 (main): Call pthread_kill and alarm early.
17882 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
17883 support.
17884 (test): If the target can't hardware step and doesn't support
17885 displaced stepping, increase the timeout.
17886
17887 2015-09-16 Pedro Alves <palves@redhat.com>
17888
17889 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
17890 (enable_debug): New procedures.
17891 (test): Use them. Bail out if waiting for threads fails.
17892 (top level): Bail out if a test fails.
17893
17894 2015-09-16 Yao Qi <yao.qi@linaro.org>
17895
17896 * gdb.asm/asm-source.exp: Set asm-arch for
17897 aarch64*-*-* target.
17898 * gdb.asm/aarch64.inc: New file.
17899
17900 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
17901
17902 * gdb.ada/array_of_variable_length.exp: New testcase.
17903 * gdb.ada/array_of_variable_length/foo.adb: New file.
17904 * gdb.ada/array_of_variable_length/pck.adb: New file.
17905 * gdb.ada/array_of_variable_length/pck.ads: New file.
17906
17907 2015-09-15 Doug Evans <dje@google.com>
17908
17909 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
17910 of function static local variable.
17911
17912 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17913
17914 * gdb.threads/tls-so_extern.exp: New test file.
17915 * gdb.threads/tls-so_extern.c: New test file.
17916 * gdb.threads/tls-so_extern_main.c: New test file.
17917
17918 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17919
17920 * gdb.opt/solib-intra-step-lib.c: New file.
17921 * gdb.opt/solib-intra-step-main.c: New file.
17922 * gdb.opt/solib-intra-step.exp: New file.
17923
17924 2015-09-15 Pedro Alves <palves@redhat.com>
17925
17926 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
17927 gdb_continue_to_breakpoint instead of gdb_test_multiple.
17928
17929 2015-09-14 Pedro Alves <palves@redhat.com>
17930
17931 * gdb.base/hook-stop-continue.c: Delete.
17932 * gdb.base/hook-stop-continue.exp: Delete.
17933 * gdb.base/hook-stop-frame.c: Delete.
17934 * gdb.base/hook-stop-frame.exp: Delete.
17935 * gdb.base/hook-stop.c: New file.
17936 * gdb.base/hook-stop.exp: New file.
17937
17938 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
17939
17940 * gdb.ada/access_to_packed_array.exp: New testcase.
17941 * gdb.ada/access_to_packed_array/foo.adb: New file.
17942 * gdb.ada/access_to_packed_array/pack.adb: New file.
17943 * gdb.ada/access_to_packed_array/pack.ads: New file.
17944
17945 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
17946
17947 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
17948 buffer size test.
17949
17950 2015-09-11 Don Breazeal <donb@codesourcery.com>
17951
17952 * gdb.base/foll-exec.c: Add copyright header. Fix
17953 formatting issues.
17954 * gdb.base/foll-exec.exp (zap_session): Delete proc.
17955 (do_exec_tests): Use clean_restart in place of zap_session,
17956 and for test initialization. Fix formatting issues. Use
17957 fail in place of perror.
17958 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
17959 an expect statement to match an expression with output from
17960 the program under debug.
17961 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
17962 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
17963 * gdb.threads/non-ldr-exc-2.exp: Likewise.
17964 * gdb.threads/non-ldr-exc-3.exp: Likewise.
17965 * gdb.threads/non-ldr-exc-4.exp: Likewise.
17966
17967 2015-09-09 Doug Evans <dje@google.com>
17968
17969 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
17970
17971 2015-09-09 Doug Evans <dje@google.com>
17972
17973 * gdb.base/pie-execl.exp: Fix result test of build_executable.
17974
17975 2015-09-09 Doug Evans <dje@google.com>
17976
17977 * gdb.base/savedregs.exp: Fix typo.
17978
17979 2015-09-09 Pedro Alves <palves@redhat.com>
17980
17981 * gdb.mi/mi-cli.exp: Add CLI finish tests.
17982
17983 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
17984
17985 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
17986 command actually switches threads. Give up on remaining
17987 tests if target fails to stop at breakpoint.
17988
17989 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
17990
17991 * gdb.ada/funcall_char.exp: New testcase.
17992 * gdb.ada/funcall_char/foo.adb: New file.
17993
17994 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
17995
17996 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
17997 expected outputs. Add two testcases for completing ambiguous
17998 functions.
17999 * gdb.ada/complete/aux_pck.adb: New file.
18000 * gdb.ada/complete/aux_pck.ads: New file.
18001 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
18002 Ambiguous_Func functions.
18003 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
18004 * gdb.ada/complete/pck.adb: Likewise.
18005
18006 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
18007
18008 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
18009 failures to run the test program under GDB.
18010
18011 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
18012
18013 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
18014 to C.
18015
18016 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
18017
18018 * gdb.base/run-after-attach.exp: New test file.
18019 * gdb.base/run-after-attach.c: New test file.
18020
18021 2015-08-26 Don Breazeal <donb@codesourcery.com>
18022
18023 * gdb.base/foll-exec-2.c: New test program.
18024 * gdb.base/foll-exec-2.exp: New test.
18025
18026 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
18027
18028 * gdb.base/nested-subp1.exp: New file.
18029 * gdb.base/nested-subp1.c: New file.
18030 * gdb.base/nested-subp2.exp: New file.
18031 * gdb.base/nested-subp2.c: New file.
18032 * gdb.base/nested-subp3.exp: New file.
18033 * gdb.base/nested-subp3.c: New file.
18034
18035 2015-08-24 Pedro Alves <palves@redhat.com>
18036
18037 * gdb.server/connect-without-multi-process.c: New file.
18038 * gdb.server/connect-without-multi-process.exp: New file.
18039
18040 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18041
18042 * gdb.opt/inline-markers.c: Make z int.
18043
18044 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18045
18046 * gdb.opt/inline-markers.c: Make z volatile.
18047
18048 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18049
18050 * gdb.opt/inline-bt.c: New volatile global z.
18051 * gdb.opt/inline-cmds.c: Likewise.
18052 * gdb.opt/inline-locals.c: Likewise.
18053 * gdb.opt/inline-markers.c: New extern global z.
18054 (marker): Use z.
18055 (inline_fn): Likewise.
18056
18057 2015-08-24 Pedro Alves <palves@redhat.com>
18058
18059 * config/m32r-stub.exp: Remove file.
18060 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
18061 * gdb.base/call-rt-st.exp: Likewise.
18062 * gdb.base/call-strs.exp: Likewise.
18063 * gdb.base/default.exp: Remove references to h8300-*-hms and
18064 *-*-udi*.
18065 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
18066
18067 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
18068
18069 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
18070 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
18071 and "return" use KFAIL when GDB can not read/write the vector
18072 return value.
18073
18074 2015-08-21 Gary Benson <gbenson@redhat.com>
18075
18076 * gdb.trace/pending.exp: Cope with remote transfer warnings.
18077
18078 2015-08-20 Pedro Alves <palves@redhat.com>
18079
18080 * gdb.server/solib-list.exp: No longer expect an interior stop in
18081 non-stop mode.
18082
18083 2015-08-20 Pedro Alves <palves@redhat.com>
18084
18085 * gdb.server/connect-stopped-target.c: New file.
18086 * gdb.server/connect-stopped-target.exp: New file.
18087
18088 2015-08-20 Pedro Alves <palves@redhat.com>
18089
18090 * gdb.dwarf2/comp-unit-lang.exp: New file.
18091 * gdb.dwarf2/comp-unit-lang.c: New file.
18092
18093 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
18094
18095 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
18096 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
18097
18098 2015-08-19 Kevin Buettner <kevinb@redhat.com>
18099
18100 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
18101 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
18102
18103 2015-08-18 Doug Evans <dje@google.com>
18104 Adrian Sendroiu <adrian.sendroiu@freescale.com>
18105
18106 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
18107 skip_python_tests. New arg prompt_regexp.
18108 (skip_python_tests): New function.
18109 * lib/mi-support.exp (mi_skip_python_tests): New function.
18110 * gdb.python/py-mi-objfile-gdb.py: New file.
18111 * gdb.python/py-mi-objfile.c: New file.
18112 * gdb.python/py-mi-objfile.exp: New file.
18113
18114 2015-08-17 Keith Seitz <keiths@redhat.com>
18115
18116 * gdb.linespec/explicit.exp: Move strace test from here ...
18117 * gdb.trace/strace.exp: ... to here.
18118
18119 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
18120
18121 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
18122 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
18123
18124 2015-08-14 Doug Evans <xdje42@gmail.com>
18125
18126 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
18127 inferior before selecting a new file.
18128
18129 2015-08-14 Doug Evans <xdje42@gmail.com>
18130
18131 * gdb.mi/mi-disassemble.exp: Update.
18132 * gdb.base/disasm-optim.S: New file.
18133 * gdb.base/disasm-optim.c: New file.
18134 * gdb.base/disasm-optim.h: New file.
18135 * gdb.base/disasm-optim.exp: New file.
18136
18137 2015-08-14 Keith Seitz <keiths@redhat.com>
18138
18139 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
18140 "evaluated-by".
18141
18142 2015-08-13 Joel Brobecker <brobecker@adacore.com>
18143
18144 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
18145
18146 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
18147
18148 * gdb.ada/fun_renaming.exp: New testcase.
18149 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
18150 * gdb.ada/fun_renaming/pack.adb: New file.
18151 * gdb.ada/fun_renaming/pack.ads: New file.
18152
18153 2015-08-12 Keith Seitz <keiths@redhat.com>
18154
18155 * gdb.base/dso2dso.exp: Pass basename of source file in call to
18156 gdb_get_line_number.
18157
18158 2015-08-12 Joel Brobecker <brobecker@adacore.com>
18159
18160 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
18161 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
18162 gdb.base/dso2dso.exp: New files.
18163
18164 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
18165 Pedro Alves <palves@redhat.com>
18166 Keith Seitz <keiths@redhat.com>
18167
18168 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
18169 GDBFLAGS.
18170
18171 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18172
18173 * gdb.base/gdbhistsize-history.exp
18174 (test_histsize_history_setting): Use save_vars.
18175 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18176 Use save_vars.
18177 (test_no_truncation_of_unlimited_history_file): Use save_vars.
18178 * gdb.base/readline.exp: Use save_vars.
18179
18180 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18181
18182 * lib/gdb.exp (save_vars): New proc.
18183
18184 2015-08-11 Keith Seitz <keiths@redhat.com>
18185
18186 * gdb.base/help.exp: Update help_breakpoint_text.
18187
18188 2015-08-11 Keith Seitz <keiths@redhat.com>
18189
18190 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
18191 (at toplevel): Call test_explicit_breakpoints.
18192 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
18193 breakpoints.
18194 * lib/mi-support.exp (mi_make_breakpoint): Add support for
18195 breakpoint conditions, "-cond".
18196
18197 2015-08-11 Keith Seitz <keiths@redhat.com>
18198
18199 * gdb.linespec/3explicit.c: New file.
18200 * gdb.linespec/cpexplicit.cc: New file.
18201 * gdb.linespec/cpexplicit.exp: New file.
18202 * gdb.linespec/explicit.c: New file.
18203 * gdb.linespec/explicit.exp: New file.
18204 * gdb.linespec/explicit2.c: New file.
18205 * gdb.linespec/ls-errs.exp: Add explicit location tests.
18206 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
18207 before using in the matching pattern.
18208 Clarify that `prefix' is a regular expression.
18209
18210 2015-08-11 Keith Seitz <keiths@redhat.com>
18211
18212 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
18213 test.
18214 Add tests for missing ",FMT" and ",".
18215
18216 2015-08-10 Doug Evans <dje@google.com>
18217 Keith Seitz <keiths@redhat.com>
18218
18219 PR gdb/17960
18220 * gdb.base/completion.exp: Add location completer tests.
18221
18222 2015-08-07 Pedro Alves <palves@redhat.com>
18223
18224 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
18225 tests here.
18226 (top level): Run do_test with and without displaced stepping.
18227
18228 2015-08-07 Pedro Alves <palves@redhat.com>
18229
18230 * gdb.base/valgrind-disp-step.c: New file.
18231 * gdb.base/valgrind-disp-step.exp: New file.
18232
18233 2015-08-07 Pedro Alves <palves@redhat.com>
18234
18235 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
18236 Delete function.
18237 (main): Add alarm. Run an infinite loop instead of calling
18238 wait_threads.
18239 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
18240 comment.
18241 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
18242 Delete function.
18243 (main): Add alarm. Run an infinite loop instead of calling
18244 wait_threads.
18245 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
18246 comment.
18247
18248 2015-08-07 Pedro Alves <palves@redhat.com>
18249
18250 * gdb.base/checkpoint-ns.exp: New file.
18251 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
18252 standard_testfile.
18253
18254 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
18255
18256 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
18257 * gdb.btrace/instruction_history.exp: Update.
18258 * gdb.btrace/tsx.exp: New.
18259 * gdb.btrace/tsx.c: New.
18260
18261 2015-08-06 Pedro Alves <palves@redhat.com>
18262
18263 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
18264 increase timeout.
18265 * gdb.reverse/until-precsave.exp: Bump timeouts.
18266
18267 2015-08-06 Pedro Alves <palves@redhat.com>
18268
18269 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
18270
18271 2015-08-06 Pedro Alves <palves@redhat.com>
18272
18273 PR gdb/18749
18274 * gdb.threads/process-dies-while-handling-bp.c: New file.
18275 * gdb.threads/process-dies-while-handling-bp.exp: New file.
18276
18277 2015-08-06 Pedro Alves <palves@redhat.com>
18278
18279 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
18280 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
18281
18282 2015-08-05 Pedro Alves <palves@redhat.com>
18283
18284 * gdb.threads/next-while-other-thread-longjmps.c: New file.
18285 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
18286
18287 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
18288
18289 * gdb.base/bp-permanent.exp: Report test as unsupported if
18290 the target cannot stop at the permanent breakpoint.
18291
18292 2015-08-03 Doug Evans <dje@google.com>
18293
18294 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
18295 10000.
18296
18297 2015-08-03 Doug Evans <dje@google.com>
18298
18299 * Makefile.in (workers/%.worker, build-perf): New rule.
18300 (GDB_PERFTEST_MODE): New variable.
18301 (check-perf): Use it.
18302 (clean): Clean up gdb.perf parallel build subdirs.
18303 * lib/build-piece.exp: New file.
18304 * lib/gdb.exp (make_gdb_parallel_path): New function
18305 (standard_output_file, standard_temp_file): Call it.
18306 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18307 of $GDB_PARALLEL.
18308 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
18309
18310 2015-08-03 Doug Evans <dje@google.com>
18311
18312 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
18313 (LOG_FILE_NAME): New global.
18314 (TextReporter.__init__): Initialize self.txt_sum.
18315 (TextReporter.report): Add support for multiple data-points.
18316 Move report to perftest.sum, put raw data in perftest.log.
18317 (TextReporter.start): Open sum and log files.
18318 (TextReporter.end): Close sum and log files.
18319 * gdb.perf/lib/perftest/testresult.py
18320 (SingleStatisticTestResult.record): Handle multiple data-points.
18321
18322 2015-07-31 Pedro Alves <palves@redhat.com>
18323
18324 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
18325 Use spawn_id_get_pid. Wait for spawn id after eof. Use
18326 kill_wait_spawned_process instead of explicit "kill -9".
18327 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
18328 returning a spawn id instead of a pid. Use spawn_id_get_pid and
18329 kill_wait_spawned_process.
18330 * gdb.base/attach-twice.exp: Likewise.
18331 * gdb.base/attach.exp: Likewise.
18332 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
18333 gdb_test_multiple.
18334 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
18335 returning a spawn id instead of a pid. Use spawn_id_get_pid and
18336 kill_wait_spawned_process.
18337 * gdb.base/valgrind-infcall.exp: Likewise.
18338 * gdb.multi/multi-attach.exp: Likewise.
18339 * gdb.python/py-prompt.exp: Likewise.
18340 * gdb.python/py-sync-interp.exp: Likewise.
18341 * gdb.server/ext-attach.exp: Likewise.
18342 * gdb.threads/attach-into-signal.exp (corefunc): Use
18343 spawn_wait_for_attach, spawn_id_get_pid and
18344 kill_wait_spawned_process.
18345 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
18346 spawn_wait_for_attach returning a spawn id instead of a pid. Use
18347 spawn_id_get_pid and kill_wait_spawned_process.
18348 * gdb.threads/attach-stopped.exp (corefunc): Use
18349 spawn_wait_for_attach, spawn_id_get_pid and
18350 kill_wait_spawned_process.
18351 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
18352 Use spawn_id_get_pid. Wait for spawn id after eof. Use
18353 kill_wait_spawned_process instead of explicit "kill -9".
18354 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
18355 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
18356 (spawn_wait_for_attach): Use spawn instead of exec to spawn
18357 processes. Don't map cygwin/windows pids here. Now returns a
18358 spawn id list.
18359
18360 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18361
18362 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
18363 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
18364 correct patch.
18365
18366 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18367
18368 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
18369
18370 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18371
18372 Reapply:
18373 2014-05-21 Mark Wielaard <mjw@redhat.com>
18374
18375 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18376
18377 2015-07-30 Pedro Alves <palves@redhat.com>
18378
18379 * linux-low.c (handle_extended_wait): Set the child's last
18380 reported status to TARGET_WAITKIND_STOPPED.
18381
18382 2015-07-30 Pedro Alves <palves@redhat.com>
18383
18384 PR threads/18600
18385 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
18386 only shows inferior 1.
18387
18388 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
18389 Pedro Alves <palves@redhat.com>
18390
18391 PR threads/18600
18392 * gdb.threads/fork-plus-threads.c: New file.
18393 * gdb.threads/fork-plus-threads.exp: New file.
18394
18395 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18396
18397 * gdb.base/batch-preserve-term-settings.exp
18398 (test_terminal_settings_preserved_after_cli_exit): Use
18399 send_quit_command.
18400
18401 2015-07-29 Pedro Alves <palves@redhat.com>
18402 Don Breazeal <donb@codesourcery.com>
18403
18404 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
18405 output from both inferior_spawn_id and gdb_spawn_id.
18406
18407 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
18408
18409 * gdb.threads/attach-into-signal.exp (corefunc): Use
18410 with_test_prefix on nested loops, uniquefying the test messages.
18411
18412 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
18413
18414 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
18415 commit.
18416
18417 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18418
18419 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
18420 New proc.
18421 (test_terminal_settings_preserved_after_sigterm): New test.
18422
18423 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18424
18425 * gdb.base/batch-preserve-term-settings.exp
18426 (test_terminal_settings_preserved_after_cli_exit): New test.
18427
18428 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18429
18430 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
18431 manipulation of saved_gdbflags.
18432 (test_terminal_settings_preserved): Remove global declaration of
18433 the unused variable pagination_prompt. Remove manipulation of
18434 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
18435 GDBFLAGS.
18436
18437 2015-07-29 Pedro Alves <palves@redhat.com>
18438
18439 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
18440
18441 2015-07-29 Pedro Alves <palves@redhat.com>
18442
18443 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
18444 at the top.
18445
18446 2015-07-29 Pedro Alves <palves@redhat.com>
18447
18448 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
18449 (main): Call gdb_unbuffer_output.
18450 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
18451 (main): Call gdb_unbuffer_output.
18452 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
18453 (main): Call gdb_unbuffer_output.
18454 * gdb.base/call-strs.exp: Adjust to step over the
18455 gdb_unbuffer_output call.
18456 * gdb.base/catch-gdb-caused-signals.c: Include
18457 "../lib/unbuffer_output.c".
18458 (main): Call gdb_unbuffer_output.
18459 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
18460 (main): Call gdb_unbuffer_output.
18461 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
18462 (main): Call gdb_unbuffer_output.
18463 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
18464 (main): Call gdb_unbuffer_output.
18465 * gdb.base/shlib-call.exp: Adjust to step over the
18466 gdb_unbuffer_output call.
18467 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
18468 (main): Call gdb_unbuffer_output.
18469 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
18470 (main): Call gdb_unbuffer_output.
18471 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
18472 (main): Rename to ...
18473 (test): ... this.
18474 (main): Reimplement.
18475 * gdb.base/varargs.exp: Run to test instead of to main.
18476 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
18477 (main): Call gdb_unbuffer_output.
18478
18479 2015-07-29 Pedro Alves <palves@redhat.com>
18480
18481 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
18482 factore out from mi_continue_dprintf. For call-style dprintfs,
18483 expect dprintf output out of $inferior_spawn_id.
18484 (mi_continue_dprintf): Use mi_expect_dprintf.
18485 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
18486 (main): Call gdb_unbuffer_output.
18487
18488 2015-07-29 Pedro Alves <palves@redhat.com>
18489
18490 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
18491 (default_mi_gdb_start): Set inferior_spawn_id instead of
18492 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
18493 gdb_spawn_id.
18494 (mi_gdb_test): Always expect inferior output from both
18495 $inferior_spawn_id and $gdb_spawn_id.
18496
18497 2015-07-29 Pedro Alves <palves@redhat.com>
18498
18499 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
18500 send_inferior and $inferior_spawn_id.
18501
18502 2015-07-29 Pedro Alves <palves@redhat.com>
18503
18504 * gdb.gdb/complaints.exp (test_initial_complaints)
18505 (test_serial_complaints, test_short_complaints): Use
18506 gdb_test_stdio.
18507 (test_empty_complaint): Handle $inferior_spawn_id !=
18508 $gdb_spawn_id.
18509
18510 2015-07-29 Pedro Alves <palves@redhat.com>
18511
18512 * gdb.base/varargs.exp: Use gdb_test_stdio.
18513
18514 2015-07-29 Pedro Alves <palves@redhat.com>
18515
18516 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
18517
18518 2015-07-29 Pedro Alves <palves@redhat.com>
18519
18520 * gdb.base/ending-run.exp: Use gdb_test_stdio.
18521
18522 2015-07-29 Pedro Alves <palves@redhat.com>
18523
18524 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
18525 parameter into two new parameters, "inf_result" and "gdb_result".
18526 Expect inferior output and gdb output from $inferior_spawn_id and
18527 $gdb_spawn_id, respectively. Adjust all callers.
18528
18529 2015-07-29 Pedro Alves <palves@redhat.com>
18530
18531 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
18532 of gdb_test_sequence.
18533
18534 2015-07-29 Pedro Alves <palves@redhat.com>
18535
18536 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
18537 (saw_spurious_output): Expect inferior output from
18538 $inferior_spawn_id. Use gdb_test_stdio.
18539
18540 2015-07-29 Pedro Alves <palves@redhat.com>
18541
18542 * gdb.base/dprintf.exp: Use standard_testfile. Change
18543 prepare_for_testing call.
18544 (srcfile): Don't set.
18545 (restart): New procedure.
18546 (test_dprintf): New procecure, use to continue over dprintfs.
18547 (test_call, test_agent): New procedures, tests moved here.
18548 Restart gdb and recreate dprintfs. Adjust expected output.
18549
18550 2015-07-29 Pedro Alves <palves@redhat.com>
18551
18552 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
18553
18554 2015-07-29 Pedro Alves <palves@redhat.com>
18555
18556 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
18557
18558 2015-07-29 Pedro Alves <palves@redhat.com>
18559
18560 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
18561 gdb_test_stdio.
18562
18563 2015-07-29 Pedro Alves <palves@redhat.com>
18564
18565 * lib/gdb.exp (gdb_test_stdio): New procedure.
18566
18567 2015-07-29 Pedro Alves <palves@redhat.com>
18568
18569 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
18570
18571 2015-07-29 Pedro Alves <palves@redhat.com>
18572
18573 * gdb.base/call-signal-resume.exp: Remove check for
18574 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
18575 * gdb.base/unwindonsignal.exp: Likewise.
18576 * gdb.base/call-signals.c (gen_signal): Remove printf call.
18577 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
18578
18579 2015-07-29 Pedro Alves <palves@redhat.com>
18580
18581 * gdb.base/siginfo-addr.c (pass): New function.
18582 (handler): Call it iff si_addr is correct.
18583 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
18584 Set a breakpoint at "pass" and continue to it.
18585
18586 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
18587
18588 * gdb.python/py-objfile.exp: Make some tests have unique names.
18589 * gdb.python/py-pp-registration.exp: Likewise.
18590
18591 2015-07-28 Pedro Alves <palves@redhat.com>
18592
18593 * gdb.server/server-exec-info.exp: Issue a "disconnect".
18594
18595 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
18596
18597 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
18598
18599 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
18600
18601 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
18602
18603 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
18604
18605 * gdb.base/gdb-sigterm-2.exp: New test.
18606
18607 2015-07-25 Doug Evans <xdje42@gmail.com>
18608
18609 Revert:
18610 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
18611 (workers/%.worker, build-perf): New rule.
18612 (GDB_PERFTEST_MODE): New variable.
18613 (check-perf): Use it.
18614 (clean): Clean up gdb.perf parallel build subdirs.
18615 * lib/build-piece.exp: New file.
18616 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
18617 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
18618 name.
18619 (standard_temp_file): Ditto.
18620 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18621 of $GDB_PARALLEL.
18622
18623 2015-07-24 Doug Evans <dje@google.com>
18624
18625 * gdb.perf/lib/perftest/utils.py: New file.
18626 * gdb.perf/gm-hello.cc: New file.
18627 * gdb.perf/gm-pervasive-typedef.cc: New file.
18628 * gdb.perf/gm-pervasive-typedef.h: New file.
18629 * gdb.perf/gm-std.cc: New file.
18630 * gdb.perf/gm-std.h: New file.
18631 * gdb.perf/gm-use-cerr.cc: New file.
18632 * gdb.perf/gm-utils.h: New file.
18633 * gdb.perf/gmonster-null-lookup.py: New file.
18634 * gdb.perf/gmonster-pervasive-typedef.py: New file.
18635 * gdb.perf/gmonster-print-cerr.py: New file.
18636 * gdb.perf/gmonster-ptype-string.py: New file.
18637 * gdb.perf/gmonster-runto-main.py: New file.
18638 * gdb.perf/gmonster-select-file.py: New file.
18639 * gdb.perf/gmonster1-null-lookup.exp: New file.
18640 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
18641 * gdb.perf/gmonster1-print-cerr.exp: New file.
18642 * gdb.perf/gmonster1-ptype-string.exp: New file.
18643 * gdb.perf/gmonster1-runto-main.exp: New file.
18644 * gdb.perf/gmonster1-select-file.exp: New file.
18645 * gdb.perf/gmonster1.cc: New file.
18646 * gdb.perf/gmonster1.exp: New file.
18647 * gdb.perf/gmonster2-null-lookup.exp: New file.
18648 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
18649 * gdb.perf/gmonster2-print-cerr.exp: New file.
18650 * gdb.perf/gmonster2-ptype-string.exp: New file.
18651 * gdb.perf/gmonster2-runto-main.exp: New file.
18652 * gdb.perf/gmonster2-select-file.exp: New file.
18653 * gdb.perf/gmonster2.cc: New file.
18654 * gdb.perf/gmonster2.exp: New file.
18655
18656 2015-07-24 Doug Evans <dje@google.com>
18657
18658 * gdb.perf/README: New file.
18659 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
18660 * lib/gen-perf-test.exp: New file.
18661
18662 2015-07-24 Doug Evans <dje@google.com>
18663
18664 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
18665 (PerfTest::startup): New function.
18666 (PerfTest::run): Return result of calling body.
18667 (PerfTest::assemble): Rewrite.
18668 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
18669 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
18670 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
18671 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
18672 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
18673
18674 2015-07-24 Doug Evans <dje@google.com>
18675
18676 * lib/gdb.exp (clean_restart): Make executable optional.
18677
18678 2015-07-24 Doug Evans <dje@google.com>
18679
18680 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
18681 compiler_info references.
18682 * gdb.cp/temargs.exp: Ditto.
18683 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
18684 (get_compiler_info): Early exit if already computed. Set compiler_info
18685 to "unknown" if there was a problem.
18686 (test_compiler_info): Add function comment. Call get_compiler_info.
18687
18688 2015-07-24 Doug Evans <dje@google.com>
18689
18690 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
18691 (workers/%.worker, build-perf): New rule.
18692 (GDB_PERFTEST_MODE): New variable.
18693 (check-perf): Use it.
18694 (clean): Clean up gdb.perf parallel build subdirs.
18695 * lib/build-piece.exp: New file.
18696 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
18697 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
18698 name.
18699 (standard_temp_file): Ditto.
18700 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18701 of $GDB_PARALLEL.
18702
18703 2015-07-24 Doug Evans <dje@google.com>
18704
18705 * lib/future.exp (gdb_default_target_compile): New option
18706 "early_flags".
18707 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
18708 --as-needed.
18709
18710 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
18711
18712 * gdb.base/catch-syscall.exp: Call gdb_exit before
18713 gdb_skip_xml_test.
18714
18715 2015-07-24 Pedro Alves <palves@redhat.com>
18716
18717 * gdb.python/py-events.exp: Accept output between the stop event
18718 and the prompt.
18719 * gdb.python/py-evsignal.exp: Likewise.
18720 * gdb.python/py-evthreads.exp: Likewise.
18721
18722 2015-07-24 Pedro Alves <palves@redhat.com>
18723
18724 PR gdb/18717
18725 * gdb.threads/non-ldr-exit.c: New file.
18726 * gdb.threads/non-ldr-exit.exp: New file.
18727
18728 2015-07-24 Yao Qi <yao.qi@linaro.org>
18729
18730 * gdb.server/ext-wrapper.exp: Test --wrapper option when
18731 restarting process.
18732
18733 2015-07-24 Yao Qi <yao.qi@linaro.org>
18734
18735 * gdb.server/ext-restart.exp: New file.
18736
18737 2015-07-24 Yao Qi <yao.qi@linaro.org>
18738
18739 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
18740 argument options.
18741 * gdb.server/ext-wrapper.exp: New file.
18742
18743 2015-07-23 Doug Evans <dje@google.com>
18744
18745 * gdb.dwarf2/dw2-dummy-cu.S: New file.
18746 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
18747
18748 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
18749
18750 * gdb.ada/var_arr_typedef.exp: New testcase.
18751 * gdb.ada/var_arr_typedef/pack.adb: New file.
18752 * gdb.ada/var_arr_typedef/pack.ads: New file.
18753 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
18754
18755 2015-07-20 Joel Brobecker <brobecker@adacore.com>
18756
18757 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
18758
18759 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18760
18761 * gdb.arch/i386-biarch-core.exp: Replace istarget
18762 by "complete set gnutarget". Remove expectation for the "core-file"
18763 command.
18764
18765 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18766
18767 Revert the previous commit:
18768 Tests for validate symbol file using build-id.
18769
18770 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
18771
18772 Tests for validate symbol file using build-id.
18773 * gdb.base/solib-mismatch-lib.c: New file.
18774 * gdb.base/solib-mismatch-libmod.c: New file.
18775 * gdb.base/solib-mismatch.c: New file.
18776 * gdb.base/solib-mismatch.exp: New file.
18777
18778 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
18779
18780 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
18781 nios2-*-linux*.
18782 * gdb.base/sigbpt.exp (stepi_out): Likewise.
18783 * gdb.base/siginfo.exp: Likewise.
18784 * gdb.base/sigstep.exp (advance, advancei): Likewise.
18785
18786 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
18787
18788 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
18789 Move it to ...
18790 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
18791 ... here.
18792 * gdb.trace/range-stepping.exp: Check that the target supports
18793 range stepping.
18794
18795 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
18796
18797 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
18798
18799 2015-07-14 Pedro Alves <palves@redhat.com>
18800
18801 * gdb.base/killed-outside.exp: New file.
18802 * gdb.base/killed-outside.c: New file.
18803
18804 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18805
18806 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
18807 (n at main): New.
18808 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
18809
18810 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18811
18812 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
18813 infcall tests instead of setting up for KFAIL.
18814
18815 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
18816
18817 * gdb.btrace/record_goto-step.exp: New.
18818
18819 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
18820
18821 PR compile/18484
18822 * gdb.compile/compile.c (struct struct_type): Add volatile to
18823 selffield's type.
18824 * gdb.compile/compile.exp
18825 (compile code struct_object.selffield = &struct_object): Skip further
18826 struct_object tests if this one xfails.
18827
18828 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
18829
18830 PR exp/18617
18831 * gdb.trace/ax.exp: Add test.
18832
18833 2015-07-07 Yao Qi <yao.qi@linaro.org>
18834
18835 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
18836 instead of istarget "aarch64*-*-*".
18837 * gdb.arch/aarch64-fp.exp: Likewise.
18838 * gdb.base/float.exp: Likewise.
18839 * gdb.reverse/aarch64.exp: Likewise.
18840 * lib/gdb.exp (is_aarch64_target): New proc.
18841
18842 2015-07-07 Yao Qi <yao.qi@linaro.org>
18843
18844 * lib/gdb.exp (is_aarch32_target): New proc.
18845 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
18846 instead of "istarget "arm*-*-*"".
18847 * gdb.arch/arm-disp-step.exp: Likewise.
18848 * gdb.arch/thumb-bx-pc.exp: Likewise.
18849 * gdb.arch/thumb-prologue.exp: Likewise.
18850 * gdb.arch/thumb-singlestep.exp: Likewise.
18851 * gdb.base/disp-step-syscall.exp: Likewise.
18852 * gdb.base/float.exp: Likewise.
18853
18854 2015-07-07 Yao Qi <yao.qi@linaro.org>
18855
18856 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
18857 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
18858
18859 2015-07-07 Yao Qi <yao.qi@linaro.org>
18860
18861 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
18862 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
18863 if it exists.
18864 * gdb.multi/multi-arch.exp: Likewise.
18865
18866 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
18867
18868 * gdb.python/py-lazy-string.exp: Add missing parentheses to
18869 print.
18870
18871 2015-07-07 Yao Qi <yao.qi@linaro.org>
18872
18873 * gdb.arch/thumb-singlestep.exp: Do one more single step.
18874
18875 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
18876
18877 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
18878 '[' and ']' characters.
18879
18880 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
18881
18882 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
18883
18884 2015-06-29 Pedro Alves <palves@redhat.com>
18885
18886 PR threads/18127
18887 * gdb.threads/hand-call-new-thread.c: New file.
18888 * gdb.threads/hand-call-new-thread.c: New file.
18889
18890 2015-06-26 Keith Seitz <keiths@redhat.com>
18891 Doug Evans <dje@google.com>
18892
18893 PR 16253
18894 * gdb.cp/var-tag-2.cc: New file.
18895 * gdb.cp/var-tag-3.cc: New file.
18896 * gdb.cp/var-tag-4.cc: New file.
18897 * gdb.cp/var-tag.cc: New file.
18898 * gdb.cp/var-tag.exp: New file.
18899
18900 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18901
18902 * gdb.base/history-duplicates.exp: New test.
18903
18904 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18905
18906 * gdb.base/completion.exp: Test the completion of the "focus"
18907 command.
18908
18909 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
18910
18911 * gdb.arch/amd64-prologue-skip.S: New file.
18912 * gdb.arch/amd64-prologue-skip.exp: New file.
18913
18914 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
18915
18916 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
18917 is_address_zero_readable check.
18918
18919 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
18920
18921 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
18922 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
18923
18924 2015-06-24 Yao Qi <yao.qi@linaro.org>
18925
18926 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
18927 linux targets.
18928
18929 2015-06-24 Yao Qi <yao.qi@linaro.org>
18930
18931 * lib/gdb.exp (supports_get_siginfo_type): New proc.
18932 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
18933 * gdb.base/siginfo-thread.exp: Likewise.
18934
18935 2015-06-22 Yao Qi <yao.qi@linaro.org>
18936
18937 * boards/remote-gdbserver-on-localhost.exp: Add comments.
18938
18939 2015-06-22 Yao Qi <yao.qi@linaro.org>
18940
18941 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
18942 aarch64*-*-*.
18943 (skip_hw_watchpoint_tests): Likewise.
18944
18945 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
18946
18947 * gdb.base/gdbinit-history.exp: Test the interaction between
18948 setting GDBHISTSIZE and setting the history size via .gdbinit.
18949
18950 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18951
18952 PR gdb/16999
18953 * gdb.base/gdbhistsize-history.exp: New test.
18954
18955 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18956
18957 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
18958 with GDBHISTSIZE.
18959 * gdb.base/readline.exp: Likewise.
18960
18961 2015-06-17 Yao Qi <yao.qi@linaro.org>
18962
18963 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
18964 line.
18965
18966 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18967
18968 * gdb.base/gdbinit-history.exp: Add test case to check that
18969 an unlimited history file does not get truncated on exit.
18970
18971 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18972
18973 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
18974 (VECTOR): New macro. Use it...
18975 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
18976 ...for these typedefs.
18977 (int8, char1, int1, double1): New typedefs.
18978 (struct just_int2, struct two_int2): New structures.
18979 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
18980 (add_structvecs, add_singlevecs): New functions.
18981 (main): Call add_some_intvecs twice.
18982 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
18983 the compile and exit upon failure. Try compiling for the "native"
18984 architecture. Test inferior function calls with vector arguments
18985 and vector return value handling with "finish" and "return".
18986
18987 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
18988
18989 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
18990 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
18991 PE file.
18992 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
18993
18994 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
18995
18996 PR breakpoints/16465
18997 * gdb.mi/mi-dprintf-pending.c: New file.
18998 * gdb.mi/mi-dprintf-pending.exp: New test.
18999 * gdb.mi/mi-dprintf-pendshr.c: New file.
19000
19001 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19002 Mircea Gherzan <mircea.gherzan@intel.com>
19003
19004 * gdb.arch/i386-mpx-map.c: New file.
19005 * gdb.arch/i386-mpx-map.exp: New File.
19006
19007 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19008
19009 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
19010 * gdb.arch/i386-mpx.exp: Indentation fixed.
19011
19012 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19013
19014 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
19015 function and improved indentation.
19016 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
19017 gdb_test_multiple. Added additional tests to skip the test.
19018
19019 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19020
19021 * gdb.arch/i386-avx512.c: Change path in include file.
19022 * gdb.arch/i386-avx512.exp: Change include dir path
19023 compilation flag.
19024 * gdb.arch/i386-mpx.c: Change path in include file.
19025 * gdb.arch/i386-mpx.exp: Change include dir path compilation
19026 flag.
19027
19028 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
19029
19030 * gdb.compile/compile-print.exp (compile print *vararray@3)
19031 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
19032
19033 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19034
19035 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
19036 (do not keep jit in memory): ... this.
19037 (expect 5): Change it to ...
19038 (expect no 5): ... this.
19039
19040 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
19041
19042 PR gdb/15564
19043 * gdb.mi/mi-detach.exp: New file.
19044
19045 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
19046
19047 PR symtab/18392
19048 * gdb.arch/amd64-tailcall-self.S: New file.
19049 * gdb.arch/amd64-tailcall-self.c: New file.
19050 * gdb.arch/amd64-tailcall-self.exp: New file.
19051
19052 2015-05-28 Don Breazeal <donb@codesourcery.com>
19053
19054 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
19055 tests for remote targets by checking is_target_gdbserver.
19056
19057 2015-05-27 Doug Evans <dje@google.com>
19058
19059 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
19060 * gdb.dwarf2/opaque-type-lookup.c: New file.
19061 * gdb.dwarf2/opaque-type-lookup.exp: New file.
19062
19063 2015-05-26 Doug Evans <dje@google.com>
19064
19065 * gdb.cp/iostream.cc: New file.
19066 * gdb.cp/iostream.exp: New file.
19067
19068 2015-05-26 Doug Evans <dje@google.com>
19069
19070 * gdb.dwarf2/dw2-op-call.exp: Update.
19071 * gdb.dwarf2/dw4-sig-types.exp: Update.
19072 * gdb.dwarf2/implptr.exp: Update.
19073 * gdb.mi/mi-cmd-param-changed.exp: Update.
19074
19075 2015-05-26 Doug Evans <dje@google.com>
19076
19077 * gdb.python/py-lazy-string.c: New file.
19078 * gdb.python/py-lazy-string.exp: New file.
19079 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
19080 (main): Update. Add estring3.
19081 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
19082 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
19083
19084 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19085 Yao Qi <yao.qi@linaro.org>
19086
19087 * gdb.reverse/aarch64.c: New.
19088 * gdb.reverse/aarch64.exp: New.
19089
19090 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19091
19092 * lib/gdb.exp (supports_process_record): Return true for
19093 aarch64*-linux*.
19094 (supports_reverse): Likewise.
19095
19096 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
19097
19098 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19099 Use with_test_prefix.
19100
19101 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
19102
19103 * gdb.base/completion.exp: Add test for completion of layout
19104 names.
19105
19106 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
19107
19108 * lib/gdb.exp (skip_tui_tests): New proc.
19109 * gdb.base/tui-layout.exp: Check skip_tui_tests.
19110
19111 2015-05-19 Pedro Alves <palves@redhat.com>
19112
19113 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19114 Save the whole env array instead of just HOME. Unset HISTSIZE in
19115 the environment while testing. Restore whole environment
19116 afterwards.
19117
19118 2015-05-16 Doug Evans <xdje42@gmail.com>
19119
19120 * gdb.guile/scm-ports.c: New file.
19121 * gdb.guile/scm-ports.exp: Add memory port tests.
19122
19123 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19124
19125 * gdb.compile/compile-print.c: New file.
19126 * gdb.compile/compile-print.exp: New file.
19127
19128 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19129
19130 * gdb.compile/compile-ops.exp: Cast param to void.
19131 * gdb.compile/compile.exp: Complete type for _gdb_expr.
19132 (compile code struct_object.selffield = &struct_object): Add xfail.
19133
19134 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19135
19136 * gdb.ada/arr_enum_with_gap: New testcase.
19137
19138 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19139
19140 * gdb.ada/byte_packed_arr: New testcase.
19141
19142 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19143
19144 * gdb.ada/pckd_neg: New testcase.
19145
19146 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
19147
19148 PR gdb/17820
19149 * gdb.base/gdbinit-history.exp: New test.
19150 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
19151 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
19152
19153 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
19154
19155 * gdb.python/py-xmethods.cc: Enhance test case.
19156 * gdb.python/py-xmethods.exp: New tests.
19157 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
19158 function.
19159 (B_indexoper): Likewise.
19160 (global_dm_list) : Add new xmethod worker functions.
19161
19162 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
19163
19164 * gdb.base/coredump-filter.exp: Correctly unset
19165 "coredump_var_addr" array.
19166
19167 2015-05-08 Pedro Alves <palves@redhat.com>
19168
19169 * gdb.server/non-existing-program.exp: Unset spawn_id.
19170
19171 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
19172
19173 PR python/18291
19174 * gdb.python/py-xmethods.exp: Add tests.
19175
19176 2015-05-08 Yao Qi <yao.qi@linaro.org>
19177
19178 PR gdb/18208
19179 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
19180 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
19181 function set_coredump_filter, and remove remote_exec call.
19182 Remove argument ipid. Callers update.
19183 (top level): Don't get inferior's PID.
19184
19185 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
19186
19187 * gdb.base/watch_thread_num.exp: Skip test on targets without
19188 access watchpoints.
19189
19190 2015-05-06 Pedro Alves <palves@redhat.com>
19191
19192 PR server/18081
19193 * gdb.server/non-existing-program.exp: New file.
19194
19195 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19196
19197 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
19198
19199 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19200
19201 * gdb.ada/out_of_line_in_inlined: New testcase.
19202
19203 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19204
19205 * gdb.ada/var_rec_arr: New testcase.
19206
19207 2015-04-30 Yao Qi <yao.qi@linaro.org>
19208
19209 * gdb.base/break-idempotent.exp: If
19210 skip_hw_watchpoint_multi_tests returns true, skip the tests
19211 on "rwatch" and "awatch".
19212
19213 2015-04-30 Yao Qi <yao.qi@linaro.org>
19214
19215 * gdb.base/relativedebug.exp: Invoke gdb command
19216 "info sharedlibrary", and if libc.so doesn't have debug info,
19217 skip the test.
19218
19219 2015-04-29 Doug Evans <dje@google.com>
19220
19221 * gdb.python/py-xmethods.exp: Add ptype tests.
19222 * gdb.python/py-xmethods.py (E_method_char_worker): Add
19223 get_result_type method.
19224
19225 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
19226
19227 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
19228 the target does not support hardware watchpoints.
19229
19230 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
19231
19232 * gdb.base/break-always.exp: Abort testing if writing to memory
19233 causes an error.
19234
19235 2015-04-28 Doug Evans <dje@google.com>
19236
19237 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
19238 * gdb.python/py-pp-registration.exp: ... here. New file.
19239 * gdb.python/py-pp-registration.c: New file.
19240 * gdb.python/py-pp-registration.py: New file.
19241
19242 2015-04-28 Doug Evans <dje@google.com>
19243
19244 * gdb.python/py-bad-printers.c: New file.
19245 * gdb.python/py-bad-printers.py: New file.
19246 * gdb.python/py-bad-printers.exp: New file.
19247
19248 2015-04-28 Sasha Smundak <asmundak@google.com>
19249
19250 * gdb.python/py-type.exp: New test.
19251
19252 2015-04-28 Andy Wingo <wingo@igalia.com>
19253
19254 * gdb.python/py-parameter.exp:
19255 * gdb.guile/scm-parameter.exp: Escape the path that we are
19256 matching against, as it might contain characters that are special
19257 to regular expressions.
19258
19259 2015-04-27 Joel Brobecker <brobecker@adacore.com>
19260
19261 * gdb.ada/rec_comp: New testcase.
19262
19263 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
19264
19265 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
19266 before using it.
19267
19268 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
19269
19270 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
19271 new tests for verilog output.
19272
19273 2015-04-24 Yao Qi <yao.qi@linaro.org>
19274
19275 * boards/remote-gdbserver-on-localhost.exp: New file.
19276
19277 2015-04-23 Pedro Alves <palves@redhat.com>
19278
19279 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
19280 $inferior_spawn_id instead of $inferior_spawn_id directly. On
19281 "end of file", remove $inferior_spawn_id from the indirect list.
19282
19283 2015-04-23 Pedro Alves <palves@redhat.com>
19284
19285 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
19286
19287 2015-04-23 Pedro Alves <palves@redhat.com>
19288
19289 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
19290 on $any_spawn_id instead of only on $gdb_spawn_id.
19291
19292 2015-04-21 Pierre Muller <muller@sourceware.org>
19293
19294 PR pascal/17815
19295 * lib/pascal.exp (gpc_compile): Add new option "class".
19296 (fpc_compile): Likewise.
19297 * gdb.pascal/case-insensitive-symbols.pas: New file.
19298 * gdb.pascal/case-insensitive-symbols.exp: New file.
19299
19300 2015-04-20 Gary Benson <gbenson@redhat.com>
19301
19302 * gdb.base/attach.exp: Fix three extended remote failures.
19303
19304 2015-04-17 Gary Benson <gbenson@redhat.com>
19305
19306 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
19307 the main executable over the remote protocol.
19308
19309 2015-04-16 Pedro Alves <palves@redhat.com>
19310
19311 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
19312 a new gdbserver if gdbserver_reconnect_p is set.
19313
19314 2015-04-16 Pedro Alves <palves@redhat.com>
19315
19316 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
19317 is set, don't exit gdbserver.
19318
19319 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
19320
19321 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
19322 appropriate .insn, such that an older assembler can be used.
19323 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
19324 the z/Architecture instruction set on 31-bit targets as well.
19325
19326 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
19327
19328 * gdb.go/handcall.exp: Remove all logic related to the first
19329 breakpoint and rely on go_runto_main instead.
19330 * gdb.go/strings.exp: Likewise.
19331 * gdb.go/unsafe.exp: Likewise.
19332 * gdb.go/hello.exp: Likewise. Also rename the remaining
19333 breakpoint marker to "breakpoint 1".
19334 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
19335 * gdb.go/strings.go: Likewise.
19336 * gdb.go/unsafe.go: Likewise.
19337 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
19338 "set breakpoint 2 here" and rename the remaining breakpoint marker
19339 to "breakpoint 1".
19340
19341 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
19342
19343 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
19344 if itertools.imap is not present.
19345 * gdb.python/py-objfile.exp: Add parentheses.
19346 * gdb.python/py-type.exp: Same.
19347 * gdb.python/py-unwind-maint.py: Same.
19348
19349 2015-04-15 Yao Qi <yao.qi@linaro.org>
19350
19351 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
19352 of ":$ptr_size" and set its form explicitly.
19353
19354 2015-04-15 Pedro Alves <palves@redhat.com>
19355 Yao Qi <yao.qi@linaro.org>
19356
19357 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
19358 timeout by factor of 4.
19359 (test_regular_watch): Likewise.
19360 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
19361 * gdb.reverse/sigall-reverse.exp: Likewise.
19362 * gdb.reverse/until-precsave.exp: Likewise.
19363 * lib/gdb.exp (with_timeout_factor): New proc.
19364 (gdb_expect): Move some code to ...
19365 (get_largest_timeout): ... here. New procedure.
19366
19367 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
19368
19369 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
19370
19371 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
19372
19373 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
19374 to write to the .text section.
19375
19376 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
19377
19378 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
19379 Handle the case of targets that do not provide PID information.
19380
19381 2015-04-13 Yao Qi <yao.qi@linaro.org>
19382
19383 * lib/gdbserver-support.exp (gdb_exit): Catch exception
19384 and use expect instead of gdb_expect.
19385
19386 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
19387
19388 * gdb.base/coredump-filter.exp: Rename variable "addr" to
19389 "coredump_var_addr" to avoid naming conflict with other testcases.
19390
19391 2015-04-10 Pedro Alves <palves@redhat.com>
19392
19393 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
19394 gdb_test_sequence and gdb_assert.
19395
19396 2015-04-10 Pedro Alves <palves@redhat.com>
19397
19398 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
19399 test messages that don't include the breakpoint address.
19400
19401 2015-04-10 Yao Qi <yao.qi@linaro.org>
19402
19403 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
19404 false for some offset and width combinations which aren't
19405 supported by linux kernel.
19406
19407 2015-04-10 Pedro Alves <palves@redhat.com>
19408
19409 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
19410 procedure, factored out from ...
19411 (top level): ... here. Add "set displaced-stepping" testing axis.
19412 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
19413 parameter "displaced". Use it.
19414 (top level): Use foreach and add "set displaced-stepping" testing
19415 axis.
19416
19417 2015-04-10 Pedro Alves <palves@redhat.com>
19418
19419 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
19420 Remove comment.
19421 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
19422 both the address of the instruction that triggers the watchpoint
19423 and the address of the instruction immediately after, and use
19424 those addresses for the test. Fix comment.
19425
19426 2015-04-10 Pedro Alves <palves@redhat.com>
19427
19428 * gdb.base/sigstep.exp (breakpoint_to_handler)
19429 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
19430 Test "backtrace" in handler.
19431 (breakpoint_over_handler): New parameter 'displaced'. Use it.
19432 (top level): Add new "displaced" test axis to
19433 breakpoint_to_handler, breakpoint_to_handler_entry and
19434 breakpoint_over_handler.
19435
19436 2015-04-10 Pedro Alves <palves@redhat.com>
19437
19438 PR gdb/18216
19439 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
19440
19441 2015-04-10 Yao Qi <yao.qi@linaro.org>
19442
19443 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
19444 (test_add_rn_pc): New function.
19445 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
19446 (top level): Invoke test_add_rn_pc.
19447
19448 2015-04-10 Pedro Alves <palves@redhat.com>
19449
19450 PR gdb/13858
19451 * gdb.base/step-over-no-symbols.exp: New file.
19452
19453 2015-04-09 Andy Wingo <wingo@igalia.com>
19454
19455 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
19456 after the Python tests.
19457
19458 2015-04-08 Keith Seitz <keiths@redhat.com>
19459
19460 PR python/16699
19461 * gdb.python/py-completion.exp: New tests for completion.
19462 * gdb.python/py-completion.py (CompleteLimit1): New class.
19463 (CompleteLimit2): Likewise.
19464 (CompleteLimit3): Likewise.
19465 (CompleteLimit4): Likewise.
19466 (CompleteLimit5): Likewise.
19467 (CompleteLimit6): Likewise.
19468 (CompleteLimit7): Likewise.
19469
19470 2015-04-08 Pedro Alves <palves@redhat.com>
19471
19472 PR gdb/18214
19473 PR gdb/18216
19474 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
19475 function.
19476 (main): Install it as SIGUSR1 handler.
19477 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
19478 parameter. Always use "setup" as prefix. Toggle "set
19479 displaced-stepping" off/on depending on global. Don't switch to
19480 thread 1 here.
19481 (top level): Add displaced stepping "off/on" test axis. Update
19482 "setup" calls. Wrap each subtest with with_test_prefix. Test
19483 continuing with a queued signal in each thread.
19484
19485 2015-04-08 Pedro Alves <palves@redhat.com>
19486
19487 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
19488 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
19489 gdb_breakpoint instead of gdb_test that doesn't expect anything.
19490 Return early if running to main fails.
19491 * gdb.trace/while-stepping.exp: Likewise.
19492
19493 2015-04-07 Pedro Alves <palves@redhat.com>
19494
19495 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
19496 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
19497 interact with inferior program.
19498
19499 2015-04-07 Pedro Alves <palves@redhat.com>
19500
19501 * lib/gdb.exp (inferior_spawn_id): New global.
19502 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
19503 spawn id after processing the user code.
19504 (default_gdb_start): Set inferior_spawn_id.
19505 (send_inferior): New procedure.
19506 * lib/gdbserver-support.exp (gdbserver_start): Set
19507 inferior_spawn_id.
19508 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
19509
19510 2015-04-07 Pedro Alves <palves@redhat.com>
19511
19512 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
19513 * lib/gdbserver-support.exp (gdbserver_start): Make
19514 $server_spawn_id global.
19515 (gdbserver_start): Don't wait for gdbserver's spawn id with
19516 expect_background.
19517 (close_gdbserver): New procedure.
19518 (gdb_exit): Rename the default version and reimplement.
19519
19520 2015-04-07 Pedro Alves <palves@redhat.com>
19521
19522 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
19523 append the substituted item, not the original item.
19524
19525 2015-04-07 Pedro Alves <palves@redhat.com>
19526
19527 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
19528 gdb_expect.
19529
19530 2015-04-07 Pedro Alves <palves@redhat.com>
19531
19532 * gdb.base/interrupt.exp: Don't handle the case of the inferior
19533 output appearing once only.
19534
19535 2015-04-07 Pedro Alves <palves@redhat.com>
19536
19537 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
19538 that doesn't expect anything. Return early if running to main
19539 fails.
19540
19541 2015-04-07 Yao Qi <yao.qi@linaro.org>
19542
19543 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
19544 (child_function): Call alarm.
19545 (main): Move call to alarm into the loop.
19546 * gdb.threads/non-stop-fair-events.exp: Build program with
19547 -DTIMEOUT=$timeout.
19548
19549 2015-04-06 Doug Evans <xdje42@gmail.com>
19550
19551 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
19552 Fix dest parameter to board_info.
19553 (fpc_compile): Ditto.
19554 (gdb_compile_pascal): Rename dest arg to destfile.
19555
19556 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
19557
19558 * gdb.ada/funcall_ref.exp: New file.
19559 * gdb.ada/funcall_ref/foo.adb: New file.
19560
19561 2015-04-02 Yao Qi <yao.qi@linaro.org>
19562
19563 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
19564 is remote.
19565
19566 2015-04-02 Gary Benson <gbenson@redhat.com>
19567
19568 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
19569
19570 2015-04-01 Sasha Smundak <asmundak@google.com>
19571
19572 * gdb.python/py-unwind-maint.c: New file.
19573 * gdb.python/py-unwind-maint.exp: New test.
19574 * gdb.python/py-unwind-maint.py: New file.
19575 * gdb.python/py-unwind.c: New file.
19576 * gdb.python/py-unwind.exp: New test.
19577 * gdb.python/py-unwind.py: New test.
19578
19579 2015-04-01 Pedro Alves <palves@redhat.com>
19580
19581 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
19582 to fail instead of non-existent $test.
19583
19584 2015-04-01 Pedro Alves <palves@redhat.com>
19585
19586 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
19587 GDBFLAGS if not empty.
19588
19589 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
19590
19591 * gdb.ada/complete.exp: Remove "multi_line".
19592 * gdb.ada/info_exc.exp: Remove "multi_line".
19593 * gdb.ada/packed_tagged.exp: Remove "multi_line".
19594 * gdb.ada/ptype_field.exp: Remove "multi_line".
19595 * gdb.ada/sym_print_name.exp: Remove "multi_line".
19596 * gdb.ada/tagged.exp: Remove "multi_line".
19597 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
19598 [multi_line ...]
19599 * gdb.btrace/delta.exp: Likewise.
19600 * gdb.btrace/exception.exp: Likewise.
19601 * gdb.btrace/function_call_history.exp: Likewise.
19602 * gdb.btrace/instruction_history.exp: Likewise.
19603 * gdb.btrace/nohist.exp: Likewise.
19604 * gdb.btrace/record_goto.exp: Likewise.
19605 * gdb.btrace/segv.exp: Likewise.
19606 * gdb.btrace/stepi.exp: Likewise.
19607 * gdb.btrace/tailcall.exp: Likewise.
19608 * gdb.btrace/unknown_functions.exp: Likewise.
19609 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
19610 * lib/gdb.exp: Add the "multi_line" helper.
19611
19612 2015-04-01 Pedro Alves <palves@redhat.com>
19613
19614 * gdb.threads/tid-reuse.c: New file.
19615 * gdb.threads/tid-reuse.exp: New file.
19616
19617 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
19618
19619 PR corefiles/16092
19620 * gdb.base/coredump-filter.c: New file.
19621 * gdb.base/coredump-filter.exp: Likewise.
19622
19623 2015-03-27 Petr Machata <pmachata@redhat.com>
19624
19625 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
19626 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
19627 (Dwarf::assemble): Initialize them.
19628 (Dwarf::lines): New function.
19629
19630 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
19631
19632 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
19633 SYMBOL_PREFIX for x86_64-*-cygwin.
19634
19635 2015-03-26 Andy Wingo <wingo@igalia.com>
19636
19637 PR symtab/18148
19638 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
19639 const_value but not a location.
19640 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
19641 location defined in non-main CUs are visible.
19642
19643 2015-03-26 Yao Qi <yao.qi@linaro.org>
19644
19645 PR testsuite/18139
19646 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
19647 Add a line number entry for the same line.
19648 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
19649 Add a line number entry for the same line.
19650
19651 2015-03-26 Yao Qi <yao.qi@linaro.org>
19652
19653 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
19654 .int 0.
19655 (func): Likewise. Add .Lfunc_1 label.
19656 Use .Lfunc_1 label.
19657 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
19658 .int 0.
19659 (func): Likewise.
19660 Use .Lfunc_1 label.
19661
19662 2015-03-26 Yao Qi <yao.qi@linaro.org>
19663
19664 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
19665 Call gdb_compile instead to compile each .s files without debug
19666 information.
19667
19668 2015-03-26 Yao Qi <yao.qi@linaro.org>
19669
19670 * gdb.base/savedregs.exp (process_saved_regs): Make
19671 "Saved registers:" optional in the pattern.
19672
19673 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
19674
19675 * gdb.btrace/next.exp: Merged into step.exp.
19676 * gdb.btrace/finish.exp: Merged into step.exp.
19677 * gdb.btrace/nexti.exp: Merged into stepi.exp.
19678 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
19679 "record goto" and checking the exact replay position.
19680 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
19681 check for "Recording format" in "info record" output.
19682 * gdb.btrace/record_goto.exp: Choose test file based on target.
19683 * gdb.btrace/x86-record_goto.S: Renamed into ...
19684 * gdb.btrace/x86_64-record_goto.S: ... this.
19685 * gdb.btrace/i686-record_goto.S: New.
19686 * gdb.btrace/x86-tailcall.S: Renamed into ...
19687 * gdb.btrace/x86_64-tailcall.S: ... this.
19688 * gdb.btrace/i686-tailcall.S: New.
19689 * gdb.btrace/x86-tailcall.c: Renamed into ...
19690 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
19691 separate statements. Update test.
19692 * gdb.btrace/delta.exp: Use record_goto.c as test file.
19693 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
19694 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
19695 * gdb.btrace/tailcall.exp: Choose test file based on target.
19696 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
19697
19698 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
19699
19700 * gdb.btrace/exception.exp: Increase BTS buffer size.
19701
19702 2015-03-24 Pedro Alves <palves@redhat.com>
19703
19704 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
19705
19706 2015-03-24 Pedro Alves <palves@redhat.com>
19707
19708 * gdb.threads/schedlock.exp (test_step): No longer expect that
19709 "set scheduler-locking step" with "next" over a function call runs
19710 threads unlocked.
19711
19712 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19713
19714 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
19715
19716 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19717
19718 PR breakpoints/16466
19719 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
19720 * gdb.mi/mi-pending.c (thread_func): New function.
19721 (int main): Add threading support required.
19722 * gdb.mi/mi-pending.exp: Add tests for this issue.
19723 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
19724 (pendfunc2): Remove stdio dependency.
19725 * gdb.mi/mi-pendshr2.c: New file.
19726
19727 2015-03-23 Keith Seitz <keiths@redhat.com>
19728
19729 * gdb.linespec/keywords.c: New file.
19730 * gdb.linespec/keywords.exp: New file.
19731
19732 2015-03-23 Keith Seitz <keiths@redhat.com>
19733
19734 PR gdb/18021
19735 * gdb.dwarf2/staticvirtual.exp: New test.
19736
19737 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
19738
19739 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
19740 * README: Remove HP-UX and gdb.hp.
19741 (configuration):
19742 * configure: Regenerate.
19743 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
19744 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
19745 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
19746 gdb.hp/gdb.defects/Makefile.
19747 * gdb.hp/Makefile.in: File deleted.
19748 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
19749 * gdb.hp/gdb.aCC/optimize.c: File deleted.
19750 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
19751 * gdb.hp/gdb.aCC/run.c: File deleted.
19752 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
19753 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
19754 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
19755 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
19756 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
19757 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
19758 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
19759 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
19760 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
19761 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
19762 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
19763 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
19764 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
19765 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
19766 * gdb.hp/gdb.base-hp/reg.s: File deleted.
19767 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
19768 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
19769 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
19770 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
19771 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
19772 * gdb.hp/gdb.compat/Makefile.in: File deleted.
19773 * gdb.hp/gdb.compat/average.c: File deleted.
19774 * gdb.hp/gdb.compat/sum.c: File deleted.
19775 * gdb.hp/gdb.compat/xdb.c: File deleted.
19776 * gdb.hp/gdb.compat/xdb0.c: File deleted.
19777 * gdb.hp/gdb.compat/xdb0.h: File deleted.
19778 * gdb.hp/gdb.compat/xdb1.c: File deleted.
19779 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
19780 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
19781 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
19782 * gdb.hp/gdb.defects/Makefile.in: File deleted.
19783 * gdb.hp/gdb.defects/bs14602.c: File deleted.
19784 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
19785 * gdb.hp/gdb.defects/solib-d.c: File deleted.
19786 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
19787 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
19788 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
19789 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
19790 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
19791 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
19792 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
19793 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
19794 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
19795 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
19796 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
19797 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
19798 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
19799 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
19800 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
19801 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
19802 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
19803 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
19804 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
19805 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
19806 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
19807 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
19808 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
19809 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
19810 * gdb.hp/tools/odump: File deleted.
19811
19812 2015-03-19 Pedro Alves <palves@redhat.com>
19813
19814 * gdb.threads/continue-pending-status.exp (saw_thread_2)
19815 (saw_thread_3): New globals.
19816 (top level): Increment them when an event for the corresponding
19817 thread is seen.
19818 (no thread starvation): New test.
19819
19820 2015-03-19 Pedro Alves <palves@redhat.com>
19821
19822 * gdb.threads/continue-pending-status.c: New file.
19823 * gdb.threads/continue-pending-status.exp: New file.
19824
19825 2015-03-18 Pedro Alves <palves@redhat.com>
19826
19827 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
19828 Use gdb_is_target_remote instead of is_remote. Use
19829 gdb_test_multiple instead of gdb_expect. Exit early if
19830 gdb_test_multiple hits its internal matches. Tighten stepi tests
19831 expected output. Fail on exit with any signal, instead of just
19832 SIGILL.
19833
19834 2015-03-18 Yao Qi <yao.qi@linaro.org>
19835
19836 PR tdep/18107
19837 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
19838 variable.
19839 * gdb.base/catch-syscall.exp: Don't skip it on
19840 aarch64*-*-linux* target. Remove elements in all_syscalls.
19841 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
19842 target.
19843 (setup_all_syscalls): New proc.
19844
19845 2015-03-16 Yao Qi <yao.qi@linaro.org>
19846
19847 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
19848 (top level): Skip tests if valid_addr_p returns false for
19849 $cmd1 or $cmd2.
19850
19851 2015-03-11 Andy Wingo <wingo@igalia.com>
19852
19853 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
19854
19855 2015-03-11 Yao Qi <yao.qi@linaro.org>
19856
19857 * gdb.base/catch-syscall.exp: Fix typo in comments.
19858
19859 2015-03-11 Yao Qi <yao.qi@linaro.org>
19860
19861 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
19862
19863 2015-03-09 Pedro Alves <palves@redhat.com>
19864
19865 * dg-extract-results.py: Delete.
19866
19867 2015-03-09 Pedro Alves <palves@redhat.com>
19868
19869 Merge dg-extract-results.sh from GCC upstream (r218843).
19870
19871 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
19872 * dg-extract-results.sh: Use --text with grep to avoid issues with
19873 binary files. Fall back to cat -v, if that doesn't work.
19874
19875 2015-03-05 Pedro Alves <palves@redhat.com>
19876
19877 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
19878
19879 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
19880
19881 * lib/mi-support.exp (mi_expect_interrupt): Accept
19882 alternative event for when in all-stop mode.
19883
19884 2015-03-04 Pedro Alves <palves@redhat.com>
19885
19886 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
19887
19888 2015-03-04 Mark Kettenis <kettenis@gnu.org>
19889
19890 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
19891
19892 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19893
19894 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
19895 regexps for GDB's current line display, accept a hex address
19896 preceding the line number.
19897
19898 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19899
19900 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
19901 the 'arch1' variable for "s390*-linux*" targets.
19902
19903 2015-03-04 Pedro Alves <palves@redhat.com>
19904
19905 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
19906 (main): Pass missing retval argument to pthread_join call.
19907
19908 2015-03-02 Pedro Alves <palves@redhat.com>
19909
19910 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
19911 (top level): Call do_test with non-stop as well.
19912
19913 2015-03-02 Pedro Alves <palves@redhat.com>
19914
19915 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
19916 -1.
19917
19918 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
19919
19920 * gdb.arch/s390-vregs.exp: New test.
19921 * gdb.arch/s390-vregs.S: New file.
19922
19923 2015-02-27 Pedro Alves <palves@redhat.com>
19924
19925 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
19926 call to catch_command_errors.
19927 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
19928 catch_command_errors.
19929
19930 2015-02-27 Pedro Alves <palves@redhat.com>
19931
19932 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
19933 "true" for boolean result.
19934 * gdb.gdb/selftest.exp (test_with_self): Also accept full
19935 prototype of main.
19936
19937 2015-02-27 Pedro Alves <palves@redhat.com>
19938
19939 * lib/unbuffer_output.c: New file.
19940 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
19941 (main): Call gdb_unbuffer_output.
19942
19943 2015-02-27 Yao Qi <yao.qi@linaro.org>
19944
19945 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
19946 target.
19947
19948 2015-02-26 Doug Evans <dje@google.com>
19949
19950 * gdb.cp/class2.cc (Dbase, D): New classes.
19951 (main): New local delta.
19952 * gdb.cp/class2.exp: Test printing delta.
19953 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
19954 (dynbar): New global.
19955 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
19956
19957 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19958
19959 * gdb.compile/compile-ifunc.c: New file.
19960 * gdb.compile/compile-ifunc.exp: New file.
19961
19962 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
19963
19964 * gdb.base/structs.exp: Check for correct struct on finish.
19965
19966 2015-02-26 Yao Qi <yao.qi@linaro.org>
19967
19968 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
19969 is zero.
19970
19971 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19972
19973 * gdb.arch/cordic.ko.bz2: New file.
19974 * gdb.arch/cordic.ko.debug.bz2: New file.
19975 * gdb.arch/ppc64-symtab-cordic.exp: New file.
19976
19977 2015-02-25 Yao Qi <yao.qi@linaro.org>
19978
19979 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
19980 aarch64*-*-* target.
19981
19982 2015-02-23 Pedro Alves <palves@redhat.com>
19983
19984 * lib/gdb.exp (delete_breakpoints): Rewrite using
19985 gdb_test_multiple.
19986
19987 2015-02-23 Pedro Alves <palves@redhat.com>
19988
19989 * gdb.base/info-os.c: Include stdlib.h.
19990
19991 2015-02-22 Doug Evans <xdje42@gmail.com>
19992
19993 PR symtab/17855
19994 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
19995 is read after symbols have been re-read.
19996 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
19997 * gdb.ada/exec_changed/second.adb (Second): Ditto.
19998
19999 2015-02-21 Doug Evans <dje@google.com>
20000
20001 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
20002
20003 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20004
20005 PR corefiles/17808
20006 * gdb.arch/i386-biarch-core.core.bz2: New file.
20007 * gdb.arch/i386-biarch-core.exp: New file.
20008
20009 2015-02-21 Pedro Alves <palves@redhat.com>
20010
20011 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
20012 runto_main fails.
20013
20014 2015-02-20 Pedro Alves <palves@redhat.com>
20015
20016 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
20017 info probes.
20018
20019 2015-02-20 Pedro Alves <palves@redhat.com>
20020
20021 * gdb.threads/multi-create-ns-info-thr.exp: New file.
20022
20023 2015-02-20 Pedro Alves <palves@redhat.com>
20024
20025 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
20026 clean_restart before gdb_target_supports_trace.
20027
20028 2015-02-20 Pedro Alves <palves@redhat.com>
20029
20030 PR threads/18006
20031 * gdb.threads/clone-thread_db.c: New file.
20032 * gdb.threads/clone-thread_db.exp: New file.
20033
20034 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
20035
20036 PR breakpoints/16812
20037 * gdb.base/catch-gdb-caused-signals.c: New file.
20038 * gdb.base/catch-gdb-caused-signals.exp: New file.
20039
20040 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
20041
20042 * configure: Regenerated.
20043 * configure.ac: Use GDB_AC_TRANSFORM.
20044 * aclocal.m4: sinclude ../transform.m4.
20045
20046 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20047
20048 * lib/dtrace.exp: New file.
20049 * gdb.base/dtrace-probe.exp: Likewise.
20050 * gdb.base/dtrace-probe.d: Likewise.
20051 * gdb.base/dtrace-probe.c: Likewise.
20052 * lib/pdtrace.in: Likewise.
20053 * configure.ac: Output variables with the transformed names of
20054 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
20055 * configure: Regenerated.
20056
20057 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20058
20059 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
20060 expected message when trying to access $_probe_* convenience
20061 variables while not on a probe.
20062
20063 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
20064
20065 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
20066
20067 2015-02-11 Pedro Alves <pedro@codesourcery.com>
20068
20069 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
20070 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
20071
20072 2015-02-10 Doug Evans <xdje42@gmail.com>
20073
20074 * lib/gdb.exp (gdb_load): Always return a result.
20075
20076 2015-02-10 Pedro Alves <palves@redhat.com>
20077
20078 * gdb.threads/signal-sigtrap.c: New file.
20079 * gdb.threads/signal-sigtrap.exp: New file.
20080
20081 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
20082
20083 * gdb.trace/no-attach-trace.c: New file.
20084 * gdb.trace/no-attach-trace.exp: New file.
20085
20086 2015-02-09 Mark Wielaard <mjw@redhat.com>
20087
20088 * gdb.dwarf2/atomic.c: New file.
20089 * gdb.dwarf2/atomic-type.exp: Likewise.
20090
20091 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20092
20093 * gdb.btrace/buffer-size.exp: Update "info record" output.
20094 * gdb.btrace/delta.exp: Update "info record" output.
20095 * gdb.btrace/enable.exp: Update "info record" output.
20096 * gdb.btrace/finish.exp: Update "info record" output.
20097 * gdb.btrace/instruction_history.exp: Update "info record" output.
20098 * gdb.btrace/next.exp: Update "info record" output.
20099 * gdb.btrace/nexti.exp: Update "info record" output.
20100 * gdb.btrace/step.exp: Update "info record" output.
20101 * gdb.btrace/stepi.exp: Update "info record" output.
20102 * gdb.btrace/nohist.exp: Update "info record" output.
20103
20104 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20105
20106 * gdb.btrace/buffer-size: New.
20107
20108 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20109
20110 * gdb.btrace/delta.exp: Update "info record" output.
20111 * gdb.btrace/enable.exp: Update "info record" output.
20112 * gdb.btrace/finish.exp: Update "info record" output.
20113 * gdb.btrace/instruction_history.exp: Update "info record" output.
20114 * gdb.btrace/next.exp: Update "info record" output.
20115 * gdb.btrace/nexti.exp: Update "info record" output.
20116 * gdb.btrace/step.exp: Update "info record" output.
20117 * gdb.btrace/stepi.exp: Update "info record" output.
20118 * gdb.btrace/nohist.exp: Update "info record" output.
20119
20120 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
20121
20122 PR gdb/15678
20123 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
20124
20125 2015-02-06 Pedro Alves <palves@redhat.com>
20126
20127 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
20128 macro.
20129 (seconds_left, again): New globals.
20130 (main): Wait seconds_left in a 1-second sleep loop instead of
20131 sleeping 180 seconds. If 'again' is set, reset the seconds
20132 counter.
20133 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
20134 'again' in the inferior before detaching. Print the seconds left.
20135 (options): New global.
20136 (top level): Build program with -DTIMEOUT=$timeout.
20137
20138 2015-02-06 Pedro Alves <palves@redhat.com>
20139
20140 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
20141 determine how many seconds to pass to 'alarm'.
20142 * gdb.base/gdb-sigterm.exp (top level): Build program with
20143 -DTIMEOUT=$timeout.
20144 (do_test): Return success/failure indication. Add more verbose
20145 logging. Don't fail if 200 single steps are seen. Instead, fail
20146 when the test times out.
20147 (passes): New global.
20148 (top level): Break the testing loop if testing fails on any
20149 iteration. Use gdb_assert.
20150
20151 2015-02-04 Don Breazeal <donb@codesourcery.com>
20152
20153 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
20154 and initialize them.
20155 (ipc_cleanup): New function.
20156 (main): Don't declare shmid, semid, and msqid. Add a call to
20157 atexit so that we call ipc_cleanup on exit.
20158
20159 2015-02-04 Pedro Alves <palves@redhat.com>
20160
20161 * boards/native-extended-gdbserver.exp: Remove any target variant
20162 specifications from the board name before clearing the isremote
20163 flag from board_info.
20164
20165 2015-01-31 Doug Evans <xdje42@gmail.com>
20166
20167 * gdb.base/maint.exp <maint print type argc>: Update expected output.
20168
20169 2015-01-31 Gary Benson <gbenson@redhat.com>
20170
20171 * gdb.base/completion.exp: Disable completion limiting for
20172 existing tests. Add new tests to check completion limiting.
20173 * gdb.linespec/ls-errs.exp: Disable completion limiting.
20174
20175 2015-01-31 Doug Evans <xdje42@gmail.com>
20176
20177 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
20178
20179 2015-01-31 Doug Evans <xdje42@gmail.com>
20180
20181 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
20182 entries. Duplicate file section script entries.
20183 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
20184 inlined entries. Add test for safe-path rejection.
20185 * gdb.python/py-section-script.c: Add duplicate inlined section script
20186 entries. Duplicate file section script entries.
20187 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
20188 inlined entries. Add test for safe-path rejection.
20189
20190 2015-01-29 Joel Brobecker <brobecker@adacore.com>
20191
20192 * gdb.ada/disc_arr_bound: New testcase.
20193
20194 2015-01-29 Joel Brobecker <brobecker@adacore.com>
20195
20196 * gdb.ada/mi_var_array: New testcase.
20197
20198 2015-01-27 Doug Evans <dje@google.com>
20199
20200 * gdb.python/py-objfile.exp: Add tests for objfile.username.
20201 Add test for objfile.filename, objfile.username after objfile
20202 has been unloaded.
20203
20204 2015-01-26 Joel Brobecker <brobecker@adacore.com>
20205
20206 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
20207 the second test to print the name attribute of value
20208 returned by the call to gdb.lookup_type, and adjust
20209 the expected output accordingly.
20210
20211 2015-01-25 Mark Wielaard <mjw@redhat.com>
20212
20213 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
20214 * gdb.base/disp-step-fork.c: Include unistd.h.
20215 * gdb.base/siginfo-obj.c: Include stdio.h.
20216 * gdb.base/siginfo-thread.c: Likewise.
20217 * gdb.mi/non-stop.c: Include unistd.h.
20218 * gdb.mi/nsthrexec.c: Include stdio.h.
20219 * gdb.mi/pthreads.c: Include unistd.h.
20220 * gdb.modula2/unbounded1.c (main): Declare returns int.
20221 * gdb.reverse/consecutive-reverse.c: Likewise.
20222 * gdb.threads/create-fail.c: Include unistd.h.
20223 * gdb.threads/killed.c: Likewise.
20224 * gdb.threads/linux-dp.c: Likewise.
20225 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
20226 * gdb.threads/non-ldr-exc-2.c: Likewise.
20227 * gdb.threads/non-ldr-exc-3.c: Likewise.
20228 * gdb.threads/non-ldr-exc-4.c: Likewise.
20229 * gdb.threads/pthreads.c: Include unistd.h.
20230 (main): Declare returns int.
20231 * gdb.threads/tls-main.c (foo): New declaration.
20232 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
20233
20234 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
20235
20236 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
20237 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
20238
20239 2015-01-15 Mark Wielaard <mjw@redhat.com>
20240
20241 * gdb.base/noreturn-return.c: New file.
20242 * gdb.base/noreturn-return.exp: New file.
20243 * gdb.base/noreturn-finish.c: New file.
20244 * gdb.base/noreturn-finish.exp: New file.
20245
20246 2015-01-23 Pedro Alves <palves@redhat.com>
20247
20248 * gdb.threads/continue-pending-after-query.c: New file.
20249 * gdb.threads/continue-pending-after-query.exp: New file.
20250
20251 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
20252 Simon Marchi <simon.marchi@ericsson.com>
20253
20254 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
20255 * gdb.base/valgrind-db-attach.exp: Same.
20256 * gdb.base/valgrind-infcall.exp: Same.
20257 * lib/mi-support.exp (default_mi_gdb_start): Same.
20258 * lib/prompt.exp (default_prompt_gdb_start): Same.
20259 * lib/gdb.exp (default_gdb_spawn): Same.
20260 (gdb_interact): New.
20261
20262
20263 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
20264
20265 * gdb.compile/compile.exp (pointer to jit function): New test.
20266
20267 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
20268
20269 * lib/gdb.exp (supports_process_record): Return true for
20270 powerpc*-*-linux*.
20271 (supports_reverse): Likewise.
20272
20273 2015-01-15 Don Breazeal <donb@codesourcery.com>
20274
20275 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
20276 instead of checking whether the target board is remote and
20277 use spawn_wait_for_attach instead of exec/sleep.
20278 * gdb.base/attach-twice.exp: Likewise.
20279
20280 2015-01-15 Joel Brobecker <brobecker@adacore.com>
20281
20282 * gdb.ada/var_arr_attrs: New testcase.
20283
20284 2015-01-14 Pedro Alves <palves@redhat.com>
20285 Joel Brobecker <brobecker@adacore.com>
20286
20287 PR gdb/17525
20288 * gdb.base/bp-cmds-execution-x-script.c: New file.
20289 * gdb.base/bp-cmds-execution-x-script.exp: New file.
20290 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
20291
20292 2015-01-14 Pedro Alves <palves@redhat.com>
20293
20294 PR cli/17828
20295 * gdb.base/batch-preserve-term-settings.c: New file.
20296 * gdb.base/batch-preserve-term-settings.exp: New file.
20297
20298 2015-01-13 Doug Evans <dje@google.com>
20299
20300 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
20301 binary.
20302
20303 2015-01-13 Joel Brobecker <brobecker@adacore.com>
20304
20305 * Makefile.in (clean mostlyclean): Do not delete *.py.
20306
20307 2015-01-13 Joel Brobecker <brobecker@adacore.com>
20308
20309 * gdb.python/py-lookup-type.exp: New file.
20310
20311 2015-01-12 Pedro Alves <palves@redhat.com>
20312
20313 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
20314 restore GDBFLAGS before returning.
20315
20316 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20317
20318 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
20319 is_amd64_regs_target and is_x86_like_target.
20320
20321 2015-01-11 Doug Evans <xdje42@gmail.com>
20322
20323 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
20324 is given without an explicit form.
20325 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
20326 attributes.
20327 * gdb.dwarf/corrupt.exp: Ditto.
20328 * gdb.dwarf2/enum-type.exp: Ditto.
20329 * gdb.trace/entry-values.exp: Ditto.
20330 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
20331
20332 2015-01-11 Doug Evans <xdje42@gmail.com>
20333
20334 PR gdb/15830
20335 * gdb.base/maint.exp: Remove references to "maint demangle".
20336 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
20337 Add tests for explicitly specifying language to demangle.
20338 * gdb.dlang/demangle.exp: Ditto.
20339
20340 2015-01-09 Pedro Alves <palves@redhat.com>
20341
20342 * gdb.threads/non-stop-fair-events.c: New file.
20343 * gdb.threads/non-stop-fair-events.exp: New file.
20344
20345 2015-01-09 Pedro Alves <palves@redhat.com>
20346
20347 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
20348 the global scope. Set a breakpoint after all threads are started
20349 rather than stepping over two source lines. Expect the prompt.
20350 * gdb.base/watch_thread_num.c (threads_started_barrier): New
20351 global.
20352 (NUM): Now 15.
20353 (main): Use threads_started_barrier to wait for all threads to
20354 start. Main thread no longer calls thread_function. Exit after
20355 180 seconds.
20356 (loop): New function.
20357 (thread_function): Wait on threads_started_barrier barrier. Call
20358 'loop' at each iteration.
20359 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
20360 threads have started, instead of hardcoding number of "next"
20361 steps. Use an access watchpoint instead of a write watchpoint.
20362
20363 2015-01-09 Pedro Alves <palves@redhat.com>
20364
20365 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
20366 (thread_func): Wait on barrier.
20367 (main): Wait for all threads to start before stopping GDB.
20368 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
20369 global.
20370 (thread1_func, thread2_func): Wait on barrier.
20371 (main): Wait for all threads to start before stopping GDB.
20372 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
20373 New global.
20374 (thread1_func, thread2_func): Wait on barrier.
20375 (main): Wait for all threads to start before stopping GDB.
20376
20377 2015-01-09 Pedro Alves <palves@redhat.com>
20378
20379 * gdb.threads/attach-many-short-lived-threads.c: New file.
20380 * gdb.threads/attach-many-short-lived-threads.exp: New file.
20381
20382 2014-01-09 Pedro Alves <palves@redhat.com>
20383
20384 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
20385 instead of to thread 2.
20386 * gdb.threads/signal-command-multiple-signals-pending.c (main):
20387 Add barrier around each pthread_create call instead of around all
20388 calls.
20389 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
20390 Set a break on thread_function and have the child threads hit it
20391 one at at a time.
20392
20393 2015-01-09 Pedro Alves <palves@redhat.com>
20394
20395 * lib/gdb.exp (can_spawn_for_attach): New procedure.
20396 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
20397 false.
20398 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
20399 checking whether the target board is remote.
20400 * gdb.multi/multi-attach.exp: Likewise.
20401 * gdb.python/py-sync-interp.exp: Likewise.
20402 * gdb.server/ext-attach.exp: Likewise.
20403 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
20404 tests that need to attach, instead of checking whether the target
20405 board is remote at the top of the file.
20406
20407 2015-01-08 Yao Qi <yao@codesourcery.com>
20408
20409 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
20410
20411 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20412
20413 Fix testcase compilation.
20414 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
20415
20416 2015-01-06 Joel Brobecker <brobecker@adacore.com>
20417
20418 * gdb.python/py-type.exp: Add a couple test about empty
20419 array creation, and negative-length array creation.
20420
20421 2015-01-02 Doug Evans <xdje42@gmail.com>
20422
20423 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
20424
20425 2015-01-02 Doug Evans <dje@google.com>
20426
20427 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
20428
20429 2014-12-29 Yao Qi <yao@codesourcery.com>
20430
20431 * gdb.trace/entry-values.exp: Update comments. Rename variable
20432 bar_call_foo to returned_from_foo.
20433
20434 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
20435
20436 PR gdb/17394
20437 * gdb.linespec/break-asm-file.c: New file.
20438 * gdb.linespec/break-asm-file.exp: New file.
20439 * gdb.linespec/break-asm-file0.s: New file.
20440 * gdb.linespec/break-asm-file1.s: New file.
20441
20442 2014-12-18 Nigel Stephens <nigel@mips.com>
20443 Maciej W. Rozycki <macro@codesourcery.com>
20444
20445 * gdb.base/float.exp: Handle the new output from "info float" on
20446 MIPS targets.
20447
20448 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
20449
20450 Fix MinGW compilation.
20451 * gdb.compile/compile-ops.exp: Update untested message if
20452 !skip_compile_feature_tests.
20453 * gdb.compile/compile-setjmp.exp: Likewise.
20454 * gdb.compile/compile-tls.exp: Likewise.
20455 * gdb.compile/compile.exp: Likewise.
20456 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
20457 supported on this host".
20458
20459 2014-12-16 Doug Evans <xdje42@gmail.com>
20460
20461 * boards/stabs.exp: New file.
20462
20463 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
20464
20465 * gdb.base/completion.exp: Adjust to format changes of "maint
20466 print user-registers".
20467
20468 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
20469
20470 PR server/17457
20471 * gdb.arch/aarch64-fp.c: New file.
20472 * gdb.arch/aarch64-fp.exp: New file.
20473
20474 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
20475
20476 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
20477 r210637, r210913, r211666, r215400, r215817).
20478
20479 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
20480 * dg-extract-results.py: New file.
20481 * dg-extract-results.sh: Use it if the environment seems
20482 suitable.
20483
20484 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
20485
20486 * dg-extract-results.py (parse_run): Handle warnings that
20487 are printed before a test harness is run.
20488
20489 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
20490
20491 * dg-extract-results.py (Named): Remove __cmp__ method.
20492 (output_variation): Use a key to sort variation.harnesses.
20493
20494 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
20495
20496 * dg-extract-results.py: For Python 3, force sys.stdout to
20497 handle surrogate escape sequences.
20498 (safe_open): New function.
20499 (output_segment, main): Use it.
20500
20501 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
20502
20503 * dg-extract-results.py (Prog.result_re): Include options
20504 in test name.
20505
20506 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
20507
20508 * dg-extract-results.py (output_variation): Always sort if
20509 do_sum.
20510
20511 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
20512
20513 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
20514 as long as we get pagination notifications.
20515
20516 2014-12-15 Jason Merrill <jason@redhat.com>
20517
20518 * Makefile.in (check-gdb.%): Restore.
20519 * README: Mention it.
20520
20521 2014-12-13 Joel Brobecker <brobecker@adacore.com>
20522
20523 * gdb.ada/str_uninit: New testcase.
20524
20525 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
20526
20527 PR symtab/17642
20528 * gdb.base/vla-stub-define.c: New file.
20529 * gdb.base/vla-stub.c: New file.
20530 * gdb.base/vla-stub.exp: New file.
20531
20532 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
20533 Jan Kratochvil <jan.kratochvil@redhat.com>
20534 Tom Tromey <tromey@redhat.com>
20535
20536 * configure.ac: Add gdb.compile/.
20537 * configure: Regenerate.
20538 * gdb.compile/Makefile.in: New file.
20539 * gdb.compile/compile-ops.exp: New file.
20540 * gdb.compile/compile-ops.c: New file.
20541 * gdb.compile/compile-tls.c: New file.
20542 * gdb.compile/compile-tls.exp: New file.
20543 * gdb.compile/compile-constvar.S: New file.
20544 * gdb.compile/compile-constvar.c: New file.
20545 * gdb.compile/compile-mod.c: New file.
20546 * gdb.compile/compile-nodebug.c: New file.
20547 * gdb.compile/compile-setjmp-mod.c: New file.
20548 * gdb.compile/compile-setjmp.c: New file.
20549 * gdb.compile/compile-setjmp.exp: New file.
20550 * gdb.compile/compile-shlib.c: New file.
20551 * gdb.compile/compile.c: New file.
20552 * gdb.compile/compile.exp: New file.
20553 * lib/gdb.exp (skip_compile_feature_tests): New proc.
20554
20555 2014-12-12 Tom Tromey <tromey@redhat.com>
20556
20557 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
20558 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
20559
20560 2014-12-12 Doug Evans <dje@google.com>
20561
20562 * lib/gdb-python.exp (get_python_valueof): New function.
20563 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
20564
20565 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20566
20567 * gdb.base/completion.exp: Add test for completion of "info
20568 registers ".
20569
20570 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
20571
20572 * gdb.base/func-ptrs.c: New file.
20573 * gdb.base/func-ptrs.exp: New file.
20574
20575 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
20576
20577 PR breakpoints/17012
20578 * gdb.base/dprintf-detach.c: New file.
20579 * gdb.base/dprintf-detach.exp: New file.
20580
20581 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
20582
20583 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
20584 * lib/gdb.exp (target_is_gdbserver): New procedure.
20585
20586 2014-12-08 Doug Evans <dje@google.com>
20587
20588 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
20589
20590 2014-12-05 Yao Qi <yao@codesourcery.com>
20591
20592 * gdb.guile/scm-error.exp: Remove the third argument to
20593 gdb_remote_download.
20594 * gdb.guile/scm-frame-args.exp: Likewise.
20595 * gdb.guile/scm-section-script.exp: Likewise.
20596
20597 2014-12-05 Yao Qi <yao@codesourcery.com>
20598
20599 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
20600
20601 2014-12-04 Doug Evans <dje@google.com>
20602
20603 * gdb.python/py-objfile.exp: Add tests for
20604 objfile.add_separate_debug_file.
20605
20606 2014-12-04 Doug Evans <dje@google.com>
20607
20608 * lib/gdb.exp (get_build_id): New function.
20609 (build_id_debug_filename_get): Rewrite to use it.
20610 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
20611
20612 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
20613
20614 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
20615 `method(long)', not just 0x0.
20616 * gdb.cp/nsalias.exp: Align code labels to 4.
20617 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
20618 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
20619 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
20620 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
20621 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
20622 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
20623
20624 2014-12-02 Doug Evans <dje@google.com>
20625
20626 PR symtab/17602
20627 * gdb.cp/anon-ns.cc: Move guts of this file to ...
20628 * gdb.cp/anon-ns2.cc: ... here. New file.
20629 * gdb.cp/anon-ns.exp: Update.
20630
20631 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
20632
20633 * gdb.python/py-events.py (inferior_call_handler): New.
20634 (register_changed_handler, memory_changed_handler): New.
20635 (test_events.invoke): Register new handlers.
20636 * gdb.python/py-events.exp: Add tests for inferior call,
20637 memory_changed and register_changed events.
20638
20639 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20640
20641 * gdb.base/execl-update-breakpoints.exp: Specify the link address
20642 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
20643 if the linker doesn't understand this.
20644
20645 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
20646
20647 * gdb.python/python.exp: Change expected reply to help().
20648
20649 2014-12-01 Yao Qi <yao@codesourcery.com>
20650
20651 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
20652 AC_CONFIG_SUBDIRS(gdb.gdbtk).
20653 * configure: Re-generated.
20654
20655 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
20656
20657 * gdb.cp/chained-calls.cc: New file.
20658 * gdb.cp/chained-calls.exp: New file.
20659 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
20660
20661 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
20662
20663 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
20664 * gdb.dwarf2/symtab-producer.exp: Same.
20665 * gdb.gdb/python-interrupts.exp: Same.
20666 * gdb.gdb/python-selftest.exp: Same.
20667 * gdb.python/py-linetable.exp: Same.
20668 * gdb.python/py-type.exp: Same.
20669 * gdb.python/py-value-cc.exp: Same.
20670 * gdb.python/py-value.exp: Same.
20671
20672 2014-11-28 Yao Qi <yao@codesourcery.com>
20673
20674 * gdb.base/break-probes.exp: Match library name prefixed with
20675 sysroot.
20676
20677 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
20678
20679 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
20680 test expected output. Add parentheses for the call to print.
20681 Remove L suffix from integers.
20682
20683 2014-11-26 Doug Evans <dje@google.com>
20684
20685 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
20686
20687 2014-11-22 Yao Qi <yao@codesourcery.com>
20688
20689 * gdb.trace/entry-values.c: Remove asms.
20690 (foo): Add foo_label.
20691 (bar): Add bar_label.
20692 * gdb.trace/entry-values.exp: Remove code computing foo's
20693 length and bar's length.
20694 (Dwarf::assemble): Invoke function_range for bar and use
20695 MACRO_AT_func for foo.
20696
20697 2014-11-22 Yao Qi <yao@codesourcery.com>
20698
20699 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
20700 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
20701 Use .Lgcc43_procstart instead of gcc43.
20702
20703 2014-11-21 Joel Brobecker <brobecker@adacore.com>
20704
20705 * gdb.ada/n_arr_bound: New testcase.
20706
20707 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
20708
20709 PR breakpoints/10737
20710 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
20711 test_catch_syscall_multi_arch.
20712 (test_catch_syscall_multi_arch): New function.
20713
20714 2014-11-20 Doug Evans <xdje42@gmail.com>
20715
20716 * gdb.base/maint.exp: Update expected output.
20717
20718 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
20719
20720 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
20721 4-byte instruction on S390.
20722
20723 2014-11-19 Joel Brobecker <brobecker@adacore.com>
20724
20725 * gdb.ada/arr_arr: New testcase.
20726
20727 2014-11-19 Joel Brobecker <brobecker@adacore.com>
20728
20729 * gdb.ada/pkd_arr_elem: New Testcase.
20730
20731 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
20732
20733 * gdb.reverse/break-precsave: Expect completion message for
20734 core file reads.
20735 * gdb.reverse/consecutive-precsave.exp: Likewise.
20736 * gdb.reverse/finish-precsave.exp: Likewise.
20737 * gdb.reverse/i386-precsave.exp: Likewise.
20738 * gdb.reverse/machinestate-precsave.exp: Likewise.
20739 * gdb.reverse/sigall-precsave.exp: Likewise.
20740 * gdb.reverse/solib-precsave.exp: Likewise.
20741 * gdb.reverse/step-precsave.exp: Likewise.
20742 * gdb.reverse/until-precsave.exp: Likewise.
20743 * gdb.reverse/watch-precsave.exp: Likewise.
20744
20745 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20746
20747 * gdb.base/bp-permanent.c: Include unistd.h.
20748 * gdb.python/py-framefilter-mi.c (main): Add return type.
20749 * gdb.python/py-framefilter.c (main): Likewise.
20750 * gdb.trace/actions-changed.c (main): Likewise.
20751
20752 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20753
20754 * gdb.mi/until.c: Add eye-catchers.
20755 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
20756 line numbers.
20757
20758 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20759
20760 * gdb.base/condbreak.exp: Drop references to removed non-prototype
20761 function header variants in break1.c.
20762 * gdb.base/ena-dis-br.exp: Likewise.
20763 * gdb.base/hbreak2.exp: Likewise.
20764 * gdb.reverse/until-precsave.exp: Drop references to removed
20765 non-prototype function header variants in ur1.c.
20766 * gdb.reverse/until-reverse.exp: Likewise.
20767
20768 2014-11-17 Petr Machata <pmachata@redhat.com>
20769
20770 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
20771 ${_cu_offset_size} bytes abbrev offset.
20772
20773 2014-11-15 Doug Evans <xdje42@gmail.com>
20774
20775 PR symtab/17559
20776 * gdb.base/line-symtabs.exp: New file.
20777 * gdb.base/line-symtabs.c: New file.
20778 * gdb.base/line-symtabs.h: New file.
20779
20780 2014-11-14 Yao Qi <yao@codesourcery.com>
20781
20782 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
20783 (func): Add label func_label.
20784 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
20785 Replace low_pc and high_pc with MACRO_AT_range.
20786 Replace name, low_pc and high_pc with MACRO_AT_func.
20787
20788 2014-11-14 Yao Qi <yao@codesourcery.com>
20789
20790 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
20791 Replace name, low_pc and high_pc with MACRO_AT_func.
20792
20793 2014-11-14 Yao Qi <yao@codesourcery.com>
20794
20795 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
20796 produce debug information.
20797 * gdb.dwarf2/implptr-optimized-out.S: Removed.
20798
20799 2014-11-14 Yao Qi <yao@codesourcery.com>
20800
20801 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
20802 object and get function length.
20803 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
20804 with MACRO_AT_func.
20805 (top-level): Replace gdb_compile and clean_restart with
20806 prepare_for_testing.
20807 * gdb.dwarf2/main.c (main): Add label main_label.
20808
20809 2014-11-14 Yao Qi <yao@codesourcery.com>
20810
20811 * lib/dwarf.exp (function_range): New procedure.
20812 (Dwarf::_handle_macro_at_func): New procedure.
20813 (Dwarf::_handle_macro_at_range): New procedure.
20814 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
20815
20816 2014-11-14 Yao Qi <yao@codesourcery.com>
20817
20818 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
20819 (_handle_attribute): New procedure.
20820
20821 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20822
20823 * gdb.ada/cond_lang/foo.c (callme): Add return type.
20824 * gdb.base/call-sc.c (zed): Likewise.
20825 * gdb.base/checkpoint.c (main): Likewise.
20826 * gdb.base/dump.c (main): Likewise.
20827 * gdb.base/gcore.c (main): Likewise.
20828 * gdb.base/huge.c (main): Likewise.
20829 * gdb.base/multi-forks.c (main): Likewise.
20830 * gdb.base/pr10179-a.c (main): Likewise.
20831 * gdb.base/savedregs.c (main): Likewise.
20832 * gdb.base/sigaltstack.c (main): Likewise.
20833 * gdb.base/siginfo.c (main): Likewise.
20834 * gdb.base/structs.c (zed): Likewise.
20835 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
20836 * gdb.mi/mi-syn-frame.c (main): Likewise.
20837 * gdb.mi/until.c (foo, main): Likewise.
20838 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
20839 * gdb.base/solib-weak.c (foo): Declare.
20840 * gdb.base/attach-twice.c: Include stdio.h.
20841 * gdb.base/weaklib1.c: Likewise.
20842 * gdb.base/weaklib2.c: Likewise.
20843 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
20844 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
20845 unistd.h.
20846 * gdb.base/attach-pie-misread.c: Include stdlib.h.
20847 * gdb.mi/mi-exit-code.c: Likewise.
20848 * gdb.base/break-interp-lib.c: Include string.h.
20849 * gdb.base/coremaker.c: Likewise.
20850 * gdb.base/testenv.c: Likewise.
20851 * gdb.python/py-finish-breakpoint.c: Likewise.
20852 * gdb.base/inferior-died.c: Include sys/wait.h.
20853 * gdb.base/fileio.c: Include time.h.
20854 * gdb.base/async-shell.c: Include unistd.h.
20855 * gdb.base/dprintf-non-stop.c: Likewise.
20856 * gdb.base/info-os.c: Likewise.
20857 * gdb.mi/mi-console.c: Likewise.
20858 * gdb.mi/watch-nonstop.c: Likewise.
20859 * gdb.python/py-events.c: Likewise.
20860 * gdb.base/async.c (baz): Move up before its invocation.
20861 * gdb.base/code_elim2.c (my_global_func): Likewise.
20862 * gdb.base/skip-solib-lib.c (multiply): Likewise.
20863 * gdb.base/advance.c (func2): Likewise.
20864
20865 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20866
20867 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
20868 variant.
20869 * gdb.base/annota3.c: Likewise.
20870 * gdb.base/async.c: Likewise.
20871 * gdb.base/average.c: Likewise.
20872 * gdb.base/call-ar-st.c: Likewise.
20873 * gdb.base/call-rt-st.c: Likewise.
20874 * gdb.base/call-sc.c: Likewise.
20875 * gdb.base/call-strs.c: Likewise.
20876 * gdb.base/ending-run.c: Likewise.
20877 * gdb.base/execd-prog.c: Likewise.
20878 * gdb.base/exprs.c: Likewise.
20879 * gdb.base/foll-exec.c: Likewise.
20880 * gdb.base/foll-fork.c: Likewise.
20881 * gdb.base/foll-vfork.c: Likewise.
20882 * gdb.base/funcargs.c: Likewise.
20883 * gdb.base/gcore.c: Likewise.
20884 * gdb.base/jump.c: Likewise.
20885 * gdb.base/langs0.c: Likewise.
20886 * gdb.base/langs1.c: Likewise.
20887 * gdb.base/langs2.c: Likewise.
20888 * gdb.base/mips_pro.c: Likewise.
20889 * gdb.base/nodebug.c: Likewise.
20890 * gdb.base/opaque0.c: Likewise.
20891 * gdb.base/opaque1.c: Likewise.
20892 * gdb.base/recurse.c: Likewise.
20893 * gdb.base/run.c: Likewise.
20894 * gdb.base/scope0.c: Likewise.
20895 * gdb.base/scope1.c: Likewise.
20896 * gdb.base/setshow.c: Likewise.
20897 * gdb.base/setvar.c: Likewise.
20898 * gdb.base/shmain.c: Likewise.
20899 * gdb.base/shr1.c: Likewise.
20900 * gdb.base/shr2.c: Likewise.
20901 * gdb.base/sigall.c: Likewise.
20902 * gdb.base/signals.c: Likewise.
20903 * gdb.base/so-indr-cl.c: Likewise.
20904 * gdb.base/solib2.c: Likewise.
20905 * gdb.base/structs.c: Likewise.
20906 * gdb.base/sum.c: Likewise.
20907 * gdb.base/vforked-prog.c: Likewise.
20908 * gdb.base/watchpoint.c: Likewise.
20909 * gdb.reverse/shr2.c: Likewise.
20910 * gdb.reverse/until-reverse.c: Likewise.
20911 * gdb.reverse/ur1.c: Likewise.
20912 * gdb.reverse/watch-reverse.c: Likewise.
20913
20914 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20915
20916 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
20917 variant.
20918 * gdb.base/sepdebug.exp: Drop references to removed code.
20919
20920 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20921
20922 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
20923 variant. Preserve original line numbering.
20924 * gdb.base/list1.c: Likewise.
20925
20926 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20927
20928 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
20929 variant.
20930 * gdb.base/break1.c: Likewise.
20931 * gdb.base/break.exp: Drop references to removed code.
20932
20933 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20934
20935 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
20936 variant.
20937
20938 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20939
20940 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
20941
20942 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20943
20944 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
20945 logic into perform_all_tests() and invoke it with and without
20946 function header prototypes.
20947 (do_function_calls): Remove conditional XFAIL for PR 5318.
20948 (rerun_and_prepare): Remove duplicate code.
20949 (perform_all_tests): New. Main logic moved here.
20950
20951 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20952
20953 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
20954 code guarded by #ifdef NO_PROTOTYPES.
20955 (t_double_many_args): Likewise.
20956 (DEF_FUNC_MANY_ARGS_1): Likewise.
20957 (DEF_FUNC_VALUES_1): Likewise.
20958 (t_structs_ldc): Renamed from t_structs_fc in conditional code
20959 guarded by #ifdef PROTOTYPES.
20960
20961 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20962
20963 * gdb.mi/mi-console.c: Add eye-catcher.
20964 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
20965 instead of literal line number.
20966
20967 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20968
20969 * gdb.base/shr2.c: Add eye-catcher.
20970 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
20971 line number.
20972
20973 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20974
20975 * gdb.base/jump.c: Add eye-catchers.
20976 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
20977 numbers.
20978
20979 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20980
20981 * gdb.base/execd-prog.c: Add eye-catchers.
20982 * gdb.base/foll-exec.c: Likewise.
20983 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
20984 line numbers.
20985
20986 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20987
20988 * gdb.base/ending-run.c: Add eye-catchers.
20989 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
20990 literal line numbers.
20991
20992 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20993
20994 * gdb.base/call-rt-st.c: Add eye-catchers.
20995 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
20996 literal line numbers.
20997
20998 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20999
21000 * gdb.base/call-ar-st.c: Add eye-catchers.
21001 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
21002 literal line numbers.
21003
21004 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21005
21006 * gdb.base/average.c: Add eye-catchers.
21007 * gdb.base/sum.c: Likewise.
21008 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
21009 regexps dynamically.
21010
21011 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21012
21013 * gdb.base/solib1.c: Add eye-catchers.
21014 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
21015 literal line numbers.
21016
21017 2014-11-12 Pedro Alves <palves@redhat.com>
21018
21019 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
21020 leader has exited.
21021
21022 2014-11-12 Pedro Alves <palves@redhat.com>
21023
21024 * gdb.arch/i386-bp_permanent.c: New file.
21025 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
21026 (srcfile): Set to i386-bp_permanent.c.
21027 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
21028 that stepi does not execute the 'leave' instruction, instead of
21029 testing it does execute.
21030 * gdb.base/bp-permanent.c: New file.
21031 * gdb.base/bp-permanent.exp: New file.
21032
21033 2014-11-10 Doug Evans <xdje42@gmail.com>
21034
21035 PR symtab/17564
21036 * gdb.base/symtab-search-order.exp: New file.
21037 * gdb.base/symtab-search-order.c: New file.
21038 * gdb.base/symtab-search-order-1.c: New file.
21039 * gdb.base/symtab-search-order-shlib-1.c: New file.
21040
21041 2014-11-07 Pedro Alves <palves@redhat.com>
21042
21043 PR gdb/17511
21044 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
21045 i?86-*-linux*.
21046
21047 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
21048
21049 PR c++/17494
21050 * gdb.cp/pr17494.cc: New file.
21051 * gdb.cp/pr17494.exp: New file.
21052
21053 2014-11-02 Yao Qi <yao@codesourcery.com>
21054
21055 * gdb.python/python.exp: Get working directory and match the
21056 output of "set extended-prompt \\w " with it.
21057
21058 2014-10-30 Doug Evans <dje@google.com>
21059
21060 * gdb.python/py-objfile.exp: Add tests for setting random attributes
21061 in objfiles.
21062 * gdb.python/py-progspace.exp: Add tests for setting random attributes
21063 in progspaces.
21064
21065 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
21066
21067 * gdb.base/fullpath-expand.exp: Skip for a remote host.
21068 * gdb.base/realname-expand.exp: Likewise.
21069 * gdb.linespec/macro-relative.exp: Likewise.
21070
21071 2014-10-29 Pedro Alves <palves@redhat.com>
21072
21073 PR gdb/17408
21074 * gdb.threads/schedlock.c (some_function): New function.
21075 (call_function): New global.
21076 (MAYBE_CALL_SOME_FUNCTION): New macro.
21077 (thread_function): Call it.
21078 * gdb.threads/schedlock.exp (get_args): Add description parameter,
21079 and use it instead of a global counter. Adjust all callers.
21080 (get_current_thread): Use "find current thread" for test message
21081 here rather than having all callers pass down the same string.
21082 (goto_loop): New procedure, factored out from ...
21083 (my_continue): ... this.
21084 (step_ten_loops): Change parameter from test message to command to
21085 use. Adjust.
21086 (list_count): Delete global.
21087 (check_result): New procedure, factored out from duplicate top
21088 level code.
21089 (continue tests): Wrap in with_test_prefix.
21090 (test_step): New procedure, factored out from duplicate top level
21091 code.
21092 (top level): Test "step" in combination with all scheduler-locking
21093 modes. Test "next" in combination with all scheduler-locking
21094 modes, and in combination with stepping over a function call or
21095 not.
21096 * gdb.threads/next-bp-other-thread.c: New file.
21097 * gdb.threads/next-bp-other-thread.exp: New file.
21098
21099 2014-10-29 Pedro Alves <palves@redhat.com>
21100
21101 PR python/17372
21102 * gdb.python/python.exp: Test a multi-line command that spawns
21103 interactive Python.
21104 * gdb.base/multi-line-starts-subshell.exp: New file.
21105
21106 2014-10-29 Yao Qi <yao@codesourcery.com>
21107
21108 * gdb.base/fileio.exp: Make directories on host.
21109
21110 2014-10-29 Yao Qi <yao@codesourcery.com>
21111
21112 * gdb.base/fileio.c (test_write): Close the file.
21113
21114 2014-10-28 Pedro Alves <palves@redhat.com>
21115
21116 PR gdb/12623
21117 * gdb.base/sigstep.c (no_handler): New global.
21118 (main): If 'no_handler is true, set the signal handlers to
21119 SIG_IGN.
21120 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
21121 with_sw_watch and no_handler parameters. Handle them.
21122 (top level) <stepping over handler when stopped at a breakpoint
21123 test>: Add a test axis for testing with a software watchpoint, and
21124 another for testing with the signal handler set to SIG_IGN.
21125 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
21126 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
21127
21128 2014-10-28 Pedro Alves <palves@redhat.com>
21129
21130 PR gdb/17511
21131 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
21132 * gdb.base/sigstep.exp (other_handler_location): New global.
21133 (advance): Support stepping into the signal handler, and running
21134 commands while in the handler.
21135 (in_handler_map): New global.
21136 (top level): In the advance test, add combinations for getting
21137 into the handler with stepping commands, and for running commands
21138 in the handler. Add comment descripting the advancei tests.
21139
21140 2014-10-28 Pedro Alves <palves@redhat.com>
21141
21142 * gdb.base/sigstep.exp: Use build_executable instead of
21143 prepare_for_testing.
21144 (top level): Move code that starts GDB, runs to main and creates a
21145 display to ...
21146 (restart): ... this new procedure.
21147 (top level): Move backtrace from signal handler test to ...
21148 (validate_backtrace): ... this new procedure.
21149 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
21150 with_test_prefix. Always restart GDB.
21151 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
21152 with_test_prefix. Always restart GDB. No need to delete
21153 breakpoints after the test.
21154 (test_skip_handler): Remove prefix parameter.
21155 (skip_over_handler, breakpoint_to_handler)
21156 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
21157 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
21158 restart GDB. No need to delete breakpoints after the test.
21159 (top level): Use foreach to call the test procedures with
21160 different commands.
21161
21162 2014-10-28 Pedro Alves <palves@redhat.com>
21163
21164 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
21165 instead of GNATS numbers.
21166 * gdb.base/sigbpt.exp: Likewise.
21167 * gdb.base/siginfo.exp: Likewise.
21168 * gdb.base/sigstep.exp: Likewise.
21169
21170 2014-10-27 Pedro Alves <palves@redhat.com>
21171
21172 * gdb.base/sigstep.c (dummy): New global.
21173 (main): Issue a couple writes to the new global.
21174 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
21175 procedures.
21176 (skip_over_handler): Use test_skip_handler.
21177 (top level): Call skip_over_handler for stepi and nexti too.
21178 (breakpoint_over_handler): Use test_skip_handler.
21179 (top level): Call breakpoint_over_handler for stepi and nexti too.
21180
21181 2014-10-27 Yao Qi <yao@codesourcery.com>
21182
21183 * gdb.trace/tfile.c (adjust_function_address)
21184 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
21185 function descriptor.
21186
21187 2014-10-24 Don Breazeal <donb@codesourcery.com>
21188
21189 * gdb.base/foll-fork.exp (test_follow_fork,
21190 catch_fork_child_follow): Check for updated fork messages emitted
21191 from infrun.c.
21192 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
21193 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
21194 vfork_and_exec_child_follow_through_step): Check for updated vfork
21195 messages emitted from infrun.c.
21196
21197 2014-10-24 Pedro Alves <palves@redhat.com>
21198
21199 * gdb.base/corefile.exp: Remove references to ultrix.
21200 * gdb.base/interrupt.exp: Likewise.
21201 * gdb.base/whatis.exp: Likewise.
21202 * gdb.gdb/selftest.exp: Likewise.
21203 * gdb.threads/manythreads.exp: Likewise.
21204 * gdb.threads/print-threads.exp: Likewise.
21205 * gdb.threads/pthreads.exp:: Likewise.
21206 * gdb.threads/schedlock.exp: Likewise.
21207
21208 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
21209
21210 * gdb.cp/non-trivial-retval.cc: Add a test case.
21211 * gdb.cp/non-trivial-retval.exp: Add a test.
21212
21213 2014-10-20 Yao Qi <yao@codesourcery.com>
21214
21215 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
21216 * gdb.python/py-objfile-script-gdb.py: New file.
21217 * gdb.python/py-objfile-script.exp: Update reference to
21218 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
21219 of remote_download. Remove the dest file.
21220
21221 2014-10-20 Yao Qi <yao@codesourcery.com>
21222
21223 * gdb.base/checkpoint.exp: Don't remove file copied on host.
21224 * gdb.base/step-line.exp: Likewise.
21225 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
21226 * gdb.dwarf2/dw2-basic.exp: Likewise.
21227 * gdb.dwarf2/dw2-compressed.exp: Likewise.
21228 * gdb.dwarf2/dw2-filename.exp: Likewise.
21229 * gdb.dwarf2/dw2-intercu.exp: Likewise.
21230 * gdb.dwarf2/dw2-intermix.exp: Likewise.
21231 * gdb.dwarf2/dw2-producer.exp: Likewise.
21232 * gdb.dwarf2/mac-fileno.exp: Likewise.
21233 * gdb.python/py-frame-args.exp: Likewise.
21234 * gdb.python/py-framefilter.exp: Likewise.
21235 * gdb.python/py-mi.exp: Likewise.
21236 * gdb.python/py-objfile-script.exp: Likewise
21237 * gdb.python/py-pp-integral.exp: Likewise.
21238 * gdb.python/py-pp-re-notag.exp: Likewise.
21239 * gdb.python/py-prettyprint.exp: Likewise.
21240 * gdb.python/py-section-script.exp: Likewise.
21241 * gdb.python/py-typeprint.exp: Likewise.
21242 * gdb.python/py-xmethods.exp: Likewise.
21243 * gdb.stabs/weird.exp: Likewise.
21244 * gdb.xml/tdesc-regs.exp: Likewise.
21245
21246 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
21247
21248 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
21249 (out_cu): Use addr_len for the size of addresses.
21250 (out_line): Likewise. Size DW_LNE_set_address instruction
21251 according to addr_len.
21252 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
21253 (FUNC): Add START_INSNS to definition.
21254
21255 2014-10-18 Yao Qi <yao@codesourcery.com>
21256
21257 * gdb.base/argv0-symlink.exp: Check argv[0] value if
21258 gdb_has_argv0 return true.
21259 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
21260 check [target_info exists noargs], check [gdb_has_argv0]
21261 instead.
21262 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21263 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
21264 procedures.
21265
21266 2014-10-17 Doug Evans <dje@google.com>
21267
21268 * gdb.python/py-events.exp: Update expected output for clear_objfiles
21269 event.
21270 * gdb.python/py-events.py: Add clear_objfiles event.
21271
21272 2014-10-17 Doug Evans <dje@google.com>
21273
21274 * gdb.python/py-objfile.exp: Test progspace attribute.
21275
21276 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
21277
21278 * gdb.guile/scm-breakpoint.exp: Do not assume any
21279 directory separators when matching source file paths.
21280 * gdb.python/py-breakpoint.exp: Likewise.
21281 * gdb.reverse/break-precsave.exp: Likewise.
21282 * gdb.reverse/break-reverse.exp: Likewise.
21283 * gdb.reverse/consecutive-precsave.exp: Likewise.
21284 * gdb.reverse/finish-precsave.exp: Likewise.
21285 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
21286 * gdb.reverse/finish-reverse.exp: Likewise.
21287 * gdb.reverse/i386-precsave.exp: Likewise.
21288 * gdb.reverse/i387-env-reverse.exp: Likewise.
21289 * gdb.reverse/i387-stack-reverse.exp: Likewise.
21290 * gdb.reverse/machinestate-precsave.exp: Likewise.
21291 * gdb.reverse/machinestate.exp: Likewise.
21292 * gdb.reverse/sigall-precsave.exp: Likewise.
21293 * gdb.reverse/solib-precsave.exp: Likewise.
21294 * gdb.reverse/step-precsave.exp: Likewise.
21295 * gdb.reverse/until-precsave.exp: Likewise.
21296 * gdb.reverse/watch-precsave.exp: Likewise.
21297 * gdb.reverse/watch-reverse.exp: Likewise.
21298
21299 2014-10-17 Yao Qi <yao@codesourcery.com>
21300
21301 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
21302 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
21303
21304 2014-10-17 Pedro Alves <palves@redhat.com>
21305
21306 PR gdb/17471
21307 * gdb.base/bg-execution-repeat.c: New file.
21308 * gdb.base/bg-execution-repeat.exp: New file.
21309
21310 2014-10-17 Pedro Alves <palves@redhat.com>
21311
21312 PR gdb/17300
21313 * gdb.base/continue-all-already-running.c: New file.
21314 * gdb.base/continue-all-already-running.exp: New file.
21315
21316 2014-10-17 Pedro Alves <palves@redhat.com>
21317
21318 PR gdb/17472
21319 * gdb.base/annota-input-while-running.c: New file.
21320 * gdb.base/annota-input-while-running.exp: New file.
21321
21322 2014-10-17 Pedro Alves <palves@redhat.com>
21323
21324 * gdb.base/callfuncs.exp: emove references to osf.
21325 * gdb.base/sigall.exp: Likewise.
21326 * gdb.gdb/selftest.exp: Likewise.
21327 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
21328 * gdb.mi/non-stop.c: Likewise.
21329 * gdb.mi/pthreads.c: Likewise.
21330 * gdb.reverse/sigall-precsave.exp: Likewise.
21331 * gdb.reverse/sigall-reverse.exp: Likewise.
21332 * gdb.threads/pthreads.c: Likewise.
21333 * gdb.threads/pthreads.exp: Likewise.
21334
21335 2014-10-17 Yao Qi <yao@codesourcery.com>
21336
21337 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
21338 check 'target_info exists noargs'.
21339 (test_command_prompt_position): Likewise.
21340 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
21341 Remove "set args".
21342 (progvar_simple_while_test): Likewise.
21343 (progvar_complex_if_while_test): Likewise.
21344 (if_while_breakpoint_command_test): Likewise.
21345 (infrun_breakpoint_command_test): Likewise.
21346 (breakpoint_command_test): Likewise.
21347 (watchpoint_command_test): Likewise.
21348 (bp_deleted_in_command_test): Likewise.
21349 (temporary_breakpoint_commands): Likewise.
21350
21351 2014-10-16 Yao Qi <yao@codesourcery.com>
21352
21353 * gdb.base/remotetimeout.exp: Remove noargs checking.
21354
21355 2014-10-15 Pedro Alves <palves@redhat.com>
21356
21357 PR breakpoints/9649
21358 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
21359 * gdb.base/breakpoint-in-ro-region.exp
21360 (probe_target_hardware_step): New procedure.
21361 (top level): Probe hardware stepping and hardware breakpoint
21362 support. Test stepping through a read-only region, with both
21363 "breakpoint auto-hw" on and off and both "always-inserted" on and
21364 off.
21365
21366 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
21367
21368 * gdb.dlang/demangle.exp: Update for demangling changes.
21369
21370 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
21371
21372 * gdb.cp/non-trivial-retval.cc: Add new test cases.
21373 * gdb.cp/non-trivial-retval.exp: Add new tests.
21374
21375 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
21376
21377 PR c++/13403
21378 PR c++/15154
21379 * gdb.cp/non-trivial-retval.cc: New file.
21380 * gdb.cp/non-trivial-retval.exp: New file.
21381
21382 2014-10-15 Yao Qi <yao@codesourcery.com>
21383
21384 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
21385 remote host.
21386
21387 2014-10-15 Yao Qi <yao@codesourcery.com>
21388
21389 * gdb.python/py-symbol.exp: Match file base name if host is
21390 remote, otherwise match file name with dir name.
21391 * gdb.python/py-symtab.exp: Likewise.
21392 * gdb.python/python.exp: Likewise.
21393
21394 2014-10-15 Yao Qi <yao@codesourcery.com>
21395
21396 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
21397 pattern.
21398 * gdb.python/py-symtab.exp: Likewise.
21399 * gdb.python/python.exp: Remove trailing ".*". Fix typo
21400 locationn.
21401
21402 2014-10-14 Joel Brobecker <brobecker@adacore.com>
21403
21404 * gdb.ada/addr_arith: New testcase.
21405
21406 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
21407
21408 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
21409 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
21410 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
21411 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
21412
21413 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
21414
21415 * gdb.arch/stap-eval-lang-ada.S: Likewise.
21416 * gdb.arch/stap-eval-lang-ada.c: Likewise.
21417 * gdb.arch/stap-eval-lang-ada.exp: New file.
21418
21419 2014-10-14 Yao Qi <yao@codesourcery.com>
21420
21421 * gdb.mi/mi-var-child.c (nothing1): New function.
21422 (nothing2): New function.
21423 (do_children_tests): Set function pointers by nothing1 and
21424 nothing2.
21425 * gdb.mi/mi-var-child.exp: Step over new added statements.
21426 Update test to match the new output.
21427 * gdb.mi/var-cmd.c (nothing1): New function.
21428 (nothing2): New function.
21429 (do_children_tests): Set function pointers by nothing1 and
21430 nothing2.
21431 * gdb.mi/mi-var-display.exp: Update test to match output.
21432 Step to the line specified by $line_dct_nothing.
21433 Increase the number of lines to step.
21434
21435 2014-10-14 Yao Qi <yao@codesourcery.com>
21436
21437 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
21438 tests.
21439 * gdb.mi/mi2-var-child.exp: Likewise.
21440
21441 2014-10-13 Doug Evans <dje@google.com>
21442
21443 * gdb.python/py-objfile.exp: Change name of file name test.
21444
21445 2014-10-13 Doug Evans <dje@google.com>
21446
21447 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
21448 from the start of the CU.
21449
21450 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
21451 Yao Qi <yao@codesourcery.com>
21452
21453 Fix "save breakpoints" for "catch" command.
21454 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
21455 Remove -nonewline. Match also the added "main" line.
21456
21457 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21458
21459 Fix "save breakpoints" for "disable $bpnum" command.
21460 * gdb.base/save-bp.c (main): Add label.
21461 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
21462
21463 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21464
21465 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
21466
21467 2014-10-11 Yao Qi <yao@codesourcery.com>
21468
21469 * gdb.server/server-kill.exp: Execute command
21470 "set remote trace-status-packet on" before "tstatus".
21471
21472 2014-10-11 Yao Qi <yao@codesourcery.com>
21473
21474 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
21475 (main): Call getppid.
21476 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
21477 and continue to it. Read variable "server_pid".
21478
21479 2014-10-11 Yao Qi <yao@codesourcery.com>
21480
21481 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
21482
21483 2014-10-11 Yao Qi <yao@codesourcery.com>
21484
21485 * gdb.threads/thread-find.exp: Don't execute command
21486 "info threads".
21487 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
21488 * gdb.threads/linux-dp.exp: Don't check the condition
21489 $threads_created equals to zero.
21490
21491 2014-10-10 Pedro Alves <palves@redhat.com>
21492
21493 * gdb.base/bigcore.exp: Remove references to IRIX.
21494 * gdb.base/funcargs.exp: Likewise.
21495 * gdb.base/interrupt.exp: Likewise.
21496 * gdb.base/mips_pro.exp: Likewise.
21497 * gdb.base/nodebug.exp: Likewise.
21498 * gdb.base/setvar.exp: Likewise.
21499 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
21500
21501 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
21502 Pedro Alves <palves@redhat.com>
21503
21504 PR symtab/14466
21505 * gdb.base/vdso-warning.c: New file.
21506 * gdb.base/vdso-warning.exp: New file.
21507
21508 2014-10-02 Doug Evans <dje@google.com>
21509
21510 * gdb.base/structs.c (main): Don't run forever.
21511
21512 2014-10-02 Pedro Alves <palves@redhat.com>
21513
21514 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
21515 (top level) <stop threads 1, stop threads 2>: Use it.
21516
21517 2014-10-02 Pedro Alves <palves@redhat.com>
21518
21519 * gdb.threads/break-while-running.exp (test): Add new
21520 'update_thread_list' argument. Skip "info threads" if false.
21521 (top level): Add new 'update_thread_list' axis.
21522
21523 2014-10-02 Pedro Alves <palves@redhat.com>
21524
21525 PR breakpoints/17431
21526 * gdb.base/execl-update-breakpoints.c: New file.
21527 * gdb.base/execl-update-breakpoints.exp: New file.
21528
21529 2014-10-01 Pedro Alves <palves@redhat.com>
21530
21531 * gdb.base/breakpoint-in-ro-region.c: New file.
21532 * gdb.base/breakpoint-in-ro-region.exp: New file.
21533
21534 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
21535
21536 * gdb.mi/mi-exit-code.exp: New file.
21537 * gdb.mi/mi-exit-code.c: New file.
21538
21539 2014-09-30 Yao Qi <yao@codesourcery.com>
21540
21541 * lib/prelink-support.exp (build_executable_own_libs): Error if
21542 the target isn't native.
21543
21544 2014-09-30 Yao Qi <yao@codesourcery.com>
21545
21546 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
21547 false.
21548
21549 2014-09-22 Pedro Alves <palves@redhat.com>
21550
21551 * gdb.threads/break-while-running.exp: New file.
21552 * gdb.threads/break-while-running.c: New file.
21553
21554 2014-09-19 Yao Qi <yao@codesourcery.com>
21555
21556 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
21557 Invoke test. Restart GDB with --readnow and invoke test again.
21558
21559 2014-09-19 Yao Qi <yao@codesourcery.com>
21560
21561 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
21562 proc set_breakpoint_on_gcd_function. Invoke
21563 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
21564 invoke set_breakpoint_on_gcd_function again.
21565
21566 2014-09-18 Doug Evans <dje@google.com>
21567
21568 * gdb.dwarf2/symtab-producer.exp: New file.
21569
21570 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
21571
21572 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
21573 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
21574 * gdb.base/global-var-nested-by-dso.c: Likewise.
21575 * gdb.base/global-var-nested-by-dso.exp: Likewise.
21576
21577 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
21578 Pedro Alves <palves@redhat.com>
21579
21580 * gdb.base/watch-bitfields.exp: Pass string other than test file
21581 name to prepare_for_testing.
21582 (watch): New procedure.
21583 (expect_watchpoint): Use with_test_prefix.
21584 (top level): Factor out tests to ...
21585 (test_watch_location, test_regular_watch): ... these new
21586 procedures, and use with_test_prefix and gdb_continue_to_end.
21587
21588 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
21589
21590 PR breakpoints/12526
21591 * gdb.base/watch-bitfields.exp: New file.
21592 * gdb.base/watch-bitfields.c: New file.
21593
21594 2014-09-16 Pedro Alves <palves@redhat.com>
21595
21596 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
21597 software and hardware addresses, not software address against
21598 itself.
21599
21600 2014-09-16 Pedro Alves <palves@redhat.com>
21601
21602 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
21603 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
21604
21605 2014-09-16 Pedro Alves <palves@redhat.com>
21606
21607 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
21608 files.
21609 * gdb.base/a2-run.exp: Remove all code guarded by istarget
21610 "*-*-vxworks*" throughout.
21611 * gdb.base/break.exp: Likewise.
21612 * gdb.base/default.exp: Likewise.
21613 * gdb.base/scope.exp: Likewise.
21614 * gdb.base/sepdebug.exp: Likewise.
21615 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
21616 throughout.
21617 * gdb.base/run.c: Likewise.
21618 * gdb.base/sepdebug.c: Likewise.
21619 * gdb.hp/gdb.aCC/run.c: Likewise.
21620 * gdb.reverse/until-reverse.c: Likewise.
21621 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
21622
21623 2014-09-16 Yao Qi <yao@codesourcery.com>
21624
21625 * boards/local-remote-host-native.exp: New file.
21626
21627 2014-09-14 Doug Evans <xdje42@gmail.com>
21628
21629 * gdb.threads/queue-signal.c (thread_count): New variable.
21630 (thread_count_mutex, thread_count_condvar): New variables.
21631 (incr_thread_count, wait_all_threads_running): New functions.
21632 (main): Wait for all threads to be in their thread functions.
21633
21634 2014-09-13 Doug Evans <xdje42@gmail.com>
21635
21636 * gdb.threads/queue-signal.c: New file.
21637 * gdb.threads/queue-signal.exp: New file.
21638
21639 2014-09-13 Doug Evans <xdje42@gmail.com>
21640
21641 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
21642 be consistent with what default_gdb_init uses.
21643 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
21644 the plain text of the prompt. Add some logging printfs.
21645 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
21646
21647 2014-09-12 Pedro Alves <palves@redhat.com>
21648
21649 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
21650 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
21651 * gdb.arch/i386-size-overlap.exp: Likewise.
21652 * gdb.arch/i386-size.exp: Likewise.
21653 * gdb.arch/i386-unwind.exp: Likewise.
21654 * gdb.base/a2-run.exp: Likewise.
21655 * gdb.base/break.exp: Likewise.
21656 * gdb.base/charset.exp: Likewise.
21657 * gdb.base/chng-syms.exp: Likewise.
21658 * gdb.base/commands.exp: Likewise.
21659 * gdb.base/dbx.exp: Likewise.
21660 * gdb.base/find.exp: Likewise.
21661 * gdb.base/funcargs.exp: Likewise.
21662 * gdb.base/jit-simple.exp: Likewise.
21663 * gdb.base/reread.exp: Likewise.
21664 * gdb.base/sepdebug.exp: Likewise.
21665 * gdb.base/step-bt.exp: Likewise.
21666 * gdb.cp/mb-inline.exp: Likewise.
21667 * gdb.cp/mb-templates.exp: Likewise.
21668 * gdb.objc/basicclass.exp: Likewise.
21669 * gdb.threads/killed.exp: Likewise.
21670
21671 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21672
21673 PR tdep/17379
21674 * gdb.arch/powerpc-stackless.S: New file.
21675 * gdb.arch/powerpc-stackless.exp: New file.
21676
21677 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21678
21679 * gdb.base/attach.c: Include unistd.h.
21680 (main): Call alarm. Add label postloop.
21681 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
21682 gdb_breakpoint, gdb_continue_to_breakpoint.
21683 (test_command_line_attach_run): Kill ${testpid} in one exit path.
21684
21685 2014-09-11 Pedro Alves <palves@redhat.com>
21686
21687 PR gdb/17347
21688 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
21689 * gdb.base/attach.exp (test_command_line_attach_run): New
21690 procedure.
21691 (top level): Call it.
21692
21693 2014-09-11 Pedro Alves <palves@redhat.com>
21694
21695 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
21696 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
21697 (do_command_attach_tests): Use spawn_wait_for_attach.
21698 * gdb.base/solib-overlap.exp: Likewise.
21699 * gdb.multi/multi-attach.exp: Likewise.
21700 * gdb.python/py-prompt.exp: Likewise.
21701 * gdb.python/py-sync-interp.exp: Likewise.
21702 * gdb.server/ext-attach.exp: Likewise.
21703
21704 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
21705
21706 * gdb.fortran/array-element.exp: Remove unexpected "continue"
21707 command in testcase. Simplify testcase.
21708
21709 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21710
21711 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
21712
21713 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21714
21715 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
21716
21717 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21718
21719 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
21720
21721 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21722
21723 * gdb.dwarf2/dynarr-ptr.c: New file.
21724 * gdb.dwarf2/dynarr-ptr.exp: New file.
21725
21726 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21727
21728 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
21729 of 30 rather than hardcoding 120 for a slow test case. Take the
21730 `gdb,timeout' target setting into account for this calculation.
21731 Don't extend the timeout for the test cases that don't need it.
21732
21733 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21734
21735 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
21736 a factor of 2 for a slow test case. Take the `gdb,timeout'
21737 target setting into account for this calculation.
21738 * gdb.reverse/until-precsave.exp: Increase the timeout by
21739 a factor of 15 and 3 respectively rather than adding 120
21740 for a pair of slow test cases. Take the `gdb,timeout'
21741 target setting into account for this calculation.
21742
21743 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21744
21745 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
21746 timeout, don't pass one down to gdb_expect.
21747 (gdb_expect): Rework timeout selection.
21748
21749 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21750
21751 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
21752 exception on timeout.
21753 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
21754 (gdbserver_start_extended): Catch any `gdbserver_start' error
21755 exceptions.
21756 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
21757 * lib/mi-support.exp (mi_gdb_target_load): Catch any
21758 `gdbserver_gdb_load' error exceptions.
21759
21760 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21761
21762 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
21763 120 on waiting for the TCP socket to open.
21764
21765 2014-09-09 Doug Evans <xdje42@gmail.com>
21766
21767 * gdb.base/default.exp (show_conv_list): Add _caller_is,
21768 _caller_matches, _any_caller_is, _any_caller_matches.
21769
21770 2014-09-09 Doug Evans <xdje42@gmail.com>
21771
21772 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
21773
21774 2014-09-09 Yao Qi <yao@codesourcery.com>
21775
21776 * gdb.mi/mi-var-display.exp: Set print symbol off.
21777
21778 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
21779
21780 PR gdb/17035
21781 * gdb.base/commands.exp: Add tests to verify user-defined
21782 commands with empty bodies.
21783 * gdb.python/py-cmd.exp: Test that we don't show user-defined
21784 python commands in `show user command`.
21785 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
21786 scheme commands in `show user command`.
21787
21788 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21789
21790 PR python/17355
21791 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
21792 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
21793 * gdb.python/py-framefilter-invalidarg.exp: New file.
21794 * gdb.python/py-framefilter-invalidarg.py: New file.
21795
21796 2014-09-06 Doug Evans <xdje42@gmail.com>
21797
21798 PR 15276
21799 * gdb.python/py-caller-is.c: New file.
21800 * gdb.python/py-caller-is.exp: New file.
21801
21802 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
21803
21804 PR gdb/17235
21805 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
21806 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
21807
21808 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
21809
21810 PR fortran/17237
21811 * gdb.fortran/print-formatted.exp: New file.
21812 * gdb.fortran/print-formatted.f90: Likewise.
21813
21814 2014-09-03 Sasha Smundak <asmundak@google.com>
21815
21816 * gdb.python/py-frame.exp: Test Frame.read_register.
21817
21818 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
21819
21820 PR python/16699
21821 * gdb.python/py-completion.exp: New file.
21822 * gdb.python/py-completion.py: Likewise.
21823
21824 2014-08-28 Doug Evans <dje@google.com>
21825
21826 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
21827 eax,etc. are live with values set by gdb and thus the compiler can't
21828 use them.
21829 * gdb.arch/i386-pseudo.c (main): Ditto.
21830
21831 2014-08-27 Doug Evans <dje@google.com>
21832
21833 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
21834
21835 2014-08-25 Doug Evans <dje@google.com>
21836
21837 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
21838 (main): Ditto.
21839
21840 2014-08-25 Doug Evans <dje@google.com>
21841
21842 * gdb.threads/thread-execl.exp: #include <stdio.h>.
21843
21844 2014-08-24 Yao Qi <yao@codesourcery.com>
21845
21846 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
21847 symbol off.
21848 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
21849
21850 2014-08-22 Doug Evans <dje@google.com>
21851
21852 PR 17276
21853 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
21854 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
21855 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
21856
21857 2014-08-22 Yao Qi <yao@codesourcery.com>
21858
21859 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
21860 * gdb.python/py-finish-breakpoint2.exp: Likewise.
21861 * gdb.python/python.exp: Likewise. Use .py file on the host
21862 instead of the build.
21863
21864 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
21865
21866 * gdb.threads/gcore-stale-thread.c: New file.
21867 * gdb.threads/gcore-stale-thread.exp: New file.
21868
21869 2014-08-21 Pedro Alves <palves@redhat.com>
21870
21871 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
21872 * gdb.base/gcore-relro-pie.exp: Likewise.
21873 * gdb.base/gcore-relro.exp: Likewise.
21874 * gdb.base/gcore.exp: Likewise.
21875 * gdb.base/print-symbol-loading.exp: Likewise.
21876 * gdb.threads/gcore-thread.exp: Likewise.
21877 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
21878
21879 2014-08-20 Pedro Alves <palves@redhat.com>
21880 Jan Kratochvil <jan.kratochvil@redhat.com>
21881
21882 * Makefile.in (EXTRA_RULES, CC): New variables, get from
21883 configure.
21884 (EXPECT): Handle READ1 being set.
21885 (all): Depend on EXTRA_RULES.
21886 (check-read1, expect-read1, read1.so, read1): New rules.
21887 * README (Testsuite Parameters): Document the READ1 make variable.
21888 (Race detection): New section.
21889 * configure: Regenerate.
21890 * configure.ac: If build==host==target, and running under a
21891 GNU/glibc system, add read1 to the extra Makefile rules.
21892 (EXTRA_RULES): AC_SUBST it.
21893 * lib/read1.c: New file.
21894
21895 2014-08-20 Joel Brobecker <brobecker@adacore.com>
21896
21897 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
21898 the handling of variables declared as a typedef to an array
21899 which a DW_AT_data_location attribute.
21900
21901 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
21902 Pedro Alves <palves@redhat.com>
21903
21904 PR symtab/14604
21905 PR symtab/14605
21906 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
21907 gdb_test.
21908
21909 2014-08-19 Pedro Alves <palves@redhat.com>
21910
21911 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
21912
21913 2014-08-19 Yao Qi <yao@codesourcery.com>
21914
21915 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
21916 right line.
21917
21918 2014-08-18 David Blaikie <dblaikie@gmail.com>
21919
21920 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
21921
21922 2014-08-18 Joel Brobecker <brobecker@adacore.com>
21923
21924 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
21925 attribute in array range.
21926
21927 2014-08-18 Joel Brobecker <brobecker@adacore.com>
21928
21929 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
21930
21931 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21932
21933 PR c++/17132
21934 * gdb.cp/pr17132.cc: New file.
21935 * gdb.cp/pr17132.exp: New file.
21936
21937 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21938
21939 * gdb.python/py-xmethods.py (A_getarrayind)
21940 (E_method_char_worker.__call__, E_method_int_worker.__call__):
21941 Use 'print' with function call syntax.
21942 (E_method_matcher.match): Fix tab vs space indentation mixup.
21943
21944 2014-08-15 Yao Qi <yao@codesourcery.com>
21945
21946 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
21947 false.
21948
21949 2014-08-15 Yao Qi <yao@codesourcery.com>
21950
21951 * gdb.cp/casts.exp: Set print symbol off.
21952 * gdb.cp/class2.exp: Likewise.
21953 * gdb.cp/overload.exp: Likewise.
21954 * gdb.cp/templates.exp: Likewise.
21955
21956 2014-08-11 Doug Evans <dje@google.com>
21957
21958 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
21959 (test_load_shlib): Update.
21960
21961 2014-08-09 Yao Qi <yao@codesourcery.com>
21962
21963 * gdb.base/display.exp: Invoke is_address_zero_readable.
21964 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
21965 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21966 * gdb.base/hbreak-unmapped.exp: Return if
21967 is_address_zero_readable returns true.
21968 * gdb.base/signest.exp: Likewise.
21969 * gdb.base/signull.exp: Likewise.
21970 * gdb.base/sigbpt.exp: Likewise.
21971 * gdb.guile/scm-disasm.exp: Do the test if
21972 is_address_zero_readable returns false.
21973 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
21974 * gdb.python/py-arch.exp: Likewise.
21975 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
21976 * lib/gdb.exp (is_address_zero_readable): New proc.
21977
21978 2014-08-09 Yao Qi <yao@codesourcery.com>
21979
21980 PR testsuite/13443
21981 * gdb.mi/mi-var-display.exp: Make test messages unique.
21982
21983 2014-08-04 Tom Tromey <tromey@redhat.com>
21984
21985 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
21986 target 0".
21987
21988 2014-08-04 Tom Tromey <tromey@redhat.com>
21989
21990 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
21991 "target_resume".
21992
21993 2014-08-01 Joel Brobecker <brobecker@adacore.com>
21994
21995 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
21996 inner_vla_struct_object_size.
21997 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
21998 as xfail.
21999
22000 2014-07-30 Pedro Alves <palves@redhat.com>
22001
22002 * gdb.threads/signal-command-handle-nopass.exp (test): Add
22003 comment.
22004
22005 2014-07-29 Yao Qi <yao@codesourcery.com>
22006
22007 PR gdb/17206
22008 * gdb.base/until-nodebug.exp: New.
22009
22010 2014-07-28 Doug Evans <xdje42@gmail.com>
22011
22012 PR guile/17203
22013 * gdb.guile/scm-parameter.exp: Add tests for trying to create
22014 previously existing parameter, and previously ambiguously spelled
22015 parameter.
22016
22017 2014-07-28 Will Newton <will.newton@linaro.org>
22018
22019 * gdb.base/varargs.exp: Remove KFAILs for ARM.
22020
22021 2014-07-26 Ludovic Courtès <ludo@gnu.org>
22022 Doug Evans <xdje42@gmail.com>
22023
22024 PR guile/17146
22025 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
22026
22027 2014-07-25 Pedro Alves <palves@redhat.com>
22028
22029 * gdb.threads/signal-command-handle-nopass.c: New file.
22030 * gdb.threads/signal-command-handle-nopass.exp: New file.
22031 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
22032 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
22033 * gdb.threads/signal-delivered-right-thread.c: New file.
22034 * gdb.threads/signal-delivered-right-thread.exp: New file.
22035
22036 2014-07-25 Pedro Alves <palves@redhat.com>
22037
22038 * gdb.base/double-prompt-target-event-error.exp
22039 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
22040 match.
22041 (cancel_pagination_in_target_event): Rework double prompt
22042 detection.
22043 * gdb.base/paginate-after-ctrl-c-running.exp
22044 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
22045 <return>' match.
22046 * gdb.base/paginate-bg-execution.exp
22047 (test_bg_execution_pagination_return)
22048 (test_bg_execution_pagination_cancel): Remove '-notransfer
22049 <return>' matches.
22050 * gdb.base/paginate-execution-startup.exp
22051 (test_fg_execution_pagination_return)
22052 (test_fg_execution_pagination_cancel): Remove '-notransfer
22053 <return>' matches.
22054 * gdb.base/paginate-inferior-exit.exp
22055 (test_paginate_inferior_exited): Remove '-notransfer <return>'
22056 match.
22057 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
22058 * lib/gdb.exp (pagination_prompt): Run text through
22059 string_to_regexp.
22060 (gdb_test_multiple): Match $pagination_prompt instead of
22061 "<return>".
22062 (string_to_regexp): Move to lib/gdb-utils.exp.
22063
22064 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
22065
22066 * gdb.arch/amd64-entry-value-paramref.S: New file.
22067 * gdb.arch/amd64-entry-value-paramref.cc: New file.
22068 * gdb.arch/amd64-entry-value-paramref.exp: New file.
22069 * gdb.arch/amd64-optimout-repeat.S: New file.
22070 * gdb.arch/amd64-optimout-repeat.c: New file.
22071 * gdb.arch/amd64-optimout-repeat.exp: New file.
22072
22073 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
22074
22075 PR gdb/17170
22076 * gdb.base/statistics.exp: New file.
22077
22078 2014-07-17 Doug Evans <dje@google.com>
22079
22080 PR gdb/17170
22081 * gdb.base/maint.exp: Update testing of per-command stats.
22082
22083 2014-07-16 Pedro Alves <palves@redhat.com>
22084
22085 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
22086 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
22087 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
22088 (tfile_write_buf): New functions.
22089 (add_memory_block): Rewrite using the above.
22090 (adjust_function_address): New function.
22091 (FUNCTION_ADDRESS): New macro.
22092 (write_basic_trace_file): Remove short_x local, and use
22093 tfile_write_16. Change type of func_addr local to unsigned long
22094 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
22095 here. Cast argument of add_memory_block to char pointer.
22096 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
22097 (main): Remove parameters.
22098 * gdb.trace/tfile.exp: Remove nowarnings.
22099
22100 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
22101
22102 * gdb.base/debug-expr.exp: Test string evaluation with
22103 "debug expression" on.
22104
22105 2014-07-15 Pedro Alves <palves@redhat.com>
22106
22107 * gdb.base/reread.exp: Use clean_restart.
22108
22109 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
22110
22111 * gdb.arch/avr-flash-qualifer.c: New.
22112 * gdb.arch/avr-flash-qualifer.exp: New.
22113
22114 2014-07-14 Pedro Alves <palves@redhat.com>
22115
22116 * gdb.base/paginate-after-ctrl-c-running.c: New file.
22117 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
22118
22119 2014-07-14 Pedro Alves <palves@redhat.com>
22120
22121 * gdb.base/double-prompt-target-event-error.c: New file.
22122 * gdb.base/double-prompt-target-event-error.exp: New file.
22123
22124 2014-07-14 Pedro Alves <palves@redhat.com>
22125
22126 PR gdb/17072
22127 * gdb.base/paginate-inferior-exit.c: New file.
22128 * gdb.base/paginate-inferior-exit.exp: New file.
22129
22130 2014-07-14 Pedro Alves <palves@redhat.com>
22131
22132 PR gdb/17072
22133 * gdb.base/paginate-bg-execution.c: New file.
22134 * gdb.base/paginate-bg-execution.exp: New file.
22135
22136 2014-07-14 Pedro Alves <palves@redhat.com>
22137
22138 PR gdb/17072
22139 * gdb.base/paginate-execution-startup.c: New file.
22140 * gdb.base/paginate-execution-startup.exp: New file.
22141 * lib/gdb.exp (pagination_prompt): New global.
22142 (default_gdb_spawn): New procedure, factored out from
22143 default_gdb_spawn.
22144 (default_gdb_start): Adjust to call default_gdb_spawn.
22145 (gdb_spawn): New procedure.
22146
22147 2014-07-14 Pedro Alves <palves@redhat.com>
22148
22149 * lib/gdb.exp (gdb_assert): New procedure.
22150 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
22151
22152 2014-07-14 Pedro Alves <palves@redhat.com>
22153
22154 * gdb.base/execution-termios.c: New file.
22155 * gdb.base/execution-termios.exp: New file.
22156
22157 2014-07-14 Tom Tromey <tromey@redhat.com>
22158
22159 * gdb.cp/vla-cxx.cc: New file.
22160 * gdb.cp/vla-cxx.exp: New file.
22161
22162 2014-07-14 Tom Tromey <tromey@redhat.com>
22163
22164 * gdb.reverse/rerun-prec.c: New file.
22165 * gdb.reverse/rerun-prec.exp: New file.
22166
22167 2014-07-12 Maciej W. Rozycki <macro@mips.com>
22168 Maciej W. Rozycki <macro@codesourcery.com>
22169
22170 * lib/gdb-utils.exp: New file.
22171 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
22172 inline `gdb_init_command' processing.
22173 (gdb_start_cmd): Likewise.
22174 * lib/mi-support.exp (mi_run_cmd): Likewise.
22175 * README: Document `gdb_init_command' and `gdb_init_commands'.
22176
22177 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
22178
22179 Fix false FAIL running under a very long directory name.
22180 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
22181 and "set print elements 10000". Twice.
22182
22183 2014-07-11 Yao Qi <yao@codesourcery.com>
22184
22185 * gdb.base/exprs.exp: "set print symbol off".
22186
22187 2014-07-11 Pedro Alves <palves@redhat.com>
22188
22189 * gdb.threads/kill.c: New file.
22190 * gdb.threads/kill.exp: New file.
22191
22192 2014-07-10 Yao Qi <yao@codesourcery.com>
22193
22194 * gdb.trace/tfile.c (write_basic_trace_file)
22195 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
22196 address written to trace file.
22197
22198 2014-07-09 Pedro Alves <palves@redhat.com>
22199
22200 * gdb.base/attach-wait-input.exp: New file.
22201 * gdb.base/attach-wait-input.c: New file.
22202
22203 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
22204
22205 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
22206 setting up test structures.
22207 (main): Call new test function.
22208 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
22209 test function, continue into test function and walk test
22210 structures.
22211
22212 2014-07-02 Yao Qi <yao@codesourcery.com>
22213
22214 * gdb.trace/entry-values.c: Define labels 'foo_start' and
22215 'bar_start' at the beginning of functions 'foo' and 'bar'
22216 respectively.
22217 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
22218 instead of 'foo' and 'bar'.
22219
22220 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
22221
22222 * gdb.btrace/segv.exp: New.
22223 * gdb.btrace/segv.c: New.
22224
22225 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
22226
22227 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
22228 instruction.
22229
22230 2014-06-30 Mark Wielaard <mjw@redhat.com>
22231
22232 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
22233 vulture, vilify, villar): New volatile array constants.
22234 (vindictive, vegetation): New const volatile array constants.
22235 * gdb.base/volatile.exp: Test volatile and const volatile array
22236 types.
22237
22238 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
22239
22240 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
22241 target lacks support for awatch, rwatch, or hbreak.
22242
22243 2014-06-27 Yao Qi <yao@codesourcery.com>
22244
22245 * gdb.multi/dummy-frame-restore.exp: New.
22246 * gdb.multi/dummy-frame-restore.c: New.
22247
22248 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
22249
22250 * gdb.btrace/gcore.exp: New.
22251
22252 2014-06-23 Pedro Alves <palves@redhat.com>
22253
22254 * gdb.base/watchpoint-reuse-slot.c: New file.
22255 * gdb.base/watchpoint-reuse-slot.exp: New file.
22256
22257 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
22258
22259 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
22260 progspace's filename in 'info', 'enable' and 'disable' command
22261 tests.
22262
22263 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
22264
22265 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
22266 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22267 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
22268
22269 2014-06-20 Gary Benson <gbenson@redhat.com>
22270
22271 * gdb.arch/i386-avx.exp: Fix include file location.
22272 * gdb.arch/i386-sse.exp: Likewise.
22273
22274 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
22275
22276 * gdb.dlang/expression.exp: New file.
22277
22278 2014-06-19 Pedro Alves <palves@redhat.com>
22279
22280 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
22281 out from ...
22282 (top level): ... here. Iterate running tests under different
22283 scheduler-locking settings.
22284
22285 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
22286
22287 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
22288 to DW_FORM_addr and use non-zero addresses.
22289
22290 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
22291
22292 PR gdb/17017
22293 * gdb.python/py-xmethods.cc: Add global function call counters and
22294 increment them in their respective functions. Remove "cout"
22295 statements.
22296 * gdb.python/py-xmethods.exp: Make tests check the global function
22297 call counters instead of depending on inferior IO.
22298
22299 2014-06-18 Don Breazeal <donb@codesourcery.com>
22300
22301 * gdb.base/foll-fork.exp (default_fork_parent_follow):
22302 Deleted procedure.
22303 (explicit_fork_parent_follow): Deleted procedure.
22304 (explicit_fork_child_follow): Deleted procedure.
22305 (test_follow_fork): New procedure.
22306 (do_fork_tests): Replace calls to deleted procedures with
22307 calls to test_follow_fork and reset GDB for subsequent
22308 procedure calls.
22309
22310 2014-06-17 Yao Qi <yao@codesourcery.com>
22311
22312 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
22313 CP1252.
22314
22315 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
22316
22317 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
22318 Initialize ptr and S explicitly.
22319 (skip_type_update_when_not_use_rtti_test): Likewise.
22320
22321 2014-06-16 Keith Seitz <keiths@redhat.com>
22322
22323 PR mi/15863
22324 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
22325 the inferior is started.
22326
22327 2014-06-16 Pedro Alves <palves@redhat.com>
22328
22329 * gdb.base/break-main-file-remove-fail.c: New file.
22330 * gdb.base/break-main-file-remove-fail.exp: New file.
22331 * gdb.base/break-unload-file.exp: Use build_executable instead of
22332 prepare_for_testing.
22333 (test_break): New parameter "initial_load". Handle it.
22334 (top level): Add initial_load cmdline/file axis.
22335
22336 2014-06-12 Tom Tromey <tromey@redhat.com>
22337
22338 * gdb.base/completion.exp: Don't use directory name in test.
22339
22340 2014-06-09 Gary Benson <gbenson@redhat.com>
22341
22342 * gdb.base/sigall.c [Functions to send signals]: Reorder to
22343 separate the always-available ANSI-standard signals from the
22344 signals that require checking.
22345 (main): Likewise.
22346 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
22347 Likewise.
22348 (main): Likewise.
22349
22350 2014-06-07 Keith Seitz <keiths@redhat.com>
22351
22352 Revert:
22353 PR c++/16253
22354 * gdb.cp/var-tag.cc: New file.
22355 * gdb.cp/var-tag.exp: New file.
22356 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
22357 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
22358 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
22359 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
22360
22361 2014-06-06 Doug Evans <xdje42@gmail.com>
22362
22363 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
22364
22365 2014-06-06 Pedro Alves <palves@redhat.com>
22366
22367 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
22368 in target debug output instead of looking at RSP packets,
22369 disabling the test on any target that uses hardware stepping.
22370 Update comments.
22371
22372 2014-06-06 Pedro Alves <palves@redhat.com>
22373
22374 * gdb.base/break-unload-file.exp: Fix typo.
22375
22376 2014-06-06 Yao Qi <yao@codesourcery.com>
22377
22378 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
22379 from "jit_function" to "^jit_function".
22380
22381 2014-06-06 Yao Qi <yao@codesourcery.com>
22382
22383 * gdb.base/async.c (foo): Add one statement.
22384 * gdb.base/async.exp: Get the next instruction address and
22385 match the output of "nexti" by instruction address. Match
22386 the hex address in the output of "finish".
22387
22388 2014-06-06 Gary Benson <gbenson@redhat.com>
22389
22390 * gdb.base/call-signals.c: Remove preprocessor conditionals
22391 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
22392 SIGSEGV and SIGTERM.
22393 * gdb.base/sigall.c: Likewise.
22394 * gdb.base/unwindonsignal.c: Likewise.
22395 * gdb.reverse/sigall-reverse.c: Likewise.
22396
22397 2014-06-06 Yao Qi <yao@codesourcery.com>
22398
22399 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
22400 readable, skip the test.
22401
22402 2014-06-06 Yao Qi <yao@codesourcery.com>
22403
22404 * gdb.threads/staticthreads.c (thread_function): Move the line
22405 setting breakpoint on forward.
22406 * gdb.threads/staticthreads.exp: Update comments.
22407
22408 2014-06-05 Ludovic Courtès <ludo@gnu.org>
22409
22410 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
22411 "history-append! type error".
22412
22413 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
22414
22415 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
22416 erroneous dprintf expected input.
22417
22418 2014-06-04 Doug Evans <xdje42@gmail.com>
22419
22420 * gdb.guile/scm-generics.exp: Delete.
22421
22422 2014-06-04 Doug Evans <xdje42@gmail.com>
22423
22424 * gdb.guile/scm-breakpoint.exp: Update.
22425 Add tests for breakpoint registration.
22426
22427 2014-06-04 Tom Tromey <tromey@redhat.com>
22428
22429 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
22430 VLA-in-union.
22431 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
22432 inner_vla_struct, vla_union types. Initialize objects of those
22433 types and compute their sizes.
22434
22435 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
22436 Hui Zhu <hui@codesourcery.com>
22437
22438 * gdb.base/fileio.exp: Add test for shell not available as well as
22439 available.
22440 * gdb.base/fileio.c (test_system): Check for shell twice.
22441
22442 2014-06-04 Yao Qi <yao@codesourcery.com>
22443
22444 * gdb.base/auto-connect-native-target.exp: Remove redundant
22445 space from the regexp pattern.
22446
22447 2014-06-04 Yao Qi <yao@codesourcery.com>
22448
22449 * gdb.base/default.exp: Replace "child" with "native" in
22450 regexp pattern.
22451
22452 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
22453
22454 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
22455 * gdb.python/py-xmethods.exp: New tests to test xmethods.
22456 * gdb.python/py-xmethods.py: Python script supporting the
22457 new testcase and tests.
22458
22459 2014-06-03 Joel Brobecker <brobecker@adacore.com>
22460 Pedro Alves <palves@redhat.com>
22461
22462 PR breakpoints/17000
22463 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
22464 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
22465
22466 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
22467
22468 * gdb.base/subst.exp: Add tests to verify partial path matching
22469 output.
22470
22471 2014-06-03 Pedro Alves <palves@redhat.com>
22472
22473 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
22474 target that doesn't use software single-stepping.
22475
22476 2014-06-03 Pedro Alves <palves@redhat.com>
22477
22478 PR breakpoints/17000
22479 * gdb.base/sss-bp-on-user-bp-2.c: New file.
22480 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
22481
22482 2014-06-02 Doug Evans <xdje42@gmail.com>
22483
22484 * gdb.guile/scm-parameter.exp: New file.
22485
22486 2014-06-02 Doug Evans <xdje42@gmail.com>
22487
22488 * gdb.guile/scm-cmd.c: New file.
22489 * gdb.guile/scm-cmd.exp: New file.
22490
22491 2014-06-02 Doug Evans <xdje42@gmail.com>
22492
22493 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
22494 pretty-printer lookup.
22495 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
22496 (make-pp_s-printer): Call it.
22497 (make-pretty-printer-from-dict): New function.
22498 (lookup-pretty-printer-maker-from-dict): New function.
22499 (*pretty-printer*): Simplify.
22500 (make-objfile-pp_s-printer): New function.
22501 (install-objfile-pretty-printers!): New function.
22502 (make-progspace-pp_s-printer): New function.
22503 (install-progspace-pretty-printers!): New function.
22504 * gdb.guile/scm-progspace.c: New file.
22505 * gdb.guile/scm-progspace.exp: New file.
22506
22507 2014-06-02 Pedro Alves <palves@redhat.com>
22508
22509 * gdb.base/dprintf-bp-same-addr.c: New file.
22510 * gdb.base/dprintf-bp-same-addr.exp: New file.
22511
22512 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22513
22514 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
22515 * gdb.arch/powerpc-power.s: Likewise.
22516
22517 2014-06-02 Joel Brobecker <brobecker@adacore.com>
22518
22519 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
22520
22521 2014-06-01 Yao Qi <yao@codesourcery.com>
22522
22523 * gdb.base/watchpoint.exp (test_watch_location): Check null
22524 pointer can be dereferenced. If not, do the test, otherwise
22525 skip it.
22526
22527 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
22528
22529 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
22530 results.
22531 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
22532
22533 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
22534
22535 * gdb.arch/amd64-invalid-stack-middle.S: New file.
22536 * gdb.arch/amd64-invalid-stack-middle.c: New file.
22537 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
22538 * gdb.arch/amd64-invalid-stack-top.c: New file.
22539 * gdb.arch/amd64-invalid-stack-top.exp: New file.
22540
22541 2014-05-30 Pedro Alves <palves@redhat.com>
22542
22543 PR breakpoints/17000
22544 * gdb.base/sss-bp-on-user-bp.c: New file.
22545 * gdb.base/sss-bp-on-user-bp.exp: New file.
22546
22547 2014-05-30 David Blaikie <dblaikie@gmail.com>
22548
22549 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
22550 gnu_inline semantics via attribute.
22551 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
22552 source explicitly specifies the required semantics.
22553
22554 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
22555
22556 * gdb.reverse/sigall-reverse.exp: Fix a typo.
22557
22558 2014-05-29 Pedro Alves <palves@redhat.com>
22559 Tom Tromey <tromey@redhat.com>
22560
22561 * gdb.base/async-shell.exp: Don't enable target-async.
22562 * gdb.base/async.exp
22563 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
22564 parameter. Adjust.
22565 (top level): Don't test with "target-async".
22566 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
22567 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
22568 * gdb.base/inferior-died.exp: Don't enable target-async.
22569 * gdb.base/interrupt-noterm.exp: Likewise.
22570 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
22571 * gdb.mi/mi-nonstop-exit.exp: Likewise.
22572 * gdb.mi/mi-nonstop.exp: Likewise.
22573 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
22574 * gdb.mi/mi-nsintrall.exp: Likewise.
22575 * gdb.mi/mi-nsmoribund.exp: Likewise.
22576 * gdb.mi/mi-nsthrexec.exp: Likewise.
22577 * gdb.mi/mi-watch-nonstop.exp: Likewise.
22578 * gdb.multi/watchpoint-multi.exp: Adjust comment.
22579 * gdb.python/py-evsignal.exp: Don't enable target-async.
22580 * gdb.python/py-evthreads.exp: Likewise.
22581 * gdb.python/py-prompt.exp: Likewise.
22582 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
22583 * gdb.server/solib-list.exp: Don't enable target-async.
22584 * gdb.threads/thread-specific-bp.exp: Likewise.
22585 * lib/mi-support.exp: Adjust to use mi-async.
22586
22587 2014-05-29 Pedro Alves <palves@redhat.com>
22588
22589 PR gdb/13860
22590 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
22591 reason, even in sync mode.
22592
22593 2014-05-29 Pedro Alves <palves@redhat.com>
22594 Hui Zhu <hui@codesourcery.com>
22595
22596 PR PR15693
22597 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
22598 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
22599 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
22600 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
22601
22602 2014-05-28 Joel Brobecker <brobecker@adacore.com>
22603
22604 * config/monitor.exp (gdb_target_monitor): Replace use of
22605 "set remotebaud" by "set serial baud".
22606
22607 2014-05-26 Andy Wingo <wingo@igalia.com>
22608
22609 * gdb.guile/scm-breakpoint.exp:
22610 * gdb.guile/scm-gsmob.exp: Update to use plain old object
22611 properties instead of gdb-object-properties.
22612
22613 2014-05-26 Yao Qi <yao@codesourcery.com>
22614
22615 * gdb.server/no-thread-db.exp: Specify source file name
22616 explicitly when setting a breakpoint.
22617
22618 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22619
22620 * gdb.btrace/vdso.c: New.
22621 * gdb.btrace/vdso.exp: New.
22622
22623 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22624
22625 * gdb.base/gcore.exp (capture_command_output): Move ...
22626 * lib/gdb.exp (capture_command_output): ... here.
22627
22628 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22629
22630 * gdb.btrace/data.exp: Test memory access during btrace replay.
22631
22632 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
22633
22634 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
22635
22636 2014-05-21 Pedro Alves <palves@redhat.com>
22637
22638 PR gdb/13860
22639 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
22640 (top level): Test that output related to execution commands is
22641 sent to the console with CLI commands, but not with MI commands.
22642 Test that breakpoint events are always mirrored to the console.
22643 Also expect the new source line to be output after a "next" in
22644 async mode too. Make it a pass/fail test.
22645 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
22646 output.
22647 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
22648
22649 2014-05-21 Pedro Alves <palves@redhat.com>
22650
22651 * gdb.base/list.exp (build_pattern, test_list): New procedures.
22652 Use them to test variations of "list" after reaching a breakpoint.
22653 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
22654 Test "list" with listsize 10 after reaching a breakpoint.
22655 * gdb.python/python.exp (decode_line current location line
22656 number): Adjust expected line number.
22657
22658 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
22659
22660 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
22661 behavior for $args, pass it directly to "run".
22662
22663 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
22664
22665 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
22666 30000 to 65536.
22667
22668 2014-05-21 Pedro Alves <palves@redhat.com>
22669
22670 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
22671 auto-connect-native-target off".
22672 * gdb.base/auto-connect-native-target.c: New file.
22673 * gdb.base/auto-connect-native-target.exp: New file.
22674
22675 2014-05-21 Pedro Alves <palves@redhat.com>
22676
22677 * gdb.base/default.exp: Test "target native" instead of "target
22678 child".
22679
22680 2014-05-21 Mark Wielaard <mjw@redhat.com>
22681
22682 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
22683
22684 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22685
22686 Fix TLS access for -static -pthread.
22687 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
22688 <HAVE_TLS> (thread_function, main): Initialize it.
22689 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
22690 Add clean_restart.
22691 <$have_tls != "">: Check TLSVAR.
22692
22693 2014-05-21 Pedro Alves <palves@redhat.com>
22694
22695 * gdb.base/dcache-line-read-error.c: New.
22696 * gdb.base/dcache-line-read-error.exp: New.
22697
22698 2014-05-20 Pedro Alves <palves@redhat.com>
22699
22700 * gdb.base/compare-sections.c: New file.
22701 * gdb.base/compare-sections.exp: New file.
22702
22703 2014-05-20 Pedro Alves <palves@redhat.com>
22704
22705 * gdb.base/break-idempotent.c: New file.
22706 * gdb.base/break-idempotent.exp: New file.
22707
22708 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
22709
22710 * gdb.btrace/nohist.exp: New.
22711
22712 2014-05-20 Yao Qi <yao@codesourcery.com>
22713
22714 * lib/gdb.exp (gdb_init): Set timeout if test file is under
22715 gdb.reverse directory and gdb_reverse_timeout exists in board
22716 setting.
22717 * README: Document gdb_reverse_timeout.
22718
22719 2014-05-20 Yao Qi <yao@codesourcery.com>
22720
22721 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
22722 'test_file_name'. Treat args as a string instead of a list.
22723 (gdb_init): Rename argument 'args' by 'test_file_name'.
22724
22725 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
22726
22727 * gdb.arch/powerpc-power.exp: New file.
22728 * gdb.arch/powerpc-power.s: New file.
22729
22730 2014-05-16 Doug Evans <dje@google.com>
22731
22732 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
22733 * gdb.base/completion.exp: Check that all expected files exist
22734 before doing file completion.
22735
22736 2014-05-16 Doug Evans <dje@google.com>
22737
22738 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
22739 Update.
22740 (do_syscall_tests_without_xml): Update.
22741
22742 2014-05-16 Pedro Alves <palves@redhat.com>
22743
22744 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
22745 instead of "unknown output after running".
22746
22747 2014-05-16 Yao Qi <yao@codesourcery.com>
22748
22749 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
22750 file1.txt from host at the end.
22751 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
22752
22753 2014-05-15 Doug Evans <dje@google.com>
22754
22755 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
22756 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
22757 loading file. Add test for TU lookup.
22758
22759 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22760
22761 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
22762 calling "-exec-arguments" or "set args" before running the
22763 inferior.
22764
22765 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22766
22767 * lib/mi-support.exp (mi_expect_stop): Expect message for
22768 inferiors that exit with non-zero exit code.
22769
22770 2014-05-14 Yao Qi <yao@codesourcery.com>
22771
22772 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
22773 match absolute path on remote host.
22774 (test_file_list_exec_source_files): Remove "/" from the
22775 pattern.
22776
22777 2014-05-14 Yao Qi <yao@codesourcery.com>
22778
22779 * boards/local-remote-host-notty.exp (${board}_file): New
22780 proc.
22781
22782 2014-05-07 Kyle McMartin <kyle@redhat.com>
22783
22784 Pushed by Joel Brobecker <brobecker@adacore.com>.
22785 * gdb.arch/aarch64-atomic-inst.c: New file.
22786 * gdb.arch/aarch64-atomic-inst.exp: New file.
22787
22788 2014-05-07 Yao Qi <yao@codesourcery.com>
22789
22790 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
22791 in current context" too.
22792
22793 2014-05-05 Keith Seitz <keiths@redhat.com>
22794
22795 * gdb.linespec/ls-dollar.exp: Add test for linespec
22796 file:convenience_variable.
22797
22798 2014-05-05 Yao Qi <yao@codesourcery.com>
22799
22800 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
22801 traceframes into tfile and ctf trace files. Read data from
22802 trace file and test collected data.
22803 (gdb_collect_locals_test): Likewise.
22804 (gdb_unavailable_registers_test): Likewise.
22805 (gdb_unavailable_floats): Likewise.
22806 (gdb_collect_globals_test): Likewise.
22807 (top-level): Append "ctf" to trace_file_targets if GDB
22808 supports.
22809
22810 2014-05-05 Yao Qi <yao@codesourcery.com>
22811
22812 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
22813 code to ...
22814 (gdb_collect_args_test_1): ... it. New proc.
22815 (gdb_collect_locals_test): Move some code to ...
22816 (gdb_collect_locals_test_1): ... it. New proc.
22817 (gdb_unavailable_registers_test): Move some code to ...
22818 (gdb_unavailable_registers_test_1): ... it. New proc.
22819 (gdb_unavailable_floats): Move some code to ...
22820 (gdb_unavailable_floats_1): ... it. New proc.
22821
22822 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22823
22824 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
22825 probes to test for bitness recognition.
22826 * gdb.arch/amd64-stap-optional-prefix.exp
22827 (test_probe_value_without_reg): New procedure.
22828 Add code to test for different kinds of bitness.
22829
22830 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22831
22832 PR breakpoints/16889
22833 * gdb.arch/amd64-stap-optional-prefix.S: New file.
22834 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22835
22836 2014-05-01 Pedro Alves <palves@redhat.com>
22837
22838 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
22839 gdb_file_cmd if no file is specified.
22840 * boards/native-extended-gdbserver.exp (gdb_load): Use the
22841 last_loaded_file to set the remote exec-file.
22842
22843 2014-05-01 Pedro Alves <palves@redhat.com>
22844
22845 * boards/local-remote-host.exp: New file.
22846
22847 2014-05-01 Pedro Alves <palves@redhat.com>
22848
22849 * boards/local-remote-host.exp: Rename to ...
22850 * boards/local-remote-host-notty.exp: ... this.
22851
22852 2014-04-28 Joel Brobecker <brobecker@adacore.com>
22853
22854 * gdb.ada/dyn_arrayidx: New testcase.
22855
22856 2014-04-26 Yao Qi <yao@codesourcery.com>
22857
22858 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
22859 and compute the length of function main. Save it in
22860 $main_length.
22861 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
22862 (top-level): Use gdb_compile to compile objects into
22863 executable and restart GDB. Remove invocation to
22864 prepare_for_testing.
22865
22866 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
22867 Pedro Alves <palves@redhat.com>
22868
22869 PR server/16255
22870 * gdb.multi/multi-attach.c: New file.
22871 * gdb.multi/multi-attach.exp: New file.
22872
22873 2014-04-25 Pedro Alves <palves@redhat.com>
22874
22875 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
22876 user.
22877 (top level): Test that "set remote conditional-breakpoints-packet
22878 off" works as intended.
22879 * gdb.base/dprintf.exp: Test that "set remote
22880 breakpoint-commands-packet off" works as intended.
22881 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
22882 New function.
22883 (top level): Call it.
22884 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
22885 remote fast-tracepoints-packet off" works as intended.
22886 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
22887 * lib/gdb.exp (gdb_is_target_remote): ... here.
22888
22889 2014-04-24 David Blaikie <dblaikie@gmail.com>
22890
22891 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
22892 ensure clang would not discard them.
22893 * gdb.base/gdbvars.c: Ditto.
22894 * gdb.base/memattr.c: Ditto.
22895 * gdb.base/whatis.c: Ditto.
22896 * gdb.python/py-prettyprint.c: Ditto.
22897 * gdb.trace/actions.c: Ditto.
22898 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
22899 ensure clang would not discard it.
22900
22901 2014-04-24 David Blaikie <dblaikie@gmail.com>
22902
22903 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
22904 clang to emit the full definition of type required by the test
22905 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
22906
22907 2014-04-24 David Blaikie <dblaikie@gmail.com>
22908
22909 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
22910 coax Clang into emitting the definition of the type.
22911 * gdb.cp/pr10728-x.h (y): Ditto.
22912 * gdb.cp/pr10728-y.cc (y): Ditto.
22913
22914 2014-04-24 David Blaikie <dblaikie@gmail.com>
22915
22916 * gdb.base/label.exp: XFAIL label related tests under Clang.
22917 * gdb.cp/cplabel.exp: Ditto.
22918 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
22919 under Clang those using labels.
22920
22921 2014-04-25 Yao Qi <yao@codesourcery.com>
22922
22923 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
22924 double_label.
22925 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
22926 partial_label and double_label.
22927
22928 2014-04-24 David Blaikie <dblaikie@gmail.com>
22929
22930 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
22931
22932 2014-04-24 David Blaikie <dblaikie@gmail.com>
22933
22934 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
22935 of the function to work across GCC and Clang.
22936 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
22937 pointer types (const void ** const V void **).
22938
22939 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
22940 Walfred Tedeschi <walfred.tedeschi@intel.com>
22941
22942 * Makefile.in (EXECUTABLES): Added i386-avx512.
22943 * gdb.arch/i386-avx512.c: New file.
22944 * gdb.arch/i386-avx512.exp: Likewise.
22945
22946 2014-04-23 Keith Seitz <keiths@redhat.com>
22947
22948 * lib/mi-support.exp (mi_list_breakpoints): Delete.
22949 (mi_make_breakpoint_table): New procedure.
22950 (mi_create_breakpoint): Use mi_make_breakpoint
22951 and return the result.
22952 (mi_make_breakpoint): New procedure.
22953 (mi_build_kv_pairs): New procedure.
22954
22955 * gdb.mi/mi-break.exp: Remove unused globals,
22956 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
22957 All callers updated.
22958 * gdb.mi/mi-dprintf.exp: Use variable to track command
22959 number.
22960 Update all callers of mi_create_breakpoint and use
22961 mi_make_breakpoint_table.
22962 Remove any unused global variables.
22963 * gdb.mi/mi-nonstop.exp: Likewise.
22964 * gdb.mi/mi-nsintrall.exp: Likewise.
22965 * gdb.mi/mi-nsmoribund.exp: Likewise.
22966 * gdb.mi/mi-nsthrexec.exp: Likewise.
22967 * gdb.mi/mi-reverse.exp: Likewise.
22968 * gdb.mi/mi-simplerun.exp: Likewise.
22969 * gdb.mi/mi-stepn.exp: Likewise.
22970 * gdb.mi/mi-syn-frame.exp: Likewise.
22971 * gdb.mi/mi-until.exp: Likewise.
22972 * gdb.mi/mi-var-cp.exp: Likewise.
22973 * gdb.mi/mi-var-display.exp: Likewise.
22974 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
22975 * gdb.mi/mi2-var-child.exp: Likewise.
22976 * gdb.mi/mi-vla-c99.exp: Likewise.
22977 * lib/mi-support.exp: Likewise.
22978
22979 From Ian Lance Taylor <iant@cygnus.com>:
22980 * lib/gdb.exp (parse_args): New procedure.
22981
22982 2014-04-23 Pedro Alves <palves@redhat.com>
22983
22984 * gdb.base/break-unload-file.c: New file.
22985 * gdb.base/break-unload-file.exp: New file.
22986 * gdb.base/sym-file-lib.c (baz): New function.
22987 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
22988 field.
22989 (load): Store the segment's mapped size.
22990 (unload): New function.
22991 (unload_shlib): New function.
22992 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
22993 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
22994 set a breakpoint at baz, and call it.
22995 * gdb.base/sym-file.exp: New tests for stale breakpoint
22996 instructions.
22997
22998 2014-04-23 Pedro Alves <palves@redhat.com>
22999
23000 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
23001 * gdb.base/hbreak-in-shr-unsupported.c: New file.
23002 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
23003 * gdb.base/hbreak-unmapped.c: New file.
23004 * gdb.base/hbreak-unmapped.exp: New file.
23005 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
23006 * lib/gdb.exp (gdb_is_target_remote): ... here.
23007
23008 2014-04-22 Pedro Alves <palves@redhat.com>
23009
23010 * gdb.base/consecutive-step-over.c: New file.
23011 * gdb.base/consecutive-step-over.exp: New file.
23012
23013 2014-04-22 Pedro Alves <palves@redhat.com>
23014
23015 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
23016 instead of send_gdb/gdb_expect.
23017
23018 2014-04-22 Yao Qi <yao@codesourcery.com>
23019
23020 * lib/trace-support.exp (generate_tracefile): New procedure.
23021 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
23022 return 0.
23023 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
23024 if generate_tracefile returns 1.
23025
23026 2014-04-18 Tom Tromey <palves@redhat.com>
23027 Pedro alves <tromey@redhat.com>
23028
23029 PR backtrace/15558
23030 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
23031 with a backtrace limit.
23032 * gdb.python/py-frame-inline.exp: Test running to an inline
23033 function with a backtrace limit, and printing the newest frame.
23034 * gdb.python/py-frame-inline.c (main): Call f.
23035
23036 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23037
23038 * gdb.java/jnpe.exp: Drop srcdir from untested path.
23039
23040 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23041
23042 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
23043 Drop prefix from unsupported source file path.
23044
23045 2014-04-17 Yao Qi <yao@codesourcery.com>
23046
23047 * lib/gdb.exp (with_target_charset): New proc.
23048 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
23049 with_target_charset.
23050 (test_print_strings): Likewise.
23051 (test_repeat_bytes): Likewise.
23052 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
23053 for some tests.
23054
23055 2014-04-16 Keith Seitz <keiths@redhat.com>
23056
23057 PR gdb/15827
23058 * gdb.dwarf2/corrupt.c: New file.
23059 * gdb.dwarf2/corrupt.exp: New file.
23060
23061 2014-04-16 Keith Seitz <keiths@redhat.com>
23062
23063 PR c++/16597
23064 * gdb.cp/namelessclass.cc: New file.
23065 * gdb.cp/namelessclass.exp: New file.
23066 * gdb.cp/namelessclass.S: New file.
23067
23068 2014-04-16 Doug Evans <dje@google.com>
23069
23070 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
23071 Add comment.
23072 (gdbserver_default_get_comm_port): New function.
23073 (gdbserver_start): Check if board file provided
23074 "gdbserver,get_comm_port" and use it if so.
23075 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
23076 (gdb,socketport): Set to "stdio".
23077 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
23078 (stdio_gdbserver_template): Delete.
23079 (${board}_get_remote_address): Update.
23080 (${board}_build_remote_cmd): Delete.
23081 (${board}_get_comm_port): New function.
23082 (${board}_spawn): Update.
23083 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
23084 Delete.
23085 (${board}_get_remote_address): Update.
23086 (${board}_get_comm_port): New function.
23087
23088 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
23089
23090 * gdb.base/memattr.exp: Improve regexps to handle memory regions
23091 appearing in any order.
23092
23093 2014-04-15 Doug Evans <dje@google.com>
23094
23095 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
23096 uninitialized value of "description".
23097
23098 2014-04-15 Keith Seitz <keiths@redhat.com>
23099
23100 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
23101 Remove unused globals.
23102 (test_running_the_program): Likewise.
23103 (test_controlled_execution): Likewise.
23104 (test_controlling_breakpoints): Likewise.
23105 (test_program_termination): Likewise.
23106
23107 2014-04-15 Keith Seitz <keiths@redhat.com>
23108
23109 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
23110 unused globals.
23111 (test_rbreak_creation_and_listing): Likewise.
23112 (test_ignore_count): Likewise.
23113 (test_error): Likewise.
23114
23115 2014-04-15 Pedro Alves <palves@redhat.com>
23116
23117 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
23118 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
23119 sym-file-loader.c.
23120 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23121 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23122 to sym-file-loader.c.
23123 (struct library): Forward declare.
23124 (load_shlib, lookup_function): Change prototypes.
23125 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23126 (translate_offset): Remove declarations.
23127 (get_text_addr): New declaration.
23128 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
23129 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
23130 sym-file-loader.h.
23131 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23132 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23133 here from sym-file-loader.h.
23134 (struct library): New structure.
23135 (load_shlib, lookup_function): Change prototypes and adjust to
23136 work with a struct library.
23137 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23138 (translate_offset): Make static.
23139 (get_text_addr): New function.
23140 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
23141
23142 2014-04-15 Pedro Alves <palves@redhat.com>
23143
23144 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
23145
23146 2014-04-15 Pedro Alves <palves@redhat.com>
23147
23148 * gdb.base/sym-file-loader.c: Include <limits.h>.
23149 (SELF_LINK): New define.
23150 (get_origin): New function.
23151 (load_shlib): Use it.
23152 * gdb.base/sym-file.exp: Don't early return if the target is
23153 remote. Use runto_main, and issue fail is that fails. Use
23154 gdb_load_shlibs.
23155 (shlib_name): Delete.
23156 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
23157
23158 2014-04-15 Pedro Alves <palves@redhat.com>
23159
23160 * gdb.base/sym-file.exp: Remove regex characters from test
23161 message. Don't refer to breakpoint numbers in test messages.
23162
23163 2014-04-14 Keith Seitz <keiths@redhat.com>
23164
23165 PR c++/16253
23166 * gdb.cp/var-tag.cc: New file.
23167 * gdb.cp/var-tag.exp: New file.
23168 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
23169 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
23170 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
23171 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
23172
23173 2014-04-14 Tom Tromey <tromey@redhat.com>
23174
23175 * gdb.cp/classes.exp (test_enums): Handle underlying type.
23176 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
23177 type.
23178 * gdb.cp/enum-class.exp: New file.
23179 * gdb.cp/enum-class.cc: New file.
23180
23181 2014-04-14 Tom Tromey <tromey@redhat.com>
23182
23183 * gdb.dwarf2/enum-type.exp: New file.
23184
23185 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23186
23187 * gdb.mi/mi-vla-c99.exp: New file.
23188 * gdb.mi/vla.c: New file.
23189
23190 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23191
23192 * gdb.base/vla-datatypes.c: New file.
23193 * gdb.base/vla-datatypes.exp: New file.
23194
23195 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23196
23197 * gdb.base/vla-ptr.c: New file.
23198 * gdb.base/vla-ptr.exp: New file.
23199
23200 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23201
23202 * gdb.dwarf2/count.exp: New file.
23203
23204 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23205
23206 * gdb.base/vla-sideeffect.c: New file.
23207 * gdb.base/vla-sideeffect.exp: New file.
23208
23209 2014-04-14 David Blaikie <dblaikie@gmail.com>
23210
23211 * gdb.mi/non-stop.c: Add return value for non-void function return
23212 statement.
23213 * gdb.threads/staticthreads.c: Ditto.
23214
23215 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
23216 Doug Evans <xdje42@gmail.com>
23217
23218 * gdb.guile/scm-value.c: Improve test case.
23219 * gdb.guile/scm-value.exp: Add new test.
23220
23221 2014-04-11 David Blaikie <dblaikie@gmail.com>
23222
23223 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
23224 override Clang's default.
23225
23226 2014-04-11 Joel Brobecker <brobecker@adacore.com>
23227
23228 Revert the following changes (regressions):
23229
23230 * gdb.base/vla-sideeffect.c: New file.
23231 * gdb.base/vla-sideeffect.exp: New file.
23232
23233 * gdb.dwarf2/count.exp: New file.
23234
23235 * gdb.base/vla-multi.c: New file.
23236 * gdb.base/vla-multi.exp: New file.
23237
23238 * gdb.base/vla-ptr.c: New file.
23239 * gdb.base/vla-ptr.exp: New file.
23240
23241 * gdb.base/vla-datatypes.c: New file.
23242 * gdb.base/vla-datatypes.exp: New file.
23243
23244 * gdb.mi/mi-vla-c99.exp: New file.
23245 * gdb.mi/vla.c: New file.
23246
23247 2014-04-11 Keith Seitz <keiths@redhat.com>
23248
23249 PR c++/16675
23250 * gdb.cp/cpsizeof.exp: New file.
23251 * gdb.cp/cpsizeof.cc: New file.
23252
23253 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23254
23255 * gdb.mi/mi-vla-c99.exp: New file.
23256 * gdb.mi/vla.c: New file.
23257
23258 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23259
23260 * gdb.base/vla-datatypes.c: New file.
23261 * gdb.base/vla-datatypes.exp: New file.
23262
23263 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23264
23265 * gdb.base/vla-ptr.c: New file.
23266 * gdb.base/vla-ptr.exp: New file.
23267
23268 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23269
23270 * gdb.base/vla-multi.c: New file.
23271 * gdb.base/vla-multi.exp: New file.
23272
23273 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23274
23275 * gdb.dwarf2/count.exp: New file.
23276
23277 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23278
23279 * gdb.base/vla-sideeffect.c: New file.
23280 * gdb.base/vla-sideeffect.exp: New file.
23281
23282 2014-04-11 Yao Qi <yao@codesourcery.com>
23283
23284 * gdb.base/completion.exp: Check file exists before running tests
23285 on file completion.
23286
23287 2014-04-10 Pedro Alves <palves@redhat.com>
23288
23289 * gdb.base/cond-eval-mode.c: New file.
23290 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
23291 prepare_for_testing to build the new file. Check result of
23292 runto_main.
23293 (test_break, test_watch): New procedures.
23294 (top level): Use them.
23295
23296 2014-04-08 Pierre Muller <muller@sourceware.org>
23297
23298 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
23299 Ctrl-V use for mingw hosts.
23300
23301 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
23302
23303 * gdb.python/py-value.c: Improve test case.
23304 * gdb.python/py-value.exp: Add new test.
23305
23306 2014-04-07 David Blaikie <dblaikie@gmail.com>
23307
23308 * lib/compiler.c: Identify the clang compiler.
23309 * lib/compiler.cc: Ditto.
23310
23311 2014-04-03 Yao Qi <yao@codesourcery.com>
23312
23313 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
23314
23315 2014-04-01 Anton Blanchard <anton@samba.org>
23316
23317 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
23318 messages unique.
23319
23320 2014-04-01 Anton Blanchard <anton@samba.org>
23321
23322 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
23323 prepare_for_testing.
23324
23325 2014-04-01 Anton Blanchard <anton@samba.org>
23326
23327 * gdb.arch/ppc64-atomic-inst.c: Remove.
23328 * gdb.arch/ppc64-atomic-inst.S: New file.
23329 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
23330
23331 2014-03-31 Doug Evans <dje@google.com>
23332
23333 * gdb.base/print-symbol-loading-lib.c: New file.
23334 * gdb.base/print-symbol-loading-main.c: New file.
23335 * gdb.base/print-symbol-loading.exp: New file.
23336
23337 2014-03-31 Yao Qi <yao@codesourcery.com>
23338
23339 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
23340
23341 2014-03-28 Joel Brobecker <brobecker@adacore.com>
23342
23343 * gdb.ada/mi_dyn_arr: New testcase.
23344
23345 2014-03-27 Doug Evans <dje@google.com>
23346
23347 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
23348
23349 2014-03-27 Yao Qi <yao@codesourcery.com>
23350
23351 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
23352 if target is nios2-*-*.
23353
23354 2014-03-26 Yao Qi <yao@codesourcery.com>
23355
23356 * lib/gdb.exp (readline_is_used): New proc.
23357 * gdb.base/completion.exp: Move tests on command complete up.
23358 Skip the rest of tests if readline is not used.
23359 * gdb.ada/complete.exp: Skp the test if readline is not
23360 used.
23361 * gdb.base/filesym.exp: Likewise.
23362 * gdb.base/macscp.exp: Likewise.
23363 * gdb.base/readline-ask.exp: Likewise.
23364 * gdb.base/readline.exp: Likewise.
23365 * gdb.python/py-cmd.exp: Likewise.
23366 * gdb.trace/tfile.exp: Likewise.
23367
23368 2014-03-26 Yao Qi <yao@codesourcery.com>
23369
23370 * gdb.base/macscp.exp: Fix code format issues.
23371
23372 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
23373
23374 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
23375 * gdb.asm/powerpc64le.inc: New file.
23376
23377 2014-03-25 Pedro Alves <palves@redhat.com>
23378 Doug Evans <dje@google.com>
23379
23380 * gdb.base/source-execution.c: New file.
23381 * gdb.base/source-execution.exp: New file.
23382 * gdb.base/source-execution.gdb: New file.
23383
23384 2014-03-24 Doug Evans <dje@google.com>
23385
23386 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
23387 using fission.
23388
23389 2014-03-24 Hui Zhu <hui@codesourcery.com>
23390 Pedro Alves <palves@redhat.com>
23391
23392 PR breakpoints/16101
23393 * gdb.base/dprintf.exp: Use unsupported rather than changing the
23394 test pass/fail messages. Detect missing support for dprintf when
23395 breakpoints are actually inserted.
23396 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
23397 breakpoints are actually inserted.
23398 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
23399 fails.
23400
23401 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
23402
23403 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
23404
23405 2014-03-22 Doug Evans <xdje42@gmail.com>
23406
23407 * gdb.python/python.exp (python not supported): Verify multi-line
23408 python command issues an error.
23409 * gdb.guile/guile.exp (guile not supported): Verify multi-line
23410 guile command issues an error.
23411
23412 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
23413
23414 * gdb.threads/thread-specific.exp: Handle the lack of usable
23415 $this_breakpoint and $this_thread.
23416
23417 2014-03-21 Hui Zhu <hui@codesourcery.com>
23418
23419 * gdb.base/attach.exp (do_command_attach_tests): New.
23420
23421 2014-03-20 Tom Tromey <tromey@redhat.com>
23422 Pedro Alves <palves@redhat.com>
23423
23424 PR cli/15718
23425 * gdb.base/condbreak-call-false.c: New file.
23426 * gdb.base/condbreak-call-false.exp: New file.
23427
23428 2014-03-20 Pedro Alves <palves@redhat.com>
23429
23430 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
23431 Delete.
23432 (block_signals, unblock_signals): Delete.
23433 (child_function_2, main): Remove references to deleted variable
23434 and functions.
23435
23436 2014-03-20 Pedro Alves <palves@redhat.com>
23437
23438 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
23439 Use pthread_kill to signal thread 2.
23440 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23441 Adjust to make the test send itself a signal rather than using the
23442 host's "kill" command.
23443
23444 2014-03-20 Pedro Alves <palves@redhat.com>
23445
23446 * gdb.threads/multiple-step-overs.c: New file.
23447 * gdb.threads/multiple-step-overs.exp: New file.
23448 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23449 Adjust expected infrun debug output.
23450
23451 2014-03-20 Pedro Alves <palves@redhat.com>
23452
23453 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
23454 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
23455
23456 2014-03-20 Pedro Alves <palves@redhat.com>
23457
23458 PR breakpoints/7143
23459 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
23460 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
23461 of gdb_test_multiple.
23462 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
23463 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
23464
23465 2014-03-20 Pedro Alves <palves@redhat.com>
23466
23467 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
23468 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
23469
23470 2014-03-19 Pedro Alves <palves@redhat.com>
23471
23472 * gdb.base/async.exp: Remove early return.
23473
23474 2014-03-19 Pedro Alves <palves@redhat.com>
23475
23476 * gdb.base/async.exp (step& tests): Pass explicit test messages.
23477
23478 2014-03-19 Pedro Alves <palves@redhat.com>
23479
23480 * gdb.base/async.exp (test_background): Expect \r\n after
23481 "completed." in the fail pattern.
23482
23483 2014-03-19 Pedro Alves <palves@redhat.com>
23484
23485 * gdb.base/async.exp (test_background): New procedure.
23486 Use it for all background execution command tests.
23487
23488 2014-03-19 Pedro Alves <palves@redhat.com>
23489
23490 * gdb.base/async.exp: Use prepare_for_testing.
23491
23492 2014-03-19 Pedro Alves <palves@redhat.com>
23493
23494 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
23495 the same line.
23496
23497 2014-03-19 Pedro Alves <palves@redhat.com>
23498
23499 * gdb.base/async.c (main): Add "jump here" and "until here" line
23500 marker comments.
23501 * gdb.base/async.exp (jump_here): New global.
23502 (jump& test): Use it.
23503 (until_here): New global.
23504 (until& test): Use it.
23505
23506 2014-03-19 Pedro Alves <palves@redhat.com>
23507
23508 * gdb.base/async.exp: Don't frob gdb_protocol.
23509
23510 2014-03-18 Doug Evans <xdje42@gmail.com>
23511
23512 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
23513 Fix spelling of exec-done-display.
23514
23515 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
23516
23517 PR gdb/15358
23518 * gdb.base/gdb-sigterm.c: New file.
23519 * gdb.base/gdb-sigterm.exp: New file.
23520
23521 2014-03-18 Pedro Alves <palves@redhat.com>
23522
23523 PR gdb/13860
23524 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
23525 * lib/mi-support.exp (mi_expect_stop): Add special handling for
23526 solib-event.
23527
23528 2014-03-17 Joel Brobecker <brobecker@adacore.com>
23529
23530 * gdb.ada/pckd_arr_ren: New testcase.
23531
23532 2014-03-13 Doug Evans <xdje42@gmail.com>
23533
23534 PR guile/16612
23535 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
23536 collect after discarding symbols.
23537
23538 2014-03-13 Ludovic Courtès <ludo@gnu.org>
23539 Doug Evans <xdje42@gmail.com>
23540
23541 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
23542 to history survives a gc.
23543
23544 2014-03-13 Pedro Alves <palves@redhat.com>
23545
23546 * gdb.base/default.exp: Don't test "target procfs".
23547
23548 2014-03-13 Pedro Alves <palves@redhat.com>
23549
23550 * gdb.base/default.exp: Update "target child" and "target procfs"
23551 tests to not expect "Unix".
23552
23553 2014-03-12 Tom Tromey <tromey@redhat.com>
23554
23555 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
23556 New procs. Add target-async tests.
23557 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
23558 Add target-async tests.
23559
23560 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23561
23562 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
23563 'func_start' and 'func_end' for the beginning and end of the
23564 function code, respectively.
23565 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
23566 'func_end' instead of 'func' and 'main'.
23567
23568 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23569
23570 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
23571 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
23572 generate the debug info assembler source.
23573
23574 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23575
23576 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
23577 * gdb.dwarf2/arr-subrange.exp: Likewise.
23578 * gdb.dwarf2/dwz.exp: Likewise.
23579 * gdb.dwarf2/method-ptr.exp: Likewise.
23580 * gdb.dwarf2/missing-sig-type.exp: Likewise.
23581 * gdb.dwarf2/subrange.exp: Likewise.
23582 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
23583 * gdb.dwarf2/implptrpiece.exp: Likewise.
23584 * gdb.dwarf2/nostaticblock.exp: Likewise.
23585
23586 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23587
23588 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
23589 directory to absolute path name arguments.
23590
23591 2014-03-10 Joel Brobecker <brobecker@adacore.com>
23592
23593 * gdb.ada/tagged_access: New testcase.
23594
23595 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
23596
23597 * gdb.btrace/data.exp: Update expected output.
23598
23599 2014-03-06 Yao Qi <yao@codesourcery.com>
23600
23601 * gdb.trace/pr16508.exp: New file.
23602
23603 2014-03-05 Pedro Alves <palves@redhat.com>
23604
23605 PR gdb/16575
23606 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
23607 procedure.
23608 (top level): Adjust to use it. Add tests that exercise breakpoint
23609 interaction with the code-cache.
23610
23611 2014-02-26 Ludovic Courtès <ludo@gnu.org>
23612
23613 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
23614 test for 'history-append!'.
23615
23616 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23617
23618 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
23619 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
23620 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
23621 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
23622 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
23623 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
23624
23625 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23626
23627 * testsuite/gdb.python/py-pp-re-notag.c: New file.
23628 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
23629 * testsuite/gdb.python/py-pp-re-notag.p: New file.
23630
23631 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23632
23633 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
23634
23635 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23636
23637 * gdb.dwarf2/arr-stride.c: New file.
23638 * gdb.dwarf2/arr-stride.exp: New file.
23639
23640 2014-02-26 Pedro Alves <palves@redhat.com>
23641
23642 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
23643 that won't ever trigger. Make sure that GDB reports the correct
23644 breakpoint that caused the stop.
23645
23646 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
23647
23648 PR gdb/16626
23649 * gdb.base/auto-load-script: New file.
23650 * gdb.base/auto-load.c: New file.
23651 * gdb.base/auto-load.exp: New file.
23652
23653 PR gdb/16626
23654 * gdb.base/auto-load.exp: Fix out-of-srctree run.
23655
23656 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
23657
23658 Fix dw2-icycle.exp -fsanitize=address GDB crash.
23659 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
23660
23661 2014-02-24 Doug Evans <dje@google.com>
23662
23663 * lib/gdb.exp (run_on_host): Log error output if program fails.
23664
23665 2014-02-21 Pedro Alves <palves@redhat.com>
23666
23667 * gdb.threads/step-after-sr-lock.c: Rename to ...
23668 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
23669 * gdb.threads/step-after-sr-lock.exp: Rename to ...
23670 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23671 ... this.
23672
23673 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
23674
23675 PR tdep/16397
23676 * gdb.arch/amd64-stap-special-operands.exp: New file.
23677 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
23678 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
23679 * gdb.arch/amd64-stap-triplet.S: Likewise.
23680 * gdb.arch/amd64-stap-triplet.c: Likewise.
23681
23682 2014-02-20 Joel Brobecker <brobecker@adacore.com>
23683
23684 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
23685 in .section pseudo-op.
23686
23687 2014-02-20 lin zuojian <manjian2006@gmail.com>
23688 Joel Brobecker <brobecker@adacore.com>
23689 Doug Evans <xdje42@gmail.com>
23690
23691 PR symtab/16581
23692 * gdb.dwarf2/dw2-icycle.S: New file.
23693 * gdb.dwarf2/dw2-icycle.c: New file.
23694 * gdb.dwarf2/dw2-icycle.exp: New file.
23695
23696 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
23697
23698 * gdb.python/py-value-cc.cc: Improve test case to enable testing
23699 operations on gdb.Value objects.
23700 * gdb.python/py-value-cc.exp: Add new test to test operations on
23701 gdb.Value objects.
23702
23703 2014-02-18 Doug Evans <dje@google.com>
23704
23705 * Makefile.in (TESTS): New variable.
23706 (expanded_tests, expanded_tests_or_none): New variables
23707 (check-single): Pass $(expanded_tests_or_none) to runtest.
23708 (check-parallel): Only run tests in $(TESTS) if non-empty.
23709 (check/no-matching-tests-found): New rule.
23710 * README: Document TESTS makefile variable.
23711
23712 2014-02-18 Doug Evans <dje@google.com>
23713
23714 * Makefile.in (check-parallel): rm -rf outputs temp.
23715
23716 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
23717
23718 Fix "ERROR: no fileid for" in the testsuite.
23719 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
23720
23721 2014-02-12 Doug Evans <dje@google.com>
23722
23723 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
23724 (MISCELLANEOUS): New variable.
23725 (clean): rm -rf $(MISCELLANEOUS).
23726 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
23727 dwp live in the same directory as symlinks, with each symlink pointed
23728 to a differently named file in a different directory.
23729
23730 2014-02-11 Doug Evans <dje@google.com>
23731
23732 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
23733 of Tcl file commands.
23734
23735 2014-02-10 Mark Kettenis <kettenis@gnu.org>
23736
23737 * gdb.threads/step-after-sr-lock.exp: Avoid executing
23738 "kill -SIGUSR1 -1".
23739
23740 2014-02-10 Joel Brobecker <brobecker@adacore.com>
23741
23742 * gdb.ada/tick_length_array_enum_idx: New testcase.
23743
23744 2014-02-10 Doug Evans <xdje42@gmail.com>
23745
23746 * configure.ac (AC_OUTPUT): Add gdb.guile.
23747 * configure: Regenerate.
23748 * lib/gdb-guile.exp: New file.
23749 * lib/gdb.exp (get_target_charset): New function.
23750 * gdb.base/help.exp: Update expected output from "apropos apropos".
23751 * gdb.guile/Makefile.in: New file.
23752 * gdb.guile/guile.exp: New file.
23753 * gdb.guile/scm-arch.c: New file.
23754 * gdb.guile/scm-arch.exp: New file.
23755 * gdb.guile/scm-block.c: New file.
23756 * gdb.guile/scm-block.exp: New file.
23757 * gdb.guile/scm-breakpoint.c: New file.
23758 * gdb.guile/scm-breakpoint.exp: New file.
23759 * gdb.guile/scm-disasm.c: New file.
23760 * gdb.guile/scm-disasm.exp: New file.
23761 * gdb.guile/scm-equal.c: New file.
23762 * gdb.guile/scm-equal.exp: New file.
23763 * gdb.guile/scm-error.exp: New file.
23764 * gdb.guile/scm-error.scm: New file.
23765 * gdb.guile/scm-frame-args.c: New file.
23766 * gdb.guile/scm-frame-args.exp: New file.
23767 * gdb.guile/scm-frame-args.scm: New file.
23768 * gdb.guile/scm-frame-inline.c: New file.
23769 * gdb.guile/scm-frame-inline.exp: New file.
23770 * gdb.guile/scm-frame.c: New file.
23771 * gdb.guile/scm-frame.exp: New file.
23772 * gdb.guile/scm-generics.exp: New file.
23773 * gdb.guile/scm-gsmob.exp: New file.
23774 * gdb.guile/scm-iterator.c: New file.
23775 * gdb.guile/scm-iterator.exp: New file.
23776 * gdb.guile/scm-math.c: New file.
23777 * gdb.guile/scm-math.exp: New file.
23778 * gdb.guile/scm-objfile-script-gdb.in: New file.
23779 * gdb.guile/scm-objfile-script.c: New file.
23780 * gdb.guile/scm-objfile-script.exp: New file.
23781 * gdb.guile/scm-objfile.c: New file.
23782 * gdb.guile/scm-objfile.exp: New file.
23783 * gdb.guile/scm-ports.exp: New file.
23784 * gdb.guile/scm-pretty-print.c: New file.
23785 * gdb.guile/scm-pretty-print.exp: New file.
23786 * gdb.guile/scm-pretty-print.scm: New file.
23787 * gdb.guile/scm-section-script.c: New file.
23788 * gdb.guile/scm-section-script.exp: New file.
23789 * gdb.guile/scm-section-script.scm: New file.
23790 * gdb.guile/scm-symbol.c: New file.
23791 * gdb.guile/scm-symbol.exp: New file.
23792 * gdb.guile/scm-symtab-2.c: New file.
23793 * gdb.guile/scm-symtab.c: New file.
23794 * gdb.guile/scm-symtab.exp: New file.
23795 * gdb.guile/scm-type.c: New file.
23796 * gdb.guile/scm-type.exp: New file.
23797 * gdb.guile/scm-value-cc.cc: New file.
23798 * gdb.guile/scm-value-cc.exp: New file.
23799 * gdb.guile/scm-value.c: New file.
23800 * gdb.guile/scm-value.exp: New file.
23801 * gdb.guile/source2.scm: New file.
23802 * gdb.guile/types-module.cc: New file.
23803 * gdb.guile/types-module.exp: New file.
23804
23805 2014-02-10 Yao Qi <yao@codesourcery.com>
23806
23807 PR testsuite/16543
23808 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
23809 * configure: Regenerated.
23810 * Makefile.in: New file.
23811
23812 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
23813
23814 * gdb.python/py-framefilter.exp: Fix typo.
23815
23816 2014-02-08 Yao Qi <yao@codesourcery.com>
23817
23818 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
23819 that no =breakpoint-modified is emitted when breakpoints are
23820 modified through MI commands.
23821
23822 2014-02-07 Pedro Alves <pedro@codesourcery.com>
23823 Pedro Alves <palves@redhat.com>
23824
23825 * gdb.threads/step-after-sr-lock.c: New file.
23826 * gdb.threads/step-after-sr-lock.exp: New file.
23827
23828 2014-02-07 Pedro Alves <palves@redhat.com>
23829
23830 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
23831
23832 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
23833
23834 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
23835 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
23836
23837 2014-02-06 Doug Evans <xdje42@gmail.com>
23838
23839 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
23840 output.
23841
23842 * gdb.gdb/python-interrupts.exp: New file.
23843
23844 2014-02-05 Yao Qi <yao@codesourcery.com>
23845
23846 * gdb.trace/report.exp (use_collected_data): Test the output
23847 of "info threads" and "info inferiors".
23848
23849 2014-02-05 Yao Qi <yao@codesourcery.com>
23850
23851 Revert this patch:
23852
23853 2013-05-24 Yao Qi <yao@codesourcery.com>
23854
23855 * gdb.trace/tfile.exp: Test inferior and thread.
23856
23857 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23858
23859 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
23860 on a function.
23861 * gdb.base/step-bt.c: Call hello via function pointer to make
23862 sure its first instruction is executed on powerpc64le-linux.
23863
23864 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23865
23866 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
23867
23868 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23869
23870 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
23871 of the test patterns for use on little-endian systems.
23872
23873 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23874
23875 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
23876 (decimal_vector): Fix for little-endian.
23877
23878 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
23879
23880 * gdb.arch/sparc-sysstep.exp: New file.
23881 * gdb.arch/sparc-sysstep.c: Likewise.
23882
23883 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
23884
23885 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23886
23887 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
23888
23889 2014-01-23 Tom Tromey <tromey@redhat.com>
23890
23891 * gdb.ada/array_char_idx: New testcase.
23892
23893 2014-01-23 Tom Tromey <tromey@redhat.com>
23894
23895 PR python/16487:
23896 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
23897 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
23898 classes.
23899
23900 2014-01-23 Tom Tromey <tromey@redhat.com>
23901
23902 PR python/16491:
23903 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
23904 string from an inferior frame.
23905 * gdb.python/py-framefilter-mi.exp: Update.
23906
23907 2014-01-22 Doug Evans <dje@google.com>
23908
23909 * gdb.server/server-mon.exp: Add tests for "set debug-format".
23910
23911 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23912
23913 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
23914
23915 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23916
23917 * gdb.trace/entry-values.exp: Remove excess space character from
23918 regex patterns. Handle s390 call instruction.
23919
23920 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23921
23922 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
23923 define "*_start" label. Make "name" static.
23924 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
23925 ${name} by references to ${name}_start.
23926
23927 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23928
23929 * gdb.base/info-macros.exp: Remove "debug" from the compile
23930 options.
23931
23932 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23933
23934 * gdb.dlang/demangle.exp: New file.
23935
23936 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23937
23938 * gdb.dlang/primitive-types.exp: New file.
23939
23940 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23941
23942 * configure.ac: Create gdb.dlang/Makefile.
23943 * configure: Regenerate.
23944 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
23945 * gdb.dlang/Makefile.in: New file.
23946 * lib/d-support.exp: New file.
23947 * lib/gdb.exp (skip_d_tests): New proc.
23948
23949 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23950
23951 * gdb.btrace/delta.exp: Check reverse stepi.
23952 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
23953 * gdb.btrace/finish.exp: New.
23954 * gdb.btrace/next.exp: New.
23955 * gdb.btrace/nexti.exp: New.
23956 * gdb.btrace/record_goto.c: Add comments.
23957 * gdb.btrace/step.exp: New.
23958 * gdb.btrace/stepi.exp: New.
23959 * gdb.btrace/multi-thread-step.c: New.
23960 * gdb.btrace/multi-thread-step.exp: New.
23961 * gdb.btrace/rn-dl-bind.c: New.
23962 * gdb.btrace/rn-dl-bind.exp: New.
23963 * gdb.btrace/data.c: New.
23964 * gdb.btrace/data.exp: New.
23965 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23966
23967 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23968
23969 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
23970 * gdb.btrace/exception.exp: Update.
23971 * gdb.btrace/instruction_history.exp: Update.
23972 * gdb.btrace/record_goto.exp: Update.
23973 * gdb.btrace/tailcall.exp: Update.
23974 * gdb.btrace/unknown_functions.exp: Update.
23975 * gdb.btrace/delta.exp: New.
23976
23977 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23978
23979 * gdb.btrace/record_goto.exp: Add backtrace test.
23980 * gdb.btrace/tailcall.exp: Add backtrace test.
23981
23982 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23983
23984 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
23985 * gdb.btrace/record_goto.c: New.
23986 * gdb.btrace/record_goto.exp: New.
23987 * gdb.btrace/x86-record_goto.S: New.
23988
23989 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23990
23991 * gdb.btrace/function_call_history.exp: Update tests.
23992 * gdb.btrace/instruction_history.exp: Update tests.
23993
23994 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23995
23996 * gdb.btrace/function_call_history.exp: Fix expected field
23997 order for "record function-call-history".
23998 Add new tests for "record function-call-history /c".
23999 * gdb.btrace/exception.cc: New.
24000 * gdb.btrace/exception.exp: New.
24001 * gdb.btrace/tailcall.exp: New.
24002 * gdb.btrace/x86-tailcall.S: New.
24003 * gdb.btrace/x86-tailcall.c: New.
24004 * gdb.btrace/unknown_functions.c: New.
24005 * gdb.btrace/unknown_functions.exp: New.
24006 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24007
24008 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24009
24010 * gdb.btrace/instruction_history.exp: Update.
24011 * gdb.btrace/function_call_history.exp: Update.
24012
24013 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24014
24015 * gdb.btrace/function_call_history.exp: Fix expected function
24016 trace.
24017 * gdb.btrace/instruction_history.exp: Initialize traced.
24018 Remove traced_functions.
24019
24020 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24021
24022 * gdb.btrace/function_call_history.exp: Update
24023 * gdb.btrace/instruction_history.exp: Update.
24024
24025 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24026
24027 * gdb.btrace/enable.exp: Update expected text.
24028
24029 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
24030
24031 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
24032 bytes.
24033
24034 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
24035
24036 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
24037
24038 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
24039
24040 * lib/gdb.exp (supports_process_record): Return true for
24041 arm*-linux*. (supports_reverse): Likewise.
24042
24043 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
24044
24045 PR python/15464
24046 PR python/16113
24047 * gdb.python/py-type.c: Enhance test case.
24048 * gdb.python/py-value-cc.cc: Likewise
24049 * gdb.python/py-type.exp: Add new tests.
24050 * gdb.python/py-value-cc.exp: Likewise
24051
24052 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
24053 Pedro Alves <palves@redhat.com>
24054
24055 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
24056 Make "name" extern.
24057 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
24058 references to ${name}_start by references to ${name}.
24059
24060 2014-01-10 Joel Brobecker <brobecker@adacore.com>
24061
24062 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
24063
24064 2014-01-10 Joel Brobecker <brobecker@adacore.com>
24065
24066 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
24067
24068 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
24069 Pedro Alves <palves@redhat.com>
24070
24071 * gdb.mi/mi-info-os.exp: Connect to the target with
24072 mi_gdb_target_load.
24073
24074 2014-01-08 Pedro Alves <palves@redhat.com>
24075
24076 * gdb.threads/reconnect-signal.c: New file.
24077 * gdb.threads/reconnect-signal.exp: New file.
24078
24079 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
24080
24081 * gdb.base/source-dir.exp: New file.
24082
24083 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24084
24085 * gdb.ada/mi_interface: New testcase.
24086
24087 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24088
24089 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
24090 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
24091 gdb.ada/pp-rec-component/pck.ads: New files.
24092
24093 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24094
24095 * gdb.python/py-pp-integral.c: New file.
24096 * gdb.python/py-pp-integral.py: New file.
24097 * gdb.python/py-pp-integral.exp: New file.
24098
24099 For older changes see ChangeLog-1993-2013.
24100 \f
24101 ;; Local Variables:
24102 ;; mode: change-log
24103 ;; left-margin: 8
24104 ;; fill-column: 74
24105 ;; version-control: never
24106 ;; End:
24107
24108 Copyright 2014-2021 Free Software Foundation, Inc.
24109 Copying and distribution of this file, with or without modification,
24110 are permitted provided the copyright notice and this notice are preserved.