c723a9a0a8e41ec46257f1428a4c9b225efd1b6b
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2021-05-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2
3 * gdb.base/index-cache.exp: Cleanup $cache_dir/*.gdb-index and
4 remove the directory.
5 * gdb.dwarf2/per-bfd-sharing.exp: Likewise.
6
7 2021-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
8
9 * gdb.python/py-inferior.exp: Add test cases for 'connection_num'.
10
11 2021-05-14 Kent Cheung <kent.cheung@arm.com>
12 Andrew Burgess <andrew.burgess@embecosm.com>
13
14 * gdb.python/py-format-string.c: Added a variable to test.
15 * gdb.python/py-format-string.exp: Check string representation is
16 printed at appropriate max_depth settings.
17 * gdb.python/py-nested-maps.exp: Likewise.
18 * gdb.guile/scm-pretty-print.exp: Add additional tests.
19
20 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
21
22 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Give some tests
23 unique names, also wrap proc body in with_test_prefix.
24
25 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
26
27 * gdb.guile/scm-frame-args.exp: Add with_test_prefix to resolve
28 duplicate test names.
29 * gdb.guile/scm-parameter.exp: Provide test names to avoid
30 duplicate names based on the command being run.
31 * gdb.guile/scm-symbol.exp: Extend test name to make it unique.
32 * gdb.guile/scm-type.exp (restart_gdb): Don't print PASS line when
33 loading a support module.
34 (test_equality): Update test name to match the actual test, making
35 the name unique in the process.
36 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test names
37 to resolve duplicate tests.
38 (test_inferior_function_call): Likewise.
39 (test_subscript_regression): Likewise.
40
41 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
42
43 * lib/guile.exp (gdb_scm_load_file): Use empty test name to
44 silence PASS lines.
45 (gdb_install_guile_module): Likewise.
46
47 2021-05-12 George Barrett <bob@bob131.so>
48
49 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
50 value-const-value.
51
52 2021-05-12 George Barrett <bob@bob131.so>
53
54 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
55 value-reference-value. Add test for value-rvalue-reference-value.
56
57 2021-05-11 Tom de Vries <tdevries@suse.de>
58
59 * gdb.base/watch_thread_num.exp: Fix "set debug infrun 1" FAILs.
60 Add "set debug infrun 1" commented out.
61
62 2021-05-11 Tom de Vries <tdevries@suse.de>
63
64 * gdb.base/gdb-sigterm.exp: Fix exp_continue regexp.
65
66 2021-05-11 Bhuvanendra Kumar <Bhuvanendra.KumarN@amd.com>
67
68 * gdb.fortran/array-element.exp: Breakpoint location is modified.
69
70 2021-05-10 Lancelot Six <lsix@lancelotsix.com>
71
72 PR gdb/27614
73 * gdb.dwarf2/gdb-add-index-symlink.exp: New test.
74
75 2021-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
76
77 * gdb.guile/guile.exp: Don't use the source directory as a
78 temporary HOME directory.
79
80 2021-05-10 Simon Marchi <simon.marchi@polymtl.ca>
81
82 * gdb.arch/amd64-osabi.exp (test_osabi_none): Use the
83 parameters.
84
85 2021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
86
87 * gdb.guile/guile.exp: Add an extra test.
88
89 2021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
90
91 * gdb.base/ptype-offsets.exp: Replace use of send_gdb with
92 gdb_test_no_output.
93
94 2021-05-07 Simon Marchi <simon.marchi@polymtl.ca>
95
96 * Re-format all Python files using black.
97 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust.
98
99 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
100
101 * gdb.guile/scm-breakpoint.exp (test_watchpoints): Print the
102 watchpoint object before and after registering it with GDB.
103
104 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
105
106 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Convert to
107 'proc_with_prefix', remove use of 'with_test_prefix', and
108 reindent.
109 (test_bkpt_deletion): Likewise.
110 (test_bkpt_cond_and_cmds): Likewise.
111 (test_bkpt_invisible): Likewise.
112 (test_watchpoints): Likewise.
113 (test_bkpt_internal): Likewise.
114 (test_bkpt_eval_funcs): Likewise.
115 (test_bkpt_registration): Likewise.
116 (test_bkpt_address): Convert to 'proc_with_prefix'.
117 (test_bkpt_probe): Likewise.
118
119 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
120
121 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Extend test
122 names to avoid duplicates.
123 (test_bkpt_cond_and_cmds): Likewise.
124 (test_bkpt_eval_funcs): Likewise.
125
126 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
127
128 * gdb.mi/mi-break.exp (test_forced_conditions): Add a test
129 for the -break-condition command's "--force" flag.
130
131 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
132
133 * gdb.mi/mi-break.exp (test_forced_conditions): New proc that
134 is called by the test.
135
136 2021-05-05 Tom de Vries <tdevries@suse.de>
137
138 * gdb.threads/detach-step-over.exp: Do exp_continue when encountering
139 "Reading symbols" or "Expanding full symbols" lines. Using timeout
140 factor of 2 for attach.
141
142 2021-05-05 Tom de Vries <tdevries@suse.de>
143
144 * gdb.threads/fork-plus-threads.exp: Handle "New LWP <n>" and
145 "LWP <n> exited" messages.
146
147 2021-05-04 Simon Marchi <simon.marchi@polymtl.ca>
148
149 * gdb.python/py-type.exp (test_fields): Test calling fields on
150 an int type.
151
152 2021-05-04 Simon Marchi <simon.marchi@efficios.com>
153
154 * gdb.python/flexible-array-member.exp: Adjust expected range
155 value for member declared with 0 size. Test accessing range
156 tuple through range type.
157
158 2021-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
159
160 PR testsuite/27788
161 * gdb.python/py-startup-opt.exp (test_python_settings): Change the
162 expected results when environment variable PYTHONDONTWRITEBYTECODE
163 is set.
164
165 2021-04-30 Tom Tromey <tromey@adacore.com>
166
167 * gdb.ada/enum_idx_packed/pck.ads (My_Enum, My_Array_Type)
168 (Confused_Array): New types.
169 * gdb.ada/enum_idx_packed/foo.adb (Confused_Array): New variable.
170 * gdb.ada/enum_idx_packed.exp: Add new tests.
171
172 2021-04-30 Tom de Vries <tdevries@suse.de>
173
174 * gdb.mi/mi-sym-info.exp: Add with_timeout_factor, and increase
175 existing timeout factors.
176
177 2021-04-30 Tom de Vries <tdevries@suse.de>
178
179 * gdb.mi/mi-sym-info.exp: Remove duplicate test.
180
181 2021-04-29 Tom de Vries <tdevries@suse.de>
182
183 PR testsuite/27786
184 * lib/valgrind.exp (vgdb_start): Use set_remotetimeout. Increase
185 remotetimeout to 4.
186
187 2021-04-28 Tom Tromey <tromey@adacore.com>
188
189 * gdb.ada/null_overload.exp: New file.
190 * gdb.ada/null_overload/foo.adb: New file.
191
192 2021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
193
194 * gdb.python/py-startup-opt.exp: New file.
195
196 2021-04-27 Luis Machado <luis.machado@linaro.org>
197
198 * gdb.base/maint.exp: Drop a pattern that is not needed.
199 * lib/gdb.exp (readnow): Match line-by-line.
200
201 2021-04-27 Luis Machado <luis.machado@linaro.org>
202
203 * gdb.xml/tdesc-reload.exp: Pass -lbl.
204
205 2021-04-27 Michael Weghorn <m.weghorn@posteo.de>
206 Simon Marchi <simon.marchi@polymtl.ca>
207
208 * gdb.python/libpy-autoloaded-pretty-printers-in-newobjfile-event.so-gdb.py: New test.
209 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.cc: New test.
210 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.h: New test.
211 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-main.cc: New test.
212 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.exp: New test.
213 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.py: New test.
214
215 2021-04-26 Tom Tromey <tromey@adacore.com>
216
217 PR gdb/27743:
218 * gdb.dwarf2/imported-unit-bp.exp: New file.
219 * gdb.dwarf2/imported-unit-bp-main.c: New file.
220 * gdb.dwarf2/imported-unit-bp-alt.c: New file.
221
222 2021-04-26 Simon Marchi <simon.marchi@polymtl.ca>
223
224 PR gdb/27773
225 * gdb.base/dump.exp: Test dump to non-existent dir.
226
227 2021-04-26 Luis Machado <luis.machado@linaro.org>
228
229 * gdb.arch/aarch64-dbreg-contents.c (set_watchpoint): Fix arch level
230 comparison.
231
232 2021-04-25 Lancelot Six <lsix@lancelotsix.com>
233
234 PR gdb/22640
235 * gdb.base/ptype-offsets.exp: Add tests to verify the behavior
236 of 'ptype/ox' and 'ptype/od'. Check that 'set print type hex'
237 changes the default behavior of 'ptype/o'. Update to take into
238 account new horizontal layout.
239 * gdb.rust/simple.exp: Update ptype test to check new horizontal
240 layout.
241 * gdb.rust/union.exp: Same.
242
243 2021-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
244
245 * gdb.base/info_sources.exp: Add new tests.
246
247 2021-04-22 Tom Tromey <tom@tromey.com>
248
249 * gdb.base/ptype-offsets.cc (struct empty_member): New.
250 (main): Use empty_member.
251 * gdb.base/ptype-offsets.exp: Add new test.
252
253 2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
254
255 * gdb.python/flexible-array-member.exp: Add check for Python
256 support.
257
258 2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
259
260 PR gdb/27757
261 * gdb.python/flexible-array-member.c: New test.
262 * gdb.python/flexible-array-member.exp: New test.
263 * gdb.guile/scm-type.exp (test_range): Add test for flexible
264 array member.
265 * gdb.guile/scm-type.c (struct flex_member): New.
266 (main): Use it.
267
268 2021-04-22 Tom Tromey <tom@tromey.com>
269
270 * gdb.rust/modules.exp: Add checks for syntax errors.
271 * gdb.rust/expr.exp: Add checks for syntax errors.
272 * gdb.rust/simple.exp: Add checks for syntax errors.
273
274 2021-04-21 Carl Love <cel@us.ibm.com>
275
276 * gdb.base/valgrind-bt.exp: Add gdb_test "break main".
277 Update expected string for gdb_test "bt".
278
279 * lib/valgrind.exp: Add set remotetimeout 3.
280 Increase vgdb wait from 1 to 2.
281 Add max-invoke-ms option to vgdb command line.
282
283 2021-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
284
285 * gdb.mi/mi-break.exp: Extend with checks for invalid breakpoint
286 conditions.
287
288 2021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
289 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
290
291 * gdb.mi/mi-break.exp: Fix the duplicate test names.
292
293 2021-04-20 Felix Willgerodt <felix.willgerodt@intel.com>
294
295 * gdb.base/address_space_qualifier.exp: New file.
296
297 2021-04-19 Tom Tromey <tromey@adacore.com>
298
299 PR gdb/27742:
300 * gdb.opt/inline-locals.exp: Update kfail patterns.
301
302 2021-04-17 Tom Tromey <tom@tromey.com>
303
304 * gdb.dwarf2/gdb-index-nodebug.exp: New file.
305
306 2021-04-16 Tom Tromey <tom@tromey.com>
307
308 * gdb.rust/simple.exp: Change error text.
309 * gdb.rust/expr.exp: Change error text.
310
311 2021-04-16 Tom Tromey <tom@tromey.com>
312
313 * gdb.rust/simple.exp: Add parens to 'as' test.
314
315 2021-04-16 Simon Marchi <simon.marchi@efficios.com>
316
317 * boards/simavr.exp: Set debug_flags.
318
319 2021-04-16 Luis Machado <luis.machado@linaro.org>
320
321 * gdb.dwarf2/dw2-bfloat16.exp: New file.
322
323 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
324
325 * gdb.python/py-parameter.exp: Give a test a proper name to avoid
326 including a path in the test name.
327
328 2021-04-15 Simon Marchi <simon.marchi@polymtl.ca>
329
330 * gdb.threads/fork-plus-threads.exp: Use foreach_with_prefix.
331
332 2021-04-15 Tom Tromey <tromey@adacore.com>
333
334 * gdb.dwarf2/arr-stride.exp: Add test.
335
336 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
337
338 * gdb.base/startup-file.exp: Add more tests.
339
340 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
341
342 PR cli/25956
343 * gdb.base/early-init-file.c: New file.
344 * gdb.base/early-init-file.exp: New file.
345 * lib/gdb-utils.exp (style): Handle style 'none'.
346
347 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
348
349 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: Use
350 @DW_INL_declared_inlined for the inline attribute.
351
352 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
353
354 * gdb.opt/inline-locals.c (scoped): New function.
355 (main): Call 'scoped'.
356 * gdb.opt/inline-locals.exp: Update with "info locals" tests
357 for scoped variables.
358 * gdb.dwarf2/dw2-inline-with-lexical-scope.c: New file.
359 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: New file.
360
361 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
362
363 * lib/dwarf.exp (_location): Recognize DW_OP_fbreg as an op.
364
365 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
366
367 * gdb.arch/powerpc-vsx-regs.exp: Initialize vs* doublewords.
368
369 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
370
371 * gdb.arch/powerpc-plxv-nonrel.s: Testcase using
372 non-relative plxv instructions.
373 * gdb.arch/powerpc-plxv-nonrel.exp: Testcase harness.
374
375 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
376
377 PR gdb/27525
378 * gdb/testsuite/gdb.arch/powerpc-addpcis.exp: Testcase harness to
379 exercise single-stepping over subpcis,lnia,addpcis instructions
380 with displacement.
381 * gdb/testsuite/gdb.arch/powerpc-addpcis.s: Testcase with stream
382 of addpcis/lnia/subpcis instructions.
383 * gdb/testsuite/gdb.arch/powerpc-lnia.exp: Testcase harness to
384 exercise single-stepping over lnia instructions with displacement.
385 * gdb/testsuite/gdb.arch/powerpc-lnia.s: Testcase with stream of
386 lnia instructions.
387
388 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
389
390 * gdb.arch/powerpc-power10.s: New test for instructions.
391 * gdb.arch/powerpc-power10.exp: Harness to run the test.
392
393 2021-4-12 Carl Love <cel@us.ibm.com>
394
395 * gdb.arch/vsx-vsr-float128.c: New test file.
396 * gdb.arch/vsx-vsr-float128.exp: New expect file.
397
398 2021-04-12 Markus Metzger <markus.t.metzger@intel.com>
399
400 * gdb.btrace/reconnect.exp: Relax expected stepi output.
401
402 2021-04-07 Weimin Pan <weimin.pan@oracle.com>
403
404 * gdb.base/ctf-ptype.c: Add struct link containing a forward
405 reference type.
406 * gdb.base/ctf-ptype.exp: Add "ptype struct link".
407
408 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
409
410 * gdb.fortran/dynamic-ptype-whatis.exp: New file.
411 * gdb.fortran/dynamic-ptype-whatis.f90: New file.
412
413 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
414
415 * gdb.cp/rvalue-ref-params.cc (f3): New function.
416 (f4): New function.
417 (global_int): New global variable.
418 (global_float): Likeiwse.
419 (main): Call both new functions.
420 * gdb.cp/rvalue-ref-params.exp: Add new tests.
421
422 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
423
424 * gdb.dwarf2/fission-relative-dwo.c: New file.
425 * gdb.dwarf2/fission-relative-dwo.exp: New file.
426
427 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
428
429 * gdb.dwarf2/fission-absolute-dwo.c: New file.
430 * gdb.dwarf2/fission-absolute-dwo.exp: New file.
431 * gdb.dwarf2/fission-base.exp: Use build_executable_and_dwo_files
432 instead of build_executable_from_fission_assembler.
433 * gdb.dwarf2/fission-loclists-pie.exp: Likewise.
434 * gdb.dwarf2/fission-loclists.exp: Likewise.
435
436 * gdb.dwarf2/fission-multi-cu.S: Delete file.
437 * gdb.dwarf2/fission-multi-cu.c: New file based on old
438 fission-multi-cu1.c and fission-multi-cu2.c files.
439 * gdb.dwarf2/fission-multi-cu1.c: Delete file.
440 * gdb.dwarf2/fission-multi-cu2.c: Delete file.
441 * gdb.dwarf2/fission-multi-cu.exp: Rewrite to use Dwarf assembler.
442 * gdb.dwarf2/fission-reread.exp: Likewise.
443 * lib/dwarf.exp (extract_dwo_information): New proc.
444 (strip_dwo_information): New proc.
445 (build_executable_and_dwo_files): New proc.
446 (build_executable_from_fission_assembler): Delete.
447 (Dwarf::_debug_addr_index): New variable.
448 (Dwarf::_cu_is_fission): New variable.
449 (Dwarf::_handle_DW_FORM): Handle DW_OP_GNU_addr_index.
450 (Dwarf::_default_form): Supply a default for DW_AT_GNU_addr_base.
451 (Dwarf::_handle_macro_at_range): Use form DW_FORM_GNU_addr_index
452 if this is a fission CU.
453 (Dwarf::_location): Handle DW_OP_GNU_addr_index.
454 (Dwarf::debug_addr_label): New proc.
455 (Dwarf::cu): Initialise _cu_is_fission.
456 (Dwarf::tu): Likewise.
457 (Dwarf::assemble): Initialise _debug_addr_index.
458
459 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
460
461 * gdb.dwarf2/dw2-using-debug-str.exp: Add an additional test.
462
463 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
464
465 * gdb.python/py-parameter.exp: Add test for reading data-directory
466 using gdb.parameter API.
467
468 2021-04-06 Tom de Vries <tdevries@suse.de>
469
470 PR breakpoints/25884
471 * gdb.opt/inline-cmds.exp: Remove kfail.
472
473 2021-04-06 Tom de Vries <tdevries@suse.de>
474
475 PR testsuite/27691
476 * gdb.threads/gcore-thread.exp: Don't call gdb_core_cmd with core
477 file "".
478
479 2021-04-01 Egeyar Bagcioglu <egeyar@gmail.com>
480
481 * lib/pdtrace.in: Fix obvious typo.
482
483 2021-03-31 Tom Tromey <tromey@adacore.com>
484
485 * lib/dwarf.exp (Dwarf::_get_args): New proc.
486 (Dwarf::_location): Use it.
487
488 2021-03-31 Tom de Vries <tdevries@suse.de>
489
490 PR testsuite/27667
491 * lib/gdb.exp (default_gdb_init): Unset DEBUGINFOD_URLS.
492
493 2021-03-30 Simon Marchi <simon.marchi@polymtl.ca>
494
495 PR gdb/27541
496 * gdb.base/index-cache-load-twice.exp: Remove.
497 * gdb.base/index-cache-load-twice.c: Remove.
498 * gdb.dwarf2/per-bfd-sharing.exp: New.
499 * gdb.dwarf2/per-bfd-sharing.c: New.
500
501 2021-03-30 Tom de Vries <tdevries@suse.de>
502
503 PR testsuite/27604
504 * gdb.dwarf2/dw2-cu-size.S: Add missing .debug_abbrev terminator.
505
506 2021-03-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
507
508 * gdb.mi/user-selected-context-sync.exp: Spin on a variable in
509 the infinite loop to avoid a Clang bug.
510
511 2021-03-26 Will Schmidt <will_schmidt@vnet.ibm.com>
512
513 * gdb.arch/powerpc-disassembler-options.exp: Extend some test
514 names for uniqueness.
515 * gdb.arch/powerpc-fpscr-gcore.exp: Add more test names for
516 uniqueness.
517
518 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
519
520 * gdb.python/py-prettyprint.c (struct container): Add 'is_array_p'
521 member.
522 (make_container): Initialise is_array_p.
523 * gdb.python/py-prettyprint.exp: Add new tests.
524 * gdb.python/py-prettyprint.py (ContainerPrinter.display_hint):
525 Check is_array_p and possibly return 'array'.
526
527 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
528
529 * gdb.cp/breakpoint.exp: Extend test names to make them unique.
530 * gdb.cp/casts.exp: Give tests unique names.
531 * gdb.cp/filename.exp: Likewise.
532 * gdb.cp/gdb2495.exp: Likewise.
533 * gdb.cp/mb-ctor.exp: Extend test names to make them unique.
534 * gdb.cp/misc.exp: Rename test to make it unique.
535 * gdb.cp/nsnested.exp: Give tests unique names.
536 * gdb.cp/ovldbreak.exp: Likewise.
537 * gdb.cp/pr17494.exp: Rename test to reflect what is actually
538 being tested. This also removes the duplicate test name.
539 * gdb.cp/ref-types.exp: Likewise.
540 * gdb.cp/temargs.exp: Likewise.
541
542 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
543
544 * gdb.cp/cplusfuncs.exp (test_paddr_operator_functions): Escape
545 square brackets in test.
546
547 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
548
549 * gdb.cp/maint.exp (test_first_component): Run more tests with a
550 variable number of spaces, this removes the duplicate testing of
551 'operator ->' which existed before.
552
553 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
554
555 * gdb.cp/gdb2384.cc (main): Change comments used for breakpoints.
556 * gdb.cp/gdb2384.exp: Change and extend test names to avoid
557 duplicates, and also to avoid having a string inside parentheses
558 at the end of test names.
559
560 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
561
562 * gdb.cp/nsusing.exp: Rewrite test, remove a duplicate test block.
563 Avoid repeated uses of 'runto', and instread just progress once
564 through the test stopping at different breakpoints. Give comments
565 a capital letter and full stop. Give duplicate tests unique names.
566
567 2021-03-25 Pedro Alves <pedro@palves.net>
568
569 * gdb.server/stop-reply-no-thread-multi.exp (run_test): Add
570 "target_non_stop" parameter and use it.
571 (top level): Add "maint set target-non-stop on/off" testing axis.
572
573 2021-03-25 Andrew Burgess <andrew.burgess@embecosm.com>
574
575 * lib/ada.exp (gnat_runtime_has_debug_info): Use -wrap with
576 gdb_test_multiple.
577
578 2021-03-24 Luis Machado <luis.machado@linaro.org>
579
580 * gdb.arch/aarch64-mte.c: New file.
581 * gdb.arch/aarch64-mte.exp: New test.
582 * gdb.base/memtag.c: New file.
583 * gdb.base/memtag.exp: New test.
584 * lib/gdb.exp (supports_memtag): New function.
585
586 2021-03-24 Luis Machado <luis.machado@linaro.org>
587
588 * gdb.base/options.exp: Adjust for new print options.
589 * gdb.base/with.exp: Likewise.
590
591 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
592
593 * gdb.dwarf2/dw2-missing-cu-tag.c: New file.
594 * gdb.dwarf2/dw2-missing-cu-tag.exp: New file.
595
596 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
597
598 * gdb.dwarf2/dw2-using-debug-str.c: New file.
599 * gdb.dwarf2/dw2-using-debug-str.exp: New file.
600 * lib/dwarf.exp (Dwarf::DW_FORM_strp): Create .debug_str section,
601 not .debug_string.
602
603 2021-03-20 Tom Tromey <tom@tromey.com>
604
605 * gdb.base/maint.exp: Update "maint print statistics" output.
606
607 2021-03-19 Kevin Buettner <kevinb@redhat.com>
608
609 * lib/gdbserver-support.exp (gdbserver_exit): Use the
610 "-nowait" flag when waiting for gdbserver to exit.
611
612 2021-03-19 Sourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
613
614 * gdb.base/info-macros.exp: Append -fdebug-macro to
615 additional_flags for clang.
616 * gdb.base/macscp.exp: Likewise.
617 * gdb.base/style.exp: Likewise.
618 * gdb.linespec/macro-relative.exp: Likewise.
619
620 2021-03-17 Simon Marchi <simon.marchi@polymtl.ca>
621 Pedro Alves <pedro@palves.net>
622
623 * gdb.base/run-attach-while-running.exp: New.
624 * gdb.base/run-attach-while-running.c: New.
625
626 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
627
628 * gdb.python/py-framefilter-addr.c: New file.
629 * gdb.python/py-framefilter-addr.exp: New file.
630 * gdb.python/py-framefilter-addr.py: New file.
631
632 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
633
634 * gdb.threads/execl.exp: Remove duplicate 'info threads' test.
635 Make use of $gdb_test_name instead of creating a separate $test
636 variable.
637 * gdb.threads/print-threads.exp: Add a with_test_prefix instead of
638 adding a '($name)' at the end of each test. This also catches the
639 one place where '($name)' was missing, and so caused a duplicate
640 test name.
641 * gdb.threads/queue-signal.exp: Give tests unique names to avoid
642 duplicate test names based on the command being tested.
643 * gdb.threads/signal-command-multiple-signals-pending.exp:
644 Likewise.
645 * lib/gdb.exp (gdb_compile_shlib_pthreads): Tweak test name to
646 avoid duplicate testnames when a test script uses this proc and
647 also gdb_compile_pthreads.
648 * lib/prelink-support.exp (build_executable_own_libs): Use
649 with_test_prefix to avoid duplicate test names when we call
650 build_executable twice.
651
652 2021-03-15 Tom Tromey <tromey@adacore.com>
653
654 * gdb.ada/fixed_points.exp: Add tests of unary + and -.
655
656 2021-03-15 Tom Tromey <tromey@adacore.com>
657
658 * gdb.ada/varsize_limit.exp: Add new test.
659 * gdb.ada/varsize_limit/vsizelim.adb: Update.
660
661 2021-03-15 Tom Tromey <tromey@adacore.com>
662
663 * gdb.ada/operator_call/twovecs.ads: New file.
664 * gdb.ada/operator_call/twovecs.adb: New file.
665 * gdb.ada/operator_call/opcall.adb: New file.
666 * gdb.ada/operator_call.exp: New file.
667
668 2021-03-15 Tom Tromey <tromey@adacore.com>
669
670 * gdb.ada/enums_overload/enums_overload_main.adb: New file.
671 * gdb.ada/enums_overload/enums_overload.ads: New file.
672 * gdb.ada/enums_overload/enums_overload.adb: New file.
673 * gdb.ada/enums_overload.exp: New file.
674
675 2021-03-15 Tom Tromey <tromey@adacore.com>
676
677 * gdb.ada/assign_arr/target_wrapper.ads (IArray, Put, Do_Nothing):
678 Declare.
679 * gdb.ada/assign_arr/target_wrapper.adb: New file.
680 * gdb.ada/assign_arr/main_p324_051.adb (IValue): New variable.
681 Call Put.
682 * gdb.ada/assign_arr.exp: Update.
683
684 2021-03-15 Andrew Burgess <andrew.burgess@embecosm.com>
685
686 * gdb.python/py-auto-load-chaining-f1.c: New file.
687 * gdb.python/py-auto-load-chaining-f1.o-gdb.py: New file.
688 * gdb.python/py-auto-load-chaining-f2.c: New file.
689 * gdb.python/py-auto-load-chaining-f2.o-gdb.py: New file.
690 * gdb.python/py-auto-load-chaining.c: New file.
691 * gdb.python/py-auto-load-chaining.exp: New file.
692
693 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
694
695 * gdb.python/py-bad-printers.exp: Extend test names to make them
696 unique.
697 * gdb.python/py-events.exp: Likewise.
698 * gdb.python/py-finish-breakpoint2.exp: Likewise.
699 * gdb.python/py-frame-inline.exp: Likewise.
700 * gdb.python/py-frame.exp: Likewise.
701 * gdb.python/py-infthread.exp: Likewise.
702
703 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
704
705 * gdb.python/py-value-cc.exp: Remove a duplicate test.
706
707 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
708
709 * gdb.python/lib-types.exp: Update the test to check the correct
710 python variable.
711
712 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
713
714 * gdb.python/py-explore-cc.exp: Extend test names to make them
715 unique.
716
717 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
718
719 * gdb.python/py-lookup-type.exp: Remove duplicate test.
720
721 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
722
723 * gdb.python/py-symtab.exp: Extend test names to make them
724 unique.
725
726 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
727
728 * gdb.python/py-prompt.exp: Add with_test_prefix to make test
729 names unique.
730
731 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
732
733 * gdb.python/py-block.exp: Give tests unique names.
734
735 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
736
737 * gdb.python/py-pp-maint.exp: Extend test names to make them
738 unique.
739
740 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
741
742 * gdb.python/py-explore.exp: Add with_test_prefix to make test
743 names unique.
744
745 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
746
747 * gdb.python/py-finish-breakpoint.exp: Make test names unique.
748
749 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
750
751 * gdb.python/py-strfns.exp: Use with_test_prefix to make test
752 names unique.
753
754 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
755
756 * gdb.python/py-format-string.exp: Use proc_with_prefix to make
757 test names unique.
758
759 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
760
761 * gdb.python/py-mi.exp: Use with_test_prefix to make test names
762 unique.
763
764 2021-03-09 Tom Tromey <tromey@adacore.com>
765
766 * gdb.base/cast-call.exp: New file.
767 * gdb.base/cast-call.c: New file.
768
769 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
770
771 * gdb.gdb/python-helper.exp: New file.
772
773 2020-03-04 Felix Willgerodt <felix.willgerodt@intel.com>
774
775 * gdb.fortran/intrinsics.exp: Add LOC tests.
776
777 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
778
779 * gdb.fortran/shape.exp: New file.
780 * gdb.fortran/shape.f90: New file.
781
782 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
783
784 * gdb.fortran/size.exp: New file.
785 * gdb.fortran/size.f90: New file.
786
787 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
788
789 * gdb.fortran/rank.exp: New file.
790 * gdb.fortran/rank.f90: New file.
791
792 2021-03-08 Tom Tromey <tom@tromey.com>
793
794 * gdb.fortran/debug-expr.exp: Update tests.
795
796 2021-03-08 Tom Tromey <tom@tromey.com>
797
798 * gdb.base/debug-expr.exp: Update expected dump output.
799
800 2021-03-06 Tom Tromey <tom@tromey.com>
801
802 * lib/dwarf.exp (_handle_DW_FORM): Treat DW_FORM_GNU_ref_alt and
803 DW_FORM_GNU_strp_alt like DW_FORM_sec_offset.
804 * gdb.dwarf2/dwznolink.exp: New file.
805
806 2021-03-05 Mark Wielaard <mark@klomp.org>
807
808 * lib/valgrind.exp (vgdb_start): Add --wait=1 to vgdbcmd.
809
810 2021-03-06 Weimin Pan <weimin.pan@oracle.com>
811
812 * gdb.base/ctf-ptype.exp: Add function tests and fix typos.
813
814 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
815
816 * gdb.btrace/rn-dl-bind.exp: Add ldflags=-Wl,-z,lazy.
817
818 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
819
820 * gdb.btrace/non-stop.exp: Adjust expected source lines.
821
822 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
823
824 * gdb.btrace/stepi.exp: Add {} options to prepare_for_testing.
825
826 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
827
828 * gdb.btrace/exception.cc (main): Update test source.
829 * gdb.btrace/exception.exp: Update patterns.
830 * gdb.btrace/function_call_history.exp: Likewise.
831
832 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
833
834 * gdb.btrace/unknown_functions.exp: Move -Wl,-x to ldflags.
835
836 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
837
838 * gdb.btrace/rn-dl-bind.exp: Replace reverse-step with
839 reverse-continue to breakpoint.
840
841 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
842
843 * gdb.btrace/delta.exp: Remove instruction-history and
844 function-call-history checks.
845
846 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
847
848 * README (Note): Add nopie_ldflag.
849 * lib/gdb.exp (gdb_compile): Extend nopie handling.
850
851 2021-03-02 Tom Tromey <tromey@adacore.com>
852
853 * gdb.ada/fixed_points.exp: Remove most special cases for minimal
854 encodings.
855
856 2021-02-27 Lancelot Six <lsix@lancelotix.com>
857
858 PR gdb/27393
859 * gdb.base/source-dir.exp: Test that empty dirnames are skipped.
860
861
862 2021-02-26 Tom Tromey <tom@tromey.com>
863
864 * lib/gdb.exp (skip_ctf_tests): Use expr on result.
865
866 2021-02-26 Jan Vrany <jan.vrany@labware.com>
867
868 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
869 Remove trailing \n from expected output.
870
871 2021-02-26 Markus Metzger <markus.t.metzger@intel.com>
872
873 * lib/gdb.exp (use_gdb_stub): Extend comment.
874
875 2021-02-25 Jan Matyas <jmatyas@codasip.com>
876
877 PR gdb/26819
878 * gdb.server/stop-reply-no-thread.exp: Add two test
879 scenarios that cover remote targets which do not have
880 the concept of threads.
881
882 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
883
884 * gdb.fortran/associated.exp: Add missing '-wrap' argument.
885
886 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
887
888 PR fortran/26155
889 * gdb.fortran/call-no-debug-func.f90: New file.
890 * gdb.fortran/call-no-debug-prog.f90: New file.
891 * gdb.fortran/call-no-debug.exp: New file.
892
893 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
894
895 * gdb.fortran/associated.exp: New file.
896 * gdb.fortran/associated.f90: New file.
897
898 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
899
900 * gdb.fortran/dot-ops.exp (dot_operations): Test ".xor.".
901
902 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
903
904 * gdb.base/sect-cmd.exp: Update expected results.
905
906 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
907
908 * gdb.base/sect-cmd.exp: Rewrite using modern testsuite
909 techniques. Enable the test for all targets.
910
911 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
912
913 * gdb.base/maint-info-sections.exp: Add new tests.
914 (check_maint_info_target_sections_output): New proc.
915
916 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
917
918 * gdb.arch/riscv-default-tdesc.exp: New file.
919
920 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
921
922 * gdb.fortran/pointer-to-pointer.exp: Additional tests.
923
924 2021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
925
926 * gdb.arch/i386-biarch-core.exp: Add target check.
927
928 2021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
929
930 * gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
931
932 2021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
933
934 * gdb.fortran/allocated.exp: New file.
935 * gdb.fortran/allocated.f90: New file.
936
937 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
938
939 * gdb.fortran/lbound-ubound.exp: Remove old comment.
940
941 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
942
943 * gdb.base/maint-info-sections.exp: Update expected output, and
944 add additional tests. Again.
945
946 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
947
948 * gdb.base/maint-info-sections.exp: Update expected output, and
949 add additional tests.
950
951 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
952
953 * gdb.base/maint-info-sections.exp: New file, content is moved
954 from gdb.base/maint.exp and cleaned up to use latest testsuite
955 techniques.
956 * gdb.base/maint.exp: Tests moved out to
957 gdb.base/maint-info-sections.exp.
958
959 2021-02-10 Simon Marchi <simon.marchi@efficios.com>
960
961 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
962 GDBFLAGS.
963
964 2021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
965
966 * gdb.fortran/lbound-ubound.F90: New file.
967 * gdb.fortran/lbound-ubound.exp: New file.
968
969 2021-02-10 Tom de Vries <tdevries@suse.de>
970
971 * lib/gdb.exp (gdb_load_no_complaints): Remove unnecessary
972 "Restore saved setting of complaints".
973
974 2021-02-09 Tom de Vries <tdevries@suse.de>
975
976 PR symtab/27341
977 * lib/gdb.exp (with_complaints): New proc, factored out of ...
978 (gdb_load_no_complaints): ... here.
979 * gdb.fortran/function-calls.exp: Add test-case.
980
981 2021-02-09 Abid Qadeer <abidh@codesourcery.com>
982
983 * gdb.threads/signal-command-handle-nopass.exp: Call
984 'standard_testfile' before using 'testfile'.
985 * gdb.threads/signal-command-multiple-signals-pending.exp: Likewise.
986 * gdb.threads/signal-delivered-right-thread.exp: Likewise
987 * gdb.threads/signal-sigtrap.exp: Likewise
988
989 2021-02-08 Luis Machado <luis.machado@linaro.org>
990
991 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
992
993 2021-02-08 Tom de Vries <tdevries@suse.de>
994
995 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
996
997 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
998
999 * gdb.python/tui-window-disabled.c: New file.
1000 * gdb.python/tui-window-disabled.exp: New file.
1001 * gdb.python/tui-window-disabled.py: New file.
1002
1003 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1004
1005 * gdb.python/tui-window.exp: Add new tests.
1006 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
1007 TestWindow object into global the_window.
1008 <remote_title>: New method.
1009 (delete_window_title): New function.
1010
1011 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1012
1013 * gdb.tui/winheight.exp: Add more tests.
1014
1015 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1016
1017 * gdb.python/py-framefilter.exp: Update expected results.
1018 * gdb.python/python.exp: Update expected results.
1019
1020 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1021
1022 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
1023 about bug in GDB, update expected results, and add more tests.
1024
1025 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1026
1027 * gdb.tui/scroll.exp: New file.
1028 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
1029 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
1030 remaining lines up.
1031 (Term::check_region_contents): New proc.
1032 (Term::check_box_contents): Use check_region_contents.
1033
1034 2021-02-06 Tom de Vries <tdevries@suse.de>
1035
1036 PR testsuite/26922
1037 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
1038 scrolling.
1039
1040 2021-02-05 Tom de Vries <tdevries@suse.de>
1041
1042 PR breakpoints/27313
1043 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
1044 rejected.
1045
1046 2021-02-05 Tom de Vries <tdevries@suse.de>
1047
1048 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
1049 * gdb.fortran/mixed-lang-stack.exp: Same.
1050
1051 2021-02-05 Tom de Vries <tdevries@suse.de>
1052
1053 PR exp/27265
1054 * gdb.base/complex-parts.exp: Add tests.
1055
1056 2021-02-05 Tom de Vries <tdevries@suse.de>
1057
1058 PR symtab/27307
1059 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
1060
1061 2021-02-04 Shahab Vahedi <shahab@synopsys.com>
1062
1063 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
1064
1065 2021-02-03 Pedro Alves <pedro@palves.net>
1066
1067 * gdb.threads/detach-step-over.c: New file.
1068 * gdb.threads/detach-step-over.exp: New file.
1069
1070 2021-02-03 Pedro Alves <pedro@palves.net>
1071
1072 * gdb.threads/attach-non-stop.c: New file.
1073 * gdb.threads/attach-non-stop.exp: New file.
1074
1075 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
1076
1077 * gdb.base/inferior-noarg.c: New test.
1078 * gdb.base/inferior-noarg.exp: New test.
1079
1080 2021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
1081
1082 * gdb.base/scope.exp: Use proc_with_prefix.
1083
1084 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1085
1086 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
1087 table proc.
1088 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
1089 .debug_rnglists table without offset array.
1090 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1091 .debug_loclists table without offset array.
1092
1093 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1094
1095 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
1096 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
1097 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1098 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
1099 attribute
1100
1101 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1102
1103 PR gdb/26813
1104 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
1105 (loclists): New proc.
1106 * gdb.dwarf2/loclists-multiple-cus.c: New.
1107 * gdb.dwarf2/loclists-multiple-cus.exp: New.
1108 * gdb.dwarf2/loclists-sec-offset.c: New.
1109 * gdb.dwarf2/loclists-sec-offset.exp: New.
1110
1111 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1112
1113 * lib/dwarf.exp (_location): Add parameters.
1114 (_handle_DW_FORM): Adjust.
1115
1116 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1117
1118 PR gdb/26813
1119 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
1120 (cu): Generate header for DWARF 5.
1121 (rnglists): New proc.
1122 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
1123 * gdb.dwarf2/rnglists-sec-offset.exp: New.
1124
1125 2021-02-02 Tom de Vries <tdevries@suse.de>
1126
1127 PR symtab/24620
1128 * gdb.dwarf2/fission-reread.exp: Add test-case.
1129
1130 2021-02-01 Tom de Vries <tdevries@suse.de>
1131
1132 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
1133 * gdb.dwarf2/fission-loclists-pie.S: Same.
1134 * gdb.dwarf2/fission-loclists.S: Same.
1135 * gdb.dwarf2/fission-multi-cu.S: Same.
1136 * gdb.dwarf2/fission-reread.S: Same.
1137 * gdb.dwarf2/fission-base.exp: Use DWO.
1138 * gdb.dwarf2/fission-loclists-pie.exp: Same.
1139 * gdb.dwarf2/fission-loclists.exp: Same.
1140 * gdb.dwarf2/fission-multi-cu.exp: Same.
1141 * gdb.dwarf2/fission-reread.exp: Same.
1142
1143 2021-01-29 Tom de Vries <tdevries@suse.de>
1144
1145 PR breakpoints/26063
1146 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
1147 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
1148
1149 2021-01-29 Tom de Vries <tdevries@suse.de>
1150
1151 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
1152
1153 2021-01-28 Tom de Vries <tdevries@suse.de>
1154
1155 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
1156 in the backtrace, and use that in the rest of the test instead of
1157 hardcoded constant 3. Use "frame" instead of "up" for robustness.
1158
1159 2021-01-28 Tom de Vries <tdevries@suse.de>
1160
1161 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
1162 * gdb.arch/i386-sse-stack-align.c: Same.
1163 * gdb.arch/i386-sse-stack-align.exp: Same.
1164
1165 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
1166
1167 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
1168
1169 2021-01-28 Tom de Vries <tdevries@suse.de>
1170
1171 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
1172
1173 2021-01-28 Tom de Vries <tdevries@suse.de>
1174
1175 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
1176 "maint info line-table". Make PASS pattern more specific. Make
1177 FAIL pattern work for -m32.
1178
1179 2021-01-27 Lancelot SIX <lsix@lancelotsix.com>
1180
1181 PR gdb/27133
1182 * gdb.base/ui-redirect.exp: Add test case that ensures that
1183 redirecting both logging and debug does not cause gdb to crash.
1184
1185
1186 2021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
1187
1188 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
1189
1190 2021-01-26 Tom de Vries <tdevries@suse.de>
1191
1192 * gdb.threads/killed-outside.exp: Allow regular output.
1193
1194 2021-01-26 Tom de Vries <tdevries@suse.de>
1195
1196 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
1197
1198 2021-01-25 Tom de Vries <tdevries@suse.de>
1199
1200 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
1201 * lib/gdb.exp: Use gdb_load_no_complaints.
1202
1203 2021-01-25 Tom Tromey <tromey@adacore.com>
1204
1205 * gdb.ada/fixed_points.exp: Add regression test.
1206 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
1207 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
1208
1209 2021-01-25 Tom Tromey <tromey@adacore.com>
1210
1211 * gdb.ada/local-enum.exp: Add enumerator resolution test.
1212
1213 2021-01-25 Tom Tromey <tromey@adacore.com>
1214
1215 * gdb.ada/local-enum.exp: New file.
1216 * gdb.ada/local-enum/local.adb: New file.
1217
1218 2021-01-23 Tom Tromey <tom@tromey.com>
1219
1220 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
1221
1222 2021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
1223
1224 * gdb.base/line65535.exp: Fix test expectation.
1225
1226 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1227
1228 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
1229 suppression.
1230 (default_gdb_exit): Likewise.
1231 (default_gdb_spawn): Likewise.
1232 (send_gdb): Likewise.
1233 (gdb_expect): Likewise.
1234 (gdb_expect_list): Likewise.
1235 (default_gdb_init): Likewise.
1236 (gdb_suppress_entire_file): Remove.
1237 (gdb_suppress_tests): Remove.
1238 (gdb_stop_suppressing_tests): Remove.
1239 (gdb_clear_suppressed): Remove.
1240 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
1241 related to test suppression.
1242 (default_mi_gdb_start): Likewise.
1243 (mi_gdb_reinitialize_dir): Likewise.
1244 (mi_gdb_test): Likewise.
1245 (mi_run_cmd_full): Likewise.
1246 (mi_runto_helper): Likewise.
1247 (mi_execute_to): Likewise.
1248 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
1249 * gdb.base/bitfields.exp: Likewise.
1250 * gdb.base/bitfields2.exp: Likewise.
1251 * gdb.base/break.exp: Likewise.
1252 * gdb.base/call-sc.exp: Likewise.
1253 * gdb.base/callfuncs.exp: Likewise.
1254 * gdb.base/dfp-test.exp: Likewise.
1255 * gdb.base/endian.exp: Likewise.
1256 * gdb.base/exprs.exp: Likewise.
1257 * gdb.base/funcargs.exp: Likewise.
1258 * gdb.base/hbreak2.exp: Likewise.
1259 * gdb.base/recurse.exp: Likewise.
1260 * gdb.base/scope.exp: Likewise.
1261 * gdb.base/sepdebug.exp: Likewise.
1262 * gdb.base/structs.exp: Likewise.
1263 * gdb.base/until.exp: Likewise.
1264 * gdb.cp/misc.exp: Likewise.
1265
1266 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1267
1268 PR cli/25956
1269 * gdb.base/style.exp (run_style_tests): Add version string test.
1270 (test_startup_version_string): Use version style name.
1271 * lib/gdb-utils.exp (style): Handle version style name.
1272
1273 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1274
1275 * gdb.base/style.exp (limited_style): New proc.
1276 (clean_restart_and_disable): New proc.
1277 (run_style_tests): New proc. Most of the old tests from this file
1278 are now in this proc.
1279 (test_startup_version_string): New proc. Reamining test from the
1280 old file is in this proc.
1281
1282 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1283
1284 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1285 Adjust to "set debug remote" changes.
1286
1287 2021-01-21 Luis Machado <luis.machado@linaro.org>
1288
1289 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
1290 message.
1291
1292 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
1293
1294 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
1295
1296 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
1297
1298 PR python/19151
1299 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
1300
1301 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1302
1303 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
1304
1305 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1306
1307 * lib/tuiterm.exp: Add links in comments.
1308
1309 2021-01-20 Tom de Vries <tdevries@suse.de>
1310
1311 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
1312 offset.
1313
1314 2021-01-20 Tom de Vries <tdevries@suse.de>
1315
1316 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
1317
1318 2021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
1319
1320 * gdb.arch/amd64-stap-expressions.S: New file.
1321 * gdb.arch/amd64-stap-expressions.exp: New file.
1322
1323 2021-01-19 Tom de Vries <tdevries@suse.de>
1324
1325 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
1326 sequence.
1327
1328 2021-01-19 Tom de Vries <tdevries@suse.de>
1329
1330 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
1331
1332 2021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
1333
1334 * gdb.fortran/array-slices.exp (run_test): Avoid including
1335 addresses in test names.
1336
1337 2021-01-15 Tom de Vries <tdevries@suse.de>
1338
1339 PR testsuite/26997
1340 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
1341 when adding sizeof.
1342
1343 2021-01-14 Tom de Vries <tdevries@suse.de>
1344
1345 PR testsuite/24590
1346 * gdb.base/style.exp: Handle shorter argv in frame command output.
1347
1348 2021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1349
1350 PR gdb/26819
1351 * gdb.server/stop-reply-no-thread-multi.c: New file.
1352 * gdb.server/stop-reply-no-thread-multi.exp: New file.
1353
1354 2021-01-12 Tom de Vries <tdevries@suse.de>
1355
1356 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
1357 (main): Remove call to have_mpx.
1358 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
1359 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
1360 (main): Remote call to have_mpx.
1361 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
1362 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
1363 (main): Remove call to have_mpx.
1364 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
1365 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
1366 (main): Remove call to have_mpx.
1367 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
1368 * gdb.arch/i386-mpx.c (have_mpx): Remove.
1369 (main): Remote call to have_mpx.
1370 * gdb.arch/i386-mpx.exp: Use have_mpx.
1371 * lib/gdb.exp (have_mpx): New proc.
1372
1373 2021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1374
1375 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
1376
1377 2021-01-12 Tom de Vries <tdevries@suse.de>
1378
1379 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
1380
1381 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1382
1383 * gdb.fortran/debug-expr.exp: Add new tests.
1384
1385 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1386
1387 * gdb.fortran/dot-ops.exp: Add new tests.
1388
1389 2021-01-11 Tom de Vries <tdevries@suse.de>
1390
1391 PR testsuite/26968
1392 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
1393 Move insn setting $eax to before probe point.
1394
1395 2021-01-09 Tom Tromey <tom@tromey.com>
1396
1397 * gdb.trace/ax.exp: Do not require an "ext".
1398
1399 2021-01-08 Tom Tromey <tromey@adacore.com>
1400
1401 * gdb.ada/voidctx/pck.adb: New file.
1402 * gdb.ada/voidctx/pck.ads: New file.
1403 * gdb.ada/voidctx/voidctx.adb: New file.
1404 * gdb.ada/voidctx.exp: New file.
1405
1406 2021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
1407
1408 PR gdb/27157
1409 * gdb.base/empty-host-env-vars.exp: New test.
1410
1411 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1412
1413 * gdb.base/completion.exp: Add a new test.
1414
1415 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1416
1417 * gdb.fortran/intvar-dynamic-types.exp: New file.
1418 * gdb.fortran/intvar-dynamic-types.f90: New file.
1419
1420 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1421
1422 * gdb.fortran/intvar-array.exp: New file.
1423 * gdb.fortran/intvar-array.f90: New file.
1424
1425 2021-01-07 Tom Tromey <tromey@adacore.com>
1426
1427 * gdb.ada/assign_arr.exp: Add 'others' test.
1428
1429 2021-01-06 Tom Tromey <tromey@adacore.com>
1430
1431 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
1432 (FP4_Type): New type.
1433 (FP4_Var): New variable.
1434 * gdb.ada/fixed_points/fixed_points.adb: Update.
1435 * gdb.ada/fixed_points.exp: Add tests for binary operators.
1436
1437 2021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
1438
1439 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
1440 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1441 Pass prompt containing debug print to gdb_test_sequence.
1442
1443 2021-01-04 Tom de Vries <tdevries@suse.de>
1444
1445 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
1446
1447 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1448
1449
1450
1451 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1452
1453 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
1454 * gdb.server/connect-without-multi-process.exp: Likewise.
1455 * gdb.server/exit-multiple-threads.exp: Likewise.
1456 * gdb.server/ext-attach.exp: Likewise.
1457 * gdb.server/ext-restart.exp: Likewise.
1458 * gdb.server/ext-run.exp: Likewise.
1459 * gdb.server/ext-wrapper.exp: Likewise.
1460 * gdb.server/multi-ui-errors.exp: Likewise.
1461 * gdb.server/no-thread-db.exp: Likewise.
1462 * gdb.server/reconnect-ctrl-c.exp: Likewise.
1463 * gdb.server/run-without-local-binary.exp: Likewise.
1464 * gdb.server/server-kill.exp: Likewise.
1465 * gdb.server/server-run.exp: Likewise.
1466 * gdb.server/solib-list.exp: Likewise.
1467 * gdb.server/stop-reply-no-thread.exp: Likewise.
1468 * gdb.server/wrapper.exp: Likewise.
1469 * gdb.server/sysroot.exp: Increase timeout when testing the
1470 target: sysroot.
1471
1472 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1473
1474 * gdb.server/server-run.exp: Use clean_restart.
1475
1476 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1477
1478 * gdb.server/ext-run.exp: Use clean_restart.
1479
1480 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1481
1482 * gdb.server/stop-reply-no-thread.exp: Use build_executable
1483 instead of prepare_for_testing.
1484
1485 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1486
1487 * gdb.server/solib-list.exp: Use clean_restart.
1488
1489 2021-01-04 Tom de Vries <tdevries@suse.de>
1490
1491 * gdb.base/morestack.c: Remove printf.
1492 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
1493
1494 2020-12-31 Tom Tromey <tom@tromey.com>
1495
1496 * gdb.rust/simple.exp: Update output for Rust 1.49.
1497
1498 2020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
1499
1500 * gdb.cp/step-and-next-inline.exp: Fix test case.
1501
1502 2020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
1503
1504 * gdb.python/py-frame-args.exp: De-duplicate test names.
1505
1506 2020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1507
1508 PR gdb/27059
1509 * gdb.dwarf2/dyn-type-unallocated.c: New file.
1510 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
1511
1512 2020-12-21 Peter Waller <p@pwaller.net>
1513
1514 * gdb.base/style-interp-exec-mi.exp: New.
1515 * gdb.base/style-interp-exec-mi.c: New.
1516
1517 2020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1518
1519 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
1520 gdb_test. Use proc_with_prefix.
1521
1522 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1523
1524 * gdb.btrace/exception.exp: Build with nopie.
1525 * gdb.btrace/function_call_history.exp: Likewise.
1526 * gdb.btrace/unknown_functions.exp: Likewise.
1527
1528 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1529
1530 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
1531
1532 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1533
1534 * gdb.python/py-record-btrace.exp: Make test names unique.
1535 * gdb.python/py-record-full.exp: Likewise.
1536
1537 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1538
1539 * gdb.btrace/data.exp: Make test names unique.
1540 * gdb.btrace/delta.exp: Likewise.
1541 * gdb.btrace/enable.exp: Likewise.
1542 * gdb.btrace/function_call_history.exp: Likewise.
1543 * gdb.btrace/nohist.exp: Likewise.
1544 * gdb.btrace/non-stop.exp: Likewise.
1545 * gdb.btrace/rn-dl-bind.exp: Likewise.
1546 * gdb.btrace/step.exp: Likewise.
1547 * gdb.btrace/stepi.exp: Likewise.
1548 * gdb.btrace/tailcall.exp: Likewise.
1549
1550 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1551
1552 * gdb.btrace/enable.exp: Update error message.
1553 * gdb.btrace/multi-inferior.exp: Likewise.
1554 * gdb.btrace/reconnect.exp: Likewise.
1555 * gdb.python/py-record-btrace.exp: Likewise.
1556 * gdb.python/py-record-full.exp: Likewise.
1557
1558 2020-12-20 Tom de Vries <tdevries@suse.de>
1559
1560 * lib/gdb.exp (save_target_board_info): New proc.
1561 (gdb_compile_shlib): Use save_target_board_info.
1562
1563 2020-12-19 Tom de Vries <tdevries@suse.de>
1564
1565 * lib/gdb.exp (supports_scalar_storage_order_attribute)
1566 (supports_gnuc): New proc.
1567 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
1568 test_compiler_info calls. Add unsupported message.
1569 * gdb.base/endianity.c: Use TEST_SSO.
1570
1571 2020-12-19 Hannes Domani <ssbssa@yahoo.de>
1572
1573 PR exp/27070
1574 * gdb.python/compare-enum-type-a.c: New test.
1575 * gdb.python/compare-enum-type-b.c: New test.
1576 * gdb.python/compare-enum-type.exp: New file.
1577 * gdb.python/compare-enum-type.h: New test.
1578
1579 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
1580
1581 * gdb.python/py-format-string.exp: Add tests for address keyword.
1582
1583 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
1584
1585 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
1586
1587 2020-12-18 Tom Tromey <tromey@adacore.com>
1588
1589 * gdb.ada/fixed_points.exp: Also run with
1590 -fgnat-encodings=minimal. Update expected output.
1591
1592 2020-12-16 Simon Marchi <simon.marchi@efficios.com>
1593
1594 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
1595 * gdb.base/continue-all-already-running.exp: Likewise.
1596 * gdb.base/moribund-step.exp: Likewise.
1597 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
1598
1599 2020-12-16 Tom de Vries <tdevries@suse.de>
1600
1601 * gdb.base/batch-preserve-term-settings.exp:
1602
1603 2020-12-16 Tom de Vries <tdevries@suse.de>
1604
1605 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
1606 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
1607
1608 2020-12-16 Luis Machado <luis.machado@linaro.org>
1609
1610 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
1611 pointer-based memory accesses.
1612 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
1613 hw watchpoint cases.
1614
1615 2020-12-15 Rae Kim <rae.kim@gmail.com>
1616
1617 * gdb.base/document.exp: New test.
1618
1619 2020-12-15 Tom Tromey <tromey@adacore.com>
1620
1621 * gdb.base/style.exp: Add deprecation tests.
1622
1623 2020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
1624
1625 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
1626
1627 2020-12-14 Mark Wielaard <mark@klomp.org>
1628
1629 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
1630 specially, set attr_form_comment to the actual FORM string used.
1631
1632 2020-12-14 Mark Wielaard <mark@klomp.org>
1633
1634 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
1635 _constants(SPECIAL_expr) here, but set it...
1636 (Dwarf::cu): ...here based on _cu_version.
1637
1638 2020-12-14 Tom de Vries <tdevries@suse.de>
1639
1640 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
1641 pass -fPIC.
1642 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
1643 * gdb.base/break-probes.exp: Same.
1644 * gdb.base/ctxobj.exp: Same.
1645 * gdb.base/dso2dso.exp: Same.
1646 * gdb.base/global-var-nested-by-dso.exp: Same.
1647 * gdb.base/info-shared.exp: Same.
1648 * gdb.base/jit-reader-simple.exp: Same.
1649 * gdb.base/print-file-var.exp: Same.
1650 * gdb.base/skip-solib.exp: Same.
1651 * gdb.btrace/dlopen.exp: Same.
1652
1653 2020-12-14 Tom de Vries <tdevries@suse.de>
1654
1655 PR testsuite/26963
1656 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
1657
1658 2020-12-14 Tom de Vries <tdevries@suse.de>
1659
1660 PR testsuite/26962
1661 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
1662 cast it to its declared type".
1663
1664 2020-12-14 Tom de Vries <tdevries@suse.de>
1665
1666 PR testsuite/26951
1667 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
1668 shell prompt.
1669
1670 2020-12-14 Tom Tromey <tromey@adacore.com>
1671
1672 * gdb.ada/nested.exp: Add new tests.
1673 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
1674
1675 2020-12-14 Tom Tromey <tromey@adacore.com>
1676
1677 * gdb.dwarf2/ada-thick-pointer.exp: New file.
1678
1679 2020-12-14 Tom Tromey <tromey@adacore.com>
1680
1681 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
1682
1683 2020-12-13 Tom de Vries <tdevries@suse.de>
1684
1685 PR testsuite/26953
1686 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
1687 attribute support if compiler doesn't support it.
1688
1689 2020-12-13 Tom de Vries <tdevries@suse.de>
1690
1691 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
1692 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
1693 source to shared lib. Add ada to options.
1694
1695 2020-12-13 Tom de Vries <tdevries@suse.de>
1696
1697 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
1698 calling gnatbind and gnatlink.
1699
1700 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
1701
1702 * gdb.base/dcache-flush.c: New file.
1703 * gdb.base/dcache-flush.exp: New file.
1704
1705 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
1706
1707 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
1708 commands.
1709 * gdb.base/killed-outside.exp: Likewise.
1710 * gdb.opt/inline-bt.exp: Likewise.
1711 * gdb.perf/gmonster-null-lookup.py: Likewise.
1712 * gdb.perf/gmonster-print-cerr.py: Likewise.
1713 * gdb.perf/gmonster-ptype-string.py: Likewise.
1714 * gdb.python/py-unwind.exp: Likewise.
1715
1716 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1717
1718 * gdb.base/commands.exp: Update expected results.
1719
1720 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1721
1722 PR cli/15104
1723 * gdb.base/commands.exp: Add additional tests.
1724 * gdb.base/completion.exp: Add additional tests.
1725
1726 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1727
1728 * gdb.base/completion.exp: Add additional tests.
1729
1730 2020-12-11 Tom de Vries <tdevries@suse.de>
1731
1732 PR testsuite/26991
1733 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
1734 violations by setting bounds registers if the bounds are passed in the
1735 Bounds Table.
1736
1737 2020-12-11 Tom de Vries <tdevries@suse.de>
1738
1739 PR testsuite/26954
1740 * gdb.base/float128.exp: Detect and handle no mpfr support.
1741
1742 2020-12-10 Simon Marchi <simon.marchi@efficios.com>
1743
1744 PR gdb/24694
1745 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
1746 calls.
1747
1748 2020-12-10 Tom de Vries <tdevries@suse.de>
1749
1750 PR testsuite/26947
1751 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
1752 braces for tcl 8.5 and earlier.
1753
1754 2020-12-09 Simon Marchi <simon.marchi@efficios.com>
1755
1756 PR 26875, PR 26901
1757 * gdb.base/flexible-array-member.c: New test.
1758 * gdb.base/flexible-array-member.exp: New test.
1759
1760 2020-12-08 Tom de Vries <tdevries@suse.de>
1761
1762 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
1763 using is_amd64_regs_target.
1764
1765 2020-12-08 Tom de Vries <tdevries@suse.de>
1766
1767 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
1768 self_id.
1769
1770 2020-12-07 Pedro Alves <pedro@palves.net>
1771
1772 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
1773 'additional_flags' variable.
1774
1775 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1776
1777 * gdb.linespec/explicit.exp: Extend with a test to check completing
1778 '-' after seemingly complete options.
1779
1780 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1781
1782 * gdb.linespec/keywords.exp: Add tests to check positional
1783 flexibility of "-force-condition".
1784
1785 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1786
1787 * gdb.base/bp-cmds-run-with-ex.c: New file.
1788 * gdb.base/bp-cmds-run-with-ex.exp: New file.
1789 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
1790 * gdb.gdb/python-interrupts.exp: Update the call to
1791 'catch_command_errors' with the new argument.
1792 * gdb.gdb/python-selftest.exp: Ditto.
1793
1794 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1795
1796 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
1797 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1798 * gdb.threads/non-stop-fair-events.exp: Likewise.
1799
1800 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1801
1802 * gdb.threads/step-over-exec.exp: New.
1803 * gdb.threads/step-over-exec.c: New.
1804 * gdb.threads/step-over-exec-execd.c: New.
1805 * lib/my-syscalls.S: New.
1806 * lib/my-syscalls.h: New.
1807
1808 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1809
1810 * lib/dwarf.exp (declare_labels): Use name as text if text is
1811 not provided.
1812
1813 2020-12-04 Tom de Vries <tdevries@suse.de>
1814
1815 PR testsuite/26990
1816 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
1817 are unsupported.
1818
1819 2020-12-04 Tom de Vries <tdevries@suse.de>
1820
1821 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
1822 clause.
1823
1824 2020-12-04 Tom de Vries <tdevries@suse.de>
1825
1826 * gdb.reverse/insn-reverse.exp: Fix count handling.
1827
1828 2020-12-04 Tom de Vries <tdevries@suse.de>
1829
1830 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
1831 __x86_64__.
1832
1833 2020-12-04 Tom de Vries <tdevries@suse.de>
1834
1835 * gdb.reverse/insn-reverse.c (test_nr): New var.
1836 (usage, parse_args): New function.
1837 (main): Call parse_args. Only run test for test_nr.
1838 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
1839 and bail out. Run subtests individually, using an inferior arg
1840 specifying the subtest.
1841
1842 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
1843
1844 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
1845
1846 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
1847
1848 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
1849 update test to use this.
1850
1851 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1852
1853 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
1854
1855 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1856
1857 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
1858 (do_test): Don't use with_test_prefix.
1859 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
1860 (do_test): Don't use with_test_prefix.
1861 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
1862 (do_test): Don't use with_test_prefix.
1863 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
1864 (do_test): Don't use with_test_prefix.
1865
1866 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1867
1868 * gdb.threads/non-ldr-exit.exp: Fix comment.
1869
1870 2020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1871
1872 * gdb.xml/maint-xml-dump-03.xml: New file.
1873
1874 2020-11-30 Tom de Vries <tdevries@suse.de>
1875
1876 PR symtab/26905
1877 * gdb.dwarf2/count.exp: Remove kfails.
1878
1879 2020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1880
1881 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
1882 indices.
1883
1884 2020-11-24 Joel Brobecker <brobecker@adacore.com>
1885
1886 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
1887 the "ptype pck__fp1_range_var" test for the module-2 and pascal
1888 languages. Remove the associated setup_xfail.
1889
1890 2020-11-23 Simon Marchi <simon.marchi@efficios.com>
1891
1892 * lib/gdb.exp (gdb_assert): Show error message on error.
1893
1894 2020-11-23 Tom de Vries <tdevries@suse.de>
1895
1896 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
1897 * gdb.ada/mod_from_name.exp: Same.
1898 * gdb.ada/pckd_arr_ren.exp: Same.
1899
1900 2020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1901
1902 * gdb.base/template.exp: New.
1903 * gdb.base/template.c: New.
1904
1905 2020-11-22 Gary Benson <gbenson@redhat.com>
1906
1907 PR gdb/26905
1908 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
1909 is defined using a DW_AT_count which references another DIE.
1910
1911 2020-11-21 Tom de Vries <tdevries@suse.de>
1912
1913 * gdb.base/vla-ptr.exp: Add XFAIL.
1914
1915 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1916
1917 * gdb.fortran/array-slices-bad.exp: New file.
1918 * gdb.fortran/array-slices-bad.f90: New file.
1919 * gdb.fortran/array-slices-sub-slices.exp: New file.
1920 * gdb.fortran/array-slices-sub-slices.f90: New file.
1921 * gdb.fortran/array-slices.exp: Rewrite tests.
1922 * gdb.fortran/array-slices.f90: Rewrite tests.
1923 * gdb.fortran/vla-sizeof.exp: Correct expected results.
1924
1925 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1926
1927 * gdb.base/completion.exp: Add new completion tests.
1928
1929 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
1930
1931 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
1932 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1933 * gdb.mi/mi-nsintrall.exp: Likewise.
1934 * gdb.mi/mi-nsmoribund.exp: Likewise.
1935 * gdb.mi/mi-nsthrexec.exp: Likewise.
1936 * gdb.mi/mi-watch-nonstop.exp: Likewise.
1937
1938 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
1939
1940 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
1941 of perror.
1942
1943 2020-11-18 Joseph Myers <joseph@codesourcery.com>
1944
1945 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
1946 $arg.exe exists but $arg does not.
1947
1948 2020-11-17 Gary Benson <gbenson@redhat.com>
1949
1950 * gdb.trace/trace-common.h (x86_trace_dummy): Add
1951 __attribute__ ((used)).
1952
1953 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
1954
1955 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
1956
1957 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
1958
1959 * gdb.base/completion.exp: Add new tests.
1960
1961 2020-11-16 Tom Tromey <tromey@adacore.com>
1962
1963 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
1964 tests.
1965
1966 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1967
1968 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
1969 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
1970 (main): Add reference to pck__fp1_var2.
1971 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
1972
1973 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1974
1975 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
1976
1977 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1978
1979 * gdb.ada/fixed_points.exp: Add ptype tests.
1980 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
1981
1982 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1983
1984 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
1985
1986 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1987
1988 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
1989 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
1990 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
1991 New files.
1992 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
1993
1994 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
1995 New files.
1996
1997 2020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
1998
1999 PR cli/26879
2000 * gdb.fortran/completion.exp: New file.
2001 * gdb.fortran/completion.f90: New file.
2002
2003 2020-11-12 Joseph Myers <joseph@codesourcery.com>
2004
2005 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
2006 but $arg does not.
2007
2008 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
2009
2010 * gdb.fortran/types.exp: Add more tests.
2011
2012 2020-11-12 Tom Tromey <tom@tromey.com>
2013
2014 PR rust/26799:
2015 * gdb.rust/traits.exp: Remove kfails.
2016
2017 2020-11-12 Gary Benson <gbenson@redhat.com>
2018
2019 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
2020 statement.
2021
2022 2020-11-11 Simon Marchi <simon.marchi@efficios.com>
2023
2024 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
2025 always-inserted" axis.
2026 (do_test): Add breakpoint_always_inserted parameter.
2027
2028 2020-11-10 Tom Tromey <tromey@adacore.com>
2029
2030 * gdb.ada/bias.exp: Update.
2031 * gdb.ada/bias/bias.adb (X): Change value.
2032
2033 2020-11-10 Gary Benson <gbenson@redhat.com>
2034
2035 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
2036 regexp fragment in parentheses to prevent false matching.
2037
2038 2020-11-10 Gary Benson <gbenson@redhat.com>
2039
2040 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
2041
2042 2020-11-10 Gary Benson <gbenson@redhat.com>
2043
2044 * gdb.cp/step-and-next-inline.exp: Only require
2045 -gstatement-frontiers when building with GCC.
2046 Only setup KFAIL's for GCC issues when using
2047 a GCC-built executable.
2048
2049 2020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
2050
2051 * gdb.base/debug-expr.c: Add extra function to allow for an
2052 additional test.
2053 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
2054 to this proc with gdb_test_debug_expr. Add an extra test.
2055 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
2056 to this proc with gdb_test_debug_expr, give the tests names
2057 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
2058 calls to this proc with gdb_test_debug_expr, give the tests names
2059 * gdb.fortran/debug-expr.exp: New file.
2060 * gdb.fortran/debug-expr.f90: New file.
2061 * lib/gdb.exp (gdb_test_debug_expr): New proc.
2062
2063 2020-11-06 Simon Marchi <simon.marchi@efficios.com>
2064
2065 * lib/dwarf.exp (ranges): Handle "base" and "range" as
2066 proceduresu.
2067 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
2068 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
2069 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
2070 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
2071 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
2072 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
2073 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
2074 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
2075
2076 2020-11-04 Tom Tromey <tromey@adacore.com>
2077
2078 * gdb.ada/funcall_ref.exp: Update.
2079 * gdb.ada/var_rec_arr.exp: Update.
2080
2081 2020-11-04 Tom Tromey <tromey@adacore.com>
2082
2083 * gdb.ada/rec_ptype.exp: New file.
2084 * gdb.ada/rec_ptype/main.adb: New file.
2085 * gdb.ada/rec_ptype/p.ads: New file.
2086
2087 2020-11-04 Tom Tromey <tromey@adacore.com>
2088
2089 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
2090 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
2091 (PT_Full): New variable.
2092 * gdb.ada/tick_length_array_enum_idx/pck.adb
2093 (Full_PT): New type.
2094
2095 2020-11-04 Tom Tromey <tromey@adacore.com>
2096
2097 * gdb.ada/array_of_variant.exp: New file.
2098 * gdb.ada/array_of_variant/p.adb: New file.
2099 * gdb.ada/array_of_variant/pck.ads: New file.
2100 * gdb.ada/array_of_variant/pck.adb: New file.
2101
2102 2020-11-04 Tom Tromey <tromey@adacore.com>
2103
2104 * gdb.ada/enum_idx_packed.exp: Add test.
2105 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
2106 New variable.
2107 * gdb.ada/enum_idx_packed/pck.ads (Short)
2108 (Multi_Dimension, Multi_Dimension_Access): New types.
2109
2110 2020-11-04 Tom Tromey <tromey@adacore.com>
2111
2112 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
2113
2114 2020-11-04 Tom Tromey <tromey@adacore.com>
2115
2116 * gdb.ada/set_pckd_arr_elt.exp: Also test
2117 -fgnat-encodings=minimal. Add tests.
2118 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
2119 Call Update_Small a second time.
2120 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
2121 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
2122 (Variant_Access): New types.
2123 (New_Variant): Declare.
2124
2125 2020-11-04 Tom Tromey <tromey@adacore.com>
2126
2127 * gdb.ada/mod_from_name.exp: Test printing slice.
2128
2129 2020-11-04 Tom Tromey <tromey@adacore.com>
2130
2131 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
2132 values.
2133 * gdb.ada/access_to_unbounded_array.exp: Test different
2134 -fgnat-encodings values.
2135 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
2136 values.
2137 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
2138 values.
2139 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
2140 values.
2141 * gdb.ada/array_of_variable_length.exp: Test different
2142 -fgnat-encodings values.
2143 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
2144 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
2145 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
2146 change.
2147 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
2148 values.
2149 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
2150 * gdb.ada/out_of_line_in_inlined.exp: Test different
2151 -fgnat-encodings values.
2152 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
2153 values.
2154 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
2155 values.
2156 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
2157 -fgnat-encodings values.
2158 * gdb.ada/variant_record_packed_array.exp: Test different
2159 -fgnat-encodings values.
2160
2161 2020-11-04 Tom Tromey <tromey@adacore.com>
2162
2163 * gdb.ada/enum_idx_packed.exp: Add tests.
2164 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
2165 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
2166 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
2167 declarations.
2168
2169 2020-11-03 Tom de Vries <tdevries@suse.de>
2170
2171 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
2172 terminator comments.
2173 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
2174 terminator.
2175
2176 2020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
2177
2178 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
2179 integer format test with regexp.
2180
2181 2020-11-02 Gary Benson <gbenson@redhat.com>
2182
2183 * gdb.base/print-file-var.exp (test): Separate compiler and
2184 linker options, and build using build_executable_from_specs
2185 to accommodate this.
2186
2187 2020-11-02 Gary Benson <gbenson@redhat.com>
2188
2189 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
2190 for .c files compiled as C++ with Clang if any shared
2191 libraries are specified.
2192
2193 2020-11-02 Gary Benson <gbenson@redhat.com>
2194
2195 * lib/attributes.h: New header.
2196 * gdb.base/backtrace.c: Include the above. Replace
2197 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
2198 * gdb.base/infcall-nested-structs.c: Likewise.
2199 * gdb.base/vla-optimized-out.c: Likewise.
2200
2201 2020-11-02 Tom de Vries <tdevries@suse.de>
2202
2203 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
2204
2205 2020-11-01 Joel Brobecker <brobecker@adacore.com>
2206
2207 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
2208 System.Min_Int and System.Max_Int with smaller hardcoded
2209 constants.
2210
2211 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2212
2213 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
2214 * configure: Re-generate.
2215
2216 2020-10-30 Simon Marchi <simon.marchi@efficios.com>
2217
2218 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
2219 expected output.
2220
2221 2020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2222
2223 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
2224 behavior.
2225 * gdb.base/paginate-bg-execution.exp: Ditto.
2226 * gdb.base/paginate-inferior-exit.exp: Ditto.
2227 * gdb.base/double-prompt-target-event-error.c: Remove.
2228 * gdb.base/double-prompt-target-event-error.exp: Remove.
2229
2230 2020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2231
2232 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
2233 inferiors' and 'detach inferiors' do not change the current
2234 inferior.
2235
2236 2020-10-29 Tom de Vries <tdevries@suse.de>
2237
2238 * gdb.threads/tls.exp: Fix DUPLICATEs.
2239
2240 2020-10-28 Tom de Vries <tdevries@suse.de>
2241
2242 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
2243
2244 2020-10-28 Tom de Vries <tdevries@suse.de>
2245
2246 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
2247 * gdb.base/reread.exp: Same.
2248
2249 2020-10-28 Tom de Vries <tdevries@suse.de>
2250
2251 * lib/gdb.exp (readnow): Handle arg.
2252 * gdb.rust/traits.exp: Add KFAILs for -readnow.
2253
2254 2020-10-28 Tom de Vries <tdevries@suse.de>
2255
2256 * gdb.base/relocate.exp: Update regexp for -readnow.
2257
2258 2020-10-28 Tom de Vries <tdevries@suse.de>
2259
2260 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
2261 -readnow.
2262
2263 2020-10-28 Tom de Vries <tdevries@suse.de>
2264
2265 PR symtab/26772
2266 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
2267 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
2268
2269 2020-10-28 Tom de Vries <tdevries@suse.de>
2270
2271 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
2272 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
2273 complaint during file command for -readnow.
2274
2275 2020-10-28 Tom de Vries <tdevries@suse.de>
2276
2277 * gdb.cp/nsalias.exp: Fix typo in test name.
2278
2279 2020-10-28 Tom de Vries <tdevries@suse.de>
2280
2281 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
2282
2283 2020-10-28 Tom de Vries <tdevries@suse.de>
2284
2285 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
2286 -readnow.
2287
2288 2020-10-27 Tom de Vries <tdevries@suse.de>
2289
2290 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
2291
2292 2020-10-27 Tom de Vries <tdevries@suse.de>
2293
2294 * gdb.base/maint.exp: Update for -readnow.
2295
2296 2020-10-27 Tom de Vries <tdevries@suse.de>
2297
2298 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
2299 -readnow.
2300
2301 2020-10-14 Gary Benson <gbenson@redhat.com>
2302
2303 * gdb.python/py-format-string.exp (test_deref_refs): Treat
2304 "_vptr$Base" as correct, in addition to "_vptr.Base".
2305 (test_mixed): Likewise.
2306
2307 2020-10-27 Gary Benson <gbenson@redhat.com>
2308
2309 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
2310 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
2311
2312 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2313
2314 * gdb.base/condbreak.exp: Update the completion tests to
2315 consider the '-force' flag.
2316
2317 2020-10-27 Tom de Vries <tdevries@suse.de>
2318
2319 * gdb.base/list-ambiguous-readnow.exp: New file.
2320
2321 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2322
2323 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
2324 the condition.
2325 * gdb.linespec/cpcompletion.exp: Update to consider the
2326 '-force-condition' keyword.
2327 * gdb.linespec/explicit.exp: Ditto.
2328 * lib/completion-support.exp: Ditto.
2329
2330 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2331
2332 * gdb.base/condbreak-multi-context.cc: New file.
2333 * gdb.base/condbreak-multi-context.exp: New file.
2334
2335 2020-10-26 Tom Tromey <tom@tromey.com>
2336
2337 * lib/mi-support.exp (default_mi_gdb_start): Call
2338 gdb_stdin_log_init.
2339 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
2340 subtract one from gdb_instances.
2341 (gdb_stdin_log_write): Flush in_file.
2342
2343 2020-10-26 Tom de Vries <tdevries@suse.de>
2344
2345 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
2346
2347 2020-10-26 Tom Tromey <tromey@adacore.com>
2348
2349 * gdb.ada/unsigned_range/foo.adb: New file.
2350 * gdb.ada/unsigned_range/pack.adb: New file.
2351 * gdb.ada/unsigned_range/pack.ads: New file.
2352 * gdb.ada/unsigned_range.exp: New file.
2353
2354 2020-10-26 Tom de Vries <tdevries@suse.de>
2355
2356 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
2357
2358 2020-10-26 Tom de Vries <tdevries@suse.de>
2359
2360 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
2361 for CU.
2362 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
2363
2364 2020-10-23 Tom de Vries <tdevries@suse.de>
2365
2366 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
2367 DW_FORM_string.
2368 (Dwarf::_default_form): New proc.
2369 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
2370 guessed.
2371
2372 2020-10-23 Tom de Vries <tdevries@suse.de>
2373
2374 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
2375 * gdb.dwarf2/atomic-type.exp: Same.
2376 * gdb.dwarf2/bad-regnum.exp: Same.
2377 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2378 * gdb.dwarf2/dw2-align.exp: Same.
2379 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2380 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2381 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2382 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2383 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2384 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2385 * gdb.dwarf2/enum-type.exp: Same.
2386 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
2387 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2388 * gdb.dwarf2/main-subprogram.exp: Same.
2389 * gdb.dwarf2/missing-type-name.exp: Same.
2390 * gdb.dwarf2/nonvar-access.exp: Same.
2391 * gdb.dwarf2/typedef-void-finish.exp: Same.
2392 * gdb.dwarf2/var-access.exp: Same.
2393 * gdb.dwarf2/void-type.exp: Same.
2394
2395 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
2396
2397 PR gdb/26693
2398 * gdb.dwarf2/template-specification-full-name.exp: New test.
2399
2400 2020-10-22 Luis Machado <luis.machado@linaro.org>
2401
2402 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
2403 expected an offset from the function.
2404 * gdb.base/msym-bp.exp (test): Likewise.
2405
2406 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
2407
2408 * gdb.fortran/array-slices.exp: Add a new test.
2409
2410 2020-10-21 Gary Benson <gbenson@redhat.com>
2411
2412 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
2413 fullname test with Clang. Also expand comments generally.
2414
2415 2020-10-20 Tom de Vries <tdevries@suse.de>
2416
2417 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
2418
2419 2020-10-20 Tom de Vries <tdevries@suse.de>
2420
2421 * gdb.dwarf2/arr-stride.c: Remove.
2422 * gdb.dwarf2/arr-stride.exp: Use main.c.
2423 * gdb.dwarf2/arr-subrange.c: Remove.
2424 * gdb.dwarf2/arr-subrange.exp: Use main.c.
2425 * gdb.dwarf2/bad-regnum.c: Remove.
2426 * gdb.dwarf2/bad-regnum.exp: Use main.c.
2427 * gdb.dwarf2/corrupt.c: Remove.
2428 * gdb.dwarf2/corrupt.exp: Use main.c.
2429 * gdb.dwarf2/dw2-bad-elf.c: Remove.
2430 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
2431 * gdb.dwarf2/dw2-icycle.c: Remove.
2432 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
2433 * gdb.dwarf2/formdata16.c: Remove.
2434 * gdb.dwarf2/formdata16.exp: Use main.c.
2435 * gdb.dwarf2/implptrconst.c: Remove.
2436 * gdb.dwarf2/implptrconst.exp: Use main.c.
2437 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
2438 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
2439 * gdb.dwarf2/opaque-type-lookup.c: Remove.
2440 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
2441
2442 2020-10-20 Tom de Vries <tdevries@suse.de>
2443
2444 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
2445 file.
2446 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
2447
2448 2020-10-20 Tom de Vries <tdevries@suse.de>
2449
2450 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
2451 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2452 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
2453 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2454 * gdb.dwarf2/dw2-ranges.exp: Same.
2455 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2456 * gdb.dwarf2/var-access.exp: Same.
2457
2458 2020-10-19 Tom Tromey <tromey@adacore.com>
2459
2460 PR tui/26719
2461 * gdb.tui/list.exp: Check source window contents after focus
2462 change.
2463
2464 2020-10-17 Tom de Vries <tdevries@suse.de>
2465
2466 PR symtab/26317
2467 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
2468
2469 2020-10-17 Tom de Vries <tdevries@suse.de>
2470
2471 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
2472 as suffix.
2473 * gdb.dwarf2/atomic.c: Rename to ...
2474 * gdb.dwarf2/atomic-type.c: ... this.
2475 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
2476 * gdb.dwarf2/dw2-ranges-2.c: ... this.
2477 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
2478 * gdb.dwarf2/dw2-ranges-3.c: ... this.
2479 * gdb.dwarf2/fission-mix2.c: Rename to ...
2480 * gdb.dwarf2/fission-mix-2.c: ... this.
2481 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
2482 standard_testfile.
2483 * gdb.dwarf2/ada-valprint-error.exp: Same.
2484 * gdb.dwarf2/arr-stride.exp: Same.
2485 * gdb.dwarf2/arr-subrange.exp: Same.
2486 * gdb.dwarf2/atomic-type.exp: Same.
2487 * gdb.dwarf2/bad-regnum.exp: Same.
2488 * gdb.dwarf2/break-inline-psymtab.exp: Same.
2489 * gdb.dwarf2/clang-debug-names-2.exp: Same.
2490 * gdb.dwarf2/clang-debug-names.exp: Same.
2491 * gdb.dwarf2/comp-unit-lang.exp: Same.
2492 * gdb.dwarf2/corrupt.exp: Same.
2493 * gdb.dwarf2/count.exp: Same.
2494 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2495 * gdb.dwarf2/data-loc.exp: Same.
2496 * gdb.dwarf2/dw2-align.exp: Same.
2497 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2498 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2499 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2500 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
2501 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
2502 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2503 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
2504 * gdb.dwarf2/dw2-inline-param.exp: Same.
2505 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2506 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2507 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2508 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2509 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2510 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2511 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2512 * gdb.dwarf2/dw2-param-error.exp: Same.
2513 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2514 * gdb.dwarf2/dw2-ranges.exp: Same.
2515 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2516 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2517 * gdb.dwarf2/dw4-sig-types.exp: Same.
2518 * gdb.dwarf2/dynarr-ptr.exp: Same.
2519 * gdb.dwarf2/enum-type.exp: Same.
2520 * gdb.dwarf2/fission-mix.exp: Same.
2521 * gdb.dwarf2/formdata16.exp: Same.
2522 * gdb.dwarf2/implptrconst.exp: Same.
2523 * gdb.dwarf2/implptrpiece.exp: Same.
2524 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2525 * gdb.dwarf2/main-subprogram.exp: Same.
2526 * gdb.dwarf2/method-ptr.exp: Same.
2527 * gdb.dwarf2/missing-sig-type.exp: Same.
2528 * gdb.dwarf2/nonvar-access.exp: Same.
2529 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2530 * gdb.dwarf2/shortpiece.exp: Same.
2531 * gdb.dwarf2/staticvirtual.exp: Same.
2532 * gdb.dwarf2/subrange.exp: Same.
2533 * gdb.dwarf2/symtab-producer.exp: Same.
2534 * gdb.dwarf2/typedef-void-finish.exp: Same.
2535 * gdb.dwarf2/var-access.exp: Same.
2536 * gdb.dwarf2/variant.exp: Same.
2537 * gdb.dwarf2/void-type.exp: Same.
2538 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
2539 dw2-ranges-main.c.
2540 * gdb.dwarf2/dw2-ranges-main.c: Remove.
2541
2542 2020-10-16 Tom de Vries <tdevries@suse.de>
2543
2544 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
2545
2546 2020-10-16 Tom de Vries <tdevries@suse.de>
2547
2548 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
2549
2550 2020-10-14 Tom de Vries <tdevries@suse.de>
2551
2552 PR testsuite/26732
2553 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
2554 scenario 2.
2555 * gdb.ada/mi_catch_ex_hand.exp: Same.
2556
2557 2020-10-13 Pedro Alves <pedro@palves.net>
2558
2559 * lib/mi-support.exp (mi_clean_restart): New.
2560 (mi_run_to_main): Delete.
2561 All callers adjust to use mi_clean_restart / mi_runto_main.
2562
2563 2020-10-13 Pedro Alves <pedro@palves.net>
2564
2565 * config/monitor.exp: Use "list -q".
2566 * gdb.arch/gdb1558.exp: Use "break -q".
2567 * gdb.arch/i386-permbkpt.exp: Use "break -q".
2568 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
2569 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
2570 * gdb.base/commands.exp: Use "break -q".
2571 * gdb.base/condbreak.exp: Use "break -q".
2572 * gdb.base/ctf-ptype.exp: Use "list -q".
2573 * gdb.base/define.exp: Use "break -q".
2574 * gdb.base/del.exp: Use "break -q".
2575 * gdb.base/fullname.exp: Use "break -q".
2576 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
2577 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
2578 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
2579 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
2580 "hbreak -q".
2581 * gdb.base/included.exp: Use "list -q".
2582 * gdb.base/label.exp: Use "break -q".
2583 * gdb.base/lineinc.exp: Use "break -q".
2584 * gdb.base/list.exp: Use "list -q".
2585 * gdb.base/macscp.exp: Use "list -q".
2586 * gdb.base/pending.exp: Use "break -q".
2587 * gdb.base/prologue-include.exp: Use "break -q".
2588 * gdb.base/ptype.exp: Use "list -q".
2589 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
2590 * gdb.base/server-del-break.exp: Use "break -q".
2591 * gdb.base/style.exp: Use "break -q".
2592 * gdb.base/symbol-without-target_section.exp: Use "list -q".
2593 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
2594 * gdb.cp/exception.exp: Use "tbreak -q".
2595 * gdb.dwarf2/dw2-error.exp: Use "break -q".
2596 * gdb.dwarf2/fission-mix.exp: Use "break -q".
2597 * gdb.dwarf2/fission-reread.exp: Use "break -q".
2598 * gdb.dwarf2/pr13961.exp: Use "break -q".
2599 * gdb.linespec/explicit.exp: Use "list -q".
2600 * gdb.linespec/linespec.exp: Use "break -q".
2601 * gdb.mi/mi-simplerun.exp: Use "--qualified".
2602 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
2603 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
2604 * gdb.server/connect-without-multi-process.exp: Use "break -q".
2605 * gdb.trace/change-loc.exp: Use "break -q".
2606 * gdb.trace/pending.exp: Use "break -q".
2607 * gdb.tui/basic.exp: Use "list -q".
2608 * gdb.tui/list-before.exp: Use "list -q".
2609 * gdb.tui/list.exp: Use "list -q".
2610 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
2611
2612 2020-10-13 Pedro Alves <pedro@palves.net>
2613
2614 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
2615 saved breakpoints file.
2616 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
2617 inspecting breakpoint list.
2618 * lib/gdb.exp (runto_main): Add "qualified" to options.
2619 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
2620 and handle it.
2621 (mi_runto_main): Pass 1 as qualified argument.
2622
2623 2020-10-13 Pedro Alves <pedro@palves.net>
2624
2625 * lib/mi-support.exp (mi_runto_main): New proc.
2626 (mi_run_to_main): Use it.
2627 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
2628 * gdb.mi/mi-var-cmd.exp: Likewise.
2629 * gdb.mi/mi-var-invalidate.exp: Likewise.
2630 * mi-var-list-children-invalid-grandchild.exp: Likewise.
2631 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
2632 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2633 * gdb.mi/user-selected-context-sync.exp: Likewise.
2634 * gdb.opt/inline-cmds.exp: Likewise.
2635 * gdb.python/py-framefilter-mi.exp: Likewise.
2636 * gdb.python/py-mi.exp: Likewise.
2637
2638 2020-10-13 Pedro Alves <pedro@palves.net>
2639
2640 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
2641 "runto main".
2642 * gdb.ada/small_reg_param.exp: Likewise.
2643 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2644 * gdb.base/annota1.exp: Likewise.
2645 * gdb.base/anon.exp: Likewise.
2646 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
2647 * gdb.base/dprintf-non-stop.exp: Likewise.
2648 * gdb.base/dprintf.exp: Likewise.
2649 * gdb.base/gdb11530.exp: Likewise.
2650 * gdb.base/gdb11531.exp: Likewise.
2651 * gdb.base/gnu_vector.exp: Likewise.
2652 * gdb.base/interrupt-noterm.exp: Likewise.
2653 * gdb.base/memattr.exp: Likewise.
2654 * gdb.base/step-over-syscall.exp: Likewise.
2655 * gdb.base/watch-cond-infcall.exp: Likewise.
2656 * gdb.base/watch-read.exp: Likewise.
2657 * gdb.base/watch-vfork.exp: Likewise.
2658 * gdb.base/watch_thread_num.exp: Likewise.
2659 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
2660 * gdb.guile/scm-frame-inline.exp: Likewise.
2661 * gdb.linespec/explicit.exp: Likewise.
2662 * gdb.opt/inline-break.exp: Likewise.
2663 * gdb.python/py-frame-inline.exp: Likewise.
2664 * gdb.reverse/break-precsave.exp: Likewise.
2665 * gdb.reverse/break-reverse.exp: Likewise.
2666 * gdb.reverse/consecutive-precsave.exp: Likewise.
2667 * gdb.reverse/consecutive-reverse.exp: Likewise.
2668 * gdb.reverse/finish-precsave.exp: Likewise.
2669 * gdb.reverse/finish-reverse.exp: Likewise.
2670 * gdb.reverse/fstatat-reverse.exp: Likewise.
2671 * gdb.reverse/getresuid-reverse.exp: Likewise.
2672 * gdb.reverse/i386-precsave.exp: Likewise.
2673 * gdb.reverse/i386-reverse.exp: Likewise.
2674 * gdb.reverse/i386-sse-reverse.exp: Likewise.
2675 * gdb.reverse/i387-env-reverse.exp: Likewise.
2676 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2677 * gdb.reverse/insn-reverse.exp: Likewise.
2678 * gdb.reverse/machinestate-precsave.exp: Likewise.
2679 * gdb.reverse/machinestate.exp: Likewise.
2680 * gdb.reverse/pipe-reverse.exp: Likewise.
2681 * gdb.reverse/readv-reverse.exp: Likewise.
2682 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2683 * gdb.reverse/rerun-prec.exp: Likewise.
2684 * gdb.reverse/s390-mvcle.exp: Likewise.
2685 * gdb.reverse/solib-precsave.exp: Likewise.
2686 * gdb.reverse/solib-reverse.exp: Likewise.
2687 * gdb.reverse/step-precsave.exp: Likewise.
2688 * gdb.reverse/step-reverse.exp: Likewise.
2689 * gdb.reverse/time-reverse.exp: Likewise.
2690 * gdb.reverse/until-precsave.exp: Likewise.
2691 * gdb.reverse/until-reverse.exp: Likewise.
2692 * gdb.reverse/waitpid-reverse.exp: Likewise.
2693 * gdb.reverse/watch-precsave.exp: Likewise.
2694 * gdb.reverse/watch-reverse.exp: Likewise.
2695 * gdb.threads/kill.exp: Likewise.
2696 * gdb.threads/tid-reuse.exp: Likewise.
2697
2698 2020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2699
2700 PR gdb/26642
2701 * gdb.base/maint-target-async-off.c: New test.
2702 * gdb.base/maint-target-async-off.exp: New test.
2703
2704 2020-10-13 Alan Modra <amodra@gmail.com>
2705
2706 * gdb.arch/powerpc-altivec.s,
2707 * gdb.arch/powerpc-power7.s,
2708 * gdb.arch/powerpc-power8.s,
2709 * gdb.arch/powerpc-power9.s,
2710 * gdb.arch/powerpc-vsx.s,
2711 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
2712 * gdb.arch/powerpc-altivec.exp,
2713 * gdb.arch/powerpc-power7.exp,
2714 * gdb.arch/powerpc-power8.exp,
2715 * gdb.arch/powerpc-power9.exp,
2716 * gdb.arch/powerpc-vsx.exp,
2717 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
2718 disassembly of mfvsrd/mtvsrd.
2719
2720 2020-10-13 Alan Modra <amodra@gmail.com>
2721
2722 * gdb.arch/arm-disassembler-options.exp: Adjust expected
2723 "target architecture" output.
2724 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2725 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2726 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2727 * gdb.arch/s390-disassembler-options.exp: Likewise.
2728
2729 2020-10-12 Pedro Alves <pedro@palves.net>
2730
2731 PR exp/26602
2732 PR c++/26550
2733 * gdb.cp/ambiguous.cc (marker1): Delete.
2734 (main): Initialize all the fields of the locals. Replace marker1
2735 call with a "set breakpoint here" marker.
2736 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
2737 instead of running to marker1. Add tests printing all the
2738 variables and all the fields of the variables.
2739 (test_ambiguous): New proc, expecting the new GDB output when a
2740 field access is ambiguous. Change all "warning: X ambiguous"
2741 tests to use it.
2742
2743 2020-10-12 Gary Benson <gbenson@redhat.com>
2744
2745 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
2746 * gdb.base/msym-bp-2.c (foo): Likewise.
2747 * gdb.base/msym-lang.c (foo): Likewise.
2748 * gdb.base/msym-lang-main.c (foo): Likewise.
2749 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
2750 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
2751 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
2752 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
2753 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
2754 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
2755 * gdb.python/py-objfile.c (static_var): Likewise.
2756 * gdb.python/py-symbol.c (rr): Likewise.
2757 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
2758 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
2759
2760 2020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
2761
2762 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
2763 output of backtrace.
2764
2765 2020-10-09 Tom Tromey <tromey@adacore.com>
2766
2767 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
2768 (Rec): Add field. Fix range.
2769 * gdb.ada/scalar_storage.exp: Update.
2770
2771 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
2772
2773 PR exp/26714
2774 * gdb.base/printcmds.exp: Add tests for void results.
2775
2776 2020-10-09 Jan Vrany <jan.vrany@labware.com>
2777
2778 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
2779 is emmited for both 'set directories' and 'directory' commands.
2780
2781 2020-10-08 Tom Tromey <tom@tromey.com>
2782
2783 * gdb.base/style.exp: Check that "main"'s name is styled.
2784
2785 2020-10-07 Tom Tromey <tromey@adacore.com>
2786
2787 * gdb.base/find.exp: Rename some tests.
2788
2789 2020-10-06 Gary Benson <gbenson@redhat.com>
2790
2791 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
2792 * gdb.base/list1.c (unused): Likewise.
2793
2794 2020-10-06 Gary Benson <gbenson@redhat.com>
2795
2796 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
2797 __attribute__ ((used)).
2798 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
2799
2800 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
2801
2802 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
2803 make use of regions throughout.
2804 * gdb.base/overlays.exp: Enclose string with variableds in "..",
2805 not {...}.
2806 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
2807
2808 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
2809
2810 * gdb.base/call-sc.c: Fix return struct on stack test case.
2811 * gdb.base/call-sc.exp: Likewise.
2812
2813 2020-10-02 Gary Benson <gbenson@redhat.com>
2814
2815 * README: Fix "paralell".
2816
2817 2020-09-30 Gary Benson <gbenson@redhat.com>
2818
2819 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
2820 Convert directive to lowercase.
2821 (.Labbrev1_begin): Add missing label.
2822 (abbrev code 0x1): Remove DW_AT_stmt_list.
2823 (.Ldie_b): Likewise.
2824
2825 2020-09-27 Tom Tromey <tom@tromey.com>
2826
2827 * gdb.tui/new-layout.exp: Use with_test_prefix.
2828
2829 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
2830
2831 PR python/26586
2832 * gdb.python/python.exp: add test cases for the from_tty
2833 argument to gdb.execute.
2834
2835 2020-09-25 Gary Benson <gbenson@redhat.com>
2836
2837 * gdb.base/infcall-nested-structs.exp.tcl: Add
2838 additional_flags=-Wno-tautological-compare for C++
2839 tests when compiling using Clang.
2840
2841 2020-09-25 Gary Benson <gbenson@redhat.com>
2842
2843 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
2844 for .c files.
2845
2846 2020-09-24 Tom Tromey <tromey@adacore.com>
2847
2848 PR tui/26638:
2849 * gdb.tui/list.exp: Check output of "focus next".
2850
2851 2020-09-23 Tom Tromey <tom@tromey.com>
2852
2853 * gdb.dwarf2/intbits.exp: New file.
2854 * gdb.dwarf2/intbits.c: New file.
2855
2856 2020-09-20 Pedro Alves <pedro@palves.net>
2857
2858 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
2859 spawn_id before calling remote_close. Close secondary MI channel.
2860
2861 2020-09-20 Pedro Alves <pedro@palves.net>
2862
2863 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
2864 fails.
2865
2866 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
2867
2868 * gdb.fortran/array-slices.exp: Update expected results.
2869 * gdb.fortran/class-allocatable-array.exp: Likewise.
2870 * gdb.fortran/multi-dim.exp: Likewise.
2871 * gdb.fortran/vla-type.exp: Likewise.
2872 * gdb.mi/mi-vla-fortran.exp: Likewise.
2873
2874 2020-09-18 Victor Collod <vcollod@nvidia.com>
2875
2876 PR gdb/26635
2877 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
2878 compatible with i386, and move it to...
2879 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
2880 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
2881 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
2882
2883 2020-09-18 Pedro Alves <pedro@palves.net>
2884
2885 PR gdb/26631
2886 * gdb.multi/multi-target-thread-find.exp: New file.
2887
2888 2020-09-18 Pedro Alves <pedro@palves.net>
2889
2890 * gdb.multi/multi-target-continue.exp: New file, factored out from
2891 multi-target.exp.
2892 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
2893 multi-target.exp.
2894 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
2895 multi-target.exp.
2896 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
2897 multi-target.exp.
2898 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
2899 multi-target.exp.
2900 * gdb.multi/multi-target.exp.tcl: New file, factored out from
2901 multi-target.exp.
2902 * gdb.multi/multi-target.exp: Delete.
2903
2904 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2905
2906 * gdb.fortran/array-slices.exp: Add missing message data.
2907
2908 2020-09-17 Pedro Alves <pedro@palves.net>
2909
2910 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
2911
2912 2020-09-17 Pedro Alves <pedro@palves.net>
2913
2914 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
2915 full prototype.
2916
2917 2020-09-17 Pedro Alves <pedro@palves.net>
2918
2919 * gdb.python/py-as-string.c: Add cast.
2920
2921 2020-09-17 Pedro Alves <pedro@palves.net>
2922
2923 * gdb.base/sizeof.c (fill): Add cast.
2924
2925 2020-09-17 Pedro Alves <pedro@palves.net>
2926
2927 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
2928
2929 2020-09-17 Pedro Alves <pedro@palves.net>
2930
2931 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
2932 linkage name.
2933 * gdb.base/prologue.exp: Use print /d.
2934 * gdb.base/symbol-alias.exp: Handle C++ output.
2935 * gdb.base/symbol-alias2.c: Handle C++ output.
2936 [__cplusplus] (func): Explicitly specify linkage name.
2937
2938 2020-09-17 Pedro Alves <pedro@palves.net>
2939
2940 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
2941 (struct my_key_t): ... this. Adjust all references.
2942 (struct value_t): Rename to ...
2943 (struct my_value_t): ... this. Adjust all references.
2944 (create_map, add_map_element, create_map_map)
2945 (add_map_map_element): Add casts.
2946
2947 2020-09-17 Pedro Alves <pedro@palves.net>
2948
2949 * gdb.python/py-framefilter-mi.c (funca): Add casts.
2950 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
2951
2952 2020-09-17 Pedro Alves <pedro@palves.net>
2953
2954 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
2955
2956 2020-09-17 Pedro Alves <pedro@palves.net>
2957
2958 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
2959 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
2960 (charfoo, intfoo): Define full prototype.
2961 * gdb.base/ptype1.c (charfoo): Define full prototype.
2962 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
2963 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
2964
2965 2020-09-17 Pedro Alves <pedro@palves.net>
2966
2967 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
2968 Don't define.
2969 (utf_32_string): Compile for both C and C++.
2970 * gdb.base/charset.exp: Use "print /d".
2971
2972 2020-09-17 Pedro Alves <pedro@palves.net>
2973
2974 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
2975 (nullptr): Rename to ...
2976 (null_ptr): ... this.
2977 * gdb.base/watchpoint.exp: Adjust to rename.
2978
2979 2020-09-17 Pedro Alves <pedro@palves.net>
2980
2981 * gdb.base/printcmds.c (three, flag_enum_without_zero)
2982 (three_not_flag): Add casts.
2983
2984 2020-09-17 Pedro Alves <pedro@palves.net>
2985
2986 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
2987 char array.
2988 (main): Add references to Barrier, TestStrings, TestStringsH and
2989 TestStringsW.
2990 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
2991 and expect a full prototype in C++.
2992
2993 2020-09-17 Pedro Alves <pedro@palves.net>
2994
2995 * gdb.base/nested-addr.c (main): Add cast.
2996 * gdb.base/nested-addr.exp: Use "print /d".
2997
2998 2020-09-17 Pedro Alves <pedro@palves.net>
2999
3000 * gdb.base/break.exp (func): New. Use it throughout when
3001 expecting a function name.
3002
3003 2020-09-17 Pedro Alves <pedro@palves.net>
3004
3005 * gdb.base/display.exp: Issue "set print asm-demangle on".
3006
3007 2020-09-17 Pedro Alves <pedro@palves.net>
3008
3009 * gdb.base/find.c: Include <string.h>.
3010 (init_bufs): Add cast.
3011 * gdb.base/find.exp: Issue "set print asm-demangle on".
3012
3013 2020-09-16 Tom Tromey <tromey@adacore.com>
3014
3015 PR gdb/26598:
3016 * gdb.base/skipcxx.exp: New file.
3017 * gdb.base/skipcxx.cc: New file.
3018
3019 2020-09-16 Tom de Vries <tdevries@suse.de>
3020
3021 PR testsuite/26617
3022 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
3023 WITH_DEBUG_SECTIONS is defined.
3024 (xstr, str): New macro.
3025 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
3026 to get start and size of _Dmain.
3027 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
3028 using additional_flags.
3029
3030 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3031
3032 * gdb.base/bp-cmds-sourced-script.c: New file.
3033 * gdb.base/bp-cmds-sourced-script.exp: New test.
3034 * gdb.base/bp-cmds-sourced-script.gdb: New file.
3035
3036 2020-09-16 Tom de Vries <tdevries@suse.de>
3037
3038 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
3039 get the gdb prompt after issuing "monitor exit".
3040
3041 2020-09-16 Tom de Vries <tdevries@suse.de>
3042
3043 PR testsuite/26624
3044 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
3045
3046 2020-09-16 Tom de Vries <tdevries@suse.de>
3047
3048 PR testsuite/26618
3049 * gdb.tui/new-layout.exp: Escape unbalanced braces.
3050
3051 2020-09-15 Tom Tromey <tromey@adacore.com>
3052
3053 PR rust/26197:
3054 * lib/rust-support.exp (rust_llvm_version): New proc.
3055 * gdb.rust/simple.exp: Check rust_llvm_version.
3056
3057 2020-09-14 Tom de Vries <tdevries@suse.de>
3058
3059 * gdb.rust/traits.exp: Fix PATH warning.
3060
3061 2020-09-13 Pedro Alves <pedro@palves.net>
3062
3063 * gdb.base/catch-follow-exec.c (main): Add explicit return
3064 statement.
3065 * gdb.base/catch-signal.c (main): Likewise.
3066 * gdb.base/condbreak-call-false.c (main): Likewise.
3067 * gdb.base/consecutive.c (main): Add explicit return
3068 statement and return type.
3069 * gdb.base/cursal.c (main): Add explicit return statement.
3070 * gdb.base/cvexpr.c (main): Likewise.
3071 * gdb.base/display.c (main): Add explicit return statement and
3072 return type.
3073 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
3074 * gdb.base/endianity.c (main): Likewise.
3075 * gdb.base/execd-prog.c (main): Likewise.
3076 * gdb.base/gdb1090.c (main): Likewise.
3077 * gdb.base/info_qt.c (main): Likewise.
3078 * gdb.base/lineinc.c (main): Likewise.
3079 * gdb.base/load-command.c (main): Likewise.
3080 * gdb.base/macscp1.c (main): Likewise.
3081 * gdb.base/pr10179-a.c (main): Likewise.
3082 * gdb.base/quit-live.c (main): Likewise.
3083 * gdb.base/scope0.c (main): Likewise.
3084 * gdb.base/settings.c (main): Likewise.
3085 * gdb.base/stack-checking.c (main): Return int.
3086 * gdb.base/varargs.c (main): Add explicit return statement.
3087 * gdb.cp/ambiguous.cc (main): Likewise.
3088 * gdb.cp/anon-struct.cc (main): Likewise.
3089 * gdb.cp/anon-union.cc (main): Likewise.
3090 * gdb.cp/bool.cc (main): Likewise.
3091 * gdb.cp/bs15503.cc (main): Likewise.
3092 * gdb.cp/cplusfuncs.cc (main): Likewise.
3093 * gdb.cp/cttiadd.cc (main): Likewise.
3094 * gdb.cp/extern-c.cc (main): Likewise.
3095 * gdb.cp/filename.cc (main): Likewise.
3096 * gdb.cp/formatted-ref.cc (main): Likewise.
3097 * gdb.cp/mb-ctor.cc (main): Likewise.
3098 * gdb.cp/member-ptr.cc (main): Likewise.
3099 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
3100 * gdb.cp/overload-const.cc (main): Likewise.
3101 * gdb.cp/paren-type.cc (main): Likewise.
3102 * gdb.cp/parse-lang.cc (main): Likewise.
3103 * gdb.cp/pr-1023.cc (main): Likewise.
3104 * gdb.cp/psmang1.cc (main): Likewise.
3105 * gdb.cp/readnow-language.cc (main): Likewise.
3106 * gdb.cp/ref-params.cc (main): Likewise.
3107 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
3108 * gdb.cp/virtbase2.cc (main): Likewise.
3109 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
3110 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
3111 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
3112 * gdb.mi/mi-console.c (main): Likewise.
3113 * gdb.mi/mi-read-memory.c (main): Likewise.
3114 * gdb.modula2/multidim.c (main): Likewise.
3115 * gdb.opt/inline-small-func.c (main): Likewise.
3116 * gdb.python/py-rbreak.c (main): Likewise.
3117 * gdb.stabs/exclfwd1.c (main): Likewise.
3118 * gdb.trace/qtro.c (main): Likewise.
3119
3120 2020-09-13 Pedro Alves <pedro@palves.net>
3121
3122 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
3123 instead of getenv.
3124
3125 2020-09-13 Pedro Alves <pedro@palves.net>
3126
3127 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
3128 instead of spawning GDB with remote_spawn.
3129 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
3130 gdb_spawn instead of spawning GDB with remote_spawn.
3131
3132 2020-09-13 Pedro Alves <pedro@palves.net>
3133
3134 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
3135 file and add calls to first and second.
3136 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
3137 add call to f.
3138
3139 2020-09-13 Pedro Alves <pedro@palves.net>
3140
3141 * gdb.mi/mi-break-qualified.cc: New file.
3142 * gdb.mi/mi-break-qualified.exp: New file.
3143 * lib/mi-support.exp (mi_create_breakpoint_multi)
3144 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
3145 procedures.
3146 (mi_create_breakpoint_1): New, factored out from
3147 mi_create_breakpoint.
3148
3149 2020-09-13 Pedro Alves <pedro@palves.net>
3150
3151 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
3152 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
3153 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
3154 (register_class): Delete.
3155 (main): Don't call register_class.
3156
3157 2020-09-13 Pedro Alves <pedro@palves.net>
3158
3159 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
3160 (do_tests): Remove "calling method for small class" test.
3161 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
3162 (register_class): Delete.
3163 (main): Don't call register_class.
3164 * gdb.cp/call-method-register.exp: New file, based on bits removed
3165 from classes.exp.
3166 * gdb.cp/call-method-register.cc: New file, based on bits removed
3167 from classes.cc.
3168
3169 2020-09-13 Pedro Alves <pedro@palves.net>
3170
3171 * gdb.base/msym-bp-2.c: New.
3172 * gdb.base/msym-bp-shl-lib.c: New file.
3173 * gdb.base/msym-bp-shl-main-2.c: New file.
3174 * gdb.base/msym-bp-shl-main.c: New file.
3175 * gdb.base/msym-bp-shl.exp: New file.
3176 * gdb.base/msym-bp.c: New file.
3177 * gdb.base/msym-bp.exp: New file.
3178
3179 2020-09-13 Joel Brobecker <brobecker@adacore.com>
3180
3181 * gdb.base/default.exp: Change $_gdb_major to 11.
3182
3183 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
3184 Felix Willgerodt <Felix.Willgerodt@intel.com>
3185
3186 * x86-avx512bf16.c: New file.
3187 * x86-avx512bf16.exp: Likewise.
3188 * lib/gdb.exp (skip_avx512bf16_tests): New function.
3189
3190 2020-09-11 Tom de Vries <tdevries@suse.de>
3191
3192 PR exp/26602
3193 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
3194
3195 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3196
3197 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
3198
3199 2020-09-10 Alan Modra <amodra@gmail.com>
3200
3201 PR 26597
3202 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
3203
3204 2020-09-08 Tom de Vries <tdevries@suse.de>
3205
3206 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
3207 after gdb_starti_cmd.
3208
3209 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3210
3211 * lib/fortran.exp (fortran_complex8): New proc.
3212 (fortran_complex16): New proc.
3213 * gdb.fortran/complex.exp: Use routines from fortran.exp
3214 * gdb.fortran/pointer-to-pointer.exp: Likewise.
3215 * gdb.fortran/vla-ptr-info.exp: Likewise.
3216
3217 2020-09-03 Tom de Vries <tdevries@suse.de>
3218
3219 PR breakpoint/26546
3220 * gdb.base/label-without-address.exp: Runto main first.
3221
3222 2020-09-02 Tom Tromey <tromey@adacore.com>
3223
3224 * gdb.ada/mi_var_access.exp: Test children of access variable.
3225 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
3226 * gdb.ada/mi_var_array.exp: Update.
3227
3228 2020-08-31 Kevin Buettner <kevinb@redhat.com>
3229
3230 * gdb.base/corefile.exp (warning-free): XFAIL test when running
3231 on docker w/ AUFS storage driver.
3232
3233 2020-08-31 Kevin Buettner <kevinb@redhat.com>
3234
3235 * gdb.base/corefile2.exp (renamed binfile): New tests.
3236
3237 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3238
3239 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
3240
3241 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3242
3243 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
3244 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
3245
3246 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3247
3248 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
3249 output, printing a "not saved" value from history and printing a
3250 convenience variable created from a "not saved" value.
3251
3252 2020-08-31 Tom de Vries <tdevries@suse.de>
3253
3254 * gdb.base/eh_return.exp: Use nopie.
3255
3256 2020-08-28 Pedro Alves <pedro@palves.net>
3257
3258 * gdb.base/advance-until-multiple-locations.exp
3259 (advance_overload, until_overload): Adjust to match the
3260 frame/function header instead of the source line text.
3261
3262 2020-08-28 Tom de Vries <tdevries@suse.de>
3263
3264 * gdb.base/label-without-address.c: New test.
3265 * gdb.base/label-without-address.exp: New file.
3266
3267 2020-08-27 Pedro Alves <pedro@palves.net>
3268
3269 PR gdb/26523
3270 PR gdb/26524
3271 * gdb.base/advance-until-multiple-locations.cc: New.
3272 * gdb.base/advance-until-multiple-locations.exp: New.
3273
3274 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
3275
3276 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
3277
3278 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3279
3280 * gdb.arch/amd64-byte.exp: Make test names unique, use
3281 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3282 * gdb.arch/amd64-dword.exp: Likewise.
3283 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
3284 * gdb.arch/amd64-stap-special-operands.exp: Make test names
3285 unique.
3286 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
3287 * gdb.arch/amd64-word.exp: Make test names unique, use
3288 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3289 * gdb.arch/i386-byte.exp: Make test names unique, use
3290 gdb_breakpoint.
3291 * gdb.arch/i386-word.exp: Likewise.
3292
3293 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
3294
3295 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
3296
3297 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
3298
3299 PR gdb/26532
3300 * gdb.threads/stepi-random-signal.exp: Update pattern.
3301
3302 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
3303
3304 PR gdb/26532
3305 * gdb.base/ui-redirect.exp: Update pattern.
3306
3307 2020-08-25 Gary Benson <gbenson@redhat.com>
3308
3309 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
3310 when compiling with clang.
3311 * gdb.dwarf2/dw2-restore.exp: Likewise.
3312
3313 2020-08-25 Gary Benson <gbenson@redhat.com>
3314
3315 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
3316 Add additional_flags=-Wno-inaccessible-base when compiling
3317 with GCC >= 10.1 or clang. Add additional_flags=-w when
3318 compiling with GCC < 10.
3319
3320 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
3321
3322 PR m2/26372
3323 * gdb.modula2/multidim.c: New file.
3324 * gdb.modula2/multidim.exp: New file.
3325
3326 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
3327
3328 * lib/gdb.exp (runto): Always emit fail on internal error.
3329
3330 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
3331
3332 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
3333 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3334 Likewise.
3335 * gdb.threads/stepi-random-signal.exp: Likewise.
3336
3337 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3338
3339 * gdb.base/print-file-var.exp: Fix typo "breapoint".
3340 * gdb.trace/strace.exp: Ditto.
3341
3342 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3343
3344 * gdb.fortran/vla-type.exp: Skip commands not required for
3345 the Flang compiled binaries after prologue fix.
3346
3347 2020-08-17 Tom de Vries <tdevries@suse.de>
3348 Tom Tromey <tromey@adacore.com>
3349
3350 PR rust/26197:
3351 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
3352
3353 2020-08-17 Tom Tromey <tromey@adacore.com>
3354
3355 * gdb.ada/mi_var_access.exp: New file.
3356 * gdb.ada/mi_var_access/mi_access.adb: New file.
3357 * gdb.ada/mi_var_access/pck.adb: New file.
3358 * gdb.ada/mi_var_access/pck.ads: New file.
3359
3360 2020-08-16 Tom de Vries <tdevries@suse.de>
3361
3362 PR gdb/25350
3363 * gdb.base/eh_return.c: New test.
3364 * gdb.base/eh_return.exp: New file.
3365
3366 2020-08-15 Tom de Vries <tdevries@suse.de>
3367
3368 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
3369 (mixed_func_1d_): Use fortran_charlen_t in decl.
3370
3371 2020-08-15 Tom de Vries <tdevries@suse.de>
3372
3373 PR backtrace/26390
3374 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
3375 Update expected pattern.
3376
3377 2020-08-13 Pedro Alves <pedro@palves.net>
3378
3379 * gdb.fortran/complex.exp: Check skip_fortran_tests.
3380 * gdb.fortran/library-module.exp: Likewise.
3381 * gdb.fortran/logical.exp: Likewise.
3382 * gdb.fortran/module.exp: Likewise.
3383 * gdb.fortran/print_type.exp: Likewise.
3384 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
3385 * gdb.fortran/vla-datatypes.exp: Likewise.
3386 * gdb.fortran/vla-history.exp: Likewise.
3387 * gdb.fortran/vla-ptr-info.exp: Likewise.
3388 * gdb.fortran/vla-ptype-sub.exp: Likewise.
3389 * gdb.fortran/vla-ptype.exp: Likewise.
3390 * gdb.fortran/vla-sizeof.exp: Likewise.
3391 * gdb.fortran/vla-type.exp: Likewise.
3392 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
3393 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
3394 * gdb.fortran/vla-value-sub.exp: Likewise.
3395 * gdb.fortran/vla-value.exp: Likewise.
3396
3397 2020-08-13 Pedro Alves <pedro@palves.net>
3398
3399 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
3400 * gdb.ada/access_to_packed_array.exp: Likewise.
3401 * gdb.ada/access_to_unbounded_array.exp: Likewise.
3402 * gdb.ada/addr_arith.exp: Likewise.
3403 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
3404 * gdb.ada/arr_arr.exp: Likewise.
3405 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
3406 * gdb.ada/array_bounds.exp: Likewise.
3407 * gdb.ada/array_of_variable_length.exp: Likewise.
3408 * gdb.ada/array_ptr_renaming.exp: Likewise.
3409 * gdb.ada/array_subscript_addr.exp: Likewise.
3410 * gdb.ada/arraydim.exp: Likewise.
3411 * gdb.ada/arrayparam.exp: Likewise.
3412 * gdb.ada/arrayptr.exp: Likewise.
3413 * gdb.ada/assign_1.exp: Likewise.
3414 * gdb.ada/assign_arr.exp: Likewise.
3415 * gdb.ada/atomic_enum.exp: Likewise.
3416 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3417 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
3418 * gdb.ada/bias.exp: Likewise.
3419 * gdb.ada/boolean_expr.exp: Likewise.
3420 * gdb.ada/bp_c_mixed_case.exp: Likewise.
3421 * gdb.ada/bp_enum_homonym.exp: Likewise.
3422 * gdb.ada/bp_inlined_func.exp: Likewise.
3423 * gdb.ada/bp_on_var.exp: Likewise.
3424 * gdb.ada/bp_range_type.exp: Likewise.
3425 * gdb.ada/bp_reset.exp: Likewise.
3426 * gdb.ada/call_pn.exp: Likewise.
3427 * gdb.ada/catch_assert_if.exp: Likewise.
3428 * gdb.ada/catch_ex.exp: Likewise.
3429 * gdb.ada/catch_ex_std.exp: Likewise.
3430 * gdb.ada/char_enum.exp: Likewise.
3431 * gdb.ada/char_param.exp: Likewise.
3432 * gdb.ada/complete.exp: Likewise.
3433 * gdb.ada/cond_lang.exp: Likewise.
3434 * gdb.ada/convvar_comp.exp: Likewise.
3435 * gdb.ada/dgopt.exp: Likewise.
3436 * gdb.ada/disc_arr_bound.exp: Likewise.
3437 * gdb.ada/display_nested.exp: Likewise.
3438 * gdb.ada/dot_all.exp: Likewise.
3439 * gdb.ada/dyn_loc.exp: Likewise.
3440 * gdb.ada/dyn_stride.exp: Likewise.
3441 * gdb.ada/excep_handle.exp: Likewise.
3442 * gdb.ada/expr_delims.exp: Likewise.
3443 * gdb.ada/expr_with_funcall.exp: Likewise.
3444 * gdb.ada/exprs.exp: Likewise.
3445 * gdb.ada/fin_fun_out.exp: Likewise.
3446 * gdb.ada/fixed_cmp.exp: Likewise.
3447 * gdb.ada/formatted_ref.exp: Likewise.
3448 * gdb.ada/frame_arg_lang.exp: Likewise.
3449 * gdb.ada/frame_args.exp: Likewise.
3450 * gdb.ada/fullname_bp.exp: Likewise.
3451 * gdb.ada/fun_addr.exp: Likewise.
3452 * gdb.ada/fun_in_declare.exp: Likewise.
3453 * gdb.ada/fun_overload_menu.exp: Likewise.
3454 * gdb.ada/fun_renaming.exp: Likewise.
3455 * gdb.ada/funcall_char.exp: Likewise.
3456 * gdb.ada/funcall_param.exp: Likewise.
3457 * gdb.ada/funcall_ptr.exp: Likewise.
3458 * gdb.ada/funcall_ref.exp: Likewise.
3459 * gdb.ada/homonym.exp: Likewise.
3460 * gdb.ada/info_addr_mixed_case.exp: Likewise.
3461 * gdb.ada/info_auto_lang.exp: Likewise.
3462 * gdb.ada/info_exc.exp: Likewise.
3463 * gdb.ada/info_types.exp: Likewise.
3464 * gdb.ada/int_deref.exp: Likewise.
3465 * gdb.ada/interface.exp: Likewise.
3466 * gdb.ada/iwide.exp: Likewise.
3467 * gdb.ada/lang_switch.exp: Likewise.
3468 * gdb.ada/length_cond.exp: Likewise.
3469 * gdb.ada/maint_with_ada.exp: Likewise.
3470 * gdb.ada/mi_catch_assert.exp: Likewise.
3471 * gdb.ada/mi_catch_ex.exp: Likewise.
3472 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
3473 * gdb.ada/mi_dyn_arr.exp: Likewise.
3474 * gdb.ada/mi_ex_cond.exp: Likewise.
3475 * gdb.ada/mi_exc_info.exp: Likewise.
3476 * gdb.ada/mi_interface.exp: Likewise.
3477 * gdb.ada/mi_prot.exp: Likewise.
3478 * gdb.ada/mi_ref_changeable.exp: Likewise.
3479 * gdb.ada/mi_string_access.exp: Likewise.
3480 * gdb.ada/mi_task_arg.exp: Likewise.
3481 * gdb.ada/mi_task_info.exp: Likewise.
3482 * gdb.ada/mi_var_array.exp: Likewise.
3483 * gdb.ada/mi_var_union.exp: Likewise.
3484 * gdb.ada/mi_variant.exp: Likewise.
3485 * gdb.ada/minsyms.exp: Likewise.
3486 * gdb.ada/mod_from_name.exp: Likewise.
3487 * gdb.ada/nested.exp: Likewise.
3488 * gdb.ada/null_array.exp: Likewise.
3489 * gdb.ada/optim_drec.exp: Likewise.
3490 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
3491 * gdb.ada/packed_array_assign.exp: Likewise.
3492 * gdb.ada/packed_tagged.exp: Likewise.
3493 * gdb.ada/pp-rec-component.exp: Likewise.
3494 * gdb.ada/print_chars.exp: Likewise.
3495 * gdb.ada/print_pc.exp: Likewise.
3496 * gdb.ada/ptr_typedef.exp: Likewise.
3497 * gdb.ada/ptype_arith_binop.exp: Likewise.
3498 * gdb.ada/ptype_array.exp: Likewise.
3499 * gdb.ada/ptype_field.exp: Likewise.
3500 * gdb.ada/ptype_tagged_param.exp: Likewise.
3501 * gdb.ada/ptype_union.exp: Likewise.
3502 * gdb.ada/py_range.exp: Likewise.
3503 * gdb.ada/py_taft.exp: Likewise.
3504 * gdb.ada/rdv_wait.exp: Likewise.
3505 * gdb.ada/rec_comp.exp: Likewise.
3506 * gdb.ada/rec_return.exp: Likewise.
3507 * gdb.ada/ref_param.exp: Likewise.
3508 * gdb.ada/ref_tick_size.exp: Likewise.
3509 * gdb.ada/rename_subscript_param.exp: Likewise.
3510 * gdb.ada/repeat_dyn.exp: Likewise.
3511 * gdb.ada/same_component_name.exp: Likewise.
3512 * gdb.ada/same_enum.exp: Likewise.
3513 * gdb.ada/scalar_storage.exp: Likewise.
3514 * gdb.ada/set_wstr.exp: Likewise.
3515 * gdb.ada/small_reg_param.exp: Likewise.
3516 * gdb.ada/str_binop_equal.exp: Likewise.
3517 * gdb.ada/str_ref_cmp.exp: Likewise.
3518 * gdb.ada/str_uninit.exp: Likewise.
3519 * gdb.ada/sub_variant.exp: Likewise.
3520 * gdb.ada/sym_print_name.exp: Likewise.
3521 * gdb.ada/taft_type.exp: Likewise.
3522 * gdb.ada/tagged.exp: Likewise.
3523 * gdb.ada/tagged_access.exp: Likewise.
3524 * gdb.ada/task_bp.exp: Likewise.
3525 * gdb.ada/task_switch_in_core.exp: Likewise.
3526 * gdb.ada/tasks.exp: Likewise.
3527 * gdb.ada/tick_last_segv.exp: Likewise.
3528 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
3529 * gdb.ada/type_coercion.exp: Likewise.
3530 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
3531 * gdb.ada/unchecked_union.exp: Likewise.
3532 * gdb.ada/uninitialized_vars.exp: Likewise.
3533 * gdb.ada/var_arr_attrs.exp: Likewise.
3534 * gdb.ada/var_arr_typedef.exp: Likewise.
3535 * gdb.ada/var_rec_arr.exp: Likewise.
3536 * gdb.ada/variant-record.exp: Likewise.
3537 * gdb.ada/variant.exp: Likewise.
3538 * gdb.ada/variant_record_packed_array.exp: Likewise.
3539 * gdb.ada/varsize_limit.exp: Likewise.
3540 * gdb.ada/whatis_array_val.exp: Likewise.
3541 * gdb.ada/widewide.exp: Likewise.
3542 * gdb.ada/win_fu_syms.exp: Likewise.
3543
3544 2020-08-12 Gary Benson <gbenson@redhat.com>
3545
3546 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
3547
3548 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
3549
3550 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
3551 unset the array variable.
3552
3553 2020-08-03 Tom de Vries <tdevries@suse.de>
3554
3555 PR symtab/26333
3556 * lib/dwarf.exp (DW_LNE_user): New proc.
3557 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
3558 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
3559
3560 2020-07-31 Kevin Buettner <kevinb@redhat.com>
3561
3562 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
3563 to 'uintptr_t'
3564 (inttypes.h): Include.
3565
3566 2020-07-31 Kevin Buettner <kevinb@redhat.com>
3567
3568 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
3569 (C5_24k): Delete.
3570 (C5_8k, C5_64k, C5_256k): New macros.
3571 (buf_ro): Allocate 256 KiB of initialized data.
3572
3573 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3574
3575 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
3576 that attempt to overwrite an existing condition with a condition
3577 that fails parsing and also with a condition that parses fine
3578 but contains junk at the end.
3579
3580 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3581
3582 * gdb.base/condbreak-bad.c: New test.
3583 * gdb.base/condbreak-bad.exp: New file.
3584
3585 2020-07-30 Tom de Vries <tdevries@suse.de>
3586
3587 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
3588 out of ...
3589 (GDBInfoModuleSymbols::check_entry): ... here.
3590 (GDBInfoModuleSymbols::check_optional_entry): New proc.
3591 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
3592 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
3593
3594 2020-07-30 Tom de Vries <tdevries@suse.de>
3595
3596 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
3597 "__class_some_module_Number_t" optional.
3598
3599 2020-07-29 Tom de Vries <tdevries@suse.de>
3600
3601 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
3602 multiple locations.
3603
3604 2020-07-29 Tom de Vries <tdevries@suse.de>
3605
3606 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
3607 rather than function name.
3608
3609 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3610
3611 PR symtab/26270:
3612 * gdb.cp/disasm-func-name.cc: New file.
3613 * gdb.cp/disasm-func-name.exp: New file.
3614
3615 2020-07-28 Tom Tromey <tromey@adacore.com>
3616
3617 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
3618 'varval' location.
3619
3620 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3621
3622 * gdb.python/py-unwind.py: Update to make use of a register
3623 descriptor.
3624
3625 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3626
3627 * gdb.python/py-arch-reg-names.exp: Add additional tests.
3628
3629 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
3630
3631 PR fortran/23051
3632 PR fortran/26139
3633 * gdb.fortran/class-allocatable-array.exp: New file.
3634 * gdb.fortran/class-allocatable-array.f90: New file.
3635 * gdb.fortran/pointer-to-pointer.exp: New file.
3636 * gdb.fortran/pointer-to-pointer.f90: New file.
3637
3638 2020-07-25 Tom de Vries <tdevries@suse.de>
3639
3640 PR symtab/26243
3641 * gdb.dwarf2/dw2-line-number-zero.c: New test.
3642 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
3643
3644 2020-07-24 Tom de Vries <tdevries@suse.de>
3645
3646 PR testsuite/26293
3647 * gdb.ada/mi_prot.exp: Require gnatmake-8.
3648
3649 2020-07-23 Pedro Alves <pedro@palves.net>
3650
3651 * gdb.server/server-kill.exp (prepare): New, factored out from the
3652 top level.
3653 (kill_server): New.
3654 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
3655 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
3656
3657 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
3658
3659 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
3660
3661 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
3662
3663 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
3664 Initialize to empty string at top level.
3665 (gdb_wrapper_init): Revert check for file existence on build.
3666 Build the wrapper in its default place, not a build-specific
3667 location. When host == build, make the pathname absolute.
3668 (gdb_compile): Delete leftover declaration of
3669 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
3670 string instead of uninitialized.
3671
3672 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3673
3674 * gdb.base/corefile2.exp: New file.
3675 * gdb.base/coremaker2.exp: New file.
3676
3677 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3678
3679 * gdb.base/coredump-filter.exp: Add second
3680 non-Private-Shared-Anon-File test.
3681 (test_disasm): Rename binfile for test which is expected
3682 to fail.
3683
3684 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3685
3686 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
3687 data in core file".
3688 * gdb.base/coremaker.c (buf2ro): New global.
3689 (mmapdata): Add a read-only mmap mapping.
3690
3691 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3692
3693 PR corefiles/25631
3694 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
3695 New test.
3696 * gdb.base/coremaker.c (buf3): New global.
3697 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
3698 flags.
3699
3700 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3701
3702 * gdb.base/coremaker.c (filler_ro): New global constant.
3703
3704 2020-07-22 Tom Tromey <tromey@adacore.com>
3705
3706 * gdb.ada/mi_prot.exp: New file.
3707 * gdb.ada/mi_prot/pkg.adb: New file.
3708 * gdb.ada/mi_prot/pkg.ads: New file.
3709 * gdb.ada/mi_prot/prot.adb: New file.
3710
3711 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3712
3713 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
3714 loads two JITers.
3715
3716 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
3717
3718 * gdb.python/py-arch-reg-groups.exp: Additional tests.
3719
3720 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
3721
3722 * gdb.python/py-arch-reg-names.exp: Additional tests.
3723
3724 2020-07-21 Tom de Vries <tdevries@suse.de>
3725
3726 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
3727 breakpoint locations".
3728 * gdb.reverse/solib-reverse.exp: Same.
3729
3730 2020-07-21 Tom de Vries <tdevries@suse.de>
3731
3732 * gdb.reverse/step-reverse.c (callee): Merge statements.
3733
3734 2020-07-21 Tom de Vries <tdevries@suse.de>
3735
3736 * gdb.fortran/info-modules.exp (info module variables): Allow missing
3737 line numbers for some variables.
3738
3739 2020-07-21 Tom de Vries <tdevries@suse.de>
3740
3741 * gdb.opt/inline-locals.c (init_array): New func.
3742 (func1): Use init_array.
3743 * gdb.opt/inline-locals.exp: Update pattern.
3744
3745 2020-07-21 Tom de Vries <tdevries@suse.de>
3746
3747 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
3748 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
3749
3750 2020-07-20 Ludovic Courtès <ludo@gnu.org>
3751
3752 * gdb.guile/source2.scm: Add #f first argument to 'format'.
3753 * gdb.guile/types-module.exp: Remove "ERROR:" from
3754 regexps since Guile 3.0 no longer prints that.
3755
3756 2020-07-20 Ludovic Courtès <ludo@gnu.org>
3757
3758 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
3759 error regexp to match on Guile 2.2.
3760
3761 2020-07-20 Gary Benson <gbenson@redhat.com>
3762
3763 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
3764 with clang.
3765
3766 2020-07-20 Tom de Vries <tdevries@suse.de>
3767
3768 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
3769 (omp_set_lock_in_order): New function.
3770 (single_scope, multi_scope, nested_func, nested_parallel): Use
3771 omp_set_lock_in_order and omp_unset_lock.
3772 (main): Init and destroy lock and lock2.
3773
3774 2020-07-20 Tom de Vries <tdevries@suse.de>
3775
3776 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
3777
3778 2020-07-20 Tom de Vries <tdevries@suse.de>
3779
3780 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
3781
3782 2020-07-17 Tom de Vries <tdevries@suse.de>
3783
3784 * gdb.base/valgrind-infcall-2.c: New test.
3785 * gdb.base/valgrind-infcall-2.exp: New file.
3786 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
3787
3788 2020-07-17 Tom de Vries <tdevries@suse.de>
3789
3790 * gdb.dlang/circular.c (found): Use found_label as label name.
3791 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
3792 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
3793 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
3794 * gdb.dwarf2/ada-linkage-name.exp: Same.
3795 * gdb.dwarf2/arr-subrange.exp: Same.
3796 * gdb.dwarf2/atomic-type.exp: Same.
3797 * gdb.dwarf2/comp-unit-lang.exp: Same.
3798 * gdb.dwarf2/cpp-linkage-name.exp: Same.
3799 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
3800 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
3801 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
3802 * gdb.dwarf2/implptr-64bit.exp: Same.
3803 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
3804 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
3805 * gdb.dwarf2/imported-unit.exp: Same.
3806 * gdb.dwarf2/main-subprogram.exp: Same.
3807 * gdb.dwarf2/missing-type-name.exp: Same.
3808 * gdb.dwarf2/nonvar-access.exp: Same.
3809 * gdb.dwarf2/struct-with-sig.exp: Same.
3810 * gdb.dwarf2/typedef-void-finish.exp: Same.
3811 * gdb.dwarf2/void-type.exp: Same.
3812
3813 2020-07-17 Tom de Vries <tdevries@suse.de>
3814
3815 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
3816 src parameter.
3817 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
3818 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
3819 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
3820 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
3821 * gdb.dwarf2/dwz.exp: Same.
3822 * gdb.dwarf2/implptr-optimized-out.exp: Same.
3823 * gdb.dwarf2/implref-array.exp: Same.
3824 * gdb.dwarf2/implref-const.exp: Same.
3825 * gdb.dwarf2/implref-global.exp: Same.
3826 * gdb.dwarf2/implref-struct.exp: Same.
3827 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
3828 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3829 * gdb.dwarf2/var-access.exp: Same.
3830 * gdb.dwarf2/varval.exp: Same.
3831 * gdb.trace/entry-values.exp: Same.
3832
3833 2020-07-17 Tom de Vries <tdevries@suse.de>
3834
3835 * lib/dwarf.exp (Dwarf::extern): Remove.
3836 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
3837 * gdb.dlang/circular.exp: Same.
3838 * gdb.dwarf2/comp-unit-lang.exp: Same.
3839 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
3840 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
3841 * gdb.dwarf2/dwz.exp: Same.
3842 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
3843 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
3844 * gdb.dwarf2/imported-unit.exp: Same.
3845 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3846
3847 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
3848
3849 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
3850 Use double quotes instead of single quotes.
3851
3852 2020-07-16 Caroline Tice <cmtice@google.com>
3853
3854 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
3855 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
3856
3857 2020-07-16 Tom de Vries <tdevries@suse.de>
3858
3859 * lib/dwarf.exp (program): Initialize _line.
3860 (DW_LNE_end_sequence): Reinitialize _line.
3861 (DW_LNS_advance_line): Update _line.
3862 (line): New proc.
3863 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
3864 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
3865 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
3866 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
3867 * gdb.dwarf2/dw2-is-stmt.exp: Same.
3868 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3869
3870 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3871
3872 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
3873 generic.
3874
3875 2020-07-15 Tom de Vries <tdevries@suse.de>
3876
3877 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
3878 is_amd64_regs_target.
3879
3880 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3881
3882 * gdb.fortran/ptype-on-functions.exp: Add more tests.
3883 * gdb.fortran/ptype-on-functions.f90: Likewise.
3884
3885 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
3886
3887 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
3888 values in documentation for addr_size to 4 and 8.
3889
3890 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
3891
3892 * gdb.arch/amd64-osabi.exp: Update.
3893 * gdb.arch/arm-disassembler-options.exp: Update.
3894 * gdb.arch/powerpc-disassembler-options.exp: Update.
3895 * gdb.arch/ppc64-symtab-cordic.exp: Update.
3896 * gdb.arch/s390-disassembler-options.exp: Update.
3897 * gdb.base/all-architectures.exp.tcl: Update.
3898 * gdb.base/attach-pie-noexec.exp: Update.
3899 * gdb.base/catch-syscall.exp: Update.
3900 * gdb.xml/tdesc-arch.exp: Update.
3901
3902 2020-07-14 Tom de Vries <tdevries@suse.de>
3903
3904 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
3905 (local_gettid): ... this.
3906 (fn): Update.
3907
3908 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
3909
3910 * gdb.base/info_sources.exp: Skip directory match tests on
3911 remote hosts.
3912
3913 2020-07-13 Gary Benson <gbenson@redhat.com>
3914
3915 * gdb.base/savedregs.exp (caller): Use parentheses to
3916 make expected expression evaluation ordering explicit.
3917
3918 2020-07-13 Gary Benson <gbenson@redhat.com>
3919
3920 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
3921
3922 2020-07-13 Gary Benson <gbenson@redhat.com>
3923
3924 * gdb.base/bigcore.c (main): Use a volatile pointer when
3925 attempting to trigger a SIGSEGV.
3926 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
3927 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
3928 * gdb.base/savedregs.c (thrower): Likewise.
3929 * gdb.mi/mi-syn-frame.c (bar): Likewise.
3930
3931 2020-07-13 Gary Benson <gbenson@redhat.com>
3932
3933 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
3934 defining and using VLA structure fields into...
3935 * gdb.base/vla-struct-fields.c: New file.
3936 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
3937 tests into...
3938 * gdb.base/vla-struct-fields.exp: New file.
3939
3940 2020-07-13 Tom de Vries <tdevries@suse.de>
3941
3942 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
3943 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
3944 * gdb.base/gold-gdb-index.exp: Same.
3945 * gdb.base/morestack.exp: Same.
3946
3947 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
3948
3949 PR rust/26121
3950 * gdb.rust/modules.rs: Prevent linker from discarding test
3951 symbol.
3952
3953 2020-07-10 Pedro Alves <pedro@palves.net>
3954
3955 PR gdb/26199
3956 * gdb.multi/multi-target.c (exit_thread): New.
3957 (thread_start): Break loop if EXIT_THREAD.
3958 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
3959 (top level) Call test_no_resumed.
3960
3961 2020-07-08 Tom Tromey <tromey@adacore.com>
3962
3963 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
3964 * gdb.ada/catch_ex.exp: Examine catchpoint text.
3965
3966 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3967
3968 PR python/22748
3969 * gdb.opt/inline-frame-tailcall.c: New file.
3970 * gdb.opt/inline-frame-tailcall.exp: New file.
3971 * gdb.python/py-unwind-inline.c: New file.
3972 * gdb.python/py-unwind-inline.exp: New file.
3973 * gdb.python/py-unwind-inline.py: New file.
3974
3975 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3976
3977 * gdb.python/py-arch-reg-groups.exp: New file.
3978
3979 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3980
3981 * gdb.python/py-arch-reg-names.exp: New file.
3982
3983 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3984
3985 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
3986 gdb.PendingFrame.architecture method.
3987
3988 2020-07-06 Tom de Vries <tdevries@suse.de>
3989
3990 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
3991
3992 2020-07-03 Pedro Alves <palves@redhat.com>
3993
3994 * gdb.base/structs2.c (main): Adjust second parem_reg call to
3995 explicitly write negative numbers.
3996 * gdb.base/structs2.exp: Adjust expected output.
3997
3998 2020-07-03 Pedro Alves <palves@redhat.com>
3999
4000 * gdb.base/charset.c (init_string): Change all char parameters to
4001 unsigned char parameters.
4002
4003 2020-07-03 Pedro Alves <palves@redhat.com>
4004
4005 * gdb.base/call-sc.exp (start_scalars_test): Use
4006 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4007 * gdb.base/overlays.c: Remove references to PARAMS.
4008 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
4009 * gdb.base/reread.exp: Don't set 'prototypes' global.
4010 * gdb.base/structs.exp (start_structs_test): Use
4011 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4012 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
4013 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4014 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
4015 call.
4016 * gdb.base/varargs.exp: Don't set 'prototypes' global.
4017
4018 2020-07-03 Pedro Alves <palves@redhat.com>
4019
4020 * gdb.base/m32rovly.c: Delete.
4021 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
4022
4023 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4024
4025 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
4026 of gdb_py_test_multiple.
4027 * gdb.python/py-cmd.exp: Likewise.
4028 * gdb.python/py-events.exp: Likewise.
4029 * gdb.python/py-function.exp: Likewise.
4030 * gdb.python/py-inferior.exp: Likewise.
4031 * gdb.python/py-infthread.exp: Likewise.
4032 * gdb.python/py-linetable.exp: Likewise.
4033 * gdb.python/py-parameter.exp: Likewise.
4034 * gdb.python/py-value.exp: Likewise.
4035
4036 2020-06-30 Tom de Vries <tdevries@suse.de>
4037
4038 PR testsuite/26175
4039 * lib/future.exp (gdb_default_target_compile): Detect and handle
4040 early_flags.
4041
4042 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
4043
4044 * boards/simavr.exp (gdb_load): Catch errors when closing
4045 previous connection. Close connection, wait for process and
4046 unset simavr_spawn_id on failure.
4047
4048 2020-06-29 Tom de Vries <tdevries@suse.de>
4049
4050 * lib/gdb.exp (unknown): Make test-case unresolved.
4051
4052 2020-06-29 Tom de Vries <tdevries@suse.de>
4053
4054 PR gdb/25475
4055 * gdb.server/solib-list.exp: Verify that the symbol reload
4056 confirmation question is asked.
4057
4058 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4059
4060 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
4061 have a input seq nr in each pass message.
4062 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
4063 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
4064 * gdb.python/python.exp: Make test names unique,
4065 use gdb_test_multiline instead of gdb_py_test_multiple,
4066 use $gdb_test_name.
4067 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
4068
4069 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
4070
4071 * configure.ac: Add --enable-libctf.
4072 * aclocal.m4: sinclude ../config/enable.m4.
4073 * Makefile.in (site.exp): Add enable_libctf to site.exp.
4074 * lib/gdb.exp (skip_ctf_tests): Use it.
4075 * gdb.base/ctf-constvars.exp: Error message tweak.
4076 * gdb.base/ctf-ptype.exp: Likewise.
4077 * configure: Regenerate.
4078
4079 2020-06-26 Gary Benson <gbenson@redhat.com>
4080
4081 * gdb.cp/try_catch.cc: Include string.h.
4082 (main): Replace comparison against string literal with
4083 strcmp, avoiding build failure with -Wstring-compare.
4084 Add "marker test-complete".
4085 * gdb.cp/try_catch.exp: Run the test to the above marker,
4086 then verify that the value of "test" is still true.
4087
4088 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4089
4090 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
4091
4092 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4093
4094 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4095
4096 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4097
4098 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
4099 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
4100 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
4101 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
4102 * gdb.arch/riscv-tdesc-loading.exp: New file.
4103
4104 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4105
4106 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4107
4108 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4109
4110 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
4111 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
4112 * gdb.arch/riscv-tdesc-regs.c: New file.
4113 * gdb.arch/riscv-tdesc-regs.exp: New file.
4114
4115 2020-06-24 Pedro Alves <palves@redhat.com>
4116
4117 * gdb.arch/amd64-entry-value-paramref.exp: Use
4118 prepare_for_testing_full and don't pass "c++" for the .S file
4119 build spec.
4120 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
4121 $options, since it's an assembly file. Remove -Wno-deprecated.
4122 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
4123 compiling C++ programs.
4124
4125 2020-06-24 Pedro Alves <palves@redhat.com>
4126
4127 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
4128 Clang, add "-Wno-unknown-warning-option" to the options.
4129
4130 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
4131
4132 * gdb.xml/tdesc-reload.c: New file.
4133 * gdb.xml/tdesc-reload.exp: New file.
4134 * gdb.xml/maint-xml-dump-01.xml: New file.
4135 * gdb.xml/maint-xml-dump-02.xml: New file.
4136 * gdb.xml/maint-xml-dump.exp: New file.
4137
4138 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
4139
4140 * lib/completion-support.exp (test_gdb_completion_offers_commands):
4141 Adjust for omitted commands when TUI is disabled.
4142
4143 2020-06-23 Gary Benson <gbenson@redhat.com>
4144 Pedro Alves <palves@redhat.com>
4145
4146 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
4147 * gdb.cp/nsimport.cc: Likewise.
4148 * gdb.cp/nsnested.cc: Likewise.
4149 * gdb.cp/nsnoimports.cc: Likewise.
4150 * gdb.cp/nsusing.cc: Likewise.
4151 * gdb.cp/smartp.cc: Likewise.
4152 * gdb.python/py-pp-integral.c: Likewise.
4153 * gdb.python/py-pp-re-notag.c: Likewise.
4154
4155 2020-06-23 Gary Benson <gbenson@redhat.com>
4156
4157 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
4158 * gdb.cp/nsimport.cc: Likewise.
4159 * gdb.cp/nsnested.cc: Likewise.
4160 * gdb.cp/nsnoimports.cc: Likewise.
4161 * gdb.cp/nsusing.cc: Likewise.
4162 * gdb.cp/smartp.cc: Likewise.
4163 * gdb.python/py-pp-integral.c: Likewise.
4164 * gdb.python/py-pp-re-notag.c: Likewise.
4165
4166 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4167
4168 * gdb.base/default-args.exp: New test.
4169 * gdb.base/default-args.c: New file.
4170 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
4171 * gdb.base/default.exp: Update to new help text.
4172 * gdb.base/help.exp: Likewise.
4173 * gdb.base/page.exp: Likewise.
4174 * gdb.base/style.exp: Likewise.
4175 * gdb.guile/guile.exp: Likewise.
4176 * gdb.python/python.exp: Likewise.
4177
4178 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
4179
4180 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
4181 remote host. Fix search path syntax on Windows host.
4182
4183 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4184
4185 * gdb.base/attach.exp: Test priority of 'exec-file' changed
4186 over 'exec-file-mismatch'.
4187 * gdb.base/attach.c: Mark should_exit volatile.
4188 * gdb.base/attach2.c: Likewise. Add a comment explaining
4189 why the sleep cannot be big.
4190 * gdb.base/attach3.c: New file.
4191
4192 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4193
4194 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
4195 prefix optional.
4196
4197 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4198
4199 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
4200 for remote host.
4201
4202 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
4203 Hafiz Abid Qadeer <abidh@codesourcery.com>
4204
4205 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
4206 file sent to remote host.
4207 (top level): Allow int32_t as type of 32-bit register.
4208
4209 2020-06-19 Tom de Vries <tdevries@suse.de>
4210
4211 * lib/gdb.exp (gdb_note): New proc.
4212 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
4213 (gdb_default_target_compile): ... here. Only call
4214 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
4215 (use_gdb_compile): Change to array.
4216 (toplevel): Update sets of use_gdb_compile to specify language.
4217 Warn about default_target_compile override. Store dejagnu's version
4218 of default_target_compile in dejagnu_default_target_compile.
4219
4220 2020-06-18 Tom de Vries <tdevries@suse.de>
4221
4222 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
4223 (default_gdb_init): ... here.
4224
4225 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4226
4227 Fix TUI support checks in gdb.tui tests.
4228
4229 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
4230 just say UNSUPPORTED.
4231 * gdb.tui/corefile-run.exp: Likewise.
4232 * gdb.tui/empty.exp: Likewise.
4233 * gdb.tui/list-before.exp: Likewise.
4234 * gdb.tui/list.exp: Likewise.
4235 * gdb.tui/main.exp: Likewise.
4236 * gdb.tui/regs.exp: Likewise.
4237 * gdb.tui/resize.exp: Likewise.
4238 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
4239 * gdb.tui/tui-layout-asm.exp: Likewise.
4240 * gdb.tui/tui-missing-src.exp: Likewise.
4241 * gdb.tui/winheight.exp: Likewise.
4242 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
4243
4244 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4245
4246 Fix TCL error in gdb.python/py-format-string.exp.
4247
4248 * gdb.python/py-format-string.exp: Move test for python support
4249 earlier, out of function body.
4250
4251 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
4252
4253 * gdb.base/index-cache-load-twice.c: New.
4254 * gdb.base/index-cache-load-twice.exp: New.
4255
4256 2020-06-17 Keith Seitz <keiths@redhat.com>
4257
4258 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
4259 when executing "gdb --configuration".
4260
4261 2020-06-17 Tom de Vries <tdevries@suse.de>
4262
4263 * lib/gdb.exp (gdb_tcl_unknown): New proc.
4264 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
4265 conditional on presence of gdb_tcl_unknown.
4266 (gdb_finish): Make override undo conditional on presence of
4267 gdb_tcl_unknown.
4268
4269 2020-06-16 Tom Tromey <tom@tromey.com>
4270
4271 * gdb.python/tui-window.py (failwin): New function. Register it
4272 as a TUI window type.
4273 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
4274
4275 2020-06-16 Gary Benson <gbenson@redhat.com>
4276
4277 * gdb.python/py-nested-maps.c (create_map): Add missing return
4278 value.
4279 (create_map_map): Likewise.
4280
4281 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4282
4283 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
4284 variable.
4285 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
4286 and use the already-defined 'options' variable.
4287
4288 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4289 Tom de Vries <tdevries@suse.de>
4290
4291 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
4292 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
4293 (gdb_setup_known_globals): New proc.
4294 (gdb_cleanup_globals): New proc.
4295 * lib/gdb.exp (load_lib): New override proc.
4296 (gdb_stdin_log_init): Set var in_file as persistent global.
4297 * lib/pascal.exp (gdb_stdin_log_init): Set vars
4298 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
4299 fpc_compiler as persistent global.
4300
4301 2020-06-12 Tom de Vries <tdevries@suse.de>
4302
4303 * lib/tuiterm.exp (spawn): Rename to ...
4304 (tui_spawn): ... this.
4305 (toplevel): Move rename of spawn ...
4306 (gdb_init_tuiterm): ... here. New proc.
4307 (gdb_finish_tuiterm): New proc.
4308 * lib/gdb.exp (gdb_finish_hooks): New global var.
4309 (gdb_finish): Handle gdb_finish_hooks.
4310 (tuiterm_env): New proc.
4311 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
4312 tuiterm_env.
4313 * gdb.tui/basic.exp: Same.
4314 * gdb.tui/corefile-run.exp: Same.
4315 * gdb.tui/empty.exp: Same.
4316 * gdb.tui/list-before.exp: Same.
4317 * gdb.tui/list.exp: Same.
4318 * gdb.tui/main.exp: Same.
4319 * gdb.tui/new-layout.exp: Same.
4320 * gdb.tui/regs.exp: Same.
4321 * gdb.tui/resize.exp: Same.
4322 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
4323 * gdb.tui/tui-layout-asm.exp: Same.
4324 * gdb.tui/tui-missing-src.exp: Same.
4325 * gdb.tui/winheight.exp: Same.
4326
4327 2020-06-12 Tom de Vries <tdevries@suse.de>
4328
4329 PR testsuite/26110
4330 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
4331 (gdb_finish): Reinstall dejagnu's override of ::unknown.
4332
4333 2020-06-11 Tom Tromey <tom@tromey.com>
4334
4335 PR gdb/18318:
4336 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
4337 floating point tests.
4338
4339 2020-06-11 Keith Seitz <keiths@redhat.com>
4340
4341 PR gdb/21356
4342 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
4343 vla_struct.
4344 Add new struct vla_typedef and union vla_typedef_union and
4345 corresponding instantiation objects.
4346 Initialize new objects.
4347 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
4348 and vla_typedef_union_object.
4349 Fixup type for vla_struct_object.
4350
4351 2020-06-11 Tom de Vries <tdevries@suse.de>
4352
4353 * lib/gdb.exp (with_override): New proc, factored out of ...
4354 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
4355
4356 2020-06-10 Tom de Vries <tdevries@suse.de>
4357
4358 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
4359
4360 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
4361
4362 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
4363 parameter, update callers.
4364
4365 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
4366
4367 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
4368 * gdb.dwarf2/share-psymtabs-bt.c: New file.
4369 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
4370
4371 2020-06-04 Tom de Vries <tdevries@suse.de>
4372
4373 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
4374
4375 2020-06-04 Tom de Vries <tdevries@suse.de>
4376
4377 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
4378 exp_continue.
4379
4380 2020-06-04 Tom de Vries <tdevries@suse.de>
4381
4382 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
4383
4384 2020-06-03 Tom de Vries <tdevries@suse.de>
4385
4386 PR symtab/26046
4387 * gdb.cp/breakpoint-locs-2.cc: New test.
4388 * gdb.cp/breakpoint-locs.cc: New test.
4389 * gdb.cp/breakpoint-locs.exp: New file.
4390 * gdb.cp/breakpoint-locs.h: New test.
4391
4392 2020-06-03 Tom de Vries <tdevries@suse.de>
4393
4394 PR testsuite/25609
4395 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
4396 value of global verbose.
4397 * gdb.base/jit-elf.exp: Same.
4398 * gdb.base/jit-reader.exp: Same.
4399
4400 2020-06-02 Tom de Vries <tdevries@suse.de>
4401
4402 * gdb.dwarf2/multidictionary.exp: Don't use
4403 gdb_spawn_with_cmdline_opts.
4404
4405 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
4406
4407 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
4408 use_header case.
4409 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
4410 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
4411 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
4412 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
4413 * gdb.dwarf2/dw2-inline-header.c: New file.
4414 * gdb.dwarf2/dw2-inline-header.h: New file.
4415
4416 2020-05-30 Pedro Alves <palves@redhat.com>
4417
4418 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
4419 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
4420
4421 2020-05-29 Gary Benson <gbenson@redhat.com>
4422
4423 * gdb.compile/compile-cplus.exp (additional_flags): Also
4424 set when building with clang.
4425 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
4426 when building with clang.
4427
4428 2020-05-29 Gary Benson <gbenson@redhat.com>
4429
4430 * gdb.arch/i386-avx.exp (additional_flags): Also set when
4431 building with clang.
4432 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
4433
4434 2020-05-29 Gary Benson <gbenson@redhat.com>
4435
4436 * gdb.cp/koenig.exp (prepare_for_testing): Add
4437 additional_flags=-Wno-unused-comparison.
4438 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
4439
4440 2020-05-28 Gary Benson <gbenson@redhat.com>
4441
4442 * gdb.base/sigaltstack.c (catcher): Add default case to switch
4443 statement.
4444
4445 2020-05-28 Gary Benson <gbenson@redhat.com>
4446
4447 * gdb.cp/classes.exp (prepare_for_testing): Add
4448 additional_flags=-Wno-deprecated-register.
4449 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
4450 * gdb.cp/misc.exp: Likewise.
4451
4452 2020-05-28 Gary Benson <gbenson@redhat.com>
4453
4454 * gdb.linespec/cpls-ops.cc (dummy): New static global.
4455 (test_op_new::operator new): Add return statement.
4456 (test_op_new_array::operator new[]): Likewise.
4457
4458 2020-05-27 Pedro Alves <palves@redhat.com>
4459
4460 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
4461 check. Use test_gdb_complete_unique instead of
4462 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
4463 test_gdb_complete_multiple instead of
4464 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
4465
4466 2020-05-27 Luis Machado <luis.machado@linaro.org>
4467
4468 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
4469 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
4470 * gdb.arch/arm-disassembler-options.exp: Likewise.
4471 * gdb.arch/arm-disp-step.exp: Likewise.
4472 * gdb.arch/thumb-prologue.exp: Likewise.
4473 * gdb.base/async.exp: Likewise.
4474 * gdb.base/auxv.exp: Likewise.
4475 * gdb.base/complex-parts.exp: Likewise.
4476 * gdb.base/ena-dis-br.exp: Likewise.
4477 * gdb.base/foll-exec.exp: Likewise.
4478 * gdb.base/permissions.exp: Likewise.
4479 * gdb.base/relocate.exp: Likewise.
4480 * gdb.base/return2.exp: Likewise.
4481 * gdb.base/sigbpt.exp: Likewise.
4482 * gdb.base/siginfo-obj.exp: Likewise.
4483 * gdb.cp/converts.exp: Likewise.
4484 * gdb.cp/exceptprint.exp: Likewise.
4485 * gdb.cp/inherit.exp: Likewise.
4486 * gdb.cp/nsnoimports.exp: Likewise.
4487 * gdb.cp/virtbase2.exp: Likewise.
4488 * gdb.mi/mi-var-cmd.exp: Likewise.
4489 * gdb.mi/var-cmd.c: Likewise.
4490
4491 2020-05-26 Tom Tromey <tromey@adacore.com>
4492
4493 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
4494
4495 2020-05-26 Tom Tromey <tromey@adacore.com>
4496
4497 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
4498 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
4499 type.
4500 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
4501 variable.
4502
4503 2020-05-26 Christian Biesinger <cbiesinger@google.com>
4504
4505 * Makefile.in: Use = instead of == for the test command
4506 for portability.
4507
4508 2020-05-26 Tom de Vries <tdevries@suse.de>
4509
4510 * gdb.base/gold-gdb-index-2.c: New test.
4511 * gdb.base/gold-gdb-index.c: New test.
4512 * gdb.base/gold-gdb-index.exp: New file.
4513 * gdb.base/gold-gdb-index.h: New test.
4514
4515 2020-05-25 Tom de Vries <tdevries@suse.de>
4516
4517 * boards/gold-gdb-index.exp: New file.
4518
4519 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4520
4521 * boards/simavr.exp: New file.
4522
4523 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4524
4525 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
4526 * gdb.base/inferior-args.exp: New file.
4527 * gdb.base/inferior-args.c: New file.
4528
4529 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4530
4531 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
4532 inferior_args. Pass it to gdb_reload.
4533 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
4534 inferior_args.
4535 (gdb_reload): Add inferior_args argument.
4536 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
4537 pass it to gdbserver_run.
4538 * boards/native-gdbserver.exp: Do not set noargs.
4539 * boards/native-extended-gdbserver.exp (gdb_reload): Add
4540 inferior_args argument.
4541 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
4542 * gdb.base/a2-run.exp: Check for use_gdb_stub.
4543 * gdb.base/args.exp: Likewise.
4544
4545 2020-05-25 Tom de Vries <tdevries@suse.de>
4546
4547 * lib/gdb.exp (exec_is_pie): Add comment.
4548
4549 2020-05-25 Tom de Vries <tdevries@suse.de>
4550
4551 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
4552 instead of $binfile in the untested message.
4553
4554 2020-05-25 Tom de Vries <tdevries@suse.de>
4555
4556 PR testsuite/26031
4557 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
4558
4559 2020-05-25 Tom de Vries <tdevries@suse.de>
4560
4561 * boards/gold.exp: New file.
4562
4563 2020-05-23 Tom Tromey <tom@tromey.com>
4564
4565 * gdb.base/style.exp: Remove completion styling test.
4566 * lib/gdb-utils.exp (style): Remove completion styles.
4567
4568 2020-05-23 Tom Tromey <tom@tromey.com>
4569
4570 * gdb.base/style.exp: Add completion styling test.
4571 * lib/gdb-utils.exp (style): Add completion styles.
4572
4573 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
4574
4575 * gdb.base/annota1.exp: Update expected results.
4576 * gdb.cp/annota2.exp: Update expected results, remove duplicate
4577 test name.
4578 * gdb.cp/annota3.exp: Update expected results.
4579
4580 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
4581
4582 PR gdb/26016
4583 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
4584 against MAP_FAILED.
4585 * gdb.base/coremaker.c (mmapdata): Likewise.
4586 * gdb.base/jit-reader-host.c (main): Likewise.
4587 * gdb.base/sym-file-loader.c (load): Likewise.
4588 (load_shlib): Likewise.
4589
4590 2020-05-20 Tom Tromey <tromey@adacore.com>
4591
4592 * gdb.ada/array_char_idx.exp: Recognize initialized array.
4593
4594 2020-05-20 Tom de Vries <tdevries@suse.de>
4595
4596 PR symtab/25833
4597 * gdb.base/with-mf-inc.c: New test.
4598 * gdb.base/with-mf-main.c: New test.
4599 * gdb.base/with-mf.exp: New file.
4600
4601 2020-05-19 Tom Tromey <tromey@adacore.com>
4602
4603 * gdb.rust/simple.exp: Restore missing test result.
4604
4605 2020-05-19 Tom de Vries <tdevries@suse.de>
4606
4607 * gdb.base/gdb-caching-proc.exp: Fix typo.
4608
4609 2020-05-19 Tom Tromey <tromey@adacore.com>
4610
4611 * gdb.rust/simple.exp: Add some test descriptions.
4612 (test_one_slice): Use with_test_prefix.
4613
4614 2020-05-18 Tom de Vries <tdevries@suse.de>
4615
4616 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
4617
4618 2020-05-17 Pedro Alves <palves@redhat.com>
4619
4620 PR gdb/25741
4621 * gdb.base/hw-sw-break-same-address.exp: New file.
4622
4623 2020-05-16 Pedro Alves <palves@redhat.com>
4624
4625 * gdb.multi/multi-re-run.exp (test_re_run): Switch
4626 LAST_LOADED_FILE accordingly.
4627
4628 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4629
4630 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
4631
4632 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4633
4634 * gdb.base/help.exp: Test apropos and help for commands
4635 having aliases. Fixed comments not starting with an
4636 upper-case letter or not finishing with a dot.
4637
4638 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4639
4640 * gdb.base/alias.exp: Update help output check.
4641
4642 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4643
4644 * gdb.base/default.exp: Update output following fixes.
4645
4646 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4647
4648 * gdb.base/alias.exp: Test aliases starting with a prefix of
4649 another alias.
4650
4651 2020-05-15 Gary Benson <gbenson@redhat.com>
4652
4653 * gdb.base/info-os.c (main): Add return statement.
4654 * gdb.base/info_minsym.c (minsym_fun): Likewise.
4655 * gdb.base/large-frame-2.c (func): Likewise.
4656 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
4657 * gdb.base/pr10179-b.c (foo2): Likewise.
4658 * gdb.base/valgrind-disp-step.c (foo): Likewise.
4659 * gdb.base/watch-cond.c (func): Likewise.
4660 * gdb.multi/goodbye.c (verylongfun): Likewise.
4661 * gdb.multi/hello.c (commonfun): Likewise.
4662 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
4663 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
4664 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
4665 Likewise.
4666 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
4667 * gdb.threads/interrupt-while-step-over.c (child_function):
4668 Likewise.
4669 * gdb.trace/actions-changed.c (end): Likewise.
4670
4671 2020-05-15 Gary Benson <gbenson@redhat.com>
4672
4673 * gdb.opencl/callfuncs.exp: Report when test skipped.
4674 * gdb.opencl/convs_casts.exp: Likewise.
4675 * gdb.opencl/datatypes.exp: Likewise.
4676 * gdb.opencl/operators.exp: Likewise.
4677 * gdb.opencl/vec_comps.exp: Likewise.
4678
4679 2020-05-15 Tom de Vries <tdevries@suse.de>
4680
4681 * gdb.base/align.exp.in: Rename to ...
4682 * gdb.base/align.exp.tcl: ... this.
4683 * gdb.base/align-c++.exp: Update.
4684 * gdb.base/align-c.exp: Update.
4685 * gdb.base/all-architectures.exp.in: Rename to ...
4686 * gdb.base/all-architectures.exp: ... this.
4687 * gdb.base/all-architectures-0.exp: Update.
4688 * gdb.base/all-architectures-1.exp: Update.
4689 * gdb.base/all-architectures-2.exp: Update.
4690 * gdb.base/all-architectures-3.exp: Update.
4691 * gdb.base/all-architectures-4.exp: Update.
4692 * gdb.base/all-architectures-5.exp: Update.
4693 * gdb.base/all-architectures-6.exp: Update.
4694 * gdb.base/all-architectures-7.exp: Update.
4695 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
4696 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
4697 * gdb.base/infcall-nested-structs-c++.exp: Update.
4698 * gdb.base/infcall-nested-structs-c.exp: Update.
4699 * gdb.base/info-types.exp.in: Rename to ...
4700 * gdb.base/info-types.exp.tcl: ... this.
4701 * gdb.base/info-types-c++.exp: Update.
4702 * gdb.base/info-types-c.exp: Update.
4703 * gdb.base/max-depth.exp.in: Rename to ...
4704 * gdb.base/max-depth.exp.tcl: ... this.
4705 * gdb.base/max-depth-c++.exp: Update.
4706 * gdb.base/max-depth-c.exp: Update.
4707 * gdb.cp/cpexprs.exp.in: Rename to ...
4708 * gdb.cp/cpexprs.exp.tcl: ... this.
4709 * gdb.cp/cpexprs-debug-types.exp: Update.
4710 * gdb.cp/cpexprs.exp: Update.
4711 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
4712 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
4713 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
4714 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
4715 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
4716 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
4717 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
4718 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
4719 * gdb.dwarf2/clang-debug-names-2.exp: Update.
4720 * gdb.dwarf2/clang-debug-names.exp: Update.
4721
4722 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
4723
4724 * lib/check-test-names.exp: Remove code that prevents this file
4725 loading when tests are run in parallel.
4726
4727 2020-05-15 Pedro Alves <palves@redhat.com>
4728
4729 * gdb.multi/multi-kill.exp (start_inferior): Remove
4730 'testpid' parameter. Refer to namespace variable directly.
4731 (testpid): Declare as namespace variable.
4732
4733 2020-05-15 Pedro Alves <palves@redhat.com>
4734
4735 * gdb.multi/multi-kill.exp: Wrap in namespace.
4736 (start_inferior): Add TESTPID parameter. Use it instead of the
4737 testpid global.
4738 (top level): Define empty TESTPID array, and pass it down to
4739 start_inferior.
4740
4741 2020-05-14 Tom de Vries <tdevries@suse.de>
4742
4743 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
4744 output.
4745
4746 2020-05-14 Tom de Vries <tdevries@suse.de>
4747
4748 * gdb.base/align.exp: Split into ...
4749 * gdb.base/align.exp.in: ...
4750 * gdb.base/align-c++.exp: ...
4751 * gdb.base/align-c.exp: ... these.
4752 * gdb.base/infcall-nested-structs.exp: Split into ...
4753 * gdb.base/infcall-nested-structs.exp.in: ...
4754 * gdb.base/infcall-nested-structs-c++.exp: ...
4755 * gdb.base/infcall-nested-structs-c.exp: ... these.
4756 * gdb.base/info-types.exp: Split into ...
4757 * gdb.base/info-types.exp.in: ...
4758 * gdb.base/info-types-c++.exp: ...
4759 * gdb.base/info-types-c.exp: ... these.
4760 * gdb.base/max-depth.exp: Split into ...
4761 * gdb.base/max-depth.exp.in: ...
4762 * gdb.base/max-depth-c++.exp: ...
4763 * gdb.base/max-depth-c.exp: ... these.
4764 * gdb.cp/infcall-nodebug.exp: Split into ...
4765 * gdb.cp/infcall-nodebug.exp.in: ...
4766 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
4767 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
4768 * gdb.cp/infcall-nodebug-c-d0.exp: ...
4769 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
4770
4771 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4772 Pedro Alves <palves@redhat.com>
4773
4774 * gdb.multi/multi-exit.c: New file.
4775 * gdb.multi/multi-exit.exp: New file.
4776 * gdb.multi/multi-kill.c: New file.
4777 * gdb.multi/multi-kill.exp: New file.
4778
4779 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4780
4781 * gdb.base/annota1.exp: Update the expected output.
4782 * gdb.cp/annota2.exp: Ditto.
4783
4784 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
4785
4786 * lib/check-test-names.exp: Disable when testing is being run in
4787 parallel.
4788
4789 2020-05-12 Tom de Vries <tdevries@suse.de>
4790
4791 * gdb.base/jit-elf.exp: Fix string concat.
4792
4793 2020-05-12 Tom de Vries <tdevries@suse.de>
4794
4795 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
4796 messages.
4797
4798 2020-05-12 Tom de Vries <tdevries@suse.de>
4799
4800 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
4801
4802 2020-05-12 Tom de Vries <tdevries@suse.de>
4803
4804 * gdb.ada/catch_ex.exp: Use with_test_prefix.
4805 * gdb.ada/mi_catch_ex.exp: Same.
4806 * gdb.ada/mi_catch_ex_hand.exp: Same.
4807
4808 2020-05-12 Tom de Vries <tdevries@suse.de>
4809
4810 * gdb.fortran/complex.exp: Use with_test_prefix.
4811
4812 2020-05-12 Tom de Vries <tdevries@suse.de>
4813
4814 * gdb.trace/passcount.exp: Fix test-names.
4815
4816 2020-05-12 Tom de Vries <tdevries@suse.de>
4817
4818 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
4819
4820 2020-05-12 Tom de Vries <tdevries@suse.de>
4821
4822 * gdb.gdb/complaints.exp: Use with_test_prefix.
4823 * gdb.xml/tdesc-regs.exp: Same.
4824 * gdb.opt/inline-locals.exp: Fix test name.
4825
4826 2020-05-12 Tom de Vries <tdevries@suse.de>
4827
4828 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
4829 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
4830 * gdb.dwarf2/implref-struct.exp: Same.
4831 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
4832 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
4833
4834 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
4835
4836 * gdb.base/jit-so.exp (one_jit_test): Change test name.
4837
4838 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
4839
4840 * lib/check-test-names.exp (all_test_names): New module variable.
4841 (counts): Add 'duplicates' field.
4842 (_check_duplicates): New procedure.
4843 (check): Also check for duplicates.
4844 (do_log_summary): Print duplicates count.
4845 (do_reset_vars): Reset counter for duplicate test names, and
4846 discard all know test names.
4847
4848 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
4849
4850 * lib/gdb.exp: Include check-test-names.exp library.
4851 * lib/check-test-names.exp: New file.
4852
4853 2020-05-11 Tom de Vries <tdevries@suse.de>
4854
4855 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
4856
4857 2020-05-11 Keith Seitz <keiths@redhat.com>
4858
4859 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
4860
4861 2020-05-11 Tom de Vries <tdevries@suse.de>
4862
4863 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
4864 * gdb.cp/cpexprs.exp.in: .. here.
4865 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
4866 cpexprs.exp.
4867
4868 2020-05-11 Keith Seitz <keiths@redhat.com>
4869
4870 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
4871 test names.
4872 * gdb.ada/arrayptr.exp: Likewise.
4873 * gdb.ada/assign_arr.exp: Likewise.
4874 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
4875 * gdb.ada/bp_on_var.exp: Likewise.
4876 * gdb.ada/call_pn.exp: Likewise.
4877 * gdb.ada/complete.exp: Likewise.
4878 * gdb.ada/fun_overload_menu.exp: Likewise.
4879 * gdb.ada/funcall_param.exp: Likewise.
4880 * gdb.ada/funcall_ref.exp: Likewise.
4881 * gdb.ada/packed_array_assign.exp: Likewise.
4882 * gdb.ada/same_component_name.exp: Likewise.
4883 * gdb.ada/type_coercion.exp: Likewise.
4884 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
4885 * gdb.ada/variant_record_packed_array.exp: Likewise.
4886
4887 2020-05-11 Tom de Vries <tdevries@suse.de>
4888
4889 PR symtab/25941
4890 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
4891 out of ...
4892 * gdb.dwarf2/clang-debug-names.exp: ... here.
4893 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
4894 clang-debug-names.exp.in.
4895 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
4896 * gdb.dwarf2/clang-debug-names-2.c: New test.
4897
4898 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
4899
4900 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
4901 (fortran_runto_main): New Proc, fortran version of runto_main.
4902 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
4903 * gdb.fortran/array-bounds.exp: Likewise.
4904 * gdb.fortran/array-slices.exp: Likewise.
4905 * gdb.fortran/block-data.exp: Likewise.
4906 * gdb.fortran/charset.exp: Likewise.
4907 * gdb.fortran/common-block.exp: Likewise.
4908 * gdb.fortran/complex.exp: Likewise.
4909 * gdb.fortran/derived-type-function.exp: Likewise.
4910 * gdb.fortran/derived-type.exp: Likewise.
4911 * gdb.fortran/info-modules.exp: Likewise.
4912 * gdb.fortran/info-types.exp: Likewise.
4913 * gdb.fortran/intrinsics.exp: Likewise.
4914 * gdb.fortran/library-module.exp: Likewise.
4915 * gdb.fortran/logical.exp: Likewise.
4916 * gdb.fortran/max-depth.exp: Likewise.
4917 * gdb.fortran/module.exp: Likewise.
4918 * gdb.fortran/multi-dim.exp: Likewise.
4919 * gdb.fortran/nested-funcs.exp: Likewise.
4920 * gdb.fortran/print-formatted.exp: Likewise.
4921 * gdb.fortran/print_type.exp: Likewise.
4922 * gdb.fortran/printing-types.exp: Likewise.
4923 * gdb.fortran/ptr-indentation.exp: Likewise.
4924 * gdb.fortran/ptype-on-functions.exp: Likewise.
4925 * gdb.fortran/subarray.exp: Likewise.
4926 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
4927 * gdb.fortran/vla-datatypes.exp: Likewise.
4928 * gdb.fortran/vla-history.exp: Likewise.
4929 * gdb.fortran/vla-ptr-info.exp: Likewise.
4930 * gdb.fortran/vla-ptype-sub.exp: Likewise.
4931 * gdb.fortran/vla-ptype.exp: Likewise.
4932 * gdb.fortran/vla-sizeof.exp: Likewise.
4933 * gdb.fortran/vla-type.exp: Likewise.
4934 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
4935 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
4936 * gdb.fortran/vla-value-sub.exp: Likewise.
4937 * gdb.fortran/vla-value.exp: Likewise.
4938 * gdb.fortran/whatis_type.exp: Likewise.
4939 * gdb.mi/mi-var-child-f.exp: Likewise.
4940
4941 2020-05-09 Tom de Vries <tdevries@suse.de>
4942
4943 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
4944
4945 2020-05-08 Tom de Vries <tdevries@suse.de>
4946
4947 * gdb.dwarf2/clang-debug-names.c: New test.
4948 * gdb.dwarf2/clang-debug-names.exp: New file.
4949
4950 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
4951
4952 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
4953 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
4954
4955 2020-05-06 Tom de Vries <tdevries@suse.de>
4956
4957 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
4958 breakpoint is at a "recommended breakpoint location".
4959 * gdb.reverse/consecutive-reverse.exp: Same.
4960
4961 2020-05-06 Tom de Vries <tdevries@suse.de>
4962
4963 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
4964 address.
4965
4966 2020-05-06 Tom de Vries <tdevries@suse.de>
4967
4968 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
4969
4970 2020-05-06 Tom de Vries <tdevries@suse.de>
4971
4972 * gdb.base/store.exp (check_set, up_set): Allowing missing location
4973 info for r.
4974
4975 2020-05-06 Tom de Vries <tdevries@suse.de>
4976
4977 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
4978 necessary.
4979
4980 2020-05-06 Tom de Vries <tdevries@suse.de>
4981
4982 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
4983 void.
4984
4985 2020-05-06 Tom de Vries <tdevries@suse.de>
4986
4987 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
4988 of ...
4989 * gdb.base/async.exp: ... here.
4990 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
4991 "recommended breakpoint location".
4992
4993 2020-05-06 Tom de Vries <tdevries@suse.de>
4994
4995 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
4996
4997 2020-05-04 Tom de Vries <tdevries@suse.de>
4998
4999 * gdb.base/async.exp: Check whether instruction addresses are a
5000 "recommended breakpoint location".
5001
5002 2020-05-03 Tom Tromey <tom@tromey.com>
5003
5004 * gdb.base/sepdebug.exp: Remove "catch" test.
5005 * gdb.base/break.exp: Remove "catch" test.
5006 * gdb.base/default.exp: Update expected output.
5007
5008 2020-05-02 Tom de Vries <tdevries@suse.de>
5009
5010 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
5011 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
5012 * gdb.arch/i386-mpx-map.exp: Same.
5013 * gdb.arch/i386-mpx-sigsegv.exp: Same.
5014 * gdb.arch/i386-mpx-simple_segv.exp: Same.
5015 * gdb.arch/i386-mpx.exp: Same.
5016
5017 2020-05-02 Tom de Vries <tdevries@suse.de>
5018
5019 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
5020
5021 2020-05-01 Tom de Vries <tdevries@suse.de>
5022
5023 * gdb.ada/operator_bp.exp: Allow more than required amount of
5024 breakpoint.
5025
5026 2020-05-01 Tom de Vries <tdevries@suse.de>
5027
5028 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
5029
5030 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
5031
5032 PR gdb/18706
5033 * gdb.cp/stub-array-size.cc: New test.
5034 * gdb.cp/stub-array-size.exp: New file.
5035 * gdb.cp/stub-array-size.h: New test.
5036 * gdb.cp/stub-array-size2.cc: New test.
5037
5038 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
5039
5040 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
5041 output to the new format.
5042
5043 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
5044
5045 * gdb.base/break.exp: Use with_test_prefix.
5046
5047 2020-04-29 Tom de Vries <tdevries@suse.de>
5048
5049 * lib/gdb.exp (debug_types): New proc.
5050 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
5051 * gdb.python/py-symtab.exp: Same.
5052
5053 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
5054
5055 PR gdb/17320
5056 * gdb.base/pretty-array.c: New test.
5057 * gdb.base/pretty-array.exp: New file.
5058
5059 2020-04-29 Tom de Vries <tdevries@suse.de>
5060
5061 PR symtab/25889
5062 * gdb.cp/cpexprs.exp: Adapt for inclusion.
5063 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
5064 and include cpexprs.exp.
5065
5066 2020-04-28 Mark Williams <mark@myosotissp.com>
5067
5068 PR gdb/24480
5069 * dw4-toplevel-types.exp: Test for top level types.
5070 * dw4-toplevel-types.cc: Test for top level types.
5071
5072 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5073
5074 * gdb.threads/stop-with-handle.exp: Fix typo in comment
5075 (theads -> threads).
5076
5077 2020-04-28 Tom de Vries <tdevries@suse.de>
5078
5079 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
5080
5081 2020-04-28 Tom de Vries <tdevries@suse.de>
5082
5083 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
5084
5085 2020-04-28 Tom de Vries <tdevries@suse.de>
5086
5087 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
5088
5089 2020-04-28 Tom de Vries <tdevries@suse.de>
5090
5091 * gdb.dwarf2/main-foo.c: New test.
5092 * gdb.dwarf2/struct-with-sig.exp: New file.
5093
5094 2020-04-25 Tom de Vries <tdevries@suse.de>
5095
5096 * boards/debug-types.exp: New file.
5097
5098 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
5099
5100 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
5101
5102 2020-04-24 Tom Tromey <tom@tromey.com>
5103
5104 PR symtab/12707:
5105 * gdb.python/py-symbol.exp: Update expected results for
5106 linkage_name test.
5107 * gdb.cp/print-demangle.exp: New file.
5108 * gdb.base/c-linkage-name.exp: Fix test.
5109 * gdb.guile/scm-symbol.exp: Update expected results for
5110 linkage_name test.
5111
5112 2020-04-24 Tom Tromey <tom@tromey.com>
5113
5114 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
5115 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
5116 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
5117 assembler.
5118
5119 2020-04-24 Tom de Vries <tdevries@suse.de>
5120
5121 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
5122 C++.
5123
5124 2020-04-24 Tom Tromey <tromey@adacore.com>
5125
5126 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
5127 values.
5128 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
5129 values. Update test for minimal encodings.
5130 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
5131 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
5132 values. Update test for minimal encodings.
5133
5134 2020-04-24 Tom Tromey <tromey@adacore.com>
5135
5136 PR python/23662:
5137 * gdb.ada/variant.exp: Add Python checks.
5138 * gdb.rust/simple.exp: Add dynamic type checks.
5139
5140 2020-04-24 Tom Tromey <tromey@adacore.com>
5141
5142 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
5143 Make array type matching more lax.
5144 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
5145 * gdb.ada/mi_variant.exp: New file.
5146 * gdb.ada/mi_variant/pck.ads: New file.
5147 * gdb.ada/mi_variant/pkg.adb: New file.
5148 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
5149 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
5150
5151 2020-04-24 Tom Tromey <tromey@adacore.com>
5152
5153 * gdb.ada/variant.exp: Add dynamic field offset tests.
5154 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
5155 * gdb.ada/variant/pkg.adb: Add new variables.
5156
5157 2020-04-24 Tom Tromey <tromey@adacore.com>
5158
5159 * gdb.ada/variant.exp: New file
5160 * gdb.ada/variant/pkg.adb: New file
5161 * gdb.ada/variant/pck.adb: New file
5162
5163 2020-04-24 Tom de Vries <tdevries@suse.de>
5164
5165 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
5166
5167 2020-04-24 Tom de Vries <tdevries@suse.de>
5168
5169 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
5170 flags.
5171
5172 2020-04-24 Tom de Vries <tdevries@suse.de>
5173
5174 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
5175
5176 2020-04-24 Tom de Vries <tdevries@suse.de>
5177
5178 * lib/gdb.exp (default_gdb_start): Handle eof.
5179 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
5180 failure.
5181 * gdb.base/readnever.exp: Handle clean_restart failure.
5182
5183 2020-04-23 Tom de Vries <tdevries@suse.de>
5184
5185 * gdb.base/decl-before-def.exp: Run to main and print a again.
5186
5187 2020-04-23 Tom de Vries <tdevries@suse.de>
5188
5189 * gdb.base/decl-before-def-decl.c: New test.
5190 * gdb.base/decl-before-def-def.c: New test.
5191 * gdb.base/decl-before-def.exp: New file.
5192
5193 2020-04-23 Tom de Vries <tdevries@suse.de>
5194
5195 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
5196
5197 2020-04-22 Tom de Vries <tdevries@suse.de>
5198
5199 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
5200 debug_info_offset.
5201 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
5202 before $objsfile in the line line.
5203
5204 2020-04-22 Tom de Vries <tdevries@suse.de>
5205
5206 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
5207
5208 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5209
5210 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
5211 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
5212 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
5213 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
5214 * gdb.base/jit-protocol.h: Update definitions to match all usage
5215 contexts.
5216
5217 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5218
5219 * gdb.base: Rename all jit related test and source files.
5220
5221 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5222
5223 * gdb.base/jit-reader.exp: Relax register output check.
5224
5225 2020-04-22 Tom de Vries <tdevries@suse.de>
5226
5227 PR symtab/25764
5228 * gdb.base/psym-external-decl-2.c: New test.
5229 * gdb.base/psym-external-decl.c: New test.
5230 * gdb.base/psym-external-decl.exp: New file.
5231 * gdb.threads/tls.exp: Add PR25807 kfail.
5232
5233 2020-04-22 Tom de Vries <tdevries@suse.de>
5234
5235 PR symtab/25801
5236 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
5237 in "info source" output.
5238
5239 2020-04-22 Tom de Vries <tdevries@suse.de>
5240
5241 PR symtab/25700
5242 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
5243 symtab for imported_unit.c.
5244
5245 2020-04-21 Gary Benson <gbenson@redhat.com>
5246
5247 * gdb.base/advance.c (func): New argument, to match call site.
5248 (func2, func3): Add return statements.
5249
5250 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5251
5252 * gdb.multi/run-only-second-inf.c: New file.
5253 * gdb.multi/run-only-second-inf.exp: New file.
5254
5255 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5256
5257 * gdb.btrace/multi-inferior.c: New test.
5258 * gdb.btrace/multi-inferior.exp: New file.
5259
5260 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5261
5262 * gdb.btrace/enable-new-thread.c: New test.
5263 * gdb.btrace/enable-new-thread.exp: New file.
5264
5265 2020-04-21 Tom de Vries <tdevries@suse.de>
5266
5267 PR gdb/25471
5268 * gdb.threads/killed-outside.c: New test.
5269 * gdb.threads/killed-outside.exp: New file.
5270
5271 2020-04-20 Gary Benson <gbenson@redhat.com>
5272
5273 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
5274 * gdb.base/nested-subp2.exp: Likewise.
5275 * gdb.base/nested-subp3.exp: Likewise.
5276
5277 2020-04-20 Gary Benson <gbenson@redhat.com>
5278
5279 * gdb.base/nested-subp1.exp: Disable test when using clang.
5280 * gdb.base/nested-subp2.exp: Likewise.
5281 * gdb.base/nested-subp3.exp: Likewise.
5282
5283 2020-04-20 Gary Benson <gbenson@redhat.com>
5284
5285 * gdb.cp/exception.cc: Fix compilation error with clang.
5286
5287 2020-04-20 Gary Benson <gbenson@redhat.com>
5288
5289 * gdb.trace/tspeed.c: Fix compilation error with clang.
5290
5291 2020-04-20 Gary Benson <gbenson@redhat.com>
5292
5293 * gdb.base/jit-main.c: Fix compilation error with clang.
5294
5295 2020-04-17 Kamil Rytarowski <n54@gmx.com>
5296
5297 * gdb.base/attach-twice.c: Include "sys/types.h".
5298 (PTRACE_ATTACH): Add fallback definition.
5299 (main): Pass `0' to the 4th argument of `ptrace'.
5300
5301 2020-04-17 Kamil Rytarowski <n54@gmx.com>
5302
5303 * gdb.base/fork-running-state.c: Include "signal.h".
5304
5305 2020-04-17 Tom Tromey <tromey@adacore.com>
5306
5307 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
5308 Update tests.
5309 * gdb.btrace/cpu.exp: Update tests.
5310 * gdb.base/maint.exp: Update tests.
5311 * gdb.base/default.exp: Update tests.
5312 * gdb.base/completion.exp: Update tests.
5313
5314 2020-04-16 Tom de Vries <tdevries@suse.de>
5315
5316 PR symtab/25791
5317 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
5318 (ensure_gdb_index): and factor out and move ...
5319 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
5320 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
5321
5322 2020-04-16 Tom de Vries <tdevries@suse.de>
5323
5324 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
5325 loading exec.
5326
5327 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
5328
5329 * gdb.base/many-completions.exp: New file.
5330
5331 2020-04-14 Tom de Vries <tdevries@suse.de>
5332
5333 PR symtab/25718
5334 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
5335
5336 2020-04-14 Tom de Vries <tdevries@suse.de>
5337
5338 PR symtab/25720
5339 * gdb.base/maint-expand-symbols-header-file.c: New test.
5340 * gdb.base/maint-expand-symbols-header-file.exp: New file.
5341 * gdb.base/maint-expand-symbols-header-file.h: New test.
5342
5343 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
5344
5345 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
5346 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
5347 get_func_info.
5348 (get_func_info): Delete.
5349 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
5350 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
5351 * lib/dwarf.exp (get_func_info): New function.
5352
5353 2020-04-13 Tom de Vries <tdevries@suse.de>
5354
5355 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
5356 to what find_gnatmake does.
5357
5358 2020-04-10 Tom de Vries <tdevries@suse.de>
5359
5360 * gdb.base/style.exp: Expect "Expanding full symbols" message for
5361 -readnow.
5362
5363 2020-04-10 Tom de Vries <tdevries@suse.de>
5364
5365 PR cli/25808
5366 * gdb.base/style.c: Add leading newlines.
5367 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
5368 Check listing of main's one-line body.
5369
5370 2020-04-08 Tom de Vries <tdevries@suse.de>
5371
5372 * lib/gdb.exp (psymtabs_p): New proc.
5373 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
5374 importing unit" unsupported if there are no partial symbols.
5375
5376 2020-04-08 Tom de Vries <tdevries@suse.de>
5377
5378 PR testsuite/25760
5379 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
5380
5381 2020-04-07 Tom de Vries <tdevries@suse.de>
5382
5383 PR symtab/25796
5384 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
5385
5386 2020-04-07 Tom de Vries <tdevries@suse.de>
5387
5388 * gdb.base/check-psymtab.c: New test.
5389 * gdb.base/check-psymtab.exp: New file.
5390
5391 2020-04-06 Tom Tromey <tromey@adacore.com>
5392
5393 * gdb.ada/variant-record/proc.adb: New file.
5394 * gdb.ada/variant-record/value.adb: New file.
5395 * gdb.ada/variant-record/value.s: New file.
5396 * gdb.ada/variant-record.exp: New file.
5397
5398 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
5399
5400 PR gdb/25325
5401 * gdb.cp/typed-enum.cc: New test.
5402 * gdb.cp/typed-enum.exp: New file.
5403
5404 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5405
5406 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
5407 * gdb.dwarf2/dw2-inline-small-func.c: New file.
5408 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
5409 * gdb.dwarf2/dw2-inline-small-func.h: New file.
5410 * gdb.opt/inline-small-func.c: New file.
5411 * gdb.opt/inline-small-func.exp: New file.
5412 * gdb.opt/inline-small-func.h: New file.
5413
5414 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5415
5416 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
5417 function.
5418
5419 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5420
5421 * lib/dwarf.exp (function_range): Allow compiler options to be
5422 specified.
5423
5424 2020-04-02 Tom de Vries <tdevries@suse.de>
5425
5426 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
5427 __attribute__((always_inline)).
5428 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
5429
5430 2020-04-02 Tom de Vries <tdevries@suse.de>
5431
5432 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
5433 (gdbserver_gdb_exit): ... here. Add timeout warning.
5434 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
5435 (connect_target_extended_remote): Append new server_spawn_id to
5436 server_spawn_ids.
5437 (cleanup): New proc.
5438 (setup, <toplevel>): Call cleanup.
5439
5440 2020-04-02 Tom de Vries <tdevries@suse.de>
5441
5442 * gdb.base/main-psymtab.exp: New file.
5443
5444 2020-04-02 Tom de Vries <tdevries@suse.de>
5445
5446 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
5447
5448 2020-04-01 Tom Tromey <tom@tromey.com>
5449
5450 * gdb.base/complex-parts.exp: Add type tests.
5451
5452 2020-04-01 Tom Tromey <tom@tromey.com>
5453
5454 * gdb.base/complex-parts.exp: Add arithmetic tests.
5455
5456 2020-04-01 Tom Tromey <tom@tromey.com>
5457
5458 * gdb.compile/compile.exp: Update.
5459 * gdb.compile/compile-cplus.exp: Update.
5460 * gdb.base/varargs.exp: Update.
5461 * gdb.base/floatn.exp: Update.
5462 * gdb.base/endianity.exp: Update.
5463 * gdb.base/callfuncs.exp (do_function_calls): Update.
5464 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
5465 (complex_float_integral_args): Update.
5466 * gdb.base/complex.exp: Update.
5467 * gdb.base/complex-parts.exp: Update.
5468
5469 2020-04-01 Tom Tromey <tromey@adacore.com>
5470
5471 * gdb.rust/union.rs: New file.
5472 * gdb.rust/union.exp: New file.
5473 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
5474 (main): Update.
5475 * gdb.rust/simple.exp: Move union tests to union.exp.
5476
5477 2020-04-01 Tom Tromey <tromey@adacore.com>
5478
5479 * gdb.rust/simple.rs (main): Remove "y0".
5480
5481 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5482
5483 * gdb.multi/stop-all-on-exit.c: New test.
5484 * gdb.multi/stop-all-on-exit.exp: New file.
5485
5486 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
5487
5488 PR gdb/24789
5489 * gdb.cp/misc.cc: Add integer reference variable.
5490 * gdb.cp/misc.exp: Add test.
5491
5492 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5493
5494 * gdb.server/stop-reply-no-thread.exp: Enhance the test
5495 scenario to cover execution until the end and also the case
5496
5497 2020-03-31 Tom de Vries <tdevries@suse.de>
5498
5499 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
5500 c. Use "maint info symtabs" to check symtab expansion.
5501
5502 2020-03-30 Tom de Vries <tdevries@suse.de>
5503
5504 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
5505 unsupported.
5506 (verify_psymtab_expanded): Move ...
5507 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
5508 test.
5509 (readnow): New proc.
5510
5511 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5512
5513 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
5514 with $hex.
5515
5516 2020-03-20 Tom Tromey <tromey@adacore.com>
5517
5518 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
5519
5520 2020-03-20 Tom Tromey <tromey@adacore.com>
5521
5522 * gdb.ada/sub_variant/subv.adb: New file.
5523 * gdb.ada/sub_variant.exp: New file.
5524
5525 2020-03-20 Tom de Vries <tdevries@suse.de>
5526
5527 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
5528 first break fails.
5529 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
5530
5531 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5532
5533 * gdb.server/exit-multiple-threads.c: New file.
5534 * gdb.server/exit-multiple-threads.exp: New file.
5535
5536 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5537
5538 * gdb.fortran/mixed-lang-stack.c: New file.
5539 * gdb.fortran/mixed-lang-stack.cpp: New file.
5540 * gdb.fortran/mixed-lang-stack.exp: New file.
5541 * gdb.fortran/mixed-lang-stack.f90: New file.
5542
5543 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5544
5545 * gdb.linespec/cp-completion-aliases.cc: New file.
5546 * gdb.linespec/cp-completion-aliases.exp: New file.
5547
5548 2020-03-19 Tom de Vries <tdevries@suse.de>
5549
5550 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
5551 more precise.
5552
5553 2020-03-18 Tom de Vries <tdevries@suse.de>
5554
5555 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
5556 * gdb.dwarf2/break-inline-psymtab.c: New test.
5557 * gdb.dwarf2/break-inline-psymtab.exp: New file.
5558
5559 2020-03-16 Tom de Vries <tdevries@suse.de>
5560
5561 * lib/cache.exp (gdb_do_cache): Add and handle local variables
5562 cache_verify and cache_verify_proc.
5563
5564 2020-03-15 Tom de Vries <tdevries@suse.de>
5565
5566 * gdb.server/solib-list.exp: Handle
5567 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
5568
5569 2020-03-15 Tom de Vries <tdevries@suse.de>
5570
5571 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
5572 objfiles".
5573
5574 2020-03-14 Tom Tromey <tom@tromey.com>
5575
5576 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
5577
5578 2020-03-14 Tom de Vries <tdevries@suse.de>
5579
5580 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
5581
5582 2020-03-14 Tom de Vries <tdevries@suse.de>
5583
5584 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
5585 result in line-by-line fashion.
5586
5587 2020-03-14 Tom de Vries <tdevries@suse.de>
5588
5589 * lib/gdb.exp (supports_statement_frontiers): New proc.
5590 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
5591
5592 2020-03-14 Tom de Vries <tdevries@suse.de>
5593
5594 * gdb.base/printcmds.exp: Add missing quoting for "print
5595 teststring2".
5596
5597 2020-03-13 Tom Tromey <tom@tromey.com>
5598
5599 * gdb.base/printcmds.exp (test_print_strings): Add regression
5600 test.
5601 * gdb.base/printcmds.c (charptr): New typedef.
5602 (teststring2): New global.
5603
5604 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
5605
5606 * gdb.base/break-interp.exp: Use the tail of the filename, not the
5607 full path in the test name.
5608 (test_ld): Add some with_test_prefix blocks to make test names
5609 unique.
5610
5611 2020-03-13 Tom de Vries <tdevries@suse.de>
5612
5613 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
5614
5615 2020-03-13 Tom de Vries <tdevries@suse.de>
5616
5617 * gdb.mi/mi-sym-info.exp: Make matching more precise.
5618
5619 2020-03-13 Tom de Vries <tdevries@suse.de>
5620
5621 PR symtab/25646
5622 * gdb.dwarf2/imported-unit.exp: Add test.
5623
5624 2020-03-13 Tom de Vries <tdevries@suse.de>
5625
5626 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
5627 (var1, var2): New variable.
5628 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
5629 matching symbols.
5630
5631 2020-03-13 Tom de Vries <tdevries@suse.de>
5632
5633 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
5634 (Term::command): Use prompt prefix.
5635 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
5636 * gdb.tui/tui-layout-asm-short-prog.exp: Use
5637 command_no_prompt_prefix instead of prefix.
5638 * gdb.tui/tui-layout-asm.exp: Same.
5639
5640 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
5641
5642 * gdb.base/break-interp.exp: Use foreach_with_prefix.
5643
5644 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
5645
5646 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
5647 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
5648 on" while stepping over the test instruction, match printed
5649 message.
5650
5651 2020-03-12 Tom de Vries <tdevries@suse.de>
5652
5653 * gdb.base/info-types.exp: Use exp_continue during matching of output
5654 of "info types".
5655
5656 2020-03-12 Tom de Vries <tdevries@suse.de>
5657
5658 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
5659
5660 2020-03-12 Tom de Vries <tdevries@suse.de>
5661
5662 * gdb.fortran/module.exp: Use exp_continue during matching of output
5663 of "info variable -n".
5664
5665 2020-03-12 Tom de Vries <tdevries@suse.de>
5666
5667 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
5668 gdb.dwarf2/dw2-ranges-base.c.
5669
5670 2020-03-12 Tom de Vries <tdevries@suse.de>
5671
5672 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
5673 in presence of GLIBC debuginfo.
5674
5675 2020-03-12 Tom de Vries <tdevries@suse.de>
5676
5677 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
5678 $core.
5679
5680 2020-03-12 Tom de Vries <tdevries@suse.de>
5681
5682 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
5683 more precise.
5684
5685 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
5686
5687 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
5688 from Unix to Windows path.
5689
5690 2020-03-11 Tom de Vries <tdevries@suse.de>
5691
5692 * gdb.ada/minsyms.exp: Set language to ada.
5693
5694 2020-03-11 Tom de Vries <tdevries@suse.de>
5695
5696 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
5697
5698 2020-03-11 Tom de Vries <tdevries@suse.de>
5699
5700 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
5701
5702 2020-03-11 Tom Tromey <tromey@adacore.com>
5703
5704 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
5705
5706 2020-03-11 Tom de Vries <tdevries@suse.de>
5707
5708 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
5709
5710 2020-03-11 Tom de Vries <tdevries@suse.de>
5711
5712 * gdb.base/break-interp.exp: Limit verbose scope.
5713
5714 2020-03-11 Tom de Vries <tdevries@suse.de>
5715
5716 * gdb.fortran/logical.f90: Define variable with character type.
5717 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
5718
5719 2020-03-11 Tom de Vries <tdevries@suse.de>
5720
5721 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
5722
5723 2020-03-11 Tom de Vries <tdevries@suse.de>
5724
5725 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
5726 symtabs.
5727
5728 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
5729 Bernd Edlinger <bernd.edlinger@hotmail.de>
5730
5731 * gdb.cp/step-and-next-inline.cc: New file.
5732 * gdb.cp/step-and-next-inline.exp: New file.
5733 * gdb.cp/step-and-next-inline.h: New file.
5734 * gdb.dwarf2/dw2-is-stmt.c: New file.
5735 * gdb.dwarf2/dw2-is-stmt.exp: New file.
5736 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
5737 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
5738 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
5739
5740 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
5741
5742 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
5743 is-stmt flag in the line table.
5744
5745 2020-03-09 Tom de Vries <tdevries@suse.de>
5746
5747 * lib/gdb.exp (cached_file): Create cache dir.
5748
5749 2020-03-07 Tom de Vries <tdevries@suse.de>
5750
5751 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
5752 * gdb.cp/rvalue-ref-params.exp: Same.
5753
5754 2020-03-06 Tom de Vries <tdevries@suse.de>
5755
5756 * lib/gdb.exp (tentative_rename, cached_file): New proc.
5757 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
5758
5759 2020-03-06 Tom de Vries <tdevries@suse.de>
5760
5761 * README: Fix "the the".
5762 * gdb.base/dprintf.exp: Same.
5763
5764 2020-03-05 Tom de Vries <tdevries@suse.de>
5765
5766 * gdb.base/maint.exp: Update "main print statistics" expected output.
5767
5768 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5769
5770 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
5771 (fortran_int8): Likewise.
5772 (fortran_real4): Likewise.
5773 (fortran_real8): Likewise.
5774 (fortran_complex4): Likewise.
5775 (fortran_logical4): Likewise.
5776 (fortran_character1): Likewise.
5777
5778 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
5779
5780 * gdb.fortran/logical.exp: Add tests that any non-zero value is
5781 printed as true.
5782
5783 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
5784
5785 * gdb.base/printcmds.exp: Add test to verify printf of a
5786 variable holding an address.
5787
5788 2020-03-03 Tom de Vries <tdevries@suse.de>
5789
5790 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
5791
5792 2020-03-03 Tom de Vries <tdevries@suse.de>
5793
5794 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
5795 gdb_test_multiple call.
5796
5797 2020-03-03 Tom de Vries <tdevries@suse.de>
5798
5799 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
5800 gdb_test_multiple calls.
5801
5802 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
5803
5804 * gdb.base/default.exp: Remove test of 'set history filename'.
5805 * gdb.base/gdbinit-history.exp: Add tests for setting the history
5806 filename to the empty string.
5807 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
5808 and GDBHISTSIZE.
5809
5810 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
5811
5812 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
5813 disabled.
5814
5815 2020-03-02 Pedro Alves <palves@redhat.com>
5816 Tom de Vries <tdevries@suse.de>
5817
5818 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
5819 -prompt prefix, before user_code argument. Add -lbl option likewise.
5820 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
5821 (gdb_is_target_1): Add -prompt prefix and move to before user_code
5822 argument.
5823 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
5824 have "\r\n" at start-of-line, instead of at end-of-line.
5825
5826 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
5827
5828 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
5829 libinproctrace.so.
5830
5831 2020-02-28 Luis Machado <luis.machado@linaro.org>
5832
5833 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
5834 to "p/x".
5835
5836 2020-02-28 Luis Machado <luis.machado@linaro.org>
5837
5838 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
5839 asm/ptrace.h and error.h.
5840
5841 2020-02-28 Tom de Vries <tdevries@suse.de>
5842
5843 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
5844 (struct wrapper, do_something, mundane/symada__cS): Move ...
5845 * gdb.base/c-linkage-name-2.c: ... here. New source file.
5846 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
5847 Update "print symada__cS before partial symtab expansion" regexp.
5848 Update breakpoint location. Flush symbol cache after expansion.
5849
5850 2020-02-28 Luis Machado <luis.machado@linaro.org>
5851
5852 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
5853
5854 2020-02-27 Tom de Vries <tdevries@suse.de>
5855
5856 * config/sid.exp: Remove unused globals.
5857 * gdb.base/attach.exp: Same.
5858 * gdb.base/catch-load.exp: Same.
5859 * gdb.base/dbx.exp: Same.
5860 * lib/gdb.exp: Same.
5861 * lib/mi-support.exp: Same.
5862 * lib/prompt.exp: Same.
5863
5864 2020-02-27 Tom de Vries <tdevries@suse.de>
5865
5866 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
5867 not set.
5868
5869 2020-02-26 Aaron Merey <amerey@redhat.com>
5870
5871 * gdb.debuginfod: New directory for debuginfod tests.
5872 * gdb.debuginfod/main.c: New test file.
5873 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
5874
5875 2020-02-26 Tom de Vries <tdevries@suse.de>
5876
5877 PR gdb/25603
5878 * gdb.base/persistent-lang.cc: New test.
5879 * gdb.base/persistent-lang.exp: New file.
5880
5881 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
5882
5883 * gdb.fortran/derived-type-striding.exp: Add a new test.
5884 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
5885 new test.
5886
5887 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
5888
5889 * gdb.base/cached-source-file.exp: Avoid source file paths in test
5890 names.
5891
5892 2020-02-25 Tom de Vries <tdevries@suse.de>
5893
5894 PR go/18926
5895 * gdb.go/methods.exp: Remove gcc/93866 xfail.
5896
5897 2020-02-24 Tom de Vries <tdevries@suse.de>
5898
5899 PR gdb/25592
5900 * gdb.base/info-locals-unused-static-var.c: New test.
5901 * gdb.base/info-locals-unused-static-var.exp: New file.
5902
5903 2020-02-22 Tom Tromey <tom@tromey.com>
5904
5905 * gdb.python/tui-window.exp: New file.
5906 * gdb.python/tui-window.py: New file.
5907
5908 2020-02-22 Tom Tromey <tom@tromey.com>
5909
5910 PR tui/17850:
5911 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
5912 tests.
5913
5914 2020-02-22 Tom Tromey <tom@tromey.com>
5915
5916 * gdb.tui/new-layout.exp: Add sub-layout tests.
5917
5918 2020-02-22 Tom Tromey <tom@tromey.com>
5919
5920 * gdb.tui/new-layout.exp: New file.
5921
5922 2020-02-22 Tom Tromey <tom@tromey.com>
5923
5924 * gdb.rust/rust-style.rs: New file.
5925 * gdb.rust/rust-style.exp: New file.
5926 * gdb.base/style.exp: Test structure printing.
5927 * gdb.base/style.c (struct some_struct): New type.
5928 (enum etype): New type.
5929 (struct_value): New global.
5930
5931 2020-02-21 Tom de Vries <tdevries@suse.de>
5932
5933 PR go/18926
5934 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
5935 Remove blanket xfails. Use message argument for gdb_breakpoint.
5936 Make continuing to breakpoint test conditional on setting breakpoint.
5937 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
5938 DW_AT_name attribute. Add xfail for GCC PR93866.
5939
5940 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
5941
5942 * gdb.dwarf2/cpp-linkage-name.c: New file.
5943 * gdb.dwarf2/cpp-linkage-name.exp: New file.
5944
5945 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
5946
5947 * lib/gdb.exp (gdb_wrapper_init): Reset
5948 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
5949 not exist.
5950
5951 2020-02-20 Tom de Vries <tdevries@suse.de>
5952
5953 PR go/17018
5954 * gdb.go/hello.exp: Copy ...
5955 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
5956 print of st to print value of global definition. Add xfail for GCC
5957 PR93844.
5958 * gdb.go/hello.exp: Remove printing of st before definition.
5959 * gdb.go/hello.go: Copy ...
5960 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
5961 to st.
5962 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
5963
5964 2020-02-20 Tom de Vries <tdevries@suse.de>
5965
5966 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
5967 (gdb_simple_compile): Handle compile_flags go by using .go extension
5968 for source file.
5969 * gdb.go/chan.exp: Use support_go_compile.
5970 * gdb.go/handcall.exp: Same.
5971 * gdb.go/hello.exp: Same.
5972 * gdb.go/integers.exp: Same.
5973 * gdb.go/max-depth.exp: Same.
5974 * gdb.go/methods.exp: Same.
5975 * gdb.go/package.exp: Same.
5976 * gdb.go/strings.exp: Same.
5977 * gdb.go/types.exp: Same.
5978 * gdb.go/unsafe.exp: Same.
5979
5980 2020-02-19 Tom de Vries <tdevries@suse.de>
5981
5982 * gdb.python/lib-types.exp: Make xfail more strict.
5983
5984 2020-02-19 Tom de Vries <tdevries@suse.de>
5985
5986 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
5987
5988 2020-02-19 Doug Evans <dje@google.com>
5989
5990 PR rust/25535
5991 * gdb.rust/simple.exp: Add test.
5992 * gdb.rust/simple.rs: Add test.
5993
5994 2020-02-19 Tom de Vries <tdevries@suse.de>
5995
5996 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
5997 output line-by-line.
5998
5999 2020-02-19 Tom de Vries <tdevries@suse.de>
6000
6001 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
6002
6003 2020-02-19 Tom de Vries <tdevries@suse.de>
6004
6005 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
6006 prelink.
6007
6008 2020-02-19 Tom de Vries <tdevries@suse.de>
6009
6010 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
6011 (gdb_do_cache): Use gdb_do_cache_wrap.
6012 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
6013
6014 2020-02-19 Tom de Vries <tdevries@suse.de>
6015
6016 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
6017 gdb_compile option.
6018
6019 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6020
6021 * gdb.base/printcmds.exp (test_print_enums): Update expected
6022 output.
6023
6024 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6025
6026 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
6027 for "unknown".
6028
6029 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6030
6031 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
6032 enumerator.
6033
6034 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6035
6036 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
6037 FE_, add FE_NONE.
6038 (three): Update.
6039 (enum flag_enum_without_zero): New enum.
6040 (flag_enum_without_zero): New variable.
6041 (enum not_flag_enum): New enum.
6042 (three_not_flag): New variable.
6043 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
6044 (test_print_enums): Add more tests for printing flag enums.
6045
6046 2020-02-18 Tom de Vries <tdevries@suse.de>
6047
6048 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
6049 (gdb_compile_ada): ... here.
6050 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
6051 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
6052
6053 2020-02-14 Tom Tromey <tom@tromey.com>
6054
6055 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
6056 build directory.
6057 * boards/gdbserver-base.exp: Update path to gdbserver.
6058
6059 2020-02-13 Tom de Vries <tdevries@suse.de>
6060
6061 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
6062
6063 2020-02-13 Tom de Vries <tdevries@suse.de>
6064
6065 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
6066 are missing.
6067
6068 2020-02-13 Tom de Vries <tdevries@suse.de>
6069
6070 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
6071 call.
6072
6073 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
6074
6075 PR tui/25126
6076 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
6077 * gdb.base/cached-source-file.c: New file.
6078 * gdb.base/cached-source-file.exp: New file.
6079
6080 2020-02-11 Tom de Vries <tdevries@suse.de>
6081
6082 PR testsuite/25488
6083 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
6084
6085 2020-02-10 Tom de Vries <tdevries@suse.de>
6086
6087 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
6088
6089 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
6090
6091 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
6092 and $after_addr are both integers before making a comparison.
6093
6094 2020-02-09 Tom de Vries <tdevries@suse.de>
6095
6096 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
6097 command output and paste it into gdb.log. If any, paste catch message
6098 to gdb.log.
6099
6100 2020-02-07 Tom Tromey <tromey@adacore.com>
6101
6102 PR breakpoints/24915:
6103 * gdb.base/annotate-symlink.exp: Use setup_xfail.
6104
6105 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
6106
6107 * gdb.tui/tui-missing-src.exp: Add the "missing source
6108 file" test for the TUI.
6109
6110 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
6111
6112 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
6113 including a port number in the output.
6114
6115 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
6116
6117 * lib/fortran.exp (fortran_int4): Handle clang.
6118 (fortran_int8): Likewise.
6119 (fortran_real4): Likewise.
6120 (fortran_real8): Likewise.
6121 (fortran_complex4): Likewise.
6122 (fortran_logical4): Likewise.
6123 (fortran_character1): Likewise.
6124
6125 2020-02-04 Tom de Vries <tdevries@suse.de>
6126
6127 * README (Race detection): Add note.
6128
6129 2020-02-04 Tom de Vries <tdevries@suse.de>
6130
6131 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
6132
6133 2020-02-04 Tom de Vries <tdevries@suse.de>
6134
6135 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
6136
6137 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
6138
6139 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
6140 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
6141 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
6142 blttar, bnetarl.
6143 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
6144 binary for blttar, bnetarl.
6145 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
6146 wait instruction. Delete ldmx test.
6147 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
6148
6149 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6150
6151 * gdb.fortran/array-bounds-high.exp: New file.
6152 * gdb.fortran/array-bounds-high.f90: New file.
6153
6154 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
6155
6156 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
6157 Replace #include of <sys/fcntl.h> by <fcntl.h>.
6158
6159 2020-02-01 Tom de Vries <tdevries@suse.de>
6160
6161 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
6162
6163 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
6164
6165 PR tui/9765
6166 * gdb.tui/tui-layout-asm-short-prog.S: New file.
6167 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
6168
6169 2020-01-29 Luis Machado <luis.machado@linaro.org>
6170
6171 * gdb.arch/aarch64-brk-patterns.c: New source file.
6172 * gdb.arch/aarch64-brk-patterns.exp: New test.
6173
6174 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6175
6176 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
6177 GCC/Clang version.
6178 * gdb.cp/pass-by-ref.exp: Ditto.
6179
6180 2020-01-29 Tom de Vries <tdevries@suse.de>
6181
6182 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
6183 * gdb.threads/watchpoint-fork-mt.c: Same.
6184 * gdb.threads/watchpoint-fork-parent.c: Same.
6185 * gdb.threads/watchpoint-fork-st.c: Same.
6186 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
6187
6188 2020-01-27 Luis Machado <luis.machado@linaro.org>
6189
6190 * gdb.base/step-over-syscall.exp (setup): Check if we're already
6191 sitting at a syscall instruction when we hit the syscall function's
6192 breakpoint.
6193 Check PC against one obtained with the x command.
6194 Validate syscall number.
6195 (step_over_syscall): Don't continue to the syscall instruction if
6196 we're already there.
6197
6198 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6199
6200 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
6201
6202 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6203
6204 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
6205 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
6206
6207 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6208
6209 * gdb.dwarf2/dw2-inline-stepping.c: New file.
6210 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
6211
6212 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6213
6214 * gdb.base/maint.exp: Update line table parsing test.
6215 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
6216
6217 2020-01-24 Pedro Alves <palves@redhat.com>
6218
6219 PR gdb/25410
6220 * gdb.multi/multi-re-run-1.c: New.
6221 * gdb.multi/multi-re-run-2.c: New.
6222 * gdb.multi/multi-re-run.exp: New.
6223
6224 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6225
6226 PR gdb/23718
6227 * gdb.server/server-kill-python.exp: New file.
6228
6229 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6230
6231 * gdb.server/multi-ui-errors.c: New file.
6232 * gdb.server/multi-ui-errors.exp: New file.
6233
6234 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6235
6236 PR tui/9765
6237 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
6238
6239 2020-01-19 Tom Tromey <tom@tromey.com>
6240
6241 * gdb.tui/main.exp: Add check for plain "file".
6242
6243 2020-01-16 Christian Biesinger <cbiesinger@google.com>
6244
6245 * lib/gdb.exp: Fix spelling error (seperatelly).
6246
6247 2020-01-14 Tom Tromey <tom@tromey.com>
6248
6249 PR symtab/12535:
6250 * gdb.python/python.exp: Test decode_line with empty string
6251 argument.
6252
6253 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
6254
6255 * gdb.base/skip-inline.exp: Extend test.
6256
6257 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6258
6259 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
6260 * gdb.dwarf2/dw2-bad-elf.c: New file.
6261 * gdb.dwarf2/dw2-bad-elf.exp: New file.
6262
6263 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6264
6265 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
6266 _line_saw_file.
6267
6268 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6269
6270 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
6271 border.
6272
6273 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6274
6275 * gdb.multi/multi-target.exp (setup): Factor out "info
6276 connections" and "info inferiors" tests to ...
6277 (test_info_inferiors): ... this new procedure.
6278 (top level): Run new "info-inferiors" tests.
6279
6280 2020-01-10 Pedro Alves <palves@redhat.com>
6281
6282 * gdb.server/bkpt-other-inferior.exp: New file.
6283
6284 2020-01-10 Pedro Alves <palves@redhat.com>
6285
6286 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
6287 of "add-inferior".
6288 * gdb.base/quit-live.exp: Likewise.
6289 * gdb.base/remote-exec-file.exp: Likewise.
6290 * gdb.guile/scm-progspace.exp: Likewise.
6291 * gdb.linespec/linespec.exp: Likewise.
6292 * gdb.mi/new-ui-mi-sync.exp: Likewise.
6293 * gdb.mi/user-selected-context-sync.exp: Likewise.
6294 * gdb.multi/multi-target.exp (setup): Add "info connection" and
6295 "info inferiors" tests.
6296 * gdb.multi/remove-inferiors.exp: Adjust expected output of
6297 "add-inferior".
6298 * gdb.multi/watchpoint-multi.exp: Likewise.
6299 * gdb.python/py-inferior.exp: Likewise.
6300 * gdb.server/extended-remote-restart.exp: Likewise.
6301 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
6302 "info inferiors".
6303 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
6304 * gdb.trace/report.exp: Likewise.
6305
6306 2020-01-10 Pedro Alves <palves@redhat.com>
6307
6308 * gdb.multi/multi-target.c: New file.
6309 * gdb.multi/multi-target.exp: New file.
6310 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
6311 mode requested, but remote does not support non-stop".
6312
6313 2020-01-10 Pedro Alves <palves@redhat.com>
6314
6315 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
6316 disconnect before reconnecting.
6317
6318 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6319 Pedro Alves <palves@redhat.com>
6320
6321 * gdb.server/connect-without-multi-process.exp: Also test
6322 continuing to end.
6323
6324 2020-01-10 Pedro Alves <palves@redhat.com>
6325
6326 * gdb.base/remote-exec-file.exp: New file.
6327
6328 2020-01-10 Pedro Alves <palves@redhat.com>
6329
6330 * gdb.base/fork-running-state.exp (do_test): Adjust expected
6331 output.
6332 * gdb.threads/async.c: New.
6333 * gdb.threads/async.exp: New.
6334 * gdb.multi/tids-gid-reset.c: New.
6335 * gdb.multi/tids-gid-reset.exp: New.
6336
6337 2020-01-10 George Barrett <bob@bob131.so>
6338
6339 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
6340 to help in finding the image relocation offset.
6341 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
6342 options in arguments.
6343 (stap_test_no_debuginfo): Likewise.
6344 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
6345 test variants.
6346 (stap_test): Add null semaphore relocation test.
6347
6348 2020-01-10 George Barrett <bob@bob131.so>
6349
6350 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
6351 * gdb.base/stap-probe.exp: Likewise.
6352 (stap_test): Pass argument as an additional flag.
6353 (stap_test_no_debuginfo): Likewise.
6354 (stap_test): Check `info probes stap' output for semaphore
6355 addresses if the test binary is supposed to have them.
6356
6357 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6358
6359 * gdb.tui/basic.exp: Add more scrolling tests.
6360
6361 2020-01-09 Tom Tromey <tom@tromey.com>
6362
6363 PR tui/18932:
6364 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
6365 meangingful value.
6366 (Term::command, Term::resize): Update.
6367 * gdb.tui/basic.exp: Add scrolling test.
6368
6369 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6370
6371 * gdb.tui/tui-layout-asm.exp: New file.
6372
6373 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6374
6375 * lib/tuiterm.exp (Term::check_box_contents): New proc.
6376
6377 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6378
6379 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
6380 (Term::enter_tui): Use Term::prepare_for_tui.
6381
6382 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6383
6384 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
6385 called.
6386
6387 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6388
6389 * gdb.base/skip.exp: Fix race condition in test.
6390
6391 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
6392
6393 * gdb.base/backtrace.c: New file.
6394 * gdb.base/backtrace.exp: New file.
6395
6396 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
6397
6398 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
6399
6400 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6401
6402 * gdb.base/style.exp: Test that warnings are styled.
6403
6404 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
6405
6406 * gdb.base/line65535.exp: New file.
6407 * gdb.base/line65535.c: New file.
6408
6409 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
6410
6411 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
6412 * lib/gnat_debug_info_test.adb: New file.
6413 * gdb.ada/ptype_tagged_param.exp: Use
6414 gnat_runtime_has_debug_info, expect a different output if
6415 runtime does not have debug info.
6416
6417 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6418
6419 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
6420 (another) quote in test name.
6421
6422 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6423
6424 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
6425 Add quote in test name.
6426
6427 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6428
6429 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
6430 directory instead.
6431 * gdb.cp/pass-by-ref.exp: Extend with more cases.
6432 * gdb.cp/pass-by-ref-2.cc: New file.
6433 * gdb.cp/pass-by-ref-2.exp: New file.
6434
6435 2019-12-20 Tom Tromey <tom@tromey.com>
6436
6437 * gdb.tui/list-before.exp: New file.
6438
6439 2019-12-20 Tom Tromey <tom@tromey.com>
6440
6441 * gdb.tui/list.exp: Check for source on initial listing.
6442
6443 2019-12-11 Tom Tromey <tromey@adacore.com>
6444
6445 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
6446 Add crlf test.
6447
6448 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
6449
6450 * gdb.base/default.exp: Update value of $_gdb_major.
6451
6452 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6453
6454 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
6455
6456 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6457
6458 * gdb.base/skip.exp: Whitespace fix.
6459
6460 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
6461
6462 * gdb.base/skip-inline.c: New file.
6463 * gdb.base/skip-inline.exp: New file.
6464
6465 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
6466
6467 * gdb.base/jit-reader.exp (jit_reader_test): Rename
6468 jit_function_00 to jit_function_stack_mangle.
6469 * gdb.base/jithost.c (jit_function_t): Rename to...
6470 (jit_function_stack_mangle_t): ... this.
6471 (jit_function_add_t): New typedef.
6472 (jit_function_00_code): Rename to...
6473 (jit_function_stack_mangle_code): ... this, make static.
6474 (jit_function_add_code): New.
6475 (main): Generate "add" function and call it. Adjust to changes
6476 in jithost_abi.
6477 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
6478 (struct jithost_abi) <begin, end>: Remove fields.
6479 <object, function_stack_mangle, function_add>: New fields.
6480 * gdb.base/jitreader.c (struct reader_state) <code_begin,
6481 code_end>: Remove fields.
6482 <func_stack_mangle>: New field.
6483 (read_debug_info): Adjust to renaming, create block for "add"
6484 function.
6485 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
6486
6487 2019-12-11 Tom Tromey <tom@tromey.com>
6488
6489 * gdb.tui/resize.exp: Fix regexp.
6490 * gdb.tui/regs.exp: Fix regexps.
6491 * gdb.tui/main.exp: Fix regexp.
6492
6493 2019-12-11 Tom Tromey <tom@tromey.com>
6494
6495 * gdb.tui/resize.exp: Update.
6496 * gdb.tui/empty.exp (layouts): Update.
6497
6498 2019-12-11 Tom Tromey <tom@tromey.com>
6499
6500 * gdb.tui/regs.exp: Update.
6501 * gdb.tui/empty.exp (layouts): Update.
6502 * gdb.tui/basic.exp: Update.
6503 * lib/tuiterm.exp (_check_box): Don't check bottom border.
6504
6505 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6506
6507 * gdb.base/options.exp: Add -raw-values in the print completion list.
6508 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
6509
6510 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6511
6512 * gdb.threads/omp-par-scope.c: New file.
6513 * gdb/threads/omp-par-scope.exp: New file.
6514
6515 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6516
6517 * lib/gdb.exp (support_nested_function_tests): New proc.
6518
6519 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6520
6521 * lib/gdb.exp (gdb_compile_openmp): New proc.
6522 (build_executable_from_specs): Add an "openmp" option.
6523 (gdb_compile_pthreads): Add non-executable case.
6524
6525 2019-12-10 Tom Tromey <tromey@adacore.com>
6526
6527 * gdb.ada/unchecked_union.exp: New file.
6528 * gdb.ada/unchecked_union/pck.adb: New file.
6529 * gdb.ada/unchecked_union/pck.ads: New file.
6530 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
6531 * gdb-utils.exp (string_to_regexp): Also quote "?".
6532
6533 2019-12-10 George Barrett <bob@bob131.so>
6534
6535 Test scripted probe breakpoints.
6536 * gdb.guile/scm-breakpoint.c (main): Add probe point.
6537 * gdb.python/py-breakpoint.c (main): Likewise.
6538 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
6539 specifier test.
6540 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
6541
6542 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6543
6544 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
6545 an rvalue parameter.
6546 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
6547 parameter.
6548
6549 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6550
6551 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
6552 modules.
6553
6554 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6555
6556 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
6557 broken version of GCC.
6558
6559 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6560
6561 * gdb.fortran/info-modules.exp: Rewrite to make use of new
6562 sym-info-cmds library.
6563 * gdb.fortran/info-types.exp: Likewise.
6564 * lib/sym-info-cmds.exp: New file.
6565
6566 2019-12-08 Tom de Vries <tdevries@suse.de>
6567
6568 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
6569
6570 2019-12-07 Keith Seitz <keiths@redhat.com>
6571
6572 * gdb.base/corefile-buildid-shlib-shr.c: New file.
6573 * gdb.base/corefile-buildid-shlib.c: New file.
6574 * gdb.base/corefile-buildid.c: New file.
6575 * gdb.base/corefile-buildid.exp: New file.
6576
6577 2019-12-06 Tom de Vries <tdevries@suse.de>
6578
6579 * gdb.dwarf2/varval.exp: Add decl before def test.
6580
6581 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6582
6583 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
6584
6585 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6586
6587 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
6588 CV and reference conversion for overload resolution.
6589 * gdb.cp/rvalue-ref-overload.exp: Test it.
6590
6591 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6592
6593 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
6594 * gdb.base/frameapply.exp: Test faas without command.
6595
6596 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6597
6598 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
6599 Fortran tests.
6600 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
6601 order.
6602
6603 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6604
6605 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
6606 casting to type with no kind specified.
6607 (test_basic_parsing_of_type_kinds): Additional tests for types
6608 with no kind specified, and add tests for single/double
6609 precision/complex types.
6610
6611 2019-12-04 Tom Tromey <tromey@adacore.com>
6612
6613 * gdb.base/endianity.c (struct other) <x>: New field.
6614 (main): Initialize it.
6615 * gdb.base/endianity.exp: Update.
6616
6617 2019-12-04 Tom Tromey <tromey@adacore.com>
6618
6619 * gdb.ada/scalar_storage/storage.adb: New file.
6620 * gdb.ada/scalar_storage/pck.adb: New file.
6621 * gdb.ada/scalar_storage/pck.ads: New file.
6622 * gdb.ada/scalar_storage.exp: New file.
6623
6624 2019-12-04 Tom Tromey <tromey@adacore.com>
6625
6626 * gdb.base/endianity.c (struct otherendian) <f>: New field.
6627 (main): Initialize it.
6628 * gdb.base/endianity.exp: Update.
6629
6630 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6631
6632 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
6633
6634 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6635
6636 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
6637 -symbol-info-module-functions and -symbol-info-module-variables.
6638
6639 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
6640
6641 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
6642
6643 2019-12-01 Richard Bunt <richard.bunt@arm.com>
6644 Andrew Burgess <andrew.burgess@embecosm.com>
6645
6646 * gdb.fortran/derived-type-striding.exp: New file.
6647 * gdb.fortran/derived-type-striding.f90: New file.
6648 * gdb.fortran/array-slices.exp: New file.
6649 * gdb.fortran/array-slices.f90: New file.
6650
6651 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6652
6653 * gdb.base/define.exp: Test . in command names.
6654 * gdb.base/setshow.exp: Update test, as . is now part of
6655 command name.
6656
6657 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6658
6659 * gdb.base/define-prefix.exp: New file.
6660
6661 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
6662
6663 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
6664 compile.
6665 (skip_btrace_pt_tests): Likewise.
6666
6667 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6668
6669 * gdb.fortran/info-modules.exp: Compile source files in correct
6670 order.
6671
6672 2019-11-27 Kevin Buettner <kevinb@redhat.com>
6673
6674 * gdb.dwarf2/imported-unit.exp: New file.
6675 * gdb.dwarf2/imported-unit.c: New file.
6676
6677 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6678
6679 * gdb.mi/mi-fortran-modules-2.f90: New file.
6680 * gdb.mi/mi-fortran-modules.exp: New file.
6681 * gdb.mi/mi-fortran-modules.f90: New file.
6682
6683 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6684
6685 * gdb.mi/mi-sym-info-1.c: New file.
6686 * gdb.mi/mi-sym-info-2.c: New file.
6687 * gdb.mi/mi-sym-info.exp: New file.
6688
6689 2019-11-22 Tom Tromey <tromey@adacore.com>
6690
6691 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
6692 * gdb.ada/tasks/foo.adb: Add another stopping location.
6693
6694 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
6695
6696 * gdb.base/endianity.c: New test.
6697 * gdb.base/endianity.exp: New file.
6698
6699 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
6700
6701 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
6702
6703 2019-11-21 Tom de Vries <tdevries@suse.de>
6704
6705 PR gdb/24956
6706 * gdb.base/ui-redirect.exp: Test output of user-defined command.
6707
6708 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
6709
6710 * gdb.python/py-progspace.exp: Add missing parentheses on some
6711 'print' commands.
6712
6713 2019-11-19 Tom Tromey <tom@tromey.com>
6714
6715 * gdb.tui/winheight.exp: New file.
6716
6717 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6718
6719 * gdb.base/ctf-whatis.c: Delete.
6720 * gdb.base/ctf-whatis.exp: Delete.
6721 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
6722
6723 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6724
6725 * gdb.base/ctf-cvexpr.exp: Delete.
6726 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
6727
6728 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6729
6730 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
6731 the compiler. Clean up header comment a little.
6732 * gdb.base/ctf-ptype.exp: Likewise.
6733 * gdb.base/ctf-whatis.exp: Likewise.
6734 * lib/gdb.exp (skip_ctf_tests): New proc.
6735
6736 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
6737
6738 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
6739 * gdb.tui/corefile-run.exp: New file.
6740
6741 2019-11-14 Tom Tromey <tromey@adacore.com>
6742
6743 * gdb.base/gdbvars.exp (test_convenience_variables): Add
6744 regression tests.
6745
6746 2019-11-12 Tom Tromey <tom@tromey.com>
6747
6748 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
6749 after any command. Expect prompt after WAIT_FOR is seen.
6750 (enter_tui): Enable resize messages.
6751 (command): Expect command in output.
6752 (get_line): Avoid error when cursor appears to be off-screen.
6753 (dump_screen): Include screen size in title.
6754 (_do_resize): New proc, from "resize".
6755 (resize): Rewrite. Do resize in two steps.
6756 * gdb.tui/empty.exp (layouts): Fix entries.
6757 (check_boxes): Remove xfail.
6758 (check_text): Dump screen on failure.
6759
6760 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
6761
6762 * gdb.python/py-symbol.exp: Add test for
6763 gdb.lookup_static_symbols.
6764
6765 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
6766
6767 * gdb.python/py-symbol.c: Declare and call function from new
6768 py-symbol-2.c file.
6769 * gdb.python/py-symbol.exp: Compile both source files, and add new
6770 tests for gdb.lookup_static_symbol.
6771 * gdb.python/py-symbol-2.c: New file.
6772
6773 2019-11-02 Tom de Vries <tdevries@suse.de>
6774
6775 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
6776 * gdb.base/anon.exp: Same.
6777 * gdb.base/auto-connect-native-target.exp: Same.
6778 * gdb.base/call-ar-st.exp: Same.
6779 * gdb.base/catch-syscall.exp: Same.
6780 * gdb.base/commands.exp: Same.
6781 * gdb.base/default.exp: Same.
6782 * gdb.base/display.exp: Same.
6783 * gdb.base/float.exp: Same.
6784 * gdb.base/foll-fork.exp: Same.
6785 * gdb.base/help.exp: Same.
6786 * gdb.base/info-macros.exp: Same.
6787 * gdb.base/info-proc.exp: Same.
6788 * gdb.base/info-target.exp: Same.
6789 * gdb.base/long_long.exp: Same.
6790 * gdb.base/macscp.exp: Same.
6791 * gdb.base/memattr.exp: Same.
6792 * gdb.base/nofield.exp: Same.
6793 * gdb.base/pointers.exp: Same.
6794 * gdb.base/printcmds.exp: Same.
6795 * gdb.base/ptype.exp: Same.
6796 * gdb.base/restore.exp: Same.
6797 * gdb.base/return.exp: Same.
6798 * gdb.base/scope.exp: Same.
6799 * gdb.base/set-noassign.exp: Same.
6800 * gdb.base/setshow.exp: Same.
6801 * gdb.base/shlib-call.exp: Same.
6802 * gdb.base/signals.exp: Same.
6803 * gdb.base/sigstep.exp: Same.
6804 * gdb.base/skip.exp: Same.
6805 * gdb.base/solib-symbol.exp: Same.
6806 * gdb.base/stap-probe.exp: Same.
6807 * gdb.base/step-line.exp: Same.
6808 * gdb.base/step-test.exp: Same.
6809 * gdb.base/style.exp: Same.
6810 * gdb.base/varargs.exp: Same.
6811 * gdb.base/vla-datatypes.exp: Same.
6812 * gdb.base/vla-ptr.exp: Same.
6813 * gdb.base/vla-sideeffect.exp: Same.
6814 * gdb.base/volatile.exp: Same.
6815 * gdb.base/watch-cond-infcall.exp: Same.
6816 * gdb.base/watchpoint.exp: Same.
6817
6818 2019-11-02 Tom de Vries <tdevries@suse.de>
6819
6820 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
6821 * gdb.cp/cpexprs.exp: Same.
6822 * gdb.cp/except-multi-location.exp: Same.
6823 * gdb.cp/exceptprint.exp: Same.
6824 * gdb.cp/gdb2384.exp: Same.
6825 * gdb.cp/inherit.exp: Same.
6826 * gdb.cp/m-static.exp: Same.
6827 * gdb.cp/meth-typedefs.exp: Same.
6828 * gdb.cp/misc.exp: Same.
6829 * gdb.cp/namespace.exp: Same.
6830 * gdb.cp/non-trivial-retval.exp: Same.
6831 * gdb.cp/overload.exp: Same.
6832 * gdb.cp/pr17132.exp: Same.
6833 * gdb.cp/re-set-overloaded.exp: Same.
6834 * gdb.cp/rvalue-ref-types.exp: Same.
6835 * gdb.cp/templates.exp: Same.
6836
6837 2019-11-01 Luis Machado <luis.machado@linaro.org>
6838
6839 PR gdb/25124
6840
6841 * gdb.arch/pr25124.S: New file.
6842 * gdb.arch/pr25124.exp: New file.
6843
6844 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6845
6846 * gdb.fortran/info-modules.exp: Update expected results, and add
6847 additional tests for 'info module functinos', and 'info module
6848 variables'.
6849 * gdb.fortran/info-types.exp: Update expected results.
6850 * gdb.fortran/info-types.f90: Extend testcase with additional
6851 module variables and functions.
6852
6853 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6854
6855 * gdb.fortran/info-modules.exp: New file.
6856 * gdb.fortran/info-types.exp: Build with new file.
6857 * gdb.fortran/info-types.f90: Include and use new module.
6858 * gdb.fortran/info-types-2.f90: New file.
6859
6860 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6861
6862 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
6863 * gdb.base/settings.exp: Test all settings types using
6864 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
6865 that now verifies that the value of "maint show" is the same as
6866 returned by the settings functions. Test the type of the
6867 maintenance settings.
6868 * gdb.base/default.exp: Update show_conv_list.
6869
6870 2019-10-31 Tom de Vries <tdevries@suse.de>
6871
6872 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
6873 gdb_test.
6874 * gdb.arch/amd64-disp-step.exp: Same.
6875 * gdb.asm/asm-source.exp: Same.
6876 * gdb.btrace/buffer-size.exp: Same.
6877 * gdb.btrace/cpu.exp: Same.
6878 * gdb.btrace/enable.exp: Same.
6879 * gdb.dwarf2/count.exp: Same.
6880 * gdb.dwarf2/dw2-ranges-func.exp: Same.
6881 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
6882 * gdb.fortran/vla-datatypes.exp: Same.
6883 * gdb.fortran/vla-history.exp: Same.
6884 * gdb.fortran/vla-ptype.exp: Same.
6885 * gdb.fortran/vla-value.exp: Same.
6886 * gdb.fortran/whatis_type.exp: Same.
6887 * gdb.guile/guile.exp: Same.
6888 * gdb.multi/tids.exp: Same.
6889 * gdb.python/py-finish-breakpoint.exp: Same.
6890 * gdb.python/py-framefilter.exp: Same.
6891 * gdb.python/py-pp-registration.exp: Same.
6892 * gdb.python/py-xmethods.exp: Same.
6893 * gdb.python/python.exp: Same.
6894 * gdb.server/connect-with-no-symbol-file.exp: Same.
6895 * gdb.server/no-thread-db.exp: Same.
6896 * gdb.server/run-without-local-binary.exp: Same.
6897 * gdb.stabs/weird.exp: Same.
6898 * gdb.threads/attach-many-short-lived-threads.exp: Same.
6899 * gdb.threads/thread-find.exp: Same.
6900 * gdb.threads/tls-shared.exp: Same.
6901 * gdb.threads/tls.exp: Same.
6902 * gdb.threads/wp-replication.exp: Same.
6903 * gdb.trace/ax.exp: Same.
6904 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
6905
6906 2019-10-31 Tom de Vries <tdevries@suse.de>
6907
6908 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
6909 * gdb.ada/array_subscript_addr.exp: Same.
6910 * gdb.ada/arrayidx.exp: Same.
6911 * gdb.ada/arrayparam.exp: Same.
6912 * gdb.ada/arrayptr.exp: Same.
6913 * gdb.ada/boolean_expr.exp: Same.
6914 * gdb.ada/call_pn.exp: Same.
6915 * gdb.ada/complete.exp: Same.
6916 * gdb.ada/fixed_cmp.exp: Same.
6917 * gdb.ada/fun_addr.exp: Same.
6918 * gdb.ada/funcall_param.exp: Same.
6919 * gdb.ada/interface.exp: Same.
6920 * gdb.ada/mod_from_name.exp: Same.
6921 * gdb.ada/null_array.exp: Same.
6922 * gdb.ada/packed_array.exp: Same.
6923 * gdb.ada/packed_tagged.exp: Same.
6924 * gdb.ada/print_chars.exp: Same.
6925 * gdb.ada/print_pc.exp: Same.
6926 * gdb.ada/ptype_arith_binop.exp: Same.
6927 * gdb.ada/ptype_field.exp: Same.
6928 * gdb.ada/ptype_tagged_param.exp: Same.
6929 * gdb.ada/rec_return.exp: Same.
6930 * gdb.ada/ref_tick_size.exp: Same.
6931 * gdb.ada/str_ref_cmp.exp: Same.
6932 * gdb.ada/taft_type.exp: Same.
6933 * gdb.ada/tagged.exp: Same.
6934 * gdb.ada/type_coercion.exp: Same.
6935 * gdb.ada/uninitialized_vars.exp: Same.
6936
6937 2019-10-30 Tom de Vries <tdevries@suse.de>
6938
6939 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
6940
6941 2019-10-26 Tom de Vries <tdevries@suse.de>
6942
6943 * gdb.base/bigcore.c: Fix typos in comments.
6944 * gdb.base/ctf-ptype.c: Same.
6945 * gdb.base/long_long.c: Same.
6946 * gdb.dwarf2/dw2-op-out-param.S: Same.
6947 * gdb.python/py-evthreads.c: Same.
6948 * gdb.reverse/i387-stack-reverse.c: Same.
6949 * gdb.trace/tfile.c: Same.
6950 * lib/compiler.c: Same.
6951 * lib/compiler.cc: Same.
6952
6953 2019-10-25 Tom de Vries <tdevries@suse.de>
6954
6955 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
6956 gdb_test_multiple calls.
6957 * gdb.reverse/sigall-reverse.exp: Same.
6958 * gdb.reverse/solib-precsave.exp: Same.
6959 * gdb.reverse/solib-reverse.exp: Same.
6960 * gdb.reverse/until-precsave.exp: Same.
6961 * gdb.reverse/until-reverse.exp: Same.
6962
6963 2019-10-24 Tom de Vries <tdevries@suse.de>
6964
6965 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
6966 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
6967 kfail using -wrap pattern flag and convenience variable
6968 gdb_test_name.
6969
6970 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
6971
6972 * gdb.python/py-progspace.exp: Add tests for the
6973 Progspace.block_for_pc method.
6974
6975 2019-10-23 Tom Tromey <tom@tromey.com>
6976
6977 * configure: Rebuild.
6978 * aclocal.m4: Use m4_include, not sinclude.
6979
6980 2019-10-21 Tom de Vries <tdevries@suse.de>
6981
6982 * gdb.base/infcall-nested-structs.c: Add
6983 __attribute__((noinline,noclone)) to all functions.
6984 (call_all): Add missing variable initialization. Simplify return value.
6985 (breakpt): Increment volatile variable, to prevent call from being
6986 optimized out.
6987 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
6988
6989 2019-10-17 Tom de Vries <tdevries@suse.de>
6990
6991 * gdb.fortran/module.exp: Allow info variables to print info for files
6992 other than module.f90.
6993
6994 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
6995
6996 * gdb.fortran/module.exp: Extend with 'info variables' test.
6997
6998 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
6999
7000 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
7001 F77_FOR_TARGET.
7002
7003 2019-10-16 Tom de Vries <tdevries@suse.de>
7004
7005 PR tdep/25096
7006 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
7007
7008 2019-10-16 Tom de Vries <tdevries@suse.de>
7009
7010 PR tdep/24104
7011 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
7012 Add KFAIL for PR tdep/25096.
7013
7014 2019-10-16 Tom de Vries <tdevries@suse.de>
7015
7016 PR testsuite/25059
7017 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
7018
7019 2019-10-16 Tom de Vries <tdevries@suse.de>
7020
7021 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
7022 as signed.
7023
7024 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
7025
7026 * gdb.mi/list-thread-groups-available.exp: Read entries one by
7027 one instead of increasing timeout.
7028
7029 2019-10-13 Tom de Vries <tdevries@suse.de>
7030
7031 PR record/25038
7032 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
7033 * gdb.reverse/sigall-reverse.exp: Same.
7034 * gdb.reverse/solib-precsave.exp: Same.
7035 * gdb.reverse/solib-reverse.exp: Same.
7036 * gdb.reverse/step-precsave.exp: Same.
7037 * gdb.reverse/until-precsave.exp: Same.
7038 * gdb.reverse/until-reverse.exp: Same.
7039 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
7040
7041 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
7042
7043 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
7044 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
7045 (cmp_struct_05_01, cmp_struct_static_02_01)
7046 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
7047 comparisons.
7048
7049 2019-10-10 Tom de Vries <tdevries@suse.de>
7050
7051 PR testsuite/24888
7052 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
7053 gnatlink.
7054
7055 2019-10-09 Tom de Vries <tdevries@suse.de>
7056
7057 PR testsuite/25048
7058 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
7059
7060 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7061
7062 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
7063 exceptions due to missing debug information.
7064
7065 2019-10-07 Tom de Vries <tdevries@suse.de>
7066
7067 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
7068
7069 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7070
7071 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
7072 * gdb.base/annota1.exp: Update to use gdb_test_name.
7073
7074 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
7075
7076 * gdb.base/ctf-whatis.exp: New file.
7077 * gdb.base/ctf-whatis.c: New file.
7078 * gdb.base/ctf-ptype.exp: New file.
7079 * gdb.base/ctf-ptype.c: New file.
7080 * gdb.base/ctf-constvars.exp: New file.
7081 * gdb.base/ctf-constvars.c: New file.
7082 * gdb.base/ctf-cvexpr.exp: New file.
7083
7084 2019-10-04 Tom de Vries <tdevries@suse.de>
7085
7086 * gdb.cp/local-static.c (main): Move declaration of int i out of the
7087 for loop.
7088
7089 2019-10-03 Tom Tromey <tom@tromey.com>
7090
7091 PR rust/24976:
7092 * gdb.rust/simple.rs (Union2): New type.
7093 (main): Use Union2.
7094 * gdb.rust/simple.exp: Add test.
7095
7096 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7097
7098 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
7099 nested function prefix.
7100
7101 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
7102 Richard Bunt <richard.bunt@arm.com>
7103 Andrew Burgess <andrew.burgess@embecosm.com>
7104
7105 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
7106 nested functions.
7107 * gdb.fortran/nested-funcs.f90: Update expected results.
7108 * gdb.fortran/nested-funcs-2.exp: New file.
7109 * gdb.fortran/nested-funcs-2.f90: New file.
7110
7111 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7112
7113 * gdb.python/py-parameter.exp: Make test names unique.
7114 * gdb.python/py-template.exp: Likewise.
7115 * gdb.python/py-value.exp: Likewise.
7116
7117 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7118
7119 * gdb.base/break-interp.exp: Reduce test name duplication.
7120 * gdb.base/call-sc.exp: Likewise.
7121 * gdb.base/callfuncs.exp: Likewise.
7122 * gdb.base/charset.exp: Likewise.
7123 * gdb.base/dump.exp: Likewise.
7124 * gdb.base/ena-dis-br.exp: Likewise.
7125 * gdb.base/relational.exp: Likewise.
7126 * gdb.base/step-over-syscall.exp: Likewise.
7127 * gdb.base/structs.exp: Likewise.
7128
7129 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7130
7131 * gdb.linespec/explicit.exp: Make test names unique.
7132 * gdb.linespec/ls-errs.exp: Likewise.
7133
7134 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7135
7136 * gdb.reverse/break-precsave.exp: Make test names unique.
7137 * gdb.reverse/break-reverse.exp: Likewise.
7138 * gdb.reverse/finish-precsave.exp: Likewise.
7139 * gdb.reverse/finish-reverse.exp: Likewise.
7140 * gdb.reverse/machinestate-precsave.exp: Likewise.
7141 * gdb.reverse/machinestate.exp: Likewise.
7142 * gdb.reverse/readv-reverse.exp: Likewise.
7143 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7144 * gdb.reverse/sigall-precsave.exp: Likewise.
7145 * gdb.reverse/sigall-reverse.exp: Likewise.
7146 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
7147 * gdb.reverse/watch-precsave.exp: Likewise.
7148 * gdb.reverse/watch-reverse.exp: Likewise.
7149
7150 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7151
7152 * gdb.threads/stop-with-handle.c: New file.
7153 * gdb.threads/stop-with-handle.exp: New file.
7154
7155 2019-10-03 Tom de Vries <tdevries@suse.de>
7156
7157 PR testsuite/25059
7158 * gdb.base/list-missing-source.exp: Allowing the "Compilation
7159 directory" line to be missing.
7160
7161 2019-10-03 Tom de Vries <tdevries@suse.de>
7162
7163 PR testsuite/25059
7164 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
7165 type optional.
7166
7167 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
7168
7169 * gdb.python/py-format-string.c (string.h): New include.
7170 (main): Fill a_struct_with_union.the_union.an_int with bytes of
7171 the same value, for endianness-independence.
7172 * gdb.python/py-format-string.exp (default_regexp_dict)
7173 (test_pretty_structs, test_format): Adjust expected output to the
7174 changed initialization.
7175
7176 2019-10-02 Tom Tromey <tromey@adacore.com>
7177
7178 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
7179
7180 2019-10-02 Pedro Alves <palves@redhat.com>
7181 Andrew Burgess <andrew.burgess@embecosm.com>
7182
7183 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
7184 "print-file-var.h".
7185 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7186 (get_version_1): Print this_version_id and its address.
7187 Add extern "C" wrappers around interface functions.
7188 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
7189 "print-file-var.h".
7190 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7191 (get_version_2): Print this_version_id and its address.
7192 Add extern "C" wrappers around interface functions.
7193 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
7194 <stddef.h> and "print-file-var.h".
7195 Add extern "C" wrappers around interface functions.
7196 [VERSION_ID_MAIN] (this_version_id): Define.
7197 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
7198 * gdb.base/print-file-var.h: Add some #defines to simplify setting
7199 up extern "C" blocks.
7200 * gdb.base/print-file-var.exp (test): New, factored out from top
7201 level.
7202 (top level): Test all combinations of attribute hidden or not,
7203 dlopen or not, and this_version_id symbol in main file or not.
7204 Compile tests as both C++ and C, make test names unique.
7205
7206 2019-10-01 Tom Tromey <tom@tromey.com>
7207
7208 * gdb.base/style.exp: Test "show logging filename".
7209
7210 2019-10-01 Tom Tromey <tom@tromey.com>
7211
7212 * lib/gdb-utils.exp (style): Handle "metadata" argument.
7213 * gdb.base/style.exp: Add metadata style test.
7214
7215 2019-10-01 Tom Tromey <tom@tromey.com>
7216
7217 * gdb.base/style.exp: Test "pwd".
7218
7219 2019-10-01 Tom Tromey <tom@tromey.com>
7220
7221 * gdb.base/style.exp: Update tests.
7222
7223 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
7224
7225 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
7226 'six' to unsigned.
7227 (s1): Initialize fields 'four' and 'six' instead of 'three' and
7228 'five'. Use an all-ones bit pattern for each.
7229 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
7230 to its changed values.
7231
7232 2019-09-30 Tom Tromey <tromey@adacore.com>
7233
7234 * gdb.rust/traits.rs: Disable all warnings.
7235
7236 2019-09-29 Tom de Vries <tdevries@suse.de>
7237
7238 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
7239
7240 2019-09-29 Tom de Vries <tdevries@suse.de>
7241
7242 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
7243
7244 2019-09-27 Tom de Vries <tdevries@suse.de>
7245
7246 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
7247
7248 2019-09-27 Tom de Vries <tdevries@suse.de>
7249
7250 PR record/23188
7251 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
7252
7253 2019-09-26 Tom Tromey <tromey@adacore.com>
7254
7255 * gdb.ada/py_taft.exp: New file.
7256 * gdb.ada/py_taft/main.adb: New file.
7257 * gdb.ada/py_taft/pkg.adb: New file.
7258 * gdb.ada/py_taft/pkg.ads: New file.
7259
7260 2019-09-24 Tom de Vries <tdevries@suse.de>
7261
7262 PR gdb/24598
7263 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
7264
7265 2019-09-22 Tom de Vries <tdevries@suse.de>
7266
7267 * gdb.base/restore.exp: Allow register variables to be optimized out at
7268 -O0.
7269
7270 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
7271
7272 * gdb.arch/spu-info.exp: Remove file.
7273 * gdb.arch/spu-info.c: Remove file.
7274 * gdb.arch/spu-ls.exp: Remove file.
7275 * gdb.arch/spu-ls.c: Remove file.
7276
7277 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
7278 * gdb.asm/spu.inc: Remove file.
7279
7280 * gdb.base/dump.exp: Remove support for spu*-*-*.
7281 * gdb.base/stack-checking.exp: Likewise.
7282 * gdb.base/overlays.exp: Likewise.
7283 * gdb.base/ovlymgr.c: Likewise.
7284 * gdb.base/spu.ld: Remove file.
7285
7286 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
7287 * gdb.cp/cpexprs.exp: Likewise.
7288 * gdb.cp/exception.exp: Likewise.
7289 * gdb.cp/gdb2495.exp: Likewise.
7290 * gdb.cp/mb-templates.exp: Likewise.
7291 * gdb.cp/pr9167.exp: Likewise.
7292 * gdb.cp/userdef.exp: Likewise.
7293
7294 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
7295
7296 * gdb.cell: Remove directory.
7297 * lib/cell.exp: Remove file.
7298
7299 2019-09-19 Tom de Vries <tdevries@suse.de>
7300
7301 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
7302
7303 2019-09-19 Tom de Vries <tdevries@suse.de>
7304
7305 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
7306
7307 2019-09-19 Tom de Vries <tdevries@suse.de>
7308
7309 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
7310 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
7311 (gdb_target_cmd): ... here.
7312 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
7313 value 2.
7314
7315 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
7316
7317 * gdb.base/source-dir.exp: Avoid having directory names in test
7318 names.
7319
7320 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7321
7322 * gdb.base/source-dir.exp: Add extra test for mapped compilation
7323 directory.
7324
7325 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7326
7327 * gdb.base/list-missing-source.exp: New file.
7328
7329 2019-09-14 Tom de Vries <tdevries@suse.de>
7330
7331 PR teststuite/24599
7332 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
7333 * lib/ada.exp (gnatmake_version_at_least): New proc.
7334
7335 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7336
7337 * gdb.base/maint.exp: Use exec_has_index_section.
7338
7339 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7340
7341 * gdb.base/maint.exp: Add test for 'maint info sections'.
7342
7343 2019-09-12 Tom de Vries <tdevries@suse.de>
7344
7345 * gdb.base/store.exp: Allow register variables to be optimized out at
7346 -O0.
7347
7348 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7349
7350 * gdb.ada/rdv_wait.exp: Update to new task names.
7351 * gdb.base/task_switch_in_core.exp: Likewise.
7352 * gdb.base/info_sources_base.c: Likewise.
7353
7354 2019-09-10 Tom Tromey <tromey@adacore.com>
7355
7356 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
7357
7358 2019-09-10 Tom Tromey <tromey@adacore.com>
7359
7360 * gdb.ada/dgopt.exp: New file.
7361 * gdb.ada/dgopt/x.adb: New file.
7362
7363 2019-09-08 Tom Tromey <tom@tromey.com>
7364
7365 * gdb.tui/resize.exp: Remove setup_xfail.
7366 * gdb.tui/regs.exp: Remove setup_xfail.
7367 * gdb.tui/basic.exp: Remove setup_xfail.
7368
7369 2019-09-06 David Blaikie <dblaikie@gmail.com>
7370
7371 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
7372 * gdb.cp/cplabel.exp: Ditto.
7373 * gdb.linespec/ls-errs.exp: Ditto.
7374
7375 2019-09-05 Tom de Vries <tdevries@suse.de>
7376
7377 * lib/gdb.exp (cmp_file_string): New proc.
7378 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
7379 runto_main. Verify save breakpoints output.
7380
7381 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7382
7383 * gdb.base/info-var.exp: Test info variables without running
7384 to main, to avoid expect's buffer overflow.
7385
7386 2019-09-03 Tom Tromey <tromey@adacore.com>
7387
7388 * gdb.ada/bias.exp: New file.
7389 * gdb.ada/bias/bias.adb: New file.
7390 * gdb.ada/print_chars.exp: Add regression test.
7391 * gdb.ada/print_chars/foo.adb (My_Character): New type.
7392 (MC): New variable.
7393
7394 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
7395
7396 * gdb.base/argv0-symlink.exp: Run only on native target
7397 and local host.
7398
7399 2019-08-29 Tom de Vries <tdevries@suse.de>
7400
7401 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
7402 diverse debug info.
7403 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
7404
7405 2019-08-28 Tom de Vries <tdevries@suse.de>
7406
7407 * gdb.base/info-var.exp: Allow info variables to print info for files
7408 other than info-var-f1.c and info-var-f2.c.
7409
7410 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7411
7412 * gdb.fortran/info-types.exp: Add module.
7413 * gdb.fortran/info-types.f90: Update expected results.
7414
7415 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7416
7417 * gdb.fortran/info-types.exp: New file.
7418 * gdb.fortran/info-types.f90: New file.
7419 * lib/fortran.exp (fortran_character1): New proc.
7420
7421 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
7422
7423 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
7424 functions'. Reindent as needed.
7425 * gdb.base/info-var-f1.c: New file.
7426 * gdb.base/info-var-f2.c: New file.
7427 * gdb.base/info-var.exp: New file.
7428 * gdb.base/info-var.h: New file.
7429
7430 2019-08-26 Tom de Vries <tdevries@suse.de>
7431
7432 PR c++/24852
7433 * gdb.cp/no-libstdcxx-probe.exp: New test.
7434
7435 2019-08-26 Tom de Vries <tdevries@suse.de>
7436
7437 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
7438 * tests need to be skipped.
7439 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
7440 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
7441 mi_skip_libstdcxx_probe_tests.
7442
7443 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
7444
7445 * gdb.python/py-xmethods.exp: Use raw strings when passing
7446 arguments to SimpleXMethodMatcher.
7447
7448 2019-08-22 Tom de Vries <tdevries@suse.de>
7449
7450 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
7451 more informative.
7452
7453 2019-08-21 Pedro Alves <palves@redhat.com>
7454
7455 * gdb.base/with.exp: Test "with" with no arguments.
7456
7457 2019-08-21 Tom de Vries <tdevries@suse.de>
7458
7459 * gdb.base/gdb-caching-proc.exp: Sort files.
7460
7461 2019-08-20 Tom de Vries <tdevries@suse.de>
7462
7463 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
7464 compilation.
7465
7466 2019-08-16 Tom de Vries <tdevries@suse.de>
7467
7468 * gdb.base/compare-sections.exp ("after run to main"): Allow
7469 mismatched read-only sections for PIE executables.
7470
7471 2019-08-16 Tom Tromey <tom@tromey.com>
7472
7473 * lib/tuiterm.exp (_csi_Z): New proc.
7474 * gdb.tui/basic.exp: Update window positions.
7475 * gdb.tui/empty.exp: Update window positions.
7476
7477 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7478
7479 * gdb.base/examine-backward.exp: Correct regexp for
7480 "examine 3 bytes backward from ${address_zero}".
7481
7482 2019-08-15 Tom Tromey <tom@tromey.com>
7483
7484 * gdb.tui/empty.exp: Enable resizing tests.
7485
7486 2019-08-15 Tom Tromey <tromey@adacore.com>
7487
7488 * gdb.ada/char_enum.exp: Add regression tests.
7489 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
7490 and '0'.
7491 (Char, Gchar): Update.
7492 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
7493
7494 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7495
7496 * gdb.python/python.exp: Expect a leading underscore on
7497 GdbOutput{,Error}File.
7498
7499 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7500
7501 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
7502 Windows host.
7503
7504 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7505
7506 * gdb.base/batch-preserve-term-settings.exp
7507 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
7508
7509 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7510
7511 * lib/gdb.exp: When running on a mingw target, replace
7512 /x/ with x:/.
7513
7514 2019-08-14 Alan Hayward <alan.hayward@arm.com>
7515
7516 * gdb.arch/aarch64-prologue.c: New test.
7517 * gdb.arch/aarch64-prologue.exp: New file.
7518
7519 2019-08-13 Tom de Vries <tdevries@suse.de>
7520
7521 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
7522 Thread.
7523
7524 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
7525
7526 * gdb.python/py-completion.exp: Download the .py file to the host
7527 and use its host pathname. Conditionalize tests that use
7528 tab completion and manipulate files on the build machine.
7529 * gdb.python/py-events.exp: Download the .py file to the host
7530 and use its host pathname.
7531 * gdb.python/py-evsignal.exp: Likewise.
7532 * gdb.python/py-evthreads.exp: Likewise.
7533 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
7534 pathname syntax.
7535 * gdb.python/py-framefilter.exp: Download the .py file to the right
7536 place on the host. Match Windows pathname syntax.
7537 * gdb.python/py-mi-var-info-path-expression.exp: Download the
7538 .py file to the host and use its host pathname.
7539 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
7540 * gdb.python/py-objfile.exp: Expect a host pathname, not a
7541 build pathname. Skip symlink test on Windows host. Add missing
7542 newline at end of file.
7543 * gdb.python/py-pp-maint.exp: Download the .py file to the host
7544 and use its host pathname.
7545 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
7546 * gdb.python/py-section-script.exp: Use host location of binfile
7547 on safe-path. Use correct path separator on Windows host.
7548 Reorder alternatives in gdb_test_multiple to prevent matching
7549 the wrong alternative on success.
7550 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
7551
7552 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
7553
7554 * gdb.gdb/selftest.exp (test_with_self): Update test to now
7555 expect the GDB inferior to no longer immediately stop after
7556 being resumed with "signal SIGINT".
7557
7558 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
7559
7560 * gdb.linespec/break-ask.exp: Generalize regexps to match
7561 Windows pathnames too.
7562
7563 2019-08-08 Tom de Vries <tdevries@suse.de>
7564
7565 PR testsuite/24862
7566 * lib/tuiterm.exp (_accept): Fix CSI regexp.
7567
7568 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7569
7570 * gdb.base/style.exp: Update tests for help doc new invariants.
7571 * gdb.base/help.exp: Likewise.
7572
7573 2019-08-06 Tom Tromey <tom@tromey.com>
7574
7575 * gdb.base/style.exp: Add disassemble test.
7576 * gdb.base/style.c (some_called_function): New function.
7577 (main): Use it.
7578
7579 2019-08-05 Christian Biesinger <cbiesinger@google.com>
7580
7581 * gdb.python/py-block.exp: Test dictionary access on blocks.
7582
7583 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
7584
7585 PR gdb/24863
7586 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
7587 -list-thread-groups --available test when running under
7588 check-read1.
7589
7590 2019-08-05 Tom de Vries <tdevries@suse.de>
7591
7592 PR testsuite/24863
7593 * lib/gdb.exp (with_read1_timeout_factor): New proc.
7594 * gdb.base/help.exp: Use with_read1_timeout_factor.
7595 * gdb.base/info-macros.exp: Same.
7596 * gdb.cp/nested-types.exp: Same.
7597
7598 2019-08-05 Tom de Vries <tdevries@suse.de>
7599
7600 * lib/gdb.exp (version_at_least): Factor out of ...
7601 (tcl_version_at_least): ... here.
7602 (gdb_compile): Fail if pie results in non-PIE executable.
7603 (readelf_version, readelf_prints_pie): New proc.
7604 (exec_is_pie): Return -1 if unknown.
7605
7606 2019-08-05 Tom de Vries <tdevries@suse.de>
7607
7608 * lib/gdb.exp (tcl_version_at_least): Fix typo.
7609
7610 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
7611
7612 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
7613
7614 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
7615
7616 * lib/completion-support.exp (test_gdb_complete_none): Skip
7617 tab completion tests if no readline support.
7618 (test_gdb_complete_unique_re): Likewise.
7619 (test_gdb_complete_multiple): Likewise.
7620
7621 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7622
7623 * gdb.base/info_sources.exp: New file.
7624 * gdb.base/info_sources.c: New file.
7625 * gdb.base/info_sources_base.c: New file.
7626
7627 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
7628
7629 * gdb.base/batch-exit-status.exp: Call test_exit_status with
7630 prefix argument.
7631 (test_exit_status): Add prefix argument.
7632
7633 2019-08-01 Tom de Vries <tdevries@suse.de>
7634
7635 PR testsuite/24863
7636 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
7637 calling exp_continue for new thread and thread exited messages.
7638
7639 2019-08-01 Tom de Vries <tdevries@suse.de>
7640
7641 PR testsuite/24863
7642 * gdb.base/structs.exp: Fix check-read1 timeout using
7643 gdb_test_sequence.
7644 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
7645
7646 2019-08-01 Tom de Vries <tdevries@suse.de>
7647
7648 PR testsuite/24863
7649 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
7650 line.
7651
7652 2019-08-01 Tom de Vries <tdevries@suse.de>
7653
7654 PR testsuite/24863
7655 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
7656
7657 2019-07-30 Tom Tromey <tromey@adacore.com>
7658
7659 * gdb.ada/display_nested.exp: New file.
7660 * gdb.ada/display_nested/foo.adb: New file.
7661 * gdb.ada/display_nested/pack.adb: New file.
7662 * gdb.ada/display_nested/pack.ads: New file.
7663
7664 2019-07-30 Christian Biesinger <cbiesinger@google.com>
7665
7666 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
7667 namespace.
7668 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
7669
7670 2019-07-30 Tom de Vries <tdevries@suse.de>
7671
7672 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
7673 instead.
7674
7675 2019-07-30 Tom de Vries <tdevries@suse.de>
7676
7677 PR testsuite/24834
7678 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
7679 (exec_is_pie): New proc.
7680
7681 2019-07-29 Christian Biesinger <cbiesinger@google.com>
7682
7683 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
7684
7685 2019-07-29 Christian Biesinger <cbiesinger@google.com>
7686
7687 * gdb.python/py-objfile.c: Add global and static vars.
7688 * gdb.python/py-objfile.exp: Test new functions Objfile.
7689 lookup_global_symbol and lookup_static_symbol.
7690
7691 2019-07-29 Tom Tromey <tom@tromey.com>
7692
7693 * lib/tuiterm.exp (Term::_csi_@): New proc.
7694 (Term::_csi_X): Don't move cursor.
7695
7696 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7697
7698 * gdb.base/options.exp: Update backtrace - completion to
7699 new option -frame-info.
7700 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
7701 Test new 'set print frame-info'. Test backtrace -frame-info
7702 overriding 'set print frame-info'.
7703 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
7704 Test new 'set print frame-info'.
7705 Verify consistency of backtrace with and without filters, with and
7706 without -no-filters.
7707 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
7708 default.
7709
7710 2019-07-29 Tom de Vries <tdevries@suse.de>
7711
7712 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
7713 no arguments".
7714
7715 2019-07-29 Tom de Vries <tdevries@suse.de>
7716
7717 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
7718 is a substring of the first for "complete non-unique file name".
7719
7720 2019-07-29 Tom de Vries <tdevries@suse.de>
7721
7722 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
7723 with ".*".
7724
7725 2019-07-29 Tom de Vries <tdevries@suse.de>
7726
7727 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
7728 Pass prompt_regexp parameter to gdb_test_multiple calls.
7729
7730 2019-07-29 Tom de Vries <tdevries@suse.de>
7731
7732 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
7733 print registers" regexps.
7734
7735 2019-07-29 Tom de Vries <tdevries@suse.de>
7736
7737 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
7738
7739 2019-07-29 Tom de Vries <tdevries@suse.de>
7740
7741 PR gdb/24855
7742 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
7743 (skip_python_tests_prompt): Add prompt_regexp argument to
7744 gdb_test_multiple calls.
7745
7746 2019-07-27 Tom Tromey <tom@tromey.com>
7747
7748 * gdb.tui/main.exp: New file.
7749
7750 2019-07-27 Tom Tromey <tom@tromey.com>
7751
7752 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
7753 optional.
7754 * gdb.tui/empty.exp: New file.
7755
7756 2019-07-27 Tom Tromey <tom@tromey.com>
7757
7758 * lib/tuiterm.exp (spawn): New proc.
7759 (Term::resize): New proc.
7760 * gdb.tui/resize.exp: New file.
7761
7762 2019-07-27 Tom Tromey <tom@tromey.com>
7763
7764 * gdb.tui/list.exp: New file.
7765
7766 2019-07-27 Tom Tromey <tom@tromey.com>
7767
7768 * gdb.tui/regs.exp: New file.
7769
7770 2019-07-27 Tom Tromey <tom@tromey.com>
7771
7772 * gdb.tui/basic.exp: Add "layout split" test.
7773
7774 2019-07-27 Tom Tromey <tom@tromey.com>
7775
7776 * gdb.tui/basic.exp: Add "layout asm" test.
7777
7778 2019-07-27 Tom Tromey <tom@tromey.com>
7779
7780 * lib/tuiterm.exp: New file.
7781 * gdb.tui/basic.exp: New file.
7782
7783 2019-07-27 Kevin Buettner <kevinb@redhat.com>
7784
7785 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
7786 Enable tests associated with this flag. Adjust regex
7787 referencing "foo_low" to now refer to "foo_cold" instead.
7788
7789 2019-07-27 Kevin Buettner <kevinb@redhat.com>
7790
7791 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
7792 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
7793 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
7794 foo_cold. Revise comments to match.
7795 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
7796 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
7797 were wrapped into this proc; Call do_test in loop from outermost
7798 level.
7799 (foo_low): Rename all occurrences to "foo_cold".
7800 (backtrace from baz): New test.
7801 (x2/i foo_cold): New test.
7802 (info line *foo_cold): New test.
7803
7804 2019-07-26 Tom de Vries <tdevries@suse.de>
7805
7806 * gdb.arch/i386-pkru.exp: Fix unterminated string.
7807
7808 2019-07-25 Tom de Vries <tdevries@suse.de>
7809
7810 PR testsuite/24830
7811 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
7812 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
7813 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
7814 (skip_libstdcxx_probe_tests): ... here.
7815 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
7816
7817 2019-07-24 Tom de Vries <tdevries@suse.de>
7818
7819 PR testsuite/24807
7820 * gdb.objc/basicclass.m: Include stdio.h.
7821 * gdb.objc/nondebug.m: Same.
7822 * gdb.objc/objcdecode.m: Same.
7823
7824 2019-07-24 Tom de Vries <tdevries@suse.de>
7825
7826 PR testsuite/24612
7827 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
7828 additional_flags.
7829
7830 2019-07-24 Tom de Vries <tdevries@suse.de>
7831
7832 PR testsuite/24831
7833 * gdb.multi/tids.exp: Update error messages for info threads.
7834
7835 2019-07-24 Tom de Vries <tdevries@suse.de>
7836
7837 * gdb.base/info-types.exp: Allow info types to print info for more than
7838 one file.
7839
7840 2019-07-23 Tom de Vries <tdevries@suse.de>
7841
7842 PR testsuite/24842
7843 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
7844 gdb_spawn_with_cmdline_opts.
7845
7846 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
7847
7848 * gdb.arch/arm-cmse-sgstubs.c: New test.
7849 * gdb.arch/arm-cmse-sgstubs.exp: New file.
7850
7851 2019-07-23 Tom de Vries <tdevries@suse.de>
7852
7853 PR testsuite/24711
7854 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
7855 issuing next command.
7856
7857 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
7858
7859 * gdb.ada/info_auto_lang.exp: Update expected results.
7860 * gdb.base/info-types.c: Add additional types to check.
7861 * gdb.base/info-types.exp: Update expected results.
7862
7863 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
7864
7865 * gdb.base/info-types.c: New file.
7866 * gdb.base/info-types.exp: New file.
7867
7868 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
7869
7870 * gdb.arch/riscv-bp-infcall.c: New file.
7871 * gdb.arch/riscv-bp-infcall.exp: New file.
7872
7873 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
7874
7875 PR breakpoints/24541
7876 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
7877
7878 2019-07-14 Tom de Vries <tdevries@suse.de>
7879
7880 PR testsuite/24760
7881 * gdb.objc/basicclass.exp: Fix unterminated string.
7882
7883 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
7884 Andrew Burgess <andrew.burgess@embecosm.com>
7885
7886 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
7887 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
7888 negative bounds.
7889 * gdb.fortran/vla-value.exp: Print elements of an array with
7890 negative bounds.
7891 * gdb.fortran/vla.f90: Setup an array with negative bounds for
7892 testing.
7893
7894 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
7895
7896 * gdb.base/options.exp (expect_string): Dequote strings in
7897 results.
7898 (test-string): Test strings with different quoting and reindent.
7899
7900 2019-07-10 Tom Tromey <tromey@adacore.com>
7901
7902 * gdb.ada/mi_ex_cond.exp: Update expected results.
7903 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
7904 * gdb.ada/mi_catch_ex.exp: Update expected results.
7905 * gdb.ada/mi_catch_assert.exp: Update expected results.
7906 * gdb.ada/catch_ex.exp (catch_exception_info)
7907 (catch_exception_entry, catch_assert_entry)
7908 (catch_unhandled_entry): Update.
7909 * gdb.ada/catch_assert_if.exp: Update expected results.
7910
7911 2019-07-10 Richard Bunt <richard.bunt@arm.com>
7912 Stephen Roberts <stephen.roberts@arm.com>
7913
7914 * gdb.base/define.exp: Restore original prompt.
7915
7916 2019-07-09 Pedro Alves <palves@redhat.com>
7917
7918 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
7919 breakpoints" output.
7920 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
7921 * gdb.python/py-breakpoint.exp: No longer expect that "catch
7922 throw" creates breakpoint.
7923 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
7924 'type="catchpoint"'.
7925
7926 2019-07-09 Pedro Alves <palves@redhat.com>
7927
7928 PR c++/15468
7929 * gdb.cp/except-multi-location-lib.cc: New.
7930 * gdb.cp/except-multi-location-main.cc: New.
7931 * gdb.cp/except-multi-location.exp: New.
7932
7933 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
7934
7935 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
7936 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
7937 argument and update callers.
7938
7939 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7940
7941 * gdb.arch/amd64-break-on-asm-line.S: New file.
7942 * gdb.arch/amd64-break-on-asm-line.exp: New file.
7943
7944 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7945
7946 * gdb.base/printcmds.exp: Test printing C string and
7947 C wide string convenience vars without transiting via the inferior.
7948 Also make test names unique.
7949
7950 2019-07-08 Alan Hayward <alan.hayward@arm.com>
7951
7952 PR breakpoints/25011
7953 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
7954
7955 2019-07-04 Pedro Alves <palves@redhat.com>
7956
7957 * lib/gdb.exp (foreach_with_prefix): Don't return early if
7958 body returned ok(0), break(3) or continue(4).
7959 * gdb.testsuite/foreach_with_prefix.exp: New file.
7960
7961 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7962
7963 * gdb.server/unittest.exp: Allow 0 unit tests to run.
7964
7965 2019-07-03 Pedro Alves <palves@redhat.com>
7966
7967 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
7968 "return -code".
7969
7970 2019-07-03 Pedro Alves <palves@redhat.com>
7971
7972 PR cli/24732
7973 * gdb.base/shell.exp: Load completion-support.exp.
7974 Adjust expected error output. Add completion tests.
7975
7976 2019-07-03 Pedro Alves <palves@redhat.com>
7977
7978 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
7979 string_to_regexp.
7980
7981 2019-07-03 Pedro Alves <palves@redhat.com>
7982
7983 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
7984 (expect_integer): Adjust to expect "-string".
7985 (expect_string): New.
7986 (all_options): Expect "-string".
7987 (test-flag, test-boolean): Adjust to expect "-string".
7988 (test-string): New proc.
7989 (top level): Call it.
7990
7991 2019-07-03 Pedro Alves <palves@redhat.com>
7992
7993 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
7994 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
7995 the expected output in the success.
7996
7997 2019-07-03 Pedro Alves <palves@redhat.com>
7998
7999 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8000 Split one gdb_test_multiple call in two to avoid a race.
8001
8002 2019-07-03 Pedro Alves <palves@redhat.com>
8003
8004 * gdb.base/with.c: New file.
8005 * gdb.base/with.exp: New file.
8006
8007 2019-07-03 Pedro Alves <palves@redhat.com>
8008
8009 * gdb.base/settings.exp: Replace all references to "maint
8010 test-settings set" with references to "maint set test-settings",
8011 and all references to "maint test-settings show" with references
8012 to "maint show test-settings".
8013
8014 2019-07-03 Pedro Alves <palves@redhat.com>
8015
8016 * gdb.base/settings.exp (test-string): Adjust expected out when
8017 testing "maint test-settings show filename"
8018
8019 2019-07-02 Pedro Alves <palves@redhat.com>
8020
8021 * gdb.base/options.exp (test-info-threads): New procedure.
8022 (top level): Call it.
8023
8024 2019-06-28 Tom Tromey <tromey@adacore.com>
8025
8026 * gdb.dwarf2/ada-linkage-name.c: New file.
8027 * gdb.dwarf2/ada-linkage-name.exp: New file.
8028
8029 2019-06-27 Tom Tromey <tromey@adacore.com>
8030
8031 PR c++/20020:
8032 * gdb.cp/constexpr-field.exp: Use setup_xfail.
8033
8034 2019-06-26 Tom de Vries <tdevries@suse.de>
8035
8036 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
8037
8038 2019-06-26 Tom de Vries <tdevries@suse.de>
8039
8040 * gdb.base/index-cache.exp: Add back missing debug option.
8041
8042 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8043
8044 * gdb.base/alias.exp: Test non matching/non existing prefixes.
8045
8046 2019-06-25 Tom de Vries <tdevries@suse.de>
8047
8048 PR testsuite/24727
8049 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
8050
8051 2019-06-24 Tom de Vries <tdevries@suse.de>
8052
8053 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
8054
8055 2019-06-24 Tom de Vries <tdevries@suse.de>
8056
8057 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
8058 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
8059 * gdb.trace/unavailable-dwarf-piece.exp: Same.
8060
8061 2019-06-24 Tom de Vries <tdevries@suse.de>
8062
8063 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
8064
8065 2019-06-21 Tom de Vries <tdevries@suse.de>
8066
8067 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
8068
8069 2019-06-21 Tom de Vries <tdevries@suse.de>
8070
8071 PR testsuite/24518
8072 PR ada/24713
8073 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
8074 index.
8075
8076 2019-06-19 Tom Tromey <tromey@adacore.com>
8077
8078 * gdb.ada/length_cond.exp: Add intro comment.
8079
8080 2019-06-19 Tom Tromey <tromey@adacore.com>
8081
8082 * gdb.ada/length_cond.exp: New file.
8083 * gdb.ada/length_cond/length_cond.adb: New file.
8084 * gdb.ada/length_cond/pck.adb: New file.
8085 * gdb.ada/length_cond/pck.ads: New file.
8086
8087 2019-06-18 Tom de Vries <tdevries@suse.de>
8088
8089 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
8090
8091 2019-06-18 Tom Tromey <tromey@adacore.com>
8092
8093 * gdb.base/list0.h: Add comment explaining control character.
8094
8095 2019-06-18 Tom de Vries <tdevries@suse.de>
8096
8097 * boards/fission.exp: Break up long debug_flags line.
8098
8099 2019-06-16 Tom de Vries <tdevries@suse.de>
8100
8101 PR gdb/24445
8102 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
8103 generated index.
8104
8105 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8106
8107 PR gdb/24686
8108 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
8109 improve detection of bug gdb/24541.
8110
8111 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8112
8113 PR gdb/24669
8114 * gdb.base/index-cache.exp (uses_readnow,
8115 expecting_index_cache_use): Define global variable.
8116 (test_cache_enabled_miss, test_cache_enabled_hit): Use
8117 expecting_index_cache_use.
8118
8119 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8120 Andrew Burgess <andrew.burgess@embecosm.com>
8121
8122 * gdb.fortran/pointers.f90: New file.
8123 * gdb.fortran/print_type.exp: New file.
8124 * gdb.fortran/vla-ptype.exp: Adapt expected results.
8125 * gdb.fortran/vla-type.exp: Likewise.
8126 * gdb.fortran/vla-value.exp: Likewise.
8127 * gdb.mi/mi-vla-fortran.exp: Likewise.
8128
8129 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8130
8131 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
8132 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
8133 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
8134 as a stop reason.
8135
8136 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8137
8138 * gdb.base/annota1.exp: Update expected results.
8139 * gdb.cp/annota2.exp: Likewise.
8140 * gdb.cp/annota3.exp: Likewise.
8141
8142 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8143
8144 * gdb.base/style-logging.exp: Remove path from test name.
8145
8146 2019-06-14 Tom Tromey <tromey@adacore.com>
8147
8148 PR gdb/24502:
8149 * gdb.base/style-logging.exp: New file.
8150
8151 2019-06-14 Tom Tromey <tromey@adacore.com>
8152
8153 * gdb.base/symfile-warn.exp: New file.
8154 * gdb.base/symfile-warn.c: New file.
8155
8156 2019-06-14 Tom Tromey <tromey@adacore.com>
8157
8158 * gdb.base/annotate-symlink.exp: New file.
8159
8160 2019-06-14 Tom Tromey <tromey@adacore.com>
8161
8162 * gdb.ada/set_wstr.exp: Add reassignment test.
8163
8164 2019-06-14 Tom Tromey <tromey@adacore.com>
8165
8166 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
8167 'unchecked_access and 'unrestricted_access as well.
8168
8169 2019-06-14 Tom Tromey <tromey@adacore.com>
8170
8171 PR ada/24539:
8172 * gdb.ada/vla.exp: Update tests.
8173 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
8174 pragma.
8175
8176 2019-06-13 Pedro Alves <palves@redhat.com>
8177
8178 * gdb.base/settings.exp (test-integer): Test junk after
8179 "unlimited".
8180
8181 2019-06-13 Pedro Alves <palves@redhat.com>
8182
8183 * gdb.base/options.exp (test-thread-apply): New.
8184 (top level): Call it.
8185
8186 2019-06-13 Pedro Alves <palves@redhat.com>
8187
8188 * gdb.base/options.exp (test-frame-apply): New.
8189 (top level): Test print commands with different "frame apply"
8190 prefixes.
8191
8192 2019-06-13 Pedro Alves <palves@redhat.com>
8193
8194 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
8195 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
8196 'max_completions' parameter and handle it.
8197 (test_gdb_completion_offers_commands): New.
8198
8199 2019-06-13 Pedro Alves <palves@redhat.com>
8200
8201 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
8202
8203 2019-06-13 Pedro Alves <palves@redhat.com>
8204
8205 * gdb.base/options.exp (test-backtrace): New.
8206 (top level): Call it.
8207
8208 2019-06-13 Pedro Alves <palves@redhat.com>
8209
8210 * gdb.guile/scm-frame-args.exp: Use "set print
8211 raw-frame-arguments" instead of "set print raw frame-arguments".
8212 * gdb.python/py-frame-args.exp: Likewise.
8213
8214 2019-06-13 Pedro Alves <palves@redhat.com>
8215
8216 * gdb.compile/compile.exp: Adjust expected output to option
8217 processing changes.
8218
8219 2019-06-13 Pedro Alves <palves@redhat.com>
8220
8221 * gdb.base/options.exp: Build executable.
8222 (test-print): New procedure.
8223 (top level): Call it, once for "print" and another for "compile
8224 print".
8225
8226 2019-06-13 Pedro Alves <palves@redhat.com>
8227
8228 * gdb.base/options.c: New file.
8229 * gdb.base/options.exp: New file.
8230
8231 2019-06-13 Pedro Alves <palves@redhat.com>
8232
8233 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
8234 that "o" is ambiguous.
8235
8236 2019-06-13 Pedro Alves <palves@redhat.com>
8237
8238 * gdb.base/settings.c: New file.
8239 * gdb.base/settings.exp: New file.
8240
8241 2019-06-13 Pedro Alves <palves@redhat.com>
8242
8243 * gdb.base/completion.exp: Fix comment typo.
8244
8245 2019-06-13 Pedro Alves <palves@redhat.com>
8246
8247 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
8248 foo --1" test.
8249
8250 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8251
8252 * gdb.fortran/block-data.f: New.
8253 * gdb.fortran/block-data.exp: New.
8254
8255 2019-06-11 Tom de Vries <tdevries@suse.de>
8256
8257 PR testsuite/24521
8258 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
8259 message.
8260
8261 2019-06-11 Tom de Vries <tdevries@suse.de>
8262
8263 PR testsuite/24521
8264 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
8265
8266 2019-06-11 Tom de Vries <tdevries@suse.de>
8267
8268 * boards/readnow.exp: New file.
8269
8270 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
8271
8272 * gdb.fortran/vla-sizeof.exp: Update expected results.
8273
8274 2019-06-06 Amos Bird <amosbird@gmail.com>
8275
8276 * gdb.base/annota1.exp (thread_switch): Add test for
8277 thread-exited annotation.
8278
8279 2019-06-06 Tom Tromey <tromey@adacore.com>
8280
8281 * gdb.base/maint.exp: Expect command started/finished output.
8282
8283 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8284
8285 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
8286 comment.
8287 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
8288
8289 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8290
8291 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
8292 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
8293 * gdb.arch/riscv-unwind-long-insn.c: New file.
8294 * gdb.arch/riscv-unwind-long-insn.exp: New file.
8295
8296 2019-06-04 Christian Biesinger <cbiesinger@google.com>
8297
8298 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
8299
8300 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8301
8302 * lib/gdb.exp (help_list_trailer): New regexp variable
8303 factorizing the help trailer message.
8304 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
8305 arg to allow to better factorize various tests.
8306 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
8307 (test_prefix_command_help): Use help_list_trailer.
8308 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
8309 * gdb.guile/scm-cmd.exp: Likewise.
8310 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
8311 * gdb.base/help.exp: Use test_user_defined_class_help.
8312 * gdb.base/style.exp: Add tests for styling of help and apropos.
8313 * lib/gdb-utils.exp (style): Add title and highlight styles.
8314
8315 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8316
8317 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
8318 $_shell_exitsignal.
8319 * gdb.base/default.exp: Update for new convenience variables.
8320
8321 2019-05-29 Tom Tromey <tromey@adacore.com>
8322
8323 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
8324 to "break complete ada" test case's regexp.
8325
8326 2019-05-29 Tom Tromey <tromey@adacore.com>
8327
8328 PR c++/20020:
8329 * gdb.cp/constexpr-field.exp: New file.
8330 * gdb.cp/constexpr-field.cc: New file.
8331
8332 2019-05-29 Tom Tromey <tromey@adacore.com>
8333
8334 * gdb.base/finish.exp (finish_no_print): New proc.
8335 (finish_tests): Call it.
8336
8337 2019-05-24 Tom de Vries <tdevries@suse.de>
8338
8339 * gdb.dwarf2/gdb-add-index.exp: New file.
8340
8341 2019-05-22 Tom Tromey <tromey@adacore.com>
8342
8343 * gdb.base/info-shared.exp (check_info_shared): Use "style".
8344 * gdb.base/style.exp: Use "style".
8345 * lib/gdb-utils.exp (style): New proc.
8346
8347 2019-05-22 Tom de Vries <tdevries@suse.de>
8348
8349 * gdb.base/align.exp: Require c++11.
8350
8351 2019-05-22 Tom de Vries <tdevries@suse.de>
8352
8353 PR testsuite/24586
8354 * gdb.python/py-mi-var-info-path-expression.exp: Call
8355 mi_skip_python_tests to check if python is supported.
8356
8357 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8358
8359 * gdb.arch/aarch64-pauth.c: New test.
8360 * gdb.arch/aarch64-pauth.exp: New file.
8361
8362 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8363
8364 * README (Re-running Tests Outside The Testsuite): New section.
8365
8366 2019-05-21 Tom de Vries <tdevries@suse.de>
8367
8368 * gdb.arch/amd64-eval.exp: Require c++11.
8369 * gdb.base/max-depth.exp: Same.
8370 * gdb.compile/compile-cplus-array-decay.exp: Same.
8371 * gdb.cp/meth-typedefs.exp: Same.
8372 * gdb.cp/subtypes.exp: Same.
8373 * gdb.cp/temargs.exp: Same.
8374
8375 2019-05-21 Alan Hayward <alan.hayward@arm.com>
8376
8377 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
8378
8379 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8380
8381 PR gdb/18644
8382 * gdb.fortran/complex.exp: Remove setup_kfail calls.
8383 * gdb.fortran/printing-types.exp: Add new test.
8384 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
8385 testing.
8386 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
8387 setup_kfail call.
8388
8389 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8390
8391 * README (Running the Testsuite): Change example.
8392 (Testsuite Parameters): Remove TRANSCRIPT.
8393 * lib/gdb.exp: Remove TRANSCRIPT check.
8394
8395 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8396
8397 * README (Testsuite Parameters): Add replay logging to
8398 GDBSERVER_DEBUG.
8399 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
8400 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
8401 as a comma separated list.
8402 (gdb_debug_init): Override procedure.
8403
8404 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8405
8406 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
8407 (gdb_write_cmd_file): New procedure.
8408 * lib/gdbserver-support.exp (gdbserver_start): Call
8409 gdbserver_write_cmd_file.
8410 (gdbserver_write_cmd_file): New procedure.
8411
8412 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8413
8414 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
8415 (delete_breakpoints): Likewise.
8416 (gdb_run_cmd): Likewise.
8417 (gdb_start_cmd): Likewise.
8418 (gdb_starti_cmd): Likewise.
8419 (gdb_internal_error_resync): Likewise.
8420 (gdb_test_multiple): Likewise.
8421 (gdb_reinitialize_dir): Likewise.
8422 (default_gdb_exit): Likewise.
8423 (gdb_file_cmd): Mark kill as optional.
8424 (default_gdb_start): Call gdb_stdin_log_init.
8425 (send_gdb): Call gdb_stdin_log_write.
8426 (rerun_to_main): Mark Y as an answer.
8427 (gdb_stdin_log_init): New function.
8428 (gdb_stdin_log_write): Likewise.
8429
8430 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8431
8432 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
8433 * gdb.base/debug-expr.exp: Likewise.
8434 * gdb.base/foll-fork.exp: Likewise.
8435 * gdb.base/foll-vfork.exp: Likewise.
8436 * gdb.base/fork-print-inferior-events.exp: Likewise.
8437 * gdb.base/gdb-sigterm.exp: Likewise.
8438 * gdb.base/gdbinit-history.exp: Likewise.
8439 * gdb.base/osabi.exp: Likewise.
8440 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
8441 * gdb.base/ui-redirect.exp: Likewise.
8442 * gdb.gdb/unittest.exp: Likewise.
8443 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
8444 * gdb.mi/mi-watch.exp: Likewise.
8445 * gdb.mi/new-ui-mi-sync.exp: Likewise.
8446 * gdb.mi/user-selected-context-sync.exp: Likewise.
8447 * gdb.python/python.exp: Disable debug test when debugging.
8448 * gdb.threads/check-libthread-db.exp: Disable when debugging.
8449 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8450 Likewise.
8451 * gdb.threads/stepi-random-signal.exp: Likewise.
8452
8453 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8454
8455 * Makefile.in: Pass through GDB_DEBUG.
8456 * README (Testsuite Parameters): Add GDB_DEBUG.
8457 (gdb,debug): Add board setting.
8458 * lib/gdb.exp (default_gdb_start): Start debugging.
8459 (gdb_debug_enabled): New procedure.
8460 (gdb_debug_init): Likewise.
8461
8462 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8463
8464 * Makefile.in: Pass through GDB_DEBUG.
8465 * README (Testsuite Parameters): Add GDB_DEBUG.
8466 (gdb,debug): Add board setting.
8467 * lib/gdb.exp (default_gdb_start): Start debugging.
8468 (gdb_debug_enabled): New procedure.
8469 (gdb_debug_init): Likewise.
8470
8471 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8472
8473 * gdb.base/ui-redirect.exp: Add debug redirect tests.
8474
8475 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8476
8477 * gdb.base/ui-redirect.exp: Test redirection.
8478
8479 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
8480
8481 * gdb.mi/mi-complete.exp: New file.
8482 * gdb.mi/mi-complete.cc: Likewise.
8483
8484 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
8485
8486 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
8487 indexed and sliced arrays, and pointers to arrays.
8488
8489 2019-05-14 Tom Tromey <tromey@adacore.com>
8490
8491 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
8492 styling test.
8493
8494 2019-05-14 Tom de Vries <tdevries@suse.de>
8495
8496 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
8497 selection entry encoding.
8498
8499 2019-05-10 Tom Tromey <tromey@adacore.com>
8500
8501 * gdb.ada/info_exc.exp: Add "complete" test.
8502
8503 2019-05-09 Tom de Vries <tdevries@suse.de>
8504
8505 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
8506 CU-relative.
8507
8508 2019-05-09 Tom de Vries <tdevries@suse.de>
8509
8510 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
8511 CU-relative.
8512
8513 2019-05-08 Joel Brobecker <brobecker@adacore.com>
8514
8515 * gdb.ada/frame_arg_lang.exp: New testcase.
8516 * gdb.ada/frame_arg_lang/bla.adb: New file.
8517 * gdb.ada/frame_arg_lang/pck.ads: New file.
8518 * gdb.ada/frame_arg_lang/pck.adb: New file.
8519 * gdb.ada/frame_arg_lang/foo.c: New file.
8520
8521 2019-05-08 Tom Tromey <tromey@adacore.com>
8522
8523 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
8524
8525 2019-05-08 Tom Tromey <tromey@adacore.com>
8526
8527 * gdb.base/ptype-offsets.exp: Update tests.
8528
8529 2019-05-08 Tom Tromey <tromey@adacore.com>
8530
8531 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
8532 cases.
8533 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
8534 "short".
8535
8536 2019-05-08 Tom Tromey <tromey@adacore.com>
8537
8538 * gdb.ada/vla.exp: New file.
8539 * gdb.ada/vla/vla.adb: New file.
8540
8541 2019-05-07 Tom de Vries <tdevries@suse.de>
8542
8543 * gdb.base/index-cache.exp (ls_host): Fix return statement.
8544
8545 2019-05-07 Tom de Vries <tdevries@suse.de>
8546
8547 PR testsuite/24522
8548 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
8549 section.
8550
8551 2019-05-07 Tom de Vries <tdevries@suse.de>
8552
8553 PR testsuite/24522
8554 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
8555 .debug_aranges section.
8556
8557 2019-05-07 Tom de Vries <tdevries@suse.de>
8558
8559 PR testsuite/24159
8560 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
8561
8562 2019-05-06 Tom de Vries <tdevries@suse.de>
8563
8564 * lib/gdb.exp (exec_has_index_section): New proc.
8565 * gdb.base/index-cache.exp: Handle case that binfile contains an index
8566 section.
8567
8568 2019-05-04 Tom de Vries <tdevries@suse.de>
8569
8570 * boards/cc-with-debug-names.exp: New file.
8571
8572 2019-05-03 Tom Tromey <tromey@adacore.com>
8573
8574 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
8575 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
8576 * gdb.ada/char_enum.exp: Add test.
8577
8578 2019-05-03 Tom de Vries <tdevries@suse.de>
8579
8580 * boards/cc-with-gdb-index.exp: New file.
8581
8582 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
8583
8584 * gdb.rust/simple.exp: Add new test case.
8585 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
8586 (main): Initialise an instance of the new struct.
8587
8588 2019-05-01 Tom Tromey <tromey@adacore.com>
8589
8590 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
8591 record.
8592 (NPR): New variable.
8593 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
8594 test.
8595
8596 2019-05-01 Tom Tromey <tromey@adacore.com>
8597
8598 * gdb.ada/packed_array_assign.exp: Add packed assignment
8599 regression test.
8600
8601 2019-05-01 Tom de Vries <tdevries@suse.de>
8602
8603 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
8604
8605 2019-05-01 Tom de Vries <tdevries@suse.de>
8606
8607 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
8608
8609 2019-04-30 Ali Tamur <tamur@google.com>
8610
8611 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
8612
8613 2019-04-30 Tom Tromey <tromey@adacore.com>
8614
8615 * lib/ada.exp (find_ada_tool): New proc.
8616 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
8617 * gdb.ada/catch_ex_std.exp: New file.
8618 * gdb.ada/catch_ex_std/foo.adb: New file.
8619 * gdb.ada/catch_ex_std/some_package.adb: New file.
8620 * gdb.ada/catch_ex_std/some_package.ads: New file.
8621
8622 2019-04-30 Tom Tromey <tromey@adacore.com>
8623
8624 PR c++/24470:
8625 * gdb.cp/temargs.cc: Add test code from PR.
8626
8627 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8628
8629 * gdb.fortran/vla-datatypes.exp: Update expected results.
8630 * gdb.fortran/vla-ptype.exp: Likewise.
8631 * gdb.fortran/vla-type.exp: Likewise.
8632 * gdb.fortran/vla-value.exp: Likewise.
8633
8634 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8635
8636 * gdb.fortran/ptr-indentation.exp: Update expected results.
8637 * gdb.fortran/ptype-on-functions.exp: Likewise.
8638 * gdb.fortran/vla-ptr-info.exp: Likewise.
8639 * gdb.fortran/vla-value.exp: Likewise.
8640
8641 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8642
8643 * gdb.fortran/ptype-on-functions.exp: New file.
8644 * gdb.fortran/ptype-on-functions.f90: New file.
8645
8646 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8647
8648 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
8649 case void string.
8650
8651 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8652
8653 * gdb.fortran/complex.exp: Expand.
8654 * gdb.fortran/complex.f: Renamed to...
8655 * gdb.fortran/complex.f90: ...this, and extended to add more
8656 complex values.
8657
8658 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8659
8660 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
8661 MODULO, CMPLX.
8662
8663 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8664 Richard Bunt <richard.bunt@arm.com>
8665
8666 * gdb.base/max-depth.c: New file.
8667 * gdb.base/max-depth.exp: New file.
8668 * gdb.python/py-nested-maps.c: New file.
8669 * gdb.python/py-nested-maps.exp: New file.
8670 * gdb.python/py-nested-maps.py: New file.
8671 * gdb.python/py-format-string.exp (test_max_depth): New proc.
8672 (test_all_common): Call test_max_depth.
8673 * gdb.fortran/max-depth.exp: New file.
8674 * gdb.fortran/max-depth.f90: New file.
8675 * gdb.go/max-depth.exp: New file.
8676 * gdb.go/max-depth.go: New file.
8677 * gdb.modula2/max-depth.exp: New file.
8678 * gdb.modula2/max-depth.c: New file.
8679 * lib/gdb.exp (get_print_expr_at_depths): New proc.
8680
8681 2019-04-29 Tom de Vries <tdevries@suse.de>
8682
8683 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
8684
8685 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8686
8687 * gdb.base/callexit.exp: Test may-call-functions off.
8688
8689 2019-04-25 Keith Seitz <keiths@redhat.com>
8690
8691 PR c++/24367
8692 * gdb.cp/meth-typedefs.cc (incomplete_struct)
8693 (another_incomplete_struct, test_incomplete): New definitions.
8694 (main): Use new definitions.
8695 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
8696 functions.
8697
8698 2019-04-25 Ali Tamur <tamur@google.com>
8699
8700 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
8701
8702 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
8703
8704 PR corefiles/11608
8705 PR corefiles/18187
8706 * gdb.base/coredump-filter-build-id.exp: New file.
8707
8708 2019-04-25 Alan Hayward <alan.hayward@arm.com>
8709
8710 * Makefile.in: Pass through GDBSERVER_DEBUG.
8711 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
8712 (gdbserver,debug): Add board setting.
8713 * gdb.trace/tspeed.exp: Skip when debugging.
8714 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
8715 * lib/gdbserver-support.exp: Likewise
8716
8717 2019-04-24 Tom Tromey <tromey@adacore.com>
8718
8719 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
8720 Rust.
8721
8722 2019-04-24 Tom Tromey <tromey@adacore.com>
8723
8724 * gdb.arch/amd64-eval.exp: Test bitfield return.
8725 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
8726 (class Foo) <return_bitfields>: New method.
8727 (main): Call it.
8728
8729 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8730
8731 * gdb.cp/many-args.cc: New file.
8732 * gdb.cp/many-args.exp: New file.
8733
8734 2019-04-23 Tom de Vries <tdevries@suse.de>
8735
8736 PR gdb/24433
8737 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
8738
8739 2019-04-23 Alan Hayward <alan.hayward@arm.com>
8740
8741 * gdb.trace/backtrace.exp: Use nopie flag.
8742 * gdb.trace/circ.exp: Likewise.
8743 * gdb.trace/collection.exp: Likewise.
8744 * gdb.trace/ftrace.exp: Likewise.
8745 * gdb.trace/mi-trace-unavailable.exp: Likewise.
8746 * gdb.trace/mi-traceframe-changed.exp: Likewise.
8747 * gdb.trace/qtro.exp: Likewise.
8748 * gdb.trace/read-memory.exp: Likewise.
8749 * gdb.trace/report.exp: Likewise.
8750 * gdb.trace/tfile.exp: Likewise.
8751 * gdb.trace/tfind.exp: Likewise.
8752 * gdb.trace/unavailable.exp: Likewise.
8753
8754 2019-04-22 Pedro Alves <palves@redhat.com>
8755
8756 * gdb.base/solib-probes-nosharedlibrary.c,
8757 gdb.base/solib-probes-nosharedlibrary.exp: New files.
8758
8759 2019-04-19 Tom Tromey <tromey@adacore.com>
8760
8761 * gdb.ada/ptype_union.c: New file.
8762 * gdb.ada/ptype_union.exp: New file.
8763
8764 2019-04-19 Tom Tromey <tromey@adacore.com>
8765
8766 PR symtab/24423:
8767 * gdb.base/list0.h (foo): Add a control-l character.
8768
8769 2019-04-18 Tom de Vries <tdevries@suse.de>
8770
8771 PR gdb/24433
8772 * boards/local-board.exp: Set sysroot to "".
8773
8774 2019-04-18 Tom de Vries <tdevries@suse.de>
8775 Pedro Alves <palves@redhat.com>
8776
8777 PR gdb/24454
8778 * gdb.threads/vfork-follow-child-exec.c: New file.
8779 * gdb.threads/vfork-follow-child-exec.exp: New file.
8780 * gdb.threads/vfork-follow-child-exit.c: New file.
8781 * gdb.threads/vfork-follow-child-exit.exp: New file.
8782
8783 2019-04-15 Leszek Swirski <leszeks@google.com>
8784
8785 * gdb.arch/amd64-eval.cc: New file.
8786 * gdb.arch/amd64-eval.exp: New file.
8787
8788 2019-04-11 Alan Hayward <alan.hayward@arm.com>
8789
8790 * gdb.server/sysroot.c: New test.
8791 * gdb.server/sysroot.exp: New file.
8792 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
8793 matching param.
8794
8795 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8796
8797 * gdb.base/align.exp: Extend test to cover structures containing
8798 only static fields.
8799
8800 2019-04-11 Tom de Vries <tdevries@suse.de>
8801
8802 * boards/cc-with-dwz-m.exp: New file.
8803 * boards/cc-with-dwz.exp: New file.
8804 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
8805
8806 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
8807
8808 * gdb.base/start-cpp.exp: New file.
8809 * gdb.base/start-cpp.cc: New file.
8810
8811 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8812
8813 * gdb.python/py-thrhandle.exp: Adjust tests to call
8814 thread_from_handle instead of thread_from_thread_handle.
8815
8816 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8817
8818 * gdb.python/py-thrhandle.exp: Add tests for
8819 gdb.InferiorThread.handle.
8820
8821 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
8822
8823 * gdb.python/py-function.exp: Check calling helper function from
8824 all languages.
8825 * lib/gdb.exp (gdb_supported_languages): New proc.
8826
8827 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
8828
8829 * gdb.base/complex-parts.c: New file.
8830 * gdb.base/complex-parts.exp: New file.
8831
8832 2019-04-01 Tom Tromey <tromey@adacore.com>
8833
8834 PR symtab/23331:
8835 * gdb.dwarf2/dw2-ranges-main.c: New file.
8836 * gdb.dwarf2/dw2-ranges-psym.c: New file.
8837 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
8838
8839 2019-03-30 Simon Marchi <simark@simark.ca>
8840
8841 * gdb.base/default.exp: Add values for $_gdb_major and
8842 $_gdb_minor.
8843
8844 2019-03-29 Tom Tromey <tromey@adacore.com>
8845
8846 * gdb.base/help.exp: Tighten apropos regexp.
8847
8848 2019-03-29 Keith Seitz <keiths@redhat.com>
8849
8850 * gdb.fortran/array-bounds.exp: New file.
8851 * gdb.fortran/array-bounds.f90: New file.
8852
8853 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8854
8855 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
8856
8857 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8858
8859 * gdb.multi/hello.c (main): Increase alarm timer.
8860
8861 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
8862
8863 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
8864 factor when no hardware watchpoint support.
8865
8866 2019-03-28 Alan Hayward <alan.hayward@arm.com>
8867 Pedro Alves <palves@redhat.com>
8868
8869 * boards/local-board.exp: set sysroot to /.
8870
8871 2019-03-27 Alan Hayward <alan.hayward@arm.com>
8872
8873 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
8874 in child.
8875
8876 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8877
8878 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
8879 field.
8880 (make_container): Initialise new field.
8881 * gdb.python/py-prettyprint.exp: Add new tests.
8882 * gdb.python/py-prettyprint.py (class ContainerPrinter)
8883 <display_hint>: New method.
8884
8885 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8886
8887 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
8888 gdb_continue_to_breakpoint more throughout this test.
8889 (run_lang_tests) Supply unique test names, and use
8890 gdb_test_no_output.
8891
8892 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8893
8894 * gdb.base/finish-pretty.exp: Update expected results.
8895 * gdb.base/pretty-print.c: New file.
8896 * gdb.base/pretty-print.exp: New file.
8897
8898 2019-03-25 Pedro Alves <palves@redhat.com>
8899
8900 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
8901 move comments outside list. Append '-i "" eof' section.
8902
8903 2019-03-22 Alan Hayward <alan.hayward@arm.com>
8904
8905 PR testsuite/25016
8906 * README: Add pie options.
8907 * gdb.base/break-interp.exp: Ensure pie is disabled.
8908 * gdb.base/dump.exp: Likewise.
8909 * lib/gdb.exp (gdb_compile): Add pie option.
8910
8911 2019-03-19 Tom Tromey <tromey@adacore.com>
8912
8913 * gdb.mi/mi2-cli-display.c: New file.
8914 * gdb.mi/mi2-cli-display.exp: New file.
8915
8916 2019-03-18 Joel Brobecker <brobecker@adacore.com>
8917 Tom Tromey <tromey@adacore.com>
8918
8919 * gdb.ada/ptype_array/pck.adb: New file.
8920 * gdb.ada/ptype_array/pck.ads: New file.
8921 * gdb.ada/ptype_array/foo.adb: New file.
8922 * gdb.ada/ptype_array.exp: New file.
8923
8924 2019-03-14 Tom Tromey <tromey@adacore.com>
8925
8926 * gdb.base/style.exp: Add "set style sources" test.
8927
8928 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
8929
8930 * mi-breakpoint-location-ena-dis.exp: Rename to ...
8931 * mi-breakpoint-multiple-locations.exp: ... this.
8932 (make_breakpoints_pattern): New proc.
8933 (do_test): Add mi_version parameter, test -break-insert,
8934 -break-info and =breakpoint-created.
8935
8936 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
8937
8938 * config/default.exp: Remove 'load_lib gdb.exp'.
8939 * config/monitor.exp: Likewise.
8940 * config/sid.exp: Likewise.
8941 * config/sim.exp: Likewise.
8942 * config/slite.exp: Likewise.
8943 * config/unix.exp: Likewise.
8944 * gdb.base/default.exp: Remove unhelpful comment.
8945
8946 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8947
8948 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
8949
8950 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8951
8952 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
8953
8954 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8955
8956 * gdb.fortran/type-kinds.exp: Update expected results.
8957
8958 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8959
8960 * gdb.fortran/type-kinds.exp: Test new integer type kind.
8961
8962 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8963
8964 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
8965 function.
8966 (test_basic_parsing_of_type_kinds): Expand types tested.
8967 (test_parsing_invalid_type_kinds): New function.
8968
8969 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8970
8971 * gdb.fortran/intrinsics.exp: New file.
8972 * gdb.fortran/intrinsics.f90: New file.
8973 * gdb.fortran/type-kinds.exp: New file.
8974
8975 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8976
8977 * gdb.fortran/dot-ops.exp: New file.
8978
8979 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8980
8981 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
8982 Check upper and lower case logical literals.
8983
8984 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8985
8986 * gdb.fortran/types.exp (test_float_literal_types_accepted):
8987 Remove duplicate tests.
8988
8989 2019-03-06 Alan Hayward <alan.hayward@arm.com>
8990
8991 * lib/gdb.exp (builtin_cd): rename of cd.
8992 (cd): Override builtin.
8993
8994 2019-03-06 Richard Bunt <richard.bunt@arm.com>
8995
8996 * gdb.fortran/function-calls.exp: New file.
8997 * gdb.fortran/function-calls.f90: New test.
8998
8999 2019-03-04 Richard Bunt <richard.bunt@arm.com>
9000
9001 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
9002 on user program standard output.
9003 * gdb.fortran/short-circuit-argument-list.f90: Record function
9004 calls.
9005
9006 2019-02-28 Alan Hayward <alan.hayward@arm.com>
9007
9008 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
9009 failure.
9010
9011 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9012
9013 PR gdb/8527
9014 * gdb.base/interrupt-daemon-attach.c,
9015 gdb.base/interrupt-daemon-attach.exp: New test.
9016
9017 2019-02-27 Pedro Alves <palves@redhat.com>
9018
9019 * gdb.base/page.exp: Add tests for "set width/height -1".
9020
9021 2019-02-27 Pedro Alves <palves@redhat.com>
9022
9023 * gdb.base/page.exp: Add tests for "set/show width/height" with
9024 "infinite" values.
9025
9026 2019-02-27 Tom Tromey <tromey@adacore.com>
9027
9028 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
9029 2.4.
9030 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
9031 workaround.
9032
9033 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
9034
9035 * gdb.base/align.exp: Extend to compile in both C and C++, and add
9036 tests for structs with static members.
9037
9038 2019-02-26 Tom Tromey <tromey@adacore.com>
9039
9040 * gdb.python/py-value.exp (test_value_from_buffer): Check for
9041 ValueError, not TypeError.
9042
9043 2019-02-26 Kevin Buettner <kevinb@redhat.com>
9044
9045 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
9046 call from main program.
9047
9048 2019-02-23 Joel Brobecker <brobecker@adacore.com>
9049
9050 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
9051 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
9052 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
9053 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
9054 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
9055
9056 2019-02-22 Keith Seitz <keiths@redhat.com>
9057
9058 PR symtab/23853
9059 * gdb.base/symlink-sourcefile.c: New file.
9060 * gdb.base/symlink-sourcefile.exp: New file.
9061
9062 2019-02-20 Tom Tromey <tom@tromey.com>
9063
9064 * gdb.base/info_qt.exp: Update.
9065
9066 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
9067
9068 * gdb.base/source.exp: Move "error in sourced script" code to
9069 the end.
9070 * gdb.base/source-error.gdb: Move contents to
9071 source-error-1.gdb. Add new code to source source-error-1.gdb.
9072 * gdb.base/source-error-1.gdb: New file, from previous
9073 source-error.gdb.
9074
9075 2019-02-17 Tom Tromey <tom@tromey.com>
9076
9077 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
9078 for macro styling.
9079 * gdb.base/style.c (SOME_MACRO): New macro.
9080
9081 2019-02-17 Tom Tromey <tom@tromey.com>
9082
9083 * gdb.base/style.exp: Add line-wrapping tests.
9084 * gdb.base/page.exp: Add test for quitting during pagination.
9085
9086 2019-02-17 Joel Brobecker <brobecker@adacore.com>
9087
9088 * gdb.ada/big_packed_array: New testcase.
9089 * gdb.ada/homonym.exp: Fix incorrect expected output for
9090 "break <homonym__get_value>" test.
9091
9092 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
9093
9094 PR breakpoints/21870
9095 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
9096 and prepare_for_testing. Add comment.
9097 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
9098 redundant cleanup call. Clean up comment.
9099
9100 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
9101
9102 PR breakpoints/21870
9103 * gdb.arch/aarch64-dbreg-contents.exp: New file.
9104 * gdb.arch/aarch64-dbreg-contents.c: New file.
9105
9106 2019-02-10 Joel Brobecker <brobecker@adacore.com>
9107
9108 * gdb.ada/mi_ref_changeable: New testcase.
9109
9110 2019-02-07 Alan Hayward <alan.hayward@arm.com>
9111
9112 * gdb.base/attach.exp: Add double attach test.
9113
9114 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
9115
9116 * lib/gdb.exp (default_gdb_start): Don't match pagination
9117 prompt.
9118 (gdb_init): Set stty_init.
9119
9120 2019-01-27 Tom Tromey <tom@tromey.com>
9121
9122 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
9123 skip_python_tests.
9124
9125 2019-01-24 Alan Hayward <alan.hayward@arm.com>
9126
9127 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
9128 New structure.
9129 (struct struct_static_02_02): Likewise.
9130 (struct struct_static_02_03): Likewise.
9131 (struct struct_static_02_04): Likewise.
9132 (struct struct_static_04_01): Likewise.
9133 (struct struct_static_04_02): Likewise.
9134 (struct struct_static_04_03): Likewise.
9135 (struct struct_static_04_04): Likewise.
9136 (struct struct_static_06_01): Likewise.
9137 (struct struct_static_06_02): Likewise.
9138 (struct struct_static_06_03): Likewise.
9139 (struct struct_static_06_04): Likewise.
9140 (cmp_struct_static_02_01): Likewise.
9141 (cmp_struct_static_02_02): Likewise.
9142 (cmp_struct_static_02_03): Likewise.
9143 (cmp_struct_static_02_04): Likewise.
9144 (cmp_struct_static_04_01): Likewise.
9145 (cmp_struct_static_04_02): Likewise.
9146 (cmp_struct_static_04_03): Likewise.
9147 (cmp_struct_static_04_04): Likewise.
9148 (cmp_struct_static_06_01): Likewise.
9149 (cmp_struct_static_06_02): Likewise.
9150 (cmp_struct_static_06_03): Likewise.
9151 (cmp_struct_static_06_04): Likewise.
9152 (call_all): Test new structs.
9153 * gdb.base/infcall-nested-structs.exp: Likewise.
9154
9155 2019-01-21 Alan Hayward <alan.hayward@arm.com>
9156 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
9157
9158 2019-01-21 Alan Hayward <alan.hayward@arm.com>
9159 * gdb.base/stack-protector.c: New test.
9160 * gdb.base/stack-protector.exp: New file.
9161 * gdb.cp/ovldbreak.exp: Only allow a single break line.
9162 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
9163 option.
9164 (gdb_compile): Remove stack protector for GCC and prevent
9165 recursion.
9166
9167 2019-01-16 Keith Seitz <keiths@redhat.com>
9168
9169 PR gdb/23773
9170 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
9171
9172 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9173
9174 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
9175 aliases.
9176 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
9177 tests.
9178 * gdb.arch/powerpc-vector-regs.c: New file.
9179 * gdb.arch/powerpc-vector-regs.exp: New file.
9180
9181 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9182
9183 * gdb.arch/altivec-regs.exp: Fix the list passed to
9184 gdb_expect_list when testing "info vector".
9185
9186 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
9187
9188 * gdb.base/style.exp: Don't include path in testname.
9189
9190 2019-01-10 Keith Seitz <keiths@redhat.com>
9191
9192 PR gdb/23712
9193 PR symtab/23010
9194 * gdb.dwarf2/multidictionary.exp: New file.
9195
9196 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
9197
9198 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
9199 (test_gnuv3_style_demangling): ... this.
9200 (test_lucid_style_demangling): Remove.
9201 (test_arm_style_demangling): Remove.
9202 (test_hp_style_demangling): Remove.
9203 (do_tests): Remove calls to the above.
9204
9205 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
9206
9207 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
9208 case.
9209
9210 2019-01-06 Tom Tromey <tom@tromey.com>
9211
9212 PR gdb/28155:
9213 * gdb.dwarf2/typedef-void-finish.exp: New file.
9214
9215 2018-12-28 Tom Tromey <tom@tromey.com>
9216 Simon Marchi <simark@simark.ca>
9217
9218 * gdb.base/jit-exec.exp: New file.
9219 * gdb.base/jit-exec.c: New file.
9220 * gdb.base/jit-execd.c: New file.
9221
9222 2018-12-28 Tom Tromey <tom@tromey.com>
9223
9224 * gdb.base/style.exp: Update test to check for address styling.
9225
9226 2018-12-28 Tom Tromey <tom@tromey.com>
9227
9228 * gdb.base/style.exp: Add test for styling of "Reading symbols"
9229 message.
9230
9231 2018-12-28 Tom Tromey <tom@tromey.com>
9232
9233 * gdb.base/style.exp: Add test for version number styling.
9234
9235 2018-12-28 Tom Tromey <tom@tromey.com>
9236
9237 * gdb.base/style.exp: Add test for print_address_symbolic.
9238
9239 2018-12-28 Tom Tromey <tom@tromey.com>
9240
9241 * gdb.base/style.exp: Add test for breakpoint setting.
9242
9243 2018-12-28 Tom Tromey <tom@tromey.com>
9244
9245 * gdb.base/style.exp: Add test for variable names.
9246
9247 2018-12-28 Tom Tromey <tom@tromey.com>
9248
9249 * gdb.base/style.exp: New file.
9250 * gdb.base/style.c: New file.
9251
9252 2018-12-28 Tom Tromey <tom@tromey.com>
9253
9254 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
9255 "dumb".
9256 * gdb.base/readline.exp (operate_and_get_next): Save and restore
9257 the TERM environment variable.
9258
9259 2018-12-27 Tom Tromey <tom@tromey.com>
9260
9261 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
9262 pagination test.
9263
9264 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
9265
9266 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
9267 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
9268
9269 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9270
9271 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
9272 Filename a.adb changed to bp_fun_addr.adb.
9273 gdb.ada/bp_fun_addr.exp: Update test accordingly.
9274
9275 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
9276
9277 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
9278 non-PIE executables.
9279 * README: Mention the gdb,nopie_flag board setting.
9280 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
9281 non-PIE executable.
9282 * gdb.arch/amd64-entry-value.exp: Likewise.
9283 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
9284 * gdb.arch/i386-float.exp: Likewise.
9285 * gdb.arch/i386-signal.exp: Likewise.
9286 * gdb.mi/mi-reg-undefined.exp: Likewise.
9287
9288 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
9289
9290 PR gdb/23974
9291 * gdb.base/info-os.exp: Check return for unknown "info os" type.
9292
9293 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9294
9295 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
9296 Update order of results accordingly.
9297
9298 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
9299
9300 * gdb.base/annota1.exp: Update a test regexp.
9301
9302 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9303
9304 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
9305
9306 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9307
9308 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
9309 (reuse_time): Initialize to REUSE_TIME_CAP.
9310 (check_rc): New function.
9311 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
9312 Check pthread_create rc.
9313 (spawner_thread_func): Check pthread_create and pthread_join rc.
9314
9315 2018-12-08 Pedro Alves <palves@redhat.com>
9316
9317 * gdb.base/list.exp (test_forward_search): Rename to ...
9318 (test_forward_reverse_search): ... this. Also test reverse-search
9319 and the forward-search alias.
9320
9321 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
9322
9323 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
9324 local timeout variable before return, and remove all local timeout
9325 variable entirely.
9326 (gdb_load): Likewise.
9327
9328 2018-12-01 Tom de Vries <tdevries@suse.de>
9329
9330 * gdb.base/gdb-caching-proc.exp: New file.
9331
9332 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
9333
9334 * Makefile.in (TIMESTAMP): New variable.
9335 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
9336 command.
9337 (check-single-racy): Likewise.
9338 (check/%.exp): Likewise.
9339 (check-racy/%.exp): Likewise.
9340 (workers/%.worker): Likewise.
9341 (build-perf): Likewise.
9342 (check-perf): Likewise.
9343 * README: Describe new "TS" and "TS_FORMAT" variables.
9344 * print-ts.py: New file.
9345
9346 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
9347
9348 PR python/23714
9349 * gdb.python/python.exp: Test command repetition after
9350 gdb.execute.
9351
9352 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
9353
9354 * gdb.opt/inline-break.exp: Add test that info breakpoint output
9355 is correctly aligned.
9356
9357 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9358
9359 * gdb.ada/info_auto_lang.exp: New testcase.
9360 * gdb.ada/info_auto_lang/global_pack.ads: New file.
9361 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
9362 * gdb.ada/info_auto_lang/some_c.c: New file.
9363
9364 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9365
9366 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
9367 FUNC_lang language syntax.
9368
9369 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9370
9371 * gdb.base/info_minsym.c: New file.
9372 * gdb.base/info_minsym.exp: New file.
9373
9374 2018-11-19 Tom Tromey <tom@tromey.com>
9375
9376 PR rust/23625:
9377 * gdb.rust/simple.exp: Add ptype test. Update expected output.
9378 * gdb.rust/expr.exp: Update expected output. Change one test.
9379
9380 2018-11-19 Tom Tromey <tom@tromey.com>
9381
9382 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
9383
9384 2018-11-19 Pedro Alves <palves@redhat.com>
9385
9386 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
9387 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
9388 see the expected warning.
9389
9390 2018-11-16 Alan Hayward <alan.hayward@arm.com>
9391
9392 PR gdb/22736:
9393 * gdb.cp/infcall-nodebug-lib.c: New test.
9394 * gdb.cp/infcall-nodebug-main.c: New test.
9395 * gdb.cp/infcall-nodebug.exp: New file.
9396
9397 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
9398
9399 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
9400 completer tests.
9401
9402 2018-11-09 Tom de Vries <tdevries@suse.de>
9403
9404 * gdb.base/msym-lang.c: New test.
9405 * gdb.base/msym-lang.exp: New file.
9406 * gdb.base/msym-lang-main.c: New test.
9407
9408 2018-11-08 Tom Tromey <tom@tromey.com>
9409
9410 PR gdb/23555:
9411 PR gdb/23838:
9412 * gdb.base/warning.exp: New file.
9413
9414 2018-11-08 Jan Beulich <jbeulich@suse.com>
9415
9416 * testsuite/gdb.arch/i386-avx512.c,
9417 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
9418
9419 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
9420
9421 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
9422 point hardware.
9423
9424 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
9425
9426 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
9427 * gdb.dwarf2/missing-type-name.exp: New file.
9428
9429 2018-11-06 Tom de Vries <tdevries@suse.de>
9430
9431 * gdb.base/many-headers.c: New test.
9432 * gdb.base/many-headers.exp: New file.
9433
9434 2018-11-06 Jim Wilson <jimw@sifive.com>
9435
9436 * gdb.base/code_elim.exp: For riscv, set additional_flags
9437 to include -msmall-data-limit=0.
9438
9439 2018-11-01 Joel Brobecker <brobecker@adacore.com>
9440
9441 * gdb.ada/watch_minus_l: New testcase.
9442
9443 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
9444
9445 * gdb.arch/aix-sighandle.c: New file.
9446 * gdb.arch/aix-sighandle.exp: New file.
9447
9448 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9449
9450 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
9451 registers being unions.
9452
9453 2018-10-31 Tom de Vries <tdevries@suse.de>
9454
9455 * lib/valgrind.exp: New file.
9456 (vgdb_start, vgdb_stop): New procs, factored out of ...
9457 * gdb.base/valgrind-bt.exp: ... here, ...
9458 * gdb.base/valgrind-disp-step.exp: ... here and ...
9459 * gdb.base/valgrind-infcall.exp: ... here.
9460
9461 2018-10-31 Tom de Vries <tdevries@suse.de>
9462
9463 * lib/gdb.exp (get_valueof): Don't output read value in test name.
9464
9465 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9466
9467 * gdb.dwarf2/void-type.c: New file.
9468 * gdb.dwarf2/void-type.exp: New file.
9469
9470 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9471
9472 * gdb.base/info_qt.c: New file.
9473 * gdb.base/info_qt.exp: New file.
9474
9475 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9476
9477 * gdb.arch/powerpc-htm-regs.c: New file.
9478 * gdb.arch/powerpc-htm-regs.exp: New file.
9479
9480 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9481
9482 * gdb.arch/powerpc-tar.c: New file.
9483 * gdb.arch/powerpc-tar.exp: New file.
9484
9485 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9486
9487 * gdb.arch/powerpc-ppr-dscr.c: New file.
9488 * gdb.arch/powerpc-ppr-dscr.exp: New file.
9489
9490 2018-10-25 Tom de Vries <tdevries@suse.de>
9491
9492 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
9493
9494 2018-10-24 Tom de Vries <tdevries@suse.de>
9495
9496 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
9497 longer exists error.
9498
9499 2018-10-24 Tom de Vries <tdevries@suse.de>
9500
9501 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
9502
9503 2018-10-24 Tom de Vries <tdevries@suse.de>
9504
9505 * gdb.base/valgrind-db-attach.exp: Handle removed support for
9506 --db-attach in valgrind.
9507
9508 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
9509
9510 * gdb.arch/riscv-reg-aliases.c: New file.
9511 * gdb.arch/riscv-reg-aliases.exp: New file.
9512
9513 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9514
9515 * gdb.python/py-cmd.exp: Check for gdb_prompt.
9516
9517 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9518
9519 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
9520
9521 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9522
9523 * gdb.cp/ovldbreak.exp: Fix regexps.
9524
9525 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9526
9527 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
9528
9529 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
9530
9531 PR cli/23785
9532 * gdb.base/restore.exp: New test to check if "restore" with an
9533 invalid file doesn't segfault.
9534
9535 2018-10-18 Tom de Vries <tdevries@suse.de>
9536
9537 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
9538 * gdb.ada/excep_handle.exp: Same.
9539 * gdb.ada/mi_string_access.exp: Same.
9540 * gdb.ada/mi_var_union.exp: Same.
9541 * gdb.arch/arc-analyze-prologue.exp: Same.
9542 * gdb.arch/arc-decode-insn.exp: Same.
9543 * gdb.base/readnever.exp: Same.
9544 * gdb.fortran/printing-types.exp: Same.
9545 * gdb.guile/scm-lazy-string.exp: Same.
9546
9547 2018-10-16 Tom de Vries <tdevries@suse.de>
9548
9549 PR gdb/23730
9550 * gdb.base/catch-follow-exec.c: Add copyright notice.
9551 * gdb.base/catch-follow-exec.exp: Rewrite to use
9552 gdb_spawn_with_cmdline_opts. Require gdb-native.
9553
9554 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
9555
9556 * gdb.trace/actions-changed.exp: Check for arch support.
9557 * gdb.trace/actions.exp: Likewise.
9558 * gdb.trace/ax.exp: Likewise.
9559 * gdb.trace/backtrace.exp: Likewise.
9560 * gdb.trace/change-loc.exp: Likewise.
9561 * gdb.trace/deltrace.exp: Likewise.
9562 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
9563 * gdb.trace/ftrace.exp: Likewise.
9564 * gdb.trace/infotrace.exp: Check for arch support.
9565 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
9566 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
9567 * gdb.trace/mi-tsv-changed.exp: Likewise.
9568 * gdb.trace/packetlen.exp: Likewise.
9569 * gdb.trace/passc-dyn.exp: Likewise.
9570 * gdb.trace/passcount.exp: Likewise.
9571 * gdb.trace/pending.exp: Likewise.
9572 * gdb.trace/range-stepping.exp: Check for shlib support.
9573 * gdb.trace/report.exp: Check for arch support.
9574 * gdb.trace/save-trace.exp: Likewise.
9575 * gdb.trace/signal.exp: Check for signal support.
9576 * gdb.trace/tfind.exp: Check for arch support.
9577 * gdb.trace/trace-break.exp: Check for arch and shlib support.
9578 * gdb.trace/trace-common.h: Add comment.
9579 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
9580 * gdb.trace/trace-enable-disable.exp: Likewise.
9581 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
9582 * gdb.trace/tracecmd.exp: Check for arch support.
9583 * gdb.trace/tspeed.exp: Check for shlib and target support.
9584 * gdb.trace/tstatus.exp: Check for arch support.
9585 * gdb.trace/tsv.exp: Likewise.
9586 * gdb.trace/while-dyn.exp: Likewise.
9587 * gdb.trace/while-stepping.exp: Likewise.
9588 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
9589
9590 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
9591
9592 * gdb.trace/tspeed.exp: Remove nowarnings.
9593 (prepare_for_trace_test): Declare "global ipalib".
9594 * gdb.trace/tspeed.c: Include unistd.h.
9595 (main): Remove superfluous printf argument.
9596
9597 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
9598
9599 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
9600 directory prefix on the filename.
9601
9602 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
9603
9604 * gdb.gdb/unittest.exp: Update expected message informing that
9605 selftests have been disabled.
9606 * gdb.server/unittest.exp: Likewise.
9607
9608 2018-10-09 Tom de Vries <tdevries@suse.de>
9609
9610 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
9611 with runto_main.
9612
9613 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
9614
9615 PR c++/16841
9616 * gdb.cp/virtbase2.cc: New file.
9617 * gdb.cp/virtbase2.exp: New file.
9618
9619 2018-10-06 Tom Tromey <tom@tromey.com>
9620
9621 PR python/19399:
9622 * gdb.python/py-inferior.exp: Add architecture test.
9623
9624 2018-10-06 Tom Tromey <tom@tromey.com>
9625
9626 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
9627 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
9628
9629 2018-10-06 Tom Tromey <tom@tromey.com>
9630
9631 * gdb.python/py-breakpoint.exp (check_last_event): Check location
9632 of a "throw" catchpoint.
9633
9634 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
9635
9636 * gdb.base/info-proc.exp: Update string expected from "help info
9637 proc".
9638
9639 2018-10-04 Tom Tromey <tom@tromey.com>
9640
9641 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
9642 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
9643 (test_initial_complaints, test_empty_complaints): Update.
9644 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
9645
9646 2018-10-04 Tom Tromey <tom@tromey.com>
9647
9648 PR cli/19551:
9649 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
9650 * lib/gdb.exp (gdb_file_cmd): Update.
9651 * gdb.stabs/weird.exp (print_weird_var): Update.
9652 * gdb.server/solib-list.exp: Update.
9653 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
9654 * gdb.mi/mi-cli.exp: Update.
9655 * gdb.linespec/linespec.exp: Update.
9656 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
9657 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
9658 * gdb.cp/cp-relocate.exp: Update.
9659 * gdb.base/sym-file.exp: Update.
9660 * gdb.base/relocate.exp: Update.
9661 * gdb.base/readnever.exp: Update.
9662 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9663 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
9664 * gdb.base/dbx.exp (gdb_file_cmd): Update.
9665 * gdb.base/code_elim.exp: Update.
9666 * gdb.base/break-unload-file.exp (test_break): Update.
9667 * gdb.base/break-interp.exp (test_attach_gdb): Update.
9668 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
9669 Update.
9670 * gdb.base/attach.exp (do_attach_tests): Update.
9671 * gdb.base/sepdebug.exp: Update.
9672 * gdb.python/py-section-script.exp: Update.
9673
9674 2018-10-04 Tom Tromey <tom@tromey.com>
9675
9676 PR cli/22234:
9677 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
9678 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
9679 output.
9680
9681 2018-10-04 Tom Tromey <tom@tromey.com>
9682
9683 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
9684 set width and height to 0.
9685 (test_command_line_attach_run): Use -quiet.
9686
9687 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
9688
9689 * lib/gdb.exp (skip_ifunc_tests): New.
9690 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
9691 other compile failures.
9692 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
9693
9694 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
9695
9696 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
9697 is_amd64_regs_target.
9698
9699 2018-10-01 Alan Hayward <alan.hayward@arm.com>
9700
9701 * gdb.arch/aarch64-sighandler-regs.c: New test.
9702 * gdb.arch/aarch64-sighandler-regs.exp: New file.
9703 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
9704
9705 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
9706
9707 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
9708 assembly.
9709
9710 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
9711
9712 * gdb.base/frame-selection.exp: New file.
9713 * gdb.base/frame-selection.c: New file.
9714
9715 2018-09-27 Alan Hayward <alan.hayward@arm.com>
9716
9717 * gdb.threads/check-libthread-db.c (thread_routine): Use a
9718 pthread barrier.
9719 (main): Likewise.
9720
9721 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
9722
9723 * gdb.base/large-frame-1.c: New file.
9724 * gdb.base/large-frame-2.c: New file.
9725 * gdb.base/large-frame.exp: New file.
9726 * gdb.base/large-frame.h: New file.
9727
9728 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
9729
9730 PR gdb/20948
9731 * gdb.base/write_mem.exp: New test.
9732 * gdb.base/write_mem.c: Likewise.
9733
9734 2018-09-23 Tom Tromey <tom@tromey.com>
9735
9736 PR python/18852:
9737 * gdb.python/py-parameter.exp: Add test for parameter that throws
9738 on "set".
9739
9740 2018-09-23 Tom Tromey <tom@tromey.com>
9741
9742 PR python/17284:
9743 * gdb.python/py-template.exp (test_template_arg): Add test for
9744 negative template argument number.
9745
9746 2018-09-23 Tom Tromey <tom@tromey.com>
9747
9748 PR python/14062:
9749 * gdb.python/python.exp: Add test for post_event error.
9750
9751 2018-09-23 Tom Tromey <tom@tromey.com>
9752
9753 PR python/18170:
9754 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
9755 convert pointers to int and long.
9756
9757 2018-09-23 Tom Tromey <tom@tromey.com>
9758
9759 PR python/20126:
9760 * gdb.python/py-value.exp (test_value_numeric_ops): Add
9761 signed-ness conversion tests.
9762
9763 2018-09-23 Tom Tromey <tom@tromey.com>
9764
9765 PR python/18352;
9766 * gdb.python/py-value.exp (test_float_conversion): New proc.
9767 Use it.
9768
9769 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
9770
9771 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
9772
9773 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
9774
9775 * gdb.base/complete-empty.exp: Skip tab-completion tests if
9776 no readline.
9777 * gdb.base/utf8-identifiers.exp: Likewise.
9778 * gdb.cp/cpcompletion.exp: Likewise.
9779 * gdb.linespec/cpcompletion.exp: Likewise.
9780 * gdb.linespec/cpls-abi-tag.exp: Likewise.
9781 * gdb.linespec/cpls-ops.exp: Likewise.
9782
9783 2018-09-19 Richard Bunt <richard.bunt@arm.com>
9784 Chris January <chris.january@arm.com>
9785
9786 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
9787 * gdb.fortran/short-circuit-argument-list.exp: New file.
9788 * gdb.fortran/short-circuit-argument-list.f90: New test.
9789
9790 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9791
9792 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
9793 "arch=" keyword when executing "-stack-list-frames".
9794
9795 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9796
9797 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
9798 "arch=" keyword when executing "-stack-list-frames".
9799
9800 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9801
9802 * gdb.ada/complete.exp: Expect for "@" when doing "complete
9803 break ada".
9804
9805 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
9806
9807 PR python/23669
9808 * gdb.python/python.exp: Test gdb.execute("show commands").
9809
9810 2018-09-16 Tom Tromey <tom@tromey.com>
9811
9812 * gdb.base/new-ui.exp (do_execution_tests): Update.
9813 * gdb.base/dbx.exp (test_breakpoints): Update.
9814
9815 2018-09-14 Alan Hayward <alan.hayward@arm.com>
9816
9817 * lib/gdb.exp (gdb_simple_compile): Add proc.
9818 (is_elf_target): Use gdb_simple_compile.
9819 (skip_altivec_tests): Likewise.
9820 (skip_vsx_tests): Likewise.
9821 (skip_tsx_tests): Likewise.
9822 (skip_btrace_tests): Likewise.
9823 (skip_btrace_pt_tests): Likewise.
9824 (gdb_can_simple_compile): Likewise.
9825 (gdb_has_argv0): Likewise.
9826 (gdb_target_symbol_prefix): Likewise.
9827 (target_supports_scheduler_locking): Likewise.
9828
9829 2018-09-13 Tom Tromey <tom@tromey.com>
9830
9831 * Makefile.in (TAGS): Recognize proc_with_prefix and
9832 gdb_caching_proc.
9833
9834 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9835
9836 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
9837 method.
9838
9839 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9840
9841 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
9842 and a few other Inferior properties when the Inferior is no
9843 longer valid.
9844
9845 2018-09-13 Tom Tromey <tom@tromey.com>
9846
9847 PR rust/23650:
9848 * gdb.rust/simple.exp: Add test for enum field access error.
9849
9850 2018-09-13 Tom Tromey <tom@tromey.com>
9851
9852 PR rust/23626:
9853 * gdb.rust/simple.rs (EmptyEnum): New type.
9854 (main): Use it.
9855 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
9856
9857 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9858
9859 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
9860 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
9861 * gdb.python/py-symtab.exp: Update test printing an objfile.
9862
9863 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
9864
9865 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
9866 object.
9867
9868 2018-09-12 Alan Hayward <alan.hayward@arm.com>
9869
9870 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
9871 (support_complex_tests): Use gdb_can_simple_compile.
9872 (is_ilp32_target): Likewise.
9873 (is_lp64_target): Likewise.
9874 (is_64_target): Likewise.
9875 (is_amd64_regs_target): Likewise.
9876 (is_aarch32_target): Likewise.
9877 (gdb_int128_helper): Likewise.
9878
9879 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9880
9881 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
9882
9883 2018-09-10 Jerome Guitton <guitton@adacore.com>
9884
9885 * gdb.ada/same_component_name: Add test for case of tagged record
9886 with variable-length fields.
9887
9888 2018-09-10 Xavier Roirand <roirand@adacore.com>
9889
9890 * gdb.ada/access_to_unbounded_array.exp: New testcase.
9891 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
9892 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
9893 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
9894
9895 2018-09-10 Xavier Roirand <roirand@adacore.com>
9896
9897 * gdb.ada/mi_string_access.exp: New testcase.
9898 * gdb.ada/mi_string_access/bar.adb: New file.
9899 * gdb.ada/mi_string_access/pck.adb: New file.
9900 * gdb.ada/mi_string_access/pck.asd: New file.
9901
9902 2018-09-10 Xavier Roirand <roirand@adacore.com>
9903
9904 * gdb.ada/mi_var_union.exp: New testcase.
9905 * gdb.ada/mi_var_union/bar.adb: New file.
9906 * gdb.ada/mi_var_union/pck.adb: New file.
9907 * gdb.ada/mi_var_union/pck.asd: New file.
9908
9909 2018-09-08 Tom Tromey <tom@tromey.com>
9910
9911 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
9912
9913 2018-09-08 Tom Tromey <tom@tromey.com>
9914
9915 PR python/16047:
9916 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
9917 (register_pretty_printers): Register new printer.
9918 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
9919 test.
9920 * gdb.python/py-prettyprint.c (int_type3): New typedef.
9921 (an_int_type3): New global.
9922
9923 2018-09-08 Joel Brobecker <brobecker@adacore.com>
9924
9925 * gdb.ada/expr_with_funcall: New testcase.
9926
9927 2018-09-08 Joel Brobecker <brobecker@adacore.com>
9928
9929 * gdb.ada/packed_array_assign: New testcase.
9930
9931 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
9932
9933 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
9934 names, and add test prefixes to make test names unique.
9935
9936 2018-09-05 Tom de Vries <tdevries@suse.de>
9937
9938 * gdb.dwarf2/varval.exp: Add test.
9939
9940 2018-09-04 Gary Benson <gbenson@redhat.com>
9941
9942 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
9943 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
9944
9945 2018-08-31 Tom Tromey <tom@tromey.com>
9946
9947 * gdb.rust/simple.rs: Rename second variable "v".
9948
9949 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
9950
9951 * gdb.base/funcargs.c (use_a): New function.
9952 (recurse): Call use_a.
9953
9954 2018-08-29 Keith Seitz <keiths@redhat.com>
9955
9956 * gdb.compile/compile-cplus-anonymous.cc: New file.
9957 * gdb.compile/compile-cplus-anonymous.exp: New file.
9958 * gdb.compile/compile-cplus-array-decay.cc: New file.
9959 * gdb.compile/compile-cplus-array-decay.exp: New file.
9960 * gdb.compile/compile-cplus-inherit.cc: New file.
9961 * gdb.compile/compile-cplus-inherit.exp: New file.
9962 * gdb.compile/compile-cplus-member.cc: New file.
9963 * gdb.compile/compile-cplus-member.exp: New file.
9964 * gdb.compile/compile-cplus-method.cc: New file.
9965 * gdb.compile/compile-cplus-method.exp: New file.
9966 * gdb.compile/compile-cplus-mod.c: "New" file.
9967 * gdb.compile/compile-cplus-namespace.cc: New file.
9968 * gdb.compile/compile-cplus-namespace.exp: New file.
9969 * gdb.compile/compile-cplus-nested.cc: New file.
9970 * gdb.compile/compile-cplus-nested.exp: New file.
9971 * gdb.compile/compile-cplus-print.c: "New" file.
9972 * gdb.compile/compile-cplus-print.exp: "New" file.
9973 * gdb.compile/compile-cplus-virtual.cc: New file.
9974 * gdb.compile/compile-cplus-virtual.exp: New file.
9975 * gdb.compile/compile-cplus.c: "New" file.
9976 * gdb.compile/compile-cplus.exp: "New" file.
9977 * lib/compile-support.exp: New file.
9978
9979 2018-08-16 Gary Benson <gbenson@redhat.com>
9980
9981 PR gdb/13000:
9982 * gdb.base/batch-exit-status.exp: New file.
9983 * gdb.base/batch-exit-status.good-commands: Likewise.
9984 * gdb.base/batch-exit-status.bad-commands: Likewise.
9985
9986 2018-08-29 Alan Hayward <alan.hayward@arm.com>
9987
9988 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
9989 (struct struct02): Likewise.
9990 (struct struct03): Likewise.
9991 (struct struct04): Likewise.
9992 (struct struct_01_01): New struct.
9993 (struct struct_01_02): Likewise.
9994 (struct struct_01_03): Likewise.
9995 (struct struct_01_04): Likewise.
9996 (struct struct_02_01): Likewise.
9997 (struct struct_02_02): Likewise.
9998 (struct struct_02_03): Likewise.
9999 (struct struct_02_04): Likewise.
10000 (struct struct_04_01): Likewise.
10001 (struct struct_04_02): Likewise.
10002 (struct struct_04_03): Likewise.
10003 (struct struct_04_04): Likewise.
10004 (struct struct_05_01): Likewise.
10005 (struct struct_05_02): Likewise.
10006 (struct struct_05_03): Likewise.
10007 (struct struct_05_04): Likewise.
10008 (cmp_struct01): Remove function.
10009 (cmp_struct02): Likewise.
10010 (cmp_struct03): Likewise.
10011 (cmp_struct04): Likewise.
10012 (cmp_struct_01_01): Add Function.
10013 (cmp_struct_01_02): Likewise.
10014 (cmp_struct_01_03): Likewise.
10015 (cmp_struct_01_04): Likewise.
10016 (cmp_struct_02_01): Likewise.
10017 (cmp_struct_02_02): Likewise.
10018 (cmp_struct_02_03): Likewise.
10019 (cmp_struct_02_04): Likewise.
10020 (cmp_struct_04_01): Likewise.
10021 (cmp_struct_04_02): Likewise.
10022 (cmp_struct_04_03): Likewise.
10023 (cmp_struct_04_04): Likewise.
10024 (cmp_struct_05_01): Likewise.
10025 (cmp_struct_05_02): Likewise.
10026 (cmp_struct_05_03): Likewise.
10027 (cmp_struct_05_04): Likewise.
10028 (call_all): Add new structs.
10029 * gdb.base/infcall-nested-structs.exp: Likewise.
10030
10031 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
10032
10033 * gdb.python/py-framefilter-mi.exp: Update regexp to
10034 check for "arch" field in frame output.
10035
10036 2018-08-23 Kevin Buettner <kevinb@redhat.com>
10037
10038 * gdb.dwarf2/dw2-ranges-func.c: New file.
10039 * gdb.dwarf2/dw2-ranges-func.exp: New file.
10040
10041 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
10042
10043 * gdb.base/term.exp: Compare terminal settings with values from
10044 the inferior.
10045 * gdb.base/term.c: Get and set terminal settings.
10046
10047 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
10048
10049 * lib/mi-support.exp (mi_expect_stop): Update regexp to
10050 accommodate new "arch" field in frame output.
10051 * gdb.mi/mi-return.exp: Likewise.
10052 * gdb.mi/mi-stack.exp: Likewise.
10053 * gdb.mi/mi-syn-frame.exp: Likewise.
10054 * gdb.mi/user-selected-context-sync.exp: Likewise.
10055
10056 2018-08-19 Michael Spang <spang@google.com>
10057
10058 PR gdb/11786
10059 * gdb.base/gcore-tls-pie.c: New file.
10060 * gdb.base/gcore-tls-pie.exp: New file.
10061
10062 2018-08-18 Kevin Buettner <kevinb@redhat.com>
10063
10064 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
10065 * gdb.dwarf2/varval.c: New file.
10066 * gdb.dwarf2/varval.exp: New file.
10067
10068 2018-08-17 Alan Hayward <alan.hayward@arm.com>
10069
10070 PR gdb/18931
10071 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
10072
10073 2018-08-16 Keith Seitz <keiths@redhat.com>
10074
10075 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
10076 tests expected to pass.
10077
10078 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
10079
10080 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
10081 -data-disassemble -a.
10082 (test_disassembly_bogus_args): Likewise.
10083
10084 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
10085
10086 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
10087
10088 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10089
10090 * gdb.base/vla-optimized-out.exp: Add new test.
10091
10092 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10093
10094 * gdb.base/vla-optimized-out-o3.exp: Delete.
10095 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
10096 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
10097 deleted tests.
10098
10099 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
10100
10101 PR gdb/18050:
10102 * gdb.server/extended-remote-restart.c: New file.
10103 * gdb.server/extended-remote-restart.exp: New file.
10104
10105 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
10106
10107 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
10108 "set variable index = 42".
10109
10110 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
10111
10112 * boards/index-cache-gdb.exp: New file.
10113 * gdb.dwarf2/index-cache.exp: New file.
10114 * gdb.dwarf2/index-cache.c: New file.
10115 * gdb.base/maint.exp: Check if we are using the index cache.
10116
10117 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10118
10119 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
10120 MAKEFLAGS.
10121
10122 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10123
10124 * dg-extract-results.sh: Move to toplevel contrib.
10125 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
10126 * Makefile.in (check-parallel-racy): Likewise.
10127
10128 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
10129
10130 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
10131 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
10132 tests if the target supports scheduler locking.
10133
10134 2018-08-04 Tom de Vries <tdevries@suse.de>
10135
10136 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
10137
10138 2018-08-02 Tom Tromey <tom@tromey.com>
10139
10140 PR symtab/16842.
10141 * gdb.cp/temargs.exp: Test "info address" of a template
10142 parameter.
10143
10144 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
10145
10146 * gdb.python/py-mi-var-info-path-expression.c: New file.
10147 * gdb.python/py-mi-var-info-path-expression.py: New file.
10148 * gdb.python/py-mi-var-info-path-expression.exp: New file.
10149
10150 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
10151
10152 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
10153 error after "cannot resolve name" string.
10154
10155 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
10156
10157 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
10158 started.
10159 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
10160
10161 2018-07-28 Tom de Vries <tdevries@suse.de>
10162
10163 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
10164
10165 2018-07-26 Tom de Vries <tdevries@suse.de>
10166
10167 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
10168
10169 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
10170
10171 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
10172 is visible.
10173
10174 2018-07-26 Tom de Vries <tdevries@suse.de>
10175
10176 PR breakpoints/23366
10177 * gdb.base/catch-follow-exec.c: New test.
10178 * gdb.base/catch-follow-exec.exp: New file.
10179
10180 2018-07-25 Tom de Vries <tdevries@suse.de>
10181
10182 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
10183 vla-optimized-out.c.
10184
10185 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
10186
10187 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
10188 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
10189
10190 2018-07-20 Tom de Vries <tdevries@suse.de>
10191
10192 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
10193 NOCLONE macro.
10194 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
10195
10196 2018-07-19 Tom de Vries <tdevries@suse.de>
10197
10198 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
10199 regular expression.
10200
10201 2018-07-18 Tom de Vries <tdevries@suse.de>
10202
10203 * gdb.base/vla-optimized-out.c: New test.
10204 * gdb.base/vla-optimized-out.exp: New file.
10205
10206 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
10207
10208 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
10209 message "No address associated with hostname" when gdbserver
10210 cannot resolve the hostname.
10211
10212 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10213
10214 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
10215 Add some test prefixes to make tests unique.
10216
10217 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10218
10219 * gdb.base/frameapply.c: New file.
10220 * gdb.base/frameapply.exp: New file.
10221
10222 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10223
10224 * gdb.base/skip.exp: Update expected error message.
10225
10226 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10227 Jan Kratochvil <jan.kratochvil@redhat.com>
10228 Paul Fertser <fercerpav@gmail.com>
10229 Tsutomu Seki <sekiriki@gmail.com>
10230
10231 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
10232 parameter.
10233 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
10234 by default.
10235 * boards/native-gdbserver.exp: Likewise.
10236 * gdb.server/run-without-local-binary.exp: Improve regexp used
10237 for detecting when a remote debugging connection succeeds.
10238 * gdb.server/server-connect.exp: New file.
10239 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
10240 Do not prefix the port number with ":".
10241 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
10242 support for detecting and using it. Add '$debughost_gdbserver'
10243 to the list of arguments used to start gdbserver. Handle case
10244 when gdbserver cannot resolve a network name.
10245
10246 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10247
10248 PR c++/23373
10249 * gdb.base/ptype-offsets.cc (struct static_member): New
10250 struct.
10251 (main) <stmember>: New variable.
10252 * gdb.base/ptype-offsets.exp: Add test for printing a struct
10253 with a static member in it.
10254
10255 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
10256
10257 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
10258 watchpoints enabled and disabled.
10259
10260 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10261
10262 * gdb.base/examine-backward.exp: Still run tests around address
10263 0x0, even if address 0x0 is not readable. Update the pattern for
10264 matching address 0x0 in expected output.
10265
10266 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
10267
10268 * gdb.base/share-env-with-gdbserver.c (main): Add call to
10269 malloc/free.
10270
10271 2018-07-04 Tom de Vries <tdevries@suse.de>
10272
10273 * gdb.dwarf2/dw2-error.exp: Update expected error message.
10274
10275 2018-07-02 Maciej W. Rozycki <macro@mips.com>
10276
10277 PR tdep/8282
10278 * gdb.arch/mips-disassembler-options.exp: New test.
10279 * gdb.arch/mips-disassembler-options.s: New test source.
10280
10281 2018-06-29 Pedro Alves <palves@redhat.com>
10282
10283 * gdb.threads/names.exp: Adjust expected "info threads" output.
10284
10285 2018-06-29 Pedro Alves <palves@redhat.com>
10286
10287 * gdb.opt/inline-break.exp (line number, address): Add "info
10288 break" tests.
10289
10290 2018-06-29 Pedro Alves <palves@redhat.com>
10291
10292 * gdb.opt/inline-break.c (func1): Add "break here" marker.
10293 * gdb.opt/inline-break.exp: Test setting breakpoints by line
10294 number and address and running to them.
10295
10296 2018-06-29 Richard Bunt <richard.bunt@arm.com>
10297
10298 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
10299
10300 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10301
10302 * lib/compiler.c: Remove executable permission flag.
10303
10304 2018-06-28 Richard Bunt <richard.bunt@arm.com>
10305
10306 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
10307 code.
10308 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
10309
10310 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10311
10312 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
10313
10314 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10315
10316 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
10317 address argument is omitted.
10318
10319 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10320
10321 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
10322
10323 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
10324
10325 PR gdb/21695
10326 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
10327 * gdb.base/infoline-reloc-main-from-zero.c: New file.
10328
10329 2018-06-26 Tom Tromey <tom@tromey.com>
10330
10331 PR rust/22574:
10332 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
10333 * gdb.rust/simple.rs (struct SimpleLayout): New.
10334
10335 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
10336
10337 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
10338 "info registers" output.
10339
10340 2018-06-21 Richard Bunt <richard.bunt@arm.com>
10341
10342 * gdb.base/watchpoint-hw-attach.c: New test.
10343 * gdb.base/watchpoint-hw-attach.exp: New file.
10344
10345 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
10346
10347 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
10348 through /bin/sh.
10349 * boards/dwarf4-gdb-index.exp: Likewise.
10350 * boards/fission-dwp.exp: Likewise.
10351
10352 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
10353
10354 * gdb.base/float128.exp: Add comment and improved fail message
10355 to the failure case of "print large128" test.
10356
10357 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
10358
10359 * configure.ac: Remove AC_PREREQ.
10360 * configure: Re-generate.
10361
10362 2018-06-19 Pedro Alves <palves@redhat.com>
10363
10364 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
10365 (func_extern_caller): New.
10366 (main): Call func_extern_caller.
10367 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
10368 logic change.
10369
10370 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
10371
10372 PR gdb/16841
10373 * gdb.cp/typedef-base.cc: New file.
10374 * gdb.cp/typedef-base.exp: New file.
10375
10376 2018-06-18 Tom de Vries <tdevries@suse.de>
10377
10378 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
10379
10380 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
10381 Richard Bunt <Richard.Bunt@arm.com>
10382
10383 * gdb.threads/attach-slow-waitpid.c: New file.
10384 * gdb.threads/attach-slow-waitpid.exp: New file.
10385 * gdb.threads/slow-waitpid.c: New file.
10386
10387 2018-06-14 Pedro Alves <palves@redhat.com>
10388
10389 * gdb.base/fork-running-state.c: Include <errno.h>.
10390 (exit_if_relative_exits): New.
10391 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
10392 exits.
10393 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
10394 child exits.
10395
10396 2018-06-14 Tom de Vries <tdevries@suse.de>
10397
10398 PR cli/22573
10399 * gdb.base/finish-pretty.c: New test.
10400 * gdb.base/finish-pretty.exp: New file.
10401
10402 2018-06-14 Pedro Alves <palves@redhat.com>
10403
10404 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
10405 gdb's expected startup output.
10406
10407 2018-06-14 Pedro Alves <palves@redhat.com>
10408
10409 * lib/selftest-support.exp (selftest_setup): Remove inlined
10410 function handling.
10411
10412 2018-06-14 Tom de Vries <tdevries@suse.de>
10413
10414 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
10415 matching of breakpoint printing.
10416
10417 2018-06-13 Tom de Vries <tdevries@suse.de>
10418
10419 PR testsuite/23269
10420 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
10421 (fork_child): ... here, and ...
10422 (fork_parent): ... here.
10423
10424 2018-06-12 Tom de Vries <tdevries@suse.de>
10425
10426 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
10427
10428 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
10429 Stephen Roberts <stephen.roberts@arm.com>
10430
10431 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
10432 rewrite test to describe action performed, rather than possible
10433 failure.
10434
10435 2018-06-08 Gary Benson <gbenson@redhat.com>
10436
10437 * gdb.threads/check-libthread-db.exp: New file.
10438 * gdb.threads/check-libthread-db.c: Likewise.
10439
10440 2018-06-05 Tom Tromey <tom@tromey.com>
10441
10442 * gdb.base/default.exp: Update expected "show version" output.
10443
10444 2018-06-05 Tom Tromey <tom@tromey.com>
10445
10446 PR cli/12326:
10447 * gdb.cp/static-print-quit.exp: Update.
10448 * lib/gdb.exp (pagination_prompt): Update.
10449 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
10450 * gdb.python/python.exp: Update.
10451
10452 2018-06-04 Joel Brobecker <brobecker@adacore.com>
10453
10454 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
10455
10456 2018-06-01 Joel Brobecker <brobecker@adacore.com>
10457
10458 * gdb.ada/bp_fun_addr: New testcase.
10459
10460 2018-06-01 Tom Tromey <tom@tromey.com>
10461
10462 * gdb.xml/tdesc-regs.exp (load_description): Update expected
10463 results.
10464 * gdb.dwarf2/method-ptr.exp: Set language to C++.
10465 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
10466 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
10467 * gdb.base/maint.exp (maint_pass_if): Update.
10468
10469 2018-05-31 Maciej W. Rozycki <macro@mips.com>
10470
10471 * gdb.base/endian.exp: New test.
10472 * gdb.base/endian.c: New test source.
10473
10474 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
10475
10476 PR gdb/23203
10477 * gdb.base/bt-selected-frame.c: New file.
10478 * gdb.base/bt-selected-frame.exp: New file.
10479 * lib/gdb.exp (get_current_frame_number): New function.
10480
10481 2018-05-24 Maciej W. Rozycki <macro@mips.com>
10482 Pedro Alves <palves@redhat.com>
10483
10484 * gdb.threads/tls-core.c: Include <stdlib.h>
10485 (thread_proc): Call `abort'.
10486 * gdb.threads/tls-core.exp: Generate a core with core_find too.
10487 (tls_core_test): New procedure, bits factored out from ...
10488 (top level): ... here. Test both native cores and gcore cores.
10489
10490 2018-05-23 Tom Tromey <tom@tromey.com>
10491
10492 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
10493
10494 2018-05-23 Tom Tromey <tom@tromey.com>
10495
10496 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
10497 symfile_complaints.
10498 (test_short_complaints): Likewise.
10499 (test_empty_complaints): Likewise.
10500 (test_initial_complaints): Update.
10501
10502 2018-05-23 Tom Tromey <tom@tromey.com>
10503
10504 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
10505
10506 2018-05-23 Tom Tromey <tom@tromey.com>
10507
10508 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
10509 (test_short_complaints): Update.
10510
10511 2018-05-22 Pedro Alves <palves@redhat.com>
10512
10513 * gdb.base/remote.exp: Only gdb_start after compiling the
10514 testcase. Issue "disconnect" before testing "set remote" command
10515 defaults. Issue clean_restart before running to main.
10516
10517 2018-05-22 Pedro Alves <palves@redhat.com>
10518
10519 * gdb.base/remote.exp: Adjust expected output of "show remote
10520 memory-write-packet-size". Add tests for "set remote
10521 memory-write-packet-size 0" and "set remote
10522 memory-write-packet-size fixed/limit".
10523
10524 2018-05-22 Pedro Alves <palves@redhat.com>
10525
10526 PR gdb/22973
10527 * gdb.base/utf8-identifiers.c: New file.
10528 * gdb.base/utf8-identifiers.exp: New file.
10529
10530 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10531
10532 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
10533
10534 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10535
10536 * gdb.arch/powerpc-vsx-gcore.exp: New file.
10537
10538 2018-05-18 Tom Tromey <tom@tromey.com>
10539
10540 * gdb.base/ptype-offsets.exp: Update.
10541
10542 2018-05-17 Keith Seitz <keiths@redhat.com>
10543
10544 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
10545 in expected breakpoint stop locations.
10546 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
10547 move to proper scope to test variable values.
10548 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
10549 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
10550 New functions.
10551 (main): Call not_inline_func3.
10552 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
10553 inline_func1, inline_func2, and inline_func3. Test that when each
10554 breakpoint is hit, GDB properly reports both the stop location
10555 and the backtrace. Repeat tests for temporary breakpoints.
10556
10557 2018-05-15 Maciej W. Rozycki <macro@mips.com>
10558
10559 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
10560 rather then trying to access it in determining whether the PID
10561 of `gdbserver' could have been retrieved.
10562
10563 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
10564
10565 * gdb.arch/amd64-init-x87-values.S: New file.
10566 * gdb.arch/amd64-init-x87-values.exp: New file.
10567
10568 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10569
10570 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
10571
10572 2018-05-04 Tom Tromey <tom@tromey.com>
10573
10574 PR python/22730:
10575 * gdb.python/python.exp: Test multi-line execute.
10576
10577 2018-05-04 Tom Tromey <tom@tromey.com>
10578
10579 PR python/22731:
10580 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
10581
10582 2018-05-04 Tom Tromey <tom@tromey.com>
10583
10584 PR gdb/11750:
10585 * gdb.base/define.exp: Test defining a user command inside a user
10586 command.
10587 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
10588
10589 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10590 Pedro Alves <palves@redhat.com>
10591
10592 PR breakpoints/19806 and support for PR external/20207.
10593 * gdb.base/watchpoint-unaligned.c: New file.
10594 * gdb.base/watchpoint-unaligned.exp: New file.
10595
10596 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10597
10598 * gdb.base/maint.exp: Make test names unique, use
10599 test_prefix_command_help to test 'help maint info', and remove
10600 repeated test of 'help maint'.
10601
10602 2018-05-04 Tom Tromey <tom@tromey.com>
10603
10604 PR gdb/22619:
10605 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
10606 behavior.
10607
10608 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10609
10610 * gdb.base/maint.exp: Process output from 'maint print registers'
10611 line at a time.
10612
10613 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10614
10615 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
10616 timeout.
10617
10618 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
10619
10620 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
10621 filter pattern.
10622
10623 2018-05-02 Pedro Alves <palves@redhat.com>
10624
10625 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
10626 to_log_command renames.
10627 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
10628
10629 2018-05-02 Tom Tromey <tom@tromey.com>
10630
10631 * gdb.python/py-parameter.exp: Set test message.
10632
10633 2018-05-02 Tom Tromey <tom@tromey.com>
10634
10635 PR python/20084:
10636 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
10637 PARAM_ZUINTEGER_UNLIMITED tests.
10638
10639 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
10640
10641 PR rust/23124
10642 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
10643 when casting.
10644
10645 2018-04-30 Tom Tromey <tom@tromey.com>
10646
10647 * gdb.python/py-type.exp: Check align attribute.
10648 * gdb.python/py-type.c: New "aligncheck" global.
10649
10650 2018-04-30 Tom Tromey <tom@tromey.com>
10651
10652 PR exp/17095:
10653 * gdb.dwarf2/dw2-align.exp: New file.
10654 * gdb.cp/align.exp: New file.
10655 * gdb.base/align.exp: New file.
10656 * lib/gdb.exp (gdb_int128_helper): New proc.
10657 (has_int128_c, has_int128_cxx): New caching procs.
10658
10659 2018-04-27 Tom Tromey <tom@tromey.com>
10660
10661 PR rust/22545:
10662 * gdb.rust/simple.exp: Add inclusive range tests.
10663
10664 2018-04-26 Pedro Alves <palves@redhat.com>
10665
10666 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
10667 ifunc breakpoint locations correctly of ifunc breakpoints set
10668 while the program resolves the ifunc.
10669
10670 2018-04-26 Pedro Alves <palves@redhat.com>
10671
10672 * gdb.base/gnu-ifunc-final.c: New file.
10673 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
10674 * gdb.base/gnu-ifunc.exp (executable): Delete.
10675 (staticexecutable): Adjust.
10676 (lib_opts, exec_opts): Delete.
10677 (make_binsuffix, build, set-break): New procedures.
10678 (misc_tests): New, with tests factored out from the top level.
10679 (top level): Test different combinations of ifunc resolver name,
10680 resolver with and with debug info, and ifunc target with and
10681 without debug info. Wrap static tests with with_target_prefix.
10682
10683 2018-04-26 Pedro Alves <palves@redhat.com>
10684
10685 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
10686 return type" warnings.
10687
10688 2018-04-25 Pedro Alves <palves@redhat.com>
10689
10690 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
10691 killed".
10692 * gdb.base/kill-after-signal.exp: Likewise.
10693 * gdb.threads/kill.exp: Likewise.
10694
10695 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10696 Sergio Durigan Junior <sergiodj@redhat.com>
10697 Pedro Alves <palves@redhat.com>
10698
10699 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
10700 regexps to expect for '[Inferior ... detached]' as well.
10701 * gdb.base/attach.exp: Likewise.
10702 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
10703 "gdb_continue_to_end".
10704 (test_catch_syscall_with_wrong_args): Likewise.
10705 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
10706 ']'. Don't set 'verbose' on.
10707 * gdb.base/foll-vfork.exp: Likewise.
10708 * gdb.base/fork-print-inferior-events.c: New file.
10709 * gdb.base/fork-print-inferior-events.exp: New file.
10710 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
10711 '[Inferior ... has been killed]' message.
10712 * gdb.base/kill-after-signal.exp: Likewise.
10713 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
10714 detach message.
10715 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
10716 message.
10717 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
10718 regexps to expect for '[Inferior ... detached]' as well.
10719 * gdb.threads/process-dies-while-detaching.exp: Likewise.
10720
10721 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
10722
10723 PR gdb/23104
10724 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
10725
10726 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
10727
10728 PR gdb/23095
10729 * gdb.base/break-probes.exp: Pass shlib_load to
10730 prepare_for_testing. Set normal_bp to r_debug_state if target is
10731 bsd.
10732
10733 2018-04-19 Richard Bunt <richard.bunt@arm.com>
10734
10735 * gdb.threads/multiple-successive-infcall.c: New test.
10736 * gdb.threads/multiple-successive-infcall.exp: New file.
10737
10738 2018-04-17 Tom Tromey <tom@tromey.com>
10739
10740 * gdb.rust/simple.rs (Union): New type.
10741 (main): New local "u".
10742 * gdb.rust/simple.exp (test_one_slice): Add new test case.
10743
10744 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10745
10746 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
10747 number information in output of "whereis" command.
10748 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
10749
10750 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10751
10752 * gdb.ada/info_types.exp: Adjust expected output to the line
10753 numbers now printed by "info var/func/type".
10754 * gdb.base/completion.exp: Likewise.
10755 * gdb.base/included.exp: Likewise.
10756 * gdb.cp/cp-relocate.exp: Likewise.
10757 * gdb.cp/cplusfuncs.exp: Likewise.
10758 * gdb.cp/namespace.exp: Likewise.
10759 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
10760
10761 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
10762
10763 * gdb.btrace/cpu.exp: New.
10764
10765 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
10766
10767 * gdb.base/step-indirect-call-thunk.exp: New.
10768 * gdb.base/step-indirect-call-thunk.c: New.
10769 * gdb.reverse/step-indirect-call-thunk.exp: New.
10770 * gdb.reverse/step-indirect-call-thunk.c: New.
10771
10772 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
10773
10774 * gdb.base/pie-fork.c: New file.
10775 * gdb.base/pie-fork.exp: New file.
10776
10777 2018-04-11 Tom Tromey <tom@tromey.com>
10778
10779 * gdb.rust/simple.exp: Add test for ".." struct initializer.
10780
10781 2018-04-10 Pedro Alves <palves@redhat.com>
10782
10783 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
10784 exits. Instead loop running forever.
10785 (fork_parent): Run forever too.
10786
10787 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10788
10789 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
10790 mi_continue_to_line.
10791 * gdb.mi/mi-stack.c (callee4): Add comment.
10792
10793 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10794
10795 * gdb.mi/mi-stack.exp: Fix indentation.
10796
10797 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
10798
10799 PR gdb/22979
10800 * gdb.arch/amd64-osabi.exp: New file.
10801
10802 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
10803
10804 PR gdb/22980
10805 * gdb.base/osabi.exp: New file.
10806
10807 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
10808
10809 * gdb.cp/static-typedef-print.exp: New file.
10810 * gdb.cp/static-typedef-print.cc: New file.
10811
10812 2018-03-27 Joel Brobecker <brobecker@adacore.com>
10813
10814 * gdb.ada/varsize_limit: New testcase.
10815
10816 2018-03-27 Joel Brobecker <brobecker@adacore.com>
10817
10818 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
10819
10820 * gdb.ada/notcplusplus: New testcase.
10821
10822 * gdb.base/c-linkage-name.c: New file.
10823 * gdb.base/c-linkage-name.exp: New testcase.
10824
10825 2018-03-26 Tom Tromey <tom@tromey.com>
10826
10827 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
10828 * gdb.python/py-framefilter.py (name_error): New global.
10829 (ErrorInName.function): Use name_error.
10830
10831 2018-03-26 Tom Tromey <tom@tromey.com>
10832
10833 PR backtrace/15582:
10834 * gdb.python/py-framefilter.exp: Add "bt hide" test.
10835
10836 2018-03-23 Keith Seitz <keiths@redhat.com>
10837
10838 PR c++/22968
10839 * gdb.cp/subtypes.exp: New file.
10840 * gdb.cp/subtypes.h: New file.
10841 * gdb.cp/subtypes.cc: New file.
10842 * gdb.cp/subtypes-2.cc: New file.
10843
10844 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
10845
10846 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
10847 (done): Call '_exit' not 'exit' to avoid atexit handlers.
10848 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
10849 -nostartfiles when compiling the test. Confirm that all registers
10850 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
10851
10852 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
10853
10854 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
10855 option, syntax was wrong anyway.
10856 * gdb.arch/arm-disp-step.exp: Likewise.
10857 * gdb.arch/sparc64-regs.exp: Likewise.
10858 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
10859 option, syntax was wrong anyway, switch to use
10860 prepare_for_testing.
10861 * gdb.arch/i386-disp-step.exp: Likewise.
10862
10863 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
10864
10865 * gdb.ada/exec_changed.exp: Replace "target_info exists
10866 use_gdb_stub" by "use_gdb_stub".
10867 * gdb.ada/start.exp: Likewise.
10868 * gdb.base/async-shell.exp: Likewise.
10869 * gdb.base/attach-pie-misread.exp: Likewise.
10870 * gdb.base/attach-wait-input.exp: Likewise.
10871 * gdb.base/break-entry.exp: Likewise.
10872 * gdb.base/break-interp.exp: Likewise.
10873 * gdb.base/dprintf-detach.exp: Likewise.
10874 * gdb.base/nostdlib.exp: Likewise.
10875 * gdb.base/solib-nodir.exp: Likewise.
10876 * gdb.base/statistics.exp: Likewise.
10877 * gdb.base/testenv.exp: Likewise.
10878 * gdb.mi/mi-exec-run.exp: Likewise.
10879 * gdb.mi/mi-start.exp: Likewise.
10880 * gdb.multi/dummy-frame-restore.exp: Likewise.
10881 * gdb.multi/multi-arch-exec.exp: Likewise.
10882 * gdb.multi/multi-arch.exp: Likewise.
10883 * gdb.multi/tids.exp: Likewise.
10884 * gdb.multi/watchpoint-multi.exp: Likewise.
10885 * gdb.python/py-events.exp: Likewise.
10886 * gdb.threads/attach-into-signal.exp: Likewise.
10887 * gdb.threads/attach-stopped.exp: Likewise.
10888 * gdb.threads/threadapply.exp: Likewise.
10889 * lib/selftest-support.exp: Likewise.
10890
10891 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
10892
10893 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
10894
10895 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
10896
10897 * gdb.perf/template-breakpoints.cc: New file.
10898 * gdb.perf/template-breakpoints.exp: New file.
10899 * gdb.perf/template-breakpoints.py: New file.
10900
10901 2018-03-19 Tom Tromey <tom@tromey.com>
10902
10903 * gdb.rust/simple.rs (main): Add local variables field1, field2,
10904 y0.
10905 * gdb.rust/simple.exp: Test bare identifier form of struct
10906 initializer.
10907
10908 2018-03-19 Tom Tromey <tom@tromey.com>
10909
10910 * gdb.gdb/observer.exp: Remove.
10911
10912 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10913
10914 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
10915 "qualified" option when setting breakpoints.
10916 * gdb.trace/backtrace.exp: Likewise.
10917 * gdb.trace/circ.exp: Likewise.
10918 * gdb.trace/collection.exp: Likewise.
10919 * gdb.trace/disconnected-tracing.exp: Likewise.
10920 * gdb.trace/ftrace-lock.exp: Likewise.
10921 * gdb.trace/ftrace.exp: Likewise.
10922 * gdb.trace/infotrace.exp: Likewise.
10923 * gdb.trace/packetlen.exp: Likewise.
10924 * gdb.trace/passc-dyn.exp: Likewise.
10925 * gdb.trace/qtro.exp: Likewise.
10926 * gdb.trace/read-memory.exp: Likewise.
10927 * gdb.trace/report.exp: Likewise.
10928 * gdb.trace/signal.exp: Likewise.
10929 * gdb.trace/status-stop.exp: Likewise.
10930 * gdb.trace/strace.exp: Likewise.
10931 * gdb.trace/tfind.exp: Likewise.
10932 * gdb.trace/trace-break.exp: Likewise.
10933 * gdb.trace/trace-condition.exp: Likewise.
10934 * gdb.trace/trace-mt.exp: Likewise.
10935 * gdb.trace/tstatus.exp: Likewise.
10936 * gdb.trace/tsv.exp: Likewise.
10937 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
10938 * gdb.trace/unavailable.exp: Likewise.
10939 * gdb.trace/while-dyn.exp: Likewise.
10940
10941 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10942
10943 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
10944 that libinproctrace is copied to the target.
10945
10946 2018-03-14 Tom Tromey <tom@tromey.com>
10947
10948 PR cli/14977:
10949 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
10950 a null pointer.
10951 * gdb.base/wchar.exp: Likewise.
10952
10953 2018-03-14 Tom Tromey <tom@tromey.com>
10954
10955 PR cli/19918:
10956 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
10957 flag.
10958
10959 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
10960
10961 PR gdb/22841
10962 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
10963 "target" to remote_exec.
10964
10965 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
10966
10967 PR gdb/22841
10968 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
10969 ${board}_upload): Remove.
10970
10971 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
10972
10973 * gdb.cp/watch-cp.cc: New test.
10974 * gdb.cp/watch-cp.exp: New file.
10975
10976 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10977
10978 * gdb.base/infcall-nested-structs.exp: New file.
10979 * gdb.base/infcall-nested-structs.c: New file.
10980 * gdb.base/float.exp: Add riscv support.
10981
10982 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
10983
10984 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
10985 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
10986
10987 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
10988
10989 * gdb.server/abspath.exp: New file.
10990 * lib/gdb.exp (with_cwd): New procedure.
10991
10992 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
10993
10994 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
10995 use it.
10996 (gdb_is_target_remote_prompt): New proc.
10997 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
10998 (gdb_is_target_native): Pass prompt parameter to
10999 gdb_is_target_1.
11000
11001 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
11002
11003 * gdb.base/load-command.c: New file.
11004 * gdb.base/load-command.exp: New file.
11005 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
11006 (gdb_is_target_1): ...this, and generalize for other targets
11007 than just remote.
11008 (gdb_is_target_remote): Use gdb_is_target_1.
11009 (gdb_is_target_native): use gdb_is_target_1.
11010
11011 2018-02-26 Tom Tromey <tom@tromey.com>
11012
11013 PR python/16497:
11014 * gdb.python/py-framefilter.exp: Update test.
11015
11016 2018-02-26 Tom Tromey <tom@tromey.com>
11017
11018 * gdb.dwarf2/variant.c: New file.
11019 * gdb.dwarf2/variant.exp: New file.
11020
11021 2018-02-26 Tom Tromey <tom@tromey.com>
11022
11023 * gdb.rust/simple.exp: Accept more possible results in enum test.
11024
11025 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
11026
11027 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
11028 parentheses.
11029
11030 2018-02-23 Maciej W. Rozycki <macro@mips.com>
11031
11032 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
11033 name of a variable: $actual_linejj -> $actual_line.
11034
11035 2018-02-21 John Baldwin <jhb@FreeBSD.org>
11036
11037 * gdb.arch/amd64-i386-address.exp: Fix a typo.
11038
11039 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
11040
11041 * gdb.btrace/buffer-size.exp: Do not force BTS.
11042
11043 2018-02-14 Pedro Alves <palves@redhat.com>
11044
11045 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
11046 getting a "Quit".
11047
11048 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
11049
11050 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
11051 Fix test name.
11052
11053 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
11054
11055 * gdb.cp/m-static.exp: Check type of optimized out static
11056 member.
11057
11058 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
11059
11060 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
11061 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
11062
11063 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
11064 Leszek Swirski <leszeks@google.com>
11065
11066 * gdb.python/py-prettyprint.c
11067 (struct to_string_returns_value_inner,
11068 struct to_string_returns_value_wrapper): New.
11069 (main): Add tsrvw variable.
11070 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
11071 ToStringReturnsValueWrapper): New classes.
11072 (register_pretty_printers): Register new pretty-printers.
11073 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
11074 recursive pretty printer.
11075 * gdb.python/py-mi.exp: Likewise.
11076
11077 2018-02-01 Leszek Swirski <leszeks@google.com>
11078
11079 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
11080 functions with the same name as an include file are parsed
11081 correctly.
11082
11083 2018-02-01 Yao Qi <yao.qi@linaro.org>
11084
11085 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
11086 "\[^\r\n\]*".
11087
11088 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
11089
11090 * gdb.arch/powerpc-prologue-frame.s: New file.
11091 * gdb.arch/powerpc-prologue-frame.c: Likewise.
11092 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
11093
11094 2018-01-31 Joel Brobecker <brobecker@adacore.com>
11095
11096 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
11097
11098 2018-01-30 Pedro Alves <palves@redhat.com>
11099
11100 PR gdb/13211
11101 * gdb.base/interrupt-daemon.c: New.
11102 * gdb.base/interrupt-daemon.exp: New.
11103 * gdb.multi/multi-term-settings.c: New.
11104 * gdb.multi/multi-term-settings.exp: New.
11105
11106 2018-01-30 Joel Brobecker <brobecker@adacore.com>
11107
11108 * gdb.base/break.exp: Save the location where the breakpoint
11109 on break.c:47 was actually inserted when debugging the version
11110 compiled at -O2 and use it in the expected output of the "info
11111 break" test performed soon after.
11112
11113 2018-01-22 Pedro Alves <palves@redhat.com>
11114 Sergio Durigan Junior <sergiodj@redhat.com>
11115
11116 * gdb.base/whatis.exp: Add tests for 'set print object on' +
11117 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
11118
11119 2018-01-22 Joel Brobecker <brobecker@adacore.com>
11120
11121 * gdb.base/break-include.c, gdb.base/break-include.inc,
11122 gdb.base/break-include.exp: New files.
11123 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
11124 line number now being the actual line number where the breakpoint
11125 was inserted.
11126 * gdb.mi/mi-break.exp: Likewise.
11127 * gdb.mi/mi-reverse.exp: Likewise.
11128 * gdb.mi/mi-simplerun.exp: Ditto.
11129
11130 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11131
11132 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
11133 varobj.
11134 * gdb.mi/mi-var-create-rtti.exp: Likewise.
11135
11136 2018-01-21 Don Breazeal <donb@codesourcery.com>
11137 Andrew Burgess <andrew.burgess@embecosm.com>
11138
11139 * gdb.mi/basics.c: Add new global.
11140 * gdb.mi/mi-frame-regs.exp: New file.
11141 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
11142 case.
11143
11144 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11145
11146 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
11147 non-parameter, and on an unknown symbol.
11148
11149 2018-01-19 Tom Tromey <tom@tromey.com>
11150
11151 * gdb.rust/modules.rs (TWENTY_THREE): New global.
11152 * gdb.rust/modules.exp: Add ::-qualified lookup test.
11153
11154 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11155
11156 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
11157 setrlimit and chdir to int.
11158
11159 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11160
11161 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
11162 function.
11163 (my_tend): Likewise.
11164 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
11165 rationale of avoiding FP- and vector instructions.
11166
11167 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
11168
11169 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
11170 "info reg" with "\[ \t\]*".
11171 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
11172 "\[ \t\]+".
11173 * gdb.arch/s390-multiarch.exp: Ditto.
11174 * gdb.base/pc-fp.exp: Ditto.
11175 * gdb.reverse/i386-precsave.exp: Ditto.
11176 * gdb.reverse/i386-reverse.exp: Ditto.
11177 * gdb.reverse/i387-env-reverse.exp: Ditto.
11178 * gdb.reverse/i387-stack-reverse.exp: Ditto.
11179
11180 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11181
11182 * lib/gdb.exp (gdb_compile): Re-enable use of
11183 universal_compile_options for languages other than Rust.
11184
11185 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11186
11187 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
11188
11189 2018-01-17 Mike Gulick <mgulick@mathworks.com>
11190
11191 PR gdb/16577
11192 * gdb.base/solib-vanish.exp: New.
11193 * gdb.base/solib-vanish-main.c: New.
11194 * gdb.base/solib-vanish-lib1.c: New.
11195 * gdb.base/solib-vanish-lib2.c: New.
11196
11197 2018-01-17 Yao Qi <yao.qi@linaro.org>
11198
11199 * gdb.compile/compile.exp: Match the address printed for
11200 frame in the output of command "bt".
11201
11202 2018-01-15 Tom Tromey <tom@tromey.com>
11203
11204 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
11205 compute sp_reg.
11206
11207 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
11208
11209 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
11210 to prepare.
11211 (prepare): Return 0 on error, 1 on success.
11212
11213 2018-01-12 Pedro Alves <palves@redhat.com>
11214
11215 * gdb.base/continue-after-aborted-step-over.c: New.
11216 * gdb.base/continue-after-aborted-step-over.exp: New.
11217
11218 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
11219
11220 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
11221 options when not creating an executable.
11222
11223 2018-01-11 Pedro Alves <palves@redhat.com>
11224
11225 PR remote/22597
11226 * gdb.server/stop-reply-no-thread.c: New file.
11227 * gdb.server/stop-reply-no-thread.exp: New file.
11228
11229 2018-01-10 Pedro Alves <palves@redhat.com>
11230
11231 PR gdb/22670
11232 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
11233 functions too. Test setting breakpoints and printing C functions
11234 with no debug info too.
11235 * gdb.ada/bp_c_mixed_case/qux.c: New file.
11236
11237 2018-01-10 Pedro Alves <palves@redhat.com>
11238
11239 PR gdb/22670
11240 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
11241 a fail.
11242
11243 2018-01-10 Pedro Alves <palves@redhat.com>
11244
11245 PR gdb/22670
11246 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
11247
11248 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11249
11250 * gdb.server/unittest.exp: Match the output in non-development
11251 mode.
11252
11253 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11254
11255 * gdb.gdb/unittest.exp: Match output in non-development mode.
11256
11257 2018-01-08 Joel Brobecker <brobecker@adacore.com>
11258
11259 * gdb.ada/access_tagged_param.exp: Relax expected output
11260 for value of "ObjL" in "continue" to pck.inspect breakpoint
11261 test.
11262
11263 2018-01-08 Joel Brobecker <brobecker@adacore.com>
11264
11265 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
11266 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
11267
11268 2018-01-05 Pedro Alves <palves@redhat.com>
11269
11270 PR gdb/18653
11271 * gdb.base/libsegfault.exp: New.
11272
11273 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11274
11275 PR gdb/22670
11276 * gdb.ada/access_tagged_param.exp: New file.
11277 * gdb.ada/access_tagged_param/foo.adb: New file.
11278
11279 2018-01-05 Pedro Alves <palves@redhat.com>
11280
11281 PR gdb/22670
11282 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
11283 exercise lower case too, and to exercise both full matching and
11284 wild matching.
11285
11286 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11287
11288 * gdb.ada/rename_subscript_param: New testcase.
11289
11290 2018-01-05 Jerome Guitton <guitton@adacore.com>
11291
11292 * gdb.ada/arr_acc_idx_w_gap: New testcase.
11293
11294 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11295
11296 * gdb.ada/convvar_comp: New testcase.
11297
11298 2018-01-05 Xavier Roirand <roirand@adacore.com>
11299
11300 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
11301 (My_Table): New global variable.
11302 * testsuite/gdb.ada/array_char_idx.exp: Add test.
11303
11304 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11305
11306 PR gdb/22670
11307 * gdb.ada/maint_with_ada: New testcase.
11308
11309 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11310
11311 PR gdb/22670
11312 * gdb.ada/bp_c_mixed_case: New testcase.
11313
11314 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11315
11316 PR gdb/22670
11317 * gdb.ada/complete.exp: Add "complete break ada" test.
11318
11319 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11320
11321 PR gdb/22670
11322 * gdb.ada/info_addr_mixed_case: New testcase.
11323
11324 2018-01-03 Xavier Roirand <roirand@adacore.com>
11325
11326 * gdb.ada/excep_handle.exp: New testcase.
11327 * gdb.ada/excep_handle/foo.adb: New file.
11328 * gdb.ada/excep_handle/pck.ads: New file.
11329
11330 2018-01-03 Joel Brobecker <brobecker@adacore.com>
11331
11332 * gdb.base/step-line.c: Add extra empty line in copyright header.
11333 * gdb.base/step-line.inp: Likewise.
11334
11335 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11336
11337 * gdb.ada/dyn_stride.exp: Add slice test.
11338
11339 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11340
11341 * gdb.ada/dyn_stride: New testcase.
11342
11343 2017-12-27 Stafford Horne <shorne@gmail.com>
11344
11345 * gdb.xml/extra-regs.xml: Add example foo reggroup.
11346 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
11347
11348 2017-12-27 Stafford Horne <shorne@gmail.com>
11349
11350 * gdb.base/reggroups.c: New file.
11351 * gdb.base/reggroups.exp: New file.
11352
11353 2017-12-18 Joel Brobecker <brobecker@adacore.com>
11354
11355 * gdb.dwarf2/ada-valprint-error.c: New file.
11356 * gdb.dwarf2/ada-valprint-error.exp: New file.
11357
11358 2017-12-18 Joel Brobecker <brobecker@adacore.com>
11359
11360 * gdb.ada/assign_arr: New testcase.
11361
11362 2017-12-18 Xavier Roirand <roirand@adacore.com>
11363
11364 * gdb.ada/funcall_ptr: New testcase.
11365
11366 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11367
11368 PR cli/16224
11369 * gdb.base/ptype-offsets.cc: New file.
11370 * gdb.base/ptype-offsets.exp: New file.
11371
11372 2017-12-15 Yao Qi <yao.qi@linaro.org>
11373
11374 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
11375 if XML is disabled.
11376
11377 2017-12-15 Xavier Roirand <roirand@adacore.com>
11378
11379 * gdb.ada/same_component_name: New testcase.
11380
11381 2017-12-14 Joel Brobecker <brobecker@adacore.com>
11382
11383 * gdb.ada/str_binop_equal: New testcase.
11384
11385 2017-12-14 Joel Brobecker <brobecker@adacore.com>
11386
11387 * gdb.ada/task_switch_in_core: New testcase.
11388
11389 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
11390
11391 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
11392 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
11393 call test_bkpt_qualified.
11394 (test_bkpt_qualified): New proc.
11395
11396 2017-12-13 Pedro Alves <palves@redhat.com>
11397
11398 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
11399 Tighten regexp by matching with an anchor.
11400
11401 2017-12-13 Pedro Alves <palves@redhat.com>
11402
11403 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
11404 ("expression with namespace"): New set of tests.
11405 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
11406 (Nested::Test_NS::qux): New.
11407 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
11408 defaults to 'start_quote_char' and 'end_quote_char' parameters.
11409
11410 2017-12-13 Joel Brobecker <brobecker@adacore.com>
11411
11412 * gdb.base/server-del-break.c: New file.
11413 * gdb.base/server-del-break.exp: New file.
11414
11415 2017-12-12 Stafford Horne <shorne@gmail.com>
11416
11417 * gdb.xml/tdesc-regs.exp: Add or1k support.
11418
11419 2017-12-12 Stafford Horne <shorne@gmail.com>
11420
11421 * gdb.base/bp-permanent.c: Define nop of or1k.
11422
11423 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11424
11425 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
11426 output with components being reordered.
11427
11428 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11429
11430 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
11431 output with components being reordered.
11432
11433 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11434 Pedro Alves <palves@redhat.com>
11435
11436 * gdb.base/maint.exp (check for .gdb_index): Check also for
11437 .debug_names.
11438 * gdb.dlang/watch-loc.c (.debug_aranges): New.
11439 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
11440 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
11441 (.gdb_index used after symbol reloading): Support also .debug_names.
11442 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
11443
11444 2017-12-08 Yao Qi <yao.qi@linaro.org>
11445
11446 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11447 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
11448
11449 2017-12-08 Yao Qi <yao.qi@linaro.org>
11450
11451 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11452 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
11453
11454 2017-12-08 Yao Qi <yao.qi@linaro.org>
11455
11456 * gdb.arch/aarch64-tagged-pointer.c: New file.
11457 * gdb.arch/aarch64-tagged-pointer.exp: New file.
11458
11459 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
11460
11461 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
11462 "int".
11463
11464 2017-12-07 Keith Seitz <keiths@redhat.com>
11465
11466 PR breakpoints/22569
11467 * gdb.linespec/ls-errs.exp: Change expected result of "break
11468 -source this file has spaces.c -line 3".
11469 Check that an explicit source file followed by whitespace is
11470 identified as an invalid explicit location.
11471
11472 2017-12-07 Keith Seitz <keiths@redhat.com>
11473
11474 * gdb.cp/nested-types.cc: New file.
11475 * gdb.cp/nested-types.exp: New file.
11476 * lib/cp-support.exp: Load data-structures.exp library.
11477 (debug_cp_test_ptype_class): New global.
11478 (cp_ptype_class_verbose, next_line): New procedures.
11479 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
11480 Add and document new return value.
11481 Switch the list of lines to a queue.
11482 Add support for new `type' key for nested type definitions.
11483 Add debugging/troubleshooting messages.
11484 * lib/data-structures.exp: New file.
11485
11486 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
11487
11488 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
11489 with proc_with_prefix, don't use with_test_prefix.
11490
11491 2017-12-07 Tom Tromey <tom@tromey.com>
11492
11493 * gdb.base/break.exp: Add test for empty "commands".
11494
11495 2017-12-07 Yao Qi <yao.qi@linaro.org>
11496
11497 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
11498 malloc and catch syscall.
11499
11500 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
11501
11502 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
11503 tests for explicit locations.
11504
11505 2017-12-06 Pedro Alves <palves@redhat.com>
11506
11507 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
11508 force-disabling XML descriptions.
11509
11510 2017-12-04 Pedro Alves <palves@redhat.com>
11511
11512 PR gdb/22499
11513 * gdb.arch/amd64-disp-step-avx.S: New file.
11514 * gdb.arch/amd64-disp-step-avx.exp: New file.
11515
11516 2017-12-03 Pedro Alves <palves@redhat.com>
11517
11518 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
11519 and <string.h>.
11520 (parent_function): Print distinct messages when waitpid fails, or
11521 the child exits with a signal, or the child exits for an unhandled
11522 reason.
11523 * gdb.threads/process-dies-while-detaching.exp
11524 (detach_and_expect_exit): New 'inf_output_re' parameter and use
11525 it. Wait for both inferior output and GDB's prompt. Use an
11526 indirect spawn id list.
11527 (do_detach): New parameter 'child_exit'. Use it to compute
11528 expected inferior output.
11529 (test_detach, test_detach_watch, test_detach_killed_outside):
11530 Adjust to pass down the expected child exit kind.
11531
11532 2017-12-01 Joel Brobecker <brobecker@adacore.com>
11533 Sergio Durigan Junior <sergiodj@redhat.com>
11534 Pedro Alves <palves@redhat.com>
11535
11536 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
11537
11538 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
11539
11540 * gdb.base/relocate.exp: Add tests to guarantee that arguments
11541 to 'symbol-file' and 'add-symbol-file' can be
11542 position-independent.
11543
11544 2017-12-01 Yao Qi <yao.qi@linaro.org>
11545
11546 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
11547 the URL in copyright header.
11548 * gdb.arch/aarch64-fp.exp: Likewise.
11549 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
11550 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
11551 * gdb.base/expand-psymtabs.exp: Likewise.
11552 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
11553 * gdb.fortran/common-block.exp: Likewise.
11554 * gdb.fortran/common-block.f90: Likewise.
11555 * gdb.fortran/logical.exp: Likewise.
11556 * gdb.fortran/vla-datatypes.f90: Likewise.
11557 * gdb.fortran/vla-sub.f90: Likewise.
11558
11559 2017-11-30 Joel Brobecker <brobecker@adacore.com>
11560
11561 * gdb.ada/repeat_dyn: New testcase.
11562
11563 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
11564
11565 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
11566 Update for changed thread numbering.
11567 * gdb.cell/bt.exp: Update for changed GDB output.
11568
11569 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
11570
11571 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
11572 setting isremote by hand.
11573 * boards/dwarf4-gdb-index.exp: Likewise.
11574 * boards/fission.exp: Likewise.
11575 * boards/stabs.exp: Likewise.
11576
11577 2017-11-30 Pedro Alves <palves@redhat.com>
11578
11579 * gdb.linespec/cpls-ops.exp
11580 (check_explicit_skips_function_argument): Extract the underlying
11581 type of size_t instead of hardcoding it.
11582
11583 2017-11-29 Pedro Alves <palves@redhat.com>
11584
11585 PR c++/19436
11586 * gdb.linespec/cpls-abi-tag.cc: New file.
11587 * gdb.linespec/cpls-abi-tag.exp: New file.
11588
11589 2017-11-29 Pedro Alves <palves@redhat.com>
11590
11591 * gdb.base/langs.exp: Use -qualified.
11592 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
11593 it.
11594 * gdb.cp/namespace.exp: Use -qualified.
11595 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
11596 (overload-3, template-overload, template-ret-type, const-overload)
11597 (const-overload-quoted, anon-ns, ambiguous-prefix): New
11598 procedures.
11599 (test_driver): Call them.
11600 * gdb.cp/save-bp-qualified.cc: New.
11601 * gdb.cp/save-bp-qualified.exp: New.
11602 * gdb.linespec/explicit.exp: Test -qualified.
11603 * lib/completion-support.exp (completion::explicit_opts_list): Add
11604 "-qualified".
11605 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
11606
11607 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
11608
11609 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
11610
11611 2017-11-29 Tom Tromey <tom@tromey.com>
11612
11613 * gdb.base/relocate.exp: Update invalid argument test.
11614 Add new tests for invalid arguments.
11615
11616 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
11617
11618 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
11619 Return 0 as a long.
11620 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
11621
11622 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
11623
11624 * gdb.cp/breakpoint.cc (bar): Set return type to void.
11625 * gdb.cp/psymtab-parameter.cc (func): Likewise.
11626 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
11627 func ().
11628 * gdb.cp/shadow.cc (B.func): Return 0.
11629
11630 2017-11-27 Joel Brobecker <brobecker@adacore.com>
11631
11632 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
11633 expected output in gdb_expect call to allow the exception
11634 message to be present as well. Fix syntax confusion to avoid
11635 TCL thinking that exception_name is an array.
11636
11637 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
11638
11639 * gdb.arch/spu-info.c: Include <unistd.h>.
11640 (do_signal_test): Fix broken calls to write.
11641 * gdb.arch/spu-info.exp: Use prepare_for_testing.
11642 Fix checks for empty mailboxes. Update signal tests for corrected
11643 do_signal_test routine. Allow nonzero event status.
11644 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
11645 * gdb.cell/arch.exp: Use standard_output_file.
11646 * gdb.cell/break.exp: Likewise.
11647 * gdb.cell/bt.exp: Likewise.
11648 * gdb.cell/core.exp: Likewise.
11649 * gdb.cell/dwarfaddr.exp: Likewise.
11650 * gdb.cell/ea-cache.exp: Likewise.
11651 * gdb.cell/ea-standalone.exp: Likewise.
11652 * gdb.cell/f-regs.exp: Likewise.
11653 * gdb.cell/fork.exp: Likewise.
11654 * gdb.cell/gcore.exp: Likewise.
11655 * gdb.cell/mem-access.exp: Likewise.
11656 * gdb.cell/ptype.exp: Likewise.
11657 * gdb.cell/registers.exp: Likewise.
11658 * gdb.cell/sizeof.exp: Likewise.
11659 * gdb.cell/solib-symbol.exp: Likewise.
11660 * gdb.cell/solib.exp: Likewise.
11661
11662 2017-11-25 Pedro Alves <palves@redhat.com>
11663
11664 * gdb.base/complete-empty.exp: New file.
11665 * gdb.base/completion.exp: Adjust.
11666
11667 2017-11-25 Pedro Alves <palves@redhat.com>
11668
11669 * gdb.linespec/cpls-ops.cc: New file.
11670 * gdb.linespec/cpls-ops.exp: New file.
11671 * lib/completion-support.exp (test_complete_prefix_range_re): New,
11672 factored out from ...
11673 (test_complete_prefix_range): ... this.
11674
11675 2017-11-24 Pedro Alves <palves@redhat.com>
11676
11677 * gdb.linespec/cpcompletion.exp: New file.
11678 * gdb.linespec/cpls-hyphen.cc: New file.
11679 * gdb.linespec/cpls.cc: New file.
11680 * gdb.linespec/cpls2.cc: New file.
11681 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
11682 test to use test_gdb_complete_unique. Add label completion,
11683 keyword completion and explicit location completion tests.
11684 * lib/completion-support.exp: New file.
11685
11686 2017-11-24 Joel Brobecker <brobecker@adacore.com>
11687
11688 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
11689 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
11690 when hitting an exception catchpoint.
11691
11692 2017-11-22 Yao Qi <yao.qi@linaro.org>
11693
11694 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
11695
11696 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
11697
11698 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
11699 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
11700 * gdb.dwarf2/info-locals-optimized-out.c: New file.
11701
11702 2017-11-22 Yao Qi <yao.qi@linaro.org>
11703
11704 * gdb.base/info-os.exp: Pass pthreads.
11705 * gdb.multi/multi-attach.exp: Likewise.
11706
11707 2017-11-22 Yao Qi <yao.qi@linaro.org>
11708
11709 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
11710 compiler.
11711
11712 2017-11-22 Yao Qi <yao.qi@linaro.org>
11713
11714 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
11715 * gdb.base/break-interp.exp: Likewise.
11716 * gdb.base/jit-attach-pie.exp: Likewise.
11717
11718 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
11719
11720 * gdb.base/float128.c (large128): New variable.
11721 * gdb.base/float128.exp: Add test to print largest __float128 value.
11722
11723 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
11724
11725 * gdb.arch/vsx-regs.exp: Update register content checks.
11726
11727 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
11728
11729 * gdb.arch/ppc-longdouble.exp: New file.
11730 * gdb.arch/ppc-longdouble.c: Likewise.
11731
11732 2017-11-21 Pedro Alves <palves@redhat.com>
11733
11734 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
11735
11736 2017-11-20 Pedro Alves <palves@redhat.com>
11737
11738 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
11739 (long_double_typedef): New typedefs.
11740 Use DEF on double and long double.
11741 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
11742 cases.
11743 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
11744 and 'long_double_ptr_same_size' locals. Use them to decide
11745 whether cast from array/function to float is valid/invalid.
11746
11747 2017-11-17 Tom Tromey <tom@tromey.com>
11748
11749 * gdb.rust/traits.rs: New file.
11750 * gdb.rust/traits.exp: New file.
11751
11752 2017-11-17 Joel Brobecker <brobecker@adacore.com>
11753
11754 * gdb.ada/minsyms: New testcase.
11755
11756 2017-11-16 Pedro Alves <palves@redhat.com>
11757
11758 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
11759 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
11760
11761 2017-11-16 Pedro Alves <palves@redhat.com>
11762
11763 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
11764 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
11765
11766 2017-11-16 Pedro Alves <palves@redhat.com>
11767
11768 * gdb.server/reconnect-ctrl-c.c: New file.
11769 * gdb.server/reconnect-ctrl-c.exp: New file.
11770
11771 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
11772
11773 * gdb.python/py-rbreak.exp: New file.
11774 * gdb.python/py-rbreak.c: New file.
11775 * gdb.python/py-rbreak-func2.c: New file.
11776
11777 2017-11-16 Pedro Alves <palves@redhat.com>
11778
11779 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
11780 pattern.
11781 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
11782 GDB.
11783
11784 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
11785
11786 * gdb.tui/completionn.exp (test_tab_completion): Add space in
11787 regex.
11788
11789 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
11790
11791 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
11792 test names.
11793
11794 2017-11-09 Pedro Alves <palves@redhat.com>
11795
11796 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
11797 factored out from ...
11798 (top level): ... here, and adjusted to avoid expecting beyond the
11799 prompt in a single gdb_test_multiple.
11800
11801 2017-11-09 Pedro Alves <palves@redhat.com>
11802
11803 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
11804 output.
11805 * gdb.server/ext-attach.exp ("kill" test): Likewise.
11806 * gdb.server/ext-restart.exp ("kill" test): Likewise.
11807 * gdb.server/ext-run.exp ("kill" test): Likewise.
11808 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
11809
11810 2017-11-09 Pedro Alves <palves@redhat.com>
11811
11812 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
11813 match till end of line.
11814
11815 2017-11-09 Pedro Alves <palves@redhat.com>
11816
11817 * gdb.base/memattr.exp: Tighten regexes to match the end line.
11818
11819 2017-11-09 Pedro Alves <palves@redhat.com>
11820
11821 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
11822 New procedures, factored out from ...
11823 (top level): ... here, and adjusted to avoid expecting beyond the
11824 prompt in one go.
11825
11826 2017-11-09 Pedro Alves <palves@redhat.com>
11827
11828 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
11829 output. Fix '?' match.
11830
11831 2017-11-08 Joel Brobecker <brobecker@adacore.com>
11832
11833 * gdb.ada/scoped_watch: New testcase.
11834 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
11835 which is actually correct.
11836 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
11837 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
11838
11839 2017-11-08 Pedro Alves <palves@redhat.com>
11840
11841 * gdb.gdb/complaints.exp (test_initial_complaints)
11842 (test_serial_complaints, test_short_complaints): Call
11843 complaint_internal instead of complaint.
11844
11845 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
11846
11847 * gdb.threads/tls-core.c: New file.
11848 * gdb.threads/tls-core.exp: Likewise.
11849
11850 2017-11-08 Pedro Alves <palves@redhat.com>
11851
11852 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
11853 (p Exported_Capitalized): New test.
11854 (p exported_capitalized): New test.
11855
11856 2017-11-07 Pedro Alves <palves@redhat.com>
11857
11858 * gdb.cp/ena-dis-br-range.exp: Add more tests.
11859
11860 2017-11-07 Pedro Alves <palves@redhat.com>
11861
11862 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
11863 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
11864 (disable_invalid, disable_inverted, disable_negative): New
11865 procedures.
11866 ("bad numbers"): New set of tests.
11867
11868 2017-11-07 Pedro Alves <palves@redhat.com>
11869
11870 * gdb.cp/ena-dis-br-range.exp: Add tests.
11871
11872 2017-11-07 Pedro Alves <palves@redhat.com>
11873
11874 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
11875
11876 2017-11-07 Xavier Roirand <roirand@adacore.com>
11877 Pedro Alves <palves@redhat.com>
11878
11879 * gdb.base/ena-dis-br.exp: Add reference to
11880 gdb.cp/ena-dis-br-range.exp.
11881 * gdb.cp/ena-dis-br-range.exp: New file.
11882 * gdb.cp/ena-dis-br-range.cc: New file.
11883
11884 2017-11-06 Pedro Alves <palves@redhat.com>
11885
11886 * gdb.base/attach-non-pgrp-leader.c: New.
11887 * gdb.base/attach-non-pgrp-leader.exp: New.
11888
11889 2017-11-06 Pedro Alves <palves@redhat.com>
11890
11891 * configure.ac: No longer check for termio.h and sgtty.h.
11892 * configure: Regenerate.
11893 * remote-utils.c: Include termios.h instead of gdb_termios.h.
11894 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
11895 Remove termio and sgtty code.
11896
11897 2017-11-03 Yao Qi <yao.qi@linaro.org>
11898
11899 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
11900 in GDB is disabled.
11901
11902 2017-11-03 Yao Qi <yao.qi@linaro.org>
11903
11904 * gdb.python/py-thrhandle.exp: Skip it if python is not
11905 enabled.
11906
11907 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
11908
11909 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
11910 as a breakpoint command.
11911
11912 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
11913
11914 PR python/21213
11915 * gdb.python/py-infthread.exp: Test calling
11916 InferiorThread.inferior () multiple times in a row.
11917
11918 2017-10-27 Keith Seitz <keiths@redhat.com>
11919
11920 * gdb.opt/inline-break.exp (break_info_1): New procedure.
11921 Test "info break" for every inlined function breakpoint.
11922
11923 2017-10-27 Yao Qi <yao.qi@linaro.org>
11924
11925 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
11926
11927 2017-10-26 Patrick Frants <osscontribute@gmail.com>
11928
11929 * gdb.cp/classes.exp (test_static_members): Test printing
11930 Outer::instance.
11931 * gdb.cp/classes.c (struct Inner, struct Outer): New.
11932 (Inner::instance, Outer::instance): New.
11933
11934 2017-10-24 Pedro Alves <palves@redhat.com>
11935
11936 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
11937 extra console" test in two stages.
11938
11939 2017-10-24 Pedro Alves <palves@redhat.com>
11940
11941 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
11942
11943 2017-10-24 Pedro Alves <palves@redhat.com>
11944
11945 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
11946 loop.
11947
11948 2017-10-24 Pedro Alves <palves@redhat.com>
11949
11950 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
11951 $attempt" and "stoppedtry $stoppedtry" test prefixes.
11952
11953 2017-10-24 Pedro Alves <palves@redhat.com>
11954
11955 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
11956 parameter and handle it. Don't output read value in test name.
11957
11958 2017-10-24 Pedro Alves <palves@redhat.com>
11959
11960 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
11961 custom test name.
11962
11963 2017-10-24 Pedro Alves <palves@redhat.com>
11964
11965 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
11966 include the unstable output directory name in the test's name.
11967 (initial_setup_simple) <'set args'>: Use custom test name.
11968
11969 2017-10-24 Pedro Alves <palves@redhat.com>
11970
11971 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
11972 with explicit test name.
11973
11974 2017-10-20 Pedro Alves <palves@redhat.com>
11975
11976 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
11977 'wait -i'. Use gdb_assert and remote_close.
11978
11979 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
11980
11981 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
11982 number from variable rather than hard-coded.
11983
11984 2017-10-19 Pedro Alves <palves@redhat.com>
11985
11986 * gdb.base/long-inferior-output.c: New file.
11987 * gdb.base/long-inferior-output.exp: New file.
11988
11989 2017-11-18 Keith Seitz <keiths@redhat.com>
11990
11991 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
11992 method.
11993 (main): Call it.
11994 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
11995 Add additional user-defined conversion operator tests.
11996
11997 2017-10-17 Pedro Alves <palves@redhat.com>
11998
11999 * boards/native-stdio-gdbserver.exp: Load "local-board".
12000
12001 2017-10-17 Pedro Alves <palves@redhat.com>
12002
12003 * gdb.base/quit-live.c: New file.
12004 * gdb.base/quit-live.exp: New file.
12005
12006 2017-10-16 Keith Seitz <keiths@redhat.com>
12007
12008 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
12009 (class_with_protected_typedef, class_with_private_typedef)
12010 (struct_with_public_typedef, struct_with_protected_typedef)
12011 (struct_with_private_typedef): New classes/structs.
12012 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
12013 typedefs and access specifiers.
12014
12015 2017-10-16 Pedro Alves <palves@redhat.com>
12016 Simon Marchi <simon.marchi@polymtl.ca>
12017
12018 * README (Local vs Remote vs Native): New section.
12019 * boards/local-board.exp: New file, with bits factored out from
12020 ...
12021 * boards/native-extended-gdbserver.exp: ... here. Load
12022 "local-board".
12023 * boards/native-gdbserver.exp: Load "local-board".
12024 (${board}_spawn, ${board}_exec): Delete.
12025 * boards/native-stdio-gdbserver.exp: Most contents factored out to
12026 ...
12027 * boards/stdio-gdbserver-base.exp: ... this new file.
12028 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
12029 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
12030 procedure.
12031 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
12032 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
12033 stdio_gdbserver_command.
12034 (${board}_get_remote_address, ${board}_get_comm_port)
12035 (${board}_download, ${board}_upload): Delete.
12036 (get_target_remote_pipe_cmd): New.
12037
12038 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
12039
12040 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
12041 test_bkpt_deletion, test_bkpt_cond_and_cmds,
12042 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
12043 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
12044 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
12045 remove with_test_prefix.
12046
12047 2017-10-13 Pedro Alves <palves@redhat.com>
12048
12049 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
12050 * gdb.base/annota1.exp: Use it instead of is_remote.
12051 * gdb.base/annota3.exp: Use it instead of is_remote.
12052 * gdb.cp/annota2.exp: Use it instead of is_remote.
12053 * gdb.cp/annota3.exp: Use it instead of is_remote.
12054 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
12055
12056 2017-10-13 Pedro Alves <palves@redhat.com>
12057
12058 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
12059 (test_num_test_vars, run_and_count_vars, find_env)
12060 (test_set_unset_env, test_inherit_env_var): New procedures.
12061 (top level): Use them.
12062
12063 2017-10-13 Pedro Alves <palves@redhat.com>
12064
12065 * lib/selftest-support.exp (selftest_setup): Extend comments, and
12066 also skip on stub-like targets.
12067
12068 2017-10-13 Pedro Alves <palves@redhat.com>
12069
12070 PR gdb/22293
12071 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
12072 (top level): Move some tests to ...
12073 (test_not_found): ... this new procedure.
12074 (top level): Call it.
12075
12076 2017-10-13 Pedro Alves <palves@redhat.com>
12077
12078 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
12079 expect different "info terminal" output if testing with a
12080 non-native target.
12081
12082 2017-10-13 Pedro Alves <palves@redhat.com>
12083 Simon Marchi <simon.marchi@polymtl.ca>
12084
12085 PR python/12966
12086 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
12087
12088 2017-10-13 Pedro Alves <palves@redhat.com>
12089
12090 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
12091 already.
12092
12093 2017-10-13 Pedro Alves <palves@redhat.com>
12094
12095 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
12096 is_remote.
12097
12098 2017-10-13 Pedro Alves <palves@redhat.com>
12099
12100 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
12101 is_remote.
12102
12103 2017-10-13 Pedro Alves <palves@redhat.com>
12104
12105 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
12106 is set.
12107 (corefile_test_attach): Likewise. Check can_spawn_for_attach
12108 instead of is_remote.
12109
12110 2017-10-13 Pedro Alves <palves@redhat.com>
12111
12112 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
12113 (top level): Add comment.
12114
12115 2017-10-13 Pedro Alves <palves@redhat.com>
12116
12117 * gdb.base/remote.exp (top level): Fix comment typo and add
12118 missing return.
12119
12120 2017-10-13 Pedro Alves <palves@redhat.com>
12121 Simon Marchi <simon.marchi@polymtl.ca>
12122
12123 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
12124 calls and add comments. Skip test if use_gdb_stub is set.
12125 (top level): Use "set cwd" command instead of "cd" command.
12126
12127 2017-10-13 Pedro Alves <palves@redhat.com>
12128
12129 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
12130 is_remote target check.
12131
12132 2017-10-13 Pedro Alves <palves@redhat.com>
12133
12134 * gdb.base/scope.exp: Use build_executable + clean_restart +
12135 gdb_file_cmd instead of prepare_for_testing and no longer skip
12136 "before run" tests on is_remote target boards. Update comments.
12137 * boards/native-extended-gdbserver.exp
12138 (extended_gdbserver_load_last_file): New, factored out from ...
12139 (gdb_load): ... this. Move further below and add comment.
12140 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
12141
12142 2017-10-12 Pedro Alves <palves@redhat.com>
12143
12144 * gdb.base/attach.exp: Remove references to gdb64.
12145 * gdb.base/dbx.exp: Remove references to gdb64.
12146
12147 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12148 Pedro Alves <palves@redhat.com>
12149
12150 * gdb.base/label.exp: Remove is_remote target check.
12151
12152 2017-10-12 Pedro Alves <palves@redhat.com>
12153
12154 * gdb.base/auvx.exp (coredir): Update comment.
12155 (top level) <core_works>: Use "set cwd" command instead of "cd"
12156 command.
12157
12158 2017-10-12 Pedro Alves <palves@redhat.com>
12159 Simon Marchi <simon.marchi@polymtl.ca>
12160
12161 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
12162 target boards.
12163
12164 2017-10-12 Pedro Alves <palves@redhat.com>
12165 Simon Marchi <simon.marchi@polymtl.ca>
12166
12167 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
12168 Instead skip if there's any gdb_protocol set.
12169
12170 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12171 Pedro Alves <palves@redhat.com>
12172
12173 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
12174
12175 2017-10-12 Pedro Alves <palves@redhat.com>
12176 Simon Marchi <simon.marchi@polymtl.ca>
12177
12178 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
12179 instead of on dejagnu remote boards.
12180
12181 2017-10-12 Pedro Alves <palves@redhat.com>
12182 Simon Marchi <simon.marchi@polymtl.ca>
12183
12184 * gdb.base/inferior-died.exp: Remove is_remote and isnative
12185 checks. Use build_executable + clean_restart instead of
12186 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
12187 of enabling non-stop after starting gdb.
12188
12189 2017-10-12 Pedro Alves <palves@redhat.com>
12190
12191 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
12192 * gdb.threads/non-ldr-exc-2.exp: Ditto.
12193 * gdb.threads/non-ldr-exc-3.exp: Ditto.
12194 * gdb.threads/non-ldr-exc-4.exp: Ditto.
12195
12196 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
12197
12198 * gdb.arch/arc-tdesc-cpu.exp: New file.
12199 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
12200
12201 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
12202
12203 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
12204
12205 2017-10-10 Pedro Alves <palves@redhat.com>
12206
12207 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
12208 expect CLI output.
12209
12210 2017-10-10 Pedro Alves <palves@redhat.com>
12211
12212 * lib/selftest-support.exp (selftest_setup): Update for
12213 captured_command_loop's prototype change.
12214
12215 2017-10-09 Pedro Alves <palves@redhat.com>
12216
12217 Test both arch1=>arch2 and arch2=>arch1.
12218
12219 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
12220 (srcfile2, binfile2, march1, march2): Remove globals. Largely
12221 factored out to...
12222 (append_arch1_options, append_arch2_options, append_arch_options)
12223 (build_executables): New procedures.
12224 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
12225 local.
12226 (top level): Add new 'first_arch' testing axis.
12227
12228 2017-10-09 Pedro Alves <palves@redhat.com>
12229
12230 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
12231 (barrier): New.
12232 (thread_start, all_started): New functions.
12233 (main): Spawn new thread and wait until it is scheduled.
12234 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
12235 option.
12236 (do_test): Add 'selected_thread' parameter. Run to all_started
12237 instead of main. Explicitly set the breakpoint at main. Switch
12238 to the SELECTED_THREAD thread.
12239 (top level): Test handling the exec event with either the main
12240 thread or the second thread selected.
12241
12242 2017-10-09 Pedro Alves <palves@redhat.com>
12243
12244 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
12245 logic. Move STOP marker after the value checks.
12246 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
12247 regexp.
12248
12249 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
12250
12251 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
12252
12253 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
12254
12255 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
12256 integer-to-dfp conversion.
12257 * gdb.base/dfp-test.exp: Likewise.
12258
12259 2017-10-04 Pedro Alves <palves@redhat.com>
12260
12261 * gdb.multi/hangout.c: Include <unistd.h>.
12262 (hangout_loop): New function.
12263 (main): Call alarm. Call hangout_loop in a loop.
12264 * gdb.multi/hello.c: Include <unistd.h>.
12265 (hello_loop): New function.
12266 (main): Call alarm. Call hangout_loop in a loop.
12267 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
12268 inferior with the other selected.
12269
12270 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
12271
12272 * gdb.mi/list-thread-groups-available.exp: New file.
12273 * gdb.mi/list-thread-groups-available.c: New file.
12274
12275 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12276
12277 * gdb.base/set-cwd.exp: Make it available on
12278 native-extended-gdbserver.
12279
12280 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12281
12282 * gdb.base/set-cwd.c: New file.
12283 * gdb.base/set-cwd.exp: Likewise.
12284
12285 2017-10-02 Tom Tromey <tom@tromey.com>
12286
12287 PR rust/22236:
12288 * gdb.rust/simple.rs (main): New variable "fslice".
12289 * gdb.rust/simple.exp: Add slice tests. Update string tests.
12290
12291 2017-10-02 Tom Tromey <tom@tromey.com>
12292
12293 * gdb.rust/simple.exp: Test ptype of a slice.
12294
12295 2017-10-02 Tom Tromey <tom@tromey.com>
12296
12297 * gdb.rust/simple.exp: Test index of slice.
12298
12299 2017-09-27 Tom Tromey <tom@tromey.com>
12300
12301 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
12302
12303 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
12304 Pedro Alves <palves@redhat.com>
12305
12306 * gdb.base/compare-sections.exp (get value of read-only section): Read
12307 as unsigned value.
12308 (corrupt read-only section): Likewise and don't set written if patching
12309 failed.
12310
12311 2017-09-21 Kevin Buettner <kevinb@redhat.com>
12312
12313 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
12314 files.
12315
12316 2017-09-20 Pedro Alves <palves@redhat.com>
12317
12318 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
12319 symbol names in gdb's output.
12320 * gdb.cp/overload.exp ("list all overloads"): Likewise.
12321
12322 2017-09-20 Pedro Alves <palves@redhat.com>
12323
12324 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
12325 Rename to ...
12326 (test_list_ambiguous_symbol): ... this and add a symbol name
12327 parameter. Adjust.
12328 (test_list_ambiguous_function): Reimplement on top of
12329 test_list_ambiguous_symbol and also test listing ambiguous
12330 variables.
12331 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
12332 (ambiguous_fun): ... this.
12333 (ambiguous_var): New.
12334 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
12335 (ambiguous_fun): ... this.
12336 (ambiguous_var): New.
12337
12338 2017-09-19 John Baldwin <jhb@FreeBSD.org>
12339
12340 * gdb.base/starti.c: New file.
12341 * gdb.base/starti.exp: New file.
12342 * lib/gdb.exp (gdb_starti_cmd): New procedure.
12343
12344 2017-09-14 Pedro Alves <palves@redhat.com>
12345
12346 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
12347 (top level): Use it instead of runto.
12348
12349 2017-09-11 Tom Tromey <tom@tromey.com>
12350
12351 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
12352
12353 2017-09-11 Tom Tromey <tom@tromey.com>
12354
12355 * gdb.python/py-infthread.exp: Add tests for new_thread event.
12356 * gdb.python/py-inferior.exp: Add tests for new inferior events.
12357
12358 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
12359
12360 * gdb.fortran/printing-types.exp: New file.
12361 * gdb.fortran/printing-types.exp: New file.
12362
12363 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12364
12365 * gdb.fortran/vla-ptype.exp: Fix typos.
12366 * gdb.fortran/vla-value.exp: Same.
12367
12368 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12369
12370 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
12371 * gdb.mi/mi-var-child-f.exp: Likewise.
12372 * gdb.mi/mi-vla-fortran.exp: Likewise.
12373
12374 2017-09-08 Frank Penczek <frank.penczek@intel.com>
12375 Christoph Weinmann <christoph.t.weinmann@intel.com>
12376 Bernhard Heckel <bernhard.heckel@intel.com>
12377
12378 * gdb.fortran/ptr-indentation.f90: New file.
12379 * gdb.fortran/ptr-indentation.exp: New file.
12380
12381 2017-09-05 Tom Tromey <tom@tromey.com>
12382
12383 PR gdb/22010:
12384 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
12385
12386 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
12387
12388 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
12389
12390 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12391
12392 * gdb.threads/tls-nodebug-pie.c: New file.
12393 * gdb.threads/tls-nodebug-pie.exp: New file.
12394
12395 2017-09-05 Tom Tromey <tom@tromey.com>
12396
12397 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
12398 for rust.
12399
12400 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
12401
12402 * gdb.multi/multi-arch-exec.exp: Test with different
12403 "follow-exec-mode" settings.
12404 (do_test): New procedure.
12405
12406 2017-09-04 Pedro Alves <palves@redhat.com>
12407
12408 * gdb.base/func-static.c (S::method const, S::method volatile)
12409 (S::method volatile const): New methods.
12410 (c_s, v_s, cv_s): New instances.
12411 (main): Call method() on them.
12412 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
12413 (cannot_resolve): New procedure.
12414 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
12415 print-quote-unquoted columns.
12416 (do_test): Test printing each scope too.
12417
12418 2017-09-04 Pedro Alves <palves@redhat.com>
12419
12420 * gdb.base/local-static.exp: Also test with
12421 class::method::variable wholly quoted.
12422 * gdb.cp/m-static.exp (class::method::variable): Remove test.
12423
12424 2017-09-04 Pedro Alves <palves@redhat.com>
12425
12426 * gdb.base/local-static.c: New.
12427 * gdb.base/local-static.cc: New.
12428 * gdb.base/local-static.exp: New.
12429
12430 2017-09-04 Pedro Alves <palves@redhat.com>
12431
12432 * gdb.asm/asm-source.exp: Add casts to int.
12433 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
12434 (dataglobal64_1, dataglobal64_2): New globals.
12435 * gdb.base/nodebug.exp: Test different expressions involving the
12436 new globals, with print, whatis and ptype. Add casts to int.
12437 * gdb.base/solib-display.exp: Add casts to int.
12438 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
12439 * gdb.cp/m-static.exp: Add cast to int.
12440 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
12441 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
12442 tls variable with no debug info without a cast. Test with a cast
12443 to int too.
12444 * gdb.trace/entry-values.exp: Add casts.
12445
12446 2017-09-04 Pedro Alves <palves@redhat.com>
12447
12448 * gdb.base/nodebug.exp: Test that ptype's error about functions
12449 with unknown return type includes the function name too.
12450
12451 2017-09-04 Pedro Alves <palves@redhat.com>
12452
12453 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
12454 return type of munmap in infcall.
12455 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
12456 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
12457 type of ftell in infcall.
12458 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
12459 type of getpid in infcall.
12460 * gdb.base/infcall-exec.exp: Cast return type of execlp in
12461 infcall.
12462 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
12463 Bail on failure to extract the pid.
12464 * gdb.base/nodebug.c: #include <stdint.h>.
12465 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
12466 New functions.
12467 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
12468 Change expected output of print/whatis/ptype with functions with
12469 no debug info. Test all supported languages. Call
12470 test_call_promotion.
12471 * gdb.compile/compile.exp: Adjust expected output to expect
12472 warning.
12473 * gdb.threads/siginfo-threads.exp: Likewise.
12474
12475 2017-09-04 Pedro Alves <palves@redhat.com>
12476
12477 * gdb.base/callfuncs.exp (do_function_calls): New parameter
12478 "prototypes". Test calling float functions via prototyped and
12479 unprototyped function pointers.
12480 (perform_all_tests): New parameter "prototypes". Pass it down.
12481 (top level): Pass down "prototypes" parameter to
12482 perform_all_tests.
12483
12484 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12485
12486 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
12487 Test with nested loops.
12488
12489 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12490
12491 * gdb.base/commands.exp: Call the new procedures.
12492 (loop_break_test, loop_continue_test): New procedures.
12493
12494 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12495
12496 * gdb.base/commands.exp: Call new procedure.
12497 (define_if_without_arg_test): New procedure.
12498
12499 2017-09-04 Pedro Alves <palves@redhat.com>
12500
12501 * gdb.base/list-ambiguous.exp: New file.
12502 * gdb.base/list-ambiguous0.c: New file.
12503 * gdb.base/list-ambiguous1.c: New file.
12504 * gdb.base/list.exp (test_list_range): Adjust expected output.
12505
12506 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
12507
12508 * gdb.base/share-env-with-gdbserver.c: New file.
12509 * gdb.base/share-env-with-gdbserver.exp: Likewise.
12510
12511 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12512
12513 * gdb.base/commands.exp (gdbvar_simple_if_test,
12514 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
12515 progvar_simple_if_test, progvar_simple_while_test,
12516 progvar_complex_if_while_test, user_defined_command_test,
12517 user_defined_command_args_eval,
12518 user_defined_command_args_stack_test,
12519 user_defined_command_manyargs_test, bp_deleted_in_command_test,
12520 temporary_breakpoint_commands,
12521 gdb_test_no_prompt, redefine_hook_test,
12522 redefine_backtrace_test): Remove "global gdb_prompt".
12523
12524 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12525
12526 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
12527 New proc, call it from toplevel.
12528
12529 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
12530
12531 PR remote/21852
12532 * gdb.server/normal.c: New file, copied from gdb.base.
12533 * gdb.server/run-without-local-binary.exp: New file.
12534
12535 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
12536
12537 * gdb.arch/sparc64-adi.exp: New file.
12538 * gdb.arch/sparc64-adi.c: New file.
12539
12540 2017-08-22 Pedro Alves <palves@redhat.com>
12541
12542 * gdb.cp/overload.exp (line_range_pattern): New procedure.
12543 (top level): Add "list all overloads" tests.
12544
12545 2017-08-22 Tom Tromey <tom@tromey.com>
12546
12547 * gdb.gdb/xfullpath.exp: Remove.
12548
12549 2017-08-21 Pedro Alves <palves@redhat.com>
12550
12551 PR gdb/19487
12552 * gdb.base/symbol-alias.c: New.
12553 * gdb.base/symbol-alias2.c: New.
12554 * gdb.base/symbol-alias.exp: New.
12555
12556 2017-08-21 Pedro Alves <palves@redhat.com>
12557
12558 * gdb.base/dfp-test.c
12559 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
12560 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
12561 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
12562 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
12563 * gdb.base/whatis-ptype-typedefs.c: New.
12564 * gdb.base/whatis-ptype-typedefs.exp: New.
12565 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
12566 (an_int, an_int_type, an_int_type2): New globals.
12567 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
12568 involving typedefs and cast expressions.
12569 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
12570 (lookup_typedefs_function): New.
12571 (typedefs_pretty_printers_dict): New.
12572 (top level): Register lookup_typedefs_function in
12573 gdb.pretty_printers.
12574
12575 2017-08-18 Yao Qi <yao.qi@linaro.org>
12576
12577 * gdb.server/unittest.exp: New.
12578
12579 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
12580
12581 PR gdb/21954
12582 * gdb.base/environ.exp: Add test to check if 'unset environment'
12583 works.
12584
12585 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12586
12587 * lib/gdb.exp (universal_compile_options): New caching proc.
12588 (gdb_compile): Suppress GCC's coloring of messages.
12589
12590 2017-08-14 Tom Tromey <tom@tromey.com>
12591
12592 PR gdb/21675:
12593 * gdb.base/printcmds.exp (test_radices): New function.
12594 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
12595 * gdb.base/sizeof.exp (check_valueof): Use p/d.
12596 * lib/gdb.exp (get_integer_valueof): Use p/d.
12597
12598 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
12599
12600 * lib/gdb.exp (get_valueof): Don't capture end-of-line
12601 characters.
12602
12603 2017-08-05 Tom Tromey <tom@tromey.com>
12604
12605 * gdb.rust/simple.exp: Allow String to appear in a different
12606 namespace.
12607
12608 2017-07-26 Yao Qi <yao.qi@linaro.org>
12609
12610 * gdb.gdb/unittest.exp: Invoke command
12611 "maintenance check xml-descriptions".
12612
12613 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12614
12615 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
12616 calling context.
12617 (hex128): Drop erroneous calculation of parameters.
12618
12619 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
12620
12621 * gdb.python/py-unwind.exp: Disable stack protection when
12622 building test file.
12623
12624 2017-07-20 Pedro Alves <palves@redhat.com>
12625
12626 * gdb.base/default.exp (set language): Adjust expected output.
12627
12628 2017-07-20 Pedro Alves <palves@redhat.com>
12629
12630 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
12631 (test_minsym): ... this, and make static.
12632 (get_pck__foo__bar__minsym): Rename to ...
12633 (get_test_minsym): ... this.
12634 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
12635 symbol names and comments.
12636 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
12637 (get_test_minsym): ... this.
12638 (pck__foo__bar__minsym__2): Rename to ...
12639 (test_minsym): ... this.
12640 (main): Adjust.
12641
12642 2017-07-17 Pedro Alves <palves@redhat.com>
12643
12644 * gdb.base/completion.exp: Adjust expected output.
12645 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
12646 the completer works.
12647
12648 2017-07-17 Pedro Alves <palves@redhat.com>
12649
12650 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
12651
12652 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
12653
12654 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
12655
12656 2017-07-14 Tom Tromey <tom@tromey.com>
12657
12658 PR rust/21764:
12659 * gdb.rust/simple.exp: Add tests.
12660
12661 2017-07-14 Tom Tromey <tom@tromey.com>
12662
12663 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
12664
12665 2017-07-14 Pedro Alves <palves@redhat.com>
12666
12667 * gdb.linespec/base/one/thefile.cc (z1): New function.
12668 * gdb.linespec/base/two/thefile.cc (z2): New function.
12669 * gdb.linespec/linespec.exp: Add tests.
12670
12671 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
12672
12673 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
12674 to mi_create_breakpoint.
12675
12676 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
12677
12678 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
12679 mi_create_breakpoint.
12680
12681 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
12682
12683 * gdb.dlang/demangle.exp: Update for demangling changes.
12684
12685 2017-07-09 Tom Tromey <tom@tromey.com>
12686
12687 * gdb.dwarf2/shortpiece.exp: New file.
12688
12689 2017-07-06 David Blaikie <dblaikie@gmail.com>
12690
12691 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
12692 built from fissiont-multi-cu{1,2}.c.
12693 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
12694 except putting 'main' and 'func' in separate CUs in the same DWO file.
12695 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
12696 test.
12697 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
12698 test.
12699
12700 2017-07-06 Pedro Alves <palves@redhat.com>
12701
12702 * gdb.python/py-unwind.exp: Test flushregs.
12703
12704 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
12705
12706 PR cli/21688
12707 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
12708 tests for alias commands and trailing whitespace.
12709
12710 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
12711
12712 PR cli/21688
12713 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
12714 procedure. Call it.
12715
12716 2017-06-29 Pedro Alves <palves@redhat.com>
12717
12718 * gdb.base/printcmds.exp: Add tests.
12719
12720 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
12721
12722 PR gdb/21337
12723 * gdb.base/reread-readsym.exp: New file.
12724 * gdb.base/reread-readsym.c: New file.
12725
12726 2017-06-21 Kevin Buettner <kevinb@redhat.com>
12727
12728 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
12729 subpattern.
12730
12731 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
12732
12733 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
12734 extended mnemonic.
12735 * gdb.arch/powerpc-power9.s: Likewise.
12736
12737 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12738
12739 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
12740 on 32-bit x86 targets. Exploit is_*_target macros where
12741 appropriate.
12742
12743 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12744
12745 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
12746 register pieces.
12747
12748 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12749
12750 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
12751 located in one or more DWARF pieces.
12752
12753 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12754
12755 * lib/gdb.exp (get_endianness): New proc.
12756 * gdb.arch/aarch64-fp.exp: Use it.
12757 * gdb.arch/altivec-regs.exp: Likewise.
12758 * gdb.arch/e500-regs.exp: Likewise.
12759 * gdb.arch/vsx-regs.exp: Likewise.
12760 * gdb.base/dump.exp: Likewise.
12761 * gdb.base/funcargs.exp: Likewise.
12762 * gdb.base/gnu_vector.exp: Likewise.
12763 * gdb.dwarf2/formdata16.exp: Likewise.
12764 * gdb.dwarf2/implptrpiece.exp: Likewise.
12765 * gdb.dwarf2/nonvar-access.exp: Likewise.
12766 * gdb.python/py-inferior.exp: Likewise.
12767 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
12768
12769 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12770
12771 PR gdb/21226
12772 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
12773 stack value pieces are taken from the LSB end.
12774
12775 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12776
12777 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
12778 variable at nonzero offset.
12779
12780 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12781
12782 * gdb.dwarf2/var-access.c: New file.
12783 * gdb.dwarf2/var-access.exp: New test.
12784 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
12785
12786 2017-06-12 Tom Tromey <tom@tromey.com>
12787
12788 * gdb.dwarf2/formdata16.exp: Add tests.
12789
12790 2017-06-12 Tom Tromey <tom@tromey.com>
12791
12792 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
12793
12794 2017-06-12 Tom Tromey <tom@tromey.com>
12795
12796 PR exp/16225:
12797 * gdb.reverse/i386-sse-reverse.exp: Update tests.
12798 * gdb.arch/vsx-regs.exp: Update tests.
12799 * gdb.arch/s390-vregs.exp (hex128): New proc.
12800 Update test.
12801 * gdb.arch/altivec-regs.exp: Update tests.
12802
12803 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
12804
12805 * gdb.base/startup-with-shell.c: New file.
12806 * gdb.base/startup-with-shell.exp: Likewise.
12807
12808 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
12809
12810 * gdb.server/non-existing-program.exp: Update regex in order to
12811 reflect the fact that gdbserver is now using fork_inferior (with a
12812 shell) to startup the inferior.
12813
12814 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
12815
12816 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
12817 support function calls from GDB.
12818
12819 2017-05-21 Tom Tromey <tom@tromey.com>
12820
12821 PR rust/21466:
12822 * gdb.rust/unsized.exp: New file.
12823 * gdb.rust/unsized.rs: New file.
12824
12825 2017-05-19 Tom Tromey <tom@tromey.com>
12826
12827 PR rust/21484:
12828 * gdb.rust/watch.exp: New file.
12829 * gdb.rust/watch.rs: New file.
12830
12831 2017-05-18 Tom Tromey <tom@tromey.com>
12832
12833 * gdb.rust/simple.exp: Allow Box to be qualified.
12834
12835 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
12836
12837 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
12838
12839 2017-05-18 Pedro Alves <palves@redhat.com>
12840
12841 * gdb.base/fileio.c (test_write, test_read, test_close)
12842 (test_fstat): Don't print 'ret' in the fail path.
12843
12844 2017-05-18 Pedro Alves <palves@redhat.com>
12845
12846 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
12847 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
12848 (test_system, test_rename, test_unlink, test_time): Change
12849 prototypes.
12850 * gdb.base/fileio.exp (stop_msg): Adjust.
12851
12852 2017-05-18 Pedro Alves <palves@redhat.com>
12853
12854 * gdb.base/fileio.c (null_str): New global.
12855 (test_stat): Use it.
12856 * gdb.base/fileio.exp: Remove nowarnings.
12857
12858 2017-05-17 Yao Qi <yao.qi@linaro.org>
12859
12860 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
12861
12862 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
12863
12864 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
12865 argument command.
12866 (top-level): Invoke test_set_inferior_tty.
12867
12868 2017-05-04 Pedro Alves <palves@redhat.com>
12869
12870 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
12871 Add parens to print call for Python 3.
12872
12873 2017-05-03 Keith Seitz <keiths@redhat.com>
12874
12875 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
12876 (main): Call it.
12877
12878 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12879
12880 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
12881 to prev and next.
12882
12883 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12884
12885 * gdb.python/py-record-btrace.exp: Remove test for
12886 gdb.BtraceInstruction.error.
12887
12888 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12889
12890 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
12891
12892 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12893
12894 * gdb.python/py-record-btrace-threads.c: New file.
12895 * gdb.python/py-record-btrace-threads.exp: New file.
12896
12897 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
12898
12899 PR testsuite/8595
12900 * gdb.base/environ.exp: Make test available in all architectures.
12901 Move bits related to "info program" testing to
12902 gdb.base/info-program.exp. Rewrite tests to use the two new
12903 procedures mentione below.
12904 (test_set_show_env_var) New procedure.
12905 (test_set_show_env_var_equal): Likewise.
12906 * gdb.base/info-program.exp: New file.
12907
12908 2017-04-27 Keith Seitz <keiths@redhat.com>
12909
12910 * gdb.cp/oranking.cc (test15): New function.
12911 (main): Call test15 and declare additional variables for testing.
12912 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
12913 "p foo101('abc')" tests.
12914 Add tests for cv qualifier overloads.
12915 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
12916 "lvalue reference overload" test.
12917 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
12918 "print value of f1 on Child&& in f2" test.
12919
12920 2017-04-19 Pedro Alves <palves@redhat.com>
12921
12922 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
12923 procedure.
12924 (top level): Call it.
12925 * lib/gdb.exp (gdb_define_cmd): New procedure.
12926
12927 2017-04-12 Pedro Alves <palves@redhat.com>
12928
12929 PR gdb/21323
12930 * gdb.cp/wide_char_types.c: Include <wchar.h>.
12931 (wchar): New global.
12932 * gdb.cp/wide_char_types.exp (wide_char_types_program)
12933 (do_test_wide_char, wide_char_types_no_program, top level): Add
12934 wchar_t testing.
12935
12936 2017-04-12 Pedro Alves <palves@redhat.com>
12937
12938 PR c++/21323
12939 * gdb.cp/wide_char_types.c: New file.
12940 * gdb.cp/wide_char_types.exp: New file.
12941
12942 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
12943
12944 PR gdb/21352
12945 * gdb.trace/tsv.exp: Add test for "tsave -r".
12946
12947 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
12948
12949 * gdb.dlang/watch-loc.c: New file.
12950 * gdb.dlang/watch-loc.exp: New file.
12951
12952 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12953
12954 * gdb.python/py-section-script.exp (sepdebug): New testcases.
12955
12956 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12957
12958 * gdb.arch/arc-analyze-prologue.S: New file.
12959 * gdb.arch/arc-analyze-prologue.exp: Likewise.
12960
12961 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12962
12963 * gdb.arch/arc-decode-insn.S: New file.
12964 * gdb.arch/arc-decode-insn.exp: Likewise.
12965
12966 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
12967
12968 PR tdep/20928
12969 * gdb.arch/sparc64-regs.exp: New file.
12970 * gdb.arch/sparc64-regs.S: Likewise.
12971
12972 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
12973
12974 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
12975 and memory view on Python 3.
12976
12977 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
12978 Keith Seitz <keiths@redhat.com>
12979
12980 PR gdb/14441
12981 * gdb.cp/demangle.exp: Add rvalue reference tests.
12982 * gdb.cp/rvalue-ref-casts.cc: New file.
12983 * gdb.cp/rvalue-ref-casts.exp: New file.
12984 * gdb.cp/rvalue-ref-overload.cc: New file.
12985 * gdb.cp/rvalue-ref-overload.exp: New file.
12986 * gdb.cp/rvalue-ref-params.cc: New file.
12987 * gdb.cp/rvalue-ref-params.exp: New file.
12988 * gdb.cp/rvalue-ref-sizeof.cc: New file.
12989 * gdb.cp/rvalue-ref-sizeof.exp: New file.
12990 * gdb.cp/rvalue-ref-types.cc: New file.
12991 * gdb.cp/rvalue-ref-types.exp: New file.
12992 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
12993 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
12994
12995 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
12996
12997 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
12998 New procedure.
12999
13000 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13001
13002 * lib/mi-support.exp (mi_gdb_test): Add additional message
13003 for unexpected output.
13004
13005 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13006
13007 * gdb.base/examine-backward.c (Barrier): New character array
13008 constant, to ensure that TestStrings is preceded by a string
13009 terminator.
13010
13011 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13012
13013 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
13014 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
13015 and implicit pointer into such a location.
13016
13017 2017-03-16 Doug Evans <dje@google.com>
13018
13019 * gdb.python/py-lazy-string (pointer): Really add new typedef.
13020
13021 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
13022
13023 * gdb.cp/m-static.exp: Fix expectation for prototype of
13024 test5.single_constructor and single_constructor::single_constructor.
13025
13026 2017-03-16 Doug Evans <dje@google.com>
13027
13028 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
13029 * gdb.guile/scm-lazy-string.c: New file.
13030 * gdb.guile/scm-value.exp: Move lazy string tests to ...
13031 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
13032 for pointer, array, typedef lazy strings.
13033
13034 2017-03-16 Doug Evans <dje@google.com>
13035
13036 PR python/17728, python/18439, python/18779
13037 * gdb.python/py-value.c (main) Delete locals sptr, sn.
13038 * gdb.python/py-lazy-string.c (pointer): New typedef.
13039 (main): New locals ptr, array, typedef_ptr.
13040 * gdb.python/py-value.exp: Move lazy string tests to ...
13041 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
13042 array, typedef lazy strings.
13043
13044 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
13045
13046 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
13047 Add optional 'test' parameter.
13048
13049 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13050
13051 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13052 Skip for versions of DejaGnu < 1.5.
13053
13054 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13055
13056 * lib/gdb.exp (dejagnu_version): New proc.
13057 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13058 Use dejagnu_version.
13059
13060 2017-03-10 Keith Seitz <keiths@redhat.com>
13061
13062 PR c++/8128
13063 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
13064 type from destructor regexps.
13065 Add a branch which actually passes the test.
13066 Adjust "ptype t5i" test names.
13067
13068 2017-03-08 Pedro Alves <palves@redhat.com>
13069
13070 * gdb.base/step-over-exit.exp: Add explicit test message.
13071
13072 2017-03-08 Pedro Alves <palves@redhat.com>
13073
13074 PR gdb/18360
13075 * gdb.threads/interrupt-while-step-over.c: New file.
13076 * gdb.threads/interrupt-while-step-over.exp: New file.
13077
13078 2017-03-08 Pedro Alves <palves@redhat.com>
13079
13080 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
13081 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
13082
13083 2017-03-08 Pedro Alves <palves@redhat.com>
13084
13085 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
13086 PKRU as not supported as a PASS.
13087
13088 2017-03-08 Pedro Alves <palves@redhat.com>
13089
13090 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
13091 prefix instead of $binfile1/$binfile2.
13092 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
13093 in test message.
13094 * gdb.python/py-completion.exp: Use "load python file" as test
13095 messages instead of unstable path names.
13096
13097 2017-03-08 Pedro Alves <palves@redhat.com>
13098 Jan Kratochvil <jan.kratochvil@redhat.com>
13099
13100 PR cli/21218
13101 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13102 New proc.
13103 (top level): Call it.
13104
13105 2017-03-08 Pedro Alves <palves@redhat.com>
13106
13107 PR tui/21216
13108 * gdb.tui/tui-nl-filtered-output.exp: New file.
13109
13110 2017-03-08 Pedro Alves <palves@redhat.com>
13111
13112 * gdb.base/completion.exp: Move TUI completion tests to ...
13113 * gdb.tui/completion.exp: ... this new file.
13114
13115 2017-03-08 Pedro Alves <palves@redhat.com>
13116
13117 * gdb.base/tui-disasm-long-lines.c,
13118 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
13119 gdb.base/tui-layout.exp: Move to ...
13120 * gdb.tui/: ... this new directory.
13121
13122 2017-03-07 Pedro Alves <palves@redhat.com>
13123
13124 * gdb.base/tui-layout.c: New file.
13125 * gdb.base/tui-layout.exp: New file.
13126
13127 2017-03-07 Pedro Alves <palves@redhat.com>
13128
13129 * gdb.base/tui-layout.c: Rename to ...
13130 * gdb.base/tui-disasm-long-lines.c: ... this.
13131 * gdb.base/tui-layout.exp: Rename to ...
13132 * gdb.base/tui-disasm-long-lines.exp: ... this.
13133
13134 2017-03-07 Pedro Alves <palves@redhat.com>
13135
13136 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
13137
13138 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
13139
13140 * i386-mpx-call.c: New file.
13141 * i386-mpx-call.exp: New file.
13142
13143 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
13144
13145 * gdb.arch/powerpc-power.exp: Delete test.
13146 * gdb.arch/powerpc-power.s: Likewise.
13147 * gdb.disasm/disassembler-options.exp: New test.
13148 * gdb.arch/powerpc-altivec.exp: Likewise.
13149 * gdb.arch/powerpc-altivec.s: Likewise.
13150 * gdb.arch/powerpc-altivec2.exp: Likewise.
13151 * gdb.arch/powerpc-altivec2.s: Likewise.
13152 * gdb.arch/powerpc-altivec3.exp: Likewise.
13153 * gdb.arch/powerpc-altivec3.s: Likewise.
13154 * gdb.arch/powerpc-power7.exp: Likewise.
13155 * gdb.arch/powerpc-power7.s: Likewise.
13156 * gdb.arch/powerpc-power8.exp: Likewise.
13157 * gdb.arch/powerpc-power8.s: Likewise.
13158 * gdb.arch/powerpc-power9.exp: Likewise.
13159 * gdb.arch/powerpc-power9.s: Likewise.
13160 * gdb.arch/powerpc-vsx.exp: Likewise.
13161 * gdb.arch/powerpc-vsx.s: Likewise.
13162 * gdb.arch/powerpc-vsx2.exp: Likewise.
13163 * gdb.arch/powerpc-vsx2.s: Likewise.
13164 * gdb.arch/powerpc-vsx3.exp: Likewise.
13165 * gdb.arch/powerpc-vsx3.s: Likewise.
13166 * gdb.arch/arm-disassembler-options.exp: Likewise.
13167 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
13168 * gdb.arch/s390-disassembler-options.exp: Likewise.
13169
13170 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
13171
13172 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
13173 (check_supported_features): ... this. Changed return type to void.
13174 (supports_rdseed): New static global.
13175 (rdseed): Check supports_rdseed.
13176 (initialize): Call check_supported_features.
13177
13178 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13179
13180 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
13181 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
13182 and lqarx/stqcx.
13183 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
13184 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
13185
13186 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13187
13188 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
13189 uppercase.
13190
13191 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13192
13193 * gdb.dwarf2/formdata16.c: New file.
13194 * gdb.dwarf2/formdata16.exp: New file.
13195 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
13196
13197 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13198
13199 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
13200 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
13201 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
13202 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
13203 DW_AT_GNU_*.
13204
13205 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13206
13207 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
13208
13209 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
13210
13211 PR gdb/21164
13212 * gdb.base/maint.exp: Add testcases for when the commands do
13213 not have arguments.
13214
13215 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
13216
13217 * gdb.cp/chained-calls.exp: Use p instead of P.
13218
13219 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
13220
13221 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
13222 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
13223
13224 2017-02-14 Tom Tromey <tom@tromey.com>
13225
13226 PR python/13598:
13227 * gdb.python/py-events.exp: Add before_prompt event tests.
13228
13229 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13230
13231 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
13232
13233 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
13234
13235 * gdb.linespec/explicit.c (my_unique_function_name): New function.
13236 (main): Call my_unique_function_name.
13237 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
13238 completion of patterns with a single match.
13239 Add missing -re switches to gdb_test_multiple calls.
13240
13241 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
13242
13243 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
13244 return if core file is not recognized.
13245
13246 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13247
13248 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
13249 and extra UIs.
13250
13251 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13252
13253 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
13254 proc_with_prefix.
13255
13256 2017-02-10 Tom Tromey <tom@tromey.com>
13257
13258 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
13259
13260 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
13261
13262 PR gdb/21122
13263 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
13264
13265 2017-02-08 Jerome Guitton <guitton@adacore.com>
13266
13267 * gdb.base/define.exp: Add test for command abbreviations
13268 in define.
13269
13270 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
13271
13272 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
13273 * gdb.reverse/insn-reverse-x86.c: New file.
13274
13275 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
13276
13277 PR tdep/20936
13278 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
13279
13280 2017-02-03 Tom Tromey <tom@tromey.com>
13281
13282 PR rust/21097:
13283 * gdb.rust/simple.exp: Add new tests.
13284
13285 2017-02-02 Pedro Alves <palves@redhat.com>
13286
13287 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
13288 tests.
13289
13290 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13291
13292 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
13293 taking a 2-byte value out of a 4-byte DWARF implicit value on
13294 big-endian targets.
13295 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
13296 logic. Add test cases for DW_OP_implicit.
13297
13298 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13299
13300 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
13301
13302 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13303
13304 * gdb.btrace/enable.exp: Call gdb_exit before
13305 skip_gdbserver_tests.
13306
13307 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13308
13309 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
13310 GDBFLAGS.
13311
13312 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13313
13314 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
13315 the test is skipped.
13316 * gdb.btrace/data.exp: Likewise.
13317 * gdb.btrace/delta.exp: Likewise.
13318 * gdb.btrace/dlopen.exp: Likewise.
13319 * gdb.btrace/enable-running.exp: Likewise.
13320 * gdb.btrace/enable.exp: Likewise.
13321 * gdb.btrace/exception.exp: Likewise.
13322 * gdb.btrace/function_call_history.exp: Likewise.
13323 * gdb.btrace/gcore.exp: Likewise.
13324 * gdb.btrace/instruction_history.exp: Likewise.
13325 * gdb.btrace/multi-thread-step.exp: Likewise.
13326 * gdb.btrace/nohist.exp: Likewise.
13327 * gdb.btrace/non-stop.exp: Likewise.
13328 * gdb.btrace/reconnect.exp: Likewise.
13329 * gdb.btrace/record_goto-step.exp: Likewise.
13330 * gdb.btrace/record_goto.exp: Likewise.
13331 * gdb.btrace/rn-dl-bind.exp: Likewise.
13332 * gdb.btrace/segv.exp: Likewise.
13333 * gdb.btrace/step.exp: Likewise.
13334 * gdb.btrace/stepi.exp: Likewise.
13335 * gdb.btrace/tailcall-only.exp: Likewise.
13336 * gdb.btrace/tailcall.exp: Likewise.
13337 * gdb.btrace/tsx.exp: Likewise.
13338 * gdb.btrace/unknown_functions.exp: Likewise.
13339 * gdb.btrace/vdso.exp: Likewise.
13340
13341 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13342
13343 * gdb.btrace/enable-running.c: New.
13344 * gdb.btrace/enable-running.exp: New.
13345
13346 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
13347
13348 * gdb.arch/amd64-gs_base.c: New file.
13349 * gdb.arch/amd64-gs_base.exp: New file.
13350
13351 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13352
13353 * lib/memory.exp: Remove spurious empty newlines.
13354
13355 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
13356
13357 * gdb.python/py-bad-printers.exp: Load python file using "source".
13358 * gdb.python/py-events.exp: Likewise.
13359 * gdb.python/py-evsignal.exp: Likewise.
13360 * gdb.python/py-evthreads.exp: Likewise.
13361 * gdb.python/py-frame-args.exp: Likewise.
13362 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
13363 * gdb.python/py-framefilter-mi.exp: Likewise.
13364 * gdb.python/py-framefilter.exp: Likewise.
13365 * gdb.python/py-mi.exp: Likewise.
13366 * gdb.python/py-pp-maint.exp: Likewise.
13367 * gdb.python/py-pp-registration.exp: Likewise.
13368 * gdb.python/py-prettyprint.exp: Likewise.
13369 (run_lang_tests): Likewise.
13370 * gdb.python/py-typeprint.exp: Likewise.
13371
13372 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13373
13374 * lib/memory.exp: New file.
13375 * lib/gdb.exp: Load memory.exp.
13376 * gdb.base/memattr.exp (delete_memory): Move proc to
13377 lib/memory.exp and rename to delete_memory_regions.
13378 Replace delete_memory with delete_memory_regions.
13379 Cleanup memory regions before tests.
13380 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
13381 before tests.
13382
13383 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13384
13385 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
13386 files.
13387 (initialize): New function conditionally defined.
13388 (testcases): Move within conditional block.
13389 (main): Call initialize.
13390 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
13391 of gdb.reverse/insn-reverse.c.
13392 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
13393 gdb.reverse/insn-reverse.c.
13394
13395 2017-01-26 Yao Qi <yao.qi@linaro.org>
13396
13397 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
13398 disassemble on address 0.
13399
13400 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
13401 Yao Qi <yao.qi@linaro.org>
13402
13403 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
13404 * gdb.dwarf2/implptr-64bit.S: Remove.
13405 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
13406 variables in caller's context. Add DW_OP_implicit_value.
13407
13408 2017-01-25 Yao Qi <yao.qi@linaro.org>
13409
13410 * lib/dwarf.exp (Dwarf::_location): Handle
13411 DW_OP_GNU_implicit_pointer with proper size.
13412
13413 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13414
13415 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
13416 and add untested calls.
13417
13418 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13419
13420 * gdb.python/python.exp: Check line number against what GDB thinks
13421 the line number is for func1.
13422
13423 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
13424
13425 * gdb.dlang/debug-expr.exp: New file.
13426
13427 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
13428
13429 Fix test names for the following files:
13430
13431 * gdb.ada/exec_changed.exp
13432 * gdb.ada/info_types.exp
13433 * gdb.arch/aarch64-atomic-inst.exp
13434 * gdb.arch/aarch64-fp.exp
13435 * gdb.arch/altivec-abi.exp
13436 * gdb.arch/altivec-regs.exp
13437 * gdb.arch/amd64-byte.exp
13438 * gdb.arch/amd64-disp-step.exp
13439 * gdb.arch/amd64-dword.exp
13440 * gdb.arch/amd64-entry-value-inline.exp
13441 * gdb.arch/amd64-entry-value-param.exp
13442 * gdb.arch/amd64-entry-value-paramref.exp
13443 * gdb.arch/amd64-entry-value.exp
13444 * gdb.arch/amd64-i386-address.exp
13445 * gdb.arch/amd64-invalid-stack-middle.exp
13446 * gdb.arch/amd64-invalid-stack-top.exp
13447 * gdb.arch/amd64-optimout-repeat.exp
13448 * gdb.arch/amd64-prologue-skip.exp
13449 * gdb.arch/amd64-prologue-xmm.exp
13450 * gdb.arch/amd64-stap-special-operands.exp
13451 * gdb.arch/amd64-stap-wrong-subexp.exp
13452 * gdb.arch/amd64-tailcall-cxx.exp
13453 * gdb.arch/amd64-tailcall-noret.exp
13454 * gdb.arch/amd64-tailcall-ret.exp
13455 * gdb.arch/amd64-tailcall-self.exp
13456 * gdb.arch/amd64-word.exp
13457 * gdb.arch/arm-bl-branch-dest.exp
13458 * gdb.arch/arm-disp-step.exp
13459 * gdb.arch/arm-neon.exp
13460 * gdb.arch/arm-single-step-kernel-helper.exp
13461 * gdb.arch/avr-flash-qualifier.exp
13462 * gdb.arch/disp-step-insn-reloc.exp
13463 * gdb.arch/e500-abi.exp
13464 * gdb.arch/e500-regs.exp
13465 * gdb.arch/ftrace-insn-reloc.exp
13466 * gdb.arch/i386-avx512.exp
13467 * gdb.arch/i386-bp_permanent.exp
13468 * gdb.arch/i386-byte.exp
13469 * gdb.arch/i386-cfi-notcurrent.exp
13470 * gdb.arch/i386-disp-step.exp
13471 * gdb.arch/i386-dr3-watch.exp
13472 * gdb.arch/i386-float.exp
13473 * gdb.arch/i386-gnu-cfi.exp
13474 * gdb.arch/i386-mpx-map.exp
13475 * gdb.arch/i386-mpx-sigsegv.exp
13476 * gdb.arch/i386-mpx-simple_segv.exp
13477 * gdb.arch/i386-mpx.exp
13478 * gdb.arch/i386-permbkpt.exp
13479 * gdb.arch/i386-prologue.exp
13480 * gdb.arch/i386-signal.exp
13481 * gdb.arch/i386-size-overlap.exp
13482 * gdb.arch/i386-unwind.exp
13483 * gdb.arch/i386-word.exp
13484 * gdb.arch/mips-fcr.exp
13485 * gdb.arch/powerpc-d128-regs.exp
13486 * gdb.arch/powerpc-stackless.exp
13487 * gdb.arch/ppc64-atomic-inst.exp
13488 * gdb.arch/s390-stackless.exp
13489 * gdb.arch/s390-tdbregs.exp
13490 * gdb.arch/s390-vregs.exp
13491 * gdb.arch/sparc-sysstep.exp
13492 * gdb.arch/thumb-bx-pc.exp
13493 * gdb.arch/thumb-singlestep.exp
13494 * gdb.arch/thumb2-it.exp
13495 * gdb.arch/vsx-regs.exp
13496 * gdb.asm/asm-source.exp
13497 * gdb.base/a2-run.exp
13498 * gdb.base/advance.exp
13499 * gdb.base/all-bin.exp
13500 * gdb.base/anon.exp
13501 * gdb.base/args.exp
13502 * gdb.base/arithmet.exp
13503 * gdb.base/async-shell.exp
13504 * gdb.base/async.exp
13505 * gdb.base/attach-pie-noexec.exp
13506 * gdb.base/attach-twice.exp
13507 * gdb.base/auto-load.exp
13508 * gdb.base/bang.exp
13509 * gdb.base/bitfields.exp
13510 * gdb.base/break-always.exp
13511 * gdb.base/break-caller-line.exp
13512 * gdb.base/break-entry.exp
13513 * gdb.base/break-inline.exp
13514 * gdb.base/break-on-linker-gcd-function.exp
13515 * gdb.base/break-probes.exp
13516 * gdb.base/break.exp
13517 * gdb.base/breakpoint-shadow.exp
13518 * gdb.base/call-ar-st.exp
13519 * gdb.base/call-sc.exp
13520 * gdb.base/call-signal-resume.exp
13521 * gdb.base/call-strs.exp
13522 * gdb.base/callfuncs.exp
13523 * gdb.base/catch-fork-static.exp
13524 * gdb.base/catch-gdb-caused-signals.exp
13525 * gdb.base/catch-load.exp
13526 * gdb.base/catch-signal-fork.exp
13527 * gdb.base/catch-signal.exp
13528 * gdb.base/catch-syscall.exp
13529 * gdb.base/charset.exp
13530 * gdb.base/checkpoint.exp
13531 * gdb.base/chng-syms.exp
13532 * gdb.base/code-expr.exp
13533 * gdb.base/code_elim.exp
13534 * gdb.base/commands.exp
13535 * gdb.base/completion.exp
13536 * gdb.base/complex.exp
13537 * gdb.base/cond-expr.exp
13538 * gdb.base/condbreak.exp
13539 * gdb.base/consecutive.exp
13540 * gdb.base/continue-all-already-running.exp
13541 * gdb.base/coredump-filter.exp
13542 * gdb.base/corefile.exp
13543 * gdb.base/dbx.exp
13544 * gdb.base/debug-expr.exp
13545 * gdb.base/define.exp
13546 * gdb.base/del.exp
13547 * gdb.base/disabled-location.exp
13548 * gdb.base/disasm-end-cu.exp
13549 * gdb.base/disasm-optim.exp
13550 * gdb.base/display.exp
13551 * gdb.base/duplicate-bp.exp
13552 * gdb.base/ena-dis-br.exp
13553 * gdb.base/ending-run.exp
13554 * gdb.base/enumval.exp
13555 * gdb.base/environ.exp
13556 * gdb.base/eu-strip-infcall.exp
13557 * gdb.base/eval-avoid-side-effects.exp
13558 * gdb.base/eval-skip.exp
13559 * gdb.base/exitsignal.exp
13560 * gdb.base/expand-psymtabs.exp
13561 * gdb.base/filesym.exp
13562 * gdb.base/find-unmapped.exp
13563 * gdb.base/finish.exp
13564 * gdb.base/float.exp
13565 * gdb.base/foll-exec-mode.exp
13566 * gdb.base/foll-exec.exp
13567 * gdb.base/foll-fork.exp
13568 * gdb.base/fortran-sym-case.exp
13569 * gdb.base/freebpcmd.exp
13570 * gdb.base/func-ptr.exp
13571 * gdb.base/func-ptrs.exp
13572 * gdb.base/funcargs.exp
13573 * gdb.base/gcore-buffer-overflow.exp
13574 * gdb.base/gcore-relro-pie.exp
13575 * gdb.base/gcore-relro.exp
13576 * gdb.base/gcore.exp
13577 * gdb.base/gdb1090.exp
13578 * gdb.base/gdb11530.exp
13579 * gdb.base/gdb11531.exp
13580 * gdb.base/gdb1821.exp
13581 * gdb.base/gdbindex-stabs.exp
13582 * gdb.base/gdbvars.exp
13583 * gdb.base/hbreak.exp
13584 * gdb.base/hbreak2.exp
13585 * gdb.base/included.exp
13586 * gdb.base/infcall-input.exp
13587 * gdb.base/inferior-died.exp
13588 * gdb.base/infnan.exp
13589 * gdb.base/info-macros.exp
13590 * gdb.base/info-os.exp
13591 * gdb.base/info-proc.exp
13592 * gdb.base/info-shared.exp
13593 * gdb.base/info-target.exp
13594 * gdb.base/infoline.exp
13595 * gdb.base/interp.exp
13596 * gdb.base/interrupt.exp
13597 * gdb.base/jit-reader.exp
13598 * gdb.base/jit-simple.exp
13599 * gdb.base/kill-after-signal.exp
13600 * gdb.base/kill-detach-inferiors-cmd.exp
13601 * gdb.base/label.exp
13602 * gdb.base/langs.exp
13603 * gdb.base/ldbl_e308.exp
13604 * gdb.base/line-symtabs.exp
13605 * gdb.base/linespecs.exp
13606 * gdb.base/list.exp
13607 * gdb.base/long_long.exp
13608 * gdb.base/longest-types.exp
13609 * gdb.base/maint.exp
13610 * gdb.base/max-value-size.exp
13611 * gdb.base/memattr.exp
13612 * gdb.base/mips_pro.exp
13613 * gdb.base/morestack.exp
13614 * gdb.base/moribund-step.exp
13615 * gdb.base/multi-forks.exp
13616 * gdb.base/nested-addr.exp
13617 * gdb.base/nextoverexit.exp
13618 * gdb.base/noreturn-finish.exp
13619 * gdb.base/noreturn-return.exp
13620 * gdb.base/nostdlib.exp
13621 * gdb.base/offsets.exp
13622 * gdb.base/opaque.exp
13623 * gdb.base/pc-fp.exp
13624 * gdb.base/permissions.exp
13625 * gdb.base/print-symbol-loading.exp
13626 * gdb.base/prologue-include.exp
13627 * gdb.base/psymtab.exp
13628 * gdb.base/ptype.exp
13629 * gdb.base/random-signal.exp
13630 * gdb.base/randomize.exp
13631 * gdb.base/range-stepping.exp
13632 * gdb.base/readline-ask.exp
13633 * gdb.base/recpar.exp
13634 * gdb.base/recurse.exp
13635 * gdb.base/relational.exp
13636 * gdb.base/restore.exp
13637 * gdb.base/return-nodebug.exp
13638 * gdb.base/return.exp
13639 * gdb.base/run-after-attach.exp
13640 * gdb.base/save-bp.exp
13641 * gdb.base/scope.exp
13642 * gdb.base/sect-cmd.exp
13643 * gdb.base/set-lang-auto.exp
13644 * gdb.base/set-noassign.exp
13645 * gdb.base/setvar.exp
13646 * gdb.base/sigall.exp
13647 * gdb.base/sigbpt.exp
13648 * gdb.base/siginfo-addr.exp
13649 * gdb.base/siginfo-infcall.exp
13650 * gdb.base/siginfo-obj.exp
13651 * gdb.base/siginfo.exp
13652 * gdb.base/signals-state-child.exp
13653 * gdb.base/signest.exp
13654 * gdb.base/sigstep.exp
13655 * gdb.base/sizeof.exp
13656 * gdb.base/skip.exp
13657 * gdb.base/solib-corrupted.exp
13658 * gdb.base/solib-nodir.exp
13659 * gdb.base/solib-search.exp
13660 * gdb.base/stack-checking.exp
13661 * gdb.base/stale-infcall.exp
13662 * gdb.base/stap-probe.exp
13663 * gdb.base/start.exp
13664 * gdb.base/step-break.exp
13665 * gdb.base/step-bt.exp
13666 * gdb.base/step-line.exp
13667 * gdb.base/step-over-exit.exp
13668 * gdb.base/step-over-syscall.exp
13669 * gdb.base/step-resume-infcall.exp
13670 * gdb.base/step-test.exp
13671 * gdb.base/store.exp
13672 * gdb.base/structs3.exp
13673 * gdb.base/sym-file.exp
13674 * gdb.base/symbol-without-target_section.exp
13675 * gdb.base/term.exp
13676 * gdb.base/testenv.exp
13677 * gdb.base/ui-redirect.exp
13678 * gdb.base/until.exp
13679 * gdb.base/unwindonsignal.exp
13680 * gdb.base/value-double-free.exp
13681 * gdb.base/vla-datatypes.exp
13682 * gdb.base/vla-ptr.exp
13683 * gdb.base/vla-sideeffect.exp
13684 * gdb.base/volatile.exp
13685 * gdb.base/watch-cond-infcall.exp
13686 * gdb.base/watch-cond.exp
13687 * gdb.base/watch-non-mem.exp
13688 * gdb.base/watch-read.exp
13689 * gdb.base/watch-vfork.exp
13690 * gdb.base/watchpoint-cond-gone.exp
13691 * gdb.base/watchpoint-delete.exp
13692 * gdb.base/watchpoint-hw-hit-once.exp
13693 * gdb.base/watchpoint-hw.exp
13694 * gdb.base/watchpoint-stops-at-right-insn.exp
13695 * gdb.base/watchpoints.exp
13696 * gdb.base/wchar.exp
13697 * gdb.base/whatis-exp.exp
13698 * gdb.btrace/buffer-size.exp
13699 * gdb.btrace/data.exp
13700 * gdb.btrace/delta.exp
13701 * gdb.btrace/dlopen.exp
13702 * gdb.btrace/enable.exp
13703 * gdb.btrace/exception.exp
13704 * gdb.btrace/function_call_history.exp
13705 * gdb.btrace/gcore.exp
13706 * gdb.btrace/instruction_history.exp
13707 * gdb.btrace/nohist.exp
13708 * gdb.btrace/reconnect.exp
13709 * gdb.btrace/record_goto-step.exp
13710 * gdb.btrace/record_goto.exp
13711 * gdb.btrace/rn-dl-bind.exp
13712 * gdb.btrace/segv.exp
13713 * gdb.btrace/step.exp
13714 * gdb.btrace/stepi.exp
13715 * gdb.btrace/tailcall-only.exp
13716 * gdb.btrace/tailcall.exp
13717 * gdb.btrace/tsx.exp
13718 * gdb.btrace/unknown_functions.exp
13719 * gdb.btrace/vdso.exp
13720 * gdb.compile/compile-ifunc.exp
13721 * gdb.compile/compile-ops.exp
13722 * gdb.compile/compile-print.exp
13723 * gdb.compile/compile-setjmp.exp
13724 * gdb.cp/abstract-origin.exp
13725 * gdb.cp/ambiguous.exp
13726 * gdb.cp/annota2.exp
13727 * gdb.cp/annota3.exp
13728 * gdb.cp/anon-ns.exp
13729 * gdb.cp/anon-struct.exp
13730 * gdb.cp/anon-union.exp
13731 * gdb.cp/arg-reference.exp
13732 * gdb.cp/baseenum.exp
13733 * gdb.cp/bool.exp
13734 * gdb.cp/breakpoint.exp
13735 * gdb.cp/bs15503.exp
13736 * gdb.cp/call-c.exp
13737 * gdb.cp/casts.exp
13738 * gdb.cp/chained-calls.exp
13739 * gdb.cp/class2.exp
13740 * gdb.cp/classes.exp
13741 * gdb.cp/cmpd-minsyms.exp
13742 * gdb.cp/converts.exp
13743 * gdb.cp/cp-relocate.exp
13744 * gdb.cp/cpcompletion.exp
13745 * gdb.cp/cpexprs.exp
13746 * gdb.cp/cplabel.exp
13747 * gdb.cp/cplusfuncs.exp
13748 * gdb.cp/cpsizeof.exp
13749 * gdb.cp/ctti.exp
13750 * gdb.cp/derivation.exp
13751 * gdb.cp/destrprint.exp
13752 * gdb.cp/dispcxx.exp
13753 * gdb.cp/enum-class.exp
13754 * gdb.cp/exception.exp
13755 * gdb.cp/exceptprint.exp
13756 * gdb.cp/expand-psymtabs-cxx.exp
13757 * gdb.cp/expand-sals.exp
13758 * gdb.cp/extern-c.exp
13759 * gdb.cp/filename.exp
13760 * gdb.cp/formatted-ref.exp
13761 * gdb.cp/fpointer.exp
13762 * gdb.cp/gdb1355.exp
13763 * gdb.cp/gdb2495.exp
13764 * gdb.cp/hang.exp
13765 * gdb.cp/impl-this.exp
13766 * gdb.cp/infcall-dlopen.exp
13767 * gdb.cp/inherit.exp
13768 * gdb.cp/iostream.exp
13769 * gdb.cp/koenig.exp
13770 * gdb.cp/local.exp
13771 * gdb.cp/m-data.exp
13772 * gdb.cp/m-static.exp
13773 * gdb.cp/mb-ctor.exp
13774 * gdb.cp/mb-inline.exp
13775 * gdb.cp/mb-templates.exp
13776 * gdb.cp/member-name.exp
13777 * gdb.cp/member-ptr.exp
13778 * gdb.cp/meth-typedefs.exp
13779 * gdb.cp/method.exp
13780 * gdb.cp/method2.exp
13781 * gdb.cp/minsym-fallback.exp
13782 * gdb.cp/misc.exp
13783 * gdb.cp/namelessclass.exp
13784 * gdb.cp/namespace-enum.exp
13785 * gdb.cp/namespace-nested-import.exp
13786 * gdb.cp/namespace.exp
13787 * gdb.cp/nextoverthrow.exp
13788 * gdb.cp/no-dmgl-verbose.exp
13789 * gdb.cp/non-trivial-retval.exp
13790 * gdb.cp/noparam.exp
13791 * gdb.cp/nsdecl.exp
13792 * gdb.cp/nsimport.exp
13793 * gdb.cp/nsnested.exp
13794 * gdb.cp/nsnoimports.exp
13795 * gdb.cp/nsrecurs.exp
13796 * gdb.cp/nsstress.exp
13797 * gdb.cp/nsusing.exp
13798 * gdb.cp/operator.exp
13799 * gdb.cp/oranking.exp
13800 * gdb.cp/overload-const.exp
13801 * gdb.cp/overload.exp
13802 * gdb.cp/ovldbreak.exp
13803 * gdb.cp/ovsrch.exp
13804 * gdb.cp/paren-type.exp
13805 * gdb.cp/parse-lang.exp
13806 * gdb.cp/pass-by-ref.exp
13807 * gdb.cp/pr-1023.exp
13808 * gdb.cp/pr-1210.exp
13809 * gdb.cp/pr-574.exp
13810 * gdb.cp/pr10687.exp
13811 * gdb.cp/pr12028.exp
13812 * gdb.cp/pr17132.exp
13813 * gdb.cp/pr17494.exp
13814 * gdb.cp/pr9067.exp
13815 * gdb.cp/pr9167.exp
13816 * gdb.cp/pr9631.exp
13817 * gdb.cp/printmethod.exp
13818 * gdb.cp/psmang.exp
13819 * gdb.cp/psymtab-parameter.exp
13820 * gdb.cp/ptype-cv-cp.exp
13821 * gdb.cp/ptype-flags.exp
13822 * gdb.cp/re-set-overloaded.exp
13823 * gdb.cp/ref-types.exp
13824 * gdb.cp/rtti.exp
13825 * gdb.cp/scope-err.exp
13826 * gdb.cp/shadow.exp
13827 * gdb.cp/smartp.exp
13828 * gdb.cp/static-method.exp
13829 * gdb.cp/static-print-quit.exp
13830 * gdb.cp/temargs.exp
13831 * gdb.cp/templates.exp
13832 * gdb.cp/try_catch.exp
13833 * gdb.cp/typedef-operator.exp
13834 * gdb.cp/typeid.exp
13835 * gdb.cp/userdef.exp
13836 * gdb.cp/using-crash.exp
13837 * gdb.cp/var-tag.exp
13838 * gdb.cp/virtbase.exp
13839 * gdb.cp/virtfunc.exp
13840 * gdb.cp/virtfunc2.exp
13841 * gdb.cp/vla-cxx.exp
13842 * gdb.disasm/t01_mov.exp
13843 * gdb.disasm/t02_mova.exp
13844 * gdb.disasm/t03_add.exp
13845 * gdb.disasm/t04_sub.exp
13846 * gdb.disasm/t05_cmp.exp
13847 * gdb.disasm/t06_ari2.exp
13848 * gdb.disasm/t07_ari3.exp
13849 * gdb.disasm/t08_or.exp
13850 * gdb.disasm/t09_xor.exp
13851 * gdb.disasm/t10_and.exp
13852 * gdb.disasm/t11_logs.exp
13853 * gdb.disasm/t12_bit.exp
13854 * gdb.disasm/t13_otr.exp
13855 * gdb.dlang/circular.exp
13856 * gdb.dwarf2/arr-stride.exp
13857 * gdb.dwarf2/arr-subrange.exp
13858 * gdb.dwarf2/atomic-type.exp
13859 * gdb.dwarf2/bad-regnum.exp
13860 * gdb.dwarf2/bitfield-parent-optimized-out.exp
13861 * gdb.dwarf2/callframecfa.exp
13862 * gdb.dwarf2/clztest.exp
13863 * gdb.dwarf2/corrupt.exp
13864 * gdb.dwarf2/data-loc.exp
13865 * gdb.dwarf2/dup-psym.exp
13866 * gdb.dwarf2/dw2-anon-mptr.exp
13867 * gdb.dwarf2/dw2-anonymous-func.exp
13868 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
13869 * gdb.dwarf2/dw2-bad-unresolved.exp
13870 * gdb.dwarf2/dw2-basic.exp
13871 * gdb.dwarf2/dw2-canonicalize-type.exp
13872 * gdb.dwarf2/dw2-case-insensitive.exp
13873 * gdb.dwarf2/dw2-common-block.exp
13874 * gdb.dwarf2/dw2-compdir-oldgcc.exp
13875 * gdb.dwarf2/dw2-compressed.exp
13876 * gdb.dwarf2/dw2-const.exp
13877 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
13878 * gdb.dwarf2/dw2-cu-size.exp
13879 * gdb.dwarf2/dw2-dup-frame.exp
13880 * gdb.dwarf2/dw2-entry-value.exp
13881 * gdb.dwarf2/dw2-icycle.exp
13882 * gdb.dwarf2/dw2-ifort-parameter.exp
13883 * gdb.dwarf2/dw2-inline-break.exp
13884 * gdb.dwarf2/dw2-inline-param.exp
13885 * gdb.dwarf2/dw2-intercu.exp
13886 * gdb.dwarf2/dw2-intermix.exp
13887 * gdb.dwarf2/dw2-lexical-block-bare.exp
13888 * gdb.dwarf2/dw2-linkage-name-trust.exp
13889 * gdb.dwarf2/dw2-minsym-in-cu.exp
13890 * gdb.dwarf2/dw2-noloc.exp
13891 * gdb.dwarf2/dw2-op-call.exp
13892 * gdb.dwarf2/dw2-op-out-param.exp
13893 * gdb.dwarf2/dw2-opt-structptr.exp
13894 * gdb.dwarf2/dw2-param-error.exp
13895 * gdb.dwarf2/dw2-producer.exp
13896 * gdb.dwarf2/dw2-ranges-base.exp
13897 * gdb.dwarf2/dw2-ref-missing-frame.exp
13898 * gdb.dwarf2/dw2-reg-undefined.exp
13899 * gdb.dwarf2/dw2-regno-invalid.exp
13900 * gdb.dwarf2/dw2-restore.exp
13901 * gdb.dwarf2/dw2-restrict.exp
13902 * gdb.dwarf2/dw2-single-line-discriminators.exp
13903 * gdb.dwarf2/dw2-strp.exp
13904 * gdb.dwarf2/dw2-undefined-ret-addr.exp
13905 * gdb.dwarf2/dw2-unresolved.exp
13906 * gdb.dwarf2/dw2-var-zero-addr.exp
13907 * gdb.dwarf2/dw4-sig-types.exp
13908 * gdb.dwarf2/dwz.exp
13909 * gdb.dwarf2/dynarr-ptr.exp
13910 * gdb.dwarf2/enum-type.exp
13911 * gdb.dwarf2/gdb-index.exp
13912 * gdb.dwarf2/implptr-64bit.exp
13913 * gdb.dwarf2/implptr-optimized-out.exp
13914 * gdb.dwarf2/implptr.exp
13915 * gdb.dwarf2/implref-array.exp
13916 * gdb.dwarf2/implref-const.exp
13917 * gdb.dwarf2/implref-global.exp
13918 * gdb.dwarf2/implref-struct.exp
13919 * gdb.dwarf2/mac-fileno.exp
13920 * gdb.dwarf2/main-subprogram.exp
13921 * gdb.dwarf2/member-ptr-forwardref.exp
13922 * gdb.dwarf2/method-ptr.exp
13923 * gdb.dwarf2/missing-sig-type.exp
13924 * gdb.dwarf2/nonvar-access.exp
13925 * gdb.dwarf2/opaque-type-lookup.exp
13926 * gdb.dwarf2/pieces-optimized-out.exp
13927 * gdb.dwarf2/pieces.exp
13928 * gdb.dwarf2/pr10770.exp
13929 * gdb.dwarf2/pr13961.exp
13930 * gdb.dwarf2/staticvirtual.exp
13931 * gdb.dwarf2/subrange.exp
13932 * gdb.dwarf2/symtab-producer.exp
13933 * gdb.dwarf2/trace-crash.exp
13934 * gdb.dwarf2/typeddwarf.exp
13935 * gdb.dwarf2/valop.exp
13936 * gdb.dwarf2/watch-notconst.exp
13937 * gdb.fortran/array-element.exp
13938 * gdb.fortran/charset.exp
13939 * gdb.fortran/common-block.exp
13940 * gdb.fortran/complex.exp
13941 * gdb.fortran/derived-type-function.exp
13942 * gdb.fortran/derived-type.exp
13943 * gdb.fortran/logical.exp
13944 * gdb.fortran/module.exp
13945 * gdb.fortran/multi-dim.exp
13946 * gdb.fortran/nested-funcs.exp
13947 * gdb.fortran/print-formatted.exp
13948 * gdb.fortran/subarray.exp
13949 * gdb.fortran/vla-alloc-assoc.exp
13950 * gdb.fortran/vla-datatypes.exp
13951 * gdb.fortran/vla-history.exp
13952 * gdb.fortran/vla-ptr-info.exp
13953 * gdb.fortran/vla-ptype-sub.exp
13954 * gdb.fortran/vla-ptype.exp
13955 * gdb.fortran/vla-sizeof.exp
13956 * gdb.fortran/vla-type.exp
13957 * gdb.fortran/vla-value-sub-arbitrary.exp
13958 * gdb.fortran/vla-value-sub-finish.exp
13959 * gdb.fortran/vla-value-sub.exp
13960 * gdb.fortran/vla-value.exp
13961 * gdb.fortran/whatis_type.exp
13962 * gdb.go/chan.exp
13963 * gdb.go/handcall.exp
13964 * gdb.go/hello.exp
13965 * gdb.go/integers.exp
13966 * gdb.go/methods.exp
13967 * gdb.go/package.exp
13968 * gdb.go/strings.exp
13969 * gdb.go/types.exp
13970 * gdb.go/unsafe.exp
13971 * gdb.guile/scm-arch.exp
13972 * gdb.guile/scm-block.exp
13973 * gdb.guile/scm-breakpoint.exp
13974 * gdb.guile/scm-cmd.exp
13975 * gdb.guile/scm-disasm.exp
13976 * gdb.guile/scm-equal.exp
13977 * gdb.guile/scm-frame-args.exp
13978 * gdb.guile/scm-frame-inline.exp
13979 * gdb.guile/scm-frame.exp
13980 * gdb.guile/scm-iterator.exp
13981 * gdb.guile/scm-math.exp
13982 * gdb.guile/scm-objfile.exp
13983 * gdb.guile/scm-ports.exp
13984 * gdb.guile/scm-symbol.exp
13985 * gdb.guile/scm-symtab.exp
13986 * gdb.guile/scm-value-cc.exp
13987 * gdb.guile/types-module.exp
13988 * gdb.linespec/break-ask.exp
13989 * gdb.linespec/cpexplicit.exp
13990 * gdb.linespec/explicit.exp
13991 * gdb.linespec/keywords.exp
13992 * gdb.linespec/linespec.exp
13993 * gdb.linespec/ls-dollar.exp
13994 * gdb.linespec/ls-errs.exp
13995 * gdb.linespec/skip-two.exp
13996 * gdb.linespec/thread.exp
13997 * gdb.mi/mi-async.exp
13998 * gdb.mi/mi-basics.exp
13999 * gdb.mi/mi-break.exp
14000 * gdb.mi/mi-catch-load.exp
14001 * gdb.mi/mi-cli.exp
14002 * gdb.mi/mi-cmd-param-changed.exp
14003 * gdb.mi/mi-console.exp
14004 * gdb.mi/mi-detach.exp
14005 * gdb.mi/mi-disassemble.exp
14006 * gdb.mi/mi-eval.exp
14007 * gdb.mi/mi-file-transfer.exp
14008 * gdb.mi/mi-file.exp
14009 * gdb.mi/mi-fill-memory.exp
14010 * gdb.mi/mi-inheritance-syntax-error.exp
14011 * gdb.mi/mi-linespec-err-cp.exp
14012 * gdb.mi/mi-logging.exp
14013 * gdb.mi/mi-memory-changed.exp
14014 * gdb.mi/mi-read-memory.exp
14015 * gdb.mi/mi-record-changed.exp
14016 * gdb.mi/mi-reg-undefined.exp
14017 * gdb.mi/mi-regs.exp
14018 * gdb.mi/mi-return.exp
14019 * gdb.mi/mi-reverse.exp
14020 * gdb.mi/mi-simplerun.exp
14021 * gdb.mi/mi-solib.exp
14022 * gdb.mi/mi-stack.exp
14023 * gdb.mi/mi-stepi.exp
14024 * gdb.mi/mi-syn-frame.exp
14025 * gdb.mi/mi-until.exp
14026 * gdb.mi/mi-var-block.exp
14027 * gdb.mi/mi-var-child.exp
14028 * gdb.mi/mi-var-cmd.exp
14029 * gdb.mi/mi-var-cp.exp
14030 * gdb.mi/mi-var-display.exp
14031 * gdb.mi/mi-var-invalidate.exp
14032 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
14033 * gdb.mi/mi-vla-fortran.exp
14034 * gdb.mi/mi-watch.exp
14035 * gdb.mi/mi2-var-child.exp
14036 * gdb.mi/user-selected-context-sync.exp
14037 * gdb.modula2/unbounded-array.exp
14038 * gdb.multi/dummy-frame-restore.exp
14039 * gdb.multi/multi-arch-exec.exp
14040 * gdb.multi/multi-arch.exp
14041 * gdb.multi/tids.exp
14042 * gdb.multi/watchpoint-multi.exp
14043 * gdb.opencl/callfuncs.exp
14044 * gdb.opencl/convs_casts.exp
14045 * gdb.opencl/datatypes.exp
14046 * gdb.opencl/operators.exp
14047 * gdb.opencl/vec_comps.exp
14048 * gdb.opt/clobbered-registers-O2.exp
14049 * gdb.opt/inline-break.exp
14050 * gdb.opt/inline-bt.exp
14051 * gdb.opt/inline-cmds.exp
14052 * gdb.opt/inline-locals.exp
14053 * gdb.pascal/case-insensitive-symbols.exp
14054 * gdb.pascal/floats.exp
14055 * gdb.pascal/gdb11492.exp
14056 * gdb.python/lib-types.exp
14057 * gdb.python/py-arch.exp
14058 * gdb.python/py-as-string.exp
14059 * gdb.python/py-bad-printers.exp
14060 * gdb.python/py-block.exp
14061 * gdb.python/py-breakpoint-create-fail.exp
14062 * gdb.python/py-breakpoint.exp
14063 * gdb.python/py-caller-is.exp
14064 * gdb.python/py-cmd.exp
14065 * gdb.python/py-explore-cc.exp
14066 * gdb.python/py-explore.exp
14067 * gdb.python/py-finish-breakpoint.exp
14068 * gdb.python/py-finish-breakpoint2.exp
14069 * gdb.python/py-frame-args.exp
14070 * gdb.python/py-frame-inline.exp
14071 * gdb.python/py-frame.exp
14072 * gdb.python/py-framefilter-mi.exp
14073 * gdb.python/py-infthread.exp
14074 * gdb.python/py-lazy-string.exp
14075 * gdb.python/py-linetable.exp
14076 * gdb.python/py-mi-events.exp
14077 * gdb.python/py-mi-objfile.exp
14078 * gdb.python/py-mi.exp
14079 * gdb.python/py-objfile.exp
14080 * gdb.python/py-pp-integral.exp
14081 * gdb.python/py-pp-maint.exp
14082 * gdb.python/py-pp-re-notag.exp
14083 * gdb.python/py-pp-registration.exp
14084 * gdb.python/py-recurse-unwind.exp
14085 * gdb.python/py-strfns.exp
14086 * gdb.python/py-symbol.exp
14087 * gdb.python/py-symtab.exp
14088 * gdb.python/py-sync-interp.exp
14089 * gdb.python/py-typeprint.exp
14090 * gdb.python/py-unwind-maint.exp
14091 * gdb.python/py-unwind.exp
14092 * gdb.python/py-value-cc.exp
14093 * gdb.python/py-xmethods.exp
14094 * gdb.reverse/amd64-tailcall-reverse.exp
14095 * gdb.reverse/break-precsave.exp
14096 * gdb.reverse/break-reverse.exp
14097 * gdb.reverse/consecutive-precsave.exp
14098 * gdb.reverse/consecutive-reverse.exp
14099 * gdb.reverse/finish-precsave.exp
14100 * gdb.reverse/finish-reverse-bkpt.exp
14101 * gdb.reverse/finish-reverse.exp
14102 * gdb.reverse/fstatat-reverse.exp
14103 * gdb.reverse/getresuid-reverse.exp
14104 * gdb.reverse/i386-precsave.exp
14105 * gdb.reverse/i386-reverse.exp
14106 * gdb.reverse/i386-sse-reverse.exp
14107 * gdb.reverse/i387-env-reverse.exp
14108 * gdb.reverse/i387-stack-reverse.exp
14109 * gdb.reverse/insn-reverse.exp
14110 * gdb.reverse/machinestate-precsave.exp
14111 * gdb.reverse/machinestate.exp
14112 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14113 * gdb.reverse/pipe-reverse.exp
14114 * gdb.reverse/readv-reverse.exp
14115 * gdb.reverse/recvmsg-reverse.exp
14116 * gdb.reverse/rerun-prec.exp
14117 * gdb.reverse/s390-mvcle.exp
14118 * gdb.reverse/step-precsave.exp
14119 * gdb.reverse/step-reverse.exp
14120 * gdb.reverse/time-reverse.exp
14121 * gdb.reverse/until-precsave.exp
14122 * gdb.reverse/until-reverse.exp
14123 * gdb.reverse/waitpid-reverse.exp
14124 * gdb.reverse/watch-precsave.exp
14125 * gdb.reverse/watch-reverse.exp
14126 * gdb.rust/generics.exp
14127 * gdb.rust/methods.exp
14128 * gdb.rust/modules.exp
14129 * gdb.rust/simple.exp
14130 * gdb.server/connect-with-no-symbol-file.exp
14131 * gdb.server/ext-attach.exp
14132 * gdb.server/ext-restart.exp
14133 * gdb.server/ext-wrapper.exp
14134 * gdb.server/file-transfer.exp
14135 * gdb.server/server-exec-info.exp
14136 * gdb.server/server-kill.exp
14137 * gdb.server/server-mon.exp
14138 * gdb.server/wrapper.exp
14139 * gdb.stabs/exclfwd.exp
14140 * gdb.stabs/gdb11479.exp
14141 * gdb.threads/clone-new-thread-event.exp
14142 * gdb.threads/corethreads.exp
14143 * gdb.threads/current-lwp-dead.exp
14144 * gdb.threads/dlopen-libpthread.exp
14145 * gdb.threads/gcore-thread.exp
14146 * gdb.threads/sigstep-threads.exp
14147 * gdb.threads/watchpoint-fork.exp
14148 * gdb.trace/actions-changed.exp
14149 * gdb.trace/backtrace.exp
14150 * gdb.trace/change-loc.exp
14151 * gdb.trace/circ.exp
14152 * gdb.trace/collection.exp
14153 * gdb.trace/disconnected-tracing.exp
14154 * gdb.trace/ftrace.exp
14155 * gdb.trace/mi-trace-frame-collected.exp
14156 * gdb.trace/mi-trace-unavailable.exp
14157 * gdb.trace/mi-traceframe-changed.exp
14158 * gdb.trace/mi-tsv-changed.exp
14159 * gdb.trace/no-attach-trace.exp
14160 * gdb.trace/passc-dyn.exp
14161 * gdb.trace/qtro.exp
14162 * gdb.trace/range-stepping.exp
14163 * gdb.trace/read-memory.exp
14164 * gdb.trace/save-trace.exp
14165 * gdb.trace/signal.exp
14166 * gdb.trace/status-stop.exp
14167 * gdb.trace/tfile.exp
14168 * gdb.trace/trace-break.exp
14169 * gdb.trace/trace-buffer-size.exp
14170 * gdb.trace/trace-condition.exp
14171 * gdb.trace/tracefile-pseudo-reg.exp
14172 * gdb.trace/tstatus.exp
14173 * gdb.trace/unavailable.exp
14174 * gdb.trace/while-dyn.exp
14175 * gdb.trace/while-stepping.exp
14176
14177 2016-12-22 Doug Evans <xdje42@gmail.com>
14178
14179 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
14180 and msymbols.
14181
14182 2016-12-19 Yao Qi <yao.qi@linaro.org>
14183
14184 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
14185 (test_with_self): Don't call do_steps_and_nexts, and remove
14186 code about stepping into xmalloc.
14187
14188 2016-12-09 Yao Qi <yao.qi@linaro.org>
14189
14190 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
14191
14192 2016-12-09 Yao Qi <yao.qi@linaro.org>
14193
14194 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
14195
14196 2016-12-09 Pedro Alves <palves@redhat.com>
14197
14198 * gdb.base/all-architectures-0.exp: New file.
14199 * gdb.base/all-architectures-1.exp: New file.
14200 * gdb.base/all-architectures-2.exp: New file.
14201 * gdb.base/all-architectures-3.exp: New file.
14202 * gdb.base/all-architectures-4.exp: New file.
14203 * gdb.base/all-architectures-5.exp: New file.
14204 * gdb.base/all-architectures-6.exp: New file.
14205 * gdb.base/all-architectures-7.exp: New file.
14206 * gdb.base/all-architectures.exp.in: New file.
14207
14208 2016-12-09 Yao Qi <yao.qi@linaro.org>
14209
14210 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
14211
14212 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
14213
14214 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
14215 possible.
14216 Remove useless pattern-matching code.
14217
14218 2016-12-02 Pedro Alves <palves@redhat.com>
14219
14220 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
14221 procedure.
14222 (top level): Call it.
14223
14224 2016-12-02 Pedro Alves <palves@redhat.com>
14225
14226 * gdb.base/commands.exp (user_defined_command_args_stack_test):
14227 New procedure.
14228 (top level): Call it.
14229
14230 2016-12-02 Pedro Alves <palves@redhat.com>
14231
14232 PR cli/20559
14233 * gdb.base/commands.exp (user_defined_command_args_eval): New
14234 procedure.
14235 (top level): Call it.
14236
14237 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
14238
14239 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
14240 timeout handling.
14241
14242 2016-12-02 Tom Tromey <tom@tromey.com>
14243
14244 * gdb.dwarf2/main-subprogram.c: New file.
14245 * gdb.dwarf2/main-subprogram.exp: New file.
14246
14247 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14248
14249 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
14250 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
14251 gdb_test_no_output for a couple of cases.
14252 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
14253
14254 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14255
14256 Fix test names and standardize compilation error messages throughout
14257 the following files:
14258
14259 * gdb.ada/start.exp
14260 * gdb.arch/alpha-step.exp
14261 * gdb.arch/e500-prologue.exp
14262 * gdb.arch/ftrace-insn-reloc.exp
14263 * gdb.arch/gdb1291.exp
14264 * gdb.arch/gdb1431.exp
14265 * gdb.arch/gdb1558.exp
14266 * gdb.arch/i386-dr3-watch.exp
14267 * gdb.arch/i386-sse-stack-align.exp
14268 * gdb.arch/ia64-breakpoint-shadow.exp
14269 * gdb.arch/pa-nullify.exp
14270 * gdb.arch/powerpc-aix-prologue.exp
14271 * gdb.arch/thumb-bx-pc.exp
14272 * gdb.base/annota1.exp
14273 * gdb.base/annota3.exp
14274 * gdb.base/arrayidx.exp
14275 * gdb.base/assign.exp
14276 * gdb.base/attach.exp
14277 * gdb.base/auxv.exp
14278 * gdb.base/bang.exp
14279 * gdb.base/bfp-test.exp
14280 * gdb.base/bigcore.exp
14281 * gdb.base/bitfields2.exp
14282 * gdb.base/break-fun-addr.exp
14283 * gdb.base/break-probes.exp
14284 * gdb.base/call-rt-st.exp
14285 * gdb.base/callexit.exp
14286 * gdb.base/catch-fork-kill.exp
14287 * gdb.base/charset.exp
14288 * gdb.base/checkpoint.exp
14289 * gdb.base/comprdebug.exp
14290 * gdb.base/constvars.exp
14291 * gdb.base/coredump-filter.exp
14292 * gdb.base/cursal.exp
14293 * gdb.base/cvexpr.exp
14294 * gdb.base/detach.exp
14295 * gdb.base/display.exp
14296 * gdb.base/dmsym.exp
14297 * gdb.base/dprintf-pending.exp
14298 * gdb.base/dso2dso.exp
14299 * gdb.base/dtrace-probe.exp
14300 * gdb.base/dump.exp
14301 * gdb.base/enum_cond.exp
14302 * gdb.base/exe-lock.exp
14303 * gdb.base/exec-invalid-sysroot.exp
14304 * gdb.base/execl-update-breakpoints.exp
14305 * gdb.base/exprs.exp
14306 * gdb.base/fileio.exp
14307 * gdb.base/find.exp
14308 * gdb.base/finish.exp
14309 * gdb.base/fixsection.exp
14310 * gdb.base/foll-vfork.exp
14311 * gdb.base/frame-args.exp
14312 * gdb.base/gcore.exp
14313 * gdb.base/gdb1250.exp
14314 * gdb.base/global-var-nested-by-dso.exp
14315 * gdb.base/gnu-ifunc.exp
14316 * gdb.base/hashline1.exp
14317 * gdb.base/hashline2.exp
14318 * gdb.base/hashline3.exp
14319 * gdb.base/hbreak-in-shr-unsupported.exp
14320 * gdb.base/huge.exp
14321 * gdb.base/infcall-input.exp
14322 * gdb.base/info-fun.exp
14323 * gdb.base/info-shared.exp
14324 * gdb.base/jit-simple.exp
14325 * gdb.base/jit-so.exp
14326 * gdb.base/jit.exp
14327 * gdb.base/jump.exp
14328 * gdb.base/label.exp
14329 * gdb.base/lineinc.exp
14330 * gdb.base/logical.exp
14331 * gdb.base/longjmp.exp
14332 * gdb.base/macscp.exp
14333 * gdb.base/miscexprs.exp
14334 * gdb.base/new-ui-echo.exp
14335 * gdb.base/new-ui-pending-input.exp
14336 * gdb.base/new-ui.exp
14337 * gdb.base/nodebug.exp
14338 * gdb.base/nofield.exp
14339 * gdb.base/offsets.exp
14340 * gdb.base/overlays.exp
14341 * gdb.base/pending.exp
14342 * gdb.base/pointers.exp
14343 * gdb.base/pr11022.exp
14344 * gdb.base/printcmds.exp
14345 * gdb.base/prologue.exp
14346 * gdb.base/ptr-typedef.exp
14347 * gdb.base/realname-expand.exp
14348 * gdb.base/relativedebug.exp
14349 * gdb.base/relocate.exp
14350 * gdb.base/remote.exp
14351 * gdb.base/reread.exp
14352 * gdb.base/return2.exp
14353 * gdb.base/savedregs.exp
14354 * gdb.base/sep.exp
14355 * gdb.base/sepdebug.exp
14356 * gdb.base/sepsymtab.exp
14357 * gdb.base/set-inferior-tty.exp
14358 * gdb.base/setshow.exp
14359 * gdb.base/shlib-call.exp
14360 * gdb.base/sigaltstack.exp
14361 * gdb.base/siginfo-addr.exp
14362 * gdb.base/signals.exp
14363 * gdb.base/signull.exp
14364 * gdb.base/sigrepeat.exp
14365 * gdb.base/so-impl-ld.exp
14366 * gdb.base/solib-display.exp
14367 * gdb.base/solib-overlap.exp
14368 * gdb.base/solib-search.exp
14369 * gdb.base/solib-symbol.exp
14370 * gdb.base/structs.exp
14371 * gdb.base/structs2.exp
14372 * gdb.base/symtab-search-order.exp
14373 * gdb.base/twice.exp
14374 * gdb.base/unload.exp
14375 * gdb.base/varargs.exp
14376 * gdb.base/watchpoint-solib.exp
14377 * gdb.base/watchpoint.exp
14378 * gdb.base/whatis.exp
14379 * gdb.base/wrong_frame_bt_full.exp
14380 * gdb.btrace/dlopen.exp
14381 * gdb.cell/ea-standalone.exp
14382 * gdb.cell/ea-test.exp
14383 * gdb.cp/dispcxx.exp
14384 * gdb.cp/gdb2384.exp
14385 * gdb.cp/method2.exp
14386 * gdb.cp/nextoverthrow.exp
14387 * gdb.cp/pr10728.exp
14388 * gdb.disasm/am33.exp
14389 * gdb.disasm/h8300s.exp
14390 * gdb.disasm/mn10300.exp
14391 * gdb.disasm/sh3.exp
14392 * gdb.dwarf2/dw2-dir-file-name.exp
14393 * gdb.fortran/complex.exp
14394 * gdb.fortran/library-module.exp
14395 * gdb.guile/scm-pretty-print.exp
14396 * gdb.guile/scm-symbol.exp
14397 * gdb.guile/scm-type.exp
14398 * gdb.guile/scm-value.exp
14399 * gdb.linespec/linespec.exp
14400 * gdb.mi/gdb701.exp
14401 * gdb.mi/gdb792.exp
14402 * gdb.mi/mi-breakpoint-changed.exp
14403 * gdb.mi/mi-dprintf-pending.exp
14404 * gdb.mi/mi-dprintf.exp
14405 * gdb.mi/mi-exit-code.exp
14406 * gdb.mi/mi-pending.exp
14407 * gdb.mi/mi-solib.exp
14408 * gdb.mi/new-ui-mi-sync.exp
14409 * gdb.mi/pr11022.exp
14410 * gdb.mi/user-selected-context-sync.exp
14411 * gdb.opt/solib-intra-step.exp
14412 * gdb.python/py-events.exp
14413 * gdb.python/py-finish-breakpoint.exp
14414 * gdb.python/py-mi.exp
14415 * gdb.python/py-prettyprint.exp
14416 * gdb.python/py-shared.exp
14417 * gdb.python/py-symbol.exp
14418 * gdb.python/py-template.exp
14419 * gdb.python/py-type.exp
14420 * gdb.python/py-value.exp
14421 * gdb.reverse/solib-precsave.exp
14422 * gdb.reverse/solib-reverse.exp
14423 * gdb.server/solib-list.exp
14424 * gdb.stabs/weird.exp
14425 * gdb.threads/reconnect-signal.exp
14426 * gdb.threads/stepi-random-signal.exp
14427 * gdb.trace/actions.exp
14428 * gdb.trace/ax.exp
14429 * gdb.trace/backtrace.exp
14430 * gdb.trace/change-loc.exp
14431 * gdb.trace/deltrace.exp
14432 * gdb.trace/ftrace-lock.exp
14433 * gdb.trace/ftrace.exp
14434 * gdb.trace/infotrace.exp
14435 * gdb.trace/mi-tracepoint-changed.exp
14436 * gdb.trace/packetlen.exp
14437 * gdb.trace/passcount.exp
14438 * gdb.trace/pending.exp
14439 * gdb.trace/range-stepping.exp
14440 * gdb.trace/report.exp
14441 * gdb.trace/stap-trace.exp
14442 * gdb.trace/tfind.exp
14443 * gdb.trace/trace-break.exp
14444 * gdb.trace/trace-condition.exp
14445 * gdb.trace/trace-enable-disable.exp
14446 * gdb.trace/trace-mt.exp
14447 * gdb.trace/tracecmd.exp
14448 * gdb.trace/tspeed.exp
14449 * gdb.trace/tsv.exp
14450 * lib/perftest.exp
14451
14452 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14453
14454 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
14455 with gdb_test_no_output.
14456 Use command as test name.
14457
14458 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14459
14460 Fix test names starting with uppercase throughout the files.
14461
14462 * gdb.ada/assign_1.exp
14463 * gdb.ada/boolean_expr.exp
14464 * gdb.base/arrayidx.exp
14465 * gdb.base/del.exp
14466 * gdb.base/gcore-buffer-overflow.exp
14467 * gdb.base/testenv.exp
14468 * gdb.compile/compile.exp
14469 * gdb.python/py-framefilter-invalidarg.exp
14470 * gdb.python/py-framefilter.exp
14471
14472 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14473
14474 Fix test names starting with uppercase throughout the files.
14475
14476 * gdb.ada/array_return.exp
14477 * gdb.ada/expr_delims.exp
14478 * gdb.ada/mi_dyn_arr.exp
14479 * gdb.ada/mi_interface.exp
14480 * gdb.ada/mi_var_array.exp
14481 * gdb.ada/watch_arg.exp
14482 * gdb.arch/alpha-step.exp
14483 * gdb.arch/altivec-regs.exp
14484 * gdb.arch/e500-regs.exp
14485 * gdb.arch/powerpc-d128-regs.exp
14486 * gdb.base/arrayidx.exp
14487 * gdb.base/break.exp
14488 * gdb.base/checkpoint.exp
14489 * gdb.base/debug-expr.exp
14490 * gdb.base/dmsym.exp
14491 * gdb.base/radix.exp
14492 * gdb.base/sepdebug.exp
14493 * gdb.base/testenv.exp
14494 * gdb.base/watch_thread_num.exp
14495 * gdb.base/watchpoint-cond-gone.exp
14496 * gdb.cell/break.exp
14497 * gdb.cell/ea-cache.exp
14498 * gdb.compile/compile.exp
14499 * gdb.cp/gdb2495.exp
14500 * gdb.gdb/selftest.exp
14501 * gdb.gdb/xfullpath.exp
14502 * gdb.go/hello.exp
14503 * gdb.go/integers.exp
14504 * gdb.objc/basicclass.exp
14505 * gdb.pascal/hello.exp
14506 * gdb.pascal/integers.exp
14507 * gdb.python/py-breakpoint.exp
14508 * gdb.python/py-cmd.exp
14509 * gdb.python/py-linetable.exp
14510 * gdb.python/py-xmethods.exp
14511 * gdb.python/python.exp
14512 * gdb.reverse/consecutive-precsave.exp
14513 * gdb.reverse/finish-precsave.exp
14514 * gdb.reverse/i386-precsave.exp
14515 * gdb.reverse/machinestate-precsave.exp
14516 * gdb.reverse/sigall-precsave.exp
14517 * gdb.reverse/solib-precsave.exp
14518 * gdb.reverse/step-precsave.exp
14519 * gdb.reverse/until-precsave.exp
14520 * gdb.reverse/watch-precsave.exp
14521 * gdb.threads/leader-exit.exp
14522 * gdb.threads/pthreads.exp
14523 * gdb.threads/wp-replication.exp
14524 * gdb.trace/actions.exp
14525 * gdb.trace/mi-tsv-changed.exp
14526 * gdb.trace/tsv.exp
14527
14528 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14529
14530 Fix test names starting with uppercase throughout the files.
14531
14532 * gdb.arch/i386-bp_permanent.exp
14533 * gdb.arch/i386-gnu-cfi.exp
14534 * gdb.base/disasm-end-cu.exp
14535 * gdb.base/macscp.exp
14536 * gdb.base/pending.exp
14537 * gdb.base/watch_thread_num.exp
14538 * gdb.cp/exception.exp
14539 * gdb.cp/gdb2495.exp
14540 * gdb.cp/local.exp
14541 * gdb.python/py-evsignal.exp
14542 * gdb.python/python.exp
14543 * gdb.trace/tracecmd.exp
14544
14545 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14546
14547 Fix test names starting with uppercase throughout the files.
14548
14549 * gdb.base/charset.exp
14550 * gdb.base/eval.exp
14551 * gdb.base/multi-forks.exp
14552 * gdb.guile/scm-progspace.exp
14553 * gdb.opencl/datatypes.exp
14554 * gdb.python/py-block.exp
14555 * gdb.python/py-function.exp
14556 * gdb.python/py-symbol.exp
14557 * gdb.python/py-symtab.exp
14558 * gdb.python/py-xmethods.exp
14559 * gdb.reverse/break-precsave.exp
14560 * gdb.reverse/break-reverse.exp
14561 * gdb.reverse/consecutive-precsave.exp
14562 * gdb.reverse/consecutive-reverse.exp
14563 * gdb.reverse/finish-precsave.exp
14564 * gdb.reverse/finish-reverse-bkpt.exp
14565 * gdb.reverse/finish-reverse.exp
14566 * gdb.reverse/fstatat-reverse.exp
14567 * gdb.reverse/getresuid-reverse.exp
14568 * gdb.reverse/i386-precsave.exp
14569 * gdb.reverse/i386-reverse.exp
14570 * gdb.reverse/i386-sse-reverse.exp
14571 * gdb.reverse/i387-stack-reverse.exp
14572 * gdb.reverse/insn-reverse.exp
14573 * gdb.reverse/machinestate-precsave.exp
14574 * gdb.reverse/machinestate.exp
14575 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14576 * gdb.reverse/pipe-reverse.exp
14577 * gdb.reverse/readv-reverse.exp
14578 * gdb.reverse/recvmsg-reverse.exp
14579 * gdb.reverse/rerun-prec.exp
14580 * gdb.reverse/s390-mvcle.exp
14581 * gdb.reverse/sigall-precsave.exp
14582 * gdb.reverse/sigall-reverse.exp
14583 * gdb.reverse/solib-precsave.exp
14584 * gdb.reverse/solib-reverse.exp
14585 * gdb.reverse/step-precsave.exp
14586 * gdb.reverse/step-reverse.exp
14587 * gdb.reverse/time-reverse.exp
14588 * gdb.reverse/until-precsave.exp
14589 * gdb.reverse/until-reverse.exp
14590 * gdb.reverse/waitpid-reverse.exp
14591 * gdb.reverse/watch-precsave.exp
14592 * gdb.reverse/watch-reverse.exp
14593
14594 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14595
14596 Fix test names starting with uppercase throughout the files.
14597
14598 * gdb.arch/i386-mpx-simple_segv.exp
14599 * gdb.arch/i386-mpx.exp
14600 * gdb.arch/i386-permbkpt.exp
14601 * gdb.arch/pa-nullify.exp
14602 * gdb.arch/powerpc-d128-regs.exp
14603 * gdb.arch/vsx-regs.exp
14604 * gdb.base/bfp-test.exp
14605 * gdb.base/break.exp
14606 * gdb.base/breakpoint-shadow.exp
14607 * gdb.base/callfuncs.exp
14608 * gdb.base/charset.exp
14609 * gdb.base/commands.exp
14610 * gdb.base/completion.exp
14611 * gdb.base/dfp-test.exp
14612 * gdb.base/echo.exp
14613 * gdb.base/ending-run.exp
14614 * gdb.base/eval.exp
14615 * gdb.base/expand-psymtabs.exp
14616 * gdb.base/float128.exp
14617 * gdb.base/floatn.exp
14618 * gdb.base/foll-exec-mode.exp
14619 * gdb.base/gdb1056.exp
14620 * gdb.base/gdb11531.exp
14621 * gdb.base/kill-after-signal.exp
14622 * gdb.base/multi-forks.exp
14623 * gdb.base/overlays.exp
14624 * gdb.base/pending.exp
14625 * gdb.base/sepdebug.exp
14626 * gdb.base/testenv.exp
14627 * gdb.base/valgrind-db-attach.exp
14628 * gdb.base/watch_thread_num.exp
14629 * gdb.base/watchpoint-cond-gone.exp
14630 * gdb.base/watchpoint.exp
14631 * gdb.base/watchpoints.exp
14632 * gdb.cp/arg-reference.exp
14633 * gdb.cp/baseenum.exp
14634 * gdb.cp/operator.exp
14635 * gdb.cp/shadow.exp
14636 * gdb.dwarf2/dw2-op-out-param.exp
14637 * gdb.dwarf2/dw2-reg-undefined.exp
14638 * gdb.go/chan.exp
14639 * gdb.go/hello.exp
14640 * gdb.go/integers.exp
14641 * gdb.go/methods.exp
14642 * gdb.go/package.exp
14643 * gdb.guile/scm-parameter.exp
14644 * gdb.guile/scm-progspace.exp
14645 * gdb.guile/scm-value.exp
14646 * gdb.mi/mi-pending.exp
14647 * gdb.mi/user-selected-context-sync.exp
14648 * gdb.multi/multi-attach.exp
14649 * gdb.multi/tids.exp
14650 * gdb.opt/clobbered-registers-O2.exp
14651 * gdb.pascal/floats.exp
14652 * gdb.pascal/integers.exp
14653 * gdb.python/py-block.exp
14654 * gdb.python/py-events.exp
14655 * gdb.python/py-parameter.exp
14656 * gdb.python/py-symbol.exp
14657 * gdb.python/py-symtab.exp
14658 * gdb.python/py-type.exp
14659 * gdb.python/py-value.exp
14660 * gdb.python/py-xmethods.exp
14661 * gdb.python/python.exp
14662 * gdb.reverse/break-precsave.exp
14663 * gdb.reverse/consecutive-precsave.exp
14664 * gdb.reverse/finish-precsave.exp
14665 * gdb.reverse/i386-precsave.exp
14666 * gdb.reverse/machinestate-precsave.exp
14667 * gdb.reverse/sigall-precsave.exp
14668 * gdb.reverse/solib-precsave.exp
14669 * gdb.reverse/step-precsave.exp
14670 * gdb.reverse/until-precsave.exp
14671 * gdb.reverse/watch-precsave.exp
14672 * gdb.server/ext-attach.exp
14673 * gdb.server/ext-restart.exp
14674 * gdb.server/ext-run.exp
14675 * gdb.server/ext-wrapper.exp
14676 * gdb.stabs/gdb11479.exp
14677 * gdb.stabs/weird.exp
14678 * gdb.threads/attach-many-short-lived-threads.exp
14679 * gdb.threads/kill.exp
14680 * gdb.threads/watchpoint-fork.exp
14681
14682 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14683
14684 Fix test names starting with uppercase throughout all the files below.
14685
14686 * gdb.ada/array_return.exp
14687 * gdb.ada/catch_ex.exp
14688 * gdb.ada/info_exc.exp
14689 * gdb.ada/mi_catch_ex.exp
14690 * gdb.ada/mi_dyn_arr.exp
14691 * gdb.ada/mi_ex_cond.exp
14692 * gdb.ada/mi_exc_info.exp
14693 * gdb.ada/mi_interface.exp
14694 * gdb.ada/mi_task_arg.exp
14695 * gdb.ada/mi_task_info.exp
14696 * gdb.ada/mi_var_array.exp
14697 * gdb.arch/alpha-step.exp
14698 * gdb.arch/amd64-disp-step.exp
14699 * gdb.arch/arm-disp-step.exp
14700 * gdb.arch/disp-step-insn-reloc.exp
14701 * gdb.arch/e500-prologue.exp
14702 * gdb.arch/ftrace-insn-reloc.exp
14703 * gdb.arch/gdb1558.exp
14704 * gdb.arch/i386-bp_permanent.exp
14705 * gdb.arch/i386-disp-step.exp
14706 * gdb.arch/i386-float.exp
14707 * gdb.arch/i386-gnu-cfi.exp
14708 * gdb.arch/ia64-breakpoint-shadow.exp
14709 * gdb.arch/mips16-thunks.exp
14710 * gdb.arch/pa-nullify.exp
14711 * gdb.arch/powerpc-aix-prologue.exp
14712 * gdb.arch/powerpc-power.exp
14713 * gdb.arch/ppc-dfp.exp
14714 * gdb.arch/s390-tdbregs.exp
14715 * gdb.arch/spu-info.exp
14716 * gdb.arch/spu-ls.exp
14717 * gdb.arch/thumb-bx-pc.exp
14718 * gdb.base/advance.exp
14719 * gdb.base/annota-input-while-running.exp
14720 * gdb.base/arrayidx.exp
14721 * gdb.base/asmlabel.exp
14722 * gdb.base/async.exp
14723 * gdb.base/attach-wait-input.exp
14724 * gdb.base/auto-connect-native-target.exp
14725 * gdb.base/batch-preserve-term-settings.exp
14726 * gdb.base/bfp-test.exp
14727 * gdb.base/bigcore.exp
14728 * gdb.base/bp-permanent.exp
14729 * gdb.base/break-always.exp
14730 * gdb.base/break-fun-addr.exp
14731 * gdb.base/break-idempotent.exp
14732 * gdb.base/break-main-file-remove-fail.exp
14733 * gdb.base/break-probes.exp
14734 * gdb.base/break-unload-file.exp
14735 * gdb.base/break.exp
14736 * gdb.base/call-ar-st.exp
14737 * gdb.base/call-rt-st.exp
14738 * gdb.base/call-sc.exp
14739 * gdb.base/call-signal-resume.exp
14740 * gdb.base/call-strs.exp
14741 * gdb.base/callexit.exp
14742 * gdb.base/callfuncs.exp
14743 * gdb.base/catch-gdb-caused-signals.exp
14744 * gdb.base/catch-signal-siginfo-cond.exp
14745 * gdb.base/catch-syscall.exp
14746 * gdb.base/compare-sections.exp
14747 * gdb.base/cond-eval-mode.exp
14748 * gdb.base/condbreak-call-false.exp
14749 * gdb.base/consecutive-step-over.exp
14750 * gdb.base/cursal.exp
14751 * gdb.base/disabled-location.exp
14752 * gdb.base/disasm-end-cu.exp
14753 * gdb.base/display.exp
14754 * gdb.base/double-prompt-target-event-error.exp
14755 * gdb.base/dprintf-bp-same-addr.exp
14756 * gdb.base/dprintf-detach.exp
14757 * gdb.base/dprintf-next.exp
14758 * gdb.base/dprintf-non-stop.exp
14759 * gdb.base/dprintf-pending.exp
14760 * gdb.base/dso2dso.exp
14761 * gdb.base/ending-run.exp
14762 * gdb.base/enum_cond.exp
14763 * gdb.base/examine-backward.exp
14764 * gdb.base/exe-lock.exp
14765 * gdb.base/exec-invalid-sysroot.exp
14766 * gdb.base/execl-update-breakpoints.exp
14767 * gdb.base/execution-termios.exp
14768 * gdb.base/fileio.exp
14769 * gdb.base/fixsection.exp
14770 * gdb.base/foll-exec-mode.exp
14771 * gdb.base/foll-exec.exp
14772 * gdb.base/fork-running-state.exp
14773 * gdb.base/frame-args.exp
14774 * gdb.base/fullpath-expand.exp
14775 * gdb.base/func-ptr.exp
14776 * gdb.base/gcore-relro-pie.exp
14777 * gdb.base/gdb1090.exp
14778 * gdb.base/gdb1555.exp
14779 * gdb.base/global-var-nested-by-dso.exp
14780 * gdb.base/gnu-ifunc.exp
14781 * gdb.base/hbreak-in-shr-unsupported.exp
14782 * gdb.base/hbreak-unmapped.exp
14783 * gdb.base/hook-stop.exp
14784 * gdb.base/infcall-input.exp
14785 * gdb.base/info-fun.exp
14786 * gdb.base/info-shared.exp
14787 * gdb.base/interrupt-noterm.exp
14788 * gdb.base/jit-so.exp
14789 * gdb.base/jit.exp
14790 * gdb.base/line-symtabs.exp
14791 * gdb.base/list.exp
14792 * gdb.base/longjmp.exp
14793 * gdb.base/macscp.exp
14794 * gdb.base/max-value-size.exp
14795 * gdb.base/nodebug.exp
14796 * gdb.base/nofield.exp
14797 * gdb.base/overlays.exp
14798 * gdb.base/paginate-after-ctrl-c-running.exp
14799 * gdb.base/paginate-bg-execution.exp
14800 * gdb.base/paginate-inferior-exit.exp
14801 * gdb.base/pending.exp
14802 * gdb.base/pr11022.exp
14803 * gdb.base/printcmds.exp
14804 * gdb.base/ptr-typedef.exp
14805 * gdb.base/ptype.exp
14806 * gdb.base/randomize.exp
14807 * gdb.base/range-stepping.exp
14808 * gdb.base/realname-expand.exp
14809 * gdb.base/relativedebug.exp
14810 * gdb.base/remote.exp
14811 * gdb.base/savedregs.exp
14812 * gdb.base/sepdebug.exp
14813 * gdb.base/set-noassign.exp
14814 * gdb.base/shlib-call.exp
14815 * gdb.base/shreloc.exp
14816 * gdb.base/sigaltstack.exp
14817 * gdb.base/sigbpt.exp
14818 * gdb.base/siginfo-addr.exp
14819 * gdb.base/siginfo-obj.exp
14820 * gdb.base/siginfo-thread.exp
14821 * gdb.base/signest.exp
14822 * gdb.base/signull.exp
14823 * gdb.base/sigrepeat.exp
14824 * gdb.base/skip.exp
14825 * gdb.base/so-impl-ld.exp
14826 * gdb.base/solib-corrupted.exp
14827 * gdb.base/solib-disc.exp
14828 * gdb.base/solib-display.exp
14829 * gdb.base/solib-overlap.exp
14830 * gdb.base/solib-search.exp
14831 * gdb.base/solib-symbol.exp
14832 * gdb.base/source-execution.exp
14833 * gdb.base/sss-bp-on-user-bp-2.exp
14834 * gdb.base/sss-bp-on-user-bp.exp
14835 * gdb.base/stack-checking.exp
14836 * gdb.base/stale-infcall.exp
14837 * gdb.base/step-break.exp
14838 * gdb.base/step-line.exp
14839 * gdb.base/step-over-exit.exp
14840 * gdb.base/step-test.exp
14841 * gdb.base/structs.exp
14842 * gdb.base/sym-file.exp
14843 * gdb.base/symtab-search-order.exp
14844 * gdb.base/term.exp
14845 * gdb.base/type-opaque.exp
14846 * gdb.base/unload.exp
14847 * gdb.base/until-nodebug.exp
14848 * gdb.base/until.exp
14849 * gdb.base/unwindonsignal.exp
14850 * gdb.base/watch-cond.exp
14851 * gdb.base/watch-non-mem.exp
14852 * gdb.base/watch_thread_num.exp
14853 * gdb.base/watchpoint-reuse-slot.exp
14854 * gdb.base/watchpoint-solib.exp
14855 * gdb.base/watchpoint.exp
14856 * gdb.btrace/dlopen.exp
14857 * gdb.cell/arch.exp
14858 * gdb.cell/break.exp
14859 * gdb.cell/bt.exp
14860 * gdb.cell/core.exp
14861 * gdb.cell/data.exp
14862 * gdb.cell/dwarfaddr.exp
14863 * gdb.cell/ea-cache.exp
14864 * gdb.cell/ea-standalone.exp
14865 * gdb.cell/ea-test.exp
14866 * gdb.cell/f-regs.exp
14867 * gdb.cell/fork.exp
14868 * gdb.cell/gcore.exp
14869 * gdb.cell/mem-access.exp
14870 * gdb.cell/ptype.exp
14871 * gdb.cell/registers.exp
14872 * gdb.cell/sizeof.exp
14873 * gdb.cell/solib-symbol.exp
14874 * gdb.cell/solib.exp
14875 * gdb.compile/compile-tls.exp
14876 * gdb.cp/exception.exp
14877 * gdb.cp/gdb2495.exp
14878 * gdb.cp/local.exp
14879 * gdb.cp/mb-inline.exp
14880 * gdb.cp/mb-templates.exp
14881 * gdb.cp/pr10687.exp
14882 * gdb.cp/pr9167.exp
14883 * gdb.cp/scope-err.exp
14884 * gdb.cp/templates.exp
14885 * gdb.cp/virtfunc.exp
14886 * gdb.dwarf2/dw2-dir-file-name.exp
14887 * gdb.dwarf2/dw2-single-line-discriminators.exp
14888 * gdb.fortran/complex.exp
14889 * gdb.fortran/library-module.exp
14890 * gdb.guile/guile.exp
14891 * gdb.guile/scm-cmd.exp
14892 * gdb.guile/scm-frame-inline.exp
14893 * gdb.guile/scm-objfile.exp
14894 * gdb.guile/scm-pretty-print.exp
14895 * gdb.guile/scm-symbol.exp
14896 * gdb.guile/scm-type.exp
14897 * gdb.guile/scm-value.exp
14898 * gdb.linespec/keywords.exp
14899 * gdb.linespec/ls-errs.exp
14900 * gdb.linespec/macro-relative.exp
14901 * gdb.linespec/thread.exp
14902 * gdb.mi/mi-breakpoint-changed.exp
14903 * gdb.mi/mi-dprintf-pending.exp
14904 * gdb.mi/mi-fullname-deleted.exp
14905 * gdb.mi/mi-logging.exp
14906 * gdb.mi/mi-pending.exp
14907 * gdb.mi/mi-solib.exp
14908 * gdb.mi/new-ui-mi-sync.exp
14909 * gdb.mi/user-selected-context-sync.exp
14910 * gdb.multi/dummy-frame-restore.exp
14911 * gdb.multi/multi-arch-exec.exp
14912 * gdb.multi/remove-inferiors.exp
14913 * gdb.multi/watchpoint-multi-exit.exp
14914 * gdb.opt/solib-intra-step.exp
14915 * gdb.perf/backtrace.exp
14916 * gdb.perf/single-step.exp
14917 * gdb.perf/skip-command.exp
14918 * gdb.perf/skip-prologue.exp
14919 * gdb.perf/solib.exp
14920 * gdb.python/lib-types.exp
14921 * gdb.python/py-as-string.exp
14922 * gdb.python/py-bad-printers.exp
14923 * gdb.python/py-block.exp
14924 * gdb.python/py-breakpoint.exp
14925 * gdb.python/py-cmd.exp
14926 * gdb.python/py-events.exp
14927 * gdb.python/py-evthreads.exp
14928 * gdb.python/py-finish-breakpoint.exp
14929 * gdb.python/py-finish-breakpoint2.exp
14930 * gdb.python/py-frame-inline.exp
14931 * gdb.python/py-frame.exp
14932 * gdb.python/py-inferior.exp
14933 * gdb.python/py-infthread.exp
14934 * gdb.python/py-mi.exp
14935 * gdb.python/py-objfile.exp
14936 * gdb.python/py-pp-maint.exp
14937 * gdb.python/py-pp-registration.exp
14938 * gdb.python/py-prettyprint.exp
14939 * gdb.python/py-recurse-unwind.exp
14940 * gdb.python/py-shared.exp
14941 * gdb.python/py-symbol.exp
14942 * gdb.python/py-symtab.exp
14943 * gdb.python/py-template.exp
14944 * gdb.python/py-type.exp
14945 * gdb.python/py-unwind-maint.exp
14946 * gdb.python/py-unwind.exp
14947 * gdb.python/py-value.exp
14948 * gdb.python/python.exp
14949 * gdb.reverse/finish-reverse-bkpt.exp
14950 * gdb.reverse/insn-reverse.exp
14951 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14952 * gdb.reverse/solib-precsave.exp
14953 * gdb.reverse/solib-reverse.exp
14954 * gdb.stabs/gdb11479.exp
14955 * gdb.stabs/weird.exp
14956 * gdb.threads/fork-child-threads.exp
14957 * gdb.threads/fork-plus-threads.exp
14958 * gdb.threads/fork-thread-pending.exp
14959 * gdb.threads/forking-threads-plus-breakpoint.exp
14960 * gdb.threads/hand-call-in-threads.exp
14961 * gdb.threads/interrupted-hand-call.exp
14962 * gdb.threads/linux-dp.exp
14963 * gdb.threads/local-watch-wrong-thread.exp
14964 * gdb.threads/next-while-other-thread-longjmps.exp
14965 * gdb.threads/non-ldr-exit.exp
14966 * gdb.threads/pending-step.exp
14967 * gdb.threads/print-threads.exp
14968 * gdb.threads/process-dies-while-detaching.exp
14969 * gdb.threads/process-dies-while-handling-bp.exp
14970 * gdb.threads/pthreads.exp
14971 * gdb.threads/queue-signal.exp
14972 * gdb.threads/reconnect-signal.exp
14973 * gdb.threads/signal-command-handle-nopass.exp
14974 * gdb.threads/signal-command-multiple-signals-pending.exp
14975 * gdb.threads/signal-delivered-right-thread.exp
14976 * gdb.threads/signal-sigtrap.exp
14977 * gdb.threads/sigthread.exp
14978 * gdb.threads/staticthreads.exp
14979 * gdb.threads/stepi-random-signal.exp
14980 * gdb.threads/thread-unwindonsignal.exp
14981 * gdb.threads/thread_check.exp
14982 * gdb.threads/thread_events.exp
14983 * gdb.threads/tid-reuse.exp
14984 * gdb.threads/tls-nodebug.exp
14985 * gdb.threads/tls-shared.exp
14986 * gdb.threads/tls-so_extern.exp
14987 * gdb.threads/tls.exp
14988 * gdb.threads/wp-replication.exp
14989 * gdb.trace/actions-changed.exp
14990 * gdb.trace/actions.exp
14991 * gdb.trace/backtrace.exp
14992 * gdb.trace/change-loc.exp
14993 * gdb.trace/collection.exp
14994 * gdb.trace/deltrace.exp
14995 * gdb.trace/disconnected-tracing.exp
14996 * gdb.trace/entry-values.exp
14997 * gdb.trace/ftrace-lock.exp
14998 * gdb.trace/ftrace.exp
14999 * gdb.trace/infotrace.exp
15000 * gdb.trace/mi-trace-frame-collected.exp
15001 * gdb.trace/mi-trace-unavailable.exp
15002 * gdb.trace/mi-traceframe-changed.exp
15003 * gdb.trace/mi-tracepoint-changed.exp
15004 * gdb.trace/mi-tsv-changed.exp
15005 * gdb.trace/no-attach-trace.exp
15006 * gdb.trace/packetlen.exp
15007 * gdb.trace/passc-dyn.exp
15008 * gdb.trace/passcount.exp
15009 * gdb.trace/pending.exp
15010 * gdb.trace/pr16508.exp
15011 * gdb.trace/qtro.exp
15012 * gdb.trace/range-stepping.exp
15013 * gdb.trace/read-memory.exp
15014 * gdb.trace/report.exp
15015 * gdb.trace/save-trace.exp
15016 * gdb.trace/signal.exp
15017 * gdb.trace/stap-trace.exp
15018 * gdb.trace/status-stop.exp
15019 * gdb.trace/strace.exp
15020 * gdb.trace/tfile.exp
15021 * gdb.trace/tfind.exp
15022 * gdb.trace/trace-break.exp
15023 * gdb.trace/trace-condition.exp
15024 * gdb.trace/trace-enable-disable.exp
15025 * gdb.trace/trace-mt.exp
15026 * gdb.trace/tracecmd.exp
15027 * gdb.trace/tracefile-pseudo-reg.exp
15028 * gdb.trace/tspeed.exp
15029 * gdb.trace/tstatus.exp
15030 * gdb.trace/tsv.exp
15031 * gdb.trace/unavailable.exp
15032 * gdb.trace/while-dyn.exp
15033 * gdb.trace/while-stepping.exp
15034 * lib/gdb-guile.exp
15035 * lib/gdb.exp
15036 * lib/mi-support.exp
15037 * lib/pascal.exp
15038 * lib/perftest.exp
15039 * lib/prelink-support.exp
15040 * lib/selftest-support.exp
15041
15042 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
15043
15044 * Makefile.in: Include disable-implicit-rules.mk.
15045
15046 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15047
15048 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
15049 non-byte-aligned bit fields.
15050
15051 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15052
15053 PR gdb/12616
15054 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
15055 respects the DW_AT_data_bit_offset attribute.
15056
15057 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
15058
15059 * gdb.base/default.exp: Fix output of "set language".
15060
15061 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
15062
15063 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
15064 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
15065 make.
15066 * configure.ac: Remove checks for the make program.
15067 * configure: Re-generate.
15068
15069 2016-11-16 Kevin Buettner <kevinb@redhat.com>
15070
15071 * gdb.python/py-recurse-unwind.c (main): Add loop.
15072 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
15073 to read_register() and gdb.parse_and_eval(). Make each code
15074 call a separate case that can be individually tested.
15075 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
15076 proc. Call cont_and_backtrace for each of the code paths that
15077 we want to test in the unwinder.
15078
15079 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
15080
15081 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
15082 the definition of struct S.
15083
15084 2016-11-11 Catherine Moore <clm@codesourcery.com>
15085
15086 * gdb.base/dump.exp: Identify verilog format dump tests as such.
15087
15088 2016-11-09 Pedro Alves <palves@redhat.com>
15089
15090 * gdb.base/commands.exp (runto_or_return): New procedure.
15091 (gdbvar_simple_if_test, gdbvar_simple_while_test)
15092 (gdbvar_complex_if_while_test, progvar_simple_if_test)
15093 (progvar_simple_while_test, progvar_complex_if_while_test)
15094 (if_while_breakpoint_command_test)
15095 (infrun_breakpoint_command_test, breakpoint_command_test)
15096 (user_defined_command_test, watchpoint_command_test)
15097 (test_command_prompt_position, redefine_hook_test)
15098 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
15099 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
15100 multi_line_input and multi_line. Remove gdb_expect and
15101 gdb_stop_suppressing_tests uses.
15102 * lib/gdb.exp (valnum_re): New global.
15103 (multi_line_input): New procedure.
15104
15105 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
15106
15107 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
15108 Remove.
15109 (test_setup): Define with proc_with_prefix.
15110 (test_cli_inferior): Likewise.
15111 (test_cli_thread): Likewise.
15112 (test_cli_frame): Likewise.
15113 (test_cli_select_frame): Likewise.
15114 (test_cli_up_down): Likewise.
15115 (test_mi_thread_select): Likewise.
15116 (test_mi_stack_select_frame): Likewise.
15117 (test_cli_in_mi_inferior): Likewise.
15118 (test_cli_in_mi_thread): Likewise.
15119 (test_cli_in_mi_frame): Likewise.
15120 (top level): Do not use with_test_prefix_procname.
15121
15122 2016-11-09 Pedro Alves <palves@redhat.com>
15123
15124 * gdb.base/commands.exp (gdbvar_simple_if_test)
15125 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
15126 (progvar_simple_if_test, progvar_simple_while_test)
15127 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
15128 (infrun_breakpoint_command_test, breakpoint_command_test)
15129 (user_defined_command_test, watchpoint_command_test)
15130 (test_command_prompt_position, deprecated_command_test)
15131 (bp_deleted_in_command, temporary_breakpoint_commands)
15132 (stray_arg0_test, source_file_with_indented_comment)
15133 (recursive_source_test, if_commands_test)
15134 (error_clears_commands_left, redefine_hook_test)
15135 (redefine_backtrace_test): Use proc_with_prefix.
15136 * lib/gdb.exp (proc_with_prefix): New proc.
15137
15138 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15139
15140 * gdb.base/tui-layout.c: New file.
15141 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
15142 disassembly window contains very long lines.
15143
15144 2016-11-08 Tom Tromey <tom@tromey.com>
15145
15146 * gdb.python/py-value.exp (test_value_creation): Make "long" test
15147 depend on Python 2.
15148
15149 2016-11-08 Tom Tromey <tom@tromey.com>
15150
15151 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
15152 New method.
15153
15154 2016-10-29 Manish Goregaokar <manish@mozilla.com>
15155
15156 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
15157
15158 2016-10-27 Manish Goregaokar <manish@mozilla.com>
15159
15160 * gdb.rust/simple.rs: Add test for univariant enums without
15161 discriminants and for encoded struct-like enums.
15162
15163 2016-10-28 Pedro Alves <palves@redhat.com>
15164
15165 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
15166 gdb_test_multiple, tighten regexps and match symtabs and line
15167 tables incrementally.
15168
15169 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
15170
15171 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
15172 general.
15173
15174 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
15175
15176 * gdb.base/exec-invalid-sysroot.exp: New file.
15177
15178 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15179
15180 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
15181
15182 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15183
15184 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
15185
15186 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
15187
15188 * gdb.base/killed-outside.exp: Remove $options from a call to
15189 `prepare_for_testing'.
15190
15191 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15192
15193 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15194 Change test message.
15195
15196 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15197
15198 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15199 Update comment.
15200
15201 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15202
15203 * gdb.trace/mi-trace-save.exp: New file.
15204
15205 2016-10-13 Yao Qi <yao.qi@linaro.org>
15206
15207 * gdb.base/code_elim.exp (get_var_address): Remove.
15208 * gdb.base/relocate.exp: Likewise.
15209 * gdb.base/shreloc.exp: Likewise.
15210 * lib/gdb.exp (get_var_address): New.
15211
15212 2016-10-13 Yao Qi <yao.qi@linaro.org>
15213
15214 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
15215 floating point tests if $skip_float_test is false.
15216
15217 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
15218
15219 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
15220 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
15221 argc values.
15222 Add 1 to argc so we guarantee distinct initial/modified argc values.
15223
15224 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15225
15226 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
15227
15228 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15229
15230 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
15231 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
15232 * gdb.arch/vsx-regs.exp: Likewise.
15233
15234 2016-10-07 Yao Qi <yao.qi@linaro.org>
15235
15236 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
15237
15238 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
15239
15240 * gdb.python/python.exp: Test decode_line("*0").
15241
15242 2016-10-06 Doug Evans <dje@google.com>
15243
15244 * gdb.python/py-value.exp (test_value_creation): Add test for large
15245 unsigned 64-bit value.
15246
15247 2016-10-06 Tom Tromey <tom@tromey.com>
15248
15249 * gdb.compile/compile.exp: Change java tests to rust.
15250 * gdb.base/setshow.exp: Change java tests to rust.
15251 * gdb.base/default.exp: Remove java from language list.
15252 * README (Examples): Update language example.
15253 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
15254 test.
15255 * lib/gdb.exp (skip_java_tests): Remove.
15256 * lib/java.exp: Remove.
15257 * gdb.java: Remove.
15258
15259 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15260
15261 * gdb.arch/mips-fcr.exp: New test.
15262 * gdb.arch/mips-fcr.c: Source for the new test.
15263
15264 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15265
15266 * gdb.base/solib-disc.exp: Use `standard_output_file'
15267 throughout.
15268
15269 2016-10-06 Pedro Alves <palves@redhat.com>
15270
15271 * gdb.base/jit-simple-dl.c: New file.
15272 * gdb.base/jit-simple-jit.c: New file, factored out from ...
15273 * gdb.base/jit-simple.c: ... this.
15274 * gdb.base/jit-simple.exp (jit_run): Delete.
15275 (build_jit): New proc.
15276 (jit_test_reread): Recompile either the main program or the shared
15277 library, depending on what is being tested. Skip changing address
15278 if caller wants to. Compare before/after addresses. If testing
15279 standalone, explicitly load the binary. Test "maint info
15280 breakpoints".
15281 (top level): Add "standalone vs shared lib" and "change address"
15282 vs "same address" axes.
15283
15284 2016-10-06 Pedro Alves <palves@redhat.com>
15285
15286 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
15287 call.
15288 (jit_run): Delete.
15289 (jit_test_reread): Use with_test_prefix. Reload the main binary
15290 explicitly. Compare the before/after addresses of the JIT
15291 descriptor.
15292
15293 2016-08-15 Doug Evans <dje@google.com>
15294
15295 * gdb.xml/extra-regs.xml: Update, end field now required, default type
15296 for single bitfields is bool.
15297 * gdb.xml/tdesc-regs.exp: Ditto.
15298
15299 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
15300
15301 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
15302
15303 2016-10-05 Yao Qi <yao.qi@linaro.org>
15304
15305 * lib/gdb.exp (support_complex_tests): Return zero if
15306 gdb_skip_float_test return true.
15307
15308 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15309 Simon Marchi <simon.marchi@ericsson.com>
15310
15311 PR gdb/20487
15312 * gdb.mi/user-selected-context-sync.exp: New file.
15313 * gdb.mi/user-selected-context-sync.c: New file.
15314
15315 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15316 Simon Marchi <simon.marchi@ericsson.com>
15317
15318 PR gdb/20487
15319 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
15320 =thread-select-event check.
15321
15322 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
15323
15324 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
15325 the compulsory L operand changes.
15326 * gdb.arch/powerpc-power.s: Likewise.
15327
15328 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15329
15330 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
15331 * gdb.base/jit-attach-pie.c: New file.
15332 * gdb.base/jit-attach-pie.exp: New file.
15333
15334 2016-09-28 Pedro Alves <palves@redhat.com>
15335
15336 * gdb.base/infcall-input.c: New file.
15337 * gdb.base/infcall-input.exp: New file.
15338
15339 2016-09-22 Yao Qi <yao.qi@linaro.org>
15340
15341 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
15342 (gdb_exit): Rename it to ...
15343 (gdbserver_gdb_exit): ... Close GDBserver.
15344 (gdb_exit): New proc, call gdbserver_gdb_exit.
15345 (mi_gdb_exit): Likewise.
15346
15347 2016-09-22 Yao Qi <yao.qi@linaro.org>
15348
15349 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
15350 path.
15351 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
15352 Remove duplication.
15353
15354 2016-09-22 Yao Qi <yao.qi@linaro.org>
15355
15356 * lib/gdbserver-support.exp: Check the existence of
15357 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
15358
15359 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
15360
15361 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
15362
15363 2016-09-21 Tom Tromey <tom@tromey.com>
15364
15365 PR gdb/20604:
15366 * gdb.base/quit.exp: New file.
15367
15368 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
15369
15370 * .gitignore: New file.
15371
15372 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
15373
15374 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
15375 throughout.
15376
15377 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15378
15379 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
15380
15381 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15382
15383 * gdb.cp/casts.cc (decltype): Move it ...
15384 (main): ... with its call to ...
15385 * gdb.cp/casts03.cc: ... a new file.
15386 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
15387
15388 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15389
15390 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
15391
15392 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
15393
15394 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
15395 and sync up the test with tests in gas/testsuite/gas/ppc.
15396 * gdb.arch/powerpc-power.exp: Likewise.
15397
15398 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15399
15400 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
15401
15402 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
15403 Jan Kratochvil <jan.kratochvil@redhat.com>
15404
15405 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
15406 make m1's definition to be different from m2's. Use 'dummy' as an
15407 argument for probe 'two'.
15408
15409 2016-09-10 Jon Beniston <jon@beniston.com>
15410
15411 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
15412 for sim target.
15413
15414 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15415
15416 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
15417 variable declaration.
15418 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
15419 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
15420 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
15421 received HWCAP as its argument.
15422
15423 2016-09-06 Pedro Alves <palves@redhat.com>
15424
15425 * gdb.base/new-ui-pending-input.c: New file.
15426 * gdb.base/new-ui-pending-input.exp: New file.
15427 * gdb.exp (clear_gdb_spawn_id): New procedure.
15428 (with_spawn_id): Check whether gdb_spawn_id exists before
15429 referencing it. If gdb_spawn_id didn't exist on entry, clear it
15430 on exit.
15431
15432 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15433
15434 * gdb.base/float128.c: New file.
15435 * gdb.base/float128.exp: Likewise.
15436 * gdb.base/floatn.c: Likewise.
15437 * gdb.base/floatn.exp: Likewise.
15438
15439 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15440
15441 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
15442
15443 2016-09-05 Pedro Alves <palves@redhat.com>
15444
15445 PR backtrace/19927
15446 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
15447 unwinders are immediately called as side effect of "source" or
15448 "disable unwinder" commands.
15449 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
15450
15451 2016-09-02 Yao Qi <yao.qi@linaro.org>
15452
15453 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
15454 is true and $type is "float" or "double".
15455
15456 2016-09-02 Yao Qi <yao.qi@linaro.org>
15457
15458 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
15459 true.
15460 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
15461 * gdb.base/call-rt-st.exp: Likewise.
15462 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
15463 return value instead of gdb,skip_float_test.
15464 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
15465 (do_function_calls): Use its return value instead of
15466 gdb,skip_float_test.
15467 * gdb.base/finish.exp: Likewise.
15468 * gdb.base/funcargs.exp: Likewise.
15469 * gdb.base/return.exp: Likewise.
15470 * gdb.base/return2.exp: Likewise.
15471 * gdb.base/varargs.exp: Likewise.
15472 * lib/gdb.exp (gdb_skip_float_test): Change it to
15473 gdb_caching_proc. Detect the broken ptrace on arm-linux.
15474
15475 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15476
15477 * gdb.multi/tids.exp: Test "thread apply all".
15478
15479 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15480
15481 * gdb.base/default.exp (tty): Remove.
15482
15483 2016-08-24 Kevin Buettner <kevinb@redhat.com>
15484
15485 * gdb.python/py-recurse-unwind.c: New file.
15486 * gdb.python/py-recurse-unwind.py: New file.
15487 * gdb.python/py-recurse-unwind.exp: New file.
15488
15489 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
15490
15491 * gdb.base/set-inferior-tty.exp: New file.
15492 * gdb.base/set-inferior-tty.c: New file.
15493
15494 2016-08-23 Pedro Alves <palves@redhat.com>
15495
15496 PR gdb/20494
15497 * gdb.base/new-ui-echo.c: New file.
15498 * gdb.base/new-ui-echo.exp: New file.
15499
15500 2016-08-23 Yao Qi <yao.qi@linaro.org>
15501
15502 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
15503 gdbserver_spawn.
15504 * gdb.server/connect-without-multi-process.exp (do_test):
15505 Likewise.
15506
15507 2016-08-23 Yao Qi <yao.qi@linaro.org>
15508
15509 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
15510 standalone_txt. Delete gdb_txt and standalone_txt on host
15511 and target. Spawn the binary on target. Copy files from
15512 target to host.
15513
15514 2016-08-22 Pedro Alves <palves@redhat.com>
15515
15516 PR gdb/20505
15517 * gdb.base/vdso-warning.exp: Test core dumps too. Use
15518 with_test_prefix. Factor out bits to ...
15519 (test_no_vdso): ... this new procedure.
15520
15521 2016-08-19 Carl Love <cel@us.ibm.com>
15522
15523 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
15524 maintaining separate logic for constructing the output path.
15525 * gdb.arch/powerpc-d128-regs.exp: Likewise.
15526 * gdb.arch/ppc-dfp.exp: Likewise.
15527 * gdb.arch/ppc-fp.exp: Likewise.
15528 * gdb.arch/vsx-regs.exp: Likewise.
15529 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
15530 binprefix for generating the additional binary files.
15531
15532 2016-08-19 Pedro Alves <palves@redhat.com>
15533
15534 * gdb.trace/mi-trace-frame-collected.exp
15535 (test_trace_frame_collected): On x32, expect two registers.
15536
15537 2016-08-18 Carl Love <cel@us.ibm.com>
15538
15539 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
15540 and sync up the test with tests in gas/testsuite/gas/ppc.
15541 * gdb.arch/powerpc-power.exp: Likewise.
15542
15543 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15544
15545 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
15546 expected error message.
15547
15548 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15549
15550 * gdb.multi/remove-inferiors.exp: New file.
15551 * gdb.multi/remove-inferiors.c: New file.
15552
15553 2016-08-12 Yao Qi <yao.qi@linaro.org>
15554
15555 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
15556 argument list.
15557
15558 2016-08-10 Pedro Alves <palves@redhat.com>
15559
15560 PR gdb/19187
15561 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
15562 setup_kfails.
15563
15564 2016-08-09 Pedro Alves <palves@redhat.com>
15565 Simon Marchi <simon.marchi@ericsson.com>
15566
15567 PR gdb/20418
15568 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
15569 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
15570
15571 2016-08-09 Pedro Alves <palves@redhat.com>
15572
15573 PR mi/20431
15574 * gdb.mi/mi-cmd-error.exp: New file.
15575
15576 2016-08-09 Pedro Alves <palves@redhat.com>
15577
15578 PR gdb/18653
15579 * gdb.base/signals-state-child.c: New file.
15580 * gdb.base/signals-state-child.exp: New file.
15581 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
15582
15583 2016-08-09 Pedro Alves <palves@redhat.com>
15584
15585 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
15586
15587 2016-08-03 Tom Tromey <tom@tromey.com>
15588
15589 PR python/18565:
15590 * gdb.python/py-frame-inline.exp: Add Frame.function test.
15591
15592 2016-08-01 Yao Qi <yao.qi@linaro.org>
15593
15594 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
15595 variable mode to "multi-process" if $multi_process is 1, otherwise
15596 set it to "single-process".
15597
15598 2016-08-01 Yao Qi <yao.qi@linaro.org>
15599
15600 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
15601 * gdb.cp/cpexprs.exp: Likewise.
15602 * gdb.cp/m-static.exp: Likewise.
15603
15604 2016-07-26 Tom Tromey <tom@tromey.com>
15605
15606 PR python/20190:
15607 * gdb.threads/tls.exp (check_thread_local): Add python symbol
15608 test.
15609
15610 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
15611
15612 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
15613 selecting assembly source files.
15614 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
15615 assembly source files.
15616 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
15617 assembly source files.
15618 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
15619 selecting assembly source files.
15620
15621 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
15622
15623 * gdb.base/new-ui.exp (do_test_invalid_args): New
15624 procedure.
15625
15626 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
15627
15628 * gdb.btrace/reconnect.c: New file.
15629 * gdb.btrace/reconnect.exp: New file.
15630
15631 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
15632
15633 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
15634 to test_catch_syscall_group.
15635 (test_catch_syscall_group): New.
15636
15637 2016-07-21 Tom Tromey <tom@tromey.com>
15638
15639 * gdb.rust/simple.rs (main): Use empty struct expression.
15640 * gdb.rust/simple.exp: Add tests for empty struct expression.
15641
15642 2016-07-21 Yao Qi <yao.qi@linaro.org>
15643
15644 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
15645 if gdb_skip_xml_test is true on some targets.
15646
15647 2016-07-21 Yao Qi <yao.qi@linaro.org>
15648
15649 * gdb.server/solib-list.exp: Unset last_loaded_file.
15650
15651 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15652
15653 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
15654 "step into captured_main (args)".
15655
15656 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15657
15658 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
15659
15660 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15661
15662 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
15663
15664 2016-07-19 Pedro Alves <palves@redhat.com>
15665
15666 * gdb.opt/inline-break.exp: Remove optimize=-O2.
15667 * gdb.opt/inline-bt.exp: Likewise.
15668 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
15669 additional_flags=-Winline.
15670 * gdb.opt/inline-locals.exp: Likewise.
15671 * gdb.opt/inline-markers.c (ATTR): Define.
15672 (inlined_fn): Use it.
15673
15674 2016-07-19 Yao Qi <yao.qi@linaro.org>
15675
15676 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
15677 (test_with_self): Remove some code. Remove argument executable.
15678 (top-level): Use do_self_tests.
15679
15680 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
15681 Don Breazeal <donb@codesourcery.com>
15682
15683 * gdb.base/maint.exp: Escape paths used in regular expressions.
15684 * gdb.stabs/weird.exp: Likewise.
15685
15686 2016-07-13 Tom Tromey <tom@tromey.com>
15687
15688 PR python/15620, PR python/18620:
15689 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
15690 (test_bkpt_events): New procs.
15691
15692 2016-07-13 Tom Tromey <tom@tromey.com>
15693
15694 PR python/17698:
15695 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
15696 test.
15697 (test_watchpoints): Likewise.
15698 (test_bkpt_pending): New proc.
15699
15700 2016-07-13 Tom Tromey <tom@tromey.com>
15701
15702 PR cli/18053:
15703 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
15704 completion test.
15705
15706 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15707
15708 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
15709 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
15710 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
15711 f_label.
15712 (g): Rename g_end_lbl to g_label.
15713 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
15714 low_pc and high_pc.
15715 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
15716
15717 2016-07-12 Tom Tromey <tom@tromey.com>
15718
15719 PR python/19293:
15720 * gdb.python/py-unwind-maint.exp: Update tests.
15721
15722 2016-07-12 Yao Qi <yao.qi@linaro.org>
15723
15724 * lib/selftest-support.exp (selftest_setup): Match the output
15725 when captured_main is inlined.
15726
15727 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
15728
15729 * gdb.fortran/derived-types.exp (result_line, result_line_2):
15730 New variables.
15731 (print this%a, print this%b, print this): New tests.
15732 * gdb.fortran/derived-types.f90 (this): New object and
15733 initialization.
15734
15735 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
15736
15737 * gdb.ada/arraydim.exp: Remove extra directory level in build
15738 directory.
15739
15740 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
15741
15742 * lib/ada.exp: Remove extra directory level in build directory.
15743 * gdb.ada/cond_lang.exp: Likewise.
15744 * gdb.ada/exec_changed.exp: Likewise.
15745 * gdb.ada/lang_switch.exp: Likewise.
15746
15747 2016-07-06 Manish Goregaokar <manish@mozilla.com>
15748
15749 * simple.rs: Add test for raw pointer subscripting.
15750 * simple.exp: Add test expectations.
15751
15752 2016-07-05 Yao Qi <yao.qi@linaro.org>
15753
15754 * gdb.mi/mi-reverse.exp: Match =record-started output.
15755
15756 2016-07-01 Pedro Alves <palves@redhat.com>
15757
15758 * gdb.base/jit-reader.exp (info_registers_current_frame): New
15759 procedure.
15760 (jit_reader_test): Test the jit reader's unwinder.
15761 * gdb.base/jithost.c (jit_function_00_code): New global.
15762 (main): Use memcpy to fill in the mmapped code, instead of poking
15763 bytes manually here.
15764 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
15765 value.
15766 (read_debug_info): Save the function's range.
15767 (read_sp): New function.
15768 (unwind_frame): Use it. Also unwind RBP.
15769 (get_frame_id): Use read_sp.
15770 (gdb_init_reader): Use calloc instead of malloc.
15771 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
15772 parameter. Use gdb_test_multiple.
15773
15774 2016-07-01 Pedro Alves <palves@redhat.com>
15775 Antoine Tremblay <antoine.tremblay@ericsson.com>
15776
15777 * gdb.threads/process-dies-while-detaching.c: New file.
15778 * gdb.threads/process-dies-while-detaching.exp: New file.
15779
15780 2016-07-01 Pedro Alves <palves@redhat.com>
15781
15782 * gdb.multi/watchpoint-multi-exit.c: New file.
15783 * gdb.multi/watchpoint-multi-exit.exp: New file.
15784
15785 2016-06-30 Pedro Alves <palves@redhat.com>
15786
15787 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
15788 unset inferior_spawn_id.
15789
15790 2016-06-30 Pedro Alves <palves@redhat.com>
15791
15792 * lib/mi-support.exp (default_mi_gdb_start): Declare global
15793 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
15794
15795 2016-06-29 Yao Qi <yao.qi@linaro.org>
15796
15797 * gdb.base/return.c: Add copyright header.
15798
15799 2016-06-29 Tom Tromey <tom@tromey.com>
15800
15801 PR python/20129:
15802 * gdb.python/py-framefilter.exp: Add tests for setting priority
15803 and disabling of non-existent frame filter.
15804
15805 2016-06-29 Yao Qi <yao.qi@linaro.org>
15806
15807 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
15808 0x0f07ff.
15809
15810 2016-06-28 Yao Qi <yao.qi@linaro.org>
15811
15812 * gdb.base/catch-syscall.exp: Remove check on isnative and target
15813 triplets. Start gdb, execute catch syscall, and continue. Check
15814 gdb's output to determine catch syscall is supported.
15815
15816 2016-06-27 Manish Goregaokar <manish@mozilla.com>
15817
15818 * gdb.rust/simple.rs: Add test for returning unit in a function.
15819 * gdb.rust/simple.exp: Add expectation for functions returning
15820 unit.
15821
15822 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
15823
15824 * gdb.python/py-breakpoint-create-fail.c,
15825 gdb.python/py-breakpoint-create-fail.exp,
15826 gdb.python/py-breakpoint-create-fail.py: New testcase.
15827
15828 2016-06-25 Manish Goregaokar <manish@mozilla.com>
15829
15830 PR gdb/20239
15831 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
15832 * gdb.rust/simple.exp: Add test expectations for new NonZero
15833 tests.
15834
15835 2016-06-24 David Taylor <dtaylor@emc.com>
15836
15837 * gdb.base/offsets.exp: New file.
15838 * gdb.base/offsets.c: New file.
15839
15840 2016-06-23 Tom Tromey <tom@tromey.com>
15841
15842 PR gdb/16483:
15843 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
15844 before any filters are loaded.
15845
15846 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
15847
15848 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
15849 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
15850 structs.
15851 * gdb.fortran/derived-type-function.exp: New file.
15852 * gdb.fortran/derived-type-function.f90: New file.
15853
15854
15855 2016-06-21 Pedro Alves <palves@redhat.com>
15856
15857 * gdb.base/new-ui.exp: New file.
15858 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
15859 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
15860 (with_spawn_id): New procedure.
15861
15862 2016-06-21 Pedro Alves <palves@redhat.com>
15863
15864 * gdb.mi/mi-exec-run.exp: New file.
15865
15866 2016-06-21 Pedro Alves <palves@redhat.com>
15867
15868 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
15869 breakpoint command's output on the main UI.
15870 (test_break): New procedure, factored out from calls in the top
15871 level.
15872 (top level): Use foreach_with_prefix to test MI as main UI and as
15873 separate UI.
15874
15875 2016-06-21 Pedro Alves <palves@redhat.com>
15876
15877 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
15878 (test_awatch_creation_and_listing)
15879 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
15880 Remove 'type' parameter.
15881 (test_watchpoint_all): New parameter mi_mode. Remove
15882 with_test_prefix.
15883 (top level): Use foreach_with_prefix, and add main/separate UI MI
15884 testing axis.
15885
15886 2016-06-21 Pedro Alves <palves@redhat.com>
15887
15888 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
15889 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
15890 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
15891 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
15892 (gdb_main_spawn_id, mi_spawn_id): Declare and
15893 comment.
15894 (mi_create_inferior_pty): New procedure,
15895 factored out from default_mi_gdb_start.
15896 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
15897 procedures.
15898 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
15899 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
15900 Use mi_create_inferior_pty.
15901 (mi_gdb_start): Use eval to pass down args list.
15902
15903 2016-06-21 Pedro Alves <palves@redhat.com>
15904
15905 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
15906 * gdb.opt/inline-cmds.exp: Add MI tests.
15907
15908 2016-06-21 Pedro Alves <palves@redhat.com>
15909
15910 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
15911
15912 2016-06-21 Pedro Alves <palves@redhat.com>
15913
15914 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
15915 (top level): Use it instead of mi_execute_to.
15916
15917 2016-06-21 Pedro Alves <palves@redhat.com>
15918
15919 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
15920 (cont_handler_str): New.
15921 (signal_stop_handler): Set stop_handler_str instead of printing to
15922 stdout.
15923 (continue_handler): Set cont_handler_str instead of printing to
15924 stdout.
15925 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
15926 mi_send_resuming_command. Print stop_handler_str and
15927 cont_handler_str instead of expecting the python events print
15928 directly.
15929
15930 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
15931
15932 * gdb.base/jit-reader.exp: New file.
15933 * gdb.base/jithost.c: New file.
15934 * gdb.base/jithost.h: New file.
15935 * gdb.base/jitreader.c : New file.
15936 * gdb.base/jit-protocol.h: New file.
15937
15938 2016-06-17 Yao Qi <yao.qi@linaro.org>
15939
15940 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
15941 parameters follow_fork and detach_on_fork. Set follow-fork-mode
15942 and detach-on-fork. Adjust tests.
15943 (top level): Invoke break_cond_on_syscall with combinations of
15944 syscall, follow-fork-mode and detach-on-fork.
15945
15946 2016-06-17 Yao Qi <yao.qi@linaro.org>
15947
15948 * gdb.base/step-over-exit.c: New.
15949 * gdb.base/step-over-exit.exp: New.
15950
15951 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
15952
15953 * gdb.base/float.exp: Add target check for nds32*-*-*.
15954 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
15955
15956 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
15957
15958 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
15959 for unsupported target features.
15960 * gdb.base/call-rt-st.exp: Likewise.
15961 * gdb.base/call-sc.exp: Likewise.
15962 * gdb.base/call-signal-resume.exp: Likewise.
15963 * gdb.base/call-strs.exp: Likewise.
15964 * gdb.base/callexit.exp: Likewise.
15965 * gdb.base/callfuncs.exp: Likewise.
15966 * gdb.base/nodebug.exp: Likewise.
15967 * gdb.base/printcmds.exp: Likewise.
15968 * gdb.base/ptype.exp: Likewise.
15969 * gdb.base/structs.exp: Likewise.
15970 * gdb.base/unwindonsignal.exp: Likewise.
15971 * gdb.cp/gdb2495.exp: Likewise.
15972 * gdb.cp/templates.exp: Likewise.
15973 * gdb.cp/virtfunc.exp: Likewise.
15974 * gdb.threads/hand-call-in-threads.exp: Likewise.
15975 * gdb.threads/interrupted-hand-call.exp: Likewise.
15976 * gdb.threads/thread-unwindonsignal.exp: Likewise.
15977
15978 2016-06-10 Tom Tromey <tom@tromey.com>
15979
15980 PR rust/20110:
15981 * gdb.rust/expr.exp: Add test for integer constant larger than
15982 i32.
15983
15984 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
15985
15986 * gdb.fortran/nested-funcs.exp: New.
15987 * gdb.fortran/nested-funcs.f90: New.
15988
15989 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
15990
15991 * gdb.base/examine-backward.c: New file.
15992 * gdb.base/examine-backward.exp: New file.
15993
15994 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
15995
15996 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
15997 matching.
15998
15999 2016-06-02 Tom Tromey <tom@tromey.com>
16000
16001 PR python/18984:
16002 * gdb.python/py-shared.exp: Add solib_name test.
16003
16004 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
16005
16006 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
16007
16008 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
16009
16010 PR c++/19893
16011 * gdb.dwarf2/implref.exp: Rename to...
16012 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
16013 * gdb.dwarf2/implref-array.c: New file.
16014 * gdb.dwarf2/implref-array.exp: Likewise.
16015 * gdb.dwarf2/implref-global.c: Likewise.
16016 * gdb.dwarf2/implref-global.exp: Likewise.
16017 * gdb.dwarf2/implref-struct.c: Likewise.
16018 * gdb.dwarf2/implref-struct.exp: Likewise.
16019
16020 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16021
16022 * gdb.trace/trace-condition.exp: Add 64bit tests.
16023
16024 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16025
16026 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
16027 bits types.
16028 (main): Adapt to 8 to 64 bits types.
16029 * gdb.trace/trace-condition.exp: Add new tests.
16030
16031 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16032
16033 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
16034
16035 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16036
16037 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
16038 Move condition tests...
16039 * gdb.trace/trace-condition.exp: Here.
16040
16041 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16042
16043 * gdb.trace/trace-condition.exp: Add counter-case tests.
16044
16045 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16046
16047 PR c++/15231
16048 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
16049 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
16050
16051 2016-05-27 Pedro Alves <palves@redhat.com>
16052
16053 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
16054 New procedure.
16055 (top level): Call it, and bail out of DejaGnu is known to be bad.
16056
16057 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
16058
16059 * gdb.base/whatis.c: Extend the test case.
16060 * gdb.base/whatis.exp: Add additional tests.
16061
16062 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16063
16064 * gdb.fortran/type.f90: Add pointer variable.
16065 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
16066
16067 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16068
16069 * gdb.fortran/vla-type.exp: Fix testcase name.
16070
16071 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16072
16073 * gdb.fortran/vla-type.exp: Access elements in nested structs.
16074
16075 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16076
16077 * gdb.fortran/type.f90: Add nested structures.
16078 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
16079 * gdb.fortran/derived-type.exp: Adapt expected output.
16080 * gdb.fortran/vla-type.exp: Adapt expected output.
16081
16082 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16083
16084 * gdb.fortran/whatis_type.exp: Adapt expected output.
16085
16086 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16087
16088 * gdb.fortran/print_type.exp: Fix expected output.
16089 * gdb.fortran/whatis_type.exp: Fix expected output.
16090
16091 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16092
16093 * gdb.fortran/whatis_type.exp: Use multi_line.
16094
16095 2016-05-24 Tom Tromey <tom@tromey.com>
16096
16097 PR python/17386:
16098 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
16099 use value as an index.
16100
16101 2016-05-23 Tom Tromey <tom@tromey.com>
16102
16103 PR python/17981:
16104 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
16105 no-breakpoint case.
16106
16107 2016-05-24 Pedro Alves <palves@redhat.com>
16108
16109 PR gdb/19828
16110 * gdb.threads/clone-attach-detach.c: New file.
16111 * gdb.threads/clone-attach-detach.exp: New file.
16112
16113 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
16114
16115 * gdb.base/annota-input-while-running.exp: Fix syntax error.
16116
16117 2016-05-23 Tom Tromey <tom@tromey.com>
16118
16119 PR python/19438, PR python/18393:
16120 * gdb.python/py-progspace.exp: Add "dir" test.
16121 * gdb.python/py-objfile.exp: Add "dir" test.
16122
16123 2016-05-23 Yao Qi <yao.qi@linaro.org>
16124
16125 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
16126 * gdb.arch/thumb2-it.exp: Likewise.
16127
16128 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
16129
16130 * gdb.mi/mi-threads-interrupt.c: New file.
16131 * gdb.mi/mi-threads-interrupt.exp: New file.
16132
16133 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
16134
16135 PR gdb/18077
16136 * gdb.mi/mi-async-run.exp: New file.
16137 * gdb.mi/mi-async-run.c: New file.
16138
16139 2016-05-17 Tom Tromey <tom@tromey.com>
16140 Manish Goregaokar <manishsmail@gmail.com>
16141
16142 * lib/rust-support.exp: New file.
16143 * lib/gdb.exp (skip_rust_tests): New proc.
16144 (build_executable_from_specs): Handle rust.
16145 * lib/future.exp (gdb_find_rustc): New proc.
16146 (gdb_default_target_compile): Handle rust.
16147 * gdb.rust/expr.exp: New file.
16148 * gdb.rust/generics.exp: New file.
16149 * gdb.rust/generics.rs: New file.
16150 * gdb.rust/methods.exp: New file.
16151 * gdb.rust/methods.rs: New file.
16152 * gdb.rust/modules.exp: New file.
16153 * gdb.rust/modules.rs: New file.
16154 * gdb.rust/simple.exp: New file.
16155 * gdb.rust/simple.rs: New file.
16156
16157 2016-05-17 Tom Tromey <tom@tromey.com>
16158
16159 * gdb.base/default.exp (set language): Add rust.
16160
16161 2016-05-17 Tom Tromey <tom@tromey.com>
16162
16163 * gdb.gdb/unittest.exp: New file.
16164
16165 2016-05-16 Yao Qi <yao.qi@linaro.org>
16166
16167 * gdb.base/batch-preserve-term-settings.exp: Remove variable
16168 shell_prompt. Update shell_prompt_re.
16169
16170 2016-05-12 Doug Evans <dje@google.com>
16171
16172 PR symtab/19999
16173 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
16174 $options when building executable.
16175 * gdb.dwarf2/fission-loclists-pie.S: New file.
16176 * gdb.dwarf2/fission-loclists-pie.exp: New file.
16177
16178 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16179
16180 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
16181 of [is_remote target],
16182
16183 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16184
16185 * lib/gdb.exp (use_gdb_stub): New procedure.
16186
16187 2016-05-03 Yunlian Jiang <yunlian@google.com>
16188 Doug Evans <dje@google.com>
16189
16190 PR symtab/19914
16191 * gdb.dwarf2/dwp-sepdebug.c: New file.
16192 * gdb.dwarf2/dwp-sepdebug.exp: New file.
16193
16194 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16195
16196 * gdb.base/detach.exp: Remove is_remote check.
16197
16198 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16199
16200 * gdb.base/annota-input-while-running.exp: Don't check for
16201 [is_remote target]. Enable annotations after running to main.
16202 Remove unused "set test..." line.
16203
16204 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16205
16206 * gdb.trace/trace-enable-disable.exp: New file.
16207 * gdb.trace/trace-enable-disable.c: New file.
16208
16209 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16210
16211 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
16212 use it in info sharedlibrary test.
16213 * gdb.trace/ftrace-lock.exp: Likewise.
16214 * gdb.trace/ftrace.exp: Likewise.
16215 * gdb.trace/range-stepping.exp: Likewise.
16216 * gdb.trace/trace-break.exp: Likewise.
16217 * gdb.trace/trace-condition.exp: Likewise.
16218 * gdb.trace/trace-mt.exp: Likewise.
16219
16220 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16221
16222 * lib/gdb.exp (gdb_load_shlibs): Rename to...
16223 (gdb_load_shlib): ... this.
16224 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
16225 gdb_load_shlib.
16226 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
16227 * gdb.base/ctxobj.exp: Likewise.
16228 * gdb.base/dprintf-pending.exp: Likewise.
16229 * gdb.base/dso2dso.exp: Likewise.
16230 * gdb.base/fixsection.exp: Likewise.
16231 * gdb.base/gcore-relro.exp: Likewise.
16232 * gdb.base/gdb1555.exp: Likewise.
16233 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16234 * gdb.base/gnu-ifunc.exp: Likewise.
16235 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
16236 * gdb.base/jit-so.exp (one_jit_test): Likewise.
16237 * gdb.base/pending.exp: Likewise.
16238 * gdb.base/print-file-var.exp: Likewise.
16239 * gdb.base/print-symbol-loading.exp: Likewise.
16240 * gdb.base/shlib-call.exp: Likewise.
16241 * gdb.base/shreloc.exp: Likewise.
16242 * gdb.base/so-impl-ld.exp: Likewise.
16243 * gdb.base/solib-disc.exp: Likewise.
16244 * gdb.base/solib-nodir.exp: Likewise.
16245 * gdb.base/solib-overlap.exp: Likewise.
16246 * gdb.base/solib-symbol.exp: Likewise.
16247 * gdb.base/solib-weak.exp (do_test): Likewise.
16248 * gdb.base/sym-file.exp: Likewise.
16249 * gdb.base/symtab-search-order.exp: Likewise.
16250 * gdb.base/type-opaque.exp: Likewise.
16251 * gdb.base/unload.exp: Likewise.
16252 * gdb.base/watchpoint-solib.exp: Likewise.
16253 * gdb.compile/compile.exp: Likewise.
16254 * gdb.cp/gdb2384.exp: Likewise.
16255 * gdb.cp/infcall-dlopen.exp: Likewise.
16256 * gdb.cp/re-set-overloaded.exp: Likewise.
16257 * gdb.fortran/library-module.exp: Likewise.
16258 * gdb.opt/solib-intra-step.exp: Likewise.
16259 * gdb.python/py-finish-breakpoint.exp: Likewise.
16260 * gdb.python/py-shared.exp: Likewise.
16261 * gdb.reverse/solib-precsave.exp: Likewise.
16262 * gdb.reverse/solib-reverse.exp: Likewise.
16263 * gdb.server/solib-list.exp: Likewise.
16264 * gdb.threads/dlopen-libpthread.exp: Likewise.
16265 * gdb.threads/tls-shared.exp: Likewise.
16266 * gdb.threads/tls-so_extern.exp: Likewise.
16267 * gdb.trace/change-loc.exp: Likewise.
16268 * gdb.trace/ftrace-lock.exp: Likewise.
16269 * gdb.trace/ftrace.exp: Likewise.
16270 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
16271 * gdb.trace/pending.exp: Likewise.
16272 * gdb.trace/range-stepping.exp: Likewise.
16273 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
16274 (strace_info_marker): Likewise.
16275 (strace_probe_marker): Likewise.
16276 (strace_trace_on_same_addr): Likewise.
16277 (strace_trace_on_diff_addr): Likewise.
16278 * gdb.trace/trace-break.exp: Likewise.
16279 * gdb.trace/trace-condition.exp: Likewise.
16280 * gdb.trace/trace-mt.exp: Likewise.
16281
16282 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16283
16284 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
16285 result of gdb_remote_download.
16286 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
16287 * gdb.base/dso2dso.exp: Likewise.
16288 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16289 * gdb.base/print-file-var.exp: Likewise.
16290 * gdb.base/shlib-call.exp: Likewise.
16291 * gdb.base/shreloc.exp: Likewise.
16292 * gdb.base/solib-overlap.exp: Likewise.
16293 * gdb.base/solib-weak.exp (do_test): Likewise.
16294 * gdb.base/unload.exp: Likewise.
16295
16296 2016-04-27 Yao Qi <yao.qi@linaro.org>
16297
16298 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
16299 exists.
16300
16301 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16302
16303 * vla-type.exp: Print structure from toplevel.
16304
16305 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16306
16307 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
16308 of dynamic types.
16309 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
16310 of dynamic types.
16311
16312 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16313
16314 * gdb.fortran/vla-type.f90: New file.
16315 * gdb.fortran/vla-type.exp: New file.
16316
16317 2016-04-25 Yao Qi <yao.qi@linaro.org>
16318
16319 * gdb.base/branch-to-self.c: New file.
16320 * gdb.base/branch-to-self.exp: New file.
16321
16322 2016-04-22 Yao Qi <yao.qi@linaro.org>
16323
16324 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
16325 more after $hex.
16326
16327 2016-04-22 Yao Qi <yao.qi@linaro.org>
16328
16329 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
16330 * gdb.base/annota3.exp: Likewise.
16331
16332 2016-04-22 Yao Qi <yao.qi@linaro.org>
16333
16334 * gdb.reverse/step-precsave.exp: Do one step and test program
16335 stops in "callee" and do multiple steps until program goes out
16336 of "callee".
16337 * gdb.reverse/step-reverse.exp: Likewise.
16338
16339 2016-04-22 Yao Qi <yao.qi@linaro.org>
16340
16341 * gdb.trace/signal.exp: Also pass if
16342 $tracepoint_hits($i) > $iterations.
16343
16344 2016-04-22 Yao Qi <yao.qi@linaro.org>
16345
16346 * gdb.trace/signal.c: New file.
16347 * gdb.trace/signal.exp: New file.
16348
16349 2016-04-19 Doug Evans <xdje42@gmail.com>
16350
16351 * gdb.base/bad-file.exp: New file.
16352
16353 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
16354
16355 * gdb.dwarf2/implref.exp: New file.
16356
16357 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16358
16359 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
16360 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
16361 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
16362 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
16363 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
16364 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
16365 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
16366 * lib/fortran.exp (fortran_int4): New procedure.
16367 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
16368 (fortran_logical4): Likewise.
16369
16370 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
16371
16372 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
16373
16374 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16375
16376 * lib/compiler.c: Add Intel specific preprocessor macros.
16377 * lib/compiler.cc: Likewise.
16378
16379 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
16380
16381 * gdb.server/connect-with-no-symbol-file.c: New file.
16382 * gdb.server/connect-with-no-symbol-file.exp: New file.
16383
16384 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16385
16386 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
16387
16388 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16389
16390 * boards/gdbserver-base.exp (${board}_download): Copy source file to
16391 standard output directory.
16392
16393 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
16394
16395 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
16396
16397 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
16398
16399 * gdb.btrace/instruction_history.c (loop): Add declaration.
16400
16401 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16402
16403 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
16404
16405 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
16406
16407 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
16408 parentheses to print.
16409 (continue_handler): Likewise.
16410
16411 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
16412
16413 * gdb.server/solib-list.exp: Remove is_remote check.
16414 Pass shlib= to gdb_compile. Don't link shared library with
16415 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
16416 Run binary filename through "readlink -f" on the target.
16417
16418 2016-04-08 Pedro Alves <palves@redhat.com>
16419
16420 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
16421 interpreter filename as argument to gdbserver_spawn.
16422 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16423 Return empty if $last_loaded_file does not exist.
16424
16425 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16426
16427 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
16428 * gdb.base/jit-main.c: Use exit after usage.
16429
16430 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16431
16432 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
16433 GDBHISTSIZE prior to the tests.
16434 * gdb.base/gdbinit-history.exp: Likewise.
16435
16436 2016-04-07 Pedro Alves <palves@redhat.com>
16437
16438 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
16439 instead of build_executable. Use gdb_load_shlibs.
16440
16441 2016-04-07 Yao Qi <yao.qi@linaro.org>
16442
16443 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
16444 Execute "si" command.
16445
16446 2016-04-07 Yao Qi <yao.qi@linaro.org>
16447
16448 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
16449 number instead of the comments on some line.
16450
16451 2016-04-06 Don Breazeal <donb@codesourcery.com>
16452
16453 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
16454 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
16455
16456 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
16457
16458 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
16459 standard_output_file. Remove unused binfile variable.
16460
16461 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
16462
16463 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
16464 * gdb.python/py-mi-objfile.exp: Match "list main" output
16465 in console format.
16466
16467 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
16468
16469 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
16470 absolute.
16471
16472 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16473
16474 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
16475 absolute.
16476 * gdb.trace/ftrace.exp: Likewise.
16477 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
16478 targets as well.
16479 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
16480 (gdb_load_shlibs): Copy libraries to test directory when testing
16481 natively. Only set solib-search-path if testing remotely.
16482 * lib/mi-support.exp (mi_load_shlibs): Likewise.
16483
16484 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16485
16486 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
16487 gdb_download. Use it even if the target is not remote.
16488 * gdb.base/jit.exp (compile_jit_test): Likewise.
16489 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
16490 output directory if the destination board is local, otherwise use
16491 the standard remote_download from DejaGnu.
16492 (gdb_download): Remove.
16493 (gdb_load_shlibs): Use gdb_remote_download instead of
16494 gdb_download.
16495 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16496 Use gdb_remote_download instead of gdb_download. Use it even if
16497 the target is not remote.
16498 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
16499 instead of gdb_download.
16500
16501 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
16502
16503 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
16504 (test_insert_delete_modify): Call mi_load_shlibs before trying to
16505 run.
16506
16507 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
16508
16509 PR gdb/19820
16510 * gdb.base/printcmds.exp: Add artificial arrays tests.
16511
16512 2016-03-31 Pedro Alves <palves@redhat.com>
16513
16514 PR gdb/19858
16515 * gdb.base/jit-main.c: Include unistd.h.
16516 (ATTACH): Define to 0 if not already defined.
16517 (wait_for_gdb, mypid): New globals.
16518 (WAIT_FOR_GDB): New macro.
16519 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
16520 some breakpoint locations.
16521 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
16522 New procedures.
16523 (one_jit_test): Add REATTACH parameter, and handle it. Use
16524 continue_to_test_location.
16525 (top level): Test attach, and adjusts calls to one_jit_test.
16526
16527 2016-03-31 Pedro Alves <palves@redhat.com>
16528
16529 PR gdb/19858
16530 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
16531 BINSUFFIX parameter, and handle it.
16532 (top level): Adjust calls compile_jit_test.
16533
16534 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
16535
16536 PR python/19743
16537 * gdb.python/py-mi-events-gdb.py: New file.
16538 * gdb.python/py-mi-events.c: New file.
16539 * gdb.python/py-mi-events.exp: New file.
16540
16541 2016-03-30 Yao Qi <yao.qi@linaro.org>
16542
16543 * gdb.reverse/until-precsave.exp: Match function name only.
16544 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
16545 Move malloc to a condition block.
16546 * gdb.reverse/until-reverse.exp: Match function name only.
16547
16548 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
16549
16550 * gdb.trace/ftrace.exp: Set arg0exp for s390.
16551 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
16552 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
16553 variable for GPR 0 instead of assuming it is register 0.
16554 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
16555 * lib/trace-support.exp: Add s390 registers.
16556
16557 2016-03-29 Yao Qi <yao.qi@linaro.org>
16558
16559 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
16560
16561 2016-03-24 Yao Qi <yao.qi@linaro.org>
16562
16563 * gdb.reverse/break-reverse.exp: Add quotation mark in the
16564 test message.
16565
16566 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16567
16568 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
16569 maintaining separate logic for constructing the output path.
16570
16571 2016-03-16 Don Breazeal <donb@codesourcery.com>
16572
16573 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
16574 Retry fork and waitpid on interrupted system call errors.
16575 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16576 Use with_timeout_factor to increase timeout by factor of 10.
16577
16578 2016-03-15 Don Breazeal <donb@codesourcery.com>
16579
16580 * gdb.cp/scope-err.cc: New test program.
16581 * gdb.cp/scope-err.exp: New test script.
16582 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
16583 lines and "set breakpoint here" comment.
16584 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
16585 Fixed some whitespace and format issues.
16586 * gdb.mi/mi-linespec-err-cp.cc: New test program.
16587 * gdb.mi/mi-linespec-err-cp.exp: New test script.
16588
16589 2016-03-15 Doug Evans <dje@google.com>
16590
16591 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
16592 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
16593 All callers updated. Add tests for enums, mixed flags register.
16594
16595 2016-03-15 Doug Evans <dje@google.com>
16596
16597 * gdb.base/skip.c (main): Call test_skip_file_and_function.
16598 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
16599
16600 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
16601
16602 * gdb.base/default.exp: Add $_as_string to the list of expected
16603 convenience functions.
16604
16605 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
16606
16607 * gdb.base/maint.exp: New tests for 'maint info line-table'.
16608
16609 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
16610
16611 * gdb.python/py-as-string.exp: New file.
16612 * gdb.python/py-as-string.c: New file.
16613
16614 2016-03-09 Pedro Alves <palves@redhat.com>
16615
16616 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
16617 signal" -> "Thread NN received signal" output change.
16618 * gdb.threads/ia64-sigill.exp: Likewise.
16619 * gdb.threads/linux-dp.exp: Likewise.
16620 * gdb.threads/manythreads.exp: Likewise.
16621 * gdb.threads/pending-step.exp: Likewise.
16622 * gdb.threads/print-threads.exp: Likewise.
16623 * gdb.threads/sigstep-threads.exp: Likewise.
16624 * gdb.threads/staticthreads.exp: Likewise.
16625 * gdb.threads/tls.exp: Likewise.
16626
16627 2016-03-09 Pedro Alves <palves@redhat.com>
16628
16629 * gdb.base/command-line-input.exp: New file.
16630
16631 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16632
16633 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
16634 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
16635 * gdb.trace/pending.exp: Accept leading dot before function name.
16636 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
16637 * lib/trace-support.exp: Set registers for ppc.
16638
16639 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16640
16641 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
16642 use it for disassembly; accept .main in addition to main in backtrace.
16643
16644 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
16645 Marcin Kościelnicki <koriakin@0x04.net>
16646
16647 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
16648 (gdb_recursion_test_ptr): New global variable.
16649 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
16650 gdb_recursion_test.
16651 (gdb_c_test): Ditto.
16652
16653 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16654
16655 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
16656 ordering.
16657
16658 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16659
16660 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
16661 (bar): Add bar_start_lbl label.
16662 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
16663 of foo/bar for emitting DWARF and tracing.
16664
16665 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
16666
16667 * analyze-racy-logs.py: Set executable bit.
16668
16669 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
16670
16671 * Makefile.in (DEFAULT_RACY_ITER): New variable.
16672 (CHECK_TARGET_TMP): Likewise.
16673 (check-single-racy): New rule.
16674 (check-parallel-racy): Likewise.
16675 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
16676 (do-check-parallel-racy): New rule.
16677 (check-racy/%.exp): Likewise.
16678 * README (Racy testcases): New section.
16679 * analyze-racy-logs.py: New file.
16680
16681 2016-03-03 Doug Evans <dje@google.com>
16682
16683 * gdb.base/skip.exp: Use with_test_prefix.
16684
16685 2016-03-03 Yao Qi <yao.qi@linaro.org>
16686
16687 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
16688 Invoke step_over_syscall "clone" and break_cond_on_syscall
16689 "clone".
16690 * gdb.base/step-over-clone.c: New file.
16691
16692 2016-03-03 Yao Qi <yao.qi@linaro.org>
16693
16694 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
16695 code format.
16696
16697 2016-03-03 Yao Qi <yao.qi@linaro.org>
16698
16699 * gdb.base/disp-step-fork.c: Rename to ...
16700 * gdb.base/step-over-fork.c: ... it. New file.
16701 * gdb.base/disp-step-vfork.c: Rename to ...
16702 * gdb.base/step-over-vfork.c: ... it. New file.
16703 * gdb.base/disp-step-syscall.exp: Rename to ...
16704 * gdb.base/step-over-syscall.exp: ... it. New file.
16705 (disp_step_cross_syscall): Rename to ...
16706 (step_over_syscall): ... it.
16707
16708 2016-03-03 Yao Qi <yao.qi@linaro.org>
16709
16710 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
16711 If target supports condition evaluation on target, invoke
16712 break_cond_on_syscall for fork and vfork.
16713
16714 2016-03-03 Yao Qi <yao.qi@linaro.org>
16715
16716 * gdb.base/disp-step-syscall.exp: Don't invoke
16717 support_displaced_stepping.
16718 (disp_step_cross_syscall): Test with displaced stepping off and
16719 on if supported.
16720
16721 2016-03-03 Yao Qi <yao.qi@linaro.org>
16722
16723 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
16724 proc.
16725 (setup): New proc.
16726 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
16727 and setup.
16728
16729 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16730
16731 * gdb.fortran/vla-history.exp: Remove breakpoint.
16732
16733 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16734
16735 * gdb.fortran/vla-history.exp: Lookup array elements and printing
16736 exceeds timeout.
16737
16738 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16739
16740 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
16741 breakpoint.
16742
16743 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16744
16745 * gdb.mi/vla.f90: Nullify pointer after declaration.
16746
16747 2016-03-01 Pedro Alves <palves@redhat.com>
16748
16749 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
16750
16751 2016-03-01 Pedro Alves <palves@redhat.com>
16752
16753 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
16754 before anything else.
16755 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
16756 _GNU_SOURCE here.
16757 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
16758 before anything else.
16759 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
16760
16761 2016-03-01 Pedro Alves <palves@redhat.com>
16762
16763 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
16764
16765 2016-03-01 Yao Qi <yao.qi@linaro.org>
16766
16767 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
16768 prepare_for_testing.
16769
16770 2016-03-01 Yao Qi <yao.qi@linaro.org>
16771
16772 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
16773
16774 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
16775
16776 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
16777 manually constructing the output path.
16778
16779 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
16780
16781 * gdb.arch/s390-stackless.S: New.
16782 * gdb.arch/s390-stackless.exp: New.
16783
16784 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
16785
16786 * gdb.dlang/circular.c: New file.
16787 * gdb.dlang/circular.exp: New file.
16788
16789 2016-02-26 Yao Qi <yao.qi@linaro.org>
16790
16791 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
16792 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
16793 (testcases): Update.
16794
16795 2016-02-26 Yao Qi <yao.qi@linaro.org>
16796
16797 * gdb.reverse/aarch64.c: Rename to ...
16798 * gdb.reverse/insn-reverse.c: ... it.
16799 * gdb.reverse/aarch64.exp: Rename to ...
16800 * gdb.reverse/insn-reverse.exp: ... it.
16801
16802 2016-02-26 Yao Qi <yao.qi@linaro.org>
16803
16804 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
16805 (testcase_ftype): New.
16806 (testcases): New array.
16807 (n_testcases): New.
16808 (main): Call each element in testcases.
16809 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
16810 (read_testcase): New.
16811 Do the tests in a loop.
16812
16813 2016-02-25 Yao Qi <yao.qi@linaro.org>
16814
16815 * gdb.base/branches.c: Remove.
16816
16817 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16818
16819 PR gdb/13808
16820 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
16821
16822 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16823
16824 * gdb.trace/ftrace.exp: Remove unnecessary target check.
16825
16826 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16827
16828 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
16829 change x86_64 call_insn to 'callq'.
16830
16831 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16832
16833 * gdb.trace/tfile-avx.c: Move to...
16834 * gdb.trace/tracefile-pseudo-reg.c: Here.
16835 * gdb.trace/tfile-avx.exp: Move to...
16836 * gdb.trace/tracefile-pseudo-reg.exp: Here.
16837
16838 2016-02-24 Gary Benson <gbenson@redhat.com>
16839
16840 * gdb.base/attach-pie-noexec.exp: Do not expect an error
16841 message on attach.
16842
16843 2016-02-23 Doug Evans <dje@google.com>
16844
16845 * gdb.base/skip.c (test_skip): New function.
16846 (end_test_skip_file_and_function): New function.
16847 (test_skip_file_and_function): New function.
16848 * gdb.base/skip1.c (test_skip): New function.
16849 (skip1_test_skip_file_and_function): New function.
16850 * gdb.base/skip.exp: Add tests for new skip options.
16851 * gdb.base/skip-solib.exp: Update expected output.
16852 * gdb.perf/skip-command.cc: New file.
16853 * gdb.perf/skip-command.exp: New file.
16854 * gdb.perf/skip-command.py: New file.
16855
16856 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
16857
16858 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
16859 info registers pattern.
16860
16861 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
16862
16863 * lib/future.exp: Add D support.
16864 (gdb_find_gdc): New proc.
16865 (gdb_default_target_compile): Add D support.
16866
16867 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
16868
16869 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
16870 user+system time.
16871 (trace_speed_test): Determine the iteration count for a time
16872 between 15..30 seconds.
16873
16874 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
16875
16876 * gdb.arch/i386-mpx-sigsegv.c: New file.
16877 * gdb.arch/i386-mpx-sigsegv.exp: New file.
16878 * gdb.arch/i386-mpx-simple_segv.c: New file.
16879 * gdb.arch/i386-mpx-simple_segv.exp: New file.
16880
16881 2016-02-18 Yao Qi <yao.qi@linaro.org>
16882
16883 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16884 Don't call setup_kfail.
16885
16886 2016-02-18 Yao Qi <yao.qi@linaro.org>
16887
16888 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16889 Set "set breakpoint condition-evaluation" per $cond_bp_target.
16890
16891 2016-02-16 Doug Evans <dje@google.com>
16892
16893 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
16894 * gdb.base/skip1.c: Ditto.
16895 * gdb.base/skip.exp: Whitespace cleanup.
16896
16897 2016-02-16 Don Breazeal <donb@codesourcery.com>
16898
16899 PR remote/19496
16900 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16901 Remove kfail for PR remote/19496.
16902
16903 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
16904
16905 * lib/gdb.exp (standard_temp_file): Return a path specific to
16906 the runtest invocation.
16907
16908 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
16909
16910 * gdb.trace/save-trace.exp: Change relative path to be in the
16911 standard output directory.
16912
16913 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16914
16915 * gdb.arch/i386-prologue.c: Add missing prototypes.
16916
16917 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16918
16919 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
16920 * gdb.arch/i386-prologue.exp: Likewise.
16921 * gdb.arch/i386-size.exp: Likewise.
16922
16923 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
16924
16925 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
16926 define object file path.
16927 * gdb.btrace/gcore.exp: Use standard_output_file to define core
16928 file path.
16929 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
16930 standard_output_file to define binfile.
16931
16932 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16933
16934 Fix compatibility with recent gfortran-5.3.1.
16935 * gdb.fortran/vla-history.exp (print vla1 allocated)
16936 (print vla2 allocated, print $2, print $3): Remove
16937 (print $4): Rename to ...
16938 (print $2): ... here.
16939 (print $9): Rename to ...
16940 (print $5): ... here.
16941 (print $10): Rename to ...
16942 (print $6): ... here.
16943 * gdb.fortran/vla.f90: Add pvla initialization.
16944
16945 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16946
16947 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
16948 New test.
16949 * gdb.fortran/vla-value-sub.exp: Likewise.
16950
16951 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
16952
16953 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
16954
16955 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
16956
16957 * i386-biarch-core.exp: Define corefile using
16958 standard_output_file.
16959
16960 2016-02-12 Yao Qi <yao.qi@linaro.org>
16961
16962 * gdb.arch/arm-single-step-kernel-helper.c: New.
16963 * gdb.arch/arm-single-step-kernel-helper.exp: New.
16964
16965 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
16966
16967 * gdb.btrace/tailcall-only.exp: New.
16968 * gdb.btrace/tailcall-only.c: New.
16969 * gdb.btrace/x86_64-tailcall-only.S: New.
16970 * gdb.btrace/i686-tailcall-only.S: New.
16971
16972 2016-02-11 Pedro Alves <palves@redhat.com>
16973
16974 * README (Parallel testing): Add missing double quotes.
16975
16976 2016-02-11 Pedro Alves <palves@redhat.com>
16977
16978 * README (Parallel testing): New section.
16979 (GDB_PARALLEL): Rewrite.
16980 (FORCE_PARALLEL): Document.
16981
16982 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
16983
16984 * gdb.trace/tfile-avx.c: New test.
16985 * gdb.trace/tfile-avx.exp: New test.
16986
16987 2016-02-09 Keith Seitz <keiths@redhat.com>
16988
16989 PR breakpoints/19546
16990 * gdb.base/infcall-exec.c: New file.
16991 * gdb.base/infcall-exec2.c: New file.
16992 * gdb.base/infcall-exec.exp: New file.
16993
16994 2016-02-09 Keith Seitz <keiths@redhat.com>
16995
16996 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
16997 (toplevel): Call test_bkpt_address.
16998
16999 2016-02-09 Keith Seitz <keiths@redhat.com>
17000
17001 PR python/19506
17002 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
17003 (toplevel): Call test_bkpt_address.
17004
17005 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
17006
17007 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
17008 to AC_OUTPUT.
17009 * configure: Regenerate.
17010
17011 2016-02-09 Pedro Alves <palves@redhat.com>
17012
17013 PR breakpoints/19548
17014 * gdb.base/execl-update-breakpoints.c (some_function): New
17015 function.
17016 (main): Call it.
17017 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
17018 Tighten expected GDB output.
17019
17020 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17021
17022 * Makefile.in (ALL_SUBDIRS): Remove.
17023 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
17024 (distclean maintainer-clean realclean): Likewise.
17025 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
17026 * configure: Regenerate.
17027 * gdb.ada/Makefile.in: Delete.
17028 * gdb.arch/Makefile.in: Likewise.
17029 * gdb.asm/Makefile.in: Likewise.
17030 * gdb.base/Makefile.in: Likewise.
17031 * gdb.btrace/Makefile.in: Likewise.
17032 * gdb.cell/Makefile.in: Likewise.
17033 * gdb.compile/Makefile.in: Likewise.
17034 * gdb.cp/Makefile.in: Likewise.
17035 * gdb.disasm/Makefile.in: Likewise.
17036 * gdb.dlang/Makefile.in: Likewise.
17037 * gdb.dwarf2/Makefile.in: Likewise.
17038 * gdb.fortran/Makefile.in: Likewise.
17039 * gdb.gdb/Makefile.in: Likewise.
17040 * gdb.go/Makefile.in: Likewise.
17041 * gdb.guile/Makefile.in: Likewise.
17042 * gdb.java/Makefile.in: Likewise.
17043 * gdb.linespec/Makefile.in: Likewise.
17044 * gdb.mi/Makefile.in: Likewise.
17045 * gdb.modula2/Makefile.in: Likewise.
17046 * gdb.multi/Makefile.in: Likewise.
17047 * gdb.objc/Makefile.in: Likewise.
17048 * gdb.opencl/Makefile.in: Likewise.
17049 * gdb.opt/Makefile.in: Likewise.
17050 * gdb.pascal/Makefile.in: Likewise.
17051 * gdb.perf/Makefile.in: Likewise.
17052 * gdb.python/Makefile.in: Likewise.
17053 * gdb.reverse/Makefile.in: Likewise.
17054 * gdb.server/Makefile.in: Likewise.
17055 * gdb.stabs/Makefile.in: Likewise.
17056 * gdb.threads/Makefile.in: Likewise.
17057 * gdb.trace/Makefile.in: Likewise.
17058 * gdb.xml/Makefile.in: Likewise.
17059 * lib/gdb.exp (make_gdb_parallel_path): Add check for
17060 GDB_PARALLEL.
17061 (standard_output_file): Remove check for GDB_PARALLEL, always
17062 return path in outputs/$subdir/$testname.
17063
17064 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17065
17066 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
17067 (site.exp): Assign abs_srcdir to tcl's srcdir.
17068
17069 2016-02-04 Yao Qi <yao.qi@linaro.org>
17070
17071 * gdb.base/foll-exec-mode.c: Include limits.h.
17072 (main): Add parameters argc and argv. Get directory from
17073 argv[0].
17074 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
17075 compilation.
17076 * gdb.base/foll-exec.c: Include limits.h.
17077 (main): Add parameters argc and argv.
17078 Get directory from argv[0].
17079 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
17080 Adjust tests on the number of lines as source code changed.
17081 * gdb.base/foll-vfork-exit.c: Include limits.h.
17082 (main): Add one line of statement before vfork.
17083 * gdb.base/foll-vfork.c: Include limits.h and string.h.
17084 (main): Add parameters argc and argv. Get directory from
17085 argv[0].
17086 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
17087 (setup_gdb): Set tbreak to skip some source lines.
17088 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
17089 (main): Add parameters argc and argv. Get directory from
17090 argv[0].
17091 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
17092 compilation.
17093 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
17094 (main): Add parameters argc and argv. Get directory from
17095 argv[0].
17096 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
17097 compilation.
17098
17099 2016-02-01 Doug Evans <dje@google.com>
17100
17101 * gdb.base/skip.exp: Clean up multiple references to same test name.
17102
17103 2016-02-01 Pedro Alves <palves@redhat.com>
17104
17105 PR remote/19496
17106 * gdb.threads/forking-threads-plus-breakpoint.exp
17107 (displaced_stepping_supported): New global.
17108 (probe_displaced_stepping_support): New procedure.
17109 (do_test): Add 'displaced' parameter, and use it.
17110 (top level): Check for displaced stepping support. Add displaced
17111 stepping on/off testing axis.
17112
17113 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17114
17115 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
17116 pointer. Don't perform further tests on the unassociated pointer
17117 if the first test fails.
17118
17119 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17120
17121 * gdb.base/max-value-size.c: New file.
17122 * gdb.base/max-value-size.exp: New file.
17123 * gdb.base/huge.exp: Disable max-value-size for this test.
17124
17125 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
17126
17127 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
17128
17129 2016-01-28 Yao Qi <yao.qi@linaro.org>
17130
17131 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
17132
17133 2016-01-25 Pedro Alves <palves@redhat.com>
17134
17135 PR threads/19461
17136 * gdb.base/fork-running-state.c: New file.
17137 * gdb.base/fork-running-state.exp: New file.
17138
17139 2016-01-25 Pedro Alves <palves@redhat.com>
17140
17141 PR gdb/19494
17142 * gdb.base/catch-fork-kill.c: New file.
17143 * gdb.base/catch-fork-kill.exp: New file.
17144
17145 2016-01-25 Pedro Alves <palves@redhat.com>
17146
17147 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
17148 Delete, moved to lib/gdb.exp.
17149 * gdb.threads/forking-threads-plus-breakpoint.exp
17150 (foreach_with_prefix): Likewise.
17151 * gdb.threads/process-dies-while-handling-bp.exp
17152 (foreach_with_prefix): Likewise.
17153 * lib/gdb.exp (foreach_with_prefix): New procedure.
17154
17155 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
17156
17157 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
17158 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
17159
17160 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
17161
17162 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
17163 endian targets.
17164
17165 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17166 Pedro Alves <palves@redhat.com>
17167
17168 Fix testsuite compatibility with Guile.
17169 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
17170 number.
17171
17172 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17173
17174 Fix testsuite compatibility with Guile.
17175 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
17176 (thread 1): New test for backtrace through signal handler.
17177
17178 2016-01-22 Yao Qi <yao.qi@linaro.org>
17179
17180 PR testsuite/19491
17181 * gdb.base/multi-forks.c: Include
17182 ../lib/unbuffer_output.c
17183 (main): Call gdb_unbuffer_output.
17184
17185 2016-01-21 Doug Evans <dje@google.com>
17186
17187 * lib/ada.exp (gdb_compile_ada): Fix typo.
17188
17189 2016-01-21 Joel Brobecker <brobecker@adacore.com>
17190
17191 * gdb.base/break-fun-addr.exp: New file.
17192 * gdb.base/break-fun-addr1.c: New file.
17193 * gdb.base/break-fun-addr2.c: New file.
17194
17195 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
17196
17197 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
17198 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
17199 enum flag values.
17200
17201 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
17202
17203 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
17204 when GDB can not set the vector return value. Add more comments
17205 for clarification.
17206
17207 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
17208
17209 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
17210 command.
17211
17212 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17213
17214 * Makefile.in (DO_RUNTEST): Add --status and update usages.
17215
17216 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17217
17218 * Makefile.in (check-single): Pass --status to runtest.
17219 (check/%.exp): Likewise.
17220
17221 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17222
17223 * Makefile.in (check-parallel): Propagate return code from make
17224 do-check-parallel.
17225
17226 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
17227
17228 * gdb.trace/ftrace.exp: Fix expected message on continue.
17229 * gdb.trace/pending.exp: Fix expected message on continue.
17230 * gdb.trace/trace-break.exp: Fix expected message on continue.
17231
17232 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
17233
17234 * lib/gdb.exp (gdb_test): Remove unused global references.
17235
17236 2016-01-18 Pedro Alves <palves@redhat.com>
17237
17238 * gdb.base/async-shell.exp: Adjust expected output.
17239 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
17240 * gdb.base/siginfo-thread.exp: Adjust expected output.
17241 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
17242 * gdb.java/jnpe.exp: Adjust expected output.
17243 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
17244 * gdb.threads/continue-pending-status.exp: Adjust expected output.
17245 * gdb.threads/leader-exit.exp: Adjust expected output.
17246 * gdb.threads/manythreads.exp: Adjust expected output.
17247 * gdb.threads/pthreads.exp: Adjust expected output.
17248 * gdb.threads/schedlock.exp: Adjust expected output.
17249 * gdb.threads/siginfo-threads.exp: Adjust expected output.
17250 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
17251 expected output.
17252 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
17253 output.
17254 * gdb.threads/sigthread.exp: Adjust expected output.
17255 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
17256
17257 2016-01-18 Yao Qi <yao.qi@linaro.org>
17258
17259 * gdb.guile/scm-section-script.c: Replace @progbits with
17260 %progbits.
17261 * gdb.python/py-section-script.c: Likewise.
17262
17263 2016-01-15 Pedro Alves <palves@redhat.com>
17264
17265 * gdb.multi/tids.exp: Test star wildcard ranges.
17266
17267 2016-01-15 Pedro Alves <palves@redhat.com>
17268
17269 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
17270 command from "thread apply" invocation.
17271 (thr_apply_info_thr_invalid): Default the expected output to the
17272 input tid list.
17273 (top level): Add tests that use convenience variables. Add tests
17274 for "thread apply" with a valid TID list, but missing the command.
17275
17276 2016-01-13 Pedro Alves <palves@redhat.com>
17277
17278 * gdb.base/default.exp: Expect $_gthread as well.
17279 * gdb.multi/tids.exp: Test $_gthread.
17280 * gdb.threads/thread-specific.exp: Test $_gthread.
17281
17282 2016-01-13 Pedro Alves <palves@redhat.com>
17283
17284 * gdb.multi/tids.exp: Test "info threads -gid".
17285
17286 2016-01-13 Pedro Alves <palves@redhat.com>
17287
17288 * gdb.multi/tids.exp: Test InferiorThread.global_num and
17289 Breakpoint.thread.
17290 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
17291
17292 2016-01-07 Pedro Alves <palves@redhat.com>
17293
17294 * gdb.base/break.exp: Adjust to output changes.
17295 * gdb.base/hbreak2.exp: Likewise.
17296 * gdb.base/sepdebug.exp: Likewise.
17297 * gdb.base/watch_thread_num.exp: Likewise.
17298 * gdb.linespec/keywords.exp: Likewise.
17299 * gdb.multi/info-threads.exp: Likewise.
17300 * gdb.threads/thread-find.exp: Likewise.
17301 * gdb.multi/tids.c: New file.
17302 * gdb.multi/tids.exp: New file.
17303
17304 2016-01-13 Pedro Alves <palves@redhat.com>
17305
17306 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
17307
17308 2016-01-13 Pedro Alves <palves@redhat.com>
17309
17310 * gdb.base/default.exp: Expect $_inferior as well.
17311 * gdb.multi/base.exp: Test $_inferior.
17312
17313 2016-01-13 Pedro Alves <palves@redhat.com>
17314
17315 PR breakpoints/19388
17316 * gdb.base/catch-signal-siginfo-cond.c: New file.
17317 * gdb.base/catch-signal-siginfo-cond.exp: New file.
17318
17319 2016-01-12 Josh Stone <jistone@redhat.com>
17320 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17321
17322 * gdb.base/catch-syscall.c (do_execve): New variable.
17323 (main): Conditionally trigger an execve.
17324 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
17325 (test_catch_syscall_execve): New, check entry/return across execve.
17326 (do_syscall_tests): Call test_catch_syscall_execve.
17327
17328 2016-01-12 Pedro Alves <palves@redhat.com>
17329
17330 * gdb.base/random-signal.exp (do_test): New procedure, with body
17331 of testcase moved in.
17332
17333 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17334 Pedro Alves <palves@redhat.com>
17335
17336 * gdb.base/funcargs.exp (finish from indirectly called function):
17337 Reintroduce the case for 'First'.
17338
17339 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17340 Pedro Alves <palves@redhat.com>
17341
17342 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
17343 (tcatch_vfork_then_child_follow_exec)
17344 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
17345 identification.
17346
17347 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17348
17349 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
17350 and repeats to unlimited.
17351 * gdb.python/py-value.exp: Likewise.
17352 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
17353 and repeats to unlimited.
17354
17355 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
17356
17357 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
17358 and reordering the functions.
17359 * gdb.multi/hangout.c: Likewise.
17360 * gdb.multi/hello.c: Likewise.
17361
17362 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
17363
17364 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
17365 absolute.
17366 (SingleStatisticTestResult.report): Use dict.keys instead of
17367 dict.iterkeys.
17368
17369 2016-01-06 Pedro Alves <palves@redhat.com>
17370
17371 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
17372
17373 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
17374
17375 * gdb.btrace/dlopen.exp: New.
17376 * gdb.btrace/dlopen.c: New.
17377 * gdb.btrace/dlopen-dso.c: New.
17378
17379 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
17380
17381 * lib/gdb.exp (gdb_test): Update comments to clarify that the
17382 PATTERN argument is optional.
17383
17384 2015-12-24 Joel Brobecker <brobecker@adacore.com>
17385
17386 * lib/ada.exp (target_compile_ada_from_dir): New function.
17387 (gdb_compile_ada): Reimplement avoiding the use of project files.
17388 * gdb.ada/gnat_ada.gpr: Delete.
17389 * gdb.ada/cond_lang.exp: Adjust test to make path before
17390 filename optional.
17391 * gdb.ada/small_reg_param.exp: Likewise.
17392
17393 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
17394
17395 * gdb.base/foll-vork.exp: Remove HP-UX special case.
17396
17397 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
17398
17399 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
17400 case.
17401
17402 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
17403
17404 * gdb.base/break.exp: Remove dead code.
17405 * gdb.base/sepdebug.exp: Likewise.
17406
17407 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17408
17409 * gdb.asm/asm-source.exp: Remove HP-UX references.
17410 * gdb.base/annota1.exp: Likewise.
17411 * gdb.base/annota3.exp: Likewise.
17412 * gdb.base/attach.exp: Likewise.
17413 * gdb.base/bigcore.exp: Likewise.
17414 * gdb.base/break.exp: Likewise.
17415 * gdb.base/call-ar-st.exp: Likewise.
17416 * gdb.base/callfuncs.exp: Likewise.
17417 * gdb.base/catch-fork-static.exp: Likewise.
17418 * gdb.base/display.exp: Likewise.
17419 * gdb.base/foll-exec-mode.exp: Likewise.
17420 * gdb.base/foll-exec.exp: Likewise.
17421 * gdb.base/foll-fork.exp: Likewise.
17422 * gdb.base/foll-vfork.exp: Likewise.
17423 * gdb.base/funcargs.exp: Likewise.
17424 * gdb.base/hbreak2.exp: Likewise.
17425 * gdb.base/inferior-died.exp: Likewise.
17426 * gdb.base/interrupt.exp: Likewise.
17427 * gdb.base/multi-forks.exp: Likewise.
17428 * gdb.base/nodebug.exp: Likewise.
17429 * gdb.base/sepdebug.exp: Likewise.
17430 * gdb.base/solib1.c: Likewise.
17431 * gdb.base/step-test.exp: Likewise.
17432 * gdb.mi/non-stop.c: Likewise.
17433 * gdb.mi/pthreads.c: Likewise.
17434 * gdb.multi/bkpt-multi-exec.ex: Likewise.
17435 * gdb.threads/pthreads.c: Likewise.
17436 * gdb.threads/staticthreads.exp: Likewise.
17437 * lib/future.exp: Likewise.
17438 * lib/gdb.exp: Likewise.
17439 * gdb.base/so-indr-cl.c: Remove.
17440 * gdb.base/so-indr-cl.exp: Likewise.
17441 * gdb.base/solib.c: Likewise.
17442 * gdb.base/solib.exp: Likewise.
17443 * gdb.base/solib2.c: Likewise.
17444
17445 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17446
17447 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
17448 * gdb.base/call-ar-st.exp: Likewise.
17449 * gdb.base/callfuncs.exp: Likewise.
17450 * gdb.base/condbreak.exp: Likewise.
17451 * gdb.base/constvars.exp: Likewise.
17452 * gdb.base/hbreak2.exp: Likewise.
17453 * gdb.base/langs.exp: Likewise.
17454 * gdb.base/list.exp: Likewise.
17455 * gdb.base/long_long.exp: Likewise.
17456 * gdb.base/ptype.exp: Likewise.
17457 * gdb.base/scope.exp: Likewise.
17458 * gdb.base/signals.exp: Likewise.
17459 * gdb.base/so-impl-ld.exp: Likewise.
17460 * gdb.base/varargs.exp: Likewise.
17461 * gdb.base/volatile.exp: Likewise.
17462 * gdb.base/whatis.exp: Likewise.
17463 * gdb.cp/cplusfuncs.exp: Likewise.
17464 * gdb.cp/inherit.exp: Likewise.
17465 * gdb.cp/local.exp: Likewise.
17466 * gdb.cp/member-ptr.exp: Likewise.
17467 * gdb.cp/method.exp: Likewise.
17468 * gdb.cp/overload.exp: Likewise.
17469 * gdb.cp/templates.exp: Likewise.
17470 * gdb.stabs/weird.exp: Likewise.
17471 * lib/compiler.c: Likewise.
17472 * lib/compiler.cc: Likewise.
17473 * lib/cp-support.exp: Likewise.
17474 * lib/gdb.exp: Likewise.
17475
17476 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
17477
17478 * configure.ac: Remove HP-UX case.
17479 * configure: Regenerate.
17480
17481 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
17482
17483 * lib/gdb.exp (gdb_compile): Add function doc.
17484
17485 2015-12-17 Pedro Alves <palves@redhat.com>
17486
17487 PR threads/19354
17488 * gdb.multi/info-threads.exp: New file.
17489
17490 2015-12-15 Yao Qi <yao.qi@linaro.org>
17491
17492 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
17493 is aarch64*-*-*.
17494
17495 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17496
17497 * gdb.base/history-duplicates.exp: Skip if no readline support.
17498
17499 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17500
17501 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
17502
17503 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17504
17505 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
17506
17507 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17508
17509 * gdb.base/completion.exp: Skip tests that interrupt GDB with
17510 ctrl-C if nointerrupts target property is set.
17511 * gdb.base/double-prompt-target-event-error.exp: Likewise.
17512 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
17513 * gdb.base/paginate-bg-execution.exp: Likewise.
17514 * gdb.base/paginate-execution-startup.exp: Likewise.
17515 * gdb.base/random-signal.exp: Likewise.
17516 * gdb.base/range-stepping.exp: Likewise.
17517 * gdb.cp/annota2.exp: Likewise.
17518 * gdb.cp/annota3.exp: Likewise.
17519 * gdb.gdb/selftest.exp: Likewise.
17520 * gdb.threads/continue-pending-status.exp: Likewise.
17521 * gdb.threads/leader-exit.exp: Likewise.
17522 * gdb.threads/manythreads.exp: Likewise.
17523 * gdb.threads/pthreads.exp: Likewise.
17524 * gdb.threads/schedlock.exp: Likewise.
17525 * gdb.threads/sigthread.exp: Likewise.
17526
17527 2015-12-11 Don Breazeal <donb@codesourcery.com>
17528
17529 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
17530 remote.
17531 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
17532 * gdb.base/foll-exec.exp (main): Enable for target remote.
17533 * gdb.base/foll-fork.exp (main): Likewise.
17534 * gdb.base/foll-vfork.exp (main): Likewise.
17535 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
17536 (proc continue_to_exit_bp_loc): Use clean_restart.
17537 * gdb.base/pie-execl.exp (main): Disable for target remote.
17538 * gdb.base/watch-vfork.exp (main): Enable for target remote.
17539 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
17540 * gdb.threads/execl.exp (main): Likewise.
17541 * gdb.threads/fork-child-threads.exp (main): Likewise.
17542 * gdb.threads/fork-plus-threads.exp (main): Disable for target
17543 remote.
17544 * gdb.threads/fork-thread-pending.exp (main): Enable for target
17545 remote.
17546 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
17547 pid.tid style ptids, instead of just tid.
17548 * gdb.threads/thread-execl.exp (main): Enable for target remote.
17549 * gdb.threads/watchpoint-fork.exp (main): Likewise.
17550 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
17551 ptids, instead of just tid.
17552
17553 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17554
17555 * gdb.base/list.exp (test_list_forward): Add end of file error
17556 test.
17557 (test_repeat_list_command): Add end of file error test.
17558 (test_list_backwards): Add beginning of file error test.
17559
17560 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17561
17562 * gdb.base/list.exp (test_list_invalid_args): New function,
17563 defined, and called.
17564
17565 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17566
17567 * gdb.base/list.exp (test_list): Make test names unique.
17568
17569 2015-12-11 Yao Qi <yao.qi@linaro.org>
17570
17571 * gdb.base/coremaker2.c: Remove.
17572
17573 2015-12-10 Pedro Alves <palves@redhat.com>
17574
17575 * gdb.multi/base.exp: Remove stale "spaces" references.
17576
17577 2015-12-10 Pedro Alves <palves@redhat.com>
17578
17579 * gdb.multi/base.exp: Don't use nowarnings.
17580 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
17581 * gdb.multi/hangout.c: Include stdio.h.
17582 * gdb.multi/hello.c: Include stdlib.h.
17583 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
17584 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
17585 * gdb.multi/multi-arch.exp: Don't use nowarnings.
17586
17587 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
17588
17589 * gdb.dwarf2/dw2-ranges-base.c: New file.
17590 * gdb.dwarf2/dw2-ranges-base.exp: New file.
17591 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
17592 support additional line table, and debug ranges generation.
17593 (Dwarf::ranges): New function, generate .debug_ranges.
17594 (Dwarf::lines): Support generating simple line table programs.
17595 (Dwarf::assemble): Initialise new namespace variables.
17596
17597 2015-12-09 Kevin Buettner <kevinb@redhat.com>
17598
17599 * gdb.base/async.exp (proc test_background): Add case for
17600 asynchronous execution not supported.
17601
17602 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
17603
17604 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
17605 format and change test names to make them unique.
17606
17607 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
17608 Pedro Alves <pedro@redhat.com>
17609
17610 PR gdb/18702
17611 Add checking of floatformats setup on x86_64 hosts.
17612 * gdb.arch/i386-float.S (main): Load bigval and smallval.
17613 (smallval, bigval): New labels/constants.
17614 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
17615 float" after loading bigval and smallval.
17616
17617 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
17618
17619 * gdb.ada/fun_overload_menu.exp: New testcase.
17620 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
17621
17622 2015-12-04 Josh Stone <jistone@redhat.com>
17623
17624 * gdb.base/catch-fork-static.exp: New.
17625
17626 2015-12-03 Yao Qi <yao.qi@linaro.org>
17627
17628 * gdb.base/sizeof.c: Don't include stdio.h and
17629 ../lib/unbuffer_output.c.
17630 (main): New variable 'size' and 'value'. Remove printf and
17631 gdb_unbuffer_output. Assign return value to size and value.
17632 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
17633 at the beginning.
17634 (check_sizeof): Check the result by printing variable 'size'.
17635 (check_valueof): Check the result by printing variable 'value'.
17636
17637 2015-12-01 Yao Qi <yao.qi@linaro.org>
17638
17639 * gdb.base/disp-step-syscall.exp: Define syscall instruction
17640 for aarch64*-*-linux* target.
17641
17642 2015-11-30 Pedro Alves <palves@redhat.com>
17643
17644 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
17645
17646 2015-11-30 Pedro Alves <palves@redhat.com>
17647
17648 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
17649 Handle non-stop mode vCont replies.
17650
17651 2015-11-30 Pedro Alves <palves@redhat.com>
17652
17653 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
17654 prepare_for_testing. Start gdb with "set non-stop on" appended to
17655 GDBFLAGS. Lax expected stop output.
17656
17657 2015-11-27 Yao Qi <yao.qi@linaro.org>
17658
17659 * gdb.arch/arm-neon.exp: New.
17660 * gdb.arch/arm-neon.c: New.
17661
17662 2015-11-27 Yao Qi <yao.qi@linaro.org>
17663
17664 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
17665
17666 2015-11-27 Yao Qi <yao.qi@linaro.org>
17667
17668 * gdb.cp/annota2.exp: Allow multiple occurrences of the
17669 frames-invalid annotation.
17670
17671 2015-11-27 Yao Qi <yao.qi@linaro.org>
17672
17673 * gdb.cp/annota2.exp: Use ${frames_invalid}.
17674
17675 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
17676
17677 * gdb.threads/names.exp: New file.
17678 * gdb.threads/names.c: New file.
17679 * README: Mention gdb,no_thread_names.
17680
17681 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
17682
17683 PR 19297
17684 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
17685 support" error.
17686
17687 2015-11-24 Pedro Alves <palves@redhat.com>
17688
17689 PR 17539
17690 * gdb.base/display.exp: Expect displays to be sorted in ascending
17691 order. Use multi_line.
17692 * gdb.base/solib-display.exp: Likewise.
17693
17694 2015-11-24 Pedro Alves <palves@redhat.com>
17695
17696 PR 17539
17697 * gdb.base/display.exp: Expect displays to be sorted in ascending
17698 order. Use multi_line.
17699 * gdb.base/solib-display.exp: Likewise.
17700
17701 2015-11-24 Pedro Alves <palves@redhat.com>
17702
17703 PR 17539
17704 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
17705 threads in ascending order.
17706 * gdb.base/foll-fork.exp: Likewise.
17707 * gdb.base/foll-vfork.exp: Likewise.
17708 * gdb.base/multi-forks.exp: Likewise.
17709 * gdb.mi/mi-nonstop.exp: Likewise.
17710 * gdb.mi/mi-nsintrall.exp: Likewise.
17711 * gdb.multi/base.exp: Likewise.
17712 * gdb.multi/multi-arch.exp: Likewise.
17713 * gdb.python/py-inferior.exp: Likewise.
17714 * gdb.threads/break-while-running.exp: Likewise.
17715 * gdb.threads/execl.exp: Likewise.
17716 * gdb.threads/gcore-thread.exp: Likewise.
17717 * gdb.threads/info-threads-cur-sal.exp: Likewise.
17718 * gdb.threads/kill.exp: Likewise.
17719 * gdb.threads/linux-dp.exp: Likewise.
17720 * gdb.threads/multiple-step-overs.exp: Likewise.
17721 * gdb.threads/next-bp-other-thread.exp: Likewise.
17722 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
17723 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
17724 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
17725 * gdb.threads/thread-find.exp: Likewise.
17726 * gdb.threads/tls.exp: Likewise.
17727 * lib/mi-support.exp (mi_reverse_list): Delete.
17728 (mi_check_thread_states): No longer reverse list.
17729
17730 2015-11-24 Pedro Alves <palves@redhat.com>
17731
17732 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
17733 use lowercase.
17734
17735 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
17736
17737 * gdb.trace/actions.c: Include trace-common.h.
17738 (main): Add a location for a fast tracepoint.
17739 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
17740 the normal tracepoints.
17741 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
17742
17743 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
17744
17745 * save-trace.exp: Factor out code to these...
17746 (gdb_save_tracepoints): New.
17747 (gdb_load_tracepoints): New.
17748 (do_save_load_test): New.
17749
17750 2015-11-23 Kevin Buettner <kevinb@redhat.com>
17751
17752 * gdb.base/asmlabel.exp: New test.
17753 * gdb.base/asmlabel.c: New test case.
17754
17755 2015-11-23 Joel Brobecker <brobecker@adacore.com>
17756
17757 * gdb.base/wrong_frame_bt_full-main.c: New file.
17758 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
17759 * gdb.base/wrong_frame_bt_full.exp: New file.
17760
17761 2015-11-23 Joel Brobecker <brobecker@adacore.com>
17762
17763 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
17764
17765 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
17766
17767 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
17768 pstate register when comparing registers values in
17769 sparc64-*-linux-gnu targets to avoid spurious differences.
17770
17771 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
17772
17773 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
17774
17775 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
17776
17777 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
17778 as type argument to gdb_compile.
17779 * gdb.base/nested-subp2.exp: Likewise.
17780 * gdb.base/nested-subp3.exp: Likewise.
17781
17782 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
17783
17784 * lib/dwarf.exp (_note): Fix left shift of negative value.
17785 * gdb.trace/trace-condition.exp: Likewise.
17786
17787 2015-11-13 Yao Qi <yao.qi@linaro.org>
17788
17789 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
17790 comments about d10v.
17791 (test_scalar_returns): Likewise.
17792 * gdb.base/d10v.ld: Remove.
17793 * gdb.base/overlays.exp: Remove the target triplet checking for
17794 d10v-*-*.
17795 * gdb.base/structs.exp (test_struct_returns): Remove the
17796 comments about d10v.
17797 (test_struct_calls): Likewise.
17798
17799 2015-11-13 Yao Qi <yao.qi@linaro.org>
17800
17801 * gdb.base/gnu_vector.exp: Check the return value by "p res".
17802 * gdb.base/gnu_vector.c: Don't include stdio.h.
17803 (main): Don't print res and call add_some_intvecs.
17804
17805 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
17806
17807 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
17808 macro.
17809 (func5): Removed.
17810 (func4): Use FAST_TRACEPOINT_LABEL.
17811 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
17812 macro.
17813 (func): Removed.
17814 (thread_function): Use FAST_TRACEPOINT_LABEL.
17815 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
17816 (func): Remove.
17817 (marker): Use FAST_TRACEPOINT_LABEL.
17818 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
17819 (pendfunc1): Remove.
17820 (pendfunc): Use FAST_TRACEPOINT_LABEL.
17821 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
17822 (foo): Remove.
17823 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
17824 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
17825 macro.
17826 (func): Remove.
17827 (marker): Use FAST_TRACEPOINT_LABEL.
17828 * gdb.trace/trace-common.h: New header.
17829 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
17830 macro.
17831 (func): Remove.
17832 (marker): Use FAST_TRACEPOINT_LABEL.
17833 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
17834 (func): Remove.
17835 (thread_function): Use FAST_TRACEPOINT_LABEL.
17836
17837 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
17838
17839 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
17840 in front.
17841 * gdb.trace/change-loc.exp: Use global pcreg definition.
17842 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
17843 * gdb.trace/entry-values.exp: Use global spreg definition, add $
17844 in front.
17845 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
17846 * gdb.trace/pending.exp: Likewise.
17847 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
17848 * gdb.trace/trace-break.exp: Likewise.
17849 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
17850 in front.
17851 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
17852 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
17853 in front.
17854 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
17855
17856 2015-11-09 Joel Brobecker <brobecker@adacore.com>
17857
17858 * gdb.ada/fin_fun_out: New testcase.
17859
17860 2015-11-07 Kevin Buettner <kevinb@redhat.com>
17861
17862 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
17863 value associated with DW_AT_byte_size.
17864 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
17865 constants for DW_AT_byte_size, DW_AT_lower_bound, and
17866 DW_AT_upper_bound.
17867
17868 2015-11-07 Kevin Buettner <kevinb@redhat.com>
17869
17870 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
17871 (gdb_target_symbol_prefix_flags): Define in terms of _asm
17872 version.
17873 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
17874 gdb.dwarf2/dw2-canonicalize-type.exp,
17875 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
17876 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
17877 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
17878 provided by gdb_target_symbol_prefix_flags_asm.
17879 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
17880 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
17881 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
17882 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
17883 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
17884 macros where needed). Use this macro for symbols which require
17885 the prefix provided by SYMBOL_PREFIX.
17886
17887 2015-11-05 Kevin Buettner <kevinb@redhat.com>
17888
17889 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
17890 New procs.
17891 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
17892 representing expressions, of more than one list element.
17893 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
17894 to prepend linker symbol prefix to f.
17895 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
17896 table_1 and table_2.
17897 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
17898 Likewise, for f and g.
17899 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
17900 for ptr.
17901 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
17902 for main.
17903 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
17904 table_1_ptr and table_2_ptr.
17905
17906 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17907 Joel Brobecker <brobecker@adacore.com>
17908
17909 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
17910
17911 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
17912
17913 * gdb.reverse/s390-mvcle.c: New test.
17914 * gdb.reverse/s390-mvcle.exp: New file.
17915 * lib/gdb.exp: Enable reverse tests on s390*-linux.
17916
17917 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
17918
17919 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
17920
17921 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
17922
17923 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
17924 reaching marker2.
17925 * gdb.reverse/getresuid-reverse.exp: Likewise.
17926 * gdb.reverse/pipe-reverse.exp: Likewise.
17927 * gdb.reverse/readv-reverse.exp: Likewise.
17928 * gdb.reverse/recvmsg-reverse.exp: Likewise.
17929 * gdb.reverse/time-reverse.exp: Likewise.
17930 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
17931
17932 2015-10-30 Yao Qi <yao.qi@linaro.org>
17933
17934 * gdb.threads/wp-replication.c (watch_count_done): Remove.
17935 (empty_cycle): Remove.
17936 (main): Don't call empty_cycle. Don't use watch_count_done.
17937 * gdb.threads/wp-replication.exp: Don't set breakpoint on
17938 empty_cycle. Rewrite the code counting HW watchpoints.
17939
17940 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
17941
17942 * gdb.reverse/fstatat-reverse.c: New test.
17943 * gdb.reverse/fstatat-reverse.exp: New file.
17944 * gdb.reverse/getresuid-reverse.c: New test.
17945 * gdb.reverse/getresuid-reverse.exp: New file.
17946 * gdb.reverse/pipe-reverse.c: New test.
17947 * gdb.reverse/pipe-reverse.exp: New file.
17948 * gdb.reverse/readv-reverse.c: New test.
17949 * gdb.reverse/readv-reverse.exp: New file.
17950 * gdb.reverse/recvmsg-reverse.c: New test.
17951 * gdb.reverse/recvmsg-reverse.exp: New file.
17952 * gdb.reverse/time-reverse.c: New test.
17953 * gdb.reverse/time-reverse.exp: New file.
17954 * gdb.reverse/waitpid-reverse.c: New test.
17955 * gdb.reverse/waitpid-reverse.exp: New file.
17956
17957 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
17958
17959 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
17960
17961 2015-10-26 Doug Evans <dje@google.com>
17962
17963 PR symtab/17391
17964 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
17965 * gdb.dwarf2/bad-regnum.c: New file.
17966 * gdb.dwarf2/bad-regnum.exp: New file.
17967
17968 2015-10-26 Doug Evans <dje@google.com>
17969
17970 PR python/18938
17971 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
17972 file.
17973
17974 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17975
17976 * gdb.compile/compile.exp (compile code globalvar): Update expectation
17977 for a change by "Mention language in compile error message".
17978
17979 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
17980
17981 PR python/18073
17982 * gdb.python/py-type.c (C::a_method): New.
17983 (C::a_const_method): New.
17984 (C::a_static_method): New.
17985 (a_function): New.
17986 * gdb.python/py-type.exp (test_fields): Test getting fields
17987 from function and method.
17988
17989 2015-10-21 Keven Boell <keven.boell@intel.com>
17990
17991 * gdb.fortran/vla-alloc-assoc.exp: New file.
17992 * gdb.fortran/vla-datatypes.exp: New file.
17993 * gdb.fortran/vla-datatypes.f90: New file.
17994 * gdb.fortran/vla-history.exp: New file.
17995 * gdb.fortran/vla-ptype-sub.exp: New file.
17996 * gdb.fortran/vla-ptype.exp: New file.
17997 * gdb.fortran/vla-sizeof.exp: New file.
17998 * gdb.fortran/vla-sub.f90: New file.
17999 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
18000 * gdb.fortran/vla-value-sub-finish.exp: New file.
18001 * gdb.fortran/vla-value-sub.exp: New file.
18002 * gdb.fortran/vla-value.exp: New file.
18003 * gdb.fortran/vla-ptr-info.exp: New file.
18004 * gdb.mi/mi-vla-fortran.exp: New file.
18005 * gdb.mi/vla.f90: New file.
18006
18007 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
18008
18009 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
18010 of hardwired timeout value.
18011
18012 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
18013 Pedro Alves <palves@redhat.com>
18014
18015 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
18016 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
18017
18018 2015-10-19 Josh Stone <jistone@redhat.com>
18019
18020 * gdb.base/catch-syscall.c: Include <sched.h>.
18021 (unknown_syscall): New variable.
18022 (main): Trigger a vfork and an unknown syscall.
18023 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
18024 (unknown_syscall_number): Likewise.
18025 (check_call_to_syscall): Accept an optional syscall pattern.
18026 (check_return_from_syscall): Likewise.
18027 (check_continue): Likewise.
18028 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
18029 (test_catch_syscall_skipping_return): New test toggling off 'catch
18030 syscall' to step over the syscall return, then toggling back on.
18031 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
18032 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
18033 (do_syscall_tests): Call test_catch_syscall_without_args and
18034 test_catch_syscall_mid_vfork.
18035 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
18036 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
18037
18038 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
18039
18040 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
18041 print g_vE): Add new pass patterns.
18042 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
18043 print various symbol names for vptr fields.
18044
18045 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
18046
18047 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
18048 results.
18049
18050 2015-10-12 Yao Qi <yao.qi@linaro.org>
18051
18052 * gdb.arch/disp-step-insn-reloc.exp: New test case.
18053
18054 2015-10-12 Yao Qi <yao.qi@linaro.org>
18055
18056 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
18057 is aarch64*-*-linux*.
18058
18059 2015-10-12 Yao Qi <yao.qi@linaro.org>
18060
18061 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
18062 (can_relocate_bcond_true): ... it.
18063 (can_relocate_bcond_false): New function.
18064 (foo): Likewise.
18065 (can_relocate_bl): Likewise.
18066 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
18067 can_relocate_bl.
18068
18069 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
18070
18071 * gdb.base/nested-addr.c: New file.
18072 * gdb.base/nested-addr.exp: New testcase.
18073
18074 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
18075
18076 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
18077 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
18078 its output. Ignore the output of "record goto begin" and instead
18079 check that GDB is replaying.
18080
18081 2015-10-09 Pedro Alves <palves@redhat.com>
18082
18083 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
18084 (top level): Use it in the run with no args test.
18085
18086 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
18087
18088 * gdb.dlang/properties.exp: New file.
18089
18090 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
18091
18092 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
18093 whether or not address 0x1000 is mapped on the target.
18094
18095 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
18096
18097 * gdb.python/py-type.exp: Do not run tests if binaries fail to
18098 build.
18099
18100 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
18101
18102 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
18103 instruction-history test.
18104
18105 2015-09-28 Doug Evans <dje@google.com>
18106
18107 * gdb.base/gcore.c (array_func): Add reference to static_array.
18108
18109 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
18110
18111 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
18112 source line.
18113
18114 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
18115
18116 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
18117 short or char as base type.
18118
18119 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
18120
18121 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
18122 to allow any size enum.
18123
18124 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
18125
18126 * gdb.ada/array_ptr_renaming.exp: New testcase.
18127 * gdb.ada/array_ptr_renaming/foo.adb: New file.
18128 * gdb.ada/array_ptr_renaming/pack.ads: New file.
18129
18130 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18131
18132 * gdb.trace/ftrace-lock.c: New file.
18133 * gdb.trace/ftrace-lock.exp: New file.
18134
18135 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18136
18137 * gdb.arch/insn-reloc.c: New file.
18138 * gdb.arch/ftrace-insn-reloc.exp: New file.
18139
18140 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18141
18142 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
18143 instruction.
18144 * gdb.trace/pendshr1.c (pendfunc): Likewise.
18145 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
18146 * gdb.trace/range-stepping.c: Likewise.
18147 * gdb.trace/trace-break.c: Likewise.
18148 * gdb.trace/trace-mt.c (thread_function): Likewise.
18149 * gdb.trace/ftrace.c (marker): Likewise.
18150 * gdb.trace/trace-condition.c (marker): Likewise.
18151 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
18152 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
18153 is_aarch64_target.
18154
18155 2015-09-18 Doug Evans <xdje42@gmail.com>
18156
18157 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
18158 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
18159
18160 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18161
18162 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
18163 the breakpoint.
18164
18165 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18166
18167 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
18168 the pending breakpoint. Remove timeout override for "Run till
18169 MI pending breakpoint on pendfunc3 on thread 2" test.
18170
18171 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18172
18173 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
18174 filename pattern.
18175
18176 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18177
18178 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
18179 in breakpoint filename pattern.
18180
18181 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18182
18183 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
18184
18185 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18186
18187 * gdb.linespec/explicit.exp: Check for readline support for
18188 tab-completion tests. Fix obvious typo.
18189
18190 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18191
18192 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
18193 and replay.
18194
18195 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18196
18197 * gdb.btrace/non-stop.c: New.
18198 * gdb.btrace/non-stop.exp: New.
18199
18200 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
18201 Yao Qi <yao.qi@linaro.org>
18202
18203 * gdb.trace/trace-condition.c: New file.
18204 * gdb.trace/trace-condition.exp: New file.
18205
18206 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
18207
18208 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
18209 for testing bytecode compilation.
18210
18211 2015-09-16 Pedro Alves <palves@redhat.com>
18212 Sandra Loosemore <sandra@codesourcery.com>
18213
18214 * gdb.threads/non-stop-fair-events.c (timeout): New global.
18215 (SECONDS): Redefine.
18216 (main): Call pthread_kill and alarm early.
18217 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
18218 support.
18219 (test): If the target can't hardware step and doesn't support
18220 displaced stepping, increase the timeout.
18221
18222 2015-09-16 Pedro Alves <palves@redhat.com>
18223
18224 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
18225 (enable_debug): New procedures.
18226 (test): Use them. Bail out if waiting for threads fails.
18227 (top level): Bail out if a test fails.
18228
18229 2015-09-16 Yao Qi <yao.qi@linaro.org>
18230
18231 * gdb.asm/asm-source.exp: Set asm-arch for
18232 aarch64*-*-* target.
18233 * gdb.asm/aarch64.inc: New file.
18234
18235 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
18236
18237 * gdb.ada/array_of_variable_length.exp: New testcase.
18238 * gdb.ada/array_of_variable_length/foo.adb: New file.
18239 * gdb.ada/array_of_variable_length/pck.adb: New file.
18240 * gdb.ada/array_of_variable_length/pck.ads: New file.
18241
18242 2015-09-15 Doug Evans <dje@google.com>
18243
18244 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
18245 of function static local variable.
18246
18247 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
18248
18249 * gdb.threads/tls-so_extern.exp: New test file.
18250 * gdb.threads/tls-so_extern.c: New test file.
18251 * gdb.threads/tls-so_extern_main.c: New test file.
18252
18253 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18254
18255 * gdb.opt/solib-intra-step-lib.c: New file.
18256 * gdb.opt/solib-intra-step-main.c: New file.
18257 * gdb.opt/solib-intra-step.exp: New file.
18258
18259 2015-09-15 Pedro Alves <palves@redhat.com>
18260
18261 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
18262 gdb_continue_to_breakpoint instead of gdb_test_multiple.
18263
18264 2015-09-14 Pedro Alves <palves@redhat.com>
18265
18266 * gdb.base/hook-stop-continue.c: Delete.
18267 * gdb.base/hook-stop-continue.exp: Delete.
18268 * gdb.base/hook-stop-frame.c: Delete.
18269 * gdb.base/hook-stop-frame.exp: Delete.
18270 * gdb.base/hook-stop.c: New file.
18271 * gdb.base/hook-stop.exp: New file.
18272
18273 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
18274
18275 * gdb.ada/access_to_packed_array.exp: New testcase.
18276 * gdb.ada/access_to_packed_array/foo.adb: New file.
18277 * gdb.ada/access_to_packed_array/pack.adb: New file.
18278 * gdb.ada/access_to_packed_array/pack.ads: New file.
18279
18280 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
18281
18282 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
18283 buffer size test.
18284
18285 2015-09-11 Don Breazeal <donb@codesourcery.com>
18286
18287 * gdb.base/foll-exec.c: Add copyright header. Fix
18288 formatting issues.
18289 * gdb.base/foll-exec.exp (zap_session): Delete proc.
18290 (do_exec_tests): Use clean_restart in place of zap_session,
18291 and for test initialization. Fix formatting issues. Use
18292 fail in place of perror.
18293 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
18294 an expect statement to match an expression with output from
18295 the program under debug.
18296 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
18297 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
18298 * gdb.threads/non-ldr-exc-2.exp: Likewise.
18299 * gdb.threads/non-ldr-exc-3.exp: Likewise.
18300 * gdb.threads/non-ldr-exc-4.exp: Likewise.
18301
18302 2015-09-09 Doug Evans <dje@google.com>
18303
18304 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
18305
18306 2015-09-09 Doug Evans <dje@google.com>
18307
18308 * gdb.base/pie-execl.exp: Fix result test of build_executable.
18309
18310 2015-09-09 Doug Evans <dje@google.com>
18311
18312 * gdb.base/savedregs.exp: Fix typo.
18313
18314 2015-09-09 Pedro Alves <palves@redhat.com>
18315
18316 * gdb.mi/mi-cli.exp: Add CLI finish tests.
18317
18318 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
18319
18320 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
18321 command actually switches threads. Give up on remaining
18322 tests if target fails to stop at breakpoint.
18323
18324 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
18325
18326 * gdb.ada/funcall_char.exp: New testcase.
18327 * gdb.ada/funcall_char/foo.adb: New file.
18328
18329 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
18330
18331 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
18332 expected outputs. Add two testcases for completing ambiguous
18333 functions.
18334 * gdb.ada/complete/aux_pck.adb: New file.
18335 * gdb.ada/complete/aux_pck.ads: New file.
18336 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
18337 Ambiguous_Func functions.
18338 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
18339 * gdb.ada/complete/pck.adb: Likewise.
18340
18341 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
18342
18343 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
18344 failures to run the test program under GDB.
18345
18346 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
18347
18348 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
18349 to C.
18350
18351 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
18352
18353 * gdb.base/run-after-attach.exp: New test file.
18354 * gdb.base/run-after-attach.c: New test file.
18355
18356 2015-08-26 Don Breazeal <donb@codesourcery.com>
18357
18358 * gdb.base/foll-exec-2.c: New test program.
18359 * gdb.base/foll-exec-2.exp: New test.
18360
18361 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
18362
18363 * gdb.base/nested-subp1.exp: New file.
18364 * gdb.base/nested-subp1.c: New file.
18365 * gdb.base/nested-subp2.exp: New file.
18366 * gdb.base/nested-subp2.c: New file.
18367 * gdb.base/nested-subp3.exp: New file.
18368 * gdb.base/nested-subp3.c: New file.
18369
18370 2015-08-24 Pedro Alves <palves@redhat.com>
18371
18372 * gdb.server/connect-without-multi-process.c: New file.
18373 * gdb.server/connect-without-multi-process.exp: New file.
18374
18375 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18376
18377 * gdb.opt/inline-markers.c: Make z int.
18378
18379 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18380
18381 * gdb.opt/inline-markers.c: Make z volatile.
18382
18383 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18384
18385 * gdb.opt/inline-bt.c: New volatile global z.
18386 * gdb.opt/inline-cmds.c: Likewise.
18387 * gdb.opt/inline-locals.c: Likewise.
18388 * gdb.opt/inline-markers.c: New extern global z.
18389 (marker): Use z.
18390 (inline_fn): Likewise.
18391
18392 2015-08-24 Pedro Alves <palves@redhat.com>
18393
18394 * config/m32r-stub.exp: Remove file.
18395 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
18396 * gdb.base/call-rt-st.exp: Likewise.
18397 * gdb.base/call-strs.exp: Likewise.
18398 * gdb.base/default.exp: Remove references to h8300-*-hms and
18399 *-*-udi*.
18400 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
18401
18402 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
18403
18404 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
18405 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
18406 and "return" use KFAIL when GDB can not read/write the vector
18407 return value.
18408
18409 2015-08-21 Gary Benson <gbenson@redhat.com>
18410
18411 * gdb.trace/pending.exp: Cope with remote transfer warnings.
18412
18413 2015-08-20 Pedro Alves <palves@redhat.com>
18414
18415 * gdb.server/solib-list.exp: No longer expect an interior stop in
18416 non-stop mode.
18417
18418 2015-08-20 Pedro Alves <palves@redhat.com>
18419
18420 * gdb.server/connect-stopped-target.c: New file.
18421 * gdb.server/connect-stopped-target.exp: New file.
18422
18423 2015-08-20 Pedro Alves <palves@redhat.com>
18424
18425 * gdb.dwarf2/comp-unit-lang.exp: New file.
18426 * gdb.dwarf2/comp-unit-lang.c: New file.
18427
18428 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
18429
18430 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
18431 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
18432
18433 2015-08-19 Kevin Buettner <kevinb@redhat.com>
18434
18435 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
18436 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
18437
18438 2015-08-18 Doug Evans <dje@google.com>
18439 Adrian Sendroiu <adrian.sendroiu@freescale.com>
18440
18441 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
18442 skip_python_tests. New arg prompt_regexp.
18443 (skip_python_tests): New function.
18444 * lib/mi-support.exp (mi_skip_python_tests): New function.
18445 * gdb.python/py-mi-objfile-gdb.py: New file.
18446 * gdb.python/py-mi-objfile.c: New file.
18447 * gdb.python/py-mi-objfile.exp: New file.
18448
18449 2015-08-17 Keith Seitz <keiths@redhat.com>
18450
18451 * gdb.linespec/explicit.exp: Move strace test from here ...
18452 * gdb.trace/strace.exp: ... to here.
18453
18454 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
18455
18456 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
18457 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
18458
18459 2015-08-14 Doug Evans <xdje42@gmail.com>
18460
18461 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
18462 inferior before selecting a new file.
18463
18464 2015-08-14 Doug Evans <xdje42@gmail.com>
18465
18466 * gdb.mi/mi-disassemble.exp: Update.
18467 * gdb.base/disasm-optim.S: New file.
18468 * gdb.base/disasm-optim.c: New file.
18469 * gdb.base/disasm-optim.h: New file.
18470 * gdb.base/disasm-optim.exp: New file.
18471
18472 2015-08-14 Keith Seitz <keiths@redhat.com>
18473
18474 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
18475 "evaluated-by".
18476
18477 2015-08-13 Joel Brobecker <brobecker@adacore.com>
18478
18479 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
18480
18481 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
18482
18483 * gdb.ada/fun_renaming.exp: New testcase.
18484 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
18485 * gdb.ada/fun_renaming/pack.adb: New file.
18486 * gdb.ada/fun_renaming/pack.ads: New file.
18487
18488 2015-08-12 Keith Seitz <keiths@redhat.com>
18489
18490 * gdb.base/dso2dso.exp: Pass basename of source file in call to
18491 gdb_get_line_number.
18492
18493 2015-08-12 Joel Brobecker <brobecker@adacore.com>
18494
18495 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
18496 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
18497 gdb.base/dso2dso.exp: New files.
18498
18499 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
18500 Pedro Alves <palves@redhat.com>
18501 Keith Seitz <keiths@redhat.com>
18502
18503 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
18504 GDBFLAGS.
18505
18506 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18507
18508 * gdb.base/gdbhistsize-history.exp
18509 (test_histsize_history_setting): Use save_vars.
18510 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18511 Use save_vars.
18512 (test_no_truncation_of_unlimited_history_file): Use save_vars.
18513 * gdb.base/readline.exp: Use save_vars.
18514
18515 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18516
18517 * lib/gdb.exp (save_vars): New proc.
18518
18519 2015-08-11 Keith Seitz <keiths@redhat.com>
18520
18521 * gdb.base/help.exp: Update help_breakpoint_text.
18522
18523 2015-08-11 Keith Seitz <keiths@redhat.com>
18524
18525 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
18526 (at toplevel): Call test_explicit_breakpoints.
18527 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
18528 breakpoints.
18529 * lib/mi-support.exp (mi_make_breakpoint): Add support for
18530 breakpoint conditions, "-cond".
18531
18532 2015-08-11 Keith Seitz <keiths@redhat.com>
18533
18534 * gdb.linespec/3explicit.c: New file.
18535 * gdb.linespec/cpexplicit.cc: New file.
18536 * gdb.linespec/cpexplicit.exp: New file.
18537 * gdb.linespec/explicit.c: New file.
18538 * gdb.linespec/explicit.exp: New file.
18539 * gdb.linespec/explicit2.c: New file.
18540 * gdb.linespec/ls-errs.exp: Add explicit location tests.
18541 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
18542 before using in the matching pattern.
18543 Clarify that `prefix' is a regular expression.
18544
18545 2015-08-11 Keith Seitz <keiths@redhat.com>
18546
18547 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
18548 test.
18549 Add tests for missing ",FMT" and ",".
18550
18551 2015-08-10 Doug Evans <dje@google.com>
18552 Keith Seitz <keiths@redhat.com>
18553
18554 PR gdb/17960
18555 * gdb.base/completion.exp: Add location completer tests.
18556
18557 2015-08-07 Pedro Alves <palves@redhat.com>
18558
18559 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
18560 tests here.
18561 (top level): Run do_test with and without displaced stepping.
18562
18563 2015-08-07 Pedro Alves <palves@redhat.com>
18564
18565 * gdb.base/valgrind-disp-step.c: New file.
18566 * gdb.base/valgrind-disp-step.exp: New file.
18567
18568 2015-08-07 Pedro Alves <palves@redhat.com>
18569
18570 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
18571 Delete function.
18572 (main): Add alarm. Run an infinite loop instead of calling
18573 wait_threads.
18574 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
18575 comment.
18576 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
18577 Delete function.
18578 (main): Add alarm. Run an infinite loop instead of calling
18579 wait_threads.
18580 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
18581 comment.
18582
18583 2015-08-07 Pedro Alves <palves@redhat.com>
18584
18585 * gdb.base/checkpoint-ns.exp: New file.
18586 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
18587 standard_testfile.
18588
18589 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
18590
18591 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
18592 * gdb.btrace/instruction_history.exp: Update.
18593 * gdb.btrace/tsx.exp: New.
18594 * gdb.btrace/tsx.c: New.
18595
18596 2015-08-06 Pedro Alves <palves@redhat.com>
18597
18598 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
18599 increase timeout.
18600 * gdb.reverse/until-precsave.exp: Bump timeouts.
18601
18602 2015-08-06 Pedro Alves <palves@redhat.com>
18603
18604 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
18605
18606 2015-08-06 Pedro Alves <palves@redhat.com>
18607
18608 PR gdb/18749
18609 * gdb.threads/process-dies-while-handling-bp.c: New file.
18610 * gdb.threads/process-dies-while-handling-bp.exp: New file.
18611
18612 2015-08-06 Pedro Alves <palves@redhat.com>
18613
18614 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
18615 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
18616
18617 2015-08-05 Pedro Alves <palves@redhat.com>
18618
18619 * gdb.threads/next-while-other-thread-longjmps.c: New file.
18620 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
18621
18622 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
18623
18624 * gdb.base/bp-permanent.exp: Report test as unsupported if
18625 the target cannot stop at the permanent breakpoint.
18626
18627 2015-08-03 Doug Evans <dje@google.com>
18628
18629 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
18630 10000.
18631
18632 2015-08-03 Doug Evans <dje@google.com>
18633
18634 * Makefile.in (workers/%.worker, build-perf): New rule.
18635 (GDB_PERFTEST_MODE): New variable.
18636 (check-perf): Use it.
18637 (clean): Clean up gdb.perf parallel build subdirs.
18638 * lib/build-piece.exp: New file.
18639 * lib/gdb.exp (make_gdb_parallel_path): New function
18640 (standard_output_file, standard_temp_file): Call it.
18641 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18642 of $GDB_PARALLEL.
18643 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
18644
18645 2015-08-03 Doug Evans <dje@google.com>
18646
18647 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
18648 (LOG_FILE_NAME): New global.
18649 (TextReporter.__init__): Initialize self.txt_sum.
18650 (TextReporter.report): Add support for multiple data-points.
18651 Move report to perftest.sum, put raw data in perftest.log.
18652 (TextReporter.start): Open sum and log files.
18653 (TextReporter.end): Close sum and log files.
18654 * gdb.perf/lib/perftest/testresult.py
18655 (SingleStatisticTestResult.record): Handle multiple data-points.
18656
18657 2015-07-31 Pedro Alves <palves@redhat.com>
18658
18659 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
18660 Use spawn_id_get_pid. Wait for spawn id after eof. Use
18661 kill_wait_spawned_process instead of explicit "kill -9".
18662 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
18663 returning a spawn id instead of a pid. Use spawn_id_get_pid and
18664 kill_wait_spawned_process.
18665 * gdb.base/attach-twice.exp: Likewise.
18666 * gdb.base/attach.exp: Likewise.
18667 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
18668 gdb_test_multiple.
18669 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
18670 returning a spawn id instead of a pid. Use spawn_id_get_pid and
18671 kill_wait_spawned_process.
18672 * gdb.base/valgrind-infcall.exp: Likewise.
18673 * gdb.multi/multi-attach.exp: Likewise.
18674 * gdb.python/py-prompt.exp: Likewise.
18675 * gdb.python/py-sync-interp.exp: Likewise.
18676 * gdb.server/ext-attach.exp: Likewise.
18677 * gdb.threads/attach-into-signal.exp (corefunc): Use
18678 spawn_wait_for_attach, spawn_id_get_pid and
18679 kill_wait_spawned_process.
18680 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
18681 spawn_wait_for_attach returning a spawn id instead of a pid. Use
18682 spawn_id_get_pid and kill_wait_spawned_process.
18683 * gdb.threads/attach-stopped.exp (corefunc): Use
18684 spawn_wait_for_attach, spawn_id_get_pid and
18685 kill_wait_spawned_process.
18686 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
18687 Use spawn_id_get_pid. Wait for spawn id after eof. Use
18688 kill_wait_spawned_process instead of explicit "kill -9".
18689 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
18690 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
18691 (spawn_wait_for_attach): Use spawn instead of exec to spawn
18692 processes. Don't map cygwin/windows pids here. Now returns a
18693 spawn id list.
18694
18695 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18696
18697 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
18698 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
18699 correct patch.
18700
18701 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18702
18703 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
18704
18705 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18706
18707 Reapply:
18708 2014-05-21 Mark Wielaard <mjw@redhat.com>
18709
18710 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18711
18712 2015-07-30 Pedro Alves <palves@redhat.com>
18713
18714 * linux-low.c (handle_extended_wait): Set the child's last
18715 reported status to TARGET_WAITKIND_STOPPED.
18716
18717 2015-07-30 Pedro Alves <palves@redhat.com>
18718
18719 PR threads/18600
18720 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
18721 only shows inferior 1.
18722
18723 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
18724 Pedro Alves <palves@redhat.com>
18725
18726 PR threads/18600
18727 * gdb.threads/fork-plus-threads.c: New file.
18728 * gdb.threads/fork-plus-threads.exp: New file.
18729
18730 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18731
18732 * gdb.base/batch-preserve-term-settings.exp
18733 (test_terminal_settings_preserved_after_cli_exit): Use
18734 send_quit_command.
18735
18736 2015-07-29 Pedro Alves <palves@redhat.com>
18737 Don Breazeal <donb@codesourcery.com>
18738
18739 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
18740 output from both inferior_spawn_id and gdb_spawn_id.
18741
18742 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
18743
18744 * gdb.threads/attach-into-signal.exp (corefunc): Use
18745 with_test_prefix on nested loops, uniquefying the test messages.
18746
18747 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
18748
18749 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
18750 commit.
18751
18752 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18753
18754 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
18755 New proc.
18756 (test_terminal_settings_preserved_after_sigterm): New test.
18757
18758 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18759
18760 * gdb.base/batch-preserve-term-settings.exp
18761 (test_terminal_settings_preserved_after_cli_exit): New test.
18762
18763 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18764
18765 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
18766 manipulation of saved_gdbflags.
18767 (test_terminal_settings_preserved): Remove global declaration of
18768 the unused variable pagination_prompt. Remove manipulation of
18769 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
18770 GDBFLAGS.
18771
18772 2015-07-29 Pedro Alves <palves@redhat.com>
18773
18774 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
18775
18776 2015-07-29 Pedro Alves <palves@redhat.com>
18777
18778 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
18779 at the top.
18780
18781 2015-07-29 Pedro Alves <palves@redhat.com>
18782
18783 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
18784 (main): Call gdb_unbuffer_output.
18785 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
18786 (main): Call gdb_unbuffer_output.
18787 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
18788 (main): Call gdb_unbuffer_output.
18789 * gdb.base/call-strs.exp: Adjust to step over the
18790 gdb_unbuffer_output call.
18791 * gdb.base/catch-gdb-caused-signals.c: Include
18792 "../lib/unbuffer_output.c".
18793 (main): Call gdb_unbuffer_output.
18794 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
18795 (main): Call gdb_unbuffer_output.
18796 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
18797 (main): Call gdb_unbuffer_output.
18798 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
18799 (main): Call gdb_unbuffer_output.
18800 * gdb.base/shlib-call.exp: Adjust to step over the
18801 gdb_unbuffer_output call.
18802 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
18803 (main): Call gdb_unbuffer_output.
18804 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
18805 (main): Call gdb_unbuffer_output.
18806 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
18807 (main): Rename to ...
18808 (test): ... this.
18809 (main): Reimplement.
18810 * gdb.base/varargs.exp: Run to test instead of to main.
18811 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
18812 (main): Call gdb_unbuffer_output.
18813
18814 2015-07-29 Pedro Alves <palves@redhat.com>
18815
18816 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
18817 factore out from mi_continue_dprintf. For call-style dprintfs,
18818 expect dprintf output out of $inferior_spawn_id.
18819 (mi_continue_dprintf): Use mi_expect_dprintf.
18820 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
18821 (main): Call gdb_unbuffer_output.
18822
18823 2015-07-29 Pedro Alves <palves@redhat.com>
18824
18825 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
18826 (default_mi_gdb_start): Set inferior_spawn_id instead of
18827 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
18828 gdb_spawn_id.
18829 (mi_gdb_test): Always expect inferior output from both
18830 $inferior_spawn_id and $gdb_spawn_id.
18831
18832 2015-07-29 Pedro Alves <palves@redhat.com>
18833
18834 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
18835 send_inferior and $inferior_spawn_id.
18836
18837 2015-07-29 Pedro Alves <palves@redhat.com>
18838
18839 * gdb.gdb/complaints.exp (test_initial_complaints)
18840 (test_serial_complaints, test_short_complaints): Use
18841 gdb_test_stdio.
18842 (test_empty_complaint): Handle $inferior_spawn_id !=
18843 $gdb_spawn_id.
18844
18845 2015-07-29 Pedro Alves <palves@redhat.com>
18846
18847 * gdb.base/varargs.exp: Use gdb_test_stdio.
18848
18849 2015-07-29 Pedro Alves <palves@redhat.com>
18850
18851 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
18852
18853 2015-07-29 Pedro Alves <palves@redhat.com>
18854
18855 * gdb.base/ending-run.exp: Use gdb_test_stdio.
18856
18857 2015-07-29 Pedro Alves <palves@redhat.com>
18858
18859 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
18860 parameter into two new parameters, "inf_result" and "gdb_result".
18861 Expect inferior output and gdb output from $inferior_spawn_id and
18862 $gdb_spawn_id, respectively. Adjust all callers.
18863
18864 2015-07-29 Pedro Alves <palves@redhat.com>
18865
18866 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
18867 of gdb_test_sequence.
18868
18869 2015-07-29 Pedro Alves <palves@redhat.com>
18870
18871 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
18872 (saw_spurious_output): Expect inferior output from
18873 $inferior_spawn_id. Use gdb_test_stdio.
18874
18875 2015-07-29 Pedro Alves <palves@redhat.com>
18876
18877 * gdb.base/dprintf.exp: Use standard_testfile. Change
18878 prepare_for_testing call.
18879 (srcfile): Don't set.
18880 (restart): New procedure.
18881 (test_dprintf): New procecure, use to continue over dprintfs.
18882 (test_call, test_agent): New procedures, tests moved here.
18883 Restart gdb and recreate dprintfs. Adjust expected output.
18884
18885 2015-07-29 Pedro Alves <palves@redhat.com>
18886
18887 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
18888
18889 2015-07-29 Pedro Alves <palves@redhat.com>
18890
18891 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
18892
18893 2015-07-29 Pedro Alves <palves@redhat.com>
18894
18895 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
18896 gdb_test_stdio.
18897
18898 2015-07-29 Pedro Alves <palves@redhat.com>
18899
18900 * lib/gdb.exp (gdb_test_stdio): New procedure.
18901
18902 2015-07-29 Pedro Alves <palves@redhat.com>
18903
18904 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
18905
18906 2015-07-29 Pedro Alves <palves@redhat.com>
18907
18908 * gdb.base/call-signal-resume.exp: Remove check for
18909 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
18910 * gdb.base/unwindonsignal.exp: Likewise.
18911 * gdb.base/call-signals.c (gen_signal): Remove printf call.
18912 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
18913
18914 2015-07-29 Pedro Alves <palves@redhat.com>
18915
18916 * gdb.base/siginfo-addr.c (pass): New function.
18917 (handler): Call it iff si_addr is correct.
18918 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
18919 Set a breakpoint at "pass" and continue to it.
18920
18921 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
18922
18923 * gdb.python/py-objfile.exp: Make some tests have unique names.
18924 * gdb.python/py-pp-registration.exp: Likewise.
18925
18926 2015-07-28 Pedro Alves <palves@redhat.com>
18927
18928 * gdb.server/server-exec-info.exp: Issue a "disconnect".
18929
18930 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
18931
18932 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
18933
18934 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
18935
18936 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
18937
18938 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
18939
18940 * gdb.base/gdb-sigterm-2.exp: New test.
18941
18942 2015-07-25 Doug Evans <xdje42@gmail.com>
18943
18944 Revert:
18945 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
18946 (workers/%.worker, build-perf): New rule.
18947 (GDB_PERFTEST_MODE): New variable.
18948 (check-perf): Use it.
18949 (clean): Clean up gdb.perf parallel build subdirs.
18950 * lib/build-piece.exp: New file.
18951 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
18952 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
18953 name.
18954 (standard_temp_file): Ditto.
18955 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18956 of $GDB_PARALLEL.
18957
18958 2015-07-24 Doug Evans <dje@google.com>
18959
18960 * gdb.perf/lib/perftest/utils.py: New file.
18961 * gdb.perf/gm-hello.cc: New file.
18962 * gdb.perf/gm-pervasive-typedef.cc: New file.
18963 * gdb.perf/gm-pervasive-typedef.h: New file.
18964 * gdb.perf/gm-std.cc: New file.
18965 * gdb.perf/gm-std.h: New file.
18966 * gdb.perf/gm-use-cerr.cc: New file.
18967 * gdb.perf/gm-utils.h: New file.
18968 * gdb.perf/gmonster-null-lookup.py: New file.
18969 * gdb.perf/gmonster-pervasive-typedef.py: New file.
18970 * gdb.perf/gmonster-print-cerr.py: New file.
18971 * gdb.perf/gmonster-ptype-string.py: New file.
18972 * gdb.perf/gmonster-runto-main.py: New file.
18973 * gdb.perf/gmonster-select-file.py: New file.
18974 * gdb.perf/gmonster1-null-lookup.exp: New file.
18975 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
18976 * gdb.perf/gmonster1-print-cerr.exp: New file.
18977 * gdb.perf/gmonster1-ptype-string.exp: New file.
18978 * gdb.perf/gmonster1-runto-main.exp: New file.
18979 * gdb.perf/gmonster1-select-file.exp: New file.
18980 * gdb.perf/gmonster1.cc: New file.
18981 * gdb.perf/gmonster1.exp: New file.
18982 * gdb.perf/gmonster2-null-lookup.exp: New file.
18983 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
18984 * gdb.perf/gmonster2-print-cerr.exp: New file.
18985 * gdb.perf/gmonster2-ptype-string.exp: New file.
18986 * gdb.perf/gmonster2-runto-main.exp: New file.
18987 * gdb.perf/gmonster2-select-file.exp: New file.
18988 * gdb.perf/gmonster2.cc: New file.
18989 * gdb.perf/gmonster2.exp: New file.
18990
18991 2015-07-24 Doug Evans <dje@google.com>
18992
18993 * gdb.perf/README: New file.
18994 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
18995 * lib/gen-perf-test.exp: New file.
18996
18997 2015-07-24 Doug Evans <dje@google.com>
18998
18999 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
19000 (PerfTest::startup): New function.
19001 (PerfTest::run): Return result of calling body.
19002 (PerfTest::assemble): Rewrite.
19003 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
19004 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
19005 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
19006 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
19007 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
19008
19009 2015-07-24 Doug Evans <dje@google.com>
19010
19011 * lib/gdb.exp (clean_restart): Make executable optional.
19012
19013 2015-07-24 Doug Evans <dje@google.com>
19014
19015 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
19016 compiler_info references.
19017 * gdb.cp/temargs.exp: Ditto.
19018 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
19019 (get_compiler_info): Early exit if already computed. Set compiler_info
19020 to "unknown" if there was a problem.
19021 (test_compiler_info): Add function comment. Call get_compiler_info.
19022
19023 2015-07-24 Doug Evans <dje@google.com>
19024
19025 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19026 (workers/%.worker, build-perf): New rule.
19027 (GDB_PERFTEST_MODE): New variable.
19028 (check-perf): Use it.
19029 (clean): Clean up gdb.perf parallel build subdirs.
19030 * lib/build-piece.exp: New file.
19031 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19032 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19033 name.
19034 (standard_temp_file): Ditto.
19035 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19036 of $GDB_PARALLEL.
19037
19038 2015-07-24 Doug Evans <dje@google.com>
19039
19040 * lib/future.exp (gdb_default_target_compile): New option
19041 "early_flags".
19042 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
19043 --as-needed.
19044
19045 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
19046
19047 * gdb.base/catch-syscall.exp: Call gdb_exit before
19048 gdb_skip_xml_test.
19049
19050 2015-07-24 Pedro Alves <palves@redhat.com>
19051
19052 * gdb.python/py-events.exp: Accept output between the stop event
19053 and the prompt.
19054 * gdb.python/py-evsignal.exp: Likewise.
19055 * gdb.python/py-evthreads.exp: Likewise.
19056
19057 2015-07-24 Pedro Alves <palves@redhat.com>
19058
19059 PR gdb/18717
19060 * gdb.threads/non-ldr-exit.c: New file.
19061 * gdb.threads/non-ldr-exit.exp: New file.
19062
19063 2015-07-24 Yao Qi <yao.qi@linaro.org>
19064
19065 * gdb.server/ext-wrapper.exp: Test --wrapper option when
19066 restarting process.
19067
19068 2015-07-24 Yao Qi <yao.qi@linaro.org>
19069
19070 * gdb.server/ext-restart.exp: New file.
19071
19072 2015-07-24 Yao Qi <yao.qi@linaro.org>
19073
19074 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
19075 argument options.
19076 * gdb.server/ext-wrapper.exp: New file.
19077
19078 2015-07-23 Doug Evans <dje@google.com>
19079
19080 * gdb.dwarf2/dw2-dummy-cu.S: New file.
19081 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
19082
19083 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
19084
19085 * gdb.ada/var_arr_typedef.exp: New testcase.
19086 * gdb.ada/var_arr_typedef/pack.adb: New file.
19087 * gdb.ada/var_arr_typedef/pack.ads: New file.
19088 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
19089
19090 2015-07-20 Joel Brobecker <brobecker@adacore.com>
19091
19092 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
19093
19094 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19095
19096 * gdb.arch/i386-biarch-core.exp: Replace istarget
19097 by "complete set gnutarget". Remove expectation for the "core-file"
19098 command.
19099
19100 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
19101
19102 Revert the previous commit:
19103 Tests for validate symbol file using build-id.
19104
19105 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
19106
19107 Tests for validate symbol file using build-id.
19108 * gdb.base/solib-mismatch-lib.c: New file.
19109 * gdb.base/solib-mismatch-libmod.c: New file.
19110 * gdb.base/solib-mismatch.c: New file.
19111 * gdb.base/solib-mismatch.exp: New file.
19112
19113 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
19114
19115 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
19116 nios2-*-linux*.
19117 * gdb.base/sigbpt.exp (stepi_out): Likewise.
19118 * gdb.base/siginfo.exp: Likewise.
19119 * gdb.base/sigstep.exp (advance, advancei): Likewise.
19120
19121 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
19122
19123 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
19124 Move it to ...
19125 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
19126 ... here.
19127 * gdb.trace/range-stepping.exp: Check that the target supports
19128 range stepping.
19129
19130 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19131
19132 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
19133
19134 2015-07-14 Pedro Alves <palves@redhat.com>
19135
19136 * gdb.base/killed-outside.exp: New file.
19137 * gdb.base/killed-outside.c: New file.
19138
19139 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
19140
19141 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
19142 (n at main): New.
19143 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
19144
19145 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19146
19147 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
19148 infcall tests instead of setting up for KFAIL.
19149
19150 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
19151
19152 * gdb.btrace/record_goto-step.exp: New.
19153
19154 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
19155
19156 PR compile/18484
19157 * gdb.compile/compile.c (struct struct_type): Add volatile to
19158 selffield's type.
19159 * gdb.compile/compile.exp
19160 (compile code struct_object.selffield = &struct_object): Skip further
19161 struct_object tests if this one xfails.
19162
19163 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
19164
19165 PR exp/18617
19166 * gdb.trace/ax.exp: Add test.
19167
19168 2015-07-07 Yao Qi <yao.qi@linaro.org>
19169
19170 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
19171 instead of istarget "aarch64*-*-*".
19172 * gdb.arch/aarch64-fp.exp: Likewise.
19173 * gdb.base/float.exp: Likewise.
19174 * gdb.reverse/aarch64.exp: Likewise.
19175 * lib/gdb.exp (is_aarch64_target): New proc.
19176
19177 2015-07-07 Yao Qi <yao.qi@linaro.org>
19178
19179 * lib/gdb.exp (is_aarch32_target): New proc.
19180 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
19181 instead of "istarget "arm*-*-*"".
19182 * gdb.arch/arm-disp-step.exp: Likewise.
19183 * gdb.arch/thumb-bx-pc.exp: Likewise.
19184 * gdb.arch/thumb-prologue.exp: Likewise.
19185 * gdb.arch/thumb-singlestep.exp: Likewise.
19186 * gdb.base/disp-step-syscall.exp: Likewise.
19187 * gdb.base/float.exp: Likewise.
19188
19189 2015-07-07 Yao Qi <yao.qi@linaro.org>
19190
19191 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
19192 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
19193
19194 2015-07-07 Yao Qi <yao.qi@linaro.org>
19195
19196 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
19197 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
19198 if it exists.
19199 * gdb.multi/multi-arch.exp: Likewise.
19200
19201 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
19202
19203 * gdb.python/py-lazy-string.exp: Add missing parentheses to
19204 print.
19205
19206 2015-07-07 Yao Qi <yao.qi@linaro.org>
19207
19208 * gdb.arch/thumb-singlestep.exp: Do one more single step.
19209
19210 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
19211
19212 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
19213 '[' and ']' characters.
19214
19215 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
19216
19217 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
19218
19219 2015-06-29 Pedro Alves <palves@redhat.com>
19220
19221 PR threads/18127
19222 * gdb.threads/hand-call-new-thread.c: New file.
19223 * gdb.threads/hand-call-new-thread.c: New file.
19224
19225 2015-06-26 Keith Seitz <keiths@redhat.com>
19226 Doug Evans <dje@google.com>
19227
19228 PR 16253
19229 * gdb.cp/var-tag-2.cc: New file.
19230 * gdb.cp/var-tag-3.cc: New file.
19231 * gdb.cp/var-tag-4.cc: New file.
19232 * gdb.cp/var-tag.cc: New file.
19233 * gdb.cp/var-tag.exp: New file.
19234
19235 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19236
19237 * gdb.base/history-duplicates.exp: New test.
19238
19239 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19240
19241 * gdb.base/completion.exp: Test the completion of the "focus"
19242 command.
19243
19244 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19245
19246 * gdb.arch/amd64-prologue-skip.S: New file.
19247 * gdb.arch/amd64-prologue-skip.exp: New file.
19248
19249 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
19250
19251 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
19252 is_address_zero_readable check.
19253
19254 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
19255
19256 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
19257 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
19258
19259 2015-06-24 Yao Qi <yao.qi@linaro.org>
19260
19261 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
19262 linux targets.
19263
19264 2015-06-24 Yao Qi <yao.qi@linaro.org>
19265
19266 * lib/gdb.exp (supports_get_siginfo_type): New proc.
19267 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
19268 * gdb.base/siginfo-thread.exp: Likewise.
19269
19270 2015-06-22 Yao Qi <yao.qi@linaro.org>
19271
19272 * boards/remote-gdbserver-on-localhost.exp: Add comments.
19273
19274 2015-06-22 Yao Qi <yao.qi@linaro.org>
19275
19276 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
19277 aarch64*-*-*.
19278 (skip_hw_watchpoint_tests): Likewise.
19279
19280 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
19281
19282 * gdb.base/gdbinit-history.exp: Test the interaction between
19283 setting GDBHISTSIZE and setting the history size via .gdbinit.
19284
19285 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19286
19287 PR gdb/16999
19288 * gdb.base/gdbhistsize-history.exp: New test.
19289
19290 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19291
19292 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
19293 with GDBHISTSIZE.
19294 * gdb.base/readline.exp: Likewise.
19295
19296 2015-06-17 Yao Qi <yao.qi@linaro.org>
19297
19298 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
19299 line.
19300
19301 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19302
19303 * gdb.base/gdbinit-history.exp: Add test case to check that
19304 an unlimited history file does not get truncated on exit.
19305
19306 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19307
19308 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
19309 (VECTOR): New macro. Use it...
19310 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
19311 ...for these typedefs.
19312 (int8, char1, int1, double1): New typedefs.
19313 (struct just_int2, struct two_int2): New structures.
19314 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
19315 (add_structvecs, add_singlevecs): New functions.
19316 (main): Call add_some_intvecs twice.
19317 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
19318 the compile and exit upon failure. Try compiling for the "native"
19319 architecture. Test inferior function calls with vector arguments
19320 and vector return value handling with "finish" and "return".
19321
19322 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
19323
19324 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
19325 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
19326 PE file.
19327 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
19328
19329 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
19330
19331 PR breakpoints/16465
19332 * gdb.mi/mi-dprintf-pending.c: New file.
19333 * gdb.mi/mi-dprintf-pending.exp: New test.
19334 * gdb.mi/mi-dprintf-pendshr.c: New file.
19335
19336 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19337 Mircea Gherzan <mircea.gherzan@intel.com>
19338
19339 * gdb.arch/i386-mpx-map.c: New file.
19340 * gdb.arch/i386-mpx-map.exp: New File.
19341
19342 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19343
19344 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
19345 * gdb.arch/i386-mpx.exp: Indentation fixed.
19346
19347 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19348
19349 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
19350 function and improved indentation.
19351 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
19352 gdb_test_multiple. Added additional tests to skip the test.
19353
19354 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19355
19356 * gdb.arch/i386-avx512.c: Change path in include file.
19357 * gdb.arch/i386-avx512.exp: Change include dir path
19358 compilation flag.
19359 * gdb.arch/i386-mpx.c: Change path in include file.
19360 * gdb.arch/i386-mpx.exp: Change include dir path compilation
19361 flag.
19362
19363 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
19364
19365 * gdb.compile/compile-print.exp (compile print *vararray@3)
19366 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
19367
19368 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19369
19370 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
19371 (do not keep jit in memory): ... this.
19372 (expect 5): Change it to ...
19373 (expect no 5): ... this.
19374
19375 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
19376
19377 PR gdb/15564
19378 * gdb.mi/mi-detach.exp: New file.
19379
19380 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
19381
19382 PR symtab/18392
19383 * gdb.arch/amd64-tailcall-self.S: New file.
19384 * gdb.arch/amd64-tailcall-self.c: New file.
19385 * gdb.arch/amd64-tailcall-self.exp: New file.
19386
19387 2015-05-28 Don Breazeal <donb@codesourcery.com>
19388
19389 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
19390 tests for remote targets by checking is_target_gdbserver.
19391
19392 2015-05-27 Doug Evans <dje@google.com>
19393
19394 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
19395 * gdb.dwarf2/opaque-type-lookup.c: New file.
19396 * gdb.dwarf2/opaque-type-lookup.exp: New file.
19397
19398 2015-05-26 Doug Evans <dje@google.com>
19399
19400 * gdb.cp/iostream.cc: New file.
19401 * gdb.cp/iostream.exp: New file.
19402
19403 2015-05-26 Doug Evans <dje@google.com>
19404
19405 * gdb.dwarf2/dw2-op-call.exp: Update.
19406 * gdb.dwarf2/dw4-sig-types.exp: Update.
19407 * gdb.dwarf2/implptr.exp: Update.
19408 * gdb.mi/mi-cmd-param-changed.exp: Update.
19409
19410 2015-05-26 Doug Evans <dje@google.com>
19411
19412 * gdb.python/py-lazy-string.c: New file.
19413 * gdb.python/py-lazy-string.exp: New file.
19414 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
19415 (main): Update. Add estring3.
19416 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
19417 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
19418
19419 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19420 Yao Qi <yao.qi@linaro.org>
19421
19422 * gdb.reverse/aarch64.c: New.
19423 * gdb.reverse/aarch64.exp: New.
19424
19425 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19426
19427 * lib/gdb.exp (supports_process_record): Return true for
19428 aarch64*-linux*.
19429 (supports_reverse): Likewise.
19430
19431 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
19432
19433 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19434 Use with_test_prefix.
19435
19436 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
19437
19438 * gdb.base/completion.exp: Add test for completion of layout
19439 names.
19440
19441 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
19442
19443 * lib/gdb.exp (skip_tui_tests): New proc.
19444 * gdb.base/tui-layout.exp: Check skip_tui_tests.
19445
19446 2015-05-19 Pedro Alves <palves@redhat.com>
19447
19448 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19449 Save the whole env array instead of just HOME. Unset HISTSIZE in
19450 the environment while testing. Restore whole environment
19451 afterwards.
19452
19453 2015-05-16 Doug Evans <xdje42@gmail.com>
19454
19455 * gdb.guile/scm-ports.c: New file.
19456 * gdb.guile/scm-ports.exp: Add memory port tests.
19457
19458 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19459
19460 * gdb.compile/compile-print.c: New file.
19461 * gdb.compile/compile-print.exp: New file.
19462
19463 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19464
19465 * gdb.compile/compile-ops.exp: Cast param to void.
19466 * gdb.compile/compile.exp: Complete type for _gdb_expr.
19467 (compile code struct_object.selffield = &struct_object): Add xfail.
19468
19469 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19470
19471 * gdb.ada/arr_enum_with_gap: New testcase.
19472
19473 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19474
19475 * gdb.ada/byte_packed_arr: New testcase.
19476
19477 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19478
19479 * gdb.ada/pckd_neg: New testcase.
19480
19481 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
19482
19483 PR gdb/17820
19484 * gdb.base/gdbinit-history.exp: New test.
19485 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
19486 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
19487
19488 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
19489
19490 * gdb.python/py-xmethods.cc: Enhance test case.
19491 * gdb.python/py-xmethods.exp: New tests.
19492 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
19493 function.
19494 (B_indexoper): Likewise.
19495 (global_dm_list) : Add new xmethod worker functions.
19496
19497 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
19498
19499 * gdb.base/coredump-filter.exp: Correctly unset
19500 "coredump_var_addr" array.
19501
19502 2015-05-08 Pedro Alves <palves@redhat.com>
19503
19504 * gdb.server/non-existing-program.exp: Unset spawn_id.
19505
19506 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
19507
19508 PR python/18291
19509 * gdb.python/py-xmethods.exp: Add tests.
19510
19511 2015-05-08 Yao Qi <yao.qi@linaro.org>
19512
19513 PR gdb/18208
19514 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
19515 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
19516 function set_coredump_filter, and remove remote_exec call.
19517 Remove argument ipid. Callers update.
19518 (top level): Don't get inferior's PID.
19519
19520 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
19521
19522 * gdb.base/watch_thread_num.exp: Skip test on targets without
19523 access watchpoints.
19524
19525 2015-05-06 Pedro Alves <palves@redhat.com>
19526
19527 PR server/18081
19528 * gdb.server/non-existing-program.exp: New file.
19529
19530 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19531
19532 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
19533
19534 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19535
19536 * gdb.ada/out_of_line_in_inlined: New testcase.
19537
19538 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19539
19540 * gdb.ada/var_rec_arr: New testcase.
19541
19542 2015-04-30 Yao Qi <yao.qi@linaro.org>
19543
19544 * gdb.base/break-idempotent.exp: If
19545 skip_hw_watchpoint_multi_tests returns true, skip the tests
19546 on "rwatch" and "awatch".
19547
19548 2015-04-30 Yao Qi <yao.qi@linaro.org>
19549
19550 * gdb.base/relativedebug.exp: Invoke gdb command
19551 "info sharedlibrary", and if libc.so doesn't have debug info,
19552 skip the test.
19553
19554 2015-04-29 Doug Evans <dje@google.com>
19555
19556 * gdb.python/py-xmethods.exp: Add ptype tests.
19557 * gdb.python/py-xmethods.py (E_method_char_worker): Add
19558 get_result_type method.
19559
19560 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
19561
19562 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
19563 the target does not support hardware watchpoints.
19564
19565 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
19566
19567 * gdb.base/break-always.exp: Abort testing if writing to memory
19568 causes an error.
19569
19570 2015-04-28 Doug Evans <dje@google.com>
19571
19572 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
19573 * gdb.python/py-pp-registration.exp: ... here. New file.
19574 * gdb.python/py-pp-registration.c: New file.
19575 * gdb.python/py-pp-registration.py: New file.
19576
19577 2015-04-28 Doug Evans <dje@google.com>
19578
19579 * gdb.python/py-bad-printers.c: New file.
19580 * gdb.python/py-bad-printers.py: New file.
19581 * gdb.python/py-bad-printers.exp: New file.
19582
19583 2015-04-28 Sasha Smundak <asmundak@google.com>
19584
19585 * gdb.python/py-type.exp: New test.
19586
19587 2015-04-28 Andy Wingo <wingo@igalia.com>
19588
19589 * gdb.python/py-parameter.exp:
19590 * gdb.guile/scm-parameter.exp: Escape the path that we are
19591 matching against, as it might contain characters that are special
19592 to regular expressions.
19593
19594 2015-04-27 Joel Brobecker <brobecker@adacore.com>
19595
19596 * gdb.ada/rec_comp: New testcase.
19597
19598 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
19599
19600 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
19601 before using it.
19602
19603 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
19604
19605 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
19606 new tests for verilog output.
19607
19608 2015-04-24 Yao Qi <yao.qi@linaro.org>
19609
19610 * boards/remote-gdbserver-on-localhost.exp: New file.
19611
19612 2015-04-23 Pedro Alves <palves@redhat.com>
19613
19614 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
19615 $inferior_spawn_id instead of $inferior_spawn_id directly. On
19616 "end of file", remove $inferior_spawn_id from the indirect list.
19617
19618 2015-04-23 Pedro Alves <palves@redhat.com>
19619
19620 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
19621
19622 2015-04-23 Pedro Alves <palves@redhat.com>
19623
19624 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
19625 on $any_spawn_id instead of only on $gdb_spawn_id.
19626
19627 2015-04-21 Pierre Muller <muller@sourceware.org>
19628
19629 PR pascal/17815
19630 * lib/pascal.exp (gpc_compile): Add new option "class".
19631 (fpc_compile): Likewise.
19632 * gdb.pascal/case-insensitive-symbols.pas: New file.
19633 * gdb.pascal/case-insensitive-symbols.exp: New file.
19634
19635 2015-04-20 Gary Benson <gbenson@redhat.com>
19636
19637 * gdb.base/attach.exp: Fix three extended remote failures.
19638
19639 2015-04-17 Gary Benson <gbenson@redhat.com>
19640
19641 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
19642 the main executable over the remote protocol.
19643
19644 2015-04-16 Pedro Alves <palves@redhat.com>
19645
19646 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
19647 a new gdbserver if gdbserver_reconnect_p is set.
19648
19649 2015-04-16 Pedro Alves <palves@redhat.com>
19650
19651 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
19652 is set, don't exit gdbserver.
19653
19654 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
19655
19656 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
19657 appropriate .insn, such that an older assembler can be used.
19658 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
19659 the z/Architecture instruction set on 31-bit targets as well.
19660
19661 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
19662
19663 * gdb.go/handcall.exp: Remove all logic related to the first
19664 breakpoint and rely on go_runto_main instead.
19665 * gdb.go/strings.exp: Likewise.
19666 * gdb.go/unsafe.exp: Likewise.
19667 * gdb.go/hello.exp: Likewise. Also rename the remaining
19668 breakpoint marker to "breakpoint 1".
19669 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
19670 * gdb.go/strings.go: Likewise.
19671 * gdb.go/unsafe.go: Likewise.
19672 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
19673 "set breakpoint 2 here" and rename the remaining breakpoint marker
19674 to "breakpoint 1".
19675
19676 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
19677
19678 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
19679 if itertools.imap is not present.
19680 * gdb.python/py-objfile.exp: Add parentheses.
19681 * gdb.python/py-type.exp: Same.
19682 * gdb.python/py-unwind-maint.py: Same.
19683
19684 2015-04-15 Yao Qi <yao.qi@linaro.org>
19685
19686 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
19687 of ":$ptr_size" and set its form explicitly.
19688
19689 2015-04-15 Pedro Alves <palves@redhat.com>
19690 Yao Qi <yao.qi@linaro.org>
19691
19692 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
19693 timeout by factor of 4.
19694 (test_regular_watch): Likewise.
19695 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
19696 * gdb.reverse/sigall-reverse.exp: Likewise.
19697 * gdb.reverse/until-precsave.exp: Likewise.
19698 * lib/gdb.exp (with_timeout_factor): New proc.
19699 (gdb_expect): Move some code to ...
19700 (get_largest_timeout): ... here. New procedure.
19701
19702 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
19703
19704 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
19705
19706 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
19707
19708 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
19709 to write to the .text section.
19710
19711 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
19712
19713 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
19714 Handle the case of targets that do not provide PID information.
19715
19716 2015-04-13 Yao Qi <yao.qi@linaro.org>
19717
19718 * lib/gdbserver-support.exp (gdb_exit): Catch exception
19719 and use expect instead of gdb_expect.
19720
19721 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
19722
19723 * gdb.base/coredump-filter.exp: Rename variable "addr" to
19724 "coredump_var_addr" to avoid naming conflict with other testcases.
19725
19726 2015-04-10 Pedro Alves <palves@redhat.com>
19727
19728 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
19729 gdb_test_sequence and gdb_assert.
19730
19731 2015-04-10 Pedro Alves <palves@redhat.com>
19732
19733 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
19734 test messages that don't include the breakpoint address.
19735
19736 2015-04-10 Yao Qi <yao.qi@linaro.org>
19737
19738 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
19739 false for some offset and width combinations which aren't
19740 supported by linux kernel.
19741
19742 2015-04-10 Pedro Alves <palves@redhat.com>
19743
19744 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
19745 procedure, factored out from ...
19746 (top level): ... here. Add "set displaced-stepping" testing axis.
19747 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
19748 parameter "displaced". Use it.
19749 (top level): Use foreach and add "set displaced-stepping" testing
19750 axis.
19751
19752 2015-04-10 Pedro Alves <palves@redhat.com>
19753
19754 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
19755 Remove comment.
19756 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
19757 both the address of the instruction that triggers the watchpoint
19758 and the address of the instruction immediately after, and use
19759 those addresses for the test. Fix comment.
19760
19761 2015-04-10 Pedro Alves <palves@redhat.com>
19762
19763 * gdb.base/sigstep.exp (breakpoint_to_handler)
19764 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
19765 Test "backtrace" in handler.
19766 (breakpoint_over_handler): New parameter 'displaced'. Use it.
19767 (top level): Add new "displaced" test axis to
19768 breakpoint_to_handler, breakpoint_to_handler_entry and
19769 breakpoint_over_handler.
19770
19771 2015-04-10 Pedro Alves <palves@redhat.com>
19772
19773 PR gdb/18216
19774 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
19775
19776 2015-04-10 Yao Qi <yao.qi@linaro.org>
19777
19778 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
19779 (test_add_rn_pc): New function.
19780 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
19781 (top level): Invoke test_add_rn_pc.
19782
19783 2015-04-10 Pedro Alves <palves@redhat.com>
19784
19785 PR gdb/13858
19786 * gdb.base/step-over-no-symbols.exp: New file.
19787
19788 2015-04-09 Andy Wingo <wingo@igalia.com>
19789
19790 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
19791 after the Python tests.
19792
19793 2015-04-08 Keith Seitz <keiths@redhat.com>
19794
19795 PR python/16699
19796 * gdb.python/py-completion.exp: New tests for completion.
19797 * gdb.python/py-completion.py (CompleteLimit1): New class.
19798 (CompleteLimit2): Likewise.
19799 (CompleteLimit3): Likewise.
19800 (CompleteLimit4): Likewise.
19801 (CompleteLimit5): Likewise.
19802 (CompleteLimit6): Likewise.
19803 (CompleteLimit7): Likewise.
19804
19805 2015-04-08 Pedro Alves <palves@redhat.com>
19806
19807 PR gdb/18214
19808 PR gdb/18216
19809 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
19810 function.
19811 (main): Install it as SIGUSR1 handler.
19812 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
19813 parameter. Always use "setup" as prefix. Toggle "set
19814 displaced-stepping" off/on depending on global. Don't switch to
19815 thread 1 here.
19816 (top level): Add displaced stepping "off/on" test axis. Update
19817 "setup" calls. Wrap each subtest with with_test_prefix. Test
19818 continuing with a queued signal in each thread.
19819
19820 2015-04-08 Pedro Alves <palves@redhat.com>
19821
19822 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
19823 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
19824 gdb_breakpoint instead of gdb_test that doesn't expect anything.
19825 Return early if running to main fails.
19826 * gdb.trace/while-stepping.exp: Likewise.
19827
19828 2015-04-07 Pedro Alves <palves@redhat.com>
19829
19830 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
19831 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
19832 interact with inferior program.
19833
19834 2015-04-07 Pedro Alves <palves@redhat.com>
19835
19836 * lib/gdb.exp (inferior_spawn_id): New global.
19837 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
19838 spawn id after processing the user code.
19839 (default_gdb_start): Set inferior_spawn_id.
19840 (send_inferior): New procedure.
19841 * lib/gdbserver-support.exp (gdbserver_start): Set
19842 inferior_spawn_id.
19843 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
19844
19845 2015-04-07 Pedro Alves <palves@redhat.com>
19846
19847 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
19848 * lib/gdbserver-support.exp (gdbserver_start): Make
19849 $server_spawn_id global.
19850 (gdbserver_start): Don't wait for gdbserver's spawn id with
19851 expect_background.
19852 (close_gdbserver): New procedure.
19853 (gdb_exit): Rename the default version and reimplement.
19854
19855 2015-04-07 Pedro Alves <palves@redhat.com>
19856
19857 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
19858 append the substituted item, not the original item.
19859
19860 2015-04-07 Pedro Alves <palves@redhat.com>
19861
19862 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
19863 gdb_expect.
19864
19865 2015-04-07 Pedro Alves <palves@redhat.com>
19866
19867 * gdb.base/interrupt.exp: Don't handle the case of the inferior
19868 output appearing once only.
19869
19870 2015-04-07 Pedro Alves <palves@redhat.com>
19871
19872 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
19873 that doesn't expect anything. Return early if running to main
19874 fails.
19875
19876 2015-04-07 Yao Qi <yao.qi@linaro.org>
19877
19878 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
19879 (child_function): Call alarm.
19880 (main): Move call to alarm into the loop.
19881 * gdb.threads/non-stop-fair-events.exp: Build program with
19882 -DTIMEOUT=$timeout.
19883
19884 2015-04-06 Doug Evans <xdje42@gmail.com>
19885
19886 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
19887 Fix dest parameter to board_info.
19888 (fpc_compile): Ditto.
19889 (gdb_compile_pascal): Rename dest arg to destfile.
19890
19891 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
19892
19893 * gdb.ada/funcall_ref.exp: New file.
19894 * gdb.ada/funcall_ref/foo.adb: New file.
19895
19896 2015-04-02 Yao Qi <yao.qi@linaro.org>
19897
19898 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
19899 is remote.
19900
19901 2015-04-02 Gary Benson <gbenson@redhat.com>
19902
19903 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
19904
19905 2015-04-01 Sasha Smundak <asmundak@google.com>
19906
19907 * gdb.python/py-unwind-maint.c: New file.
19908 * gdb.python/py-unwind-maint.exp: New test.
19909 * gdb.python/py-unwind-maint.py: New file.
19910 * gdb.python/py-unwind.c: New file.
19911 * gdb.python/py-unwind.exp: New test.
19912 * gdb.python/py-unwind.py: New test.
19913
19914 2015-04-01 Pedro Alves <palves@redhat.com>
19915
19916 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
19917 to fail instead of non-existent $test.
19918
19919 2015-04-01 Pedro Alves <palves@redhat.com>
19920
19921 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
19922 GDBFLAGS if not empty.
19923
19924 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
19925
19926 * gdb.ada/complete.exp: Remove "multi_line".
19927 * gdb.ada/info_exc.exp: Remove "multi_line".
19928 * gdb.ada/packed_tagged.exp: Remove "multi_line".
19929 * gdb.ada/ptype_field.exp: Remove "multi_line".
19930 * gdb.ada/sym_print_name.exp: Remove "multi_line".
19931 * gdb.ada/tagged.exp: Remove "multi_line".
19932 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
19933 [multi_line ...]
19934 * gdb.btrace/delta.exp: Likewise.
19935 * gdb.btrace/exception.exp: Likewise.
19936 * gdb.btrace/function_call_history.exp: Likewise.
19937 * gdb.btrace/instruction_history.exp: Likewise.
19938 * gdb.btrace/nohist.exp: Likewise.
19939 * gdb.btrace/record_goto.exp: Likewise.
19940 * gdb.btrace/segv.exp: Likewise.
19941 * gdb.btrace/stepi.exp: Likewise.
19942 * gdb.btrace/tailcall.exp: Likewise.
19943 * gdb.btrace/unknown_functions.exp: Likewise.
19944 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
19945 * lib/gdb.exp: Add the "multi_line" helper.
19946
19947 2015-04-01 Pedro Alves <palves@redhat.com>
19948
19949 * gdb.threads/tid-reuse.c: New file.
19950 * gdb.threads/tid-reuse.exp: New file.
19951
19952 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
19953
19954 PR corefiles/16092
19955 * gdb.base/coredump-filter.c: New file.
19956 * gdb.base/coredump-filter.exp: Likewise.
19957
19958 2015-03-27 Petr Machata <pmachata@redhat.com>
19959
19960 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
19961 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
19962 (Dwarf::assemble): Initialize them.
19963 (Dwarf::lines): New function.
19964
19965 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
19966
19967 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
19968 SYMBOL_PREFIX for x86_64-*-cygwin.
19969
19970 2015-03-26 Andy Wingo <wingo@igalia.com>
19971
19972 PR symtab/18148
19973 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
19974 const_value but not a location.
19975 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
19976 location defined in non-main CUs are visible.
19977
19978 2015-03-26 Yao Qi <yao.qi@linaro.org>
19979
19980 PR testsuite/18139
19981 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
19982 Add a line number entry for the same line.
19983 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
19984 Add a line number entry for the same line.
19985
19986 2015-03-26 Yao Qi <yao.qi@linaro.org>
19987
19988 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
19989 .int 0.
19990 (func): Likewise. Add .Lfunc_1 label.
19991 Use .Lfunc_1 label.
19992 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
19993 .int 0.
19994 (func): Likewise.
19995 Use .Lfunc_1 label.
19996
19997 2015-03-26 Yao Qi <yao.qi@linaro.org>
19998
19999 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
20000 Call gdb_compile instead to compile each .s files without debug
20001 information.
20002
20003 2015-03-26 Yao Qi <yao.qi@linaro.org>
20004
20005 * gdb.base/savedregs.exp (process_saved_regs): Make
20006 "Saved registers:" optional in the pattern.
20007
20008 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20009
20010 * gdb.btrace/next.exp: Merged into step.exp.
20011 * gdb.btrace/finish.exp: Merged into step.exp.
20012 * gdb.btrace/nexti.exp: Merged into stepi.exp.
20013 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
20014 "record goto" and checking the exact replay position.
20015 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
20016 check for "Recording format" in "info record" output.
20017 * gdb.btrace/record_goto.exp: Choose test file based on target.
20018 * gdb.btrace/x86-record_goto.S: Renamed into ...
20019 * gdb.btrace/x86_64-record_goto.S: ... this.
20020 * gdb.btrace/i686-record_goto.S: New.
20021 * gdb.btrace/x86-tailcall.S: Renamed into ...
20022 * gdb.btrace/x86_64-tailcall.S: ... this.
20023 * gdb.btrace/i686-tailcall.S: New.
20024 * gdb.btrace/x86-tailcall.c: Renamed into ...
20025 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
20026 separate statements. Update test.
20027 * gdb.btrace/delta.exp: Use record_goto.c as test file.
20028 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
20029 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
20030 * gdb.btrace/tailcall.exp: Choose test file based on target.
20031 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
20032
20033 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20034
20035 * gdb.btrace/exception.exp: Increase BTS buffer size.
20036
20037 2015-03-24 Pedro Alves <palves@redhat.com>
20038
20039 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
20040
20041 2015-03-24 Pedro Alves <palves@redhat.com>
20042
20043 * gdb.threads/schedlock.exp (test_step): No longer expect that
20044 "set scheduler-locking step" with "next" over a function call runs
20045 threads unlocked.
20046
20047 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20048
20049 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
20050
20051 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20052
20053 PR breakpoints/16466
20054 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
20055 * gdb.mi/mi-pending.c (thread_func): New function.
20056 (int main): Add threading support required.
20057 * gdb.mi/mi-pending.exp: Add tests for this issue.
20058 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
20059 (pendfunc2): Remove stdio dependency.
20060 * gdb.mi/mi-pendshr2.c: New file.
20061
20062 2015-03-23 Keith Seitz <keiths@redhat.com>
20063
20064 * gdb.linespec/keywords.c: New file.
20065 * gdb.linespec/keywords.exp: New file.
20066
20067 2015-03-23 Keith Seitz <keiths@redhat.com>
20068
20069 PR gdb/18021
20070 * gdb.dwarf2/staticvirtual.exp: New test.
20071
20072 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
20073
20074 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
20075 * README: Remove HP-UX and gdb.hp.
20076 (configuration):
20077 * configure: Regenerate.
20078 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
20079 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
20080 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
20081 gdb.hp/gdb.defects/Makefile.
20082 * gdb.hp/Makefile.in: File deleted.
20083 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
20084 * gdb.hp/gdb.aCC/optimize.c: File deleted.
20085 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
20086 * gdb.hp/gdb.aCC/run.c: File deleted.
20087 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
20088 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
20089 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
20090 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
20091 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
20092 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
20093 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
20094 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
20095 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
20096 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
20097 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
20098 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
20099 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
20100 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
20101 * gdb.hp/gdb.base-hp/reg.s: File deleted.
20102 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
20103 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
20104 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
20105 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
20106 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
20107 * gdb.hp/gdb.compat/Makefile.in: File deleted.
20108 * gdb.hp/gdb.compat/average.c: File deleted.
20109 * gdb.hp/gdb.compat/sum.c: File deleted.
20110 * gdb.hp/gdb.compat/xdb.c: File deleted.
20111 * gdb.hp/gdb.compat/xdb0.c: File deleted.
20112 * gdb.hp/gdb.compat/xdb0.h: File deleted.
20113 * gdb.hp/gdb.compat/xdb1.c: File deleted.
20114 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
20115 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
20116 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
20117 * gdb.hp/gdb.defects/Makefile.in: File deleted.
20118 * gdb.hp/gdb.defects/bs14602.c: File deleted.
20119 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
20120 * gdb.hp/gdb.defects/solib-d.c: File deleted.
20121 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
20122 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
20123 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
20124 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
20125 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
20126 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
20127 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
20128 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
20129 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
20130 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
20131 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
20132 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
20133 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
20134 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
20135 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
20136 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
20137 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
20138 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
20139 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
20140 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
20141 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
20142 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
20143 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
20144 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
20145 * gdb.hp/tools/odump: File deleted.
20146
20147 2015-03-19 Pedro Alves <palves@redhat.com>
20148
20149 * gdb.threads/continue-pending-status.exp (saw_thread_2)
20150 (saw_thread_3): New globals.
20151 (top level): Increment them when an event for the corresponding
20152 thread is seen.
20153 (no thread starvation): New test.
20154
20155 2015-03-19 Pedro Alves <palves@redhat.com>
20156
20157 * gdb.threads/continue-pending-status.c: New file.
20158 * gdb.threads/continue-pending-status.exp: New file.
20159
20160 2015-03-18 Pedro Alves <palves@redhat.com>
20161
20162 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
20163 Use gdb_is_target_remote instead of is_remote. Use
20164 gdb_test_multiple instead of gdb_expect. Exit early if
20165 gdb_test_multiple hits its internal matches. Tighten stepi tests
20166 expected output. Fail on exit with any signal, instead of just
20167 SIGILL.
20168
20169 2015-03-18 Yao Qi <yao.qi@linaro.org>
20170
20171 PR tdep/18107
20172 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
20173 variable.
20174 * gdb.base/catch-syscall.exp: Don't skip it on
20175 aarch64*-*-linux* target. Remove elements in all_syscalls.
20176 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
20177 target.
20178 (setup_all_syscalls): New proc.
20179
20180 2015-03-16 Yao Qi <yao.qi@linaro.org>
20181
20182 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
20183 (top level): Skip tests if valid_addr_p returns false for
20184 $cmd1 or $cmd2.
20185
20186 2015-03-11 Andy Wingo <wingo@igalia.com>
20187
20188 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
20189
20190 2015-03-11 Yao Qi <yao.qi@linaro.org>
20191
20192 * gdb.base/catch-syscall.exp: Fix typo in comments.
20193
20194 2015-03-11 Yao Qi <yao.qi@linaro.org>
20195
20196 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
20197
20198 2015-03-09 Pedro Alves <palves@redhat.com>
20199
20200 * dg-extract-results.py: Delete.
20201
20202 2015-03-09 Pedro Alves <palves@redhat.com>
20203
20204 Merge dg-extract-results.sh from GCC upstream (r218843).
20205
20206 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
20207 * dg-extract-results.sh: Use --text with grep to avoid issues with
20208 binary files. Fall back to cat -v, if that doesn't work.
20209
20210 2015-03-05 Pedro Alves <palves@redhat.com>
20211
20212 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
20213
20214 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
20215
20216 * lib/mi-support.exp (mi_expect_interrupt): Accept
20217 alternative event for when in all-stop mode.
20218
20219 2015-03-04 Pedro Alves <palves@redhat.com>
20220
20221 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
20222
20223 2015-03-04 Mark Kettenis <kettenis@gnu.org>
20224
20225 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
20226
20227 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20228
20229 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
20230 regexps for GDB's current line display, accept a hex address
20231 preceding the line number.
20232
20233 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20234
20235 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
20236 the 'arch1' variable for "s390*-linux*" targets.
20237
20238 2015-03-04 Pedro Alves <palves@redhat.com>
20239
20240 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
20241 (main): Pass missing retval argument to pthread_join call.
20242
20243 2015-03-02 Pedro Alves <palves@redhat.com>
20244
20245 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
20246 (top level): Call do_test with non-stop as well.
20247
20248 2015-03-02 Pedro Alves <palves@redhat.com>
20249
20250 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
20251 -1.
20252
20253 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20254
20255 * gdb.arch/s390-vregs.exp: New test.
20256 * gdb.arch/s390-vregs.S: New file.
20257
20258 2015-02-27 Pedro Alves <palves@redhat.com>
20259
20260 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
20261 call to catch_command_errors.
20262 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
20263 catch_command_errors.
20264
20265 2015-02-27 Pedro Alves <palves@redhat.com>
20266
20267 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
20268 "true" for boolean result.
20269 * gdb.gdb/selftest.exp (test_with_self): Also accept full
20270 prototype of main.
20271
20272 2015-02-27 Pedro Alves <palves@redhat.com>
20273
20274 * lib/unbuffer_output.c: New file.
20275 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
20276 (main): Call gdb_unbuffer_output.
20277
20278 2015-02-27 Yao Qi <yao.qi@linaro.org>
20279
20280 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
20281 target.
20282
20283 2015-02-26 Doug Evans <dje@google.com>
20284
20285 * gdb.cp/class2.cc (Dbase, D): New classes.
20286 (main): New local delta.
20287 * gdb.cp/class2.exp: Test printing delta.
20288 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
20289 (dynbar): New global.
20290 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
20291
20292 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20293
20294 * gdb.compile/compile-ifunc.c: New file.
20295 * gdb.compile/compile-ifunc.exp: New file.
20296
20297 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
20298
20299 * gdb.base/structs.exp: Check for correct struct on finish.
20300
20301 2015-02-26 Yao Qi <yao.qi@linaro.org>
20302
20303 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
20304 is zero.
20305
20306 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20307
20308 * gdb.arch/cordic.ko.bz2: New file.
20309 * gdb.arch/cordic.ko.debug.bz2: New file.
20310 * gdb.arch/ppc64-symtab-cordic.exp: New file.
20311
20312 2015-02-25 Yao Qi <yao.qi@linaro.org>
20313
20314 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
20315 aarch64*-*-* target.
20316
20317 2015-02-23 Pedro Alves <palves@redhat.com>
20318
20319 * lib/gdb.exp (delete_breakpoints): Rewrite using
20320 gdb_test_multiple.
20321
20322 2015-02-23 Pedro Alves <palves@redhat.com>
20323
20324 * gdb.base/info-os.c: Include stdlib.h.
20325
20326 2015-02-22 Doug Evans <xdje42@gmail.com>
20327
20328 PR symtab/17855
20329 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
20330 is read after symbols have been re-read.
20331 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
20332 * gdb.ada/exec_changed/second.adb (Second): Ditto.
20333
20334 2015-02-21 Doug Evans <dje@google.com>
20335
20336 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
20337
20338 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20339
20340 PR corefiles/17808
20341 * gdb.arch/i386-biarch-core.core.bz2: New file.
20342 * gdb.arch/i386-biarch-core.exp: New file.
20343
20344 2015-02-21 Pedro Alves <palves@redhat.com>
20345
20346 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
20347 runto_main fails.
20348
20349 2015-02-20 Pedro Alves <palves@redhat.com>
20350
20351 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
20352 info probes.
20353
20354 2015-02-20 Pedro Alves <palves@redhat.com>
20355
20356 * gdb.threads/multi-create-ns-info-thr.exp: New file.
20357
20358 2015-02-20 Pedro Alves <palves@redhat.com>
20359
20360 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
20361 clean_restart before gdb_target_supports_trace.
20362
20363 2015-02-20 Pedro Alves <palves@redhat.com>
20364
20365 PR threads/18006
20366 * gdb.threads/clone-thread_db.c: New file.
20367 * gdb.threads/clone-thread_db.exp: New file.
20368
20369 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
20370
20371 PR breakpoints/16812
20372 * gdb.base/catch-gdb-caused-signals.c: New file.
20373 * gdb.base/catch-gdb-caused-signals.exp: New file.
20374
20375 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
20376
20377 * configure: Regenerated.
20378 * configure.ac: Use GDB_AC_TRANSFORM.
20379 * aclocal.m4: sinclude ../transform.m4.
20380
20381 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20382
20383 * lib/dtrace.exp: New file.
20384 * gdb.base/dtrace-probe.exp: Likewise.
20385 * gdb.base/dtrace-probe.d: Likewise.
20386 * gdb.base/dtrace-probe.c: Likewise.
20387 * lib/pdtrace.in: Likewise.
20388 * configure.ac: Output variables with the transformed names of
20389 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
20390 * configure: Regenerated.
20391
20392 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20393
20394 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
20395 expected message when trying to access $_probe_* convenience
20396 variables while not on a probe.
20397
20398 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
20399
20400 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
20401
20402 2015-02-11 Pedro Alves <pedro@codesourcery.com>
20403
20404 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
20405 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
20406
20407 2015-02-10 Doug Evans <xdje42@gmail.com>
20408
20409 * lib/gdb.exp (gdb_load): Always return a result.
20410
20411 2015-02-10 Pedro Alves <palves@redhat.com>
20412
20413 * gdb.threads/signal-sigtrap.c: New file.
20414 * gdb.threads/signal-sigtrap.exp: New file.
20415
20416 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
20417
20418 * gdb.trace/no-attach-trace.c: New file.
20419 * gdb.trace/no-attach-trace.exp: New file.
20420
20421 2015-02-09 Mark Wielaard <mjw@redhat.com>
20422
20423 * gdb.dwarf2/atomic.c: New file.
20424 * gdb.dwarf2/atomic-type.exp: Likewise.
20425
20426 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20427
20428 * gdb.btrace/buffer-size.exp: Update "info record" output.
20429 * gdb.btrace/delta.exp: Update "info record" output.
20430 * gdb.btrace/enable.exp: Update "info record" output.
20431 * gdb.btrace/finish.exp: Update "info record" output.
20432 * gdb.btrace/instruction_history.exp: Update "info record" output.
20433 * gdb.btrace/next.exp: Update "info record" output.
20434 * gdb.btrace/nexti.exp: Update "info record" output.
20435 * gdb.btrace/step.exp: Update "info record" output.
20436 * gdb.btrace/stepi.exp: Update "info record" output.
20437 * gdb.btrace/nohist.exp: Update "info record" output.
20438
20439 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20440
20441 * gdb.btrace/buffer-size: New.
20442
20443 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20444
20445 * gdb.btrace/delta.exp: Update "info record" output.
20446 * gdb.btrace/enable.exp: Update "info record" output.
20447 * gdb.btrace/finish.exp: Update "info record" output.
20448 * gdb.btrace/instruction_history.exp: Update "info record" output.
20449 * gdb.btrace/next.exp: Update "info record" output.
20450 * gdb.btrace/nexti.exp: Update "info record" output.
20451 * gdb.btrace/step.exp: Update "info record" output.
20452 * gdb.btrace/stepi.exp: Update "info record" output.
20453 * gdb.btrace/nohist.exp: Update "info record" output.
20454
20455 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
20456
20457 PR gdb/15678
20458 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
20459
20460 2015-02-06 Pedro Alves <palves@redhat.com>
20461
20462 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
20463 macro.
20464 (seconds_left, again): New globals.
20465 (main): Wait seconds_left in a 1-second sleep loop instead of
20466 sleeping 180 seconds. If 'again' is set, reset the seconds
20467 counter.
20468 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
20469 'again' in the inferior before detaching. Print the seconds left.
20470 (options): New global.
20471 (top level): Build program with -DTIMEOUT=$timeout.
20472
20473 2015-02-06 Pedro Alves <palves@redhat.com>
20474
20475 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
20476 determine how many seconds to pass to 'alarm'.
20477 * gdb.base/gdb-sigterm.exp (top level): Build program with
20478 -DTIMEOUT=$timeout.
20479 (do_test): Return success/failure indication. Add more verbose
20480 logging. Don't fail if 200 single steps are seen. Instead, fail
20481 when the test times out.
20482 (passes): New global.
20483 (top level): Break the testing loop if testing fails on any
20484 iteration. Use gdb_assert.
20485
20486 2015-02-04 Don Breazeal <donb@codesourcery.com>
20487
20488 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
20489 and initialize them.
20490 (ipc_cleanup): New function.
20491 (main): Don't declare shmid, semid, and msqid. Add a call to
20492 atexit so that we call ipc_cleanup on exit.
20493
20494 2015-02-04 Pedro Alves <palves@redhat.com>
20495
20496 * boards/native-extended-gdbserver.exp: Remove any target variant
20497 specifications from the board name before clearing the isremote
20498 flag from board_info.
20499
20500 2015-01-31 Doug Evans <xdje42@gmail.com>
20501
20502 * gdb.base/maint.exp <maint print type argc>: Update expected output.
20503
20504 2015-01-31 Gary Benson <gbenson@redhat.com>
20505
20506 * gdb.base/completion.exp: Disable completion limiting for
20507 existing tests. Add new tests to check completion limiting.
20508 * gdb.linespec/ls-errs.exp: Disable completion limiting.
20509
20510 2015-01-31 Doug Evans <xdje42@gmail.com>
20511
20512 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
20513
20514 2015-01-31 Doug Evans <xdje42@gmail.com>
20515
20516 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
20517 entries. Duplicate file section script entries.
20518 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
20519 inlined entries. Add test for safe-path rejection.
20520 * gdb.python/py-section-script.c: Add duplicate inlined section script
20521 entries. Duplicate file section script entries.
20522 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
20523 inlined entries. Add test for safe-path rejection.
20524
20525 2015-01-29 Joel Brobecker <brobecker@adacore.com>
20526
20527 * gdb.ada/disc_arr_bound: New testcase.
20528
20529 2015-01-29 Joel Brobecker <brobecker@adacore.com>
20530
20531 * gdb.ada/mi_var_array: New testcase.
20532
20533 2015-01-27 Doug Evans <dje@google.com>
20534
20535 * gdb.python/py-objfile.exp: Add tests for objfile.username.
20536 Add test for objfile.filename, objfile.username after objfile
20537 has been unloaded.
20538
20539 2015-01-26 Joel Brobecker <brobecker@adacore.com>
20540
20541 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
20542 the second test to print the name attribute of value
20543 returned by the call to gdb.lookup_type, and adjust
20544 the expected output accordingly.
20545
20546 2015-01-25 Mark Wielaard <mjw@redhat.com>
20547
20548 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
20549 * gdb.base/disp-step-fork.c: Include unistd.h.
20550 * gdb.base/siginfo-obj.c: Include stdio.h.
20551 * gdb.base/siginfo-thread.c: Likewise.
20552 * gdb.mi/non-stop.c: Include unistd.h.
20553 * gdb.mi/nsthrexec.c: Include stdio.h.
20554 * gdb.mi/pthreads.c: Include unistd.h.
20555 * gdb.modula2/unbounded1.c (main): Declare returns int.
20556 * gdb.reverse/consecutive-reverse.c: Likewise.
20557 * gdb.threads/create-fail.c: Include unistd.h.
20558 * gdb.threads/killed.c: Likewise.
20559 * gdb.threads/linux-dp.c: Likewise.
20560 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
20561 * gdb.threads/non-ldr-exc-2.c: Likewise.
20562 * gdb.threads/non-ldr-exc-3.c: Likewise.
20563 * gdb.threads/non-ldr-exc-4.c: Likewise.
20564 * gdb.threads/pthreads.c: Include unistd.h.
20565 (main): Declare returns int.
20566 * gdb.threads/tls-main.c (foo): New declaration.
20567 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
20568
20569 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
20570
20571 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
20572 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
20573
20574 2015-01-15 Mark Wielaard <mjw@redhat.com>
20575
20576 * gdb.base/noreturn-return.c: New file.
20577 * gdb.base/noreturn-return.exp: New file.
20578 * gdb.base/noreturn-finish.c: New file.
20579 * gdb.base/noreturn-finish.exp: New file.
20580
20581 2015-01-23 Pedro Alves <palves@redhat.com>
20582
20583 * gdb.threads/continue-pending-after-query.c: New file.
20584 * gdb.threads/continue-pending-after-query.exp: New file.
20585
20586 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
20587 Simon Marchi <simon.marchi@ericsson.com>
20588
20589 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
20590 * gdb.base/valgrind-db-attach.exp: Same.
20591 * gdb.base/valgrind-infcall.exp: Same.
20592 * lib/mi-support.exp (default_mi_gdb_start): Same.
20593 * lib/prompt.exp (default_prompt_gdb_start): Same.
20594 * lib/gdb.exp (default_gdb_spawn): Same.
20595 (gdb_interact): New.
20596
20597
20598 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
20599
20600 * gdb.compile/compile.exp (pointer to jit function): New test.
20601
20602 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
20603
20604 * lib/gdb.exp (supports_process_record): Return true for
20605 powerpc*-*-linux*.
20606 (supports_reverse): Likewise.
20607
20608 2015-01-15 Don Breazeal <donb@codesourcery.com>
20609
20610 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
20611 instead of checking whether the target board is remote and
20612 use spawn_wait_for_attach instead of exec/sleep.
20613 * gdb.base/attach-twice.exp: Likewise.
20614
20615 2015-01-15 Joel Brobecker <brobecker@adacore.com>
20616
20617 * gdb.ada/var_arr_attrs: New testcase.
20618
20619 2015-01-14 Pedro Alves <palves@redhat.com>
20620 Joel Brobecker <brobecker@adacore.com>
20621
20622 PR gdb/17525
20623 * gdb.base/bp-cmds-execution-x-script.c: New file.
20624 * gdb.base/bp-cmds-execution-x-script.exp: New file.
20625 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
20626
20627 2015-01-14 Pedro Alves <palves@redhat.com>
20628
20629 PR cli/17828
20630 * gdb.base/batch-preserve-term-settings.c: New file.
20631 * gdb.base/batch-preserve-term-settings.exp: New file.
20632
20633 2015-01-13 Doug Evans <dje@google.com>
20634
20635 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
20636 binary.
20637
20638 2015-01-13 Joel Brobecker <brobecker@adacore.com>
20639
20640 * Makefile.in (clean mostlyclean): Do not delete *.py.
20641
20642 2015-01-13 Joel Brobecker <brobecker@adacore.com>
20643
20644 * gdb.python/py-lookup-type.exp: New file.
20645
20646 2015-01-12 Pedro Alves <palves@redhat.com>
20647
20648 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
20649 restore GDBFLAGS before returning.
20650
20651 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20652
20653 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
20654 is_amd64_regs_target and is_x86_like_target.
20655
20656 2015-01-11 Doug Evans <xdje42@gmail.com>
20657
20658 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
20659 is given without an explicit form.
20660 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
20661 attributes.
20662 * gdb.dwarf/corrupt.exp: Ditto.
20663 * gdb.dwarf2/enum-type.exp: Ditto.
20664 * gdb.trace/entry-values.exp: Ditto.
20665 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
20666
20667 2015-01-11 Doug Evans <xdje42@gmail.com>
20668
20669 PR gdb/15830
20670 * gdb.base/maint.exp: Remove references to "maint demangle".
20671 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
20672 Add tests for explicitly specifying language to demangle.
20673 * gdb.dlang/demangle.exp: Ditto.
20674
20675 2015-01-09 Pedro Alves <palves@redhat.com>
20676
20677 * gdb.threads/non-stop-fair-events.c: New file.
20678 * gdb.threads/non-stop-fair-events.exp: New file.
20679
20680 2015-01-09 Pedro Alves <palves@redhat.com>
20681
20682 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
20683 the global scope. Set a breakpoint after all threads are started
20684 rather than stepping over two source lines. Expect the prompt.
20685 * gdb.base/watch_thread_num.c (threads_started_barrier): New
20686 global.
20687 (NUM): Now 15.
20688 (main): Use threads_started_barrier to wait for all threads to
20689 start. Main thread no longer calls thread_function. Exit after
20690 180 seconds.
20691 (loop): New function.
20692 (thread_function): Wait on threads_started_barrier barrier. Call
20693 'loop' at each iteration.
20694 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
20695 threads have started, instead of hardcoding number of "next"
20696 steps. Use an access watchpoint instead of a write watchpoint.
20697
20698 2015-01-09 Pedro Alves <palves@redhat.com>
20699
20700 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
20701 (thread_func): Wait on barrier.
20702 (main): Wait for all threads to start before stopping GDB.
20703 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
20704 global.
20705 (thread1_func, thread2_func): Wait on barrier.
20706 (main): Wait for all threads to start before stopping GDB.
20707 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
20708 New global.
20709 (thread1_func, thread2_func): Wait on barrier.
20710 (main): Wait for all threads to start before stopping GDB.
20711
20712 2015-01-09 Pedro Alves <palves@redhat.com>
20713
20714 * gdb.threads/attach-many-short-lived-threads.c: New file.
20715 * gdb.threads/attach-many-short-lived-threads.exp: New file.
20716
20717 2014-01-09 Pedro Alves <palves@redhat.com>
20718
20719 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
20720 instead of to thread 2.
20721 * gdb.threads/signal-command-multiple-signals-pending.c (main):
20722 Add barrier around each pthread_create call instead of around all
20723 calls.
20724 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
20725 Set a break on thread_function and have the child threads hit it
20726 one at at a time.
20727
20728 2015-01-09 Pedro Alves <palves@redhat.com>
20729
20730 * lib/gdb.exp (can_spawn_for_attach): New procedure.
20731 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
20732 false.
20733 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
20734 checking whether the target board is remote.
20735 * gdb.multi/multi-attach.exp: Likewise.
20736 * gdb.python/py-sync-interp.exp: Likewise.
20737 * gdb.server/ext-attach.exp: Likewise.
20738 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
20739 tests that need to attach, instead of checking whether the target
20740 board is remote at the top of the file.
20741
20742 2015-01-08 Yao Qi <yao@codesourcery.com>
20743
20744 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
20745
20746 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20747
20748 Fix testcase compilation.
20749 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
20750
20751 2015-01-06 Joel Brobecker <brobecker@adacore.com>
20752
20753 * gdb.python/py-type.exp: Add a couple test about empty
20754 array creation, and negative-length array creation.
20755
20756 2015-01-02 Doug Evans <xdje42@gmail.com>
20757
20758 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
20759
20760 2015-01-02 Doug Evans <dje@google.com>
20761
20762 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
20763
20764 2014-12-29 Yao Qi <yao@codesourcery.com>
20765
20766 * gdb.trace/entry-values.exp: Update comments. Rename variable
20767 bar_call_foo to returned_from_foo.
20768
20769 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
20770
20771 PR gdb/17394
20772 * gdb.linespec/break-asm-file.c: New file.
20773 * gdb.linespec/break-asm-file.exp: New file.
20774 * gdb.linespec/break-asm-file0.s: New file.
20775 * gdb.linespec/break-asm-file1.s: New file.
20776
20777 2014-12-18 Nigel Stephens <nigel@mips.com>
20778 Maciej W. Rozycki <macro@codesourcery.com>
20779
20780 * gdb.base/float.exp: Handle the new output from "info float" on
20781 MIPS targets.
20782
20783 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
20784
20785 Fix MinGW compilation.
20786 * gdb.compile/compile-ops.exp: Update untested message if
20787 !skip_compile_feature_tests.
20788 * gdb.compile/compile-setjmp.exp: Likewise.
20789 * gdb.compile/compile-tls.exp: Likewise.
20790 * gdb.compile/compile.exp: Likewise.
20791 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
20792 supported on this host".
20793
20794 2014-12-16 Doug Evans <xdje42@gmail.com>
20795
20796 * boards/stabs.exp: New file.
20797
20798 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
20799
20800 * gdb.base/completion.exp: Adjust to format changes of "maint
20801 print user-registers".
20802
20803 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
20804
20805 PR server/17457
20806 * gdb.arch/aarch64-fp.c: New file.
20807 * gdb.arch/aarch64-fp.exp: New file.
20808
20809 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
20810
20811 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
20812 r210637, r210913, r211666, r215400, r215817).
20813
20814 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
20815 * dg-extract-results.py: New file.
20816 * dg-extract-results.sh: Use it if the environment seems
20817 suitable.
20818
20819 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
20820
20821 * dg-extract-results.py (parse_run): Handle warnings that
20822 are printed before a test harness is run.
20823
20824 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
20825
20826 * dg-extract-results.py (Named): Remove __cmp__ method.
20827 (output_variation): Use a key to sort variation.harnesses.
20828
20829 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
20830
20831 * dg-extract-results.py: For Python 3, force sys.stdout to
20832 handle surrogate escape sequences.
20833 (safe_open): New function.
20834 (output_segment, main): Use it.
20835
20836 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
20837
20838 * dg-extract-results.py (Prog.result_re): Include options
20839 in test name.
20840
20841 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
20842
20843 * dg-extract-results.py (output_variation): Always sort if
20844 do_sum.
20845
20846 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
20847
20848 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
20849 as long as we get pagination notifications.
20850
20851 2014-12-15 Jason Merrill <jason@redhat.com>
20852
20853 * Makefile.in (check-gdb.%): Restore.
20854 * README: Mention it.
20855
20856 2014-12-13 Joel Brobecker <brobecker@adacore.com>
20857
20858 * gdb.ada/str_uninit: New testcase.
20859
20860 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
20861
20862 PR symtab/17642
20863 * gdb.base/vla-stub-define.c: New file.
20864 * gdb.base/vla-stub.c: New file.
20865 * gdb.base/vla-stub.exp: New file.
20866
20867 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
20868 Jan Kratochvil <jan.kratochvil@redhat.com>
20869 Tom Tromey <tromey@redhat.com>
20870
20871 * configure.ac: Add gdb.compile/.
20872 * configure: Regenerate.
20873 * gdb.compile/Makefile.in: New file.
20874 * gdb.compile/compile-ops.exp: New file.
20875 * gdb.compile/compile-ops.c: New file.
20876 * gdb.compile/compile-tls.c: New file.
20877 * gdb.compile/compile-tls.exp: New file.
20878 * gdb.compile/compile-constvar.S: New file.
20879 * gdb.compile/compile-constvar.c: New file.
20880 * gdb.compile/compile-mod.c: New file.
20881 * gdb.compile/compile-nodebug.c: New file.
20882 * gdb.compile/compile-setjmp-mod.c: New file.
20883 * gdb.compile/compile-setjmp.c: New file.
20884 * gdb.compile/compile-setjmp.exp: New file.
20885 * gdb.compile/compile-shlib.c: New file.
20886 * gdb.compile/compile.c: New file.
20887 * gdb.compile/compile.exp: New file.
20888 * lib/gdb.exp (skip_compile_feature_tests): New proc.
20889
20890 2014-12-12 Tom Tromey <tromey@redhat.com>
20891
20892 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
20893 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
20894
20895 2014-12-12 Doug Evans <dje@google.com>
20896
20897 * lib/gdb-python.exp (get_python_valueof): New function.
20898 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
20899
20900 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20901
20902 * gdb.base/completion.exp: Add test for completion of "info
20903 registers ".
20904
20905 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
20906
20907 * gdb.base/func-ptrs.c: New file.
20908 * gdb.base/func-ptrs.exp: New file.
20909
20910 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
20911
20912 PR breakpoints/17012
20913 * gdb.base/dprintf-detach.c: New file.
20914 * gdb.base/dprintf-detach.exp: New file.
20915
20916 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
20917
20918 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
20919 * lib/gdb.exp (target_is_gdbserver): New procedure.
20920
20921 2014-12-08 Doug Evans <dje@google.com>
20922
20923 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
20924
20925 2014-12-05 Yao Qi <yao@codesourcery.com>
20926
20927 * gdb.guile/scm-error.exp: Remove the third argument to
20928 gdb_remote_download.
20929 * gdb.guile/scm-frame-args.exp: Likewise.
20930 * gdb.guile/scm-section-script.exp: Likewise.
20931
20932 2014-12-05 Yao Qi <yao@codesourcery.com>
20933
20934 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
20935
20936 2014-12-04 Doug Evans <dje@google.com>
20937
20938 * gdb.python/py-objfile.exp: Add tests for
20939 objfile.add_separate_debug_file.
20940
20941 2014-12-04 Doug Evans <dje@google.com>
20942
20943 * lib/gdb.exp (get_build_id): New function.
20944 (build_id_debug_filename_get): Rewrite to use it.
20945 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
20946
20947 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
20948
20949 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
20950 `method(long)', not just 0x0.
20951 * gdb.cp/nsalias.exp: Align code labels to 4.
20952 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
20953 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
20954 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
20955 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
20956 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
20957 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
20958
20959 2014-12-02 Doug Evans <dje@google.com>
20960
20961 PR symtab/17602
20962 * gdb.cp/anon-ns.cc: Move guts of this file to ...
20963 * gdb.cp/anon-ns2.cc: ... here. New file.
20964 * gdb.cp/anon-ns.exp: Update.
20965
20966 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
20967
20968 * gdb.python/py-events.py (inferior_call_handler): New.
20969 (register_changed_handler, memory_changed_handler): New.
20970 (test_events.invoke): Register new handlers.
20971 * gdb.python/py-events.exp: Add tests for inferior call,
20972 memory_changed and register_changed events.
20973
20974 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20975
20976 * gdb.base/execl-update-breakpoints.exp: Specify the link address
20977 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
20978 if the linker doesn't understand this.
20979
20980 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
20981
20982 * gdb.python/python.exp: Change expected reply to help().
20983
20984 2014-12-01 Yao Qi <yao@codesourcery.com>
20985
20986 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
20987 AC_CONFIG_SUBDIRS(gdb.gdbtk).
20988 * configure: Re-generated.
20989
20990 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
20991
20992 * gdb.cp/chained-calls.cc: New file.
20993 * gdb.cp/chained-calls.exp: New file.
20994 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
20995
20996 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
20997
20998 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
20999 * gdb.dwarf2/symtab-producer.exp: Same.
21000 * gdb.gdb/python-interrupts.exp: Same.
21001 * gdb.gdb/python-selftest.exp: Same.
21002 * gdb.python/py-linetable.exp: Same.
21003 * gdb.python/py-type.exp: Same.
21004 * gdb.python/py-value-cc.exp: Same.
21005 * gdb.python/py-value.exp: Same.
21006
21007 2014-11-28 Yao Qi <yao@codesourcery.com>
21008
21009 * gdb.base/break-probes.exp: Match library name prefixed with
21010 sysroot.
21011
21012 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
21013
21014 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
21015 test expected output. Add parentheses for the call to print.
21016 Remove L suffix from integers.
21017
21018 2014-11-26 Doug Evans <dje@google.com>
21019
21020 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
21021
21022 2014-11-22 Yao Qi <yao@codesourcery.com>
21023
21024 * gdb.trace/entry-values.c: Remove asms.
21025 (foo): Add foo_label.
21026 (bar): Add bar_label.
21027 * gdb.trace/entry-values.exp: Remove code computing foo's
21028 length and bar's length.
21029 (Dwarf::assemble): Invoke function_range for bar and use
21030 MACRO_AT_func for foo.
21031
21032 2014-11-22 Yao Qi <yao@codesourcery.com>
21033
21034 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
21035 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
21036 Use .Lgcc43_procstart instead of gcc43.
21037
21038 2014-11-21 Joel Brobecker <brobecker@adacore.com>
21039
21040 * gdb.ada/n_arr_bound: New testcase.
21041
21042 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
21043
21044 PR breakpoints/10737
21045 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
21046 test_catch_syscall_multi_arch.
21047 (test_catch_syscall_multi_arch): New function.
21048
21049 2014-11-20 Doug Evans <xdje42@gmail.com>
21050
21051 * gdb.base/maint.exp: Update expected output.
21052
21053 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
21054
21055 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
21056 4-byte instruction on S390.
21057
21058 2014-11-19 Joel Brobecker <brobecker@adacore.com>
21059
21060 * gdb.ada/arr_arr: New testcase.
21061
21062 2014-11-19 Joel Brobecker <brobecker@adacore.com>
21063
21064 * gdb.ada/pkd_arr_elem: New Testcase.
21065
21066 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
21067
21068 * gdb.reverse/break-precsave: Expect completion message for
21069 core file reads.
21070 * gdb.reverse/consecutive-precsave.exp: Likewise.
21071 * gdb.reverse/finish-precsave.exp: Likewise.
21072 * gdb.reverse/i386-precsave.exp: Likewise.
21073 * gdb.reverse/machinestate-precsave.exp: Likewise.
21074 * gdb.reverse/sigall-precsave.exp: Likewise.
21075 * gdb.reverse/solib-precsave.exp: Likewise.
21076 * gdb.reverse/step-precsave.exp: Likewise.
21077 * gdb.reverse/until-precsave.exp: Likewise.
21078 * gdb.reverse/watch-precsave.exp: Likewise.
21079
21080 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21081
21082 * gdb.base/bp-permanent.c: Include unistd.h.
21083 * gdb.python/py-framefilter-mi.c (main): Add return type.
21084 * gdb.python/py-framefilter.c (main): Likewise.
21085 * gdb.trace/actions-changed.c (main): Likewise.
21086
21087 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21088
21089 * gdb.mi/until.c: Add eye-catchers.
21090 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
21091 line numbers.
21092
21093 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21094
21095 * gdb.base/condbreak.exp: Drop references to removed non-prototype
21096 function header variants in break1.c.
21097 * gdb.base/ena-dis-br.exp: Likewise.
21098 * gdb.base/hbreak2.exp: Likewise.
21099 * gdb.reverse/until-precsave.exp: Drop references to removed
21100 non-prototype function header variants in ur1.c.
21101 * gdb.reverse/until-reverse.exp: Likewise.
21102
21103 2014-11-17 Petr Machata <pmachata@redhat.com>
21104
21105 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
21106 ${_cu_offset_size} bytes abbrev offset.
21107
21108 2014-11-15 Doug Evans <xdje42@gmail.com>
21109
21110 PR symtab/17559
21111 * gdb.base/line-symtabs.exp: New file.
21112 * gdb.base/line-symtabs.c: New file.
21113 * gdb.base/line-symtabs.h: New file.
21114
21115 2014-11-14 Yao Qi <yao@codesourcery.com>
21116
21117 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
21118 (func): Add label func_label.
21119 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
21120 Replace low_pc and high_pc with MACRO_AT_range.
21121 Replace name, low_pc and high_pc with MACRO_AT_func.
21122
21123 2014-11-14 Yao Qi <yao@codesourcery.com>
21124
21125 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
21126 Replace name, low_pc and high_pc with MACRO_AT_func.
21127
21128 2014-11-14 Yao Qi <yao@codesourcery.com>
21129
21130 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
21131 produce debug information.
21132 * gdb.dwarf2/implptr-optimized-out.S: Removed.
21133
21134 2014-11-14 Yao Qi <yao@codesourcery.com>
21135
21136 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
21137 object and get function length.
21138 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
21139 with MACRO_AT_func.
21140 (top-level): Replace gdb_compile and clean_restart with
21141 prepare_for_testing.
21142 * gdb.dwarf2/main.c (main): Add label main_label.
21143
21144 2014-11-14 Yao Qi <yao@codesourcery.com>
21145
21146 * lib/dwarf.exp (function_range): New procedure.
21147 (Dwarf::_handle_macro_at_func): New procedure.
21148 (Dwarf::_handle_macro_at_range): New procedure.
21149 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
21150
21151 2014-11-14 Yao Qi <yao@codesourcery.com>
21152
21153 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
21154 (_handle_attribute): New procedure.
21155
21156 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21157
21158 * gdb.ada/cond_lang/foo.c (callme): Add return type.
21159 * gdb.base/call-sc.c (zed): Likewise.
21160 * gdb.base/checkpoint.c (main): Likewise.
21161 * gdb.base/dump.c (main): Likewise.
21162 * gdb.base/gcore.c (main): Likewise.
21163 * gdb.base/huge.c (main): Likewise.
21164 * gdb.base/multi-forks.c (main): Likewise.
21165 * gdb.base/pr10179-a.c (main): Likewise.
21166 * gdb.base/savedregs.c (main): Likewise.
21167 * gdb.base/sigaltstack.c (main): Likewise.
21168 * gdb.base/siginfo.c (main): Likewise.
21169 * gdb.base/structs.c (zed): Likewise.
21170 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
21171 * gdb.mi/mi-syn-frame.c (main): Likewise.
21172 * gdb.mi/until.c (foo, main): Likewise.
21173 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
21174 * gdb.base/solib-weak.c (foo): Declare.
21175 * gdb.base/attach-twice.c: Include stdio.h.
21176 * gdb.base/weaklib1.c: Likewise.
21177 * gdb.base/weaklib2.c: Likewise.
21178 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
21179 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
21180 unistd.h.
21181 * gdb.base/attach-pie-misread.c: Include stdlib.h.
21182 * gdb.mi/mi-exit-code.c: Likewise.
21183 * gdb.base/break-interp-lib.c: Include string.h.
21184 * gdb.base/coremaker.c: Likewise.
21185 * gdb.base/testenv.c: Likewise.
21186 * gdb.python/py-finish-breakpoint.c: Likewise.
21187 * gdb.base/inferior-died.c: Include sys/wait.h.
21188 * gdb.base/fileio.c: Include time.h.
21189 * gdb.base/async-shell.c: Include unistd.h.
21190 * gdb.base/dprintf-non-stop.c: Likewise.
21191 * gdb.base/info-os.c: Likewise.
21192 * gdb.mi/mi-console.c: Likewise.
21193 * gdb.mi/watch-nonstop.c: Likewise.
21194 * gdb.python/py-events.c: Likewise.
21195 * gdb.base/async.c (baz): Move up before its invocation.
21196 * gdb.base/code_elim2.c (my_global_func): Likewise.
21197 * gdb.base/skip-solib-lib.c (multiply): Likewise.
21198 * gdb.base/advance.c (func2): Likewise.
21199
21200 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21201
21202 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
21203 variant.
21204 * gdb.base/annota3.c: Likewise.
21205 * gdb.base/async.c: Likewise.
21206 * gdb.base/average.c: Likewise.
21207 * gdb.base/call-ar-st.c: Likewise.
21208 * gdb.base/call-rt-st.c: Likewise.
21209 * gdb.base/call-sc.c: Likewise.
21210 * gdb.base/call-strs.c: Likewise.
21211 * gdb.base/ending-run.c: Likewise.
21212 * gdb.base/execd-prog.c: Likewise.
21213 * gdb.base/exprs.c: Likewise.
21214 * gdb.base/foll-exec.c: Likewise.
21215 * gdb.base/foll-fork.c: Likewise.
21216 * gdb.base/foll-vfork.c: Likewise.
21217 * gdb.base/funcargs.c: Likewise.
21218 * gdb.base/gcore.c: Likewise.
21219 * gdb.base/jump.c: Likewise.
21220 * gdb.base/langs0.c: Likewise.
21221 * gdb.base/langs1.c: Likewise.
21222 * gdb.base/langs2.c: Likewise.
21223 * gdb.base/mips_pro.c: Likewise.
21224 * gdb.base/nodebug.c: Likewise.
21225 * gdb.base/opaque0.c: Likewise.
21226 * gdb.base/opaque1.c: Likewise.
21227 * gdb.base/recurse.c: Likewise.
21228 * gdb.base/run.c: Likewise.
21229 * gdb.base/scope0.c: Likewise.
21230 * gdb.base/scope1.c: Likewise.
21231 * gdb.base/setshow.c: Likewise.
21232 * gdb.base/setvar.c: Likewise.
21233 * gdb.base/shmain.c: Likewise.
21234 * gdb.base/shr1.c: Likewise.
21235 * gdb.base/shr2.c: Likewise.
21236 * gdb.base/sigall.c: Likewise.
21237 * gdb.base/signals.c: Likewise.
21238 * gdb.base/so-indr-cl.c: Likewise.
21239 * gdb.base/solib2.c: Likewise.
21240 * gdb.base/structs.c: Likewise.
21241 * gdb.base/sum.c: Likewise.
21242 * gdb.base/vforked-prog.c: Likewise.
21243 * gdb.base/watchpoint.c: Likewise.
21244 * gdb.reverse/shr2.c: Likewise.
21245 * gdb.reverse/until-reverse.c: Likewise.
21246 * gdb.reverse/ur1.c: Likewise.
21247 * gdb.reverse/watch-reverse.c: Likewise.
21248
21249 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21250
21251 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
21252 variant.
21253 * gdb.base/sepdebug.exp: Drop references to removed code.
21254
21255 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21256
21257 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
21258 variant. Preserve original line numbering.
21259 * gdb.base/list1.c: Likewise.
21260
21261 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21262
21263 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
21264 variant.
21265 * gdb.base/break1.c: Likewise.
21266 * gdb.base/break.exp: Drop references to removed code.
21267
21268 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21269
21270 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
21271 variant.
21272
21273 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21274
21275 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
21276
21277 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21278
21279 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
21280 logic into perform_all_tests() and invoke it with and without
21281 function header prototypes.
21282 (do_function_calls): Remove conditional XFAIL for PR 5318.
21283 (rerun_and_prepare): Remove duplicate code.
21284 (perform_all_tests): New. Main logic moved here.
21285
21286 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21287
21288 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
21289 code guarded by #ifdef NO_PROTOTYPES.
21290 (t_double_many_args): Likewise.
21291 (DEF_FUNC_MANY_ARGS_1): Likewise.
21292 (DEF_FUNC_VALUES_1): Likewise.
21293 (t_structs_ldc): Renamed from t_structs_fc in conditional code
21294 guarded by #ifdef PROTOTYPES.
21295
21296 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21297
21298 * gdb.mi/mi-console.c: Add eye-catcher.
21299 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
21300 instead of literal line number.
21301
21302 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21303
21304 * gdb.base/shr2.c: Add eye-catcher.
21305 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
21306 line number.
21307
21308 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21309
21310 * gdb.base/jump.c: Add eye-catchers.
21311 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
21312 numbers.
21313
21314 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21315
21316 * gdb.base/execd-prog.c: Add eye-catchers.
21317 * gdb.base/foll-exec.c: Likewise.
21318 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
21319 line numbers.
21320
21321 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21322
21323 * gdb.base/ending-run.c: Add eye-catchers.
21324 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
21325 literal line numbers.
21326
21327 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21328
21329 * gdb.base/call-rt-st.c: Add eye-catchers.
21330 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
21331 literal line numbers.
21332
21333 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21334
21335 * gdb.base/call-ar-st.c: Add eye-catchers.
21336 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
21337 literal line numbers.
21338
21339 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21340
21341 * gdb.base/average.c: Add eye-catchers.
21342 * gdb.base/sum.c: Likewise.
21343 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
21344 regexps dynamically.
21345
21346 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21347
21348 * gdb.base/solib1.c: Add eye-catchers.
21349 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
21350 literal line numbers.
21351
21352 2014-11-12 Pedro Alves <palves@redhat.com>
21353
21354 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
21355 leader has exited.
21356
21357 2014-11-12 Pedro Alves <palves@redhat.com>
21358
21359 * gdb.arch/i386-bp_permanent.c: New file.
21360 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
21361 (srcfile): Set to i386-bp_permanent.c.
21362 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
21363 that stepi does not execute the 'leave' instruction, instead of
21364 testing it does execute.
21365 * gdb.base/bp-permanent.c: New file.
21366 * gdb.base/bp-permanent.exp: New file.
21367
21368 2014-11-10 Doug Evans <xdje42@gmail.com>
21369
21370 PR symtab/17564
21371 * gdb.base/symtab-search-order.exp: New file.
21372 * gdb.base/symtab-search-order.c: New file.
21373 * gdb.base/symtab-search-order-1.c: New file.
21374 * gdb.base/symtab-search-order-shlib-1.c: New file.
21375
21376 2014-11-07 Pedro Alves <palves@redhat.com>
21377
21378 PR gdb/17511
21379 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
21380 i?86-*-linux*.
21381
21382 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
21383
21384 PR c++/17494
21385 * gdb.cp/pr17494.cc: New file.
21386 * gdb.cp/pr17494.exp: New file.
21387
21388 2014-11-02 Yao Qi <yao@codesourcery.com>
21389
21390 * gdb.python/python.exp: Get working directory and match the
21391 output of "set extended-prompt \\w " with it.
21392
21393 2014-10-30 Doug Evans <dje@google.com>
21394
21395 * gdb.python/py-objfile.exp: Add tests for setting random attributes
21396 in objfiles.
21397 * gdb.python/py-progspace.exp: Add tests for setting random attributes
21398 in progspaces.
21399
21400 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
21401
21402 * gdb.base/fullpath-expand.exp: Skip for a remote host.
21403 * gdb.base/realname-expand.exp: Likewise.
21404 * gdb.linespec/macro-relative.exp: Likewise.
21405
21406 2014-10-29 Pedro Alves <palves@redhat.com>
21407
21408 PR gdb/17408
21409 * gdb.threads/schedlock.c (some_function): New function.
21410 (call_function): New global.
21411 (MAYBE_CALL_SOME_FUNCTION): New macro.
21412 (thread_function): Call it.
21413 * gdb.threads/schedlock.exp (get_args): Add description parameter,
21414 and use it instead of a global counter. Adjust all callers.
21415 (get_current_thread): Use "find current thread" for test message
21416 here rather than having all callers pass down the same string.
21417 (goto_loop): New procedure, factored out from ...
21418 (my_continue): ... this.
21419 (step_ten_loops): Change parameter from test message to command to
21420 use. Adjust.
21421 (list_count): Delete global.
21422 (check_result): New procedure, factored out from duplicate top
21423 level code.
21424 (continue tests): Wrap in with_test_prefix.
21425 (test_step): New procedure, factored out from duplicate top level
21426 code.
21427 (top level): Test "step" in combination with all scheduler-locking
21428 modes. Test "next" in combination with all scheduler-locking
21429 modes, and in combination with stepping over a function call or
21430 not.
21431 * gdb.threads/next-bp-other-thread.c: New file.
21432 * gdb.threads/next-bp-other-thread.exp: New file.
21433
21434 2014-10-29 Pedro Alves <palves@redhat.com>
21435
21436 PR python/17372
21437 * gdb.python/python.exp: Test a multi-line command that spawns
21438 interactive Python.
21439 * gdb.base/multi-line-starts-subshell.exp: New file.
21440
21441 2014-10-29 Yao Qi <yao@codesourcery.com>
21442
21443 * gdb.base/fileio.exp: Make directories on host.
21444
21445 2014-10-29 Yao Qi <yao@codesourcery.com>
21446
21447 * gdb.base/fileio.c (test_write): Close the file.
21448
21449 2014-10-28 Pedro Alves <palves@redhat.com>
21450
21451 PR gdb/12623
21452 * gdb.base/sigstep.c (no_handler): New global.
21453 (main): If 'no_handler is true, set the signal handlers to
21454 SIG_IGN.
21455 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
21456 with_sw_watch and no_handler parameters. Handle them.
21457 (top level) <stepping over handler when stopped at a breakpoint
21458 test>: Add a test axis for testing with a software watchpoint, and
21459 another for testing with the signal handler set to SIG_IGN.
21460 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
21461 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
21462
21463 2014-10-28 Pedro Alves <palves@redhat.com>
21464
21465 PR gdb/17511
21466 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
21467 * gdb.base/sigstep.exp (other_handler_location): New global.
21468 (advance): Support stepping into the signal handler, and running
21469 commands while in the handler.
21470 (in_handler_map): New global.
21471 (top level): In the advance test, add combinations for getting
21472 into the handler with stepping commands, and for running commands
21473 in the handler. Add comment descripting the advancei tests.
21474
21475 2014-10-28 Pedro Alves <palves@redhat.com>
21476
21477 * gdb.base/sigstep.exp: Use build_executable instead of
21478 prepare_for_testing.
21479 (top level): Move code that starts GDB, runs to main and creates a
21480 display to ...
21481 (restart): ... this new procedure.
21482 (top level): Move backtrace from signal handler test to ...
21483 (validate_backtrace): ... this new procedure.
21484 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
21485 with_test_prefix. Always restart GDB.
21486 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
21487 with_test_prefix. Always restart GDB. No need to delete
21488 breakpoints after the test.
21489 (test_skip_handler): Remove prefix parameter.
21490 (skip_over_handler, breakpoint_to_handler)
21491 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
21492 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
21493 restart GDB. No need to delete breakpoints after the test.
21494 (top level): Use foreach to call the test procedures with
21495 different commands.
21496
21497 2014-10-28 Pedro Alves <palves@redhat.com>
21498
21499 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
21500 instead of GNATS numbers.
21501 * gdb.base/sigbpt.exp: Likewise.
21502 * gdb.base/siginfo.exp: Likewise.
21503 * gdb.base/sigstep.exp: Likewise.
21504
21505 2014-10-27 Pedro Alves <palves@redhat.com>
21506
21507 * gdb.base/sigstep.c (dummy): New global.
21508 (main): Issue a couple writes to the new global.
21509 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
21510 procedures.
21511 (skip_over_handler): Use test_skip_handler.
21512 (top level): Call skip_over_handler for stepi and nexti too.
21513 (breakpoint_over_handler): Use test_skip_handler.
21514 (top level): Call breakpoint_over_handler for stepi and nexti too.
21515
21516 2014-10-27 Yao Qi <yao@codesourcery.com>
21517
21518 * gdb.trace/tfile.c (adjust_function_address)
21519 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
21520 function descriptor.
21521
21522 2014-10-24 Don Breazeal <donb@codesourcery.com>
21523
21524 * gdb.base/foll-fork.exp (test_follow_fork,
21525 catch_fork_child_follow): Check for updated fork messages emitted
21526 from infrun.c.
21527 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
21528 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
21529 vfork_and_exec_child_follow_through_step): Check for updated vfork
21530 messages emitted from infrun.c.
21531
21532 2014-10-24 Pedro Alves <palves@redhat.com>
21533
21534 * gdb.base/corefile.exp: Remove references to ultrix.
21535 * gdb.base/interrupt.exp: Likewise.
21536 * gdb.base/whatis.exp: Likewise.
21537 * gdb.gdb/selftest.exp: Likewise.
21538 * gdb.threads/manythreads.exp: Likewise.
21539 * gdb.threads/print-threads.exp: Likewise.
21540 * gdb.threads/pthreads.exp:: Likewise.
21541 * gdb.threads/schedlock.exp: Likewise.
21542
21543 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
21544
21545 * gdb.cp/non-trivial-retval.cc: Add a test case.
21546 * gdb.cp/non-trivial-retval.exp: Add a test.
21547
21548 2014-10-20 Yao Qi <yao@codesourcery.com>
21549
21550 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
21551 * gdb.python/py-objfile-script-gdb.py: New file.
21552 * gdb.python/py-objfile-script.exp: Update reference to
21553 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
21554 of remote_download. Remove the dest file.
21555
21556 2014-10-20 Yao Qi <yao@codesourcery.com>
21557
21558 * gdb.base/checkpoint.exp: Don't remove file copied on host.
21559 * gdb.base/step-line.exp: Likewise.
21560 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
21561 * gdb.dwarf2/dw2-basic.exp: Likewise.
21562 * gdb.dwarf2/dw2-compressed.exp: Likewise.
21563 * gdb.dwarf2/dw2-filename.exp: Likewise.
21564 * gdb.dwarf2/dw2-intercu.exp: Likewise.
21565 * gdb.dwarf2/dw2-intermix.exp: Likewise.
21566 * gdb.dwarf2/dw2-producer.exp: Likewise.
21567 * gdb.dwarf2/mac-fileno.exp: Likewise.
21568 * gdb.python/py-frame-args.exp: Likewise.
21569 * gdb.python/py-framefilter.exp: Likewise.
21570 * gdb.python/py-mi.exp: Likewise.
21571 * gdb.python/py-objfile-script.exp: Likewise
21572 * gdb.python/py-pp-integral.exp: Likewise.
21573 * gdb.python/py-pp-re-notag.exp: Likewise.
21574 * gdb.python/py-prettyprint.exp: Likewise.
21575 * gdb.python/py-section-script.exp: Likewise.
21576 * gdb.python/py-typeprint.exp: Likewise.
21577 * gdb.python/py-xmethods.exp: Likewise.
21578 * gdb.stabs/weird.exp: Likewise.
21579 * gdb.xml/tdesc-regs.exp: Likewise.
21580
21581 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
21582
21583 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
21584 (out_cu): Use addr_len for the size of addresses.
21585 (out_line): Likewise. Size DW_LNE_set_address instruction
21586 according to addr_len.
21587 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
21588 (FUNC): Add START_INSNS to definition.
21589
21590 2014-10-18 Yao Qi <yao@codesourcery.com>
21591
21592 * gdb.base/argv0-symlink.exp: Check argv[0] value if
21593 gdb_has_argv0 return true.
21594 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
21595 check [target_info exists noargs], check [gdb_has_argv0]
21596 instead.
21597 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21598 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
21599 procedures.
21600
21601 2014-10-17 Doug Evans <dje@google.com>
21602
21603 * gdb.python/py-events.exp: Update expected output for clear_objfiles
21604 event.
21605 * gdb.python/py-events.py: Add clear_objfiles event.
21606
21607 2014-10-17 Doug Evans <dje@google.com>
21608
21609 * gdb.python/py-objfile.exp: Test progspace attribute.
21610
21611 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
21612
21613 * gdb.guile/scm-breakpoint.exp: Do not assume any
21614 directory separators when matching source file paths.
21615 * gdb.python/py-breakpoint.exp: Likewise.
21616 * gdb.reverse/break-precsave.exp: Likewise.
21617 * gdb.reverse/break-reverse.exp: Likewise.
21618 * gdb.reverse/consecutive-precsave.exp: Likewise.
21619 * gdb.reverse/finish-precsave.exp: Likewise.
21620 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
21621 * gdb.reverse/finish-reverse.exp: Likewise.
21622 * gdb.reverse/i386-precsave.exp: Likewise.
21623 * gdb.reverse/i387-env-reverse.exp: Likewise.
21624 * gdb.reverse/i387-stack-reverse.exp: Likewise.
21625 * gdb.reverse/machinestate-precsave.exp: Likewise.
21626 * gdb.reverse/machinestate.exp: Likewise.
21627 * gdb.reverse/sigall-precsave.exp: Likewise.
21628 * gdb.reverse/solib-precsave.exp: Likewise.
21629 * gdb.reverse/step-precsave.exp: Likewise.
21630 * gdb.reverse/until-precsave.exp: Likewise.
21631 * gdb.reverse/watch-precsave.exp: Likewise.
21632 * gdb.reverse/watch-reverse.exp: Likewise.
21633
21634 2014-10-17 Yao Qi <yao@codesourcery.com>
21635
21636 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
21637 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
21638
21639 2014-10-17 Pedro Alves <palves@redhat.com>
21640
21641 PR gdb/17471
21642 * gdb.base/bg-execution-repeat.c: New file.
21643 * gdb.base/bg-execution-repeat.exp: New file.
21644
21645 2014-10-17 Pedro Alves <palves@redhat.com>
21646
21647 PR gdb/17300
21648 * gdb.base/continue-all-already-running.c: New file.
21649 * gdb.base/continue-all-already-running.exp: New file.
21650
21651 2014-10-17 Pedro Alves <palves@redhat.com>
21652
21653 PR gdb/17472
21654 * gdb.base/annota-input-while-running.c: New file.
21655 * gdb.base/annota-input-while-running.exp: New file.
21656
21657 2014-10-17 Pedro Alves <palves@redhat.com>
21658
21659 * gdb.base/callfuncs.exp: emove references to osf.
21660 * gdb.base/sigall.exp: Likewise.
21661 * gdb.gdb/selftest.exp: Likewise.
21662 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
21663 * gdb.mi/non-stop.c: Likewise.
21664 * gdb.mi/pthreads.c: Likewise.
21665 * gdb.reverse/sigall-precsave.exp: Likewise.
21666 * gdb.reverse/sigall-reverse.exp: Likewise.
21667 * gdb.threads/pthreads.c: Likewise.
21668 * gdb.threads/pthreads.exp: Likewise.
21669
21670 2014-10-17 Yao Qi <yao@codesourcery.com>
21671
21672 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
21673 check 'target_info exists noargs'.
21674 (test_command_prompt_position): Likewise.
21675 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
21676 Remove "set args".
21677 (progvar_simple_while_test): Likewise.
21678 (progvar_complex_if_while_test): Likewise.
21679 (if_while_breakpoint_command_test): Likewise.
21680 (infrun_breakpoint_command_test): Likewise.
21681 (breakpoint_command_test): Likewise.
21682 (watchpoint_command_test): Likewise.
21683 (bp_deleted_in_command_test): Likewise.
21684 (temporary_breakpoint_commands): Likewise.
21685
21686 2014-10-16 Yao Qi <yao@codesourcery.com>
21687
21688 * gdb.base/remotetimeout.exp: Remove noargs checking.
21689
21690 2014-10-15 Pedro Alves <palves@redhat.com>
21691
21692 PR breakpoints/9649
21693 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
21694 * gdb.base/breakpoint-in-ro-region.exp
21695 (probe_target_hardware_step): New procedure.
21696 (top level): Probe hardware stepping and hardware breakpoint
21697 support. Test stepping through a read-only region, with both
21698 "breakpoint auto-hw" on and off and both "always-inserted" on and
21699 off.
21700
21701 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
21702
21703 * gdb.dlang/demangle.exp: Update for demangling changes.
21704
21705 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
21706
21707 * gdb.cp/non-trivial-retval.cc: Add new test cases.
21708 * gdb.cp/non-trivial-retval.exp: Add new tests.
21709
21710 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
21711
21712 PR c++/13403
21713 PR c++/15154
21714 * gdb.cp/non-trivial-retval.cc: New file.
21715 * gdb.cp/non-trivial-retval.exp: New file.
21716
21717 2014-10-15 Yao Qi <yao@codesourcery.com>
21718
21719 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
21720 remote host.
21721
21722 2014-10-15 Yao Qi <yao@codesourcery.com>
21723
21724 * gdb.python/py-symbol.exp: Match file base name if host is
21725 remote, otherwise match file name with dir name.
21726 * gdb.python/py-symtab.exp: Likewise.
21727 * gdb.python/python.exp: Likewise.
21728
21729 2014-10-15 Yao Qi <yao@codesourcery.com>
21730
21731 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
21732 pattern.
21733 * gdb.python/py-symtab.exp: Likewise.
21734 * gdb.python/python.exp: Remove trailing ".*". Fix typo
21735 locationn.
21736
21737 2014-10-14 Joel Brobecker <brobecker@adacore.com>
21738
21739 * gdb.ada/addr_arith: New testcase.
21740
21741 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
21742
21743 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
21744 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
21745 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
21746 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
21747
21748 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
21749
21750 * gdb.arch/stap-eval-lang-ada.S: Likewise.
21751 * gdb.arch/stap-eval-lang-ada.c: Likewise.
21752 * gdb.arch/stap-eval-lang-ada.exp: New file.
21753
21754 2014-10-14 Yao Qi <yao@codesourcery.com>
21755
21756 * gdb.mi/mi-var-child.c (nothing1): New function.
21757 (nothing2): New function.
21758 (do_children_tests): Set function pointers by nothing1 and
21759 nothing2.
21760 * gdb.mi/mi-var-child.exp: Step over new added statements.
21761 Update test to match the new output.
21762 * gdb.mi/var-cmd.c (nothing1): New function.
21763 (nothing2): New function.
21764 (do_children_tests): Set function pointers by nothing1 and
21765 nothing2.
21766 * gdb.mi/mi-var-display.exp: Update test to match output.
21767 Step to the line specified by $line_dct_nothing.
21768 Increase the number of lines to step.
21769
21770 2014-10-14 Yao Qi <yao@codesourcery.com>
21771
21772 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
21773 tests.
21774 * gdb.mi/mi2-var-child.exp: Likewise.
21775
21776 2014-10-13 Doug Evans <dje@google.com>
21777
21778 * gdb.python/py-objfile.exp: Change name of file name test.
21779
21780 2014-10-13 Doug Evans <dje@google.com>
21781
21782 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
21783 from the start of the CU.
21784
21785 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
21786 Yao Qi <yao@codesourcery.com>
21787
21788 Fix "save breakpoints" for "catch" command.
21789 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
21790 Remove -nonewline. Match also the added "main" line.
21791
21792 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21793
21794 Fix "save breakpoints" for "disable $bpnum" command.
21795 * gdb.base/save-bp.c (main): Add label.
21796 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
21797
21798 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21799
21800 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
21801
21802 2014-10-11 Yao Qi <yao@codesourcery.com>
21803
21804 * gdb.server/server-kill.exp: Execute command
21805 "set remote trace-status-packet on" before "tstatus".
21806
21807 2014-10-11 Yao Qi <yao@codesourcery.com>
21808
21809 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
21810 (main): Call getppid.
21811 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
21812 and continue to it. Read variable "server_pid".
21813
21814 2014-10-11 Yao Qi <yao@codesourcery.com>
21815
21816 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
21817
21818 2014-10-11 Yao Qi <yao@codesourcery.com>
21819
21820 * gdb.threads/thread-find.exp: Don't execute command
21821 "info threads".
21822 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
21823 * gdb.threads/linux-dp.exp: Don't check the condition
21824 $threads_created equals to zero.
21825
21826 2014-10-10 Pedro Alves <palves@redhat.com>
21827
21828 * gdb.base/bigcore.exp: Remove references to IRIX.
21829 * gdb.base/funcargs.exp: Likewise.
21830 * gdb.base/interrupt.exp: Likewise.
21831 * gdb.base/mips_pro.exp: Likewise.
21832 * gdb.base/nodebug.exp: Likewise.
21833 * gdb.base/setvar.exp: Likewise.
21834 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
21835
21836 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
21837 Pedro Alves <palves@redhat.com>
21838
21839 PR symtab/14466
21840 * gdb.base/vdso-warning.c: New file.
21841 * gdb.base/vdso-warning.exp: New file.
21842
21843 2014-10-02 Doug Evans <dje@google.com>
21844
21845 * gdb.base/structs.c (main): Don't run forever.
21846
21847 2014-10-02 Pedro Alves <palves@redhat.com>
21848
21849 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
21850 (top level) <stop threads 1, stop threads 2>: Use it.
21851
21852 2014-10-02 Pedro Alves <palves@redhat.com>
21853
21854 * gdb.threads/break-while-running.exp (test): Add new
21855 'update_thread_list' argument. Skip "info threads" if false.
21856 (top level): Add new 'update_thread_list' axis.
21857
21858 2014-10-02 Pedro Alves <palves@redhat.com>
21859
21860 PR breakpoints/17431
21861 * gdb.base/execl-update-breakpoints.c: New file.
21862 * gdb.base/execl-update-breakpoints.exp: New file.
21863
21864 2014-10-01 Pedro Alves <palves@redhat.com>
21865
21866 * gdb.base/breakpoint-in-ro-region.c: New file.
21867 * gdb.base/breakpoint-in-ro-region.exp: New file.
21868
21869 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
21870
21871 * gdb.mi/mi-exit-code.exp: New file.
21872 * gdb.mi/mi-exit-code.c: New file.
21873
21874 2014-09-30 Yao Qi <yao@codesourcery.com>
21875
21876 * lib/prelink-support.exp (build_executable_own_libs): Error if
21877 the target isn't native.
21878
21879 2014-09-30 Yao Qi <yao@codesourcery.com>
21880
21881 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
21882 false.
21883
21884 2014-09-22 Pedro Alves <palves@redhat.com>
21885
21886 * gdb.threads/break-while-running.exp: New file.
21887 * gdb.threads/break-while-running.c: New file.
21888
21889 2014-09-19 Yao Qi <yao@codesourcery.com>
21890
21891 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
21892 Invoke test. Restart GDB with --readnow and invoke test again.
21893
21894 2014-09-19 Yao Qi <yao@codesourcery.com>
21895
21896 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
21897 proc set_breakpoint_on_gcd_function. Invoke
21898 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
21899 invoke set_breakpoint_on_gcd_function again.
21900
21901 2014-09-18 Doug Evans <dje@google.com>
21902
21903 * gdb.dwarf2/symtab-producer.exp: New file.
21904
21905 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
21906
21907 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
21908 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
21909 * gdb.base/global-var-nested-by-dso.c: Likewise.
21910 * gdb.base/global-var-nested-by-dso.exp: Likewise.
21911
21912 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
21913 Pedro Alves <palves@redhat.com>
21914
21915 * gdb.base/watch-bitfields.exp: Pass string other than test file
21916 name to prepare_for_testing.
21917 (watch): New procedure.
21918 (expect_watchpoint): Use with_test_prefix.
21919 (top level): Factor out tests to ...
21920 (test_watch_location, test_regular_watch): ... these new
21921 procedures, and use with_test_prefix and gdb_continue_to_end.
21922
21923 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
21924
21925 PR breakpoints/12526
21926 * gdb.base/watch-bitfields.exp: New file.
21927 * gdb.base/watch-bitfields.c: New file.
21928
21929 2014-09-16 Pedro Alves <palves@redhat.com>
21930
21931 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
21932 software and hardware addresses, not software address against
21933 itself.
21934
21935 2014-09-16 Pedro Alves <palves@redhat.com>
21936
21937 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
21938 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
21939
21940 2014-09-16 Pedro Alves <palves@redhat.com>
21941
21942 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
21943 files.
21944 * gdb.base/a2-run.exp: Remove all code guarded by istarget
21945 "*-*-vxworks*" throughout.
21946 * gdb.base/break.exp: Likewise.
21947 * gdb.base/default.exp: Likewise.
21948 * gdb.base/scope.exp: Likewise.
21949 * gdb.base/sepdebug.exp: Likewise.
21950 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
21951 throughout.
21952 * gdb.base/run.c: Likewise.
21953 * gdb.base/sepdebug.c: Likewise.
21954 * gdb.hp/gdb.aCC/run.c: Likewise.
21955 * gdb.reverse/until-reverse.c: Likewise.
21956 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
21957
21958 2014-09-16 Yao Qi <yao@codesourcery.com>
21959
21960 * boards/local-remote-host-native.exp: New file.
21961
21962 2014-09-14 Doug Evans <xdje42@gmail.com>
21963
21964 * gdb.threads/queue-signal.c (thread_count): New variable.
21965 (thread_count_mutex, thread_count_condvar): New variables.
21966 (incr_thread_count, wait_all_threads_running): New functions.
21967 (main): Wait for all threads to be in their thread functions.
21968
21969 2014-09-13 Doug Evans <xdje42@gmail.com>
21970
21971 * gdb.threads/queue-signal.c: New file.
21972 * gdb.threads/queue-signal.exp: New file.
21973
21974 2014-09-13 Doug Evans <xdje42@gmail.com>
21975
21976 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
21977 be consistent with what default_gdb_init uses.
21978 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
21979 the plain text of the prompt. Add some logging printfs.
21980 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
21981
21982 2014-09-12 Pedro Alves <palves@redhat.com>
21983
21984 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
21985 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
21986 * gdb.arch/i386-size-overlap.exp: Likewise.
21987 * gdb.arch/i386-size.exp: Likewise.
21988 * gdb.arch/i386-unwind.exp: Likewise.
21989 * gdb.base/a2-run.exp: Likewise.
21990 * gdb.base/break.exp: Likewise.
21991 * gdb.base/charset.exp: Likewise.
21992 * gdb.base/chng-syms.exp: Likewise.
21993 * gdb.base/commands.exp: Likewise.
21994 * gdb.base/dbx.exp: Likewise.
21995 * gdb.base/find.exp: Likewise.
21996 * gdb.base/funcargs.exp: Likewise.
21997 * gdb.base/jit-simple.exp: Likewise.
21998 * gdb.base/reread.exp: Likewise.
21999 * gdb.base/sepdebug.exp: Likewise.
22000 * gdb.base/step-bt.exp: Likewise.
22001 * gdb.cp/mb-inline.exp: Likewise.
22002 * gdb.cp/mb-templates.exp: Likewise.
22003 * gdb.objc/basicclass.exp: Likewise.
22004 * gdb.threads/killed.exp: Likewise.
22005
22006 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22007
22008 PR tdep/17379
22009 * gdb.arch/powerpc-stackless.S: New file.
22010 * gdb.arch/powerpc-stackless.exp: New file.
22011
22012 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22013
22014 * gdb.base/attach.c: Include unistd.h.
22015 (main): Call alarm. Add label postloop.
22016 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
22017 gdb_breakpoint, gdb_continue_to_breakpoint.
22018 (test_command_line_attach_run): Kill ${testpid} in one exit path.
22019
22020 2014-09-11 Pedro Alves <palves@redhat.com>
22021
22022 PR gdb/17347
22023 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
22024 * gdb.base/attach.exp (test_command_line_attach_run): New
22025 procedure.
22026 (top level): Call it.
22027
22028 2014-09-11 Pedro Alves <palves@redhat.com>
22029
22030 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
22031 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
22032 (do_command_attach_tests): Use spawn_wait_for_attach.
22033 * gdb.base/solib-overlap.exp: Likewise.
22034 * gdb.multi/multi-attach.exp: Likewise.
22035 * gdb.python/py-prompt.exp: Likewise.
22036 * gdb.python/py-sync-interp.exp: Likewise.
22037 * gdb.server/ext-attach.exp: Likewise.
22038
22039 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
22040
22041 * gdb.fortran/array-element.exp: Remove unexpected "continue"
22042 command in testcase. Simplify testcase.
22043
22044 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22045
22046 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
22047
22048 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22049
22050 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
22051
22052 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22053
22054 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
22055
22056 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22057
22058 * gdb.dwarf2/dynarr-ptr.c: New file.
22059 * gdb.dwarf2/dynarr-ptr.exp: New file.
22060
22061 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22062
22063 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
22064 of 30 rather than hardcoding 120 for a slow test case. Take the
22065 `gdb,timeout' target setting into account for this calculation.
22066 Don't extend the timeout for the test cases that don't need it.
22067
22068 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22069
22070 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
22071 a factor of 2 for a slow test case. Take the `gdb,timeout'
22072 target setting into account for this calculation.
22073 * gdb.reverse/until-precsave.exp: Increase the timeout by
22074 a factor of 15 and 3 respectively rather than adding 120
22075 for a pair of slow test cases. Take the `gdb,timeout'
22076 target setting into account for this calculation.
22077
22078 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22079
22080 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
22081 timeout, don't pass one down to gdb_expect.
22082 (gdb_expect): Rework timeout selection.
22083
22084 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22085
22086 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
22087 exception on timeout.
22088 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
22089 (gdbserver_start_extended): Catch any `gdbserver_start' error
22090 exceptions.
22091 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
22092 * lib/mi-support.exp (mi_gdb_target_load): Catch any
22093 `gdbserver_gdb_load' error exceptions.
22094
22095 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22096
22097 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
22098 120 on waiting for the TCP socket to open.
22099
22100 2014-09-09 Doug Evans <xdje42@gmail.com>
22101
22102 * gdb.base/default.exp (show_conv_list): Add _caller_is,
22103 _caller_matches, _any_caller_is, _any_caller_matches.
22104
22105 2014-09-09 Doug Evans <xdje42@gmail.com>
22106
22107 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
22108
22109 2014-09-09 Yao Qi <yao@codesourcery.com>
22110
22111 * gdb.mi/mi-var-display.exp: Set print symbol off.
22112
22113 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
22114
22115 PR gdb/17035
22116 * gdb.base/commands.exp: Add tests to verify user-defined
22117 commands with empty bodies.
22118 * gdb.python/py-cmd.exp: Test that we don't show user-defined
22119 python commands in `show user command`.
22120 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
22121 scheme commands in `show user command`.
22122
22123 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
22124
22125 PR python/17355
22126 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
22127 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
22128 * gdb.python/py-framefilter-invalidarg.exp: New file.
22129 * gdb.python/py-framefilter-invalidarg.py: New file.
22130
22131 2014-09-06 Doug Evans <xdje42@gmail.com>
22132
22133 PR 15276
22134 * gdb.python/py-caller-is.c: New file.
22135 * gdb.python/py-caller-is.exp: New file.
22136
22137 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
22138
22139 PR gdb/17235
22140 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
22141 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
22142
22143 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
22144
22145 PR fortran/17237
22146 * gdb.fortran/print-formatted.exp: New file.
22147 * gdb.fortran/print-formatted.f90: Likewise.
22148
22149 2014-09-03 Sasha Smundak <asmundak@google.com>
22150
22151 * gdb.python/py-frame.exp: Test Frame.read_register.
22152
22153 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
22154
22155 PR python/16699
22156 * gdb.python/py-completion.exp: New file.
22157 * gdb.python/py-completion.py: Likewise.
22158
22159 2014-08-28 Doug Evans <dje@google.com>
22160
22161 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
22162 eax,etc. are live with values set by gdb and thus the compiler can't
22163 use them.
22164 * gdb.arch/i386-pseudo.c (main): Ditto.
22165
22166 2014-08-27 Doug Evans <dje@google.com>
22167
22168 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
22169
22170 2014-08-25 Doug Evans <dje@google.com>
22171
22172 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
22173 (main): Ditto.
22174
22175 2014-08-25 Doug Evans <dje@google.com>
22176
22177 * gdb.threads/thread-execl.exp: #include <stdio.h>.
22178
22179 2014-08-24 Yao Qi <yao@codesourcery.com>
22180
22181 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
22182 symbol off.
22183 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
22184
22185 2014-08-22 Doug Evans <dje@google.com>
22186
22187 PR 17276
22188 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
22189 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
22190 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
22191
22192 2014-08-22 Yao Qi <yao@codesourcery.com>
22193
22194 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
22195 * gdb.python/py-finish-breakpoint2.exp: Likewise.
22196 * gdb.python/python.exp: Likewise. Use .py file on the host
22197 instead of the build.
22198
22199 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22200
22201 * gdb.threads/gcore-stale-thread.c: New file.
22202 * gdb.threads/gcore-stale-thread.exp: New file.
22203
22204 2014-08-21 Pedro Alves <palves@redhat.com>
22205
22206 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
22207 * gdb.base/gcore-relro-pie.exp: Likewise.
22208 * gdb.base/gcore-relro.exp: Likewise.
22209 * gdb.base/gcore.exp: Likewise.
22210 * gdb.base/print-symbol-loading.exp: Likewise.
22211 * gdb.threads/gcore-thread.exp: Likewise.
22212 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
22213
22214 2014-08-20 Pedro Alves <palves@redhat.com>
22215 Jan Kratochvil <jan.kratochvil@redhat.com>
22216
22217 * Makefile.in (EXTRA_RULES, CC): New variables, get from
22218 configure.
22219 (EXPECT): Handle READ1 being set.
22220 (all): Depend on EXTRA_RULES.
22221 (check-read1, expect-read1, read1.so, read1): New rules.
22222 * README (Testsuite Parameters): Document the READ1 make variable.
22223 (Race detection): New section.
22224 * configure: Regenerate.
22225 * configure.ac: If build==host==target, and running under a
22226 GNU/glibc system, add read1 to the extra Makefile rules.
22227 (EXTRA_RULES): AC_SUBST it.
22228 * lib/read1.c: New file.
22229
22230 2014-08-20 Joel Brobecker <brobecker@adacore.com>
22231
22232 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
22233 the handling of variables declared as a typedef to an array
22234 which a DW_AT_data_location attribute.
22235
22236 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
22237 Pedro Alves <palves@redhat.com>
22238
22239 PR symtab/14604
22240 PR symtab/14605
22241 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
22242 gdb_test.
22243
22244 2014-08-19 Pedro Alves <palves@redhat.com>
22245
22246 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
22247
22248 2014-08-19 Yao Qi <yao@codesourcery.com>
22249
22250 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
22251 right line.
22252
22253 2014-08-18 David Blaikie <dblaikie@gmail.com>
22254
22255 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
22256
22257 2014-08-18 Joel Brobecker <brobecker@adacore.com>
22258
22259 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
22260 attribute in array range.
22261
22262 2014-08-18 Joel Brobecker <brobecker@adacore.com>
22263
22264 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
22265
22266 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22267
22268 PR c++/17132
22269 * gdb.cp/pr17132.cc: New file.
22270 * gdb.cp/pr17132.exp: New file.
22271
22272 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22273
22274 * gdb.python/py-xmethods.py (A_getarrayind)
22275 (E_method_char_worker.__call__, E_method_int_worker.__call__):
22276 Use 'print' with function call syntax.
22277 (E_method_matcher.match): Fix tab vs space indentation mixup.
22278
22279 2014-08-15 Yao Qi <yao@codesourcery.com>
22280
22281 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
22282 false.
22283
22284 2014-08-15 Yao Qi <yao@codesourcery.com>
22285
22286 * gdb.cp/casts.exp: Set print symbol off.
22287 * gdb.cp/class2.exp: Likewise.
22288 * gdb.cp/overload.exp: Likewise.
22289 * gdb.cp/templates.exp: Likewise.
22290
22291 2014-08-11 Doug Evans <dje@google.com>
22292
22293 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
22294 (test_load_shlib): Update.
22295
22296 2014-08-09 Yao Qi <yao@codesourcery.com>
22297
22298 * gdb.base/display.exp: Invoke is_address_zero_readable.
22299 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
22300 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
22301 * gdb.base/hbreak-unmapped.exp: Return if
22302 is_address_zero_readable returns true.
22303 * gdb.base/signest.exp: Likewise.
22304 * gdb.base/signull.exp: Likewise.
22305 * gdb.base/sigbpt.exp: Likewise.
22306 * gdb.guile/scm-disasm.exp: Do the test if
22307 is_address_zero_readable returns false.
22308 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
22309 * gdb.python/py-arch.exp: Likewise.
22310 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
22311 * lib/gdb.exp (is_address_zero_readable): New proc.
22312
22313 2014-08-09 Yao Qi <yao@codesourcery.com>
22314
22315 PR testsuite/13443
22316 * gdb.mi/mi-var-display.exp: Make test messages unique.
22317
22318 2014-08-04 Tom Tromey <tromey@redhat.com>
22319
22320 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
22321 target 0".
22322
22323 2014-08-04 Tom Tromey <tromey@redhat.com>
22324
22325 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
22326 "target_resume".
22327
22328 2014-08-01 Joel Brobecker <brobecker@adacore.com>
22329
22330 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
22331 inner_vla_struct_object_size.
22332 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
22333 as xfail.
22334
22335 2014-07-30 Pedro Alves <palves@redhat.com>
22336
22337 * gdb.threads/signal-command-handle-nopass.exp (test): Add
22338 comment.
22339
22340 2014-07-29 Yao Qi <yao@codesourcery.com>
22341
22342 PR gdb/17206
22343 * gdb.base/until-nodebug.exp: New.
22344
22345 2014-07-28 Doug Evans <xdje42@gmail.com>
22346
22347 PR guile/17203
22348 * gdb.guile/scm-parameter.exp: Add tests for trying to create
22349 previously existing parameter, and previously ambiguously spelled
22350 parameter.
22351
22352 2014-07-28 Will Newton <will.newton@linaro.org>
22353
22354 * gdb.base/varargs.exp: Remove KFAILs for ARM.
22355
22356 2014-07-26 Ludovic Courtès <ludo@gnu.org>
22357 Doug Evans <xdje42@gmail.com>
22358
22359 PR guile/17146
22360 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
22361
22362 2014-07-25 Pedro Alves <palves@redhat.com>
22363
22364 * gdb.threads/signal-command-handle-nopass.c: New file.
22365 * gdb.threads/signal-command-handle-nopass.exp: New file.
22366 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
22367 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
22368 * gdb.threads/signal-delivered-right-thread.c: New file.
22369 * gdb.threads/signal-delivered-right-thread.exp: New file.
22370
22371 2014-07-25 Pedro Alves <palves@redhat.com>
22372
22373 * gdb.base/double-prompt-target-event-error.exp
22374 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
22375 match.
22376 (cancel_pagination_in_target_event): Rework double prompt
22377 detection.
22378 * gdb.base/paginate-after-ctrl-c-running.exp
22379 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
22380 <return>' match.
22381 * gdb.base/paginate-bg-execution.exp
22382 (test_bg_execution_pagination_return)
22383 (test_bg_execution_pagination_cancel): Remove '-notransfer
22384 <return>' matches.
22385 * gdb.base/paginate-execution-startup.exp
22386 (test_fg_execution_pagination_return)
22387 (test_fg_execution_pagination_cancel): Remove '-notransfer
22388 <return>' matches.
22389 * gdb.base/paginate-inferior-exit.exp
22390 (test_paginate_inferior_exited): Remove '-notransfer <return>'
22391 match.
22392 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
22393 * lib/gdb.exp (pagination_prompt): Run text through
22394 string_to_regexp.
22395 (gdb_test_multiple): Match $pagination_prompt instead of
22396 "<return>".
22397 (string_to_regexp): Move to lib/gdb-utils.exp.
22398
22399 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
22400
22401 * gdb.arch/amd64-entry-value-paramref.S: New file.
22402 * gdb.arch/amd64-entry-value-paramref.cc: New file.
22403 * gdb.arch/amd64-entry-value-paramref.exp: New file.
22404 * gdb.arch/amd64-optimout-repeat.S: New file.
22405 * gdb.arch/amd64-optimout-repeat.c: New file.
22406 * gdb.arch/amd64-optimout-repeat.exp: New file.
22407
22408 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
22409
22410 PR gdb/17170
22411 * gdb.base/statistics.exp: New file.
22412
22413 2014-07-17 Doug Evans <dje@google.com>
22414
22415 PR gdb/17170
22416 * gdb.base/maint.exp: Update testing of per-command stats.
22417
22418 2014-07-16 Pedro Alves <palves@redhat.com>
22419
22420 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
22421 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
22422 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
22423 (tfile_write_buf): New functions.
22424 (add_memory_block): Rewrite using the above.
22425 (adjust_function_address): New function.
22426 (FUNCTION_ADDRESS): New macro.
22427 (write_basic_trace_file): Remove short_x local, and use
22428 tfile_write_16. Change type of func_addr local to unsigned long
22429 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
22430 here. Cast argument of add_memory_block to char pointer.
22431 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
22432 (main): Remove parameters.
22433 * gdb.trace/tfile.exp: Remove nowarnings.
22434
22435 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
22436
22437 * gdb.base/debug-expr.exp: Test string evaluation with
22438 "debug expression" on.
22439
22440 2014-07-15 Pedro Alves <palves@redhat.com>
22441
22442 * gdb.base/reread.exp: Use clean_restart.
22443
22444 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
22445
22446 * gdb.arch/avr-flash-qualifer.c: New.
22447 * gdb.arch/avr-flash-qualifer.exp: New.
22448
22449 2014-07-14 Pedro Alves <palves@redhat.com>
22450
22451 * gdb.base/paginate-after-ctrl-c-running.c: New file.
22452 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
22453
22454 2014-07-14 Pedro Alves <palves@redhat.com>
22455
22456 * gdb.base/double-prompt-target-event-error.c: New file.
22457 * gdb.base/double-prompt-target-event-error.exp: New file.
22458
22459 2014-07-14 Pedro Alves <palves@redhat.com>
22460
22461 PR gdb/17072
22462 * gdb.base/paginate-inferior-exit.c: New file.
22463 * gdb.base/paginate-inferior-exit.exp: New file.
22464
22465 2014-07-14 Pedro Alves <palves@redhat.com>
22466
22467 PR gdb/17072
22468 * gdb.base/paginate-bg-execution.c: New file.
22469 * gdb.base/paginate-bg-execution.exp: New file.
22470
22471 2014-07-14 Pedro Alves <palves@redhat.com>
22472
22473 PR gdb/17072
22474 * gdb.base/paginate-execution-startup.c: New file.
22475 * gdb.base/paginate-execution-startup.exp: New file.
22476 * lib/gdb.exp (pagination_prompt): New global.
22477 (default_gdb_spawn): New procedure, factored out from
22478 default_gdb_spawn.
22479 (default_gdb_start): Adjust to call default_gdb_spawn.
22480 (gdb_spawn): New procedure.
22481
22482 2014-07-14 Pedro Alves <palves@redhat.com>
22483
22484 * lib/gdb.exp (gdb_assert): New procedure.
22485 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
22486
22487 2014-07-14 Pedro Alves <palves@redhat.com>
22488
22489 * gdb.base/execution-termios.c: New file.
22490 * gdb.base/execution-termios.exp: New file.
22491
22492 2014-07-14 Tom Tromey <tromey@redhat.com>
22493
22494 * gdb.cp/vla-cxx.cc: New file.
22495 * gdb.cp/vla-cxx.exp: New file.
22496
22497 2014-07-14 Tom Tromey <tromey@redhat.com>
22498
22499 * gdb.reverse/rerun-prec.c: New file.
22500 * gdb.reverse/rerun-prec.exp: New file.
22501
22502 2014-07-12 Maciej W. Rozycki <macro@mips.com>
22503 Maciej W. Rozycki <macro@codesourcery.com>
22504
22505 * lib/gdb-utils.exp: New file.
22506 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
22507 inline `gdb_init_command' processing.
22508 (gdb_start_cmd): Likewise.
22509 * lib/mi-support.exp (mi_run_cmd): Likewise.
22510 * README: Document `gdb_init_command' and `gdb_init_commands'.
22511
22512 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
22513
22514 Fix false FAIL running under a very long directory name.
22515 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
22516 and "set print elements 10000". Twice.
22517
22518 2014-07-11 Yao Qi <yao@codesourcery.com>
22519
22520 * gdb.base/exprs.exp: "set print symbol off".
22521
22522 2014-07-11 Pedro Alves <palves@redhat.com>
22523
22524 * gdb.threads/kill.c: New file.
22525 * gdb.threads/kill.exp: New file.
22526
22527 2014-07-10 Yao Qi <yao@codesourcery.com>
22528
22529 * gdb.trace/tfile.c (write_basic_trace_file)
22530 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
22531 address written to trace file.
22532
22533 2014-07-09 Pedro Alves <palves@redhat.com>
22534
22535 * gdb.base/attach-wait-input.exp: New file.
22536 * gdb.base/attach-wait-input.c: New file.
22537
22538 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
22539
22540 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
22541 setting up test structures.
22542 (main): Call new test function.
22543 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
22544 test function, continue into test function and walk test
22545 structures.
22546
22547 2014-07-02 Yao Qi <yao@codesourcery.com>
22548
22549 * gdb.trace/entry-values.c: Define labels 'foo_start' and
22550 'bar_start' at the beginning of functions 'foo' and 'bar'
22551 respectively.
22552 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
22553 instead of 'foo' and 'bar'.
22554
22555 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
22556
22557 * gdb.btrace/segv.exp: New.
22558 * gdb.btrace/segv.c: New.
22559
22560 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
22561
22562 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
22563 instruction.
22564
22565 2014-06-30 Mark Wielaard <mjw@redhat.com>
22566
22567 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
22568 vulture, vilify, villar): New volatile array constants.
22569 (vindictive, vegetation): New const volatile array constants.
22570 * gdb.base/volatile.exp: Test volatile and const volatile array
22571 types.
22572
22573 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
22574
22575 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
22576 target lacks support for awatch, rwatch, or hbreak.
22577
22578 2014-06-27 Yao Qi <yao@codesourcery.com>
22579
22580 * gdb.multi/dummy-frame-restore.exp: New.
22581 * gdb.multi/dummy-frame-restore.c: New.
22582
22583 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
22584
22585 * gdb.btrace/gcore.exp: New.
22586
22587 2014-06-23 Pedro Alves <palves@redhat.com>
22588
22589 * gdb.base/watchpoint-reuse-slot.c: New file.
22590 * gdb.base/watchpoint-reuse-slot.exp: New file.
22591
22592 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
22593
22594 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
22595 progspace's filename in 'info', 'enable' and 'disable' command
22596 tests.
22597
22598 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
22599
22600 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
22601 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22602 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
22603
22604 2014-06-20 Gary Benson <gbenson@redhat.com>
22605
22606 * gdb.arch/i386-avx.exp: Fix include file location.
22607 * gdb.arch/i386-sse.exp: Likewise.
22608
22609 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
22610
22611 * gdb.dlang/expression.exp: New file.
22612
22613 2014-06-19 Pedro Alves <palves@redhat.com>
22614
22615 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
22616 out from ...
22617 (top level): ... here. Iterate running tests under different
22618 scheduler-locking settings.
22619
22620 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
22621
22622 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
22623 to DW_FORM_addr and use non-zero addresses.
22624
22625 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
22626
22627 PR gdb/17017
22628 * gdb.python/py-xmethods.cc: Add global function call counters and
22629 increment them in their respective functions. Remove "cout"
22630 statements.
22631 * gdb.python/py-xmethods.exp: Make tests check the global function
22632 call counters instead of depending on inferior IO.
22633
22634 2014-06-18 Don Breazeal <donb@codesourcery.com>
22635
22636 * gdb.base/foll-fork.exp (default_fork_parent_follow):
22637 Deleted procedure.
22638 (explicit_fork_parent_follow): Deleted procedure.
22639 (explicit_fork_child_follow): Deleted procedure.
22640 (test_follow_fork): New procedure.
22641 (do_fork_tests): Replace calls to deleted procedures with
22642 calls to test_follow_fork and reset GDB for subsequent
22643 procedure calls.
22644
22645 2014-06-17 Yao Qi <yao@codesourcery.com>
22646
22647 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
22648 CP1252.
22649
22650 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
22651
22652 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
22653 Initialize ptr and S explicitly.
22654 (skip_type_update_when_not_use_rtti_test): Likewise.
22655
22656 2014-06-16 Keith Seitz <keiths@redhat.com>
22657
22658 PR mi/15863
22659 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
22660 the inferior is started.
22661
22662 2014-06-16 Pedro Alves <palves@redhat.com>
22663
22664 * gdb.base/break-main-file-remove-fail.c: New file.
22665 * gdb.base/break-main-file-remove-fail.exp: New file.
22666 * gdb.base/break-unload-file.exp: Use build_executable instead of
22667 prepare_for_testing.
22668 (test_break): New parameter "initial_load". Handle it.
22669 (top level): Add initial_load cmdline/file axis.
22670
22671 2014-06-12 Tom Tromey <tromey@redhat.com>
22672
22673 * gdb.base/completion.exp: Don't use directory name in test.
22674
22675 2014-06-09 Gary Benson <gbenson@redhat.com>
22676
22677 * gdb.base/sigall.c [Functions to send signals]: Reorder to
22678 separate the always-available ANSI-standard signals from the
22679 signals that require checking.
22680 (main): Likewise.
22681 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
22682 Likewise.
22683 (main): Likewise.
22684
22685 2014-06-07 Keith Seitz <keiths@redhat.com>
22686
22687 Revert:
22688 PR c++/16253
22689 * gdb.cp/var-tag.cc: New file.
22690 * gdb.cp/var-tag.exp: New file.
22691 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
22692 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
22693 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
22694 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
22695
22696 2014-06-06 Doug Evans <xdje42@gmail.com>
22697
22698 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
22699
22700 2014-06-06 Pedro Alves <palves@redhat.com>
22701
22702 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
22703 in target debug output instead of looking at RSP packets,
22704 disabling the test on any target that uses hardware stepping.
22705 Update comments.
22706
22707 2014-06-06 Pedro Alves <palves@redhat.com>
22708
22709 * gdb.base/break-unload-file.exp: Fix typo.
22710
22711 2014-06-06 Yao Qi <yao@codesourcery.com>
22712
22713 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
22714 from "jit_function" to "^jit_function".
22715
22716 2014-06-06 Yao Qi <yao@codesourcery.com>
22717
22718 * gdb.base/async.c (foo): Add one statement.
22719 * gdb.base/async.exp: Get the next instruction address and
22720 match the output of "nexti" by instruction address. Match
22721 the hex address in the output of "finish".
22722
22723 2014-06-06 Gary Benson <gbenson@redhat.com>
22724
22725 * gdb.base/call-signals.c: Remove preprocessor conditionals
22726 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
22727 SIGSEGV and SIGTERM.
22728 * gdb.base/sigall.c: Likewise.
22729 * gdb.base/unwindonsignal.c: Likewise.
22730 * gdb.reverse/sigall-reverse.c: Likewise.
22731
22732 2014-06-06 Yao Qi <yao@codesourcery.com>
22733
22734 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
22735 readable, skip the test.
22736
22737 2014-06-06 Yao Qi <yao@codesourcery.com>
22738
22739 * gdb.threads/staticthreads.c (thread_function): Move the line
22740 setting breakpoint on forward.
22741 * gdb.threads/staticthreads.exp: Update comments.
22742
22743 2014-06-05 Ludovic Courtès <ludo@gnu.org>
22744
22745 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
22746 "history-append! type error".
22747
22748 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
22749
22750 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
22751 erroneous dprintf expected input.
22752
22753 2014-06-04 Doug Evans <xdje42@gmail.com>
22754
22755 * gdb.guile/scm-generics.exp: Delete.
22756
22757 2014-06-04 Doug Evans <xdje42@gmail.com>
22758
22759 * gdb.guile/scm-breakpoint.exp: Update.
22760 Add tests for breakpoint registration.
22761
22762 2014-06-04 Tom Tromey <tromey@redhat.com>
22763
22764 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
22765 VLA-in-union.
22766 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
22767 inner_vla_struct, vla_union types. Initialize objects of those
22768 types and compute their sizes.
22769
22770 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
22771 Hui Zhu <hui@codesourcery.com>
22772
22773 * gdb.base/fileio.exp: Add test for shell not available as well as
22774 available.
22775 * gdb.base/fileio.c (test_system): Check for shell twice.
22776
22777 2014-06-04 Yao Qi <yao@codesourcery.com>
22778
22779 * gdb.base/auto-connect-native-target.exp: Remove redundant
22780 space from the regexp pattern.
22781
22782 2014-06-04 Yao Qi <yao@codesourcery.com>
22783
22784 * gdb.base/default.exp: Replace "child" with "native" in
22785 regexp pattern.
22786
22787 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
22788
22789 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
22790 * gdb.python/py-xmethods.exp: New tests to test xmethods.
22791 * gdb.python/py-xmethods.py: Python script supporting the
22792 new testcase and tests.
22793
22794 2014-06-03 Joel Brobecker <brobecker@adacore.com>
22795 Pedro Alves <palves@redhat.com>
22796
22797 PR breakpoints/17000
22798 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
22799 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
22800
22801 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
22802
22803 * gdb.base/subst.exp: Add tests to verify partial path matching
22804 output.
22805
22806 2014-06-03 Pedro Alves <palves@redhat.com>
22807
22808 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
22809 target that doesn't use software single-stepping.
22810
22811 2014-06-03 Pedro Alves <palves@redhat.com>
22812
22813 PR breakpoints/17000
22814 * gdb.base/sss-bp-on-user-bp-2.c: New file.
22815 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
22816
22817 2014-06-02 Doug Evans <xdje42@gmail.com>
22818
22819 * gdb.guile/scm-parameter.exp: New file.
22820
22821 2014-06-02 Doug Evans <xdje42@gmail.com>
22822
22823 * gdb.guile/scm-cmd.c: New file.
22824 * gdb.guile/scm-cmd.exp: New file.
22825
22826 2014-06-02 Doug Evans <xdje42@gmail.com>
22827
22828 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
22829 pretty-printer lookup.
22830 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
22831 (make-pp_s-printer): Call it.
22832 (make-pretty-printer-from-dict): New function.
22833 (lookup-pretty-printer-maker-from-dict): New function.
22834 (*pretty-printer*): Simplify.
22835 (make-objfile-pp_s-printer): New function.
22836 (install-objfile-pretty-printers!): New function.
22837 (make-progspace-pp_s-printer): New function.
22838 (install-progspace-pretty-printers!): New function.
22839 * gdb.guile/scm-progspace.c: New file.
22840 * gdb.guile/scm-progspace.exp: New file.
22841
22842 2014-06-02 Pedro Alves <palves@redhat.com>
22843
22844 * gdb.base/dprintf-bp-same-addr.c: New file.
22845 * gdb.base/dprintf-bp-same-addr.exp: New file.
22846
22847 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22848
22849 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
22850 * gdb.arch/powerpc-power.s: Likewise.
22851
22852 2014-06-02 Joel Brobecker <brobecker@adacore.com>
22853
22854 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
22855
22856 2014-06-01 Yao Qi <yao@codesourcery.com>
22857
22858 * gdb.base/watchpoint.exp (test_watch_location): Check null
22859 pointer can be dereferenced. If not, do the test, otherwise
22860 skip it.
22861
22862 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
22863
22864 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
22865 results.
22866 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
22867
22868 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
22869
22870 * gdb.arch/amd64-invalid-stack-middle.S: New file.
22871 * gdb.arch/amd64-invalid-stack-middle.c: New file.
22872 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
22873 * gdb.arch/amd64-invalid-stack-top.c: New file.
22874 * gdb.arch/amd64-invalid-stack-top.exp: New file.
22875
22876 2014-05-30 Pedro Alves <palves@redhat.com>
22877
22878 PR breakpoints/17000
22879 * gdb.base/sss-bp-on-user-bp.c: New file.
22880 * gdb.base/sss-bp-on-user-bp.exp: New file.
22881
22882 2014-05-30 David Blaikie <dblaikie@gmail.com>
22883
22884 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
22885 gnu_inline semantics via attribute.
22886 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
22887 source explicitly specifies the required semantics.
22888
22889 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
22890
22891 * gdb.reverse/sigall-reverse.exp: Fix a typo.
22892
22893 2014-05-29 Pedro Alves <palves@redhat.com>
22894 Tom Tromey <tromey@redhat.com>
22895
22896 * gdb.base/async-shell.exp: Don't enable target-async.
22897 * gdb.base/async.exp
22898 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
22899 parameter. Adjust.
22900 (top level): Don't test with "target-async".
22901 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
22902 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
22903 * gdb.base/inferior-died.exp: Don't enable target-async.
22904 * gdb.base/interrupt-noterm.exp: Likewise.
22905 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
22906 * gdb.mi/mi-nonstop-exit.exp: Likewise.
22907 * gdb.mi/mi-nonstop.exp: Likewise.
22908 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
22909 * gdb.mi/mi-nsintrall.exp: Likewise.
22910 * gdb.mi/mi-nsmoribund.exp: Likewise.
22911 * gdb.mi/mi-nsthrexec.exp: Likewise.
22912 * gdb.mi/mi-watch-nonstop.exp: Likewise.
22913 * gdb.multi/watchpoint-multi.exp: Adjust comment.
22914 * gdb.python/py-evsignal.exp: Don't enable target-async.
22915 * gdb.python/py-evthreads.exp: Likewise.
22916 * gdb.python/py-prompt.exp: Likewise.
22917 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
22918 * gdb.server/solib-list.exp: Don't enable target-async.
22919 * gdb.threads/thread-specific-bp.exp: Likewise.
22920 * lib/mi-support.exp: Adjust to use mi-async.
22921
22922 2014-05-29 Pedro Alves <palves@redhat.com>
22923
22924 PR gdb/13860
22925 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
22926 reason, even in sync mode.
22927
22928 2014-05-29 Pedro Alves <palves@redhat.com>
22929 Hui Zhu <hui@codesourcery.com>
22930
22931 PR PR15693
22932 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
22933 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
22934 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
22935 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
22936
22937 2014-05-28 Joel Brobecker <brobecker@adacore.com>
22938
22939 * config/monitor.exp (gdb_target_monitor): Replace use of
22940 "set remotebaud" by "set serial baud".
22941
22942 2014-05-26 Andy Wingo <wingo@igalia.com>
22943
22944 * gdb.guile/scm-breakpoint.exp:
22945 * gdb.guile/scm-gsmob.exp: Update to use plain old object
22946 properties instead of gdb-object-properties.
22947
22948 2014-05-26 Yao Qi <yao@codesourcery.com>
22949
22950 * gdb.server/no-thread-db.exp: Specify source file name
22951 explicitly when setting a breakpoint.
22952
22953 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22954
22955 * gdb.btrace/vdso.c: New.
22956 * gdb.btrace/vdso.exp: New.
22957
22958 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22959
22960 * gdb.base/gcore.exp (capture_command_output): Move ...
22961 * lib/gdb.exp (capture_command_output): ... here.
22962
22963 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22964
22965 * gdb.btrace/data.exp: Test memory access during btrace replay.
22966
22967 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
22968
22969 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
22970
22971 2014-05-21 Pedro Alves <palves@redhat.com>
22972
22973 PR gdb/13860
22974 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
22975 (top level): Test that output related to execution commands is
22976 sent to the console with CLI commands, but not with MI commands.
22977 Test that breakpoint events are always mirrored to the console.
22978 Also expect the new source line to be output after a "next" in
22979 async mode too. Make it a pass/fail test.
22980 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
22981 output.
22982 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
22983
22984 2014-05-21 Pedro Alves <palves@redhat.com>
22985
22986 * gdb.base/list.exp (build_pattern, test_list): New procedures.
22987 Use them to test variations of "list" after reaching a breakpoint.
22988 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
22989 Test "list" with listsize 10 after reaching a breakpoint.
22990 * gdb.python/python.exp (decode_line current location line
22991 number): Adjust expected line number.
22992
22993 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
22994
22995 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
22996 behavior for $args, pass it directly to "run".
22997
22998 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
22999
23000 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
23001 30000 to 65536.
23002
23003 2014-05-21 Pedro Alves <palves@redhat.com>
23004
23005 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
23006 auto-connect-native-target off".
23007 * gdb.base/auto-connect-native-target.c: New file.
23008 * gdb.base/auto-connect-native-target.exp: New file.
23009
23010 2014-05-21 Pedro Alves <palves@redhat.com>
23011
23012 * gdb.base/default.exp: Test "target native" instead of "target
23013 child".
23014
23015 2014-05-21 Mark Wielaard <mjw@redhat.com>
23016
23017 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
23018
23019 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
23020
23021 Fix TLS access for -static -pthread.
23022 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
23023 <HAVE_TLS> (thread_function, main): Initialize it.
23024 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
23025 Add clean_restart.
23026 <$have_tls != "">: Check TLSVAR.
23027
23028 2014-05-21 Pedro Alves <palves@redhat.com>
23029
23030 * gdb.base/dcache-line-read-error.c: New.
23031 * gdb.base/dcache-line-read-error.exp: New.
23032
23033 2014-05-20 Pedro Alves <palves@redhat.com>
23034
23035 * gdb.base/compare-sections.c: New file.
23036 * gdb.base/compare-sections.exp: New file.
23037
23038 2014-05-20 Pedro Alves <palves@redhat.com>
23039
23040 * gdb.base/break-idempotent.c: New file.
23041 * gdb.base/break-idempotent.exp: New file.
23042
23043 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
23044
23045 * gdb.btrace/nohist.exp: New.
23046
23047 2014-05-20 Yao Qi <yao@codesourcery.com>
23048
23049 * lib/gdb.exp (gdb_init): Set timeout if test file is under
23050 gdb.reverse directory and gdb_reverse_timeout exists in board
23051 setting.
23052 * README: Document gdb_reverse_timeout.
23053
23054 2014-05-20 Yao Qi <yao@codesourcery.com>
23055
23056 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
23057 'test_file_name'. Treat args as a string instead of a list.
23058 (gdb_init): Rename argument 'args' by 'test_file_name'.
23059
23060 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
23061
23062 * gdb.arch/powerpc-power.exp: New file.
23063 * gdb.arch/powerpc-power.s: New file.
23064
23065 2014-05-16 Doug Evans <dje@google.com>
23066
23067 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
23068 * gdb.base/completion.exp: Check that all expected files exist
23069 before doing file completion.
23070
23071 2014-05-16 Doug Evans <dje@google.com>
23072
23073 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
23074 Update.
23075 (do_syscall_tests_without_xml): Update.
23076
23077 2014-05-16 Pedro Alves <palves@redhat.com>
23078
23079 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
23080 instead of "unknown output after running".
23081
23082 2014-05-16 Yao Qi <yao@codesourcery.com>
23083
23084 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
23085 file1.txt from host at the end.
23086 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
23087
23088 2014-05-15 Doug Evans <dje@google.com>
23089
23090 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
23091 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
23092 loading file. Add test for TU lookup.
23093
23094 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23095
23096 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
23097 calling "-exec-arguments" or "set args" before running the
23098 inferior.
23099
23100 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23101
23102 * lib/mi-support.exp (mi_expect_stop): Expect message for
23103 inferiors that exit with non-zero exit code.
23104
23105 2014-05-14 Yao Qi <yao@codesourcery.com>
23106
23107 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
23108 match absolute path on remote host.
23109 (test_file_list_exec_source_files): Remove "/" from the
23110 pattern.
23111
23112 2014-05-14 Yao Qi <yao@codesourcery.com>
23113
23114 * boards/local-remote-host-notty.exp (${board}_file): New
23115 proc.
23116
23117 2014-05-07 Kyle McMartin <kyle@redhat.com>
23118
23119 Pushed by Joel Brobecker <brobecker@adacore.com>.
23120 * gdb.arch/aarch64-atomic-inst.c: New file.
23121 * gdb.arch/aarch64-atomic-inst.exp: New file.
23122
23123 2014-05-07 Yao Qi <yao@codesourcery.com>
23124
23125 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
23126 in current context" too.
23127
23128 2014-05-05 Keith Seitz <keiths@redhat.com>
23129
23130 * gdb.linespec/ls-dollar.exp: Add test for linespec
23131 file:convenience_variable.
23132
23133 2014-05-05 Yao Qi <yao@codesourcery.com>
23134
23135 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
23136 traceframes into tfile and ctf trace files. Read data from
23137 trace file and test collected data.
23138 (gdb_collect_locals_test): Likewise.
23139 (gdb_unavailable_registers_test): Likewise.
23140 (gdb_unavailable_floats): Likewise.
23141 (gdb_collect_globals_test): Likewise.
23142 (top-level): Append "ctf" to trace_file_targets if GDB
23143 supports.
23144
23145 2014-05-05 Yao Qi <yao@codesourcery.com>
23146
23147 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
23148 code to ...
23149 (gdb_collect_args_test_1): ... it. New proc.
23150 (gdb_collect_locals_test): Move some code to ...
23151 (gdb_collect_locals_test_1): ... it. New proc.
23152 (gdb_unavailable_registers_test): Move some code to ...
23153 (gdb_unavailable_registers_test_1): ... it. New proc.
23154 (gdb_unavailable_floats): Move some code to ...
23155 (gdb_unavailable_floats_1): ... it. New proc.
23156
23157 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23158
23159 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
23160 probes to test for bitness recognition.
23161 * gdb.arch/amd64-stap-optional-prefix.exp
23162 (test_probe_value_without_reg): New procedure.
23163 Add code to test for different kinds of bitness.
23164
23165 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23166
23167 PR breakpoints/16889
23168 * gdb.arch/amd64-stap-optional-prefix.S: New file.
23169 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
23170
23171 2014-05-01 Pedro Alves <palves@redhat.com>
23172
23173 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
23174 gdb_file_cmd if no file is specified.
23175 * boards/native-extended-gdbserver.exp (gdb_load): Use the
23176 last_loaded_file to set the remote exec-file.
23177
23178 2014-05-01 Pedro Alves <palves@redhat.com>
23179
23180 * boards/local-remote-host.exp: New file.
23181
23182 2014-05-01 Pedro Alves <palves@redhat.com>
23183
23184 * boards/local-remote-host.exp: Rename to ...
23185 * boards/local-remote-host-notty.exp: ... this.
23186
23187 2014-04-28 Joel Brobecker <brobecker@adacore.com>
23188
23189 * gdb.ada/dyn_arrayidx: New testcase.
23190
23191 2014-04-26 Yao Qi <yao@codesourcery.com>
23192
23193 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
23194 and compute the length of function main. Save it in
23195 $main_length.
23196 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
23197 (top-level): Use gdb_compile to compile objects into
23198 executable and restart GDB. Remove invocation to
23199 prepare_for_testing.
23200
23201 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
23202 Pedro Alves <palves@redhat.com>
23203
23204 PR server/16255
23205 * gdb.multi/multi-attach.c: New file.
23206 * gdb.multi/multi-attach.exp: New file.
23207
23208 2014-04-25 Pedro Alves <palves@redhat.com>
23209
23210 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
23211 user.
23212 (top level): Test that "set remote conditional-breakpoints-packet
23213 off" works as intended.
23214 * gdb.base/dprintf.exp: Test that "set remote
23215 breakpoint-commands-packet off" works as intended.
23216 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
23217 New function.
23218 (top level): Call it.
23219 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
23220 remote fast-tracepoints-packet off" works as intended.
23221 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
23222 * lib/gdb.exp (gdb_is_target_remote): ... here.
23223
23224 2014-04-24 David Blaikie <dblaikie@gmail.com>
23225
23226 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
23227 ensure clang would not discard them.
23228 * gdb.base/gdbvars.c: Ditto.
23229 * gdb.base/memattr.c: Ditto.
23230 * gdb.base/whatis.c: Ditto.
23231 * gdb.python/py-prettyprint.c: Ditto.
23232 * gdb.trace/actions.c: Ditto.
23233 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
23234 ensure clang would not discard it.
23235
23236 2014-04-24 David Blaikie <dblaikie@gmail.com>
23237
23238 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
23239 clang to emit the full definition of type required by the test
23240 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
23241
23242 2014-04-24 David Blaikie <dblaikie@gmail.com>
23243
23244 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
23245 coax Clang into emitting the definition of the type.
23246 * gdb.cp/pr10728-x.h (y): Ditto.
23247 * gdb.cp/pr10728-y.cc (y): Ditto.
23248
23249 2014-04-24 David Blaikie <dblaikie@gmail.com>
23250
23251 * gdb.base/label.exp: XFAIL label related tests under Clang.
23252 * gdb.cp/cplabel.exp: Ditto.
23253 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
23254 under Clang those using labels.
23255
23256 2014-04-25 Yao Qi <yao@codesourcery.com>
23257
23258 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
23259 double_label.
23260 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
23261 partial_label and double_label.
23262
23263 2014-04-24 David Blaikie <dblaikie@gmail.com>
23264
23265 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
23266
23267 2014-04-24 David Blaikie <dblaikie@gmail.com>
23268
23269 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
23270 of the function to work across GCC and Clang.
23271 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
23272 pointer types (const void ** const V void **).
23273
23274 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
23275 Walfred Tedeschi <walfred.tedeschi@intel.com>
23276
23277 * Makefile.in (EXECUTABLES): Added i386-avx512.
23278 * gdb.arch/i386-avx512.c: New file.
23279 * gdb.arch/i386-avx512.exp: Likewise.
23280
23281 2014-04-23 Keith Seitz <keiths@redhat.com>
23282
23283 * lib/mi-support.exp (mi_list_breakpoints): Delete.
23284 (mi_make_breakpoint_table): New procedure.
23285 (mi_create_breakpoint): Use mi_make_breakpoint
23286 and return the result.
23287 (mi_make_breakpoint): New procedure.
23288 (mi_build_kv_pairs): New procedure.
23289
23290 * gdb.mi/mi-break.exp: Remove unused globals,
23291 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
23292 All callers updated.
23293 * gdb.mi/mi-dprintf.exp: Use variable to track command
23294 number.
23295 Update all callers of mi_create_breakpoint and use
23296 mi_make_breakpoint_table.
23297 Remove any unused global variables.
23298 * gdb.mi/mi-nonstop.exp: Likewise.
23299 * gdb.mi/mi-nsintrall.exp: Likewise.
23300 * gdb.mi/mi-nsmoribund.exp: Likewise.
23301 * gdb.mi/mi-nsthrexec.exp: Likewise.
23302 * gdb.mi/mi-reverse.exp: Likewise.
23303 * gdb.mi/mi-simplerun.exp: Likewise.
23304 * gdb.mi/mi-stepn.exp: Likewise.
23305 * gdb.mi/mi-syn-frame.exp: Likewise.
23306 * gdb.mi/mi-until.exp: Likewise.
23307 * gdb.mi/mi-var-cp.exp: Likewise.
23308 * gdb.mi/mi-var-display.exp: Likewise.
23309 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
23310 * gdb.mi/mi2-var-child.exp: Likewise.
23311 * gdb.mi/mi-vla-c99.exp: Likewise.
23312 * lib/mi-support.exp: Likewise.
23313
23314 From Ian Lance Taylor <iant@cygnus.com>:
23315 * lib/gdb.exp (parse_args): New procedure.
23316
23317 2014-04-23 Pedro Alves <palves@redhat.com>
23318
23319 * gdb.base/break-unload-file.c: New file.
23320 * gdb.base/break-unload-file.exp: New file.
23321 * gdb.base/sym-file-lib.c (baz): New function.
23322 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
23323 field.
23324 (load): Store the segment's mapped size.
23325 (unload): New function.
23326 (unload_shlib): New function.
23327 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
23328 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
23329 set a breakpoint at baz, and call it.
23330 * gdb.base/sym-file.exp: New tests for stale breakpoint
23331 instructions.
23332
23333 2014-04-23 Pedro Alves <palves@redhat.com>
23334
23335 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
23336 * gdb.base/hbreak-in-shr-unsupported.c: New file.
23337 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
23338 * gdb.base/hbreak-unmapped.c: New file.
23339 * gdb.base/hbreak-unmapped.exp: New file.
23340 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
23341 * lib/gdb.exp (gdb_is_target_remote): ... here.
23342
23343 2014-04-22 Pedro Alves <palves@redhat.com>
23344
23345 * gdb.base/consecutive-step-over.c: New file.
23346 * gdb.base/consecutive-step-over.exp: New file.
23347
23348 2014-04-22 Pedro Alves <palves@redhat.com>
23349
23350 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
23351 instead of send_gdb/gdb_expect.
23352
23353 2014-04-22 Yao Qi <yao@codesourcery.com>
23354
23355 * lib/trace-support.exp (generate_tracefile): New procedure.
23356 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
23357 return 0.
23358 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
23359 if generate_tracefile returns 1.
23360
23361 2014-04-18 Tom Tromey <palves@redhat.com>
23362 Pedro alves <tromey@redhat.com>
23363
23364 PR backtrace/15558
23365 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
23366 with a backtrace limit.
23367 * gdb.python/py-frame-inline.exp: Test running to an inline
23368 function with a backtrace limit, and printing the newest frame.
23369 * gdb.python/py-frame-inline.c (main): Call f.
23370
23371 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23372
23373 * gdb.java/jnpe.exp: Drop srcdir from untested path.
23374
23375 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23376
23377 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
23378 Drop prefix from unsupported source file path.
23379
23380 2014-04-17 Yao Qi <yao@codesourcery.com>
23381
23382 * lib/gdb.exp (with_target_charset): New proc.
23383 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
23384 with_target_charset.
23385 (test_print_strings): Likewise.
23386 (test_repeat_bytes): Likewise.
23387 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
23388 for some tests.
23389
23390 2014-04-16 Keith Seitz <keiths@redhat.com>
23391
23392 PR gdb/15827
23393 * gdb.dwarf2/corrupt.c: New file.
23394 * gdb.dwarf2/corrupt.exp: New file.
23395
23396 2014-04-16 Keith Seitz <keiths@redhat.com>
23397
23398 PR c++/16597
23399 * gdb.cp/namelessclass.cc: New file.
23400 * gdb.cp/namelessclass.exp: New file.
23401 * gdb.cp/namelessclass.S: New file.
23402
23403 2014-04-16 Doug Evans <dje@google.com>
23404
23405 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
23406 Add comment.
23407 (gdbserver_default_get_comm_port): New function.
23408 (gdbserver_start): Check if board file provided
23409 "gdbserver,get_comm_port" and use it if so.
23410 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
23411 (gdb,socketport): Set to "stdio".
23412 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
23413 (stdio_gdbserver_template): Delete.
23414 (${board}_get_remote_address): Update.
23415 (${board}_build_remote_cmd): Delete.
23416 (${board}_get_comm_port): New function.
23417 (${board}_spawn): Update.
23418 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
23419 Delete.
23420 (${board}_get_remote_address): Update.
23421 (${board}_get_comm_port): New function.
23422
23423 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
23424
23425 * gdb.base/memattr.exp: Improve regexps to handle memory regions
23426 appearing in any order.
23427
23428 2014-04-15 Doug Evans <dje@google.com>
23429
23430 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
23431 uninitialized value of "description".
23432
23433 2014-04-15 Keith Seitz <keiths@redhat.com>
23434
23435 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
23436 Remove unused globals.
23437 (test_running_the_program): Likewise.
23438 (test_controlled_execution): Likewise.
23439 (test_controlling_breakpoints): Likewise.
23440 (test_program_termination): Likewise.
23441
23442 2014-04-15 Keith Seitz <keiths@redhat.com>
23443
23444 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
23445 unused globals.
23446 (test_rbreak_creation_and_listing): Likewise.
23447 (test_ignore_count): Likewise.
23448 (test_error): Likewise.
23449
23450 2014-04-15 Pedro Alves <palves@redhat.com>
23451
23452 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
23453 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
23454 sym-file-loader.c.
23455 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23456 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23457 to sym-file-loader.c.
23458 (struct library): Forward declare.
23459 (load_shlib, lookup_function): Change prototypes.
23460 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23461 (translate_offset): Remove declarations.
23462 (get_text_addr): New declaration.
23463 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
23464 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
23465 sym-file-loader.h.
23466 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23467 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23468 here from sym-file-loader.h.
23469 (struct library): New structure.
23470 (load_shlib, lookup_function): Change prototypes and adjust to
23471 work with a struct library.
23472 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23473 (translate_offset): Make static.
23474 (get_text_addr): New function.
23475 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
23476
23477 2014-04-15 Pedro Alves <palves@redhat.com>
23478
23479 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
23480
23481 2014-04-15 Pedro Alves <palves@redhat.com>
23482
23483 * gdb.base/sym-file-loader.c: Include <limits.h>.
23484 (SELF_LINK): New define.
23485 (get_origin): New function.
23486 (load_shlib): Use it.
23487 * gdb.base/sym-file.exp: Don't early return if the target is
23488 remote. Use runto_main, and issue fail is that fails. Use
23489 gdb_load_shlibs.
23490 (shlib_name): Delete.
23491 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
23492
23493 2014-04-15 Pedro Alves <palves@redhat.com>
23494
23495 * gdb.base/sym-file.exp: Remove regex characters from test
23496 message. Don't refer to breakpoint numbers in test messages.
23497
23498 2014-04-14 Keith Seitz <keiths@redhat.com>
23499
23500 PR c++/16253
23501 * gdb.cp/var-tag.cc: New file.
23502 * gdb.cp/var-tag.exp: New file.
23503 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
23504 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
23505 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
23506 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
23507
23508 2014-04-14 Tom Tromey <tromey@redhat.com>
23509
23510 * gdb.cp/classes.exp (test_enums): Handle underlying type.
23511 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
23512 type.
23513 * gdb.cp/enum-class.exp: New file.
23514 * gdb.cp/enum-class.cc: New file.
23515
23516 2014-04-14 Tom Tromey <tromey@redhat.com>
23517
23518 * gdb.dwarf2/enum-type.exp: New file.
23519
23520 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23521
23522 * gdb.mi/mi-vla-c99.exp: New file.
23523 * gdb.mi/vla.c: New file.
23524
23525 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23526
23527 * gdb.base/vla-datatypes.c: New file.
23528 * gdb.base/vla-datatypes.exp: New file.
23529
23530 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23531
23532 * gdb.base/vla-ptr.c: New file.
23533 * gdb.base/vla-ptr.exp: New file.
23534
23535 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23536
23537 * gdb.dwarf2/count.exp: New file.
23538
23539 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23540
23541 * gdb.base/vla-sideeffect.c: New file.
23542 * gdb.base/vla-sideeffect.exp: New file.
23543
23544 2014-04-14 David Blaikie <dblaikie@gmail.com>
23545
23546 * gdb.mi/non-stop.c: Add return value for non-void function return
23547 statement.
23548 * gdb.threads/staticthreads.c: Ditto.
23549
23550 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
23551 Doug Evans <xdje42@gmail.com>
23552
23553 * gdb.guile/scm-value.c: Improve test case.
23554 * gdb.guile/scm-value.exp: Add new test.
23555
23556 2014-04-11 David Blaikie <dblaikie@gmail.com>
23557
23558 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
23559 override Clang's default.
23560
23561 2014-04-11 Joel Brobecker <brobecker@adacore.com>
23562
23563 Revert the following changes (regressions):
23564
23565 * gdb.base/vla-sideeffect.c: New file.
23566 * gdb.base/vla-sideeffect.exp: New file.
23567
23568 * gdb.dwarf2/count.exp: New file.
23569
23570 * gdb.base/vla-multi.c: New file.
23571 * gdb.base/vla-multi.exp: New file.
23572
23573 * gdb.base/vla-ptr.c: New file.
23574 * gdb.base/vla-ptr.exp: New file.
23575
23576 * gdb.base/vla-datatypes.c: New file.
23577 * gdb.base/vla-datatypes.exp: New file.
23578
23579 * gdb.mi/mi-vla-c99.exp: New file.
23580 * gdb.mi/vla.c: New file.
23581
23582 2014-04-11 Keith Seitz <keiths@redhat.com>
23583
23584 PR c++/16675
23585 * gdb.cp/cpsizeof.exp: New file.
23586 * gdb.cp/cpsizeof.cc: New file.
23587
23588 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23589
23590 * gdb.mi/mi-vla-c99.exp: New file.
23591 * gdb.mi/vla.c: New file.
23592
23593 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23594
23595 * gdb.base/vla-datatypes.c: New file.
23596 * gdb.base/vla-datatypes.exp: New file.
23597
23598 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23599
23600 * gdb.base/vla-ptr.c: New file.
23601 * gdb.base/vla-ptr.exp: New file.
23602
23603 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23604
23605 * gdb.base/vla-multi.c: New file.
23606 * gdb.base/vla-multi.exp: New file.
23607
23608 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23609
23610 * gdb.dwarf2/count.exp: New file.
23611
23612 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23613
23614 * gdb.base/vla-sideeffect.c: New file.
23615 * gdb.base/vla-sideeffect.exp: New file.
23616
23617 2014-04-11 Yao Qi <yao@codesourcery.com>
23618
23619 * gdb.base/completion.exp: Check file exists before running tests
23620 on file completion.
23621
23622 2014-04-10 Pedro Alves <palves@redhat.com>
23623
23624 * gdb.base/cond-eval-mode.c: New file.
23625 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
23626 prepare_for_testing to build the new file. Check result of
23627 runto_main.
23628 (test_break, test_watch): New procedures.
23629 (top level): Use them.
23630
23631 2014-04-08 Pierre Muller <muller@sourceware.org>
23632
23633 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
23634 Ctrl-V use for mingw hosts.
23635
23636 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
23637
23638 * gdb.python/py-value.c: Improve test case.
23639 * gdb.python/py-value.exp: Add new test.
23640
23641 2014-04-07 David Blaikie <dblaikie@gmail.com>
23642
23643 * lib/compiler.c: Identify the clang compiler.
23644 * lib/compiler.cc: Ditto.
23645
23646 2014-04-03 Yao Qi <yao@codesourcery.com>
23647
23648 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
23649
23650 2014-04-01 Anton Blanchard <anton@samba.org>
23651
23652 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
23653 messages unique.
23654
23655 2014-04-01 Anton Blanchard <anton@samba.org>
23656
23657 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
23658 prepare_for_testing.
23659
23660 2014-04-01 Anton Blanchard <anton@samba.org>
23661
23662 * gdb.arch/ppc64-atomic-inst.c: Remove.
23663 * gdb.arch/ppc64-atomic-inst.S: New file.
23664 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
23665
23666 2014-03-31 Doug Evans <dje@google.com>
23667
23668 * gdb.base/print-symbol-loading-lib.c: New file.
23669 * gdb.base/print-symbol-loading-main.c: New file.
23670 * gdb.base/print-symbol-loading.exp: New file.
23671
23672 2014-03-31 Yao Qi <yao@codesourcery.com>
23673
23674 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
23675
23676 2014-03-28 Joel Brobecker <brobecker@adacore.com>
23677
23678 * gdb.ada/mi_dyn_arr: New testcase.
23679
23680 2014-03-27 Doug Evans <dje@google.com>
23681
23682 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
23683
23684 2014-03-27 Yao Qi <yao@codesourcery.com>
23685
23686 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
23687 if target is nios2-*-*.
23688
23689 2014-03-26 Yao Qi <yao@codesourcery.com>
23690
23691 * lib/gdb.exp (readline_is_used): New proc.
23692 * gdb.base/completion.exp: Move tests on command complete up.
23693 Skip the rest of tests if readline is not used.
23694 * gdb.ada/complete.exp: Skp the test if readline is not
23695 used.
23696 * gdb.base/filesym.exp: Likewise.
23697 * gdb.base/macscp.exp: Likewise.
23698 * gdb.base/readline-ask.exp: Likewise.
23699 * gdb.base/readline.exp: Likewise.
23700 * gdb.python/py-cmd.exp: Likewise.
23701 * gdb.trace/tfile.exp: Likewise.
23702
23703 2014-03-26 Yao Qi <yao@codesourcery.com>
23704
23705 * gdb.base/macscp.exp: Fix code format issues.
23706
23707 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
23708
23709 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
23710 * gdb.asm/powerpc64le.inc: New file.
23711
23712 2014-03-25 Pedro Alves <palves@redhat.com>
23713 Doug Evans <dje@google.com>
23714
23715 * gdb.base/source-execution.c: New file.
23716 * gdb.base/source-execution.exp: New file.
23717 * gdb.base/source-execution.gdb: New file.
23718
23719 2014-03-24 Doug Evans <dje@google.com>
23720
23721 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
23722 using fission.
23723
23724 2014-03-24 Hui Zhu <hui@codesourcery.com>
23725 Pedro Alves <palves@redhat.com>
23726
23727 PR breakpoints/16101
23728 * gdb.base/dprintf.exp: Use unsupported rather than changing the
23729 test pass/fail messages. Detect missing support for dprintf when
23730 breakpoints are actually inserted.
23731 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
23732 breakpoints are actually inserted.
23733 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
23734 fails.
23735
23736 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
23737
23738 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
23739
23740 2014-03-22 Doug Evans <xdje42@gmail.com>
23741
23742 * gdb.python/python.exp (python not supported): Verify multi-line
23743 python command issues an error.
23744 * gdb.guile/guile.exp (guile not supported): Verify multi-line
23745 guile command issues an error.
23746
23747 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
23748
23749 * gdb.threads/thread-specific.exp: Handle the lack of usable
23750 $this_breakpoint and $this_thread.
23751
23752 2014-03-21 Hui Zhu <hui@codesourcery.com>
23753
23754 * gdb.base/attach.exp (do_command_attach_tests): New.
23755
23756 2014-03-20 Tom Tromey <tromey@redhat.com>
23757 Pedro Alves <palves@redhat.com>
23758
23759 PR cli/15718
23760 * gdb.base/condbreak-call-false.c: New file.
23761 * gdb.base/condbreak-call-false.exp: New file.
23762
23763 2014-03-20 Pedro Alves <palves@redhat.com>
23764
23765 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
23766 Delete.
23767 (block_signals, unblock_signals): Delete.
23768 (child_function_2, main): Remove references to deleted variable
23769 and functions.
23770
23771 2014-03-20 Pedro Alves <palves@redhat.com>
23772
23773 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
23774 Use pthread_kill to signal thread 2.
23775 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23776 Adjust to make the test send itself a signal rather than using the
23777 host's "kill" command.
23778
23779 2014-03-20 Pedro Alves <palves@redhat.com>
23780
23781 * gdb.threads/multiple-step-overs.c: New file.
23782 * gdb.threads/multiple-step-overs.exp: New file.
23783 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23784 Adjust expected infrun debug output.
23785
23786 2014-03-20 Pedro Alves <palves@redhat.com>
23787
23788 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
23789 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
23790
23791 2014-03-20 Pedro Alves <palves@redhat.com>
23792
23793 PR breakpoints/7143
23794 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
23795 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
23796 of gdb_test_multiple.
23797 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
23798 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
23799
23800 2014-03-20 Pedro Alves <palves@redhat.com>
23801
23802 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
23803 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
23804
23805 2014-03-19 Pedro Alves <palves@redhat.com>
23806
23807 * gdb.base/async.exp: Remove early return.
23808
23809 2014-03-19 Pedro Alves <palves@redhat.com>
23810
23811 * gdb.base/async.exp (step& tests): Pass explicit test messages.
23812
23813 2014-03-19 Pedro Alves <palves@redhat.com>
23814
23815 * gdb.base/async.exp (test_background): Expect \r\n after
23816 "completed." in the fail pattern.
23817
23818 2014-03-19 Pedro Alves <palves@redhat.com>
23819
23820 * gdb.base/async.exp (test_background): New procedure.
23821 Use it for all background execution command tests.
23822
23823 2014-03-19 Pedro Alves <palves@redhat.com>
23824
23825 * gdb.base/async.exp: Use prepare_for_testing.
23826
23827 2014-03-19 Pedro Alves <palves@redhat.com>
23828
23829 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
23830 the same line.
23831
23832 2014-03-19 Pedro Alves <palves@redhat.com>
23833
23834 * gdb.base/async.c (main): Add "jump here" and "until here" line
23835 marker comments.
23836 * gdb.base/async.exp (jump_here): New global.
23837 (jump& test): Use it.
23838 (until_here): New global.
23839 (until& test): Use it.
23840
23841 2014-03-19 Pedro Alves <palves@redhat.com>
23842
23843 * gdb.base/async.exp: Don't frob gdb_protocol.
23844
23845 2014-03-18 Doug Evans <xdje42@gmail.com>
23846
23847 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
23848 Fix spelling of exec-done-display.
23849
23850 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
23851
23852 PR gdb/15358
23853 * gdb.base/gdb-sigterm.c: New file.
23854 * gdb.base/gdb-sigterm.exp: New file.
23855
23856 2014-03-18 Pedro Alves <palves@redhat.com>
23857
23858 PR gdb/13860
23859 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
23860 * lib/mi-support.exp (mi_expect_stop): Add special handling for
23861 solib-event.
23862
23863 2014-03-17 Joel Brobecker <brobecker@adacore.com>
23864
23865 * gdb.ada/pckd_arr_ren: New testcase.
23866
23867 2014-03-13 Doug Evans <xdje42@gmail.com>
23868
23869 PR guile/16612
23870 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
23871 collect after discarding symbols.
23872
23873 2014-03-13 Ludovic Courtès <ludo@gnu.org>
23874 Doug Evans <xdje42@gmail.com>
23875
23876 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
23877 to history survives a gc.
23878
23879 2014-03-13 Pedro Alves <palves@redhat.com>
23880
23881 * gdb.base/default.exp: Don't test "target procfs".
23882
23883 2014-03-13 Pedro Alves <palves@redhat.com>
23884
23885 * gdb.base/default.exp: Update "target child" and "target procfs"
23886 tests to not expect "Unix".
23887
23888 2014-03-12 Tom Tromey <tromey@redhat.com>
23889
23890 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
23891 New procs. Add target-async tests.
23892 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
23893 Add target-async tests.
23894
23895 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23896
23897 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
23898 'func_start' and 'func_end' for the beginning and end of the
23899 function code, respectively.
23900 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
23901 'func_end' instead of 'func' and 'main'.
23902
23903 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23904
23905 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
23906 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
23907 generate the debug info assembler source.
23908
23909 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23910
23911 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
23912 * gdb.dwarf2/arr-subrange.exp: Likewise.
23913 * gdb.dwarf2/dwz.exp: Likewise.
23914 * gdb.dwarf2/method-ptr.exp: Likewise.
23915 * gdb.dwarf2/missing-sig-type.exp: Likewise.
23916 * gdb.dwarf2/subrange.exp: Likewise.
23917 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
23918 * gdb.dwarf2/implptrpiece.exp: Likewise.
23919 * gdb.dwarf2/nostaticblock.exp: Likewise.
23920
23921 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23922
23923 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
23924 directory to absolute path name arguments.
23925
23926 2014-03-10 Joel Brobecker <brobecker@adacore.com>
23927
23928 * gdb.ada/tagged_access: New testcase.
23929
23930 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
23931
23932 * gdb.btrace/data.exp: Update expected output.
23933
23934 2014-03-06 Yao Qi <yao@codesourcery.com>
23935
23936 * gdb.trace/pr16508.exp: New file.
23937
23938 2014-03-05 Pedro Alves <palves@redhat.com>
23939
23940 PR gdb/16575
23941 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
23942 procedure.
23943 (top level): Adjust to use it. Add tests that exercise breakpoint
23944 interaction with the code-cache.
23945
23946 2014-02-26 Ludovic Courtès <ludo@gnu.org>
23947
23948 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
23949 test for 'history-append!'.
23950
23951 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23952
23953 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
23954 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
23955 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
23956 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
23957 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
23958 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
23959
23960 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23961
23962 * testsuite/gdb.python/py-pp-re-notag.c: New file.
23963 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
23964 * testsuite/gdb.python/py-pp-re-notag.p: New file.
23965
23966 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23967
23968 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
23969
23970 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23971
23972 * gdb.dwarf2/arr-stride.c: New file.
23973 * gdb.dwarf2/arr-stride.exp: New file.
23974
23975 2014-02-26 Pedro Alves <palves@redhat.com>
23976
23977 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
23978 that won't ever trigger. Make sure that GDB reports the correct
23979 breakpoint that caused the stop.
23980
23981 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
23982
23983 PR gdb/16626
23984 * gdb.base/auto-load-script: New file.
23985 * gdb.base/auto-load.c: New file.
23986 * gdb.base/auto-load.exp: New file.
23987
23988 PR gdb/16626
23989 * gdb.base/auto-load.exp: Fix out-of-srctree run.
23990
23991 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
23992
23993 Fix dw2-icycle.exp -fsanitize=address GDB crash.
23994 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
23995
23996 2014-02-24 Doug Evans <dje@google.com>
23997
23998 * lib/gdb.exp (run_on_host): Log error output if program fails.
23999
24000 2014-02-21 Pedro Alves <palves@redhat.com>
24001
24002 * gdb.threads/step-after-sr-lock.c: Rename to ...
24003 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
24004 * gdb.threads/step-after-sr-lock.exp: Rename to ...
24005 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24006 ... this.
24007
24008 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
24009
24010 PR tdep/16397
24011 * gdb.arch/amd64-stap-special-operands.exp: New file.
24012 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
24013 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
24014 * gdb.arch/amd64-stap-triplet.S: Likewise.
24015 * gdb.arch/amd64-stap-triplet.c: Likewise.
24016
24017 2014-02-20 Joel Brobecker <brobecker@adacore.com>
24018
24019 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
24020 in .section pseudo-op.
24021
24022 2014-02-20 lin zuojian <manjian2006@gmail.com>
24023 Joel Brobecker <brobecker@adacore.com>
24024 Doug Evans <xdje42@gmail.com>
24025
24026 PR symtab/16581
24027 * gdb.dwarf2/dw2-icycle.S: New file.
24028 * gdb.dwarf2/dw2-icycle.c: New file.
24029 * gdb.dwarf2/dw2-icycle.exp: New file.
24030
24031 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
24032
24033 * gdb.python/py-value-cc.cc: Improve test case to enable testing
24034 operations on gdb.Value objects.
24035 * gdb.python/py-value-cc.exp: Add new test to test operations on
24036 gdb.Value objects.
24037
24038 2014-02-18 Doug Evans <dje@google.com>
24039
24040 * Makefile.in (TESTS): New variable.
24041 (expanded_tests, expanded_tests_or_none): New variables
24042 (check-single): Pass $(expanded_tests_or_none) to runtest.
24043 (check-parallel): Only run tests in $(TESTS) if non-empty.
24044 (check/no-matching-tests-found): New rule.
24045 * README: Document TESTS makefile variable.
24046
24047 2014-02-18 Doug Evans <dje@google.com>
24048
24049 * Makefile.in (check-parallel): rm -rf outputs temp.
24050
24051 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
24052
24053 Fix "ERROR: no fileid for" in the testsuite.
24054 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
24055
24056 2014-02-12 Doug Evans <dje@google.com>
24057
24058 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
24059 (MISCELLANEOUS): New variable.
24060 (clean): rm -rf $(MISCELLANEOUS).
24061 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
24062 dwp live in the same directory as symlinks, with each symlink pointed
24063 to a differently named file in a different directory.
24064
24065 2014-02-11 Doug Evans <dje@google.com>
24066
24067 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
24068 of Tcl file commands.
24069
24070 2014-02-10 Mark Kettenis <kettenis@gnu.org>
24071
24072 * gdb.threads/step-after-sr-lock.exp: Avoid executing
24073 "kill -SIGUSR1 -1".
24074
24075 2014-02-10 Joel Brobecker <brobecker@adacore.com>
24076
24077 * gdb.ada/tick_length_array_enum_idx: New testcase.
24078
24079 2014-02-10 Doug Evans <xdje42@gmail.com>
24080
24081 * configure.ac (AC_OUTPUT): Add gdb.guile.
24082 * configure: Regenerate.
24083 * lib/gdb-guile.exp: New file.
24084 * lib/gdb.exp (get_target_charset): New function.
24085 * gdb.base/help.exp: Update expected output from "apropos apropos".
24086 * gdb.guile/Makefile.in: New file.
24087 * gdb.guile/guile.exp: New file.
24088 * gdb.guile/scm-arch.c: New file.
24089 * gdb.guile/scm-arch.exp: New file.
24090 * gdb.guile/scm-block.c: New file.
24091 * gdb.guile/scm-block.exp: New file.
24092 * gdb.guile/scm-breakpoint.c: New file.
24093 * gdb.guile/scm-breakpoint.exp: New file.
24094 * gdb.guile/scm-disasm.c: New file.
24095 * gdb.guile/scm-disasm.exp: New file.
24096 * gdb.guile/scm-equal.c: New file.
24097 * gdb.guile/scm-equal.exp: New file.
24098 * gdb.guile/scm-error.exp: New file.
24099 * gdb.guile/scm-error.scm: New file.
24100 * gdb.guile/scm-frame-args.c: New file.
24101 * gdb.guile/scm-frame-args.exp: New file.
24102 * gdb.guile/scm-frame-args.scm: New file.
24103 * gdb.guile/scm-frame-inline.c: New file.
24104 * gdb.guile/scm-frame-inline.exp: New file.
24105 * gdb.guile/scm-frame.c: New file.
24106 * gdb.guile/scm-frame.exp: New file.
24107 * gdb.guile/scm-generics.exp: New file.
24108 * gdb.guile/scm-gsmob.exp: New file.
24109 * gdb.guile/scm-iterator.c: New file.
24110 * gdb.guile/scm-iterator.exp: New file.
24111 * gdb.guile/scm-math.c: New file.
24112 * gdb.guile/scm-math.exp: New file.
24113 * gdb.guile/scm-objfile-script-gdb.in: New file.
24114 * gdb.guile/scm-objfile-script.c: New file.
24115 * gdb.guile/scm-objfile-script.exp: New file.
24116 * gdb.guile/scm-objfile.c: New file.
24117 * gdb.guile/scm-objfile.exp: New file.
24118 * gdb.guile/scm-ports.exp: New file.
24119 * gdb.guile/scm-pretty-print.c: New file.
24120 * gdb.guile/scm-pretty-print.exp: New file.
24121 * gdb.guile/scm-pretty-print.scm: New file.
24122 * gdb.guile/scm-section-script.c: New file.
24123 * gdb.guile/scm-section-script.exp: New file.
24124 * gdb.guile/scm-section-script.scm: New file.
24125 * gdb.guile/scm-symbol.c: New file.
24126 * gdb.guile/scm-symbol.exp: New file.
24127 * gdb.guile/scm-symtab-2.c: New file.
24128 * gdb.guile/scm-symtab.c: New file.
24129 * gdb.guile/scm-symtab.exp: New file.
24130 * gdb.guile/scm-type.c: New file.
24131 * gdb.guile/scm-type.exp: New file.
24132 * gdb.guile/scm-value-cc.cc: New file.
24133 * gdb.guile/scm-value-cc.exp: New file.
24134 * gdb.guile/scm-value.c: New file.
24135 * gdb.guile/scm-value.exp: New file.
24136 * gdb.guile/source2.scm: New file.
24137 * gdb.guile/types-module.cc: New file.
24138 * gdb.guile/types-module.exp: New file.
24139
24140 2014-02-10 Yao Qi <yao@codesourcery.com>
24141
24142 PR testsuite/16543
24143 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
24144 * configure: Regenerated.
24145 * Makefile.in: New file.
24146
24147 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
24148
24149 * gdb.python/py-framefilter.exp: Fix typo.
24150
24151 2014-02-08 Yao Qi <yao@codesourcery.com>
24152
24153 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
24154 that no =breakpoint-modified is emitted when breakpoints are
24155 modified through MI commands.
24156
24157 2014-02-07 Pedro Alves <pedro@codesourcery.com>
24158 Pedro Alves <palves@redhat.com>
24159
24160 * gdb.threads/step-after-sr-lock.c: New file.
24161 * gdb.threads/step-after-sr-lock.exp: New file.
24162
24163 2014-02-07 Pedro Alves <palves@redhat.com>
24164
24165 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
24166
24167 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
24168
24169 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
24170 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
24171
24172 2014-02-06 Doug Evans <xdje42@gmail.com>
24173
24174 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
24175 output.
24176
24177 * gdb.gdb/python-interrupts.exp: New file.
24178
24179 2014-02-05 Yao Qi <yao@codesourcery.com>
24180
24181 * gdb.trace/report.exp (use_collected_data): Test the output
24182 of "info threads" and "info inferiors".
24183
24184 2014-02-05 Yao Qi <yao@codesourcery.com>
24185
24186 Revert this patch:
24187
24188 2013-05-24 Yao Qi <yao@codesourcery.com>
24189
24190 * gdb.trace/tfile.exp: Test inferior and thread.
24191
24192 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24193
24194 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
24195 on a function.
24196 * gdb.base/step-bt.c: Call hello via function pointer to make
24197 sure its first instruction is executed on powerpc64le-linux.
24198
24199 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24200
24201 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
24202
24203 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24204
24205 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
24206 of the test patterns for use on little-endian systems.
24207
24208 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24209
24210 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
24211 (decimal_vector): Fix for little-endian.
24212
24213 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
24214
24215 * gdb.arch/sparc-sysstep.exp: New file.
24216 * gdb.arch/sparc-sysstep.c: Likewise.
24217
24218 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
24219
24220 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
24221
24222 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
24223
24224 2014-01-23 Tom Tromey <tromey@redhat.com>
24225
24226 * gdb.ada/array_char_idx: New testcase.
24227
24228 2014-01-23 Tom Tromey <tromey@redhat.com>
24229
24230 PR python/16487:
24231 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
24232 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
24233 classes.
24234
24235 2014-01-23 Tom Tromey <tromey@redhat.com>
24236
24237 PR python/16491:
24238 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
24239 string from an inferior frame.
24240 * gdb.python/py-framefilter-mi.exp: Update.
24241
24242 2014-01-22 Doug Evans <dje@google.com>
24243
24244 * gdb.server/server-mon.exp: Add tests for "set debug-format".
24245
24246 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24247
24248 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
24249
24250 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24251
24252 * gdb.trace/entry-values.exp: Remove excess space character from
24253 regex patterns. Handle s390 call instruction.
24254
24255 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24256
24257 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
24258 define "*_start" label. Make "name" static.
24259 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
24260 ${name} by references to ${name}_start.
24261
24262 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24263
24264 * gdb.base/info-macros.exp: Remove "debug" from the compile
24265 options.
24266
24267 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24268
24269 * gdb.dlang/demangle.exp: New file.
24270
24271 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24272
24273 * gdb.dlang/primitive-types.exp: New file.
24274
24275 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24276
24277 * configure.ac: Create gdb.dlang/Makefile.
24278 * configure: Regenerate.
24279 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
24280 * gdb.dlang/Makefile.in: New file.
24281 * lib/d-support.exp: New file.
24282 * lib/gdb.exp (skip_d_tests): New proc.
24283
24284 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24285
24286 * gdb.btrace/delta.exp: Check reverse stepi.
24287 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
24288 * gdb.btrace/finish.exp: New.
24289 * gdb.btrace/next.exp: New.
24290 * gdb.btrace/nexti.exp: New.
24291 * gdb.btrace/record_goto.c: Add comments.
24292 * gdb.btrace/step.exp: New.
24293 * gdb.btrace/stepi.exp: New.
24294 * gdb.btrace/multi-thread-step.c: New.
24295 * gdb.btrace/multi-thread-step.exp: New.
24296 * gdb.btrace/rn-dl-bind.c: New.
24297 * gdb.btrace/rn-dl-bind.exp: New.
24298 * gdb.btrace/data.c: New.
24299 * gdb.btrace/data.exp: New.
24300 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24301
24302 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24303
24304 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
24305 * gdb.btrace/exception.exp: Update.
24306 * gdb.btrace/instruction_history.exp: Update.
24307 * gdb.btrace/record_goto.exp: Update.
24308 * gdb.btrace/tailcall.exp: Update.
24309 * gdb.btrace/unknown_functions.exp: Update.
24310 * gdb.btrace/delta.exp: New.
24311
24312 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24313
24314 * gdb.btrace/record_goto.exp: Add backtrace test.
24315 * gdb.btrace/tailcall.exp: Add backtrace test.
24316
24317 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24318
24319 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
24320 * gdb.btrace/record_goto.c: New.
24321 * gdb.btrace/record_goto.exp: New.
24322 * gdb.btrace/x86-record_goto.S: New.
24323
24324 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24325
24326 * gdb.btrace/function_call_history.exp: Update tests.
24327 * gdb.btrace/instruction_history.exp: Update tests.
24328
24329 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24330
24331 * gdb.btrace/function_call_history.exp: Fix expected field
24332 order for "record function-call-history".
24333 Add new tests for "record function-call-history /c".
24334 * gdb.btrace/exception.cc: New.
24335 * gdb.btrace/exception.exp: New.
24336 * gdb.btrace/tailcall.exp: New.
24337 * gdb.btrace/x86-tailcall.S: New.
24338 * gdb.btrace/x86-tailcall.c: New.
24339 * gdb.btrace/unknown_functions.c: New.
24340 * gdb.btrace/unknown_functions.exp: New.
24341 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24342
24343 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24344
24345 * gdb.btrace/instruction_history.exp: Update.
24346 * gdb.btrace/function_call_history.exp: Update.
24347
24348 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24349
24350 * gdb.btrace/function_call_history.exp: Fix expected function
24351 trace.
24352 * gdb.btrace/instruction_history.exp: Initialize traced.
24353 Remove traced_functions.
24354
24355 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24356
24357 * gdb.btrace/function_call_history.exp: Update
24358 * gdb.btrace/instruction_history.exp: Update.
24359
24360 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24361
24362 * gdb.btrace/enable.exp: Update expected text.
24363
24364 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
24365
24366 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
24367 bytes.
24368
24369 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
24370
24371 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
24372
24373 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
24374
24375 * lib/gdb.exp (supports_process_record): Return true for
24376 arm*-linux*. (supports_reverse): Likewise.
24377
24378 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
24379
24380 PR python/15464
24381 PR python/16113
24382 * gdb.python/py-type.c: Enhance test case.
24383 * gdb.python/py-value-cc.cc: Likewise
24384 * gdb.python/py-type.exp: Add new tests.
24385 * gdb.python/py-value-cc.exp: Likewise
24386
24387 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
24388 Pedro Alves <palves@redhat.com>
24389
24390 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
24391 Make "name" extern.
24392 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
24393 references to ${name}_start by references to ${name}.
24394
24395 2014-01-10 Joel Brobecker <brobecker@adacore.com>
24396
24397 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
24398
24399 2014-01-10 Joel Brobecker <brobecker@adacore.com>
24400
24401 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
24402
24403 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
24404 Pedro Alves <palves@redhat.com>
24405
24406 * gdb.mi/mi-info-os.exp: Connect to the target with
24407 mi_gdb_target_load.
24408
24409 2014-01-08 Pedro Alves <palves@redhat.com>
24410
24411 * gdb.threads/reconnect-signal.c: New file.
24412 * gdb.threads/reconnect-signal.exp: New file.
24413
24414 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
24415
24416 * gdb.base/source-dir.exp: New file.
24417
24418 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24419
24420 * gdb.ada/mi_interface: New testcase.
24421
24422 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24423
24424 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
24425 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
24426 gdb.ada/pp-rec-component/pck.ads: New files.
24427
24428 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24429
24430 * gdb.python/py-pp-integral.c: New file.
24431 * gdb.python/py-pp-integral.py: New file.
24432 * gdb.python/py-pp-integral.exp: New file.
24433
24434 For older changes see ChangeLog-1993-2013.
24435 \f
24436 ;; Local Variables:
24437 ;; mode: change-log
24438 ;; left-margin: 8
24439 ;; fill-column: 74
24440 ;; version-control: never
24441 ;; End:
24442
24443 Copyright 2014-2021 Free Software Foundation, Inc.
24444 Copying and distribution of this file, with or without modification,
24445 are permitted provided the copyright notice and this notice are preserved.
This page took 0.4997 seconds and 3 git commands to generate.