]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
gdb/testsuite: use proc parameters in gdb.arch/amd64-osabi.exp
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2021-05-10 Simon Marchi <simon.marchi@polymtl.ca>
2
3 * gdb.arch/amd64-osabi.exp (test_osabi_none): Use the
4 parameters.
5
6 2021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 * gdb.guile/guile.exp: Add an extra test.
9
10 2021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
11
12 * gdb.base/ptype-offsets.exp: Replace use of send_gdb with
13 gdb_test_no_output.
14
15 2021-05-07 Simon Marchi <simon.marchi@polymtl.ca>
16
17 * Re-format all Python files using black.
18 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust.
19
20 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
21
22 * gdb.guile/scm-breakpoint.exp (test_watchpoints): Print the
23 watchpoint object before and after registering it with GDB.
24
25 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
26
27 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Convert to
28 'proc_with_prefix', remove use of 'with_test_prefix', and
29 reindent.
30 (test_bkpt_deletion): Likewise.
31 (test_bkpt_cond_and_cmds): Likewise.
32 (test_bkpt_invisible): Likewise.
33 (test_watchpoints): Likewise.
34 (test_bkpt_internal): Likewise.
35 (test_bkpt_eval_funcs): Likewise.
36 (test_bkpt_registration): Likewise.
37 (test_bkpt_address): Convert to 'proc_with_prefix'.
38 (test_bkpt_probe): Likewise.
39
40 2021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
41
42 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Extend test
43 names to avoid duplicates.
44 (test_bkpt_cond_and_cmds): Likewise.
45 (test_bkpt_eval_funcs): Likewise.
46
47 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
48
49 * gdb.mi/mi-break.exp (test_forced_conditions): Add a test
50 for the -break-condition command's "--force" flag.
51
52 2021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
53
54 * gdb.mi/mi-break.exp (test_forced_conditions): New proc that
55 is called by the test.
56
57 2021-05-05 Tom de Vries <tdevries@suse.de>
58
59 * gdb.threads/detach-step-over.exp: Do exp_continue when encountering
60 "Reading symbols" or "Expanding full symbols" lines. Using timeout
61 factor of 2 for attach.
62
63 2021-05-05 Tom de Vries <tdevries@suse.de>
64
65 * gdb.threads/fork-plus-threads.exp: Handle "New LWP <n>" and
66 "LWP <n> exited" messages.
67
68 2021-05-04 Simon Marchi <simon.marchi@polymtl.ca>
69
70 * gdb.python/py-type.exp (test_fields): Test calling fields on
71 an int type.
72
73 2021-05-04 Simon Marchi <simon.marchi@efficios.com>
74
75 * gdb.python/flexible-array-member.exp: Adjust expected range
76 value for member declared with 0 size. Test accessing range
77 tuple through range type.
78
79 2021-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
80
81 PR testsuite/27788
82 * gdb.python/py-startup-opt.exp (test_python_settings): Change the
83 expected results when environment variable PYTHONDONTWRITEBYTECODE
84 is set.
85
86 2021-04-30 Tom Tromey <tromey@adacore.com>
87
88 * gdb.ada/enum_idx_packed/pck.ads (My_Enum, My_Array_Type)
89 (Confused_Array): New types.
90 * gdb.ada/enum_idx_packed/foo.adb (Confused_Array): New variable.
91 * gdb.ada/enum_idx_packed.exp: Add new tests.
92
93 2021-04-30 Tom de Vries <tdevries@suse.de>
94
95 * gdb.mi/mi-sym-info.exp: Add with_timeout_factor, and increase
96 existing timeout factors.
97
98 2021-04-30 Tom de Vries <tdevries@suse.de>
99
100 * gdb.mi/mi-sym-info.exp: Remove duplicate test.
101
102 2021-04-29 Tom de Vries <tdevries@suse.de>
103
104 PR testsuite/27786
105 * lib/valgrind.exp (vgdb_start): Use set_remotetimeout. Increase
106 remotetimeout to 4.
107
108 2021-04-28 Tom Tromey <tromey@adacore.com>
109
110 * gdb.ada/null_overload.exp: New file.
111 * gdb.ada/null_overload/foo.adb: New file.
112
113 2021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
114
115 * gdb.python/py-startup-opt.exp: New file.
116
117 2021-04-27 Luis Machado <luis.machado@linaro.org>
118
119 * gdb.base/maint.exp: Drop a pattern that is not needed.
120 * lib/gdb.exp (readnow): Match line-by-line.
121
122 2021-04-27 Luis Machado <luis.machado@linaro.org>
123
124 * gdb.xml/tdesc-reload.exp: Pass -lbl.
125
126 2021-04-27 Michael Weghorn <m.weghorn@posteo.de>
127 Simon Marchi <simon.marchi@polymtl.ca>
128
129 * gdb.python/libpy-autoloaded-pretty-printers-in-newobjfile-event.so-gdb.py: New test.
130 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.cc: New test.
131 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.h: New test.
132 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-main.cc: New test.
133 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.exp: New test.
134 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.py: New test.
135
136 2021-04-26 Tom Tromey <tromey@adacore.com>
137
138 PR gdb/27743:
139 * gdb.dwarf2/imported-unit-bp.exp: New file.
140 * gdb.dwarf2/imported-unit-bp-main.c: New file.
141 * gdb.dwarf2/imported-unit-bp-alt.c: New file.
142
143 2021-04-26 Simon Marchi <simon.marchi@polymtl.ca>
144
145 PR gdb/27773
146 * gdb.base/dump.exp: Test dump to non-existent dir.
147
148 2021-04-26 Luis Machado <luis.machado@linaro.org>
149
150 * gdb.arch/aarch64-dbreg-contents.c (set_watchpoint): Fix arch level
151 comparison.
152
153 2021-04-25 Lancelot Six <lsix@lancelotsix.com>
154
155 PR gdb/22640
156 * gdb.base/ptype-offsets.exp: Add tests to verify the behavior
157 of 'ptype/ox' and 'ptype/od'. Check that 'set print type hex'
158 changes the default behavior of 'ptype/o'. Update to take into
159 account new horizontal layout.
160 * gdb.rust/simple.exp: Update ptype test to check new horizontal
161 layout.
162 * gdb.rust/union.exp: Same.
163
164 2021-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
165
166 * gdb.base/info_sources.exp: Add new tests.
167
168 2021-04-22 Tom Tromey <tom@tromey.com>
169
170 * gdb.base/ptype-offsets.cc (struct empty_member): New.
171 (main): Use empty_member.
172 * gdb.base/ptype-offsets.exp: Add new test.
173
174 2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
175
176 * gdb.python/flexible-array-member.exp: Add check for Python
177 support.
178
179 2021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
180
181 PR gdb/27757
182 * gdb.python/flexible-array-member.c: New test.
183 * gdb.python/flexible-array-member.exp: New test.
184 * gdb.guile/scm-type.exp (test_range): Add test for flexible
185 array member.
186 * gdb.guile/scm-type.c (struct flex_member): New.
187 (main): Use it.
188
189 2021-04-22 Tom Tromey <tom@tromey.com>
190
191 * gdb.rust/modules.exp: Add checks for syntax errors.
192 * gdb.rust/expr.exp: Add checks for syntax errors.
193 * gdb.rust/simple.exp: Add checks for syntax errors.
194
195 2021-04-21 Carl Love <cel@us.ibm.com>
196
197 * gdb.base/valgrind-bt.exp: Add gdb_test "break main".
198 Update expected string for gdb_test "bt".
199
200 * lib/valgrind.exp: Add set remotetimeout 3.
201 Increase vgdb wait from 1 to 2.
202 Add max-invoke-ms option to vgdb command line.
203
204 2021-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
205
206 * gdb.mi/mi-break.exp: Extend with checks for invalid breakpoint
207 conditions.
208
209 2021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
210 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
211
212 * gdb.mi/mi-break.exp: Fix the duplicate test names.
213
214 2021-04-20 Felix Willgerodt <felix.willgerodt@intel.com>
215
216 * gdb.base/address_space_qualifier.exp: New file.
217
218 2021-04-19 Tom Tromey <tromey@adacore.com>
219
220 PR gdb/27742:
221 * gdb.opt/inline-locals.exp: Update kfail patterns.
222
223 2021-04-17 Tom Tromey <tom@tromey.com>
224
225 * gdb.dwarf2/gdb-index-nodebug.exp: New file.
226
227 2021-04-16 Tom Tromey <tom@tromey.com>
228
229 * gdb.rust/simple.exp: Change error text.
230 * gdb.rust/expr.exp: Change error text.
231
232 2021-04-16 Tom Tromey <tom@tromey.com>
233
234 * gdb.rust/simple.exp: Add parens to 'as' test.
235
236 2021-04-16 Simon Marchi <simon.marchi@efficios.com>
237
238 * boards/simavr.exp: Set debug_flags.
239
240 2021-04-16 Luis Machado <luis.machado@linaro.org>
241
242 * gdb.dwarf2/dw2-bfloat16.exp: New file.
243
244 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
245
246 * gdb.python/py-parameter.exp: Give a test a proper name to avoid
247 including a path in the test name.
248
249 2021-04-15 Simon Marchi <simon.marchi@polymtl.ca>
250
251 * gdb.threads/fork-plus-threads.exp: Use foreach_with_prefix.
252
253 2021-04-15 Tom Tromey <tromey@adacore.com>
254
255 * gdb.dwarf2/arr-stride.exp: Add test.
256
257 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
258
259 * gdb.base/startup-file.exp: Add more tests.
260
261 2021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
262
263 PR cli/25956
264 * gdb.base/early-init-file.c: New file.
265 * gdb.base/early-init-file.exp: New file.
266 * lib/gdb-utils.exp (style): Handle style 'none'.
267
268 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
269
270 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: Use
271 @DW_INL_declared_inlined for the inline attribute.
272
273 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
274
275 * gdb.opt/inline-locals.c (scoped): New function.
276 (main): Call 'scoped'.
277 * gdb.opt/inline-locals.exp: Update with "info locals" tests
278 for scoped variables.
279 * gdb.dwarf2/dw2-inline-with-lexical-scope.c: New file.
280 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: New file.
281
282 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
283
284 * lib/dwarf.exp (_location): Recognize DW_OP_fbreg as an op.
285
286 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
287
288 * gdb.arch/powerpc-vsx-regs.exp: Initialize vs* doublewords.
289
290 2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
291
292 * gdb.arch/powerpc-plxv-nonrel.s: Testcase using
293 non-relative plxv instructions.
294 * gdb.arch/powerpc-plxv-nonrel.exp: Testcase harness.
295
296 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
297
298 PR gdb/27525
299 * gdb/testsuite/gdb.arch/powerpc-addpcis.exp: Testcase harness to
300 exercise single-stepping over subpcis,lnia,addpcis instructions
301 with displacement.
302 * gdb/testsuite/gdb.arch/powerpc-addpcis.s: Testcase with stream
303 of addpcis/lnia/subpcis instructions.
304 * gdb/testsuite/gdb.arch/powerpc-lnia.exp: Testcase harness to
305 exercise single-stepping over lnia instructions with displacement.
306 * gdb/testsuite/gdb.arch/powerpc-lnia.s: Testcase with stream of
307 lnia instructions.
308
309 2021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
310
311 * gdb.arch/powerpc-power10.s: New test for instructions.
312 * gdb.arch/powerpc-power10.exp: Harness to run the test.
313
314 2021-4-12 Carl Love <cel@us.ibm.com>
315
316 * gdb.arch/vsx-vsr-float128.c: New test file.
317 * gdb.arch/vsx-vsr-float128.exp: New expect file.
318
319 2021-04-12 Markus Metzger <markus.t.metzger@intel.com>
320
321 * gdb.btrace/reconnect.exp: Relax expected stepi output.
322
323 2021-04-07 Weimin Pan <weimin.pan@oracle.com>
324
325 * gdb.base/ctf-ptype.c: Add struct link containing a forward
326 reference type.
327 * gdb.base/ctf-ptype.exp: Add "ptype struct link".
328
329 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
330
331 * gdb.fortran/dynamic-ptype-whatis.exp: New file.
332 * gdb.fortran/dynamic-ptype-whatis.f90: New file.
333
334 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
335
336 * gdb.cp/rvalue-ref-params.cc (f3): New function.
337 (f4): New function.
338 (global_int): New global variable.
339 (global_float): Likeiwse.
340 (main): Call both new functions.
341 * gdb.cp/rvalue-ref-params.exp: Add new tests.
342
343 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
344
345 * gdb.dwarf2/fission-relative-dwo.c: New file.
346 * gdb.dwarf2/fission-relative-dwo.exp: New file.
347
348 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
349
350 * gdb.dwarf2/fission-absolute-dwo.c: New file.
351 * gdb.dwarf2/fission-absolute-dwo.exp: New file.
352 * gdb.dwarf2/fission-base.exp: Use build_executable_and_dwo_files
353 instead of build_executable_from_fission_assembler.
354 * gdb.dwarf2/fission-loclists-pie.exp: Likewise.
355 * gdb.dwarf2/fission-loclists.exp: Likewise.
356
357 * gdb.dwarf2/fission-multi-cu.S: Delete file.
358 * gdb.dwarf2/fission-multi-cu.c: New file based on old
359 fission-multi-cu1.c and fission-multi-cu2.c files.
360 * gdb.dwarf2/fission-multi-cu1.c: Delete file.
361 * gdb.dwarf2/fission-multi-cu2.c: Delete file.
362 * gdb.dwarf2/fission-multi-cu.exp: Rewrite to use Dwarf assembler.
363 * gdb.dwarf2/fission-reread.exp: Likewise.
364 * lib/dwarf.exp (extract_dwo_information): New proc.
365 (strip_dwo_information): New proc.
366 (build_executable_and_dwo_files): New proc.
367 (build_executable_from_fission_assembler): Delete.
368 (Dwarf::_debug_addr_index): New variable.
369 (Dwarf::_cu_is_fission): New variable.
370 (Dwarf::_handle_DW_FORM): Handle DW_OP_GNU_addr_index.
371 (Dwarf::_default_form): Supply a default for DW_AT_GNU_addr_base.
372 (Dwarf::_handle_macro_at_range): Use form DW_FORM_GNU_addr_index
373 if this is a fission CU.
374 (Dwarf::_location): Handle DW_OP_GNU_addr_index.
375 (Dwarf::debug_addr_label): New proc.
376 (Dwarf::cu): Initialise _cu_is_fission.
377 (Dwarf::tu): Likewise.
378 (Dwarf::assemble): Initialise _debug_addr_index.
379
380 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
381
382 * gdb.dwarf2/dw2-using-debug-str.exp: Add an additional test.
383
384 2021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
385
386 * gdb.python/py-parameter.exp: Add test for reading data-directory
387 using gdb.parameter API.
388
389 2021-04-06 Tom de Vries <tdevries@suse.de>
390
391 PR breakpoints/25884
392 * gdb.opt/inline-cmds.exp: Remove kfail.
393
394 2021-04-06 Tom de Vries <tdevries@suse.de>
395
396 PR testsuite/27691
397 * gdb.threads/gcore-thread.exp: Don't call gdb_core_cmd with core
398 file "".
399
400 2021-04-01 Egeyar Bagcioglu <egeyar@gmail.com>
401
402 * lib/pdtrace.in: Fix obvious typo.
403
404 2021-03-31 Tom Tromey <tromey@adacore.com>
405
406 * lib/dwarf.exp (Dwarf::_get_args): New proc.
407 (Dwarf::_location): Use it.
408
409 2021-03-31 Tom de Vries <tdevries@suse.de>
410
411 PR testsuite/27667
412 * lib/gdb.exp (default_gdb_init): Unset DEBUGINFOD_URLS.
413
414 2021-03-30 Simon Marchi <simon.marchi@polymtl.ca>
415
416 PR gdb/27541
417 * gdb.base/index-cache-load-twice.exp: Remove.
418 * gdb.base/index-cache-load-twice.c: Remove.
419 * gdb.dwarf2/per-bfd-sharing.exp: New.
420 * gdb.dwarf2/per-bfd-sharing.c: New.
421
422 2021-03-30 Tom de Vries <tdevries@suse.de>
423
424 PR testsuite/27604
425 * gdb.dwarf2/dw2-cu-size.S: Add missing .debug_abbrev terminator.
426
427 2021-03-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
428
429 * gdb.mi/user-selected-context-sync.exp: Spin on a variable in
430 the infinite loop to avoid a Clang bug.
431
432 2021-03-26 Will Schmidt <will_schmidt@vnet.ibm.com>
433
434 * gdb.arch/powerpc-disassembler-options.exp: Extend some test
435 names for uniqueness.
436 * gdb.arch/powerpc-fpscr-gcore.exp: Add more test names for
437 uniqueness.
438
439 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
440
441 * gdb.python/py-prettyprint.c (struct container): Add 'is_array_p'
442 member.
443 (make_container): Initialise is_array_p.
444 * gdb.python/py-prettyprint.exp: Add new tests.
445 * gdb.python/py-prettyprint.py (ContainerPrinter.display_hint):
446 Check is_array_p and possibly return 'array'.
447
448 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
449
450 * gdb.cp/breakpoint.exp: Extend test names to make them unique.
451 * gdb.cp/casts.exp: Give tests unique names.
452 * gdb.cp/filename.exp: Likewise.
453 * gdb.cp/gdb2495.exp: Likewise.
454 * gdb.cp/mb-ctor.exp: Extend test names to make them unique.
455 * gdb.cp/misc.exp: Rename test to make it unique.
456 * gdb.cp/nsnested.exp: Give tests unique names.
457 * gdb.cp/ovldbreak.exp: Likewise.
458 * gdb.cp/pr17494.exp: Rename test to reflect what is actually
459 being tested. This also removes the duplicate test name.
460 * gdb.cp/ref-types.exp: Likewise.
461 * gdb.cp/temargs.exp: Likewise.
462
463 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
464
465 * gdb.cp/cplusfuncs.exp (test_paddr_operator_functions): Escape
466 square brackets in test.
467
468 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
469
470 * gdb.cp/maint.exp (test_first_component): Run more tests with a
471 variable number of spaces, this removes the duplicate testing of
472 'operator ->' which existed before.
473
474 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
475
476 * gdb.cp/gdb2384.cc (main): Change comments used for breakpoints.
477 * gdb.cp/gdb2384.exp: Change and extend test names to avoid
478 duplicates, and also to avoid having a string inside parentheses
479 at the end of test names.
480
481 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
482
483 * gdb.cp/nsusing.exp: Rewrite test, remove a duplicate test block.
484 Avoid repeated uses of 'runto', and instread just progress once
485 through the test stopping at different breakpoints. Give comments
486 a capital letter and full stop. Give duplicate tests unique names.
487
488 2021-03-25 Pedro Alves <pedro@palves.net>
489
490 * gdb.server/stop-reply-no-thread-multi.exp (run_test): Add
491 "target_non_stop" parameter and use it.
492 (top level): Add "maint set target-non-stop on/off" testing axis.
493
494 2021-03-25 Andrew Burgess <andrew.burgess@embecosm.com>
495
496 * lib/ada.exp (gnat_runtime_has_debug_info): Use -wrap with
497 gdb_test_multiple.
498
499 2021-03-24 Luis Machado <luis.machado@linaro.org>
500
501 * gdb.arch/aarch64-mte.c: New file.
502 * gdb.arch/aarch64-mte.exp: New test.
503 * gdb.base/memtag.c: New file.
504 * gdb.base/memtag.exp: New test.
505 * lib/gdb.exp (supports_memtag): New function.
506
507 2021-03-24 Luis Machado <luis.machado@linaro.org>
508
509 * gdb.base/options.exp: Adjust for new print options.
510 * gdb.base/with.exp: Likewise.
511
512 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
513
514 * gdb.dwarf2/dw2-missing-cu-tag.c: New file.
515 * gdb.dwarf2/dw2-missing-cu-tag.exp: New file.
516
517 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
518
519 * gdb.dwarf2/dw2-using-debug-str.c: New file.
520 * gdb.dwarf2/dw2-using-debug-str.exp: New file.
521 * lib/dwarf.exp (Dwarf::DW_FORM_strp): Create .debug_str section,
522 not .debug_string.
523
524 2021-03-20 Tom Tromey <tom@tromey.com>
525
526 * gdb.base/maint.exp: Update "maint print statistics" output.
527
528 2021-03-19 Kevin Buettner <kevinb@redhat.com>
529
530 * lib/gdbserver-support.exp (gdbserver_exit): Use the
531 "-nowait" flag when waiting for gdbserver to exit.
532
533 2021-03-19 Sourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
534
535 * gdb.base/info-macros.exp: Append -fdebug-macro to
536 additional_flags for clang.
537 * gdb.base/macscp.exp: Likewise.
538 * gdb.base/style.exp: Likewise.
539 * gdb.linespec/macro-relative.exp: Likewise.
540
541 2021-03-17 Simon Marchi <simon.marchi@polymtl.ca>
542 Pedro Alves <pedro@palves.net>
543
544 * gdb.base/run-attach-while-running.exp: New.
545 * gdb.base/run-attach-while-running.c: New.
546
547 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
548
549 * gdb.python/py-framefilter-addr.c: New file.
550 * gdb.python/py-framefilter-addr.exp: New file.
551 * gdb.python/py-framefilter-addr.py: New file.
552
553 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
554
555 * gdb.threads/execl.exp: Remove duplicate 'info threads' test.
556 Make use of $gdb_test_name instead of creating a separate $test
557 variable.
558 * gdb.threads/print-threads.exp: Add a with_test_prefix instead of
559 adding a '($name)' at the end of each test. This also catches the
560 one place where '($name)' was missing, and so caused a duplicate
561 test name.
562 * gdb.threads/queue-signal.exp: Give tests unique names to avoid
563 duplicate test names based on the command being tested.
564 * gdb.threads/signal-command-multiple-signals-pending.exp:
565 Likewise.
566 * lib/gdb.exp (gdb_compile_shlib_pthreads): Tweak test name to
567 avoid duplicate testnames when a test script uses this proc and
568 also gdb_compile_pthreads.
569 * lib/prelink-support.exp (build_executable_own_libs): Use
570 with_test_prefix to avoid duplicate test names when we call
571 build_executable twice.
572
573 2021-03-15 Tom Tromey <tromey@adacore.com>
574
575 * gdb.ada/fixed_points.exp: Add tests of unary + and -.
576
577 2021-03-15 Tom Tromey <tromey@adacore.com>
578
579 * gdb.ada/varsize_limit.exp: Add new test.
580 * gdb.ada/varsize_limit/vsizelim.adb: Update.
581
582 2021-03-15 Tom Tromey <tromey@adacore.com>
583
584 * gdb.ada/operator_call/twovecs.ads: New file.
585 * gdb.ada/operator_call/twovecs.adb: New file.
586 * gdb.ada/operator_call/opcall.adb: New file.
587 * gdb.ada/operator_call.exp: New file.
588
589 2021-03-15 Tom Tromey <tromey@adacore.com>
590
591 * gdb.ada/enums_overload/enums_overload_main.adb: New file.
592 * gdb.ada/enums_overload/enums_overload.ads: New file.
593 * gdb.ada/enums_overload/enums_overload.adb: New file.
594 * gdb.ada/enums_overload.exp: New file.
595
596 2021-03-15 Tom Tromey <tromey@adacore.com>
597
598 * gdb.ada/assign_arr/target_wrapper.ads (IArray, Put, Do_Nothing):
599 Declare.
600 * gdb.ada/assign_arr/target_wrapper.adb: New file.
601 * gdb.ada/assign_arr/main_p324_051.adb (IValue): New variable.
602 Call Put.
603 * gdb.ada/assign_arr.exp: Update.
604
605 2021-03-15 Andrew Burgess <andrew.burgess@embecosm.com>
606
607 * gdb.python/py-auto-load-chaining-f1.c: New file.
608 * gdb.python/py-auto-load-chaining-f1.o-gdb.py: New file.
609 * gdb.python/py-auto-load-chaining-f2.c: New file.
610 * gdb.python/py-auto-load-chaining-f2.o-gdb.py: New file.
611 * gdb.python/py-auto-load-chaining.c: New file.
612 * gdb.python/py-auto-load-chaining.exp: New file.
613
614 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
615
616 * gdb.python/py-bad-printers.exp: Extend test names to make them
617 unique.
618 * gdb.python/py-events.exp: Likewise.
619 * gdb.python/py-finish-breakpoint2.exp: Likewise.
620 * gdb.python/py-frame-inline.exp: Likewise.
621 * gdb.python/py-frame.exp: Likewise.
622 * gdb.python/py-infthread.exp: Likewise.
623
624 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
625
626 * gdb.python/py-value-cc.exp: Remove a duplicate test.
627
628 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
629
630 * gdb.python/lib-types.exp: Update the test to check the correct
631 python variable.
632
633 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
634
635 * gdb.python/py-explore-cc.exp: Extend test names to make them
636 unique.
637
638 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
639
640 * gdb.python/py-lookup-type.exp: Remove duplicate test.
641
642 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
643
644 * gdb.python/py-symtab.exp: Extend test names to make them
645 unique.
646
647 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
648
649 * gdb.python/py-prompt.exp: Add with_test_prefix to make test
650 names unique.
651
652 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
653
654 * gdb.python/py-block.exp: Give tests unique names.
655
656 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
657
658 * gdb.python/py-pp-maint.exp: Extend test names to make them
659 unique.
660
661 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
662
663 * gdb.python/py-explore.exp: Add with_test_prefix to make test
664 names unique.
665
666 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
667
668 * gdb.python/py-finish-breakpoint.exp: Make test names unique.
669
670 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
671
672 * gdb.python/py-strfns.exp: Use with_test_prefix to make test
673 names unique.
674
675 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
676
677 * gdb.python/py-format-string.exp: Use proc_with_prefix to make
678 test names unique.
679
680 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
681
682 * gdb.python/py-mi.exp: Use with_test_prefix to make test names
683 unique.
684
685 2021-03-09 Tom Tromey <tromey@adacore.com>
686
687 * gdb.base/cast-call.exp: New file.
688 * gdb.base/cast-call.c: New file.
689
690 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
691
692 * gdb.gdb/python-helper.exp: New file.
693
694 2020-03-04 Felix Willgerodt <felix.willgerodt@intel.com>
695
696 * gdb.fortran/intrinsics.exp: Add LOC tests.
697
698 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
699
700 * gdb.fortran/shape.exp: New file.
701 * gdb.fortran/shape.f90: New file.
702
703 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
704
705 * gdb.fortran/size.exp: New file.
706 * gdb.fortran/size.f90: New file.
707
708 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
709
710 * gdb.fortran/rank.exp: New file.
711 * gdb.fortran/rank.f90: New file.
712
713 2021-03-08 Tom Tromey <tom@tromey.com>
714
715 * gdb.fortran/debug-expr.exp: Update tests.
716
717 2021-03-08 Tom Tromey <tom@tromey.com>
718
719 * gdb.base/debug-expr.exp: Update expected dump output.
720
721 2021-03-06 Tom Tromey <tom@tromey.com>
722
723 * lib/dwarf.exp (_handle_DW_FORM): Treat DW_FORM_GNU_ref_alt and
724 DW_FORM_GNU_strp_alt like DW_FORM_sec_offset.
725 * gdb.dwarf2/dwznolink.exp: New file.
726
727 2021-03-05 Mark Wielaard <mark@klomp.org>
728
729 * lib/valgrind.exp (vgdb_start): Add --wait=1 to vgdbcmd.
730
731 2021-03-06 Weimin Pan <weimin.pan@oracle.com>
732
733 * gdb.base/ctf-ptype.exp: Add function tests and fix typos.
734
735 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
736
737 * gdb.btrace/rn-dl-bind.exp: Add ldflags=-Wl,-z,lazy.
738
739 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
740
741 * gdb.btrace/non-stop.exp: Adjust expected source lines.
742
743 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
744
745 * gdb.btrace/stepi.exp: Add {} options to prepare_for_testing.
746
747 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
748
749 * gdb.btrace/exception.cc (main): Update test source.
750 * gdb.btrace/exception.exp: Update patterns.
751 * gdb.btrace/function_call_history.exp: Likewise.
752
753 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
754
755 * gdb.btrace/unknown_functions.exp: Move -Wl,-x to ldflags.
756
757 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
758
759 * gdb.btrace/rn-dl-bind.exp: Replace reverse-step with
760 reverse-continue to breakpoint.
761
762 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
763
764 * gdb.btrace/delta.exp: Remove instruction-history and
765 function-call-history checks.
766
767 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
768
769 * README (Note): Add nopie_ldflag.
770 * lib/gdb.exp (gdb_compile): Extend nopie handling.
771
772 2021-03-02 Tom Tromey <tromey@adacore.com>
773
774 * gdb.ada/fixed_points.exp: Remove most special cases for minimal
775 encodings.
776
777 2021-02-27 Lancelot Six <lsix@lancelotix.com>
778
779 PR gdb/27393
780 * gdb.base/source-dir.exp: Test that empty dirnames are skipped.
781
782
783 2021-02-26 Tom Tromey <tom@tromey.com>
784
785 * lib/gdb.exp (skip_ctf_tests): Use expr on result.
786
787 2021-02-26 Jan Vrany <jan.vrany@labware.com>
788
789 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
790 Remove trailing \n from expected output.
791
792 2021-02-26 Markus Metzger <markus.t.metzger@intel.com>
793
794 * lib/gdb.exp (use_gdb_stub): Extend comment.
795
796 2021-02-25 Jan Matyas <jmatyas@codasip.com>
797
798 PR gdb/26819
799 * gdb.server/stop-reply-no-thread.exp: Add two test
800 scenarios that cover remote targets which do not have
801 the concept of threads.
802
803 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
804
805 * gdb.fortran/associated.exp: Add missing '-wrap' argument.
806
807 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
808
809 PR fortran/26155
810 * gdb.fortran/call-no-debug-func.f90: New file.
811 * gdb.fortran/call-no-debug-prog.f90: New file.
812 * gdb.fortran/call-no-debug.exp: New file.
813
814 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
815
816 * gdb.fortran/associated.exp: New file.
817 * gdb.fortran/associated.f90: New file.
818
819 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
820
821 * gdb.fortran/dot-ops.exp (dot_operations): Test ".xor.".
822
823 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
824
825 * gdb.base/sect-cmd.exp: Update expected results.
826
827 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
828
829 * gdb.base/sect-cmd.exp: Rewrite using modern testsuite
830 techniques. Enable the test for all targets.
831
832 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
833
834 * gdb.base/maint-info-sections.exp: Add new tests.
835 (check_maint_info_target_sections_output): New proc.
836
837 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
838
839 * gdb.arch/riscv-default-tdesc.exp: New file.
840
841 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
842
843 * gdb.fortran/pointer-to-pointer.exp: Additional tests.
844
845 2021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
846
847 * gdb.arch/i386-biarch-core.exp: Add target check.
848
849 2021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
850
851 * gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
852
853 2021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
854
855 * gdb.fortran/allocated.exp: New file.
856 * gdb.fortran/allocated.f90: New file.
857
858 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
859
860 * gdb.fortran/lbound-ubound.exp: Remove old comment.
861
862 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
863
864 * gdb.base/maint-info-sections.exp: Update expected output, and
865 add additional tests. Again.
866
867 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
868
869 * gdb.base/maint-info-sections.exp: Update expected output, and
870 add additional tests.
871
872 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
873
874 * gdb.base/maint-info-sections.exp: New file, content is moved
875 from gdb.base/maint.exp and cleaned up to use latest testsuite
876 techniques.
877 * gdb.base/maint.exp: Tests moved out to
878 gdb.base/maint-info-sections.exp.
879
880 2021-02-10 Simon Marchi <simon.marchi@efficios.com>
881
882 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
883 GDBFLAGS.
884
885 2021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
886
887 * gdb.fortran/lbound-ubound.F90: New file.
888 * gdb.fortran/lbound-ubound.exp: New file.
889
890 2021-02-10 Tom de Vries <tdevries@suse.de>
891
892 * lib/gdb.exp (gdb_load_no_complaints): Remove unnecessary
893 "Restore saved setting of complaints".
894
895 2021-02-09 Tom de Vries <tdevries@suse.de>
896
897 PR symtab/27341
898 * lib/gdb.exp (with_complaints): New proc, factored out of ...
899 (gdb_load_no_complaints): ... here.
900 * gdb.fortran/function-calls.exp: Add test-case.
901
902 2021-02-09 Abid Qadeer <abidh@codesourcery.com>
903
904 * gdb.threads/signal-command-handle-nopass.exp: Call
905 'standard_testfile' before using 'testfile'.
906 * gdb.threads/signal-command-multiple-signals-pending.exp: Likewise.
907 * gdb.threads/signal-delivered-right-thread.exp: Likewise
908 * gdb.threads/signal-sigtrap.exp: Likewise
909
910 2021-02-08 Luis Machado <luis.machado@linaro.org>
911
912 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
913
914 2021-02-08 Tom de Vries <tdevries@suse.de>
915
916 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
917
918 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
919
920 * gdb.python/tui-window-disabled.c: New file.
921 * gdb.python/tui-window-disabled.exp: New file.
922 * gdb.python/tui-window-disabled.py: New file.
923
924 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
925
926 * gdb.python/tui-window.exp: Add new tests.
927 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
928 TestWindow object into global the_window.
929 <remote_title>: New method.
930 (delete_window_title): New function.
931
932 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
933
934 * gdb.tui/winheight.exp: Add more tests.
935
936 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
937
938 * gdb.python/py-framefilter.exp: Update expected results.
939 * gdb.python/python.exp: Update expected results.
940
941 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
942
943 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
944 about bug in GDB, update expected results, and add more tests.
945
946 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
947
948 * gdb.tui/scroll.exp: New file.
949 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
950 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
951 remaining lines up.
952 (Term::check_region_contents): New proc.
953 (Term::check_box_contents): Use check_region_contents.
954
955 2021-02-06 Tom de Vries <tdevries@suse.de>
956
957 PR testsuite/26922
958 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
959 scrolling.
960
961 2021-02-05 Tom de Vries <tdevries@suse.de>
962
963 PR breakpoints/27313
964 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
965 rejected.
966
967 2021-02-05 Tom de Vries <tdevries@suse.de>
968
969 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
970 * gdb.fortran/mixed-lang-stack.exp: Same.
971
972 2021-02-05 Tom de Vries <tdevries@suse.de>
973
974 PR exp/27265
975 * gdb.base/complex-parts.exp: Add tests.
976
977 2021-02-05 Tom de Vries <tdevries@suse.de>
978
979 PR symtab/27307
980 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
981
982 2021-02-04 Shahab Vahedi <shahab@synopsys.com>
983
984 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
985
986 2021-02-03 Pedro Alves <pedro@palves.net>
987
988 * gdb.threads/detach-step-over.c: New file.
989 * gdb.threads/detach-step-over.exp: New file.
990
991 2021-02-03 Pedro Alves <pedro@palves.net>
992
993 * gdb.threads/attach-non-stop.c: New file.
994 * gdb.threads/attach-non-stop.exp: New file.
995
996 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
997
998 * gdb.base/inferior-noarg.c: New test.
999 * gdb.base/inferior-noarg.exp: New test.
1000
1001 2021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
1002
1003 * gdb.base/scope.exp: Use proc_with_prefix.
1004
1005 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1006
1007 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
1008 table proc.
1009 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
1010 .debug_rnglists table without offset array.
1011 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1012 .debug_loclists table without offset array.
1013
1014 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1015
1016 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
1017 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
1018 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1019 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
1020 attribute
1021
1022 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1023
1024 PR gdb/26813
1025 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
1026 (loclists): New proc.
1027 * gdb.dwarf2/loclists-multiple-cus.c: New.
1028 * gdb.dwarf2/loclists-multiple-cus.exp: New.
1029 * gdb.dwarf2/loclists-sec-offset.c: New.
1030 * gdb.dwarf2/loclists-sec-offset.exp: New.
1031
1032 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1033
1034 * lib/dwarf.exp (_location): Add parameters.
1035 (_handle_DW_FORM): Adjust.
1036
1037 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
1038
1039 PR gdb/26813
1040 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
1041 (cu): Generate header for DWARF 5.
1042 (rnglists): New proc.
1043 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
1044 * gdb.dwarf2/rnglists-sec-offset.exp: New.
1045
1046 2021-02-02 Tom de Vries <tdevries@suse.de>
1047
1048 PR symtab/24620
1049 * gdb.dwarf2/fission-reread.exp: Add test-case.
1050
1051 2021-02-01 Tom de Vries <tdevries@suse.de>
1052
1053 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
1054 * gdb.dwarf2/fission-loclists-pie.S: Same.
1055 * gdb.dwarf2/fission-loclists.S: Same.
1056 * gdb.dwarf2/fission-multi-cu.S: Same.
1057 * gdb.dwarf2/fission-reread.S: Same.
1058 * gdb.dwarf2/fission-base.exp: Use DWO.
1059 * gdb.dwarf2/fission-loclists-pie.exp: Same.
1060 * gdb.dwarf2/fission-loclists.exp: Same.
1061 * gdb.dwarf2/fission-multi-cu.exp: Same.
1062 * gdb.dwarf2/fission-reread.exp: Same.
1063
1064 2021-01-29 Tom de Vries <tdevries@suse.de>
1065
1066 PR breakpoints/26063
1067 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
1068 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
1069
1070 2021-01-29 Tom de Vries <tdevries@suse.de>
1071
1072 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
1073
1074 2021-01-28 Tom de Vries <tdevries@suse.de>
1075
1076 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
1077 in the backtrace, and use that in the rest of the test instead of
1078 hardcoded constant 3. Use "frame" instead of "up" for robustness.
1079
1080 2021-01-28 Tom de Vries <tdevries@suse.de>
1081
1082 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
1083 * gdb.arch/i386-sse-stack-align.c: Same.
1084 * gdb.arch/i386-sse-stack-align.exp: Same.
1085
1086 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
1087
1088 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
1089
1090 2021-01-28 Tom de Vries <tdevries@suse.de>
1091
1092 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
1093
1094 2021-01-28 Tom de Vries <tdevries@suse.de>
1095
1096 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
1097 "maint info line-table". Make PASS pattern more specific. Make
1098 FAIL pattern work for -m32.
1099
1100 2021-01-27 Lancelot SIX <lsix@lancelotsix.com>
1101
1102 PR gdb/27133
1103 * gdb.base/ui-redirect.exp: Add test case that ensures that
1104 redirecting both logging and debug does not cause gdb to crash.
1105
1106
1107 2021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
1108
1109 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
1110
1111 2021-01-26 Tom de Vries <tdevries@suse.de>
1112
1113 * gdb.threads/killed-outside.exp: Allow regular output.
1114
1115 2021-01-26 Tom de Vries <tdevries@suse.de>
1116
1117 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
1118
1119 2021-01-25 Tom de Vries <tdevries@suse.de>
1120
1121 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
1122 * lib/gdb.exp: Use gdb_load_no_complaints.
1123
1124 2021-01-25 Tom Tromey <tromey@adacore.com>
1125
1126 * gdb.ada/fixed_points.exp: Add regression test.
1127 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
1128 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
1129
1130 2021-01-25 Tom Tromey <tromey@adacore.com>
1131
1132 * gdb.ada/local-enum.exp: Add enumerator resolution test.
1133
1134 2021-01-25 Tom Tromey <tromey@adacore.com>
1135
1136 * gdb.ada/local-enum.exp: New file.
1137 * gdb.ada/local-enum/local.adb: New file.
1138
1139 2021-01-23 Tom Tromey <tom@tromey.com>
1140
1141 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
1142
1143 2021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
1144
1145 * gdb.base/line65535.exp: Fix test expectation.
1146
1147 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1148
1149 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
1150 suppression.
1151 (default_gdb_exit): Likewise.
1152 (default_gdb_spawn): Likewise.
1153 (send_gdb): Likewise.
1154 (gdb_expect): Likewise.
1155 (gdb_expect_list): Likewise.
1156 (default_gdb_init): Likewise.
1157 (gdb_suppress_entire_file): Remove.
1158 (gdb_suppress_tests): Remove.
1159 (gdb_stop_suppressing_tests): Remove.
1160 (gdb_clear_suppressed): Remove.
1161 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
1162 related to test suppression.
1163 (default_mi_gdb_start): Likewise.
1164 (mi_gdb_reinitialize_dir): Likewise.
1165 (mi_gdb_test): Likewise.
1166 (mi_run_cmd_full): Likewise.
1167 (mi_runto_helper): Likewise.
1168 (mi_execute_to): Likewise.
1169 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
1170 * gdb.base/bitfields.exp: Likewise.
1171 * gdb.base/bitfields2.exp: Likewise.
1172 * gdb.base/break.exp: Likewise.
1173 * gdb.base/call-sc.exp: Likewise.
1174 * gdb.base/callfuncs.exp: Likewise.
1175 * gdb.base/dfp-test.exp: Likewise.
1176 * gdb.base/endian.exp: Likewise.
1177 * gdb.base/exprs.exp: Likewise.
1178 * gdb.base/funcargs.exp: Likewise.
1179 * gdb.base/hbreak2.exp: Likewise.
1180 * gdb.base/recurse.exp: Likewise.
1181 * gdb.base/scope.exp: Likewise.
1182 * gdb.base/sepdebug.exp: Likewise.
1183 * gdb.base/structs.exp: Likewise.
1184 * gdb.base/until.exp: Likewise.
1185 * gdb.cp/misc.exp: Likewise.
1186
1187 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1188
1189 PR cli/25956
1190 * gdb.base/style.exp (run_style_tests): Add version string test.
1191 (test_startup_version_string): Use version style name.
1192 * lib/gdb-utils.exp (style): Handle version style name.
1193
1194 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1195
1196 * gdb.base/style.exp (limited_style): New proc.
1197 (clean_restart_and_disable): New proc.
1198 (run_style_tests): New proc. Most of the old tests from this file
1199 are now in this proc.
1200 (test_startup_version_string): New proc. Reamining test from the
1201 old file is in this proc.
1202
1203 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1204
1205 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1206 Adjust to "set debug remote" changes.
1207
1208 2021-01-21 Luis Machado <luis.machado@linaro.org>
1209
1210 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
1211 message.
1212
1213 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
1214
1215 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
1216
1217 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
1218
1219 PR python/19151
1220 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
1221
1222 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1223
1224 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
1225
1226 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1227
1228 * lib/tuiterm.exp: Add links in comments.
1229
1230 2021-01-20 Tom de Vries <tdevries@suse.de>
1231
1232 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
1233 offset.
1234
1235 2021-01-20 Tom de Vries <tdevries@suse.de>
1236
1237 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
1238
1239 2021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
1240
1241 * gdb.arch/amd64-stap-expressions.S: New file.
1242 * gdb.arch/amd64-stap-expressions.exp: New file.
1243
1244 2021-01-19 Tom de Vries <tdevries@suse.de>
1245
1246 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
1247 sequence.
1248
1249 2021-01-19 Tom de Vries <tdevries@suse.de>
1250
1251 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
1252
1253 2021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
1254
1255 * gdb.fortran/array-slices.exp (run_test): Avoid including
1256 addresses in test names.
1257
1258 2021-01-15 Tom de Vries <tdevries@suse.de>
1259
1260 PR testsuite/26997
1261 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
1262 when adding sizeof.
1263
1264 2021-01-14 Tom de Vries <tdevries@suse.de>
1265
1266 PR testsuite/24590
1267 * gdb.base/style.exp: Handle shorter argv in frame command output.
1268
1269 2021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1270
1271 PR gdb/26819
1272 * gdb.server/stop-reply-no-thread-multi.c: New file.
1273 * gdb.server/stop-reply-no-thread-multi.exp: New file.
1274
1275 2021-01-12 Tom de Vries <tdevries@suse.de>
1276
1277 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
1278 (main): Remove call to have_mpx.
1279 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
1280 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
1281 (main): Remote call to have_mpx.
1282 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
1283 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
1284 (main): Remove call to have_mpx.
1285 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
1286 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
1287 (main): Remove call to have_mpx.
1288 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
1289 * gdb.arch/i386-mpx.c (have_mpx): Remove.
1290 (main): Remote call to have_mpx.
1291 * gdb.arch/i386-mpx.exp: Use have_mpx.
1292 * lib/gdb.exp (have_mpx): New proc.
1293
1294 2021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1295
1296 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
1297
1298 2021-01-12 Tom de Vries <tdevries@suse.de>
1299
1300 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
1301
1302 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1303
1304 * gdb.fortran/debug-expr.exp: Add new tests.
1305
1306 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1307
1308 * gdb.fortran/dot-ops.exp: Add new tests.
1309
1310 2021-01-11 Tom de Vries <tdevries@suse.de>
1311
1312 PR testsuite/26968
1313 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
1314 Move insn setting $eax to before probe point.
1315
1316 2021-01-09 Tom Tromey <tom@tromey.com>
1317
1318 * gdb.trace/ax.exp: Do not require an "ext".
1319
1320 2021-01-08 Tom Tromey <tromey@adacore.com>
1321
1322 * gdb.ada/voidctx/pck.adb: New file.
1323 * gdb.ada/voidctx/pck.ads: New file.
1324 * gdb.ada/voidctx/voidctx.adb: New file.
1325 * gdb.ada/voidctx.exp: New file.
1326
1327 2021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
1328
1329 PR gdb/27157
1330 * gdb.base/empty-host-env-vars.exp: New test.
1331
1332 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1333
1334 * gdb.base/completion.exp: Add a new test.
1335
1336 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1337
1338 * gdb.fortran/intvar-dynamic-types.exp: New file.
1339 * gdb.fortran/intvar-dynamic-types.f90: New file.
1340
1341 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1342
1343 * gdb.fortran/intvar-array.exp: New file.
1344 * gdb.fortran/intvar-array.f90: New file.
1345
1346 2021-01-07 Tom Tromey <tromey@adacore.com>
1347
1348 * gdb.ada/assign_arr.exp: Add 'others' test.
1349
1350 2021-01-06 Tom Tromey <tromey@adacore.com>
1351
1352 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
1353 (FP4_Type): New type.
1354 (FP4_Var): New variable.
1355 * gdb.ada/fixed_points/fixed_points.adb: Update.
1356 * gdb.ada/fixed_points.exp: Add tests for binary operators.
1357
1358 2021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
1359
1360 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
1361 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1362 Pass prompt containing debug print to gdb_test_sequence.
1363
1364 2021-01-04 Tom de Vries <tdevries@suse.de>
1365
1366 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
1367
1368 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1369
1370
1371
1372 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1373
1374 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
1375 * gdb.server/connect-without-multi-process.exp: Likewise.
1376 * gdb.server/exit-multiple-threads.exp: Likewise.
1377 * gdb.server/ext-attach.exp: Likewise.
1378 * gdb.server/ext-restart.exp: Likewise.
1379 * gdb.server/ext-run.exp: Likewise.
1380 * gdb.server/ext-wrapper.exp: Likewise.
1381 * gdb.server/multi-ui-errors.exp: Likewise.
1382 * gdb.server/no-thread-db.exp: Likewise.
1383 * gdb.server/reconnect-ctrl-c.exp: Likewise.
1384 * gdb.server/run-without-local-binary.exp: Likewise.
1385 * gdb.server/server-kill.exp: Likewise.
1386 * gdb.server/server-run.exp: Likewise.
1387 * gdb.server/solib-list.exp: Likewise.
1388 * gdb.server/stop-reply-no-thread.exp: Likewise.
1389 * gdb.server/wrapper.exp: Likewise.
1390 * gdb.server/sysroot.exp: Increase timeout when testing the
1391 target: sysroot.
1392
1393 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1394
1395 * gdb.server/server-run.exp: Use clean_restart.
1396
1397 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1398
1399 * gdb.server/ext-run.exp: Use clean_restart.
1400
1401 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1402
1403 * gdb.server/stop-reply-no-thread.exp: Use build_executable
1404 instead of prepare_for_testing.
1405
1406 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
1407
1408 * gdb.server/solib-list.exp: Use clean_restart.
1409
1410 2021-01-04 Tom de Vries <tdevries@suse.de>
1411
1412 * gdb.base/morestack.c: Remove printf.
1413 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
1414
1415 2020-12-31 Tom Tromey <tom@tromey.com>
1416
1417 * gdb.rust/simple.exp: Update output for Rust 1.49.
1418
1419 2020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
1420
1421 * gdb.cp/step-and-next-inline.exp: Fix test case.
1422
1423 2020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
1424
1425 * gdb.python/py-frame-args.exp: De-duplicate test names.
1426
1427 2020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1428
1429 PR gdb/27059
1430 * gdb.dwarf2/dyn-type-unallocated.c: New file.
1431 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
1432
1433 2020-12-21 Peter Waller <p@pwaller.net>
1434
1435 * gdb.base/style-interp-exec-mi.exp: New.
1436 * gdb.base/style-interp-exec-mi.c: New.
1437
1438 2020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1439
1440 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
1441 gdb_test. Use proc_with_prefix.
1442
1443 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1444
1445 * gdb.btrace/exception.exp: Build with nopie.
1446 * gdb.btrace/function_call_history.exp: Likewise.
1447 * gdb.btrace/unknown_functions.exp: Likewise.
1448
1449 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1450
1451 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
1452
1453 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1454
1455 * gdb.python/py-record-btrace.exp: Make test names unique.
1456 * gdb.python/py-record-full.exp: Likewise.
1457
1458 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1459
1460 * gdb.btrace/data.exp: Make test names unique.
1461 * gdb.btrace/delta.exp: Likewise.
1462 * gdb.btrace/enable.exp: Likewise.
1463 * gdb.btrace/function_call_history.exp: Likewise.
1464 * gdb.btrace/nohist.exp: Likewise.
1465 * gdb.btrace/non-stop.exp: Likewise.
1466 * gdb.btrace/rn-dl-bind.exp: Likewise.
1467 * gdb.btrace/step.exp: Likewise.
1468 * gdb.btrace/stepi.exp: Likewise.
1469 * gdb.btrace/tailcall.exp: Likewise.
1470
1471 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1472
1473 * gdb.btrace/enable.exp: Update error message.
1474 * gdb.btrace/multi-inferior.exp: Likewise.
1475 * gdb.btrace/reconnect.exp: Likewise.
1476 * gdb.python/py-record-btrace.exp: Likewise.
1477 * gdb.python/py-record-full.exp: Likewise.
1478
1479 2020-12-20 Tom de Vries <tdevries@suse.de>
1480
1481 * lib/gdb.exp (save_target_board_info): New proc.
1482 (gdb_compile_shlib): Use save_target_board_info.
1483
1484 2020-12-19 Tom de Vries <tdevries@suse.de>
1485
1486 * lib/gdb.exp (supports_scalar_storage_order_attribute)
1487 (supports_gnuc): New proc.
1488 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
1489 test_compiler_info calls. Add unsupported message.
1490 * gdb.base/endianity.c: Use TEST_SSO.
1491
1492 2020-12-19 Hannes Domani <ssbssa@yahoo.de>
1493
1494 PR exp/27070
1495 * gdb.python/compare-enum-type-a.c: New test.
1496 * gdb.python/compare-enum-type-b.c: New test.
1497 * gdb.python/compare-enum-type.exp: New file.
1498 * gdb.python/compare-enum-type.h: New test.
1499
1500 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
1501
1502 * gdb.python/py-format-string.exp: Add tests for address keyword.
1503
1504 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
1505
1506 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
1507
1508 2020-12-18 Tom Tromey <tromey@adacore.com>
1509
1510 * gdb.ada/fixed_points.exp: Also run with
1511 -fgnat-encodings=minimal. Update expected output.
1512
1513 2020-12-16 Simon Marchi <simon.marchi@efficios.com>
1514
1515 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
1516 * gdb.base/continue-all-already-running.exp: Likewise.
1517 * gdb.base/moribund-step.exp: Likewise.
1518 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
1519
1520 2020-12-16 Tom de Vries <tdevries@suse.de>
1521
1522 * gdb.base/batch-preserve-term-settings.exp:
1523
1524 2020-12-16 Tom de Vries <tdevries@suse.de>
1525
1526 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
1527 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
1528
1529 2020-12-16 Luis Machado <luis.machado@linaro.org>
1530
1531 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
1532 pointer-based memory accesses.
1533 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
1534 hw watchpoint cases.
1535
1536 2020-12-15 Rae Kim <rae.kim@gmail.com>
1537
1538 * gdb.base/document.exp: New test.
1539
1540 2020-12-15 Tom Tromey <tromey@adacore.com>
1541
1542 * gdb.base/style.exp: Add deprecation tests.
1543
1544 2020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
1545
1546 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
1547
1548 2020-12-14 Mark Wielaard <mark@klomp.org>
1549
1550 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
1551 specially, set attr_form_comment to the actual FORM string used.
1552
1553 2020-12-14 Mark Wielaard <mark@klomp.org>
1554
1555 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
1556 _constants(SPECIAL_expr) here, but set it...
1557 (Dwarf::cu): ...here based on _cu_version.
1558
1559 2020-12-14 Tom de Vries <tdevries@suse.de>
1560
1561 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
1562 pass -fPIC.
1563 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
1564 * gdb.base/break-probes.exp: Same.
1565 * gdb.base/ctxobj.exp: Same.
1566 * gdb.base/dso2dso.exp: Same.
1567 * gdb.base/global-var-nested-by-dso.exp: Same.
1568 * gdb.base/info-shared.exp: Same.
1569 * gdb.base/jit-reader-simple.exp: Same.
1570 * gdb.base/print-file-var.exp: Same.
1571 * gdb.base/skip-solib.exp: Same.
1572 * gdb.btrace/dlopen.exp: Same.
1573
1574 2020-12-14 Tom de Vries <tdevries@suse.de>
1575
1576 PR testsuite/26963
1577 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
1578
1579 2020-12-14 Tom de Vries <tdevries@suse.de>
1580
1581 PR testsuite/26962
1582 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
1583 cast it to its declared type".
1584
1585 2020-12-14 Tom de Vries <tdevries@suse.de>
1586
1587 PR testsuite/26951
1588 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
1589 shell prompt.
1590
1591 2020-12-14 Tom Tromey <tromey@adacore.com>
1592
1593 * gdb.ada/nested.exp: Add new tests.
1594 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
1595
1596 2020-12-14 Tom Tromey <tromey@adacore.com>
1597
1598 * gdb.dwarf2/ada-thick-pointer.exp: New file.
1599
1600 2020-12-14 Tom Tromey <tromey@adacore.com>
1601
1602 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
1603
1604 2020-12-13 Tom de Vries <tdevries@suse.de>
1605
1606 PR testsuite/26953
1607 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
1608 attribute support if compiler doesn't support it.
1609
1610 2020-12-13 Tom de Vries <tdevries@suse.de>
1611
1612 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
1613 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
1614 source to shared lib. Add ada to options.
1615
1616 2020-12-13 Tom de Vries <tdevries@suse.de>
1617
1618 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
1619 calling gnatbind and gnatlink.
1620
1621 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
1622
1623 * gdb.base/dcache-flush.c: New file.
1624 * gdb.base/dcache-flush.exp: New file.
1625
1626 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
1627
1628 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
1629 commands.
1630 * gdb.base/killed-outside.exp: Likewise.
1631 * gdb.opt/inline-bt.exp: Likewise.
1632 * gdb.perf/gmonster-null-lookup.py: Likewise.
1633 * gdb.perf/gmonster-print-cerr.py: Likewise.
1634 * gdb.perf/gmonster-ptype-string.py: Likewise.
1635 * gdb.python/py-unwind.exp: Likewise.
1636
1637 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1638
1639 * gdb.base/commands.exp: Update expected results.
1640
1641 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1642
1643 PR cli/15104
1644 * gdb.base/commands.exp: Add additional tests.
1645 * gdb.base/completion.exp: Add additional tests.
1646
1647 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1648
1649 * gdb.base/completion.exp: Add additional tests.
1650
1651 2020-12-11 Tom de Vries <tdevries@suse.de>
1652
1653 PR testsuite/26991
1654 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
1655 violations by setting bounds registers if the bounds are passed in the
1656 Bounds Table.
1657
1658 2020-12-11 Tom de Vries <tdevries@suse.de>
1659
1660 PR testsuite/26954
1661 * gdb.base/float128.exp: Detect and handle no mpfr support.
1662
1663 2020-12-10 Simon Marchi <simon.marchi@efficios.com>
1664
1665 PR gdb/24694
1666 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
1667 calls.
1668
1669 2020-12-10 Tom de Vries <tdevries@suse.de>
1670
1671 PR testsuite/26947
1672 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
1673 braces for tcl 8.5 and earlier.
1674
1675 2020-12-09 Simon Marchi <simon.marchi@efficios.com>
1676
1677 PR 26875, PR 26901
1678 * gdb.base/flexible-array-member.c: New test.
1679 * gdb.base/flexible-array-member.exp: New test.
1680
1681 2020-12-08 Tom de Vries <tdevries@suse.de>
1682
1683 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
1684 using is_amd64_regs_target.
1685
1686 2020-12-08 Tom de Vries <tdevries@suse.de>
1687
1688 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
1689 self_id.
1690
1691 2020-12-07 Pedro Alves <pedro@palves.net>
1692
1693 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
1694 'additional_flags' variable.
1695
1696 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1697
1698 * gdb.linespec/explicit.exp: Extend with a test to check completing
1699 '-' after seemingly complete options.
1700
1701 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1702
1703 * gdb.linespec/keywords.exp: Add tests to check positional
1704 flexibility of "-force-condition".
1705
1706 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1707
1708 * gdb.base/bp-cmds-run-with-ex.c: New file.
1709 * gdb.base/bp-cmds-run-with-ex.exp: New file.
1710 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
1711 * gdb.gdb/python-interrupts.exp: Update the call to
1712 'catch_command_errors' with the new argument.
1713 * gdb.gdb/python-selftest.exp: Ditto.
1714
1715 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1716
1717 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
1718 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1719 * gdb.threads/non-stop-fair-events.exp: Likewise.
1720
1721 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1722
1723 * gdb.threads/step-over-exec.exp: New.
1724 * gdb.threads/step-over-exec.c: New.
1725 * gdb.threads/step-over-exec-execd.c: New.
1726 * lib/my-syscalls.S: New.
1727 * lib/my-syscalls.h: New.
1728
1729 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1730
1731 * lib/dwarf.exp (declare_labels): Use name as text if text is
1732 not provided.
1733
1734 2020-12-04 Tom de Vries <tdevries@suse.de>
1735
1736 PR testsuite/26990
1737 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
1738 are unsupported.
1739
1740 2020-12-04 Tom de Vries <tdevries@suse.de>
1741
1742 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
1743 clause.
1744
1745 2020-12-04 Tom de Vries <tdevries@suse.de>
1746
1747 * gdb.reverse/insn-reverse.exp: Fix count handling.
1748
1749 2020-12-04 Tom de Vries <tdevries@suse.de>
1750
1751 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
1752 __x86_64__.
1753
1754 2020-12-04 Tom de Vries <tdevries@suse.de>
1755
1756 * gdb.reverse/insn-reverse.c (test_nr): New var.
1757 (usage, parse_args): New function.
1758 (main): Call parse_args. Only run test for test_nr.
1759 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
1760 and bail out. Run subtests individually, using an inferior arg
1761 specifying the subtest.
1762
1763 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
1764
1765 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
1766
1767 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
1768
1769 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
1770 update test to use this.
1771
1772 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1773
1774 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
1775
1776 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1777
1778 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
1779 (do_test): Don't use with_test_prefix.
1780 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
1781 (do_test): Don't use with_test_prefix.
1782 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
1783 (do_test): Don't use with_test_prefix.
1784 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
1785 (do_test): Don't use with_test_prefix.
1786
1787 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1788
1789 * gdb.threads/non-ldr-exit.exp: Fix comment.
1790
1791 2020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1792
1793 * gdb.xml/maint-xml-dump-03.xml: New file.
1794
1795 2020-11-30 Tom de Vries <tdevries@suse.de>
1796
1797 PR symtab/26905
1798 * gdb.dwarf2/count.exp: Remove kfails.
1799
1800 2020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1801
1802 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
1803 indices.
1804
1805 2020-11-24 Joel Brobecker <brobecker@adacore.com>
1806
1807 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
1808 the "ptype pck__fp1_range_var" test for the module-2 and pascal
1809 languages. Remove the associated setup_xfail.
1810
1811 2020-11-23 Simon Marchi <simon.marchi@efficios.com>
1812
1813 * lib/gdb.exp (gdb_assert): Show error message on error.
1814
1815 2020-11-23 Tom de Vries <tdevries@suse.de>
1816
1817 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
1818 * gdb.ada/mod_from_name.exp: Same.
1819 * gdb.ada/pckd_arr_ren.exp: Same.
1820
1821 2020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1822
1823 * gdb.base/template.exp: New.
1824 * gdb.base/template.c: New.
1825
1826 2020-11-22 Gary Benson <gbenson@redhat.com>
1827
1828 PR gdb/26905
1829 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
1830 is defined using a DW_AT_count which references another DIE.
1831
1832 2020-11-21 Tom de Vries <tdevries@suse.de>
1833
1834 * gdb.base/vla-ptr.exp: Add XFAIL.
1835
1836 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1837
1838 * gdb.fortran/array-slices-bad.exp: New file.
1839 * gdb.fortran/array-slices-bad.f90: New file.
1840 * gdb.fortran/array-slices-sub-slices.exp: New file.
1841 * gdb.fortran/array-slices-sub-slices.f90: New file.
1842 * gdb.fortran/array-slices.exp: Rewrite tests.
1843 * gdb.fortran/array-slices.f90: Rewrite tests.
1844 * gdb.fortran/vla-sizeof.exp: Correct expected results.
1845
1846 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1847
1848 * gdb.base/completion.exp: Add new completion tests.
1849
1850 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
1851
1852 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
1853 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1854 * gdb.mi/mi-nsintrall.exp: Likewise.
1855 * gdb.mi/mi-nsmoribund.exp: Likewise.
1856 * gdb.mi/mi-nsthrexec.exp: Likewise.
1857 * gdb.mi/mi-watch-nonstop.exp: Likewise.
1858
1859 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
1860
1861 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
1862 of perror.
1863
1864 2020-11-18 Joseph Myers <joseph@codesourcery.com>
1865
1866 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
1867 $arg.exe exists but $arg does not.
1868
1869 2020-11-17 Gary Benson <gbenson@redhat.com>
1870
1871 * gdb.trace/trace-common.h (x86_trace_dummy): Add
1872 __attribute__ ((used)).
1873
1874 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
1875
1876 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
1877
1878 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
1879
1880 * gdb.base/completion.exp: Add new tests.
1881
1882 2020-11-16 Tom Tromey <tromey@adacore.com>
1883
1884 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
1885 tests.
1886
1887 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1888
1889 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
1890 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
1891 (main): Add reference to pck__fp1_var2.
1892 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
1893
1894 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1895
1896 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
1897
1898 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1899
1900 * gdb.ada/fixed_points.exp: Add ptype tests.
1901 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
1902
1903 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1904
1905 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
1906
1907 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1908
1909 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
1910 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
1911 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
1912 New files.
1913 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
1914
1915 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
1916 New files.
1917
1918 2020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
1919
1920 PR cli/26879
1921 * gdb.fortran/completion.exp: New file.
1922 * gdb.fortran/completion.f90: New file.
1923
1924 2020-11-12 Joseph Myers <joseph@codesourcery.com>
1925
1926 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
1927 but $arg does not.
1928
1929 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1930
1931 * gdb.fortran/types.exp: Add more tests.
1932
1933 2020-11-12 Tom Tromey <tom@tromey.com>
1934
1935 PR rust/26799:
1936 * gdb.rust/traits.exp: Remove kfails.
1937
1938 2020-11-12 Gary Benson <gbenson@redhat.com>
1939
1940 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
1941 statement.
1942
1943 2020-11-11 Simon Marchi <simon.marchi@efficios.com>
1944
1945 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
1946 always-inserted" axis.
1947 (do_test): Add breakpoint_always_inserted parameter.
1948
1949 2020-11-10 Tom Tromey <tromey@adacore.com>
1950
1951 * gdb.ada/bias.exp: Update.
1952 * gdb.ada/bias/bias.adb (X): Change value.
1953
1954 2020-11-10 Gary Benson <gbenson@redhat.com>
1955
1956 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
1957 regexp fragment in parentheses to prevent false matching.
1958
1959 2020-11-10 Gary Benson <gbenson@redhat.com>
1960
1961 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
1962
1963 2020-11-10 Gary Benson <gbenson@redhat.com>
1964
1965 * gdb.cp/step-and-next-inline.exp: Only require
1966 -gstatement-frontiers when building with GCC.
1967 Only setup KFAIL's for GCC issues when using
1968 a GCC-built executable.
1969
1970 2020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
1971
1972 * gdb.base/debug-expr.c: Add extra function to allow for an
1973 additional test.
1974 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
1975 to this proc with gdb_test_debug_expr. Add an extra test.
1976 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
1977 to this proc with gdb_test_debug_expr, give the tests names
1978 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
1979 calls to this proc with gdb_test_debug_expr, give the tests names
1980 * gdb.fortran/debug-expr.exp: New file.
1981 * gdb.fortran/debug-expr.f90: New file.
1982 * lib/gdb.exp (gdb_test_debug_expr): New proc.
1983
1984 2020-11-06 Simon Marchi <simon.marchi@efficios.com>
1985
1986 * lib/dwarf.exp (ranges): Handle "base" and "range" as
1987 proceduresu.
1988 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
1989 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
1990 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
1991 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
1992 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
1993 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
1994 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
1995 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
1996
1997 2020-11-04 Tom Tromey <tromey@adacore.com>
1998
1999 * gdb.ada/funcall_ref.exp: Update.
2000 * gdb.ada/var_rec_arr.exp: Update.
2001
2002 2020-11-04 Tom Tromey <tromey@adacore.com>
2003
2004 * gdb.ada/rec_ptype.exp: New file.
2005 * gdb.ada/rec_ptype/main.adb: New file.
2006 * gdb.ada/rec_ptype/p.ads: New file.
2007
2008 2020-11-04 Tom Tromey <tromey@adacore.com>
2009
2010 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
2011 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
2012 (PT_Full): New variable.
2013 * gdb.ada/tick_length_array_enum_idx/pck.adb
2014 (Full_PT): New type.
2015
2016 2020-11-04 Tom Tromey <tromey@adacore.com>
2017
2018 * gdb.ada/array_of_variant.exp: New file.
2019 * gdb.ada/array_of_variant/p.adb: New file.
2020 * gdb.ada/array_of_variant/pck.ads: New file.
2021 * gdb.ada/array_of_variant/pck.adb: New file.
2022
2023 2020-11-04 Tom Tromey <tromey@adacore.com>
2024
2025 * gdb.ada/enum_idx_packed.exp: Add test.
2026 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
2027 New variable.
2028 * gdb.ada/enum_idx_packed/pck.ads (Short)
2029 (Multi_Dimension, Multi_Dimension_Access): New types.
2030
2031 2020-11-04 Tom Tromey <tromey@adacore.com>
2032
2033 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
2034
2035 2020-11-04 Tom Tromey <tromey@adacore.com>
2036
2037 * gdb.ada/set_pckd_arr_elt.exp: Also test
2038 -fgnat-encodings=minimal. Add tests.
2039 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
2040 Call Update_Small a second time.
2041 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
2042 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
2043 (Variant_Access): New types.
2044 (New_Variant): Declare.
2045
2046 2020-11-04 Tom Tromey <tromey@adacore.com>
2047
2048 * gdb.ada/mod_from_name.exp: Test printing slice.
2049
2050 2020-11-04 Tom Tromey <tromey@adacore.com>
2051
2052 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
2053 values.
2054 * gdb.ada/access_to_unbounded_array.exp: Test different
2055 -fgnat-encodings values.
2056 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
2057 values.
2058 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
2059 values.
2060 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
2061 values.
2062 * gdb.ada/array_of_variable_length.exp: Test different
2063 -fgnat-encodings values.
2064 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
2065 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
2066 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
2067 change.
2068 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
2069 values.
2070 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
2071 * gdb.ada/out_of_line_in_inlined.exp: Test different
2072 -fgnat-encodings values.
2073 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
2074 values.
2075 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
2076 values.
2077 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
2078 -fgnat-encodings values.
2079 * gdb.ada/variant_record_packed_array.exp: Test different
2080 -fgnat-encodings values.
2081
2082 2020-11-04 Tom Tromey <tromey@adacore.com>
2083
2084 * gdb.ada/enum_idx_packed.exp: Add tests.
2085 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
2086 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
2087 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
2088 declarations.
2089
2090 2020-11-03 Tom de Vries <tdevries@suse.de>
2091
2092 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
2093 terminator comments.
2094 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
2095 terminator.
2096
2097 2020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
2098
2099 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
2100 integer format test with regexp.
2101
2102 2020-11-02 Gary Benson <gbenson@redhat.com>
2103
2104 * gdb.base/print-file-var.exp (test): Separate compiler and
2105 linker options, and build using build_executable_from_specs
2106 to accommodate this.
2107
2108 2020-11-02 Gary Benson <gbenson@redhat.com>
2109
2110 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
2111 for .c files compiled as C++ with Clang if any shared
2112 libraries are specified.
2113
2114 2020-11-02 Gary Benson <gbenson@redhat.com>
2115
2116 * lib/attributes.h: New header.
2117 * gdb.base/backtrace.c: Include the above. Replace
2118 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
2119 * gdb.base/infcall-nested-structs.c: Likewise.
2120 * gdb.base/vla-optimized-out.c: Likewise.
2121
2122 2020-11-02 Tom de Vries <tdevries@suse.de>
2123
2124 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
2125
2126 2020-11-01 Joel Brobecker <brobecker@adacore.com>
2127
2128 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
2129 System.Min_Int and System.Max_Int with smaller hardcoded
2130 constants.
2131
2132 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2133
2134 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
2135 * configure: Re-generate.
2136
2137 2020-10-30 Simon Marchi <simon.marchi@efficios.com>
2138
2139 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
2140 expected output.
2141
2142 2020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2143
2144 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
2145 behavior.
2146 * gdb.base/paginate-bg-execution.exp: Ditto.
2147 * gdb.base/paginate-inferior-exit.exp: Ditto.
2148 * gdb.base/double-prompt-target-event-error.c: Remove.
2149 * gdb.base/double-prompt-target-event-error.exp: Remove.
2150
2151 2020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2152
2153 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
2154 inferiors' and 'detach inferiors' do not change the current
2155 inferior.
2156
2157 2020-10-29 Tom de Vries <tdevries@suse.de>
2158
2159 * gdb.threads/tls.exp: Fix DUPLICATEs.
2160
2161 2020-10-28 Tom de Vries <tdevries@suse.de>
2162
2163 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
2164
2165 2020-10-28 Tom de Vries <tdevries@suse.de>
2166
2167 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
2168 * gdb.base/reread.exp: Same.
2169
2170 2020-10-28 Tom de Vries <tdevries@suse.de>
2171
2172 * lib/gdb.exp (readnow): Handle arg.
2173 * gdb.rust/traits.exp: Add KFAILs for -readnow.
2174
2175 2020-10-28 Tom de Vries <tdevries@suse.de>
2176
2177 * gdb.base/relocate.exp: Update regexp for -readnow.
2178
2179 2020-10-28 Tom de Vries <tdevries@suse.de>
2180
2181 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
2182 -readnow.
2183
2184 2020-10-28 Tom de Vries <tdevries@suse.de>
2185
2186 PR symtab/26772
2187 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
2188 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
2189
2190 2020-10-28 Tom de Vries <tdevries@suse.de>
2191
2192 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
2193 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
2194 complaint during file command for -readnow.
2195
2196 2020-10-28 Tom de Vries <tdevries@suse.de>
2197
2198 * gdb.cp/nsalias.exp: Fix typo in test name.
2199
2200 2020-10-28 Tom de Vries <tdevries@suse.de>
2201
2202 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
2203
2204 2020-10-28 Tom de Vries <tdevries@suse.de>
2205
2206 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
2207 -readnow.
2208
2209 2020-10-27 Tom de Vries <tdevries@suse.de>
2210
2211 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
2212
2213 2020-10-27 Tom de Vries <tdevries@suse.de>
2214
2215 * gdb.base/maint.exp: Update for -readnow.
2216
2217 2020-10-27 Tom de Vries <tdevries@suse.de>
2218
2219 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
2220 -readnow.
2221
2222 2020-10-14 Gary Benson <gbenson@redhat.com>
2223
2224 * gdb.python/py-format-string.exp (test_deref_refs): Treat
2225 "_vptr$Base" as correct, in addition to "_vptr.Base".
2226 (test_mixed): Likewise.
2227
2228 2020-10-27 Gary Benson <gbenson@redhat.com>
2229
2230 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
2231 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
2232
2233 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2234
2235 * gdb.base/condbreak.exp: Update the completion tests to
2236 consider the '-force' flag.
2237
2238 2020-10-27 Tom de Vries <tdevries@suse.de>
2239
2240 * gdb.base/list-ambiguous-readnow.exp: New file.
2241
2242 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2243
2244 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
2245 the condition.
2246 * gdb.linespec/cpcompletion.exp: Update to consider the
2247 '-force-condition' keyword.
2248 * gdb.linespec/explicit.exp: Ditto.
2249 * lib/completion-support.exp: Ditto.
2250
2251 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2252
2253 * gdb.base/condbreak-multi-context.cc: New file.
2254 * gdb.base/condbreak-multi-context.exp: New file.
2255
2256 2020-10-26 Tom Tromey <tom@tromey.com>
2257
2258 * lib/mi-support.exp (default_mi_gdb_start): Call
2259 gdb_stdin_log_init.
2260 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
2261 subtract one from gdb_instances.
2262 (gdb_stdin_log_write): Flush in_file.
2263
2264 2020-10-26 Tom de Vries <tdevries@suse.de>
2265
2266 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
2267
2268 2020-10-26 Tom Tromey <tromey@adacore.com>
2269
2270 * gdb.ada/unsigned_range/foo.adb: New file.
2271 * gdb.ada/unsigned_range/pack.adb: New file.
2272 * gdb.ada/unsigned_range/pack.ads: New file.
2273 * gdb.ada/unsigned_range.exp: New file.
2274
2275 2020-10-26 Tom de Vries <tdevries@suse.de>
2276
2277 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
2278
2279 2020-10-26 Tom de Vries <tdevries@suse.de>
2280
2281 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
2282 for CU.
2283 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
2284
2285 2020-10-23 Tom de Vries <tdevries@suse.de>
2286
2287 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
2288 DW_FORM_string.
2289 (Dwarf::_default_form): New proc.
2290 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
2291 guessed.
2292
2293 2020-10-23 Tom de Vries <tdevries@suse.de>
2294
2295 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
2296 * gdb.dwarf2/atomic-type.exp: Same.
2297 * gdb.dwarf2/bad-regnum.exp: Same.
2298 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2299 * gdb.dwarf2/dw2-align.exp: Same.
2300 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2301 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2302 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2303 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2304 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2305 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2306 * gdb.dwarf2/enum-type.exp: Same.
2307 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
2308 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2309 * gdb.dwarf2/main-subprogram.exp: Same.
2310 * gdb.dwarf2/missing-type-name.exp: Same.
2311 * gdb.dwarf2/nonvar-access.exp: Same.
2312 * gdb.dwarf2/typedef-void-finish.exp: Same.
2313 * gdb.dwarf2/var-access.exp: Same.
2314 * gdb.dwarf2/void-type.exp: Same.
2315
2316 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
2317
2318 PR gdb/26693
2319 * gdb.dwarf2/template-specification-full-name.exp: New test.
2320
2321 2020-10-22 Luis Machado <luis.machado@linaro.org>
2322
2323 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
2324 expected an offset from the function.
2325 * gdb.base/msym-bp.exp (test): Likewise.
2326
2327 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
2328
2329 * gdb.fortran/array-slices.exp: Add a new test.
2330
2331 2020-10-21 Gary Benson <gbenson@redhat.com>
2332
2333 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
2334 fullname test with Clang. Also expand comments generally.
2335
2336 2020-10-20 Tom de Vries <tdevries@suse.de>
2337
2338 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
2339
2340 2020-10-20 Tom de Vries <tdevries@suse.de>
2341
2342 * gdb.dwarf2/arr-stride.c: Remove.
2343 * gdb.dwarf2/arr-stride.exp: Use main.c.
2344 * gdb.dwarf2/arr-subrange.c: Remove.
2345 * gdb.dwarf2/arr-subrange.exp: Use main.c.
2346 * gdb.dwarf2/bad-regnum.c: Remove.
2347 * gdb.dwarf2/bad-regnum.exp: Use main.c.
2348 * gdb.dwarf2/corrupt.c: Remove.
2349 * gdb.dwarf2/corrupt.exp: Use main.c.
2350 * gdb.dwarf2/dw2-bad-elf.c: Remove.
2351 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
2352 * gdb.dwarf2/dw2-icycle.c: Remove.
2353 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
2354 * gdb.dwarf2/formdata16.c: Remove.
2355 * gdb.dwarf2/formdata16.exp: Use main.c.
2356 * gdb.dwarf2/implptrconst.c: Remove.
2357 * gdb.dwarf2/implptrconst.exp: Use main.c.
2358 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
2359 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
2360 * gdb.dwarf2/opaque-type-lookup.c: Remove.
2361 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
2362
2363 2020-10-20 Tom de Vries <tdevries@suse.de>
2364
2365 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
2366 file.
2367 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
2368
2369 2020-10-20 Tom de Vries <tdevries@suse.de>
2370
2371 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
2372 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2373 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
2374 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2375 * gdb.dwarf2/dw2-ranges.exp: Same.
2376 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2377 * gdb.dwarf2/var-access.exp: Same.
2378
2379 2020-10-19 Tom Tromey <tromey@adacore.com>
2380
2381 PR tui/26719
2382 * gdb.tui/list.exp: Check source window contents after focus
2383 change.
2384
2385 2020-10-17 Tom de Vries <tdevries@suse.de>
2386
2387 PR symtab/26317
2388 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
2389
2390 2020-10-17 Tom de Vries <tdevries@suse.de>
2391
2392 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
2393 as suffix.
2394 * gdb.dwarf2/atomic.c: Rename to ...
2395 * gdb.dwarf2/atomic-type.c: ... this.
2396 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
2397 * gdb.dwarf2/dw2-ranges-2.c: ... this.
2398 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
2399 * gdb.dwarf2/dw2-ranges-3.c: ... this.
2400 * gdb.dwarf2/fission-mix2.c: Rename to ...
2401 * gdb.dwarf2/fission-mix-2.c: ... this.
2402 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
2403 standard_testfile.
2404 * gdb.dwarf2/ada-valprint-error.exp: Same.
2405 * gdb.dwarf2/arr-stride.exp: Same.
2406 * gdb.dwarf2/arr-subrange.exp: Same.
2407 * gdb.dwarf2/atomic-type.exp: Same.
2408 * gdb.dwarf2/bad-regnum.exp: Same.
2409 * gdb.dwarf2/break-inline-psymtab.exp: Same.
2410 * gdb.dwarf2/clang-debug-names-2.exp: Same.
2411 * gdb.dwarf2/clang-debug-names.exp: Same.
2412 * gdb.dwarf2/comp-unit-lang.exp: Same.
2413 * gdb.dwarf2/corrupt.exp: Same.
2414 * gdb.dwarf2/count.exp: Same.
2415 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2416 * gdb.dwarf2/data-loc.exp: Same.
2417 * gdb.dwarf2/dw2-align.exp: Same.
2418 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2419 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2420 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2421 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
2422 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
2423 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2424 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
2425 * gdb.dwarf2/dw2-inline-param.exp: Same.
2426 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2427 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2428 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2429 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2430 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2431 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2432 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2433 * gdb.dwarf2/dw2-param-error.exp: Same.
2434 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2435 * gdb.dwarf2/dw2-ranges.exp: Same.
2436 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2437 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2438 * gdb.dwarf2/dw4-sig-types.exp: Same.
2439 * gdb.dwarf2/dynarr-ptr.exp: Same.
2440 * gdb.dwarf2/enum-type.exp: Same.
2441 * gdb.dwarf2/fission-mix.exp: Same.
2442 * gdb.dwarf2/formdata16.exp: Same.
2443 * gdb.dwarf2/implptrconst.exp: Same.
2444 * gdb.dwarf2/implptrpiece.exp: Same.
2445 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2446 * gdb.dwarf2/main-subprogram.exp: Same.
2447 * gdb.dwarf2/method-ptr.exp: Same.
2448 * gdb.dwarf2/missing-sig-type.exp: Same.
2449 * gdb.dwarf2/nonvar-access.exp: Same.
2450 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2451 * gdb.dwarf2/shortpiece.exp: Same.
2452 * gdb.dwarf2/staticvirtual.exp: Same.
2453 * gdb.dwarf2/subrange.exp: Same.
2454 * gdb.dwarf2/symtab-producer.exp: Same.
2455 * gdb.dwarf2/typedef-void-finish.exp: Same.
2456 * gdb.dwarf2/var-access.exp: Same.
2457 * gdb.dwarf2/variant.exp: Same.
2458 * gdb.dwarf2/void-type.exp: Same.
2459 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
2460 dw2-ranges-main.c.
2461 * gdb.dwarf2/dw2-ranges-main.c: Remove.
2462
2463 2020-10-16 Tom de Vries <tdevries@suse.de>
2464
2465 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
2466
2467 2020-10-16 Tom de Vries <tdevries@suse.de>
2468
2469 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
2470
2471 2020-10-14 Tom de Vries <tdevries@suse.de>
2472
2473 PR testsuite/26732
2474 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
2475 scenario 2.
2476 * gdb.ada/mi_catch_ex_hand.exp: Same.
2477
2478 2020-10-13 Pedro Alves <pedro@palves.net>
2479
2480 * lib/mi-support.exp (mi_clean_restart): New.
2481 (mi_run_to_main): Delete.
2482 All callers adjust to use mi_clean_restart / mi_runto_main.
2483
2484 2020-10-13 Pedro Alves <pedro@palves.net>
2485
2486 * config/monitor.exp: Use "list -q".
2487 * gdb.arch/gdb1558.exp: Use "break -q".
2488 * gdb.arch/i386-permbkpt.exp: Use "break -q".
2489 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
2490 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
2491 * gdb.base/commands.exp: Use "break -q".
2492 * gdb.base/condbreak.exp: Use "break -q".
2493 * gdb.base/ctf-ptype.exp: Use "list -q".
2494 * gdb.base/define.exp: Use "break -q".
2495 * gdb.base/del.exp: Use "break -q".
2496 * gdb.base/fullname.exp: Use "break -q".
2497 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
2498 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
2499 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
2500 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
2501 "hbreak -q".
2502 * gdb.base/included.exp: Use "list -q".
2503 * gdb.base/label.exp: Use "break -q".
2504 * gdb.base/lineinc.exp: Use "break -q".
2505 * gdb.base/list.exp: Use "list -q".
2506 * gdb.base/macscp.exp: Use "list -q".
2507 * gdb.base/pending.exp: Use "break -q".
2508 * gdb.base/prologue-include.exp: Use "break -q".
2509 * gdb.base/ptype.exp: Use "list -q".
2510 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
2511 * gdb.base/server-del-break.exp: Use "break -q".
2512 * gdb.base/style.exp: Use "break -q".
2513 * gdb.base/symbol-without-target_section.exp: Use "list -q".
2514 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
2515 * gdb.cp/exception.exp: Use "tbreak -q".
2516 * gdb.dwarf2/dw2-error.exp: Use "break -q".
2517 * gdb.dwarf2/fission-mix.exp: Use "break -q".
2518 * gdb.dwarf2/fission-reread.exp: Use "break -q".
2519 * gdb.dwarf2/pr13961.exp: Use "break -q".
2520 * gdb.linespec/explicit.exp: Use "list -q".
2521 * gdb.linespec/linespec.exp: Use "break -q".
2522 * gdb.mi/mi-simplerun.exp: Use "--qualified".
2523 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
2524 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
2525 * gdb.server/connect-without-multi-process.exp: Use "break -q".
2526 * gdb.trace/change-loc.exp: Use "break -q".
2527 * gdb.trace/pending.exp: Use "break -q".
2528 * gdb.tui/basic.exp: Use "list -q".
2529 * gdb.tui/list-before.exp: Use "list -q".
2530 * gdb.tui/list.exp: Use "list -q".
2531 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
2532
2533 2020-10-13 Pedro Alves <pedro@palves.net>
2534
2535 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
2536 saved breakpoints file.
2537 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
2538 inspecting breakpoint list.
2539 * lib/gdb.exp (runto_main): Add "qualified" to options.
2540 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
2541 and handle it.
2542 (mi_runto_main): Pass 1 as qualified argument.
2543
2544 2020-10-13 Pedro Alves <pedro@palves.net>
2545
2546 * lib/mi-support.exp (mi_runto_main): New proc.
2547 (mi_run_to_main): Use it.
2548 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
2549 * gdb.mi/mi-var-cmd.exp: Likewise.
2550 * gdb.mi/mi-var-invalidate.exp: Likewise.
2551 * mi-var-list-children-invalid-grandchild.exp: Likewise.
2552 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
2553 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2554 * gdb.mi/user-selected-context-sync.exp: Likewise.
2555 * gdb.opt/inline-cmds.exp: Likewise.
2556 * gdb.python/py-framefilter-mi.exp: Likewise.
2557 * gdb.python/py-mi.exp: Likewise.
2558
2559 2020-10-13 Pedro Alves <pedro@palves.net>
2560
2561 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
2562 "runto main".
2563 * gdb.ada/small_reg_param.exp: Likewise.
2564 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2565 * gdb.base/annota1.exp: Likewise.
2566 * gdb.base/anon.exp: Likewise.
2567 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
2568 * gdb.base/dprintf-non-stop.exp: Likewise.
2569 * gdb.base/dprintf.exp: Likewise.
2570 * gdb.base/gdb11530.exp: Likewise.
2571 * gdb.base/gdb11531.exp: Likewise.
2572 * gdb.base/gnu_vector.exp: Likewise.
2573 * gdb.base/interrupt-noterm.exp: Likewise.
2574 * gdb.base/memattr.exp: Likewise.
2575 * gdb.base/step-over-syscall.exp: Likewise.
2576 * gdb.base/watch-cond-infcall.exp: Likewise.
2577 * gdb.base/watch-read.exp: Likewise.
2578 * gdb.base/watch-vfork.exp: Likewise.
2579 * gdb.base/watch_thread_num.exp: Likewise.
2580 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
2581 * gdb.guile/scm-frame-inline.exp: Likewise.
2582 * gdb.linespec/explicit.exp: Likewise.
2583 * gdb.opt/inline-break.exp: Likewise.
2584 * gdb.python/py-frame-inline.exp: Likewise.
2585 * gdb.reverse/break-precsave.exp: Likewise.
2586 * gdb.reverse/break-reverse.exp: Likewise.
2587 * gdb.reverse/consecutive-precsave.exp: Likewise.
2588 * gdb.reverse/consecutive-reverse.exp: Likewise.
2589 * gdb.reverse/finish-precsave.exp: Likewise.
2590 * gdb.reverse/finish-reverse.exp: Likewise.
2591 * gdb.reverse/fstatat-reverse.exp: Likewise.
2592 * gdb.reverse/getresuid-reverse.exp: Likewise.
2593 * gdb.reverse/i386-precsave.exp: Likewise.
2594 * gdb.reverse/i386-reverse.exp: Likewise.
2595 * gdb.reverse/i386-sse-reverse.exp: Likewise.
2596 * gdb.reverse/i387-env-reverse.exp: Likewise.
2597 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2598 * gdb.reverse/insn-reverse.exp: Likewise.
2599 * gdb.reverse/machinestate-precsave.exp: Likewise.
2600 * gdb.reverse/machinestate.exp: Likewise.
2601 * gdb.reverse/pipe-reverse.exp: Likewise.
2602 * gdb.reverse/readv-reverse.exp: Likewise.
2603 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2604 * gdb.reverse/rerun-prec.exp: Likewise.
2605 * gdb.reverse/s390-mvcle.exp: Likewise.
2606 * gdb.reverse/solib-precsave.exp: Likewise.
2607 * gdb.reverse/solib-reverse.exp: Likewise.
2608 * gdb.reverse/step-precsave.exp: Likewise.
2609 * gdb.reverse/step-reverse.exp: Likewise.
2610 * gdb.reverse/time-reverse.exp: Likewise.
2611 * gdb.reverse/until-precsave.exp: Likewise.
2612 * gdb.reverse/until-reverse.exp: Likewise.
2613 * gdb.reverse/waitpid-reverse.exp: Likewise.
2614 * gdb.reverse/watch-precsave.exp: Likewise.
2615 * gdb.reverse/watch-reverse.exp: Likewise.
2616 * gdb.threads/kill.exp: Likewise.
2617 * gdb.threads/tid-reuse.exp: Likewise.
2618
2619 2020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2620
2621 PR gdb/26642
2622 * gdb.base/maint-target-async-off.c: New test.
2623 * gdb.base/maint-target-async-off.exp: New test.
2624
2625 2020-10-13 Alan Modra <amodra@gmail.com>
2626
2627 * gdb.arch/powerpc-altivec.s,
2628 * gdb.arch/powerpc-power7.s,
2629 * gdb.arch/powerpc-power8.s,
2630 * gdb.arch/powerpc-power9.s,
2631 * gdb.arch/powerpc-vsx.s,
2632 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
2633 * gdb.arch/powerpc-altivec.exp,
2634 * gdb.arch/powerpc-power7.exp,
2635 * gdb.arch/powerpc-power8.exp,
2636 * gdb.arch/powerpc-power9.exp,
2637 * gdb.arch/powerpc-vsx.exp,
2638 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
2639 disassembly of mfvsrd/mtvsrd.
2640
2641 2020-10-13 Alan Modra <amodra@gmail.com>
2642
2643 * gdb.arch/arm-disassembler-options.exp: Adjust expected
2644 "target architecture" output.
2645 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2646 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2647 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2648 * gdb.arch/s390-disassembler-options.exp: Likewise.
2649
2650 2020-10-12 Pedro Alves <pedro@palves.net>
2651
2652 PR exp/26602
2653 PR c++/26550
2654 * gdb.cp/ambiguous.cc (marker1): Delete.
2655 (main): Initialize all the fields of the locals. Replace marker1
2656 call with a "set breakpoint here" marker.
2657 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
2658 instead of running to marker1. Add tests printing all the
2659 variables and all the fields of the variables.
2660 (test_ambiguous): New proc, expecting the new GDB output when a
2661 field access is ambiguous. Change all "warning: X ambiguous"
2662 tests to use it.
2663
2664 2020-10-12 Gary Benson <gbenson@redhat.com>
2665
2666 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
2667 * gdb.base/msym-bp-2.c (foo): Likewise.
2668 * gdb.base/msym-lang.c (foo): Likewise.
2669 * gdb.base/msym-lang-main.c (foo): Likewise.
2670 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
2671 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
2672 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
2673 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
2674 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
2675 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
2676 * gdb.python/py-objfile.c (static_var): Likewise.
2677 * gdb.python/py-symbol.c (rr): Likewise.
2678 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
2679 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
2680
2681 2020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
2682
2683 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
2684 output of backtrace.
2685
2686 2020-10-09 Tom Tromey <tromey@adacore.com>
2687
2688 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
2689 (Rec): Add field. Fix range.
2690 * gdb.ada/scalar_storage.exp: Update.
2691
2692 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
2693
2694 PR exp/26714
2695 * gdb.base/printcmds.exp: Add tests for void results.
2696
2697 2020-10-09 Jan Vrany <jan.vrany@labware.com>
2698
2699 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
2700 is emmited for both 'set directories' and 'directory' commands.
2701
2702 2020-10-08 Tom Tromey <tom@tromey.com>
2703
2704 * gdb.base/style.exp: Check that "main"'s name is styled.
2705
2706 2020-10-07 Tom Tromey <tromey@adacore.com>
2707
2708 * gdb.base/find.exp: Rename some tests.
2709
2710 2020-10-06 Gary Benson <gbenson@redhat.com>
2711
2712 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
2713 * gdb.base/list1.c (unused): Likewise.
2714
2715 2020-10-06 Gary Benson <gbenson@redhat.com>
2716
2717 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
2718 __attribute__ ((used)).
2719 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
2720
2721 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
2722
2723 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
2724 make use of regions throughout.
2725 * gdb.base/overlays.exp: Enclose string with variableds in "..",
2726 not {...}.
2727 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
2728
2729 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
2730
2731 * gdb.base/call-sc.c: Fix return struct on stack test case.
2732 * gdb.base/call-sc.exp: Likewise.
2733
2734 2020-10-02 Gary Benson <gbenson@redhat.com>
2735
2736 * README: Fix "paralell".
2737
2738 2020-09-30 Gary Benson <gbenson@redhat.com>
2739
2740 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
2741 Convert directive to lowercase.
2742 (.Labbrev1_begin): Add missing label.
2743 (abbrev code 0x1): Remove DW_AT_stmt_list.
2744 (.Ldie_b): Likewise.
2745
2746 2020-09-27 Tom Tromey <tom@tromey.com>
2747
2748 * gdb.tui/new-layout.exp: Use with_test_prefix.
2749
2750 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
2751
2752 PR python/26586
2753 * gdb.python/python.exp: add test cases for the from_tty
2754 argument to gdb.execute.
2755
2756 2020-09-25 Gary Benson <gbenson@redhat.com>
2757
2758 * gdb.base/infcall-nested-structs.exp.tcl: Add
2759 additional_flags=-Wno-tautological-compare for C++
2760 tests when compiling using Clang.
2761
2762 2020-09-25 Gary Benson <gbenson@redhat.com>
2763
2764 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
2765 for .c files.
2766
2767 2020-09-24 Tom Tromey <tromey@adacore.com>
2768
2769 PR tui/26638:
2770 * gdb.tui/list.exp: Check output of "focus next".
2771
2772 2020-09-23 Tom Tromey <tom@tromey.com>
2773
2774 * gdb.dwarf2/intbits.exp: New file.
2775 * gdb.dwarf2/intbits.c: New file.
2776
2777 2020-09-20 Pedro Alves <pedro@palves.net>
2778
2779 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
2780 spawn_id before calling remote_close. Close secondary MI channel.
2781
2782 2020-09-20 Pedro Alves <pedro@palves.net>
2783
2784 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
2785 fails.
2786
2787 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
2788
2789 * gdb.fortran/array-slices.exp: Update expected results.
2790 * gdb.fortran/class-allocatable-array.exp: Likewise.
2791 * gdb.fortran/multi-dim.exp: Likewise.
2792 * gdb.fortran/vla-type.exp: Likewise.
2793 * gdb.mi/mi-vla-fortran.exp: Likewise.
2794
2795 2020-09-18 Victor Collod <vcollod@nvidia.com>
2796
2797 PR gdb/26635
2798 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
2799 compatible with i386, and move it to...
2800 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
2801 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
2802 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
2803
2804 2020-09-18 Pedro Alves <pedro@palves.net>
2805
2806 PR gdb/26631
2807 * gdb.multi/multi-target-thread-find.exp: New file.
2808
2809 2020-09-18 Pedro Alves <pedro@palves.net>
2810
2811 * gdb.multi/multi-target-continue.exp: New file, factored out from
2812 multi-target.exp.
2813 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
2814 multi-target.exp.
2815 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
2816 multi-target.exp.
2817 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
2818 multi-target.exp.
2819 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
2820 multi-target.exp.
2821 * gdb.multi/multi-target.exp.tcl: New file, factored out from
2822 multi-target.exp.
2823 * gdb.multi/multi-target.exp: Delete.
2824
2825 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2826
2827 * gdb.fortran/array-slices.exp: Add missing message data.
2828
2829 2020-09-17 Pedro Alves <pedro@palves.net>
2830
2831 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
2832
2833 2020-09-17 Pedro Alves <pedro@palves.net>
2834
2835 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
2836 full prototype.
2837
2838 2020-09-17 Pedro Alves <pedro@palves.net>
2839
2840 * gdb.python/py-as-string.c: Add cast.
2841
2842 2020-09-17 Pedro Alves <pedro@palves.net>
2843
2844 * gdb.base/sizeof.c (fill): Add cast.
2845
2846 2020-09-17 Pedro Alves <pedro@palves.net>
2847
2848 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
2849
2850 2020-09-17 Pedro Alves <pedro@palves.net>
2851
2852 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
2853 linkage name.
2854 * gdb.base/prologue.exp: Use print /d.
2855 * gdb.base/symbol-alias.exp: Handle C++ output.
2856 * gdb.base/symbol-alias2.c: Handle C++ output.
2857 [__cplusplus] (func): Explicitly specify linkage name.
2858
2859 2020-09-17 Pedro Alves <pedro@palves.net>
2860
2861 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
2862 (struct my_key_t): ... this. Adjust all references.
2863 (struct value_t): Rename to ...
2864 (struct my_value_t): ... this. Adjust all references.
2865 (create_map, add_map_element, create_map_map)
2866 (add_map_map_element): Add casts.
2867
2868 2020-09-17 Pedro Alves <pedro@palves.net>
2869
2870 * gdb.python/py-framefilter-mi.c (funca): Add casts.
2871 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
2872
2873 2020-09-17 Pedro Alves <pedro@palves.net>
2874
2875 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
2876
2877 2020-09-17 Pedro Alves <pedro@palves.net>
2878
2879 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
2880 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
2881 (charfoo, intfoo): Define full prototype.
2882 * gdb.base/ptype1.c (charfoo): Define full prototype.
2883 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
2884 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
2885
2886 2020-09-17 Pedro Alves <pedro@palves.net>
2887
2888 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
2889 Don't define.
2890 (utf_32_string): Compile for both C and C++.
2891 * gdb.base/charset.exp: Use "print /d".
2892
2893 2020-09-17 Pedro Alves <pedro@palves.net>
2894
2895 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
2896 (nullptr): Rename to ...
2897 (null_ptr): ... this.
2898 * gdb.base/watchpoint.exp: Adjust to rename.
2899
2900 2020-09-17 Pedro Alves <pedro@palves.net>
2901
2902 * gdb.base/printcmds.c (three, flag_enum_without_zero)
2903 (three_not_flag): Add casts.
2904
2905 2020-09-17 Pedro Alves <pedro@palves.net>
2906
2907 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
2908 char array.
2909 (main): Add references to Barrier, TestStrings, TestStringsH and
2910 TestStringsW.
2911 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
2912 and expect a full prototype in C++.
2913
2914 2020-09-17 Pedro Alves <pedro@palves.net>
2915
2916 * gdb.base/nested-addr.c (main): Add cast.
2917 * gdb.base/nested-addr.exp: Use "print /d".
2918
2919 2020-09-17 Pedro Alves <pedro@palves.net>
2920
2921 * gdb.base/break.exp (func): New. Use it throughout when
2922 expecting a function name.
2923
2924 2020-09-17 Pedro Alves <pedro@palves.net>
2925
2926 * gdb.base/display.exp: Issue "set print asm-demangle on".
2927
2928 2020-09-17 Pedro Alves <pedro@palves.net>
2929
2930 * gdb.base/find.c: Include <string.h>.
2931 (init_bufs): Add cast.
2932 * gdb.base/find.exp: Issue "set print asm-demangle on".
2933
2934 2020-09-16 Tom Tromey <tromey@adacore.com>
2935
2936 PR gdb/26598:
2937 * gdb.base/skipcxx.exp: New file.
2938 * gdb.base/skipcxx.cc: New file.
2939
2940 2020-09-16 Tom de Vries <tdevries@suse.de>
2941
2942 PR testsuite/26617
2943 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
2944 WITH_DEBUG_SECTIONS is defined.
2945 (xstr, str): New macro.
2946 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
2947 to get start and size of _Dmain.
2948 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
2949 using additional_flags.
2950
2951 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2952
2953 * gdb.base/bp-cmds-sourced-script.c: New file.
2954 * gdb.base/bp-cmds-sourced-script.exp: New test.
2955 * gdb.base/bp-cmds-sourced-script.gdb: New file.
2956
2957 2020-09-16 Tom de Vries <tdevries@suse.de>
2958
2959 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
2960 get the gdb prompt after issuing "monitor exit".
2961
2962 2020-09-16 Tom de Vries <tdevries@suse.de>
2963
2964 PR testsuite/26624
2965 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
2966
2967 2020-09-16 Tom de Vries <tdevries@suse.de>
2968
2969 PR testsuite/26618
2970 * gdb.tui/new-layout.exp: Escape unbalanced braces.
2971
2972 2020-09-15 Tom Tromey <tromey@adacore.com>
2973
2974 PR rust/26197:
2975 * lib/rust-support.exp (rust_llvm_version): New proc.
2976 * gdb.rust/simple.exp: Check rust_llvm_version.
2977
2978 2020-09-14 Tom de Vries <tdevries@suse.de>
2979
2980 * gdb.rust/traits.exp: Fix PATH warning.
2981
2982 2020-09-13 Pedro Alves <pedro@palves.net>
2983
2984 * gdb.base/catch-follow-exec.c (main): Add explicit return
2985 statement.
2986 * gdb.base/catch-signal.c (main): Likewise.
2987 * gdb.base/condbreak-call-false.c (main): Likewise.
2988 * gdb.base/consecutive.c (main): Add explicit return
2989 statement and return type.
2990 * gdb.base/cursal.c (main): Add explicit return statement.
2991 * gdb.base/cvexpr.c (main): Likewise.
2992 * gdb.base/display.c (main): Add explicit return statement and
2993 return type.
2994 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
2995 * gdb.base/endianity.c (main): Likewise.
2996 * gdb.base/execd-prog.c (main): Likewise.
2997 * gdb.base/gdb1090.c (main): Likewise.
2998 * gdb.base/info_qt.c (main): Likewise.
2999 * gdb.base/lineinc.c (main): Likewise.
3000 * gdb.base/load-command.c (main): Likewise.
3001 * gdb.base/macscp1.c (main): Likewise.
3002 * gdb.base/pr10179-a.c (main): Likewise.
3003 * gdb.base/quit-live.c (main): Likewise.
3004 * gdb.base/scope0.c (main): Likewise.
3005 * gdb.base/settings.c (main): Likewise.
3006 * gdb.base/stack-checking.c (main): Return int.
3007 * gdb.base/varargs.c (main): Add explicit return statement.
3008 * gdb.cp/ambiguous.cc (main): Likewise.
3009 * gdb.cp/anon-struct.cc (main): Likewise.
3010 * gdb.cp/anon-union.cc (main): Likewise.
3011 * gdb.cp/bool.cc (main): Likewise.
3012 * gdb.cp/bs15503.cc (main): Likewise.
3013 * gdb.cp/cplusfuncs.cc (main): Likewise.
3014 * gdb.cp/cttiadd.cc (main): Likewise.
3015 * gdb.cp/extern-c.cc (main): Likewise.
3016 * gdb.cp/filename.cc (main): Likewise.
3017 * gdb.cp/formatted-ref.cc (main): Likewise.
3018 * gdb.cp/mb-ctor.cc (main): Likewise.
3019 * gdb.cp/member-ptr.cc (main): Likewise.
3020 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
3021 * gdb.cp/overload-const.cc (main): Likewise.
3022 * gdb.cp/paren-type.cc (main): Likewise.
3023 * gdb.cp/parse-lang.cc (main): Likewise.
3024 * gdb.cp/pr-1023.cc (main): Likewise.
3025 * gdb.cp/psmang1.cc (main): Likewise.
3026 * gdb.cp/readnow-language.cc (main): Likewise.
3027 * gdb.cp/ref-params.cc (main): Likewise.
3028 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
3029 * gdb.cp/virtbase2.cc (main): Likewise.
3030 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
3031 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
3032 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
3033 * gdb.mi/mi-console.c (main): Likewise.
3034 * gdb.mi/mi-read-memory.c (main): Likewise.
3035 * gdb.modula2/multidim.c (main): Likewise.
3036 * gdb.opt/inline-small-func.c (main): Likewise.
3037 * gdb.python/py-rbreak.c (main): Likewise.
3038 * gdb.stabs/exclfwd1.c (main): Likewise.
3039 * gdb.trace/qtro.c (main): Likewise.
3040
3041 2020-09-13 Pedro Alves <pedro@palves.net>
3042
3043 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
3044 instead of getenv.
3045
3046 2020-09-13 Pedro Alves <pedro@palves.net>
3047
3048 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
3049 instead of spawning GDB with remote_spawn.
3050 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
3051 gdb_spawn instead of spawning GDB with remote_spawn.
3052
3053 2020-09-13 Pedro Alves <pedro@palves.net>
3054
3055 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
3056 file and add calls to first and second.
3057 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
3058 add call to f.
3059
3060 2020-09-13 Pedro Alves <pedro@palves.net>
3061
3062 * gdb.mi/mi-break-qualified.cc: New file.
3063 * gdb.mi/mi-break-qualified.exp: New file.
3064 * lib/mi-support.exp (mi_create_breakpoint_multi)
3065 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
3066 procedures.
3067 (mi_create_breakpoint_1): New, factored out from
3068 mi_create_breakpoint.
3069
3070 2020-09-13 Pedro Alves <pedro@palves.net>
3071
3072 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
3073 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
3074 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
3075 (register_class): Delete.
3076 (main): Don't call register_class.
3077
3078 2020-09-13 Pedro Alves <pedro@palves.net>
3079
3080 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
3081 (do_tests): Remove "calling method for small class" test.
3082 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
3083 (register_class): Delete.
3084 (main): Don't call register_class.
3085 * gdb.cp/call-method-register.exp: New file, based on bits removed
3086 from classes.exp.
3087 * gdb.cp/call-method-register.cc: New file, based on bits removed
3088 from classes.cc.
3089
3090 2020-09-13 Pedro Alves <pedro@palves.net>
3091
3092 * gdb.base/msym-bp-2.c: New.
3093 * gdb.base/msym-bp-shl-lib.c: New file.
3094 * gdb.base/msym-bp-shl-main-2.c: New file.
3095 * gdb.base/msym-bp-shl-main.c: New file.
3096 * gdb.base/msym-bp-shl.exp: New file.
3097 * gdb.base/msym-bp.c: New file.
3098 * gdb.base/msym-bp.exp: New file.
3099
3100 2020-09-13 Joel Brobecker <brobecker@adacore.com>
3101
3102 * gdb.base/default.exp: Change $_gdb_major to 11.
3103
3104 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
3105 Felix Willgerodt <Felix.Willgerodt@intel.com>
3106
3107 * x86-avx512bf16.c: New file.
3108 * x86-avx512bf16.exp: Likewise.
3109 * lib/gdb.exp (skip_avx512bf16_tests): New function.
3110
3111 2020-09-11 Tom de Vries <tdevries@suse.de>
3112
3113 PR exp/26602
3114 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
3115
3116 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3117
3118 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
3119
3120 2020-09-10 Alan Modra <amodra@gmail.com>
3121
3122 PR 26597
3123 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
3124
3125 2020-09-08 Tom de Vries <tdevries@suse.de>
3126
3127 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
3128 after gdb_starti_cmd.
3129
3130 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3131
3132 * lib/fortran.exp (fortran_complex8): New proc.
3133 (fortran_complex16): New proc.
3134 * gdb.fortran/complex.exp: Use routines from fortran.exp
3135 * gdb.fortran/pointer-to-pointer.exp: Likewise.
3136 * gdb.fortran/vla-ptr-info.exp: Likewise.
3137
3138 2020-09-03 Tom de Vries <tdevries@suse.de>
3139
3140 PR breakpoint/26546
3141 * gdb.base/label-without-address.exp: Runto main first.
3142
3143 2020-09-02 Tom Tromey <tromey@adacore.com>
3144
3145 * gdb.ada/mi_var_access.exp: Test children of access variable.
3146 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
3147 * gdb.ada/mi_var_array.exp: Update.
3148
3149 2020-08-31 Kevin Buettner <kevinb@redhat.com>
3150
3151 * gdb.base/corefile.exp (warning-free): XFAIL test when running
3152 on docker w/ AUFS storage driver.
3153
3154 2020-08-31 Kevin Buettner <kevinb@redhat.com>
3155
3156 * gdb.base/corefile2.exp (renamed binfile): New tests.
3157
3158 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3159
3160 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
3161
3162 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3163
3164 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
3165 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
3166
3167 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
3168
3169 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
3170 output, printing a "not saved" value from history and printing a
3171 convenience variable created from a "not saved" value.
3172
3173 2020-08-31 Tom de Vries <tdevries@suse.de>
3174
3175 * gdb.base/eh_return.exp: Use nopie.
3176
3177 2020-08-28 Pedro Alves <pedro@palves.net>
3178
3179 * gdb.base/advance-until-multiple-locations.exp
3180 (advance_overload, until_overload): Adjust to match the
3181 frame/function header instead of the source line text.
3182
3183 2020-08-28 Tom de Vries <tdevries@suse.de>
3184
3185 * gdb.base/label-without-address.c: New test.
3186 * gdb.base/label-without-address.exp: New file.
3187
3188 2020-08-27 Pedro Alves <pedro@palves.net>
3189
3190 PR gdb/26523
3191 PR gdb/26524
3192 * gdb.base/advance-until-multiple-locations.cc: New.
3193 * gdb.base/advance-until-multiple-locations.exp: New.
3194
3195 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
3196
3197 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
3198
3199 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3200
3201 * gdb.arch/amd64-byte.exp: Make test names unique, use
3202 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3203 * gdb.arch/amd64-dword.exp: Likewise.
3204 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
3205 * gdb.arch/amd64-stap-special-operands.exp: Make test names
3206 unique.
3207 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
3208 * gdb.arch/amd64-word.exp: Make test names unique, use
3209 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3210 * gdb.arch/i386-byte.exp: Make test names unique, use
3211 gdb_breakpoint.
3212 * gdb.arch/i386-word.exp: Likewise.
3213
3214 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
3215
3216 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
3217
3218 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
3219
3220 PR gdb/26532
3221 * gdb.threads/stepi-random-signal.exp: Update pattern.
3222
3223 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
3224
3225 PR gdb/26532
3226 * gdb.base/ui-redirect.exp: Update pattern.
3227
3228 2020-08-25 Gary Benson <gbenson@redhat.com>
3229
3230 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
3231 when compiling with clang.
3232 * gdb.dwarf2/dw2-restore.exp: Likewise.
3233
3234 2020-08-25 Gary Benson <gbenson@redhat.com>
3235
3236 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
3237 Add additional_flags=-Wno-inaccessible-base when compiling
3238 with GCC >= 10.1 or clang. Add additional_flags=-w when
3239 compiling with GCC < 10.
3240
3241 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
3242
3243 PR m2/26372
3244 * gdb.modula2/multidim.c: New file.
3245 * gdb.modula2/multidim.exp: New file.
3246
3247 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
3248
3249 * lib/gdb.exp (runto): Always emit fail on internal error.
3250
3251 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
3252
3253 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
3254 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3255 Likewise.
3256 * gdb.threads/stepi-random-signal.exp: Likewise.
3257
3258 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3259
3260 * gdb.base/print-file-var.exp: Fix typo "breapoint".
3261 * gdb.trace/strace.exp: Ditto.
3262
3263 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3264
3265 * gdb.fortran/vla-type.exp: Skip commands not required for
3266 the Flang compiled binaries after prologue fix.
3267
3268 2020-08-17 Tom de Vries <tdevries@suse.de>
3269 Tom Tromey <tromey@adacore.com>
3270
3271 PR rust/26197:
3272 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
3273
3274 2020-08-17 Tom Tromey <tromey@adacore.com>
3275
3276 * gdb.ada/mi_var_access.exp: New file.
3277 * gdb.ada/mi_var_access/mi_access.adb: New file.
3278 * gdb.ada/mi_var_access/pck.adb: New file.
3279 * gdb.ada/mi_var_access/pck.ads: New file.
3280
3281 2020-08-16 Tom de Vries <tdevries@suse.de>
3282
3283 PR gdb/25350
3284 * gdb.base/eh_return.c: New test.
3285 * gdb.base/eh_return.exp: New file.
3286
3287 2020-08-15 Tom de Vries <tdevries@suse.de>
3288
3289 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
3290 (mixed_func_1d_): Use fortran_charlen_t in decl.
3291
3292 2020-08-15 Tom de Vries <tdevries@suse.de>
3293
3294 PR backtrace/26390
3295 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
3296 Update expected pattern.
3297
3298 2020-08-13 Pedro Alves <pedro@palves.net>
3299
3300 * gdb.fortran/complex.exp: Check skip_fortran_tests.
3301 * gdb.fortran/library-module.exp: Likewise.
3302 * gdb.fortran/logical.exp: Likewise.
3303 * gdb.fortran/module.exp: Likewise.
3304 * gdb.fortran/print_type.exp: Likewise.
3305 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
3306 * gdb.fortran/vla-datatypes.exp: Likewise.
3307 * gdb.fortran/vla-history.exp: Likewise.
3308 * gdb.fortran/vla-ptr-info.exp: Likewise.
3309 * gdb.fortran/vla-ptype-sub.exp: Likewise.
3310 * gdb.fortran/vla-ptype.exp: Likewise.
3311 * gdb.fortran/vla-sizeof.exp: Likewise.
3312 * gdb.fortran/vla-type.exp: Likewise.
3313 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
3314 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
3315 * gdb.fortran/vla-value-sub.exp: Likewise.
3316 * gdb.fortran/vla-value.exp: Likewise.
3317
3318 2020-08-13 Pedro Alves <pedro@palves.net>
3319
3320 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
3321 * gdb.ada/access_to_packed_array.exp: Likewise.
3322 * gdb.ada/access_to_unbounded_array.exp: Likewise.
3323 * gdb.ada/addr_arith.exp: Likewise.
3324 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
3325 * gdb.ada/arr_arr.exp: Likewise.
3326 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
3327 * gdb.ada/array_bounds.exp: Likewise.
3328 * gdb.ada/array_of_variable_length.exp: Likewise.
3329 * gdb.ada/array_ptr_renaming.exp: Likewise.
3330 * gdb.ada/array_subscript_addr.exp: Likewise.
3331 * gdb.ada/arraydim.exp: Likewise.
3332 * gdb.ada/arrayparam.exp: Likewise.
3333 * gdb.ada/arrayptr.exp: Likewise.
3334 * gdb.ada/assign_1.exp: Likewise.
3335 * gdb.ada/assign_arr.exp: Likewise.
3336 * gdb.ada/atomic_enum.exp: Likewise.
3337 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3338 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
3339 * gdb.ada/bias.exp: Likewise.
3340 * gdb.ada/boolean_expr.exp: Likewise.
3341 * gdb.ada/bp_c_mixed_case.exp: Likewise.
3342 * gdb.ada/bp_enum_homonym.exp: Likewise.
3343 * gdb.ada/bp_inlined_func.exp: Likewise.
3344 * gdb.ada/bp_on_var.exp: Likewise.
3345 * gdb.ada/bp_range_type.exp: Likewise.
3346 * gdb.ada/bp_reset.exp: Likewise.
3347 * gdb.ada/call_pn.exp: Likewise.
3348 * gdb.ada/catch_assert_if.exp: Likewise.
3349 * gdb.ada/catch_ex.exp: Likewise.
3350 * gdb.ada/catch_ex_std.exp: Likewise.
3351 * gdb.ada/char_enum.exp: Likewise.
3352 * gdb.ada/char_param.exp: Likewise.
3353 * gdb.ada/complete.exp: Likewise.
3354 * gdb.ada/cond_lang.exp: Likewise.
3355 * gdb.ada/convvar_comp.exp: Likewise.
3356 * gdb.ada/dgopt.exp: Likewise.
3357 * gdb.ada/disc_arr_bound.exp: Likewise.
3358 * gdb.ada/display_nested.exp: Likewise.
3359 * gdb.ada/dot_all.exp: Likewise.
3360 * gdb.ada/dyn_loc.exp: Likewise.
3361 * gdb.ada/dyn_stride.exp: Likewise.
3362 * gdb.ada/excep_handle.exp: Likewise.
3363 * gdb.ada/expr_delims.exp: Likewise.
3364 * gdb.ada/expr_with_funcall.exp: Likewise.
3365 * gdb.ada/exprs.exp: Likewise.
3366 * gdb.ada/fin_fun_out.exp: Likewise.
3367 * gdb.ada/fixed_cmp.exp: Likewise.
3368 * gdb.ada/formatted_ref.exp: Likewise.
3369 * gdb.ada/frame_arg_lang.exp: Likewise.
3370 * gdb.ada/frame_args.exp: Likewise.
3371 * gdb.ada/fullname_bp.exp: Likewise.
3372 * gdb.ada/fun_addr.exp: Likewise.
3373 * gdb.ada/fun_in_declare.exp: Likewise.
3374 * gdb.ada/fun_overload_menu.exp: Likewise.
3375 * gdb.ada/fun_renaming.exp: Likewise.
3376 * gdb.ada/funcall_char.exp: Likewise.
3377 * gdb.ada/funcall_param.exp: Likewise.
3378 * gdb.ada/funcall_ptr.exp: Likewise.
3379 * gdb.ada/funcall_ref.exp: Likewise.
3380 * gdb.ada/homonym.exp: Likewise.
3381 * gdb.ada/info_addr_mixed_case.exp: Likewise.
3382 * gdb.ada/info_auto_lang.exp: Likewise.
3383 * gdb.ada/info_exc.exp: Likewise.
3384 * gdb.ada/info_types.exp: Likewise.
3385 * gdb.ada/int_deref.exp: Likewise.
3386 * gdb.ada/interface.exp: Likewise.
3387 * gdb.ada/iwide.exp: Likewise.
3388 * gdb.ada/lang_switch.exp: Likewise.
3389 * gdb.ada/length_cond.exp: Likewise.
3390 * gdb.ada/maint_with_ada.exp: Likewise.
3391 * gdb.ada/mi_catch_assert.exp: Likewise.
3392 * gdb.ada/mi_catch_ex.exp: Likewise.
3393 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
3394 * gdb.ada/mi_dyn_arr.exp: Likewise.
3395 * gdb.ada/mi_ex_cond.exp: Likewise.
3396 * gdb.ada/mi_exc_info.exp: Likewise.
3397 * gdb.ada/mi_interface.exp: Likewise.
3398 * gdb.ada/mi_prot.exp: Likewise.
3399 * gdb.ada/mi_ref_changeable.exp: Likewise.
3400 * gdb.ada/mi_string_access.exp: Likewise.
3401 * gdb.ada/mi_task_arg.exp: Likewise.
3402 * gdb.ada/mi_task_info.exp: Likewise.
3403 * gdb.ada/mi_var_array.exp: Likewise.
3404 * gdb.ada/mi_var_union.exp: Likewise.
3405 * gdb.ada/mi_variant.exp: Likewise.
3406 * gdb.ada/minsyms.exp: Likewise.
3407 * gdb.ada/mod_from_name.exp: Likewise.
3408 * gdb.ada/nested.exp: Likewise.
3409 * gdb.ada/null_array.exp: Likewise.
3410 * gdb.ada/optim_drec.exp: Likewise.
3411 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
3412 * gdb.ada/packed_array_assign.exp: Likewise.
3413 * gdb.ada/packed_tagged.exp: Likewise.
3414 * gdb.ada/pp-rec-component.exp: Likewise.
3415 * gdb.ada/print_chars.exp: Likewise.
3416 * gdb.ada/print_pc.exp: Likewise.
3417 * gdb.ada/ptr_typedef.exp: Likewise.
3418 * gdb.ada/ptype_arith_binop.exp: Likewise.
3419 * gdb.ada/ptype_array.exp: Likewise.
3420 * gdb.ada/ptype_field.exp: Likewise.
3421 * gdb.ada/ptype_tagged_param.exp: Likewise.
3422 * gdb.ada/ptype_union.exp: Likewise.
3423 * gdb.ada/py_range.exp: Likewise.
3424 * gdb.ada/py_taft.exp: Likewise.
3425 * gdb.ada/rdv_wait.exp: Likewise.
3426 * gdb.ada/rec_comp.exp: Likewise.
3427 * gdb.ada/rec_return.exp: Likewise.
3428 * gdb.ada/ref_param.exp: Likewise.
3429 * gdb.ada/ref_tick_size.exp: Likewise.
3430 * gdb.ada/rename_subscript_param.exp: Likewise.
3431 * gdb.ada/repeat_dyn.exp: Likewise.
3432 * gdb.ada/same_component_name.exp: Likewise.
3433 * gdb.ada/same_enum.exp: Likewise.
3434 * gdb.ada/scalar_storage.exp: Likewise.
3435 * gdb.ada/set_wstr.exp: Likewise.
3436 * gdb.ada/small_reg_param.exp: Likewise.
3437 * gdb.ada/str_binop_equal.exp: Likewise.
3438 * gdb.ada/str_ref_cmp.exp: Likewise.
3439 * gdb.ada/str_uninit.exp: Likewise.
3440 * gdb.ada/sub_variant.exp: Likewise.
3441 * gdb.ada/sym_print_name.exp: Likewise.
3442 * gdb.ada/taft_type.exp: Likewise.
3443 * gdb.ada/tagged.exp: Likewise.
3444 * gdb.ada/tagged_access.exp: Likewise.
3445 * gdb.ada/task_bp.exp: Likewise.
3446 * gdb.ada/task_switch_in_core.exp: Likewise.
3447 * gdb.ada/tasks.exp: Likewise.
3448 * gdb.ada/tick_last_segv.exp: Likewise.
3449 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
3450 * gdb.ada/type_coercion.exp: Likewise.
3451 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
3452 * gdb.ada/unchecked_union.exp: Likewise.
3453 * gdb.ada/uninitialized_vars.exp: Likewise.
3454 * gdb.ada/var_arr_attrs.exp: Likewise.
3455 * gdb.ada/var_arr_typedef.exp: Likewise.
3456 * gdb.ada/var_rec_arr.exp: Likewise.
3457 * gdb.ada/variant-record.exp: Likewise.
3458 * gdb.ada/variant.exp: Likewise.
3459 * gdb.ada/variant_record_packed_array.exp: Likewise.
3460 * gdb.ada/varsize_limit.exp: Likewise.
3461 * gdb.ada/whatis_array_val.exp: Likewise.
3462 * gdb.ada/widewide.exp: Likewise.
3463 * gdb.ada/win_fu_syms.exp: Likewise.
3464
3465 2020-08-12 Gary Benson <gbenson@redhat.com>
3466
3467 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
3468
3469 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
3470
3471 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
3472 unset the array variable.
3473
3474 2020-08-03 Tom de Vries <tdevries@suse.de>
3475
3476 PR symtab/26333
3477 * lib/dwarf.exp (DW_LNE_user): New proc.
3478 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
3479 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
3480
3481 2020-07-31 Kevin Buettner <kevinb@redhat.com>
3482
3483 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
3484 to 'uintptr_t'
3485 (inttypes.h): Include.
3486
3487 2020-07-31 Kevin Buettner <kevinb@redhat.com>
3488
3489 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
3490 (C5_24k): Delete.
3491 (C5_8k, C5_64k, C5_256k): New macros.
3492 (buf_ro): Allocate 256 KiB of initialized data.
3493
3494 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3495
3496 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
3497 that attempt to overwrite an existing condition with a condition
3498 that fails parsing and also with a condition that parses fine
3499 but contains junk at the end.
3500
3501 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3502
3503 * gdb.base/condbreak-bad.c: New test.
3504 * gdb.base/condbreak-bad.exp: New file.
3505
3506 2020-07-30 Tom de Vries <tdevries@suse.de>
3507
3508 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
3509 out of ...
3510 (GDBInfoModuleSymbols::check_entry): ... here.
3511 (GDBInfoModuleSymbols::check_optional_entry): New proc.
3512 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
3513 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
3514
3515 2020-07-30 Tom de Vries <tdevries@suse.de>
3516
3517 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
3518 "__class_some_module_Number_t" optional.
3519
3520 2020-07-29 Tom de Vries <tdevries@suse.de>
3521
3522 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
3523 multiple locations.
3524
3525 2020-07-29 Tom de Vries <tdevries@suse.de>
3526
3527 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
3528 rather than function name.
3529
3530 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3531
3532 PR symtab/26270:
3533 * gdb.cp/disasm-func-name.cc: New file.
3534 * gdb.cp/disasm-func-name.exp: New file.
3535
3536 2020-07-28 Tom Tromey <tromey@adacore.com>
3537
3538 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
3539 'varval' location.
3540
3541 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3542
3543 * gdb.python/py-unwind.py: Update to make use of a register
3544 descriptor.
3545
3546 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3547
3548 * gdb.python/py-arch-reg-names.exp: Add additional tests.
3549
3550 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
3551
3552 PR fortran/23051
3553 PR fortran/26139
3554 * gdb.fortran/class-allocatable-array.exp: New file.
3555 * gdb.fortran/class-allocatable-array.f90: New file.
3556 * gdb.fortran/pointer-to-pointer.exp: New file.
3557 * gdb.fortran/pointer-to-pointer.f90: New file.
3558
3559 2020-07-25 Tom de Vries <tdevries@suse.de>
3560
3561 PR symtab/26243
3562 * gdb.dwarf2/dw2-line-number-zero.c: New test.
3563 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
3564
3565 2020-07-24 Tom de Vries <tdevries@suse.de>
3566
3567 PR testsuite/26293
3568 * gdb.ada/mi_prot.exp: Require gnatmake-8.
3569
3570 2020-07-23 Pedro Alves <pedro@palves.net>
3571
3572 * gdb.server/server-kill.exp (prepare): New, factored out from the
3573 top level.
3574 (kill_server): New.
3575 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
3576 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
3577
3578 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
3579
3580 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
3581
3582 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
3583
3584 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
3585 Initialize to empty string at top level.
3586 (gdb_wrapper_init): Revert check for file existence on build.
3587 Build the wrapper in its default place, not a build-specific
3588 location. When host == build, make the pathname absolute.
3589 (gdb_compile): Delete leftover declaration of
3590 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
3591 string instead of uninitialized.
3592
3593 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3594
3595 * gdb.base/corefile2.exp: New file.
3596 * gdb.base/coremaker2.exp: New file.
3597
3598 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3599
3600 * gdb.base/coredump-filter.exp: Add second
3601 non-Private-Shared-Anon-File test.
3602 (test_disasm): Rename binfile for test which is expected
3603 to fail.
3604
3605 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3606
3607 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
3608 data in core file".
3609 * gdb.base/coremaker.c (buf2ro): New global.
3610 (mmapdata): Add a read-only mmap mapping.
3611
3612 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3613
3614 PR corefiles/25631
3615 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
3616 New test.
3617 * gdb.base/coremaker.c (buf3): New global.
3618 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
3619 flags.
3620
3621 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3622
3623 * gdb.base/coremaker.c (filler_ro): New global constant.
3624
3625 2020-07-22 Tom Tromey <tromey@adacore.com>
3626
3627 * gdb.ada/mi_prot.exp: New file.
3628 * gdb.ada/mi_prot/pkg.adb: New file.
3629 * gdb.ada/mi_prot/pkg.ads: New file.
3630 * gdb.ada/mi_prot/prot.adb: New file.
3631
3632 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3633
3634 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
3635 loads two JITers.
3636
3637 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
3638
3639 * gdb.python/py-arch-reg-groups.exp: Additional tests.
3640
3641 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
3642
3643 * gdb.python/py-arch-reg-names.exp: Additional tests.
3644
3645 2020-07-21 Tom de Vries <tdevries@suse.de>
3646
3647 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
3648 breakpoint locations".
3649 * gdb.reverse/solib-reverse.exp: Same.
3650
3651 2020-07-21 Tom de Vries <tdevries@suse.de>
3652
3653 * gdb.reverse/step-reverse.c (callee): Merge statements.
3654
3655 2020-07-21 Tom de Vries <tdevries@suse.de>
3656
3657 * gdb.fortran/info-modules.exp (info module variables): Allow missing
3658 line numbers for some variables.
3659
3660 2020-07-21 Tom de Vries <tdevries@suse.de>
3661
3662 * gdb.opt/inline-locals.c (init_array): New func.
3663 (func1): Use init_array.
3664 * gdb.opt/inline-locals.exp: Update pattern.
3665
3666 2020-07-21 Tom de Vries <tdevries@suse.de>
3667
3668 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
3669 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
3670
3671 2020-07-20 Ludovic Courtès <ludo@gnu.org>
3672
3673 * gdb.guile/source2.scm: Add #f first argument to 'format'.
3674 * gdb.guile/types-module.exp: Remove "ERROR:" from
3675 regexps since Guile 3.0 no longer prints that.
3676
3677 2020-07-20 Ludovic Courtès <ludo@gnu.org>
3678
3679 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
3680 error regexp to match on Guile 2.2.
3681
3682 2020-07-20 Gary Benson <gbenson@redhat.com>
3683
3684 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
3685 with clang.
3686
3687 2020-07-20 Tom de Vries <tdevries@suse.de>
3688
3689 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
3690 (omp_set_lock_in_order): New function.
3691 (single_scope, multi_scope, nested_func, nested_parallel): Use
3692 omp_set_lock_in_order and omp_unset_lock.
3693 (main): Init and destroy lock and lock2.
3694
3695 2020-07-20 Tom de Vries <tdevries@suse.de>
3696
3697 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
3698
3699 2020-07-20 Tom de Vries <tdevries@suse.de>
3700
3701 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
3702
3703 2020-07-17 Tom de Vries <tdevries@suse.de>
3704
3705 * gdb.base/valgrind-infcall-2.c: New test.
3706 * gdb.base/valgrind-infcall-2.exp: New file.
3707 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
3708
3709 2020-07-17 Tom de Vries <tdevries@suse.de>
3710
3711 * gdb.dlang/circular.c (found): Use found_label as label name.
3712 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
3713 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
3714 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
3715 * gdb.dwarf2/ada-linkage-name.exp: Same.
3716 * gdb.dwarf2/arr-subrange.exp: Same.
3717 * gdb.dwarf2/atomic-type.exp: Same.
3718 * gdb.dwarf2/comp-unit-lang.exp: Same.
3719 * gdb.dwarf2/cpp-linkage-name.exp: Same.
3720 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
3721 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
3722 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
3723 * gdb.dwarf2/implptr-64bit.exp: Same.
3724 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
3725 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
3726 * gdb.dwarf2/imported-unit.exp: Same.
3727 * gdb.dwarf2/main-subprogram.exp: Same.
3728 * gdb.dwarf2/missing-type-name.exp: Same.
3729 * gdb.dwarf2/nonvar-access.exp: Same.
3730 * gdb.dwarf2/struct-with-sig.exp: Same.
3731 * gdb.dwarf2/typedef-void-finish.exp: Same.
3732 * gdb.dwarf2/void-type.exp: Same.
3733
3734 2020-07-17 Tom de Vries <tdevries@suse.de>
3735
3736 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
3737 src parameter.
3738 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
3739 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
3740 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
3741 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
3742 * gdb.dwarf2/dwz.exp: Same.
3743 * gdb.dwarf2/implptr-optimized-out.exp: Same.
3744 * gdb.dwarf2/implref-array.exp: Same.
3745 * gdb.dwarf2/implref-const.exp: Same.
3746 * gdb.dwarf2/implref-global.exp: Same.
3747 * gdb.dwarf2/implref-struct.exp: Same.
3748 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
3749 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3750 * gdb.dwarf2/var-access.exp: Same.
3751 * gdb.dwarf2/varval.exp: Same.
3752 * gdb.trace/entry-values.exp: Same.
3753
3754 2020-07-17 Tom de Vries <tdevries@suse.de>
3755
3756 * lib/dwarf.exp (Dwarf::extern): Remove.
3757 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
3758 * gdb.dlang/circular.exp: Same.
3759 * gdb.dwarf2/comp-unit-lang.exp: Same.
3760 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
3761 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
3762 * gdb.dwarf2/dwz.exp: Same.
3763 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
3764 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
3765 * gdb.dwarf2/imported-unit.exp: Same.
3766 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3767
3768 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
3769
3770 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
3771 Use double quotes instead of single quotes.
3772
3773 2020-07-16 Caroline Tice <cmtice@google.com>
3774
3775 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
3776 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
3777
3778 2020-07-16 Tom de Vries <tdevries@suse.de>
3779
3780 * lib/dwarf.exp (program): Initialize _line.
3781 (DW_LNE_end_sequence): Reinitialize _line.
3782 (DW_LNS_advance_line): Update _line.
3783 (line): New proc.
3784 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
3785 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
3786 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
3787 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
3788 * gdb.dwarf2/dw2-is-stmt.exp: Same.
3789 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3790
3791 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3792
3793 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
3794 generic.
3795
3796 2020-07-15 Tom de Vries <tdevries@suse.de>
3797
3798 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
3799 is_amd64_regs_target.
3800
3801 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3802
3803 * gdb.fortran/ptype-on-functions.exp: Add more tests.
3804 * gdb.fortran/ptype-on-functions.f90: Likewise.
3805
3806 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
3807
3808 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
3809 values in documentation for addr_size to 4 and 8.
3810
3811 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
3812
3813 * gdb.arch/amd64-osabi.exp: Update.
3814 * gdb.arch/arm-disassembler-options.exp: Update.
3815 * gdb.arch/powerpc-disassembler-options.exp: Update.
3816 * gdb.arch/ppc64-symtab-cordic.exp: Update.
3817 * gdb.arch/s390-disassembler-options.exp: Update.
3818 * gdb.base/all-architectures.exp.tcl: Update.
3819 * gdb.base/attach-pie-noexec.exp: Update.
3820 * gdb.base/catch-syscall.exp: Update.
3821 * gdb.xml/tdesc-arch.exp: Update.
3822
3823 2020-07-14 Tom de Vries <tdevries@suse.de>
3824
3825 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
3826 (local_gettid): ... this.
3827 (fn): Update.
3828
3829 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
3830
3831 * gdb.base/info_sources.exp: Skip directory match tests on
3832 remote hosts.
3833
3834 2020-07-13 Gary Benson <gbenson@redhat.com>
3835
3836 * gdb.base/savedregs.exp (caller): Use parentheses to
3837 make expected expression evaluation ordering explicit.
3838
3839 2020-07-13 Gary Benson <gbenson@redhat.com>
3840
3841 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
3842
3843 2020-07-13 Gary Benson <gbenson@redhat.com>
3844
3845 * gdb.base/bigcore.c (main): Use a volatile pointer when
3846 attempting to trigger a SIGSEGV.
3847 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
3848 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
3849 * gdb.base/savedregs.c (thrower): Likewise.
3850 * gdb.mi/mi-syn-frame.c (bar): Likewise.
3851
3852 2020-07-13 Gary Benson <gbenson@redhat.com>
3853
3854 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
3855 defining and using VLA structure fields into...
3856 * gdb.base/vla-struct-fields.c: New file.
3857 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
3858 tests into...
3859 * gdb.base/vla-struct-fields.exp: New file.
3860
3861 2020-07-13 Tom de Vries <tdevries@suse.de>
3862
3863 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
3864 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
3865 * gdb.base/gold-gdb-index.exp: Same.
3866 * gdb.base/morestack.exp: Same.
3867
3868 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
3869
3870 PR rust/26121
3871 * gdb.rust/modules.rs: Prevent linker from discarding test
3872 symbol.
3873
3874 2020-07-10 Pedro Alves <pedro@palves.net>
3875
3876 PR gdb/26199
3877 * gdb.multi/multi-target.c (exit_thread): New.
3878 (thread_start): Break loop if EXIT_THREAD.
3879 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
3880 (top level) Call test_no_resumed.
3881
3882 2020-07-08 Tom Tromey <tromey@adacore.com>
3883
3884 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
3885 * gdb.ada/catch_ex.exp: Examine catchpoint text.
3886
3887 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3888
3889 PR python/22748
3890 * gdb.opt/inline-frame-tailcall.c: New file.
3891 * gdb.opt/inline-frame-tailcall.exp: New file.
3892 * gdb.python/py-unwind-inline.c: New file.
3893 * gdb.python/py-unwind-inline.exp: New file.
3894 * gdb.python/py-unwind-inline.py: New file.
3895
3896 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3897
3898 * gdb.python/py-arch-reg-groups.exp: New file.
3899
3900 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3901
3902 * gdb.python/py-arch-reg-names.exp: New file.
3903
3904 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3905
3906 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
3907 gdb.PendingFrame.architecture method.
3908
3909 2020-07-06 Tom de Vries <tdevries@suse.de>
3910
3911 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
3912
3913 2020-07-03 Pedro Alves <palves@redhat.com>
3914
3915 * gdb.base/structs2.c (main): Adjust second parem_reg call to
3916 explicitly write negative numbers.
3917 * gdb.base/structs2.exp: Adjust expected output.
3918
3919 2020-07-03 Pedro Alves <palves@redhat.com>
3920
3921 * gdb.base/charset.c (init_string): Change all char parameters to
3922 unsigned char parameters.
3923
3924 2020-07-03 Pedro Alves <palves@redhat.com>
3925
3926 * gdb.base/call-sc.exp (start_scalars_test): Use
3927 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3928 * gdb.base/overlays.c: Remove references to PARAMS.
3929 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
3930 * gdb.base/reread.exp: Don't set 'prototypes' global.
3931 * gdb.base/structs.exp (start_structs_test): Use
3932 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3933 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
3934 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3935 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
3936 call.
3937 * gdb.base/varargs.exp: Don't set 'prototypes' global.
3938
3939 2020-07-03 Pedro Alves <palves@redhat.com>
3940
3941 * gdb.base/m32rovly.c: Delete.
3942 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
3943
3944 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3945
3946 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
3947 of gdb_py_test_multiple.
3948 * gdb.python/py-cmd.exp: Likewise.
3949 * gdb.python/py-events.exp: Likewise.
3950 * gdb.python/py-function.exp: Likewise.
3951 * gdb.python/py-inferior.exp: Likewise.
3952 * gdb.python/py-infthread.exp: Likewise.
3953 * gdb.python/py-linetable.exp: Likewise.
3954 * gdb.python/py-parameter.exp: Likewise.
3955 * gdb.python/py-value.exp: Likewise.
3956
3957 2020-06-30 Tom de Vries <tdevries@suse.de>
3958
3959 PR testsuite/26175
3960 * lib/future.exp (gdb_default_target_compile): Detect and handle
3961 early_flags.
3962
3963 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
3964
3965 * boards/simavr.exp (gdb_load): Catch errors when closing
3966 previous connection. Close connection, wait for process and
3967 unset simavr_spawn_id on failure.
3968
3969 2020-06-29 Tom de Vries <tdevries@suse.de>
3970
3971 * lib/gdb.exp (unknown): Make test-case unresolved.
3972
3973 2020-06-29 Tom de Vries <tdevries@suse.de>
3974
3975 PR gdb/25475
3976 * gdb.server/solib-list.exp: Verify that the symbol reload
3977 confirmation question is asked.
3978
3979 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3980
3981 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
3982 have a input seq nr in each pass message.
3983 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
3984 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
3985 * gdb.python/python.exp: Make test names unique,
3986 use gdb_test_multiline instead of gdb_py_test_multiple,
3987 use $gdb_test_name.
3988 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
3989
3990 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
3991
3992 * configure.ac: Add --enable-libctf.
3993 * aclocal.m4: sinclude ../config/enable.m4.
3994 * Makefile.in (site.exp): Add enable_libctf to site.exp.
3995 * lib/gdb.exp (skip_ctf_tests): Use it.
3996 * gdb.base/ctf-constvars.exp: Error message tweak.
3997 * gdb.base/ctf-ptype.exp: Likewise.
3998 * configure: Regenerate.
3999
4000 2020-06-26 Gary Benson <gbenson@redhat.com>
4001
4002 * gdb.cp/try_catch.cc: Include string.h.
4003 (main): Replace comparison against string literal with
4004 strcmp, avoiding build failure with -Wstring-compare.
4005 Add "marker test-complete".
4006 * gdb.cp/try_catch.exp: Run the test to the above marker,
4007 then verify that the value of "test" is still true.
4008
4009 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4010
4011 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
4012
4013 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4014
4015 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4016
4017 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4018
4019 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
4020 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
4021 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
4022 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
4023 * gdb.arch/riscv-tdesc-loading.exp: New file.
4024
4025 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4026
4027 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4028
4029 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4030
4031 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
4032 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
4033 * gdb.arch/riscv-tdesc-regs.c: New file.
4034 * gdb.arch/riscv-tdesc-regs.exp: New file.
4035
4036 2020-06-24 Pedro Alves <palves@redhat.com>
4037
4038 * gdb.arch/amd64-entry-value-paramref.exp: Use
4039 prepare_for_testing_full and don't pass "c++" for the .S file
4040 build spec.
4041 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
4042 $options, since it's an assembly file. Remove -Wno-deprecated.
4043 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
4044 compiling C++ programs.
4045
4046 2020-06-24 Pedro Alves <palves@redhat.com>
4047
4048 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
4049 Clang, add "-Wno-unknown-warning-option" to the options.
4050
4051 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
4052
4053 * gdb.xml/tdesc-reload.c: New file.
4054 * gdb.xml/tdesc-reload.exp: New file.
4055 * gdb.xml/maint-xml-dump-01.xml: New file.
4056 * gdb.xml/maint-xml-dump-02.xml: New file.
4057 * gdb.xml/maint-xml-dump.exp: New file.
4058
4059 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
4060
4061 * lib/completion-support.exp (test_gdb_completion_offers_commands):
4062 Adjust for omitted commands when TUI is disabled.
4063
4064 2020-06-23 Gary Benson <gbenson@redhat.com>
4065 Pedro Alves <palves@redhat.com>
4066
4067 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
4068 * gdb.cp/nsimport.cc: Likewise.
4069 * gdb.cp/nsnested.cc: Likewise.
4070 * gdb.cp/nsnoimports.cc: Likewise.
4071 * gdb.cp/nsusing.cc: Likewise.
4072 * gdb.cp/smartp.cc: Likewise.
4073 * gdb.python/py-pp-integral.c: Likewise.
4074 * gdb.python/py-pp-re-notag.c: Likewise.
4075
4076 2020-06-23 Gary Benson <gbenson@redhat.com>
4077
4078 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
4079 * gdb.cp/nsimport.cc: Likewise.
4080 * gdb.cp/nsnested.cc: Likewise.
4081 * gdb.cp/nsnoimports.cc: Likewise.
4082 * gdb.cp/nsusing.cc: Likewise.
4083 * gdb.cp/smartp.cc: Likewise.
4084 * gdb.python/py-pp-integral.c: Likewise.
4085 * gdb.python/py-pp-re-notag.c: Likewise.
4086
4087 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4088
4089 * gdb.base/default-args.exp: New test.
4090 * gdb.base/default-args.c: New file.
4091 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
4092 * gdb.base/default.exp: Update to new help text.
4093 * gdb.base/help.exp: Likewise.
4094 * gdb.base/page.exp: Likewise.
4095 * gdb.base/style.exp: Likewise.
4096 * gdb.guile/guile.exp: Likewise.
4097 * gdb.python/python.exp: Likewise.
4098
4099 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
4100
4101 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
4102 remote host. Fix search path syntax on Windows host.
4103
4104 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4105
4106 * gdb.base/attach.exp: Test priority of 'exec-file' changed
4107 over 'exec-file-mismatch'.
4108 * gdb.base/attach.c: Mark should_exit volatile.
4109 * gdb.base/attach2.c: Likewise. Add a comment explaining
4110 why the sleep cannot be big.
4111 * gdb.base/attach3.c: New file.
4112
4113 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4114
4115 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
4116 prefix optional.
4117
4118 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4119
4120 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
4121 for remote host.
4122
4123 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
4124 Hafiz Abid Qadeer <abidh@codesourcery.com>
4125
4126 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
4127 file sent to remote host.
4128 (top level): Allow int32_t as type of 32-bit register.
4129
4130 2020-06-19 Tom de Vries <tdevries@suse.de>
4131
4132 * lib/gdb.exp (gdb_note): New proc.
4133 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
4134 (gdb_default_target_compile): ... here. Only call
4135 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
4136 (use_gdb_compile): Change to array.
4137 (toplevel): Update sets of use_gdb_compile to specify language.
4138 Warn about default_target_compile override. Store dejagnu's version
4139 of default_target_compile in dejagnu_default_target_compile.
4140
4141 2020-06-18 Tom de Vries <tdevries@suse.de>
4142
4143 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
4144 (default_gdb_init): ... here.
4145
4146 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4147
4148 Fix TUI support checks in gdb.tui tests.
4149
4150 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
4151 just say UNSUPPORTED.
4152 * gdb.tui/corefile-run.exp: Likewise.
4153 * gdb.tui/empty.exp: Likewise.
4154 * gdb.tui/list-before.exp: Likewise.
4155 * gdb.tui/list.exp: Likewise.
4156 * gdb.tui/main.exp: Likewise.
4157 * gdb.tui/regs.exp: Likewise.
4158 * gdb.tui/resize.exp: Likewise.
4159 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
4160 * gdb.tui/tui-layout-asm.exp: Likewise.
4161 * gdb.tui/tui-missing-src.exp: Likewise.
4162 * gdb.tui/winheight.exp: Likewise.
4163 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
4164
4165 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4166
4167 Fix TCL error in gdb.python/py-format-string.exp.
4168
4169 * gdb.python/py-format-string.exp: Move test for python support
4170 earlier, out of function body.
4171
4172 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
4173
4174 * gdb.base/index-cache-load-twice.c: New.
4175 * gdb.base/index-cache-load-twice.exp: New.
4176
4177 2020-06-17 Keith Seitz <keiths@redhat.com>
4178
4179 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
4180 when executing "gdb --configuration".
4181
4182 2020-06-17 Tom de Vries <tdevries@suse.de>
4183
4184 * lib/gdb.exp (gdb_tcl_unknown): New proc.
4185 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
4186 conditional on presence of gdb_tcl_unknown.
4187 (gdb_finish): Make override undo conditional on presence of
4188 gdb_tcl_unknown.
4189
4190 2020-06-16 Tom Tromey <tom@tromey.com>
4191
4192 * gdb.python/tui-window.py (failwin): New function. Register it
4193 as a TUI window type.
4194 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
4195
4196 2020-06-16 Gary Benson <gbenson@redhat.com>
4197
4198 * gdb.python/py-nested-maps.c (create_map): Add missing return
4199 value.
4200 (create_map_map): Likewise.
4201
4202 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4203
4204 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
4205 variable.
4206 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
4207 and use the already-defined 'options' variable.
4208
4209 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4210 Tom de Vries <tdevries@suse.de>
4211
4212 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
4213 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
4214 (gdb_setup_known_globals): New proc.
4215 (gdb_cleanup_globals): New proc.
4216 * lib/gdb.exp (load_lib): New override proc.
4217 (gdb_stdin_log_init): Set var in_file as persistent global.
4218 * lib/pascal.exp (gdb_stdin_log_init): Set vars
4219 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
4220 fpc_compiler as persistent global.
4221
4222 2020-06-12 Tom de Vries <tdevries@suse.de>
4223
4224 * lib/tuiterm.exp (spawn): Rename to ...
4225 (tui_spawn): ... this.
4226 (toplevel): Move rename of spawn ...
4227 (gdb_init_tuiterm): ... here. New proc.
4228 (gdb_finish_tuiterm): New proc.
4229 * lib/gdb.exp (gdb_finish_hooks): New global var.
4230 (gdb_finish): Handle gdb_finish_hooks.
4231 (tuiterm_env): New proc.
4232 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
4233 tuiterm_env.
4234 * gdb.tui/basic.exp: Same.
4235 * gdb.tui/corefile-run.exp: Same.
4236 * gdb.tui/empty.exp: Same.
4237 * gdb.tui/list-before.exp: Same.
4238 * gdb.tui/list.exp: Same.
4239 * gdb.tui/main.exp: Same.
4240 * gdb.tui/new-layout.exp: Same.
4241 * gdb.tui/regs.exp: Same.
4242 * gdb.tui/resize.exp: Same.
4243 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
4244 * gdb.tui/tui-layout-asm.exp: Same.
4245 * gdb.tui/tui-missing-src.exp: Same.
4246 * gdb.tui/winheight.exp: Same.
4247
4248 2020-06-12 Tom de Vries <tdevries@suse.de>
4249
4250 PR testsuite/26110
4251 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
4252 (gdb_finish): Reinstall dejagnu's override of ::unknown.
4253
4254 2020-06-11 Tom Tromey <tom@tromey.com>
4255
4256 PR gdb/18318:
4257 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
4258 floating point tests.
4259
4260 2020-06-11 Keith Seitz <keiths@redhat.com>
4261
4262 PR gdb/21356
4263 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
4264 vla_struct.
4265 Add new struct vla_typedef and union vla_typedef_union and
4266 corresponding instantiation objects.
4267 Initialize new objects.
4268 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
4269 and vla_typedef_union_object.
4270 Fixup type for vla_struct_object.
4271
4272 2020-06-11 Tom de Vries <tdevries@suse.de>
4273
4274 * lib/gdb.exp (with_override): New proc, factored out of ...
4275 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
4276
4277 2020-06-10 Tom de Vries <tdevries@suse.de>
4278
4279 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
4280
4281 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
4282
4283 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
4284 parameter, update callers.
4285
4286 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
4287
4288 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
4289 * gdb.dwarf2/share-psymtabs-bt.c: New file.
4290 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
4291
4292 2020-06-04 Tom de Vries <tdevries@suse.de>
4293
4294 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
4295
4296 2020-06-04 Tom de Vries <tdevries@suse.de>
4297
4298 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
4299 exp_continue.
4300
4301 2020-06-04 Tom de Vries <tdevries@suse.de>
4302
4303 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
4304
4305 2020-06-03 Tom de Vries <tdevries@suse.de>
4306
4307 PR symtab/26046
4308 * gdb.cp/breakpoint-locs-2.cc: New test.
4309 * gdb.cp/breakpoint-locs.cc: New test.
4310 * gdb.cp/breakpoint-locs.exp: New file.
4311 * gdb.cp/breakpoint-locs.h: New test.
4312
4313 2020-06-03 Tom de Vries <tdevries@suse.de>
4314
4315 PR testsuite/25609
4316 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
4317 value of global verbose.
4318 * gdb.base/jit-elf.exp: Same.
4319 * gdb.base/jit-reader.exp: Same.
4320
4321 2020-06-02 Tom de Vries <tdevries@suse.de>
4322
4323 * gdb.dwarf2/multidictionary.exp: Don't use
4324 gdb_spawn_with_cmdline_opts.
4325
4326 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
4327
4328 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
4329 use_header case.
4330 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
4331 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
4332 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
4333 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
4334 * gdb.dwarf2/dw2-inline-header.c: New file.
4335 * gdb.dwarf2/dw2-inline-header.h: New file.
4336
4337 2020-05-30 Pedro Alves <palves@redhat.com>
4338
4339 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
4340 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
4341
4342 2020-05-29 Gary Benson <gbenson@redhat.com>
4343
4344 * gdb.compile/compile-cplus.exp (additional_flags): Also
4345 set when building with clang.
4346 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
4347 when building with clang.
4348
4349 2020-05-29 Gary Benson <gbenson@redhat.com>
4350
4351 * gdb.arch/i386-avx.exp (additional_flags): Also set when
4352 building with clang.
4353 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
4354
4355 2020-05-29 Gary Benson <gbenson@redhat.com>
4356
4357 * gdb.cp/koenig.exp (prepare_for_testing): Add
4358 additional_flags=-Wno-unused-comparison.
4359 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
4360
4361 2020-05-28 Gary Benson <gbenson@redhat.com>
4362
4363 * gdb.base/sigaltstack.c (catcher): Add default case to switch
4364 statement.
4365
4366 2020-05-28 Gary Benson <gbenson@redhat.com>
4367
4368 * gdb.cp/classes.exp (prepare_for_testing): Add
4369 additional_flags=-Wno-deprecated-register.
4370 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
4371 * gdb.cp/misc.exp: Likewise.
4372
4373 2020-05-28 Gary Benson <gbenson@redhat.com>
4374
4375 * gdb.linespec/cpls-ops.cc (dummy): New static global.
4376 (test_op_new::operator new): Add return statement.
4377 (test_op_new_array::operator new[]): Likewise.
4378
4379 2020-05-27 Pedro Alves <palves@redhat.com>
4380
4381 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
4382 check. Use test_gdb_complete_unique instead of
4383 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
4384 test_gdb_complete_multiple instead of
4385 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
4386
4387 2020-05-27 Luis Machado <luis.machado@linaro.org>
4388
4389 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
4390 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
4391 * gdb.arch/arm-disassembler-options.exp: Likewise.
4392 * gdb.arch/arm-disp-step.exp: Likewise.
4393 * gdb.arch/thumb-prologue.exp: Likewise.
4394 * gdb.base/async.exp: Likewise.
4395 * gdb.base/auxv.exp: Likewise.
4396 * gdb.base/complex-parts.exp: Likewise.
4397 * gdb.base/ena-dis-br.exp: Likewise.
4398 * gdb.base/foll-exec.exp: Likewise.
4399 * gdb.base/permissions.exp: Likewise.
4400 * gdb.base/relocate.exp: Likewise.
4401 * gdb.base/return2.exp: Likewise.
4402 * gdb.base/sigbpt.exp: Likewise.
4403 * gdb.base/siginfo-obj.exp: Likewise.
4404 * gdb.cp/converts.exp: Likewise.
4405 * gdb.cp/exceptprint.exp: Likewise.
4406 * gdb.cp/inherit.exp: Likewise.
4407 * gdb.cp/nsnoimports.exp: Likewise.
4408 * gdb.cp/virtbase2.exp: Likewise.
4409 * gdb.mi/mi-var-cmd.exp: Likewise.
4410 * gdb.mi/var-cmd.c: Likewise.
4411
4412 2020-05-26 Tom Tromey <tromey@adacore.com>
4413
4414 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
4415
4416 2020-05-26 Tom Tromey <tromey@adacore.com>
4417
4418 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
4419 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
4420 type.
4421 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
4422 variable.
4423
4424 2020-05-26 Christian Biesinger <cbiesinger@google.com>
4425
4426 * Makefile.in: Use = instead of == for the test command
4427 for portability.
4428
4429 2020-05-26 Tom de Vries <tdevries@suse.de>
4430
4431 * gdb.base/gold-gdb-index-2.c: New test.
4432 * gdb.base/gold-gdb-index.c: New test.
4433 * gdb.base/gold-gdb-index.exp: New file.
4434 * gdb.base/gold-gdb-index.h: New test.
4435
4436 2020-05-25 Tom de Vries <tdevries@suse.de>
4437
4438 * boards/gold-gdb-index.exp: New file.
4439
4440 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4441
4442 * boards/simavr.exp: New file.
4443
4444 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4445
4446 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
4447 * gdb.base/inferior-args.exp: New file.
4448 * gdb.base/inferior-args.c: New file.
4449
4450 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
4451
4452 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
4453 inferior_args. Pass it to gdb_reload.
4454 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
4455 inferior_args.
4456 (gdb_reload): Add inferior_args argument.
4457 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
4458 pass it to gdbserver_run.
4459 * boards/native-gdbserver.exp: Do not set noargs.
4460 * boards/native-extended-gdbserver.exp (gdb_reload): Add
4461 inferior_args argument.
4462 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
4463 * gdb.base/a2-run.exp: Check for use_gdb_stub.
4464 * gdb.base/args.exp: Likewise.
4465
4466 2020-05-25 Tom de Vries <tdevries@suse.de>
4467
4468 * lib/gdb.exp (exec_is_pie): Add comment.
4469
4470 2020-05-25 Tom de Vries <tdevries@suse.de>
4471
4472 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
4473 instead of $binfile in the untested message.
4474
4475 2020-05-25 Tom de Vries <tdevries@suse.de>
4476
4477 PR testsuite/26031
4478 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
4479
4480 2020-05-25 Tom de Vries <tdevries@suse.de>
4481
4482 * boards/gold.exp: New file.
4483
4484 2020-05-23 Tom Tromey <tom@tromey.com>
4485
4486 * gdb.base/style.exp: Remove completion styling test.
4487 * lib/gdb-utils.exp (style): Remove completion styles.
4488
4489 2020-05-23 Tom Tromey <tom@tromey.com>
4490
4491 * gdb.base/style.exp: Add completion styling test.
4492 * lib/gdb-utils.exp (style): Add completion styles.
4493
4494 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
4495
4496 * gdb.base/annota1.exp: Update expected results.
4497 * gdb.cp/annota2.exp: Update expected results, remove duplicate
4498 test name.
4499 * gdb.cp/annota3.exp: Update expected results.
4500
4501 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
4502
4503 PR gdb/26016
4504 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
4505 against MAP_FAILED.
4506 * gdb.base/coremaker.c (mmapdata): Likewise.
4507 * gdb.base/jit-reader-host.c (main): Likewise.
4508 * gdb.base/sym-file-loader.c (load): Likewise.
4509 (load_shlib): Likewise.
4510
4511 2020-05-20 Tom Tromey <tromey@adacore.com>
4512
4513 * gdb.ada/array_char_idx.exp: Recognize initialized array.
4514
4515 2020-05-20 Tom de Vries <tdevries@suse.de>
4516
4517 PR symtab/25833
4518 * gdb.base/with-mf-inc.c: New test.
4519 * gdb.base/with-mf-main.c: New test.
4520 * gdb.base/with-mf.exp: New file.
4521
4522 2020-05-19 Tom Tromey <tromey@adacore.com>
4523
4524 * gdb.rust/simple.exp: Restore missing test result.
4525
4526 2020-05-19 Tom de Vries <tdevries@suse.de>
4527
4528 * gdb.base/gdb-caching-proc.exp: Fix typo.
4529
4530 2020-05-19 Tom Tromey <tromey@adacore.com>
4531
4532 * gdb.rust/simple.exp: Add some test descriptions.
4533 (test_one_slice): Use with_test_prefix.
4534
4535 2020-05-18 Tom de Vries <tdevries@suse.de>
4536
4537 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
4538
4539 2020-05-17 Pedro Alves <palves@redhat.com>
4540
4541 PR gdb/25741
4542 * gdb.base/hw-sw-break-same-address.exp: New file.
4543
4544 2020-05-16 Pedro Alves <palves@redhat.com>
4545
4546 * gdb.multi/multi-re-run.exp (test_re_run): Switch
4547 LAST_LOADED_FILE accordingly.
4548
4549 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4550
4551 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
4552
4553 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4554
4555 * gdb.base/help.exp: Test apropos and help for commands
4556 having aliases. Fixed comments not starting with an
4557 upper-case letter or not finishing with a dot.
4558
4559 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4560
4561 * gdb.base/alias.exp: Update help output check.
4562
4563 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4564
4565 * gdb.base/default.exp: Update output following fixes.
4566
4567 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4568
4569 * gdb.base/alias.exp: Test aliases starting with a prefix of
4570 another alias.
4571
4572 2020-05-15 Gary Benson <gbenson@redhat.com>
4573
4574 * gdb.base/info-os.c (main): Add return statement.
4575 * gdb.base/info_minsym.c (minsym_fun): Likewise.
4576 * gdb.base/large-frame-2.c (func): Likewise.
4577 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
4578 * gdb.base/pr10179-b.c (foo2): Likewise.
4579 * gdb.base/valgrind-disp-step.c (foo): Likewise.
4580 * gdb.base/watch-cond.c (func): Likewise.
4581 * gdb.multi/goodbye.c (verylongfun): Likewise.
4582 * gdb.multi/hello.c (commonfun): Likewise.
4583 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
4584 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
4585 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
4586 Likewise.
4587 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
4588 * gdb.threads/interrupt-while-step-over.c (child_function):
4589 Likewise.
4590 * gdb.trace/actions-changed.c (end): Likewise.
4591
4592 2020-05-15 Gary Benson <gbenson@redhat.com>
4593
4594 * gdb.opencl/callfuncs.exp: Report when test skipped.
4595 * gdb.opencl/convs_casts.exp: Likewise.
4596 * gdb.opencl/datatypes.exp: Likewise.
4597 * gdb.opencl/operators.exp: Likewise.
4598 * gdb.opencl/vec_comps.exp: Likewise.
4599
4600 2020-05-15 Tom de Vries <tdevries@suse.de>
4601
4602 * gdb.base/align.exp.in: Rename to ...
4603 * gdb.base/align.exp.tcl: ... this.
4604 * gdb.base/align-c++.exp: Update.
4605 * gdb.base/align-c.exp: Update.
4606 * gdb.base/all-architectures.exp.in: Rename to ...
4607 * gdb.base/all-architectures.exp: ... this.
4608 * gdb.base/all-architectures-0.exp: Update.
4609 * gdb.base/all-architectures-1.exp: Update.
4610 * gdb.base/all-architectures-2.exp: Update.
4611 * gdb.base/all-architectures-3.exp: Update.
4612 * gdb.base/all-architectures-4.exp: Update.
4613 * gdb.base/all-architectures-5.exp: Update.
4614 * gdb.base/all-architectures-6.exp: Update.
4615 * gdb.base/all-architectures-7.exp: Update.
4616 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
4617 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
4618 * gdb.base/infcall-nested-structs-c++.exp: Update.
4619 * gdb.base/infcall-nested-structs-c.exp: Update.
4620 * gdb.base/info-types.exp.in: Rename to ...
4621 * gdb.base/info-types.exp.tcl: ... this.
4622 * gdb.base/info-types-c++.exp: Update.
4623 * gdb.base/info-types-c.exp: Update.
4624 * gdb.base/max-depth.exp.in: Rename to ...
4625 * gdb.base/max-depth.exp.tcl: ... this.
4626 * gdb.base/max-depth-c++.exp: Update.
4627 * gdb.base/max-depth-c.exp: Update.
4628 * gdb.cp/cpexprs.exp.in: Rename to ...
4629 * gdb.cp/cpexprs.exp.tcl: ... this.
4630 * gdb.cp/cpexprs-debug-types.exp: Update.
4631 * gdb.cp/cpexprs.exp: Update.
4632 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
4633 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
4634 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
4635 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
4636 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
4637 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
4638 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
4639 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
4640 * gdb.dwarf2/clang-debug-names-2.exp: Update.
4641 * gdb.dwarf2/clang-debug-names.exp: Update.
4642
4643 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
4644
4645 * lib/check-test-names.exp: Remove code that prevents this file
4646 loading when tests are run in parallel.
4647
4648 2020-05-15 Pedro Alves <palves@redhat.com>
4649
4650 * gdb.multi/multi-kill.exp (start_inferior): Remove
4651 'testpid' parameter. Refer to namespace variable directly.
4652 (testpid): Declare as namespace variable.
4653
4654 2020-05-15 Pedro Alves <palves@redhat.com>
4655
4656 * gdb.multi/multi-kill.exp: Wrap in namespace.
4657 (start_inferior): Add TESTPID parameter. Use it instead of the
4658 testpid global.
4659 (top level): Define empty TESTPID array, and pass it down to
4660 start_inferior.
4661
4662 2020-05-14 Tom de Vries <tdevries@suse.de>
4663
4664 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
4665 output.
4666
4667 2020-05-14 Tom de Vries <tdevries@suse.de>
4668
4669 * gdb.base/align.exp: Split into ...
4670 * gdb.base/align.exp.in: ...
4671 * gdb.base/align-c++.exp: ...
4672 * gdb.base/align-c.exp: ... these.
4673 * gdb.base/infcall-nested-structs.exp: Split into ...
4674 * gdb.base/infcall-nested-structs.exp.in: ...
4675 * gdb.base/infcall-nested-structs-c++.exp: ...
4676 * gdb.base/infcall-nested-structs-c.exp: ... these.
4677 * gdb.base/info-types.exp: Split into ...
4678 * gdb.base/info-types.exp.in: ...
4679 * gdb.base/info-types-c++.exp: ...
4680 * gdb.base/info-types-c.exp: ... these.
4681 * gdb.base/max-depth.exp: Split into ...
4682 * gdb.base/max-depth.exp.in: ...
4683 * gdb.base/max-depth-c++.exp: ...
4684 * gdb.base/max-depth-c.exp: ... these.
4685 * gdb.cp/infcall-nodebug.exp: Split into ...
4686 * gdb.cp/infcall-nodebug.exp.in: ...
4687 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
4688 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
4689 * gdb.cp/infcall-nodebug-c-d0.exp: ...
4690 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
4691
4692 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4693 Pedro Alves <palves@redhat.com>
4694
4695 * gdb.multi/multi-exit.c: New file.
4696 * gdb.multi/multi-exit.exp: New file.
4697 * gdb.multi/multi-kill.c: New file.
4698 * gdb.multi/multi-kill.exp: New file.
4699
4700 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4701
4702 * gdb.base/annota1.exp: Update the expected output.
4703 * gdb.cp/annota2.exp: Ditto.
4704
4705 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
4706
4707 * lib/check-test-names.exp: Disable when testing is being run in
4708 parallel.
4709
4710 2020-05-12 Tom de Vries <tdevries@suse.de>
4711
4712 * gdb.base/jit-elf.exp: Fix string concat.
4713
4714 2020-05-12 Tom de Vries <tdevries@suse.de>
4715
4716 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
4717 messages.
4718
4719 2020-05-12 Tom de Vries <tdevries@suse.de>
4720
4721 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
4722
4723 2020-05-12 Tom de Vries <tdevries@suse.de>
4724
4725 * gdb.ada/catch_ex.exp: Use with_test_prefix.
4726 * gdb.ada/mi_catch_ex.exp: Same.
4727 * gdb.ada/mi_catch_ex_hand.exp: Same.
4728
4729 2020-05-12 Tom de Vries <tdevries@suse.de>
4730
4731 * gdb.fortran/complex.exp: Use with_test_prefix.
4732
4733 2020-05-12 Tom de Vries <tdevries@suse.de>
4734
4735 * gdb.trace/passcount.exp: Fix test-names.
4736
4737 2020-05-12 Tom de Vries <tdevries@suse.de>
4738
4739 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
4740
4741 2020-05-12 Tom de Vries <tdevries@suse.de>
4742
4743 * gdb.gdb/complaints.exp: Use with_test_prefix.
4744 * gdb.xml/tdesc-regs.exp: Same.
4745 * gdb.opt/inline-locals.exp: Fix test name.
4746
4747 2020-05-12 Tom de Vries <tdevries@suse.de>
4748
4749 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
4750 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
4751 * gdb.dwarf2/implref-struct.exp: Same.
4752 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
4753 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
4754
4755 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
4756
4757 * gdb.base/jit-so.exp (one_jit_test): Change test name.
4758
4759 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
4760
4761 * lib/check-test-names.exp (all_test_names): New module variable.
4762 (counts): Add 'duplicates' field.
4763 (_check_duplicates): New procedure.
4764 (check): Also check for duplicates.
4765 (do_log_summary): Print duplicates count.
4766 (do_reset_vars): Reset counter for duplicate test names, and
4767 discard all know test names.
4768
4769 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
4770
4771 * lib/gdb.exp: Include check-test-names.exp library.
4772 * lib/check-test-names.exp: New file.
4773
4774 2020-05-11 Tom de Vries <tdevries@suse.de>
4775
4776 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
4777
4778 2020-05-11 Keith Seitz <keiths@redhat.com>
4779
4780 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
4781
4782 2020-05-11 Tom de Vries <tdevries@suse.de>
4783
4784 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
4785 * gdb.cp/cpexprs.exp.in: .. here.
4786 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
4787 cpexprs.exp.
4788
4789 2020-05-11 Keith Seitz <keiths@redhat.com>
4790
4791 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
4792 test names.
4793 * gdb.ada/arrayptr.exp: Likewise.
4794 * gdb.ada/assign_arr.exp: Likewise.
4795 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
4796 * gdb.ada/bp_on_var.exp: Likewise.
4797 * gdb.ada/call_pn.exp: Likewise.
4798 * gdb.ada/complete.exp: Likewise.
4799 * gdb.ada/fun_overload_menu.exp: Likewise.
4800 * gdb.ada/funcall_param.exp: Likewise.
4801 * gdb.ada/funcall_ref.exp: Likewise.
4802 * gdb.ada/packed_array_assign.exp: Likewise.
4803 * gdb.ada/same_component_name.exp: Likewise.
4804 * gdb.ada/type_coercion.exp: Likewise.
4805 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
4806 * gdb.ada/variant_record_packed_array.exp: Likewise.
4807
4808 2020-05-11 Tom de Vries <tdevries@suse.de>
4809
4810 PR symtab/25941
4811 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
4812 out of ...
4813 * gdb.dwarf2/clang-debug-names.exp: ... here.
4814 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
4815 clang-debug-names.exp.in.
4816 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
4817 * gdb.dwarf2/clang-debug-names-2.c: New test.
4818
4819 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
4820
4821 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
4822 (fortran_runto_main): New Proc, fortran version of runto_main.
4823 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
4824 * gdb.fortran/array-bounds.exp: Likewise.
4825 * gdb.fortran/array-slices.exp: Likewise.
4826 * gdb.fortran/block-data.exp: Likewise.
4827 * gdb.fortran/charset.exp: Likewise.
4828 * gdb.fortran/common-block.exp: Likewise.
4829 * gdb.fortran/complex.exp: Likewise.
4830 * gdb.fortran/derived-type-function.exp: Likewise.
4831 * gdb.fortran/derived-type.exp: Likewise.
4832 * gdb.fortran/info-modules.exp: Likewise.
4833 * gdb.fortran/info-types.exp: Likewise.
4834 * gdb.fortran/intrinsics.exp: Likewise.
4835 * gdb.fortran/library-module.exp: Likewise.
4836 * gdb.fortran/logical.exp: Likewise.
4837 * gdb.fortran/max-depth.exp: Likewise.
4838 * gdb.fortran/module.exp: Likewise.
4839 * gdb.fortran/multi-dim.exp: Likewise.
4840 * gdb.fortran/nested-funcs.exp: Likewise.
4841 * gdb.fortran/print-formatted.exp: Likewise.
4842 * gdb.fortran/print_type.exp: Likewise.
4843 * gdb.fortran/printing-types.exp: Likewise.
4844 * gdb.fortran/ptr-indentation.exp: Likewise.
4845 * gdb.fortran/ptype-on-functions.exp: Likewise.
4846 * gdb.fortran/subarray.exp: Likewise.
4847 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
4848 * gdb.fortran/vla-datatypes.exp: Likewise.
4849 * gdb.fortran/vla-history.exp: Likewise.
4850 * gdb.fortran/vla-ptr-info.exp: Likewise.
4851 * gdb.fortran/vla-ptype-sub.exp: Likewise.
4852 * gdb.fortran/vla-ptype.exp: Likewise.
4853 * gdb.fortran/vla-sizeof.exp: Likewise.
4854 * gdb.fortran/vla-type.exp: Likewise.
4855 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
4856 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
4857 * gdb.fortran/vla-value-sub.exp: Likewise.
4858 * gdb.fortran/vla-value.exp: Likewise.
4859 * gdb.fortran/whatis_type.exp: Likewise.
4860 * gdb.mi/mi-var-child-f.exp: Likewise.
4861
4862 2020-05-09 Tom de Vries <tdevries@suse.de>
4863
4864 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
4865
4866 2020-05-08 Tom de Vries <tdevries@suse.de>
4867
4868 * gdb.dwarf2/clang-debug-names.c: New test.
4869 * gdb.dwarf2/clang-debug-names.exp: New file.
4870
4871 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
4872
4873 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
4874 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
4875
4876 2020-05-06 Tom de Vries <tdevries@suse.de>
4877
4878 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
4879 breakpoint is at a "recommended breakpoint location".
4880 * gdb.reverse/consecutive-reverse.exp: Same.
4881
4882 2020-05-06 Tom de Vries <tdevries@suse.de>
4883
4884 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
4885 address.
4886
4887 2020-05-06 Tom de Vries <tdevries@suse.de>
4888
4889 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
4890
4891 2020-05-06 Tom de Vries <tdevries@suse.de>
4892
4893 * gdb.base/store.exp (check_set, up_set): Allowing missing location
4894 info for r.
4895
4896 2020-05-06 Tom de Vries <tdevries@suse.de>
4897
4898 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
4899 necessary.
4900
4901 2020-05-06 Tom de Vries <tdevries@suse.de>
4902
4903 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
4904 void.
4905
4906 2020-05-06 Tom de Vries <tdevries@suse.de>
4907
4908 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
4909 of ...
4910 * gdb.base/async.exp: ... here.
4911 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
4912 "recommended breakpoint location".
4913
4914 2020-05-06 Tom de Vries <tdevries@suse.de>
4915
4916 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
4917
4918 2020-05-04 Tom de Vries <tdevries@suse.de>
4919
4920 * gdb.base/async.exp: Check whether instruction addresses are a
4921 "recommended breakpoint location".
4922
4923 2020-05-03 Tom Tromey <tom@tromey.com>
4924
4925 * gdb.base/sepdebug.exp: Remove "catch" test.
4926 * gdb.base/break.exp: Remove "catch" test.
4927 * gdb.base/default.exp: Update expected output.
4928
4929 2020-05-02 Tom de Vries <tdevries@suse.de>
4930
4931 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
4932 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
4933 * gdb.arch/i386-mpx-map.exp: Same.
4934 * gdb.arch/i386-mpx-sigsegv.exp: Same.
4935 * gdb.arch/i386-mpx-simple_segv.exp: Same.
4936 * gdb.arch/i386-mpx.exp: Same.
4937
4938 2020-05-02 Tom de Vries <tdevries@suse.de>
4939
4940 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
4941
4942 2020-05-01 Tom de Vries <tdevries@suse.de>
4943
4944 * gdb.ada/operator_bp.exp: Allow more than required amount of
4945 breakpoint.
4946
4947 2020-05-01 Tom de Vries <tdevries@suse.de>
4948
4949 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
4950
4951 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
4952
4953 PR gdb/18706
4954 * gdb.cp/stub-array-size.cc: New test.
4955 * gdb.cp/stub-array-size.exp: New file.
4956 * gdb.cp/stub-array-size.h: New test.
4957 * gdb.cp/stub-array-size2.cc: New test.
4958
4959 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
4960
4961 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
4962 output to the new format.
4963
4964 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
4965
4966 * gdb.base/break.exp: Use with_test_prefix.
4967
4968 2020-04-29 Tom de Vries <tdevries@suse.de>
4969
4970 * lib/gdb.exp (debug_types): New proc.
4971 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
4972 * gdb.python/py-symtab.exp: Same.
4973
4974 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
4975
4976 PR gdb/17320
4977 * gdb.base/pretty-array.c: New test.
4978 * gdb.base/pretty-array.exp: New file.
4979
4980 2020-04-29 Tom de Vries <tdevries@suse.de>
4981
4982 PR symtab/25889
4983 * gdb.cp/cpexprs.exp: Adapt for inclusion.
4984 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
4985 and include cpexprs.exp.
4986
4987 2020-04-28 Mark Williams <mark@myosotissp.com>
4988
4989 PR gdb/24480
4990 * dw4-toplevel-types.exp: Test for top level types.
4991 * dw4-toplevel-types.cc: Test for top level types.
4992
4993 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4994
4995 * gdb.threads/stop-with-handle.exp: Fix typo in comment
4996 (theads -> threads).
4997
4998 2020-04-28 Tom de Vries <tdevries@suse.de>
4999
5000 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
5001
5002 2020-04-28 Tom de Vries <tdevries@suse.de>
5003
5004 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
5005
5006 2020-04-28 Tom de Vries <tdevries@suse.de>
5007
5008 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
5009
5010 2020-04-28 Tom de Vries <tdevries@suse.de>
5011
5012 * gdb.dwarf2/main-foo.c: New test.
5013 * gdb.dwarf2/struct-with-sig.exp: New file.
5014
5015 2020-04-25 Tom de Vries <tdevries@suse.de>
5016
5017 * boards/debug-types.exp: New file.
5018
5019 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
5020
5021 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
5022
5023 2020-04-24 Tom Tromey <tom@tromey.com>
5024
5025 PR symtab/12707:
5026 * gdb.python/py-symbol.exp: Update expected results for
5027 linkage_name test.
5028 * gdb.cp/print-demangle.exp: New file.
5029 * gdb.base/c-linkage-name.exp: Fix test.
5030 * gdb.guile/scm-symbol.exp: Update expected results for
5031 linkage_name test.
5032
5033 2020-04-24 Tom Tromey <tom@tromey.com>
5034
5035 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
5036 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
5037 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
5038 assembler.
5039
5040 2020-04-24 Tom de Vries <tdevries@suse.de>
5041
5042 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
5043 C++.
5044
5045 2020-04-24 Tom Tromey <tromey@adacore.com>
5046
5047 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
5048 values.
5049 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
5050 values. Update test for minimal encodings.
5051 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
5052 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
5053 values. Update test for minimal encodings.
5054
5055 2020-04-24 Tom Tromey <tromey@adacore.com>
5056
5057 PR python/23662:
5058 * gdb.ada/variant.exp: Add Python checks.
5059 * gdb.rust/simple.exp: Add dynamic type checks.
5060
5061 2020-04-24 Tom Tromey <tromey@adacore.com>
5062
5063 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
5064 Make array type matching more lax.
5065 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
5066 * gdb.ada/mi_variant.exp: New file.
5067 * gdb.ada/mi_variant/pck.ads: New file.
5068 * gdb.ada/mi_variant/pkg.adb: New file.
5069 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
5070 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
5071
5072 2020-04-24 Tom Tromey <tromey@adacore.com>
5073
5074 * gdb.ada/variant.exp: Add dynamic field offset tests.
5075 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
5076 * gdb.ada/variant/pkg.adb: Add new variables.
5077
5078 2020-04-24 Tom Tromey <tromey@adacore.com>
5079
5080 * gdb.ada/variant.exp: New file
5081 * gdb.ada/variant/pkg.adb: New file
5082 * gdb.ada/variant/pck.adb: New file
5083
5084 2020-04-24 Tom de Vries <tdevries@suse.de>
5085
5086 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
5087
5088 2020-04-24 Tom de Vries <tdevries@suse.de>
5089
5090 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
5091 flags.
5092
5093 2020-04-24 Tom de Vries <tdevries@suse.de>
5094
5095 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
5096
5097 2020-04-24 Tom de Vries <tdevries@suse.de>
5098
5099 * lib/gdb.exp (default_gdb_start): Handle eof.
5100 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
5101 failure.
5102 * gdb.base/readnever.exp: Handle clean_restart failure.
5103
5104 2020-04-23 Tom de Vries <tdevries@suse.de>
5105
5106 * gdb.base/decl-before-def.exp: Run to main and print a again.
5107
5108 2020-04-23 Tom de Vries <tdevries@suse.de>
5109
5110 * gdb.base/decl-before-def-decl.c: New test.
5111 * gdb.base/decl-before-def-def.c: New test.
5112 * gdb.base/decl-before-def.exp: New file.
5113
5114 2020-04-23 Tom de Vries <tdevries@suse.de>
5115
5116 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
5117
5118 2020-04-22 Tom de Vries <tdevries@suse.de>
5119
5120 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
5121 debug_info_offset.
5122 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
5123 before $objsfile in the line line.
5124
5125 2020-04-22 Tom de Vries <tdevries@suse.de>
5126
5127 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
5128
5129 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5130
5131 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
5132 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
5133 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
5134 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
5135 * gdb.base/jit-protocol.h: Update definitions to match all usage
5136 contexts.
5137
5138 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5139
5140 * gdb.base: Rename all jit related test and source files.
5141
5142 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5143
5144 * gdb.base/jit-reader.exp: Relax register output check.
5145
5146 2020-04-22 Tom de Vries <tdevries@suse.de>
5147
5148 PR symtab/25764
5149 * gdb.base/psym-external-decl-2.c: New test.
5150 * gdb.base/psym-external-decl.c: New test.
5151 * gdb.base/psym-external-decl.exp: New file.
5152 * gdb.threads/tls.exp: Add PR25807 kfail.
5153
5154 2020-04-22 Tom de Vries <tdevries@suse.de>
5155
5156 PR symtab/25801
5157 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
5158 in "info source" output.
5159
5160 2020-04-22 Tom de Vries <tdevries@suse.de>
5161
5162 PR symtab/25700
5163 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
5164 symtab for imported_unit.c.
5165
5166 2020-04-21 Gary Benson <gbenson@redhat.com>
5167
5168 * gdb.base/advance.c (func): New argument, to match call site.
5169 (func2, func3): Add return statements.
5170
5171 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5172
5173 * gdb.multi/run-only-second-inf.c: New file.
5174 * gdb.multi/run-only-second-inf.exp: New file.
5175
5176 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5177
5178 * gdb.btrace/multi-inferior.c: New test.
5179 * gdb.btrace/multi-inferior.exp: New file.
5180
5181 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5182
5183 * gdb.btrace/enable-new-thread.c: New test.
5184 * gdb.btrace/enable-new-thread.exp: New file.
5185
5186 2020-04-21 Tom de Vries <tdevries@suse.de>
5187
5188 PR gdb/25471
5189 * gdb.threads/killed-outside.c: New test.
5190 * gdb.threads/killed-outside.exp: New file.
5191
5192 2020-04-20 Gary Benson <gbenson@redhat.com>
5193
5194 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
5195 * gdb.base/nested-subp2.exp: Likewise.
5196 * gdb.base/nested-subp3.exp: Likewise.
5197
5198 2020-04-20 Gary Benson <gbenson@redhat.com>
5199
5200 * gdb.base/nested-subp1.exp: Disable test when using clang.
5201 * gdb.base/nested-subp2.exp: Likewise.
5202 * gdb.base/nested-subp3.exp: Likewise.
5203
5204 2020-04-20 Gary Benson <gbenson@redhat.com>
5205
5206 * gdb.cp/exception.cc: Fix compilation error with clang.
5207
5208 2020-04-20 Gary Benson <gbenson@redhat.com>
5209
5210 * gdb.trace/tspeed.c: Fix compilation error with clang.
5211
5212 2020-04-20 Gary Benson <gbenson@redhat.com>
5213
5214 * gdb.base/jit-main.c: Fix compilation error with clang.
5215
5216 2020-04-17 Kamil Rytarowski <n54@gmx.com>
5217
5218 * gdb.base/attach-twice.c: Include "sys/types.h".
5219 (PTRACE_ATTACH): Add fallback definition.
5220 (main): Pass `0' to the 4th argument of `ptrace'.
5221
5222 2020-04-17 Kamil Rytarowski <n54@gmx.com>
5223
5224 * gdb.base/fork-running-state.c: Include "signal.h".
5225
5226 2020-04-17 Tom Tromey <tromey@adacore.com>
5227
5228 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
5229 Update tests.
5230 * gdb.btrace/cpu.exp: Update tests.
5231 * gdb.base/maint.exp: Update tests.
5232 * gdb.base/default.exp: Update tests.
5233 * gdb.base/completion.exp: Update tests.
5234
5235 2020-04-16 Tom de Vries <tdevries@suse.de>
5236
5237 PR symtab/25791
5238 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
5239 (ensure_gdb_index): and factor out and move ...
5240 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
5241 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
5242
5243 2020-04-16 Tom de Vries <tdevries@suse.de>
5244
5245 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
5246 loading exec.
5247
5248 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
5249
5250 * gdb.base/many-completions.exp: New file.
5251
5252 2020-04-14 Tom de Vries <tdevries@suse.de>
5253
5254 PR symtab/25718
5255 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
5256
5257 2020-04-14 Tom de Vries <tdevries@suse.de>
5258
5259 PR symtab/25720
5260 * gdb.base/maint-expand-symbols-header-file.c: New test.
5261 * gdb.base/maint-expand-symbols-header-file.exp: New file.
5262 * gdb.base/maint-expand-symbols-header-file.h: New test.
5263
5264 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
5265
5266 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
5267 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
5268 get_func_info.
5269 (get_func_info): Delete.
5270 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
5271 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
5272 * lib/dwarf.exp (get_func_info): New function.
5273
5274 2020-04-13 Tom de Vries <tdevries@suse.de>
5275
5276 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
5277 to what find_gnatmake does.
5278
5279 2020-04-10 Tom de Vries <tdevries@suse.de>
5280
5281 * gdb.base/style.exp: Expect "Expanding full symbols" message for
5282 -readnow.
5283
5284 2020-04-10 Tom de Vries <tdevries@suse.de>
5285
5286 PR cli/25808
5287 * gdb.base/style.c: Add leading newlines.
5288 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
5289 Check listing of main's one-line body.
5290
5291 2020-04-08 Tom de Vries <tdevries@suse.de>
5292
5293 * lib/gdb.exp (psymtabs_p): New proc.
5294 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
5295 importing unit" unsupported if there are no partial symbols.
5296
5297 2020-04-08 Tom de Vries <tdevries@suse.de>
5298
5299 PR testsuite/25760
5300 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
5301
5302 2020-04-07 Tom de Vries <tdevries@suse.de>
5303
5304 PR symtab/25796
5305 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
5306
5307 2020-04-07 Tom de Vries <tdevries@suse.de>
5308
5309 * gdb.base/check-psymtab.c: New test.
5310 * gdb.base/check-psymtab.exp: New file.
5311
5312 2020-04-06 Tom Tromey <tromey@adacore.com>
5313
5314 * gdb.ada/variant-record/proc.adb: New file.
5315 * gdb.ada/variant-record/value.adb: New file.
5316 * gdb.ada/variant-record/value.s: New file.
5317 * gdb.ada/variant-record.exp: New file.
5318
5319 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
5320
5321 PR gdb/25325
5322 * gdb.cp/typed-enum.cc: New test.
5323 * gdb.cp/typed-enum.exp: New file.
5324
5325 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5326
5327 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
5328 * gdb.dwarf2/dw2-inline-small-func.c: New file.
5329 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
5330 * gdb.dwarf2/dw2-inline-small-func.h: New file.
5331 * gdb.opt/inline-small-func.c: New file.
5332 * gdb.opt/inline-small-func.exp: New file.
5333 * gdb.opt/inline-small-func.h: New file.
5334
5335 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5336
5337 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
5338 function.
5339
5340 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5341
5342 * lib/dwarf.exp (function_range): Allow compiler options to be
5343 specified.
5344
5345 2020-04-02 Tom de Vries <tdevries@suse.de>
5346
5347 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
5348 __attribute__((always_inline)).
5349 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
5350
5351 2020-04-02 Tom de Vries <tdevries@suse.de>
5352
5353 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
5354 (gdbserver_gdb_exit): ... here. Add timeout warning.
5355 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
5356 (connect_target_extended_remote): Append new server_spawn_id to
5357 server_spawn_ids.
5358 (cleanup): New proc.
5359 (setup, <toplevel>): Call cleanup.
5360
5361 2020-04-02 Tom de Vries <tdevries@suse.de>
5362
5363 * gdb.base/main-psymtab.exp: New file.
5364
5365 2020-04-02 Tom de Vries <tdevries@suse.de>
5366
5367 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
5368
5369 2020-04-01 Tom Tromey <tom@tromey.com>
5370
5371 * gdb.base/complex-parts.exp: Add type tests.
5372
5373 2020-04-01 Tom Tromey <tom@tromey.com>
5374
5375 * gdb.base/complex-parts.exp: Add arithmetic tests.
5376
5377 2020-04-01 Tom Tromey <tom@tromey.com>
5378
5379 * gdb.compile/compile.exp: Update.
5380 * gdb.compile/compile-cplus.exp: Update.
5381 * gdb.base/varargs.exp: Update.
5382 * gdb.base/floatn.exp: Update.
5383 * gdb.base/endianity.exp: Update.
5384 * gdb.base/callfuncs.exp (do_function_calls): Update.
5385 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
5386 (complex_float_integral_args): Update.
5387 * gdb.base/complex.exp: Update.
5388 * gdb.base/complex-parts.exp: Update.
5389
5390 2020-04-01 Tom Tromey <tromey@adacore.com>
5391
5392 * gdb.rust/union.rs: New file.
5393 * gdb.rust/union.exp: New file.
5394 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
5395 (main): Update.
5396 * gdb.rust/simple.exp: Move union tests to union.exp.
5397
5398 2020-04-01 Tom Tromey <tromey@adacore.com>
5399
5400 * gdb.rust/simple.rs (main): Remove "y0".
5401
5402 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5403
5404 * gdb.multi/stop-all-on-exit.c: New test.
5405 * gdb.multi/stop-all-on-exit.exp: New file.
5406
5407 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
5408
5409 PR gdb/24789
5410 * gdb.cp/misc.cc: Add integer reference variable.
5411 * gdb.cp/misc.exp: Add test.
5412
5413 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5414
5415 * gdb.server/stop-reply-no-thread.exp: Enhance the test
5416 scenario to cover execution until the end and also the case
5417
5418 2020-03-31 Tom de Vries <tdevries@suse.de>
5419
5420 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
5421 c. Use "maint info symtabs" to check symtab expansion.
5422
5423 2020-03-30 Tom de Vries <tdevries@suse.de>
5424
5425 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
5426 unsupported.
5427 (verify_psymtab_expanded): Move ...
5428 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
5429 test.
5430 (readnow): New proc.
5431
5432 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5433
5434 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
5435 with $hex.
5436
5437 2020-03-20 Tom Tromey <tromey@adacore.com>
5438
5439 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
5440
5441 2020-03-20 Tom Tromey <tromey@adacore.com>
5442
5443 * gdb.ada/sub_variant/subv.adb: New file.
5444 * gdb.ada/sub_variant.exp: New file.
5445
5446 2020-03-20 Tom de Vries <tdevries@suse.de>
5447
5448 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
5449 first break fails.
5450 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
5451
5452 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5453
5454 * gdb.server/exit-multiple-threads.c: New file.
5455 * gdb.server/exit-multiple-threads.exp: New file.
5456
5457 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5458
5459 * gdb.fortran/mixed-lang-stack.c: New file.
5460 * gdb.fortran/mixed-lang-stack.cpp: New file.
5461 * gdb.fortran/mixed-lang-stack.exp: New file.
5462 * gdb.fortran/mixed-lang-stack.f90: New file.
5463
5464 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5465
5466 * gdb.linespec/cp-completion-aliases.cc: New file.
5467 * gdb.linespec/cp-completion-aliases.exp: New file.
5468
5469 2020-03-19 Tom de Vries <tdevries@suse.de>
5470
5471 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
5472 more precise.
5473
5474 2020-03-18 Tom de Vries <tdevries@suse.de>
5475
5476 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
5477 * gdb.dwarf2/break-inline-psymtab.c: New test.
5478 * gdb.dwarf2/break-inline-psymtab.exp: New file.
5479
5480 2020-03-16 Tom de Vries <tdevries@suse.de>
5481
5482 * lib/cache.exp (gdb_do_cache): Add and handle local variables
5483 cache_verify and cache_verify_proc.
5484
5485 2020-03-15 Tom de Vries <tdevries@suse.de>
5486
5487 * gdb.server/solib-list.exp: Handle
5488 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
5489
5490 2020-03-15 Tom de Vries <tdevries@suse.de>
5491
5492 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
5493 objfiles".
5494
5495 2020-03-14 Tom Tromey <tom@tromey.com>
5496
5497 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
5498
5499 2020-03-14 Tom de Vries <tdevries@suse.de>
5500
5501 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
5502
5503 2020-03-14 Tom de Vries <tdevries@suse.de>
5504
5505 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
5506 result in line-by-line fashion.
5507
5508 2020-03-14 Tom de Vries <tdevries@suse.de>
5509
5510 * lib/gdb.exp (supports_statement_frontiers): New proc.
5511 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
5512
5513 2020-03-14 Tom de Vries <tdevries@suse.de>
5514
5515 * gdb.base/printcmds.exp: Add missing quoting for "print
5516 teststring2".
5517
5518 2020-03-13 Tom Tromey <tom@tromey.com>
5519
5520 * gdb.base/printcmds.exp (test_print_strings): Add regression
5521 test.
5522 * gdb.base/printcmds.c (charptr): New typedef.
5523 (teststring2): New global.
5524
5525 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
5526
5527 * gdb.base/break-interp.exp: Use the tail of the filename, not the
5528 full path in the test name.
5529 (test_ld): Add some with_test_prefix blocks to make test names
5530 unique.
5531
5532 2020-03-13 Tom de Vries <tdevries@suse.de>
5533
5534 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
5535
5536 2020-03-13 Tom de Vries <tdevries@suse.de>
5537
5538 * gdb.mi/mi-sym-info.exp: Make matching more precise.
5539
5540 2020-03-13 Tom de Vries <tdevries@suse.de>
5541
5542 PR symtab/25646
5543 * gdb.dwarf2/imported-unit.exp: Add test.
5544
5545 2020-03-13 Tom de Vries <tdevries@suse.de>
5546
5547 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
5548 (var1, var2): New variable.
5549 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
5550 matching symbols.
5551
5552 2020-03-13 Tom de Vries <tdevries@suse.de>
5553
5554 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
5555 (Term::command): Use prompt prefix.
5556 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
5557 * gdb.tui/tui-layout-asm-short-prog.exp: Use
5558 command_no_prompt_prefix instead of prefix.
5559 * gdb.tui/tui-layout-asm.exp: Same.
5560
5561 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
5562
5563 * gdb.base/break-interp.exp: Use foreach_with_prefix.
5564
5565 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
5566
5567 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
5568 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
5569 on" while stepping over the test instruction, match printed
5570 message.
5571
5572 2020-03-12 Tom de Vries <tdevries@suse.de>
5573
5574 * gdb.base/info-types.exp: Use exp_continue during matching of output
5575 of "info types".
5576
5577 2020-03-12 Tom de Vries <tdevries@suse.de>
5578
5579 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
5580
5581 2020-03-12 Tom de Vries <tdevries@suse.de>
5582
5583 * gdb.fortran/module.exp: Use exp_continue during matching of output
5584 of "info variable -n".
5585
5586 2020-03-12 Tom de Vries <tdevries@suse.de>
5587
5588 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
5589 gdb.dwarf2/dw2-ranges-base.c.
5590
5591 2020-03-12 Tom de Vries <tdevries@suse.de>
5592
5593 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
5594 in presence of GLIBC debuginfo.
5595
5596 2020-03-12 Tom de Vries <tdevries@suse.de>
5597
5598 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
5599 $core.
5600
5601 2020-03-12 Tom de Vries <tdevries@suse.de>
5602
5603 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
5604 more precise.
5605
5606 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
5607
5608 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
5609 from Unix to Windows path.
5610
5611 2020-03-11 Tom de Vries <tdevries@suse.de>
5612
5613 * gdb.ada/minsyms.exp: Set language to ada.
5614
5615 2020-03-11 Tom de Vries <tdevries@suse.de>
5616
5617 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
5618
5619 2020-03-11 Tom de Vries <tdevries@suse.de>
5620
5621 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
5622
5623 2020-03-11 Tom Tromey <tromey@adacore.com>
5624
5625 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
5626
5627 2020-03-11 Tom de Vries <tdevries@suse.de>
5628
5629 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
5630
5631 2020-03-11 Tom de Vries <tdevries@suse.de>
5632
5633 * gdb.base/break-interp.exp: Limit verbose scope.
5634
5635 2020-03-11 Tom de Vries <tdevries@suse.de>
5636
5637 * gdb.fortran/logical.f90: Define variable with character type.
5638 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
5639
5640 2020-03-11 Tom de Vries <tdevries@suse.de>
5641
5642 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
5643
5644 2020-03-11 Tom de Vries <tdevries@suse.de>
5645
5646 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
5647 symtabs.
5648
5649 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
5650 Bernd Edlinger <bernd.edlinger@hotmail.de>
5651
5652 * gdb.cp/step-and-next-inline.cc: New file.
5653 * gdb.cp/step-and-next-inline.exp: New file.
5654 * gdb.cp/step-and-next-inline.h: New file.
5655 * gdb.dwarf2/dw2-is-stmt.c: New file.
5656 * gdb.dwarf2/dw2-is-stmt.exp: New file.
5657 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
5658 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
5659 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
5660
5661 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
5662
5663 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
5664 is-stmt flag in the line table.
5665
5666 2020-03-09 Tom de Vries <tdevries@suse.de>
5667
5668 * lib/gdb.exp (cached_file): Create cache dir.
5669
5670 2020-03-07 Tom de Vries <tdevries@suse.de>
5671
5672 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
5673 * gdb.cp/rvalue-ref-params.exp: Same.
5674
5675 2020-03-06 Tom de Vries <tdevries@suse.de>
5676
5677 * lib/gdb.exp (tentative_rename, cached_file): New proc.
5678 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
5679
5680 2020-03-06 Tom de Vries <tdevries@suse.de>
5681
5682 * README: Fix "the the".
5683 * gdb.base/dprintf.exp: Same.
5684
5685 2020-03-05 Tom de Vries <tdevries@suse.de>
5686
5687 * gdb.base/maint.exp: Update "main print statistics" expected output.
5688
5689 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5690
5691 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
5692 (fortran_int8): Likewise.
5693 (fortran_real4): Likewise.
5694 (fortran_real8): Likewise.
5695 (fortran_complex4): Likewise.
5696 (fortran_logical4): Likewise.
5697 (fortran_character1): Likewise.
5698
5699 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
5700
5701 * gdb.fortran/logical.exp: Add tests that any non-zero value is
5702 printed as true.
5703
5704 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
5705
5706 * gdb.base/printcmds.exp: Add test to verify printf of a
5707 variable holding an address.
5708
5709 2020-03-03 Tom de Vries <tdevries@suse.de>
5710
5711 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
5712
5713 2020-03-03 Tom de Vries <tdevries@suse.de>
5714
5715 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
5716 gdb_test_multiple call.
5717
5718 2020-03-03 Tom de Vries <tdevries@suse.de>
5719
5720 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
5721 gdb_test_multiple calls.
5722
5723 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
5724
5725 * gdb.base/default.exp: Remove test of 'set history filename'.
5726 * gdb.base/gdbinit-history.exp: Add tests for setting the history
5727 filename to the empty string.
5728 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
5729 and GDBHISTSIZE.
5730
5731 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
5732
5733 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
5734 disabled.
5735
5736 2020-03-02 Pedro Alves <palves@redhat.com>
5737 Tom de Vries <tdevries@suse.de>
5738
5739 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
5740 -prompt prefix, before user_code argument. Add -lbl option likewise.
5741 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
5742 (gdb_is_target_1): Add -prompt prefix and move to before user_code
5743 argument.
5744 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
5745 have "\r\n" at start-of-line, instead of at end-of-line.
5746
5747 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
5748
5749 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
5750 libinproctrace.so.
5751
5752 2020-02-28 Luis Machado <luis.machado@linaro.org>
5753
5754 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
5755 to "p/x".
5756
5757 2020-02-28 Luis Machado <luis.machado@linaro.org>
5758
5759 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
5760 asm/ptrace.h and error.h.
5761
5762 2020-02-28 Tom de Vries <tdevries@suse.de>
5763
5764 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
5765 (struct wrapper, do_something, mundane/symada__cS): Move ...
5766 * gdb.base/c-linkage-name-2.c: ... here. New source file.
5767 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
5768 Update "print symada__cS before partial symtab expansion" regexp.
5769 Update breakpoint location. Flush symbol cache after expansion.
5770
5771 2020-02-28 Luis Machado <luis.machado@linaro.org>
5772
5773 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
5774
5775 2020-02-27 Tom de Vries <tdevries@suse.de>
5776
5777 * config/sid.exp: Remove unused globals.
5778 * gdb.base/attach.exp: Same.
5779 * gdb.base/catch-load.exp: Same.
5780 * gdb.base/dbx.exp: Same.
5781 * lib/gdb.exp: Same.
5782 * lib/mi-support.exp: Same.
5783 * lib/prompt.exp: Same.
5784
5785 2020-02-27 Tom de Vries <tdevries@suse.de>
5786
5787 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
5788 not set.
5789
5790 2020-02-26 Aaron Merey <amerey@redhat.com>
5791
5792 * gdb.debuginfod: New directory for debuginfod tests.
5793 * gdb.debuginfod/main.c: New test file.
5794 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
5795
5796 2020-02-26 Tom de Vries <tdevries@suse.de>
5797
5798 PR gdb/25603
5799 * gdb.base/persistent-lang.cc: New test.
5800 * gdb.base/persistent-lang.exp: New file.
5801
5802 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
5803
5804 * gdb.fortran/derived-type-striding.exp: Add a new test.
5805 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
5806 new test.
5807
5808 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
5809
5810 * gdb.base/cached-source-file.exp: Avoid source file paths in test
5811 names.
5812
5813 2020-02-25 Tom de Vries <tdevries@suse.de>
5814
5815 PR go/18926
5816 * gdb.go/methods.exp: Remove gcc/93866 xfail.
5817
5818 2020-02-24 Tom de Vries <tdevries@suse.de>
5819
5820 PR gdb/25592
5821 * gdb.base/info-locals-unused-static-var.c: New test.
5822 * gdb.base/info-locals-unused-static-var.exp: New file.
5823
5824 2020-02-22 Tom Tromey <tom@tromey.com>
5825
5826 * gdb.python/tui-window.exp: New file.
5827 * gdb.python/tui-window.py: New file.
5828
5829 2020-02-22 Tom Tromey <tom@tromey.com>
5830
5831 PR tui/17850:
5832 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
5833 tests.
5834
5835 2020-02-22 Tom Tromey <tom@tromey.com>
5836
5837 * gdb.tui/new-layout.exp: Add sub-layout tests.
5838
5839 2020-02-22 Tom Tromey <tom@tromey.com>
5840
5841 * gdb.tui/new-layout.exp: New file.
5842
5843 2020-02-22 Tom Tromey <tom@tromey.com>
5844
5845 * gdb.rust/rust-style.rs: New file.
5846 * gdb.rust/rust-style.exp: New file.
5847 * gdb.base/style.exp: Test structure printing.
5848 * gdb.base/style.c (struct some_struct): New type.
5849 (enum etype): New type.
5850 (struct_value): New global.
5851
5852 2020-02-21 Tom de Vries <tdevries@suse.de>
5853
5854 PR go/18926
5855 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
5856 Remove blanket xfails. Use message argument for gdb_breakpoint.
5857 Make continuing to breakpoint test conditional on setting breakpoint.
5858 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
5859 DW_AT_name attribute. Add xfail for GCC PR93866.
5860
5861 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
5862
5863 * gdb.dwarf2/cpp-linkage-name.c: New file.
5864 * gdb.dwarf2/cpp-linkage-name.exp: New file.
5865
5866 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
5867
5868 * lib/gdb.exp (gdb_wrapper_init): Reset
5869 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
5870 not exist.
5871
5872 2020-02-20 Tom de Vries <tdevries@suse.de>
5873
5874 PR go/17018
5875 * gdb.go/hello.exp: Copy ...
5876 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
5877 print of st to print value of global definition. Add xfail for GCC
5878 PR93844.
5879 * gdb.go/hello.exp: Remove printing of st before definition.
5880 * gdb.go/hello.go: Copy ...
5881 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
5882 to st.
5883 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
5884
5885 2020-02-20 Tom de Vries <tdevries@suse.de>
5886
5887 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
5888 (gdb_simple_compile): Handle compile_flags go by using .go extension
5889 for source file.
5890 * gdb.go/chan.exp: Use support_go_compile.
5891 * gdb.go/handcall.exp: Same.
5892 * gdb.go/hello.exp: Same.
5893 * gdb.go/integers.exp: Same.
5894 * gdb.go/max-depth.exp: Same.
5895 * gdb.go/methods.exp: Same.
5896 * gdb.go/package.exp: Same.
5897 * gdb.go/strings.exp: Same.
5898 * gdb.go/types.exp: Same.
5899 * gdb.go/unsafe.exp: Same.
5900
5901 2020-02-19 Tom de Vries <tdevries@suse.de>
5902
5903 * gdb.python/lib-types.exp: Make xfail more strict.
5904
5905 2020-02-19 Tom de Vries <tdevries@suse.de>
5906
5907 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
5908
5909 2020-02-19 Doug Evans <dje@google.com>
5910
5911 PR rust/25535
5912 * gdb.rust/simple.exp: Add test.
5913 * gdb.rust/simple.rs: Add test.
5914
5915 2020-02-19 Tom de Vries <tdevries@suse.de>
5916
5917 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
5918 output line-by-line.
5919
5920 2020-02-19 Tom de Vries <tdevries@suse.de>
5921
5922 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
5923
5924 2020-02-19 Tom de Vries <tdevries@suse.de>
5925
5926 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
5927 prelink.
5928
5929 2020-02-19 Tom de Vries <tdevries@suse.de>
5930
5931 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
5932 (gdb_do_cache): Use gdb_do_cache_wrap.
5933 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
5934
5935 2020-02-19 Tom de Vries <tdevries@suse.de>
5936
5937 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
5938 gdb_compile option.
5939
5940 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5941
5942 * gdb.base/printcmds.exp (test_print_enums): Update expected
5943 output.
5944
5945 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5946
5947 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
5948 for "unknown".
5949
5950 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5951
5952 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
5953 enumerator.
5954
5955 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5956
5957 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
5958 FE_, add FE_NONE.
5959 (three): Update.
5960 (enum flag_enum_without_zero): New enum.
5961 (flag_enum_without_zero): New variable.
5962 (enum not_flag_enum): New enum.
5963 (three_not_flag): New variable.
5964 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
5965 (test_print_enums): Add more tests for printing flag enums.
5966
5967 2020-02-18 Tom de Vries <tdevries@suse.de>
5968
5969 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
5970 (gdb_compile_ada): ... here.
5971 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
5972 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
5973
5974 2020-02-14 Tom Tromey <tom@tromey.com>
5975
5976 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
5977 build directory.
5978 * boards/gdbserver-base.exp: Update path to gdbserver.
5979
5980 2020-02-13 Tom de Vries <tdevries@suse.de>
5981
5982 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
5983
5984 2020-02-13 Tom de Vries <tdevries@suse.de>
5985
5986 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
5987 are missing.
5988
5989 2020-02-13 Tom de Vries <tdevries@suse.de>
5990
5991 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
5992 call.
5993
5994 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
5995
5996 PR tui/25126
5997 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
5998 * gdb.base/cached-source-file.c: New file.
5999 * gdb.base/cached-source-file.exp: New file.
6000
6001 2020-02-11 Tom de Vries <tdevries@suse.de>
6002
6003 PR testsuite/25488
6004 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
6005
6006 2020-02-10 Tom de Vries <tdevries@suse.de>
6007
6008 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
6009
6010 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
6011
6012 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
6013 and $after_addr are both integers before making a comparison.
6014
6015 2020-02-09 Tom de Vries <tdevries@suse.de>
6016
6017 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
6018 command output and paste it into gdb.log. If any, paste catch message
6019 to gdb.log.
6020
6021 2020-02-07 Tom Tromey <tromey@adacore.com>
6022
6023 PR breakpoints/24915:
6024 * gdb.base/annotate-symlink.exp: Use setup_xfail.
6025
6026 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
6027
6028 * gdb.tui/tui-missing-src.exp: Add the "missing source
6029 file" test for the TUI.
6030
6031 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
6032
6033 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
6034 including a port number in the output.
6035
6036 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
6037
6038 * lib/fortran.exp (fortran_int4): Handle clang.
6039 (fortran_int8): Likewise.
6040 (fortran_real4): Likewise.
6041 (fortran_real8): Likewise.
6042 (fortran_complex4): Likewise.
6043 (fortran_logical4): Likewise.
6044 (fortran_character1): Likewise.
6045
6046 2020-02-04 Tom de Vries <tdevries@suse.de>
6047
6048 * README (Race detection): Add note.
6049
6050 2020-02-04 Tom de Vries <tdevries@suse.de>
6051
6052 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
6053
6054 2020-02-04 Tom de Vries <tdevries@suse.de>
6055
6056 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
6057
6058 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
6059
6060 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
6061 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
6062 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
6063 blttar, bnetarl.
6064 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
6065 binary for blttar, bnetarl.
6066 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
6067 wait instruction. Delete ldmx test.
6068 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
6069
6070 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6071
6072 * gdb.fortran/array-bounds-high.exp: New file.
6073 * gdb.fortran/array-bounds-high.f90: New file.
6074
6075 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
6076
6077 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
6078 Replace #include of <sys/fcntl.h> by <fcntl.h>.
6079
6080 2020-02-01 Tom de Vries <tdevries@suse.de>
6081
6082 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
6083
6084 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
6085
6086 PR tui/9765
6087 * gdb.tui/tui-layout-asm-short-prog.S: New file.
6088 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
6089
6090 2020-01-29 Luis Machado <luis.machado@linaro.org>
6091
6092 * gdb.arch/aarch64-brk-patterns.c: New source file.
6093 * gdb.arch/aarch64-brk-patterns.exp: New test.
6094
6095 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6096
6097 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
6098 GCC/Clang version.
6099 * gdb.cp/pass-by-ref.exp: Ditto.
6100
6101 2020-01-29 Tom de Vries <tdevries@suse.de>
6102
6103 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
6104 * gdb.threads/watchpoint-fork-mt.c: Same.
6105 * gdb.threads/watchpoint-fork-parent.c: Same.
6106 * gdb.threads/watchpoint-fork-st.c: Same.
6107 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
6108
6109 2020-01-27 Luis Machado <luis.machado@linaro.org>
6110
6111 * gdb.base/step-over-syscall.exp (setup): Check if we're already
6112 sitting at a syscall instruction when we hit the syscall function's
6113 breakpoint.
6114 Check PC against one obtained with the x command.
6115 Validate syscall number.
6116 (step_over_syscall): Don't continue to the syscall instruction if
6117 we're already there.
6118
6119 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6120
6121 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
6122
6123 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6124
6125 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
6126 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
6127
6128 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6129
6130 * gdb.dwarf2/dw2-inline-stepping.c: New file.
6131 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
6132
6133 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6134
6135 * gdb.base/maint.exp: Update line table parsing test.
6136 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
6137
6138 2020-01-24 Pedro Alves <palves@redhat.com>
6139
6140 PR gdb/25410
6141 * gdb.multi/multi-re-run-1.c: New.
6142 * gdb.multi/multi-re-run-2.c: New.
6143 * gdb.multi/multi-re-run.exp: New.
6144
6145 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6146
6147 PR gdb/23718
6148 * gdb.server/server-kill-python.exp: New file.
6149
6150 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6151
6152 * gdb.server/multi-ui-errors.c: New file.
6153 * gdb.server/multi-ui-errors.exp: New file.
6154
6155 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6156
6157 PR tui/9765
6158 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
6159
6160 2020-01-19 Tom Tromey <tom@tromey.com>
6161
6162 * gdb.tui/main.exp: Add check for plain "file".
6163
6164 2020-01-16 Christian Biesinger <cbiesinger@google.com>
6165
6166 * lib/gdb.exp: Fix spelling error (seperatelly).
6167
6168 2020-01-14 Tom Tromey <tom@tromey.com>
6169
6170 PR symtab/12535:
6171 * gdb.python/python.exp: Test decode_line with empty string
6172 argument.
6173
6174 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
6175
6176 * gdb.base/skip-inline.exp: Extend test.
6177
6178 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6179
6180 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
6181 * gdb.dwarf2/dw2-bad-elf.c: New file.
6182 * gdb.dwarf2/dw2-bad-elf.exp: New file.
6183
6184 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6185
6186 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
6187 _line_saw_file.
6188
6189 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6190
6191 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
6192 border.
6193
6194 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6195
6196 * gdb.multi/multi-target.exp (setup): Factor out "info
6197 connections" and "info inferiors" tests to ...
6198 (test_info_inferiors): ... this new procedure.
6199 (top level): Run new "info-inferiors" tests.
6200
6201 2020-01-10 Pedro Alves <palves@redhat.com>
6202
6203 * gdb.server/bkpt-other-inferior.exp: New file.
6204
6205 2020-01-10 Pedro Alves <palves@redhat.com>
6206
6207 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
6208 of "add-inferior".
6209 * gdb.base/quit-live.exp: Likewise.
6210 * gdb.base/remote-exec-file.exp: Likewise.
6211 * gdb.guile/scm-progspace.exp: Likewise.
6212 * gdb.linespec/linespec.exp: Likewise.
6213 * gdb.mi/new-ui-mi-sync.exp: Likewise.
6214 * gdb.mi/user-selected-context-sync.exp: Likewise.
6215 * gdb.multi/multi-target.exp (setup): Add "info connection" and
6216 "info inferiors" tests.
6217 * gdb.multi/remove-inferiors.exp: Adjust expected output of
6218 "add-inferior".
6219 * gdb.multi/watchpoint-multi.exp: Likewise.
6220 * gdb.python/py-inferior.exp: Likewise.
6221 * gdb.server/extended-remote-restart.exp: Likewise.
6222 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
6223 "info inferiors".
6224 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
6225 * gdb.trace/report.exp: Likewise.
6226
6227 2020-01-10 Pedro Alves <palves@redhat.com>
6228
6229 * gdb.multi/multi-target.c: New file.
6230 * gdb.multi/multi-target.exp: New file.
6231 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
6232 mode requested, but remote does not support non-stop".
6233
6234 2020-01-10 Pedro Alves <palves@redhat.com>
6235
6236 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
6237 disconnect before reconnecting.
6238
6239 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6240 Pedro Alves <palves@redhat.com>
6241
6242 * gdb.server/connect-without-multi-process.exp: Also test
6243 continuing to end.
6244
6245 2020-01-10 Pedro Alves <palves@redhat.com>
6246
6247 * gdb.base/remote-exec-file.exp: New file.
6248
6249 2020-01-10 Pedro Alves <palves@redhat.com>
6250
6251 * gdb.base/fork-running-state.exp (do_test): Adjust expected
6252 output.
6253 * gdb.threads/async.c: New.
6254 * gdb.threads/async.exp: New.
6255 * gdb.multi/tids-gid-reset.c: New.
6256 * gdb.multi/tids-gid-reset.exp: New.
6257
6258 2020-01-10 George Barrett <bob@bob131.so>
6259
6260 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
6261 to help in finding the image relocation offset.
6262 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
6263 options in arguments.
6264 (stap_test_no_debuginfo): Likewise.
6265 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
6266 test variants.
6267 (stap_test): Add null semaphore relocation test.
6268
6269 2020-01-10 George Barrett <bob@bob131.so>
6270
6271 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
6272 * gdb.base/stap-probe.exp: Likewise.
6273 (stap_test): Pass argument as an additional flag.
6274 (stap_test_no_debuginfo): Likewise.
6275 (stap_test): Check `info probes stap' output for semaphore
6276 addresses if the test binary is supposed to have them.
6277
6278 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6279
6280 * gdb.tui/basic.exp: Add more scrolling tests.
6281
6282 2020-01-09 Tom Tromey <tom@tromey.com>
6283
6284 PR tui/18932:
6285 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
6286 meangingful value.
6287 (Term::command, Term::resize): Update.
6288 * gdb.tui/basic.exp: Add scrolling test.
6289
6290 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6291
6292 * gdb.tui/tui-layout-asm.exp: New file.
6293
6294 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6295
6296 * lib/tuiterm.exp (Term::check_box_contents): New proc.
6297
6298 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6299
6300 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
6301 (Term::enter_tui): Use Term::prepare_for_tui.
6302
6303 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6304
6305 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
6306 called.
6307
6308 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6309
6310 * gdb.base/skip.exp: Fix race condition in test.
6311
6312 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
6313
6314 * gdb.base/backtrace.c: New file.
6315 * gdb.base/backtrace.exp: New file.
6316
6317 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
6318
6319 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
6320
6321 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6322
6323 * gdb.base/style.exp: Test that warnings are styled.
6324
6325 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
6326
6327 * gdb.base/line65535.exp: New file.
6328 * gdb.base/line65535.c: New file.
6329
6330 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
6331
6332 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
6333 * lib/gnat_debug_info_test.adb: New file.
6334 * gdb.ada/ptype_tagged_param.exp: Use
6335 gnat_runtime_has_debug_info, expect a different output if
6336 runtime does not have debug info.
6337
6338 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6339
6340 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
6341 (another) quote in test name.
6342
6343 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
6344
6345 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
6346 Add quote in test name.
6347
6348 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6349
6350 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
6351 directory instead.
6352 * gdb.cp/pass-by-ref.exp: Extend with more cases.
6353 * gdb.cp/pass-by-ref-2.cc: New file.
6354 * gdb.cp/pass-by-ref-2.exp: New file.
6355
6356 2019-12-20 Tom Tromey <tom@tromey.com>
6357
6358 * gdb.tui/list-before.exp: New file.
6359
6360 2019-12-20 Tom Tromey <tom@tromey.com>
6361
6362 * gdb.tui/list.exp: Check for source on initial listing.
6363
6364 2019-12-11 Tom Tromey <tromey@adacore.com>
6365
6366 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
6367 Add crlf test.
6368
6369 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
6370
6371 * gdb.base/default.exp: Update value of $_gdb_major.
6372
6373 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6374
6375 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
6376
6377 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6378
6379 * gdb.base/skip.exp: Whitespace fix.
6380
6381 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
6382
6383 * gdb.base/skip-inline.c: New file.
6384 * gdb.base/skip-inline.exp: New file.
6385
6386 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
6387
6388 * gdb.base/jit-reader.exp (jit_reader_test): Rename
6389 jit_function_00 to jit_function_stack_mangle.
6390 * gdb.base/jithost.c (jit_function_t): Rename to...
6391 (jit_function_stack_mangle_t): ... this.
6392 (jit_function_add_t): New typedef.
6393 (jit_function_00_code): Rename to...
6394 (jit_function_stack_mangle_code): ... this, make static.
6395 (jit_function_add_code): New.
6396 (main): Generate "add" function and call it. Adjust to changes
6397 in jithost_abi.
6398 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
6399 (struct jithost_abi) <begin, end>: Remove fields.
6400 <object, function_stack_mangle, function_add>: New fields.
6401 * gdb.base/jitreader.c (struct reader_state) <code_begin,
6402 code_end>: Remove fields.
6403 <func_stack_mangle>: New field.
6404 (read_debug_info): Adjust to renaming, create block for "add"
6405 function.
6406 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
6407
6408 2019-12-11 Tom Tromey <tom@tromey.com>
6409
6410 * gdb.tui/resize.exp: Fix regexp.
6411 * gdb.tui/regs.exp: Fix regexps.
6412 * gdb.tui/main.exp: Fix regexp.
6413
6414 2019-12-11 Tom Tromey <tom@tromey.com>
6415
6416 * gdb.tui/resize.exp: Update.
6417 * gdb.tui/empty.exp (layouts): Update.
6418
6419 2019-12-11 Tom Tromey <tom@tromey.com>
6420
6421 * gdb.tui/regs.exp: Update.
6422 * gdb.tui/empty.exp (layouts): Update.
6423 * gdb.tui/basic.exp: Update.
6424 * lib/tuiterm.exp (_check_box): Don't check bottom border.
6425
6426 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6427
6428 * gdb.base/options.exp: Add -raw-values in the print completion list.
6429 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
6430
6431 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6432
6433 * gdb.threads/omp-par-scope.c: New file.
6434 * gdb/threads/omp-par-scope.exp: New file.
6435
6436 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6437
6438 * lib/gdb.exp (support_nested_function_tests): New proc.
6439
6440 2019-12-10 Kevin Buettner <kevinb@redhat.com>
6441
6442 * lib/gdb.exp (gdb_compile_openmp): New proc.
6443 (build_executable_from_specs): Add an "openmp" option.
6444 (gdb_compile_pthreads): Add non-executable case.
6445
6446 2019-12-10 Tom Tromey <tromey@adacore.com>
6447
6448 * gdb.ada/unchecked_union.exp: New file.
6449 * gdb.ada/unchecked_union/pck.adb: New file.
6450 * gdb.ada/unchecked_union/pck.ads: New file.
6451 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
6452 * gdb-utils.exp (string_to_regexp): Also quote "?".
6453
6454 2019-12-10 George Barrett <bob@bob131.so>
6455
6456 Test scripted probe breakpoints.
6457 * gdb.guile/scm-breakpoint.c (main): Add probe point.
6458 * gdb.python/py-breakpoint.c (main): Likewise.
6459 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
6460 specifier test.
6461 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
6462
6463 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6464
6465 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
6466 an rvalue parameter.
6467 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
6468 parameter.
6469
6470 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6471
6472 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
6473 modules.
6474
6475 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6476
6477 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
6478 broken version of GCC.
6479
6480 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6481
6482 * gdb.fortran/info-modules.exp: Rewrite to make use of new
6483 sym-info-cmds library.
6484 * gdb.fortran/info-types.exp: Likewise.
6485 * lib/sym-info-cmds.exp: New file.
6486
6487 2019-12-08 Tom de Vries <tdevries@suse.de>
6488
6489 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
6490
6491 2019-12-07 Keith Seitz <keiths@redhat.com>
6492
6493 * gdb.base/corefile-buildid-shlib-shr.c: New file.
6494 * gdb.base/corefile-buildid-shlib.c: New file.
6495 * gdb.base/corefile-buildid.c: New file.
6496 * gdb.base/corefile-buildid.exp: New file.
6497
6498 2019-12-06 Tom de Vries <tdevries@suse.de>
6499
6500 * gdb.dwarf2/varval.exp: Add decl before def test.
6501
6502 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6503
6504 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
6505
6506 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6507
6508 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
6509 CV and reference conversion for overload resolution.
6510 * gdb.cp/rvalue-ref-overload.exp: Test it.
6511
6512 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6513
6514 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
6515 * gdb.base/frameapply.exp: Test faas without command.
6516
6517 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6518
6519 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
6520 Fortran tests.
6521 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
6522 order.
6523
6524 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6525
6526 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
6527 casting to type with no kind specified.
6528 (test_basic_parsing_of_type_kinds): Additional tests for types
6529 with no kind specified, and add tests for single/double
6530 precision/complex types.
6531
6532 2019-12-04 Tom Tromey <tromey@adacore.com>
6533
6534 * gdb.base/endianity.c (struct other) <x>: New field.
6535 (main): Initialize it.
6536 * gdb.base/endianity.exp: Update.
6537
6538 2019-12-04 Tom Tromey <tromey@adacore.com>
6539
6540 * gdb.ada/scalar_storage/storage.adb: New file.
6541 * gdb.ada/scalar_storage/pck.adb: New file.
6542 * gdb.ada/scalar_storage/pck.ads: New file.
6543 * gdb.ada/scalar_storage.exp: New file.
6544
6545 2019-12-04 Tom Tromey <tromey@adacore.com>
6546
6547 * gdb.base/endianity.c (struct otherendian) <f>: New field.
6548 (main): Initialize it.
6549 * gdb.base/endianity.exp: Update.
6550
6551 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6552
6553 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
6554
6555 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6556
6557 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
6558 -symbol-info-module-functions and -symbol-info-module-variables.
6559
6560 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
6561
6562 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
6563
6564 2019-12-01 Richard Bunt <richard.bunt@arm.com>
6565 Andrew Burgess <andrew.burgess@embecosm.com>
6566
6567 * gdb.fortran/derived-type-striding.exp: New file.
6568 * gdb.fortran/derived-type-striding.f90: New file.
6569 * gdb.fortran/array-slices.exp: New file.
6570 * gdb.fortran/array-slices.f90: New file.
6571
6572 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6573
6574 * gdb.base/define.exp: Test . in command names.
6575 * gdb.base/setshow.exp: Update test, as . is now part of
6576 command name.
6577
6578 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6579
6580 * gdb.base/define-prefix.exp: New file.
6581
6582 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
6583
6584 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
6585 compile.
6586 (skip_btrace_pt_tests): Likewise.
6587
6588 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6589
6590 * gdb.fortran/info-modules.exp: Compile source files in correct
6591 order.
6592
6593 2019-11-27 Kevin Buettner <kevinb@redhat.com>
6594
6595 * gdb.dwarf2/imported-unit.exp: New file.
6596 * gdb.dwarf2/imported-unit.c: New file.
6597
6598 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6599
6600 * gdb.mi/mi-fortran-modules-2.f90: New file.
6601 * gdb.mi/mi-fortran-modules.exp: New file.
6602 * gdb.mi/mi-fortran-modules.f90: New file.
6603
6604 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6605
6606 * gdb.mi/mi-sym-info-1.c: New file.
6607 * gdb.mi/mi-sym-info-2.c: New file.
6608 * gdb.mi/mi-sym-info.exp: New file.
6609
6610 2019-11-22 Tom Tromey <tromey@adacore.com>
6611
6612 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
6613 * gdb.ada/tasks/foo.adb: Add another stopping location.
6614
6615 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
6616
6617 * gdb.base/endianity.c: New test.
6618 * gdb.base/endianity.exp: New file.
6619
6620 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
6621
6622 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
6623
6624 2019-11-21 Tom de Vries <tdevries@suse.de>
6625
6626 PR gdb/24956
6627 * gdb.base/ui-redirect.exp: Test output of user-defined command.
6628
6629 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
6630
6631 * gdb.python/py-progspace.exp: Add missing parentheses on some
6632 'print' commands.
6633
6634 2019-11-19 Tom Tromey <tom@tromey.com>
6635
6636 * gdb.tui/winheight.exp: New file.
6637
6638 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6639
6640 * gdb.base/ctf-whatis.c: Delete.
6641 * gdb.base/ctf-whatis.exp: Delete.
6642 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
6643
6644 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6645
6646 * gdb.base/ctf-cvexpr.exp: Delete.
6647 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
6648
6649 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6650
6651 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
6652 the compiler. Clean up header comment a little.
6653 * gdb.base/ctf-ptype.exp: Likewise.
6654 * gdb.base/ctf-whatis.exp: Likewise.
6655 * lib/gdb.exp (skip_ctf_tests): New proc.
6656
6657 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
6658
6659 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
6660 * gdb.tui/corefile-run.exp: New file.
6661
6662 2019-11-14 Tom Tromey <tromey@adacore.com>
6663
6664 * gdb.base/gdbvars.exp (test_convenience_variables): Add
6665 regression tests.
6666
6667 2019-11-12 Tom Tromey <tom@tromey.com>
6668
6669 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
6670 after any command. Expect prompt after WAIT_FOR is seen.
6671 (enter_tui): Enable resize messages.
6672 (command): Expect command in output.
6673 (get_line): Avoid error when cursor appears to be off-screen.
6674 (dump_screen): Include screen size in title.
6675 (_do_resize): New proc, from "resize".
6676 (resize): Rewrite. Do resize in two steps.
6677 * gdb.tui/empty.exp (layouts): Fix entries.
6678 (check_boxes): Remove xfail.
6679 (check_text): Dump screen on failure.
6680
6681 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
6682
6683 * gdb.python/py-symbol.exp: Add test for
6684 gdb.lookup_static_symbols.
6685
6686 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
6687
6688 * gdb.python/py-symbol.c: Declare and call function from new
6689 py-symbol-2.c file.
6690 * gdb.python/py-symbol.exp: Compile both source files, and add new
6691 tests for gdb.lookup_static_symbol.
6692 * gdb.python/py-symbol-2.c: New file.
6693
6694 2019-11-02 Tom de Vries <tdevries@suse.de>
6695
6696 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
6697 * gdb.base/anon.exp: Same.
6698 * gdb.base/auto-connect-native-target.exp: Same.
6699 * gdb.base/call-ar-st.exp: Same.
6700 * gdb.base/catch-syscall.exp: Same.
6701 * gdb.base/commands.exp: Same.
6702 * gdb.base/default.exp: Same.
6703 * gdb.base/display.exp: Same.
6704 * gdb.base/float.exp: Same.
6705 * gdb.base/foll-fork.exp: Same.
6706 * gdb.base/help.exp: Same.
6707 * gdb.base/info-macros.exp: Same.
6708 * gdb.base/info-proc.exp: Same.
6709 * gdb.base/info-target.exp: Same.
6710 * gdb.base/long_long.exp: Same.
6711 * gdb.base/macscp.exp: Same.
6712 * gdb.base/memattr.exp: Same.
6713 * gdb.base/nofield.exp: Same.
6714 * gdb.base/pointers.exp: Same.
6715 * gdb.base/printcmds.exp: Same.
6716 * gdb.base/ptype.exp: Same.
6717 * gdb.base/restore.exp: Same.
6718 * gdb.base/return.exp: Same.
6719 * gdb.base/scope.exp: Same.
6720 * gdb.base/set-noassign.exp: Same.
6721 * gdb.base/setshow.exp: Same.
6722 * gdb.base/shlib-call.exp: Same.
6723 * gdb.base/signals.exp: Same.
6724 * gdb.base/sigstep.exp: Same.
6725 * gdb.base/skip.exp: Same.
6726 * gdb.base/solib-symbol.exp: Same.
6727 * gdb.base/stap-probe.exp: Same.
6728 * gdb.base/step-line.exp: Same.
6729 * gdb.base/step-test.exp: Same.
6730 * gdb.base/style.exp: Same.
6731 * gdb.base/varargs.exp: Same.
6732 * gdb.base/vla-datatypes.exp: Same.
6733 * gdb.base/vla-ptr.exp: Same.
6734 * gdb.base/vla-sideeffect.exp: Same.
6735 * gdb.base/volatile.exp: Same.
6736 * gdb.base/watch-cond-infcall.exp: Same.
6737 * gdb.base/watchpoint.exp: Same.
6738
6739 2019-11-02 Tom de Vries <tdevries@suse.de>
6740
6741 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
6742 * gdb.cp/cpexprs.exp: Same.
6743 * gdb.cp/except-multi-location.exp: Same.
6744 * gdb.cp/exceptprint.exp: Same.
6745 * gdb.cp/gdb2384.exp: Same.
6746 * gdb.cp/inherit.exp: Same.
6747 * gdb.cp/m-static.exp: Same.
6748 * gdb.cp/meth-typedefs.exp: Same.
6749 * gdb.cp/misc.exp: Same.
6750 * gdb.cp/namespace.exp: Same.
6751 * gdb.cp/non-trivial-retval.exp: Same.
6752 * gdb.cp/overload.exp: Same.
6753 * gdb.cp/pr17132.exp: Same.
6754 * gdb.cp/re-set-overloaded.exp: Same.
6755 * gdb.cp/rvalue-ref-types.exp: Same.
6756 * gdb.cp/templates.exp: Same.
6757
6758 2019-11-01 Luis Machado <luis.machado@linaro.org>
6759
6760 PR gdb/25124
6761
6762 * gdb.arch/pr25124.S: New file.
6763 * gdb.arch/pr25124.exp: New file.
6764
6765 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6766
6767 * gdb.fortran/info-modules.exp: Update expected results, and add
6768 additional tests for 'info module functinos', and 'info module
6769 variables'.
6770 * gdb.fortran/info-types.exp: Update expected results.
6771 * gdb.fortran/info-types.f90: Extend testcase with additional
6772 module variables and functions.
6773
6774 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6775
6776 * gdb.fortran/info-modules.exp: New file.
6777 * gdb.fortran/info-types.exp: Build with new file.
6778 * gdb.fortran/info-types.f90: Include and use new module.
6779 * gdb.fortran/info-types-2.f90: New file.
6780
6781 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6782
6783 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
6784 * gdb.base/settings.exp: Test all settings types using
6785 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
6786 that now verifies that the value of "maint show" is the same as
6787 returned by the settings functions. Test the type of the
6788 maintenance settings.
6789 * gdb.base/default.exp: Update show_conv_list.
6790
6791 2019-10-31 Tom de Vries <tdevries@suse.de>
6792
6793 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
6794 gdb_test.
6795 * gdb.arch/amd64-disp-step.exp: Same.
6796 * gdb.asm/asm-source.exp: Same.
6797 * gdb.btrace/buffer-size.exp: Same.
6798 * gdb.btrace/cpu.exp: Same.
6799 * gdb.btrace/enable.exp: Same.
6800 * gdb.dwarf2/count.exp: Same.
6801 * gdb.dwarf2/dw2-ranges-func.exp: Same.
6802 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
6803 * gdb.fortran/vla-datatypes.exp: Same.
6804 * gdb.fortran/vla-history.exp: Same.
6805 * gdb.fortran/vla-ptype.exp: Same.
6806 * gdb.fortran/vla-value.exp: Same.
6807 * gdb.fortran/whatis_type.exp: Same.
6808 * gdb.guile/guile.exp: Same.
6809 * gdb.multi/tids.exp: Same.
6810 * gdb.python/py-finish-breakpoint.exp: Same.
6811 * gdb.python/py-framefilter.exp: Same.
6812 * gdb.python/py-pp-registration.exp: Same.
6813 * gdb.python/py-xmethods.exp: Same.
6814 * gdb.python/python.exp: Same.
6815 * gdb.server/connect-with-no-symbol-file.exp: Same.
6816 * gdb.server/no-thread-db.exp: Same.
6817 * gdb.server/run-without-local-binary.exp: Same.
6818 * gdb.stabs/weird.exp: Same.
6819 * gdb.threads/attach-many-short-lived-threads.exp: Same.
6820 * gdb.threads/thread-find.exp: Same.
6821 * gdb.threads/tls-shared.exp: Same.
6822 * gdb.threads/tls.exp: Same.
6823 * gdb.threads/wp-replication.exp: Same.
6824 * gdb.trace/ax.exp: Same.
6825 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
6826
6827 2019-10-31 Tom de Vries <tdevries@suse.de>
6828
6829 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
6830 * gdb.ada/array_subscript_addr.exp: Same.
6831 * gdb.ada/arrayidx.exp: Same.
6832 * gdb.ada/arrayparam.exp: Same.
6833 * gdb.ada/arrayptr.exp: Same.
6834 * gdb.ada/boolean_expr.exp: Same.
6835 * gdb.ada/call_pn.exp: Same.
6836 * gdb.ada/complete.exp: Same.
6837 * gdb.ada/fixed_cmp.exp: Same.
6838 * gdb.ada/fun_addr.exp: Same.
6839 * gdb.ada/funcall_param.exp: Same.
6840 * gdb.ada/interface.exp: Same.
6841 * gdb.ada/mod_from_name.exp: Same.
6842 * gdb.ada/null_array.exp: Same.
6843 * gdb.ada/packed_array.exp: Same.
6844 * gdb.ada/packed_tagged.exp: Same.
6845 * gdb.ada/print_chars.exp: Same.
6846 * gdb.ada/print_pc.exp: Same.
6847 * gdb.ada/ptype_arith_binop.exp: Same.
6848 * gdb.ada/ptype_field.exp: Same.
6849 * gdb.ada/ptype_tagged_param.exp: Same.
6850 * gdb.ada/rec_return.exp: Same.
6851 * gdb.ada/ref_tick_size.exp: Same.
6852 * gdb.ada/str_ref_cmp.exp: Same.
6853 * gdb.ada/taft_type.exp: Same.
6854 * gdb.ada/tagged.exp: Same.
6855 * gdb.ada/type_coercion.exp: Same.
6856 * gdb.ada/uninitialized_vars.exp: Same.
6857
6858 2019-10-30 Tom de Vries <tdevries@suse.de>
6859
6860 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
6861
6862 2019-10-26 Tom de Vries <tdevries@suse.de>
6863
6864 * gdb.base/bigcore.c: Fix typos in comments.
6865 * gdb.base/ctf-ptype.c: Same.
6866 * gdb.base/long_long.c: Same.
6867 * gdb.dwarf2/dw2-op-out-param.S: Same.
6868 * gdb.python/py-evthreads.c: Same.
6869 * gdb.reverse/i387-stack-reverse.c: Same.
6870 * gdb.trace/tfile.c: Same.
6871 * lib/compiler.c: Same.
6872 * lib/compiler.cc: Same.
6873
6874 2019-10-25 Tom de Vries <tdevries@suse.de>
6875
6876 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
6877 gdb_test_multiple calls.
6878 * gdb.reverse/sigall-reverse.exp: Same.
6879 * gdb.reverse/solib-precsave.exp: Same.
6880 * gdb.reverse/solib-reverse.exp: Same.
6881 * gdb.reverse/until-precsave.exp: Same.
6882 * gdb.reverse/until-reverse.exp: Same.
6883
6884 2019-10-24 Tom de Vries <tdevries@suse.de>
6885
6886 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
6887 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
6888 kfail using -wrap pattern flag and convenience variable
6889 gdb_test_name.
6890
6891 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
6892
6893 * gdb.python/py-progspace.exp: Add tests for the
6894 Progspace.block_for_pc method.
6895
6896 2019-10-23 Tom Tromey <tom@tromey.com>
6897
6898 * configure: Rebuild.
6899 * aclocal.m4: Use m4_include, not sinclude.
6900
6901 2019-10-21 Tom de Vries <tdevries@suse.de>
6902
6903 * gdb.base/infcall-nested-structs.c: Add
6904 __attribute__((noinline,noclone)) to all functions.
6905 (call_all): Add missing variable initialization. Simplify return value.
6906 (breakpt): Increment volatile variable, to prevent call from being
6907 optimized out.
6908 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
6909
6910 2019-10-17 Tom de Vries <tdevries@suse.de>
6911
6912 * gdb.fortran/module.exp: Allow info variables to print info for files
6913 other than module.f90.
6914
6915 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
6916
6917 * gdb.fortran/module.exp: Extend with 'info variables' test.
6918
6919 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
6920
6921 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
6922 F77_FOR_TARGET.
6923
6924 2019-10-16 Tom de Vries <tdevries@suse.de>
6925
6926 PR tdep/25096
6927 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
6928
6929 2019-10-16 Tom de Vries <tdevries@suse.de>
6930
6931 PR tdep/24104
6932 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
6933 Add KFAIL for PR tdep/25096.
6934
6935 2019-10-16 Tom de Vries <tdevries@suse.de>
6936
6937 PR testsuite/25059
6938 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
6939
6940 2019-10-16 Tom de Vries <tdevries@suse.de>
6941
6942 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
6943 as signed.
6944
6945 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
6946
6947 * gdb.mi/list-thread-groups-available.exp: Read entries one by
6948 one instead of increasing timeout.
6949
6950 2019-10-13 Tom de Vries <tdevries@suse.de>
6951
6952 PR record/25038
6953 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
6954 * gdb.reverse/sigall-reverse.exp: Same.
6955 * gdb.reverse/solib-precsave.exp: Same.
6956 * gdb.reverse/solib-reverse.exp: Same.
6957 * gdb.reverse/step-precsave.exp: Same.
6958 * gdb.reverse/until-precsave.exp: Same.
6959 * gdb.reverse/until-reverse.exp: Same.
6960 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
6961
6962 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
6963
6964 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
6965 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
6966 (cmp_struct_05_01, cmp_struct_static_02_01)
6967 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
6968 comparisons.
6969
6970 2019-10-10 Tom de Vries <tdevries@suse.de>
6971
6972 PR testsuite/24888
6973 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
6974 gnatlink.
6975
6976 2019-10-09 Tom de Vries <tdevries@suse.de>
6977
6978 PR testsuite/25048
6979 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
6980
6981 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6982
6983 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
6984 exceptions due to missing debug information.
6985
6986 2019-10-07 Tom de Vries <tdevries@suse.de>
6987
6988 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
6989
6990 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6991
6992 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
6993 * gdb.base/annota1.exp: Update to use gdb_test_name.
6994
6995 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
6996
6997 * gdb.base/ctf-whatis.exp: New file.
6998 * gdb.base/ctf-whatis.c: New file.
6999 * gdb.base/ctf-ptype.exp: New file.
7000 * gdb.base/ctf-ptype.c: New file.
7001 * gdb.base/ctf-constvars.exp: New file.
7002 * gdb.base/ctf-constvars.c: New file.
7003 * gdb.base/ctf-cvexpr.exp: New file.
7004
7005 2019-10-04 Tom de Vries <tdevries@suse.de>
7006
7007 * gdb.cp/local-static.c (main): Move declaration of int i out of the
7008 for loop.
7009
7010 2019-10-03 Tom Tromey <tom@tromey.com>
7011
7012 PR rust/24976:
7013 * gdb.rust/simple.rs (Union2): New type.
7014 (main): Use Union2.
7015 * gdb.rust/simple.exp: Add test.
7016
7017 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7018
7019 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
7020 nested function prefix.
7021
7022 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
7023 Richard Bunt <richard.bunt@arm.com>
7024 Andrew Burgess <andrew.burgess@embecosm.com>
7025
7026 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
7027 nested functions.
7028 * gdb.fortran/nested-funcs.f90: Update expected results.
7029 * gdb.fortran/nested-funcs-2.exp: New file.
7030 * gdb.fortran/nested-funcs-2.f90: New file.
7031
7032 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7033
7034 * gdb.python/py-parameter.exp: Make test names unique.
7035 * gdb.python/py-template.exp: Likewise.
7036 * gdb.python/py-value.exp: Likewise.
7037
7038 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7039
7040 * gdb.base/break-interp.exp: Reduce test name duplication.
7041 * gdb.base/call-sc.exp: Likewise.
7042 * gdb.base/callfuncs.exp: Likewise.
7043 * gdb.base/charset.exp: Likewise.
7044 * gdb.base/dump.exp: Likewise.
7045 * gdb.base/ena-dis-br.exp: Likewise.
7046 * gdb.base/relational.exp: Likewise.
7047 * gdb.base/step-over-syscall.exp: Likewise.
7048 * gdb.base/structs.exp: Likewise.
7049
7050 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7051
7052 * gdb.linespec/explicit.exp: Make test names unique.
7053 * gdb.linespec/ls-errs.exp: Likewise.
7054
7055 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7056
7057 * gdb.reverse/break-precsave.exp: Make test names unique.
7058 * gdb.reverse/break-reverse.exp: Likewise.
7059 * gdb.reverse/finish-precsave.exp: Likewise.
7060 * gdb.reverse/finish-reverse.exp: Likewise.
7061 * gdb.reverse/machinestate-precsave.exp: Likewise.
7062 * gdb.reverse/machinestate.exp: Likewise.
7063 * gdb.reverse/readv-reverse.exp: Likewise.
7064 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7065 * gdb.reverse/sigall-precsave.exp: Likewise.
7066 * gdb.reverse/sigall-reverse.exp: Likewise.
7067 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
7068 * gdb.reverse/watch-precsave.exp: Likewise.
7069 * gdb.reverse/watch-reverse.exp: Likewise.
7070
7071 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7072
7073 * gdb.threads/stop-with-handle.c: New file.
7074 * gdb.threads/stop-with-handle.exp: New file.
7075
7076 2019-10-03 Tom de Vries <tdevries@suse.de>
7077
7078 PR testsuite/25059
7079 * gdb.base/list-missing-source.exp: Allowing the "Compilation
7080 directory" line to be missing.
7081
7082 2019-10-03 Tom de Vries <tdevries@suse.de>
7083
7084 PR testsuite/25059
7085 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
7086 type optional.
7087
7088 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
7089
7090 * gdb.python/py-format-string.c (string.h): New include.
7091 (main): Fill a_struct_with_union.the_union.an_int with bytes of
7092 the same value, for endianness-independence.
7093 * gdb.python/py-format-string.exp (default_regexp_dict)
7094 (test_pretty_structs, test_format): Adjust expected output to the
7095 changed initialization.
7096
7097 2019-10-02 Tom Tromey <tromey@adacore.com>
7098
7099 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
7100
7101 2019-10-02 Pedro Alves <palves@redhat.com>
7102 Andrew Burgess <andrew.burgess@embecosm.com>
7103
7104 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
7105 "print-file-var.h".
7106 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7107 (get_version_1): Print this_version_id and its address.
7108 Add extern "C" wrappers around interface functions.
7109 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
7110 "print-file-var.h".
7111 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7112 (get_version_2): Print this_version_id and its address.
7113 Add extern "C" wrappers around interface functions.
7114 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
7115 <stddef.h> and "print-file-var.h".
7116 Add extern "C" wrappers around interface functions.
7117 [VERSION_ID_MAIN] (this_version_id): Define.
7118 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
7119 * gdb.base/print-file-var.h: Add some #defines to simplify setting
7120 up extern "C" blocks.
7121 * gdb.base/print-file-var.exp (test): New, factored out from top
7122 level.
7123 (top level): Test all combinations of attribute hidden or not,
7124 dlopen or not, and this_version_id symbol in main file or not.
7125 Compile tests as both C++ and C, make test names unique.
7126
7127 2019-10-01 Tom Tromey <tom@tromey.com>
7128
7129 * gdb.base/style.exp: Test "show logging filename".
7130
7131 2019-10-01 Tom Tromey <tom@tromey.com>
7132
7133 * lib/gdb-utils.exp (style): Handle "metadata" argument.
7134 * gdb.base/style.exp: Add metadata style test.
7135
7136 2019-10-01 Tom Tromey <tom@tromey.com>
7137
7138 * gdb.base/style.exp: Test "pwd".
7139
7140 2019-10-01 Tom Tromey <tom@tromey.com>
7141
7142 * gdb.base/style.exp: Update tests.
7143
7144 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
7145
7146 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
7147 'six' to unsigned.
7148 (s1): Initialize fields 'four' and 'six' instead of 'three' and
7149 'five'. Use an all-ones bit pattern for each.
7150 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
7151 to its changed values.
7152
7153 2019-09-30 Tom Tromey <tromey@adacore.com>
7154
7155 * gdb.rust/traits.rs: Disable all warnings.
7156
7157 2019-09-29 Tom de Vries <tdevries@suse.de>
7158
7159 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
7160
7161 2019-09-29 Tom de Vries <tdevries@suse.de>
7162
7163 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
7164
7165 2019-09-27 Tom de Vries <tdevries@suse.de>
7166
7167 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
7168
7169 2019-09-27 Tom de Vries <tdevries@suse.de>
7170
7171 PR record/23188
7172 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
7173
7174 2019-09-26 Tom Tromey <tromey@adacore.com>
7175
7176 * gdb.ada/py_taft.exp: New file.
7177 * gdb.ada/py_taft/main.adb: New file.
7178 * gdb.ada/py_taft/pkg.adb: New file.
7179 * gdb.ada/py_taft/pkg.ads: New file.
7180
7181 2019-09-24 Tom de Vries <tdevries@suse.de>
7182
7183 PR gdb/24598
7184 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
7185
7186 2019-09-22 Tom de Vries <tdevries@suse.de>
7187
7188 * gdb.base/restore.exp: Allow register variables to be optimized out at
7189 -O0.
7190
7191 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
7192
7193 * gdb.arch/spu-info.exp: Remove file.
7194 * gdb.arch/spu-info.c: Remove file.
7195 * gdb.arch/spu-ls.exp: Remove file.
7196 * gdb.arch/spu-ls.c: Remove file.
7197
7198 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
7199 * gdb.asm/spu.inc: Remove file.
7200
7201 * gdb.base/dump.exp: Remove support for spu*-*-*.
7202 * gdb.base/stack-checking.exp: Likewise.
7203 * gdb.base/overlays.exp: Likewise.
7204 * gdb.base/ovlymgr.c: Likewise.
7205 * gdb.base/spu.ld: Remove file.
7206
7207 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
7208 * gdb.cp/cpexprs.exp: Likewise.
7209 * gdb.cp/exception.exp: Likewise.
7210 * gdb.cp/gdb2495.exp: Likewise.
7211 * gdb.cp/mb-templates.exp: Likewise.
7212 * gdb.cp/pr9167.exp: Likewise.
7213 * gdb.cp/userdef.exp: Likewise.
7214
7215 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
7216
7217 * gdb.cell: Remove directory.
7218 * lib/cell.exp: Remove file.
7219
7220 2019-09-19 Tom de Vries <tdevries@suse.de>
7221
7222 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
7223
7224 2019-09-19 Tom de Vries <tdevries@suse.de>
7225
7226 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
7227
7228 2019-09-19 Tom de Vries <tdevries@suse.de>
7229
7230 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
7231 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
7232 (gdb_target_cmd): ... here.
7233 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
7234 value 2.
7235
7236 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
7237
7238 * gdb.base/source-dir.exp: Avoid having directory names in test
7239 names.
7240
7241 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7242
7243 * gdb.base/source-dir.exp: Add extra test for mapped compilation
7244 directory.
7245
7246 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7247
7248 * gdb.base/list-missing-source.exp: New file.
7249
7250 2019-09-14 Tom de Vries <tdevries@suse.de>
7251
7252 PR teststuite/24599
7253 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
7254 * lib/ada.exp (gnatmake_version_at_least): New proc.
7255
7256 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7257
7258 * gdb.base/maint.exp: Use exec_has_index_section.
7259
7260 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7261
7262 * gdb.base/maint.exp: Add test for 'maint info sections'.
7263
7264 2019-09-12 Tom de Vries <tdevries@suse.de>
7265
7266 * gdb.base/store.exp: Allow register variables to be optimized out at
7267 -O0.
7268
7269 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7270
7271 * gdb.ada/rdv_wait.exp: Update to new task names.
7272 * gdb.base/task_switch_in_core.exp: Likewise.
7273 * gdb.base/info_sources_base.c: Likewise.
7274
7275 2019-09-10 Tom Tromey <tromey@adacore.com>
7276
7277 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
7278
7279 2019-09-10 Tom Tromey <tromey@adacore.com>
7280
7281 * gdb.ada/dgopt.exp: New file.
7282 * gdb.ada/dgopt/x.adb: New file.
7283
7284 2019-09-08 Tom Tromey <tom@tromey.com>
7285
7286 * gdb.tui/resize.exp: Remove setup_xfail.
7287 * gdb.tui/regs.exp: Remove setup_xfail.
7288 * gdb.tui/basic.exp: Remove setup_xfail.
7289
7290 2019-09-06 David Blaikie <dblaikie@gmail.com>
7291
7292 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
7293 * gdb.cp/cplabel.exp: Ditto.
7294 * gdb.linespec/ls-errs.exp: Ditto.
7295
7296 2019-09-05 Tom de Vries <tdevries@suse.de>
7297
7298 * lib/gdb.exp (cmp_file_string): New proc.
7299 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
7300 runto_main. Verify save breakpoints output.
7301
7302 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7303
7304 * gdb.base/info-var.exp: Test info variables without running
7305 to main, to avoid expect's buffer overflow.
7306
7307 2019-09-03 Tom Tromey <tromey@adacore.com>
7308
7309 * gdb.ada/bias.exp: New file.
7310 * gdb.ada/bias/bias.adb: New file.
7311 * gdb.ada/print_chars.exp: Add regression test.
7312 * gdb.ada/print_chars/foo.adb (My_Character): New type.
7313 (MC): New variable.
7314
7315 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
7316
7317 * gdb.base/argv0-symlink.exp: Run only on native target
7318 and local host.
7319
7320 2019-08-29 Tom de Vries <tdevries@suse.de>
7321
7322 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
7323 diverse debug info.
7324 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
7325
7326 2019-08-28 Tom de Vries <tdevries@suse.de>
7327
7328 * gdb.base/info-var.exp: Allow info variables to print info for files
7329 other than info-var-f1.c and info-var-f2.c.
7330
7331 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7332
7333 * gdb.fortran/info-types.exp: Add module.
7334 * gdb.fortran/info-types.f90: Update expected results.
7335
7336 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7337
7338 * gdb.fortran/info-types.exp: New file.
7339 * gdb.fortran/info-types.f90: New file.
7340 * lib/fortran.exp (fortran_character1): New proc.
7341
7342 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
7343
7344 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
7345 functions'. Reindent as needed.
7346 * gdb.base/info-var-f1.c: New file.
7347 * gdb.base/info-var-f2.c: New file.
7348 * gdb.base/info-var.exp: New file.
7349 * gdb.base/info-var.h: New file.
7350
7351 2019-08-26 Tom de Vries <tdevries@suse.de>
7352
7353 PR c++/24852
7354 * gdb.cp/no-libstdcxx-probe.exp: New test.
7355
7356 2019-08-26 Tom de Vries <tdevries@suse.de>
7357
7358 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
7359 * tests need to be skipped.
7360 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
7361 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
7362 mi_skip_libstdcxx_probe_tests.
7363
7364 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
7365
7366 * gdb.python/py-xmethods.exp: Use raw strings when passing
7367 arguments to SimpleXMethodMatcher.
7368
7369 2019-08-22 Tom de Vries <tdevries@suse.de>
7370
7371 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
7372 more informative.
7373
7374 2019-08-21 Pedro Alves <palves@redhat.com>
7375
7376 * gdb.base/with.exp: Test "with" with no arguments.
7377
7378 2019-08-21 Tom de Vries <tdevries@suse.de>
7379
7380 * gdb.base/gdb-caching-proc.exp: Sort files.
7381
7382 2019-08-20 Tom de Vries <tdevries@suse.de>
7383
7384 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
7385 compilation.
7386
7387 2019-08-16 Tom de Vries <tdevries@suse.de>
7388
7389 * gdb.base/compare-sections.exp ("after run to main"): Allow
7390 mismatched read-only sections for PIE executables.
7391
7392 2019-08-16 Tom Tromey <tom@tromey.com>
7393
7394 * lib/tuiterm.exp (_csi_Z): New proc.
7395 * gdb.tui/basic.exp: Update window positions.
7396 * gdb.tui/empty.exp: Update window positions.
7397
7398 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7399
7400 * gdb.base/examine-backward.exp: Correct regexp for
7401 "examine 3 bytes backward from ${address_zero}".
7402
7403 2019-08-15 Tom Tromey <tom@tromey.com>
7404
7405 * gdb.tui/empty.exp: Enable resizing tests.
7406
7407 2019-08-15 Tom Tromey <tromey@adacore.com>
7408
7409 * gdb.ada/char_enum.exp: Add regression tests.
7410 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
7411 and '0'.
7412 (Char, Gchar): Update.
7413 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
7414
7415 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7416
7417 * gdb.python/python.exp: Expect a leading underscore on
7418 GdbOutput{,Error}File.
7419
7420 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7421
7422 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
7423 Windows host.
7424
7425 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7426
7427 * gdb.base/batch-preserve-term-settings.exp
7428 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
7429
7430 2019-08-15 Christian Biesinger <cbiesinger@google.com>
7431
7432 * lib/gdb.exp: When running on a mingw target, replace
7433 /x/ with x:/.
7434
7435 2019-08-14 Alan Hayward <alan.hayward@arm.com>
7436
7437 * gdb.arch/aarch64-prologue.c: New test.
7438 * gdb.arch/aarch64-prologue.exp: New file.
7439
7440 2019-08-13 Tom de Vries <tdevries@suse.de>
7441
7442 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
7443 Thread.
7444
7445 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
7446
7447 * gdb.python/py-completion.exp: Download the .py file to the host
7448 and use its host pathname. Conditionalize tests that use
7449 tab completion and manipulate files on the build machine.
7450 * gdb.python/py-events.exp: Download the .py file to the host
7451 and use its host pathname.
7452 * gdb.python/py-evsignal.exp: Likewise.
7453 * gdb.python/py-evthreads.exp: Likewise.
7454 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
7455 pathname syntax.
7456 * gdb.python/py-framefilter.exp: Download the .py file to the right
7457 place on the host. Match Windows pathname syntax.
7458 * gdb.python/py-mi-var-info-path-expression.exp: Download the
7459 .py file to the host and use its host pathname.
7460 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
7461 * gdb.python/py-objfile.exp: Expect a host pathname, not a
7462 build pathname. Skip symlink test on Windows host. Add missing
7463 newline at end of file.
7464 * gdb.python/py-pp-maint.exp: Download the .py file to the host
7465 and use its host pathname.
7466 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
7467 * gdb.python/py-section-script.exp: Use host location of binfile
7468 on safe-path. Use correct path separator on Windows host.
7469 Reorder alternatives in gdb_test_multiple to prevent matching
7470 the wrong alternative on success.
7471 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
7472
7473 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
7474
7475 * gdb.gdb/selftest.exp (test_with_self): Update test to now
7476 expect the GDB inferior to no longer immediately stop after
7477 being resumed with "signal SIGINT".
7478
7479 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
7480
7481 * gdb.linespec/break-ask.exp: Generalize regexps to match
7482 Windows pathnames too.
7483
7484 2019-08-08 Tom de Vries <tdevries@suse.de>
7485
7486 PR testsuite/24862
7487 * lib/tuiterm.exp (_accept): Fix CSI regexp.
7488
7489 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7490
7491 * gdb.base/style.exp: Update tests for help doc new invariants.
7492 * gdb.base/help.exp: Likewise.
7493
7494 2019-08-06 Tom Tromey <tom@tromey.com>
7495
7496 * gdb.base/style.exp: Add disassemble test.
7497 * gdb.base/style.c (some_called_function): New function.
7498 (main): Use it.
7499
7500 2019-08-05 Christian Biesinger <cbiesinger@google.com>
7501
7502 * gdb.python/py-block.exp: Test dictionary access on blocks.
7503
7504 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
7505
7506 PR gdb/24863
7507 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
7508 -list-thread-groups --available test when running under
7509 check-read1.
7510
7511 2019-08-05 Tom de Vries <tdevries@suse.de>
7512
7513 PR testsuite/24863
7514 * lib/gdb.exp (with_read1_timeout_factor): New proc.
7515 * gdb.base/help.exp: Use with_read1_timeout_factor.
7516 * gdb.base/info-macros.exp: Same.
7517 * gdb.cp/nested-types.exp: Same.
7518
7519 2019-08-05 Tom de Vries <tdevries@suse.de>
7520
7521 * lib/gdb.exp (version_at_least): Factor out of ...
7522 (tcl_version_at_least): ... here.
7523 (gdb_compile): Fail if pie results in non-PIE executable.
7524 (readelf_version, readelf_prints_pie): New proc.
7525 (exec_is_pie): Return -1 if unknown.
7526
7527 2019-08-05 Tom de Vries <tdevries@suse.de>
7528
7529 * lib/gdb.exp (tcl_version_at_least): Fix typo.
7530
7531 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
7532
7533 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
7534
7535 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
7536
7537 * lib/completion-support.exp (test_gdb_complete_none): Skip
7538 tab completion tests if no readline support.
7539 (test_gdb_complete_unique_re): Likewise.
7540 (test_gdb_complete_multiple): Likewise.
7541
7542 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7543
7544 * gdb.base/info_sources.exp: New file.
7545 * gdb.base/info_sources.c: New file.
7546 * gdb.base/info_sources_base.c: New file.
7547
7548 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
7549
7550 * gdb.base/batch-exit-status.exp: Call test_exit_status with
7551 prefix argument.
7552 (test_exit_status): Add prefix argument.
7553
7554 2019-08-01 Tom de Vries <tdevries@suse.de>
7555
7556 PR testsuite/24863
7557 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
7558 calling exp_continue for new thread and thread exited messages.
7559
7560 2019-08-01 Tom de Vries <tdevries@suse.de>
7561
7562 PR testsuite/24863
7563 * gdb.base/structs.exp: Fix check-read1 timeout using
7564 gdb_test_sequence.
7565 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
7566
7567 2019-08-01 Tom de Vries <tdevries@suse.de>
7568
7569 PR testsuite/24863
7570 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
7571 line.
7572
7573 2019-08-01 Tom de Vries <tdevries@suse.de>
7574
7575 PR testsuite/24863
7576 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
7577
7578 2019-07-30 Tom Tromey <tromey@adacore.com>
7579
7580 * gdb.ada/display_nested.exp: New file.
7581 * gdb.ada/display_nested/foo.adb: New file.
7582 * gdb.ada/display_nested/pack.adb: New file.
7583 * gdb.ada/display_nested/pack.ads: New file.
7584
7585 2019-07-30 Christian Biesinger <cbiesinger@google.com>
7586
7587 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
7588 namespace.
7589 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
7590
7591 2019-07-30 Tom de Vries <tdevries@suse.de>
7592
7593 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
7594 instead.
7595
7596 2019-07-30 Tom de Vries <tdevries@suse.de>
7597
7598 PR testsuite/24834
7599 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
7600 (exec_is_pie): New proc.
7601
7602 2019-07-29 Christian Biesinger <cbiesinger@google.com>
7603
7604 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
7605
7606 2019-07-29 Christian Biesinger <cbiesinger@google.com>
7607
7608 * gdb.python/py-objfile.c: Add global and static vars.
7609 * gdb.python/py-objfile.exp: Test new functions Objfile.
7610 lookup_global_symbol and lookup_static_symbol.
7611
7612 2019-07-29 Tom Tromey <tom@tromey.com>
7613
7614 * lib/tuiterm.exp (Term::_csi_@): New proc.
7615 (Term::_csi_X): Don't move cursor.
7616
7617 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7618
7619 * gdb.base/options.exp: Update backtrace - completion to
7620 new option -frame-info.
7621 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
7622 Test new 'set print frame-info'. Test backtrace -frame-info
7623 overriding 'set print frame-info'.
7624 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
7625 Test new 'set print frame-info'.
7626 Verify consistency of backtrace with and without filters, with and
7627 without -no-filters.
7628 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
7629 default.
7630
7631 2019-07-29 Tom de Vries <tdevries@suse.de>
7632
7633 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
7634 no arguments".
7635
7636 2019-07-29 Tom de Vries <tdevries@suse.de>
7637
7638 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
7639 is a substring of the first for "complete non-unique file name".
7640
7641 2019-07-29 Tom de Vries <tdevries@suse.de>
7642
7643 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
7644 with ".*".
7645
7646 2019-07-29 Tom de Vries <tdevries@suse.de>
7647
7648 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
7649 Pass prompt_regexp parameter to gdb_test_multiple calls.
7650
7651 2019-07-29 Tom de Vries <tdevries@suse.de>
7652
7653 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
7654 print registers" regexps.
7655
7656 2019-07-29 Tom de Vries <tdevries@suse.de>
7657
7658 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
7659
7660 2019-07-29 Tom de Vries <tdevries@suse.de>
7661
7662 PR gdb/24855
7663 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
7664 (skip_python_tests_prompt): Add prompt_regexp argument to
7665 gdb_test_multiple calls.
7666
7667 2019-07-27 Tom Tromey <tom@tromey.com>
7668
7669 * gdb.tui/main.exp: New file.
7670
7671 2019-07-27 Tom Tromey <tom@tromey.com>
7672
7673 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
7674 optional.
7675 * gdb.tui/empty.exp: New file.
7676
7677 2019-07-27 Tom Tromey <tom@tromey.com>
7678
7679 * lib/tuiterm.exp (spawn): New proc.
7680 (Term::resize): New proc.
7681 * gdb.tui/resize.exp: New file.
7682
7683 2019-07-27 Tom Tromey <tom@tromey.com>
7684
7685 * gdb.tui/list.exp: New file.
7686
7687 2019-07-27 Tom Tromey <tom@tromey.com>
7688
7689 * gdb.tui/regs.exp: New file.
7690
7691 2019-07-27 Tom Tromey <tom@tromey.com>
7692
7693 * gdb.tui/basic.exp: Add "layout split" test.
7694
7695 2019-07-27 Tom Tromey <tom@tromey.com>
7696
7697 * gdb.tui/basic.exp: Add "layout asm" test.
7698
7699 2019-07-27 Tom Tromey <tom@tromey.com>
7700
7701 * lib/tuiterm.exp: New file.
7702 * gdb.tui/basic.exp: New file.
7703
7704 2019-07-27 Kevin Buettner <kevinb@redhat.com>
7705
7706 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
7707 Enable tests associated with this flag. Adjust regex
7708 referencing "foo_low" to now refer to "foo_cold" instead.
7709
7710 2019-07-27 Kevin Buettner <kevinb@redhat.com>
7711
7712 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
7713 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
7714 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
7715 foo_cold. Revise comments to match.
7716 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
7717 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
7718 were wrapped into this proc; Call do_test in loop from outermost
7719 level.
7720 (foo_low): Rename all occurrences to "foo_cold".
7721 (backtrace from baz): New test.
7722 (x2/i foo_cold): New test.
7723 (info line *foo_cold): New test.
7724
7725 2019-07-26 Tom de Vries <tdevries@suse.de>
7726
7727 * gdb.arch/i386-pkru.exp: Fix unterminated string.
7728
7729 2019-07-25 Tom de Vries <tdevries@suse.de>
7730
7731 PR testsuite/24830
7732 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
7733 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
7734 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
7735 (skip_libstdcxx_probe_tests): ... here.
7736 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
7737
7738 2019-07-24 Tom de Vries <tdevries@suse.de>
7739
7740 PR testsuite/24807
7741 * gdb.objc/basicclass.m: Include stdio.h.
7742 * gdb.objc/nondebug.m: Same.
7743 * gdb.objc/objcdecode.m: Same.
7744
7745 2019-07-24 Tom de Vries <tdevries@suse.de>
7746
7747 PR testsuite/24612
7748 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
7749 additional_flags.
7750
7751 2019-07-24 Tom de Vries <tdevries@suse.de>
7752
7753 PR testsuite/24831
7754 * gdb.multi/tids.exp: Update error messages for info threads.
7755
7756 2019-07-24 Tom de Vries <tdevries@suse.de>
7757
7758 * gdb.base/info-types.exp: Allow info types to print info for more than
7759 one file.
7760
7761 2019-07-23 Tom de Vries <tdevries@suse.de>
7762
7763 PR testsuite/24842
7764 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
7765 gdb_spawn_with_cmdline_opts.
7766
7767 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
7768
7769 * gdb.arch/arm-cmse-sgstubs.c: New test.
7770 * gdb.arch/arm-cmse-sgstubs.exp: New file.
7771
7772 2019-07-23 Tom de Vries <tdevries@suse.de>
7773
7774 PR testsuite/24711
7775 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
7776 issuing next command.
7777
7778 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
7779
7780 * gdb.ada/info_auto_lang.exp: Update expected results.
7781 * gdb.base/info-types.c: Add additional types to check.
7782 * gdb.base/info-types.exp: Update expected results.
7783
7784 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
7785
7786 * gdb.base/info-types.c: New file.
7787 * gdb.base/info-types.exp: New file.
7788
7789 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
7790
7791 * gdb.arch/riscv-bp-infcall.c: New file.
7792 * gdb.arch/riscv-bp-infcall.exp: New file.
7793
7794 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
7795
7796 PR breakpoints/24541
7797 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
7798
7799 2019-07-14 Tom de Vries <tdevries@suse.de>
7800
7801 PR testsuite/24760
7802 * gdb.objc/basicclass.exp: Fix unterminated string.
7803
7804 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
7805 Andrew Burgess <andrew.burgess@embecosm.com>
7806
7807 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
7808 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
7809 negative bounds.
7810 * gdb.fortran/vla-value.exp: Print elements of an array with
7811 negative bounds.
7812 * gdb.fortran/vla.f90: Setup an array with negative bounds for
7813 testing.
7814
7815 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
7816
7817 * gdb.base/options.exp (expect_string): Dequote strings in
7818 results.
7819 (test-string): Test strings with different quoting and reindent.
7820
7821 2019-07-10 Tom Tromey <tromey@adacore.com>
7822
7823 * gdb.ada/mi_ex_cond.exp: Update expected results.
7824 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
7825 * gdb.ada/mi_catch_ex.exp: Update expected results.
7826 * gdb.ada/mi_catch_assert.exp: Update expected results.
7827 * gdb.ada/catch_ex.exp (catch_exception_info)
7828 (catch_exception_entry, catch_assert_entry)
7829 (catch_unhandled_entry): Update.
7830 * gdb.ada/catch_assert_if.exp: Update expected results.
7831
7832 2019-07-10 Richard Bunt <richard.bunt@arm.com>
7833 Stephen Roberts <stephen.roberts@arm.com>
7834
7835 * gdb.base/define.exp: Restore original prompt.
7836
7837 2019-07-09 Pedro Alves <palves@redhat.com>
7838
7839 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
7840 breakpoints" output.
7841 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
7842 * gdb.python/py-breakpoint.exp: No longer expect that "catch
7843 throw" creates breakpoint.
7844 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
7845 'type="catchpoint"'.
7846
7847 2019-07-09 Pedro Alves <palves@redhat.com>
7848
7849 PR c++/15468
7850 * gdb.cp/except-multi-location-lib.cc: New.
7851 * gdb.cp/except-multi-location-main.cc: New.
7852 * gdb.cp/except-multi-location.exp: New.
7853
7854 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
7855
7856 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
7857 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
7858 argument and update callers.
7859
7860 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7861
7862 * gdb.arch/amd64-break-on-asm-line.S: New file.
7863 * gdb.arch/amd64-break-on-asm-line.exp: New file.
7864
7865 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7866
7867 * gdb.base/printcmds.exp: Test printing C string and
7868 C wide string convenience vars without transiting via the inferior.
7869 Also make test names unique.
7870
7871 2019-07-08 Alan Hayward <alan.hayward@arm.com>
7872
7873 PR breakpoints/25011
7874 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
7875
7876 2019-07-04 Pedro Alves <palves@redhat.com>
7877
7878 * lib/gdb.exp (foreach_with_prefix): Don't return early if
7879 body returned ok(0), break(3) or continue(4).
7880 * gdb.testsuite/foreach_with_prefix.exp: New file.
7881
7882 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7883
7884 * gdb.server/unittest.exp: Allow 0 unit tests to run.
7885
7886 2019-07-03 Pedro Alves <palves@redhat.com>
7887
7888 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
7889 "return -code".
7890
7891 2019-07-03 Pedro Alves <palves@redhat.com>
7892
7893 PR cli/24732
7894 * gdb.base/shell.exp: Load completion-support.exp.
7895 Adjust expected error output. Add completion tests.
7896
7897 2019-07-03 Pedro Alves <palves@redhat.com>
7898
7899 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
7900 string_to_regexp.
7901
7902 2019-07-03 Pedro Alves <palves@redhat.com>
7903
7904 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
7905 (expect_integer): Adjust to expect "-string".
7906 (expect_string): New.
7907 (all_options): Expect "-string".
7908 (test-flag, test-boolean): Adjust to expect "-string".
7909 (test-string): New proc.
7910 (top level): Call it.
7911
7912 2019-07-03 Pedro Alves <palves@redhat.com>
7913
7914 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
7915 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
7916 the expected output in the success.
7917
7918 2019-07-03 Pedro Alves <palves@redhat.com>
7919
7920 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7921 Split one gdb_test_multiple call in two to avoid a race.
7922
7923 2019-07-03 Pedro Alves <palves@redhat.com>
7924
7925 * gdb.base/with.c: New file.
7926 * gdb.base/with.exp: New file.
7927
7928 2019-07-03 Pedro Alves <palves@redhat.com>
7929
7930 * gdb.base/settings.exp: Replace all references to "maint
7931 test-settings set" with references to "maint set test-settings",
7932 and all references to "maint test-settings show" with references
7933 to "maint show test-settings".
7934
7935 2019-07-03 Pedro Alves <palves@redhat.com>
7936
7937 * gdb.base/settings.exp (test-string): Adjust expected out when
7938 testing "maint test-settings show filename"
7939
7940 2019-07-02 Pedro Alves <palves@redhat.com>
7941
7942 * gdb.base/options.exp (test-info-threads): New procedure.
7943 (top level): Call it.
7944
7945 2019-06-28 Tom Tromey <tromey@adacore.com>
7946
7947 * gdb.dwarf2/ada-linkage-name.c: New file.
7948 * gdb.dwarf2/ada-linkage-name.exp: New file.
7949
7950 2019-06-27 Tom Tromey <tromey@adacore.com>
7951
7952 PR c++/20020:
7953 * gdb.cp/constexpr-field.exp: Use setup_xfail.
7954
7955 2019-06-26 Tom de Vries <tdevries@suse.de>
7956
7957 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
7958
7959 2019-06-26 Tom de Vries <tdevries@suse.de>
7960
7961 * gdb.base/index-cache.exp: Add back missing debug option.
7962
7963 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7964
7965 * gdb.base/alias.exp: Test non matching/non existing prefixes.
7966
7967 2019-06-25 Tom de Vries <tdevries@suse.de>
7968
7969 PR testsuite/24727
7970 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
7971
7972 2019-06-24 Tom de Vries <tdevries@suse.de>
7973
7974 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
7975
7976 2019-06-24 Tom de Vries <tdevries@suse.de>
7977
7978 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
7979 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
7980 * gdb.trace/unavailable-dwarf-piece.exp: Same.
7981
7982 2019-06-24 Tom de Vries <tdevries@suse.de>
7983
7984 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
7985
7986 2019-06-21 Tom de Vries <tdevries@suse.de>
7987
7988 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
7989
7990 2019-06-21 Tom de Vries <tdevries@suse.de>
7991
7992 PR testsuite/24518
7993 PR ada/24713
7994 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
7995 index.
7996
7997 2019-06-19 Tom Tromey <tromey@adacore.com>
7998
7999 * gdb.ada/length_cond.exp: Add intro comment.
8000
8001 2019-06-19 Tom Tromey <tromey@adacore.com>
8002
8003 * gdb.ada/length_cond.exp: New file.
8004 * gdb.ada/length_cond/length_cond.adb: New file.
8005 * gdb.ada/length_cond/pck.adb: New file.
8006 * gdb.ada/length_cond/pck.ads: New file.
8007
8008 2019-06-18 Tom de Vries <tdevries@suse.de>
8009
8010 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
8011
8012 2019-06-18 Tom Tromey <tromey@adacore.com>
8013
8014 * gdb.base/list0.h: Add comment explaining control character.
8015
8016 2019-06-18 Tom de Vries <tdevries@suse.de>
8017
8018 * boards/fission.exp: Break up long debug_flags line.
8019
8020 2019-06-16 Tom de Vries <tdevries@suse.de>
8021
8022 PR gdb/24445
8023 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
8024 generated index.
8025
8026 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8027
8028 PR gdb/24686
8029 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
8030 improve detection of bug gdb/24541.
8031
8032 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8033
8034 PR gdb/24669
8035 * gdb.base/index-cache.exp (uses_readnow,
8036 expecting_index_cache_use): Define global variable.
8037 (test_cache_enabled_miss, test_cache_enabled_hit): Use
8038 expecting_index_cache_use.
8039
8040 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8041 Andrew Burgess <andrew.burgess@embecosm.com>
8042
8043 * gdb.fortran/pointers.f90: New file.
8044 * gdb.fortran/print_type.exp: New file.
8045 * gdb.fortran/vla-ptype.exp: Adapt expected results.
8046 * gdb.fortran/vla-type.exp: Likewise.
8047 * gdb.fortran/vla-value.exp: Likewise.
8048 * gdb.mi/mi-vla-fortran.exp: Likewise.
8049
8050 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8051
8052 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
8053 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
8054 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
8055 as a stop reason.
8056
8057 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8058
8059 * gdb.base/annota1.exp: Update expected results.
8060 * gdb.cp/annota2.exp: Likewise.
8061 * gdb.cp/annota3.exp: Likewise.
8062
8063 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8064
8065 * gdb.base/style-logging.exp: Remove path from test name.
8066
8067 2019-06-14 Tom Tromey <tromey@adacore.com>
8068
8069 PR gdb/24502:
8070 * gdb.base/style-logging.exp: New file.
8071
8072 2019-06-14 Tom Tromey <tromey@adacore.com>
8073
8074 * gdb.base/symfile-warn.exp: New file.
8075 * gdb.base/symfile-warn.c: New file.
8076
8077 2019-06-14 Tom Tromey <tromey@adacore.com>
8078
8079 * gdb.base/annotate-symlink.exp: New file.
8080
8081 2019-06-14 Tom Tromey <tromey@adacore.com>
8082
8083 * gdb.ada/set_wstr.exp: Add reassignment test.
8084
8085 2019-06-14 Tom Tromey <tromey@adacore.com>
8086
8087 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
8088 'unchecked_access and 'unrestricted_access as well.
8089
8090 2019-06-14 Tom Tromey <tromey@adacore.com>
8091
8092 PR ada/24539:
8093 * gdb.ada/vla.exp: Update tests.
8094 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
8095 pragma.
8096
8097 2019-06-13 Pedro Alves <palves@redhat.com>
8098
8099 * gdb.base/settings.exp (test-integer): Test junk after
8100 "unlimited".
8101
8102 2019-06-13 Pedro Alves <palves@redhat.com>
8103
8104 * gdb.base/options.exp (test-thread-apply): New.
8105 (top level): Call it.
8106
8107 2019-06-13 Pedro Alves <palves@redhat.com>
8108
8109 * gdb.base/options.exp (test-frame-apply): New.
8110 (top level): Test print commands with different "frame apply"
8111 prefixes.
8112
8113 2019-06-13 Pedro Alves <palves@redhat.com>
8114
8115 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
8116 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
8117 'max_completions' parameter and handle it.
8118 (test_gdb_completion_offers_commands): New.
8119
8120 2019-06-13 Pedro Alves <palves@redhat.com>
8121
8122 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
8123
8124 2019-06-13 Pedro Alves <palves@redhat.com>
8125
8126 * gdb.base/options.exp (test-backtrace): New.
8127 (top level): Call it.
8128
8129 2019-06-13 Pedro Alves <palves@redhat.com>
8130
8131 * gdb.guile/scm-frame-args.exp: Use "set print
8132 raw-frame-arguments" instead of "set print raw frame-arguments".
8133 * gdb.python/py-frame-args.exp: Likewise.
8134
8135 2019-06-13 Pedro Alves <palves@redhat.com>
8136
8137 * gdb.compile/compile.exp: Adjust expected output to option
8138 processing changes.
8139
8140 2019-06-13 Pedro Alves <palves@redhat.com>
8141
8142 * gdb.base/options.exp: Build executable.
8143 (test-print): New procedure.
8144 (top level): Call it, once for "print" and another for "compile
8145 print".
8146
8147 2019-06-13 Pedro Alves <palves@redhat.com>
8148
8149 * gdb.base/options.c: New file.
8150 * gdb.base/options.exp: New file.
8151
8152 2019-06-13 Pedro Alves <palves@redhat.com>
8153
8154 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
8155 that "o" is ambiguous.
8156
8157 2019-06-13 Pedro Alves <palves@redhat.com>
8158
8159 * gdb.base/settings.c: New file.
8160 * gdb.base/settings.exp: New file.
8161
8162 2019-06-13 Pedro Alves <palves@redhat.com>
8163
8164 * gdb.base/completion.exp: Fix comment typo.
8165
8166 2019-06-13 Pedro Alves <palves@redhat.com>
8167
8168 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
8169 foo --1" test.
8170
8171 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8172
8173 * gdb.fortran/block-data.f: New.
8174 * gdb.fortran/block-data.exp: New.
8175
8176 2019-06-11 Tom de Vries <tdevries@suse.de>
8177
8178 PR testsuite/24521
8179 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
8180 message.
8181
8182 2019-06-11 Tom de Vries <tdevries@suse.de>
8183
8184 PR testsuite/24521
8185 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
8186
8187 2019-06-11 Tom de Vries <tdevries@suse.de>
8188
8189 * boards/readnow.exp: New file.
8190
8191 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
8192
8193 * gdb.fortran/vla-sizeof.exp: Update expected results.
8194
8195 2019-06-06 Amos Bird <amosbird@gmail.com>
8196
8197 * gdb.base/annota1.exp (thread_switch): Add test for
8198 thread-exited annotation.
8199
8200 2019-06-06 Tom Tromey <tromey@adacore.com>
8201
8202 * gdb.base/maint.exp: Expect command started/finished output.
8203
8204 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8205
8206 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
8207 comment.
8208 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
8209
8210 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8211
8212 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
8213 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
8214 * gdb.arch/riscv-unwind-long-insn.c: New file.
8215 * gdb.arch/riscv-unwind-long-insn.exp: New file.
8216
8217 2019-06-04 Christian Biesinger <cbiesinger@google.com>
8218
8219 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
8220
8221 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8222
8223 * lib/gdb.exp (help_list_trailer): New regexp variable
8224 factorizing the help trailer message.
8225 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
8226 arg to allow to better factorize various tests.
8227 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
8228 (test_prefix_command_help): Use help_list_trailer.
8229 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
8230 * gdb.guile/scm-cmd.exp: Likewise.
8231 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
8232 * gdb.base/help.exp: Use test_user_defined_class_help.
8233 * gdb.base/style.exp: Add tests for styling of help and apropos.
8234 * lib/gdb-utils.exp (style): Add title and highlight styles.
8235
8236 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8237
8238 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
8239 $_shell_exitsignal.
8240 * gdb.base/default.exp: Update for new convenience variables.
8241
8242 2019-05-29 Tom Tromey <tromey@adacore.com>
8243
8244 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
8245 to "break complete ada" test case's regexp.
8246
8247 2019-05-29 Tom Tromey <tromey@adacore.com>
8248
8249 PR c++/20020:
8250 * gdb.cp/constexpr-field.exp: New file.
8251 * gdb.cp/constexpr-field.cc: New file.
8252
8253 2019-05-29 Tom Tromey <tromey@adacore.com>
8254
8255 * gdb.base/finish.exp (finish_no_print): New proc.
8256 (finish_tests): Call it.
8257
8258 2019-05-24 Tom de Vries <tdevries@suse.de>
8259
8260 * gdb.dwarf2/gdb-add-index.exp: New file.
8261
8262 2019-05-22 Tom Tromey <tromey@adacore.com>
8263
8264 * gdb.base/info-shared.exp (check_info_shared): Use "style".
8265 * gdb.base/style.exp: Use "style".
8266 * lib/gdb-utils.exp (style): New proc.
8267
8268 2019-05-22 Tom de Vries <tdevries@suse.de>
8269
8270 * gdb.base/align.exp: Require c++11.
8271
8272 2019-05-22 Tom de Vries <tdevries@suse.de>
8273
8274 PR testsuite/24586
8275 * gdb.python/py-mi-var-info-path-expression.exp: Call
8276 mi_skip_python_tests to check if python is supported.
8277
8278 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8279
8280 * gdb.arch/aarch64-pauth.c: New test.
8281 * gdb.arch/aarch64-pauth.exp: New file.
8282
8283 2019-05-22 Alan Hayward <alan.hayward@arm.com>
8284
8285 * README (Re-running Tests Outside The Testsuite): New section.
8286
8287 2019-05-21 Tom de Vries <tdevries@suse.de>
8288
8289 * gdb.arch/amd64-eval.exp: Require c++11.
8290 * gdb.base/max-depth.exp: Same.
8291 * gdb.compile/compile-cplus-array-decay.exp: Same.
8292 * gdb.cp/meth-typedefs.exp: Same.
8293 * gdb.cp/subtypes.exp: Same.
8294 * gdb.cp/temargs.exp: Same.
8295
8296 2019-05-21 Alan Hayward <alan.hayward@arm.com>
8297
8298 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
8299
8300 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8301
8302 PR gdb/18644
8303 * gdb.fortran/complex.exp: Remove setup_kfail calls.
8304 * gdb.fortran/printing-types.exp: Add new test.
8305 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
8306 testing.
8307 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
8308 setup_kfail call.
8309
8310 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8311
8312 * README (Running the Testsuite): Change example.
8313 (Testsuite Parameters): Remove TRANSCRIPT.
8314 * lib/gdb.exp: Remove TRANSCRIPT check.
8315
8316 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8317
8318 * README (Testsuite Parameters): Add replay logging to
8319 GDBSERVER_DEBUG.
8320 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
8321 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
8322 as a comma separated list.
8323 (gdb_debug_init): Override procedure.
8324
8325 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8326
8327 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
8328 (gdb_write_cmd_file): New procedure.
8329 * lib/gdbserver-support.exp (gdbserver_start): Call
8330 gdbserver_write_cmd_file.
8331 (gdbserver_write_cmd_file): New procedure.
8332
8333 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8334
8335 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
8336 (delete_breakpoints): Likewise.
8337 (gdb_run_cmd): Likewise.
8338 (gdb_start_cmd): Likewise.
8339 (gdb_starti_cmd): Likewise.
8340 (gdb_internal_error_resync): Likewise.
8341 (gdb_test_multiple): Likewise.
8342 (gdb_reinitialize_dir): Likewise.
8343 (default_gdb_exit): Likewise.
8344 (gdb_file_cmd): Mark kill as optional.
8345 (default_gdb_start): Call gdb_stdin_log_init.
8346 (send_gdb): Call gdb_stdin_log_write.
8347 (rerun_to_main): Mark Y as an answer.
8348 (gdb_stdin_log_init): New function.
8349 (gdb_stdin_log_write): Likewise.
8350
8351 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8352
8353 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
8354 * gdb.base/debug-expr.exp: Likewise.
8355 * gdb.base/foll-fork.exp: Likewise.
8356 * gdb.base/foll-vfork.exp: Likewise.
8357 * gdb.base/fork-print-inferior-events.exp: Likewise.
8358 * gdb.base/gdb-sigterm.exp: Likewise.
8359 * gdb.base/gdbinit-history.exp: Likewise.
8360 * gdb.base/osabi.exp: Likewise.
8361 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
8362 * gdb.base/ui-redirect.exp: Likewise.
8363 * gdb.gdb/unittest.exp: Likewise.
8364 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
8365 * gdb.mi/mi-watch.exp: Likewise.
8366 * gdb.mi/new-ui-mi-sync.exp: Likewise.
8367 * gdb.mi/user-selected-context-sync.exp: Likewise.
8368 * gdb.python/python.exp: Disable debug test when debugging.
8369 * gdb.threads/check-libthread-db.exp: Disable when debugging.
8370 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8371 Likewise.
8372 * gdb.threads/stepi-random-signal.exp: Likewise.
8373
8374 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8375
8376 * Makefile.in: Pass through GDB_DEBUG.
8377 * README (Testsuite Parameters): Add GDB_DEBUG.
8378 (gdb,debug): Add board setting.
8379 * lib/gdb.exp (default_gdb_start): Start debugging.
8380 (gdb_debug_enabled): New procedure.
8381 (gdb_debug_init): Likewise.
8382
8383 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8384
8385 * Makefile.in: Pass through GDB_DEBUG.
8386 * README (Testsuite Parameters): Add GDB_DEBUG.
8387 (gdb,debug): Add board setting.
8388 * lib/gdb.exp (default_gdb_start): Start debugging.
8389 (gdb_debug_enabled): New procedure.
8390 (gdb_debug_init): Likewise.
8391
8392 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8393
8394 * gdb.base/ui-redirect.exp: Add debug redirect tests.
8395
8396 2019-05-17 Alan Hayward <alan.hayward@arm.com>
8397
8398 * gdb.base/ui-redirect.exp: Test redirection.
8399
8400 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
8401
8402 * gdb.mi/mi-complete.exp: New file.
8403 * gdb.mi/mi-complete.cc: Likewise.
8404
8405 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
8406
8407 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
8408 indexed and sliced arrays, and pointers to arrays.
8409
8410 2019-05-14 Tom Tromey <tromey@adacore.com>
8411
8412 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
8413 styling test.
8414
8415 2019-05-14 Tom de Vries <tdevries@suse.de>
8416
8417 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
8418 selection entry encoding.
8419
8420 2019-05-10 Tom Tromey <tromey@adacore.com>
8421
8422 * gdb.ada/info_exc.exp: Add "complete" test.
8423
8424 2019-05-09 Tom de Vries <tdevries@suse.de>
8425
8426 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
8427 CU-relative.
8428
8429 2019-05-09 Tom de Vries <tdevries@suse.de>
8430
8431 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
8432 CU-relative.
8433
8434 2019-05-08 Joel Brobecker <brobecker@adacore.com>
8435
8436 * gdb.ada/frame_arg_lang.exp: New testcase.
8437 * gdb.ada/frame_arg_lang/bla.adb: New file.
8438 * gdb.ada/frame_arg_lang/pck.ads: New file.
8439 * gdb.ada/frame_arg_lang/pck.adb: New file.
8440 * gdb.ada/frame_arg_lang/foo.c: New file.
8441
8442 2019-05-08 Tom Tromey <tromey@adacore.com>
8443
8444 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
8445
8446 2019-05-08 Tom Tromey <tromey@adacore.com>
8447
8448 * gdb.base/ptype-offsets.exp: Update tests.
8449
8450 2019-05-08 Tom Tromey <tromey@adacore.com>
8451
8452 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
8453 cases.
8454 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
8455 "short".
8456
8457 2019-05-08 Tom Tromey <tromey@adacore.com>
8458
8459 * gdb.ada/vla.exp: New file.
8460 * gdb.ada/vla/vla.adb: New file.
8461
8462 2019-05-07 Tom de Vries <tdevries@suse.de>
8463
8464 * gdb.base/index-cache.exp (ls_host): Fix return statement.
8465
8466 2019-05-07 Tom de Vries <tdevries@suse.de>
8467
8468 PR testsuite/24522
8469 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
8470 section.
8471
8472 2019-05-07 Tom de Vries <tdevries@suse.de>
8473
8474 PR testsuite/24522
8475 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
8476 .debug_aranges section.
8477
8478 2019-05-07 Tom de Vries <tdevries@suse.de>
8479
8480 PR testsuite/24159
8481 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
8482
8483 2019-05-06 Tom de Vries <tdevries@suse.de>
8484
8485 * lib/gdb.exp (exec_has_index_section): New proc.
8486 * gdb.base/index-cache.exp: Handle case that binfile contains an index
8487 section.
8488
8489 2019-05-04 Tom de Vries <tdevries@suse.de>
8490
8491 * boards/cc-with-debug-names.exp: New file.
8492
8493 2019-05-03 Tom Tromey <tromey@adacore.com>
8494
8495 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
8496 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
8497 * gdb.ada/char_enum.exp: Add test.
8498
8499 2019-05-03 Tom de Vries <tdevries@suse.de>
8500
8501 * boards/cc-with-gdb-index.exp: New file.
8502
8503 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
8504
8505 * gdb.rust/simple.exp: Add new test case.
8506 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
8507 (main): Initialise an instance of the new struct.
8508
8509 2019-05-01 Tom Tromey <tromey@adacore.com>
8510
8511 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
8512 record.
8513 (NPR): New variable.
8514 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
8515 test.
8516
8517 2019-05-01 Tom Tromey <tromey@adacore.com>
8518
8519 * gdb.ada/packed_array_assign.exp: Add packed assignment
8520 regression test.
8521
8522 2019-05-01 Tom de Vries <tdevries@suse.de>
8523
8524 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
8525
8526 2019-05-01 Tom de Vries <tdevries@suse.de>
8527
8528 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
8529
8530 2019-04-30 Ali Tamur <tamur@google.com>
8531
8532 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
8533
8534 2019-04-30 Tom Tromey <tromey@adacore.com>
8535
8536 * lib/ada.exp (find_ada_tool): New proc.
8537 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
8538 * gdb.ada/catch_ex_std.exp: New file.
8539 * gdb.ada/catch_ex_std/foo.adb: New file.
8540 * gdb.ada/catch_ex_std/some_package.adb: New file.
8541 * gdb.ada/catch_ex_std/some_package.ads: New file.
8542
8543 2019-04-30 Tom Tromey <tromey@adacore.com>
8544
8545 PR c++/24470:
8546 * gdb.cp/temargs.cc: Add test code from PR.
8547
8548 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8549
8550 * gdb.fortran/vla-datatypes.exp: Update expected results.
8551 * gdb.fortran/vla-ptype.exp: Likewise.
8552 * gdb.fortran/vla-type.exp: Likewise.
8553 * gdb.fortran/vla-value.exp: Likewise.
8554
8555 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8556
8557 * gdb.fortran/ptr-indentation.exp: Update expected results.
8558 * gdb.fortran/ptype-on-functions.exp: Likewise.
8559 * gdb.fortran/vla-ptr-info.exp: Likewise.
8560 * gdb.fortran/vla-value.exp: Likewise.
8561
8562 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8563
8564 * gdb.fortran/ptype-on-functions.exp: New file.
8565 * gdb.fortran/ptype-on-functions.f90: New file.
8566
8567 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8568
8569 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
8570 case void string.
8571
8572 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8573
8574 * gdb.fortran/complex.exp: Expand.
8575 * gdb.fortran/complex.f: Renamed to...
8576 * gdb.fortran/complex.f90: ...this, and extended to add more
8577 complex values.
8578
8579 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8580
8581 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
8582 MODULO, CMPLX.
8583
8584 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8585 Richard Bunt <richard.bunt@arm.com>
8586
8587 * gdb.base/max-depth.c: New file.
8588 * gdb.base/max-depth.exp: New file.
8589 * gdb.python/py-nested-maps.c: New file.
8590 * gdb.python/py-nested-maps.exp: New file.
8591 * gdb.python/py-nested-maps.py: New file.
8592 * gdb.python/py-format-string.exp (test_max_depth): New proc.
8593 (test_all_common): Call test_max_depth.
8594 * gdb.fortran/max-depth.exp: New file.
8595 * gdb.fortran/max-depth.f90: New file.
8596 * gdb.go/max-depth.exp: New file.
8597 * gdb.go/max-depth.go: New file.
8598 * gdb.modula2/max-depth.exp: New file.
8599 * gdb.modula2/max-depth.c: New file.
8600 * lib/gdb.exp (get_print_expr_at_depths): New proc.
8601
8602 2019-04-29 Tom de Vries <tdevries@suse.de>
8603
8604 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
8605
8606 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8607
8608 * gdb.base/callexit.exp: Test may-call-functions off.
8609
8610 2019-04-25 Keith Seitz <keiths@redhat.com>
8611
8612 PR c++/24367
8613 * gdb.cp/meth-typedefs.cc (incomplete_struct)
8614 (another_incomplete_struct, test_incomplete): New definitions.
8615 (main): Use new definitions.
8616 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
8617 functions.
8618
8619 2019-04-25 Ali Tamur <tamur@google.com>
8620
8621 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
8622
8623 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
8624
8625 PR corefiles/11608
8626 PR corefiles/18187
8627 * gdb.base/coredump-filter-build-id.exp: New file.
8628
8629 2019-04-25 Alan Hayward <alan.hayward@arm.com>
8630
8631 * Makefile.in: Pass through GDBSERVER_DEBUG.
8632 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
8633 (gdbserver,debug): Add board setting.
8634 * gdb.trace/tspeed.exp: Skip when debugging.
8635 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
8636 * lib/gdbserver-support.exp: Likewise
8637
8638 2019-04-24 Tom Tromey <tromey@adacore.com>
8639
8640 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
8641 Rust.
8642
8643 2019-04-24 Tom Tromey <tromey@adacore.com>
8644
8645 * gdb.arch/amd64-eval.exp: Test bitfield return.
8646 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
8647 (class Foo) <return_bitfields>: New method.
8648 (main): Call it.
8649
8650 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8651
8652 * gdb.cp/many-args.cc: New file.
8653 * gdb.cp/many-args.exp: New file.
8654
8655 2019-04-23 Tom de Vries <tdevries@suse.de>
8656
8657 PR gdb/24433
8658 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
8659
8660 2019-04-23 Alan Hayward <alan.hayward@arm.com>
8661
8662 * gdb.trace/backtrace.exp: Use nopie flag.
8663 * gdb.trace/circ.exp: Likewise.
8664 * gdb.trace/collection.exp: Likewise.
8665 * gdb.trace/ftrace.exp: Likewise.
8666 * gdb.trace/mi-trace-unavailable.exp: Likewise.
8667 * gdb.trace/mi-traceframe-changed.exp: Likewise.
8668 * gdb.trace/qtro.exp: Likewise.
8669 * gdb.trace/read-memory.exp: Likewise.
8670 * gdb.trace/report.exp: Likewise.
8671 * gdb.trace/tfile.exp: Likewise.
8672 * gdb.trace/tfind.exp: Likewise.
8673 * gdb.trace/unavailable.exp: Likewise.
8674
8675 2019-04-22 Pedro Alves <palves@redhat.com>
8676
8677 * gdb.base/solib-probes-nosharedlibrary.c,
8678 gdb.base/solib-probes-nosharedlibrary.exp: New files.
8679
8680 2019-04-19 Tom Tromey <tromey@adacore.com>
8681
8682 * gdb.ada/ptype_union.c: New file.
8683 * gdb.ada/ptype_union.exp: New file.
8684
8685 2019-04-19 Tom Tromey <tromey@adacore.com>
8686
8687 PR symtab/24423:
8688 * gdb.base/list0.h (foo): Add a control-l character.
8689
8690 2019-04-18 Tom de Vries <tdevries@suse.de>
8691
8692 PR gdb/24433
8693 * boards/local-board.exp: Set sysroot to "".
8694
8695 2019-04-18 Tom de Vries <tdevries@suse.de>
8696 Pedro Alves <palves@redhat.com>
8697
8698 PR gdb/24454
8699 * gdb.threads/vfork-follow-child-exec.c: New file.
8700 * gdb.threads/vfork-follow-child-exec.exp: New file.
8701 * gdb.threads/vfork-follow-child-exit.c: New file.
8702 * gdb.threads/vfork-follow-child-exit.exp: New file.
8703
8704 2019-04-15 Leszek Swirski <leszeks@google.com>
8705
8706 * gdb.arch/amd64-eval.cc: New file.
8707 * gdb.arch/amd64-eval.exp: New file.
8708
8709 2019-04-11 Alan Hayward <alan.hayward@arm.com>
8710
8711 * gdb.server/sysroot.c: New test.
8712 * gdb.server/sysroot.exp: New file.
8713 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
8714 matching param.
8715
8716 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8717
8718 * gdb.base/align.exp: Extend test to cover structures containing
8719 only static fields.
8720
8721 2019-04-11 Tom de Vries <tdevries@suse.de>
8722
8723 * boards/cc-with-dwz-m.exp: New file.
8724 * boards/cc-with-dwz.exp: New file.
8725 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
8726
8727 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
8728
8729 * gdb.base/start-cpp.exp: New file.
8730 * gdb.base/start-cpp.cc: New file.
8731
8732 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8733
8734 * gdb.python/py-thrhandle.exp: Adjust tests to call
8735 thread_from_handle instead of thread_from_thread_handle.
8736
8737 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8738
8739 * gdb.python/py-thrhandle.exp: Add tests for
8740 gdb.InferiorThread.handle.
8741
8742 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
8743
8744 * gdb.python/py-function.exp: Check calling helper function from
8745 all languages.
8746 * lib/gdb.exp (gdb_supported_languages): New proc.
8747
8748 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
8749
8750 * gdb.base/complex-parts.c: New file.
8751 * gdb.base/complex-parts.exp: New file.
8752
8753 2019-04-01 Tom Tromey <tromey@adacore.com>
8754
8755 PR symtab/23331:
8756 * gdb.dwarf2/dw2-ranges-main.c: New file.
8757 * gdb.dwarf2/dw2-ranges-psym.c: New file.
8758 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
8759
8760 2019-03-30 Simon Marchi <simark@simark.ca>
8761
8762 * gdb.base/default.exp: Add values for $_gdb_major and
8763 $_gdb_minor.
8764
8765 2019-03-29 Tom Tromey <tromey@adacore.com>
8766
8767 * gdb.base/help.exp: Tighten apropos regexp.
8768
8769 2019-03-29 Keith Seitz <keiths@redhat.com>
8770
8771 * gdb.fortran/array-bounds.exp: New file.
8772 * gdb.fortran/array-bounds.f90: New file.
8773
8774 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8775
8776 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
8777
8778 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8779
8780 * gdb.multi/hello.c (main): Increase alarm timer.
8781
8782 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
8783
8784 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
8785 factor when no hardware watchpoint support.
8786
8787 2019-03-28 Alan Hayward <alan.hayward@arm.com>
8788 Pedro Alves <palves@redhat.com>
8789
8790 * boards/local-board.exp: set sysroot to /.
8791
8792 2019-03-27 Alan Hayward <alan.hayward@arm.com>
8793
8794 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
8795 in child.
8796
8797 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8798
8799 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
8800 field.
8801 (make_container): Initialise new field.
8802 * gdb.python/py-prettyprint.exp: Add new tests.
8803 * gdb.python/py-prettyprint.py (class ContainerPrinter)
8804 <display_hint>: New method.
8805
8806 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8807
8808 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
8809 gdb_continue_to_breakpoint more throughout this test.
8810 (run_lang_tests) Supply unique test names, and use
8811 gdb_test_no_output.
8812
8813 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8814
8815 * gdb.base/finish-pretty.exp: Update expected results.
8816 * gdb.base/pretty-print.c: New file.
8817 * gdb.base/pretty-print.exp: New file.
8818
8819 2019-03-25 Pedro Alves <palves@redhat.com>
8820
8821 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
8822 move comments outside list. Append '-i "" eof' section.
8823
8824 2019-03-22 Alan Hayward <alan.hayward@arm.com>
8825
8826 PR testsuite/25016
8827 * README: Add pie options.
8828 * gdb.base/break-interp.exp: Ensure pie is disabled.
8829 * gdb.base/dump.exp: Likewise.
8830 * lib/gdb.exp (gdb_compile): Add pie option.
8831
8832 2019-03-19 Tom Tromey <tromey@adacore.com>
8833
8834 * gdb.mi/mi2-cli-display.c: New file.
8835 * gdb.mi/mi2-cli-display.exp: New file.
8836
8837 2019-03-18 Joel Brobecker <brobecker@adacore.com>
8838 Tom Tromey <tromey@adacore.com>
8839
8840 * gdb.ada/ptype_array/pck.adb: New file.
8841 * gdb.ada/ptype_array/pck.ads: New file.
8842 * gdb.ada/ptype_array/foo.adb: New file.
8843 * gdb.ada/ptype_array.exp: New file.
8844
8845 2019-03-14 Tom Tromey <tromey@adacore.com>
8846
8847 * gdb.base/style.exp: Add "set style sources" test.
8848
8849 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
8850
8851 * mi-breakpoint-location-ena-dis.exp: Rename to ...
8852 * mi-breakpoint-multiple-locations.exp: ... this.
8853 (make_breakpoints_pattern): New proc.
8854 (do_test): Add mi_version parameter, test -break-insert,
8855 -break-info and =breakpoint-created.
8856
8857 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
8858
8859 * config/default.exp: Remove 'load_lib gdb.exp'.
8860 * config/monitor.exp: Likewise.
8861 * config/sid.exp: Likewise.
8862 * config/sim.exp: Likewise.
8863 * config/slite.exp: Likewise.
8864 * config/unix.exp: Likewise.
8865 * gdb.base/default.exp: Remove unhelpful comment.
8866
8867 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8868
8869 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
8870
8871 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8872
8873 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
8874
8875 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8876
8877 * gdb.fortran/type-kinds.exp: Update expected results.
8878
8879 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8880
8881 * gdb.fortran/type-kinds.exp: Test new integer type kind.
8882
8883 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8884
8885 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
8886 function.
8887 (test_basic_parsing_of_type_kinds): Expand types tested.
8888 (test_parsing_invalid_type_kinds): New function.
8889
8890 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8891
8892 * gdb.fortran/intrinsics.exp: New file.
8893 * gdb.fortran/intrinsics.f90: New file.
8894 * gdb.fortran/type-kinds.exp: New file.
8895
8896 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8897
8898 * gdb.fortran/dot-ops.exp: New file.
8899
8900 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8901
8902 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
8903 Check upper and lower case logical literals.
8904
8905 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8906
8907 * gdb.fortran/types.exp (test_float_literal_types_accepted):
8908 Remove duplicate tests.
8909
8910 2019-03-06 Alan Hayward <alan.hayward@arm.com>
8911
8912 * lib/gdb.exp (builtin_cd): rename of cd.
8913 (cd): Override builtin.
8914
8915 2019-03-06 Richard Bunt <richard.bunt@arm.com>
8916
8917 * gdb.fortran/function-calls.exp: New file.
8918 * gdb.fortran/function-calls.f90: New test.
8919
8920 2019-03-04 Richard Bunt <richard.bunt@arm.com>
8921
8922 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
8923 on user program standard output.
8924 * gdb.fortran/short-circuit-argument-list.f90: Record function
8925 calls.
8926
8927 2019-02-28 Alan Hayward <alan.hayward@arm.com>
8928
8929 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
8930 failure.
8931
8932 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8933
8934 PR gdb/8527
8935 * gdb.base/interrupt-daemon-attach.c,
8936 gdb.base/interrupt-daemon-attach.exp: New test.
8937
8938 2019-02-27 Pedro Alves <palves@redhat.com>
8939
8940 * gdb.base/page.exp: Add tests for "set width/height -1".
8941
8942 2019-02-27 Pedro Alves <palves@redhat.com>
8943
8944 * gdb.base/page.exp: Add tests for "set/show width/height" with
8945 "infinite" values.
8946
8947 2019-02-27 Tom Tromey <tromey@adacore.com>
8948
8949 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
8950 2.4.
8951 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
8952 workaround.
8953
8954 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
8955
8956 * gdb.base/align.exp: Extend to compile in both C and C++, and add
8957 tests for structs with static members.
8958
8959 2019-02-26 Tom Tromey <tromey@adacore.com>
8960
8961 * gdb.python/py-value.exp (test_value_from_buffer): Check for
8962 ValueError, not TypeError.
8963
8964 2019-02-26 Kevin Buettner <kevinb@redhat.com>
8965
8966 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
8967 call from main program.
8968
8969 2019-02-23 Joel Brobecker <brobecker@adacore.com>
8970
8971 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
8972 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
8973 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
8974 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
8975 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
8976
8977 2019-02-22 Keith Seitz <keiths@redhat.com>
8978
8979 PR symtab/23853
8980 * gdb.base/symlink-sourcefile.c: New file.
8981 * gdb.base/symlink-sourcefile.exp: New file.
8982
8983 2019-02-20 Tom Tromey <tom@tromey.com>
8984
8985 * gdb.base/info_qt.exp: Update.
8986
8987 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
8988
8989 * gdb.base/source.exp: Move "error in sourced script" code to
8990 the end.
8991 * gdb.base/source-error.gdb: Move contents to
8992 source-error-1.gdb. Add new code to source source-error-1.gdb.
8993 * gdb.base/source-error-1.gdb: New file, from previous
8994 source-error.gdb.
8995
8996 2019-02-17 Tom Tromey <tom@tromey.com>
8997
8998 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
8999 for macro styling.
9000 * gdb.base/style.c (SOME_MACRO): New macro.
9001
9002 2019-02-17 Tom Tromey <tom@tromey.com>
9003
9004 * gdb.base/style.exp: Add line-wrapping tests.
9005 * gdb.base/page.exp: Add test for quitting during pagination.
9006
9007 2019-02-17 Joel Brobecker <brobecker@adacore.com>
9008
9009 * gdb.ada/big_packed_array: New testcase.
9010 * gdb.ada/homonym.exp: Fix incorrect expected output for
9011 "break <homonym__get_value>" test.
9012
9013 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
9014
9015 PR breakpoints/21870
9016 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
9017 and prepare_for_testing. Add comment.
9018 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
9019 redundant cleanup call. Clean up comment.
9020
9021 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
9022
9023 PR breakpoints/21870
9024 * gdb.arch/aarch64-dbreg-contents.exp: New file.
9025 * gdb.arch/aarch64-dbreg-contents.c: New file.
9026
9027 2019-02-10 Joel Brobecker <brobecker@adacore.com>
9028
9029 * gdb.ada/mi_ref_changeable: New testcase.
9030
9031 2019-02-07 Alan Hayward <alan.hayward@arm.com>
9032
9033 * gdb.base/attach.exp: Add double attach test.
9034
9035 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
9036
9037 * lib/gdb.exp (default_gdb_start): Don't match pagination
9038 prompt.
9039 (gdb_init): Set stty_init.
9040
9041 2019-01-27 Tom Tromey <tom@tromey.com>
9042
9043 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
9044 skip_python_tests.
9045
9046 2019-01-24 Alan Hayward <alan.hayward@arm.com>
9047
9048 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
9049 New structure.
9050 (struct struct_static_02_02): Likewise.
9051 (struct struct_static_02_03): Likewise.
9052 (struct struct_static_02_04): Likewise.
9053 (struct struct_static_04_01): Likewise.
9054 (struct struct_static_04_02): Likewise.
9055 (struct struct_static_04_03): Likewise.
9056 (struct struct_static_04_04): Likewise.
9057 (struct struct_static_06_01): Likewise.
9058 (struct struct_static_06_02): Likewise.
9059 (struct struct_static_06_03): Likewise.
9060 (struct struct_static_06_04): Likewise.
9061 (cmp_struct_static_02_01): Likewise.
9062 (cmp_struct_static_02_02): Likewise.
9063 (cmp_struct_static_02_03): Likewise.
9064 (cmp_struct_static_02_04): Likewise.
9065 (cmp_struct_static_04_01): Likewise.
9066 (cmp_struct_static_04_02): Likewise.
9067 (cmp_struct_static_04_03): Likewise.
9068 (cmp_struct_static_04_04): Likewise.
9069 (cmp_struct_static_06_01): Likewise.
9070 (cmp_struct_static_06_02): Likewise.
9071 (cmp_struct_static_06_03): Likewise.
9072 (cmp_struct_static_06_04): Likewise.
9073 (call_all): Test new structs.
9074 * gdb.base/infcall-nested-structs.exp: Likewise.
9075
9076 2019-01-21 Alan Hayward <alan.hayward@arm.com>
9077 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
9078
9079 2019-01-21 Alan Hayward <alan.hayward@arm.com>
9080 * gdb.base/stack-protector.c: New test.
9081 * gdb.base/stack-protector.exp: New file.
9082 * gdb.cp/ovldbreak.exp: Only allow a single break line.
9083 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
9084 option.
9085 (gdb_compile): Remove stack protector for GCC and prevent
9086 recursion.
9087
9088 2019-01-16 Keith Seitz <keiths@redhat.com>
9089
9090 PR gdb/23773
9091 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
9092
9093 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9094
9095 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
9096 aliases.
9097 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
9098 tests.
9099 * gdb.arch/powerpc-vector-regs.c: New file.
9100 * gdb.arch/powerpc-vector-regs.exp: New file.
9101
9102 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9103
9104 * gdb.arch/altivec-regs.exp: Fix the list passed to
9105 gdb_expect_list when testing "info vector".
9106
9107 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
9108
9109 * gdb.base/style.exp: Don't include path in testname.
9110
9111 2019-01-10 Keith Seitz <keiths@redhat.com>
9112
9113 PR gdb/23712
9114 PR symtab/23010
9115 * gdb.dwarf2/multidictionary.exp: New file.
9116
9117 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
9118
9119 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
9120 (test_gnuv3_style_demangling): ... this.
9121 (test_lucid_style_demangling): Remove.
9122 (test_arm_style_demangling): Remove.
9123 (test_hp_style_demangling): Remove.
9124 (do_tests): Remove calls to the above.
9125
9126 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
9127
9128 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
9129 case.
9130
9131 2019-01-06 Tom Tromey <tom@tromey.com>
9132
9133 PR gdb/28155:
9134 * gdb.dwarf2/typedef-void-finish.exp: New file.
9135
9136 2018-12-28 Tom Tromey <tom@tromey.com>
9137 Simon Marchi <simark@simark.ca>
9138
9139 * gdb.base/jit-exec.exp: New file.
9140 * gdb.base/jit-exec.c: New file.
9141 * gdb.base/jit-execd.c: New file.
9142
9143 2018-12-28 Tom Tromey <tom@tromey.com>
9144
9145 * gdb.base/style.exp: Update test to check for address styling.
9146
9147 2018-12-28 Tom Tromey <tom@tromey.com>
9148
9149 * gdb.base/style.exp: Add test for styling of "Reading symbols"
9150 message.
9151
9152 2018-12-28 Tom Tromey <tom@tromey.com>
9153
9154 * gdb.base/style.exp: Add test for version number styling.
9155
9156 2018-12-28 Tom Tromey <tom@tromey.com>
9157
9158 * gdb.base/style.exp: Add test for print_address_symbolic.
9159
9160 2018-12-28 Tom Tromey <tom@tromey.com>
9161
9162 * gdb.base/style.exp: Add test for breakpoint setting.
9163
9164 2018-12-28 Tom Tromey <tom@tromey.com>
9165
9166 * gdb.base/style.exp: Add test for variable names.
9167
9168 2018-12-28 Tom Tromey <tom@tromey.com>
9169
9170 * gdb.base/style.exp: New file.
9171 * gdb.base/style.c: New file.
9172
9173 2018-12-28 Tom Tromey <tom@tromey.com>
9174
9175 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
9176 "dumb".
9177 * gdb.base/readline.exp (operate_and_get_next): Save and restore
9178 the TERM environment variable.
9179
9180 2018-12-27 Tom Tromey <tom@tromey.com>
9181
9182 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
9183 pagination test.
9184
9185 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
9186
9187 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
9188 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
9189
9190 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9191
9192 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
9193 Filename a.adb changed to bp_fun_addr.adb.
9194 gdb.ada/bp_fun_addr.exp: Update test accordingly.
9195
9196 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
9197
9198 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
9199 non-PIE executables.
9200 * README: Mention the gdb,nopie_flag board setting.
9201 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
9202 non-PIE executable.
9203 * gdb.arch/amd64-entry-value.exp: Likewise.
9204 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
9205 * gdb.arch/i386-float.exp: Likewise.
9206 * gdb.arch/i386-signal.exp: Likewise.
9207 * gdb.mi/mi-reg-undefined.exp: Likewise.
9208
9209 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
9210
9211 PR gdb/23974
9212 * gdb.base/info-os.exp: Check return for unknown "info os" type.
9213
9214 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9215
9216 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
9217 Update order of results accordingly.
9218
9219 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
9220
9221 * gdb.base/annota1.exp: Update a test regexp.
9222
9223 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9224
9225 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
9226
9227 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9228
9229 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
9230 (reuse_time): Initialize to REUSE_TIME_CAP.
9231 (check_rc): New function.
9232 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
9233 Check pthread_create rc.
9234 (spawner_thread_func): Check pthread_create and pthread_join rc.
9235
9236 2018-12-08 Pedro Alves <palves@redhat.com>
9237
9238 * gdb.base/list.exp (test_forward_search): Rename to ...
9239 (test_forward_reverse_search): ... this. Also test reverse-search
9240 and the forward-search alias.
9241
9242 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
9243
9244 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
9245 local timeout variable before return, and remove all local timeout
9246 variable entirely.
9247 (gdb_load): Likewise.
9248
9249 2018-12-01 Tom de Vries <tdevries@suse.de>
9250
9251 * gdb.base/gdb-caching-proc.exp: New file.
9252
9253 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
9254
9255 * Makefile.in (TIMESTAMP): New variable.
9256 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
9257 command.
9258 (check-single-racy): Likewise.
9259 (check/%.exp): Likewise.
9260 (check-racy/%.exp): Likewise.
9261 (workers/%.worker): Likewise.
9262 (build-perf): Likewise.
9263 (check-perf): Likewise.
9264 * README: Describe new "TS" and "TS_FORMAT" variables.
9265 * print-ts.py: New file.
9266
9267 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
9268
9269 PR python/23714
9270 * gdb.python/python.exp: Test command repetition after
9271 gdb.execute.
9272
9273 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
9274
9275 * gdb.opt/inline-break.exp: Add test that info breakpoint output
9276 is correctly aligned.
9277
9278 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9279
9280 * gdb.ada/info_auto_lang.exp: New testcase.
9281 * gdb.ada/info_auto_lang/global_pack.ads: New file.
9282 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
9283 * gdb.ada/info_auto_lang/some_c.c: New file.
9284
9285 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9286
9287 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
9288 FUNC_lang language syntax.
9289
9290 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9291
9292 * gdb.base/info_minsym.c: New file.
9293 * gdb.base/info_minsym.exp: New file.
9294
9295 2018-11-19 Tom Tromey <tom@tromey.com>
9296
9297 PR rust/23625:
9298 * gdb.rust/simple.exp: Add ptype test. Update expected output.
9299 * gdb.rust/expr.exp: Update expected output. Change one test.
9300
9301 2018-11-19 Tom Tromey <tom@tromey.com>
9302
9303 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
9304
9305 2018-11-19 Pedro Alves <palves@redhat.com>
9306
9307 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
9308 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
9309 see the expected warning.
9310
9311 2018-11-16 Alan Hayward <alan.hayward@arm.com>
9312
9313 PR gdb/22736:
9314 * gdb.cp/infcall-nodebug-lib.c: New test.
9315 * gdb.cp/infcall-nodebug-main.c: New test.
9316 * gdb.cp/infcall-nodebug.exp: New file.
9317
9318 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
9319
9320 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
9321 completer tests.
9322
9323 2018-11-09 Tom de Vries <tdevries@suse.de>
9324
9325 * gdb.base/msym-lang.c: New test.
9326 * gdb.base/msym-lang.exp: New file.
9327 * gdb.base/msym-lang-main.c: New test.
9328
9329 2018-11-08 Tom Tromey <tom@tromey.com>
9330
9331 PR gdb/23555:
9332 PR gdb/23838:
9333 * gdb.base/warning.exp: New file.
9334
9335 2018-11-08 Jan Beulich <jbeulich@suse.com>
9336
9337 * testsuite/gdb.arch/i386-avx512.c,
9338 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
9339
9340 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
9341
9342 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
9343 point hardware.
9344
9345 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
9346
9347 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
9348 * gdb.dwarf2/missing-type-name.exp: New file.
9349
9350 2018-11-06 Tom de Vries <tdevries@suse.de>
9351
9352 * gdb.base/many-headers.c: New test.
9353 * gdb.base/many-headers.exp: New file.
9354
9355 2018-11-06 Jim Wilson <jimw@sifive.com>
9356
9357 * gdb.base/code_elim.exp: For riscv, set additional_flags
9358 to include -msmall-data-limit=0.
9359
9360 2018-11-01 Joel Brobecker <brobecker@adacore.com>
9361
9362 * gdb.ada/watch_minus_l: New testcase.
9363
9364 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
9365
9366 * gdb.arch/aix-sighandle.c: New file.
9367 * gdb.arch/aix-sighandle.exp: New file.
9368
9369 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9370
9371 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
9372 registers being unions.
9373
9374 2018-10-31 Tom de Vries <tdevries@suse.de>
9375
9376 * lib/valgrind.exp: New file.
9377 (vgdb_start, vgdb_stop): New procs, factored out of ...
9378 * gdb.base/valgrind-bt.exp: ... here, ...
9379 * gdb.base/valgrind-disp-step.exp: ... here and ...
9380 * gdb.base/valgrind-infcall.exp: ... here.
9381
9382 2018-10-31 Tom de Vries <tdevries@suse.de>
9383
9384 * lib/gdb.exp (get_valueof): Don't output read value in test name.
9385
9386 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9387
9388 * gdb.dwarf2/void-type.c: New file.
9389 * gdb.dwarf2/void-type.exp: New file.
9390
9391 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9392
9393 * gdb.base/info_qt.c: New file.
9394 * gdb.base/info_qt.exp: New file.
9395
9396 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9397
9398 * gdb.arch/powerpc-htm-regs.c: New file.
9399 * gdb.arch/powerpc-htm-regs.exp: New file.
9400
9401 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9402
9403 * gdb.arch/powerpc-tar.c: New file.
9404 * gdb.arch/powerpc-tar.exp: New file.
9405
9406 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9407
9408 * gdb.arch/powerpc-ppr-dscr.c: New file.
9409 * gdb.arch/powerpc-ppr-dscr.exp: New file.
9410
9411 2018-10-25 Tom de Vries <tdevries@suse.de>
9412
9413 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
9414
9415 2018-10-24 Tom de Vries <tdevries@suse.de>
9416
9417 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
9418 longer exists error.
9419
9420 2018-10-24 Tom de Vries <tdevries@suse.de>
9421
9422 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
9423
9424 2018-10-24 Tom de Vries <tdevries@suse.de>
9425
9426 * gdb.base/valgrind-db-attach.exp: Handle removed support for
9427 --db-attach in valgrind.
9428
9429 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
9430
9431 * gdb.arch/riscv-reg-aliases.c: New file.
9432 * gdb.arch/riscv-reg-aliases.exp: New file.
9433
9434 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9435
9436 * gdb.python/py-cmd.exp: Check for gdb_prompt.
9437
9438 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9439
9440 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
9441
9442 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9443
9444 * gdb.cp/ovldbreak.exp: Fix regexps.
9445
9446 2018-10-19 Alan Hayward <alan.hayward@arm.com>
9447
9448 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
9449
9450 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
9451
9452 PR cli/23785
9453 * gdb.base/restore.exp: New test to check if "restore" with an
9454 invalid file doesn't segfault.
9455
9456 2018-10-18 Tom de Vries <tdevries@suse.de>
9457
9458 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
9459 * gdb.ada/excep_handle.exp: Same.
9460 * gdb.ada/mi_string_access.exp: Same.
9461 * gdb.ada/mi_var_union.exp: Same.
9462 * gdb.arch/arc-analyze-prologue.exp: Same.
9463 * gdb.arch/arc-decode-insn.exp: Same.
9464 * gdb.base/readnever.exp: Same.
9465 * gdb.fortran/printing-types.exp: Same.
9466 * gdb.guile/scm-lazy-string.exp: Same.
9467
9468 2018-10-16 Tom de Vries <tdevries@suse.de>
9469
9470 PR gdb/23730
9471 * gdb.base/catch-follow-exec.c: Add copyright notice.
9472 * gdb.base/catch-follow-exec.exp: Rewrite to use
9473 gdb_spawn_with_cmdline_opts. Require gdb-native.
9474
9475 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
9476
9477 * gdb.trace/actions-changed.exp: Check for arch support.
9478 * gdb.trace/actions.exp: Likewise.
9479 * gdb.trace/ax.exp: Likewise.
9480 * gdb.trace/backtrace.exp: Likewise.
9481 * gdb.trace/change-loc.exp: Likewise.
9482 * gdb.trace/deltrace.exp: Likewise.
9483 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
9484 * gdb.trace/ftrace.exp: Likewise.
9485 * gdb.trace/infotrace.exp: Check for arch support.
9486 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
9487 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
9488 * gdb.trace/mi-tsv-changed.exp: Likewise.
9489 * gdb.trace/packetlen.exp: Likewise.
9490 * gdb.trace/passc-dyn.exp: Likewise.
9491 * gdb.trace/passcount.exp: Likewise.
9492 * gdb.trace/pending.exp: Likewise.
9493 * gdb.trace/range-stepping.exp: Check for shlib support.
9494 * gdb.trace/report.exp: Check for arch support.
9495 * gdb.trace/save-trace.exp: Likewise.
9496 * gdb.trace/signal.exp: Check for signal support.
9497 * gdb.trace/tfind.exp: Check for arch support.
9498 * gdb.trace/trace-break.exp: Check for arch and shlib support.
9499 * gdb.trace/trace-common.h: Add comment.
9500 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
9501 * gdb.trace/trace-enable-disable.exp: Likewise.
9502 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
9503 * gdb.trace/tracecmd.exp: Check for arch support.
9504 * gdb.trace/tspeed.exp: Check for shlib and target support.
9505 * gdb.trace/tstatus.exp: Check for arch support.
9506 * gdb.trace/tsv.exp: Likewise.
9507 * gdb.trace/while-dyn.exp: Likewise.
9508 * gdb.trace/while-stepping.exp: Likewise.
9509 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
9510
9511 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
9512
9513 * gdb.trace/tspeed.exp: Remove nowarnings.
9514 (prepare_for_trace_test): Declare "global ipalib".
9515 * gdb.trace/tspeed.c: Include unistd.h.
9516 (main): Remove superfluous printf argument.
9517
9518 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
9519
9520 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
9521 directory prefix on the filename.
9522
9523 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
9524
9525 * gdb.gdb/unittest.exp: Update expected message informing that
9526 selftests have been disabled.
9527 * gdb.server/unittest.exp: Likewise.
9528
9529 2018-10-09 Tom de Vries <tdevries@suse.de>
9530
9531 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
9532 with runto_main.
9533
9534 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
9535
9536 PR c++/16841
9537 * gdb.cp/virtbase2.cc: New file.
9538 * gdb.cp/virtbase2.exp: New file.
9539
9540 2018-10-06 Tom Tromey <tom@tromey.com>
9541
9542 PR python/19399:
9543 * gdb.python/py-inferior.exp: Add architecture test.
9544
9545 2018-10-06 Tom Tromey <tom@tromey.com>
9546
9547 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
9548 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
9549
9550 2018-10-06 Tom Tromey <tom@tromey.com>
9551
9552 * gdb.python/py-breakpoint.exp (check_last_event): Check location
9553 of a "throw" catchpoint.
9554
9555 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
9556
9557 * gdb.base/info-proc.exp: Update string expected from "help info
9558 proc".
9559
9560 2018-10-04 Tom Tromey <tom@tromey.com>
9561
9562 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
9563 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
9564 (test_initial_complaints, test_empty_complaints): Update.
9565 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
9566
9567 2018-10-04 Tom Tromey <tom@tromey.com>
9568
9569 PR cli/19551:
9570 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
9571 * lib/gdb.exp (gdb_file_cmd): Update.
9572 * gdb.stabs/weird.exp (print_weird_var): Update.
9573 * gdb.server/solib-list.exp: Update.
9574 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
9575 * gdb.mi/mi-cli.exp: Update.
9576 * gdb.linespec/linespec.exp: Update.
9577 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
9578 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
9579 * gdb.cp/cp-relocate.exp: Update.
9580 * gdb.base/sym-file.exp: Update.
9581 * gdb.base/relocate.exp: Update.
9582 * gdb.base/readnever.exp: Update.
9583 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9584 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
9585 * gdb.base/dbx.exp (gdb_file_cmd): Update.
9586 * gdb.base/code_elim.exp: Update.
9587 * gdb.base/break-unload-file.exp (test_break): Update.
9588 * gdb.base/break-interp.exp (test_attach_gdb): Update.
9589 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
9590 Update.
9591 * gdb.base/attach.exp (do_attach_tests): Update.
9592 * gdb.base/sepdebug.exp: Update.
9593 * gdb.python/py-section-script.exp: Update.
9594
9595 2018-10-04 Tom Tromey <tom@tromey.com>
9596
9597 PR cli/22234:
9598 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
9599 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
9600 output.
9601
9602 2018-10-04 Tom Tromey <tom@tromey.com>
9603
9604 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
9605 set width and height to 0.
9606 (test_command_line_attach_run): Use -quiet.
9607
9608 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
9609
9610 * lib/gdb.exp (skip_ifunc_tests): New.
9611 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
9612 other compile failures.
9613 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
9614
9615 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
9616
9617 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
9618 is_amd64_regs_target.
9619
9620 2018-10-01 Alan Hayward <alan.hayward@arm.com>
9621
9622 * gdb.arch/aarch64-sighandler-regs.c: New test.
9623 * gdb.arch/aarch64-sighandler-regs.exp: New file.
9624 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
9625
9626 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
9627
9628 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
9629 assembly.
9630
9631 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
9632
9633 * gdb.base/frame-selection.exp: New file.
9634 * gdb.base/frame-selection.c: New file.
9635
9636 2018-09-27 Alan Hayward <alan.hayward@arm.com>
9637
9638 * gdb.threads/check-libthread-db.c (thread_routine): Use a
9639 pthread barrier.
9640 (main): Likewise.
9641
9642 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
9643
9644 * gdb.base/large-frame-1.c: New file.
9645 * gdb.base/large-frame-2.c: New file.
9646 * gdb.base/large-frame.exp: New file.
9647 * gdb.base/large-frame.h: New file.
9648
9649 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
9650
9651 PR gdb/20948
9652 * gdb.base/write_mem.exp: New test.
9653 * gdb.base/write_mem.c: Likewise.
9654
9655 2018-09-23 Tom Tromey <tom@tromey.com>
9656
9657 PR python/18852:
9658 * gdb.python/py-parameter.exp: Add test for parameter that throws
9659 on "set".
9660
9661 2018-09-23 Tom Tromey <tom@tromey.com>
9662
9663 PR python/17284:
9664 * gdb.python/py-template.exp (test_template_arg): Add test for
9665 negative template argument number.
9666
9667 2018-09-23 Tom Tromey <tom@tromey.com>
9668
9669 PR python/14062:
9670 * gdb.python/python.exp: Add test for post_event error.
9671
9672 2018-09-23 Tom Tromey <tom@tromey.com>
9673
9674 PR python/18170:
9675 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
9676 convert pointers to int and long.
9677
9678 2018-09-23 Tom Tromey <tom@tromey.com>
9679
9680 PR python/20126:
9681 * gdb.python/py-value.exp (test_value_numeric_ops): Add
9682 signed-ness conversion tests.
9683
9684 2018-09-23 Tom Tromey <tom@tromey.com>
9685
9686 PR python/18352;
9687 * gdb.python/py-value.exp (test_float_conversion): New proc.
9688 Use it.
9689
9690 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
9691
9692 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
9693
9694 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
9695
9696 * gdb.base/complete-empty.exp: Skip tab-completion tests if
9697 no readline.
9698 * gdb.base/utf8-identifiers.exp: Likewise.
9699 * gdb.cp/cpcompletion.exp: Likewise.
9700 * gdb.linespec/cpcompletion.exp: Likewise.
9701 * gdb.linespec/cpls-abi-tag.exp: Likewise.
9702 * gdb.linespec/cpls-ops.exp: Likewise.
9703
9704 2018-09-19 Richard Bunt <richard.bunt@arm.com>
9705 Chris January <chris.january@arm.com>
9706
9707 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
9708 * gdb.fortran/short-circuit-argument-list.exp: New file.
9709 * gdb.fortran/short-circuit-argument-list.f90: New test.
9710
9711 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9712
9713 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
9714 "arch=" keyword when executing "-stack-list-frames".
9715
9716 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9717
9718 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
9719 "arch=" keyword when executing "-stack-list-frames".
9720
9721 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9722
9723 * gdb.ada/complete.exp: Expect for "@" when doing "complete
9724 break ada".
9725
9726 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
9727
9728 PR python/23669
9729 * gdb.python/python.exp: Test gdb.execute("show commands").
9730
9731 2018-09-16 Tom Tromey <tom@tromey.com>
9732
9733 * gdb.base/new-ui.exp (do_execution_tests): Update.
9734 * gdb.base/dbx.exp (test_breakpoints): Update.
9735
9736 2018-09-14 Alan Hayward <alan.hayward@arm.com>
9737
9738 * lib/gdb.exp (gdb_simple_compile): Add proc.
9739 (is_elf_target): Use gdb_simple_compile.
9740 (skip_altivec_tests): Likewise.
9741 (skip_vsx_tests): Likewise.
9742 (skip_tsx_tests): Likewise.
9743 (skip_btrace_tests): Likewise.
9744 (skip_btrace_pt_tests): Likewise.
9745 (gdb_can_simple_compile): Likewise.
9746 (gdb_has_argv0): Likewise.
9747 (gdb_target_symbol_prefix): Likewise.
9748 (target_supports_scheduler_locking): Likewise.
9749
9750 2018-09-13 Tom Tromey <tom@tromey.com>
9751
9752 * Makefile.in (TAGS): Recognize proc_with_prefix and
9753 gdb_caching_proc.
9754
9755 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9756
9757 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
9758 method.
9759
9760 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9761
9762 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
9763 and a few other Inferior properties when the Inferior is no
9764 longer valid.
9765
9766 2018-09-13 Tom Tromey <tom@tromey.com>
9767
9768 PR rust/23650:
9769 * gdb.rust/simple.exp: Add test for enum field access error.
9770
9771 2018-09-13 Tom Tromey <tom@tromey.com>
9772
9773 PR rust/23626:
9774 * gdb.rust/simple.rs (EmptyEnum): New type.
9775 (main): Use it.
9776 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
9777
9778 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9779
9780 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
9781 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
9782 * gdb.python/py-symtab.exp: Update test printing an objfile.
9783
9784 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
9785
9786 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
9787 object.
9788
9789 2018-09-12 Alan Hayward <alan.hayward@arm.com>
9790
9791 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
9792 (support_complex_tests): Use gdb_can_simple_compile.
9793 (is_ilp32_target): Likewise.
9794 (is_lp64_target): Likewise.
9795 (is_64_target): Likewise.
9796 (is_amd64_regs_target): Likewise.
9797 (is_aarch32_target): Likewise.
9798 (gdb_int128_helper): Likewise.
9799
9800 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9801
9802 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
9803
9804 2018-09-10 Jerome Guitton <guitton@adacore.com>
9805
9806 * gdb.ada/same_component_name: Add test for case of tagged record
9807 with variable-length fields.
9808
9809 2018-09-10 Xavier Roirand <roirand@adacore.com>
9810
9811 * gdb.ada/access_to_unbounded_array.exp: New testcase.
9812 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
9813 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
9814 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
9815
9816 2018-09-10 Xavier Roirand <roirand@adacore.com>
9817
9818 * gdb.ada/mi_string_access.exp: New testcase.
9819 * gdb.ada/mi_string_access/bar.adb: New file.
9820 * gdb.ada/mi_string_access/pck.adb: New file.
9821 * gdb.ada/mi_string_access/pck.asd: New file.
9822
9823 2018-09-10 Xavier Roirand <roirand@adacore.com>
9824
9825 * gdb.ada/mi_var_union.exp: New testcase.
9826 * gdb.ada/mi_var_union/bar.adb: New file.
9827 * gdb.ada/mi_var_union/pck.adb: New file.
9828 * gdb.ada/mi_var_union/pck.asd: New file.
9829
9830 2018-09-08 Tom Tromey <tom@tromey.com>
9831
9832 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
9833
9834 2018-09-08 Tom Tromey <tom@tromey.com>
9835
9836 PR python/16047:
9837 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
9838 (register_pretty_printers): Register new printer.
9839 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
9840 test.
9841 * gdb.python/py-prettyprint.c (int_type3): New typedef.
9842 (an_int_type3): New global.
9843
9844 2018-09-08 Joel Brobecker <brobecker@adacore.com>
9845
9846 * gdb.ada/expr_with_funcall: New testcase.
9847
9848 2018-09-08 Joel Brobecker <brobecker@adacore.com>
9849
9850 * gdb.ada/packed_array_assign: New testcase.
9851
9852 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
9853
9854 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
9855 names, and add test prefixes to make test names unique.
9856
9857 2018-09-05 Tom de Vries <tdevries@suse.de>
9858
9859 * gdb.dwarf2/varval.exp: Add test.
9860
9861 2018-09-04 Gary Benson <gbenson@redhat.com>
9862
9863 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
9864 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
9865
9866 2018-08-31 Tom Tromey <tom@tromey.com>
9867
9868 * gdb.rust/simple.rs: Rename second variable "v".
9869
9870 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
9871
9872 * gdb.base/funcargs.c (use_a): New function.
9873 (recurse): Call use_a.
9874
9875 2018-08-29 Keith Seitz <keiths@redhat.com>
9876
9877 * gdb.compile/compile-cplus-anonymous.cc: New file.
9878 * gdb.compile/compile-cplus-anonymous.exp: New file.
9879 * gdb.compile/compile-cplus-array-decay.cc: New file.
9880 * gdb.compile/compile-cplus-array-decay.exp: New file.
9881 * gdb.compile/compile-cplus-inherit.cc: New file.
9882 * gdb.compile/compile-cplus-inherit.exp: New file.
9883 * gdb.compile/compile-cplus-member.cc: New file.
9884 * gdb.compile/compile-cplus-member.exp: New file.
9885 * gdb.compile/compile-cplus-method.cc: New file.
9886 * gdb.compile/compile-cplus-method.exp: New file.
9887 * gdb.compile/compile-cplus-mod.c: "New" file.
9888 * gdb.compile/compile-cplus-namespace.cc: New file.
9889 * gdb.compile/compile-cplus-namespace.exp: New file.
9890 * gdb.compile/compile-cplus-nested.cc: New file.
9891 * gdb.compile/compile-cplus-nested.exp: New file.
9892 * gdb.compile/compile-cplus-print.c: "New" file.
9893 * gdb.compile/compile-cplus-print.exp: "New" file.
9894 * gdb.compile/compile-cplus-virtual.cc: New file.
9895 * gdb.compile/compile-cplus-virtual.exp: New file.
9896 * gdb.compile/compile-cplus.c: "New" file.
9897 * gdb.compile/compile-cplus.exp: "New" file.
9898 * lib/compile-support.exp: New file.
9899
9900 2018-08-16 Gary Benson <gbenson@redhat.com>
9901
9902 PR gdb/13000:
9903 * gdb.base/batch-exit-status.exp: New file.
9904 * gdb.base/batch-exit-status.good-commands: Likewise.
9905 * gdb.base/batch-exit-status.bad-commands: Likewise.
9906
9907 2018-08-29 Alan Hayward <alan.hayward@arm.com>
9908
9909 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
9910 (struct struct02): Likewise.
9911 (struct struct03): Likewise.
9912 (struct struct04): Likewise.
9913 (struct struct_01_01): New struct.
9914 (struct struct_01_02): Likewise.
9915 (struct struct_01_03): Likewise.
9916 (struct struct_01_04): Likewise.
9917 (struct struct_02_01): Likewise.
9918 (struct struct_02_02): Likewise.
9919 (struct struct_02_03): Likewise.
9920 (struct struct_02_04): Likewise.
9921 (struct struct_04_01): Likewise.
9922 (struct struct_04_02): Likewise.
9923 (struct struct_04_03): Likewise.
9924 (struct struct_04_04): Likewise.
9925 (struct struct_05_01): Likewise.
9926 (struct struct_05_02): Likewise.
9927 (struct struct_05_03): Likewise.
9928 (struct struct_05_04): Likewise.
9929 (cmp_struct01): Remove function.
9930 (cmp_struct02): Likewise.
9931 (cmp_struct03): Likewise.
9932 (cmp_struct04): Likewise.
9933 (cmp_struct_01_01): Add Function.
9934 (cmp_struct_01_02): Likewise.
9935 (cmp_struct_01_03): Likewise.
9936 (cmp_struct_01_04): Likewise.
9937 (cmp_struct_02_01): Likewise.
9938 (cmp_struct_02_02): Likewise.
9939 (cmp_struct_02_03): Likewise.
9940 (cmp_struct_02_04): Likewise.
9941 (cmp_struct_04_01): Likewise.
9942 (cmp_struct_04_02): Likewise.
9943 (cmp_struct_04_03): Likewise.
9944 (cmp_struct_04_04): Likewise.
9945 (cmp_struct_05_01): Likewise.
9946 (cmp_struct_05_02): Likewise.
9947 (cmp_struct_05_03): Likewise.
9948 (cmp_struct_05_04): Likewise.
9949 (call_all): Add new structs.
9950 * gdb.base/infcall-nested-structs.exp: Likewise.
9951
9952 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
9953
9954 * gdb.python/py-framefilter-mi.exp: Update regexp to
9955 check for "arch" field in frame output.
9956
9957 2018-08-23 Kevin Buettner <kevinb@redhat.com>
9958
9959 * gdb.dwarf2/dw2-ranges-func.c: New file.
9960 * gdb.dwarf2/dw2-ranges-func.exp: New file.
9961
9962 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
9963
9964 * gdb.base/term.exp: Compare terminal settings with values from
9965 the inferior.
9966 * gdb.base/term.c: Get and set terminal settings.
9967
9968 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
9969
9970 * lib/mi-support.exp (mi_expect_stop): Update regexp to
9971 accommodate new "arch" field in frame output.
9972 * gdb.mi/mi-return.exp: Likewise.
9973 * gdb.mi/mi-stack.exp: Likewise.
9974 * gdb.mi/mi-syn-frame.exp: Likewise.
9975 * gdb.mi/user-selected-context-sync.exp: Likewise.
9976
9977 2018-08-19 Michael Spang <spang@google.com>
9978
9979 PR gdb/11786
9980 * gdb.base/gcore-tls-pie.c: New file.
9981 * gdb.base/gcore-tls-pie.exp: New file.
9982
9983 2018-08-18 Kevin Buettner <kevinb@redhat.com>
9984
9985 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
9986 * gdb.dwarf2/varval.c: New file.
9987 * gdb.dwarf2/varval.exp: New file.
9988
9989 2018-08-17 Alan Hayward <alan.hayward@arm.com>
9990
9991 PR gdb/18931
9992 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
9993
9994 2018-08-16 Keith Seitz <keiths@redhat.com>
9995
9996 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
9997 tests expected to pass.
9998
9999 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
10000
10001 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
10002 -data-disassemble -a.
10003 (test_disassembly_bogus_args): Likewise.
10004
10005 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
10006
10007 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
10008
10009 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10010
10011 * gdb.base/vla-optimized-out.exp: Add new test.
10012
10013 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10014
10015 * gdb.base/vla-optimized-out-o3.exp: Delete.
10016 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
10017 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
10018 deleted tests.
10019
10020 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
10021
10022 PR gdb/18050:
10023 * gdb.server/extended-remote-restart.c: New file.
10024 * gdb.server/extended-remote-restart.exp: New file.
10025
10026 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
10027
10028 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
10029 "set variable index = 42".
10030
10031 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
10032
10033 * boards/index-cache-gdb.exp: New file.
10034 * gdb.dwarf2/index-cache.exp: New file.
10035 * gdb.dwarf2/index-cache.c: New file.
10036 * gdb.base/maint.exp: Check if we are using the index cache.
10037
10038 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10039
10040 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
10041 MAKEFLAGS.
10042
10043 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10044
10045 * dg-extract-results.sh: Move to toplevel contrib.
10046 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
10047 * Makefile.in (check-parallel-racy): Likewise.
10048
10049 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
10050
10051 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
10052 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
10053 tests if the target supports scheduler locking.
10054
10055 2018-08-04 Tom de Vries <tdevries@suse.de>
10056
10057 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
10058
10059 2018-08-02 Tom Tromey <tom@tromey.com>
10060
10061 PR symtab/16842.
10062 * gdb.cp/temargs.exp: Test "info address" of a template
10063 parameter.
10064
10065 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
10066
10067 * gdb.python/py-mi-var-info-path-expression.c: New file.
10068 * gdb.python/py-mi-var-info-path-expression.py: New file.
10069 * gdb.python/py-mi-var-info-path-expression.exp: New file.
10070
10071 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
10072
10073 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
10074 error after "cannot resolve name" string.
10075
10076 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
10077
10078 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
10079 started.
10080 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
10081
10082 2018-07-28 Tom de Vries <tdevries@suse.de>
10083
10084 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
10085
10086 2018-07-26 Tom de Vries <tdevries@suse.de>
10087
10088 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
10089
10090 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
10091
10092 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
10093 is visible.
10094
10095 2018-07-26 Tom de Vries <tdevries@suse.de>
10096
10097 PR breakpoints/23366
10098 * gdb.base/catch-follow-exec.c: New test.
10099 * gdb.base/catch-follow-exec.exp: New file.
10100
10101 2018-07-25 Tom de Vries <tdevries@suse.de>
10102
10103 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
10104 vla-optimized-out.c.
10105
10106 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
10107
10108 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
10109 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
10110
10111 2018-07-20 Tom de Vries <tdevries@suse.de>
10112
10113 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
10114 NOCLONE macro.
10115 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
10116
10117 2018-07-19 Tom de Vries <tdevries@suse.de>
10118
10119 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
10120 regular expression.
10121
10122 2018-07-18 Tom de Vries <tdevries@suse.de>
10123
10124 * gdb.base/vla-optimized-out.c: New test.
10125 * gdb.base/vla-optimized-out.exp: New file.
10126
10127 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
10128
10129 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
10130 message "No address associated with hostname" when gdbserver
10131 cannot resolve the hostname.
10132
10133 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10134
10135 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
10136 Add some test prefixes to make tests unique.
10137
10138 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10139
10140 * gdb.base/frameapply.c: New file.
10141 * gdb.base/frameapply.exp: New file.
10142
10143 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10144
10145 * gdb.base/skip.exp: Update expected error message.
10146
10147 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10148 Jan Kratochvil <jan.kratochvil@redhat.com>
10149 Paul Fertser <fercerpav@gmail.com>
10150 Tsutomu Seki <sekiriki@gmail.com>
10151
10152 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
10153 parameter.
10154 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
10155 by default.
10156 * boards/native-gdbserver.exp: Likewise.
10157 * gdb.server/run-without-local-binary.exp: Improve regexp used
10158 for detecting when a remote debugging connection succeeds.
10159 * gdb.server/server-connect.exp: New file.
10160 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
10161 Do not prefix the port number with ":".
10162 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
10163 support for detecting and using it. Add '$debughost_gdbserver'
10164 to the list of arguments used to start gdbserver. Handle case
10165 when gdbserver cannot resolve a network name.
10166
10167 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10168
10169 PR c++/23373
10170 * gdb.base/ptype-offsets.cc (struct static_member): New
10171 struct.
10172 (main) <stmember>: New variable.
10173 * gdb.base/ptype-offsets.exp: Add test for printing a struct
10174 with a static member in it.
10175
10176 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
10177
10178 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
10179 watchpoints enabled and disabled.
10180
10181 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10182
10183 * gdb.base/examine-backward.exp: Still run tests around address
10184 0x0, even if address 0x0 is not readable. Update the pattern for
10185 matching address 0x0 in expected output.
10186
10187 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
10188
10189 * gdb.base/share-env-with-gdbserver.c (main): Add call to
10190 malloc/free.
10191
10192 2018-07-04 Tom de Vries <tdevries@suse.de>
10193
10194 * gdb.dwarf2/dw2-error.exp: Update expected error message.
10195
10196 2018-07-02 Maciej W. Rozycki <macro@mips.com>
10197
10198 PR tdep/8282
10199 * gdb.arch/mips-disassembler-options.exp: New test.
10200 * gdb.arch/mips-disassembler-options.s: New test source.
10201
10202 2018-06-29 Pedro Alves <palves@redhat.com>
10203
10204 * gdb.threads/names.exp: Adjust expected "info threads" output.
10205
10206 2018-06-29 Pedro Alves <palves@redhat.com>
10207
10208 * gdb.opt/inline-break.exp (line number, address): Add "info
10209 break" tests.
10210
10211 2018-06-29 Pedro Alves <palves@redhat.com>
10212
10213 * gdb.opt/inline-break.c (func1): Add "break here" marker.
10214 * gdb.opt/inline-break.exp: Test setting breakpoints by line
10215 number and address and running to them.
10216
10217 2018-06-29 Richard Bunt <richard.bunt@arm.com>
10218
10219 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
10220
10221 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10222
10223 * lib/compiler.c: Remove executable permission flag.
10224
10225 2018-06-28 Richard Bunt <richard.bunt@arm.com>
10226
10227 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
10228 code.
10229 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
10230
10231 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10232
10233 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
10234
10235 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10236
10237 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
10238 address argument is omitted.
10239
10240 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
10241
10242 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
10243
10244 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
10245
10246 PR gdb/21695
10247 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
10248 * gdb.base/infoline-reloc-main-from-zero.c: New file.
10249
10250 2018-06-26 Tom Tromey <tom@tromey.com>
10251
10252 PR rust/22574:
10253 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
10254 * gdb.rust/simple.rs (struct SimpleLayout): New.
10255
10256 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
10257
10258 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
10259 "info registers" output.
10260
10261 2018-06-21 Richard Bunt <richard.bunt@arm.com>
10262
10263 * gdb.base/watchpoint-hw-attach.c: New test.
10264 * gdb.base/watchpoint-hw-attach.exp: New file.
10265
10266 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
10267
10268 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
10269 through /bin/sh.
10270 * boards/dwarf4-gdb-index.exp: Likewise.
10271 * boards/fission-dwp.exp: Likewise.
10272
10273 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
10274
10275 * gdb.base/float128.exp: Add comment and improved fail message
10276 to the failure case of "print large128" test.
10277
10278 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
10279
10280 * configure.ac: Remove AC_PREREQ.
10281 * configure: Re-generate.
10282
10283 2018-06-19 Pedro Alves <palves@redhat.com>
10284
10285 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
10286 (func_extern_caller): New.
10287 (main): Call func_extern_caller.
10288 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
10289 logic change.
10290
10291 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
10292
10293 PR gdb/16841
10294 * gdb.cp/typedef-base.cc: New file.
10295 * gdb.cp/typedef-base.exp: New file.
10296
10297 2018-06-18 Tom de Vries <tdevries@suse.de>
10298
10299 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
10300
10301 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
10302 Richard Bunt <Richard.Bunt@arm.com>
10303
10304 * gdb.threads/attach-slow-waitpid.c: New file.
10305 * gdb.threads/attach-slow-waitpid.exp: New file.
10306 * gdb.threads/slow-waitpid.c: New file.
10307
10308 2018-06-14 Pedro Alves <palves@redhat.com>
10309
10310 * gdb.base/fork-running-state.c: Include <errno.h>.
10311 (exit_if_relative_exits): New.
10312 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
10313 exits.
10314 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
10315 child exits.
10316
10317 2018-06-14 Tom de Vries <tdevries@suse.de>
10318
10319 PR cli/22573
10320 * gdb.base/finish-pretty.c: New test.
10321 * gdb.base/finish-pretty.exp: New file.
10322
10323 2018-06-14 Pedro Alves <palves@redhat.com>
10324
10325 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
10326 gdb's expected startup output.
10327
10328 2018-06-14 Pedro Alves <palves@redhat.com>
10329
10330 * lib/selftest-support.exp (selftest_setup): Remove inlined
10331 function handling.
10332
10333 2018-06-14 Tom de Vries <tdevries@suse.de>
10334
10335 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
10336 matching of breakpoint printing.
10337
10338 2018-06-13 Tom de Vries <tdevries@suse.de>
10339
10340 PR testsuite/23269
10341 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
10342 (fork_child): ... here, and ...
10343 (fork_parent): ... here.
10344
10345 2018-06-12 Tom de Vries <tdevries@suse.de>
10346
10347 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
10348
10349 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
10350 Stephen Roberts <stephen.roberts@arm.com>
10351
10352 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
10353 rewrite test to describe action performed, rather than possible
10354 failure.
10355
10356 2018-06-08 Gary Benson <gbenson@redhat.com>
10357
10358 * gdb.threads/check-libthread-db.exp: New file.
10359 * gdb.threads/check-libthread-db.c: Likewise.
10360
10361 2018-06-05 Tom Tromey <tom@tromey.com>
10362
10363 * gdb.base/default.exp: Update expected "show version" output.
10364
10365 2018-06-05 Tom Tromey <tom@tromey.com>
10366
10367 PR cli/12326:
10368 * gdb.cp/static-print-quit.exp: Update.
10369 * lib/gdb.exp (pagination_prompt): Update.
10370 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
10371 * gdb.python/python.exp: Update.
10372
10373 2018-06-04 Joel Brobecker <brobecker@adacore.com>
10374
10375 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
10376
10377 2018-06-01 Joel Brobecker <brobecker@adacore.com>
10378
10379 * gdb.ada/bp_fun_addr: New testcase.
10380
10381 2018-06-01 Tom Tromey <tom@tromey.com>
10382
10383 * gdb.xml/tdesc-regs.exp (load_description): Update expected
10384 results.
10385 * gdb.dwarf2/method-ptr.exp: Set language to C++.
10386 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
10387 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
10388 * gdb.base/maint.exp (maint_pass_if): Update.
10389
10390 2018-05-31 Maciej W. Rozycki <macro@mips.com>
10391
10392 * gdb.base/endian.exp: New test.
10393 * gdb.base/endian.c: New test source.
10394
10395 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
10396
10397 PR gdb/23203
10398 * gdb.base/bt-selected-frame.c: New file.
10399 * gdb.base/bt-selected-frame.exp: New file.
10400 * lib/gdb.exp (get_current_frame_number): New function.
10401
10402 2018-05-24 Maciej W. Rozycki <macro@mips.com>
10403 Pedro Alves <palves@redhat.com>
10404
10405 * gdb.threads/tls-core.c: Include <stdlib.h>
10406 (thread_proc): Call `abort'.
10407 * gdb.threads/tls-core.exp: Generate a core with core_find too.
10408 (tls_core_test): New procedure, bits factored out from ...
10409 (top level): ... here. Test both native cores and gcore cores.
10410
10411 2018-05-23 Tom Tromey <tom@tromey.com>
10412
10413 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
10414
10415 2018-05-23 Tom Tromey <tom@tromey.com>
10416
10417 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
10418 symfile_complaints.
10419 (test_short_complaints): Likewise.
10420 (test_empty_complaints): Likewise.
10421 (test_initial_complaints): Update.
10422
10423 2018-05-23 Tom Tromey <tom@tromey.com>
10424
10425 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
10426
10427 2018-05-23 Tom Tromey <tom@tromey.com>
10428
10429 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
10430 (test_short_complaints): Update.
10431
10432 2018-05-22 Pedro Alves <palves@redhat.com>
10433
10434 * gdb.base/remote.exp: Only gdb_start after compiling the
10435 testcase. Issue "disconnect" before testing "set remote" command
10436 defaults. Issue clean_restart before running to main.
10437
10438 2018-05-22 Pedro Alves <palves@redhat.com>
10439
10440 * gdb.base/remote.exp: Adjust expected output of "show remote
10441 memory-write-packet-size". Add tests for "set remote
10442 memory-write-packet-size 0" and "set remote
10443 memory-write-packet-size fixed/limit".
10444
10445 2018-05-22 Pedro Alves <palves@redhat.com>
10446
10447 PR gdb/22973
10448 * gdb.base/utf8-identifiers.c: New file.
10449 * gdb.base/utf8-identifiers.exp: New file.
10450
10451 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10452
10453 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
10454
10455 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10456
10457 * gdb.arch/powerpc-vsx-gcore.exp: New file.
10458
10459 2018-05-18 Tom Tromey <tom@tromey.com>
10460
10461 * gdb.base/ptype-offsets.exp: Update.
10462
10463 2018-05-17 Keith Seitz <keiths@redhat.com>
10464
10465 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
10466 in expected breakpoint stop locations.
10467 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
10468 move to proper scope to test variable values.
10469 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
10470 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
10471 New functions.
10472 (main): Call not_inline_func3.
10473 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
10474 inline_func1, inline_func2, and inline_func3. Test that when each
10475 breakpoint is hit, GDB properly reports both the stop location
10476 and the backtrace. Repeat tests for temporary breakpoints.
10477
10478 2018-05-15 Maciej W. Rozycki <macro@mips.com>
10479
10480 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
10481 rather then trying to access it in determining whether the PID
10482 of `gdbserver' could have been retrieved.
10483
10484 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
10485
10486 * gdb.arch/amd64-init-x87-values.S: New file.
10487 * gdb.arch/amd64-init-x87-values.exp: New file.
10488
10489 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10490
10491 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
10492
10493 2018-05-04 Tom Tromey <tom@tromey.com>
10494
10495 PR python/22730:
10496 * gdb.python/python.exp: Test multi-line execute.
10497
10498 2018-05-04 Tom Tromey <tom@tromey.com>
10499
10500 PR python/22731:
10501 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
10502
10503 2018-05-04 Tom Tromey <tom@tromey.com>
10504
10505 PR gdb/11750:
10506 * gdb.base/define.exp: Test defining a user command inside a user
10507 command.
10508 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
10509
10510 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10511 Pedro Alves <palves@redhat.com>
10512
10513 PR breakpoints/19806 and support for PR external/20207.
10514 * gdb.base/watchpoint-unaligned.c: New file.
10515 * gdb.base/watchpoint-unaligned.exp: New file.
10516
10517 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10518
10519 * gdb.base/maint.exp: Make test names unique, use
10520 test_prefix_command_help to test 'help maint info', and remove
10521 repeated test of 'help maint'.
10522
10523 2018-05-04 Tom Tromey <tom@tromey.com>
10524
10525 PR gdb/22619:
10526 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
10527 behavior.
10528
10529 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10530
10531 * gdb.base/maint.exp: Process output from 'maint print registers'
10532 line at a time.
10533
10534 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10535
10536 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
10537 timeout.
10538
10539 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
10540
10541 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
10542 filter pattern.
10543
10544 2018-05-02 Pedro Alves <palves@redhat.com>
10545
10546 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
10547 to_log_command renames.
10548 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
10549
10550 2018-05-02 Tom Tromey <tom@tromey.com>
10551
10552 * gdb.python/py-parameter.exp: Set test message.
10553
10554 2018-05-02 Tom Tromey <tom@tromey.com>
10555
10556 PR python/20084:
10557 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
10558 PARAM_ZUINTEGER_UNLIMITED tests.
10559
10560 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
10561
10562 PR rust/23124
10563 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
10564 when casting.
10565
10566 2018-04-30 Tom Tromey <tom@tromey.com>
10567
10568 * gdb.python/py-type.exp: Check align attribute.
10569 * gdb.python/py-type.c: New "aligncheck" global.
10570
10571 2018-04-30 Tom Tromey <tom@tromey.com>
10572
10573 PR exp/17095:
10574 * gdb.dwarf2/dw2-align.exp: New file.
10575 * gdb.cp/align.exp: New file.
10576 * gdb.base/align.exp: New file.
10577 * lib/gdb.exp (gdb_int128_helper): New proc.
10578 (has_int128_c, has_int128_cxx): New caching procs.
10579
10580 2018-04-27 Tom Tromey <tom@tromey.com>
10581
10582 PR rust/22545:
10583 * gdb.rust/simple.exp: Add inclusive range tests.
10584
10585 2018-04-26 Pedro Alves <palves@redhat.com>
10586
10587 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
10588 ifunc breakpoint locations correctly of ifunc breakpoints set
10589 while the program resolves the ifunc.
10590
10591 2018-04-26 Pedro Alves <palves@redhat.com>
10592
10593 * gdb.base/gnu-ifunc-final.c: New file.
10594 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
10595 * gdb.base/gnu-ifunc.exp (executable): Delete.
10596 (staticexecutable): Adjust.
10597 (lib_opts, exec_opts): Delete.
10598 (make_binsuffix, build, set-break): New procedures.
10599 (misc_tests): New, with tests factored out from the top level.
10600 (top level): Test different combinations of ifunc resolver name,
10601 resolver with and with debug info, and ifunc target with and
10602 without debug info. Wrap static tests with with_target_prefix.
10603
10604 2018-04-26 Pedro Alves <palves@redhat.com>
10605
10606 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
10607 return type" warnings.
10608
10609 2018-04-25 Pedro Alves <palves@redhat.com>
10610
10611 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
10612 killed".
10613 * gdb.base/kill-after-signal.exp: Likewise.
10614 * gdb.threads/kill.exp: Likewise.
10615
10616 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10617 Sergio Durigan Junior <sergiodj@redhat.com>
10618 Pedro Alves <palves@redhat.com>
10619
10620 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
10621 regexps to expect for '[Inferior ... detached]' as well.
10622 * gdb.base/attach.exp: Likewise.
10623 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
10624 "gdb_continue_to_end".
10625 (test_catch_syscall_with_wrong_args): Likewise.
10626 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
10627 ']'. Don't set 'verbose' on.
10628 * gdb.base/foll-vfork.exp: Likewise.
10629 * gdb.base/fork-print-inferior-events.c: New file.
10630 * gdb.base/fork-print-inferior-events.exp: New file.
10631 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
10632 '[Inferior ... has been killed]' message.
10633 * gdb.base/kill-after-signal.exp: Likewise.
10634 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
10635 detach message.
10636 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
10637 message.
10638 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
10639 regexps to expect for '[Inferior ... detached]' as well.
10640 * gdb.threads/process-dies-while-detaching.exp: Likewise.
10641
10642 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
10643
10644 PR gdb/23104
10645 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
10646
10647 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
10648
10649 PR gdb/23095
10650 * gdb.base/break-probes.exp: Pass shlib_load to
10651 prepare_for_testing. Set normal_bp to r_debug_state if target is
10652 bsd.
10653
10654 2018-04-19 Richard Bunt <richard.bunt@arm.com>
10655
10656 * gdb.threads/multiple-successive-infcall.c: New test.
10657 * gdb.threads/multiple-successive-infcall.exp: New file.
10658
10659 2018-04-17 Tom Tromey <tom@tromey.com>
10660
10661 * gdb.rust/simple.rs (Union): New type.
10662 (main): New local "u".
10663 * gdb.rust/simple.exp (test_one_slice): Add new test case.
10664
10665 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10666
10667 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
10668 number information in output of "whereis" command.
10669 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
10670
10671 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10672
10673 * gdb.ada/info_types.exp: Adjust expected output to the line
10674 numbers now printed by "info var/func/type".
10675 * gdb.base/completion.exp: Likewise.
10676 * gdb.base/included.exp: Likewise.
10677 * gdb.cp/cp-relocate.exp: Likewise.
10678 * gdb.cp/cplusfuncs.exp: Likewise.
10679 * gdb.cp/namespace.exp: Likewise.
10680 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
10681
10682 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
10683
10684 * gdb.btrace/cpu.exp: New.
10685
10686 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
10687
10688 * gdb.base/step-indirect-call-thunk.exp: New.
10689 * gdb.base/step-indirect-call-thunk.c: New.
10690 * gdb.reverse/step-indirect-call-thunk.exp: New.
10691 * gdb.reverse/step-indirect-call-thunk.c: New.
10692
10693 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
10694
10695 * gdb.base/pie-fork.c: New file.
10696 * gdb.base/pie-fork.exp: New file.
10697
10698 2018-04-11 Tom Tromey <tom@tromey.com>
10699
10700 * gdb.rust/simple.exp: Add test for ".." struct initializer.
10701
10702 2018-04-10 Pedro Alves <palves@redhat.com>
10703
10704 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
10705 exits. Instead loop running forever.
10706 (fork_parent): Run forever too.
10707
10708 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10709
10710 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
10711 mi_continue_to_line.
10712 * gdb.mi/mi-stack.c (callee4): Add comment.
10713
10714 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10715
10716 * gdb.mi/mi-stack.exp: Fix indentation.
10717
10718 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
10719
10720 PR gdb/22979
10721 * gdb.arch/amd64-osabi.exp: New file.
10722
10723 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
10724
10725 PR gdb/22980
10726 * gdb.base/osabi.exp: New file.
10727
10728 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
10729
10730 * gdb.cp/static-typedef-print.exp: New file.
10731 * gdb.cp/static-typedef-print.cc: New file.
10732
10733 2018-03-27 Joel Brobecker <brobecker@adacore.com>
10734
10735 * gdb.ada/varsize_limit: New testcase.
10736
10737 2018-03-27 Joel Brobecker <brobecker@adacore.com>
10738
10739 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
10740
10741 * gdb.ada/notcplusplus: New testcase.
10742
10743 * gdb.base/c-linkage-name.c: New file.
10744 * gdb.base/c-linkage-name.exp: New testcase.
10745
10746 2018-03-26 Tom Tromey <tom@tromey.com>
10747
10748 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
10749 * gdb.python/py-framefilter.py (name_error): New global.
10750 (ErrorInName.function): Use name_error.
10751
10752 2018-03-26 Tom Tromey <tom@tromey.com>
10753
10754 PR backtrace/15582:
10755 * gdb.python/py-framefilter.exp: Add "bt hide" test.
10756
10757 2018-03-23 Keith Seitz <keiths@redhat.com>
10758
10759 PR c++/22968
10760 * gdb.cp/subtypes.exp: New file.
10761 * gdb.cp/subtypes.h: New file.
10762 * gdb.cp/subtypes.cc: New file.
10763 * gdb.cp/subtypes-2.cc: New file.
10764
10765 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
10766
10767 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
10768 (done): Call '_exit' not 'exit' to avoid atexit handlers.
10769 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
10770 -nostartfiles when compiling the test. Confirm that all registers
10771 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
10772
10773 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
10774
10775 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
10776 option, syntax was wrong anyway.
10777 * gdb.arch/arm-disp-step.exp: Likewise.
10778 * gdb.arch/sparc64-regs.exp: Likewise.
10779 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
10780 option, syntax was wrong anyway, switch to use
10781 prepare_for_testing.
10782 * gdb.arch/i386-disp-step.exp: Likewise.
10783
10784 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
10785
10786 * gdb.ada/exec_changed.exp: Replace "target_info exists
10787 use_gdb_stub" by "use_gdb_stub".
10788 * gdb.ada/start.exp: Likewise.
10789 * gdb.base/async-shell.exp: Likewise.
10790 * gdb.base/attach-pie-misread.exp: Likewise.
10791 * gdb.base/attach-wait-input.exp: Likewise.
10792 * gdb.base/break-entry.exp: Likewise.
10793 * gdb.base/break-interp.exp: Likewise.
10794 * gdb.base/dprintf-detach.exp: Likewise.
10795 * gdb.base/nostdlib.exp: Likewise.
10796 * gdb.base/solib-nodir.exp: Likewise.
10797 * gdb.base/statistics.exp: Likewise.
10798 * gdb.base/testenv.exp: Likewise.
10799 * gdb.mi/mi-exec-run.exp: Likewise.
10800 * gdb.mi/mi-start.exp: Likewise.
10801 * gdb.multi/dummy-frame-restore.exp: Likewise.
10802 * gdb.multi/multi-arch-exec.exp: Likewise.
10803 * gdb.multi/multi-arch.exp: Likewise.
10804 * gdb.multi/tids.exp: Likewise.
10805 * gdb.multi/watchpoint-multi.exp: Likewise.
10806 * gdb.python/py-events.exp: Likewise.
10807 * gdb.threads/attach-into-signal.exp: Likewise.
10808 * gdb.threads/attach-stopped.exp: Likewise.
10809 * gdb.threads/threadapply.exp: Likewise.
10810 * lib/selftest-support.exp: Likewise.
10811
10812 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
10813
10814 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
10815
10816 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
10817
10818 * gdb.perf/template-breakpoints.cc: New file.
10819 * gdb.perf/template-breakpoints.exp: New file.
10820 * gdb.perf/template-breakpoints.py: New file.
10821
10822 2018-03-19 Tom Tromey <tom@tromey.com>
10823
10824 * gdb.rust/simple.rs (main): Add local variables field1, field2,
10825 y0.
10826 * gdb.rust/simple.exp: Test bare identifier form of struct
10827 initializer.
10828
10829 2018-03-19 Tom Tromey <tom@tromey.com>
10830
10831 * gdb.gdb/observer.exp: Remove.
10832
10833 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10834
10835 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
10836 "qualified" option when setting breakpoints.
10837 * gdb.trace/backtrace.exp: Likewise.
10838 * gdb.trace/circ.exp: Likewise.
10839 * gdb.trace/collection.exp: Likewise.
10840 * gdb.trace/disconnected-tracing.exp: Likewise.
10841 * gdb.trace/ftrace-lock.exp: Likewise.
10842 * gdb.trace/ftrace.exp: Likewise.
10843 * gdb.trace/infotrace.exp: Likewise.
10844 * gdb.trace/packetlen.exp: Likewise.
10845 * gdb.trace/passc-dyn.exp: Likewise.
10846 * gdb.trace/qtro.exp: Likewise.
10847 * gdb.trace/read-memory.exp: Likewise.
10848 * gdb.trace/report.exp: Likewise.
10849 * gdb.trace/signal.exp: Likewise.
10850 * gdb.trace/status-stop.exp: Likewise.
10851 * gdb.trace/strace.exp: Likewise.
10852 * gdb.trace/tfind.exp: Likewise.
10853 * gdb.trace/trace-break.exp: Likewise.
10854 * gdb.trace/trace-condition.exp: Likewise.
10855 * gdb.trace/trace-mt.exp: Likewise.
10856 * gdb.trace/tstatus.exp: Likewise.
10857 * gdb.trace/tsv.exp: Likewise.
10858 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
10859 * gdb.trace/unavailable.exp: Likewise.
10860 * gdb.trace/while-dyn.exp: Likewise.
10861
10862 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10863
10864 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
10865 that libinproctrace is copied to the target.
10866
10867 2018-03-14 Tom Tromey <tom@tromey.com>
10868
10869 PR cli/14977:
10870 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
10871 a null pointer.
10872 * gdb.base/wchar.exp: Likewise.
10873
10874 2018-03-14 Tom Tromey <tom@tromey.com>
10875
10876 PR cli/19918:
10877 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
10878 flag.
10879
10880 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
10881
10882 PR gdb/22841
10883 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
10884 "target" to remote_exec.
10885
10886 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
10887
10888 PR gdb/22841
10889 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
10890 ${board}_upload): Remove.
10891
10892 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
10893
10894 * gdb.cp/watch-cp.cc: New test.
10895 * gdb.cp/watch-cp.exp: New file.
10896
10897 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10898
10899 * gdb.base/infcall-nested-structs.exp: New file.
10900 * gdb.base/infcall-nested-structs.c: New file.
10901 * gdb.base/float.exp: Add riscv support.
10902
10903 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
10904
10905 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
10906 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
10907
10908 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
10909
10910 * gdb.server/abspath.exp: New file.
10911 * lib/gdb.exp (with_cwd): New procedure.
10912
10913 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
10914
10915 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
10916 use it.
10917 (gdb_is_target_remote_prompt): New proc.
10918 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
10919 (gdb_is_target_native): Pass prompt parameter to
10920 gdb_is_target_1.
10921
10922 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
10923
10924 * gdb.base/load-command.c: New file.
10925 * gdb.base/load-command.exp: New file.
10926 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
10927 (gdb_is_target_1): ...this, and generalize for other targets
10928 than just remote.
10929 (gdb_is_target_remote): Use gdb_is_target_1.
10930 (gdb_is_target_native): use gdb_is_target_1.
10931
10932 2018-02-26 Tom Tromey <tom@tromey.com>
10933
10934 PR python/16497:
10935 * gdb.python/py-framefilter.exp: Update test.
10936
10937 2018-02-26 Tom Tromey <tom@tromey.com>
10938
10939 * gdb.dwarf2/variant.c: New file.
10940 * gdb.dwarf2/variant.exp: New file.
10941
10942 2018-02-26 Tom Tromey <tom@tromey.com>
10943
10944 * gdb.rust/simple.exp: Accept more possible results in enum test.
10945
10946 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
10947
10948 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
10949 parentheses.
10950
10951 2018-02-23 Maciej W. Rozycki <macro@mips.com>
10952
10953 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
10954 name of a variable: $actual_linejj -> $actual_line.
10955
10956 2018-02-21 John Baldwin <jhb@FreeBSD.org>
10957
10958 * gdb.arch/amd64-i386-address.exp: Fix a typo.
10959
10960 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
10961
10962 * gdb.btrace/buffer-size.exp: Do not force BTS.
10963
10964 2018-02-14 Pedro Alves <palves@redhat.com>
10965
10966 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
10967 getting a "Quit".
10968
10969 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
10970
10971 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
10972 Fix test name.
10973
10974 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
10975
10976 * gdb.cp/m-static.exp: Check type of optimized out static
10977 member.
10978
10979 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
10980
10981 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
10982 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
10983
10984 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
10985 Leszek Swirski <leszeks@google.com>
10986
10987 * gdb.python/py-prettyprint.c
10988 (struct to_string_returns_value_inner,
10989 struct to_string_returns_value_wrapper): New.
10990 (main): Add tsrvw variable.
10991 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
10992 ToStringReturnsValueWrapper): New classes.
10993 (register_pretty_printers): Register new pretty-printers.
10994 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
10995 recursive pretty printer.
10996 * gdb.python/py-mi.exp: Likewise.
10997
10998 2018-02-01 Leszek Swirski <leszeks@google.com>
10999
11000 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
11001 functions with the same name as an include file are parsed
11002 correctly.
11003
11004 2018-02-01 Yao Qi <yao.qi@linaro.org>
11005
11006 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
11007 "\[^\r\n\]*".
11008
11009 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
11010
11011 * gdb.arch/powerpc-prologue-frame.s: New file.
11012 * gdb.arch/powerpc-prologue-frame.c: Likewise.
11013 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
11014
11015 2018-01-31 Joel Brobecker <brobecker@adacore.com>
11016
11017 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
11018
11019 2018-01-30 Pedro Alves <palves@redhat.com>
11020
11021 PR gdb/13211
11022 * gdb.base/interrupt-daemon.c: New.
11023 * gdb.base/interrupt-daemon.exp: New.
11024 * gdb.multi/multi-term-settings.c: New.
11025 * gdb.multi/multi-term-settings.exp: New.
11026
11027 2018-01-30 Joel Brobecker <brobecker@adacore.com>
11028
11029 * gdb.base/break.exp: Save the location where the breakpoint
11030 on break.c:47 was actually inserted when debugging the version
11031 compiled at -O2 and use it in the expected output of the "info
11032 break" test performed soon after.
11033
11034 2018-01-22 Pedro Alves <palves@redhat.com>
11035 Sergio Durigan Junior <sergiodj@redhat.com>
11036
11037 * gdb.base/whatis.exp: Add tests for 'set print object on' +
11038 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
11039
11040 2018-01-22 Joel Brobecker <brobecker@adacore.com>
11041
11042 * gdb.base/break-include.c, gdb.base/break-include.inc,
11043 gdb.base/break-include.exp: New files.
11044 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
11045 line number now being the actual line number where the breakpoint
11046 was inserted.
11047 * gdb.mi/mi-break.exp: Likewise.
11048 * gdb.mi/mi-reverse.exp: Likewise.
11049 * gdb.mi/mi-simplerun.exp: Ditto.
11050
11051 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11052
11053 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
11054 varobj.
11055 * gdb.mi/mi-var-create-rtti.exp: Likewise.
11056
11057 2018-01-21 Don Breazeal <donb@codesourcery.com>
11058 Andrew Burgess <andrew.burgess@embecosm.com>
11059
11060 * gdb.mi/basics.c: Add new global.
11061 * gdb.mi/mi-frame-regs.exp: New file.
11062 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
11063 case.
11064
11065 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11066
11067 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
11068 non-parameter, and on an unknown symbol.
11069
11070 2018-01-19 Tom Tromey <tom@tromey.com>
11071
11072 * gdb.rust/modules.rs (TWENTY_THREE): New global.
11073 * gdb.rust/modules.exp: Add ::-qualified lookup test.
11074
11075 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11076
11077 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
11078 setrlimit and chdir to int.
11079
11080 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11081
11082 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
11083 function.
11084 (my_tend): Likewise.
11085 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
11086 rationale of avoiding FP- and vector instructions.
11087
11088 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
11089
11090 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
11091 "info reg" with "\[ \t\]*".
11092 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
11093 "\[ \t\]+".
11094 * gdb.arch/s390-multiarch.exp: Ditto.
11095 * gdb.base/pc-fp.exp: Ditto.
11096 * gdb.reverse/i386-precsave.exp: Ditto.
11097 * gdb.reverse/i386-reverse.exp: Ditto.
11098 * gdb.reverse/i387-env-reverse.exp: Ditto.
11099 * gdb.reverse/i387-stack-reverse.exp: Ditto.
11100
11101 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11102
11103 * lib/gdb.exp (gdb_compile): Re-enable use of
11104 universal_compile_options for languages other than Rust.
11105
11106 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11107
11108 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
11109
11110 2018-01-17 Mike Gulick <mgulick@mathworks.com>
11111
11112 PR gdb/16577
11113 * gdb.base/solib-vanish.exp: New.
11114 * gdb.base/solib-vanish-main.c: New.
11115 * gdb.base/solib-vanish-lib1.c: New.
11116 * gdb.base/solib-vanish-lib2.c: New.
11117
11118 2018-01-17 Yao Qi <yao.qi@linaro.org>
11119
11120 * gdb.compile/compile.exp: Match the address printed for
11121 frame in the output of command "bt".
11122
11123 2018-01-15 Tom Tromey <tom@tromey.com>
11124
11125 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
11126 compute sp_reg.
11127
11128 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
11129
11130 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
11131 to prepare.
11132 (prepare): Return 0 on error, 1 on success.
11133
11134 2018-01-12 Pedro Alves <palves@redhat.com>
11135
11136 * gdb.base/continue-after-aborted-step-over.c: New.
11137 * gdb.base/continue-after-aborted-step-over.exp: New.
11138
11139 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
11140
11141 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
11142 options when not creating an executable.
11143
11144 2018-01-11 Pedro Alves <palves@redhat.com>
11145
11146 PR remote/22597
11147 * gdb.server/stop-reply-no-thread.c: New file.
11148 * gdb.server/stop-reply-no-thread.exp: New file.
11149
11150 2018-01-10 Pedro Alves <palves@redhat.com>
11151
11152 PR gdb/22670
11153 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
11154 functions too. Test setting breakpoints and printing C functions
11155 with no debug info too.
11156 * gdb.ada/bp_c_mixed_case/qux.c: New file.
11157
11158 2018-01-10 Pedro Alves <palves@redhat.com>
11159
11160 PR gdb/22670
11161 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
11162 a fail.
11163
11164 2018-01-10 Pedro Alves <palves@redhat.com>
11165
11166 PR gdb/22670
11167 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
11168
11169 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11170
11171 * gdb.server/unittest.exp: Match the output in non-development
11172 mode.
11173
11174 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11175
11176 * gdb.gdb/unittest.exp: Match output in non-development mode.
11177
11178 2018-01-08 Joel Brobecker <brobecker@adacore.com>
11179
11180 * gdb.ada/access_tagged_param.exp: Relax expected output
11181 for value of "ObjL" in "continue" to pck.inspect breakpoint
11182 test.
11183
11184 2018-01-08 Joel Brobecker <brobecker@adacore.com>
11185
11186 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
11187 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
11188
11189 2018-01-05 Pedro Alves <palves@redhat.com>
11190
11191 PR gdb/18653
11192 * gdb.base/libsegfault.exp: New.
11193
11194 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11195
11196 PR gdb/22670
11197 * gdb.ada/access_tagged_param.exp: New file.
11198 * gdb.ada/access_tagged_param/foo.adb: New file.
11199
11200 2018-01-05 Pedro Alves <palves@redhat.com>
11201
11202 PR gdb/22670
11203 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
11204 exercise lower case too, and to exercise both full matching and
11205 wild matching.
11206
11207 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11208
11209 * gdb.ada/rename_subscript_param: New testcase.
11210
11211 2018-01-05 Jerome Guitton <guitton@adacore.com>
11212
11213 * gdb.ada/arr_acc_idx_w_gap: New testcase.
11214
11215 2018-01-05 Joel Brobecker <brobecker@adacore.com>
11216
11217 * gdb.ada/convvar_comp: New testcase.
11218
11219 2018-01-05 Xavier Roirand <roirand@adacore.com>
11220
11221 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
11222 (My_Table): New global variable.
11223 * testsuite/gdb.ada/array_char_idx.exp: Add test.
11224
11225 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11226
11227 PR gdb/22670
11228 * gdb.ada/maint_with_ada: New testcase.
11229
11230 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11231
11232 PR gdb/22670
11233 * gdb.ada/bp_c_mixed_case: New testcase.
11234
11235 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11236
11237 PR gdb/22670
11238 * gdb.ada/complete.exp: Add "complete break ada" test.
11239
11240 2018-01-04 Joel Brobecker <brobecker@adacore.com>
11241
11242 PR gdb/22670
11243 * gdb.ada/info_addr_mixed_case: New testcase.
11244
11245 2018-01-03 Xavier Roirand <roirand@adacore.com>
11246
11247 * gdb.ada/excep_handle.exp: New testcase.
11248 * gdb.ada/excep_handle/foo.adb: New file.
11249 * gdb.ada/excep_handle/pck.ads: New file.
11250
11251 2018-01-03 Joel Brobecker <brobecker@adacore.com>
11252
11253 * gdb.base/step-line.c: Add extra empty line in copyright header.
11254 * gdb.base/step-line.inp: Likewise.
11255
11256 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11257
11258 * gdb.ada/dyn_stride.exp: Add slice test.
11259
11260 2018-01-02 Joel Brobecker <brobecker@adacore.com>
11261
11262 * gdb.ada/dyn_stride: New testcase.
11263
11264 2017-12-27 Stafford Horne <shorne@gmail.com>
11265
11266 * gdb.xml/extra-regs.xml: Add example foo reggroup.
11267 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
11268
11269 2017-12-27 Stafford Horne <shorne@gmail.com>
11270
11271 * gdb.base/reggroups.c: New file.
11272 * gdb.base/reggroups.exp: New file.
11273
11274 2017-12-18 Joel Brobecker <brobecker@adacore.com>
11275
11276 * gdb.dwarf2/ada-valprint-error.c: New file.
11277 * gdb.dwarf2/ada-valprint-error.exp: New file.
11278
11279 2017-12-18 Joel Brobecker <brobecker@adacore.com>
11280
11281 * gdb.ada/assign_arr: New testcase.
11282
11283 2017-12-18 Xavier Roirand <roirand@adacore.com>
11284
11285 * gdb.ada/funcall_ptr: New testcase.
11286
11287 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11288
11289 PR cli/16224
11290 * gdb.base/ptype-offsets.cc: New file.
11291 * gdb.base/ptype-offsets.exp: New file.
11292
11293 2017-12-15 Yao Qi <yao.qi@linaro.org>
11294
11295 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
11296 if XML is disabled.
11297
11298 2017-12-15 Xavier Roirand <roirand@adacore.com>
11299
11300 * gdb.ada/same_component_name: New testcase.
11301
11302 2017-12-14 Joel Brobecker <brobecker@adacore.com>
11303
11304 * gdb.ada/str_binop_equal: New testcase.
11305
11306 2017-12-14 Joel Brobecker <brobecker@adacore.com>
11307
11308 * gdb.ada/task_switch_in_core: New testcase.
11309
11310 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
11311
11312 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
11313 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
11314 call test_bkpt_qualified.
11315 (test_bkpt_qualified): New proc.
11316
11317 2017-12-13 Pedro Alves <palves@redhat.com>
11318
11319 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
11320 Tighten regexp by matching with an anchor.
11321
11322 2017-12-13 Pedro Alves <palves@redhat.com>
11323
11324 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
11325 ("expression with namespace"): New set of tests.
11326 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
11327 (Nested::Test_NS::qux): New.
11328 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
11329 defaults to 'start_quote_char' and 'end_quote_char' parameters.
11330
11331 2017-12-13 Joel Brobecker <brobecker@adacore.com>
11332
11333 * gdb.base/server-del-break.c: New file.
11334 * gdb.base/server-del-break.exp: New file.
11335
11336 2017-12-12 Stafford Horne <shorne@gmail.com>
11337
11338 * gdb.xml/tdesc-regs.exp: Add or1k support.
11339
11340 2017-12-12 Stafford Horne <shorne@gmail.com>
11341
11342 * gdb.base/bp-permanent.c: Define nop of or1k.
11343
11344 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11345
11346 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
11347 output with components being reordered.
11348
11349 2017-12-11 Joel Brobecker <brobecker@adacore.com>
11350
11351 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
11352 output with components being reordered.
11353
11354 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11355 Pedro Alves <palves@redhat.com>
11356
11357 * gdb.base/maint.exp (check for .gdb_index): Check also for
11358 .debug_names.
11359 * gdb.dlang/watch-loc.c (.debug_aranges): New.
11360 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
11361 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
11362 (.gdb_index used after symbol reloading): Support also .debug_names.
11363 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
11364
11365 2017-12-08 Yao Qi <yao.qi@linaro.org>
11366
11367 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11368 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
11369
11370 2017-12-08 Yao Qi <yao.qi@linaro.org>
11371
11372 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11373 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
11374
11375 2017-12-08 Yao Qi <yao.qi@linaro.org>
11376
11377 * gdb.arch/aarch64-tagged-pointer.c: New file.
11378 * gdb.arch/aarch64-tagged-pointer.exp: New file.
11379
11380 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
11381
11382 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
11383 "int".
11384
11385 2017-12-07 Keith Seitz <keiths@redhat.com>
11386
11387 PR breakpoints/22569
11388 * gdb.linespec/ls-errs.exp: Change expected result of "break
11389 -source this file has spaces.c -line 3".
11390 Check that an explicit source file followed by whitespace is
11391 identified as an invalid explicit location.
11392
11393 2017-12-07 Keith Seitz <keiths@redhat.com>
11394
11395 * gdb.cp/nested-types.cc: New file.
11396 * gdb.cp/nested-types.exp: New file.
11397 * lib/cp-support.exp: Load data-structures.exp library.
11398 (debug_cp_test_ptype_class): New global.
11399 (cp_ptype_class_verbose, next_line): New procedures.
11400 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
11401 Add and document new return value.
11402 Switch the list of lines to a queue.
11403 Add support for new `type' key for nested type definitions.
11404 Add debugging/troubleshooting messages.
11405 * lib/data-structures.exp: New file.
11406
11407 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
11408
11409 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
11410 with proc_with_prefix, don't use with_test_prefix.
11411
11412 2017-12-07 Tom Tromey <tom@tromey.com>
11413
11414 * gdb.base/break.exp: Add test for empty "commands".
11415
11416 2017-12-07 Yao Qi <yao.qi@linaro.org>
11417
11418 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
11419 malloc and catch syscall.
11420
11421 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
11422
11423 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
11424 tests for explicit locations.
11425
11426 2017-12-06 Pedro Alves <palves@redhat.com>
11427
11428 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
11429 force-disabling XML descriptions.
11430
11431 2017-12-04 Pedro Alves <palves@redhat.com>
11432
11433 PR gdb/22499
11434 * gdb.arch/amd64-disp-step-avx.S: New file.
11435 * gdb.arch/amd64-disp-step-avx.exp: New file.
11436
11437 2017-12-03 Pedro Alves <palves@redhat.com>
11438
11439 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
11440 and <string.h>.
11441 (parent_function): Print distinct messages when waitpid fails, or
11442 the child exits with a signal, or the child exits for an unhandled
11443 reason.
11444 * gdb.threads/process-dies-while-detaching.exp
11445 (detach_and_expect_exit): New 'inf_output_re' parameter and use
11446 it. Wait for both inferior output and GDB's prompt. Use an
11447 indirect spawn id list.
11448 (do_detach): New parameter 'child_exit'. Use it to compute
11449 expected inferior output.
11450 (test_detach, test_detach_watch, test_detach_killed_outside):
11451 Adjust to pass down the expected child exit kind.
11452
11453 2017-12-01 Joel Brobecker <brobecker@adacore.com>
11454 Sergio Durigan Junior <sergiodj@redhat.com>
11455 Pedro Alves <palves@redhat.com>
11456
11457 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
11458
11459 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
11460
11461 * gdb.base/relocate.exp: Add tests to guarantee that arguments
11462 to 'symbol-file' and 'add-symbol-file' can be
11463 position-independent.
11464
11465 2017-12-01 Yao Qi <yao.qi@linaro.org>
11466
11467 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
11468 the URL in copyright header.
11469 * gdb.arch/aarch64-fp.exp: Likewise.
11470 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
11471 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
11472 * gdb.base/expand-psymtabs.exp: Likewise.
11473 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
11474 * gdb.fortran/common-block.exp: Likewise.
11475 * gdb.fortran/common-block.f90: Likewise.
11476 * gdb.fortran/logical.exp: Likewise.
11477 * gdb.fortran/vla-datatypes.f90: Likewise.
11478 * gdb.fortran/vla-sub.f90: Likewise.
11479
11480 2017-11-30 Joel Brobecker <brobecker@adacore.com>
11481
11482 * gdb.ada/repeat_dyn: New testcase.
11483
11484 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
11485
11486 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
11487 Update for changed thread numbering.
11488 * gdb.cell/bt.exp: Update for changed GDB output.
11489
11490 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
11491
11492 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
11493 setting isremote by hand.
11494 * boards/dwarf4-gdb-index.exp: Likewise.
11495 * boards/fission.exp: Likewise.
11496 * boards/stabs.exp: Likewise.
11497
11498 2017-11-30 Pedro Alves <palves@redhat.com>
11499
11500 * gdb.linespec/cpls-ops.exp
11501 (check_explicit_skips_function_argument): Extract the underlying
11502 type of size_t instead of hardcoding it.
11503
11504 2017-11-29 Pedro Alves <palves@redhat.com>
11505
11506 PR c++/19436
11507 * gdb.linespec/cpls-abi-tag.cc: New file.
11508 * gdb.linespec/cpls-abi-tag.exp: New file.
11509
11510 2017-11-29 Pedro Alves <palves@redhat.com>
11511
11512 * gdb.base/langs.exp: Use -qualified.
11513 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
11514 it.
11515 * gdb.cp/namespace.exp: Use -qualified.
11516 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
11517 (overload-3, template-overload, template-ret-type, const-overload)
11518 (const-overload-quoted, anon-ns, ambiguous-prefix): New
11519 procedures.
11520 (test_driver): Call them.
11521 * gdb.cp/save-bp-qualified.cc: New.
11522 * gdb.cp/save-bp-qualified.exp: New.
11523 * gdb.linespec/explicit.exp: Test -qualified.
11524 * lib/completion-support.exp (completion::explicit_opts_list): Add
11525 "-qualified".
11526 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
11527
11528 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
11529
11530 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
11531
11532 2017-11-29 Tom Tromey <tom@tromey.com>
11533
11534 * gdb.base/relocate.exp: Update invalid argument test.
11535 Add new tests for invalid arguments.
11536
11537 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
11538
11539 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
11540 Return 0 as a long.
11541 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
11542
11543 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
11544
11545 * gdb.cp/breakpoint.cc (bar): Set return type to void.
11546 * gdb.cp/psymtab-parameter.cc (func): Likewise.
11547 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
11548 func ().
11549 * gdb.cp/shadow.cc (B.func): Return 0.
11550
11551 2017-11-27 Joel Brobecker <brobecker@adacore.com>
11552
11553 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
11554 expected output in gdb_expect call to allow the exception
11555 message to be present as well. Fix syntax confusion to avoid
11556 TCL thinking that exception_name is an array.
11557
11558 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
11559
11560 * gdb.arch/spu-info.c: Include <unistd.h>.
11561 (do_signal_test): Fix broken calls to write.
11562 * gdb.arch/spu-info.exp: Use prepare_for_testing.
11563 Fix checks for empty mailboxes. Update signal tests for corrected
11564 do_signal_test routine. Allow nonzero event status.
11565 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
11566 * gdb.cell/arch.exp: Use standard_output_file.
11567 * gdb.cell/break.exp: Likewise.
11568 * gdb.cell/bt.exp: Likewise.
11569 * gdb.cell/core.exp: Likewise.
11570 * gdb.cell/dwarfaddr.exp: Likewise.
11571 * gdb.cell/ea-cache.exp: Likewise.
11572 * gdb.cell/ea-standalone.exp: Likewise.
11573 * gdb.cell/f-regs.exp: Likewise.
11574 * gdb.cell/fork.exp: Likewise.
11575 * gdb.cell/gcore.exp: Likewise.
11576 * gdb.cell/mem-access.exp: Likewise.
11577 * gdb.cell/ptype.exp: Likewise.
11578 * gdb.cell/registers.exp: Likewise.
11579 * gdb.cell/sizeof.exp: Likewise.
11580 * gdb.cell/solib-symbol.exp: Likewise.
11581 * gdb.cell/solib.exp: Likewise.
11582
11583 2017-11-25 Pedro Alves <palves@redhat.com>
11584
11585 * gdb.base/complete-empty.exp: New file.
11586 * gdb.base/completion.exp: Adjust.
11587
11588 2017-11-25 Pedro Alves <palves@redhat.com>
11589
11590 * gdb.linespec/cpls-ops.cc: New file.
11591 * gdb.linespec/cpls-ops.exp: New file.
11592 * lib/completion-support.exp (test_complete_prefix_range_re): New,
11593 factored out from ...
11594 (test_complete_prefix_range): ... this.
11595
11596 2017-11-24 Pedro Alves <palves@redhat.com>
11597
11598 * gdb.linespec/cpcompletion.exp: New file.
11599 * gdb.linespec/cpls-hyphen.cc: New file.
11600 * gdb.linespec/cpls.cc: New file.
11601 * gdb.linespec/cpls2.cc: New file.
11602 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
11603 test to use test_gdb_complete_unique. Add label completion,
11604 keyword completion and explicit location completion tests.
11605 * lib/completion-support.exp: New file.
11606
11607 2017-11-24 Joel Brobecker <brobecker@adacore.com>
11608
11609 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
11610 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
11611 when hitting an exception catchpoint.
11612
11613 2017-11-22 Yao Qi <yao.qi@linaro.org>
11614
11615 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
11616
11617 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
11618
11619 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
11620 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
11621 * gdb.dwarf2/info-locals-optimized-out.c: New file.
11622
11623 2017-11-22 Yao Qi <yao.qi@linaro.org>
11624
11625 * gdb.base/info-os.exp: Pass pthreads.
11626 * gdb.multi/multi-attach.exp: Likewise.
11627
11628 2017-11-22 Yao Qi <yao.qi@linaro.org>
11629
11630 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
11631 compiler.
11632
11633 2017-11-22 Yao Qi <yao.qi@linaro.org>
11634
11635 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
11636 * gdb.base/break-interp.exp: Likewise.
11637 * gdb.base/jit-attach-pie.exp: Likewise.
11638
11639 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
11640
11641 * gdb.base/float128.c (large128): New variable.
11642 * gdb.base/float128.exp: Add test to print largest __float128 value.
11643
11644 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
11645
11646 * gdb.arch/vsx-regs.exp: Update register content checks.
11647
11648 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
11649
11650 * gdb.arch/ppc-longdouble.exp: New file.
11651 * gdb.arch/ppc-longdouble.c: Likewise.
11652
11653 2017-11-21 Pedro Alves <palves@redhat.com>
11654
11655 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
11656
11657 2017-11-20 Pedro Alves <palves@redhat.com>
11658
11659 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
11660 (long_double_typedef): New typedefs.
11661 Use DEF on double and long double.
11662 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
11663 cases.
11664 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
11665 and 'long_double_ptr_same_size' locals. Use them to decide
11666 whether cast from array/function to float is valid/invalid.
11667
11668 2017-11-17 Tom Tromey <tom@tromey.com>
11669
11670 * gdb.rust/traits.rs: New file.
11671 * gdb.rust/traits.exp: New file.
11672
11673 2017-11-17 Joel Brobecker <brobecker@adacore.com>
11674
11675 * gdb.ada/minsyms: New testcase.
11676
11677 2017-11-16 Pedro Alves <palves@redhat.com>
11678
11679 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
11680 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
11681
11682 2017-11-16 Pedro Alves <palves@redhat.com>
11683
11684 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
11685 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
11686
11687 2017-11-16 Pedro Alves <palves@redhat.com>
11688
11689 * gdb.server/reconnect-ctrl-c.c: New file.
11690 * gdb.server/reconnect-ctrl-c.exp: New file.
11691
11692 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
11693
11694 * gdb.python/py-rbreak.exp: New file.
11695 * gdb.python/py-rbreak.c: New file.
11696 * gdb.python/py-rbreak-func2.c: New file.
11697
11698 2017-11-16 Pedro Alves <palves@redhat.com>
11699
11700 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
11701 pattern.
11702 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
11703 GDB.
11704
11705 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
11706
11707 * gdb.tui/completionn.exp (test_tab_completion): Add space in
11708 regex.
11709
11710 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
11711
11712 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
11713 test names.
11714
11715 2017-11-09 Pedro Alves <palves@redhat.com>
11716
11717 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
11718 factored out from ...
11719 (top level): ... here, and adjusted to avoid expecting beyond the
11720 prompt in a single gdb_test_multiple.
11721
11722 2017-11-09 Pedro Alves <palves@redhat.com>
11723
11724 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
11725 output.
11726 * gdb.server/ext-attach.exp ("kill" test): Likewise.
11727 * gdb.server/ext-restart.exp ("kill" test): Likewise.
11728 * gdb.server/ext-run.exp ("kill" test): Likewise.
11729 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
11730
11731 2017-11-09 Pedro Alves <palves@redhat.com>
11732
11733 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
11734 match till end of line.
11735
11736 2017-11-09 Pedro Alves <palves@redhat.com>
11737
11738 * gdb.base/memattr.exp: Tighten regexes to match the end line.
11739
11740 2017-11-09 Pedro Alves <palves@redhat.com>
11741
11742 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
11743 New procedures, factored out from ...
11744 (top level): ... here, and adjusted to avoid expecting beyond the
11745 prompt in one go.
11746
11747 2017-11-09 Pedro Alves <palves@redhat.com>
11748
11749 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
11750 output. Fix '?' match.
11751
11752 2017-11-08 Joel Brobecker <brobecker@adacore.com>
11753
11754 * gdb.ada/scoped_watch: New testcase.
11755 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
11756 which is actually correct.
11757 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
11758 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
11759
11760 2017-11-08 Pedro Alves <palves@redhat.com>
11761
11762 * gdb.gdb/complaints.exp (test_initial_complaints)
11763 (test_serial_complaints, test_short_complaints): Call
11764 complaint_internal instead of complaint.
11765
11766 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
11767
11768 * gdb.threads/tls-core.c: New file.
11769 * gdb.threads/tls-core.exp: Likewise.
11770
11771 2017-11-08 Pedro Alves <palves@redhat.com>
11772
11773 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
11774 (p Exported_Capitalized): New test.
11775 (p exported_capitalized): New test.
11776
11777 2017-11-07 Pedro Alves <palves@redhat.com>
11778
11779 * gdb.cp/ena-dis-br-range.exp: Add more tests.
11780
11781 2017-11-07 Pedro Alves <palves@redhat.com>
11782
11783 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
11784 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
11785 (disable_invalid, disable_inverted, disable_negative): New
11786 procedures.
11787 ("bad numbers"): New set of tests.
11788
11789 2017-11-07 Pedro Alves <palves@redhat.com>
11790
11791 * gdb.cp/ena-dis-br-range.exp: Add tests.
11792
11793 2017-11-07 Pedro Alves <palves@redhat.com>
11794
11795 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
11796
11797 2017-11-07 Xavier Roirand <roirand@adacore.com>
11798 Pedro Alves <palves@redhat.com>
11799
11800 * gdb.base/ena-dis-br.exp: Add reference to
11801 gdb.cp/ena-dis-br-range.exp.
11802 * gdb.cp/ena-dis-br-range.exp: New file.
11803 * gdb.cp/ena-dis-br-range.cc: New file.
11804
11805 2017-11-06 Pedro Alves <palves@redhat.com>
11806
11807 * gdb.base/attach-non-pgrp-leader.c: New.
11808 * gdb.base/attach-non-pgrp-leader.exp: New.
11809
11810 2017-11-06 Pedro Alves <palves@redhat.com>
11811
11812 * configure.ac: No longer check for termio.h and sgtty.h.
11813 * configure: Regenerate.
11814 * remote-utils.c: Include termios.h instead of gdb_termios.h.
11815 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
11816 Remove termio and sgtty code.
11817
11818 2017-11-03 Yao Qi <yao.qi@linaro.org>
11819
11820 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
11821 in GDB is disabled.
11822
11823 2017-11-03 Yao Qi <yao.qi@linaro.org>
11824
11825 * gdb.python/py-thrhandle.exp: Skip it if python is not
11826 enabled.
11827
11828 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
11829
11830 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
11831 as a breakpoint command.
11832
11833 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
11834
11835 PR python/21213
11836 * gdb.python/py-infthread.exp: Test calling
11837 InferiorThread.inferior () multiple times in a row.
11838
11839 2017-10-27 Keith Seitz <keiths@redhat.com>
11840
11841 * gdb.opt/inline-break.exp (break_info_1): New procedure.
11842 Test "info break" for every inlined function breakpoint.
11843
11844 2017-10-27 Yao Qi <yao.qi@linaro.org>
11845
11846 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
11847
11848 2017-10-26 Patrick Frants <osscontribute@gmail.com>
11849
11850 * gdb.cp/classes.exp (test_static_members): Test printing
11851 Outer::instance.
11852 * gdb.cp/classes.c (struct Inner, struct Outer): New.
11853 (Inner::instance, Outer::instance): New.
11854
11855 2017-10-24 Pedro Alves <palves@redhat.com>
11856
11857 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
11858 extra console" test in two stages.
11859
11860 2017-10-24 Pedro Alves <palves@redhat.com>
11861
11862 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
11863
11864 2017-10-24 Pedro Alves <palves@redhat.com>
11865
11866 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
11867 loop.
11868
11869 2017-10-24 Pedro Alves <palves@redhat.com>
11870
11871 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
11872 $attempt" and "stoppedtry $stoppedtry" test prefixes.
11873
11874 2017-10-24 Pedro Alves <palves@redhat.com>
11875
11876 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
11877 parameter and handle it. Don't output read value in test name.
11878
11879 2017-10-24 Pedro Alves <palves@redhat.com>
11880
11881 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
11882 custom test name.
11883
11884 2017-10-24 Pedro Alves <palves@redhat.com>
11885
11886 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
11887 include the unstable output directory name in the test's name.
11888 (initial_setup_simple) <'set args'>: Use custom test name.
11889
11890 2017-10-24 Pedro Alves <palves@redhat.com>
11891
11892 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
11893 with explicit test name.
11894
11895 2017-10-20 Pedro Alves <palves@redhat.com>
11896
11897 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
11898 'wait -i'. Use gdb_assert and remote_close.
11899
11900 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
11901
11902 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
11903 number from variable rather than hard-coded.
11904
11905 2017-10-19 Pedro Alves <palves@redhat.com>
11906
11907 * gdb.base/long-inferior-output.c: New file.
11908 * gdb.base/long-inferior-output.exp: New file.
11909
11910 2017-11-18 Keith Seitz <keiths@redhat.com>
11911
11912 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
11913 method.
11914 (main): Call it.
11915 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
11916 Add additional user-defined conversion operator tests.
11917
11918 2017-10-17 Pedro Alves <palves@redhat.com>
11919
11920 * boards/native-stdio-gdbserver.exp: Load "local-board".
11921
11922 2017-10-17 Pedro Alves <palves@redhat.com>
11923
11924 * gdb.base/quit-live.c: New file.
11925 * gdb.base/quit-live.exp: New file.
11926
11927 2017-10-16 Keith Seitz <keiths@redhat.com>
11928
11929 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
11930 (class_with_protected_typedef, class_with_private_typedef)
11931 (struct_with_public_typedef, struct_with_protected_typedef)
11932 (struct_with_private_typedef): New classes/structs.
11933 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
11934 typedefs and access specifiers.
11935
11936 2017-10-16 Pedro Alves <palves@redhat.com>
11937 Simon Marchi <simon.marchi@polymtl.ca>
11938
11939 * README (Local vs Remote vs Native): New section.
11940 * boards/local-board.exp: New file, with bits factored out from
11941 ...
11942 * boards/native-extended-gdbserver.exp: ... here. Load
11943 "local-board".
11944 * boards/native-gdbserver.exp: Load "local-board".
11945 (${board}_spawn, ${board}_exec): Delete.
11946 * boards/native-stdio-gdbserver.exp: Most contents factored out to
11947 ...
11948 * boards/stdio-gdbserver-base.exp: ... this new file.
11949 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
11950 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
11951 procedure.
11952 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
11953 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
11954 stdio_gdbserver_command.
11955 (${board}_get_remote_address, ${board}_get_comm_port)
11956 (${board}_download, ${board}_upload): Delete.
11957 (get_target_remote_pipe_cmd): New.
11958
11959 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
11960
11961 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
11962 test_bkpt_deletion, test_bkpt_cond_and_cmds,
11963 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
11964 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
11965 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
11966 remove with_test_prefix.
11967
11968 2017-10-13 Pedro Alves <palves@redhat.com>
11969
11970 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
11971 * gdb.base/annota1.exp: Use it instead of is_remote.
11972 * gdb.base/annota3.exp: Use it instead of is_remote.
11973 * gdb.cp/annota2.exp: Use it instead of is_remote.
11974 * gdb.cp/annota3.exp: Use it instead of is_remote.
11975 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
11976
11977 2017-10-13 Pedro Alves <palves@redhat.com>
11978
11979 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
11980 (test_num_test_vars, run_and_count_vars, find_env)
11981 (test_set_unset_env, test_inherit_env_var): New procedures.
11982 (top level): Use them.
11983
11984 2017-10-13 Pedro Alves <palves@redhat.com>
11985
11986 * lib/selftest-support.exp (selftest_setup): Extend comments, and
11987 also skip on stub-like targets.
11988
11989 2017-10-13 Pedro Alves <palves@redhat.com>
11990
11991 PR gdb/22293
11992 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
11993 (top level): Move some tests to ...
11994 (test_not_found): ... this new procedure.
11995 (top level): Call it.
11996
11997 2017-10-13 Pedro Alves <palves@redhat.com>
11998
11999 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
12000 expect different "info terminal" output if testing with a
12001 non-native target.
12002
12003 2017-10-13 Pedro Alves <palves@redhat.com>
12004 Simon Marchi <simon.marchi@polymtl.ca>
12005
12006 PR python/12966
12007 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
12008
12009 2017-10-13 Pedro Alves <palves@redhat.com>
12010
12011 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
12012 already.
12013
12014 2017-10-13 Pedro Alves <palves@redhat.com>
12015
12016 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
12017 is_remote.
12018
12019 2017-10-13 Pedro Alves <palves@redhat.com>
12020
12021 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
12022 is_remote.
12023
12024 2017-10-13 Pedro Alves <palves@redhat.com>
12025
12026 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
12027 is set.
12028 (corefile_test_attach): Likewise. Check can_spawn_for_attach
12029 instead of is_remote.
12030
12031 2017-10-13 Pedro Alves <palves@redhat.com>
12032
12033 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
12034 (top level): Add comment.
12035
12036 2017-10-13 Pedro Alves <palves@redhat.com>
12037
12038 * gdb.base/remote.exp (top level): Fix comment typo and add
12039 missing return.
12040
12041 2017-10-13 Pedro Alves <palves@redhat.com>
12042 Simon Marchi <simon.marchi@polymtl.ca>
12043
12044 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
12045 calls and add comments. Skip test if use_gdb_stub is set.
12046 (top level): Use "set cwd" command instead of "cd" command.
12047
12048 2017-10-13 Pedro Alves <palves@redhat.com>
12049
12050 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
12051 is_remote target check.
12052
12053 2017-10-13 Pedro Alves <palves@redhat.com>
12054
12055 * gdb.base/scope.exp: Use build_executable + clean_restart +
12056 gdb_file_cmd instead of prepare_for_testing and no longer skip
12057 "before run" tests on is_remote target boards. Update comments.
12058 * boards/native-extended-gdbserver.exp
12059 (extended_gdbserver_load_last_file): New, factored out from ...
12060 (gdb_load): ... this. Move further below and add comment.
12061 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
12062
12063 2017-10-12 Pedro Alves <palves@redhat.com>
12064
12065 * gdb.base/attach.exp: Remove references to gdb64.
12066 * gdb.base/dbx.exp: Remove references to gdb64.
12067
12068 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12069 Pedro Alves <palves@redhat.com>
12070
12071 * gdb.base/label.exp: Remove is_remote target check.
12072
12073 2017-10-12 Pedro Alves <palves@redhat.com>
12074
12075 * gdb.base/auvx.exp (coredir): Update comment.
12076 (top level) <core_works>: Use "set cwd" command instead of "cd"
12077 command.
12078
12079 2017-10-12 Pedro Alves <palves@redhat.com>
12080 Simon Marchi <simon.marchi@polymtl.ca>
12081
12082 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
12083 target boards.
12084
12085 2017-10-12 Pedro Alves <palves@redhat.com>
12086 Simon Marchi <simon.marchi@polymtl.ca>
12087
12088 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
12089 Instead skip if there's any gdb_protocol set.
12090
12091 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12092 Pedro Alves <palves@redhat.com>
12093
12094 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
12095
12096 2017-10-12 Pedro Alves <palves@redhat.com>
12097 Simon Marchi <simon.marchi@polymtl.ca>
12098
12099 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
12100 instead of on dejagnu remote boards.
12101
12102 2017-10-12 Pedro Alves <palves@redhat.com>
12103 Simon Marchi <simon.marchi@polymtl.ca>
12104
12105 * gdb.base/inferior-died.exp: Remove is_remote and isnative
12106 checks. Use build_executable + clean_restart instead of
12107 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
12108 of enabling non-stop after starting gdb.
12109
12110 2017-10-12 Pedro Alves <palves@redhat.com>
12111
12112 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
12113 * gdb.threads/non-ldr-exc-2.exp: Ditto.
12114 * gdb.threads/non-ldr-exc-3.exp: Ditto.
12115 * gdb.threads/non-ldr-exc-4.exp: Ditto.
12116
12117 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
12118
12119 * gdb.arch/arc-tdesc-cpu.exp: New file.
12120 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
12121
12122 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
12123
12124 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
12125
12126 2017-10-10 Pedro Alves <palves@redhat.com>
12127
12128 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
12129 expect CLI output.
12130
12131 2017-10-10 Pedro Alves <palves@redhat.com>
12132
12133 * lib/selftest-support.exp (selftest_setup): Update for
12134 captured_command_loop's prototype change.
12135
12136 2017-10-09 Pedro Alves <palves@redhat.com>
12137
12138 Test both arch1=>arch2 and arch2=>arch1.
12139
12140 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
12141 (srcfile2, binfile2, march1, march2): Remove globals. Largely
12142 factored out to...
12143 (append_arch1_options, append_arch2_options, append_arch_options)
12144 (build_executables): New procedures.
12145 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
12146 local.
12147 (top level): Add new 'first_arch' testing axis.
12148
12149 2017-10-09 Pedro Alves <palves@redhat.com>
12150
12151 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
12152 (barrier): New.
12153 (thread_start, all_started): New functions.
12154 (main): Spawn new thread and wait until it is scheduled.
12155 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
12156 option.
12157 (do_test): Add 'selected_thread' parameter. Run to all_started
12158 instead of main. Explicitly set the breakpoint at main. Switch
12159 to the SELECTED_THREAD thread.
12160 (top level): Test handling the exec event with either the main
12161 thread or the second thread selected.
12162
12163 2017-10-09 Pedro Alves <palves@redhat.com>
12164
12165 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
12166 logic. Move STOP marker after the value checks.
12167 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
12168 regexp.
12169
12170 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
12171
12172 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
12173
12174 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
12175
12176 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
12177 integer-to-dfp conversion.
12178 * gdb.base/dfp-test.exp: Likewise.
12179
12180 2017-10-04 Pedro Alves <palves@redhat.com>
12181
12182 * gdb.multi/hangout.c: Include <unistd.h>.
12183 (hangout_loop): New function.
12184 (main): Call alarm. Call hangout_loop in a loop.
12185 * gdb.multi/hello.c: Include <unistd.h>.
12186 (hello_loop): New function.
12187 (main): Call alarm. Call hangout_loop in a loop.
12188 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
12189 inferior with the other selected.
12190
12191 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
12192
12193 * gdb.mi/list-thread-groups-available.exp: New file.
12194 * gdb.mi/list-thread-groups-available.c: New file.
12195
12196 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12197
12198 * gdb.base/set-cwd.exp: Make it available on
12199 native-extended-gdbserver.
12200
12201 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12202
12203 * gdb.base/set-cwd.c: New file.
12204 * gdb.base/set-cwd.exp: Likewise.
12205
12206 2017-10-02 Tom Tromey <tom@tromey.com>
12207
12208 PR rust/22236:
12209 * gdb.rust/simple.rs (main): New variable "fslice".
12210 * gdb.rust/simple.exp: Add slice tests. Update string tests.
12211
12212 2017-10-02 Tom Tromey <tom@tromey.com>
12213
12214 * gdb.rust/simple.exp: Test ptype of a slice.
12215
12216 2017-10-02 Tom Tromey <tom@tromey.com>
12217
12218 * gdb.rust/simple.exp: Test index of slice.
12219
12220 2017-09-27 Tom Tromey <tom@tromey.com>
12221
12222 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
12223
12224 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
12225 Pedro Alves <palves@redhat.com>
12226
12227 * gdb.base/compare-sections.exp (get value of read-only section): Read
12228 as unsigned value.
12229 (corrupt read-only section): Likewise and don't set written if patching
12230 failed.
12231
12232 2017-09-21 Kevin Buettner <kevinb@redhat.com>
12233
12234 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
12235 files.
12236
12237 2017-09-20 Pedro Alves <palves@redhat.com>
12238
12239 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
12240 symbol names in gdb's output.
12241 * gdb.cp/overload.exp ("list all overloads"): Likewise.
12242
12243 2017-09-20 Pedro Alves <palves@redhat.com>
12244
12245 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
12246 Rename to ...
12247 (test_list_ambiguous_symbol): ... this and add a symbol name
12248 parameter. Adjust.
12249 (test_list_ambiguous_function): Reimplement on top of
12250 test_list_ambiguous_symbol and also test listing ambiguous
12251 variables.
12252 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
12253 (ambiguous_fun): ... this.
12254 (ambiguous_var): New.
12255 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
12256 (ambiguous_fun): ... this.
12257 (ambiguous_var): New.
12258
12259 2017-09-19 John Baldwin <jhb@FreeBSD.org>
12260
12261 * gdb.base/starti.c: New file.
12262 * gdb.base/starti.exp: New file.
12263 * lib/gdb.exp (gdb_starti_cmd): New procedure.
12264
12265 2017-09-14 Pedro Alves <palves@redhat.com>
12266
12267 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
12268 (top level): Use it instead of runto.
12269
12270 2017-09-11 Tom Tromey <tom@tromey.com>
12271
12272 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
12273
12274 2017-09-11 Tom Tromey <tom@tromey.com>
12275
12276 * gdb.python/py-infthread.exp: Add tests for new_thread event.
12277 * gdb.python/py-inferior.exp: Add tests for new inferior events.
12278
12279 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
12280
12281 * gdb.fortran/printing-types.exp: New file.
12282 * gdb.fortran/printing-types.exp: New file.
12283
12284 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12285
12286 * gdb.fortran/vla-ptype.exp: Fix typos.
12287 * gdb.fortran/vla-value.exp: Same.
12288
12289 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12290
12291 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
12292 * gdb.mi/mi-var-child-f.exp: Likewise.
12293 * gdb.mi/mi-vla-fortran.exp: Likewise.
12294
12295 2017-09-08 Frank Penczek <frank.penczek@intel.com>
12296 Christoph Weinmann <christoph.t.weinmann@intel.com>
12297 Bernhard Heckel <bernhard.heckel@intel.com>
12298
12299 * gdb.fortran/ptr-indentation.f90: New file.
12300 * gdb.fortran/ptr-indentation.exp: New file.
12301
12302 2017-09-05 Tom Tromey <tom@tromey.com>
12303
12304 PR gdb/22010:
12305 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
12306
12307 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
12308
12309 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
12310
12311 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12312
12313 * gdb.threads/tls-nodebug-pie.c: New file.
12314 * gdb.threads/tls-nodebug-pie.exp: New file.
12315
12316 2017-09-05 Tom Tromey <tom@tromey.com>
12317
12318 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
12319 for rust.
12320
12321 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
12322
12323 * gdb.multi/multi-arch-exec.exp: Test with different
12324 "follow-exec-mode" settings.
12325 (do_test): New procedure.
12326
12327 2017-09-04 Pedro Alves <palves@redhat.com>
12328
12329 * gdb.base/func-static.c (S::method const, S::method volatile)
12330 (S::method volatile const): New methods.
12331 (c_s, v_s, cv_s): New instances.
12332 (main): Call method() on them.
12333 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
12334 (cannot_resolve): New procedure.
12335 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
12336 print-quote-unquoted columns.
12337 (do_test): Test printing each scope too.
12338
12339 2017-09-04 Pedro Alves <palves@redhat.com>
12340
12341 * gdb.base/local-static.exp: Also test with
12342 class::method::variable wholly quoted.
12343 * gdb.cp/m-static.exp (class::method::variable): Remove test.
12344
12345 2017-09-04 Pedro Alves <palves@redhat.com>
12346
12347 * gdb.base/local-static.c: New.
12348 * gdb.base/local-static.cc: New.
12349 * gdb.base/local-static.exp: New.
12350
12351 2017-09-04 Pedro Alves <palves@redhat.com>
12352
12353 * gdb.asm/asm-source.exp: Add casts to int.
12354 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
12355 (dataglobal64_1, dataglobal64_2): New globals.
12356 * gdb.base/nodebug.exp: Test different expressions involving the
12357 new globals, with print, whatis and ptype. Add casts to int.
12358 * gdb.base/solib-display.exp: Add casts to int.
12359 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
12360 * gdb.cp/m-static.exp: Add cast to int.
12361 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
12362 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
12363 tls variable with no debug info without a cast. Test with a cast
12364 to int too.
12365 * gdb.trace/entry-values.exp: Add casts.
12366
12367 2017-09-04 Pedro Alves <palves@redhat.com>
12368
12369 * gdb.base/nodebug.exp: Test that ptype's error about functions
12370 with unknown return type includes the function name too.
12371
12372 2017-09-04 Pedro Alves <palves@redhat.com>
12373
12374 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
12375 return type of munmap in infcall.
12376 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
12377 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
12378 type of ftell in infcall.
12379 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
12380 type of getpid in infcall.
12381 * gdb.base/infcall-exec.exp: Cast return type of execlp in
12382 infcall.
12383 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
12384 Bail on failure to extract the pid.
12385 * gdb.base/nodebug.c: #include <stdint.h>.
12386 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
12387 New functions.
12388 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
12389 Change expected output of print/whatis/ptype with functions with
12390 no debug info. Test all supported languages. Call
12391 test_call_promotion.
12392 * gdb.compile/compile.exp: Adjust expected output to expect
12393 warning.
12394 * gdb.threads/siginfo-threads.exp: Likewise.
12395
12396 2017-09-04 Pedro Alves <palves@redhat.com>
12397
12398 * gdb.base/callfuncs.exp (do_function_calls): New parameter
12399 "prototypes". Test calling float functions via prototyped and
12400 unprototyped function pointers.
12401 (perform_all_tests): New parameter "prototypes". Pass it down.
12402 (top level): Pass down "prototypes" parameter to
12403 perform_all_tests.
12404
12405 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12406
12407 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
12408 Test with nested loops.
12409
12410 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12411
12412 * gdb.base/commands.exp: Call the new procedures.
12413 (loop_break_test, loop_continue_test): New procedures.
12414
12415 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12416
12417 * gdb.base/commands.exp: Call new procedure.
12418 (define_if_without_arg_test): New procedure.
12419
12420 2017-09-04 Pedro Alves <palves@redhat.com>
12421
12422 * gdb.base/list-ambiguous.exp: New file.
12423 * gdb.base/list-ambiguous0.c: New file.
12424 * gdb.base/list-ambiguous1.c: New file.
12425 * gdb.base/list.exp (test_list_range): Adjust expected output.
12426
12427 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
12428
12429 * gdb.base/share-env-with-gdbserver.c: New file.
12430 * gdb.base/share-env-with-gdbserver.exp: Likewise.
12431
12432 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12433
12434 * gdb.base/commands.exp (gdbvar_simple_if_test,
12435 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
12436 progvar_simple_if_test, progvar_simple_while_test,
12437 progvar_complex_if_while_test, user_defined_command_test,
12438 user_defined_command_args_eval,
12439 user_defined_command_args_stack_test,
12440 user_defined_command_manyargs_test, bp_deleted_in_command_test,
12441 temporary_breakpoint_commands,
12442 gdb_test_no_prompt, redefine_hook_test,
12443 redefine_backtrace_test): Remove "global gdb_prompt".
12444
12445 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12446
12447 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
12448 New proc, call it from toplevel.
12449
12450 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
12451
12452 PR remote/21852
12453 * gdb.server/normal.c: New file, copied from gdb.base.
12454 * gdb.server/run-without-local-binary.exp: New file.
12455
12456 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
12457
12458 * gdb.arch/sparc64-adi.exp: New file.
12459 * gdb.arch/sparc64-adi.c: New file.
12460
12461 2017-08-22 Pedro Alves <palves@redhat.com>
12462
12463 * gdb.cp/overload.exp (line_range_pattern): New procedure.
12464 (top level): Add "list all overloads" tests.
12465
12466 2017-08-22 Tom Tromey <tom@tromey.com>
12467
12468 * gdb.gdb/xfullpath.exp: Remove.
12469
12470 2017-08-21 Pedro Alves <palves@redhat.com>
12471
12472 PR gdb/19487
12473 * gdb.base/symbol-alias.c: New.
12474 * gdb.base/symbol-alias2.c: New.
12475 * gdb.base/symbol-alias.exp: New.
12476
12477 2017-08-21 Pedro Alves <palves@redhat.com>
12478
12479 * gdb.base/dfp-test.c
12480 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
12481 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
12482 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
12483 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
12484 * gdb.base/whatis-ptype-typedefs.c: New.
12485 * gdb.base/whatis-ptype-typedefs.exp: New.
12486 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
12487 (an_int, an_int_type, an_int_type2): New globals.
12488 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
12489 involving typedefs and cast expressions.
12490 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
12491 (lookup_typedefs_function): New.
12492 (typedefs_pretty_printers_dict): New.
12493 (top level): Register lookup_typedefs_function in
12494 gdb.pretty_printers.
12495
12496 2017-08-18 Yao Qi <yao.qi@linaro.org>
12497
12498 * gdb.server/unittest.exp: New.
12499
12500 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
12501
12502 PR gdb/21954
12503 * gdb.base/environ.exp: Add test to check if 'unset environment'
12504 works.
12505
12506 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12507
12508 * lib/gdb.exp (universal_compile_options): New caching proc.
12509 (gdb_compile): Suppress GCC's coloring of messages.
12510
12511 2017-08-14 Tom Tromey <tom@tromey.com>
12512
12513 PR gdb/21675:
12514 * gdb.base/printcmds.exp (test_radices): New function.
12515 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
12516 * gdb.base/sizeof.exp (check_valueof): Use p/d.
12517 * lib/gdb.exp (get_integer_valueof): Use p/d.
12518
12519 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
12520
12521 * lib/gdb.exp (get_valueof): Don't capture end-of-line
12522 characters.
12523
12524 2017-08-05 Tom Tromey <tom@tromey.com>
12525
12526 * gdb.rust/simple.exp: Allow String to appear in a different
12527 namespace.
12528
12529 2017-07-26 Yao Qi <yao.qi@linaro.org>
12530
12531 * gdb.gdb/unittest.exp: Invoke command
12532 "maintenance check xml-descriptions".
12533
12534 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12535
12536 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
12537 calling context.
12538 (hex128): Drop erroneous calculation of parameters.
12539
12540 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
12541
12542 * gdb.python/py-unwind.exp: Disable stack protection when
12543 building test file.
12544
12545 2017-07-20 Pedro Alves <palves@redhat.com>
12546
12547 * gdb.base/default.exp (set language): Adjust expected output.
12548
12549 2017-07-20 Pedro Alves <palves@redhat.com>
12550
12551 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
12552 (test_minsym): ... this, and make static.
12553 (get_pck__foo__bar__minsym): Rename to ...
12554 (get_test_minsym): ... this.
12555 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
12556 symbol names and comments.
12557 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
12558 (get_test_minsym): ... this.
12559 (pck__foo__bar__minsym__2): Rename to ...
12560 (test_minsym): ... this.
12561 (main): Adjust.
12562
12563 2017-07-17 Pedro Alves <palves@redhat.com>
12564
12565 * gdb.base/completion.exp: Adjust expected output.
12566 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
12567 the completer works.
12568
12569 2017-07-17 Pedro Alves <palves@redhat.com>
12570
12571 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
12572
12573 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
12574
12575 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
12576
12577 2017-07-14 Tom Tromey <tom@tromey.com>
12578
12579 PR rust/21764:
12580 * gdb.rust/simple.exp: Add tests.
12581
12582 2017-07-14 Tom Tromey <tom@tromey.com>
12583
12584 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
12585
12586 2017-07-14 Pedro Alves <palves@redhat.com>
12587
12588 * gdb.linespec/base/one/thefile.cc (z1): New function.
12589 * gdb.linespec/base/two/thefile.cc (z2): New function.
12590 * gdb.linespec/linespec.exp: Add tests.
12591
12592 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
12593
12594 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
12595 to mi_create_breakpoint.
12596
12597 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
12598
12599 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
12600 mi_create_breakpoint.
12601
12602 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
12603
12604 * gdb.dlang/demangle.exp: Update for demangling changes.
12605
12606 2017-07-09 Tom Tromey <tom@tromey.com>
12607
12608 * gdb.dwarf2/shortpiece.exp: New file.
12609
12610 2017-07-06 David Blaikie <dblaikie@gmail.com>
12611
12612 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
12613 built from fissiont-multi-cu{1,2}.c.
12614 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
12615 except putting 'main' and 'func' in separate CUs in the same DWO file.
12616 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
12617 test.
12618 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
12619 test.
12620
12621 2017-07-06 Pedro Alves <palves@redhat.com>
12622
12623 * gdb.python/py-unwind.exp: Test flushregs.
12624
12625 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
12626
12627 PR cli/21688
12628 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
12629 tests for alias commands and trailing whitespace.
12630
12631 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
12632
12633 PR cli/21688
12634 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
12635 procedure. Call it.
12636
12637 2017-06-29 Pedro Alves <palves@redhat.com>
12638
12639 * gdb.base/printcmds.exp: Add tests.
12640
12641 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
12642
12643 PR gdb/21337
12644 * gdb.base/reread-readsym.exp: New file.
12645 * gdb.base/reread-readsym.c: New file.
12646
12647 2017-06-21 Kevin Buettner <kevinb@redhat.com>
12648
12649 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
12650 subpattern.
12651
12652 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
12653
12654 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
12655 extended mnemonic.
12656 * gdb.arch/powerpc-power9.s: Likewise.
12657
12658 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12659
12660 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
12661 on 32-bit x86 targets. Exploit is_*_target macros where
12662 appropriate.
12663
12664 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12665
12666 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
12667 register pieces.
12668
12669 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12670
12671 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
12672 located in one or more DWARF pieces.
12673
12674 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12675
12676 * lib/gdb.exp (get_endianness): New proc.
12677 * gdb.arch/aarch64-fp.exp: Use it.
12678 * gdb.arch/altivec-regs.exp: Likewise.
12679 * gdb.arch/e500-regs.exp: Likewise.
12680 * gdb.arch/vsx-regs.exp: Likewise.
12681 * gdb.base/dump.exp: Likewise.
12682 * gdb.base/funcargs.exp: Likewise.
12683 * gdb.base/gnu_vector.exp: Likewise.
12684 * gdb.dwarf2/formdata16.exp: Likewise.
12685 * gdb.dwarf2/implptrpiece.exp: Likewise.
12686 * gdb.dwarf2/nonvar-access.exp: Likewise.
12687 * gdb.python/py-inferior.exp: Likewise.
12688 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
12689
12690 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12691
12692 PR gdb/21226
12693 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
12694 stack value pieces are taken from the LSB end.
12695
12696 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12697
12698 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
12699 variable at nonzero offset.
12700
12701 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12702
12703 * gdb.dwarf2/var-access.c: New file.
12704 * gdb.dwarf2/var-access.exp: New test.
12705 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
12706
12707 2017-06-12 Tom Tromey <tom@tromey.com>
12708
12709 * gdb.dwarf2/formdata16.exp: Add tests.
12710
12711 2017-06-12 Tom Tromey <tom@tromey.com>
12712
12713 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
12714
12715 2017-06-12 Tom Tromey <tom@tromey.com>
12716
12717 PR exp/16225:
12718 * gdb.reverse/i386-sse-reverse.exp: Update tests.
12719 * gdb.arch/vsx-regs.exp: Update tests.
12720 * gdb.arch/s390-vregs.exp (hex128): New proc.
12721 Update test.
12722 * gdb.arch/altivec-regs.exp: Update tests.
12723
12724 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
12725
12726 * gdb.base/startup-with-shell.c: New file.
12727 * gdb.base/startup-with-shell.exp: Likewise.
12728
12729 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
12730
12731 * gdb.server/non-existing-program.exp: Update regex in order to
12732 reflect the fact that gdbserver is now using fork_inferior (with a
12733 shell) to startup the inferior.
12734
12735 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
12736
12737 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
12738 support function calls from GDB.
12739
12740 2017-05-21 Tom Tromey <tom@tromey.com>
12741
12742 PR rust/21466:
12743 * gdb.rust/unsized.exp: New file.
12744 * gdb.rust/unsized.rs: New file.
12745
12746 2017-05-19 Tom Tromey <tom@tromey.com>
12747
12748 PR rust/21484:
12749 * gdb.rust/watch.exp: New file.
12750 * gdb.rust/watch.rs: New file.
12751
12752 2017-05-18 Tom Tromey <tom@tromey.com>
12753
12754 * gdb.rust/simple.exp: Allow Box to be qualified.
12755
12756 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
12757
12758 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
12759
12760 2017-05-18 Pedro Alves <palves@redhat.com>
12761
12762 * gdb.base/fileio.c (test_write, test_read, test_close)
12763 (test_fstat): Don't print 'ret' in the fail path.
12764
12765 2017-05-18 Pedro Alves <palves@redhat.com>
12766
12767 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
12768 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
12769 (test_system, test_rename, test_unlink, test_time): Change
12770 prototypes.
12771 * gdb.base/fileio.exp (stop_msg): Adjust.
12772
12773 2017-05-18 Pedro Alves <palves@redhat.com>
12774
12775 * gdb.base/fileio.c (null_str): New global.
12776 (test_stat): Use it.
12777 * gdb.base/fileio.exp: Remove nowarnings.
12778
12779 2017-05-17 Yao Qi <yao.qi@linaro.org>
12780
12781 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
12782
12783 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
12784
12785 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
12786 argument command.
12787 (top-level): Invoke test_set_inferior_tty.
12788
12789 2017-05-04 Pedro Alves <palves@redhat.com>
12790
12791 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
12792 Add parens to print call for Python 3.
12793
12794 2017-05-03 Keith Seitz <keiths@redhat.com>
12795
12796 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
12797 (main): Call it.
12798
12799 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12800
12801 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
12802 to prev and next.
12803
12804 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12805
12806 * gdb.python/py-record-btrace.exp: Remove test for
12807 gdb.BtraceInstruction.error.
12808
12809 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12810
12811 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
12812
12813 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12814
12815 * gdb.python/py-record-btrace-threads.c: New file.
12816 * gdb.python/py-record-btrace-threads.exp: New file.
12817
12818 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
12819
12820 PR testsuite/8595
12821 * gdb.base/environ.exp: Make test available in all architectures.
12822 Move bits related to "info program" testing to
12823 gdb.base/info-program.exp. Rewrite tests to use the two new
12824 procedures mentione below.
12825 (test_set_show_env_var) New procedure.
12826 (test_set_show_env_var_equal): Likewise.
12827 * gdb.base/info-program.exp: New file.
12828
12829 2017-04-27 Keith Seitz <keiths@redhat.com>
12830
12831 * gdb.cp/oranking.cc (test15): New function.
12832 (main): Call test15 and declare additional variables for testing.
12833 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
12834 "p foo101('abc')" tests.
12835 Add tests for cv qualifier overloads.
12836 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
12837 "lvalue reference overload" test.
12838 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
12839 "print value of f1 on Child&& in f2" test.
12840
12841 2017-04-19 Pedro Alves <palves@redhat.com>
12842
12843 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
12844 procedure.
12845 (top level): Call it.
12846 * lib/gdb.exp (gdb_define_cmd): New procedure.
12847
12848 2017-04-12 Pedro Alves <palves@redhat.com>
12849
12850 PR gdb/21323
12851 * gdb.cp/wide_char_types.c: Include <wchar.h>.
12852 (wchar): New global.
12853 * gdb.cp/wide_char_types.exp (wide_char_types_program)
12854 (do_test_wide_char, wide_char_types_no_program, top level): Add
12855 wchar_t testing.
12856
12857 2017-04-12 Pedro Alves <palves@redhat.com>
12858
12859 PR c++/21323
12860 * gdb.cp/wide_char_types.c: New file.
12861 * gdb.cp/wide_char_types.exp: New file.
12862
12863 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
12864
12865 PR gdb/21352
12866 * gdb.trace/tsv.exp: Add test for "tsave -r".
12867
12868 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
12869
12870 * gdb.dlang/watch-loc.c: New file.
12871 * gdb.dlang/watch-loc.exp: New file.
12872
12873 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12874
12875 * gdb.python/py-section-script.exp (sepdebug): New testcases.
12876
12877 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12878
12879 * gdb.arch/arc-analyze-prologue.S: New file.
12880 * gdb.arch/arc-analyze-prologue.exp: Likewise.
12881
12882 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12883
12884 * gdb.arch/arc-decode-insn.S: New file.
12885 * gdb.arch/arc-decode-insn.exp: Likewise.
12886
12887 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
12888
12889 PR tdep/20928
12890 * gdb.arch/sparc64-regs.exp: New file.
12891 * gdb.arch/sparc64-regs.S: Likewise.
12892
12893 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
12894
12895 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
12896 and memory view on Python 3.
12897
12898 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
12899 Keith Seitz <keiths@redhat.com>
12900
12901 PR gdb/14441
12902 * gdb.cp/demangle.exp: Add rvalue reference tests.
12903 * gdb.cp/rvalue-ref-casts.cc: New file.
12904 * gdb.cp/rvalue-ref-casts.exp: New file.
12905 * gdb.cp/rvalue-ref-overload.cc: New file.
12906 * gdb.cp/rvalue-ref-overload.exp: New file.
12907 * gdb.cp/rvalue-ref-params.cc: New file.
12908 * gdb.cp/rvalue-ref-params.exp: New file.
12909 * gdb.cp/rvalue-ref-sizeof.cc: New file.
12910 * gdb.cp/rvalue-ref-sizeof.exp: New file.
12911 * gdb.cp/rvalue-ref-types.cc: New file.
12912 * gdb.cp/rvalue-ref-types.exp: New file.
12913 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
12914 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
12915
12916 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
12917
12918 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
12919 New procedure.
12920
12921 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
12922
12923 * lib/mi-support.exp (mi_gdb_test): Add additional message
12924 for unexpected output.
12925
12926 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12927
12928 * gdb.base/examine-backward.c (Barrier): New character array
12929 constant, to ensure that TestStrings is preceded by a string
12930 terminator.
12931
12932 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12933
12934 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
12935 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
12936 and implicit pointer into such a location.
12937
12938 2017-03-16 Doug Evans <dje@google.com>
12939
12940 * gdb.python/py-lazy-string (pointer): Really add new typedef.
12941
12942 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
12943
12944 * gdb.cp/m-static.exp: Fix expectation for prototype of
12945 test5.single_constructor and single_constructor::single_constructor.
12946
12947 2017-03-16 Doug Evans <dje@google.com>
12948
12949 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
12950 * gdb.guile/scm-lazy-string.c: New file.
12951 * gdb.guile/scm-value.exp: Move lazy string tests to ...
12952 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
12953 for pointer, array, typedef lazy strings.
12954
12955 2017-03-16 Doug Evans <dje@google.com>
12956
12957 PR python/17728, python/18439, python/18779
12958 * gdb.python/py-value.c (main) Delete locals sptr, sn.
12959 * gdb.python/py-lazy-string.c (pointer): New typedef.
12960 (main): New locals ptr, array, typedef_ptr.
12961 * gdb.python/py-value.exp: Move lazy string tests to ...
12962 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
12963 array, typedef lazy strings.
12964
12965 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
12966
12967 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
12968 Add optional 'test' parameter.
12969
12970 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12971
12972 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12973 Skip for versions of DejaGnu < 1.5.
12974
12975 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12976
12977 * lib/gdb.exp (dejagnu_version): New proc.
12978 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12979 Use dejagnu_version.
12980
12981 2017-03-10 Keith Seitz <keiths@redhat.com>
12982
12983 PR c++/8128
12984 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
12985 type from destructor regexps.
12986 Add a branch which actually passes the test.
12987 Adjust "ptype t5i" test names.
12988
12989 2017-03-08 Pedro Alves <palves@redhat.com>
12990
12991 * gdb.base/step-over-exit.exp: Add explicit test message.
12992
12993 2017-03-08 Pedro Alves <palves@redhat.com>
12994
12995 PR gdb/18360
12996 * gdb.threads/interrupt-while-step-over.c: New file.
12997 * gdb.threads/interrupt-while-step-over.exp: New file.
12998
12999 2017-03-08 Pedro Alves <palves@redhat.com>
13000
13001 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
13002 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
13003
13004 2017-03-08 Pedro Alves <palves@redhat.com>
13005
13006 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
13007 PKRU as not supported as a PASS.
13008
13009 2017-03-08 Pedro Alves <palves@redhat.com>
13010
13011 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
13012 prefix instead of $binfile1/$binfile2.
13013 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
13014 in test message.
13015 * gdb.python/py-completion.exp: Use "load python file" as test
13016 messages instead of unstable path names.
13017
13018 2017-03-08 Pedro Alves <palves@redhat.com>
13019 Jan Kratochvil <jan.kratochvil@redhat.com>
13020
13021 PR cli/21218
13022 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13023 New proc.
13024 (top level): Call it.
13025
13026 2017-03-08 Pedro Alves <palves@redhat.com>
13027
13028 PR tui/21216
13029 * gdb.tui/tui-nl-filtered-output.exp: New file.
13030
13031 2017-03-08 Pedro Alves <palves@redhat.com>
13032
13033 * gdb.base/completion.exp: Move TUI completion tests to ...
13034 * gdb.tui/completion.exp: ... this new file.
13035
13036 2017-03-08 Pedro Alves <palves@redhat.com>
13037
13038 * gdb.base/tui-disasm-long-lines.c,
13039 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
13040 gdb.base/tui-layout.exp: Move to ...
13041 * gdb.tui/: ... this new directory.
13042
13043 2017-03-07 Pedro Alves <palves@redhat.com>
13044
13045 * gdb.base/tui-layout.c: New file.
13046 * gdb.base/tui-layout.exp: New file.
13047
13048 2017-03-07 Pedro Alves <palves@redhat.com>
13049
13050 * gdb.base/tui-layout.c: Rename to ...
13051 * gdb.base/tui-disasm-long-lines.c: ... this.
13052 * gdb.base/tui-layout.exp: Rename to ...
13053 * gdb.base/tui-disasm-long-lines.exp: ... this.
13054
13055 2017-03-07 Pedro Alves <palves@redhat.com>
13056
13057 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
13058
13059 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
13060
13061 * i386-mpx-call.c: New file.
13062 * i386-mpx-call.exp: New file.
13063
13064 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
13065
13066 * gdb.arch/powerpc-power.exp: Delete test.
13067 * gdb.arch/powerpc-power.s: Likewise.
13068 * gdb.disasm/disassembler-options.exp: New test.
13069 * gdb.arch/powerpc-altivec.exp: Likewise.
13070 * gdb.arch/powerpc-altivec.s: Likewise.
13071 * gdb.arch/powerpc-altivec2.exp: Likewise.
13072 * gdb.arch/powerpc-altivec2.s: Likewise.
13073 * gdb.arch/powerpc-altivec3.exp: Likewise.
13074 * gdb.arch/powerpc-altivec3.s: Likewise.
13075 * gdb.arch/powerpc-power7.exp: Likewise.
13076 * gdb.arch/powerpc-power7.s: Likewise.
13077 * gdb.arch/powerpc-power8.exp: Likewise.
13078 * gdb.arch/powerpc-power8.s: Likewise.
13079 * gdb.arch/powerpc-power9.exp: Likewise.
13080 * gdb.arch/powerpc-power9.s: Likewise.
13081 * gdb.arch/powerpc-vsx.exp: Likewise.
13082 * gdb.arch/powerpc-vsx.s: Likewise.
13083 * gdb.arch/powerpc-vsx2.exp: Likewise.
13084 * gdb.arch/powerpc-vsx2.s: Likewise.
13085 * gdb.arch/powerpc-vsx3.exp: Likewise.
13086 * gdb.arch/powerpc-vsx3.s: Likewise.
13087 * gdb.arch/arm-disassembler-options.exp: Likewise.
13088 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
13089 * gdb.arch/s390-disassembler-options.exp: Likewise.
13090
13091 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
13092
13093 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
13094 (check_supported_features): ... this. Changed return type to void.
13095 (supports_rdseed): New static global.
13096 (rdseed): Check supports_rdseed.
13097 (initialize): Call check_supported_features.
13098
13099 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13100
13101 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
13102 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
13103 and lqarx/stqcx.
13104 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
13105 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
13106
13107 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13108
13109 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
13110 uppercase.
13111
13112 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13113
13114 * gdb.dwarf2/formdata16.c: New file.
13115 * gdb.dwarf2/formdata16.exp: New file.
13116 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
13117
13118 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13119
13120 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
13121 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
13122 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
13123 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
13124 DW_AT_GNU_*.
13125
13126 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13127
13128 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
13129
13130 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
13131
13132 PR gdb/21164
13133 * gdb.base/maint.exp: Add testcases for when the commands do
13134 not have arguments.
13135
13136 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
13137
13138 * gdb.cp/chained-calls.exp: Use p instead of P.
13139
13140 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
13141
13142 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
13143 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
13144
13145 2017-02-14 Tom Tromey <tom@tromey.com>
13146
13147 PR python/13598:
13148 * gdb.python/py-events.exp: Add before_prompt event tests.
13149
13150 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13151
13152 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
13153
13154 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
13155
13156 * gdb.linespec/explicit.c (my_unique_function_name): New function.
13157 (main): Call my_unique_function_name.
13158 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
13159 completion of patterns with a single match.
13160 Add missing -re switches to gdb_test_multiple calls.
13161
13162 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
13163
13164 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
13165 return if core file is not recognized.
13166
13167 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13168
13169 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
13170 and extra UIs.
13171
13172 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13173
13174 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
13175 proc_with_prefix.
13176
13177 2017-02-10 Tom Tromey <tom@tromey.com>
13178
13179 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
13180
13181 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
13182
13183 PR gdb/21122
13184 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
13185
13186 2017-02-08 Jerome Guitton <guitton@adacore.com>
13187
13188 * gdb.base/define.exp: Add test for command abbreviations
13189 in define.
13190
13191 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
13192
13193 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
13194 * gdb.reverse/insn-reverse-x86.c: New file.
13195
13196 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
13197
13198 PR tdep/20936
13199 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
13200
13201 2017-02-03 Tom Tromey <tom@tromey.com>
13202
13203 PR rust/21097:
13204 * gdb.rust/simple.exp: Add new tests.
13205
13206 2017-02-02 Pedro Alves <palves@redhat.com>
13207
13208 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
13209 tests.
13210
13211 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13212
13213 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
13214 taking a 2-byte value out of a 4-byte DWARF implicit value on
13215 big-endian targets.
13216 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
13217 logic. Add test cases for DW_OP_implicit.
13218
13219 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13220
13221 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
13222
13223 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13224
13225 * gdb.btrace/enable.exp: Call gdb_exit before
13226 skip_gdbserver_tests.
13227
13228 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13229
13230 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
13231 GDBFLAGS.
13232
13233 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13234
13235 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
13236 the test is skipped.
13237 * gdb.btrace/data.exp: Likewise.
13238 * gdb.btrace/delta.exp: Likewise.
13239 * gdb.btrace/dlopen.exp: Likewise.
13240 * gdb.btrace/enable-running.exp: Likewise.
13241 * gdb.btrace/enable.exp: Likewise.
13242 * gdb.btrace/exception.exp: Likewise.
13243 * gdb.btrace/function_call_history.exp: Likewise.
13244 * gdb.btrace/gcore.exp: Likewise.
13245 * gdb.btrace/instruction_history.exp: Likewise.
13246 * gdb.btrace/multi-thread-step.exp: Likewise.
13247 * gdb.btrace/nohist.exp: Likewise.
13248 * gdb.btrace/non-stop.exp: Likewise.
13249 * gdb.btrace/reconnect.exp: Likewise.
13250 * gdb.btrace/record_goto-step.exp: Likewise.
13251 * gdb.btrace/record_goto.exp: Likewise.
13252 * gdb.btrace/rn-dl-bind.exp: Likewise.
13253 * gdb.btrace/segv.exp: Likewise.
13254 * gdb.btrace/step.exp: Likewise.
13255 * gdb.btrace/stepi.exp: Likewise.
13256 * gdb.btrace/tailcall-only.exp: Likewise.
13257 * gdb.btrace/tailcall.exp: Likewise.
13258 * gdb.btrace/tsx.exp: Likewise.
13259 * gdb.btrace/unknown_functions.exp: Likewise.
13260 * gdb.btrace/vdso.exp: Likewise.
13261
13262 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13263
13264 * gdb.btrace/enable-running.c: New.
13265 * gdb.btrace/enable-running.exp: New.
13266
13267 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
13268
13269 * gdb.arch/amd64-gs_base.c: New file.
13270 * gdb.arch/amd64-gs_base.exp: New file.
13271
13272 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13273
13274 * lib/memory.exp: Remove spurious empty newlines.
13275
13276 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
13277
13278 * gdb.python/py-bad-printers.exp: Load python file using "source".
13279 * gdb.python/py-events.exp: Likewise.
13280 * gdb.python/py-evsignal.exp: Likewise.
13281 * gdb.python/py-evthreads.exp: Likewise.
13282 * gdb.python/py-frame-args.exp: Likewise.
13283 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
13284 * gdb.python/py-framefilter-mi.exp: Likewise.
13285 * gdb.python/py-framefilter.exp: Likewise.
13286 * gdb.python/py-mi.exp: Likewise.
13287 * gdb.python/py-pp-maint.exp: Likewise.
13288 * gdb.python/py-pp-registration.exp: Likewise.
13289 * gdb.python/py-prettyprint.exp: Likewise.
13290 (run_lang_tests): Likewise.
13291 * gdb.python/py-typeprint.exp: Likewise.
13292
13293 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13294
13295 * lib/memory.exp: New file.
13296 * lib/gdb.exp: Load memory.exp.
13297 * gdb.base/memattr.exp (delete_memory): Move proc to
13298 lib/memory.exp and rename to delete_memory_regions.
13299 Replace delete_memory with delete_memory_regions.
13300 Cleanup memory regions before tests.
13301 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
13302 before tests.
13303
13304 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
13305
13306 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
13307 files.
13308 (initialize): New function conditionally defined.
13309 (testcases): Move within conditional block.
13310 (main): Call initialize.
13311 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
13312 of gdb.reverse/insn-reverse.c.
13313 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
13314 gdb.reverse/insn-reverse.c.
13315
13316 2017-01-26 Yao Qi <yao.qi@linaro.org>
13317
13318 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
13319 disassemble on address 0.
13320
13321 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
13322 Yao Qi <yao.qi@linaro.org>
13323
13324 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
13325 * gdb.dwarf2/implptr-64bit.S: Remove.
13326 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
13327 variables in caller's context. Add DW_OP_implicit_value.
13328
13329 2017-01-25 Yao Qi <yao.qi@linaro.org>
13330
13331 * lib/dwarf.exp (Dwarf::_location): Handle
13332 DW_OP_GNU_implicit_pointer with proper size.
13333
13334 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13335
13336 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
13337 and add untested calls.
13338
13339 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
13340
13341 * gdb.python/python.exp: Check line number against what GDB thinks
13342 the line number is for func1.
13343
13344 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
13345
13346 * gdb.dlang/debug-expr.exp: New file.
13347
13348 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
13349
13350 Fix test names for the following files:
13351
13352 * gdb.ada/exec_changed.exp
13353 * gdb.ada/info_types.exp
13354 * gdb.arch/aarch64-atomic-inst.exp
13355 * gdb.arch/aarch64-fp.exp
13356 * gdb.arch/altivec-abi.exp
13357 * gdb.arch/altivec-regs.exp
13358 * gdb.arch/amd64-byte.exp
13359 * gdb.arch/amd64-disp-step.exp
13360 * gdb.arch/amd64-dword.exp
13361 * gdb.arch/amd64-entry-value-inline.exp
13362 * gdb.arch/amd64-entry-value-param.exp
13363 * gdb.arch/amd64-entry-value-paramref.exp
13364 * gdb.arch/amd64-entry-value.exp
13365 * gdb.arch/amd64-i386-address.exp
13366 * gdb.arch/amd64-invalid-stack-middle.exp
13367 * gdb.arch/amd64-invalid-stack-top.exp
13368 * gdb.arch/amd64-optimout-repeat.exp
13369 * gdb.arch/amd64-prologue-skip.exp
13370 * gdb.arch/amd64-prologue-xmm.exp
13371 * gdb.arch/amd64-stap-special-operands.exp
13372 * gdb.arch/amd64-stap-wrong-subexp.exp
13373 * gdb.arch/amd64-tailcall-cxx.exp
13374 * gdb.arch/amd64-tailcall-noret.exp
13375 * gdb.arch/amd64-tailcall-ret.exp
13376 * gdb.arch/amd64-tailcall-self.exp
13377 * gdb.arch/amd64-word.exp
13378 * gdb.arch/arm-bl-branch-dest.exp
13379 * gdb.arch/arm-disp-step.exp
13380 * gdb.arch/arm-neon.exp
13381 * gdb.arch/arm-single-step-kernel-helper.exp
13382 * gdb.arch/avr-flash-qualifier.exp
13383 * gdb.arch/disp-step-insn-reloc.exp
13384 * gdb.arch/e500-abi.exp
13385 * gdb.arch/e500-regs.exp
13386 * gdb.arch/ftrace-insn-reloc.exp
13387 * gdb.arch/i386-avx512.exp
13388 * gdb.arch/i386-bp_permanent.exp
13389 * gdb.arch/i386-byte.exp
13390 * gdb.arch/i386-cfi-notcurrent.exp
13391 * gdb.arch/i386-disp-step.exp
13392 * gdb.arch/i386-dr3-watch.exp
13393 * gdb.arch/i386-float.exp
13394 * gdb.arch/i386-gnu-cfi.exp
13395 * gdb.arch/i386-mpx-map.exp
13396 * gdb.arch/i386-mpx-sigsegv.exp
13397 * gdb.arch/i386-mpx-simple_segv.exp
13398 * gdb.arch/i386-mpx.exp
13399 * gdb.arch/i386-permbkpt.exp
13400 * gdb.arch/i386-prologue.exp
13401 * gdb.arch/i386-signal.exp
13402 * gdb.arch/i386-size-overlap.exp
13403 * gdb.arch/i386-unwind.exp
13404 * gdb.arch/i386-word.exp
13405 * gdb.arch/mips-fcr.exp
13406 * gdb.arch/powerpc-d128-regs.exp
13407 * gdb.arch/powerpc-stackless.exp
13408 * gdb.arch/ppc64-atomic-inst.exp
13409 * gdb.arch/s390-stackless.exp
13410 * gdb.arch/s390-tdbregs.exp
13411 * gdb.arch/s390-vregs.exp
13412 * gdb.arch/sparc-sysstep.exp
13413 * gdb.arch/thumb-bx-pc.exp
13414 * gdb.arch/thumb-singlestep.exp
13415 * gdb.arch/thumb2-it.exp
13416 * gdb.arch/vsx-regs.exp
13417 * gdb.asm/asm-source.exp
13418 * gdb.base/a2-run.exp
13419 * gdb.base/advance.exp
13420 * gdb.base/all-bin.exp
13421 * gdb.base/anon.exp
13422 * gdb.base/args.exp
13423 * gdb.base/arithmet.exp
13424 * gdb.base/async-shell.exp
13425 * gdb.base/async.exp
13426 * gdb.base/attach-pie-noexec.exp
13427 * gdb.base/attach-twice.exp
13428 * gdb.base/auto-load.exp
13429 * gdb.base/bang.exp
13430 * gdb.base/bitfields.exp
13431 * gdb.base/break-always.exp
13432 * gdb.base/break-caller-line.exp
13433 * gdb.base/break-entry.exp
13434 * gdb.base/break-inline.exp
13435 * gdb.base/break-on-linker-gcd-function.exp
13436 * gdb.base/break-probes.exp
13437 * gdb.base/break.exp
13438 * gdb.base/breakpoint-shadow.exp
13439 * gdb.base/call-ar-st.exp
13440 * gdb.base/call-sc.exp
13441 * gdb.base/call-signal-resume.exp
13442 * gdb.base/call-strs.exp
13443 * gdb.base/callfuncs.exp
13444 * gdb.base/catch-fork-static.exp
13445 * gdb.base/catch-gdb-caused-signals.exp
13446 * gdb.base/catch-load.exp
13447 * gdb.base/catch-signal-fork.exp
13448 * gdb.base/catch-signal.exp
13449 * gdb.base/catch-syscall.exp
13450 * gdb.base/charset.exp
13451 * gdb.base/checkpoint.exp
13452 * gdb.base/chng-syms.exp
13453 * gdb.base/code-expr.exp
13454 * gdb.base/code_elim.exp
13455 * gdb.base/commands.exp
13456 * gdb.base/completion.exp
13457 * gdb.base/complex.exp
13458 * gdb.base/cond-expr.exp
13459 * gdb.base/condbreak.exp
13460 * gdb.base/consecutive.exp
13461 * gdb.base/continue-all-already-running.exp
13462 * gdb.base/coredump-filter.exp
13463 * gdb.base/corefile.exp
13464 * gdb.base/dbx.exp
13465 * gdb.base/debug-expr.exp
13466 * gdb.base/define.exp
13467 * gdb.base/del.exp
13468 * gdb.base/disabled-location.exp
13469 * gdb.base/disasm-end-cu.exp
13470 * gdb.base/disasm-optim.exp
13471 * gdb.base/display.exp
13472 * gdb.base/duplicate-bp.exp
13473 * gdb.base/ena-dis-br.exp
13474 * gdb.base/ending-run.exp
13475 * gdb.base/enumval.exp
13476 * gdb.base/environ.exp
13477 * gdb.base/eu-strip-infcall.exp
13478 * gdb.base/eval-avoid-side-effects.exp
13479 * gdb.base/eval-skip.exp
13480 * gdb.base/exitsignal.exp
13481 * gdb.base/expand-psymtabs.exp
13482 * gdb.base/filesym.exp
13483 * gdb.base/find-unmapped.exp
13484 * gdb.base/finish.exp
13485 * gdb.base/float.exp
13486 * gdb.base/foll-exec-mode.exp
13487 * gdb.base/foll-exec.exp
13488 * gdb.base/foll-fork.exp
13489 * gdb.base/fortran-sym-case.exp
13490 * gdb.base/freebpcmd.exp
13491 * gdb.base/func-ptr.exp
13492 * gdb.base/func-ptrs.exp
13493 * gdb.base/funcargs.exp
13494 * gdb.base/gcore-buffer-overflow.exp
13495 * gdb.base/gcore-relro-pie.exp
13496 * gdb.base/gcore-relro.exp
13497 * gdb.base/gcore.exp
13498 * gdb.base/gdb1090.exp
13499 * gdb.base/gdb11530.exp
13500 * gdb.base/gdb11531.exp
13501 * gdb.base/gdb1821.exp
13502 * gdb.base/gdbindex-stabs.exp
13503 * gdb.base/gdbvars.exp
13504 * gdb.base/hbreak.exp
13505 * gdb.base/hbreak2.exp
13506 * gdb.base/included.exp
13507 * gdb.base/infcall-input.exp
13508 * gdb.base/inferior-died.exp
13509 * gdb.base/infnan.exp
13510 * gdb.base/info-macros.exp
13511 * gdb.base/info-os.exp
13512 * gdb.base/info-proc.exp
13513 * gdb.base/info-shared.exp
13514 * gdb.base/info-target.exp
13515 * gdb.base/infoline.exp
13516 * gdb.base/interp.exp
13517 * gdb.base/interrupt.exp
13518 * gdb.base/jit-reader.exp
13519 * gdb.base/jit-simple.exp
13520 * gdb.base/kill-after-signal.exp
13521 * gdb.base/kill-detach-inferiors-cmd.exp
13522 * gdb.base/label.exp
13523 * gdb.base/langs.exp
13524 * gdb.base/ldbl_e308.exp
13525 * gdb.base/line-symtabs.exp
13526 * gdb.base/linespecs.exp
13527 * gdb.base/list.exp
13528 * gdb.base/long_long.exp
13529 * gdb.base/longest-types.exp
13530 * gdb.base/maint.exp
13531 * gdb.base/max-value-size.exp
13532 * gdb.base/memattr.exp
13533 * gdb.base/mips_pro.exp
13534 * gdb.base/morestack.exp
13535 * gdb.base/moribund-step.exp
13536 * gdb.base/multi-forks.exp
13537 * gdb.base/nested-addr.exp
13538 * gdb.base/nextoverexit.exp
13539 * gdb.base/noreturn-finish.exp
13540 * gdb.base/noreturn-return.exp
13541 * gdb.base/nostdlib.exp
13542 * gdb.base/offsets.exp
13543 * gdb.base/opaque.exp
13544 * gdb.base/pc-fp.exp
13545 * gdb.base/permissions.exp
13546 * gdb.base/print-symbol-loading.exp
13547 * gdb.base/prologue-include.exp
13548 * gdb.base/psymtab.exp
13549 * gdb.base/ptype.exp
13550 * gdb.base/random-signal.exp
13551 * gdb.base/randomize.exp
13552 * gdb.base/range-stepping.exp
13553 * gdb.base/readline-ask.exp
13554 * gdb.base/recpar.exp
13555 * gdb.base/recurse.exp
13556 * gdb.base/relational.exp
13557 * gdb.base/restore.exp
13558 * gdb.base/return-nodebug.exp
13559 * gdb.base/return.exp
13560 * gdb.base/run-after-attach.exp
13561 * gdb.base/save-bp.exp
13562 * gdb.base/scope.exp
13563 * gdb.base/sect-cmd.exp
13564 * gdb.base/set-lang-auto.exp
13565 * gdb.base/set-noassign.exp
13566 * gdb.base/setvar.exp
13567 * gdb.base/sigall.exp
13568 * gdb.base/sigbpt.exp
13569 * gdb.base/siginfo-addr.exp
13570 * gdb.base/siginfo-infcall.exp
13571 * gdb.base/siginfo-obj.exp
13572 * gdb.base/siginfo.exp
13573 * gdb.base/signals-state-child.exp
13574 * gdb.base/signest.exp
13575 * gdb.base/sigstep.exp
13576 * gdb.base/sizeof.exp
13577 * gdb.base/skip.exp
13578 * gdb.base/solib-corrupted.exp
13579 * gdb.base/solib-nodir.exp
13580 * gdb.base/solib-search.exp
13581 * gdb.base/stack-checking.exp
13582 * gdb.base/stale-infcall.exp
13583 * gdb.base/stap-probe.exp
13584 * gdb.base/start.exp
13585 * gdb.base/step-break.exp
13586 * gdb.base/step-bt.exp
13587 * gdb.base/step-line.exp
13588 * gdb.base/step-over-exit.exp
13589 * gdb.base/step-over-syscall.exp
13590 * gdb.base/step-resume-infcall.exp
13591 * gdb.base/step-test.exp
13592 * gdb.base/store.exp
13593 * gdb.base/structs3.exp
13594 * gdb.base/sym-file.exp
13595 * gdb.base/symbol-without-target_section.exp
13596 * gdb.base/term.exp
13597 * gdb.base/testenv.exp
13598 * gdb.base/ui-redirect.exp
13599 * gdb.base/until.exp
13600 * gdb.base/unwindonsignal.exp
13601 * gdb.base/value-double-free.exp
13602 * gdb.base/vla-datatypes.exp
13603 * gdb.base/vla-ptr.exp
13604 * gdb.base/vla-sideeffect.exp
13605 * gdb.base/volatile.exp
13606 * gdb.base/watch-cond-infcall.exp
13607 * gdb.base/watch-cond.exp
13608 * gdb.base/watch-non-mem.exp
13609 * gdb.base/watch-read.exp
13610 * gdb.base/watch-vfork.exp
13611 * gdb.base/watchpoint-cond-gone.exp
13612 * gdb.base/watchpoint-delete.exp
13613 * gdb.base/watchpoint-hw-hit-once.exp
13614 * gdb.base/watchpoint-hw.exp
13615 * gdb.base/watchpoint-stops-at-right-insn.exp
13616 * gdb.base/watchpoints.exp
13617 * gdb.base/wchar.exp
13618 * gdb.base/whatis-exp.exp
13619 * gdb.btrace/buffer-size.exp
13620 * gdb.btrace/data.exp
13621 * gdb.btrace/delta.exp
13622 * gdb.btrace/dlopen.exp
13623 * gdb.btrace/enable.exp
13624 * gdb.btrace/exception.exp
13625 * gdb.btrace/function_call_history.exp
13626 * gdb.btrace/gcore.exp
13627 * gdb.btrace/instruction_history.exp
13628 * gdb.btrace/nohist.exp
13629 * gdb.btrace/reconnect.exp
13630 * gdb.btrace/record_goto-step.exp
13631 * gdb.btrace/record_goto.exp
13632 * gdb.btrace/rn-dl-bind.exp
13633 * gdb.btrace/segv.exp
13634 * gdb.btrace/step.exp
13635 * gdb.btrace/stepi.exp
13636 * gdb.btrace/tailcall-only.exp
13637 * gdb.btrace/tailcall.exp
13638 * gdb.btrace/tsx.exp
13639 * gdb.btrace/unknown_functions.exp
13640 * gdb.btrace/vdso.exp
13641 * gdb.compile/compile-ifunc.exp
13642 * gdb.compile/compile-ops.exp
13643 * gdb.compile/compile-print.exp
13644 * gdb.compile/compile-setjmp.exp
13645 * gdb.cp/abstract-origin.exp
13646 * gdb.cp/ambiguous.exp
13647 * gdb.cp/annota2.exp
13648 * gdb.cp/annota3.exp
13649 * gdb.cp/anon-ns.exp
13650 * gdb.cp/anon-struct.exp
13651 * gdb.cp/anon-union.exp
13652 * gdb.cp/arg-reference.exp
13653 * gdb.cp/baseenum.exp
13654 * gdb.cp/bool.exp
13655 * gdb.cp/breakpoint.exp
13656 * gdb.cp/bs15503.exp
13657 * gdb.cp/call-c.exp
13658 * gdb.cp/casts.exp
13659 * gdb.cp/chained-calls.exp
13660 * gdb.cp/class2.exp
13661 * gdb.cp/classes.exp
13662 * gdb.cp/cmpd-minsyms.exp
13663 * gdb.cp/converts.exp
13664 * gdb.cp/cp-relocate.exp
13665 * gdb.cp/cpcompletion.exp
13666 * gdb.cp/cpexprs.exp
13667 * gdb.cp/cplabel.exp
13668 * gdb.cp/cplusfuncs.exp
13669 * gdb.cp/cpsizeof.exp
13670 * gdb.cp/ctti.exp
13671 * gdb.cp/derivation.exp
13672 * gdb.cp/destrprint.exp
13673 * gdb.cp/dispcxx.exp
13674 * gdb.cp/enum-class.exp
13675 * gdb.cp/exception.exp
13676 * gdb.cp/exceptprint.exp
13677 * gdb.cp/expand-psymtabs-cxx.exp
13678 * gdb.cp/expand-sals.exp
13679 * gdb.cp/extern-c.exp
13680 * gdb.cp/filename.exp
13681 * gdb.cp/formatted-ref.exp
13682 * gdb.cp/fpointer.exp
13683 * gdb.cp/gdb1355.exp
13684 * gdb.cp/gdb2495.exp
13685 * gdb.cp/hang.exp
13686 * gdb.cp/impl-this.exp
13687 * gdb.cp/infcall-dlopen.exp
13688 * gdb.cp/inherit.exp
13689 * gdb.cp/iostream.exp
13690 * gdb.cp/koenig.exp
13691 * gdb.cp/local.exp
13692 * gdb.cp/m-data.exp
13693 * gdb.cp/m-static.exp
13694 * gdb.cp/mb-ctor.exp
13695 * gdb.cp/mb-inline.exp
13696 * gdb.cp/mb-templates.exp
13697 * gdb.cp/member-name.exp
13698 * gdb.cp/member-ptr.exp
13699 * gdb.cp/meth-typedefs.exp
13700 * gdb.cp/method.exp
13701 * gdb.cp/method2.exp
13702 * gdb.cp/minsym-fallback.exp
13703 * gdb.cp/misc.exp
13704 * gdb.cp/namelessclass.exp
13705 * gdb.cp/namespace-enum.exp
13706 * gdb.cp/namespace-nested-import.exp
13707 * gdb.cp/namespace.exp
13708 * gdb.cp/nextoverthrow.exp
13709 * gdb.cp/no-dmgl-verbose.exp
13710 * gdb.cp/non-trivial-retval.exp
13711 * gdb.cp/noparam.exp
13712 * gdb.cp/nsdecl.exp
13713 * gdb.cp/nsimport.exp
13714 * gdb.cp/nsnested.exp
13715 * gdb.cp/nsnoimports.exp
13716 * gdb.cp/nsrecurs.exp
13717 * gdb.cp/nsstress.exp
13718 * gdb.cp/nsusing.exp
13719 * gdb.cp/operator.exp
13720 * gdb.cp/oranking.exp
13721 * gdb.cp/overload-const.exp
13722 * gdb.cp/overload.exp
13723 * gdb.cp/ovldbreak.exp
13724 * gdb.cp/ovsrch.exp
13725 * gdb.cp/paren-type.exp
13726 * gdb.cp/parse-lang.exp
13727 * gdb.cp/pass-by-ref.exp
13728 * gdb.cp/pr-1023.exp
13729 * gdb.cp/pr-1210.exp
13730 * gdb.cp/pr-574.exp
13731 * gdb.cp/pr10687.exp
13732 * gdb.cp/pr12028.exp
13733 * gdb.cp/pr17132.exp
13734 * gdb.cp/pr17494.exp
13735 * gdb.cp/pr9067.exp
13736 * gdb.cp/pr9167.exp
13737 * gdb.cp/pr9631.exp
13738 * gdb.cp/printmethod.exp
13739 * gdb.cp/psmang.exp
13740 * gdb.cp/psymtab-parameter.exp
13741 * gdb.cp/ptype-cv-cp.exp
13742 * gdb.cp/ptype-flags.exp
13743 * gdb.cp/re-set-overloaded.exp
13744 * gdb.cp/ref-types.exp
13745 * gdb.cp/rtti.exp
13746 * gdb.cp/scope-err.exp
13747 * gdb.cp/shadow.exp
13748 * gdb.cp/smartp.exp
13749 * gdb.cp/static-method.exp
13750 * gdb.cp/static-print-quit.exp
13751 * gdb.cp/temargs.exp
13752 * gdb.cp/templates.exp
13753 * gdb.cp/try_catch.exp
13754 * gdb.cp/typedef-operator.exp
13755 * gdb.cp/typeid.exp
13756 * gdb.cp/userdef.exp
13757 * gdb.cp/using-crash.exp
13758 * gdb.cp/var-tag.exp
13759 * gdb.cp/virtbase.exp
13760 * gdb.cp/virtfunc.exp
13761 * gdb.cp/virtfunc2.exp
13762 * gdb.cp/vla-cxx.exp
13763 * gdb.disasm/t01_mov.exp
13764 * gdb.disasm/t02_mova.exp
13765 * gdb.disasm/t03_add.exp
13766 * gdb.disasm/t04_sub.exp
13767 * gdb.disasm/t05_cmp.exp
13768 * gdb.disasm/t06_ari2.exp
13769 * gdb.disasm/t07_ari3.exp
13770 * gdb.disasm/t08_or.exp
13771 * gdb.disasm/t09_xor.exp
13772 * gdb.disasm/t10_and.exp
13773 * gdb.disasm/t11_logs.exp
13774 * gdb.disasm/t12_bit.exp
13775 * gdb.disasm/t13_otr.exp
13776 * gdb.dlang/circular.exp
13777 * gdb.dwarf2/arr-stride.exp
13778 * gdb.dwarf2/arr-subrange.exp
13779 * gdb.dwarf2/atomic-type.exp
13780 * gdb.dwarf2/bad-regnum.exp
13781 * gdb.dwarf2/bitfield-parent-optimized-out.exp
13782 * gdb.dwarf2/callframecfa.exp
13783 * gdb.dwarf2/clztest.exp
13784 * gdb.dwarf2/corrupt.exp
13785 * gdb.dwarf2/data-loc.exp
13786 * gdb.dwarf2/dup-psym.exp
13787 * gdb.dwarf2/dw2-anon-mptr.exp
13788 * gdb.dwarf2/dw2-anonymous-func.exp
13789 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
13790 * gdb.dwarf2/dw2-bad-unresolved.exp
13791 * gdb.dwarf2/dw2-basic.exp
13792 * gdb.dwarf2/dw2-canonicalize-type.exp
13793 * gdb.dwarf2/dw2-case-insensitive.exp
13794 * gdb.dwarf2/dw2-common-block.exp
13795 * gdb.dwarf2/dw2-compdir-oldgcc.exp
13796 * gdb.dwarf2/dw2-compressed.exp
13797 * gdb.dwarf2/dw2-const.exp
13798 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
13799 * gdb.dwarf2/dw2-cu-size.exp
13800 * gdb.dwarf2/dw2-dup-frame.exp
13801 * gdb.dwarf2/dw2-entry-value.exp
13802 * gdb.dwarf2/dw2-icycle.exp
13803 * gdb.dwarf2/dw2-ifort-parameter.exp
13804 * gdb.dwarf2/dw2-inline-break.exp
13805 * gdb.dwarf2/dw2-inline-param.exp
13806 * gdb.dwarf2/dw2-intercu.exp
13807 * gdb.dwarf2/dw2-intermix.exp
13808 * gdb.dwarf2/dw2-lexical-block-bare.exp
13809 * gdb.dwarf2/dw2-linkage-name-trust.exp
13810 * gdb.dwarf2/dw2-minsym-in-cu.exp
13811 * gdb.dwarf2/dw2-noloc.exp
13812 * gdb.dwarf2/dw2-op-call.exp
13813 * gdb.dwarf2/dw2-op-out-param.exp
13814 * gdb.dwarf2/dw2-opt-structptr.exp
13815 * gdb.dwarf2/dw2-param-error.exp
13816 * gdb.dwarf2/dw2-producer.exp
13817 * gdb.dwarf2/dw2-ranges-base.exp
13818 * gdb.dwarf2/dw2-ref-missing-frame.exp
13819 * gdb.dwarf2/dw2-reg-undefined.exp
13820 * gdb.dwarf2/dw2-regno-invalid.exp
13821 * gdb.dwarf2/dw2-restore.exp
13822 * gdb.dwarf2/dw2-restrict.exp
13823 * gdb.dwarf2/dw2-single-line-discriminators.exp
13824 * gdb.dwarf2/dw2-strp.exp
13825 * gdb.dwarf2/dw2-undefined-ret-addr.exp
13826 * gdb.dwarf2/dw2-unresolved.exp
13827 * gdb.dwarf2/dw2-var-zero-addr.exp
13828 * gdb.dwarf2/dw4-sig-types.exp
13829 * gdb.dwarf2/dwz.exp
13830 * gdb.dwarf2/dynarr-ptr.exp
13831 * gdb.dwarf2/enum-type.exp
13832 * gdb.dwarf2/gdb-index.exp
13833 * gdb.dwarf2/implptr-64bit.exp
13834 * gdb.dwarf2/implptr-optimized-out.exp
13835 * gdb.dwarf2/implptr.exp
13836 * gdb.dwarf2/implref-array.exp
13837 * gdb.dwarf2/implref-const.exp
13838 * gdb.dwarf2/implref-global.exp
13839 * gdb.dwarf2/implref-struct.exp
13840 * gdb.dwarf2/mac-fileno.exp
13841 * gdb.dwarf2/main-subprogram.exp
13842 * gdb.dwarf2/member-ptr-forwardref.exp
13843 * gdb.dwarf2/method-ptr.exp
13844 * gdb.dwarf2/missing-sig-type.exp
13845 * gdb.dwarf2/nonvar-access.exp
13846 * gdb.dwarf2/opaque-type-lookup.exp
13847 * gdb.dwarf2/pieces-optimized-out.exp
13848 * gdb.dwarf2/pieces.exp
13849 * gdb.dwarf2/pr10770.exp
13850 * gdb.dwarf2/pr13961.exp
13851 * gdb.dwarf2/staticvirtual.exp
13852 * gdb.dwarf2/subrange.exp
13853 * gdb.dwarf2/symtab-producer.exp
13854 * gdb.dwarf2/trace-crash.exp
13855 * gdb.dwarf2/typeddwarf.exp
13856 * gdb.dwarf2/valop.exp
13857 * gdb.dwarf2/watch-notconst.exp
13858 * gdb.fortran/array-element.exp
13859 * gdb.fortran/charset.exp
13860 * gdb.fortran/common-block.exp
13861 * gdb.fortran/complex.exp
13862 * gdb.fortran/derived-type-function.exp
13863 * gdb.fortran/derived-type.exp
13864 * gdb.fortran/logical.exp
13865 * gdb.fortran/module.exp
13866 * gdb.fortran/multi-dim.exp
13867 * gdb.fortran/nested-funcs.exp
13868 * gdb.fortran/print-formatted.exp
13869 * gdb.fortran/subarray.exp
13870 * gdb.fortran/vla-alloc-assoc.exp
13871 * gdb.fortran/vla-datatypes.exp
13872 * gdb.fortran/vla-history.exp
13873 * gdb.fortran/vla-ptr-info.exp
13874 * gdb.fortran/vla-ptype-sub.exp
13875 * gdb.fortran/vla-ptype.exp
13876 * gdb.fortran/vla-sizeof.exp
13877 * gdb.fortran/vla-type.exp
13878 * gdb.fortran/vla-value-sub-arbitrary.exp
13879 * gdb.fortran/vla-value-sub-finish.exp
13880 * gdb.fortran/vla-value-sub.exp
13881 * gdb.fortran/vla-value.exp
13882 * gdb.fortran/whatis_type.exp
13883 * gdb.go/chan.exp
13884 * gdb.go/handcall.exp
13885 * gdb.go/hello.exp
13886 * gdb.go/integers.exp
13887 * gdb.go/methods.exp
13888 * gdb.go/package.exp
13889 * gdb.go/strings.exp
13890 * gdb.go/types.exp
13891 * gdb.go/unsafe.exp
13892 * gdb.guile/scm-arch.exp
13893 * gdb.guile/scm-block.exp
13894 * gdb.guile/scm-breakpoint.exp
13895 * gdb.guile/scm-cmd.exp
13896 * gdb.guile/scm-disasm.exp
13897 * gdb.guile/scm-equal.exp
13898 * gdb.guile/scm-frame-args.exp
13899 * gdb.guile/scm-frame-inline.exp
13900 * gdb.guile/scm-frame.exp
13901 * gdb.guile/scm-iterator.exp
13902 * gdb.guile/scm-math.exp
13903 * gdb.guile/scm-objfile.exp
13904 * gdb.guile/scm-ports.exp
13905 * gdb.guile/scm-symbol.exp
13906 * gdb.guile/scm-symtab.exp
13907 * gdb.guile/scm-value-cc.exp
13908 * gdb.guile/types-module.exp
13909 * gdb.linespec/break-ask.exp
13910 * gdb.linespec/cpexplicit.exp
13911 * gdb.linespec/explicit.exp
13912 * gdb.linespec/keywords.exp
13913 * gdb.linespec/linespec.exp
13914 * gdb.linespec/ls-dollar.exp
13915 * gdb.linespec/ls-errs.exp
13916 * gdb.linespec/skip-two.exp
13917 * gdb.linespec/thread.exp
13918 * gdb.mi/mi-async.exp
13919 * gdb.mi/mi-basics.exp
13920 * gdb.mi/mi-break.exp
13921 * gdb.mi/mi-catch-load.exp
13922 * gdb.mi/mi-cli.exp
13923 * gdb.mi/mi-cmd-param-changed.exp
13924 * gdb.mi/mi-console.exp
13925 * gdb.mi/mi-detach.exp
13926 * gdb.mi/mi-disassemble.exp
13927 * gdb.mi/mi-eval.exp
13928 * gdb.mi/mi-file-transfer.exp
13929 * gdb.mi/mi-file.exp
13930 * gdb.mi/mi-fill-memory.exp
13931 * gdb.mi/mi-inheritance-syntax-error.exp
13932 * gdb.mi/mi-linespec-err-cp.exp
13933 * gdb.mi/mi-logging.exp
13934 * gdb.mi/mi-memory-changed.exp
13935 * gdb.mi/mi-read-memory.exp
13936 * gdb.mi/mi-record-changed.exp
13937 * gdb.mi/mi-reg-undefined.exp
13938 * gdb.mi/mi-regs.exp
13939 * gdb.mi/mi-return.exp
13940 * gdb.mi/mi-reverse.exp
13941 * gdb.mi/mi-simplerun.exp
13942 * gdb.mi/mi-solib.exp
13943 * gdb.mi/mi-stack.exp
13944 * gdb.mi/mi-stepi.exp
13945 * gdb.mi/mi-syn-frame.exp
13946 * gdb.mi/mi-until.exp
13947 * gdb.mi/mi-var-block.exp
13948 * gdb.mi/mi-var-child.exp
13949 * gdb.mi/mi-var-cmd.exp
13950 * gdb.mi/mi-var-cp.exp
13951 * gdb.mi/mi-var-display.exp
13952 * gdb.mi/mi-var-invalidate.exp
13953 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
13954 * gdb.mi/mi-vla-fortran.exp
13955 * gdb.mi/mi-watch.exp
13956 * gdb.mi/mi2-var-child.exp
13957 * gdb.mi/user-selected-context-sync.exp
13958 * gdb.modula2/unbounded-array.exp
13959 * gdb.multi/dummy-frame-restore.exp
13960 * gdb.multi/multi-arch-exec.exp
13961 * gdb.multi/multi-arch.exp
13962 * gdb.multi/tids.exp
13963 * gdb.multi/watchpoint-multi.exp
13964 * gdb.opencl/callfuncs.exp
13965 * gdb.opencl/convs_casts.exp
13966 * gdb.opencl/datatypes.exp
13967 * gdb.opencl/operators.exp
13968 * gdb.opencl/vec_comps.exp
13969 * gdb.opt/clobbered-registers-O2.exp
13970 * gdb.opt/inline-break.exp
13971 * gdb.opt/inline-bt.exp
13972 * gdb.opt/inline-cmds.exp
13973 * gdb.opt/inline-locals.exp
13974 * gdb.pascal/case-insensitive-symbols.exp
13975 * gdb.pascal/floats.exp
13976 * gdb.pascal/gdb11492.exp
13977 * gdb.python/lib-types.exp
13978 * gdb.python/py-arch.exp
13979 * gdb.python/py-as-string.exp
13980 * gdb.python/py-bad-printers.exp
13981 * gdb.python/py-block.exp
13982 * gdb.python/py-breakpoint-create-fail.exp
13983 * gdb.python/py-breakpoint.exp
13984 * gdb.python/py-caller-is.exp
13985 * gdb.python/py-cmd.exp
13986 * gdb.python/py-explore-cc.exp
13987 * gdb.python/py-explore.exp
13988 * gdb.python/py-finish-breakpoint.exp
13989 * gdb.python/py-finish-breakpoint2.exp
13990 * gdb.python/py-frame-args.exp
13991 * gdb.python/py-frame-inline.exp
13992 * gdb.python/py-frame.exp
13993 * gdb.python/py-framefilter-mi.exp
13994 * gdb.python/py-infthread.exp
13995 * gdb.python/py-lazy-string.exp
13996 * gdb.python/py-linetable.exp
13997 * gdb.python/py-mi-events.exp
13998 * gdb.python/py-mi-objfile.exp
13999 * gdb.python/py-mi.exp
14000 * gdb.python/py-objfile.exp
14001 * gdb.python/py-pp-integral.exp
14002 * gdb.python/py-pp-maint.exp
14003 * gdb.python/py-pp-re-notag.exp
14004 * gdb.python/py-pp-registration.exp
14005 * gdb.python/py-recurse-unwind.exp
14006 * gdb.python/py-strfns.exp
14007 * gdb.python/py-symbol.exp
14008 * gdb.python/py-symtab.exp
14009 * gdb.python/py-sync-interp.exp
14010 * gdb.python/py-typeprint.exp
14011 * gdb.python/py-unwind-maint.exp
14012 * gdb.python/py-unwind.exp
14013 * gdb.python/py-value-cc.exp
14014 * gdb.python/py-xmethods.exp
14015 * gdb.reverse/amd64-tailcall-reverse.exp
14016 * gdb.reverse/break-precsave.exp
14017 * gdb.reverse/break-reverse.exp
14018 * gdb.reverse/consecutive-precsave.exp
14019 * gdb.reverse/consecutive-reverse.exp
14020 * gdb.reverse/finish-precsave.exp
14021 * gdb.reverse/finish-reverse-bkpt.exp
14022 * gdb.reverse/finish-reverse.exp
14023 * gdb.reverse/fstatat-reverse.exp
14024 * gdb.reverse/getresuid-reverse.exp
14025 * gdb.reverse/i386-precsave.exp
14026 * gdb.reverse/i386-reverse.exp
14027 * gdb.reverse/i386-sse-reverse.exp
14028 * gdb.reverse/i387-env-reverse.exp
14029 * gdb.reverse/i387-stack-reverse.exp
14030 * gdb.reverse/insn-reverse.exp
14031 * gdb.reverse/machinestate-precsave.exp
14032 * gdb.reverse/machinestate.exp
14033 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14034 * gdb.reverse/pipe-reverse.exp
14035 * gdb.reverse/readv-reverse.exp
14036 * gdb.reverse/recvmsg-reverse.exp
14037 * gdb.reverse/rerun-prec.exp
14038 * gdb.reverse/s390-mvcle.exp
14039 * gdb.reverse/step-precsave.exp
14040 * gdb.reverse/step-reverse.exp
14041 * gdb.reverse/time-reverse.exp
14042 * gdb.reverse/until-precsave.exp
14043 * gdb.reverse/until-reverse.exp
14044 * gdb.reverse/waitpid-reverse.exp
14045 * gdb.reverse/watch-precsave.exp
14046 * gdb.reverse/watch-reverse.exp
14047 * gdb.rust/generics.exp
14048 * gdb.rust/methods.exp
14049 * gdb.rust/modules.exp
14050 * gdb.rust/simple.exp
14051 * gdb.server/connect-with-no-symbol-file.exp
14052 * gdb.server/ext-attach.exp
14053 * gdb.server/ext-restart.exp
14054 * gdb.server/ext-wrapper.exp
14055 * gdb.server/file-transfer.exp
14056 * gdb.server/server-exec-info.exp
14057 * gdb.server/server-kill.exp
14058 * gdb.server/server-mon.exp
14059 * gdb.server/wrapper.exp
14060 * gdb.stabs/exclfwd.exp
14061 * gdb.stabs/gdb11479.exp
14062 * gdb.threads/clone-new-thread-event.exp
14063 * gdb.threads/corethreads.exp
14064 * gdb.threads/current-lwp-dead.exp
14065 * gdb.threads/dlopen-libpthread.exp
14066 * gdb.threads/gcore-thread.exp
14067 * gdb.threads/sigstep-threads.exp
14068 * gdb.threads/watchpoint-fork.exp
14069 * gdb.trace/actions-changed.exp
14070 * gdb.trace/backtrace.exp
14071 * gdb.trace/change-loc.exp
14072 * gdb.trace/circ.exp
14073 * gdb.trace/collection.exp
14074 * gdb.trace/disconnected-tracing.exp
14075 * gdb.trace/ftrace.exp
14076 * gdb.trace/mi-trace-frame-collected.exp
14077 * gdb.trace/mi-trace-unavailable.exp
14078 * gdb.trace/mi-traceframe-changed.exp
14079 * gdb.trace/mi-tsv-changed.exp
14080 * gdb.trace/no-attach-trace.exp
14081 * gdb.trace/passc-dyn.exp
14082 * gdb.trace/qtro.exp
14083 * gdb.trace/range-stepping.exp
14084 * gdb.trace/read-memory.exp
14085 * gdb.trace/save-trace.exp
14086 * gdb.trace/signal.exp
14087 * gdb.trace/status-stop.exp
14088 * gdb.trace/tfile.exp
14089 * gdb.trace/trace-break.exp
14090 * gdb.trace/trace-buffer-size.exp
14091 * gdb.trace/trace-condition.exp
14092 * gdb.trace/tracefile-pseudo-reg.exp
14093 * gdb.trace/tstatus.exp
14094 * gdb.trace/unavailable.exp
14095 * gdb.trace/while-dyn.exp
14096 * gdb.trace/while-stepping.exp
14097
14098 2016-12-22 Doug Evans <xdje42@gmail.com>
14099
14100 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
14101 and msymbols.
14102
14103 2016-12-19 Yao Qi <yao.qi@linaro.org>
14104
14105 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
14106 (test_with_self): Don't call do_steps_and_nexts, and remove
14107 code about stepping into xmalloc.
14108
14109 2016-12-09 Yao Qi <yao.qi@linaro.org>
14110
14111 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
14112
14113 2016-12-09 Yao Qi <yao.qi@linaro.org>
14114
14115 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
14116
14117 2016-12-09 Pedro Alves <palves@redhat.com>
14118
14119 * gdb.base/all-architectures-0.exp: New file.
14120 * gdb.base/all-architectures-1.exp: New file.
14121 * gdb.base/all-architectures-2.exp: New file.
14122 * gdb.base/all-architectures-3.exp: New file.
14123 * gdb.base/all-architectures-4.exp: New file.
14124 * gdb.base/all-architectures-5.exp: New file.
14125 * gdb.base/all-architectures-6.exp: New file.
14126 * gdb.base/all-architectures-7.exp: New file.
14127 * gdb.base/all-architectures.exp.in: New file.
14128
14129 2016-12-09 Yao Qi <yao.qi@linaro.org>
14130
14131 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
14132
14133 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
14134
14135 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
14136 possible.
14137 Remove useless pattern-matching code.
14138
14139 2016-12-02 Pedro Alves <palves@redhat.com>
14140
14141 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
14142 procedure.
14143 (top level): Call it.
14144
14145 2016-12-02 Pedro Alves <palves@redhat.com>
14146
14147 * gdb.base/commands.exp (user_defined_command_args_stack_test):
14148 New procedure.
14149 (top level): Call it.
14150
14151 2016-12-02 Pedro Alves <palves@redhat.com>
14152
14153 PR cli/20559
14154 * gdb.base/commands.exp (user_defined_command_args_eval): New
14155 procedure.
14156 (top level): Call it.
14157
14158 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
14159
14160 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
14161 timeout handling.
14162
14163 2016-12-02 Tom Tromey <tom@tromey.com>
14164
14165 * gdb.dwarf2/main-subprogram.c: New file.
14166 * gdb.dwarf2/main-subprogram.exp: New file.
14167
14168 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14169
14170 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
14171 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
14172 gdb_test_no_output for a couple of cases.
14173 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
14174
14175 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14176
14177 Fix test names and standardize compilation error messages throughout
14178 the following files:
14179
14180 * gdb.ada/start.exp
14181 * gdb.arch/alpha-step.exp
14182 * gdb.arch/e500-prologue.exp
14183 * gdb.arch/ftrace-insn-reloc.exp
14184 * gdb.arch/gdb1291.exp
14185 * gdb.arch/gdb1431.exp
14186 * gdb.arch/gdb1558.exp
14187 * gdb.arch/i386-dr3-watch.exp
14188 * gdb.arch/i386-sse-stack-align.exp
14189 * gdb.arch/ia64-breakpoint-shadow.exp
14190 * gdb.arch/pa-nullify.exp
14191 * gdb.arch/powerpc-aix-prologue.exp
14192 * gdb.arch/thumb-bx-pc.exp
14193 * gdb.base/annota1.exp
14194 * gdb.base/annota3.exp
14195 * gdb.base/arrayidx.exp
14196 * gdb.base/assign.exp
14197 * gdb.base/attach.exp
14198 * gdb.base/auxv.exp
14199 * gdb.base/bang.exp
14200 * gdb.base/bfp-test.exp
14201 * gdb.base/bigcore.exp
14202 * gdb.base/bitfields2.exp
14203 * gdb.base/break-fun-addr.exp
14204 * gdb.base/break-probes.exp
14205 * gdb.base/call-rt-st.exp
14206 * gdb.base/callexit.exp
14207 * gdb.base/catch-fork-kill.exp
14208 * gdb.base/charset.exp
14209 * gdb.base/checkpoint.exp
14210 * gdb.base/comprdebug.exp
14211 * gdb.base/constvars.exp
14212 * gdb.base/coredump-filter.exp
14213 * gdb.base/cursal.exp
14214 * gdb.base/cvexpr.exp
14215 * gdb.base/detach.exp
14216 * gdb.base/display.exp
14217 * gdb.base/dmsym.exp
14218 * gdb.base/dprintf-pending.exp
14219 * gdb.base/dso2dso.exp
14220 * gdb.base/dtrace-probe.exp
14221 * gdb.base/dump.exp
14222 * gdb.base/enum_cond.exp
14223 * gdb.base/exe-lock.exp
14224 * gdb.base/exec-invalid-sysroot.exp
14225 * gdb.base/execl-update-breakpoints.exp
14226 * gdb.base/exprs.exp
14227 * gdb.base/fileio.exp
14228 * gdb.base/find.exp
14229 * gdb.base/finish.exp
14230 * gdb.base/fixsection.exp
14231 * gdb.base/foll-vfork.exp
14232 * gdb.base/frame-args.exp
14233 * gdb.base/gcore.exp
14234 * gdb.base/gdb1250.exp
14235 * gdb.base/global-var-nested-by-dso.exp
14236 * gdb.base/gnu-ifunc.exp
14237 * gdb.base/hashline1.exp
14238 * gdb.base/hashline2.exp
14239 * gdb.base/hashline3.exp
14240 * gdb.base/hbreak-in-shr-unsupported.exp
14241 * gdb.base/huge.exp
14242 * gdb.base/infcall-input.exp
14243 * gdb.base/info-fun.exp
14244 * gdb.base/info-shared.exp
14245 * gdb.base/jit-simple.exp
14246 * gdb.base/jit-so.exp
14247 * gdb.base/jit.exp
14248 * gdb.base/jump.exp
14249 * gdb.base/label.exp
14250 * gdb.base/lineinc.exp
14251 * gdb.base/logical.exp
14252 * gdb.base/longjmp.exp
14253 * gdb.base/macscp.exp
14254 * gdb.base/miscexprs.exp
14255 * gdb.base/new-ui-echo.exp
14256 * gdb.base/new-ui-pending-input.exp
14257 * gdb.base/new-ui.exp
14258 * gdb.base/nodebug.exp
14259 * gdb.base/nofield.exp
14260 * gdb.base/offsets.exp
14261 * gdb.base/overlays.exp
14262 * gdb.base/pending.exp
14263 * gdb.base/pointers.exp
14264 * gdb.base/pr11022.exp
14265 * gdb.base/printcmds.exp
14266 * gdb.base/prologue.exp
14267 * gdb.base/ptr-typedef.exp
14268 * gdb.base/realname-expand.exp
14269 * gdb.base/relativedebug.exp
14270 * gdb.base/relocate.exp
14271 * gdb.base/remote.exp
14272 * gdb.base/reread.exp
14273 * gdb.base/return2.exp
14274 * gdb.base/savedregs.exp
14275 * gdb.base/sep.exp
14276 * gdb.base/sepdebug.exp
14277 * gdb.base/sepsymtab.exp
14278 * gdb.base/set-inferior-tty.exp
14279 * gdb.base/setshow.exp
14280 * gdb.base/shlib-call.exp
14281 * gdb.base/sigaltstack.exp
14282 * gdb.base/siginfo-addr.exp
14283 * gdb.base/signals.exp
14284 * gdb.base/signull.exp
14285 * gdb.base/sigrepeat.exp
14286 * gdb.base/so-impl-ld.exp
14287 * gdb.base/solib-display.exp
14288 * gdb.base/solib-overlap.exp
14289 * gdb.base/solib-search.exp
14290 * gdb.base/solib-symbol.exp
14291 * gdb.base/structs.exp
14292 * gdb.base/structs2.exp
14293 * gdb.base/symtab-search-order.exp
14294 * gdb.base/twice.exp
14295 * gdb.base/unload.exp
14296 * gdb.base/varargs.exp
14297 * gdb.base/watchpoint-solib.exp
14298 * gdb.base/watchpoint.exp
14299 * gdb.base/whatis.exp
14300 * gdb.base/wrong_frame_bt_full.exp
14301 * gdb.btrace/dlopen.exp
14302 * gdb.cell/ea-standalone.exp
14303 * gdb.cell/ea-test.exp
14304 * gdb.cp/dispcxx.exp
14305 * gdb.cp/gdb2384.exp
14306 * gdb.cp/method2.exp
14307 * gdb.cp/nextoverthrow.exp
14308 * gdb.cp/pr10728.exp
14309 * gdb.disasm/am33.exp
14310 * gdb.disasm/h8300s.exp
14311 * gdb.disasm/mn10300.exp
14312 * gdb.disasm/sh3.exp
14313 * gdb.dwarf2/dw2-dir-file-name.exp
14314 * gdb.fortran/complex.exp
14315 * gdb.fortran/library-module.exp
14316 * gdb.guile/scm-pretty-print.exp
14317 * gdb.guile/scm-symbol.exp
14318 * gdb.guile/scm-type.exp
14319 * gdb.guile/scm-value.exp
14320 * gdb.linespec/linespec.exp
14321 * gdb.mi/gdb701.exp
14322 * gdb.mi/gdb792.exp
14323 * gdb.mi/mi-breakpoint-changed.exp
14324 * gdb.mi/mi-dprintf-pending.exp
14325 * gdb.mi/mi-dprintf.exp
14326 * gdb.mi/mi-exit-code.exp
14327 * gdb.mi/mi-pending.exp
14328 * gdb.mi/mi-solib.exp
14329 * gdb.mi/new-ui-mi-sync.exp
14330 * gdb.mi/pr11022.exp
14331 * gdb.mi/user-selected-context-sync.exp
14332 * gdb.opt/solib-intra-step.exp
14333 * gdb.python/py-events.exp
14334 * gdb.python/py-finish-breakpoint.exp
14335 * gdb.python/py-mi.exp
14336 * gdb.python/py-prettyprint.exp
14337 * gdb.python/py-shared.exp
14338 * gdb.python/py-symbol.exp
14339 * gdb.python/py-template.exp
14340 * gdb.python/py-type.exp
14341 * gdb.python/py-value.exp
14342 * gdb.reverse/solib-precsave.exp
14343 * gdb.reverse/solib-reverse.exp
14344 * gdb.server/solib-list.exp
14345 * gdb.stabs/weird.exp
14346 * gdb.threads/reconnect-signal.exp
14347 * gdb.threads/stepi-random-signal.exp
14348 * gdb.trace/actions.exp
14349 * gdb.trace/ax.exp
14350 * gdb.trace/backtrace.exp
14351 * gdb.trace/change-loc.exp
14352 * gdb.trace/deltrace.exp
14353 * gdb.trace/ftrace-lock.exp
14354 * gdb.trace/ftrace.exp
14355 * gdb.trace/infotrace.exp
14356 * gdb.trace/mi-tracepoint-changed.exp
14357 * gdb.trace/packetlen.exp
14358 * gdb.trace/passcount.exp
14359 * gdb.trace/pending.exp
14360 * gdb.trace/range-stepping.exp
14361 * gdb.trace/report.exp
14362 * gdb.trace/stap-trace.exp
14363 * gdb.trace/tfind.exp
14364 * gdb.trace/trace-break.exp
14365 * gdb.trace/trace-condition.exp
14366 * gdb.trace/trace-enable-disable.exp
14367 * gdb.trace/trace-mt.exp
14368 * gdb.trace/tracecmd.exp
14369 * gdb.trace/tspeed.exp
14370 * gdb.trace/tsv.exp
14371 * lib/perftest.exp
14372
14373 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14374
14375 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
14376 with gdb_test_no_output.
14377 Use command as test name.
14378
14379 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14380
14381 Fix test names starting with uppercase throughout the files.
14382
14383 * gdb.ada/assign_1.exp
14384 * gdb.ada/boolean_expr.exp
14385 * gdb.base/arrayidx.exp
14386 * gdb.base/del.exp
14387 * gdb.base/gcore-buffer-overflow.exp
14388 * gdb.base/testenv.exp
14389 * gdb.compile/compile.exp
14390 * gdb.python/py-framefilter-invalidarg.exp
14391 * gdb.python/py-framefilter.exp
14392
14393 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14394
14395 Fix test names starting with uppercase throughout the files.
14396
14397 * gdb.ada/array_return.exp
14398 * gdb.ada/expr_delims.exp
14399 * gdb.ada/mi_dyn_arr.exp
14400 * gdb.ada/mi_interface.exp
14401 * gdb.ada/mi_var_array.exp
14402 * gdb.ada/watch_arg.exp
14403 * gdb.arch/alpha-step.exp
14404 * gdb.arch/altivec-regs.exp
14405 * gdb.arch/e500-regs.exp
14406 * gdb.arch/powerpc-d128-regs.exp
14407 * gdb.base/arrayidx.exp
14408 * gdb.base/break.exp
14409 * gdb.base/checkpoint.exp
14410 * gdb.base/debug-expr.exp
14411 * gdb.base/dmsym.exp
14412 * gdb.base/radix.exp
14413 * gdb.base/sepdebug.exp
14414 * gdb.base/testenv.exp
14415 * gdb.base/watch_thread_num.exp
14416 * gdb.base/watchpoint-cond-gone.exp
14417 * gdb.cell/break.exp
14418 * gdb.cell/ea-cache.exp
14419 * gdb.compile/compile.exp
14420 * gdb.cp/gdb2495.exp
14421 * gdb.gdb/selftest.exp
14422 * gdb.gdb/xfullpath.exp
14423 * gdb.go/hello.exp
14424 * gdb.go/integers.exp
14425 * gdb.objc/basicclass.exp
14426 * gdb.pascal/hello.exp
14427 * gdb.pascal/integers.exp
14428 * gdb.python/py-breakpoint.exp
14429 * gdb.python/py-cmd.exp
14430 * gdb.python/py-linetable.exp
14431 * gdb.python/py-xmethods.exp
14432 * gdb.python/python.exp
14433 * gdb.reverse/consecutive-precsave.exp
14434 * gdb.reverse/finish-precsave.exp
14435 * gdb.reverse/i386-precsave.exp
14436 * gdb.reverse/machinestate-precsave.exp
14437 * gdb.reverse/sigall-precsave.exp
14438 * gdb.reverse/solib-precsave.exp
14439 * gdb.reverse/step-precsave.exp
14440 * gdb.reverse/until-precsave.exp
14441 * gdb.reverse/watch-precsave.exp
14442 * gdb.threads/leader-exit.exp
14443 * gdb.threads/pthreads.exp
14444 * gdb.threads/wp-replication.exp
14445 * gdb.trace/actions.exp
14446 * gdb.trace/mi-tsv-changed.exp
14447 * gdb.trace/tsv.exp
14448
14449 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14450
14451 Fix test names starting with uppercase throughout the files.
14452
14453 * gdb.arch/i386-bp_permanent.exp
14454 * gdb.arch/i386-gnu-cfi.exp
14455 * gdb.base/disasm-end-cu.exp
14456 * gdb.base/macscp.exp
14457 * gdb.base/pending.exp
14458 * gdb.base/watch_thread_num.exp
14459 * gdb.cp/exception.exp
14460 * gdb.cp/gdb2495.exp
14461 * gdb.cp/local.exp
14462 * gdb.python/py-evsignal.exp
14463 * gdb.python/python.exp
14464 * gdb.trace/tracecmd.exp
14465
14466 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14467
14468 Fix test names starting with uppercase throughout the files.
14469
14470 * gdb.base/charset.exp
14471 * gdb.base/eval.exp
14472 * gdb.base/multi-forks.exp
14473 * gdb.guile/scm-progspace.exp
14474 * gdb.opencl/datatypes.exp
14475 * gdb.python/py-block.exp
14476 * gdb.python/py-function.exp
14477 * gdb.python/py-symbol.exp
14478 * gdb.python/py-symtab.exp
14479 * gdb.python/py-xmethods.exp
14480 * gdb.reverse/break-precsave.exp
14481 * gdb.reverse/break-reverse.exp
14482 * gdb.reverse/consecutive-precsave.exp
14483 * gdb.reverse/consecutive-reverse.exp
14484 * gdb.reverse/finish-precsave.exp
14485 * gdb.reverse/finish-reverse-bkpt.exp
14486 * gdb.reverse/finish-reverse.exp
14487 * gdb.reverse/fstatat-reverse.exp
14488 * gdb.reverse/getresuid-reverse.exp
14489 * gdb.reverse/i386-precsave.exp
14490 * gdb.reverse/i386-reverse.exp
14491 * gdb.reverse/i386-sse-reverse.exp
14492 * gdb.reverse/i387-stack-reverse.exp
14493 * gdb.reverse/insn-reverse.exp
14494 * gdb.reverse/machinestate-precsave.exp
14495 * gdb.reverse/machinestate.exp
14496 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14497 * gdb.reverse/pipe-reverse.exp
14498 * gdb.reverse/readv-reverse.exp
14499 * gdb.reverse/recvmsg-reverse.exp
14500 * gdb.reverse/rerun-prec.exp
14501 * gdb.reverse/s390-mvcle.exp
14502 * gdb.reverse/sigall-precsave.exp
14503 * gdb.reverse/sigall-reverse.exp
14504 * gdb.reverse/solib-precsave.exp
14505 * gdb.reverse/solib-reverse.exp
14506 * gdb.reverse/step-precsave.exp
14507 * gdb.reverse/step-reverse.exp
14508 * gdb.reverse/time-reverse.exp
14509 * gdb.reverse/until-precsave.exp
14510 * gdb.reverse/until-reverse.exp
14511 * gdb.reverse/waitpid-reverse.exp
14512 * gdb.reverse/watch-precsave.exp
14513 * gdb.reverse/watch-reverse.exp
14514
14515 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14516
14517 Fix test names starting with uppercase throughout the files.
14518
14519 * gdb.arch/i386-mpx-simple_segv.exp
14520 * gdb.arch/i386-mpx.exp
14521 * gdb.arch/i386-permbkpt.exp
14522 * gdb.arch/pa-nullify.exp
14523 * gdb.arch/powerpc-d128-regs.exp
14524 * gdb.arch/vsx-regs.exp
14525 * gdb.base/bfp-test.exp
14526 * gdb.base/break.exp
14527 * gdb.base/breakpoint-shadow.exp
14528 * gdb.base/callfuncs.exp
14529 * gdb.base/charset.exp
14530 * gdb.base/commands.exp
14531 * gdb.base/completion.exp
14532 * gdb.base/dfp-test.exp
14533 * gdb.base/echo.exp
14534 * gdb.base/ending-run.exp
14535 * gdb.base/eval.exp
14536 * gdb.base/expand-psymtabs.exp
14537 * gdb.base/float128.exp
14538 * gdb.base/floatn.exp
14539 * gdb.base/foll-exec-mode.exp
14540 * gdb.base/gdb1056.exp
14541 * gdb.base/gdb11531.exp
14542 * gdb.base/kill-after-signal.exp
14543 * gdb.base/multi-forks.exp
14544 * gdb.base/overlays.exp
14545 * gdb.base/pending.exp
14546 * gdb.base/sepdebug.exp
14547 * gdb.base/testenv.exp
14548 * gdb.base/valgrind-db-attach.exp
14549 * gdb.base/watch_thread_num.exp
14550 * gdb.base/watchpoint-cond-gone.exp
14551 * gdb.base/watchpoint.exp
14552 * gdb.base/watchpoints.exp
14553 * gdb.cp/arg-reference.exp
14554 * gdb.cp/baseenum.exp
14555 * gdb.cp/operator.exp
14556 * gdb.cp/shadow.exp
14557 * gdb.dwarf2/dw2-op-out-param.exp
14558 * gdb.dwarf2/dw2-reg-undefined.exp
14559 * gdb.go/chan.exp
14560 * gdb.go/hello.exp
14561 * gdb.go/integers.exp
14562 * gdb.go/methods.exp
14563 * gdb.go/package.exp
14564 * gdb.guile/scm-parameter.exp
14565 * gdb.guile/scm-progspace.exp
14566 * gdb.guile/scm-value.exp
14567 * gdb.mi/mi-pending.exp
14568 * gdb.mi/user-selected-context-sync.exp
14569 * gdb.multi/multi-attach.exp
14570 * gdb.multi/tids.exp
14571 * gdb.opt/clobbered-registers-O2.exp
14572 * gdb.pascal/floats.exp
14573 * gdb.pascal/integers.exp
14574 * gdb.python/py-block.exp
14575 * gdb.python/py-events.exp
14576 * gdb.python/py-parameter.exp
14577 * gdb.python/py-symbol.exp
14578 * gdb.python/py-symtab.exp
14579 * gdb.python/py-type.exp
14580 * gdb.python/py-value.exp
14581 * gdb.python/py-xmethods.exp
14582 * gdb.python/python.exp
14583 * gdb.reverse/break-precsave.exp
14584 * gdb.reverse/consecutive-precsave.exp
14585 * gdb.reverse/finish-precsave.exp
14586 * gdb.reverse/i386-precsave.exp
14587 * gdb.reverse/machinestate-precsave.exp
14588 * gdb.reverse/sigall-precsave.exp
14589 * gdb.reverse/solib-precsave.exp
14590 * gdb.reverse/step-precsave.exp
14591 * gdb.reverse/until-precsave.exp
14592 * gdb.reverse/watch-precsave.exp
14593 * gdb.server/ext-attach.exp
14594 * gdb.server/ext-restart.exp
14595 * gdb.server/ext-run.exp
14596 * gdb.server/ext-wrapper.exp
14597 * gdb.stabs/gdb11479.exp
14598 * gdb.stabs/weird.exp
14599 * gdb.threads/attach-many-short-lived-threads.exp
14600 * gdb.threads/kill.exp
14601 * gdb.threads/watchpoint-fork.exp
14602
14603 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14604
14605 Fix test names starting with uppercase throughout all the files below.
14606
14607 * gdb.ada/array_return.exp
14608 * gdb.ada/catch_ex.exp
14609 * gdb.ada/info_exc.exp
14610 * gdb.ada/mi_catch_ex.exp
14611 * gdb.ada/mi_dyn_arr.exp
14612 * gdb.ada/mi_ex_cond.exp
14613 * gdb.ada/mi_exc_info.exp
14614 * gdb.ada/mi_interface.exp
14615 * gdb.ada/mi_task_arg.exp
14616 * gdb.ada/mi_task_info.exp
14617 * gdb.ada/mi_var_array.exp
14618 * gdb.arch/alpha-step.exp
14619 * gdb.arch/amd64-disp-step.exp
14620 * gdb.arch/arm-disp-step.exp
14621 * gdb.arch/disp-step-insn-reloc.exp
14622 * gdb.arch/e500-prologue.exp
14623 * gdb.arch/ftrace-insn-reloc.exp
14624 * gdb.arch/gdb1558.exp
14625 * gdb.arch/i386-bp_permanent.exp
14626 * gdb.arch/i386-disp-step.exp
14627 * gdb.arch/i386-float.exp
14628 * gdb.arch/i386-gnu-cfi.exp
14629 * gdb.arch/ia64-breakpoint-shadow.exp
14630 * gdb.arch/mips16-thunks.exp
14631 * gdb.arch/pa-nullify.exp
14632 * gdb.arch/powerpc-aix-prologue.exp
14633 * gdb.arch/powerpc-power.exp
14634 * gdb.arch/ppc-dfp.exp
14635 * gdb.arch/s390-tdbregs.exp
14636 * gdb.arch/spu-info.exp
14637 * gdb.arch/spu-ls.exp
14638 * gdb.arch/thumb-bx-pc.exp
14639 * gdb.base/advance.exp
14640 * gdb.base/annota-input-while-running.exp
14641 * gdb.base/arrayidx.exp
14642 * gdb.base/asmlabel.exp
14643 * gdb.base/async.exp
14644 * gdb.base/attach-wait-input.exp
14645 * gdb.base/auto-connect-native-target.exp
14646 * gdb.base/batch-preserve-term-settings.exp
14647 * gdb.base/bfp-test.exp
14648 * gdb.base/bigcore.exp
14649 * gdb.base/bp-permanent.exp
14650 * gdb.base/break-always.exp
14651 * gdb.base/break-fun-addr.exp
14652 * gdb.base/break-idempotent.exp
14653 * gdb.base/break-main-file-remove-fail.exp
14654 * gdb.base/break-probes.exp
14655 * gdb.base/break-unload-file.exp
14656 * gdb.base/break.exp
14657 * gdb.base/call-ar-st.exp
14658 * gdb.base/call-rt-st.exp
14659 * gdb.base/call-sc.exp
14660 * gdb.base/call-signal-resume.exp
14661 * gdb.base/call-strs.exp
14662 * gdb.base/callexit.exp
14663 * gdb.base/callfuncs.exp
14664 * gdb.base/catch-gdb-caused-signals.exp
14665 * gdb.base/catch-signal-siginfo-cond.exp
14666 * gdb.base/catch-syscall.exp
14667 * gdb.base/compare-sections.exp
14668 * gdb.base/cond-eval-mode.exp
14669 * gdb.base/condbreak-call-false.exp
14670 * gdb.base/consecutive-step-over.exp
14671 * gdb.base/cursal.exp
14672 * gdb.base/disabled-location.exp
14673 * gdb.base/disasm-end-cu.exp
14674 * gdb.base/display.exp
14675 * gdb.base/double-prompt-target-event-error.exp
14676 * gdb.base/dprintf-bp-same-addr.exp
14677 * gdb.base/dprintf-detach.exp
14678 * gdb.base/dprintf-next.exp
14679 * gdb.base/dprintf-non-stop.exp
14680 * gdb.base/dprintf-pending.exp
14681 * gdb.base/dso2dso.exp
14682 * gdb.base/ending-run.exp
14683 * gdb.base/enum_cond.exp
14684 * gdb.base/examine-backward.exp
14685 * gdb.base/exe-lock.exp
14686 * gdb.base/exec-invalid-sysroot.exp
14687 * gdb.base/execl-update-breakpoints.exp
14688 * gdb.base/execution-termios.exp
14689 * gdb.base/fileio.exp
14690 * gdb.base/fixsection.exp
14691 * gdb.base/foll-exec-mode.exp
14692 * gdb.base/foll-exec.exp
14693 * gdb.base/fork-running-state.exp
14694 * gdb.base/frame-args.exp
14695 * gdb.base/fullpath-expand.exp
14696 * gdb.base/func-ptr.exp
14697 * gdb.base/gcore-relro-pie.exp
14698 * gdb.base/gdb1090.exp
14699 * gdb.base/gdb1555.exp
14700 * gdb.base/global-var-nested-by-dso.exp
14701 * gdb.base/gnu-ifunc.exp
14702 * gdb.base/hbreak-in-shr-unsupported.exp
14703 * gdb.base/hbreak-unmapped.exp
14704 * gdb.base/hook-stop.exp
14705 * gdb.base/infcall-input.exp
14706 * gdb.base/info-fun.exp
14707 * gdb.base/info-shared.exp
14708 * gdb.base/interrupt-noterm.exp
14709 * gdb.base/jit-so.exp
14710 * gdb.base/jit.exp
14711 * gdb.base/line-symtabs.exp
14712 * gdb.base/list.exp
14713 * gdb.base/longjmp.exp
14714 * gdb.base/macscp.exp
14715 * gdb.base/max-value-size.exp
14716 * gdb.base/nodebug.exp
14717 * gdb.base/nofield.exp
14718 * gdb.base/overlays.exp
14719 * gdb.base/paginate-after-ctrl-c-running.exp
14720 * gdb.base/paginate-bg-execution.exp
14721 * gdb.base/paginate-inferior-exit.exp
14722 * gdb.base/pending.exp
14723 * gdb.base/pr11022.exp
14724 * gdb.base/printcmds.exp
14725 * gdb.base/ptr-typedef.exp
14726 * gdb.base/ptype.exp
14727 * gdb.base/randomize.exp
14728 * gdb.base/range-stepping.exp
14729 * gdb.base/realname-expand.exp
14730 * gdb.base/relativedebug.exp
14731 * gdb.base/remote.exp
14732 * gdb.base/savedregs.exp
14733 * gdb.base/sepdebug.exp
14734 * gdb.base/set-noassign.exp
14735 * gdb.base/shlib-call.exp
14736 * gdb.base/shreloc.exp
14737 * gdb.base/sigaltstack.exp
14738 * gdb.base/sigbpt.exp
14739 * gdb.base/siginfo-addr.exp
14740 * gdb.base/siginfo-obj.exp
14741 * gdb.base/siginfo-thread.exp
14742 * gdb.base/signest.exp
14743 * gdb.base/signull.exp
14744 * gdb.base/sigrepeat.exp
14745 * gdb.base/skip.exp
14746 * gdb.base/so-impl-ld.exp
14747 * gdb.base/solib-corrupted.exp
14748 * gdb.base/solib-disc.exp
14749 * gdb.base/solib-display.exp
14750 * gdb.base/solib-overlap.exp
14751 * gdb.base/solib-search.exp
14752 * gdb.base/solib-symbol.exp
14753 * gdb.base/source-execution.exp
14754 * gdb.base/sss-bp-on-user-bp-2.exp
14755 * gdb.base/sss-bp-on-user-bp.exp
14756 * gdb.base/stack-checking.exp
14757 * gdb.base/stale-infcall.exp
14758 * gdb.base/step-break.exp
14759 * gdb.base/step-line.exp
14760 * gdb.base/step-over-exit.exp
14761 * gdb.base/step-test.exp
14762 * gdb.base/structs.exp
14763 * gdb.base/sym-file.exp
14764 * gdb.base/symtab-search-order.exp
14765 * gdb.base/term.exp
14766 * gdb.base/type-opaque.exp
14767 * gdb.base/unload.exp
14768 * gdb.base/until-nodebug.exp
14769 * gdb.base/until.exp
14770 * gdb.base/unwindonsignal.exp
14771 * gdb.base/watch-cond.exp
14772 * gdb.base/watch-non-mem.exp
14773 * gdb.base/watch_thread_num.exp
14774 * gdb.base/watchpoint-reuse-slot.exp
14775 * gdb.base/watchpoint-solib.exp
14776 * gdb.base/watchpoint.exp
14777 * gdb.btrace/dlopen.exp
14778 * gdb.cell/arch.exp
14779 * gdb.cell/break.exp
14780 * gdb.cell/bt.exp
14781 * gdb.cell/core.exp
14782 * gdb.cell/data.exp
14783 * gdb.cell/dwarfaddr.exp
14784 * gdb.cell/ea-cache.exp
14785 * gdb.cell/ea-standalone.exp
14786 * gdb.cell/ea-test.exp
14787 * gdb.cell/f-regs.exp
14788 * gdb.cell/fork.exp
14789 * gdb.cell/gcore.exp
14790 * gdb.cell/mem-access.exp
14791 * gdb.cell/ptype.exp
14792 * gdb.cell/registers.exp
14793 * gdb.cell/sizeof.exp
14794 * gdb.cell/solib-symbol.exp
14795 * gdb.cell/solib.exp
14796 * gdb.compile/compile-tls.exp
14797 * gdb.cp/exception.exp
14798 * gdb.cp/gdb2495.exp
14799 * gdb.cp/local.exp
14800 * gdb.cp/mb-inline.exp
14801 * gdb.cp/mb-templates.exp
14802 * gdb.cp/pr10687.exp
14803 * gdb.cp/pr9167.exp
14804 * gdb.cp/scope-err.exp
14805 * gdb.cp/templates.exp
14806 * gdb.cp/virtfunc.exp
14807 * gdb.dwarf2/dw2-dir-file-name.exp
14808 * gdb.dwarf2/dw2-single-line-discriminators.exp
14809 * gdb.fortran/complex.exp
14810 * gdb.fortran/library-module.exp
14811 * gdb.guile/guile.exp
14812 * gdb.guile/scm-cmd.exp
14813 * gdb.guile/scm-frame-inline.exp
14814 * gdb.guile/scm-objfile.exp
14815 * gdb.guile/scm-pretty-print.exp
14816 * gdb.guile/scm-symbol.exp
14817 * gdb.guile/scm-type.exp
14818 * gdb.guile/scm-value.exp
14819 * gdb.linespec/keywords.exp
14820 * gdb.linespec/ls-errs.exp
14821 * gdb.linespec/macro-relative.exp
14822 * gdb.linespec/thread.exp
14823 * gdb.mi/mi-breakpoint-changed.exp
14824 * gdb.mi/mi-dprintf-pending.exp
14825 * gdb.mi/mi-fullname-deleted.exp
14826 * gdb.mi/mi-logging.exp
14827 * gdb.mi/mi-pending.exp
14828 * gdb.mi/mi-solib.exp
14829 * gdb.mi/new-ui-mi-sync.exp
14830 * gdb.mi/user-selected-context-sync.exp
14831 * gdb.multi/dummy-frame-restore.exp
14832 * gdb.multi/multi-arch-exec.exp
14833 * gdb.multi/remove-inferiors.exp
14834 * gdb.multi/watchpoint-multi-exit.exp
14835 * gdb.opt/solib-intra-step.exp
14836 * gdb.perf/backtrace.exp
14837 * gdb.perf/single-step.exp
14838 * gdb.perf/skip-command.exp
14839 * gdb.perf/skip-prologue.exp
14840 * gdb.perf/solib.exp
14841 * gdb.python/lib-types.exp
14842 * gdb.python/py-as-string.exp
14843 * gdb.python/py-bad-printers.exp
14844 * gdb.python/py-block.exp
14845 * gdb.python/py-breakpoint.exp
14846 * gdb.python/py-cmd.exp
14847 * gdb.python/py-events.exp
14848 * gdb.python/py-evthreads.exp
14849 * gdb.python/py-finish-breakpoint.exp
14850 * gdb.python/py-finish-breakpoint2.exp
14851 * gdb.python/py-frame-inline.exp
14852 * gdb.python/py-frame.exp
14853 * gdb.python/py-inferior.exp
14854 * gdb.python/py-infthread.exp
14855 * gdb.python/py-mi.exp
14856 * gdb.python/py-objfile.exp
14857 * gdb.python/py-pp-maint.exp
14858 * gdb.python/py-pp-registration.exp
14859 * gdb.python/py-prettyprint.exp
14860 * gdb.python/py-recurse-unwind.exp
14861 * gdb.python/py-shared.exp
14862 * gdb.python/py-symbol.exp
14863 * gdb.python/py-symtab.exp
14864 * gdb.python/py-template.exp
14865 * gdb.python/py-type.exp
14866 * gdb.python/py-unwind-maint.exp
14867 * gdb.python/py-unwind.exp
14868 * gdb.python/py-value.exp
14869 * gdb.python/python.exp
14870 * gdb.reverse/finish-reverse-bkpt.exp
14871 * gdb.reverse/insn-reverse.exp
14872 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14873 * gdb.reverse/solib-precsave.exp
14874 * gdb.reverse/solib-reverse.exp
14875 * gdb.stabs/gdb11479.exp
14876 * gdb.stabs/weird.exp
14877 * gdb.threads/fork-child-threads.exp
14878 * gdb.threads/fork-plus-threads.exp
14879 * gdb.threads/fork-thread-pending.exp
14880 * gdb.threads/forking-threads-plus-breakpoint.exp
14881 * gdb.threads/hand-call-in-threads.exp
14882 * gdb.threads/interrupted-hand-call.exp
14883 * gdb.threads/linux-dp.exp
14884 * gdb.threads/local-watch-wrong-thread.exp
14885 * gdb.threads/next-while-other-thread-longjmps.exp
14886 * gdb.threads/non-ldr-exit.exp
14887 * gdb.threads/pending-step.exp
14888 * gdb.threads/print-threads.exp
14889 * gdb.threads/process-dies-while-detaching.exp
14890 * gdb.threads/process-dies-while-handling-bp.exp
14891 * gdb.threads/pthreads.exp
14892 * gdb.threads/queue-signal.exp
14893 * gdb.threads/reconnect-signal.exp
14894 * gdb.threads/signal-command-handle-nopass.exp
14895 * gdb.threads/signal-command-multiple-signals-pending.exp
14896 * gdb.threads/signal-delivered-right-thread.exp
14897 * gdb.threads/signal-sigtrap.exp
14898 * gdb.threads/sigthread.exp
14899 * gdb.threads/staticthreads.exp
14900 * gdb.threads/stepi-random-signal.exp
14901 * gdb.threads/thread-unwindonsignal.exp
14902 * gdb.threads/thread_check.exp
14903 * gdb.threads/thread_events.exp
14904 * gdb.threads/tid-reuse.exp
14905 * gdb.threads/tls-nodebug.exp
14906 * gdb.threads/tls-shared.exp
14907 * gdb.threads/tls-so_extern.exp
14908 * gdb.threads/tls.exp
14909 * gdb.threads/wp-replication.exp
14910 * gdb.trace/actions-changed.exp
14911 * gdb.trace/actions.exp
14912 * gdb.trace/backtrace.exp
14913 * gdb.trace/change-loc.exp
14914 * gdb.trace/collection.exp
14915 * gdb.trace/deltrace.exp
14916 * gdb.trace/disconnected-tracing.exp
14917 * gdb.trace/entry-values.exp
14918 * gdb.trace/ftrace-lock.exp
14919 * gdb.trace/ftrace.exp
14920 * gdb.trace/infotrace.exp
14921 * gdb.trace/mi-trace-frame-collected.exp
14922 * gdb.trace/mi-trace-unavailable.exp
14923 * gdb.trace/mi-traceframe-changed.exp
14924 * gdb.trace/mi-tracepoint-changed.exp
14925 * gdb.trace/mi-tsv-changed.exp
14926 * gdb.trace/no-attach-trace.exp
14927 * gdb.trace/packetlen.exp
14928 * gdb.trace/passc-dyn.exp
14929 * gdb.trace/passcount.exp
14930 * gdb.trace/pending.exp
14931 * gdb.trace/pr16508.exp
14932 * gdb.trace/qtro.exp
14933 * gdb.trace/range-stepping.exp
14934 * gdb.trace/read-memory.exp
14935 * gdb.trace/report.exp
14936 * gdb.trace/save-trace.exp
14937 * gdb.trace/signal.exp
14938 * gdb.trace/stap-trace.exp
14939 * gdb.trace/status-stop.exp
14940 * gdb.trace/strace.exp
14941 * gdb.trace/tfile.exp
14942 * gdb.trace/tfind.exp
14943 * gdb.trace/trace-break.exp
14944 * gdb.trace/trace-condition.exp
14945 * gdb.trace/trace-enable-disable.exp
14946 * gdb.trace/trace-mt.exp
14947 * gdb.trace/tracecmd.exp
14948 * gdb.trace/tracefile-pseudo-reg.exp
14949 * gdb.trace/tspeed.exp
14950 * gdb.trace/tstatus.exp
14951 * gdb.trace/tsv.exp
14952 * gdb.trace/unavailable.exp
14953 * gdb.trace/while-dyn.exp
14954 * gdb.trace/while-stepping.exp
14955 * lib/gdb-guile.exp
14956 * lib/gdb.exp
14957 * lib/mi-support.exp
14958 * lib/pascal.exp
14959 * lib/perftest.exp
14960 * lib/prelink-support.exp
14961 * lib/selftest-support.exp
14962
14963 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
14964
14965 * Makefile.in: Include disable-implicit-rules.mk.
14966
14967 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14968
14969 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
14970 non-byte-aligned bit fields.
14971
14972 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14973
14974 PR gdb/12616
14975 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
14976 respects the DW_AT_data_bit_offset attribute.
14977
14978 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
14979
14980 * gdb.base/default.exp: Fix output of "set language".
14981
14982 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
14983
14984 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
14985 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
14986 make.
14987 * configure.ac: Remove checks for the make program.
14988 * configure: Re-generate.
14989
14990 2016-11-16 Kevin Buettner <kevinb@redhat.com>
14991
14992 * gdb.python/py-recurse-unwind.c (main): Add loop.
14993 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
14994 to read_register() and gdb.parse_and_eval(). Make each code
14995 call a separate case that can be individually tested.
14996 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
14997 proc. Call cont_and_backtrace for each of the code paths that
14998 we want to test in the unwinder.
14999
15000 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
15001
15002 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
15003 the definition of struct S.
15004
15005 2016-11-11 Catherine Moore <clm@codesourcery.com>
15006
15007 * gdb.base/dump.exp: Identify verilog format dump tests as such.
15008
15009 2016-11-09 Pedro Alves <palves@redhat.com>
15010
15011 * gdb.base/commands.exp (runto_or_return): New procedure.
15012 (gdbvar_simple_if_test, gdbvar_simple_while_test)
15013 (gdbvar_complex_if_while_test, progvar_simple_if_test)
15014 (progvar_simple_while_test, progvar_complex_if_while_test)
15015 (if_while_breakpoint_command_test)
15016 (infrun_breakpoint_command_test, breakpoint_command_test)
15017 (user_defined_command_test, watchpoint_command_test)
15018 (test_command_prompt_position, redefine_hook_test)
15019 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
15020 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
15021 multi_line_input and multi_line. Remove gdb_expect and
15022 gdb_stop_suppressing_tests uses.
15023 * lib/gdb.exp (valnum_re): New global.
15024 (multi_line_input): New procedure.
15025
15026 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
15027
15028 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
15029 Remove.
15030 (test_setup): Define with proc_with_prefix.
15031 (test_cli_inferior): Likewise.
15032 (test_cli_thread): Likewise.
15033 (test_cli_frame): Likewise.
15034 (test_cli_select_frame): Likewise.
15035 (test_cli_up_down): Likewise.
15036 (test_mi_thread_select): Likewise.
15037 (test_mi_stack_select_frame): Likewise.
15038 (test_cli_in_mi_inferior): Likewise.
15039 (test_cli_in_mi_thread): Likewise.
15040 (test_cli_in_mi_frame): Likewise.
15041 (top level): Do not use with_test_prefix_procname.
15042
15043 2016-11-09 Pedro Alves <palves@redhat.com>
15044
15045 * gdb.base/commands.exp (gdbvar_simple_if_test)
15046 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
15047 (progvar_simple_if_test, progvar_simple_while_test)
15048 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
15049 (infrun_breakpoint_command_test, breakpoint_command_test)
15050 (user_defined_command_test, watchpoint_command_test)
15051 (test_command_prompt_position, deprecated_command_test)
15052 (bp_deleted_in_command, temporary_breakpoint_commands)
15053 (stray_arg0_test, source_file_with_indented_comment)
15054 (recursive_source_test, if_commands_test)
15055 (error_clears_commands_left, redefine_hook_test)
15056 (redefine_backtrace_test): Use proc_with_prefix.
15057 * lib/gdb.exp (proc_with_prefix): New proc.
15058
15059 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15060
15061 * gdb.base/tui-layout.c: New file.
15062 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
15063 disassembly window contains very long lines.
15064
15065 2016-11-08 Tom Tromey <tom@tromey.com>
15066
15067 * gdb.python/py-value.exp (test_value_creation): Make "long" test
15068 depend on Python 2.
15069
15070 2016-11-08 Tom Tromey <tom@tromey.com>
15071
15072 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
15073 New method.
15074
15075 2016-10-29 Manish Goregaokar <manish@mozilla.com>
15076
15077 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
15078
15079 2016-10-27 Manish Goregaokar <manish@mozilla.com>
15080
15081 * gdb.rust/simple.rs: Add test for univariant enums without
15082 discriminants and for encoded struct-like enums.
15083
15084 2016-10-28 Pedro Alves <palves@redhat.com>
15085
15086 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
15087 gdb_test_multiple, tighten regexps and match symtabs and line
15088 tables incrementally.
15089
15090 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
15091
15092 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
15093 general.
15094
15095 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
15096
15097 * gdb.base/exec-invalid-sysroot.exp: New file.
15098
15099 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15100
15101 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
15102
15103 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15104
15105 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
15106
15107 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
15108
15109 * gdb.base/killed-outside.exp: Remove $options from a call to
15110 `prepare_for_testing'.
15111
15112 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15113
15114 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15115 Change test message.
15116
15117 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15118
15119 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15120 Update comment.
15121
15122 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15123
15124 * gdb.trace/mi-trace-save.exp: New file.
15125
15126 2016-10-13 Yao Qi <yao.qi@linaro.org>
15127
15128 * gdb.base/code_elim.exp (get_var_address): Remove.
15129 * gdb.base/relocate.exp: Likewise.
15130 * gdb.base/shreloc.exp: Likewise.
15131 * lib/gdb.exp (get_var_address): New.
15132
15133 2016-10-13 Yao Qi <yao.qi@linaro.org>
15134
15135 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
15136 floating point tests if $skip_float_test is false.
15137
15138 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
15139
15140 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
15141 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
15142 argc values.
15143 Add 1 to argc so we guarantee distinct initial/modified argc values.
15144
15145 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15146
15147 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
15148
15149 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15150
15151 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
15152 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
15153 * gdb.arch/vsx-regs.exp: Likewise.
15154
15155 2016-10-07 Yao Qi <yao.qi@linaro.org>
15156
15157 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
15158
15159 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
15160
15161 * gdb.python/python.exp: Test decode_line("*0").
15162
15163 2016-10-06 Doug Evans <dje@google.com>
15164
15165 * gdb.python/py-value.exp (test_value_creation): Add test for large
15166 unsigned 64-bit value.
15167
15168 2016-10-06 Tom Tromey <tom@tromey.com>
15169
15170 * gdb.compile/compile.exp: Change java tests to rust.
15171 * gdb.base/setshow.exp: Change java tests to rust.
15172 * gdb.base/default.exp: Remove java from language list.
15173 * README (Examples): Update language example.
15174 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
15175 test.
15176 * lib/gdb.exp (skip_java_tests): Remove.
15177 * lib/java.exp: Remove.
15178 * gdb.java: Remove.
15179
15180 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15181
15182 * gdb.arch/mips-fcr.exp: New test.
15183 * gdb.arch/mips-fcr.c: Source for the new test.
15184
15185 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15186
15187 * gdb.base/solib-disc.exp: Use `standard_output_file'
15188 throughout.
15189
15190 2016-10-06 Pedro Alves <palves@redhat.com>
15191
15192 * gdb.base/jit-simple-dl.c: New file.
15193 * gdb.base/jit-simple-jit.c: New file, factored out from ...
15194 * gdb.base/jit-simple.c: ... this.
15195 * gdb.base/jit-simple.exp (jit_run): Delete.
15196 (build_jit): New proc.
15197 (jit_test_reread): Recompile either the main program or the shared
15198 library, depending on what is being tested. Skip changing address
15199 if caller wants to. Compare before/after addresses. If testing
15200 standalone, explicitly load the binary. Test "maint info
15201 breakpoints".
15202 (top level): Add "standalone vs shared lib" and "change address"
15203 vs "same address" axes.
15204
15205 2016-10-06 Pedro Alves <palves@redhat.com>
15206
15207 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
15208 call.
15209 (jit_run): Delete.
15210 (jit_test_reread): Use with_test_prefix. Reload the main binary
15211 explicitly. Compare the before/after addresses of the JIT
15212 descriptor.
15213
15214 2016-08-15 Doug Evans <dje@google.com>
15215
15216 * gdb.xml/extra-regs.xml: Update, end field now required, default type
15217 for single bitfields is bool.
15218 * gdb.xml/tdesc-regs.exp: Ditto.
15219
15220 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
15221
15222 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
15223
15224 2016-10-05 Yao Qi <yao.qi@linaro.org>
15225
15226 * lib/gdb.exp (support_complex_tests): Return zero if
15227 gdb_skip_float_test return true.
15228
15229 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15230 Simon Marchi <simon.marchi@ericsson.com>
15231
15232 PR gdb/20487
15233 * gdb.mi/user-selected-context-sync.exp: New file.
15234 * gdb.mi/user-selected-context-sync.c: New file.
15235
15236 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
15237 Simon Marchi <simon.marchi@ericsson.com>
15238
15239 PR gdb/20487
15240 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
15241 =thread-select-event check.
15242
15243 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
15244
15245 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
15246 the compulsory L operand changes.
15247 * gdb.arch/powerpc-power.s: Likewise.
15248
15249 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15250
15251 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
15252 * gdb.base/jit-attach-pie.c: New file.
15253 * gdb.base/jit-attach-pie.exp: New file.
15254
15255 2016-09-28 Pedro Alves <palves@redhat.com>
15256
15257 * gdb.base/infcall-input.c: New file.
15258 * gdb.base/infcall-input.exp: New file.
15259
15260 2016-09-22 Yao Qi <yao.qi@linaro.org>
15261
15262 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
15263 (gdb_exit): Rename it to ...
15264 (gdbserver_gdb_exit): ... Close GDBserver.
15265 (gdb_exit): New proc, call gdbserver_gdb_exit.
15266 (mi_gdb_exit): Likewise.
15267
15268 2016-09-22 Yao Qi <yao.qi@linaro.org>
15269
15270 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
15271 path.
15272 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
15273 Remove duplication.
15274
15275 2016-09-22 Yao Qi <yao.qi@linaro.org>
15276
15277 * lib/gdbserver-support.exp: Check the existence of
15278 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
15279
15280 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
15281
15282 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
15283
15284 2016-09-21 Tom Tromey <tom@tromey.com>
15285
15286 PR gdb/20604:
15287 * gdb.base/quit.exp: New file.
15288
15289 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
15290
15291 * .gitignore: New file.
15292
15293 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
15294
15295 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
15296 throughout.
15297
15298 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15299
15300 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
15301
15302 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15303
15304 * gdb.cp/casts.cc (decltype): Move it ...
15305 (main): ... with its call to ...
15306 * gdb.cp/casts03.cc: ... a new file.
15307 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
15308
15309 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15310
15311 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
15312
15313 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
15314
15315 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
15316 and sync up the test with tests in gas/testsuite/gas/ppc.
15317 * gdb.arch/powerpc-power.exp: Likewise.
15318
15319 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15320
15321 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
15322
15323 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
15324 Jan Kratochvil <jan.kratochvil@redhat.com>
15325
15326 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
15327 make m1's definition to be different from m2's. Use 'dummy' as an
15328 argument for probe 'two'.
15329
15330 2016-09-10 Jon Beniston <jon@beniston.com>
15331
15332 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
15333 for sim target.
15334
15335 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15336
15337 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
15338 variable declaration.
15339 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
15340 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
15341 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
15342 received HWCAP as its argument.
15343
15344 2016-09-06 Pedro Alves <palves@redhat.com>
15345
15346 * gdb.base/new-ui-pending-input.c: New file.
15347 * gdb.base/new-ui-pending-input.exp: New file.
15348 * gdb.exp (clear_gdb_spawn_id): New procedure.
15349 (with_spawn_id): Check whether gdb_spawn_id exists before
15350 referencing it. If gdb_spawn_id didn't exist on entry, clear it
15351 on exit.
15352
15353 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15354
15355 * gdb.base/float128.c: New file.
15356 * gdb.base/float128.exp: Likewise.
15357 * gdb.base/floatn.c: Likewise.
15358 * gdb.base/floatn.exp: Likewise.
15359
15360 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15361
15362 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
15363
15364 2016-09-05 Pedro Alves <palves@redhat.com>
15365
15366 PR backtrace/19927
15367 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
15368 unwinders are immediately called as side effect of "source" or
15369 "disable unwinder" commands.
15370 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
15371
15372 2016-09-02 Yao Qi <yao.qi@linaro.org>
15373
15374 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
15375 is true and $type is "float" or "double".
15376
15377 2016-09-02 Yao Qi <yao.qi@linaro.org>
15378
15379 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
15380 true.
15381 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
15382 * gdb.base/call-rt-st.exp: Likewise.
15383 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
15384 return value instead of gdb,skip_float_test.
15385 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
15386 (do_function_calls): Use its return value instead of
15387 gdb,skip_float_test.
15388 * gdb.base/finish.exp: Likewise.
15389 * gdb.base/funcargs.exp: Likewise.
15390 * gdb.base/return.exp: Likewise.
15391 * gdb.base/return2.exp: Likewise.
15392 * gdb.base/varargs.exp: Likewise.
15393 * lib/gdb.exp (gdb_skip_float_test): Change it to
15394 gdb_caching_proc. Detect the broken ptrace on arm-linux.
15395
15396 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15397
15398 * gdb.multi/tids.exp: Test "thread apply all".
15399
15400 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15401
15402 * gdb.base/default.exp (tty): Remove.
15403
15404 2016-08-24 Kevin Buettner <kevinb@redhat.com>
15405
15406 * gdb.python/py-recurse-unwind.c: New file.
15407 * gdb.python/py-recurse-unwind.py: New file.
15408 * gdb.python/py-recurse-unwind.exp: New file.
15409
15410 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
15411
15412 * gdb.base/set-inferior-tty.exp: New file.
15413 * gdb.base/set-inferior-tty.c: New file.
15414
15415 2016-08-23 Pedro Alves <palves@redhat.com>
15416
15417 PR gdb/20494
15418 * gdb.base/new-ui-echo.c: New file.
15419 * gdb.base/new-ui-echo.exp: New file.
15420
15421 2016-08-23 Yao Qi <yao.qi@linaro.org>
15422
15423 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
15424 gdbserver_spawn.
15425 * gdb.server/connect-without-multi-process.exp (do_test):
15426 Likewise.
15427
15428 2016-08-23 Yao Qi <yao.qi@linaro.org>
15429
15430 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
15431 standalone_txt. Delete gdb_txt and standalone_txt on host
15432 and target. Spawn the binary on target. Copy files from
15433 target to host.
15434
15435 2016-08-22 Pedro Alves <palves@redhat.com>
15436
15437 PR gdb/20505
15438 * gdb.base/vdso-warning.exp: Test core dumps too. Use
15439 with_test_prefix. Factor out bits to ...
15440 (test_no_vdso): ... this new procedure.
15441
15442 2016-08-19 Carl Love <cel@us.ibm.com>
15443
15444 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
15445 maintaining separate logic for constructing the output path.
15446 * gdb.arch/powerpc-d128-regs.exp: Likewise.
15447 * gdb.arch/ppc-dfp.exp: Likewise.
15448 * gdb.arch/ppc-fp.exp: Likewise.
15449 * gdb.arch/vsx-regs.exp: Likewise.
15450 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
15451 binprefix for generating the additional binary files.
15452
15453 2016-08-19 Pedro Alves <palves@redhat.com>
15454
15455 * gdb.trace/mi-trace-frame-collected.exp
15456 (test_trace_frame_collected): On x32, expect two registers.
15457
15458 2016-08-18 Carl Love <cel@us.ibm.com>
15459
15460 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
15461 and sync up the test with tests in gas/testsuite/gas/ppc.
15462 * gdb.arch/powerpc-power.exp: Likewise.
15463
15464 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15465
15466 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
15467 expected error message.
15468
15469 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15470
15471 * gdb.multi/remove-inferiors.exp: New file.
15472 * gdb.multi/remove-inferiors.c: New file.
15473
15474 2016-08-12 Yao Qi <yao.qi@linaro.org>
15475
15476 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
15477 argument list.
15478
15479 2016-08-10 Pedro Alves <palves@redhat.com>
15480
15481 PR gdb/19187
15482 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
15483 setup_kfails.
15484
15485 2016-08-09 Pedro Alves <palves@redhat.com>
15486 Simon Marchi <simon.marchi@ericsson.com>
15487
15488 PR gdb/20418
15489 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
15490 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
15491
15492 2016-08-09 Pedro Alves <palves@redhat.com>
15493
15494 PR mi/20431
15495 * gdb.mi/mi-cmd-error.exp: New file.
15496
15497 2016-08-09 Pedro Alves <palves@redhat.com>
15498
15499 PR gdb/18653
15500 * gdb.base/signals-state-child.c: New file.
15501 * gdb.base/signals-state-child.exp: New file.
15502 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
15503
15504 2016-08-09 Pedro Alves <palves@redhat.com>
15505
15506 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
15507
15508 2016-08-03 Tom Tromey <tom@tromey.com>
15509
15510 PR python/18565:
15511 * gdb.python/py-frame-inline.exp: Add Frame.function test.
15512
15513 2016-08-01 Yao Qi <yao.qi@linaro.org>
15514
15515 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
15516 variable mode to "multi-process" if $multi_process is 1, otherwise
15517 set it to "single-process".
15518
15519 2016-08-01 Yao Qi <yao.qi@linaro.org>
15520
15521 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
15522 * gdb.cp/cpexprs.exp: Likewise.
15523 * gdb.cp/m-static.exp: Likewise.
15524
15525 2016-07-26 Tom Tromey <tom@tromey.com>
15526
15527 PR python/20190:
15528 * gdb.threads/tls.exp (check_thread_local): Add python symbol
15529 test.
15530
15531 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
15532
15533 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
15534 selecting assembly source files.
15535 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
15536 assembly source files.
15537 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
15538 assembly source files.
15539 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
15540 selecting assembly source files.
15541
15542 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
15543
15544 * gdb.base/new-ui.exp (do_test_invalid_args): New
15545 procedure.
15546
15547 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
15548
15549 * gdb.btrace/reconnect.c: New file.
15550 * gdb.btrace/reconnect.exp: New file.
15551
15552 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
15553
15554 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
15555 to test_catch_syscall_group.
15556 (test_catch_syscall_group): New.
15557
15558 2016-07-21 Tom Tromey <tom@tromey.com>
15559
15560 * gdb.rust/simple.rs (main): Use empty struct expression.
15561 * gdb.rust/simple.exp: Add tests for empty struct expression.
15562
15563 2016-07-21 Yao Qi <yao.qi@linaro.org>
15564
15565 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
15566 if gdb_skip_xml_test is true on some targets.
15567
15568 2016-07-21 Yao Qi <yao.qi@linaro.org>
15569
15570 * gdb.server/solib-list.exp: Unset last_loaded_file.
15571
15572 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15573
15574 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
15575 "step into captured_main (args)".
15576
15577 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15578
15579 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
15580
15581 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15582
15583 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
15584
15585 2016-07-19 Pedro Alves <palves@redhat.com>
15586
15587 * gdb.opt/inline-break.exp: Remove optimize=-O2.
15588 * gdb.opt/inline-bt.exp: Likewise.
15589 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
15590 additional_flags=-Winline.
15591 * gdb.opt/inline-locals.exp: Likewise.
15592 * gdb.opt/inline-markers.c (ATTR): Define.
15593 (inlined_fn): Use it.
15594
15595 2016-07-19 Yao Qi <yao.qi@linaro.org>
15596
15597 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
15598 (test_with_self): Remove some code. Remove argument executable.
15599 (top-level): Use do_self_tests.
15600
15601 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
15602 Don Breazeal <donb@codesourcery.com>
15603
15604 * gdb.base/maint.exp: Escape paths used in regular expressions.
15605 * gdb.stabs/weird.exp: Likewise.
15606
15607 2016-07-13 Tom Tromey <tom@tromey.com>
15608
15609 PR python/15620, PR python/18620:
15610 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
15611 (test_bkpt_events): New procs.
15612
15613 2016-07-13 Tom Tromey <tom@tromey.com>
15614
15615 PR python/17698:
15616 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
15617 test.
15618 (test_watchpoints): Likewise.
15619 (test_bkpt_pending): New proc.
15620
15621 2016-07-13 Tom Tromey <tom@tromey.com>
15622
15623 PR cli/18053:
15624 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
15625 completion test.
15626
15627 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15628
15629 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
15630 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
15631 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
15632 f_label.
15633 (g): Rename g_end_lbl to g_label.
15634 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
15635 low_pc and high_pc.
15636 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
15637
15638 2016-07-12 Tom Tromey <tom@tromey.com>
15639
15640 PR python/19293:
15641 * gdb.python/py-unwind-maint.exp: Update tests.
15642
15643 2016-07-12 Yao Qi <yao.qi@linaro.org>
15644
15645 * lib/selftest-support.exp (selftest_setup): Match the output
15646 when captured_main is inlined.
15647
15648 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
15649
15650 * gdb.fortran/derived-types.exp (result_line, result_line_2):
15651 New variables.
15652 (print this%a, print this%b, print this): New tests.
15653 * gdb.fortran/derived-types.f90 (this): New object and
15654 initialization.
15655
15656 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
15657
15658 * gdb.ada/arraydim.exp: Remove extra directory level in build
15659 directory.
15660
15661 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
15662
15663 * lib/ada.exp: Remove extra directory level in build directory.
15664 * gdb.ada/cond_lang.exp: Likewise.
15665 * gdb.ada/exec_changed.exp: Likewise.
15666 * gdb.ada/lang_switch.exp: Likewise.
15667
15668 2016-07-06 Manish Goregaokar <manish@mozilla.com>
15669
15670 * simple.rs: Add test for raw pointer subscripting.
15671 * simple.exp: Add test expectations.
15672
15673 2016-07-05 Yao Qi <yao.qi@linaro.org>
15674
15675 * gdb.mi/mi-reverse.exp: Match =record-started output.
15676
15677 2016-07-01 Pedro Alves <palves@redhat.com>
15678
15679 * gdb.base/jit-reader.exp (info_registers_current_frame): New
15680 procedure.
15681 (jit_reader_test): Test the jit reader's unwinder.
15682 * gdb.base/jithost.c (jit_function_00_code): New global.
15683 (main): Use memcpy to fill in the mmapped code, instead of poking
15684 bytes manually here.
15685 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
15686 value.
15687 (read_debug_info): Save the function's range.
15688 (read_sp): New function.
15689 (unwind_frame): Use it. Also unwind RBP.
15690 (get_frame_id): Use read_sp.
15691 (gdb_init_reader): Use calloc instead of malloc.
15692 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
15693 parameter. Use gdb_test_multiple.
15694
15695 2016-07-01 Pedro Alves <palves@redhat.com>
15696 Antoine Tremblay <antoine.tremblay@ericsson.com>
15697
15698 * gdb.threads/process-dies-while-detaching.c: New file.
15699 * gdb.threads/process-dies-while-detaching.exp: New file.
15700
15701 2016-07-01 Pedro Alves <palves@redhat.com>
15702
15703 * gdb.multi/watchpoint-multi-exit.c: New file.
15704 * gdb.multi/watchpoint-multi-exit.exp: New file.
15705
15706 2016-06-30 Pedro Alves <palves@redhat.com>
15707
15708 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
15709 unset inferior_spawn_id.
15710
15711 2016-06-30 Pedro Alves <palves@redhat.com>
15712
15713 * lib/mi-support.exp (default_mi_gdb_start): Declare global
15714 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
15715
15716 2016-06-29 Yao Qi <yao.qi@linaro.org>
15717
15718 * gdb.base/return.c: Add copyright header.
15719
15720 2016-06-29 Tom Tromey <tom@tromey.com>
15721
15722 PR python/20129:
15723 * gdb.python/py-framefilter.exp: Add tests for setting priority
15724 and disabling of non-existent frame filter.
15725
15726 2016-06-29 Yao Qi <yao.qi@linaro.org>
15727
15728 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
15729 0x0f07ff.
15730
15731 2016-06-28 Yao Qi <yao.qi@linaro.org>
15732
15733 * gdb.base/catch-syscall.exp: Remove check on isnative and target
15734 triplets. Start gdb, execute catch syscall, and continue. Check
15735 gdb's output to determine catch syscall is supported.
15736
15737 2016-06-27 Manish Goregaokar <manish@mozilla.com>
15738
15739 * gdb.rust/simple.rs: Add test for returning unit in a function.
15740 * gdb.rust/simple.exp: Add expectation for functions returning
15741 unit.
15742
15743 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
15744
15745 * gdb.python/py-breakpoint-create-fail.c,
15746 gdb.python/py-breakpoint-create-fail.exp,
15747 gdb.python/py-breakpoint-create-fail.py: New testcase.
15748
15749 2016-06-25 Manish Goregaokar <manish@mozilla.com>
15750
15751 PR gdb/20239
15752 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
15753 * gdb.rust/simple.exp: Add test expectations for new NonZero
15754 tests.
15755
15756 2016-06-24 David Taylor <dtaylor@emc.com>
15757
15758 * gdb.base/offsets.exp: New file.
15759 * gdb.base/offsets.c: New file.
15760
15761 2016-06-23 Tom Tromey <tom@tromey.com>
15762
15763 PR gdb/16483:
15764 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
15765 before any filters are loaded.
15766
15767 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
15768
15769 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
15770 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
15771 structs.
15772 * gdb.fortran/derived-type-function.exp: New file.
15773 * gdb.fortran/derived-type-function.f90: New file.
15774
15775
15776 2016-06-21 Pedro Alves <palves@redhat.com>
15777
15778 * gdb.base/new-ui.exp: New file.
15779 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
15780 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
15781 (with_spawn_id): New procedure.
15782
15783 2016-06-21 Pedro Alves <palves@redhat.com>
15784
15785 * gdb.mi/mi-exec-run.exp: New file.
15786
15787 2016-06-21 Pedro Alves <palves@redhat.com>
15788
15789 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
15790 breakpoint command's output on the main UI.
15791 (test_break): New procedure, factored out from calls in the top
15792 level.
15793 (top level): Use foreach_with_prefix to test MI as main UI and as
15794 separate UI.
15795
15796 2016-06-21 Pedro Alves <palves@redhat.com>
15797
15798 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
15799 (test_awatch_creation_and_listing)
15800 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
15801 Remove 'type' parameter.
15802 (test_watchpoint_all): New parameter mi_mode. Remove
15803 with_test_prefix.
15804 (top level): Use foreach_with_prefix, and add main/separate UI MI
15805 testing axis.
15806
15807 2016-06-21 Pedro Alves <palves@redhat.com>
15808
15809 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
15810 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
15811 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
15812 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
15813 (gdb_main_spawn_id, mi_spawn_id): Declare and
15814 comment.
15815 (mi_create_inferior_pty): New procedure,
15816 factored out from default_mi_gdb_start.
15817 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
15818 procedures.
15819 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
15820 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
15821 Use mi_create_inferior_pty.
15822 (mi_gdb_start): Use eval to pass down args list.
15823
15824 2016-06-21 Pedro Alves <palves@redhat.com>
15825
15826 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
15827 * gdb.opt/inline-cmds.exp: Add MI tests.
15828
15829 2016-06-21 Pedro Alves <palves@redhat.com>
15830
15831 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
15832
15833 2016-06-21 Pedro Alves <palves@redhat.com>
15834
15835 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
15836 (top level): Use it instead of mi_execute_to.
15837
15838 2016-06-21 Pedro Alves <palves@redhat.com>
15839
15840 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
15841 (cont_handler_str): New.
15842 (signal_stop_handler): Set stop_handler_str instead of printing to
15843 stdout.
15844 (continue_handler): Set cont_handler_str instead of printing to
15845 stdout.
15846 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
15847 mi_send_resuming_command. Print stop_handler_str and
15848 cont_handler_str instead of expecting the python events print
15849 directly.
15850
15851 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
15852
15853 * gdb.base/jit-reader.exp: New file.
15854 * gdb.base/jithost.c: New file.
15855 * gdb.base/jithost.h: New file.
15856 * gdb.base/jitreader.c : New file.
15857 * gdb.base/jit-protocol.h: New file.
15858
15859 2016-06-17 Yao Qi <yao.qi@linaro.org>
15860
15861 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
15862 parameters follow_fork and detach_on_fork. Set follow-fork-mode
15863 and detach-on-fork. Adjust tests.
15864 (top level): Invoke break_cond_on_syscall with combinations of
15865 syscall, follow-fork-mode and detach-on-fork.
15866
15867 2016-06-17 Yao Qi <yao.qi@linaro.org>
15868
15869 * gdb.base/step-over-exit.c: New.
15870 * gdb.base/step-over-exit.exp: New.
15871
15872 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
15873
15874 * gdb.base/float.exp: Add target check for nds32*-*-*.
15875 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
15876
15877 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
15878
15879 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
15880 for unsupported target features.
15881 * gdb.base/call-rt-st.exp: Likewise.
15882 * gdb.base/call-sc.exp: Likewise.
15883 * gdb.base/call-signal-resume.exp: Likewise.
15884 * gdb.base/call-strs.exp: Likewise.
15885 * gdb.base/callexit.exp: Likewise.
15886 * gdb.base/callfuncs.exp: Likewise.
15887 * gdb.base/nodebug.exp: Likewise.
15888 * gdb.base/printcmds.exp: Likewise.
15889 * gdb.base/ptype.exp: Likewise.
15890 * gdb.base/structs.exp: Likewise.
15891 * gdb.base/unwindonsignal.exp: Likewise.
15892 * gdb.cp/gdb2495.exp: Likewise.
15893 * gdb.cp/templates.exp: Likewise.
15894 * gdb.cp/virtfunc.exp: Likewise.
15895 * gdb.threads/hand-call-in-threads.exp: Likewise.
15896 * gdb.threads/interrupted-hand-call.exp: Likewise.
15897 * gdb.threads/thread-unwindonsignal.exp: Likewise.
15898
15899 2016-06-10 Tom Tromey <tom@tromey.com>
15900
15901 PR rust/20110:
15902 * gdb.rust/expr.exp: Add test for integer constant larger than
15903 i32.
15904
15905 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
15906
15907 * gdb.fortran/nested-funcs.exp: New.
15908 * gdb.fortran/nested-funcs.f90: New.
15909
15910 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
15911
15912 * gdb.base/examine-backward.c: New file.
15913 * gdb.base/examine-backward.exp: New file.
15914
15915 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
15916
15917 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
15918 matching.
15919
15920 2016-06-02 Tom Tromey <tom@tromey.com>
15921
15922 PR python/18984:
15923 * gdb.python/py-shared.exp: Add solib_name test.
15924
15925 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
15926
15927 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
15928
15929 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
15930
15931 PR c++/19893
15932 * gdb.dwarf2/implref.exp: Rename to...
15933 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
15934 * gdb.dwarf2/implref-array.c: New file.
15935 * gdb.dwarf2/implref-array.exp: Likewise.
15936 * gdb.dwarf2/implref-global.c: Likewise.
15937 * gdb.dwarf2/implref-global.exp: Likewise.
15938 * gdb.dwarf2/implref-struct.c: Likewise.
15939 * gdb.dwarf2/implref-struct.exp: Likewise.
15940
15941 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15942
15943 * gdb.trace/trace-condition.exp: Add 64bit tests.
15944
15945 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15946
15947 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
15948 bits types.
15949 (main): Adapt to 8 to 64 bits types.
15950 * gdb.trace/trace-condition.exp: Add new tests.
15951
15952 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15953
15954 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
15955
15956 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15957
15958 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
15959 Move condition tests...
15960 * gdb.trace/trace-condition.exp: Here.
15961
15962 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15963
15964 * gdb.trace/trace-condition.exp: Add counter-case tests.
15965
15966 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15967
15968 PR c++/15231
15969 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
15970 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
15971
15972 2016-05-27 Pedro Alves <palves@redhat.com>
15973
15974 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
15975 New procedure.
15976 (top level): Call it, and bail out of DejaGnu is known to be bad.
15977
15978 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
15979
15980 * gdb.base/whatis.c: Extend the test case.
15981 * gdb.base/whatis.exp: Add additional tests.
15982
15983 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15984
15985 * gdb.fortran/type.f90: Add pointer variable.
15986 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
15987
15988 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15989
15990 * gdb.fortran/vla-type.exp: Fix testcase name.
15991
15992 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15993
15994 * gdb.fortran/vla-type.exp: Access elements in nested structs.
15995
15996 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15997
15998 * gdb.fortran/type.f90: Add nested structures.
15999 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
16000 * gdb.fortran/derived-type.exp: Adapt expected output.
16001 * gdb.fortran/vla-type.exp: Adapt expected output.
16002
16003 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16004
16005 * gdb.fortran/whatis_type.exp: Adapt expected output.
16006
16007 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16008
16009 * gdb.fortran/print_type.exp: Fix expected output.
16010 * gdb.fortran/whatis_type.exp: Fix expected output.
16011
16012 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16013
16014 * gdb.fortran/whatis_type.exp: Use multi_line.
16015
16016 2016-05-24 Tom Tromey <tom@tromey.com>
16017
16018 PR python/17386:
16019 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
16020 use value as an index.
16021
16022 2016-05-23 Tom Tromey <tom@tromey.com>
16023
16024 PR python/17981:
16025 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
16026 no-breakpoint case.
16027
16028 2016-05-24 Pedro Alves <palves@redhat.com>
16029
16030 PR gdb/19828
16031 * gdb.threads/clone-attach-detach.c: New file.
16032 * gdb.threads/clone-attach-detach.exp: New file.
16033
16034 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
16035
16036 * gdb.base/annota-input-while-running.exp: Fix syntax error.
16037
16038 2016-05-23 Tom Tromey <tom@tromey.com>
16039
16040 PR python/19438, PR python/18393:
16041 * gdb.python/py-progspace.exp: Add "dir" test.
16042 * gdb.python/py-objfile.exp: Add "dir" test.
16043
16044 2016-05-23 Yao Qi <yao.qi@linaro.org>
16045
16046 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
16047 * gdb.arch/thumb2-it.exp: Likewise.
16048
16049 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
16050
16051 * gdb.mi/mi-threads-interrupt.c: New file.
16052 * gdb.mi/mi-threads-interrupt.exp: New file.
16053
16054 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
16055
16056 PR gdb/18077
16057 * gdb.mi/mi-async-run.exp: New file.
16058 * gdb.mi/mi-async-run.c: New file.
16059
16060 2016-05-17 Tom Tromey <tom@tromey.com>
16061 Manish Goregaokar <manishsmail@gmail.com>
16062
16063 * lib/rust-support.exp: New file.
16064 * lib/gdb.exp (skip_rust_tests): New proc.
16065 (build_executable_from_specs): Handle rust.
16066 * lib/future.exp (gdb_find_rustc): New proc.
16067 (gdb_default_target_compile): Handle rust.
16068 * gdb.rust/expr.exp: New file.
16069 * gdb.rust/generics.exp: New file.
16070 * gdb.rust/generics.rs: New file.
16071 * gdb.rust/methods.exp: New file.
16072 * gdb.rust/methods.rs: New file.
16073 * gdb.rust/modules.exp: New file.
16074 * gdb.rust/modules.rs: New file.
16075 * gdb.rust/simple.exp: New file.
16076 * gdb.rust/simple.rs: New file.
16077
16078 2016-05-17 Tom Tromey <tom@tromey.com>
16079
16080 * gdb.base/default.exp (set language): Add rust.
16081
16082 2016-05-17 Tom Tromey <tom@tromey.com>
16083
16084 * gdb.gdb/unittest.exp: New file.
16085
16086 2016-05-16 Yao Qi <yao.qi@linaro.org>
16087
16088 * gdb.base/batch-preserve-term-settings.exp: Remove variable
16089 shell_prompt. Update shell_prompt_re.
16090
16091 2016-05-12 Doug Evans <dje@google.com>
16092
16093 PR symtab/19999
16094 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
16095 $options when building executable.
16096 * gdb.dwarf2/fission-loclists-pie.S: New file.
16097 * gdb.dwarf2/fission-loclists-pie.exp: New file.
16098
16099 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16100
16101 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
16102 of [is_remote target],
16103
16104 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16105
16106 * lib/gdb.exp (use_gdb_stub): New procedure.
16107
16108 2016-05-03 Yunlian Jiang <yunlian@google.com>
16109 Doug Evans <dje@google.com>
16110
16111 PR symtab/19914
16112 * gdb.dwarf2/dwp-sepdebug.c: New file.
16113 * gdb.dwarf2/dwp-sepdebug.exp: New file.
16114
16115 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16116
16117 * gdb.base/detach.exp: Remove is_remote check.
16118
16119 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16120
16121 * gdb.base/annota-input-while-running.exp: Don't check for
16122 [is_remote target]. Enable annotations after running to main.
16123 Remove unused "set test..." line.
16124
16125 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16126
16127 * gdb.trace/trace-enable-disable.exp: New file.
16128 * gdb.trace/trace-enable-disable.c: New file.
16129
16130 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16131
16132 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
16133 use it in info sharedlibrary test.
16134 * gdb.trace/ftrace-lock.exp: Likewise.
16135 * gdb.trace/ftrace.exp: Likewise.
16136 * gdb.trace/range-stepping.exp: Likewise.
16137 * gdb.trace/trace-break.exp: Likewise.
16138 * gdb.trace/trace-condition.exp: Likewise.
16139 * gdb.trace/trace-mt.exp: Likewise.
16140
16141 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16142
16143 * lib/gdb.exp (gdb_load_shlibs): Rename to...
16144 (gdb_load_shlib): ... this.
16145 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
16146 gdb_load_shlib.
16147 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
16148 * gdb.base/ctxobj.exp: Likewise.
16149 * gdb.base/dprintf-pending.exp: Likewise.
16150 * gdb.base/dso2dso.exp: Likewise.
16151 * gdb.base/fixsection.exp: Likewise.
16152 * gdb.base/gcore-relro.exp: Likewise.
16153 * gdb.base/gdb1555.exp: Likewise.
16154 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16155 * gdb.base/gnu-ifunc.exp: Likewise.
16156 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
16157 * gdb.base/jit-so.exp (one_jit_test): Likewise.
16158 * gdb.base/pending.exp: Likewise.
16159 * gdb.base/print-file-var.exp: Likewise.
16160 * gdb.base/print-symbol-loading.exp: Likewise.
16161 * gdb.base/shlib-call.exp: Likewise.
16162 * gdb.base/shreloc.exp: Likewise.
16163 * gdb.base/so-impl-ld.exp: Likewise.
16164 * gdb.base/solib-disc.exp: Likewise.
16165 * gdb.base/solib-nodir.exp: Likewise.
16166 * gdb.base/solib-overlap.exp: Likewise.
16167 * gdb.base/solib-symbol.exp: Likewise.
16168 * gdb.base/solib-weak.exp (do_test): Likewise.
16169 * gdb.base/sym-file.exp: Likewise.
16170 * gdb.base/symtab-search-order.exp: Likewise.
16171 * gdb.base/type-opaque.exp: Likewise.
16172 * gdb.base/unload.exp: Likewise.
16173 * gdb.base/watchpoint-solib.exp: Likewise.
16174 * gdb.compile/compile.exp: Likewise.
16175 * gdb.cp/gdb2384.exp: Likewise.
16176 * gdb.cp/infcall-dlopen.exp: Likewise.
16177 * gdb.cp/re-set-overloaded.exp: Likewise.
16178 * gdb.fortran/library-module.exp: Likewise.
16179 * gdb.opt/solib-intra-step.exp: Likewise.
16180 * gdb.python/py-finish-breakpoint.exp: Likewise.
16181 * gdb.python/py-shared.exp: Likewise.
16182 * gdb.reverse/solib-precsave.exp: Likewise.
16183 * gdb.reverse/solib-reverse.exp: Likewise.
16184 * gdb.server/solib-list.exp: Likewise.
16185 * gdb.threads/dlopen-libpthread.exp: Likewise.
16186 * gdb.threads/tls-shared.exp: Likewise.
16187 * gdb.threads/tls-so_extern.exp: Likewise.
16188 * gdb.trace/change-loc.exp: Likewise.
16189 * gdb.trace/ftrace-lock.exp: Likewise.
16190 * gdb.trace/ftrace.exp: Likewise.
16191 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
16192 * gdb.trace/pending.exp: Likewise.
16193 * gdb.trace/range-stepping.exp: Likewise.
16194 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
16195 (strace_info_marker): Likewise.
16196 (strace_probe_marker): Likewise.
16197 (strace_trace_on_same_addr): Likewise.
16198 (strace_trace_on_diff_addr): Likewise.
16199 * gdb.trace/trace-break.exp: Likewise.
16200 * gdb.trace/trace-condition.exp: Likewise.
16201 * gdb.trace/trace-mt.exp: Likewise.
16202
16203 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16204
16205 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
16206 result of gdb_remote_download.
16207 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
16208 * gdb.base/dso2dso.exp: Likewise.
16209 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16210 * gdb.base/print-file-var.exp: Likewise.
16211 * gdb.base/shlib-call.exp: Likewise.
16212 * gdb.base/shreloc.exp: Likewise.
16213 * gdb.base/solib-overlap.exp: Likewise.
16214 * gdb.base/solib-weak.exp (do_test): Likewise.
16215 * gdb.base/unload.exp: Likewise.
16216
16217 2016-04-27 Yao Qi <yao.qi@linaro.org>
16218
16219 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
16220 exists.
16221
16222 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16223
16224 * vla-type.exp: Print structure from toplevel.
16225
16226 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16227
16228 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
16229 of dynamic types.
16230 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
16231 of dynamic types.
16232
16233 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16234
16235 * gdb.fortran/vla-type.f90: New file.
16236 * gdb.fortran/vla-type.exp: New file.
16237
16238 2016-04-25 Yao Qi <yao.qi@linaro.org>
16239
16240 * gdb.base/branch-to-self.c: New file.
16241 * gdb.base/branch-to-self.exp: New file.
16242
16243 2016-04-22 Yao Qi <yao.qi@linaro.org>
16244
16245 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
16246 more after $hex.
16247
16248 2016-04-22 Yao Qi <yao.qi@linaro.org>
16249
16250 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
16251 * gdb.base/annota3.exp: Likewise.
16252
16253 2016-04-22 Yao Qi <yao.qi@linaro.org>
16254
16255 * gdb.reverse/step-precsave.exp: Do one step and test program
16256 stops in "callee" and do multiple steps until program goes out
16257 of "callee".
16258 * gdb.reverse/step-reverse.exp: Likewise.
16259
16260 2016-04-22 Yao Qi <yao.qi@linaro.org>
16261
16262 * gdb.trace/signal.exp: Also pass if
16263 $tracepoint_hits($i) > $iterations.
16264
16265 2016-04-22 Yao Qi <yao.qi@linaro.org>
16266
16267 * gdb.trace/signal.c: New file.
16268 * gdb.trace/signal.exp: New file.
16269
16270 2016-04-19 Doug Evans <xdje42@gmail.com>
16271
16272 * gdb.base/bad-file.exp: New file.
16273
16274 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
16275
16276 * gdb.dwarf2/implref.exp: New file.
16277
16278 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16279
16280 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
16281 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
16282 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
16283 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
16284 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
16285 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
16286 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
16287 * lib/fortran.exp (fortran_int4): New procedure.
16288 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
16289 (fortran_logical4): Likewise.
16290
16291 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
16292
16293 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
16294
16295 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16296
16297 * lib/compiler.c: Add Intel specific preprocessor macros.
16298 * lib/compiler.cc: Likewise.
16299
16300 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
16301
16302 * gdb.server/connect-with-no-symbol-file.c: New file.
16303 * gdb.server/connect-with-no-symbol-file.exp: New file.
16304
16305 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16306
16307 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
16308
16309 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16310
16311 * boards/gdbserver-base.exp (${board}_download): Copy source file to
16312 standard output directory.
16313
16314 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
16315
16316 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
16317
16318 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
16319
16320 * gdb.btrace/instruction_history.c (loop): Add declaration.
16321
16322 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16323
16324 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
16325
16326 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
16327
16328 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
16329 parentheses to print.
16330 (continue_handler): Likewise.
16331
16332 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
16333
16334 * gdb.server/solib-list.exp: Remove is_remote check.
16335 Pass shlib= to gdb_compile. Don't link shared library with
16336 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
16337 Run binary filename through "readlink -f" on the target.
16338
16339 2016-04-08 Pedro Alves <palves@redhat.com>
16340
16341 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
16342 interpreter filename as argument to gdbserver_spawn.
16343 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16344 Return empty if $last_loaded_file does not exist.
16345
16346 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16347
16348 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
16349 * gdb.base/jit-main.c: Use exit after usage.
16350
16351 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16352
16353 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
16354 GDBHISTSIZE prior to the tests.
16355 * gdb.base/gdbinit-history.exp: Likewise.
16356
16357 2016-04-07 Pedro Alves <palves@redhat.com>
16358
16359 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
16360 instead of build_executable. Use gdb_load_shlibs.
16361
16362 2016-04-07 Yao Qi <yao.qi@linaro.org>
16363
16364 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
16365 Execute "si" command.
16366
16367 2016-04-07 Yao Qi <yao.qi@linaro.org>
16368
16369 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
16370 number instead of the comments on some line.
16371
16372 2016-04-06 Don Breazeal <donb@codesourcery.com>
16373
16374 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
16375 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
16376
16377 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
16378
16379 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
16380 standard_output_file. Remove unused binfile variable.
16381
16382 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
16383
16384 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
16385 * gdb.python/py-mi-objfile.exp: Match "list main" output
16386 in console format.
16387
16388 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
16389
16390 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
16391 absolute.
16392
16393 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16394
16395 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
16396 absolute.
16397 * gdb.trace/ftrace.exp: Likewise.
16398 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
16399 targets as well.
16400 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
16401 (gdb_load_shlibs): Copy libraries to test directory when testing
16402 natively. Only set solib-search-path if testing remotely.
16403 * lib/mi-support.exp (mi_load_shlibs): Likewise.
16404
16405 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16406
16407 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
16408 gdb_download. Use it even if the target is not remote.
16409 * gdb.base/jit.exp (compile_jit_test): Likewise.
16410 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
16411 output directory if the destination board is local, otherwise use
16412 the standard remote_download from DejaGnu.
16413 (gdb_download): Remove.
16414 (gdb_load_shlibs): Use gdb_remote_download instead of
16415 gdb_download.
16416 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16417 Use gdb_remote_download instead of gdb_download. Use it even if
16418 the target is not remote.
16419 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
16420 instead of gdb_download.
16421
16422 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
16423
16424 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
16425 (test_insert_delete_modify): Call mi_load_shlibs before trying to
16426 run.
16427
16428 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
16429
16430 PR gdb/19820
16431 * gdb.base/printcmds.exp: Add artificial arrays tests.
16432
16433 2016-03-31 Pedro Alves <palves@redhat.com>
16434
16435 PR gdb/19858
16436 * gdb.base/jit-main.c: Include unistd.h.
16437 (ATTACH): Define to 0 if not already defined.
16438 (wait_for_gdb, mypid): New globals.
16439 (WAIT_FOR_GDB): New macro.
16440 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
16441 some breakpoint locations.
16442 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
16443 New procedures.
16444 (one_jit_test): Add REATTACH parameter, and handle it. Use
16445 continue_to_test_location.
16446 (top level): Test attach, and adjusts calls to one_jit_test.
16447
16448 2016-03-31 Pedro Alves <palves@redhat.com>
16449
16450 PR gdb/19858
16451 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
16452 BINSUFFIX parameter, and handle it.
16453 (top level): Adjust calls compile_jit_test.
16454
16455 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
16456
16457 PR python/19743
16458 * gdb.python/py-mi-events-gdb.py: New file.
16459 * gdb.python/py-mi-events.c: New file.
16460 * gdb.python/py-mi-events.exp: New file.
16461
16462 2016-03-30 Yao Qi <yao.qi@linaro.org>
16463
16464 * gdb.reverse/until-precsave.exp: Match function name only.
16465 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
16466 Move malloc to a condition block.
16467 * gdb.reverse/until-reverse.exp: Match function name only.
16468
16469 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
16470
16471 * gdb.trace/ftrace.exp: Set arg0exp for s390.
16472 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
16473 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
16474 variable for GPR 0 instead of assuming it is register 0.
16475 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
16476 * lib/trace-support.exp: Add s390 registers.
16477
16478 2016-03-29 Yao Qi <yao.qi@linaro.org>
16479
16480 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
16481
16482 2016-03-24 Yao Qi <yao.qi@linaro.org>
16483
16484 * gdb.reverse/break-reverse.exp: Add quotation mark in the
16485 test message.
16486
16487 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16488
16489 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
16490 maintaining separate logic for constructing the output path.
16491
16492 2016-03-16 Don Breazeal <donb@codesourcery.com>
16493
16494 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
16495 Retry fork and waitpid on interrupted system call errors.
16496 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16497 Use with_timeout_factor to increase timeout by factor of 10.
16498
16499 2016-03-15 Don Breazeal <donb@codesourcery.com>
16500
16501 * gdb.cp/scope-err.cc: New test program.
16502 * gdb.cp/scope-err.exp: New test script.
16503 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
16504 lines and "set breakpoint here" comment.
16505 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
16506 Fixed some whitespace and format issues.
16507 * gdb.mi/mi-linespec-err-cp.cc: New test program.
16508 * gdb.mi/mi-linespec-err-cp.exp: New test script.
16509
16510 2016-03-15 Doug Evans <dje@google.com>
16511
16512 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
16513 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
16514 All callers updated. Add tests for enums, mixed flags register.
16515
16516 2016-03-15 Doug Evans <dje@google.com>
16517
16518 * gdb.base/skip.c (main): Call test_skip_file_and_function.
16519 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
16520
16521 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
16522
16523 * gdb.base/default.exp: Add $_as_string to the list of expected
16524 convenience functions.
16525
16526 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
16527
16528 * gdb.base/maint.exp: New tests for 'maint info line-table'.
16529
16530 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
16531
16532 * gdb.python/py-as-string.exp: New file.
16533 * gdb.python/py-as-string.c: New file.
16534
16535 2016-03-09 Pedro Alves <palves@redhat.com>
16536
16537 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
16538 signal" -> "Thread NN received signal" output change.
16539 * gdb.threads/ia64-sigill.exp: Likewise.
16540 * gdb.threads/linux-dp.exp: Likewise.
16541 * gdb.threads/manythreads.exp: Likewise.
16542 * gdb.threads/pending-step.exp: Likewise.
16543 * gdb.threads/print-threads.exp: Likewise.
16544 * gdb.threads/sigstep-threads.exp: Likewise.
16545 * gdb.threads/staticthreads.exp: Likewise.
16546 * gdb.threads/tls.exp: Likewise.
16547
16548 2016-03-09 Pedro Alves <palves@redhat.com>
16549
16550 * gdb.base/command-line-input.exp: New file.
16551
16552 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16553
16554 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
16555 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
16556 * gdb.trace/pending.exp: Accept leading dot before function name.
16557 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
16558 * lib/trace-support.exp: Set registers for ppc.
16559
16560 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16561
16562 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
16563 use it for disassembly; accept .main in addition to main in backtrace.
16564
16565 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
16566 Marcin Kościelnicki <koriakin@0x04.net>
16567
16568 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
16569 (gdb_recursion_test_ptr): New global variable.
16570 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
16571 gdb_recursion_test.
16572 (gdb_c_test): Ditto.
16573
16574 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16575
16576 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
16577 ordering.
16578
16579 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16580
16581 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
16582 (bar): Add bar_start_lbl label.
16583 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
16584 of foo/bar for emitting DWARF and tracing.
16585
16586 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
16587
16588 * analyze-racy-logs.py: Set executable bit.
16589
16590 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
16591
16592 * Makefile.in (DEFAULT_RACY_ITER): New variable.
16593 (CHECK_TARGET_TMP): Likewise.
16594 (check-single-racy): New rule.
16595 (check-parallel-racy): Likewise.
16596 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
16597 (do-check-parallel-racy): New rule.
16598 (check-racy/%.exp): Likewise.
16599 * README (Racy testcases): New section.
16600 * analyze-racy-logs.py: New file.
16601
16602 2016-03-03 Doug Evans <dje@google.com>
16603
16604 * gdb.base/skip.exp: Use with_test_prefix.
16605
16606 2016-03-03 Yao Qi <yao.qi@linaro.org>
16607
16608 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
16609 Invoke step_over_syscall "clone" and break_cond_on_syscall
16610 "clone".
16611 * gdb.base/step-over-clone.c: New file.
16612
16613 2016-03-03 Yao Qi <yao.qi@linaro.org>
16614
16615 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
16616 code format.
16617
16618 2016-03-03 Yao Qi <yao.qi@linaro.org>
16619
16620 * gdb.base/disp-step-fork.c: Rename to ...
16621 * gdb.base/step-over-fork.c: ... it. New file.
16622 * gdb.base/disp-step-vfork.c: Rename to ...
16623 * gdb.base/step-over-vfork.c: ... it. New file.
16624 * gdb.base/disp-step-syscall.exp: Rename to ...
16625 * gdb.base/step-over-syscall.exp: ... it. New file.
16626 (disp_step_cross_syscall): Rename to ...
16627 (step_over_syscall): ... it.
16628
16629 2016-03-03 Yao Qi <yao.qi@linaro.org>
16630
16631 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
16632 If target supports condition evaluation on target, invoke
16633 break_cond_on_syscall for fork and vfork.
16634
16635 2016-03-03 Yao Qi <yao.qi@linaro.org>
16636
16637 * gdb.base/disp-step-syscall.exp: Don't invoke
16638 support_displaced_stepping.
16639 (disp_step_cross_syscall): Test with displaced stepping off and
16640 on if supported.
16641
16642 2016-03-03 Yao Qi <yao.qi@linaro.org>
16643
16644 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
16645 proc.
16646 (setup): New proc.
16647 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
16648 and setup.
16649
16650 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16651
16652 * gdb.fortran/vla-history.exp: Remove breakpoint.
16653
16654 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16655
16656 * gdb.fortran/vla-history.exp: Lookup array elements and printing
16657 exceeds timeout.
16658
16659 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16660
16661 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
16662 breakpoint.
16663
16664 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16665
16666 * gdb.mi/vla.f90: Nullify pointer after declaration.
16667
16668 2016-03-01 Pedro Alves <palves@redhat.com>
16669
16670 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
16671
16672 2016-03-01 Pedro Alves <palves@redhat.com>
16673
16674 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
16675 before anything else.
16676 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
16677 _GNU_SOURCE here.
16678 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
16679 before anything else.
16680 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
16681
16682 2016-03-01 Pedro Alves <palves@redhat.com>
16683
16684 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
16685
16686 2016-03-01 Yao Qi <yao.qi@linaro.org>
16687
16688 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
16689 prepare_for_testing.
16690
16691 2016-03-01 Yao Qi <yao.qi@linaro.org>
16692
16693 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
16694
16695 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
16696
16697 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
16698 manually constructing the output path.
16699
16700 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
16701
16702 * gdb.arch/s390-stackless.S: New.
16703 * gdb.arch/s390-stackless.exp: New.
16704
16705 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
16706
16707 * gdb.dlang/circular.c: New file.
16708 * gdb.dlang/circular.exp: New file.
16709
16710 2016-02-26 Yao Qi <yao.qi@linaro.org>
16711
16712 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
16713 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
16714 (testcases): Update.
16715
16716 2016-02-26 Yao Qi <yao.qi@linaro.org>
16717
16718 * gdb.reverse/aarch64.c: Rename to ...
16719 * gdb.reverse/insn-reverse.c: ... it.
16720 * gdb.reverse/aarch64.exp: Rename to ...
16721 * gdb.reverse/insn-reverse.exp: ... it.
16722
16723 2016-02-26 Yao Qi <yao.qi@linaro.org>
16724
16725 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
16726 (testcase_ftype): New.
16727 (testcases): New array.
16728 (n_testcases): New.
16729 (main): Call each element in testcases.
16730 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
16731 (read_testcase): New.
16732 Do the tests in a loop.
16733
16734 2016-02-25 Yao Qi <yao.qi@linaro.org>
16735
16736 * gdb.base/branches.c: Remove.
16737
16738 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16739
16740 PR gdb/13808
16741 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
16742
16743 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16744
16745 * gdb.trace/ftrace.exp: Remove unnecessary target check.
16746
16747 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16748
16749 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
16750 change x86_64 call_insn to 'callq'.
16751
16752 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16753
16754 * gdb.trace/tfile-avx.c: Move to...
16755 * gdb.trace/tracefile-pseudo-reg.c: Here.
16756 * gdb.trace/tfile-avx.exp: Move to...
16757 * gdb.trace/tracefile-pseudo-reg.exp: Here.
16758
16759 2016-02-24 Gary Benson <gbenson@redhat.com>
16760
16761 * gdb.base/attach-pie-noexec.exp: Do not expect an error
16762 message on attach.
16763
16764 2016-02-23 Doug Evans <dje@google.com>
16765
16766 * gdb.base/skip.c (test_skip): New function.
16767 (end_test_skip_file_and_function): New function.
16768 (test_skip_file_and_function): New function.
16769 * gdb.base/skip1.c (test_skip): New function.
16770 (skip1_test_skip_file_and_function): New function.
16771 * gdb.base/skip.exp: Add tests for new skip options.
16772 * gdb.base/skip-solib.exp: Update expected output.
16773 * gdb.perf/skip-command.cc: New file.
16774 * gdb.perf/skip-command.exp: New file.
16775 * gdb.perf/skip-command.py: New file.
16776
16777 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
16778
16779 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
16780 info registers pattern.
16781
16782 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
16783
16784 * lib/future.exp: Add D support.
16785 (gdb_find_gdc): New proc.
16786 (gdb_default_target_compile): Add D support.
16787
16788 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
16789
16790 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
16791 user+system time.
16792 (trace_speed_test): Determine the iteration count for a time
16793 between 15..30 seconds.
16794
16795 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
16796
16797 * gdb.arch/i386-mpx-sigsegv.c: New file.
16798 * gdb.arch/i386-mpx-sigsegv.exp: New file.
16799 * gdb.arch/i386-mpx-simple_segv.c: New file.
16800 * gdb.arch/i386-mpx-simple_segv.exp: New file.
16801
16802 2016-02-18 Yao Qi <yao.qi@linaro.org>
16803
16804 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16805 Don't call setup_kfail.
16806
16807 2016-02-18 Yao Qi <yao.qi@linaro.org>
16808
16809 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16810 Set "set breakpoint condition-evaluation" per $cond_bp_target.
16811
16812 2016-02-16 Doug Evans <dje@google.com>
16813
16814 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
16815 * gdb.base/skip1.c: Ditto.
16816 * gdb.base/skip.exp: Whitespace cleanup.
16817
16818 2016-02-16 Don Breazeal <donb@codesourcery.com>
16819
16820 PR remote/19496
16821 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16822 Remove kfail for PR remote/19496.
16823
16824 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
16825
16826 * lib/gdb.exp (standard_temp_file): Return a path specific to
16827 the runtest invocation.
16828
16829 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
16830
16831 * gdb.trace/save-trace.exp: Change relative path to be in the
16832 standard output directory.
16833
16834 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16835
16836 * gdb.arch/i386-prologue.c: Add missing prototypes.
16837
16838 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16839
16840 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
16841 * gdb.arch/i386-prologue.exp: Likewise.
16842 * gdb.arch/i386-size.exp: Likewise.
16843
16844 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
16845
16846 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
16847 define object file path.
16848 * gdb.btrace/gcore.exp: Use standard_output_file to define core
16849 file path.
16850 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
16851 standard_output_file to define binfile.
16852
16853 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16854
16855 Fix compatibility with recent gfortran-5.3.1.
16856 * gdb.fortran/vla-history.exp (print vla1 allocated)
16857 (print vla2 allocated, print $2, print $3): Remove
16858 (print $4): Rename to ...
16859 (print $2): ... here.
16860 (print $9): Rename to ...
16861 (print $5): ... here.
16862 (print $10): Rename to ...
16863 (print $6): ... here.
16864 * gdb.fortran/vla.f90: Add pvla initialization.
16865
16866 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16867
16868 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
16869 New test.
16870 * gdb.fortran/vla-value-sub.exp: Likewise.
16871
16872 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
16873
16874 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
16875
16876 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
16877
16878 * i386-biarch-core.exp: Define corefile using
16879 standard_output_file.
16880
16881 2016-02-12 Yao Qi <yao.qi@linaro.org>
16882
16883 * gdb.arch/arm-single-step-kernel-helper.c: New.
16884 * gdb.arch/arm-single-step-kernel-helper.exp: New.
16885
16886 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
16887
16888 * gdb.btrace/tailcall-only.exp: New.
16889 * gdb.btrace/tailcall-only.c: New.
16890 * gdb.btrace/x86_64-tailcall-only.S: New.
16891 * gdb.btrace/i686-tailcall-only.S: New.
16892
16893 2016-02-11 Pedro Alves <palves@redhat.com>
16894
16895 * README (Parallel testing): Add missing double quotes.
16896
16897 2016-02-11 Pedro Alves <palves@redhat.com>
16898
16899 * README (Parallel testing): New section.
16900 (GDB_PARALLEL): Rewrite.
16901 (FORCE_PARALLEL): Document.
16902
16903 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
16904
16905 * gdb.trace/tfile-avx.c: New test.
16906 * gdb.trace/tfile-avx.exp: New test.
16907
16908 2016-02-09 Keith Seitz <keiths@redhat.com>
16909
16910 PR breakpoints/19546
16911 * gdb.base/infcall-exec.c: New file.
16912 * gdb.base/infcall-exec2.c: New file.
16913 * gdb.base/infcall-exec.exp: New file.
16914
16915 2016-02-09 Keith Seitz <keiths@redhat.com>
16916
16917 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
16918 (toplevel): Call test_bkpt_address.
16919
16920 2016-02-09 Keith Seitz <keiths@redhat.com>
16921
16922 PR python/19506
16923 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
16924 (toplevel): Call test_bkpt_address.
16925
16926 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
16927
16928 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
16929 to AC_OUTPUT.
16930 * configure: Regenerate.
16931
16932 2016-02-09 Pedro Alves <palves@redhat.com>
16933
16934 PR breakpoints/19548
16935 * gdb.base/execl-update-breakpoints.c (some_function): New
16936 function.
16937 (main): Call it.
16938 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
16939 Tighten expected GDB output.
16940
16941 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16942
16943 * Makefile.in (ALL_SUBDIRS): Remove.
16944 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
16945 (distclean maintainer-clean realclean): Likewise.
16946 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
16947 * configure: Regenerate.
16948 * gdb.ada/Makefile.in: Delete.
16949 * gdb.arch/Makefile.in: Likewise.
16950 * gdb.asm/Makefile.in: Likewise.
16951 * gdb.base/Makefile.in: Likewise.
16952 * gdb.btrace/Makefile.in: Likewise.
16953 * gdb.cell/Makefile.in: Likewise.
16954 * gdb.compile/Makefile.in: Likewise.
16955 * gdb.cp/Makefile.in: Likewise.
16956 * gdb.disasm/Makefile.in: Likewise.
16957 * gdb.dlang/Makefile.in: Likewise.
16958 * gdb.dwarf2/Makefile.in: Likewise.
16959 * gdb.fortran/Makefile.in: Likewise.
16960 * gdb.gdb/Makefile.in: Likewise.
16961 * gdb.go/Makefile.in: Likewise.
16962 * gdb.guile/Makefile.in: Likewise.
16963 * gdb.java/Makefile.in: Likewise.
16964 * gdb.linespec/Makefile.in: Likewise.
16965 * gdb.mi/Makefile.in: Likewise.
16966 * gdb.modula2/Makefile.in: Likewise.
16967 * gdb.multi/Makefile.in: Likewise.
16968 * gdb.objc/Makefile.in: Likewise.
16969 * gdb.opencl/Makefile.in: Likewise.
16970 * gdb.opt/Makefile.in: Likewise.
16971 * gdb.pascal/Makefile.in: Likewise.
16972 * gdb.perf/Makefile.in: Likewise.
16973 * gdb.python/Makefile.in: Likewise.
16974 * gdb.reverse/Makefile.in: Likewise.
16975 * gdb.server/Makefile.in: Likewise.
16976 * gdb.stabs/Makefile.in: Likewise.
16977 * gdb.threads/Makefile.in: Likewise.
16978 * gdb.trace/Makefile.in: Likewise.
16979 * gdb.xml/Makefile.in: Likewise.
16980 * lib/gdb.exp (make_gdb_parallel_path): Add check for
16981 GDB_PARALLEL.
16982 (standard_output_file): Remove check for GDB_PARALLEL, always
16983 return path in outputs/$subdir/$testname.
16984
16985 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16986
16987 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
16988 (site.exp): Assign abs_srcdir to tcl's srcdir.
16989
16990 2016-02-04 Yao Qi <yao.qi@linaro.org>
16991
16992 * gdb.base/foll-exec-mode.c: Include limits.h.
16993 (main): Add parameters argc and argv. Get directory from
16994 argv[0].
16995 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
16996 compilation.
16997 * gdb.base/foll-exec.c: Include limits.h.
16998 (main): Add parameters argc and argv.
16999 Get directory from argv[0].
17000 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
17001 Adjust tests on the number of lines as source code changed.
17002 * gdb.base/foll-vfork-exit.c: Include limits.h.
17003 (main): Add one line of statement before vfork.
17004 * gdb.base/foll-vfork.c: Include limits.h and string.h.
17005 (main): Add parameters argc and argv. Get directory from
17006 argv[0].
17007 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
17008 (setup_gdb): Set tbreak to skip some source lines.
17009 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
17010 (main): Add parameters argc and argv. Get directory from
17011 argv[0].
17012 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
17013 compilation.
17014 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
17015 (main): Add parameters argc and argv. Get directory from
17016 argv[0].
17017 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
17018 compilation.
17019
17020 2016-02-01 Doug Evans <dje@google.com>
17021
17022 * gdb.base/skip.exp: Clean up multiple references to same test name.
17023
17024 2016-02-01 Pedro Alves <palves@redhat.com>
17025
17026 PR remote/19496
17027 * gdb.threads/forking-threads-plus-breakpoint.exp
17028 (displaced_stepping_supported): New global.
17029 (probe_displaced_stepping_support): New procedure.
17030 (do_test): Add 'displaced' parameter, and use it.
17031 (top level): Check for displaced stepping support. Add displaced
17032 stepping on/off testing axis.
17033
17034 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17035
17036 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
17037 pointer. Don't perform further tests on the unassociated pointer
17038 if the first test fails.
17039
17040 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17041
17042 * gdb.base/max-value-size.c: New file.
17043 * gdb.base/max-value-size.exp: New file.
17044 * gdb.base/huge.exp: Disable max-value-size for this test.
17045
17046 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
17047
17048 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
17049
17050 2016-01-28 Yao Qi <yao.qi@linaro.org>
17051
17052 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
17053
17054 2016-01-25 Pedro Alves <palves@redhat.com>
17055
17056 PR threads/19461
17057 * gdb.base/fork-running-state.c: New file.
17058 * gdb.base/fork-running-state.exp: New file.
17059
17060 2016-01-25 Pedro Alves <palves@redhat.com>
17061
17062 PR gdb/19494
17063 * gdb.base/catch-fork-kill.c: New file.
17064 * gdb.base/catch-fork-kill.exp: New file.
17065
17066 2016-01-25 Pedro Alves <palves@redhat.com>
17067
17068 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
17069 Delete, moved to lib/gdb.exp.
17070 * gdb.threads/forking-threads-plus-breakpoint.exp
17071 (foreach_with_prefix): Likewise.
17072 * gdb.threads/process-dies-while-handling-bp.exp
17073 (foreach_with_prefix): Likewise.
17074 * lib/gdb.exp (foreach_with_prefix): New procedure.
17075
17076 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
17077
17078 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
17079 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
17080
17081 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
17082
17083 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
17084 endian targets.
17085
17086 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17087 Pedro Alves <palves@redhat.com>
17088
17089 Fix testsuite compatibility with Guile.
17090 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
17091 number.
17092
17093 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17094
17095 Fix testsuite compatibility with Guile.
17096 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
17097 (thread 1): New test for backtrace through signal handler.
17098
17099 2016-01-22 Yao Qi <yao.qi@linaro.org>
17100
17101 PR testsuite/19491
17102 * gdb.base/multi-forks.c: Include
17103 ../lib/unbuffer_output.c
17104 (main): Call gdb_unbuffer_output.
17105
17106 2016-01-21 Doug Evans <dje@google.com>
17107
17108 * lib/ada.exp (gdb_compile_ada): Fix typo.
17109
17110 2016-01-21 Joel Brobecker <brobecker@adacore.com>
17111
17112 * gdb.base/break-fun-addr.exp: New file.
17113 * gdb.base/break-fun-addr1.c: New file.
17114 * gdb.base/break-fun-addr2.c: New file.
17115
17116 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
17117
17118 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
17119 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
17120 enum flag values.
17121
17122 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
17123
17124 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
17125 when GDB can not set the vector return value. Add more comments
17126 for clarification.
17127
17128 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
17129
17130 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
17131 command.
17132
17133 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17134
17135 * Makefile.in (DO_RUNTEST): Add --status and update usages.
17136
17137 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17138
17139 * Makefile.in (check-single): Pass --status to runtest.
17140 (check/%.exp): Likewise.
17141
17142 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17143
17144 * Makefile.in (check-parallel): Propagate return code from make
17145 do-check-parallel.
17146
17147 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
17148
17149 * gdb.trace/ftrace.exp: Fix expected message on continue.
17150 * gdb.trace/pending.exp: Fix expected message on continue.
17151 * gdb.trace/trace-break.exp: Fix expected message on continue.
17152
17153 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
17154
17155 * lib/gdb.exp (gdb_test): Remove unused global references.
17156
17157 2016-01-18 Pedro Alves <palves@redhat.com>
17158
17159 * gdb.base/async-shell.exp: Adjust expected output.
17160 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
17161 * gdb.base/siginfo-thread.exp: Adjust expected output.
17162 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
17163 * gdb.java/jnpe.exp: Adjust expected output.
17164 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
17165 * gdb.threads/continue-pending-status.exp: Adjust expected output.
17166 * gdb.threads/leader-exit.exp: Adjust expected output.
17167 * gdb.threads/manythreads.exp: Adjust expected output.
17168 * gdb.threads/pthreads.exp: Adjust expected output.
17169 * gdb.threads/schedlock.exp: Adjust expected output.
17170 * gdb.threads/siginfo-threads.exp: Adjust expected output.
17171 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
17172 expected output.
17173 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
17174 output.
17175 * gdb.threads/sigthread.exp: Adjust expected output.
17176 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
17177
17178 2016-01-18 Yao Qi <yao.qi@linaro.org>
17179
17180 * gdb.guile/scm-section-script.c: Replace @progbits with
17181 %progbits.
17182 * gdb.python/py-section-script.c: Likewise.
17183
17184 2016-01-15 Pedro Alves <palves@redhat.com>
17185
17186 * gdb.multi/tids.exp: Test star wildcard ranges.
17187
17188 2016-01-15 Pedro Alves <palves@redhat.com>
17189
17190 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
17191 command from "thread apply" invocation.
17192 (thr_apply_info_thr_invalid): Default the expected output to the
17193 input tid list.
17194 (top level): Add tests that use convenience variables. Add tests
17195 for "thread apply" with a valid TID list, but missing the command.
17196
17197 2016-01-13 Pedro Alves <palves@redhat.com>
17198
17199 * gdb.base/default.exp: Expect $_gthread as well.
17200 * gdb.multi/tids.exp: Test $_gthread.
17201 * gdb.threads/thread-specific.exp: Test $_gthread.
17202
17203 2016-01-13 Pedro Alves <palves@redhat.com>
17204
17205 * gdb.multi/tids.exp: Test "info threads -gid".
17206
17207 2016-01-13 Pedro Alves <palves@redhat.com>
17208
17209 * gdb.multi/tids.exp: Test InferiorThread.global_num and
17210 Breakpoint.thread.
17211 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
17212
17213 2016-01-07 Pedro Alves <palves@redhat.com>
17214
17215 * gdb.base/break.exp: Adjust to output changes.
17216 * gdb.base/hbreak2.exp: Likewise.
17217 * gdb.base/sepdebug.exp: Likewise.
17218 * gdb.base/watch_thread_num.exp: Likewise.
17219 * gdb.linespec/keywords.exp: Likewise.
17220 * gdb.multi/info-threads.exp: Likewise.
17221 * gdb.threads/thread-find.exp: Likewise.
17222 * gdb.multi/tids.c: New file.
17223 * gdb.multi/tids.exp: New file.
17224
17225 2016-01-13 Pedro Alves <palves@redhat.com>
17226
17227 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
17228
17229 2016-01-13 Pedro Alves <palves@redhat.com>
17230
17231 * gdb.base/default.exp: Expect $_inferior as well.
17232 * gdb.multi/base.exp: Test $_inferior.
17233
17234 2016-01-13 Pedro Alves <palves@redhat.com>
17235
17236 PR breakpoints/19388
17237 * gdb.base/catch-signal-siginfo-cond.c: New file.
17238 * gdb.base/catch-signal-siginfo-cond.exp: New file.
17239
17240 2016-01-12 Josh Stone <jistone@redhat.com>
17241 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17242
17243 * gdb.base/catch-syscall.c (do_execve): New variable.
17244 (main): Conditionally trigger an execve.
17245 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
17246 (test_catch_syscall_execve): New, check entry/return across execve.
17247 (do_syscall_tests): Call test_catch_syscall_execve.
17248
17249 2016-01-12 Pedro Alves <palves@redhat.com>
17250
17251 * gdb.base/random-signal.exp (do_test): New procedure, with body
17252 of testcase moved in.
17253
17254 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17255 Pedro Alves <palves@redhat.com>
17256
17257 * gdb.base/funcargs.exp (finish from indirectly called function):
17258 Reintroduce the case for 'First'.
17259
17260 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17261 Pedro Alves <palves@redhat.com>
17262
17263 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
17264 (tcatch_vfork_then_child_follow_exec)
17265 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
17266 identification.
17267
17268 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17269
17270 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
17271 and repeats to unlimited.
17272 * gdb.python/py-value.exp: Likewise.
17273 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
17274 and repeats to unlimited.
17275
17276 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
17277
17278 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
17279 and reordering the functions.
17280 * gdb.multi/hangout.c: Likewise.
17281 * gdb.multi/hello.c: Likewise.
17282
17283 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
17284
17285 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
17286 absolute.
17287 (SingleStatisticTestResult.report): Use dict.keys instead of
17288 dict.iterkeys.
17289
17290 2016-01-06 Pedro Alves <palves@redhat.com>
17291
17292 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
17293
17294 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
17295
17296 * gdb.btrace/dlopen.exp: New.
17297 * gdb.btrace/dlopen.c: New.
17298 * gdb.btrace/dlopen-dso.c: New.
17299
17300 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
17301
17302 * lib/gdb.exp (gdb_test): Update comments to clarify that the
17303 PATTERN argument is optional.
17304
17305 2015-12-24 Joel Brobecker <brobecker@adacore.com>
17306
17307 * lib/ada.exp (target_compile_ada_from_dir): New function.
17308 (gdb_compile_ada): Reimplement avoiding the use of project files.
17309 * gdb.ada/gnat_ada.gpr: Delete.
17310 * gdb.ada/cond_lang.exp: Adjust test to make path before
17311 filename optional.
17312 * gdb.ada/small_reg_param.exp: Likewise.
17313
17314 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
17315
17316 * gdb.base/foll-vork.exp: Remove HP-UX special case.
17317
17318 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
17319
17320 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
17321 case.
17322
17323 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
17324
17325 * gdb.base/break.exp: Remove dead code.
17326 * gdb.base/sepdebug.exp: Likewise.
17327
17328 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17329
17330 * gdb.asm/asm-source.exp: Remove HP-UX references.
17331 * gdb.base/annota1.exp: Likewise.
17332 * gdb.base/annota3.exp: Likewise.
17333 * gdb.base/attach.exp: Likewise.
17334 * gdb.base/bigcore.exp: Likewise.
17335 * gdb.base/break.exp: Likewise.
17336 * gdb.base/call-ar-st.exp: Likewise.
17337 * gdb.base/callfuncs.exp: Likewise.
17338 * gdb.base/catch-fork-static.exp: Likewise.
17339 * gdb.base/display.exp: Likewise.
17340 * gdb.base/foll-exec-mode.exp: Likewise.
17341 * gdb.base/foll-exec.exp: Likewise.
17342 * gdb.base/foll-fork.exp: Likewise.
17343 * gdb.base/foll-vfork.exp: Likewise.
17344 * gdb.base/funcargs.exp: Likewise.
17345 * gdb.base/hbreak2.exp: Likewise.
17346 * gdb.base/inferior-died.exp: Likewise.
17347 * gdb.base/interrupt.exp: Likewise.
17348 * gdb.base/multi-forks.exp: Likewise.
17349 * gdb.base/nodebug.exp: Likewise.
17350 * gdb.base/sepdebug.exp: Likewise.
17351 * gdb.base/solib1.c: Likewise.
17352 * gdb.base/step-test.exp: Likewise.
17353 * gdb.mi/non-stop.c: Likewise.
17354 * gdb.mi/pthreads.c: Likewise.
17355 * gdb.multi/bkpt-multi-exec.ex: Likewise.
17356 * gdb.threads/pthreads.c: Likewise.
17357 * gdb.threads/staticthreads.exp: Likewise.
17358 * lib/future.exp: Likewise.
17359 * lib/gdb.exp: Likewise.
17360 * gdb.base/so-indr-cl.c: Remove.
17361 * gdb.base/so-indr-cl.exp: Likewise.
17362 * gdb.base/solib.c: Likewise.
17363 * gdb.base/solib.exp: Likewise.
17364 * gdb.base/solib2.c: Likewise.
17365
17366 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17367
17368 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
17369 * gdb.base/call-ar-st.exp: Likewise.
17370 * gdb.base/callfuncs.exp: Likewise.
17371 * gdb.base/condbreak.exp: Likewise.
17372 * gdb.base/constvars.exp: Likewise.
17373 * gdb.base/hbreak2.exp: Likewise.
17374 * gdb.base/langs.exp: Likewise.
17375 * gdb.base/list.exp: Likewise.
17376 * gdb.base/long_long.exp: Likewise.
17377 * gdb.base/ptype.exp: Likewise.
17378 * gdb.base/scope.exp: Likewise.
17379 * gdb.base/signals.exp: Likewise.
17380 * gdb.base/so-impl-ld.exp: Likewise.
17381 * gdb.base/varargs.exp: Likewise.
17382 * gdb.base/volatile.exp: Likewise.
17383 * gdb.base/whatis.exp: Likewise.
17384 * gdb.cp/cplusfuncs.exp: Likewise.
17385 * gdb.cp/inherit.exp: Likewise.
17386 * gdb.cp/local.exp: Likewise.
17387 * gdb.cp/member-ptr.exp: Likewise.
17388 * gdb.cp/method.exp: Likewise.
17389 * gdb.cp/overload.exp: Likewise.
17390 * gdb.cp/templates.exp: Likewise.
17391 * gdb.stabs/weird.exp: Likewise.
17392 * lib/compiler.c: Likewise.
17393 * lib/compiler.cc: Likewise.
17394 * lib/cp-support.exp: Likewise.
17395 * lib/gdb.exp: Likewise.
17396
17397 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
17398
17399 * configure.ac: Remove HP-UX case.
17400 * configure: Regenerate.
17401
17402 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
17403
17404 * lib/gdb.exp (gdb_compile): Add function doc.
17405
17406 2015-12-17 Pedro Alves <palves@redhat.com>
17407
17408 PR threads/19354
17409 * gdb.multi/info-threads.exp: New file.
17410
17411 2015-12-15 Yao Qi <yao.qi@linaro.org>
17412
17413 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
17414 is aarch64*-*-*.
17415
17416 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17417
17418 * gdb.base/history-duplicates.exp: Skip if no readline support.
17419
17420 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17421
17422 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
17423
17424 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17425
17426 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
17427
17428 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17429
17430 * gdb.base/completion.exp: Skip tests that interrupt GDB with
17431 ctrl-C if nointerrupts target property is set.
17432 * gdb.base/double-prompt-target-event-error.exp: Likewise.
17433 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
17434 * gdb.base/paginate-bg-execution.exp: Likewise.
17435 * gdb.base/paginate-execution-startup.exp: Likewise.
17436 * gdb.base/random-signal.exp: Likewise.
17437 * gdb.base/range-stepping.exp: Likewise.
17438 * gdb.cp/annota2.exp: Likewise.
17439 * gdb.cp/annota3.exp: Likewise.
17440 * gdb.gdb/selftest.exp: Likewise.
17441 * gdb.threads/continue-pending-status.exp: Likewise.
17442 * gdb.threads/leader-exit.exp: Likewise.
17443 * gdb.threads/manythreads.exp: Likewise.
17444 * gdb.threads/pthreads.exp: Likewise.
17445 * gdb.threads/schedlock.exp: Likewise.
17446 * gdb.threads/sigthread.exp: Likewise.
17447
17448 2015-12-11 Don Breazeal <donb@codesourcery.com>
17449
17450 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
17451 remote.
17452 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
17453 * gdb.base/foll-exec.exp (main): Enable for target remote.
17454 * gdb.base/foll-fork.exp (main): Likewise.
17455 * gdb.base/foll-vfork.exp (main): Likewise.
17456 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
17457 (proc continue_to_exit_bp_loc): Use clean_restart.
17458 * gdb.base/pie-execl.exp (main): Disable for target remote.
17459 * gdb.base/watch-vfork.exp (main): Enable for target remote.
17460 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
17461 * gdb.threads/execl.exp (main): Likewise.
17462 * gdb.threads/fork-child-threads.exp (main): Likewise.
17463 * gdb.threads/fork-plus-threads.exp (main): Disable for target
17464 remote.
17465 * gdb.threads/fork-thread-pending.exp (main): Enable for target
17466 remote.
17467 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
17468 pid.tid style ptids, instead of just tid.
17469 * gdb.threads/thread-execl.exp (main): Enable for target remote.
17470 * gdb.threads/watchpoint-fork.exp (main): Likewise.
17471 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
17472 ptids, instead of just tid.
17473
17474 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17475
17476 * gdb.base/list.exp (test_list_forward): Add end of file error
17477 test.
17478 (test_repeat_list_command): Add end of file error test.
17479 (test_list_backwards): Add beginning of file error test.
17480
17481 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17482
17483 * gdb.base/list.exp (test_list_invalid_args): New function,
17484 defined, and called.
17485
17486 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17487
17488 * gdb.base/list.exp (test_list): Make test names unique.
17489
17490 2015-12-11 Yao Qi <yao.qi@linaro.org>
17491
17492 * gdb.base/coremaker2.c: Remove.
17493
17494 2015-12-10 Pedro Alves <palves@redhat.com>
17495
17496 * gdb.multi/base.exp: Remove stale "spaces" references.
17497
17498 2015-12-10 Pedro Alves <palves@redhat.com>
17499
17500 * gdb.multi/base.exp: Don't use nowarnings.
17501 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
17502 * gdb.multi/hangout.c: Include stdio.h.
17503 * gdb.multi/hello.c: Include stdlib.h.
17504 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
17505 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
17506 * gdb.multi/multi-arch.exp: Don't use nowarnings.
17507
17508 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
17509
17510 * gdb.dwarf2/dw2-ranges-base.c: New file.
17511 * gdb.dwarf2/dw2-ranges-base.exp: New file.
17512 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
17513 support additional line table, and debug ranges generation.
17514 (Dwarf::ranges): New function, generate .debug_ranges.
17515 (Dwarf::lines): Support generating simple line table programs.
17516 (Dwarf::assemble): Initialise new namespace variables.
17517
17518 2015-12-09 Kevin Buettner <kevinb@redhat.com>
17519
17520 * gdb.base/async.exp (proc test_background): Add case for
17521 asynchronous execution not supported.
17522
17523 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
17524
17525 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
17526 format and change test names to make them unique.
17527
17528 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
17529 Pedro Alves <pedro@redhat.com>
17530
17531 PR gdb/18702
17532 Add checking of floatformats setup on x86_64 hosts.
17533 * gdb.arch/i386-float.S (main): Load bigval and smallval.
17534 (smallval, bigval): New labels/constants.
17535 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
17536 float" after loading bigval and smallval.
17537
17538 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
17539
17540 * gdb.ada/fun_overload_menu.exp: New testcase.
17541 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
17542
17543 2015-12-04 Josh Stone <jistone@redhat.com>
17544
17545 * gdb.base/catch-fork-static.exp: New.
17546
17547 2015-12-03 Yao Qi <yao.qi@linaro.org>
17548
17549 * gdb.base/sizeof.c: Don't include stdio.h and
17550 ../lib/unbuffer_output.c.
17551 (main): New variable 'size' and 'value'. Remove printf and
17552 gdb_unbuffer_output. Assign return value to size and value.
17553 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
17554 at the beginning.
17555 (check_sizeof): Check the result by printing variable 'size'.
17556 (check_valueof): Check the result by printing variable 'value'.
17557
17558 2015-12-01 Yao Qi <yao.qi@linaro.org>
17559
17560 * gdb.base/disp-step-syscall.exp: Define syscall instruction
17561 for aarch64*-*-linux* target.
17562
17563 2015-11-30 Pedro Alves <palves@redhat.com>
17564
17565 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
17566
17567 2015-11-30 Pedro Alves <palves@redhat.com>
17568
17569 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
17570 Handle non-stop mode vCont replies.
17571
17572 2015-11-30 Pedro Alves <palves@redhat.com>
17573
17574 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
17575 prepare_for_testing. Start gdb with "set non-stop on" appended to
17576 GDBFLAGS. Lax expected stop output.
17577
17578 2015-11-27 Yao Qi <yao.qi@linaro.org>
17579
17580 * gdb.arch/arm-neon.exp: New.
17581 * gdb.arch/arm-neon.c: New.
17582
17583 2015-11-27 Yao Qi <yao.qi@linaro.org>
17584
17585 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
17586
17587 2015-11-27 Yao Qi <yao.qi@linaro.org>
17588
17589 * gdb.cp/annota2.exp: Allow multiple occurrences of the
17590 frames-invalid annotation.
17591
17592 2015-11-27 Yao Qi <yao.qi@linaro.org>
17593
17594 * gdb.cp/annota2.exp: Use ${frames_invalid}.
17595
17596 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
17597
17598 * gdb.threads/names.exp: New file.
17599 * gdb.threads/names.c: New file.
17600 * README: Mention gdb,no_thread_names.
17601
17602 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
17603
17604 PR 19297
17605 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
17606 support" error.
17607
17608 2015-11-24 Pedro Alves <palves@redhat.com>
17609
17610 PR 17539
17611 * gdb.base/display.exp: Expect displays to be sorted in ascending
17612 order. Use multi_line.
17613 * gdb.base/solib-display.exp: Likewise.
17614
17615 2015-11-24 Pedro Alves <palves@redhat.com>
17616
17617 PR 17539
17618 * gdb.base/display.exp: Expect displays to be sorted in ascending
17619 order. Use multi_line.
17620 * gdb.base/solib-display.exp: Likewise.
17621
17622 2015-11-24 Pedro Alves <palves@redhat.com>
17623
17624 PR 17539
17625 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
17626 threads in ascending order.
17627 * gdb.base/foll-fork.exp: Likewise.
17628 * gdb.base/foll-vfork.exp: Likewise.
17629 * gdb.base/multi-forks.exp: Likewise.
17630 * gdb.mi/mi-nonstop.exp: Likewise.
17631 * gdb.mi/mi-nsintrall.exp: Likewise.
17632 * gdb.multi/base.exp: Likewise.
17633 * gdb.multi/multi-arch.exp: Likewise.
17634 * gdb.python/py-inferior.exp: Likewise.
17635 * gdb.threads/break-while-running.exp: Likewise.
17636 * gdb.threads/execl.exp: Likewise.
17637 * gdb.threads/gcore-thread.exp: Likewise.
17638 * gdb.threads/info-threads-cur-sal.exp: Likewise.
17639 * gdb.threads/kill.exp: Likewise.
17640 * gdb.threads/linux-dp.exp: Likewise.
17641 * gdb.threads/multiple-step-overs.exp: Likewise.
17642 * gdb.threads/next-bp-other-thread.exp: Likewise.
17643 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
17644 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
17645 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
17646 * gdb.threads/thread-find.exp: Likewise.
17647 * gdb.threads/tls.exp: Likewise.
17648 * lib/mi-support.exp (mi_reverse_list): Delete.
17649 (mi_check_thread_states): No longer reverse list.
17650
17651 2015-11-24 Pedro Alves <palves@redhat.com>
17652
17653 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
17654 use lowercase.
17655
17656 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
17657
17658 * gdb.trace/actions.c: Include trace-common.h.
17659 (main): Add a location for a fast tracepoint.
17660 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
17661 the normal tracepoints.
17662 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
17663
17664 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
17665
17666 * save-trace.exp: Factor out code to these...
17667 (gdb_save_tracepoints): New.
17668 (gdb_load_tracepoints): New.
17669 (do_save_load_test): New.
17670
17671 2015-11-23 Kevin Buettner <kevinb@redhat.com>
17672
17673 * gdb.base/asmlabel.exp: New test.
17674 * gdb.base/asmlabel.c: New test case.
17675
17676 2015-11-23 Joel Brobecker <brobecker@adacore.com>
17677
17678 * gdb.base/wrong_frame_bt_full-main.c: New file.
17679 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
17680 * gdb.base/wrong_frame_bt_full.exp: New file.
17681
17682 2015-11-23 Joel Brobecker <brobecker@adacore.com>
17683
17684 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
17685
17686 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
17687
17688 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
17689 pstate register when comparing registers values in
17690 sparc64-*-linux-gnu targets to avoid spurious differences.
17691
17692 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
17693
17694 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
17695
17696 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
17697
17698 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
17699 as type argument to gdb_compile.
17700 * gdb.base/nested-subp2.exp: Likewise.
17701 * gdb.base/nested-subp3.exp: Likewise.
17702
17703 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
17704
17705 * lib/dwarf.exp (_note): Fix left shift of negative value.
17706 * gdb.trace/trace-condition.exp: Likewise.
17707
17708 2015-11-13 Yao Qi <yao.qi@linaro.org>
17709
17710 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
17711 comments about d10v.
17712 (test_scalar_returns): Likewise.
17713 * gdb.base/d10v.ld: Remove.
17714 * gdb.base/overlays.exp: Remove the target triplet checking for
17715 d10v-*-*.
17716 * gdb.base/structs.exp (test_struct_returns): Remove the
17717 comments about d10v.
17718 (test_struct_calls): Likewise.
17719
17720 2015-11-13 Yao Qi <yao.qi@linaro.org>
17721
17722 * gdb.base/gnu_vector.exp: Check the return value by "p res".
17723 * gdb.base/gnu_vector.c: Don't include stdio.h.
17724 (main): Don't print res and call add_some_intvecs.
17725
17726 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
17727
17728 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
17729 macro.
17730 (func5): Removed.
17731 (func4): Use FAST_TRACEPOINT_LABEL.
17732 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
17733 macro.
17734 (func): Removed.
17735 (thread_function): Use FAST_TRACEPOINT_LABEL.
17736 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
17737 (func): Remove.
17738 (marker): Use FAST_TRACEPOINT_LABEL.
17739 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
17740 (pendfunc1): Remove.
17741 (pendfunc): Use FAST_TRACEPOINT_LABEL.
17742 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
17743 (foo): Remove.
17744 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
17745 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
17746 macro.
17747 (func): Remove.
17748 (marker): Use FAST_TRACEPOINT_LABEL.
17749 * gdb.trace/trace-common.h: New header.
17750 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
17751 macro.
17752 (func): Remove.
17753 (marker): Use FAST_TRACEPOINT_LABEL.
17754 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
17755 (func): Remove.
17756 (thread_function): Use FAST_TRACEPOINT_LABEL.
17757
17758 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
17759
17760 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
17761 in front.
17762 * gdb.trace/change-loc.exp: Use global pcreg definition.
17763 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
17764 * gdb.trace/entry-values.exp: Use global spreg definition, add $
17765 in front.
17766 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
17767 * gdb.trace/pending.exp: Likewise.
17768 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
17769 * gdb.trace/trace-break.exp: Likewise.
17770 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
17771 in front.
17772 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
17773 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
17774 in front.
17775 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
17776
17777 2015-11-09 Joel Brobecker <brobecker@adacore.com>
17778
17779 * gdb.ada/fin_fun_out: New testcase.
17780
17781 2015-11-07 Kevin Buettner <kevinb@redhat.com>
17782
17783 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
17784 value associated with DW_AT_byte_size.
17785 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
17786 constants for DW_AT_byte_size, DW_AT_lower_bound, and
17787 DW_AT_upper_bound.
17788
17789 2015-11-07 Kevin Buettner <kevinb@redhat.com>
17790
17791 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
17792 (gdb_target_symbol_prefix_flags): Define in terms of _asm
17793 version.
17794 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
17795 gdb.dwarf2/dw2-canonicalize-type.exp,
17796 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
17797 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
17798 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
17799 provided by gdb_target_symbol_prefix_flags_asm.
17800 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
17801 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
17802 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
17803 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
17804 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
17805 macros where needed). Use this macro for symbols which require
17806 the prefix provided by SYMBOL_PREFIX.
17807
17808 2015-11-05 Kevin Buettner <kevinb@redhat.com>
17809
17810 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
17811 New procs.
17812 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
17813 representing expressions, of more than one list element.
17814 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
17815 to prepend linker symbol prefix to f.
17816 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
17817 table_1 and table_2.
17818 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
17819 Likewise, for f and g.
17820 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
17821 for ptr.
17822 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
17823 for main.
17824 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
17825 table_1_ptr and table_2_ptr.
17826
17827 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17828 Joel Brobecker <brobecker@adacore.com>
17829
17830 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
17831
17832 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
17833
17834 * gdb.reverse/s390-mvcle.c: New test.
17835 * gdb.reverse/s390-mvcle.exp: New file.
17836 * lib/gdb.exp: Enable reverse tests on s390*-linux.
17837
17838 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
17839
17840 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
17841
17842 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
17843
17844 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
17845 reaching marker2.
17846 * gdb.reverse/getresuid-reverse.exp: Likewise.
17847 * gdb.reverse/pipe-reverse.exp: Likewise.
17848 * gdb.reverse/readv-reverse.exp: Likewise.
17849 * gdb.reverse/recvmsg-reverse.exp: Likewise.
17850 * gdb.reverse/time-reverse.exp: Likewise.
17851 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
17852
17853 2015-10-30 Yao Qi <yao.qi@linaro.org>
17854
17855 * gdb.threads/wp-replication.c (watch_count_done): Remove.
17856 (empty_cycle): Remove.
17857 (main): Don't call empty_cycle. Don't use watch_count_done.
17858 * gdb.threads/wp-replication.exp: Don't set breakpoint on
17859 empty_cycle. Rewrite the code counting HW watchpoints.
17860
17861 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
17862
17863 * gdb.reverse/fstatat-reverse.c: New test.
17864 * gdb.reverse/fstatat-reverse.exp: New file.
17865 * gdb.reverse/getresuid-reverse.c: New test.
17866 * gdb.reverse/getresuid-reverse.exp: New file.
17867 * gdb.reverse/pipe-reverse.c: New test.
17868 * gdb.reverse/pipe-reverse.exp: New file.
17869 * gdb.reverse/readv-reverse.c: New test.
17870 * gdb.reverse/readv-reverse.exp: New file.
17871 * gdb.reverse/recvmsg-reverse.c: New test.
17872 * gdb.reverse/recvmsg-reverse.exp: New file.
17873 * gdb.reverse/time-reverse.c: New test.
17874 * gdb.reverse/time-reverse.exp: New file.
17875 * gdb.reverse/waitpid-reverse.c: New test.
17876 * gdb.reverse/waitpid-reverse.exp: New file.
17877
17878 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
17879
17880 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
17881
17882 2015-10-26 Doug Evans <dje@google.com>
17883
17884 PR symtab/17391
17885 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
17886 * gdb.dwarf2/bad-regnum.c: New file.
17887 * gdb.dwarf2/bad-regnum.exp: New file.
17888
17889 2015-10-26 Doug Evans <dje@google.com>
17890
17891 PR python/18938
17892 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
17893 file.
17894
17895 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17896
17897 * gdb.compile/compile.exp (compile code globalvar): Update expectation
17898 for a change by "Mention language in compile error message".
17899
17900 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
17901
17902 PR python/18073
17903 * gdb.python/py-type.c (C::a_method): New.
17904 (C::a_const_method): New.
17905 (C::a_static_method): New.
17906 (a_function): New.
17907 * gdb.python/py-type.exp (test_fields): Test getting fields
17908 from function and method.
17909
17910 2015-10-21 Keven Boell <keven.boell@intel.com>
17911
17912 * gdb.fortran/vla-alloc-assoc.exp: New file.
17913 * gdb.fortran/vla-datatypes.exp: New file.
17914 * gdb.fortran/vla-datatypes.f90: New file.
17915 * gdb.fortran/vla-history.exp: New file.
17916 * gdb.fortran/vla-ptype-sub.exp: New file.
17917 * gdb.fortran/vla-ptype.exp: New file.
17918 * gdb.fortran/vla-sizeof.exp: New file.
17919 * gdb.fortran/vla-sub.f90: New file.
17920 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
17921 * gdb.fortran/vla-value-sub-finish.exp: New file.
17922 * gdb.fortran/vla-value-sub.exp: New file.
17923 * gdb.fortran/vla-value.exp: New file.
17924 * gdb.fortran/vla-ptr-info.exp: New file.
17925 * gdb.mi/mi-vla-fortran.exp: New file.
17926 * gdb.mi/vla.f90: New file.
17927
17928 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
17929
17930 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
17931 of hardwired timeout value.
17932
17933 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17934 Pedro Alves <palves@redhat.com>
17935
17936 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
17937 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
17938
17939 2015-10-19 Josh Stone <jistone@redhat.com>
17940
17941 * gdb.base/catch-syscall.c: Include <sched.h>.
17942 (unknown_syscall): New variable.
17943 (main): Trigger a vfork and an unknown syscall.
17944 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
17945 (unknown_syscall_number): Likewise.
17946 (check_call_to_syscall): Accept an optional syscall pattern.
17947 (check_return_from_syscall): Likewise.
17948 (check_continue): Likewise.
17949 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
17950 (test_catch_syscall_skipping_return): New test toggling off 'catch
17951 syscall' to step over the syscall return, then toggling back on.
17952 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
17953 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
17954 (do_syscall_tests): Call test_catch_syscall_without_args and
17955 test_catch_syscall_mid_vfork.
17956 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
17957 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
17958
17959 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
17960
17961 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
17962 print g_vE): Add new pass patterns.
17963 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
17964 print various symbol names for vptr fields.
17965
17966 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
17967
17968 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
17969 results.
17970
17971 2015-10-12 Yao Qi <yao.qi@linaro.org>
17972
17973 * gdb.arch/disp-step-insn-reloc.exp: New test case.
17974
17975 2015-10-12 Yao Qi <yao.qi@linaro.org>
17976
17977 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
17978 is aarch64*-*-linux*.
17979
17980 2015-10-12 Yao Qi <yao.qi@linaro.org>
17981
17982 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
17983 (can_relocate_bcond_true): ... it.
17984 (can_relocate_bcond_false): New function.
17985 (foo): Likewise.
17986 (can_relocate_bl): Likewise.
17987 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
17988 can_relocate_bl.
17989
17990 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
17991
17992 * gdb.base/nested-addr.c: New file.
17993 * gdb.base/nested-addr.exp: New testcase.
17994
17995 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
17996
17997 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
17998 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
17999 its output. Ignore the output of "record goto begin" and instead
18000 check that GDB is replaying.
18001
18002 2015-10-09 Pedro Alves <palves@redhat.com>
18003
18004 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
18005 (top level): Use it in the run with no args test.
18006
18007 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
18008
18009 * gdb.dlang/properties.exp: New file.
18010
18011 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
18012
18013 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
18014 whether or not address 0x1000 is mapped on the target.
18015
18016 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
18017
18018 * gdb.python/py-type.exp: Do not run tests if binaries fail to
18019 build.
18020
18021 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
18022
18023 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
18024 instruction-history test.
18025
18026 2015-09-28 Doug Evans <dje@google.com>
18027
18028 * gdb.base/gcore.c (array_func): Add reference to static_array.
18029
18030 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
18031
18032 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
18033 source line.
18034
18035 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
18036
18037 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
18038 short or char as base type.
18039
18040 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
18041
18042 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
18043 to allow any size enum.
18044
18045 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
18046
18047 * gdb.ada/array_ptr_renaming.exp: New testcase.
18048 * gdb.ada/array_ptr_renaming/foo.adb: New file.
18049 * gdb.ada/array_ptr_renaming/pack.ads: New file.
18050
18051 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18052
18053 * gdb.trace/ftrace-lock.c: New file.
18054 * gdb.trace/ftrace-lock.exp: New file.
18055
18056 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18057
18058 * gdb.arch/insn-reloc.c: New file.
18059 * gdb.arch/ftrace-insn-reloc.exp: New file.
18060
18061 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18062
18063 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
18064 instruction.
18065 * gdb.trace/pendshr1.c (pendfunc): Likewise.
18066 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
18067 * gdb.trace/range-stepping.c: Likewise.
18068 * gdb.trace/trace-break.c: Likewise.
18069 * gdb.trace/trace-mt.c (thread_function): Likewise.
18070 * gdb.trace/ftrace.c (marker): Likewise.
18071 * gdb.trace/trace-condition.c (marker): Likewise.
18072 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
18073 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
18074 is_aarch64_target.
18075
18076 2015-09-18 Doug Evans <xdje42@gmail.com>
18077
18078 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
18079 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
18080
18081 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18082
18083 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
18084 the breakpoint.
18085
18086 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18087
18088 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
18089 the pending breakpoint. Remove timeout override for "Run till
18090 MI pending breakpoint on pendfunc3 on thread 2" test.
18091
18092 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18093
18094 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
18095 filename pattern.
18096
18097 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18098
18099 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
18100 in breakpoint filename pattern.
18101
18102 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18103
18104 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
18105
18106 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18107
18108 * gdb.linespec/explicit.exp: Check for readline support for
18109 tab-completion tests. Fix obvious typo.
18110
18111 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18112
18113 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
18114 and replay.
18115
18116 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18117
18118 * gdb.btrace/non-stop.c: New.
18119 * gdb.btrace/non-stop.exp: New.
18120
18121 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
18122 Yao Qi <yao.qi@linaro.org>
18123
18124 * gdb.trace/trace-condition.c: New file.
18125 * gdb.trace/trace-condition.exp: New file.
18126
18127 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
18128
18129 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
18130 for testing bytecode compilation.
18131
18132 2015-09-16 Pedro Alves <palves@redhat.com>
18133 Sandra Loosemore <sandra@codesourcery.com>
18134
18135 * gdb.threads/non-stop-fair-events.c (timeout): New global.
18136 (SECONDS): Redefine.
18137 (main): Call pthread_kill and alarm early.
18138 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
18139 support.
18140 (test): If the target can't hardware step and doesn't support
18141 displaced stepping, increase the timeout.
18142
18143 2015-09-16 Pedro Alves <palves@redhat.com>
18144
18145 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
18146 (enable_debug): New procedures.
18147 (test): Use them. Bail out if waiting for threads fails.
18148 (top level): Bail out if a test fails.
18149
18150 2015-09-16 Yao Qi <yao.qi@linaro.org>
18151
18152 * gdb.asm/asm-source.exp: Set asm-arch for
18153 aarch64*-*-* target.
18154 * gdb.asm/aarch64.inc: New file.
18155
18156 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
18157
18158 * gdb.ada/array_of_variable_length.exp: New testcase.
18159 * gdb.ada/array_of_variable_length/foo.adb: New file.
18160 * gdb.ada/array_of_variable_length/pck.adb: New file.
18161 * gdb.ada/array_of_variable_length/pck.ads: New file.
18162
18163 2015-09-15 Doug Evans <dje@google.com>
18164
18165 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
18166 of function static local variable.
18167
18168 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
18169
18170 * gdb.threads/tls-so_extern.exp: New test file.
18171 * gdb.threads/tls-so_extern.c: New test file.
18172 * gdb.threads/tls-so_extern_main.c: New test file.
18173
18174 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18175
18176 * gdb.opt/solib-intra-step-lib.c: New file.
18177 * gdb.opt/solib-intra-step-main.c: New file.
18178 * gdb.opt/solib-intra-step.exp: New file.
18179
18180 2015-09-15 Pedro Alves <palves@redhat.com>
18181
18182 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
18183 gdb_continue_to_breakpoint instead of gdb_test_multiple.
18184
18185 2015-09-14 Pedro Alves <palves@redhat.com>
18186
18187 * gdb.base/hook-stop-continue.c: Delete.
18188 * gdb.base/hook-stop-continue.exp: Delete.
18189 * gdb.base/hook-stop-frame.c: Delete.
18190 * gdb.base/hook-stop-frame.exp: Delete.
18191 * gdb.base/hook-stop.c: New file.
18192 * gdb.base/hook-stop.exp: New file.
18193
18194 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
18195
18196 * gdb.ada/access_to_packed_array.exp: New testcase.
18197 * gdb.ada/access_to_packed_array/foo.adb: New file.
18198 * gdb.ada/access_to_packed_array/pack.adb: New file.
18199 * gdb.ada/access_to_packed_array/pack.ads: New file.
18200
18201 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
18202
18203 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
18204 buffer size test.
18205
18206 2015-09-11 Don Breazeal <donb@codesourcery.com>
18207
18208 * gdb.base/foll-exec.c: Add copyright header. Fix
18209 formatting issues.
18210 * gdb.base/foll-exec.exp (zap_session): Delete proc.
18211 (do_exec_tests): Use clean_restart in place of zap_session,
18212 and for test initialization. Fix formatting issues. Use
18213 fail in place of perror.
18214 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
18215 an expect statement to match an expression with output from
18216 the program under debug.
18217 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
18218 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
18219 * gdb.threads/non-ldr-exc-2.exp: Likewise.
18220 * gdb.threads/non-ldr-exc-3.exp: Likewise.
18221 * gdb.threads/non-ldr-exc-4.exp: Likewise.
18222
18223 2015-09-09 Doug Evans <dje@google.com>
18224
18225 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
18226
18227 2015-09-09 Doug Evans <dje@google.com>
18228
18229 * gdb.base/pie-execl.exp: Fix result test of build_executable.
18230
18231 2015-09-09 Doug Evans <dje@google.com>
18232
18233 * gdb.base/savedregs.exp: Fix typo.
18234
18235 2015-09-09 Pedro Alves <palves@redhat.com>
18236
18237 * gdb.mi/mi-cli.exp: Add CLI finish tests.
18238
18239 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
18240
18241 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
18242 command actually switches threads. Give up on remaining
18243 tests if target fails to stop at breakpoint.
18244
18245 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
18246
18247 * gdb.ada/funcall_char.exp: New testcase.
18248 * gdb.ada/funcall_char/foo.adb: New file.
18249
18250 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
18251
18252 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
18253 expected outputs. Add two testcases for completing ambiguous
18254 functions.
18255 * gdb.ada/complete/aux_pck.adb: New file.
18256 * gdb.ada/complete/aux_pck.ads: New file.
18257 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
18258 Ambiguous_Func functions.
18259 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
18260 * gdb.ada/complete/pck.adb: Likewise.
18261
18262 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
18263
18264 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
18265 failures to run the test program under GDB.
18266
18267 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
18268
18269 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
18270 to C.
18271
18272 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
18273
18274 * gdb.base/run-after-attach.exp: New test file.
18275 * gdb.base/run-after-attach.c: New test file.
18276
18277 2015-08-26 Don Breazeal <donb@codesourcery.com>
18278
18279 * gdb.base/foll-exec-2.c: New test program.
18280 * gdb.base/foll-exec-2.exp: New test.
18281
18282 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
18283
18284 * gdb.base/nested-subp1.exp: New file.
18285 * gdb.base/nested-subp1.c: New file.
18286 * gdb.base/nested-subp2.exp: New file.
18287 * gdb.base/nested-subp2.c: New file.
18288 * gdb.base/nested-subp3.exp: New file.
18289 * gdb.base/nested-subp3.c: New file.
18290
18291 2015-08-24 Pedro Alves <palves@redhat.com>
18292
18293 * gdb.server/connect-without-multi-process.c: New file.
18294 * gdb.server/connect-without-multi-process.exp: New file.
18295
18296 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18297
18298 * gdb.opt/inline-markers.c: Make z int.
18299
18300 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18301
18302 * gdb.opt/inline-markers.c: Make z volatile.
18303
18304 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
18305
18306 * gdb.opt/inline-bt.c: New volatile global z.
18307 * gdb.opt/inline-cmds.c: Likewise.
18308 * gdb.opt/inline-locals.c: Likewise.
18309 * gdb.opt/inline-markers.c: New extern global z.
18310 (marker): Use z.
18311 (inline_fn): Likewise.
18312
18313 2015-08-24 Pedro Alves <palves@redhat.com>
18314
18315 * config/m32r-stub.exp: Remove file.
18316 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
18317 * gdb.base/call-rt-st.exp: Likewise.
18318 * gdb.base/call-strs.exp: Likewise.
18319 * gdb.base/default.exp: Remove references to h8300-*-hms and
18320 *-*-udi*.
18321 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
18322
18323 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
18324
18325 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
18326 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
18327 and "return" use KFAIL when GDB can not read/write the vector
18328 return value.
18329
18330 2015-08-21 Gary Benson <gbenson@redhat.com>
18331
18332 * gdb.trace/pending.exp: Cope with remote transfer warnings.
18333
18334 2015-08-20 Pedro Alves <palves@redhat.com>
18335
18336 * gdb.server/solib-list.exp: No longer expect an interior stop in
18337 non-stop mode.
18338
18339 2015-08-20 Pedro Alves <palves@redhat.com>
18340
18341 * gdb.server/connect-stopped-target.c: New file.
18342 * gdb.server/connect-stopped-target.exp: New file.
18343
18344 2015-08-20 Pedro Alves <palves@redhat.com>
18345
18346 * gdb.dwarf2/comp-unit-lang.exp: New file.
18347 * gdb.dwarf2/comp-unit-lang.c: New file.
18348
18349 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
18350
18351 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
18352 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
18353
18354 2015-08-19 Kevin Buettner <kevinb@redhat.com>
18355
18356 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
18357 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
18358
18359 2015-08-18 Doug Evans <dje@google.com>
18360 Adrian Sendroiu <adrian.sendroiu@freescale.com>
18361
18362 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
18363 skip_python_tests. New arg prompt_regexp.
18364 (skip_python_tests): New function.
18365 * lib/mi-support.exp (mi_skip_python_tests): New function.
18366 * gdb.python/py-mi-objfile-gdb.py: New file.
18367 * gdb.python/py-mi-objfile.c: New file.
18368 * gdb.python/py-mi-objfile.exp: New file.
18369
18370 2015-08-17 Keith Seitz <keiths@redhat.com>
18371
18372 * gdb.linespec/explicit.exp: Move strace test from here ...
18373 * gdb.trace/strace.exp: ... to here.
18374
18375 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
18376
18377 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
18378 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
18379
18380 2015-08-14 Doug Evans <xdje42@gmail.com>
18381
18382 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
18383 inferior before selecting a new file.
18384
18385 2015-08-14 Doug Evans <xdje42@gmail.com>
18386
18387 * gdb.mi/mi-disassemble.exp: Update.
18388 * gdb.base/disasm-optim.S: New file.
18389 * gdb.base/disasm-optim.c: New file.
18390 * gdb.base/disasm-optim.h: New file.
18391 * gdb.base/disasm-optim.exp: New file.
18392
18393 2015-08-14 Keith Seitz <keiths@redhat.com>
18394
18395 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
18396 "evaluated-by".
18397
18398 2015-08-13 Joel Brobecker <brobecker@adacore.com>
18399
18400 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
18401
18402 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
18403
18404 * gdb.ada/fun_renaming.exp: New testcase.
18405 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
18406 * gdb.ada/fun_renaming/pack.adb: New file.
18407 * gdb.ada/fun_renaming/pack.ads: New file.
18408
18409 2015-08-12 Keith Seitz <keiths@redhat.com>
18410
18411 * gdb.base/dso2dso.exp: Pass basename of source file in call to
18412 gdb_get_line_number.
18413
18414 2015-08-12 Joel Brobecker <brobecker@adacore.com>
18415
18416 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
18417 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
18418 gdb.base/dso2dso.exp: New files.
18419
18420 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
18421 Pedro Alves <palves@redhat.com>
18422 Keith Seitz <keiths@redhat.com>
18423
18424 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
18425 GDBFLAGS.
18426
18427 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18428
18429 * gdb.base/gdbhistsize-history.exp
18430 (test_histsize_history_setting): Use save_vars.
18431 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18432 Use save_vars.
18433 (test_no_truncation_of_unlimited_history_file): Use save_vars.
18434 * gdb.base/readline.exp: Use save_vars.
18435
18436 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18437
18438 * lib/gdb.exp (save_vars): New proc.
18439
18440 2015-08-11 Keith Seitz <keiths@redhat.com>
18441
18442 * gdb.base/help.exp: Update help_breakpoint_text.
18443
18444 2015-08-11 Keith Seitz <keiths@redhat.com>
18445
18446 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
18447 (at toplevel): Call test_explicit_breakpoints.
18448 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
18449 breakpoints.
18450 * lib/mi-support.exp (mi_make_breakpoint): Add support for
18451 breakpoint conditions, "-cond".
18452
18453 2015-08-11 Keith Seitz <keiths@redhat.com>
18454
18455 * gdb.linespec/3explicit.c: New file.
18456 * gdb.linespec/cpexplicit.cc: New file.
18457 * gdb.linespec/cpexplicit.exp: New file.
18458 * gdb.linespec/explicit.c: New file.
18459 * gdb.linespec/explicit.exp: New file.
18460 * gdb.linespec/explicit2.c: New file.
18461 * gdb.linespec/ls-errs.exp: Add explicit location tests.
18462 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
18463 before using in the matching pattern.
18464 Clarify that `prefix' is a regular expression.
18465
18466 2015-08-11 Keith Seitz <keiths@redhat.com>
18467
18468 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
18469 test.
18470 Add tests for missing ",FMT" and ",".
18471
18472 2015-08-10 Doug Evans <dje@google.com>
18473 Keith Seitz <keiths@redhat.com>
18474
18475 PR gdb/17960
18476 * gdb.base/completion.exp: Add location completer tests.
18477
18478 2015-08-07 Pedro Alves <palves@redhat.com>
18479
18480 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
18481 tests here.
18482 (top level): Run do_test with and without displaced stepping.
18483
18484 2015-08-07 Pedro Alves <palves@redhat.com>
18485
18486 * gdb.base/valgrind-disp-step.c: New file.
18487 * gdb.base/valgrind-disp-step.exp: New file.
18488
18489 2015-08-07 Pedro Alves <palves@redhat.com>
18490
18491 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
18492 Delete function.
18493 (main): Add alarm. Run an infinite loop instead of calling
18494 wait_threads.
18495 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
18496 comment.
18497 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
18498 Delete function.
18499 (main): Add alarm. Run an infinite loop instead of calling
18500 wait_threads.
18501 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
18502 comment.
18503
18504 2015-08-07 Pedro Alves <palves@redhat.com>
18505
18506 * gdb.base/checkpoint-ns.exp: New file.
18507 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
18508 standard_testfile.
18509
18510 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
18511
18512 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
18513 * gdb.btrace/instruction_history.exp: Update.
18514 * gdb.btrace/tsx.exp: New.
18515 * gdb.btrace/tsx.c: New.
18516
18517 2015-08-06 Pedro Alves <palves@redhat.com>
18518
18519 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
18520 increase timeout.
18521 * gdb.reverse/until-precsave.exp: Bump timeouts.
18522
18523 2015-08-06 Pedro Alves <palves@redhat.com>
18524
18525 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
18526
18527 2015-08-06 Pedro Alves <palves@redhat.com>
18528
18529 PR gdb/18749
18530 * gdb.threads/process-dies-while-handling-bp.c: New file.
18531 * gdb.threads/process-dies-while-handling-bp.exp: New file.
18532
18533 2015-08-06 Pedro Alves <palves@redhat.com>
18534
18535 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
18536 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
18537
18538 2015-08-05 Pedro Alves <palves@redhat.com>
18539
18540 * gdb.threads/next-while-other-thread-longjmps.c: New file.
18541 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
18542
18543 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
18544
18545 * gdb.base/bp-permanent.exp: Report test as unsupported if
18546 the target cannot stop at the permanent breakpoint.
18547
18548 2015-08-03 Doug Evans <dje@google.com>
18549
18550 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
18551 10000.
18552
18553 2015-08-03 Doug Evans <dje@google.com>
18554
18555 * Makefile.in (workers/%.worker, build-perf): New rule.
18556 (GDB_PERFTEST_MODE): New variable.
18557 (check-perf): Use it.
18558 (clean): Clean up gdb.perf parallel build subdirs.
18559 * lib/build-piece.exp: New file.
18560 * lib/gdb.exp (make_gdb_parallel_path): New function
18561 (standard_output_file, standard_temp_file): Call it.
18562 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18563 of $GDB_PARALLEL.
18564 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
18565
18566 2015-08-03 Doug Evans <dje@google.com>
18567
18568 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
18569 (LOG_FILE_NAME): New global.
18570 (TextReporter.__init__): Initialize self.txt_sum.
18571 (TextReporter.report): Add support for multiple data-points.
18572 Move report to perftest.sum, put raw data in perftest.log.
18573 (TextReporter.start): Open sum and log files.
18574 (TextReporter.end): Close sum and log files.
18575 * gdb.perf/lib/perftest/testresult.py
18576 (SingleStatisticTestResult.record): Handle multiple data-points.
18577
18578 2015-07-31 Pedro Alves <palves@redhat.com>
18579
18580 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
18581 Use spawn_id_get_pid. Wait for spawn id after eof. Use
18582 kill_wait_spawned_process instead of explicit "kill -9".
18583 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
18584 returning a spawn id instead of a pid. Use spawn_id_get_pid and
18585 kill_wait_spawned_process.
18586 * gdb.base/attach-twice.exp: Likewise.
18587 * gdb.base/attach.exp: Likewise.
18588 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
18589 gdb_test_multiple.
18590 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
18591 returning a spawn id instead of a pid. Use spawn_id_get_pid and
18592 kill_wait_spawned_process.
18593 * gdb.base/valgrind-infcall.exp: Likewise.
18594 * gdb.multi/multi-attach.exp: Likewise.
18595 * gdb.python/py-prompt.exp: Likewise.
18596 * gdb.python/py-sync-interp.exp: Likewise.
18597 * gdb.server/ext-attach.exp: Likewise.
18598 * gdb.threads/attach-into-signal.exp (corefunc): Use
18599 spawn_wait_for_attach, spawn_id_get_pid and
18600 kill_wait_spawned_process.
18601 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
18602 spawn_wait_for_attach returning a spawn id instead of a pid. Use
18603 spawn_id_get_pid and kill_wait_spawned_process.
18604 * gdb.threads/attach-stopped.exp (corefunc): Use
18605 spawn_wait_for_attach, spawn_id_get_pid and
18606 kill_wait_spawned_process.
18607 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
18608 Use spawn_id_get_pid. Wait for spawn id after eof. Use
18609 kill_wait_spawned_process instead of explicit "kill -9".
18610 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
18611 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
18612 (spawn_wait_for_attach): Use spawn instead of exec to spawn
18613 processes. Don't map cygwin/windows pids here. Now returns a
18614 spawn id list.
18615
18616 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18617
18618 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
18619 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
18620 correct patch.
18621
18622 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18623
18624 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
18625
18626 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18627
18628 Reapply:
18629 2014-05-21 Mark Wielaard <mjw@redhat.com>
18630
18631 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18632
18633 2015-07-30 Pedro Alves <palves@redhat.com>
18634
18635 * linux-low.c (handle_extended_wait): Set the child's last
18636 reported status to TARGET_WAITKIND_STOPPED.
18637
18638 2015-07-30 Pedro Alves <palves@redhat.com>
18639
18640 PR threads/18600
18641 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
18642 only shows inferior 1.
18643
18644 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
18645 Pedro Alves <palves@redhat.com>
18646
18647 PR threads/18600
18648 * gdb.threads/fork-plus-threads.c: New file.
18649 * gdb.threads/fork-plus-threads.exp: New file.
18650
18651 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18652
18653 * gdb.base/batch-preserve-term-settings.exp
18654 (test_terminal_settings_preserved_after_cli_exit): Use
18655 send_quit_command.
18656
18657 2015-07-29 Pedro Alves <palves@redhat.com>
18658 Don Breazeal <donb@codesourcery.com>
18659
18660 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
18661 output from both inferior_spawn_id and gdb_spawn_id.
18662
18663 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
18664
18665 * gdb.threads/attach-into-signal.exp (corefunc): Use
18666 with_test_prefix on nested loops, uniquefying the test messages.
18667
18668 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
18669
18670 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
18671 commit.
18672
18673 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18674
18675 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
18676 New proc.
18677 (test_terminal_settings_preserved_after_sigterm): New test.
18678
18679 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18680
18681 * gdb.base/batch-preserve-term-settings.exp
18682 (test_terminal_settings_preserved_after_cli_exit): New test.
18683
18684 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18685
18686 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
18687 manipulation of saved_gdbflags.
18688 (test_terminal_settings_preserved): Remove global declaration of
18689 the unused variable pagination_prompt. Remove manipulation of
18690 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
18691 GDBFLAGS.
18692
18693 2015-07-29 Pedro Alves <palves@redhat.com>
18694
18695 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
18696
18697 2015-07-29 Pedro Alves <palves@redhat.com>
18698
18699 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
18700 at the top.
18701
18702 2015-07-29 Pedro Alves <palves@redhat.com>
18703
18704 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
18705 (main): Call gdb_unbuffer_output.
18706 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
18707 (main): Call gdb_unbuffer_output.
18708 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
18709 (main): Call gdb_unbuffer_output.
18710 * gdb.base/call-strs.exp: Adjust to step over the
18711 gdb_unbuffer_output call.
18712 * gdb.base/catch-gdb-caused-signals.c: Include
18713 "../lib/unbuffer_output.c".
18714 (main): Call gdb_unbuffer_output.
18715 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
18716 (main): Call gdb_unbuffer_output.
18717 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
18718 (main): Call gdb_unbuffer_output.
18719 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
18720 (main): Call gdb_unbuffer_output.
18721 * gdb.base/shlib-call.exp: Adjust to step over the
18722 gdb_unbuffer_output call.
18723 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
18724 (main): Call gdb_unbuffer_output.
18725 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
18726 (main): Call gdb_unbuffer_output.
18727 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
18728 (main): Rename to ...
18729 (test): ... this.
18730 (main): Reimplement.
18731 * gdb.base/varargs.exp: Run to test instead of to main.
18732 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
18733 (main): Call gdb_unbuffer_output.
18734
18735 2015-07-29 Pedro Alves <palves@redhat.com>
18736
18737 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
18738 factore out from mi_continue_dprintf. For call-style dprintfs,
18739 expect dprintf output out of $inferior_spawn_id.
18740 (mi_continue_dprintf): Use mi_expect_dprintf.
18741 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
18742 (main): Call gdb_unbuffer_output.
18743
18744 2015-07-29 Pedro Alves <palves@redhat.com>
18745
18746 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
18747 (default_mi_gdb_start): Set inferior_spawn_id instead of
18748 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
18749 gdb_spawn_id.
18750 (mi_gdb_test): Always expect inferior output from both
18751 $inferior_spawn_id and $gdb_spawn_id.
18752
18753 2015-07-29 Pedro Alves <palves@redhat.com>
18754
18755 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
18756 send_inferior and $inferior_spawn_id.
18757
18758 2015-07-29 Pedro Alves <palves@redhat.com>
18759
18760 * gdb.gdb/complaints.exp (test_initial_complaints)
18761 (test_serial_complaints, test_short_complaints): Use
18762 gdb_test_stdio.
18763 (test_empty_complaint): Handle $inferior_spawn_id !=
18764 $gdb_spawn_id.
18765
18766 2015-07-29 Pedro Alves <palves@redhat.com>
18767
18768 * gdb.base/varargs.exp: Use gdb_test_stdio.
18769
18770 2015-07-29 Pedro Alves <palves@redhat.com>
18771
18772 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
18773
18774 2015-07-29 Pedro Alves <palves@redhat.com>
18775
18776 * gdb.base/ending-run.exp: Use gdb_test_stdio.
18777
18778 2015-07-29 Pedro Alves <palves@redhat.com>
18779
18780 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
18781 parameter into two new parameters, "inf_result" and "gdb_result".
18782 Expect inferior output and gdb output from $inferior_spawn_id and
18783 $gdb_spawn_id, respectively. Adjust all callers.
18784
18785 2015-07-29 Pedro Alves <palves@redhat.com>
18786
18787 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
18788 of gdb_test_sequence.
18789
18790 2015-07-29 Pedro Alves <palves@redhat.com>
18791
18792 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
18793 (saw_spurious_output): Expect inferior output from
18794 $inferior_spawn_id. Use gdb_test_stdio.
18795
18796 2015-07-29 Pedro Alves <palves@redhat.com>
18797
18798 * gdb.base/dprintf.exp: Use standard_testfile. Change
18799 prepare_for_testing call.
18800 (srcfile): Don't set.
18801 (restart): New procedure.
18802 (test_dprintf): New procecure, use to continue over dprintfs.
18803 (test_call, test_agent): New procedures, tests moved here.
18804 Restart gdb and recreate dprintfs. Adjust expected output.
18805
18806 2015-07-29 Pedro Alves <palves@redhat.com>
18807
18808 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
18809
18810 2015-07-29 Pedro Alves <palves@redhat.com>
18811
18812 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
18813
18814 2015-07-29 Pedro Alves <palves@redhat.com>
18815
18816 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
18817 gdb_test_stdio.
18818
18819 2015-07-29 Pedro Alves <palves@redhat.com>
18820
18821 * lib/gdb.exp (gdb_test_stdio): New procedure.
18822
18823 2015-07-29 Pedro Alves <palves@redhat.com>
18824
18825 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
18826
18827 2015-07-29 Pedro Alves <palves@redhat.com>
18828
18829 * gdb.base/call-signal-resume.exp: Remove check for
18830 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
18831 * gdb.base/unwindonsignal.exp: Likewise.
18832 * gdb.base/call-signals.c (gen_signal): Remove printf call.
18833 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
18834
18835 2015-07-29 Pedro Alves <palves@redhat.com>
18836
18837 * gdb.base/siginfo-addr.c (pass): New function.
18838 (handler): Call it iff si_addr is correct.
18839 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
18840 Set a breakpoint at "pass" and continue to it.
18841
18842 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
18843
18844 * gdb.python/py-objfile.exp: Make some tests have unique names.
18845 * gdb.python/py-pp-registration.exp: Likewise.
18846
18847 2015-07-28 Pedro Alves <palves@redhat.com>
18848
18849 * gdb.server/server-exec-info.exp: Issue a "disconnect".
18850
18851 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
18852
18853 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
18854
18855 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
18856
18857 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
18858
18859 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
18860
18861 * gdb.base/gdb-sigterm-2.exp: New test.
18862
18863 2015-07-25 Doug Evans <xdje42@gmail.com>
18864
18865 Revert:
18866 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
18867 (workers/%.worker, build-perf): New rule.
18868 (GDB_PERFTEST_MODE): New variable.
18869 (check-perf): Use it.
18870 (clean): Clean up gdb.perf parallel build subdirs.
18871 * lib/build-piece.exp: New file.
18872 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
18873 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
18874 name.
18875 (standard_temp_file): Ditto.
18876 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18877 of $GDB_PARALLEL.
18878
18879 2015-07-24 Doug Evans <dje@google.com>
18880
18881 * gdb.perf/lib/perftest/utils.py: New file.
18882 * gdb.perf/gm-hello.cc: New file.
18883 * gdb.perf/gm-pervasive-typedef.cc: New file.
18884 * gdb.perf/gm-pervasive-typedef.h: New file.
18885 * gdb.perf/gm-std.cc: New file.
18886 * gdb.perf/gm-std.h: New file.
18887 * gdb.perf/gm-use-cerr.cc: New file.
18888 * gdb.perf/gm-utils.h: New file.
18889 * gdb.perf/gmonster-null-lookup.py: New file.
18890 * gdb.perf/gmonster-pervasive-typedef.py: New file.
18891 * gdb.perf/gmonster-print-cerr.py: New file.
18892 * gdb.perf/gmonster-ptype-string.py: New file.
18893 * gdb.perf/gmonster-runto-main.py: New file.
18894 * gdb.perf/gmonster-select-file.py: New file.
18895 * gdb.perf/gmonster1-null-lookup.exp: New file.
18896 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
18897 * gdb.perf/gmonster1-print-cerr.exp: New file.
18898 * gdb.perf/gmonster1-ptype-string.exp: New file.
18899 * gdb.perf/gmonster1-runto-main.exp: New file.
18900 * gdb.perf/gmonster1-select-file.exp: New file.
18901 * gdb.perf/gmonster1.cc: New file.
18902 * gdb.perf/gmonster1.exp: New file.
18903 * gdb.perf/gmonster2-null-lookup.exp: New file.
18904 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
18905 * gdb.perf/gmonster2-print-cerr.exp: New file.
18906 * gdb.perf/gmonster2-ptype-string.exp: New file.
18907 * gdb.perf/gmonster2-runto-main.exp: New file.
18908 * gdb.perf/gmonster2-select-file.exp: New file.
18909 * gdb.perf/gmonster2.cc: New file.
18910 * gdb.perf/gmonster2.exp: New file.
18911
18912 2015-07-24 Doug Evans <dje@google.com>
18913
18914 * gdb.perf/README: New file.
18915 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
18916 * lib/gen-perf-test.exp: New file.
18917
18918 2015-07-24 Doug Evans <dje@google.com>
18919
18920 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
18921 (PerfTest::startup): New function.
18922 (PerfTest::run): Return result of calling body.
18923 (PerfTest::assemble): Rewrite.
18924 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
18925 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
18926 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
18927 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
18928 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
18929
18930 2015-07-24 Doug Evans <dje@google.com>
18931
18932 * lib/gdb.exp (clean_restart): Make executable optional.
18933
18934 2015-07-24 Doug Evans <dje@google.com>
18935
18936 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
18937 compiler_info references.
18938 * gdb.cp/temargs.exp: Ditto.
18939 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
18940 (get_compiler_info): Early exit if already computed. Set compiler_info
18941 to "unknown" if there was a problem.
18942 (test_compiler_info): Add function comment. Call get_compiler_info.
18943
18944 2015-07-24 Doug Evans <dje@google.com>
18945
18946 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
18947 (workers/%.worker, build-perf): New rule.
18948 (GDB_PERFTEST_MODE): New variable.
18949 (check-perf): Use it.
18950 (clean): Clean up gdb.perf parallel build subdirs.
18951 * lib/build-piece.exp: New file.
18952 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
18953 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
18954 name.
18955 (standard_temp_file): Ditto.
18956 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18957 of $GDB_PARALLEL.
18958
18959 2015-07-24 Doug Evans <dje@google.com>
18960
18961 * lib/future.exp (gdb_default_target_compile): New option
18962 "early_flags".
18963 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
18964 --as-needed.
18965
18966 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
18967
18968 * gdb.base/catch-syscall.exp: Call gdb_exit before
18969 gdb_skip_xml_test.
18970
18971 2015-07-24 Pedro Alves <palves@redhat.com>
18972
18973 * gdb.python/py-events.exp: Accept output between the stop event
18974 and the prompt.
18975 * gdb.python/py-evsignal.exp: Likewise.
18976 * gdb.python/py-evthreads.exp: Likewise.
18977
18978 2015-07-24 Pedro Alves <palves@redhat.com>
18979
18980 PR gdb/18717
18981 * gdb.threads/non-ldr-exit.c: New file.
18982 * gdb.threads/non-ldr-exit.exp: New file.
18983
18984 2015-07-24 Yao Qi <yao.qi@linaro.org>
18985
18986 * gdb.server/ext-wrapper.exp: Test --wrapper option when
18987 restarting process.
18988
18989 2015-07-24 Yao Qi <yao.qi@linaro.org>
18990
18991 * gdb.server/ext-restart.exp: New file.
18992
18993 2015-07-24 Yao Qi <yao.qi@linaro.org>
18994
18995 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
18996 argument options.
18997 * gdb.server/ext-wrapper.exp: New file.
18998
18999 2015-07-23 Doug Evans <dje@google.com>
19000
19001 * gdb.dwarf2/dw2-dummy-cu.S: New file.
19002 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
19003
19004 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
19005
19006 * gdb.ada/var_arr_typedef.exp: New testcase.
19007 * gdb.ada/var_arr_typedef/pack.adb: New file.
19008 * gdb.ada/var_arr_typedef/pack.ads: New file.
19009 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
19010
19011 2015-07-20 Joel Brobecker <brobecker@adacore.com>
19012
19013 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
19014
19015 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19016
19017 * gdb.arch/i386-biarch-core.exp: Replace istarget
19018 by "complete set gnutarget". Remove expectation for the "core-file"
19019 command.
19020
19021 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
19022
19023 Revert the previous commit:
19024 Tests for validate symbol file using build-id.
19025
19026 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
19027
19028 Tests for validate symbol file using build-id.
19029 * gdb.base/solib-mismatch-lib.c: New file.
19030 * gdb.base/solib-mismatch-libmod.c: New file.
19031 * gdb.base/solib-mismatch.c: New file.
19032 * gdb.base/solib-mismatch.exp: New file.
19033
19034 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
19035
19036 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
19037 nios2-*-linux*.
19038 * gdb.base/sigbpt.exp (stepi_out): Likewise.
19039 * gdb.base/siginfo.exp: Likewise.
19040 * gdb.base/sigstep.exp (advance, advancei): Likewise.
19041
19042 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
19043
19044 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
19045 Move it to ...
19046 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
19047 ... here.
19048 * gdb.trace/range-stepping.exp: Check that the target supports
19049 range stepping.
19050
19051 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19052
19053 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
19054
19055 2015-07-14 Pedro Alves <palves@redhat.com>
19056
19057 * gdb.base/killed-outside.exp: New file.
19058 * gdb.base/killed-outside.c: New file.
19059
19060 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
19061
19062 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
19063 (n at main): New.
19064 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
19065
19066 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19067
19068 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
19069 infcall tests instead of setting up for KFAIL.
19070
19071 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
19072
19073 * gdb.btrace/record_goto-step.exp: New.
19074
19075 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
19076
19077 PR compile/18484
19078 * gdb.compile/compile.c (struct struct_type): Add volatile to
19079 selffield's type.
19080 * gdb.compile/compile.exp
19081 (compile code struct_object.selffield = &struct_object): Skip further
19082 struct_object tests if this one xfails.
19083
19084 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
19085
19086 PR exp/18617
19087 * gdb.trace/ax.exp: Add test.
19088
19089 2015-07-07 Yao Qi <yao.qi@linaro.org>
19090
19091 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
19092 instead of istarget "aarch64*-*-*".
19093 * gdb.arch/aarch64-fp.exp: Likewise.
19094 * gdb.base/float.exp: Likewise.
19095 * gdb.reverse/aarch64.exp: Likewise.
19096 * lib/gdb.exp (is_aarch64_target): New proc.
19097
19098 2015-07-07 Yao Qi <yao.qi@linaro.org>
19099
19100 * lib/gdb.exp (is_aarch32_target): New proc.
19101 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
19102 instead of "istarget "arm*-*-*"".
19103 * gdb.arch/arm-disp-step.exp: Likewise.
19104 * gdb.arch/thumb-bx-pc.exp: Likewise.
19105 * gdb.arch/thumb-prologue.exp: Likewise.
19106 * gdb.arch/thumb-singlestep.exp: Likewise.
19107 * gdb.base/disp-step-syscall.exp: Likewise.
19108 * gdb.base/float.exp: Likewise.
19109
19110 2015-07-07 Yao Qi <yao.qi@linaro.org>
19111
19112 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
19113 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
19114
19115 2015-07-07 Yao Qi <yao.qi@linaro.org>
19116
19117 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
19118 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
19119 if it exists.
19120 * gdb.multi/multi-arch.exp: Likewise.
19121
19122 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
19123
19124 * gdb.python/py-lazy-string.exp: Add missing parentheses to
19125 print.
19126
19127 2015-07-07 Yao Qi <yao.qi@linaro.org>
19128
19129 * gdb.arch/thumb-singlestep.exp: Do one more single step.
19130
19131 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
19132
19133 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
19134 '[' and ']' characters.
19135
19136 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
19137
19138 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
19139
19140 2015-06-29 Pedro Alves <palves@redhat.com>
19141
19142 PR threads/18127
19143 * gdb.threads/hand-call-new-thread.c: New file.
19144 * gdb.threads/hand-call-new-thread.c: New file.
19145
19146 2015-06-26 Keith Seitz <keiths@redhat.com>
19147 Doug Evans <dje@google.com>
19148
19149 PR 16253
19150 * gdb.cp/var-tag-2.cc: New file.
19151 * gdb.cp/var-tag-3.cc: New file.
19152 * gdb.cp/var-tag-4.cc: New file.
19153 * gdb.cp/var-tag.cc: New file.
19154 * gdb.cp/var-tag.exp: New file.
19155
19156 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19157
19158 * gdb.base/history-duplicates.exp: New test.
19159
19160 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19161
19162 * gdb.base/completion.exp: Test the completion of the "focus"
19163 command.
19164
19165 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19166
19167 * gdb.arch/amd64-prologue-skip.S: New file.
19168 * gdb.arch/amd64-prologue-skip.exp: New file.
19169
19170 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
19171
19172 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
19173 is_address_zero_readable check.
19174
19175 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
19176
19177 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
19178 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
19179
19180 2015-06-24 Yao Qi <yao.qi@linaro.org>
19181
19182 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
19183 linux targets.
19184
19185 2015-06-24 Yao Qi <yao.qi@linaro.org>
19186
19187 * lib/gdb.exp (supports_get_siginfo_type): New proc.
19188 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
19189 * gdb.base/siginfo-thread.exp: Likewise.
19190
19191 2015-06-22 Yao Qi <yao.qi@linaro.org>
19192
19193 * boards/remote-gdbserver-on-localhost.exp: Add comments.
19194
19195 2015-06-22 Yao Qi <yao.qi@linaro.org>
19196
19197 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
19198 aarch64*-*-*.
19199 (skip_hw_watchpoint_tests): Likewise.
19200
19201 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
19202
19203 * gdb.base/gdbinit-history.exp: Test the interaction between
19204 setting GDBHISTSIZE and setting the history size via .gdbinit.
19205
19206 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19207
19208 PR gdb/16999
19209 * gdb.base/gdbhistsize-history.exp: New test.
19210
19211 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19212
19213 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
19214 with GDBHISTSIZE.
19215 * gdb.base/readline.exp: Likewise.
19216
19217 2015-06-17 Yao Qi <yao.qi@linaro.org>
19218
19219 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
19220 line.
19221
19222 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19223
19224 * gdb.base/gdbinit-history.exp: Add test case to check that
19225 an unlimited history file does not get truncated on exit.
19226
19227 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19228
19229 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
19230 (VECTOR): New macro. Use it...
19231 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
19232 ...for these typedefs.
19233 (int8, char1, int1, double1): New typedefs.
19234 (struct just_int2, struct two_int2): New structures.
19235 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
19236 (add_structvecs, add_singlevecs): New functions.
19237 (main): Call add_some_intvecs twice.
19238 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
19239 the compile and exit upon failure. Try compiling for the "native"
19240 architecture. Test inferior function calls with vector arguments
19241 and vector return value handling with "finish" and "return".
19242
19243 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
19244
19245 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
19246 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
19247 PE file.
19248 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
19249
19250 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
19251
19252 PR breakpoints/16465
19253 * gdb.mi/mi-dprintf-pending.c: New file.
19254 * gdb.mi/mi-dprintf-pending.exp: New test.
19255 * gdb.mi/mi-dprintf-pendshr.c: New file.
19256
19257 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19258 Mircea Gherzan <mircea.gherzan@intel.com>
19259
19260 * gdb.arch/i386-mpx-map.c: New file.
19261 * gdb.arch/i386-mpx-map.exp: New File.
19262
19263 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19264
19265 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
19266 * gdb.arch/i386-mpx.exp: Indentation fixed.
19267
19268 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19269
19270 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
19271 function and improved indentation.
19272 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
19273 gdb_test_multiple. Added additional tests to skip the test.
19274
19275 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19276
19277 * gdb.arch/i386-avx512.c: Change path in include file.
19278 * gdb.arch/i386-avx512.exp: Change include dir path
19279 compilation flag.
19280 * gdb.arch/i386-mpx.c: Change path in include file.
19281 * gdb.arch/i386-mpx.exp: Change include dir path compilation
19282 flag.
19283
19284 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
19285
19286 * gdb.compile/compile-print.exp (compile print *vararray@3)
19287 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
19288
19289 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19290
19291 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
19292 (do not keep jit in memory): ... this.
19293 (expect 5): Change it to ...
19294 (expect no 5): ... this.
19295
19296 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
19297
19298 PR gdb/15564
19299 * gdb.mi/mi-detach.exp: New file.
19300
19301 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
19302
19303 PR symtab/18392
19304 * gdb.arch/amd64-tailcall-self.S: New file.
19305 * gdb.arch/amd64-tailcall-self.c: New file.
19306 * gdb.arch/amd64-tailcall-self.exp: New file.
19307
19308 2015-05-28 Don Breazeal <donb@codesourcery.com>
19309
19310 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
19311 tests for remote targets by checking is_target_gdbserver.
19312
19313 2015-05-27 Doug Evans <dje@google.com>
19314
19315 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
19316 * gdb.dwarf2/opaque-type-lookup.c: New file.
19317 * gdb.dwarf2/opaque-type-lookup.exp: New file.
19318
19319 2015-05-26 Doug Evans <dje@google.com>
19320
19321 * gdb.cp/iostream.cc: New file.
19322 * gdb.cp/iostream.exp: New file.
19323
19324 2015-05-26 Doug Evans <dje@google.com>
19325
19326 * gdb.dwarf2/dw2-op-call.exp: Update.
19327 * gdb.dwarf2/dw4-sig-types.exp: Update.
19328 * gdb.dwarf2/implptr.exp: Update.
19329 * gdb.mi/mi-cmd-param-changed.exp: Update.
19330
19331 2015-05-26 Doug Evans <dje@google.com>
19332
19333 * gdb.python/py-lazy-string.c: New file.
19334 * gdb.python/py-lazy-string.exp: New file.
19335 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
19336 (main): Update. Add estring3.
19337 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
19338 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
19339
19340 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19341 Yao Qi <yao.qi@linaro.org>
19342
19343 * gdb.reverse/aarch64.c: New.
19344 * gdb.reverse/aarch64.exp: New.
19345
19346 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
19347
19348 * lib/gdb.exp (supports_process_record): Return true for
19349 aarch64*-linux*.
19350 (supports_reverse): Likewise.
19351
19352 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
19353
19354 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19355 Use with_test_prefix.
19356
19357 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
19358
19359 * gdb.base/completion.exp: Add test for completion of layout
19360 names.
19361
19362 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
19363
19364 * lib/gdb.exp (skip_tui_tests): New proc.
19365 * gdb.base/tui-layout.exp: Check skip_tui_tests.
19366
19367 2015-05-19 Pedro Alves <palves@redhat.com>
19368
19369 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19370 Save the whole env array instead of just HOME. Unset HISTSIZE in
19371 the environment while testing. Restore whole environment
19372 afterwards.
19373
19374 2015-05-16 Doug Evans <xdje42@gmail.com>
19375
19376 * gdb.guile/scm-ports.c: New file.
19377 * gdb.guile/scm-ports.exp: Add memory port tests.
19378
19379 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19380
19381 * gdb.compile/compile-print.c: New file.
19382 * gdb.compile/compile-print.exp: New file.
19383
19384 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19385
19386 * gdb.compile/compile-ops.exp: Cast param to void.
19387 * gdb.compile/compile.exp: Complete type for _gdb_expr.
19388 (compile code struct_object.selffield = &struct_object): Add xfail.
19389
19390 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19391
19392 * gdb.ada/arr_enum_with_gap: New testcase.
19393
19394 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19395
19396 * gdb.ada/byte_packed_arr: New testcase.
19397
19398 2015-05-15 Joel Brobecker <brobecker@adacore.com>
19399
19400 * gdb.ada/pckd_neg: New testcase.
19401
19402 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
19403
19404 PR gdb/17820
19405 * gdb.base/gdbinit-history.exp: New test.
19406 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
19407 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
19408
19409 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
19410
19411 * gdb.python/py-xmethods.cc: Enhance test case.
19412 * gdb.python/py-xmethods.exp: New tests.
19413 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
19414 function.
19415 (B_indexoper): Likewise.
19416 (global_dm_list) : Add new xmethod worker functions.
19417
19418 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
19419
19420 * gdb.base/coredump-filter.exp: Correctly unset
19421 "coredump_var_addr" array.
19422
19423 2015-05-08 Pedro Alves <palves@redhat.com>
19424
19425 * gdb.server/non-existing-program.exp: Unset spawn_id.
19426
19427 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
19428
19429 PR python/18291
19430 * gdb.python/py-xmethods.exp: Add tests.
19431
19432 2015-05-08 Yao Qi <yao.qi@linaro.org>
19433
19434 PR gdb/18208
19435 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
19436 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
19437 function set_coredump_filter, and remove remote_exec call.
19438 Remove argument ipid. Callers update.
19439 (top level): Don't get inferior's PID.
19440
19441 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
19442
19443 * gdb.base/watch_thread_num.exp: Skip test on targets without
19444 access watchpoints.
19445
19446 2015-05-06 Pedro Alves <palves@redhat.com>
19447
19448 PR server/18081
19449 * gdb.server/non-existing-program.exp: New file.
19450
19451 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19452
19453 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
19454
19455 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19456
19457 * gdb.ada/out_of_line_in_inlined: New testcase.
19458
19459 2015-05-05 Joel Brobecker <brobecker@adacore.com>
19460
19461 * gdb.ada/var_rec_arr: New testcase.
19462
19463 2015-04-30 Yao Qi <yao.qi@linaro.org>
19464
19465 * gdb.base/break-idempotent.exp: If
19466 skip_hw_watchpoint_multi_tests returns true, skip the tests
19467 on "rwatch" and "awatch".
19468
19469 2015-04-30 Yao Qi <yao.qi@linaro.org>
19470
19471 * gdb.base/relativedebug.exp: Invoke gdb command
19472 "info sharedlibrary", and if libc.so doesn't have debug info,
19473 skip the test.
19474
19475 2015-04-29 Doug Evans <dje@google.com>
19476
19477 * gdb.python/py-xmethods.exp: Add ptype tests.
19478 * gdb.python/py-xmethods.py (E_method_char_worker): Add
19479 get_result_type method.
19480
19481 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
19482
19483 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
19484 the target does not support hardware watchpoints.
19485
19486 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
19487
19488 * gdb.base/break-always.exp: Abort testing if writing to memory
19489 causes an error.
19490
19491 2015-04-28 Doug Evans <dje@google.com>
19492
19493 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
19494 * gdb.python/py-pp-registration.exp: ... here. New file.
19495 * gdb.python/py-pp-registration.c: New file.
19496 * gdb.python/py-pp-registration.py: New file.
19497
19498 2015-04-28 Doug Evans <dje@google.com>
19499
19500 * gdb.python/py-bad-printers.c: New file.
19501 * gdb.python/py-bad-printers.py: New file.
19502 * gdb.python/py-bad-printers.exp: New file.
19503
19504 2015-04-28 Sasha Smundak <asmundak@google.com>
19505
19506 * gdb.python/py-type.exp: New test.
19507
19508 2015-04-28 Andy Wingo <wingo@igalia.com>
19509
19510 * gdb.python/py-parameter.exp:
19511 * gdb.guile/scm-parameter.exp: Escape the path that we are
19512 matching against, as it might contain characters that are special
19513 to regular expressions.
19514
19515 2015-04-27 Joel Brobecker <brobecker@adacore.com>
19516
19517 * gdb.ada/rec_comp: New testcase.
19518
19519 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
19520
19521 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
19522 before using it.
19523
19524 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
19525
19526 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
19527 new tests for verilog output.
19528
19529 2015-04-24 Yao Qi <yao.qi@linaro.org>
19530
19531 * boards/remote-gdbserver-on-localhost.exp: New file.
19532
19533 2015-04-23 Pedro Alves <palves@redhat.com>
19534
19535 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
19536 $inferior_spawn_id instead of $inferior_spawn_id directly. On
19537 "end of file", remove $inferior_spawn_id from the indirect list.
19538
19539 2015-04-23 Pedro Alves <palves@redhat.com>
19540
19541 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
19542
19543 2015-04-23 Pedro Alves <palves@redhat.com>
19544
19545 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
19546 on $any_spawn_id instead of only on $gdb_spawn_id.
19547
19548 2015-04-21 Pierre Muller <muller@sourceware.org>
19549
19550 PR pascal/17815
19551 * lib/pascal.exp (gpc_compile): Add new option "class".
19552 (fpc_compile): Likewise.
19553 * gdb.pascal/case-insensitive-symbols.pas: New file.
19554 * gdb.pascal/case-insensitive-symbols.exp: New file.
19555
19556 2015-04-20 Gary Benson <gbenson@redhat.com>
19557
19558 * gdb.base/attach.exp: Fix three extended remote failures.
19559
19560 2015-04-17 Gary Benson <gbenson@redhat.com>
19561
19562 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
19563 the main executable over the remote protocol.
19564
19565 2015-04-16 Pedro Alves <palves@redhat.com>
19566
19567 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
19568 a new gdbserver if gdbserver_reconnect_p is set.
19569
19570 2015-04-16 Pedro Alves <palves@redhat.com>
19571
19572 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
19573 is set, don't exit gdbserver.
19574
19575 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
19576
19577 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
19578 appropriate .insn, such that an older assembler can be used.
19579 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
19580 the z/Architecture instruction set on 31-bit targets as well.
19581
19582 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
19583
19584 * gdb.go/handcall.exp: Remove all logic related to the first
19585 breakpoint and rely on go_runto_main instead.
19586 * gdb.go/strings.exp: Likewise.
19587 * gdb.go/unsafe.exp: Likewise.
19588 * gdb.go/hello.exp: Likewise. Also rename the remaining
19589 breakpoint marker to "breakpoint 1".
19590 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
19591 * gdb.go/strings.go: Likewise.
19592 * gdb.go/unsafe.go: Likewise.
19593 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
19594 "set breakpoint 2 here" and rename the remaining breakpoint marker
19595 to "breakpoint 1".
19596
19597 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
19598
19599 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
19600 if itertools.imap is not present.
19601 * gdb.python/py-objfile.exp: Add parentheses.
19602 * gdb.python/py-type.exp: Same.
19603 * gdb.python/py-unwind-maint.py: Same.
19604
19605 2015-04-15 Yao Qi <yao.qi@linaro.org>
19606
19607 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
19608 of ":$ptr_size" and set its form explicitly.
19609
19610 2015-04-15 Pedro Alves <palves@redhat.com>
19611 Yao Qi <yao.qi@linaro.org>
19612
19613 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
19614 timeout by factor of 4.
19615 (test_regular_watch): Likewise.
19616 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
19617 * gdb.reverse/sigall-reverse.exp: Likewise.
19618 * gdb.reverse/until-precsave.exp: Likewise.
19619 * lib/gdb.exp (with_timeout_factor): New proc.
19620 (gdb_expect): Move some code to ...
19621 (get_largest_timeout): ... here. New procedure.
19622
19623 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
19624
19625 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
19626
19627 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
19628
19629 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
19630 to write to the .text section.
19631
19632 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
19633
19634 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
19635 Handle the case of targets that do not provide PID information.
19636
19637 2015-04-13 Yao Qi <yao.qi@linaro.org>
19638
19639 * lib/gdbserver-support.exp (gdb_exit): Catch exception
19640 and use expect instead of gdb_expect.
19641
19642 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
19643
19644 * gdb.base/coredump-filter.exp: Rename variable "addr" to
19645 "coredump_var_addr" to avoid naming conflict with other testcases.
19646
19647 2015-04-10 Pedro Alves <palves@redhat.com>
19648
19649 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
19650 gdb_test_sequence and gdb_assert.
19651
19652 2015-04-10 Pedro Alves <palves@redhat.com>
19653
19654 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
19655 test messages that don't include the breakpoint address.
19656
19657 2015-04-10 Yao Qi <yao.qi@linaro.org>
19658
19659 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
19660 false for some offset and width combinations which aren't
19661 supported by linux kernel.
19662
19663 2015-04-10 Pedro Alves <palves@redhat.com>
19664
19665 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
19666 procedure, factored out from ...
19667 (top level): ... here. Add "set displaced-stepping" testing axis.
19668 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
19669 parameter "displaced". Use it.
19670 (top level): Use foreach and add "set displaced-stepping" testing
19671 axis.
19672
19673 2015-04-10 Pedro Alves <palves@redhat.com>
19674
19675 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
19676 Remove comment.
19677 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
19678 both the address of the instruction that triggers the watchpoint
19679 and the address of the instruction immediately after, and use
19680 those addresses for the test. Fix comment.
19681
19682 2015-04-10 Pedro Alves <palves@redhat.com>
19683
19684 * gdb.base/sigstep.exp (breakpoint_to_handler)
19685 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
19686 Test "backtrace" in handler.
19687 (breakpoint_over_handler): New parameter 'displaced'. Use it.
19688 (top level): Add new "displaced" test axis to
19689 breakpoint_to_handler, breakpoint_to_handler_entry and
19690 breakpoint_over_handler.
19691
19692 2015-04-10 Pedro Alves <palves@redhat.com>
19693
19694 PR gdb/18216
19695 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
19696
19697 2015-04-10 Yao Qi <yao.qi@linaro.org>
19698
19699 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
19700 (test_add_rn_pc): New function.
19701 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
19702 (top level): Invoke test_add_rn_pc.
19703
19704 2015-04-10 Pedro Alves <palves@redhat.com>
19705
19706 PR gdb/13858
19707 * gdb.base/step-over-no-symbols.exp: New file.
19708
19709 2015-04-09 Andy Wingo <wingo@igalia.com>
19710
19711 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
19712 after the Python tests.
19713
19714 2015-04-08 Keith Seitz <keiths@redhat.com>
19715
19716 PR python/16699
19717 * gdb.python/py-completion.exp: New tests for completion.
19718 * gdb.python/py-completion.py (CompleteLimit1): New class.
19719 (CompleteLimit2): Likewise.
19720 (CompleteLimit3): Likewise.
19721 (CompleteLimit4): Likewise.
19722 (CompleteLimit5): Likewise.
19723 (CompleteLimit6): Likewise.
19724 (CompleteLimit7): Likewise.
19725
19726 2015-04-08 Pedro Alves <palves@redhat.com>
19727
19728 PR gdb/18214
19729 PR gdb/18216
19730 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
19731 function.
19732 (main): Install it as SIGUSR1 handler.
19733 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
19734 parameter. Always use "setup" as prefix. Toggle "set
19735 displaced-stepping" off/on depending on global. Don't switch to
19736 thread 1 here.
19737 (top level): Add displaced stepping "off/on" test axis. Update
19738 "setup" calls. Wrap each subtest with with_test_prefix. Test
19739 continuing with a queued signal in each thread.
19740
19741 2015-04-08 Pedro Alves <palves@redhat.com>
19742
19743 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
19744 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
19745 gdb_breakpoint instead of gdb_test that doesn't expect anything.
19746 Return early if running to main fails.
19747 * gdb.trace/while-stepping.exp: Likewise.
19748
19749 2015-04-07 Pedro Alves <palves@redhat.com>
19750
19751 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
19752 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
19753 interact with inferior program.
19754
19755 2015-04-07 Pedro Alves <palves@redhat.com>
19756
19757 * lib/gdb.exp (inferior_spawn_id): New global.
19758 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
19759 spawn id after processing the user code.
19760 (default_gdb_start): Set inferior_spawn_id.
19761 (send_inferior): New procedure.
19762 * lib/gdbserver-support.exp (gdbserver_start): Set
19763 inferior_spawn_id.
19764 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
19765
19766 2015-04-07 Pedro Alves <palves@redhat.com>
19767
19768 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
19769 * lib/gdbserver-support.exp (gdbserver_start): Make
19770 $server_spawn_id global.
19771 (gdbserver_start): Don't wait for gdbserver's spawn id with
19772 expect_background.
19773 (close_gdbserver): New procedure.
19774 (gdb_exit): Rename the default version and reimplement.
19775
19776 2015-04-07 Pedro Alves <palves@redhat.com>
19777
19778 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
19779 append the substituted item, not the original item.
19780
19781 2015-04-07 Pedro Alves <palves@redhat.com>
19782
19783 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
19784 gdb_expect.
19785
19786 2015-04-07 Pedro Alves <palves@redhat.com>
19787
19788 * gdb.base/interrupt.exp: Don't handle the case of the inferior
19789 output appearing once only.
19790
19791 2015-04-07 Pedro Alves <palves@redhat.com>
19792
19793 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
19794 that doesn't expect anything. Return early if running to main
19795 fails.
19796
19797 2015-04-07 Yao Qi <yao.qi@linaro.org>
19798
19799 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
19800 (child_function): Call alarm.
19801 (main): Move call to alarm into the loop.
19802 * gdb.threads/non-stop-fair-events.exp: Build program with
19803 -DTIMEOUT=$timeout.
19804
19805 2015-04-06 Doug Evans <xdje42@gmail.com>
19806
19807 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
19808 Fix dest parameter to board_info.
19809 (fpc_compile): Ditto.
19810 (gdb_compile_pascal): Rename dest arg to destfile.
19811
19812 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
19813
19814 * gdb.ada/funcall_ref.exp: New file.
19815 * gdb.ada/funcall_ref/foo.adb: New file.
19816
19817 2015-04-02 Yao Qi <yao.qi@linaro.org>
19818
19819 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
19820 is remote.
19821
19822 2015-04-02 Gary Benson <gbenson@redhat.com>
19823
19824 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
19825
19826 2015-04-01 Sasha Smundak <asmundak@google.com>
19827
19828 * gdb.python/py-unwind-maint.c: New file.
19829 * gdb.python/py-unwind-maint.exp: New test.
19830 * gdb.python/py-unwind-maint.py: New file.
19831 * gdb.python/py-unwind.c: New file.
19832 * gdb.python/py-unwind.exp: New test.
19833 * gdb.python/py-unwind.py: New test.
19834
19835 2015-04-01 Pedro Alves <palves@redhat.com>
19836
19837 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
19838 to fail instead of non-existent $test.
19839
19840 2015-04-01 Pedro Alves <palves@redhat.com>
19841
19842 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
19843 GDBFLAGS if not empty.
19844
19845 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
19846
19847 * gdb.ada/complete.exp: Remove "multi_line".
19848 * gdb.ada/info_exc.exp: Remove "multi_line".
19849 * gdb.ada/packed_tagged.exp: Remove "multi_line".
19850 * gdb.ada/ptype_field.exp: Remove "multi_line".
19851 * gdb.ada/sym_print_name.exp: Remove "multi_line".
19852 * gdb.ada/tagged.exp: Remove "multi_line".
19853 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
19854 [multi_line ...]
19855 * gdb.btrace/delta.exp: Likewise.
19856 * gdb.btrace/exception.exp: Likewise.
19857 * gdb.btrace/function_call_history.exp: Likewise.
19858 * gdb.btrace/instruction_history.exp: Likewise.
19859 * gdb.btrace/nohist.exp: Likewise.
19860 * gdb.btrace/record_goto.exp: Likewise.
19861 * gdb.btrace/segv.exp: Likewise.
19862 * gdb.btrace/stepi.exp: Likewise.
19863 * gdb.btrace/tailcall.exp: Likewise.
19864 * gdb.btrace/unknown_functions.exp: Likewise.
19865 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
19866 * lib/gdb.exp: Add the "multi_line" helper.
19867
19868 2015-04-01 Pedro Alves <palves@redhat.com>
19869
19870 * gdb.threads/tid-reuse.c: New file.
19871 * gdb.threads/tid-reuse.exp: New file.
19872
19873 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
19874
19875 PR corefiles/16092
19876 * gdb.base/coredump-filter.c: New file.
19877 * gdb.base/coredump-filter.exp: Likewise.
19878
19879 2015-03-27 Petr Machata <pmachata@redhat.com>
19880
19881 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
19882 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
19883 (Dwarf::assemble): Initialize them.
19884 (Dwarf::lines): New function.
19885
19886 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
19887
19888 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
19889 SYMBOL_PREFIX for x86_64-*-cygwin.
19890
19891 2015-03-26 Andy Wingo <wingo@igalia.com>
19892
19893 PR symtab/18148
19894 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
19895 const_value but not a location.
19896 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
19897 location defined in non-main CUs are visible.
19898
19899 2015-03-26 Yao Qi <yao.qi@linaro.org>
19900
19901 PR testsuite/18139
19902 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
19903 Add a line number entry for the same line.
19904 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
19905 Add a line number entry for the same line.
19906
19907 2015-03-26 Yao Qi <yao.qi@linaro.org>
19908
19909 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
19910 .int 0.
19911 (func): Likewise. Add .Lfunc_1 label.
19912 Use .Lfunc_1 label.
19913 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
19914 .int 0.
19915 (func): Likewise.
19916 Use .Lfunc_1 label.
19917
19918 2015-03-26 Yao Qi <yao.qi@linaro.org>
19919
19920 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
19921 Call gdb_compile instead to compile each .s files without debug
19922 information.
19923
19924 2015-03-26 Yao Qi <yao.qi@linaro.org>
19925
19926 * gdb.base/savedregs.exp (process_saved_regs): Make
19927 "Saved registers:" optional in the pattern.
19928
19929 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
19930
19931 * gdb.btrace/next.exp: Merged into step.exp.
19932 * gdb.btrace/finish.exp: Merged into step.exp.
19933 * gdb.btrace/nexti.exp: Merged into stepi.exp.
19934 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
19935 "record goto" and checking the exact replay position.
19936 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
19937 check for "Recording format" in "info record" output.
19938 * gdb.btrace/record_goto.exp: Choose test file based on target.
19939 * gdb.btrace/x86-record_goto.S: Renamed into ...
19940 * gdb.btrace/x86_64-record_goto.S: ... this.
19941 * gdb.btrace/i686-record_goto.S: New.
19942 * gdb.btrace/x86-tailcall.S: Renamed into ...
19943 * gdb.btrace/x86_64-tailcall.S: ... this.
19944 * gdb.btrace/i686-tailcall.S: New.
19945 * gdb.btrace/x86-tailcall.c: Renamed into ...
19946 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
19947 separate statements. Update test.
19948 * gdb.btrace/delta.exp: Use record_goto.c as test file.
19949 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
19950 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
19951 * gdb.btrace/tailcall.exp: Choose test file based on target.
19952 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
19953
19954 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
19955
19956 * gdb.btrace/exception.exp: Increase BTS buffer size.
19957
19958 2015-03-24 Pedro Alves <palves@redhat.com>
19959
19960 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
19961
19962 2015-03-24 Pedro Alves <palves@redhat.com>
19963
19964 * gdb.threads/schedlock.exp (test_step): No longer expect that
19965 "set scheduler-locking step" with "next" over a function call runs
19966 threads unlocked.
19967
19968 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19969
19970 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
19971
19972 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19973
19974 PR breakpoints/16466
19975 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
19976 * gdb.mi/mi-pending.c (thread_func): New function.
19977 (int main): Add threading support required.
19978 * gdb.mi/mi-pending.exp: Add tests for this issue.
19979 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
19980 (pendfunc2): Remove stdio dependency.
19981 * gdb.mi/mi-pendshr2.c: New file.
19982
19983 2015-03-23 Keith Seitz <keiths@redhat.com>
19984
19985 * gdb.linespec/keywords.c: New file.
19986 * gdb.linespec/keywords.exp: New file.
19987
19988 2015-03-23 Keith Seitz <keiths@redhat.com>
19989
19990 PR gdb/18021
19991 * gdb.dwarf2/staticvirtual.exp: New test.
19992
19993 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
19994
19995 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
19996 * README: Remove HP-UX and gdb.hp.
19997 (configuration):
19998 * configure: Regenerate.
19999 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
20000 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
20001 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
20002 gdb.hp/gdb.defects/Makefile.
20003 * gdb.hp/Makefile.in: File deleted.
20004 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
20005 * gdb.hp/gdb.aCC/optimize.c: File deleted.
20006 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
20007 * gdb.hp/gdb.aCC/run.c: File deleted.
20008 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
20009 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
20010 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
20011 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
20012 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
20013 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
20014 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
20015 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
20016 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
20017 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
20018 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
20019 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
20020 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
20021 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
20022 * gdb.hp/gdb.base-hp/reg.s: File deleted.
20023 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
20024 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
20025 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
20026 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
20027 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
20028 * gdb.hp/gdb.compat/Makefile.in: File deleted.
20029 * gdb.hp/gdb.compat/average.c: File deleted.
20030 * gdb.hp/gdb.compat/sum.c: File deleted.
20031 * gdb.hp/gdb.compat/xdb.c: File deleted.
20032 * gdb.hp/gdb.compat/xdb0.c: File deleted.
20033 * gdb.hp/gdb.compat/xdb0.h: File deleted.
20034 * gdb.hp/gdb.compat/xdb1.c: File deleted.
20035 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
20036 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
20037 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
20038 * gdb.hp/gdb.defects/Makefile.in: File deleted.
20039 * gdb.hp/gdb.defects/bs14602.c: File deleted.
20040 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
20041 * gdb.hp/gdb.defects/solib-d.c: File deleted.
20042 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
20043 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
20044 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
20045 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
20046 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
20047 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
20048 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
20049 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
20050 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
20051 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
20052 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
20053 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
20054 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
20055 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
20056 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
20057 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
20058 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
20059 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
20060 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
20061 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
20062 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
20063 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
20064 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
20065 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
20066 * gdb.hp/tools/odump: File deleted.
20067
20068 2015-03-19 Pedro Alves <palves@redhat.com>
20069
20070 * gdb.threads/continue-pending-status.exp (saw_thread_2)
20071 (saw_thread_3): New globals.
20072 (top level): Increment them when an event for the corresponding
20073 thread is seen.
20074 (no thread starvation): New test.
20075
20076 2015-03-19 Pedro Alves <palves@redhat.com>
20077
20078 * gdb.threads/continue-pending-status.c: New file.
20079 * gdb.threads/continue-pending-status.exp: New file.
20080
20081 2015-03-18 Pedro Alves <palves@redhat.com>
20082
20083 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
20084 Use gdb_is_target_remote instead of is_remote. Use
20085 gdb_test_multiple instead of gdb_expect. Exit early if
20086 gdb_test_multiple hits its internal matches. Tighten stepi tests
20087 expected output. Fail on exit with any signal, instead of just
20088 SIGILL.
20089
20090 2015-03-18 Yao Qi <yao.qi@linaro.org>
20091
20092 PR tdep/18107
20093 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
20094 variable.
20095 * gdb.base/catch-syscall.exp: Don't skip it on
20096 aarch64*-*-linux* target. Remove elements in all_syscalls.
20097 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
20098 target.
20099 (setup_all_syscalls): New proc.
20100
20101 2015-03-16 Yao Qi <yao.qi@linaro.org>
20102
20103 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
20104 (top level): Skip tests if valid_addr_p returns false for
20105 $cmd1 or $cmd2.
20106
20107 2015-03-11 Andy Wingo <wingo@igalia.com>
20108
20109 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
20110
20111 2015-03-11 Yao Qi <yao.qi@linaro.org>
20112
20113 * gdb.base/catch-syscall.exp: Fix typo in comments.
20114
20115 2015-03-11 Yao Qi <yao.qi@linaro.org>
20116
20117 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
20118
20119 2015-03-09 Pedro Alves <palves@redhat.com>
20120
20121 * dg-extract-results.py: Delete.
20122
20123 2015-03-09 Pedro Alves <palves@redhat.com>
20124
20125 Merge dg-extract-results.sh from GCC upstream (r218843).
20126
20127 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
20128 * dg-extract-results.sh: Use --text with grep to avoid issues with
20129 binary files. Fall back to cat -v, if that doesn't work.
20130
20131 2015-03-05 Pedro Alves <palves@redhat.com>
20132
20133 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
20134
20135 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
20136
20137 * lib/mi-support.exp (mi_expect_interrupt): Accept
20138 alternative event for when in all-stop mode.
20139
20140 2015-03-04 Pedro Alves <palves@redhat.com>
20141
20142 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
20143
20144 2015-03-04 Mark Kettenis <kettenis@gnu.org>
20145
20146 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
20147
20148 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20149
20150 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
20151 regexps for GDB's current line display, accept a hex address
20152 preceding the line number.
20153
20154 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20155
20156 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
20157 the 'arch1' variable for "s390*-linux*" targets.
20158
20159 2015-03-04 Pedro Alves <palves@redhat.com>
20160
20161 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
20162 (main): Pass missing retval argument to pthread_join call.
20163
20164 2015-03-02 Pedro Alves <palves@redhat.com>
20165
20166 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
20167 (top level): Call do_test with non-stop as well.
20168
20169 2015-03-02 Pedro Alves <palves@redhat.com>
20170
20171 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
20172 -1.
20173
20174 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20175
20176 * gdb.arch/s390-vregs.exp: New test.
20177 * gdb.arch/s390-vregs.S: New file.
20178
20179 2015-02-27 Pedro Alves <palves@redhat.com>
20180
20181 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
20182 call to catch_command_errors.
20183 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
20184 catch_command_errors.
20185
20186 2015-02-27 Pedro Alves <palves@redhat.com>
20187
20188 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
20189 "true" for boolean result.
20190 * gdb.gdb/selftest.exp (test_with_self): Also accept full
20191 prototype of main.
20192
20193 2015-02-27 Pedro Alves <palves@redhat.com>
20194
20195 * lib/unbuffer_output.c: New file.
20196 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
20197 (main): Call gdb_unbuffer_output.
20198
20199 2015-02-27 Yao Qi <yao.qi@linaro.org>
20200
20201 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
20202 target.
20203
20204 2015-02-26 Doug Evans <dje@google.com>
20205
20206 * gdb.cp/class2.cc (Dbase, D): New classes.
20207 (main): New local delta.
20208 * gdb.cp/class2.exp: Test printing delta.
20209 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
20210 (dynbar): New global.
20211 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
20212
20213 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20214
20215 * gdb.compile/compile-ifunc.c: New file.
20216 * gdb.compile/compile-ifunc.exp: New file.
20217
20218 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
20219
20220 * gdb.base/structs.exp: Check for correct struct on finish.
20221
20222 2015-02-26 Yao Qi <yao.qi@linaro.org>
20223
20224 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
20225 is zero.
20226
20227 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20228
20229 * gdb.arch/cordic.ko.bz2: New file.
20230 * gdb.arch/cordic.ko.debug.bz2: New file.
20231 * gdb.arch/ppc64-symtab-cordic.exp: New file.
20232
20233 2015-02-25 Yao Qi <yao.qi@linaro.org>
20234
20235 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
20236 aarch64*-*-* target.
20237
20238 2015-02-23 Pedro Alves <palves@redhat.com>
20239
20240 * lib/gdb.exp (delete_breakpoints): Rewrite using
20241 gdb_test_multiple.
20242
20243 2015-02-23 Pedro Alves <palves@redhat.com>
20244
20245 * gdb.base/info-os.c: Include stdlib.h.
20246
20247 2015-02-22 Doug Evans <xdje42@gmail.com>
20248
20249 PR symtab/17855
20250 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
20251 is read after symbols have been re-read.
20252 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
20253 * gdb.ada/exec_changed/second.adb (Second): Ditto.
20254
20255 2015-02-21 Doug Evans <dje@google.com>
20256
20257 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
20258
20259 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20260
20261 PR corefiles/17808
20262 * gdb.arch/i386-biarch-core.core.bz2: New file.
20263 * gdb.arch/i386-biarch-core.exp: New file.
20264
20265 2015-02-21 Pedro Alves <palves@redhat.com>
20266
20267 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
20268 runto_main fails.
20269
20270 2015-02-20 Pedro Alves <palves@redhat.com>
20271
20272 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
20273 info probes.
20274
20275 2015-02-20 Pedro Alves <palves@redhat.com>
20276
20277 * gdb.threads/multi-create-ns-info-thr.exp: New file.
20278
20279 2015-02-20 Pedro Alves <palves@redhat.com>
20280
20281 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
20282 clean_restart before gdb_target_supports_trace.
20283
20284 2015-02-20 Pedro Alves <palves@redhat.com>
20285
20286 PR threads/18006
20287 * gdb.threads/clone-thread_db.c: New file.
20288 * gdb.threads/clone-thread_db.exp: New file.
20289
20290 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
20291
20292 PR breakpoints/16812
20293 * gdb.base/catch-gdb-caused-signals.c: New file.
20294 * gdb.base/catch-gdb-caused-signals.exp: New file.
20295
20296 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
20297
20298 * configure: Regenerated.
20299 * configure.ac: Use GDB_AC_TRANSFORM.
20300 * aclocal.m4: sinclude ../transform.m4.
20301
20302 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20303
20304 * lib/dtrace.exp: New file.
20305 * gdb.base/dtrace-probe.exp: Likewise.
20306 * gdb.base/dtrace-probe.d: Likewise.
20307 * gdb.base/dtrace-probe.c: Likewise.
20308 * lib/pdtrace.in: Likewise.
20309 * configure.ac: Output variables with the transformed names of
20310 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
20311 * configure: Regenerated.
20312
20313 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20314
20315 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
20316 expected message when trying to access $_probe_* convenience
20317 variables while not on a probe.
20318
20319 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
20320
20321 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
20322
20323 2015-02-11 Pedro Alves <pedro@codesourcery.com>
20324
20325 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
20326 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
20327
20328 2015-02-10 Doug Evans <xdje42@gmail.com>
20329
20330 * lib/gdb.exp (gdb_load): Always return a result.
20331
20332 2015-02-10 Pedro Alves <palves@redhat.com>
20333
20334 * gdb.threads/signal-sigtrap.c: New file.
20335 * gdb.threads/signal-sigtrap.exp: New file.
20336
20337 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
20338
20339 * gdb.trace/no-attach-trace.c: New file.
20340 * gdb.trace/no-attach-trace.exp: New file.
20341
20342 2015-02-09 Mark Wielaard <mjw@redhat.com>
20343
20344 * gdb.dwarf2/atomic.c: New file.
20345 * gdb.dwarf2/atomic-type.exp: Likewise.
20346
20347 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20348
20349 * gdb.btrace/buffer-size.exp: Update "info record" output.
20350 * gdb.btrace/delta.exp: Update "info record" output.
20351 * gdb.btrace/enable.exp: Update "info record" output.
20352 * gdb.btrace/finish.exp: Update "info record" output.
20353 * gdb.btrace/instruction_history.exp: Update "info record" output.
20354 * gdb.btrace/next.exp: Update "info record" output.
20355 * gdb.btrace/nexti.exp: Update "info record" output.
20356 * gdb.btrace/step.exp: Update "info record" output.
20357 * gdb.btrace/stepi.exp: Update "info record" output.
20358 * gdb.btrace/nohist.exp: Update "info record" output.
20359
20360 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20361
20362 * gdb.btrace/buffer-size: New.
20363
20364 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20365
20366 * gdb.btrace/delta.exp: Update "info record" output.
20367 * gdb.btrace/enable.exp: Update "info record" output.
20368 * gdb.btrace/finish.exp: Update "info record" output.
20369 * gdb.btrace/instruction_history.exp: Update "info record" output.
20370 * gdb.btrace/next.exp: Update "info record" output.
20371 * gdb.btrace/nexti.exp: Update "info record" output.
20372 * gdb.btrace/step.exp: Update "info record" output.
20373 * gdb.btrace/stepi.exp: Update "info record" output.
20374 * gdb.btrace/nohist.exp: Update "info record" output.
20375
20376 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
20377
20378 PR gdb/15678
20379 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
20380
20381 2015-02-06 Pedro Alves <palves@redhat.com>
20382
20383 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
20384 macro.
20385 (seconds_left, again): New globals.
20386 (main): Wait seconds_left in a 1-second sleep loop instead of
20387 sleeping 180 seconds. If 'again' is set, reset the seconds
20388 counter.
20389 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
20390 'again' in the inferior before detaching. Print the seconds left.
20391 (options): New global.
20392 (top level): Build program with -DTIMEOUT=$timeout.
20393
20394 2015-02-06 Pedro Alves <palves@redhat.com>
20395
20396 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
20397 determine how many seconds to pass to 'alarm'.
20398 * gdb.base/gdb-sigterm.exp (top level): Build program with
20399 -DTIMEOUT=$timeout.
20400 (do_test): Return success/failure indication. Add more verbose
20401 logging. Don't fail if 200 single steps are seen. Instead, fail
20402 when the test times out.
20403 (passes): New global.
20404 (top level): Break the testing loop if testing fails on any
20405 iteration. Use gdb_assert.
20406
20407 2015-02-04 Don Breazeal <donb@codesourcery.com>
20408
20409 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
20410 and initialize them.
20411 (ipc_cleanup): New function.
20412 (main): Don't declare shmid, semid, and msqid. Add a call to
20413 atexit so that we call ipc_cleanup on exit.
20414
20415 2015-02-04 Pedro Alves <palves@redhat.com>
20416
20417 * boards/native-extended-gdbserver.exp: Remove any target variant
20418 specifications from the board name before clearing the isremote
20419 flag from board_info.
20420
20421 2015-01-31 Doug Evans <xdje42@gmail.com>
20422
20423 * gdb.base/maint.exp <maint print type argc>: Update expected output.
20424
20425 2015-01-31 Gary Benson <gbenson@redhat.com>
20426
20427 * gdb.base/completion.exp: Disable completion limiting for
20428 existing tests. Add new tests to check completion limiting.
20429 * gdb.linespec/ls-errs.exp: Disable completion limiting.
20430
20431 2015-01-31 Doug Evans <xdje42@gmail.com>
20432
20433 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
20434
20435 2015-01-31 Doug Evans <xdje42@gmail.com>
20436
20437 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
20438 entries. Duplicate file section script entries.
20439 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
20440 inlined entries. Add test for safe-path rejection.
20441 * gdb.python/py-section-script.c: Add duplicate inlined section script
20442 entries. Duplicate file section script entries.
20443 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
20444 inlined entries. Add test for safe-path rejection.
20445
20446 2015-01-29 Joel Brobecker <brobecker@adacore.com>
20447
20448 * gdb.ada/disc_arr_bound: New testcase.
20449
20450 2015-01-29 Joel Brobecker <brobecker@adacore.com>
20451
20452 * gdb.ada/mi_var_array: New testcase.
20453
20454 2015-01-27 Doug Evans <dje@google.com>
20455
20456 * gdb.python/py-objfile.exp: Add tests for objfile.username.
20457 Add test for objfile.filename, objfile.username after objfile
20458 has been unloaded.
20459
20460 2015-01-26 Joel Brobecker <brobecker@adacore.com>
20461
20462 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
20463 the second test to print the name attribute of value
20464 returned by the call to gdb.lookup_type, and adjust
20465 the expected output accordingly.
20466
20467 2015-01-25 Mark Wielaard <mjw@redhat.com>
20468
20469 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
20470 * gdb.base/disp-step-fork.c: Include unistd.h.
20471 * gdb.base/siginfo-obj.c: Include stdio.h.
20472 * gdb.base/siginfo-thread.c: Likewise.
20473 * gdb.mi/non-stop.c: Include unistd.h.
20474 * gdb.mi/nsthrexec.c: Include stdio.h.
20475 * gdb.mi/pthreads.c: Include unistd.h.
20476 * gdb.modula2/unbounded1.c (main): Declare returns int.
20477 * gdb.reverse/consecutive-reverse.c: Likewise.
20478 * gdb.threads/create-fail.c: Include unistd.h.
20479 * gdb.threads/killed.c: Likewise.
20480 * gdb.threads/linux-dp.c: Likewise.
20481 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
20482 * gdb.threads/non-ldr-exc-2.c: Likewise.
20483 * gdb.threads/non-ldr-exc-3.c: Likewise.
20484 * gdb.threads/non-ldr-exc-4.c: Likewise.
20485 * gdb.threads/pthreads.c: Include unistd.h.
20486 (main): Declare returns int.
20487 * gdb.threads/tls-main.c (foo): New declaration.
20488 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
20489
20490 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
20491
20492 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
20493 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
20494
20495 2015-01-15 Mark Wielaard <mjw@redhat.com>
20496
20497 * gdb.base/noreturn-return.c: New file.
20498 * gdb.base/noreturn-return.exp: New file.
20499 * gdb.base/noreturn-finish.c: New file.
20500 * gdb.base/noreturn-finish.exp: New file.
20501
20502 2015-01-23 Pedro Alves <palves@redhat.com>
20503
20504 * gdb.threads/continue-pending-after-query.c: New file.
20505 * gdb.threads/continue-pending-after-query.exp: New file.
20506
20507 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
20508 Simon Marchi <simon.marchi@ericsson.com>
20509
20510 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
20511 * gdb.base/valgrind-db-attach.exp: Same.
20512 * gdb.base/valgrind-infcall.exp: Same.
20513 * lib/mi-support.exp (default_mi_gdb_start): Same.
20514 * lib/prompt.exp (default_prompt_gdb_start): Same.
20515 * lib/gdb.exp (default_gdb_spawn): Same.
20516 (gdb_interact): New.
20517
20518
20519 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
20520
20521 * gdb.compile/compile.exp (pointer to jit function): New test.
20522
20523 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
20524
20525 * lib/gdb.exp (supports_process_record): Return true for
20526 powerpc*-*-linux*.
20527 (supports_reverse): Likewise.
20528
20529 2015-01-15 Don Breazeal <donb@codesourcery.com>
20530
20531 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
20532 instead of checking whether the target board is remote and
20533 use spawn_wait_for_attach instead of exec/sleep.
20534 * gdb.base/attach-twice.exp: Likewise.
20535
20536 2015-01-15 Joel Brobecker <brobecker@adacore.com>
20537
20538 * gdb.ada/var_arr_attrs: New testcase.
20539
20540 2015-01-14 Pedro Alves <palves@redhat.com>
20541 Joel Brobecker <brobecker@adacore.com>
20542
20543 PR gdb/17525
20544 * gdb.base/bp-cmds-execution-x-script.c: New file.
20545 * gdb.base/bp-cmds-execution-x-script.exp: New file.
20546 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
20547
20548 2015-01-14 Pedro Alves <palves@redhat.com>
20549
20550 PR cli/17828
20551 * gdb.base/batch-preserve-term-settings.c: New file.
20552 * gdb.base/batch-preserve-term-settings.exp: New file.
20553
20554 2015-01-13 Doug Evans <dje@google.com>
20555
20556 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
20557 binary.
20558
20559 2015-01-13 Joel Brobecker <brobecker@adacore.com>
20560
20561 * Makefile.in (clean mostlyclean): Do not delete *.py.
20562
20563 2015-01-13 Joel Brobecker <brobecker@adacore.com>
20564
20565 * gdb.python/py-lookup-type.exp: New file.
20566
20567 2015-01-12 Pedro Alves <palves@redhat.com>
20568
20569 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
20570 restore GDBFLAGS before returning.
20571
20572 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20573
20574 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
20575 is_amd64_regs_target and is_x86_like_target.
20576
20577 2015-01-11 Doug Evans <xdje42@gmail.com>
20578
20579 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
20580 is given without an explicit form.
20581 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
20582 attributes.
20583 * gdb.dwarf/corrupt.exp: Ditto.
20584 * gdb.dwarf2/enum-type.exp: Ditto.
20585 * gdb.trace/entry-values.exp: Ditto.
20586 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
20587
20588 2015-01-11 Doug Evans <xdje42@gmail.com>
20589
20590 PR gdb/15830
20591 * gdb.base/maint.exp: Remove references to "maint demangle".
20592 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
20593 Add tests for explicitly specifying language to demangle.
20594 * gdb.dlang/demangle.exp: Ditto.
20595
20596 2015-01-09 Pedro Alves <palves@redhat.com>
20597
20598 * gdb.threads/non-stop-fair-events.c: New file.
20599 * gdb.threads/non-stop-fair-events.exp: New file.
20600
20601 2015-01-09 Pedro Alves <palves@redhat.com>
20602
20603 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
20604 the global scope. Set a breakpoint after all threads are started
20605 rather than stepping over two source lines. Expect the prompt.
20606 * gdb.base/watch_thread_num.c (threads_started_barrier): New
20607 global.
20608 (NUM): Now 15.
20609 (main): Use threads_started_barrier to wait for all threads to
20610 start. Main thread no longer calls thread_function. Exit after
20611 180 seconds.
20612 (loop): New function.
20613 (thread_function): Wait on threads_started_barrier barrier. Call
20614 'loop' at each iteration.
20615 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
20616 threads have started, instead of hardcoding number of "next"
20617 steps. Use an access watchpoint instead of a write watchpoint.
20618
20619 2015-01-09 Pedro Alves <palves@redhat.com>
20620
20621 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
20622 (thread_func): Wait on barrier.
20623 (main): Wait for all threads to start before stopping GDB.
20624 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
20625 global.
20626 (thread1_func, thread2_func): Wait on barrier.
20627 (main): Wait for all threads to start before stopping GDB.
20628 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
20629 New global.
20630 (thread1_func, thread2_func): Wait on barrier.
20631 (main): Wait for all threads to start before stopping GDB.
20632
20633 2015-01-09 Pedro Alves <palves@redhat.com>
20634
20635 * gdb.threads/attach-many-short-lived-threads.c: New file.
20636 * gdb.threads/attach-many-short-lived-threads.exp: New file.
20637
20638 2014-01-09 Pedro Alves <palves@redhat.com>
20639
20640 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
20641 instead of to thread 2.
20642 * gdb.threads/signal-command-multiple-signals-pending.c (main):
20643 Add barrier around each pthread_create call instead of around all
20644 calls.
20645 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
20646 Set a break on thread_function and have the child threads hit it
20647 one at at a time.
20648
20649 2015-01-09 Pedro Alves <palves@redhat.com>
20650
20651 * lib/gdb.exp (can_spawn_for_attach): New procedure.
20652 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
20653 false.
20654 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
20655 checking whether the target board is remote.
20656 * gdb.multi/multi-attach.exp: Likewise.
20657 * gdb.python/py-sync-interp.exp: Likewise.
20658 * gdb.server/ext-attach.exp: Likewise.
20659 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
20660 tests that need to attach, instead of checking whether the target
20661 board is remote at the top of the file.
20662
20663 2015-01-08 Yao Qi <yao@codesourcery.com>
20664
20665 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
20666
20667 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20668
20669 Fix testcase compilation.
20670 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
20671
20672 2015-01-06 Joel Brobecker <brobecker@adacore.com>
20673
20674 * gdb.python/py-type.exp: Add a couple test about empty
20675 array creation, and negative-length array creation.
20676
20677 2015-01-02 Doug Evans <xdje42@gmail.com>
20678
20679 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
20680
20681 2015-01-02 Doug Evans <dje@google.com>
20682
20683 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
20684
20685 2014-12-29 Yao Qi <yao@codesourcery.com>
20686
20687 * gdb.trace/entry-values.exp: Update comments. Rename variable
20688 bar_call_foo to returned_from_foo.
20689
20690 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
20691
20692 PR gdb/17394
20693 * gdb.linespec/break-asm-file.c: New file.
20694 * gdb.linespec/break-asm-file.exp: New file.
20695 * gdb.linespec/break-asm-file0.s: New file.
20696 * gdb.linespec/break-asm-file1.s: New file.
20697
20698 2014-12-18 Nigel Stephens <nigel@mips.com>
20699 Maciej W. Rozycki <macro@codesourcery.com>
20700
20701 * gdb.base/float.exp: Handle the new output from "info float" on
20702 MIPS targets.
20703
20704 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
20705
20706 Fix MinGW compilation.
20707 * gdb.compile/compile-ops.exp: Update untested message if
20708 !skip_compile_feature_tests.
20709 * gdb.compile/compile-setjmp.exp: Likewise.
20710 * gdb.compile/compile-tls.exp: Likewise.
20711 * gdb.compile/compile.exp: Likewise.
20712 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
20713 supported on this host".
20714
20715 2014-12-16 Doug Evans <xdje42@gmail.com>
20716
20717 * boards/stabs.exp: New file.
20718
20719 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
20720
20721 * gdb.base/completion.exp: Adjust to format changes of "maint
20722 print user-registers".
20723
20724 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
20725
20726 PR server/17457
20727 * gdb.arch/aarch64-fp.c: New file.
20728 * gdb.arch/aarch64-fp.exp: New file.
20729
20730 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
20731
20732 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
20733 r210637, r210913, r211666, r215400, r215817).
20734
20735 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
20736 * dg-extract-results.py: New file.
20737 * dg-extract-results.sh: Use it if the environment seems
20738 suitable.
20739
20740 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
20741
20742 * dg-extract-results.py (parse_run): Handle warnings that
20743 are printed before a test harness is run.
20744
20745 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
20746
20747 * dg-extract-results.py (Named): Remove __cmp__ method.
20748 (output_variation): Use a key to sort variation.harnesses.
20749
20750 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
20751
20752 * dg-extract-results.py: For Python 3, force sys.stdout to
20753 handle surrogate escape sequences.
20754 (safe_open): New function.
20755 (output_segment, main): Use it.
20756
20757 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
20758
20759 * dg-extract-results.py (Prog.result_re): Include options
20760 in test name.
20761
20762 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
20763
20764 * dg-extract-results.py (output_variation): Always sort if
20765 do_sum.
20766
20767 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
20768
20769 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
20770 as long as we get pagination notifications.
20771
20772 2014-12-15 Jason Merrill <jason@redhat.com>
20773
20774 * Makefile.in (check-gdb.%): Restore.
20775 * README: Mention it.
20776
20777 2014-12-13 Joel Brobecker <brobecker@adacore.com>
20778
20779 * gdb.ada/str_uninit: New testcase.
20780
20781 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
20782
20783 PR symtab/17642
20784 * gdb.base/vla-stub-define.c: New file.
20785 * gdb.base/vla-stub.c: New file.
20786 * gdb.base/vla-stub.exp: New file.
20787
20788 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
20789 Jan Kratochvil <jan.kratochvil@redhat.com>
20790 Tom Tromey <tromey@redhat.com>
20791
20792 * configure.ac: Add gdb.compile/.
20793 * configure: Regenerate.
20794 * gdb.compile/Makefile.in: New file.
20795 * gdb.compile/compile-ops.exp: New file.
20796 * gdb.compile/compile-ops.c: New file.
20797 * gdb.compile/compile-tls.c: New file.
20798 * gdb.compile/compile-tls.exp: New file.
20799 * gdb.compile/compile-constvar.S: New file.
20800 * gdb.compile/compile-constvar.c: New file.
20801 * gdb.compile/compile-mod.c: New file.
20802 * gdb.compile/compile-nodebug.c: New file.
20803 * gdb.compile/compile-setjmp-mod.c: New file.
20804 * gdb.compile/compile-setjmp.c: New file.
20805 * gdb.compile/compile-setjmp.exp: New file.
20806 * gdb.compile/compile-shlib.c: New file.
20807 * gdb.compile/compile.c: New file.
20808 * gdb.compile/compile.exp: New file.
20809 * lib/gdb.exp (skip_compile_feature_tests): New proc.
20810
20811 2014-12-12 Tom Tromey <tromey@redhat.com>
20812
20813 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
20814 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
20815
20816 2014-12-12 Doug Evans <dje@google.com>
20817
20818 * lib/gdb-python.exp (get_python_valueof): New function.
20819 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
20820
20821 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20822
20823 * gdb.base/completion.exp: Add test for completion of "info
20824 registers ".
20825
20826 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
20827
20828 * gdb.base/func-ptrs.c: New file.
20829 * gdb.base/func-ptrs.exp: New file.
20830
20831 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
20832
20833 PR breakpoints/17012
20834 * gdb.base/dprintf-detach.c: New file.
20835 * gdb.base/dprintf-detach.exp: New file.
20836
20837 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
20838
20839 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
20840 * lib/gdb.exp (target_is_gdbserver): New procedure.
20841
20842 2014-12-08 Doug Evans <dje@google.com>
20843
20844 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
20845
20846 2014-12-05 Yao Qi <yao@codesourcery.com>
20847
20848 * gdb.guile/scm-error.exp: Remove the third argument to
20849 gdb_remote_download.
20850 * gdb.guile/scm-frame-args.exp: Likewise.
20851 * gdb.guile/scm-section-script.exp: Likewise.
20852
20853 2014-12-05 Yao Qi <yao@codesourcery.com>
20854
20855 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
20856
20857 2014-12-04 Doug Evans <dje@google.com>
20858
20859 * gdb.python/py-objfile.exp: Add tests for
20860 objfile.add_separate_debug_file.
20861
20862 2014-12-04 Doug Evans <dje@google.com>
20863
20864 * lib/gdb.exp (get_build_id): New function.
20865 (build_id_debug_filename_get): Rewrite to use it.
20866 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
20867
20868 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
20869
20870 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
20871 `method(long)', not just 0x0.
20872 * gdb.cp/nsalias.exp: Align code labels to 4.
20873 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
20874 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
20875 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
20876 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
20877 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
20878 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
20879
20880 2014-12-02 Doug Evans <dje@google.com>
20881
20882 PR symtab/17602
20883 * gdb.cp/anon-ns.cc: Move guts of this file to ...
20884 * gdb.cp/anon-ns2.cc: ... here. New file.
20885 * gdb.cp/anon-ns.exp: Update.
20886
20887 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
20888
20889 * gdb.python/py-events.py (inferior_call_handler): New.
20890 (register_changed_handler, memory_changed_handler): New.
20891 (test_events.invoke): Register new handlers.
20892 * gdb.python/py-events.exp: Add tests for inferior call,
20893 memory_changed and register_changed events.
20894
20895 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20896
20897 * gdb.base/execl-update-breakpoints.exp: Specify the link address
20898 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
20899 if the linker doesn't understand this.
20900
20901 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
20902
20903 * gdb.python/python.exp: Change expected reply to help().
20904
20905 2014-12-01 Yao Qi <yao@codesourcery.com>
20906
20907 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
20908 AC_CONFIG_SUBDIRS(gdb.gdbtk).
20909 * configure: Re-generated.
20910
20911 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
20912
20913 * gdb.cp/chained-calls.cc: New file.
20914 * gdb.cp/chained-calls.exp: New file.
20915 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
20916
20917 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
20918
20919 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
20920 * gdb.dwarf2/symtab-producer.exp: Same.
20921 * gdb.gdb/python-interrupts.exp: Same.
20922 * gdb.gdb/python-selftest.exp: Same.
20923 * gdb.python/py-linetable.exp: Same.
20924 * gdb.python/py-type.exp: Same.
20925 * gdb.python/py-value-cc.exp: Same.
20926 * gdb.python/py-value.exp: Same.
20927
20928 2014-11-28 Yao Qi <yao@codesourcery.com>
20929
20930 * gdb.base/break-probes.exp: Match library name prefixed with
20931 sysroot.
20932
20933 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
20934
20935 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
20936 test expected output. Add parentheses for the call to print.
20937 Remove L suffix from integers.
20938
20939 2014-11-26 Doug Evans <dje@google.com>
20940
20941 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
20942
20943 2014-11-22 Yao Qi <yao@codesourcery.com>
20944
20945 * gdb.trace/entry-values.c: Remove asms.
20946 (foo): Add foo_label.
20947 (bar): Add bar_label.
20948 * gdb.trace/entry-values.exp: Remove code computing foo's
20949 length and bar's length.
20950 (Dwarf::assemble): Invoke function_range for bar and use
20951 MACRO_AT_func for foo.
20952
20953 2014-11-22 Yao Qi <yao@codesourcery.com>
20954
20955 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
20956 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
20957 Use .Lgcc43_procstart instead of gcc43.
20958
20959 2014-11-21 Joel Brobecker <brobecker@adacore.com>
20960
20961 * gdb.ada/n_arr_bound: New testcase.
20962
20963 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
20964
20965 PR breakpoints/10737
20966 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
20967 test_catch_syscall_multi_arch.
20968 (test_catch_syscall_multi_arch): New function.
20969
20970 2014-11-20 Doug Evans <xdje42@gmail.com>
20971
20972 * gdb.base/maint.exp: Update expected output.
20973
20974 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
20975
20976 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
20977 4-byte instruction on S390.
20978
20979 2014-11-19 Joel Brobecker <brobecker@adacore.com>
20980
20981 * gdb.ada/arr_arr: New testcase.
20982
20983 2014-11-19 Joel Brobecker <brobecker@adacore.com>
20984
20985 * gdb.ada/pkd_arr_elem: New Testcase.
20986
20987 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
20988
20989 * gdb.reverse/break-precsave: Expect completion message for
20990 core file reads.
20991 * gdb.reverse/consecutive-precsave.exp: Likewise.
20992 * gdb.reverse/finish-precsave.exp: Likewise.
20993 * gdb.reverse/i386-precsave.exp: Likewise.
20994 * gdb.reverse/machinestate-precsave.exp: Likewise.
20995 * gdb.reverse/sigall-precsave.exp: Likewise.
20996 * gdb.reverse/solib-precsave.exp: Likewise.
20997 * gdb.reverse/step-precsave.exp: Likewise.
20998 * gdb.reverse/until-precsave.exp: Likewise.
20999 * gdb.reverse/watch-precsave.exp: Likewise.
21000
21001 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21002
21003 * gdb.base/bp-permanent.c: Include unistd.h.
21004 * gdb.python/py-framefilter-mi.c (main): Add return type.
21005 * gdb.python/py-framefilter.c (main): Likewise.
21006 * gdb.trace/actions-changed.c (main): Likewise.
21007
21008 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21009
21010 * gdb.mi/until.c: Add eye-catchers.
21011 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
21012 line numbers.
21013
21014 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21015
21016 * gdb.base/condbreak.exp: Drop references to removed non-prototype
21017 function header variants in break1.c.
21018 * gdb.base/ena-dis-br.exp: Likewise.
21019 * gdb.base/hbreak2.exp: Likewise.
21020 * gdb.reverse/until-precsave.exp: Drop references to removed
21021 non-prototype function header variants in ur1.c.
21022 * gdb.reverse/until-reverse.exp: Likewise.
21023
21024 2014-11-17 Petr Machata <pmachata@redhat.com>
21025
21026 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
21027 ${_cu_offset_size} bytes abbrev offset.
21028
21029 2014-11-15 Doug Evans <xdje42@gmail.com>
21030
21031 PR symtab/17559
21032 * gdb.base/line-symtabs.exp: New file.
21033 * gdb.base/line-symtabs.c: New file.
21034 * gdb.base/line-symtabs.h: New file.
21035
21036 2014-11-14 Yao Qi <yao@codesourcery.com>
21037
21038 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
21039 (func): Add label func_label.
21040 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
21041 Replace low_pc and high_pc with MACRO_AT_range.
21042 Replace name, low_pc and high_pc with MACRO_AT_func.
21043
21044 2014-11-14 Yao Qi <yao@codesourcery.com>
21045
21046 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
21047 Replace name, low_pc and high_pc with MACRO_AT_func.
21048
21049 2014-11-14 Yao Qi <yao@codesourcery.com>
21050
21051 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
21052 produce debug information.
21053 * gdb.dwarf2/implptr-optimized-out.S: Removed.
21054
21055 2014-11-14 Yao Qi <yao@codesourcery.com>
21056
21057 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
21058 object and get function length.
21059 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
21060 with MACRO_AT_func.
21061 (top-level): Replace gdb_compile and clean_restart with
21062 prepare_for_testing.
21063 * gdb.dwarf2/main.c (main): Add label main_label.
21064
21065 2014-11-14 Yao Qi <yao@codesourcery.com>
21066
21067 * lib/dwarf.exp (function_range): New procedure.
21068 (Dwarf::_handle_macro_at_func): New procedure.
21069 (Dwarf::_handle_macro_at_range): New procedure.
21070 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
21071
21072 2014-11-14 Yao Qi <yao@codesourcery.com>
21073
21074 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
21075 (_handle_attribute): New procedure.
21076
21077 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21078
21079 * gdb.ada/cond_lang/foo.c (callme): Add return type.
21080 * gdb.base/call-sc.c (zed): Likewise.
21081 * gdb.base/checkpoint.c (main): Likewise.
21082 * gdb.base/dump.c (main): Likewise.
21083 * gdb.base/gcore.c (main): Likewise.
21084 * gdb.base/huge.c (main): Likewise.
21085 * gdb.base/multi-forks.c (main): Likewise.
21086 * gdb.base/pr10179-a.c (main): Likewise.
21087 * gdb.base/savedregs.c (main): Likewise.
21088 * gdb.base/sigaltstack.c (main): Likewise.
21089 * gdb.base/siginfo.c (main): Likewise.
21090 * gdb.base/structs.c (zed): Likewise.
21091 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
21092 * gdb.mi/mi-syn-frame.c (main): Likewise.
21093 * gdb.mi/until.c (foo, main): Likewise.
21094 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
21095 * gdb.base/solib-weak.c (foo): Declare.
21096 * gdb.base/attach-twice.c: Include stdio.h.
21097 * gdb.base/weaklib1.c: Likewise.
21098 * gdb.base/weaklib2.c: Likewise.
21099 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
21100 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
21101 unistd.h.
21102 * gdb.base/attach-pie-misread.c: Include stdlib.h.
21103 * gdb.mi/mi-exit-code.c: Likewise.
21104 * gdb.base/break-interp-lib.c: Include string.h.
21105 * gdb.base/coremaker.c: Likewise.
21106 * gdb.base/testenv.c: Likewise.
21107 * gdb.python/py-finish-breakpoint.c: Likewise.
21108 * gdb.base/inferior-died.c: Include sys/wait.h.
21109 * gdb.base/fileio.c: Include time.h.
21110 * gdb.base/async-shell.c: Include unistd.h.
21111 * gdb.base/dprintf-non-stop.c: Likewise.
21112 * gdb.base/info-os.c: Likewise.
21113 * gdb.mi/mi-console.c: Likewise.
21114 * gdb.mi/watch-nonstop.c: Likewise.
21115 * gdb.python/py-events.c: Likewise.
21116 * gdb.base/async.c (baz): Move up before its invocation.
21117 * gdb.base/code_elim2.c (my_global_func): Likewise.
21118 * gdb.base/skip-solib-lib.c (multiply): Likewise.
21119 * gdb.base/advance.c (func2): Likewise.
21120
21121 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21122
21123 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
21124 variant.
21125 * gdb.base/annota3.c: Likewise.
21126 * gdb.base/async.c: Likewise.
21127 * gdb.base/average.c: Likewise.
21128 * gdb.base/call-ar-st.c: Likewise.
21129 * gdb.base/call-rt-st.c: Likewise.
21130 * gdb.base/call-sc.c: Likewise.
21131 * gdb.base/call-strs.c: Likewise.
21132 * gdb.base/ending-run.c: Likewise.
21133 * gdb.base/execd-prog.c: Likewise.
21134 * gdb.base/exprs.c: Likewise.
21135 * gdb.base/foll-exec.c: Likewise.
21136 * gdb.base/foll-fork.c: Likewise.
21137 * gdb.base/foll-vfork.c: Likewise.
21138 * gdb.base/funcargs.c: Likewise.
21139 * gdb.base/gcore.c: Likewise.
21140 * gdb.base/jump.c: Likewise.
21141 * gdb.base/langs0.c: Likewise.
21142 * gdb.base/langs1.c: Likewise.
21143 * gdb.base/langs2.c: Likewise.
21144 * gdb.base/mips_pro.c: Likewise.
21145 * gdb.base/nodebug.c: Likewise.
21146 * gdb.base/opaque0.c: Likewise.
21147 * gdb.base/opaque1.c: Likewise.
21148 * gdb.base/recurse.c: Likewise.
21149 * gdb.base/run.c: Likewise.
21150 * gdb.base/scope0.c: Likewise.
21151 * gdb.base/scope1.c: Likewise.
21152 * gdb.base/setshow.c: Likewise.
21153 * gdb.base/setvar.c: Likewise.
21154 * gdb.base/shmain.c: Likewise.
21155 * gdb.base/shr1.c: Likewise.
21156 * gdb.base/shr2.c: Likewise.
21157 * gdb.base/sigall.c: Likewise.
21158 * gdb.base/signals.c: Likewise.
21159 * gdb.base/so-indr-cl.c: Likewise.
21160 * gdb.base/solib2.c: Likewise.
21161 * gdb.base/structs.c: Likewise.
21162 * gdb.base/sum.c: Likewise.
21163 * gdb.base/vforked-prog.c: Likewise.
21164 * gdb.base/watchpoint.c: Likewise.
21165 * gdb.reverse/shr2.c: Likewise.
21166 * gdb.reverse/until-reverse.c: Likewise.
21167 * gdb.reverse/ur1.c: Likewise.
21168 * gdb.reverse/watch-reverse.c: Likewise.
21169
21170 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21171
21172 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
21173 variant.
21174 * gdb.base/sepdebug.exp: Drop references to removed code.
21175
21176 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21177
21178 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
21179 variant. Preserve original line numbering.
21180 * gdb.base/list1.c: Likewise.
21181
21182 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21183
21184 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
21185 variant.
21186 * gdb.base/break1.c: Likewise.
21187 * gdb.base/break.exp: Drop references to removed code.
21188
21189 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21190
21191 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
21192 variant.
21193
21194 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21195
21196 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
21197
21198 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21199
21200 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
21201 logic into perform_all_tests() and invoke it with and without
21202 function header prototypes.
21203 (do_function_calls): Remove conditional XFAIL for PR 5318.
21204 (rerun_and_prepare): Remove duplicate code.
21205 (perform_all_tests): New. Main logic moved here.
21206
21207 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21208
21209 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
21210 code guarded by #ifdef NO_PROTOTYPES.
21211 (t_double_many_args): Likewise.
21212 (DEF_FUNC_MANY_ARGS_1): Likewise.
21213 (DEF_FUNC_VALUES_1): Likewise.
21214 (t_structs_ldc): Renamed from t_structs_fc in conditional code
21215 guarded by #ifdef PROTOTYPES.
21216
21217 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21218
21219 * gdb.mi/mi-console.c: Add eye-catcher.
21220 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
21221 instead of literal line number.
21222
21223 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21224
21225 * gdb.base/shr2.c: Add eye-catcher.
21226 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
21227 line number.
21228
21229 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21230
21231 * gdb.base/jump.c: Add eye-catchers.
21232 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
21233 numbers.
21234
21235 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21236
21237 * gdb.base/execd-prog.c: Add eye-catchers.
21238 * gdb.base/foll-exec.c: Likewise.
21239 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
21240 line numbers.
21241
21242 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21243
21244 * gdb.base/ending-run.c: Add eye-catchers.
21245 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
21246 literal line numbers.
21247
21248 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21249
21250 * gdb.base/call-rt-st.c: Add eye-catchers.
21251 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
21252 literal line numbers.
21253
21254 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21255
21256 * gdb.base/call-ar-st.c: Add eye-catchers.
21257 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
21258 literal line numbers.
21259
21260 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21261
21262 * gdb.base/average.c: Add eye-catchers.
21263 * gdb.base/sum.c: Likewise.
21264 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
21265 regexps dynamically.
21266
21267 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21268
21269 * gdb.base/solib1.c: Add eye-catchers.
21270 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
21271 literal line numbers.
21272
21273 2014-11-12 Pedro Alves <palves@redhat.com>
21274
21275 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
21276 leader has exited.
21277
21278 2014-11-12 Pedro Alves <palves@redhat.com>
21279
21280 * gdb.arch/i386-bp_permanent.c: New file.
21281 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
21282 (srcfile): Set to i386-bp_permanent.c.
21283 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
21284 that stepi does not execute the 'leave' instruction, instead of
21285 testing it does execute.
21286 * gdb.base/bp-permanent.c: New file.
21287 * gdb.base/bp-permanent.exp: New file.
21288
21289 2014-11-10 Doug Evans <xdje42@gmail.com>
21290
21291 PR symtab/17564
21292 * gdb.base/symtab-search-order.exp: New file.
21293 * gdb.base/symtab-search-order.c: New file.
21294 * gdb.base/symtab-search-order-1.c: New file.
21295 * gdb.base/symtab-search-order-shlib-1.c: New file.
21296
21297 2014-11-07 Pedro Alves <palves@redhat.com>
21298
21299 PR gdb/17511
21300 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
21301 i?86-*-linux*.
21302
21303 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
21304
21305 PR c++/17494
21306 * gdb.cp/pr17494.cc: New file.
21307 * gdb.cp/pr17494.exp: New file.
21308
21309 2014-11-02 Yao Qi <yao@codesourcery.com>
21310
21311 * gdb.python/python.exp: Get working directory and match the
21312 output of "set extended-prompt \\w " with it.
21313
21314 2014-10-30 Doug Evans <dje@google.com>
21315
21316 * gdb.python/py-objfile.exp: Add tests for setting random attributes
21317 in objfiles.
21318 * gdb.python/py-progspace.exp: Add tests for setting random attributes
21319 in progspaces.
21320
21321 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
21322
21323 * gdb.base/fullpath-expand.exp: Skip for a remote host.
21324 * gdb.base/realname-expand.exp: Likewise.
21325 * gdb.linespec/macro-relative.exp: Likewise.
21326
21327 2014-10-29 Pedro Alves <palves@redhat.com>
21328
21329 PR gdb/17408
21330 * gdb.threads/schedlock.c (some_function): New function.
21331 (call_function): New global.
21332 (MAYBE_CALL_SOME_FUNCTION): New macro.
21333 (thread_function): Call it.
21334 * gdb.threads/schedlock.exp (get_args): Add description parameter,
21335 and use it instead of a global counter. Adjust all callers.
21336 (get_current_thread): Use "find current thread" for test message
21337 here rather than having all callers pass down the same string.
21338 (goto_loop): New procedure, factored out from ...
21339 (my_continue): ... this.
21340 (step_ten_loops): Change parameter from test message to command to
21341 use. Adjust.
21342 (list_count): Delete global.
21343 (check_result): New procedure, factored out from duplicate top
21344 level code.
21345 (continue tests): Wrap in with_test_prefix.
21346 (test_step): New procedure, factored out from duplicate top level
21347 code.
21348 (top level): Test "step" in combination with all scheduler-locking
21349 modes. Test "next" in combination with all scheduler-locking
21350 modes, and in combination with stepping over a function call or
21351 not.
21352 * gdb.threads/next-bp-other-thread.c: New file.
21353 * gdb.threads/next-bp-other-thread.exp: New file.
21354
21355 2014-10-29 Pedro Alves <palves@redhat.com>
21356
21357 PR python/17372
21358 * gdb.python/python.exp: Test a multi-line command that spawns
21359 interactive Python.
21360 * gdb.base/multi-line-starts-subshell.exp: New file.
21361
21362 2014-10-29 Yao Qi <yao@codesourcery.com>
21363
21364 * gdb.base/fileio.exp: Make directories on host.
21365
21366 2014-10-29 Yao Qi <yao@codesourcery.com>
21367
21368 * gdb.base/fileio.c (test_write): Close the file.
21369
21370 2014-10-28 Pedro Alves <palves@redhat.com>
21371
21372 PR gdb/12623
21373 * gdb.base/sigstep.c (no_handler): New global.
21374 (main): If 'no_handler is true, set the signal handlers to
21375 SIG_IGN.
21376 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
21377 with_sw_watch and no_handler parameters. Handle them.
21378 (top level) <stepping over handler when stopped at a breakpoint
21379 test>: Add a test axis for testing with a software watchpoint, and
21380 another for testing with the signal handler set to SIG_IGN.
21381 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
21382 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
21383
21384 2014-10-28 Pedro Alves <palves@redhat.com>
21385
21386 PR gdb/17511
21387 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
21388 * gdb.base/sigstep.exp (other_handler_location): New global.
21389 (advance): Support stepping into the signal handler, and running
21390 commands while in the handler.
21391 (in_handler_map): New global.
21392 (top level): In the advance test, add combinations for getting
21393 into the handler with stepping commands, and for running commands
21394 in the handler. Add comment descripting the advancei tests.
21395
21396 2014-10-28 Pedro Alves <palves@redhat.com>
21397
21398 * gdb.base/sigstep.exp: Use build_executable instead of
21399 prepare_for_testing.
21400 (top level): Move code that starts GDB, runs to main and creates a
21401 display to ...
21402 (restart): ... this new procedure.
21403 (top level): Move backtrace from signal handler test to ...
21404 (validate_backtrace): ... this new procedure.
21405 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
21406 with_test_prefix. Always restart GDB.
21407 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
21408 with_test_prefix. Always restart GDB. No need to delete
21409 breakpoints after the test.
21410 (test_skip_handler): Remove prefix parameter.
21411 (skip_over_handler, breakpoint_to_handler)
21412 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
21413 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
21414 restart GDB. No need to delete breakpoints after the test.
21415 (top level): Use foreach to call the test procedures with
21416 different commands.
21417
21418 2014-10-28 Pedro Alves <palves@redhat.com>
21419
21420 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
21421 instead of GNATS numbers.
21422 * gdb.base/sigbpt.exp: Likewise.
21423 * gdb.base/siginfo.exp: Likewise.
21424 * gdb.base/sigstep.exp: Likewise.
21425
21426 2014-10-27 Pedro Alves <palves@redhat.com>
21427
21428 * gdb.base/sigstep.c (dummy): New global.
21429 (main): Issue a couple writes to the new global.
21430 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
21431 procedures.
21432 (skip_over_handler): Use test_skip_handler.
21433 (top level): Call skip_over_handler for stepi and nexti too.
21434 (breakpoint_over_handler): Use test_skip_handler.
21435 (top level): Call breakpoint_over_handler for stepi and nexti too.
21436
21437 2014-10-27 Yao Qi <yao@codesourcery.com>
21438
21439 * gdb.trace/tfile.c (adjust_function_address)
21440 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
21441 function descriptor.
21442
21443 2014-10-24 Don Breazeal <donb@codesourcery.com>
21444
21445 * gdb.base/foll-fork.exp (test_follow_fork,
21446 catch_fork_child_follow): Check for updated fork messages emitted
21447 from infrun.c.
21448 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
21449 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
21450 vfork_and_exec_child_follow_through_step): Check for updated vfork
21451 messages emitted from infrun.c.
21452
21453 2014-10-24 Pedro Alves <palves@redhat.com>
21454
21455 * gdb.base/corefile.exp: Remove references to ultrix.
21456 * gdb.base/interrupt.exp: Likewise.
21457 * gdb.base/whatis.exp: Likewise.
21458 * gdb.gdb/selftest.exp: Likewise.
21459 * gdb.threads/manythreads.exp: Likewise.
21460 * gdb.threads/print-threads.exp: Likewise.
21461 * gdb.threads/pthreads.exp:: Likewise.
21462 * gdb.threads/schedlock.exp: Likewise.
21463
21464 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
21465
21466 * gdb.cp/non-trivial-retval.cc: Add a test case.
21467 * gdb.cp/non-trivial-retval.exp: Add a test.
21468
21469 2014-10-20 Yao Qi <yao@codesourcery.com>
21470
21471 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
21472 * gdb.python/py-objfile-script-gdb.py: New file.
21473 * gdb.python/py-objfile-script.exp: Update reference to
21474 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
21475 of remote_download. Remove the dest file.
21476
21477 2014-10-20 Yao Qi <yao@codesourcery.com>
21478
21479 * gdb.base/checkpoint.exp: Don't remove file copied on host.
21480 * gdb.base/step-line.exp: Likewise.
21481 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
21482 * gdb.dwarf2/dw2-basic.exp: Likewise.
21483 * gdb.dwarf2/dw2-compressed.exp: Likewise.
21484 * gdb.dwarf2/dw2-filename.exp: Likewise.
21485 * gdb.dwarf2/dw2-intercu.exp: Likewise.
21486 * gdb.dwarf2/dw2-intermix.exp: Likewise.
21487 * gdb.dwarf2/dw2-producer.exp: Likewise.
21488 * gdb.dwarf2/mac-fileno.exp: Likewise.
21489 * gdb.python/py-frame-args.exp: Likewise.
21490 * gdb.python/py-framefilter.exp: Likewise.
21491 * gdb.python/py-mi.exp: Likewise.
21492 * gdb.python/py-objfile-script.exp: Likewise
21493 * gdb.python/py-pp-integral.exp: Likewise.
21494 * gdb.python/py-pp-re-notag.exp: Likewise.
21495 * gdb.python/py-prettyprint.exp: Likewise.
21496 * gdb.python/py-section-script.exp: Likewise.
21497 * gdb.python/py-typeprint.exp: Likewise.
21498 * gdb.python/py-xmethods.exp: Likewise.
21499 * gdb.stabs/weird.exp: Likewise.
21500 * gdb.xml/tdesc-regs.exp: Likewise.
21501
21502 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
21503
21504 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
21505 (out_cu): Use addr_len for the size of addresses.
21506 (out_line): Likewise. Size DW_LNE_set_address instruction
21507 according to addr_len.
21508 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
21509 (FUNC): Add START_INSNS to definition.
21510
21511 2014-10-18 Yao Qi <yao@codesourcery.com>
21512
21513 * gdb.base/argv0-symlink.exp: Check argv[0] value if
21514 gdb_has_argv0 return true.
21515 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
21516 check [target_info exists noargs], check [gdb_has_argv0]
21517 instead.
21518 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21519 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
21520 procedures.
21521
21522 2014-10-17 Doug Evans <dje@google.com>
21523
21524 * gdb.python/py-events.exp: Update expected output for clear_objfiles
21525 event.
21526 * gdb.python/py-events.py: Add clear_objfiles event.
21527
21528 2014-10-17 Doug Evans <dje@google.com>
21529
21530 * gdb.python/py-objfile.exp: Test progspace attribute.
21531
21532 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
21533
21534 * gdb.guile/scm-breakpoint.exp: Do not assume any
21535 directory separators when matching source file paths.
21536 * gdb.python/py-breakpoint.exp: Likewise.
21537 * gdb.reverse/break-precsave.exp: Likewise.
21538 * gdb.reverse/break-reverse.exp: Likewise.
21539 * gdb.reverse/consecutive-precsave.exp: Likewise.
21540 * gdb.reverse/finish-precsave.exp: Likewise.
21541 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
21542 * gdb.reverse/finish-reverse.exp: Likewise.
21543 * gdb.reverse/i386-precsave.exp: Likewise.
21544 * gdb.reverse/i387-env-reverse.exp: Likewise.
21545 * gdb.reverse/i387-stack-reverse.exp: Likewise.
21546 * gdb.reverse/machinestate-precsave.exp: Likewise.
21547 * gdb.reverse/machinestate.exp: Likewise.
21548 * gdb.reverse/sigall-precsave.exp: Likewise.
21549 * gdb.reverse/solib-precsave.exp: Likewise.
21550 * gdb.reverse/step-precsave.exp: Likewise.
21551 * gdb.reverse/until-precsave.exp: Likewise.
21552 * gdb.reverse/watch-precsave.exp: Likewise.
21553 * gdb.reverse/watch-reverse.exp: Likewise.
21554
21555 2014-10-17 Yao Qi <yao@codesourcery.com>
21556
21557 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
21558 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
21559
21560 2014-10-17 Pedro Alves <palves@redhat.com>
21561
21562 PR gdb/17471
21563 * gdb.base/bg-execution-repeat.c: New file.
21564 * gdb.base/bg-execution-repeat.exp: New file.
21565
21566 2014-10-17 Pedro Alves <palves@redhat.com>
21567
21568 PR gdb/17300
21569 * gdb.base/continue-all-already-running.c: New file.
21570 * gdb.base/continue-all-already-running.exp: New file.
21571
21572 2014-10-17 Pedro Alves <palves@redhat.com>
21573
21574 PR gdb/17472
21575 * gdb.base/annota-input-while-running.c: New file.
21576 * gdb.base/annota-input-while-running.exp: New file.
21577
21578 2014-10-17 Pedro Alves <palves@redhat.com>
21579
21580 * gdb.base/callfuncs.exp: emove references to osf.
21581 * gdb.base/sigall.exp: Likewise.
21582 * gdb.gdb/selftest.exp: Likewise.
21583 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
21584 * gdb.mi/non-stop.c: Likewise.
21585 * gdb.mi/pthreads.c: Likewise.
21586 * gdb.reverse/sigall-precsave.exp: Likewise.
21587 * gdb.reverse/sigall-reverse.exp: Likewise.
21588 * gdb.threads/pthreads.c: Likewise.
21589 * gdb.threads/pthreads.exp: Likewise.
21590
21591 2014-10-17 Yao Qi <yao@codesourcery.com>
21592
21593 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
21594 check 'target_info exists noargs'.
21595 (test_command_prompt_position): Likewise.
21596 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
21597 Remove "set args".
21598 (progvar_simple_while_test): Likewise.
21599 (progvar_complex_if_while_test): Likewise.
21600 (if_while_breakpoint_command_test): Likewise.
21601 (infrun_breakpoint_command_test): Likewise.
21602 (breakpoint_command_test): Likewise.
21603 (watchpoint_command_test): Likewise.
21604 (bp_deleted_in_command_test): Likewise.
21605 (temporary_breakpoint_commands): Likewise.
21606
21607 2014-10-16 Yao Qi <yao@codesourcery.com>
21608
21609 * gdb.base/remotetimeout.exp: Remove noargs checking.
21610
21611 2014-10-15 Pedro Alves <palves@redhat.com>
21612
21613 PR breakpoints/9649
21614 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
21615 * gdb.base/breakpoint-in-ro-region.exp
21616 (probe_target_hardware_step): New procedure.
21617 (top level): Probe hardware stepping and hardware breakpoint
21618 support. Test stepping through a read-only region, with both
21619 "breakpoint auto-hw" on and off and both "always-inserted" on and
21620 off.
21621
21622 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
21623
21624 * gdb.dlang/demangle.exp: Update for demangling changes.
21625
21626 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
21627
21628 * gdb.cp/non-trivial-retval.cc: Add new test cases.
21629 * gdb.cp/non-trivial-retval.exp: Add new tests.
21630
21631 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
21632
21633 PR c++/13403
21634 PR c++/15154
21635 * gdb.cp/non-trivial-retval.cc: New file.
21636 * gdb.cp/non-trivial-retval.exp: New file.
21637
21638 2014-10-15 Yao Qi <yao@codesourcery.com>
21639
21640 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
21641 remote host.
21642
21643 2014-10-15 Yao Qi <yao@codesourcery.com>
21644
21645 * gdb.python/py-symbol.exp: Match file base name if host is
21646 remote, otherwise match file name with dir name.
21647 * gdb.python/py-symtab.exp: Likewise.
21648 * gdb.python/python.exp: Likewise.
21649
21650 2014-10-15 Yao Qi <yao@codesourcery.com>
21651
21652 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
21653 pattern.
21654 * gdb.python/py-symtab.exp: Likewise.
21655 * gdb.python/python.exp: Remove trailing ".*". Fix typo
21656 locationn.
21657
21658 2014-10-14 Joel Brobecker <brobecker@adacore.com>
21659
21660 * gdb.ada/addr_arith: New testcase.
21661
21662 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
21663
21664 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
21665 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
21666 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
21667 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
21668
21669 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
21670
21671 * gdb.arch/stap-eval-lang-ada.S: Likewise.
21672 * gdb.arch/stap-eval-lang-ada.c: Likewise.
21673 * gdb.arch/stap-eval-lang-ada.exp: New file.
21674
21675 2014-10-14 Yao Qi <yao@codesourcery.com>
21676
21677 * gdb.mi/mi-var-child.c (nothing1): New function.
21678 (nothing2): New function.
21679 (do_children_tests): Set function pointers by nothing1 and
21680 nothing2.
21681 * gdb.mi/mi-var-child.exp: Step over new added statements.
21682 Update test to match the new output.
21683 * gdb.mi/var-cmd.c (nothing1): New function.
21684 (nothing2): New function.
21685 (do_children_tests): Set function pointers by nothing1 and
21686 nothing2.
21687 * gdb.mi/mi-var-display.exp: Update test to match output.
21688 Step to the line specified by $line_dct_nothing.
21689 Increase the number of lines to step.
21690
21691 2014-10-14 Yao Qi <yao@codesourcery.com>
21692
21693 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
21694 tests.
21695 * gdb.mi/mi2-var-child.exp: Likewise.
21696
21697 2014-10-13 Doug Evans <dje@google.com>
21698
21699 * gdb.python/py-objfile.exp: Change name of file name test.
21700
21701 2014-10-13 Doug Evans <dje@google.com>
21702
21703 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
21704 from the start of the CU.
21705
21706 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
21707 Yao Qi <yao@codesourcery.com>
21708
21709 Fix "save breakpoints" for "catch" command.
21710 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
21711 Remove -nonewline. Match also the added "main" line.
21712
21713 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21714
21715 Fix "save breakpoints" for "disable $bpnum" command.
21716 * gdb.base/save-bp.c (main): Add label.
21717 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
21718
21719 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21720
21721 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
21722
21723 2014-10-11 Yao Qi <yao@codesourcery.com>
21724
21725 * gdb.server/server-kill.exp: Execute command
21726 "set remote trace-status-packet on" before "tstatus".
21727
21728 2014-10-11 Yao Qi <yao@codesourcery.com>
21729
21730 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
21731 (main): Call getppid.
21732 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
21733 and continue to it. Read variable "server_pid".
21734
21735 2014-10-11 Yao Qi <yao@codesourcery.com>
21736
21737 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
21738
21739 2014-10-11 Yao Qi <yao@codesourcery.com>
21740
21741 * gdb.threads/thread-find.exp: Don't execute command
21742 "info threads".
21743 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
21744 * gdb.threads/linux-dp.exp: Don't check the condition
21745 $threads_created equals to zero.
21746
21747 2014-10-10 Pedro Alves <palves@redhat.com>
21748
21749 * gdb.base/bigcore.exp: Remove references to IRIX.
21750 * gdb.base/funcargs.exp: Likewise.
21751 * gdb.base/interrupt.exp: Likewise.
21752 * gdb.base/mips_pro.exp: Likewise.
21753 * gdb.base/nodebug.exp: Likewise.
21754 * gdb.base/setvar.exp: Likewise.
21755 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
21756
21757 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
21758 Pedro Alves <palves@redhat.com>
21759
21760 PR symtab/14466
21761 * gdb.base/vdso-warning.c: New file.
21762 * gdb.base/vdso-warning.exp: New file.
21763
21764 2014-10-02 Doug Evans <dje@google.com>
21765
21766 * gdb.base/structs.c (main): Don't run forever.
21767
21768 2014-10-02 Pedro Alves <palves@redhat.com>
21769
21770 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
21771 (top level) <stop threads 1, stop threads 2>: Use it.
21772
21773 2014-10-02 Pedro Alves <palves@redhat.com>
21774
21775 * gdb.threads/break-while-running.exp (test): Add new
21776 'update_thread_list' argument. Skip "info threads" if false.
21777 (top level): Add new 'update_thread_list' axis.
21778
21779 2014-10-02 Pedro Alves <palves@redhat.com>
21780
21781 PR breakpoints/17431
21782 * gdb.base/execl-update-breakpoints.c: New file.
21783 * gdb.base/execl-update-breakpoints.exp: New file.
21784
21785 2014-10-01 Pedro Alves <palves@redhat.com>
21786
21787 * gdb.base/breakpoint-in-ro-region.c: New file.
21788 * gdb.base/breakpoint-in-ro-region.exp: New file.
21789
21790 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
21791
21792 * gdb.mi/mi-exit-code.exp: New file.
21793 * gdb.mi/mi-exit-code.c: New file.
21794
21795 2014-09-30 Yao Qi <yao@codesourcery.com>
21796
21797 * lib/prelink-support.exp (build_executable_own_libs): Error if
21798 the target isn't native.
21799
21800 2014-09-30 Yao Qi <yao@codesourcery.com>
21801
21802 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
21803 false.
21804
21805 2014-09-22 Pedro Alves <palves@redhat.com>
21806
21807 * gdb.threads/break-while-running.exp: New file.
21808 * gdb.threads/break-while-running.c: New file.
21809
21810 2014-09-19 Yao Qi <yao@codesourcery.com>
21811
21812 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
21813 Invoke test. Restart GDB with --readnow and invoke test again.
21814
21815 2014-09-19 Yao Qi <yao@codesourcery.com>
21816
21817 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
21818 proc set_breakpoint_on_gcd_function. Invoke
21819 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
21820 invoke set_breakpoint_on_gcd_function again.
21821
21822 2014-09-18 Doug Evans <dje@google.com>
21823
21824 * gdb.dwarf2/symtab-producer.exp: New file.
21825
21826 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
21827
21828 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
21829 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
21830 * gdb.base/global-var-nested-by-dso.c: Likewise.
21831 * gdb.base/global-var-nested-by-dso.exp: Likewise.
21832
21833 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
21834 Pedro Alves <palves@redhat.com>
21835
21836 * gdb.base/watch-bitfields.exp: Pass string other than test file
21837 name to prepare_for_testing.
21838 (watch): New procedure.
21839 (expect_watchpoint): Use with_test_prefix.
21840 (top level): Factor out tests to ...
21841 (test_watch_location, test_regular_watch): ... these new
21842 procedures, and use with_test_prefix and gdb_continue_to_end.
21843
21844 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
21845
21846 PR breakpoints/12526
21847 * gdb.base/watch-bitfields.exp: New file.
21848 * gdb.base/watch-bitfields.c: New file.
21849
21850 2014-09-16 Pedro Alves <palves@redhat.com>
21851
21852 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
21853 software and hardware addresses, not software address against
21854 itself.
21855
21856 2014-09-16 Pedro Alves <palves@redhat.com>
21857
21858 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
21859 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
21860
21861 2014-09-16 Pedro Alves <palves@redhat.com>
21862
21863 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
21864 files.
21865 * gdb.base/a2-run.exp: Remove all code guarded by istarget
21866 "*-*-vxworks*" throughout.
21867 * gdb.base/break.exp: Likewise.
21868 * gdb.base/default.exp: Likewise.
21869 * gdb.base/scope.exp: Likewise.
21870 * gdb.base/sepdebug.exp: Likewise.
21871 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
21872 throughout.
21873 * gdb.base/run.c: Likewise.
21874 * gdb.base/sepdebug.c: Likewise.
21875 * gdb.hp/gdb.aCC/run.c: Likewise.
21876 * gdb.reverse/until-reverse.c: Likewise.
21877 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
21878
21879 2014-09-16 Yao Qi <yao@codesourcery.com>
21880
21881 * boards/local-remote-host-native.exp: New file.
21882
21883 2014-09-14 Doug Evans <xdje42@gmail.com>
21884
21885 * gdb.threads/queue-signal.c (thread_count): New variable.
21886 (thread_count_mutex, thread_count_condvar): New variables.
21887 (incr_thread_count, wait_all_threads_running): New functions.
21888 (main): Wait for all threads to be in their thread functions.
21889
21890 2014-09-13 Doug Evans <xdje42@gmail.com>
21891
21892 * gdb.threads/queue-signal.c: New file.
21893 * gdb.threads/queue-signal.exp: New file.
21894
21895 2014-09-13 Doug Evans <xdje42@gmail.com>
21896
21897 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
21898 be consistent with what default_gdb_init uses.
21899 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
21900 the plain text of the prompt. Add some logging printfs.
21901 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
21902
21903 2014-09-12 Pedro Alves <palves@redhat.com>
21904
21905 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
21906 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
21907 * gdb.arch/i386-size-overlap.exp: Likewise.
21908 * gdb.arch/i386-size.exp: Likewise.
21909 * gdb.arch/i386-unwind.exp: Likewise.
21910 * gdb.base/a2-run.exp: Likewise.
21911 * gdb.base/break.exp: Likewise.
21912 * gdb.base/charset.exp: Likewise.
21913 * gdb.base/chng-syms.exp: Likewise.
21914 * gdb.base/commands.exp: Likewise.
21915 * gdb.base/dbx.exp: Likewise.
21916 * gdb.base/find.exp: Likewise.
21917 * gdb.base/funcargs.exp: Likewise.
21918 * gdb.base/jit-simple.exp: Likewise.
21919 * gdb.base/reread.exp: Likewise.
21920 * gdb.base/sepdebug.exp: Likewise.
21921 * gdb.base/step-bt.exp: Likewise.
21922 * gdb.cp/mb-inline.exp: Likewise.
21923 * gdb.cp/mb-templates.exp: Likewise.
21924 * gdb.objc/basicclass.exp: Likewise.
21925 * gdb.threads/killed.exp: Likewise.
21926
21927 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21928
21929 PR tdep/17379
21930 * gdb.arch/powerpc-stackless.S: New file.
21931 * gdb.arch/powerpc-stackless.exp: New file.
21932
21933 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21934
21935 * gdb.base/attach.c: Include unistd.h.
21936 (main): Call alarm. Add label postloop.
21937 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
21938 gdb_breakpoint, gdb_continue_to_breakpoint.
21939 (test_command_line_attach_run): Kill ${testpid} in one exit path.
21940
21941 2014-09-11 Pedro Alves <palves@redhat.com>
21942
21943 PR gdb/17347
21944 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
21945 * gdb.base/attach.exp (test_command_line_attach_run): New
21946 procedure.
21947 (top level): Call it.
21948
21949 2014-09-11 Pedro Alves <palves@redhat.com>
21950
21951 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
21952 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
21953 (do_command_attach_tests): Use spawn_wait_for_attach.
21954 * gdb.base/solib-overlap.exp: Likewise.
21955 * gdb.multi/multi-attach.exp: Likewise.
21956 * gdb.python/py-prompt.exp: Likewise.
21957 * gdb.python/py-sync-interp.exp: Likewise.
21958 * gdb.server/ext-attach.exp: Likewise.
21959
21960 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
21961
21962 * gdb.fortran/array-element.exp: Remove unexpected "continue"
21963 command in testcase. Simplify testcase.
21964
21965 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21966
21967 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
21968
21969 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21970
21971 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
21972
21973 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21974
21975 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
21976
21977 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21978
21979 * gdb.dwarf2/dynarr-ptr.c: New file.
21980 * gdb.dwarf2/dynarr-ptr.exp: New file.
21981
21982 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21983
21984 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
21985 of 30 rather than hardcoding 120 for a slow test case. Take the
21986 `gdb,timeout' target setting into account for this calculation.
21987 Don't extend the timeout for the test cases that don't need it.
21988
21989 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21990
21991 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
21992 a factor of 2 for a slow test case. Take the `gdb,timeout'
21993 target setting into account for this calculation.
21994 * gdb.reverse/until-precsave.exp: Increase the timeout by
21995 a factor of 15 and 3 respectively rather than adding 120
21996 for a pair of slow test cases. Take the `gdb,timeout'
21997 target setting into account for this calculation.
21998
21999 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22000
22001 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
22002 timeout, don't pass one down to gdb_expect.
22003 (gdb_expect): Rework timeout selection.
22004
22005 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22006
22007 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
22008 exception on timeout.
22009 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
22010 (gdbserver_start_extended): Catch any `gdbserver_start' error
22011 exceptions.
22012 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
22013 * lib/mi-support.exp (mi_gdb_target_load): Catch any
22014 `gdbserver_gdb_load' error exceptions.
22015
22016 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22017
22018 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
22019 120 on waiting for the TCP socket to open.
22020
22021 2014-09-09 Doug Evans <xdje42@gmail.com>
22022
22023 * gdb.base/default.exp (show_conv_list): Add _caller_is,
22024 _caller_matches, _any_caller_is, _any_caller_matches.
22025
22026 2014-09-09 Doug Evans <xdje42@gmail.com>
22027
22028 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
22029
22030 2014-09-09 Yao Qi <yao@codesourcery.com>
22031
22032 * gdb.mi/mi-var-display.exp: Set print symbol off.
22033
22034 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
22035
22036 PR gdb/17035
22037 * gdb.base/commands.exp: Add tests to verify user-defined
22038 commands with empty bodies.
22039 * gdb.python/py-cmd.exp: Test that we don't show user-defined
22040 python commands in `show user command`.
22041 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
22042 scheme commands in `show user command`.
22043
22044 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
22045
22046 PR python/17355
22047 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
22048 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
22049 * gdb.python/py-framefilter-invalidarg.exp: New file.
22050 * gdb.python/py-framefilter-invalidarg.py: New file.
22051
22052 2014-09-06 Doug Evans <xdje42@gmail.com>
22053
22054 PR 15276
22055 * gdb.python/py-caller-is.c: New file.
22056 * gdb.python/py-caller-is.exp: New file.
22057
22058 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
22059
22060 PR gdb/17235
22061 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
22062 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
22063
22064 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
22065
22066 PR fortran/17237
22067 * gdb.fortran/print-formatted.exp: New file.
22068 * gdb.fortran/print-formatted.f90: Likewise.
22069
22070 2014-09-03 Sasha Smundak <asmundak@google.com>
22071
22072 * gdb.python/py-frame.exp: Test Frame.read_register.
22073
22074 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
22075
22076 PR python/16699
22077 * gdb.python/py-completion.exp: New file.
22078 * gdb.python/py-completion.py: Likewise.
22079
22080 2014-08-28 Doug Evans <dje@google.com>
22081
22082 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
22083 eax,etc. are live with values set by gdb and thus the compiler can't
22084 use them.
22085 * gdb.arch/i386-pseudo.c (main): Ditto.
22086
22087 2014-08-27 Doug Evans <dje@google.com>
22088
22089 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
22090
22091 2014-08-25 Doug Evans <dje@google.com>
22092
22093 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
22094 (main): Ditto.
22095
22096 2014-08-25 Doug Evans <dje@google.com>
22097
22098 * gdb.threads/thread-execl.exp: #include <stdio.h>.
22099
22100 2014-08-24 Yao Qi <yao@codesourcery.com>
22101
22102 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
22103 symbol off.
22104 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
22105
22106 2014-08-22 Doug Evans <dje@google.com>
22107
22108 PR 17276
22109 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
22110 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
22111 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
22112
22113 2014-08-22 Yao Qi <yao@codesourcery.com>
22114
22115 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
22116 * gdb.python/py-finish-breakpoint2.exp: Likewise.
22117 * gdb.python/python.exp: Likewise. Use .py file on the host
22118 instead of the build.
22119
22120 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22121
22122 * gdb.threads/gcore-stale-thread.c: New file.
22123 * gdb.threads/gcore-stale-thread.exp: New file.
22124
22125 2014-08-21 Pedro Alves <palves@redhat.com>
22126
22127 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
22128 * gdb.base/gcore-relro-pie.exp: Likewise.
22129 * gdb.base/gcore-relro.exp: Likewise.
22130 * gdb.base/gcore.exp: Likewise.
22131 * gdb.base/print-symbol-loading.exp: Likewise.
22132 * gdb.threads/gcore-thread.exp: Likewise.
22133 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
22134
22135 2014-08-20 Pedro Alves <palves@redhat.com>
22136 Jan Kratochvil <jan.kratochvil@redhat.com>
22137
22138 * Makefile.in (EXTRA_RULES, CC): New variables, get from
22139 configure.
22140 (EXPECT): Handle READ1 being set.
22141 (all): Depend on EXTRA_RULES.
22142 (check-read1, expect-read1, read1.so, read1): New rules.
22143 * README (Testsuite Parameters): Document the READ1 make variable.
22144 (Race detection): New section.
22145 * configure: Regenerate.
22146 * configure.ac: If build==host==target, and running under a
22147 GNU/glibc system, add read1 to the extra Makefile rules.
22148 (EXTRA_RULES): AC_SUBST it.
22149 * lib/read1.c: New file.
22150
22151 2014-08-20 Joel Brobecker <brobecker@adacore.com>
22152
22153 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
22154 the handling of variables declared as a typedef to an array
22155 which a DW_AT_data_location attribute.
22156
22157 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
22158 Pedro Alves <palves@redhat.com>
22159
22160 PR symtab/14604
22161 PR symtab/14605
22162 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
22163 gdb_test.
22164
22165 2014-08-19 Pedro Alves <palves@redhat.com>
22166
22167 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
22168
22169 2014-08-19 Yao Qi <yao@codesourcery.com>
22170
22171 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
22172 right line.
22173
22174 2014-08-18 David Blaikie <dblaikie@gmail.com>
22175
22176 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
22177
22178 2014-08-18 Joel Brobecker <brobecker@adacore.com>
22179
22180 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
22181 attribute in array range.
22182
22183 2014-08-18 Joel Brobecker <brobecker@adacore.com>
22184
22185 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
22186
22187 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22188
22189 PR c++/17132
22190 * gdb.cp/pr17132.cc: New file.
22191 * gdb.cp/pr17132.exp: New file.
22192
22193 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22194
22195 * gdb.python/py-xmethods.py (A_getarrayind)
22196 (E_method_char_worker.__call__, E_method_int_worker.__call__):
22197 Use 'print' with function call syntax.
22198 (E_method_matcher.match): Fix tab vs space indentation mixup.
22199
22200 2014-08-15 Yao Qi <yao@codesourcery.com>
22201
22202 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
22203 false.
22204
22205 2014-08-15 Yao Qi <yao@codesourcery.com>
22206
22207 * gdb.cp/casts.exp: Set print symbol off.
22208 * gdb.cp/class2.exp: Likewise.
22209 * gdb.cp/overload.exp: Likewise.
22210 * gdb.cp/templates.exp: Likewise.
22211
22212 2014-08-11 Doug Evans <dje@google.com>
22213
22214 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
22215 (test_load_shlib): Update.
22216
22217 2014-08-09 Yao Qi <yao@codesourcery.com>
22218
22219 * gdb.base/display.exp: Invoke is_address_zero_readable.
22220 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
22221 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
22222 * gdb.base/hbreak-unmapped.exp: Return if
22223 is_address_zero_readable returns true.
22224 * gdb.base/signest.exp: Likewise.
22225 * gdb.base/signull.exp: Likewise.
22226 * gdb.base/sigbpt.exp: Likewise.
22227 * gdb.guile/scm-disasm.exp: Do the test if
22228 is_address_zero_readable returns false.
22229 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
22230 * gdb.python/py-arch.exp: Likewise.
22231 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
22232 * lib/gdb.exp (is_address_zero_readable): New proc.
22233
22234 2014-08-09 Yao Qi <yao@codesourcery.com>
22235
22236 PR testsuite/13443
22237 * gdb.mi/mi-var-display.exp: Make test messages unique.
22238
22239 2014-08-04 Tom Tromey <tromey@redhat.com>
22240
22241 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
22242 target 0".
22243
22244 2014-08-04 Tom Tromey <tromey@redhat.com>
22245
22246 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
22247 "target_resume".
22248
22249 2014-08-01 Joel Brobecker <brobecker@adacore.com>
22250
22251 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
22252 inner_vla_struct_object_size.
22253 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
22254 as xfail.
22255
22256 2014-07-30 Pedro Alves <palves@redhat.com>
22257
22258 * gdb.threads/signal-command-handle-nopass.exp (test): Add
22259 comment.
22260
22261 2014-07-29 Yao Qi <yao@codesourcery.com>
22262
22263 PR gdb/17206
22264 * gdb.base/until-nodebug.exp: New.
22265
22266 2014-07-28 Doug Evans <xdje42@gmail.com>
22267
22268 PR guile/17203
22269 * gdb.guile/scm-parameter.exp: Add tests for trying to create
22270 previously existing parameter, and previously ambiguously spelled
22271 parameter.
22272
22273 2014-07-28 Will Newton <will.newton@linaro.org>
22274
22275 * gdb.base/varargs.exp: Remove KFAILs for ARM.
22276
22277 2014-07-26 Ludovic Courtès <ludo@gnu.org>
22278 Doug Evans <xdje42@gmail.com>
22279
22280 PR guile/17146
22281 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
22282
22283 2014-07-25 Pedro Alves <palves@redhat.com>
22284
22285 * gdb.threads/signal-command-handle-nopass.c: New file.
22286 * gdb.threads/signal-command-handle-nopass.exp: New file.
22287 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
22288 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
22289 * gdb.threads/signal-delivered-right-thread.c: New file.
22290 * gdb.threads/signal-delivered-right-thread.exp: New file.
22291
22292 2014-07-25 Pedro Alves <palves@redhat.com>
22293
22294 * gdb.base/double-prompt-target-event-error.exp
22295 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
22296 match.
22297 (cancel_pagination_in_target_event): Rework double prompt
22298 detection.
22299 * gdb.base/paginate-after-ctrl-c-running.exp
22300 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
22301 <return>' match.
22302 * gdb.base/paginate-bg-execution.exp
22303 (test_bg_execution_pagination_return)
22304 (test_bg_execution_pagination_cancel): Remove '-notransfer
22305 <return>' matches.
22306 * gdb.base/paginate-execution-startup.exp
22307 (test_fg_execution_pagination_return)
22308 (test_fg_execution_pagination_cancel): Remove '-notransfer
22309 <return>' matches.
22310 * gdb.base/paginate-inferior-exit.exp
22311 (test_paginate_inferior_exited): Remove '-notransfer <return>'
22312 match.
22313 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
22314 * lib/gdb.exp (pagination_prompt): Run text through
22315 string_to_regexp.
22316 (gdb_test_multiple): Match $pagination_prompt instead of
22317 "<return>".
22318 (string_to_regexp): Move to lib/gdb-utils.exp.
22319
22320 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
22321
22322 * gdb.arch/amd64-entry-value-paramref.S: New file.
22323 * gdb.arch/amd64-entry-value-paramref.cc: New file.
22324 * gdb.arch/amd64-entry-value-paramref.exp: New file.
22325 * gdb.arch/amd64-optimout-repeat.S: New file.
22326 * gdb.arch/amd64-optimout-repeat.c: New file.
22327 * gdb.arch/amd64-optimout-repeat.exp: New file.
22328
22329 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
22330
22331 PR gdb/17170
22332 * gdb.base/statistics.exp: New file.
22333
22334 2014-07-17 Doug Evans <dje@google.com>
22335
22336 PR gdb/17170
22337 * gdb.base/maint.exp: Update testing of per-command stats.
22338
22339 2014-07-16 Pedro Alves <palves@redhat.com>
22340
22341 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
22342 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
22343 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
22344 (tfile_write_buf): New functions.
22345 (add_memory_block): Rewrite using the above.
22346 (adjust_function_address): New function.
22347 (FUNCTION_ADDRESS): New macro.
22348 (write_basic_trace_file): Remove short_x local, and use
22349 tfile_write_16. Change type of func_addr local to unsigned long
22350 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
22351 here. Cast argument of add_memory_block to char pointer.
22352 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
22353 (main): Remove parameters.
22354 * gdb.trace/tfile.exp: Remove nowarnings.
22355
22356 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
22357
22358 * gdb.base/debug-expr.exp: Test string evaluation with
22359 "debug expression" on.
22360
22361 2014-07-15 Pedro Alves <palves@redhat.com>
22362
22363 * gdb.base/reread.exp: Use clean_restart.
22364
22365 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
22366
22367 * gdb.arch/avr-flash-qualifer.c: New.
22368 * gdb.arch/avr-flash-qualifer.exp: New.
22369
22370 2014-07-14 Pedro Alves <palves@redhat.com>
22371
22372 * gdb.base/paginate-after-ctrl-c-running.c: New file.
22373 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
22374
22375 2014-07-14 Pedro Alves <palves@redhat.com>
22376
22377 * gdb.base/double-prompt-target-event-error.c: New file.
22378 * gdb.base/double-prompt-target-event-error.exp: New file.
22379
22380 2014-07-14 Pedro Alves <palves@redhat.com>
22381
22382 PR gdb/17072
22383 * gdb.base/paginate-inferior-exit.c: New file.
22384 * gdb.base/paginate-inferior-exit.exp: New file.
22385
22386 2014-07-14 Pedro Alves <palves@redhat.com>
22387
22388 PR gdb/17072
22389 * gdb.base/paginate-bg-execution.c: New file.
22390 * gdb.base/paginate-bg-execution.exp: New file.
22391
22392 2014-07-14 Pedro Alves <palves@redhat.com>
22393
22394 PR gdb/17072
22395 * gdb.base/paginate-execution-startup.c: New file.
22396 * gdb.base/paginate-execution-startup.exp: New file.
22397 * lib/gdb.exp (pagination_prompt): New global.
22398 (default_gdb_spawn): New procedure, factored out from
22399 default_gdb_spawn.
22400 (default_gdb_start): Adjust to call default_gdb_spawn.
22401 (gdb_spawn): New procedure.
22402
22403 2014-07-14 Pedro Alves <palves@redhat.com>
22404
22405 * lib/gdb.exp (gdb_assert): New procedure.
22406 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
22407
22408 2014-07-14 Pedro Alves <palves@redhat.com>
22409
22410 * gdb.base/execution-termios.c: New file.
22411 * gdb.base/execution-termios.exp: New file.
22412
22413 2014-07-14 Tom Tromey <tromey@redhat.com>
22414
22415 * gdb.cp/vla-cxx.cc: New file.
22416 * gdb.cp/vla-cxx.exp: New file.
22417
22418 2014-07-14 Tom Tromey <tromey@redhat.com>
22419
22420 * gdb.reverse/rerun-prec.c: New file.
22421 * gdb.reverse/rerun-prec.exp: New file.
22422
22423 2014-07-12 Maciej W. Rozycki <macro@mips.com>
22424 Maciej W. Rozycki <macro@codesourcery.com>
22425
22426 * lib/gdb-utils.exp: New file.
22427 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
22428 inline `gdb_init_command' processing.
22429 (gdb_start_cmd): Likewise.
22430 * lib/mi-support.exp (mi_run_cmd): Likewise.
22431 * README: Document `gdb_init_command' and `gdb_init_commands'.
22432
22433 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
22434
22435 Fix false FAIL running under a very long directory name.
22436 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
22437 and "set print elements 10000". Twice.
22438
22439 2014-07-11 Yao Qi <yao@codesourcery.com>
22440
22441 * gdb.base/exprs.exp: "set print symbol off".
22442
22443 2014-07-11 Pedro Alves <palves@redhat.com>
22444
22445 * gdb.threads/kill.c: New file.
22446 * gdb.threads/kill.exp: New file.
22447
22448 2014-07-10 Yao Qi <yao@codesourcery.com>
22449
22450 * gdb.trace/tfile.c (write_basic_trace_file)
22451 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
22452 address written to trace file.
22453
22454 2014-07-09 Pedro Alves <palves@redhat.com>
22455
22456 * gdb.base/attach-wait-input.exp: New file.
22457 * gdb.base/attach-wait-input.c: New file.
22458
22459 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
22460
22461 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
22462 setting up test structures.
22463 (main): Call new test function.
22464 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
22465 test function, continue into test function and walk test
22466 structures.
22467
22468 2014-07-02 Yao Qi <yao@codesourcery.com>
22469
22470 * gdb.trace/entry-values.c: Define labels 'foo_start' and
22471 'bar_start' at the beginning of functions 'foo' and 'bar'
22472 respectively.
22473 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
22474 instead of 'foo' and 'bar'.
22475
22476 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
22477
22478 * gdb.btrace/segv.exp: New.
22479 * gdb.btrace/segv.c: New.
22480
22481 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
22482
22483 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
22484 instruction.
22485
22486 2014-06-30 Mark Wielaard <mjw@redhat.com>
22487
22488 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
22489 vulture, vilify, villar): New volatile array constants.
22490 (vindictive, vegetation): New const volatile array constants.
22491 * gdb.base/volatile.exp: Test volatile and const volatile array
22492 types.
22493
22494 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
22495
22496 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
22497 target lacks support for awatch, rwatch, or hbreak.
22498
22499 2014-06-27 Yao Qi <yao@codesourcery.com>
22500
22501 * gdb.multi/dummy-frame-restore.exp: New.
22502 * gdb.multi/dummy-frame-restore.c: New.
22503
22504 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
22505
22506 * gdb.btrace/gcore.exp: New.
22507
22508 2014-06-23 Pedro Alves <palves@redhat.com>
22509
22510 * gdb.base/watchpoint-reuse-slot.c: New file.
22511 * gdb.base/watchpoint-reuse-slot.exp: New file.
22512
22513 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
22514
22515 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
22516 progspace's filename in 'info', 'enable' and 'disable' command
22517 tests.
22518
22519 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
22520
22521 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
22522 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22523 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
22524
22525 2014-06-20 Gary Benson <gbenson@redhat.com>
22526
22527 * gdb.arch/i386-avx.exp: Fix include file location.
22528 * gdb.arch/i386-sse.exp: Likewise.
22529
22530 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
22531
22532 * gdb.dlang/expression.exp: New file.
22533
22534 2014-06-19 Pedro Alves <palves@redhat.com>
22535
22536 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
22537 out from ...
22538 (top level): ... here. Iterate running tests under different
22539 scheduler-locking settings.
22540
22541 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
22542
22543 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
22544 to DW_FORM_addr and use non-zero addresses.
22545
22546 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
22547
22548 PR gdb/17017
22549 * gdb.python/py-xmethods.cc: Add global function call counters and
22550 increment them in their respective functions. Remove "cout"
22551 statements.
22552 * gdb.python/py-xmethods.exp: Make tests check the global function
22553 call counters instead of depending on inferior IO.
22554
22555 2014-06-18 Don Breazeal <donb@codesourcery.com>
22556
22557 * gdb.base/foll-fork.exp (default_fork_parent_follow):
22558 Deleted procedure.
22559 (explicit_fork_parent_follow): Deleted procedure.
22560 (explicit_fork_child_follow): Deleted procedure.
22561 (test_follow_fork): New procedure.
22562 (do_fork_tests): Replace calls to deleted procedures with
22563 calls to test_follow_fork and reset GDB for subsequent
22564 procedure calls.
22565
22566 2014-06-17 Yao Qi <yao@codesourcery.com>
22567
22568 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
22569 CP1252.
22570
22571 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
22572
22573 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
22574 Initialize ptr and S explicitly.
22575 (skip_type_update_when_not_use_rtti_test): Likewise.
22576
22577 2014-06-16 Keith Seitz <keiths@redhat.com>
22578
22579 PR mi/15863
22580 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
22581 the inferior is started.
22582
22583 2014-06-16 Pedro Alves <palves@redhat.com>
22584
22585 * gdb.base/break-main-file-remove-fail.c: New file.
22586 * gdb.base/break-main-file-remove-fail.exp: New file.
22587 * gdb.base/break-unload-file.exp: Use build_executable instead of
22588 prepare_for_testing.
22589 (test_break): New parameter "initial_load". Handle it.
22590 (top level): Add initial_load cmdline/file axis.
22591
22592 2014-06-12 Tom Tromey <tromey@redhat.com>
22593
22594 * gdb.base/completion.exp: Don't use directory name in test.
22595
22596 2014-06-09 Gary Benson <gbenson@redhat.com>
22597
22598 * gdb.base/sigall.c [Functions to send signals]: Reorder to
22599 separate the always-available ANSI-standard signals from the
22600 signals that require checking.
22601 (main): Likewise.
22602 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
22603 Likewise.
22604 (main): Likewise.
22605
22606 2014-06-07 Keith Seitz <keiths@redhat.com>
22607
22608 Revert:
22609 PR c++/16253
22610 * gdb.cp/var-tag.cc: New file.
22611 * gdb.cp/var-tag.exp: New file.
22612 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
22613 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
22614 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
22615 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
22616
22617 2014-06-06 Doug Evans <xdje42@gmail.com>
22618
22619 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
22620
22621 2014-06-06 Pedro Alves <palves@redhat.com>
22622
22623 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
22624 in target debug output instead of looking at RSP packets,
22625 disabling the test on any target that uses hardware stepping.
22626 Update comments.
22627
22628 2014-06-06 Pedro Alves <palves@redhat.com>
22629
22630 * gdb.base/break-unload-file.exp: Fix typo.
22631
22632 2014-06-06 Yao Qi <yao@codesourcery.com>
22633
22634 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
22635 from "jit_function" to "^jit_function".
22636
22637 2014-06-06 Yao Qi <yao@codesourcery.com>
22638
22639 * gdb.base/async.c (foo): Add one statement.
22640 * gdb.base/async.exp: Get the next instruction address and
22641 match the output of "nexti" by instruction address. Match
22642 the hex address in the output of "finish".
22643
22644 2014-06-06 Gary Benson <gbenson@redhat.com>
22645
22646 * gdb.base/call-signals.c: Remove preprocessor conditionals
22647 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
22648 SIGSEGV and SIGTERM.
22649 * gdb.base/sigall.c: Likewise.
22650 * gdb.base/unwindonsignal.c: Likewise.
22651 * gdb.reverse/sigall-reverse.c: Likewise.
22652
22653 2014-06-06 Yao Qi <yao@codesourcery.com>
22654
22655 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
22656 readable, skip the test.
22657
22658 2014-06-06 Yao Qi <yao@codesourcery.com>
22659
22660 * gdb.threads/staticthreads.c (thread_function): Move the line
22661 setting breakpoint on forward.
22662 * gdb.threads/staticthreads.exp: Update comments.
22663
22664 2014-06-05 Ludovic Courtès <ludo@gnu.org>
22665
22666 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
22667 "history-append! type error".
22668
22669 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
22670
22671 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
22672 erroneous dprintf expected input.
22673
22674 2014-06-04 Doug Evans <xdje42@gmail.com>
22675
22676 * gdb.guile/scm-generics.exp: Delete.
22677
22678 2014-06-04 Doug Evans <xdje42@gmail.com>
22679
22680 * gdb.guile/scm-breakpoint.exp: Update.
22681 Add tests for breakpoint registration.
22682
22683 2014-06-04 Tom Tromey <tromey@redhat.com>
22684
22685 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
22686 VLA-in-union.
22687 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
22688 inner_vla_struct, vla_union types. Initialize objects of those
22689 types and compute their sizes.
22690
22691 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
22692 Hui Zhu <hui@codesourcery.com>
22693
22694 * gdb.base/fileio.exp: Add test for shell not available as well as
22695 available.
22696 * gdb.base/fileio.c (test_system): Check for shell twice.
22697
22698 2014-06-04 Yao Qi <yao@codesourcery.com>
22699
22700 * gdb.base/auto-connect-native-target.exp: Remove redundant
22701 space from the regexp pattern.
22702
22703 2014-06-04 Yao Qi <yao@codesourcery.com>
22704
22705 * gdb.base/default.exp: Replace "child" with "native" in
22706 regexp pattern.
22707
22708 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
22709
22710 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
22711 * gdb.python/py-xmethods.exp: New tests to test xmethods.
22712 * gdb.python/py-xmethods.py: Python script supporting the
22713 new testcase and tests.
22714
22715 2014-06-03 Joel Brobecker <brobecker@adacore.com>
22716 Pedro Alves <palves@redhat.com>
22717
22718 PR breakpoints/17000
22719 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
22720 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
22721
22722 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
22723
22724 * gdb.base/subst.exp: Add tests to verify partial path matching
22725 output.
22726
22727 2014-06-03 Pedro Alves <palves@redhat.com>
22728
22729 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
22730 target that doesn't use software single-stepping.
22731
22732 2014-06-03 Pedro Alves <palves@redhat.com>
22733
22734 PR breakpoints/17000
22735 * gdb.base/sss-bp-on-user-bp-2.c: New file.
22736 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
22737
22738 2014-06-02 Doug Evans <xdje42@gmail.com>
22739
22740 * gdb.guile/scm-parameter.exp: New file.
22741
22742 2014-06-02 Doug Evans <xdje42@gmail.com>
22743
22744 * gdb.guile/scm-cmd.c: New file.
22745 * gdb.guile/scm-cmd.exp: New file.
22746
22747 2014-06-02 Doug Evans <xdje42@gmail.com>
22748
22749 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
22750 pretty-printer lookup.
22751 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
22752 (make-pp_s-printer): Call it.
22753 (make-pretty-printer-from-dict): New function.
22754 (lookup-pretty-printer-maker-from-dict): New function.
22755 (*pretty-printer*): Simplify.
22756 (make-objfile-pp_s-printer): New function.
22757 (install-objfile-pretty-printers!): New function.
22758 (make-progspace-pp_s-printer): New function.
22759 (install-progspace-pretty-printers!): New function.
22760 * gdb.guile/scm-progspace.c: New file.
22761 * gdb.guile/scm-progspace.exp: New file.
22762
22763 2014-06-02 Pedro Alves <palves@redhat.com>
22764
22765 * gdb.base/dprintf-bp-same-addr.c: New file.
22766 * gdb.base/dprintf-bp-same-addr.exp: New file.
22767
22768 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22769
22770 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
22771 * gdb.arch/powerpc-power.s: Likewise.
22772
22773 2014-06-02 Joel Brobecker <brobecker@adacore.com>
22774
22775 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
22776
22777 2014-06-01 Yao Qi <yao@codesourcery.com>
22778
22779 * gdb.base/watchpoint.exp (test_watch_location): Check null
22780 pointer can be dereferenced. If not, do the test, otherwise
22781 skip it.
22782
22783 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
22784
22785 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
22786 results.
22787 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
22788
22789 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
22790
22791 * gdb.arch/amd64-invalid-stack-middle.S: New file.
22792 * gdb.arch/amd64-invalid-stack-middle.c: New file.
22793 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
22794 * gdb.arch/amd64-invalid-stack-top.c: New file.
22795 * gdb.arch/amd64-invalid-stack-top.exp: New file.
22796
22797 2014-05-30 Pedro Alves <palves@redhat.com>
22798
22799 PR breakpoints/17000
22800 * gdb.base/sss-bp-on-user-bp.c: New file.
22801 * gdb.base/sss-bp-on-user-bp.exp: New file.
22802
22803 2014-05-30 David Blaikie <dblaikie@gmail.com>
22804
22805 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
22806 gnu_inline semantics via attribute.
22807 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
22808 source explicitly specifies the required semantics.
22809
22810 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
22811
22812 * gdb.reverse/sigall-reverse.exp: Fix a typo.
22813
22814 2014-05-29 Pedro Alves <palves@redhat.com>
22815 Tom Tromey <tromey@redhat.com>
22816
22817 * gdb.base/async-shell.exp: Don't enable target-async.
22818 * gdb.base/async.exp
22819 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
22820 parameter. Adjust.
22821 (top level): Don't test with "target-async".
22822 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
22823 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
22824 * gdb.base/inferior-died.exp: Don't enable target-async.
22825 * gdb.base/interrupt-noterm.exp: Likewise.
22826 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
22827 * gdb.mi/mi-nonstop-exit.exp: Likewise.
22828 * gdb.mi/mi-nonstop.exp: Likewise.
22829 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
22830 * gdb.mi/mi-nsintrall.exp: Likewise.
22831 * gdb.mi/mi-nsmoribund.exp: Likewise.
22832 * gdb.mi/mi-nsthrexec.exp: Likewise.
22833 * gdb.mi/mi-watch-nonstop.exp: Likewise.
22834 * gdb.multi/watchpoint-multi.exp: Adjust comment.
22835 * gdb.python/py-evsignal.exp: Don't enable target-async.
22836 * gdb.python/py-evthreads.exp: Likewise.
22837 * gdb.python/py-prompt.exp: Likewise.
22838 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
22839 * gdb.server/solib-list.exp: Don't enable target-async.
22840 * gdb.threads/thread-specific-bp.exp: Likewise.
22841 * lib/mi-support.exp: Adjust to use mi-async.
22842
22843 2014-05-29 Pedro Alves <palves@redhat.com>
22844
22845 PR gdb/13860
22846 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
22847 reason, even in sync mode.
22848
22849 2014-05-29 Pedro Alves <palves@redhat.com>
22850 Hui Zhu <hui@codesourcery.com>
22851
22852 PR PR15693
22853 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
22854 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
22855 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
22856 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
22857
22858 2014-05-28 Joel Brobecker <brobecker@adacore.com>
22859
22860 * config/monitor.exp (gdb_target_monitor): Replace use of
22861 "set remotebaud" by "set serial baud".
22862
22863 2014-05-26 Andy Wingo <wingo@igalia.com>
22864
22865 * gdb.guile/scm-breakpoint.exp:
22866 * gdb.guile/scm-gsmob.exp: Update to use plain old object
22867 properties instead of gdb-object-properties.
22868
22869 2014-05-26 Yao Qi <yao@codesourcery.com>
22870
22871 * gdb.server/no-thread-db.exp: Specify source file name
22872 explicitly when setting a breakpoint.
22873
22874 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22875
22876 * gdb.btrace/vdso.c: New.
22877 * gdb.btrace/vdso.exp: New.
22878
22879 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22880
22881 * gdb.base/gcore.exp (capture_command_output): Move ...
22882 * lib/gdb.exp (capture_command_output): ... here.
22883
22884 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22885
22886 * gdb.btrace/data.exp: Test memory access during btrace replay.
22887
22888 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
22889
22890 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
22891
22892 2014-05-21 Pedro Alves <palves@redhat.com>
22893
22894 PR gdb/13860
22895 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
22896 (top level): Test that output related to execution commands is
22897 sent to the console with CLI commands, but not with MI commands.
22898 Test that breakpoint events are always mirrored to the console.
22899 Also expect the new source line to be output after a "next" in
22900 async mode too. Make it a pass/fail test.
22901 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
22902 output.
22903 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
22904
22905 2014-05-21 Pedro Alves <palves@redhat.com>
22906
22907 * gdb.base/list.exp (build_pattern, test_list): New procedures.
22908 Use them to test variations of "list" after reaching a breakpoint.
22909 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
22910 Test "list" with listsize 10 after reaching a breakpoint.
22911 * gdb.python/python.exp (decode_line current location line
22912 number): Adjust expected line number.
22913
22914 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
22915
22916 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
22917 behavior for $args, pass it directly to "run".
22918
22919 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
22920
22921 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
22922 30000 to 65536.
22923
22924 2014-05-21 Pedro Alves <palves@redhat.com>
22925
22926 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
22927 auto-connect-native-target off".
22928 * gdb.base/auto-connect-native-target.c: New file.
22929 * gdb.base/auto-connect-native-target.exp: New file.
22930
22931 2014-05-21 Pedro Alves <palves@redhat.com>
22932
22933 * gdb.base/default.exp: Test "target native" instead of "target
22934 child".
22935
22936 2014-05-21 Mark Wielaard <mjw@redhat.com>
22937
22938 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
22939
22940 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22941
22942 Fix TLS access for -static -pthread.
22943 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
22944 <HAVE_TLS> (thread_function, main): Initialize it.
22945 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
22946 Add clean_restart.
22947 <$have_tls != "">: Check TLSVAR.
22948
22949 2014-05-21 Pedro Alves <palves@redhat.com>
22950
22951 * gdb.base/dcache-line-read-error.c: New.
22952 * gdb.base/dcache-line-read-error.exp: New.
22953
22954 2014-05-20 Pedro Alves <palves@redhat.com>
22955
22956 * gdb.base/compare-sections.c: New file.
22957 * gdb.base/compare-sections.exp: New file.
22958
22959 2014-05-20 Pedro Alves <palves@redhat.com>
22960
22961 * gdb.base/break-idempotent.c: New file.
22962 * gdb.base/break-idempotent.exp: New file.
22963
22964 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
22965
22966 * gdb.btrace/nohist.exp: New.
22967
22968 2014-05-20 Yao Qi <yao@codesourcery.com>
22969
22970 * lib/gdb.exp (gdb_init): Set timeout if test file is under
22971 gdb.reverse directory and gdb_reverse_timeout exists in board
22972 setting.
22973 * README: Document gdb_reverse_timeout.
22974
22975 2014-05-20 Yao Qi <yao@codesourcery.com>
22976
22977 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
22978 'test_file_name'. Treat args as a string instead of a list.
22979 (gdb_init): Rename argument 'args' by 'test_file_name'.
22980
22981 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
22982
22983 * gdb.arch/powerpc-power.exp: New file.
22984 * gdb.arch/powerpc-power.s: New file.
22985
22986 2014-05-16 Doug Evans <dje@google.com>
22987
22988 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
22989 * gdb.base/completion.exp: Check that all expected files exist
22990 before doing file completion.
22991
22992 2014-05-16 Doug Evans <dje@google.com>
22993
22994 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
22995 Update.
22996 (do_syscall_tests_without_xml): Update.
22997
22998 2014-05-16 Pedro Alves <palves@redhat.com>
22999
23000 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
23001 instead of "unknown output after running".
23002
23003 2014-05-16 Yao Qi <yao@codesourcery.com>
23004
23005 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
23006 file1.txt from host at the end.
23007 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
23008
23009 2014-05-15 Doug Evans <dje@google.com>
23010
23011 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
23012 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
23013 loading file. Add test for TU lookup.
23014
23015 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23016
23017 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
23018 calling "-exec-arguments" or "set args" before running the
23019 inferior.
23020
23021 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23022
23023 * lib/mi-support.exp (mi_expect_stop): Expect message for
23024 inferiors that exit with non-zero exit code.
23025
23026 2014-05-14 Yao Qi <yao@codesourcery.com>
23027
23028 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
23029 match absolute path on remote host.
23030 (test_file_list_exec_source_files): Remove "/" from the
23031 pattern.
23032
23033 2014-05-14 Yao Qi <yao@codesourcery.com>
23034
23035 * boards/local-remote-host-notty.exp (${board}_file): New
23036 proc.
23037
23038 2014-05-07 Kyle McMartin <kyle@redhat.com>
23039
23040 Pushed by Joel Brobecker <brobecker@adacore.com>.
23041 * gdb.arch/aarch64-atomic-inst.c: New file.
23042 * gdb.arch/aarch64-atomic-inst.exp: New file.
23043
23044 2014-05-07 Yao Qi <yao@codesourcery.com>
23045
23046 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
23047 in current context" too.
23048
23049 2014-05-05 Keith Seitz <keiths@redhat.com>
23050
23051 * gdb.linespec/ls-dollar.exp: Add test for linespec
23052 file:convenience_variable.
23053
23054 2014-05-05 Yao Qi <yao@codesourcery.com>
23055
23056 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
23057 traceframes into tfile and ctf trace files. Read data from
23058 trace file and test collected data.
23059 (gdb_collect_locals_test): Likewise.
23060 (gdb_unavailable_registers_test): Likewise.
23061 (gdb_unavailable_floats): Likewise.
23062 (gdb_collect_globals_test): Likewise.
23063 (top-level): Append "ctf" to trace_file_targets if GDB
23064 supports.
23065
23066 2014-05-05 Yao Qi <yao@codesourcery.com>
23067
23068 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
23069 code to ...
23070 (gdb_collect_args_test_1): ... it. New proc.
23071 (gdb_collect_locals_test): Move some code to ...
23072 (gdb_collect_locals_test_1): ... it. New proc.
23073 (gdb_unavailable_registers_test): Move some code to ...
23074 (gdb_unavailable_registers_test_1): ... it. New proc.
23075 (gdb_unavailable_floats): Move some code to ...
23076 (gdb_unavailable_floats_1): ... it. New proc.
23077
23078 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23079
23080 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
23081 probes to test for bitness recognition.
23082 * gdb.arch/amd64-stap-optional-prefix.exp
23083 (test_probe_value_without_reg): New procedure.
23084 Add code to test for different kinds of bitness.
23085
23086 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23087
23088 PR breakpoints/16889
23089 * gdb.arch/amd64-stap-optional-prefix.S: New file.
23090 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
23091
23092 2014-05-01 Pedro Alves <palves@redhat.com>
23093
23094 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
23095 gdb_file_cmd if no file is specified.
23096 * boards/native-extended-gdbserver.exp (gdb_load): Use the
23097 last_loaded_file to set the remote exec-file.
23098
23099 2014-05-01 Pedro Alves <palves@redhat.com>
23100
23101 * boards/local-remote-host.exp: New file.
23102
23103 2014-05-01 Pedro Alves <palves@redhat.com>
23104
23105 * boards/local-remote-host.exp: Rename to ...
23106 * boards/local-remote-host-notty.exp: ... this.
23107
23108 2014-04-28 Joel Brobecker <brobecker@adacore.com>
23109
23110 * gdb.ada/dyn_arrayidx: New testcase.
23111
23112 2014-04-26 Yao Qi <yao@codesourcery.com>
23113
23114 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
23115 and compute the length of function main. Save it in
23116 $main_length.
23117 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
23118 (top-level): Use gdb_compile to compile objects into
23119 executable and restart GDB. Remove invocation to
23120 prepare_for_testing.
23121
23122 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
23123 Pedro Alves <palves@redhat.com>
23124
23125 PR server/16255
23126 * gdb.multi/multi-attach.c: New file.
23127 * gdb.multi/multi-attach.exp: New file.
23128
23129 2014-04-25 Pedro Alves <palves@redhat.com>
23130
23131 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
23132 user.
23133 (top level): Test that "set remote conditional-breakpoints-packet
23134 off" works as intended.
23135 * gdb.base/dprintf.exp: Test that "set remote
23136 breakpoint-commands-packet off" works as intended.
23137 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
23138 New function.
23139 (top level): Call it.
23140 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
23141 remote fast-tracepoints-packet off" works as intended.
23142 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
23143 * lib/gdb.exp (gdb_is_target_remote): ... here.
23144
23145 2014-04-24 David Blaikie <dblaikie@gmail.com>
23146
23147 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
23148 ensure clang would not discard them.
23149 * gdb.base/gdbvars.c: Ditto.
23150 * gdb.base/memattr.c: Ditto.
23151 * gdb.base/whatis.c: Ditto.
23152 * gdb.python/py-prettyprint.c: Ditto.
23153 * gdb.trace/actions.c: Ditto.
23154 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
23155 ensure clang would not discard it.
23156
23157 2014-04-24 David Blaikie <dblaikie@gmail.com>
23158
23159 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
23160 clang to emit the full definition of type required by the test
23161 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
23162
23163 2014-04-24 David Blaikie <dblaikie@gmail.com>
23164
23165 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
23166 coax Clang into emitting the definition of the type.
23167 * gdb.cp/pr10728-x.h (y): Ditto.
23168 * gdb.cp/pr10728-y.cc (y): Ditto.
23169
23170 2014-04-24 David Blaikie <dblaikie@gmail.com>
23171
23172 * gdb.base/label.exp: XFAIL label related tests under Clang.
23173 * gdb.cp/cplabel.exp: Ditto.
23174 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
23175 under Clang those using labels.
23176
23177 2014-04-25 Yao Qi <yao@codesourcery.com>
23178
23179 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
23180 double_label.
23181 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
23182 partial_label and double_label.
23183
23184 2014-04-24 David Blaikie <dblaikie@gmail.com>
23185
23186 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
23187
23188 2014-04-24 David Blaikie <dblaikie@gmail.com>
23189
23190 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
23191 of the function to work across GCC and Clang.
23192 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
23193 pointer types (const void ** const V void **).
23194
23195 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
23196 Walfred Tedeschi <walfred.tedeschi@intel.com>
23197
23198 * Makefile.in (EXECUTABLES): Added i386-avx512.
23199 * gdb.arch/i386-avx512.c: New file.
23200 * gdb.arch/i386-avx512.exp: Likewise.
23201
23202 2014-04-23 Keith Seitz <keiths@redhat.com>
23203
23204 * lib/mi-support.exp (mi_list_breakpoints): Delete.
23205 (mi_make_breakpoint_table): New procedure.
23206 (mi_create_breakpoint): Use mi_make_breakpoint
23207 and return the result.
23208 (mi_make_breakpoint): New procedure.
23209 (mi_build_kv_pairs): New procedure.
23210
23211 * gdb.mi/mi-break.exp: Remove unused globals,
23212 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
23213 All callers updated.
23214 * gdb.mi/mi-dprintf.exp: Use variable to track command
23215 number.
23216 Update all callers of mi_create_breakpoint and use
23217 mi_make_breakpoint_table.
23218 Remove any unused global variables.
23219 * gdb.mi/mi-nonstop.exp: Likewise.
23220 * gdb.mi/mi-nsintrall.exp: Likewise.
23221 * gdb.mi/mi-nsmoribund.exp: Likewise.
23222 * gdb.mi/mi-nsthrexec.exp: Likewise.
23223 * gdb.mi/mi-reverse.exp: Likewise.
23224 * gdb.mi/mi-simplerun.exp: Likewise.
23225 * gdb.mi/mi-stepn.exp: Likewise.
23226 * gdb.mi/mi-syn-frame.exp: Likewise.
23227 * gdb.mi/mi-until.exp: Likewise.
23228 * gdb.mi/mi-var-cp.exp: Likewise.
23229 * gdb.mi/mi-var-display.exp: Likewise.
23230 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
23231 * gdb.mi/mi2-var-child.exp: Likewise.
23232 * gdb.mi/mi-vla-c99.exp: Likewise.
23233 * lib/mi-support.exp: Likewise.
23234
23235 From Ian Lance Taylor <iant@cygnus.com>:
23236 * lib/gdb.exp (parse_args): New procedure.
23237
23238 2014-04-23 Pedro Alves <palves@redhat.com>
23239
23240 * gdb.base/break-unload-file.c: New file.
23241 * gdb.base/break-unload-file.exp: New file.
23242 * gdb.base/sym-file-lib.c (baz): New function.
23243 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
23244 field.
23245 (load): Store the segment's mapped size.
23246 (unload): New function.
23247 (unload_shlib): New function.
23248 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
23249 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
23250 set a breakpoint at baz, and call it.
23251 * gdb.base/sym-file.exp: New tests for stale breakpoint
23252 instructions.
23253
23254 2014-04-23 Pedro Alves <palves@redhat.com>
23255
23256 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
23257 * gdb.base/hbreak-in-shr-unsupported.c: New file.
23258 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
23259 * gdb.base/hbreak-unmapped.c: New file.
23260 * gdb.base/hbreak-unmapped.exp: New file.
23261 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
23262 * lib/gdb.exp (gdb_is_target_remote): ... here.
23263
23264 2014-04-22 Pedro Alves <palves@redhat.com>
23265
23266 * gdb.base/consecutive-step-over.c: New file.
23267 * gdb.base/consecutive-step-over.exp: New file.
23268
23269 2014-04-22 Pedro Alves <palves@redhat.com>
23270
23271 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
23272 instead of send_gdb/gdb_expect.
23273
23274 2014-04-22 Yao Qi <yao@codesourcery.com>
23275
23276 * lib/trace-support.exp (generate_tracefile): New procedure.
23277 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
23278 return 0.
23279 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
23280 if generate_tracefile returns 1.
23281
23282 2014-04-18 Tom Tromey <palves@redhat.com>
23283 Pedro alves <tromey@redhat.com>
23284
23285 PR backtrace/15558
23286 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
23287 with a backtrace limit.
23288 * gdb.python/py-frame-inline.exp: Test running to an inline
23289 function with a backtrace limit, and printing the newest frame.
23290 * gdb.python/py-frame-inline.c (main): Call f.
23291
23292 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23293
23294 * gdb.java/jnpe.exp: Drop srcdir from untested path.
23295
23296 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23297
23298 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
23299 Drop prefix from unsupported source file path.
23300
23301 2014-04-17 Yao Qi <yao@codesourcery.com>
23302
23303 * lib/gdb.exp (with_target_charset): New proc.
23304 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
23305 with_target_charset.
23306 (test_print_strings): Likewise.
23307 (test_repeat_bytes): Likewise.
23308 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
23309 for some tests.
23310
23311 2014-04-16 Keith Seitz <keiths@redhat.com>
23312
23313 PR gdb/15827
23314 * gdb.dwarf2/corrupt.c: New file.
23315 * gdb.dwarf2/corrupt.exp: New file.
23316
23317 2014-04-16 Keith Seitz <keiths@redhat.com>
23318
23319 PR c++/16597
23320 * gdb.cp/namelessclass.cc: New file.
23321 * gdb.cp/namelessclass.exp: New file.
23322 * gdb.cp/namelessclass.S: New file.
23323
23324 2014-04-16 Doug Evans <dje@google.com>
23325
23326 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
23327 Add comment.
23328 (gdbserver_default_get_comm_port): New function.
23329 (gdbserver_start): Check if board file provided
23330 "gdbserver,get_comm_port" and use it if so.
23331 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
23332 (gdb,socketport): Set to "stdio".
23333 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
23334 (stdio_gdbserver_template): Delete.
23335 (${board}_get_remote_address): Update.
23336 (${board}_build_remote_cmd): Delete.
23337 (${board}_get_comm_port): New function.
23338 (${board}_spawn): Update.
23339 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
23340 Delete.
23341 (${board}_get_remote_address): Update.
23342 (${board}_get_comm_port): New function.
23343
23344 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
23345
23346 * gdb.base/memattr.exp: Improve regexps to handle memory regions
23347 appearing in any order.
23348
23349 2014-04-15 Doug Evans <dje@google.com>
23350
23351 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
23352 uninitialized value of "description".
23353
23354 2014-04-15 Keith Seitz <keiths@redhat.com>
23355
23356 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
23357 Remove unused globals.
23358 (test_running_the_program): Likewise.
23359 (test_controlled_execution): Likewise.
23360 (test_controlling_breakpoints): Likewise.
23361 (test_program_termination): Likewise.
23362
23363 2014-04-15 Keith Seitz <keiths@redhat.com>
23364
23365 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
23366 unused globals.
23367 (test_rbreak_creation_and_listing): Likewise.
23368 (test_ignore_count): Likewise.
23369 (test_error): Likewise.
23370
23371 2014-04-15 Pedro Alves <palves@redhat.com>
23372
23373 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
23374 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
23375 sym-file-loader.c.
23376 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23377 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23378 to sym-file-loader.c.
23379 (struct library): Forward declare.
23380 (load_shlib, lookup_function): Change prototypes.
23381 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23382 (translate_offset): Remove declarations.
23383 (get_text_addr): New declaration.
23384 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
23385 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
23386 sym-file-loader.h.
23387 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23388 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23389 here from sym-file-loader.h.
23390 (struct library): New structure.
23391 (load_shlib, lookup_function): Change prototypes and adjust to
23392 work with a struct library.
23393 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23394 (translate_offset): Make static.
23395 (get_text_addr): New function.
23396 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
23397
23398 2014-04-15 Pedro Alves <palves@redhat.com>
23399
23400 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
23401
23402 2014-04-15 Pedro Alves <palves@redhat.com>
23403
23404 * gdb.base/sym-file-loader.c: Include <limits.h>.
23405 (SELF_LINK): New define.
23406 (get_origin): New function.
23407 (load_shlib): Use it.
23408 * gdb.base/sym-file.exp: Don't early return if the target is
23409 remote. Use runto_main, and issue fail is that fails. Use
23410 gdb_load_shlibs.
23411 (shlib_name): Delete.
23412 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
23413
23414 2014-04-15 Pedro Alves <palves@redhat.com>
23415
23416 * gdb.base/sym-file.exp: Remove regex characters from test
23417 message. Don't refer to breakpoint numbers in test messages.
23418
23419 2014-04-14 Keith Seitz <keiths@redhat.com>
23420
23421 PR c++/16253
23422 * gdb.cp/var-tag.cc: New file.
23423 * gdb.cp/var-tag.exp: New file.
23424 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
23425 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
23426 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
23427 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
23428
23429 2014-04-14 Tom Tromey <tromey@redhat.com>
23430
23431 * gdb.cp/classes.exp (test_enums): Handle underlying type.
23432 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
23433 type.
23434 * gdb.cp/enum-class.exp: New file.
23435 * gdb.cp/enum-class.cc: New file.
23436
23437 2014-04-14 Tom Tromey <tromey@redhat.com>
23438
23439 * gdb.dwarf2/enum-type.exp: New file.
23440
23441 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23442
23443 * gdb.mi/mi-vla-c99.exp: New file.
23444 * gdb.mi/vla.c: New file.
23445
23446 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23447
23448 * gdb.base/vla-datatypes.c: New file.
23449 * gdb.base/vla-datatypes.exp: New file.
23450
23451 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23452
23453 * gdb.base/vla-ptr.c: New file.
23454 * gdb.base/vla-ptr.exp: New file.
23455
23456 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23457
23458 * gdb.dwarf2/count.exp: New file.
23459
23460 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23461
23462 * gdb.base/vla-sideeffect.c: New file.
23463 * gdb.base/vla-sideeffect.exp: New file.
23464
23465 2014-04-14 David Blaikie <dblaikie@gmail.com>
23466
23467 * gdb.mi/non-stop.c: Add return value for non-void function return
23468 statement.
23469 * gdb.threads/staticthreads.c: Ditto.
23470
23471 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
23472 Doug Evans <xdje42@gmail.com>
23473
23474 * gdb.guile/scm-value.c: Improve test case.
23475 * gdb.guile/scm-value.exp: Add new test.
23476
23477 2014-04-11 David Blaikie <dblaikie@gmail.com>
23478
23479 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
23480 override Clang's default.
23481
23482 2014-04-11 Joel Brobecker <brobecker@adacore.com>
23483
23484 Revert the following changes (regressions):
23485
23486 * gdb.base/vla-sideeffect.c: New file.
23487 * gdb.base/vla-sideeffect.exp: New file.
23488
23489 * gdb.dwarf2/count.exp: New file.
23490
23491 * gdb.base/vla-multi.c: New file.
23492 * gdb.base/vla-multi.exp: New file.
23493
23494 * gdb.base/vla-ptr.c: New file.
23495 * gdb.base/vla-ptr.exp: New file.
23496
23497 * gdb.base/vla-datatypes.c: New file.
23498 * gdb.base/vla-datatypes.exp: New file.
23499
23500 * gdb.mi/mi-vla-c99.exp: New file.
23501 * gdb.mi/vla.c: New file.
23502
23503 2014-04-11 Keith Seitz <keiths@redhat.com>
23504
23505 PR c++/16675
23506 * gdb.cp/cpsizeof.exp: New file.
23507 * gdb.cp/cpsizeof.cc: New file.
23508
23509 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23510
23511 * gdb.mi/mi-vla-c99.exp: New file.
23512 * gdb.mi/vla.c: New file.
23513
23514 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23515
23516 * gdb.base/vla-datatypes.c: New file.
23517 * gdb.base/vla-datatypes.exp: New file.
23518
23519 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23520
23521 * gdb.base/vla-ptr.c: New file.
23522 * gdb.base/vla-ptr.exp: New file.
23523
23524 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23525
23526 * gdb.base/vla-multi.c: New file.
23527 * gdb.base/vla-multi.exp: New file.
23528
23529 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23530
23531 * gdb.dwarf2/count.exp: New file.
23532
23533 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23534
23535 * gdb.base/vla-sideeffect.c: New file.
23536 * gdb.base/vla-sideeffect.exp: New file.
23537
23538 2014-04-11 Yao Qi <yao@codesourcery.com>
23539
23540 * gdb.base/completion.exp: Check file exists before running tests
23541 on file completion.
23542
23543 2014-04-10 Pedro Alves <palves@redhat.com>
23544
23545 * gdb.base/cond-eval-mode.c: New file.
23546 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
23547 prepare_for_testing to build the new file. Check result of
23548 runto_main.
23549 (test_break, test_watch): New procedures.
23550 (top level): Use them.
23551
23552 2014-04-08 Pierre Muller <muller@sourceware.org>
23553
23554 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
23555 Ctrl-V use for mingw hosts.
23556
23557 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
23558
23559 * gdb.python/py-value.c: Improve test case.
23560 * gdb.python/py-value.exp: Add new test.
23561
23562 2014-04-07 David Blaikie <dblaikie@gmail.com>
23563
23564 * lib/compiler.c: Identify the clang compiler.
23565 * lib/compiler.cc: Ditto.
23566
23567 2014-04-03 Yao Qi <yao@codesourcery.com>
23568
23569 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
23570
23571 2014-04-01 Anton Blanchard <anton@samba.org>
23572
23573 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
23574 messages unique.
23575
23576 2014-04-01 Anton Blanchard <anton@samba.org>
23577
23578 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
23579 prepare_for_testing.
23580
23581 2014-04-01 Anton Blanchard <anton@samba.org>
23582
23583 * gdb.arch/ppc64-atomic-inst.c: Remove.
23584 * gdb.arch/ppc64-atomic-inst.S: New file.
23585 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
23586
23587 2014-03-31 Doug Evans <dje@google.com>
23588
23589 * gdb.base/print-symbol-loading-lib.c: New file.
23590 * gdb.base/print-symbol-loading-main.c: New file.
23591 * gdb.base/print-symbol-loading.exp: New file.
23592
23593 2014-03-31 Yao Qi <yao@codesourcery.com>
23594
23595 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
23596
23597 2014-03-28 Joel Brobecker <brobecker@adacore.com>
23598
23599 * gdb.ada/mi_dyn_arr: New testcase.
23600
23601 2014-03-27 Doug Evans <dje@google.com>
23602
23603 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
23604
23605 2014-03-27 Yao Qi <yao@codesourcery.com>
23606
23607 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
23608 if target is nios2-*-*.
23609
23610 2014-03-26 Yao Qi <yao@codesourcery.com>
23611
23612 * lib/gdb.exp (readline_is_used): New proc.
23613 * gdb.base/completion.exp: Move tests on command complete up.
23614 Skip the rest of tests if readline is not used.
23615 * gdb.ada/complete.exp: Skp the test if readline is not
23616 used.
23617 * gdb.base/filesym.exp: Likewise.
23618 * gdb.base/macscp.exp: Likewise.
23619 * gdb.base/readline-ask.exp: Likewise.
23620 * gdb.base/readline.exp: Likewise.
23621 * gdb.python/py-cmd.exp: Likewise.
23622 * gdb.trace/tfile.exp: Likewise.
23623
23624 2014-03-26 Yao Qi <yao@codesourcery.com>
23625
23626 * gdb.base/macscp.exp: Fix code format issues.
23627
23628 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
23629
23630 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
23631 * gdb.asm/powerpc64le.inc: New file.
23632
23633 2014-03-25 Pedro Alves <palves@redhat.com>
23634 Doug Evans <dje@google.com>
23635
23636 * gdb.base/source-execution.c: New file.
23637 * gdb.base/source-execution.exp: New file.
23638 * gdb.base/source-execution.gdb: New file.
23639
23640 2014-03-24 Doug Evans <dje@google.com>
23641
23642 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
23643 using fission.
23644
23645 2014-03-24 Hui Zhu <hui@codesourcery.com>
23646 Pedro Alves <palves@redhat.com>
23647
23648 PR breakpoints/16101
23649 * gdb.base/dprintf.exp: Use unsupported rather than changing the
23650 test pass/fail messages. Detect missing support for dprintf when
23651 breakpoints are actually inserted.
23652 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
23653 breakpoints are actually inserted.
23654 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
23655 fails.
23656
23657 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
23658
23659 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
23660
23661 2014-03-22 Doug Evans <xdje42@gmail.com>
23662
23663 * gdb.python/python.exp (python not supported): Verify multi-line
23664 python command issues an error.
23665 * gdb.guile/guile.exp (guile not supported): Verify multi-line
23666 guile command issues an error.
23667
23668 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
23669
23670 * gdb.threads/thread-specific.exp: Handle the lack of usable
23671 $this_breakpoint and $this_thread.
23672
23673 2014-03-21 Hui Zhu <hui@codesourcery.com>
23674
23675 * gdb.base/attach.exp (do_command_attach_tests): New.
23676
23677 2014-03-20 Tom Tromey <tromey@redhat.com>
23678 Pedro Alves <palves@redhat.com>
23679
23680 PR cli/15718
23681 * gdb.base/condbreak-call-false.c: New file.
23682 * gdb.base/condbreak-call-false.exp: New file.
23683
23684 2014-03-20 Pedro Alves <palves@redhat.com>
23685
23686 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
23687 Delete.
23688 (block_signals, unblock_signals): Delete.
23689 (child_function_2, main): Remove references to deleted variable
23690 and functions.
23691
23692 2014-03-20 Pedro Alves <palves@redhat.com>
23693
23694 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
23695 Use pthread_kill to signal thread 2.
23696 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23697 Adjust to make the test send itself a signal rather than using the
23698 host's "kill" command.
23699
23700 2014-03-20 Pedro Alves <palves@redhat.com>
23701
23702 * gdb.threads/multiple-step-overs.c: New file.
23703 * gdb.threads/multiple-step-overs.exp: New file.
23704 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23705 Adjust expected infrun debug output.
23706
23707 2014-03-20 Pedro Alves <palves@redhat.com>
23708
23709 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
23710 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
23711
23712 2014-03-20 Pedro Alves <palves@redhat.com>
23713
23714 PR breakpoints/7143
23715 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
23716 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
23717 of gdb_test_multiple.
23718 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
23719 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
23720
23721 2014-03-20 Pedro Alves <palves@redhat.com>
23722
23723 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
23724 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
23725
23726 2014-03-19 Pedro Alves <palves@redhat.com>
23727
23728 * gdb.base/async.exp: Remove early return.
23729
23730 2014-03-19 Pedro Alves <palves@redhat.com>
23731
23732 * gdb.base/async.exp (step& tests): Pass explicit test messages.
23733
23734 2014-03-19 Pedro Alves <palves@redhat.com>
23735
23736 * gdb.base/async.exp (test_background): Expect \r\n after
23737 "completed." in the fail pattern.
23738
23739 2014-03-19 Pedro Alves <palves@redhat.com>
23740
23741 * gdb.base/async.exp (test_background): New procedure.
23742 Use it for all background execution command tests.
23743
23744 2014-03-19 Pedro Alves <palves@redhat.com>
23745
23746 * gdb.base/async.exp: Use prepare_for_testing.
23747
23748 2014-03-19 Pedro Alves <palves@redhat.com>
23749
23750 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
23751 the same line.
23752
23753 2014-03-19 Pedro Alves <palves@redhat.com>
23754
23755 * gdb.base/async.c (main): Add "jump here" and "until here" line
23756 marker comments.
23757 * gdb.base/async.exp (jump_here): New global.
23758 (jump& test): Use it.
23759 (until_here): New global.
23760 (until& test): Use it.
23761
23762 2014-03-19 Pedro Alves <palves@redhat.com>
23763
23764 * gdb.base/async.exp: Don't frob gdb_protocol.
23765
23766 2014-03-18 Doug Evans <xdje42@gmail.com>
23767
23768 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
23769 Fix spelling of exec-done-display.
23770
23771 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
23772
23773 PR gdb/15358
23774 * gdb.base/gdb-sigterm.c: New file.
23775 * gdb.base/gdb-sigterm.exp: New file.
23776
23777 2014-03-18 Pedro Alves <palves@redhat.com>
23778
23779 PR gdb/13860
23780 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
23781 * lib/mi-support.exp (mi_expect_stop): Add special handling for
23782 solib-event.
23783
23784 2014-03-17 Joel Brobecker <brobecker@adacore.com>
23785
23786 * gdb.ada/pckd_arr_ren: New testcase.
23787
23788 2014-03-13 Doug Evans <xdje42@gmail.com>
23789
23790 PR guile/16612
23791 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
23792 collect after discarding symbols.
23793
23794 2014-03-13 Ludovic Courtès <ludo@gnu.org>
23795 Doug Evans <xdje42@gmail.com>
23796
23797 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
23798 to history survives a gc.
23799
23800 2014-03-13 Pedro Alves <palves@redhat.com>
23801
23802 * gdb.base/default.exp: Don't test "target procfs".
23803
23804 2014-03-13 Pedro Alves <palves@redhat.com>
23805
23806 * gdb.base/default.exp: Update "target child" and "target procfs"
23807 tests to not expect "Unix".
23808
23809 2014-03-12 Tom Tromey <tromey@redhat.com>
23810
23811 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
23812 New procs. Add target-async tests.
23813 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
23814 Add target-async tests.
23815
23816 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23817
23818 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
23819 'func_start' and 'func_end' for the beginning and end of the
23820 function code, respectively.
23821 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
23822 'func_end' instead of 'func' and 'main'.
23823
23824 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23825
23826 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
23827 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
23828 generate the debug info assembler source.
23829
23830 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23831
23832 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
23833 * gdb.dwarf2/arr-subrange.exp: Likewise.
23834 * gdb.dwarf2/dwz.exp: Likewise.
23835 * gdb.dwarf2/method-ptr.exp: Likewise.
23836 * gdb.dwarf2/missing-sig-type.exp: Likewise.
23837 * gdb.dwarf2/subrange.exp: Likewise.
23838 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
23839 * gdb.dwarf2/implptrpiece.exp: Likewise.
23840 * gdb.dwarf2/nostaticblock.exp: Likewise.
23841
23842 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23843
23844 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
23845 directory to absolute path name arguments.
23846
23847 2014-03-10 Joel Brobecker <brobecker@adacore.com>
23848
23849 * gdb.ada/tagged_access: New testcase.
23850
23851 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
23852
23853 * gdb.btrace/data.exp: Update expected output.
23854
23855 2014-03-06 Yao Qi <yao@codesourcery.com>
23856
23857 * gdb.trace/pr16508.exp: New file.
23858
23859 2014-03-05 Pedro Alves <palves@redhat.com>
23860
23861 PR gdb/16575
23862 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
23863 procedure.
23864 (top level): Adjust to use it. Add tests that exercise breakpoint
23865 interaction with the code-cache.
23866
23867 2014-02-26 Ludovic Courtès <ludo@gnu.org>
23868
23869 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
23870 test for 'history-append!'.
23871
23872 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23873
23874 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
23875 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
23876 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
23877 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
23878 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
23879 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
23880
23881 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23882
23883 * testsuite/gdb.python/py-pp-re-notag.c: New file.
23884 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
23885 * testsuite/gdb.python/py-pp-re-notag.p: New file.
23886
23887 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23888
23889 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
23890
23891 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23892
23893 * gdb.dwarf2/arr-stride.c: New file.
23894 * gdb.dwarf2/arr-stride.exp: New file.
23895
23896 2014-02-26 Pedro Alves <palves@redhat.com>
23897
23898 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
23899 that won't ever trigger. Make sure that GDB reports the correct
23900 breakpoint that caused the stop.
23901
23902 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
23903
23904 PR gdb/16626
23905 * gdb.base/auto-load-script: New file.
23906 * gdb.base/auto-load.c: New file.
23907 * gdb.base/auto-load.exp: New file.
23908
23909 PR gdb/16626
23910 * gdb.base/auto-load.exp: Fix out-of-srctree run.
23911
23912 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
23913
23914 Fix dw2-icycle.exp -fsanitize=address GDB crash.
23915 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
23916
23917 2014-02-24 Doug Evans <dje@google.com>
23918
23919 * lib/gdb.exp (run_on_host): Log error output if program fails.
23920
23921 2014-02-21 Pedro Alves <palves@redhat.com>
23922
23923 * gdb.threads/step-after-sr-lock.c: Rename to ...
23924 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
23925 * gdb.threads/step-after-sr-lock.exp: Rename to ...
23926 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23927 ... this.
23928
23929 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
23930
23931 PR tdep/16397
23932 * gdb.arch/amd64-stap-special-operands.exp: New file.
23933 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
23934 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
23935 * gdb.arch/amd64-stap-triplet.S: Likewise.
23936 * gdb.arch/amd64-stap-triplet.c: Likewise.
23937
23938 2014-02-20 Joel Brobecker <brobecker@adacore.com>
23939
23940 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
23941 in .section pseudo-op.
23942
23943 2014-02-20 lin zuojian <manjian2006@gmail.com>
23944 Joel Brobecker <brobecker@adacore.com>
23945 Doug Evans <xdje42@gmail.com>
23946
23947 PR symtab/16581
23948 * gdb.dwarf2/dw2-icycle.S: New file.
23949 * gdb.dwarf2/dw2-icycle.c: New file.
23950 * gdb.dwarf2/dw2-icycle.exp: New file.
23951
23952 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
23953
23954 * gdb.python/py-value-cc.cc: Improve test case to enable testing
23955 operations on gdb.Value objects.
23956 * gdb.python/py-value-cc.exp: Add new test to test operations on
23957 gdb.Value objects.
23958
23959 2014-02-18 Doug Evans <dje@google.com>
23960
23961 * Makefile.in (TESTS): New variable.
23962 (expanded_tests, expanded_tests_or_none): New variables
23963 (check-single): Pass $(expanded_tests_or_none) to runtest.
23964 (check-parallel): Only run tests in $(TESTS) if non-empty.
23965 (check/no-matching-tests-found): New rule.
23966 * README: Document TESTS makefile variable.
23967
23968 2014-02-18 Doug Evans <dje@google.com>
23969
23970 * Makefile.in (check-parallel): rm -rf outputs temp.
23971
23972 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
23973
23974 Fix "ERROR: no fileid for" in the testsuite.
23975 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
23976
23977 2014-02-12 Doug Evans <dje@google.com>
23978
23979 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
23980 (MISCELLANEOUS): New variable.
23981 (clean): rm -rf $(MISCELLANEOUS).
23982 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
23983 dwp live in the same directory as symlinks, with each symlink pointed
23984 to a differently named file in a different directory.
23985
23986 2014-02-11 Doug Evans <dje@google.com>
23987
23988 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
23989 of Tcl file commands.
23990
23991 2014-02-10 Mark Kettenis <kettenis@gnu.org>
23992
23993 * gdb.threads/step-after-sr-lock.exp: Avoid executing
23994 "kill -SIGUSR1 -1".
23995
23996 2014-02-10 Joel Brobecker <brobecker@adacore.com>
23997
23998 * gdb.ada/tick_length_array_enum_idx: New testcase.
23999
24000 2014-02-10 Doug Evans <xdje42@gmail.com>
24001
24002 * configure.ac (AC_OUTPUT): Add gdb.guile.
24003 * configure: Regenerate.
24004 * lib/gdb-guile.exp: New file.
24005 * lib/gdb.exp (get_target_charset): New function.
24006 * gdb.base/help.exp: Update expected output from "apropos apropos".
24007 * gdb.guile/Makefile.in: New file.
24008 * gdb.guile/guile.exp: New file.
24009 * gdb.guile/scm-arch.c: New file.
24010 * gdb.guile/scm-arch.exp: New file.
24011 * gdb.guile/scm-block.c: New file.
24012 * gdb.guile/scm-block.exp: New file.
24013 * gdb.guile/scm-breakpoint.c: New file.
24014 * gdb.guile/scm-breakpoint.exp: New file.
24015 * gdb.guile/scm-disasm.c: New file.
24016 * gdb.guile/scm-disasm.exp: New file.
24017 * gdb.guile/scm-equal.c: New file.
24018 * gdb.guile/scm-equal.exp: New file.
24019 * gdb.guile/scm-error.exp: New file.
24020 * gdb.guile/scm-error.scm: New file.
24021 * gdb.guile/scm-frame-args.c: New file.
24022 * gdb.guile/scm-frame-args.exp: New file.
24023 * gdb.guile/scm-frame-args.scm: New file.
24024 * gdb.guile/scm-frame-inline.c: New file.
24025 * gdb.guile/scm-frame-inline.exp: New file.
24026 * gdb.guile/scm-frame.c: New file.
24027 * gdb.guile/scm-frame.exp: New file.
24028 * gdb.guile/scm-generics.exp: New file.
24029 * gdb.guile/scm-gsmob.exp: New file.
24030 * gdb.guile/scm-iterator.c: New file.
24031 * gdb.guile/scm-iterator.exp: New file.
24032 * gdb.guile/scm-math.c: New file.
24033 * gdb.guile/scm-math.exp: New file.
24034 * gdb.guile/scm-objfile-script-gdb.in: New file.
24035 * gdb.guile/scm-objfile-script.c: New file.
24036 * gdb.guile/scm-objfile-script.exp: New file.
24037 * gdb.guile/scm-objfile.c: New file.
24038 * gdb.guile/scm-objfile.exp: New file.
24039 * gdb.guile/scm-ports.exp: New file.
24040 * gdb.guile/scm-pretty-print.c: New file.
24041 * gdb.guile/scm-pretty-print.exp: New file.
24042 * gdb.guile/scm-pretty-print.scm: New file.
24043 * gdb.guile/scm-section-script.c: New file.
24044 * gdb.guile/scm-section-script.exp: New file.
24045 * gdb.guile/scm-section-script.scm: New file.
24046 * gdb.guile/scm-symbol.c: New file.
24047 * gdb.guile/scm-symbol.exp: New file.
24048 * gdb.guile/scm-symtab-2.c: New file.
24049 * gdb.guile/scm-symtab.c: New file.
24050 * gdb.guile/scm-symtab.exp: New file.
24051 * gdb.guile/scm-type.c: New file.
24052 * gdb.guile/scm-type.exp: New file.
24053 * gdb.guile/scm-value-cc.cc: New file.
24054 * gdb.guile/scm-value-cc.exp: New file.
24055 * gdb.guile/scm-value.c: New file.
24056 * gdb.guile/scm-value.exp: New file.
24057 * gdb.guile/source2.scm: New file.
24058 * gdb.guile/types-module.cc: New file.
24059 * gdb.guile/types-module.exp: New file.
24060
24061 2014-02-10 Yao Qi <yao@codesourcery.com>
24062
24063 PR testsuite/16543
24064 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
24065 * configure: Regenerated.
24066 * Makefile.in: New file.
24067
24068 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
24069
24070 * gdb.python/py-framefilter.exp: Fix typo.
24071
24072 2014-02-08 Yao Qi <yao@codesourcery.com>
24073
24074 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
24075 that no =breakpoint-modified is emitted when breakpoints are
24076 modified through MI commands.
24077
24078 2014-02-07 Pedro Alves <pedro@codesourcery.com>
24079 Pedro Alves <palves@redhat.com>
24080
24081 * gdb.threads/step-after-sr-lock.c: New file.
24082 * gdb.threads/step-after-sr-lock.exp: New file.
24083
24084 2014-02-07 Pedro Alves <palves@redhat.com>
24085
24086 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
24087
24088 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
24089
24090 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
24091 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
24092
24093 2014-02-06 Doug Evans <xdje42@gmail.com>
24094
24095 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
24096 output.
24097
24098 * gdb.gdb/python-interrupts.exp: New file.
24099
24100 2014-02-05 Yao Qi <yao@codesourcery.com>
24101
24102 * gdb.trace/report.exp (use_collected_data): Test the output
24103 of "info threads" and "info inferiors".
24104
24105 2014-02-05 Yao Qi <yao@codesourcery.com>
24106
24107 Revert this patch:
24108
24109 2013-05-24 Yao Qi <yao@codesourcery.com>
24110
24111 * gdb.trace/tfile.exp: Test inferior and thread.
24112
24113 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24114
24115 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
24116 on a function.
24117 * gdb.base/step-bt.c: Call hello via function pointer to make
24118 sure its first instruction is executed on powerpc64le-linux.
24119
24120 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24121
24122 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
24123
24124 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24125
24126 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
24127 of the test patterns for use on little-endian systems.
24128
24129 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24130
24131 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
24132 (decimal_vector): Fix for little-endian.
24133
24134 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
24135
24136 * gdb.arch/sparc-sysstep.exp: New file.
24137 * gdb.arch/sparc-sysstep.c: Likewise.
24138
24139 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
24140
24141 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
24142
24143 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
24144
24145 2014-01-23 Tom Tromey <tromey@redhat.com>
24146
24147 * gdb.ada/array_char_idx: New testcase.
24148
24149 2014-01-23 Tom Tromey <tromey@redhat.com>
24150
24151 PR python/16487:
24152 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
24153 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
24154 classes.
24155
24156 2014-01-23 Tom Tromey <tromey@redhat.com>
24157
24158 PR python/16491:
24159 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
24160 string from an inferior frame.
24161 * gdb.python/py-framefilter-mi.exp: Update.
24162
24163 2014-01-22 Doug Evans <dje@google.com>
24164
24165 * gdb.server/server-mon.exp: Add tests for "set debug-format".
24166
24167 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24168
24169 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
24170
24171 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24172
24173 * gdb.trace/entry-values.exp: Remove excess space character from
24174 regex patterns. Handle s390 call instruction.
24175
24176 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24177
24178 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
24179 define "*_start" label. Make "name" static.
24180 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
24181 ${name} by references to ${name}_start.
24182
24183 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24184
24185 * gdb.base/info-macros.exp: Remove "debug" from the compile
24186 options.
24187
24188 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24189
24190 * gdb.dlang/demangle.exp: New file.
24191
24192 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24193
24194 * gdb.dlang/primitive-types.exp: New file.
24195
24196 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24197
24198 * configure.ac: Create gdb.dlang/Makefile.
24199 * configure: Regenerate.
24200 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
24201 * gdb.dlang/Makefile.in: New file.
24202 * lib/d-support.exp: New file.
24203 * lib/gdb.exp (skip_d_tests): New proc.
24204
24205 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24206
24207 * gdb.btrace/delta.exp: Check reverse stepi.
24208 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
24209 * gdb.btrace/finish.exp: New.
24210 * gdb.btrace/next.exp: New.
24211 * gdb.btrace/nexti.exp: New.
24212 * gdb.btrace/record_goto.c: Add comments.
24213 * gdb.btrace/step.exp: New.
24214 * gdb.btrace/stepi.exp: New.
24215 * gdb.btrace/multi-thread-step.c: New.
24216 * gdb.btrace/multi-thread-step.exp: New.
24217 * gdb.btrace/rn-dl-bind.c: New.
24218 * gdb.btrace/rn-dl-bind.exp: New.
24219 * gdb.btrace/data.c: New.
24220 * gdb.btrace/data.exp: New.
24221 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24222
24223 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24224
24225 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
24226 * gdb.btrace/exception.exp: Update.
24227 * gdb.btrace/instruction_history.exp: Update.
24228 * gdb.btrace/record_goto.exp: Update.
24229 * gdb.btrace/tailcall.exp: Update.
24230 * gdb.btrace/unknown_functions.exp: Update.
24231 * gdb.btrace/delta.exp: New.
24232
24233 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24234
24235 * gdb.btrace/record_goto.exp: Add backtrace test.
24236 * gdb.btrace/tailcall.exp: Add backtrace test.
24237
24238 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24239
24240 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
24241 * gdb.btrace/record_goto.c: New.
24242 * gdb.btrace/record_goto.exp: New.
24243 * gdb.btrace/x86-record_goto.S: New.
24244
24245 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24246
24247 * gdb.btrace/function_call_history.exp: Update tests.
24248 * gdb.btrace/instruction_history.exp: Update tests.
24249
24250 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24251
24252 * gdb.btrace/function_call_history.exp: Fix expected field
24253 order for "record function-call-history".
24254 Add new tests for "record function-call-history /c".
24255 * gdb.btrace/exception.cc: New.
24256 * gdb.btrace/exception.exp: New.
24257 * gdb.btrace/tailcall.exp: New.
24258 * gdb.btrace/x86-tailcall.S: New.
24259 * gdb.btrace/x86-tailcall.c: New.
24260 * gdb.btrace/unknown_functions.c: New.
24261 * gdb.btrace/unknown_functions.exp: New.
24262 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24263
24264 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24265
24266 * gdb.btrace/instruction_history.exp: Update.
24267 * gdb.btrace/function_call_history.exp: Update.
24268
24269 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24270
24271 * gdb.btrace/function_call_history.exp: Fix expected function
24272 trace.
24273 * gdb.btrace/instruction_history.exp: Initialize traced.
24274 Remove traced_functions.
24275
24276 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24277
24278 * gdb.btrace/function_call_history.exp: Update
24279 * gdb.btrace/instruction_history.exp: Update.
24280
24281 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24282
24283 * gdb.btrace/enable.exp: Update expected text.
24284
24285 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
24286
24287 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
24288 bytes.
24289
24290 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
24291
24292 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
24293
24294 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
24295
24296 * lib/gdb.exp (supports_process_record): Return true for
24297 arm*-linux*. (supports_reverse): Likewise.
24298
24299 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
24300
24301 PR python/15464
24302 PR python/16113
24303 * gdb.python/py-type.c: Enhance test case.
24304 * gdb.python/py-value-cc.cc: Likewise
24305 * gdb.python/py-type.exp: Add new tests.
24306 * gdb.python/py-value-cc.exp: Likewise
24307
24308 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
24309 Pedro Alves <palves@redhat.com>
24310
24311 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
24312 Make "name" extern.
24313 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
24314 references to ${name}_start by references to ${name}.
24315
24316 2014-01-10 Joel Brobecker <brobecker@adacore.com>
24317
24318 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
24319
24320 2014-01-10 Joel Brobecker <brobecker@adacore.com>
24321
24322 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
24323
24324 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
24325 Pedro Alves <palves@redhat.com>
24326
24327 * gdb.mi/mi-info-os.exp: Connect to the target with
24328 mi_gdb_target_load.
24329
24330 2014-01-08 Pedro Alves <palves@redhat.com>
24331
24332 * gdb.threads/reconnect-signal.c: New file.
24333 * gdb.threads/reconnect-signal.exp: New file.
24334
24335 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
24336
24337 * gdb.base/source-dir.exp: New file.
24338
24339 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24340
24341 * gdb.ada/mi_interface: New testcase.
24342
24343 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24344
24345 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
24346 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
24347 gdb.ada/pp-rec-component/pck.ads: New files.
24348
24349 2014-01-07 Joel Brobecker <brobecker@adacore.com>
24350
24351 * gdb.python/py-pp-integral.c: New file.
24352 * gdb.python/py-pp-integral.py: New file.
24353 * gdb.python/py-pp-integral.exp: New file.
24354
24355 For older changes see ChangeLog-1993-2013.
24356 \f
24357 ;; Local Variables:
24358 ;; mode: change-log
24359 ;; left-margin: 8
24360 ;; fill-column: 74
24361 ;; version-control: never
24362 ;; End:
24363
24364 Copyright 2014-2021 Free Software Foundation, Inc.
24365 Copying and distribution of this file, with or without modification,
24366 are permitted provided the copyright notice and this notice are preserved.