gdb/testsuite: rename .py.in files to .py
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
2
3 * gdb.python/py-framefilter-gdb.py.in: Rename to:
4 * gdb.python/py-framefilter-gdb.py: ... this.
5 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Rename to:
6 * gdb.python/py-framefilter-invalidarg-gdb.py: ... this.
7
8 2021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
9
10 * gdb.python/py-framefilter-gdb.py.in: Re-format.
11 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Re-format.
12
13 2021-05-17 Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
14
15 * gdb.base/class-allocatable-array.exp: Modified test for clang.
16
17 2021-05-16 Weimin Pan <weimin.pan@oracle.com>
18
19 * gdb.ctf/funcreturn.exp: New file.
20 * gdb.ctf/whatis.c: Copy from gdb.base.
21
22 2021-05-14 Tom Tromey <tom@tromey.com>
23
24 * gdb.rust/pp.exp: New file.
25 * gdb.rust/pp.py: New file.
26 * gdb.rust/pp.rs: New file.
27
28 2021-05-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
29
30 * gdb.base/index-cache.exp: Cleanup $cache_dir/*.gdb-index and
31 remove the directory.
32 * gdb.dwarf2/per-bfd-sharing.exp: Likewise.
33
34 2021-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
35
36 * gdb.python/py-inferior.exp: Add test cases for 'connection_num'.
37
38 2021-05-14 Kent Cheung <kent.cheung@arm.com>
39 Andrew Burgess <andrew.burgess@embecosm.com>
40
41 * gdb.python/py-format-string.c: Added a variable to test.
42 * gdb.python/py-format-string.exp: Check string representation is
43 printed at appropriate max_depth settings.
44 * gdb.python/py-nested-maps.exp: Likewise.
45 * gdb.guile/scm-pretty-print.exp: Add additional tests.
46
47 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
48
49 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Give some tests
50 unique names, also wrap proc body in with_test_prefix.
51
52 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
53
54 * gdb.guile/scm-frame-args.exp: Add with_test_prefix to resolve
55 duplicate test names.
56 * gdb.guile/scm-parameter.exp: Provide test names to avoid
57 duplicate names based on the command being run.
58 * gdb.guile/scm-symbol.exp: Extend test name to make it unique.
59 * gdb.guile/scm-type.exp (restart_gdb): Don't print PASS line when
60 loading a support module.
61 (test_equality): Update test name to match the actual test, making
62 the name unique in the process.
63 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test names
64 to resolve duplicate tests.
65 (test_inferior_function_call): Likewise.
66 (test_subscript_regression): Likewise.
67
68 2021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
69
70 * lib/guile.exp (gdb_scm_load_file): Use empty test name to
71 silence PASS lines.
72 (gdb_install_guile_module): Likewise.
73
74 2021-05-12 George Barrett <bob@bob131.so>
75
76 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
77 value-const-value.
78
79 2021-05-12 George Barrett <bob@bob131.so>
80
81 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
82 value-reference-value. Add test for value-rvalue-reference-value.
83
84 2021-05-11 Tom de Vries <tdevries@suse.de>
85
86 * gdb.base/watch_thread_num.exp: Fix "set debug infrun 1" FAILs.
87 Add "set debug infrun 1" commented out.
88
89 2021-05-11 Tom de Vries <tdevries@suse.de>
90
91 * gdb.base/gdb-sigterm.exp: Fix exp_continue regexp.
92
93 2021-05-11 Bhuvanendra Kumar <Bhuvanendra.KumarN@amd.com>
94
95 * gdb.fortran/array-element.exp: Breakpoint location is modified.
96
97 2021-05-10 Lancelot Six <lsix@lancelotsix.com>
98
99 PR gdb/27614
100 * gdb.dwarf2/gdb-add-index-symlink.exp: New test.
101
102 2021-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
103
104 * gdb.guile/guile.exp: Don't use the source directory as a
105 temporary HOME directory.
106
107 2021-05-10 Simon Marchi <simon.marchi@polymtl.ca>
108
109 * gdb.arch/amd64-osabi.exp (test_osabi_none): Use the
110 parameters.
111
112 2021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
113
114 * gdb.guile/guile.exp: Add an extra test.
115
116 2021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
117
118 * gdb.base/ptype-offsets.exp: Replace use of send_gdb with
119 gdb_test_no_output.
120
121 2021-05-07 Simon Marchi <simon.marchi@polymtl.ca>
122
123 * Re-format all Python files using black.
124 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust.
125
126 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
127
128 * gdb.guile/scm-breakpoint.exp (test_watchpoints): Print the
129 watchpoint object before and after registering it with GDB.
130
131 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
132
133 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Convert to
134 'proc_with_prefix', remove use of 'with_test_prefix', and
135 reindent.
136 (test_bkpt_deletion): Likewise.
137 (test_bkpt_cond_and_cmds): Likewise.
138 (test_bkpt_invisible): Likewise.
139 (test_watchpoints): Likewise.
140 (test_bkpt_internal): Likewise.
141 (test_bkpt_eval_funcs): Likewise.
142 (test_bkpt_registration): Likewise.
143 (test_bkpt_address): Convert to 'proc_with_prefix'.
144 (test_bkpt_probe): Likewise.
145
146 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
147
148 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Extend test
149 names to avoid duplicates.
150 (test_bkpt_cond_and_cmds): Likewise.
151 (test_bkpt_eval_funcs): Likewise.
152
153 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
154
155 * gdb.mi/mi-break.exp (test_forced_conditions): Add a test
156 for the -break-condition command's "--force" flag.
157
158 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
159
160 * gdb.mi/mi-break.exp (test_forced_conditions): New proc that
161 is called by the test.
162
163 2021-05-05 Tom de Vries <tdevries@suse.de>
164
165 * gdb.threads/detach-step-over.exp: Do exp_continue when encountering
166 "Reading symbols" or "Expanding full symbols" lines. Using timeout
167 factor of 2 for attach.
168
169 2021-05-05 Tom de Vries <tdevries@suse.de>
170
171 * gdb.threads/fork-plus-threads.exp: Handle "New LWP <n>" and
172 "LWP <n> exited" messages.
173
174 2021-05-04 Simon Marchi <simon.marchi@polymtl.ca>
175
176 * gdb.python/py-type.exp (test_fields): Test calling fields on
177 an int type.
178
179 2021-05-04 Simon Marchi <simon.marchi@efficios.com>
180
181 * gdb.python/flexible-array-member.exp: Adjust expected range
182 value for member declared with 0 size. Test accessing range
183 tuple through range type.
184
185 2021-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
186
187 PR testsuite/27788
188 * gdb.python/py-startup-opt.exp (test_python_settings): Change the
189 expected results when environment variable PYTHONDONTWRITEBYTECODE
190 is set.
191
192 2021-04-30 Tom Tromey <tromey@adacore.com>
193
194 * gdb.ada/enum_idx_packed/pck.ads (My_Enum, My_Array_Type)
195 (Confused_Array): New types.
196 * gdb.ada/enum_idx_packed/foo.adb (Confused_Array): New variable.
197 * gdb.ada/enum_idx_packed.exp: Add new tests.
198
199 2021-04-30 Tom de Vries <tdevries@suse.de>
200
201 * gdb.mi/mi-sym-info.exp: Add with_timeout_factor, and increase
202 existing timeout factors.
203
204 2021-04-30 Tom de Vries <tdevries@suse.de>
205
206 * gdb.mi/mi-sym-info.exp: Remove duplicate test.
207
208 2021-04-29 Tom de Vries <tdevries@suse.de>
209
210 PR testsuite/27786
211 * lib/valgrind.exp (vgdb_start): Use set_remotetimeout. Increase
212 remotetimeout to 4.
213
214 2021-04-28 Tom Tromey <tromey@adacore.com>
215
216 * gdb.ada/null_overload.exp: New file.
217 * gdb.ada/null_overload/foo.adb: New file.
218
219 2021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
220
221 * gdb.python/py-startup-opt.exp: New file.
222
223 2021-04-27 Luis Machado <luis.machado@linaro.org>
224
225 * gdb.base/maint.exp: Drop a pattern that is not needed.
226 * lib/gdb.exp (readnow): Match line-by-line.
227
228 2021-04-27 Luis Machado <luis.machado@linaro.org>
229
230 * gdb.xml/tdesc-reload.exp: Pass -lbl.
231
232 2021-04-27 Michael Weghorn <m.weghorn@posteo.de>
233 Simon Marchi <simon.marchi@polymtl.ca>
234
235 * gdb.python/libpy-autoloaded-pretty-printers-in-newobjfile-event.so-gdb.py: New test.
236 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.cc: New test.
237 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.h: New test.
238 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-main.cc: New test.
239 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.exp: New test.
240 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.py: New test.
241
242 2021-04-26 Tom Tromey <tromey@adacore.com>
243
244 PR gdb/27743:
245 * gdb.dwarf2/imported-unit-bp.exp: New file.
246 * gdb.dwarf2/imported-unit-bp-main.c: New file.
247 * gdb.dwarf2/imported-unit-bp-alt.c: New file.
248
249 2021-04-26 Simon Marchi <simon.marchi@polymtl.ca>
250
251 PR gdb/27773
252 * gdb.base/dump.exp: Test dump to non-existent dir.
253
254 2021-04-26 Luis Machado <luis.machado@linaro.org>
255
256 * gdb.arch/aarch64-dbreg-contents.c (set_watchpoint): Fix arch level
257 comparison.
258
259 2021-04-25 Lancelot Six <lsix@lancelotsix.com>
260
261 PR gdb/22640
262 * gdb.base/ptype-offsets.exp: Add tests to verify the behavior
263 of 'ptype/ox' and 'ptype/od'. Check that 'set print type hex'
264 changes the default behavior of 'ptype/o'. Update to take into
265 account new horizontal layout.
266 * gdb.rust/simple.exp: Update ptype test to check new horizontal
267 layout.
268 * gdb.rust/union.exp: Same.
269
270 2021-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
271
272 * gdb.base/info_sources.exp: Add new tests.
273
274 2021-04-22 Tom Tromey <tom@tromey.com>
275
276 * gdb.base/ptype-offsets.cc (struct empty_member): New.
277 (main): Use empty_member.
278 * gdb.base/ptype-offsets.exp: Add new test.
279
280 2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
281
282 * gdb.python/flexible-array-member.exp: Add check for Python
283 support.
284
285 2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
286
287 PR gdb/27757
288 * gdb.python/flexible-array-member.c: New test.
289 * gdb.python/flexible-array-member.exp: New test.
290 * gdb.guile/scm-type.exp (test_range): Add test for flexible
291 array member.
292 * gdb.guile/scm-type.c (struct flex_member): New.
293 (main): Use it.
294
295 2021-04-22 Tom Tromey <tom@tromey.com>
296
297 * gdb.rust/modules.exp: Add checks for syntax errors.
298 * gdb.rust/expr.exp: Add checks for syntax errors.
299 * gdb.rust/simple.exp: Add checks for syntax errors.
300
301 2021-04-21 Carl Love <cel@us.ibm.com>
302
303 * gdb.base/valgrind-bt.exp: Add gdb_test "break main".
304 Update expected string for gdb_test "bt".
305
306 * lib/valgrind.exp: Add set remotetimeout 3.
307 Increase vgdb wait from 1 to 2.
308 Add max-invoke-ms option to vgdb command line.
309
310 2021-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
311
312 * gdb.mi/mi-break.exp: Extend with checks for invalid breakpoint
313 conditions.
314
315 2021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
316 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
317
318 * gdb.mi/mi-break.exp: Fix the duplicate test names.
319
320 2021-04-20 Felix Willgerodt <felix.willgerodt@intel.com>
321
322 * gdb.base/address_space_qualifier.exp: New file.
323
324 2021-04-19 Tom Tromey <tromey@adacore.com>
325
326 PR gdb/27742:
327 * gdb.opt/inline-locals.exp: Update kfail patterns.
328
329 2021-04-17 Tom Tromey <tom@tromey.com>
330
331 * gdb.dwarf2/gdb-index-nodebug.exp: New file.
332
333 2021-04-16 Tom Tromey <tom@tromey.com>
334
335 * gdb.rust/simple.exp: Change error text.
336 * gdb.rust/expr.exp: Change error text.
337
338 2021-04-16 Tom Tromey <tom@tromey.com>
339
340 * gdb.rust/simple.exp: Add parens to 'as' test.
341
342 2021-04-16 Simon Marchi <simon.marchi@efficios.com>
343
344 * boards/simavr.exp: Set debug_flags.
345
346 2021-04-16 Luis Machado <luis.machado@linaro.org>
347
348 * gdb.dwarf2/dw2-bfloat16.exp: New file.
349
350 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
351
352 * gdb.python/py-parameter.exp: Give a test a proper name to avoid
353 including a path in the test name.
354
355 2021-04-15 Simon Marchi <simon.marchi@polymtl.ca>
356
357 * gdb.threads/fork-plus-threads.exp: Use foreach_with_prefix.
358
359 2021-04-15 Tom Tromey <tromey@adacore.com>
360
361 * gdb.dwarf2/arr-stride.exp: Add test.
362
363 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
364
365 * gdb.base/startup-file.exp: Add more tests.
366
367 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
368
369 PR cli/25956
370 * gdb.base/early-init-file.c: New file.
371 * gdb.base/early-init-file.exp: New file.
372 * lib/gdb-utils.exp (style): Handle style 'none'.
373
374 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
375
376 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: Use
377 @DW_INL_declared_inlined for the inline attribute.
378
379 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
380
381 * gdb.opt/inline-locals.c (scoped): New function.
382 (main): Call 'scoped'.
383 * gdb.opt/inline-locals.exp: Update with "info locals" tests
384 for scoped variables.
385 * gdb.dwarf2/dw2-inline-with-lexical-scope.c: New file.
386 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: New file.
387
388 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
389
390 * lib/dwarf.exp (_location): Recognize DW_OP_fbreg as an op.
391
392 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
393
394 * gdb.arch/powerpc-vsx-regs.exp: Initialize vs* doublewords.
395
396 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
397
398 * gdb.arch/powerpc-plxv-nonrel.s: Testcase using
399 non-relative plxv instructions.
400 * gdb.arch/powerpc-plxv-nonrel.exp: Testcase harness.
401
402 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
403
404 PR gdb/27525
405 * gdb/testsuite/gdb.arch/powerpc-addpcis.exp: Testcase harness to
406 exercise single-stepping over subpcis,lnia,addpcis instructions
407 with displacement.
408 * gdb/testsuite/gdb.arch/powerpc-addpcis.s: Testcase with stream
409 of addpcis/lnia/subpcis instructions.
410 * gdb/testsuite/gdb.arch/powerpc-lnia.exp: Testcase harness to
411 exercise single-stepping over lnia instructions with displacement.
412 * gdb/testsuite/gdb.arch/powerpc-lnia.s: Testcase with stream of
413 lnia instructions.
414
415 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
416
417 * gdb.arch/powerpc-power10.s: New test for instructions.
418 * gdb.arch/powerpc-power10.exp: Harness to run the test.
419
420 2021-4-12 Carl Love <cel@us.ibm.com>
421
422 * gdb.arch/vsx-vsr-float128.c: New test file.
423 * gdb.arch/vsx-vsr-float128.exp: New expect file.
424
425 2021-04-12 Markus Metzger <markus.t.metzger@intel.com>
426
427 * gdb.btrace/reconnect.exp: Relax expected stepi output.
428
429 2021-04-07 Weimin Pan <weimin.pan@oracle.com>
430
431 * gdb.base/ctf-ptype.c: Add struct link containing a forward
432 reference type.
433 * gdb.base/ctf-ptype.exp: Add "ptype struct link".
434
435 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
436
437 * gdb.fortran/dynamic-ptype-whatis.exp: New file.
438 * gdb.fortran/dynamic-ptype-whatis.f90: New file.
439
440 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
441
442 * gdb.cp/rvalue-ref-params.cc (f3): New function.
443 (f4): New function.
444 (global_int): New global variable.
445 (global_float): Likeiwse.
446 (main): Call both new functions.
447 * gdb.cp/rvalue-ref-params.exp: Add new tests.
448
449 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
450
451 * gdb.dwarf2/fission-relative-dwo.c: New file.
452 * gdb.dwarf2/fission-relative-dwo.exp: New file.
453
454 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
455
456 * gdb.dwarf2/fission-absolute-dwo.c: New file.
457 * gdb.dwarf2/fission-absolute-dwo.exp: New file.
458 * gdb.dwarf2/fission-base.exp: Use build_executable_and_dwo_files
459 instead of build_executable_from_fission_assembler.
460 * gdb.dwarf2/fission-loclists-pie.exp: Likewise.
461 * gdb.dwarf2/fission-loclists.exp: Likewise.
462
463 * gdb.dwarf2/fission-multi-cu.S: Delete file.
464 * gdb.dwarf2/fission-multi-cu.c: New file based on old
465 fission-multi-cu1.c and fission-multi-cu2.c files.
466 * gdb.dwarf2/fission-multi-cu1.c: Delete file.
467 * gdb.dwarf2/fission-multi-cu2.c: Delete file.
468 * gdb.dwarf2/fission-multi-cu.exp: Rewrite to use Dwarf assembler.
469 * gdb.dwarf2/fission-reread.exp: Likewise.
470 * lib/dwarf.exp (extract_dwo_information): New proc.
471 (strip_dwo_information): New proc.
472 (build_executable_and_dwo_files): New proc.
473 (build_executable_from_fission_assembler): Delete.
474 (Dwarf::_debug_addr_index): New variable.
475 (Dwarf::_cu_is_fission): New variable.
476 (Dwarf::_handle_DW_FORM): Handle DW_OP_GNU_addr_index.
477 (Dwarf::_default_form): Supply a default for DW_AT_GNU_addr_base.
478 (Dwarf::_handle_macro_at_range): Use form DW_FORM_GNU_addr_index
479 if this is a fission CU.
480 (Dwarf::_location): Handle DW_OP_GNU_addr_index.
481 (Dwarf::debug_addr_label): New proc.
482 (Dwarf::cu): Initialise _cu_is_fission.
483 (Dwarf::tu): Likewise.
484 (Dwarf::assemble): Initialise _debug_addr_index.
485
486 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
487
488 * gdb.dwarf2/dw2-using-debug-str.exp: Add an additional test.
489
490 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
491
492 * gdb.python/py-parameter.exp: Add test for reading data-directory
493 using gdb.parameter API.
494
495 2021-04-06 Tom de Vries <tdevries@suse.de>
496
497 PR breakpoints/25884
498 * gdb.opt/inline-cmds.exp: Remove kfail.
499
500 2021-04-06 Tom de Vries <tdevries@suse.de>
501
502 PR testsuite/27691
503 * gdb.threads/gcore-thread.exp: Don't call gdb_core_cmd with core
504 file "".
505
506 2021-04-01 Egeyar Bagcioglu <egeyar@gmail.com>
507
508 * lib/pdtrace.in: Fix obvious typo.
509
510 2021-03-31 Tom Tromey <tromey@adacore.com>
511
512 * lib/dwarf.exp (Dwarf::_get_args): New proc.
513 (Dwarf::_location): Use it.
514
515 2021-03-31 Tom de Vries <tdevries@suse.de>
516
517 PR testsuite/27667
518 * lib/gdb.exp (default_gdb_init): Unset DEBUGINFOD_URLS.
519
520 2021-03-30 Simon Marchi <simon.marchi@polymtl.ca>
521
522 PR gdb/27541
523 * gdb.base/index-cache-load-twice.exp: Remove.
524 * gdb.base/index-cache-load-twice.c: Remove.
525 * gdb.dwarf2/per-bfd-sharing.exp: New.
526 * gdb.dwarf2/per-bfd-sharing.c: New.
527
528 2021-03-30 Tom de Vries <tdevries@suse.de>
529
530 PR testsuite/27604
531 * gdb.dwarf2/dw2-cu-size.S: Add missing .debug_abbrev terminator.
532
533 2021-03-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
534
535 * gdb.mi/user-selected-context-sync.exp: Spin on a variable in
536 the infinite loop to avoid a Clang bug.
537
538 2021-03-26 Will Schmidt <will_schmidt@vnet.ibm.com>
539
540 * gdb.arch/powerpc-disassembler-options.exp: Extend some test
541 names for uniqueness.
542 * gdb.arch/powerpc-fpscr-gcore.exp: Add more test names for
543 uniqueness.
544
545 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
546
547 * gdb.python/py-prettyprint.c (struct container): Add 'is_array_p'
548 member.
549 (make_container): Initialise is_array_p.
550 * gdb.python/py-prettyprint.exp: Add new tests.
551 * gdb.python/py-prettyprint.py (ContainerPrinter.display_hint):
552 Check is_array_p and possibly return 'array'.
553
554 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
555
556 * gdb.cp/breakpoint.exp: Extend test names to make them unique.
557 * gdb.cp/casts.exp: Give tests unique names.
558 * gdb.cp/filename.exp: Likewise.
559 * gdb.cp/gdb2495.exp: Likewise.
560 * gdb.cp/mb-ctor.exp: Extend test names to make them unique.
561 * gdb.cp/misc.exp: Rename test to make it unique.
562 * gdb.cp/nsnested.exp: Give tests unique names.
563 * gdb.cp/ovldbreak.exp: Likewise.
564 * gdb.cp/pr17494.exp: Rename test to reflect what is actually
565 being tested. This also removes the duplicate test name.
566 * gdb.cp/ref-types.exp: Likewise.
567 * gdb.cp/temargs.exp: Likewise.
568
569 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
570
571 * gdb.cp/cplusfuncs.exp (test_paddr_operator_functions): Escape
572 square brackets in test.
573
574 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
575
576 * gdb.cp/maint.exp (test_first_component): Run more tests with a
577 variable number of spaces, this removes the duplicate testing of
578 'operator ->' which existed before.
579
580 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
581
582 * gdb.cp/gdb2384.cc (main): Change comments used for breakpoints.
583 * gdb.cp/gdb2384.exp: Change and extend test names to avoid
584 duplicates, and also to avoid having a string inside parentheses
585 at the end of test names.
586
587 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
588
589 * gdb.cp/nsusing.exp: Rewrite test, remove a duplicate test block.
590 Avoid repeated uses of 'runto', and instread just progress once
591 through the test stopping at different breakpoints. Give comments
592 a capital letter and full stop. Give duplicate tests unique names.
593
594 2021-03-25 Pedro Alves <pedro@palves.net>
595
596 * gdb.server/stop-reply-no-thread-multi.exp (run_test): Add
597 "target_non_stop" parameter and use it.
598 (top level): Add "maint set target-non-stop on/off" testing axis.
599
600 2021-03-25 Andrew Burgess <andrew.burgess@embecosm.com>
601
602 * lib/ada.exp (gnat_runtime_has_debug_info): Use -wrap with
603 gdb_test_multiple.
604
605 2021-03-24 Luis Machado <luis.machado@linaro.org>
606
607 * gdb.arch/aarch64-mte.c: New file.
608 * gdb.arch/aarch64-mte.exp: New test.
609 * gdb.base/memtag.c: New file.
610 * gdb.base/memtag.exp: New test.
611 * lib/gdb.exp (supports_memtag): New function.
612
613 2021-03-24 Luis Machado <luis.machado@linaro.org>
614
615 * gdb.base/options.exp: Adjust for new print options.
616 * gdb.base/with.exp: Likewise.
617
618 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
619
620 * gdb.dwarf2/dw2-missing-cu-tag.c: New file.
621 * gdb.dwarf2/dw2-missing-cu-tag.exp: New file.
622
623 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
624
625 * gdb.dwarf2/dw2-using-debug-str.c: New file.
626 * gdb.dwarf2/dw2-using-debug-str.exp: New file.
627 * lib/dwarf.exp (Dwarf::DW_FORM_strp): Create .debug_str section,
628 not .debug_string.
629
630 2021-03-20 Tom Tromey <tom@tromey.com>
631
632 * gdb.base/maint.exp: Update "maint print statistics" output.
633
634 2021-03-19 Kevin Buettner <kevinb@redhat.com>
635
636 * lib/gdbserver-support.exp (gdbserver_exit): Use the
637 "-nowait" flag when waiting for gdbserver to exit.
638
639 2021-03-19 Sourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
640
641 * gdb.base/info-macros.exp: Append -fdebug-macro to
642 additional_flags for clang.
643 * gdb.base/macscp.exp: Likewise.
644 * gdb.base/style.exp: Likewise.
645 * gdb.linespec/macro-relative.exp: Likewise.
646
647 2021-03-17 Simon Marchi <simon.marchi@polymtl.ca>
648 Pedro Alves <pedro@palves.net>
649
650 * gdb.base/run-attach-while-running.exp: New.
651 * gdb.base/run-attach-while-running.c: New.
652
653 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
654
655 * gdb.python/py-framefilter-addr.c: New file.
656 * gdb.python/py-framefilter-addr.exp: New file.
657 * gdb.python/py-framefilter-addr.py: New file.
658
659 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
660
661 * gdb.threads/execl.exp: Remove duplicate 'info threads' test.
662 Make use of $gdb_test_name instead of creating a separate $test
663 variable.
664 * gdb.threads/print-threads.exp: Add a with_test_prefix instead of
665 adding a '($name)' at the end of each test. This also catches the
666 one place where '($name)' was missing, and so caused a duplicate
667 test name.
668 * gdb.threads/queue-signal.exp: Give tests unique names to avoid
669 duplicate test names based on the command being tested.
670 * gdb.threads/signal-command-multiple-signals-pending.exp:
671 Likewise.
672 * lib/gdb.exp (gdb_compile_shlib_pthreads): Tweak test name to
673 avoid duplicate testnames when a test script uses this proc and
674 also gdb_compile_pthreads.
675 * lib/prelink-support.exp (build_executable_own_libs): Use
676 with_test_prefix to avoid duplicate test names when we call
677 build_executable twice.
678
679 2021-03-15 Tom Tromey <tromey@adacore.com>
680
681 * gdb.ada/fixed_points.exp: Add tests of unary + and -.
682
683 2021-03-15 Tom Tromey <tromey@adacore.com>
684
685 * gdb.ada/varsize_limit.exp: Add new test.
686 * gdb.ada/varsize_limit/vsizelim.adb: Update.
687
688 2021-03-15 Tom Tromey <tromey@adacore.com>
689
690 * gdb.ada/operator_call/twovecs.ads: New file.
691 * gdb.ada/operator_call/twovecs.adb: New file.
692 * gdb.ada/operator_call/opcall.adb: New file.
693 * gdb.ada/operator_call.exp: New file.
694
695 2021-03-15 Tom Tromey <tromey@adacore.com>
696
697 * gdb.ada/enums_overload/enums_overload_main.adb: New file.
698 * gdb.ada/enums_overload/enums_overload.ads: New file.
699 * gdb.ada/enums_overload/enums_overload.adb: New file.
700 * gdb.ada/enums_overload.exp: New file.
701
702 2021-03-15 Tom Tromey <tromey@adacore.com>
703
704 * gdb.ada/assign_arr/target_wrapper.ads (IArray, Put, Do_Nothing):
705 Declare.
706 * gdb.ada/assign_arr/target_wrapper.adb: New file.
707 * gdb.ada/assign_arr/main_p324_051.adb (IValue): New variable.
708 Call Put.
709 * gdb.ada/assign_arr.exp: Update.
710
711 2021-03-15 Andrew Burgess <andrew.burgess@embecosm.com>
712
713 * gdb.python/py-auto-load-chaining-f1.c: New file.
714 * gdb.python/py-auto-load-chaining-f1.o-gdb.py: New file.
715 * gdb.python/py-auto-load-chaining-f2.c: New file.
716 * gdb.python/py-auto-load-chaining-f2.o-gdb.py: New file.
717 * gdb.python/py-auto-load-chaining.c: New file.
718 * gdb.python/py-auto-load-chaining.exp: New file.
719
720 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
721
722 * gdb.python/py-bad-printers.exp: Extend test names to make them
723 unique.
724 * gdb.python/py-events.exp: Likewise.
725 * gdb.python/py-finish-breakpoint2.exp: Likewise.
726 * gdb.python/py-frame-inline.exp: Likewise.
727 * gdb.python/py-frame.exp: Likewise.
728 * gdb.python/py-infthread.exp: Likewise.
729
730 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
731
732 * gdb.python/py-value-cc.exp: Remove a duplicate test.
733
734 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
735
736 * gdb.python/lib-types.exp: Update the test to check the correct
737 python variable.
738
739 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
740
741 * gdb.python/py-explore-cc.exp: Extend test names to make them
742 unique.
743
744 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
745
746 * gdb.python/py-lookup-type.exp: Remove duplicate test.
747
748 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
749
750 * gdb.python/py-symtab.exp: Extend test names to make them
751 unique.
752
753 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
754
755 * gdb.python/py-prompt.exp: Add with_test_prefix to make test
756 names unique.
757
758 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
759
760 * gdb.python/py-block.exp: Give tests unique names.
761
762 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
763
764 * gdb.python/py-pp-maint.exp: Extend test names to make them
765 unique.
766
767 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
768
769 * gdb.python/py-explore.exp: Add with_test_prefix to make test
770 names unique.
771
772 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
773
774 * gdb.python/py-finish-breakpoint.exp: Make test names unique.
775
776 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
777
778 * gdb.python/py-strfns.exp: Use with_test_prefix to make test
779 names unique.
780
781 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
782
783 * gdb.python/py-format-string.exp: Use proc_with_prefix to make
784 test names unique.
785
786 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
787
788 * gdb.python/py-mi.exp: Use with_test_prefix to make test names
789 unique.
790
791 2021-03-09 Tom Tromey <tromey@adacore.com>
792
793 * gdb.base/cast-call.exp: New file.
794 * gdb.base/cast-call.c: New file.
795
796 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
797
798 * gdb.gdb/python-helper.exp: New file.
799
800 2020-03-04 Felix Willgerodt <felix.willgerodt@intel.com>
801
802 * gdb.fortran/intrinsics.exp: Add LOC tests.
803
804 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
805
806 * gdb.fortran/shape.exp: New file.
807 * gdb.fortran/shape.f90: New file.
808
809 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
810
811 * gdb.fortran/size.exp: New file.
812 * gdb.fortran/size.f90: New file.
813
814 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
815
816 * gdb.fortran/rank.exp: New file.
817 * gdb.fortran/rank.f90: New file.
818
819 2021-03-08 Tom Tromey <tom@tromey.com>
820
821 * gdb.fortran/debug-expr.exp: Update tests.
822
823 2021-03-08 Tom Tromey <tom@tromey.com>
824
825 * gdb.base/debug-expr.exp: Update expected dump output.
826
827 2021-03-06 Tom Tromey <tom@tromey.com>
828
829 * lib/dwarf.exp (_handle_DW_FORM): Treat DW_FORM_GNU_ref_alt and
830 DW_FORM_GNU_strp_alt like DW_FORM_sec_offset.
831 * gdb.dwarf2/dwznolink.exp: New file.
832
833 2021-03-05 Mark Wielaard <mark@klomp.org>
834
835 * lib/valgrind.exp (vgdb_start): Add --wait=1 to vgdbcmd.
836
837 2021-03-06 Weimin Pan <weimin.pan@oracle.com>
838
839 * gdb.base/ctf-ptype.exp: Add function tests and fix typos.
840
841 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
842
843 * gdb.btrace/rn-dl-bind.exp: Add ldflags=-Wl,-z,lazy.
844
845 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
846
847 * gdb.btrace/non-stop.exp: Adjust expected source lines.
848
849 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
850
851 * gdb.btrace/stepi.exp: Add {} options to prepare_for_testing.
852
853 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
854
855 * gdb.btrace/exception.cc (main): Update test source.
856 * gdb.btrace/exception.exp: Update patterns.
857 * gdb.btrace/function_call_history.exp: Likewise.
858
859 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
860
861 * gdb.btrace/unknown_functions.exp: Move -Wl,-x to ldflags.
862
863 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
864
865 * gdb.btrace/rn-dl-bind.exp: Replace reverse-step with
866 reverse-continue to breakpoint.
867
868 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
869
870 * gdb.btrace/delta.exp: Remove instruction-history and
871 function-call-history checks.
872
873 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
874
875 * README (Note): Add nopie_ldflag.
876 * lib/gdb.exp (gdb_compile): Extend nopie handling.
877
878 2021-03-02 Tom Tromey <tromey@adacore.com>
879
880 * gdb.ada/fixed_points.exp: Remove most special cases for minimal
881 encodings.
882
883 2021-02-27 Lancelot Six <lsix@lancelotix.com>
884
885 PR gdb/27393
886 * gdb.base/source-dir.exp: Test that empty dirnames are skipped.
887
888
889 2021-02-26 Tom Tromey <tom@tromey.com>
890
891 * lib/gdb.exp (skip_ctf_tests): Use expr on result.
892
893 2021-02-26 Jan Vrany <jan.vrany@labware.com>
894
895 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
896 Remove trailing \n from expected output.
897
898 2021-02-26 Markus Metzger <markus.t.metzger@intel.com>
899
900 * lib/gdb.exp (use_gdb_stub): Extend comment.
901
902 2021-02-25 Jan Matyas <jmatyas@codasip.com>
903
904 PR gdb/26819
905 * gdb.server/stop-reply-no-thread.exp: Add two test
906 scenarios that cover remote targets which do not have
907 the concept of threads.
908
909 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
910
911 * gdb.fortran/associated.exp: Add missing '-wrap' argument.
912
913 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
914
915 PR fortran/26155
916 * gdb.fortran/call-no-debug-func.f90: New file.
917 * gdb.fortran/call-no-debug-prog.f90: New file.
918 * gdb.fortran/call-no-debug.exp: New file.
919
920 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
921
922 * gdb.fortran/associated.exp: New file.
923 * gdb.fortran/associated.f90: New file.
924
925 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
926
927 * gdb.fortran/dot-ops.exp (dot_operations): Test ".xor.".
928
929 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
930
931 * gdb.base/sect-cmd.exp: Update expected results.
932
933 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
934
935 * gdb.base/sect-cmd.exp: Rewrite using modern testsuite
936 techniques. Enable the test for all targets.
937
938 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
939
940 * gdb.base/maint-info-sections.exp: Add new tests.
941 (check_maint_info_target_sections_output): New proc.
942
943 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
944
945 * gdb.arch/riscv-default-tdesc.exp: New file.
946
947 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
948
949 * gdb.fortran/pointer-to-pointer.exp: Additional tests.
950
951 2021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
952
953 * gdb.arch/i386-biarch-core.exp: Add target check.
954
955 2021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
956
957 * gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
958
959 2021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
960
961 * gdb.fortran/allocated.exp: New file.
962 * gdb.fortran/allocated.f90: New file.
963
964 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
965
966 * gdb.fortran/lbound-ubound.exp: Remove old comment.
967
968 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
969
970 * gdb.base/maint-info-sections.exp: Update expected output, and
971 add additional tests. Again.
972
973 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
974
975 * gdb.base/maint-info-sections.exp: Update expected output, and
976 add additional tests.
977
978 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
979
980 * gdb.base/maint-info-sections.exp: New file, content is moved
981 from gdb.base/maint.exp and cleaned up to use latest testsuite
982 techniques.
983 * gdb.base/maint.exp: Tests moved out to
984 gdb.base/maint-info-sections.exp.
985
986 2021-02-10 Simon Marchi <simon.marchi@efficios.com>
987
988 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
989 GDBFLAGS.
990
991 2021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
992
993 * gdb.fortran/lbound-ubound.F90: New file.
994 * gdb.fortran/lbound-ubound.exp: New file.
995
996 2021-02-10 Tom de Vries <tdevries@suse.de>
997
998 * lib/gdb.exp (gdb_load_no_complaints): Remove unnecessary
999 "Restore saved setting of complaints".
1000
1001 2021-02-09 Tom de Vries <tdevries@suse.de>
1002
1003 PR symtab/27341
1004 * lib/gdb.exp (with_complaints): New proc, factored out of ...
1005 (gdb_load_no_complaints): ... here.
1006 * gdb.fortran/function-calls.exp: Add test-case.
1007
1008 2021-02-09 Abid Qadeer <abidh@codesourcery.com>
1009
1010 * gdb.threads/signal-command-handle-nopass.exp: Call
1011 'standard_testfile' before using 'testfile'.
1012 * gdb.threads/signal-command-multiple-signals-pending.exp: Likewise.
1013 * gdb.threads/signal-delivered-right-thread.exp: Likewise
1014 * gdb.threads/signal-sigtrap.exp: Likewise
1015
1016 2021-02-08 Luis Machado <luis.machado@linaro.org>
1017
1018 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
1019
1020 2021-02-08 Tom de Vries <tdevries@suse.de>
1021
1022 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
1023
1024 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1025
1026 * gdb.python/tui-window-disabled.c: New file.
1027 * gdb.python/tui-window-disabled.exp: New file.
1028 * gdb.python/tui-window-disabled.py: New file.
1029
1030 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1031
1032 * gdb.python/tui-window.exp: Add new tests.
1033 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
1034 TestWindow object into global the_window.
1035 <remote_title>: New method.
1036 (delete_window_title): New function.
1037
1038 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1039
1040 * gdb.tui/winheight.exp: Add more tests.
1041
1042 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1043
1044 * gdb.python/py-framefilter.exp: Update expected results.
1045 * gdb.python/python.exp: Update expected results.
1046
1047 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1048
1049 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
1050 about bug in GDB, update expected results, and add more tests.
1051
1052 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1053
1054 * gdb.tui/scroll.exp: New file.
1055 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
1056 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
1057 remaining lines up.
1058 (Term::check_region_contents): New proc.
1059 (Term::check_box_contents): Use check_region_contents.
1060
1061 2021-02-06 Tom de Vries <tdevries@suse.de>
1062
1063 PR testsuite/26922
1064 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
1065 scrolling.
1066
1067 2021-02-05 Tom de Vries <tdevries@suse.de>
1068
1069 PR breakpoints/27313
1070 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
1071 rejected.
1072
1073 2021-02-05 Tom de Vries <tdevries@suse.de>
1074
1075 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
1076 * gdb.fortran/mixed-lang-stack.exp: Same.
1077
1078 2021-02-05 Tom de Vries <tdevries@suse.de>
1079
1080 PR exp/27265
1081 * gdb.base/complex-parts.exp: Add tests.
1082
1083 2021-02-05 Tom de Vries <tdevries@suse.de>
1084
1085 PR symtab/27307
1086 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
1087
1088 2021-02-04 Shahab Vahedi <shahab@synopsys.com>
1089
1090 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
1091
1092 2021-02-03 Pedro Alves <pedro@palves.net>
1093
1094 * gdb.threads/detach-step-over.c: New file.
1095 * gdb.threads/detach-step-over.exp: New file.
1096
1097 2021-02-03 Pedro Alves <pedro@palves.net>
1098
1099 * gdb.threads/attach-non-stop.c: New file.
1100 * gdb.threads/attach-non-stop.exp: New file.
1101
1102 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
1103
1104 * gdb.base/inferior-noarg.c: New test.
1105 * gdb.base/inferior-noarg.exp: New test.
1106
1107 2021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
1108
1109 * gdb.base/scope.exp: Use proc_with_prefix.
1110
1111 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1112
1113 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
1114 table proc.
1115 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
1116 .debug_rnglists table without offset array.
1117 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1118 .debug_loclists table without offset array.
1119
1120 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1121
1122 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
1123 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
1124 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1125 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
1126 attribute
1127
1128 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1129
1130 PR gdb/26813
1131 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
1132 (loclists): New proc.
1133 * gdb.dwarf2/loclists-multiple-cus.c: New.
1134 * gdb.dwarf2/loclists-multiple-cus.exp: New.
1135 * gdb.dwarf2/loclists-sec-offset.c: New.
1136 * gdb.dwarf2/loclists-sec-offset.exp: New.
1137
1138 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1139
1140 * lib/dwarf.exp (_location): Add parameters.
1141 (_handle_DW_FORM): Adjust.
1142
1143 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1144
1145 PR gdb/26813
1146 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
1147 (cu): Generate header for DWARF 5.
1148 (rnglists): New proc.
1149 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
1150 * gdb.dwarf2/rnglists-sec-offset.exp: New.
1151
1152 2021-02-02 Tom de Vries <tdevries@suse.de>
1153
1154 PR symtab/24620
1155 * gdb.dwarf2/fission-reread.exp: Add test-case.
1156
1157 2021-02-01 Tom de Vries <tdevries@suse.de>
1158
1159 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
1160 * gdb.dwarf2/fission-loclists-pie.S: Same.
1161 * gdb.dwarf2/fission-loclists.S: Same.
1162 * gdb.dwarf2/fission-multi-cu.S: Same.
1163 * gdb.dwarf2/fission-reread.S: Same.
1164 * gdb.dwarf2/fission-base.exp: Use DWO.
1165 * gdb.dwarf2/fission-loclists-pie.exp: Same.
1166 * gdb.dwarf2/fission-loclists.exp: Same.
1167 * gdb.dwarf2/fission-multi-cu.exp: Same.
1168 * gdb.dwarf2/fission-reread.exp: Same.
1169
1170 2021-01-29 Tom de Vries <tdevries@suse.de>
1171
1172 PR breakpoints/26063
1173 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
1174 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
1175
1176 2021-01-29 Tom de Vries <tdevries@suse.de>
1177
1178 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
1179
1180 2021-01-28 Tom de Vries <tdevries@suse.de>
1181
1182 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
1183 in the backtrace, and use that in the rest of the test instead of
1184 hardcoded constant 3. Use "frame" instead of "up" for robustness.
1185
1186 2021-01-28 Tom de Vries <tdevries@suse.de>
1187
1188 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
1189 * gdb.arch/i386-sse-stack-align.c: Same.
1190 * gdb.arch/i386-sse-stack-align.exp: Same.
1191
1192 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
1193
1194 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
1195
1196 2021-01-28 Tom de Vries <tdevries@suse.de>
1197
1198 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
1199
1200 2021-01-28 Tom de Vries <tdevries@suse.de>
1201
1202 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
1203 "maint info line-table". Make PASS pattern more specific. Make
1204 FAIL pattern work for -m32.
1205
1206 2021-01-27 Lancelot SIX <lsix@lancelotsix.com>
1207
1208 PR gdb/27133
1209 * gdb.base/ui-redirect.exp: Add test case that ensures that
1210 redirecting both logging and debug does not cause gdb to crash.
1211
1212
1213 2021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
1214
1215 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
1216
1217 2021-01-26 Tom de Vries <tdevries@suse.de>
1218
1219 * gdb.threads/killed-outside.exp: Allow regular output.
1220
1221 2021-01-26 Tom de Vries <tdevries@suse.de>
1222
1223 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
1224
1225 2021-01-25 Tom de Vries <tdevries@suse.de>
1226
1227 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
1228 * lib/gdb.exp: Use gdb_load_no_complaints.
1229
1230 2021-01-25 Tom Tromey <tromey@adacore.com>
1231
1232 * gdb.ada/fixed_points.exp: Add regression test.
1233 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
1234 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
1235
1236 2021-01-25 Tom Tromey <tromey@adacore.com>
1237
1238 * gdb.ada/local-enum.exp: Add enumerator resolution test.
1239
1240 2021-01-25 Tom Tromey <tromey@adacore.com>
1241
1242 * gdb.ada/local-enum.exp: New file.
1243 * gdb.ada/local-enum/local.adb: New file.
1244
1245 2021-01-23 Tom Tromey <tom@tromey.com>
1246
1247 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
1248
1249 2021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
1250
1251 * gdb.base/line65535.exp: Fix test expectation.
1252
1253 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1254
1255 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
1256 suppression.
1257 (default_gdb_exit): Likewise.
1258 (default_gdb_spawn): Likewise.
1259 (send_gdb): Likewise.
1260 (gdb_expect): Likewise.
1261 (gdb_expect_list): Likewise.
1262 (default_gdb_init): Likewise.
1263 (gdb_suppress_entire_file): Remove.
1264 (gdb_suppress_tests): Remove.
1265 (gdb_stop_suppressing_tests): Remove.
1266 (gdb_clear_suppressed): Remove.
1267 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
1268 related to test suppression.
1269 (default_mi_gdb_start): Likewise.
1270 (mi_gdb_reinitialize_dir): Likewise.
1271 (mi_gdb_test): Likewise.
1272 (mi_run_cmd_full): Likewise.
1273 (mi_runto_helper): Likewise.
1274 (mi_execute_to): Likewise.
1275 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
1276 * gdb.base/bitfields.exp: Likewise.
1277 * gdb.base/bitfields2.exp: Likewise.
1278 * gdb.base/break.exp: Likewise.
1279 * gdb.base/call-sc.exp: Likewise.
1280 * gdb.base/callfuncs.exp: Likewise.
1281 * gdb.base/dfp-test.exp: Likewise.
1282 * gdb.base/endian.exp: Likewise.
1283 * gdb.base/exprs.exp: Likewise.
1284 * gdb.base/funcargs.exp: Likewise.
1285 * gdb.base/hbreak2.exp: Likewise.
1286 * gdb.base/recurse.exp: Likewise.
1287 * gdb.base/scope.exp: Likewise.
1288 * gdb.base/sepdebug.exp: Likewise.
1289 * gdb.base/structs.exp: Likewise.
1290 * gdb.base/until.exp: Likewise.
1291 * gdb.cp/misc.exp: Likewise.
1292
1293 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1294
1295 PR cli/25956
1296 * gdb.base/style.exp (run_style_tests): Add version string test.
1297 (test_startup_version_string): Use version style name.
1298 * lib/gdb-utils.exp (style): Handle version style name.
1299
1300 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1301
1302 * gdb.base/style.exp (limited_style): New proc.
1303 (clean_restart_and_disable): New proc.
1304 (run_style_tests): New proc. Most of the old tests from this file
1305 are now in this proc.
1306 (test_startup_version_string): New proc. Reamining test from the
1307 old file is in this proc.
1308
1309 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1310
1311 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1312 Adjust to "set debug remote" changes.
1313
1314 2021-01-21 Luis Machado <luis.machado@linaro.org>
1315
1316 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
1317 message.
1318
1319 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
1320
1321 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
1322
1323 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
1324
1325 PR python/19151
1326 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
1327
1328 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1329
1330 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
1331
1332 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1333
1334 * lib/tuiterm.exp: Add links in comments.
1335
1336 2021-01-20 Tom de Vries <tdevries@suse.de>
1337
1338 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
1339 offset.
1340
1341 2021-01-20 Tom de Vries <tdevries@suse.de>
1342
1343 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
1344
1345 2021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
1346
1347 * gdb.arch/amd64-stap-expressions.S: New file.
1348 * gdb.arch/amd64-stap-expressions.exp: New file.
1349
1350 2021-01-19 Tom de Vries <tdevries@suse.de>
1351
1352 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
1353 sequence.
1354
1355 2021-01-19 Tom de Vries <tdevries@suse.de>
1356
1357 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
1358
1359 2021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
1360
1361 * gdb.fortran/array-slices.exp (run_test): Avoid including
1362 addresses in test names.
1363
1364 2021-01-15 Tom de Vries <tdevries@suse.de>
1365
1366 PR testsuite/26997
1367 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
1368 when adding sizeof.
1369
1370 2021-01-14 Tom de Vries <tdevries@suse.de>
1371
1372 PR testsuite/24590
1373 * gdb.base/style.exp: Handle shorter argv in frame command output.
1374
1375 2021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1376
1377 PR gdb/26819
1378 * gdb.server/stop-reply-no-thread-multi.c: New file.
1379 * gdb.server/stop-reply-no-thread-multi.exp: New file.
1380
1381 2021-01-12 Tom de Vries <tdevries@suse.de>
1382
1383 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
1384 (main): Remove call to have_mpx.
1385 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
1386 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
1387 (main): Remote call to have_mpx.
1388 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
1389 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
1390 (main): Remove call to have_mpx.
1391 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
1392 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
1393 (main): Remove call to have_mpx.
1394 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
1395 * gdb.arch/i386-mpx.c (have_mpx): Remove.
1396 (main): Remote call to have_mpx.
1397 * gdb.arch/i386-mpx.exp: Use have_mpx.
1398 * lib/gdb.exp (have_mpx): New proc.
1399
1400 2021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1401
1402 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
1403
1404 2021-01-12 Tom de Vries <tdevries@suse.de>
1405
1406 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
1407
1408 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1409
1410 * gdb.fortran/debug-expr.exp: Add new tests.
1411
1412 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1413
1414 * gdb.fortran/dot-ops.exp: Add new tests.
1415
1416 2021-01-11 Tom de Vries <tdevries@suse.de>
1417
1418 PR testsuite/26968
1419 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
1420 Move insn setting $eax to before probe point.
1421
1422 2021-01-09 Tom Tromey <tom@tromey.com>
1423
1424 * gdb.trace/ax.exp: Do not require an "ext".
1425
1426 2021-01-08 Tom Tromey <tromey@adacore.com>
1427
1428 * gdb.ada/voidctx/pck.adb: New file.
1429 * gdb.ada/voidctx/pck.ads: New file.
1430 * gdb.ada/voidctx/voidctx.adb: New file.
1431 * gdb.ada/voidctx.exp: New file.
1432
1433 2021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
1434
1435 PR gdb/27157
1436 * gdb.base/empty-host-env-vars.exp: New test.
1437
1438 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1439
1440 * gdb.base/completion.exp: Add a new test.
1441
1442 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1443
1444 * gdb.fortran/intvar-dynamic-types.exp: New file.
1445 * gdb.fortran/intvar-dynamic-types.f90: New file.
1446
1447 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1448
1449 * gdb.fortran/intvar-array.exp: New file.
1450 * gdb.fortran/intvar-array.f90: New file.
1451
1452 2021-01-07 Tom Tromey <tromey@adacore.com>
1453
1454 * gdb.ada/assign_arr.exp: Add 'others' test.
1455
1456 2021-01-06 Tom Tromey <tromey@adacore.com>
1457
1458 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
1459 (FP4_Type): New type.
1460 (FP4_Var): New variable.
1461 * gdb.ada/fixed_points/fixed_points.adb: Update.
1462 * gdb.ada/fixed_points.exp: Add tests for binary operators.
1463
1464 2021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
1465
1466 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
1467 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1468 Pass prompt containing debug print to gdb_test_sequence.
1469
1470 2021-01-04 Tom de Vries <tdevries@suse.de>
1471
1472 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
1473
1474 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1475
1476
1477
1478 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1479
1480 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
1481 * gdb.server/connect-without-multi-process.exp: Likewise.
1482 * gdb.server/exit-multiple-threads.exp: Likewise.
1483 * gdb.server/ext-attach.exp: Likewise.
1484 * gdb.server/ext-restart.exp: Likewise.
1485 * gdb.server/ext-run.exp: Likewise.
1486 * gdb.server/ext-wrapper.exp: Likewise.
1487 * gdb.server/multi-ui-errors.exp: Likewise.
1488 * gdb.server/no-thread-db.exp: Likewise.
1489 * gdb.server/reconnect-ctrl-c.exp: Likewise.
1490 * gdb.server/run-without-local-binary.exp: Likewise.
1491 * gdb.server/server-kill.exp: Likewise.
1492 * gdb.server/server-run.exp: Likewise.
1493 * gdb.server/solib-list.exp: Likewise.
1494 * gdb.server/stop-reply-no-thread.exp: Likewise.
1495 * gdb.server/wrapper.exp: Likewise.
1496 * gdb.server/sysroot.exp: Increase timeout when testing the
1497 target: sysroot.
1498
1499 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1500
1501 * gdb.server/server-run.exp: Use clean_restart.
1502
1503 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1504
1505 * gdb.server/ext-run.exp: Use clean_restart.
1506
1507 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1508
1509 * gdb.server/stop-reply-no-thread.exp: Use build_executable
1510 instead of prepare_for_testing.
1511
1512 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1513
1514 * gdb.server/solib-list.exp: Use clean_restart.
1515
1516 2021-01-04 Tom de Vries <tdevries@suse.de>
1517
1518 * gdb.base/morestack.c: Remove printf.
1519 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
1520
1521 2020-12-31 Tom Tromey <tom@tromey.com>
1522
1523 * gdb.rust/simple.exp: Update output for Rust 1.49.
1524
1525 2020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
1526
1527 * gdb.cp/step-and-next-inline.exp: Fix test case.
1528
1529 2020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
1530
1531 * gdb.python/py-frame-args.exp: De-duplicate test names.
1532
1533 2020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1534
1535 PR gdb/27059
1536 * gdb.dwarf2/dyn-type-unallocated.c: New file.
1537 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
1538
1539 2020-12-21 Peter Waller <p@pwaller.net>
1540
1541 * gdb.base/style-interp-exec-mi.exp: New.
1542 * gdb.base/style-interp-exec-mi.c: New.
1543
1544 2020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1545
1546 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
1547 gdb_test. Use proc_with_prefix.
1548
1549 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1550
1551 * gdb.btrace/exception.exp: Build with nopie.
1552 * gdb.btrace/function_call_history.exp: Likewise.
1553 * gdb.btrace/unknown_functions.exp: Likewise.
1554
1555 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1556
1557 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
1558
1559 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1560
1561 * gdb.python/py-record-btrace.exp: Make test names unique.
1562 * gdb.python/py-record-full.exp: Likewise.
1563
1564 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1565
1566 * gdb.btrace/data.exp: Make test names unique.
1567 * gdb.btrace/delta.exp: Likewise.
1568 * gdb.btrace/enable.exp: Likewise.
1569 * gdb.btrace/function_call_history.exp: Likewise.
1570 * gdb.btrace/nohist.exp: Likewise.
1571 * gdb.btrace/non-stop.exp: Likewise.
1572 * gdb.btrace/rn-dl-bind.exp: Likewise.
1573 * gdb.btrace/step.exp: Likewise.
1574 * gdb.btrace/stepi.exp: Likewise.
1575 * gdb.btrace/tailcall.exp: Likewise.
1576
1577 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1578
1579 * gdb.btrace/enable.exp: Update error message.
1580 * gdb.btrace/multi-inferior.exp: Likewise.
1581 * gdb.btrace/reconnect.exp: Likewise.
1582 * gdb.python/py-record-btrace.exp: Likewise.
1583 * gdb.python/py-record-full.exp: Likewise.
1584
1585 2020-12-20 Tom de Vries <tdevries@suse.de>
1586
1587 * lib/gdb.exp (save_target_board_info): New proc.
1588 (gdb_compile_shlib): Use save_target_board_info.
1589
1590 2020-12-19 Tom de Vries <tdevries@suse.de>
1591
1592 * lib/gdb.exp (supports_scalar_storage_order_attribute)
1593 (supports_gnuc): New proc.
1594 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
1595 test_compiler_info calls. Add unsupported message.
1596 * gdb.base/endianity.c: Use TEST_SSO.
1597
1598 2020-12-19 Hannes Domani <ssbssa@yahoo.de>
1599
1600 PR exp/27070
1601 * gdb.python/compare-enum-type-a.c: New test.
1602 * gdb.python/compare-enum-type-b.c: New test.
1603 * gdb.python/compare-enum-type.exp: New file.
1604 * gdb.python/compare-enum-type.h: New test.
1605
1606 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
1607
1608 * gdb.python/py-format-string.exp: Add tests for address keyword.
1609
1610 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
1611
1612 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
1613
1614 2020-12-18 Tom Tromey <tromey@adacore.com>
1615
1616 * gdb.ada/fixed_points.exp: Also run with
1617 -fgnat-encodings=minimal. Update expected output.
1618
1619 2020-12-16 Simon Marchi <simon.marchi@efficios.com>
1620
1621 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
1622 * gdb.base/continue-all-already-running.exp: Likewise.
1623 * gdb.base/moribund-step.exp: Likewise.
1624 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
1625
1626 2020-12-16 Tom de Vries <tdevries@suse.de>
1627
1628 * gdb.base/batch-preserve-term-settings.exp:
1629
1630 2020-12-16 Tom de Vries <tdevries@suse.de>
1631
1632 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
1633 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
1634
1635 2020-12-16 Luis Machado <luis.machado@linaro.org>
1636
1637 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
1638 pointer-based memory accesses.
1639 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
1640 hw watchpoint cases.
1641
1642 2020-12-15 Rae Kim <rae.kim@gmail.com>
1643
1644 * gdb.base/document.exp: New test.
1645
1646 2020-12-15 Tom Tromey <tromey@adacore.com>
1647
1648 * gdb.base/style.exp: Add deprecation tests.
1649
1650 2020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
1651
1652 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
1653
1654 2020-12-14 Mark Wielaard <mark@klomp.org>
1655
1656 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
1657 specially, set attr_form_comment to the actual FORM string used.
1658
1659 2020-12-14 Mark Wielaard <mark@klomp.org>
1660
1661 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
1662 _constants(SPECIAL_expr) here, but set it...
1663 (Dwarf::cu): ...here based on _cu_version.
1664
1665 2020-12-14 Tom de Vries <tdevries@suse.de>
1666
1667 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
1668 pass -fPIC.
1669 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
1670 * gdb.base/break-probes.exp: Same.
1671 * gdb.base/ctxobj.exp: Same.
1672 * gdb.base/dso2dso.exp: Same.
1673 * gdb.base/global-var-nested-by-dso.exp: Same.
1674 * gdb.base/info-shared.exp: Same.
1675 * gdb.base/jit-reader-simple.exp: Same.
1676 * gdb.base/print-file-var.exp: Same.
1677 * gdb.base/skip-solib.exp: Same.
1678 * gdb.btrace/dlopen.exp: Same.
1679
1680 2020-12-14 Tom de Vries <tdevries@suse.de>
1681
1682 PR testsuite/26963
1683 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
1684
1685 2020-12-14 Tom de Vries <tdevries@suse.de>
1686
1687 PR testsuite/26962
1688 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
1689 cast it to its declared type".
1690
1691 2020-12-14 Tom de Vries <tdevries@suse.de>
1692
1693 PR testsuite/26951
1694 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
1695 shell prompt.
1696
1697 2020-12-14 Tom Tromey <tromey@adacore.com>
1698
1699 * gdb.ada/nested.exp: Add new tests.
1700 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
1701
1702 2020-12-14 Tom Tromey <tromey@adacore.com>
1703
1704 * gdb.dwarf2/ada-thick-pointer.exp: New file.
1705
1706 2020-12-14 Tom Tromey <tromey@adacore.com>
1707
1708 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
1709
1710 2020-12-13 Tom de Vries <tdevries@suse.de>
1711
1712 PR testsuite/26953
1713 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
1714 attribute support if compiler doesn't support it.
1715
1716 2020-12-13 Tom de Vries <tdevries@suse.de>
1717
1718 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
1719 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
1720 source to shared lib. Add ada to options.
1721
1722 2020-12-13 Tom de Vries <tdevries@suse.de>
1723
1724 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
1725 calling gnatbind and gnatlink.
1726
1727 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
1728
1729 * gdb.base/dcache-flush.c: New file.
1730 * gdb.base/dcache-flush.exp: New file.
1731
1732 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
1733
1734 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
1735 commands.
1736 * gdb.base/killed-outside.exp: Likewise.
1737 * gdb.opt/inline-bt.exp: Likewise.
1738 * gdb.perf/gmonster-null-lookup.py: Likewise.
1739 * gdb.perf/gmonster-print-cerr.py: Likewise.
1740 * gdb.perf/gmonster-ptype-string.py: Likewise.
1741 * gdb.python/py-unwind.exp: Likewise.
1742
1743 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1744
1745 * gdb.base/commands.exp: Update expected results.
1746
1747 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1748
1749 PR cli/15104
1750 * gdb.base/commands.exp: Add additional tests.
1751 * gdb.base/completion.exp: Add additional tests.
1752
1753 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1754
1755 * gdb.base/completion.exp: Add additional tests.
1756
1757 2020-12-11 Tom de Vries <tdevries@suse.de>
1758
1759 PR testsuite/26991
1760 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
1761 violations by setting bounds registers if the bounds are passed in the
1762 Bounds Table.
1763
1764 2020-12-11 Tom de Vries <tdevries@suse.de>
1765
1766 PR testsuite/26954
1767 * gdb.base/float128.exp: Detect and handle no mpfr support.
1768
1769 2020-12-10 Simon Marchi <simon.marchi@efficios.com>
1770
1771 PR gdb/24694
1772 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
1773 calls.
1774
1775 2020-12-10 Tom de Vries <tdevries@suse.de>
1776
1777 PR testsuite/26947
1778 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
1779 braces for tcl 8.5 and earlier.
1780
1781 2020-12-09 Simon Marchi <simon.marchi@efficios.com>
1782
1783 PR 26875, PR 26901
1784 * gdb.base/flexible-array-member.c: New test.
1785 * gdb.base/flexible-array-member.exp: New test.
1786
1787 2020-12-08 Tom de Vries <tdevries@suse.de>
1788
1789 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
1790 using is_amd64_regs_target.
1791
1792 2020-12-08 Tom de Vries <tdevries@suse.de>
1793
1794 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
1795 self_id.
1796
1797 2020-12-07 Pedro Alves <pedro@palves.net>
1798
1799 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
1800 'additional_flags' variable.
1801
1802 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1803
1804 * gdb.linespec/explicit.exp: Extend with a test to check completing
1805 '-' after seemingly complete options.
1806
1807 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1808
1809 * gdb.linespec/keywords.exp: Add tests to check positional
1810 flexibility of "-force-condition".
1811
1812 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1813
1814 * gdb.base/bp-cmds-run-with-ex.c: New file.
1815 * gdb.base/bp-cmds-run-with-ex.exp: New file.
1816 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
1817 * gdb.gdb/python-interrupts.exp: Update the call to
1818 'catch_command_errors' with the new argument.
1819 * gdb.gdb/python-selftest.exp: Ditto.
1820
1821 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1822
1823 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
1824 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1825 * gdb.threads/non-stop-fair-events.exp: Likewise.
1826
1827 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1828
1829 * gdb.threads/step-over-exec.exp: New.
1830 * gdb.threads/step-over-exec.c: New.
1831 * gdb.threads/step-over-exec-execd.c: New.
1832 * lib/my-syscalls.S: New.
1833 * lib/my-syscalls.h: New.
1834
1835 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1836
1837 * lib/dwarf.exp (declare_labels): Use name as text if text is
1838 not provided.
1839
1840 2020-12-04 Tom de Vries <tdevries@suse.de>
1841
1842 PR testsuite/26990
1843 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
1844 are unsupported.
1845
1846 2020-12-04 Tom de Vries <tdevries@suse.de>
1847
1848 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
1849 clause.
1850
1851 2020-12-04 Tom de Vries <tdevries@suse.de>
1852
1853 * gdb.reverse/insn-reverse.exp: Fix count handling.
1854
1855 2020-12-04 Tom de Vries <tdevries@suse.de>
1856
1857 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
1858 __x86_64__.
1859
1860 2020-12-04 Tom de Vries <tdevries@suse.de>
1861
1862 * gdb.reverse/insn-reverse.c (test_nr): New var.
1863 (usage, parse_args): New function.
1864 (main): Call parse_args. Only run test for test_nr.
1865 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
1866 and bail out. Run subtests individually, using an inferior arg
1867 specifying the subtest.
1868
1869 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
1870
1871 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
1872
1873 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
1874
1875 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
1876 update test to use this.
1877
1878 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1879
1880 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
1881
1882 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1883
1884 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
1885 (do_test): Don't use with_test_prefix.
1886 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
1887 (do_test): Don't use with_test_prefix.
1888 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
1889 (do_test): Don't use with_test_prefix.
1890 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
1891 (do_test): Don't use with_test_prefix.
1892
1893 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1894
1895 * gdb.threads/non-ldr-exit.exp: Fix comment.
1896
1897 2020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1898
1899 * gdb.xml/maint-xml-dump-03.xml: New file.
1900
1901 2020-11-30 Tom de Vries <tdevries@suse.de>
1902
1903 PR symtab/26905
1904 * gdb.dwarf2/count.exp: Remove kfails.
1905
1906 2020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1907
1908 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
1909 indices.
1910
1911 2020-11-24 Joel Brobecker <brobecker@adacore.com>
1912
1913 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
1914 the "ptype pck__fp1_range_var" test for the module-2 and pascal
1915 languages. Remove the associated setup_xfail.
1916
1917 2020-11-23 Simon Marchi <simon.marchi@efficios.com>
1918
1919 * lib/gdb.exp (gdb_assert): Show error message on error.
1920
1921 2020-11-23 Tom de Vries <tdevries@suse.de>
1922
1923 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
1924 * gdb.ada/mod_from_name.exp: Same.
1925 * gdb.ada/pckd_arr_ren.exp: Same.
1926
1927 2020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1928
1929 * gdb.base/template.exp: New.
1930 * gdb.base/template.c: New.
1931
1932 2020-11-22 Gary Benson <gbenson@redhat.com>
1933
1934 PR gdb/26905
1935 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
1936 is defined using a DW_AT_count which references another DIE.
1937
1938 2020-11-21 Tom de Vries <tdevries@suse.de>
1939
1940 * gdb.base/vla-ptr.exp: Add XFAIL.
1941
1942 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1943
1944 * gdb.fortran/array-slices-bad.exp: New file.
1945 * gdb.fortran/array-slices-bad.f90: New file.
1946 * gdb.fortran/array-slices-sub-slices.exp: New file.
1947 * gdb.fortran/array-slices-sub-slices.f90: New file.
1948 * gdb.fortran/array-slices.exp: Rewrite tests.
1949 * gdb.fortran/array-slices.f90: Rewrite tests.
1950 * gdb.fortran/vla-sizeof.exp: Correct expected results.
1951
1952 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1953
1954 * gdb.base/completion.exp: Add new completion tests.
1955
1956 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
1957
1958 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
1959 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1960 * gdb.mi/mi-nsintrall.exp: Likewise.
1961 * gdb.mi/mi-nsmoribund.exp: Likewise.
1962 * gdb.mi/mi-nsthrexec.exp: Likewise.
1963 * gdb.mi/mi-watch-nonstop.exp: Likewise.
1964
1965 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
1966
1967 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
1968 of perror.
1969
1970 2020-11-18 Joseph Myers <joseph@codesourcery.com>
1971
1972 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
1973 $arg.exe exists but $arg does not.
1974
1975 2020-11-17 Gary Benson <gbenson@redhat.com>
1976
1977 * gdb.trace/trace-common.h (x86_trace_dummy): Add
1978 __attribute__ ((used)).
1979
1980 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
1981
1982 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
1983
1984 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
1985
1986 * gdb.base/completion.exp: Add new tests.
1987
1988 2020-11-16 Tom Tromey <tromey@adacore.com>
1989
1990 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
1991 tests.
1992
1993 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1994
1995 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
1996 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
1997 (main): Add reference to pck__fp1_var2.
1998 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
1999
2000 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2001
2002 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
2003
2004 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2005
2006 * gdb.ada/fixed_points.exp: Add ptype tests.
2007 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
2008
2009 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2010
2011 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
2012
2013 2020-11-15 Joel Brobecker <brobecker@adacore.com>
2014
2015 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
2016 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
2017 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
2018 New files.
2019 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
2020
2021 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
2022 New files.
2023
2024 2020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
2025
2026 PR cli/26879
2027 * gdb.fortran/completion.exp: New file.
2028 * gdb.fortran/completion.f90: New file.
2029
2030 2020-11-12 Joseph Myers <joseph@codesourcery.com>
2031
2032 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
2033 but $arg does not.
2034
2035 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
2036
2037 * gdb.fortran/types.exp: Add more tests.
2038
2039 2020-11-12 Tom Tromey <tom@tromey.com>
2040
2041 PR rust/26799:
2042 * gdb.rust/traits.exp: Remove kfails.
2043
2044 2020-11-12 Gary Benson <gbenson@redhat.com>
2045
2046 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
2047 statement.
2048
2049 2020-11-11 Simon Marchi <simon.marchi@efficios.com>
2050
2051 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
2052 always-inserted" axis.
2053 (do_test): Add breakpoint_always_inserted parameter.
2054
2055 2020-11-10 Tom Tromey <tromey@adacore.com>
2056
2057 * gdb.ada/bias.exp: Update.
2058 * gdb.ada/bias/bias.adb (X): Change value.
2059
2060 2020-11-10 Gary Benson <gbenson@redhat.com>
2061
2062 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
2063 regexp fragment in parentheses to prevent false matching.
2064
2065 2020-11-10 Gary Benson <gbenson@redhat.com>
2066
2067 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
2068
2069 2020-11-10 Gary Benson <gbenson@redhat.com>
2070
2071 * gdb.cp/step-and-next-inline.exp: Only require
2072 -gstatement-frontiers when building with GCC.
2073 Only setup KFAIL's for GCC issues when using
2074 a GCC-built executable.
2075
2076 2020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
2077
2078 * gdb.base/debug-expr.c: Add extra function to allow for an
2079 additional test.
2080 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
2081 to this proc with gdb_test_debug_expr. Add an extra test.
2082 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
2083 to this proc with gdb_test_debug_expr, give the tests names
2084 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
2085 calls to this proc with gdb_test_debug_expr, give the tests names
2086 * gdb.fortran/debug-expr.exp: New file.
2087 * gdb.fortran/debug-expr.f90: New file.
2088 * lib/gdb.exp (gdb_test_debug_expr): New proc.
2089
2090 2020-11-06 Simon Marchi <simon.marchi@efficios.com>
2091
2092 * lib/dwarf.exp (ranges): Handle "base" and "range" as
2093 proceduresu.
2094 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
2095 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
2096 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
2097 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
2098 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
2099 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
2100 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
2101 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
2102
2103 2020-11-04 Tom Tromey <tromey@adacore.com>
2104
2105 * gdb.ada/funcall_ref.exp: Update.
2106 * gdb.ada/var_rec_arr.exp: Update.
2107
2108 2020-11-04 Tom Tromey <tromey@adacore.com>
2109
2110 * gdb.ada/rec_ptype.exp: New file.
2111 * gdb.ada/rec_ptype/main.adb: New file.
2112 * gdb.ada/rec_ptype/p.ads: New file.
2113
2114 2020-11-04 Tom Tromey <tromey@adacore.com>
2115
2116 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
2117 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
2118 (PT_Full): New variable.
2119 * gdb.ada/tick_length_array_enum_idx/pck.adb
2120 (Full_PT): New type.
2121
2122 2020-11-04 Tom Tromey <tromey@adacore.com>
2123
2124 * gdb.ada/array_of_variant.exp: New file.
2125 * gdb.ada/array_of_variant/p.adb: New file.
2126 * gdb.ada/array_of_variant/pck.ads: New file.
2127 * gdb.ada/array_of_variant/pck.adb: New file.
2128
2129 2020-11-04 Tom Tromey <tromey@adacore.com>
2130
2131 * gdb.ada/enum_idx_packed.exp: Add test.
2132 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
2133 New variable.
2134 * gdb.ada/enum_idx_packed/pck.ads (Short)
2135 (Multi_Dimension, Multi_Dimension_Access): New types.
2136
2137 2020-11-04 Tom Tromey <tromey@adacore.com>
2138
2139 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
2140
2141 2020-11-04 Tom Tromey <tromey@adacore.com>
2142
2143 * gdb.ada/set_pckd_arr_elt.exp: Also test
2144 -fgnat-encodings=minimal. Add tests.
2145 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
2146 Call Update_Small a second time.
2147 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
2148 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
2149 (Variant_Access): New types.
2150 (New_Variant): Declare.
2151
2152 2020-11-04 Tom Tromey <tromey@adacore.com>
2153
2154 * gdb.ada/mod_from_name.exp: Test printing slice.
2155
2156 2020-11-04 Tom Tromey <tromey@adacore.com>
2157
2158 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
2159 values.
2160 * gdb.ada/access_to_unbounded_array.exp: Test different
2161 -fgnat-encodings values.
2162 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
2163 values.
2164 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
2165 values.
2166 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
2167 values.
2168 * gdb.ada/array_of_variable_length.exp: Test different
2169 -fgnat-encodings values.
2170 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
2171 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
2172 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
2173 change.
2174 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
2175 values.
2176 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
2177 * gdb.ada/out_of_line_in_inlined.exp: Test different
2178 -fgnat-encodings values.
2179 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
2180 values.
2181 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
2182 values.
2183 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
2184 -fgnat-encodings values.
2185 * gdb.ada/variant_record_packed_array.exp: Test different
2186 -fgnat-encodings values.
2187
2188 2020-11-04 Tom Tromey <tromey@adacore.com>
2189
2190 * gdb.ada/enum_idx_packed.exp: Add tests.
2191 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
2192 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
2193 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
2194 declarations.
2195
2196 2020-11-03 Tom de Vries <tdevries@suse.de>
2197
2198 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
2199 terminator comments.
2200 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
2201 terminator.
2202
2203 2020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
2204
2205 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
2206 integer format test with regexp.
2207
2208 2020-11-02 Gary Benson <gbenson@redhat.com>
2209
2210 * gdb.base/print-file-var.exp (test): Separate compiler and
2211 linker options, and build using build_executable_from_specs
2212 to accommodate this.
2213
2214 2020-11-02 Gary Benson <gbenson@redhat.com>
2215
2216 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
2217 for .c files compiled as C++ with Clang if any shared
2218 libraries are specified.
2219
2220 2020-11-02 Gary Benson <gbenson@redhat.com>
2221
2222 * lib/attributes.h: New header.
2223 * gdb.base/backtrace.c: Include the above. Replace
2224 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
2225 * gdb.base/infcall-nested-structs.c: Likewise.
2226 * gdb.base/vla-optimized-out.c: Likewise.
2227
2228 2020-11-02 Tom de Vries <tdevries@suse.de>
2229
2230 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
2231
2232 2020-11-01 Joel Brobecker <brobecker@adacore.com>
2233
2234 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
2235 System.Min_Int and System.Max_Int with smaller hardcoded
2236 constants.
2237
2238 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2239
2240 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
2241 * configure: Re-generate.
2242
2243 2020-10-30 Simon Marchi <simon.marchi@efficios.com>
2244
2245 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
2246 expected output.
2247
2248 2020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2249
2250 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
2251 behavior.
2252 * gdb.base/paginate-bg-execution.exp: Ditto.
2253 * gdb.base/paginate-inferior-exit.exp: Ditto.
2254 * gdb.base/double-prompt-target-event-error.c: Remove.
2255 * gdb.base/double-prompt-target-event-error.exp: Remove.
2256
2257 2020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2258
2259 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
2260 inferiors' and 'detach inferiors' do not change the current
2261 inferior.
2262
2263 2020-10-29 Tom de Vries <tdevries@suse.de>
2264
2265 * gdb.threads/tls.exp: Fix DUPLICATEs.
2266
2267 2020-10-28 Tom de Vries <tdevries@suse.de>
2268
2269 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
2270
2271 2020-10-28 Tom de Vries <tdevries@suse.de>
2272
2273 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
2274 * gdb.base/reread.exp: Same.
2275
2276 2020-10-28 Tom de Vries <tdevries@suse.de>
2277
2278 * lib/gdb.exp (readnow): Handle arg.
2279 * gdb.rust/traits.exp: Add KFAILs for -readnow.
2280
2281 2020-10-28 Tom de Vries <tdevries@suse.de>
2282
2283 * gdb.base/relocate.exp: Update regexp for -readnow.
2284
2285 2020-10-28 Tom de Vries <tdevries@suse.de>
2286
2287 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
2288 -readnow.
2289
2290 2020-10-28 Tom de Vries <tdevries@suse.de>
2291
2292 PR symtab/26772
2293 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
2294 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
2295
2296 2020-10-28 Tom de Vries <tdevries@suse.de>
2297
2298 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
2299 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
2300 complaint during file command for -readnow.
2301
2302 2020-10-28 Tom de Vries <tdevries@suse.de>
2303
2304 * gdb.cp/nsalias.exp: Fix typo in test name.
2305
2306 2020-10-28 Tom de Vries <tdevries@suse.de>
2307
2308 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
2309
2310 2020-10-28 Tom de Vries <tdevries@suse.de>
2311
2312 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
2313 -readnow.
2314
2315 2020-10-27 Tom de Vries <tdevries@suse.de>
2316
2317 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
2318
2319 2020-10-27 Tom de Vries <tdevries@suse.de>
2320
2321 * gdb.base/maint.exp: Update for -readnow.
2322
2323 2020-10-27 Tom de Vries <tdevries@suse.de>
2324
2325 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
2326 -readnow.
2327
2328 2020-10-14 Gary Benson <gbenson@redhat.com>
2329
2330 * gdb.python/py-format-string.exp (test_deref_refs): Treat
2331 "_vptr$Base" as correct, in addition to "_vptr.Base".
2332 (test_mixed): Likewise.
2333
2334 2020-10-27 Gary Benson <gbenson@redhat.com>
2335
2336 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
2337 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
2338
2339 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2340
2341 * gdb.base/condbreak.exp: Update the completion tests to
2342 consider the '-force' flag.
2343
2344 2020-10-27 Tom de Vries <tdevries@suse.de>
2345
2346 * gdb.base/list-ambiguous-readnow.exp: New file.
2347
2348 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2349
2350 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
2351 the condition.
2352 * gdb.linespec/cpcompletion.exp: Update to consider the
2353 '-force-condition' keyword.
2354 * gdb.linespec/explicit.exp: Ditto.
2355 * lib/completion-support.exp: Ditto.
2356
2357 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2358
2359 * gdb.base/condbreak-multi-context.cc: New file.
2360 * gdb.base/condbreak-multi-context.exp: New file.
2361
2362 2020-10-26 Tom Tromey <tom@tromey.com>
2363
2364 * lib/mi-support.exp (default_mi_gdb_start): Call
2365 gdb_stdin_log_init.
2366 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
2367 subtract one from gdb_instances.
2368 (gdb_stdin_log_write): Flush in_file.
2369
2370 2020-10-26 Tom de Vries <tdevries@suse.de>
2371
2372 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
2373
2374 2020-10-26 Tom Tromey <tromey@adacore.com>
2375
2376 * gdb.ada/unsigned_range/foo.adb: New file.
2377 * gdb.ada/unsigned_range/pack.adb: New file.
2378 * gdb.ada/unsigned_range/pack.ads: New file.
2379 * gdb.ada/unsigned_range.exp: New file.
2380
2381 2020-10-26 Tom de Vries <tdevries@suse.de>
2382
2383 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
2384
2385 2020-10-26 Tom de Vries <tdevries@suse.de>
2386
2387 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
2388 for CU.
2389 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
2390
2391 2020-10-23 Tom de Vries <tdevries@suse.de>
2392
2393 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
2394 DW_FORM_string.
2395 (Dwarf::_default_form): New proc.
2396 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
2397 guessed.
2398
2399 2020-10-23 Tom de Vries <tdevries@suse.de>
2400
2401 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
2402 * gdb.dwarf2/atomic-type.exp: Same.
2403 * gdb.dwarf2/bad-regnum.exp: Same.
2404 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2405 * gdb.dwarf2/dw2-align.exp: Same.
2406 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2407 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2408 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2409 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2410 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2411 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2412 * gdb.dwarf2/enum-type.exp: Same.
2413 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
2414 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2415 * gdb.dwarf2/main-subprogram.exp: Same.
2416 * gdb.dwarf2/missing-type-name.exp: Same.
2417 * gdb.dwarf2/nonvar-access.exp: Same.
2418 * gdb.dwarf2/typedef-void-finish.exp: Same.
2419 * gdb.dwarf2/var-access.exp: Same.
2420 * gdb.dwarf2/void-type.exp: Same.
2421
2422 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
2423
2424 PR gdb/26693
2425 * gdb.dwarf2/template-specification-full-name.exp: New test.
2426
2427 2020-10-22 Luis Machado <luis.machado@linaro.org>
2428
2429 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
2430 expected an offset from the function.
2431 * gdb.base/msym-bp.exp (test): Likewise.
2432
2433 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
2434
2435 * gdb.fortran/array-slices.exp: Add a new test.
2436
2437 2020-10-21 Gary Benson <gbenson@redhat.com>
2438
2439 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
2440 fullname test with Clang. Also expand comments generally.
2441
2442 2020-10-20 Tom de Vries <tdevries@suse.de>
2443
2444 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
2445
2446 2020-10-20 Tom de Vries <tdevries@suse.de>
2447
2448 * gdb.dwarf2/arr-stride.c: Remove.
2449 * gdb.dwarf2/arr-stride.exp: Use main.c.
2450 * gdb.dwarf2/arr-subrange.c: Remove.
2451 * gdb.dwarf2/arr-subrange.exp: Use main.c.
2452 * gdb.dwarf2/bad-regnum.c: Remove.
2453 * gdb.dwarf2/bad-regnum.exp: Use main.c.
2454 * gdb.dwarf2/corrupt.c: Remove.
2455 * gdb.dwarf2/corrupt.exp: Use main.c.
2456 * gdb.dwarf2/dw2-bad-elf.c: Remove.
2457 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
2458 * gdb.dwarf2/dw2-icycle.c: Remove.
2459 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
2460 * gdb.dwarf2/formdata16.c: Remove.
2461 * gdb.dwarf2/formdata16.exp: Use main.c.
2462 * gdb.dwarf2/implptrconst.c: Remove.
2463 * gdb.dwarf2/implptrconst.exp: Use main.c.
2464 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
2465 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
2466 * gdb.dwarf2/opaque-type-lookup.c: Remove.
2467 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
2468
2469 2020-10-20 Tom de Vries <tdevries@suse.de>
2470
2471 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
2472 file.
2473 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
2474
2475 2020-10-20 Tom de Vries <tdevries@suse.de>
2476
2477 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
2478 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2479 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
2480 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2481 * gdb.dwarf2/dw2-ranges.exp: Same.
2482 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2483 * gdb.dwarf2/var-access.exp: Same.
2484
2485 2020-10-19 Tom Tromey <tromey@adacore.com>
2486
2487 PR tui/26719
2488 * gdb.tui/list.exp: Check source window contents after focus
2489 change.
2490
2491 2020-10-17 Tom de Vries <tdevries@suse.de>
2492
2493 PR symtab/26317
2494 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
2495
2496 2020-10-17 Tom de Vries <tdevries@suse.de>
2497
2498 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
2499 as suffix.
2500 * gdb.dwarf2/atomic.c: Rename to ...
2501 * gdb.dwarf2/atomic-type.c: ... this.
2502 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
2503 * gdb.dwarf2/dw2-ranges-2.c: ... this.
2504 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
2505 * gdb.dwarf2/dw2-ranges-3.c: ... this.
2506 * gdb.dwarf2/fission-mix2.c: Rename to ...
2507 * gdb.dwarf2/fission-mix-2.c: ... this.
2508 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
2509 standard_testfile.
2510 * gdb.dwarf2/ada-valprint-error.exp: Same.
2511 * gdb.dwarf2/arr-stride.exp: Same.
2512 * gdb.dwarf2/arr-subrange.exp: Same.
2513 * gdb.dwarf2/atomic-type.exp: Same.
2514 * gdb.dwarf2/bad-regnum.exp: Same.
2515 * gdb.dwarf2/break-inline-psymtab.exp: Same.
2516 * gdb.dwarf2/clang-debug-names-2.exp: Same.
2517 * gdb.dwarf2/clang-debug-names.exp: Same.
2518 * gdb.dwarf2/comp-unit-lang.exp: Same.
2519 * gdb.dwarf2/corrupt.exp: Same.
2520 * gdb.dwarf2/count.exp: Same.
2521 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2522 * gdb.dwarf2/data-loc.exp: Same.
2523 * gdb.dwarf2/dw2-align.exp: Same.
2524 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2525 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2526 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2527 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
2528 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
2529 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2530 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
2531 * gdb.dwarf2/dw2-inline-param.exp: Same.
2532 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2533 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2534 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2535 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2536 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2537 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2538 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2539 * gdb.dwarf2/dw2-param-error.exp: Same.
2540 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2541 * gdb.dwarf2/dw2-ranges.exp: Same.
2542 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2543 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2544 * gdb.dwarf2/dw4-sig-types.exp: Same.
2545 * gdb.dwarf2/dynarr-ptr.exp: Same.
2546 * gdb.dwarf2/enum-type.exp: Same.
2547 * gdb.dwarf2/fission-mix.exp: Same.
2548 * gdb.dwarf2/formdata16.exp: Same.
2549 * gdb.dwarf2/implptrconst.exp: Same.
2550 * gdb.dwarf2/implptrpiece.exp: Same.
2551 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2552 * gdb.dwarf2/main-subprogram.exp: Same.
2553 * gdb.dwarf2/method-ptr.exp: Same.
2554 * gdb.dwarf2/missing-sig-type.exp: Same.
2555 * gdb.dwarf2/nonvar-access.exp: Same.
2556 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2557 * gdb.dwarf2/shortpiece.exp: Same.
2558 * gdb.dwarf2/staticvirtual.exp: Same.
2559 * gdb.dwarf2/subrange.exp: Same.
2560 * gdb.dwarf2/symtab-producer.exp: Same.
2561 * gdb.dwarf2/typedef-void-finish.exp: Same.
2562 * gdb.dwarf2/var-access.exp: Same.
2563 * gdb.dwarf2/variant.exp: Same.
2564 * gdb.dwarf2/void-type.exp: Same.
2565 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
2566 dw2-ranges-main.c.
2567 * gdb.dwarf2/dw2-ranges-main.c: Remove.
2568
2569 2020-10-16 Tom de Vries <tdevries@suse.de>
2570
2571 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
2572
2573 2020-10-16 Tom de Vries <tdevries@suse.de>
2574
2575 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
2576
2577 2020-10-14 Tom de Vries <tdevries@suse.de>
2578
2579 PR testsuite/26732
2580 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
2581 scenario 2.
2582 * gdb.ada/mi_catch_ex_hand.exp: Same.
2583
2584 2020-10-13 Pedro Alves <pedro@palves.net>
2585
2586 * lib/mi-support.exp (mi_clean_restart): New.
2587 (mi_run_to_main): Delete.
2588 All callers adjust to use mi_clean_restart / mi_runto_main.
2589
2590 2020-10-13 Pedro Alves <pedro@palves.net>
2591
2592 * config/monitor.exp: Use "list -q".
2593 * gdb.arch/gdb1558.exp: Use "break -q".
2594 * gdb.arch/i386-permbkpt.exp: Use "break -q".
2595 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
2596 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
2597 * gdb.base/commands.exp: Use "break -q".
2598 * gdb.base/condbreak.exp: Use "break -q".
2599 * gdb.base/ctf-ptype.exp: Use "list -q".
2600 * gdb.base/define.exp: Use "break -q".
2601 * gdb.base/del.exp: Use "break -q".
2602 * gdb.base/fullname.exp: Use "break -q".
2603 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
2604 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
2605 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
2606 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
2607 "hbreak -q".
2608 * gdb.base/included.exp: Use "list -q".
2609 * gdb.base/label.exp: Use "break -q".
2610 * gdb.base/lineinc.exp: Use "break -q".
2611 * gdb.base/list.exp: Use "list -q".
2612 * gdb.base/macscp.exp: Use "list -q".
2613 * gdb.base/pending.exp: Use "break -q".
2614 * gdb.base/prologue-include.exp: Use "break -q".
2615 * gdb.base/ptype.exp: Use "list -q".
2616 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
2617 * gdb.base/server-del-break.exp: Use "break -q".
2618 * gdb.base/style.exp: Use "break -q".
2619 * gdb.base/symbol-without-target_section.exp: Use "list -q".
2620 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
2621 * gdb.cp/exception.exp: Use "tbreak -q".
2622 * gdb.dwarf2/dw2-error.exp: Use "break -q".
2623 * gdb.dwarf2/fission-mix.exp: Use "break -q".
2624 * gdb.dwarf2/fission-reread.exp: Use "break -q".
2625 * gdb.dwarf2/pr13961.exp: Use "break -q".
2626 * gdb.linespec/explicit.exp: Use "list -q".
2627 * gdb.linespec/linespec.exp: Use "break -q".
2628 * gdb.mi/mi-simplerun.exp: Use "--qualified".
2629 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
2630 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
2631 * gdb.server/connect-without-multi-process.exp: Use "break -q".
2632 * gdb.trace/change-loc.exp: Use "break -q".
2633 * gdb.trace/pending.exp: Use "break -q".
2634 * gdb.tui/basic.exp: Use "list -q".
2635 * gdb.tui/list-before.exp: Use "list -q".
2636 * gdb.tui/list.exp: Use "list -q".
2637 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
2638
2639 2020-10-13 Pedro Alves <pedro@palves.net>
2640
2641 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
2642 saved breakpoints file.
2643 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
2644 inspecting breakpoint list.
2645 * lib/gdb.exp (runto_main): Add "qualified" to options.
2646 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
2647 and handle it.
2648 (mi_runto_main): Pass 1 as qualified argument.
2649
2650 2020-10-13 Pedro Alves <pedro@palves.net>
2651
2652 * lib/mi-support.exp (mi_runto_main): New proc.
2653 (mi_run_to_main): Use it.
2654 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
2655 * gdb.mi/mi-var-cmd.exp: Likewise.
2656 * gdb.mi/mi-var-invalidate.exp: Likewise.
2657 * mi-var-list-children-invalid-grandchild.exp: Likewise.
2658 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
2659 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2660 * gdb.mi/user-selected-context-sync.exp: Likewise.
2661 * gdb.opt/inline-cmds.exp: Likewise.
2662 * gdb.python/py-framefilter-mi.exp: Likewise.
2663 * gdb.python/py-mi.exp: Likewise.
2664
2665 2020-10-13 Pedro Alves <pedro@palves.net>
2666
2667 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
2668 "runto main".
2669 * gdb.ada/small_reg_param.exp: Likewise.
2670 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2671 * gdb.base/annota1.exp: Likewise.
2672 * gdb.base/anon.exp: Likewise.
2673 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
2674 * gdb.base/dprintf-non-stop.exp: Likewise.
2675 * gdb.base/dprintf.exp: Likewise.
2676 * gdb.base/gdb11530.exp: Likewise.
2677 * gdb.base/gdb11531.exp: Likewise.
2678 * gdb.base/gnu_vector.exp: Likewise.
2679 * gdb.base/interrupt-noterm.exp: Likewise.
2680 * gdb.base/memattr.exp: Likewise.
2681 * gdb.base/step-over-syscall.exp: Likewise.
2682 * gdb.base/watch-cond-infcall.exp: Likewise.
2683 * gdb.base/watch-read.exp: Likewise.
2684 * gdb.base/watch-vfork.exp: Likewise.
2685 * gdb.base/watch_thread_num.exp: Likewise.
2686 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
2687 * gdb.guile/scm-frame-inline.exp: Likewise.
2688 * gdb.linespec/explicit.exp: Likewise.
2689 * gdb.opt/inline-break.exp: Likewise.
2690 * gdb.python/py-frame-inline.exp: Likewise.
2691 * gdb.reverse/break-precsave.exp: Likewise.
2692 * gdb.reverse/break-reverse.exp: Likewise.
2693 * gdb.reverse/consecutive-precsave.exp: Likewise.
2694 * gdb.reverse/consecutive-reverse.exp: Likewise.
2695 * gdb.reverse/finish-precsave.exp: Likewise.
2696 * gdb.reverse/finish-reverse.exp: Likewise.
2697 * gdb.reverse/fstatat-reverse.exp: Likewise.
2698 * gdb.reverse/getresuid-reverse.exp: Likewise.
2699 * gdb.reverse/i386-precsave.exp: Likewise.
2700 * gdb.reverse/i386-reverse.exp: Likewise.
2701 * gdb.reverse/i386-sse-reverse.exp: Likewise.
2702 * gdb.reverse/i387-env-reverse.exp: Likewise.
2703 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2704 * gdb.reverse/insn-reverse.exp: Likewise.
2705 * gdb.reverse/machinestate-precsave.exp: Likewise.
2706 * gdb.reverse/machinestate.exp: Likewise.
2707 * gdb.reverse/pipe-reverse.exp: Likewise.
2708 * gdb.reverse/readv-reverse.exp: Likewise.
2709 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2710 * gdb.reverse/rerun-prec.exp: Likewise.
2711 * gdb.reverse/s390-mvcle.exp: Likewise.
2712 * gdb.reverse/solib-precsave.exp: Likewise.
2713 * gdb.reverse/solib-reverse.exp: Likewise.
2714 * gdb.reverse/step-precsave.exp: Likewise.
2715 * gdb.reverse/step-reverse.exp: Likewise.
2716 * gdb.reverse/time-reverse.exp: Likewise.
2717 * gdb.reverse/until-precsave.exp: Likewise.
2718 * gdb.reverse/until-reverse.exp: Likewise.
2719 * gdb.reverse/waitpid-reverse.exp: Likewise.
2720 * gdb.reverse/watch-precsave.exp: Likewise.
2721 * gdb.reverse/watch-reverse.exp: Likewise.
2722 * gdb.threads/kill.exp: Likewise.
2723 * gdb.threads/tid-reuse.exp: Likewise.
2724
2725 2020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2726
2727 PR gdb/26642
2728 * gdb.base/maint-target-async-off.c: New test.
2729 * gdb.base/maint-target-async-off.exp: New test.
2730
2731 2020-10-13 Alan Modra <amodra@gmail.com>
2732
2733 * gdb.arch/powerpc-altivec.s,
2734 * gdb.arch/powerpc-power7.s,
2735 * gdb.arch/powerpc-power8.s,
2736 * gdb.arch/powerpc-power9.s,
2737 * gdb.arch/powerpc-vsx.s,
2738 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
2739 * gdb.arch/powerpc-altivec.exp,
2740 * gdb.arch/powerpc-power7.exp,
2741 * gdb.arch/powerpc-power8.exp,
2742 * gdb.arch/powerpc-power9.exp,
2743 * gdb.arch/powerpc-vsx.exp,
2744 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
2745 disassembly of mfvsrd/mtvsrd.
2746
2747 2020-10-13 Alan Modra <amodra@gmail.com>
2748
2749 * gdb.arch/arm-disassembler-options.exp: Adjust expected
2750 "target architecture" output.
2751 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2752 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2753 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2754 * gdb.arch/s390-disassembler-options.exp: Likewise.
2755
2756 2020-10-12 Pedro Alves <pedro@palves.net>
2757
2758 PR exp/26602
2759 PR c++/26550
2760 * gdb.cp/ambiguous.cc (marker1): Delete.
2761 (main): Initialize all the fields of the locals. Replace marker1
2762 call with a "set breakpoint here" marker.
2763 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
2764 instead of running to marker1. Add tests printing all the
2765 variables and all the fields of the variables.
2766 (test_ambiguous): New proc, expecting the new GDB output when a
2767 field access is ambiguous. Change all "warning: X ambiguous"
2768 tests to use it.
2769
2770 2020-10-12 Gary Benson <gbenson@redhat.com>
2771
2772 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
2773 * gdb.base/msym-bp-2.c (foo): Likewise.
2774 * gdb.base/msym-lang.c (foo): Likewise.
2775 * gdb.base/msym-lang-main.c (foo): Likewise.
2776 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
2777 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
2778 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
2779 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
2780 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
2781 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
2782 * gdb.python/py-objfile.c (static_var): Likewise.
2783 * gdb.python/py-symbol.c (rr): Likewise.
2784 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
2785 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
2786
2787 2020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
2788
2789 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
2790 output of backtrace.
2791
2792 2020-10-09 Tom Tromey <tromey@adacore.com>
2793
2794 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
2795 (Rec): Add field. Fix range.
2796 * gdb.ada/scalar_storage.exp: Update.
2797
2798 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
2799
2800 PR exp/26714
2801 * gdb.base/printcmds.exp: Add tests for void results.
2802
2803 2020-10-09 Jan Vrany <jan.vrany@labware.com>
2804
2805 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
2806 is emmited for both 'set directories' and 'directory' commands.
2807
2808 2020-10-08 Tom Tromey <tom@tromey.com>
2809
2810 * gdb.base/style.exp: Check that "main"'s name is styled.
2811
2812 2020-10-07 Tom Tromey <tromey@adacore.com>
2813
2814 * gdb.base/find.exp: Rename some tests.
2815
2816 2020-10-06 Gary Benson <gbenson@redhat.com>
2817
2818 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
2819 * gdb.base/list1.c (unused): Likewise.
2820
2821 2020-10-06 Gary Benson <gbenson@redhat.com>
2822
2823 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
2824 __attribute__ ((used)).
2825 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
2826
2827 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
2828
2829 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
2830 make use of regions throughout.
2831 * gdb.base/overlays.exp: Enclose string with variableds in "..",
2832 not {...}.
2833 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
2834
2835 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
2836
2837 * gdb.base/call-sc.c: Fix return struct on stack test case.
2838 * gdb.base/call-sc.exp: Likewise.
2839
2840 2020-10-02 Gary Benson <gbenson@redhat.com>
2841
2842 * README: Fix "paralell".
2843
2844 2020-09-30 Gary Benson <gbenson@redhat.com>
2845
2846 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
2847 Convert directive to lowercase.
2848 (.Labbrev1_begin): Add missing label.
2849 (abbrev code 0x1): Remove DW_AT_stmt_list.
2850 (.Ldie_b): Likewise.
2851
2852 2020-09-27 Tom Tromey <tom@tromey.com>
2853
2854 * gdb.tui/new-layout.exp: Use with_test_prefix.
2855
2856 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
2857
2858 PR python/26586
2859 * gdb.python/python.exp: add test cases for the from_tty
2860 argument to gdb.execute.
2861
2862 2020-09-25 Gary Benson <gbenson@redhat.com>
2863
2864 * gdb.base/infcall-nested-structs.exp.tcl: Add
2865 additional_flags=-Wno-tautological-compare for C++
2866 tests when compiling using Clang.
2867
2868 2020-09-25 Gary Benson <gbenson@redhat.com>
2869
2870 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
2871 for .c files.
2872
2873 2020-09-24 Tom Tromey <tromey@adacore.com>
2874
2875 PR tui/26638:
2876 * gdb.tui/list.exp: Check output of "focus next".
2877
2878 2020-09-23 Tom Tromey <tom@tromey.com>
2879
2880 * gdb.dwarf2/intbits.exp: New file.
2881 * gdb.dwarf2/intbits.c: New file.
2882
2883 2020-09-20 Pedro Alves <pedro@palves.net>
2884
2885 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
2886 spawn_id before calling remote_close. Close secondary MI channel.
2887
2888 2020-09-20 Pedro Alves <pedro@palves.net>
2889
2890 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
2891 fails.
2892
2893 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
2894
2895 * gdb.fortran/array-slices.exp: Update expected results.
2896 * gdb.fortran/class-allocatable-array.exp: Likewise.
2897 * gdb.fortran/multi-dim.exp: Likewise.
2898 * gdb.fortran/vla-type.exp: Likewise.
2899 * gdb.mi/mi-vla-fortran.exp: Likewise.
2900
2901 2020-09-18 Victor Collod <vcollod@nvidia.com>
2902
2903 PR gdb/26635
2904 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
2905 compatible with i386, and move it to...
2906 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
2907 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
2908 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
2909
2910 2020-09-18 Pedro Alves <pedro@palves.net>
2911
2912 PR gdb/26631
2913 * gdb.multi/multi-target-thread-find.exp: New file.
2914
2915 2020-09-18 Pedro Alves <pedro@palves.net>
2916
2917 * gdb.multi/multi-target-continue.exp: New file, factored out from
2918 multi-target.exp.
2919 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
2920 multi-target.exp.
2921 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
2922 multi-target.exp.
2923 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
2924 multi-target.exp.
2925 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
2926 multi-target.exp.
2927 * gdb.multi/multi-target.exp.tcl: New file, factored out from
2928 multi-target.exp.
2929 * gdb.multi/multi-target.exp: Delete.
2930
2931 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2932
2933 * gdb.fortran/array-slices.exp: Add missing message data.
2934
2935 2020-09-17 Pedro Alves <pedro@palves.net>
2936
2937 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
2938
2939 2020-09-17 Pedro Alves <pedro@palves.net>
2940
2941 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
2942 full prototype.
2943
2944 2020-09-17 Pedro Alves <pedro@palves.net>
2945
2946 * gdb.python/py-as-string.c: Add cast.
2947
2948 2020-09-17 Pedro Alves <pedro@palves.net>
2949
2950 * gdb.base/sizeof.c (fill): Add cast.
2951
2952 2020-09-17 Pedro Alves <pedro@palves.net>
2953
2954 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
2955
2956 2020-09-17 Pedro Alves <pedro@palves.net>
2957
2958 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
2959 linkage name.
2960 * gdb.base/prologue.exp: Use print /d.
2961 * gdb.base/symbol-alias.exp: Handle C++ output.
2962 * gdb.base/symbol-alias2.c: Handle C++ output.
2963 [__cplusplus] (func): Explicitly specify linkage name.
2964
2965 2020-09-17 Pedro Alves <pedro@palves.net>
2966
2967 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
2968 (struct my_key_t): ... this. Adjust all references.
2969 (struct value_t): Rename to ...
2970 (struct my_value_t): ... this. Adjust all references.
2971 (create_map, add_map_element, create_map_map)
2972 (add_map_map_element): Add casts.
2973
2974 2020-09-17 Pedro Alves <pedro@palves.net>
2975
2976 * gdb.python/py-framefilter-mi.c (funca): Add casts.
2977 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
2978
2979 2020-09-17 Pedro Alves <pedro@palves.net>
2980
2981 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
2982
2983 2020-09-17 Pedro Alves <pedro@palves.net>
2984
2985 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
2986 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
2987 (charfoo, intfoo): Define full prototype.
2988 * gdb.base/ptype1.c (charfoo): Define full prototype.
2989 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
2990 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
2991
2992 2020-09-17 Pedro Alves <pedro@palves.net>
2993
2994 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
2995 Don't define.
2996 (utf_32_string): Compile for both C and C++.
2997 * gdb.base/charset.exp: Use "print /d".
2998
2999 2020-09-17 Pedro Alves <pedro@palves.net>
3000
3001 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
3002 (nullptr): Rename to ...
3003 (null_ptr): ... this.
3004 * gdb.base/watchpoint.exp: Adjust to rename.
3005
3006 2020-09-17 Pedro Alves <pedro@palves.net>
3007
3008 * gdb.base/printcmds.c (three, flag_enum_without_zero)
3009 (three_not_flag): Add casts.
3010
3011 2020-09-17 Pedro Alves <pedro@palves.net>
3012
3013 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
3014 char array.
3015 (main): Add references to Barrier, TestStrings, TestStringsH and
3016 TestStringsW.
3017 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
3018 and expect a full prototype in C++.
3019
3020 2020-09-17 Pedro Alves <pedro@palves.net>
3021
3022 * gdb.base/nested-addr.c (main): Add cast.
3023 * gdb.base/nested-addr.exp: Use "print /d".
3024
3025 2020-09-17 Pedro Alves <pedro@palves.net>
3026
3027 * gdb.base/break.exp (func): New. Use it throughout when
3028 expecting a function name.
3029
3030 2020-09-17 Pedro Alves <pedro@palves.net>
3031
3032 * gdb.base/display.exp: Issue "set print asm-demangle on".
3033
3034 2020-09-17 Pedro Alves <pedro@palves.net>
3035
3036 * gdb.base/find.c: Include <string.h>.
3037 (init_bufs): Add cast.
3038 * gdb.base/find.exp: Issue "set print asm-demangle on".
3039
3040 2020-09-16 Tom Tromey <tromey@adacore.com>
3041
3042 PR gdb/26598:
3043 * gdb.base/skipcxx.exp: New file.
3044 * gdb.base/skipcxx.cc: New file.
3045
3046 2020-09-16 Tom de Vries <tdevries@suse.de>
3047
3048 PR testsuite/26617
3049 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
3050 WITH_DEBUG_SECTIONS is defined.
3051 (xstr, str): New macro.
3052 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
3053 to get start and size of _Dmain.
3054 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
3055 using additional_flags.
3056
3057 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3058
3059 * gdb.base/bp-cmds-sourced-script.c: New file.
3060 * gdb.base/bp-cmds-sourced-script.exp: New test.
3061 * gdb.base/bp-cmds-sourced-script.gdb: New file.
3062
3063 2020-09-16 Tom de Vries <tdevries@suse.de>
3064
3065 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
3066 get the gdb prompt after issuing "monitor exit".
3067
3068 2020-09-16 Tom de Vries <tdevries@suse.de>
3069
3070 PR testsuite/26624
3071 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
3072
3073 2020-09-16 Tom de Vries <tdevries@suse.de>
3074
3075 PR testsuite/26618
3076 * gdb.tui/new-layout.exp: Escape unbalanced braces.
3077
3078 2020-09-15 Tom Tromey <tromey@adacore.com>
3079
3080 PR rust/26197:
3081 * lib/rust-support.exp (rust_llvm_version): New proc.
3082 * gdb.rust/simple.exp: Check rust_llvm_version.
3083
3084 2020-09-14 Tom de Vries <tdevries@suse.de>
3085
3086 * gdb.rust/traits.exp: Fix PATH warning.
3087
3088 2020-09-13 Pedro Alves <pedro@palves.net>
3089
3090 * gdb.base/catch-follow-exec.c (main): Add explicit return
3091 statement.
3092 * gdb.base/catch-signal.c (main): Likewise.
3093 * gdb.base/condbreak-call-false.c (main): Likewise.
3094 * gdb.base/consecutive.c (main): Add explicit return
3095 statement and return type.
3096 * gdb.base/cursal.c (main): Add explicit return statement.
3097 * gdb.base/cvexpr.c (main): Likewise.
3098 * gdb.base/display.c (main): Add explicit return statement and
3099 return type.
3100 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
3101 * gdb.base/endianity.c (main): Likewise.
3102 * gdb.base/execd-prog.c (main): Likewise.
3103 * gdb.base/gdb1090.c (main): Likewise.
3104 * gdb.base/info_qt.c (main): Likewise.
3105 * gdb.base/lineinc.c (main): Likewise.
3106 * gdb.base/load-command.c (main): Likewise.
3107 * gdb.base/macscp1.c (main): Likewise.
3108 * gdb.base/pr10179-a.c (main): Likewise.
3109 * gdb.base/quit-live.c (main): Likewise.
3110 * gdb.base/scope0.c (main): Likewise.
3111 * gdb.base/settings.c (main): Likewise.
3112 * gdb.base/stack-checking.c (main): Return int.
3113 * gdb.base/varargs.c (main): Add explicit return statement.
3114 * gdb.cp/ambiguous.cc (main): Likewise.
3115 * gdb.cp/anon-struct.cc (main): Likewise.
3116 * gdb.cp/anon-union.cc (main): Likewise.
3117 * gdb.cp/bool.cc (main): Likewise.
3118 * gdb.cp/bs15503.cc (main): Likewise.
3119 * gdb.cp/cplusfuncs.cc (main): Likewise.
3120 * gdb.cp/cttiadd.cc (main): Likewise.
3121 * gdb.cp/extern-c.cc (main): Likewise.
3122 * gdb.cp/filename.cc (main): Likewise.
3123 * gdb.cp/formatted-ref.cc (main): Likewise.
3124 * gdb.cp/mb-ctor.cc (main): Likewise.
3125 * gdb.cp/member-ptr.cc (main): Likewise.
3126 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
3127 * gdb.cp/overload-const.cc (main): Likewise.
3128 * gdb.cp/paren-type.cc (main): Likewise.
3129 * gdb.cp/parse-lang.cc (main): Likewise.
3130 * gdb.cp/pr-1023.cc (main): Likewise.
3131 * gdb.cp/psmang1.cc (main): Likewise.
3132 * gdb.cp/readnow-language.cc (main): Likewise.
3133 * gdb.cp/ref-params.cc (main): Likewise.
3134 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
3135 * gdb.cp/virtbase2.cc (main): Likewise.
3136 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
3137 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
3138 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
3139 * gdb.mi/mi-console.c (main): Likewise.
3140 * gdb.mi/mi-read-memory.c (main): Likewise.
3141 * gdb.modula2/multidim.c (main): Likewise.
3142 * gdb.opt/inline-small-func.c (main): Likewise.
3143 * gdb.python/py-rbreak.c (main): Likewise.
3144 * gdb.stabs/exclfwd1.c (main): Likewise.
3145 * gdb.trace/qtro.c (main): Likewise.
3146
3147 2020-09-13 Pedro Alves <pedro@palves.net>
3148
3149 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
3150 instead of getenv.
3151
3152 2020-09-13 Pedro Alves <pedro@palves.net>
3153
3154 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
3155 instead of spawning GDB with remote_spawn.
3156 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
3157 gdb_spawn instead of spawning GDB with remote_spawn.
3158
3159 2020-09-13 Pedro Alves <pedro@palves.net>
3160
3161 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
3162 file and add calls to first and second.
3163 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
3164 add call to f.
3165
3166 2020-09-13 Pedro Alves <pedro@palves.net>
3167
3168 * gdb.mi/mi-break-qualified.cc: New file.
3169 * gdb.mi/mi-break-qualified.exp: New file.
3170 * lib/mi-support.exp (mi_create_breakpoint_multi)
3171 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
3172 procedures.
3173 (mi_create_breakpoint_1): New, factored out from
3174 mi_create_breakpoint.
3175
3176 2020-09-13 Pedro Alves <pedro@palves.net>
3177
3178 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
3179 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
3180 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
3181 (register_class): Delete.
3182 (main): Don't call register_class.
3183
3184 2020-09-13 Pedro Alves <pedro@palves.net>
3185
3186 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
3187 (do_tests): Remove "calling method for small class" test.
3188 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
3189 (register_class): Delete.
3190 (main): Don't call register_class.
3191 * gdb.cp/call-method-register.exp: New file, based on bits removed
3192 from classes.exp.
3193 * gdb.cp/call-method-register.cc: New file, based on bits removed
3194 from classes.cc.
3195
3196 2020-09-13 Pedro Alves <pedro@palves.net>
3197
3198 * gdb.base/msym-bp-2.c: New.
3199 * gdb.base/msym-bp-shl-lib.c: New file.
3200 * gdb.base/msym-bp-shl-main-2.c: New file.
3201 * gdb.base/msym-bp-shl-main.c: New file.
3202 * gdb.base/msym-bp-shl.exp: New file.
3203 * gdb.base/msym-bp.c: New file.
3204 * gdb.base/msym-bp.exp: New file.
3205
3206 2020-09-13 Joel Brobecker <brobecker@adacore.com>
3207
3208 * gdb.base/default.exp: Change $_gdb_major to 11.
3209
3210 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
3211 Felix Willgerodt <Felix.Willgerodt@intel.com>
3212
3213 * x86-avx512bf16.c: New file.
3214 * x86-avx512bf16.exp: Likewise.
3215 * lib/gdb.exp (skip_avx512bf16_tests): New function.
3216
3217 2020-09-11 Tom de Vries <tdevries@suse.de>
3218
3219 PR exp/26602
3220 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
3221
3222 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3223
3224 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
3225
3226 2020-09-10 Alan Modra <amodra@gmail.com>
3227
3228 PR 26597
3229 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
3230
3231 2020-09-08 Tom de Vries <tdevries@suse.de>
3232
3233 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
3234 after gdb_starti_cmd.
3235
3236 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3237
3238 * lib/fortran.exp (fortran_complex8): New proc.
3239 (fortran_complex16): New proc.
3240 * gdb.fortran/complex.exp: Use routines from fortran.exp
3241 * gdb.fortran/pointer-to-pointer.exp: Likewise.
3242 * gdb.fortran/vla-ptr-info.exp: Likewise.
3243
3244 2020-09-03 Tom de Vries <tdevries@suse.de>
3245
3246 PR breakpoint/26546
3247 * gdb.base/label-without-address.exp: Runto main first.
3248
3249 2020-09-02 Tom Tromey <tromey@adacore.com>
3250
3251 * gdb.ada/mi_var_access.exp: Test children of access variable.
3252 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
3253 * gdb.ada/mi_var_array.exp: Update.
3254
3255 2020-08-31 Kevin Buettner <kevinb@redhat.com>
3256
3257 * gdb.base/corefile.exp (warning-free): XFAIL test when running
3258 on docker w/ AUFS storage driver.
3259
3260 2020-08-31 Kevin Buettner <kevinb@redhat.com>
3261
3262 * gdb.base/corefile2.exp (renamed binfile): New tests.
3263
3264 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3265
3266 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
3267
3268 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3269
3270 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
3271 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
3272
3273 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3274
3275 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
3276 output, printing a "not saved" value from history and printing a
3277 convenience variable created from a "not saved" value.
3278
3279 2020-08-31 Tom de Vries <tdevries@suse.de>
3280
3281 * gdb.base/eh_return.exp: Use nopie.
3282
3283 2020-08-28 Pedro Alves <pedro@palves.net>
3284
3285 * gdb.base/advance-until-multiple-locations.exp
3286 (advance_overload, until_overload): Adjust to match the
3287 frame/function header instead of the source line text.
3288
3289 2020-08-28 Tom de Vries <tdevries@suse.de>
3290
3291 * gdb.base/label-without-address.c: New test.
3292 * gdb.base/label-without-address.exp: New file.
3293
3294 2020-08-27 Pedro Alves <pedro@palves.net>
3295
3296 PR gdb/26523
3297 PR gdb/26524
3298 * gdb.base/advance-until-multiple-locations.cc: New.
3299 * gdb.base/advance-until-multiple-locations.exp: New.
3300
3301 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
3302
3303 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
3304
3305 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3306
3307 * gdb.arch/amd64-byte.exp: Make test names unique, use
3308 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3309 * gdb.arch/amd64-dword.exp: Likewise.
3310 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
3311 * gdb.arch/amd64-stap-special-operands.exp: Make test names
3312 unique.
3313 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
3314 * gdb.arch/amd64-word.exp: Make test names unique, use
3315 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3316 * gdb.arch/i386-byte.exp: Make test names unique, use
3317 gdb_breakpoint.
3318 * gdb.arch/i386-word.exp: Likewise.
3319
3320 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
3321
3322 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
3323
3324 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
3325
3326 PR gdb/26532
3327 * gdb.threads/stepi-random-signal.exp: Update pattern.
3328
3329 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
3330
3331 PR gdb/26532
3332 * gdb.base/ui-redirect.exp: Update pattern.
3333
3334 2020-08-25 Gary Benson <gbenson@redhat.com>
3335
3336 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
3337 when compiling with clang.
3338 * gdb.dwarf2/dw2-restore.exp: Likewise.
3339
3340 2020-08-25 Gary Benson <gbenson@redhat.com>
3341
3342 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
3343 Add additional_flags=-Wno-inaccessible-base when compiling
3344 with GCC >= 10.1 or clang. Add additional_flags=-w when
3345 compiling with GCC < 10.
3346
3347 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
3348
3349 PR m2/26372
3350 * gdb.modula2/multidim.c: New file.
3351 * gdb.modula2/multidim.exp: New file.
3352
3353 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
3354
3355 * lib/gdb.exp (runto): Always emit fail on internal error.
3356
3357 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
3358
3359 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
3360 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3361 Likewise.
3362 * gdb.threads/stepi-random-signal.exp: Likewise.
3363
3364 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3365
3366 * gdb.base/print-file-var.exp: Fix typo "breapoint".
3367 * gdb.trace/strace.exp: Ditto.
3368
3369 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3370
3371 * gdb.fortran/vla-type.exp: Skip commands not required for
3372 the Flang compiled binaries after prologue fix.
3373
3374 2020-08-17 Tom de Vries <tdevries@suse.de>
3375 Tom Tromey <tromey@adacore.com>
3376
3377 PR rust/26197:
3378 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
3379
3380 2020-08-17 Tom Tromey <tromey@adacore.com>
3381
3382 * gdb.ada/mi_var_access.exp: New file.
3383 * gdb.ada/mi_var_access/mi_access.adb: New file.
3384 * gdb.ada/mi_var_access/pck.adb: New file.
3385 * gdb.ada/mi_var_access/pck.ads: New file.
3386
3387 2020-08-16 Tom de Vries <tdevries@suse.de>
3388
3389 PR gdb/25350
3390 * gdb.base/eh_return.c: New test.
3391 * gdb.base/eh_return.exp: New file.
3392
3393 2020-08-15 Tom de Vries <tdevries@suse.de>
3394
3395 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
3396 (mixed_func_1d_): Use fortran_charlen_t in decl.
3397
3398 2020-08-15 Tom de Vries <tdevries@suse.de>
3399
3400 PR backtrace/26390
3401 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
3402 Update expected pattern.
3403
3404 2020-08-13 Pedro Alves <pedro@palves.net>
3405
3406 * gdb.fortran/complex.exp: Check skip_fortran_tests.
3407 * gdb.fortran/library-module.exp: Likewise.
3408 * gdb.fortran/logical.exp: Likewise.
3409 * gdb.fortran/module.exp: Likewise.
3410 * gdb.fortran/print_type.exp: Likewise.
3411 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
3412 * gdb.fortran/vla-datatypes.exp: Likewise.
3413 * gdb.fortran/vla-history.exp: Likewise.
3414 * gdb.fortran/vla-ptr-info.exp: Likewise.
3415 * gdb.fortran/vla-ptype-sub.exp: Likewise.
3416 * gdb.fortran/vla-ptype.exp: Likewise.
3417 * gdb.fortran/vla-sizeof.exp: Likewise.
3418 * gdb.fortran/vla-type.exp: Likewise.
3419 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
3420 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
3421 * gdb.fortran/vla-value-sub.exp: Likewise.
3422 * gdb.fortran/vla-value.exp: Likewise.
3423
3424 2020-08-13 Pedro Alves <pedro@palves.net>
3425
3426 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
3427 * gdb.ada/access_to_packed_array.exp: Likewise.
3428 * gdb.ada/access_to_unbounded_array.exp: Likewise.
3429 * gdb.ada/addr_arith.exp: Likewise.
3430 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
3431 * gdb.ada/arr_arr.exp: Likewise.
3432 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
3433 * gdb.ada/array_bounds.exp: Likewise.
3434 * gdb.ada/array_of_variable_length.exp: Likewise.
3435 * gdb.ada/array_ptr_renaming.exp: Likewise.
3436 * gdb.ada/array_subscript_addr.exp: Likewise.
3437 * gdb.ada/arraydim.exp: Likewise.
3438 * gdb.ada/arrayparam.exp: Likewise.
3439 * gdb.ada/arrayptr.exp: Likewise.
3440 * gdb.ada/assign_1.exp: Likewise.
3441 * gdb.ada/assign_arr.exp: Likewise.
3442 * gdb.ada/atomic_enum.exp: Likewise.
3443 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3444 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
3445 * gdb.ada/bias.exp: Likewise.
3446 * gdb.ada/boolean_expr.exp: Likewise.
3447 * gdb.ada/bp_c_mixed_case.exp: Likewise.
3448 * gdb.ada/bp_enum_homonym.exp: Likewise.
3449 * gdb.ada/bp_inlined_func.exp: Likewise.
3450 * gdb.ada/bp_on_var.exp: Likewise.
3451 * gdb.ada/bp_range_type.exp: Likewise.
3452 * gdb.ada/bp_reset.exp: Likewise.
3453 * gdb.ada/call_pn.exp: Likewise.
3454 * gdb.ada/catch_assert_if.exp: Likewise.
3455 * gdb.ada/catch_ex.exp: Likewise.
3456 * gdb.ada/catch_ex_std.exp: Likewise.
3457 * gdb.ada/char_enum.exp: Likewise.
3458 * gdb.ada/char_param.exp: Likewise.
3459 * gdb.ada/complete.exp: Likewise.
3460 * gdb.ada/cond_lang.exp: Likewise.
3461 * gdb.ada/convvar_comp.exp: Likewise.
3462 * gdb.ada/dgopt.exp: Likewise.
3463 * gdb.ada/disc_arr_bound.exp: Likewise.
3464 * gdb.ada/display_nested.exp: Likewise.
3465 * gdb.ada/dot_all.exp: Likewise.
3466 * gdb.ada/dyn_loc.exp: Likewise.
3467 * gdb.ada/dyn_stride.exp: Likewise.
3468 * gdb.ada/excep_handle.exp: Likewise.
3469 * gdb.ada/expr_delims.exp: Likewise.
3470 * gdb.ada/expr_with_funcall.exp: Likewise.
3471 * gdb.ada/exprs.exp: Likewise.
3472 * gdb.ada/fin_fun_out.exp: Likewise.
3473 * gdb.ada/fixed_cmp.exp: Likewise.
3474 * gdb.ada/formatted_ref.exp: Likewise.
3475 * gdb.ada/frame_arg_lang.exp: Likewise.
3476 * gdb.ada/frame_args.exp: Likewise.
3477 * gdb.ada/fullname_bp.exp: Likewise.
3478 * gdb.ada/fun_addr.exp: Likewise.
3479 * gdb.ada/fun_in_declare.exp: Likewise.
3480 * gdb.ada/fun_overload_menu.exp: Likewise.
3481 * gdb.ada/fun_renaming.exp: Likewise.
3482 * gdb.ada/funcall_char.exp: Likewise.
3483 * gdb.ada/funcall_param.exp: Likewise.
3484 * gdb.ada/funcall_ptr.exp: Likewise.
3485 * gdb.ada/funcall_ref.exp: Likewise.
3486 * gdb.ada/homonym.exp: Likewise.
3487 * gdb.ada/info_addr_mixed_case.exp: Likewise.
3488 * gdb.ada/info_auto_lang.exp: Likewise.
3489 * gdb.ada/info_exc.exp: Likewise.
3490 * gdb.ada/info_types.exp: Likewise.
3491 * gdb.ada/int_deref.exp: Likewise.
3492 * gdb.ada/interface.exp: Likewise.
3493 * gdb.ada/iwide.exp: Likewise.
3494 * gdb.ada/lang_switch.exp: Likewise.
3495 * gdb.ada/length_cond.exp: Likewise.
3496 * gdb.ada/maint_with_ada.exp: Likewise.
3497 * gdb.ada/mi_catch_assert.exp: Likewise.
3498 * gdb.ada/mi_catch_ex.exp: Likewise.
3499 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
3500 * gdb.ada/mi_dyn_arr.exp: Likewise.
3501 * gdb.ada/mi_ex_cond.exp: Likewise.
3502 * gdb.ada/mi_exc_info.exp: Likewise.
3503 * gdb.ada/mi_interface.exp: Likewise.
3504 * gdb.ada/mi_prot.exp: Likewise.
3505 * gdb.ada/mi_ref_changeable.exp: Likewise.
3506 * gdb.ada/mi_string_access.exp: Likewise.
3507 * gdb.ada/mi_task_arg.exp: Likewise.
3508 * gdb.ada/mi_task_info.exp: Likewise.
3509 * gdb.ada/mi_var_array.exp: Likewise.
3510 * gdb.ada/mi_var_union.exp: Likewise.
3511 * gdb.ada/mi_variant.exp: Likewise.
3512 * gdb.ada/minsyms.exp: Likewise.
3513 * gdb.ada/mod_from_name.exp: Likewise.
3514 * gdb.ada/nested.exp: Likewise.
3515 * gdb.ada/null_array.exp: Likewise.
3516 * gdb.ada/optim_drec.exp: Likewise.
3517 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
3518 * gdb.ada/packed_array_assign.exp: Likewise.
3519 * gdb.ada/packed_tagged.exp: Likewise.
3520 * gdb.ada/pp-rec-component.exp: Likewise.
3521 * gdb.ada/print_chars.exp: Likewise.
3522 * gdb.ada/print_pc.exp: Likewise.
3523 * gdb.ada/ptr_typedef.exp: Likewise.
3524 * gdb.ada/ptype_arith_binop.exp: Likewise.
3525 * gdb.ada/ptype_array.exp: Likewise.
3526 * gdb.ada/ptype_field.exp: Likewise.
3527 * gdb.ada/ptype_tagged_param.exp: Likewise.
3528 * gdb.ada/ptype_union.exp: Likewise.
3529 * gdb.ada/py_range.exp: Likewise.
3530 * gdb.ada/py_taft.exp: Likewise.
3531 * gdb.ada/rdv_wait.exp: Likewise.
3532 * gdb.ada/rec_comp.exp: Likewise.
3533 * gdb.ada/rec_return.exp: Likewise.
3534 * gdb.ada/ref_param.exp: Likewise.
3535 * gdb.ada/ref_tick_size.exp: Likewise.
3536 * gdb.ada/rename_subscript_param.exp: Likewise.
3537 * gdb.ada/repeat_dyn.exp: Likewise.
3538 * gdb.ada/same_component_name.exp: Likewise.
3539 * gdb.ada/same_enum.exp: Likewise.
3540 * gdb.ada/scalar_storage.exp: Likewise.
3541 * gdb.ada/set_wstr.exp: Likewise.
3542 * gdb.ada/small_reg_param.exp: Likewise.
3543 * gdb.ada/str_binop_equal.exp: Likewise.
3544 * gdb.ada/str_ref_cmp.exp: Likewise.
3545 * gdb.ada/str_uninit.exp: Likewise.
3546 * gdb.ada/sub_variant.exp: Likewise.
3547 * gdb.ada/sym_print_name.exp: Likewise.
3548 * gdb.ada/taft_type.exp: Likewise.
3549 * gdb.ada/tagged.exp: Likewise.
3550 * gdb.ada/tagged_access.exp: Likewise.
3551 * gdb.ada/task_bp.exp: Likewise.
3552 * gdb.ada/task_switch_in_core.exp: Likewise.
3553 * gdb.ada/tasks.exp: Likewise.
3554 * gdb.ada/tick_last_segv.exp: Likewise.
3555 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
3556 * gdb.ada/type_coercion.exp: Likewise.
3557 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
3558 * gdb.ada/unchecked_union.exp: Likewise.
3559 * gdb.ada/uninitialized_vars.exp: Likewise.
3560 * gdb.ada/var_arr_attrs.exp: Likewise.
3561 * gdb.ada/var_arr_typedef.exp: Likewise.
3562 * gdb.ada/var_rec_arr.exp: Likewise.
3563 * gdb.ada/variant-record.exp: Likewise.
3564 * gdb.ada/variant.exp: Likewise.
3565 * gdb.ada/variant_record_packed_array.exp: Likewise.
3566 * gdb.ada/varsize_limit.exp: Likewise.
3567 * gdb.ada/whatis_array_val.exp: Likewise.
3568 * gdb.ada/widewide.exp: Likewise.
3569 * gdb.ada/win_fu_syms.exp: Likewise.
3570
3571 2020-08-12 Gary Benson <gbenson@redhat.com>
3572
3573 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
3574
3575 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
3576
3577 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
3578 unset the array variable.
3579
3580 2020-08-03 Tom de Vries <tdevries@suse.de>
3581
3582 PR symtab/26333
3583 * lib/dwarf.exp (DW_LNE_user): New proc.
3584 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
3585 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
3586
3587 2020-07-31 Kevin Buettner <kevinb@redhat.com>
3588
3589 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
3590 to 'uintptr_t'
3591 (inttypes.h): Include.
3592
3593 2020-07-31 Kevin Buettner <kevinb@redhat.com>
3594
3595 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
3596 (C5_24k): Delete.
3597 (C5_8k, C5_64k, C5_256k): New macros.
3598 (buf_ro): Allocate 256 KiB of initialized data.
3599
3600 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3601
3602 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
3603 that attempt to overwrite an existing condition with a condition
3604 that fails parsing and also with a condition that parses fine
3605 but contains junk at the end.
3606
3607 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3608
3609 * gdb.base/condbreak-bad.c: New test.
3610 * gdb.base/condbreak-bad.exp: New file.
3611
3612 2020-07-30 Tom de Vries <tdevries@suse.de>
3613
3614 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
3615 out of ...
3616 (GDBInfoModuleSymbols::check_entry): ... here.
3617 (GDBInfoModuleSymbols::check_optional_entry): New proc.
3618 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
3619 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
3620
3621 2020-07-30 Tom de Vries <tdevries@suse.de>
3622
3623 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
3624 "__class_some_module_Number_t" optional.
3625
3626 2020-07-29 Tom de Vries <tdevries@suse.de>
3627
3628 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
3629 multiple locations.
3630
3631 2020-07-29 Tom de Vries <tdevries@suse.de>
3632
3633 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
3634 rather than function name.
3635
3636 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3637
3638 PR symtab/26270:
3639 * gdb.cp/disasm-func-name.cc: New file.
3640 * gdb.cp/disasm-func-name.exp: New file.
3641
3642 2020-07-28 Tom Tromey <tromey@adacore.com>
3643
3644 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
3645 'varval' location.
3646
3647 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3648
3649 * gdb.python/py-unwind.py: Update to make use of a register
3650 descriptor.
3651
3652 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3653
3654 * gdb.python/py-arch-reg-names.exp: Add additional tests.
3655
3656 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
3657
3658 PR fortran/23051
3659 PR fortran/26139
3660 * gdb.fortran/class-allocatable-array.exp: New file.
3661 * gdb.fortran/class-allocatable-array.f90: New file.
3662 * gdb.fortran/pointer-to-pointer.exp: New file.
3663 * gdb.fortran/pointer-to-pointer.f90: New file.
3664
3665 2020-07-25 Tom de Vries <tdevries@suse.de>
3666
3667 PR symtab/26243
3668 * gdb.dwarf2/dw2-line-number-zero.c: New test.
3669 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
3670
3671 2020-07-24 Tom de Vries <tdevries@suse.de>
3672
3673 PR testsuite/26293
3674 * gdb.ada/mi_prot.exp: Require gnatmake-8.
3675
3676 2020-07-23 Pedro Alves <pedro@palves.net>
3677
3678 * gdb.server/server-kill.exp (prepare): New, factored out from the
3679 top level.
3680 (kill_server): New.
3681 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
3682 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
3683
3684 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
3685
3686 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
3687
3688 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
3689
3690 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
3691 Initialize to empty string at top level.
3692 (gdb_wrapper_init): Revert check for file existence on build.
3693 Build the wrapper in its default place, not a build-specific
3694 location. When host == build, make the pathname absolute.
3695 (gdb_compile): Delete leftover declaration of
3696 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
3697 string instead of uninitialized.
3698
3699 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3700
3701 * gdb.base/corefile2.exp: New file.
3702 * gdb.base/coremaker2.exp: New file.
3703
3704 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3705
3706 * gdb.base/coredump-filter.exp: Add second
3707 non-Private-Shared-Anon-File test.
3708 (test_disasm): Rename binfile for test which is expected
3709 to fail.
3710
3711 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3712
3713 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
3714 data in core file".
3715 * gdb.base/coremaker.c (buf2ro): New global.
3716 (mmapdata): Add a read-only mmap mapping.
3717
3718 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3719
3720 PR corefiles/25631
3721 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
3722 New test.
3723 * gdb.base/coremaker.c (buf3): New global.
3724 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
3725 flags.
3726
3727 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3728
3729 * gdb.base/coremaker.c (filler_ro): New global constant.
3730
3731 2020-07-22 Tom Tromey <tromey@adacore.com>
3732
3733 * gdb.ada/mi_prot.exp: New file.
3734 * gdb.ada/mi_prot/pkg.adb: New file.
3735 * gdb.ada/mi_prot/pkg.ads: New file.
3736 * gdb.ada/mi_prot/prot.adb: New file.
3737
3738 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3739
3740 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
3741 loads two JITers.
3742
3743 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
3744
3745 * gdb.python/py-arch-reg-groups.exp: Additional tests.
3746
3747 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
3748
3749 * gdb.python/py-arch-reg-names.exp: Additional tests.
3750
3751 2020-07-21 Tom de Vries <tdevries@suse.de>
3752
3753 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
3754 breakpoint locations".
3755 * gdb.reverse/solib-reverse.exp: Same.
3756
3757 2020-07-21 Tom de Vries <tdevries@suse.de>
3758
3759 * gdb.reverse/step-reverse.c (callee): Merge statements.
3760
3761 2020-07-21 Tom de Vries <tdevries@suse.de>
3762
3763 * gdb.fortran/info-modules.exp (info module variables): Allow missing
3764 line numbers for some variables.
3765
3766 2020-07-21 Tom de Vries <tdevries@suse.de>
3767
3768 * gdb.opt/inline-locals.c (init_array): New func.
3769 (func1): Use init_array.
3770 * gdb.opt/inline-locals.exp: Update pattern.
3771
3772 2020-07-21 Tom de Vries <tdevries@suse.de>
3773
3774 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
3775 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
3776
3777 2020-07-20 Ludovic Courtès <ludo@gnu.org>
3778
3779 * gdb.guile/source2.scm: Add #f first argument to 'format'.
3780 * gdb.guile/types-module.exp: Remove "ERROR:" from
3781 regexps since Guile 3.0 no longer prints that.
3782
3783 2020-07-20 Ludovic Courtès <ludo@gnu.org>
3784
3785 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
3786 error regexp to match on Guile 2.2.
3787
3788 2020-07-20 Gary Benson <gbenson@redhat.com>
3789
3790 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
3791 with clang.
3792
3793 2020-07-20 Tom de Vries <tdevries@suse.de>
3794
3795 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
3796 (omp_set_lock_in_order): New function.
3797 (single_scope, multi_scope, nested_func, nested_parallel): Use
3798 omp_set_lock_in_order and omp_unset_lock.
3799 (main): Init and destroy lock and lock2.
3800
3801 2020-07-20 Tom de Vries <tdevries@suse.de>
3802
3803 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
3804
3805 2020-07-20 Tom de Vries <tdevries@suse.de>
3806
3807 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
3808
3809 2020-07-17 Tom de Vries <tdevries@suse.de>
3810
3811 * gdb.base/valgrind-infcall-2.c: New test.
3812 * gdb.base/valgrind-infcall-2.exp: New file.
3813 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
3814
3815 2020-07-17 Tom de Vries <tdevries@suse.de>
3816
3817 * gdb.dlang/circular.c (found): Use found_label as label name.
3818 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
3819 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
3820 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
3821 * gdb.dwarf2/ada-linkage-name.exp: Same.
3822 * gdb.dwarf2/arr-subrange.exp: Same.
3823 * gdb.dwarf2/atomic-type.exp: Same.
3824 * gdb.dwarf2/comp-unit-lang.exp: Same.
3825 * gdb.dwarf2/cpp-linkage-name.exp: Same.
3826 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
3827 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
3828 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
3829 * gdb.dwarf2/implptr-64bit.exp: Same.
3830 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
3831 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
3832 * gdb.dwarf2/imported-unit.exp: Same.
3833 * gdb.dwarf2/main-subprogram.exp: Same.
3834 * gdb.dwarf2/missing-type-name.exp: Same.
3835 * gdb.dwarf2/nonvar-access.exp: Same.
3836 * gdb.dwarf2/struct-with-sig.exp: Same.
3837 * gdb.dwarf2/typedef-void-finish.exp: Same.
3838 * gdb.dwarf2/void-type.exp: Same.
3839
3840 2020-07-17 Tom de Vries <tdevries@suse.de>
3841
3842 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
3843 src parameter.
3844 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
3845 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
3846 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
3847 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
3848 * gdb.dwarf2/dwz.exp: Same.
3849 * gdb.dwarf2/implptr-optimized-out.exp: Same.
3850 * gdb.dwarf2/implref-array.exp: Same.
3851 * gdb.dwarf2/implref-const.exp: Same.
3852 * gdb.dwarf2/implref-global.exp: Same.
3853 * gdb.dwarf2/implref-struct.exp: Same.
3854 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
3855 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3856 * gdb.dwarf2/var-access.exp: Same.
3857 * gdb.dwarf2/varval.exp: Same.
3858 * gdb.trace/entry-values.exp: Same.
3859
3860 2020-07-17 Tom de Vries <tdevries@suse.de>
3861
3862 * lib/dwarf.exp (Dwarf::extern): Remove.
3863 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
3864 * gdb.dlang/circular.exp: Same.
3865 * gdb.dwarf2/comp-unit-lang.exp: Same.
3866 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
3867 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
3868 * gdb.dwarf2/dwz.exp: Same.
3869 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
3870 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
3871 * gdb.dwarf2/imported-unit.exp: Same.
3872 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3873
3874 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
3875
3876 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
3877 Use double quotes instead of single quotes.
3878
3879 2020-07-16 Caroline Tice <cmtice@google.com>
3880
3881 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
3882 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
3883
3884 2020-07-16 Tom de Vries <tdevries@suse.de>
3885
3886 * lib/dwarf.exp (program): Initialize _line.
3887 (DW_LNE_end_sequence): Reinitialize _line.
3888 (DW_LNS_advance_line): Update _line.
3889 (line): New proc.
3890 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
3891 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
3892 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
3893 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
3894 * gdb.dwarf2/dw2-is-stmt.exp: Same.
3895 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3896
3897 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3898
3899 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
3900 generic.
3901
3902 2020-07-15 Tom de Vries <tdevries@suse.de>
3903
3904 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
3905 is_amd64_regs_target.
3906
3907 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3908
3909 * gdb.fortran/ptype-on-functions.exp: Add more tests.
3910 * gdb.fortran/ptype-on-functions.f90: Likewise.
3911
3912 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
3913
3914 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
3915 values in documentation for addr_size to 4 and 8.
3916
3917 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
3918
3919 * gdb.arch/amd64-osabi.exp: Update.
3920 * gdb.arch/arm-disassembler-options.exp: Update.
3921 * gdb.arch/powerpc-disassembler-options.exp: Update.
3922 * gdb.arch/ppc64-symtab-cordic.exp: Update.
3923 * gdb.arch/s390-disassembler-options.exp: Update.
3924 * gdb.base/all-architectures.exp.tcl: Update.
3925 * gdb.base/attach-pie-noexec.exp: Update.
3926 * gdb.base/catch-syscall.exp: Update.
3927 * gdb.xml/tdesc-arch.exp: Update.
3928
3929 2020-07-14 Tom de Vries <tdevries@suse.de>
3930
3931 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
3932 (local_gettid): ... this.
3933 (fn): Update.
3934
3935 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
3936
3937 * gdb.base/info_sources.exp: Skip directory match tests on
3938 remote hosts.
3939
3940 2020-07-13 Gary Benson <gbenson@redhat.com>
3941
3942 * gdb.base/savedregs.exp (caller): Use parentheses to
3943 make expected expression evaluation ordering explicit.
3944
3945 2020-07-13 Gary Benson <gbenson@redhat.com>
3946
3947 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
3948
3949 2020-07-13 Gary Benson <gbenson@redhat.com>
3950
3951 * gdb.base/bigcore.c (main): Use a volatile pointer when
3952 attempting to trigger a SIGSEGV.
3953 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
3954 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
3955 * gdb.base/savedregs.c (thrower): Likewise.
3956 * gdb.mi/mi-syn-frame.c (bar): Likewise.
3957
3958 2020-07-13 Gary Benson <gbenson@redhat.com>
3959
3960 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
3961 defining and using VLA structure fields into...
3962 * gdb.base/vla-struct-fields.c: New file.
3963 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
3964 tests into...
3965 * gdb.base/vla-struct-fields.exp: New file.
3966
3967 2020-07-13 Tom de Vries <tdevries@suse.de>
3968
3969 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
3970 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
3971 * gdb.base/gold-gdb-index.exp: Same.
3972 * gdb.base/morestack.exp: Same.
3973
3974 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
3975
3976 PR rust/26121
3977 * gdb.rust/modules.rs: Prevent linker from discarding test
3978 symbol.
3979
3980 2020-07-10 Pedro Alves <pedro@palves.net>
3981
3982 PR gdb/26199
3983 * gdb.multi/multi-target.c (exit_thread): New.
3984 (thread_start): Break loop if EXIT_THREAD.
3985 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
3986 (top level) Call test_no_resumed.
3987
3988 2020-07-08 Tom Tromey <tromey@adacore.com>
3989
3990 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
3991 * gdb.ada/catch_ex.exp: Examine catchpoint text.
3992
3993 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3994
3995 PR python/22748
3996 * gdb.opt/inline-frame-tailcall.c: New file.
3997 * gdb.opt/inline-frame-tailcall.exp: New file.
3998 * gdb.python/py-unwind-inline.c: New file.
3999 * gdb.python/py-unwind-inline.exp: New file.
4000 * gdb.python/py-unwind-inline.py: New file.
4001
4002 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4003
4004 * gdb.python/py-arch-reg-groups.exp: New file.
4005
4006 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4007
4008 * gdb.python/py-arch-reg-names.exp: New file.
4009
4010 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4011
4012 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
4013 gdb.PendingFrame.architecture method.
4014
4015 2020-07-06 Tom de Vries <tdevries@suse.de>
4016
4017 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
4018
4019 2020-07-03 Pedro Alves <palves@redhat.com>
4020
4021 * gdb.base/structs2.c (main): Adjust second parem_reg call to
4022 explicitly write negative numbers.
4023 * gdb.base/structs2.exp: Adjust expected output.
4024
4025 2020-07-03 Pedro Alves <palves@redhat.com>
4026
4027 * gdb.base/charset.c (init_string): Change all char parameters to
4028 unsigned char parameters.
4029
4030 2020-07-03 Pedro Alves <palves@redhat.com>
4031
4032 * gdb.base/call-sc.exp (start_scalars_test): Use
4033 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4034 * gdb.base/overlays.c: Remove references to PARAMS.
4035 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
4036 * gdb.base/reread.exp: Don't set 'prototypes' global.
4037 * gdb.base/structs.exp (start_structs_test): Use
4038 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4039 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
4040 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4041 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
4042 call.
4043 * gdb.base/varargs.exp: Don't set 'prototypes' global.
4044
4045 2020-07-03 Pedro Alves <palves@redhat.com>
4046
4047 * gdb.base/m32rovly.c: Delete.
4048 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
4049
4050 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4051
4052 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
4053 of gdb_py_test_multiple.
4054 * gdb.python/py-cmd.exp: Likewise.
4055 * gdb.python/py-events.exp: Likewise.
4056 * gdb.python/py-function.exp: Likewise.
4057 * gdb.python/py-inferior.exp: Likewise.
4058 * gdb.python/py-infthread.exp: Likewise.
4059 * gdb.python/py-linetable.exp: Likewise.
4060 * gdb.python/py-parameter.exp: Likewise.
4061 * gdb.python/py-value.exp: Likewise.
4062
4063 2020-06-30 Tom de Vries <tdevries@suse.de>
4064
4065 PR testsuite/26175
4066 * lib/future.exp (gdb_default_target_compile): Detect and handle
4067 early_flags.
4068
4069 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
4070
4071 * boards/simavr.exp (gdb_load): Catch errors when closing
4072 previous connection. Close connection, wait for process and
4073 unset simavr_spawn_id on failure.
4074
4075 2020-06-29 Tom de Vries <tdevries@suse.de>
4076
4077 * lib/gdb.exp (unknown): Make test-case unresolved.
4078
4079 2020-06-29 Tom de Vries <tdevries@suse.de>
4080
4081 PR gdb/25475
4082 * gdb.server/solib-list.exp: Verify that the symbol reload
4083 confirmation question is asked.
4084
4085 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4086
4087 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
4088 have a input seq nr in each pass message.
4089 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
4090 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
4091 * gdb.python/python.exp: Make test names unique,
4092 use gdb_test_multiline instead of gdb_py_test_multiple,
4093 use $gdb_test_name.
4094 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
4095
4096 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
4097
4098 * configure.ac: Add --enable-libctf.
4099 * aclocal.m4: sinclude ../config/enable.m4.
4100 * Makefile.in (site.exp): Add enable_libctf to site.exp.
4101 * lib/gdb.exp (skip_ctf_tests): Use it.
4102 * gdb.base/ctf-constvars.exp: Error message tweak.
4103 * gdb.base/ctf-ptype.exp: Likewise.
4104 * configure: Regenerate.
4105
4106 2020-06-26 Gary Benson <gbenson@redhat.com>
4107
4108 * gdb.cp/try_catch.cc: Include string.h.
4109 (main): Replace comparison against string literal with
4110 strcmp, avoiding build failure with -Wstring-compare.
4111 Add "marker test-complete".
4112 * gdb.cp/try_catch.exp: Run the test to the above marker,
4113 then verify that the value of "test" is still true.
4114
4115 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4116
4117 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
4118
4119 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4120
4121 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4122
4123 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4124
4125 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
4126 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
4127 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
4128 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
4129 * gdb.arch/riscv-tdesc-loading.exp: New file.
4130
4131 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4132
4133 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4134
4135 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4136
4137 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
4138 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
4139 * gdb.arch/riscv-tdesc-regs.c: New file.
4140 * gdb.arch/riscv-tdesc-regs.exp: New file.
4141
4142 2020-06-24 Pedro Alves <palves@redhat.com>
4143
4144 * gdb.arch/amd64-entry-value-paramref.exp: Use
4145 prepare_for_testing_full and don't pass "c++" for the .S file
4146 build spec.
4147 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
4148 $options, since it's an assembly file. Remove -Wno-deprecated.
4149 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
4150 compiling C++ programs.
4151
4152 2020-06-24 Pedro Alves <palves@redhat.com>
4153
4154 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
4155 Clang, add "-Wno-unknown-warning-option" to the options.
4156
4157 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
4158
4159 * gdb.xml/tdesc-reload.c: New file.
4160 * gdb.xml/tdesc-reload.exp: New file.
4161 * gdb.xml/maint-xml-dump-01.xml: New file.
4162 * gdb.xml/maint-xml-dump-02.xml: New file.
4163 * gdb.xml/maint-xml-dump.exp: New file.
4164
4165 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
4166
4167 * lib/completion-support.exp (test_gdb_completion_offers_commands):
4168 Adjust for omitted commands when TUI is disabled.
4169
4170 2020-06-23 Gary Benson <gbenson@redhat.com>
4171 Pedro Alves <palves@redhat.com>
4172
4173 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
4174 * gdb.cp/nsimport.cc: Likewise.
4175 * gdb.cp/nsnested.cc: Likewise.
4176 * gdb.cp/nsnoimports.cc: Likewise.
4177 * gdb.cp/nsusing.cc: Likewise.
4178 * gdb.cp/smartp.cc: Likewise.
4179 * gdb.python/py-pp-integral.c: Likewise.
4180 * gdb.python/py-pp-re-notag.c: Likewise.
4181
4182 2020-06-23 Gary Benson <gbenson@redhat.com>
4183
4184 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
4185 * gdb.cp/nsimport.cc: Likewise.
4186 * gdb.cp/nsnested.cc: Likewise.
4187 * gdb.cp/nsnoimports.cc: Likewise.
4188 * gdb.cp/nsusing.cc: Likewise.
4189 * gdb.cp/smartp.cc: Likewise.
4190 * gdb.python/py-pp-integral.c: Likewise.
4191 * gdb.python/py-pp-re-notag.c: Likewise.
4192
4193 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4194
4195 * gdb.base/default-args.exp: New test.
4196 * gdb.base/default-args.c: New file.
4197 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
4198 * gdb.base/default.exp: Update to new help text.
4199 * gdb.base/help.exp: Likewise.
4200 * gdb.base/page.exp: Likewise.
4201 * gdb.base/style.exp: Likewise.
4202 * gdb.guile/guile.exp: Likewise.
4203 * gdb.python/python.exp: Likewise.
4204
4205 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
4206
4207 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
4208 remote host. Fix search path syntax on Windows host.
4209
4210 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4211
4212 * gdb.base/attach.exp: Test priority of 'exec-file' changed
4213 over 'exec-file-mismatch'.
4214 * gdb.base/attach.c: Mark should_exit volatile.
4215 * gdb.base/attach2.c: Likewise. Add a comment explaining
4216 why the sleep cannot be big.
4217 * gdb.base/attach3.c: New file.
4218
4219 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4220
4221 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
4222 prefix optional.
4223
4224 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4225
4226 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
4227 for remote host.
4228
4229 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
4230 Hafiz Abid Qadeer <abidh@codesourcery.com>
4231
4232 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
4233 file sent to remote host.
4234 (top level): Allow int32_t as type of 32-bit register.
4235
4236 2020-06-19 Tom de Vries <tdevries@suse.de>
4237
4238 * lib/gdb.exp (gdb_note): New proc.
4239 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
4240 (gdb_default_target_compile): ... here. Only call
4241 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
4242 (use_gdb_compile): Change to array.
4243 (toplevel): Update sets of use_gdb_compile to specify language.
4244 Warn about default_target_compile override. Store dejagnu's version
4245 of default_target_compile in dejagnu_default_target_compile.
4246
4247 2020-06-18 Tom de Vries <tdevries@suse.de>
4248
4249 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
4250 (default_gdb_init): ... here.
4251
4252 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4253
4254 Fix TUI support checks in gdb.tui tests.
4255
4256 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
4257 just say UNSUPPORTED.
4258 * gdb.tui/corefile-run.exp: Likewise.
4259 * gdb.tui/empty.exp: Likewise.
4260 * gdb.tui/list-before.exp: Likewise.
4261 * gdb.tui/list.exp: Likewise.
4262 * gdb.tui/main.exp: Likewise.
4263 * gdb.tui/regs.exp: Likewise.
4264 * gdb.tui/resize.exp: Likewise.
4265 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
4266 * gdb.tui/tui-layout-asm.exp: Likewise.
4267 * gdb.tui/tui-missing-src.exp: Likewise.
4268 * gdb.tui/winheight.exp: Likewise.
4269 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
4270
4271 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4272
4273 Fix TCL error in gdb.python/py-format-string.exp.
4274
4275 * gdb.python/py-format-string.exp: Move test for python support
4276 earlier, out of function body.
4277
4278 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
4279
4280 * gdb.base/index-cache-load-twice.c: New.
4281 * gdb.base/index-cache-load-twice.exp: New.
4282
4283 2020-06-17 Keith Seitz <keiths@redhat.com>
4284
4285 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
4286 when executing "gdb --configuration".
4287
4288 2020-06-17 Tom de Vries <tdevries@suse.de>
4289
4290 * lib/gdb.exp (gdb_tcl_unknown): New proc.
4291 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
4292 conditional on presence of gdb_tcl_unknown.
4293 (gdb_finish): Make override undo conditional on presence of
4294 gdb_tcl_unknown.
4295
4296 2020-06-16 Tom Tromey <tom@tromey.com>
4297
4298 * gdb.python/tui-window.py (failwin): New function. Register it
4299 as a TUI window type.
4300 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
4301
4302 2020-06-16 Gary Benson <gbenson@redhat.com>
4303
4304 * gdb.python/py-nested-maps.c (create_map): Add missing return
4305 value.
4306 (create_map_map): Likewise.
4307
4308 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4309
4310 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
4311 variable.
4312 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
4313 and use the already-defined 'options' variable.
4314
4315 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4316 Tom de Vries <tdevries@suse.de>
4317
4318 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
4319 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
4320 (gdb_setup_known_globals): New proc.
4321 (gdb_cleanup_globals): New proc.
4322 * lib/gdb.exp (load_lib): New override proc.
4323 (gdb_stdin_log_init): Set var in_file as persistent global.
4324 * lib/pascal.exp (gdb_stdin_log_init): Set vars
4325 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
4326 fpc_compiler as persistent global.
4327
4328 2020-06-12 Tom de Vries <tdevries@suse.de>
4329
4330 * lib/tuiterm.exp (spawn): Rename to ...
4331 (tui_spawn): ... this.
4332 (toplevel): Move rename of spawn ...
4333 (gdb_init_tuiterm): ... here. New proc.
4334 (gdb_finish_tuiterm): New proc.
4335 * lib/gdb.exp (gdb_finish_hooks): New global var.
4336 (gdb_finish): Handle gdb_finish_hooks.
4337 (tuiterm_env): New proc.
4338 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
4339 tuiterm_env.
4340 * gdb.tui/basic.exp: Same.
4341 * gdb.tui/corefile-run.exp: Same.
4342 * gdb.tui/empty.exp: Same.
4343 * gdb.tui/list-before.exp: Same.
4344 * gdb.tui/list.exp: Same.
4345 * gdb.tui/main.exp: Same.
4346 * gdb.tui/new-layout.exp: Same.
4347 * gdb.tui/regs.exp: Same.
4348 * gdb.tui/resize.exp: Same.
4349 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
4350 * gdb.tui/tui-layout-asm.exp: Same.
4351 * gdb.tui/tui-missing-src.exp: Same.
4352 * gdb.tui/winheight.exp: Same.
4353
4354 2020-06-12 Tom de Vries <tdevries@suse.de>
4355
4356 PR testsuite/26110
4357 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
4358 (gdb_finish): Reinstall dejagnu's override of ::unknown.
4359
4360 2020-06-11 Tom Tromey <tom@tromey.com>
4361
4362 PR gdb/18318:
4363 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
4364 floating point tests.
4365
4366 2020-06-11 Keith Seitz <keiths@redhat.com>
4367
4368 PR gdb/21356
4369 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
4370 vla_struct.
4371 Add new struct vla_typedef and union vla_typedef_union and
4372 corresponding instantiation objects.
4373 Initialize new objects.
4374 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
4375 and vla_typedef_union_object.
4376 Fixup type for vla_struct_object.
4377
4378 2020-06-11 Tom de Vries <tdevries@suse.de>
4379
4380 * lib/gdb.exp (with_override): New proc, factored out of ...
4381 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
4382
4383 2020-06-10 Tom de Vries <tdevries@suse.de>
4384
4385 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
4386
4387 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
4388
4389 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
4390 parameter, update callers.
4391
4392 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
4393
4394 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
4395 * gdb.dwarf2/share-psymtabs-bt.c: New file.
4396 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
4397
4398 2020-06-04 Tom de Vries <tdevries@suse.de>
4399
4400 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
4401
4402 2020-06-04 Tom de Vries <tdevries@suse.de>
4403
4404 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
4405 exp_continue.
4406
4407 2020-06-04 Tom de Vries <tdevries@suse.de>
4408
4409 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
4410
4411 2020-06-03 Tom de Vries <tdevries@suse.de>
4412
4413 PR symtab/26046
4414 * gdb.cp/breakpoint-locs-2.cc: New test.
4415 * gdb.cp/breakpoint-locs.cc: New test.
4416 * gdb.cp/breakpoint-locs.exp: New file.
4417 * gdb.cp/breakpoint-locs.h: New test.
4418
4419 2020-06-03 Tom de Vries <tdevries@suse.de>
4420
4421 PR testsuite/25609
4422 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
4423 value of global verbose.
4424 * gdb.base/jit-elf.exp: Same.
4425 * gdb.base/jit-reader.exp: Same.
4426
4427 2020-06-02 Tom de Vries <tdevries@suse.de>
4428
4429 * gdb.dwarf2/multidictionary.exp: Don't use
4430 gdb_spawn_with_cmdline_opts.
4431
4432 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
4433
4434 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
4435 use_header case.
4436 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
4437 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
4438 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
4439 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
4440 * gdb.dwarf2/dw2-inline-header.c: New file.
4441 * gdb.dwarf2/dw2-inline-header.h: New file.
4442
4443 2020-05-30 Pedro Alves <palves@redhat.com>
4444
4445 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
4446 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
4447
4448 2020-05-29 Gary Benson <gbenson@redhat.com>
4449
4450 * gdb.compile/compile-cplus.exp (additional_flags): Also
4451 set when building with clang.
4452 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
4453 when building with clang.
4454
4455 2020-05-29 Gary Benson <gbenson@redhat.com>
4456
4457 * gdb.arch/i386-avx.exp (additional_flags): Also set when
4458 building with clang.
4459 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
4460
4461 2020-05-29 Gary Benson <gbenson@redhat.com>
4462
4463 * gdb.cp/koenig.exp (prepare_for_testing): Add
4464 additional_flags=-Wno-unused-comparison.
4465 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
4466
4467 2020-05-28 Gary Benson <gbenson@redhat.com>
4468
4469 * gdb.base/sigaltstack.c (catcher): Add default case to switch
4470 statement.
4471
4472 2020-05-28 Gary Benson <gbenson@redhat.com>
4473
4474 * gdb.cp/classes.exp (prepare_for_testing): Add
4475 additional_flags=-Wno-deprecated-register.
4476 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
4477 * gdb.cp/misc.exp: Likewise.
4478
4479 2020-05-28 Gary Benson <gbenson@redhat.com>
4480
4481 * gdb.linespec/cpls-ops.cc (dummy): New static global.
4482 (test_op_new::operator new): Add return statement.
4483 (test_op_new_array::operator new[]): Likewise.
4484
4485 2020-05-27 Pedro Alves <palves@redhat.com>
4486
4487 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
4488 check. Use test_gdb_complete_unique instead of
4489 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
4490 test_gdb_complete_multiple instead of
4491 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
4492
4493 2020-05-27 Luis Machado <luis.machado@linaro.org>
4494
4495 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
4496 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
4497 * gdb.arch/arm-disassembler-options.exp: Likewise.
4498 * gdb.arch/arm-disp-step.exp: Likewise.
4499 * gdb.arch/thumb-prologue.exp: Likewise.
4500 * gdb.base/async.exp: Likewise.
4501 * gdb.base/auxv.exp: Likewise.
4502 * gdb.base/complex-parts.exp: Likewise.
4503 * gdb.base/ena-dis-br.exp: Likewise.
4504 * gdb.base/foll-exec.exp: Likewise.
4505 * gdb.base/permissions.exp: Likewise.
4506 * gdb.base/relocate.exp: Likewise.
4507 * gdb.base/return2.exp: Likewise.
4508 * gdb.base/sigbpt.exp: Likewise.
4509 * gdb.base/siginfo-obj.exp: Likewise.
4510 * gdb.cp/converts.exp: Likewise.
4511 * gdb.cp/exceptprint.exp: Likewise.
4512 * gdb.cp/inherit.exp: Likewise.
4513 * gdb.cp/nsnoimports.exp: Likewise.
4514 * gdb.cp/virtbase2.exp: Likewise.
4515 * gdb.mi/mi-var-cmd.exp: Likewise.
4516 * gdb.mi/var-cmd.c: Likewise.
4517
4518 2020-05-26 Tom Tromey <tromey@adacore.com>
4519
4520 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
4521
4522 2020-05-26 Tom Tromey <tromey@adacore.com>
4523
4524 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
4525 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
4526 type.
4527 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
4528 variable.
4529
4530 2020-05-26 Christian Biesinger <cbiesinger@google.com>
4531
4532 * Makefile.in: Use = instead of == for the test command
4533 for portability.
4534
4535 2020-05-26 Tom de Vries <tdevries@suse.de>
4536
4537 * gdb.base/gold-gdb-index-2.c: New test.
4538 * gdb.base/gold-gdb-index.c: New test.
4539 * gdb.base/gold-gdb-index.exp: New file.
4540 * gdb.base/gold-gdb-index.h: New test.
4541
4542 2020-05-25 Tom de Vries <tdevries@suse.de>
4543
4544 * boards/gold-gdb-index.exp: New file.
4545
4546 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4547
4548 * boards/simavr.exp: New file.
4549
4550 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4551
4552 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
4553 * gdb.base/inferior-args.exp: New file.
4554 * gdb.base/inferior-args.c: New file.
4555
4556 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4557
4558 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
4559 inferior_args. Pass it to gdb_reload.
4560 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
4561 inferior_args.
4562 (gdb_reload): Add inferior_args argument.
4563 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
4564 pass it to gdbserver_run.
4565 * boards/native-gdbserver.exp: Do not set noargs.
4566 * boards/native-extended-gdbserver.exp (gdb_reload): Add
4567 inferior_args argument.
4568 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
4569 * gdb.base/a2-run.exp: Check for use_gdb_stub.
4570 * gdb.base/args.exp: Likewise.
4571
4572 2020-05-25 Tom de Vries <tdevries@suse.de>
4573
4574 * lib/gdb.exp (exec_is_pie): Add comment.
4575
4576 2020-05-25 Tom de Vries <tdevries@suse.de>
4577
4578 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
4579 instead of $binfile in the untested message.
4580
4581 2020-05-25 Tom de Vries <tdevries@suse.de>
4582
4583 PR testsuite/26031
4584 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
4585
4586 2020-05-25 Tom de Vries <tdevries@suse.de>
4587
4588 * boards/gold.exp: New file.
4589
4590 2020-05-23 Tom Tromey <tom@tromey.com>
4591
4592 * gdb.base/style.exp: Remove completion styling test.
4593 * lib/gdb-utils.exp (style): Remove completion styles.
4594
4595 2020-05-23 Tom Tromey <tom@tromey.com>
4596
4597 * gdb.base/style.exp: Add completion styling test.
4598 * lib/gdb-utils.exp (style): Add completion styles.
4599
4600 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
4601
4602 * gdb.base/annota1.exp: Update expected results.
4603 * gdb.cp/annota2.exp: Update expected results, remove duplicate
4604 test name.
4605 * gdb.cp/annota3.exp: Update expected results.
4606
4607 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
4608
4609 PR gdb/26016
4610 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
4611 against MAP_FAILED.
4612 * gdb.base/coremaker.c (mmapdata): Likewise.
4613 * gdb.base/jit-reader-host.c (main): Likewise.
4614 * gdb.base/sym-file-loader.c (load): Likewise.
4615 (load_shlib): Likewise.
4616
4617 2020-05-20 Tom Tromey <tromey@adacore.com>
4618
4619 * gdb.ada/array_char_idx.exp: Recognize initialized array.
4620
4621 2020-05-20 Tom de Vries <tdevries@suse.de>
4622
4623 PR symtab/25833
4624 * gdb.base/with-mf-inc.c: New test.
4625 * gdb.base/with-mf-main.c: New test.
4626 * gdb.base/with-mf.exp: New file.
4627
4628 2020-05-19 Tom Tromey <tromey@adacore.com>
4629
4630 * gdb.rust/simple.exp: Restore missing test result.
4631
4632 2020-05-19 Tom de Vries <tdevries@suse.de>
4633
4634 * gdb.base/gdb-caching-proc.exp: Fix typo.
4635
4636 2020-05-19 Tom Tromey <tromey@adacore.com>
4637
4638 * gdb.rust/simple.exp: Add some test descriptions.
4639 (test_one_slice): Use with_test_prefix.
4640
4641 2020-05-18 Tom de Vries <tdevries@suse.de>
4642
4643 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
4644
4645 2020-05-17 Pedro Alves <palves@redhat.com>
4646
4647 PR gdb/25741
4648 * gdb.base/hw-sw-break-same-address.exp: New file.
4649
4650 2020-05-16 Pedro Alves <palves@redhat.com>
4651
4652 * gdb.multi/multi-re-run.exp (test_re_run): Switch
4653 LAST_LOADED_FILE accordingly.
4654
4655 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4656
4657 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
4658
4659 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4660
4661 * gdb.base/help.exp: Test apropos and help for commands
4662 having aliases. Fixed comments not starting with an
4663 upper-case letter or not finishing with a dot.
4664
4665 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4666
4667 * gdb.base/alias.exp: Update help output check.
4668
4669 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4670
4671 * gdb.base/default.exp: Update output following fixes.
4672
4673 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4674
4675 * gdb.base/alias.exp: Test aliases starting with a prefix of
4676 another alias.
4677
4678 2020-05-15 Gary Benson <gbenson@redhat.com>
4679
4680 * gdb.base/info-os.c (main): Add return statement.
4681 * gdb.base/info_minsym.c (minsym_fun): Likewise.
4682 * gdb.base/large-frame-2.c (func): Likewise.
4683 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
4684 * gdb.base/pr10179-b.c (foo2): Likewise.
4685 * gdb.base/valgrind-disp-step.c (foo): Likewise.
4686 * gdb.base/watch-cond.c (func): Likewise.
4687 * gdb.multi/goodbye.c (verylongfun): Likewise.
4688 * gdb.multi/hello.c (commonfun): Likewise.
4689 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
4690 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
4691 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
4692 Likewise.
4693 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
4694 * gdb.threads/interrupt-while-step-over.c (child_function):
4695 Likewise.
4696 * gdb.trace/actions-changed.c (end): Likewise.
4697
4698 2020-05-15 Gary Benson <gbenson@redhat.com>
4699
4700 * gdb.opencl/callfuncs.exp: Report when test skipped.
4701 * gdb.opencl/convs_casts.exp: Likewise.
4702 * gdb.opencl/datatypes.exp: Likewise.
4703 * gdb.opencl/operators.exp: Likewise.
4704 * gdb.opencl/vec_comps.exp: Likewise.
4705
4706 2020-05-15 Tom de Vries <tdevries@suse.de>
4707
4708 * gdb.base/align.exp.in: Rename to ...
4709 * gdb.base/align.exp.tcl: ... this.
4710 * gdb.base/align-c++.exp: Update.
4711 * gdb.base/align-c.exp: Update.
4712 * gdb.base/all-architectures.exp.in: Rename to ...
4713 * gdb.base/all-architectures.exp: ... this.
4714 * gdb.base/all-architectures-0.exp: Update.
4715 * gdb.base/all-architectures-1.exp: Update.
4716 * gdb.base/all-architectures-2.exp: Update.
4717 * gdb.base/all-architectures-3.exp: Update.
4718 * gdb.base/all-architectures-4.exp: Update.
4719 * gdb.base/all-architectures-5.exp: Update.
4720 * gdb.base/all-architectures-6.exp: Update.
4721 * gdb.base/all-architectures-7.exp: Update.
4722 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
4723 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
4724 * gdb.base/infcall-nested-structs-c++.exp: Update.
4725 * gdb.base/infcall-nested-structs-c.exp: Update.
4726 * gdb.base/info-types.exp.in: Rename to ...
4727 * gdb.base/info-types.exp.tcl: ... this.
4728 * gdb.base/info-types-c++.exp: Update.
4729 * gdb.base/info-types-c.exp: Update.
4730 * gdb.base/max-depth.exp.in: Rename to ...
4731 * gdb.base/max-depth.exp.tcl: ... this.
4732 * gdb.base/max-depth-c++.exp: Update.
4733 * gdb.base/max-depth-c.exp: Update.
4734 * gdb.cp/cpexprs.exp.in: Rename to ...
4735 * gdb.cp/cpexprs.exp.tcl: ... this.
4736 * gdb.cp/cpexprs-debug-types.exp: Update.
4737 * gdb.cp/cpexprs.exp: Update.
4738 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
4739 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
4740 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
4741 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
4742 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
4743 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
4744 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
4745 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
4746 * gdb.dwarf2/clang-debug-names-2.exp: Update.
4747 * gdb.dwarf2/clang-debug-names.exp: Update.
4748
4749 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
4750
4751 * lib/check-test-names.exp: Remove code that prevents this file
4752 loading when tests are run in parallel.
4753
4754 2020-05-15 Pedro Alves <palves@redhat.com>
4755
4756 * gdb.multi/multi-kill.exp (start_inferior): Remove
4757 'testpid' parameter. Refer to namespace variable directly.
4758 (testpid): Declare as namespace variable.
4759
4760 2020-05-15 Pedro Alves <palves@redhat.com>
4761
4762 * gdb.multi/multi-kill.exp: Wrap in namespace.
4763 (start_inferior): Add TESTPID parameter. Use it instead of the
4764 testpid global.
4765 (top level): Define empty TESTPID array, and pass it down to
4766 start_inferior.
4767
4768 2020-05-14 Tom de Vries <tdevries@suse.de>
4769
4770 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
4771 output.
4772
4773 2020-05-14 Tom de Vries <tdevries@suse.de>
4774
4775 * gdb.base/align.exp: Split into ...
4776 * gdb.base/align.exp.in: ...
4777 * gdb.base/align-c++.exp: ...
4778 * gdb.base/align-c.exp: ... these.
4779 * gdb.base/infcall-nested-structs.exp: Split into ...
4780 * gdb.base/infcall-nested-structs.exp.in: ...
4781 * gdb.base/infcall-nested-structs-c++.exp: ...
4782 * gdb.base/infcall-nested-structs-c.exp: ... these.
4783 * gdb.base/info-types.exp: Split into ...
4784 * gdb.base/info-types.exp.in: ...
4785 * gdb.base/info-types-c++.exp: ...
4786 * gdb.base/info-types-c.exp: ... these.
4787 * gdb.base/max-depth.exp: Split into ...
4788 * gdb.base/max-depth.exp.in: ...
4789 * gdb.base/max-depth-c++.exp: ...
4790 * gdb.base/max-depth-c.exp: ... these.
4791 * gdb.cp/infcall-nodebug.exp: Split into ...
4792 * gdb.cp/infcall-nodebug.exp.in: ...
4793 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
4794 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
4795 * gdb.cp/infcall-nodebug-c-d0.exp: ...
4796 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
4797
4798 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4799 Pedro Alves <palves@redhat.com>
4800
4801 * gdb.multi/multi-exit.c: New file.
4802 * gdb.multi/multi-exit.exp: New file.
4803 * gdb.multi/multi-kill.c: New file.
4804 * gdb.multi/multi-kill.exp: New file.
4805
4806 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4807
4808 * gdb.base/annota1.exp: Update the expected output.
4809 * gdb.cp/annota2.exp: Ditto.
4810
4811 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
4812
4813 * lib/check-test-names.exp: Disable when testing is being run in
4814 parallel.
4815
4816 2020-05-12 Tom de Vries <tdevries@suse.de>
4817
4818 * gdb.base/jit-elf.exp: Fix string concat.
4819
4820 2020-05-12 Tom de Vries <tdevries@suse.de>
4821
4822 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
4823 messages.
4824
4825 2020-05-12 Tom de Vries <tdevries@suse.de>
4826
4827 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
4828
4829 2020-05-12 Tom de Vries <tdevries@suse.de>
4830
4831 * gdb.ada/catch_ex.exp: Use with_test_prefix.
4832 * gdb.ada/mi_catch_ex.exp: Same.
4833 * gdb.ada/mi_catch_ex_hand.exp: Same.
4834
4835 2020-05-12 Tom de Vries <tdevries@suse.de>
4836
4837 * gdb.fortran/complex.exp: Use with_test_prefix.
4838
4839 2020-05-12 Tom de Vries <tdevries@suse.de>
4840
4841 * gdb.trace/passcount.exp: Fix test-names.
4842
4843 2020-05-12 Tom de Vries <tdevries@suse.de>
4844
4845 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
4846
4847 2020-05-12 Tom de Vries <tdevries@suse.de>
4848
4849 * gdb.gdb/complaints.exp: Use with_test_prefix.
4850 * gdb.xml/tdesc-regs.exp: Same.
4851 * gdb.opt/inline-locals.exp: Fix test name.
4852
4853 2020-05-12 Tom de Vries <tdevries@suse.de>
4854
4855 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
4856 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
4857 * gdb.dwarf2/implref-struct.exp: Same.
4858 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
4859 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
4860
4861 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
4862
4863 * gdb.base/jit-so.exp (one_jit_test): Change test name.
4864
4865 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
4866
4867 * lib/check-test-names.exp (all_test_names): New module variable.
4868 (counts): Add 'duplicates' field.
4869 (_check_duplicates): New procedure.
4870 (check): Also check for duplicates.
4871 (do_log_summary): Print duplicates count.
4872 (do_reset_vars): Reset counter for duplicate test names, and
4873 discard all know test names.
4874
4875 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
4876
4877 * lib/gdb.exp: Include check-test-names.exp library.
4878 * lib/check-test-names.exp: New file.
4879
4880 2020-05-11 Tom de Vries <tdevries@suse.de>
4881
4882 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
4883
4884 2020-05-11 Keith Seitz <keiths@redhat.com>
4885
4886 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
4887
4888 2020-05-11 Tom de Vries <tdevries@suse.de>
4889
4890 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
4891 * gdb.cp/cpexprs.exp.in: .. here.
4892 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
4893 cpexprs.exp.
4894
4895 2020-05-11 Keith Seitz <keiths@redhat.com>
4896
4897 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
4898 test names.
4899 * gdb.ada/arrayptr.exp: Likewise.
4900 * gdb.ada/assign_arr.exp: Likewise.
4901 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
4902 * gdb.ada/bp_on_var.exp: Likewise.
4903 * gdb.ada/call_pn.exp: Likewise.
4904 * gdb.ada/complete.exp: Likewise.
4905 * gdb.ada/fun_overload_menu.exp: Likewise.
4906 * gdb.ada/funcall_param.exp: Likewise.
4907 * gdb.ada/funcall_ref.exp: Likewise.
4908 * gdb.ada/packed_array_assign.exp: Likewise.
4909 * gdb.ada/same_component_name.exp: Likewise.
4910 * gdb.ada/type_coercion.exp: Likewise.
4911 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
4912 * gdb.ada/variant_record_packed_array.exp: Likewise.
4913
4914 2020-05-11 Tom de Vries <tdevries@suse.de>
4915
4916 PR symtab/25941
4917 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
4918 out of ...
4919 * gdb.dwarf2/clang-debug-names.exp: ... here.
4920 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
4921 clang-debug-names.exp.in.
4922 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
4923 * gdb.dwarf2/clang-debug-names-2.c: New test.
4924
4925 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
4926
4927 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
4928 (fortran_runto_main): New Proc, fortran version of runto_main.
4929 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
4930 * gdb.fortran/array-bounds.exp: Likewise.
4931 * gdb.fortran/array-slices.exp: Likewise.
4932 * gdb.fortran/block-data.exp: Likewise.
4933 * gdb.fortran/charset.exp: Likewise.
4934 * gdb.fortran/common-block.exp: Likewise.
4935 * gdb.fortran/complex.exp: Likewise.
4936 * gdb.fortran/derived-type-function.exp: Likewise.
4937 * gdb.fortran/derived-type.exp: Likewise.
4938 * gdb.fortran/info-modules.exp: Likewise.
4939 * gdb.fortran/info-types.exp: Likewise.
4940 * gdb.fortran/intrinsics.exp: Likewise.
4941 * gdb.fortran/library-module.exp: Likewise.
4942 * gdb.fortran/logical.exp: Likewise.
4943 * gdb.fortran/max-depth.exp: Likewise.
4944 * gdb.fortran/module.exp: Likewise.
4945 * gdb.fortran/multi-dim.exp: Likewise.
4946 * gdb.fortran/nested-funcs.exp: Likewise.
4947 * gdb.fortran/print-formatted.exp: Likewise.
4948 * gdb.fortran/print_type.exp: Likewise.
4949 * gdb.fortran/printing-types.exp: Likewise.
4950 * gdb.fortran/ptr-indentation.exp: Likewise.
4951 * gdb.fortran/ptype-on-functions.exp: Likewise.
4952 * gdb.fortran/subarray.exp: Likewise.
4953 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
4954 * gdb.fortran/vla-datatypes.exp: Likewise.
4955 * gdb.fortran/vla-history.exp: Likewise.
4956 * gdb.fortran/vla-ptr-info.exp: Likewise.
4957 * gdb.fortran/vla-ptype-sub.exp: Likewise.
4958 * gdb.fortran/vla-ptype.exp: Likewise.
4959 * gdb.fortran/vla-sizeof.exp: Likewise.
4960 * gdb.fortran/vla-type.exp: Likewise.
4961 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
4962 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
4963 * gdb.fortran/vla-value-sub.exp: Likewise.
4964 * gdb.fortran/vla-value.exp: Likewise.
4965 * gdb.fortran/whatis_type.exp: Likewise.
4966 * gdb.mi/mi-var-child-f.exp: Likewise.
4967
4968 2020-05-09 Tom de Vries <tdevries@suse.de>
4969
4970 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
4971
4972 2020-05-08 Tom de Vries <tdevries@suse.de>
4973
4974 * gdb.dwarf2/clang-debug-names.c: New test.
4975 * gdb.dwarf2/clang-debug-names.exp: New file.
4976
4977 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
4978
4979 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
4980 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
4981
4982 2020-05-06 Tom de Vries <tdevries@suse.de>
4983
4984 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
4985 breakpoint is at a "recommended breakpoint location".
4986 * gdb.reverse/consecutive-reverse.exp: Same.
4987
4988 2020-05-06 Tom de Vries <tdevries@suse.de>
4989
4990 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
4991 address.
4992
4993 2020-05-06 Tom de Vries <tdevries@suse.de>
4994
4995 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
4996
4997 2020-05-06 Tom de Vries <tdevries@suse.de>
4998
4999 * gdb.base/store.exp (check_set, up_set): Allowing missing location
5000 info for r.
5001
5002 2020-05-06 Tom de Vries <tdevries@suse.de>
5003
5004 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
5005 necessary.
5006
5007 2020-05-06 Tom de Vries <tdevries@suse.de>
5008
5009 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
5010 void.
5011
5012 2020-05-06 Tom de Vries <tdevries@suse.de>
5013
5014 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
5015 of ...
5016 * gdb.base/async.exp: ... here.
5017 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
5018 "recommended breakpoint location".
5019
5020 2020-05-06 Tom de Vries <tdevries@suse.de>
5021
5022 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
5023
5024 2020-05-04 Tom de Vries <tdevries@suse.de>
5025
5026 * gdb.base/async.exp: Check whether instruction addresses are a
5027 "recommended breakpoint location".
5028
5029 2020-05-03 Tom Tromey <tom@tromey.com>
5030
5031 * gdb.base/sepdebug.exp: Remove "catch" test.
5032 * gdb.base/break.exp: Remove "catch" test.
5033 * gdb.base/default.exp: Update expected output.
5034
5035 2020-05-02 Tom de Vries <tdevries@suse.de>
5036
5037 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
5038 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
5039 * gdb.arch/i386-mpx-map.exp: Same.
5040 * gdb.arch/i386-mpx-sigsegv.exp: Same.
5041 * gdb.arch/i386-mpx-simple_segv.exp: Same.
5042 * gdb.arch/i386-mpx.exp: Same.
5043
5044 2020-05-02 Tom de Vries <tdevries@suse.de>
5045
5046 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
5047
5048 2020-05-01 Tom de Vries <tdevries@suse.de>
5049
5050 * gdb.ada/operator_bp.exp: Allow more than required amount of
5051 breakpoint.
5052
5053 2020-05-01 Tom de Vries <tdevries@suse.de>
5054
5055 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
5056
5057 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
5058
5059 PR gdb/18706
5060 * gdb.cp/stub-array-size.cc: New test.
5061 * gdb.cp/stub-array-size.exp: New file.
5062 * gdb.cp/stub-array-size.h: New test.
5063 * gdb.cp/stub-array-size2.cc: New test.
5064
5065 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
5066
5067 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
5068 output to the new format.
5069
5070 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
5071
5072 * gdb.base/break.exp: Use with_test_prefix.
5073
5074 2020-04-29 Tom de Vries <tdevries@suse.de>
5075
5076 * lib/gdb.exp (debug_types): New proc.
5077 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
5078 * gdb.python/py-symtab.exp: Same.
5079
5080 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
5081
5082 PR gdb/17320
5083 * gdb.base/pretty-array.c: New test.
5084 * gdb.base/pretty-array.exp: New file.
5085
5086 2020-04-29 Tom de Vries <tdevries@suse.de>
5087
5088 PR symtab/25889
5089 * gdb.cp/cpexprs.exp: Adapt for inclusion.
5090 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
5091 and include cpexprs.exp.
5092
5093 2020-04-28 Mark Williams <mark@myosotissp.com>
5094
5095 PR gdb/24480
5096 * dw4-toplevel-types.exp: Test for top level types.
5097 * dw4-toplevel-types.cc: Test for top level types.
5098
5099 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5100
5101 * gdb.threads/stop-with-handle.exp: Fix typo in comment
5102 (theads -> threads).
5103
5104 2020-04-28 Tom de Vries <tdevries@suse.de>
5105
5106 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
5107
5108 2020-04-28 Tom de Vries <tdevries@suse.de>
5109
5110 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
5111
5112 2020-04-28 Tom de Vries <tdevries@suse.de>
5113
5114 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
5115
5116 2020-04-28 Tom de Vries <tdevries@suse.de>
5117
5118 * gdb.dwarf2/main-foo.c: New test.
5119 * gdb.dwarf2/struct-with-sig.exp: New file.
5120
5121 2020-04-25 Tom de Vries <tdevries@suse.de>
5122
5123 * boards/debug-types.exp: New file.
5124
5125 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
5126
5127 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
5128
5129 2020-04-24 Tom Tromey <tom@tromey.com>
5130
5131 PR symtab/12707:
5132 * gdb.python/py-symbol.exp: Update expected results for
5133 linkage_name test.
5134 * gdb.cp/print-demangle.exp: New file.
5135 * gdb.base/c-linkage-name.exp: Fix test.
5136 * gdb.guile/scm-symbol.exp: Update expected results for
5137 linkage_name test.
5138
5139 2020-04-24 Tom Tromey <tom@tromey.com>
5140
5141 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
5142 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
5143 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
5144 assembler.
5145
5146 2020-04-24 Tom de Vries <tdevries@suse.de>
5147
5148 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
5149 C++.
5150
5151 2020-04-24 Tom Tromey <tromey@adacore.com>
5152
5153 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
5154 values.
5155 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
5156 values. Update test for minimal encodings.
5157 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
5158 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
5159 values. Update test for minimal encodings.
5160
5161 2020-04-24 Tom Tromey <tromey@adacore.com>
5162
5163 PR python/23662:
5164 * gdb.ada/variant.exp: Add Python checks.
5165 * gdb.rust/simple.exp: Add dynamic type checks.
5166
5167 2020-04-24 Tom Tromey <tromey@adacore.com>
5168
5169 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
5170 Make array type matching more lax.
5171 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
5172 * gdb.ada/mi_variant.exp: New file.
5173 * gdb.ada/mi_variant/pck.ads: New file.
5174 * gdb.ada/mi_variant/pkg.adb: New file.
5175 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
5176 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
5177
5178 2020-04-24 Tom Tromey <tromey@adacore.com>
5179
5180 * gdb.ada/variant.exp: Add dynamic field offset tests.
5181 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
5182 * gdb.ada/variant/pkg.adb: Add new variables.
5183
5184 2020-04-24 Tom Tromey <tromey@adacore.com>
5185
5186 * gdb.ada/variant.exp: New file
5187 * gdb.ada/variant/pkg.adb: New file
5188 * gdb.ada/variant/pck.adb: New file
5189
5190 2020-04-24 Tom de Vries <tdevries@suse.de>
5191
5192 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
5193
5194 2020-04-24 Tom de Vries <tdevries@suse.de>
5195
5196 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
5197 flags.
5198
5199 2020-04-24 Tom de Vries <tdevries@suse.de>
5200
5201 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
5202
5203 2020-04-24 Tom de Vries <tdevries@suse.de>
5204
5205 * lib/gdb.exp (default_gdb_start): Handle eof.
5206 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
5207 failure.
5208 * gdb.base/readnever.exp: Handle clean_restart failure.
5209
5210 2020-04-23 Tom de Vries <tdevries@suse.de>
5211
5212 * gdb.base/decl-before-def.exp: Run to main and print a again.
5213
5214 2020-04-23 Tom de Vries <tdevries@suse.de>
5215
5216 * gdb.base/decl-before-def-decl.c: New test.
5217 * gdb.base/decl-before-def-def.c: New test.
5218 * gdb.base/decl-before-def.exp: New file.
5219
5220 2020-04-23 Tom de Vries <tdevries@suse.de>
5221
5222 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
5223
5224 2020-04-22 Tom de Vries <tdevries@suse.de>
5225
5226 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
5227 debug_info_offset.
5228 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
5229 before $objsfile in the line line.
5230
5231 2020-04-22 Tom de Vries <tdevries@suse.de>
5232
5233 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
5234
5235 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5236
5237 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
5238 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
5239 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
5240 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
5241 * gdb.base/jit-protocol.h: Update definitions to match all usage
5242 contexts.
5243
5244 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5245
5246 * gdb.base: Rename all jit related test and source files.
5247
5248 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5249
5250 * gdb.base/jit-reader.exp: Relax register output check.
5251
5252 2020-04-22 Tom de Vries <tdevries@suse.de>
5253
5254 PR symtab/25764
5255 * gdb.base/psym-external-decl-2.c: New test.
5256 * gdb.base/psym-external-decl.c: New test.
5257 * gdb.base/psym-external-decl.exp: New file.
5258 * gdb.threads/tls.exp: Add PR25807 kfail.
5259
5260 2020-04-22 Tom de Vries <tdevries@suse.de>
5261
5262 PR symtab/25801
5263 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
5264 in "info source" output.
5265
5266 2020-04-22 Tom de Vries <tdevries@suse.de>
5267
5268 PR symtab/25700
5269 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
5270 symtab for imported_unit.c.
5271
5272 2020-04-21 Gary Benson <gbenson@redhat.com>
5273
5274 * gdb.base/advance.c (func): New argument, to match call site.
5275 (func2, func3): Add return statements.
5276
5277 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5278
5279 * gdb.multi/run-only-second-inf.c: New file.
5280 * gdb.multi/run-only-second-inf.exp: New file.
5281
5282 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5283
5284 * gdb.btrace/multi-inferior.c: New test.
5285 * gdb.btrace/multi-inferior.exp: New file.
5286
5287 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5288
5289 * gdb.btrace/enable-new-thread.c: New test.
5290 * gdb.btrace/enable-new-thread.exp: New file.
5291
5292 2020-04-21 Tom de Vries <tdevries@suse.de>
5293
5294 PR gdb/25471
5295 * gdb.threads/killed-outside.c: New test.
5296 * gdb.threads/killed-outside.exp: New file.
5297
5298 2020-04-20 Gary Benson <gbenson@redhat.com>
5299
5300 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
5301 * gdb.base/nested-subp2.exp: Likewise.
5302 * gdb.base/nested-subp3.exp: Likewise.
5303
5304 2020-04-20 Gary Benson <gbenson@redhat.com>
5305
5306 * gdb.base/nested-subp1.exp: Disable test when using clang.
5307 * gdb.base/nested-subp2.exp: Likewise.
5308 * gdb.base/nested-subp3.exp: Likewise.
5309
5310 2020-04-20 Gary Benson <gbenson@redhat.com>
5311
5312 * gdb.cp/exception.cc: Fix compilation error with clang.
5313
5314 2020-04-20 Gary Benson <gbenson@redhat.com>
5315
5316 * gdb.trace/tspeed.c: Fix compilation error with clang.
5317
5318 2020-04-20 Gary Benson <gbenson@redhat.com>
5319
5320 * gdb.base/jit-main.c: Fix compilation error with clang.
5321
5322 2020-04-17 Kamil Rytarowski <n54@gmx.com>
5323
5324 * gdb.base/attach-twice.c: Include "sys/types.h".
5325 (PTRACE_ATTACH): Add fallback definition.
5326 (main): Pass `0' to the 4th argument of `ptrace'.
5327
5328 2020-04-17 Kamil Rytarowski <n54@gmx.com>
5329
5330 * gdb.base/fork-running-state.c: Include "signal.h".
5331
5332 2020-04-17 Tom Tromey <tromey@adacore.com>
5333
5334 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
5335 Update tests.
5336 * gdb.btrace/cpu.exp: Update tests.
5337 * gdb.base/maint.exp: Update tests.
5338 * gdb.base/default.exp: Update tests.
5339 * gdb.base/completion.exp: Update tests.
5340
5341 2020-04-16 Tom de Vries <tdevries@suse.de>
5342
5343 PR symtab/25791
5344 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
5345 (ensure_gdb_index): and factor out and move ...
5346 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
5347 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
5348
5349 2020-04-16 Tom de Vries <tdevries@suse.de>
5350
5351 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
5352 loading exec.
5353
5354 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
5355
5356 * gdb.base/many-completions.exp: New file.
5357
5358 2020-04-14 Tom de Vries <tdevries@suse.de>
5359
5360 PR symtab/25718
5361 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
5362
5363 2020-04-14 Tom de Vries <tdevries@suse.de>
5364
5365 PR symtab/25720
5366 * gdb.base/maint-expand-symbols-header-file.c: New test.
5367 * gdb.base/maint-expand-symbols-header-file.exp: New file.
5368 * gdb.base/maint-expand-symbols-header-file.h: New test.
5369
5370 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
5371
5372 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
5373 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
5374 get_func_info.
5375 (get_func_info): Delete.
5376 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
5377 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
5378 * lib/dwarf.exp (get_func_info): New function.
5379
5380 2020-04-13 Tom de Vries <tdevries@suse.de>
5381
5382 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
5383 to what find_gnatmake does.
5384
5385 2020-04-10 Tom de Vries <tdevries@suse.de>
5386
5387 * gdb.base/style.exp: Expect "Expanding full symbols" message for
5388 -readnow.
5389
5390 2020-04-10 Tom de Vries <tdevries@suse.de>
5391
5392 PR cli/25808
5393 * gdb.base/style.c: Add leading newlines.
5394 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
5395 Check listing of main's one-line body.
5396
5397 2020-04-08 Tom de Vries <tdevries@suse.de>
5398
5399 * lib/gdb.exp (psymtabs_p): New proc.
5400 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
5401 importing unit" unsupported if there are no partial symbols.
5402
5403 2020-04-08 Tom de Vries <tdevries@suse.de>
5404
5405 PR testsuite/25760
5406 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
5407
5408 2020-04-07 Tom de Vries <tdevries@suse.de>
5409
5410 PR symtab/25796
5411 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
5412
5413 2020-04-07 Tom de Vries <tdevries@suse.de>
5414
5415 * gdb.base/check-psymtab.c: New test.
5416 * gdb.base/check-psymtab.exp: New file.
5417
5418 2020-04-06 Tom Tromey <tromey@adacore.com>
5419
5420 * gdb.ada/variant-record/proc.adb: New file.
5421 * gdb.ada/variant-record/value.adb: New file.
5422 * gdb.ada/variant-record/value.s: New file.
5423 * gdb.ada/variant-record.exp: New file.
5424
5425 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
5426
5427 PR gdb/25325
5428 * gdb.cp/typed-enum.cc: New test.
5429 * gdb.cp/typed-enum.exp: New file.
5430
5431 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5432
5433 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
5434 * gdb.dwarf2/dw2-inline-small-func.c: New file.
5435 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
5436 * gdb.dwarf2/dw2-inline-small-func.h: New file.
5437 * gdb.opt/inline-small-func.c: New file.
5438 * gdb.opt/inline-small-func.exp: New file.
5439 * gdb.opt/inline-small-func.h: New file.
5440
5441 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5442
5443 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
5444 function.
5445
5446 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5447
5448 * lib/dwarf.exp (function_range): Allow compiler options to be
5449 specified.
5450
5451 2020-04-02 Tom de Vries <tdevries@suse.de>
5452
5453 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
5454 __attribute__((always_inline)).
5455 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
5456
5457 2020-04-02 Tom de Vries <tdevries@suse.de>
5458
5459 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
5460 (gdbserver_gdb_exit): ... here. Add timeout warning.
5461 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
5462 (connect_target_extended_remote): Append new server_spawn_id to
5463 server_spawn_ids.
5464 (cleanup): New proc.
5465 (setup, <toplevel>): Call cleanup.
5466
5467 2020-04-02 Tom de Vries <tdevries@suse.de>
5468
5469 * gdb.base/main-psymtab.exp: New file.
5470
5471 2020-04-02 Tom de Vries <tdevries@suse.de>
5472
5473 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
5474
5475 2020-04-01 Tom Tromey <tom@tromey.com>
5476
5477 * gdb.base/complex-parts.exp: Add type tests.
5478
5479 2020-04-01 Tom Tromey <tom@tromey.com>
5480
5481 * gdb.base/complex-parts.exp: Add arithmetic tests.
5482
5483 2020-04-01 Tom Tromey <tom@tromey.com>
5484
5485 * gdb.compile/compile.exp: Update.
5486 * gdb.compile/compile-cplus.exp: Update.
5487 * gdb.base/varargs.exp: Update.
5488 * gdb.base/floatn.exp: Update.
5489 * gdb.base/endianity.exp: Update.
5490 * gdb.base/callfuncs.exp (do_function_calls): Update.
5491 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
5492 (complex_float_integral_args): Update.
5493 * gdb.base/complex.exp: Update.
5494 * gdb.base/complex-parts.exp: Update.
5495
5496 2020-04-01 Tom Tromey <tromey@adacore.com>
5497
5498 * gdb.rust/union.rs: New file.
5499 * gdb.rust/union.exp: New file.
5500 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
5501 (main): Update.
5502 * gdb.rust/simple.exp: Move union tests to union.exp.
5503
5504 2020-04-01 Tom Tromey <tromey@adacore.com>
5505
5506 * gdb.rust/simple.rs (main): Remove "y0".
5507
5508 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5509
5510 * gdb.multi/stop-all-on-exit.c: New test.
5511 * gdb.multi/stop-all-on-exit.exp: New file.
5512
5513 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
5514
5515 PR gdb/24789
5516 * gdb.cp/misc.cc: Add integer reference variable.
5517 * gdb.cp/misc.exp: Add test.
5518
5519 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5520
5521 * gdb.server/stop-reply-no-thread.exp: Enhance the test
5522 scenario to cover execution until the end and also the case
5523
5524 2020-03-31 Tom de Vries <tdevries@suse.de>
5525
5526 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
5527 c. Use "maint info symtabs" to check symtab expansion.
5528
5529 2020-03-30 Tom de Vries <tdevries@suse.de>
5530
5531 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
5532 unsupported.
5533 (verify_psymtab_expanded): Move ...
5534 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
5535 test.
5536 (readnow): New proc.
5537
5538 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5539
5540 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
5541 with $hex.
5542
5543 2020-03-20 Tom Tromey <tromey@adacore.com>
5544
5545 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
5546
5547 2020-03-20 Tom Tromey <tromey@adacore.com>
5548
5549 * gdb.ada/sub_variant/subv.adb: New file.
5550 * gdb.ada/sub_variant.exp: New file.
5551
5552 2020-03-20 Tom de Vries <tdevries@suse.de>
5553
5554 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
5555 first break fails.
5556 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
5557
5558 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5559
5560 * gdb.server/exit-multiple-threads.c: New file.
5561 * gdb.server/exit-multiple-threads.exp: New file.
5562
5563 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5564
5565 * gdb.fortran/mixed-lang-stack.c: New file.
5566 * gdb.fortran/mixed-lang-stack.cpp: New file.
5567 * gdb.fortran/mixed-lang-stack.exp: New file.
5568 * gdb.fortran/mixed-lang-stack.f90: New file.
5569
5570 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5571
5572 * gdb.linespec/cp-completion-aliases.cc: New file.
5573 * gdb.linespec/cp-completion-aliases.exp: New file.
5574
5575 2020-03-19 Tom de Vries <tdevries@suse.de>
5576
5577 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
5578 more precise.
5579
5580 2020-03-18 Tom de Vries <tdevries@suse.de>
5581
5582 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
5583 * gdb.dwarf2/break-inline-psymtab.c: New test.
5584 * gdb.dwarf2/break-inline-psymtab.exp: New file.
5585
5586 2020-03-16 Tom de Vries <tdevries@suse.de>
5587
5588 * lib/cache.exp (gdb_do_cache): Add and handle local variables
5589 cache_verify and cache_verify_proc.
5590
5591 2020-03-15 Tom de Vries <tdevries@suse.de>
5592
5593 * gdb.server/solib-list.exp: Handle
5594 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
5595
5596 2020-03-15 Tom de Vries <tdevries@suse.de>
5597
5598 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
5599 objfiles".
5600
5601 2020-03-14 Tom Tromey <tom@tromey.com>
5602
5603 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
5604
5605 2020-03-14 Tom de Vries <tdevries@suse.de>
5606
5607 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
5608
5609 2020-03-14 Tom de Vries <tdevries@suse.de>
5610
5611 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
5612 result in line-by-line fashion.
5613
5614 2020-03-14 Tom de Vries <tdevries@suse.de>
5615
5616 * lib/gdb.exp (supports_statement_frontiers): New proc.
5617 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
5618
5619 2020-03-14 Tom de Vries <tdevries@suse.de>
5620
5621 * gdb.base/printcmds.exp: Add missing quoting for "print
5622 teststring2".
5623
5624 2020-03-13 Tom Tromey <tom@tromey.com>
5625
5626 * gdb.base/printcmds.exp (test_print_strings): Add regression
5627 test.
5628 * gdb.base/printcmds.c (charptr): New typedef.
5629 (teststring2): New global.
5630
5631 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
5632
5633 * gdb.base/break-interp.exp: Use the tail of the filename, not the
5634 full path in the test name.
5635 (test_ld): Add some with_test_prefix blocks to make test names
5636 unique.
5637
5638 2020-03-13 Tom de Vries <tdevries@suse.de>
5639
5640 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
5641
5642 2020-03-13 Tom de Vries <tdevries@suse.de>
5643
5644 * gdb.mi/mi-sym-info.exp: Make matching more precise.
5645
5646 2020-03-13 Tom de Vries <tdevries@suse.de>
5647
5648 PR symtab/25646
5649 * gdb.dwarf2/imported-unit.exp: Add test.
5650
5651 2020-03-13 Tom de Vries <tdevries@suse.de>
5652
5653 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
5654 (var1, var2): New variable.
5655 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
5656 matching symbols.
5657
5658 2020-03-13 Tom de Vries <tdevries@suse.de>
5659
5660 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
5661 (Term::command): Use prompt prefix.
5662 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
5663 * gdb.tui/tui-layout-asm-short-prog.exp: Use
5664 command_no_prompt_prefix instead of prefix.
5665 * gdb.tui/tui-layout-asm.exp: Same.
5666
5667 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
5668
5669 * gdb.base/break-interp.exp: Use foreach_with_prefix.
5670
5671 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
5672
5673 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
5674 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
5675 on" while stepping over the test instruction, match printed
5676 message.
5677
5678 2020-03-12 Tom de Vries <tdevries@suse.de>
5679
5680 * gdb.base/info-types.exp: Use exp_continue during matching of output
5681 of "info types".
5682
5683 2020-03-12 Tom de Vries <tdevries@suse.de>
5684
5685 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
5686
5687 2020-03-12 Tom de Vries <tdevries@suse.de>
5688
5689 * gdb.fortran/module.exp: Use exp_continue during matching of output
5690 of "info variable -n".
5691
5692 2020-03-12 Tom de Vries <tdevries@suse.de>
5693
5694 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
5695 gdb.dwarf2/dw2-ranges-base.c.
5696
5697 2020-03-12 Tom de Vries <tdevries@suse.de>
5698
5699 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
5700 in presence of GLIBC debuginfo.
5701
5702 2020-03-12 Tom de Vries <tdevries@suse.de>
5703
5704 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
5705 $core.
5706
5707 2020-03-12 Tom de Vries <tdevries@suse.de>
5708
5709 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
5710 more precise.
5711
5712 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
5713
5714 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
5715 from Unix to Windows path.
5716
5717 2020-03-11 Tom de Vries <tdevries@suse.de>
5718
5719 * gdb.ada/minsyms.exp: Set language to ada.
5720
5721 2020-03-11 Tom de Vries <tdevries@suse.de>
5722
5723 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
5724
5725 2020-03-11 Tom de Vries <tdevries@suse.de>
5726
5727 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
5728
5729 2020-03-11 Tom Tromey <tromey@adacore.com>
5730
5731 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
5732
5733 2020-03-11 Tom de Vries <tdevries@suse.de>
5734
5735 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
5736
5737 2020-03-11 Tom de Vries <tdevries@suse.de>
5738
5739 * gdb.base/break-interp.exp: Limit verbose scope.
5740
5741 2020-03-11 Tom de Vries <tdevries@suse.de>
5742
5743 * gdb.fortran/logical.f90: Define variable with character type.
5744 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
5745
5746 2020-03-11 Tom de Vries <tdevries@suse.de>
5747
5748 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
5749
5750 2020-03-11 Tom de Vries <tdevries@suse.de>
5751
5752 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
5753 symtabs.
5754
5755 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
5756 Bernd Edlinger <bernd.edlinger@hotmail.de>
5757
5758 * gdb.cp/step-and-next-inline.cc: New file.
5759 * gdb.cp/step-and-next-inline.exp: New file.
5760 * gdb.cp/step-and-next-inline.h: New file.
5761 * gdb.dwarf2/dw2-is-stmt.c: New file.
5762 * gdb.dwarf2/dw2-is-stmt.exp: New file.
5763 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
5764 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
5765 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
5766
5767 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
5768
5769 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
5770 is-stmt flag in the line table.
5771
5772 2020-03-09 Tom de Vries <tdevries@suse.de>
5773
5774 * lib/gdb.exp (cached_file): Create cache dir.
5775
5776 2020-03-07 Tom de Vries <tdevries@suse.de>
5777
5778 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
5779 * gdb.cp/rvalue-ref-params.exp: Same.
5780
5781 2020-03-06 Tom de Vries <tdevries@suse.de>
5782
5783 * lib/gdb.exp (tentative_rename, cached_file): New proc.
5784 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
5785
5786 2020-03-06 Tom de Vries <tdevries@suse.de>
5787
5788 * README: Fix "the the".
5789 * gdb.base/dprintf.exp: Same.
5790
5791 2020-03-05 Tom de Vries <tdevries@suse.de>
5792
5793 * gdb.base/maint.exp: Update "main print statistics" expected output.
5794
5795 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5796
5797 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
5798 (fortran_int8): Likewise.
5799 (fortran_real4): Likewise.
5800 (fortran_real8): Likewise.
5801 (fortran_complex4): Likewise.
5802 (fortran_logical4): Likewise.
5803 (fortran_character1): Likewise.
5804
5805 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
5806
5807 * gdb.fortran/logical.exp: Add tests that any non-zero value is
5808 printed as true.
5809
5810 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
5811
5812 * gdb.base/printcmds.exp: Add test to verify printf of a
5813 variable holding an address.
5814
5815 2020-03-03 Tom de Vries <tdevries@suse.de>
5816
5817 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
5818
5819 2020-03-03 Tom de Vries <tdevries@suse.de>
5820
5821 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
5822 gdb_test_multiple call.
5823
5824 2020-03-03 Tom de Vries <tdevries@suse.de>
5825
5826 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
5827 gdb_test_multiple calls.
5828
5829 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
5830
5831 * gdb.base/default.exp: Remove test of 'set history filename'.
5832 * gdb.base/gdbinit-history.exp: Add tests for setting the history
5833 filename to the empty string.
5834 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
5835 and GDBHISTSIZE.
5836
5837 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
5838
5839 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
5840 disabled.
5841
5842 2020-03-02 Pedro Alves <palves@redhat.com>
5843 Tom de Vries <tdevries@suse.de>
5844
5845 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
5846 -prompt prefix, before user_code argument. Add -lbl option likewise.
5847 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
5848 (gdb_is_target_1): Add -prompt prefix and move to before user_code
5849 argument.
5850 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
5851 have "\r\n" at start-of-line, instead of at end-of-line.
5852
5853 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
5854
5855 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
5856 libinproctrace.so.
5857
5858 2020-02-28 Luis Machado <luis.machado@linaro.org>
5859
5860 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
5861 to "p/x".
5862
5863 2020-02-28 Luis Machado <luis.machado@linaro.org>
5864
5865 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
5866 asm/ptrace.h and error.h.
5867
5868 2020-02-28 Tom de Vries <tdevries@suse.de>
5869
5870 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
5871 (struct wrapper, do_something, mundane/symada__cS): Move ...
5872 * gdb.base/c-linkage-name-2.c: ... here. New source file.
5873 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
5874 Update "print symada__cS before partial symtab expansion" regexp.
5875 Update breakpoint location. Flush symbol cache after expansion.
5876
5877 2020-02-28 Luis Machado <luis.machado@linaro.org>
5878
5879 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
5880
5881 2020-02-27 Tom de Vries <tdevries@suse.de>
5882
5883 * config/sid.exp: Remove unused globals.
5884 * gdb.base/attach.exp: Same.
5885 * gdb.base/catch-load.exp: Same.
5886 * gdb.base/dbx.exp: Same.
5887 * lib/gdb.exp: Same.
5888 * lib/mi-support.exp: Same.
5889 * lib/prompt.exp: Same.
5890
5891 2020-02-27 Tom de Vries <tdevries@suse.de>
5892
5893 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
5894 not set.
5895
5896 2020-02-26 Aaron Merey <amerey@redhat.com>
5897
5898 * gdb.debuginfod: New directory for debuginfod tests.
5899 * gdb.debuginfod/main.c: New test file.
5900 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
5901
5902 2020-02-26 Tom de Vries <tdevries@suse.de>
5903
5904 PR gdb/25603
5905 * gdb.base/persistent-lang.cc: New test.
5906 * gdb.base/persistent-lang.exp: New file.
5907
5908 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
5909
5910 * gdb.fortran/derived-type-striding.exp: Add a new test.
5911 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
5912 new test.
5913
5914 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
5915
5916 * gdb.base/cached-source-file.exp: Avoid source file paths in test
5917 names.
5918
5919 2020-02-25 Tom de Vries <tdevries@suse.de>
5920
5921 PR go/18926
5922 * gdb.go/methods.exp: Remove gcc/93866 xfail.
5923
5924 2020-02-24 Tom de Vries <tdevries@suse.de>
5925
5926 PR gdb/25592
5927 * gdb.base/info-locals-unused-static-var.c: New test.
5928 * gdb.base/info-locals-unused-static-var.exp: New file.
5929
5930 2020-02-22 Tom Tromey <tom@tromey.com>
5931
5932 * gdb.python/tui-window.exp: New file.
5933 * gdb.python/tui-window.py: New file.
5934
5935 2020-02-22 Tom Tromey <tom@tromey.com>
5936
5937 PR tui/17850:
5938 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
5939 tests.
5940
5941 2020-02-22 Tom Tromey <tom@tromey.com>
5942
5943 * gdb.tui/new-layout.exp: Add sub-layout tests.
5944
5945 2020-02-22 Tom Tromey <tom@tromey.com>
5946
5947 * gdb.tui/new-layout.exp: New file.
5948
5949 2020-02-22 Tom Tromey <tom@tromey.com>
5950
5951 * gdb.rust/rust-style.rs: New file.
5952 * gdb.rust/rust-style.exp: New file.
5953 * gdb.base/style.exp: Test structure printing.
5954 * gdb.base/style.c (struct some_struct): New type.
5955 (enum etype): New type.
5956 (struct_value): New global.
5957
5958 2020-02-21 Tom de Vries <tdevries@suse.de>
5959
5960 PR go/18926
5961 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
5962 Remove blanket xfails. Use message argument for gdb_breakpoint.
5963 Make continuing to breakpoint test conditional on setting breakpoint.
5964 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
5965 DW_AT_name attribute. Add xfail for GCC PR93866.
5966
5967 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
5968
5969 * gdb.dwarf2/cpp-linkage-name.c: New file.
5970 * gdb.dwarf2/cpp-linkage-name.exp: New file.
5971
5972 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
5973
5974 * lib/gdb.exp (gdb_wrapper_init): Reset
5975 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
5976 not exist.
5977
5978 2020-02-20 Tom de Vries <tdevries@suse.de>
5979
5980 PR go/17018
5981 * gdb.go/hello.exp: Copy ...
5982 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
5983 print of st to print value of global definition. Add xfail for GCC
5984 PR93844.
5985 * gdb.go/hello.exp: Remove printing of st before definition.
5986 * gdb.go/hello.go: Copy ...
5987 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
5988 to st.
5989 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
5990
5991 2020-02-20 Tom de Vries <tdevries@suse.de>
5992
5993 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
5994 (gdb_simple_compile): Handle compile_flags go by using .go extension
5995 for source file.
5996 * gdb.go/chan.exp: Use support_go_compile.
5997 * gdb.go/handcall.exp: Same.
5998 * gdb.go/hello.exp: Same.
5999 * gdb.go/integers.exp: Same.
6000 * gdb.go/max-depth.exp: Same.
6001 * gdb.go/methods.exp: Same.
6002 * gdb.go/package.exp: Same.
6003 * gdb.go/strings.exp: Same.
6004 * gdb.go/types.exp: Same.
6005 * gdb.go/unsafe.exp: Same.
6006
6007 2020-02-19 Tom de Vries <tdevries@suse.de>
6008
6009 * gdb.python/lib-types.exp: Make xfail more strict.
6010
6011 2020-02-19 Tom de Vries <tdevries@suse.de>
6012
6013 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
6014
6015 2020-02-19 Doug Evans <dje@google.com>
6016
6017 PR rust/25535
6018 * gdb.rust/simple.exp: Add test.
6019 * gdb.rust/simple.rs: Add test.
6020
6021 2020-02-19 Tom de Vries <tdevries@suse.de>
6022
6023 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
6024 output line-by-line.
6025
6026 2020-02-19 Tom de Vries <tdevries@suse.de>
6027
6028 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
6029
6030 2020-02-19 Tom de Vries <tdevries@suse.de>
6031
6032 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
6033 prelink.
6034
6035 2020-02-19 Tom de Vries <tdevries@suse.de>
6036
6037 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
6038 (gdb_do_cache): Use gdb_do_cache_wrap.
6039 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
6040
6041 2020-02-19 Tom de Vries <tdevries@suse.de>
6042
6043 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
6044 gdb_compile option.
6045
6046 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6047
6048 * gdb.base/printcmds.exp (test_print_enums): Update expected
6049 output.
6050
6051 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6052
6053 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
6054 for "unknown".
6055
6056 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6057
6058 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
6059 enumerator.
6060
6061 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
6062
6063 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
6064 FE_, add FE_NONE.
6065 (three): Update.
6066 (enum flag_enum_without_zero): New enum.
6067 (flag_enum_without_zero): New variable.
6068 (enum not_flag_enum): New enum.
6069 (three_not_flag): New variable.
6070 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
6071 (test_print_enums): Add more tests for printing flag enums.
6072
6073 2020-02-18 Tom de Vries <tdevries@suse.de>
6074
6075 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
6076 (gdb_compile_ada): ... here.
6077 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
6078 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
6079
6080 2020-02-14 Tom Tromey <tom@tromey.com>
6081
6082 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
6083 build directory.
6084 * boards/gdbserver-base.exp: Update path to gdbserver.
6085
6086 2020-02-13 Tom de Vries <tdevries@suse.de>
6087
6088 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
6089
6090 2020-02-13 Tom de Vries <tdevries@suse.de>
6091
6092 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
6093 are missing.
6094
6095 2020-02-13 Tom de Vries <tdevries@suse.de>
6096
6097 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
6098 call.
6099
6100 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
6101
6102 PR tui/25126
6103 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
6104 * gdb.base/cached-source-file.c: New file.
6105 * gdb.base/cached-source-file.exp: New file.
6106
6107 2020-02-11 Tom de Vries <tdevries@suse.de>
6108
6109 PR testsuite/25488
6110 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
6111
6112 2020-02-10 Tom de Vries <tdevries@suse.de>
6113
6114 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
6115
6116 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
6117
6118 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
6119 and $after_addr are both integers before making a comparison.
6120
6121 2020-02-09 Tom de Vries <tdevries@suse.de>
6122
6123 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
6124 command output and paste it into gdb.log. If any, paste catch message
6125 to gdb.log.
6126
6127 2020-02-07 Tom Tromey <tromey@adacore.com>
6128
6129 PR breakpoints/24915:
6130 * gdb.base/annotate-symlink.exp: Use setup_xfail.
6131
6132 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
6133
6134 * gdb.tui/tui-missing-src.exp: Add the "missing source
6135 file" test for the TUI.
6136
6137 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
6138
6139 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
6140 including a port number in the output.
6141
6142 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
6143
6144 * lib/fortran.exp (fortran_int4): Handle clang.
6145 (fortran_int8): Likewise.
6146 (fortran_real4): Likewise.
6147 (fortran_real8): Likewise.
6148 (fortran_complex4): Likewise.
6149 (fortran_logical4): Likewise.
6150 (fortran_character1): Likewise.
6151
6152 2020-02-04 Tom de Vries <tdevries@suse.de>
6153
6154 * README (Race detection): Add note.
6155
6156 2020-02-04 Tom de Vries <tdevries@suse.de>
6157
6158 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
6159
6160 2020-02-04 Tom de Vries <tdevries@suse.de>
6161
6162 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
6163
6164 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
6165
6166 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
6167 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
6168 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
6169 blttar, bnetarl.
6170 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
6171 binary for blttar, bnetarl.
6172 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
6173 wait instruction. Delete ldmx test.
6174 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
6175
6176 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6177
6178 * gdb.fortran/array-bounds-high.exp: New file.
6179 * gdb.fortran/array-bounds-high.f90: New file.
6180
6181 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
6182
6183 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
6184 Replace #include of <sys/fcntl.h> by <fcntl.h>.
6185
6186 2020-02-01 Tom de Vries <tdevries@suse.de>
6187
6188 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
6189
6190 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
6191
6192 PR tui/9765
6193 * gdb.tui/tui-layout-asm-short-prog.S: New file.
6194 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
6195
6196 2020-01-29 Luis Machado <luis.machado@linaro.org>
6197
6198 * gdb.arch/aarch64-brk-patterns.c: New source file.
6199 * gdb.arch/aarch64-brk-patterns.exp: New test.
6200
6201 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6202
6203 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
6204 GCC/Clang version.
6205 * gdb.cp/pass-by-ref.exp: Ditto.
6206
6207 2020-01-29 Tom de Vries <tdevries@suse.de>
6208
6209 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
6210 * gdb.threads/watchpoint-fork-mt.c: Same.
6211 * gdb.threads/watchpoint-fork-parent.c: Same.
6212 * gdb.threads/watchpoint-fork-st.c: Same.
6213 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
6214
6215 2020-01-27 Luis Machado <luis.machado@linaro.org>
6216
6217 * gdb.base/step-over-syscall.exp (setup): Check if we're already
6218 sitting at a syscall instruction when we hit the syscall function's
6219 breakpoint.
6220 Check PC against one obtained with the x command.
6221 Validate syscall number.
6222 (step_over_syscall): Don't continue to the syscall instruction if
6223 we're already there.
6224
6225 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6226
6227 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
6228
6229 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6230
6231 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
6232 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
6233
6234 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6235
6236 * gdb.dwarf2/dw2-inline-stepping.c: New file.
6237 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
6238
6239 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6240
6241 * gdb.base/maint.exp: Update line table parsing test.
6242 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
6243
6244 2020-01-24 Pedro Alves <palves@redhat.com>
6245
6246 PR gdb/25410
6247 * gdb.multi/multi-re-run-1.c: New.
6248 * gdb.multi/multi-re-run-2.c: New.
6249 * gdb.multi/multi-re-run.exp: New.
6250
6251 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6252
6253 PR gdb/23718
6254 * gdb.server/server-kill-python.exp: New file.
6255
6256 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6257
6258 * gdb.server/multi-ui-errors.c: New file.
6259 * gdb.server/multi-ui-errors.exp: New file.
6260
6261 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6262
6263 PR tui/9765
6264 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
6265
6266 2020-01-19 Tom Tromey <tom@tromey.com>
6267
6268 * gdb.tui/main.exp: Add check for plain "file".
6269
6270 2020-01-16 Christian Biesinger <cbiesinger@google.com>
6271
6272 * lib/gdb.exp: Fix spelling error (seperatelly).
6273
6274 2020-01-14 Tom Tromey <tom@tromey.com>
6275
6276 PR symtab/12535:
6277 * gdb.python/python.exp: Test decode_line with empty string
6278 argument.
6279
6280 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
6281
6282 * gdb.base/skip-inline.exp: Extend test.
6283
6284 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6285
6286 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
6287 * gdb.dwarf2/dw2-bad-elf.c: New file.
6288 * gdb.dwarf2/dw2-bad-elf.exp: New file.
6289
6290 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6291
6292 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
6293 _line_saw_file.
6294
6295 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6296
6297 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
6298 border.
6299
6300 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6301
6302 * gdb.multi/multi-target.exp (setup): Factor out "info
6303 connections" and "info inferiors" tests to ...
6304 (test_info_inferiors): ... this new procedure.
6305 (top level): Run new "info-inferiors" tests.
6306
6307 2020-01-10 Pedro Alves <palves@redhat.com>
6308
6309 * gdb.server/bkpt-other-inferior.exp: New file.
6310
6311 2020-01-10 Pedro Alves <palves@redhat.com>
6312
6313 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
6314 of "add-inferior".
6315 * gdb.base/quit-live.exp: Likewise.
6316 * gdb.base/remote-exec-file.exp: Likewise.
6317 * gdb.guile/scm-progspace.exp: Likewise.
6318 * gdb.linespec/linespec.exp: Likewise.
6319 * gdb.mi/new-ui-mi-sync.exp: Likewise.
6320 * gdb.mi/user-selected-context-sync.exp: Likewise.
6321 * gdb.multi/multi-target.exp (setup): Add "info connection" and
6322 "info inferiors" tests.
6323 * gdb.multi/remove-inferiors.exp: Adjust expected output of
6324 "add-inferior".
6325 * gdb.multi/watchpoint-multi.exp: Likewise.
6326 * gdb.python/py-inferior.exp: Likewise.
6327 * gdb.server/extended-remote-restart.exp: Likewise.
6328 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
6329 "info inferiors".
6330 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
6331 * gdb.trace/report.exp: Likewise.
6332
6333 2020-01-10 Pedro Alves <palves@redhat.com>
6334
6335 * gdb.multi/multi-target.c: New file.
6336 * gdb.multi/multi-target.exp: New file.
6337 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
6338 mode requested, but remote does not support non-stop".
6339
6340 2020-01-10 Pedro Alves <palves@redhat.com>
6341
6342 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
6343 disconnect before reconnecting.
6344
6345 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6346 Pedro Alves <palves@redhat.com>
6347
6348 * gdb.server/connect-without-multi-process.exp: Also test
6349 continuing to end.
6350
6351 2020-01-10 Pedro Alves <palves@redhat.com>
6352
6353 * gdb.base/remote-exec-file.exp: New file.
6354
6355 2020-01-10 Pedro Alves <palves@redhat.com>
6356
6357 * gdb.base/fork-running-state.exp (do_test): Adjust expected
6358 output.
6359 * gdb.threads/async.c: New.
6360 * gdb.threads/async.exp: New.
6361 * gdb.multi/tids-gid-reset.c: New.
6362 * gdb.multi/tids-gid-reset.exp: New.
6363
6364 2020-01-10 George Barrett <bob@bob131.so>
6365
6366 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
6367 to help in finding the image relocation offset.
6368 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
6369 options in arguments.
6370 (stap_test_no_debuginfo): Likewise.
6371 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
6372 test variants.
6373 (stap_test): Add null semaphore relocation test.
6374
6375 2020-01-10 George Barrett <bob@bob131.so>
6376
6377 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
6378 * gdb.base/stap-probe.exp: Likewise.
6379 (stap_test): Pass argument as an additional flag.
6380 (stap_test_no_debuginfo): Likewise.
6381 (stap_test): Check `info probes stap' output for semaphore
6382 addresses if the test binary is supposed to have them.
6383
6384 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6385
6386 * gdb.tui/basic.exp: Add more scrolling tests.
6387
6388 2020-01-09 Tom Tromey <tom@tromey.com>
6389
6390 PR tui/18932:
6391 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
6392 meangingful value.
6393 (Term::command, Term::resize): Update.
6394 * gdb.tui/basic.exp: Add scrolling test.
6395
6396 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6397
6398 * gdb.tui/tui-layout-asm.exp: New file.
6399
6400 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6401
6402 * lib/tuiterm.exp (Term::check_box_contents): New proc.
6403
6404 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6405
6406 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
6407 (Term::enter_tui): Use Term::prepare_for_tui.
6408
6409 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6410
6411 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
6412 called.
6413
6414 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6415
6416 * gdb.base/skip.exp: Fix race condition in test.
6417
6418 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
6419
6420 * gdb.base/backtrace.c: New file.
6421 * gdb.base/backtrace.exp: New file.
6422
6423 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
6424
6425 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
6426
6427 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6428
6429 * gdb.base/style.exp: Test that warnings are styled.
6430
6431 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
6432
6433 * gdb.base/line65535.exp: New file.
6434 * gdb.base/line65535.c: New file.
6435
6436 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
6437
6438 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
6439 * lib/gnat_debug_info_test.adb: New file.
6440 * gdb.ada/ptype_tagged_param.exp: Use
6441 gnat_runtime_has_debug_info, expect a different output if
6442 runtime does not have debug info.
6443
6444 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6445
6446 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
6447 (another) quote in test name.
6448
6449 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6450
6451 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
6452 Add quote in test name.
6453
6454 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6455
6456 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
6457 directory instead.
6458 * gdb.cp/pass-by-ref.exp: Extend with more cases.
6459 * gdb.cp/pass-by-ref-2.cc: New file.
6460 * gdb.cp/pass-by-ref-2.exp: New file.
6461
6462 2019-12-20 Tom Tromey <tom@tromey.com>
6463
6464 * gdb.tui/list-before.exp: New file.
6465
6466 2019-12-20 Tom Tromey <tom@tromey.com>
6467
6468 * gdb.tui/list.exp: Check for source on initial listing.
6469
6470 2019-12-11 Tom Tromey <tromey@adacore.com>
6471
6472 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
6473 Add crlf test.
6474
6475 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
6476
6477 * gdb.base/default.exp: Update value of $_gdb_major.
6478
6479 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6480
6481 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
6482
6483 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6484
6485 * gdb.base/skip.exp: Whitespace fix.
6486
6487 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
6488
6489 * gdb.base/skip-inline.c: New file.
6490 * gdb.base/skip-inline.exp: New file.
6491
6492 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
6493
6494 * gdb.base/jit-reader.exp (jit_reader_test): Rename
6495 jit_function_00 to jit_function_stack_mangle.
6496 * gdb.base/jithost.c (jit_function_t): Rename to...
6497 (jit_function_stack_mangle_t): ... this.
6498 (jit_function_add_t): New typedef.
6499 (jit_function_00_code): Rename to...
6500 (jit_function_stack_mangle_code): ... this, make static.
6501 (jit_function_add_code): New.
6502 (main): Generate "add" function and call it. Adjust to changes
6503 in jithost_abi.
6504 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
6505 (struct jithost_abi) <begin, end>: Remove fields.
6506 <object, function_stack_mangle, function_add>: New fields.
6507 * gdb.base/jitreader.c (struct reader_state) <code_begin,
6508 code_end>: Remove fields.
6509 <func_stack_mangle>: New field.
6510 (read_debug_info): Adjust to renaming, create block for "add"
6511 function.
6512 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
6513
6514 2019-12-11 Tom Tromey <tom@tromey.com>
6515
6516 * gdb.tui/resize.exp: Fix regexp.
6517 * gdb.tui/regs.exp: Fix regexps.
6518 * gdb.tui/main.exp: Fix regexp.
6519
6520 2019-12-11 Tom Tromey <tom@tromey.com>
6521
6522 * gdb.tui/resize.exp: Update.
6523 * gdb.tui/empty.exp (layouts): Update.
6524
6525 2019-12-11 Tom Tromey <tom@tromey.com>
6526
6527 * gdb.tui/regs.exp: Update.
6528 * gdb.tui/empty.exp (layouts): Update.
6529 * gdb.tui/basic.exp: Update.
6530 * lib/tuiterm.exp (_check_box): Don't check bottom border.
6531
6532 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6533
6534 * gdb.base/options.exp: Add -raw-values in the print completion list.
6535 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
6536
6537 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6538
6539 * gdb.threads/omp-par-scope.c: New file.
6540 * gdb/threads/omp-par-scope.exp: New file.
6541
6542 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6543
6544 * lib/gdb.exp (support_nested_function_tests): New proc.
6545
6546 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6547
6548 * lib/gdb.exp (gdb_compile_openmp): New proc.
6549 (build_executable_from_specs): Add an "openmp" option.
6550 (gdb_compile_pthreads): Add non-executable case.
6551
6552 2019-12-10 Tom Tromey <tromey@adacore.com>
6553
6554 * gdb.ada/unchecked_union.exp: New file.
6555 * gdb.ada/unchecked_union/pck.adb: New file.
6556 * gdb.ada/unchecked_union/pck.ads: New file.
6557 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
6558 * gdb-utils.exp (string_to_regexp): Also quote "?".
6559
6560 2019-12-10 George Barrett <bob@bob131.so>
6561
6562 Test scripted probe breakpoints.
6563 * gdb.guile/scm-breakpoint.c (main): Add probe point.
6564 * gdb.python/py-breakpoint.c (main): Likewise.
6565 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
6566 specifier test.
6567 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
6568
6569 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6570
6571 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
6572 an rvalue parameter.
6573 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
6574 parameter.
6575
6576 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6577
6578 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
6579 modules.
6580
6581 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6582
6583 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
6584 broken version of GCC.
6585
6586 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6587
6588 * gdb.fortran/info-modules.exp: Rewrite to make use of new
6589 sym-info-cmds library.
6590 * gdb.fortran/info-types.exp: Likewise.
6591 * lib/sym-info-cmds.exp: New file.
6592
6593 2019-12-08 Tom de Vries <tdevries@suse.de>
6594
6595 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
6596
6597 2019-12-07 Keith Seitz <keiths@redhat.com>
6598
6599 * gdb.base/corefile-buildid-shlib-shr.c: New file.
6600 * gdb.base/corefile-buildid-shlib.c: New file.
6601 * gdb.base/corefile-buildid.c: New file.
6602 * gdb.base/corefile-buildid.exp: New file.
6603
6604 2019-12-06 Tom de Vries <tdevries@suse.de>
6605
6606 * gdb.dwarf2/varval.exp: Add decl before def test.
6607
6608 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6609
6610 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
6611
6612 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6613
6614 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
6615 CV and reference conversion for overload resolution.
6616 * gdb.cp/rvalue-ref-overload.exp: Test it.
6617
6618 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6619
6620 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
6621 * gdb.base/frameapply.exp: Test faas without command.
6622
6623 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6624
6625 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
6626 Fortran tests.
6627 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
6628 order.
6629
6630 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6631
6632 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
6633 casting to type with no kind specified.
6634 (test_basic_parsing_of_type_kinds): Additional tests for types
6635 with no kind specified, and add tests for single/double
6636 precision/complex types.
6637
6638 2019-12-04 Tom Tromey <tromey@adacore.com>
6639
6640 * gdb.base/endianity.c (struct other) <x>: New field.
6641 (main): Initialize it.
6642 * gdb.base/endianity.exp: Update.
6643
6644 2019-12-04 Tom Tromey <tromey@adacore.com>
6645
6646 * gdb.ada/scalar_storage/storage.adb: New file.
6647 * gdb.ada/scalar_storage/pck.adb: New file.
6648 * gdb.ada/scalar_storage/pck.ads: New file.
6649 * gdb.ada/scalar_storage.exp: New file.
6650
6651 2019-12-04 Tom Tromey <tromey@adacore.com>
6652
6653 * gdb.base/endianity.c (struct otherendian) <f>: New field.
6654 (main): Initialize it.
6655 * gdb.base/endianity.exp: Update.
6656
6657 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6658
6659 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
6660
6661 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6662
6663 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
6664 -symbol-info-module-functions and -symbol-info-module-variables.
6665
6666 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
6667
6668 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
6669
6670 2019-12-01 Richard Bunt <richard.bunt@arm.com>
6671 Andrew Burgess <andrew.burgess@embecosm.com>
6672
6673 * gdb.fortran/derived-type-striding.exp: New file.
6674 * gdb.fortran/derived-type-striding.f90: New file.
6675 * gdb.fortran/array-slices.exp: New file.
6676 * gdb.fortran/array-slices.f90: New file.
6677
6678 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6679
6680 * gdb.base/define.exp: Test . in command names.
6681 * gdb.base/setshow.exp: Update test, as . is now part of
6682 command name.
6683
6684 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6685
6686 * gdb.base/define-prefix.exp: New file.
6687
6688 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
6689
6690 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
6691 compile.
6692 (skip_btrace_pt_tests): Likewise.
6693
6694 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6695
6696 * gdb.fortran/info-modules.exp: Compile source files in correct
6697 order.
6698
6699 2019-11-27 Kevin Buettner <kevinb@redhat.com>
6700
6701 * gdb.dwarf2/imported-unit.exp: New file.
6702 * gdb.dwarf2/imported-unit.c: New file.
6703
6704 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6705
6706 * gdb.mi/mi-fortran-modules-2.f90: New file.
6707 * gdb.mi/mi-fortran-modules.exp: New file.
6708 * gdb.mi/mi-fortran-modules.f90: New file.
6709
6710 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6711
6712 * gdb.mi/mi-sym-info-1.c: New file.
6713 * gdb.mi/mi-sym-info-2.c: New file.
6714 * gdb.mi/mi-sym-info.exp: New file.
6715
6716 2019-11-22 Tom Tromey <tromey@adacore.com>
6717
6718 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
6719 * gdb.ada/tasks/foo.adb: Add another stopping location.
6720
6721 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
6722
6723 * gdb.base/endianity.c: New test.
6724 * gdb.base/endianity.exp: New file.
6725
6726 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
6727
6728 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
6729
6730 2019-11-21 Tom de Vries <tdevries@suse.de>
6731
6732 PR gdb/24956
6733 * gdb.base/ui-redirect.exp: Test output of user-defined command.
6734
6735 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
6736
6737 * gdb.python/py-progspace.exp: Add missing parentheses on some
6738 'print' commands.
6739
6740 2019-11-19 Tom Tromey <tom@tromey.com>
6741
6742 * gdb.tui/winheight.exp: New file.
6743
6744 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6745
6746 * gdb.base/ctf-whatis.c: Delete.
6747 * gdb.base/ctf-whatis.exp: Delete.
6748 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
6749
6750 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6751
6752 * gdb.base/ctf-cvexpr.exp: Delete.
6753 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
6754
6755 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6756
6757 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
6758 the compiler. Clean up header comment a little.
6759 * gdb.base/ctf-ptype.exp: Likewise.
6760 * gdb.base/ctf-whatis.exp: Likewise.
6761 * lib/gdb.exp (skip_ctf_tests): New proc.
6762
6763 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
6764
6765 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
6766 * gdb.tui/corefile-run.exp: New file.
6767
6768 2019-11-14 Tom Tromey <tromey@adacore.com>
6769
6770 * gdb.base/gdbvars.exp (test_convenience_variables): Add
6771 regression tests.
6772
6773 2019-11-12 Tom Tromey <tom@tromey.com>
6774
6775 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
6776 after any command. Expect prompt after WAIT_FOR is seen.
6777 (enter_tui): Enable resize messages.
6778 (command): Expect command in output.
6779 (get_line): Avoid error when cursor appears to be off-screen.
6780 (dump_screen): Include screen size in title.
6781 (_do_resize): New proc, from "resize".
6782 (resize): Rewrite. Do resize in two steps.
6783 * gdb.tui/empty.exp (layouts): Fix entries.
6784 (check_boxes): Remove xfail.
6785 (check_text): Dump screen on failure.
6786
6787 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
6788
6789 * gdb.python/py-symbol.exp: Add test for
6790 gdb.lookup_static_symbols.
6791
6792 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
6793
6794 * gdb.python/py-symbol.c: Declare and call function from new
6795 py-symbol-2.c file.
6796 * gdb.python/py-symbol.exp: Compile both source files, and add new
6797 tests for gdb.lookup_static_symbol.
6798 * gdb.python/py-symbol-2.c: New file.
6799
6800 2019-11-02 Tom de Vries <tdevries@suse.de>
6801
6802 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
6803 * gdb.base/anon.exp: Same.
6804 * gdb.base/auto-connect-native-target.exp: Same.
6805 * gdb.base/call-ar-st.exp: Same.
6806 * gdb.base/catch-syscall.exp: Same.
6807 * gdb.base/commands.exp: Same.
6808 * gdb.base/default.exp: Same.
6809 * gdb.base/display.exp: Same.
6810 * gdb.base/float.exp: Same.
6811 * gdb.base/foll-fork.exp: Same.
6812 * gdb.base/help.exp: Same.
6813 * gdb.base/info-macros.exp: Same.
6814 * gdb.base/info-proc.exp: Same.
6815 * gdb.base/info-target.exp: Same.
6816 * gdb.base/long_long.exp: Same.
6817 * gdb.base/macscp.exp: Same.
6818 * gdb.base/memattr.exp: Same.
6819 * gdb.base/nofield.exp: Same.
6820 * gdb.base/pointers.exp: Same.
6821 * gdb.base/printcmds.exp: Same.
6822 * gdb.base/ptype.exp: Same.
6823 * gdb.base/restore.exp: Same.
6824 * gdb.base/return.exp: Same.
6825 * gdb.base/scope.exp: Same.
6826 * gdb.base/set-noassign.exp: Same.
6827 * gdb.base/setshow.exp: Same.
6828 * gdb.base/shlib-call.exp: Same.
6829 * gdb.base/signals.exp: Same.
6830 * gdb.base/sigstep.exp: Same.
6831 * gdb.base/skip.exp: Same.
6832 * gdb.base/solib-symbol.exp: Same.
6833 * gdb.base/stap-probe.exp: Same.
6834 * gdb.base/step-line.exp: Same.
6835 * gdb.base/step-test.exp: Same.
6836 * gdb.base/style.exp: Same.
6837 * gdb.base/varargs.exp: Same.
6838 * gdb.base/vla-datatypes.exp: Same.
6839 * gdb.base/vla-ptr.exp: Same.
6840 * gdb.base/vla-sideeffect.exp: Same.
6841 * gdb.base/volatile.exp: Same.
6842 * gdb.base/watch-cond-infcall.exp: Same.
6843 * gdb.base/watchpoint.exp: Same.
6844
6845 2019-11-02 Tom de Vries <tdevries@suse.de>
6846
6847 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
6848 * gdb.cp/cpexprs.exp: Same.
6849 * gdb.cp/except-multi-location.exp: Same.
6850 * gdb.cp/exceptprint.exp: Same.
6851 * gdb.cp/gdb2384.exp: Same.
6852 * gdb.cp/inherit.exp: Same.
6853 * gdb.cp/m-static.exp: Same.
6854 * gdb.cp/meth-typedefs.exp: Same.
6855 * gdb.cp/misc.exp: Same.
6856 * gdb.cp/namespace.exp: Same.
6857 * gdb.cp/non-trivial-retval.exp: Same.
6858 * gdb.cp/overload.exp: Same.
6859 * gdb.cp/pr17132.exp: Same.
6860 * gdb.cp/re-set-overloaded.exp: Same.
6861 * gdb.cp/rvalue-ref-types.exp: Same.
6862 * gdb.cp/templates.exp: Same.
6863
6864 2019-11-01 Luis Machado <luis.machado@linaro.org>
6865
6866 PR gdb/25124
6867
6868 * gdb.arch/pr25124.S: New file.
6869 * gdb.arch/pr25124.exp: New file.
6870
6871 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6872
6873 * gdb.fortran/info-modules.exp: Update expected results, and add
6874 additional tests for 'info module functinos', and 'info module
6875 variables'.
6876 * gdb.fortran/info-types.exp: Update expected results.
6877 * gdb.fortran/info-types.f90: Extend testcase with additional
6878 module variables and functions.
6879
6880 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6881
6882 * gdb.fortran/info-modules.exp: New file.
6883 * gdb.fortran/info-types.exp: Build with new file.
6884 * gdb.fortran/info-types.f90: Include and use new module.
6885 * gdb.fortran/info-types-2.f90: New file.
6886
6887 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6888
6889 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
6890 * gdb.base/settings.exp: Test all settings types using
6891 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
6892 that now verifies that the value of "maint show" is the same as
6893 returned by the settings functions. Test the type of the
6894 maintenance settings.
6895 * gdb.base/default.exp: Update show_conv_list.
6896
6897 2019-10-31 Tom de Vries <tdevries@suse.de>
6898
6899 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
6900 gdb_test.
6901 * gdb.arch/amd64-disp-step.exp: Same.
6902 * gdb.asm/asm-source.exp: Same.
6903 * gdb.btrace/buffer-size.exp: Same.
6904 * gdb.btrace/cpu.exp: Same.
6905 * gdb.btrace/enable.exp: Same.
6906 * gdb.dwarf2/count.exp: Same.
6907 * gdb.dwarf2/dw2-ranges-func.exp: Same.
6908 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
6909 * gdb.fortran/vla-datatypes.exp: Same.
6910 * gdb.fortran/vla-history.exp: Same.
6911 * gdb.fortran/vla-ptype.exp: Same.
6912 * gdb.fortran/vla-value.exp: Same.
6913 * gdb.fortran/whatis_type.exp: Same.
6914 * gdb.guile/guile.exp: Same.
6915 * gdb.multi/tids.exp: Same.
6916 * gdb.python/py-finish-breakpoint.exp: Same.
6917 * gdb.python/py-framefilter.exp: Same.
6918 * gdb.python/py-pp-registration.exp: Same.
6919 * gdb.python/py-xmethods.exp: Same.
6920 * gdb.python/python.exp: Same.
6921 * gdb.server/connect-with-no-symbol-file.exp: Same.
6922 * gdb.server/no-thread-db.exp: Same.
6923 * gdb.server/run-without-local-binary.exp: Same.
6924 * gdb.stabs/weird.exp: Same.
6925 * gdb.threads/attach-many-short-lived-threads.exp: Same.
6926 * gdb.threads/thread-find.exp: Same.
6927 * gdb.threads/tls-shared.exp: Same.
6928 * gdb.threads/tls.exp: Same.
6929 * gdb.threads/wp-replication.exp: Same.
6930 * gdb.trace/ax.exp: Same.
6931 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
6932
6933 2019-10-31 Tom de Vries <tdevries@suse.de>
6934
6935 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
6936 * gdb.ada/array_subscript_addr.exp: Same.
6937 * gdb.ada/arrayidx.exp: Same.
6938 * gdb.ada/arrayparam.exp: Same.
6939 * gdb.ada/arrayptr.exp: Same.
6940 * gdb.ada/boolean_expr.exp: Same.
6941 * gdb.ada/call_pn.exp: Same.
6942 * gdb.ada/complete.exp: Same.
6943 * gdb.ada/fixed_cmp.exp: Same.
6944 * gdb.ada/fun_addr.exp: Same.
6945 * gdb.ada/funcall_param.exp: Same.
6946 * gdb.ada/interface.exp: Same.
6947 * gdb.ada/mod_from_name.exp: Same.
6948 * gdb.ada/null_array.exp: Same.
6949 * gdb.ada/packed_array.exp: Same.
6950 * gdb.ada/packed_tagged.exp: Same.
6951 * gdb.ada/print_chars.exp: Same.
6952 * gdb.ada/print_pc.exp: Same.
6953 * gdb.ada/ptype_arith_binop.exp: Same.
6954 * gdb.ada/ptype_field.exp: Same.
6955 * gdb.ada/ptype_tagged_param.exp: Same.
6956 * gdb.ada/rec_return.exp: Same.
6957 * gdb.ada/ref_tick_size.exp: Same.
6958 * gdb.ada/str_ref_cmp.exp: Same.
6959 * gdb.ada/taft_type.exp: Same.
6960 * gdb.ada/tagged.exp: Same.
6961 * gdb.ada/type_coercion.exp: Same.
6962 * gdb.ada/uninitialized_vars.exp: Same.
6963
6964 2019-10-30 Tom de Vries <tdevries@suse.de>
6965
6966 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
6967
6968 2019-10-26 Tom de Vries <tdevries@suse.de>
6969
6970 * gdb.base/bigcore.c: Fix typos in comments.
6971 * gdb.base/ctf-ptype.c: Same.
6972 * gdb.base/long_long.c: Same.
6973 * gdb.dwarf2/dw2-op-out-param.S: Same.
6974 * gdb.python/py-evthreads.c: Same.
6975 * gdb.reverse/i387-stack-reverse.c: Same.
6976 * gdb.trace/tfile.c: Same.
6977 * lib/compiler.c: Same.
6978 * lib/compiler.cc: Same.
6979
6980 2019-10-25 Tom de Vries <tdevries@suse.de>
6981
6982 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
6983 gdb_test_multiple calls.
6984 * gdb.reverse/sigall-reverse.exp: Same.
6985 * gdb.reverse/solib-precsave.exp: Same.
6986 * gdb.reverse/solib-reverse.exp: Same.
6987 * gdb.reverse/until-precsave.exp: Same.
6988 * gdb.reverse/until-reverse.exp: Same.
6989
6990 2019-10-24 Tom de Vries <tdevries@suse.de>
6991
6992 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
6993 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
6994 kfail using -wrap pattern flag and convenience variable
6995 gdb_test_name.
6996
6997 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
6998
6999 * gdb.python/py-progspace.exp: Add tests for the
7000 Progspace.block_for_pc method.
7001
7002 2019-10-23 Tom Tromey <tom@tromey.com>
7003
7004 * configure: Rebuild.
7005 * aclocal.m4: Use m4_include, not sinclude.
7006
7007 2019-10-21 Tom de Vries <tdevries@suse.de>
7008
7009 * gdb.base/infcall-nested-structs.c: Add
7010 __attribute__((noinline,noclone)) to all functions.
7011 (call_all): Add missing variable initialization. Simplify return value.
7012 (breakpt): Increment volatile variable, to prevent call from being
7013 optimized out.
7014 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
7015
7016 2019-10-17 Tom de Vries <tdevries@suse.de>
7017
7018 * gdb.fortran/module.exp: Allow info variables to print info for files
7019 other than module.f90.
7020
7021 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7022
7023 * gdb.fortran/module.exp: Extend with 'info variables' test.
7024
7025 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7026
7027 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
7028 F77_FOR_TARGET.
7029
7030 2019-10-16 Tom de Vries <tdevries@suse.de>
7031
7032 PR tdep/25096
7033 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
7034
7035 2019-10-16 Tom de Vries <tdevries@suse.de>
7036
7037 PR tdep/24104
7038 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
7039 Add KFAIL for PR tdep/25096.
7040
7041 2019-10-16 Tom de Vries <tdevries@suse.de>
7042
7043 PR testsuite/25059
7044 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
7045
7046 2019-10-16 Tom de Vries <tdevries@suse.de>
7047
7048 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
7049 as signed.
7050
7051 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
7052
7053 * gdb.mi/list-thread-groups-available.exp: Read entries one by
7054 one instead of increasing timeout.
7055
7056 2019-10-13 Tom de Vries <tdevries@suse.de>
7057
7058 PR record/25038
7059 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
7060 * gdb.reverse/sigall-reverse.exp: Same.
7061 * gdb.reverse/solib-precsave.exp: Same.
7062 * gdb.reverse/solib-reverse.exp: Same.
7063 * gdb.reverse/step-precsave.exp: Same.
7064 * gdb.reverse/until-precsave.exp: Same.
7065 * gdb.reverse/until-reverse.exp: Same.
7066 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
7067
7068 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
7069
7070 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
7071 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
7072 (cmp_struct_05_01, cmp_struct_static_02_01)
7073 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
7074 comparisons.
7075
7076 2019-10-10 Tom de Vries <tdevries@suse.de>
7077
7078 PR testsuite/24888
7079 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
7080 gnatlink.
7081
7082 2019-10-09 Tom de Vries <tdevries@suse.de>
7083
7084 PR testsuite/25048
7085 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
7086
7087 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7088
7089 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
7090 exceptions due to missing debug information.
7091
7092 2019-10-07 Tom de Vries <tdevries@suse.de>
7093
7094 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
7095
7096 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7097
7098 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
7099 * gdb.base/annota1.exp: Update to use gdb_test_name.
7100
7101 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
7102
7103 * gdb.base/ctf-whatis.exp: New file.
7104 * gdb.base/ctf-whatis.c: New file.
7105 * gdb.base/ctf-ptype.exp: New file.
7106 * gdb.base/ctf-ptype.c: New file.
7107 * gdb.base/ctf-constvars.exp: New file.
7108 * gdb.base/ctf-constvars.c: New file.
7109 * gdb.base/ctf-cvexpr.exp: New file.
7110
7111 2019-10-04 Tom de Vries <tdevries@suse.de>
7112
7113 * gdb.cp/local-static.c (main): Move declaration of int i out of the
7114 for loop.
7115
7116 2019-10-03 Tom Tromey <tom@tromey.com>
7117
7118 PR rust/24976:
7119 * gdb.rust/simple.rs (Union2): New type.
7120 (main): Use Union2.
7121 * gdb.rust/simple.exp: Add test.
7122
7123 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7124
7125 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
7126 nested function prefix.
7127
7128 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
7129 Richard Bunt <richard.bunt@arm.com>
7130 Andrew Burgess <andrew.burgess@embecosm.com>
7131
7132 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
7133 nested functions.
7134 * gdb.fortran/nested-funcs.f90: Update expected results.
7135 * gdb.fortran/nested-funcs-2.exp: New file.
7136 * gdb.fortran/nested-funcs-2.f90: New file.
7137
7138 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7139
7140 * gdb.python/py-parameter.exp: Make test names unique.
7141 * gdb.python/py-template.exp: Likewise.
7142 * gdb.python/py-value.exp: Likewise.
7143
7144 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7145
7146 * gdb.base/break-interp.exp: Reduce test name duplication.
7147 * gdb.base/call-sc.exp: Likewise.
7148 * gdb.base/callfuncs.exp: Likewise.
7149 * gdb.base/charset.exp: Likewise.
7150 * gdb.base/dump.exp: Likewise.
7151 * gdb.base/ena-dis-br.exp: Likewise.
7152 * gdb.base/relational.exp: Likewise.
7153 * gdb.base/step-over-syscall.exp: Likewise.
7154 * gdb.base/structs.exp: Likewise.
7155
7156 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7157
7158 * gdb.linespec/explicit.exp: Make test names unique.
7159 * gdb.linespec/ls-errs.exp: Likewise.
7160
7161 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7162
7163 * gdb.reverse/break-precsave.exp: Make test names unique.
7164 * gdb.reverse/break-reverse.exp: Likewise.
7165 * gdb.reverse/finish-precsave.exp: Likewise.
7166 * gdb.reverse/finish-reverse.exp: Likewise.
7167 * gdb.reverse/machinestate-precsave.exp: Likewise.
7168 * gdb.reverse/machinestate.exp: Likewise.
7169 * gdb.reverse/readv-reverse.exp: Likewise.
7170 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7171 * gdb.reverse/sigall-precsave.exp: Likewise.
7172 * gdb.reverse/sigall-reverse.exp: Likewise.
7173 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
7174 * gdb.reverse/watch-precsave.exp: Likewise.
7175 * gdb.reverse/watch-reverse.exp: Likewise.
7176
7177 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7178
7179 * gdb.threads/stop-with-handle.c: New file.
7180 * gdb.threads/stop-with-handle.exp: New file.
7181
7182 2019-10-03 Tom de Vries <tdevries@suse.de>
7183
7184 PR testsuite/25059
7185 * gdb.base/list-missing-source.exp: Allowing the "Compilation
7186 directory" line to be missing.
7187
7188 2019-10-03 Tom de Vries <tdevries@suse.de>
7189
7190 PR testsuite/25059
7191 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
7192 type optional.
7193
7194 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
7195
7196 * gdb.python/py-format-string.c (string.h): New include.
7197 (main): Fill a_struct_with_union.the_union.an_int with bytes of
7198 the same value, for endianness-independence.
7199 * gdb.python/py-format-string.exp (default_regexp_dict)
7200 (test_pretty_structs, test_format): Adjust expected output to the
7201 changed initialization.
7202
7203 2019-10-02 Tom Tromey <tromey@adacore.com>
7204
7205 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
7206
7207 2019-10-02 Pedro Alves <palves@redhat.com>
7208 Andrew Burgess <andrew.burgess@embecosm.com>
7209
7210 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
7211 "print-file-var.h".
7212 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7213 (get_version_1): Print this_version_id and its address.
7214 Add extern "C" wrappers around interface functions.
7215 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
7216 "print-file-var.h".
7217 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7218 (get_version_2): Print this_version_id and its address.
7219 Add extern "C" wrappers around interface functions.
7220 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
7221 <stddef.h> and "print-file-var.h".
7222 Add extern "C" wrappers around interface functions.
7223 [VERSION_ID_MAIN] (this_version_id): Define.
7224 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
7225 * gdb.base/print-file-var.h: Add some #defines to simplify setting
7226 up extern "C" blocks.
7227 * gdb.base/print-file-var.exp (test): New, factored out from top
7228 level.
7229 (top level): Test all combinations of attribute hidden or not,
7230 dlopen or not, and this_version_id symbol in main file or not.
7231 Compile tests as both C++ and C, make test names unique.
7232
7233 2019-10-01 Tom Tromey <tom@tromey.com>
7234
7235 * gdb.base/style.exp: Test "show logging filename".
7236
7237 2019-10-01 Tom Tromey <tom@tromey.com>
7238
7239 * lib/gdb-utils.exp (style): Handle "metadata" argument.
7240 * gdb.base/style.exp: Add metadata style test.
7241
7242 2019-10-01 Tom Tromey <tom@tromey.com>
7243
7244 * gdb.base/style.exp: Test "pwd".
7245
7246 2019-10-01 Tom Tromey <tom@tromey.com>
7247
7248 * gdb.base/style.exp: Update tests.
7249
7250 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
7251
7252 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
7253 'six' to unsigned.
7254 (s1): Initialize fields 'four' and 'six' instead of 'three' and
7255 'five'. Use an all-ones bit pattern for each.
7256 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
7257 to its changed values.
7258
7259 2019-09-30 Tom Tromey <tromey@adacore.com>
7260
7261 * gdb.rust/traits.rs: Disable all warnings.
7262
7263 2019-09-29 Tom de Vries <tdevries@suse.de>
7264
7265 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
7266
7267 2019-09-29 Tom de Vries <tdevries@suse.de>
7268
7269 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
7270
7271 2019-09-27 Tom de Vries <tdevries@suse.de>
7272
7273 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
7274
7275 2019-09-27 Tom de Vries <tdevries@suse.de>
7276
7277 PR record/23188
7278 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
7279
7280 2019-09-26 Tom Tromey <tromey@adacore.com>
7281
7282 * gdb.ada/py_taft.exp: New file.
7283 * gdb.ada/py_taft/main.adb: New file.
7284 * gdb.ada/py_taft/pkg.adb: New file.
7285 * gdb.ada/py_taft/pkg.ads: New file.
7286
7287 2019-09-24 Tom de Vries <tdevries@suse.de>
7288
7289 PR gdb/24598
7290 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
7291
7292 2019-09-22 Tom de Vries <tdevries@suse.de>
7293
7294 * gdb.base/restore.exp: Allow register variables to be optimized out at
7295 -O0.
7296
7297 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
7298
7299 * gdb.arch/spu-info.exp: Remove file.
7300 * gdb.arch/spu-info.c: Remove file.
7301 * gdb.arch/spu-ls.exp: Remove file.
7302 * gdb.arch/spu-ls.c: Remove file.
7303
7304 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
7305 * gdb.asm/spu.inc: Remove file.
7306
7307 * gdb.base/dump.exp: Remove support for spu*-*-*.
7308 * gdb.base/stack-checking.exp: Likewise.
7309 * gdb.base/overlays.exp: Likewise.
7310 * gdb.base/ovlymgr.c: Likewise.
7311 * gdb.base/spu.ld: Remove file.
7312
7313 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
7314 * gdb.cp/cpexprs.exp: Likewise.
7315 * gdb.cp/exception.exp: Likewise.
7316 * gdb.cp/gdb2495.exp: Likewise.
7317 * gdb.cp/mb-templates.exp: Likewise.
7318 * gdb.cp/pr9167.exp: Likewise.
7319 * gdb.cp/userdef.exp: Likewise.
7320
7321 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
7322
7323 * gdb.cell: Remove directory.
7324 * lib/cell.exp: Remove file.
7325
7326 2019-09-19 Tom de Vries <tdevries@suse.de>
7327
7328 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
7329
7330 2019-09-19 Tom de Vries <tdevries@suse.de>
7331
7332 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
7333
7334 2019-09-19 Tom de Vries <tdevries@suse.de>
7335
7336 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
7337 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
7338 (gdb_target_cmd): ... here.
7339 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
7340 value 2.
7341
7342 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
7343
7344 * gdb.base/source-dir.exp: Avoid having directory names in test
7345 names.
7346
7347 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7348
7349 * gdb.base/source-dir.exp: Add extra test for mapped compilation
7350 directory.
7351
7352 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7353
7354 * gdb.base/list-missing-source.exp: New file.
7355
7356 2019-09-14 Tom de Vries <tdevries@suse.de>
7357
7358 PR teststuite/24599
7359 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
7360 * lib/ada.exp (gnatmake_version_at_least): New proc.
7361
7362 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7363
7364 * gdb.base/maint.exp: Use exec_has_index_section.
7365
7366 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7367
7368 * gdb.base/maint.exp: Add test for 'maint info sections'.
7369
7370 2019-09-12 Tom de Vries <tdevries@suse.de>
7371
7372 * gdb.base/store.exp: Allow register variables to be optimized out at
7373 -O0.
7374
7375 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7376
7377 * gdb.ada/rdv_wait.exp: Update to new task names.
7378 * gdb.base/task_switch_in_core.exp: Likewise.
7379 * gdb.base/info_sources_base.c: Likewise.
7380
7381 2019-09-10 Tom Tromey <tromey@adacore.com>
7382
7383 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
7384
7385 2019-09-10 Tom Tromey <tromey@adacore.com>
7386
7387 * gdb.ada/dgopt.exp: New file.
7388 * gdb.ada/dgopt/x.adb: New file.
7389
7390 2019-09-08 Tom Tromey <tom@tromey.com>
7391
7392 * gdb.tui/resize.exp: Remove setup_xfail.
7393 * gdb.tui/regs.exp: Remove setup_xfail.
7394 * gdb.tui/basic.exp: Remove setup_xfail.
7395
7396 2019-09-06 David Blaikie <dblaikie@gmail.com>
7397
7398 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
7399 * gdb.cp/cplabel.exp: Ditto.
7400 * gdb.linespec/ls-errs.exp: Ditto.
7401
7402 2019-09-05 Tom de Vries <tdevries@suse.de>
7403
7404 * lib/gdb.exp (cmp_file_string): New proc.
7405 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
7406 runto_main. Verify save breakpoints output.
7407
7408 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7409
7410 * gdb.base/info-var.exp: Test info variables without running
7411 to main, to avoid expect's buffer overflow.
7412
7413 2019-09-03 Tom Tromey <tromey@adacore.com>
7414
7415 * gdb.ada/bias.exp: New file.
7416 * gdb.ada/bias/bias.adb: New file.
7417 * gdb.ada/print_chars.exp: Add regression test.
7418 * gdb.ada/print_chars/foo.adb (My_Character): New type.
7419 (MC): New variable.
7420
7421 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
7422
7423 * gdb.base/argv0-symlink.exp: Run only on native target
7424 and local host.
7425
7426 2019-08-29 Tom de Vries <tdevries@suse.de>
7427
7428 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
7429 diverse debug info.
7430 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
7431
7432 2019-08-28 Tom de Vries <tdevries@suse.de>
7433
7434 * gdb.base/info-var.exp: Allow info variables to print info for files
7435 other than info-var-f1.c and info-var-f2.c.
7436
7437 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7438
7439 * gdb.fortran/info-types.exp: Add module.
7440 * gdb.fortran/info-types.f90: Update expected results.
7441
7442 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7443
7444 * gdb.fortran/info-types.exp: New file.
7445 * gdb.fortran/info-types.f90: New file.
7446 * lib/fortran.exp (fortran_character1): New proc.
7447
7448 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
7449
7450 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
7451 functions'. Reindent as needed.
7452 * gdb.base/info-var-f1.c: New file.
7453 * gdb.base/info-var-f2.c: New file.
7454 * gdb.base/info-var.exp: New file.
7455 * gdb.base/info-var.h: New file.
7456
7457 2019-08-26 Tom de Vries <tdevries@suse.de>
7458
7459 PR c++/24852
7460 * gdb.cp/no-libstdcxx-probe.exp: New test.
7461
7462 2019-08-26 Tom de Vries <tdevries@suse.de>
7463
7464 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
7465 * tests need to be skipped.
7466 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
7467 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
7468 mi_skip_libstdcxx_probe_tests.
7469
7470 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
7471
7472 * gdb.python/py-xmethods.exp: Use raw strings when passing
7473 arguments to SimpleXMethodMatcher.
7474
7475 2019-08-22 Tom de Vries <tdevries@suse.de>
7476
7477 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
7478 more informative.
7479
7480 2019-08-21 Pedro Alves <palves@redhat.com>
7481
7482 * gdb.base/with.exp: Test "with" with no arguments.
7483
7484 2019-08-21 Tom de Vries <tdevries@suse.de>
7485
7486 * gdb.base/gdb-caching-proc.exp: Sort files.
7487
7488 2019-08-20 Tom de Vries <tdevries@suse.de>
7489
7490 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
7491 compilation.
7492
7493 2019-08-16 Tom de Vries <tdevries@suse.de>
7494
7495 * gdb.base/compare-sections.exp ("after run to main"): Allow
7496 mismatched read-only sections for PIE executables.
7497
7498 2019-08-16 Tom Tromey <tom@tromey.com>
7499
7500 * lib/tuiterm.exp (_csi_Z): New proc.
7501 * gdb.tui/basic.exp: Update window positions.
7502 * gdb.tui/empty.exp: Update window positions.
7503
7504 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7505
7506 * gdb.base/examine-backward.exp: Correct regexp for
7507 "examine 3 bytes backward from ${address_zero}".
7508
7509 2019-08-15 Tom Tromey <tom@tromey.com>
7510
7511 * gdb.tui/empty.exp: Enable resizing tests.
7512
7513 2019-08-15 Tom Tromey <tromey@adacore.com>
7514
7515 * gdb.ada/char_enum.exp: Add regression tests.
7516 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
7517 and '0'.
7518 (Char, Gchar): Update.
7519 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
7520
7521 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7522
7523 * gdb.python/python.exp: Expect a leading underscore on
7524 GdbOutput{,Error}File.
7525
7526 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7527
7528 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
7529 Windows host.
7530
7531 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7532
7533 * gdb.base/batch-preserve-term-settings.exp
7534 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
7535
7536 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7537
7538 * lib/gdb.exp: When running on a mingw target, replace
7539 /x/ with x:/.
7540
7541 2019-08-14 Alan Hayward <alan.hayward@arm.com>
7542
7543 * gdb.arch/aarch64-prologue.c: New test.
7544 * gdb.arch/aarch64-prologue.exp: New file.
7545
7546 2019-08-13 Tom de Vries <tdevries@suse.de>
7547
7548 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
7549 Thread.
7550
7551 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
7552
7553 * gdb.python/py-completion.exp: Download the .py file to the host
7554 and use its host pathname. Conditionalize tests that use
7555 tab completion and manipulate files on the build machine.
7556 * gdb.python/py-events.exp: Download the .py file to the host
7557 and use its host pathname.
7558 * gdb.python/py-evsignal.exp: Likewise.
7559 * gdb.python/py-evthreads.exp: Likewise.
7560 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
7561 pathname syntax.
7562 * gdb.python/py-framefilter.exp: Download the .py file to the right
7563 place on the host. Match Windows pathname syntax.
7564 * gdb.python/py-mi-var-info-path-expression.exp: Download the
7565 .py file to the host and use its host pathname.
7566 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
7567 * gdb.python/py-objfile.exp: Expect a host pathname, not a
7568 build pathname. Skip symlink test on Windows host. Add missing
7569 newline at end of file.
7570 * gdb.python/py-pp-maint.exp: Download the .py file to the host
7571 and use its host pathname.
7572 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
7573 * gdb.python/py-section-script.exp: Use host location of binfile
7574 on safe-path. Use correct path separator on Windows host.
7575 Reorder alternatives in gdb_test_multiple to prevent matching
7576 the wrong alternative on success.
7577 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
7578
7579 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
7580
7581 * gdb.gdb/selftest.exp (test_with_self): Update test to now
7582 expect the GDB inferior to no longer immediately stop after
7583 being resumed with "signal SIGINT".
7584
7585 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
7586
7587 * gdb.linespec/break-ask.exp: Generalize regexps to match
7588 Windows pathnames too.
7589
7590 2019-08-08 Tom de Vries <tdevries@suse.de>
7591
7592 PR testsuite/24862
7593 * lib/tuiterm.exp (_accept): Fix CSI regexp.
7594
7595 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7596
7597 * gdb.base/style.exp: Update tests for help doc new invariants.
7598 * gdb.base/help.exp: Likewise.
7599
7600 2019-08-06 Tom Tromey <tom@tromey.com>
7601
7602 * gdb.base/style.exp: Add disassemble test.
7603 * gdb.base/style.c (some_called_function): New function.
7604 (main): Use it.
7605
7606 2019-08-05 Christian Biesinger <cbiesinger@google.com>
7607
7608 * gdb.python/py-block.exp: Test dictionary access on blocks.
7609
7610 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
7611
7612 PR gdb/24863
7613 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
7614 -list-thread-groups --available test when running under
7615 check-read1.
7616
7617 2019-08-05 Tom de Vries <tdevries@suse.de>
7618
7619 PR testsuite/24863
7620 * lib/gdb.exp (with_read1_timeout_factor): New proc.
7621 * gdb.base/help.exp: Use with_read1_timeout_factor.
7622 * gdb.base/info-macros.exp: Same.
7623 * gdb.cp/nested-types.exp: Same.
7624
7625 2019-08-05 Tom de Vries <tdevries@suse.de>
7626
7627 * lib/gdb.exp (version_at_least): Factor out of ...
7628 (tcl_version_at_least): ... here.
7629 (gdb_compile): Fail if pie results in non-PIE executable.
7630 (readelf_version, readelf_prints_pie): New proc.
7631 (exec_is_pie): Return -1 if unknown.
7632
7633 2019-08-05 Tom de Vries <tdevries@suse.de>
7634
7635 * lib/gdb.exp (tcl_version_at_least): Fix typo.
7636
7637 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
7638
7639 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
7640
7641 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
7642
7643 * lib/completion-support.exp (test_gdb_complete_none): Skip
7644 tab completion tests if no readline support.
7645 (test_gdb_complete_unique_re): Likewise.
7646 (test_gdb_complete_multiple): Likewise.
7647
7648 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7649
7650 * gdb.base/info_sources.exp: New file.
7651 * gdb.base/info_sources.c: New file.
7652 * gdb.base/info_sources_base.c: New file.
7653
7654 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
7655
7656 * gdb.base/batch-exit-status.exp: Call test_exit_status with
7657 prefix argument.
7658 (test_exit_status): Add prefix argument.
7659
7660 2019-08-01 Tom de Vries <tdevries@suse.de>
7661
7662 PR testsuite/24863
7663 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
7664 calling exp_continue for new thread and thread exited messages.
7665
7666 2019-08-01 Tom de Vries <tdevries@suse.de>
7667
7668 PR testsuite/24863
7669 * gdb.base/structs.exp: Fix check-read1 timeout using
7670 gdb_test_sequence.
7671 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
7672
7673 2019-08-01 Tom de Vries <tdevries@suse.de>
7674
7675 PR testsuite/24863
7676 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
7677 line.
7678
7679 2019-08-01 Tom de Vries <tdevries@suse.de>
7680
7681 PR testsuite/24863
7682 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
7683
7684 2019-07-30 Tom Tromey <tromey@adacore.com>
7685
7686 * gdb.ada/display_nested.exp: New file.
7687 * gdb.ada/display_nested/foo.adb: New file.
7688 * gdb.ada/display_nested/pack.adb: New file.
7689 * gdb.ada/display_nested/pack.ads: New file.
7690
7691 2019-07-30 Christian Biesinger <cbiesinger@google.com>
7692
7693 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
7694 namespace.
7695 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
7696
7697 2019-07-30 Tom de Vries <tdevries@suse.de>
7698
7699 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
7700 instead.
7701
7702 2019-07-30 Tom de Vries <tdevries@suse.de>
7703
7704 PR testsuite/24834
7705 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
7706 (exec_is_pie): New proc.
7707
7708 2019-07-29 Christian Biesinger <cbiesinger@google.com>
7709
7710 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
7711
7712 2019-07-29 Christian Biesinger <cbiesinger@google.com>
7713
7714 * gdb.python/py-objfile.c: Add global and static vars.
7715 * gdb.python/py-objfile.exp: Test new functions Objfile.
7716 lookup_global_symbol and lookup_static_symbol.
7717
7718 2019-07-29 Tom Tromey <tom@tromey.com>
7719
7720 * lib/tuiterm.exp (Term::_csi_@): New proc.
7721 (Term::_csi_X): Don't move cursor.
7722
7723 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7724
7725 * gdb.base/options.exp: Update backtrace - completion to
7726 new option -frame-info.
7727 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
7728 Test new 'set print frame-info'. Test backtrace -frame-info
7729 overriding 'set print frame-info'.
7730 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
7731 Test new 'set print frame-info'.
7732 Verify consistency of backtrace with and without filters, with and
7733 without -no-filters.
7734 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
7735 default.
7736
7737 2019-07-29 Tom de Vries <tdevries@suse.de>
7738
7739 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
7740 no arguments".
7741
7742 2019-07-29 Tom de Vries <tdevries@suse.de>
7743
7744 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
7745 is a substring of the first for "complete non-unique file name".
7746
7747 2019-07-29 Tom de Vries <tdevries@suse.de>
7748
7749 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
7750 with ".*".
7751
7752 2019-07-29 Tom de Vries <tdevries@suse.de>
7753
7754 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
7755 Pass prompt_regexp parameter to gdb_test_multiple calls.
7756
7757 2019-07-29 Tom de Vries <tdevries@suse.de>
7758
7759 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
7760 print registers" regexps.
7761
7762 2019-07-29 Tom de Vries <tdevries@suse.de>
7763
7764 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
7765
7766 2019-07-29 Tom de Vries <tdevries@suse.de>
7767
7768 PR gdb/24855
7769 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
7770 (skip_python_tests_prompt): Add prompt_regexp argument to
7771 gdb_test_multiple calls.
7772
7773 2019-07-27 Tom Tromey <tom@tromey.com>
7774
7775 * gdb.tui/main.exp: New file.
7776
7777 2019-07-27 Tom Tromey <tom@tromey.com>
7778
7779 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
7780 optional.
7781 * gdb.tui/empty.exp: New file.
7782
7783 2019-07-27 Tom Tromey <tom@tromey.com>
7784
7785 * lib/tuiterm.exp (spawn): New proc.
7786 (Term::resize): New proc.
7787 * gdb.tui/resize.exp: New file.
7788
7789 2019-07-27 Tom Tromey <tom@tromey.com>
7790
7791 * gdb.tui/list.exp: New file.
7792
7793 2019-07-27 Tom Tromey <tom@tromey.com>
7794
7795 * gdb.tui/regs.exp: New file.
7796
7797 2019-07-27 Tom Tromey <tom@tromey.com>
7798
7799 * gdb.tui/basic.exp: Add "layout split" test.
7800
7801 2019-07-27 Tom Tromey <tom@tromey.com>
7802
7803 * gdb.tui/basic.exp: Add "layout asm" test.
7804
7805 2019-07-27 Tom Tromey <tom@tromey.com>
7806
7807 * lib/tuiterm.exp: New file.
7808 * gdb.tui/basic.exp: New file.
7809
7810 2019-07-27 Kevin Buettner <kevinb@redhat.com>
7811
7812 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
7813 Enable tests associated with this flag. Adjust regex
7814 referencing "foo_low" to now refer to "foo_cold" instead.
7815
7816 2019-07-27 Kevin Buettner <kevinb@redhat.com>
7817
7818 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
7819 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
7820 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
7821 foo_cold. Revise comments to match.
7822 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
7823 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
7824 were wrapped into this proc; Call do_test in loop from outermost
7825 level.
7826 (foo_low): Rename all occurrences to "foo_cold".
7827 (backtrace from baz): New test.
7828 (x2/i foo_cold): New test.
7829 (info line *foo_cold): New test.
7830
7831 2019-07-26 Tom de Vries <tdevries@suse.de>
7832
7833 * gdb.arch/i386-pkru.exp: Fix unterminated string.
7834
7835 2019-07-25 Tom de Vries <tdevries@suse.de>
7836
7837 PR testsuite/24830
7838 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
7839 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
7840 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
7841 (skip_libstdcxx_probe_tests): ... here.
7842 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
7843
7844 2019-07-24 Tom de Vries <tdevries@suse.de>
7845
7846 PR testsuite/24807
7847 * gdb.objc/basicclass.m: Include stdio.h.
7848 * gdb.objc/nondebug.m: Same.
7849 * gdb.objc/objcdecode.m: Same.
7850
7851 2019-07-24 Tom de Vries <tdevries@suse.de>
7852
7853 PR testsuite/24612
7854 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
7855 additional_flags.
7856
7857 2019-07-24 Tom de Vries <tdevries@suse.de>
7858
7859 PR testsuite/24831
7860 * gdb.multi/tids.exp: Update error messages for info threads.
7861
7862 2019-07-24 Tom de Vries <tdevries@suse.de>
7863
7864 * gdb.base/info-types.exp: Allow info types to print info for more than
7865 one file.
7866
7867 2019-07-23 Tom de Vries <tdevries@suse.de>
7868
7869 PR testsuite/24842
7870 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
7871 gdb_spawn_with_cmdline_opts.
7872
7873 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
7874
7875 * gdb.arch/arm-cmse-sgstubs.c: New test.
7876 * gdb.arch/arm-cmse-sgstubs.exp: New file.
7877
7878 2019-07-23 Tom de Vries <tdevries@suse.de>
7879
7880 PR testsuite/24711
7881 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
7882 issuing next command.
7883
7884 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
7885
7886 * gdb.ada/info_auto_lang.exp: Update expected results.
7887 * gdb.base/info-types.c: Add additional types to check.
7888 * gdb.base/info-types.exp: Update expected results.
7889
7890 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
7891
7892 * gdb.base/info-types.c: New file.
7893 * gdb.base/info-types.exp: New file.
7894
7895 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
7896
7897 * gdb.arch/riscv-bp-infcall.c: New file.
7898 * gdb.arch/riscv-bp-infcall.exp: New file.
7899
7900 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
7901
7902 PR breakpoints/24541
7903 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
7904
7905 2019-07-14 Tom de Vries <tdevries@suse.de>
7906
7907 PR testsuite/24760
7908 * gdb.objc/basicclass.exp: Fix unterminated string.
7909
7910 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
7911 Andrew Burgess <andrew.burgess@embecosm.com>
7912
7913 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
7914 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
7915 negative bounds.
7916 * gdb.fortran/vla-value.exp: Print elements of an array with
7917 negative bounds.
7918 * gdb.fortran/vla.f90: Setup an array with negative bounds for
7919 testing.
7920
7921 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
7922
7923 * gdb.base/options.exp (expect_string): Dequote strings in
7924 results.
7925 (test-string): Test strings with different quoting and reindent.
7926
7927 2019-07-10 Tom Tromey <tromey@adacore.com>
7928
7929 * gdb.ada/mi_ex_cond.exp: Update expected results.
7930 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
7931 * gdb.ada/mi_catch_ex.exp: Update expected results.
7932 * gdb.ada/mi_catch_assert.exp: Update expected results.
7933 * gdb.ada/catch_ex.exp (catch_exception_info)
7934 (catch_exception_entry, catch_assert_entry)
7935 (catch_unhandled_entry): Update.
7936 * gdb.ada/catch_assert_if.exp: Update expected results.
7937
7938 2019-07-10 Richard Bunt <richard.bunt@arm.com>
7939 Stephen Roberts <stephen.roberts@arm.com>
7940
7941 * gdb.base/define.exp: Restore original prompt.
7942
7943 2019-07-09 Pedro Alves <palves@redhat.com>
7944
7945 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
7946 breakpoints" output.
7947 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
7948 * gdb.python/py-breakpoint.exp: No longer expect that "catch
7949 throw" creates breakpoint.
7950 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
7951 'type="catchpoint"'.
7952
7953 2019-07-09 Pedro Alves <palves@redhat.com>
7954
7955 PR c++/15468
7956 * gdb.cp/except-multi-location-lib.cc: New.
7957 * gdb.cp/except-multi-location-main.cc: New.
7958 * gdb.cp/except-multi-location.exp: New.
7959
7960 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
7961
7962 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
7963 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
7964 argument and update callers.
7965
7966 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7967
7968 * gdb.arch/amd64-break-on-asm-line.S: New file.
7969 * gdb.arch/amd64-break-on-asm-line.exp: New file.
7970
7971 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7972
7973 * gdb.base/printcmds.exp: Test printing C string and
7974 C wide string convenience vars without transiting via the inferior.
7975 Also make test names unique.
7976
7977 2019-07-08 Alan Hayward <alan.hayward@arm.com>
7978
7979 PR breakpoints/25011
7980 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
7981
7982 2019-07-04 Pedro Alves <palves@redhat.com>
7983
7984 * lib/gdb.exp (foreach_with_prefix): Don't return early if
7985 body returned ok(0), break(3) or continue(4).
7986 * gdb.testsuite/foreach_with_prefix.exp: New file.
7987
7988 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7989
7990 * gdb.server/unittest.exp: Allow 0 unit tests to run.
7991
7992 2019-07-03 Pedro Alves <palves@redhat.com>
7993
7994 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
7995 "return -code".
7996
7997 2019-07-03 Pedro Alves <palves@redhat.com>
7998
7999 PR cli/24732
8000 * gdb.base/shell.exp: Load completion-support.exp.
8001 Adjust expected error output. Add completion tests.
8002
8003 2019-07-03 Pedro Alves <palves@redhat.com>
8004
8005 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
8006 string_to_regexp.
8007
8008 2019-07-03 Pedro Alves <palves@redhat.com>
8009
8010 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
8011 (expect_integer): Adjust to expect "-string".
8012 (expect_string): New.
8013 (all_options): Expect "-string".
8014 (test-flag, test-boolean): Adjust to expect "-string".
8015 (test-string): New proc.
8016 (top level): Call it.
8017
8018 2019-07-03 Pedro Alves <palves@redhat.com>
8019
8020 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
8021 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
8022 the expected output in the success.
8023
8024 2019-07-03 Pedro Alves <palves@redhat.com>
8025
8026 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8027 Split one gdb_test_multiple call in two to avoid a race.
8028
8029 2019-07-03 Pedro Alves <palves@redhat.com>
8030
8031 * gdb.base/with.c: New file.
8032 * gdb.base/with.exp: New file.
8033
8034 2019-07-03 Pedro Alves <palves@redhat.com>
8035
8036 * gdb.base/settings.exp: Replace all references to "maint
8037 test-settings set" with references to "maint set test-settings",
8038 and all references to "maint test-settings show" with references
8039 to "maint show test-settings".
8040
8041 2019-07-03 Pedro Alves <palves@redhat.com>
8042
8043 * gdb.base/settings.exp (test-string): Adjust expected out when
8044 testing "maint test-settings show filename"
8045
8046 2019-07-02 Pedro Alves <palves@redhat.com>
8047
8048 * gdb.base/options.exp (test-info-threads): New procedure.
8049 (top level): Call it.
8050
8051 2019-06-28 Tom Tromey <tromey@adacore.com>
8052
8053 * gdb.dwarf2/ada-linkage-name.c: New file.
8054 * gdb.dwarf2/ada-linkage-name.exp: New file.
8055
8056 2019-06-27 Tom Tromey <tromey@adacore.com>
8057
8058 PR c++/20020:
8059 * gdb.cp/constexpr-field.exp: Use setup_xfail.
8060
8061 2019-06-26 Tom de Vries <tdevries@suse.de>
8062
8063 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
8064
8065 2019-06-26 Tom de Vries <tdevries@suse.de>
8066
8067 * gdb.base/index-cache.exp: Add back missing debug option.
8068
8069 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8070
8071 * gdb.base/alias.exp: Test non matching/non existing prefixes.
8072
8073 2019-06-25 Tom de Vries <tdevries@suse.de>
8074
8075 PR testsuite/24727
8076 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
8077
8078 2019-06-24 Tom de Vries <tdevries@suse.de>
8079
8080 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
8081
8082 2019-06-24 Tom de Vries <tdevries@suse.de>
8083
8084 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
8085 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
8086 * gdb.trace/unavailable-dwarf-piece.exp: Same.
8087
8088 2019-06-24 Tom de Vries <tdevries@suse.de>
8089
8090 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
8091
8092 2019-06-21 Tom de Vries <tdevries@suse.de>
8093
8094 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
8095
8096 2019-06-21 Tom de Vries <tdevries@suse.de>
8097
8098 PR testsuite/24518
8099 PR ada/24713
8100 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
8101 index.
8102
8103 2019-06-19 Tom Tromey <tromey@adacore.com>
8104
8105 * gdb.ada/length_cond.exp: Add intro comment.
8106
8107 2019-06-19 Tom Tromey <tromey@adacore.com>
8108
8109 * gdb.ada/length_cond.exp: New file.
8110 * gdb.ada/length_cond/length_cond.adb: New file.
8111 * gdb.ada/length_cond/pck.adb: New file.
8112 * gdb.ada/length_cond/pck.ads: New file.
8113
8114 2019-06-18 Tom de Vries <tdevries@suse.de>
8115
8116 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
8117
8118 2019-06-18 Tom Tromey <tromey@adacore.com>
8119
8120 * gdb.base/list0.h: Add comment explaining control character.
8121
8122 2019-06-18 Tom de Vries <tdevries@suse.de>
8123
8124 * boards/fission.exp: Break up long debug_flags line.
8125
8126 2019-06-16 Tom de Vries <tdevries@suse.de>
8127
8128 PR gdb/24445
8129 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
8130 generated index.
8131
8132 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8133
8134 PR gdb/24686
8135 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
8136 improve detection of bug gdb/24541.
8137
8138 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8139
8140 PR gdb/24669
8141 * gdb.base/index-cache.exp (uses_readnow,
8142 expecting_index_cache_use): Define global variable.
8143 (test_cache_enabled_miss, test_cache_enabled_hit): Use
8144 expecting_index_cache_use.
8145
8146 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8147 Andrew Burgess <andrew.burgess@embecosm.com>
8148
8149 * gdb.fortran/pointers.f90: New file.
8150 * gdb.fortran/print_type.exp: New file.
8151 * gdb.fortran/vla-ptype.exp: Adapt expected results.
8152 * gdb.fortran/vla-type.exp: Likewise.
8153 * gdb.fortran/vla-value.exp: Likewise.
8154 * gdb.mi/mi-vla-fortran.exp: Likewise.
8155
8156 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8157
8158 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
8159 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
8160 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
8161 as a stop reason.
8162
8163 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8164
8165 * gdb.base/annota1.exp: Update expected results.
8166 * gdb.cp/annota2.exp: Likewise.
8167 * gdb.cp/annota3.exp: Likewise.
8168
8169 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8170
8171 * gdb.base/style-logging.exp: Remove path from test name.
8172
8173 2019-06-14 Tom Tromey <tromey@adacore.com>
8174
8175 PR gdb/24502:
8176 * gdb.base/style-logging.exp: New file.
8177
8178 2019-06-14 Tom Tromey <tromey@adacore.com>
8179
8180 * gdb.base/symfile-warn.exp: New file.
8181 * gdb.base/symfile-warn.c: New file.
8182
8183 2019-06-14 Tom Tromey <tromey@adacore.com>
8184
8185 * gdb.base/annotate-symlink.exp: New file.
8186
8187 2019-06-14 Tom Tromey <tromey@adacore.com>
8188
8189 * gdb.ada/set_wstr.exp: Add reassignment test.
8190
8191 2019-06-14 Tom Tromey <tromey@adacore.com>
8192
8193 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
8194 'unchecked_access and 'unrestricted_access as well.
8195
8196 2019-06-14 Tom Tromey <tromey@adacore.com>
8197
8198 PR ada/24539:
8199 * gdb.ada/vla.exp: Update tests.
8200 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
8201 pragma.
8202
8203 2019-06-13 Pedro Alves <palves@redhat.com>
8204
8205 * gdb.base/settings.exp (test-integer): Test junk after
8206 "unlimited".
8207
8208 2019-06-13 Pedro Alves <palves@redhat.com>
8209
8210 * gdb.base/options.exp (test-thread-apply): New.
8211 (top level): Call it.
8212
8213 2019-06-13 Pedro Alves <palves@redhat.com>
8214
8215 * gdb.base/options.exp (test-frame-apply): New.
8216 (top level): Test print commands with different "frame apply"
8217 prefixes.
8218
8219 2019-06-13 Pedro Alves <palves@redhat.com>
8220
8221 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
8222 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
8223 'max_completions' parameter and handle it.
8224 (test_gdb_completion_offers_commands): New.
8225
8226 2019-06-13 Pedro Alves <palves@redhat.com>
8227
8228 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
8229
8230 2019-06-13 Pedro Alves <palves@redhat.com>
8231
8232 * gdb.base/options.exp (test-backtrace): New.
8233 (top level): Call it.
8234
8235 2019-06-13 Pedro Alves <palves@redhat.com>
8236
8237 * gdb.guile/scm-frame-args.exp: Use "set print
8238 raw-frame-arguments" instead of "set print raw frame-arguments".
8239 * gdb.python/py-frame-args.exp: Likewise.
8240
8241 2019-06-13 Pedro Alves <palves@redhat.com>
8242
8243 * gdb.compile/compile.exp: Adjust expected output to option
8244 processing changes.
8245
8246 2019-06-13 Pedro Alves <palves@redhat.com>
8247
8248 * gdb.base/options.exp: Build executable.
8249 (test-print): New procedure.
8250 (top level): Call it, once for "print" and another for "compile
8251 print".
8252
8253 2019-06-13 Pedro Alves <palves@redhat.com>
8254
8255 * gdb.base/options.c: New file.
8256 * gdb.base/options.exp: New file.
8257
8258 2019-06-13 Pedro Alves <palves@redhat.com>
8259
8260 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
8261 that "o" is ambiguous.
8262
8263 2019-06-13 Pedro Alves <palves@redhat.com>
8264
8265 * gdb.base/settings.c: New file.
8266 * gdb.base/settings.exp: New file.
8267
8268 2019-06-13 Pedro Alves <palves@redhat.com>
8269
8270 * gdb.base/completion.exp: Fix comment typo.
8271
8272 2019-06-13 Pedro Alves <palves@redhat.com>
8273
8274 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
8275 foo --1" test.
8276
8277 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8278
8279 * gdb.fortran/block-data.f: New.
8280 * gdb.fortran/block-data.exp: New.
8281
8282 2019-06-11 Tom de Vries <tdevries@suse.de>
8283
8284 PR testsuite/24521
8285 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
8286 message.
8287
8288 2019-06-11 Tom de Vries <tdevries@suse.de>
8289
8290 PR testsuite/24521
8291 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
8292
8293 2019-06-11 Tom de Vries <tdevries@suse.de>
8294
8295 * boards/readnow.exp: New file.
8296
8297 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
8298
8299 * gdb.fortran/vla-sizeof.exp: Update expected results.
8300
8301 2019-06-06 Amos Bird <amosbird@gmail.com>
8302
8303 * gdb.base/annota1.exp (thread_switch): Add test for
8304 thread-exited annotation.
8305
8306 2019-06-06 Tom Tromey <tromey@adacore.com>
8307
8308 * gdb.base/maint.exp: Expect command started/finished output.
8309
8310 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8311
8312 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
8313 comment.
8314 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
8315
8316 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8317
8318 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
8319 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
8320 * gdb.arch/riscv-unwind-long-insn.c: New file.
8321 * gdb.arch/riscv-unwind-long-insn.exp: New file.
8322
8323 2019-06-04 Christian Biesinger <cbiesinger@google.com>
8324
8325 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
8326
8327 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8328
8329 * lib/gdb.exp (help_list_trailer): New regexp variable
8330 factorizing the help trailer message.
8331 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
8332 arg to allow to better factorize various tests.
8333 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
8334 (test_prefix_command_help): Use help_list_trailer.
8335 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
8336 * gdb.guile/scm-cmd.exp: Likewise.
8337 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
8338 * gdb.base/help.exp: Use test_user_defined_class_help.
8339 * gdb.base/style.exp: Add tests for styling of help and apropos.
8340 * lib/gdb-utils.exp (style): Add title and highlight styles.
8341
8342 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8343
8344 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
8345 $_shell_exitsignal.
8346 * gdb.base/default.exp: Update for new convenience variables.
8347
8348 2019-05-29 Tom Tromey <tromey@adacore.com>
8349
8350 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
8351 to "break complete ada" test case's regexp.
8352
8353 2019-05-29 Tom Tromey <tromey@adacore.com>
8354
8355 PR c++/20020:
8356 * gdb.cp/constexpr-field.exp: New file.
8357 * gdb.cp/constexpr-field.cc: New file.
8358
8359 2019-05-29 Tom Tromey <tromey@adacore.com>
8360
8361 * gdb.base/finish.exp (finish_no_print): New proc.
8362 (finish_tests): Call it.
8363
8364 2019-05-24 Tom de Vries <tdevries@suse.de>
8365
8366 * gdb.dwarf2/gdb-add-index.exp: New file.
8367
8368 2019-05-22 Tom Tromey <tromey@adacore.com>
8369
8370 * gdb.base/info-shared.exp (check_info_shared): Use "style".
8371 * gdb.base/style.exp: Use "style".
8372 * lib/gdb-utils.exp (style): New proc.
8373
8374 2019-05-22 Tom de Vries <tdevries@suse.de>
8375
8376 * gdb.base/align.exp: Require c++11.
8377
8378 2019-05-22 Tom de Vries <tdevries@suse.de>
8379
8380 PR testsuite/24586
8381 * gdb.python/py-mi-var-info-path-expression.exp: Call
8382 mi_skip_python_tests to check if python is supported.
8383
8384 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8385
8386 * gdb.arch/aarch64-pauth.c: New test.
8387 * gdb.arch/aarch64-pauth.exp: New file.
8388
8389 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8390
8391 * README (Re-running Tests Outside The Testsuite): New section.
8392
8393 2019-05-21 Tom de Vries <tdevries@suse.de>
8394
8395 * gdb.arch/amd64-eval.exp: Require c++11.
8396 * gdb.base/max-depth.exp: Same.
8397 * gdb.compile/compile-cplus-array-decay.exp: Same.
8398 * gdb.cp/meth-typedefs.exp: Same.
8399 * gdb.cp/subtypes.exp: Same.
8400 * gdb.cp/temargs.exp: Same.
8401
8402 2019-05-21 Alan Hayward <alan.hayward@arm.com>
8403
8404 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
8405
8406 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8407
8408 PR gdb/18644
8409 * gdb.fortran/complex.exp: Remove setup_kfail calls.
8410 * gdb.fortran/printing-types.exp: Add new test.
8411 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
8412 testing.
8413 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
8414 setup_kfail call.
8415
8416 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8417
8418 * README (Running the Testsuite): Change example.
8419 (Testsuite Parameters): Remove TRANSCRIPT.
8420 * lib/gdb.exp: Remove TRANSCRIPT check.
8421
8422 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8423
8424 * README (Testsuite Parameters): Add replay logging to
8425 GDBSERVER_DEBUG.
8426 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
8427 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
8428 as a comma separated list.
8429 (gdb_debug_init): Override procedure.
8430
8431 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8432
8433 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
8434 (gdb_write_cmd_file): New procedure.
8435 * lib/gdbserver-support.exp (gdbserver_start): Call
8436 gdbserver_write_cmd_file.
8437 (gdbserver_write_cmd_file): New procedure.
8438
8439 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8440
8441 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
8442 (delete_breakpoints): Likewise.
8443 (gdb_run_cmd): Likewise.
8444 (gdb_start_cmd): Likewise.
8445 (gdb_starti_cmd): Likewise.
8446 (gdb_internal_error_resync): Likewise.
8447 (gdb_test_multiple): Likewise.
8448 (gdb_reinitialize_dir): Likewise.
8449 (default_gdb_exit): Likewise.
8450 (gdb_file_cmd): Mark kill as optional.
8451 (default_gdb_start): Call gdb_stdin_log_init.
8452 (send_gdb): Call gdb_stdin_log_write.
8453 (rerun_to_main): Mark Y as an answer.
8454 (gdb_stdin_log_init): New function.
8455 (gdb_stdin_log_write): Likewise.
8456
8457 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8458
8459 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
8460 * gdb.base/debug-expr.exp: Likewise.
8461 * gdb.base/foll-fork.exp: Likewise.
8462 * gdb.base/foll-vfork.exp: Likewise.
8463 * gdb.base/fork-print-inferior-events.exp: Likewise.
8464 * gdb.base/gdb-sigterm.exp: Likewise.
8465 * gdb.base/gdbinit-history.exp: Likewise.
8466 * gdb.base/osabi.exp: Likewise.
8467 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
8468 * gdb.base/ui-redirect.exp: Likewise.
8469 * gdb.gdb/unittest.exp: Likewise.
8470 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
8471 * gdb.mi/mi-watch.exp: Likewise.
8472 * gdb.mi/new-ui-mi-sync.exp: Likewise.
8473 * gdb.mi/user-selected-context-sync.exp: Likewise.
8474 * gdb.python/python.exp: Disable debug test when debugging.
8475 * gdb.threads/check-libthread-db.exp: Disable when debugging.
8476 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8477 Likewise.
8478 * gdb.threads/stepi-random-signal.exp: Likewise.
8479
8480 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8481
8482 * Makefile.in: Pass through GDB_DEBUG.
8483 * README (Testsuite Parameters): Add GDB_DEBUG.
8484 (gdb,debug): Add board setting.
8485 * lib/gdb.exp (default_gdb_start): Start debugging.
8486 (gdb_debug_enabled): New procedure.
8487 (gdb_debug_init): Likewise.
8488
8489 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8490
8491 * Makefile.in: Pass through GDB_DEBUG.
8492 * README (Testsuite Parameters): Add GDB_DEBUG.
8493 (gdb,debug): Add board setting.
8494 * lib/gdb.exp (default_gdb_start): Start debugging.
8495 (gdb_debug_enabled): New procedure.
8496 (gdb_debug_init): Likewise.
8497
8498 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8499
8500 * gdb.base/ui-redirect.exp: Add debug redirect tests.
8501
8502 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8503
8504 * gdb.base/ui-redirect.exp: Test redirection.
8505
8506 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
8507
8508 * gdb.mi/mi-complete.exp: New file.
8509 * gdb.mi/mi-complete.cc: Likewise.
8510
8511 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
8512
8513 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
8514 indexed and sliced arrays, and pointers to arrays.
8515
8516 2019-05-14 Tom Tromey <tromey@adacore.com>
8517
8518 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
8519 styling test.
8520
8521 2019-05-14 Tom de Vries <tdevries@suse.de>
8522
8523 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
8524 selection entry encoding.
8525
8526 2019-05-10 Tom Tromey <tromey@adacore.com>
8527
8528 * gdb.ada/info_exc.exp: Add "complete" test.
8529
8530 2019-05-09 Tom de Vries <tdevries@suse.de>
8531
8532 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
8533 CU-relative.
8534
8535 2019-05-09 Tom de Vries <tdevries@suse.de>
8536
8537 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
8538 CU-relative.
8539
8540 2019-05-08 Joel Brobecker <brobecker@adacore.com>
8541
8542 * gdb.ada/frame_arg_lang.exp: New testcase.
8543 * gdb.ada/frame_arg_lang/bla.adb: New file.
8544 * gdb.ada/frame_arg_lang/pck.ads: New file.
8545 * gdb.ada/frame_arg_lang/pck.adb: New file.
8546 * gdb.ada/frame_arg_lang/foo.c: New file.
8547
8548 2019-05-08 Tom Tromey <tromey@adacore.com>
8549
8550 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
8551
8552 2019-05-08 Tom Tromey <tromey@adacore.com>
8553
8554 * gdb.base/ptype-offsets.exp: Update tests.
8555
8556 2019-05-08 Tom Tromey <tromey@adacore.com>
8557
8558 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
8559 cases.
8560 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
8561 "short".
8562
8563 2019-05-08 Tom Tromey <tromey@adacore.com>
8564
8565 * gdb.ada/vla.exp: New file.
8566 * gdb.ada/vla/vla.adb: New file.
8567
8568 2019-05-07 Tom de Vries <tdevries@suse.de>
8569
8570 * gdb.base/index-cache.exp (ls_host): Fix return statement.
8571
8572 2019-05-07 Tom de Vries <tdevries@suse.de>
8573
8574 PR testsuite/24522
8575 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
8576 section.
8577
8578 2019-05-07 Tom de Vries <tdevries@suse.de>
8579
8580 PR testsuite/24522
8581 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
8582 .debug_aranges section.
8583
8584 2019-05-07 Tom de Vries <tdevries@suse.de>
8585
8586 PR testsuite/24159
8587 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
8588
8589 2019-05-06 Tom de Vries <tdevries@suse.de>
8590
8591 * lib/gdb.exp (exec_has_index_section): New proc.
8592 * gdb.base/index-cache.exp: Handle case that binfile contains an index
8593 section.
8594
8595 2019-05-04 Tom de Vries <tdevries@suse.de>
8596
8597 * boards/cc-with-debug-names.exp: New file.
8598
8599 2019-05-03 Tom Tromey <tromey@adacore.com>
8600
8601 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
8602 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
8603 * gdb.ada/char_enum.exp: Add test.
8604
8605 2019-05-03 Tom de Vries <tdevries@suse.de>
8606
8607 * boards/cc-with-gdb-index.exp: New file.
8608
8609 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
8610
8611 * gdb.rust/simple.exp: Add new test case.
8612 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
8613 (main): Initialise an instance of the new struct.
8614
8615 2019-05-01 Tom Tromey <tromey@adacore.com>
8616
8617 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
8618 record.
8619 (NPR): New variable.
8620 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
8621 test.
8622
8623 2019-05-01 Tom Tromey <tromey@adacore.com>
8624
8625 * gdb.ada/packed_array_assign.exp: Add packed assignment
8626 regression test.
8627
8628 2019-05-01 Tom de Vries <tdevries@suse.de>
8629
8630 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
8631
8632 2019-05-01 Tom de Vries <tdevries@suse.de>
8633
8634 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
8635
8636 2019-04-30 Ali Tamur <tamur@google.com>
8637
8638 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
8639
8640 2019-04-30 Tom Tromey <tromey@adacore.com>
8641
8642 * lib/ada.exp (find_ada_tool): New proc.
8643 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
8644 * gdb.ada/catch_ex_std.exp: New file.
8645 * gdb.ada/catch_ex_std/foo.adb: New file.
8646 * gdb.ada/catch_ex_std/some_package.adb: New file.
8647 * gdb.ada/catch_ex_std/some_package.ads: New file.
8648
8649 2019-04-30 Tom Tromey <tromey@adacore.com>
8650
8651 PR c++/24470:
8652 * gdb.cp/temargs.cc: Add test code from PR.
8653
8654 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8655
8656 * gdb.fortran/vla-datatypes.exp: Update expected results.
8657 * gdb.fortran/vla-ptype.exp: Likewise.
8658 * gdb.fortran/vla-type.exp: Likewise.
8659 * gdb.fortran/vla-value.exp: Likewise.
8660
8661 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8662
8663 * gdb.fortran/ptr-indentation.exp: Update expected results.
8664 * gdb.fortran/ptype-on-functions.exp: Likewise.
8665 * gdb.fortran/vla-ptr-info.exp: Likewise.
8666 * gdb.fortran/vla-value.exp: Likewise.
8667
8668 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8669
8670 * gdb.fortran/ptype-on-functions.exp: New file.
8671 * gdb.fortran/ptype-on-functions.f90: New file.
8672
8673 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8674
8675 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
8676 case void string.
8677
8678 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8679
8680 * gdb.fortran/complex.exp: Expand.
8681 * gdb.fortran/complex.f: Renamed to...
8682 * gdb.fortran/complex.f90: ...this, and extended to add more
8683 complex values.
8684
8685 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8686
8687 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
8688 MODULO, CMPLX.
8689
8690 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8691 Richard Bunt <richard.bunt@arm.com>
8692
8693 * gdb.base/max-depth.c: New file.
8694 * gdb.base/max-depth.exp: New file.
8695 * gdb.python/py-nested-maps.c: New file.
8696 * gdb.python/py-nested-maps.exp: New file.
8697 * gdb.python/py-nested-maps.py: New file.
8698 * gdb.python/py-format-string.exp (test_max_depth): New proc.
8699 (test_all_common): Call test_max_depth.
8700 * gdb.fortran/max-depth.exp: New file.
8701 * gdb.fortran/max-depth.f90: New file.
8702 * gdb.go/max-depth.exp: New file.
8703 * gdb.go/max-depth.go: New file.
8704 * gdb.modula2/max-depth.exp: New file.
8705 * gdb.modula2/max-depth.c: New file.
8706 * lib/gdb.exp (get_print_expr_at_depths): New proc.
8707
8708 2019-04-29 Tom de Vries <tdevries@suse.de>
8709
8710 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
8711
8712 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8713
8714 * gdb.base/callexit.exp: Test may-call-functions off.
8715
8716 2019-04-25 Keith Seitz <keiths@redhat.com>
8717
8718 PR c++/24367
8719 * gdb.cp/meth-typedefs.cc (incomplete_struct)
8720 (another_incomplete_struct, test_incomplete): New definitions.
8721 (main): Use new definitions.
8722 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
8723 functions.
8724
8725 2019-04-25 Ali Tamur <tamur@google.com>
8726
8727 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
8728
8729 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
8730
8731 PR corefiles/11608
8732 PR corefiles/18187
8733 * gdb.base/coredump-filter-build-id.exp: New file.
8734
8735 2019-04-25 Alan Hayward <alan.hayward@arm.com>
8736
8737 * Makefile.in: Pass through GDBSERVER_DEBUG.
8738 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
8739 (gdbserver,debug): Add board setting.
8740 * gdb.trace/tspeed.exp: Skip when debugging.
8741 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
8742 * lib/gdbserver-support.exp: Likewise
8743
8744 2019-04-24 Tom Tromey <tromey@adacore.com>
8745
8746 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
8747 Rust.
8748
8749 2019-04-24 Tom Tromey <tromey@adacore.com>
8750
8751 * gdb.arch/amd64-eval.exp: Test bitfield return.
8752 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
8753 (class Foo) <return_bitfields>: New method.
8754 (main): Call it.
8755
8756 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8757
8758 * gdb.cp/many-args.cc: New file.
8759 * gdb.cp/many-args.exp: New file.
8760
8761 2019-04-23 Tom de Vries <tdevries@suse.de>
8762
8763 PR gdb/24433
8764 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
8765
8766 2019-04-23 Alan Hayward <alan.hayward@arm.com>
8767
8768 * gdb.trace/backtrace.exp: Use nopie flag.
8769 * gdb.trace/circ.exp: Likewise.
8770 * gdb.trace/collection.exp: Likewise.
8771 * gdb.trace/ftrace.exp: Likewise.
8772 * gdb.trace/mi-trace-unavailable.exp: Likewise.
8773 * gdb.trace/mi-traceframe-changed.exp: Likewise.
8774 * gdb.trace/qtro.exp: Likewise.
8775 * gdb.trace/read-memory.exp: Likewise.
8776 * gdb.trace/report.exp: Likewise.
8777 * gdb.trace/tfile.exp: Likewise.
8778 * gdb.trace/tfind.exp: Likewise.
8779 * gdb.trace/unavailable.exp: Likewise.
8780
8781 2019-04-22 Pedro Alves <palves@redhat.com>
8782
8783 * gdb.base/solib-probes-nosharedlibrary.c,
8784 gdb.base/solib-probes-nosharedlibrary.exp: New files.
8785
8786 2019-04-19 Tom Tromey <tromey@adacore.com>
8787
8788 * gdb.ada/ptype_union.c: New file.
8789 * gdb.ada/ptype_union.exp: New file.
8790
8791 2019-04-19 Tom Tromey <tromey@adacore.com>
8792
8793 PR symtab/24423:
8794 * gdb.base/list0.h (foo): Add a control-l character.
8795
8796 2019-04-18 Tom de Vries <tdevries@suse.de>
8797
8798 PR gdb/24433
8799 * boards/local-board.exp: Set sysroot to "".
8800
8801 2019-04-18 Tom de Vries <tdevries@suse.de>
8802 Pedro Alves <palves@redhat.com>
8803
8804 PR gdb/24454
8805 * gdb.threads/vfork-follow-child-exec.c: New file.
8806 * gdb.threads/vfork-follow-child-exec.exp: New file.
8807 * gdb.threads/vfork-follow-child-exit.c: New file.
8808 * gdb.threads/vfork-follow-child-exit.exp: New file.
8809
8810 2019-04-15 Leszek Swirski <leszeks@google.com>
8811
8812 * gdb.arch/amd64-eval.cc: New file.
8813 * gdb.arch/amd64-eval.exp: New file.
8814
8815 2019-04-11 Alan Hayward <alan.hayward@arm.com>
8816
8817 * gdb.server/sysroot.c: New test.
8818 * gdb.server/sysroot.exp: New file.
8819 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
8820 matching param.
8821
8822 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8823
8824 * gdb.base/align.exp: Extend test to cover structures containing
8825 only static fields.
8826
8827 2019-04-11 Tom de Vries <tdevries@suse.de>
8828
8829 * boards/cc-with-dwz-m.exp: New file.
8830 * boards/cc-with-dwz.exp: New file.
8831 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
8832
8833 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
8834
8835 * gdb.base/start-cpp.exp: New file.
8836 * gdb.base/start-cpp.cc: New file.
8837
8838 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8839
8840 * gdb.python/py-thrhandle.exp: Adjust tests to call
8841 thread_from_handle instead of thread_from_thread_handle.
8842
8843 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8844
8845 * gdb.python/py-thrhandle.exp: Add tests for
8846 gdb.InferiorThread.handle.
8847
8848 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
8849
8850 * gdb.python/py-function.exp: Check calling helper function from
8851 all languages.
8852 * lib/gdb.exp (gdb_supported_languages): New proc.
8853
8854 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
8855
8856 * gdb.base/complex-parts.c: New file.
8857 * gdb.base/complex-parts.exp: New file.
8858
8859 2019-04-01 Tom Tromey <tromey@adacore.com>
8860
8861 PR symtab/23331:
8862 * gdb.dwarf2/dw2-ranges-main.c: New file.
8863 * gdb.dwarf2/dw2-ranges-psym.c: New file.
8864 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
8865
8866 2019-03-30 Simon Marchi <simark@simark.ca>
8867
8868 * gdb.base/default.exp: Add values for $_gdb_major and
8869 $_gdb_minor.
8870
8871 2019-03-29 Tom Tromey <tromey@adacore.com>
8872
8873 * gdb.base/help.exp: Tighten apropos regexp.
8874
8875 2019-03-29 Keith Seitz <keiths@redhat.com>
8876
8877 * gdb.fortran/array-bounds.exp: New file.
8878 * gdb.fortran/array-bounds.f90: New file.
8879
8880 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8881
8882 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
8883
8884 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8885
8886 * gdb.multi/hello.c (main): Increase alarm timer.
8887
8888 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
8889
8890 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
8891 factor when no hardware watchpoint support.
8892
8893 2019-03-28 Alan Hayward <alan.hayward@arm.com>
8894 Pedro Alves <palves@redhat.com>
8895
8896 * boards/local-board.exp: set sysroot to /.
8897
8898 2019-03-27 Alan Hayward <alan.hayward@arm.com>
8899
8900 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
8901 in child.
8902
8903 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8904
8905 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
8906 field.
8907 (make_container): Initialise new field.
8908 * gdb.python/py-prettyprint.exp: Add new tests.
8909 * gdb.python/py-prettyprint.py (class ContainerPrinter)
8910 <display_hint>: New method.
8911
8912 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8913
8914 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
8915 gdb_continue_to_breakpoint more throughout this test.
8916 (run_lang_tests) Supply unique test names, and use
8917 gdb_test_no_output.
8918
8919 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8920
8921 * gdb.base/finish-pretty.exp: Update expected results.
8922 * gdb.base/pretty-print.c: New file.
8923 * gdb.base/pretty-print.exp: New file.
8924
8925 2019-03-25 Pedro Alves <palves@redhat.com>
8926
8927 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
8928 move comments outside list. Append '-i "" eof' section.
8929
8930 2019-03-22 Alan Hayward <alan.hayward@arm.com>
8931
8932 PR testsuite/25016
8933 * README: Add pie options.
8934 * gdb.base/break-interp.exp: Ensure pie is disabled.
8935 * gdb.base/dump.exp: Likewise.
8936 * lib/gdb.exp (gdb_compile): Add pie option.
8937
8938 2019-03-19 Tom Tromey <tromey@adacore.com>
8939
8940 * gdb.mi/mi2-cli-display.c: New file.
8941 * gdb.mi/mi2-cli-display.exp: New file.
8942
8943 2019-03-18 Joel Brobecker <brobecker@adacore.com>
8944 Tom Tromey <tromey@adacore.com>
8945
8946 * gdb.ada/ptype_array/pck.adb: New file.
8947 * gdb.ada/ptype_array/pck.ads: New file.
8948 * gdb.ada/ptype_array/foo.adb: New file.
8949 * gdb.ada/ptype_array.exp: New file.
8950
8951 2019-03-14 Tom Tromey <tromey@adacore.com>
8952
8953 * gdb.base/style.exp: Add "set style sources" test.
8954
8955 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
8956
8957 * mi-breakpoint-location-ena-dis.exp: Rename to ...
8958 * mi-breakpoint-multiple-locations.exp: ... this.
8959 (make_breakpoints_pattern): New proc.
8960 (do_test): Add mi_version parameter, test -break-insert,
8961 -break-info and =breakpoint-created.
8962
8963 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
8964
8965 * config/default.exp: Remove 'load_lib gdb.exp'.
8966 * config/monitor.exp: Likewise.
8967 * config/sid.exp: Likewise.
8968 * config/sim.exp: Likewise.
8969 * config/slite.exp: Likewise.
8970 * config/unix.exp: Likewise.
8971 * gdb.base/default.exp: Remove unhelpful comment.
8972
8973 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8974
8975 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
8976
8977 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8978
8979 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
8980
8981 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8982
8983 * gdb.fortran/type-kinds.exp: Update expected results.
8984
8985 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8986
8987 * gdb.fortran/type-kinds.exp: Test new integer type kind.
8988
8989 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8990
8991 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
8992 function.
8993 (test_basic_parsing_of_type_kinds): Expand types tested.
8994 (test_parsing_invalid_type_kinds): New function.
8995
8996 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8997
8998 * gdb.fortran/intrinsics.exp: New file.
8999 * gdb.fortran/intrinsics.f90: New file.
9000 * gdb.fortran/type-kinds.exp: New file.
9001
9002 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9003
9004 * gdb.fortran/dot-ops.exp: New file.
9005
9006 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9007
9008 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
9009 Check upper and lower case logical literals.
9010
9011 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9012
9013 * gdb.fortran/types.exp (test_float_literal_types_accepted):
9014 Remove duplicate tests.
9015
9016 2019-03-06 Alan Hayward <alan.hayward@arm.com>
9017
9018 * lib/gdb.exp (builtin_cd): rename of cd.
9019 (cd): Override builtin.
9020
9021 2019-03-06 Richard Bunt <richard.bunt@arm.com>
9022
9023 * gdb.fortran/function-calls.exp: New file.
9024 * gdb.fortran/function-calls.f90: New test.
9025
9026 2019-03-04 Richard Bunt <richard.bunt@arm.com>
9027
9028 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
9029 on user program standard output.
9030 * gdb.fortran/short-circuit-argument-list.f90: Record function
9031 calls.
9032
9033 2019-02-28 Alan Hayward <alan.hayward@arm.com>
9034
9035 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
9036 failure.
9037
9038 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9039
9040 PR gdb/8527
9041 * gdb.base/interrupt-daemon-attach.c,
9042 gdb.base/interrupt-daemon-attach.exp: New test.
9043
9044 2019-02-27 Pedro Alves <palves@redhat.com>
9045
9046 * gdb.base/page.exp: Add tests for "set width/height -1".
9047
9048 2019-02-27 Pedro Alves <palves@redhat.com>
9049
9050 * gdb.base/page.exp: Add tests for "set/show width/height" with
9051 "infinite" values.
9052
9053 2019-02-27 Tom Tromey <tromey@adacore.com>
9054
9055 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
9056 2.4.
9057 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
9058 workaround.
9059
9060 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
9061
9062 * gdb.base/align.exp: Extend to compile in both C and C++, and add
9063 tests for structs with static members.
9064
9065 2019-02-26 Tom Tromey <tromey@adacore.com>
9066
9067 * gdb.python/py-value.exp (test_value_from_buffer): Check for
9068 ValueError, not TypeError.
9069
9070 2019-02-26 Kevin Buettner <kevinb@redhat.com>
9071
9072 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
9073 call from main program.
9074
9075 2019-02-23 Joel Brobecker <brobecker@adacore.com>
9076
9077 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
9078 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
9079 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
9080 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
9081 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
9082
9083 2019-02-22 Keith Seitz <keiths@redhat.com>
9084
9085 PR symtab/23853
9086 * gdb.base/symlink-sourcefile.c: New file.
9087 * gdb.base/symlink-sourcefile.exp: New file.
9088
9089 2019-02-20 Tom Tromey <tom@tromey.com>
9090
9091 * gdb.base/info_qt.exp: Update.
9092
9093 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
9094
9095 * gdb.base/source.exp: Move "error in sourced script" code to
9096 the end.
9097 * gdb.base/source-error.gdb: Move contents to
9098 source-error-1.gdb. Add new code to source source-error-1.gdb.
9099 * gdb.base/source-error-1.gdb: New file, from previous
9100 source-error.gdb.
9101
9102 2019-02-17 Tom Tromey <tom@tromey.com>
9103
9104 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
9105 for macro styling.
9106 * gdb.base/style.c (SOME_MACRO): New macro.
9107
9108 2019-02-17 Tom Tromey <tom@tromey.com>
9109
9110 * gdb.base/style.exp: Add line-wrapping tests.
9111 * gdb.base/page.exp: Add test for quitting during pagination.
9112
9113 2019-02-17 Joel Brobecker <brobecker@adacore.com>
9114
9115 * gdb.ada/big_packed_array: New testcase.
9116 * gdb.ada/homonym.exp: Fix incorrect expected output for
9117 "break <homonym__get_value>" test.
9118
9119 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
9120
9121 PR breakpoints/21870
9122 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
9123 and prepare_for_testing. Add comment.
9124 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
9125 redundant cleanup call. Clean up comment.
9126
9127 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
9128
9129 PR breakpoints/21870
9130 * gdb.arch/aarch64-dbreg-contents.exp: New file.
9131 * gdb.arch/aarch64-dbreg-contents.c: New file.
9132
9133 2019-02-10 Joel Brobecker <brobecker@adacore.com>
9134
9135 * gdb.ada/mi_ref_changeable: New testcase.
9136
9137 2019-02-07 Alan Hayward <alan.hayward@arm.com>
9138
9139 * gdb.base/attach.exp: Add double attach test.
9140
9141 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
9142
9143 * lib/gdb.exp (default_gdb_start): Don't match pagination
9144 prompt.
9145 (gdb_init): Set stty_init.
9146
9147 2019-01-27 Tom Tromey <tom@tromey.com>
9148
9149 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
9150 skip_python_tests.
9151
9152 2019-01-24 Alan Hayward <alan.hayward@arm.com>
9153
9154 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
9155 New structure.
9156 (struct struct_static_02_02): Likewise.
9157 (struct struct_static_02_03): Likewise.
9158 (struct struct_static_02_04): Likewise.
9159 (struct struct_static_04_01): Likewise.
9160 (struct struct_static_04_02): Likewise.
9161 (struct struct_static_04_03): Likewise.
9162 (struct struct_static_04_04): Likewise.
9163 (struct struct_static_06_01): Likewise.
9164 (struct struct_static_06_02): Likewise.
9165 (struct struct_static_06_03): Likewise.
9166 (struct struct_static_06_04): Likewise.
9167 (cmp_struct_static_02_01): Likewise.
9168 (cmp_struct_static_02_02): Likewise.
9169 (cmp_struct_static_02_03): Likewise.
9170 (cmp_struct_static_02_04): Likewise.
9171 (cmp_struct_static_04_01): Likewise.
9172 (cmp_struct_static_04_02): Likewise.
9173 (cmp_struct_static_04_03): Likewise.
9174 (cmp_struct_static_04_04): Likewise.
9175 (cmp_struct_static_06_01): Likewise.
9176 (cmp_struct_static_06_02): Likewise.
9177 (cmp_struct_static_06_03): Likewise.
9178 (cmp_struct_static_06_04): Likewise.
9179 (call_all): Test new structs.
9180 * gdb.base/infcall-nested-structs.exp: Likewise.
9181
9182 2019-01-21 Alan Hayward <alan.hayward@arm.com>
9183 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
9184
9185 2019-01-21 Alan Hayward <alan.hayward@arm.com>
9186 * gdb.base/stack-protector.c: New test.
9187 * gdb.base/stack-protector.exp: New file.
9188 * gdb.cp/ovldbreak.exp: Only allow a single break line.
9189 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
9190 option.
9191 (gdb_compile): Remove stack protector for GCC and prevent
9192 recursion.
9193
9194 2019-01-16 Keith Seitz <keiths@redhat.com>
9195
9196 PR gdb/23773
9197 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
9198
9199 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9200
9201 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
9202 aliases.
9203 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
9204 tests.
9205 * gdb.arch/powerpc-vector-regs.c: New file.
9206 * gdb.arch/powerpc-vector-regs.exp: New file.
9207
9208 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9209
9210 * gdb.arch/altivec-regs.exp: Fix the list passed to
9211 gdb_expect_list when testing "info vector".
9212
9213 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
9214
9215 * gdb.base/style.exp: Don't include path in testname.
9216
9217 2019-01-10 Keith Seitz <keiths@redhat.com>
9218
9219 PR gdb/23712
9220 PR symtab/23010
9221 * gdb.dwarf2/multidictionary.exp: New file.
9222
9223 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
9224
9225 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
9226 (test_gnuv3_style_demangling): ... this.
9227 (test_lucid_style_demangling): Remove.
9228 (test_arm_style_demangling): Remove.
9229 (test_hp_style_demangling): Remove.
9230 (do_tests): Remove calls to the above.
9231
9232 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
9233
9234 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
9235 case.
9236
9237 2019-01-06 Tom Tromey <tom@tromey.com>
9238
9239 PR gdb/28155:
9240 * gdb.dwarf2/typedef-void-finish.exp: New file.
9241
9242 2018-12-28 Tom Tromey <tom@tromey.com>
9243 Simon Marchi <simark@simark.ca>
9244
9245 * gdb.base/jit-exec.exp: New file.
9246 * gdb.base/jit-exec.c: New file.
9247 * gdb.base/jit-execd.c: New file.
9248
9249 2018-12-28 Tom Tromey <tom@tromey.com>
9250
9251 * gdb.base/style.exp: Update test to check for address styling.
9252
9253 2018-12-28 Tom Tromey <tom@tromey.com>
9254
9255 * gdb.base/style.exp: Add test for styling of "Reading symbols"
9256 message.
9257
9258 2018-12-28 Tom Tromey <tom@tromey.com>
9259
9260 * gdb.base/style.exp: Add test for version number styling.
9261
9262 2018-12-28 Tom Tromey <tom@tromey.com>
9263
9264 * gdb.base/style.exp: Add test for print_address_symbolic.
9265
9266 2018-12-28 Tom Tromey <tom@tromey.com>
9267
9268 * gdb.base/style.exp: Add test for breakpoint setting.
9269
9270 2018-12-28 Tom Tromey <tom@tromey.com>
9271
9272 * gdb.base/style.exp: Add test for variable names.
9273
9274 2018-12-28 Tom Tromey <tom@tromey.com>
9275
9276 * gdb.base/style.exp: New file.
9277 * gdb.base/style.c: New file.
9278
9279 2018-12-28 Tom Tromey <tom@tromey.com>
9280
9281 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
9282 "dumb".
9283 * gdb.base/readline.exp (operate_and_get_next): Save and restore
9284 the TERM environment variable.
9285
9286 2018-12-27 Tom Tromey <tom@tromey.com>
9287
9288 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
9289 pagination test.
9290
9291 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
9292
9293 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
9294 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
9295
9296 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9297
9298 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
9299 Filename a.adb changed to bp_fun_addr.adb.
9300 gdb.ada/bp_fun_addr.exp: Update test accordingly.
9301
9302 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
9303
9304 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
9305 non-PIE executables.
9306 * README: Mention the gdb,nopie_flag board setting.
9307 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
9308 non-PIE executable.
9309 * gdb.arch/amd64-entry-value.exp: Likewise.
9310 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
9311 * gdb.arch/i386-float.exp: Likewise.
9312 * gdb.arch/i386-signal.exp: Likewise.
9313 * gdb.mi/mi-reg-undefined.exp: Likewise.
9314
9315 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
9316
9317 PR gdb/23974
9318 * gdb.base/info-os.exp: Check return for unknown "info os" type.
9319
9320 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9321
9322 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
9323 Update order of results accordingly.
9324
9325 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
9326
9327 * gdb.base/annota1.exp: Update a test regexp.
9328
9329 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9330
9331 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
9332
9333 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9334
9335 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
9336 (reuse_time): Initialize to REUSE_TIME_CAP.
9337 (check_rc): New function.
9338 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
9339 Check pthread_create rc.
9340 (spawner_thread_func): Check pthread_create and pthread_join rc.
9341
9342 2018-12-08 Pedro Alves <palves@redhat.com>
9343
9344 * gdb.base/list.exp (test_forward_search): Rename to ...
9345 (test_forward_reverse_search): ... this. Also test reverse-search
9346 and the forward-search alias.
9347
9348 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
9349
9350 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
9351 local timeout variable before return, and remove all local timeout
9352 variable entirely.
9353 (gdb_load): Likewise.
9354
9355 2018-12-01 Tom de Vries <tdevries@suse.de>
9356
9357 * gdb.base/gdb-caching-proc.exp: New file.
9358
9359 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
9360
9361 * Makefile.in (TIMESTAMP): New variable.
9362 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
9363 command.
9364 (check-single-racy): Likewise.
9365 (check/%.exp): Likewise.
9366 (check-racy/%.exp): Likewise.
9367 (workers/%.worker): Likewise.
9368 (build-perf): Likewise.
9369 (check-perf): Likewise.
9370 * README: Describe new "TS" and "TS_FORMAT" variables.
9371 * print-ts.py: New file.
9372
9373 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
9374
9375 PR python/23714
9376 * gdb.python/python.exp: Test command repetition after
9377 gdb.execute.
9378
9379 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
9380
9381 * gdb.opt/inline-break.exp: Add test that info breakpoint output
9382 is correctly aligned.
9383
9384 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9385
9386 * gdb.ada/info_auto_lang.exp: New testcase.
9387 * gdb.ada/info_auto_lang/global_pack.ads: New file.
9388 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
9389 * gdb.ada/info_auto_lang/some_c.c: New file.
9390
9391 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9392
9393 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
9394 FUNC_lang language syntax.
9395
9396 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9397
9398 * gdb.base/info_minsym.c: New file.
9399 * gdb.base/info_minsym.exp: New file.
9400
9401 2018-11-19 Tom Tromey <tom@tromey.com>
9402
9403 PR rust/23625:
9404 * gdb.rust/simple.exp: Add ptype test. Update expected output.
9405 * gdb.rust/expr.exp: Update expected output. Change one test.
9406
9407 2018-11-19 Tom Tromey <tom@tromey.com>
9408
9409 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
9410
9411 2018-11-19 Pedro Alves <palves@redhat.com>
9412
9413 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
9414 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
9415 see the expected warning.
9416
9417 2018-11-16 Alan Hayward <alan.hayward@arm.com>
9418
9419 PR gdb/22736:
9420 * gdb.cp/infcall-nodebug-lib.c: New test.
9421 * gdb.cp/infcall-nodebug-main.c: New test.
9422 * gdb.cp/infcall-nodebug.exp: New file.
9423
9424 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
9425
9426 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
9427 completer tests.
9428
9429 2018-11-09 Tom de Vries <tdevries@suse.de>
9430
9431 * gdb.base/msym-lang.c: New test.
9432 * gdb.base/msym-lang.exp: New file.
9433 * gdb.base/msym-lang-main.c: New test.
9434
9435 2018-11-08 Tom Tromey <tom@tromey.com>
9436
9437 PR gdb/23555:
9438 PR gdb/23838:
9439 * gdb.base/warning.exp: New file.
9440
9441 2018-11-08 Jan Beulich <jbeulich@suse.com>
9442
9443 * testsuite/gdb.arch/i386-avx512.c,
9444 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
9445
9446 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
9447
9448 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
9449 point hardware.
9450
9451 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
9452
9453 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
9454 * gdb.dwarf2/missing-type-name.exp: New file.
9455
9456 2018-11-06 Tom de Vries <tdevries@suse.de>
9457
9458 * gdb.base/many-headers.c: New test.
9459 * gdb.base/many-headers.exp: New file.
9460
9461 2018-11-06 Jim Wilson <jimw@sifive.com>
9462
9463 * gdb.base/code_elim.exp: For riscv, set additional_flags
9464 to include -msmall-data-limit=0.
9465
9466 2018-11-01 Joel Brobecker <brobecker@adacore.com>
9467
9468 * gdb.ada/watch_minus_l: New testcase.
9469
9470 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
9471
9472 * gdb.arch/aix-sighandle.c: New file.
9473 * gdb.arch/aix-sighandle.exp: New file.
9474
9475 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9476
9477 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
9478 registers being unions.
9479
9480 2018-10-31 Tom de Vries <tdevries@suse.de>
9481
9482 * lib/valgrind.exp: New file.
9483 (vgdb_start, vgdb_stop): New procs, factored out of ...
9484 * gdb.base/valgrind-bt.exp: ... here, ...
9485 * gdb.base/valgrind-disp-step.exp: ... here and ...
9486 * gdb.base/valgrind-infcall.exp: ... here.
9487
9488 2018-10-31 Tom de Vries <tdevries@suse.de>
9489
9490 * lib/gdb.exp (get_valueof): Don't output read value in test name.
9491
9492 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9493
9494 * gdb.dwarf2/void-type.c: New file.
9495 * gdb.dwarf2/void-type.exp: New file.
9496
9497 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9498
9499 * gdb.base/info_qt.c: New file.
9500 * gdb.base/info_qt.exp: New file.
9501
9502 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9503
9504 * gdb.arch/powerpc-htm-regs.c: New file.
9505 * gdb.arch/powerpc-htm-regs.exp: New file.
9506
9507 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9508
9509 * gdb.arch/powerpc-tar.c: New file.
9510 * gdb.arch/powerpc-tar.exp: New file.
9511
9512 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9513
9514 * gdb.arch/powerpc-ppr-dscr.c: New file.
9515 * gdb.arch/powerpc-ppr-dscr.exp: New file.
9516
9517 2018-10-25 Tom de Vries <tdevries@suse.de>
9518
9519 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
9520
9521 2018-10-24 Tom de Vries <tdevries@suse.de>
9522
9523 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
9524 longer exists error.
9525
9526 2018-10-24 Tom de Vries <tdevries@suse.de>
9527
9528 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
9529
9530 2018-10-24 Tom de Vries <tdevries@suse.de>
9531
9532 * gdb.base/valgrind-db-attach.exp: Handle removed support for
9533 --db-attach in valgrind.
9534
9535 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
9536
9537 * gdb.arch/riscv-reg-aliases.c: New file.
9538 * gdb.arch/riscv-reg-aliases.exp: New file.
9539
9540 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9541
9542 * gdb.python/py-cmd.exp: Check for gdb_prompt.
9543
9544 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9545
9546 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
9547
9548 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9549
9550 * gdb.cp/ovldbreak.exp: Fix regexps.
9551
9552 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9553
9554 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
9555
9556 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
9557
9558 PR cli/23785
9559 * gdb.base/restore.exp: New test to check if "restore" with an
9560 invalid file doesn't segfault.
9561
9562 2018-10-18 Tom de Vries <tdevries@suse.de>
9563
9564 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
9565 * gdb.ada/excep_handle.exp: Same.
9566 * gdb.ada/mi_string_access.exp: Same.
9567 * gdb.ada/mi_var_union.exp: Same.
9568 * gdb.arch/arc-analyze-prologue.exp: Same.
9569 * gdb.arch/arc-decode-insn.exp: Same.
9570 * gdb.base/readnever.exp: Same.
9571 * gdb.fortran/printing-types.exp: Same.
9572 * gdb.guile/scm-lazy-string.exp: Same.
9573
9574 2018-10-16 Tom de Vries <tdevries@suse.de>
9575
9576 PR gdb/23730
9577 * gdb.base/catch-follow-exec.c: Add copyright notice.
9578 * gdb.base/catch-follow-exec.exp: Rewrite to use
9579 gdb_spawn_with_cmdline_opts. Require gdb-native.
9580
9581 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
9582
9583 * gdb.trace/actions-changed.exp: Check for arch support.
9584 * gdb.trace/actions.exp: Likewise.
9585 * gdb.trace/ax.exp: Likewise.
9586 * gdb.trace/backtrace.exp: Likewise.
9587 * gdb.trace/change-loc.exp: Likewise.
9588 * gdb.trace/deltrace.exp: Likewise.
9589 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
9590 * gdb.trace/ftrace.exp: Likewise.
9591 * gdb.trace/infotrace.exp: Check for arch support.
9592 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
9593 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
9594 * gdb.trace/mi-tsv-changed.exp: Likewise.
9595 * gdb.trace/packetlen.exp: Likewise.
9596 * gdb.trace/passc-dyn.exp: Likewise.
9597 * gdb.trace/passcount.exp: Likewise.
9598 * gdb.trace/pending.exp: Likewise.
9599 * gdb.trace/range-stepping.exp: Check for shlib support.
9600 * gdb.trace/report.exp: Check for arch support.
9601 * gdb.trace/save-trace.exp: Likewise.
9602 * gdb.trace/signal.exp: Check for signal support.
9603 * gdb.trace/tfind.exp: Check for arch support.
9604 * gdb.trace/trace-break.exp: Check for arch and shlib support.
9605 * gdb.trace/trace-common.h: Add comment.
9606 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
9607 * gdb.trace/trace-enable-disable.exp: Likewise.
9608 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
9609 * gdb.trace/tracecmd.exp: Check for arch support.
9610 * gdb.trace/tspeed.exp: Check for shlib and target support.
9611 * gdb.trace/tstatus.exp: Check for arch support.
9612 * gdb.trace/tsv.exp: Likewise.
9613 * gdb.trace/while-dyn.exp: Likewise.
9614 * gdb.trace/while-stepping.exp: Likewise.
9615 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
9616
9617 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
9618
9619 * gdb.trace/tspeed.exp: Remove nowarnings.
9620 (prepare_for_trace_test): Declare "global ipalib".
9621 * gdb.trace/tspeed.c: Include unistd.h.
9622 (main): Remove superfluous printf argument.
9623
9624 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
9625
9626 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
9627 directory prefix on the filename.
9628
9629 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
9630
9631 * gdb.gdb/unittest.exp: Update expected message informing that
9632 selftests have been disabled.
9633 * gdb.server/unittest.exp: Likewise.
9634
9635 2018-10-09 Tom de Vries <tdevries@suse.de>
9636
9637 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
9638 with runto_main.
9639
9640 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
9641
9642 PR c++/16841
9643 * gdb.cp/virtbase2.cc: New file.
9644 * gdb.cp/virtbase2.exp: New file.
9645
9646 2018-10-06 Tom Tromey <tom@tromey.com>
9647
9648 PR python/19399:
9649 * gdb.python/py-inferior.exp: Add architecture test.
9650
9651 2018-10-06 Tom Tromey <tom@tromey.com>
9652
9653 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
9654 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
9655
9656 2018-10-06 Tom Tromey <tom@tromey.com>
9657
9658 * gdb.python/py-breakpoint.exp (check_last_event): Check location
9659 of a "throw" catchpoint.
9660
9661 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
9662
9663 * gdb.base/info-proc.exp: Update string expected from "help info
9664 proc".
9665
9666 2018-10-04 Tom Tromey <tom@tromey.com>
9667
9668 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
9669 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
9670 (test_initial_complaints, test_empty_complaints): Update.
9671 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
9672
9673 2018-10-04 Tom Tromey <tom@tromey.com>
9674
9675 PR cli/19551:
9676 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
9677 * lib/gdb.exp (gdb_file_cmd): Update.
9678 * gdb.stabs/weird.exp (print_weird_var): Update.
9679 * gdb.server/solib-list.exp: Update.
9680 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
9681 * gdb.mi/mi-cli.exp: Update.
9682 * gdb.linespec/linespec.exp: Update.
9683 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
9684 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
9685 * gdb.cp/cp-relocate.exp: Update.
9686 * gdb.base/sym-file.exp: Update.
9687 * gdb.base/relocate.exp: Update.
9688 * gdb.base/readnever.exp: Update.
9689 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9690 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
9691 * gdb.base/dbx.exp (gdb_file_cmd): Update.
9692 * gdb.base/code_elim.exp: Update.
9693 * gdb.base/break-unload-file.exp (test_break): Update.
9694 * gdb.base/break-interp.exp (test_attach_gdb): Update.
9695 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
9696 Update.
9697 * gdb.base/attach.exp (do_attach_tests): Update.
9698 * gdb.base/sepdebug.exp: Update.
9699 * gdb.python/py-section-script.exp: Update.
9700
9701 2018-10-04 Tom Tromey <tom@tromey.com>
9702
9703 PR cli/22234:
9704 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
9705 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
9706 output.
9707
9708 2018-10-04 Tom Tromey <tom@tromey.com>
9709
9710 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
9711 set width and height to 0.
9712 (test_command_line_attach_run): Use -quiet.
9713
9714 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
9715
9716 * lib/gdb.exp (skip_ifunc_tests): New.
9717 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
9718 other compile failures.
9719 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
9720
9721 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
9722
9723 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
9724 is_amd64_regs_target.
9725
9726 2018-10-01 Alan Hayward <alan.hayward@arm.com>
9727
9728 * gdb.arch/aarch64-sighandler-regs.c: New test.
9729 * gdb.arch/aarch64-sighandler-regs.exp: New file.
9730 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
9731
9732 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
9733
9734 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
9735 assembly.
9736
9737 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
9738
9739 * gdb.base/frame-selection.exp: New file.
9740 * gdb.base/frame-selection.c: New file.
9741
9742 2018-09-27 Alan Hayward <alan.hayward@arm.com>
9743
9744 * gdb.threads/check-libthread-db.c (thread_routine): Use a
9745 pthread barrier.
9746 (main): Likewise.
9747
9748 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
9749
9750 * gdb.base/large-frame-1.c: New file.
9751 * gdb.base/large-frame-2.c: New file.
9752 * gdb.base/large-frame.exp: New file.
9753 * gdb.base/large-frame.h: New file.
9754
9755 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
9756
9757 PR gdb/20948
9758 * gdb.base/write_mem.exp: New test.
9759 * gdb.base/write_mem.c: Likewise.
9760
9761 2018-09-23 Tom Tromey <tom@tromey.com>
9762
9763 PR python/18852:
9764 * gdb.python/py-parameter.exp: Add test for parameter that throws
9765 on "set".
9766
9767 2018-09-23 Tom Tromey <tom@tromey.com>
9768
9769 PR python/17284:
9770 * gdb.python/py-template.exp (test_template_arg): Add test for
9771 negative template argument number.
9772
9773 2018-09-23 Tom Tromey <tom@tromey.com>
9774
9775 PR python/14062:
9776 * gdb.python/python.exp: Add test for post_event error.
9777
9778 2018-09-23 Tom Tromey <tom@tromey.com>
9779
9780 PR python/18170:
9781 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
9782 convert pointers to int and long.
9783
9784 2018-09-23 Tom Tromey <tom@tromey.com>
9785
9786 PR python/20126:
9787 * gdb.python/py-value.exp (test_value_numeric_ops): Add
9788 signed-ness conversion tests.
9789
9790 2018-09-23 Tom Tromey <tom@tromey.com>
9791
9792 PR python/18352;
9793 * gdb.python/py-value.exp (test_float_conversion): New proc.
9794 Use it.
9795
9796 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
9797
9798 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
9799
9800 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
9801
9802 * gdb.base/complete-empty.exp: Skip tab-completion tests if
9803 no readline.
9804 * gdb.base/utf8-identifiers.exp: Likewise.
9805 * gdb.cp/cpcompletion.exp: Likewise.
9806 * gdb.linespec/cpcompletion.exp: Likewise.
9807 * gdb.linespec/cpls-abi-tag.exp: Likewise.
9808 * gdb.linespec/cpls-ops.exp: Likewise.
9809
9810 2018-09-19 Richard Bunt <richard.bunt@arm.com>
9811 Chris January <chris.january@arm.com>
9812
9813 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
9814 * gdb.fortran/short-circuit-argument-list.exp: New file.
9815 * gdb.fortran/short-circuit-argument-list.f90: New test.
9816
9817 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9818
9819 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
9820 "arch=" keyword when executing "-stack-list-frames".
9821
9822 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9823
9824 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
9825 "arch=" keyword when executing "-stack-list-frames".
9826
9827 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9828
9829 * gdb.ada/complete.exp: Expect for "@" when doing "complete
9830 break ada".
9831
9832 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
9833
9834 PR python/23669
9835 * gdb.python/python.exp: Test gdb.execute("show commands").
9836
9837 2018-09-16 Tom Tromey <tom@tromey.com>
9838
9839 * gdb.base/new-ui.exp (do_execution_tests): Update.
9840 * gdb.base/dbx.exp (test_breakpoints): Update.
9841
9842 2018-09-14 Alan Hayward <alan.hayward@arm.com>
9843
9844 * lib/gdb.exp (gdb_simple_compile): Add proc.
9845 (is_elf_target): Use gdb_simple_compile.
9846 (skip_altivec_tests): Likewise.
9847 (skip_vsx_tests): Likewise.
9848 (skip_tsx_tests): Likewise.
9849 (skip_btrace_tests): Likewise.
9850 (skip_btrace_pt_tests): Likewise.
9851 (gdb_can_simple_compile): Likewise.
9852 (gdb_has_argv0): Likewise.
9853 (gdb_target_symbol_prefix): Likewise.
9854 (target_supports_scheduler_locking): Likewise.
9855
9856 2018-09-13 Tom Tromey <tom@tromey.com>
9857
9858 * Makefile.in (TAGS): Recognize proc_with_prefix and
9859 gdb_caching_proc.
9860
9861 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9862
9863 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
9864 method.
9865
9866 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9867
9868 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
9869 and a few other Inferior properties when the Inferior is no
9870 longer valid.
9871
9872 2018-09-13 Tom Tromey <tom@tromey.com>
9873
9874 PR rust/23650:
9875 * gdb.rust/simple.exp: Add test for enum field access error.
9876
9877 2018-09-13 Tom Tromey <tom@tromey.com>
9878
9879 PR rust/23626:
9880 * gdb.rust/simple.rs (EmptyEnum): New type.
9881 (main): Use it.
9882 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
9883
9884 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9885
9886 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
9887 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
9888 * gdb.python/py-symtab.exp: Update test printing an objfile.
9889
9890 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
9891
9892 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
9893 object.
9894
9895 2018-09-12 Alan Hayward <alan.hayward@arm.com>
9896
9897 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
9898 (support_complex_tests): Use gdb_can_simple_compile.
9899 (is_ilp32_target): Likewise.
9900 (is_lp64_target): Likewise.
9901 (is_64_target): Likewise.
9902 (is_amd64_regs_target): Likewise.
9903 (is_aarch32_target): Likewise.
9904 (gdb_int128_helper): Likewise.
9905
9906 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9907
9908 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
9909
9910 2018-09-10 Jerome Guitton <guitton@adacore.com>
9911
9912 * gdb.ada/same_component_name: Add test for case of tagged record
9913 with variable-length fields.
9914
9915 2018-09-10 Xavier Roirand <roirand@adacore.com>
9916
9917 * gdb.ada/access_to_unbounded_array.exp: New testcase.
9918 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
9919 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
9920 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
9921
9922 2018-09-10 Xavier Roirand <roirand@adacore.com>
9923
9924 * gdb.ada/mi_string_access.exp: New testcase.
9925 * gdb.ada/mi_string_access/bar.adb: New file.
9926 * gdb.ada/mi_string_access/pck.adb: New file.
9927 * gdb.ada/mi_string_access/pck.asd: New file.
9928
9929 2018-09-10 Xavier Roirand <roirand@adacore.com>
9930
9931 * gdb.ada/mi_var_union.exp: New testcase.
9932 * gdb.ada/mi_var_union/bar.adb: New file.
9933 * gdb.ada/mi_var_union/pck.adb: New file.
9934 * gdb.ada/mi_var_union/pck.asd: New file.
9935
9936 2018-09-08 Tom Tromey <tom@tromey.com>
9937
9938 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
9939
9940 2018-09-08 Tom Tromey <tom@tromey.com>
9941
9942 PR python/16047:
9943 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
9944 (register_pretty_printers): Register new printer.
9945 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
9946 test.
9947 * gdb.python/py-prettyprint.c (int_type3): New typedef.
9948 (an_int_type3): New global.
9949
9950 2018-09-08 Joel Brobecker <brobecker@adacore.com>
9951
9952 * gdb.ada/expr_with_funcall: New testcase.
9953
9954 2018-09-08 Joel Brobecker <brobecker@adacore.com>
9955
9956 * gdb.ada/packed_array_assign: New testcase.
9957
9958 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
9959
9960 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
9961 names, and add test prefixes to make test names unique.
9962
9963 2018-09-05 Tom de Vries <tdevries@suse.de>
9964
9965 * gdb.dwarf2/varval.exp: Add test.
9966
9967 2018-09-04 Gary Benson <gbenson@redhat.com>
9968
9969 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
9970 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
9971
9972 2018-08-31 Tom Tromey <tom@tromey.com>
9973
9974 * gdb.rust/simple.rs: Rename second variable "v".
9975
9976 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
9977
9978 * gdb.base/funcargs.c (use_a): New function.
9979 (recurse): Call use_a.
9980
9981 2018-08-29 Keith Seitz <keiths@redhat.com>
9982
9983 * gdb.compile/compile-cplus-anonymous.cc: New file.
9984 * gdb.compile/compile-cplus-anonymous.exp: New file.
9985 * gdb.compile/compile-cplus-array-decay.cc: New file.
9986 * gdb.compile/compile-cplus-array-decay.exp: New file.
9987 * gdb.compile/compile-cplus-inherit.cc: New file.
9988 * gdb.compile/compile-cplus-inherit.exp: New file.
9989 * gdb.compile/compile-cplus-member.cc: New file.
9990 * gdb.compile/compile-cplus-member.exp: New file.
9991 * gdb.compile/compile-cplus-method.cc: New file.
9992 * gdb.compile/compile-cplus-method.exp: New file.
9993 * gdb.compile/compile-cplus-mod.c: "New" file.
9994 * gdb.compile/compile-cplus-namespace.cc: New file.
9995 * gdb.compile/compile-cplus-namespace.exp: New file.
9996 * gdb.compile/compile-cplus-nested.cc: New file.
9997 * gdb.compile/compile-cplus-nested.exp: New file.
9998 * gdb.compile/compile-cplus-print.c: "New" file.
9999 * gdb.compile/compile-cplus-print.exp: "New" file.
10000 * gdb.compile/compile-cplus-virtual.cc: New file.
10001 * gdb.compile/compile-cplus-virtual.exp: New file.
10002 * gdb.compile/compile-cplus.c: "New" file.
10003 * gdb.compile/compile-cplus.exp: "New" file.
10004 * lib/compile-support.exp: New file.
10005
10006 2018-08-16 Gary Benson <gbenson@redhat.com>
10007
10008 PR gdb/13000:
10009 * gdb.base/batch-exit-status.exp: New file.
10010 * gdb.base/batch-exit-status.good-commands: Likewise.
10011 * gdb.base/batch-exit-status.bad-commands: Likewise.
10012
10013 2018-08-29 Alan Hayward <alan.hayward@arm.com>
10014
10015 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
10016 (struct struct02): Likewise.
10017 (struct struct03): Likewise.
10018 (struct struct04): Likewise.
10019 (struct struct_01_01): New struct.
10020 (struct struct_01_02): Likewise.
10021 (struct struct_01_03): Likewise.
10022 (struct struct_01_04): Likewise.
10023 (struct struct_02_01): Likewise.
10024 (struct struct_02_02): Likewise.
10025 (struct struct_02_03): Likewise.
10026 (struct struct_02_04): Likewise.
10027 (struct struct_04_01): Likewise.
10028 (struct struct_04_02): Likewise.
10029 (struct struct_04_03): Likewise.
10030 (struct struct_04_04): Likewise.
10031 (struct struct_05_01): Likewise.
10032 (struct struct_05_02): Likewise.
10033 (struct struct_05_03): Likewise.
10034 (struct struct_05_04): Likewise.
10035 (cmp_struct01): Remove function.
10036 (cmp_struct02): Likewise.
10037 (cmp_struct03): Likewise.
10038 (cmp_struct04): Likewise.
10039 (cmp_struct_01_01): Add Function.
10040 (cmp_struct_01_02): Likewise.
10041 (cmp_struct_01_03): Likewise.
10042 (cmp_struct_01_04): Likewise.
10043 (cmp_struct_02_01): Likewise.
10044 (cmp_struct_02_02): Likewise.
10045 (cmp_struct_02_03): Likewise.
10046 (cmp_struct_02_04): Likewise.
10047 (cmp_struct_04_01): Likewise.
10048 (cmp_struct_04_02): Likewise.
10049 (cmp_struct_04_03): Likewise.
10050 (cmp_struct_04_04): Likewise.
10051 (cmp_struct_05_01): Likewise.
10052 (cmp_struct_05_02): Likewise.
10053 (cmp_struct_05_03): Likewise.
10054 (cmp_struct_05_04): Likewise.
10055 (call_all): Add new structs.
10056 * gdb.base/infcall-nested-structs.exp: Likewise.
10057
10058 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
10059
10060 * gdb.python/py-framefilter-mi.exp: Update regexp to
10061 check for "arch" field in frame output.
10062
10063 2018-08-23 Kevin Buettner <kevinb@redhat.com>
10064
10065 * gdb.dwarf2/dw2-ranges-func.c: New file.
10066 * gdb.dwarf2/dw2-ranges-func.exp: New file.
10067
10068 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
10069
10070 * gdb.base/term.exp: Compare terminal settings with values from
10071 the inferior.
10072 * gdb.base/term.c: Get and set terminal settings.
10073
10074 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
10075
10076 * lib/mi-support.exp (mi_expect_stop): Update regexp to
10077 accommodate new "arch" field in frame output.
10078 * gdb.mi/mi-return.exp: Likewise.
10079 * gdb.mi/mi-stack.exp: Likewise.
10080 * gdb.mi/mi-syn-frame.exp: Likewise.
10081 * gdb.mi/user-selected-context-sync.exp: Likewise.
10082
10083 2018-08-19 Michael Spang <spang@google.com>
10084
10085 PR gdb/11786
10086 * gdb.base/gcore-tls-pie.c: New file.
10087 * gdb.base/gcore-tls-pie.exp: New file.
10088
10089 2018-08-18 Kevin Buettner <kevinb@redhat.com>
10090
10091 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
10092 * gdb.dwarf2/varval.c: New file.
10093 * gdb.dwarf2/varval.exp: New file.
10094
10095 2018-08-17 Alan Hayward <alan.hayward@arm.com>
10096
10097 PR gdb/18931
10098 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
10099
10100 2018-08-16 Keith Seitz <keiths@redhat.com>
10101
10102 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
10103 tests expected to pass.
10104
10105 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
10106
10107 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
10108 -data-disassemble -a.
10109 (test_disassembly_bogus_args): Likewise.
10110
10111 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
10112
10113 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
10114
10115 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10116
10117 * gdb.base/vla-optimized-out.exp: Add new test.
10118
10119 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10120
10121 * gdb.base/vla-optimized-out-o3.exp: Delete.
10122 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
10123 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
10124 deleted tests.
10125
10126 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
10127
10128 PR gdb/18050:
10129 * gdb.server/extended-remote-restart.c: New file.
10130 * gdb.server/extended-remote-restart.exp: New file.
10131
10132 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
10133
10134 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
10135 "set variable index = 42".
10136
10137 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
10138
10139 * boards/index-cache-gdb.exp: New file.
10140 * gdb.dwarf2/index-cache.exp: New file.
10141 * gdb.dwarf2/index-cache.c: New file.
10142 * gdb.base/maint.exp: Check if we are using the index cache.
10143
10144 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10145
10146 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
10147 MAKEFLAGS.
10148
10149 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10150
10151 * dg-extract-results.sh: Move to toplevel contrib.
10152 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
10153 * Makefile.in (check-parallel-racy): Likewise.
10154
10155 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
10156
10157 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
10158 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
10159 tests if the target supports scheduler locking.
10160
10161 2018-08-04 Tom de Vries <tdevries@suse.de>
10162
10163 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
10164
10165 2018-08-02 Tom Tromey <tom@tromey.com>
10166
10167 PR symtab/16842.
10168 * gdb.cp/temargs.exp: Test "info address" of a template
10169 parameter.
10170
10171 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
10172
10173 * gdb.python/py-mi-var-info-path-expression.c: New file.
10174 * gdb.python/py-mi-var-info-path-expression.py: New file.
10175 * gdb.python/py-mi-var-info-path-expression.exp: New file.
10176
10177 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
10178
10179 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
10180 error after "cannot resolve name" string.
10181
10182 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
10183
10184 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
10185 started.
10186 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
10187
10188 2018-07-28 Tom de Vries <tdevries@suse.de>
10189
10190 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
10191
10192 2018-07-26 Tom de Vries <tdevries@suse.de>
10193
10194 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
10195
10196 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
10197
10198 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
10199 is visible.
10200
10201 2018-07-26 Tom de Vries <tdevries@suse.de>
10202
10203 PR breakpoints/23366
10204 * gdb.base/catch-follow-exec.c: New test.
10205 * gdb.base/catch-follow-exec.exp: New file.
10206
10207 2018-07-25 Tom de Vries <tdevries@suse.de>
10208
10209 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
10210 vla-optimized-out.c.
10211
10212 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
10213
10214 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
10215 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
10216
10217 2018-07-20 Tom de Vries <tdevries@suse.de>
10218
10219 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
10220 NOCLONE macro.
10221 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
10222
10223 2018-07-19 Tom de Vries <tdevries@suse.de>
10224
10225 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
10226 regular expression.
10227
10228 2018-07-18 Tom de Vries <tdevries@suse.de>
10229
10230 * gdb.base/vla-optimized-out.c: New test.
10231 * gdb.base/vla-optimized-out.exp: New file.
10232
10233 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
10234
10235 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
10236 message "No address associated with hostname" when gdbserver
10237 cannot resolve the hostname.
10238
10239 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10240
10241 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
10242 Add some test prefixes to make tests unique.
10243
10244 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10245
10246 * gdb.base/frameapply.c: New file.
10247 * gdb.base/frameapply.exp: New file.
10248
10249 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10250
10251 * gdb.base/skip.exp: Update expected error message.
10252
10253 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10254 Jan Kratochvil <jan.kratochvil@redhat.com>
10255 Paul Fertser <fercerpav@gmail.com>
10256 Tsutomu Seki <sekiriki@gmail.com>
10257
10258 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
10259 parameter.
10260 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
10261 by default.
10262 * boards/native-gdbserver.exp: Likewise.
10263 * gdb.server/run-without-local-binary.exp: Improve regexp used
10264 for detecting when a remote debugging connection succeeds.
10265 * gdb.server/server-connect.exp: New file.
10266 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
10267 Do not prefix the port number with ":".
10268 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
10269 support for detecting and using it. Add '$debughost_gdbserver'
10270 to the list of arguments used to start gdbserver. Handle case
10271 when gdbserver cannot resolve a network name.
10272
10273 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10274
10275 PR c++/23373
10276 * gdb.base/ptype-offsets.cc (struct static_member): New
10277 struct.
10278 (main) <stmember>: New variable.
10279 * gdb.base/ptype-offsets.exp: Add test for printing a struct
10280 with a static member in it.
10281
10282 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
10283
10284 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
10285 watchpoints enabled and disabled.
10286
10287 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10288
10289 * gdb.base/examine-backward.exp: Still run tests around address
10290 0x0, even if address 0x0 is not readable. Update the pattern for
10291 matching address 0x0 in expected output.
10292
10293 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
10294
10295 * gdb.base/share-env-with-gdbserver.c (main): Add call to
10296 malloc/free.
10297
10298 2018-07-04 Tom de Vries <tdevries@suse.de>
10299
10300 * gdb.dwarf2/dw2-error.exp: Update expected error message.
10301
10302 2018-07-02 Maciej W. Rozycki <macro@mips.com>
10303
10304 PR tdep/8282
10305 * gdb.arch/mips-disassembler-options.exp: New test.
10306 * gdb.arch/mips-disassembler-options.s: New test source.
10307
10308 2018-06-29 Pedro Alves <palves@redhat.com>
10309
10310 * gdb.threads/names.exp: Adjust expected "info threads" output.
10311
10312 2018-06-29 Pedro Alves <palves@redhat.com>
10313
10314 * gdb.opt/inline-break.exp (line number, address): Add "info
10315 break" tests.
10316
10317 2018-06-29 Pedro Alves <palves@redhat.com>
10318
10319 * gdb.opt/inline-break.c (func1): Add "break here" marker.
10320 * gdb.opt/inline-break.exp: Test setting breakpoints by line
10321 number and address and running to them.
10322
10323 2018-06-29 Richard Bunt <richard.bunt@arm.com>
10324
10325 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
10326
10327 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10328
10329 * lib/compiler.c: Remove executable permission flag.
10330
10331 2018-06-28 Richard Bunt <richard.bunt@arm.com>
10332
10333 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
10334 code.
10335 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
10336
10337 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10338
10339 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
10340
10341 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10342
10343 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
10344 address argument is omitted.
10345
10346 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10347
10348 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
10349
10350 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
10351
10352 PR gdb/21695
10353 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
10354 * gdb.base/infoline-reloc-main-from-zero.c: New file.
10355
10356 2018-06-26 Tom Tromey <tom@tromey.com>
10357
10358 PR rust/22574:
10359 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
10360 * gdb.rust/simple.rs (struct SimpleLayout): New.
10361
10362 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
10363
10364 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
10365 "info registers" output.
10366
10367 2018-06-21 Richard Bunt <richard.bunt@arm.com>
10368
10369 * gdb.base/watchpoint-hw-attach.c: New test.
10370 * gdb.base/watchpoint-hw-attach.exp: New file.
10371
10372 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
10373
10374 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
10375 through /bin/sh.
10376 * boards/dwarf4-gdb-index.exp: Likewise.
10377 * boards/fission-dwp.exp: Likewise.
10378
10379 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
10380
10381 * gdb.base/float128.exp: Add comment and improved fail message
10382 to the failure case of "print large128" test.
10383
10384 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
10385
10386 * configure.ac: Remove AC_PREREQ.
10387 * configure: Re-generate.
10388
10389 2018-06-19 Pedro Alves <palves@redhat.com>
10390
10391 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
10392 (func_extern_caller): New.
10393 (main): Call func_extern_caller.
10394 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
10395 logic change.
10396
10397 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
10398
10399 PR gdb/16841
10400 * gdb.cp/typedef-base.cc: New file.
10401 * gdb.cp/typedef-base.exp: New file.
10402
10403 2018-06-18 Tom de Vries <tdevries@suse.de>
10404
10405 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
10406
10407 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
10408 Richard Bunt <Richard.Bunt@arm.com>
10409
10410 * gdb.threads/attach-slow-waitpid.c: New file.
10411 * gdb.threads/attach-slow-waitpid.exp: New file.
10412 * gdb.threads/slow-waitpid.c: New file.
10413
10414 2018-06-14 Pedro Alves <palves@redhat.com>
10415
10416 * gdb.base/fork-running-state.c: Include <errno.h>.
10417 (exit_if_relative_exits): New.
10418 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
10419 exits.
10420 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
10421 child exits.
10422
10423 2018-06-14 Tom de Vries <tdevries@suse.de>
10424
10425 PR cli/22573
10426 * gdb.base/finish-pretty.c: New test.
10427 * gdb.base/finish-pretty.exp: New file.
10428
10429 2018-06-14 Pedro Alves <palves@redhat.com>
10430
10431 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
10432 gdb's expected startup output.
10433
10434 2018-06-14 Pedro Alves <palves@redhat.com>
10435
10436 * lib/selftest-support.exp (selftest_setup): Remove inlined
10437 function handling.
10438
10439 2018-06-14 Tom de Vries <tdevries@suse.de>
10440
10441 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
10442 matching of breakpoint printing.
10443
10444 2018-06-13 Tom de Vries <tdevries@suse.de>
10445
10446 PR testsuite/23269
10447 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
10448 (fork_child): ... here, and ...
10449 (fork_parent): ... here.
10450
10451 2018-06-12 Tom de Vries <tdevries@suse.de>
10452
10453 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
10454
10455 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
10456 Stephen Roberts <stephen.roberts@arm.com>
10457
10458 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
10459 rewrite test to describe action performed, rather than possible
10460 failure.
10461
10462 2018-06-08 Gary Benson <gbenson@redhat.com>
10463
10464 * gdb.threads/check-libthread-db.exp: New file.
10465 * gdb.threads/check-libthread-db.c: Likewise.
10466
10467 2018-06-05 Tom Tromey <tom@tromey.com>
10468
10469 * gdb.base/default.exp: Update expected "show version" output.
10470
10471 2018-06-05 Tom Tromey <tom@tromey.com>
10472
10473 PR cli/12326:
10474 * gdb.cp/static-print-quit.exp: Update.
10475 * lib/gdb.exp (pagination_prompt): Update.
10476 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
10477 * gdb.python/python.exp: Update.
10478
10479 2018-06-04 Joel Brobecker <brobecker@adacore.com>
10480
10481 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
10482
10483 2018-06-01 Joel Brobecker <brobecker@adacore.com>
10484
10485 * gdb.ada/bp_fun_addr: New testcase.
10486
10487 2018-06-01 Tom Tromey <tom@tromey.com>
10488
10489 * gdb.xml/tdesc-regs.exp (load_description): Update expected
10490 results.
10491 * gdb.dwarf2/method-ptr.exp: Set language to C++.
10492 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
10493 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
10494 * gdb.base/maint.exp (maint_pass_if): Update.
10495
10496 2018-05-31 Maciej W. Rozycki <macro@mips.com>
10497
10498 * gdb.base/endian.exp: New test.
10499 * gdb.base/endian.c: New test source.
10500
10501 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
10502
10503 PR gdb/23203
10504 * gdb.base/bt-selected-frame.c: New file.
10505 * gdb.base/bt-selected-frame.exp: New file.
10506 * lib/gdb.exp (get_current_frame_number): New function.
10507
10508 2018-05-24 Maciej W. Rozycki <macro@mips.com>
10509 Pedro Alves <palves@redhat.com>
10510
10511 * gdb.threads/tls-core.c: Include <stdlib.h>
10512 (thread_proc): Call `abort'.
10513 * gdb.threads/tls-core.exp: Generate a core with core_find too.
10514 (tls_core_test): New procedure, bits factored out from ...
10515 (top level): ... here. Test both native cores and gcore cores.
10516
10517 2018-05-23 Tom Tromey <tom@tromey.com>
10518
10519 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
10520
10521 2018-05-23 Tom Tromey <tom@tromey.com>
10522
10523 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
10524 symfile_complaints.
10525 (test_short_complaints): Likewise.
10526 (test_empty_complaints): Likewise.
10527 (test_initial_complaints): Update.
10528
10529 2018-05-23 Tom Tromey <tom@tromey.com>
10530
10531 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
10532
10533 2018-05-23 Tom Tromey <tom@tromey.com>
10534
10535 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
10536 (test_short_complaints): Update.
10537
10538 2018-05-22 Pedro Alves <palves@redhat.com>
10539
10540 * gdb.base/remote.exp: Only gdb_start after compiling the
10541 testcase. Issue "disconnect" before testing "set remote" command
10542 defaults. Issue clean_restart before running to main.
10543
10544 2018-05-22 Pedro Alves <palves@redhat.com>
10545
10546 * gdb.base/remote.exp: Adjust expected output of "show remote
10547 memory-write-packet-size". Add tests for "set remote
10548 memory-write-packet-size 0" and "set remote
10549 memory-write-packet-size fixed/limit".
10550
10551 2018-05-22 Pedro Alves <palves@redhat.com>
10552
10553 PR gdb/22973
10554 * gdb.base/utf8-identifiers.c: New file.
10555 * gdb.base/utf8-identifiers.exp: New file.
10556
10557 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10558
10559 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
10560
10561 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10562
10563 * gdb.arch/powerpc-vsx-gcore.exp: New file.
10564
10565 2018-05-18 Tom Tromey <tom@tromey.com>
10566
10567 * gdb.base/ptype-offsets.exp: Update.
10568
10569 2018-05-17 Keith Seitz <keiths@redhat.com>
10570
10571 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
10572 in expected breakpoint stop locations.
10573 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
10574 move to proper scope to test variable values.
10575 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
10576 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
10577 New functions.
10578 (main): Call not_inline_func3.
10579 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
10580 inline_func1, inline_func2, and inline_func3. Test that when each
10581 breakpoint is hit, GDB properly reports both the stop location
10582 and the backtrace. Repeat tests for temporary breakpoints.
10583
10584 2018-05-15 Maciej W. Rozycki <macro@mips.com>
10585
10586 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
10587 rather then trying to access it in determining whether the PID
10588 of `gdbserver' could have been retrieved.
10589
10590 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
10591
10592 * gdb.arch/amd64-init-x87-values.S: New file.
10593 * gdb.arch/amd64-init-x87-values.exp: New file.
10594
10595 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10596
10597 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
10598
10599 2018-05-04 Tom Tromey <tom@tromey.com>
10600
10601 PR python/22730:
10602 * gdb.python/python.exp: Test multi-line execute.
10603
10604 2018-05-04 Tom Tromey <tom@tromey.com>
10605
10606 PR python/22731:
10607 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
10608
10609 2018-05-04 Tom Tromey <tom@tromey.com>
10610
10611 PR gdb/11750:
10612 * gdb.base/define.exp: Test defining a user command inside a user
10613 command.
10614 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
10615
10616 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10617 Pedro Alves <palves@redhat.com>
10618
10619 PR breakpoints/19806 and support for PR external/20207.
10620 * gdb.base/watchpoint-unaligned.c: New file.
10621 * gdb.base/watchpoint-unaligned.exp: New file.
10622
10623 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10624
10625 * gdb.base/maint.exp: Make test names unique, use
10626 test_prefix_command_help to test 'help maint info', and remove
10627 repeated test of 'help maint'.
10628
10629 2018-05-04 Tom Tromey <tom@tromey.com>
10630
10631 PR gdb/22619:
10632 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
10633 behavior.
10634
10635 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10636
10637 * gdb.base/maint.exp: Process output from 'maint print registers'
10638 line at a time.
10639
10640 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10641
10642 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
10643 timeout.
10644
10645 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
10646
10647 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
10648 filter pattern.
10649
10650 2018-05-02 Pedro Alves <palves@redhat.com>
10651
10652 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
10653 to_log_command renames.
10654 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
10655
10656 2018-05-02 Tom Tromey <tom@tromey.com>
10657
10658 * gdb.python/py-parameter.exp: Set test message.
10659
10660 2018-05-02 Tom Tromey <tom@tromey.com>
10661
10662 PR python/20084:
10663 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
10664 PARAM_ZUINTEGER_UNLIMITED tests.
10665
10666 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
10667
10668 PR rust/23124
10669 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
10670 when casting.
10671
10672 2018-04-30 Tom Tromey <tom@tromey.com>
10673
10674 * gdb.python/py-type.exp: Check align attribute.
10675 * gdb.python/py-type.c: New "aligncheck" global.
10676
10677 2018-04-30 Tom Tromey <tom@tromey.com>
10678
10679 PR exp/17095:
10680 * gdb.dwarf2/dw2-align.exp: New file.
10681 * gdb.cp/align.exp: New file.
10682 * gdb.base/align.exp: New file.
10683 * lib/gdb.exp (gdb_int128_helper): New proc.
10684 (has_int128_c, has_int128_cxx): New caching procs.
10685
10686 2018-04-27 Tom Tromey <tom@tromey.com>
10687
10688 PR rust/22545:
10689 * gdb.rust/simple.exp: Add inclusive range tests.
10690
10691 2018-04-26 Pedro Alves <palves@redhat.com>
10692
10693 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
10694 ifunc breakpoint locations correctly of ifunc breakpoints set
10695 while the program resolves the ifunc.
10696
10697 2018-04-26 Pedro Alves <palves@redhat.com>
10698
10699 * gdb.base/gnu-ifunc-final.c: New file.
10700 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
10701 * gdb.base/gnu-ifunc.exp (executable): Delete.
10702 (staticexecutable): Adjust.
10703 (lib_opts, exec_opts): Delete.
10704 (make_binsuffix, build, set-break): New procedures.
10705 (misc_tests): New, with tests factored out from the top level.
10706 (top level): Test different combinations of ifunc resolver name,
10707 resolver with and with debug info, and ifunc target with and
10708 without debug info. Wrap static tests with with_target_prefix.
10709
10710 2018-04-26 Pedro Alves <palves@redhat.com>
10711
10712 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
10713 return type" warnings.
10714
10715 2018-04-25 Pedro Alves <palves@redhat.com>
10716
10717 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
10718 killed".
10719 * gdb.base/kill-after-signal.exp: Likewise.
10720 * gdb.threads/kill.exp: Likewise.
10721
10722 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10723 Sergio Durigan Junior <sergiodj@redhat.com>
10724 Pedro Alves <palves@redhat.com>
10725
10726 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
10727 regexps to expect for '[Inferior ... detached]' as well.
10728 * gdb.base/attach.exp: Likewise.
10729 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
10730 "gdb_continue_to_end".
10731 (test_catch_syscall_with_wrong_args): Likewise.
10732 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
10733 ']'. Don't set 'verbose' on.
10734 * gdb.base/foll-vfork.exp: Likewise.
10735 * gdb.base/fork-print-inferior-events.c: New file.
10736 * gdb.base/fork-print-inferior-events.exp: New file.
10737 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
10738 '[Inferior ... has been killed]' message.
10739 * gdb.base/kill-after-signal.exp: Likewise.
10740 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
10741 detach message.
10742 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
10743 message.
10744 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
10745 regexps to expect for '[Inferior ... detached]' as well.
10746 * gdb.threads/process-dies-while-detaching.exp: Likewise.
10747
10748 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
10749
10750 PR gdb/23104
10751 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
10752
10753 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
10754
10755 PR gdb/23095
10756 * gdb.base/break-probes.exp: Pass shlib_load to
10757 prepare_for_testing. Set normal_bp to r_debug_state if target is
10758 bsd.
10759
10760 2018-04-19 Richard Bunt <richard.bunt@arm.com>
10761
10762 * gdb.threads/multiple-successive-infcall.c: New test.
10763 * gdb.threads/multiple-successive-infcall.exp: New file.
10764
10765 2018-04-17 Tom Tromey <tom@tromey.com>
10766
10767 * gdb.rust/simple.rs (Union): New type.
10768 (main): New local "u".
10769 * gdb.rust/simple.exp (test_one_slice): Add new test case.
10770
10771 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10772
10773 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
10774 number information in output of "whereis" command.
10775 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
10776
10777 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10778
10779 * gdb.ada/info_types.exp: Adjust expected output to the line
10780 numbers now printed by "info var/func/type".
10781 * gdb.base/completion.exp: Likewise.
10782 * gdb.base/included.exp: Likewise.
10783 * gdb.cp/cp-relocate.exp: Likewise.
10784 * gdb.cp/cplusfuncs.exp: Likewise.
10785 * gdb.cp/namespace.exp: Likewise.
10786 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
10787
10788 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
10789
10790 * gdb.btrace/cpu.exp: New.
10791
10792 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
10793
10794 * gdb.base/step-indirect-call-thunk.exp: New.
10795 * gdb.base/step-indirect-call-thunk.c: New.
10796 * gdb.reverse/step-indirect-call-thunk.exp: New.
10797 * gdb.reverse/step-indirect-call-thunk.c: New.
10798
10799 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
10800
10801 * gdb.base/pie-fork.c: New file.
10802 * gdb.base/pie-fork.exp: New file.
10803
10804 2018-04-11 Tom Tromey <tom@tromey.com>
10805
10806 * gdb.rust/simple.exp: Add test for ".." struct initializer.
10807
10808 2018-04-10 Pedro Alves <palves@redhat.com>
10809
10810 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
10811 exits. Instead loop running forever.
10812 (fork_parent): Run forever too.
10813
10814 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10815
10816 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
10817 mi_continue_to_line.
10818 * gdb.mi/mi-stack.c (callee4): Add comment.
10819
10820 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10821
10822 * gdb.mi/mi-stack.exp: Fix indentation.
10823
10824 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
10825
10826 PR gdb/22979
10827 * gdb.arch/amd64-osabi.exp: New file.
10828
10829 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
10830
10831 PR gdb/22980
10832 * gdb.base/osabi.exp: New file.
10833
10834 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
10835
10836 * gdb.cp/static-typedef-print.exp: New file.
10837 * gdb.cp/static-typedef-print.cc: New file.
10838
10839 2018-03-27 Joel Brobecker <brobecker@adacore.com>
10840
10841 * gdb.ada/varsize_limit: New testcase.
10842
10843 2018-03-27 Joel Brobecker <brobecker@adacore.com>
10844
10845 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
10846
10847 * gdb.ada/notcplusplus: New testcase.
10848
10849 * gdb.base/c-linkage-name.c: New file.
10850 * gdb.base/c-linkage-name.exp: New testcase.
10851
10852 2018-03-26 Tom Tromey <tom@tromey.com>
10853
10854 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
10855 * gdb.python/py-framefilter.py (name_error): New global.
10856 (ErrorInName.function): Use name_error.
10857
10858 2018-03-26 Tom Tromey <tom@tromey.com>
10859
10860 PR backtrace/15582:
10861 * gdb.python/py-framefilter.exp: Add "bt hide" test.
10862
10863 2018-03-23 Keith Seitz <keiths@redhat.com>
10864
10865 PR c++/22968
10866 * gdb.cp/subtypes.exp: New file.
10867 * gdb.cp/subtypes.h: New file.
10868 * gdb.cp/subtypes.cc: New file.
10869 * gdb.cp/subtypes-2.cc: New file.
10870
10871 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
10872
10873 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
10874 (done): Call '_exit' not 'exit' to avoid atexit handlers.
10875 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
10876 -nostartfiles when compiling the test. Confirm that all registers
10877 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
10878
10879 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
10880
10881 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
10882 option, syntax was wrong anyway.
10883 * gdb.arch/arm-disp-step.exp: Likewise.
10884 * gdb.arch/sparc64-regs.exp: Likewise.
10885 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
10886 option, syntax was wrong anyway, switch to use
10887 prepare_for_testing.
10888 * gdb.arch/i386-disp-step.exp: Likewise.
10889
10890 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
10891
10892 * gdb.ada/exec_changed.exp: Replace "target_info exists
10893 use_gdb_stub" by "use_gdb_stub".
10894 * gdb.ada/start.exp: Likewise.
10895 * gdb.base/async-shell.exp: Likewise.
10896 * gdb.base/attach-pie-misread.exp: Likewise.
10897 * gdb.base/attach-wait-input.exp: Likewise.
10898 * gdb.base/break-entry.exp: Likewise.
10899 * gdb.base/break-interp.exp: Likewise.
10900 * gdb.base/dprintf-detach.exp: Likewise.
10901 * gdb.base/nostdlib.exp: Likewise.
10902 * gdb.base/solib-nodir.exp: Likewise.
10903 * gdb.base/statistics.exp: Likewise.
10904 * gdb.base/testenv.exp: Likewise.
10905 * gdb.mi/mi-exec-run.exp: Likewise.
10906 * gdb.mi/mi-start.exp: Likewise.
10907 * gdb.multi/dummy-frame-restore.exp: Likewise.
10908 * gdb.multi/multi-arch-exec.exp: Likewise.
10909 * gdb.multi/multi-arch.exp: Likewise.
10910 * gdb.multi/tids.exp: Likewise.
10911 * gdb.multi/watchpoint-multi.exp: Likewise.
10912 * gdb.python/py-events.exp: Likewise.
10913 * gdb.threads/attach-into-signal.exp: Likewise.
10914 * gdb.threads/attach-stopped.exp: Likewise.
10915 * gdb.threads/threadapply.exp: Likewise.
10916 * lib/selftest-support.exp: Likewise.
10917
10918 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
10919
10920 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
10921
10922 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
10923
10924 * gdb.perf/template-breakpoints.cc: New file.
10925 * gdb.perf/template-breakpoints.exp: New file.
10926 * gdb.perf/template-breakpoints.py: New file.
10927
10928 2018-03-19 Tom Tromey <tom@tromey.com>
10929
10930 * gdb.rust/simple.rs (main): Add local variables field1, field2,
10931 y0.
10932 * gdb.rust/simple.exp: Test bare identifier form of struct
10933 initializer.
10934
10935 2018-03-19 Tom Tromey <tom@tromey.com>
10936
10937 * gdb.gdb/observer.exp: Remove.
10938
10939 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10940
10941 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
10942 "qualified" option when setting breakpoints.
10943 * gdb.trace/backtrace.exp: Likewise.
10944 * gdb.trace/circ.exp: Likewise.
10945 * gdb.trace/collection.exp: Likewise.
10946 * gdb.trace/disconnected-tracing.exp: Likewise.
10947 * gdb.trace/ftrace-lock.exp: Likewise.
10948 * gdb.trace/ftrace.exp: Likewise.
10949 * gdb.trace/infotrace.exp: Likewise.
10950 * gdb.trace/packetlen.exp: Likewise.
10951 * gdb.trace/passc-dyn.exp: Likewise.
10952 * gdb.trace/qtro.exp: Likewise.
10953 * gdb.trace/read-memory.exp: Likewise.
10954 * gdb.trace/report.exp: Likewise.
10955 * gdb.trace/signal.exp: Likewise.
10956 * gdb.trace/status-stop.exp: Likewise.
10957 * gdb.trace/strace.exp: Likewise.
10958 * gdb.trace/tfind.exp: Likewise.
10959 * gdb.trace/trace-break.exp: Likewise.
10960 * gdb.trace/trace-condition.exp: Likewise.
10961 * gdb.trace/trace-mt.exp: Likewise.
10962 * gdb.trace/tstatus.exp: Likewise.
10963 * gdb.trace/tsv.exp: Likewise.
10964 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
10965 * gdb.trace/unavailable.exp: Likewise.
10966 * gdb.trace/while-dyn.exp: Likewise.
10967
10968 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10969
10970 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
10971 that libinproctrace is copied to the target.
10972
10973 2018-03-14 Tom Tromey <tom@tromey.com>
10974
10975 PR cli/14977:
10976 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
10977 a null pointer.
10978 * gdb.base/wchar.exp: Likewise.
10979
10980 2018-03-14 Tom Tromey <tom@tromey.com>
10981
10982 PR cli/19918:
10983 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
10984 flag.
10985
10986 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
10987
10988 PR gdb/22841
10989 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
10990 "target" to remote_exec.
10991
10992 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
10993
10994 PR gdb/22841
10995 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
10996 ${board}_upload): Remove.
10997
10998 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
10999
11000 * gdb.cp/watch-cp.cc: New test.
11001 * gdb.cp/watch-cp.exp: New file.
11002
11003 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11004
11005 * gdb.base/infcall-nested-structs.exp: New file.
11006 * gdb.base/infcall-nested-structs.c: New file.
11007 * gdb.base/float.exp: Add riscv support.
11008
11009 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
11010
11011 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
11012 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
11013
11014 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
11015
11016 * gdb.server/abspath.exp: New file.
11017 * lib/gdb.exp (with_cwd): New procedure.
11018
11019 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
11020
11021 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
11022 use it.
11023 (gdb_is_target_remote_prompt): New proc.
11024 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
11025 (gdb_is_target_native): Pass prompt parameter to
11026 gdb_is_target_1.
11027
11028 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
11029
11030 * gdb.base/load-command.c: New file.
11031 * gdb.base/load-command.exp: New file.
11032 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
11033 (gdb_is_target_1): ...this, and generalize for other targets
11034 than just remote.
11035 (gdb_is_target_remote): Use gdb_is_target_1.
11036 (gdb_is_target_native): use gdb_is_target_1.
11037
11038 2018-02-26 Tom Tromey <tom@tromey.com>
11039
11040 PR python/16497:
11041 * gdb.python/py-framefilter.exp: Update test.
11042
11043 2018-02-26 Tom Tromey <tom@tromey.com>
11044
11045 * gdb.dwarf2/variant.c: New file.
11046 * gdb.dwarf2/variant.exp: New file.
11047
11048 2018-02-26 Tom Tromey <tom@tromey.com>
11049
11050 * gdb.rust/simple.exp: Accept more possible results in enum test.
11051
11052 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
11053
11054 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
11055 parentheses.
11056
11057 2018-02-23 Maciej W. Rozycki <macro@mips.com>
11058
11059 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
11060 name of a variable: $actual_linejj -> $actual_line.
11061
11062 2018-02-21 John Baldwin <jhb@FreeBSD.org>
11063
11064 * gdb.arch/amd64-i386-address.exp: Fix a typo.
11065
11066 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
11067
11068 * gdb.btrace/buffer-size.exp: Do not force BTS.
11069
11070 2018-02-14 Pedro Alves <palves@redhat.com>
11071
11072 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
11073 getting a "Quit".
11074
11075 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
11076
11077 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
11078 Fix test name.
11079
11080 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
11081
11082 * gdb.cp/m-static.exp: Check type of optimized out static
11083 member.
11084
11085 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
11086
11087 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
11088 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
11089
11090 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
11091 Leszek Swirski <leszeks@google.com>
11092
11093 * gdb.python/py-prettyprint.c
11094 (struct to_string_returns_value_inner,
11095 struct to_string_returns_value_wrapper): New.
11096 (main): Add tsrvw variable.
11097 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
11098 ToStringReturnsValueWrapper): New classes.
11099 (register_pretty_printers): Register new pretty-printers.
11100 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
11101 recursive pretty printer.
11102 * gdb.python/py-mi.exp: Likewise.
11103
11104 2018-02-01 Leszek Swirski <leszeks@google.com>
11105
11106 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
11107 functions with the same name as an include file are parsed
11108 correctly.
11109
11110 2018-02-01 Yao Qi <yao.qi@linaro.org>
11111
11112 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
11113 "\[^\r\n\]*".
11114
11115 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
11116
11117 * gdb.arch/powerpc-prologue-frame.s: New file.
11118 * gdb.arch/powerpc-prologue-frame.c: Likewise.
11119 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
11120
11121 2018-01-31 Joel Brobecker <brobecker@adacore.com>
11122
11123 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
11124
11125 2018-01-30 Pedro Alves <palves@redhat.com>
11126
11127 PR gdb/13211
11128 * gdb.base/interrupt-daemon.c: New.
11129 * gdb.base/interrupt-daemon.exp: New.
11130 * gdb.multi/multi-term-settings.c: New.
11131 * gdb.multi/multi-term-settings.exp: New.
11132
11133 2018-01-30 Joel Brobecker <brobecker@adacore.com>
11134
11135 * gdb.base/break.exp: Save the location where the breakpoint
11136 on break.c:47 was actually inserted when debugging the version
11137 compiled at -O2 and use it in the expected output of the "info
11138 break" test performed soon after.
11139
11140 2018-01-22 Pedro Alves <palves@redhat.com>
11141 Sergio Durigan Junior <sergiodj@redhat.com>
11142
11143 * gdb.base/whatis.exp: Add tests for 'set print object on' +
11144 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
11145
11146 2018-01-22 Joel Brobecker <brobecker@adacore.com>
11147
11148 * gdb.base/break-include.c, gdb.base/break-include.inc,
11149 gdb.base/break-include.exp: New files.
11150 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
11151 line number now being the actual line number where the breakpoint
11152 was inserted.
11153 * gdb.mi/mi-break.exp: Likewise.
11154 * gdb.mi/mi-reverse.exp: Likewise.
11155 * gdb.mi/mi-simplerun.exp: Ditto.
11156
11157 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11158
11159 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
11160 varobj.
11161 * gdb.mi/mi-var-create-rtti.exp: Likewise.
11162
11163 2018-01-21 Don Breazeal <donb@codesourcery.com>
11164 Andrew Burgess <andrew.burgess@embecosm.com>
11165
11166 * gdb.mi/basics.c: Add new global.
11167 * gdb.mi/mi-frame-regs.exp: New file.
11168 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
11169 case.
11170
11171 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11172
11173 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
11174 non-parameter, and on an unknown symbol.
11175
11176 2018-01-19 Tom Tromey <tom@tromey.com>
11177
11178 * gdb.rust/modules.rs (TWENTY_THREE): New global.
11179 * gdb.rust/modules.exp: Add ::-qualified lookup test.
11180
11181 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11182
11183 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
11184 setrlimit and chdir to int.
11185
11186 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11187
11188 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
11189 function.
11190 (my_tend): Likewise.
11191 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
11192 rationale of avoiding FP- and vector instructions.
11193
11194 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
11195
11196 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
11197 "info reg" with "\[ \t\]*".
11198 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
11199 "\[ \t\]+".
11200 * gdb.arch/s390-multiarch.exp: Ditto.
11201 * gdb.base/pc-fp.exp: Ditto.
11202 * gdb.reverse/i386-precsave.exp: Ditto.
11203 * gdb.reverse/i386-reverse.exp: Ditto.
11204 * gdb.reverse/i387-env-reverse.exp: Ditto.
11205 * gdb.reverse/i387-stack-reverse.exp: Ditto.
11206
11207 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11208
11209 * lib/gdb.exp (gdb_compile): Re-enable use of
11210 universal_compile_options for languages other than Rust.
11211
11212 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11213
11214 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
11215
11216 2018-01-17 Mike Gulick <mgulick@mathworks.com>
11217
11218 PR gdb/16577
11219 * gdb.base/solib-vanish.exp: New.
11220 * gdb.base/solib-vanish-main.c: New.
11221 * gdb.base/solib-vanish-lib1.c: New.
11222 * gdb.base/solib-vanish-lib2.c: New.
11223
11224 2018-01-17 Yao Qi <yao.qi@linaro.org>
11225
11226 * gdb.compile/compile.exp: Match the address printed for
11227 frame in the output of command "bt".
11228
11229 2018-01-15 Tom Tromey <tom@tromey.com>
11230
11231 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
11232 compute sp_reg.
11233
11234 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
11235
11236 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
11237 to prepare.
11238 (prepare): Return 0 on error, 1 on success.
11239
11240 2018-01-12 Pedro Alves <palves@redhat.com>
11241
11242 * gdb.base/continue-after-aborted-step-over.c: New.
11243 * gdb.base/continue-after-aborted-step-over.exp: New.
11244
11245 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
11246
11247 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
11248 options when not creating an executable.
11249
11250 2018-01-11 Pedro Alves <palves@redhat.com>
11251
11252 PR remote/22597
11253 * gdb.server/stop-reply-no-thread.c: New file.
11254 * gdb.server/stop-reply-no-thread.exp: New file.
11255
11256 2018-01-10 Pedro Alves <palves@redhat.com>
11257
11258 PR gdb/22670
11259 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
11260 functions too. Test setting breakpoints and printing C functions
11261 with no debug info too.
11262 * gdb.ada/bp_c_mixed_case/qux.c: New file.
11263
11264 2018-01-10 Pedro Alves <palves@redhat.com>
11265
11266 PR gdb/22670
11267 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
11268 a fail.
11269
11270 2018-01-10 Pedro Alves <palves@redhat.com>
11271
11272 PR gdb/22670
11273 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
11274
11275 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11276
11277 * gdb.server/unittest.exp: Match the output in non-development
11278 mode.
11279
11280 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11281
11282 * gdb.gdb/unittest.exp: Match output in non-development mode.
11283
11284 2018-01-08 Joel Brobecker <brobecker@adacore.com>
11285
11286 * gdb.ada/access_tagged_param.exp: Relax expected output
11287 for value of "ObjL" in "continue" to pck.inspect breakpoint
11288 test.
11289
11290 2018-01-08 Joel Brobecker <brobecker@adacore.com>
11291
11292 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
11293 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
11294
11295 2018-01-05 Pedro Alves <palves@redhat.com>
11296
11297 PR gdb/18653
11298 * gdb.base/libsegfault.exp: New.
11299
11300 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11301
11302 PR gdb/22670
11303 * gdb.ada/access_tagged_param.exp: New file.
11304 * gdb.ada/access_tagged_param/foo.adb: New file.
11305
11306 2018-01-05 Pedro Alves <palves@redhat.com>
11307
11308 PR gdb/22670
11309 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
11310 exercise lower case too, and to exercise both full matching and
11311 wild matching.
11312
11313 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11314
11315 * gdb.ada/rename_subscript_param: New testcase.
11316
11317 2018-01-05 Jerome Guitton <guitton@adacore.com>
11318
11319 * gdb.ada/arr_acc_idx_w_gap: New testcase.
11320
11321 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11322
11323 * gdb.ada/convvar_comp: New testcase.
11324
11325 2018-01-05 Xavier Roirand <roirand@adacore.com>
11326
11327 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
11328 (My_Table): New global variable.
11329 * testsuite/gdb.ada/array_char_idx.exp: Add test.
11330
11331 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11332
11333 PR gdb/22670
11334 * gdb.ada/maint_with_ada: New testcase.
11335
11336 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11337
11338 PR gdb/22670
11339 * gdb.ada/bp_c_mixed_case: New testcase.
11340
11341 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11342
11343 PR gdb/22670
11344 * gdb.ada/complete.exp: Add "complete break ada" test.
11345
11346 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11347
11348 PR gdb/22670
11349 * gdb.ada/info_addr_mixed_case: New testcase.
11350
11351 2018-01-03 Xavier Roirand <roirand@adacore.com>
11352
11353 * gdb.ada/excep_handle.exp: New testcase.
11354 * gdb.ada/excep_handle/foo.adb: New file.
11355 * gdb.ada/excep_handle/pck.ads: New file.
11356
11357 2018-01-03 Joel Brobecker <brobecker@adacore.com>
11358
11359 * gdb.base/step-line.c: Add extra empty line in copyright header.
11360 * gdb.base/step-line.inp: Likewise.
11361
11362 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11363
11364 * gdb.ada/dyn_stride.exp: Add slice test.
11365
11366 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11367
11368 * gdb.ada/dyn_stride: New testcase.
11369
11370 2017-12-27 Stafford Horne <shorne@gmail.com>
11371
11372 * gdb.xml/extra-regs.xml: Add example foo reggroup.
11373 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
11374
11375 2017-12-27 Stafford Horne <shorne@gmail.com>
11376
11377 * gdb.base/reggroups.c: New file.
11378 * gdb.base/reggroups.exp: New file.
11379
11380 2017-12-18 Joel Brobecker <brobecker@adacore.com>
11381
11382 * gdb.dwarf2/ada-valprint-error.c: New file.
11383 * gdb.dwarf2/ada-valprint-error.exp: New file.
11384
11385 2017-12-18 Joel Brobecker <brobecker@adacore.com>
11386
11387 * gdb.ada/assign_arr: New testcase.
11388
11389 2017-12-18 Xavier Roirand <roirand@adacore.com>
11390
11391 * gdb.ada/funcall_ptr: New testcase.
11392
11393 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11394
11395 PR cli/16224
11396 * gdb.base/ptype-offsets.cc: New file.
11397 * gdb.base/ptype-offsets.exp: New file.
11398
11399 2017-12-15 Yao Qi <yao.qi@linaro.org>
11400
11401 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
11402 if XML is disabled.
11403
11404 2017-12-15 Xavier Roirand <roirand@adacore.com>
11405
11406 * gdb.ada/same_component_name: New testcase.
11407
11408 2017-12-14 Joel Brobecker <brobecker@adacore.com>
11409
11410 * gdb.ada/str_binop_equal: New testcase.
11411
11412 2017-12-14 Joel Brobecker <brobecker@adacore.com>
11413
11414 * gdb.ada/task_switch_in_core: New testcase.
11415
11416 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
11417
11418 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
11419 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
11420 call test_bkpt_qualified.
11421 (test_bkpt_qualified): New proc.
11422
11423 2017-12-13 Pedro Alves <palves@redhat.com>
11424
11425 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
11426 Tighten regexp by matching with an anchor.
11427
11428 2017-12-13 Pedro Alves <palves@redhat.com>
11429
11430 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
11431 ("expression with namespace"): New set of tests.
11432 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
11433 (Nested::Test_NS::qux): New.
11434 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
11435 defaults to 'start_quote_char' and 'end_quote_char' parameters.
11436
11437 2017-12-13 Joel Brobecker <brobecker@adacore.com>
11438
11439 * gdb.base/server-del-break.c: New file.
11440 * gdb.base/server-del-break.exp: New file.
11441
11442 2017-12-12 Stafford Horne <shorne@gmail.com>
11443
11444 * gdb.xml/tdesc-regs.exp: Add or1k support.
11445
11446 2017-12-12 Stafford Horne <shorne@gmail.com>
11447
11448 * gdb.base/bp-permanent.c: Define nop of or1k.
11449
11450 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11451
11452 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
11453 output with components being reordered.
11454
11455 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11456
11457 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
11458 output with components being reordered.
11459
11460 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11461 Pedro Alves <palves@redhat.com>
11462
11463 * gdb.base/maint.exp (check for .gdb_index): Check also for
11464 .debug_names.
11465 * gdb.dlang/watch-loc.c (.debug_aranges): New.
11466 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
11467 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
11468 (.gdb_index used after symbol reloading): Support also .debug_names.
11469 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
11470
11471 2017-12-08 Yao Qi <yao.qi@linaro.org>
11472
11473 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11474 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
11475
11476 2017-12-08 Yao Qi <yao.qi@linaro.org>
11477
11478 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11479 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
11480
11481 2017-12-08 Yao Qi <yao.qi@linaro.org>
11482
11483 * gdb.arch/aarch64-tagged-pointer.c: New file.
11484 * gdb.arch/aarch64-tagged-pointer.exp: New file.
11485
11486 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
11487
11488 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
11489 "int".
11490
11491 2017-12-07 Keith Seitz <keiths@redhat.com>
11492
11493 PR breakpoints/22569
11494 * gdb.linespec/ls-errs.exp: Change expected result of "break
11495 -source this file has spaces.c -line 3".
11496 Check that an explicit source file followed by whitespace is
11497 identified as an invalid explicit location.
11498
11499 2017-12-07 Keith Seitz <keiths@redhat.com>
11500
11501 * gdb.cp/nested-types.cc: New file.
11502 * gdb.cp/nested-types.exp: New file.
11503 * lib/cp-support.exp: Load data-structures.exp library.
11504 (debug_cp_test_ptype_class): New global.
11505 (cp_ptype_class_verbose, next_line): New procedures.
11506 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
11507 Add and document new return value.
11508 Switch the list of lines to a queue.
11509 Add support for new `type' key for nested type definitions.
11510 Add debugging/troubleshooting messages.
11511 * lib/data-structures.exp: New file.
11512
11513 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
11514
11515 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
11516 with proc_with_prefix, don't use with_test_prefix.
11517
11518 2017-12-07 Tom Tromey <tom@tromey.com>
11519
11520 * gdb.base/break.exp: Add test for empty "commands".
11521
11522 2017-12-07 Yao Qi <yao.qi@linaro.org>
11523
11524 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
11525 malloc and catch syscall.
11526
11527 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
11528
11529 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
11530 tests for explicit locations.
11531
11532 2017-12-06 Pedro Alves <palves@redhat.com>
11533
11534 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
11535 force-disabling XML descriptions.
11536
11537 2017-12-04 Pedro Alves <palves@redhat.com>
11538
11539 PR gdb/22499
11540 * gdb.arch/amd64-disp-step-avx.S: New file.
11541 * gdb.arch/amd64-disp-step-avx.exp: New file.
11542
11543 2017-12-03 Pedro Alves <palves@redhat.com>
11544
11545 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
11546 and <string.h>.
11547 (parent_function): Print distinct messages when waitpid fails, or
11548 the child exits with a signal, or the child exits for an unhandled
11549 reason.
11550 * gdb.threads/process-dies-while-detaching.exp
11551 (detach_and_expect_exit): New 'inf_output_re' parameter and use
11552 it. Wait for both inferior output and GDB's prompt. Use an
11553 indirect spawn id list.
11554 (do_detach): New parameter 'child_exit'. Use it to compute
11555 expected inferior output.
11556 (test_detach, test_detach_watch, test_detach_killed_outside):
11557 Adjust to pass down the expected child exit kind.
11558
11559 2017-12-01 Joel Brobecker <brobecker@adacore.com>
11560 Sergio Durigan Junior <sergiodj@redhat.com>
11561 Pedro Alves <palves@redhat.com>
11562
11563 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
11564
11565 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
11566
11567 * gdb.base/relocate.exp: Add tests to guarantee that arguments
11568 to 'symbol-file' and 'add-symbol-file' can be
11569 position-independent.
11570
11571 2017-12-01 Yao Qi <yao.qi@linaro.org>
11572
11573 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
11574 the URL in copyright header.
11575 * gdb.arch/aarch64-fp.exp: Likewise.
11576 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
11577 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
11578 * gdb.base/expand-psymtabs.exp: Likewise.
11579 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
11580 * gdb.fortran/common-block.exp: Likewise.
11581 * gdb.fortran/common-block.f90: Likewise.
11582 * gdb.fortran/logical.exp: Likewise.
11583 * gdb.fortran/vla-datatypes.f90: Likewise.
11584 * gdb.fortran/vla-sub.f90: Likewise.
11585
11586 2017-11-30 Joel Brobecker <brobecker@adacore.com>
11587
11588 * gdb.ada/repeat_dyn: New testcase.
11589
11590 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
11591
11592 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
11593 Update for changed thread numbering.
11594 * gdb.cell/bt.exp: Update for changed GDB output.
11595
11596 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
11597
11598 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
11599 setting isremote by hand.
11600 * boards/dwarf4-gdb-index.exp: Likewise.
11601 * boards/fission.exp: Likewise.
11602 * boards/stabs.exp: Likewise.
11603
11604 2017-11-30 Pedro Alves <palves@redhat.com>
11605
11606 * gdb.linespec/cpls-ops.exp
11607 (check_explicit_skips_function_argument): Extract the underlying
11608 type of size_t instead of hardcoding it.
11609
11610 2017-11-29 Pedro Alves <palves@redhat.com>
11611
11612 PR c++/19436
11613 * gdb.linespec/cpls-abi-tag.cc: New file.
11614 * gdb.linespec/cpls-abi-tag.exp: New file.
11615
11616 2017-11-29 Pedro Alves <palves@redhat.com>
11617
11618 * gdb.base/langs.exp: Use -qualified.
11619 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
11620 it.
11621 * gdb.cp/namespace.exp: Use -qualified.
11622 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
11623 (overload-3, template-overload, template-ret-type, const-overload)
11624 (const-overload-quoted, anon-ns, ambiguous-prefix): New
11625 procedures.
11626 (test_driver): Call them.
11627 * gdb.cp/save-bp-qualified.cc: New.
11628 * gdb.cp/save-bp-qualified.exp: New.
11629 * gdb.linespec/explicit.exp: Test -qualified.
11630 * lib/completion-support.exp (completion::explicit_opts_list): Add
11631 "-qualified".
11632 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
11633
11634 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
11635
11636 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
11637
11638 2017-11-29 Tom Tromey <tom@tromey.com>
11639
11640 * gdb.base/relocate.exp: Update invalid argument test.
11641 Add new tests for invalid arguments.
11642
11643 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
11644
11645 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
11646 Return 0 as a long.
11647 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
11648
11649 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
11650
11651 * gdb.cp/breakpoint.cc (bar): Set return type to void.
11652 * gdb.cp/psymtab-parameter.cc (func): Likewise.
11653 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
11654 func ().
11655 * gdb.cp/shadow.cc (B.func): Return 0.
11656
11657 2017-11-27 Joel Brobecker <brobecker@adacore.com>
11658
11659 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
11660 expected output in gdb_expect call to allow the exception
11661 message to be present as well. Fix syntax confusion to avoid
11662 TCL thinking that exception_name is an array.
11663
11664 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
11665
11666 * gdb.arch/spu-info.c: Include <unistd.h>.
11667 (do_signal_test): Fix broken calls to write.
11668 * gdb.arch/spu-info.exp: Use prepare_for_testing.
11669 Fix checks for empty mailboxes. Update signal tests for corrected
11670 do_signal_test routine. Allow nonzero event status.
11671 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
11672 * gdb.cell/arch.exp: Use standard_output_file.
11673 * gdb.cell/break.exp: Likewise.
11674 * gdb.cell/bt.exp: Likewise.
11675 * gdb.cell/core.exp: Likewise.
11676 * gdb.cell/dwarfaddr.exp: Likewise.
11677 * gdb.cell/ea-cache.exp: Likewise.
11678 * gdb.cell/ea-standalone.exp: Likewise.
11679 * gdb.cell/f-regs.exp: Likewise.
11680 * gdb.cell/fork.exp: Likewise.
11681 * gdb.cell/gcore.exp: Likewise.
11682 * gdb.cell/mem-access.exp: Likewise.
11683 * gdb.cell/ptype.exp: Likewise.
11684 * gdb.cell/registers.exp: Likewise.
11685 * gdb.cell/sizeof.exp: Likewise.
11686 * gdb.cell/solib-symbol.exp: Likewise.
11687 * gdb.cell/solib.exp: Likewise.
11688
11689 2017-11-25 Pedro Alves <palves@redhat.com>
11690
11691 * gdb.base/complete-empty.exp: New file.
11692 * gdb.base/completion.exp: Adjust.
11693
11694 2017-11-25 Pedro Alves <palves@redhat.com>
11695
11696 * gdb.linespec/cpls-ops.cc: New file.
11697 * gdb.linespec/cpls-ops.exp: New file.
11698 * lib/completion-support.exp (test_complete_prefix_range_re): New,
11699 factored out from ...
11700 (test_complete_prefix_range): ... this.
11701
11702 2017-11-24 Pedro Alves <palves@redhat.com>
11703
11704 * gdb.linespec/cpcompletion.exp: New file.
11705 * gdb.linespec/cpls-hyphen.cc: New file.
11706 * gdb.linespec/cpls.cc: New file.
11707 * gdb.linespec/cpls2.cc: New file.
11708 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
11709 test to use test_gdb_complete_unique. Add label completion,
11710 keyword completion and explicit location completion tests.
11711 * lib/completion-support.exp: New file.
11712
11713 2017-11-24 Joel Brobecker <brobecker@adacore.com>
11714
11715 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
11716 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
11717 when hitting an exception catchpoint.
11718
11719 2017-11-22 Yao Qi <yao.qi@linaro.org>
11720
11721 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
11722
11723 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
11724
11725 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
11726 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
11727 * gdb.dwarf2/info-locals-optimized-out.c: New file.
11728
11729 2017-11-22 Yao Qi <yao.qi@linaro.org>
11730
11731 * gdb.base/info-os.exp: Pass pthreads.
11732 * gdb.multi/multi-attach.exp: Likewise.
11733
11734 2017-11-22 Yao Qi <yao.qi@linaro.org>
11735
11736 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
11737 compiler.
11738
11739 2017-11-22 Yao Qi <yao.qi@linaro.org>
11740
11741 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
11742 * gdb.base/break-interp.exp: Likewise.
11743 * gdb.base/jit-attach-pie.exp: Likewise.
11744
11745 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
11746
11747 * gdb.base/float128.c (large128): New variable.
11748 * gdb.base/float128.exp: Add test to print largest __float128 value.
11749
11750 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
11751
11752 * gdb.arch/vsx-regs.exp: Update register content checks.
11753
11754 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
11755
11756 * gdb.arch/ppc-longdouble.exp: New file.
11757 * gdb.arch/ppc-longdouble.c: Likewise.
11758
11759 2017-11-21 Pedro Alves <palves@redhat.com>
11760
11761 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
11762
11763 2017-11-20 Pedro Alves <palves@redhat.com>
11764
11765 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
11766 (long_double_typedef): New typedefs.
11767 Use DEF on double and long double.
11768 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
11769 cases.
11770 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
11771 and 'long_double_ptr_same_size' locals. Use them to decide
11772 whether cast from array/function to float is valid/invalid.
11773
11774 2017-11-17 Tom Tromey <tom@tromey.com>
11775
11776 * gdb.rust/traits.rs: New file.
11777 * gdb.rust/traits.exp: New file.
11778
11779 2017-11-17 Joel Brobecker <brobecker@adacore.com>
11780
11781 * gdb.ada/minsyms: New testcase.
11782
11783 2017-11-16 Pedro Alves <palves@redhat.com>
11784
11785 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
11786 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
11787
11788 2017-11-16 Pedro Alves <palves@redhat.com>
11789
11790 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
11791 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
11792
11793 2017-11-16 Pedro Alves <palves@redhat.com>
11794
11795 * gdb.server/reconnect-ctrl-c.c: New file.
11796 * gdb.server/reconnect-ctrl-c.exp: New file.
11797
11798 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
11799
11800 * gdb.python/py-rbreak.exp: New file.
11801 * gdb.python/py-rbreak.c: New file.
11802 * gdb.python/py-rbreak-func2.c: New file.
11803
11804 2017-11-16 Pedro Alves <palves@redhat.com>
11805
11806 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
11807 pattern.
11808 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
11809 GDB.
11810
11811 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
11812
11813 * gdb.tui/completionn.exp (test_tab_completion): Add space in
11814 regex.
11815
11816 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
11817
11818 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
11819 test names.
11820
11821 2017-11-09 Pedro Alves <palves@redhat.com>
11822
11823 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
11824 factored out from ...
11825 (top level): ... here, and adjusted to avoid expecting beyond the
11826 prompt in a single gdb_test_multiple.
11827
11828 2017-11-09 Pedro Alves <palves@redhat.com>
11829
11830 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
11831 output.
11832 * gdb.server/ext-attach.exp ("kill" test): Likewise.
11833 * gdb.server/ext-restart.exp ("kill" test): Likewise.
11834 * gdb.server/ext-run.exp ("kill" test): Likewise.
11835 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
11836
11837 2017-11-09 Pedro Alves <palves@redhat.com>
11838
11839 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
11840 match till end of line.
11841
11842 2017-11-09 Pedro Alves <palves@redhat.com>
11843
11844 * gdb.base/memattr.exp: Tighten regexes to match the end line.
11845
11846 2017-11-09 Pedro Alves <palves@redhat.com>
11847
11848 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
11849 New procedures, factored out from ...
11850 (top level): ... here, and adjusted to avoid expecting beyond the
11851 prompt in one go.
11852
11853 2017-11-09 Pedro Alves <palves@redhat.com>
11854
11855 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
11856 output. Fix '?' match.
11857
11858 2017-11-08 Joel Brobecker <brobecker@adacore.com>
11859
11860 * gdb.ada/scoped_watch: New testcase.
11861 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
11862 which is actually correct.
11863 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
11864 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
11865
11866 2017-11-08 Pedro Alves <palves@redhat.com>
11867
11868 * gdb.gdb/complaints.exp (test_initial_complaints)
11869 (test_serial_complaints, test_short_complaints): Call
11870 complaint_internal instead of complaint.
11871
11872 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
11873
11874 * gdb.threads/tls-core.c: New file.
11875 * gdb.threads/tls-core.exp: Likewise.
11876
11877 2017-11-08 Pedro Alves <palves@redhat.com>
11878
11879 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
11880 (p Exported_Capitalized): New test.
11881 (p exported_capitalized): New test.
11882
11883 2017-11-07 Pedro Alves <palves@redhat.com>
11884
11885 * gdb.cp/ena-dis-br-range.exp: Add more tests.
11886
11887 2017-11-07 Pedro Alves <palves@redhat.com>
11888
11889 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
11890 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
11891 (disable_invalid, disable_inverted, disable_negative): New
11892 procedures.
11893 ("bad numbers"): New set of tests.
11894
11895 2017-11-07 Pedro Alves <palves@redhat.com>
11896
11897 * gdb.cp/ena-dis-br-range.exp: Add tests.
11898
11899 2017-11-07 Pedro Alves <palves@redhat.com>
11900
11901 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
11902
11903 2017-11-07 Xavier Roirand <roirand@adacore.com>
11904 Pedro Alves <palves@redhat.com>
11905
11906 * gdb.base/ena-dis-br.exp: Add reference to
11907 gdb.cp/ena-dis-br-range.exp.
11908 * gdb.cp/ena-dis-br-range.exp: New file.
11909 * gdb.cp/ena-dis-br-range.cc: New file.
11910
11911 2017-11-06 Pedro Alves <palves@redhat.com>
11912
11913 * gdb.base/attach-non-pgrp-leader.c: New.
11914 * gdb.base/attach-non-pgrp-leader.exp: New.
11915
11916 2017-11-06 Pedro Alves <palves@redhat.com>
11917
11918 * configure.ac: No longer check for termio.h and sgtty.h.
11919 * configure: Regenerate.
11920 * remote-utils.c: Include termios.h instead of gdb_termios.h.
11921 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
11922 Remove termio and sgtty code.
11923
11924 2017-11-03 Yao Qi <yao.qi@linaro.org>
11925
11926 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
11927 in GDB is disabled.
11928
11929 2017-11-03 Yao Qi <yao.qi@linaro.org>
11930
11931 * gdb.python/py-thrhandle.exp: Skip it if python is not
11932 enabled.
11933
11934 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
11935
11936 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
11937 as a breakpoint command.
11938
11939 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
11940
11941 PR python/21213
11942 * gdb.python/py-infthread.exp: Test calling
11943 InferiorThread.inferior () multiple times in a row.
11944
11945 2017-10-27 Keith Seitz <keiths@redhat.com>
11946
11947 * gdb.opt/inline-break.exp (break_info_1): New procedure.
11948 Test "info break" for every inlined function breakpoint.
11949
11950 2017-10-27 Yao Qi <yao.qi@linaro.org>
11951
11952 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
11953
11954 2017-10-26 Patrick Frants <osscontribute@gmail.com>
11955
11956 * gdb.cp/classes.exp (test_static_members): Test printing
11957 Outer::instance.
11958 * gdb.cp/classes.c (struct Inner, struct Outer): New.
11959 (Inner::instance, Outer::instance): New.
11960
11961 2017-10-24 Pedro Alves <palves@redhat.com>
11962
11963 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
11964 extra console" test in two stages.
11965
11966 2017-10-24 Pedro Alves <palves@redhat.com>
11967
11968 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
11969
11970 2017-10-24 Pedro Alves <palves@redhat.com>
11971
11972 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
11973 loop.
11974
11975 2017-10-24 Pedro Alves <palves@redhat.com>
11976
11977 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
11978 $attempt" and "stoppedtry $stoppedtry" test prefixes.
11979
11980 2017-10-24 Pedro Alves <palves@redhat.com>
11981
11982 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
11983 parameter and handle it. Don't output read value in test name.
11984
11985 2017-10-24 Pedro Alves <palves@redhat.com>
11986
11987 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
11988 custom test name.
11989
11990 2017-10-24 Pedro Alves <palves@redhat.com>
11991
11992 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
11993 include the unstable output directory name in the test's name.
11994 (initial_setup_simple) <'set args'>: Use custom test name.
11995
11996 2017-10-24 Pedro Alves <palves@redhat.com>
11997
11998 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
11999 with explicit test name.
12000
12001 2017-10-20 Pedro Alves <palves@redhat.com>
12002
12003 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
12004 'wait -i'. Use gdb_assert and remote_close.
12005
12006 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
12007
12008 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
12009 number from variable rather than hard-coded.
12010
12011 2017-10-19 Pedro Alves <palves@redhat.com>
12012
12013 * gdb.base/long-inferior-output.c: New file.
12014 * gdb.base/long-inferior-output.exp: New file.
12015
12016 2017-11-18 Keith Seitz <keiths@redhat.com>
12017
12018 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
12019 method.
12020 (main): Call it.
12021 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
12022 Add additional user-defined conversion operator tests.
12023
12024 2017-10-17 Pedro Alves <palves@redhat.com>
12025
12026 * boards/native-stdio-gdbserver.exp: Load "local-board".
12027
12028 2017-10-17 Pedro Alves <palves@redhat.com>
12029
12030 * gdb.base/quit-live.c: New file.
12031 * gdb.base/quit-live.exp: New file.
12032
12033 2017-10-16 Keith Seitz <keiths@redhat.com>
12034
12035 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
12036 (class_with_protected_typedef, class_with_private_typedef)
12037 (struct_with_public_typedef, struct_with_protected_typedef)
12038 (struct_with_private_typedef): New classes/structs.
12039 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
12040 typedefs and access specifiers.
12041
12042 2017-10-16 Pedro Alves <palves@redhat.com>
12043 Simon Marchi <simon.marchi@polymtl.ca>
12044
12045 * README (Local vs Remote vs Native): New section.
12046 * boards/local-board.exp: New file, with bits factored out from
12047 ...
12048 * boards/native-extended-gdbserver.exp: ... here. Load
12049 "local-board".
12050 * boards/native-gdbserver.exp: Load "local-board".
12051 (${board}_spawn, ${board}_exec): Delete.
12052 * boards/native-stdio-gdbserver.exp: Most contents factored out to
12053 ...
12054 * boards/stdio-gdbserver-base.exp: ... this new file.
12055 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
12056 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
12057 procedure.
12058 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
12059 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
12060 stdio_gdbserver_command.
12061 (${board}_get_remote_address, ${board}_get_comm_port)
12062 (${board}_download, ${board}_upload): Delete.
12063 (get_target_remote_pipe_cmd): New.
12064
12065 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
12066
12067 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
12068 test_bkpt_deletion, test_bkpt_cond_and_cmds,
12069 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
12070 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
12071 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
12072 remove with_test_prefix.
12073
12074 2017-10-13 Pedro Alves <palves@redhat.com>
12075
12076 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
12077 * gdb.base/annota1.exp: Use it instead of is_remote.
12078 * gdb.base/annota3.exp: Use it instead of is_remote.
12079 * gdb.cp/annota2.exp: Use it instead of is_remote.
12080 * gdb.cp/annota3.exp: Use it instead of is_remote.
12081 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
12082
12083 2017-10-13 Pedro Alves <palves@redhat.com>
12084
12085 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
12086 (test_num_test_vars, run_and_count_vars, find_env)
12087 (test_set_unset_env, test_inherit_env_var): New procedures.
12088 (top level): Use them.
12089
12090 2017-10-13 Pedro Alves <palves@redhat.com>
12091
12092 * lib/selftest-support.exp (selftest_setup): Extend comments, and
12093 also skip on stub-like targets.
12094
12095 2017-10-13 Pedro Alves <palves@redhat.com>
12096
12097 PR gdb/22293
12098 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
12099 (top level): Move some tests to ...
12100 (test_not_found): ... this new procedure.
12101 (top level): Call it.
12102
12103 2017-10-13 Pedro Alves <palves@redhat.com>
12104
12105 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
12106 expect different "info terminal" output if testing with a
12107 non-native target.
12108
12109 2017-10-13 Pedro Alves <palves@redhat.com>
12110 Simon Marchi <simon.marchi@polymtl.ca>
12111
12112 PR python/12966
12113 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
12114
12115 2017-10-13 Pedro Alves <palves@redhat.com>
12116
12117 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
12118 already.
12119
12120 2017-10-13 Pedro Alves <palves@redhat.com>
12121
12122 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
12123 is_remote.
12124
12125 2017-10-13 Pedro Alves <palves@redhat.com>
12126
12127 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
12128 is_remote.
12129
12130 2017-10-13 Pedro Alves <palves@redhat.com>
12131
12132 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
12133 is set.
12134 (corefile_test_attach): Likewise. Check can_spawn_for_attach
12135 instead of is_remote.
12136
12137 2017-10-13 Pedro Alves <palves@redhat.com>
12138
12139 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
12140 (top level): Add comment.
12141
12142 2017-10-13 Pedro Alves <palves@redhat.com>
12143
12144 * gdb.base/remote.exp (top level): Fix comment typo and add
12145 missing return.
12146
12147 2017-10-13 Pedro Alves <palves@redhat.com>
12148 Simon Marchi <simon.marchi@polymtl.ca>
12149
12150 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
12151 calls and add comments. Skip test if use_gdb_stub is set.
12152 (top level): Use "set cwd" command instead of "cd" command.
12153
12154 2017-10-13 Pedro Alves <palves@redhat.com>
12155
12156 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
12157 is_remote target check.
12158
12159 2017-10-13 Pedro Alves <palves@redhat.com>
12160
12161 * gdb.base/scope.exp: Use build_executable + clean_restart +
12162 gdb_file_cmd instead of prepare_for_testing and no longer skip
12163 "before run" tests on is_remote target boards. Update comments.
12164 * boards/native-extended-gdbserver.exp
12165 (extended_gdbserver_load_last_file): New, factored out from ...
12166 (gdb_load): ... this. Move further below and add comment.
12167 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
12168
12169 2017-10-12 Pedro Alves <palves@redhat.com>
12170
12171 * gdb.base/attach.exp: Remove references to gdb64.
12172 * gdb.base/dbx.exp: Remove references to gdb64.
12173
12174 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12175 Pedro Alves <palves@redhat.com>
12176
12177 * gdb.base/label.exp: Remove is_remote target check.
12178
12179 2017-10-12 Pedro Alves <palves@redhat.com>
12180
12181 * gdb.base/auvx.exp (coredir): Update comment.
12182 (top level) <core_works>: Use "set cwd" command instead of "cd"
12183 command.
12184
12185 2017-10-12 Pedro Alves <palves@redhat.com>
12186 Simon Marchi <simon.marchi@polymtl.ca>
12187
12188 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
12189 target boards.
12190
12191 2017-10-12 Pedro Alves <palves@redhat.com>
12192 Simon Marchi <simon.marchi@polymtl.ca>
12193
12194 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
12195 Instead skip if there's any gdb_protocol set.
12196
12197 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12198 Pedro Alves <palves@redhat.com>
12199
12200 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
12201
12202 2017-10-12 Pedro Alves <palves@redhat.com>
12203 Simon Marchi <simon.marchi@polymtl.ca>
12204
12205 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
12206 instead of on dejagnu remote boards.
12207
12208 2017-10-12 Pedro Alves <palves@redhat.com>
12209 Simon Marchi <simon.marchi@polymtl.ca>
12210
12211 * gdb.base/inferior-died.exp: Remove is_remote and isnative
12212 checks. Use build_executable + clean_restart instead of
12213 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
12214 of enabling non-stop after starting gdb.
12215
12216 2017-10-12 Pedro Alves <palves@redhat.com>
12217
12218 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
12219 * gdb.threads/non-ldr-exc-2.exp: Ditto.
12220 * gdb.threads/non-ldr-exc-3.exp: Ditto.
12221 * gdb.threads/non-ldr-exc-4.exp: Ditto.
12222
12223 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
12224
12225 * gdb.arch/arc-tdesc-cpu.exp: New file.
12226 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
12227
12228 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
12229
12230 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
12231
12232 2017-10-10 Pedro Alves <palves@redhat.com>
12233
12234 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
12235 expect CLI output.
12236
12237 2017-10-10 Pedro Alves <palves@redhat.com>
12238
12239 * lib/selftest-support.exp (selftest_setup): Update for
12240 captured_command_loop's prototype change.
12241
12242 2017-10-09 Pedro Alves <palves@redhat.com>
12243
12244 Test both arch1=>arch2 and arch2=>arch1.
12245
12246 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
12247 (srcfile2, binfile2, march1, march2): Remove globals. Largely
12248 factored out to...
12249 (append_arch1_options, append_arch2_options, append_arch_options)
12250 (build_executables): New procedures.
12251 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
12252 local.
12253 (top level): Add new 'first_arch' testing axis.
12254
12255 2017-10-09 Pedro Alves <palves@redhat.com>
12256
12257 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
12258 (barrier): New.
12259 (thread_start, all_started): New functions.
12260 (main): Spawn new thread and wait until it is scheduled.
12261 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
12262 option.
12263 (do_test): Add 'selected_thread' parameter. Run to all_started
12264 instead of main. Explicitly set the breakpoint at main. Switch
12265 to the SELECTED_THREAD thread.
12266 (top level): Test handling the exec event with either the main
12267 thread or the second thread selected.
12268
12269 2017-10-09 Pedro Alves <palves@redhat.com>
12270
12271 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
12272 logic. Move STOP marker after the value checks.
12273 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
12274 regexp.
12275
12276 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
12277
12278 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
12279
12280 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
12281
12282 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
12283 integer-to-dfp conversion.
12284 * gdb.base/dfp-test.exp: Likewise.
12285
12286 2017-10-04 Pedro Alves <palves@redhat.com>
12287
12288 * gdb.multi/hangout.c: Include <unistd.h>.
12289 (hangout_loop): New function.
12290 (main): Call alarm. Call hangout_loop in a loop.
12291 * gdb.multi/hello.c: Include <unistd.h>.
12292 (hello_loop): New function.
12293 (main): Call alarm. Call hangout_loop in a loop.
12294 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
12295 inferior with the other selected.
12296
12297 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
12298
12299 * gdb.mi/list-thread-groups-available.exp: New file.
12300 * gdb.mi/list-thread-groups-available.c: New file.
12301
12302 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12303
12304 * gdb.base/set-cwd.exp: Make it available on
12305 native-extended-gdbserver.
12306
12307 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12308
12309 * gdb.base/set-cwd.c: New file.
12310 * gdb.base/set-cwd.exp: Likewise.
12311
12312 2017-10-02 Tom Tromey <tom@tromey.com>
12313
12314 PR rust/22236:
12315 * gdb.rust/simple.rs (main): New variable "fslice".
12316 * gdb.rust/simple.exp: Add slice tests. Update string tests.
12317
12318 2017-10-02 Tom Tromey <tom@tromey.com>
12319
12320 * gdb.rust/simple.exp: Test ptype of a slice.
12321
12322 2017-10-02 Tom Tromey <tom@tromey.com>
12323
12324 * gdb.rust/simple.exp: Test index of slice.
12325
12326 2017-09-27 Tom Tromey <tom@tromey.com>
12327
12328 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
12329
12330 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
12331 Pedro Alves <palves@redhat.com>
12332
12333 * gdb.base/compare-sections.exp (get value of read-only section): Read
12334 as unsigned value.
12335 (corrupt read-only section): Likewise and don't set written if patching
12336 failed.
12337
12338 2017-09-21 Kevin Buettner <kevinb@redhat.com>
12339
12340 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
12341 files.
12342
12343 2017-09-20 Pedro Alves <palves@redhat.com>
12344
12345 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
12346 symbol names in gdb's output.
12347 * gdb.cp/overload.exp ("list all overloads"): Likewise.
12348
12349 2017-09-20 Pedro Alves <palves@redhat.com>
12350
12351 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
12352 Rename to ...
12353 (test_list_ambiguous_symbol): ... this and add a symbol name
12354 parameter. Adjust.
12355 (test_list_ambiguous_function): Reimplement on top of
12356 test_list_ambiguous_symbol and also test listing ambiguous
12357 variables.
12358 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
12359 (ambiguous_fun): ... this.
12360 (ambiguous_var): New.
12361 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
12362 (ambiguous_fun): ... this.
12363 (ambiguous_var): New.
12364
12365 2017-09-19 John Baldwin <jhb@FreeBSD.org>
12366
12367 * gdb.base/starti.c: New file.
12368 * gdb.base/starti.exp: New file.
12369 * lib/gdb.exp (gdb_starti_cmd): New procedure.
12370
12371 2017-09-14 Pedro Alves <palves@redhat.com>
12372
12373 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
12374 (top level): Use it instead of runto.
12375
12376 2017-09-11 Tom Tromey <tom@tromey.com>
12377
12378 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
12379
12380 2017-09-11 Tom Tromey <tom@tromey.com>
12381
12382 * gdb.python/py-infthread.exp: Add tests for new_thread event.
12383 * gdb.python/py-inferior.exp: Add tests for new inferior events.
12384
12385 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
12386
12387 * gdb.fortran/printing-types.exp: New file.
12388 * gdb.fortran/printing-types.exp: New file.
12389
12390 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12391
12392 * gdb.fortran/vla-ptype.exp: Fix typos.
12393 * gdb.fortran/vla-value.exp: Same.
12394
12395 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12396
12397 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
12398 * gdb.mi/mi-var-child-f.exp: Likewise.
12399 * gdb.mi/mi-vla-fortran.exp: Likewise.
12400
12401 2017-09-08 Frank Penczek <frank.penczek@intel.com>
12402 Christoph Weinmann <christoph.t.weinmann@intel.com>
12403 Bernhard Heckel <bernhard.heckel@intel.com>
12404
12405 * gdb.fortran/ptr-indentation.f90: New file.
12406 * gdb.fortran/ptr-indentation.exp: New file.
12407
12408 2017-09-05 Tom Tromey <tom@tromey.com>
12409
12410 PR gdb/22010:
12411 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
12412
12413 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
12414
12415 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
12416
12417 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12418
12419 * gdb.threads/tls-nodebug-pie.c: New file.
12420 * gdb.threads/tls-nodebug-pie.exp: New file.
12421
12422 2017-09-05 Tom Tromey <tom@tromey.com>
12423
12424 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
12425 for rust.
12426
12427 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
12428
12429 * gdb.multi/multi-arch-exec.exp: Test with different
12430 "follow-exec-mode" settings.
12431 (do_test): New procedure.
12432
12433 2017-09-04 Pedro Alves <palves@redhat.com>
12434
12435 * gdb.base/func-static.c (S::method const, S::method volatile)
12436 (S::method volatile const): New methods.
12437 (c_s, v_s, cv_s): New instances.
12438 (main): Call method() on them.
12439 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
12440 (cannot_resolve): New procedure.
12441 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
12442 print-quote-unquoted columns.
12443 (do_test): Test printing each scope too.
12444
12445 2017-09-04 Pedro Alves <palves@redhat.com>
12446
12447 * gdb.base/local-static.exp: Also test with
12448 class::method::variable wholly quoted.
12449 * gdb.cp/m-static.exp (class::method::variable): Remove test.
12450
12451 2017-09-04 Pedro Alves <palves@redhat.com>
12452
12453 * gdb.base/local-static.c: New.
12454 * gdb.base/local-static.cc: New.
12455 * gdb.base/local-static.exp: New.
12456
12457 2017-09-04 Pedro Alves <palves@redhat.com>
12458
12459 * gdb.asm/asm-source.exp: Add casts to int.
12460 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
12461 (dataglobal64_1, dataglobal64_2): New globals.
12462 * gdb.base/nodebug.exp: Test different expressions involving the
12463 new globals, with print, whatis and ptype. Add casts to int.
12464 * gdb.base/solib-display.exp: Add casts to int.
12465 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
12466 * gdb.cp/m-static.exp: Add cast to int.
12467 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
12468 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
12469 tls variable with no debug info without a cast. Test with a cast
12470 to int too.
12471 * gdb.trace/entry-values.exp: Add casts.
12472
12473 2017-09-04 Pedro Alves <palves@redhat.com>
12474
12475 * gdb.base/nodebug.exp: Test that ptype's error about functions
12476 with unknown return type includes the function name too.
12477
12478 2017-09-04 Pedro Alves <palves@redhat.com>
12479
12480 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
12481 return type of munmap in infcall.
12482 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
12483 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
12484 type of ftell in infcall.
12485 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
12486 type of getpid in infcall.
12487 * gdb.base/infcall-exec.exp: Cast return type of execlp in
12488 infcall.
12489 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
12490 Bail on failure to extract the pid.
12491 * gdb.base/nodebug.c: #include <stdint.h>.
12492 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
12493 New functions.
12494 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
12495 Change expected output of print/whatis/ptype with functions with
12496 no debug info. Test all supported languages. Call
12497 test_call_promotion.
12498 * gdb.compile/compile.exp: Adjust expected output to expect
12499 warning.
12500 * gdb.threads/siginfo-threads.exp: Likewise.
12501
12502 2017-09-04 Pedro Alves <palves@redhat.com>
12503
12504 * gdb.base/callfuncs.exp (do_function_calls): New parameter
12505 "prototypes". Test calling float functions via prototyped and
12506 unprototyped function pointers.
12507 (perform_all_tests): New parameter "prototypes". Pass it down.
12508 (top level): Pass down "prototypes" parameter to
12509 perform_all_tests.
12510
12511 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12512
12513 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
12514 Test with nested loops.
12515
12516 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12517
12518 * gdb.base/commands.exp: Call the new procedures.
12519 (loop_break_test, loop_continue_test): New procedures.
12520
12521 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12522
12523 * gdb.base/commands.exp: Call new procedure.
12524 (define_if_without_arg_test): New procedure.
12525
12526 2017-09-04 Pedro Alves <palves@redhat.com>
12527
12528 * gdb.base/list-ambiguous.exp: New file.
12529 * gdb.base/list-ambiguous0.c: New file.
12530 * gdb.base/list-ambiguous1.c: New file.
12531 * gdb.base/list.exp (test_list_range): Adjust expected output.
12532
12533 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
12534
12535 * gdb.base/share-env-with-gdbserver.c: New file.
12536 * gdb.base/share-env-with-gdbserver.exp: Likewise.
12537
12538 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12539
12540 * gdb.base/commands.exp (gdbvar_simple_if_test,
12541 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
12542 progvar_simple_if_test, progvar_simple_while_test,
12543 progvar_complex_if_while_test, user_defined_command_test,
12544 user_defined_command_args_eval,
12545 user_defined_command_args_stack_test,
12546 user_defined_command_manyargs_test, bp_deleted_in_command_test,
12547 temporary_breakpoint_commands,
12548 gdb_test_no_prompt, redefine_hook_test,
12549 redefine_backtrace_test): Remove "global gdb_prompt".
12550
12551 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12552
12553 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
12554 New proc, call it from toplevel.
12555
12556 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
12557
12558 PR remote/21852
12559 * gdb.server/normal.c: New file, copied from gdb.base.
12560 * gdb.server/run-without-local-binary.exp: New file.
12561
12562 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
12563
12564 * gdb.arch/sparc64-adi.exp: New file.
12565 * gdb.arch/sparc64-adi.c: New file.
12566
12567 2017-08-22 Pedro Alves <palves@redhat.com>
12568
12569 * gdb.cp/overload.exp (line_range_pattern): New procedure.
12570 (top level): Add "list all overloads" tests.
12571
12572 2017-08-22 Tom Tromey <tom@tromey.com>
12573
12574 * gdb.gdb/xfullpath.exp: Remove.
12575
12576 2017-08-21 Pedro Alves <palves@redhat.com>
12577
12578 PR gdb/19487
12579 * gdb.base/symbol-alias.c: New.
12580 * gdb.base/symbol-alias2.c: New.
12581 * gdb.base/symbol-alias.exp: New.
12582
12583 2017-08-21 Pedro Alves <palves@redhat.com>
12584
12585 * gdb.base/dfp-test.c
12586 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
12587 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
12588 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
12589 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
12590 * gdb.base/whatis-ptype-typedefs.c: New.
12591 * gdb.base/whatis-ptype-typedefs.exp: New.
12592 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
12593 (an_int, an_int_type, an_int_type2): New globals.
12594 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
12595 involving typedefs and cast expressions.
12596 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
12597 (lookup_typedefs_function): New.
12598 (typedefs_pretty_printers_dict): New.
12599 (top level): Register lookup_typedefs_function in
12600 gdb.pretty_printers.
12601
12602 2017-08-18 Yao Qi <yao.qi@linaro.org>
12603
12604 * gdb.server/unittest.exp: New.
12605
12606 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
12607
12608 PR gdb/21954
12609 * gdb.base/environ.exp: Add test to check if 'unset environment'
12610 works.
12611
12612 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12613
12614 * lib/gdb.exp (universal_compile_options): New caching proc.
12615 (gdb_compile): Suppress GCC's coloring of messages.
12616
12617 2017-08-14 Tom Tromey <tom@tromey.com>
12618
12619 PR gdb/21675:
12620 * gdb.base/printcmds.exp (test_radices): New function.
12621 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
12622 * gdb.base/sizeof.exp (check_valueof): Use p/d.
12623 * lib/gdb.exp (get_integer_valueof): Use p/d.
12624
12625 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
12626
12627 * lib/gdb.exp (get_valueof): Don't capture end-of-line
12628 characters.
12629
12630 2017-08-05 Tom Tromey <tom@tromey.com>
12631
12632 * gdb.rust/simple.exp: Allow String to appear in a different
12633 namespace.
12634
12635 2017-07-26 Yao Qi <yao.qi@linaro.org>
12636
12637 * gdb.gdb/unittest.exp: Invoke command
12638 "maintenance check xml-descriptions".
12639
12640 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12641
12642 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
12643 calling context.
12644 (hex128): Drop erroneous calculation of parameters.
12645
12646 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
12647
12648 * gdb.python/py-unwind.exp: Disable stack protection when
12649 building test file.
12650
12651 2017-07-20 Pedro Alves <palves@redhat.com>
12652
12653 * gdb.base/default.exp (set language): Adjust expected output.
12654
12655 2017-07-20 Pedro Alves <palves@redhat.com>
12656
12657 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
12658 (test_minsym): ... this, and make static.
12659 (get_pck__foo__bar__minsym): Rename to ...
12660 (get_test_minsym): ... this.
12661 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
12662 symbol names and comments.
12663 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
12664 (get_test_minsym): ... this.
12665 (pck__foo__bar__minsym__2): Rename to ...
12666 (test_minsym): ... this.
12667 (main): Adjust.
12668
12669 2017-07-17 Pedro Alves <palves@redhat.com>
12670
12671 * gdb.base/completion.exp: Adjust expected output.
12672 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
12673 the completer works.
12674
12675 2017-07-17 Pedro Alves <palves@redhat.com>
12676
12677 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
12678
12679 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
12680
12681 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
12682
12683 2017-07-14 Tom Tromey <tom@tromey.com>
12684
12685 PR rust/21764:
12686 * gdb.rust/simple.exp: Add tests.
12687
12688 2017-07-14 Tom Tromey <tom@tromey.com>
12689
12690 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
12691
12692 2017-07-14 Pedro Alves <palves@redhat.com>
12693
12694 * gdb.linespec/base/one/thefile.cc (z1): New function.
12695 * gdb.linespec/base/two/thefile.cc (z2): New function.
12696 * gdb.linespec/linespec.exp: Add tests.
12697
12698 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
12699
12700 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
12701 to mi_create_breakpoint.
12702
12703 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
12704
12705 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
12706 mi_create_breakpoint.
12707
12708 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
12709
12710 * gdb.dlang/demangle.exp: Update for demangling changes.
12711
12712 2017-07-09 Tom Tromey <tom@tromey.com>
12713
12714 * gdb.dwarf2/shortpiece.exp: New file.
12715
12716 2017-07-06 David Blaikie <dblaikie@gmail.com>
12717
12718 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
12719 built from fissiont-multi-cu{1,2}.c.
12720 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
12721 except putting 'main' and 'func' in separate CUs in the same DWO file.
12722 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
12723 test.
12724 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
12725 test.
12726
12727 2017-07-06 Pedro Alves <palves@redhat.com>
12728
12729 * gdb.python/py-unwind.exp: Test flushregs.
12730
12731 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
12732
12733 PR cli/21688
12734 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
12735 tests for alias commands and trailing whitespace.
12736
12737 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
12738
12739 PR cli/21688
12740 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
12741 procedure. Call it.
12742
12743 2017-06-29 Pedro Alves <palves@redhat.com>
12744
12745 * gdb.base/printcmds.exp: Add tests.
12746
12747 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
12748
12749 PR gdb/21337
12750 * gdb.base/reread-readsym.exp: New file.
12751 * gdb.base/reread-readsym.c: New file.
12752
12753 2017-06-21 Kevin Buettner <kevinb@redhat.com>
12754
12755 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
12756 subpattern.
12757
12758 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
12759
12760 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
12761 extended mnemonic.
12762 * gdb.arch/powerpc-power9.s: Likewise.
12763
12764 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12765
12766 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
12767 on 32-bit x86 targets. Exploit is_*_target macros where
12768 appropriate.
12769
12770 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12771
12772 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
12773 register pieces.
12774
12775 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12776
12777 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
12778 located in one or more DWARF pieces.
12779
12780 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12781
12782 * lib/gdb.exp (get_endianness): New proc.
12783 * gdb.arch/aarch64-fp.exp: Use it.
12784 * gdb.arch/altivec-regs.exp: Likewise.
12785 * gdb.arch/e500-regs.exp: Likewise.
12786 * gdb.arch/vsx-regs.exp: Likewise.
12787 * gdb.base/dump.exp: Likewise.
12788 * gdb.base/funcargs.exp: Likewise.
12789 * gdb.base/gnu_vector.exp: Likewise.
12790 * gdb.dwarf2/formdata16.exp: Likewise.
12791 * gdb.dwarf2/implptrpiece.exp: Likewise.
12792 * gdb.dwarf2/nonvar-access.exp: Likewise.
12793 * gdb.python/py-inferior.exp: Likewise.
12794 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
12795
12796 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12797
12798 PR gdb/21226
12799 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
12800 stack value pieces are taken from the LSB end.
12801
12802 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12803
12804 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
12805 variable at nonzero offset.
12806
12807 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12808
12809 * gdb.dwarf2/var-access.c: New file.
12810 * gdb.dwarf2/var-access.exp: New test.
12811 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
12812
12813 2017-06-12 Tom Tromey <tom@tromey.com>
12814
12815 * gdb.dwarf2/formdata16.exp: Add tests.
12816
12817 2017-06-12 Tom Tromey <tom@tromey.com>
12818
12819 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
12820
12821 2017-06-12 Tom Tromey <tom@tromey.com>
12822
12823 PR exp/16225:
12824 * gdb.reverse/i386-sse-reverse.exp: Update tests.
12825 * gdb.arch/vsx-regs.exp: Update tests.
12826 * gdb.arch/s390-vregs.exp (hex128): New proc.
12827 Update test.
12828 * gdb.arch/altivec-regs.exp: Update tests.
12829
12830 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
12831
12832 * gdb.base/startup-with-shell.c: New file.
12833 * gdb.base/startup-with-shell.exp: Likewise.
12834
12835 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
12836
12837 * gdb.server/non-existing-program.exp: Update regex in order to
12838 reflect the fact that gdbserver is now using fork_inferior (with a
12839 shell) to startup the inferior.
12840
12841 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
12842
12843 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
12844 support function calls from GDB.
12845
12846 2017-05-21 Tom Tromey <tom@tromey.com>
12847
12848 PR rust/21466:
12849 * gdb.rust/unsized.exp: New file.
12850 * gdb.rust/unsized.rs: New file.
12851
12852 2017-05-19 Tom Tromey <tom@tromey.com>
12853
12854 PR rust/21484:
12855 * gdb.rust/watch.exp: New file.
12856 * gdb.rust/watch.rs: New file.
12857
12858 2017-05-18 Tom Tromey <tom@tromey.com>
12859
12860 * gdb.rust/simple.exp: Allow Box to be qualified.
12861
12862 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
12863
12864 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
12865
12866 2017-05-18 Pedro Alves <palves@redhat.com>
12867
12868 * gdb.base/fileio.c (test_write, test_read, test_close)
12869 (test_fstat): Don't print 'ret' in the fail path.
12870
12871 2017-05-18 Pedro Alves <palves@redhat.com>
12872
12873 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
12874 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
12875 (test_system, test_rename, test_unlink, test_time): Change
12876 prototypes.
12877 * gdb.base/fileio.exp (stop_msg): Adjust.
12878
12879 2017-05-18 Pedro Alves <palves@redhat.com>
12880
12881 * gdb.base/fileio.c (null_str): New global.
12882 (test_stat): Use it.
12883 * gdb.base/fileio.exp: Remove nowarnings.
12884
12885 2017-05-17 Yao Qi <yao.qi@linaro.org>
12886
12887 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
12888
12889 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
12890
12891 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
12892 argument command.
12893 (top-level): Invoke test_set_inferior_tty.
12894
12895 2017-05-04 Pedro Alves <palves@redhat.com>
12896
12897 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
12898 Add parens to print call for Python 3.
12899
12900 2017-05-03 Keith Seitz <keiths@redhat.com>
12901
12902 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
12903 (main): Call it.
12904
12905 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12906
12907 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
12908 to prev and next.
12909
12910 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12911
12912 * gdb.python/py-record-btrace.exp: Remove test for
12913 gdb.BtraceInstruction.error.
12914
12915 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12916
12917 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
12918
12919 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12920
12921 * gdb.python/py-record-btrace-threads.c: New file.
12922 * gdb.python/py-record-btrace-threads.exp: New file.
12923
12924 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
12925
12926 PR testsuite/8595
12927 * gdb.base/environ.exp: Make test available in all architectures.
12928 Move bits related to "info program" testing to
12929 gdb.base/info-program.exp. Rewrite tests to use the two new
12930 procedures mentione below.
12931 (test_set_show_env_var) New procedure.
12932 (test_set_show_env_var_equal): Likewise.
12933 * gdb.base/info-program.exp: New file.
12934
12935 2017-04-27 Keith Seitz <keiths@redhat.com>
12936
12937 * gdb.cp/oranking.cc (test15): New function.
12938 (main): Call test15 and declare additional variables for testing.
12939 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
12940 "p foo101('abc')" tests.
12941 Add tests for cv qualifier overloads.
12942 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
12943 "lvalue reference overload" test.
12944 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
12945 "print value of f1 on Child&& in f2" test.
12946
12947 2017-04-19 Pedro Alves <palves@redhat.com>
12948
12949 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
12950 procedure.
12951 (top level): Call it.
12952 * lib/gdb.exp (gdb_define_cmd): New procedure.
12953
12954 2017-04-12 Pedro Alves <palves@redhat.com>
12955
12956 PR gdb/21323
12957 * gdb.cp/wide_char_types.c: Include <wchar.h>.
12958 (wchar): New global.
12959 * gdb.cp/wide_char_types.exp (wide_char_types_program)
12960 (do_test_wide_char, wide_char_types_no_program, top level): Add
12961 wchar_t testing.
12962
12963 2017-04-12 Pedro Alves <palves@redhat.com>
12964
12965 PR c++/21323
12966 * gdb.cp/wide_char_types.c: New file.
12967 * gdb.cp/wide_char_types.exp: New file.
12968
12969 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
12970
12971 PR gdb/21352
12972 * gdb.trace/tsv.exp: Add test for "tsave -r".
12973
12974 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
12975
12976 * gdb.dlang/watch-loc.c: New file.
12977 * gdb.dlang/watch-loc.exp: New file.
12978
12979 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12980
12981 * gdb.python/py-section-script.exp (sepdebug): New testcases.
12982
12983 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12984
12985 * gdb.arch/arc-analyze-prologue.S: New file.
12986 * gdb.arch/arc-analyze-prologue.exp: Likewise.
12987
12988 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12989
12990 * gdb.arch/arc-decode-insn.S: New file.
12991 * gdb.arch/arc-decode-insn.exp: Likewise.
12992
12993 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
12994
12995 PR tdep/20928
12996 * gdb.arch/sparc64-regs.exp: New file.
12997 * gdb.arch/sparc64-regs.S: Likewise.
12998
12999 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
13000
13001 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
13002 and memory view on Python 3.
13003
13004 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
13005 Keith Seitz <keiths@redhat.com>
13006
13007 PR gdb/14441
13008 * gdb.cp/demangle.exp: Add rvalue reference tests.
13009 * gdb.cp/rvalue-ref-casts.cc: New file.
13010 * gdb.cp/rvalue-ref-casts.exp: New file.
13011 * gdb.cp/rvalue-ref-overload.cc: New file.
13012 * gdb.cp/rvalue-ref-overload.exp: New file.
13013 * gdb.cp/rvalue-ref-params.cc: New file.
13014 * gdb.cp/rvalue-ref-params.exp: New file.
13015 * gdb.cp/rvalue-ref-sizeof.cc: New file.
13016 * gdb.cp/rvalue-ref-sizeof.exp: New file.
13017 * gdb.cp/rvalue-ref-types.cc: New file.
13018 * gdb.cp/rvalue-ref-types.exp: New file.
13019 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
13020 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
13021
13022 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13023
13024 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
13025 New procedure.
13026
13027 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13028
13029 * lib/mi-support.exp (mi_gdb_test): Add additional message
13030 for unexpected output.
13031
13032 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13033
13034 * gdb.base/examine-backward.c (Barrier): New character array
13035 constant, to ensure that TestStrings is preceded by a string
13036 terminator.
13037
13038 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13039
13040 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
13041 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
13042 and implicit pointer into such a location.
13043
13044 2017-03-16 Doug Evans <dje@google.com>
13045
13046 * gdb.python/py-lazy-string (pointer): Really add new typedef.
13047
13048 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
13049
13050 * gdb.cp/m-static.exp: Fix expectation for prototype of
13051 test5.single_constructor and single_constructor::single_constructor.
13052
13053 2017-03-16 Doug Evans <dje@google.com>
13054
13055 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
13056 * gdb.guile/scm-lazy-string.c: New file.
13057 * gdb.guile/scm-value.exp: Move lazy string tests to ...
13058 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
13059 for pointer, array, typedef lazy strings.
13060
13061 2017-03-16 Doug Evans <dje@google.com>
13062
13063 PR python/17728, python/18439, python/18779
13064 * gdb.python/py-value.c (main) Delete locals sptr, sn.
13065 * gdb.python/py-lazy-string.c (pointer): New typedef.
13066 (main): New locals ptr, array, typedef_ptr.
13067 * gdb.python/py-value.exp: Move lazy string tests to ...
13068 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
13069 array, typedef lazy strings.
13070
13071 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
13072
13073 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
13074 Add optional 'test' parameter.
13075
13076 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13077
13078 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13079 Skip for versions of DejaGnu < 1.5.
13080
13081 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13082
13083 * lib/gdb.exp (dejagnu_version): New proc.
13084 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13085 Use dejagnu_version.
13086
13087 2017-03-10 Keith Seitz <keiths@redhat.com>
13088
13089 PR c++/8128
13090 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
13091 type from destructor regexps.
13092 Add a branch which actually passes the test.
13093 Adjust "ptype t5i" test names.
13094
13095 2017-03-08 Pedro Alves <palves@redhat.com>
13096
13097 * gdb.base/step-over-exit.exp: Add explicit test message.
13098
13099 2017-03-08 Pedro Alves <palves@redhat.com>
13100
13101 PR gdb/18360
13102 * gdb.threads/interrupt-while-step-over.c: New file.
13103 * gdb.threads/interrupt-while-step-over.exp: New file.
13104
13105 2017-03-08 Pedro Alves <palves@redhat.com>
13106
13107 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
13108 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
13109
13110 2017-03-08 Pedro Alves <palves@redhat.com>
13111
13112 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
13113 PKRU as not supported as a PASS.
13114
13115 2017-03-08 Pedro Alves <palves@redhat.com>
13116
13117 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
13118 prefix instead of $binfile1/$binfile2.
13119 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
13120 in test message.
13121 * gdb.python/py-completion.exp: Use "load python file" as test
13122 messages instead of unstable path names.
13123
13124 2017-03-08 Pedro Alves <palves@redhat.com>
13125 Jan Kratochvil <jan.kratochvil@redhat.com>
13126
13127 PR cli/21218
13128 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13129 New proc.
13130 (top level): Call it.
13131
13132 2017-03-08 Pedro Alves <palves@redhat.com>
13133
13134 PR tui/21216
13135 * gdb.tui/tui-nl-filtered-output.exp: New file.
13136
13137 2017-03-08 Pedro Alves <palves@redhat.com>
13138
13139 * gdb.base/completion.exp: Move TUI completion tests to ...
13140 * gdb.tui/completion.exp: ... this new file.
13141
13142 2017-03-08 Pedro Alves <palves@redhat.com>
13143
13144 * gdb.base/tui-disasm-long-lines.c,
13145 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
13146 gdb.base/tui-layout.exp: Move to ...
13147 * gdb.tui/: ... this new directory.
13148
13149 2017-03-07 Pedro Alves <palves@redhat.com>
13150
13151 * gdb.base/tui-layout.c: New file.
13152 * gdb.base/tui-layout.exp: New file.
13153
13154 2017-03-07 Pedro Alves <palves@redhat.com>
13155
13156 * gdb.base/tui-layout.c: Rename to ...
13157 * gdb.base/tui-disasm-long-lines.c: ... this.
13158 * gdb.base/tui-layout.exp: Rename to ...
13159 * gdb.base/tui-disasm-long-lines.exp: ... this.
13160
13161 2017-03-07 Pedro Alves <palves@redhat.com>
13162
13163 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
13164
13165 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
13166
13167 * i386-mpx-call.c: New file.
13168 * i386-mpx-call.exp: New file.
13169
13170 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
13171
13172 * gdb.arch/powerpc-power.exp: Delete test.
13173 * gdb.arch/powerpc-power.s: Likewise.
13174 * gdb.disasm/disassembler-options.exp: New test.
13175 * gdb.arch/powerpc-altivec.exp: Likewise.
13176 * gdb.arch/powerpc-altivec.s: Likewise.
13177 * gdb.arch/powerpc-altivec2.exp: Likewise.
13178 * gdb.arch/powerpc-altivec2.s: Likewise.
13179 * gdb.arch/powerpc-altivec3.exp: Likewise.
13180 * gdb.arch/powerpc-altivec3.s: Likewise.
13181 * gdb.arch/powerpc-power7.exp: Likewise.
13182 * gdb.arch/powerpc-power7.s: Likewise.
13183 * gdb.arch/powerpc-power8.exp: Likewise.
13184 * gdb.arch/powerpc-power8.s: Likewise.
13185 * gdb.arch/powerpc-power9.exp: Likewise.
13186 * gdb.arch/powerpc-power9.s: Likewise.
13187 * gdb.arch/powerpc-vsx.exp: Likewise.
13188 * gdb.arch/powerpc-vsx.s: Likewise.
13189 * gdb.arch/powerpc-vsx2.exp: Likewise.
13190 * gdb.arch/powerpc-vsx2.s: Likewise.
13191 * gdb.arch/powerpc-vsx3.exp: Likewise.
13192 * gdb.arch/powerpc-vsx3.s: Likewise.
13193 * gdb.arch/arm-disassembler-options.exp: Likewise.
13194 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
13195 * gdb.arch/s390-disassembler-options.exp: Likewise.
13196
13197 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
13198
13199 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
13200 (check_supported_features): ... this. Changed return type to void.
13201 (supports_rdseed): New static global.
13202 (rdseed): Check supports_rdseed.
13203 (initialize): Call check_supported_features.
13204
13205 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13206
13207 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
13208 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
13209 and lqarx/stqcx.
13210 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
13211 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
13212
13213 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13214
13215 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
13216 uppercase.
13217
13218 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13219
13220 * gdb.dwarf2/formdata16.c: New file.
13221 * gdb.dwarf2/formdata16.exp: New file.
13222 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
13223
13224 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13225
13226 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
13227 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
13228 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
13229 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
13230 DW_AT_GNU_*.
13231
13232 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13233
13234 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
13235
13236 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
13237
13238 PR gdb/21164
13239 * gdb.base/maint.exp: Add testcases for when the commands do
13240 not have arguments.
13241
13242 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
13243
13244 * gdb.cp/chained-calls.exp: Use p instead of P.
13245
13246 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
13247
13248 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
13249 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
13250
13251 2017-02-14 Tom Tromey <tom@tromey.com>
13252
13253 PR python/13598:
13254 * gdb.python/py-events.exp: Add before_prompt event tests.
13255
13256 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13257
13258 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
13259
13260 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
13261
13262 * gdb.linespec/explicit.c (my_unique_function_name): New function.
13263 (main): Call my_unique_function_name.
13264 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
13265 completion of patterns with a single match.
13266 Add missing -re switches to gdb_test_multiple calls.
13267
13268 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
13269
13270 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
13271 return if core file is not recognized.
13272
13273 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13274
13275 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
13276 and extra UIs.
13277
13278 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13279
13280 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
13281 proc_with_prefix.
13282
13283 2017-02-10 Tom Tromey <tom@tromey.com>
13284
13285 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
13286
13287 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
13288
13289 PR gdb/21122
13290 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
13291
13292 2017-02-08 Jerome Guitton <guitton@adacore.com>
13293
13294 * gdb.base/define.exp: Add test for command abbreviations
13295 in define.
13296
13297 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
13298
13299 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
13300 * gdb.reverse/insn-reverse-x86.c: New file.
13301
13302 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
13303
13304 PR tdep/20936
13305 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
13306
13307 2017-02-03 Tom Tromey <tom@tromey.com>
13308
13309 PR rust/21097:
13310 * gdb.rust/simple.exp: Add new tests.
13311
13312 2017-02-02 Pedro Alves <palves@redhat.com>
13313
13314 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
13315 tests.
13316
13317 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13318
13319 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
13320 taking a 2-byte value out of a 4-byte DWARF implicit value on
13321 big-endian targets.
13322 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
13323 logic. Add test cases for DW_OP_implicit.
13324
13325 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13326
13327 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
13328
13329 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13330
13331 * gdb.btrace/enable.exp: Call gdb_exit before
13332 skip_gdbserver_tests.
13333
13334 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13335
13336 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
13337 GDBFLAGS.
13338
13339 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13340
13341 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
13342 the test is skipped.
13343 * gdb.btrace/data.exp: Likewise.
13344 * gdb.btrace/delta.exp: Likewise.
13345 * gdb.btrace/dlopen.exp: Likewise.
13346 * gdb.btrace/enable-running.exp: Likewise.
13347 * gdb.btrace/enable.exp: Likewise.
13348 * gdb.btrace/exception.exp: Likewise.
13349 * gdb.btrace/function_call_history.exp: Likewise.
13350 * gdb.btrace/gcore.exp: Likewise.
13351 * gdb.btrace/instruction_history.exp: Likewise.
13352 * gdb.btrace/multi-thread-step.exp: Likewise.
13353 * gdb.btrace/nohist.exp: Likewise.
13354 * gdb.btrace/non-stop.exp: Likewise.
13355 * gdb.btrace/reconnect.exp: Likewise.
13356 * gdb.btrace/record_goto-step.exp: Likewise.
13357 * gdb.btrace/record_goto.exp: Likewise.
13358 * gdb.btrace/rn-dl-bind.exp: Likewise.
13359 * gdb.btrace/segv.exp: Likewise.
13360 * gdb.btrace/step.exp: Likewise.
13361 * gdb.btrace/stepi.exp: Likewise.
13362 * gdb.btrace/tailcall-only.exp: Likewise.
13363 * gdb.btrace/tailcall.exp: Likewise.
13364 * gdb.btrace/tsx.exp: Likewise.
13365 * gdb.btrace/unknown_functions.exp: Likewise.
13366 * gdb.btrace/vdso.exp: Likewise.
13367
13368 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13369
13370 * gdb.btrace/enable-running.c: New.
13371 * gdb.btrace/enable-running.exp: New.
13372
13373 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
13374
13375 * gdb.arch/amd64-gs_base.c: New file.
13376 * gdb.arch/amd64-gs_base.exp: New file.
13377
13378 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13379
13380 * lib/memory.exp: Remove spurious empty newlines.
13381
13382 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
13383
13384 * gdb.python/py-bad-printers.exp: Load python file using "source".
13385 * gdb.python/py-events.exp: Likewise.
13386 * gdb.python/py-evsignal.exp: Likewise.
13387 * gdb.python/py-evthreads.exp: Likewise.
13388 * gdb.python/py-frame-args.exp: Likewise.
13389 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
13390 * gdb.python/py-framefilter-mi.exp: Likewise.
13391 * gdb.python/py-framefilter.exp: Likewise.
13392 * gdb.python/py-mi.exp: Likewise.
13393 * gdb.python/py-pp-maint.exp: Likewise.
13394 * gdb.python/py-pp-registration.exp: Likewise.
13395 * gdb.python/py-prettyprint.exp: Likewise.
13396 (run_lang_tests): Likewise.
13397 * gdb.python/py-typeprint.exp: Likewise.
13398
13399 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13400
13401 * lib/memory.exp: New file.
13402 * lib/gdb.exp: Load memory.exp.
13403 * gdb.base/memattr.exp (delete_memory): Move proc to
13404 lib/memory.exp and rename to delete_memory_regions.
13405 Replace delete_memory with delete_memory_regions.
13406 Cleanup memory regions before tests.
13407 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
13408 before tests.
13409
13410 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13411
13412 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
13413 files.
13414 (initialize): New function conditionally defined.
13415 (testcases): Move within conditional block.
13416 (main): Call initialize.
13417 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
13418 of gdb.reverse/insn-reverse.c.
13419 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
13420 gdb.reverse/insn-reverse.c.
13421
13422 2017-01-26 Yao Qi <yao.qi@linaro.org>
13423
13424 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
13425 disassemble on address 0.
13426
13427 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
13428 Yao Qi <yao.qi@linaro.org>
13429
13430 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
13431 * gdb.dwarf2/implptr-64bit.S: Remove.
13432 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
13433 variables in caller's context. Add DW_OP_implicit_value.
13434
13435 2017-01-25 Yao Qi <yao.qi@linaro.org>
13436
13437 * lib/dwarf.exp (Dwarf::_location): Handle
13438 DW_OP_GNU_implicit_pointer with proper size.
13439
13440 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13441
13442 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
13443 and add untested calls.
13444
13445 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13446
13447 * gdb.python/python.exp: Check line number against what GDB thinks
13448 the line number is for func1.
13449
13450 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
13451
13452 * gdb.dlang/debug-expr.exp: New file.
13453
13454 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
13455
13456 Fix test names for the following files:
13457
13458 * gdb.ada/exec_changed.exp
13459 * gdb.ada/info_types.exp
13460 * gdb.arch/aarch64-atomic-inst.exp
13461 * gdb.arch/aarch64-fp.exp
13462 * gdb.arch/altivec-abi.exp
13463 * gdb.arch/altivec-regs.exp
13464 * gdb.arch/amd64-byte.exp
13465 * gdb.arch/amd64-disp-step.exp
13466 * gdb.arch/amd64-dword.exp
13467 * gdb.arch/amd64-entry-value-inline.exp
13468 * gdb.arch/amd64-entry-value-param.exp
13469 * gdb.arch/amd64-entry-value-paramref.exp
13470 * gdb.arch/amd64-entry-value.exp
13471 * gdb.arch/amd64-i386-address.exp
13472 * gdb.arch/amd64-invalid-stack-middle.exp
13473 * gdb.arch/amd64-invalid-stack-top.exp
13474 * gdb.arch/amd64-optimout-repeat.exp
13475 * gdb.arch/amd64-prologue-skip.exp
13476 * gdb.arch/amd64-prologue-xmm.exp
13477 * gdb.arch/amd64-stap-special-operands.exp
13478 * gdb.arch/amd64-stap-wrong-subexp.exp
13479 * gdb.arch/amd64-tailcall-cxx.exp
13480 * gdb.arch/amd64-tailcall-noret.exp
13481 * gdb.arch/amd64-tailcall-ret.exp
13482 * gdb.arch/amd64-tailcall-self.exp
13483 * gdb.arch/amd64-word.exp
13484 * gdb.arch/arm-bl-branch-dest.exp
13485 * gdb.arch/arm-disp-step.exp
13486 * gdb.arch/arm-neon.exp
13487 * gdb.arch/arm-single-step-kernel-helper.exp
13488 * gdb.arch/avr-flash-qualifier.exp
13489 * gdb.arch/disp-step-insn-reloc.exp
13490 * gdb.arch/e500-abi.exp
13491 * gdb.arch/e500-regs.exp
13492 * gdb.arch/ftrace-insn-reloc.exp
13493 * gdb.arch/i386-avx512.exp
13494 * gdb.arch/i386-bp_permanent.exp
13495 * gdb.arch/i386-byte.exp
13496 * gdb.arch/i386-cfi-notcurrent.exp
13497 * gdb.arch/i386-disp-step.exp
13498 * gdb.arch/i386-dr3-watch.exp
13499 * gdb.arch/i386-float.exp
13500 * gdb.arch/i386-gnu-cfi.exp
13501 * gdb.arch/i386-mpx-map.exp
13502 * gdb.arch/i386-mpx-sigsegv.exp
13503 * gdb.arch/i386-mpx-simple_segv.exp
13504 * gdb.arch/i386-mpx.exp
13505 * gdb.arch/i386-permbkpt.exp
13506 * gdb.arch/i386-prologue.exp
13507 * gdb.arch/i386-signal.exp
13508 * gdb.arch/i386-size-overlap.exp
13509 * gdb.arch/i386-unwind.exp
13510 * gdb.arch/i386-word.exp
13511 * gdb.arch/mips-fcr.exp
13512 * gdb.arch/powerpc-d128-regs.exp
13513 * gdb.arch/powerpc-stackless.exp
13514 * gdb.arch/ppc64-atomic-inst.exp
13515 * gdb.arch/s390-stackless.exp
13516 * gdb.arch/s390-tdbregs.exp
13517 * gdb.arch/s390-vregs.exp
13518 * gdb.arch/sparc-sysstep.exp
13519 * gdb.arch/thumb-bx-pc.exp
13520 * gdb.arch/thumb-singlestep.exp
13521 * gdb.arch/thumb2-it.exp
13522 * gdb.arch/vsx-regs.exp
13523 * gdb.asm/asm-source.exp
13524 * gdb.base/a2-run.exp
13525 * gdb.base/advance.exp
13526 * gdb.base/all-bin.exp
13527 * gdb.base/anon.exp
13528 * gdb.base/args.exp
13529 * gdb.base/arithmet.exp
13530 * gdb.base/async-shell.exp
13531 * gdb.base/async.exp
13532 * gdb.base/attach-pie-noexec.exp
13533 * gdb.base/attach-twice.exp
13534 * gdb.base/auto-load.exp
13535 * gdb.base/bang.exp
13536 * gdb.base/bitfields.exp
13537 * gdb.base/break-always.exp
13538 * gdb.base/break-caller-line.exp
13539 * gdb.base/break-entry.exp
13540 * gdb.base/break-inline.exp
13541 * gdb.base/break-on-linker-gcd-function.exp
13542 * gdb.base/break-probes.exp
13543 * gdb.base/break.exp
13544 * gdb.base/breakpoint-shadow.exp
13545 * gdb.base/call-ar-st.exp
13546 * gdb.base/call-sc.exp
13547 * gdb.base/call-signal-resume.exp
13548 * gdb.base/call-strs.exp
13549 * gdb.base/callfuncs.exp
13550 * gdb.base/catch-fork-static.exp
13551 * gdb.base/catch-gdb-caused-signals.exp
13552 * gdb.base/catch-load.exp
13553 * gdb.base/catch-signal-fork.exp
13554 * gdb.base/catch-signal.exp
13555 * gdb.base/catch-syscall.exp
13556 * gdb.base/charset.exp
13557 * gdb.base/checkpoint.exp
13558 * gdb.base/chng-syms.exp
13559 * gdb.base/code-expr.exp
13560 * gdb.base/code_elim.exp
13561 * gdb.base/commands.exp
13562 * gdb.base/completion.exp
13563 * gdb.base/complex.exp
13564 * gdb.base/cond-expr.exp
13565 * gdb.base/condbreak.exp
13566 * gdb.base/consecutive.exp
13567 * gdb.base/continue-all-already-running.exp
13568 * gdb.base/coredump-filter.exp
13569 * gdb.base/corefile.exp
13570 * gdb.base/dbx.exp
13571 * gdb.base/debug-expr.exp
13572 * gdb.base/define.exp
13573 * gdb.base/del.exp
13574 * gdb.base/disabled-location.exp
13575 * gdb.base/disasm-end-cu.exp
13576 * gdb.base/disasm-optim.exp
13577 * gdb.base/display.exp
13578 * gdb.base/duplicate-bp.exp
13579 * gdb.base/ena-dis-br.exp
13580 * gdb.base/ending-run.exp
13581 * gdb.base/enumval.exp
13582 * gdb.base/environ.exp
13583 * gdb.base/eu-strip-infcall.exp
13584 * gdb.base/eval-avoid-side-effects.exp
13585 * gdb.base/eval-skip.exp
13586 * gdb.base/exitsignal.exp
13587 * gdb.base/expand-psymtabs.exp
13588 * gdb.base/filesym.exp
13589 * gdb.base/find-unmapped.exp
13590 * gdb.base/finish.exp
13591 * gdb.base/float.exp
13592 * gdb.base/foll-exec-mode.exp
13593 * gdb.base/foll-exec.exp
13594 * gdb.base/foll-fork.exp
13595 * gdb.base/fortran-sym-case.exp
13596 * gdb.base/freebpcmd.exp
13597 * gdb.base/func-ptr.exp
13598 * gdb.base/func-ptrs.exp
13599 * gdb.base/funcargs.exp
13600 * gdb.base/gcore-buffer-overflow.exp
13601 * gdb.base/gcore-relro-pie.exp
13602 * gdb.base/gcore-relro.exp
13603 * gdb.base/gcore.exp
13604 * gdb.base/gdb1090.exp
13605 * gdb.base/gdb11530.exp
13606 * gdb.base/gdb11531.exp
13607 * gdb.base/gdb1821.exp
13608 * gdb.base/gdbindex-stabs.exp
13609 * gdb.base/gdbvars.exp
13610 * gdb.base/hbreak.exp
13611 * gdb.base/hbreak2.exp
13612 * gdb.base/included.exp
13613 * gdb.base/infcall-input.exp
13614 * gdb.base/inferior-died.exp
13615 * gdb.base/infnan.exp
13616 * gdb.base/info-macros.exp
13617 * gdb.base/info-os.exp
13618 * gdb.base/info-proc.exp
13619 * gdb.base/info-shared.exp
13620 * gdb.base/info-target.exp
13621 * gdb.base/infoline.exp
13622 * gdb.base/interp.exp
13623 * gdb.base/interrupt.exp
13624 * gdb.base/jit-reader.exp
13625 * gdb.base/jit-simple.exp
13626 * gdb.base/kill-after-signal.exp
13627 * gdb.base/kill-detach-inferiors-cmd.exp
13628 * gdb.base/label.exp
13629 * gdb.base/langs.exp
13630 * gdb.base/ldbl_e308.exp
13631 * gdb.base/line-symtabs.exp
13632 * gdb.base/linespecs.exp
13633 * gdb.base/list.exp
13634 * gdb.base/long_long.exp
13635 * gdb.base/longest-types.exp
13636 * gdb.base/maint.exp
13637 * gdb.base/max-value-size.exp
13638 * gdb.base/memattr.exp
13639 * gdb.base/mips_pro.exp
13640 * gdb.base/morestack.exp
13641 * gdb.base/moribund-step.exp
13642 * gdb.base/multi-forks.exp
13643 * gdb.base/nested-addr.exp
13644 * gdb.base/nextoverexit.exp
13645 * gdb.base/noreturn-finish.exp
13646 * gdb.base/noreturn-return.exp
13647 * gdb.base/nostdlib.exp
13648 * gdb.base/offsets.exp
13649 * gdb.base/opaque.exp
13650 * gdb.base/pc-fp.exp
13651 * gdb.base/permissions.exp
13652 * gdb.base/print-symbol-loading.exp
13653 * gdb.base/prologue-include.exp
13654 * gdb.base/psymtab.exp
13655 * gdb.base/ptype.exp
13656 * gdb.base/random-signal.exp
13657 * gdb.base/randomize.exp
13658 * gdb.base/range-stepping.exp
13659 * gdb.base/readline-ask.exp
13660 * gdb.base/recpar.exp
13661 * gdb.base/recurse.exp
13662 * gdb.base/relational.exp
13663 * gdb.base/restore.exp
13664 * gdb.base/return-nodebug.exp
13665 * gdb.base/return.exp
13666 * gdb.base/run-after-attach.exp
13667 * gdb.base/save-bp.exp
13668 * gdb.base/scope.exp
13669 * gdb.base/sect-cmd.exp
13670 * gdb.base/set-lang-auto.exp
13671 * gdb.base/set-noassign.exp
13672 * gdb.base/setvar.exp
13673 * gdb.base/sigall.exp
13674 * gdb.base/sigbpt.exp
13675 * gdb.base/siginfo-addr.exp
13676 * gdb.base/siginfo-infcall.exp
13677 * gdb.base/siginfo-obj.exp
13678 * gdb.base/siginfo.exp
13679 * gdb.base/signals-state-child.exp
13680 * gdb.base/signest.exp
13681 * gdb.base/sigstep.exp
13682 * gdb.base/sizeof.exp
13683 * gdb.base/skip.exp
13684 * gdb.base/solib-corrupted.exp
13685 * gdb.base/solib-nodir.exp
13686 * gdb.base/solib-search.exp
13687 * gdb.base/stack-checking.exp
13688 * gdb.base/stale-infcall.exp
13689 * gdb.base/stap-probe.exp
13690 * gdb.base/start.exp
13691 * gdb.base/step-break.exp
13692 * gdb.base/step-bt.exp
13693 * gdb.base/step-line.exp
13694 * gdb.base/step-over-exit.exp
13695 * gdb.base/step-over-syscall.exp
13696 * gdb.base/step-resume-infcall.exp
13697 * gdb.base/step-test.exp
13698 * gdb.base/store.exp
13699 * gdb.base/structs3.exp
13700 * gdb.base/sym-file.exp
13701 * gdb.base/symbol-without-target_section.exp
13702 * gdb.base/term.exp
13703 * gdb.base/testenv.exp
13704 * gdb.base/ui-redirect.exp
13705 * gdb.base/until.exp
13706 * gdb.base/unwindonsignal.exp
13707 * gdb.base/value-double-free.exp
13708 * gdb.base/vla-datatypes.exp
13709 * gdb.base/vla-ptr.exp
13710 * gdb.base/vla-sideeffect.exp
13711 * gdb.base/volatile.exp
13712 * gdb.base/watch-cond-infcall.exp
13713 * gdb.base/watch-cond.exp
13714 * gdb.base/watch-non-mem.exp
13715 * gdb.base/watch-read.exp
13716 * gdb.base/watch-vfork.exp
13717 * gdb.base/watchpoint-cond-gone.exp
13718 * gdb.base/watchpoint-delete.exp
13719 * gdb.base/watchpoint-hw-hit-once.exp
13720 * gdb.base/watchpoint-hw.exp
13721 * gdb.base/watchpoint-stops-at-right-insn.exp
13722 * gdb.base/watchpoints.exp
13723 * gdb.base/wchar.exp
13724 * gdb.base/whatis-exp.exp
13725 * gdb.btrace/buffer-size.exp
13726 * gdb.btrace/data.exp
13727 * gdb.btrace/delta.exp
13728 * gdb.btrace/dlopen.exp
13729 * gdb.btrace/enable.exp
13730 * gdb.btrace/exception.exp
13731 * gdb.btrace/function_call_history.exp
13732 * gdb.btrace/gcore.exp
13733 * gdb.btrace/instruction_history.exp
13734 * gdb.btrace/nohist.exp
13735 * gdb.btrace/reconnect.exp
13736 * gdb.btrace/record_goto-step.exp
13737 * gdb.btrace/record_goto.exp
13738 * gdb.btrace/rn-dl-bind.exp
13739 * gdb.btrace/segv.exp
13740 * gdb.btrace/step.exp
13741 * gdb.btrace/stepi.exp
13742 * gdb.btrace/tailcall-only.exp
13743 * gdb.btrace/tailcall.exp
13744 * gdb.btrace/tsx.exp
13745 * gdb.btrace/unknown_functions.exp
13746 * gdb.btrace/vdso.exp
13747 * gdb.compile/compile-ifunc.exp
13748 * gdb.compile/compile-ops.exp
13749 * gdb.compile/compile-print.exp
13750 * gdb.compile/compile-setjmp.exp
13751 * gdb.cp/abstract-origin.exp
13752 * gdb.cp/ambiguous.exp
13753 * gdb.cp/annota2.exp
13754 * gdb.cp/annota3.exp
13755 * gdb.cp/anon-ns.exp
13756 * gdb.cp/anon-struct.exp
13757 * gdb.cp/anon-union.exp
13758 * gdb.cp/arg-reference.exp
13759 * gdb.cp/baseenum.exp
13760 * gdb.cp/bool.exp
13761 * gdb.cp/breakpoint.exp
13762 * gdb.cp/bs15503.exp
13763 * gdb.cp/call-c.exp
13764 * gdb.cp/casts.exp
13765 * gdb.cp/chained-calls.exp
13766 * gdb.cp/class2.exp
13767 * gdb.cp/classes.exp
13768 * gdb.cp/cmpd-minsyms.exp
13769 * gdb.cp/converts.exp
13770 * gdb.cp/cp-relocate.exp
13771 * gdb.cp/cpcompletion.exp
13772 * gdb.cp/cpexprs.exp
13773 * gdb.cp/cplabel.exp
13774 * gdb.cp/cplusfuncs.exp
13775 * gdb.cp/cpsizeof.exp
13776 * gdb.cp/ctti.exp
13777 * gdb.cp/derivation.exp
13778 * gdb.cp/destrprint.exp
13779 * gdb.cp/dispcxx.exp
13780 * gdb.cp/enum-class.exp
13781 * gdb.cp/exception.exp
13782 * gdb.cp/exceptprint.exp
13783 * gdb.cp/expand-psymtabs-cxx.exp
13784 * gdb.cp/expand-sals.exp
13785 * gdb.cp/extern-c.exp
13786 * gdb.cp/filename.exp
13787 * gdb.cp/formatted-ref.exp
13788 * gdb.cp/fpointer.exp
13789 * gdb.cp/gdb1355.exp
13790 * gdb.cp/gdb2495.exp
13791 * gdb.cp/hang.exp
13792 * gdb.cp/impl-this.exp
13793 * gdb.cp/infcall-dlopen.exp
13794 * gdb.cp/inherit.exp
13795 * gdb.cp/iostream.exp
13796 * gdb.cp/koenig.exp
13797 * gdb.cp/local.exp
13798 * gdb.cp/m-data.exp
13799 * gdb.cp/m-static.exp
13800 * gdb.cp/mb-ctor.exp
13801 * gdb.cp/mb-inline.exp
13802 * gdb.cp/mb-templates.exp
13803 * gdb.cp/member-name.exp
13804 * gdb.cp/member-ptr.exp
13805 * gdb.cp/meth-typedefs.exp
13806 * gdb.cp/method.exp
13807 * gdb.cp/method2.exp
13808 * gdb.cp/minsym-fallback.exp
13809 * gdb.cp/misc.exp
13810 * gdb.cp/namelessclass.exp
13811 * gdb.cp/namespace-enum.exp
13812 * gdb.cp/namespace-nested-import.exp
13813 * gdb.cp/namespace.exp
13814 * gdb.cp/nextoverthrow.exp
13815 * gdb.cp/no-dmgl-verbose.exp
13816 * gdb.cp/non-trivial-retval.exp
13817 * gdb.cp/noparam.exp
13818 * gdb.cp/nsdecl.exp
13819 * gdb.cp/nsimport.exp
13820 * gdb.cp/nsnested.exp
13821 * gdb.cp/nsnoimports.exp
13822 * gdb.cp/nsrecurs.exp
13823 * gdb.cp/nsstress.exp
13824 * gdb.cp/nsusing.exp
13825 * gdb.cp/operator.exp
13826 * gdb.cp/oranking.exp
13827 * gdb.cp/overload-const.exp
13828 * gdb.cp/overload.exp
13829 * gdb.cp/ovldbreak.exp
13830 * gdb.cp/ovsrch.exp
13831 * gdb.cp/paren-type.exp
13832 * gdb.cp/parse-lang.exp
13833 * gdb.cp/pass-by-ref.exp
13834 * gdb.cp/pr-1023.exp
13835 * gdb.cp/pr-1210.exp
13836 * gdb.cp/pr-574.exp
13837 * gdb.cp/pr10687.exp
13838 * gdb.cp/pr12028.exp
13839 * gdb.cp/pr17132.exp
13840 * gdb.cp/pr17494.exp
13841 * gdb.cp/pr9067.exp
13842 * gdb.cp/pr9167.exp
13843 * gdb.cp/pr9631.exp
13844 * gdb.cp/printmethod.exp
13845 * gdb.cp/psmang.exp
13846 * gdb.cp/psymtab-parameter.exp
13847 * gdb.cp/ptype-cv-cp.exp
13848 * gdb.cp/ptype-flags.exp
13849 * gdb.cp/re-set-overloaded.exp
13850 * gdb.cp/ref-types.exp
13851 * gdb.cp/rtti.exp
13852 * gdb.cp/scope-err.exp
13853 * gdb.cp/shadow.exp
13854 * gdb.cp/smartp.exp
13855 * gdb.cp/static-method.exp
13856 * gdb.cp/static-print-quit.exp
13857 * gdb.cp/temargs.exp
13858 * gdb.cp/templates.exp
13859 * gdb.cp/try_catch.exp
13860 * gdb.cp/typedef-operator.exp
13861 * gdb.cp/typeid.exp
13862 * gdb.cp/userdef.exp
13863 * gdb.cp/using-crash.exp
13864 * gdb.cp/var-tag.exp
13865 * gdb.cp/virtbase.exp
13866 * gdb.cp/virtfunc.exp
13867 * gdb.cp/virtfunc2.exp
13868 * gdb.cp/vla-cxx.exp
13869 * gdb.disasm/t01_mov.exp
13870 * gdb.disasm/t02_mova.exp
13871 * gdb.disasm/t03_add.exp
13872 * gdb.disasm/t04_sub.exp
13873 * gdb.disasm/t05_cmp.exp
13874 * gdb.disasm/t06_ari2.exp
13875 * gdb.disasm/t07_ari3.exp
13876 * gdb.disasm/t08_or.exp
13877 * gdb.disasm/t09_xor.exp
13878 * gdb.disasm/t10_and.exp
13879 * gdb.disasm/t11_logs.exp
13880 * gdb.disasm/t12_bit.exp
13881 * gdb.disasm/t13_otr.exp
13882 * gdb.dlang/circular.exp
13883 * gdb.dwarf2/arr-stride.exp
13884 * gdb.dwarf2/arr-subrange.exp
13885 * gdb.dwarf2/atomic-type.exp
13886 * gdb.dwarf2/bad-regnum.exp
13887 * gdb.dwarf2/bitfield-parent-optimized-out.exp
13888 * gdb.dwarf2/callframecfa.exp
13889 * gdb.dwarf2/clztest.exp
13890 * gdb.dwarf2/corrupt.exp
13891 * gdb.dwarf2/data-loc.exp
13892 * gdb.dwarf2/dup-psym.exp
13893 * gdb.dwarf2/dw2-anon-mptr.exp
13894 * gdb.dwarf2/dw2-anonymous-func.exp
13895 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
13896 * gdb.dwarf2/dw2-bad-unresolved.exp
13897 * gdb.dwarf2/dw2-basic.exp
13898 * gdb.dwarf2/dw2-canonicalize-type.exp
13899 * gdb.dwarf2/dw2-case-insensitive.exp
13900 * gdb.dwarf2/dw2-common-block.exp
13901 * gdb.dwarf2/dw2-compdir-oldgcc.exp
13902 * gdb.dwarf2/dw2-compressed.exp
13903 * gdb.dwarf2/dw2-const.exp
13904 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
13905 * gdb.dwarf2/dw2-cu-size.exp
13906 * gdb.dwarf2/dw2-dup-frame.exp
13907 * gdb.dwarf2/dw2-entry-value.exp
13908 * gdb.dwarf2/dw2-icycle.exp
13909 * gdb.dwarf2/dw2-ifort-parameter.exp
13910 * gdb.dwarf2/dw2-inline-break.exp
13911 * gdb.dwarf2/dw2-inline-param.exp
13912 * gdb.dwarf2/dw2-intercu.exp
13913 * gdb.dwarf2/dw2-intermix.exp
13914 * gdb.dwarf2/dw2-lexical-block-bare.exp
13915 * gdb.dwarf2/dw2-linkage-name-trust.exp
13916 * gdb.dwarf2/dw2-minsym-in-cu.exp
13917 * gdb.dwarf2/dw2-noloc.exp
13918 * gdb.dwarf2/dw2-op-call.exp
13919 * gdb.dwarf2/dw2-op-out-param.exp
13920 * gdb.dwarf2/dw2-opt-structptr.exp
13921 * gdb.dwarf2/dw2-param-error.exp
13922 * gdb.dwarf2/dw2-producer.exp
13923 * gdb.dwarf2/dw2-ranges-base.exp
13924 * gdb.dwarf2/dw2-ref-missing-frame.exp
13925 * gdb.dwarf2/dw2-reg-undefined.exp
13926 * gdb.dwarf2/dw2-regno-invalid.exp
13927 * gdb.dwarf2/dw2-restore.exp
13928 * gdb.dwarf2/dw2-restrict.exp
13929 * gdb.dwarf2/dw2-single-line-discriminators.exp
13930 * gdb.dwarf2/dw2-strp.exp
13931 * gdb.dwarf2/dw2-undefined-ret-addr.exp
13932 * gdb.dwarf2/dw2-unresolved.exp
13933 * gdb.dwarf2/dw2-var-zero-addr.exp
13934 * gdb.dwarf2/dw4-sig-types.exp
13935 * gdb.dwarf2/dwz.exp
13936 * gdb.dwarf2/dynarr-ptr.exp
13937 * gdb.dwarf2/enum-type.exp
13938 * gdb.dwarf2/gdb-index.exp
13939 * gdb.dwarf2/implptr-64bit.exp
13940 * gdb.dwarf2/implptr-optimized-out.exp
13941 * gdb.dwarf2/implptr.exp
13942 * gdb.dwarf2/implref-array.exp
13943 * gdb.dwarf2/implref-const.exp
13944 * gdb.dwarf2/implref-global.exp
13945 * gdb.dwarf2/implref-struct.exp
13946 * gdb.dwarf2/mac-fileno.exp
13947 * gdb.dwarf2/main-subprogram.exp
13948 * gdb.dwarf2/member-ptr-forwardref.exp
13949 * gdb.dwarf2/method-ptr.exp
13950 * gdb.dwarf2/missing-sig-type.exp
13951 * gdb.dwarf2/nonvar-access.exp
13952 * gdb.dwarf2/opaque-type-lookup.exp
13953 * gdb.dwarf2/pieces-optimized-out.exp
13954 * gdb.dwarf2/pieces.exp
13955 * gdb.dwarf2/pr10770.exp
13956 * gdb.dwarf2/pr13961.exp
13957 * gdb.dwarf2/staticvirtual.exp
13958 * gdb.dwarf2/subrange.exp
13959 * gdb.dwarf2/symtab-producer.exp
13960 * gdb.dwarf2/trace-crash.exp
13961 * gdb.dwarf2/typeddwarf.exp
13962 * gdb.dwarf2/valop.exp
13963 * gdb.dwarf2/watch-notconst.exp
13964 * gdb.fortran/array-element.exp
13965 * gdb.fortran/charset.exp
13966 * gdb.fortran/common-block.exp
13967 * gdb.fortran/complex.exp
13968 * gdb.fortran/derived-type-function.exp
13969 * gdb.fortran/derived-type.exp
13970 * gdb.fortran/logical.exp
13971 * gdb.fortran/module.exp
13972 * gdb.fortran/multi-dim.exp
13973 * gdb.fortran/nested-funcs.exp
13974 * gdb.fortran/print-formatted.exp
13975 * gdb.fortran/subarray.exp
13976 * gdb.fortran/vla-alloc-assoc.exp
13977 * gdb.fortran/vla-datatypes.exp
13978 * gdb.fortran/vla-history.exp
13979 * gdb.fortran/vla-ptr-info.exp
13980 * gdb.fortran/vla-ptype-sub.exp
13981 * gdb.fortran/vla-ptype.exp
13982 * gdb.fortran/vla-sizeof.exp
13983 * gdb.fortran/vla-type.exp
13984 * gdb.fortran/vla-value-sub-arbitrary.exp
13985 * gdb.fortran/vla-value-sub-finish.exp
13986 * gdb.fortran/vla-value-sub.exp
13987 * gdb.fortran/vla-value.exp
13988 * gdb.fortran/whatis_type.exp
13989 * gdb.go/chan.exp
13990 * gdb.go/handcall.exp
13991 * gdb.go/hello.exp
13992 * gdb.go/integers.exp
13993 * gdb.go/methods.exp
13994 * gdb.go/package.exp
13995 * gdb.go/strings.exp
13996 * gdb.go/types.exp
13997 * gdb.go/unsafe.exp
13998 * gdb.guile/scm-arch.exp
13999 * gdb.guile/scm-block.exp
14000 * gdb.guile/scm-breakpoint.exp
14001 * gdb.guile/scm-cmd.exp
14002 * gdb.guile/scm-disasm.exp
14003 * gdb.guile/scm-equal.exp
14004 * gdb.guile/scm-frame-args.exp
14005 * gdb.guile/scm-frame-inline.exp
14006 * gdb.guile/scm-frame.exp
14007 * gdb.guile/scm-iterator.exp
14008 * gdb.guile/scm-math.exp
14009 * gdb.guile/scm-objfile.exp
14010 * gdb.guile/scm-ports.exp
14011 * gdb.guile/scm-symbol.exp
14012 * gdb.guile/scm-symtab.exp
14013 * gdb.guile/scm-value-cc.exp
14014 * gdb.guile/types-module.exp
14015 * gdb.linespec/break-ask.exp
14016 * gdb.linespec/cpexplicit.exp
14017 * gdb.linespec/explicit.exp
14018 * gdb.linespec/keywords.exp
14019 * gdb.linespec/linespec.exp
14020 * gdb.linespec/ls-dollar.exp
14021 * gdb.linespec/ls-errs.exp
14022 * gdb.linespec/skip-two.exp
14023 * gdb.linespec/thread.exp
14024 * gdb.mi/mi-async.exp
14025 * gdb.mi/mi-basics.exp
14026 * gdb.mi/mi-break.exp
14027 * gdb.mi/mi-catch-load.exp
14028 * gdb.mi/mi-cli.exp
14029 * gdb.mi/mi-cmd-param-changed.exp
14030 * gdb.mi/mi-console.exp
14031 * gdb.mi/mi-detach.exp
14032 * gdb.mi/mi-disassemble.exp
14033 * gdb.mi/mi-eval.exp
14034 * gdb.mi/mi-file-transfer.exp
14035 * gdb.mi/mi-file.exp
14036 * gdb.mi/mi-fill-memory.exp
14037 * gdb.mi/mi-inheritance-syntax-error.exp
14038 * gdb.mi/mi-linespec-err-cp.exp
14039 * gdb.mi/mi-logging.exp
14040 * gdb.mi/mi-memory-changed.exp
14041 * gdb.mi/mi-read-memory.exp
14042 * gdb.mi/mi-record-changed.exp
14043 * gdb.mi/mi-reg-undefined.exp
14044 * gdb.mi/mi-regs.exp
14045 * gdb.mi/mi-return.exp
14046 * gdb.mi/mi-reverse.exp
14047 * gdb.mi/mi-simplerun.exp
14048 * gdb.mi/mi-solib.exp
14049 * gdb.mi/mi-stack.exp
14050 * gdb.mi/mi-stepi.exp
14051 * gdb.mi/mi-syn-frame.exp
14052 * gdb.mi/mi-until.exp
14053 * gdb.mi/mi-var-block.exp
14054 * gdb.mi/mi-var-child.exp
14055 * gdb.mi/mi-var-cmd.exp
14056 * gdb.mi/mi-var-cp.exp
14057 * gdb.mi/mi-var-display.exp
14058 * gdb.mi/mi-var-invalidate.exp
14059 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
14060 * gdb.mi/mi-vla-fortran.exp
14061 * gdb.mi/mi-watch.exp
14062 * gdb.mi/mi2-var-child.exp
14063 * gdb.mi/user-selected-context-sync.exp
14064 * gdb.modula2/unbounded-array.exp
14065 * gdb.multi/dummy-frame-restore.exp
14066 * gdb.multi/multi-arch-exec.exp
14067 * gdb.multi/multi-arch.exp
14068 * gdb.multi/tids.exp
14069 * gdb.multi/watchpoint-multi.exp
14070 * gdb.opencl/callfuncs.exp
14071 * gdb.opencl/convs_casts.exp
14072 * gdb.opencl/datatypes.exp
14073 * gdb.opencl/operators.exp
14074 * gdb.opencl/vec_comps.exp
14075 * gdb.opt/clobbered-registers-O2.exp
14076 * gdb.opt/inline-break.exp
14077 * gdb.opt/inline-bt.exp
14078 * gdb.opt/inline-cmds.exp
14079 * gdb.opt/inline-locals.exp
14080 * gdb.pascal/case-insensitive-symbols.exp
14081 * gdb.pascal/floats.exp
14082 * gdb.pascal/gdb11492.exp
14083 * gdb.python/lib-types.exp
14084 * gdb.python/py-arch.exp
14085 * gdb.python/py-as-string.exp
14086 * gdb.python/py-bad-printers.exp
14087 * gdb.python/py-block.exp
14088 * gdb.python/py-breakpoint-create-fail.exp
14089 * gdb.python/py-breakpoint.exp
14090 * gdb.python/py-caller-is.exp
14091 * gdb.python/py-cmd.exp
14092 * gdb.python/py-explore-cc.exp
14093 * gdb.python/py-explore.exp
14094 * gdb.python/py-finish-breakpoint.exp
14095 * gdb.python/py-finish-breakpoint2.exp
14096 * gdb.python/py-frame-args.exp
14097 * gdb.python/py-frame-inline.exp
14098 * gdb.python/py-frame.exp
14099 * gdb.python/py-framefilter-mi.exp
14100 * gdb.python/py-infthread.exp
14101 * gdb.python/py-lazy-string.exp
14102 * gdb.python/py-linetable.exp
14103 * gdb.python/py-mi-events.exp
14104 * gdb.python/py-mi-objfile.exp
14105 * gdb.python/py-mi.exp
14106 * gdb.python/py-objfile.exp
14107 * gdb.python/py-pp-integral.exp
14108 * gdb.python/py-pp-maint.exp
14109 * gdb.python/py-pp-re-notag.exp
14110 * gdb.python/py-pp-registration.exp
14111 * gdb.python/py-recurse-unwind.exp
14112 * gdb.python/py-strfns.exp
14113 * gdb.python/py-symbol.exp
14114 * gdb.python/py-symtab.exp
14115 * gdb.python/py-sync-interp.exp
14116 * gdb.python/py-typeprint.exp
14117 * gdb.python/py-unwind-maint.exp
14118 * gdb.python/py-unwind.exp
14119 * gdb.python/py-value-cc.exp
14120 * gdb.python/py-xmethods.exp
14121 * gdb.reverse/amd64-tailcall-reverse.exp
14122 * gdb.reverse/break-precsave.exp
14123 * gdb.reverse/break-reverse.exp
14124 * gdb.reverse/consecutive-precsave.exp
14125 * gdb.reverse/consecutive-reverse.exp
14126 * gdb.reverse/finish-precsave.exp
14127 * gdb.reverse/finish-reverse-bkpt.exp
14128 * gdb.reverse/finish-reverse.exp
14129 * gdb.reverse/fstatat-reverse.exp
14130 * gdb.reverse/getresuid-reverse.exp
14131 * gdb.reverse/i386-precsave.exp
14132 * gdb.reverse/i386-reverse.exp
14133 * gdb.reverse/i386-sse-reverse.exp
14134 * gdb.reverse/i387-env-reverse.exp
14135 * gdb.reverse/i387-stack-reverse.exp
14136 * gdb.reverse/insn-reverse.exp
14137 * gdb.reverse/machinestate-precsave.exp
14138 * gdb.reverse/machinestate.exp
14139 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14140 * gdb.reverse/pipe-reverse.exp
14141 * gdb.reverse/readv-reverse.exp
14142 * gdb.reverse/recvmsg-reverse.exp
14143 * gdb.reverse/rerun-prec.exp
14144 * gdb.reverse/s390-mvcle.exp
14145 * gdb.reverse/step-precsave.exp
14146 * gdb.reverse/step-reverse.exp
14147 * gdb.reverse/time-reverse.exp
14148 * gdb.reverse/until-precsave.exp
14149 * gdb.reverse/until-reverse.exp
14150 * gdb.reverse/waitpid-reverse.exp
14151 * gdb.reverse/watch-precsave.exp
14152 * gdb.reverse/watch-reverse.exp
14153 * gdb.rust/generics.exp
14154 * gdb.rust/methods.exp
14155 * gdb.rust/modules.exp
14156 * gdb.rust/simple.exp
14157 * gdb.server/connect-with-no-symbol-file.exp
14158 * gdb.server/ext-attach.exp
14159 * gdb.server/ext-restart.exp
14160 * gdb.server/ext-wrapper.exp
14161 * gdb.server/file-transfer.exp
14162 * gdb.server/server-exec-info.exp
14163 * gdb.server/server-kill.exp
14164 * gdb.server/server-mon.exp
14165 * gdb.server/wrapper.exp
14166 * gdb.stabs/exclfwd.exp
14167 * gdb.stabs/gdb11479.exp
14168 * gdb.threads/clone-new-thread-event.exp
14169 * gdb.threads/corethreads.exp
14170 * gdb.threads/current-lwp-dead.exp
14171 * gdb.threads/dlopen-libpthread.exp
14172 * gdb.threads/gcore-thread.exp
14173 * gdb.threads/sigstep-threads.exp
14174 * gdb.threads/watchpoint-fork.exp
14175 * gdb.trace/actions-changed.exp
14176 * gdb.trace/backtrace.exp
14177 * gdb.trace/change-loc.exp
14178 * gdb.trace/circ.exp
14179 * gdb.trace/collection.exp
14180 * gdb.trace/disconnected-tracing.exp
14181 * gdb.trace/ftrace.exp
14182 * gdb.trace/mi-trace-frame-collected.exp
14183 * gdb.trace/mi-trace-unavailable.exp
14184 * gdb.trace/mi-traceframe-changed.exp
14185 * gdb.trace/mi-tsv-changed.exp
14186 * gdb.trace/no-attach-trace.exp
14187 * gdb.trace/passc-dyn.exp
14188 * gdb.trace/qtro.exp
14189 * gdb.trace/range-stepping.exp
14190 * gdb.trace/read-memory.exp
14191 * gdb.trace/save-trace.exp
14192 * gdb.trace/signal.exp
14193 * gdb.trace/status-stop.exp
14194 * gdb.trace/tfile.exp
14195 * gdb.trace/trace-break.exp
14196 * gdb.trace/trace-buffer-size.exp
14197 * gdb.trace/trace-condition.exp
14198 * gdb.trace/tracefile-pseudo-reg.exp
14199 * gdb.trace/tstatus.exp
14200 * gdb.trace/unavailable.exp
14201 * gdb.trace/while-dyn.exp
14202 * gdb.trace/while-stepping.exp
14203
14204 2016-12-22 Doug Evans <xdje42@gmail.com>
14205
14206 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
14207 and msymbols.
14208
14209 2016-12-19 Yao Qi <yao.qi@linaro.org>
14210
14211 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
14212 (test_with_self): Don't call do_steps_and_nexts, and remove
14213 code about stepping into xmalloc.
14214
14215 2016-12-09 Yao Qi <yao.qi@linaro.org>
14216
14217 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
14218
14219 2016-12-09 Yao Qi <yao.qi@linaro.org>
14220
14221 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
14222
14223 2016-12-09 Pedro Alves <palves@redhat.com>
14224
14225 * gdb.base/all-architectures-0.exp: New file.
14226 * gdb.base/all-architectures-1.exp: New file.
14227 * gdb.base/all-architectures-2.exp: New file.
14228 * gdb.base/all-architectures-3.exp: New file.
14229 * gdb.base/all-architectures-4.exp: New file.
14230 * gdb.base/all-architectures-5.exp: New file.
14231 * gdb.base/all-architectures-6.exp: New file.
14232 * gdb.base/all-architectures-7.exp: New file.
14233 * gdb.base/all-architectures.exp.in: New file.
14234
14235 2016-12-09 Yao Qi <yao.qi@linaro.org>
14236
14237 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
14238
14239 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
14240
14241 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
14242 possible.
14243 Remove useless pattern-matching code.
14244
14245 2016-12-02 Pedro Alves <palves@redhat.com>
14246
14247 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
14248 procedure.
14249 (top level): Call it.
14250
14251 2016-12-02 Pedro Alves <palves@redhat.com>
14252
14253 * gdb.base/commands.exp (user_defined_command_args_stack_test):
14254 New procedure.
14255 (top level): Call it.
14256
14257 2016-12-02 Pedro Alves <palves@redhat.com>
14258
14259 PR cli/20559
14260 * gdb.base/commands.exp (user_defined_command_args_eval): New
14261 procedure.
14262 (top level): Call it.
14263
14264 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
14265
14266 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
14267 timeout handling.
14268
14269 2016-12-02 Tom Tromey <tom@tromey.com>
14270
14271 * gdb.dwarf2/main-subprogram.c: New file.
14272 * gdb.dwarf2/main-subprogram.exp: New file.
14273
14274 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14275
14276 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
14277 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
14278 gdb_test_no_output for a couple of cases.
14279 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
14280
14281 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14282
14283 Fix test names and standardize compilation error messages throughout
14284 the following files:
14285
14286 * gdb.ada/start.exp
14287 * gdb.arch/alpha-step.exp
14288 * gdb.arch/e500-prologue.exp
14289 * gdb.arch/ftrace-insn-reloc.exp
14290 * gdb.arch/gdb1291.exp
14291 * gdb.arch/gdb1431.exp
14292 * gdb.arch/gdb1558.exp
14293 * gdb.arch/i386-dr3-watch.exp
14294 * gdb.arch/i386-sse-stack-align.exp
14295 * gdb.arch/ia64-breakpoint-shadow.exp
14296 * gdb.arch/pa-nullify.exp
14297 * gdb.arch/powerpc-aix-prologue.exp
14298 * gdb.arch/thumb-bx-pc.exp
14299 * gdb.base/annota1.exp
14300 * gdb.base/annota3.exp
14301 * gdb.base/arrayidx.exp
14302 * gdb.base/assign.exp
14303 * gdb.base/attach.exp
14304 * gdb.base/auxv.exp
14305 * gdb.base/bang.exp
14306 * gdb.base/bfp-test.exp
14307 * gdb.base/bigcore.exp
14308 * gdb.base/bitfields2.exp
14309 * gdb.base/break-fun-addr.exp
14310 * gdb.base/break-probes.exp
14311 * gdb.base/call-rt-st.exp
14312 * gdb.base/callexit.exp
14313 * gdb.base/catch-fork-kill.exp
14314 * gdb.base/charset.exp
14315 * gdb.base/checkpoint.exp
14316 * gdb.base/comprdebug.exp
14317 * gdb.base/constvars.exp
14318 * gdb.base/coredump-filter.exp
14319 * gdb.base/cursal.exp
14320 * gdb.base/cvexpr.exp
14321 * gdb.base/detach.exp
14322 * gdb.base/display.exp
14323 * gdb.base/dmsym.exp
14324 * gdb.base/dprintf-pending.exp
14325 * gdb.base/dso2dso.exp
14326 * gdb.base/dtrace-probe.exp
14327 * gdb.base/dump.exp
14328 * gdb.base/enum_cond.exp
14329 * gdb.base/exe-lock.exp
14330 * gdb.base/exec-invalid-sysroot.exp
14331 * gdb.base/execl-update-breakpoints.exp
14332 * gdb.base/exprs.exp
14333 * gdb.base/fileio.exp
14334 * gdb.base/find.exp
14335 * gdb.base/finish.exp
14336 * gdb.base/fixsection.exp
14337 * gdb.base/foll-vfork.exp
14338 * gdb.base/frame-args.exp
14339 * gdb.base/gcore.exp
14340 * gdb.base/gdb1250.exp
14341 * gdb.base/global-var-nested-by-dso.exp
14342 * gdb.base/gnu-ifunc.exp
14343 * gdb.base/hashline1.exp
14344 * gdb.base/hashline2.exp
14345 * gdb.base/hashline3.exp
14346 * gdb.base/hbreak-in-shr-unsupported.exp
14347 * gdb.base/huge.exp
14348 * gdb.base/infcall-input.exp
14349 * gdb.base/info-fun.exp
14350 * gdb.base/info-shared.exp
14351 * gdb.base/jit-simple.exp
14352 * gdb.base/jit-so.exp
14353 * gdb.base/jit.exp
14354 * gdb.base/jump.exp
14355 * gdb.base/label.exp
14356 * gdb.base/lineinc.exp
14357 * gdb.base/logical.exp
14358 * gdb.base/longjmp.exp
14359 * gdb.base/macscp.exp
14360 * gdb.base/miscexprs.exp
14361 * gdb.base/new-ui-echo.exp
14362 * gdb.base/new-ui-pending-input.exp
14363 * gdb.base/new-ui.exp
14364 * gdb.base/nodebug.exp
14365 * gdb.base/nofield.exp
14366 * gdb.base/offsets.exp
14367 * gdb.base/overlays.exp
14368 * gdb.base/pending.exp
14369 * gdb.base/pointers.exp
14370 * gdb.base/pr11022.exp
14371 * gdb.base/printcmds.exp
14372 * gdb.base/prologue.exp
14373 * gdb.base/ptr-typedef.exp
14374 * gdb.base/realname-expand.exp
14375 * gdb.base/relativedebug.exp
14376 * gdb.base/relocate.exp
14377 * gdb.base/remote.exp
14378 * gdb.base/reread.exp
14379 * gdb.base/return2.exp
14380 * gdb.base/savedregs.exp
14381 * gdb.base/sep.exp
14382 * gdb.base/sepdebug.exp
14383 * gdb.base/sepsymtab.exp
14384 * gdb.base/set-inferior-tty.exp
14385 * gdb.base/setshow.exp
14386 * gdb.base/shlib-call.exp
14387 * gdb.base/sigaltstack.exp
14388 * gdb.base/siginfo-addr.exp
14389 * gdb.base/signals.exp
14390 * gdb.base/signull.exp
14391 * gdb.base/sigrepeat.exp
14392 * gdb.base/so-impl-ld.exp
14393 * gdb.base/solib-display.exp
14394 * gdb.base/solib-overlap.exp
14395 * gdb.base/solib-search.exp
14396 * gdb.base/solib-symbol.exp
14397 * gdb.base/structs.exp
14398 * gdb.base/structs2.exp
14399 * gdb.base/symtab-search-order.exp
14400 * gdb.base/twice.exp
14401 * gdb.base/unload.exp
14402 * gdb.base/varargs.exp
14403 * gdb.base/watchpoint-solib.exp
14404 * gdb.base/watchpoint.exp
14405 * gdb.base/whatis.exp
14406 * gdb.base/wrong_frame_bt_full.exp
14407 * gdb.btrace/dlopen.exp
14408 * gdb.cell/ea-standalone.exp
14409 * gdb.cell/ea-test.exp
14410 * gdb.cp/dispcxx.exp
14411 * gdb.cp/gdb2384.exp
14412 * gdb.cp/method2.exp
14413 * gdb.cp/nextoverthrow.exp
14414 * gdb.cp/pr10728.exp
14415 * gdb.disasm/am33.exp
14416 * gdb.disasm/h8300s.exp
14417 * gdb.disasm/mn10300.exp
14418 * gdb.disasm/sh3.exp
14419 * gdb.dwarf2/dw2-dir-file-name.exp
14420 * gdb.fortran/complex.exp
14421 * gdb.fortran/library-module.exp
14422 * gdb.guile/scm-pretty-print.exp
14423 * gdb.guile/scm-symbol.exp
14424 * gdb.guile/scm-type.exp
14425 * gdb.guile/scm-value.exp
14426 * gdb.linespec/linespec.exp
14427 * gdb.mi/gdb701.exp
14428 * gdb.mi/gdb792.exp
14429 * gdb.mi/mi-breakpoint-changed.exp
14430 * gdb.mi/mi-dprintf-pending.exp
14431 * gdb.mi/mi-dprintf.exp
14432 * gdb.mi/mi-exit-code.exp
14433 * gdb.mi/mi-pending.exp
14434 * gdb.mi/mi-solib.exp
14435 * gdb.mi/new-ui-mi-sync.exp
14436 * gdb.mi/pr11022.exp
14437 * gdb.mi/user-selected-context-sync.exp
14438 * gdb.opt/solib-intra-step.exp
14439 * gdb.python/py-events.exp
14440 * gdb.python/py-finish-breakpoint.exp
14441 * gdb.python/py-mi.exp
14442 * gdb.python/py-prettyprint.exp
14443 * gdb.python/py-shared.exp
14444 * gdb.python/py-symbol.exp
14445 * gdb.python/py-template.exp
14446 * gdb.python/py-type.exp
14447 * gdb.python/py-value.exp
14448 * gdb.reverse/solib-precsave.exp
14449 * gdb.reverse/solib-reverse.exp
14450 * gdb.server/solib-list.exp
14451 * gdb.stabs/weird.exp
14452 * gdb.threads/reconnect-signal.exp
14453 * gdb.threads/stepi-random-signal.exp
14454 * gdb.trace/actions.exp
14455 * gdb.trace/ax.exp
14456 * gdb.trace/backtrace.exp
14457 * gdb.trace/change-loc.exp
14458 * gdb.trace/deltrace.exp
14459 * gdb.trace/ftrace-lock.exp
14460 * gdb.trace/ftrace.exp
14461 * gdb.trace/infotrace.exp
14462 * gdb.trace/mi-tracepoint-changed.exp
14463 * gdb.trace/packetlen.exp
14464 * gdb.trace/passcount.exp
14465 * gdb.trace/pending.exp
14466 * gdb.trace/range-stepping.exp
14467 * gdb.trace/report.exp
14468 * gdb.trace/stap-trace.exp
14469 * gdb.trace/tfind.exp
14470 * gdb.trace/trace-break.exp
14471 * gdb.trace/trace-condition.exp
14472 * gdb.trace/trace-enable-disable.exp
14473 * gdb.trace/trace-mt.exp
14474 * gdb.trace/tracecmd.exp
14475 * gdb.trace/tspeed.exp
14476 * gdb.trace/tsv.exp
14477 * lib/perftest.exp
14478
14479 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14480
14481 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
14482 with gdb_test_no_output.
14483 Use command as test name.
14484
14485 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14486
14487 Fix test names starting with uppercase throughout the files.
14488
14489 * gdb.ada/assign_1.exp
14490 * gdb.ada/boolean_expr.exp
14491 * gdb.base/arrayidx.exp
14492 * gdb.base/del.exp
14493 * gdb.base/gcore-buffer-overflow.exp
14494 * gdb.base/testenv.exp
14495 * gdb.compile/compile.exp
14496 * gdb.python/py-framefilter-invalidarg.exp
14497 * gdb.python/py-framefilter.exp
14498
14499 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14500
14501 Fix test names starting with uppercase throughout the files.
14502
14503 * gdb.ada/array_return.exp
14504 * gdb.ada/expr_delims.exp
14505 * gdb.ada/mi_dyn_arr.exp
14506 * gdb.ada/mi_interface.exp
14507 * gdb.ada/mi_var_array.exp
14508 * gdb.ada/watch_arg.exp
14509 * gdb.arch/alpha-step.exp
14510 * gdb.arch/altivec-regs.exp
14511 * gdb.arch/e500-regs.exp
14512 * gdb.arch/powerpc-d128-regs.exp
14513 * gdb.base/arrayidx.exp
14514 * gdb.base/break.exp
14515 * gdb.base/checkpoint.exp
14516 * gdb.base/debug-expr.exp
14517 * gdb.base/dmsym.exp
14518 * gdb.base/radix.exp
14519 * gdb.base/sepdebug.exp
14520 * gdb.base/testenv.exp
14521 * gdb.base/watch_thread_num.exp
14522 * gdb.base/watchpoint-cond-gone.exp
14523 * gdb.cell/break.exp
14524 * gdb.cell/ea-cache.exp
14525 * gdb.compile/compile.exp
14526 * gdb.cp/gdb2495.exp
14527 * gdb.gdb/selftest.exp
14528 * gdb.gdb/xfullpath.exp
14529 * gdb.go/hello.exp
14530 * gdb.go/integers.exp
14531 * gdb.objc/basicclass.exp
14532 * gdb.pascal/hello.exp
14533 * gdb.pascal/integers.exp
14534 * gdb.python/py-breakpoint.exp
14535 * gdb.python/py-cmd.exp
14536 * gdb.python/py-linetable.exp
14537 * gdb.python/py-xmethods.exp
14538 * gdb.python/python.exp
14539 * gdb.reverse/consecutive-precsave.exp
14540 * gdb.reverse/finish-precsave.exp
14541 * gdb.reverse/i386-precsave.exp
14542 * gdb.reverse/machinestate-precsave.exp
14543 * gdb.reverse/sigall-precsave.exp
14544 * gdb.reverse/solib-precsave.exp
14545 * gdb.reverse/step-precsave.exp
14546 * gdb.reverse/until-precsave.exp
14547 * gdb.reverse/watch-precsave.exp
14548 * gdb.threads/leader-exit.exp
14549 * gdb.threads/pthreads.exp
14550 * gdb.threads/wp-replication.exp
14551 * gdb.trace/actions.exp
14552 * gdb.trace/mi-tsv-changed.exp
14553 * gdb.trace/tsv.exp
14554
14555 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14556
14557 Fix test names starting with uppercase throughout the files.
14558
14559 * gdb.arch/i386-bp_permanent.exp
14560 * gdb.arch/i386-gnu-cfi.exp
14561 * gdb.base/disasm-end-cu.exp
14562 * gdb.base/macscp.exp
14563 * gdb.base/pending.exp
14564 * gdb.base/watch_thread_num.exp
14565 * gdb.cp/exception.exp
14566 * gdb.cp/gdb2495.exp
14567 * gdb.cp/local.exp
14568 * gdb.python/py-evsignal.exp
14569 * gdb.python/python.exp
14570 * gdb.trace/tracecmd.exp
14571
14572 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14573
14574 Fix test names starting with uppercase throughout the files.
14575
14576 * gdb.base/charset.exp
14577 * gdb.base/eval.exp
14578 * gdb.base/multi-forks.exp
14579 * gdb.guile/scm-progspace.exp
14580 * gdb.opencl/datatypes.exp
14581 * gdb.python/py-block.exp
14582 * gdb.python/py-function.exp
14583 * gdb.python/py-symbol.exp
14584 * gdb.python/py-symtab.exp
14585 * gdb.python/py-xmethods.exp
14586 * gdb.reverse/break-precsave.exp
14587 * gdb.reverse/break-reverse.exp
14588 * gdb.reverse/consecutive-precsave.exp
14589 * gdb.reverse/consecutive-reverse.exp
14590 * gdb.reverse/finish-precsave.exp
14591 * gdb.reverse/finish-reverse-bkpt.exp
14592 * gdb.reverse/finish-reverse.exp
14593 * gdb.reverse/fstatat-reverse.exp
14594 * gdb.reverse/getresuid-reverse.exp
14595 * gdb.reverse/i386-precsave.exp
14596 * gdb.reverse/i386-reverse.exp
14597 * gdb.reverse/i386-sse-reverse.exp
14598 * gdb.reverse/i387-stack-reverse.exp
14599 * gdb.reverse/insn-reverse.exp
14600 * gdb.reverse/machinestate-precsave.exp
14601 * gdb.reverse/machinestate.exp
14602 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14603 * gdb.reverse/pipe-reverse.exp
14604 * gdb.reverse/readv-reverse.exp
14605 * gdb.reverse/recvmsg-reverse.exp
14606 * gdb.reverse/rerun-prec.exp
14607 * gdb.reverse/s390-mvcle.exp
14608 * gdb.reverse/sigall-precsave.exp
14609 * gdb.reverse/sigall-reverse.exp
14610 * gdb.reverse/solib-precsave.exp
14611 * gdb.reverse/solib-reverse.exp
14612 * gdb.reverse/step-precsave.exp
14613 * gdb.reverse/step-reverse.exp
14614 * gdb.reverse/time-reverse.exp
14615 * gdb.reverse/until-precsave.exp
14616 * gdb.reverse/until-reverse.exp
14617 * gdb.reverse/waitpid-reverse.exp
14618 * gdb.reverse/watch-precsave.exp
14619 * gdb.reverse/watch-reverse.exp
14620
14621 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14622
14623 Fix test names starting with uppercase throughout the files.
14624
14625 * gdb.arch/i386-mpx-simple_segv.exp
14626 * gdb.arch/i386-mpx.exp
14627 * gdb.arch/i386-permbkpt.exp
14628 * gdb.arch/pa-nullify.exp
14629 * gdb.arch/powerpc-d128-regs.exp
14630 * gdb.arch/vsx-regs.exp
14631 * gdb.base/bfp-test.exp
14632 * gdb.base/break.exp
14633 * gdb.base/breakpoint-shadow.exp
14634 * gdb.base/callfuncs.exp
14635 * gdb.base/charset.exp
14636 * gdb.base/commands.exp
14637 * gdb.base/completion.exp
14638 * gdb.base/dfp-test.exp
14639 * gdb.base/echo.exp
14640 * gdb.base/ending-run.exp
14641 * gdb.base/eval.exp
14642 * gdb.base/expand-psymtabs.exp
14643 * gdb.base/float128.exp
14644 * gdb.base/floatn.exp
14645 * gdb.base/foll-exec-mode.exp
14646 * gdb.base/gdb1056.exp
14647 * gdb.base/gdb11531.exp
14648 * gdb.base/kill-after-signal.exp
14649 * gdb.base/multi-forks.exp
14650 * gdb.base/overlays.exp
14651 * gdb.base/pending.exp
14652 * gdb.base/sepdebug.exp
14653 * gdb.base/testenv.exp
14654 * gdb.base/valgrind-db-attach.exp
14655 * gdb.base/watch_thread_num.exp
14656 * gdb.base/watchpoint-cond-gone.exp
14657 * gdb.base/watchpoint.exp
14658 * gdb.base/watchpoints.exp
14659 * gdb.cp/arg-reference.exp
14660 * gdb.cp/baseenum.exp
14661 * gdb.cp/operator.exp
14662 * gdb.cp/shadow.exp
14663 * gdb.dwarf2/dw2-op-out-param.exp
14664 * gdb.dwarf2/dw2-reg-undefined.exp
14665 * gdb.go/chan.exp
14666 * gdb.go/hello.exp
14667 * gdb.go/integers.exp
14668 * gdb.go/methods.exp
14669 * gdb.go/package.exp
14670 * gdb.guile/scm-parameter.exp
14671 * gdb.guile/scm-progspace.exp
14672 * gdb.guile/scm-value.exp
14673 * gdb.mi/mi-pending.exp
14674 * gdb.mi/user-selected-context-sync.exp
14675 * gdb.multi/multi-attach.exp
14676 * gdb.multi/tids.exp
14677 * gdb.opt/clobbered-registers-O2.exp
14678 * gdb.pascal/floats.exp
14679 * gdb.pascal/integers.exp
14680 * gdb.python/py-block.exp
14681 * gdb.python/py-events.exp
14682 * gdb.python/py-parameter.exp
14683 * gdb.python/py-symbol.exp
14684 * gdb.python/py-symtab.exp
14685 * gdb.python/py-type.exp
14686 * gdb.python/py-value.exp
14687 * gdb.python/py-xmethods.exp
14688 * gdb.python/python.exp
14689 * gdb.reverse/break-precsave.exp
14690 * gdb.reverse/consecutive-precsave.exp
14691 * gdb.reverse/finish-precsave.exp
14692 * gdb.reverse/i386-precsave.exp
14693 * gdb.reverse/machinestate-precsave.exp
14694 * gdb.reverse/sigall-precsave.exp
14695 * gdb.reverse/solib-precsave.exp
14696 * gdb.reverse/step-precsave.exp
14697 * gdb.reverse/until-precsave.exp
14698 * gdb.reverse/watch-precsave.exp
14699 * gdb.server/ext-attach.exp
14700 * gdb.server/ext-restart.exp
14701 * gdb.server/ext-run.exp
14702 * gdb.server/ext-wrapper.exp
14703 * gdb.stabs/gdb11479.exp
14704 * gdb.stabs/weird.exp
14705 * gdb.threads/attach-many-short-lived-threads.exp
14706 * gdb.threads/kill.exp
14707 * gdb.threads/watchpoint-fork.exp
14708
14709 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14710
14711 Fix test names starting with uppercase throughout all the files below.
14712
14713 * gdb.ada/array_return.exp
14714 * gdb.ada/catch_ex.exp
14715 * gdb.ada/info_exc.exp
14716 * gdb.ada/mi_catch_ex.exp
14717 * gdb.ada/mi_dyn_arr.exp
14718 * gdb.ada/mi_ex_cond.exp
14719 * gdb.ada/mi_exc_info.exp
14720 * gdb.ada/mi_interface.exp
14721 * gdb.ada/mi_task_arg.exp
14722 * gdb.ada/mi_task_info.exp
14723 * gdb.ada/mi_var_array.exp
14724 * gdb.arch/alpha-step.exp
14725 * gdb.arch/amd64-disp-step.exp
14726 * gdb.arch/arm-disp-step.exp
14727 * gdb.arch/disp-step-insn-reloc.exp
14728 * gdb.arch/e500-prologue.exp
14729 * gdb.arch/ftrace-insn-reloc.exp
14730 * gdb.arch/gdb1558.exp
14731 * gdb.arch/i386-bp_permanent.exp
14732 * gdb.arch/i386-disp-step.exp
14733 * gdb.arch/i386-float.exp
14734 * gdb.arch/i386-gnu-cfi.exp
14735 * gdb.arch/ia64-breakpoint-shadow.exp
14736 * gdb.arch/mips16-thunks.exp
14737 * gdb.arch/pa-nullify.exp
14738 * gdb.arch/powerpc-aix-prologue.exp
14739 * gdb.arch/powerpc-power.exp
14740 * gdb.arch/ppc-dfp.exp
14741 * gdb.arch/s390-tdbregs.exp
14742 * gdb.arch/spu-info.exp
14743 * gdb.arch/spu-ls.exp
14744 * gdb.arch/thumb-bx-pc.exp
14745 * gdb.base/advance.exp
14746 * gdb.base/annota-input-while-running.exp
14747 * gdb.base/arrayidx.exp
14748 * gdb.base/asmlabel.exp
14749 * gdb.base/async.exp
14750 * gdb.base/attach-wait-input.exp
14751 * gdb.base/auto-connect-native-target.exp
14752 * gdb.base/batch-preserve-term-settings.exp
14753 * gdb.base/bfp-test.exp
14754 * gdb.base/bigcore.exp
14755 * gdb.base/bp-permanent.exp
14756 * gdb.base/break-always.exp
14757 * gdb.base/break-fun-addr.exp
14758 * gdb.base/break-idempotent.exp
14759 * gdb.base/break-main-file-remove-fail.exp
14760 * gdb.base/break-probes.exp
14761 * gdb.base/break-unload-file.exp
14762 * gdb.base/break.exp
14763 * gdb.base/call-ar-st.exp
14764 * gdb.base/call-rt-st.exp
14765 * gdb.base/call-sc.exp
14766 * gdb.base/call-signal-resume.exp
14767 * gdb.base/call-strs.exp
14768 * gdb.base/callexit.exp
14769 * gdb.base/callfuncs.exp
14770 * gdb.base/catch-gdb-caused-signals.exp
14771 * gdb.base/catch-signal-siginfo-cond.exp
14772 * gdb.base/catch-syscall.exp
14773 * gdb.base/compare-sections.exp
14774 * gdb.base/cond-eval-mode.exp
14775 * gdb.base/condbreak-call-false.exp
14776 * gdb.base/consecutive-step-over.exp
14777 * gdb.base/cursal.exp
14778 * gdb.base/disabled-location.exp
14779 * gdb.base/disasm-end-cu.exp
14780 * gdb.base/display.exp
14781 * gdb.base/double-prompt-target-event-error.exp
14782 * gdb.base/dprintf-bp-same-addr.exp
14783 * gdb.base/dprintf-detach.exp
14784 * gdb.base/dprintf-next.exp
14785 * gdb.base/dprintf-non-stop.exp
14786 * gdb.base/dprintf-pending.exp
14787 * gdb.base/dso2dso.exp
14788 * gdb.base/ending-run.exp
14789 * gdb.base/enum_cond.exp
14790 * gdb.base/examine-backward.exp
14791 * gdb.base/exe-lock.exp
14792 * gdb.base/exec-invalid-sysroot.exp
14793 * gdb.base/execl-update-breakpoints.exp
14794 * gdb.base/execution-termios.exp
14795 * gdb.base/fileio.exp
14796 * gdb.base/fixsection.exp
14797 * gdb.base/foll-exec-mode.exp
14798 * gdb.base/foll-exec.exp
14799 * gdb.base/fork-running-state.exp
14800 * gdb.base/frame-args.exp
14801 * gdb.base/fullpath-expand.exp
14802 * gdb.base/func-ptr.exp
14803 * gdb.base/gcore-relro-pie.exp
14804 * gdb.base/gdb1090.exp
14805 * gdb.base/gdb1555.exp
14806 * gdb.base/global-var-nested-by-dso.exp
14807 * gdb.base/gnu-ifunc.exp
14808 * gdb.base/hbreak-in-shr-unsupported.exp
14809 * gdb.base/hbreak-unmapped.exp
14810 * gdb.base/hook-stop.exp
14811 * gdb.base/infcall-input.exp
14812 * gdb.base/info-fun.exp
14813 * gdb.base/info-shared.exp
14814 * gdb.base/interrupt-noterm.exp
14815 * gdb.base/jit-so.exp
14816 * gdb.base/jit.exp
14817 * gdb.base/line-symtabs.exp
14818 * gdb.base/list.exp
14819 * gdb.base/longjmp.exp
14820 * gdb.base/macscp.exp
14821 * gdb.base/max-value-size.exp
14822 * gdb.base/nodebug.exp
14823 * gdb.base/nofield.exp
14824 * gdb.base/overlays.exp
14825 * gdb.base/paginate-after-ctrl-c-running.exp
14826 * gdb.base/paginate-bg-execution.exp
14827 * gdb.base/paginate-inferior-exit.exp
14828 * gdb.base/pending.exp
14829 * gdb.base/pr11022.exp
14830 * gdb.base/printcmds.exp
14831 * gdb.base/ptr-typedef.exp
14832 * gdb.base/ptype.exp
14833 * gdb.base/randomize.exp
14834 * gdb.base/range-stepping.exp
14835 * gdb.base/realname-expand.exp
14836 * gdb.base/relativedebug.exp
14837 * gdb.base/remote.exp
14838 * gdb.base/savedregs.exp
14839 * gdb.base/sepdebug.exp
14840 * gdb.base/set-noassign.exp
14841 * gdb.base/shlib-call.exp
14842 * gdb.base/shreloc.exp
14843 * gdb.base/sigaltstack.exp
14844 * gdb.base/sigbpt.exp
14845 * gdb.base/siginfo-addr.exp
14846 * gdb.base/siginfo-obj.exp
14847 * gdb.base/siginfo-thread.exp
14848 * gdb.base/signest.exp
14849 * gdb.base/signull.exp
14850 * gdb.base/sigrepeat.exp
14851 * gdb.base/skip.exp
14852 * gdb.base/so-impl-ld.exp
14853 * gdb.base/solib-corrupted.exp
14854 * gdb.base/solib-disc.exp
14855 * gdb.base/solib-display.exp
14856 * gdb.base/solib-overlap.exp
14857 * gdb.base/solib-search.exp
14858 * gdb.base/solib-symbol.exp
14859 * gdb.base/source-execution.exp
14860 * gdb.base/sss-bp-on-user-bp-2.exp
14861 * gdb.base/sss-bp-on-user-bp.exp
14862 * gdb.base/stack-checking.exp
14863 * gdb.base/stale-infcall.exp
14864 * gdb.base/step-break.exp
14865 * gdb.base/step-line.exp
14866 * gdb.base/step-over-exit.exp
14867 * gdb.base/step-test.exp
14868 * gdb.base/structs.exp
14869 * gdb.base/sym-file.exp
14870 * gdb.base/symtab-search-order.exp
14871 * gdb.base/term.exp
14872 * gdb.base/type-opaque.exp
14873 * gdb.base/unload.exp
14874 * gdb.base/until-nodebug.exp
14875 * gdb.base/until.exp
14876 * gdb.base/unwindonsignal.exp
14877 * gdb.base/watch-cond.exp
14878 * gdb.base/watch-non-mem.exp
14879 * gdb.base/watch_thread_num.exp
14880 * gdb.base/watchpoint-reuse-slot.exp
14881 * gdb.base/watchpoint-solib.exp
14882 * gdb.base/watchpoint.exp
14883 * gdb.btrace/dlopen.exp
14884 * gdb.cell/arch.exp
14885 * gdb.cell/break.exp
14886 * gdb.cell/bt.exp
14887 * gdb.cell/core.exp
14888 * gdb.cell/data.exp
14889 * gdb.cell/dwarfaddr.exp
14890 * gdb.cell/ea-cache.exp
14891 * gdb.cell/ea-standalone.exp
14892 * gdb.cell/ea-test.exp
14893 * gdb.cell/f-regs.exp
14894 * gdb.cell/fork.exp
14895 * gdb.cell/gcore.exp
14896 * gdb.cell/mem-access.exp
14897 * gdb.cell/ptype.exp
14898 * gdb.cell/registers.exp
14899 * gdb.cell/sizeof.exp
14900 * gdb.cell/solib-symbol.exp
14901 * gdb.cell/solib.exp
14902 * gdb.compile/compile-tls.exp
14903 * gdb.cp/exception.exp
14904 * gdb.cp/gdb2495.exp
14905 * gdb.cp/local.exp
14906 * gdb.cp/mb-inline.exp
14907 * gdb.cp/mb-templates.exp
14908 * gdb.cp/pr10687.exp
14909 * gdb.cp/pr9167.exp
14910 * gdb.cp/scope-err.exp
14911 * gdb.cp/templates.exp
14912 * gdb.cp/virtfunc.exp
14913 * gdb.dwarf2/dw2-dir-file-name.exp
14914 * gdb.dwarf2/dw2-single-line-discriminators.exp
14915 * gdb.fortran/complex.exp
14916 * gdb.fortran/library-module.exp
14917 * gdb.guile/guile.exp
14918 * gdb.guile/scm-cmd.exp
14919 * gdb.guile/scm-frame-inline.exp
14920 * gdb.guile/scm-objfile.exp
14921 * gdb.guile/scm-pretty-print.exp
14922 * gdb.guile/scm-symbol.exp
14923 * gdb.guile/scm-type.exp
14924 * gdb.guile/scm-value.exp
14925 * gdb.linespec/keywords.exp
14926 * gdb.linespec/ls-errs.exp
14927 * gdb.linespec/macro-relative.exp
14928 * gdb.linespec/thread.exp
14929 * gdb.mi/mi-breakpoint-changed.exp
14930 * gdb.mi/mi-dprintf-pending.exp
14931 * gdb.mi/mi-fullname-deleted.exp
14932 * gdb.mi/mi-logging.exp
14933 * gdb.mi/mi-pending.exp
14934 * gdb.mi/mi-solib.exp
14935 * gdb.mi/new-ui-mi-sync.exp
14936 * gdb.mi/user-selected-context-sync.exp
14937 * gdb.multi/dummy-frame-restore.exp
14938 * gdb.multi/multi-arch-exec.exp
14939 * gdb.multi/remove-inferiors.exp
14940 * gdb.multi/watchpoint-multi-exit.exp
14941 * gdb.opt/solib-intra-step.exp
14942 * gdb.perf/backtrace.exp
14943 * gdb.perf/single-step.exp
14944 * gdb.perf/skip-command.exp
14945 * gdb.perf/skip-prologue.exp
14946 * gdb.perf/solib.exp
14947 * gdb.python/lib-types.exp
14948 * gdb.python/py-as-string.exp
14949 * gdb.python/py-bad-printers.exp
14950 * gdb.python/py-block.exp
14951 * gdb.python/py-breakpoint.exp
14952 * gdb.python/py-cmd.exp
14953 * gdb.python/py-events.exp
14954 * gdb.python/py-evthreads.exp
14955 * gdb.python/py-finish-breakpoint.exp
14956 * gdb.python/py-finish-breakpoint2.exp
14957 * gdb.python/py-frame-inline.exp
14958 * gdb.python/py-frame.exp
14959 * gdb.python/py-inferior.exp
14960 * gdb.python/py-infthread.exp
14961 * gdb.python/py-mi.exp
14962 * gdb.python/py-objfile.exp
14963 * gdb.python/py-pp-maint.exp
14964 * gdb.python/py-pp-registration.exp
14965 * gdb.python/py-prettyprint.exp
14966 * gdb.python/py-recurse-unwind.exp
14967 * gdb.python/py-shared.exp
14968 * gdb.python/py-symbol.exp
14969 * gdb.python/py-symtab.exp
14970 * gdb.python/py-template.exp
14971 * gdb.python/py-type.exp
14972 * gdb.python/py-unwind-maint.exp
14973 * gdb.python/py-unwind.exp
14974 * gdb.python/py-value.exp
14975 * gdb.python/python.exp
14976 * gdb.reverse/finish-reverse-bkpt.exp
14977 * gdb.reverse/insn-reverse.exp
14978 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14979 * gdb.reverse/solib-precsave.exp
14980 * gdb.reverse/solib-reverse.exp
14981 * gdb.stabs/gdb11479.exp
14982 * gdb.stabs/weird.exp
14983 * gdb.threads/fork-child-threads.exp
14984 * gdb.threads/fork-plus-threads.exp
14985 * gdb.threads/fork-thread-pending.exp
14986 * gdb.threads/forking-threads-plus-breakpoint.exp
14987 * gdb.threads/hand-call-in-threads.exp
14988 * gdb.threads/interrupted-hand-call.exp
14989 * gdb.threads/linux-dp.exp
14990 * gdb.threads/local-watch-wrong-thread.exp
14991 * gdb.threads/next-while-other-thread-longjmps.exp
14992 * gdb.threads/non-ldr-exit.exp
14993 * gdb.threads/pending-step.exp
14994 * gdb.threads/print-threads.exp
14995 * gdb.threads/process-dies-while-detaching.exp
14996 * gdb.threads/process-dies-while-handling-bp.exp
14997 * gdb.threads/pthreads.exp
14998 * gdb.threads/queue-signal.exp
14999 * gdb.threads/reconnect-signal.exp
15000 * gdb.threads/signal-command-handle-nopass.exp
15001 * gdb.threads/signal-command-multiple-signals-pending.exp
15002 * gdb.threads/signal-delivered-right-thread.exp
15003 * gdb.threads/signal-sigtrap.exp
15004 * gdb.threads/sigthread.exp
15005 * gdb.threads/staticthreads.exp
15006 * gdb.threads/stepi-random-signal.exp
15007 * gdb.threads/thread-unwindonsignal.exp
15008 * gdb.threads/thread_check.exp
15009 * gdb.threads/thread_events.exp
15010 * gdb.threads/tid-reuse.exp
15011 * gdb.threads/tls-nodebug.exp
15012 * gdb.threads/tls-shared.exp
15013 * gdb.threads/tls-so_extern.exp
15014 * gdb.threads/tls.exp
15015 * gdb.threads/wp-replication.exp
15016 * gdb.trace/actions-changed.exp
15017 * gdb.trace/actions.exp
15018 * gdb.trace/backtrace.exp
15019 * gdb.trace/change-loc.exp
15020 * gdb.trace/collection.exp
15021 * gdb.trace/deltrace.exp
15022 * gdb.trace/disconnected-tracing.exp
15023 * gdb.trace/entry-values.exp
15024 * gdb.trace/ftrace-lock.exp
15025 * gdb.trace/ftrace.exp
15026 * gdb.trace/infotrace.exp
15027 * gdb.trace/mi-trace-frame-collected.exp
15028 * gdb.trace/mi-trace-unavailable.exp
15029 * gdb.trace/mi-traceframe-changed.exp
15030 * gdb.trace/mi-tracepoint-changed.exp
15031 * gdb.trace/mi-tsv-changed.exp
15032 * gdb.trace/no-attach-trace.exp
15033 * gdb.trace/packetlen.exp
15034 * gdb.trace/passc-dyn.exp
15035 * gdb.trace/passcount.exp
15036 * gdb.trace/pending.exp
15037 * gdb.trace/pr16508.exp
15038 * gdb.trace/qtro.exp
15039 * gdb.trace/range-stepping.exp
15040 * gdb.trace/read-memory.exp
15041 * gdb.trace/report.exp
15042 * gdb.trace/save-trace.exp
15043 * gdb.trace/signal.exp
15044 * gdb.trace/stap-trace.exp
15045 * gdb.trace/status-stop.exp
15046 * gdb.trace/strace.exp
15047 * gdb.trace/tfile.exp
15048 * gdb.trace/tfind.exp
15049 * gdb.trace/trace-break.exp
15050 * gdb.trace/trace-condition.exp
15051 * gdb.trace/trace-enable-disable.exp
15052 * gdb.trace/trace-mt.exp
15053 * gdb.trace/tracecmd.exp
15054 * gdb.trace/tracefile-pseudo-reg.exp
15055 * gdb.trace/tspeed.exp
15056 * gdb.trace/tstatus.exp
15057 * gdb.trace/tsv.exp
15058 * gdb.trace/unavailable.exp
15059 * gdb.trace/while-dyn.exp
15060 * gdb.trace/while-stepping.exp
15061 * lib/gdb-guile.exp
15062 * lib/gdb.exp
15063 * lib/mi-support.exp
15064 * lib/pascal.exp
15065 * lib/perftest.exp
15066 * lib/prelink-support.exp
15067 * lib/selftest-support.exp
15068
15069 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
15070
15071 * Makefile.in: Include disable-implicit-rules.mk.
15072
15073 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15074
15075 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
15076 non-byte-aligned bit fields.
15077
15078 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15079
15080 PR gdb/12616
15081 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
15082 respects the DW_AT_data_bit_offset attribute.
15083
15084 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
15085
15086 * gdb.base/default.exp: Fix output of "set language".
15087
15088 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
15089
15090 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
15091 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
15092 make.
15093 * configure.ac: Remove checks for the make program.
15094 * configure: Re-generate.
15095
15096 2016-11-16 Kevin Buettner <kevinb@redhat.com>
15097
15098 * gdb.python/py-recurse-unwind.c (main): Add loop.
15099 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
15100 to read_register() and gdb.parse_and_eval(). Make each code
15101 call a separate case that can be individually tested.
15102 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
15103 proc. Call cont_and_backtrace for each of the code paths that
15104 we want to test in the unwinder.
15105
15106 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
15107
15108 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
15109 the definition of struct S.
15110
15111 2016-11-11 Catherine Moore <clm@codesourcery.com>
15112
15113 * gdb.base/dump.exp: Identify verilog format dump tests as such.
15114
15115 2016-11-09 Pedro Alves <palves@redhat.com>
15116
15117 * gdb.base/commands.exp (runto_or_return): New procedure.
15118 (gdbvar_simple_if_test, gdbvar_simple_while_test)
15119 (gdbvar_complex_if_while_test, progvar_simple_if_test)
15120 (progvar_simple_while_test, progvar_complex_if_while_test)
15121 (if_while_breakpoint_command_test)
15122 (infrun_breakpoint_command_test, breakpoint_command_test)
15123 (user_defined_command_test, watchpoint_command_test)
15124 (test_command_prompt_position, redefine_hook_test)
15125 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
15126 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
15127 multi_line_input and multi_line. Remove gdb_expect and
15128 gdb_stop_suppressing_tests uses.
15129 * lib/gdb.exp (valnum_re): New global.
15130 (multi_line_input): New procedure.
15131
15132 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
15133
15134 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
15135 Remove.
15136 (test_setup): Define with proc_with_prefix.
15137 (test_cli_inferior): Likewise.
15138 (test_cli_thread): Likewise.
15139 (test_cli_frame): Likewise.
15140 (test_cli_select_frame): Likewise.
15141 (test_cli_up_down): Likewise.
15142 (test_mi_thread_select): Likewise.
15143 (test_mi_stack_select_frame): Likewise.
15144 (test_cli_in_mi_inferior): Likewise.
15145 (test_cli_in_mi_thread): Likewise.
15146 (test_cli_in_mi_frame): Likewise.
15147 (top level): Do not use with_test_prefix_procname.
15148
15149 2016-11-09 Pedro Alves <palves@redhat.com>
15150
15151 * gdb.base/commands.exp (gdbvar_simple_if_test)
15152 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
15153 (progvar_simple_if_test, progvar_simple_while_test)
15154 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
15155 (infrun_breakpoint_command_test, breakpoint_command_test)
15156 (user_defined_command_test, watchpoint_command_test)
15157 (test_command_prompt_position, deprecated_command_test)
15158 (bp_deleted_in_command, temporary_breakpoint_commands)
15159 (stray_arg0_test, source_file_with_indented_comment)
15160 (recursive_source_test, if_commands_test)
15161 (error_clears_commands_left, redefine_hook_test)
15162 (redefine_backtrace_test): Use proc_with_prefix.
15163 * lib/gdb.exp (proc_with_prefix): New proc.
15164
15165 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15166
15167 * gdb.base/tui-layout.c: New file.
15168 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
15169 disassembly window contains very long lines.
15170
15171 2016-11-08 Tom Tromey <tom@tromey.com>
15172
15173 * gdb.python/py-value.exp (test_value_creation): Make "long" test
15174 depend on Python 2.
15175
15176 2016-11-08 Tom Tromey <tom@tromey.com>
15177
15178 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
15179 New method.
15180
15181 2016-10-29 Manish Goregaokar <manish@mozilla.com>
15182
15183 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
15184
15185 2016-10-27 Manish Goregaokar <manish@mozilla.com>
15186
15187 * gdb.rust/simple.rs: Add test for univariant enums without
15188 discriminants and for encoded struct-like enums.
15189
15190 2016-10-28 Pedro Alves <palves@redhat.com>
15191
15192 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
15193 gdb_test_multiple, tighten regexps and match symtabs and line
15194 tables incrementally.
15195
15196 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
15197
15198 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
15199 general.
15200
15201 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
15202
15203 * gdb.base/exec-invalid-sysroot.exp: New file.
15204
15205 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15206
15207 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
15208
15209 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15210
15211 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
15212
15213 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
15214
15215 * gdb.base/killed-outside.exp: Remove $options from a call to
15216 `prepare_for_testing'.
15217
15218 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15219
15220 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15221 Change test message.
15222
15223 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15224
15225 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15226 Update comment.
15227
15228 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15229
15230 * gdb.trace/mi-trace-save.exp: New file.
15231
15232 2016-10-13 Yao Qi <yao.qi@linaro.org>
15233
15234 * gdb.base/code_elim.exp (get_var_address): Remove.
15235 * gdb.base/relocate.exp: Likewise.
15236 * gdb.base/shreloc.exp: Likewise.
15237 * lib/gdb.exp (get_var_address): New.
15238
15239 2016-10-13 Yao Qi <yao.qi@linaro.org>
15240
15241 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
15242 floating point tests if $skip_float_test is false.
15243
15244 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
15245
15246 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
15247 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
15248 argc values.
15249 Add 1 to argc so we guarantee distinct initial/modified argc values.
15250
15251 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15252
15253 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
15254
15255 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15256
15257 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
15258 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
15259 * gdb.arch/vsx-regs.exp: Likewise.
15260
15261 2016-10-07 Yao Qi <yao.qi@linaro.org>
15262
15263 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
15264
15265 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
15266
15267 * gdb.python/python.exp: Test decode_line("*0").
15268
15269 2016-10-06 Doug Evans <dje@google.com>
15270
15271 * gdb.python/py-value.exp (test_value_creation): Add test for large
15272 unsigned 64-bit value.
15273
15274 2016-10-06 Tom Tromey <tom@tromey.com>
15275
15276 * gdb.compile/compile.exp: Change java tests to rust.
15277 * gdb.base/setshow.exp: Change java tests to rust.
15278 * gdb.base/default.exp: Remove java from language list.
15279 * README (Examples): Update language example.
15280 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
15281 test.
15282 * lib/gdb.exp (skip_java_tests): Remove.
15283 * lib/java.exp: Remove.
15284 * gdb.java: Remove.
15285
15286 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15287
15288 * gdb.arch/mips-fcr.exp: New test.
15289 * gdb.arch/mips-fcr.c: Source for the new test.
15290
15291 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15292
15293 * gdb.base/solib-disc.exp: Use `standard_output_file'
15294 throughout.
15295
15296 2016-10-06 Pedro Alves <palves@redhat.com>
15297
15298 * gdb.base/jit-simple-dl.c: New file.
15299 * gdb.base/jit-simple-jit.c: New file, factored out from ...
15300 * gdb.base/jit-simple.c: ... this.
15301 * gdb.base/jit-simple.exp (jit_run): Delete.
15302 (build_jit): New proc.
15303 (jit_test_reread): Recompile either the main program or the shared
15304 library, depending on what is being tested. Skip changing address
15305 if caller wants to. Compare before/after addresses. If testing
15306 standalone, explicitly load the binary. Test "maint info
15307 breakpoints".
15308 (top level): Add "standalone vs shared lib" and "change address"
15309 vs "same address" axes.
15310
15311 2016-10-06 Pedro Alves <palves@redhat.com>
15312
15313 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
15314 call.
15315 (jit_run): Delete.
15316 (jit_test_reread): Use with_test_prefix. Reload the main binary
15317 explicitly. Compare the before/after addresses of the JIT
15318 descriptor.
15319
15320 2016-08-15 Doug Evans <dje@google.com>
15321
15322 * gdb.xml/extra-regs.xml: Update, end field now required, default type
15323 for single bitfields is bool.
15324 * gdb.xml/tdesc-regs.exp: Ditto.
15325
15326 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
15327
15328 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
15329
15330 2016-10-05 Yao Qi <yao.qi@linaro.org>
15331
15332 * lib/gdb.exp (support_complex_tests): Return zero if
15333 gdb_skip_float_test return true.
15334
15335 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15336 Simon Marchi <simon.marchi@ericsson.com>
15337
15338 PR gdb/20487
15339 * gdb.mi/user-selected-context-sync.exp: New file.
15340 * gdb.mi/user-selected-context-sync.c: New file.
15341
15342 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15343 Simon Marchi <simon.marchi@ericsson.com>
15344
15345 PR gdb/20487
15346 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
15347 =thread-select-event check.
15348
15349 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
15350
15351 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
15352 the compulsory L operand changes.
15353 * gdb.arch/powerpc-power.s: Likewise.
15354
15355 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15356
15357 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
15358 * gdb.base/jit-attach-pie.c: New file.
15359 * gdb.base/jit-attach-pie.exp: New file.
15360
15361 2016-09-28 Pedro Alves <palves@redhat.com>
15362
15363 * gdb.base/infcall-input.c: New file.
15364 * gdb.base/infcall-input.exp: New file.
15365
15366 2016-09-22 Yao Qi <yao.qi@linaro.org>
15367
15368 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
15369 (gdb_exit): Rename it to ...
15370 (gdbserver_gdb_exit): ... Close GDBserver.
15371 (gdb_exit): New proc, call gdbserver_gdb_exit.
15372 (mi_gdb_exit): Likewise.
15373
15374 2016-09-22 Yao Qi <yao.qi@linaro.org>
15375
15376 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
15377 path.
15378 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
15379 Remove duplication.
15380
15381 2016-09-22 Yao Qi <yao.qi@linaro.org>
15382
15383 * lib/gdbserver-support.exp: Check the existence of
15384 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
15385
15386 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
15387
15388 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
15389
15390 2016-09-21 Tom Tromey <tom@tromey.com>
15391
15392 PR gdb/20604:
15393 * gdb.base/quit.exp: New file.
15394
15395 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
15396
15397 * .gitignore: New file.
15398
15399 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
15400
15401 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
15402 throughout.
15403
15404 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15405
15406 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
15407
15408 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15409
15410 * gdb.cp/casts.cc (decltype): Move it ...
15411 (main): ... with its call to ...
15412 * gdb.cp/casts03.cc: ... a new file.
15413 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
15414
15415 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15416
15417 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
15418
15419 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
15420
15421 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
15422 and sync up the test with tests in gas/testsuite/gas/ppc.
15423 * gdb.arch/powerpc-power.exp: Likewise.
15424
15425 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15426
15427 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
15428
15429 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
15430 Jan Kratochvil <jan.kratochvil@redhat.com>
15431
15432 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
15433 make m1's definition to be different from m2's. Use 'dummy' as an
15434 argument for probe 'two'.
15435
15436 2016-09-10 Jon Beniston <jon@beniston.com>
15437
15438 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
15439 for sim target.
15440
15441 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15442
15443 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
15444 variable declaration.
15445 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
15446 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
15447 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
15448 received HWCAP as its argument.
15449
15450 2016-09-06 Pedro Alves <palves@redhat.com>
15451
15452 * gdb.base/new-ui-pending-input.c: New file.
15453 * gdb.base/new-ui-pending-input.exp: New file.
15454 * gdb.exp (clear_gdb_spawn_id): New procedure.
15455 (with_spawn_id): Check whether gdb_spawn_id exists before
15456 referencing it. If gdb_spawn_id didn't exist on entry, clear it
15457 on exit.
15458
15459 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15460
15461 * gdb.base/float128.c: New file.
15462 * gdb.base/float128.exp: Likewise.
15463 * gdb.base/floatn.c: Likewise.
15464 * gdb.base/floatn.exp: Likewise.
15465
15466 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15467
15468 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
15469
15470 2016-09-05 Pedro Alves <palves@redhat.com>
15471
15472 PR backtrace/19927
15473 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
15474 unwinders are immediately called as side effect of "source" or
15475 "disable unwinder" commands.
15476 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
15477
15478 2016-09-02 Yao Qi <yao.qi@linaro.org>
15479
15480 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
15481 is true and $type is "float" or "double".
15482
15483 2016-09-02 Yao Qi <yao.qi@linaro.org>
15484
15485 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
15486 true.
15487 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
15488 * gdb.base/call-rt-st.exp: Likewise.
15489 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
15490 return value instead of gdb,skip_float_test.
15491 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
15492 (do_function_calls): Use its return value instead of
15493 gdb,skip_float_test.
15494 * gdb.base/finish.exp: Likewise.
15495 * gdb.base/funcargs.exp: Likewise.
15496 * gdb.base/return.exp: Likewise.
15497 * gdb.base/return2.exp: Likewise.
15498 * gdb.base/varargs.exp: Likewise.
15499 * lib/gdb.exp (gdb_skip_float_test): Change it to
15500 gdb_caching_proc. Detect the broken ptrace on arm-linux.
15501
15502 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15503
15504 * gdb.multi/tids.exp: Test "thread apply all".
15505
15506 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15507
15508 * gdb.base/default.exp (tty): Remove.
15509
15510 2016-08-24 Kevin Buettner <kevinb@redhat.com>
15511
15512 * gdb.python/py-recurse-unwind.c: New file.
15513 * gdb.python/py-recurse-unwind.py: New file.
15514 * gdb.python/py-recurse-unwind.exp: New file.
15515
15516 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
15517
15518 * gdb.base/set-inferior-tty.exp: New file.
15519 * gdb.base/set-inferior-tty.c: New file.
15520
15521 2016-08-23 Pedro Alves <palves@redhat.com>
15522
15523 PR gdb/20494
15524 * gdb.base/new-ui-echo.c: New file.
15525 * gdb.base/new-ui-echo.exp: New file.
15526
15527 2016-08-23 Yao Qi <yao.qi@linaro.org>
15528
15529 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
15530 gdbserver_spawn.
15531 * gdb.server/connect-without-multi-process.exp (do_test):
15532 Likewise.
15533
15534 2016-08-23 Yao Qi <yao.qi@linaro.org>
15535
15536 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
15537 standalone_txt. Delete gdb_txt and standalone_txt on host
15538 and target. Spawn the binary on target. Copy files from
15539 target to host.
15540
15541 2016-08-22 Pedro Alves <palves@redhat.com>
15542
15543 PR gdb/20505
15544 * gdb.base/vdso-warning.exp: Test core dumps too. Use
15545 with_test_prefix. Factor out bits to ...
15546 (test_no_vdso): ... this new procedure.
15547
15548 2016-08-19 Carl Love <cel@us.ibm.com>
15549
15550 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
15551 maintaining separate logic for constructing the output path.
15552 * gdb.arch/powerpc-d128-regs.exp: Likewise.
15553 * gdb.arch/ppc-dfp.exp: Likewise.
15554 * gdb.arch/ppc-fp.exp: Likewise.
15555 * gdb.arch/vsx-regs.exp: Likewise.
15556 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
15557 binprefix for generating the additional binary files.
15558
15559 2016-08-19 Pedro Alves <palves@redhat.com>
15560
15561 * gdb.trace/mi-trace-frame-collected.exp
15562 (test_trace_frame_collected): On x32, expect two registers.
15563
15564 2016-08-18 Carl Love <cel@us.ibm.com>
15565
15566 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
15567 and sync up the test with tests in gas/testsuite/gas/ppc.
15568 * gdb.arch/powerpc-power.exp: Likewise.
15569
15570 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15571
15572 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
15573 expected error message.
15574
15575 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15576
15577 * gdb.multi/remove-inferiors.exp: New file.
15578 * gdb.multi/remove-inferiors.c: New file.
15579
15580 2016-08-12 Yao Qi <yao.qi@linaro.org>
15581
15582 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
15583 argument list.
15584
15585 2016-08-10 Pedro Alves <palves@redhat.com>
15586
15587 PR gdb/19187
15588 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
15589 setup_kfails.
15590
15591 2016-08-09 Pedro Alves <palves@redhat.com>
15592 Simon Marchi <simon.marchi@ericsson.com>
15593
15594 PR gdb/20418
15595 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
15596 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
15597
15598 2016-08-09 Pedro Alves <palves@redhat.com>
15599
15600 PR mi/20431
15601 * gdb.mi/mi-cmd-error.exp: New file.
15602
15603 2016-08-09 Pedro Alves <palves@redhat.com>
15604
15605 PR gdb/18653
15606 * gdb.base/signals-state-child.c: New file.
15607 * gdb.base/signals-state-child.exp: New file.
15608 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
15609
15610 2016-08-09 Pedro Alves <palves@redhat.com>
15611
15612 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
15613
15614 2016-08-03 Tom Tromey <tom@tromey.com>
15615
15616 PR python/18565:
15617 * gdb.python/py-frame-inline.exp: Add Frame.function test.
15618
15619 2016-08-01 Yao Qi <yao.qi@linaro.org>
15620
15621 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
15622 variable mode to "multi-process" if $multi_process is 1, otherwise
15623 set it to "single-process".
15624
15625 2016-08-01 Yao Qi <yao.qi@linaro.org>
15626
15627 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
15628 * gdb.cp/cpexprs.exp: Likewise.
15629 * gdb.cp/m-static.exp: Likewise.
15630
15631 2016-07-26 Tom Tromey <tom@tromey.com>
15632
15633 PR python/20190:
15634 * gdb.threads/tls.exp (check_thread_local): Add python symbol
15635 test.
15636
15637 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
15638
15639 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
15640 selecting assembly source files.
15641 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
15642 assembly source files.
15643 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
15644 assembly source files.
15645 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
15646 selecting assembly source files.
15647
15648 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
15649
15650 * gdb.base/new-ui.exp (do_test_invalid_args): New
15651 procedure.
15652
15653 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
15654
15655 * gdb.btrace/reconnect.c: New file.
15656 * gdb.btrace/reconnect.exp: New file.
15657
15658 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
15659
15660 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
15661 to test_catch_syscall_group.
15662 (test_catch_syscall_group): New.
15663
15664 2016-07-21 Tom Tromey <tom@tromey.com>
15665
15666 * gdb.rust/simple.rs (main): Use empty struct expression.
15667 * gdb.rust/simple.exp: Add tests for empty struct expression.
15668
15669 2016-07-21 Yao Qi <yao.qi@linaro.org>
15670
15671 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
15672 if gdb_skip_xml_test is true on some targets.
15673
15674 2016-07-21 Yao Qi <yao.qi@linaro.org>
15675
15676 * gdb.server/solib-list.exp: Unset last_loaded_file.
15677
15678 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15679
15680 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
15681 "step into captured_main (args)".
15682
15683 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15684
15685 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
15686
15687 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15688
15689 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
15690
15691 2016-07-19 Pedro Alves <palves@redhat.com>
15692
15693 * gdb.opt/inline-break.exp: Remove optimize=-O2.
15694 * gdb.opt/inline-bt.exp: Likewise.
15695 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
15696 additional_flags=-Winline.
15697 * gdb.opt/inline-locals.exp: Likewise.
15698 * gdb.opt/inline-markers.c (ATTR): Define.
15699 (inlined_fn): Use it.
15700
15701 2016-07-19 Yao Qi <yao.qi@linaro.org>
15702
15703 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
15704 (test_with_self): Remove some code. Remove argument executable.
15705 (top-level): Use do_self_tests.
15706
15707 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
15708 Don Breazeal <donb@codesourcery.com>
15709
15710 * gdb.base/maint.exp: Escape paths used in regular expressions.
15711 * gdb.stabs/weird.exp: Likewise.
15712
15713 2016-07-13 Tom Tromey <tom@tromey.com>
15714
15715 PR python/15620, PR python/18620:
15716 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
15717 (test_bkpt_events): New procs.
15718
15719 2016-07-13 Tom Tromey <tom@tromey.com>
15720
15721 PR python/17698:
15722 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
15723 test.
15724 (test_watchpoints): Likewise.
15725 (test_bkpt_pending): New proc.
15726
15727 2016-07-13 Tom Tromey <tom@tromey.com>
15728
15729 PR cli/18053:
15730 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
15731 completion test.
15732
15733 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15734
15735 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
15736 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
15737 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
15738 f_label.
15739 (g): Rename g_end_lbl to g_label.
15740 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
15741 low_pc and high_pc.
15742 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
15743
15744 2016-07-12 Tom Tromey <tom@tromey.com>
15745
15746 PR python/19293:
15747 * gdb.python/py-unwind-maint.exp: Update tests.
15748
15749 2016-07-12 Yao Qi <yao.qi@linaro.org>
15750
15751 * lib/selftest-support.exp (selftest_setup): Match the output
15752 when captured_main is inlined.
15753
15754 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
15755
15756 * gdb.fortran/derived-types.exp (result_line, result_line_2):
15757 New variables.
15758 (print this%a, print this%b, print this): New tests.
15759 * gdb.fortran/derived-types.f90 (this): New object and
15760 initialization.
15761
15762 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
15763
15764 * gdb.ada/arraydim.exp: Remove extra directory level in build
15765 directory.
15766
15767 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
15768
15769 * lib/ada.exp: Remove extra directory level in build directory.
15770 * gdb.ada/cond_lang.exp: Likewise.
15771 * gdb.ada/exec_changed.exp: Likewise.
15772 * gdb.ada/lang_switch.exp: Likewise.
15773
15774 2016-07-06 Manish Goregaokar <manish@mozilla.com>
15775
15776 * simple.rs: Add test for raw pointer subscripting.
15777 * simple.exp: Add test expectations.
15778
15779 2016-07-05 Yao Qi <yao.qi@linaro.org>
15780
15781 * gdb.mi/mi-reverse.exp: Match =record-started output.
15782
15783 2016-07-01 Pedro Alves <palves@redhat.com>
15784
15785 * gdb.base/jit-reader.exp (info_registers_current_frame): New
15786 procedure.
15787 (jit_reader_test): Test the jit reader's unwinder.
15788 * gdb.base/jithost.c (jit_function_00_code): New global.
15789 (main): Use memcpy to fill in the mmapped code, instead of poking
15790 bytes manually here.
15791 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
15792 value.
15793 (read_debug_info): Save the function's range.
15794 (read_sp): New function.
15795 (unwind_frame): Use it. Also unwind RBP.
15796 (get_frame_id): Use read_sp.
15797 (gdb_init_reader): Use calloc instead of malloc.
15798 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
15799 parameter. Use gdb_test_multiple.
15800
15801 2016-07-01 Pedro Alves <palves@redhat.com>
15802 Antoine Tremblay <antoine.tremblay@ericsson.com>
15803
15804 * gdb.threads/process-dies-while-detaching.c: New file.
15805 * gdb.threads/process-dies-while-detaching.exp: New file.
15806
15807 2016-07-01 Pedro Alves <palves@redhat.com>
15808
15809 * gdb.multi/watchpoint-multi-exit.c: New file.
15810 * gdb.multi/watchpoint-multi-exit.exp: New file.
15811
15812 2016-06-30 Pedro Alves <palves@redhat.com>
15813
15814 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
15815 unset inferior_spawn_id.
15816
15817 2016-06-30 Pedro Alves <palves@redhat.com>
15818
15819 * lib/mi-support.exp (default_mi_gdb_start): Declare global
15820 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
15821
15822 2016-06-29 Yao Qi <yao.qi@linaro.org>
15823
15824 * gdb.base/return.c: Add copyright header.
15825
15826 2016-06-29 Tom Tromey <tom@tromey.com>
15827
15828 PR python/20129:
15829 * gdb.python/py-framefilter.exp: Add tests for setting priority
15830 and disabling of non-existent frame filter.
15831
15832 2016-06-29 Yao Qi <yao.qi@linaro.org>
15833
15834 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
15835 0x0f07ff.
15836
15837 2016-06-28 Yao Qi <yao.qi@linaro.org>
15838
15839 * gdb.base/catch-syscall.exp: Remove check on isnative and target
15840 triplets. Start gdb, execute catch syscall, and continue. Check
15841 gdb's output to determine catch syscall is supported.
15842
15843 2016-06-27 Manish Goregaokar <manish@mozilla.com>
15844
15845 * gdb.rust/simple.rs: Add test for returning unit in a function.
15846 * gdb.rust/simple.exp: Add expectation for functions returning
15847 unit.
15848
15849 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
15850
15851 * gdb.python/py-breakpoint-create-fail.c,
15852 gdb.python/py-breakpoint-create-fail.exp,
15853 gdb.python/py-breakpoint-create-fail.py: New testcase.
15854
15855 2016-06-25 Manish Goregaokar <manish@mozilla.com>
15856
15857 PR gdb/20239
15858 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
15859 * gdb.rust/simple.exp: Add test expectations for new NonZero
15860 tests.
15861
15862 2016-06-24 David Taylor <dtaylor@emc.com>
15863
15864 * gdb.base/offsets.exp: New file.
15865 * gdb.base/offsets.c: New file.
15866
15867 2016-06-23 Tom Tromey <tom@tromey.com>
15868
15869 PR gdb/16483:
15870 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
15871 before any filters are loaded.
15872
15873 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
15874
15875 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
15876 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
15877 structs.
15878 * gdb.fortran/derived-type-function.exp: New file.
15879 * gdb.fortran/derived-type-function.f90: New file.
15880
15881
15882 2016-06-21 Pedro Alves <palves@redhat.com>
15883
15884 * gdb.base/new-ui.exp: New file.
15885 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
15886 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
15887 (with_spawn_id): New procedure.
15888
15889 2016-06-21 Pedro Alves <palves@redhat.com>
15890
15891 * gdb.mi/mi-exec-run.exp: New file.
15892
15893 2016-06-21 Pedro Alves <palves@redhat.com>
15894
15895 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
15896 breakpoint command's output on the main UI.
15897 (test_break): New procedure, factored out from calls in the top
15898 level.
15899 (top level): Use foreach_with_prefix to test MI as main UI and as
15900 separate UI.
15901
15902 2016-06-21 Pedro Alves <palves@redhat.com>
15903
15904 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
15905 (test_awatch_creation_and_listing)
15906 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
15907 Remove 'type' parameter.
15908 (test_watchpoint_all): New parameter mi_mode. Remove
15909 with_test_prefix.
15910 (top level): Use foreach_with_prefix, and add main/separate UI MI
15911 testing axis.
15912
15913 2016-06-21 Pedro Alves <palves@redhat.com>
15914
15915 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
15916 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
15917 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
15918 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
15919 (gdb_main_spawn_id, mi_spawn_id): Declare and
15920 comment.
15921 (mi_create_inferior_pty): New procedure,
15922 factored out from default_mi_gdb_start.
15923 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
15924 procedures.
15925 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
15926 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
15927 Use mi_create_inferior_pty.
15928 (mi_gdb_start): Use eval to pass down args list.
15929
15930 2016-06-21 Pedro Alves <palves@redhat.com>
15931
15932 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
15933 * gdb.opt/inline-cmds.exp: Add MI tests.
15934
15935 2016-06-21 Pedro Alves <palves@redhat.com>
15936
15937 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
15938
15939 2016-06-21 Pedro Alves <palves@redhat.com>
15940
15941 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
15942 (top level): Use it instead of mi_execute_to.
15943
15944 2016-06-21 Pedro Alves <palves@redhat.com>
15945
15946 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
15947 (cont_handler_str): New.
15948 (signal_stop_handler): Set stop_handler_str instead of printing to
15949 stdout.
15950 (continue_handler): Set cont_handler_str instead of printing to
15951 stdout.
15952 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
15953 mi_send_resuming_command. Print stop_handler_str and
15954 cont_handler_str instead of expecting the python events print
15955 directly.
15956
15957 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
15958
15959 * gdb.base/jit-reader.exp: New file.
15960 * gdb.base/jithost.c: New file.
15961 * gdb.base/jithost.h: New file.
15962 * gdb.base/jitreader.c : New file.
15963 * gdb.base/jit-protocol.h: New file.
15964
15965 2016-06-17 Yao Qi <yao.qi@linaro.org>
15966
15967 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
15968 parameters follow_fork and detach_on_fork. Set follow-fork-mode
15969 and detach-on-fork. Adjust tests.
15970 (top level): Invoke break_cond_on_syscall with combinations of
15971 syscall, follow-fork-mode and detach-on-fork.
15972
15973 2016-06-17 Yao Qi <yao.qi@linaro.org>
15974
15975 * gdb.base/step-over-exit.c: New.
15976 * gdb.base/step-over-exit.exp: New.
15977
15978 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
15979
15980 * gdb.base/float.exp: Add target check for nds32*-*-*.
15981 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
15982
15983 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
15984
15985 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
15986 for unsupported target features.
15987 * gdb.base/call-rt-st.exp: Likewise.
15988 * gdb.base/call-sc.exp: Likewise.
15989 * gdb.base/call-signal-resume.exp: Likewise.
15990 * gdb.base/call-strs.exp: Likewise.
15991 * gdb.base/callexit.exp: Likewise.
15992 * gdb.base/callfuncs.exp: Likewise.
15993 * gdb.base/nodebug.exp: Likewise.
15994 * gdb.base/printcmds.exp: Likewise.
15995 * gdb.base/ptype.exp: Likewise.
15996 * gdb.base/structs.exp: Likewise.
15997 * gdb.base/unwindonsignal.exp: Likewise.
15998 * gdb.cp/gdb2495.exp: Likewise.
15999 * gdb.cp/templates.exp: Likewise.
16000 * gdb.cp/virtfunc.exp: Likewise.
16001 * gdb.threads/hand-call-in-threads.exp: Likewise.
16002 * gdb.threads/interrupted-hand-call.exp: Likewise.
16003 * gdb.threads/thread-unwindonsignal.exp: Likewise.
16004
16005 2016-06-10 Tom Tromey <tom@tromey.com>
16006
16007 PR rust/20110:
16008 * gdb.rust/expr.exp: Add test for integer constant larger than
16009 i32.
16010
16011 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
16012
16013 * gdb.fortran/nested-funcs.exp: New.
16014 * gdb.fortran/nested-funcs.f90: New.
16015
16016 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
16017
16018 * gdb.base/examine-backward.c: New file.
16019 * gdb.base/examine-backward.exp: New file.
16020
16021 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
16022
16023 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
16024 matching.
16025
16026 2016-06-02 Tom Tromey <tom@tromey.com>
16027
16028 PR python/18984:
16029 * gdb.python/py-shared.exp: Add solib_name test.
16030
16031 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
16032
16033 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
16034
16035 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
16036
16037 PR c++/19893
16038 * gdb.dwarf2/implref.exp: Rename to...
16039 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
16040 * gdb.dwarf2/implref-array.c: New file.
16041 * gdb.dwarf2/implref-array.exp: Likewise.
16042 * gdb.dwarf2/implref-global.c: Likewise.
16043 * gdb.dwarf2/implref-global.exp: Likewise.
16044 * gdb.dwarf2/implref-struct.c: Likewise.
16045 * gdb.dwarf2/implref-struct.exp: Likewise.
16046
16047 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16048
16049 * gdb.trace/trace-condition.exp: Add 64bit tests.
16050
16051 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16052
16053 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
16054 bits types.
16055 (main): Adapt to 8 to 64 bits types.
16056 * gdb.trace/trace-condition.exp: Add new tests.
16057
16058 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16059
16060 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
16061
16062 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16063
16064 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
16065 Move condition tests...
16066 * gdb.trace/trace-condition.exp: Here.
16067
16068 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16069
16070 * gdb.trace/trace-condition.exp: Add counter-case tests.
16071
16072 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16073
16074 PR c++/15231
16075 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
16076 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
16077
16078 2016-05-27 Pedro Alves <palves@redhat.com>
16079
16080 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
16081 New procedure.
16082 (top level): Call it, and bail out of DejaGnu is known to be bad.
16083
16084 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
16085
16086 * gdb.base/whatis.c: Extend the test case.
16087 * gdb.base/whatis.exp: Add additional tests.
16088
16089 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16090
16091 * gdb.fortran/type.f90: Add pointer variable.
16092 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
16093
16094 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16095
16096 * gdb.fortran/vla-type.exp: Fix testcase name.
16097
16098 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16099
16100 * gdb.fortran/vla-type.exp: Access elements in nested structs.
16101
16102 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16103
16104 * gdb.fortran/type.f90: Add nested structures.
16105 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
16106 * gdb.fortran/derived-type.exp: Adapt expected output.
16107 * gdb.fortran/vla-type.exp: Adapt expected output.
16108
16109 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16110
16111 * gdb.fortran/whatis_type.exp: Adapt expected output.
16112
16113 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16114
16115 * gdb.fortran/print_type.exp: Fix expected output.
16116 * gdb.fortran/whatis_type.exp: Fix expected output.
16117
16118 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16119
16120 * gdb.fortran/whatis_type.exp: Use multi_line.
16121
16122 2016-05-24 Tom Tromey <tom@tromey.com>
16123
16124 PR python/17386:
16125 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
16126 use value as an index.
16127
16128 2016-05-23 Tom Tromey <tom@tromey.com>
16129
16130 PR python/17981:
16131 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
16132 no-breakpoint case.
16133
16134 2016-05-24 Pedro Alves <palves@redhat.com>
16135
16136 PR gdb/19828
16137 * gdb.threads/clone-attach-detach.c: New file.
16138 * gdb.threads/clone-attach-detach.exp: New file.
16139
16140 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
16141
16142 * gdb.base/annota-input-while-running.exp: Fix syntax error.
16143
16144 2016-05-23 Tom Tromey <tom@tromey.com>
16145
16146 PR python/19438, PR python/18393:
16147 * gdb.python/py-progspace.exp: Add "dir" test.
16148 * gdb.python/py-objfile.exp: Add "dir" test.
16149
16150 2016-05-23 Yao Qi <yao.qi@linaro.org>
16151
16152 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
16153 * gdb.arch/thumb2-it.exp: Likewise.
16154
16155 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
16156
16157 * gdb.mi/mi-threads-interrupt.c: New file.
16158 * gdb.mi/mi-threads-interrupt.exp: New file.
16159
16160 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
16161
16162 PR gdb/18077
16163 * gdb.mi/mi-async-run.exp: New file.
16164 * gdb.mi/mi-async-run.c: New file.
16165
16166 2016-05-17 Tom Tromey <tom@tromey.com>
16167 Manish Goregaokar <manishsmail@gmail.com>
16168
16169 * lib/rust-support.exp: New file.
16170 * lib/gdb.exp (skip_rust_tests): New proc.
16171 (build_executable_from_specs): Handle rust.
16172 * lib/future.exp (gdb_find_rustc): New proc.
16173 (gdb_default_target_compile): Handle rust.
16174 * gdb.rust/expr.exp: New file.
16175 * gdb.rust/generics.exp: New file.
16176 * gdb.rust/generics.rs: New file.
16177 * gdb.rust/methods.exp: New file.
16178 * gdb.rust/methods.rs: New file.
16179 * gdb.rust/modules.exp: New file.
16180 * gdb.rust/modules.rs: New file.
16181 * gdb.rust/simple.exp: New file.
16182 * gdb.rust/simple.rs: New file.
16183
16184 2016-05-17 Tom Tromey <tom@tromey.com>
16185
16186 * gdb.base/default.exp (set language): Add rust.
16187
16188 2016-05-17 Tom Tromey <tom@tromey.com>
16189
16190 * gdb.gdb/unittest.exp: New file.
16191
16192 2016-05-16 Yao Qi <yao.qi@linaro.org>
16193
16194 * gdb.base/batch-preserve-term-settings.exp: Remove variable
16195 shell_prompt. Update shell_prompt_re.
16196
16197 2016-05-12 Doug Evans <dje@google.com>
16198
16199 PR symtab/19999
16200 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
16201 $options when building executable.
16202 * gdb.dwarf2/fission-loclists-pie.S: New file.
16203 * gdb.dwarf2/fission-loclists-pie.exp: New file.
16204
16205 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16206
16207 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
16208 of [is_remote target],
16209
16210 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16211
16212 * lib/gdb.exp (use_gdb_stub): New procedure.
16213
16214 2016-05-03 Yunlian Jiang <yunlian@google.com>
16215 Doug Evans <dje@google.com>
16216
16217 PR symtab/19914
16218 * gdb.dwarf2/dwp-sepdebug.c: New file.
16219 * gdb.dwarf2/dwp-sepdebug.exp: New file.
16220
16221 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16222
16223 * gdb.base/detach.exp: Remove is_remote check.
16224
16225 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16226
16227 * gdb.base/annota-input-while-running.exp: Don't check for
16228 [is_remote target]. Enable annotations after running to main.
16229 Remove unused "set test..." line.
16230
16231 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16232
16233 * gdb.trace/trace-enable-disable.exp: New file.
16234 * gdb.trace/trace-enable-disable.c: New file.
16235
16236 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16237
16238 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
16239 use it in info sharedlibrary test.
16240 * gdb.trace/ftrace-lock.exp: Likewise.
16241 * gdb.trace/ftrace.exp: Likewise.
16242 * gdb.trace/range-stepping.exp: Likewise.
16243 * gdb.trace/trace-break.exp: Likewise.
16244 * gdb.trace/trace-condition.exp: Likewise.
16245 * gdb.trace/trace-mt.exp: Likewise.
16246
16247 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16248
16249 * lib/gdb.exp (gdb_load_shlibs): Rename to...
16250 (gdb_load_shlib): ... this.
16251 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
16252 gdb_load_shlib.
16253 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
16254 * gdb.base/ctxobj.exp: Likewise.
16255 * gdb.base/dprintf-pending.exp: Likewise.
16256 * gdb.base/dso2dso.exp: Likewise.
16257 * gdb.base/fixsection.exp: Likewise.
16258 * gdb.base/gcore-relro.exp: Likewise.
16259 * gdb.base/gdb1555.exp: Likewise.
16260 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16261 * gdb.base/gnu-ifunc.exp: Likewise.
16262 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
16263 * gdb.base/jit-so.exp (one_jit_test): Likewise.
16264 * gdb.base/pending.exp: Likewise.
16265 * gdb.base/print-file-var.exp: Likewise.
16266 * gdb.base/print-symbol-loading.exp: Likewise.
16267 * gdb.base/shlib-call.exp: Likewise.
16268 * gdb.base/shreloc.exp: Likewise.
16269 * gdb.base/so-impl-ld.exp: Likewise.
16270 * gdb.base/solib-disc.exp: Likewise.
16271 * gdb.base/solib-nodir.exp: Likewise.
16272 * gdb.base/solib-overlap.exp: Likewise.
16273 * gdb.base/solib-symbol.exp: Likewise.
16274 * gdb.base/solib-weak.exp (do_test): Likewise.
16275 * gdb.base/sym-file.exp: Likewise.
16276 * gdb.base/symtab-search-order.exp: Likewise.
16277 * gdb.base/type-opaque.exp: Likewise.
16278 * gdb.base/unload.exp: Likewise.
16279 * gdb.base/watchpoint-solib.exp: Likewise.
16280 * gdb.compile/compile.exp: Likewise.
16281 * gdb.cp/gdb2384.exp: Likewise.
16282 * gdb.cp/infcall-dlopen.exp: Likewise.
16283 * gdb.cp/re-set-overloaded.exp: Likewise.
16284 * gdb.fortran/library-module.exp: Likewise.
16285 * gdb.opt/solib-intra-step.exp: Likewise.
16286 * gdb.python/py-finish-breakpoint.exp: Likewise.
16287 * gdb.python/py-shared.exp: Likewise.
16288 * gdb.reverse/solib-precsave.exp: Likewise.
16289 * gdb.reverse/solib-reverse.exp: Likewise.
16290 * gdb.server/solib-list.exp: Likewise.
16291 * gdb.threads/dlopen-libpthread.exp: Likewise.
16292 * gdb.threads/tls-shared.exp: Likewise.
16293 * gdb.threads/tls-so_extern.exp: Likewise.
16294 * gdb.trace/change-loc.exp: Likewise.
16295 * gdb.trace/ftrace-lock.exp: Likewise.
16296 * gdb.trace/ftrace.exp: Likewise.
16297 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
16298 * gdb.trace/pending.exp: Likewise.
16299 * gdb.trace/range-stepping.exp: Likewise.
16300 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
16301 (strace_info_marker): Likewise.
16302 (strace_probe_marker): Likewise.
16303 (strace_trace_on_same_addr): Likewise.
16304 (strace_trace_on_diff_addr): Likewise.
16305 * gdb.trace/trace-break.exp: Likewise.
16306 * gdb.trace/trace-condition.exp: Likewise.
16307 * gdb.trace/trace-mt.exp: Likewise.
16308
16309 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16310
16311 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
16312 result of gdb_remote_download.
16313 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
16314 * gdb.base/dso2dso.exp: Likewise.
16315 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16316 * gdb.base/print-file-var.exp: Likewise.
16317 * gdb.base/shlib-call.exp: Likewise.
16318 * gdb.base/shreloc.exp: Likewise.
16319 * gdb.base/solib-overlap.exp: Likewise.
16320 * gdb.base/solib-weak.exp (do_test): Likewise.
16321 * gdb.base/unload.exp: Likewise.
16322
16323 2016-04-27 Yao Qi <yao.qi@linaro.org>
16324
16325 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
16326 exists.
16327
16328 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16329
16330 * vla-type.exp: Print structure from toplevel.
16331
16332 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16333
16334 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
16335 of dynamic types.
16336 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
16337 of dynamic types.
16338
16339 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16340
16341 * gdb.fortran/vla-type.f90: New file.
16342 * gdb.fortran/vla-type.exp: New file.
16343
16344 2016-04-25 Yao Qi <yao.qi@linaro.org>
16345
16346 * gdb.base/branch-to-self.c: New file.
16347 * gdb.base/branch-to-self.exp: New file.
16348
16349 2016-04-22 Yao Qi <yao.qi@linaro.org>
16350
16351 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
16352 more after $hex.
16353
16354 2016-04-22 Yao Qi <yao.qi@linaro.org>
16355
16356 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
16357 * gdb.base/annota3.exp: Likewise.
16358
16359 2016-04-22 Yao Qi <yao.qi@linaro.org>
16360
16361 * gdb.reverse/step-precsave.exp: Do one step and test program
16362 stops in "callee" and do multiple steps until program goes out
16363 of "callee".
16364 * gdb.reverse/step-reverse.exp: Likewise.
16365
16366 2016-04-22 Yao Qi <yao.qi@linaro.org>
16367
16368 * gdb.trace/signal.exp: Also pass if
16369 $tracepoint_hits($i) > $iterations.
16370
16371 2016-04-22 Yao Qi <yao.qi@linaro.org>
16372
16373 * gdb.trace/signal.c: New file.
16374 * gdb.trace/signal.exp: New file.
16375
16376 2016-04-19 Doug Evans <xdje42@gmail.com>
16377
16378 * gdb.base/bad-file.exp: New file.
16379
16380 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
16381
16382 * gdb.dwarf2/implref.exp: New file.
16383
16384 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16385
16386 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
16387 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
16388 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
16389 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
16390 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
16391 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
16392 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
16393 * lib/fortran.exp (fortran_int4): New procedure.
16394 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
16395 (fortran_logical4): Likewise.
16396
16397 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
16398
16399 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
16400
16401 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16402
16403 * lib/compiler.c: Add Intel specific preprocessor macros.
16404 * lib/compiler.cc: Likewise.
16405
16406 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
16407
16408 * gdb.server/connect-with-no-symbol-file.c: New file.
16409 * gdb.server/connect-with-no-symbol-file.exp: New file.
16410
16411 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16412
16413 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
16414
16415 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16416
16417 * boards/gdbserver-base.exp (${board}_download): Copy source file to
16418 standard output directory.
16419
16420 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
16421
16422 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
16423
16424 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
16425
16426 * gdb.btrace/instruction_history.c (loop): Add declaration.
16427
16428 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16429
16430 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
16431
16432 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
16433
16434 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
16435 parentheses to print.
16436 (continue_handler): Likewise.
16437
16438 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
16439
16440 * gdb.server/solib-list.exp: Remove is_remote check.
16441 Pass shlib= to gdb_compile. Don't link shared library with
16442 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
16443 Run binary filename through "readlink -f" on the target.
16444
16445 2016-04-08 Pedro Alves <palves@redhat.com>
16446
16447 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
16448 interpreter filename as argument to gdbserver_spawn.
16449 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16450 Return empty if $last_loaded_file does not exist.
16451
16452 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16453
16454 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
16455 * gdb.base/jit-main.c: Use exit after usage.
16456
16457 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16458
16459 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
16460 GDBHISTSIZE prior to the tests.
16461 * gdb.base/gdbinit-history.exp: Likewise.
16462
16463 2016-04-07 Pedro Alves <palves@redhat.com>
16464
16465 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
16466 instead of build_executable. Use gdb_load_shlibs.
16467
16468 2016-04-07 Yao Qi <yao.qi@linaro.org>
16469
16470 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
16471 Execute "si" command.
16472
16473 2016-04-07 Yao Qi <yao.qi@linaro.org>
16474
16475 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
16476 number instead of the comments on some line.
16477
16478 2016-04-06 Don Breazeal <donb@codesourcery.com>
16479
16480 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
16481 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
16482
16483 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
16484
16485 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
16486 standard_output_file. Remove unused binfile variable.
16487
16488 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
16489
16490 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
16491 * gdb.python/py-mi-objfile.exp: Match "list main" output
16492 in console format.
16493
16494 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
16495
16496 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
16497 absolute.
16498
16499 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16500
16501 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
16502 absolute.
16503 * gdb.trace/ftrace.exp: Likewise.
16504 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
16505 targets as well.
16506 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
16507 (gdb_load_shlibs): Copy libraries to test directory when testing
16508 natively. Only set solib-search-path if testing remotely.
16509 * lib/mi-support.exp (mi_load_shlibs): Likewise.
16510
16511 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16512
16513 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
16514 gdb_download. Use it even if the target is not remote.
16515 * gdb.base/jit.exp (compile_jit_test): Likewise.
16516 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
16517 output directory if the destination board is local, otherwise use
16518 the standard remote_download from DejaGnu.
16519 (gdb_download): Remove.
16520 (gdb_load_shlibs): Use gdb_remote_download instead of
16521 gdb_download.
16522 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16523 Use gdb_remote_download instead of gdb_download. Use it even if
16524 the target is not remote.
16525 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
16526 instead of gdb_download.
16527
16528 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
16529
16530 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
16531 (test_insert_delete_modify): Call mi_load_shlibs before trying to
16532 run.
16533
16534 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
16535
16536 PR gdb/19820
16537 * gdb.base/printcmds.exp: Add artificial arrays tests.
16538
16539 2016-03-31 Pedro Alves <palves@redhat.com>
16540
16541 PR gdb/19858
16542 * gdb.base/jit-main.c: Include unistd.h.
16543 (ATTACH): Define to 0 if not already defined.
16544 (wait_for_gdb, mypid): New globals.
16545 (WAIT_FOR_GDB): New macro.
16546 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
16547 some breakpoint locations.
16548 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
16549 New procedures.
16550 (one_jit_test): Add REATTACH parameter, and handle it. Use
16551 continue_to_test_location.
16552 (top level): Test attach, and adjusts calls to one_jit_test.
16553
16554 2016-03-31 Pedro Alves <palves@redhat.com>
16555
16556 PR gdb/19858
16557 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
16558 BINSUFFIX parameter, and handle it.
16559 (top level): Adjust calls compile_jit_test.
16560
16561 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
16562
16563 PR python/19743
16564 * gdb.python/py-mi-events-gdb.py: New file.
16565 * gdb.python/py-mi-events.c: New file.
16566 * gdb.python/py-mi-events.exp: New file.
16567
16568 2016-03-30 Yao Qi <yao.qi@linaro.org>
16569
16570 * gdb.reverse/until-precsave.exp: Match function name only.
16571 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
16572 Move malloc to a condition block.
16573 * gdb.reverse/until-reverse.exp: Match function name only.
16574
16575 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
16576
16577 * gdb.trace/ftrace.exp: Set arg0exp for s390.
16578 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
16579 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
16580 variable for GPR 0 instead of assuming it is register 0.
16581 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
16582 * lib/trace-support.exp: Add s390 registers.
16583
16584 2016-03-29 Yao Qi <yao.qi@linaro.org>
16585
16586 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
16587
16588 2016-03-24 Yao Qi <yao.qi@linaro.org>
16589
16590 * gdb.reverse/break-reverse.exp: Add quotation mark in the
16591 test message.
16592
16593 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16594
16595 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
16596 maintaining separate logic for constructing the output path.
16597
16598 2016-03-16 Don Breazeal <donb@codesourcery.com>
16599
16600 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
16601 Retry fork and waitpid on interrupted system call errors.
16602 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16603 Use with_timeout_factor to increase timeout by factor of 10.
16604
16605 2016-03-15 Don Breazeal <donb@codesourcery.com>
16606
16607 * gdb.cp/scope-err.cc: New test program.
16608 * gdb.cp/scope-err.exp: New test script.
16609 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
16610 lines and "set breakpoint here" comment.
16611 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
16612 Fixed some whitespace and format issues.
16613 * gdb.mi/mi-linespec-err-cp.cc: New test program.
16614 * gdb.mi/mi-linespec-err-cp.exp: New test script.
16615
16616 2016-03-15 Doug Evans <dje@google.com>
16617
16618 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
16619 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
16620 All callers updated. Add tests for enums, mixed flags register.
16621
16622 2016-03-15 Doug Evans <dje@google.com>
16623
16624 * gdb.base/skip.c (main): Call test_skip_file_and_function.
16625 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
16626
16627 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
16628
16629 * gdb.base/default.exp: Add $_as_string to the list of expected
16630 convenience functions.
16631
16632 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
16633
16634 * gdb.base/maint.exp: New tests for 'maint info line-table'.
16635
16636 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
16637
16638 * gdb.python/py-as-string.exp: New file.
16639 * gdb.python/py-as-string.c: New file.
16640
16641 2016-03-09 Pedro Alves <palves@redhat.com>
16642
16643 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
16644 signal" -> "Thread NN received signal" output change.
16645 * gdb.threads/ia64-sigill.exp: Likewise.
16646 * gdb.threads/linux-dp.exp: Likewise.
16647 * gdb.threads/manythreads.exp: Likewise.
16648 * gdb.threads/pending-step.exp: Likewise.
16649 * gdb.threads/print-threads.exp: Likewise.
16650 * gdb.threads/sigstep-threads.exp: Likewise.
16651 * gdb.threads/staticthreads.exp: Likewise.
16652 * gdb.threads/tls.exp: Likewise.
16653
16654 2016-03-09 Pedro Alves <palves@redhat.com>
16655
16656 * gdb.base/command-line-input.exp: New file.
16657
16658 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16659
16660 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
16661 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
16662 * gdb.trace/pending.exp: Accept leading dot before function name.
16663 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
16664 * lib/trace-support.exp: Set registers for ppc.
16665
16666 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16667
16668 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
16669 use it for disassembly; accept .main in addition to main in backtrace.
16670
16671 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
16672 Marcin Kościelnicki <koriakin@0x04.net>
16673
16674 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
16675 (gdb_recursion_test_ptr): New global variable.
16676 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
16677 gdb_recursion_test.
16678 (gdb_c_test): Ditto.
16679
16680 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16681
16682 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
16683 ordering.
16684
16685 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16686
16687 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
16688 (bar): Add bar_start_lbl label.
16689 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
16690 of foo/bar for emitting DWARF and tracing.
16691
16692 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
16693
16694 * analyze-racy-logs.py: Set executable bit.
16695
16696 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
16697
16698 * Makefile.in (DEFAULT_RACY_ITER): New variable.
16699 (CHECK_TARGET_TMP): Likewise.
16700 (check-single-racy): New rule.
16701 (check-parallel-racy): Likewise.
16702 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
16703 (do-check-parallel-racy): New rule.
16704 (check-racy/%.exp): Likewise.
16705 * README (Racy testcases): New section.
16706 * analyze-racy-logs.py: New file.
16707
16708 2016-03-03 Doug Evans <dje@google.com>
16709
16710 * gdb.base/skip.exp: Use with_test_prefix.
16711
16712 2016-03-03 Yao Qi <yao.qi@linaro.org>
16713
16714 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
16715 Invoke step_over_syscall "clone" and break_cond_on_syscall
16716 "clone".
16717 * gdb.base/step-over-clone.c: New file.
16718
16719 2016-03-03 Yao Qi <yao.qi@linaro.org>
16720
16721 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
16722 code format.
16723
16724 2016-03-03 Yao Qi <yao.qi@linaro.org>
16725
16726 * gdb.base/disp-step-fork.c: Rename to ...
16727 * gdb.base/step-over-fork.c: ... it. New file.
16728 * gdb.base/disp-step-vfork.c: Rename to ...
16729 * gdb.base/step-over-vfork.c: ... it. New file.
16730 * gdb.base/disp-step-syscall.exp: Rename to ...
16731 * gdb.base/step-over-syscall.exp: ... it. New file.
16732 (disp_step_cross_syscall): Rename to ...
16733 (step_over_syscall): ... it.
16734
16735 2016-03-03 Yao Qi <yao.qi@linaro.org>
16736
16737 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
16738 If target supports condition evaluation on target, invoke
16739 break_cond_on_syscall for fork and vfork.
16740
16741 2016-03-03 Yao Qi <yao.qi@linaro.org>
16742
16743 * gdb.base/disp-step-syscall.exp: Don't invoke
16744 support_displaced_stepping.
16745 (disp_step_cross_syscall): Test with displaced stepping off and
16746 on if supported.
16747
16748 2016-03-03 Yao Qi <yao.qi@linaro.org>
16749
16750 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
16751 proc.
16752 (setup): New proc.
16753 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
16754 and setup.
16755
16756 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16757
16758 * gdb.fortran/vla-history.exp: Remove breakpoint.
16759
16760 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16761
16762 * gdb.fortran/vla-history.exp: Lookup array elements and printing
16763 exceeds timeout.
16764
16765 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16766
16767 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
16768 breakpoint.
16769
16770 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16771
16772 * gdb.mi/vla.f90: Nullify pointer after declaration.
16773
16774 2016-03-01 Pedro Alves <palves@redhat.com>
16775
16776 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
16777
16778 2016-03-01 Pedro Alves <palves@redhat.com>
16779
16780 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
16781 before anything else.
16782 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
16783 _GNU_SOURCE here.
16784 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
16785 before anything else.
16786 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
16787
16788 2016-03-01 Pedro Alves <palves@redhat.com>
16789
16790 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
16791
16792 2016-03-01 Yao Qi <yao.qi@linaro.org>
16793
16794 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
16795 prepare_for_testing.
16796
16797 2016-03-01 Yao Qi <yao.qi@linaro.org>
16798
16799 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
16800
16801 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
16802
16803 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
16804 manually constructing the output path.
16805
16806 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
16807
16808 * gdb.arch/s390-stackless.S: New.
16809 * gdb.arch/s390-stackless.exp: New.
16810
16811 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
16812
16813 * gdb.dlang/circular.c: New file.
16814 * gdb.dlang/circular.exp: New file.
16815
16816 2016-02-26 Yao Qi <yao.qi@linaro.org>
16817
16818 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
16819 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
16820 (testcases): Update.
16821
16822 2016-02-26 Yao Qi <yao.qi@linaro.org>
16823
16824 * gdb.reverse/aarch64.c: Rename to ...
16825 * gdb.reverse/insn-reverse.c: ... it.
16826 * gdb.reverse/aarch64.exp: Rename to ...
16827 * gdb.reverse/insn-reverse.exp: ... it.
16828
16829 2016-02-26 Yao Qi <yao.qi@linaro.org>
16830
16831 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
16832 (testcase_ftype): New.
16833 (testcases): New array.
16834 (n_testcases): New.
16835 (main): Call each element in testcases.
16836 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
16837 (read_testcase): New.
16838 Do the tests in a loop.
16839
16840 2016-02-25 Yao Qi <yao.qi@linaro.org>
16841
16842 * gdb.base/branches.c: Remove.
16843
16844 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16845
16846 PR gdb/13808
16847 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
16848
16849 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16850
16851 * gdb.trace/ftrace.exp: Remove unnecessary target check.
16852
16853 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16854
16855 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
16856 change x86_64 call_insn to 'callq'.
16857
16858 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16859
16860 * gdb.trace/tfile-avx.c: Move to...
16861 * gdb.trace/tracefile-pseudo-reg.c: Here.
16862 * gdb.trace/tfile-avx.exp: Move to...
16863 * gdb.trace/tracefile-pseudo-reg.exp: Here.
16864
16865 2016-02-24 Gary Benson <gbenson@redhat.com>
16866
16867 * gdb.base/attach-pie-noexec.exp: Do not expect an error
16868 message on attach.
16869
16870 2016-02-23 Doug Evans <dje@google.com>
16871
16872 * gdb.base/skip.c (test_skip): New function.
16873 (end_test_skip_file_and_function): New function.
16874 (test_skip_file_and_function): New function.
16875 * gdb.base/skip1.c (test_skip): New function.
16876 (skip1_test_skip_file_and_function): New function.
16877 * gdb.base/skip.exp: Add tests for new skip options.
16878 * gdb.base/skip-solib.exp: Update expected output.
16879 * gdb.perf/skip-command.cc: New file.
16880 * gdb.perf/skip-command.exp: New file.
16881 * gdb.perf/skip-command.py: New file.
16882
16883 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
16884
16885 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
16886 info registers pattern.
16887
16888 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
16889
16890 * lib/future.exp: Add D support.
16891 (gdb_find_gdc): New proc.
16892 (gdb_default_target_compile): Add D support.
16893
16894 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
16895
16896 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
16897 user+system time.
16898 (trace_speed_test): Determine the iteration count for a time
16899 between 15..30 seconds.
16900
16901 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
16902
16903 * gdb.arch/i386-mpx-sigsegv.c: New file.
16904 * gdb.arch/i386-mpx-sigsegv.exp: New file.
16905 * gdb.arch/i386-mpx-simple_segv.c: New file.
16906 * gdb.arch/i386-mpx-simple_segv.exp: New file.
16907
16908 2016-02-18 Yao Qi <yao.qi@linaro.org>
16909
16910 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16911 Don't call setup_kfail.
16912
16913 2016-02-18 Yao Qi <yao.qi@linaro.org>
16914
16915 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16916 Set "set breakpoint condition-evaluation" per $cond_bp_target.
16917
16918 2016-02-16 Doug Evans <dje@google.com>
16919
16920 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
16921 * gdb.base/skip1.c: Ditto.
16922 * gdb.base/skip.exp: Whitespace cleanup.
16923
16924 2016-02-16 Don Breazeal <donb@codesourcery.com>
16925
16926 PR remote/19496
16927 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16928 Remove kfail for PR remote/19496.
16929
16930 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
16931
16932 * lib/gdb.exp (standard_temp_file): Return a path specific to
16933 the runtest invocation.
16934
16935 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
16936
16937 * gdb.trace/save-trace.exp: Change relative path to be in the
16938 standard output directory.
16939
16940 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16941
16942 * gdb.arch/i386-prologue.c: Add missing prototypes.
16943
16944 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16945
16946 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
16947 * gdb.arch/i386-prologue.exp: Likewise.
16948 * gdb.arch/i386-size.exp: Likewise.
16949
16950 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
16951
16952 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
16953 define object file path.
16954 * gdb.btrace/gcore.exp: Use standard_output_file to define core
16955 file path.
16956 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
16957 standard_output_file to define binfile.
16958
16959 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16960
16961 Fix compatibility with recent gfortran-5.3.1.
16962 * gdb.fortran/vla-history.exp (print vla1 allocated)
16963 (print vla2 allocated, print $2, print $3): Remove
16964 (print $4): Rename to ...
16965 (print $2): ... here.
16966 (print $9): Rename to ...
16967 (print $5): ... here.
16968 (print $10): Rename to ...
16969 (print $6): ... here.
16970 * gdb.fortran/vla.f90: Add pvla initialization.
16971
16972 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16973
16974 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
16975 New test.
16976 * gdb.fortran/vla-value-sub.exp: Likewise.
16977
16978 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
16979
16980 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
16981
16982 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
16983
16984 * i386-biarch-core.exp: Define corefile using
16985 standard_output_file.
16986
16987 2016-02-12 Yao Qi <yao.qi@linaro.org>
16988
16989 * gdb.arch/arm-single-step-kernel-helper.c: New.
16990 * gdb.arch/arm-single-step-kernel-helper.exp: New.
16991
16992 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
16993
16994 * gdb.btrace/tailcall-only.exp: New.
16995 * gdb.btrace/tailcall-only.c: New.
16996 * gdb.btrace/x86_64-tailcall-only.S: New.
16997 * gdb.btrace/i686-tailcall-only.S: New.
16998
16999 2016-02-11 Pedro Alves <palves@redhat.com>
17000
17001 * README (Parallel testing): Add missing double quotes.
17002
17003 2016-02-11 Pedro Alves <palves@redhat.com>
17004
17005 * README (Parallel testing): New section.
17006 (GDB_PARALLEL): Rewrite.
17007 (FORCE_PARALLEL): Document.
17008
17009 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
17010
17011 * gdb.trace/tfile-avx.c: New test.
17012 * gdb.trace/tfile-avx.exp: New test.
17013
17014 2016-02-09 Keith Seitz <keiths@redhat.com>
17015
17016 PR breakpoints/19546
17017 * gdb.base/infcall-exec.c: New file.
17018 * gdb.base/infcall-exec2.c: New file.
17019 * gdb.base/infcall-exec.exp: New file.
17020
17021 2016-02-09 Keith Seitz <keiths@redhat.com>
17022
17023 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
17024 (toplevel): Call test_bkpt_address.
17025
17026 2016-02-09 Keith Seitz <keiths@redhat.com>
17027
17028 PR python/19506
17029 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
17030 (toplevel): Call test_bkpt_address.
17031
17032 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
17033
17034 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
17035 to AC_OUTPUT.
17036 * configure: Regenerate.
17037
17038 2016-02-09 Pedro Alves <palves@redhat.com>
17039
17040 PR breakpoints/19548
17041 * gdb.base/execl-update-breakpoints.c (some_function): New
17042 function.
17043 (main): Call it.
17044 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
17045 Tighten expected GDB output.
17046
17047 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17048
17049 * Makefile.in (ALL_SUBDIRS): Remove.
17050 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
17051 (distclean maintainer-clean realclean): Likewise.
17052 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
17053 * configure: Regenerate.
17054 * gdb.ada/Makefile.in: Delete.
17055 * gdb.arch/Makefile.in: Likewise.
17056 * gdb.asm/Makefile.in: Likewise.
17057 * gdb.base/Makefile.in: Likewise.
17058 * gdb.btrace/Makefile.in: Likewise.
17059 * gdb.cell/Makefile.in: Likewise.
17060 * gdb.compile/Makefile.in: Likewise.
17061 * gdb.cp/Makefile.in: Likewise.
17062 * gdb.disasm/Makefile.in: Likewise.
17063 * gdb.dlang/Makefile.in: Likewise.
17064 * gdb.dwarf2/Makefile.in: Likewise.
17065 * gdb.fortran/Makefile.in: Likewise.
17066 * gdb.gdb/Makefile.in: Likewise.
17067 * gdb.go/Makefile.in: Likewise.
17068 * gdb.guile/Makefile.in: Likewise.
17069 * gdb.java/Makefile.in: Likewise.
17070 * gdb.linespec/Makefile.in: Likewise.
17071 * gdb.mi/Makefile.in: Likewise.
17072 * gdb.modula2/Makefile.in: Likewise.
17073 * gdb.multi/Makefile.in: Likewise.
17074 * gdb.objc/Makefile.in: Likewise.
17075 * gdb.opencl/Makefile.in: Likewise.
17076 * gdb.opt/Makefile.in: Likewise.
17077 * gdb.pascal/Makefile.in: Likewise.
17078 * gdb.perf/Makefile.in: Likewise.
17079 * gdb.python/Makefile.in: Likewise.
17080 * gdb.reverse/Makefile.in: Likewise.
17081 * gdb.server/Makefile.in: Likewise.
17082 * gdb.stabs/Makefile.in: Likewise.
17083 * gdb.threads/Makefile.in: Likewise.
17084 * gdb.trace/Makefile.in: Likewise.
17085 * gdb.xml/Makefile.in: Likewise.
17086 * lib/gdb.exp (make_gdb_parallel_path): Add check for
17087 GDB_PARALLEL.
17088 (standard_output_file): Remove check for GDB_PARALLEL, always
17089 return path in outputs/$subdir/$testname.
17090
17091 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17092
17093 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
17094 (site.exp): Assign abs_srcdir to tcl's srcdir.
17095
17096 2016-02-04 Yao Qi <yao.qi@linaro.org>
17097
17098 * gdb.base/foll-exec-mode.c: Include limits.h.
17099 (main): Add parameters argc and argv. Get directory from
17100 argv[0].
17101 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
17102 compilation.
17103 * gdb.base/foll-exec.c: Include limits.h.
17104 (main): Add parameters argc and argv.
17105 Get directory from argv[0].
17106 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
17107 Adjust tests on the number of lines as source code changed.
17108 * gdb.base/foll-vfork-exit.c: Include limits.h.
17109 (main): Add one line of statement before vfork.
17110 * gdb.base/foll-vfork.c: Include limits.h and string.h.
17111 (main): Add parameters argc and argv. Get directory from
17112 argv[0].
17113 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
17114 (setup_gdb): Set tbreak to skip some source lines.
17115 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
17116 (main): Add parameters argc and argv. Get directory from
17117 argv[0].
17118 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
17119 compilation.
17120 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
17121 (main): Add parameters argc and argv. Get directory from
17122 argv[0].
17123 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
17124 compilation.
17125
17126 2016-02-01 Doug Evans <dje@google.com>
17127
17128 * gdb.base/skip.exp: Clean up multiple references to same test name.
17129
17130 2016-02-01 Pedro Alves <palves@redhat.com>
17131
17132 PR remote/19496
17133 * gdb.threads/forking-threads-plus-breakpoint.exp
17134 (displaced_stepping_supported): New global.
17135 (probe_displaced_stepping_support): New procedure.
17136 (do_test): Add 'displaced' parameter, and use it.
17137 (top level): Check for displaced stepping support. Add displaced
17138 stepping on/off testing axis.
17139
17140 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17141
17142 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
17143 pointer. Don't perform further tests on the unassociated pointer
17144 if the first test fails.
17145
17146 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17147
17148 * gdb.base/max-value-size.c: New file.
17149 * gdb.base/max-value-size.exp: New file.
17150 * gdb.base/huge.exp: Disable max-value-size for this test.
17151
17152 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
17153
17154 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
17155
17156 2016-01-28 Yao Qi <yao.qi@linaro.org>
17157
17158 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
17159
17160 2016-01-25 Pedro Alves <palves@redhat.com>
17161
17162 PR threads/19461
17163 * gdb.base/fork-running-state.c: New file.
17164 * gdb.base/fork-running-state.exp: New file.
17165
17166 2016-01-25 Pedro Alves <palves@redhat.com>
17167
17168 PR gdb/19494
17169 * gdb.base/catch-fork-kill.c: New file.
17170 * gdb.base/catch-fork-kill.exp: New file.
17171
17172 2016-01-25 Pedro Alves <palves@redhat.com>
17173
17174 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
17175 Delete, moved to lib/gdb.exp.
17176 * gdb.threads/forking-threads-plus-breakpoint.exp
17177 (foreach_with_prefix): Likewise.
17178 * gdb.threads/process-dies-while-handling-bp.exp
17179 (foreach_with_prefix): Likewise.
17180 * lib/gdb.exp (foreach_with_prefix): New procedure.
17181
17182 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
17183
17184 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
17185 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
17186
17187 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
17188
17189 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
17190 endian targets.
17191
17192 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17193 Pedro Alves <palves@redhat.com>
17194
17195 Fix testsuite compatibility with Guile.
17196 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
17197 number.
17198
17199 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17200
17201 Fix testsuite compatibility with Guile.
17202 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
17203 (thread 1): New test for backtrace through signal handler.
17204
17205 2016-01-22 Yao Qi <yao.qi@linaro.org>
17206
17207 PR testsuite/19491
17208 * gdb.base/multi-forks.c: Include
17209 ../lib/unbuffer_output.c
17210 (main): Call gdb_unbuffer_output.
17211
17212 2016-01-21 Doug Evans <dje@google.com>
17213
17214 * lib/ada.exp (gdb_compile_ada): Fix typo.
17215
17216 2016-01-21 Joel Brobecker <brobecker@adacore.com>
17217
17218 * gdb.base/break-fun-addr.exp: New file.
17219 * gdb.base/break-fun-addr1.c: New file.
17220 * gdb.base/break-fun-addr2.c: New file.
17221
17222 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
17223
17224 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
17225 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
17226 enum flag values.
17227
17228 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
17229
17230 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
17231 when GDB can not set the vector return value. Add more comments
17232 for clarification.
17233
17234 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
17235
17236 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
17237 command.
17238
17239 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17240
17241 * Makefile.in (DO_RUNTEST): Add --status and update usages.
17242
17243 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17244
17245 * Makefile.in (check-single): Pass --status to runtest.
17246 (check/%.exp): Likewise.
17247
17248 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17249
17250 * Makefile.in (check-parallel): Propagate return code from make
17251 do-check-parallel.
17252
17253 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
17254
17255 * gdb.trace/ftrace.exp: Fix expected message on continue.
17256 * gdb.trace/pending.exp: Fix expected message on continue.
17257 * gdb.trace/trace-break.exp: Fix expected message on continue.
17258
17259 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
17260
17261 * lib/gdb.exp (gdb_test): Remove unused global references.
17262
17263 2016-01-18 Pedro Alves <palves@redhat.com>
17264
17265 * gdb.base/async-shell.exp: Adjust expected output.
17266 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
17267 * gdb.base/siginfo-thread.exp: Adjust expected output.
17268 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
17269 * gdb.java/jnpe.exp: Adjust expected output.
17270 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
17271 * gdb.threads/continue-pending-status.exp: Adjust expected output.
17272 * gdb.threads/leader-exit.exp: Adjust expected output.
17273 * gdb.threads/manythreads.exp: Adjust expected output.
17274 * gdb.threads/pthreads.exp: Adjust expected output.
17275 * gdb.threads/schedlock.exp: Adjust expected output.
17276 * gdb.threads/siginfo-threads.exp: Adjust expected output.
17277 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
17278 expected output.
17279 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
17280 output.
17281 * gdb.threads/sigthread.exp: Adjust expected output.
17282 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
17283
17284 2016-01-18 Yao Qi <yao.qi@linaro.org>
17285
17286 * gdb.guile/scm-section-script.c: Replace @progbits with
17287 %progbits.
17288 * gdb.python/py-section-script.c: Likewise.
17289
17290 2016-01-15 Pedro Alves <palves@redhat.com>
17291
17292 * gdb.multi/tids.exp: Test star wildcard ranges.
17293
17294 2016-01-15 Pedro Alves <palves@redhat.com>
17295
17296 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
17297 command from "thread apply" invocation.
17298 (thr_apply_info_thr_invalid): Default the expected output to the
17299 input tid list.
17300 (top level): Add tests that use convenience variables. Add tests
17301 for "thread apply" with a valid TID list, but missing the command.
17302
17303 2016-01-13 Pedro Alves <palves@redhat.com>
17304
17305 * gdb.base/default.exp: Expect $_gthread as well.
17306 * gdb.multi/tids.exp: Test $_gthread.
17307 * gdb.threads/thread-specific.exp: Test $_gthread.
17308
17309 2016-01-13 Pedro Alves <palves@redhat.com>
17310
17311 * gdb.multi/tids.exp: Test "info threads -gid".
17312
17313 2016-01-13 Pedro Alves <palves@redhat.com>
17314
17315 * gdb.multi/tids.exp: Test InferiorThread.global_num and
17316 Breakpoint.thread.
17317 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
17318
17319 2016-01-07 Pedro Alves <palves@redhat.com>
17320
17321 * gdb.base/break.exp: Adjust to output changes.
17322 * gdb.base/hbreak2.exp: Likewise.
17323 * gdb.base/sepdebug.exp: Likewise.
17324 * gdb.base/watch_thread_num.exp: Likewise.
17325 * gdb.linespec/keywords.exp: Likewise.
17326 * gdb.multi/info-threads.exp: Likewise.
17327 * gdb.threads/thread-find.exp: Likewise.
17328 * gdb.multi/tids.c: New file.
17329 * gdb.multi/tids.exp: New file.
17330
17331 2016-01-13 Pedro Alves <palves@redhat.com>
17332
17333 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
17334
17335 2016-01-13 Pedro Alves <palves@redhat.com>
17336
17337 * gdb.base/default.exp: Expect $_inferior as well.
17338 * gdb.multi/base.exp: Test $_inferior.
17339
17340 2016-01-13 Pedro Alves <palves@redhat.com>
17341
17342 PR breakpoints/19388
17343 * gdb.base/catch-signal-siginfo-cond.c: New file.
17344 * gdb.base/catch-signal-siginfo-cond.exp: New file.
17345
17346 2016-01-12 Josh Stone <jistone@redhat.com>
17347 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17348
17349 * gdb.base/catch-syscall.c (do_execve): New variable.
17350 (main): Conditionally trigger an execve.
17351 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
17352 (test_catch_syscall_execve): New, check entry/return across execve.
17353 (do_syscall_tests): Call test_catch_syscall_execve.
17354
17355 2016-01-12 Pedro Alves <palves@redhat.com>
17356
17357 * gdb.base/random-signal.exp (do_test): New procedure, with body
17358 of testcase moved in.
17359
17360 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17361 Pedro Alves <palves@redhat.com>
17362
17363 * gdb.base/funcargs.exp (finish from indirectly called function):
17364 Reintroduce the case for 'First'.
17365
17366 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17367 Pedro Alves <palves@redhat.com>
17368
17369 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
17370 (tcatch_vfork_then_child_follow_exec)
17371 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
17372 identification.
17373
17374 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17375
17376 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
17377 and repeats to unlimited.
17378 * gdb.python/py-value.exp: Likewise.
17379 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
17380 and repeats to unlimited.
17381
17382 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
17383
17384 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
17385 and reordering the functions.
17386 * gdb.multi/hangout.c: Likewise.
17387 * gdb.multi/hello.c: Likewise.
17388
17389 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
17390
17391 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
17392 absolute.
17393 (SingleStatisticTestResult.report): Use dict.keys instead of
17394 dict.iterkeys.
17395
17396 2016-01-06 Pedro Alves <palves@redhat.com>
17397
17398 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
17399
17400 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
17401
17402 * gdb.btrace/dlopen.exp: New.
17403 * gdb.btrace/dlopen.c: New.
17404 * gdb.btrace/dlopen-dso.c: New.
17405
17406 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
17407
17408 * lib/gdb.exp (gdb_test): Update comments to clarify that the
17409 PATTERN argument is optional.
17410
17411 2015-12-24 Joel Brobecker <brobecker@adacore.com>
17412
17413 * lib/ada.exp (target_compile_ada_from_dir): New function.
17414 (gdb_compile_ada): Reimplement avoiding the use of project files.
17415 * gdb.ada/gnat_ada.gpr: Delete.
17416 * gdb.ada/cond_lang.exp: Adjust test to make path before
17417 filename optional.
17418 * gdb.ada/small_reg_param.exp: Likewise.
17419
17420 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
17421
17422 * gdb.base/foll-vork.exp: Remove HP-UX special case.
17423
17424 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
17425
17426 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
17427 case.
17428
17429 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
17430
17431 * gdb.base/break.exp: Remove dead code.
17432 * gdb.base/sepdebug.exp: Likewise.
17433
17434 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17435
17436 * gdb.asm/asm-source.exp: Remove HP-UX references.
17437 * gdb.base/annota1.exp: Likewise.
17438 * gdb.base/annota3.exp: Likewise.
17439 * gdb.base/attach.exp: Likewise.
17440 * gdb.base/bigcore.exp: Likewise.
17441 * gdb.base/break.exp: Likewise.
17442 * gdb.base/call-ar-st.exp: Likewise.
17443 * gdb.base/callfuncs.exp: Likewise.
17444 * gdb.base/catch-fork-static.exp: Likewise.
17445 * gdb.base/display.exp: Likewise.
17446 * gdb.base/foll-exec-mode.exp: Likewise.
17447 * gdb.base/foll-exec.exp: Likewise.
17448 * gdb.base/foll-fork.exp: Likewise.
17449 * gdb.base/foll-vfork.exp: Likewise.
17450 * gdb.base/funcargs.exp: Likewise.
17451 * gdb.base/hbreak2.exp: Likewise.
17452 * gdb.base/inferior-died.exp: Likewise.
17453 * gdb.base/interrupt.exp: Likewise.
17454 * gdb.base/multi-forks.exp: Likewise.
17455 * gdb.base/nodebug.exp: Likewise.
17456 * gdb.base/sepdebug.exp: Likewise.
17457 * gdb.base/solib1.c: Likewise.
17458 * gdb.base/step-test.exp: Likewise.
17459 * gdb.mi/non-stop.c: Likewise.
17460 * gdb.mi/pthreads.c: Likewise.
17461 * gdb.multi/bkpt-multi-exec.ex: Likewise.
17462 * gdb.threads/pthreads.c: Likewise.
17463 * gdb.threads/staticthreads.exp: Likewise.
17464 * lib/future.exp: Likewise.
17465 * lib/gdb.exp: Likewise.
17466 * gdb.base/so-indr-cl.c: Remove.
17467 * gdb.base/so-indr-cl.exp: Likewise.
17468 * gdb.base/solib.c: Likewise.
17469 * gdb.base/solib.exp: Likewise.
17470 * gdb.base/solib2.c: Likewise.
17471
17472 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17473
17474 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
17475 * gdb.base/call-ar-st.exp: Likewise.
17476 * gdb.base/callfuncs.exp: Likewise.
17477 * gdb.base/condbreak.exp: Likewise.
17478 * gdb.base/constvars.exp: Likewise.
17479 * gdb.base/hbreak2.exp: Likewise.
17480 * gdb.base/langs.exp: Likewise.
17481 * gdb.base/list.exp: Likewise.
17482 * gdb.base/long_long.exp: Likewise.
17483 * gdb.base/ptype.exp: Likewise.
17484 * gdb.base/scope.exp: Likewise.
17485 * gdb.base/signals.exp: Likewise.
17486 * gdb.base/so-impl-ld.exp: Likewise.
17487 * gdb.base/varargs.exp: Likewise.
17488 * gdb.base/volatile.exp: Likewise.
17489 * gdb.base/whatis.exp: Likewise.
17490 * gdb.cp/cplusfuncs.exp: Likewise.
17491 * gdb.cp/inherit.exp: Likewise.
17492 * gdb.cp/local.exp: Likewise.
17493 * gdb.cp/member-ptr.exp: Likewise.
17494 * gdb.cp/method.exp: Likewise.
17495 * gdb.cp/overload.exp: Likewise.
17496 * gdb.cp/templates.exp: Likewise.
17497 * gdb.stabs/weird.exp: Likewise.
17498 * lib/compiler.c: Likewise.
17499 * lib/compiler.cc: Likewise.
17500 * lib/cp-support.exp: Likewise.
17501 * lib/gdb.exp: Likewise.
17502
17503 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
17504
17505 * configure.ac: Remove HP-UX case.
17506 * configure: Regenerate.
17507
17508 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
17509
17510 * lib/gdb.exp (gdb_compile): Add function doc.
17511
17512 2015-12-17 Pedro Alves <palves@redhat.com>
17513
17514 PR threads/19354
17515 * gdb.multi/info-threads.exp: New file.
17516
17517 2015-12-15 Yao Qi <yao.qi@linaro.org>
17518
17519 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
17520 is aarch64*-*-*.
17521
17522 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17523
17524 * gdb.base/history-duplicates.exp: Skip if no readline support.
17525
17526 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17527
17528 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
17529
17530 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17531
17532 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
17533
17534 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17535
17536 * gdb.base/completion.exp: Skip tests that interrupt GDB with
17537 ctrl-C if nointerrupts target property is set.
17538 * gdb.base/double-prompt-target-event-error.exp: Likewise.
17539 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
17540 * gdb.base/paginate-bg-execution.exp: Likewise.
17541 * gdb.base/paginate-execution-startup.exp: Likewise.
17542 * gdb.base/random-signal.exp: Likewise.
17543 * gdb.base/range-stepping.exp: Likewise.
17544 * gdb.cp/annota2.exp: Likewise.
17545 * gdb.cp/annota3.exp: Likewise.
17546 * gdb.gdb/selftest.exp: Likewise.
17547 * gdb.threads/continue-pending-status.exp: Likewise.
17548 * gdb.threads/leader-exit.exp: Likewise.
17549 * gdb.threads/manythreads.exp: Likewise.
17550 * gdb.threads/pthreads.exp: Likewise.
17551 * gdb.threads/schedlock.exp: Likewise.
17552 * gdb.threads/sigthread.exp: Likewise.
17553
17554 2015-12-11 Don Breazeal <donb@codesourcery.com>
17555
17556 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
17557 remote.
17558 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
17559 * gdb.base/foll-exec.exp (main): Enable for target remote.
17560 * gdb.base/foll-fork.exp (main): Likewise.
17561 * gdb.base/foll-vfork.exp (main): Likewise.
17562 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
17563 (proc continue_to_exit_bp_loc): Use clean_restart.
17564 * gdb.base/pie-execl.exp (main): Disable for target remote.
17565 * gdb.base/watch-vfork.exp (main): Enable for target remote.
17566 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
17567 * gdb.threads/execl.exp (main): Likewise.
17568 * gdb.threads/fork-child-threads.exp (main): Likewise.
17569 * gdb.threads/fork-plus-threads.exp (main): Disable for target
17570 remote.
17571 * gdb.threads/fork-thread-pending.exp (main): Enable for target
17572 remote.
17573 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
17574 pid.tid style ptids, instead of just tid.
17575 * gdb.threads/thread-execl.exp (main): Enable for target remote.
17576 * gdb.threads/watchpoint-fork.exp (main): Likewise.
17577 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
17578 ptids, instead of just tid.
17579
17580 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17581
17582 * gdb.base/list.exp (test_list_forward): Add end of file error
17583 test.
17584 (test_repeat_list_command): Add end of file error test.
17585 (test_list_backwards): Add beginning of file error test.
17586
17587 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17588
17589 * gdb.base/list.exp (test_list_invalid_args): New function,
17590 defined, and called.
17591
17592 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17593
17594 * gdb.base/list.exp (test_list): Make test names unique.
17595
17596 2015-12-11 Yao Qi <yao.qi@linaro.org>
17597
17598 * gdb.base/coremaker2.c: Remove.
17599
17600 2015-12-10 Pedro Alves <palves@redhat.com>
17601
17602 * gdb.multi/base.exp: Remove stale "spaces" references.
17603
17604 2015-12-10 Pedro Alves <palves@redhat.com>
17605
17606 * gdb.multi/base.exp: Don't use nowarnings.
17607 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
17608 * gdb.multi/hangout.c: Include stdio.h.
17609 * gdb.multi/hello.c: Include stdlib.h.
17610 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
17611 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
17612 * gdb.multi/multi-arch.exp: Don't use nowarnings.
17613
17614 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
17615
17616 * gdb.dwarf2/dw2-ranges-base.c: New file.
17617 * gdb.dwarf2/dw2-ranges-base.exp: New file.
17618 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
17619 support additional line table, and debug ranges generation.
17620 (Dwarf::ranges): New function, generate .debug_ranges.
17621 (Dwarf::lines): Support generating simple line table programs.
17622 (Dwarf::assemble): Initialise new namespace variables.
17623
17624 2015-12-09 Kevin Buettner <kevinb@redhat.com>
17625
17626 * gdb.base/async.exp (proc test_background): Add case for
17627 asynchronous execution not supported.
17628
17629 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
17630
17631 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
17632 format and change test names to make them unique.
17633
17634 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
17635 Pedro Alves <pedro@redhat.com>
17636
17637 PR gdb/18702
17638 Add checking of floatformats setup on x86_64 hosts.
17639 * gdb.arch/i386-float.S (main): Load bigval and smallval.
17640 (smallval, bigval): New labels/constants.
17641 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
17642 float" after loading bigval and smallval.
17643
17644 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
17645
17646 * gdb.ada/fun_overload_menu.exp: New testcase.
17647 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
17648
17649 2015-12-04 Josh Stone <jistone@redhat.com>
17650
17651 * gdb.base/catch-fork-static.exp: New.
17652
17653 2015-12-03 Yao Qi <yao.qi@linaro.org>
17654
17655 * gdb.base/sizeof.c: Don't include stdio.h and
17656 ../lib/unbuffer_output.c.
17657 (main): New variable 'size' and 'value'. Remove printf and
17658 gdb_unbuffer_output. Assign return value to size and value.
17659 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
17660 at the beginning.
17661 (check_sizeof): Check the result by printing variable 'size'.
17662 (check_valueof): Check the result by printing variable 'value'.
17663
17664 2015-12-01 Yao Qi <yao.qi@linaro.org>
17665
17666 * gdb.base/disp-step-syscall.exp: Define syscall instruction
17667 for aarch64*-*-linux* target.
17668
17669 2015-11-30 Pedro Alves <palves@redhat.com>
17670
17671 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
17672
17673 2015-11-30 Pedro Alves <palves@redhat.com>
17674
17675 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
17676 Handle non-stop mode vCont replies.
17677
17678 2015-11-30 Pedro Alves <palves@redhat.com>
17679
17680 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
17681 prepare_for_testing. Start gdb with "set non-stop on" appended to
17682 GDBFLAGS. Lax expected stop output.
17683
17684 2015-11-27 Yao Qi <yao.qi@linaro.org>
17685
17686 * gdb.arch/arm-neon.exp: New.
17687 * gdb.arch/arm-neon.c: New.
17688
17689 2015-11-27 Yao Qi <yao.qi@linaro.org>
17690
17691 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
17692
17693 2015-11-27 Yao Qi <yao.qi@linaro.org>
17694
17695 * gdb.cp/annota2.exp: Allow multiple occurrences of the
17696 frames-invalid annotation.
17697
17698 2015-11-27 Yao Qi <yao.qi@linaro.org>
17699
17700 * gdb.cp/annota2.exp: Use ${frames_invalid}.
17701
17702 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
17703
17704 * gdb.threads/names.exp: New file.
17705 * gdb.threads/names.c: New file.
17706 * README: Mention gdb,no_thread_names.
17707
17708 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
17709
17710 PR 19297
17711 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
17712 support" error.
17713
17714 2015-11-24 Pedro Alves <palves@redhat.com>
17715
17716 PR 17539
17717 * gdb.base/display.exp: Expect displays to be sorted in ascending
17718 order. Use multi_line.
17719 * gdb.base/solib-display.exp: Likewise.
17720
17721 2015-11-24 Pedro Alves <palves@redhat.com>
17722
17723 PR 17539
17724 * gdb.base/display.exp: Expect displays to be sorted in ascending
17725 order. Use multi_line.
17726 * gdb.base/solib-display.exp: Likewise.
17727
17728 2015-11-24 Pedro Alves <palves@redhat.com>
17729
17730 PR 17539
17731 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
17732 threads in ascending order.
17733 * gdb.base/foll-fork.exp: Likewise.
17734 * gdb.base/foll-vfork.exp: Likewise.
17735 * gdb.base/multi-forks.exp: Likewise.
17736 * gdb.mi/mi-nonstop.exp: Likewise.
17737 * gdb.mi/mi-nsintrall.exp: Likewise.
17738 * gdb.multi/base.exp: Likewise.
17739 * gdb.multi/multi-arch.exp: Likewise.
17740 * gdb.python/py-inferior.exp: Likewise.
17741 * gdb.threads/break-while-running.exp: Likewise.
17742 * gdb.threads/execl.exp: Likewise.
17743 * gdb.threads/gcore-thread.exp: Likewise.
17744 * gdb.threads/info-threads-cur-sal.exp: Likewise.
17745 * gdb.threads/kill.exp: Likewise.
17746 * gdb.threads/linux-dp.exp: Likewise.
17747 * gdb.threads/multiple-step-overs.exp: Likewise.
17748 * gdb.threads/next-bp-other-thread.exp: Likewise.
17749 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
17750 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
17751 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
17752 * gdb.threads/thread-find.exp: Likewise.
17753 * gdb.threads/tls.exp: Likewise.
17754 * lib/mi-support.exp (mi_reverse_list): Delete.
17755 (mi_check_thread_states): No longer reverse list.
17756
17757 2015-11-24 Pedro Alves <palves@redhat.com>
17758
17759 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
17760 use lowercase.
17761
17762 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
17763
17764 * gdb.trace/actions.c: Include trace-common.h.
17765 (main): Add a location for a fast tracepoint.
17766 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
17767 the normal tracepoints.
17768 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
17769
17770 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
17771
17772 * save-trace.exp: Factor out code to these...
17773 (gdb_save_tracepoints): New.
17774 (gdb_load_tracepoints): New.
17775 (do_save_load_test): New.
17776
17777 2015-11-23 Kevin Buettner <kevinb@redhat.com>
17778
17779 * gdb.base/asmlabel.exp: New test.
17780 * gdb.base/asmlabel.c: New test case.
17781
17782 2015-11-23 Joel Brobecker <brobecker@adacore.com>
17783
17784 * gdb.base/wrong_frame_bt_full-main.c: New file.
17785 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
17786 * gdb.base/wrong_frame_bt_full.exp: New file.
17787
17788 2015-11-23 Joel Brobecker <brobecker@adacore.com>
17789
17790 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
17791
17792 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
17793
17794 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
17795 pstate register when comparing registers values in
17796 sparc64-*-linux-gnu targets to avoid spurious differences.
17797
17798 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
17799
17800 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
17801
17802 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
17803
17804 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
17805 as type argument to gdb_compile.
17806 * gdb.base/nested-subp2.exp: Likewise.
17807 * gdb.base/nested-subp3.exp: Likewise.
17808
17809 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
17810
17811 * lib/dwarf.exp (_note): Fix left shift of negative value.
17812 * gdb.trace/trace-condition.exp: Likewise.
17813
17814 2015-11-13 Yao Qi <yao.qi@linaro.org>
17815
17816 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
17817 comments about d10v.
17818 (test_scalar_returns): Likewise.
17819 * gdb.base/d10v.ld: Remove.
17820 * gdb.base/overlays.exp: Remove the target triplet checking for
17821 d10v-*-*.
17822 * gdb.base/structs.exp (test_struct_returns): Remove the
17823 comments about d10v.
17824 (test_struct_calls): Likewise.
17825
17826 2015-11-13 Yao Qi <yao.qi@linaro.org>
17827
17828 * gdb.base/gnu_vector.exp: Check the return value by "p res".
17829 * gdb.base/gnu_vector.c: Don't include stdio.h.
17830 (main): Don't print res and call add_some_intvecs.
17831
17832 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
17833
17834 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
17835 macro.
17836 (func5): Removed.
17837 (func4): Use FAST_TRACEPOINT_LABEL.
17838 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
17839 macro.
17840 (func): Removed.
17841 (thread_function): Use FAST_TRACEPOINT_LABEL.
17842 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
17843 (func): Remove.
17844 (marker): Use FAST_TRACEPOINT_LABEL.
17845 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
17846 (pendfunc1): Remove.
17847 (pendfunc): Use FAST_TRACEPOINT_LABEL.
17848 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
17849 (foo): Remove.
17850 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
17851 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
17852 macro.
17853 (func): Remove.
17854 (marker): Use FAST_TRACEPOINT_LABEL.
17855 * gdb.trace/trace-common.h: New header.
17856 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
17857 macro.
17858 (func): Remove.
17859 (marker): Use FAST_TRACEPOINT_LABEL.
17860 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
17861 (func): Remove.
17862 (thread_function): Use FAST_TRACEPOINT_LABEL.
17863
17864 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
17865
17866 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
17867 in front.
17868 * gdb.trace/change-loc.exp: Use global pcreg definition.
17869 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
17870 * gdb.trace/entry-values.exp: Use global spreg definition, add $
17871 in front.
17872 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
17873 * gdb.trace/pending.exp: Likewise.
17874 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
17875 * gdb.trace/trace-break.exp: Likewise.
17876 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
17877 in front.
17878 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
17879 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
17880 in front.
17881 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
17882
17883 2015-11-09 Joel Brobecker <brobecker@adacore.com>
17884
17885 * gdb.ada/fin_fun_out: New testcase.
17886
17887 2015-11-07 Kevin Buettner <kevinb@redhat.com>
17888
17889 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
17890 value associated with DW_AT_byte_size.
17891 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
17892 constants for DW_AT_byte_size, DW_AT_lower_bound, and
17893 DW_AT_upper_bound.
17894
17895 2015-11-07 Kevin Buettner <kevinb@redhat.com>
17896
17897 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
17898 (gdb_target_symbol_prefix_flags): Define in terms of _asm
17899 version.
17900 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
17901 gdb.dwarf2/dw2-canonicalize-type.exp,
17902 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
17903 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
17904 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
17905 provided by gdb_target_symbol_prefix_flags_asm.
17906 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
17907 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
17908 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
17909 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
17910 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
17911 macros where needed). Use this macro for symbols which require
17912 the prefix provided by SYMBOL_PREFIX.
17913
17914 2015-11-05 Kevin Buettner <kevinb@redhat.com>
17915
17916 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
17917 New procs.
17918 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
17919 representing expressions, of more than one list element.
17920 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
17921 to prepend linker symbol prefix to f.
17922 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
17923 table_1 and table_2.
17924 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
17925 Likewise, for f and g.
17926 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
17927 for ptr.
17928 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
17929 for main.
17930 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
17931 table_1_ptr and table_2_ptr.
17932
17933 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17934 Joel Brobecker <brobecker@adacore.com>
17935
17936 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
17937
17938 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
17939
17940 * gdb.reverse/s390-mvcle.c: New test.
17941 * gdb.reverse/s390-mvcle.exp: New file.
17942 * lib/gdb.exp: Enable reverse tests on s390*-linux.
17943
17944 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
17945
17946 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
17947
17948 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
17949
17950 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
17951 reaching marker2.
17952 * gdb.reverse/getresuid-reverse.exp: Likewise.
17953 * gdb.reverse/pipe-reverse.exp: Likewise.
17954 * gdb.reverse/readv-reverse.exp: Likewise.
17955 * gdb.reverse/recvmsg-reverse.exp: Likewise.
17956 * gdb.reverse/time-reverse.exp: Likewise.
17957 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
17958
17959 2015-10-30 Yao Qi <yao.qi@linaro.org>
17960
17961 * gdb.threads/wp-replication.c (watch_count_done): Remove.
17962 (empty_cycle): Remove.
17963 (main): Don't call empty_cycle. Don't use watch_count_done.
17964 * gdb.threads/wp-replication.exp: Don't set breakpoint on
17965 empty_cycle. Rewrite the code counting HW watchpoints.
17966
17967 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
17968
17969 * gdb.reverse/fstatat-reverse.c: New test.
17970 * gdb.reverse/fstatat-reverse.exp: New file.
17971 * gdb.reverse/getresuid-reverse.c: New test.
17972 * gdb.reverse/getresuid-reverse.exp: New file.
17973 * gdb.reverse/pipe-reverse.c: New test.
17974 * gdb.reverse/pipe-reverse.exp: New file.
17975 * gdb.reverse/readv-reverse.c: New test.
17976 * gdb.reverse/readv-reverse.exp: New file.
17977 * gdb.reverse/recvmsg-reverse.c: New test.
17978 * gdb.reverse/recvmsg-reverse.exp: New file.
17979 * gdb.reverse/time-reverse.c: New test.
17980 * gdb.reverse/time-reverse.exp: New file.
17981 * gdb.reverse/waitpid-reverse.c: New test.
17982 * gdb.reverse/waitpid-reverse.exp: New file.
17983
17984 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
17985
17986 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
17987
17988 2015-10-26 Doug Evans <dje@google.com>
17989
17990 PR symtab/17391
17991 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
17992 * gdb.dwarf2/bad-regnum.c: New file.
17993 * gdb.dwarf2/bad-regnum.exp: New file.
17994
17995 2015-10-26 Doug Evans <dje@google.com>
17996
17997 PR python/18938
17998 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
17999 file.
18000
18001 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18002
18003 * gdb.compile/compile.exp (compile code globalvar): Update expectation
18004 for a change by "Mention language in compile error message".
18005
18006 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
18007
18008 PR python/18073
18009 * gdb.python/py-type.c (C::a_method): New.
18010 (C::a_const_method): New.
18011 (C::a_static_method): New.
18012 (a_function): New.
18013 * gdb.python/py-type.exp (test_fields): Test getting fields
18014 from function and method.
18015
18016 2015-10-21 Keven Boell <keven.boell@intel.com>
18017
18018 * gdb.fortran/vla-alloc-assoc.exp: New file.
18019 * gdb.fortran/vla-datatypes.exp: New file.
18020 * gdb.fortran/vla-datatypes.f90: New file.
18021 * gdb.fortran/vla-history.exp: New file.
18022 * gdb.fortran/vla-ptype-sub.exp: New file.
18023 * gdb.fortran/vla-ptype.exp: New file.
18024 * gdb.fortran/vla-sizeof.exp: New file.
18025 * gdb.fortran/vla-sub.f90: New file.
18026 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
18027 * gdb.fortran/vla-value-sub-finish.exp: New file.
18028 * gdb.fortran/vla-value-sub.exp: New file.
18029 * gdb.fortran/vla-value.exp: New file.
18030 * gdb.fortran/vla-ptr-info.exp: New file.
18031 * gdb.mi/mi-vla-fortran.exp: New file.
18032 * gdb.mi/vla.f90: New file.
18033
18034 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
18035
18036 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
18037 of hardwired timeout value.
18038
18039 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
18040 Pedro Alves <palves@redhat.com>
18041
18042 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
18043 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
18044
18045 2015-10-19 Josh Stone <jistone@redhat.com>
18046
18047 * gdb.base/catch-syscall.c: Include <sched.h>.
18048 (unknown_syscall): New variable.
18049 (main): Trigger a vfork and an unknown syscall.
18050 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
18051 (unknown_syscall_number): Likewise.
18052 (check_call_to_syscall): Accept an optional syscall pattern.
18053 (check_return_from_syscall): Likewise.
18054 (check_continue): Likewise.
18055 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
18056 (test_catch_syscall_skipping_return): New test toggling off 'catch
18057 syscall' to step over the syscall return, then toggling back on.
18058 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
18059 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
18060 (do_syscall_tests): Call test_catch_syscall_without_args and
18061 test_catch_syscall_mid_vfork.
18062 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
18063 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
18064
18065 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
18066
18067 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
18068 print g_vE): Add new pass patterns.
18069 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
18070 print various symbol names for vptr fields.
18071
18072 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
18073
18074 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
18075 results.
18076
18077 2015-10-12 Yao Qi <yao.qi@linaro.org>
18078
18079 * gdb.arch/disp-step-insn-reloc.exp: New test case.
18080
18081 2015-10-12 Yao Qi <yao.qi@linaro.org>
18082
18083 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
18084 is aarch64*-*-linux*.
18085
18086 2015-10-12 Yao Qi <yao.qi@linaro.org>
18087
18088 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
18089 (can_relocate_bcond_true): ... it.
18090 (can_relocate_bcond_false): New function.
18091 (foo): Likewise.
18092 (can_relocate_bl): Likewise.
18093 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
18094 can_relocate_bl.
18095
18096 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
18097
18098 * gdb.base/nested-addr.c: New file.
18099 * gdb.base/nested-addr.exp: New testcase.
18100
18101 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
18102
18103 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
18104 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
18105 its output. Ignore the output of "record goto begin" and instead
18106 check that GDB is replaying.
18107
18108 2015-10-09 Pedro Alves <palves@redhat.com>
18109
18110 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
18111 (top level): Use it in the run with no args test.
18112
18113 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
18114
18115 * gdb.dlang/properties.exp: New file.
18116
18117 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
18118
18119 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
18120 whether or not address 0x1000 is mapped on the target.
18121
18122 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
18123
18124 * gdb.python/py-type.exp: Do not run tests if binaries fail to
18125 build.
18126
18127 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
18128
18129 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
18130 instruction-history test.
18131
18132 2015-09-28 Doug Evans <dje@google.com>
18133
18134 * gdb.base/gcore.c (array_func): Add reference to static_array.
18135
18136 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
18137
18138 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
18139 source line.
18140
18141 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
18142
18143 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
18144 short or char as base type.
18145
18146 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
18147
18148 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
18149 to allow any size enum.
18150
18151 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
18152
18153 * gdb.ada/array_ptr_renaming.exp: New testcase.
18154 * gdb.ada/array_ptr_renaming/foo.adb: New file.
18155 * gdb.ada/array_ptr_renaming/pack.ads: New file.
18156
18157 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18158
18159 * gdb.trace/ftrace-lock.c: New file.
18160 * gdb.trace/ftrace-lock.exp: New file.
18161
18162 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18163
18164 * gdb.arch/insn-reloc.c: New file.
18165 * gdb.arch/ftrace-insn-reloc.exp: New file.
18166
18167 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18168
18169 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
18170 instruction.
18171 * gdb.trace/pendshr1.c (pendfunc): Likewise.
18172 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
18173 * gdb.trace/range-stepping.c: Likewise.
18174 * gdb.trace/trace-break.c: Likewise.
18175 * gdb.trace/trace-mt.c (thread_function): Likewise.
18176 * gdb.trace/ftrace.c (marker): Likewise.
18177 * gdb.trace/trace-condition.c (marker): Likewise.
18178 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
18179 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
18180 is_aarch64_target.
18181
18182 2015-09-18 Doug Evans <xdje42@gmail.com>
18183
18184 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
18185 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
18186
18187 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18188
18189 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
18190 the breakpoint.
18191
18192 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18193
18194 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
18195 the pending breakpoint. Remove timeout override for "Run till
18196 MI pending breakpoint on pendfunc3 on thread 2" test.
18197
18198 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18199
18200 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
18201 filename pattern.
18202
18203 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18204
18205 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
18206 in breakpoint filename pattern.
18207
18208 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18209
18210 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
18211
18212 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18213
18214 * gdb.linespec/explicit.exp: Check for readline support for
18215 tab-completion tests. Fix obvious typo.
18216
18217 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18218
18219 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
18220 and replay.
18221
18222 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18223
18224 * gdb.btrace/non-stop.c: New.
18225 * gdb.btrace/non-stop.exp: New.
18226
18227 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
18228 Yao Qi <yao.qi@linaro.org>
18229
18230 * gdb.trace/trace-condition.c: New file.
18231 * gdb.trace/trace-condition.exp: New file.
18232
18233 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
18234
18235 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
18236 for testing bytecode compilation.
18237
18238 2015-09-16 Pedro Alves <palves@redhat.com>
18239 Sandra Loosemore <sandra@codesourcery.com>
18240
18241 * gdb.threads/non-stop-fair-events.c (timeout): New global.
18242 (SECONDS): Redefine.
18243 (main): Call pthread_kill and alarm early.
18244 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
18245 support.
18246 (test): If the target can't hardware step and doesn't support
18247 displaced stepping, increase the timeout.
18248
18249 2015-09-16 Pedro Alves <palves@redhat.com>
18250
18251 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
18252 (enable_debug): New procedures.
18253 (test): Use them. Bail out if waiting for threads fails.
18254 (top level): Bail out if a test fails.
18255
18256 2015-09-16 Yao Qi <yao.qi@linaro.org>
18257
18258 * gdb.asm/asm-source.exp: Set asm-arch for
18259 aarch64*-*-* target.
18260 * gdb.asm/aarch64.inc: New file.
18261
18262 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
18263
18264 * gdb.ada/array_of_variable_length.exp: New testcase.
18265 * gdb.ada/array_of_variable_length/foo.adb: New file.
18266 * gdb.ada/array_of_variable_length/pck.adb: New file.
18267 * gdb.ada/array_of_variable_length/pck.ads: New file.
18268
18269 2015-09-15 Doug Evans <dje@google.com>
18270
18271 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
18272 of function static local variable.
18273
18274 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
18275
18276 * gdb.threads/tls-so_extern.exp: New test file.
18277 * gdb.threads/tls-so_extern.c: New test file.
18278 * gdb.threads/tls-so_extern_main.c: New test file.
18279
18280 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18281
18282 * gdb.opt/solib-intra-step-lib.c: New file.
18283 * gdb.opt/solib-intra-step-main.c: New file.
18284 * gdb.opt/solib-intra-step.exp: New file.
18285
18286 2015-09-15 Pedro Alves <palves@redhat.com>
18287
18288 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
18289 gdb_continue_to_breakpoint instead of gdb_test_multiple.
18290
18291 2015-09-14 Pedro Alves <palves@redhat.com>
18292
18293 * gdb.base/hook-stop-continue.c: Delete.
18294 * gdb.base/hook-stop-continue.exp: Delete.
18295 * gdb.base/hook-stop-frame.c: Delete.
18296 * gdb.base/hook-stop-frame.exp: Delete.
18297 * gdb.base/hook-stop.c: New file.
18298 * gdb.base/hook-stop.exp: New file.
18299
18300 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
18301
18302 * gdb.ada/access_to_packed_array.exp: New testcase.
18303 * gdb.ada/access_to_packed_array/foo.adb: New file.
18304 * gdb.ada/access_to_packed_array/pack.adb: New file.
18305 * gdb.ada/access_to_packed_array/pack.ads: New file.
18306
18307 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
18308
18309 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
18310 buffer size test.
18311
18312 2015-09-11 Don Breazeal <donb@codesourcery.com>
18313
18314 * gdb.base/foll-exec.c: Add copyright header. Fix
18315 formatting issues.
18316 * gdb.base/foll-exec.exp (zap_session): Delete proc.
18317 (do_exec_tests): Use clean_restart in place of zap_session,
18318 and for test initialization. Fix formatting issues. Use
18319 fail in place of perror.
18320 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
18321 an expect statement to match an expression with output from
18322 the program under debug.
18323 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
18324 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
18325 * gdb.threads/non-ldr-exc-2.exp: Likewise.
18326 * gdb.threads/non-ldr-exc-3.exp: Likewise.
18327 * gdb.threads/non-ldr-exc-4.exp: Likewise.
18328
18329 2015-09-09 Doug Evans <dje@google.com>
18330
18331 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
18332
18333 2015-09-09 Doug Evans <dje@google.com>
18334
18335 * gdb.base/pie-execl.exp: Fix result test of build_executable.
18336
18337 2015-09-09 Doug Evans <dje@google.com>
18338
18339 * gdb.base/savedregs.exp: Fix typo.
18340
18341 2015-09-09 Pedro Alves <palves@redhat.com>
18342
18343 * gdb.mi/mi-cli.exp: Add CLI finish tests.
18344
18345 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
18346
18347 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
18348 command actually switches threads. Give up on remaining
18349 tests if target fails to stop at breakpoint.
18350
18351 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
18352
18353 * gdb.ada/funcall_char.exp: New testcase.
18354 * gdb.ada/funcall_char/foo.adb: New file.
18355
18356 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
18357
18358 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
18359 expected outputs. Add two testcases for completing ambiguous
18360 functions.
18361 * gdb.ada/complete/aux_pck.adb: New file.
18362 * gdb.ada/complete/aux_pck.ads: New file.
18363 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
18364 Ambiguous_Func functions.
18365 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
18366 * gdb.ada/complete/pck.adb: Likewise.
18367
18368 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
18369
18370 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
18371 failures to run the test program under GDB.
18372
18373 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
18374
18375 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
18376 to C.
18377
18378 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
18379
18380 * gdb.base/run-after-attach.exp: New test file.
18381 * gdb.base/run-after-attach.c: New test file.
18382
18383 2015-08-26 Don Breazeal <donb@codesourcery.com>
18384
18385 * gdb.base/foll-exec-2.c: New test program.
18386 * gdb.base/foll-exec-2.exp: New test.
18387
18388 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
18389
18390 * gdb.base/nested-subp1.exp: New file.
18391 * gdb.base/nested-subp1.c: New file.
18392 * gdb.base/nested-subp2.exp: New file.
18393 * gdb.base/nested-subp2.c: New file.
18394 * gdb.base/nested-subp3.exp: New file.
18395 * gdb.base/nested-subp3.c: New file.
18396
18397 2015-08-24 Pedro Alves <palves@redhat.com>
18398
18399 * gdb.server/connect-without-multi-process.c: New file.
18400 * gdb.server/connect-without-multi-process.exp: New file.
18401
18402 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18403
18404 * gdb.opt/inline-markers.c: Make z int.
18405
18406 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18407
18408 * gdb.opt/inline-markers.c: Make z volatile.
18409
18410 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18411
18412 * gdb.opt/inline-bt.c: New volatile global z.
18413 * gdb.opt/inline-cmds.c: Likewise.
18414 * gdb.opt/inline-locals.c: Likewise.
18415 * gdb.opt/inline-markers.c: New extern global z.
18416 (marker): Use z.
18417 (inline_fn): Likewise.
18418
18419 2015-08-24 Pedro Alves <palves@redhat.com>
18420
18421 * config/m32r-stub.exp: Remove file.
18422 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
18423 * gdb.base/call-rt-st.exp: Likewise.
18424 * gdb.base/call-strs.exp: Likewise.
18425 * gdb.base/default.exp: Remove references to h8300-*-hms and
18426 *-*-udi*.
18427 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
18428
18429 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
18430
18431 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
18432 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
18433 and "return" use KFAIL when GDB can not read/write the vector
18434 return value.
18435
18436 2015-08-21 Gary Benson <gbenson@redhat.com>
18437
18438 * gdb.trace/pending.exp: Cope with remote transfer warnings.
18439
18440 2015-08-20 Pedro Alves <palves@redhat.com>
18441
18442 * gdb.server/solib-list.exp: No longer expect an interior stop in
18443 non-stop mode.
18444
18445 2015-08-20 Pedro Alves <palves@redhat.com>
18446
18447 * gdb.server/connect-stopped-target.c: New file.
18448 * gdb.server/connect-stopped-target.exp: New file.
18449
18450 2015-08-20 Pedro Alves <palves@redhat.com>
18451
18452 * gdb.dwarf2/comp-unit-lang.exp: New file.
18453 * gdb.dwarf2/comp-unit-lang.c: New file.
18454
18455 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
18456
18457 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
18458 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
18459
18460 2015-08-19 Kevin Buettner <kevinb@redhat.com>
18461
18462 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
18463 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
18464
18465 2015-08-18 Doug Evans <dje@google.com>
18466 Adrian Sendroiu <adrian.sendroiu@freescale.com>
18467
18468 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
18469 skip_python_tests. New arg prompt_regexp.
18470 (skip_python_tests): New function.
18471 * lib/mi-support.exp (mi_skip_python_tests): New function.
18472 * gdb.python/py-mi-objfile-gdb.py: New file.
18473 * gdb.python/py-mi-objfile.c: New file.
18474 * gdb.python/py-mi-objfile.exp: New file.
18475
18476 2015-08-17 Keith Seitz <keiths@redhat.com>
18477
18478 * gdb.linespec/explicit.exp: Move strace test from here ...
18479 * gdb.trace/strace.exp: ... to here.
18480
18481 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
18482
18483 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
18484 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
18485
18486 2015-08-14 Doug Evans <xdje42@gmail.com>
18487
18488 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
18489 inferior before selecting a new file.
18490
18491 2015-08-14 Doug Evans <xdje42@gmail.com>
18492
18493 * gdb.mi/mi-disassemble.exp: Update.
18494 * gdb.base/disasm-optim.S: New file.
18495 * gdb.base/disasm-optim.c: New file.
18496 * gdb.base/disasm-optim.h: New file.
18497 * gdb.base/disasm-optim.exp: New file.
18498
18499 2015-08-14 Keith Seitz <keiths@redhat.com>
18500
18501 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
18502 "evaluated-by".
18503
18504 2015-08-13 Joel Brobecker <brobecker@adacore.com>
18505
18506 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
18507
18508 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
18509
18510 * gdb.ada/fun_renaming.exp: New testcase.
18511 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
18512 * gdb.ada/fun_renaming/pack.adb: New file.
18513 * gdb.ada/fun_renaming/pack.ads: New file.
18514
18515 2015-08-12 Keith Seitz <keiths@redhat.com>
18516
18517 * gdb.base/dso2dso.exp: Pass basename of source file in call to
18518 gdb_get_line_number.
18519
18520 2015-08-12 Joel Brobecker <brobecker@adacore.com>
18521
18522 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
18523 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
18524 gdb.base/dso2dso.exp: New files.
18525
18526 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
18527 Pedro Alves <palves@redhat.com>
18528 Keith Seitz <keiths@redhat.com>
18529
18530 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
18531 GDBFLAGS.
18532
18533 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18534
18535 * gdb.base/gdbhistsize-history.exp
18536 (test_histsize_history_setting): Use save_vars.
18537 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18538 Use save_vars.
18539 (test_no_truncation_of_unlimited_history_file): Use save_vars.
18540 * gdb.base/readline.exp: Use save_vars.
18541
18542 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18543
18544 * lib/gdb.exp (save_vars): New proc.
18545
18546 2015-08-11 Keith Seitz <keiths@redhat.com>
18547
18548 * gdb.base/help.exp: Update help_breakpoint_text.
18549
18550 2015-08-11 Keith Seitz <keiths@redhat.com>
18551
18552 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
18553 (at toplevel): Call test_explicit_breakpoints.
18554 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
18555 breakpoints.
18556 * lib/mi-support.exp (mi_make_breakpoint): Add support for
18557 breakpoint conditions, "-cond".
18558
18559 2015-08-11 Keith Seitz <keiths@redhat.com>
18560
18561 * gdb.linespec/3explicit.c: New file.
18562 * gdb.linespec/cpexplicit.cc: New file.
18563 * gdb.linespec/cpexplicit.exp: New file.
18564 * gdb.linespec/explicit.c: New file.
18565 * gdb.linespec/explicit.exp: New file.
18566 * gdb.linespec/explicit2.c: New file.
18567 * gdb.linespec/ls-errs.exp: Add explicit location tests.
18568 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
18569 before using in the matching pattern.
18570 Clarify that `prefix' is a regular expression.
18571
18572 2015-08-11 Keith Seitz <keiths@redhat.com>
18573
18574 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
18575 test.
18576 Add tests for missing ",FMT" and ",".
18577
18578 2015-08-10 Doug Evans <dje@google.com>
18579 Keith Seitz <keiths@redhat.com>
18580
18581 PR gdb/17960
18582 * gdb.base/completion.exp: Add location completer tests.
18583
18584 2015-08-07 Pedro Alves <palves@redhat.com>
18585
18586 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
18587 tests here.
18588 (top level): Run do_test with and without displaced stepping.
18589
18590 2015-08-07 Pedro Alves <palves@redhat.com>
18591
18592 * gdb.base/valgrind-disp-step.c: New file.
18593 * gdb.base/valgrind-disp-step.exp: New file.
18594
18595 2015-08-07 Pedro Alves <palves@redhat.com>
18596
18597 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
18598 Delete function.
18599 (main): Add alarm. Run an infinite loop instead of calling
18600 wait_threads.
18601 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
18602 comment.
18603 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
18604 Delete function.
18605 (main): Add alarm. Run an infinite loop instead of calling
18606 wait_threads.
18607 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
18608 comment.
18609
18610 2015-08-07 Pedro Alves <palves@redhat.com>
18611
18612 * gdb.base/checkpoint-ns.exp: New file.
18613 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
18614 standard_testfile.
18615
18616 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
18617
18618 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
18619 * gdb.btrace/instruction_history.exp: Update.
18620 * gdb.btrace/tsx.exp: New.
18621 * gdb.btrace/tsx.c: New.
18622
18623 2015-08-06 Pedro Alves <palves@redhat.com>
18624
18625 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
18626 increase timeout.
18627 * gdb.reverse/until-precsave.exp: Bump timeouts.
18628
18629 2015-08-06 Pedro Alves <palves@redhat.com>
18630
18631 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
18632
18633 2015-08-06 Pedro Alves <palves@redhat.com>
18634
18635 PR gdb/18749
18636 * gdb.threads/process-dies-while-handling-bp.c: New file.
18637 * gdb.threads/process-dies-while-handling-bp.exp: New file.
18638
18639 2015-08-06 Pedro Alves <palves@redhat.com>
18640
18641 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
18642 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
18643
18644 2015-08-05 Pedro Alves <palves@redhat.com>
18645
18646 * gdb.threads/next-while-other-thread-longjmps.c: New file.
18647 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
18648
18649 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
18650
18651 * gdb.base/bp-permanent.exp: Report test as unsupported if
18652 the target cannot stop at the permanent breakpoint.
18653
18654 2015-08-03 Doug Evans <dje@google.com>
18655
18656 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
18657 10000.
18658
18659 2015-08-03 Doug Evans <dje@google.com>
18660
18661 * Makefile.in (workers/%.worker, build-perf): New rule.
18662 (GDB_PERFTEST_MODE): New variable.
18663 (check-perf): Use it.
18664 (clean): Clean up gdb.perf parallel build subdirs.
18665 * lib/build-piece.exp: New file.
18666 * lib/gdb.exp (make_gdb_parallel_path): New function
18667 (standard_output_file, standard_temp_file): Call it.
18668 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18669 of $GDB_PARALLEL.
18670 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
18671
18672 2015-08-03 Doug Evans <dje@google.com>
18673
18674 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
18675 (LOG_FILE_NAME): New global.
18676 (TextReporter.__init__): Initialize self.txt_sum.
18677 (TextReporter.report): Add support for multiple data-points.
18678 Move report to perftest.sum, put raw data in perftest.log.
18679 (TextReporter.start): Open sum and log files.
18680 (TextReporter.end): Close sum and log files.
18681 * gdb.perf/lib/perftest/testresult.py
18682 (SingleStatisticTestResult.record): Handle multiple data-points.
18683
18684 2015-07-31 Pedro Alves <palves@redhat.com>
18685
18686 * gdb.base/attach-pie-misread.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 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
18690 returning a spawn id instead of a pid. Use spawn_id_get_pid and
18691 kill_wait_spawned_process.
18692 * gdb.base/attach-twice.exp: Likewise.
18693 * gdb.base/attach.exp: Likewise.
18694 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
18695 gdb_test_multiple.
18696 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
18697 returning a spawn id instead of a pid. Use spawn_id_get_pid and
18698 kill_wait_spawned_process.
18699 * gdb.base/valgrind-infcall.exp: Likewise.
18700 * gdb.multi/multi-attach.exp: Likewise.
18701 * gdb.python/py-prompt.exp: Likewise.
18702 * gdb.python/py-sync-interp.exp: Likewise.
18703 * gdb.server/ext-attach.exp: Likewise.
18704 * gdb.threads/attach-into-signal.exp (corefunc): Use
18705 spawn_wait_for_attach, spawn_id_get_pid and
18706 kill_wait_spawned_process.
18707 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
18708 spawn_wait_for_attach returning a spawn id instead of a pid. Use
18709 spawn_id_get_pid and kill_wait_spawned_process.
18710 * gdb.threads/attach-stopped.exp (corefunc): Use
18711 spawn_wait_for_attach, spawn_id_get_pid and
18712 kill_wait_spawned_process.
18713 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
18714 Use spawn_id_get_pid. Wait for spawn id after eof. Use
18715 kill_wait_spawned_process instead of explicit "kill -9".
18716 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
18717 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
18718 (spawn_wait_for_attach): Use spawn instead of exec to spawn
18719 processes. Don't map cygwin/windows pids here. Now returns a
18720 spawn id list.
18721
18722 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18723
18724 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
18725 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
18726 correct patch.
18727
18728 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18729
18730 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
18731
18732 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18733
18734 Reapply:
18735 2014-05-21 Mark Wielaard <mjw@redhat.com>
18736
18737 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18738
18739 2015-07-30 Pedro Alves <palves@redhat.com>
18740
18741 * linux-low.c (handle_extended_wait): Set the child's last
18742 reported status to TARGET_WAITKIND_STOPPED.
18743
18744 2015-07-30 Pedro Alves <palves@redhat.com>
18745
18746 PR threads/18600
18747 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
18748 only shows inferior 1.
18749
18750 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
18751 Pedro Alves <palves@redhat.com>
18752
18753 PR threads/18600
18754 * gdb.threads/fork-plus-threads.c: New file.
18755 * gdb.threads/fork-plus-threads.exp: New file.
18756
18757 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18758
18759 * gdb.base/batch-preserve-term-settings.exp
18760 (test_terminal_settings_preserved_after_cli_exit): Use
18761 send_quit_command.
18762
18763 2015-07-29 Pedro Alves <palves@redhat.com>
18764 Don Breazeal <donb@codesourcery.com>
18765
18766 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
18767 output from both inferior_spawn_id and gdb_spawn_id.
18768
18769 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
18770
18771 * gdb.threads/attach-into-signal.exp (corefunc): Use
18772 with_test_prefix on nested loops, uniquefying the test messages.
18773
18774 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
18775
18776 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
18777 commit.
18778
18779 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18780
18781 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
18782 New proc.
18783 (test_terminal_settings_preserved_after_sigterm): New test.
18784
18785 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18786
18787 * gdb.base/batch-preserve-term-settings.exp
18788 (test_terminal_settings_preserved_after_cli_exit): New test.
18789
18790 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18791
18792 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
18793 manipulation of saved_gdbflags.
18794 (test_terminal_settings_preserved): Remove global declaration of
18795 the unused variable pagination_prompt. Remove manipulation of
18796 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
18797 GDBFLAGS.
18798
18799 2015-07-29 Pedro Alves <palves@redhat.com>
18800
18801 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
18802
18803 2015-07-29 Pedro Alves <palves@redhat.com>
18804
18805 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
18806 at the top.
18807
18808 2015-07-29 Pedro Alves <palves@redhat.com>
18809
18810 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
18811 (main): Call gdb_unbuffer_output.
18812 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
18813 (main): Call gdb_unbuffer_output.
18814 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
18815 (main): Call gdb_unbuffer_output.
18816 * gdb.base/call-strs.exp: Adjust to step over the
18817 gdb_unbuffer_output call.
18818 * gdb.base/catch-gdb-caused-signals.c: Include
18819 "../lib/unbuffer_output.c".
18820 (main): Call gdb_unbuffer_output.
18821 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
18822 (main): Call gdb_unbuffer_output.
18823 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
18824 (main): Call gdb_unbuffer_output.
18825 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
18826 (main): Call gdb_unbuffer_output.
18827 * gdb.base/shlib-call.exp: Adjust to step over the
18828 gdb_unbuffer_output call.
18829 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
18830 (main): Call gdb_unbuffer_output.
18831 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
18832 (main): Call gdb_unbuffer_output.
18833 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
18834 (main): Rename to ...
18835 (test): ... this.
18836 (main): Reimplement.
18837 * gdb.base/varargs.exp: Run to test instead of to main.
18838 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
18839 (main): Call gdb_unbuffer_output.
18840
18841 2015-07-29 Pedro Alves <palves@redhat.com>
18842
18843 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
18844 factore out from mi_continue_dprintf. For call-style dprintfs,
18845 expect dprintf output out of $inferior_spawn_id.
18846 (mi_continue_dprintf): Use mi_expect_dprintf.
18847 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
18848 (main): Call gdb_unbuffer_output.
18849
18850 2015-07-29 Pedro Alves <palves@redhat.com>
18851
18852 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
18853 (default_mi_gdb_start): Set inferior_spawn_id instead of
18854 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
18855 gdb_spawn_id.
18856 (mi_gdb_test): Always expect inferior output from both
18857 $inferior_spawn_id and $gdb_spawn_id.
18858
18859 2015-07-29 Pedro Alves <palves@redhat.com>
18860
18861 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
18862 send_inferior and $inferior_spawn_id.
18863
18864 2015-07-29 Pedro Alves <palves@redhat.com>
18865
18866 * gdb.gdb/complaints.exp (test_initial_complaints)
18867 (test_serial_complaints, test_short_complaints): Use
18868 gdb_test_stdio.
18869 (test_empty_complaint): Handle $inferior_spawn_id !=
18870 $gdb_spawn_id.
18871
18872 2015-07-29 Pedro Alves <palves@redhat.com>
18873
18874 * gdb.base/varargs.exp: Use gdb_test_stdio.
18875
18876 2015-07-29 Pedro Alves <palves@redhat.com>
18877
18878 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
18879
18880 2015-07-29 Pedro Alves <palves@redhat.com>
18881
18882 * gdb.base/ending-run.exp: Use gdb_test_stdio.
18883
18884 2015-07-29 Pedro Alves <palves@redhat.com>
18885
18886 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
18887 parameter into two new parameters, "inf_result" and "gdb_result".
18888 Expect inferior output and gdb output from $inferior_spawn_id and
18889 $gdb_spawn_id, respectively. Adjust all callers.
18890
18891 2015-07-29 Pedro Alves <palves@redhat.com>
18892
18893 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
18894 of gdb_test_sequence.
18895
18896 2015-07-29 Pedro Alves <palves@redhat.com>
18897
18898 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
18899 (saw_spurious_output): Expect inferior output from
18900 $inferior_spawn_id. Use gdb_test_stdio.
18901
18902 2015-07-29 Pedro Alves <palves@redhat.com>
18903
18904 * gdb.base/dprintf.exp: Use standard_testfile. Change
18905 prepare_for_testing call.
18906 (srcfile): Don't set.
18907 (restart): New procedure.
18908 (test_dprintf): New procecure, use to continue over dprintfs.
18909 (test_call, test_agent): New procedures, tests moved here.
18910 Restart gdb and recreate dprintfs. Adjust expected output.
18911
18912 2015-07-29 Pedro Alves <palves@redhat.com>
18913
18914 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
18915
18916 2015-07-29 Pedro Alves <palves@redhat.com>
18917
18918 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
18919
18920 2015-07-29 Pedro Alves <palves@redhat.com>
18921
18922 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
18923 gdb_test_stdio.
18924
18925 2015-07-29 Pedro Alves <palves@redhat.com>
18926
18927 * lib/gdb.exp (gdb_test_stdio): New procedure.
18928
18929 2015-07-29 Pedro Alves <palves@redhat.com>
18930
18931 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
18932
18933 2015-07-29 Pedro Alves <palves@redhat.com>
18934
18935 * gdb.base/call-signal-resume.exp: Remove check for
18936 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
18937 * gdb.base/unwindonsignal.exp: Likewise.
18938 * gdb.base/call-signals.c (gen_signal): Remove printf call.
18939 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
18940
18941 2015-07-29 Pedro Alves <palves@redhat.com>
18942
18943 * gdb.base/siginfo-addr.c (pass): New function.
18944 (handler): Call it iff si_addr is correct.
18945 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
18946 Set a breakpoint at "pass" and continue to it.
18947
18948 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
18949
18950 * gdb.python/py-objfile.exp: Make some tests have unique names.
18951 * gdb.python/py-pp-registration.exp: Likewise.
18952
18953 2015-07-28 Pedro Alves <palves@redhat.com>
18954
18955 * gdb.server/server-exec-info.exp: Issue a "disconnect".
18956
18957 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
18958
18959 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
18960
18961 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
18962
18963 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
18964
18965 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
18966
18967 * gdb.base/gdb-sigterm-2.exp: New test.
18968
18969 2015-07-25 Doug Evans <xdje42@gmail.com>
18970
18971 Revert:
18972 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
18973 (workers/%.worker, build-perf): New rule.
18974 (GDB_PERFTEST_MODE): New variable.
18975 (check-perf): Use it.
18976 (clean): Clean up gdb.perf parallel build subdirs.
18977 * lib/build-piece.exp: New file.
18978 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
18979 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
18980 name.
18981 (standard_temp_file): Ditto.
18982 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18983 of $GDB_PARALLEL.
18984
18985 2015-07-24 Doug Evans <dje@google.com>
18986
18987 * gdb.perf/lib/perftest/utils.py: New file.
18988 * gdb.perf/gm-hello.cc: New file.
18989 * gdb.perf/gm-pervasive-typedef.cc: New file.
18990 * gdb.perf/gm-pervasive-typedef.h: New file.
18991 * gdb.perf/gm-std.cc: New file.
18992 * gdb.perf/gm-std.h: New file.
18993 * gdb.perf/gm-use-cerr.cc: New file.
18994 * gdb.perf/gm-utils.h: New file.
18995 * gdb.perf/gmonster-null-lookup.py: New file.
18996 * gdb.perf/gmonster-pervasive-typedef.py: New file.
18997 * gdb.perf/gmonster-print-cerr.py: New file.
18998 * gdb.perf/gmonster-ptype-string.py: New file.
18999 * gdb.perf/gmonster-runto-main.py: New file.
19000 * gdb.perf/gmonster-select-file.py: New file.
19001 * gdb.perf/gmonster1-null-lookup.exp: New file.
19002 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
19003 * gdb.perf/gmonster1-print-cerr.exp: New file.
19004 * gdb.perf/gmonster1-ptype-string.exp: New file.
19005 * gdb.perf/gmonster1-runto-main.exp: New file.
19006 * gdb.perf/gmonster1-select-file.exp: New file.
19007 * gdb.perf/gmonster1.cc: New file.
19008 * gdb.perf/gmonster1.exp: New file.
19009 * gdb.perf/gmonster2-null-lookup.exp: New file.
19010 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
19011 * gdb.perf/gmonster2-print-cerr.exp: New file.
19012 * gdb.perf/gmonster2-ptype-string.exp: New file.
19013 * gdb.perf/gmonster2-runto-main.exp: New file.
19014 * gdb.perf/gmonster2-select-file.exp: New file.
19015 * gdb.perf/gmonster2.cc: New file.
19016 * gdb.perf/gmonster2.exp: New file.
19017
19018 2015-07-24 Doug Evans <dje@google.com>
19019
19020 * gdb.perf/README: New file.
19021 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
19022 * lib/gen-perf-test.exp: New file.
19023
19024 2015-07-24 Doug Evans <dje@google.com>
19025
19026 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
19027 (PerfTest::startup): New function.
19028 (PerfTest::run): Return result of calling body.
19029 (PerfTest::assemble): Rewrite.
19030 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
19031 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
19032 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
19033 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
19034 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
19035
19036 2015-07-24 Doug Evans <dje@google.com>
19037
19038 * lib/gdb.exp (clean_restart): Make executable optional.
19039
19040 2015-07-24 Doug Evans <dje@google.com>
19041
19042 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
19043 compiler_info references.
19044 * gdb.cp/temargs.exp: Ditto.
19045 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
19046 (get_compiler_info): Early exit if already computed. Set compiler_info
19047 to "unknown" if there was a problem.
19048 (test_compiler_info): Add function comment. Call get_compiler_info.
19049
19050 2015-07-24 Doug Evans <dje@google.com>
19051
19052 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19053 (workers/%.worker, build-perf): New rule.
19054 (GDB_PERFTEST_MODE): New variable.
19055 (check-perf): Use it.
19056 (clean): Clean up gdb.perf parallel build subdirs.
19057 * lib/build-piece.exp: New file.
19058 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19059 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19060 name.
19061 (standard_temp_file): Ditto.
19062 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19063 of $GDB_PARALLEL.
19064
19065 2015-07-24 Doug Evans <dje@google.com>
19066
19067 * lib/future.exp (gdb_default_target_compile): New option
19068 "early_flags".
19069 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
19070 --as-needed.
19071
19072 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
19073
19074 * gdb.base/catch-syscall.exp: Call gdb_exit before
19075 gdb_skip_xml_test.
19076
19077 2015-07-24 Pedro Alves <palves@redhat.com>
19078
19079 * gdb.python/py-events.exp: Accept output between the stop event
19080 and the prompt.
19081 * gdb.python/py-evsignal.exp: Likewise.
19082 * gdb.python/py-evthreads.exp: Likewise.
19083
19084 2015-07-24 Pedro Alves <palves@redhat.com>
19085
19086 PR gdb/18717
19087 * gdb.threads/non-ldr-exit.c: New file.
19088 * gdb.threads/non-ldr-exit.exp: New file.
19089
19090 2015-07-24 Yao Qi <yao.qi@linaro.org>
19091
19092 * gdb.server/ext-wrapper.exp: Test --wrapper option when
19093 restarting process.
19094
19095 2015-07-24 Yao Qi <yao.qi@linaro.org>
19096
19097 * gdb.server/ext-restart.exp: New file.
19098
19099 2015-07-24 Yao Qi <yao.qi@linaro.org>
19100
19101 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
19102 argument options.
19103 * gdb.server/ext-wrapper.exp: New file.
19104
19105 2015-07-23 Doug Evans <dje@google.com>
19106
19107 * gdb.dwarf2/dw2-dummy-cu.S: New file.
19108 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
19109
19110 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
19111
19112 * gdb.ada/var_arr_typedef.exp: New testcase.
19113 * gdb.ada/var_arr_typedef/pack.adb: New file.
19114 * gdb.ada/var_arr_typedef/pack.ads: New file.
19115 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
19116
19117 2015-07-20 Joel Brobecker <brobecker@adacore.com>
19118
19119 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
19120
19121 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19122
19123 * gdb.arch/i386-biarch-core.exp: Replace istarget
19124 by "complete set gnutarget". Remove expectation for the "core-file"
19125 command.
19126
19127 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
19128
19129 Revert the previous commit:
19130 Tests for validate symbol file using build-id.
19131
19132 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
19133
19134 Tests for validate symbol file using build-id.
19135 * gdb.base/solib-mismatch-lib.c: New file.
19136 * gdb.base/solib-mismatch-libmod.c: New file.
19137 * gdb.base/solib-mismatch.c: New file.
19138 * gdb.base/solib-mismatch.exp: New file.
19139
19140 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
19141
19142 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
19143 nios2-*-linux*.
19144 * gdb.base/sigbpt.exp (stepi_out): Likewise.
19145 * gdb.base/siginfo.exp: Likewise.
19146 * gdb.base/sigstep.exp (advance, advancei): Likewise.
19147
19148 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
19149
19150 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
19151 Move it to ...
19152 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
19153 ... here.
19154 * gdb.trace/range-stepping.exp: Check that the target supports
19155 range stepping.
19156
19157 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19158
19159 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
19160
19161 2015-07-14 Pedro Alves <palves@redhat.com>
19162
19163 * gdb.base/killed-outside.exp: New file.
19164 * gdb.base/killed-outside.c: New file.
19165
19166 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
19167
19168 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
19169 (n at main): New.
19170 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
19171
19172 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19173
19174 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
19175 infcall tests instead of setting up for KFAIL.
19176
19177 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
19178
19179 * gdb.btrace/record_goto-step.exp: New.
19180
19181 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
19182
19183 PR compile/18484
19184 * gdb.compile/compile.c (struct struct_type): Add volatile to
19185 selffield's type.
19186 * gdb.compile/compile.exp
19187 (compile code struct_object.selffield = &struct_object): Skip further
19188 struct_object tests if this one xfails.
19189
19190 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
19191
19192 PR exp/18617
19193 * gdb.trace/ax.exp: Add test.
19194
19195 2015-07-07 Yao Qi <yao.qi@linaro.org>
19196
19197 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
19198 instead of istarget "aarch64*-*-*".
19199 * gdb.arch/aarch64-fp.exp: Likewise.
19200 * gdb.base/float.exp: Likewise.
19201 * gdb.reverse/aarch64.exp: Likewise.
19202 * lib/gdb.exp (is_aarch64_target): New proc.
19203
19204 2015-07-07 Yao Qi <yao.qi@linaro.org>
19205
19206 * lib/gdb.exp (is_aarch32_target): New proc.
19207 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
19208 instead of "istarget "arm*-*-*"".
19209 * gdb.arch/arm-disp-step.exp: Likewise.
19210 * gdb.arch/thumb-bx-pc.exp: Likewise.
19211 * gdb.arch/thumb-prologue.exp: Likewise.
19212 * gdb.arch/thumb-singlestep.exp: Likewise.
19213 * gdb.base/disp-step-syscall.exp: Likewise.
19214 * gdb.base/float.exp: Likewise.
19215
19216 2015-07-07 Yao Qi <yao.qi@linaro.org>
19217
19218 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
19219 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
19220
19221 2015-07-07 Yao Qi <yao.qi@linaro.org>
19222
19223 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
19224 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
19225 if it exists.
19226 * gdb.multi/multi-arch.exp: Likewise.
19227
19228 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
19229
19230 * gdb.python/py-lazy-string.exp: Add missing parentheses to
19231 print.
19232
19233 2015-07-07 Yao Qi <yao.qi@linaro.org>
19234
19235 * gdb.arch/thumb-singlestep.exp: Do one more single step.
19236
19237 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
19238
19239 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
19240 '[' and ']' characters.
19241
19242 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
19243
19244 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
19245
19246 2015-06-29 Pedro Alves <palves@redhat.com>
19247
19248 PR threads/18127
19249 * gdb.threads/hand-call-new-thread.c: New file.
19250 * gdb.threads/hand-call-new-thread.c: New file.
19251
19252 2015-06-26 Keith Seitz <keiths@redhat.com>
19253 Doug Evans <dje@google.com>
19254
19255 PR 16253
19256 * gdb.cp/var-tag-2.cc: New file.
19257 * gdb.cp/var-tag-3.cc: New file.
19258 * gdb.cp/var-tag-4.cc: New file.
19259 * gdb.cp/var-tag.cc: New file.
19260 * gdb.cp/var-tag.exp: New file.
19261
19262 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19263
19264 * gdb.base/history-duplicates.exp: New test.
19265
19266 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19267
19268 * gdb.base/completion.exp: Test the completion of the "focus"
19269 command.
19270
19271 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19272
19273 * gdb.arch/amd64-prologue-skip.S: New file.
19274 * gdb.arch/amd64-prologue-skip.exp: New file.
19275
19276 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
19277
19278 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
19279 is_address_zero_readable check.
19280
19281 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
19282
19283 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
19284 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
19285
19286 2015-06-24 Yao Qi <yao.qi@linaro.org>
19287
19288 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
19289 linux targets.
19290
19291 2015-06-24 Yao Qi <yao.qi@linaro.org>
19292
19293 * lib/gdb.exp (supports_get_siginfo_type): New proc.
19294 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
19295 * gdb.base/siginfo-thread.exp: Likewise.
19296
19297 2015-06-22 Yao Qi <yao.qi@linaro.org>
19298
19299 * boards/remote-gdbserver-on-localhost.exp: Add comments.
19300
19301 2015-06-22 Yao Qi <yao.qi@linaro.org>
19302
19303 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
19304 aarch64*-*-*.
19305 (skip_hw_watchpoint_tests): Likewise.
19306
19307 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
19308
19309 * gdb.base/gdbinit-history.exp: Test the interaction between
19310 setting GDBHISTSIZE and setting the history size via .gdbinit.
19311
19312 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19313
19314 PR gdb/16999
19315 * gdb.base/gdbhistsize-history.exp: New test.
19316
19317 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19318
19319 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
19320 with GDBHISTSIZE.
19321 * gdb.base/readline.exp: Likewise.
19322
19323 2015-06-17 Yao Qi <yao.qi@linaro.org>
19324
19325 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
19326 line.
19327
19328 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19329
19330 * gdb.base/gdbinit-history.exp: Add test case to check that
19331 an unlimited history file does not get truncated on exit.
19332
19333 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19334
19335 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
19336 (VECTOR): New macro. Use it...
19337 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
19338 ...for these typedefs.
19339 (int8, char1, int1, double1): New typedefs.
19340 (struct just_int2, struct two_int2): New structures.
19341 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
19342 (add_structvecs, add_singlevecs): New functions.
19343 (main): Call add_some_intvecs twice.
19344 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
19345 the compile and exit upon failure. Try compiling for the "native"
19346 architecture. Test inferior function calls with vector arguments
19347 and vector return value handling with "finish" and "return".
19348
19349 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
19350
19351 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
19352 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
19353 PE file.
19354 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
19355
19356 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
19357
19358 PR breakpoints/16465
19359 * gdb.mi/mi-dprintf-pending.c: New file.
19360 * gdb.mi/mi-dprintf-pending.exp: New test.
19361 * gdb.mi/mi-dprintf-pendshr.c: New file.
19362
19363 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19364 Mircea Gherzan <mircea.gherzan@intel.com>
19365
19366 * gdb.arch/i386-mpx-map.c: New file.
19367 * gdb.arch/i386-mpx-map.exp: New File.
19368
19369 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19370
19371 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
19372 * gdb.arch/i386-mpx.exp: Indentation fixed.
19373
19374 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19375
19376 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
19377 function and improved indentation.
19378 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
19379 gdb_test_multiple. Added additional tests to skip the test.
19380
19381 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19382
19383 * gdb.arch/i386-avx512.c: Change path in include file.
19384 * gdb.arch/i386-avx512.exp: Change include dir path
19385 compilation flag.
19386 * gdb.arch/i386-mpx.c: Change path in include file.
19387 * gdb.arch/i386-mpx.exp: Change include dir path compilation
19388 flag.
19389
19390 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
19391
19392 * gdb.compile/compile-print.exp (compile print *vararray@3)
19393 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
19394
19395 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19396
19397 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
19398 (do not keep jit in memory): ... this.
19399 (expect 5): Change it to ...
19400 (expect no 5): ... this.
19401
19402 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
19403
19404 PR gdb/15564
19405 * gdb.mi/mi-detach.exp: New file.
19406
19407 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
19408
19409 PR symtab/18392
19410 * gdb.arch/amd64-tailcall-self.S: New file.
19411 * gdb.arch/amd64-tailcall-self.c: New file.
19412 * gdb.arch/amd64-tailcall-self.exp: New file.
19413
19414 2015-05-28 Don Breazeal <donb@codesourcery.com>
19415
19416 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
19417 tests for remote targets by checking is_target_gdbserver.
19418
19419 2015-05-27 Doug Evans <dje@google.com>
19420
19421 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
19422 * gdb.dwarf2/opaque-type-lookup.c: New file.
19423 * gdb.dwarf2/opaque-type-lookup.exp: New file.
19424
19425 2015-05-26 Doug Evans <dje@google.com>
19426
19427 * gdb.cp/iostream.cc: New file.
19428 * gdb.cp/iostream.exp: New file.
19429
19430 2015-05-26 Doug Evans <dje@google.com>
19431
19432 * gdb.dwarf2/dw2-op-call.exp: Update.
19433 * gdb.dwarf2/dw4-sig-types.exp: Update.
19434 * gdb.dwarf2/implptr.exp: Update.
19435 * gdb.mi/mi-cmd-param-changed.exp: Update.
19436
19437 2015-05-26 Doug Evans <dje@google.com>
19438
19439 * gdb.python/py-lazy-string.c: New file.
19440 * gdb.python/py-lazy-string.exp: New file.
19441 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
19442 (main): Update. Add estring3.
19443 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
19444 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
19445
19446 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19447 Yao Qi <yao.qi@linaro.org>
19448
19449 * gdb.reverse/aarch64.c: New.
19450 * gdb.reverse/aarch64.exp: New.
19451
19452 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19453
19454 * lib/gdb.exp (supports_process_record): Return true for
19455 aarch64*-linux*.
19456 (supports_reverse): Likewise.
19457
19458 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
19459
19460 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19461 Use with_test_prefix.
19462
19463 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
19464
19465 * gdb.base/completion.exp: Add test for completion of layout
19466 names.
19467
19468 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
19469
19470 * lib/gdb.exp (skip_tui_tests): New proc.
19471 * gdb.base/tui-layout.exp: Check skip_tui_tests.
19472
19473 2015-05-19 Pedro Alves <palves@redhat.com>
19474
19475 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19476 Save the whole env array instead of just HOME. Unset HISTSIZE in
19477 the environment while testing. Restore whole environment
19478 afterwards.
19479
19480 2015-05-16 Doug Evans <xdje42@gmail.com>
19481
19482 * gdb.guile/scm-ports.c: New file.
19483 * gdb.guile/scm-ports.exp: Add memory port tests.
19484
19485 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19486
19487 * gdb.compile/compile-print.c: New file.
19488 * gdb.compile/compile-print.exp: New file.
19489
19490 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19491
19492 * gdb.compile/compile-ops.exp: Cast param to void.
19493 * gdb.compile/compile.exp: Complete type for _gdb_expr.
19494 (compile code struct_object.selffield = &struct_object): Add xfail.
19495
19496 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19497
19498 * gdb.ada/arr_enum_with_gap: New testcase.
19499
19500 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19501
19502 * gdb.ada/byte_packed_arr: New testcase.
19503
19504 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19505
19506 * gdb.ada/pckd_neg: New testcase.
19507
19508 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
19509
19510 PR gdb/17820
19511 * gdb.base/gdbinit-history.exp: New test.
19512 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
19513 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
19514
19515 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
19516
19517 * gdb.python/py-xmethods.cc: Enhance test case.
19518 * gdb.python/py-xmethods.exp: New tests.
19519 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
19520 function.
19521 (B_indexoper): Likewise.
19522 (global_dm_list) : Add new xmethod worker functions.
19523
19524 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
19525
19526 * gdb.base/coredump-filter.exp: Correctly unset
19527 "coredump_var_addr" array.
19528
19529 2015-05-08 Pedro Alves <palves@redhat.com>
19530
19531 * gdb.server/non-existing-program.exp: Unset spawn_id.
19532
19533 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
19534
19535 PR python/18291
19536 * gdb.python/py-xmethods.exp: Add tests.
19537
19538 2015-05-08 Yao Qi <yao.qi@linaro.org>
19539
19540 PR gdb/18208
19541 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
19542 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
19543 function set_coredump_filter, and remove remote_exec call.
19544 Remove argument ipid. Callers update.
19545 (top level): Don't get inferior's PID.
19546
19547 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
19548
19549 * gdb.base/watch_thread_num.exp: Skip test on targets without
19550 access watchpoints.
19551
19552 2015-05-06 Pedro Alves <palves@redhat.com>
19553
19554 PR server/18081
19555 * gdb.server/non-existing-program.exp: New file.
19556
19557 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19558
19559 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
19560
19561 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19562
19563 * gdb.ada/out_of_line_in_inlined: New testcase.
19564
19565 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19566
19567 * gdb.ada/var_rec_arr: New testcase.
19568
19569 2015-04-30 Yao Qi <yao.qi@linaro.org>
19570
19571 * gdb.base/break-idempotent.exp: If
19572 skip_hw_watchpoint_multi_tests returns true, skip the tests
19573 on "rwatch" and "awatch".
19574
19575 2015-04-30 Yao Qi <yao.qi@linaro.org>
19576
19577 * gdb.base/relativedebug.exp: Invoke gdb command
19578 "info sharedlibrary", and if libc.so doesn't have debug info,
19579 skip the test.
19580
19581 2015-04-29 Doug Evans <dje@google.com>
19582
19583 * gdb.python/py-xmethods.exp: Add ptype tests.
19584 * gdb.python/py-xmethods.py (E_method_char_worker): Add
19585 get_result_type method.
19586
19587 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
19588
19589 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
19590 the target does not support hardware watchpoints.
19591
19592 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
19593
19594 * gdb.base/break-always.exp: Abort testing if writing to memory
19595 causes an error.
19596
19597 2015-04-28 Doug Evans <dje@google.com>
19598
19599 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
19600 * gdb.python/py-pp-registration.exp: ... here. New file.
19601 * gdb.python/py-pp-registration.c: New file.
19602 * gdb.python/py-pp-registration.py: New file.
19603
19604 2015-04-28 Doug Evans <dje@google.com>
19605
19606 * gdb.python/py-bad-printers.c: New file.
19607 * gdb.python/py-bad-printers.py: New file.
19608 * gdb.python/py-bad-printers.exp: New file.
19609
19610 2015-04-28 Sasha Smundak <asmundak@google.com>
19611
19612 * gdb.python/py-type.exp: New test.
19613
19614 2015-04-28 Andy Wingo <wingo@igalia.com>
19615
19616 * gdb.python/py-parameter.exp:
19617 * gdb.guile/scm-parameter.exp: Escape the path that we are
19618 matching against, as it might contain characters that are special
19619 to regular expressions.
19620
19621 2015-04-27 Joel Brobecker <brobecker@adacore.com>
19622
19623 * gdb.ada/rec_comp: New testcase.
19624
19625 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
19626
19627 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
19628 before using it.
19629
19630 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
19631
19632 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
19633 new tests for verilog output.
19634
19635 2015-04-24 Yao Qi <yao.qi@linaro.org>
19636
19637 * boards/remote-gdbserver-on-localhost.exp: New file.
19638
19639 2015-04-23 Pedro Alves <palves@redhat.com>
19640
19641 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
19642 $inferior_spawn_id instead of $inferior_spawn_id directly. On
19643 "end of file", remove $inferior_spawn_id from the indirect list.
19644
19645 2015-04-23 Pedro Alves <palves@redhat.com>
19646
19647 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
19648
19649 2015-04-23 Pedro Alves <palves@redhat.com>
19650
19651 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
19652 on $any_spawn_id instead of only on $gdb_spawn_id.
19653
19654 2015-04-21 Pierre Muller <muller@sourceware.org>
19655
19656 PR pascal/17815
19657 * lib/pascal.exp (gpc_compile): Add new option "class".
19658 (fpc_compile): Likewise.
19659 * gdb.pascal/case-insensitive-symbols.pas: New file.
19660 * gdb.pascal/case-insensitive-symbols.exp: New file.
19661
19662 2015-04-20 Gary Benson <gbenson@redhat.com>
19663
19664 * gdb.base/attach.exp: Fix three extended remote failures.
19665
19666 2015-04-17 Gary Benson <gbenson@redhat.com>
19667
19668 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
19669 the main executable over the remote protocol.
19670
19671 2015-04-16 Pedro Alves <palves@redhat.com>
19672
19673 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
19674 a new gdbserver if gdbserver_reconnect_p is set.
19675
19676 2015-04-16 Pedro Alves <palves@redhat.com>
19677
19678 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
19679 is set, don't exit gdbserver.
19680
19681 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
19682
19683 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
19684 appropriate .insn, such that an older assembler can be used.
19685 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
19686 the z/Architecture instruction set on 31-bit targets as well.
19687
19688 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
19689
19690 * gdb.go/handcall.exp: Remove all logic related to the first
19691 breakpoint and rely on go_runto_main instead.
19692 * gdb.go/strings.exp: Likewise.
19693 * gdb.go/unsafe.exp: Likewise.
19694 * gdb.go/hello.exp: Likewise. Also rename the remaining
19695 breakpoint marker to "breakpoint 1".
19696 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
19697 * gdb.go/strings.go: Likewise.
19698 * gdb.go/unsafe.go: Likewise.
19699 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
19700 "set breakpoint 2 here" and rename the remaining breakpoint marker
19701 to "breakpoint 1".
19702
19703 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
19704
19705 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
19706 if itertools.imap is not present.
19707 * gdb.python/py-objfile.exp: Add parentheses.
19708 * gdb.python/py-type.exp: Same.
19709 * gdb.python/py-unwind-maint.py: Same.
19710
19711 2015-04-15 Yao Qi <yao.qi@linaro.org>
19712
19713 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
19714 of ":$ptr_size" and set its form explicitly.
19715
19716 2015-04-15 Pedro Alves <palves@redhat.com>
19717 Yao Qi <yao.qi@linaro.org>
19718
19719 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
19720 timeout by factor of 4.
19721 (test_regular_watch): Likewise.
19722 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
19723 * gdb.reverse/sigall-reverse.exp: Likewise.
19724 * gdb.reverse/until-precsave.exp: Likewise.
19725 * lib/gdb.exp (with_timeout_factor): New proc.
19726 (gdb_expect): Move some code to ...
19727 (get_largest_timeout): ... here. New procedure.
19728
19729 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
19730
19731 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
19732
19733 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
19734
19735 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
19736 to write to the .text section.
19737
19738 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
19739
19740 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
19741 Handle the case of targets that do not provide PID information.
19742
19743 2015-04-13 Yao Qi <yao.qi@linaro.org>
19744
19745 * lib/gdbserver-support.exp (gdb_exit): Catch exception
19746 and use expect instead of gdb_expect.
19747
19748 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
19749
19750 * gdb.base/coredump-filter.exp: Rename variable "addr" to
19751 "coredump_var_addr" to avoid naming conflict with other testcases.
19752
19753 2015-04-10 Pedro Alves <palves@redhat.com>
19754
19755 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
19756 gdb_test_sequence and gdb_assert.
19757
19758 2015-04-10 Pedro Alves <palves@redhat.com>
19759
19760 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
19761 test messages that don't include the breakpoint address.
19762
19763 2015-04-10 Yao Qi <yao.qi@linaro.org>
19764
19765 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
19766 false for some offset and width combinations which aren't
19767 supported by linux kernel.
19768
19769 2015-04-10 Pedro Alves <palves@redhat.com>
19770
19771 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
19772 procedure, factored out from ...
19773 (top level): ... here. Add "set displaced-stepping" testing axis.
19774 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
19775 parameter "displaced". Use it.
19776 (top level): Use foreach and add "set displaced-stepping" testing
19777 axis.
19778
19779 2015-04-10 Pedro Alves <palves@redhat.com>
19780
19781 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
19782 Remove comment.
19783 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
19784 both the address of the instruction that triggers the watchpoint
19785 and the address of the instruction immediately after, and use
19786 those addresses for the test. Fix comment.
19787
19788 2015-04-10 Pedro Alves <palves@redhat.com>
19789
19790 * gdb.base/sigstep.exp (breakpoint_to_handler)
19791 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
19792 Test "backtrace" in handler.
19793 (breakpoint_over_handler): New parameter 'displaced'. Use it.
19794 (top level): Add new "displaced" test axis to
19795 breakpoint_to_handler, breakpoint_to_handler_entry and
19796 breakpoint_over_handler.
19797
19798 2015-04-10 Pedro Alves <palves@redhat.com>
19799
19800 PR gdb/18216
19801 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
19802
19803 2015-04-10 Yao Qi <yao.qi@linaro.org>
19804
19805 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
19806 (test_add_rn_pc): New function.
19807 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
19808 (top level): Invoke test_add_rn_pc.
19809
19810 2015-04-10 Pedro Alves <palves@redhat.com>
19811
19812 PR gdb/13858
19813 * gdb.base/step-over-no-symbols.exp: New file.
19814
19815 2015-04-09 Andy Wingo <wingo@igalia.com>
19816
19817 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
19818 after the Python tests.
19819
19820 2015-04-08 Keith Seitz <keiths@redhat.com>
19821
19822 PR python/16699
19823 * gdb.python/py-completion.exp: New tests for completion.
19824 * gdb.python/py-completion.py (CompleteLimit1): New class.
19825 (CompleteLimit2): Likewise.
19826 (CompleteLimit3): Likewise.
19827 (CompleteLimit4): Likewise.
19828 (CompleteLimit5): Likewise.
19829 (CompleteLimit6): Likewise.
19830 (CompleteLimit7): Likewise.
19831
19832 2015-04-08 Pedro Alves <palves@redhat.com>
19833
19834 PR gdb/18214
19835 PR gdb/18216
19836 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
19837 function.
19838 (main): Install it as SIGUSR1 handler.
19839 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
19840 parameter. Always use "setup" as prefix. Toggle "set
19841 displaced-stepping" off/on depending on global. Don't switch to
19842 thread 1 here.
19843 (top level): Add displaced stepping "off/on" test axis. Update
19844 "setup" calls. Wrap each subtest with with_test_prefix. Test
19845 continuing with a queued signal in each thread.
19846
19847 2015-04-08 Pedro Alves <palves@redhat.com>
19848
19849 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
19850 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
19851 gdb_breakpoint instead of gdb_test that doesn't expect anything.
19852 Return early if running to main fails.
19853 * gdb.trace/while-stepping.exp: Likewise.
19854
19855 2015-04-07 Pedro Alves <palves@redhat.com>
19856
19857 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
19858 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
19859 interact with inferior program.
19860
19861 2015-04-07 Pedro Alves <palves@redhat.com>
19862
19863 * lib/gdb.exp (inferior_spawn_id): New global.
19864 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
19865 spawn id after processing the user code.
19866 (default_gdb_start): Set inferior_spawn_id.
19867 (send_inferior): New procedure.
19868 * lib/gdbserver-support.exp (gdbserver_start): Set
19869 inferior_spawn_id.
19870 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
19871
19872 2015-04-07 Pedro Alves <palves@redhat.com>
19873
19874 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
19875 * lib/gdbserver-support.exp (gdbserver_start): Make
19876 $server_spawn_id global.
19877 (gdbserver_start): Don't wait for gdbserver's spawn id with
19878 expect_background.
19879 (close_gdbserver): New procedure.
19880 (gdb_exit): Rename the default version and reimplement.
19881
19882 2015-04-07 Pedro Alves <palves@redhat.com>
19883
19884 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
19885 append the substituted item, not the original item.
19886
19887 2015-04-07 Pedro Alves <palves@redhat.com>
19888
19889 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
19890 gdb_expect.
19891
19892 2015-04-07 Pedro Alves <palves@redhat.com>
19893
19894 * gdb.base/interrupt.exp: Don't handle the case of the inferior
19895 output appearing once only.
19896
19897 2015-04-07 Pedro Alves <palves@redhat.com>
19898
19899 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
19900 that doesn't expect anything. Return early if running to main
19901 fails.
19902
19903 2015-04-07 Yao Qi <yao.qi@linaro.org>
19904
19905 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
19906 (child_function): Call alarm.
19907 (main): Move call to alarm into the loop.
19908 * gdb.threads/non-stop-fair-events.exp: Build program with
19909 -DTIMEOUT=$timeout.
19910
19911 2015-04-06 Doug Evans <xdje42@gmail.com>
19912
19913 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
19914 Fix dest parameter to board_info.
19915 (fpc_compile): Ditto.
19916 (gdb_compile_pascal): Rename dest arg to destfile.
19917
19918 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
19919
19920 * gdb.ada/funcall_ref.exp: New file.
19921 * gdb.ada/funcall_ref/foo.adb: New file.
19922
19923 2015-04-02 Yao Qi <yao.qi@linaro.org>
19924
19925 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
19926 is remote.
19927
19928 2015-04-02 Gary Benson <gbenson@redhat.com>
19929
19930 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
19931
19932 2015-04-01 Sasha Smundak <asmundak@google.com>
19933
19934 * gdb.python/py-unwind-maint.c: New file.
19935 * gdb.python/py-unwind-maint.exp: New test.
19936 * gdb.python/py-unwind-maint.py: New file.
19937 * gdb.python/py-unwind.c: New file.
19938 * gdb.python/py-unwind.exp: New test.
19939 * gdb.python/py-unwind.py: New test.
19940
19941 2015-04-01 Pedro Alves <palves@redhat.com>
19942
19943 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
19944 to fail instead of non-existent $test.
19945
19946 2015-04-01 Pedro Alves <palves@redhat.com>
19947
19948 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
19949 GDBFLAGS if not empty.
19950
19951 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
19952
19953 * gdb.ada/complete.exp: Remove "multi_line".
19954 * gdb.ada/info_exc.exp: Remove "multi_line".
19955 * gdb.ada/packed_tagged.exp: Remove "multi_line".
19956 * gdb.ada/ptype_field.exp: Remove "multi_line".
19957 * gdb.ada/sym_print_name.exp: Remove "multi_line".
19958 * gdb.ada/tagged.exp: Remove "multi_line".
19959 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
19960 [multi_line ...]
19961 * gdb.btrace/delta.exp: Likewise.
19962 * gdb.btrace/exception.exp: Likewise.
19963 * gdb.btrace/function_call_history.exp: Likewise.
19964 * gdb.btrace/instruction_history.exp: Likewise.
19965 * gdb.btrace/nohist.exp: Likewise.
19966 * gdb.btrace/record_goto.exp: Likewise.
19967 * gdb.btrace/segv.exp: Likewise.
19968 * gdb.btrace/stepi.exp: Likewise.
19969 * gdb.btrace/tailcall.exp: Likewise.
19970 * gdb.btrace/unknown_functions.exp: Likewise.
19971 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
19972 * lib/gdb.exp: Add the "multi_line" helper.
19973
19974 2015-04-01 Pedro Alves <palves@redhat.com>
19975
19976 * gdb.threads/tid-reuse.c: New file.
19977 * gdb.threads/tid-reuse.exp: New file.
19978
19979 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
19980
19981 PR corefiles/16092
19982 * gdb.base/coredump-filter.c: New file.
19983 * gdb.base/coredump-filter.exp: Likewise.
19984
19985 2015-03-27 Petr Machata <pmachata@redhat.com>
19986
19987 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
19988 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
19989 (Dwarf::assemble): Initialize them.
19990 (Dwarf::lines): New function.
19991
19992 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
19993
19994 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
19995 SYMBOL_PREFIX for x86_64-*-cygwin.
19996
19997 2015-03-26 Andy Wingo <wingo@igalia.com>
19998
19999 PR symtab/18148
20000 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
20001 const_value but not a location.
20002 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
20003 location defined in non-main CUs are visible.
20004
20005 2015-03-26 Yao Qi <yao.qi@linaro.org>
20006
20007 PR testsuite/18139
20008 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
20009 Add a line number entry for the same line.
20010 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
20011 Add a line number entry for the same line.
20012
20013 2015-03-26 Yao Qi <yao.qi@linaro.org>
20014
20015 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
20016 .int 0.
20017 (func): Likewise. Add .Lfunc_1 label.
20018 Use .Lfunc_1 label.
20019 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
20020 .int 0.
20021 (func): Likewise.
20022 Use .Lfunc_1 label.
20023
20024 2015-03-26 Yao Qi <yao.qi@linaro.org>
20025
20026 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
20027 Call gdb_compile instead to compile each .s files without debug
20028 information.
20029
20030 2015-03-26 Yao Qi <yao.qi@linaro.org>
20031
20032 * gdb.base/savedregs.exp (process_saved_regs): Make
20033 "Saved registers:" optional in the pattern.
20034
20035 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20036
20037 * gdb.btrace/next.exp: Merged into step.exp.
20038 * gdb.btrace/finish.exp: Merged into step.exp.
20039 * gdb.btrace/nexti.exp: Merged into stepi.exp.
20040 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
20041 "record goto" and checking the exact replay position.
20042 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
20043 check for "Recording format" in "info record" output.
20044 * gdb.btrace/record_goto.exp: Choose test file based on target.
20045 * gdb.btrace/x86-record_goto.S: Renamed into ...
20046 * gdb.btrace/x86_64-record_goto.S: ... this.
20047 * gdb.btrace/i686-record_goto.S: New.
20048 * gdb.btrace/x86-tailcall.S: Renamed into ...
20049 * gdb.btrace/x86_64-tailcall.S: ... this.
20050 * gdb.btrace/i686-tailcall.S: New.
20051 * gdb.btrace/x86-tailcall.c: Renamed into ...
20052 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
20053 separate statements. Update test.
20054 * gdb.btrace/delta.exp: Use record_goto.c as test file.
20055 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
20056 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
20057 * gdb.btrace/tailcall.exp: Choose test file based on target.
20058 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
20059
20060 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20061
20062 * gdb.btrace/exception.exp: Increase BTS buffer size.
20063
20064 2015-03-24 Pedro Alves <palves@redhat.com>
20065
20066 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
20067
20068 2015-03-24 Pedro Alves <palves@redhat.com>
20069
20070 * gdb.threads/schedlock.exp (test_step): No longer expect that
20071 "set scheduler-locking step" with "next" over a function call runs
20072 threads unlocked.
20073
20074 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20075
20076 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
20077
20078 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20079
20080 PR breakpoints/16466
20081 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
20082 * gdb.mi/mi-pending.c (thread_func): New function.
20083 (int main): Add threading support required.
20084 * gdb.mi/mi-pending.exp: Add tests for this issue.
20085 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
20086 (pendfunc2): Remove stdio dependency.
20087 * gdb.mi/mi-pendshr2.c: New file.
20088
20089 2015-03-23 Keith Seitz <keiths@redhat.com>
20090
20091 * gdb.linespec/keywords.c: New file.
20092 * gdb.linespec/keywords.exp: New file.
20093
20094 2015-03-23 Keith Seitz <keiths@redhat.com>
20095
20096 PR gdb/18021
20097 * gdb.dwarf2/staticvirtual.exp: New test.
20098
20099 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
20100
20101 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
20102 * README: Remove HP-UX and gdb.hp.
20103 (configuration):
20104 * configure: Regenerate.
20105 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
20106 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
20107 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
20108 gdb.hp/gdb.defects/Makefile.
20109 * gdb.hp/Makefile.in: File deleted.
20110 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
20111 * gdb.hp/gdb.aCC/optimize.c: File deleted.
20112 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
20113 * gdb.hp/gdb.aCC/run.c: File deleted.
20114 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
20115 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
20116 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
20117 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
20118 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
20119 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
20120 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
20121 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
20122 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
20123 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
20124 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
20125 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
20126 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
20127 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
20128 * gdb.hp/gdb.base-hp/reg.s: File deleted.
20129 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
20130 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
20131 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
20132 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
20133 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
20134 * gdb.hp/gdb.compat/Makefile.in: File deleted.
20135 * gdb.hp/gdb.compat/average.c: File deleted.
20136 * gdb.hp/gdb.compat/sum.c: File deleted.
20137 * gdb.hp/gdb.compat/xdb.c: File deleted.
20138 * gdb.hp/gdb.compat/xdb0.c: File deleted.
20139 * gdb.hp/gdb.compat/xdb0.h: File deleted.
20140 * gdb.hp/gdb.compat/xdb1.c: File deleted.
20141 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
20142 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
20143 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
20144 * gdb.hp/gdb.defects/Makefile.in: File deleted.
20145 * gdb.hp/gdb.defects/bs14602.c: File deleted.
20146 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
20147 * gdb.hp/gdb.defects/solib-d.c: File deleted.
20148 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
20149 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
20150 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
20151 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
20152 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
20153 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
20154 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
20155 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
20156 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
20157 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
20158 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
20159 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
20160 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
20161 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
20162 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
20163 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
20164 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
20165 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
20166 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
20167 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
20168 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
20169 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
20170 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
20171 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
20172 * gdb.hp/tools/odump: File deleted.
20173
20174 2015-03-19 Pedro Alves <palves@redhat.com>
20175
20176 * gdb.threads/continue-pending-status.exp (saw_thread_2)
20177 (saw_thread_3): New globals.
20178 (top level): Increment them when an event for the corresponding
20179 thread is seen.
20180 (no thread starvation): New test.
20181
20182 2015-03-19 Pedro Alves <palves@redhat.com>
20183
20184 * gdb.threads/continue-pending-status.c: New file.
20185 * gdb.threads/continue-pending-status.exp: New file.
20186
20187 2015-03-18 Pedro Alves <palves@redhat.com>
20188
20189 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
20190 Use gdb_is_target_remote instead of is_remote. Use
20191 gdb_test_multiple instead of gdb_expect. Exit early if
20192 gdb_test_multiple hits its internal matches. Tighten stepi tests
20193 expected output. Fail on exit with any signal, instead of just
20194 SIGILL.
20195
20196 2015-03-18 Yao Qi <yao.qi@linaro.org>
20197
20198 PR tdep/18107
20199 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
20200 variable.
20201 * gdb.base/catch-syscall.exp: Don't skip it on
20202 aarch64*-*-linux* target. Remove elements in all_syscalls.
20203 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
20204 target.
20205 (setup_all_syscalls): New proc.
20206
20207 2015-03-16 Yao Qi <yao.qi@linaro.org>
20208
20209 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
20210 (top level): Skip tests if valid_addr_p returns false for
20211 $cmd1 or $cmd2.
20212
20213 2015-03-11 Andy Wingo <wingo@igalia.com>
20214
20215 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
20216
20217 2015-03-11 Yao Qi <yao.qi@linaro.org>
20218
20219 * gdb.base/catch-syscall.exp: Fix typo in comments.
20220
20221 2015-03-11 Yao Qi <yao.qi@linaro.org>
20222
20223 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
20224
20225 2015-03-09 Pedro Alves <palves@redhat.com>
20226
20227 * dg-extract-results.py: Delete.
20228
20229 2015-03-09 Pedro Alves <palves@redhat.com>
20230
20231 Merge dg-extract-results.sh from GCC upstream (r218843).
20232
20233 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
20234 * dg-extract-results.sh: Use --text with grep to avoid issues with
20235 binary files. Fall back to cat -v, if that doesn't work.
20236
20237 2015-03-05 Pedro Alves <palves@redhat.com>
20238
20239 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
20240
20241 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
20242
20243 * lib/mi-support.exp (mi_expect_interrupt): Accept
20244 alternative event for when in all-stop mode.
20245
20246 2015-03-04 Pedro Alves <palves@redhat.com>
20247
20248 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
20249
20250 2015-03-04 Mark Kettenis <kettenis@gnu.org>
20251
20252 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
20253
20254 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20255
20256 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
20257 regexps for GDB's current line display, accept a hex address
20258 preceding the line number.
20259
20260 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20261
20262 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
20263 the 'arch1' variable for "s390*-linux*" targets.
20264
20265 2015-03-04 Pedro Alves <palves@redhat.com>
20266
20267 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
20268 (main): Pass missing retval argument to pthread_join call.
20269
20270 2015-03-02 Pedro Alves <palves@redhat.com>
20271
20272 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
20273 (top level): Call do_test with non-stop as well.
20274
20275 2015-03-02 Pedro Alves <palves@redhat.com>
20276
20277 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
20278 -1.
20279
20280 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20281
20282 * gdb.arch/s390-vregs.exp: New test.
20283 * gdb.arch/s390-vregs.S: New file.
20284
20285 2015-02-27 Pedro Alves <palves@redhat.com>
20286
20287 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
20288 call to catch_command_errors.
20289 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
20290 catch_command_errors.
20291
20292 2015-02-27 Pedro Alves <palves@redhat.com>
20293
20294 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
20295 "true" for boolean result.
20296 * gdb.gdb/selftest.exp (test_with_self): Also accept full
20297 prototype of main.
20298
20299 2015-02-27 Pedro Alves <palves@redhat.com>
20300
20301 * lib/unbuffer_output.c: New file.
20302 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
20303 (main): Call gdb_unbuffer_output.
20304
20305 2015-02-27 Yao Qi <yao.qi@linaro.org>
20306
20307 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
20308 target.
20309
20310 2015-02-26 Doug Evans <dje@google.com>
20311
20312 * gdb.cp/class2.cc (Dbase, D): New classes.
20313 (main): New local delta.
20314 * gdb.cp/class2.exp: Test printing delta.
20315 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
20316 (dynbar): New global.
20317 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
20318
20319 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20320
20321 * gdb.compile/compile-ifunc.c: New file.
20322 * gdb.compile/compile-ifunc.exp: New file.
20323
20324 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
20325
20326 * gdb.base/structs.exp: Check for correct struct on finish.
20327
20328 2015-02-26 Yao Qi <yao.qi@linaro.org>
20329
20330 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
20331 is zero.
20332
20333 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20334
20335 * gdb.arch/cordic.ko.bz2: New file.
20336 * gdb.arch/cordic.ko.debug.bz2: New file.
20337 * gdb.arch/ppc64-symtab-cordic.exp: New file.
20338
20339 2015-02-25 Yao Qi <yao.qi@linaro.org>
20340
20341 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
20342 aarch64*-*-* target.
20343
20344 2015-02-23 Pedro Alves <palves@redhat.com>
20345
20346 * lib/gdb.exp (delete_breakpoints): Rewrite using
20347 gdb_test_multiple.
20348
20349 2015-02-23 Pedro Alves <palves@redhat.com>
20350
20351 * gdb.base/info-os.c: Include stdlib.h.
20352
20353 2015-02-22 Doug Evans <xdje42@gmail.com>
20354
20355 PR symtab/17855
20356 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
20357 is read after symbols have been re-read.
20358 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
20359 * gdb.ada/exec_changed/second.adb (Second): Ditto.
20360
20361 2015-02-21 Doug Evans <dje@google.com>
20362
20363 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
20364
20365 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20366
20367 PR corefiles/17808
20368 * gdb.arch/i386-biarch-core.core.bz2: New file.
20369 * gdb.arch/i386-biarch-core.exp: New file.
20370
20371 2015-02-21 Pedro Alves <palves@redhat.com>
20372
20373 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
20374 runto_main fails.
20375
20376 2015-02-20 Pedro Alves <palves@redhat.com>
20377
20378 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
20379 info probes.
20380
20381 2015-02-20 Pedro Alves <palves@redhat.com>
20382
20383 * gdb.threads/multi-create-ns-info-thr.exp: New file.
20384
20385 2015-02-20 Pedro Alves <palves@redhat.com>
20386
20387 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
20388 clean_restart before gdb_target_supports_trace.
20389
20390 2015-02-20 Pedro Alves <palves@redhat.com>
20391
20392 PR threads/18006
20393 * gdb.threads/clone-thread_db.c: New file.
20394 * gdb.threads/clone-thread_db.exp: New file.
20395
20396 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
20397
20398 PR breakpoints/16812
20399 * gdb.base/catch-gdb-caused-signals.c: New file.
20400 * gdb.base/catch-gdb-caused-signals.exp: New file.
20401
20402 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
20403
20404 * configure: Regenerated.
20405 * configure.ac: Use GDB_AC_TRANSFORM.
20406 * aclocal.m4: sinclude ../transform.m4.
20407
20408 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20409
20410 * lib/dtrace.exp: New file.
20411 * gdb.base/dtrace-probe.exp: Likewise.
20412 * gdb.base/dtrace-probe.d: Likewise.
20413 * gdb.base/dtrace-probe.c: Likewise.
20414 * lib/pdtrace.in: Likewise.
20415 * configure.ac: Output variables with the transformed names of
20416 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
20417 * configure: Regenerated.
20418
20419 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20420
20421 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
20422 expected message when trying to access $_probe_* convenience
20423 variables while not on a probe.
20424
20425 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
20426
20427 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
20428
20429 2015-02-11 Pedro Alves <pedro@codesourcery.com>
20430
20431 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
20432 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
20433
20434 2015-02-10 Doug Evans <xdje42@gmail.com>
20435
20436 * lib/gdb.exp (gdb_load): Always return a result.
20437
20438 2015-02-10 Pedro Alves <palves@redhat.com>
20439
20440 * gdb.threads/signal-sigtrap.c: New file.
20441 * gdb.threads/signal-sigtrap.exp: New file.
20442
20443 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
20444
20445 * gdb.trace/no-attach-trace.c: New file.
20446 * gdb.trace/no-attach-trace.exp: New file.
20447
20448 2015-02-09 Mark Wielaard <mjw@redhat.com>
20449
20450 * gdb.dwarf2/atomic.c: New file.
20451 * gdb.dwarf2/atomic-type.exp: Likewise.
20452
20453 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20454
20455 * gdb.btrace/buffer-size.exp: Update "info record" output.
20456 * gdb.btrace/delta.exp: Update "info record" output.
20457 * gdb.btrace/enable.exp: Update "info record" output.
20458 * gdb.btrace/finish.exp: Update "info record" output.
20459 * gdb.btrace/instruction_history.exp: Update "info record" output.
20460 * gdb.btrace/next.exp: Update "info record" output.
20461 * gdb.btrace/nexti.exp: Update "info record" output.
20462 * gdb.btrace/step.exp: Update "info record" output.
20463 * gdb.btrace/stepi.exp: Update "info record" output.
20464 * gdb.btrace/nohist.exp: Update "info record" output.
20465
20466 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20467
20468 * gdb.btrace/buffer-size: New.
20469
20470 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20471
20472 * gdb.btrace/delta.exp: Update "info record" output.
20473 * gdb.btrace/enable.exp: Update "info record" output.
20474 * gdb.btrace/finish.exp: Update "info record" output.
20475 * gdb.btrace/instruction_history.exp: Update "info record" output.
20476 * gdb.btrace/next.exp: Update "info record" output.
20477 * gdb.btrace/nexti.exp: Update "info record" output.
20478 * gdb.btrace/step.exp: Update "info record" output.
20479 * gdb.btrace/stepi.exp: Update "info record" output.
20480 * gdb.btrace/nohist.exp: Update "info record" output.
20481
20482 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
20483
20484 PR gdb/15678
20485 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
20486
20487 2015-02-06 Pedro Alves <palves@redhat.com>
20488
20489 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
20490 macro.
20491 (seconds_left, again): New globals.
20492 (main): Wait seconds_left in a 1-second sleep loop instead of
20493 sleeping 180 seconds. If 'again' is set, reset the seconds
20494 counter.
20495 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
20496 'again' in the inferior before detaching. Print the seconds left.
20497 (options): New global.
20498 (top level): Build program with -DTIMEOUT=$timeout.
20499
20500 2015-02-06 Pedro Alves <palves@redhat.com>
20501
20502 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
20503 determine how many seconds to pass to 'alarm'.
20504 * gdb.base/gdb-sigterm.exp (top level): Build program with
20505 -DTIMEOUT=$timeout.
20506 (do_test): Return success/failure indication. Add more verbose
20507 logging. Don't fail if 200 single steps are seen. Instead, fail
20508 when the test times out.
20509 (passes): New global.
20510 (top level): Break the testing loop if testing fails on any
20511 iteration. Use gdb_assert.
20512
20513 2015-02-04 Don Breazeal <donb@codesourcery.com>
20514
20515 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
20516 and initialize them.
20517 (ipc_cleanup): New function.
20518 (main): Don't declare shmid, semid, and msqid. Add a call to
20519 atexit so that we call ipc_cleanup on exit.
20520
20521 2015-02-04 Pedro Alves <palves@redhat.com>
20522
20523 * boards/native-extended-gdbserver.exp: Remove any target variant
20524 specifications from the board name before clearing the isremote
20525 flag from board_info.
20526
20527 2015-01-31 Doug Evans <xdje42@gmail.com>
20528
20529 * gdb.base/maint.exp <maint print type argc>: Update expected output.
20530
20531 2015-01-31 Gary Benson <gbenson@redhat.com>
20532
20533 * gdb.base/completion.exp: Disable completion limiting for
20534 existing tests. Add new tests to check completion limiting.
20535 * gdb.linespec/ls-errs.exp: Disable completion limiting.
20536
20537 2015-01-31 Doug Evans <xdje42@gmail.com>
20538
20539 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
20540
20541 2015-01-31 Doug Evans <xdje42@gmail.com>
20542
20543 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
20544 entries. Duplicate file section script entries.
20545 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
20546 inlined entries. Add test for safe-path rejection.
20547 * gdb.python/py-section-script.c: Add duplicate inlined section script
20548 entries. Duplicate file section script entries.
20549 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
20550 inlined entries. Add test for safe-path rejection.
20551
20552 2015-01-29 Joel Brobecker <brobecker@adacore.com>
20553
20554 * gdb.ada/disc_arr_bound: New testcase.
20555
20556 2015-01-29 Joel Brobecker <brobecker@adacore.com>
20557
20558 * gdb.ada/mi_var_array: New testcase.
20559
20560 2015-01-27 Doug Evans <dje@google.com>
20561
20562 * gdb.python/py-objfile.exp: Add tests for objfile.username.
20563 Add test for objfile.filename, objfile.username after objfile
20564 has been unloaded.
20565
20566 2015-01-26 Joel Brobecker <brobecker@adacore.com>
20567
20568 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
20569 the second test to print the name attribute of value
20570 returned by the call to gdb.lookup_type, and adjust
20571 the expected output accordingly.
20572
20573 2015-01-25 Mark Wielaard <mjw@redhat.com>
20574
20575 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
20576 * gdb.base/disp-step-fork.c: Include unistd.h.
20577 * gdb.base/siginfo-obj.c: Include stdio.h.
20578 * gdb.base/siginfo-thread.c: Likewise.
20579 * gdb.mi/non-stop.c: Include unistd.h.
20580 * gdb.mi/nsthrexec.c: Include stdio.h.
20581 * gdb.mi/pthreads.c: Include unistd.h.
20582 * gdb.modula2/unbounded1.c (main): Declare returns int.
20583 * gdb.reverse/consecutive-reverse.c: Likewise.
20584 * gdb.threads/create-fail.c: Include unistd.h.
20585 * gdb.threads/killed.c: Likewise.
20586 * gdb.threads/linux-dp.c: Likewise.
20587 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
20588 * gdb.threads/non-ldr-exc-2.c: Likewise.
20589 * gdb.threads/non-ldr-exc-3.c: Likewise.
20590 * gdb.threads/non-ldr-exc-4.c: Likewise.
20591 * gdb.threads/pthreads.c: Include unistd.h.
20592 (main): Declare returns int.
20593 * gdb.threads/tls-main.c (foo): New declaration.
20594 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
20595
20596 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
20597
20598 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
20599 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
20600
20601 2015-01-15 Mark Wielaard <mjw@redhat.com>
20602
20603 * gdb.base/noreturn-return.c: New file.
20604 * gdb.base/noreturn-return.exp: New file.
20605 * gdb.base/noreturn-finish.c: New file.
20606 * gdb.base/noreturn-finish.exp: New file.
20607
20608 2015-01-23 Pedro Alves <palves@redhat.com>
20609
20610 * gdb.threads/continue-pending-after-query.c: New file.
20611 * gdb.threads/continue-pending-after-query.exp: New file.
20612
20613 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
20614 Simon Marchi <simon.marchi@ericsson.com>
20615
20616 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
20617 * gdb.base/valgrind-db-attach.exp: Same.
20618 * gdb.base/valgrind-infcall.exp: Same.
20619 * lib/mi-support.exp (default_mi_gdb_start): Same.
20620 * lib/prompt.exp (default_prompt_gdb_start): Same.
20621 * lib/gdb.exp (default_gdb_spawn): Same.
20622 (gdb_interact): New.
20623
20624
20625 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
20626
20627 * gdb.compile/compile.exp (pointer to jit function): New test.
20628
20629 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
20630
20631 * lib/gdb.exp (supports_process_record): Return true for
20632 powerpc*-*-linux*.
20633 (supports_reverse): Likewise.
20634
20635 2015-01-15 Don Breazeal <donb@codesourcery.com>
20636
20637 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
20638 instead of checking whether the target board is remote and
20639 use spawn_wait_for_attach instead of exec/sleep.
20640 * gdb.base/attach-twice.exp: Likewise.
20641
20642 2015-01-15 Joel Brobecker <brobecker@adacore.com>
20643
20644 * gdb.ada/var_arr_attrs: New testcase.
20645
20646 2015-01-14 Pedro Alves <palves@redhat.com>
20647 Joel Brobecker <brobecker@adacore.com>
20648
20649 PR gdb/17525
20650 * gdb.base/bp-cmds-execution-x-script.c: New file.
20651 * gdb.base/bp-cmds-execution-x-script.exp: New file.
20652 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
20653
20654 2015-01-14 Pedro Alves <palves@redhat.com>
20655
20656 PR cli/17828
20657 * gdb.base/batch-preserve-term-settings.c: New file.
20658 * gdb.base/batch-preserve-term-settings.exp: New file.
20659
20660 2015-01-13 Doug Evans <dje@google.com>
20661
20662 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
20663 binary.
20664
20665 2015-01-13 Joel Brobecker <brobecker@adacore.com>
20666
20667 * Makefile.in (clean mostlyclean): Do not delete *.py.
20668
20669 2015-01-13 Joel Brobecker <brobecker@adacore.com>
20670
20671 * gdb.python/py-lookup-type.exp: New file.
20672
20673 2015-01-12 Pedro Alves <palves@redhat.com>
20674
20675 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
20676 restore GDBFLAGS before returning.
20677
20678 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20679
20680 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
20681 is_amd64_regs_target and is_x86_like_target.
20682
20683 2015-01-11 Doug Evans <xdje42@gmail.com>
20684
20685 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
20686 is given without an explicit form.
20687 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
20688 attributes.
20689 * gdb.dwarf/corrupt.exp: Ditto.
20690 * gdb.dwarf2/enum-type.exp: Ditto.
20691 * gdb.trace/entry-values.exp: Ditto.
20692 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
20693
20694 2015-01-11 Doug Evans <xdje42@gmail.com>
20695
20696 PR gdb/15830
20697 * gdb.base/maint.exp: Remove references to "maint demangle".
20698 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
20699 Add tests for explicitly specifying language to demangle.
20700 * gdb.dlang/demangle.exp: Ditto.
20701
20702 2015-01-09 Pedro Alves <palves@redhat.com>
20703
20704 * gdb.threads/non-stop-fair-events.c: New file.
20705 * gdb.threads/non-stop-fair-events.exp: New file.
20706
20707 2015-01-09 Pedro Alves <palves@redhat.com>
20708
20709 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
20710 the global scope. Set a breakpoint after all threads are started
20711 rather than stepping over two source lines. Expect the prompt.
20712 * gdb.base/watch_thread_num.c (threads_started_barrier): New
20713 global.
20714 (NUM): Now 15.
20715 (main): Use threads_started_barrier to wait for all threads to
20716 start. Main thread no longer calls thread_function. Exit after
20717 180 seconds.
20718 (loop): New function.
20719 (thread_function): Wait on threads_started_barrier barrier. Call
20720 'loop' at each iteration.
20721 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
20722 threads have started, instead of hardcoding number of "next"
20723 steps. Use an access watchpoint instead of a write watchpoint.
20724
20725 2015-01-09 Pedro Alves <palves@redhat.com>
20726
20727 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
20728 (thread_func): Wait on barrier.
20729 (main): Wait for all threads to start before stopping GDB.
20730 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
20731 global.
20732 (thread1_func, thread2_func): Wait on barrier.
20733 (main): Wait for all threads to start before stopping GDB.
20734 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
20735 New global.
20736 (thread1_func, thread2_func): Wait on barrier.
20737 (main): Wait for all threads to start before stopping GDB.
20738
20739 2015-01-09 Pedro Alves <palves@redhat.com>
20740
20741 * gdb.threads/attach-many-short-lived-threads.c: New file.
20742 * gdb.threads/attach-many-short-lived-threads.exp: New file.
20743
20744 2014-01-09 Pedro Alves <palves@redhat.com>
20745
20746 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
20747 instead of to thread 2.
20748 * gdb.threads/signal-command-multiple-signals-pending.c (main):
20749 Add barrier around each pthread_create call instead of around all
20750 calls.
20751 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
20752 Set a break on thread_function and have the child threads hit it
20753 one at at a time.
20754
20755 2015-01-09 Pedro Alves <palves@redhat.com>
20756
20757 * lib/gdb.exp (can_spawn_for_attach): New procedure.
20758 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
20759 false.
20760 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
20761 checking whether the target board is remote.
20762 * gdb.multi/multi-attach.exp: Likewise.
20763 * gdb.python/py-sync-interp.exp: Likewise.
20764 * gdb.server/ext-attach.exp: Likewise.
20765 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
20766 tests that need to attach, instead of checking whether the target
20767 board is remote at the top of the file.
20768
20769 2015-01-08 Yao Qi <yao@codesourcery.com>
20770
20771 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
20772
20773 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20774
20775 Fix testcase compilation.
20776 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
20777
20778 2015-01-06 Joel Brobecker <brobecker@adacore.com>
20779
20780 * gdb.python/py-type.exp: Add a couple test about empty
20781 array creation, and negative-length array creation.
20782
20783 2015-01-02 Doug Evans <xdje42@gmail.com>
20784
20785 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
20786
20787 2015-01-02 Doug Evans <dje@google.com>
20788
20789 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
20790
20791 2014-12-29 Yao Qi <yao@codesourcery.com>
20792
20793 * gdb.trace/entry-values.exp: Update comments. Rename variable
20794 bar_call_foo to returned_from_foo.
20795
20796 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
20797
20798 PR gdb/17394
20799 * gdb.linespec/break-asm-file.c: New file.
20800 * gdb.linespec/break-asm-file.exp: New file.
20801 * gdb.linespec/break-asm-file0.s: New file.
20802 * gdb.linespec/break-asm-file1.s: New file.
20803
20804 2014-12-18 Nigel Stephens <nigel@mips.com>
20805 Maciej W. Rozycki <macro@codesourcery.com>
20806
20807 * gdb.base/float.exp: Handle the new output from "info float" on
20808 MIPS targets.
20809
20810 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
20811
20812 Fix MinGW compilation.
20813 * gdb.compile/compile-ops.exp: Update untested message if
20814 !skip_compile_feature_tests.
20815 * gdb.compile/compile-setjmp.exp: Likewise.
20816 * gdb.compile/compile-tls.exp: Likewise.
20817 * gdb.compile/compile.exp: Likewise.
20818 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
20819 supported on this host".
20820
20821 2014-12-16 Doug Evans <xdje42@gmail.com>
20822
20823 * boards/stabs.exp: New file.
20824
20825 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
20826
20827 * gdb.base/completion.exp: Adjust to format changes of "maint
20828 print user-registers".
20829
20830 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
20831
20832 PR server/17457
20833 * gdb.arch/aarch64-fp.c: New file.
20834 * gdb.arch/aarch64-fp.exp: New file.
20835
20836 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
20837
20838 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
20839 r210637, r210913, r211666, r215400, r215817).
20840
20841 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
20842 * dg-extract-results.py: New file.
20843 * dg-extract-results.sh: Use it if the environment seems
20844 suitable.
20845
20846 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
20847
20848 * dg-extract-results.py (parse_run): Handle warnings that
20849 are printed before a test harness is run.
20850
20851 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
20852
20853 * dg-extract-results.py (Named): Remove __cmp__ method.
20854 (output_variation): Use a key to sort variation.harnesses.
20855
20856 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
20857
20858 * dg-extract-results.py: For Python 3, force sys.stdout to
20859 handle surrogate escape sequences.
20860 (safe_open): New function.
20861 (output_segment, main): Use it.
20862
20863 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
20864
20865 * dg-extract-results.py (Prog.result_re): Include options
20866 in test name.
20867
20868 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
20869
20870 * dg-extract-results.py (output_variation): Always sort if
20871 do_sum.
20872
20873 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
20874
20875 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
20876 as long as we get pagination notifications.
20877
20878 2014-12-15 Jason Merrill <jason@redhat.com>
20879
20880 * Makefile.in (check-gdb.%): Restore.
20881 * README: Mention it.
20882
20883 2014-12-13 Joel Brobecker <brobecker@adacore.com>
20884
20885 * gdb.ada/str_uninit: New testcase.
20886
20887 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
20888
20889 PR symtab/17642
20890 * gdb.base/vla-stub-define.c: New file.
20891 * gdb.base/vla-stub.c: New file.
20892 * gdb.base/vla-stub.exp: New file.
20893
20894 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
20895 Jan Kratochvil <jan.kratochvil@redhat.com>
20896 Tom Tromey <tromey@redhat.com>
20897
20898 * configure.ac: Add gdb.compile/.
20899 * configure: Regenerate.
20900 * gdb.compile/Makefile.in: New file.
20901 * gdb.compile/compile-ops.exp: New file.
20902 * gdb.compile/compile-ops.c: New file.
20903 * gdb.compile/compile-tls.c: New file.
20904 * gdb.compile/compile-tls.exp: New file.
20905 * gdb.compile/compile-constvar.S: New file.
20906 * gdb.compile/compile-constvar.c: New file.
20907 * gdb.compile/compile-mod.c: New file.
20908 * gdb.compile/compile-nodebug.c: New file.
20909 * gdb.compile/compile-setjmp-mod.c: New file.
20910 * gdb.compile/compile-setjmp.c: New file.
20911 * gdb.compile/compile-setjmp.exp: New file.
20912 * gdb.compile/compile-shlib.c: New file.
20913 * gdb.compile/compile.c: New file.
20914 * gdb.compile/compile.exp: New file.
20915 * lib/gdb.exp (skip_compile_feature_tests): New proc.
20916
20917 2014-12-12 Tom Tromey <tromey@redhat.com>
20918
20919 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
20920 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
20921
20922 2014-12-12 Doug Evans <dje@google.com>
20923
20924 * lib/gdb-python.exp (get_python_valueof): New function.
20925 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
20926
20927 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20928
20929 * gdb.base/completion.exp: Add test for completion of "info
20930 registers ".
20931
20932 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
20933
20934 * gdb.base/func-ptrs.c: New file.
20935 * gdb.base/func-ptrs.exp: New file.
20936
20937 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
20938
20939 PR breakpoints/17012
20940 * gdb.base/dprintf-detach.c: New file.
20941 * gdb.base/dprintf-detach.exp: New file.
20942
20943 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
20944
20945 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
20946 * lib/gdb.exp (target_is_gdbserver): New procedure.
20947
20948 2014-12-08 Doug Evans <dje@google.com>
20949
20950 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
20951
20952 2014-12-05 Yao Qi <yao@codesourcery.com>
20953
20954 * gdb.guile/scm-error.exp: Remove the third argument to
20955 gdb_remote_download.
20956 * gdb.guile/scm-frame-args.exp: Likewise.
20957 * gdb.guile/scm-section-script.exp: Likewise.
20958
20959 2014-12-05 Yao Qi <yao@codesourcery.com>
20960
20961 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
20962
20963 2014-12-04 Doug Evans <dje@google.com>
20964
20965 * gdb.python/py-objfile.exp: Add tests for
20966 objfile.add_separate_debug_file.
20967
20968 2014-12-04 Doug Evans <dje@google.com>
20969
20970 * lib/gdb.exp (get_build_id): New function.
20971 (build_id_debug_filename_get): Rewrite to use it.
20972 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
20973
20974 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
20975
20976 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
20977 `method(long)', not just 0x0.
20978 * gdb.cp/nsalias.exp: Align code labels to 4.
20979 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
20980 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
20981 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
20982 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
20983 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
20984 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
20985
20986 2014-12-02 Doug Evans <dje@google.com>
20987
20988 PR symtab/17602
20989 * gdb.cp/anon-ns.cc: Move guts of this file to ...
20990 * gdb.cp/anon-ns2.cc: ... here. New file.
20991 * gdb.cp/anon-ns.exp: Update.
20992
20993 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
20994
20995 * gdb.python/py-events.py (inferior_call_handler): New.
20996 (register_changed_handler, memory_changed_handler): New.
20997 (test_events.invoke): Register new handlers.
20998 * gdb.python/py-events.exp: Add tests for inferior call,
20999 memory_changed and register_changed events.
21000
21001 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
21002
21003 * gdb.base/execl-update-breakpoints.exp: Specify the link address
21004 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
21005 if the linker doesn't understand this.
21006
21007 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
21008
21009 * gdb.python/python.exp: Change expected reply to help().
21010
21011 2014-12-01 Yao Qi <yao@codesourcery.com>
21012
21013 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
21014 AC_CONFIG_SUBDIRS(gdb.gdbtk).
21015 * configure: Re-generated.
21016
21017 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
21018
21019 * gdb.cp/chained-calls.cc: New file.
21020 * gdb.cp/chained-calls.exp: New file.
21021 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
21022
21023 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
21024
21025 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
21026 * gdb.dwarf2/symtab-producer.exp: Same.
21027 * gdb.gdb/python-interrupts.exp: Same.
21028 * gdb.gdb/python-selftest.exp: Same.
21029 * gdb.python/py-linetable.exp: Same.
21030 * gdb.python/py-type.exp: Same.
21031 * gdb.python/py-value-cc.exp: Same.
21032 * gdb.python/py-value.exp: Same.
21033
21034 2014-11-28 Yao Qi <yao@codesourcery.com>
21035
21036 * gdb.base/break-probes.exp: Match library name prefixed with
21037 sysroot.
21038
21039 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
21040
21041 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
21042 test expected output. Add parentheses for the call to print.
21043 Remove L suffix from integers.
21044
21045 2014-11-26 Doug Evans <dje@google.com>
21046
21047 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
21048
21049 2014-11-22 Yao Qi <yao@codesourcery.com>
21050
21051 * gdb.trace/entry-values.c: Remove asms.
21052 (foo): Add foo_label.
21053 (bar): Add bar_label.
21054 * gdb.trace/entry-values.exp: Remove code computing foo's
21055 length and bar's length.
21056 (Dwarf::assemble): Invoke function_range for bar and use
21057 MACRO_AT_func for foo.
21058
21059 2014-11-22 Yao Qi <yao@codesourcery.com>
21060
21061 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
21062 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
21063 Use .Lgcc43_procstart instead of gcc43.
21064
21065 2014-11-21 Joel Brobecker <brobecker@adacore.com>
21066
21067 * gdb.ada/n_arr_bound: New testcase.
21068
21069 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
21070
21071 PR breakpoints/10737
21072 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
21073 test_catch_syscall_multi_arch.
21074 (test_catch_syscall_multi_arch): New function.
21075
21076 2014-11-20 Doug Evans <xdje42@gmail.com>
21077
21078 * gdb.base/maint.exp: Update expected output.
21079
21080 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
21081
21082 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
21083 4-byte instruction on S390.
21084
21085 2014-11-19 Joel Brobecker <brobecker@adacore.com>
21086
21087 * gdb.ada/arr_arr: New testcase.
21088
21089 2014-11-19 Joel Brobecker <brobecker@adacore.com>
21090
21091 * gdb.ada/pkd_arr_elem: New Testcase.
21092
21093 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
21094
21095 * gdb.reverse/break-precsave: Expect completion message for
21096 core file reads.
21097 * gdb.reverse/consecutive-precsave.exp: Likewise.
21098 * gdb.reverse/finish-precsave.exp: Likewise.
21099 * gdb.reverse/i386-precsave.exp: Likewise.
21100 * gdb.reverse/machinestate-precsave.exp: Likewise.
21101 * gdb.reverse/sigall-precsave.exp: Likewise.
21102 * gdb.reverse/solib-precsave.exp: Likewise.
21103 * gdb.reverse/step-precsave.exp: Likewise.
21104 * gdb.reverse/until-precsave.exp: Likewise.
21105 * gdb.reverse/watch-precsave.exp: Likewise.
21106
21107 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21108
21109 * gdb.base/bp-permanent.c: Include unistd.h.
21110 * gdb.python/py-framefilter-mi.c (main): Add return type.
21111 * gdb.python/py-framefilter.c (main): Likewise.
21112 * gdb.trace/actions-changed.c (main): Likewise.
21113
21114 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21115
21116 * gdb.mi/until.c: Add eye-catchers.
21117 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
21118 line numbers.
21119
21120 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21121
21122 * gdb.base/condbreak.exp: Drop references to removed non-prototype
21123 function header variants in break1.c.
21124 * gdb.base/ena-dis-br.exp: Likewise.
21125 * gdb.base/hbreak2.exp: Likewise.
21126 * gdb.reverse/until-precsave.exp: Drop references to removed
21127 non-prototype function header variants in ur1.c.
21128 * gdb.reverse/until-reverse.exp: Likewise.
21129
21130 2014-11-17 Petr Machata <pmachata@redhat.com>
21131
21132 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
21133 ${_cu_offset_size} bytes abbrev offset.
21134
21135 2014-11-15 Doug Evans <xdje42@gmail.com>
21136
21137 PR symtab/17559
21138 * gdb.base/line-symtabs.exp: New file.
21139 * gdb.base/line-symtabs.c: New file.
21140 * gdb.base/line-symtabs.h: New file.
21141
21142 2014-11-14 Yao Qi <yao@codesourcery.com>
21143
21144 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
21145 (func): Add label func_label.
21146 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
21147 Replace low_pc and high_pc with MACRO_AT_range.
21148 Replace name, low_pc and high_pc with MACRO_AT_func.
21149
21150 2014-11-14 Yao Qi <yao@codesourcery.com>
21151
21152 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
21153 Replace name, low_pc and high_pc with MACRO_AT_func.
21154
21155 2014-11-14 Yao Qi <yao@codesourcery.com>
21156
21157 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
21158 produce debug information.
21159 * gdb.dwarf2/implptr-optimized-out.S: Removed.
21160
21161 2014-11-14 Yao Qi <yao@codesourcery.com>
21162
21163 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
21164 object and get function length.
21165 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
21166 with MACRO_AT_func.
21167 (top-level): Replace gdb_compile and clean_restart with
21168 prepare_for_testing.
21169 * gdb.dwarf2/main.c (main): Add label main_label.
21170
21171 2014-11-14 Yao Qi <yao@codesourcery.com>
21172
21173 * lib/dwarf.exp (function_range): New procedure.
21174 (Dwarf::_handle_macro_at_func): New procedure.
21175 (Dwarf::_handle_macro_at_range): New procedure.
21176 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
21177
21178 2014-11-14 Yao Qi <yao@codesourcery.com>
21179
21180 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
21181 (_handle_attribute): New procedure.
21182
21183 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21184
21185 * gdb.ada/cond_lang/foo.c (callme): Add return type.
21186 * gdb.base/call-sc.c (zed): Likewise.
21187 * gdb.base/checkpoint.c (main): Likewise.
21188 * gdb.base/dump.c (main): Likewise.
21189 * gdb.base/gcore.c (main): Likewise.
21190 * gdb.base/huge.c (main): Likewise.
21191 * gdb.base/multi-forks.c (main): Likewise.
21192 * gdb.base/pr10179-a.c (main): Likewise.
21193 * gdb.base/savedregs.c (main): Likewise.
21194 * gdb.base/sigaltstack.c (main): Likewise.
21195 * gdb.base/siginfo.c (main): Likewise.
21196 * gdb.base/structs.c (zed): Likewise.
21197 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
21198 * gdb.mi/mi-syn-frame.c (main): Likewise.
21199 * gdb.mi/until.c (foo, main): Likewise.
21200 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
21201 * gdb.base/solib-weak.c (foo): Declare.
21202 * gdb.base/attach-twice.c: Include stdio.h.
21203 * gdb.base/weaklib1.c: Likewise.
21204 * gdb.base/weaklib2.c: Likewise.
21205 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
21206 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
21207 unistd.h.
21208 * gdb.base/attach-pie-misread.c: Include stdlib.h.
21209 * gdb.mi/mi-exit-code.c: Likewise.
21210 * gdb.base/break-interp-lib.c: Include string.h.
21211 * gdb.base/coremaker.c: Likewise.
21212 * gdb.base/testenv.c: Likewise.
21213 * gdb.python/py-finish-breakpoint.c: Likewise.
21214 * gdb.base/inferior-died.c: Include sys/wait.h.
21215 * gdb.base/fileio.c: Include time.h.
21216 * gdb.base/async-shell.c: Include unistd.h.
21217 * gdb.base/dprintf-non-stop.c: Likewise.
21218 * gdb.base/info-os.c: Likewise.
21219 * gdb.mi/mi-console.c: Likewise.
21220 * gdb.mi/watch-nonstop.c: Likewise.
21221 * gdb.python/py-events.c: Likewise.
21222 * gdb.base/async.c (baz): Move up before its invocation.
21223 * gdb.base/code_elim2.c (my_global_func): Likewise.
21224 * gdb.base/skip-solib-lib.c (multiply): Likewise.
21225 * gdb.base/advance.c (func2): Likewise.
21226
21227 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21228
21229 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
21230 variant.
21231 * gdb.base/annota3.c: Likewise.
21232 * gdb.base/async.c: Likewise.
21233 * gdb.base/average.c: Likewise.
21234 * gdb.base/call-ar-st.c: Likewise.
21235 * gdb.base/call-rt-st.c: Likewise.
21236 * gdb.base/call-sc.c: Likewise.
21237 * gdb.base/call-strs.c: Likewise.
21238 * gdb.base/ending-run.c: Likewise.
21239 * gdb.base/execd-prog.c: Likewise.
21240 * gdb.base/exprs.c: Likewise.
21241 * gdb.base/foll-exec.c: Likewise.
21242 * gdb.base/foll-fork.c: Likewise.
21243 * gdb.base/foll-vfork.c: Likewise.
21244 * gdb.base/funcargs.c: Likewise.
21245 * gdb.base/gcore.c: Likewise.
21246 * gdb.base/jump.c: Likewise.
21247 * gdb.base/langs0.c: Likewise.
21248 * gdb.base/langs1.c: Likewise.
21249 * gdb.base/langs2.c: Likewise.
21250 * gdb.base/mips_pro.c: Likewise.
21251 * gdb.base/nodebug.c: Likewise.
21252 * gdb.base/opaque0.c: Likewise.
21253 * gdb.base/opaque1.c: Likewise.
21254 * gdb.base/recurse.c: Likewise.
21255 * gdb.base/run.c: Likewise.
21256 * gdb.base/scope0.c: Likewise.
21257 * gdb.base/scope1.c: Likewise.
21258 * gdb.base/setshow.c: Likewise.
21259 * gdb.base/setvar.c: Likewise.
21260 * gdb.base/shmain.c: Likewise.
21261 * gdb.base/shr1.c: Likewise.
21262 * gdb.base/shr2.c: Likewise.
21263 * gdb.base/sigall.c: Likewise.
21264 * gdb.base/signals.c: Likewise.
21265 * gdb.base/so-indr-cl.c: Likewise.
21266 * gdb.base/solib2.c: Likewise.
21267 * gdb.base/structs.c: Likewise.
21268 * gdb.base/sum.c: Likewise.
21269 * gdb.base/vforked-prog.c: Likewise.
21270 * gdb.base/watchpoint.c: Likewise.
21271 * gdb.reverse/shr2.c: Likewise.
21272 * gdb.reverse/until-reverse.c: Likewise.
21273 * gdb.reverse/ur1.c: Likewise.
21274 * gdb.reverse/watch-reverse.c: Likewise.
21275
21276 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21277
21278 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
21279 variant.
21280 * gdb.base/sepdebug.exp: Drop references to removed code.
21281
21282 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21283
21284 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
21285 variant. Preserve original line numbering.
21286 * gdb.base/list1.c: Likewise.
21287
21288 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21289
21290 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
21291 variant.
21292 * gdb.base/break1.c: Likewise.
21293 * gdb.base/break.exp: Drop references to removed code.
21294
21295 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21296
21297 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
21298 variant.
21299
21300 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21301
21302 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
21303
21304 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21305
21306 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
21307 logic into perform_all_tests() and invoke it with and without
21308 function header prototypes.
21309 (do_function_calls): Remove conditional XFAIL for PR 5318.
21310 (rerun_and_prepare): Remove duplicate code.
21311 (perform_all_tests): New. Main logic moved here.
21312
21313 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21314
21315 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
21316 code guarded by #ifdef NO_PROTOTYPES.
21317 (t_double_many_args): Likewise.
21318 (DEF_FUNC_MANY_ARGS_1): Likewise.
21319 (DEF_FUNC_VALUES_1): Likewise.
21320 (t_structs_ldc): Renamed from t_structs_fc in conditional code
21321 guarded by #ifdef PROTOTYPES.
21322
21323 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21324
21325 * gdb.mi/mi-console.c: Add eye-catcher.
21326 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
21327 instead of literal line number.
21328
21329 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21330
21331 * gdb.base/shr2.c: Add eye-catcher.
21332 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
21333 line number.
21334
21335 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21336
21337 * gdb.base/jump.c: Add eye-catchers.
21338 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
21339 numbers.
21340
21341 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21342
21343 * gdb.base/execd-prog.c: Add eye-catchers.
21344 * gdb.base/foll-exec.c: Likewise.
21345 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
21346 line numbers.
21347
21348 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21349
21350 * gdb.base/ending-run.c: Add eye-catchers.
21351 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
21352 literal line numbers.
21353
21354 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21355
21356 * gdb.base/call-rt-st.c: Add eye-catchers.
21357 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
21358 literal line numbers.
21359
21360 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21361
21362 * gdb.base/call-ar-st.c: Add eye-catchers.
21363 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
21364 literal line numbers.
21365
21366 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21367
21368 * gdb.base/average.c: Add eye-catchers.
21369 * gdb.base/sum.c: Likewise.
21370 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
21371 regexps dynamically.
21372
21373 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21374
21375 * gdb.base/solib1.c: Add eye-catchers.
21376 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
21377 literal line numbers.
21378
21379 2014-11-12 Pedro Alves <palves@redhat.com>
21380
21381 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
21382 leader has exited.
21383
21384 2014-11-12 Pedro Alves <palves@redhat.com>
21385
21386 * gdb.arch/i386-bp_permanent.c: New file.
21387 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
21388 (srcfile): Set to i386-bp_permanent.c.
21389 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
21390 that stepi does not execute the 'leave' instruction, instead of
21391 testing it does execute.
21392 * gdb.base/bp-permanent.c: New file.
21393 * gdb.base/bp-permanent.exp: New file.
21394
21395 2014-11-10 Doug Evans <xdje42@gmail.com>
21396
21397 PR symtab/17564
21398 * gdb.base/symtab-search-order.exp: New file.
21399 * gdb.base/symtab-search-order.c: New file.
21400 * gdb.base/symtab-search-order-1.c: New file.
21401 * gdb.base/symtab-search-order-shlib-1.c: New file.
21402
21403 2014-11-07 Pedro Alves <palves@redhat.com>
21404
21405 PR gdb/17511
21406 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
21407 i?86-*-linux*.
21408
21409 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
21410
21411 PR c++/17494
21412 * gdb.cp/pr17494.cc: New file.
21413 * gdb.cp/pr17494.exp: New file.
21414
21415 2014-11-02 Yao Qi <yao@codesourcery.com>
21416
21417 * gdb.python/python.exp: Get working directory and match the
21418 output of "set extended-prompt \\w " with it.
21419
21420 2014-10-30 Doug Evans <dje@google.com>
21421
21422 * gdb.python/py-objfile.exp: Add tests for setting random attributes
21423 in objfiles.
21424 * gdb.python/py-progspace.exp: Add tests for setting random attributes
21425 in progspaces.
21426
21427 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
21428
21429 * gdb.base/fullpath-expand.exp: Skip for a remote host.
21430 * gdb.base/realname-expand.exp: Likewise.
21431 * gdb.linespec/macro-relative.exp: Likewise.
21432
21433 2014-10-29 Pedro Alves <palves@redhat.com>
21434
21435 PR gdb/17408
21436 * gdb.threads/schedlock.c (some_function): New function.
21437 (call_function): New global.
21438 (MAYBE_CALL_SOME_FUNCTION): New macro.
21439 (thread_function): Call it.
21440 * gdb.threads/schedlock.exp (get_args): Add description parameter,
21441 and use it instead of a global counter. Adjust all callers.
21442 (get_current_thread): Use "find current thread" for test message
21443 here rather than having all callers pass down the same string.
21444 (goto_loop): New procedure, factored out from ...
21445 (my_continue): ... this.
21446 (step_ten_loops): Change parameter from test message to command to
21447 use. Adjust.
21448 (list_count): Delete global.
21449 (check_result): New procedure, factored out from duplicate top
21450 level code.
21451 (continue tests): Wrap in with_test_prefix.
21452 (test_step): New procedure, factored out from duplicate top level
21453 code.
21454 (top level): Test "step" in combination with all scheduler-locking
21455 modes. Test "next" in combination with all scheduler-locking
21456 modes, and in combination with stepping over a function call or
21457 not.
21458 * gdb.threads/next-bp-other-thread.c: New file.
21459 * gdb.threads/next-bp-other-thread.exp: New file.
21460
21461 2014-10-29 Pedro Alves <palves@redhat.com>
21462
21463 PR python/17372
21464 * gdb.python/python.exp: Test a multi-line command that spawns
21465 interactive Python.
21466 * gdb.base/multi-line-starts-subshell.exp: New file.
21467
21468 2014-10-29 Yao Qi <yao@codesourcery.com>
21469
21470 * gdb.base/fileio.exp: Make directories on host.
21471
21472 2014-10-29 Yao Qi <yao@codesourcery.com>
21473
21474 * gdb.base/fileio.c (test_write): Close the file.
21475
21476 2014-10-28 Pedro Alves <palves@redhat.com>
21477
21478 PR gdb/12623
21479 * gdb.base/sigstep.c (no_handler): New global.
21480 (main): If 'no_handler is true, set the signal handlers to
21481 SIG_IGN.
21482 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
21483 with_sw_watch and no_handler parameters. Handle them.
21484 (top level) <stepping over handler when stopped at a breakpoint
21485 test>: Add a test axis for testing with a software watchpoint, and
21486 another for testing with the signal handler set to SIG_IGN.
21487 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
21488 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
21489
21490 2014-10-28 Pedro Alves <palves@redhat.com>
21491
21492 PR gdb/17511
21493 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
21494 * gdb.base/sigstep.exp (other_handler_location): New global.
21495 (advance): Support stepping into the signal handler, and running
21496 commands while in the handler.
21497 (in_handler_map): New global.
21498 (top level): In the advance test, add combinations for getting
21499 into the handler with stepping commands, and for running commands
21500 in the handler. Add comment descripting the advancei tests.
21501
21502 2014-10-28 Pedro Alves <palves@redhat.com>
21503
21504 * gdb.base/sigstep.exp: Use build_executable instead of
21505 prepare_for_testing.
21506 (top level): Move code that starts GDB, runs to main and creates a
21507 display to ...
21508 (restart): ... this new procedure.
21509 (top level): Move backtrace from signal handler test to ...
21510 (validate_backtrace): ... this new procedure.
21511 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
21512 with_test_prefix. Always restart GDB.
21513 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
21514 with_test_prefix. Always restart GDB. No need to delete
21515 breakpoints after the test.
21516 (test_skip_handler): Remove prefix parameter.
21517 (skip_over_handler, breakpoint_to_handler)
21518 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
21519 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
21520 restart GDB. No need to delete breakpoints after the test.
21521 (top level): Use foreach to call the test procedures with
21522 different commands.
21523
21524 2014-10-28 Pedro Alves <palves@redhat.com>
21525
21526 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
21527 instead of GNATS numbers.
21528 * gdb.base/sigbpt.exp: Likewise.
21529 * gdb.base/siginfo.exp: Likewise.
21530 * gdb.base/sigstep.exp: Likewise.
21531
21532 2014-10-27 Pedro Alves <palves@redhat.com>
21533
21534 * gdb.base/sigstep.c (dummy): New global.
21535 (main): Issue a couple writes to the new global.
21536 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
21537 procedures.
21538 (skip_over_handler): Use test_skip_handler.
21539 (top level): Call skip_over_handler for stepi and nexti too.
21540 (breakpoint_over_handler): Use test_skip_handler.
21541 (top level): Call breakpoint_over_handler for stepi and nexti too.
21542
21543 2014-10-27 Yao Qi <yao@codesourcery.com>
21544
21545 * gdb.trace/tfile.c (adjust_function_address)
21546 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
21547 function descriptor.
21548
21549 2014-10-24 Don Breazeal <donb@codesourcery.com>
21550
21551 * gdb.base/foll-fork.exp (test_follow_fork,
21552 catch_fork_child_follow): Check for updated fork messages emitted
21553 from infrun.c.
21554 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
21555 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
21556 vfork_and_exec_child_follow_through_step): Check for updated vfork
21557 messages emitted from infrun.c.
21558
21559 2014-10-24 Pedro Alves <palves@redhat.com>
21560
21561 * gdb.base/corefile.exp: Remove references to ultrix.
21562 * gdb.base/interrupt.exp: Likewise.
21563 * gdb.base/whatis.exp: Likewise.
21564 * gdb.gdb/selftest.exp: Likewise.
21565 * gdb.threads/manythreads.exp: Likewise.
21566 * gdb.threads/print-threads.exp: Likewise.
21567 * gdb.threads/pthreads.exp:: Likewise.
21568 * gdb.threads/schedlock.exp: Likewise.
21569
21570 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
21571
21572 * gdb.cp/non-trivial-retval.cc: Add a test case.
21573 * gdb.cp/non-trivial-retval.exp: Add a test.
21574
21575 2014-10-20 Yao Qi <yao@codesourcery.com>
21576
21577 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
21578 * gdb.python/py-objfile-script-gdb.py: New file.
21579 * gdb.python/py-objfile-script.exp: Update reference to
21580 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
21581 of remote_download. Remove the dest file.
21582
21583 2014-10-20 Yao Qi <yao@codesourcery.com>
21584
21585 * gdb.base/checkpoint.exp: Don't remove file copied on host.
21586 * gdb.base/step-line.exp: Likewise.
21587 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
21588 * gdb.dwarf2/dw2-basic.exp: Likewise.
21589 * gdb.dwarf2/dw2-compressed.exp: Likewise.
21590 * gdb.dwarf2/dw2-filename.exp: Likewise.
21591 * gdb.dwarf2/dw2-intercu.exp: Likewise.
21592 * gdb.dwarf2/dw2-intermix.exp: Likewise.
21593 * gdb.dwarf2/dw2-producer.exp: Likewise.
21594 * gdb.dwarf2/mac-fileno.exp: Likewise.
21595 * gdb.python/py-frame-args.exp: Likewise.
21596 * gdb.python/py-framefilter.exp: Likewise.
21597 * gdb.python/py-mi.exp: Likewise.
21598 * gdb.python/py-objfile-script.exp: Likewise
21599 * gdb.python/py-pp-integral.exp: Likewise.
21600 * gdb.python/py-pp-re-notag.exp: Likewise.
21601 * gdb.python/py-prettyprint.exp: Likewise.
21602 * gdb.python/py-section-script.exp: Likewise.
21603 * gdb.python/py-typeprint.exp: Likewise.
21604 * gdb.python/py-xmethods.exp: Likewise.
21605 * gdb.stabs/weird.exp: Likewise.
21606 * gdb.xml/tdesc-regs.exp: Likewise.
21607
21608 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
21609
21610 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
21611 (out_cu): Use addr_len for the size of addresses.
21612 (out_line): Likewise. Size DW_LNE_set_address instruction
21613 according to addr_len.
21614 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
21615 (FUNC): Add START_INSNS to definition.
21616
21617 2014-10-18 Yao Qi <yao@codesourcery.com>
21618
21619 * gdb.base/argv0-symlink.exp: Check argv[0] value if
21620 gdb_has_argv0 return true.
21621 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
21622 check [target_info exists noargs], check [gdb_has_argv0]
21623 instead.
21624 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21625 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
21626 procedures.
21627
21628 2014-10-17 Doug Evans <dje@google.com>
21629
21630 * gdb.python/py-events.exp: Update expected output for clear_objfiles
21631 event.
21632 * gdb.python/py-events.py: Add clear_objfiles event.
21633
21634 2014-10-17 Doug Evans <dje@google.com>
21635
21636 * gdb.python/py-objfile.exp: Test progspace attribute.
21637
21638 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
21639
21640 * gdb.guile/scm-breakpoint.exp: Do not assume any
21641 directory separators when matching source file paths.
21642 * gdb.python/py-breakpoint.exp: Likewise.
21643 * gdb.reverse/break-precsave.exp: Likewise.
21644 * gdb.reverse/break-reverse.exp: Likewise.
21645 * gdb.reverse/consecutive-precsave.exp: Likewise.
21646 * gdb.reverse/finish-precsave.exp: Likewise.
21647 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
21648 * gdb.reverse/finish-reverse.exp: Likewise.
21649 * gdb.reverse/i386-precsave.exp: Likewise.
21650 * gdb.reverse/i387-env-reverse.exp: Likewise.
21651 * gdb.reverse/i387-stack-reverse.exp: Likewise.
21652 * gdb.reverse/machinestate-precsave.exp: Likewise.
21653 * gdb.reverse/machinestate.exp: Likewise.
21654 * gdb.reverse/sigall-precsave.exp: Likewise.
21655 * gdb.reverse/solib-precsave.exp: Likewise.
21656 * gdb.reverse/step-precsave.exp: Likewise.
21657 * gdb.reverse/until-precsave.exp: Likewise.
21658 * gdb.reverse/watch-precsave.exp: Likewise.
21659 * gdb.reverse/watch-reverse.exp: Likewise.
21660
21661 2014-10-17 Yao Qi <yao@codesourcery.com>
21662
21663 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
21664 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
21665
21666 2014-10-17 Pedro Alves <palves@redhat.com>
21667
21668 PR gdb/17471
21669 * gdb.base/bg-execution-repeat.c: New file.
21670 * gdb.base/bg-execution-repeat.exp: New file.
21671
21672 2014-10-17 Pedro Alves <palves@redhat.com>
21673
21674 PR gdb/17300
21675 * gdb.base/continue-all-already-running.c: New file.
21676 * gdb.base/continue-all-already-running.exp: New file.
21677
21678 2014-10-17 Pedro Alves <palves@redhat.com>
21679
21680 PR gdb/17472
21681 * gdb.base/annota-input-while-running.c: New file.
21682 * gdb.base/annota-input-while-running.exp: New file.
21683
21684 2014-10-17 Pedro Alves <palves@redhat.com>
21685
21686 * gdb.base/callfuncs.exp: emove references to osf.
21687 * gdb.base/sigall.exp: Likewise.
21688 * gdb.gdb/selftest.exp: Likewise.
21689 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
21690 * gdb.mi/non-stop.c: Likewise.
21691 * gdb.mi/pthreads.c: Likewise.
21692 * gdb.reverse/sigall-precsave.exp: Likewise.
21693 * gdb.reverse/sigall-reverse.exp: Likewise.
21694 * gdb.threads/pthreads.c: Likewise.
21695 * gdb.threads/pthreads.exp: Likewise.
21696
21697 2014-10-17 Yao Qi <yao@codesourcery.com>
21698
21699 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
21700 check 'target_info exists noargs'.
21701 (test_command_prompt_position): Likewise.
21702 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
21703 Remove "set args".
21704 (progvar_simple_while_test): Likewise.
21705 (progvar_complex_if_while_test): Likewise.
21706 (if_while_breakpoint_command_test): Likewise.
21707 (infrun_breakpoint_command_test): Likewise.
21708 (breakpoint_command_test): Likewise.
21709 (watchpoint_command_test): Likewise.
21710 (bp_deleted_in_command_test): Likewise.
21711 (temporary_breakpoint_commands): Likewise.
21712
21713 2014-10-16 Yao Qi <yao@codesourcery.com>
21714
21715 * gdb.base/remotetimeout.exp: Remove noargs checking.
21716
21717 2014-10-15 Pedro Alves <palves@redhat.com>
21718
21719 PR breakpoints/9649
21720 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
21721 * gdb.base/breakpoint-in-ro-region.exp
21722 (probe_target_hardware_step): New procedure.
21723 (top level): Probe hardware stepping and hardware breakpoint
21724 support. Test stepping through a read-only region, with both
21725 "breakpoint auto-hw" on and off and both "always-inserted" on and
21726 off.
21727
21728 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
21729
21730 * gdb.dlang/demangle.exp: Update for demangling changes.
21731
21732 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
21733
21734 * gdb.cp/non-trivial-retval.cc: Add new test cases.
21735 * gdb.cp/non-trivial-retval.exp: Add new tests.
21736
21737 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
21738
21739 PR c++/13403
21740 PR c++/15154
21741 * gdb.cp/non-trivial-retval.cc: New file.
21742 * gdb.cp/non-trivial-retval.exp: New file.
21743
21744 2014-10-15 Yao Qi <yao@codesourcery.com>
21745
21746 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
21747 remote host.
21748
21749 2014-10-15 Yao Qi <yao@codesourcery.com>
21750
21751 * gdb.python/py-symbol.exp: Match file base name if host is
21752 remote, otherwise match file name with dir name.
21753 * gdb.python/py-symtab.exp: Likewise.
21754 * gdb.python/python.exp: Likewise.
21755
21756 2014-10-15 Yao Qi <yao@codesourcery.com>
21757
21758 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
21759 pattern.
21760 * gdb.python/py-symtab.exp: Likewise.
21761 * gdb.python/python.exp: Remove trailing ".*". Fix typo
21762 locationn.
21763
21764 2014-10-14 Joel Brobecker <brobecker@adacore.com>
21765
21766 * gdb.ada/addr_arith: New testcase.
21767
21768 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
21769
21770 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
21771 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
21772 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
21773 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
21774
21775 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
21776
21777 * gdb.arch/stap-eval-lang-ada.S: Likewise.
21778 * gdb.arch/stap-eval-lang-ada.c: Likewise.
21779 * gdb.arch/stap-eval-lang-ada.exp: New file.
21780
21781 2014-10-14 Yao Qi <yao@codesourcery.com>
21782
21783 * gdb.mi/mi-var-child.c (nothing1): New function.
21784 (nothing2): New function.
21785 (do_children_tests): Set function pointers by nothing1 and
21786 nothing2.
21787 * gdb.mi/mi-var-child.exp: Step over new added statements.
21788 Update test to match the new output.
21789 * gdb.mi/var-cmd.c (nothing1): New function.
21790 (nothing2): New function.
21791 (do_children_tests): Set function pointers by nothing1 and
21792 nothing2.
21793 * gdb.mi/mi-var-display.exp: Update test to match output.
21794 Step to the line specified by $line_dct_nothing.
21795 Increase the number of lines to step.
21796
21797 2014-10-14 Yao Qi <yao@codesourcery.com>
21798
21799 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
21800 tests.
21801 * gdb.mi/mi2-var-child.exp: Likewise.
21802
21803 2014-10-13 Doug Evans <dje@google.com>
21804
21805 * gdb.python/py-objfile.exp: Change name of file name test.
21806
21807 2014-10-13 Doug Evans <dje@google.com>
21808
21809 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
21810 from the start of the CU.
21811
21812 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
21813 Yao Qi <yao@codesourcery.com>
21814
21815 Fix "save breakpoints" for "catch" command.
21816 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
21817 Remove -nonewline. Match also the added "main" line.
21818
21819 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21820
21821 Fix "save breakpoints" for "disable $bpnum" command.
21822 * gdb.base/save-bp.c (main): Add label.
21823 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
21824
21825 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21826
21827 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
21828
21829 2014-10-11 Yao Qi <yao@codesourcery.com>
21830
21831 * gdb.server/server-kill.exp: Execute command
21832 "set remote trace-status-packet on" before "tstatus".
21833
21834 2014-10-11 Yao Qi <yao@codesourcery.com>
21835
21836 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
21837 (main): Call getppid.
21838 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
21839 and continue to it. Read variable "server_pid".
21840
21841 2014-10-11 Yao Qi <yao@codesourcery.com>
21842
21843 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
21844
21845 2014-10-11 Yao Qi <yao@codesourcery.com>
21846
21847 * gdb.threads/thread-find.exp: Don't execute command
21848 "info threads".
21849 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
21850 * gdb.threads/linux-dp.exp: Don't check the condition
21851 $threads_created equals to zero.
21852
21853 2014-10-10 Pedro Alves <palves@redhat.com>
21854
21855 * gdb.base/bigcore.exp: Remove references to IRIX.
21856 * gdb.base/funcargs.exp: Likewise.
21857 * gdb.base/interrupt.exp: Likewise.
21858 * gdb.base/mips_pro.exp: Likewise.
21859 * gdb.base/nodebug.exp: Likewise.
21860 * gdb.base/setvar.exp: Likewise.
21861 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
21862
21863 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
21864 Pedro Alves <palves@redhat.com>
21865
21866 PR symtab/14466
21867 * gdb.base/vdso-warning.c: New file.
21868 * gdb.base/vdso-warning.exp: New file.
21869
21870 2014-10-02 Doug Evans <dje@google.com>
21871
21872 * gdb.base/structs.c (main): Don't run forever.
21873
21874 2014-10-02 Pedro Alves <palves@redhat.com>
21875
21876 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
21877 (top level) <stop threads 1, stop threads 2>: Use it.
21878
21879 2014-10-02 Pedro Alves <palves@redhat.com>
21880
21881 * gdb.threads/break-while-running.exp (test): Add new
21882 'update_thread_list' argument. Skip "info threads" if false.
21883 (top level): Add new 'update_thread_list' axis.
21884
21885 2014-10-02 Pedro Alves <palves@redhat.com>
21886
21887 PR breakpoints/17431
21888 * gdb.base/execl-update-breakpoints.c: New file.
21889 * gdb.base/execl-update-breakpoints.exp: New file.
21890
21891 2014-10-01 Pedro Alves <palves@redhat.com>
21892
21893 * gdb.base/breakpoint-in-ro-region.c: New file.
21894 * gdb.base/breakpoint-in-ro-region.exp: New file.
21895
21896 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
21897
21898 * gdb.mi/mi-exit-code.exp: New file.
21899 * gdb.mi/mi-exit-code.c: New file.
21900
21901 2014-09-30 Yao Qi <yao@codesourcery.com>
21902
21903 * lib/prelink-support.exp (build_executable_own_libs): Error if
21904 the target isn't native.
21905
21906 2014-09-30 Yao Qi <yao@codesourcery.com>
21907
21908 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
21909 false.
21910
21911 2014-09-22 Pedro Alves <palves@redhat.com>
21912
21913 * gdb.threads/break-while-running.exp: New file.
21914 * gdb.threads/break-while-running.c: New file.
21915
21916 2014-09-19 Yao Qi <yao@codesourcery.com>
21917
21918 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
21919 Invoke test. Restart GDB with --readnow and invoke test again.
21920
21921 2014-09-19 Yao Qi <yao@codesourcery.com>
21922
21923 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
21924 proc set_breakpoint_on_gcd_function. Invoke
21925 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
21926 invoke set_breakpoint_on_gcd_function again.
21927
21928 2014-09-18 Doug Evans <dje@google.com>
21929
21930 * gdb.dwarf2/symtab-producer.exp: New file.
21931
21932 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
21933
21934 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
21935 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
21936 * gdb.base/global-var-nested-by-dso.c: Likewise.
21937 * gdb.base/global-var-nested-by-dso.exp: Likewise.
21938
21939 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
21940 Pedro Alves <palves@redhat.com>
21941
21942 * gdb.base/watch-bitfields.exp: Pass string other than test file
21943 name to prepare_for_testing.
21944 (watch): New procedure.
21945 (expect_watchpoint): Use with_test_prefix.
21946 (top level): Factor out tests to ...
21947 (test_watch_location, test_regular_watch): ... these new
21948 procedures, and use with_test_prefix and gdb_continue_to_end.
21949
21950 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
21951
21952 PR breakpoints/12526
21953 * gdb.base/watch-bitfields.exp: New file.
21954 * gdb.base/watch-bitfields.c: New file.
21955
21956 2014-09-16 Pedro Alves <palves@redhat.com>
21957
21958 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
21959 software and hardware addresses, not software address against
21960 itself.
21961
21962 2014-09-16 Pedro Alves <palves@redhat.com>
21963
21964 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
21965 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
21966
21967 2014-09-16 Pedro Alves <palves@redhat.com>
21968
21969 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
21970 files.
21971 * gdb.base/a2-run.exp: Remove all code guarded by istarget
21972 "*-*-vxworks*" throughout.
21973 * gdb.base/break.exp: Likewise.
21974 * gdb.base/default.exp: Likewise.
21975 * gdb.base/scope.exp: Likewise.
21976 * gdb.base/sepdebug.exp: Likewise.
21977 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
21978 throughout.
21979 * gdb.base/run.c: Likewise.
21980 * gdb.base/sepdebug.c: Likewise.
21981 * gdb.hp/gdb.aCC/run.c: Likewise.
21982 * gdb.reverse/until-reverse.c: Likewise.
21983 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
21984
21985 2014-09-16 Yao Qi <yao@codesourcery.com>
21986
21987 * boards/local-remote-host-native.exp: New file.
21988
21989 2014-09-14 Doug Evans <xdje42@gmail.com>
21990
21991 * gdb.threads/queue-signal.c (thread_count): New variable.
21992 (thread_count_mutex, thread_count_condvar): New variables.
21993 (incr_thread_count, wait_all_threads_running): New functions.
21994 (main): Wait for all threads to be in their thread functions.
21995
21996 2014-09-13 Doug Evans <xdje42@gmail.com>
21997
21998 * gdb.threads/queue-signal.c: New file.
21999 * gdb.threads/queue-signal.exp: New file.
22000
22001 2014-09-13 Doug Evans <xdje42@gmail.com>
22002
22003 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
22004 be consistent with what default_gdb_init uses.
22005 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
22006 the plain text of the prompt. Add some logging printfs.
22007 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
22008
22009 2014-09-12 Pedro Alves <palves@redhat.com>
22010
22011 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
22012 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
22013 * gdb.arch/i386-size-overlap.exp: Likewise.
22014 * gdb.arch/i386-size.exp: Likewise.
22015 * gdb.arch/i386-unwind.exp: Likewise.
22016 * gdb.base/a2-run.exp: Likewise.
22017 * gdb.base/break.exp: Likewise.
22018 * gdb.base/charset.exp: Likewise.
22019 * gdb.base/chng-syms.exp: Likewise.
22020 * gdb.base/commands.exp: Likewise.
22021 * gdb.base/dbx.exp: Likewise.
22022 * gdb.base/find.exp: Likewise.
22023 * gdb.base/funcargs.exp: Likewise.
22024 * gdb.base/jit-simple.exp: Likewise.
22025 * gdb.base/reread.exp: Likewise.
22026 * gdb.base/sepdebug.exp: Likewise.
22027 * gdb.base/step-bt.exp: Likewise.
22028 * gdb.cp/mb-inline.exp: Likewise.
22029 * gdb.cp/mb-templates.exp: Likewise.
22030 * gdb.objc/basicclass.exp: Likewise.
22031 * gdb.threads/killed.exp: Likewise.
22032
22033 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22034
22035 PR tdep/17379
22036 * gdb.arch/powerpc-stackless.S: New file.
22037 * gdb.arch/powerpc-stackless.exp: New file.
22038
22039 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22040
22041 * gdb.base/attach.c: Include unistd.h.
22042 (main): Call alarm. Add label postloop.
22043 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
22044 gdb_breakpoint, gdb_continue_to_breakpoint.
22045 (test_command_line_attach_run): Kill ${testpid} in one exit path.
22046
22047 2014-09-11 Pedro Alves <palves@redhat.com>
22048
22049 PR gdb/17347
22050 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
22051 * gdb.base/attach.exp (test_command_line_attach_run): New
22052 procedure.
22053 (top level): Call it.
22054
22055 2014-09-11 Pedro Alves <palves@redhat.com>
22056
22057 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
22058 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
22059 (do_command_attach_tests): Use spawn_wait_for_attach.
22060 * gdb.base/solib-overlap.exp: Likewise.
22061 * gdb.multi/multi-attach.exp: Likewise.
22062 * gdb.python/py-prompt.exp: Likewise.
22063 * gdb.python/py-sync-interp.exp: Likewise.
22064 * gdb.server/ext-attach.exp: Likewise.
22065
22066 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
22067
22068 * gdb.fortran/array-element.exp: Remove unexpected "continue"
22069 command in testcase. Simplify testcase.
22070
22071 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22072
22073 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
22074
22075 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22076
22077 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
22078
22079 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22080
22081 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
22082
22083 2014-09-10 Joel Brobecker <brobecker@adacore.com>
22084
22085 * gdb.dwarf2/dynarr-ptr.c: New file.
22086 * gdb.dwarf2/dynarr-ptr.exp: New file.
22087
22088 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22089
22090 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
22091 of 30 rather than hardcoding 120 for a slow test case. Take the
22092 `gdb,timeout' target setting into account for this calculation.
22093 Don't extend the timeout for the test cases that don't need it.
22094
22095 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22096
22097 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
22098 a factor of 2 for a slow test case. Take the `gdb,timeout'
22099 target setting into account for this calculation.
22100 * gdb.reverse/until-precsave.exp: Increase the timeout by
22101 a factor of 15 and 3 respectively rather than adding 120
22102 for a pair of slow test cases. Take the `gdb,timeout'
22103 target setting into account for this calculation.
22104
22105 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22106
22107 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
22108 timeout, don't pass one down to gdb_expect.
22109 (gdb_expect): Rework timeout selection.
22110
22111 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22112
22113 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
22114 exception on timeout.
22115 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
22116 (gdbserver_start_extended): Catch any `gdbserver_start' error
22117 exceptions.
22118 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
22119 * lib/mi-support.exp (mi_gdb_target_load): Catch any
22120 `gdbserver_gdb_load' error exceptions.
22121
22122 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22123
22124 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
22125 120 on waiting for the TCP socket to open.
22126
22127 2014-09-09 Doug Evans <xdje42@gmail.com>
22128
22129 * gdb.base/default.exp (show_conv_list): Add _caller_is,
22130 _caller_matches, _any_caller_is, _any_caller_matches.
22131
22132 2014-09-09 Doug Evans <xdje42@gmail.com>
22133
22134 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
22135
22136 2014-09-09 Yao Qi <yao@codesourcery.com>
22137
22138 * gdb.mi/mi-var-display.exp: Set print symbol off.
22139
22140 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
22141
22142 PR gdb/17035
22143 * gdb.base/commands.exp: Add tests to verify user-defined
22144 commands with empty bodies.
22145 * gdb.python/py-cmd.exp: Test that we don't show user-defined
22146 python commands in `show user command`.
22147 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
22148 scheme commands in `show user command`.
22149
22150 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
22151
22152 PR python/17355
22153 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
22154 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
22155 * gdb.python/py-framefilter-invalidarg.exp: New file.
22156 * gdb.python/py-framefilter-invalidarg.py: New file.
22157
22158 2014-09-06 Doug Evans <xdje42@gmail.com>
22159
22160 PR 15276
22161 * gdb.python/py-caller-is.c: New file.
22162 * gdb.python/py-caller-is.exp: New file.
22163
22164 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
22165
22166 PR gdb/17235
22167 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
22168 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
22169
22170 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
22171
22172 PR fortran/17237
22173 * gdb.fortran/print-formatted.exp: New file.
22174 * gdb.fortran/print-formatted.f90: Likewise.
22175
22176 2014-09-03 Sasha Smundak <asmundak@google.com>
22177
22178 * gdb.python/py-frame.exp: Test Frame.read_register.
22179
22180 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
22181
22182 PR python/16699
22183 * gdb.python/py-completion.exp: New file.
22184 * gdb.python/py-completion.py: Likewise.
22185
22186 2014-08-28 Doug Evans <dje@google.com>
22187
22188 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
22189 eax,etc. are live with values set by gdb and thus the compiler can't
22190 use them.
22191 * gdb.arch/i386-pseudo.c (main): Ditto.
22192
22193 2014-08-27 Doug Evans <dje@google.com>
22194
22195 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
22196
22197 2014-08-25 Doug Evans <dje@google.com>
22198
22199 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
22200 (main): Ditto.
22201
22202 2014-08-25 Doug Evans <dje@google.com>
22203
22204 * gdb.threads/thread-execl.exp: #include <stdio.h>.
22205
22206 2014-08-24 Yao Qi <yao@codesourcery.com>
22207
22208 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
22209 symbol off.
22210 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
22211
22212 2014-08-22 Doug Evans <dje@google.com>
22213
22214 PR 17276
22215 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
22216 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
22217 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
22218
22219 2014-08-22 Yao Qi <yao@codesourcery.com>
22220
22221 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
22222 * gdb.python/py-finish-breakpoint2.exp: Likewise.
22223 * gdb.python/python.exp: Likewise. Use .py file on the host
22224 instead of the build.
22225
22226 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22227
22228 * gdb.threads/gcore-stale-thread.c: New file.
22229 * gdb.threads/gcore-stale-thread.exp: New file.
22230
22231 2014-08-21 Pedro Alves <palves@redhat.com>
22232
22233 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
22234 * gdb.base/gcore-relro-pie.exp: Likewise.
22235 * gdb.base/gcore-relro.exp: Likewise.
22236 * gdb.base/gcore.exp: Likewise.
22237 * gdb.base/print-symbol-loading.exp: Likewise.
22238 * gdb.threads/gcore-thread.exp: Likewise.
22239 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
22240
22241 2014-08-20 Pedro Alves <palves@redhat.com>
22242 Jan Kratochvil <jan.kratochvil@redhat.com>
22243
22244 * Makefile.in (EXTRA_RULES, CC): New variables, get from
22245 configure.
22246 (EXPECT): Handle READ1 being set.
22247 (all): Depend on EXTRA_RULES.
22248 (check-read1, expect-read1, read1.so, read1): New rules.
22249 * README (Testsuite Parameters): Document the READ1 make variable.
22250 (Race detection): New section.
22251 * configure: Regenerate.
22252 * configure.ac: If build==host==target, and running under a
22253 GNU/glibc system, add read1 to the extra Makefile rules.
22254 (EXTRA_RULES): AC_SUBST it.
22255 * lib/read1.c: New file.
22256
22257 2014-08-20 Joel Brobecker <brobecker@adacore.com>
22258
22259 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
22260 the handling of variables declared as a typedef to an array
22261 which a DW_AT_data_location attribute.
22262
22263 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
22264 Pedro Alves <palves@redhat.com>
22265
22266 PR symtab/14604
22267 PR symtab/14605
22268 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
22269 gdb_test.
22270
22271 2014-08-19 Pedro Alves <palves@redhat.com>
22272
22273 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
22274
22275 2014-08-19 Yao Qi <yao@codesourcery.com>
22276
22277 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
22278 right line.
22279
22280 2014-08-18 David Blaikie <dblaikie@gmail.com>
22281
22282 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
22283
22284 2014-08-18 Joel Brobecker <brobecker@adacore.com>
22285
22286 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
22287 attribute in array range.
22288
22289 2014-08-18 Joel Brobecker <brobecker@adacore.com>
22290
22291 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
22292
22293 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22294
22295 PR c++/17132
22296 * gdb.cp/pr17132.cc: New file.
22297 * gdb.cp/pr17132.exp: New file.
22298
22299 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22300
22301 * gdb.python/py-xmethods.py (A_getarrayind)
22302 (E_method_char_worker.__call__, E_method_int_worker.__call__):
22303 Use 'print' with function call syntax.
22304 (E_method_matcher.match): Fix tab vs space indentation mixup.
22305
22306 2014-08-15 Yao Qi <yao@codesourcery.com>
22307
22308 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
22309 false.
22310
22311 2014-08-15 Yao Qi <yao@codesourcery.com>
22312
22313 * gdb.cp/casts.exp: Set print symbol off.
22314 * gdb.cp/class2.exp: Likewise.
22315 * gdb.cp/overload.exp: Likewise.
22316 * gdb.cp/templates.exp: Likewise.
22317
22318 2014-08-11 Doug Evans <dje@google.com>
22319
22320 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
22321 (test_load_shlib): Update.
22322
22323 2014-08-09 Yao Qi <yao@codesourcery.com>
22324
22325 * gdb.base/display.exp: Invoke is_address_zero_readable.
22326 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
22327 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
22328 * gdb.base/hbreak-unmapped.exp: Return if
22329 is_address_zero_readable returns true.
22330 * gdb.base/signest.exp: Likewise.
22331 * gdb.base/signull.exp: Likewise.
22332 * gdb.base/sigbpt.exp: Likewise.
22333 * gdb.guile/scm-disasm.exp: Do the test if
22334 is_address_zero_readable returns false.
22335 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
22336 * gdb.python/py-arch.exp: Likewise.
22337 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
22338 * lib/gdb.exp (is_address_zero_readable): New proc.
22339
22340 2014-08-09 Yao Qi <yao@codesourcery.com>
22341
22342 PR testsuite/13443
22343 * gdb.mi/mi-var-display.exp: Make test messages unique.
22344
22345 2014-08-04 Tom Tromey <tromey@redhat.com>
22346
22347 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
22348 target 0".
22349
22350 2014-08-04 Tom Tromey <tromey@redhat.com>
22351
22352 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
22353 "target_resume".
22354
22355 2014-08-01 Joel Brobecker <brobecker@adacore.com>
22356
22357 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
22358 inner_vla_struct_object_size.
22359 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
22360 as xfail.
22361
22362 2014-07-30 Pedro Alves <palves@redhat.com>
22363
22364 * gdb.threads/signal-command-handle-nopass.exp (test): Add
22365 comment.
22366
22367 2014-07-29 Yao Qi <yao@codesourcery.com>
22368
22369 PR gdb/17206
22370 * gdb.base/until-nodebug.exp: New.
22371
22372 2014-07-28 Doug Evans <xdje42@gmail.com>
22373
22374 PR guile/17203
22375 * gdb.guile/scm-parameter.exp: Add tests for trying to create
22376 previously existing parameter, and previously ambiguously spelled
22377 parameter.
22378
22379 2014-07-28 Will Newton <will.newton@linaro.org>
22380
22381 * gdb.base/varargs.exp: Remove KFAILs for ARM.
22382
22383 2014-07-26 Ludovic Courtès <ludo@gnu.org>
22384 Doug Evans <xdje42@gmail.com>
22385
22386 PR guile/17146
22387 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
22388
22389 2014-07-25 Pedro Alves <palves@redhat.com>
22390
22391 * gdb.threads/signal-command-handle-nopass.c: New file.
22392 * gdb.threads/signal-command-handle-nopass.exp: New file.
22393 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
22394 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
22395 * gdb.threads/signal-delivered-right-thread.c: New file.
22396 * gdb.threads/signal-delivered-right-thread.exp: New file.
22397
22398 2014-07-25 Pedro Alves <palves@redhat.com>
22399
22400 * gdb.base/double-prompt-target-event-error.exp
22401 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
22402 match.
22403 (cancel_pagination_in_target_event): Rework double prompt
22404 detection.
22405 * gdb.base/paginate-after-ctrl-c-running.exp
22406 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
22407 <return>' match.
22408 * gdb.base/paginate-bg-execution.exp
22409 (test_bg_execution_pagination_return)
22410 (test_bg_execution_pagination_cancel): Remove '-notransfer
22411 <return>' matches.
22412 * gdb.base/paginate-execution-startup.exp
22413 (test_fg_execution_pagination_return)
22414 (test_fg_execution_pagination_cancel): Remove '-notransfer
22415 <return>' matches.
22416 * gdb.base/paginate-inferior-exit.exp
22417 (test_paginate_inferior_exited): Remove '-notransfer <return>'
22418 match.
22419 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
22420 * lib/gdb.exp (pagination_prompt): Run text through
22421 string_to_regexp.
22422 (gdb_test_multiple): Match $pagination_prompt instead of
22423 "<return>".
22424 (string_to_regexp): Move to lib/gdb-utils.exp.
22425
22426 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
22427
22428 * gdb.arch/amd64-entry-value-paramref.S: New file.
22429 * gdb.arch/amd64-entry-value-paramref.cc: New file.
22430 * gdb.arch/amd64-entry-value-paramref.exp: New file.
22431 * gdb.arch/amd64-optimout-repeat.S: New file.
22432 * gdb.arch/amd64-optimout-repeat.c: New file.
22433 * gdb.arch/amd64-optimout-repeat.exp: New file.
22434
22435 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
22436
22437 PR gdb/17170
22438 * gdb.base/statistics.exp: New file.
22439
22440 2014-07-17 Doug Evans <dje@google.com>
22441
22442 PR gdb/17170
22443 * gdb.base/maint.exp: Update testing of per-command stats.
22444
22445 2014-07-16 Pedro Alves <palves@redhat.com>
22446
22447 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
22448 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
22449 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
22450 (tfile_write_buf): New functions.
22451 (add_memory_block): Rewrite using the above.
22452 (adjust_function_address): New function.
22453 (FUNCTION_ADDRESS): New macro.
22454 (write_basic_trace_file): Remove short_x local, and use
22455 tfile_write_16. Change type of func_addr local to unsigned long
22456 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
22457 here. Cast argument of add_memory_block to char pointer.
22458 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
22459 (main): Remove parameters.
22460 * gdb.trace/tfile.exp: Remove nowarnings.
22461
22462 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
22463
22464 * gdb.base/debug-expr.exp: Test string evaluation with
22465 "debug expression" on.
22466
22467 2014-07-15 Pedro Alves <palves@redhat.com>
22468
22469 * gdb.base/reread.exp: Use clean_restart.
22470
22471 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
22472
22473 * gdb.arch/avr-flash-qualifer.c: New.
22474 * gdb.arch/avr-flash-qualifer.exp: New.
22475
22476 2014-07-14 Pedro Alves <palves@redhat.com>
22477
22478 * gdb.base/paginate-after-ctrl-c-running.c: New file.
22479 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
22480
22481 2014-07-14 Pedro Alves <palves@redhat.com>
22482
22483 * gdb.base/double-prompt-target-event-error.c: New file.
22484 * gdb.base/double-prompt-target-event-error.exp: New file.
22485
22486 2014-07-14 Pedro Alves <palves@redhat.com>
22487
22488 PR gdb/17072
22489 * gdb.base/paginate-inferior-exit.c: New file.
22490 * gdb.base/paginate-inferior-exit.exp: New file.
22491
22492 2014-07-14 Pedro Alves <palves@redhat.com>
22493
22494 PR gdb/17072
22495 * gdb.base/paginate-bg-execution.c: New file.
22496 * gdb.base/paginate-bg-execution.exp: New file.
22497
22498 2014-07-14 Pedro Alves <palves@redhat.com>
22499
22500 PR gdb/17072
22501 * gdb.base/paginate-execution-startup.c: New file.
22502 * gdb.base/paginate-execution-startup.exp: New file.
22503 * lib/gdb.exp (pagination_prompt): New global.
22504 (default_gdb_spawn): New procedure, factored out from
22505 default_gdb_spawn.
22506 (default_gdb_start): Adjust to call default_gdb_spawn.
22507 (gdb_spawn): New procedure.
22508
22509 2014-07-14 Pedro Alves <palves@redhat.com>
22510
22511 * lib/gdb.exp (gdb_assert): New procedure.
22512 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
22513
22514 2014-07-14 Pedro Alves <palves@redhat.com>
22515
22516 * gdb.base/execution-termios.c: New file.
22517 * gdb.base/execution-termios.exp: New file.
22518
22519 2014-07-14 Tom Tromey <tromey@redhat.com>
22520
22521 * gdb.cp/vla-cxx.cc: New file.
22522 * gdb.cp/vla-cxx.exp: New file.
22523
22524 2014-07-14 Tom Tromey <tromey@redhat.com>
22525
22526 * gdb.reverse/rerun-prec.c: New file.
22527 * gdb.reverse/rerun-prec.exp: New file.
22528
22529 2014-07-12 Maciej W. Rozycki <macro@mips.com>
22530 Maciej W. Rozycki <macro@codesourcery.com>
22531
22532 * lib/gdb-utils.exp: New file.
22533 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
22534 inline `gdb_init_command' processing.
22535 (gdb_start_cmd): Likewise.
22536 * lib/mi-support.exp (mi_run_cmd): Likewise.
22537 * README: Document `gdb_init_command' and `gdb_init_commands'.
22538
22539 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
22540
22541 Fix false FAIL running under a very long directory name.
22542 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
22543 and "set print elements 10000". Twice.
22544
22545 2014-07-11 Yao Qi <yao@codesourcery.com>
22546
22547 * gdb.base/exprs.exp: "set print symbol off".
22548
22549 2014-07-11 Pedro Alves <palves@redhat.com>
22550
22551 * gdb.threads/kill.c: New file.
22552 * gdb.threads/kill.exp: New file.
22553
22554 2014-07-10 Yao Qi <yao@codesourcery.com>
22555
22556 * gdb.trace/tfile.c (write_basic_trace_file)
22557 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
22558 address written to trace file.
22559
22560 2014-07-09 Pedro Alves <palves@redhat.com>
22561
22562 * gdb.base/attach-wait-input.exp: New file.
22563 * gdb.base/attach-wait-input.c: New file.
22564
22565 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
22566
22567 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
22568 setting up test structures.
22569 (main): Call new test function.
22570 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
22571 test function, continue into test function and walk test
22572 structures.
22573
22574 2014-07-02 Yao Qi <yao@codesourcery.com>
22575
22576 * gdb.trace/entry-values.c: Define labels 'foo_start' and
22577 'bar_start' at the beginning of functions 'foo' and 'bar'
22578 respectively.
22579 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
22580 instead of 'foo' and 'bar'.
22581
22582 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
22583
22584 * gdb.btrace/segv.exp: New.
22585 * gdb.btrace/segv.c: New.
22586
22587 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
22588
22589 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
22590 instruction.
22591
22592 2014-06-30 Mark Wielaard <mjw@redhat.com>
22593
22594 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
22595 vulture, vilify, villar): New volatile array constants.
22596 (vindictive, vegetation): New const volatile array constants.
22597 * gdb.base/volatile.exp: Test volatile and const volatile array
22598 types.
22599
22600 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
22601
22602 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
22603 target lacks support for awatch, rwatch, or hbreak.
22604
22605 2014-06-27 Yao Qi <yao@codesourcery.com>
22606
22607 * gdb.multi/dummy-frame-restore.exp: New.
22608 * gdb.multi/dummy-frame-restore.c: New.
22609
22610 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
22611
22612 * gdb.btrace/gcore.exp: New.
22613
22614 2014-06-23 Pedro Alves <palves@redhat.com>
22615
22616 * gdb.base/watchpoint-reuse-slot.c: New file.
22617 * gdb.base/watchpoint-reuse-slot.exp: New file.
22618
22619 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
22620
22621 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
22622 progspace's filename in 'info', 'enable' and 'disable' command
22623 tests.
22624
22625 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
22626
22627 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
22628 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22629 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
22630
22631 2014-06-20 Gary Benson <gbenson@redhat.com>
22632
22633 * gdb.arch/i386-avx.exp: Fix include file location.
22634 * gdb.arch/i386-sse.exp: Likewise.
22635
22636 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
22637
22638 * gdb.dlang/expression.exp: New file.
22639
22640 2014-06-19 Pedro Alves <palves@redhat.com>
22641
22642 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
22643 out from ...
22644 (top level): ... here. Iterate running tests under different
22645 scheduler-locking settings.
22646
22647 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
22648
22649 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
22650 to DW_FORM_addr and use non-zero addresses.
22651
22652 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
22653
22654 PR gdb/17017
22655 * gdb.python/py-xmethods.cc: Add global function call counters and
22656 increment them in their respective functions. Remove "cout"
22657 statements.
22658 * gdb.python/py-xmethods.exp: Make tests check the global function
22659 call counters instead of depending on inferior IO.
22660
22661 2014-06-18 Don Breazeal <donb@codesourcery.com>
22662
22663 * gdb.base/foll-fork.exp (default_fork_parent_follow):
22664 Deleted procedure.
22665 (explicit_fork_parent_follow): Deleted procedure.
22666 (explicit_fork_child_follow): Deleted procedure.
22667 (test_follow_fork): New procedure.
22668 (do_fork_tests): Replace calls to deleted procedures with
22669 calls to test_follow_fork and reset GDB for subsequent
22670 procedure calls.
22671
22672 2014-06-17 Yao Qi <yao@codesourcery.com>
22673
22674 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
22675 CP1252.
22676
22677 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
22678
22679 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
22680 Initialize ptr and S explicitly.
22681 (skip_type_update_when_not_use_rtti_test): Likewise.
22682
22683 2014-06-16 Keith Seitz <keiths@redhat.com>
22684
22685 PR mi/15863
22686 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
22687 the inferior is started.
22688
22689 2014-06-16 Pedro Alves <palves@redhat.com>
22690
22691 * gdb.base/break-main-file-remove-fail.c: New file.
22692 * gdb.base/break-main-file-remove-fail.exp: New file.
22693 * gdb.base/break-unload-file.exp: Use build_executable instead of
22694 prepare_for_testing.
22695 (test_break): New parameter "initial_load". Handle it.
22696 (top level): Add initial_load cmdline/file axis.
22697
22698 2014-06-12 Tom Tromey <tromey@redhat.com>
22699
22700 * gdb.base/completion.exp: Don't use directory name in test.
22701
22702 2014-06-09 Gary Benson <gbenson@redhat.com>
22703
22704 * gdb.base/sigall.c [Functions to send signals]: Reorder to
22705 separate the always-available ANSI-standard signals from the
22706 signals that require checking.
22707 (main): Likewise.
22708 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
22709 Likewise.
22710 (main): Likewise.
22711
22712 2014-06-07 Keith Seitz <keiths@redhat.com>
22713
22714 Revert:
22715 PR c++/16253
22716 * gdb.cp/var-tag.cc: New file.
22717 * gdb.cp/var-tag.exp: New file.
22718 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
22719 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
22720 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
22721 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
22722
22723 2014-06-06 Doug Evans <xdje42@gmail.com>
22724
22725 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
22726
22727 2014-06-06 Pedro Alves <palves@redhat.com>
22728
22729 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
22730 in target debug output instead of looking at RSP packets,
22731 disabling the test on any target that uses hardware stepping.
22732 Update comments.
22733
22734 2014-06-06 Pedro Alves <palves@redhat.com>
22735
22736 * gdb.base/break-unload-file.exp: Fix typo.
22737
22738 2014-06-06 Yao Qi <yao@codesourcery.com>
22739
22740 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
22741 from "jit_function" to "^jit_function".
22742
22743 2014-06-06 Yao Qi <yao@codesourcery.com>
22744
22745 * gdb.base/async.c (foo): Add one statement.
22746 * gdb.base/async.exp: Get the next instruction address and
22747 match the output of "nexti" by instruction address. Match
22748 the hex address in the output of "finish".
22749
22750 2014-06-06 Gary Benson <gbenson@redhat.com>
22751
22752 * gdb.base/call-signals.c: Remove preprocessor conditionals
22753 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
22754 SIGSEGV and SIGTERM.
22755 * gdb.base/sigall.c: Likewise.
22756 * gdb.base/unwindonsignal.c: Likewise.
22757 * gdb.reverse/sigall-reverse.c: Likewise.
22758
22759 2014-06-06 Yao Qi <yao@codesourcery.com>
22760
22761 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
22762 readable, skip the test.
22763
22764 2014-06-06 Yao Qi <yao@codesourcery.com>
22765
22766 * gdb.threads/staticthreads.c (thread_function): Move the line
22767 setting breakpoint on forward.
22768 * gdb.threads/staticthreads.exp: Update comments.
22769
22770 2014-06-05 Ludovic Courtès <ludo@gnu.org>
22771
22772 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
22773 "history-append! type error".
22774
22775 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
22776
22777 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
22778 erroneous dprintf expected input.
22779
22780 2014-06-04 Doug Evans <xdje42@gmail.com>
22781
22782 * gdb.guile/scm-generics.exp: Delete.
22783
22784 2014-06-04 Doug Evans <xdje42@gmail.com>
22785
22786 * gdb.guile/scm-breakpoint.exp: Update.
22787 Add tests for breakpoint registration.
22788
22789 2014-06-04 Tom Tromey <tromey@redhat.com>
22790
22791 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
22792 VLA-in-union.
22793 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
22794 inner_vla_struct, vla_union types. Initialize objects of those
22795 types and compute their sizes.
22796
22797 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
22798 Hui Zhu <hui@codesourcery.com>
22799
22800 * gdb.base/fileio.exp: Add test for shell not available as well as
22801 available.
22802 * gdb.base/fileio.c (test_system): Check for shell twice.
22803
22804 2014-06-04 Yao Qi <yao@codesourcery.com>
22805
22806 * gdb.base/auto-connect-native-target.exp: Remove redundant
22807 space from the regexp pattern.
22808
22809 2014-06-04 Yao Qi <yao@codesourcery.com>
22810
22811 * gdb.base/default.exp: Replace "child" with "native" in
22812 regexp pattern.
22813
22814 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
22815
22816 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
22817 * gdb.python/py-xmethods.exp: New tests to test xmethods.
22818 * gdb.python/py-xmethods.py: Python script supporting the
22819 new testcase and tests.
22820
22821 2014-06-03 Joel Brobecker <brobecker@adacore.com>
22822 Pedro Alves <palves@redhat.com>
22823
22824 PR breakpoints/17000
22825 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
22826 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
22827
22828 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
22829
22830 * gdb.base/subst.exp: Add tests to verify partial path matching
22831 output.
22832
22833 2014-06-03 Pedro Alves <palves@redhat.com>
22834
22835 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
22836 target that doesn't use software single-stepping.
22837
22838 2014-06-03 Pedro Alves <palves@redhat.com>
22839
22840 PR breakpoints/17000
22841 * gdb.base/sss-bp-on-user-bp-2.c: New file.
22842 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
22843
22844 2014-06-02 Doug Evans <xdje42@gmail.com>
22845
22846 * gdb.guile/scm-parameter.exp: New file.
22847
22848 2014-06-02 Doug Evans <xdje42@gmail.com>
22849
22850 * gdb.guile/scm-cmd.c: New file.
22851 * gdb.guile/scm-cmd.exp: New file.
22852
22853 2014-06-02 Doug Evans <xdje42@gmail.com>
22854
22855 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
22856 pretty-printer lookup.
22857 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
22858 (make-pp_s-printer): Call it.
22859 (make-pretty-printer-from-dict): New function.
22860 (lookup-pretty-printer-maker-from-dict): New function.
22861 (*pretty-printer*): Simplify.
22862 (make-objfile-pp_s-printer): New function.
22863 (install-objfile-pretty-printers!): New function.
22864 (make-progspace-pp_s-printer): New function.
22865 (install-progspace-pretty-printers!): New function.
22866 * gdb.guile/scm-progspace.c: New file.
22867 * gdb.guile/scm-progspace.exp: New file.
22868
22869 2014-06-02 Pedro Alves <palves@redhat.com>
22870
22871 * gdb.base/dprintf-bp-same-addr.c: New file.
22872 * gdb.base/dprintf-bp-same-addr.exp: New file.
22873
22874 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22875
22876 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
22877 * gdb.arch/powerpc-power.s: Likewise.
22878
22879 2014-06-02 Joel Brobecker <brobecker@adacore.com>
22880
22881 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
22882
22883 2014-06-01 Yao Qi <yao@codesourcery.com>
22884
22885 * gdb.base/watchpoint.exp (test_watch_location): Check null
22886 pointer can be dereferenced. If not, do the test, otherwise
22887 skip it.
22888
22889 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
22890
22891 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
22892 results.
22893 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
22894
22895 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
22896
22897 * gdb.arch/amd64-invalid-stack-middle.S: New file.
22898 * gdb.arch/amd64-invalid-stack-middle.c: New file.
22899 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
22900 * gdb.arch/amd64-invalid-stack-top.c: New file.
22901 * gdb.arch/amd64-invalid-stack-top.exp: New file.
22902
22903 2014-05-30 Pedro Alves <palves@redhat.com>
22904
22905 PR breakpoints/17000
22906 * gdb.base/sss-bp-on-user-bp.c: New file.
22907 * gdb.base/sss-bp-on-user-bp.exp: New file.
22908
22909 2014-05-30 David Blaikie <dblaikie@gmail.com>
22910
22911 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
22912 gnu_inline semantics via attribute.
22913 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
22914 source explicitly specifies the required semantics.
22915
22916 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
22917
22918 * gdb.reverse/sigall-reverse.exp: Fix a typo.
22919
22920 2014-05-29 Pedro Alves <palves@redhat.com>
22921 Tom Tromey <tromey@redhat.com>
22922
22923 * gdb.base/async-shell.exp: Don't enable target-async.
22924 * gdb.base/async.exp
22925 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
22926 parameter. Adjust.
22927 (top level): Don't test with "target-async".
22928 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
22929 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
22930 * gdb.base/inferior-died.exp: Don't enable target-async.
22931 * gdb.base/interrupt-noterm.exp: Likewise.
22932 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
22933 * gdb.mi/mi-nonstop-exit.exp: Likewise.
22934 * gdb.mi/mi-nonstop.exp: Likewise.
22935 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
22936 * gdb.mi/mi-nsintrall.exp: Likewise.
22937 * gdb.mi/mi-nsmoribund.exp: Likewise.
22938 * gdb.mi/mi-nsthrexec.exp: Likewise.
22939 * gdb.mi/mi-watch-nonstop.exp: Likewise.
22940 * gdb.multi/watchpoint-multi.exp: Adjust comment.
22941 * gdb.python/py-evsignal.exp: Don't enable target-async.
22942 * gdb.python/py-evthreads.exp: Likewise.
22943 * gdb.python/py-prompt.exp: Likewise.
22944 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
22945 * gdb.server/solib-list.exp: Don't enable target-async.
22946 * gdb.threads/thread-specific-bp.exp: Likewise.
22947 * lib/mi-support.exp: Adjust to use mi-async.
22948
22949 2014-05-29 Pedro Alves <palves@redhat.com>
22950
22951 PR gdb/13860
22952 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
22953 reason, even in sync mode.
22954
22955 2014-05-29 Pedro Alves <palves@redhat.com>
22956 Hui Zhu <hui@codesourcery.com>
22957
22958 PR PR15693
22959 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
22960 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
22961 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
22962 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
22963
22964 2014-05-28 Joel Brobecker <brobecker@adacore.com>
22965
22966 * config/monitor.exp (gdb_target_monitor): Replace use of
22967 "set remotebaud" by "set serial baud".
22968
22969 2014-05-26 Andy Wingo <wingo@igalia.com>
22970
22971 * gdb.guile/scm-breakpoint.exp:
22972 * gdb.guile/scm-gsmob.exp: Update to use plain old object
22973 properties instead of gdb-object-properties.
22974
22975 2014-05-26 Yao Qi <yao@codesourcery.com>
22976
22977 * gdb.server/no-thread-db.exp: Specify source file name
22978 explicitly when setting a breakpoint.
22979
22980 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22981
22982 * gdb.btrace/vdso.c: New.
22983 * gdb.btrace/vdso.exp: New.
22984
22985 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22986
22987 * gdb.base/gcore.exp (capture_command_output): Move ...
22988 * lib/gdb.exp (capture_command_output): ... here.
22989
22990 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22991
22992 * gdb.btrace/data.exp: Test memory access during btrace replay.
22993
22994 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
22995
22996 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
22997
22998 2014-05-21 Pedro Alves <palves@redhat.com>
22999
23000 PR gdb/13860
23001 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
23002 (top level): Test that output related to execution commands is
23003 sent to the console with CLI commands, but not with MI commands.
23004 Test that breakpoint events are always mirrored to the console.
23005 Also expect the new source line to be output after a "next" in
23006 async mode too. Make it a pass/fail test.
23007 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
23008 output.
23009 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
23010
23011 2014-05-21 Pedro Alves <palves@redhat.com>
23012
23013 * gdb.base/list.exp (build_pattern, test_list): New procedures.
23014 Use them to test variations of "list" after reaching a breakpoint.
23015 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
23016 Test "list" with listsize 10 after reaching a breakpoint.
23017 * gdb.python/python.exp (decode_line current location line
23018 number): Adjust expected line number.
23019
23020 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
23021
23022 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
23023 behavior for $args, pass it directly to "run".
23024
23025 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
23026
23027 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
23028 30000 to 65536.
23029
23030 2014-05-21 Pedro Alves <palves@redhat.com>
23031
23032 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
23033 auto-connect-native-target off".
23034 * gdb.base/auto-connect-native-target.c: New file.
23035 * gdb.base/auto-connect-native-target.exp: New file.
23036
23037 2014-05-21 Pedro Alves <palves@redhat.com>
23038
23039 * gdb.base/default.exp: Test "target native" instead of "target
23040 child".
23041
23042 2014-05-21 Mark Wielaard <mjw@redhat.com>
23043
23044 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
23045
23046 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
23047
23048 Fix TLS access for -static -pthread.
23049 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
23050 <HAVE_TLS> (thread_function, main): Initialize it.
23051 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
23052 Add clean_restart.
23053 <$have_tls != "">: Check TLSVAR.
23054
23055 2014-05-21 Pedro Alves <palves@redhat.com>
23056
23057 * gdb.base/dcache-line-read-error.c: New.
23058 * gdb.base/dcache-line-read-error.exp: New.
23059
23060 2014-05-20 Pedro Alves <palves@redhat.com>
23061
23062 * gdb.base/compare-sections.c: New file.
23063 * gdb.base/compare-sections.exp: New file.
23064
23065 2014-05-20 Pedro Alves <palves@redhat.com>
23066
23067 * gdb.base/break-idempotent.c: New file.
23068 * gdb.base/break-idempotent.exp: New file.
23069
23070 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
23071
23072 * gdb.btrace/nohist.exp: New.
23073
23074 2014-05-20 Yao Qi <yao@codesourcery.com>
23075
23076 * lib/gdb.exp (gdb_init): Set timeout if test file is under
23077 gdb.reverse directory and gdb_reverse_timeout exists in board
23078 setting.
23079 * README: Document gdb_reverse_timeout.
23080
23081 2014-05-20 Yao Qi <yao@codesourcery.com>
23082
23083 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
23084 'test_file_name'. Treat args as a string instead of a list.
23085 (gdb_init): Rename argument 'args' by 'test_file_name'.
23086
23087 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
23088
23089 * gdb.arch/powerpc-power.exp: New file.
23090 * gdb.arch/powerpc-power.s: New file.
23091
23092 2014-05-16 Doug Evans <dje@google.com>
23093
23094 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
23095 * gdb.base/completion.exp: Check that all expected files exist
23096 before doing file completion.
23097
23098 2014-05-16 Doug Evans <dje@google.com>
23099
23100 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
23101 Update.
23102 (do_syscall_tests_without_xml): Update.
23103
23104 2014-05-16 Pedro Alves <palves@redhat.com>
23105
23106 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
23107 instead of "unknown output after running".
23108
23109 2014-05-16 Yao Qi <yao@codesourcery.com>
23110
23111 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
23112 file1.txt from host at the end.
23113 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
23114
23115 2014-05-15 Doug Evans <dje@google.com>
23116
23117 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
23118 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
23119 loading file. Add test for TU lookup.
23120
23121 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23122
23123 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
23124 calling "-exec-arguments" or "set args" before running the
23125 inferior.
23126
23127 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23128
23129 * lib/mi-support.exp (mi_expect_stop): Expect message for
23130 inferiors that exit with non-zero exit code.
23131
23132 2014-05-14 Yao Qi <yao@codesourcery.com>
23133
23134 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
23135 match absolute path on remote host.
23136 (test_file_list_exec_source_files): Remove "/" from the
23137 pattern.
23138
23139 2014-05-14 Yao Qi <yao@codesourcery.com>
23140
23141 * boards/local-remote-host-notty.exp (${board}_file): New
23142 proc.
23143
23144 2014-05-07 Kyle McMartin <kyle@redhat.com>
23145
23146 Pushed by Joel Brobecker <brobecker@adacore.com>.
23147 * gdb.arch/aarch64-atomic-inst.c: New file.
23148 * gdb.arch/aarch64-atomic-inst.exp: New file.
23149
23150 2014-05-07 Yao Qi <yao@codesourcery.com>
23151
23152 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
23153 in current context" too.
23154
23155 2014-05-05 Keith Seitz <keiths@redhat.com>
23156
23157 * gdb.linespec/ls-dollar.exp: Add test for linespec
23158 file:convenience_variable.
23159
23160 2014-05-05 Yao Qi <yao@codesourcery.com>
23161
23162 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
23163 traceframes into tfile and ctf trace files. Read data from
23164 trace file and test collected data.
23165 (gdb_collect_locals_test): Likewise.
23166 (gdb_unavailable_registers_test): Likewise.
23167 (gdb_unavailable_floats): Likewise.
23168 (gdb_collect_globals_test): Likewise.
23169 (top-level): Append "ctf" to trace_file_targets if GDB
23170 supports.
23171
23172 2014-05-05 Yao Qi <yao@codesourcery.com>
23173
23174 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
23175 code to ...
23176 (gdb_collect_args_test_1): ... it. New proc.
23177 (gdb_collect_locals_test): Move some code to ...
23178 (gdb_collect_locals_test_1): ... it. New proc.
23179 (gdb_unavailable_registers_test): Move some code to ...
23180 (gdb_unavailable_registers_test_1): ... it. New proc.
23181 (gdb_unavailable_floats): Move some code to ...
23182 (gdb_unavailable_floats_1): ... it. New proc.
23183
23184 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23185
23186 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
23187 probes to test for bitness recognition.
23188 * gdb.arch/amd64-stap-optional-prefix.exp
23189 (test_probe_value_without_reg): New procedure.
23190 Add code to test for different kinds of bitness.
23191
23192 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23193
23194 PR breakpoints/16889
23195 * gdb.arch/amd64-stap-optional-prefix.S: New file.
23196 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
23197
23198 2014-05-01 Pedro Alves <palves@redhat.com>
23199
23200 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
23201 gdb_file_cmd if no file is specified.
23202 * boards/native-extended-gdbserver.exp (gdb_load): Use the
23203 last_loaded_file to set the remote exec-file.
23204
23205 2014-05-01 Pedro Alves <palves@redhat.com>
23206
23207 * boards/local-remote-host.exp: New file.
23208
23209 2014-05-01 Pedro Alves <palves@redhat.com>
23210
23211 * boards/local-remote-host.exp: Rename to ...
23212 * boards/local-remote-host-notty.exp: ... this.
23213
23214 2014-04-28 Joel Brobecker <brobecker@adacore.com>
23215
23216 * gdb.ada/dyn_arrayidx: New testcase.
23217
23218 2014-04-26 Yao Qi <yao@codesourcery.com>
23219
23220 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
23221 and compute the length of function main. Save it in
23222 $main_length.
23223 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
23224 (top-level): Use gdb_compile to compile objects into
23225 executable and restart GDB. Remove invocation to
23226 prepare_for_testing.
23227
23228 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
23229 Pedro Alves <palves@redhat.com>
23230
23231 PR server/16255
23232 * gdb.multi/multi-attach.c: New file.
23233 * gdb.multi/multi-attach.exp: New file.
23234
23235 2014-04-25 Pedro Alves <palves@redhat.com>
23236
23237 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
23238 user.
23239 (top level): Test that "set remote conditional-breakpoints-packet
23240 off" works as intended.
23241 * gdb.base/dprintf.exp: Test that "set remote
23242 breakpoint-commands-packet off" works as intended.
23243 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
23244 New function.
23245 (top level): Call it.
23246 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
23247 remote fast-tracepoints-packet off" works as intended.
23248 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
23249 * lib/gdb.exp (gdb_is_target_remote): ... here.
23250
23251 2014-04-24 David Blaikie <dblaikie@gmail.com>
23252
23253 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
23254 ensure clang would not discard them.
23255 * gdb.base/gdbvars.c: Ditto.
23256 * gdb.base/memattr.c: Ditto.
23257 * gdb.base/whatis.c: Ditto.
23258 * gdb.python/py-prettyprint.c: Ditto.
23259 * gdb.trace/actions.c: Ditto.
23260 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
23261 ensure clang would not discard it.
23262
23263 2014-04-24 David Blaikie <dblaikie@gmail.com>
23264
23265 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
23266 clang to emit the full definition of type required by the test
23267 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
23268
23269 2014-04-24 David Blaikie <dblaikie@gmail.com>
23270
23271 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
23272 coax Clang into emitting the definition of the type.
23273 * gdb.cp/pr10728-x.h (y): Ditto.
23274 * gdb.cp/pr10728-y.cc (y): Ditto.
23275
23276 2014-04-24 David Blaikie <dblaikie@gmail.com>
23277
23278 * gdb.base/label.exp: XFAIL label related tests under Clang.
23279 * gdb.cp/cplabel.exp: Ditto.
23280 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
23281 under Clang those using labels.
23282
23283 2014-04-25 Yao Qi <yao@codesourcery.com>
23284
23285 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
23286 double_label.
23287 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
23288 partial_label and double_label.
23289
23290 2014-04-24 David Blaikie <dblaikie@gmail.com>
23291
23292 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
23293
23294 2014-04-24 David Blaikie <dblaikie@gmail.com>
23295
23296 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
23297 of the function to work across GCC and Clang.
23298 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
23299 pointer types (const void ** const V void **).
23300
23301 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
23302 Walfred Tedeschi <walfred.tedeschi@intel.com>
23303
23304 * Makefile.in (EXECUTABLES): Added i386-avx512.
23305 * gdb.arch/i386-avx512.c: New file.
23306 * gdb.arch/i386-avx512.exp: Likewise.
23307
23308 2014-04-23 Keith Seitz <keiths@redhat.com>
23309
23310 * lib/mi-support.exp (mi_list_breakpoints): Delete.
23311 (mi_make_breakpoint_table): New procedure.
23312 (mi_create_breakpoint): Use mi_make_breakpoint
23313 and return the result.
23314 (mi_make_breakpoint): New procedure.
23315 (mi_build_kv_pairs): New procedure.
23316
23317 * gdb.mi/mi-break.exp: Remove unused globals,
23318 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
23319 All callers updated.
23320 * gdb.mi/mi-dprintf.exp: Use variable to track command
23321 number.
23322 Update all callers of mi_create_breakpoint and use
23323 mi_make_breakpoint_table.
23324 Remove any unused global variables.
23325 * gdb.mi/mi-nonstop.exp: Likewise.
23326 * gdb.mi/mi-nsintrall.exp: Likewise.
23327 * gdb.mi/mi-nsmoribund.exp: Likewise.
23328 * gdb.mi/mi-nsthrexec.exp: Likewise.
23329 * gdb.mi/mi-reverse.exp: Likewise.
23330 * gdb.mi/mi-simplerun.exp: Likewise.
23331 * gdb.mi/mi-stepn.exp: Likewise.
23332 * gdb.mi/mi-syn-frame.exp: Likewise.
23333 * gdb.mi/mi-until.exp: Likewise.
23334 * gdb.mi/mi-var-cp.exp: Likewise.
23335 * gdb.mi/mi-var-display.exp: Likewise.
23336 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
23337 * gdb.mi/mi2-var-child.exp: Likewise.
23338 * gdb.mi/mi-vla-c99.exp: Likewise.
23339 * lib/mi-support.exp: Likewise.
23340
23341 From Ian Lance Taylor <iant@cygnus.com>:
23342 * lib/gdb.exp (parse_args): New procedure.
23343
23344 2014-04-23 Pedro Alves <palves@redhat.com>
23345
23346 * gdb.base/break-unload-file.c: New file.
23347 * gdb.base/break-unload-file.exp: New file.
23348 * gdb.base/sym-file-lib.c (baz): New function.
23349 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
23350 field.
23351 (load): Store the segment's mapped size.
23352 (unload): New function.
23353 (unload_shlib): New function.
23354 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
23355 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
23356 set a breakpoint at baz, and call it.
23357 * gdb.base/sym-file.exp: New tests for stale breakpoint
23358 instructions.
23359
23360 2014-04-23 Pedro Alves <palves@redhat.com>
23361
23362 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
23363 * gdb.base/hbreak-in-shr-unsupported.c: New file.
23364 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
23365 * gdb.base/hbreak-unmapped.c: New file.
23366 * gdb.base/hbreak-unmapped.exp: New file.
23367 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
23368 * lib/gdb.exp (gdb_is_target_remote): ... here.
23369
23370 2014-04-22 Pedro Alves <palves@redhat.com>
23371
23372 * gdb.base/consecutive-step-over.c: New file.
23373 * gdb.base/consecutive-step-over.exp: New file.
23374
23375 2014-04-22 Pedro Alves <palves@redhat.com>
23376
23377 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
23378 instead of send_gdb/gdb_expect.
23379
23380 2014-04-22 Yao Qi <yao@codesourcery.com>
23381
23382 * lib/trace-support.exp (generate_tracefile): New procedure.
23383 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
23384 return 0.
23385 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
23386 if generate_tracefile returns 1.
23387
23388 2014-04-18 Tom Tromey <palves@redhat.com>
23389 Pedro alves <tromey@redhat.com>
23390
23391 PR backtrace/15558
23392 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
23393 with a backtrace limit.
23394 * gdb.python/py-frame-inline.exp: Test running to an inline
23395 function with a backtrace limit, and printing the newest frame.
23396 * gdb.python/py-frame-inline.c (main): Call f.
23397
23398 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23399
23400 * gdb.java/jnpe.exp: Drop srcdir from untested path.
23401
23402 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23403
23404 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
23405 Drop prefix from unsupported source file path.
23406
23407 2014-04-17 Yao Qi <yao@codesourcery.com>
23408
23409 * lib/gdb.exp (with_target_charset): New proc.
23410 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
23411 with_target_charset.
23412 (test_print_strings): Likewise.
23413 (test_repeat_bytes): Likewise.
23414 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
23415 for some tests.
23416
23417 2014-04-16 Keith Seitz <keiths@redhat.com>
23418
23419 PR gdb/15827
23420 * gdb.dwarf2/corrupt.c: New file.
23421 * gdb.dwarf2/corrupt.exp: New file.
23422
23423 2014-04-16 Keith Seitz <keiths@redhat.com>
23424
23425 PR c++/16597
23426 * gdb.cp/namelessclass.cc: New file.
23427 * gdb.cp/namelessclass.exp: New file.
23428 * gdb.cp/namelessclass.S: New file.
23429
23430 2014-04-16 Doug Evans <dje@google.com>
23431
23432 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
23433 Add comment.
23434 (gdbserver_default_get_comm_port): New function.
23435 (gdbserver_start): Check if board file provided
23436 "gdbserver,get_comm_port" and use it if so.
23437 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
23438 (gdb,socketport): Set to "stdio".
23439 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
23440 (stdio_gdbserver_template): Delete.
23441 (${board}_get_remote_address): Update.
23442 (${board}_build_remote_cmd): Delete.
23443 (${board}_get_comm_port): New function.
23444 (${board}_spawn): Update.
23445 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
23446 Delete.
23447 (${board}_get_remote_address): Update.
23448 (${board}_get_comm_port): New function.
23449
23450 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
23451
23452 * gdb.base/memattr.exp: Improve regexps to handle memory regions
23453 appearing in any order.
23454
23455 2014-04-15 Doug Evans <dje@google.com>
23456
23457 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
23458 uninitialized value of "description".
23459
23460 2014-04-15 Keith Seitz <keiths@redhat.com>
23461
23462 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
23463 Remove unused globals.
23464 (test_running_the_program): Likewise.
23465 (test_controlled_execution): Likewise.
23466 (test_controlling_breakpoints): Likewise.
23467 (test_program_termination): Likewise.
23468
23469 2014-04-15 Keith Seitz <keiths@redhat.com>
23470
23471 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
23472 unused globals.
23473 (test_rbreak_creation_and_listing): Likewise.
23474 (test_ignore_count): Likewise.
23475 (test_error): Likewise.
23476
23477 2014-04-15 Pedro Alves <palves@redhat.com>
23478
23479 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
23480 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
23481 sym-file-loader.c.
23482 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23483 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23484 to sym-file-loader.c.
23485 (struct library): Forward declare.
23486 (load_shlib, lookup_function): Change prototypes.
23487 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23488 (translate_offset): Remove declarations.
23489 (get_text_addr): New declaration.
23490 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
23491 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
23492 sym-file-loader.h.
23493 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23494 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23495 here from sym-file-loader.h.
23496 (struct library): New structure.
23497 (load_shlib, lookup_function): Change prototypes and adjust to
23498 work with a struct library.
23499 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23500 (translate_offset): Make static.
23501 (get_text_addr): New function.
23502 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
23503
23504 2014-04-15 Pedro Alves <palves@redhat.com>
23505
23506 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
23507
23508 2014-04-15 Pedro Alves <palves@redhat.com>
23509
23510 * gdb.base/sym-file-loader.c: Include <limits.h>.
23511 (SELF_LINK): New define.
23512 (get_origin): New function.
23513 (load_shlib): Use it.
23514 * gdb.base/sym-file.exp: Don't early return if the target is
23515 remote. Use runto_main, and issue fail is that fails. Use
23516 gdb_load_shlibs.
23517 (shlib_name): Delete.
23518 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
23519
23520 2014-04-15 Pedro Alves <palves@redhat.com>
23521
23522 * gdb.base/sym-file.exp: Remove regex characters from test
23523 message. Don't refer to breakpoint numbers in test messages.
23524
23525 2014-04-14 Keith Seitz <keiths@redhat.com>
23526
23527 PR c++/16253
23528 * gdb.cp/var-tag.cc: New file.
23529 * gdb.cp/var-tag.exp: New file.
23530 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
23531 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
23532 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
23533 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
23534
23535 2014-04-14 Tom Tromey <tromey@redhat.com>
23536
23537 * gdb.cp/classes.exp (test_enums): Handle underlying type.
23538 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
23539 type.
23540 * gdb.cp/enum-class.exp: New file.
23541 * gdb.cp/enum-class.cc: New file.
23542
23543 2014-04-14 Tom Tromey <tromey@redhat.com>
23544
23545 * gdb.dwarf2/enum-type.exp: New file.
23546
23547 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23548
23549 * gdb.mi/mi-vla-c99.exp: New file.
23550 * gdb.mi/vla.c: New file.
23551
23552 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23553
23554 * gdb.base/vla-datatypes.c: New file.
23555 * gdb.base/vla-datatypes.exp: New file.
23556
23557 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23558
23559 * gdb.base/vla-ptr.c: New file.
23560 * gdb.base/vla-ptr.exp: New file.
23561
23562 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23563
23564 * gdb.dwarf2/count.exp: New file.
23565
23566 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23567
23568 * gdb.base/vla-sideeffect.c: New file.
23569 * gdb.base/vla-sideeffect.exp: New file.
23570
23571 2014-04-14 David Blaikie <dblaikie@gmail.com>
23572
23573 * gdb.mi/non-stop.c: Add return value for non-void function return
23574 statement.
23575 * gdb.threads/staticthreads.c: Ditto.
23576
23577 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
23578 Doug Evans <xdje42@gmail.com>
23579
23580 * gdb.guile/scm-value.c: Improve test case.
23581 * gdb.guile/scm-value.exp: Add new test.
23582
23583 2014-04-11 David Blaikie <dblaikie@gmail.com>
23584
23585 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
23586 override Clang's default.
23587
23588 2014-04-11 Joel Brobecker <brobecker@adacore.com>
23589
23590 Revert the following changes (regressions):
23591
23592 * gdb.base/vla-sideeffect.c: New file.
23593 * gdb.base/vla-sideeffect.exp: New file.
23594
23595 * gdb.dwarf2/count.exp: New file.
23596
23597 * gdb.base/vla-multi.c: New file.
23598 * gdb.base/vla-multi.exp: New file.
23599
23600 * gdb.base/vla-ptr.c: New file.
23601 * gdb.base/vla-ptr.exp: New file.
23602
23603 * gdb.base/vla-datatypes.c: New file.
23604 * gdb.base/vla-datatypes.exp: New file.
23605
23606 * gdb.mi/mi-vla-c99.exp: New file.
23607 * gdb.mi/vla.c: New file.
23608
23609 2014-04-11 Keith Seitz <keiths@redhat.com>
23610
23611 PR c++/16675
23612 * gdb.cp/cpsizeof.exp: New file.
23613 * gdb.cp/cpsizeof.cc: New file.
23614
23615 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23616
23617 * gdb.mi/mi-vla-c99.exp: New file.
23618 * gdb.mi/vla.c: New file.
23619
23620 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23621
23622 * gdb.base/vla-datatypes.c: New file.
23623 * gdb.base/vla-datatypes.exp: New file.
23624
23625 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23626
23627 * gdb.base/vla-ptr.c: New file.
23628 * gdb.base/vla-ptr.exp: New file.
23629
23630 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23631
23632 * gdb.base/vla-multi.c: New file.
23633 * gdb.base/vla-multi.exp: New file.
23634
23635 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23636
23637 * gdb.dwarf2/count.exp: New file.
23638
23639 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23640
23641 * gdb.base/vla-sideeffect.c: New file.
23642 * gdb.base/vla-sideeffect.exp: New file.
23643
23644 2014-04-11 Yao Qi <yao@codesourcery.com>
23645
23646 * gdb.base/completion.exp: Check file exists before running tests
23647 on file completion.
23648
23649 2014-04-10 Pedro Alves <palves@redhat.com>
23650
23651 * gdb.base/cond-eval-mode.c: New file.
23652 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
23653 prepare_for_testing to build the new file. Check result of
23654 runto_main.
23655 (test_break, test_watch): New procedures.
23656 (top level): Use them.
23657
23658 2014-04-08 Pierre Muller <muller@sourceware.org>
23659
23660 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
23661 Ctrl-V use for mingw hosts.
23662
23663 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
23664
23665 * gdb.python/py-value.c: Improve test case.
23666 * gdb.python/py-value.exp: Add new test.
23667
23668 2014-04-07 David Blaikie <dblaikie@gmail.com>
23669
23670 * lib/compiler.c: Identify the clang compiler.
23671 * lib/compiler.cc: Ditto.
23672
23673 2014-04-03 Yao Qi <yao@codesourcery.com>
23674
23675 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
23676
23677 2014-04-01 Anton Blanchard <anton@samba.org>
23678
23679 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
23680 messages unique.
23681
23682 2014-04-01 Anton Blanchard <anton@samba.org>
23683
23684 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
23685 prepare_for_testing.
23686
23687 2014-04-01 Anton Blanchard <anton@samba.org>
23688
23689 * gdb.arch/ppc64-atomic-inst.c: Remove.
23690 * gdb.arch/ppc64-atomic-inst.S: New file.
23691 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
23692
23693 2014-03-31 Doug Evans <dje@google.com>
23694
23695 * gdb.base/print-symbol-loading-lib.c: New file.
23696 * gdb.base/print-symbol-loading-main.c: New file.
23697 * gdb.base/print-symbol-loading.exp: New file.
23698
23699 2014-03-31 Yao Qi <yao@codesourcery.com>
23700
23701 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
23702
23703 2014-03-28 Joel Brobecker <brobecker@adacore.com>
23704
23705 * gdb.ada/mi_dyn_arr: New testcase.
23706
23707 2014-03-27 Doug Evans <dje@google.com>
23708
23709 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
23710
23711 2014-03-27 Yao Qi <yao@codesourcery.com>
23712
23713 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
23714 if target is nios2-*-*.
23715
23716 2014-03-26 Yao Qi <yao@codesourcery.com>
23717
23718 * lib/gdb.exp (readline_is_used): New proc.
23719 * gdb.base/completion.exp: Move tests on command complete up.
23720 Skip the rest of tests if readline is not used.
23721 * gdb.ada/complete.exp: Skp the test if readline is not
23722 used.
23723 * gdb.base/filesym.exp: Likewise.
23724 * gdb.base/macscp.exp: Likewise.
23725 * gdb.base/readline-ask.exp: Likewise.
23726 * gdb.base/readline.exp: Likewise.
23727 * gdb.python/py-cmd.exp: Likewise.
23728 * gdb.trace/tfile.exp: Likewise.
23729
23730 2014-03-26 Yao Qi <yao@codesourcery.com>
23731
23732 * gdb.base/macscp.exp: Fix code format issues.
23733
23734 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
23735
23736 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
23737 * gdb.asm/powerpc64le.inc: New file.
23738
23739 2014-03-25 Pedro Alves <palves@redhat.com>
23740 Doug Evans <dje@google.com>
23741
23742 * gdb.base/source-execution.c: New file.
23743 * gdb.base/source-execution.exp: New file.
23744 * gdb.base/source-execution.gdb: New file.
23745
23746 2014-03-24 Doug Evans <dje@google.com>
23747
23748 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
23749 using fission.
23750
23751 2014-03-24 Hui Zhu <hui@codesourcery.com>
23752 Pedro Alves <palves@redhat.com>
23753
23754 PR breakpoints/16101
23755 * gdb.base/dprintf.exp: Use unsupported rather than changing the
23756 test pass/fail messages. Detect missing support for dprintf when
23757 breakpoints are actually inserted.
23758 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
23759 breakpoints are actually inserted.
23760 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
23761 fails.
23762
23763 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
23764
23765 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
23766
23767 2014-03-22 Doug Evans <xdje42@gmail.com>
23768
23769 * gdb.python/python.exp (python not supported): Verify multi-line
23770 python command issues an error.
23771 * gdb.guile/guile.exp (guile not supported): Verify multi-line
23772 guile command issues an error.
23773
23774 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
23775
23776 * gdb.threads/thread-specific.exp: Handle the lack of usable
23777 $this_breakpoint and $this_thread.
23778
23779 2014-03-21 Hui Zhu <hui@codesourcery.com>
23780
23781 * gdb.base/attach.exp (do_command_attach_tests): New.
23782
23783 2014-03-20 Tom Tromey <tromey@redhat.com>
23784 Pedro Alves <palves@redhat.com>
23785
23786 PR cli/15718
23787 * gdb.base/condbreak-call-false.c: New file.
23788 * gdb.base/condbreak-call-false.exp: New file.
23789
23790 2014-03-20 Pedro Alves <palves@redhat.com>
23791
23792 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
23793 Delete.
23794 (block_signals, unblock_signals): Delete.
23795 (child_function_2, main): Remove references to deleted variable
23796 and functions.
23797
23798 2014-03-20 Pedro Alves <palves@redhat.com>
23799
23800 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
23801 Use pthread_kill to signal thread 2.
23802 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23803 Adjust to make the test send itself a signal rather than using the
23804 host's "kill" command.
23805
23806 2014-03-20 Pedro Alves <palves@redhat.com>
23807
23808 * gdb.threads/multiple-step-overs.c: New file.
23809 * gdb.threads/multiple-step-overs.exp: New file.
23810 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23811 Adjust expected infrun debug output.
23812
23813 2014-03-20 Pedro Alves <palves@redhat.com>
23814
23815 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
23816 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
23817
23818 2014-03-20 Pedro Alves <palves@redhat.com>
23819
23820 PR breakpoints/7143
23821 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
23822 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
23823 of gdb_test_multiple.
23824 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
23825 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
23826
23827 2014-03-20 Pedro Alves <palves@redhat.com>
23828
23829 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
23830 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
23831
23832 2014-03-19 Pedro Alves <palves@redhat.com>
23833
23834 * gdb.base/async.exp: Remove early return.
23835
23836 2014-03-19 Pedro Alves <palves@redhat.com>
23837
23838 * gdb.base/async.exp (step& tests): Pass explicit test messages.
23839
23840 2014-03-19 Pedro Alves <palves@redhat.com>
23841
23842 * gdb.base/async.exp (test_background): Expect \r\n after
23843 "completed." in the fail pattern.
23844
23845 2014-03-19 Pedro Alves <palves@redhat.com>
23846
23847 * gdb.base/async.exp (test_background): New procedure.
23848 Use it for all background execution command tests.
23849
23850 2014-03-19 Pedro Alves <palves@redhat.com>
23851
23852 * gdb.base/async.exp: Use prepare_for_testing.
23853
23854 2014-03-19 Pedro Alves <palves@redhat.com>
23855
23856 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
23857 the same line.
23858
23859 2014-03-19 Pedro Alves <palves@redhat.com>
23860
23861 * gdb.base/async.c (main): Add "jump here" and "until here" line
23862 marker comments.
23863 * gdb.base/async.exp (jump_here): New global.
23864 (jump& test): Use it.
23865 (until_here): New global.
23866 (until& test): Use it.
23867
23868 2014-03-19 Pedro Alves <palves@redhat.com>
23869
23870 * gdb.base/async.exp: Don't frob gdb_protocol.
23871
23872 2014-03-18 Doug Evans <xdje42@gmail.com>
23873
23874 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
23875 Fix spelling of exec-done-display.
23876
23877 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
23878
23879 PR gdb/15358
23880 * gdb.base/gdb-sigterm.c: New file.
23881 * gdb.base/gdb-sigterm.exp: New file.
23882
23883 2014-03-18 Pedro Alves <palves@redhat.com>
23884
23885 PR gdb/13860
23886 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
23887 * lib/mi-support.exp (mi_expect_stop): Add special handling for
23888 solib-event.
23889
23890 2014-03-17 Joel Brobecker <brobecker@adacore.com>
23891
23892 * gdb.ada/pckd_arr_ren: New testcase.
23893
23894 2014-03-13 Doug Evans <xdje42@gmail.com>
23895
23896 PR guile/16612
23897 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
23898 collect after discarding symbols.
23899
23900 2014-03-13 Ludovic Courtès <ludo@gnu.org>
23901 Doug Evans <xdje42@gmail.com>
23902
23903 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
23904 to history survives a gc.
23905
23906 2014-03-13 Pedro Alves <palves@redhat.com>
23907
23908 * gdb.base/default.exp: Don't test "target procfs".
23909
23910 2014-03-13 Pedro Alves <palves@redhat.com>
23911
23912 * gdb.base/default.exp: Update "target child" and "target procfs"
23913 tests to not expect "Unix".
23914
23915 2014-03-12 Tom Tromey <tromey@redhat.com>
23916
23917 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
23918 New procs. Add target-async tests.
23919 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
23920 Add target-async tests.
23921
23922 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23923
23924 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
23925 'func_start' and 'func_end' for the beginning and end of the
23926 function code, respectively.
23927 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
23928 'func_end' instead of 'func' and 'main'.
23929
23930 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23931
23932 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
23933 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
23934 generate the debug info assembler source.
23935
23936 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23937
23938 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
23939 * gdb.dwarf2/arr-subrange.exp: Likewise.
23940 * gdb.dwarf2/dwz.exp: Likewise.
23941 * gdb.dwarf2/method-ptr.exp: Likewise.
23942 * gdb.dwarf2/missing-sig-type.exp: Likewise.
23943 * gdb.dwarf2/subrange.exp: Likewise.
23944 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
23945 * gdb.dwarf2/implptrpiece.exp: Likewise.
23946 * gdb.dwarf2/nostaticblock.exp: Likewise.
23947
23948 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23949
23950 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
23951 directory to absolute path name arguments.
23952
23953 2014-03-10 Joel Brobecker <brobecker@adacore.com>
23954
23955 * gdb.ada/tagged_access: New testcase.
23956
23957 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
23958
23959 * gdb.btrace/data.exp: Update expected output.
23960
23961 2014-03-06 Yao Qi <yao@codesourcery.com>
23962
23963 * gdb.trace/pr16508.exp: New file.
23964
23965 2014-03-05 Pedro Alves <palves@redhat.com>
23966
23967 PR gdb/16575
23968 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
23969 procedure.
23970 (top level): Adjust to use it. Add tests that exercise breakpoint
23971 interaction with the code-cache.
23972
23973 2014-02-26 Ludovic Courtès <ludo@gnu.org>
23974
23975 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
23976 test for 'history-append!'.
23977
23978 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23979
23980 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
23981 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
23982 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
23983 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
23984 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
23985 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
23986
23987 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23988
23989 * testsuite/gdb.python/py-pp-re-notag.c: New file.
23990 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
23991 * testsuite/gdb.python/py-pp-re-notag.p: New file.
23992
23993 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23994
23995 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
23996
23997 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23998
23999 * gdb.dwarf2/arr-stride.c: New file.
24000 * gdb.dwarf2/arr-stride.exp: New file.
24001
24002 2014-02-26 Pedro Alves <palves@redhat.com>
24003
24004 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
24005 that won't ever trigger. Make sure that GDB reports the correct
24006 breakpoint that caused the stop.
24007
24008 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24009
24010 PR gdb/16626
24011 * gdb.base/auto-load-script: New file.
24012 * gdb.base/auto-load.c: New file.
24013 * gdb.base/auto-load.exp: New file.
24014
24015 PR gdb/16626
24016 * gdb.base/auto-load.exp: Fix out-of-srctree run.
24017
24018 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24019
24020 Fix dw2-icycle.exp -fsanitize=address GDB crash.
24021 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
24022
24023 2014-02-24 Doug Evans <dje@google.com>
24024
24025 * lib/gdb.exp (run_on_host): Log error output if program fails.
24026
24027 2014-02-21 Pedro Alves <palves@redhat.com>
24028
24029 * gdb.threads/step-after-sr-lock.c: Rename to ...
24030 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
24031 * gdb.threads/step-after-sr-lock.exp: Rename to ...
24032 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24033 ... this.
24034
24035 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
24036
24037 PR tdep/16397
24038 * gdb.arch/amd64-stap-special-operands.exp: New file.
24039 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
24040 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
24041 * gdb.arch/amd64-stap-triplet.S: Likewise.
24042 * gdb.arch/amd64-stap-triplet.c: Likewise.
24043
24044 2014-02-20 Joel Brobecker <brobecker@adacore.com>
24045
24046 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
24047 in .section pseudo-op.
24048
24049 2014-02-20 lin zuojian <manjian2006@gmail.com>
24050 Joel Brobecker <brobecker@adacore.com>
24051 Doug Evans <xdje42@gmail.com>
24052
24053 PR symtab/16581
24054 * gdb.dwarf2/dw2-icycle.S: New file.
24055 * gdb.dwarf2/dw2-icycle.c: New file.
24056 * gdb.dwarf2/dw2-icycle.exp: New file.
24057
24058 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
24059
24060 * gdb.python/py-value-cc.cc: Improve test case to enable testing
24061 operations on gdb.Value objects.
24062 * gdb.python/py-value-cc.exp: Add new test to test operations on
24063 gdb.Value objects.
24064
24065 2014-02-18 Doug Evans <dje@google.com>
24066
24067 * Makefile.in (TESTS): New variable.
24068 (expanded_tests, expanded_tests_or_none): New variables
24069 (check-single): Pass $(expanded_tests_or_none) to runtest.
24070 (check-parallel): Only run tests in $(TESTS) if non-empty.
24071 (check/no-matching-tests-found): New rule.
24072 * README: Document TESTS makefile variable.
24073
24074 2014-02-18 Doug Evans <dje@google.com>
24075
24076 * Makefile.in (check-parallel): rm -rf outputs temp.
24077
24078 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
24079
24080 Fix "ERROR: no fileid for" in the testsuite.
24081 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
24082
24083 2014-02-12 Doug Evans <dje@google.com>
24084
24085 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
24086 (MISCELLANEOUS): New variable.
24087 (clean): rm -rf $(MISCELLANEOUS).
24088 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
24089 dwp live in the same directory as symlinks, with each symlink pointed
24090 to a differently named file in a different directory.
24091
24092 2014-02-11 Doug Evans <dje@google.com>
24093
24094 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
24095 of Tcl file commands.
24096
24097 2014-02-10 Mark Kettenis <kettenis@gnu.org>
24098
24099 * gdb.threads/step-after-sr-lock.exp: Avoid executing
24100 "kill -SIGUSR1 -1".
24101
24102 2014-02-10 Joel Brobecker <brobecker@adacore.com>
24103
24104 * gdb.ada/tick_length_array_enum_idx: New testcase.
24105
24106 2014-02-10 Doug Evans <xdje42@gmail.com>
24107
24108 * configure.ac (AC_OUTPUT): Add gdb.guile.
24109 * configure: Regenerate.
24110 * lib/gdb-guile.exp: New file.
24111 * lib/gdb.exp (get_target_charset): New function.
24112 * gdb.base/help.exp: Update expected output from "apropos apropos".
24113 * gdb.guile/Makefile.in: New file.
24114 * gdb.guile/guile.exp: New file.
24115 * gdb.guile/scm-arch.c: New file.
24116 * gdb.guile/scm-arch.exp: New file.
24117 * gdb.guile/scm-block.c: New file.
24118 * gdb.guile/scm-block.exp: New file.
24119 * gdb.guile/scm-breakpoint.c: New file.
24120 * gdb.guile/scm-breakpoint.exp: New file.
24121 * gdb.guile/scm-disasm.c: New file.
24122 * gdb.guile/scm-disasm.exp: New file.
24123 * gdb.guile/scm-equal.c: New file.
24124 * gdb.guile/scm-equal.exp: New file.
24125 * gdb.guile/scm-error.exp: New file.
24126 * gdb.guile/scm-error.scm: New file.
24127 * gdb.guile/scm-frame-args.c: New file.
24128 * gdb.guile/scm-frame-args.exp: New file.
24129 * gdb.guile/scm-frame-args.scm: New file.
24130 * gdb.guile/scm-frame-inline.c: New file.
24131 * gdb.guile/scm-frame-inline.exp: New file.
24132 * gdb.guile/scm-frame.c: New file.
24133 * gdb.guile/scm-frame.exp: New file.
24134 * gdb.guile/scm-generics.exp: New file.
24135 * gdb.guile/scm-gsmob.exp: New file.
24136 * gdb.guile/scm-iterator.c: New file.
24137 * gdb.guile/scm-iterator.exp: New file.
24138 * gdb.guile/scm-math.c: New file.
24139 * gdb.guile/scm-math.exp: New file.
24140 * gdb.guile/scm-objfile-script-gdb.in: New file.
24141 * gdb.guile/scm-objfile-script.c: New file.
24142 * gdb.guile/scm-objfile-script.exp: New file.
24143 * gdb.guile/scm-objfile.c: New file.
24144 * gdb.guile/scm-objfile.exp: New file.
24145 * gdb.guile/scm-ports.exp: New file.
24146 * gdb.guile/scm-pretty-print.c: New file.
24147 * gdb.guile/scm-pretty-print.exp: New file.
24148 * gdb.guile/scm-pretty-print.scm: New file.
24149 * gdb.guile/scm-section-script.c: New file.
24150 * gdb.guile/scm-section-script.exp: New file.
24151 * gdb.guile/scm-section-script.scm: New file.
24152 * gdb.guile/scm-symbol.c: New file.
24153 * gdb.guile/scm-symbol.exp: New file.
24154 * gdb.guile/scm-symtab-2.c: New file.
24155 * gdb.guile/scm-symtab.c: New file.
24156 * gdb.guile/scm-symtab.exp: New file.
24157 * gdb.guile/scm-type.c: New file.
24158 * gdb.guile/scm-type.exp: New file.
24159 * gdb.guile/scm-value-cc.cc: New file.
24160 * gdb.guile/scm-value-cc.exp: New file.
24161 * gdb.guile/scm-value.c: New file.
24162 * gdb.guile/scm-value.exp: New file.
24163 * gdb.guile/source2.scm: New file.
24164 * gdb.guile/types-module.cc: New file.
24165 * gdb.guile/types-module.exp: New file.
24166
24167 2014-02-10 Yao Qi <yao@codesourcery.com>
24168
24169 PR testsuite/16543
24170 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
24171 * configure: Regenerated.
24172 * Makefile.in: New file.
24173
24174 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
24175
24176 * gdb.python/py-framefilter.exp: Fix typo.
24177
24178 2014-02-08 Yao Qi <yao@codesourcery.com>
24179
24180 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
24181 that no =breakpoint-modified is emitted when breakpoints are
24182 modified through MI commands.
24183
24184 2014-02-07 Pedro Alves <pedro@codesourcery.com>
24185 Pedro Alves <palves@redhat.com>
24186
24187 * gdb.threads/step-after-sr-lock.c: New file.
24188 * gdb.threads/step-after-sr-lock.exp: New file.
24189
24190 2014-02-07 Pedro Alves <palves@redhat.com>
24191
24192 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
24193
24194 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
24195
24196 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
24197 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
24198
24199 2014-02-06 Doug Evans <xdje42@gmail.com>
24200
24201 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
24202 output.
24203
24204 * gdb.gdb/python-interrupts.exp: New file.
24205
24206 2014-02-05 Yao Qi <yao@codesourcery.com>
24207
24208 * gdb.trace/report.exp (use_collected_data): Test the output
24209 of "info threads" and "info inferiors".
24210
24211 2014-02-05 Yao Qi <yao@codesourcery.com>
24212
24213 Revert this patch:
24214
24215 2013-05-24 Yao Qi <yao@codesourcery.com>
24216
24217 * gdb.trace/tfile.exp: Test inferior and thread.
24218
24219 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24220
24221 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
24222 on a function.
24223 * gdb.base/step-bt.c: Call hello via function pointer to make
24224 sure its first instruction is executed on powerpc64le-linux.
24225
24226 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24227
24228 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
24229
24230 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24231
24232 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
24233 of the test patterns for use on little-endian systems.
24234
24235 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24236
24237 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
24238 (decimal_vector): Fix for little-endian.
24239
24240 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
24241
24242 * gdb.arch/sparc-sysstep.exp: New file.
24243 * gdb.arch/sparc-sysstep.c: Likewise.
24244
24245 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
24246
24247 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
24248
24249 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
24250
24251 2014-01-23 Tom Tromey <tromey@redhat.com>
24252
24253 * gdb.ada/array_char_idx: New testcase.
24254
24255 2014-01-23 Tom Tromey <tromey@redhat.com>
24256
24257 PR python/16487:
24258 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
24259 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
24260 classes.
24261
24262 2014-01-23 Tom Tromey <tromey@redhat.com>
24263
24264 PR python/16491:
24265 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
24266 string from an inferior frame.
24267 * gdb.python/py-framefilter-mi.exp: Update.
24268
24269 2014-01-22 Doug Evans <dje@google.com>
24270
24271 * gdb.server/server-mon.exp: Add tests for "set debug-format".
24272
24273 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24274
24275 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
24276
24277 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24278
24279 * gdb.trace/entry-values.exp: Remove excess space character from
24280 regex patterns. Handle s390 call instruction.
24281
24282 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24283
24284 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
24285 define "*_start" label. Make "name" static.
24286 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
24287 ${name} by references to ${name}_start.
24288
24289 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24290
24291 * gdb.base/info-macros.exp: Remove "debug" from the compile
24292 options.
24293
24294 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24295
24296 * gdb.dlang/demangle.exp: New file.
24297
24298 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24299
24300 * gdb.dlang/primitive-types.exp: New file.
24301
24302 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24303
24304 * configure.ac: Create gdb.dlang/Makefile.
24305 * configure: Regenerate.
24306 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
24307 * gdb.dlang/Makefile.in: New file.
24308 * lib/d-support.exp: New file.
24309 * lib/gdb.exp (skip_d_tests): New proc.
24310
24311 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24312
24313 * gdb.btrace/delta.exp: Check reverse stepi.
24314 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
24315 * gdb.btrace/finish.exp: New.
24316 * gdb.btrace/next.exp: New.
24317 * gdb.btrace/nexti.exp: New.
24318 * gdb.btrace/record_goto.c: Add comments.
24319 * gdb.btrace/step.exp: New.
24320 * gdb.btrace/stepi.exp: New.
24321 * gdb.btrace/multi-thread-step.c: New.
24322 * gdb.btrace/multi-thread-step.exp: New.
24323 * gdb.btrace/rn-dl-bind.c: New.
24324 * gdb.btrace/rn-dl-bind.exp: New.
24325 * gdb.btrace/data.c: New.
24326 * gdb.btrace/data.exp: New.
24327 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24328
24329 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24330
24331 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
24332 * gdb.btrace/exception.exp: Update.
24333 * gdb.btrace/instruction_history.exp: Update.
24334 * gdb.btrace/record_goto.exp: Update.
24335 * gdb.btrace/tailcall.exp: Update.
24336 * gdb.btrace/unknown_functions.exp: Update.
24337 * gdb.btrace/delta.exp: New.
24338
24339 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24340
24341 * gdb.btrace/record_goto.exp: Add backtrace test.
24342 * gdb.btrace/tailcall.exp: Add backtrace test.
24343
24344 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24345
24346 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
24347 * gdb.btrace/record_goto.c: New.
24348 * gdb.btrace/record_goto.exp: New.
24349 * gdb.btrace/x86-record_goto.S: New.
24350
24351 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24352
24353 * gdb.btrace/function_call_history.exp: Update tests.
24354 * gdb.btrace/instruction_history.exp: Update tests.
24355
24356 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24357
24358 * gdb.btrace/function_call_history.exp: Fix expected field
24359 order for "record function-call-history".
24360 Add new tests for "record function-call-history /c".
24361 * gdb.btrace/exception.cc: New.
24362 * gdb.btrace/exception.exp: New.
24363 * gdb.btrace/tailcall.exp: New.
24364 * gdb.btrace/x86-tailcall.S: New.
24365 * gdb.btrace/x86-tailcall.c: New.
24366 * gdb.btrace/unknown_functions.c: New.
24367 * gdb.btrace/unknown_functions.exp: New.
24368 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24369
24370 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24371
24372 * gdb.btrace/instruction_history.exp: Update.
24373 * gdb.btrace/function_call_history.exp: Update.
24374
24375 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24376
24377 * gdb.btrace/function_call_history.exp: Fix expected function
24378 trace.
24379 * gdb.btrace/instruction_history.exp: Initialize traced.
24380 Remove traced_functions.
24381
24382 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24383
24384 * gdb.btrace/function_call_history.exp: Update
24385 * gdb.btrace/instruction_history.exp: Update.
24386
24387 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24388
24389 * gdb.btrace/enable.exp: Update expected text.
24390
24391 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
24392
24393 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
24394 bytes.
24395
24396 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
24397
24398 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
24399
24400 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
24401
24402 * lib/gdb.exp (supports_process_record): Return true for
24403 arm*-linux*. (supports_reverse): Likewise.
24404
24405 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
24406
24407 PR python/15464
24408 PR python/16113
24409 * gdb.python/py-type.c: Enhance test case.
24410 * gdb.python/py-value-cc.cc: Likewise
24411 * gdb.python/py-type.exp: Add new tests.
24412 * gdb.python/py-value-cc.exp: Likewise
24413
24414 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
24415 Pedro Alves <palves@redhat.com>
24416
24417 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
24418 Make "name" extern.
24419 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
24420 references to ${name}_start by references to ${name}.
24421
24422 2014-01-10 Joel Brobecker <brobecker@adacore.com>
24423
24424 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
24425
24426 2014-01-10 Joel Brobecker <brobecker@adacore.com>
24427
24428 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
24429
24430 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
24431 Pedro Alves <palves@redhat.com>
24432
24433 * gdb.mi/mi-info-os.exp: Connect to the target with
24434 mi_gdb_target_load.
24435
24436 2014-01-08 Pedro Alves <palves@redhat.com>
24437
24438 * gdb.threads/reconnect-signal.c: New file.
24439 * gdb.threads/reconnect-signal.exp: New file.
24440
24441 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
24442
24443 * gdb.base/source-dir.exp: New file.
24444
24445 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24446
24447 * gdb.ada/mi_interface: New testcase.
24448
24449 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24450
24451 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
24452 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
24453 gdb.ada/pp-rec-component/pck.ads: New files.
24454
24455 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24456
24457 * gdb.python/py-pp-integral.c: New file.
24458 * gdb.python/py-pp-integral.py: New file.
24459 * gdb.python/py-pp-integral.exp: New file.
24460
24461 For older changes see ChangeLog-1993-2013.
24462 \f
24463 ;; Local Variables:
24464 ;; mode: change-log
24465 ;; left-margin: 8
24466 ;; fill-column: 74
24467 ;; version-control: never
24468 ;; End:
24469
24470 Copyright 2014-2021 Free Software Foundation, Inc.
24471 Copying and distribution of this file, with or without modification,
24472 are permitted provided the copyright notice and this notice are preserved.
This page took 0.506876 seconds and 5 git commands to generate.