]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
gdb/arm: add support for bare-metal core dumps
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
b4b3e2de
AB
12021-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.base/premature-dummy-frame-removal.c: New file.
4 * gdb.base/premature-dummy-frame-removal.exp: New file.
5 * gdb.base/premature-dummy-frame-removal.py: New file.
6
d5a6313e
SM
72021-05-27 Simon Marchi <simon.marchi@polymtl.ca>
8
9 * gdb.base/reverse-init-functions.exp: New.
10
248f7165
TV
112021-05-27 Tom de Vries <tdevries@suse.de>
12
13 PR symtab/27919
14 PR testsuite/27920
15 * gdb.dwarf2/dw2-dummy-cu.exp: Use maint expand-symtabs instead of
16 -readnow.
17
e453275c
TV
182021-05-27 Tom de Vries <tdevries@suse.de>
19
20 PR testsuite/27921
21 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Rename to ...
22 (local_add_gdb_index): ... this.
23
778ae9cc
TV
242021-05-21 Tom de Vries <tdevries@suse.de>
25
26 PR testsuite/25047
27 * boards/cc-with-gnu-debuglink.exp: New file.
28
ca43e660
TBA
292021-05-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
30
31 * gdb.dwarf2/dw2-inline-with-lexical-scope.c (func): Replace
32 a dead code with an assignment to a global var. Fix a
33 whitespacing problem around an assignment operator.
34
7f2b8718
WS
352021-05-19 Will Schmidt <will_schmidt@vnet.ibm.com>
36
37 * gdb.arch/powerpc64-prologue.c: New test to exercise prologues
38 for the powerpc64 LE target.
39 * gdb.arch/powerpc-prologue.exp: Test Harness.
40
d9211df2
AB
412021-05-19 Andrew Burgess <andrew.burgess@embecosm.com>
42
43 * gdb.guile/scm-pretty-print.exp: Add test names to resolve
44 duplicate test names.
45
2129a942
TV
462021-05-19 Tom de Vries <tdevries@suse.de>
47
48 * gdb.base/info-types.exp.tcl: Scan info types output line-by-line.
49
5277208d
SM
502021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
51
52 * gdb.python/py-framefilter-gdb.py.in: Rename to:
53 * gdb.python/py-framefilter-gdb.py: ... this.
54 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Rename to:
55 * gdb.python/py-framefilter-invalidarg-gdb.py: ... this.
56
91e159e9
SM
572021-05-17 Simon Marchi <simon.marchi@polymtl.ca>
58
59 * gdb.python/py-framefilter-gdb.py.in: Re-format.
60 * gdb.python/py-framefilter-invalidarg-gdb.py.in: Re-format.
61
467f8eb2
BK
622021-05-17 Bhuvanendra Kumar N <Bhuvanendra.KumarN@amd.com>
63
64 * gdb.base/class-allocatable-array.exp: Modified test for clang.
65
ea11a98d
WP
662021-05-16 Weimin Pan <weimin.pan@oracle.com>
67
68 * gdb.ctf/funcreturn.exp: New file.
69 * gdb.ctf/whatis.c: Copy from gdb.base.
70
887e7158
TT
712021-05-14 Tom Tromey <tom@tromey.com>
72
73 * gdb.rust/pp.exp: New file.
74 * gdb.rust/pp.py: New file.
75 * gdb.rust/pp.rs: New file.
76
f8eec398
BE
772021-05-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
78
79 * gdb.base/index-cache.exp: Cleanup $cache_dir/*.gdb-index and
80 remove the directory.
81 * gdb.dwarf2/per-bfd-sharing.exp: Likewise.
82
55789354
TBA
832021-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
84
85 * gdb.python/py-inferior.exp: Add test cases for 'connection_num'.
86
ecf25064
KC
872021-05-14 Kent Cheung <kent.cheung@arm.com>
88 Andrew Burgess <andrew.burgess@embecosm.com>
89
90 * gdb.python/py-format-string.c: Added a variable to test.
91 * gdb.python/py-format-string.exp: Check string representation is
92 printed at appropriate max_depth settings.
93 * gdb.python/py-nested-maps.exp: Likewise.
94 * gdb.guile/scm-pretty-print.exp: Add additional tests.
95
bab9eb49 962021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
4a0a0bd2
AB
97
98 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Give some tests
99 unique names, also wrap proc body in with_test_prefix.
100
bab9eb49 1012021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
62f2f198
AB
102
103 * gdb.guile/scm-frame-args.exp: Add with_test_prefix to resolve
104 duplicate test names.
105 * gdb.guile/scm-parameter.exp: Provide test names to avoid
106 duplicate names based on the command being run.
107 * gdb.guile/scm-symbol.exp: Extend test name to make it unique.
108 * gdb.guile/scm-type.exp (restart_gdb): Don't print PASS line when
109 loading a support module.
110 (test_equality): Update test name to match the actual test, making
111 the name unique in the process.
112 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test names
113 to resolve duplicate tests.
114 (test_inferior_function_call): Likewise.
115 (test_subscript_regression): Likewise.
116
bab9eb49 1172021-05-13 Andrew Burgess <andrew.burgess@embecosm.com>
5c6f801d
AB
118
119 * lib/guile.exp (gdb_scm_load_file): Use empty test name to
120 silence PASS lines.
121 (gdb_install_guile_module): Likewise.
122
ee35ce82
GB
1232021-05-12 George Barrett <bob@bob131.so>
124
125 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
126 value-const-value.
127
9d4fc61d
GB
1282021-05-12 George Barrett <bob@bob131.so>
129
130 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test for
131 value-reference-value. Add test for value-rvalue-reference-value.
132
5048549a
TV
1332021-05-11 Tom de Vries <tdevries@suse.de>
134
135 * gdb.base/watch_thread_num.exp: Fix "set debug infrun 1" FAILs.
136 Add "set debug infrun 1" commented out.
137
2302f963
TV
1382021-05-11 Tom de Vries <tdevries@suse.de>
139
140 * gdb.base/gdb-sigterm.exp: Fix exp_continue regexp.
141
abb894a4
BK
1422021-05-11 Bhuvanendra Kumar <Bhuvanendra.KumarN@amd.com>
143
144 * gdb.fortran/array-element.exp: Breakpoint location is modified.
145
db1f6cd6
LS
1462021-05-10 Lancelot Six <lsix@lancelotsix.com>
147
148 PR gdb/27614
149 * gdb.dwarf2/gdb-add-index-symlink.exp: New test.
150
9344937b
AB
1512021-05-10 Andrew Burgess <andrew.burgess@embecosm.com>
152
153 * gdb.guile/guile.exp: Don't use the source directory as a
154 temporary HOME directory.
155
0709cf68
SM
1562021-05-10 Simon Marchi <simon.marchi@polymtl.ca>
157
158 * gdb.arch/amd64-osabi.exp (test_osabi_none): Use the
159 parameters.
160
1845e254
AB
1612021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
162
163 * gdb.guile/guile.exp: Add an extra test.
164
a3237c7c
AB
1652021-05-07 Andrew Burgess <andrew.burgess@embecosm.com>
166
167 * gdb.base/ptype-offsets.exp: Replace use of send_gdb with
168 gdb_test_no_output.
169
13123da8
SM
1702021-05-07 Simon Marchi <simon.marchi@polymtl.ca>
171
172 * Re-format all Python files using black.
173 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust.
174
0618ecf6
AB
1752021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
176
177 * gdb.guile/scm-breakpoint.exp (test_watchpoints): Print the
178 watchpoint object before and after registering it with GDB.
179
a7ed4ea6
AB
1802021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
181
182 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Convert to
183 'proc_with_prefix', remove use of 'with_test_prefix', and
184 reindent.
185 (test_bkpt_deletion): Likewise.
186 (test_bkpt_cond_and_cmds): Likewise.
187 (test_bkpt_invisible): Likewise.
188 (test_watchpoints): Likewise.
189 (test_bkpt_internal): Likewise.
190 (test_bkpt_eval_funcs): Likewise.
191 (test_bkpt_registration): Likewise.
192 (test_bkpt_address): Convert to 'proc_with_prefix'.
193 (test_bkpt_probe): Likewise.
194
7ebbaa1c
AB
1952021-05-06 Andrew Burgess <andrew.burgess@embecosm.com>
196
197 * gdb.guile/scm-breakpoint.exp (test_bkpt_basic): Extend test
198 names to avoid duplicates.
199 (test_bkpt_cond_and_cmds): Likewise.
200 (test_bkpt_eval_funcs): Likewise.
201
79aabb73
TBA
2022021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
203
204 * gdb.mi/mi-break.exp (test_forced_conditions): Add a test
205 for the -break-condition command's "--force" flag.
206
10e578d7
TBA
2072021-05-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
208
209 * gdb.mi/mi-break.exp (test_forced_conditions): New proc that
210 is called by the test.
211
2f000c80
TV
2122021-05-05 Tom de Vries <tdevries@suse.de>
213
214 * gdb.threads/detach-step-over.exp: Do exp_continue when encountering
215 "Reading symbols" or "Expanding full symbols" lines. Using timeout
216 factor of 2 for attach.
217
09f83f79
TV
2182021-05-05 Tom de Vries <tdevries@suse.de>
219
220 * gdb.threads/fork-plus-threads.exp: Handle "New LWP <n>" and
221 "LWP <n> exited" messages.
222
fa94b3a7
SM
2232021-05-04 Simon Marchi <simon.marchi@polymtl.ca>
224
225 * gdb.python/py-type.exp (test_fields): Test calling fields on
226 an int type.
227
858c8f2c
SM
2282021-05-04 Simon Marchi <simon.marchi@efficios.com>
229
230 * gdb.python/flexible-array-member.exp: Adjust expected range
231 value for member declared with 0 size. Test accessing range
232 tuple through range type.
233
d389a1a7
AB
2342021-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
235
236 PR testsuite/27788
237 * gdb.python/py-startup-opt.exp (test_python_settings): Change the
238 expected results when environment variable PYTHONDONTWRITEBYTECODE
239 is set.
240
2869ac4b
TT
2412021-04-30 Tom Tromey <tromey@adacore.com>
242
243 * gdb.ada/enum_idx_packed/pck.ads (My_Enum, My_Array_Type)
244 (Confused_Array): New types.
245 * gdb.ada/enum_idx_packed/foo.adb (Confused_Array): New variable.
246 * gdb.ada/enum_idx_packed.exp: Add new tests.
247
5536f0cc
TV
2482021-04-30 Tom de Vries <tdevries@suse.de>
249
250 * gdb.mi/mi-sym-info.exp: Add with_timeout_factor, and increase
251 existing timeout factors.
252
7f7f284d
TV
2532021-04-30 Tom de Vries <tdevries@suse.de>
254
255 * gdb.mi/mi-sym-info.exp: Remove duplicate test.
256
3f334074
TV
2572021-04-29 Tom de Vries <tdevries@suse.de>
258
259 PR testsuite/27786
260 * lib/valgrind.exp (vgdb_start): Use set_remotetimeout. Increase
261 remotetimeout to 4.
262
db2534b7
TT
2632021-04-28 Tom Tromey <tromey@adacore.com>
264
265 * gdb.ada/null_overload.exp: New file.
266 * gdb.ada/null_overload/foo.adb: New file.
267
edeaceda
AB
2682021-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
269
270 * gdb.python/py-startup-opt.exp: New file.
271
b9f90c72
LM
2722021-04-27 Luis Machado <luis.machado@linaro.org>
273
274 * gdb.base/maint.exp: Drop a pattern that is not needed.
275 * lib/gdb.exp (readnow): Match line-by-line.
276
4b62a30d
LM
2772021-04-27 Luis Machado <luis.machado@linaro.org>
278
279 * gdb.xml/tdesc-reload.exp: Pass -lbl.
280
2c473def
MW
2812021-04-27 Michael Weghorn <m.weghorn@posteo.de>
282 Simon Marchi <simon.marchi@polymtl.ca>
283
284 * gdb.python/libpy-autoloaded-pretty-printers-in-newobjfile-event.so-gdb.py: New test.
285 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.cc: New test.
286 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-lib.h: New test.
287 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event-main.cc: New test.
288 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.exp: New test.
289 * gdb.python/py-autoloaded-pretty-printers-in-newobjfile-event.py: New test.
290
e8b6c1da
TT
2912021-04-26 Tom Tromey <tromey@adacore.com>
292
293 PR gdb/27743:
294 * gdb.dwarf2/imported-unit-bp.exp: New file.
295 * gdb.dwarf2/imported-unit-bp-main.c: New file.
296 * gdb.dwarf2/imported-unit-bp-alt.c: New file.
297
bea3329b
SM
2982021-04-26 Simon Marchi <simon.marchi@polymtl.ca>
299
300 PR gdb/27773
301 * gdb.base/dump.exp: Test dump to non-existent dir.
302
21f91785
LM
3032021-04-26 Luis Machado <luis.machado@linaro.org>
304
305 * gdb.arch/aarch64-dbreg-contents.c (set_watchpoint): Fix arch level
306 comparison.
307
fbb46296
LS
3082021-04-25 Lancelot Six <lsix@lancelotsix.com>
309
310 PR gdb/22640
311 * gdb.base/ptype-offsets.exp: Add tests to verify the behavior
312 of 'ptype/ox' and 'ptype/od'. Check that 'set print type hex'
313 changes the default behavior of 'ptype/o'. Update to take into
314 account new horizontal layout.
315 * gdb.rust/simple.exp: Update ptype test to check new horizontal
316 layout.
317 * gdb.rust/union.exp: Same.
318
9fc29955
AB
3192021-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
320
321 * gdb.base/info_sources.exp: Add new tests.
322
432ce4cf
TT
3232021-04-22 Tom Tromey <tom@tromey.com>
324
325 * gdb.base/ptype-offsets.cc (struct empty_member): New.
326 (main): Use empty_member.
327 * gdb.base/ptype-offsets.exp: Add new test.
328
a87caa6d
SM
3292021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
330
331 * gdb.python/flexible-array-member.exp: Add check for Python
332 support.
333
e25d6d93
SM
3342021-04-22 Simon Marchi <simon.marchi@polymtl.ca>
335
336 PR gdb/27757
337 * gdb.python/flexible-array-member.c: New test.
338 * gdb.python/flexible-array-member.exp: New test.
339 * gdb.guile/scm-type.exp (test_range): Add test for flexible
340 array member.
341 * gdb.guile/scm-type.c (struct flex_member): New.
342 (main): Use it.
343
22f80c0f
TT
3442021-04-22 Tom Tromey <tom@tromey.com>
345
346 * gdb.rust/modules.exp: Add checks for syntax errors.
347 * gdb.rust/expr.exp: Add checks for syntax errors.
348 * gdb.rust/simple.exp: Add checks for syntax errors.
349
6d5702a5
CL
3502021-04-21 Carl Love <cel@us.ibm.com>
351
352 * gdb.base/valgrind-bt.exp: Add gdb_test "break main".
353 Update expected string for gdb_test "bt".
354
355 * lib/valgrind.exp: Add set remotetimeout 3.
356 Increase vgdb wait from 1 to 2.
357 Add max-invoke-ms option to vgdb command line.
358
10a636cc
TBA
3592021-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
360
361 * gdb.mi/mi-break.exp: Extend with checks for invalid breakpoint
362 conditions.
363
98e713ab
SM
3642021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
365 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
366
367 * gdb.mi/mi-break.exp: Fix the duplicate test names.
368
525174e8
FW
3692021-04-20 Felix Willgerodt <felix.willgerodt@intel.com>
370
371 * gdb.base/address_space_qualifier.exp: New file.
372
392e0bcc
TT
3732021-04-19 Tom Tromey <tromey@adacore.com>
374
375 PR gdb/27742:
376 * gdb.opt/inline-locals.exp: Update kfail patterns.
377
da314dd3
TT
3782021-04-17 Tom Tromey <tom@tromey.com>
379
380 * gdb.dwarf2/gdb-index-nodebug.exp: New file.
381
3cbc7ac3
TT
3822021-04-16 Tom Tromey <tom@tromey.com>
383
384 * gdb.rust/simple.exp: Change error text.
385 * gdb.rust/expr.exp: Change error text.
386
458620aa
TT
3872021-04-16 Tom Tromey <tom@tromey.com>
388
389 * gdb.rust/simple.exp: Add parens to 'as' test.
390
321d0cd7
SM
3912021-04-16 Simon Marchi <simon.marchi@efficios.com>
392
393 * boards/simavr.exp: Set debug_flags.
394
1b6b755e
LM
3952021-04-16 Luis Machado <luis.machado@linaro.org>
396
397 * gdb.dwarf2/dw2-bfloat16.exp: New file.
398
fd5c30cd
AB
3992021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
400
401 * gdb.python/py-parameter.exp: Give a test a proper name to avoid
402 including a path in the test name.
403
41f14dc8
SM
4042021-04-15 Simon Marchi <simon.marchi@polymtl.ca>
405
406 * gdb.threads/fork-plus-threads.exp: Use foreach_with_prefix.
407
a15a276b
TT
4082021-04-15 Tom Tromey <tromey@adacore.com>
409
410 * gdb.dwarf2/arr-stride.exp: Add test.
411
5809fbf2
TT
4122021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
413
414 * gdb.base/startup-file.exp: Add more tests.
415
92e4e97a
AB
4162021-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
417
418 PR cli/25956
419 * gdb.base/early-init-file.c: New file.
420 * gdb.base/early-init-file.exp: New file.
421 * lib/gdb-utils.exp (style): Handle style 'none'.
422
fcc99c42
TBA
4232021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
424
425 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: Use
426 @DW_INL_declared_inlined for the inline attribute.
427
34dc0f95
TBA
4282021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
429
430 * gdb.opt/inline-locals.c (scoped): New function.
431 (main): Call 'scoped'.
432 * gdb.opt/inline-locals.exp: Update with "info locals" tests
433 for scoped variables.
434 * gdb.dwarf2/dw2-inline-with-lexical-scope.c: New file.
435 * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: New file.
436
ac4d323e
TBA
4372021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
438
439 * lib/dwarf.exp (_location): Recognize DW_OP_fbreg as an op.
440
6b142048
WS
4412021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
442
443 * gdb.arch/powerpc-vsx-regs.exp: Initialize vs* doublewords.
444
82d9b280 4452021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
c8a37944
WS
446
447 * gdb.arch/powerpc-plxv-nonrel.s: Testcase using
448 non-relative plxv instructions.
449 * gdb.arch/powerpc-plxv-nonrel.exp: Testcase harness.
450
4512021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
82d9b280 452
e3d528d7
WS
453 PR gdb/27525
454 * gdb/testsuite/gdb.arch/powerpc-addpcis.exp: Testcase harness to
455 exercise single-stepping over subpcis,lnia,addpcis instructions
456 with displacement.
457 * gdb/testsuite/gdb.arch/powerpc-addpcis.s: Testcase with stream
458 of addpcis/lnia/subpcis instructions.
459 * gdb/testsuite/gdb.arch/powerpc-lnia.exp: Testcase harness to
460 exercise single-stepping over lnia instructions with displacement.
461 * gdb/testsuite/gdb.arch/powerpc-lnia.s: Testcase with stream of
462 lnia instructions.
463
4642021-03-31 Will Schmidt <will_schmidt@vnet.ibm.com>
465
82d9b280
WS
466 * gdb.arch/powerpc-power10.s: New test for instructions.
467 * gdb.arch/powerpc-power10.exp: Harness to run the test.
468
6ba4cb84
CL
4692021-4-12 Carl Love <cel@us.ibm.com>
470
471 * gdb.arch/vsx-vsr-float128.c: New test file.
472 * gdb.arch/vsx-vsr-float128.exp: New expect file.
473
9d8f3022
MM
4742021-04-12 Markus Metzger <markus.t.metzger@intel.com>
475
476 * gdb.btrace/reconnect.exp: Relax expected stepi output.
477
dc2b480f
WP
4782021-04-07 Weimin Pan <weimin.pan@oracle.com>
479
480 * gdb.base/ctf-ptype.c: Add struct link containing a forward
481 reference type.
482 * gdb.base/ctf-ptype.exp: Add "ptype struct link".
483
0a703a4c
AB
4842021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
485
486 * gdb.fortran/dynamic-ptype-whatis.exp: New file.
487 * gdb.fortran/dynamic-ptype-whatis.f90: New file.
488
30ab3586
AB
4892021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
490
491 * gdb.cp/rvalue-ref-params.cc (f3): New function.
492 (f4): New function.
493 (global_int): New global variable.
494 (global_float): Likeiwse.
495 (main): Call both new functions.
496 * gdb.cp/rvalue-ref-params.exp: Add new tests.
497
56d467f4
CT
4982021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
499
500 * gdb.dwarf2/fission-relative-dwo.c: New file.
501 * gdb.dwarf2/fission-relative-dwo.exp: New file.
502
61dee722
AB
5032021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
504
505 * gdb.dwarf2/fission-absolute-dwo.c: New file.
506 * gdb.dwarf2/fission-absolute-dwo.exp: New file.
507 * gdb.dwarf2/fission-base.exp: Use build_executable_and_dwo_files
508 instead of build_executable_from_fission_assembler.
509 * gdb.dwarf2/fission-loclists-pie.exp: Likewise.
510 * gdb.dwarf2/fission-loclists.exp: Likewise.
511
512 * gdb.dwarf2/fission-multi-cu.S: Delete file.
513 * gdb.dwarf2/fission-multi-cu.c: New file based on old
514 fission-multi-cu1.c and fission-multi-cu2.c files.
515 * gdb.dwarf2/fission-multi-cu1.c: Delete file.
516 * gdb.dwarf2/fission-multi-cu2.c: Delete file.
517 * gdb.dwarf2/fission-multi-cu.exp: Rewrite to use Dwarf assembler.
518 * gdb.dwarf2/fission-reread.exp: Likewise.
519 * lib/dwarf.exp (extract_dwo_information): New proc.
520 (strip_dwo_information): New proc.
521 (build_executable_and_dwo_files): New proc.
522 (build_executable_from_fission_assembler): Delete.
523 (Dwarf::_debug_addr_index): New variable.
524 (Dwarf::_cu_is_fission): New variable.
525 (Dwarf::_handle_DW_FORM): Handle DW_OP_GNU_addr_index.
526 (Dwarf::_default_form): Supply a default for DW_AT_GNU_addr_base.
527 (Dwarf::_handle_macro_at_range): Use form DW_FORM_GNU_addr_index
528 if this is a fission CU.
529 (Dwarf::_location): Handle DW_OP_GNU_addr_index.
530 (Dwarf::debug_addr_label): New proc.
531 (Dwarf::cu): Initialise _cu_is_fission.
532 (Dwarf::tu): Likewise.
533 (Dwarf::assemble): Initialise _debug_addr_index.
534
1fd999d9
AB
5352021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
536
537 * gdb.dwarf2/dw2-using-debug-str.exp: Add an additional test.
538
79c02443
AB
5392021-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
540
541 * gdb.python/py-parameter.exp: Add test for reading data-directory
542 using gdb.parameter API.
543
340d00fb
TV
5442021-04-06 Tom de Vries <tdevries@suse.de>
545
546 PR breakpoints/25884
547 * gdb.opt/inline-cmds.exp: Remove kfail.
548
043bcbaf
TV
5492021-04-06 Tom de Vries <tdevries@suse.de>
550
551 PR testsuite/27691
552 * gdb.threads/gcore-thread.exp: Don't call gdb_core_cmd with core
553 file "".
554
ac628a06
EB
5552021-04-01 Egeyar Bagcioglu <egeyar@gmail.com>
556
557 * lib/pdtrace.in: Fix obvious typo.
558
3f49d080
TT
5592021-03-31 Tom Tromey <tromey@adacore.com>
560
561 * lib/dwarf.exp (Dwarf::_get_args): New proc.
562 (Dwarf::_location): Use it.
563
cfcbd506
TV
5642021-03-31 Tom de Vries <tdevries@suse.de>
565
566 PR testsuite/27667
567 * lib/gdb.exp (default_gdb_init): Unset DEBUGINFOD_URLS.
568
8a91fbdf
SM
5692021-03-30 Simon Marchi <simon.marchi@polymtl.ca>
570
571 PR gdb/27541
572 * gdb.base/index-cache-load-twice.exp: Remove.
573 * gdb.base/index-cache-load-twice.c: Remove.
574 * gdb.dwarf2/per-bfd-sharing.exp: New.
575 * gdb.dwarf2/per-bfd-sharing.c: New.
576
b953e703
TV
5772021-03-30 Tom de Vries <tdevries@suse.de>
578
579 PR testsuite/27604
580 * gdb.dwarf2/dw2-cu-size.S: Add missing .debug_abbrev terminator.
581
aa33ea68
TBA
5822021-03-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
583
584 * gdb.mi/user-selected-context-sync.exp: Spin on a variable in
585 the infinite loop to avoid a Clang bug.
586
99066782
WS
5872021-03-26 Will Schmidt <will_schmidt@vnet.ibm.com>
588
589 * gdb.arch/powerpc-disassembler-options.exp: Extend some test
590 names for uniqueness.
591 * gdb.arch/powerpc-fpscr-gcore.exp: Add more test names for
592 uniqueness.
593
b1f3973b
AB
5942021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
595
596 * gdb.python/py-prettyprint.c (struct container): Add 'is_array_p'
597 member.
598 (make_container): Initialise is_array_p.
599 * gdb.python/py-prettyprint.exp: Add new tests.
600 * gdb.python/py-prettyprint.py (ContainerPrinter.display_hint):
601 Check is_array_p and possibly return 'array'.
602
3c2dcf90
AB
6032021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
604
605 * gdb.cp/breakpoint.exp: Extend test names to make them unique.
606 * gdb.cp/casts.exp: Give tests unique names.
607 * gdb.cp/filename.exp: Likewise.
608 * gdb.cp/gdb2495.exp: Likewise.
609 * gdb.cp/mb-ctor.exp: Extend test names to make them unique.
610 * gdb.cp/misc.exp: Rename test to make it unique.
611 * gdb.cp/nsnested.exp: Give tests unique names.
612 * gdb.cp/ovldbreak.exp: Likewise.
613 * gdb.cp/pr17494.exp: Rename test to reflect what is actually
614 being tested. This also removes the duplicate test name.
615 * gdb.cp/ref-types.exp: Likewise.
616 * gdb.cp/temargs.exp: Likewise.
617
6b78370d
AB
6182021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
619
620 * gdb.cp/cplusfuncs.exp (test_paddr_operator_functions): Escape
621 square brackets in test.
622
baecbb3d
AB
6232021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
624
625 * gdb.cp/maint.exp (test_first_component): Run more tests with a
626 variable number of spaces, this removes the duplicate testing of
627 'operator ->' which existed before.
628
6e892297
AB
6292021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
630
631 * gdb.cp/gdb2384.cc (main): Change comments used for breakpoints.
632 * gdb.cp/gdb2384.exp: Change and extend test names to avoid
633 duplicates, and also to avoid having a string inside parentheses
634 at the end of test names.
635
ac45a6ca
AB
6362021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
637
638 * gdb.cp/nsusing.exp: Rewrite test, remove a duplicate test block.
639 Avoid repeated uses of 'runto', and instread just progress once
640 through the test stopping at different breakpoints. Give comments
641 a capital letter and full stop. Give duplicate tests unique names.
642
323fd5b9
PA
6432021-03-25 Pedro Alves <pedro@palves.net>
644
645 * gdb.server/stop-reply-no-thread-multi.exp (run_test): Add
646 "target_non_stop" parameter and use it.
647 (top level): Add "maint set target-non-stop on/off" testing axis.
648
ba3c61fc
AB
6492021-03-25 Andrew Burgess <andrew.burgess@embecosm.com>
650
651 * lib/ada.exp (gnat_runtime_has_debug_info): Use -wrap with
652 gdb_test_multiple.
653
bf0aecce
LM
6542021-03-24 Luis Machado <luis.machado@linaro.org>
655
656 * gdb.arch/aarch64-mte.c: New file.
657 * gdb.arch/aarch64-mte.exp: New test.
658 * gdb.base/memtag.c: New file.
659 * gdb.base/memtag.exp: New test.
660 * lib/gdb.exp (supports_memtag): New function.
661
bef382e6
LM
6622021-03-24 Luis Machado <luis.machado@linaro.org>
663
664 * gdb.base/options.exp: Adjust for new print options.
665 * gdb.base/with.exp: Likewise.
666
702cf3f5
AB
6672021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
668
669 * gdb.dwarf2/dw2-missing-cu-tag.c: New file.
670 * gdb.dwarf2/dw2-missing-cu-tag.exp: New file.
671
1e7fcccb
AB
6722021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
673
674 * gdb.dwarf2/dw2-using-debug-str.c: New file.
675 * gdb.dwarf2/dw2-using-debug-str.exp: New file.
676 * lib/dwarf.exp (Dwarf::DW_FORM_strp): Create .debug_str section,
677 not .debug_string.
678
4829711b
TT
6792021-03-20 Tom Tromey <tom@tromey.com>
680
681 * gdb.base/maint.exp: Update "maint print statistics" output.
682
e0d6d274
KB
6832021-03-19 Kevin Buettner <kevinb@redhat.com>
684
685 * lib/gdbserver-support.exp (gdbserver_exit): Use the
686 "-nowait" flag when waiting for gdbserver to exit.
687
a088215a
SST
6882021-03-19 Sourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
689
690 * gdb.base/info-macros.exp: Append -fdebug-macro to
691 additional_flags for clang.
692 * gdb.base/macscp.exp: Likewise.
693 * gdb.base/style.exp: Likewise.
694 * gdb.linespec/macro-relative.exp: Likewise.
695
d0c99a23
SM
6962021-03-17 Simon Marchi <simon.marchi@polymtl.ca>
697 Pedro Alves <pedro@palves.net>
698
699 * gdb.base/run-attach-while-running.exp: New.
700 * gdb.base/run-attach-while-running.c: New.
701
7807d76a
AB
7022021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
703
704 * gdb.python/py-framefilter-addr.c: New file.
705 * gdb.python/py-framefilter-addr.exp: New file.
706 * gdb.python/py-framefilter-addr.py: New file.
707
f302f9e2
AB
7082021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
709
710 * gdb.threads/execl.exp: Remove duplicate 'info threads' test.
711 Make use of $gdb_test_name instead of creating a separate $test
712 variable.
713 * gdb.threads/print-threads.exp: Add a with_test_prefix instead of
714 adding a '($name)' at the end of each test. This also catches the
715 one place where '($name)' was missing, and so caused a duplicate
716 test name.
717 * gdb.threads/queue-signal.exp: Give tests unique names to avoid
718 duplicate test names based on the command being tested.
719 * gdb.threads/signal-command-multiple-signals-pending.exp:
720 Likewise.
721 * lib/gdb.exp (gdb_compile_shlib_pthreads): Tweak test name to
722 avoid duplicate testnames when a test script uses this proc and
723 also gdb_compile_pthreads.
724 * lib/prelink-support.exp (build_executable_own_libs): Use
725 with_test_prefix to avoid duplicate test names when we call
726 build_executable twice.
727
6813ceb0
TT
7282021-03-15 Tom Tromey <tromey@adacore.com>
729
730 * gdb.ada/fixed_points.exp: Add tests of unary + and -.
731
3b5c4de0
TT
7322021-03-15 Tom Tromey <tromey@adacore.com>
733
734 * gdb.ada/varsize_limit.exp: Add new test.
735 * gdb.ada/varsize_limit/vsizelim.adb: Update.
736
c04da66c
TT
7372021-03-15 Tom Tromey <tromey@adacore.com>
738
739 * gdb.ada/operator_call/twovecs.ads: New file.
740 * gdb.ada/operator_call/twovecs.adb: New file.
741 * gdb.ada/operator_call/opcall.adb: New file.
742 * gdb.ada/operator_call.exp: New file.
743
1ac74522
TT
7442021-03-15 Tom Tromey <tromey@adacore.com>
745
746 * gdb.ada/enums_overload/enums_overload_main.adb: New file.
747 * gdb.ada/enums_overload/enums_overload.ads: New file.
748 * gdb.ada/enums_overload/enums_overload.adb: New file.
749 * gdb.ada/enums_overload.exp: New file.
750
207582c0
TT
7512021-03-15 Tom Tromey <tromey@adacore.com>
752
753 * gdb.ada/assign_arr/target_wrapper.ads (IArray, Put, Do_Nothing):
754 Declare.
755 * gdb.ada/assign_arr/target_wrapper.adb: New file.
756 * gdb.ada/assign_arr/main_p324_051.adb (IValue): New variable.
757 Call Put.
758 * gdb.ada/assign_arr.exp: Update.
759
ba6a0ef3
AB
7602021-03-15 Andrew Burgess <andrew.burgess@embecosm.com>
761
762 * gdb.python/py-auto-load-chaining-f1.c: New file.
763 * gdb.python/py-auto-load-chaining-f1.o-gdb.py: New file.
764 * gdb.python/py-auto-load-chaining-f2.c: New file.
765 * gdb.python/py-auto-load-chaining-f2.o-gdb.py: New file.
766 * gdb.python/py-auto-load-chaining.c: New file.
767 * gdb.python/py-auto-load-chaining.exp: New file.
768
7f99d636
AB
7692021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
770
771 * gdb.python/py-bad-printers.exp: Extend test names to make them
772 unique.
773 * gdb.python/py-events.exp: Likewise.
774 * gdb.python/py-finish-breakpoint2.exp: Likewise.
775 * gdb.python/py-frame-inline.exp: Likewise.
776 * gdb.python/py-frame.exp: Likewise.
777 * gdb.python/py-infthread.exp: Likewise.
778
323b848c
AB
7792021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
780
781 * gdb.python/py-value-cc.exp: Remove a duplicate test.
782
8a4efb36
AB
7832021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
784
785 * gdb.python/lib-types.exp: Update the test to check the correct
786 python variable.
787
66bb1dd9
AB
7882021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
789
790 * gdb.python/py-explore-cc.exp: Extend test names to make them
791 unique.
792
0125fabc
AB
7932021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
794
795 * gdb.python/py-lookup-type.exp: Remove duplicate test.
796
79d04157
AB
7972021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
798
799 * gdb.python/py-symtab.exp: Extend test names to make them
800 unique.
801
e3e48d8f
AB
8022021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
803
804 * gdb.python/py-prompt.exp: Add with_test_prefix to make test
805 names unique.
806
2cb60e74
AB
8072021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
808
809 * gdb.python/py-block.exp: Give tests unique names.
810
8b12ded4
AB
8112021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
812
813 * gdb.python/py-pp-maint.exp: Extend test names to make them
814 unique.
815
93598ea4
AB
8162021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
817
818 * gdb.python/py-explore.exp: Add with_test_prefix to make test
819 names unique.
820
f35d6971
AB
8212021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
822
823 * gdb.python/py-finish-breakpoint.exp: Make test names unique.
824
22d3e7f6
AB
8252021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
826
827 * gdb.python/py-strfns.exp: Use with_test_prefix to make test
828 names unique.
829
5fc5a1b8
AB
8302021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
831
832 * gdb.python/py-format-string.exp: Use proc_with_prefix to make
833 test names unique.
834
e3141a4d
AB
8352021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
836
837 * gdb.python/py-mi.exp: Use with_test_prefix to make test names
838 unique.
839
ccdc02ed
TT
8402021-03-09 Tom Tromey <tromey@adacore.com>
841
842 * gdb.base/cast-call.exp: New file.
843 * gdb.base/cast-call.c: New file.
844
fbb1aace
AB
8452021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
846
847 * gdb.gdb/python-helper.exp: New file.
848
611aa09d
FW
8492020-03-04 Felix Willgerodt <felix.willgerodt@intel.com>
850
851 * gdb.fortran/intrinsics.exp: Add LOC tests.
852
eef32f59
AB
8532021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
854
855 * gdb.fortran/shape.exp: New file.
856 * gdb.fortran/shape.f90: New file.
857
7ba155b3
AB
8582021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
859
860 * gdb.fortran/size.exp: New file.
861 * gdb.fortran/size.f90: New file.
862
e14816a8
AB
8632021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
864
865 * gdb.fortran/rank.exp: New file.
866 * gdb.fortran/rank.f90: New file.
867
d308ba78
TT
8682021-03-08 Tom Tromey <tom@tromey.com>
869
870 * gdb.fortran/debug-expr.exp: Update tests.
871
d182f279
TT
8722021-03-08 Tom Tromey <tom@tromey.com>
873
874 * gdb.base/debug-expr.exp: Update expected dump output.
875
a7308ce0
TT
8762021-03-06 Tom Tromey <tom@tromey.com>
877
878 * lib/dwarf.exp (_handle_DW_FORM): Treat DW_FORM_GNU_ref_alt and
879 DW_FORM_GNU_strp_alt like DW_FORM_sec_offset.
880 * gdb.dwarf2/dwznolink.exp: New file.
881
b0a8c2ff
MW
8822021-03-05 Mark Wielaard <mark@klomp.org>
883
884 * lib/valgrind.exp (vgdb_start): Add --wait=1 to vgdbcmd.
885
844be3f2
WP
8862021-03-06 Weimin Pan <weimin.pan@oracle.com>
887
888 * gdb.base/ctf-ptype.exp: Add function tests and fix typos.
889
82333781
MM
8902021-03-03 Markus Metzger <markus.t.metzger@intel.com>
891
892 * gdb.btrace/rn-dl-bind.exp: Add ldflags=-Wl,-z,lazy.
893
32c52999
MM
8942021-03-03 Markus Metzger <markus.t.metzger@intel.com>
895
896 * gdb.btrace/non-stop.exp: Adjust expected source lines.
897
26ed1478
MM
8982021-03-03 Markus Metzger <markus.t.metzger@intel.com>
899
900 * gdb.btrace/stepi.exp: Add {} options to prepare_for_testing.
901
d2c5f24e
MM
9022021-03-03 Markus Metzger <markus.t.metzger@intel.com>
903
904 * gdb.btrace/exception.cc (main): Update test source.
905 * gdb.btrace/exception.exp: Update patterns.
906 * gdb.btrace/function_call_history.exp: Likewise.
907
c7c7253a
MM
9082021-03-03 Markus Metzger <markus.t.metzger@intel.com>
909
910 * gdb.btrace/unknown_functions.exp: Move -Wl,-x to ldflags.
911
f0778fc1
MM
9122021-03-03 Markus Metzger <markus.t.metzger@intel.com>
913
914 * gdb.btrace/rn-dl-bind.exp: Replace reverse-step with
915 reverse-continue to breakpoint.
916
e71dbd03
MM
9172021-03-03 Markus Metzger <markus.t.metzger@intel.com>
918
919 * gdb.btrace/delta.exp: Remove instruction-history and
920 function-call-history checks.
921
b93a3ed0
MM
9222021-03-03 Markus Metzger <markus.t.metzger@intel.com>
923
924 * README (Note): Add nopie_ldflag.
925 * lib/gdb.exp (gdb_compile): Extend nopie handling.
926
bbcdf9ab
TT
9272021-03-02 Tom Tromey <tromey@adacore.com>
928
929 * gdb.ada/fixed_points.exp: Remove most special cases for minimal
930 encodings.
931
bb3a4efe
LS
9322021-02-27 Lancelot Six <lsix@lancelotix.com>
933
934 PR gdb/27393
935 * gdb.base/source-dir.exp: Test that empty dirnames are skipped.
936
937
573dc0cc
TT
9382021-02-26 Tom Tromey <tom@tromey.com>
939
940 * lib/gdb.exp (skip_ctf_tests): Use expr on result.
941
f8218786
JV
9422021-02-26 Jan Vrany <jan.vrany@labware.com>
943
944 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
945 Remove trailing \n from expected output.
946
cb51b708
MM
9472021-02-26 Markus Metzger <markus.t.metzger@intel.com>
948
949 * lib/gdb.exp (use_gdb_stub): Extend comment.
950
64d38fdd
JM
9512021-02-25 Jan Matyas <jmatyas@codasip.com>
952
953 PR gdb/26819
954 * gdb.server/stop-reply-no-thread.exp: Add two test
955 scenarios that cover remote targets which do not have
956 the concept of threads.
957
d4ff3cbf
AB
9582021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
959
960 * gdb.fortran/associated.exp: Add missing '-wrap' argument.
961
68337b8b
AB
9622021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
963
964 PR fortran/26155
965 * gdb.fortran/call-no-debug-func.f90: New file.
966 * gdb.fortran/call-no-debug-prog.f90: New file.
967 * gdb.fortran/call-no-debug.exp: New file.
968
faeb9f13
AB
9692021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
970
971 * gdb.fortran/associated.exp: New file.
972 * gdb.fortran/associated.f90: New file.
973
170f4b23
AB
9742021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
975
976 * gdb.fortran/dot-ops.exp (dot_operations): Test ".xor.".
977
dd80d750
AB
9782021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
979
980 * gdb.base/sect-cmd.exp: Update expected results.
981
b91919ac
AB
9822021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
983
984 * gdb.base/sect-cmd.exp: Rewrite using modern testsuite
985 techniques. Enable the test for all targets.
986
02a79309
AB
9872021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
988
989 * gdb.base/maint-info-sections.exp: Add new tests.
990 (check_maint_info_target_sections_output): New proc.
991
895b7b4e
AB
9922021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
993
994 * gdb.arch/riscv-default-tdesc.exp: New file.
995
bc3c0632
AB
9962021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
997
998 * gdb.fortran/pointer-to-pointer.exp: Additional tests.
999
acde2092
AB
10002021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
1001
1002 * gdb.arch/i386-biarch-core.exp: Add target check.
1003
7d2e5095
AKS
10042021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
1005
1006 * gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
1007
96df3e28
AB
10082021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
1009
1010 * gdb.fortran/allocated.exp: New file.
1011 * gdb.fortran/allocated.f90: New file.
1012
a1670b72
AB
10132021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1014
1015 * gdb.fortran/lbound-ubound.exp: Remove old comment.
1016
bf3386f0
AB
10172021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1018
1019 * gdb.base/maint-info-sections.exp: Update expected output, and
1020 add additional tests. Again.
1021
4790db14
AB
10222021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1023
1024 * gdb.base/maint-info-sections.exp: Update expected output, and
1025 add additional tests.
1026
f4be6772
AB
10272021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
1028
1029 * gdb.base/maint-info-sections.exp: New file, content is moved
1030 from gdb.base/maint.exp and cleaned up to use latest testsuite
1031 techniques.
1032 * gdb.base/maint.exp: Tests moved out to
1033 gdb.base/maint-info-sections.exp.
1034
25ad1e83
SM
10352021-02-10 Simon Marchi <simon.marchi@efficios.com>
1036
1037 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
1038 GDBFLAGS.
1039
e92c8eb8
AB
10402021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
1041
1042 * gdb.fortran/lbound-ubound.F90: New file.
1043 * gdb.fortran/lbound-ubound.exp: New file.
1044
ee4c3d88
TV
10452021-02-10 Tom de Vries <tdevries@suse.de>
1046
1047 * lib/gdb.exp (gdb_load_no_complaints): Remove unnecessary
1048 "Restore saved setting of complaints".
1049
cf2b2075
TV
10502021-02-09 Tom de Vries <tdevries@suse.de>
1051
1052 PR symtab/27341
1053 * lib/gdb.exp (with_complaints): New proc, factored out of ...
1054 (gdb_load_no_complaints): ... here.
1055 * gdb.fortran/function-calls.exp: Add test-case.
1056
b61f7811
HAQ
10572021-02-09 Abid Qadeer <abidh@codesourcery.com>
1058
1059 * gdb.threads/signal-command-handle-nopass.exp: Call
1060 'standard_testfile' before using 'testfile'.
1061 * gdb.threads/signal-command-multiple-signals-pending.exp: Likewise.
1062 * gdb.threads/signal-delivered-right-thread.exp: Likewise
1063 * gdb.threads/signal-sigtrap.exp: Likewise
1064
3d4aae48
LM
10652021-02-08 Luis Machado <luis.machado@linaro.org>
1066
1067 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
1068
4001d90d
TV
10692021-02-08 Tom de Vries <tdevries@suse.de>
1070
1071 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
1072
29db1eb3
AB
10732021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1074
1075 * gdb.python/tui-window-disabled.c: New file.
1076 * gdb.python/tui-window-disabled.exp: New file.
1077 * gdb.python/tui-window-disabled.py: New file.
1078
e0c23e11
AB
10792021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1080
1081 * gdb.python/tui-window.exp: Add new tests.
1082 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
1083 TestWindow object into global the_window.
1084 <remote_title>: New method.
1085 (delete_window_title): New function.
1086
1cf23996
AB
10872021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1088
1089 * gdb.tui/winheight.exp: Add more tests.
1090
2708dbbd
AB
10912021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1092
1093 * gdb.python/py-framefilter.exp: Update expected results.
1094 * gdb.python/python.exp: Update expected results.
1095
cd074e04
AB
10962021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1097
1098 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
1099 about bug in GDB, update expected results, and add more tests.
1100
5fb97639
AB
11012021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
1102
1103 * gdb.tui/scroll.exp: New file.
1104 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
1105 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
1106 remaining lines up.
1107 (Term::check_region_contents): New proc.
1108 (Term::check_box_contents): Use check_region_contents.
1109
c0e56745
TV
11102021-02-06 Tom de Vries <tdevries@suse.de>
1111
1112 PR testsuite/26922
1113 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
1114 scrolling.
1115
0e857c82
TV
11162021-02-05 Tom de Vries <tdevries@suse.de>
1117
1118 PR breakpoints/27313
1119 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
1120 rejected.
1121
a22ec6e8
TV
11222021-02-05 Tom de Vries <tdevries@suse.de>
1123
1124 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
1125 * gdb.fortran/mixed-lang-stack.exp: Same.
1126
ae710496
TV
11272021-02-05 Tom de Vries <tdevries@suse.de>
1128
1129 PR exp/27265
1130 * gdb.base/complex-parts.exp: Add tests.
1131
d3b54e63
TV
11322021-02-05 Tom de Vries <tdevries@suse.de>
1133
1134 PR symtab/27307
1135 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
1136
3eccb1c8
SV
11372021-02-04 Shahab Vahedi <shahab@synopsys.com>
1138
1139 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
1140
a71501e2
PA
11412021-02-03 Pedro Alves <pedro@palves.net>
1142
1143 * gdb.threads/detach-step-over.c: New file.
1144 * gdb.threads/detach-step-over.exp: New file.
1145
92234eb1
PA
11462021-02-03 Pedro Alves <pedro@palves.net>
1147
1148 * gdb.threads/attach-non-stop.c: New file.
1149 * gdb.threads/attach-non-stop.exp: New file.
1150
2e3773ff
LS
11512021-02-02 Lancelot SIX <lsix@lancelotsix.com>
1152
1153 * gdb.base/inferior-noarg.c: New test.
1154 * gdb.base/inferior-noarg.exp: New test.
1155
e0bd9202
SM
11562021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
1157
1158 * gdb.base/scope.exp: Use proc_with_prefix.
1159
9307efbe
SM
11602021-02-02 Simon Marchi <simon.marchi@efficios.com>
1161
1162 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
1163 table proc.
1164 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
1165 .debug_rnglists table without offset array.
1166 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1167 .debug_loclists table without offset array.
1168
2b0c7f41
SM
11692021-02-02 Simon Marchi <simon.marchi@efficios.com>
1170
1171 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
1172 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
1173 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
1174 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
1175 attribute
1176
ecfda20d
SM
11772021-02-02 Simon Marchi <simon.marchi@efficios.com>
1178
1179 PR gdb/26813
1180 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
1181 (loclists): New proc.
1182 * gdb.dwarf2/loclists-multiple-cus.c: New.
1183 * gdb.dwarf2/loclists-multiple-cus.exp: New.
1184 * gdb.dwarf2/loclists-sec-offset.c: New.
1185 * gdb.dwarf2/loclists-sec-offset.exp: New.
1186
6b0933da
SM
11872021-02-02 Simon Marchi <simon.marchi@efficios.com>
1188
1189 * lib/dwarf.exp (_location): Add parameters.
1190 (_handle_DW_FORM): Adjust.
1191
962effa7
SM
11922021-02-02 Simon Marchi <simon.marchi@efficios.com>
1193
1194 PR gdb/26813
1195 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
1196 (cu): Generate header for DWARF 5.
1197 (rnglists): New proc.
1198 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
1199 * gdb.dwarf2/rnglists-sec-offset.exp: New.
1200
2bd3e4b8
TV
12012021-02-02 Tom de Vries <tdevries@suse.de>
1202
1203 PR symtab/24620
1204 * gdb.dwarf2/fission-reread.exp: Add test-case.
1205
c39c8637
TV
12062021-02-01 Tom de Vries <tdevries@suse.de>
1207
1208 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
1209 * gdb.dwarf2/fission-loclists-pie.S: Same.
1210 * gdb.dwarf2/fission-loclists.S: Same.
1211 * gdb.dwarf2/fission-multi-cu.S: Same.
1212 * gdb.dwarf2/fission-reread.S: Same.
1213 * gdb.dwarf2/fission-base.exp: Use DWO.
1214 * gdb.dwarf2/fission-loclists-pie.exp: Same.
1215 * gdb.dwarf2/fission-loclists.exp: Same.
1216 * gdb.dwarf2/fission-multi-cu.exp: Same.
1217 * gdb.dwarf2/fission-reread.exp: Same.
1218
ebde6f2d
TV
12192021-01-29 Tom de Vries <tdevries@suse.de>
1220
1221 PR breakpoints/26063
1222 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
1223 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
1224
620ec3ca
TV
12252021-01-29 Tom de Vries <tdevries@suse.de>
1226
1227 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
1228
cdeba395
TV
12292021-01-28 Tom de Vries <tdevries@suse.de>
1230
1231 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
1232 in the backtrace, and use that in the rest of the test instead of
1233 hardcoded constant 3. Use "frame" instead of "up" for robustness.
1234
c47b145e
TV
12352021-01-28 Tom de Vries <tdevries@suse.de>
1236
1237 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
1238 * gdb.arch/i386-sse-stack-align.c: Same.
1239 * gdb.arch/i386-sse-stack-align.exp: Same.
1240
47918cca
AB
12412021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
1242
1243 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
1244
2f985dd1
TV
12452021-01-28 Tom de Vries <tdevries@suse.de>
1246
1247 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
1248
22efa3d3
TV
12492021-01-28 Tom de Vries <tdevries@suse.de>
1250
1251 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
1252 "maint info line-table". Make PASS pattern more specific. Make
1253 FAIL pattern work for -m32.
1254
59b59f08
LS
12552021-01-27 Lancelot SIX <lsix@lancelotsix.com>
1256
1257 PR gdb/27133
1258 * gdb.base/ui-redirect.exp: Add test case that ensures that
1259 redirecting both logging and debug does not cause gdb to crash.
1260
1261
807f647c
MM
12622021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
1263
1264 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
1265
4ca40594
TV
12662021-01-26 Tom de Vries <tdevries@suse.de>
1267
1268 * gdb.threads/killed-outside.exp: Allow regular output.
1269
d0021af3
TV
12702021-01-26 Tom de Vries <tdevries@suse.de>
1271
1272 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
1273
9f6c202e
TV
12742021-01-25 Tom de Vries <tdevries@suse.de>
1275
1276 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
1277 * lib/gdb.exp: Use gdb_load_no_complaints.
1278
a625a8c9
TT
12792021-01-25 Tom Tromey <tromey@adacore.com>
1280
1281 * gdb.ada/fixed_points.exp: Add regression test.
1282 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
1283 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
1284
19184910
TT
12852021-01-25 Tom Tromey <tromey@adacore.com>
1286
1287 * gdb.ada/local-enum.exp: Add enumerator resolution test.
1288
acd6125f
TT
12892021-01-25 Tom Tromey <tromey@adacore.com>
1290
1291 * gdb.ada/local-enum.exp: New file.
1292 * gdb.ada/local-enum/local.adb: New file.
1293
1af4c9c4
TT
12942021-01-23 Tom Tromey <tom@tromey.com>
1295
1296 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
1297
705646c0
BE
12982021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
1299
1300 * gdb.base/line65535.exp: Fix test expectation.
1301
0ac85db5
SM
13022021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1303
1304 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
1305 suppression.
1306 (default_gdb_exit): Likewise.
1307 (default_gdb_spawn): Likewise.
1308 (send_gdb): Likewise.
1309 (gdb_expect): Likewise.
1310 (gdb_expect_list): Likewise.
1311 (default_gdb_init): Likewise.
1312 (gdb_suppress_entire_file): Remove.
1313 (gdb_suppress_tests): Remove.
1314 (gdb_stop_suppressing_tests): Remove.
1315 (gdb_clear_suppressed): Remove.
1316 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
1317 related to test suppression.
1318 (default_mi_gdb_start): Likewise.
1319 (mi_gdb_reinitialize_dir): Likewise.
1320 (mi_gdb_test): Likewise.
1321 (mi_run_cmd_full): Likewise.
1322 (mi_runto_helper): Likewise.
1323 (mi_execute_to): Likewise.
1324 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
1325 * gdb.base/bitfields.exp: Likewise.
1326 * gdb.base/bitfields2.exp: Likewise.
1327 * gdb.base/break.exp: Likewise.
1328 * gdb.base/call-sc.exp: Likewise.
1329 * gdb.base/callfuncs.exp: Likewise.
1330 * gdb.base/dfp-test.exp: Likewise.
1331 * gdb.base/endian.exp: Likewise.
1332 * gdb.base/exprs.exp: Likewise.
1333 * gdb.base/funcargs.exp: Likewise.
1334 * gdb.base/hbreak2.exp: Likewise.
1335 * gdb.base/recurse.exp: Likewise.
1336 * gdb.base/scope.exp: Likewise.
1337 * gdb.base/sepdebug.exp: Likewise.
1338 * gdb.base/structs.exp: Likewise.
1339 * gdb.base/until.exp: Likewise.
1340 * gdb.cp/misc.exp: Likewise.
1341
9d2d8a16
AB
13422021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1343
1344 PR cli/25956
1345 * gdb.base/style.exp (run_style_tests): Add version string test.
1346 (test_startup_version_string): Use version style name.
1347 * lib/gdb-utils.exp (style): Handle version style name.
1348
e7b43072
AB
13492021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
1350
1351 * gdb.base/style.exp (limited_style): New proc.
1352 (clean_restart_and_disable): New proc.
1353 (run_style_tests): New proc. Most of the old tests from this file
1354 are now in this proc.
1355 (test_startup_version_string): New proc. Reamining test from the
1356 old file is in this proc.
1357
2189c312
SM
13582021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
1359
1360 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1361 Adjust to "set debug remote" changes.
1362
cd211c75
LM
13632021-01-21 Luis Machado <luis.machado@linaro.org>
1364
1365 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
1366 message.
1367
730af663
SM
13682021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
1369
1370 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
1371
325d39e4
HD
13722021-01-21 Hannes Domani <ssbssa@yahoo.de>
1373
1374 PR python/19151
1375 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
1376
c3e96aa7
SM
13772021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1378
1379 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
1380
6571ffc6
SM
13812021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1382
1383 * lib/tuiterm.exp: Add links in comments.
1384
7c794afd
TV
13852021-01-20 Tom de Vries <tdevries@suse.de>
1386
1387 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
1388 offset.
1389
1402665c
TV
13902021-01-20 Tom de Vries <tdevries@suse.de>
1391
1392 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
1393
6f52fdf4
SDJ
13942021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
1395
1396 * gdb.arch/amd64-stap-expressions.S: New file.
1397 * gdb.arch/amd64-stap-expressions.exp: New file.
1398
14852123
TV
13992021-01-19 Tom de Vries <tdevries@suse.de>
1400
1401 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
1402 sequence.
1403
0c4e2c6c
TV
14042021-01-19 Tom de Vries <tdevries@suse.de>
1405
1406 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
1407
02baa133
AB
14082021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
1409
1410 * gdb.fortran/array-slices.exp (run_test): Avoid including
1411 addresses in test names.
1412
10f92414
TV
14132021-01-15 Tom de Vries <tdevries@suse.de>
1414
1415 PR testsuite/26997
1416 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
1417 when adding sizeof.
1418
116d0cf1
TV
14192021-01-14 Tom de Vries <tdevries@suse.de>
1420
1421 PR testsuite/24590
1422 * gdb.base/style.exp: Handle shorter argv in frame command output.
1423
8f66807b
AB
14242021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1425
1426 PR gdb/26819
1427 * gdb.server/stop-reply-no-thread-multi.c: New file.
1428 * gdb.server/stop-reply-no-thread-multi.exp: New file.
1429
3f94e588
TV
14302021-01-12 Tom de Vries <tdevries@suse.de>
1431
1432 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
1433 (main): Remove call to have_mpx.
1434 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
1435 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
1436 (main): Remote call to have_mpx.
1437 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
1438 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
1439 (main): Remove call to have_mpx.
1440 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
1441 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
1442 (main): Remove call to have_mpx.
1443 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
1444 * gdb.arch/i386-mpx.c (have_mpx): Remove.
1445 (main): Remote call to have_mpx.
1446 * gdb.arch/i386-mpx.exp: Use have_mpx.
1447 * lib/gdb.exp (have_mpx): New proc.
1448
5291fe3c
SP
14492021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1450
1451 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
1452
18bfb505
TV
14532021-01-12 Tom de Vries <tdevries@suse.de>
1454
1455 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
1456
ce38f5ed
AB
14572021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1458
1459 * gdb.fortran/debug-expr.exp: Add new tests.
1460
7c654b71
AB
14612021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1462
1463 * gdb.fortran/dot-ops.exp: Add new tests.
1464
10dadadc
TV
14652021-01-11 Tom de Vries <tdevries@suse.de>
1466
1467 PR testsuite/26968
1468 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
1469 Move insn setting $eax to before probe point.
1470
66beed02
TT
14712021-01-09 Tom Tromey <tom@tromey.com>
1472
1473 * gdb.trace/ax.exp: Do not require an "ext".
1474
8fc48b79
TT
14752021-01-08 Tom Tromey <tromey@adacore.com>
1476
1477 * gdb.ada/voidctx/pck.adb: New file.
1478 * gdb.ada/voidctx/pck.ads: New file.
1479 * gdb.ada/voidctx/voidctx.adb: New file.
1480 * gdb.ada/voidctx.exp: New file.
1481
6abd4cf2
SM
14822021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
1483
1484 PR gdb/27157
1485 * gdb.base/empty-host-env-vars.exp: New test.
1486
d00f0868
AB
14872021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1488
1489 * gdb.base/completion.exp: Add a new test.
1490
3c8c6de2
AB
14912021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1492
1493 * gdb.fortran/intvar-dynamic-types.exp: New file.
1494 * gdb.fortran/intvar-dynamic-types.f90: New file.
1495
e3436813
AB
14962021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
1497
1498 * gdb.fortran/intvar-array.exp: New file.
1499 * gdb.fortran/intvar-array.f90: New file.
1500
d4813f10
TT
15012021-01-07 Tom Tromey <tromey@adacore.com>
1502
1503 * gdb.ada/assign_arr.exp: Add 'others' test.
1504
b49180ac
TT
15052021-01-06 Tom Tromey <tromey@adacore.com>
1506
1507 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
1508 (FP4_Type): New type.
1509 (FP4_Var): New variable.
1510 * gdb.ada/fixed_points/fixed_points.adb: Update.
1511 * gdb.ada/fixed_points.exp: Add tests for binary operators.
1512
3c55062c
SM
15132021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
1514
1515 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
1516 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1517 Pass prompt containing debug print to gdb_test_sequence.
1518
e4ad960a
TV
15192021-01-04 Tom de Vries <tdevries@suse.de>
1520
1521 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
1522
3ec3145c
SM
15232021-01-04 Simon Marchi <simon.marchi@efficios.com>
1524
1525
1526
8dc558a0
SM
15272021-01-04 Simon Marchi <simon.marchi@efficios.com>
1528
1529 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
1530 * gdb.server/connect-without-multi-process.exp: Likewise.
1531 * gdb.server/exit-multiple-threads.exp: Likewise.
1532 * gdb.server/ext-attach.exp: Likewise.
1533 * gdb.server/ext-restart.exp: Likewise.
1534 * gdb.server/ext-run.exp: Likewise.
1535 * gdb.server/ext-wrapper.exp: Likewise.
1536 * gdb.server/multi-ui-errors.exp: Likewise.
1537 * gdb.server/no-thread-db.exp: Likewise.
1538 * gdb.server/reconnect-ctrl-c.exp: Likewise.
1539 * gdb.server/run-without-local-binary.exp: Likewise.
1540 * gdb.server/server-kill.exp: Likewise.
1541 * gdb.server/server-run.exp: Likewise.
1542 * gdb.server/solib-list.exp: Likewise.
1543 * gdb.server/stop-reply-no-thread.exp: Likewise.
1544 * gdb.server/wrapper.exp: Likewise.
1545 * gdb.server/sysroot.exp: Increase timeout when testing the
1546 target: sysroot.
1547
d8387cc8
SM
15482021-01-04 Simon Marchi <simon.marchi@efficios.com>
1549
1550 * gdb.server/server-run.exp: Use clean_restart.
1551
5169ae34
SM
15522021-01-04 Simon Marchi <simon.marchi@efficios.com>
1553
1554 * gdb.server/ext-run.exp: Use clean_restart.
1555
7b0ff8a2
SM
15562021-01-04 Simon Marchi <simon.marchi@efficios.com>
1557
1558 * gdb.server/stop-reply-no-thread.exp: Use build_executable
1559 instead of prepare_for_testing.
1560
a754fbdf
SM
15612021-01-04 Simon Marchi <simon.marchi@efficios.com>
1562
1563 * gdb.server/solib-list.exp: Use clean_restart.
1564
c5e71b33
TV
15652021-01-04 Tom de Vries <tdevries@suse.de>
1566
1567 * gdb.base/morestack.c: Remove printf.
1568 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
1569
9b243007
TT
15702020-12-31 Tom Tromey <tom@tromey.com>
1571
1572 * gdb.rust/simple.exp: Update output for Rust 1.49.
1573
4ff509e7
BE
15742020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
1575
1576 * gdb.cp/step-and-next-inline.exp: Fix test case.
1577
391750c3
SM
15782020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
1579
1580 * gdb.python/py-frame-args.exp: De-duplicate test names.
1581
b7874836
AB
15822020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
1583
1584 PR gdb/27059
1585 * gdb.dwarf2/dyn-type-unallocated.c: New file.
1586 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
1587
e1ff6226
PW
15882020-12-21 Peter Waller <p@pwaller.net>
1589
1590 * gdb.base/style-interp-exec-mi.exp: New.
1591 * gdb.base/style-interp-exec-mi.c: New.
1592
ca01f1bf
SM
15932020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
1594
1595 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
1596 gdb_test. Use proc_with_prefix.
1597
0fe69a94
MM
15982020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1599
1600 * gdb.btrace/exception.exp: Build with nopie.
1601 * gdb.btrace/function_call_history.exp: Likewise.
1602 * gdb.btrace/unknown_functions.exp: Likewise.
1603
806e7575
MM
16042020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1605
1606 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
1607
493d2172
MM
16082020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1609
1610 * gdb.python/py-record-btrace.exp: Make test names unique.
1611 * gdb.python/py-record-full.exp: Likewise.
1612
1a1c0afc
MM
16132020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1614
1615 * gdb.btrace/data.exp: Make test names unique.
1616 * gdb.btrace/delta.exp: Likewise.
1617 * gdb.btrace/enable.exp: Likewise.
1618 * gdb.btrace/function_call_history.exp: Likewise.
1619 * gdb.btrace/nohist.exp: Likewise.
1620 * gdb.btrace/non-stop.exp: Likewise.
1621 * gdb.btrace/rn-dl-bind.exp: Likewise.
1622 * gdb.btrace/step.exp: Likewise.
1623 * gdb.btrace/stepi.exp: Likewise.
1624 * gdb.btrace/tailcall.exp: Likewise.
1625
98d837f0
MM
16262020-12-21 Markus Metzger <markus.t.metzger@intel.com>
1627
1628 * gdb.btrace/enable.exp: Update error message.
1629 * gdb.btrace/multi-inferior.exp: Likewise.
1630 * gdb.btrace/reconnect.exp: Likewise.
1631 * gdb.python/py-record-btrace.exp: Likewise.
1632 * gdb.python/py-record-full.exp: Likewise.
1633
c541fa7c
TV
16342020-12-20 Tom de Vries <tdevries@suse.de>
1635
1636 * lib/gdb.exp (save_target_board_info): New proc.
1637 (gdb_compile_shlib): Use save_target_board_info.
1638
60108e47
TV
16392020-12-19 Tom de Vries <tdevries@suse.de>
1640
1641 * lib/gdb.exp (supports_scalar_storage_order_attribute)
1642 (supports_gnuc): New proc.
1643 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
1644 test_compiler_info calls. Add unsupported message.
1645 * gdb.base/endianity.c: Use TEST_SSO.
1646
fa639f55
HD
16472020-12-19 Hannes Domani <ssbssa@yahoo.de>
1648
1649 PR exp/27070
1650 * gdb.python/compare-enum-type-a.c: New test.
1651 * gdb.python/compare-enum-type-b.c: New test.
1652 * gdb.python/compare-enum-type.exp: New file.
1653 * gdb.python/compare-enum-type.h: New test.
1654
4aea001f
HD
16552020-12-18 Hannes Domani <ssbssa@yahoo.de>
1656
1657 * gdb.python/py-format-string.exp: Add tests for address keyword.
1658
b3f9469b
HD
16592020-12-18 Hannes Domani <ssbssa@yahoo.de>
1660
1661 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
1662
86ef42bd
TT
16632020-12-18 Tom Tromey <tromey@adacore.com>
1664
1665 * gdb.ada/fixed_points.exp: Also run with
1666 -fgnat-encodings=minimal. Update expected output.
1667
93df4a1d
SM
16682020-12-16 Simon Marchi <simon.marchi@efficios.com>
1669
1670 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
1671 * gdb.base/continue-all-already-running.exp: Likewise.
1672 * gdb.base/moribund-step.exp: Likewise.
1673 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
1674
592995fa
TV
16752020-12-16 Tom de Vries <tdevries@suse.de>
1676
1677 * gdb.base/batch-preserve-term-settings.exp:
1678
1e61189d
TV
16792020-12-16 Tom de Vries <tdevries@suse.de>
1680
1681 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
1682 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
1683
19007d95
LM
16842020-12-16 Luis Machado <luis.machado@linaro.org>
1685
1686 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
1687 pointer-based memory accesses.
1688 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
1689 hw watchpoint cases.
1690
a33fc9ae
RK
16912020-12-15 Rae Kim <rae.kim@gmail.com>
1692
1693 * gdb.base/document.exp: New test.
1694
0e5ad442
TT
16952020-12-15 Tom Tromey <tromey@adacore.com>
1696
1697 * gdb.base/style.exp: Add deprecation tests.
1698
60598dbd
SM
16992020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
1700
1701 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
1702
8cd6d968
MW
17032020-12-14 Mark Wielaard <mark@klomp.org>
1704
1705 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
1706 specially, set attr_form_comment to the actual FORM string used.
1707
eab9267c
MW
17082020-12-14 Mark Wielaard <mark@klomp.org>
1709
1710 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
1711 _constants(SPECIAL_expr) here, but set it...
1712 (Dwarf::cu): ...here based on _cu_version.
1713
2f413264
TV
17142020-12-14 Tom de Vries <tdevries@suse.de>
1715
1716 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
1717 pass -fPIC.
1718 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
1719 * gdb.base/break-probes.exp: Same.
1720 * gdb.base/ctxobj.exp: Same.
1721 * gdb.base/dso2dso.exp: Same.
1722 * gdb.base/global-var-nested-by-dso.exp: Same.
1723 * gdb.base/info-shared.exp: Same.
1724 * gdb.base/jit-reader-simple.exp: Same.
1725 * gdb.base/print-file-var.exp: Same.
1726 * gdb.base/skip-solib.exp: Same.
1727 * gdb.btrace/dlopen.exp: Same.
1728
18f1cb1f
TV
17292020-12-14 Tom de Vries <tdevries@suse.de>
1730
1731 PR testsuite/26963
1732 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
1733
519155c9
TV
17342020-12-14 Tom de Vries <tdevries@suse.de>
1735
1736 PR testsuite/26962
1737 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
1738 cast it to its declared type".
1739
153f6e6c
TV
17402020-12-14 Tom de Vries <tdevries@suse.de>
1741
1742 PR testsuite/26951
1743 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
1744 shell prompt.
1745
86b44259
TT
17462020-12-14 Tom Tromey <tromey@adacore.com>
1747
1748 * gdb.ada/nested.exp: Add new tests.
1749 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
1750
e26624c6
TT
17512020-12-14 Tom Tromey <tromey@adacore.com>
1752
1753 * gdb.dwarf2/ada-thick-pointer.exp: New file.
1754
a3bdae4e
TT
17552020-12-14 Tom Tromey <tromey@adacore.com>
1756
1757 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
1758
862fcbd8
TV
17592020-12-13 Tom de Vries <tdevries@suse.de>
1760
1761 PR testsuite/26953
1762 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
1763 attribute support if compiler doesn't support it.
1764
a406a98e
TV
17652020-12-13 Tom de Vries <tdevries@suse.de>
1766
1767 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
1768 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
1769 source to shared lib. Add ada to options.
1770
5d7e6ed0
TV
17712020-12-13 Tom de Vries <tdevries@suse.de>
1772
1773 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
1774 calling gnatbind and gnatlink.
1775
ee9812a0
AB
17762020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
1777
1778 * gdb.base/dcache-flush.c: New file.
1779 * gdb.base/dcache-flush.exp: New file.
1780
50a5f187
AB
17812020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
1782
1783 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
1784 commands.
1785 * gdb.base/killed-outside.exp: Likewise.
1786 * gdb.opt/inline-bt.exp: Likewise.
1787 * gdb.perf/gmonster-null-lookup.py: Likewise.
1788 * gdb.perf/gmonster-print-cerr.py: Likewise.
1789 * gdb.perf/gmonster-ptype-string.py: Likewise.
1790 * gdb.python/py-unwind.exp: Likewise.
1791
19c659f1
AB
17922020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1793
1794 * gdb.base/commands.exp: Update expected results.
1795
9ef6d4a1
AB
17962020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1797
1798 PR cli/15104
1799 * gdb.base/commands.exp: Add additional tests.
1800 * gdb.base/completion.exp: Add additional tests.
1801
1536146f
AB
18022020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1803
1804 * gdb.base/completion.exp: Add additional tests.
1805
346e7e19
TV
18062020-12-11 Tom de Vries <tdevries@suse.de>
1807
1808 PR testsuite/26991
1809 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
1810 violations by setting bounds registers if the bounds are passed in the
1811 Bounds Table.
1812
9cd7a95a
TV
18132020-12-11 Tom de Vries <tdevries@suse.de>
1814
1815 PR testsuite/26954
1816 * gdb.base/float128.exp: Detect and handle no mpfr support.
1817
4483a8e7
SM
18182020-12-10 Simon Marchi <simon.marchi@efficios.com>
1819
1820 PR gdb/24694
1821 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
1822 calls.
1823
10067028
TV
18242020-12-10 Tom de Vries <tdevries@suse.de>
1825
1826 PR testsuite/26947
1827 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
1828 braces for tcl 8.5 and earlier.
1829
5b56203a
SM
18302020-12-09 Simon Marchi <simon.marchi@efficios.com>
1831
1832 PR 26875, PR 26901
1833 * gdb.base/flexible-array-member.c: New test.
1834 * gdb.base/flexible-array-member.exp: New test.
1835
b46551b2
TV
18362020-12-08 Tom de Vries <tdevries@suse.de>
1837
1838 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
1839 using is_amd64_regs_target.
1840
8439f446
TV
18412020-12-08 Tom de Vries <tdevries@suse.de>
1842
1843 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
1844 self_id.
1845
bc545da7
PA
18462020-12-07 Pedro Alves <pedro@palves.net>
1847
1848 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
1849 'additional_flags' variable.
1850
1f58f6c2
TBA
18512020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1852
1853 * gdb.linespec/explicit.exp: Extend with a test to check completing
1854 '-' after seemingly complete options.
1855
5759831a
TBA
18562020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1857
1858 * gdb.linespec/keywords.exp: Add tests to check positional
1859 flexibility of "-force-condition".
1860
21e051b3
TBA
18612020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1862
1863 * gdb.base/bp-cmds-run-with-ex.c: New file.
1864 * gdb.base/bp-cmds-run-with-ex.exp: New file.
1865 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
1866 * gdb.gdb/python-interrupts.exp: Update the call to
1867 'catch_command_errors' with the new argument.
1868 * gdb.gdb/python-selftest.exp: Ditto.
1869
187b041e
SM
18702020-12-04 Simon Marchi <simon.marchi@efficios.com>
1871
1872 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
1873 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1874 * gdb.threads/non-stop-fair-events.exp: Likewise.
1875
3b7a962d
SM
18762020-12-04 Simon Marchi <simon.marchi@efficios.com>
1877
1878 * gdb.threads/step-over-exec.exp: New.
1879 * gdb.threads/step-over-exec.c: New.
1880 * gdb.threads/step-over-exec-execd.c: New.
1881 * lib/my-syscalls.S: New.
1882 * lib/my-syscalls.h: New.
1883
e633b117
SM
18842020-12-04 Simon Marchi <simon.marchi@efficios.com>
1885
1886 * lib/dwarf.exp (declare_labels): Use name as text if text is
1887 not provided.
1888
67748e0f
TV
18892020-12-04 Tom de Vries <tdevries@suse.de>
1890
1891 PR testsuite/26990
1892 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
1893 are unsupported.
1894
a8d13675
TV
18952020-12-04 Tom de Vries <tdevries@suse.de>
1896
1897 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
1898 clause.
1899
f17727b3
TV
19002020-12-04 Tom de Vries <tdevries@suse.de>
1901
1902 * gdb.reverse/insn-reverse.exp: Fix count handling.
1903
a1499830
TV
19042020-12-04 Tom de Vries <tdevries@suse.de>
1905
1906 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
1907 __x86_64__.
1908
9c027c2f
TV
19092020-12-04 Tom de Vries <tdevries@suse.de>
1910
1911 * gdb.reverse/insn-reverse.c (test_nr): New var.
1912 (usage, parse_args): New function.
1913 (main): Call parse_args. Only run test for test_nr.
1914 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
1915 and bail out. Run subtests individually, using an inferior arg
1916 specifying the subtest.
1917
533b2ae0
AB
19182020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
1919
1920 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
1921
e4502042
AB
19222020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
1923
1924 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
1925 update test to use this.
1926
f55a9a37
SM
19272020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1928
1929 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
1930
0a6155a0
SM
19312020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1932
1933 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
1934 (do_test): Don't use with_test_prefix.
1935 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
1936 (do_test): Don't use with_test_prefix.
1937 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
1938 (do_test): Don't use with_test_prefix.
1939 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
1940 (do_test): Don't use with_test_prefix.
1941
4d56d64a
SM
19422020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1943
1944 * gdb.threads/non-ldr-exit.exp: Fix comment.
1945
54e75f29
AB
19462020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1947
1948 * gdb.xml/maint-xml-dump-03.xml: New file.
1949
7ce05d21
TV
19502020-11-30 Tom de Vries <tdevries@suse.de>
1951
1952 PR symtab/26905
1953 * gdb.dwarf2/count.exp: Remove kfails.
1954
50757f95
TBA
19552020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1956
1957 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
1958 indices.
1959
4afa9fd9
JB
19602020-11-24 Joel Brobecker <brobecker@adacore.com>
1961
1962 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
1963 the "ptype pck__fp1_range_var" test for the module-2 and pascal
1964 languages. Remove the associated setup_xfail.
1965
15a491af
SM
19662020-11-23 Simon Marchi <simon.marchi@efficios.com>
1967
1968 * lib/gdb.exp (gdb_assert): Show error message on error.
1969
891615f0
TV
19702020-11-23 Tom de Vries <tdevries@suse.de>
1971
1972 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
1973 * gdb.ada/mod_from_name.exp: Same.
1974 * gdb.ada/pckd_arr_ren.exp: Same.
1975
19922582
SM
19762020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1977
1978 * gdb.base/template.exp: New.
1979 * gdb.base/template.c: New.
1980
117c628d
GB
19812020-11-22 Gary Benson <gbenson@redhat.com>
1982
1983 PR gdb/26905
1984 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
1985 is defined using a DW_AT_count which references another DIE.
1986
da39d3ba
TV
19872020-11-21 Tom de Vries <tdevries@suse.de>
1988
1989 * gdb.base/vla-ptr.exp: Add XFAIL.
1990
a5c641b5
AB
19912020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1992
1993 * gdb.fortran/array-slices-bad.exp: New file.
1994 * gdb.fortran/array-slices-bad.f90: New file.
1995 * gdb.fortran/array-slices-sub-slices.exp: New file.
1996 * gdb.fortran/array-slices-sub-slices.f90: New file.
1997 * gdb.fortran/array-slices.exp: Rewrite tests.
1998 * gdb.fortran/array-slices.f90: Rewrite tests.
1999 * gdb.fortran/vla-sizeof.exp: Correct expected results.
2000
a15a5258
AB
20012020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2002
2003 * gdb.base/completion.exp: Add new completion tests.
2004
7cb2893d
SM
20052020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2006
2007 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
2008 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2009 * gdb.mi/mi-nsintrall.exp: Likewise.
2010 * gdb.mi/mi-nsmoribund.exp: Likewise.
2011 * gdb.mi/mi-nsthrexec.exp: Likewise.
2012 * gdb.mi/mi-watch-nonstop.exp: Likewise.
2013
cf144ec8
SM
20142020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
2015
2016 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
2017 of perror.
2018
6b6a3e05
JM
20192020-11-18 Joseph Myers <joseph@codesourcery.com>
2020
2021 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
2022 $arg.exe exists but $arg does not.
2023
811bdca0
GB
20242020-11-17 Gary Benson <gbenson@redhat.com>
2025
2026 * gdb.trace/trace-common.h (x86_trace_dummy): Add
2027 __attribute__ ((used)).
2028
c72e3136
AB
20292020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2030
2031 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
2032
037d7135
AB
20332020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
2034
2035 * gdb.base/completion.exp: Add new tests.
2036
119e99bb
TT
20372020-11-16 Tom Tromey <tromey@adacore.com>
2038
2039 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
2040 tests.
2041
b74dbc20
JB
20422020-11-15 Joel Brobecker <brobecker@adacore.com>
2043
2044 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
2045 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
2046 (main): Add reference to pck__fp1_var2.
2047 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
2048
0a12719e
JB
20492020-11-15 Joel Brobecker <brobecker@adacore.com>
2050
2051 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
2052
0c9150e4
JB
20532020-11-15 Joel Brobecker <brobecker@adacore.com>
2054
2055 * gdb.ada/fixed_points.exp: Add ptype tests.
2056 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
2057
b26daff9
JB
20582020-11-15 Joel Brobecker <brobecker@adacore.com>
2059
2060 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
2061
09584414
JB
20622020-11-15 Joel Brobecker <brobecker@adacore.com>
2063
2064 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
2065 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
2066 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
2067 New files.
2068 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
2069
2070 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
2071 New files.
2072
9dd02fc0
AB
20732020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
2074
2075 PR cli/26879
2076 * gdb.fortran/completion.exp: New file.
2077 * gdb.fortran/completion.f90: New file.
2078
5643c500
JM
20792020-11-12 Joseph Myers <joseph@codesourcery.com>
2080
2081 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
2082 but $arg does not.
2083
7bea47f0
AB
20842020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
2085
2086 * gdb.fortran/types.exp: Add more tests.
2087
1f2624a3
TT
20882020-11-12 Tom Tromey <tom@tromey.com>
2089
2090 PR rust/26799:
2091 * gdb.rust/traits.exp: Remove kfails.
2092
9e74f0ae
GB
20932020-11-12 Gary Benson <gbenson@redhat.com>
2094
2095 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
2096 statement.
2097
acb994fa
SM
20982020-11-11 Simon Marchi <simon.marchi@efficios.com>
2099
2100 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
2101 always-inserted" axis.
2102 (do_test): Add breakpoint_always_inserted parameter.
2103
95016fd2
TT
21042020-11-10 Tom Tromey <tromey@adacore.com>
2105
2106 * gdb.ada/bias.exp: Update.
2107 * gdb.ada/bias/bias.adb (X): Change value.
2108
83100a74
GB
21092020-11-10 Gary Benson <gbenson@redhat.com>
2110
2111 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
2112 regexp fragment in parentheses to prevent false matching.
2113
6ff174a7
GB
21142020-11-10 Gary Benson <gbenson@redhat.com>
2115
2116 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
2117
eb24648c
GB
21182020-11-10 Gary Benson <gbenson@redhat.com>
2119
2120 * gdb.cp/step-and-next-inline.exp: Only require
2121 -gstatement-frontiers when building with GCC.
2122 Only setup KFAIL's for GCC issues when using
2123 a GCC-built executable.
2124
86775fab
AB
21252020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
2126
2127 * gdb.base/debug-expr.c: Add extra function to allow for an
2128 additional test.
2129 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
2130 to this proc with gdb_test_debug_expr. Add an extra test.
2131 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
2132 to this proc with gdb_test_debug_expr, give the tests names
2133 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
2134 calls to this proc with gdb_test_debug_expr, give the tests names
2135 * gdb.fortran/debug-expr.exp: New file.
2136 * gdb.fortran/debug-expr.f90: New file.
2137 * lib/gdb.exp (gdb_test_debug_expr): New proc.
2138
a1945bd4
SM
21392020-11-06 Simon Marchi <simon.marchi@efficios.com>
2140
2141 * lib/dwarf.exp (ranges): Handle "base" and "range" as
2142 proceduresu.
2143 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
2144 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
2145 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
2146 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
2147 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
2148 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
2149 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
2150 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
2151
9c91c725
TT
21522020-11-04 Tom Tromey <tromey@adacore.com>
2153
2154 * gdb.ada/funcall_ref.exp: Update.
2155 * gdb.ada/var_rec_arr.exp: Update.
2156
8d9fd3a1
TT
21572020-11-04 Tom Tromey <tromey@adacore.com>
2158
2159 * gdb.ada/rec_ptype.exp: New file.
2160 * gdb.ada/rec_ptype/main.adb: New file.
2161 * gdb.ada/rec_ptype/p.ads: New file.
2162
d8f62e84
TT
21632020-11-04 Tom Tromey <tromey@adacore.com>
2164
2165 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
2166 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
2167 (PT_Full): New variable.
2168 * gdb.ada/tick_length_array_enum_idx/pck.adb
2169 (Full_PT): New type.
2170
7ff5b937
TT
21712020-11-04 Tom Tromey <tromey@adacore.com>
2172
2173 * gdb.ada/array_of_variant.exp: New file.
2174 * gdb.ada/array_of_variant/p.adb: New file.
2175 * gdb.ada/array_of_variant/pck.ads: New file.
2176 * gdb.ada/array_of_variant/pck.adb: New file.
2177
10f6a3ad
TT
21782020-11-04 Tom Tromey <tromey@adacore.com>
2179
2180 * gdb.ada/enum_idx_packed.exp: Add test.
2181 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
2182 New variable.
2183 * gdb.ada/enum_idx_packed/pck.ads (Short)
2184 (Multi_Dimension, Multi_Dimension_Access): New types.
2185
b72795a8
TT
21862020-11-04 Tom Tromey <tromey@adacore.com>
2187
2188 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
2189
24aa1b02
TT
21902020-11-04 Tom Tromey <tromey@adacore.com>
2191
2192 * gdb.ada/set_pckd_arr_elt.exp: Also test
2193 -fgnat-encodings=minimal. Add tests.
2194 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
2195 Call Update_Small a second time.
2196 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
2197 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
2198 (Variant_Access): New types.
2199 (New_Variant): Declare.
2200
c9a28cbe
TT
22012020-11-04 Tom Tromey <tromey@adacore.com>
2202
2203 * gdb.ada/mod_from_name.exp: Test printing slice.
2204
57567375
TT
22052020-11-04 Tom Tromey <tromey@adacore.com>
2206
2207 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
2208 values.
2209 * gdb.ada/access_to_unbounded_array.exp: Test different
2210 -fgnat-encodings values.
2211 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
2212 values.
2213 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
2214 values.
2215 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
2216 values.
2217 * gdb.ada/array_of_variable_length.exp: Test different
2218 -fgnat-encodings values.
2219 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
2220 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
2221 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
2222 change.
2223 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
2224 values.
2225 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
2226 * gdb.ada/out_of_line_in_inlined.exp: Test different
2227 -fgnat-encodings values.
2228 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
2229 values.
2230 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
2231 values.
2232 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
2233 -fgnat-encodings values.
2234 * gdb.ada/variant_record_packed_array.exp: Test different
2235 -fgnat-encodings values.
2236
a7400e44
TT
22372020-11-04 Tom Tromey <tromey@adacore.com>
2238
2239 * gdb.ada/enum_idx_packed.exp: Add tests.
2240 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
2241 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
2242 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
2243 declarations.
2244
c40907bf
TV
22452020-11-03 Tom de Vries <tdevries@suse.de>
2246
2247 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
2248 terminator comments.
2249 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
2250 terminator.
2251
f468977a
SM
22522020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
2253
2254 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
2255 integer format test with regexp.
2256
1c2bec19
GB
22572020-11-02 Gary Benson <gbenson@redhat.com>
2258
2259 * gdb.base/print-file-var.exp (test): Separate compiler and
2260 linker options, and build using build_executable_from_specs
2261 to accommodate this.
2262
6539a36d
GB
22632020-11-02 Gary Benson <gbenson@redhat.com>
2264
2265 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
2266 for .c files compiled as C++ with Clang if any shared
2267 libraries are specified.
2268
7ea44a51
GB
22692020-11-02 Gary Benson <gbenson@redhat.com>
2270
2271 * lib/attributes.h: New header.
2272 * gdb.base/backtrace.c: Include the above. Replace
2273 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
2274 * gdb.base/infcall-nested-structs.c: Likewise.
2275 * gdb.base/vla-optimized-out.c: Likewise.
2276
ab8f783d
TV
22772020-11-02 Tom de Vries <tdevries@suse.de>
2278
2279 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
2280
d77c9224
JB
22812020-11-01 Joel Brobecker <brobecker@adacore.com>
2282
2283 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
2284 System.Min_Int and System.Max_Int with smaller hardcoded
2285 constants.
2286
0e5b0dd0
SM
22872020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2288
2289 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
2290 * configure: Re-generate.
2291
136821d9
SM
22922020-10-30 Simon Marchi <simon.marchi@efficios.com>
2293
2294 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
2295 expected output.
2296
b78b3a29
TBA
22972020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2298
2299 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
2300 behavior.
2301 * gdb.base/paginate-bg-execution.exp: Ditto.
2302 * gdb.base/paginate-inferior-exit.exp: Ditto.
2303 * gdb.base/double-prompt-target-event-error.c: Remove.
2304 * gdb.base/double-prompt-target-event-error.exp: Remove.
2305
cfaa8f76
TBA
23062020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2307
2308 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
2309 inferiors' and 'detach inferiors' do not change the current
2310 inferior.
2311
0ad0e70c
TV
23122020-10-29 Tom de Vries <tdevries@suse.de>
2313
2314 * gdb.threads/tls.exp: Fix DUPLICATEs.
2315
99cc6b2a
TV
23162020-10-28 Tom de Vries <tdevries@suse.de>
2317
2318 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
2319
efe9b873
TV
23202020-10-28 Tom de Vries <tdevries@suse.de>
2321
2322 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
2323 * gdb.base/reread.exp: Same.
2324
6b68fd45
TV
23252020-10-28 Tom de Vries <tdevries@suse.de>
2326
2327 * lib/gdb.exp (readnow): Handle arg.
2328 * gdb.rust/traits.exp: Add KFAILs for -readnow.
2329
32a5f98a
TV
23302020-10-28 Tom de Vries <tdevries@suse.de>
2331
2332 * gdb.base/relocate.exp: Update regexp for -readnow.
2333
f93b8760
TV
23342020-10-28 Tom de Vries <tdevries@suse.de>
2335
2336 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
2337 -readnow.
2338
1b00ef06
TV
23392020-10-28 Tom de Vries <tdevries@suse.de>
2340
2341 PR symtab/26772
2342 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
2343 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
2344
364bb903
TV
23452020-10-28 Tom de Vries <tdevries@suse.de>
2346
2347 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
2348 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
2349 complaint during file command for -readnow.
2350
445a033f
TV
23512020-10-28 Tom de Vries <tdevries@suse.de>
2352
2353 * gdb.cp/nsalias.exp: Fix typo in test name.
2354
fdd67a42
TV
23552020-10-28 Tom de Vries <tdevries@suse.de>
2356
2357 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
2358
706baf4c
TV
23592020-10-28 Tom de Vries <tdevries@suse.de>
2360
2361 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
2362 -readnow.
2363
b448cca5
TV
23642020-10-27 Tom de Vries <tdevries@suse.de>
2365
2366 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
2367
5868da03
TV
23682020-10-27 Tom de Vries <tdevries@suse.de>
2369
2370 * gdb.base/maint.exp: Update for -readnow.
2371
06db6ec3
TV
23722020-10-27 Tom de Vries <tdevries@suse.de>
2373
2374 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
2375 -readnow.
2376
934a1764
GB
23772020-10-14 Gary Benson <gbenson@redhat.com>
2378
2379 * gdb.python/py-format-string.exp (test_deref_refs): Treat
2380 "_vptr$Base" as correct, in addition to "_vptr.Base".
2381 (test_mixed): Likewise.
2382
0bf21fbd
GB
23832020-10-27 Gary Benson <gbenson@redhat.com>
2384
2385 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
2386 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
2387
b1d4d8d1
TBA
23882020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2389
2390 * gdb.base/condbreak.exp: Update the completion tests to
2391 consider the '-force' flag.
2392
bd24c5d6
TV
23932020-10-27 Tom de Vries <tdevries@suse.de>
2394
2395 * gdb.base/list-ambiguous-readnow.exp: New file.
2396
733d554a
TBA
23972020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2398
2399 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
2400 the condition.
2401 * gdb.linespec/cpcompletion.exp: Update to consider the
2402 '-force-condition' keyword.
2403 * gdb.linespec/explicit.exp: Ditto.
2404 * lib/completion-support.exp: Ditto.
2405
b5fa468f
TBA
24062020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2407
2408 * gdb.base/condbreak-multi-context.cc: New file.
2409 * gdb.base/condbreak-multi-context.exp: New file.
2410
b3247276
TT
24112020-10-26 Tom Tromey <tom@tromey.com>
2412
2413 * lib/mi-support.exp (default_mi_gdb_start): Call
2414 gdb_stdin_log_init.
2415 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
2416 subtract one from gdb_instances.
2417 (gdb_stdin_log_write): Flush in_file.
2418
1c47ec3e
TV
24192020-10-26 Tom de Vries <tdevries@suse.de>
2420
2421 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
2422
6390859c
TT
24232020-10-26 Tom Tromey <tromey@adacore.com>
2424
2425 * gdb.ada/unsigned_range/foo.adb: New file.
2426 * gdb.ada/unsigned_range/pack.adb: New file.
2427 * gdb.ada/unsigned_range/pack.ads: New file.
2428 * gdb.ada/unsigned_range.exp: New file.
2429
55c3ad88
TV
24302020-10-26 Tom de Vries <tdevries@suse.de>
2431
2432 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
2433
1612c4bb
TV
24342020-10-26 Tom de Vries <tdevries@suse.de>
2435
2436 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
2437 for CU.
2438 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
2439
7d72802b
TV
24402020-10-23 Tom de Vries <tdevries@suse.de>
2441
2442 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
2443 DW_FORM_string.
2444 (Dwarf::_default_form): New proc.
2445 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
2446 guessed.
2447
9476b583
TV
24482020-10-23 Tom de Vries <tdevries@suse.de>
2449
2450 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
2451 * gdb.dwarf2/atomic-type.exp: Same.
2452 * gdb.dwarf2/bad-regnum.exp: Same.
2453 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2454 * gdb.dwarf2/dw2-align.exp: Same.
2455 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2456 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2457 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2458 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2459 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2460 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2461 * gdb.dwarf2/enum-type.exp: Same.
2462 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
2463 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2464 * gdb.dwarf2/main-subprogram.exp: Same.
2465 * gdb.dwarf2/missing-type-name.exp: Same.
2466 * gdb.dwarf2/nonvar-access.exp: Same.
2467 * gdb.dwarf2/typedef-void-finish.exp: Same.
2468 * gdb.dwarf2/var-access.exp: Same.
2469 * gdb.dwarf2/void-type.exp: Same.
2470
4a636814
SM
24712020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
2472
2473 PR gdb/26693
2474 * gdb.dwarf2/template-specification-full-name.exp: New test.
2475
557fc257
LM
24762020-10-22 Luis Machado <luis.machado@linaro.org>
2477
2478 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
2479 expected an offset from the function.
2480 * gdb.base/msym-bp.exp (test): Likewise.
2481
6b4c676c
AB
24822020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
2483
2484 * gdb.fortran/array-slices.exp: Add a new test.
2485
98cec4f6
GB
24862020-10-21 Gary Benson <gbenson@redhat.com>
2487
2488 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
2489 fullname test with Clang. Also expand comments generally.
2490
ae86f581
TV
24912020-10-20 Tom de Vries <tdevries@suse.de>
2492
2493 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
2494
8c161360
TV
24952020-10-20 Tom de Vries <tdevries@suse.de>
2496
2497 * gdb.dwarf2/arr-stride.c: Remove.
2498 * gdb.dwarf2/arr-stride.exp: Use main.c.
2499 * gdb.dwarf2/arr-subrange.c: Remove.
2500 * gdb.dwarf2/arr-subrange.exp: Use main.c.
2501 * gdb.dwarf2/bad-regnum.c: Remove.
2502 * gdb.dwarf2/bad-regnum.exp: Use main.c.
2503 * gdb.dwarf2/corrupt.c: Remove.
2504 * gdb.dwarf2/corrupt.exp: Use main.c.
2505 * gdb.dwarf2/dw2-bad-elf.c: Remove.
2506 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
2507 * gdb.dwarf2/dw2-icycle.c: Remove.
2508 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
2509 * gdb.dwarf2/formdata16.c: Remove.
2510 * gdb.dwarf2/formdata16.exp: Use main.c.
2511 * gdb.dwarf2/implptrconst.c: Remove.
2512 * gdb.dwarf2/implptrconst.exp: Use main.c.
2513 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
2514 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
2515 * gdb.dwarf2/opaque-type-lookup.c: Remove.
2516 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
2517
9c2412ec
TV
25182020-10-20 Tom de Vries <tdevries@suse.de>
2519
2520 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
2521 file.
2522 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
2523
0cd2ad78
TV
25242020-10-20 Tom de Vries <tdevries@suse.de>
2525
2526 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
2527 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2528 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
2529 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2530 * gdb.dwarf2/dw2-ranges.exp: Same.
2531 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2532 * gdb.dwarf2/var-access.exp: Same.
2533
22cc388e
TT
25342020-10-19 Tom Tromey <tromey@adacore.com>
2535
2536 PR tui/26719
2537 * gdb.tui/list.exp: Check source window contents after focus
2538 change.
2539
520596f2
TV
25402020-10-17 Tom de Vries <tdevries@suse.de>
2541
2542 PR symtab/26317
2543 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
2544
d1c8a76d
TV
25452020-10-17 Tom de Vries <tdevries@suse.de>
2546
2547 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
2548 as suffix.
2549 * gdb.dwarf2/atomic.c: Rename to ...
2550 * gdb.dwarf2/atomic-type.c: ... this.
2551 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
2552 * gdb.dwarf2/dw2-ranges-2.c: ... this.
2553 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
2554 * gdb.dwarf2/dw2-ranges-3.c: ... this.
2555 * gdb.dwarf2/fission-mix2.c: Rename to ...
2556 * gdb.dwarf2/fission-mix-2.c: ... this.
2557 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
2558 standard_testfile.
2559 * gdb.dwarf2/ada-valprint-error.exp: Same.
2560 * gdb.dwarf2/arr-stride.exp: Same.
2561 * gdb.dwarf2/arr-subrange.exp: Same.
2562 * gdb.dwarf2/atomic-type.exp: Same.
2563 * gdb.dwarf2/bad-regnum.exp: Same.
2564 * gdb.dwarf2/break-inline-psymtab.exp: Same.
2565 * gdb.dwarf2/clang-debug-names-2.exp: Same.
2566 * gdb.dwarf2/clang-debug-names.exp: Same.
2567 * gdb.dwarf2/comp-unit-lang.exp: Same.
2568 * gdb.dwarf2/corrupt.exp: Same.
2569 * gdb.dwarf2/count.exp: Same.
2570 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2571 * gdb.dwarf2/data-loc.exp: Same.
2572 * gdb.dwarf2/dw2-align.exp: Same.
2573 * gdb.dwarf2/dw2-bad-elf.exp: Same.
2574 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2575 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
2576 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
2577 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
2578 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2579 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
2580 * gdb.dwarf2/dw2-inline-param.exp: Same.
2581 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2582 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2583 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2584 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2585 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
2586 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
2587 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2588 * gdb.dwarf2/dw2-param-error.exp: Same.
2589 * gdb.dwarf2/dw2-ranges-base.exp: Same.
2590 * gdb.dwarf2/dw2-ranges.exp: Same.
2591 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
2592 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
2593 * gdb.dwarf2/dw4-sig-types.exp: Same.
2594 * gdb.dwarf2/dynarr-ptr.exp: Same.
2595 * gdb.dwarf2/enum-type.exp: Same.
2596 * gdb.dwarf2/fission-mix.exp: Same.
2597 * gdb.dwarf2/formdata16.exp: Same.
2598 * gdb.dwarf2/implptrconst.exp: Same.
2599 * gdb.dwarf2/implptrpiece.exp: Same.
2600 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2601 * gdb.dwarf2/main-subprogram.exp: Same.
2602 * gdb.dwarf2/method-ptr.exp: Same.
2603 * gdb.dwarf2/missing-sig-type.exp: Same.
2604 * gdb.dwarf2/nonvar-access.exp: Same.
2605 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2606 * gdb.dwarf2/shortpiece.exp: Same.
2607 * gdb.dwarf2/staticvirtual.exp: Same.
2608 * gdb.dwarf2/subrange.exp: Same.
2609 * gdb.dwarf2/symtab-producer.exp: Same.
2610 * gdb.dwarf2/typedef-void-finish.exp: Same.
2611 * gdb.dwarf2/var-access.exp: Same.
2612 * gdb.dwarf2/variant.exp: Same.
2613 * gdb.dwarf2/void-type.exp: Same.
2614 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
2615 dw2-ranges-main.c.
2616 * gdb.dwarf2/dw2-ranges-main.c: Remove.
2617
472d09c1
TV
26182020-10-16 Tom de Vries <tdevries@suse.de>
2619
2620 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
2621
afe75f6d
TV
26222020-10-16 Tom de Vries <tdevries@suse.de>
2623
2624 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
2625
8c8bd0ba
TV
26262020-10-14 Tom de Vries <tdevries@suse.de>
2627
2628 PR testsuite/26732
2629 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
2630 scenario 2.
2631 * gdb.ada/mi_catch_ex_hand.exp: Same.
2632
b75d55d4
PA
26332020-10-13 Pedro Alves <pedro@palves.net>
2634
2635 * lib/mi-support.exp (mi_clean_restart): New.
2636 (mi_run_to_main): Delete.
2637 All callers adjust to use mi_clean_restart / mi_runto_main.
2638
e777225b
PA
26392020-10-13 Pedro Alves <pedro@palves.net>
2640
2641 * config/monitor.exp: Use "list -q".
2642 * gdb.arch/gdb1558.exp: Use "break -q".
2643 * gdb.arch/i386-permbkpt.exp: Use "break -q".
2644 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
2645 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
2646 * gdb.base/commands.exp: Use "break -q".
2647 * gdb.base/condbreak.exp: Use "break -q".
2648 * gdb.base/ctf-ptype.exp: Use "list -q".
2649 * gdb.base/define.exp: Use "break -q".
2650 * gdb.base/del.exp: Use "break -q".
2651 * gdb.base/fullname.exp: Use "break -q".
2652 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
2653 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
2654 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
2655 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
2656 "hbreak -q".
2657 * gdb.base/included.exp: Use "list -q".
2658 * gdb.base/label.exp: Use "break -q".
2659 * gdb.base/lineinc.exp: Use "break -q".
2660 * gdb.base/list.exp: Use "list -q".
2661 * gdb.base/macscp.exp: Use "list -q".
2662 * gdb.base/pending.exp: Use "break -q".
2663 * gdb.base/prologue-include.exp: Use "break -q".
2664 * gdb.base/ptype.exp: Use "list -q".
2665 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
2666 * gdb.base/server-del-break.exp: Use "break -q".
2667 * gdb.base/style.exp: Use "break -q".
2668 * gdb.base/symbol-without-target_section.exp: Use "list -q".
2669 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
2670 * gdb.cp/exception.exp: Use "tbreak -q".
2671 * gdb.dwarf2/dw2-error.exp: Use "break -q".
2672 * gdb.dwarf2/fission-mix.exp: Use "break -q".
2673 * gdb.dwarf2/fission-reread.exp: Use "break -q".
2674 * gdb.dwarf2/pr13961.exp: Use "break -q".
2675 * gdb.linespec/explicit.exp: Use "list -q".
2676 * gdb.linespec/linespec.exp: Use "break -q".
2677 * gdb.mi/mi-simplerun.exp: Use "--qualified".
2678 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
2679 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
2680 * gdb.server/connect-without-multi-process.exp: Use "break -q".
2681 * gdb.trace/change-loc.exp: Use "break -q".
2682 * gdb.trace/pending.exp: Use "break -q".
2683 * gdb.tui/basic.exp: Use "list -q".
2684 * gdb.tui/list-before.exp: Use "list -q".
2685 * gdb.tui/list.exp: Use "list -q".
2686 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
2687
8abd8ee8
PA
26882020-10-13 Pedro Alves <pedro@palves.net>
2689
2690 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
2691 saved breakpoints file.
2692 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
2693 inspecting breakpoint list.
2694 * lib/gdb.exp (runto_main): Add "qualified" to options.
2695 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
2696 and handle it.
2697 (mi_runto_main): Pass 1 as qualified argument.
2698
f71e6719
PA
26992020-10-13 Pedro Alves <pedro@palves.net>
2700
2701 * lib/mi-support.exp (mi_runto_main): New proc.
2702 (mi_run_to_main): Use it.
2703 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
2704 * gdb.mi/mi-var-cmd.exp: Likewise.
2705 * gdb.mi/mi-var-invalidate.exp: Likewise.
2706 * mi-var-list-children-invalid-grandchild.exp: Likewise.
2707 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
2708 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2709 * gdb.mi/user-selected-context-sync.exp: Likewise.
2710 * gdb.opt/inline-cmds.exp: Likewise.
2711 * gdb.python/py-framefilter-mi.exp: Likewise.
2712 * gdb.python/py-mi.exp: Likewise.
2713
50441f0f
PA
27142020-10-13 Pedro Alves <pedro@palves.net>
2715
2716 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
2717 "runto main".
2718 * gdb.ada/small_reg_param.exp: Likewise.
2719 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2720 * gdb.base/annota1.exp: Likewise.
2721 * gdb.base/anon.exp: Likewise.
2722 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
2723 * gdb.base/dprintf-non-stop.exp: Likewise.
2724 * gdb.base/dprintf.exp: Likewise.
2725 * gdb.base/gdb11530.exp: Likewise.
2726 * gdb.base/gdb11531.exp: Likewise.
2727 * gdb.base/gnu_vector.exp: Likewise.
2728 * gdb.base/interrupt-noterm.exp: Likewise.
2729 * gdb.base/memattr.exp: Likewise.
2730 * gdb.base/step-over-syscall.exp: Likewise.
2731 * gdb.base/watch-cond-infcall.exp: Likewise.
2732 * gdb.base/watch-read.exp: Likewise.
2733 * gdb.base/watch-vfork.exp: Likewise.
2734 * gdb.base/watch_thread_num.exp: Likewise.
2735 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
2736 * gdb.guile/scm-frame-inline.exp: Likewise.
2737 * gdb.linespec/explicit.exp: Likewise.
2738 * gdb.opt/inline-break.exp: Likewise.
2739 * gdb.python/py-frame-inline.exp: Likewise.
2740 * gdb.reverse/break-precsave.exp: Likewise.
2741 * gdb.reverse/break-reverse.exp: Likewise.
2742 * gdb.reverse/consecutive-precsave.exp: Likewise.
2743 * gdb.reverse/consecutive-reverse.exp: Likewise.
2744 * gdb.reverse/finish-precsave.exp: Likewise.
2745 * gdb.reverse/finish-reverse.exp: Likewise.
2746 * gdb.reverse/fstatat-reverse.exp: Likewise.
2747 * gdb.reverse/getresuid-reverse.exp: Likewise.
2748 * gdb.reverse/i386-precsave.exp: Likewise.
2749 * gdb.reverse/i386-reverse.exp: Likewise.
2750 * gdb.reverse/i386-sse-reverse.exp: Likewise.
2751 * gdb.reverse/i387-env-reverse.exp: Likewise.
2752 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2753 * gdb.reverse/insn-reverse.exp: Likewise.
2754 * gdb.reverse/machinestate-precsave.exp: Likewise.
2755 * gdb.reverse/machinestate.exp: Likewise.
2756 * gdb.reverse/pipe-reverse.exp: Likewise.
2757 * gdb.reverse/readv-reverse.exp: Likewise.
2758 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2759 * gdb.reverse/rerun-prec.exp: Likewise.
2760 * gdb.reverse/s390-mvcle.exp: Likewise.
2761 * gdb.reverse/solib-precsave.exp: Likewise.
2762 * gdb.reverse/solib-reverse.exp: Likewise.
2763 * gdb.reverse/step-precsave.exp: Likewise.
2764 * gdb.reverse/step-reverse.exp: Likewise.
2765 * gdb.reverse/time-reverse.exp: Likewise.
2766 * gdb.reverse/until-precsave.exp: Likewise.
2767 * gdb.reverse/until-reverse.exp: Likewise.
2768 * gdb.reverse/waitpid-reverse.exp: Likewise.
2769 * gdb.reverse/watch-precsave.exp: Likewise.
2770 * gdb.reverse/watch-reverse.exp: Likewise.
2771 * gdb.threads/kill.exp: Likewise.
2772 * gdb.threads/tid-reuse.exp: Likewise.
2773
d3a07122
SM
27742020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2775
2776 PR gdb/26642
2777 * gdb.base/maint-target-async-off.c: New test.
2778 * gdb.base/maint-target-async-off.exp: New test.
2779
c65c6c42
AM
27802020-10-13 Alan Modra <amodra@gmail.com>
2781
2782 * gdb.arch/powerpc-altivec.s,
2783 * gdb.arch/powerpc-power7.s,
2784 * gdb.arch/powerpc-power8.s,
2785 * gdb.arch/powerpc-power9.s,
2786 * gdb.arch/powerpc-vsx.s,
2787 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
2788 * gdb.arch/powerpc-altivec.exp,
2789 * gdb.arch/powerpc-power7.exp,
2790 * gdb.arch/powerpc-power8.exp,
2791 * gdb.arch/powerpc-power9.exp,
2792 * gdb.arch/powerpc-vsx.exp,
2793 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
2794 disassembly of mfvsrd/mtvsrd.
2795
f4a0f710
AM
27962020-10-13 Alan Modra <amodra@gmail.com>
2797
2798 * gdb.arch/arm-disassembler-options.exp: Adjust expected
2799 "target architecture" output.
2800 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2801 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2802 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2803 * gdb.arch/s390-disassembler-options.exp: Likewise.
2804
87a37e5e
PA
28052020-10-12 Pedro Alves <pedro@palves.net>
2806
2807 PR exp/26602
2808 PR c++/26550
2809 * gdb.cp/ambiguous.cc (marker1): Delete.
2810 (main): Initialize all the fields of the locals. Replace marker1
2811 call with a "set breakpoint here" marker.
2812 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
2813 instead of running to marker1. Add tests printing all the
2814 variables and all the fields of the variables.
2815 (test_ambiguous): New proc, expecting the new GDB output when a
2816 field access is ambiguous. Change all "warning: X ambiguous"
2817 tests to use it.
2818
71e1b6b0
GB
28192020-10-12 Gary Benson <gbenson@redhat.com>
2820
2821 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
2822 * gdb.base/msym-bp-2.c (foo): Likewise.
2823 * gdb.base/msym-lang.c (foo): Likewise.
2824 * gdb.base/msym-lang-main.c (foo): Likewise.
2825 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
2826 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
2827 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
2828 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
2829 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
2830 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
2831 * gdb.python/py-objfile.c (static_var): Likewise.
2832 * gdb.python/py-symbol.c (rr): Likewise.
2833 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
2834 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
2835
9370fd51
AB
28362020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
2837
2838 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
2839 output of backtrace.
2840
7c184d33
TT
28412020-10-09 Tom Tromey <tromey@adacore.com>
2842
2843 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
2844 (Rec): Add field. Fix range.
2845 * gdb.ada/scalar_storage.exp: Update.
2846
3d87245c
HD
28472020-10-09 Hannes Domani <ssbssa@yahoo.de>
2848
2849 PR exp/26714
2850 * gdb.base/printcmds.exp: Add tests for void results.
2851
f5c4b229
JV
28522020-10-09 Jan Vrany <jan.vrany@labware.com>
2853
2854 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
2855 is emmited for both 'set directories' and 'directory' commands.
2856
b2701685
TT
28572020-10-08 Tom Tromey <tom@tromey.com>
2858
2859 * gdb.base/style.exp: Check that "main"'s name is styled.
2860
e86efb33
TT
28612020-10-07 Tom Tromey <tromey@adacore.com>
2862
2863 * gdb.base/find.exp: Rename some tests.
2864
30897591
GB
28652020-10-06 Gary Benson <gbenson@redhat.com>
2866
2867 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
2868 * gdb.base/list1.c (unused): Likewise.
2869
ced4a4c1
GB
28702020-10-06 Gary Benson <gbenson@redhat.com>
2871
2872 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
2873 __attribute__ ((used)).
2874 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
2875
ed3bdac4
AB
28762020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
2877
2878 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
2879 make use of regions throughout.
2880 * gdb.base/overlays.exp: Enclose string with variableds in "..",
2881 not {...}.
2882 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
2883
cd096ec8
HD
28842020-10-05 Hannes Domani <ssbssa@yahoo.de>
2885
2886 * gdb.base/call-sc.c: Fix return struct on stack test case.
2887 * gdb.base/call-sc.exp: Likewise.
2888
3ee6f75d
GB
28892020-10-02 Gary Benson <gbenson@redhat.com>
2890
2891 * README: Fix "paralell".
2892
f65825ec
GB
28932020-09-30 Gary Benson <gbenson@redhat.com>
2894
2895 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
2896 Convert directive to lowercase.
2897 (.Labbrev1_begin): Add missing label.
2898 (abbrev code 0x1): Remove DW_AT_stmt_list.
2899 (.Ldie_b): Likewise.
2900
5f278258
TT
29012020-09-27 Tom Tromey <tom@tromey.com>
2902
2903 * gdb.tui/new-layout.exp: Use with_test_prefix.
2904
8f9929bb
GR
29052020-09-26 Gareth Rees <grees@undo.io> (tiny change)
2906
2907 PR python/26586
2908 * gdb.python/python.exp: add test cases for the from_tty
2909 argument to gdb.execute.
2910
c20c017b
GB
29112020-09-25 Gary Benson <gbenson@redhat.com>
2912
2913 * gdb.base/infcall-nested-structs.exp.tcl: Add
2914 additional_flags=-Wno-tautological-compare for C++
2915 tests when compiling using Clang.
2916
68d654af
GB
29172020-09-25 Gary Benson <gbenson@redhat.com>
2918
2919 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
2920 for .c files.
2921
b551a89f
TT
29222020-09-24 Tom Tromey <tromey@adacore.com>
2923
2924 PR tui/26638:
2925 * gdb.tui/list.exp: Check output of "focus next".
2926
20a5fcbd
TT
29272020-09-23 Tom Tromey <tom@tromey.com>
2928
2929 * gdb.dwarf2/intbits.exp: New file.
2930 * gdb.dwarf2/intbits.c: New file.
2931
b167e53f
PA
29322020-09-20 Pedro Alves <pedro@palves.net>
2933
2934 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
2935 spawn_id before calling remote_close. Close secondary MI channel.
2936
dbc49e9f
PA
29372020-09-20 Pedro Alves <pedro@palves.net>
2938
2939 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
2940 fails.
2941
c8d5abea
AB
29422020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
2943
2944 * gdb.fortran/array-slices.exp: Update expected results.
2945 * gdb.fortran/class-allocatable-array.exp: Likewise.
2946 * gdb.fortran/multi-dim.exp: Likewise.
2947 * gdb.fortran/vla-type.exp: Likewise.
2948 * gdb.mi/mi-vla-fortran.exp: Likewise.
2949
14f9473c
VC
29502020-09-18 Victor Collod <vcollod@nvidia.com>
2951
2952 PR gdb/26635
2953 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
2954 compatible with i386, and move it to...
2955 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
2956 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
2957 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
2958
e8ef12b9
PA
29592020-09-18 Pedro Alves <pedro@palves.net>
2960
2961 PR gdb/26631
2962 * gdb.multi/multi-target-thread-find.exp: New file.
2963
e11daf7a
PA
29642020-09-18 Pedro Alves <pedro@palves.net>
2965
2966 * gdb.multi/multi-target-continue.exp: New file, factored out from
2967 multi-target.exp.
2968 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
2969 multi-target.exp.
2970 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
2971 multi-target.exp.
2972 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
2973 multi-target.exp.
2974 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
2975 multi-target.exp.
2976 * gdb.multi/multi-target.exp.tcl: New file, factored out from
2977 multi-target.exp.
2978 * gdb.multi/multi-target.exp: Delete.
2979
d0edc2b8
AB
29802020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2981
2982 * gdb.fortran/array-slices.exp: Add missing message data.
2983
7474326c
PA
29842020-09-17 Pedro Alves <pedro@palves.net>
2985
2986 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
2987
dd23068d
PA
29882020-09-17 Pedro Alves <pedro@palves.net>
2989
2990 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
2991 full prototype.
2992
0640a543
PA
29932020-09-17 Pedro Alves <pedro@palves.net>
2994
2995 * gdb.python/py-as-string.c: Add cast.
2996
ef0cdbc1
PA
29972020-09-17 Pedro Alves <pedro@palves.net>
2998
2999 * gdb.base/sizeof.c (fill): Add cast.
3000
3a5eeb8b
PA
30012020-09-17 Pedro Alves <pedro@palves.net>
3002
3003 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
3004
a8129512
PA
30052020-09-17 Pedro Alves <pedro@palves.net>
3006
3007 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
3008 linkage name.
3009 * gdb.base/prologue.exp: Use print /d.
3010 * gdb.base/symbol-alias.exp: Handle C++ output.
3011 * gdb.base/symbol-alias2.c: Handle C++ output.
3012 [__cplusplus] (func): Explicitly specify linkage name.
3013
a83cdcb6
PA
30142020-09-17 Pedro Alves <pedro@palves.net>
3015
3016 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
3017 (struct my_key_t): ... this. Adjust all references.
3018 (struct value_t): Rename to ...
3019 (struct my_value_t): ... this. Adjust all references.
3020 (create_map, add_map_element, create_map_map)
3021 (add_map_map_element): Add casts.
3022
d4bcee5c
PA
30232020-09-17 Pedro Alves <pedro@palves.net>
3024
3025 * gdb.python/py-framefilter-mi.c (funca): Add casts.
3026 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
3027
81f90489
PA
30282020-09-17 Pedro Alves <pedro@palves.net>
3029
3030 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
3031
0a229804
PA
30322020-09-17 Pedro Alves <pedro@palves.net>
3033
3034 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
3035 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
3036 (charfoo, intfoo): Define full prototype.
3037 * gdb.base/ptype1.c (charfoo): Define full prototype.
3038 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
3039 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
3040
c3e5138d
PA
30412020-09-17 Pedro Alves <pedro@palves.net>
3042
3043 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
3044 Don't define.
3045 (utf_32_string): Compile for both C and C++.
3046 * gdb.base/charset.exp: Use "print /d".
3047
151fdbad
PA
30482020-09-17 Pedro Alves <pedro@palves.net>
3049
3050 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
3051 (nullptr): Rename to ...
3052 (null_ptr): ... this.
3053 * gdb.base/watchpoint.exp: Adjust to rename.
3054
18a25b64
PA
30552020-09-17 Pedro Alves <pedro@palves.net>
3056
3057 * gdb.base/printcmds.c (three, flag_enum_without_zero)
3058 (three_not_flag): Add casts.
3059
11fac337
PA
30602020-09-17 Pedro Alves <pedro@palves.net>
3061
3062 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
3063 char array.
3064 (main): Add references to Barrier, TestStrings, TestStringsH and
3065 TestStringsW.
3066 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
3067 and expect a full prototype in C++.
3068
52626c58
PA
30692020-09-17 Pedro Alves <pedro@palves.net>
3070
3071 * gdb.base/nested-addr.c (main): Add cast.
3072 * gdb.base/nested-addr.exp: Use "print /d".
3073
52bb0902
PA
30742020-09-17 Pedro Alves <pedro@palves.net>
3075
3076 * gdb.base/break.exp (func): New. Use it throughout when
3077 expecting a function name.
3078
73e18ac9
PA
30792020-09-17 Pedro Alves <pedro@palves.net>
3080
3081 * gdb.base/display.exp: Issue "set print asm-demangle on".
3082
c8b18808
PA
30832020-09-17 Pedro Alves <pedro@palves.net>
3084
3085 * gdb.base/find.c: Include <string.h>.
3086 (init_bufs): Add cast.
3087 * gdb.base/find.exp: Issue "set print asm-demangle on".
3088
fe830662
TT
30892020-09-16 Tom Tromey <tromey@adacore.com>
3090
3091 PR gdb/26598:
3092 * gdb.base/skipcxx.exp: New file.
3093 * gdb.base/skipcxx.cc: New file.
3094
945ff6e2
TV
30952020-09-16 Tom de Vries <tdevries@suse.de>
3096
3097 PR testsuite/26617
3098 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
3099 WITH_DEBUG_SECTIONS is defined.
3100 (xstr, str): New macro.
3101 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
3102 to get start and size of _Dmain.
3103 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
3104 using additional_flags.
3105
da1df1db
TBA
31062020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3107
3108 * gdb.base/bp-cmds-sourced-script.c: New file.
3109 * gdb.base/bp-cmds-sourced-script.exp: New test.
3110 * gdb.base/bp-cmds-sourced-script.gdb: New file.
3111
337882d4
TV
31122020-09-16 Tom de Vries <tdevries@suse.de>
3113
3114 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
3115 get the gdb prompt after issuing "monitor exit".
3116
7361f908
TV
31172020-09-16 Tom de Vries <tdevries@suse.de>
3118
3119 PR testsuite/26624
3120 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
3121
4d91ddd3
TV
31222020-09-16 Tom de Vries <tdevries@suse.de>
3123
3124 PR testsuite/26618
3125 * gdb.tui/new-layout.exp: Escape unbalanced braces.
3126
08cc37dd
TT
31272020-09-15 Tom Tromey <tromey@adacore.com>
3128
3129 PR rust/26197:
3130 * lib/rust-support.exp (rust_llvm_version): New proc.
3131 * gdb.rust/simple.exp: Check rust_llvm_version.
3132
ee6372f2
TV
31332020-09-14 Tom de Vries <tdevries@suse.de>
3134
3135 * gdb.rust/traits.exp: Fix PATH warning.
3136
dc3a371e
PA
31372020-09-13 Pedro Alves <pedro@palves.net>
3138
3139 * gdb.base/catch-follow-exec.c (main): Add explicit return
3140 statement.
3141 * gdb.base/catch-signal.c (main): Likewise.
3142 * gdb.base/condbreak-call-false.c (main): Likewise.
3143 * gdb.base/consecutive.c (main): Add explicit return
3144 statement and return type.
3145 * gdb.base/cursal.c (main): Add explicit return statement.
3146 * gdb.base/cvexpr.c (main): Likewise.
3147 * gdb.base/display.c (main): Add explicit return statement and
3148 return type.
3149 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
3150 * gdb.base/endianity.c (main): Likewise.
3151 * gdb.base/execd-prog.c (main): Likewise.
3152 * gdb.base/gdb1090.c (main): Likewise.
3153 * gdb.base/info_qt.c (main): Likewise.
3154 * gdb.base/lineinc.c (main): Likewise.
3155 * gdb.base/load-command.c (main): Likewise.
3156 * gdb.base/macscp1.c (main): Likewise.
3157 * gdb.base/pr10179-a.c (main): Likewise.
3158 * gdb.base/quit-live.c (main): Likewise.
3159 * gdb.base/scope0.c (main): Likewise.
3160 * gdb.base/settings.c (main): Likewise.
3161 * gdb.base/stack-checking.c (main): Return int.
3162 * gdb.base/varargs.c (main): Add explicit return statement.
3163 * gdb.cp/ambiguous.cc (main): Likewise.
3164 * gdb.cp/anon-struct.cc (main): Likewise.
3165 * gdb.cp/anon-union.cc (main): Likewise.
3166 * gdb.cp/bool.cc (main): Likewise.
3167 * gdb.cp/bs15503.cc (main): Likewise.
3168 * gdb.cp/cplusfuncs.cc (main): Likewise.
3169 * gdb.cp/cttiadd.cc (main): Likewise.
3170 * gdb.cp/extern-c.cc (main): Likewise.
3171 * gdb.cp/filename.cc (main): Likewise.
3172 * gdb.cp/formatted-ref.cc (main): Likewise.
3173 * gdb.cp/mb-ctor.cc (main): Likewise.
3174 * gdb.cp/member-ptr.cc (main): Likewise.
3175 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
3176 * gdb.cp/overload-const.cc (main): Likewise.
3177 * gdb.cp/paren-type.cc (main): Likewise.
3178 * gdb.cp/parse-lang.cc (main): Likewise.
3179 * gdb.cp/pr-1023.cc (main): Likewise.
3180 * gdb.cp/psmang1.cc (main): Likewise.
3181 * gdb.cp/readnow-language.cc (main): Likewise.
3182 * gdb.cp/ref-params.cc (main): Likewise.
3183 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
3184 * gdb.cp/virtbase2.cc (main): Likewise.
3185 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
3186 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
3187 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
3188 * gdb.mi/mi-console.c (main): Likewise.
3189 * gdb.mi/mi-read-memory.c (main): Likewise.
3190 * gdb.modula2/multidim.c (main): Likewise.
3191 * gdb.opt/inline-small-func.c (main): Likewise.
3192 * gdb.python/py-rbreak.c (main): Likewise.
3193 * gdb.stabs/exclfwd1.c (main): Likewise.
3194 * gdb.trace/qtro.c (main): Likewise.
3195
af26601c
PA
31962020-09-13 Pedro Alves <pedro@palves.net>
3197
3198 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
3199 instead of getenv.
3200
2f4b83cd
PA
32012020-09-13 Pedro Alves <pedro@palves.net>
3202
3203 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
3204 instead of spawning GDB with remote_spawn.
3205 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
3206 gdb_spawn instead of spawning GDB with remote_spawn.
3207
c49da0e4
PA
32082020-09-13 Pedro Alves <pedro@palves.net>
3209
3210 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
3211 file and add calls to first and second.
3212 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
3213 add call to f.
3214
6791b117
PA
32152020-09-13 Pedro Alves <pedro@palves.net>
3216
3217 * gdb.mi/mi-break-qualified.cc: New file.
3218 * gdb.mi/mi-break-qualified.exp: New file.
3219 * lib/mi-support.exp (mi_create_breakpoint_multi)
3220 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
3221 procedures.
3222 (mi_create_breakpoint_1): New, factored out from
3223 mi_create_breakpoint.
3224
3b8d4c5c
PA
32252020-09-13 Pedro Alves <pedro@palves.net>
3226
3227 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
3228 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
3229 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
3230 (register_class): Delete.
3231 (main): Don't call register_class.
3232
d5f96005
PA
32332020-09-13 Pedro Alves <pedro@palves.net>
3234
3235 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
3236 (do_tests): Remove "calling method for small class" test.
3237 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
3238 (register_class): Delete.
3239 (main): Don't call register_class.
3240 * gdb.cp/call-method-register.exp: New file, based on bits removed
3241 from classes.exp.
3242 * gdb.cp/call-method-register.cc: New file, based on bits removed
3243 from classes.cc.
3244
77f2120b
PA
32452020-09-13 Pedro Alves <pedro@palves.net>
3246
3247 * gdb.base/msym-bp-2.c: New.
3248 * gdb.base/msym-bp-shl-lib.c: New file.
3249 * gdb.base/msym-bp-shl-main-2.c: New file.
3250 * gdb.base/msym-bp-shl-main.c: New file.
3251 * gdb.base/msym-bp-shl.exp: New file.
3252 * gdb.base/msym-bp.c: New file.
3253 * gdb.base/msym-bp.exp: New file.
3254
32aea73e
JB
32552020-09-13 Joel Brobecker <brobecker@adacore.com>
3256
3257 * gdb.base/default.exp: Change $_gdb_major to 11.
3258
2a67f09d
FW
32592020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
3260 Felix Willgerodt <Felix.Willgerodt@intel.com>
3261
3262 * x86-avx512bf16.c: New file.
3263 * x86-avx512bf16.exp: Likewise.
3264 * lib/gdb.exp (skip_avx512bf16_tests): New function.
3265
ad570dd7
TV
32662020-09-11 Tom de Vries <tdevries@suse.de>
3267
3268 PR exp/26602
3269 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
3270
a56f7391
TBA
32712020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3272
3273 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
3274
918619e5
AM
32752020-09-10 Alan Modra <amodra@gmail.com>
3276
3277 PR 26597
3278 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
3279
cac1e71d
TV
32802020-09-08 Tom de Vries <tdevries@suse.de>
3281
3282 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
3283 after gdb_starti_cmd.
3284
c5cd900e
AKS
32852020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3286
3287 * lib/fortran.exp (fortran_complex8): New proc.
3288 (fortran_complex16): New proc.
3289 * gdb.fortran/complex.exp: Use routines from fortran.exp
3290 * gdb.fortran/pointer-to-pointer.exp: Likewise.
3291 * gdb.fortran/vla-ptr-info.exp: Likewise.
3292
8f5c6526
TV
32932020-09-03 Tom de Vries <tdevries@suse.de>
3294
3295 PR breakpoint/26546
3296 * gdb.base/label-without-address.exp: Runto main first.
3297
02c6f3f1
TT
32982020-09-02 Tom Tromey <tromey@adacore.com>
3299
3300 * gdb.ada/mi_var_access.exp: Test children of access variable.
3301 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
3302 * gdb.ada/mi_var_array.exp: Update.
3303
efe24f05
KB
33042020-08-31 Kevin Buettner <kevinb@redhat.com>
3305
3306 * gdb.base/corefile.exp (warning-free): XFAIL test when running
3307 on docker w/ AUFS storage driver.
3308
973695d6
KB
33092020-08-31 Kevin Buettner <kevinb@redhat.com>
3310
3311 * gdb.base/corefile2.exp (renamed binfile): New tests.
3312
f3bd50f1
SM
33132020-08-31 Simon Marchi <simon.marchi@efficios.com>
3314
3315 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
3316
22b9b4b0
SL
33172020-08-31 Simon Marchi <simon.marchi@efficios.com>
3318
3319 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
3320 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
3321
8efaf6b3
SM
33222020-08-31 Simon Marchi <simon.marchi@efficios.com>
3323
3324 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
3325 output, printing a "not saved" value from history and printing a
3326 convenience variable created from a "not saved" value.
3327
e840f2e3
TV
33282020-08-31 Tom de Vries <tdevries@suse.de>
3329
3330 * gdb.base/eh_return.exp: Use nopie.
3331
8f57f343
PA
33322020-08-28 Pedro Alves <pedro@palves.net>
3333
3334 * gdb.base/advance-until-multiple-locations.exp
3335 (advance_overload, until_overload): Adjust to match the
3336 frame/function header instead of the source line text.
3337
626d2320
TV
33382020-08-28 Tom de Vries <tdevries@suse.de>
3339
3340 * gdb.base/label-without-address.c: New test.
3341 * gdb.base/label-without-address.exp: New file.
3342
df631783
PA
33432020-08-27 Pedro Alves <pedro@palves.net>
3344
3345 PR gdb/26523
3346 PR gdb/26524
3347 * gdb.base/advance-until-multiple-locations.cc: New.
3348 * gdb.base/advance-until-multiple-locations.exp: New.
3349
48b076bb
SM
33502020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
3351
3352 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
3353
c2015ce4
AB
33542020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3355
3356 * gdb.arch/amd64-byte.exp: Make test names unique, use
3357 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3358 * gdb.arch/amd64-dword.exp: Likewise.
3359 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
3360 * gdb.arch/amd64-stap-special-operands.exp: Make test names
3361 unique.
3362 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
3363 * gdb.arch/amd64-word.exp: Make test names unique, use
3364 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
3365 * gdb.arch/i386-byte.exp: Make test names unique, use
3366 gdb_breakpoint.
3367 * gdb.arch/i386-word.exp: Likewise.
3368
995d3a19
SV
33692020-08-25 Shahab Vahedi <shahab@synopsys.com>
3370
3371 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
3372
8cac2b31
SM
33732020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
3374
3375 PR gdb/26532
3376 * gdb.threads/stepi-random-signal.exp: Update pattern.
3377
2bc19622
SM
33782020-08-25 Simon Marchi <simon.marchi@efficios.com>
3379
3380 PR gdb/26532
3381 * gdb.base/ui-redirect.exp: Update pattern.
3382
b04aa1fc
GB
33832020-08-25 Gary Benson <gbenson@redhat.com>
3384
3385 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
3386 when compiling with clang.
8571e9c8 3387 * gdb.dwarf2/dw2-restore.exp: Likewise.
b04aa1fc 3388
9f68b453
GB
33892020-08-25 Gary Benson <gbenson@redhat.com>
3390
3391 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
3392 Add additional_flags=-Wno-inaccessible-base when compiling
3393 with GCC >= 10.1 or clang. Add additional_flags=-w when
3394 compiling with GCC < 10.
3395
3945d2d7
GM
33962020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
3397
3398 PR m2/26372
fc5d6901
SM
3399 * gdb.modula2/multidim.c: New file.
3400 * gdb.modula2/multidim.exp: New file.
3945d2d7 3401
60122dbe
SM
34022020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
3403
3404 * lib/gdb.exp (runto): Always emit fail on internal error.
3405
1eb8556f
SM
34062020-08-24 Simon Marchi <simon.marchi@efficios.com>
3407
3408 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
3409 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
3410 Likewise.
3411 * gdb.threads/stepi-random-signal.exp: Likewise.
3412
33bf4c5c
TBA
34132020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3414
3415 * gdb.base/print-file-var.exp: Fix typo "breapoint".
3416 * gdb.trace/strace.exp: Ditto.
3417
c2fd7fae
AKS
34182020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3419
3420 * gdb.fortran/vla-type.exp: Skip commands not required for
3421 the Flang compiled binaries after prologue fix.
3422
326afb72
TT
34232020-08-17 Tom de Vries <tdevries@suse.de>
3424 Tom Tromey <tromey@adacore.com>
3425
3426 PR rust/26197:
3427 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
3428
3ae7ab99
TT
34292020-08-17 Tom Tromey <tromey@adacore.com>
3430
3431 * gdb.ada/mi_var_access.exp: New file.
3432 * gdb.ada/mi_var_access/mi_access.adb: New file.
3433 * gdb.ada/mi_var_access/pck.adb: New file.
3434 * gdb.ada/mi_var_access/pck.ads: New file.
3435
f569c1c5
TV
34362020-08-16 Tom de Vries <tdevries@suse.de>
3437
3438 PR gdb/25350
3439 * gdb.base/eh_return.c: New test.
3440 * gdb.base/eh_return.exp: New file.
3441
3d11c30a
TV
34422020-08-15 Tom de Vries <tdevries@suse.de>
3443
3444 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
3445 (mixed_func_1d_): Use fortran_charlen_t in decl.
3446
547ce8f0
TV
34472020-08-15 Tom de Vries <tdevries@suse.de>
3448
3449 PR backtrace/26390
3450 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
3451 Update expected pattern.
3452
a54a7f13
PA
34532020-08-13 Pedro Alves <pedro@palves.net>
3454
3455 * gdb.fortran/complex.exp: Check skip_fortran_tests.
3456 * gdb.fortran/library-module.exp: Likewise.
3457 * gdb.fortran/logical.exp: Likewise.
3458 * gdb.fortran/module.exp: Likewise.
3459 * gdb.fortran/print_type.exp: Likewise.
3460 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
3461 * gdb.fortran/vla-datatypes.exp: Likewise.
3462 * gdb.fortran/vla-history.exp: Likewise.
3463 * gdb.fortran/vla-ptr-info.exp: Likewise.
3464 * gdb.fortran/vla-ptype-sub.exp: Likewise.
3465 * gdb.fortran/vla-ptype.exp: Likewise.
3466 * gdb.fortran/vla-sizeof.exp: Likewise.
3467 * gdb.fortran/vla-type.exp: Likewise.
3468 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
3469 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
3470 * gdb.fortran/vla-value-sub.exp: Likewise.
3471 * gdb.fortran/vla-value.exp: Likewise.
3472
7a82e903
PA
34732020-08-13 Pedro Alves <pedro@palves.net>
3474
3475 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
3476 * gdb.ada/access_to_packed_array.exp: Likewise.
3477 * gdb.ada/access_to_unbounded_array.exp: Likewise.
3478 * gdb.ada/addr_arith.exp: Likewise.
3479 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
3480 * gdb.ada/arr_arr.exp: Likewise.
3481 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
3482 * gdb.ada/array_bounds.exp: Likewise.
3483 * gdb.ada/array_of_variable_length.exp: Likewise.
3484 * gdb.ada/array_ptr_renaming.exp: Likewise.
3485 * gdb.ada/array_subscript_addr.exp: Likewise.
3486 * gdb.ada/arraydim.exp: Likewise.
3487 * gdb.ada/arrayparam.exp: Likewise.
3488 * gdb.ada/arrayptr.exp: Likewise.
3489 * gdb.ada/assign_1.exp: Likewise.
3490 * gdb.ada/assign_arr.exp: Likewise.
3491 * gdb.ada/atomic_enum.exp: Likewise.
3492 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3493 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
3494 * gdb.ada/bias.exp: Likewise.
3495 * gdb.ada/boolean_expr.exp: Likewise.
3496 * gdb.ada/bp_c_mixed_case.exp: Likewise.
3497 * gdb.ada/bp_enum_homonym.exp: Likewise.
3498 * gdb.ada/bp_inlined_func.exp: Likewise.
3499 * gdb.ada/bp_on_var.exp: Likewise.
3500 * gdb.ada/bp_range_type.exp: Likewise.
3501 * gdb.ada/bp_reset.exp: Likewise.
3502 * gdb.ada/call_pn.exp: Likewise.
3503 * gdb.ada/catch_assert_if.exp: Likewise.
3504 * gdb.ada/catch_ex.exp: Likewise.
3505 * gdb.ada/catch_ex_std.exp: Likewise.
3506 * gdb.ada/char_enum.exp: Likewise.
3507 * gdb.ada/char_param.exp: Likewise.
3508 * gdb.ada/complete.exp: Likewise.
3509 * gdb.ada/cond_lang.exp: Likewise.
3510 * gdb.ada/convvar_comp.exp: Likewise.
3511 * gdb.ada/dgopt.exp: Likewise.
3512 * gdb.ada/disc_arr_bound.exp: Likewise.
3513 * gdb.ada/display_nested.exp: Likewise.
3514 * gdb.ada/dot_all.exp: Likewise.
3515 * gdb.ada/dyn_loc.exp: Likewise.
3516 * gdb.ada/dyn_stride.exp: Likewise.
3517 * gdb.ada/excep_handle.exp: Likewise.
3518 * gdb.ada/expr_delims.exp: Likewise.
3519 * gdb.ada/expr_with_funcall.exp: Likewise.
3520 * gdb.ada/exprs.exp: Likewise.
3521 * gdb.ada/fin_fun_out.exp: Likewise.
3522 * gdb.ada/fixed_cmp.exp: Likewise.
3523 * gdb.ada/formatted_ref.exp: Likewise.
3524 * gdb.ada/frame_arg_lang.exp: Likewise.
3525 * gdb.ada/frame_args.exp: Likewise.
3526 * gdb.ada/fullname_bp.exp: Likewise.
3527 * gdb.ada/fun_addr.exp: Likewise.
3528 * gdb.ada/fun_in_declare.exp: Likewise.
3529 * gdb.ada/fun_overload_menu.exp: Likewise.
3530 * gdb.ada/fun_renaming.exp: Likewise.
3531 * gdb.ada/funcall_char.exp: Likewise.
3532 * gdb.ada/funcall_param.exp: Likewise.
3533 * gdb.ada/funcall_ptr.exp: Likewise.
3534 * gdb.ada/funcall_ref.exp: Likewise.
3535 * gdb.ada/homonym.exp: Likewise.
3536 * gdb.ada/info_addr_mixed_case.exp: Likewise.
3537 * gdb.ada/info_auto_lang.exp: Likewise.
3538 * gdb.ada/info_exc.exp: Likewise.
3539 * gdb.ada/info_types.exp: Likewise.
3540 * gdb.ada/int_deref.exp: Likewise.
3541 * gdb.ada/interface.exp: Likewise.
3542 * gdb.ada/iwide.exp: Likewise.
3543 * gdb.ada/lang_switch.exp: Likewise.
3544 * gdb.ada/length_cond.exp: Likewise.
3545 * gdb.ada/maint_with_ada.exp: Likewise.
3546 * gdb.ada/mi_catch_assert.exp: Likewise.
3547 * gdb.ada/mi_catch_ex.exp: Likewise.
3548 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
3549 * gdb.ada/mi_dyn_arr.exp: Likewise.
3550 * gdb.ada/mi_ex_cond.exp: Likewise.
3551 * gdb.ada/mi_exc_info.exp: Likewise.
3552 * gdb.ada/mi_interface.exp: Likewise.
3553 * gdb.ada/mi_prot.exp: Likewise.
3554 * gdb.ada/mi_ref_changeable.exp: Likewise.
3555 * gdb.ada/mi_string_access.exp: Likewise.
3556 * gdb.ada/mi_task_arg.exp: Likewise.
3557 * gdb.ada/mi_task_info.exp: Likewise.
3558 * gdb.ada/mi_var_array.exp: Likewise.
3559 * gdb.ada/mi_var_union.exp: Likewise.
3560 * gdb.ada/mi_variant.exp: Likewise.
3561 * gdb.ada/minsyms.exp: Likewise.
3562 * gdb.ada/mod_from_name.exp: Likewise.
3563 * gdb.ada/nested.exp: Likewise.
3564 * gdb.ada/null_array.exp: Likewise.
3565 * gdb.ada/optim_drec.exp: Likewise.
3566 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
3567 * gdb.ada/packed_array_assign.exp: Likewise.
3568 * gdb.ada/packed_tagged.exp: Likewise.
3569 * gdb.ada/pp-rec-component.exp: Likewise.
3570 * gdb.ada/print_chars.exp: Likewise.
3571 * gdb.ada/print_pc.exp: Likewise.
3572 * gdb.ada/ptr_typedef.exp: Likewise.
3573 * gdb.ada/ptype_arith_binop.exp: Likewise.
3574 * gdb.ada/ptype_array.exp: Likewise.
3575 * gdb.ada/ptype_field.exp: Likewise.
3576 * gdb.ada/ptype_tagged_param.exp: Likewise.
3577 * gdb.ada/ptype_union.exp: Likewise.
3578 * gdb.ada/py_range.exp: Likewise.
3579 * gdb.ada/py_taft.exp: Likewise.
3580 * gdb.ada/rdv_wait.exp: Likewise.
3581 * gdb.ada/rec_comp.exp: Likewise.
3582 * gdb.ada/rec_return.exp: Likewise.
3583 * gdb.ada/ref_param.exp: Likewise.
3584 * gdb.ada/ref_tick_size.exp: Likewise.
3585 * gdb.ada/rename_subscript_param.exp: Likewise.
3586 * gdb.ada/repeat_dyn.exp: Likewise.
3587 * gdb.ada/same_component_name.exp: Likewise.
3588 * gdb.ada/same_enum.exp: Likewise.
3589 * gdb.ada/scalar_storage.exp: Likewise.
3590 * gdb.ada/set_wstr.exp: Likewise.
3591 * gdb.ada/small_reg_param.exp: Likewise.
3592 * gdb.ada/str_binop_equal.exp: Likewise.
3593 * gdb.ada/str_ref_cmp.exp: Likewise.
3594 * gdb.ada/str_uninit.exp: Likewise.
3595 * gdb.ada/sub_variant.exp: Likewise.
3596 * gdb.ada/sym_print_name.exp: Likewise.
3597 * gdb.ada/taft_type.exp: Likewise.
3598 * gdb.ada/tagged.exp: Likewise.
3599 * gdb.ada/tagged_access.exp: Likewise.
3600 * gdb.ada/task_bp.exp: Likewise.
3601 * gdb.ada/task_switch_in_core.exp: Likewise.
3602 * gdb.ada/tasks.exp: Likewise.
3603 * gdb.ada/tick_last_segv.exp: Likewise.
3604 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
3605 * gdb.ada/type_coercion.exp: Likewise.
3606 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
3607 * gdb.ada/unchecked_union.exp: Likewise.
3608 * gdb.ada/uninitialized_vars.exp: Likewise.
3609 * gdb.ada/var_arr_attrs.exp: Likewise.
3610 * gdb.ada/var_arr_typedef.exp: Likewise.
3611 * gdb.ada/var_rec_arr.exp: Likewise.
3612 * gdb.ada/variant-record.exp: Likewise.
3613 * gdb.ada/variant.exp: Likewise.
3614 * gdb.ada/variant_record_packed_array.exp: Likewise.
3615 * gdb.ada/varsize_limit.exp: Likewise.
3616 * gdb.ada/whatis_array_val.exp: Likewise.
3617 * gdb.ada/widewide.exp: Likewise.
3618 * gdb.ada/win_fu_syms.exp: Likewise.
3619
36202020-08-12 Gary Benson <gbenson@redhat.com>
c0ab14ae
GB
3621
3622 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
3623
10c381b5
AB
36242020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
3625
3626 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
3627 unset the array variable.
3628
8f34b746
TV
36292020-08-03 Tom de Vries <tdevries@suse.de>
3630
3631 PR symtab/26333
3632 * lib/dwarf.exp (DW_LNE_user): New proc.
3633 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
3634 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
3635
0245e136
KB
36362020-07-31 Kevin Buettner <kevinb@redhat.com>
3637
3638 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
3639 to 'uintptr_t'
3640 (inttypes.h): Include.
3641
9ef1ec5d
KB
36422020-07-31 Kevin Buettner <kevinb@redhat.com>
3643
3644 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
3645 (C5_24k): Delete.
3646 (C5_8k, C5_64k, C5_256k): New macros.
3647 (buf_ro): Allocate 256 KiB of initialized data.
3648
4c55e970
TBA
36492020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3650
3651 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
3652 that attempt to overwrite an existing condition with a condition
3653 that fails parsing and also with a condition that parses fine
3654 but contains junk at the end.
3655
1e620590
TBA
36562020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3657
3658 * gdb.base/condbreak-bad.c: New test.
3659 * gdb.base/condbreak-bad.exp: New file.
3660
e12dcc50
TV
36612020-07-30 Tom de Vries <tdevries@suse.de>
3662
3663 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
3664 out of ...
3665 (GDBInfoModuleSymbols::check_entry): ... here.
3666 (GDBInfoModuleSymbols::check_optional_entry): New proc.
3667 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
3668 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
3669
6cc64caa
TV
36702020-07-30 Tom de Vries <tdevries@suse.de>
3671
3672 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
3673 "__class_some_module_Number_t" optional.
3674
90fd07fc
TV
36752020-07-29 Tom de Vries <tdevries@suse.de>
3676
3677 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
3678 multiple locations.
3679
f5c79e97
TV
36802020-07-29 Tom de Vries <tdevries@suse.de>
3681
3682 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
3683 rather than function name.
3684
f75a0693
AB
36852020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3686
3687 PR symtab/26270:
3688 * gdb.cp/disasm-func-name.cc: New file.
3689 * gdb.cp/disasm-func-name.exp: New file.
3690
4888741a
TT
36912020-07-28 Tom Tromey <tromey@adacore.com>
3692
3693 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
3694 'varval' location.
3695
43d5901d
AB
36962020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3697
3698 * gdb.python/py-unwind.py: Update to make use of a register
3699 descriptor.
3700
14fa8fb3
AB
37012020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3702
3703 * gdb.python/py-arch-reg-names.exp: Add additional tests.
3704
e79eb02f
AB
37052020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
3706
3707 PR fortran/23051
3708 PR fortran/26139
3709 * gdb.fortran/class-allocatable-array.exp: New file.
3710 * gdb.fortran/class-allocatable-array.f90: New file.
3711 * gdb.fortran/pointer-to-pointer.exp: New file.
3712 * gdb.fortran/pointer-to-pointer.f90: New file.
3713
876518dd
TV
37142020-07-25 Tom de Vries <tdevries@suse.de>
3715
3716 PR symtab/26243
3717 * gdb.dwarf2/dw2-line-number-zero.c: New test.
3718 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
3719
6dcfb80a
TV
37202020-07-24 Tom de Vries <tdevries@suse.de>
3721
3722 PR testsuite/26293
3723 * gdb.ada/mi_prot.exp: Require gnatmake-8.
3724
e7bc9db8
PA
37252020-07-23 Pedro Alves <pedro@palves.net>
3726
3727 * gdb.server/server-kill.exp (prepare): New, factored out from the
3728 top level.
3729 (kill_server): New.
3730 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
3731 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
3732
78344df7
AB
37332020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
3734
3735 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
3736
25dfed24
SL
37372020-07-22 Sandra Loosemore <sandra@codesourcery.com>
3738
3739 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
3740 Initialize to empty string at top level.
3741 (gdb_wrapper_init): Revert check for file existence on build.
3742 Build the wrapper in its default place, not a build-specific
3743 location. When host == build, make the pathname absolute.
3744 (gdb_compile): Delete leftover declaration of
3745 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
3746 string instead of uninitialized.
3747
7da515fd
KB
37482020-07-22 Kevin Buettner <kevinb@redhat.com>
3749
3750 * gdb.base/corefile2.exp: New file.
3751 * gdb.base/coremaker2.exp: New file.
3752
9c5ec5c2
KB
37532020-07-22 Kevin Buettner <kevinb@redhat.com>
3754
3755 * gdb.base/coredump-filter.exp: Add second
3756 non-Private-Shared-Anon-File test.
3757 (test_disasm): Rename binfile for test which is expected
3758 to fail.
3759
f9e233c9
KB
37602020-07-22 Kevin Buettner <kevinb@redhat.com>
3761
3762 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
3763 data in core file".
3764 * gdb.base/coremaker.c (buf2ro): New global.
3765 (mmapdata): Add a read-only mmap mapping.
3766
94c265d7
KB
37672020-07-22 Kevin Buettner <kevinb@redhat.com>
3768
3769 PR corefiles/25631
3770 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
3771 New test.
3772 * gdb.base/coremaker.c (buf3): New global.
3773 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
3774 flags.
3775
37762020-07-22 Kevin Buettner <kevinb@redhat.com>
678c7a56
KB
3777
3778 * gdb.base/coremaker.c (filler_ro): New global constant.
3779
32fa152e
TT
37802020-07-22 Tom Tromey <tromey@adacore.com>
3781
3782 * gdb.ada/mi_prot.exp: New file.
3783 * gdb.ada/mi_prot/pkg.adb: New file.
3784 * gdb.ada/mi_prot/pkg.ads: New file.
3785 * gdb.ada/mi_prot/prot.adb: New file.
3786
c8474dc3
TBA
37872020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3788
3789 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
3790 loads two JITers.
3791
baf8791e
AB
37922020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
3793
3794 * gdb.python/py-arch-reg-groups.exp: Additional tests.
3795
f7306dac
AB
37962020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
3797
3798 * gdb.python/py-arch-reg-names.exp: Additional tests.
3799
6d3d6e4b
TV
38002020-07-21 Tom de Vries <tdevries@suse.de>
3801
3802 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
3803 breakpoint locations".
3804 * gdb.reverse/solib-reverse.exp: Same.
3805
803d0592
TV
38062020-07-21 Tom de Vries <tdevries@suse.de>
3807
3808 * gdb.reverse/step-reverse.c (callee): Merge statements.
3809
e9bdc510
TV
38102020-07-21 Tom de Vries <tdevries@suse.de>
3811
3812 * gdb.fortran/info-modules.exp (info module variables): Allow missing
3813 line numbers for some variables.
3814
f0f9e75a
TV
38152020-07-21 Tom de Vries <tdevries@suse.de>
3816
3817 * gdb.opt/inline-locals.c (init_array): New func.
3818 (func1): Use init_array.
3819 * gdb.opt/inline-locals.exp: Update pattern.
3820
bd460ecb
TV
38212020-07-21 Tom de Vries <tdevries@suse.de>
3822
3823 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
3824 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
3825
ae5369e7
LC
38262020-07-20 Ludovic Courtès <ludo@gnu.org>
3827
3828 * gdb.guile/source2.scm: Add #f first argument to 'format'.
3829 * gdb.guile/types-module.exp: Remove "ERROR:" from
3830 regexps since Guile 3.0 no longer prints that.
3831
68cf161c
LC
38322020-07-20 Ludovic Courtès <ludo@gnu.org>
3833
3834 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
3835 error regexp to match on Guile 2.2.
3836
c14b4913
GB
38372020-07-20 Gary Benson <gbenson@redhat.com>
3838
3839 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
3840 with clang.
3841
b243ba58
TV
38422020-07-20 Tom de Vries <tdevries@suse.de>
3843
3844 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
3845 (omp_set_lock_in_order): New function.
3846 (single_scope, multi_scope, nested_func, nested_parallel): Use
3847 omp_set_lock_in_order and omp_unset_lock.
3848 (main): Init and destroy lock and lock2.
3849
c06ad8b5
TV
38502020-07-20 Tom de Vries <tdevries@suse.de>
3851
3852 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
3853
6e22f117
TV
38542020-07-20 Tom de Vries <tdevries@suse.de>
3855
3856 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
3857
33176ea7
TV
38582020-07-17 Tom de Vries <tdevries@suse.de>
3859
3860 * gdb.base/valgrind-infcall-2.c: New test.
3861 * gdb.base/valgrind-infcall-2.exp: New file.
3862 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
3863
90c3ec2d
TV
38642020-07-17 Tom de Vries <tdevries@suse.de>
3865
3866 * gdb.dlang/circular.c (found): Use found_label as label name.
3867 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
3868 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
3869 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
3870 * gdb.dwarf2/ada-linkage-name.exp: Same.
3871 * gdb.dwarf2/arr-subrange.exp: Same.
3872 * gdb.dwarf2/atomic-type.exp: Same.
3873 * gdb.dwarf2/comp-unit-lang.exp: Same.
3874 * gdb.dwarf2/cpp-linkage-name.exp: Same.
3875 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
3876 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
3877 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
3878 * gdb.dwarf2/implptr-64bit.exp: Same.
3879 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
3880 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
3881 * gdb.dwarf2/imported-unit.exp: Same.
3882 * gdb.dwarf2/main-subprogram.exp: Same.
3883 * gdb.dwarf2/missing-type-name.exp: Same.
3884 * gdb.dwarf2/nonvar-access.exp: Same.
3885 * gdb.dwarf2/struct-with-sig.exp: Same.
3886 * gdb.dwarf2/typedef-void-finish.exp: Same.
3887 * gdb.dwarf2/void-type.exp: Same.
3888
10da644d
TV
38892020-07-17 Tom de Vries <tdevries@suse.de>
3890
3891 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
3892 src parameter.
3893 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
3894 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
3895 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
3896 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
3897 * gdb.dwarf2/dwz.exp: Same.
3898 * gdb.dwarf2/implptr-optimized-out.exp: Same.
3899 * gdb.dwarf2/implref-array.exp: Same.
3900 * gdb.dwarf2/implref-const.exp: Same.
3901 * gdb.dwarf2/implref-global.exp: Same.
3902 * gdb.dwarf2/implref-struct.exp: Same.
3903 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
3904 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3905 * gdb.dwarf2/var-access.exp: Same.
3906 * gdb.dwarf2/varval.exp: Same.
3907 * gdb.trace/entry-values.exp: Same.
3908
315e6afc
TV
39092020-07-17 Tom de Vries <tdevries@suse.de>
3910
3911 * lib/dwarf.exp (Dwarf::extern): Remove.
3912 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
3913 * gdb.dlang/circular.exp: Same.
3914 * gdb.dwarf2/comp-unit-lang.exp: Same.
3915 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
3916 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
3917 * gdb.dwarf2/dwz.exp: Same.
3918 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
3919 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
3920 * gdb.dwarf2/imported-unit.exp: Same.
3921 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3922
5597c940
SL
39232020-07-16 Sandra Loosemore <sandra@codesourcery.com>
3924
3925 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
3926 Use double quotes instead of single quotes.
3927
d0ce17d8
CT
39282020-07-16 Caroline Tice <cmtice@google.com>
3929
3930 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
3931 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
3932
853772cc
TV
39332020-07-16 Tom de Vries <tdevries@suse.de>
3934
3935 * lib/dwarf.exp (program): Initialize _line.
3936 (DW_LNE_end_sequence): Reinitialize _line.
3937 (DW_LNS_advance_line): Update _line.
3938 (line): New proc.
3939 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
3940 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
3941 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
3942 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
3943 * gdb.dwarf2/dw2-is-stmt.exp: Same.
3944 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3945
fe07b572
AB
39462020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3947
3948 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
3949 generic.
3950
52781cce
TV
39512020-07-15 Tom de Vries <tdevries@suse.de>
3952
3953 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
3954 is_amd64_regs_target.
3955
3dcc261c
AB
39562020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3957
3958 * gdb.fortran/ptype-on-functions.exp: Add more tests.
3959 * gdb.fortran/ptype-on-functions.f90: Likewise.
3960
054a0959
SM
39612020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
3962
3963 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
3964 values in documentation for addr_size to 4 and 8.
3965
ccb9eba6
AB
39662020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
3967
3968 * gdb.arch/amd64-osabi.exp: Update.
3969 * gdb.arch/arm-disassembler-options.exp: Update.
3970 * gdb.arch/powerpc-disassembler-options.exp: Update.
3971 * gdb.arch/ppc64-symtab-cordic.exp: Update.
3972 * gdb.arch/s390-disassembler-options.exp: Update.
3973 * gdb.base/all-architectures.exp.tcl: Update.
3974 * gdb.base/attach-pie-noexec.exp: Update.
3975 * gdb.base/catch-syscall.exp: Update.
3976 * gdb.xml/tdesc-arch.exp: Update.
3977
025a39a7
TV
39782020-07-14 Tom de Vries <tdevries@suse.de>
3979
3980 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
3981 (local_gettid): ... this.
3982 (fn): Update.
3983
74e4b667
SL
39842020-07-13 Sandra Loosemore <sandra@codesourcery.com>
3985
3986 * gdb.base/info_sources.exp: Skip directory match tests on
3987 remote hosts.
3988
f413dd74
GB
39892020-07-13 Gary Benson <gbenson@redhat.com>
3990
3991 * gdb.base/savedregs.exp (caller): Use parentheses to
3992 make expected expression evaluation ordering explicit.
3993
915771bb
GB
39942020-07-13 Gary Benson <gbenson@redhat.com>
3995
3996 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
3997
2a122642
GB
39982020-07-13 Gary Benson <gbenson@redhat.com>
3999
4000 * gdb.base/bigcore.c (main): Use a volatile pointer when
4001 attempting to trigger a SIGSEGV.
4002 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
4003 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
4004 * gdb.base/savedregs.c (thrower): Likewise.
4005 * gdb.mi/mi-syn-frame.c (bar): Likewise.
4006
3f00c730
GB
40072020-07-13 Gary Benson <gbenson@redhat.com>
4008
4009 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
4010 defining and using VLA structure fields into...
4011 * gdb.base/vla-struct-fields.c: New file.
4012 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
4013 tests into...
4014 * gdb.base/vla-struct-fields.exp: New file.
4015
963eeee4
TV
40162020-07-13 Tom de Vries <tdevries@suse.de>
4017
4018 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
4019 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
4020 * gdb.base/gold-gdb-index.exp: Same.
4021 * gdb.base/morestack.exp: Same.
4022
0ed35c9a
DX
40232020-07-11 Daniel Xu <dxu@dxuuu.xyz>
4024
4025 PR rust/26121
4026 * gdb.rust/modules.rs: Prevent linker from discarding test
4027 symbol.
4028
4fdba23d
PA
40292020-07-10 Pedro Alves <pedro@palves.net>
4030
4031 PR gdb/26199
4032 * gdb.multi/multi-target.c (exit_thread): New.
4033 (thread_start): Break loop if EXIT_THREAD.
4034 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
4035 (top level) Call test_no_resumed.
4036
15f3b077
TT
40372020-07-08 Tom Tromey <tromey@adacore.com>
4038
4039 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
4040 * gdb.ada/catch_ex.exp: Examine catchpoint text.
4041
9fc501fd
AB
40422020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4043
4044 PR python/22748
4045 * gdb.opt/inline-frame-tailcall.c: New file.
4046 * gdb.opt/inline-frame-tailcall.exp: New file.
4047 * gdb.python/py-unwind-inline.c: New file.
4048 * gdb.python/py-unwind-inline.exp: New file.
4049 * gdb.python/py-unwind-inline.py: New file.
4050
64cb3757
AB
40512020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4052
4053 * gdb.python/py-arch-reg-groups.exp: New file.
4054
0f767f94
AB
40552020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4056
4057 * gdb.python/py-arch-reg-names.exp: New file.
4058
87dbc774
AB
40592020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4060
4061 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
4062 gdb.PendingFrame.architecture method.
4063
d8cc8af6
TV
40642020-07-06 Tom de Vries <tdevries@suse.de>
4065
4066 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
4067
3c8ea5be
PA
40682020-07-03 Pedro Alves <palves@redhat.com>
4069
4070 * gdb.base/structs2.c (main): Adjust second parem_reg call to
4071 explicitly write negative numbers.
4072 * gdb.base/structs2.exp: Adjust expected output.
4073
bf90c83a
PA
40742020-07-03 Pedro Alves <palves@redhat.com>
4075
4076 * gdb.base/charset.c (init_string): Change all char parameters to
4077 unsigned char parameters.
4078
2eb82157
PA
40792020-07-03 Pedro Alves <palves@redhat.com>
4080
4081 * gdb.base/call-sc.exp (start_scalars_test): Use
4082 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4083 * gdb.base/overlays.c: Remove references to PARAMS.
4084 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
4085 * gdb.base/reread.exp: Don't set 'prototypes' global.
4086 * gdb.base/structs.exp (start_structs_test): Use
4087 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4088 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
4089 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
4090 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
4091 call.
4092 * gdb.base/varargs.exp: Don't set 'prototypes' global.
4093
9adda7af
PA
40942020-07-03 Pedro Alves <palves@redhat.com>
4095
4096 * gdb.base/m32rovly.c: Delete.
4097 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
4098
2a17c803
PW
40992020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4100
4101 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
4102 of gdb_py_test_multiple.
4103 * gdb.python/py-cmd.exp: Likewise.
4104 * gdb.python/py-events.exp: Likewise.
4105 * gdb.python/py-function.exp: Likewise.
4106 * gdb.python/py-inferior.exp: Likewise.
4107 * gdb.python/py-infthread.exp: Likewise.
4108 * gdb.python/py-linetable.exp: Likewise.
4109 * gdb.python/py-parameter.exp: Likewise.
4110 * gdb.python/py-value.exp: Likewise.
4111
b011fe1a
TV
41122020-06-30 Tom de Vries <tdevries@suse.de>
4113
4114 PR testsuite/26175
4115 * lib/future.exp (gdb_default_target_compile): Detect and handle
4116 early_flags.
4117
df5b8876
SM
41182020-06-29 Simon Marchi <simon.marchi@efficios.com>
4119
4120 * boards/simavr.exp (gdb_load): Catch errors when closing
4121 previous connection. Close connection, wait for process and
4122 unset simavr_spawn_id on failure.
4123
a3ca48cd
TV
41242020-06-29 Tom de Vries <tdevries@suse.de>
4125
4126 * lib/gdb.exp (unknown): Make test-case unresolved.
4127
b0237c0e
TV
41282020-06-29 Tom de Vries <tdevries@suse.de>
4129
4130 PR gdb/25475
4131 * gdb.server/solib-list.exp: Verify that the symbol reload
4132 confirmation question is asked.
4133
c0b3b3bd
PW
41342020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4135
4136 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
4137 have a input seq nr in each pass message.
fe4c3d43 4138 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
c0b3b3bd
PW
4139 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
4140 * gdb.python/python.exp: Make test names unique,
4141 use gdb_test_multiline instead of gdb_py_test_multiple,
4142 use $gdb_test_name.
4143 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
4144
1776e3e5
NA
41452020-06-26 Nick Alcock <nick.alcock@oracle.com>
4146
4147 * configure.ac: Add --enable-libctf.
4148 * aclocal.m4: sinclude ../config/enable.m4.
4149 * Makefile.in (site.exp): Add enable_libctf to site.exp.
4150 * lib/gdb.exp (skip_ctf_tests): Use it.
4151 * gdb.base/ctf-constvars.exp: Error message tweak.
4152 * gdb.base/ctf-ptype.exp: Likewise.
4153 * configure: Regenerate.
4154
f53b3eeb
GB
41552020-06-26 Gary Benson <gbenson@redhat.com>
4156
4157 * gdb.cp/try_catch.cc: Include string.h.
4158 (main): Replace comparison against string literal with
4159 strcmp, avoiding build failure with -Wstring-compare.
4160 Add "marker test-complete".
4161 * gdb.cp/try_catch.exp: Run the test to the above marker,
4162 then verify that the value of "test" is still true.
4163
6d74da72
AB
41642020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4165
4166 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
4167
2e52d038
AB
41682020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4169
4170 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4171
3b9fce96
AB
41722020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4173
4174 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
4175 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
4176 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
4177 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
4178 * gdb.arch/riscv-tdesc-loading.exp: New file.
4179
ed69cbc8
AB
41802020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4181
4182 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
4183
767a879e
AB
41842020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
4185
4186 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
4187 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
4188 * gdb.arch/riscv-tdesc-regs.c: New file.
4189 * gdb.arch/riscv-tdesc-regs.exp: New file.
4190
221db974
PA
41912020-06-24 Pedro Alves <palves@redhat.com>
4192
4193 * gdb.arch/amd64-entry-value-paramref.exp: Use
4194 prepare_for_testing_full and don't pass "c++" for the .S file
4195 build spec.
4196 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
4197 $options, since it's an assembly file. Remove -Wno-deprecated.
4198 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
4199 compiling C++ programs.
4200
331733cd
PA
42012020-06-24 Pedro Alves <palves@redhat.com>
4202
4203 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
4204 Clang, add "-Wno-unknown-warning-option" to the options.
4205
caa7fd04
AB
42062020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
4207
4208 * gdb.xml/tdesc-reload.c: New file.
4209 * gdb.xml/tdesc-reload.exp: New file.
4210 * gdb.xml/maint-xml-dump-01.xml: New file.
4211 * gdb.xml/maint-xml-dump-02.xml: New file.
4212 * gdb.xml/maint-xml-dump.exp: New file.
4213
bb8d1260
SL
42142020-06-23 Sandra Loosemore <sandra@codesourcery.com>
4215
4216 * lib/completion-support.exp (test_gdb_completion_offers_commands):
4217 Adjust for omitted commands when TUI is disabled.
4218
7e4b9c4c
GB
42192020-06-23 Gary Benson <gbenson@redhat.com>
4220 Pedro Alves <palves@redhat.com>
4221
4222 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
4223 * gdb.cp/nsimport.cc: Likewise.
4224 * gdb.cp/nsnested.cc: Likewise.
4225 * gdb.cp/nsnoimports.cc: Likewise.
4226 * gdb.cp/nsusing.cc: Likewise.
4227 * gdb.cp/smartp.cc: Likewise.
4228 * gdb.python/py-pp-integral.c: Likewise.
4229 * gdb.python/py-pp-re-notag.c: Likewise.
4230
2e573c0a
GB
42312020-06-23 Gary Benson <gbenson@redhat.com>
4232
4233 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
4234 * gdb.cp/nsimport.cc: Likewise.
4235 * gdb.cp/nsnested.cc: Likewise.
4236 * gdb.cp/nsnoimports.cc: Likewise.
4237 * gdb.cp/nsusing.cc: Likewise.
4238 * gdb.cp/smartp.cc: Likewise.
4239 * gdb.python/py-pp-integral.c: Likewise.
4240 * gdb.python/py-pp-re-notag.c: Likewise.
4241
746ebfe8
PW
42422020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4243
4244 * gdb.base/default-args.exp: New test.
4245 * gdb.base/default-args.c: New file.
4246 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
4247 * gdb.base/default.exp: Update to new help text.
4248 * gdb.base/help.exp: Likewise.
4249 * gdb.base/page.exp: Likewise.
4250 * gdb.base/style.exp: Likewise.
4251 * gdb.guile/guile.exp: Likewise.
4252 * gdb.python/python.exp: Likewise.
4253
e822f2cd
SL
42542020-06-22 Sandra Loosemore <sandra@codesourcery.com>
4255
4256 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
4257 remote host. Fix search path syntax on Windows host.
4258
48e9cc84
PW
42592020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4260
4261 * gdb.base/attach.exp: Test priority of 'exec-file' changed
4262 over 'exec-file-mismatch'.
4263 * gdb.base/attach.c: Mark should_exit volatile.
4264 * gdb.base/attach2.c: Likewise. Add a comment explaining
4265 why the sleep cannot be big.
4266 * gdb.base/attach3.c: New file.
4267
160f8a8f
SL
42682020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4269
4270 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
4271 prefix optional.
4272
4d91c2a4
SL
42732020-06-20 Sandra Loosemore <sandra@codesourcery.com>
4274
4275 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
4276 for remote host.
4277
87f83f20
SL
42782020-06-19 Sandra Loosemore <sandra@codesourcery.com>
4279 Hafiz Abid Qadeer <abidh@codesourcery.com>
4280
4281 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
4282 file sent to remote host.
4283 (top level): Allow int32_t as type of 32-bit register.
4284
37ab8655
TV
42852020-06-19 Tom de Vries <tdevries@suse.de>
4286
4287 * lib/gdb.exp (gdb_note): New proc.
4288 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
4289 (gdb_default_target_compile): ... here. Only call
4290 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
4291 (use_gdb_compile): Change to array.
4292 (toplevel): Update sets of use_gdb_compile to specify language.
4293 Warn about default_target_compile override. Store dejagnu's version
4294 of default_target_compile in dejagnu_default_target_compile.
4295
a8a56685
TV
42962020-06-18 Tom de Vries <tdevries@suse.de>
4297
4298 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
4299 (default_gdb_init): ... here.
4300
581bea2c
SL
43012020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4302
4303 Fix TUI support checks in gdb.tui tests.
4304
4305 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
4306 just say UNSUPPORTED.
4307 * gdb.tui/corefile-run.exp: Likewise.
4308 * gdb.tui/empty.exp: Likewise.
4309 * gdb.tui/list-before.exp: Likewise.
4310 * gdb.tui/list.exp: Likewise.
4311 * gdb.tui/main.exp: Likewise.
4312 * gdb.tui/regs.exp: Likewise.
4313 * gdb.tui/resize.exp: Likewise.
4314 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
4315 * gdb.tui/tui-layout-asm.exp: Likewise.
4316 * gdb.tui/tui-missing-src.exp: Likewise.
4317 * gdb.tui/winheight.exp: Likewise.
4318 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
4319
05e682e3
SL
43202020-06-17 Sandra Loosemore <sandra@codesourcery.com>
4321
4322 Fix TCL error in gdb.python/py-format-string.exp.
4323
4324 * gdb.python/py-format-string.exp: Move test for python support
4325 earlier, out of function body.
4326
efb763a5
SM
43272020-06-15 Simon Marchi <simon.marchi@efficios.com>
4328
4329 * gdb.base/index-cache-load-twice.c: New.
4330 * gdb.base/index-cache-load-twice.exp: New.
4331
43327b20
KS
43322020-06-17 Keith Seitz <keiths@redhat.com>
4333
99cf27cf 4334 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
4335 when executing "gdb --configuration".
4336
081e778c
TV
43372020-06-17 Tom de Vries <tdevries@suse.de>
4338
4339 * lib/gdb.exp (gdb_tcl_unknown): New proc.
4340 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
4341 conditional on presence of gdb_tcl_unknown.
4342 (gdb_finish): Make override undo conditional on presence of
4343 gdb_tcl_unknown.
4344
d2d1ea20
TT
43452020-06-16 Tom Tromey <tom@tromey.com>
4346
4347 * gdb.python/tui-window.py (failwin): New function. Register it
4348 as a TUI window type.
4349 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
4350
c802e8a7
GB
43512020-06-16 Gary Benson <gbenson@redhat.com>
4352
4353 * gdb.python/py-nested-maps.c (create_map): Add missing return
4354 value.
4355 (create_map_map): Likewise.
4356
ff08abb8
TBA
43572020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4358
4359 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
4360 variable.
4361 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
4362 and use the already-defined 'options' variable.
4363
a29d5112
AB
43642020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4365 Tom de Vries <tdevries@suse.de>
4366
4367 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
4368 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
4369 (gdb_setup_known_globals): New proc.
4370 (gdb_cleanup_globals): New proc.
4371 * lib/gdb.exp (load_lib): New override proc.
4372 (gdb_stdin_log_init): Set var in_file as persistent global.
4373 * lib/pascal.exp (gdb_stdin_log_init): Set vars
4374 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
4375 fpc_compiler as persistent global.
4376
8c74a764
TV
43772020-06-12 Tom de Vries <tdevries@suse.de>
4378
4379 * lib/tuiterm.exp (spawn): Rename to ...
4380 (tui_spawn): ... this.
4381 (toplevel): Move rename of spawn ...
4382 (gdb_init_tuiterm): ... here. New proc.
4383 (gdb_finish_tuiterm): New proc.
4384 * lib/gdb.exp (gdb_finish_hooks): New global var.
4385 (gdb_finish): Handle gdb_finish_hooks.
4386 (tuiterm_env): New proc.
4387 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
4388 tuiterm_env.
4389 * gdb.tui/basic.exp: Same.
4390 * gdb.tui/corefile-run.exp: Same.
4391 * gdb.tui/empty.exp: Same.
4392 * gdb.tui/list-before.exp: Same.
4393 * gdb.tui/list.exp: Same.
4394 * gdb.tui/main.exp: Same.
4395 * gdb.tui/new-layout.exp: Same.
4396 * gdb.tui/regs.exp: Same.
4397 * gdb.tui/resize.exp: Same.
4398 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
4399 * gdb.tui/tui-layout-asm.exp: Same.
4400 * gdb.tui/tui-missing-src.exp: Same.
4401 * gdb.tui/winheight.exp: Same.
4402
26783bce
TV
44032020-06-12 Tom de Vries <tdevries@suse.de>
4404
4405 PR testsuite/26110
4406 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
4407 (gdb_finish): Reinstall dejagnu's override of ::unknown.
4408
2b4e6a3f
TT
44092020-06-11 Tom Tromey <tom@tromey.com>
4410
4411 PR gdb/18318:
4412 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
4413 floating point tests.
4414
2f33032a
KS
44152020-06-11 Keith Seitz <keiths@redhat.com>
4416
4417 PR gdb/21356
4418 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
4419 vla_struct.
4420 Add new struct vla_typedef and union vla_typedef_union and
4421 corresponding instantiation objects.
4422 Initialize new objects.
4423 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
4424 and vla_typedef_union_object.
4425 Fixup type for vla_struct_object.
4426
a8baf0a3
TV
44272020-06-11 Tom de Vries <tdevries@suse.de>
4428
4429 * lib/gdb.exp (with_override): New proc, factored out of ...
4430 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
4431
7ab96794
TV
44322020-06-10 Tom de Vries <tdevries@suse.de>
4433
4434 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
4435
cab5c3b7
SM
44362020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
4437
4438 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
4439 parameter, update callers.
4440
f8c41851
SM
44412020-06-04 Simon Marchi <simon.marchi@efficios.com>
4442
4443 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
4444 * gdb.dwarf2/share-psymtabs-bt.c: New file.
4445 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
4446
1c07a73f
TV
44472020-06-04 Tom de Vries <tdevries@suse.de>
4448
4449 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
4450
95146b5d
TV
44512020-06-04 Tom de Vries <tdevries@suse.de>
4452
4453 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
4454 exp_continue.
4455
0cfcd4f0
TV
44562020-06-04 Tom de Vries <tdevries@suse.de>
4457
4458 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
4459
f9b5d5ea
TV
44602020-06-03 Tom de Vries <tdevries@suse.de>
4461
4462 PR symtab/26046
4463 * gdb.cp/breakpoint-locs-2.cc: New test.
4464 * gdb.cp/breakpoint-locs.cc: New test.
4465 * gdb.cp/breakpoint-locs.exp: New file.
4466 * gdb.cp/breakpoint-locs.h: New test.
4467
5144dfba
TV
44682020-06-03 Tom de Vries <tdevries@suse.de>
4469
4470 PR testsuite/25609
4471 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
4472 value of global verbose.
4473 * gdb.base/jit-elf.exp: Same.
4474 * gdb.base/jit-reader.exp: Same.
4475
621eacdf
TV
44762020-06-02 Tom de Vries <tdevries@suse.de>
4477
4478 * gdb.dwarf2/multidictionary.exp: Don't use
4479 gdb_spawn_with_cmdline_opts.
4480
1313c56e
AB
44812020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
4482
4483 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
4484 use_header case.
4485 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
4486 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
4487 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
4488 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
4489 * gdb.dwarf2/dw2-inline-header.c: New file.
4490 * gdb.dwarf2/dw2-inline-header.h: New file.
4491
f68f85b5
PA
44922020-05-30 Pedro Alves <palves@redhat.com>
4493
4494 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
4495 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
4496
678048e8
GB
44972020-05-29 Gary Benson <gbenson@redhat.com>
4498
4499 * gdb.compile/compile-cplus.exp (additional_flags): Also
4500 set when building with clang.
4501 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
4502 when building with clang.
4503
9fcafd23
GB
45042020-05-29 Gary Benson <gbenson@redhat.com>
4505
4506 * gdb.arch/i386-avx.exp (additional_flags): Also set when
4507 building with clang.
4508 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
4509
735d5a07
GB
45102020-05-29 Gary Benson <gbenson@redhat.com>
4511
4512 * gdb.cp/koenig.exp (prepare_for_testing): Add
4513 additional_flags=-Wno-unused-comparison.
4514 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
4515
4ad2c6a0
GB
45162020-05-28 Gary Benson <gbenson@redhat.com>
4517
4518 * gdb.base/sigaltstack.c (catcher): Add default case to switch
4519 statement.
4520
09fe663e
GB
45212020-05-28 Gary Benson <gbenson@redhat.com>
4522
4523 * gdb.cp/classes.exp (prepare_for_testing): Add
4524 additional_flags=-Wno-deprecated-register.
4525 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
4526 * gdb.cp/misc.exp: Likewise.
4527
cee00f17
GB
45282020-05-28 Gary Benson <gbenson@redhat.com>
4529
4530 * gdb.linespec/cpls-ops.cc (dummy): New static global.
4531 (test_op_new::operator new): Add return statement.
4532 (test_op_new_array::operator new[]): Likewise.
4533
636edd00
PA
45342020-05-27 Pedro Alves <palves@redhat.com>
4535
4536 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
4537 check. Use test_gdb_complete_unique instead of
4538 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
4539 test_gdb_complete_multiple instead of
4540 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
4541
c2b75043
LM
45422020-05-27 Luis Machado <luis.machado@linaro.org>
4543
4544 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
4545 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
4546 * gdb.arch/arm-disassembler-options.exp: Likewise.
4547 * gdb.arch/arm-disp-step.exp: Likewise.
4548 * gdb.arch/thumb-prologue.exp: Likewise.
4549 * gdb.base/async.exp: Likewise.
4550 * gdb.base/auxv.exp: Likewise.
4551 * gdb.base/complex-parts.exp: Likewise.
4552 * gdb.base/ena-dis-br.exp: Likewise.
4553 * gdb.base/foll-exec.exp: Likewise.
4554 * gdb.base/permissions.exp: Likewise.
4555 * gdb.base/relocate.exp: Likewise.
4556 * gdb.base/return2.exp: Likewise.
4557 * gdb.base/sigbpt.exp: Likewise.
4558 * gdb.base/siginfo-obj.exp: Likewise.
4559 * gdb.cp/converts.exp: Likewise.
4560 * gdb.cp/exceptprint.exp: Likewise.
4561 * gdb.cp/inherit.exp: Likewise.
4562 * gdb.cp/nsnoimports.exp: Likewise.
4563 * gdb.cp/virtbase2.exp: Likewise.
4564 * gdb.mi/mi-var-cmd.exp: Likewise.
4565 * gdb.mi/var-cmd.c: Likewise.
4566
53a47a3e
TT
45672020-05-26 Tom Tromey <tromey@adacore.com>
4568
4569 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
4570
0bc2354b
TT
45712020-05-26 Tom Tromey <tromey@adacore.com>
4572
4573 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
4574 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
4575 type.
4576 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
4577 variable.
4578
0db49895
CBG
45792020-05-26 Christian Biesinger <cbiesinger@google.com>
4580
4581 * Makefile.in: Use = instead of == for the test command
4582 for portability.
4583
40d22035
TV
45842020-05-26 Tom de Vries <tdevries@suse.de>
4585
4586 * gdb.base/gold-gdb-index-2.c: New test.
4587 * gdb.base/gold-gdb-index.c: New test.
4588 * gdb.base/gold-gdb-index.exp: New file.
4589 * gdb.base/gold-gdb-index.h: New test.
4590
043e2e02
TV
45912020-05-25 Tom de Vries <tdevries@suse.de>
4592
4593 * boards/gold-gdb-index.exp: New file.
4594
462f72c5
SM
45952020-05-25 Simon Marchi <simon.marchi@efficios.com>
4596
4597 * boards/simavr.exp: New file.
4598
6cf66e76
SM
45992020-05-25 Simon Marchi <simon.marchi@efficios.com>
4600
4601 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
4602 * gdb.base/inferior-args.exp: New file.
4603 * gdb.base/inferior-args.c: New file.
4604
75d04512
SM
46052020-05-25 Simon Marchi <simon.marchi@efficios.com>
4606
4607 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
4608 inferior_args. Pass it to gdb_reload.
4609 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
4610 inferior_args.
4611 (gdb_reload): Add inferior_args argument.
4612 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
4613 pass it to gdbserver_run.
4614 * boards/native-gdbserver.exp: Do not set noargs.
4615 * boards/native-extended-gdbserver.exp (gdb_reload): Add
4616 inferior_args argument.
4617 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
4618 * gdb.base/a2-run.exp: Check for use_gdb_stub.
4619 * gdb.base/args.exp: Likewise.
4620
42cf1844
TV
46212020-05-25 Tom de Vries <tdevries@suse.de>
4622
4623 * lib/gdb.exp (exec_is_pie): Add comment.
4624
8f7d38ef
TV
46252020-05-25 Tom de Vries <tdevries@suse.de>
4626
4627 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
4628 instead of $binfile in the untested message.
4629
465e1b0f
TV
46302020-05-25 Tom de Vries <tdevries@suse.de>
4631
4632 PR testsuite/26031
4633 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
4634
3c5a0e02
TV
46352020-05-25 Tom de Vries <tdevries@suse.de>
4636
4637 * boards/gold.exp: New file.
4638
0a4f5f8c
TT
46392020-05-23 Tom Tromey <tom@tromey.com>
4640
4641 * gdb.base/style.exp: Remove completion styling test.
4642 * lib/gdb-utils.exp (style): Remove completion styles.
4643
eca1f90c
TT
46442020-05-23 Tom Tromey <tom@tromey.com>
4645
4646 * gdb.base/style.exp: Add completion styling test.
4647 * lib/gdb-utils.exp (style): Add completion styles.
4648
7c13f4e8
AB
46492020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
4650
4651 * gdb.base/annota1.exp: Update expected results.
4652 * gdb.cp/annota2.exp: Update expected results, remove duplicate
4653 test name.
4654 * gdb.cp/annota3.exp: Update expected results.
4655
41977d16
SM
46562020-05-20 Simon Marchi <simon.marchi@efficios.com>
4657
4658 PR gdb/26016
4659 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
4660 against MAP_FAILED.
4661 * gdb.base/coremaker.c (mmapdata): Likewise.
4662 * gdb.base/jit-reader-host.c (main): Likewise.
4663 * gdb.base/sym-file-loader.c (load): Likewise.
4664 (load_shlib): Likewise.
4665
b4757f2e
TT
46662020-05-20 Tom Tromey <tromey@adacore.com>
4667
4668 * gdb.ada/array_char_idx.exp: Recognize initialized array.
4669
9a0bacfb
TV
46702020-05-20 Tom de Vries <tdevries@suse.de>
4671
4672 PR symtab/25833
4673 * gdb.base/with-mf-inc.c: New test.
4674 * gdb.base/with-mf-main.c: New test.
4675 * gdb.base/with-mf.exp: New file.
4676
76571211
TT
46772020-05-19 Tom Tromey <tromey@adacore.com>
4678
4679 * gdb.rust/simple.exp: Restore missing test result.
4680
4cd9f3d5
TV
46812020-05-19 Tom de Vries <tdevries@suse.de>
4682
4683 * gdb.base/gdb-caching-proc.exp: Fix typo.
4684
7d874253
TT
46852020-05-19 Tom Tromey <tromey@adacore.com>
4686
4687 * gdb.rust/simple.exp: Add some test descriptions.
4688 (test_one_slice): Use with_test_prefix.
4689
1d727695
TV
46902020-05-18 Tom de Vries <tdevries@suse.de>
4691
4692 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
4693
7f32a4d5
PA
46942020-05-17 Pedro Alves <palves@redhat.com>
4695
4696 PR gdb/25741
4697 * gdb.base/hw-sw-break-same-address.exp: New file.
4698
7cfd74cf
PA
46992020-05-16 Pedro Alves <palves@redhat.com>
4700
4701 * gdb.multi/multi-re-run.exp (test_re_run): Switch
4702 LAST_LOADED_FILE accordingly.
4703
57b4f16e
PW
47042020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4705
4706 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
4707
7c05caf7
PW
47082020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4709
4710 * gdb.base/help.exp: Test apropos and help for commands
4711 having aliases. Fixed comments not starting with an
4712 upper-case letter or not finishing with a dot.
4713
7aa1b46f
PW
47142020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4715
3b3aaacb
PW
4716 * gdb.base/alias.exp: Update help output check.
4717
57b4f16e 47182020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 4719
7aa1b46f
PW
4720 * gdb.base/default.exp: Update output following fixes.
4721
0605465f
PW
47222020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4723
4724 * gdb.base/alias.exp: Test aliases starting with a prefix of
4725 another alias.
4726
86e4e63d
GB
47272020-05-15 Gary Benson <gbenson@redhat.com>
4728
4729 * gdb.base/info-os.c (main): Add return statement.
4730 * gdb.base/info_minsym.c (minsym_fun): Likewise.
4731 * gdb.base/large-frame-2.c (func): Likewise.
4732 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
4733 * gdb.base/pr10179-b.c (foo2): Likewise.
4734 * gdb.base/valgrind-disp-step.c (foo): Likewise.
4735 * gdb.base/watch-cond.c (func): Likewise.
4736 * gdb.multi/goodbye.c (verylongfun): Likewise.
4737 * gdb.multi/hello.c (commonfun): Likewise.
4738 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
4739 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
4740 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
4741 Likewise.
4742 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
4743 * gdb.threads/interrupt-while-step-over.c (child_function):
4744 Likewise.
4745 * gdb.trace/actions-changed.c (end): Likewise.
4746
163df4df
GB
47472020-05-15 Gary Benson <gbenson@redhat.com>
4748
4749 * gdb.opencl/callfuncs.exp: Report when test skipped.
4750 * gdb.opencl/convs_casts.exp: Likewise.
4751 * gdb.opencl/datatypes.exp: Likewise.
4752 * gdb.opencl/operators.exp: Likewise.
4753 * gdb.opencl/vec_comps.exp: Likewise.
4754
6dbc505a
TV
47552020-05-15 Tom de Vries <tdevries@suse.de>
4756
4757 * gdb.base/align.exp.in: Rename to ...
4758 * gdb.base/align.exp.tcl: ... this.
4759 * gdb.base/align-c++.exp: Update.
4760 * gdb.base/align-c.exp: Update.
4761 * gdb.base/all-architectures.exp.in: Rename to ...
4762 * gdb.base/all-architectures.exp: ... this.
4763 * gdb.base/all-architectures-0.exp: Update.
4764 * gdb.base/all-architectures-1.exp: Update.
4765 * gdb.base/all-architectures-2.exp: Update.
4766 * gdb.base/all-architectures-3.exp: Update.
4767 * gdb.base/all-architectures-4.exp: Update.
4768 * gdb.base/all-architectures-5.exp: Update.
4769 * gdb.base/all-architectures-6.exp: Update.
4770 * gdb.base/all-architectures-7.exp: Update.
4771 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
4772 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
4773 * gdb.base/infcall-nested-structs-c++.exp: Update.
4774 * gdb.base/infcall-nested-structs-c.exp: Update.
4775 * gdb.base/info-types.exp.in: Rename to ...
4776 * gdb.base/info-types.exp.tcl: ... this.
4777 * gdb.base/info-types-c++.exp: Update.
4778 * gdb.base/info-types-c.exp: Update.
4779 * gdb.base/max-depth.exp.in: Rename to ...
4780 * gdb.base/max-depth.exp.tcl: ... this.
4781 * gdb.base/max-depth-c++.exp: Update.
4782 * gdb.base/max-depth-c.exp: Update.
4783 * gdb.cp/cpexprs.exp.in: Rename to ...
4784 * gdb.cp/cpexprs.exp.tcl: ... this.
4785 * gdb.cp/cpexprs-debug-types.exp: Update.
4786 * gdb.cp/cpexprs.exp: Update.
4787 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
4788 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
4789 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
4790 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
4791 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
4792 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
4793 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
4794 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
4795 * gdb.dwarf2/clang-debug-names-2.exp: Update.
4796 * gdb.dwarf2/clang-debug-names.exp: Update.
4797
d1034d78
AB
47982020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
4799
4800 * lib/check-test-names.exp: Remove code that prevents this file
4801 loading when tests are run in parallel.
4802
3c5c3649
PA
48032020-05-15 Pedro Alves <palves@redhat.com>
4804
4805 * gdb.multi/multi-kill.exp (start_inferior): Remove
4806 'testpid' parameter. Refer to namespace variable directly.
4807 (testpid): Declare as namespace variable.
4808
272c36b8
PA
48092020-05-15 Pedro Alves <palves@redhat.com>
4810
4811 * gdb.multi/multi-kill.exp: Wrap in namespace.
4812 (start_inferior): Add TESTPID parameter. Use it instead of the
4813 testpid global.
4814 (top level): Define empty TESTPID array, and pass it down to
4815 start_inferior.
4816
02eba61a
TV
48172020-05-14 Tom de Vries <tdevries@suse.de>
4818
4819 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
4820 output.
4821
971a3747
TV
48222020-05-14 Tom de Vries <tdevries@suse.de>
4823
4824 * gdb.base/align.exp: Split into ...
4825 * gdb.base/align.exp.in: ...
4826 * gdb.base/align-c++.exp: ...
4827 * gdb.base/align-c.exp: ... these.
4828 * gdb.base/infcall-nested-structs.exp: Split into ...
4829 * gdb.base/infcall-nested-structs.exp.in: ...
4830 * gdb.base/infcall-nested-structs-c++.exp: ...
4831 * gdb.base/infcall-nested-structs-c.exp: ... these.
4832 * gdb.base/info-types.exp: Split into ...
4833 * gdb.base/info-types.exp.in: ...
4834 * gdb.base/info-types-c++.exp: ...
4835 * gdb.base/info-types-c.exp: ... these.
4836 * gdb.base/max-depth.exp: Split into ...
4837 * gdb.base/max-depth.exp.in: ...
4838 * gdb.base/max-depth-c++.exp: ...
4839 * gdb.base/max-depth-c.exp: ... these.
4840 * gdb.cp/infcall-nodebug.exp: Split into ...
4841 * gdb.cp/infcall-nodebug.exp.in: ...
4842 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
4843 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
4844 * gdb.cp/infcall-nodebug-c-d0.exp: ...
4845 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
4846
a05575d3
TBA
48472020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4848 Pedro Alves <palves@redhat.com>
4849
4850 * gdb.multi/multi-exit.c: New file.
4851 * gdb.multi/multi-exit.exp: New file.
4852 * gdb.multi/multi-kill.c: New file.
4853 * gdb.multi/multi-kill.exp: New file.
4854
6ad82919
TBA
48552020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4856
4857 * gdb.base/annota1.exp: Update the expected output.
4858 * gdb.cp/annota2.exp: Ditto.
4859
843f4d93
AB
48602020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
4861
4862 * lib/check-test-names.exp: Disable when testing is being run in
4863 parallel.
4864
c7c66341
TV
48652020-05-12 Tom de Vries <tdevries@suse.de>
4866
4867 * gdb.base/jit-elf.exp: Fix string concat.
4868
1b59ca1c
TV
48692020-05-12 Tom de Vries <tdevries@suse.de>
4870
4871 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
4872 messages.
4873
b4991d29
TV
48742020-05-12 Tom de Vries <tdevries@suse.de>
4875
4876 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
4877
dbb0ab10
TV
48782020-05-12 Tom de Vries <tdevries@suse.de>
4879
4880 * gdb.ada/catch_ex.exp: Use with_test_prefix.
4881 * gdb.ada/mi_catch_ex.exp: Same.
4882 * gdb.ada/mi_catch_ex_hand.exp: Same.
4883
7549fed8
TV
48842020-05-12 Tom de Vries <tdevries@suse.de>
4885
4886 * gdb.fortran/complex.exp: Use with_test_prefix.
4887
af2d5cd8
TV
48882020-05-12 Tom de Vries <tdevries@suse.de>
4889
4890 * gdb.trace/passcount.exp: Fix test-names.
4891
7c121311
TV
48922020-05-12 Tom de Vries <tdevries@suse.de>
4893
4894 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
4895
c9f3b40e
TV
48962020-05-12 Tom de Vries <tdevries@suse.de>
4897
4898 * gdb.gdb/complaints.exp: Use with_test_prefix.
4899 * gdb.xml/tdesc-regs.exp: Same.
4900 * gdb.opt/inline-locals.exp: Fix test name.
4901
111b33f0
TV
49022020-05-12 Tom de Vries <tdevries@suse.de>
4903
4904 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
4905 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
4906 * gdb.dwarf2/implref-struct.exp: Same.
4907 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
4908 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
4909
ebf47080
SM
49102020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
4911
4912 * gdb.base/jit-so.exp (one_jit_test): Change test name.
4913
d30dcd12
AB
49142020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
4915
4916 * lib/check-test-names.exp (all_test_names): New module variable.
4917 (counts): Add 'duplicates' field.
4918 (_check_duplicates): New procedure.
4919 (check): Also check for duplicates.
4920 (do_log_summary): Print duplicates count.
4921 (do_reset_vars): Reset counter for duplicate test names, and
4922 discard all know test names.
4923
34584c09
AB
49242020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
4925
4926 * lib/gdb.exp: Include check-test-names.exp library.
4927 * lib/check-test-names.exp: New file.
4928
e0002117
TV
49292020-05-11 Tom de Vries <tdevries@suse.de>
4930
4931 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
4932
53f539a3
KS
49332020-05-11 Keith Seitz <keiths@redhat.com>
4934
4935 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
4936
113ee09a
TV
49372020-05-11 Tom de Vries <tdevries@suse.de>
4938
4939 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
4940 * gdb.cp/cpexprs.exp.in: .. here.
4941 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
4942 cpexprs.exp.
4943
ba3e70b0
KS
49442020-05-11 Keith Seitz <keiths@redhat.com>
4945
4946 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
4947 test names.
4948 * gdb.ada/arrayptr.exp: Likewise.
4949 * gdb.ada/assign_arr.exp: Likewise.
4950 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
4951 * gdb.ada/bp_on_var.exp: Likewise.
4952 * gdb.ada/call_pn.exp: Likewise.
4953 * gdb.ada/complete.exp: Likewise.
4954 * gdb.ada/fun_overload_menu.exp: Likewise.
4955 * gdb.ada/funcall_param.exp: Likewise.
4956 * gdb.ada/funcall_ref.exp: Likewise.
4957 * gdb.ada/packed_array_assign.exp: Likewise.
4958 * gdb.ada/same_component_name.exp: Likewise.
4959 * gdb.ada/type_coercion.exp: Likewise.
4960 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
4961 * gdb.ada/variant_record_packed_array.exp: Likewise.
4962
3ee6bb11
TV
49632020-05-11 Tom de Vries <tdevries@suse.de>
4964
4965 PR symtab/25941
4966 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
4967 out of ...
4968 * gdb.dwarf2/clang-debug-names.exp: ... here.
4969 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
4970 clang-debug-names.exp.in.
4971 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
4972 * gdb.dwarf2/clang-debug-names-2.c: New test.
4973
86cd6bc8
AKS
49742020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
4975
4976 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
4977 (fortran_runto_main): New Proc, fortran version of runto_main.
4978 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
4979 * gdb.fortran/array-bounds.exp: Likewise.
4980 * gdb.fortran/array-slices.exp: Likewise.
4981 * gdb.fortran/block-data.exp: Likewise.
4982 * gdb.fortran/charset.exp: Likewise.
4983 * gdb.fortran/common-block.exp: Likewise.
4984 * gdb.fortran/complex.exp: Likewise.
4985 * gdb.fortran/derived-type-function.exp: Likewise.
4986 * gdb.fortran/derived-type.exp: Likewise.
4987 * gdb.fortran/info-modules.exp: Likewise.
4988 * gdb.fortran/info-types.exp: Likewise.
4989 * gdb.fortran/intrinsics.exp: Likewise.
4990 * gdb.fortran/library-module.exp: Likewise.
4991 * gdb.fortran/logical.exp: Likewise.
4992 * gdb.fortran/max-depth.exp: Likewise.
4993 * gdb.fortran/module.exp: Likewise.
4994 * gdb.fortran/multi-dim.exp: Likewise.
4995 * gdb.fortran/nested-funcs.exp: Likewise.
4996 * gdb.fortran/print-formatted.exp: Likewise.
4997 * gdb.fortran/print_type.exp: Likewise.
4998 * gdb.fortran/printing-types.exp: Likewise.
4999 * gdb.fortran/ptr-indentation.exp: Likewise.
5000 * gdb.fortran/ptype-on-functions.exp: Likewise.
5001 * gdb.fortran/subarray.exp: Likewise.
5002 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
5003 * gdb.fortran/vla-datatypes.exp: Likewise.
5004 * gdb.fortran/vla-history.exp: Likewise.
5005 * gdb.fortran/vla-ptr-info.exp: Likewise.
5006 * gdb.fortran/vla-ptype-sub.exp: Likewise.
5007 * gdb.fortran/vla-ptype.exp: Likewise.
5008 * gdb.fortran/vla-sizeof.exp: Likewise.
5009 * gdb.fortran/vla-type.exp: Likewise.
5010 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
5011 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
5012 * gdb.fortran/vla-value-sub.exp: Likewise.
5013 * gdb.fortran/vla-value.exp: Likewise.
5014 * gdb.fortran/whatis_type.exp: Likewise.
5015 * gdb.mi/mi-var-child-f.exp: Likewise.
5016
6dc55ce9 50172020-05-09 Tom de Vries <tdevries@suse.de>
5018
5019 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
5020
283cb58c
TV
50212020-05-08 Tom de Vries <tdevries@suse.de>
5022
5023 * gdb.dwarf2/clang-debug-names.c: New test.
5024 * gdb.dwarf2/clang-debug-names.exp: New file.
5025
ac4a4f1c
SM
50262020-05-06 Simon Marchi <simon.marchi@efficios.com>
5027
5028 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
5029 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
5030
24fe640b
TV
50312020-05-06 Tom de Vries <tdevries@suse.de>
5032
5033 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
5034 breakpoint is at a "recommended breakpoint location".
5035 * gdb.reverse/consecutive-reverse.exp: Same.
5036
0d8683a3
TV
50372020-05-06 Tom de Vries <tdevries@suse.de>
5038
5039 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
5040 address.
5041
b8983c46
TV
50422020-05-06 Tom de Vries <tdevries@suse.de>
5043
5044 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
5045
abf6d805
TV
50462020-05-06 Tom de Vries <tdevries@suse.de>
5047
5048 * gdb.base/store.exp (check_set, up_set): Allowing missing location
5049 info for r.
5050
0fc2a808
TV
50512020-05-06 Tom de Vries <tdevries@suse.de>
5052
5053 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
5054 necessary.
5055
873dd427
TV
50562020-05-06 Tom de Vries <tdevries@suse.de>
5057
5058 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
5059 void.
5060
7c99e7e2
TV
50612020-05-06 Tom de Vries <tdevries@suse.de>
5062
5063 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
5064 of ...
5065 * gdb.base/async.exp: ... here.
5066 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
5067 "recommended breakpoint location".
5068
6173d6a6
TV
50692020-05-06 Tom de Vries <tdevries@suse.de>
5070
5071 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
5072
6015a067
TV
50732020-05-04 Tom de Vries <tdevries@suse.de>
5074
5075 * gdb.base/async.exp: Check whether instruction addresses are a
5076 "recommended breakpoint location".
5077
3b6acaee
TT
50782020-05-03 Tom Tromey <tom@tromey.com>
5079
5080 * gdb.base/sepdebug.exp: Remove "catch" test.
5081 * gdb.base/break.exp: Remove "catch" test.
5082 * gdb.base/default.exp: Update expected output.
5083
5beb4d17
TV
50842020-05-02 Tom de Vries <tdevries@suse.de>
5085
5086 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
5087 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
5088 * gdb.arch/i386-mpx-map.exp: Same.
5089 * gdb.arch/i386-mpx-sigsegv.exp: Same.
5090 * gdb.arch/i386-mpx-simple_segv.exp: Same.
5091 * gdb.arch/i386-mpx.exp: Same.
5092
8caf140d
TV
50932020-05-02 Tom de Vries <tdevries@suse.de>
5094
5095 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
5096
693196cb
TV
50972020-05-01 Tom de Vries <tdevries@suse.de>
5098
5099 * gdb.ada/operator_bp.exp: Allow more than required amount of
5100 breakpoint.
5101
53ae0aa9
TV
51022020-05-01 Tom de Vries <tdevries@suse.de>
5103
5104 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
5105
ee9d1e5f
HD
51062020-04-30 Hannes Domani <ssbssa@yahoo.de>
5107
5108 PR gdb/18706
5109 * gdb.cp/stub-array-size.cc: New test.
5110 * gdb.cp/stub-array-size.exp: New file.
5111 * gdb.cp/stub-array-size.h: New test.
5112 * gdb.cp/stub-array-size2.cc: New test.
5113
d5cf82c0
HD
51142020-04-30 Hannes Domani <ssbssa@yahoo.de>
5115
5116 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
5117 output to the new format.
5118
42e165c3
SM
51192020-04-29 Simon Marchi <simon.marchi@efficios.com>
5120
5121 * gdb.base/break.exp: Use with_test_prefix.
5122
6e4e3fe1
TV
51232020-04-29 Tom de Vries <tdevries@suse.de>
5124
5125 * lib/gdb.exp (debug_types): New proc.
5126 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
5127 * gdb.python/py-symtab.exp: Same.
5128
d642b692
HD
51292020-04-29 Hannes Domani <ssbssa@yahoo.de>
5130
5131 PR gdb/17320
5132 * gdb.base/pretty-array.c: New test.
5133 * gdb.base/pretty-array.exp: New file.
5134
ea90f227
TV
51352020-04-29 Tom de Vries <tdevries@suse.de>
5136
5137 PR symtab/25889
5138 * gdb.cp/cpexprs.exp: Adapt for inclusion.
5139 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
5140 and include cpexprs.exp.
5141
a65189c9
TV
51422020-04-28 Mark Williams <mark@myosotissp.com>
5143
5144 PR gdb/24480
5145 * dw4-toplevel-types.exp: Test for top level types.
5146 * dw4-toplevel-types.cc: Test for top level types.
5147
32d1f47a
TBA
51482020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5149
5150 * gdb.threads/stop-with-handle.exp: Fix typo in comment
5151 (theads -> threads).
5152
56a4f5a1
TV
51532020-04-28 Tom de Vries <tdevries@suse.de>
5154
5155 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
5156
0b2f8a3b
TV
51572020-04-28 Tom de Vries <tdevries@suse.de>
5158
5159 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
5160
5390c717
TV
51612020-04-28 Tom de Vries <tdevries@suse.de>
5162
5163 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
5164
15cd93d0
TV
51652020-04-28 Tom de Vries <tdevries@suse.de>
5166
5167 * gdb.dwarf2/main-foo.c: New test.
5168 * gdb.dwarf2/struct-with-sig.exp: New file.
5169
d472f0fb
TV
51702020-04-25 Tom de Vries <tdevries@suse.de>
5171
5172 * boards/debug-types.exp: New file.
5173
8d840e05
AB
51742020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
5175
5176 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
5177
bcfe6157
TT
51782020-04-24 Tom Tromey <tom@tromey.com>
5179
5180 PR symtab/12707:
5181 * gdb.python/py-symbol.exp: Update expected results for
5182 linkage_name test.
5183 * gdb.cp/print-demangle.exp: New file.
5184 * gdb.base/c-linkage-name.exp: Fix test.
5185 * gdb.guile/scm-symbol.exp: Update expected results for
5186 linkage_name test.
5187
f049a313
TT
51882020-04-24 Tom Tromey <tom@tromey.com>
5189
5190 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
5191 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
5192 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
5193 assembler.
5194
7cf28874
TV
51952020-04-24 Tom de Vries <tdevries@suse.de>
5196
5197 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
5198 C++.
5199
dac2fef7
TT
52002020-04-24 Tom Tromey <tromey@adacore.com>
5201
5202 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
5203 values.
5204 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
5205 values. Update test for minimal encodings.
5206 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
5207 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
5208 values. Update test for minimal encodings.
5209
1acda803
TT
52102020-04-24 Tom Tromey <tromey@adacore.com>
5211
5212 PR python/23662:
5213 * gdb.ada/variant.exp: Add Python checks.
5214 * gdb.rust/simple.exp: Add dynamic type checks.
5215
adfb9815
TT
52162020-04-24 Tom Tromey <tromey@adacore.com>
5217
5218 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
5219 Make array type matching more lax.
5220 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
5221 * gdb.ada/mi_variant.exp: New file.
5222 * gdb.ada/mi_variant/pck.ads: New file.
5223 * gdb.ada/mi_variant/pkg.adb: New file.
5224 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
5225 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
5226
7d79de9a
TT
52272020-04-24 Tom Tromey <tromey@adacore.com>
5228
5229 * gdb.ada/variant.exp: Add dynamic field offset tests.
5230 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
5231 * gdb.ada/variant/pkg.adb: Add new variables.
5232
f8e89861
TT
52332020-04-24 Tom Tromey <tromey@adacore.com>
5234
5235 * gdb.ada/variant.exp: New file
5236 * gdb.ada/variant/pkg.adb: New file
5237 * gdb.ada/variant/pck.adb: New file
5238
86e887ae
TV
52392020-04-24 Tom de Vries <tdevries@suse.de>
5240
5241 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
5242
88428775
TV
52432020-04-24 Tom de Vries <tdevries@suse.de>
5244
5245 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
5246 flags.
5247
4e86f6e7
TV
52482020-04-24 Tom de Vries <tdevries@suse.de>
5249
5250 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
5251
2016d3e6
TV
52522020-04-24 Tom de Vries <tdevries@suse.de>
5253
5254 * lib/gdb.exp (default_gdb_start): Handle eof.
5255 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
5256 failure.
5257 * gdb.base/readnever.exp: Handle clean_restart failure.
5258
70bc38f5
TV
52592020-04-23 Tom de Vries <tdevries@suse.de>
5260
5261 * gdb.base/decl-before-def.exp: Run to main and print a again.
5262
de82891c
TV
52632020-04-23 Tom de Vries <tdevries@suse.de>
5264
5265 * gdb.base/decl-before-def-decl.c: New test.
5266 * gdb.base/decl-before-def-def.c: New test.
5267 * gdb.base/decl-before-def.exp: New file.
5268
96038148
TV
52692020-04-23 Tom de Vries <tdevries@suse.de>
5270
5271 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
5272
54ac3df1
TV
52732020-04-22 Tom de Vries <tdevries@suse.de>
5274
5275 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
5276 debug_info_offset.
5277 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
5278 before $objsfile in the line line.
5279
714534e1
TV
52802020-04-22 Tom de Vries <tdevries@suse.de>
5281
5282 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
5283
16a7dbf4
MS
52842020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5285
5286 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
5287 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
5288 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
5289 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
5290 * gdb.base/jit-protocol.h: Update definitions to match all usage
5291 contexts.
5292
52932020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5294
5295 * gdb.base: Rename all jit related test and source files.
5296
52972020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
5298
5299 * gdb.base/jit-reader.exp: Relax register output check.
5300
317d2668
TV
53012020-04-22 Tom de Vries <tdevries@suse.de>
5302
5303 PR symtab/25764
5304 * gdb.base/psym-external-decl-2.c: New test.
5305 * gdb.base/psym-external-decl.c: New test.
5306 * gdb.base/psym-external-decl.exp: New file.
5307 * gdb.threads/tls.exp: Add PR25807 kfail.
5308
eea9e357
TV
53092020-04-22 Tom de Vries <tdevries@suse.de>
5310
5311 PR symtab/25801
5312 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
5313 in "info source" output.
5314
3d5afab3
TV
53152020-04-22 Tom de Vries <tdevries@suse.de>
5316
5317 PR symtab/25700
5318 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
5319 symtab for imported_unit.c.
5320
b32102f6
GB
53212020-04-21 Gary Benson <gbenson@redhat.com>
5322
5323 * gdb.base/advance.c (func): New argument, to match call site.
5324 (func2, func3): Add return statements.
5325
d43b7a2d
TBA
53262020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5327
5328 * gdb.multi/run-only-second-inf.c: New file.
5329 * gdb.multi/run-only-second-inf.exp: New file.
5330
d89edf9b
MM
53312020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5332
5333 * gdb.btrace/multi-inferior.c: New test.
5334 * gdb.btrace/multi-inferior.exp: New file.
5335
1a476b6d
MM
53362020-04-21 Markus Metzger <markus.t.metzger@intel.com>
5337
5338 * gdb.btrace/enable-new-thread.c: New test.
5339 * gdb.btrace/enable-new-thread.exp: New file.
5340
4778a5f8
TV
53412020-04-21 Tom de Vries <tdevries@suse.de>
5342
5343 PR gdb/25471
5344 * gdb.threads/killed-outside.c: New test.
5345 * gdb.threads/killed-outside.exp: New file.
5346
9b2c992c
GB
53472020-04-20 Gary Benson <gbenson@redhat.com>
5348
5349 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
5350 * gdb.base/nested-subp2.exp: Likewise.
5351 * gdb.base/nested-subp3.exp: Likewise.
5352
b5d1d6f7
GB
53532020-04-20 Gary Benson <gbenson@redhat.com>
5354
5355 * gdb.base/nested-subp1.exp: Disable test when using clang.
5356 * gdb.base/nested-subp2.exp: Likewise.
5357 * gdb.base/nested-subp3.exp: Likewise.
5358
25230285
GB
53592020-04-20 Gary Benson <gbenson@redhat.com>
5360
5361 * gdb.cp/exception.cc: Fix compilation error with clang.
5362
fa93cc8f
GB
53632020-04-20 Gary Benson <gbenson@redhat.com>
5364
809730f3 5365 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 5366
e0c45f30
GB
53672020-04-20 Gary Benson <gbenson@redhat.com>
5368
5369 * gdb.base/jit-main.c: Fix compilation error with clang.
5370
4ddfec93
KR
53712020-04-17 Kamil Rytarowski <n54@gmx.com>
5372
5373 * gdb.base/attach-twice.c: Include "sys/types.h".
5374 (PTRACE_ATTACH): Add fallback definition.
5375 (main): Pass `0' to the 4th argument of `ptrace'.
5376
2bed205e
KR
53772020-04-17 Kamil Rytarowski <n54@gmx.com>
5378
5379 * gdb.base/fork-running-state.c: Include "signal.h".
5380
0743fc83
TT
53812020-04-17 Tom Tromey <tromey@adacore.com>
5382
5383 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
5384 Update tests.
5385 * gdb.btrace/cpu.exp: Update tests.
5386 * gdb.base/maint.exp: Update tests.
5387 * gdb.base/default.exp: Update tests.
5388 * gdb.base/completion.exp: Update tests.
5389
efba5c23
TV
53902020-04-16 Tom de Vries <tdevries@suse.de>
5391
5392 PR symtab/25791
5393 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
5394 (ensure_gdb_index): and factor out and move ...
5395 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
5396 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
5397
d191d716
TV
53982020-04-16 Tom de Vries <tdevries@suse.de>
5399
5400 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
5401 loading exec.
5402
99f1bc6a
AB
54032020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
5404
5405 * gdb.base/many-completions.exp: New file.
5406
194d088f
TV
54072020-04-14 Tom de Vries <tdevries@suse.de>
5408
5409 PR symtab/25718
5410 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
5411
c1a66c06
TV
54122020-04-14 Tom de Vries <tdevries@suse.de>
5413
5414 PR symtab/25720
5415 * gdb.base/maint-expand-symbols-header-file.c: New test.
5416 * gdb.base/maint-expand-symbols-header-file.exp: New file.
5417 * gdb.base/maint-expand-symbols-header-file.h: New test.
5418
21b0982c
AB
54192020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
5420
5421 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
5422 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
5423 get_func_info.
5424 (get_func_info): Delete.
5425 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
5426 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
5427 * lib/dwarf.exp (get_func_info): New function.
5428
dd1cab06
TV
54292020-04-13 Tom de Vries <tdevries@suse.de>
5430
5431 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
5432 to what find_gnatmake does.
5433
71ea2b6b
TV
54342020-04-10 Tom de Vries <tdevries@suse.de>
5435
5436 * gdb.base/style.exp: Expect "Expanding full symbols" message for
5437 -readnow.
5438
bdfc1e8a
TV
54392020-04-10 Tom de Vries <tdevries@suse.de>
5440
5441 PR cli/25808
5442 * gdb.base/style.c: Add leading newlines.
5443 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
5444 Check listing of main's one-line body.
5445
14ca8ecf
TV
54462020-04-08 Tom de Vries <tdevries@suse.de>
5447
5448 * lib/gdb.exp (psymtabs_p): New proc.
5449 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
5450 importing unit" unsupported if there are no partial symbols.
5451
e21d048f
TV
54522020-04-08 Tom de Vries <tdevries@suse.de>
5453
5454 PR testsuite/25760
5455 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
5456
25c11aca
TV
54572020-04-07 Tom de Vries <tdevries@suse.de>
5458
5459 PR symtab/25796
5460 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
5461
5707e24b
TV
54622020-04-07 Tom de Vries <tdevries@suse.de>
5463
5464 * gdb.base/check-psymtab.c: New test.
5465 * gdb.base/check-psymtab.exp: New file.
5466
6ee448cc
TT
54672020-04-06 Tom Tromey <tromey@adacore.com>
5468
5469 * gdb.ada/variant-record/proc.adb: New file.
5470 * gdb.ada/variant-record/value.adb: New file.
5471 * gdb.ada/variant-record/value.s: New file.
5472 * gdb.ada/variant-record.exp: New file.
5473
9e7c9a03
HD
54742020-04-03 Hannes Domani <ssbssa@yahoo.de>
5475
5476 PR gdb/25325
5477 * gdb.cp/typed-enum.cc: New test.
5478 * gdb.cp/typed-enum.exp: New file.
5479
c90d28ac
AB
54802020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5481
5482 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
5483 * gdb.dwarf2/dw2-inline-small-func.c: New file.
5484 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
5485 * gdb.dwarf2/dw2-inline-small-func.h: New file.
5486 * gdb.opt/inline-small-func.c: New file.
5487 * gdb.opt/inline-small-func.exp: New file.
5488 * gdb.opt/inline-small-func.h: New file.
5489
34e9a9fa
AB
54902020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5491
5492 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
5493 function.
5494
6a354911
AB
54952020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
5496
5497 * lib/dwarf.exp (function_range): Allow compiler options to be
5498 specified.
5499
880d9777
TV
55002020-04-02 Tom de Vries <tdevries@suse.de>
5501
5502 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
5503 __attribute__((always_inline)).
5504 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
5505
f32682ea
TV
55062020-04-02 Tom de Vries <tdevries@suse.de>
5507
5508 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
5509 (gdbserver_gdb_exit): ... here. Add timeout warning.
5510 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
5511 (connect_target_extended_remote): Append new server_spawn_id to
5512 server_spawn_ids.
5513 (cleanup): New proc.
5514 (setup, <toplevel>): Call cleanup.
5515
d3214198
TV
55162020-04-02 Tom de Vries <tdevries@suse.de>
5517
5518 * gdb.base/main-psymtab.exp: New file.
5519
cc77ed24
TV
55202020-04-02 Tom de Vries <tdevries@suse.de>
5521
5522 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
5523
3638a098
TT
55242020-04-01 Tom Tromey <tom@tromey.com>
5525
5526 * gdb.base/complex-parts.exp: Add type tests.
5527
c34e8714
TT
55282020-04-01 Tom Tromey <tom@tromey.com>
5529
5530 * gdb.base/complex-parts.exp: Add arithmetic tests.
5531
981c08ce
TT
55322020-04-01 Tom Tromey <tom@tromey.com>
5533
5534 * gdb.compile/compile.exp: Update.
5535 * gdb.compile/compile-cplus.exp: Update.
5536 * gdb.base/varargs.exp: Update.
5537 * gdb.base/floatn.exp: Update.
5538 * gdb.base/endianity.exp: Update.
5539 * gdb.base/callfuncs.exp (do_function_calls): Update.
5540 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
5541 (complex_float_integral_args): Update.
5542 * gdb.base/complex.exp: Update.
5543 * gdb.base/complex-parts.exp: Update.
5544
3d1cfd43
TT
55452020-04-01 Tom Tromey <tromey@adacore.com>
5546
5547 * gdb.rust/union.rs: New file.
5548 * gdb.rust/union.exp: New file.
5549 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
5550 (main): Update.
5551 * gdb.rust/simple.exp: Move union tests to union.exp.
5552
e033dfa9
TT
55532020-04-01 Tom Tromey <tromey@adacore.com>
5554
5555 * gdb.rust/simple.rs (main): Remove "y0".
5556
53cccef1
TBA
55572020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5558
5559 * gdb.multi/stop-all-on-exit.c: New test.
5560 * gdb.multi/stop-all-on-exit.exp: New file.
5561
60e22c1e
HD
55622020-04-01 Hannes Domani <ssbssa@yahoo.de>
5563
5564 PR gdb/24789
5565 * gdb.cp/misc.cc: Add integer reference variable.
5566 * gdb.cp/misc.exp: Add test.
5567
e139a727
TBA
55682020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5569
5570 * gdb.server/stop-reply-no-thread.exp: Enhance the test
5571 scenario to cover execution until the end and also the case
5572
16b0db75
TV
55732020-03-31 Tom de Vries <tdevries@suse.de>
5574
5575 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
5576 c. Use "maint info symtabs" to check symtab expansion.
5577
c0502da6
TV
55782020-03-30 Tom de Vries <tdevries@suse.de>
5579
5580 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
5581 unsupported.
5582 (verify_psymtab_expanded): Move ...
5583 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
5584 test.
5585 (readnow): New proc.
5586
5935fd15
AB
55872020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5588
5589 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
5590 with $hex.
5591
1773be9e
TT
55922020-03-20 Tom Tromey <tromey@adacore.com>
5593
5594 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
5595
70304be9
TT
55962020-03-20 Tom Tromey <tromey@adacore.com>
5597
5598 * gdb.ada/sub_variant/subv.adb: New file.
5599 * gdb.ada/sub_variant.exp: New file.
5600
0dd7b8f7
TV
56012020-03-20 Tom de Vries <tdevries@suse.de>
5602
5603 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
5604 first break fails.
5605 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
5606
cada5fc9
AB
56072020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5608
5609 * gdb.server/exit-multiple-threads.c: New file.
5610 * gdb.server/exit-multiple-threads.exp: New file.
5611
6b8c53f2
AB
56122020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5613
5614 * gdb.fortran/mixed-lang-stack.c: New file.
5615 * gdb.fortran/mixed-lang-stack.cpp: New file.
5616 * gdb.fortran/mixed-lang-stack.exp: New file.
5617 * gdb.fortran/mixed-lang-stack.f90: New file.
5618
19a2740f
AB
56192020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
5620
5621 * gdb.linespec/cp-completion-aliases.cc: New file.
5622 * gdb.linespec/cp-completion-aliases.exp: New file.
5623
d8c8b848
TV
56242020-03-19 Tom de Vries <tdevries@suse.de>
5625
5626 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
5627 more precise.
5628
a9933ccf
TV
56292020-03-18 Tom de Vries <tdevries@suse.de>
5630
5631 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
5632 * gdb.dwarf2/break-inline-psymtab.c: New test.
5633 * gdb.dwarf2/break-inline-psymtab.exp: New file.
5634
2f89101f
TV
56352020-03-16 Tom de Vries <tdevries@suse.de>
5636
5637 * lib/cache.exp (gdb_do_cache): Add and handle local variables
5638 cache_verify and cache_verify_proc.
5639
6b9374f1
TV
56402020-03-15 Tom de Vries <tdevries@suse.de>
5641
5642 * gdb.server/solib-list.exp: Handle
5643 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
5644
eaeaf44c
TV
56452020-03-15 Tom de Vries <tdevries@suse.de>
5646
5647 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
5648 objfiles".
5649
3293bbaf
TT
56502020-03-14 Tom Tromey <tom@tromey.com>
5651
5652 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
5653
ab44624c
TV
56542020-03-14 Tom de Vries <tdevries@suse.de>
5655
5656 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
5657
54c43825
TV
56582020-03-14 Tom de Vries <tdevries@suse.de>
5659
5660 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
5661 result in line-by-line fashion.
5662
2ac70237
TV
56632020-03-14 Tom de Vries <tdevries@suse.de>
5664
5665 * lib/gdb.exp (supports_statement_frontiers): New proc.
5666 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
5667
09546b56
TV
56682020-03-14 Tom de Vries <tdevries@suse.de>
5669
5670 * gdb.base/printcmds.exp: Add missing quoting for "print
5671 teststring2".
5672
a1f6a07c
TT
56732020-03-13 Tom Tromey <tom@tromey.com>
5674
5675 * gdb.base/printcmds.exp (test_print_strings): Add regression
5676 test.
5677 * gdb.base/printcmds.c (charptr): New typedef.
5678 (teststring2): New global.
5679
1b83d09c
AB
56802020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
5681
5682 * gdb.base/break-interp.exp: Use the tail of the filename, not the
5683 full path in the test name.
5684 (test_ld): Add some with_test_prefix blocks to make test names
5685 unique.
5686
2d61316c
TV
56872020-03-13 Tom de Vries <tdevries@suse.de>
5688
5689 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
5690
2e9145ac
TV
56912020-03-13 Tom de Vries <tdevries@suse.de>
5692
5693 * gdb.mi/mi-sym-info.exp: Make matching more precise.
5694
96c7f873
TV
56952020-03-13 Tom de Vries <tdevries@suse.de>
5696
5697 PR symtab/25646
5698 * gdb.dwarf2/imported-unit.exp: Add test.
5699
49ba92c0
TV
57002020-03-13 Tom de Vries <tdevries@suse.de>
5701
5702 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
5703 (var1, var2): New variable.
5704 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
5705 matching symbols.
5706
301b21e0
TV
57072020-03-13 Tom de Vries <tdevries@suse.de>
5708
5709 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
5710 (Term::command): Use prompt prefix.
5711 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
5712 * gdb.tui/tui-layout-asm-short-prog.exp: Use
5713 command_no_prompt_prefix instead of prefix.
5714 * gdb.tui/tui-layout-asm.exp: Same.
5715
3f512721
SM
57162020-03-12 Simon Marchi <simon.marchi@efficios.com>
5717
5718 * gdb.base/break-interp.exp: Use foreach_with_prefix.
5719
40310f30
SM
57202020-03-12 Simon Marchi <simon.marchi@efficios.com>
5721
5722 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
5723 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
5724 on" while stepping over the test instruction, match printed
5725 message.
5726
09252140
TV
57272020-03-12 Tom de Vries <tdevries@suse.de>
5728
5729 * gdb.base/info-types.exp: Use exp_continue during matching of output
5730 of "info types".
5731
14e9c72c
TV
57322020-03-12 Tom de Vries <tdevries@suse.de>
5733
5734 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
5735
e515d67e
TV
57362020-03-12 Tom de Vries <tdevries@suse.de>
5737
5738 * gdb.fortran/module.exp: Use exp_continue during matching of output
5739 of "info variable -n".
5740
307eafd8
TV
57412020-03-12 Tom de Vries <tdevries@suse.de>
5742
5743 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
5744 gdb.dwarf2/dw2-ranges-base.c.
5745
9a2de3fc
TV
57462020-03-12 Tom de Vries <tdevries@suse.de>
5747
5748 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
5749 in presence of GLIBC debuginfo.
5750
3217502e
TV
57512020-03-12 Tom de Vries <tdevries@suse.de>
5752
5753 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
5754 $core.
5755
1281424c
TV
57562020-03-12 Tom de Vries <tdevries@suse.de>
5757
5758 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
5759 more precise.
5760
038b97fc
SM
57612020-03-11 Simon Marchi <simon.marchi@efficios.com>
5762
5763 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
5764 from Unix to Windows path.
5765
5308d1e7
TV
57662020-03-11 Tom de Vries <tdevries@suse.de>
5767
5768 * gdb.ada/minsyms.exp: Set language to ada.
5769
f870f78f
TV
57702020-03-11 Tom de Vries <tdevries@suse.de>
5771
5772 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
5773
5a13315d
TV
57742020-03-11 Tom de Vries <tdevries@suse.de>
5775
5776 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
5777
976862ed
TT
57782020-03-11 Tom Tromey <tromey@adacore.com>
5779
5780 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
5781
7462c383
TV
57822020-03-11 Tom de Vries <tdevries@suse.de>
5783
5784 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
5785
1c6c46a0
TV
57862020-03-11 Tom de Vries <tdevries@suse.de>
5787
5788 * gdb.base/break-interp.exp: Limit verbose scope.
5789
44f41bb7
TV
57902020-03-11 Tom de Vries <tdevries@suse.de>
5791
5792 * gdb.fortran/logical.f90: Define variable with character type.
5793 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
5794
b76f3a42
TV
57952020-03-11 Tom de Vries <tdevries@suse.de>
5796
5797 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
5798
1c33af77
TV
57992020-03-11 Tom de Vries <tdevries@suse.de>
5800
5801 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
5802 symtabs.
5803
8c95582d
AB
58042020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
5805 Bernd Edlinger <bernd.edlinger@hotmail.de>
5806
5807 * gdb.cp/step-and-next-inline.cc: New file.
5808 * gdb.cp/step-and-next-inline.exp: New file.
5809 * gdb.cp/step-and-next-inline.h: New file.
5810 * gdb.dwarf2/dw2-is-stmt.c: New file.
5811 * gdb.dwarf2/dw2-is-stmt.exp: New file.
5812 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
5813 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
5814 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
5815
cecf8547
AB
58162020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
5817
5818 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
5819 is-stmt flag in the line table.
5820
0ba678c9
TV
58212020-03-09 Tom de Vries <tdevries@suse.de>
5822
5823 * lib/gdb.exp (cached_file): Create cache dir.
5824
72fbdf83
TV
58252020-03-07 Tom de Vries <tdevries@suse.de>
5826
5827 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
5828 * gdb.cp/rvalue-ref-params.exp: Same.
5829
436b5e99
TV
58302020-03-06 Tom de Vries <tdevries@suse.de>
5831
5832 * lib/gdb.exp (tentative_rename, cached_file): New proc.
5833 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
5834
09f2921c
TV
58352020-03-06 Tom de Vries <tdevries@suse.de>
5836
5837 * README: Fix "the the".
5838 * gdb.base/dprintf.exp: Same.
5839
50a3cc5d
TV
58402020-03-05 Tom de Vries <tdevries@suse.de>
5841
5842 * gdb.base/maint.exp: Update "main print statistics" expected output.
5843
0a709cba
AKS
58442020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5845
5846 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
5847 (fortran_int8): Likewise.
5848 (fortran_real4): Likewise.
5849 (fortran_real8): Likewise.
5850 (fortran_complex4): Likewise.
5851 (fortran_logical4): Likewise.
5852 (fortran_character1): Likewise.
5853
5e5d66b6
AB
58542020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
5855
5856 * gdb.fortran/logical.exp: Add tests that any non-zero value is
5857 printed as true.
5858
7b973adc
SDJ
58592020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
5860
5861 * gdb.base/printcmds.exp: Add test to verify printf of a
5862 variable holding an address.
5863
478e490a
TV
58642020-03-03 Tom de Vries <tdevries@suse.de>
5865
5866 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
5867
1ef44e86
TV
58682020-03-03 Tom de Vries <tdevries@suse.de>
5869
5870 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
5871 gdb_test_multiple call.
5872
b98cc2cf
TV
58732020-03-03 Tom de Vries <tdevries@suse.de>
5874
5875 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
5876 gdb_test_multiple calls.
5877
63e163f2
AB
58782020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
5879
5880 * gdb.base/default.exp: Remove test of 'set history filename'.
5881 * gdb.base/gdbinit-history.exp: Add tests for setting the history
5882 filename to the empty string.
5883 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
5884 and GDBHISTSIZE.
5885
24ed6739
AB
58862020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
5887
5888 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
5889 disabled.
5890
590003dc 58912020-03-02 Pedro Alves <palves@redhat.com>
fc5d6901 5892 Tom de Vries <tdevries@suse.de>
590003dc
TV
5893
5894 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
5895 -prompt prefix, before user_code argument. Add -lbl option likewise.
5896 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
5897 (gdb_is_target_1): Add -prompt prefix and move to before user_code
5898 argument.
5899 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
5900 have "\r\n" at start-of-line, instead of at end-of-line.
5901
f5e46084
SM
59022020-02-28 Simon Marchi <simon.marchi@efficios.com>
5903
5904 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
5905 libinproctrace.so.
5906
f7a7000d
LM
59072020-02-28 Luis Machado <luis.machado@linaro.org>
5908
5909 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
5910 to "p/x".
5911
718e0816
LM
59122020-02-28 Luis Machado <luis.machado@linaro.org>
5913
5914 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
5915 asm/ptrace.h and error.h.
5916
13c3a74a
TV
59172020-02-28 Tom de Vries <tdevries@suse.de>
5918
5919 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
5920 (struct wrapper, do_something, mundane/symada__cS): Move ...
5921 * gdb.base/c-linkage-name-2.c: ... here. New source file.
5922 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
5923 Update "print symada__cS before partial symtab expansion" regexp.
5924 Update breakpoint location. Flush symbol cache after expansion.
5925
85d2d5bb
LM
59262020-02-28 Luis Machado <luis.machado@linaro.org>
5927
5928 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
5929
3608f86c
TV
59302020-02-27 Tom de Vries <tdevries@suse.de>
5931
5932 * config/sid.exp: Remove unused globals.
5933 * gdb.base/attach.exp: Same.
5934 * gdb.base/catch-load.exp: Same.
5935 * gdb.base/dbx.exp: Same.
5936 * lib/gdb.exp: Same.
5937 * lib/mi-support.exp: Same.
5938 * lib/prompt.exp: Same.
5939
c8d4f6df
TV
59402020-02-27 Tom de Vries <tdevries@suse.de>
5941
5942 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
5943 not set.
5944
0d79cdc4
AM
59452020-02-26 Aaron Merey <amerey@redhat.com>
5946
5947 * gdb.debuginfod: New directory for debuginfod tests.
5948 * gdb.debuginfod/main.c: New test file.
5949 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
5950
0dce4280
TV
59512020-02-26 Tom de Vries <tdevries@suse.de>
5952
5953 PR gdb/25603
5954 * gdb.base/persistent-lang.cc: New test.
5955 * gdb.base/persistent-lang.exp: New file.
5956
9e80cfa1
AB
59572020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
5958
5959 * gdb.fortran/derived-type-striding.exp: Add a new test.
5960 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
5961 new test.
5962
2078dbb2
AB
59632020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
5964
5965 * gdb.base/cached-source-file.exp: Avoid source file paths in test
5966 names.
5967
70d49700
TV
59682020-02-25 Tom de Vries <tdevries@suse.de>
5969
5970 PR go/18926
5971 * gdb.go/methods.exp: Remove gcc/93866 xfail.
5972
a88ef40d
TV
59732020-02-24 Tom de Vries <tdevries@suse.de>
5974
5975 PR gdb/25592
5976 * gdb.base/info-locals-unused-static-var.c: New test.
5977 * gdb.base/info-locals-unused-static-var.exp: New file.
5978
01b1af32
TT
59792020-02-22 Tom Tromey <tom@tromey.com>
5980
5981 * gdb.python/tui-window.exp: New file.
5982 * gdb.python/tui-window.py: New file.
5983
7c043ba6
TT
59842020-02-22 Tom Tromey <tom@tromey.com>
5985
5986 PR tui/17850:
5987 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
5988 tests.
5989
c22fef7e
TT
59902020-02-22 Tom Tromey <tom@tromey.com>
5991
5992 * gdb.tui/new-layout.exp: Add sub-layout tests.
5993
ee325b61
TT
59942020-02-22 Tom Tromey <tom@tromey.com>
5995
5996 * gdb.tui/new-layout.exp: New file.
5997
3f0cbb04
TT
59982020-02-22 Tom Tromey <tom@tromey.com>
5999
6000 * gdb.rust/rust-style.rs: New file.
6001 * gdb.rust/rust-style.exp: New file.
6002 * gdb.base/style.exp: Test structure printing.
6003 * gdb.base/style.c (struct some_struct): New type.
6004 (enum etype): New type.
6005 (struct_value): New global.
6006
75525152
TV
60072020-02-21 Tom de Vries <tdevries@suse.de>
6008
6009 PR go/18926
6010 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
6011 Remove blanket xfails. Use message argument for gdb_breakpoint.
6012 Make continuing to breakpoint test conditional on setting breakpoint.
6013 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
6014 DW_AT_name attribute. Add xfail for GCC PR93866.
6015
bd360d30
AB
60162020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
6017
6018 * gdb.dwarf2/cpp-linkage-name.c: New file.
6019 * gdb.dwarf2/cpp-linkage-name.exp: New file.
6020
c7adb09f 60212020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
6022
6023 * lib/gdb.exp (gdb_wrapper_init): Reset
6024 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
6025 not exist.
6026
a9c79803
TV
60272020-02-20 Tom de Vries <tdevries@suse.de>
6028
6029 PR go/17018
6030 * gdb.go/hello.exp: Copy ...
6031 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
6032 print of st to print value of global definition. Add xfail for GCC
6033 PR93844.
6034 * gdb.go/hello.exp: Remove printing of st before definition.
6035 * gdb.go/hello.go: Copy ...
6036 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
6037 to st.
6038 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
6039
d7445728
TV
60402020-02-20 Tom de Vries <tdevries@suse.de>
6041
6042 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
6043 (gdb_simple_compile): Handle compile_flags go by using .go extension
6044 for source file.
6045 * gdb.go/chan.exp: Use support_go_compile.
6046 * gdb.go/handcall.exp: Same.
6047 * gdb.go/hello.exp: Same.
6048 * gdb.go/integers.exp: Same.
6049 * gdb.go/max-depth.exp: Same.
6050 * gdb.go/methods.exp: Same.
6051 * gdb.go/package.exp: Same.
6052 * gdb.go/strings.exp: Same.
6053 * gdb.go/types.exp: Same.
6054 * gdb.go/unsafe.exp: Same.
6055
c9c41e6d
TV
60562020-02-19 Tom de Vries <tdevries@suse.de>
6057
6058 * gdb.python/lib-types.exp: Make xfail more strict.
6059
f20ff837
TV
60602020-02-19 Tom de Vries <tdevries@suse.de>
6061
6062 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
6063
08410482
DE
60642020-02-19 Doug Evans <dje@google.com>
6065
6066 PR rust/25535
6067 * gdb.rust/simple.exp: Add test.
6068 * gdb.rust/simple.rs: Add test.
6069
623563f7
TV
60702020-02-19 Tom de Vries <tdevries@suse.de>
6071
6072 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
6073 output line-by-line.
6074
d3308cfd
TV
60752020-02-19 Tom de Vries <tdevries@suse.de>
6076
6077 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
6078
86cbc5dc
TV
60792020-02-19 Tom de Vries <tdevries@suse.de>
6080
6081 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
6082 prelink.
6083
9db2b96b
TV
60842020-02-19 Tom de Vries <tdevries@suse.de>
6085
6086 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
6087 (gdb_do_cache): Use gdb_do_cache_wrap.
6088 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
6089
89e2fdc5
TV
60902020-02-19 Tom de Vries <tdevries@suse.de>
6091
6092 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
6093 gdb_compile option.
6094
373d7ac0
SM
60952020-02-18 Simon Marchi <simon.marchi@efficios.com>
6096
6097 * gdb.base/printcmds.exp (test_print_enums): Update expected
6098 output.
6099
b29a2df0
SM
61002020-02-18 Simon Marchi <simon.marchi@efficios.com>
6101
6102 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
6103 for "unknown".
6104
6740f0cc
SM
61052020-02-18 Simon Marchi <simon.marchi@efficios.com>
6106
6107 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
6108 enumerator.
6109
edd45eb0
SM
61102020-02-18 Simon Marchi <simon.marchi@efficios.com>
6111
6112 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
6113 FE_, add FE_NONE.
6114 (three): Update.
6115 (enum flag_enum_without_zero): New enum.
6116 (flag_enum_without_zero): New variable.
6117 (enum not_flag_enum): New enum.
6118 (three_not_flag): New variable.
6119 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
6120 (test_print_enums): Add more tests for printing flag enums.
6121
d4295de4
TV
61222020-02-18 Tom de Vries <tdevries@suse.de>
6123
6124 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
6125 (gdb_compile_ada): ... here.
6126 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
6127 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
6128
f251f505
TT
61292020-02-14 Tom Tromey <tom@tromey.com>
6130
6131 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
6132 build directory.
6133 * boards/gdbserver-base.exp: Update path to gdbserver.
6134
8f432634
TV
61352020-02-13 Tom de Vries <tdevries@suse.de>
6136
6137 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
6138
92b6eaf7
TV
61392020-02-13 Tom de Vries <tdevries@suse.de>
6140
6141 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
6142 are missing.
6143
f3b0f7fe
TV
61442020-02-13 Tom de Vries <tdevries@suse.de>
6145
6146 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
6147 call.
6148
f6be8713
SDJ
61492020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
6150
6151 PR tui/25126
6152 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
6153 * gdb.base/cached-source-file.c: New file.
6154 * gdb.base/cached-source-file.exp: New file.
6155
b2770d5e
TV
61562020-02-11 Tom de Vries <tdevries@suse.de>
6157
6158 PR testsuite/25488
6159 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
6160
44f6938e
TV
61612020-02-10 Tom de Vries <tdevries@suse.de>
6162
6163 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
6164
5f0e2eb7
MR
61652020-02-10 Maciej W. Rozycki <macro@wdc.com>
6166
6167 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
6168 and $after_addr are both integers before making a comparison.
6169
46ce2b6f
TV
61702020-02-09 Tom de Vries <tdevries@suse.de>
6171
6172 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
6173 command output and paste it into gdb.log. If any, paste catch message
6174 to gdb.log.
6175
5abbbe1d
TT
61762020-02-07 Tom Tromey <tromey@adacore.com>
6177
6178 PR breakpoints/24915:
6179 * gdb.base/annotate-symlink.exp: Use setup_xfail.
6180
1d5d29e7
SV
61812020-02-06 Shahab Vahedi <shahab@synopsys.com>
6182
6183 * gdb.tui/tui-missing-src.exp: Add the "missing source
6184 file" test for the TUI.
6185
b0999b9b
AB
61862020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
6187
6188 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
6189 including a port number in the output.
6190
c3b149eb
AKS
61912020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
6192
6193 * lib/fortran.exp (fortran_int4): Handle clang.
6194 (fortran_int8): Likewise.
6195 (fortran_real4): Likewise.
6196 (fortran_real8): Likewise.
6197 (fortran_complex4): Likewise.
6198 (fortran_logical4): Likewise.
6199 (fortran_character1): Likewise.
6200
f8dcc90b
TV
62012020-02-04 Tom de Vries <tdevries@suse.de>
6202
6203 * README (Race detection): Add note.
6204
f90ac7c2
TV
62052020-02-04 Tom de Vries <tdevries@suse.de>
6206
6207 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
6208
780636ae
TV
62092020-02-04 Tom de Vries <tdevries@suse.de>
6210
6211 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
6212
5d2e1193
RA
62132020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
6214
6215 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
6216 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
6217 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
6218 blttar, bnetarl.
6219 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
6220 binary for blttar, bnetarl.
6221 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
6222 wait instruction. Delete ldmx test.
6223 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
6224
e409c542
AKS
62252020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6226
6227 * gdb.fortran/array-bounds-high.exp: New file.
6228 * gdb.fortran/array-bounds-high.f90: New file.
6229
b0029748
LD
62302020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
6231
6232 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
6233 Replace #include of <sys/fcntl.h> by <fcntl.h>.
6234
195a8287
TV
62352020-02-01 Tom de Vries <tdevries@suse.de>
6236
6237 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
6238
42330a68
AB
62392020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
6240
6241 PR tui/9765
6242 * gdb.tui/tui-layout-asm-short-prog.S: New file.
6243 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
6244
b62a8028
LM
62452020-01-29 Luis Machado <luis.machado@linaro.org>
6246
6247 * gdb.arch/aarch64-brk-patterns.c: New source file.
6248 * gdb.arch/aarch64-brk-patterns.exp: New test.
6249
5f440116
TBA
62502020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6251
6252 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
6253 GCC/Clang version.
6254 * gdb.cp/pass-by-ref.exp: Ditto.
6255
ee2a6fc6
TV
62562020-01-29 Tom de Vries <tdevries@suse.de>
6257
6258 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
6259 * gdb.threads/watchpoint-fork-mt.c: Same.
6260 * gdb.threads/watchpoint-fork-parent.c: Same.
6261 * gdb.threads/watchpoint-fork-st.c: Same.
6262 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
6263
16b10d6e
LM
62642020-01-27 Luis Machado <luis.machado@linaro.org>
6265
6266 * gdb.base/step-over-syscall.exp (setup): Check if we're already
6267 sitting at a syscall instruction when we hit the syscall function's
6268 breakpoint.
6269 Check PC against one obtained with the x command.
6270 Validate syscall number.
6271 (step_over_syscall): Don't continue to the syscall instruction if
6272 we're already there.
6273
b1468492
PW
62742020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6275
6276 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
6277
7ffa82e1
AB
62782020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6279
6280 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
6281 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
6282
3d92a3e3
AB
62832020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6284
6285 * gdb.dwarf2/dw2-inline-stepping.c: New file.
6286 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
6287
94a72be7
AB
62882020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6289
6290 * gdb.base/maint.exp: Update line table parsing test.
6291 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
6292
53af73bf
PA
62932020-01-24 Pedro Alves <palves@redhat.com>
6294
6295 PR gdb/25410
6296 * gdb.multi/multi-re-run-1.c: New.
6297 * gdb.multi/multi-re-run-2.c: New.
6298 * gdb.multi/multi-re-run.exp: New.
6299
1ba1ac88
AB
63002020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6301
6302 PR gdb/23718
6303 * gdb.server/server-kill-python.exp: New file.
6304
f3364a6d
AB
63052020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6306
6307 * gdb.server/multi-ui-errors.c: New file.
6308 * gdb.server/multi-ui-errors.exp: New file.
6309
733d0a67
AB
63102020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
6311
6312 PR tui/9765
6313 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
6314
4f13c1c0
TT
63152020-01-19 Tom Tromey <tom@tromey.com>
6316
6317 * gdb.tui/main.exp: Add check for plain "file".
6318
40c94099
CB
63192020-01-16 Christian Biesinger <cbiesinger@google.com>
6320
6321 * lib/gdb.exp: Fix spelling error (seperatelly).
6322
ff47f4f0
TT
63232020-01-14 Tom Tromey <tom@tromey.com>
6324
6325 PR symtab/12535:
6326 * gdb.python/python.exp: Test decode_line with empty string
6327 argument.
6328
717c684d
BE
63292020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
6330
6331 * gdb.base/skip-inline.exp: Extend test.
6332
44e4c775
AB
63332020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6334
6335 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
6336 * gdb.dwarf2/dw2-bad-elf.c: New file.
6337 * gdb.dwarf2/dw2-bad-elf.exp: New file.
6338
d93c6db7
AB
63392020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6340
6341 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
6342 _line_saw_file.
6343
9a6d629c
AB
63442020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
6345
6346 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
6347 border.
6348
d9ebdab7
TBA
63492020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6350
6351 * gdb.multi/multi-target.exp (setup): Factor out "info
6352 connections" and "info inferiors" tests to ...
6353 (test_info_inferiors): ... this new procedure.
6354 (top level): Run new "info-inferiors" tests.
6355
f3c469b9
PA
63562020-01-10 Pedro Alves <palves@redhat.com>
6357
6358 * gdb.server/bkpt-other-inferior.exp: New file.
6359
121b3efd
PA
63602020-01-10 Pedro Alves <palves@redhat.com>
6361
6362 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
6363 of "add-inferior".
6364 * gdb.base/quit-live.exp: Likewise.
6365 * gdb.base/remote-exec-file.exp: Likewise.
6366 * gdb.guile/scm-progspace.exp: Likewise.
6367 * gdb.linespec/linespec.exp: Likewise.
6368 * gdb.mi/new-ui-mi-sync.exp: Likewise.
6369 * gdb.mi/user-selected-context-sync.exp: Likewise.
6370 * gdb.multi/multi-target.exp (setup): Add "info connection" and
6371 "info inferiors" tests.
6372 * gdb.multi/remove-inferiors.exp: Adjust expected output of
6373 "add-inferior".
6374 * gdb.multi/watchpoint-multi.exp: Likewise.
6375 * gdb.python/py-inferior.exp: Likewise.
6376 * gdb.server/extended-remote-restart.exp: Likewise.
6377 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
6378 "info inferiors".
6379 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
6380 * gdb.trace/report.exp: Likewise.
6381
1dadb1dd
PA
63822020-01-10 Pedro Alves <palves@redhat.com>
6383
6384 * gdb.multi/multi-target.c: New file.
6385 * gdb.multi/multi-target.exp: New file.
6386 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
6387 mode requested, but remote does not support non-stop".
6388
78f2c40a
PA
63892020-01-10 Pedro Alves <palves@redhat.com>
6390
6391 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
6392 disconnect before reconnecting.
6393
e7af6c70
TBA
63942020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6395 Pedro Alves <palves@redhat.com>
6396
6397 * gdb.server/connect-without-multi-process.exp: Also test
6398 continuing to end.
6399
acdf84a6
PA
64002020-01-10 Pedro Alves <palves@redhat.com>
6401
6402 * gdb.base/remote-exec-file.exp: New file.
6403
873657b9
PA
64042020-01-10 Pedro Alves <palves@redhat.com>
6405
6406 * gdb.base/fork-running-state.exp (do_test): Adjust expected
6407 output.
6408 * gdb.threads/async.c: New.
6409 * gdb.threads/async.exp: New.
6410 * gdb.multi/tids-gid-reset.c: New.
6411 * gdb.multi/tids-gid-reset.exp: New.
6412
7f0ae84c
GB
64132020-01-10 George Barrett <bob@bob131.so>
6414
6415 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
6416 to help in finding the image relocation offset.
6417 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
6418 options in arguments.
6419 (stap_test_no_debuginfo): Likewise.
6420 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
6421 test variants.
6422 (stap_test): Add null semaphore relocation test.
6423
47e9d49d
GB
64242020-01-10 George Barrett <bob@bob131.so>
6425
6426 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
6427 * gdb.base/stap-probe.exp: Likewise.
6428 (stap_test): Pass argument as an additional flag.
6429 (stap_test_no_debuginfo): Likewise.
6430 (stap_test): Check `info probes stap' output for semaphore
6431 addresses if the test binary is supposed to have them.
6432
f5a7c406
AB
64332020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6434
6435 * gdb.tui/basic.exp: Add more scrolling tests.
6436
9ae6bf64
TT
64372020-01-09 Tom Tromey <tom@tromey.com>
6438
6439 PR tui/18932:
6440 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
6441 meangingful value.
6442 (Term::command, Term::resize): Update.
6443 * gdb.tui/basic.exp: Add scrolling test.
6444
b2efe70c
AB
64452020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6446
6447 * gdb.tui/tui-layout-asm.exp: New file.
6448
3804da7e
AB
64492020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6450
6451 * lib/tuiterm.exp (Term::check_box_contents): New proc.
6452
b40aa28f
AB
64532020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6454
6455 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
6456 (Term::enter_tui): Use Term::prepare_for_tui.
6457
63ffd7c9
AB
64582020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6459
6460 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
6461 called.
6462
3be966f6
AB
64632020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6464
6465 * gdb.base/skip.exp: Fix race condition in test.
6466
153d79c4
AB
64672020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
6468
6469 * gdb.base/backtrace.c: New file.
6470 * gdb.base/backtrace.exp: New file.
6471
f2302a34
AB
64722020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
6473
6474 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
6475
6ec1d75e
PW
64762020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6477
6478 * gdb.base/style.exp: Test that warnings are styled.
6479
c296cbe6
BE
64802019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
6481
6482 * gdb.base/line65535.exp: New file.
6483 * gdb.base/line65535.c: New file.
6484
b28a729d
SM
64852019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
6486
6487 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
6488 * lib/gnat_debug_info_test.adb: New file.
6489 * gdb.ada/ptype_tagged_param.exp: Use
6490 gnat_runtime_has_debug_info, expect a different output if
6491 runtime does not have debug info.
6492
7f2d7a0d
SM
64932019-12-20 Simon Marchi <simon.marchi@efficios.com>
6494
6495 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
6496 (another) quote in test name.
6497
f3bce483
SM
64982019-12-20 Simon Marchi <simon.marchi@efficios.com>
6499
6500 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
6501 Add quote in test name.
6502
c855a912
TBA
65032019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6504
6505 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
6506 directory instead.
6507 * gdb.cp/pass-by-ref.exp: Extend with more cases.
6508 * gdb.cp/pass-by-ref-2.cc: New file.
6509 * gdb.cp/pass-by-ref-2.exp: New file.
6510
fc9d2d72
TT
65112019-12-20 Tom Tromey <tom@tromey.com>
6512
6513 * gdb.tui/list-before.exp: New file.
6514
77b97e00
TT
65152019-12-20 Tom Tromey <tom@tromey.com>
6516
6517 * gdb.tui/list.exp: Check for source on initial listing.
6518
f69656d0
TT
65192019-12-11 Tom Tromey <tromey@adacore.com>
6520
6521 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
6522 Add crlf test.
6523
99a55965
SM
65242019-12-18 Simon Marchi <simon.marchi@efficios.com>
6525
6526 * gdb.base/default.exp: Update value of $_gdb_major.
6527
5024637f
BE
65282019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6529
6530 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
6531
b63634be
BE
65322019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
6533
6534 * gdb.base/skip.exp: Whitespace fix.
6535
45d73523
BE
65362019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
6537
6538 * gdb.base/skip-inline.c: New file.
6539 * gdb.base/skip-inline.exp: New file.
6540
d043f8c8
SM
65412019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
6542
6543 * gdb.base/jit-reader.exp (jit_reader_test): Rename
6544 jit_function_00 to jit_function_stack_mangle.
6545 * gdb.base/jithost.c (jit_function_t): Rename to...
6546 (jit_function_stack_mangle_t): ... this.
6547 (jit_function_add_t): New typedef.
6548 (jit_function_00_code): Rename to...
6549 (jit_function_stack_mangle_code): ... this, make static.
6550 (jit_function_add_code): New.
6551 (main): Generate "add" function and call it. Adjust to changes
6552 in jithost_abi.
6553 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
6554 (struct jithost_abi) <begin, end>: Remove fields.
6555 <object, function_stack_mangle, function_add>: New fields.
6556 * gdb.base/jitreader.c (struct reader_state) <code_begin,
6557 code_end>: Remove fields.
6558 <func_stack_mangle>: New field.
6559 (read_debug_info): Adjust to renaming, create block for "add"
6560 function.
6561 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
6562
873de05c
TT
65632019-12-11 Tom Tromey <tom@tromey.com>
6564
6565 * gdb.tui/resize.exp: Fix regexp.
6566 * gdb.tui/regs.exp: Fix regexps.
6567 * gdb.tui/main.exp: Fix regexp.
6568
3d979945
TT
65692019-12-11 Tom Tromey <tom@tromey.com>
6570
6571 * gdb.tui/resize.exp: Update.
6572 * gdb.tui/empty.exp (layouts): Update.
6573
2192a9d3
TT
65742019-12-11 Tom Tromey <tom@tromey.com>
6575
6576 * gdb.tui/regs.exp: Update.
6577 * gdb.tui/empty.exp (layouts): Update.
6578 * gdb.tui/basic.exp: Update.
6579 * lib/tuiterm.exp (_check_box): Don't check bottom border.
6580
d8edc8b7
PW
65812019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6582
6583 * gdb.base/options.exp: Add -raw-values in the print completion list.
6584 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
6585
4c12d936
KB
65862019-12-10 Kevin Buettner <kevinb@redhat.com>
6587
6588 * gdb.threads/omp-par-scope.c: New file.
6589 * gdb/threads/omp-par-scope.exp: New file.
6590
26b911fb
KB
65912019-12-10 Kevin Buettner <kevinb@redhat.com>
6592
bb47f919
KB
6593 * lib/gdb.exp (support_nested_function_tests): New proc.
6594
65952019-12-10 Kevin Buettner <kevinb@redhat.com>
6596
6597 * lib/gdb.exp (gdb_compile_openmp): New proc.
6598 (build_executable_from_specs): Add an "openmp" option.
6599 (gdb_compile_pthreads): Add non-executable case.
26b911fb 6600
6c71eb7d
TT
66012019-12-10 Tom Tromey <tromey@adacore.com>
6602
6603 * gdb.ada/unchecked_union.exp: New file.
6604 * gdb.ada/unchecked_union/pck.adb: New file.
6605 * gdb.ada/unchecked_union/pck.ads: New file.
6606 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
6607 * gdb-utils.exp (string_to_regexp): Also quote "?".
6608
bac7c5cf
GB
66092019-12-10 George Barrett <bob@bob131.so>
6610
6611 Test scripted probe breakpoints.
6612 * gdb.guile/scm-breakpoint.c (main): Add probe point.
6613 * gdb.python/py-breakpoint.c (main): Likewise.
6614 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
6615 specifier test.
6616 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
6617
330f1d38
TBA
66182019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6619
6620 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
6621 an rvalue parameter.
6622 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
6623 parameter.
6624
b43315e2
AB
66252019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6626
6627 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
6628 modules.
6629
54f73dad
AB
66302019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6631
6632 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
6633 broken version of GCC.
6634
d57cbee9
AB
66352019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6636
6637 * gdb.fortran/info-modules.exp: Rewrite to make use of new
6638 sym-info-cmds library.
6639 * gdb.fortran/info-types.exp: Likewise.
6640 * lib/sym-info-cmds.exp: New file.
6641
c14aab8c
TV
66422019-12-08 Tom de Vries <tdevries@suse.de>
6643
6644 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
6645
aa2d5a42
KS
66462019-12-07 Keith Seitz <keiths@redhat.com>
6647
6648 * gdb.base/corefile-buildid-shlib-shr.c: New file.
6649 * gdb.base/corefile-buildid-shlib.c: New file.
6650 * gdb.base/corefile-buildid.c: New file.
6651 * gdb.base/corefile-buildid.exp: New file.
6652
93e55f0a
TV
66532019-12-06 Tom de Vries <tdevries@suse.de>
6654
6655 * gdb.dwarf2/varval.exp: Add decl before def test.
6656
c7d12402
TBA
66572019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6658
6659 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
6660
06acc08f
TBA
66612019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6662
6663 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
6664 CV and reference conversion for overload resolution.
6665 * gdb.cp/rvalue-ref-overload.exp: Test it.
6666
e0fad1ea
PW
66672019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6668
6669 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
6670 * gdb.base/frameapply.exp: Test faas without command.
6671
8d70a9f0
AB
66722019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6673
6674 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
6675 Fortran tests.
6676 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
6677 order.
6678
36c8fb93
AB
66792019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6680
6681 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
6682 casting to type with no kind specified.
6683 (test_basic_parsing_of_type_kinds): Additional tests for types
6684 with no kind specified, and add tests for single/double
6685 precision/complex types.
6686
4139ff00
TT
66872019-12-04 Tom Tromey <tromey@adacore.com>
6688
6689 * gdb.base/endianity.c (struct other) <x>: New field.
6690 (main): Initialize it.
6691 * gdb.base/endianity.exp: Update.
6692
a05cf17a
TT
66932019-12-04 Tom Tromey <tromey@adacore.com>
6694
6695 * gdb.ada/scalar_storage/storage.adb: New file.
6696 * gdb.ada/scalar_storage/pck.adb: New file.
6697 * gdb.ada/scalar_storage/pck.ads: New file.
6698 * gdb.ada/scalar_storage.exp: New file.
6699
103a685e
TT
67002019-12-04 Tom Tromey <tromey@adacore.com>
6701
6702 * gdb.base/endianity.c (struct otherendian) <f>: New field.
6703 (main): Initialize it.
6704 * gdb.base/endianity.exp: Update.
6705
c2512106
AB
67062019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6707
6708 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
6709
293b38d6
AB
67102019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6711
6712 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
6713 -symbol-info-module-functions and -symbol-info-module-variables.
6714
216a7e6b
AB
67152019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
6716
6717 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
6718
5bbd8269
AB
67192019-12-01 Richard Bunt <richard.bunt@arm.com>
6720 Andrew Burgess <andrew.burgess@embecosm.com>
6721
6722 * gdb.fortran/derived-type-striding.exp: New file.
6723 * gdb.fortran/derived-type-striding.f90: New file.
6724 * gdb.fortran/array-slices.exp: New file.
6725 * gdb.fortran/array-slices.f90: New file.
6726
be09caf1
PW
67272019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6728
6729 * gdb.base/define.exp: Test . in command names.
6730 * gdb.base/setshow.exp: Update test, as . is now part of
6731 command name.
6732
643c0cbe
PW
67332019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6734
6735 * gdb.base/define-prefix.exp: New file.
6736
dcdec678
AB
67372019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
6738
6739 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
6740 compile.
6741 (skip_btrace_pt_tests): Likewise.
6742
640ab947
AB
67432019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6744
6745 * gdb.fortran/info-modules.exp: Compile source files in correct
6746 order.
6747
d22670f0
KB
67482019-11-27 Kevin Buettner <kevinb@redhat.com>
6749
6750 * gdb.dwarf2/imported-unit.exp: New file.
6751 * gdb.dwarf2/imported-unit.c: New file.
6752
db5960b4
AB
67532019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6754
6755 * gdb.mi/mi-fortran-modules-2.f90: New file.
6756 * gdb.mi/mi-fortran-modules.exp: New file.
6757 * gdb.mi/mi-fortran-modules.f90: New file.
6758
7dc42066
AB
67592019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6760
6761 * gdb.mi/mi-sym-info-1.c: New file.
6762 * gdb.mi/mi-sym-info-2.c: New file.
6763 * gdb.mi/mi-sym-info.exp: New file.
6764
0dfeecca
TT
67652019-11-22 Tom Tromey <tromey@adacore.com>
6766
6767 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
6768 * gdb.ada/tasks/foo.adb: Add another stopping location.
6769
34877895
PJ
67702019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
6771
6772 * gdb.base/endianity.c: New test.
6773 * gdb.base/endianity.exp: New file.
6774
2e84f897
LD
67752019-11-21 Lukas Durfina <ldurfina@tachyum.com>
6776
6777 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
6778
65d1cd5f
TV
67792019-11-21 Tom de Vries <tdevries@suse.de>
6780
6781 PR gdb/24956
6782 * gdb.base/ui-redirect.exp: Test output of user-defined command.
6783
4f22c3f4
SDJ
67842019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
6785
6786 * gdb.python/py-progspace.exp: Add missing parentheses on some
6787 'print' commands.
6788
9f6ad286
TT
67892019-11-19 Tom Tromey <tom@tromey.com>
6790
6791 * gdb.tui/winheight.exp: New file.
6792
0b8dbf3f
AB
67932019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6794
6795 * gdb.base/ctf-whatis.c: Delete.
6796 * gdb.base/ctf-whatis.exp: Delete.
6797 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
6798
f833b7a7
AB
67992019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6800
6801 * gdb.base/ctf-cvexpr.exp: Delete.
6802 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
6803
30d0a636
AB
68042019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6805
6806 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
6807 the compiler. Clean up header comment a little.
6808 * gdb.base/ctf-ptype.exp: Likewise.
6809 * gdb.base/ctf-whatis.exp: Likewise.
6810 * lib/gdb.exp (skip_ctf_tests): New proc.
6811
494409bb
SDJ
68122019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
6813
6814 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
6815 * gdb.tui/corefile-run.exp: New file.
6816
55708e99
TT
68172019-11-14 Tom Tromey <tromey@adacore.com>
6818
6819 * gdb.base/gdbvars.exp (test_convenience_variables): Add
6820 regression tests.
6821
45e42163
TT
68222019-11-12 Tom Tromey <tom@tromey.com>
6823
6824 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
6825 after any command. Expect prompt after WAIT_FOR is seen.
6826 (enter_tui): Enable resize messages.
6827 (command): Expect command in output.
6828 (get_line): Avoid error when cursor appears to be off-screen.
6829 (dump_screen): Include screen size in title.
6830 (_do_resize): New proc, from "resize".
6831 (resize): Rewrite. Do resize in two steps.
6832 * gdb.tui/empty.exp (layouts): Fix entries.
6833 (check_boxes): Remove xfail.
6834 (check_text): Dump screen on failure.
6835
086baaf1
AB
68362019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
6837
6838 * gdb.python/py-symbol.exp: Add test for
6839 gdb.lookup_static_symbols.
6840
09ff83af
AB
68412019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
6842
6843 * gdb.python/py-symbol.c: Declare and call function from new
6844 py-symbol-2.c file.
6845 * gdb.python/py-symbol.exp: Compile both source files, and add new
6846 tests for gdb.lookup_static_symbol.
6847 * gdb.python/py-symbol-2.c: New file.
6848
11af934b
TV
68492019-11-02 Tom de Vries <tdevries@suse.de>
6850
6851 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
6852 * gdb.base/anon.exp: Same.
6853 * gdb.base/auto-connect-native-target.exp: Same.
6854 * gdb.base/call-ar-st.exp: Same.
6855 * gdb.base/catch-syscall.exp: Same.
6856 * gdb.base/commands.exp: Same.
6857 * gdb.base/default.exp: Same.
6858 * gdb.base/display.exp: Same.
6859 * gdb.base/float.exp: Same.
6860 * gdb.base/foll-fork.exp: Same.
6861 * gdb.base/help.exp: Same.
6862 * gdb.base/info-macros.exp: Same.
6863 * gdb.base/info-proc.exp: Same.
6864 * gdb.base/info-target.exp: Same.
6865 * gdb.base/long_long.exp: Same.
6866 * gdb.base/macscp.exp: Same.
6867 * gdb.base/memattr.exp: Same.
6868 * gdb.base/nofield.exp: Same.
6869 * gdb.base/pointers.exp: Same.
6870 * gdb.base/printcmds.exp: Same.
6871 * gdb.base/ptype.exp: Same.
6872 * gdb.base/restore.exp: Same.
6873 * gdb.base/return.exp: Same.
6874 * gdb.base/scope.exp: Same.
6875 * gdb.base/set-noassign.exp: Same.
6876 * gdb.base/setshow.exp: Same.
6877 * gdb.base/shlib-call.exp: Same.
6878 * gdb.base/signals.exp: Same.
6879 * gdb.base/sigstep.exp: Same.
6880 * gdb.base/skip.exp: Same.
6881 * gdb.base/solib-symbol.exp: Same.
6882 * gdb.base/stap-probe.exp: Same.
6883 * gdb.base/step-line.exp: Same.
6884 * gdb.base/step-test.exp: Same.
6885 * gdb.base/style.exp: Same.
6886 * gdb.base/varargs.exp: Same.
6887 * gdb.base/vla-datatypes.exp: Same.
6888 * gdb.base/vla-ptr.exp: Same.
6889 * gdb.base/vla-sideeffect.exp: Same.
6890 * gdb.base/volatile.exp: Same.
6891 * gdb.base/watch-cond-infcall.exp: Same.
6892 * gdb.base/watchpoint.exp: Same.
6893
e96ec2ba
TV
68942019-11-02 Tom de Vries <tdevries@suse.de>
6895
6896 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
6897 * gdb.cp/cpexprs.exp: Same.
6898 * gdb.cp/except-multi-location.exp: Same.
6899 * gdb.cp/exceptprint.exp: Same.
6900 * gdb.cp/gdb2384.exp: Same.
6901 * gdb.cp/inherit.exp: Same.
6902 * gdb.cp/m-static.exp: Same.
6903 * gdb.cp/meth-typedefs.exp: Same.
6904 * gdb.cp/misc.exp: Same.
6905 * gdb.cp/namespace.exp: Same.
6906 * gdb.cp/non-trivial-retval.exp: Same.
6907 * gdb.cp/overload.exp: Same.
6908 * gdb.cp/pr17132.exp: Same.
6909 * gdb.cp/re-set-overloaded.exp: Same.
6910 * gdb.cp/rvalue-ref-types.exp: Same.
6911 * gdb.cp/templates.exp: Same.
6912
bd5766ec
LM
69132019-11-01 Luis Machado <luis.machado@linaro.org>
6914
6915 PR gdb/25124
6916
6917 * gdb.arch/pr25124.S: New file.
6918 * gdb.arch/pr25124.exp: New file.
6919
165f8965
AB
69202019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6921
6922 * gdb.fortran/info-modules.exp: Update expected results, and add
6923 additional tests for 'info module functinos', and 'info module
6924 variables'.
6925 * gdb.fortran/info-types.exp: Update expected results.
6926 * gdb.fortran/info-types.f90: Extend testcase with additional
6927 module variables and functions.
6928
59c35742
AB
69292019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6930
6931 * gdb.fortran/info-modules.exp: New file.
6932 * gdb.fortran/info-types.exp: Build with new file.
6933 * gdb.fortran/info-types.f90: Include and use new module.
6934 * gdb.fortran/info-types-2.f90: New file.
6935
f3fb2519
PW
69362019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6937
6938 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
6939 * gdb.base/settings.exp: Test all settings types using
6940 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
6941 that now verifies that the value of "maint show" is the same as
6942 returned by the settings functions. Test the type of the
6943 maintenance settings.
6944 * gdb.base/default.exp: Update show_conv_list.
6945
d1e36019
TV
69462019-10-31 Tom de Vries <tdevries@suse.de>
6947
6948 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
6949 gdb_test.
6950 * gdb.arch/amd64-disp-step.exp: Same.
6951 * gdb.asm/asm-source.exp: Same.
6952 * gdb.btrace/buffer-size.exp: Same.
6953 * gdb.btrace/cpu.exp: Same.
6954 * gdb.btrace/enable.exp: Same.
6955 * gdb.dwarf2/count.exp: Same.
6956 * gdb.dwarf2/dw2-ranges-func.exp: Same.
6957 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
6958 * gdb.fortran/vla-datatypes.exp: Same.
6959 * gdb.fortran/vla-history.exp: Same.
6960 * gdb.fortran/vla-ptype.exp: Same.
6961 * gdb.fortran/vla-value.exp: Same.
6962 * gdb.fortran/whatis_type.exp: Same.
6963 * gdb.guile/guile.exp: Same.
6964 * gdb.multi/tids.exp: Same.
6965 * gdb.python/py-finish-breakpoint.exp: Same.
6966 * gdb.python/py-framefilter.exp: Same.
6967 * gdb.python/py-pp-registration.exp: Same.
6968 * gdb.python/py-xmethods.exp: Same.
6969 * gdb.python/python.exp: Same.
6970 * gdb.server/connect-with-no-symbol-file.exp: Same.
6971 * gdb.server/no-thread-db.exp: Same.
6972 * gdb.server/run-without-local-binary.exp: Same.
6973 * gdb.stabs/weird.exp: Same.
6974 * gdb.threads/attach-many-short-lived-threads.exp: Same.
6975 * gdb.threads/thread-find.exp: Same.
6976 * gdb.threads/tls-shared.exp: Same.
6977 * gdb.threads/tls.exp: Same.
6978 * gdb.threads/wp-replication.exp: Same.
6979 * gdb.trace/ax.exp: Same.
6980 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
6981
3d11e68e
TV
69822019-10-31 Tom de Vries <tdevries@suse.de>
6983
6984 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
6985 * gdb.ada/array_subscript_addr.exp: Same.
6986 * gdb.ada/arrayidx.exp: Same.
6987 * gdb.ada/arrayparam.exp: Same.
6988 * gdb.ada/arrayptr.exp: Same.
6989 * gdb.ada/boolean_expr.exp: Same.
6990 * gdb.ada/call_pn.exp: Same.
6991 * gdb.ada/complete.exp: Same.
6992 * gdb.ada/fixed_cmp.exp: Same.
6993 * gdb.ada/fun_addr.exp: Same.
6994 * gdb.ada/funcall_param.exp: Same.
6995 * gdb.ada/interface.exp: Same.
6996 * gdb.ada/mod_from_name.exp: Same.
6997 * gdb.ada/null_array.exp: Same.
6998 * gdb.ada/packed_array.exp: Same.
6999 * gdb.ada/packed_tagged.exp: Same.
7000 * gdb.ada/print_chars.exp: Same.
7001 * gdb.ada/print_pc.exp: Same.
7002 * gdb.ada/ptype_arith_binop.exp: Same.
7003 * gdb.ada/ptype_field.exp: Same.
7004 * gdb.ada/ptype_tagged_param.exp: Same.
7005 * gdb.ada/rec_return.exp: Same.
7006 * gdb.ada/ref_tick_size.exp: Same.
7007 * gdb.ada/str_ref_cmp.exp: Same.
7008 * gdb.ada/taft_type.exp: Same.
7009 * gdb.ada/tagged.exp: Same.
7010 * gdb.ada/type_coercion.exp: Same.
7011 * gdb.ada/uninitialized_vars.exp: Same.
7012
60b6ede8
TV
70132019-10-30 Tom de Vries <tdevries@suse.de>
7014
7015 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
7016
30baf67b
TV
70172019-10-26 Tom de Vries <tdevries@suse.de>
7018
7019 * gdb.base/bigcore.c: Fix typos in comments.
7020 * gdb.base/ctf-ptype.c: Same.
7021 * gdb.base/long_long.c: Same.
7022 * gdb.dwarf2/dw2-op-out-param.S: Same.
7023 * gdb.python/py-evthreads.c: Same.
7024 * gdb.reverse/i387-stack-reverse.c: Same.
7025 * gdb.trace/tfile.c: Same.
7026 * lib/compiler.c: Same.
7027 * lib/compiler.cc: Same.
7028
158da0d1
TV
70292019-10-25 Tom de Vries <tdevries@suse.de>
7030
7031 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
7032 gdb_test_multiple calls.
7033 * gdb.reverse/sigall-reverse.exp: Same.
7034 * gdb.reverse/solib-precsave.exp: Same.
7035 * gdb.reverse/solib-reverse.exp: Same.
7036 * gdb.reverse/until-precsave.exp: Same.
7037 * gdb.reverse/until-reverse.exp: Same.
7038
4ccdfbec
TV
70392019-10-24 Tom de Vries <tdevries@suse.de>
7040
7041 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
7042 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
7043 kfail using -wrap pattern flag and convenience variable
7044 gdb_test_name.
7045
33d569b7
AB
70462019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
7047
7048 * gdb.python/py-progspace.exp: Add tests for the
7049 Progspace.block_for_pc method.
7050
4d0b984b
TT
70512019-10-23 Tom Tromey <tom@tromey.com>
7052
7053 * configure: Rebuild.
7054 * aclocal.m4: Use m4_include, not sinclude.
7055
94cb3754
TV
70562019-10-21 Tom de Vries <tdevries@suse.de>
7057
7058 * gdb.base/infcall-nested-structs.c: Add
7059 __attribute__((noinline,noclone)) to all functions.
7060 (call_all): Add missing variable initialization. Simplify return value.
7061 (breakpt): Increment volatile variable, to prevent call from being
7062 optimized out.
7063 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
7064
062f1fc1
TV
70652019-10-17 Tom de Vries <tdevries@suse.de>
7066
7067 * gdb.fortran/module.exp: Allow info variables to print info for files
7068 other than module.f90.
7069
0b54364d
AB
70702019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7071
7072 * gdb.fortran/module.exp: Extend with 'info variables' test.
7073
7ff5fae7
AB
70742019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
7075
7076 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
7077 F77_FOR_TARGET.
7078
d10eccaa
TV
70792019-10-16 Tom de Vries <tdevries@suse.de>
7080
7081 PR tdep/25096
7082 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
7083
745ff14e
TV
70842019-10-16 Tom de Vries <tdevries@suse.de>
7085
7086 PR tdep/24104
7087 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
7088 Add KFAIL for PR tdep/25096.
7089
03e1ab94
TV
70902019-10-16 Tom de Vries <tdevries@suse.de>
7091
7092 PR testsuite/25059
7093 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
7094
b17fcc10
TV
70952019-10-16 Tom de Vries <tdevries@suse.de>
7096
7097 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
7098 as signed.
7099
9223170f
SM
71002019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
7101
7102 * gdb.mi/list-thread-groups-available.exp: Read entries one by
7103 one instead of increasing timeout.
7104
d6e76313
TV
71052019-10-13 Tom de Vries <tdevries@suse.de>
7106
7107 PR record/25038
7108 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
7109 * gdb.reverse/sigall-reverse.exp: Same.
7110 * gdb.reverse/solib-precsave.exp: Same.
7111 * gdb.reverse/solib-reverse.exp: Same.
7112 * gdb.reverse/step-precsave.exp: Same.
7113 * gdb.reverse/until-precsave.exp: Same.
7114 * gdb.reverse/until-reverse.exp: Same.
7115 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
7116
6dfc0041
AA
71172019-10-10 Andreas Arnez <arnez@linux.ibm.com>
7118
7119 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
7120 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
7121 (cmp_struct_05_01, cmp_struct_static_02_01)
7122 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
7123 comparisons.
7124
abcf2cc8
TV
71252019-10-10 Tom de Vries <tdevries@suse.de>
7126
7127 PR testsuite/24888
7128 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
7129 gnatlink.
7130
a50faaf6
TV
71312019-10-09 Tom de Vries <tdevries@suse.de>
7132
7133 PR testsuite/25048
7134 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
7135
60ff3cd7
AB
71362019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7137
7138 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
7139 exceptions due to missing debug information.
7140
dfee8566
TV
71412019-10-07 Tom de Vries <tdevries@suse.de>
7142
7143 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
7144
3d63690a
AB
71452019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
7146
7147 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
7148 * gdb.base/annota1.exp: Update to use gdb_test_name.
7149
30d1f018
WP
71502019-10-07 Weimin Pan <weimin.pan@oracle.com>
7151
7152 * gdb.base/ctf-whatis.exp: New file.
7153 * gdb.base/ctf-whatis.c: New file.
7154 * gdb.base/ctf-ptype.exp: New file.
7155 * gdb.base/ctf-ptype.c: New file.
7156 * gdb.base/ctf-constvars.exp: New file.
7157 * gdb.base/ctf-constvars.c: New file.
7158 * gdb.base/ctf-cvexpr.exp: New file.
7159
4dbbb47c
TV
71602019-10-04 Tom de Vries <tdevries@suse.de>
7161
7162 * gdb.cp/local-static.c (main): Move declaration of int i out of the
7163 for loop.
7164
77c2dba3
TT
71652019-10-03 Tom Tromey <tom@tromey.com>
7166
7167 PR rust/24976:
7168 * gdb.rust/simple.rs (Union2): New type.
7169 (main): Use Union2.
7170 * gdb.rust/simple.exp: Add test.
7171
179aed7f
AB
71722019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7173
7174 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
7175 nested function prefix.
7176
0a4b0913
AB
71772019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
7178 Richard Bunt <richard.bunt@arm.com>
7179 Andrew Burgess <andrew.burgess@embecosm.com>
7180
7181 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
7182 nested functions.
7183 * gdb.fortran/nested-funcs.f90: Update expected results.
7184 * gdb.fortran/nested-funcs-2.exp: New file.
7185 * gdb.fortran/nested-funcs-2.f90: New file.
7186
082cce05
AB
71872019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7188
7189 * gdb.python/py-parameter.exp: Make test names unique.
7190 * gdb.python/py-template.exp: Likewise.
7191 * gdb.python/py-value.exp: Likewise.
7192
2b74ba5a
AB
71932019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7194
7195 * gdb.base/break-interp.exp: Reduce test name duplication.
7196 * gdb.base/call-sc.exp: Likewise.
7197 * gdb.base/callfuncs.exp: Likewise.
7198 * gdb.base/charset.exp: Likewise.
7199 * gdb.base/dump.exp: Likewise.
7200 * gdb.base/ena-dis-br.exp: Likewise.
7201 * gdb.base/relational.exp: Likewise.
7202 * gdb.base/step-over-syscall.exp: Likewise.
7203 * gdb.base/structs.exp: Likewise.
7204
58eb20d5
AB
72052019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7206
7207 * gdb.linespec/explicit.exp: Make test names unique.
7208 * gdb.linespec/ls-errs.exp: Likewise.
7209
4d421147
AB
72102019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7211
7212 * gdb.reverse/break-precsave.exp: Make test names unique.
7213 * gdb.reverse/break-reverse.exp: Likewise.
7214 * gdb.reverse/finish-precsave.exp: Likewise.
7215 * gdb.reverse/finish-reverse.exp: Likewise.
7216 * gdb.reverse/machinestate-precsave.exp: Likewise.
7217 * gdb.reverse/machinestate.exp: Likewise.
7218 * gdb.reverse/readv-reverse.exp: Likewise.
7219 * gdb.reverse/recvmsg-reverse.exp: Likewise.
7220 * gdb.reverse/sigall-precsave.exp: Likewise.
7221 * gdb.reverse/sigall-reverse.exp: Likewise.
7222 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
7223 * gdb.reverse/watch-precsave.exp: Likewise.
7224 * gdb.reverse/watch-reverse.exp: Likewise.
7225
d8c06f22
AB
72262019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
7227
7228 * gdb.threads/stop-with-handle.c: New file.
7229 * gdb.threads/stop-with-handle.exp: New file.
7230
3a56ed86
TV
72312019-10-03 Tom de Vries <tdevries@suse.de>
7232
7233 PR testsuite/25059
7234 * gdb.base/list-missing-source.exp: Allowing the "Compilation
7235 directory" line to be missing.
7236
42275044
TV
72372019-10-03 Tom de Vries <tdevries@suse.de>
7238
7239 PR testsuite/25059
7240 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
7241 type optional.
7242
9ef62df0
AA
72432019-10-02 Andreas Arnez <arnez@linux.ibm.com>
7244
7245 * gdb.python/py-format-string.c (string.h): New include.
7246 (main): Fill a_struct_with_union.the_union.an_int with bytes of
7247 the same value, for endianness-independence.
7248 * gdb.python/py-format-string.exp (default_regexp_dict)
7249 (test_pretty_structs, test_format): Adjust expected output to the
7250 changed initialization.
7251
37f6a7f4
TT
72522019-10-02 Tom Tromey <tromey@adacore.com>
7253
7254 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
7255
1d58d6a2
PA
72562019-10-02 Pedro Alves <palves@redhat.com>
7257 Andrew Burgess <andrew.burgess@embecosm.com>
7258
7259 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
7260 "print-file-var.h".
7261 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7262 (get_version_1): Print this_version_id and its address.
7263 Add extern "C" wrappers around interface functions.
7264 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
7265 "print-file-var.h".
7266 (this_version_id) Use ATTRIBUTE_VISIBILITY.
7267 (get_version_2): Print this_version_id and its address.
7268 Add extern "C" wrappers around interface functions.
7269 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
7270 <stddef.h> and "print-file-var.h".
7271 Add extern "C" wrappers around interface functions.
7272 [VERSION_ID_MAIN] (this_version_id): Define.
7273 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
7274 * gdb.base/print-file-var.h: Add some #defines to simplify setting
7275 up extern "C" blocks.
7276 * gdb.base/print-file-var.exp (test): New, factored out from top
7277 level.
7278 (top level): Test all combinations of attribute hidden or not,
7279 dlopen or not, and this_version_id symbol in main file or not.
7280 Compile tests as both C++ and C, make test names unique.
7281
d770d56f
TT
72822019-10-01 Tom Tromey <tom@tromey.com>
7283
7284 * gdb.base/style.exp: Test "show logging filename".
7285
7f6aba03
TT
72862019-10-01 Tom Tromey <tom@tromey.com>
7287
7288 * lib/gdb-utils.exp (style): Handle "metadata" argument.
7289 * gdb.base/style.exp: Add metadata style test.
7290
14309bb6
TT
72912019-10-01 Tom Tromey <tom@tromey.com>
7292
7293 * gdb.base/style.exp: Test "pwd".
7294
2a3c1174
PA
72952019-10-01 Tom Tromey <tom@tromey.com>
7296
7297 * gdb.base/style.exp: Update tests.
7298
53d666ec
AA
72992019-10-01 Andreas Arnez <arnez@linux.ibm.com>
7300
7301 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
7302 'six' to unsigned.
7303 (s1): Initialize fields 'four' and 'six' instead of 'three' and
7304 'five'. Use an all-ones bit pattern for each.
7305 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
7306 to its changed values.
7307
4a56a520
TT
73082019-09-30 Tom Tromey <tromey@adacore.com>
7309
7310 * gdb.rust/traits.rs: Disable all warnings.
7311
0df0352a
TV
73122019-09-29 Tom de Vries <tdevries@suse.de>
7313
aac66a4c 7314 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 7315
73d9a918
TV
73162019-09-29 Tom de Vries <tdevries@suse.de>
7317
7318 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
7319
060b3ab4
TV
73202019-09-27 Tom de Vries <tdevries@suse.de>
7321
7322 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
7323
68f7d34d
TV
73242019-09-27 Tom de Vries <tdevries@suse.de>
7325
7326 PR record/23188
7327 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
7328
5d63b30a
TT
73292019-09-26 Tom Tromey <tromey@adacore.com>
7330
7331 * gdb.ada/py_taft.exp: New file.
7332 * gdb.ada/py_taft/main.adb: New file.
7333 * gdb.ada/py_taft/pkg.adb: New file.
7334 * gdb.ada/py_taft/pkg.ads: New file.
7335
3d435220
TV
73362019-09-24 Tom de Vries <tdevries@suse.de>
7337
7338 PR gdb/24598
7339 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
7340
77d03678
TV
73412019-09-22 Tom de Vries <tdevries@suse.de>
7342
7343 * gdb.base/restore.exp: Allow register variables to be optimized out at
7344 -O0.
7345
abf516c6
UW
73462019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
7347
7348 * gdb.arch/spu-info.exp: Remove file.
7349 * gdb.arch/spu-info.c: Remove file.
7350 * gdb.arch/spu-ls.exp: Remove file.
7351 * gdb.arch/spu-ls.c: Remove file.
7352
7353 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
7354 * gdb.asm/spu.inc: Remove file.
7355
7356 * gdb.base/dump.exp: Remove support for spu*-*-*.
7357 * gdb.base/stack-checking.exp: Likewise.
7358 * gdb.base/overlays.exp: Likewise.
7359 * gdb.base/ovlymgr.c: Likewise.
7360 * gdb.base/spu.ld: Remove file.
7361
7362 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
7363 * gdb.cp/cpexprs.exp: Likewise.
7364 * gdb.cp/exception.exp: Likewise.
7365 * gdb.cp/gdb2495.exp: Likewise.
7366 * gdb.cp/mb-templates.exp: Likewise.
7367 * gdb.cp/pr9167.exp: Likewise.
7368 * gdb.cp/userdef.exp: Likewise.
7369
7370 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
7371
7372 * gdb.cell: Remove directory.
7373 * lib/cell.exp: Remove file.
7374
e452e88f
TV
73752019-09-19 Tom de Vries <tdevries@suse.de>
7376
7377 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
7378
8a625130
TV
73792019-09-19 Tom de Vries <tdevries@suse.de>
7380
7381 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
7382
81dc3ab5
TV
73832019-09-19 Tom de Vries <tdevries@suse.de>
7384
7385 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
7386 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
7387 (gdb_target_cmd): ... here.
7388 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
7389 value 2.
7390
b078f3ac
AB
73912019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
7392
7393 * gdb.base/source-dir.exp: Avoid having directory names in test
7394 names.
7395
f1b620e9
MG
73962019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7397
7398 * gdb.base/source-dir.exp: Add extra test for mapped compilation
7399 directory.
7400
67f3ed6a
AB
74012019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
7402
7403 * gdb.base/list-missing-source.exp: New file.
7404
d1b70248
TV
74052019-09-14 Tom de Vries <tdevries@suse.de>
7406
7407 PR teststuite/24599
7408 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
7409 * lib/ada.exp (gnatmake_version_at_least): New proc.
7410
5fabdcd6
AB
74112019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7412
7413 * gdb.base/maint.exp: Use exec_has_index_section.
7414
aa17805f
AB
74152019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
7416
7417 * gdb.base/maint.exp: Add test for 'maint info sections'.
7418
25e5c209
TV
74192019-09-12 Tom de Vries <tdevries@suse.de>
7420
7421 * gdb.base/store.exp: Allow register variables to be optimized out at
7422 -O0.
7423
4993045d
PW
74242019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7425
7426 * gdb.ada/rdv_wait.exp: Update to new task names.
7427 * gdb.base/task_switch_in_core.exp: Likewise.
7428 * gdb.base/info_sources_base.c: Likewise.
7429
8a516164
TT
74302019-09-10 Tom Tromey <tromey@adacore.com>
7431
7432 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
7433
aa391654
TT
74342019-09-10 Tom Tromey <tromey@adacore.com>
7435
7436 * gdb.ada/dgopt.exp: New file.
7437 * gdb.ada/dgopt/x.adb: New file.
7438
8634b462
TT
74392019-09-08 Tom Tromey <tom@tromey.com>
7440
7441 * gdb.tui/resize.exp: Remove setup_xfail.
7442 * gdb.tui/regs.exp: Remove setup_xfail.
7443 * gdb.tui/basic.exp: Remove setup_xfail.
7444
736b0f76
DB
74452019-09-06 David Blaikie <dblaikie@gmail.com>
7446
7447 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
7448 * gdb.cp/cplabel.exp: Ditto.
7449 * gdb.linespec/ls-errs.exp: Ditto.
7450
30331a6c
TV
74512019-09-05 Tom de Vries <tdevries@suse.de>
7452
7453 * lib/gdb.exp (cmp_file_string): New proc.
7454 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
7455 runto_main. Verify save breakpoints output.
7456
98b0ebab
PW
74572019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7458
7459 * gdb.base/info-var.exp: Test info variables without running
7460 to main, to avoid expect's buffer overflow.
7461
4e962e74
TT
74622019-09-03 Tom Tromey <tromey@adacore.com>
7463
7464 * gdb.ada/bias.exp: New file.
7465 * gdb.ada/bias/bias.adb: New file.
7466 * gdb.ada/print_chars.exp: Add regression test.
7467 * gdb.ada/print_chars/foo.adb (My_Character): New type.
7468 (MC): New variable.
7469
2ea1a07a
SL
74702019-08-29 Sandra Loosemore <sandra@codesourcery.com>
7471
7472 * gdb.base/argv0-symlink.exp: Run only on native target
7473 and local host.
7474
8077c50d
TV
74752019-08-29 Tom de Vries <tdevries@suse.de>
7476
7477 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
7478 diverse debug info.
7479 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
7480
48352473
TV
74812019-08-28 Tom de Vries <tdevries@suse.de>
7482
7483 * gdb.base/info-var.exp: Allow info variables to print info for files
7484 other than info-var-f1.c and info-var-f2.c.
7485
d8f27c60
AB
74862019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7487
7488 * gdb.fortran/info-types.exp: Add module.
7489 * gdb.fortran/info-types.f90: Update expected results.
7490
1f20c35e
AB
74912019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
7492
7493 * gdb.fortran/info-types.exp: New file.
7494 * gdb.fortran/info-types.f90: New file.
7495 * lib/fortran.exp (fortran_character1): New proc.
7496
4acfdd20
AB
74972019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
7498
7499 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
7500 functions'. Reindent as needed.
7501 * gdb.base/info-var-f1.c: New file.
7502 * gdb.base/info-var-f2.c: New file.
7503 * gdb.base/info-var.exp: New file.
7504 * gdb.base/info-var.h: New file.
7505
5c31b358
TV
75062019-08-26 Tom de Vries <tdevries@suse.de>
7507
7508 PR c++/24852
7509 * gdb.cp/no-libstdcxx-probe.exp: New test.
7510
b694989f
TV
75112019-08-26 Tom de Vries <tdevries@suse.de>
7512
7513 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
7514 * tests need to be skipped.
7515 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
7516 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
7517 mi_skip_libstdcxx_probe_tests.
7518
d9c4ba53
SDJ
75192019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
7520
7521 * gdb.python/py-xmethods.exp: Use raw strings when passing
7522 arguments to SimpleXMethodMatcher.
7523
395fad09
TV
75242019-08-22 Tom de Vries <tdevries@suse.de>
7525
7526 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
7527 more informative.
7528
26c957f1
PA
75292019-08-21 Pedro Alves <palves@redhat.com>
7530
7531 * gdb.base/with.exp: Test "with" with no arguments.
7532
61f80d5d
TV
75332019-08-21 Tom de Vries <tdevries@suse.de>
7534
7535 * gdb.base/gdb-caching-proc.exp: Sort files.
7536
d7a11d13
TV
75372019-08-20 Tom de Vries <tdevries@suse.de>
7538
7539 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
7540 compilation.
7541
34dafe9f
TV
75422019-08-16 Tom de Vries <tdevries@suse.de>
7543
7544 * gdb.base/compare-sections.exp ("after run to main"): Allow
7545 mismatched read-only sections for PIE executables.
7546
398fdd60
TT
75472019-08-16 Tom Tromey <tom@tromey.com>
7548
7549 * lib/tuiterm.exp (_csi_Z): New proc.
7550 * gdb.tui/basic.exp: Update window positions.
7551 * gdb.tui/empty.exp: Update window positions.
7552
d8f9e51c
SL
75532019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7554
7555 * gdb.base/examine-backward.exp: Correct regexp for
7556 "examine 3 bytes backward from ${address_zero}".
7557
3df505f6
TT
75582019-08-15 Tom Tromey <tom@tromey.com>
7559
7560 * gdb.tui/empty.exp: Enable resizing tests.
7561
272560b5
TT
75622019-08-15 Tom Tromey <tromey@adacore.com>
7563
7564 * gdb.ada/char_enum.exp: Add regression tests.
7565 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
7566 and '0'.
7567 (Char, Gchar): Update.
7568 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
7569
08235187
CB
75702019-08-15 Christian Biesinger <cbiesinger@google.com>
7571
7572 * gdb.python/python.exp: Expect a leading underscore on
7573 GdbOutput{,Error}File.
7574
22a2ab04
SL
75752019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7576
7577 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
7578 Windows host.
7579
835b995b
SL
75802019-08-15 Sandra Loosemore <sandra@codesourcery.com>
7581
7582 * gdb.base/batch-preserve-term-settings.exp
7583 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
7584
97dd8e07
CB
75852019-08-15 Christian Biesinger <cbiesinger@google.com>
7586
7587 * lib/gdb.exp: When running on a mingw target, replace
7588 /x/ with x:/.
7589
75faf5c4
AH
75902019-08-14 Alan Hayward <alan.hayward@arm.com>
7591
7592 * gdb.arch/aarch64-prologue.c: New test.
7593 * gdb.arch/aarch64-prologue.exp: New file.
7594
abc6c00f
TV
75952019-08-13 Tom de Vries <tdevries@suse.de>
7596
7597 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
7598 Thread.
7599
74c2c1f4
SL
76002019-08-13 Sandra Loosemore <sandra@codesourcery.com>
7601
7602 * gdb.python/py-completion.exp: Download the .py file to the host
7603 and use its host pathname. Conditionalize tests that use
7604 tab completion and manipulate files on the build machine.
7605 * gdb.python/py-events.exp: Download the .py file to the host
7606 and use its host pathname.
7607 * gdb.python/py-evsignal.exp: Likewise.
7608 * gdb.python/py-evthreads.exp: Likewise.
7609 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
7610 pathname syntax.
7611 * gdb.python/py-framefilter.exp: Download the .py file to the right
7612 place on the host. Match Windows pathname syntax.
7613 * gdb.python/py-mi-var-info-path-expression.exp: Download the
7614 .py file to the host and use its host pathname.
7615 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
7616 * gdb.python/py-objfile.exp: Expect a host pathname, not a
7617 build pathname. Skip symlink test on Windows host. Add missing
7618 newline at end of file.
7619 * gdb.python/py-pp-maint.exp: Download the .py file to the host
7620 and use its host pathname.
7621 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
7622 * gdb.python/py-section-script.exp: Use host location of binfile
7623 on safe-path. Use correct path separator on Windows host.
7624 Reorder alternatives in gdb_test_multiple to prevent matching
7625 the wrong alternative on success.
7626 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
7627
ca2589f3
PP
76282019-08-12 Patrick Palka <patrick@parcs.ath.cx>
7629
7630 * gdb.gdb/selftest.exp (test_with_self): Update test to now
7631 expect the GDB inferior to no longer immediately stop after
7632 being resumed with "signal SIGINT".
7633
020a839d
SL
76342019-08-09 Sandra Loosemore <sandra@codesourcery.com>
7635
7636 * gdb.linespec/break-ask.exp: Generalize regexps to match
7637 Windows pathnames too.
7638
128d6509
TV
76392019-08-08 Tom de Vries <tdevries@suse.de>
7640
7641 PR testsuite/24862
7642 * lib/tuiterm.exp (_accept): Fix CSI regexp.
7643
590042fc
PW
76442019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7645
7646 * gdb.base/style.exp: Update tests for help doc new invariants.
7647 * gdb.base/help.exp: Likewise.
7648
046bebe1
TT
76492019-08-06 Tom Tromey <tom@tromey.com>
7650
7651 * gdb.base/style.exp: Add disassemble test.
7652 * gdb.base/style.c (some_called_function): New function.
7653 (main): Use it.
7654
0b27c27d
CB
76552019-08-05 Christian Biesinger <cbiesinger@google.com>
7656
7657 * gdb.python/py-block.exp: Test dictionary access on blocks.
7658
580f1034
SM
76592019-08-05 Simon Marchi <simon.marchi@efficios.com>
7660
7661 PR gdb/24863
7662 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
7663 -list-thread-groups --available test when running under
7664 check-read1.
7665
d86bd7cb
TV
76662019-08-05 Tom de Vries <tdevries@suse.de>
7667
7668 PR testsuite/24863
7669 * lib/gdb.exp (with_read1_timeout_factor): New proc.
7670 * gdb.base/help.exp: Use with_read1_timeout_factor.
7671 * gdb.base/info-macros.exp: Same.
7672 * gdb.cp/nested-types.exp: Same.
7673
a80cf5d8
TV
76742019-08-05 Tom de Vries <tdevries@suse.de>
7675
7676 * lib/gdb.exp (version_at_least): Factor out of ...
7677 (tcl_version_at_least): ... here.
7678 (gdb_compile): Fail if pie results in non-PIE executable.
7679 (readelf_version, readelf_prints_pie): New proc.
7680 (exec_is_pie): Return -1 if unknown.
7681
d0962838
TV
76822019-08-05 Tom de Vries <tdevries@suse.de>
7683
7684 * lib/gdb.exp (tcl_version_at_least): Fix typo.
7685
2252ff3d
SL
76862019-08-04 Sandra Loosemore <sandra@codesourcery.com>
7687
7688 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
7689
26655f53
SL
76902019-08-04 Sandra Loosemore <sandra@codesourcery.com>
7691
7692 * lib/completion-support.exp (test_gdb_complete_none): Skip
7693 tab completion tests if no readline support.
7694 (test_gdb_complete_unique_re): Likewise.
7695 (test_gdb_complete_multiple): Likewise.
7696
db4dc13e
PW
76972019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7698
7699 * gdb.base/info_sources.exp: New file.
7700 * gdb.base/info_sources.c: New file.
7701 * gdb.base/info_sources_base.c: New file.
7702
0eba165a
PFC
77032019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
7704
7705 * gdb.base/batch-exit-status.exp: Call test_exit_status with
7706 prefix argument.
7707 (test_exit_status): Add prefix argument.
7708
59bd512b
TV
77092019-08-01 Tom de Vries <tdevries@suse.de>
7710
7711 PR testsuite/24863
7712 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
7713 calling exp_continue for new thread and thread exited messages.
7714
2a3ad588
TV
77152019-08-01 Tom de Vries <tdevries@suse.de>
7716
7717 PR testsuite/24863
7718 * gdb.base/structs.exp: Fix check-read1 timeout using
7719 gdb_test_sequence.
7720 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
7721
117eb594
TV
77222019-08-01 Tom de Vries <tdevries@suse.de>
7723
7724 PR testsuite/24863
7725 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
7726 line.
7727
ed591340
TV
77282019-08-01 Tom de Vries <tdevries@suse.de>
7729
7730 PR testsuite/24863
7731 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
7732
aa3b6533
TT
77332019-07-30 Tom Tromey <tromey@adacore.com>
7734
7735 * gdb.ada/display_nested.exp: New file.
7736 * gdb.ada/display_nested/foo.adb: New file.
7737 * gdb.ada/display_nested/pack.adb: New file.
7738 * gdb.ada/display_nested/pack.ads: New file.
7739
2906593f
CB
77402019-07-30 Christian Biesinger <cbiesinger@google.com>
7741
7742 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
7743 namespace.
7744 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
7745
0f575925
TV
77462019-07-30 Tom de Vries <tdevries@suse.de>
7747
7748 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
7749 instead.
7750
b13057d9
TV
77512019-07-30 Tom de Vries <tdevries@suse.de>
7752
7753 PR testsuite/24834
7754 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
7755 (exec_is_pie): New proc.
7756
5c4dde85
CB
77572019-07-29 Christian Biesinger <cbiesinger@google.com>
7758
7759 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
7760
c620ed88
CB
77612019-07-29 Christian Biesinger <cbiesinger@google.com>
7762
7763 * gdb.python/py-objfile.c: Add global and static vars.
7764 * gdb.python/py-objfile.exp: Test new functions Objfile.
7765 lookup_global_symbol and lookup_static_symbol.
7766
3d235706
TT
77672019-07-29 Tom Tromey <tom@tromey.com>
7768
7769 * lib/tuiterm.exp (Term::_csi_@): New proc.
7770 (Term::_csi_X): Don't move cursor.
7771
c7e4c0a6
PW
77722019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7773
7774 * gdb.base/options.exp: Update backtrace - completion to
7775 new option -frame-info.
7776 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
7777 Test new 'set print frame-info'. Test backtrace -frame-info
7778 overriding 'set print frame-info'.
7779 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
7780 Test new 'set print frame-info'.
7781 Verify consistency of backtrace with and without filters, with and
7782 without -no-filters.
7783 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
7784 default.
7785
de28a3b7
TV
77862019-07-29 Tom de Vries <tdevries@suse.de>
7787
7788 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
7789 no arguments".
7790
507dd60e
TV
77912019-07-29 Tom de Vries <tdevries@suse.de>
7792
7793 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
7794 is a substring of the first for "complete non-unique file name".
7795
5beafce9
TV
77962019-07-29 Tom de Vries <tdevries@suse.de>
7797
7798 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
7799 with ".*".
7800
2d274232
TV
78012019-07-29 Tom de Vries <tdevries@suse.de>
7802
7803 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
7804 Pass prompt_regexp parameter to gdb_test_multiple calls.
7805
9197cd8b
TV
78062019-07-29 Tom de Vries <tdevries@suse.de>
7807
7808 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 7809 print registers" regexps.
9197cd8b 7810
b528dae0
TV
78112019-07-29 Tom de Vries <tdevries@suse.de>
7812
7813 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
7814
d17725d7
TV
78152019-07-29 Tom de Vries <tdevries@suse.de>
7816
7817 PR gdb/24855
7818 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
7819 (skip_python_tests_prompt): Add prompt_regexp argument to
7820 gdb_test_multiple calls.
7821
52b75bf1
TT
78222019-07-27 Tom Tromey <tom@tromey.com>
7823
7824 * gdb.tui/main.exp: New file.
7825
2b1d00c2
TT
78262019-07-27 Tom Tromey <tom@tromey.com>
7827
7828 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
7829 optional.
7830 * gdb.tui/empty.exp: New file.
7831
ded631d5
TT
78322019-07-27 Tom Tromey <tom@tromey.com>
7833
7834 * lib/tuiterm.exp (spawn): New proc.
7835 (Term::resize): New proc.
7836 * gdb.tui/resize.exp: New file.
7837
58ac439d
TT
78382019-07-27 Tom Tromey <tom@tromey.com>
7839
7840 * gdb.tui/list.exp: New file.
7841
fe1f56ee
TT
78422019-07-27 Tom Tromey <tom@tromey.com>
7843
7844 * gdb.tui/regs.exp: New file.
7845
f790b310
TT
78462019-07-27 Tom Tromey <tom@tromey.com>
7847
7848 * gdb.tui/basic.exp: Add "layout split" test.
7849
d95fc6ee
TT
78502019-07-27 Tom Tromey <tom@tromey.com>
7851
7852 * gdb.tui/basic.exp: Add "layout asm" test.
7853
c3786b3a
TT
78542019-07-27 Tom Tromey <tom@tromey.com>
7855
7856 * lib/tuiterm.exp: New file.
7857 * gdb.tui/basic.exp: New file.
7858
98a617f8
KB
78592019-07-27 Kevin Buettner <kevinb@redhat.com>
7860
7861 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
7862 Enable tests associated with this flag. Adjust regex
7863 referencing "foo_low" to now refer to "foo_cold" instead.
7864
5c076da4
KB
78652019-07-27 Kevin Buettner <kevinb@redhat.com>
7866
7867 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
7868 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
7869 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
7870 foo_cold. Revise comments to match.
7871 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
7872 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
7873 were wrapped into this proc; Call do_test in loop from outermost
7874 level.
7875 (foo_low): Rename all occurrences to "foo_cold".
7876 (backtrace from baz): New test.
7877 (x2/i foo_cold): New test.
7878 (info line *foo_cold): New test.
7879
1512d3b7
TV
78802019-07-26 Tom de Vries <tdevries@suse.de>
7881
7882 * gdb.arch/i386-pkru.exp: Fix unterminated string.
7883
297989a1
TV
78842019-07-25 Tom de Vries <tdevries@suse.de>
7885
7886 PR testsuite/24830
7887 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
7888 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
7889 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
7890 (skip_libstdcxx_probe_tests): ... here.
7891 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
7892
b3b965fb
TV
78932019-07-24 Tom de Vries <tdevries@suse.de>
7894
7895 PR testsuite/24807
7896 * gdb.objc/basicclass.m: Include stdio.h.
7897 * gdb.objc/nondebug.m: Same.
7898 * gdb.objc/objcdecode.m: Same.
7899
4625b4d0
TV
79002019-07-24 Tom de Vries <tdevries@suse.de>
7901
7902 PR testsuite/24612
7903 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
7904 additional_flags.
7905
024a5840
TV
79062019-07-24 Tom de Vries <tdevries@suse.de>
7907
7908 PR testsuite/24831
7909 * gdb.multi/tids.exp: Update error messages for info threads.
7910
c76ddaa3
TV
79112019-07-24 Tom de Vries <tdevries@suse.de>
7912
7913 * gdb.base/info-types.exp: Allow info types to print info for more than
7914 one file.
7915
9a618ef6
TV
79162019-07-23 Tom de Vries <tdevries@suse.de>
7917
7918 PR testsuite/24842
7919 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
7920 gdb_spawn_with_cmdline_opts.
7921
40eadf04
SP
79222019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
7923
7924 * gdb.arch/arm-cmse-sgstubs.c: New test.
7925 * gdb.arch/arm-cmse-sgstubs.exp: New file.
7926
5ba29434
TV
79272019-07-23 Tom de Vries <tdevries@suse.de>
7928
7929 PR testsuite/24711
7930 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
7931 issuing next command.
7932
a8e9d247
AB
79332019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
7934
7935 * gdb.ada/info_auto_lang.exp: Update expected results.
7936 * gdb.base/info-types.c: Add additional types to check.
7937 * gdb.base/info-types.exp: Update expected results.
7938
eb86c5e2
AB
79392019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
7940
7941 * gdb.base/info-types.c: New file.
7942 * gdb.base/info-types.exp: New file.
7943
01e175fe
AB
79442019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
7945
7946 * gdb.arch/riscv-bp-infcall.c: New file.
7947 * gdb.arch/riscv-bp-infcall.exp: New file.
7948
6b78c3f8
AB
79492019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
7950
7951 PR breakpoints/24541
7952 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
7953
da738167
TV
79542019-07-14 Tom de Vries <tdevries@suse.de>
7955
7956 PR testsuite/24760
7957 * gdb.objc/basicclass.exp: Fix unterminated string.
7958
0d4e84ed
AB
79592019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
7960 Andrew Burgess <andrew.burgess@embecosm.com>
7961
7962 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
7963 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
7964 negative bounds.
7965 * gdb.fortran/vla-value.exp: Print elements of an array with
7966 negative bounds.
7967 * gdb.fortran/vla.f90: Setup an array with negative bounds for
7968 testing.
7969
021d8588
AB
79702019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
7971
7972 * gdb.base/options.exp (expect_string): Dequote strings in
7973 results.
7974 (test-string): Test strings with different quoting and reindent.
7975
f06f1252
TT
79762019-07-10 Tom Tromey <tromey@adacore.com>
7977
7978 * gdb.ada/mi_ex_cond.exp: Update expected results.
7979 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
7980 * gdb.ada/mi_catch_ex.exp: Update expected results.
7981 * gdb.ada/mi_catch_assert.exp: Update expected results.
7982 * gdb.ada/catch_ex.exp (catch_exception_info)
7983 (catch_exception_entry, catch_assert_entry)
7984 (catch_unhandled_entry): Update.
7985 * gdb.ada/catch_assert_if.exp: Update expected results.
7986
b863685d
RB
79872019-07-10 Richard Bunt <richard.bunt@arm.com>
7988 Stephen Roberts <stephen.roberts@arm.com>
7989
7990 * gdb.base/define.exp: Restore original prompt.
7991
cb1e4e32
PA
79922019-07-09 Pedro Alves <palves@redhat.com>
7993
7994 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
7995 breakpoints" output.
7996 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
7997 * gdb.python/py-breakpoint.exp: No longer expect that "catch
7998 throw" creates breakpoint.
7999 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
8000 'type="catchpoint"'.
8001
b58a68fe
PA
80022019-07-09 Pedro Alves <palves@redhat.com>
8003
8004 PR c++/15468
8005 * gdb.cp/except-multi-location-lib.cc: New.
8006 * gdb.cp/except-multi-location-main.cc: New.
8007 * gdb.cp/except-multi-location.exp: New.
8008
0826779b
PW
80092019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
8010
8011 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
8012 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
8013 argument and update callers.
8014
5b0e2db4
AB
80152019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
8016
8017 * gdb.arch/amd64-break-on-asm-line.S: New file.
8018 * gdb.arch/amd64-break-on-asm-line.exp: New file.
8019
1f6f6e21
PW
80202019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8021
8022 * gdb.base/printcmds.exp: Test printing C string and
8023 C wide string convenience vars without transiting via the inferior.
8024 Also make test names unique.
8025
ea142fbf
AH
80262019-07-08 Alan Hayward <alan.hayward@arm.com>
8027
5862c886 8028 PR breakpoints/25011
ea142fbf
AH
8029 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
8030
213fd9fa
PA
80312019-07-04 Pedro Alves <palves@redhat.com>
8032
8033 * lib/gdb.exp (foreach_with_prefix): Don't return early if
8034 body returned ok(0), break(3) or continue(4).
8035 * gdb.testsuite/foreach_with_prefix.exp: New file.
8036
2b40fda7
AH
80372019-07-04 Alan Hayward <alan.hayward@arm.com>
8038
8039 * gdb.server/unittest.exp: Allow 0 unit tests to run.
8040
a26c8de0
PA
80412019-07-03 Pedro Alves <palves@redhat.com>
8042
8043 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
8044 "return -code".
8045
5f4ba3e7
PA
80462019-07-03 Pedro Alves <palves@redhat.com>
8047
8048 PR cli/24732
8049 * gdb.base/shell.exp: Load completion-support.exp.
8050 Adjust expected error output. Add completion tests.
8051
a994424f
PA
80522019-07-03 Pedro Alves <palves@redhat.com>
8053
8054 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
8055 string_to_regexp.
8056
3d9be6f5
PA
80572019-07-03 Pedro Alves <palves@redhat.com>
8058
8059 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
8060 (expect_integer): Adjust to expect "-string".
8061 (expect_string): New.
8062 (all_options): Expect "-string".
8063 (test-flag, test-boolean): Adjust to expect "-string".
8064 (test-string): New proc.
8065 (top level): Call it.
8066
41fc454c
PA
80672019-07-03 Pedro Alves <palves@redhat.com>
8068
8069 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
8070 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
8071 the expected output in the success.
8072
b2b2a215
PA
80732019-07-03 Pedro Alves <palves@redhat.com>
8074
8075 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
8076 Split one gdb_test_multiple call in two to avoid a race.
8077
fdbc9870
PA
80782019-07-03 Pedro Alves <palves@redhat.com>
8079
8080 * gdb.base/with.c: New file.
8081 * gdb.base/with.exp: New file.
8082
c6ac8931
PA
80832019-07-03 Pedro Alves <palves@redhat.com>
8084
8085 * gdb.base/settings.exp: Replace all references to "maint
8086 test-settings set" with references to "maint set test-settings",
8087 and all references to "maint test-settings show" with references
8088 to "maint show test-settings".
8089
970f9d09
PA
80902019-07-03 Pedro Alves <palves@redhat.com>
8091
8092 * gdb.base/settings.exp (test-string): Adjust expected out when
8093 testing "maint test-settings show filename"
8094
54d66006
PA
80952019-07-02 Pedro Alves <palves@redhat.com>
8096
8097 * gdb.base/options.exp (test-info-threads): New procedure.
8098 (top level): Call it.
8099
10d06d82
TT
81002019-06-28 Tom Tromey <tromey@adacore.com>
8101
8102 * gdb.dwarf2/ada-linkage-name.c: New file.
8103 * gdb.dwarf2/ada-linkage-name.exp: New file.
8104
3d507ff2
TT
81052019-06-27 Tom Tromey <tromey@adacore.com>
8106
d039f014 8107 PR c++/20020:
3d507ff2
TT
8108 * gdb.cp/constexpr-field.exp: Use setup_xfail.
8109
8af58ffe
TV
81102019-06-26 Tom de Vries <tdevries@suse.de>
8111
8112 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
8113
22e21752
TV
81142019-06-26 Tom de Vries <tdevries@suse.de>
8115
8116 * gdb.base/index-cache.exp: Add back missing debug option.
8117
b65b566c
PW
81182019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8119
8120 * gdb.base/alias.exp: Test non matching/non existing prefixes.
8121
5c2c8c69
TV
81222019-06-25 Tom de Vries <tdevries@suse.de>
8123
8124 PR testsuite/24727
8125 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
8126
164e3873
TV
81272019-06-24 Tom de Vries <tdevries@suse.de>
8128
8129 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
8130
824eacee
TV
81312019-06-24 Tom de Vries <tdevries@suse.de>
8132
8133 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
8134 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
8135 * gdb.trace/unavailable-dwarf-piece.exp: Same.
8136
385b97d3
TV
81372019-06-24 Tom de Vries <tdevries@suse.de>
8138
8139 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
8140
c596f180
TV
81412019-06-21 Tom de Vries <tdevries@suse.de>
8142
8143 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
8144
b13a7d03
TV
81452019-06-21 Tom de Vries <tdevries@suse.de>
8146
8147 PR testsuite/24518
8148 PR ada/24713
8149 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
8150 index.
8151
899277ae
TT
81522019-06-19 Tom Tromey <tromey@adacore.com>
8153
8154 * gdb.ada/length_cond.exp: Add intro comment.
8155
680e1bee
TT
81562019-06-19 Tom Tromey <tromey@adacore.com>
8157
8158 * gdb.ada/length_cond.exp: New file.
8159 * gdb.ada/length_cond/length_cond.adb: New file.
8160 * gdb.ada/length_cond/pck.adb: New file.
8161 * gdb.ada/length_cond/pck.ads: New file.
8162
0ed4690a
TV
81632019-06-18 Tom de Vries <tdevries@suse.de>
8164
8165 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
8166
d20ed5fd
TT
81672019-06-18 Tom Tromey <tromey@adacore.com>
8168
8169 * gdb.base/list0.h: Add comment explaining control character.
8170
86e04673
TV
81712019-06-18 Tom de Vries <tdevries@suse.de>
8172
8173 * boards/fission.exp: Break up long debug_flags line.
8174
c4973306
SM
81752019-06-16 Tom de Vries <tdevries@suse.de>
8176
8177 PR gdb/24445
8178 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
8179 generated index.
8180
93cb9841
AB
81812019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8182
8183 PR gdb/24686
8184 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
8185 improve detection of bug gdb/24541.
8186
399aaebd
SM
81872019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8188
8189 PR gdb/24669
8190 * gdb.base/index-cache.exp (uses_readnow,
8191 expecting_index_cache_use): Define global variable.
8192 (test_cache_enabled_miss, test_cache_enabled_hit): Use
8193 expecting_index_cache_use.
8194
584a927c
AB
81952019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8196 Andrew Burgess <andrew.burgess@embecosm.com>
8197
8198 * gdb.fortran/pointers.f90: New file.
8199 * gdb.fortran/print_type.exp: New file.
8200 * gdb.fortran/vla-ptype.exp: Adapt expected results.
8201 * gdb.fortran/vla-type.exp: Likewise.
8202 * gdb.fortran/vla-value.exp: Likewise.
8203 * gdb.mi/mi-vla-fortran.exp: Likewise.
8204
30056ea0
AB
82052019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8206
8207 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
8208 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
8209 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
8210 as a stop reason.
8211
ec8e2b6d
AB
82122019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8213
8214 * gdb.base/annota1.exp: Update expected results.
8215 * gdb.cp/annota2.exp: Likewise.
8216 * gdb.cp/annota3.exp: Likewise.
8217
09e4c4e1
AB
82182019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8219
8220 * gdb.base/style-logging.exp: Remove path from test name.
8221
0735b091
TT
82222019-06-14 Tom Tromey <tromey@adacore.com>
8223
8224 PR gdb/24502:
8225 * gdb.base/style-logging.exp: New file.
8226
f5686554
TT
82272019-06-14 Tom Tromey <tromey@adacore.com>
8228
8229 * gdb.base/symfile-warn.exp: New file.
8230 * gdb.base/symfile-warn.c: New file.
8231
a0c1ffed
TT
82322019-06-14 Tom Tromey <tromey@adacore.com>
8233
8234 * gdb.base/annotate-symlink.exp: New file.
8235
f411722c
TT
82362019-06-14 Tom Tromey <tromey@adacore.com>
8237
8238 * gdb.ada/set_wstr.exp: Add reassignment test.
8239
4268ec18
TT
82402019-06-14 Tom Tromey <tromey@adacore.com>
8241
8242 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
8243 'unchecked_access and 'unrestricted_access as well.
8244
9a9e394b
TT
82452019-06-14 Tom Tromey <tromey@adacore.com>
8246
8247 PR ada/24539:
8248 * gdb.ada/vla.exp: Update tests.
8249 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
8250 pragma.
8251
4c048731
PA
82522019-06-13 Pedro Alves <palves@redhat.com>
8253
8254 * gdb.base/settings.exp (test-integer): Test junk after
8255 "unlimited".
8256
6665660a
PA
82572019-06-13 Pedro Alves <palves@redhat.com>
8258
8259 * gdb.base/options.exp (test-thread-apply): New.
8260 (top level): Call it.
8261
5d707134
PA
82622019-06-13 Pedro Alves <palves@redhat.com>
8263
8264 * gdb.base/options.exp (test-frame-apply): New.
8265 (top level): Test print commands with different "frame apply"
8266 prefixes.
8267
e2a689da
PA
82682019-06-13 Pedro Alves <palves@redhat.com>
8269
e79be6e5 8270 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
8271 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
8272 'max_completions' parameter and handle it.
8273 (test_gdb_completion_offers_commands): New.
8274
90a1ef87
PA
82752019-06-13 Pedro Alves <palves@redhat.com>
8276
8277 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
8278
d4c16835
PA
82792019-06-13 Pedro Alves <palves@redhat.com>
8280
8281 * gdb.base/options.exp (test-backtrace): New.
8282 (top level): Call it.
8283
2daf894e
PA
82842019-06-13 Pedro Alves <palves@redhat.com>
8285
8286 * gdb.guile/scm-frame-args.exp: Use "set print
8287 raw-frame-arguments" instead of "set print raw frame-arguments".
8288 * gdb.python/py-frame-args.exp: Likewise.
8289
e6ed716c
PA
82902019-06-13 Pedro Alves <palves@redhat.com>
8291
8292 * gdb.compile/compile.exp: Adjust expected output to option
8293 processing changes.
8294
7d8062de
PA
82952019-06-13 Pedro Alves <palves@redhat.com>
8296
8297 * gdb.base/options.exp: Build executable.
8298 (test-print): New procedure.
8299 (top level): Call it, once for "print" and another for "compile
8300 print".
8301
9d0faba9
PA
83022019-06-13 Pedro Alves <palves@redhat.com>
8303
8304 * gdb.base/options.c: New file.
8305 * gdb.base/options.exp: New file.
8306
dee7b4c8
PA
83072019-06-13 Pedro Alves <palves@redhat.com>
8308
8309 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
8310 that "o" is ambiguous.
8311
dca0f6c0
PA
83122019-06-13 Pedro Alves <palves@redhat.com>
8313
8314 * gdb.base/settings.c: New file.
8315 * gdb.base/settings.exp: New file.
8316
ccf46844
PA
83172019-06-13 Pedro Alves <palves@redhat.com>
8318
8319 * gdb.base/completion.exp: Fix comment typo.
8320
b9a3f842
PA
83212019-06-13 Pedro Alves <palves@redhat.com>
8322
8323 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
8324 foo --1" test.
8325
d106773e
PA
83262019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8327
8328 * gdb.fortran/block-data.f: New.
8329 * gdb.fortran/block-data.exp: New.
8330
fea82da0
TV
83312019-06-11 Tom de Vries <tdevries@suse.de>
8332
8333 PR testsuite/24521
8334 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
8335 message.
8336
8c2e74f1
TV
83372019-06-11 Tom de Vries <tdevries@suse.de>
8338
8339 PR testsuite/24521
8340 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
8341
b49851c8
TV
83422019-06-11 Tom de Vries <tdevries@suse.de>
8343
8344 * boards/readnow.exp: New file.
8345
a7067863
AB
83462019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
8347
8348 * gdb.fortran/vla-sizeof.exp: Update expected results.
8349
1a3da2cd
AB
83502019-06-06 Amos Bird <amosbird@gmail.com>
8351
8352 * gdb.base/annota1.exp (thread_switch): Add test for
8353 thread-exited annotation.
8354
3847a7bf
TT
83552019-06-06 Tom Tromey <tromey@adacore.com>
8356
8357 * gdb.base/maint.exp: Expect command started/finished output.
8358
0088ba59
AB
83592019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8360
8361 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
8362 comment.
8363 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
8364
312617a3
AB
83652019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8366
8367 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
8368 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
8369 * gdb.arch/riscv-unwind-long-insn.c: New file.
8370 * gdb.arch/riscv-unwind-long-insn.exp: New file.
8371
e1f2e1a2
CB
83722019-06-04 Christian Biesinger <cbiesinger@google.com>
8373
d3238f7d 8374 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 8375
206584bd
PW
83762019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8377
8378 * lib/gdb.exp (help_list_trailer): New regexp variable
8379 factorizing the help trailer message.
8380 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
8381 arg to allow to better factorize various tests.
8382 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
8383 (test_prefix_command_help): Use help_list_trailer.
8384 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
8385 * gdb.guile/scm-cmd.exp: Likewise.
8386 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
8387 * gdb.base/help.exp: Use test_user_defined_class_help.
8388 * gdb.base/style.exp: Add tests for styling of help and apropos.
8389 * lib/gdb-utils.exp (style): Add title and highlight styles.
8390
708dc93e
PW
83912019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8392
8393 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
8394 $_shell_exitsignal.
8395 * gdb.base/default.exp: Update for new convenience variables.
8396
f49055a5
TT
83972019-05-29 Tom Tromey <tromey@adacore.com>
8398
8399 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
8400 to "break complete ada" test case's regexp.
8401
4330d61d
TT
84022019-05-29 Tom Tromey <tromey@adacore.com>
8403
8404 PR c++/20020:
8405 * gdb.cp/constexpr-field.exp: New file.
8406 * gdb.cp/constexpr-field.cc: New file.
8407
000439d5
TT
84082019-05-29 Tom Tromey <tromey@adacore.com>
8409
8410 * gdb.base/finish.exp (finish_no_print): New proc.
8411 (finish_tests): Call it.
8412
5a01c34c
TV
84132019-05-24 Tom de Vries <tdevries@suse.de>
8414
8415 * gdb.dwarf2/gdb-add-index.exp: New file.
8416
18125b16
TT
84172019-05-22 Tom Tromey <tromey@adacore.com>
8418
8419 * gdb.base/info-shared.exp (check_info_shared): Use "style".
8420 * gdb.base/style.exp: Use "style".
8421 * lib/gdb-utils.exp (style): New proc.
8422
af1a8d03
TV
84232019-05-22 Tom de Vries <tdevries@suse.de>
8424
8425 * gdb.base/align.exp: Require c++11.
8426
e7fe496b
TV
84272019-05-22 Tom de Vries <tdevries@suse.de>
8428
8429 PR testsuite/24586
8430 * gdb.python/py-mi-var-info-path-expression.exp: Call
8431 mi_skip_python_tests to check if python is supported.
8432
8fca4da0
AH
84332019-05-22 Alan Hayward <alan.hayward@arm.com>
8434
8435 * gdb.arch/aarch64-pauth.c: New test.
8436 * gdb.arch/aarch64-pauth.exp: New file.
8437
b7060614
AH
84382019-05-22 Alan Hayward <alan.hayward@arm.com>
8439
8440 * README (Re-running Tests Outside The Testsuite): New section.
8441
669d0468
TV
84422019-05-21 Tom de Vries <tdevries@suse.de>
8443
8444 * gdb.arch/amd64-eval.exp: Require c++11.
8445 * gdb.base/max-depth.exp: Same.
8446 * gdb.compile/compile-cplus-array-decay.exp: Same.
8447 * gdb.cp/meth-typedefs.exp: Same.
8448 * gdb.cp/subtypes.exp: Same.
8449 * gdb.cp/temargs.exp: Same.
8450
ce3ebcaa
AH
84512019-05-21 Alan Hayward <alan.hayward@arm.com>
8452
8453 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
8454
34d11c68
AB
84552019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
8456
8457 PR gdb/18644
8458 * gdb.fortran/complex.exp: Remove setup_kfail calls.
8459 * gdb.fortran/printing-types.exp: Add new test.
8460 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
8461 testing.
8462 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
8463 setup_kfail call.
8464
87781e84
AH
84652019-05-17 Alan Hayward <alan.hayward@arm.com>
8466
8467 * README (Running the Testsuite): Change example.
8468 (Testsuite Parameters): Remove TRANSCRIPT.
8469 * lib/gdb.exp: Remove TRANSCRIPT check.
8470
b420b89e
AH
84712019-05-17 Alan Hayward <alan.hayward@arm.com>
8472
8473 * README (Testsuite Parameters): Add replay logging to
8474 GDBSERVER_DEBUG.
8475 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
8476 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
8477 as a comma separated list.
8478 (gdb_debug_init): Override procedure.
8479
408e9b8b
AH
84802019-05-17 Alan Hayward <alan.hayward@arm.com>
8481
8482 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
8483 (gdb_write_cmd_file): New procedure.
8484 * lib/gdbserver-support.exp (gdbserver_start): Call
8485 gdbserver_write_cmd_file.
8486 (gdbserver_write_cmd_file): New procedure.
8487
f9e2e39d
AH
84882019-05-17 Alan Hayward <alan.hayward@arm.com>
8489
8490 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
8491 (delete_breakpoints): Likewise.
8492 (gdb_run_cmd): Likewise.
8493 (gdb_start_cmd): Likewise.
8494 (gdb_starti_cmd): Likewise.
8495 (gdb_internal_error_resync): Likewise.
8496 (gdb_test_multiple): Likewise.
8497 (gdb_reinitialize_dir): Likewise.
8498 (default_gdb_exit): Likewise.
8499 (gdb_file_cmd): Mark kill as optional.
8500 (default_gdb_start): Call gdb_stdin_log_init.
8501 (send_gdb): Call gdb_stdin_log_write.
8502 (rerun_to_main): Mark Y as an answer.
8503 (gdb_stdin_log_init): New function.
8504 (gdb_stdin_log_write): Likewise.
8505
81f47ac2
AH
85062019-05-17 Alan Hayward <alan.hayward@arm.com>
8507
8508 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
8509 * gdb.base/debug-expr.exp: Likewise.
8510 * gdb.base/foll-fork.exp: Likewise.
8511 * gdb.base/foll-vfork.exp: Likewise.
8512 * gdb.base/fork-print-inferior-events.exp: Likewise.
8513 * gdb.base/gdb-sigterm.exp: Likewise.
8514 * gdb.base/gdbinit-history.exp: Likewise.
8515 * gdb.base/osabi.exp: Likewise.
8516 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
8517 * gdb.base/ui-redirect.exp: Likewise.
8518 * gdb.gdb/unittest.exp: Likewise.
8519 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
8520 * gdb.mi/mi-watch.exp: Likewise.
8521 * gdb.mi/new-ui-mi-sync.exp: Likewise.
8522 * gdb.mi/user-selected-context-sync.exp: Likewise.
8523 * gdb.python/python.exp: Disable debug test when debugging.
8524 * gdb.threads/check-libthread-db.exp: Disable when debugging.
8525 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8526 Likewise.
8527 * gdb.threads/stepi-random-signal.exp: Likewise.
8528
29b52314
AH
85292019-05-17 Alan Hayward <alan.hayward@arm.com>
8530
8531 * Makefile.in: Pass through GDB_DEBUG.
8532 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
8533 (gdb,debug): Add board setting.
8534 * lib/gdb.exp (default_gdb_start): Start debugging.
8535 (gdb_debug_enabled): New procedure.
8536 (gdb_debug_init): Likewise.
29b52314
AH
8537
85382019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 8539
29b52314
AH
8540 * Makefile.in: Pass through GDB_DEBUG.
8541 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
8542 (gdb,debug): Add board setting.
8543 * lib/gdb.exp (default_gdb_start): Start debugging.
8544 (gdb_debug_enabled): New procedure.
8545 (gdb_debug_init): Likewise.
29b52314 8546
ca1285d1
AH
85472019-05-17 Alan Hayward <alan.hayward@arm.com>
8548
8549 * gdb.base/ui-redirect.exp: Add debug redirect tests.
8550
f3a09c80
AH
85512019-05-17 Alan Hayward <alan.hayward@arm.com>
8552
8553 * gdb.base/ui-redirect.exp: Test redirection.
8554
26648588
JV
85552019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
8556
8557 * gdb.mi/mi-complete.exp: New file.
8558 * gdb.mi/mi-complete.cc: Likewise.
8559
14237686
AB
85602019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
8561
8562 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
8563 indexed and sliced arrays, and pointers to arrays.
8564
e7bd7fba
TT
85652019-05-14 Tom Tromey <tromey@adacore.com>
8566
8567 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
8568 styling test.
8569
2764128d
TV
85702019-05-14 Tom de Vries <tdevries@suse.de>
8571
8572 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
8573 selection entry encoding.
8574
71bed2db
TT
85752019-05-10 Tom Tromey <tromey@adacore.com>
8576
8577 * gdb.ada/info_exc.exp: Add "complete" test.
8578
63b667ad
TV
85792019-05-09 Tom de Vries <tdevries@suse.de>
8580
8581 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
8582 CU-relative.
8583
9cfd2b89
TV
85842019-05-09 Tom de Vries <tdevries@suse.de>
8585
8586 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
8587 CU-relative.
8588
2228ef77
XR
85892019-05-08 Joel Brobecker <brobecker@adacore.com>
8590
8591 * gdb.ada/frame_arg_lang.exp: New testcase.
8592 * gdb.ada/frame_arg_lang/bla.adb: New file.
8593 * gdb.ada/frame_arg_lang/pck.ads: New file.
8594 * gdb.ada/frame_arg_lang/pck.adb: New file.
8595 * gdb.ada/frame_arg_lang/foo.c: New file.
8596
80e55b13
TT
85972019-05-08 Tom Tromey <tromey@adacore.com>
8598
8599 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
8600
9d3421af
TT
86012019-05-08 Tom Tromey <tromey@adacore.com>
8602
8603 * gdb.base/ptype-offsets.exp: Update tests.
8604
844333e2
TT
86052019-05-08 Tom Tromey <tromey@adacore.com>
8606
8607 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
8608 cases.
8609 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
8610 "short".
8611
988915ee
TT
86122019-05-08 Tom Tromey <tromey@adacore.com>
8613
8614 * gdb.ada/vla.exp: New file.
8615 * gdb.ada/vla/vla.adb: New file.
8616
7bd55dac
TV
86172019-05-07 Tom de Vries <tdevries@suse.de>
8618
8619 * gdb.base/index-cache.exp (ls_host): Fix return statement.
8620
75f06e9d
TV
86212019-05-07 Tom de Vries <tdevries@suse.de>
8622
8623 PR testsuite/24522
8624 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
8625 section.
8626
77e7aaa4
TV
86272019-05-07 Tom de Vries <tdevries@suse.de>
8628
8629 PR testsuite/24522
8630 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
8631 .debug_aranges section.
8632
456ba0fa
TV
86332019-05-07 Tom de Vries <tdevries@suse.de>
8634
8635 PR testsuite/24159
8636 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
8637
5a56d6a6
TV
86382019-05-06 Tom de Vries <tdevries@suse.de>
8639
8640 * lib/gdb.exp (exec_has_index_section): New proc.
8641 * gdb.base/index-cache.exp: Handle case that binfile contains an index
8642 section.
8643
9d6d4be8
TV
86442019-05-04 Tom de Vries <tdevries@suse.de>
8645
8646 * boards/cc-with-debug-names.exp: New file.
8647
222a8d25
TT
86482019-05-03 Tom Tromey <tromey@adacore.com>
8649
8650 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
8651 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
8652 * gdb.ada/char_enum.exp: Add test.
8653
0fdfd794
TV
86542019-05-03 Tom de Vries <tdevries@suse.de>
8655
8656 * boards/cc-with-gdb-index.exp: New file.
8657
80062eb9
AB
86582019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
8659
8660 * gdb.rust/simple.exp: Add new test case.
8661 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
8662 (main): Initialise an instance of the new struct.
8663
4504bbde
TT
86642019-05-01 Tom Tromey <tromey@adacore.com>
8665
8666 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
8667 record.
8668 (NPR): New variable.
8669 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
8670 test.
8671
d48e62f4
TT
86722019-05-01 Tom Tromey <tromey@adacore.com>
8673
8674 * gdb.ada/packed_array_assign.exp: Add packed assignment
8675 regression test.
8676
f59f30f5
TV
86772019-05-01 Tom de Vries <tdevries@suse.de>
8678
8679 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
8680
b70bfc54
TV
86812019-05-01 Tom de Vries <tdevries@suse.de>
8682
8683 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
8684
15f18d14
AT
86852019-04-30 Ali Tamur <tamur@google.com>
8686
8687 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
8688
2ff0a947
TT
86892019-04-30 Tom Tromey <tromey@adacore.com>
8690
8691 * lib/ada.exp (find_ada_tool): New proc.
8692 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
8693 * gdb.ada/catch_ex_std.exp: New file.
8694 * gdb.ada/catch_ex_std/foo.adb: New file.
8695 * gdb.ada/catch_ex_std/some_package.adb: New file.
8696 * gdb.ada/catch_ex_std/some_package.ads: New file.
8697
a776957c
TT
86982019-04-30 Tom Tromey <tromey@adacore.com>
8699
8700 PR c++/24470:
8701 * gdb.cp/temargs.cc: Add test code from PR.
8702
bc68014d
AB
87032019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8704
8705 * gdb.fortran/vla-datatypes.exp: Update expected results.
8706 * gdb.fortran/vla-ptype.exp: Likewise.
8707 * gdb.fortran/vla-type.exp: Likewise.
8708 * gdb.fortran/vla-value.exp: Likewise.
8709
f1fdc960
AB
87102019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8711
8712 * gdb.fortran/ptr-indentation.exp: Update expected results.
8713 * gdb.fortran/ptype-on-functions.exp: Likewise.
8714 * gdb.fortran/vla-ptr-info.exp: Likewise.
8715 * gdb.fortran/vla-value.exp: Likewise.
8716
bf7a4de1
AB
87172019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8718
8719 * gdb.fortran/ptype-on-functions.exp: New file.
8720 * gdb.fortran/ptype-on-functions.f90: New file.
8721
bbe75b9d
AB
87222019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8723
8724 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
8725 case void string.
8726
1db455a7
AB
87272019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8728
8729 * gdb.fortran/complex.exp: Expand.
8730 * gdb.fortran/complex.f: Renamed to...
8731 * gdb.fortran/complex.f90: ...this, and extended to add more
8732 complex values.
8733
b6d03bb2
AB
87342019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8735
8736 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
8737 MODULO, CMPLX.
8738
2e62ab40
AB
87392019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8740 Richard Bunt <richard.bunt@arm.com>
8741
8742 * gdb.base/max-depth.c: New file.
8743 * gdb.base/max-depth.exp: New file.
8744 * gdb.python/py-nested-maps.c: New file.
8745 * gdb.python/py-nested-maps.exp: New file.
8746 * gdb.python/py-nested-maps.py: New file.
8747 * gdb.python/py-format-string.exp (test_max_depth): New proc.
8748 (test_all_common): Call test_max_depth.
8749 * gdb.fortran/max-depth.exp: New file.
8750 * gdb.fortran/max-depth.f90: New file.
8751 * gdb.go/max-depth.exp: New file.
8752 * gdb.go/max-depth.go: New file.
8753 * gdb.modula2/max-depth.exp: New file.
8754 * gdb.modula2/max-depth.c: New file.
8755 * lib/gdb.exp (get_print_expr_at_depths): New proc.
8756
d2b584a5
TV
87572019-04-29 Tom de Vries <tdevries@suse.de>
8758
8759 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
8760
136afab8
PW
87612019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8762
8763 * gdb.base/callexit.exp: Test may-call-functions off.
8764
725cbb63
KS
87652019-04-25 Keith Seitz <keiths@redhat.com>
8766
8767 PR c++/24367
8768 * gdb.cp/meth-typedefs.cc (incomplete_struct)
8769 (another_incomplete_struct, test_incomplete): New definitions.
8770 (main): Use new definitions.
8771 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
8772 functions.
8773
701adfb0
PA
87742019-04-25 Ali Tamur <tamur@google.com>
8775
8776 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
8777
82433e3e
SDJ
87782019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
8779
8780 PR corefiles/11608
8781 PR corefiles/18187
8782 * gdb.base/coredump-filter-build-id.exp: New file.
8783
dd06d4d6
AH
87842019-04-25 Alan Hayward <alan.hayward@arm.com>
8785
e79be6e5
SM
8786 * Makefile.in: Pass through GDBSERVER_DEBUG.
8787 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
8788 (gdbserver,debug): Add board setting.
8789 * gdb.trace/tspeed.exp: Skip when debugging.
8790 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
8791 * lib/gdbserver-support.exp: Likewise
dd06d4d6 8792
1670072e
TT
87932019-04-24 Tom Tromey <tromey@adacore.com>
8794
8795 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
8796 Rust.
8797
a59240a4
TT
87982019-04-24 Tom Tromey <tromey@adacore.com>
8799
8800 * gdb.arch/amd64-eval.exp: Test bitfield return.
8801 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
8802 (class Foo) <return_bitfields>: New method.
8803 (main): Call it.
8804
b907456c
AB
88052019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8806
8807 * gdb.cp/many-args.cc: New file.
8808 * gdb.cp/many-args.exp: New file.
8809
5c565afd
TV
88102019-04-23 Tom de Vries <tdevries@suse.de>
8811
8812 PR gdb/24433
8813 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
8814
ba22ff86
AH
88152019-04-23 Alan Hayward <alan.hayward@arm.com>
8816
8817 * gdb.trace/backtrace.exp: Use nopie flag.
8818 * gdb.trace/circ.exp: Likewise.
8819 * gdb.trace/collection.exp: Likewise.
8820 * gdb.trace/ftrace.exp: Likewise.
8821 * gdb.trace/mi-trace-unavailable.exp: Likewise.
8822 * gdb.trace/mi-traceframe-changed.exp: Likewise.
8823 * gdb.trace/qtro.exp: Likewise.
8824 * gdb.trace/read-memory.exp: Likewise.
8825 * gdb.trace/report.exp: Likewise.
8826 * gdb.trace/tfile.exp: Likewise.
8827 * gdb.trace/tfind.exp: Likewise.
8828 * gdb.trace/unavailable.exp: Likewise.
8829
7905fc35
PA
88302019-04-22 Pedro Alves <palves@redhat.com>
8831
8832 * gdb.base/solib-probes-nosharedlibrary.c,
8833 gdb.base/solib-probes-nosharedlibrary.exp: New files.
8834
8ecb59f8
TT
88352019-04-19 Tom Tromey <tromey@adacore.com>
8836
8837 * gdb.ada/ptype_union.c: New file.
8838 * gdb.ada/ptype_union.exp: New file.
8839
62160ec9
TT
88402019-04-19 Tom Tromey <tromey@adacore.com>
8841
8842 PR symtab/24423:
8843 * gdb.base/list0.h (foo): Add a control-l character.
8844
36cd4ba5
TV
88452019-04-18 Tom de Vries <tdevries@suse.de>
8846
8847 PR gdb/24433
8848 * boards/local-board.exp: Set sysroot to "".
8849
b73715df
TV
88502019-04-18 Tom de Vries <tdevries@suse.de>
8851 Pedro Alves <palves@redhat.com>
8852
8853 PR gdb/24454
8854 * gdb.threads/vfork-follow-child-exec.c: New file.
8855 * gdb.threads/vfork-follow-child-exec.exp: New file.
8856 * gdb.threads/vfork-follow-child-exit.c: New file.
8857 * gdb.threads/vfork-follow-child-exit.exp: New file.
8858
4aa866af
LS
88592019-04-15 Leszek Swirski <leszeks@google.com>
8860
8861 * gdb.arch/amd64-eval.cc: New file.
8862 * gdb.arch/amd64-eval.exp: New file.
8863
e5a1a79a
AH
88642019-04-11 Alan Hayward <alan.hayward@arm.com>
8865
8866 * gdb.server/sysroot.c: New test.
8867 * gdb.server/sysroot.exp: New file.
8868 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
8869 matching param.
8870
41077b66
AB
88712019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8872
8873 * gdb.base/align.exp: Extend test to cover structures containing
8874 only static fields.
8875
c30391f8
TV
88762019-04-11 Tom de Vries <tdevries@suse.de>
8877
8878 * boards/cc-with-dwz-m.exp: New file.
8879 * boards/cc-with-dwz.exp: New file.
8880 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
8881
e242fd12
SM
88822019-04-09 Simon Marchi <simon.marchi@efficios.com>
8883
8884 * gdb.base/start-cpp.exp: New file.
8885 * gdb.base/start-cpp.cc: New file.
8886
2b0c8b01
KB
88872019-04-08 Kevin Buettner <kevinb@redhat.com>
8888
8889 * gdb.python/py-thrhandle.exp: Adjust tests to call
8890 thread_from_handle instead of thread_from_thread_handle.
8891
947210e5
KB
88922019-04-08 Kevin Buettner <kevinb@redhat.com>
8893
8894 * gdb.python/py-thrhandle.exp: Add tests for
8895 gdb.InferiorThread.handle.
8896
d7df6549
AB
88972019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
8898
8899 * gdb.python/py-function.exp: Check calling helper function from
8900 all languages.
8901 * lib/gdb.exp (gdb_supported_languages): New proc.
8902
8bdc1658
AB
89032019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
8904
8905 * gdb.base/complex-parts.c: New file.
8906 * gdb.base/complex-parts.exp: New file.
8907
05caa1d2
TT
89082019-04-01 Tom Tromey <tromey@adacore.com>
8909
8910 PR symtab/23331:
8911 * gdb.dwarf2/dw2-ranges-main.c: New file.
8912 * gdb.dwarf2/dw2-ranges-psym.c: New file.
8913 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
8914
7734102d
EZ
89152019-03-30 Simon Marchi <simark@simark.ca>
8916
8917 * gdb.base/default.exp: Add values for $_gdb_major and
8918 $_gdb_minor.
8919
188e1fa9
TT
89202019-03-29 Tom Tromey <tromey@adacore.com>
8921
8922 * gdb.base/help.exp: Tighten apropos regexp.
8923
2880242d
KS
89242019-03-29 Keith Seitz <keiths@redhat.com>
8925
8926 * gdb.fortran/array-bounds.exp: New file.
8927 * gdb.fortran/array-bounds.f90: New file.
8928
077cad8e
PW
89292019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8930
8931 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
8932
80047cfc
PW
89332019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8934
8935 * gdb.multi/hello.c (main): Increase alarm timer.
8936
f489207e
SL
89372019-03-28 Sandra Loosemore <sandra@codesourcery.com>
8938
8939 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
8940 factor when no hardware watchpoint support.
8941
c92df149
AH
89422019-03-28 Alan Hayward <alan.hayward@arm.com>
8943 Pedro Alves <palves@redhat.com>
8944
8945 * boards/local-board.exp: set sysroot to /.
8946
933aebfa
AH
89472019-03-27 Alan Hayward <alan.hayward@arm.com>
8948
8949 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
8950 in child.
8951
9f9aa852
AB
89522019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8953
8954 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
8955 field.
8956 (make_container): Initialise new field.
8957 * gdb.python/py-prettyprint.exp: Add new tests.
8958 * gdb.python/py-prettyprint.py (class ContainerPrinter)
8959 <display_hint>: New method.
8960
3714a195
AB
89612019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8962
8963 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
8964 gdb_continue_to_breakpoint more throughout this test.
8965 (run_lang_tests) Supply unique test names, and use
8966 gdb_test_no_output.
8967
18c77628
AB
89682019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8969
8970 * gdb.base/finish-pretty.exp: Update expected results.
8971 * gdb.base/pretty-print.c: New file.
8972 * gdb.base/pretty-print.exp: New file.
8973
9a93502f
PA
89742019-03-25 Pedro Alves <palves@redhat.com>
8975
8976 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
8977 move comments outside list. Append '-i "" eof' section.
8978
968aa7ae
AH
89792019-03-22 Alan Hayward <alan.hayward@arm.com>
8980
34a7f2a4 8981 PR testsuite/25016
968aa7ae
AH
8982 * README: Add pie options.
8983 * gdb.base/break-interp.exp: Ensure pie is disabled.
8984 * gdb.base/dump.exp: Likewise.
8985 * lib/gdb.exp (gdb_compile): Add pie option.
8986
4c7d57e7
TT
89872019-03-19 Tom Tromey <tromey@adacore.com>
8988
8989 * gdb.mi/mi2-cli-display.c: New file.
8990 * gdb.mi/mi2-cli-display.exp: New file.
8991
bff8c71f
TT
89922019-03-18 Joel Brobecker <brobecker@adacore.com>
8993 Tom Tromey <tromey@adacore.com>
8994
8995 * gdb.ada/ptype_array/pck.adb: New file.
8996 * gdb.ada/ptype_array/pck.ads: New file.
8997 * gdb.ada/ptype_array/foo.adb: New file.
8998 * gdb.ada/ptype_array.exp: New file.
8999
d085f989
TT
90002019-03-14 Tom Tromey <tromey@adacore.com>
9001
9002 * gdb.base/style.exp: Add "set style sources" test.
9003
b4be1b06
SM
90042019-03-13 Simon Marchi <simon.marchi@ericsson.com>
9005
9006 * mi-breakpoint-location-ena-dis.exp: Rename to ...
9007 * mi-breakpoint-multiple-locations.exp: ... this.
9008 (make_breakpoints_pattern): New proc.
9009 (do_test): Add mi_version parameter, test -break-insert,
9010 -break-info and =breakpoint-created.
9011
7cde5fc2
AB
90122019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
9013
9014 * config/default.exp: Remove 'load_lib gdb.exp'.
9015 * config/monitor.exp: Likewise.
9016 * config/sid.exp: Likewise.
9017 * config/sim.exp: Likewise.
9018 * config/slite.exp: Likewise.
9019 * config/unix.exp: Likewise.
9020 * gdb.base/default.exp: Remove unhelpful comment.
9021
efbecbc1
AB
90222019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9023
9024 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
9025
0841c79a
AB
90262019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9027
9028 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
9029
4a270568
AB
90302019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9031
9032 * gdb.fortran/type-kinds.exp: Update expected results.
9033
067630bd
AB
90342019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9035
9036 * gdb.fortran/type-kinds.exp: Test new integer type kind.
9037
3be47f7a
AB
90382019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9039
9040 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
9041 function.
9042 (test_basic_parsing_of_type_kinds): Expand types tested.
9043 (test_parsing_invalid_type_kinds): New function.
9044
4d00f5d8
AB
90452019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9046
9047 * gdb.fortran/intrinsics.exp: New file.
9048 * gdb.fortran/intrinsics.f90: New file.
9049 * gdb.fortran/type-kinds.exp: New file.
9050
c8f91604
AB
90512019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9052
9053 * gdb.fortran/dot-ops.exp: New file.
9054
dd9f2c76
AB
90552019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9056
9057 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
9058 Check upper and lower case logical literals.
9059
84ec9724
AB
90602019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9061
9062 * gdb.fortran/types.exp (test_float_literal_types_accepted):
9063 Remove duplicate tests.
9064
c3734e09
AH
90652019-03-06 Alan Hayward <alan.hayward@arm.com>
9066
9067 * lib/gdb.exp (builtin_cd): rename of cd.
9068 (cd): Override builtin.
9069
aa3cfbda
RB
90702019-03-06 Richard Bunt <richard.bunt@arm.com>
9071
9072 * gdb.fortran/function-calls.exp: New file.
9073 * gdb.fortran/function-calls.f90: New test.
9074
7b63ad86
RB
90752019-03-04 Richard Bunt <richard.bunt@arm.com>
9076
9077 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
9078 on user program standard output.
9079 * gdb.fortran/short-circuit-argument-list.f90: Record function
9080 calls.
9081
01abb042
AH
90822019-02-28 Alan Hayward <alan.hayward@arm.com>
9083
c3734e09
AH
9084 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
9085 failure.
01abb042 9086
92137da0
RO
90872019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9088
9089 PR gdb/8527
9090 * gdb.base/interrupt-daemon-attach.c,
9091 gdb.base/interrupt-daemon-attach.exp: New test.
9092
5862844d
PA
90932019-02-27 Pedro Alves <palves@redhat.com>
9094
9095 * gdb.base/page.exp: Add tests for "set width/height -1".
9096
8ed25214
PA
90972019-02-27 Pedro Alves <palves@redhat.com>
9098
9099 * gdb.base/page.exp: Add tests for "set/show width/height" with
9100 "infinite" values.
9101
6c28e44a
TT
91022019-02-27 Tom Tromey <tromey@adacore.com>
9103
9104 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
9105 2.4.
9106 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
9107 workaround.
9108
bf9a735e
AB
91092019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
9110
9111 * gdb.base/align.exp: Extend to compile in both C and C++, and add
9112 tests for structs with static members.
9113
8791793c
TT
91142019-02-26 Tom Tromey <tromey@adacore.com>
9115
9116 * gdb.python/py-value.exp (test_value_from_buffer): Check for
9117 ValueError, not TypeError.
9118
bc2a507e
KB
91192019-02-26 Kevin Buettner <kevinb@redhat.com>
9120
9121 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
9122 call from main program.
9123
e0e7d3bd
JB
91242019-02-23 Joel Brobecker <brobecker@adacore.com>
9125
9126 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
9127 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
9128 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
9129 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
9130 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
9131
9600246d
KS
91322019-02-22 Keith Seitz <keiths@redhat.com>
9133
9134 PR symtab/23853
9135 * gdb.base/symlink-sourcefile.c: New file.
9136 * gdb.base/symlink-sourcefile.exp: New file.
9137
0c95f9ed
TT
91382019-02-20 Tom Tromey <tom@tromey.com>
9139
9140 * gdb.base/info_qt.exp: Update.
9141
6caa91b6
SM
91422019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
9143
9144 * gdb.base/source.exp: Move "error in sourced script" code to
9145 the end.
9146 * gdb.base/source-error.gdb: Move contents to
9147 source-error-1.gdb. Add new code to source source-error-1.gdb.
9148 * gdb.base/source-error-1.gdb: New file, from previous
9149 source-error.gdb.
9150
6506371f
TT
91512019-02-17 Tom Tromey <tom@tromey.com>
9152
9153 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
9154 for macro styling.
9155 * gdb.base/style.c (SOME_MACRO): New macro.
9156
a0087920
TT
91572019-02-17 Tom Tromey <tom@tromey.com>
9158
9159 * gdb.base/style.exp: Add line-wrapping tests.
9160 * gdb.base/page.exp: Add test for quitting during pagination.
9161
a2cd4f14
JB
91622019-02-17 Joel Brobecker <brobecker@adacore.com>
9163
9164 * gdb.ada/big_packed_array: New testcase.
9165 * gdb.ada/homonym.exp: Fix incorrect expected output for
9166 "break <homonym__get_value>" test.
9167
9d70ffbc
WP
91682019-02-13 Weimin Pan <weimin.pan@oracle.com>
9169
9170 PR breakpoints/21870
9171 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
9172 and prepare_for_testing. Add comment.
9173 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
9174 redundant cleanup call. Clean up comment.
9175
01c7ae81
WP
91762019-02-12 Weimin Pan <weimin.pan@oracle.com>
9177
9178 PR breakpoints/21870
9179 * gdb.arch/aarch64-dbreg-contents.exp: New file.
9180 * gdb.arch/aarch64-dbreg-contents.c: New file.
9181
aff29d1c
JB
91822019-02-10 Joel Brobecker <brobecker@adacore.com>
9183
9184 * gdb.ada/mi_ref_changeable: New testcase.
9185
df0da8a2
AH
91862019-02-07 Alan Hayward <alan.hayward@arm.com>
9187
9188 * gdb.base/attach.exp: Add double attach test.
9189
bd447abb
SM
91902019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
9191
9192 * lib/gdb.exp (default_gdb_start): Don't match pagination
9193 prompt.
9194 (gdb_init): Set stty_init.
9195
1dbc40b9
TT
91962019-01-27 Tom Tromey <tom@tromey.com>
9197
9198 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
9199 skip_python_tests.
9200
353229bf
AH
92012019-01-24 Alan Hayward <alan.hayward@arm.com>
9202
9203 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
9204 New structure.
9205 (struct struct_static_02_02): Likewise.
9206 (struct struct_static_02_03): Likewise.
9207 (struct struct_static_02_04): Likewise.
9208 (struct struct_static_04_01): Likewise.
9209 (struct struct_static_04_02): Likewise.
9210 (struct struct_static_04_03): Likewise.
9211 (struct struct_static_04_04): Likewise.
9212 (struct struct_static_06_01): Likewise.
9213 (struct struct_static_06_02): Likewise.
9214 (struct struct_static_06_03): Likewise.
9215 (struct struct_static_06_04): Likewise.
9216 (cmp_struct_static_02_01): Likewise.
9217 (cmp_struct_static_02_02): Likewise.
9218 (cmp_struct_static_02_03): Likewise.
9219 (cmp_struct_static_02_04): Likewise.
9220 (cmp_struct_static_04_01): Likewise.
9221 (cmp_struct_static_04_02): Likewise.
9222 (cmp_struct_static_04_03): Likewise.
9223 (cmp_struct_static_04_04): Likewise.
9224 (cmp_struct_static_06_01): Likewise.
9225 (cmp_struct_static_06_02): Likewise.
9226 (cmp_struct_static_06_03): Likewise.
9227 (cmp_struct_static_06_04): Likewise.
9228 (call_all): Test new structs.
9229 * gdb.base/infcall-nested-structs.exp: Likewise.
9230
73021deb
AH
92312019-01-21 Alan Hayward <alan.hayward@arm.com>
9232 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
9233
fc65c7db
AH
92342019-01-21 Alan Hayward <alan.hayward@arm.com>
9235 * gdb.base/stack-protector.c: New test.
9236 * gdb.base/stack-protector.exp: New file.
9237 * gdb.cp/ovldbreak.exp: Only allow a single break line.
9238 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
9239 option.
9240 (gdb_compile): Remove stack protector for GCC and prevent
9241 recursion.
9242
c24bdb02
KS
92432019-01-16 Keith Seitz <keiths@redhat.com>
9244
9245 PR gdb/23773
9246 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
9247
6f072a10
PFC
92482019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9249
9250 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
9251 aliases.
9252 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
9253 tests.
9254 * gdb.arch/powerpc-vector-regs.c: New file.
9255 * gdb.arch/powerpc-vector-regs.exp: New file.
9256
a7b8d682
PFC
92572019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9258
9259 * gdb.arch/altivec-regs.exp: Fix the list passed to
9260 gdb_expect_list when testing "info vector".
9261
6eb6fb67
AB
92622019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
9263
9264 * gdb.base/style.exp: Don't include path in testname.
9265
b56f80d8
KS
92662019-01-10 Keith Seitz <keiths@redhat.com>
9267
9268 PR gdb/23712
9269 PR symtab/23010
9270 * gdb.dwarf2/multidictionary.exp: New file.
9271
041be526
SM
92722019-01-09 Simon Marchi <simon.marchi@ericsson.com>
9273
9274 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
9275 (test_gnuv3_style_demangling): ... this.
9276 (test_lucid_style_demangling): Remove.
9277 (test_arm_style_demangling): Remove.
9278 (test_hp_style_demangling): Remove.
9279 (do_tests): Remove calls to the above.
9280
d820d0c3
AB
92812019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
9282
9283 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
9284 case.
9285
f097f5ad
TT
92862019-01-06 Tom Tromey <tom@tromey.com>
9287
9288 PR gdb/28155:
9289 * gdb.dwarf2/typedef-void-finish.exp: New file.
9290
2cd8cc0b
TT
92912018-12-28 Tom Tromey <tom@tromey.com>
9292 Simon Marchi <simark@simark.ca>
9293
9294 * gdb.base/jit-exec.exp: New file.
9295 * gdb.base/jit-exec.c: New file.
9296 * gdb.base/jit-execd.c: New file.
9297
35fb8261
TT
92982018-12-28 Tom Tromey <tom@tromey.com>
9299
9300 * gdb.base/style.exp: Update test to check for address styling.
9301
47fd17cd
TT
93022018-12-28 Tom Tromey <tom@tromey.com>
9303
9304 * gdb.base/style.exp: Add test for styling of "Reading symbols"
9305 message.
9306
d47032b7
TT
93072018-12-28 Tom Tromey <tom@tromey.com>
9308
9309 * gdb.base/style.exp: Add test for version number styling.
9310
af79b68d
TT
93112018-12-28 Tom Tromey <tom@tromey.com>
9312
9313 * gdb.base/style.exp: Add test for print_address_symbolic.
9314
0bb296cb
TT
93152018-12-28 Tom Tromey <tom@tromey.com>
9316
9317 * gdb.base/style.exp: Add test for breakpoint setting.
9318
80ae2043
TT
93192018-12-28 Tom Tromey <tom@tromey.com>
9320
9321 * gdb.base/style.exp: Add test for variable names.
9322
cbe56571
TT
93232018-12-28 Tom Tromey <tom@tromey.com>
9324
9325 * gdb.base/style.exp: New file.
9326 * gdb.base/style.c: New file.
9327
9162a27c
TT
93282018-12-28 Tom Tromey <tom@tromey.com>
9329
9330 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
9331 "dumb".
9332 * gdb.base/readline.exp (operate_and_get_next): Save and restore
9333 the TERM environment variable.
9334
bc543c90
TT
93352018-12-27 Tom Tromey <tom@tromey.com>
9336
9337 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
9338 pagination test.
9339
6f0ffe50
AB
93402018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
9341
9342 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
9343 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
9344
b5a1e557
PW
93452018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9346
9347 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
9348 Filename a.adb changed to bp_fun_addr.adb.
9349 gdb.ada/bp_fun_addr.exp: Update test accordingly.
9350
6e8b1ab2
JV
93512018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
9352
9353 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
9354 non-PIE executables.
9355 * README: Mention the gdb,nopie_flag board setting.
9356 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
9357 non-PIE executable.
9358 * gdb.arch/amd64-entry-value.exp: Likewise.
9359 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
9360 * gdb.arch/i386-float.exp: Likewise.
9361 * gdb.arch/i386-signal.exp: Likewise.
9362 * gdb.mi/mi-reg-undefined.exp: Likewise.
9363
d00a27c5
PM
93642018-12-21 Paul Marechal <paul.marechal@ericsson.com>
9365
9366 PR gdb/23974
9367 * gdb.base/info-os.exp: Check return for unknown "info os" type.
9368
161d081c
PW
93692018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9370
9371 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
9372 Update order of results accordingly.
9373
b001de23
AB
93742018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
9375
9376 * gdb.base/annota1.exp: Update a test regexp.
9377
99e1a184
AB
93782018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
9379
9380 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
9381
7a81c1e2
PW
93822018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9383
9384 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
9385 (reuse_time): Initialize to REUSE_TIME_CAP.
9386 (check_rc): New function.
9387 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
9388 Check pthread_create rc.
9389 (spawner_thread_func): Check pthread_create and pthread_join rc.
9390
73e8dc90
PA
93912018-12-08 Pedro Alves <palves@redhat.com>
9392
9393 * gdb.base/list.exp (test_forward_search): Rename to ...
9394 (test_forward_reverse_search): ... this. Also test reverse-search
9395 and the forward-search alias.
9396
13f2ed32
AB
93972018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
9398
9399 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
9400 local timeout variable before return, and remove all local timeout
9401 variable entirely.
9402 (gdb_load): Likewise.
9403
64d27cfc
TV
94042018-12-01 Tom de Vries <tdevries@suse.de>
9405
9406 * gdb.base/gdb-caching-proc.exp: New file.
9407
f63c03b4
SDJ
94082018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
9409
9410 * Makefile.in (TIMESTAMP): New variable.
9411 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
9412 command.
9413 (check-single-racy): Likewise.
9414 (check/%.exp): Likewise.
9415 (check-racy/%.exp): Likewise.
9416 (workers/%.worker): Likewise.
9417 (build-perf): Likewise.
9418 (check-perf): Likewise.
9419 * README: Describe new "TS" and "TS_FORMAT" variables.
9420 * print-ts.py: New file.
9421
1c97054b
BF
94222018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
9423
9424 PR python/23714
9425 * gdb.python/python.exp: Test command repetition after
9426 gdb.execute.
9427
1871a62d
AB
94282018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
9429
9430 * gdb.opt/inline-break.exp: Add test that info breakpoint output
9431 is correctly aligned.
9432
fb5e1ed9
PW
94332018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9434
9435 * gdb.ada/info_auto_lang.exp: New testcase.
9436 * gdb.ada/info_auto_lang/global_pack.ads: New file.
9437 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
9438 * gdb.ada/info_auto_lang/some_c.c: New file.
9439
43d397ca
PW
94402018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9441
9442 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
9443 FUNC_lang language syntax.
9444
beddd671
PW
94452018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9446
9447 * gdb.base/info_minsym.c: New file.
9448 * gdb.base/info_minsym.exp: New file.
9449
73fc52c4
TT
94502018-11-19 Tom Tromey <tom@tromey.com>
9451
9452 PR rust/23625:
9453 * gdb.rust/simple.exp: Add ptype test. Update expected output.
9454 * gdb.rust/expr.exp: Update expected output. Change one test.
9455
994b876a
TT
94562018-11-19 Tom Tromey <tom@tromey.com>
9457
9458 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
9459
6769f276
PA
94602018-11-19 Pedro Alves <palves@redhat.com>
9461
9462 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
9463 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
9464 see the expected warning.
9465
38a72da0
AH
94662018-11-16 Alan Hayward <alan.hayward@arm.com>
9467
9468 PR gdb/22736:
9469 * gdb.cp/infcall-nodebug-lib.c: New test.
9470 * gdb.cp/infcall-nodebug-main.c: New test.
9471 * gdb.cp/infcall-nodebug.exp: New file.
9472
53a89d6e
SM
94732018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
9474
9475 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
9476 completer tests.
9477
9325300d
TV
94782018-11-09 Tom de Vries <tdevries@suse.de>
9479
9480 * gdb.base/msym-lang.c: New test.
9481 * gdb.base/msym-lang.exp: New file.
9482 * gdb.base/msym-lang-main.c: New test.
9483
20f0d60d
TT
94842018-11-08 Tom Tromey <tom@tromey.com>
9485
9486 PR gdb/23555:
9487 PR gdb/23838:
9488 * gdb.base/warning.exp: New file.
9489
b5420128
JB
94902018-11-08 Jan Beulich <jbeulich@suse.com>
9491
9492 * testsuite/gdb.arch/i386-avx512.c,
9493 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
9494
cd115d61
AB
94952018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
9496
9497 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
9498 point hardware.
9499
35ee2dc2
AB
95002018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
9501
9502 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
9503 * gdb.dwarf2/missing-type-name.exp: New file.
9504
31aceee8
TV
95052018-11-06 Tom de Vries <tdevries@suse.de>
9506
9507 * gdb.base/many-headers.c: New test.
9508 * gdb.base/many-headers.exp: New file.
9509
109be305
JW
95102018-11-06 Jim Wilson <jimw@sifive.com>
9511
9512 * gdb.base/code_elim.exp: For riscv, set additional_flags
9513 to include -msmall-data-limit=0.
9514
e2b7af72
JB
95152018-11-01 Joel Brobecker <brobecker@adacore.com>
9516
9517 * gdb.ada/watch_minus_l: New testcase.
9518
cdcda965
SM
95192018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
9520
9521 * gdb.arch/aix-sighandle.c: New file.
9522 * gdb.arch/aix-sighandle.exp: New file.
9523
92dcebf3
AB
95242018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9525
9526 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
9527 registers being unions.
9528
68b9ac18
TV
95292018-10-31 Tom de Vries <tdevries@suse.de>
9530
9531 * lib/valgrind.exp: New file.
9532 (vgdb_start, vgdb_stop): New procs, factored out of ...
9533 * gdb.base/valgrind-bt.exp: ... here, ...
9534 * gdb.base/valgrind-disp-step.exp: ... here and ...
9535 * gdb.base/valgrind-infcall.exp: ... here.
9536
1443936e
TV
95372018-10-31 Tom de Vries <tdevries@suse.de>
9538
9539 * lib/gdb.exp (get_valueof): Don't output read value in test name.
9540
eb77c9df
AB
95412018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
9542
9543 * gdb.dwarf2/void-type.c: New file.
9544 * gdb.dwarf2/void-type.exp: New file.
9545
82b5e646
PW
95462018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9547
9548 * gdb.base/info_qt.c: New file.
9549 * gdb.base/info_qt.exp: New file.
9550
8d619c01
EBM
95512018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9552
9553 * gdb.arch/powerpc-htm-regs.c: New file.
9554 * gdb.arch/powerpc-htm-regs.exp: New file.
9555
f2cf6173
EBM
95562018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9557
9558 * gdb.arch/powerpc-tar.c: New file.
9559 * gdb.arch/powerpc-tar.exp: New file.
9560
7ca18ed6
EBM
95612018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
9562
9563 * gdb.arch/powerpc-ppr-dscr.c: New file.
9564 * gdb.arch/powerpc-ppr-dscr.exp: New file.
9565
bfcc0eba
TV
95662018-10-25 Tom de Vries <tdevries@suse.de>
9567
9568 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
9569
fe1a5cad
TV
95702018-10-24 Tom de Vries <tdevries@suse.de>
9571
9572 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
9573 longer exists error.
9574
a76dc3b7
TV
95752018-10-24 Tom de Vries <tdevries@suse.de>
9576
9577 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
9578
4df46df7
TV
95792018-10-24 Tom de Vries <tdevries@suse.de>
9580
9581 * gdb.base/valgrind-db-attach.exp: Handle removed support for
9582 --db-attach in valgrind.
9583
0dbfcfff
AB
95842018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
9585
9586 * gdb.arch/riscv-reg-aliases.c: New file.
9587 * gdb.arch/riscv-reg-aliases.exp: New file.
9588
b04480b1
AH
95892018-10-19 Alan Hayward <alan.hayward@arm.com>
9590
9591 * gdb.python/py-cmd.exp: Check for gdb_prompt.
9592
2c6ac8d7
AH
95932018-10-19 Alan Hayward <alan.hayward@arm.com>
9594
9595 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
9596
2bc69f25
AH
95972018-10-19 Alan Hayward <alan.hayward@arm.com>
9598
9599 * gdb.cp/ovldbreak.exp: Fix regexps.
9600
1f1ae3a3
AH
96012018-10-19 Alan Hayward <alan.hayward@arm.com>
9602
9603 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
9604
94c18618
SDJ
96052018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
9606
9607 PR cli/23785
9608 * gdb.base/restore.exp: New test to check if "restore" with an
9609 invalid file doesn't segfault.
9610
812cd6eb
TV
96112018-10-18 Tom de Vries <tdevries@suse.de>
9612
9613 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
9614 * gdb.ada/excep_handle.exp: Same.
9615 * gdb.ada/mi_string_access.exp: Same.
9616 * gdb.ada/mi_var_union.exp: Same.
9617 * gdb.arch/arc-analyze-prologue.exp: Same.
9618 * gdb.arch/arc-decode-insn.exp: Same.
9619 * gdb.base/readnever.exp: Same.
9620 * gdb.fortran/printing-types.exp: Same.
9621 * gdb.guile/scm-lazy-string.exp: Same.
9622
c4b90788
TV
96232018-10-16 Tom de Vries <tdevries@suse.de>
9624
9625 PR gdb/23730
9626 * gdb.base/catch-follow-exec.c: Add copyright notice.
9627 * gdb.base/catch-follow-exec.exp: Rewrite to use
9628 gdb_spawn_with_cmdline_opts. Require gdb-native.
9629
8bca2978
SL
96302018-10-12 Sandra Loosemore <sandra@codesourcery.com>
9631
9632 * gdb.trace/actions-changed.exp: Check for arch support.
9633 * gdb.trace/actions.exp: Likewise.
9634 * gdb.trace/ax.exp: Likewise.
9635 * gdb.trace/backtrace.exp: Likewise.
9636 * gdb.trace/change-loc.exp: Likewise.
9637 * gdb.trace/deltrace.exp: Likewise.
9638 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
9639 * gdb.trace/ftrace.exp: Likewise.
9640 * gdb.trace/infotrace.exp: Check for arch support.
9641 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
9642 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
9643 * gdb.trace/mi-tsv-changed.exp: Likewise.
9644 * gdb.trace/packetlen.exp: Likewise.
9645 * gdb.trace/passc-dyn.exp: Likewise.
9646 * gdb.trace/passcount.exp: Likewise.
9647 * gdb.trace/pending.exp: Likewise.
9648 * gdb.trace/range-stepping.exp: Check for shlib support.
9649 * gdb.trace/report.exp: Check for arch support.
9650 * gdb.trace/save-trace.exp: Likewise.
9651 * gdb.trace/signal.exp: Check for signal support.
9652 * gdb.trace/tfind.exp: Check for arch support.
9653 * gdb.trace/trace-break.exp: Check for arch and shlib support.
9654 * gdb.trace/trace-common.h: Add comment.
9655 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
9656 * gdb.trace/trace-enable-disable.exp: Likewise.
9657 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
9658 * gdb.trace/tracecmd.exp: Check for arch support.
9659 * gdb.trace/tspeed.exp: Check for shlib and target support.
9660 * gdb.trace/tstatus.exp: Check for arch support.
9661 * gdb.trace/tsv.exp: Likewise.
9662 * gdb.trace/while-dyn.exp: Likewise.
9663 * gdb.trace/while-stepping.exp: Likewise.
9664 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
9665
f9c49bff
SM
96662018-10-12 Simon Marchi <simon.marchi@ericsson.com>
9667
9668 * gdb.trace/tspeed.exp: Remove nowarnings.
9669 (prepare_for_trace_test): Declare "global ipalib".
9670 * gdb.trace/tspeed.c: Include unistd.h.
9671 (main): Remove superfluous printf argument.
9672
d4330bde
SL
96732018-10-11 Sandra Loosemore <sandra@codesourcery.com>
9674
9675 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
9676 directory prefix on the filename.
9677
8ecfd7bd
SDJ
96782018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
9679
9680 * gdb.gdb/unittest.exp: Update expected message informing that
9681 selftests have been disabled.
9682 * gdb.server/unittest.exp: Likewise.
9683
58bbcd02
TV
96842018-10-09 Tom de Vries <tdevries@suse.de>
9685
9686 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
9687 with runto_main.
9688
9f6b697b
WP
96892018-10-08 Weimin Pan <weimin.pan@oracle.com>
9690
9691 PR c++/16841
9692 * gdb.cp/virtbase2.cc: New file.
9693 * gdb.cp/virtbase2.exp: New file.
9694
add5ded5
TT
96952018-10-06 Tom Tromey <tom@tromey.com>
9696
9697 PR python/19399:
9698 * gdb.python/py-inferior.exp: Add architecture test.
9699
f9e48344
TT
97002018-10-06 Tom Tromey <tom@tromey.com>
9701
9702 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
9703 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
9704
2a8be203
TT
97052018-10-06 Tom Tromey <tom@tromey.com>
9706
9707 * gdb.python/py-breakpoint.exp (check_last_event): Check location
9708 of a "throw" catchpoint.
9709
e04caa70
SDJ
97102018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
9711
9712 * gdb.base/info-proc.exp: Update string expected from "help info
9713 proc".
9714
5ca8c39f
TT
97152018-10-04 Tom Tromey <tom@tromey.com>
9716
9717 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
9718 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
9719 (test_initial_complaints, test_empty_complaints): Update.
9720 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
9721
3453e7e4
TT
97222018-10-04 Tom Tromey <tom@tromey.com>
9723
9724 PR cli/19551:
9725 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
9726 * lib/gdb.exp (gdb_file_cmd): Update.
9727 * gdb.stabs/weird.exp (print_weird_var): Update.
9728 * gdb.server/solib-list.exp: Update.
9729 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
9730 * gdb.mi/mi-cli.exp: Update.
9731 * gdb.linespec/linespec.exp: Update.
9732 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
9733 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
9734 * gdb.cp/cp-relocate.exp: Update.
9735 * gdb.base/sym-file.exp: Update.
9736 * gdb.base/relocate.exp: Update.
9737 * gdb.base/readnever.exp: Update.
9738 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9739 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
9740 * gdb.base/dbx.exp (gdb_file_cmd): Update.
9741 * gdb.base/code_elim.exp: Update.
9742 * gdb.base/break-unload-file.exp (test_break): Update.
9743 * gdb.base/break-interp.exp (test_attach_gdb): Update.
9744 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
9745 Update.
9746 * gdb.base/attach.exp (do_attach_tests): Update.
9747 * gdb.base/sepdebug.exp: Update.
9748 * gdb.python/py-section-script.exp: Update.
9749
6afcf761
TT
97502018-10-04 Tom Tromey <tom@tromey.com>
9751
9752 PR cli/22234:
9753 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
9754 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
9755 output.
9756
fef1b293
TT
97572018-10-04 Tom Tromey <tom@tromey.com>
9758
9759 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
9760 set width and height to 0.
9761 (test_command_line_attach_run): Use -quiet.
9762
ca98345e
SL
97632018-10-03 Sandra Loosemore <sandra@codesourcery.com>
9764
9765 * lib/gdb.exp (skip_ifunc_tests): New.
9766 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
9767 other compile failures.
9768 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
9769
ff34e6ae
SM
97702018-10-01 Simon Marchi <simon.marchi@ericsson.com>
9771
9772 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
9773 is_amd64_regs_target.
9774
6bb8890e
AH
97752018-10-01 Alan Hayward <alan.hayward@arm.com>
9776
9777 * gdb.arch/aarch64-sighandler-regs.c: New test.
9778 * gdb.arch/aarch64-sighandler-regs.exp: New file.
9779 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
9780
224d30d3
MM
97812018-10-01 Markus Metzger <markus.t.metzger@intel.com>
9782
9783 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
9784 assembly.
9785
f67ffa6a
AB
97862018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
9787
9788 * gdb.base/frame-selection.exp: New file.
9789 * gdb.base/frame-selection.c: New file.
9790
9fc3183f
AH
97912018-09-27 Alan Hayward <alan.hayward@arm.com>
9792
9793 * gdb.threads/check-libthread-db.c (thread_routine): Use a
9794 pthread barrier.
9795 (main): Likewise.
9796
d354055e
AB
97972018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
9798
9799 * gdb.base/large-frame-1.c: New file.
9800 * gdb.base/large-frame-2.c: New file.
9801 * gdb.base/large-frame.exp: New file.
9802 * gdb.base/large-frame.h: New file.
9803
db727370
JL
98042018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
9805
9806 PR gdb/20948
9807 * gdb.base/write_mem.exp: New test.
9808 * gdb.base/write_mem.c: Likewise.
9809
ae778caf
TT
98102018-09-23 Tom Tromey <tom@tromey.com>
9811
9812 PR python/18852:
9813 * gdb.python/py-parameter.exp: Add test for parameter that throws
9814 on "set".
9815
fd3ba736
TT
98162018-09-23 Tom Tromey <tom@tromey.com>
9817
9818 PR python/17284:
9819 * gdb.python/py-template.exp (test_template_arg): Add test for
9820 negative template argument number.
9821
39a24317
TT
98222018-09-23 Tom Tromey <tom@tromey.com>
9823
9824 PR python/14062:
9825 * gdb.python/python.exp: Add test for post_event error.
9826
f5769a2c
TT
98272018-09-23 Tom Tromey <tom@tromey.com>
9828
9829 PR python/18170:
9830 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
9831 convert pointers to int and long.
9832
1c1e54f6
TT
98332018-09-23 Tom Tromey <tom@tromey.com>
9834
9835 PR python/20126:
9836 * gdb.python/py-value.exp (test_value_numeric_ops): Add
9837 signed-ness conversion tests.
9838
fb4fa946
TT
98392018-09-23 Tom Tromey <tom@tromey.com>
9840
9841 PR python/18352;
9842 * gdb.python/py-value.exp (test_float_conversion): New proc.
9843 Use it.
9844
a466edac
HAQ
98452018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
9846
9847 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
9848
4ee9b0c5
SL
98492018-09-18 Sandra Loosemore <sandra@codesourcery.com>
9850
9851 * gdb.base/complete-empty.exp: Skip tab-completion tests if
9852 no readline.
9853 * gdb.base/utf8-identifiers.exp: Likewise.
9854 * gdb.cp/cpcompletion.exp: Likewise.
9855 * gdb.linespec/cpcompletion.exp: Likewise.
9856 * gdb.linespec/cpls-abi-tag.exp: Likewise.
9857 * gdb.linespec/cpls-ops.exp: Likewise.
9858
23be8da7
RB
98592018-09-19 Richard Bunt <richard.bunt@arm.com>
9860 Chris January <chris.january@arm.com>
9861
9862 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
9863 * gdb.fortran/short-circuit-argument-list.exp: New file.
9864 * gdb.fortran/short-circuit-argument-list.f90: New test.
9865
5031d0ae
SDJ
98662018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9867
9868 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
9869 "arch=" keyword when executing "-stack-list-frames".
9870
b4c0d1a4
SDJ
98712018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9872
9873 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
9874 "arch=" keyword when executing "-stack-list-frames".
9875
7a6d2b45
SDJ
98762018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9877
9878 * gdb.ada/complete.exp: Expect for "@" when doing "complete
9879 break ada".
9880
8588b356
SM
98812018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
9882
9883 PR python/23669
9884 * gdb.python/python.exp: Test gdb.execute("show commands").
9885
65e65158
TT
98862018-09-16 Tom Tromey <tom@tromey.com>
9887
9888 * gdb.base/new-ui.exp (do_execution_tests): Update.
9889 * gdb.base/dbx.exp (test_breakpoints): Update.
9890
bf326452
AH
98912018-09-14 Alan Hayward <alan.hayward@arm.com>
9892
9893 * lib/gdb.exp (gdb_simple_compile): Add proc.
9894 (is_elf_target): Use gdb_simple_compile.
9895 (skip_altivec_tests): Likewise.
9896 (skip_vsx_tests): Likewise.
9897 (skip_tsx_tests): Likewise.
9898 (skip_btrace_tests): Likewise.
9899 (skip_btrace_pt_tests): Likewise.
9900 (gdb_can_simple_compile): Likewise.
9901 (gdb_has_argv0): Likewise.
9902 (gdb_target_symbol_prefix): Likewise.
9903 (target_supports_scheduler_locking): Likewise.
9904
2361b0fb
TT
99052018-09-13 Tom Tromey <tom@tromey.com>
9906
9907 * Makefile.in (TAGS): Recognize proc_with_prefix and
9908 gdb_caching_proc.
9909
0ae1a321
SM
99102018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9911
9912 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
9913 method.
9914
a40bf0c2
SM
99152018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9916
9917 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
9918 and a few other Inferior properties when the Inferior is no
9919 longer valid.
9920
4a3fe98f
TT
99212018-09-13 Tom Tromey <tom@tromey.com>
9922
9923 PR rust/23650:
9924 * gdb.rust/simple.exp: Add test for enum field access error.
9925
098b2108
TT
99262018-09-13 Tom Tromey <tom@tromey.com>
9927
9928 PR rust/23626:
9929 * gdb.rust/simple.rs (EmptyEnum): New type.
9930 (main): Use it.
9931 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
9932
1256af7d
SM
99332018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9934
9935 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
9936 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
9937 * gdb.python/py-symtab.exp: Update test printing an objfile.
9938
4aa8e6c2
SM
99392018-09-12 Simon Marchi <simon.marchi@ericsson.com>
9940
9941 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
9942 object.
9943
c221b2f7
AH
99442018-09-12 Alan Hayward <alan.hayward@arm.com>
9945
9946 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
9947 (support_complex_tests): Use gdb_can_simple_compile.
9948 (is_ilp32_target): Likewise.
9949 (is_lp64_target): Likewise.
9950 (is_64_target): Likewise.
9951 (is_amd64_regs_target): Likewise.
9952 (is_aarch32_target): Likewise.
9953 (gdb_int128_helper): Likewise.
9954
6f1107b5
JK
99552018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9956
9957 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
9958
1f5d1570
JG
99592018-09-10 Jerome Guitton <guitton@adacore.com>
9960
9961 * gdb.ada/same_component_name: Add test for case of tagged record
9962 with variable-length fields.
9963
cc330e39
XR
99642018-09-10 Xavier Roirand <roirand@adacore.com>
9965
9966 * gdb.ada/access_to_unbounded_array.exp: New testcase.
9967 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
9968 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
9969 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
9970
b9c50e9a
XR
99712018-09-10 Xavier Roirand <roirand@adacore.com>
9972
9973 * gdb.ada/mi_string_access.exp: New testcase.
9974 * gdb.ada/mi_string_access/bar.adb: New file.
9975 * gdb.ada/mi_string_access/pck.adb: New file.
9976 * gdb.ada/mi_string_access/pck.asd: New file.
9977
2963898f
XR
99782018-09-10 Xavier Roirand <roirand@adacore.com>
9979
9980 * gdb.ada/mi_var_union.exp: New testcase.
9981 * gdb.ada/mi_var_union/bar.adb: New file.
9982 * gdb.ada/mi_var_union/pck.adb: New file.
9983 * gdb.ada/mi_var_union/pck.asd: New file.
9984
1aac008f
TT
99852018-09-08 Tom Tromey <tom@tromey.com>
9986
9987 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
9988
332cf4c9
TT
99892018-09-08 Tom Tromey <tom@tromey.com>
9990
9991 PR python/16047:
9992 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
9993 (register_pretty_printers): Register new printer.
9994 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
9995 test.
9996 * gdb.python/py-prettyprint.c (int_type3): New typedef.
9997 (an_int_type3): New global.
9998
424da6cf
JB
99992018-09-08 Joel Brobecker <brobecker@adacore.com>
10000
10001 * gdb.ada/expr_with_funcall: New testcase.
10002
2a62dfa9
JB
100032018-09-08 Joel Brobecker <brobecker@adacore.com>
10004
10005 * gdb.ada/packed_array_assign: New testcase.
10006
96b6697f
AB
100072018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
10008
10009 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
10010 names, and add test prefixes to make test names unique.
10011
e4a62c65
TV
100122018-09-05 Tom de Vries <tdevries@suse.de>
10013
10014 * gdb.dwarf2/varval.exp: Add test.
10015
dd083ee2
GB
100162018-09-04 Gary Benson <gbenson@redhat.com>
10017
10018 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
10019 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
10020
aef9346c
TT
100212018-08-31 Tom Tromey <tom@tromey.com>
10022
10023 * gdb.rust/simple.rs: Rename second variable "v".
10024
c67f2e15
AB
100252018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
10026
10027 * gdb.base/funcargs.c (use_a): New function.
10028 (recurse): Call use_a.
10029
078a0207
KS
100302018-08-29 Keith Seitz <keiths@redhat.com>
10031
10032 * gdb.compile/compile-cplus-anonymous.cc: New file.
10033 * gdb.compile/compile-cplus-anonymous.exp: New file.
10034 * gdb.compile/compile-cplus-array-decay.cc: New file.
10035 * gdb.compile/compile-cplus-array-decay.exp: New file.
10036 * gdb.compile/compile-cplus-inherit.cc: New file.
10037 * gdb.compile/compile-cplus-inherit.exp: New file.
10038 * gdb.compile/compile-cplus-member.cc: New file.
10039 * gdb.compile/compile-cplus-member.exp: New file.
10040 * gdb.compile/compile-cplus-method.cc: New file.
10041 * gdb.compile/compile-cplus-method.exp: New file.
10042 * gdb.compile/compile-cplus-mod.c: "New" file.
10043 * gdb.compile/compile-cplus-namespace.cc: New file.
10044 * gdb.compile/compile-cplus-namespace.exp: New file.
10045 * gdb.compile/compile-cplus-nested.cc: New file.
10046 * gdb.compile/compile-cplus-nested.exp: New file.
10047 * gdb.compile/compile-cplus-print.c: "New" file.
10048 * gdb.compile/compile-cplus-print.exp: "New" file.
10049 * gdb.compile/compile-cplus-virtual.cc: New file.
10050 * gdb.compile/compile-cplus-virtual.exp: New file.
10051 * gdb.compile/compile-cplus.c: "New" file.
10052 * gdb.compile/compile-cplus.exp: "New" file.
10053 * lib/compile-support.exp: New file.
10054
b0f492b9
GB
100552018-08-16 Gary Benson <gbenson@redhat.com>
10056
10057 PR gdb/13000:
10058 * gdb.base/batch-exit-status.exp: New file.
10059 * gdb.base/batch-exit-status.good-commands: Likewise.
10060 * gdb.base/batch-exit-status.bad-commands: Likewise.
10061
36eb4c5f
AH
100622018-08-29 Alan Hayward <alan.hayward@arm.com>
10063
10064 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
10065 (struct struct02): Likewise.
10066 (struct struct03): Likewise.
10067 (struct struct04): Likewise.
10068 (struct struct_01_01): New struct.
10069 (struct struct_01_02): Likewise.
10070 (struct struct_01_03): Likewise.
10071 (struct struct_01_04): Likewise.
10072 (struct struct_02_01): Likewise.
10073 (struct struct_02_02): Likewise.
10074 (struct struct_02_03): Likewise.
10075 (struct struct_02_04): Likewise.
10076 (struct struct_04_01): Likewise.
10077 (struct struct_04_02): Likewise.
10078 (struct struct_04_03): Likewise.
10079 (struct struct_04_04): Likewise.
10080 (struct struct_05_01): Likewise.
10081 (struct struct_05_02): Likewise.
10082 (struct struct_05_03): Likewise.
10083 (struct struct_05_04): Likewise.
10084 (cmp_struct01): Remove function.
10085 (cmp_struct02): Likewise.
10086 (cmp_struct03): Likewise.
10087 (cmp_struct04): Likewise.
10088 (cmp_struct_01_01): Add Function.
10089 (cmp_struct_01_02): Likewise.
10090 (cmp_struct_01_03): Likewise.
10091 (cmp_struct_01_04): Likewise.
10092 (cmp_struct_02_01): Likewise.
10093 (cmp_struct_02_02): Likewise.
10094 (cmp_struct_02_03): Likewise.
10095 (cmp_struct_02_04): Likewise.
10096 (cmp_struct_04_01): Likewise.
10097 (cmp_struct_04_02): Likewise.
10098 (cmp_struct_04_03): Likewise.
10099 (cmp_struct_04_04): Likewise.
10100 (cmp_struct_05_01): Likewise.
10101 (cmp_struct_05_02): Likewise.
10102 (cmp_struct_05_03): Likewise.
10103 (cmp_struct_05_04): Likewise.
10104 (call_all): Add new structs.
10105 * gdb.base/infcall-nested-structs.exp: Likewise.
10106
3bf9c013
JV
101072018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
10108
10109 * gdb.python/py-framefilter-mi.exp: Update regexp to
10110 check for "arch" field in frame output.
10111
450d1e88
KB
101122018-08-23 Kevin Buettner <kevinb@redhat.com>
10113
10114 * gdb.dwarf2/dw2-ranges-func.c: New file.
10115 * gdb.dwarf2/dw2-ranges-func.exp: New file.
10116
ae739fe7
SM
101172018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
10118
10119 * gdb.base/term.exp: Compare terminal settings with values from
10120 the inferior.
10121 * gdb.base/term.c: Get and set terminal settings.
10122
6d52907e
JV
101232018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
10124
10125 * lib/mi-support.exp (mi_expect_stop): Update regexp to
10126 accommodate new "arch" field in frame output.
10127 * gdb.mi/mi-return.exp: Likewise.
10128 * gdb.mi/mi-stack.exp: Likewise.
10129 * gdb.mi/mi-syn-frame.exp: Likewise.
10130 * gdb.mi/user-selected-context-sync.exp: Likewise.
10131
be2d111a
MS
101322018-08-19 Michael Spang <spang@google.com>
10133
10134 PR gdb/11786
10135 * gdb.base/gcore-tls-pie.c: New file.
10136 * gdb.base/gcore-tls-pie.exp: New file.
10137
ae3a7c47
KB
101382018-08-18 Kevin Buettner <kevinb@redhat.com>
10139
10140 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
10141 * gdb.dwarf2/varval.c: New file.
10142 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 10143
2ecae92e
AH
101442018-08-17 Alan Hayward <alan.hayward@arm.com>
10145
10146 PR gdb/18931
10147 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
10148
c1854f1d
KS
101492018-08-16 Keith Seitz <keiths@redhat.com>
10150
10151 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
10152 tests expected to pass.
10153
26fb3983
JV
101542018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
10155
10156 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
10157 -data-disassemble -a.
10158 (test_disassembly_bogus_args): Likewise.
10159
67943c00
AB
101602018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
10161
10162 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
10163
5ff2bbae
AB
101642018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10165
10166 * gdb.base/vla-optimized-out.exp: Add new test.
10167
e5bbcd0f
AB
101682018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
10169
10170 * gdb.base/vla-optimized-out-o3.exp: Delete.
10171 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
10172 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
10173 deleted tests.
10174
9d4a934c
AB
101752018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
10176
10177 PR gdb/18050:
10178 * gdb.server/extended-remote-restart.c: New file.
10179 * gdb.server/extended-remote-restart.exp: New file.
10180
045cf012
SM
101812018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
10182
10183 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
10184 "set variable index = 42".
10185
87d6a7aa
SM
101862018-08-07 Simon Marchi <simon.marchi@ericsson.com>
10187
10188 * boards/index-cache-gdb.exp: New file.
10189 * gdb.dwarf2/index-cache.exp: New file.
10190 * gdb.dwarf2/index-cache.c: New file.
10191 * gdb.base/maint.exp: Check if we are using the index cache.
10192
96d68bd4
RO
101932018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10194
10195 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
10196 MAKEFLAGS.
10197
5a699617
RO
101982018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10199
10200 * dg-extract-results.sh: Move to toplevel contrib.
10201 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
10202 * Makefile.in (check-parallel-racy): Likewise.
10203
5bd18990
AB
102042018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
10205
10206 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
10207 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
10208 tests if the target supports scheduler locking.
10209
3fbbcf47
TV
102102018-08-04 Tom de Vries <tdevries@suse.de>
10211
10212 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
10213
3e1d3d8c
TT
102142018-08-02 Tom Tromey <tom@tromey.com>
10215
10216 PR symtab/16842.
10217 * gdb.cp/temargs.exp: Test "info address" of a template
10218 parameter.
10219
5abe0f0c
JV
102202018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
10221
10222 * gdb.python/py-mi-var-info-path-expression.c: New file.
10223 * gdb.python/py-mi-var-info-path-expression.py: New file.
10224 * gdb.python/py-mi-var-info-path-expression.exp: New file.
10225
fb66cde8
SDJ
102262018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
10227
10228 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
10229 error after "cannot resolve name" string.
10230
c708f4d2
AB
102312018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
10232
10233 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
10234 started.
10235 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
10236
37cc0cae
TV
102372018-07-28 Tom de Vries <tdevries@suse.de>
10238
10239 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
10240
63b4ecf7
TV
102412018-07-26 Tom de Vries <tdevries@suse.de>
10242
10243 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
10244
3c3bb058
AB
102452018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
10246
10247 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
10248 is visible.
10249
9e7f3bbb
TV
102502018-07-26 Tom de Vries <tdevries@suse.de>
10251
10252 PR breakpoints/23366
10253 * gdb.base/catch-follow-exec.c: New test.
10254 * gdb.base/catch-follow-exec.exp: New file.
10255
16f808ec
TV
102562018-07-25 Tom de Vries <tdevries@suse.de>
10257
10258 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
10259 vla-optimized-out.c.
10260
d7154a8d
JV
102612018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
10262
10263 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
10264 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
10265
232a0032
TV
102662018-07-20 Tom de Vries <tdevries@suse.de>
10267
10268 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
10269 NOCLONE macro.
10270 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
10271
fbb1d502
TV
102722018-07-19 Tom de Vries <tdevries@suse.de>
10273
10274 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
10275 regular expression.
10276
42dc7699
TV
102772018-07-18 Tom de Vries <tdevries@suse.de>
10278
10279 * gdb.base/vla-optimized-out.c: New test.
10280 * gdb.base/vla-optimized-out.exp: New file.
10281
7f1f7e23
SDJ
102822018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
10283
10284 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
10285 message "No address associated with hostname" when gdbserver
10286 cannot resolve the hostname.
10287
5759ebb3
PW
102882018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10289
10290 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
10291 Add some test prefixes to make tests unique.
10292
3606ccab
PW
102932018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10294
10295 * gdb.base/frameapply.c: New file.
10296 * gdb.base/frameapply.exp: New file.
10297
529c08b2
PW
102982018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10299
10300 * gdb.base/skip.exp: Update expected error message.
10301
c7ab0aef
SDJ
103022018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10303 Jan Kratochvil <jan.kratochvil@redhat.com>
10304 Paul Fertser <fercerpav@gmail.com>
10305 Tsutomu Seki <sekiriki@gmail.com>
10306
10307 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
10308 parameter.
10309 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
10310 by default.
10311 * boards/native-gdbserver.exp: Likewise.
10312 * gdb.server/run-without-local-binary.exp: Improve regexp used
10313 for detecting when a remote debugging connection succeeds.
10314 * gdb.server/server-connect.exp: New file.
10315 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
10316 Do not prefix the port number with ":".
10317 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
10318 support for detecting and using it. Add '$debughost_gdbserver'
10319 to the list of arguments used to start gdbserver. Handle case
10320 when gdbserver cannot resolve a network name.
10321
16ff70dd
SDJ
103222018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
10323
10324 PR c++/23373
10325 * gdb.base/ptype-offsets.cc (struct static_member): New
10326 struct.
10327 (main) <stmember>: New variable.
10328 * gdb.base/ptype-offsets.exp: Add test for printing a struct
10329 with a static member in it.
10330
3541979f
AB
103312018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
10332
10333 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
10334 watchpoints enabled and disabled.
10335
c8ad9b9a
AB
103362018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10337
10338 * gdb.base/examine-backward.exp: Still run tests around address
10339 0x0, even if address 0x0 is not readable. Update the pattern for
10340 matching address 0x0 in expected output.
10341
e0e5e971
AB
103422018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
10343
10344 * gdb.base/share-env-with-gdbserver.c (main): Add call to
10345 malloc/free.
10346
1ea5da02
TV
103472018-07-04 Tom de Vries <tdevries@suse.de>
10348
10349 * gdb.dwarf2/dw2-error.exp: Update expected error message.
10350
471b9d15
MR
103512018-07-02 Maciej W. Rozycki <macro@mips.com>
10352
10353 PR tdep/8282
10354 * gdb.arch/mips-disassembler-options.exp: New test.
10355 * gdb.arch/mips-disassembler-options.s: New test source.
10356
75acb486
PA
103572018-06-29 Pedro Alves <palves@redhat.com>
10358
10359 * gdb.threads/names.exp: Adjust expected "info threads" output.
10360
cd2bb709
PA
103612018-06-29 Pedro Alves <palves@redhat.com>
10362
10363 * gdb.opt/inline-break.exp (line number, address): Add "info
10364 break" tests.
10365
991ff292
PA
103662018-06-29 Pedro Alves <palves@redhat.com>
10367
10368 * gdb.opt/inline-break.c (func1): Add "break here" marker.
10369 * gdb.opt/inline-break.exp: Test setting breakpoints by line
10370 number and address and running to them.
10371
356819b6 103722018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
10373
10374 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
10375
2512d7ef
JK
103762018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10377
10378 * lib/compiler.c: Remove executable permission flag.
10379
be1b6474
RB
103802018-06-28 Richard Bunt <richard.bunt@arm.com>
10381
10382 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
10383 code.
10384 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
10385
291f9a96
PT
103862018-06-28 Petr Tesarik <ptesarik@suse.cz>
10387
10388 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
10389
ed6dfe51
PT
103902018-06-28 Petr Tesarik <ptesarik@suse.cz>
10391
10392 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
10393 address argument is omitted.
10394
d4d429d5
PT
103952018-06-28 Petr Tesarik <ptesarik@suse.cz>
10396
10397 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
10398
7ab6656f
OJ
103992018-06-27 Omair Javaid <omair.javaid@linaro.org>
10400
10401 PR gdb/21695
10402 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
10403 * gdb.base/infoline-reloc-main-from-zero.c: New file.
10404
a33ccfc7
TT
104052018-06-26 Tom Tromey <tom@tromey.com>
10406
10407 PR rust/22574:
10408 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
10409 * gdb.rust/simple.rs (struct SimpleLayout): New.
10410
6d72d289
SM
104112018-06-22 Simon Marchi <simon.marchi@ericsson.com>
10412
10413 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
10414 "info registers" output.
10415
8363f9d5
RB
104162018-06-21 Richard Bunt <richard.bunt@arm.com>
10417
10418 * gdb.base/watchpoint-hw-attach.c: New test.
10419 * gdb.base/watchpoint-hw-attach.exp: New file.
10420
f00674fe
SM
104212018-06-20 Simon Marchi <simon.marchi@ericsson.com>
10422
10423 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
10424 through /bin/sh.
10425 * boards/dwarf4-gdb-index.exp: Likewise.
10426 * boards/fission-dwp.exp: Likewise.
10427
1d554008
UW
104282018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
10429
10430 * gdb.base/float128.exp: Add comment and improved fail message
10431 to the failure case of "print large128" test.
10432
d0ac1c44
SM
104332018-06-19 Simon Marchi <simon.marchi@ericsson.com>
10434
10435 * configure.ac: Remove AC_PREREQ.
10436 * configure: Re-generate.
10437
61b04dd0
PA
104382018-06-19 Pedro Alves <palves@redhat.com>
10439
10440 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
10441 (func_extern_caller): New.
10442 (main): Call func_extern_caller.
10443 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
10444 logic change.
10445
f63b508a
SM
104462018-06-18 Weimin Pan <weimin.pan@oracle.com>
10447
10448 PR gdb/16841
10449 * gdb.cp/typedef-base.cc: New file.
10450 * gdb.cp/typedef-base.exp: New file.
10451
0fe3a558
TV
104522018-06-18 Tom de Vries <tdevries@suse.de>
10453
10454 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
10455
7010835a
AB
104562018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
10457 Richard Bunt <Richard.Bunt@arm.com>
10458
10459 * gdb.threads/attach-slow-waitpid.c: New file.
10460 * gdb.threads/attach-slow-waitpid.exp: New file.
10461 * gdb.threads/slow-waitpid.c: New file.
10462
14897d65
PA
104632018-06-14 Pedro Alves <palves@redhat.com>
10464
10465 * gdb.base/fork-running-state.c: Include <errno.h>.
10466 (exit_if_relative_exits): New.
10467 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
10468 exits.
10469 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
10470 child exits.
10471
5d9a0608
TV
104722018-06-14 Tom de Vries <tdevries@suse.de>
10473
10474 PR cli/22573
10475 * gdb.base/finish-pretty.c: New test.
10476 * gdb.base/finish-pretty.exp: New file.
10477
11ae5818
PA
104782018-06-14 Pedro Alves <palves@redhat.com>
10479
10480 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
10481 gdb's expected startup output.
10482
1d39de44
PA
104832018-06-14 Pedro Alves <palves@redhat.com>
10484
10485 * lib/selftest-support.exp (selftest_setup): Remove inlined
10486 function handling.
10487
70ee0000
TV
104882018-06-14 Tom de Vries <tdevries@suse.de>
10489
10490 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
10491 matching of breakpoint printing.
10492
11f4b608
TV
104932018-06-13 Tom de Vries <tdevries@suse.de>
10494
10495 PR testsuite/23269
10496 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
10497 (fork_child): ... here, and ...
10498 (fork_parent): ... here.
10499
105002018-06-12 Tom de Vries <tdevries@suse.de>
10501
10502 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
10503
9516f85a
AB
105042018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
10505 Stephen Roberts <stephen.roberts@arm.com>
10506
10507 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
10508 rewrite test to describe action performed, rather than possible
10509 failure.
10510
5045b3d7
GB
105112018-06-08 Gary Benson <gbenson@redhat.com>
10512
10513 * gdb.threads/check-libthread-db.exp: New file.
10514 * gdb.threads/check-libthread-db.c: Likewise.
10515
c61b06a1
TT
105162018-06-05 Tom Tromey <tom@tromey.com>
10517
10518 * gdb.base/default.exp: Update expected "show version" output.
10519
eb6af809
TT
105202018-06-05 Tom Tromey <tom@tromey.com>
10521
10522 PR cli/12326:
10523 * gdb.cp/static-print-quit.exp: Update.
10524 * lib/gdb.exp (pagination_prompt): Update.
10525 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
10526 * gdb.python/python.exp: Update.
10527
178d6a63
JB
105282018-06-04 Joel Brobecker <brobecker@adacore.com>
10529
10530 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
10531
8e817061
JB
105322018-06-01 Joel Brobecker <brobecker@adacore.com>
10533
10534 * gdb.ada/bp_fun_addr: New testcase.
10535
e86ca25f
TT
105362018-06-01 Tom Tromey <tom@tromey.com>
10537
10538 * gdb.xml/tdesc-regs.exp (load_description): Update expected
10539 results.
10540 * gdb.dwarf2/method-ptr.exp: Set language to C++.
10541 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
10542 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
10543 * gdb.base/maint.exp (maint_pass_if): Update.
10544
4b2dfa9d
MR
105452018-05-31 Maciej W. Rozycki <macro@mips.com>
10546
10547 * gdb.base/endian.exp: New test.
10548 * gdb.base/endian.c: New test source.
10549
45f25d6c
AB
105502018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
10551
10552 PR gdb/23203
10553 * gdb.base/bt-selected-frame.c: New file.
10554 * gdb.base/bt-selected-frame.exp: New file.
10555 * lib/gdb.exp (get_current_frame_number): New function.
10556
d9f6d7f8
MR
105572018-05-24 Maciej W. Rozycki <macro@mips.com>
10558 Pedro Alves <palves@redhat.com>
10559
10560 * gdb.threads/tls-core.c: Include <stdlib.h>
10561 (thread_proc): Call `abort'.
10562 * gdb.threads/tls-core.exp: Generate a core with core_find too.
10563 (tls_core_test): New procedure, bits factored out from ...
10564 (top level): ... here. Test both native cores and gcore cores.
10565
ff1cf532
TT
105662018-05-23 Tom Tromey <tom@tromey.com>
10567
10568 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
10569
b98664d3
TT
105702018-05-23 Tom Tromey <tom@tromey.com>
10571
10572 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
10573 symfile_complaints.
10574 (test_short_complaints): Likewise.
10575 (test_empty_complaints): Likewise.
10576 (test_initial_complaints): Update.
10577
4e9668d0
TT
105782018-05-23 Tom Tromey <tom@tromey.com>
10579
10580 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
10581
43ba33c7
TT
105822018-05-23 Tom Tromey <tom@tromey.com>
10583
10584 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
10585 (test_short_complaints): Update.
10586
035522c0
PA
105872018-05-22 Pedro Alves <palves@redhat.com>
10588
10589 * gdb.base/remote.exp: Only gdb_start after compiling the
10590 testcase. Issue "disconnect" before testing "set remote" command
10591 defaults. Issue clean_restart before running to main.
10592
cc0be08f
PA
105932018-05-22 Pedro Alves <palves@redhat.com>
10594
10595 * gdb.base/remote.exp: Adjust expected output of "show remote
10596 memory-write-packet-size". Add tests for "set remote
10597 memory-write-packet-size 0" and "set remote
10598 memory-write-packet-size fixed/limit".
10599
b1b60145
PA
106002018-05-22 Pedro Alves <palves@redhat.com>
10601
10602 PR gdb/22973
10603 * gdb.base/utf8-identifiers.c: New file.
10604 * gdb.base/utf8-identifiers.exp: New file.
10605
0ec848ad
PFC
106062018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10607
10608 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
10609
2c3305f6
PFC
106102018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
10611
10612 * gdb.arch/powerpc-vsx-gcore.exp: New file.
10613
ce1e8424
TT
106142018-05-18 Tom Tromey <tom@tromey.com>
10615
10616 * gdb.base/ptype-offsets.exp: Update.
10617
ddfe970e
KS
106182018-05-17 Keith Seitz <keiths@redhat.com>
10619
10620 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
10621 in expected breakpoint stop locations.
10622 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
10623 move to proper scope to test variable values.
10624 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
10625 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
10626 New functions.
10627 (main): Call not_inline_func3.
10628 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
10629 inline_func1, inline_func2, and inline_func3. Test that when each
10630 breakpoint is hit, GDB properly reports both the stop location
10631 and the backtrace. Repeat tests for temporary breakpoints.
10632
0726fcc6
MR
106332018-05-15 Maciej W. Rozycki <macro@mips.com>
10634
10635 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
10636 rather then trying to access it in determining whether the PID
10637 of `gdbserver' could have been retrieved.
10638
8ee22052
AB
106392018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
10640
10641 * gdb.arch/amd64-init-x87-values.S: New file.
10642 * gdb.arch/amd64-init-x87-values.exp: New file.
10643
7785df48
JK
106442018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10645
10646 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
10647
56bcdbea
TT
106482018-05-04 Tom Tromey <tom@tromey.com>
10649
10650 PR python/22730:
10651 * gdb.python/python.exp: Test multi-line execute.
10652
a913fffb
TT
106532018-05-04 Tom Tromey <tom@tromey.com>
10654
10655 PR python/22731:
10656 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
10657
7a2c85f2
TT
106582018-05-04 Tom Tromey <tom@tromey.com>
10659
10660 PR gdb/11750:
10661 * gdb.base/define.exp: Test defining a user command inside a user
10662 command.
10663 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
10664
a3b60e45
JK
106652018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10666 Pedro Alves <palves@redhat.com>
10667
10668 PR breakpoints/19806 and support for PR external/20207.
10669 * gdb.base/watchpoint-unaligned.c: New file.
10670 * gdb.base/watchpoint-unaligned.exp: New file.
10671
45fe4a03
AB
106722018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10673
10674 * gdb.base/maint.exp: Make test names unique, use
10675 test_prefix_command_help to test 'help maint info', and remove
10676 repeated test of 'help maint'.
10677
9be2ae8f
TT
106782018-05-04 Tom Tromey <tom@tromey.com>
10679
10680 PR gdb/22619:
10681 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
10682 behavior.
10683
11859c31
AB
106842018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10685
10686 * gdb.base/maint.exp: Process output from 'maint print registers'
10687 line at a time.
10688
089a9490
AB
106892018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10690
10691 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
10692 timeout.
10693
9b0797e2
AB
106942018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
10695
10696 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
10697 filter pattern.
10698
f6ac5f3d
PA
106992018-05-02 Pedro Alves <palves@redhat.com>
10700
10701 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
10702 to_log_command renames.
10703 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
10704
77d3c63b
TT
107052018-05-02 Tom Tromey <tom@tromey.com>
10706
10707 * gdb.python/py-parameter.exp: Set test message.
10708
0489430a
TT
107092018-05-02 Tom Tromey <tom@tromey.com>
10710
10711 PR python/20084:
10712 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
10713 PARAM_ZUINTEGER_UNLIMITED tests.
10714
1632f8ba
DR
107152018-04-28 Dan Robertson <danlrobertson89@gmail.com>
10716
10717 PR rust/23124
10718 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
10719 when casting.
10720
6d7bb824
TT
107212018-04-30 Tom Tromey <tom@tromey.com>
10722
10723 * gdb.python/py-type.exp: Check align attribute.
10724 * gdb.python/py-type.c: New "aligncheck" global.
10725
007e1530
TT
107262018-04-30 Tom Tromey <tom@tromey.com>
10727
10728 PR exp/17095:
10729 * gdb.dwarf2/dw2-align.exp: New file.
10730 * gdb.cp/align.exp: New file.
10731 * gdb.base/align.exp: New file.
10732 * lib/gdb.exp (gdb_int128_helper): New proc.
10733 (has_int128_c, has_int128_cxx): New caching procs.
10734
6873858b
TT
107352018-04-27 Tom Tromey <tom@tromey.com>
10736
10737 PR rust/22545:
10738 * gdb.rust/simple.exp: Add inclusive range tests.
10739
79188d8d
PA
107402018-04-26 Pedro Alves <palves@redhat.com>
10741
10742 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
10743 ifunc breakpoint locations correctly of ifunc breakpoints set
10744 while the program resolves the ifunc.
10745
c7075ad5
PA
107462018-04-26 Pedro Alves <palves@redhat.com>
10747
10748 * gdb.base/gnu-ifunc-final.c: New file.
10749 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
10750 * gdb.base/gnu-ifunc.exp (executable): Delete.
10751 (staticexecutable): Adjust.
10752 (lib_opts, exec_opts): Delete.
10753 (make_binsuffix, build, set-break): New procedures.
10754 (misc_tests): New, with tests factored out from the top level.
10755 (top level): Test different combinations of ifunc resolver name,
10756 resolver with and with debug info, and ifunc target with and
10757 without debug info. Wrap static tests with with_target_prefix.
10758
8388016d
PA
107592018-04-26 Pedro Alves <palves@redhat.com>
10760
10761 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
10762 return type" warnings.
10763
249b5733
PA
107642018-04-25 Pedro Alves <palves@redhat.com>
10765
10766 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
10767 killed".
10768 * gdb.base/kill-after-signal.exp: Likewise.
10769 * gdb.threads/kill.exp: Likewise.
10770
f67c0c91
SDJ
107712018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10772 Sergio Durigan Junior <sergiodj@redhat.com>
10773 Pedro Alves <palves@redhat.com>
10774
10775 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
10776 regexps to expect for '[Inferior ... detached]' as well.
10777 * gdb.base/attach.exp: Likewise.
10778 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
10779 "gdb_continue_to_end".
10780 (test_catch_syscall_with_wrong_args): Likewise.
10781 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
10782 ']'. Don't set 'verbose' on.
10783 * gdb.base/foll-vfork.exp: Likewise.
10784 * gdb.base/fork-print-inferior-events.c: New file.
10785 * gdb.base/fork-print-inferior-events.exp: New file.
10786 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
10787 '[Inferior ... has been killed]' message.
10788 * gdb.base/kill-after-signal.exp: Likewise.
10789 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
10790 detach message.
10791 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
10792 message.
10793 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
10794 regexps to expect for '[Inferior ... detached]' as well.
10795 * gdb.threads/process-dies-while-detaching.exp: Likewise.
10796
0a8ddac4
SM
107972018-04-24 Simon Marchi <simon.marchi@ericsson.com>
10798
10799 PR gdb/23104
10800 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
10801
701adfb0
PA
108022018-04-22 Rajendra SY <rajendra.sy@gmail.com>
10803
10804 PR gdb/23095
10805 * gdb.base/break-probes.exp: Pass shlib_load to
10806 prepare_for_testing. Set normal_bp to r_debug_state if target is
10807 bsd.
10808
d27d16bf
RB
108092018-04-19 Richard Bunt <richard.bunt@arm.com>
10810
10811 * gdb.threads/multiple-successive-infcall.c: New test.
10812 * gdb.threads/multiple-successive-infcall.exp: New file.
10813
a037790e
TT
108142018-04-17 Tom Tromey <tom@tromey.com>
10815
10816 * gdb.rust/simple.rs (Union): New type.
10817 (main): New local "u".
10818 * gdb.rust/simple.exp (test_one_slice): Add new test case.
10819
e3a91079
AA
108202018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10821
10822 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
10823 number information in output of "whereis" command.
10824 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
10825
b744723f
AA
108262018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10827
10828 * gdb.ada/info_types.exp: Adjust expected output to the line
10829 numbers now printed by "info var/func/type".
10830 * gdb.base/completion.exp: Likewise.
10831 * gdb.base/included.exp: Likewise.
10832 * gdb.cp/cp-relocate.exp: Likewise.
10833 * gdb.cp/cplusfuncs.exp: Likewise.
10834 * gdb.cp/namespace.exp: Likewise.
10835 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
10836
4a4495d6
MM
108372018-04-13 Markus Metzger <markus.t.metzger@intel.com>
10838
10839 * gdb.btrace/cpu.exp: New.
10840
1d509aa6
MM
108412018-04-13 Markus Metzger <markus.t.metzger@intel.com>
10842
10843 * gdb.base/step-indirect-call-thunk.exp: New.
10844 * gdb.base/step-indirect-call-thunk.c: New.
10845 * gdb.reverse/step-indirect-call-thunk.exp: New.
10846 * gdb.reverse/step-indirect-call-thunk.c: New.
10847
6295b6da
SM
108482018-04-11 Simon Marchi <simon.marchi@ericsson.com>
10849
10850 * gdb.base/pie-fork.c: New file.
10851 * gdb.base/pie-fork.exp: New file.
10852
50146e70
TT
108532018-04-11 Tom Tromey <tom@tromey.com>
10854
10855 * gdb.rust/simple.exp: Add test for ".." struct initializer.
10856
f50d8a2e
PA
108572018-04-10 Pedro Alves <palves@redhat.com>
10858
10859 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
10860 exits. Instead loop running forever.
10861 (fork_parent): Run forever too.
10862
a0be7a36
SM
108632018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10864
10865 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
10866 mi_continue_to_line.
10867 * gdb.mi/mi-stack.c (callee4): Add comment.
10868
9b73db36
SM
108692018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10870
10871 * gdb.mi/mi-stack.exp: Fix indentation.
10872
c912f608
SM
108732018-04-07 Simon Marchi <simon.marchi@ericsson.com>
10874
10875 PR gdb/22979
10876 * gdb.arch/amd64-osabi.exp: New file.
10877
26540402
SM
108782018-04-07 Simon Marchi <simon.marchi@ericsson.com>
10879
10880 PR gdb/22980
10881 * gdb.base/osabi.exp: New file.
10882
121ad66c 108832018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
10884
10885 * gdb.cp/static-typedef-print.exp: New file.
10886 * gdb.cp/static-typedef-print.cc: New file.
10887
3fcded8f
JB
108882018-03-27 Joel Brobecker <brobecker@adacore.com>
10889
10890 * gdb.ada/varsize_limit: New testcase.
10891
59cc4834
JB
108922018-03-27 Joel Brobecker <brobecker@adacore.com>
10893
10894 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
10895
10896 * gdb.ada/notcplusplus: New testcase.
10897
10898 * gdb.base/c-linkage-name.c: New file.
10899 * gdb.base/c-linkage-name.exp: New testcase.
10900
4ca59a9f
TT
109012018-03-26 Tom Tromey <tom@tromey.com>
10902
10903 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
10904 * gdb.python/py-framefilter.py (name_error): New global.
10905 (ErrorInName.function): Use name_error.
10906
978d6c75
TT
109072018-03-26 Tom Tromey <tom@tromey.com>
10908
10909 PR backtrace/15582:
10910 * gdb.python/py-framefilter.exp: Add "bt hide" test.
10911
b7fee5a3
KS
109122018-03-23 Keith Seitz <keiths@redhat.com>
10913
10914 PR c++/22968
10915 * gdb.cp/subtypes.exp: New file.
10916 * gdb.cp/subtypes.h: New file.
10917 * gdb.cp/subtypes.cc: New file.
10918 * gdb.cp/subtypes-2.cc: New file.
10919
376be529
AB
109202018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
10921
10922 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
10923 (done): Call '_exit' not 'exit' to avoid atexit handlers.
10924 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
10925 -nostartfiles when compiling the test. Confirm that all registers
10926 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
10927
066cfa98
AB
109282018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
10929
10930 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
10931 option, syntax was wrong anyway.
10932 * gdb.arch/arm-disp-step.exp: Likewise.
10933 * gdb.arch/sparc64-regs.exp: Likewise.
10934 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
10935 option, syntax was wrong anyway, switch to use
10936 prepare_for_testing.
10937 * gdb.arch/i386-disp-step.exp: Likewise.
10938
079670b9
AA
109392018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
10940
10941 * gdb.ada/exec_changed.exp: Replace "target_info exists
10942 use_gdb_stub" by "use_gdb_stub".
10943 * gdb.ada/start.exp: Likewise.
10944 * gdb.base/async-shell.exp: Likewise.
10945 * gdb.base/attach-pie-misread.exp: Likewise.
10946 * gdb.base/attach-wait-input.exp: Likewise.
10947 * gdb.base/break-entry.exp: Likewise.
10948 * gdb.base/break-interp.exp: Likewise.
10949 * gdb.base/dprintf-detach.exp: Likewise.
10950 * gdb.base/nostdlib.exp: Likewise.
10951 * gdb.base/solib-nodir.exp: Likewise.
10952 * gdb.base/statistics.exp: Likewise.
10953 * gdb.base/testenv.exp: Likewise.
10954 * gdb.mi/mi-exec-run.exp: Likewise.
10955 * gdb.mi/mi-start.exp: Likewise.
10956 * gdb.multi/dummy-frame-restore.exp: Likewise.
10957 * gdb.multi/multi-arch-exec.exp: Likewise.
10958 * gdb.multi/multi-arch.exp: Likewise.
10959 * gdb.multi/tids.exp: Likewise.
10960 * gdb.multi/watchpoint-multi.exp: Likewise.
10961 * gdb.python/py-events.exp: Likewise.
10962 * gdb.threads/attach-into-signal.exp: Likewise.
10963 * gdb.threads/attach-stopped.exp: Likewise.
10964 * gdb.threads/threadapply.exp: Likewise.
10965 * lib/selftest-support.exp: Likewise.
10966
26d6cec4
AA
109672018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
10968
10969 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
10970
4ee89e90
SR
109712018-03-20 Stephen Roberts <stephen.roberts@arm.com>
10972
10973 * gdb.perf/template-breakpoints.cc: New file.
10974 * gdb.perf/template-breakpoints.exp: New file.
10975 * gdb.perf/template-breakpoints.py: New file.
10976
92630041
TT
109772018-03-19 Tom Tromey <tom@tromey.com>
10978
10979 * gdb.rust/simple.rs (main): Add local variables field1, field2,
10980 y0.
10981 * gdb.rust/simple.exp: Test bare identifier form of struct
10982 initializer.
10983
76727919
TT
109842018-03-19 Tom Tromey <tom@tromey.com>
10985
10986 * gdb.gdb/observer.exp: Remove.
10987
194ed413
AA
109882018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10989
10990 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
10991 "qualified" option when setting breakpoints.
10992 * gdb.trace/backtrace.exp: Likewise.
10993 * gdb.trace/circ.exp: Likewise.
10994 * gdb.trace/collection.exp: Likewise.
10995 * gdb.trace/disconnected-tracing.exp: Likewise.
10996 * gdb.trace/ftrace-lock.exp: Likewise.
10997 * gdb.trace/ftrace.exp: Likewise.
10998 * gdb.trace/infotrace.exp: Likewise.
10999 * gdb.trace/packetlen.exp: Likewise.
11000 * gdb.trace/passc-dyn.exp: Likewise.
11001 * gdb.trace/qtro.exp: Likewise.
11002 * gdb.trace/read-memory.exp: Likewise.
11003 * gdb.trace/report.exp: Likewise.
11004 * gdb.trace/signal.exp: Likewise.
11005 * gdb.trace/status-stop.exp: Likewise.
11006 * gdb.trace/strace.exp: Likewise.
11007 * gdb.trace/tfind.exp: Likewise.
11008 * gdb.trace/trace-break.exp: Likewise.
11009 * gdb.trace/trace-condition.exp: Likewise.
11010 * gdb.trace/trace-mt.exp: Likewise.
11011 * gdb.trace/tstatus.exp: Likewise.
11012 * gdb.trace/tsv.exp: Likewise.
11013 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11014 * gdb.trace/unavailable.exp: Likewise.
11015 * gdb.trace/while-dyn.exp: Likewise.
11016
8b067d2c
AA
110172018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11018
11019 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
11020 that libinproctrace is copied to the target.
11021
3ae9ce5d
TT
110222018-03-14 Tom Tromey <tom@tromey.com>
11023
11024 PR cli/14977:
11025 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
11026 a null pointer.
11027 * gdb.base/wchar.exp: Likewise.
11028
b8c2339b
TT
110292018-03-14 Tom Tromey <tom@tromey.com>
11030
11031 PR cli/19918:
11032 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
11033 flag.
11034
4872dc46
SM
110352018-03-08 Simon Marchi <simon.marchi@ericsson.com>
11036
11037 PR gdb/22841
11038 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
11039 "target" to remote_exec.
11040
e4fe3756
SM
110412018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
11042
11043 PR gdb/22841
11044 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
11045 ${board}_upload): Remove.
11046
e95a97d4
AA
110472018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
11048
11049 * gdb.cp/watch-cp.cc: New test.
11050 * gdb.cp/watch-cp.exp: New file.
11051
dbbb1059
AB
110522018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11053
11054 * gdb.base/infcall-nested-structs.exp: New file.
11055 * gdb.base/infcall-nested-structs.c: New file.
11056 * gdb.base/float.exp: Add riscv support.
11057
ecc054c0
TP
110582018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
11059
11060 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
11061 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
11062
25e3c82c
SDJ
110632018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
11064
11065 * gdb.server/abspath.exp: New file.
11066 * lib/gdb.exp (with_cwd): New procedure.
11067
3083294d
SM
110682018-02-28 Simon Marchi <simon.marchi@ericsson.com>
11069
11070 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
11071 use it.
11072 (gdb_is_target_remote_prompt): New proc.
11073 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
11074 (gdb_is_target_native): Pass prompt parameter to
11075 gdb_is_target_1.
11076
3275ef47
SM
110772018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
11078
11079 * gdb.base/load-command.c: New file.
11080 * gdb.base/load-command.exp: New file.
11081 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
11082 (gdb_is_target_1): ...this, and generalize for other targets
11083 than just remote.
11084 (gdb_is_target_remote): Use gdb_is_target_1.
11085 (gdb_is_target_native): use gdb_is_target_1.
11086
6893c19a
TT
110872018-02-26 Tom Tromey <tom@tromey.com>
11088
11089 PR python/16497:
11090 * gdb.python/py-framefilter.exp: Update test.
11091
2ddeaf8a
TT
110922018-02-26 Tom Tromey <tom@tromey.com>
11093
11094 * gdb.dwarf2/variant.c: New file.
11095 * gdb.dwarf2/variant.exp: New file.
11096
c9317f21
TT
110972018-02-26 Tom Tromey <tom@tromey.com>
11098
11099 * gdb.rust/simple.exp: Accept more possible results in enum test.
11100
6f6d0c26
SM
111012018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
11102
11103 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
11104 parentheses.
11105
11b03145
MR
111062018-02-23 Maciej W. Rozycki <macro@mips.com>
11107
11108 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
11109 name of a variable: $actual_linejj -> $actual_line.
11110
54a27fe5
JB
111112018-02-21 John Baldwin <jhb@FreeBSD.org>
11112
11113 * gdb.arch/amd64-i386-address.exp: Fix a typo.
11114
de65820c
MM
111152018-02-20 Markus Metzger <markus.t.metzger@intel.com>
11116
11117 * gdb.btrace/buffer-size.exp: Do not force BTS.
11118
980548fd
PA
111192018-02-14 Pedro Alves <palves@redhat.com>
11120
11121 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
11122 getting a "Quit".
11123
c4e12631
MM
111242018-02-09 Markus Metzger <markus.t.metzger@intel.com>
11125
11126 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
11127 Fix test name.
11128
c2e0e465
SM
111292018-02-07 Simon Marchi <simon.marchi@ericsson.com>
11130
11131 * gdb.cp/m-static.exp: Check type of optimized out static
11132 member.
11133
f7216783
AB
111342018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
11135
11136 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
11137 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
11138
0625771b
LS
111392018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
11140 Leszek Swirski <leszeks@google.com>
11141
11142 * gdb.python/py-prettyprint.c
11143 (struct to_string_returns_value_inner,
11144 struct to_string_returns_value_wrapper): New.
11145 (main): Add tsrvw variable.
11146 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
11147 ToStringReturnsValueWrapper): New classes.
11148 (register_pretty_printers): Register new pretty-printers.
11149 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
11150 recursive pretty printer.
11151 * gdb.python/py-mi.exp: Likewise.
11152
59498c30
LS
111532018-02-01 Leszek Swirski <leszeks@google.com>
11154
11155 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
11156 functions with the same name as an include file are parsed
11157 correctly.
11158
d4d38844
YQ
111592018-02-01 Yao Qi <yao.qi@linaro.org>
11160
11161 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
11162 "\[^\r\n\]*".
11163
07e5f5cf
NP
111642018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
11165
11166 * gdb.arch/powerpc-prologue-frame.s: New file.
11167 * gdb.arch/powerpc-prologue-frame.c: Likewise.
11168 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
11169
929b5ad4
JB
111702018-01-31 Joel Brobecker <brobecker@adacore.com>
11171
11172 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
11173
e671cd59
PA
111742018-01-30 Pedro Alves <palves@redhat.com>
11175
11176 PR gdb/13211
11177 * gdb.base/interrupt-daemon.c: New.
11178 * gdb.base/interrupt-daemon.exp: New.
11179 * gdb.multi/multi-term-settings.c: New.
11180 * gdb.multi/multi-term-settings.exp: New.
11181
fc413dc4
JB
111822018-01-30 Joel Brobecker <brobecker@adacore.com>
11183
11184 * gdb.base/break.exp: Save the location where the breakpoint
11185 on break.c:47 was actually inserted when debugging the version
11186 compiled at -O2 and use it in the expected output of the "info
11187 break" test performed soon after.
11188
5c319bb2
PA
111892018-01-22 Pedro Alves <palves@redhat.com>
11190 Sergio Durigan Junior <sergiodj@redhat.com>
11191
11192 * gdb.base/whatis.exp: Add tests for 'set print object on' +
11193 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
11194
a9e40818
JB
111952018-01-22 Joel Brobecker <brobecker@adacore.com>
11196
11197 * gdb.base/break-include.c, gdb.base/break-include.inc,
11198 gdb.base/break-include.exp: New files.
11199 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
11200 line number now being the actual line number where the breakpoint
11201 was inserted.
11202 * gdb.mi/mi-break.exp: Likewise.
11203 * gdb.mi/mi-reverse.exp: Likewise.
11204 * gdb.mi/mi-simplerun.exp: Ditto.
11205
e707fc44
AB
112062018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11207
11208 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
11209 varobj.
11210 * gdb.mi/mi-var-create-rtti.exp: Likewise.
11211
ae451627
AB
112122018-01-21 Don Breazeal <donb@codesourcery.com>
11213 Andrew Burgess <andrew.burgess@embecosm.com>
11214
11215 * gdb.mi/basics.c: Add new global.
11216 * gdb.mi/mi-frame-regs.exp: New file.
11217 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
11218 case.
11219
b1b189e0
AB
112202018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
11221
11222 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
11223 non-parameter, and on an unknown symbol.
11224
fcfcc376
TT
112252018-01-19 Tom Tromey <tom@tromey.com>
11226
11227 * gdb.rust/modules.rs (TWENTY_THREE): New global.
11228 * gdb.rust/modules.exp: Add ::-qualified lookup test.
11229
634c1c31
AA
112302018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11231
11232 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
11233 setrlimit and chdir to int.
11234
d6ad07fd
AA
112352018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11236
11237 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
11238 function.
11239 (my_tend): Likewise.
11240 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
11241 rationale of avoiding FP- and vector instructions.
11242
adf8243b
RK
112432018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
11244
11245 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
11246 "info reg" with "\[ \t\]*".
11247 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
11248 "\[ \t\]+".
11249 * gdb.arch/s390-multiarch.exp: Ditto.
11250 * gdb.base/pc-fp.exp: Ditto.
11251 * gdb.reverse/i386-precsave.exp: Ditto.
11252 * gdb.reverse/i386-reverse.exp: Ditto.
11253 * gdb.reverse/i387-env-reverse.exp: Ditto.
11254 * gdb.reverse/i387-stack-reverse.exp: Ditto.
11255
dcc06925
AA
112562018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11257
11258 * lib/gdb.exp (gdb_compile): Re-enable use of
11259 universal_compile_options for languages other than Rust.
11260
25d4fd80
AA
112612018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
11262
11263 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
11264
ee7f689e 112652018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
11266
11267 PR gdb/16577
11268 * gdb.base/solib-vanish.exp: New.
11269 * gdb.base/solib-vanish-main.c: New.
11270 * gdb.base/solib-vanish-lib1.c: New.
11271 * gdb.base/solib-vanish-lib2.c: New.
11272
d8447b6b
YQ
112732018-01-17 Yao Qi <yao.qi@linaro.org>
11274
11275 * gdb.compile/compile.exp: Match the address printed for
11276 frame in the output of command "bt".
11277
86d6a90c
TT
112782018-01-15 Tom Tromey <tom@tromey.com>
11279
11280 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
11281 compute sp_reg.
11282
cbcdb1aa
AB
112832018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
11284
11285 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
11286 to prepare.
11287 (prepare): Return 0 on error, 1 on success.
11288
eea61984
PA
112892018-01-12 Pedro Alves <palves@redhat.com>
11290
11291 * gdb.base/continue-after-aborted-step-over.c: New.
11292 * gdb.base/continue-after-aborted-step-over.exp: New.
11293
6181e9c2
SM
112942018-01-11 Simon Marchi <simon.marchi@ericsson.com>
11295
11296 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
11297 options when not creating an executable.
11298
3cada740
PA
112992018-01-11 Pedro Alves <palves@redhat.com>
11300
11301 PR remote/22597
11302 * gdb.server/stop-reply-no-thread.c: New file.
11303 * gdb.server/stop-reply-no-thread.exp: New file.
11304
c63d3e8d
PA
113052018-01-10 Pedro Alves <palves@redhat.com>
11306
11307 PR gdb/22670
11308 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
11309 functions too. Test setting breakpoints and printing C functions
11310 with no debug info too.
11311 * gdb.ada/bp_c_mixed_case/qux.c: New file.
11312
d4c2a405
PA
113132018-01-10 Pedro Alves <palves@redhat.com>
11314
11315 PR gdb/22670
11316 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
11317 a fail.
11318
8825213e
PA
113192018-01-10 Pedro Alves <palves@redhat.com>
11320
11321 PR gdb/22670
11322 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
11323
605fd3c6
YQ
113242018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11325
11326 * gdb.server/unittest.exp: Match the output in non-development
11327 mode.
11328
1e5ded6c
YQ
113292018-01-08 Simon Marchi <simon.marchi@ericsson.com>
11330
11331 * gdb.gdb/unittest.exp: Match output in non-development mode.
11332
30066b0b
JB
113332018-01-08 Joel Brobecker <brobecker@adacore.com>
11334
11335 * gdb.ada/access_tagged_param.exp: Relax expected output
11336 for value of "ObjL" in "continue" to pck.inspect breakpoint
11337 test.
11338
04bafb1e
XR
113392018-01-08 Joel Brobecker <brobecker@adacore.com>
11340
9f86398b
JB
11341 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
11342 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 11343
e379cee6
PA
113442018-01-05 Pedro Alves <palves@redhat.com>
11345
11346 PR gdb/18653
11347 * gdb.base/libsegfault.exp: New.
11348
de63c46b
PA
113492018-01-05 Joel Brobecker <brobecker@adacore.com>
11350
11351 PR gdb/22670
11352 * gdb.ada/access_tagged_param.exp: New file.
11353 * gdb.ada/access_tagged_param/foo.adb: New file.
11354
f98fc17b
PA
113552018-01-05 Pedro Alves <palves@redhat.com>
11356
11357 PR gdb/22670
11358 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
11359 exercise lower case too, and to exercise both full matching and
11360 wild matching.
11361
342f8240
JB
113622018-01-05 Joel Brobecker <brobecker@adacore.com>
11363
11364 * gdb.ada/rename_subscript_param: New testcase.
11365
7150d33c
JG
113662018-01-05 Jerome Guitton <guitton@adacore.com>
11367
11368 * gdb.ada/arr_acc_idx_w_gap: New testcase.
11369
cc0e770c
JB
113702018-01-05 Joel Brobecker <brobecker@adacore.com>
11371
11372 * gdb.ada/convvar_comp: New testcase.
11373
672a41aa 113742018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
11375
11376 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
11377 (My_Table): New global variable.
11378 * testsuite/gdb.ada/array_char_idx.exp: Add test.
11379
7365ec2f
JB
113802018-01-04 Joel Brobecker <brobecker@adacore.com>
11381
11382 PR gdb/22670
11383 * gdb.ada/maint_with_ada: New testcase.
11384
289483b6
JB
113852018-01-04 Joel Brobecker <brobecker@adacore.com>
11386
11387 PR gdb/22670
11388 * gdb.ada/bp_c_mixed_case: New testcase.
11389
344420da
JB
113902018-01-04 Joel Brobecker <brobecker@adacore.com>
11391
11392 PR gdb/22670
11393 * gdb.ada/complete.exp: Add "complete break ada" test.
11394
66fc87a0
JB
113952018-01-04 Joel Brobecker <brobecker@adacore.com>
11396
11397 PR gdb/22670
11398 * gdb.ada/info_addr_mixed_case: New testcase.
11399
9f757bf7
XR
114002018-01-03 Xavier Roirand <roirand@adacore.com>
11401
11402 * gdb.ada/excep_handle.exp: New testcase.
11403 * gdb.ada/excep_handle/foo.adb: New file.
11404 * gdb.ada/excep_handle/pck.ads: New file.
11405
bd570f80
JB
114062018-01-03 Joel Brobecker <brobecker@adacore.com>
11407
11408 * gdb.base/step-line.c: Add extra empty line in copyright header.
11409 * gdb.base/step-line.inp: Likewise.
11410
9fe561ab
JB
114112018-01-02 Joel Brobecker <brobecker@adacore.com>
11412
11413 * gdb.ada/dyn_stride.exp: Add slice test.
11414
a405673c
JB
114152018-01-02 Joel Brobecker <brobecker@adacore.com>
11416
11417 * gdb.ada/dyn_stride: New testcase.
11418
cef0f868
SH
114192017-12-27 Stafford Horne <shorne@gmail.com>
11420
11421 * gdb.xml/extra-regs.xml: Add example foo reggroup.
11422 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
11423
b67d92b0
SH
114242017-12-27 Stafford Horne <shorne@gmail.com>
11425
11426 * gdb.base/reggroups.c: New file.
11427 * gdb.base/reggroups.exp: New file.
11428
eccab96d
JB
114292017-12-18 Joel Brobecker <brobecker@adacore.com>
11430
11431 * gdb.dwarf2/ada-valprint-error.c: New file.
11432 * gdb.dwarf2/ada-valprint-error.exp: New file.
11433
0e2da9f0
JB
114342017-12-18 Joel Brobecker <brobecker@adacore.com>
11435
11436 * gdb.ada/assign_arr: New testcase.
11437
cb923fcc
XR
114382017-12-18 Xavier Roirand <roirand@adacore.com>
11439
11440 * gdb.ada/funcall_ptr: New testcase.
11441
7c161838
SDJ
114422017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11443
11444 PR cli/16224
11445 * gdb.base/ptype-offsets.cc: New file.
11446 * gdb.base/ptype-offsets.exp: New file.
11447
1af17fd9
YQ
114482017-12-15 Yao Qi <yao.qi@linaro.org>
11449
11450 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
11451 if XML is disabled.
11452
828d5846
XR
114532017-12-15 Xavier Roirand <roirand@adacore.com>
11454
11455 * gdb.ada/same_component_name: New testcase.
11456
79e8fcaa
JB
114572017-12-14 Joel Brobecker <brobecker@adacore.com>
11458
11459 * gdb.ada/str_binop_equal: New testcase.
11460
e05fa6f9
JB
114612017-12-14 Joel Brobecker <brobecker@adacore.com>
11462
11463 * gdb.ada/task_switch_in_core: New testcase.
11464
b89641ba
SM
114652017-12-13 Simon Marchi <simon.marchi@ericsson.com>
11466
11467 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
11468 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
11469 call test_bkpt_qualified.
11470 (test_bkpt_qualified): New proc.
11471
6892d2e4
PA
114722017-12-13 Pedro Alves <palves@redhat.com>
11473
11474 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
11475 Tighten regexp by matching with an anchor.
11476
a22ecf70
PA
114772017-12-13 Pedro Alves <palves@redhat.com>
11478
11479 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
11480 ("expression with namespace"): New set of tests.
11481 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
11482 (Nested::Test_NS::qux): New.
11483 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
11484 defaults to 'start_quote_char' and 'end_quote_char' parameters.
11485
9937536c
JB
114862017-12-13 Joel Brobecker <brobecker@adacore.com>
11487
11488 * gdb.base/server-del-break.c: New file.
11489 * gdb.base/server-del-break.exp: New file.
11490
fe49c6f5
SH
114912017-12-12 Stafford Horne <shorne@gmail.com>
11492
11493 * gdb.xml/tdesc-regs.exp: Add or1k support.
11494
c3d18620
SH
114952017-12-12 Stafford Horne <shorne@gmail.com>
11496
11497 * gdb.base/bp-permanent.c: Define nop of or1k.
11498
c5f9cfc8
JB
114992017-12-11 Joel Brobecker <brobecker@adacore.com>
11500
11501 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
11502 output with components being reordered.
11503
a9c135fc
JB
115042017-12-11 Joel Brobecker <brobecker@adacore.com>
11505
11506 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
11507 output with components being reordered.
11508
927aa2e7
JK
115092017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11510 Pedro Alves <palves@redhat.com>
11511
11512 * gdb.base/maint.exp (check for .gdb_index): Check also for
11513 .debug_names.
11514 * gdb.dlang/watch-loc.c (.debug_aranges): New.
11515 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
11516 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
11517 (.gdb_index used after symbol reloading): Support also .debug_names.
11518 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
11519
f17d9474
YQ
115202017-12-08 Yao Qi <yao.qi@linaro.org>
11521
11522 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11523 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
11524
a0de8c21
YQ
115252017-12-08 Yao Qi <yao.qi@linaro.org>
11526
11527 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
11528 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
11529
a738ea1d
YQ
115302017-12-08 Yao Qi <yao.qi@linaro.org>
11531
11532 * gdb.arch/aarch64-tagged-pointer.c: New file.
11533 * gdb.arch/aarch64-tagged-pointer.exp: New file.
11534
1cd9a73b
SDJ
115352017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
11536
11537 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
11538 "int".
11539
fa6eb693
KS
115402017-12-07 Keith Seitz <keiths@redhat.com>
11541
11542 PR breakpoints/22569
11543 * gdb.linespec/ls-errs.exp: Change expected result of "break
11544 -source this file has spaces.c -line 3".
11545 Check that an explicit source file followed by whitespace is
11546 identified as an invalid explicit location.
11547
883fd55a
KS
115482017-12-07 Keith Seitz <keiths@redhat.com>
11549
11550 * gdb.cp/nested-types.cc: New file.
11551 * gdb.cp/nested-types.exp: New file.
11552 * lib/cp-support.exp: Load data-structures.exp library.
11553 (debug_cp_test_ptype_class): New global.
11554 (cp_ptype_class_verbose, next_line): New procedures.
11555 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
11556 Add and document new return value.
11557 Switch the list of lines to a queue.
11558 Add support for new `type' key for nested type definitions.
11559 Add debugging/troubleshooting messages.
11560 * lib/data-structures.exp: New file.
11561
ec72db3e
SM
115622017-12-07 Simon Marchi <simon.marchi@ericsson.com>
11563
11564 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
11565 with proc_with_prefix, don't use with_test_prefix.
11566
99598d71
TT
115672017-12-07 Tom Tromey <tom@tromey.com>
11568
11569 * gdb.base/break.exp: Add test for empty "commands".
11570
a8806230
YQ
115712017-12-07 Yao Qi <yao.qi@linaro.org>
11572
11573 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
11574 malloc and catch syscall.
11575
824cc835
PM
115762017-12-07 Phil Muldoon <pmuldoon@redhat.com>
11577
e79be6e5 11578 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
11579 tests for explicit locations.
11580
7cc244de
PA
115812017-12-06 Pedro Alves <palves@redhat.com>
11582
11583 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
11584 force-disabling XML descriptions.
11585
50a1fdd5
PA
115862017-12-04 Pedro Alves <palves@redhat.com>
11587
11588 PR gdb/22499
11589 * gdb.arch/amd64-disp-step-avx.S: New file.
11590 * gdb.arch/amd64-disp-step-avx.exp: New file.
11591
f0fb2488
PA
115922017-12-03 Pedro Alves <palves@redhat.com>
11593
11594 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
11595 and <string.h>.
11596 (parent_function): Print distinct messages when waitpid fails, or
11597 the child exits with a signal, or the child exits for an unhandled
11598 reason.
11599 * gdb.threads/process-dies-while-detaching.exp
11600 (detach_and_expect_exit): New 'inf_output_re' parameter and use
11601 it. Wait for both inferior output and GDB's prompt. Use an
11602 indirect spawn id list.
11603 (do_detach): New parameter 'child_exit'. Use it to compute
11604 expected inferior output.
11605 (test_detach, test_detach_watch, test_detach_killed_outside):
11606 Adjust to pass down the expected child exit kind.
11607
97cbe998
SDJ
116082017-12-01 Joel Brobecker <brobecker@adacore.com>
11609 Sergio Durigan Junior <sergiodj@redhat.com>
11610 Pedro Alves <palves@redhat.com>
11611
11612 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
11613
40fc416f
SDJ
116142017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
11615
11616 * gdb.base/relocate.exp: Add tests to guarantee that arguments
11617 to 'symbol-file' and 'add-symbol-file' can be
11618 position-independent.
11619
1cc75e92
YQ
116202017-12-01 Yao Qi <yao.qi@linaro.org>
11621
11622 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
11623 the URL in copyright header.
11624 * gdb.arch/aarch64-fp.exp: Likewise.
11625 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
11626 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
11627 * gdb.base/expand-psymtabs.exp: Likewise.
11628 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
11629 * gdb.fortran/common-block.exp: Likewise.
11630 * gdb.fortran/common-block.f90: Likewise.
11631 * gdb.fortran/logical.exp: Likewise.
11632 * gdb.fortran/vla-datatypes.f90: Likewise.
11633 * gdb.fortran/vla-sub.f90: Likewise.
11634
875fb7a7
JB
116352017-11-30 Joel Brobecker <brobecker@adacore.com>
11636
11637 * gdb.ada/repeat_dyn: New testcase.
11638
6f14765f
UW
116392017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
11640
11641 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
11642 Update for changed thread numbering.
11643 * gdb.cell/bt.exp: Update for changed GDB output.
11644
f1af7b94
SM
116452017-11-30 Simon Marchi <simon.marchi@ericsson.com>
11646
11647 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
11648 setting isremote by hand.
11649 * boards/dwarf4-gdb-index.exp: Likewise.
11650 * boards/fission.exp: Likewise.
11651 * boards/stabs.exp: Likewise.
11652
e3919f3e
PA
116532017-11-30 Pedro Alves <palves@redhat.com>
11654
11655 * gdb.linespec/cpls-ops.exp
11656 (check_explicit_skips_function_argument): Extract the underlying
11657 type of size_t instead of hardcoding it.
11658
bd69330d
PA
116592017-11-29 Pedro Alves <palves@redhat.com>
11660
11661 PR c++/19436
11662 * gdb.linespec/cpls-abi-tag.cc: New file.
11663 * gdb.linespec/cpls-abi-tag.exp: New file.
11664
a20714ff
PA
116652017-11-29 Pedro Alves <palves@redhat.com>
11666
11667 * gdb.base/langs.exp: Use -qualified.
11668 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
11669 it.
11670 * gdb.cp/namespace.exp: Use -qualified.
11671 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
11672 (overload-3, template-overload, template-ret-type, const-overload)
11673 (const-overload-quoted, anon-ns, ambiguous-prefix): New
11674 procedures.
11675 (test_driver): Call them.
11676 * gdb.cp/save-bp-qualified.cc: New.
11677 * gdb.cp/save-bp-qualified.exp: New.
11678 * gdb.linespec/explicit.exp: Test -qualified.
11679 * lib/completion-support.exp (completion::explicit_opts_list): Add
11680 "-qualified".
11681 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
11682
f6f1d339
PM
116832017-11-29 Phil Muldoon <pmuldoon@redhat.com>
11684
11685 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
11686
02ca603a
TT
116872017-11-29 Tom Tromey <tom@tromey.com>
11688
11689 * gdb.base/relocate.exp: Update invalid argument test.
11690 Add new tests for invalid arguments.
11691
ed6c0bfb
TP
116922017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
11693
11694 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
11695 Return 0 as a long.
11696 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
11697
f106e10e
TP
116982017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
11699
11700 * gdb.cp/breakpoint.cc (bar): Set return type to void.
11701 * gdb.cp/psymtab-parameter.cc (func): Likewise.
11702 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
11703 func ().
11704 * gdb.cp/shadow.cc (B.func): Return 0.
11705
10329bb2
JB
117062017-11-27 Joel Brobecker <brobecker@adacore.com>
11707
11708 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
11709 expected output in gdb_expect call to allow the exception
11710 message to be present as well. Fix syntax confusion to avoid
11711 TCL thinking that exception_name is an array.
11712
617cd4bc
UW
117132017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
11714
11715 * gdb.arch/spu-info.c: Include <unistd.h>.
11716 (do_signal_test): Fix broken calls to write.
11717 * gdb.arch/spu-info.exp: Use prepare_for_testing.
11718 Fix checks for empty mailboxes. Update signal tests for corrected
11719 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
11720 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
11721 * gdb.cell/arch.exp: Use standard_output_file.
11722 * gdb.cell/break.exp: Likewise.
11723 * gdb.cell/bt.exp: Likewise.
11724 * gdb.cell/core.exp: Likewise.
11725 * gdb.cell/dwarfaddr.exp: Likewise.
11726 * gdb.cell/ea-cache.exp: Likewise.
11727 * gdb.cell/ea-standalone.exp: Likewise.
11728 * gdb.cell/f-regs.exp: Likewise.
11729 * gdb.cell/fork.exp: Likewise.
11730 * gdb.cell/gcore.exp: Likewise.
11731 * gdb.cell/mem-access.exp: Likewise.
11732 * gdb.cell/ptype.exp: Likewise.
11733 * gdb.cell/registers.exp: Likewise.
11734 * gdb.cell/sizeof.exp: Likewise.
11735 * gdb.cell/solib-symbol.exp: Likewise.
11736 * gdb.cell/solib.exp: Likewise.
617cd4bc 11737
a81aaca0
PA
117382017-11-25 Pedro Alves <palves@redhat.com>
11739
11740 * gdb.base/complete-empty.exp: New file.
11741 * gdb.base/completion.exp: Adjust.
11742
6a3c6ee4
PA
117432017-11-25 Pedro Alves <palves@redhat.com>
11744
11745 * gdb.linespec/cpls-ops.cc: New file.
11746 * gdb.linespec/cpls-ops.exp: New file.
11747 * lib/completion-support.exp (test_complete_prefix_range_re): New,
11748 factored out from ...
11749 (test_complete_prefix_range): ... this.
11750
8955eb2d
PA
117512017-11-24 Pedro Alves <palves@redhat.com>
11752
11753 * gdb.linespec/cpcompletion.exp: New file.
11754 * gdb.linespec/cpls-hyphen.cc: New file.
11755 * gdb.linespec/cpls.cc: New file.
11756 * gdb.linespec/cpls2.cc: New file.
11757 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
11758 test to use test_gdb_complete_unique. Add label completion,
11759 keyword completion and explicit location completion tests.
11760 * lib/completion-support.exp: New file.
11761
e547c119
JB
117622017-11-24 Joel Brobecker <brobecker@adacore.com>
11763
11764 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
11765 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
11766 when hitting an exception catchpoint.
11767
7c3c1aa8
YQ
117682017-11-22 Yao Qi <yao.qi@linaro.org>
11769
11770 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
11771
41bd68f5
SM
117722017-11-22 Simon Marchi <simon.marchi@ericsson.com>
11773
11774 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
11775 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
11776 * gdb.dwarf2/info-locals-optimized-out.c: New file.
11777
1daad298
YQ
117782017-11-22 Yao Qi <yao.qi@linaro.org>
11779
11780 * gdb.base/info-os.exp: Pass pthreads.
11781 * gdb.multi/multi-attach.exp: Likewise.
11782
88465e87
YQ
117832017-11-22 Yao Qi <yao.qi@linaro.org>
11784
11785 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
11786 compiler.
11787
dc196b23
YQ
117882017-11-22 Yao Qi <yao.qi@linaro.org>
11789
11790 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
11791 * gdb.base/break-interp.exp: Likewise.
11792 * gdb.base/jit-attach-pie.exp: Likewise.
11793
2400729e
UW
117942017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
11795
11796 * gdb.base/float128.c (large128): New variable.
11797 * gdb.base/float128.exp: Add test to print largest __float128 value.
11798
7a26362d
UW
117992017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
11800
11801 * gdb.arch/vsx-regs.exp: Update register content checks.
11802
ed0f4273
UW
118032017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
11804
11805 * gdb.arch/ppc-longdouble.exp: New file.
11806 * gdb.arch/ppc-longdouble.c: Likewise.
11807
a25d69c6
PA
118082017-11-21 Pedro Alves <palves@redhat.com>
11809
11810 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
11811
73fcf641
PA
118122017-11-20 Pedro Alves <palves@redhat.com>
11813
11814 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
11815 (long_double_typedef): New typedefs.
11816 Use DEF on double and long double.
11817 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
11818 cases.
11819 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
11820 and 'long_double_ptr_same_size' locals. Use them to decide
11821 whether cast from array/function to float is valid/invalid.
11822
71a3c369
TT
118232017-11-17 Tom Tromey <tom@tromey.com>
11824
11825 * gdb.rust/traits.rs: New file.
11826 * gdb.rust/traits.exp: New file.
11827
ced9779b
JB
118282017-11-17 Joel Brobecker <brobecker@adacore.com>
11829
11830 * gdb.ada/minsyms: New testcase.
11831
a0922d80
PA
118322017-11-16 Pedro Alves <palves@redhat.com>
11833
11834 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
11835 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
11836
ea04e54c
PA
118372017-11-16 Pedro Alves <palves@redhat.com>
11838
11839 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
11840 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
11841
e849ea89
PA
118422017-11-16 Pedro Alves <palves@redhat.com>
11843
11844 * gdb.server/reconnect-ctrl-c.c: New file.
11845 * gdb.server/reconnect-ctrl-c.exp: New file.
11846
d8ae99a7
PM
118472017-11-16 Phil Muldoon <pmuldoon@redhat.com>
11848
11849 * gdb.python/py-rbreak.exp: New file.
11850 * gdb.python/py-rbreak.c: New file.
11851 * gdb.python/py-rbreak-func2.c: New file.
11852
968a13f8
PA
118532017-11-16 Pedro Alves <palves@redhat.com>
11854
11855 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
11856 pattern.
11857 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
11858 GDB.
11859
71774bc9
SM
118602017-11-15 Simon Marchi <simon.marchi@ericsson.com>
11861
11862 * gdb.tui/completionn.exp (test_tab_completion): Add space in
11863 regex.
11864
ddbb44cf
SM
118652017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
11866
11867 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
11868 test names.
11869
584a564f
PA
118702017-11-09 Pedro Alves <palves@redhat.com>
11871
11872 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
11873 factored out from ...
11874 (top level): ... here, and adjusted to avoid expecting beyond the
11875 prompt in a single gdb_test_multiple.
11876
5ed7a928
PA
118772017-11-09 Pedro Alves <palves@redhat.com>
11878
11879 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
11880 output.
11881 * gdb.server/ext-attach.exp ("kill" test): Likewise.
11882 * gdb.server/ext-restart.exp ("kill" test): Likewise.
11883 * gdb.server/ext-run.exp ("kill" test): Likewise.
11884 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
11885
a60e0738
PA
118862017-11-09 Pedro Alves <palves@redhat.com>
11887
11888 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
11889 match till end of line.
11890
2c88253f
PA
118912017-11-09 Pedro Alves <palves@redhat.com>
11892
11893 * gdb.base/memattr.exp: Tighten regexes to match the end line.
11894
c7a38517
PA
118952017-11-09 Pedro Alves <palves@redhat.com>
11896
11897 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
11898 New procedures, factored out from ...
11899 (top level): ... here, and adjusted to avoid expecting beyond the
11900 prompt in one go.
11901
f29f4b6b
PA
119022017-11-09 Pedro Alves <palves@redhat.com>
11903
11904 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
11905 output. Fix '?' match.
11906
286acbb5
JB
119072017-11-08 Joel Brobecker <brobecker@adacore.com>
11908
11909 * gdb.ada/scoped_watch: New testcase.
11910 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
11911 which is actually correct.
11912 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
11913 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
11914
62d7ae92
PA
119152017-11-08 Pedro Alves <palves@redhat.com>
11916
11917 * gdb.gdb/complaints.exp (test_initial_complaints)
11918 (test_serial_complaints, test_short_complaints): Call
11919 complaint_internal instead of complaint.
11920
280ca31f
DT
119212017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
11922
11923 * gdb.threads/tls-core.c: New file.
11924 * gdb.threads/tls-core.exp: Likewise.
11925
b5ec771e
PA
119262017-11-08 Pedro Alves <palves@redhat.com>
11927
11928 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
11929 (p Exported_Capitalized): New test.
11930 (p exported_capitalized): New test.
11931
a02b41a7
PA
119322017-11-07 Pedro Alves <palves@redhat.com>
11933
11934 * gdb.cp/ena-dis-br-range.exp: Add more tests.
11935
95e95a6d
PA
119362017-11-07 Pedro Alves <palves@redhat.com>
11937
11938 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
11939 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
11940 (disable_invalid, disable_inverted, disable_negative): New
11941 procedures.
11942 ("bad numbers"): New set of tests.
11943
cee62dbd
PA
119442017-11-07 Pedro Alves <palves@redhat.com>
11945
11946 * gdb.cp/ena-dis-br-range.exp: Add tests.
11947
cc638e86
PA
119482017-11-07 Pedro Alves <palves@redhat.com>
11949
11950 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
11951
d0fe4701
XR
119522017-11-07 Xavier Roirand <roirand@adacore.com>
11953 Pedro Alves <palves@redhat.com>
11954
11955 * gdb.base/ena-dis-br.exp: Add reference to
11956 gdb.cp/ena-dis-br-range.exp.
11957 * gdb.cp/ena-dis-br-range.exp: New file.
11958 * gdb.cp/ena-dis-br-range.cc: New file.
11959
46f67f80
PA
119602017-11-06 Pedro Alves <palves@redhat.com>
11961
11962 * gdb.base/attach-non-pgrp-leader.c: New.
11963 * gdb.base/attach-non-pgrp-leader.exp: New.
11964
726e1356
PA
119652017-11-06 Pedro Alves <palves@redhat.com>
11966
11967 * configure.ac: No longer check for termio.h and sgtty.h.
11968 * configure: Regenerate.
11969 * remote-utils.c: Include termios.h instead of gdb_termios.h.
11970 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
11971 Remove termio and sgtty code.
11972
50ab6ace
YQ
119732017-11-03 Yao Qi <yao.qi@linaro.org>
11974
11975 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
11976 in GDB is disabled.
11977
8e68731c
YQ
119782017-11-03 Yao Qi <yao.qi@linaro.org>
11979
11980 * gdb.python/py-thrhandle.exp: Skip it if python is not
11981 enabled.
11982
3a87ae65
SM
119832017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
11984
11985 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
11986 as a breakpoint command.
11987
484d8d36
MD
119882017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
11989
11990 PR python/21213
11991 * gdb.python/py-infthread.exp: Test calling
11992 InferiorThread.inferior () multiple times in a row.
11993
4a27f119
KS
119942017-10-27 Keith Seitz <keiths@redhat.com>
11995
11996 * gdb.opt/inline-break.exp (break_info_1): New procedure.
11997 Test "info break" for every inlined function breakpoint.
11998
bb11dd58
YQ
119992017-10-27 Yao Qi <yao.qi@linaro.org>
12000
12001 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
12002
a43f3893
PF
120032017-10-26 Patrick Frants <osscontribute@gmail.com>
12004
12005 * gdb.cp/classes.exp (test_static_members): Test printing
12006 Outer::instance.
12007 * gdb.cp/classes.c (struct Inner, struct Outer): New.
12008 (Inner::instance, Outer::instance): New.
12009
792ccf00
PA
120102017-10-24 Pedro Alves <palves@redhat.com>
12011
12012 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
12013 extra console" test in two stages.
12014
eb2bfbad
PA
120152017-10-24 Pedro Alves <palves@redhat.com>
12016
12017 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
12018
1f75a651
PA
120192017-10-24 Pedro Alves <palves@redhat.com>
12020
12021 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
12022 loop.
12023
779990d9
PA
120242017-10-24 Pedro Alves <palves@redhat.com>
12025
12026 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
12027 $attempt" and "stoppedtry $stoppedtry" test prefixes.
12028
ad9b8f5d
PA
120292017-10-24 Pedro Alves <palves@redhat.com>
12030
12031 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
12032 parameter and handle it. Don't output read value in test name.
12033
fee6da6e
PA
120342017-10-24 Pedro Alves <palves@redhat.com>
12035
12036 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
12037 custom test name.
12038
10389c2c
PA
120392017-10-24 Pedro Alves <palves@redhat.com>
12040
12041 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
12042 include the unstable output directory name in the test's name.
12043 (initial_setup_simple) <'set args'>: Use custom test name.
12044
a80e65a9
PA
120452017-10-24 Pedro Alves <palves@redhat.com>
12046
12047 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
12048 with explicit test name.
12049
15763a09
PA
120502017-10-20 Pedro Alves <palves@redhat.com>
12051
12052 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
12053 'wait -i'. Use gdb_assert and remote_close.
12054
49a4ce2e
AB
120552017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
12056
12057 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
12058 number from variable rather than hard-coded.
12059
a75868f5
PA
120602017-10-19 Pedro Alves <palves@redhat.com>
12061
12062 * gdb.base/long-inferior-output.c: New file.
12063 * gdb.base/long-inferior-output.exp: New file.
12064
c8ba13ad
KS
120652017-11-18 Keith Seitz <keiths@redhat.com>
12066
12067 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
12068 method.
12069 (main): Call it.
12070 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
12071 Add additional user-defined conversion operator tests.
12072
b27de576
PA
120732017-10-17 Pedro Alves <palves@redhat.com>
12074
12075 * boards/native-stdio-gdbserver.exp: Load "local-board".
12076
8484c955
PA
120772017-10-17 Pedro Alves <palves@redhat.com>
12078
12079 * gdb.base/quit-live.c: New file.
12080 * gdb.base/quit-live.exp: New file.
12081
83d5a34d
KS
120822017-10-16 Keith Seitz <keiths@redhat.com>
12083
12084 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
12085 (class_with_protected_typedef, class_with_private_typedef)
12086 (struct_with_public_typedef, struct_with_protected_typedef)
12087 (struct_with_private_typedef): New classes/structs.
12088 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
12089 typedefs and access specifiers.
12090
739b3f1d
PA
120912017-10-16 Pedro Alves <palves@redhat.com>
12092 Simon Marchi <simon.marchi@polymtl.ca>
12093
12094 * README (Local vs Remote vs Native): New section.
12095 * boards/local-board.exp: New file, with bits factored out from
12096 ...
12097 * boards/native-extended-gdbserver.exp: ... here. Load
12098 "local-board".
12099 * boards/native-gdbserver.exp: Load "local-board".
12100 (${board}_spawn, ${board}_exec): Delete.
12101 * boards/native-stdio-gdbserver.exp: Most contents factored out to
12102 ...
12103 * boards/stdio-gdbserver-base.exp: ... this new file.
12104 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
12105 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
12106 procedure.
12107 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
12108 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
12109 stdio_gdbserver_command.
12110 (${board}_get_remote_address, ${board}_get_comm_port)
12111 (${board}_download, ${board}_upload): Delete.
12112 (get_target_remote_pipe_cmd): New.
12113
fe68b953
SM
121142017-10-16 Simon Marchi <simon.marchi@ericsson.com>
12115
12116 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
12117 test_bkpt_deletion, test_bkpt_cond_and_cmds,
12118 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
12119 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
12120 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
12121 remove with_test_prefix.
12122
300b6685
PA
121232017-10-13 Pedro Alves <palves@redhat.com>
12124
12125 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
12126 * gdb.base/annota1.exp: Use it instead of is_remote.
12127 * gdb.base/annota3.exp: Use it instead of is_remote.
12128 * gdb.cp/annota2.exp: Use it instead of is_remote.
12129 * gdb.cp/annota3.exp: Use it instead of is_remote.
12130 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
12131
50500caf
PA
121322017-10-13 Pedro Alves <palves@redhat.com>
12133
12134 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
12135 (test_num_test_vars, run_and_count_vars, find_env)
12136 (test_set_unset_env, test_inherit_env_var): New procedures.
12137 (top level): Use them.
12138
dad0c6d2
PA
121392017-10-13 Pedro Alves <palves@redhat.com>
12140
12141 * lib/selftest-support.exp (selftest_setup): Extend comments, and
12142 also skip on stub-like targets.
12143
8b0553c1
PA
121442017-10-13 Pedro Alves <palves@redhat.com>
12145
12146 PR gdb/22293
12147 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
12148 (top level): Move some tests to ...
12149 (test_not_found): ... this new procedure.
12150 (top level): Call it.
12151
7594f623
PA
121522017-10-13 Pedro Alves <palves@redhat.com>
12153
12154 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
12155 expect different "info terminal" output if testing with a
12156 non-native target.
12157
ebe3b402
PA
121582017-10-13 Pedro Alves <palves@redhat.com>
12159 Simon Marchi <simon.marchi@polymtl.ca>
12160
12161 PR python/12966
12162 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
12163
42f1b161
PA
121642017-10-13 Pedro Alves <palves@redhat.com>
12165
12166 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
12167 already.
12168
8d6ef72b
PA
121692017-10-13 Pedro Alves <palves@redhat.com>
12170
12171 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
12172 is_remote.
12173
d7bcd5b8
PA
121742017-10-13 Pedro Alves <palves@redhat.com>
12175
12176 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
12177 is_remote.
12178
df479dc6
PA
121792017-10-13 Pedro Alves <palves@redhat.com>
12180
12181 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
12182 is set.
12183 (corefile_test_attach): Likewise. Check can_spawn_for_attach
12184 instead of is_remote.
12185
23fb630a
PA
121862017-10-13 Pedro Alves <palves@redhat.com>
12187
12188 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
12189 (top level): Add comment.
12190
cc77b1dc
PA
121912017-10-13 Pedro Alves <palves@redhat.com>
12192
12193 * gdb.base/remote.exp (top level): Fix comment typo and add
12194 missing return.
12195
27c9e813
PA
121962017-10-13 Pedro Alves <palves@redhat.com>
12197 Simon Marchi <simon.marchi@polymtl.ca>
12198
12199 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
12200 calls and add comments. Skip test if use_gdb_stub is set.
12201 (top level): Use "set cwd" command instead of "cd" command.
12202
5e830d98
PA
122032017-10-13 Pedro Alves <palves@redhat.com>
12204
12205 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
12206 is_remote target check.
12207
f5ca0032
PA
122082017-10-13 Pedro Alves <palves@redhat.com>
12209
12210 * gdb.base/scope.exp: Use build_executable + clean_restart +
12211 gdb_file_cmd instead of prepare_for_testing and no longer skip
12212 "before run" tests on is_remote target boards. Update comments.
12213 * boards/native-extended-gdbserver.exp
12214 (extended_gdbserver_load_last_file): New, factored out from ...
12215 (gdb_load): ... this. Move further below and add comment.
12216 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
12217
8aed1c0d
PA
122182017-10-12 Pedro Alves <palves@redhat.com>
12219
12220 * gdb.base/attach.exp: Remove references to gdb64.
12221 * gdb.base/dbx.exp: Remove references to gdb64.
12222
cfa34c87
SM
122232017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12224 Pedro Alves <palves@redhat.com>
12225
12226 * gdb.base/label.exp: Remove is_remote target check.
12227
9192b7de
PA
122282017-10-12 Pedro Alves <palves@redhat.com>
12229
12230 * gdb.base/auvx.exp (coredir): Update comment.
12231 (top level) <core_works>: Use "set cwd" command instead of "cd"
12232 command.
12233
6bf0052d
PA
122342017-10-12 Pedro Alves <palves@redhat.com>
12235 Simon Marchi <simon.marchi@polymtl.ca>
12236
12237 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
12238 target boards.
12239
e48ef82d
PA
122402017-10-12 Pedro Alves <palves@redhat.com>
12241 Simon Marchi <simon.marchi@polymtl.ca>
12242
12243 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
12244 Instead skip if there's any gdb_protocol set.
12245
8d7aea57
SM
122462017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
12247 Pedro Alves <palves@redhat.com>
12248
12249 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
12250
30440677
PA
122512017-10-12 Pedro Alves <palves@redhat.com>
12252 Simon Marchi <simon.marchi@polymtl.ca>
12253
12254 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
12255 instead of on dejagnu remote boards.
12256
4e04f045 122572017-10-12 Pedro Alves <palves@redhat.com>
175654b9 12258 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
12259
12260 * gdb.base/inferior-died.exp: Remove is_remote and isnative
12261 checks. Use build_executable + clean_restart instead of
12262 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
12263 of enabling non-stop after starting gdb.
12264
871a186e
PA
122652017-10-12 Pedro Alves <palves@redhat.com>
12266
12267 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
12268 * gdb.threads/non-ldr-exc-2.exp: Ditto.
12269 * gdb.threads/non-ldr-exc-3.exp: Ditto.
12270 * gdb.threads/non-ldr-exc-4.exp: Ditto.
12271
56d704da
AK
122722017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
12273
12274 * gdb.arch/arc-tdesc-cpu.exp: New file.
12275 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
12276
2f20e312
SM
122772017-10-10 Simon Marchi <simon.marchi@ericsson.com>
12278
12279 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
12280
65630365
PA
122812017-10-10 Pedro Alves <palves@redhat.com>
12282
12283 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
12284 expect CLI output.
12285
bf469271
PA
122862017-10-10 Pedro Alves <palves@redhat.com>
12287
12288 * lib/selftest-support.exp (selftest_setup): Update for
12289 captured_command_loop's prototype change.
12290
777a42f1
PA
122912017-10-09 Pedro Alves <palves@redhat.com>
12292
12293 Test both arch1=>arch2 and arch2=>arch1.
12294
12295 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
12296 (srcfile2, binfile2, march1, march2): Remove globals. Largely
12297 factored out to...
12298 (append_arch1_options, append_arch2_options, append_arch_options)
12299 (build_executables): New procedures.
12300 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
12301 local.
12302 (top level): Add new 'first_arch' testing axis.
12303
cbd2b4e3
PA
123042017-10-09 Pedro Alves <palves@redhat.com>
12305
12306 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
12307 (barrier): New.
12308 (thread_start, all_started): New functions.
12309 (main): Spawn new thread and wait until it is scheduled.
12310 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
12311 option.
12312 (do_test): Add 'selected_thread' parameter. Run to all_started
12313 instead of main. Explicitly set the breakpoint at main. Switch
12314 to the SELECTED_THREAD thread.
12315 (top level): Test handling the exec event with either the main
12316 thread or the second thread selected.
12317
5c9e4427
PA
123182017-10-09 Pedro Alves <palves@redhat.com>
12319
12320 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
12321 logic. Move STOP marker after the value checks.
12322 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
12323 regexp.
12324
b3b7c423
SL
123252017-10-06 Sandra Loosemore <sandra@codesourcery.com>
12326
12327 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
12328
3b4b2f16
UW
123292017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
12330
12331 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
12332 integer-to-dfp conversion.
12333 * gdb.base/dfp-test.exp: Likewise.
12334
5cd63fda
PA
123352017-10-04 Pedro Alves <palves@redhat.com>
12336
12337 * gdb.multi/hangout.c: Include <unistd.h>.
12338 (hangout_loop): New function.
12339 (main): Call alarm. Call hangout_loop in a loop.
12340 * gdb.multi/hello.c: Include <unistd.h>.
12341 (hello_loop): New function.
12342 (main): Call alarm. Call hangout_loop in a loop.
12343 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
12344 inferior with the other selected.
12345
4c71c105
SM
123462017-10-04 Simon Marchi <simon.marchi@ericsson.com>
12347
12348 * gdb.mi/list-thread-groups-available.exp: New file.
12349 * gdb.mi/list-thread-groups-available.c: New file.
12350
bc3b087d
SDJ
123512017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12352
12353 * gdb.base/set-cwd.exp: Make it available on
12354 native-extended-gdbserver.
12355
d092c5a2
SDJ
123562017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
12357
12358 * gdb.base/set-cwd.c: New file.
12359 * gdb.base/set-cwd.exp: Likewise.
12360
45320ffa
TT
123612017-10-02 Tom Tromey <tom@tromey.com>
12362
12363 PR rust/22236:
12364 * gdb.rust/simple.rs (main): New variable "fslice".
12365 * gdb.rust/simple.exp: Add slice tests. Update string tests.
12366
b3e3859b
TT
123672017-10-02 Tom Tromey <tom@tromey.com>
12368
12369 * gdb.rust/simple.exp: Test ptype of a slice.
12370
01af5e0d
TT
123712017-10-02 Tom Tromey <tom@tromey.com>
12372
12373 * gdb.rust/simple.exp: Test index of slice.
12374
a9bbfbd8
TT
123752017-09-27 Tom Tromey <tom@tromey.com>
12376
12377 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
12378
df8899e5
TP
123792017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
12380 Pedro Alves <palves@redhat.com>
12381
12382 * gdb.base/compare-sections.exp (get value of read-only section): Read
12383 as unsigned value.
12384 (corrupt read-only section): Likewise and don't set written if patching
12385 failed.
12386
757bf54b
KB
123872017-09-21 Kevin Buettner <kevinb@redhat.com>
12388
12389 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
12390 files.
12391
06871ae8
PA
123922017-09-20 Pedro Alves <palves@redhat.com>
12393
12394 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
12395 symbol names in gdb's output.
12396 * gdb.cp/overload.exp ("list all overloads"): Likewise.
12397
e5f25bc5
PA
123982017-09-20 Pedro Alves <palves@redhat.com>
12399
12400 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
12401 Rename to ...
12402 (test_list_ambiguous_symbol): ... this and add a symbol name
12403 parameter. Adjust.
12404 (test_list_ambiguous_function): Reimplement on top of
12405 test_list_ambiguous_symbol and also test listing ambiguous
12406 variables.
12407 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
12408 (ambiguous_fun): ... this.
12409 (ambiguous_var): New.
12410 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
12411 (ambiguous_fun): ... this.
12412 (ambiguous_var): New.
12413
4e5a4f58
JB
124142017-09-19 John Baldwin <jhb@FreeBSD.org>
12415
12416 * gdb.base/starti.c: New file.
12417 * gdb.base/starti.exp: New file.
12418 * lib/gdb.exp (gdb_starti_cmd): New procedure.
12419
26e53f3e
PA
124202017-09-14 Pedro Alves <palves@redhat.com>
12421
12422 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
12423 (top level): Use it instead of runto.
12424
cb791d59
TT
124252017-09-11 Tom Tromey <tom@tromey.com>
12426
12427 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
12428
7c96f8c1
TT
124292017-09-11 Tom Tromey <tom@tromey.com>
12430
12431 * gdb.python/py-infthread.exp: Add tests for new_thread event.
12432 * gdb.python/py-inferior.exp: Add tests for new inferior events.
12433
469412dd
CW
124342017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
12435
12436 * gdb.fortran/printing-types.exp: New file.
12437 * gdb.fortran/printing-types.exp: New file.
12438
e0f86435
BH
124392017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12440
12441 * gdb.fortran/vla-ptype.exp: Fix typos.
12442 * gdb.fortran/vla-value.exp: Same.
12443
9e9af4be
BH
124442017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
12445
12446 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
12447 * gdb.mi/mi-var-child-f.exp: Likewise.
12448 * gdb.mi/mi-vla-fortran.exp: Likewise.
12449
a5ad232b 124502017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
12451 Christoph Weinmann <christoph.t.weinmann@intel.com>
12452 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
12453
12454 * gdb.fortran/ptr-indentation.f90: New file.
12455 * gdb.fortran/ptr-indentation.exp: New file.
12456
5aec60eb
TT
124572017-09-05 Tom Tromey <tom@tromey.com>
12458
12459 PR gdb/22010:
12460 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
12461
8f8f8152
TP
124622017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
12463
12464 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
12465
fbd1b771
JK
124662017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12467
12468 * gdb.threads/tls-nodebug-pie.c: New file.
12469 * gdb.threads/tls-nodebug-pie.exp: New file.
12470
5eb5f850
TT
124712017-09-05 Tom Tromey <tom@tromey.com>
12472
12473 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
12474 for rust.
12475
ae780a21
SM
124762017-09-05 Simon Marchi <simon.marchi@ericsson.com>
12477
12478 * gdb.multi/multi-arch-exec.exp: Test with different
12479 "follow-exec-mode" settings.
12480 (do_test): New procedure.
12481
3693fdb3
PA
124822017-09-04 Pedro Alves <palves@redhat.com>
12483
12484 * gdb.base/func-static.c (S::method const, S::method volatile)
12485 (S::method volatile const): New methods.
12486 (c_s, v_s, cv_s): New instances.
12487 (main): Call method() on them.
12488 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
12489 (cannot_resolve): New procedure.
12490 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
12491 print-quote-unquoted columns.
12492 (do_test): Test printing each scope too.
12493
e68cb8e0
PA
124942017-09-04 Pedro Alves <palves@redhat.com>
12495
12496 * gdb.base/local-static.exp: Also test with
12497 class::method::variable wholly quoted.
12498 * gdb.cp/m-static.exp (class::method::variable): Remove test.
12499
858be34c
PA
125002017-09-04 Pedro Alves <palves@redhat.com>
12501
12502 * gdb.base/local-static.c: New.
12503 * gdb.base/local-static.cc: New.
12504 * gdb.base/local-static.exp: New.
12505
46a4882b
PA
125062017-09-04 Pedro Alves <palves@redhat.com>
12507
12508 * gdb.asm/asm-source.exp: Add casts to int.
12509 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
12510 (dataglobal64_1, dataglobal64_2): New globals.
12511 * gdb.base/nodebug.exp: Test different expressions involving the
12512 new globals, with print, whatis and ptype. Add casts to int.
12513 * gdb.base/solib-display.exp: Add casts to int.
12514 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
12515 * gdb.cp/m-static.exp: Add cast to int.
12516 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
12517 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
12518 tls variable with no debug info without a cast. Test with a cast
12519 to int too.
12520 * gdb.trace/entry-values.exp: Add casts.
12521
2c5a2be1
PA
125222017-09-04 Pedro Alves <palves@redhat.com>
12523
12524 * gdb.base/nodebug.exp: Test that ptype's error about functions
12525 with unknown return type includes the function name too.
12526
7022349d
PA
125272017-09-04 Pedro Alves <palves@redhat.com>
12528
12529 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
12530 return type of munmap in infcall.
12531 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
12532 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
12533 type of ftell in infcall.
12534 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
12535 type of getpid in infcall.
12536 * gdb.base/infcall-exec.exp: Cast return type of execlp in
12537 infcall.
12538 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
12539 Bail on failure to extract the pid.
12540 * gdb.base/nodebug.c: #include <stdint.h>.
12541 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
12542 New functions.
12543 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
12544 Change expected output of print/whatis/ptype with functions with
12545 no debug info. Test all supported languages. Call
12546 test_call_promotion.
12547 * gdb.compile/compile.exp: Adjust expected output to expect
12548 warning.
12549 * gdb.threads/siginfo-threads.exp: Likewise.
12550
54990598
PA
125512017-09-04 Pedro Alves <palves@redhat.com>
12552
12553 * gdb.base/callfuncs.exp (do_function_calls): New parameter
12554 "prototypes". Test calling float functions via prototyped and
12555 unprototyped function pointers.
12556 (perform_all_tests): New parameter "prototypes". Pass it down.
12557 (top level): Pass down "prototypes" parameter to
12558 perform_all_tests.
12559
34d16ea2
SM
125602017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12561
12562 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
12563 Test with nested loops.
12564
9521ecda
SM
125652017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12566
12567 * gdb.base/commands.exp: Call the new procedures.
12568 (loop_break_test, loop_continue_test): New procedures.
12569
80a65e9b
SM
125702017-09-04 Simon Marchi <simon.marchi@ericsson.com>
12571
12572 * gdb.base/commands.exp: Call new procedure.
12573 (define_if_without_arg_test): New procedure.
12574
e439fa14
PA
125752017-09-04 Pedro Alves <palves@redhat.com>
12576
12577 * gdb.base/list-ambiguous.exp: New file.
12578 * gdb.base/list-ambiguous0.c: New file.
12579 * gdb.base/list-ambiguous1.c: New file.
12580 * gdb.base/list.exp (test_list_range): Adjust expected output.
12581
0a2dde4a
SDJ
125822017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
12583
12584 * gdb.base/share-env-with-gdbserver.c: New file.
12585 * gdb.base/share-env-with-gdbserver.exp: Likewise.
12586
5e89eb3a
SM
125872017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12588
12589 * gdb.base/commands.exp (gdbvar_simple_if_test,
12590 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
12591 progvar_simple_if_test, progvar_simple_while_test,
12592 progvar_complex_if_while_test, user_defined_command_test,
12593 user_defined_command_args_eval,
12594 user_defined_command_args_stack_test,
12595 user_defined_command_manyargs_test, bp_deleted_in_command_test,
12596 temporary_breakpoint_commands,
12597 gdb_test_no_prompt, redefine_hook_test,
12598 redefine_backtrace_test): Remove "global gdb_prompt".
12599
fd437cbc
SM
126002017-08-28 Simon Marchi <simon.marchi@ericsson.com>
12601
12602 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
12603 New proc, call it from toplevel.
12604
87215ad1
SDJ
126052017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
12606
12607 PR remote/21852
12608 * gdb.server/normal.c: New file, copied from gdb.base.
12609 * gdb.server/run-without-local-binary.exp: New file.
12610
58afddc6
WP
126112017-08-07 Weimin Pan <weimin.pan@oracle.com>
12612
12613 * gdb.arch/sparc64-adi.exp: New file.
12614 * gdb.arch/sparc64-adi.c: New file.
12615
5277199a
PA
126162017-08-22 Pedro Alves <palves@redhat.com>
12617
12618 * gdb.cp/overload.exp (line_range_pattern): New procedure.
12619 (top level): Add "list all overloads" tests.
12620
14278e1f
TT
126212017-08-22 Tom Tromey <tom@tromey.com>
12622
12623 * gdb.gdb/xfullpath.exp: Remove.
12624
bf223d3e
PA
126252017-08-21 Pedro Alves <palves@redhat.com>
12626
12627 PR gdb/19487
12628 * gdb.base/symbol-alias.c: New.
12629 * gdb.base/symbol-alias2.c: New.
12630 * gdb.base/symbol-alias.exp: New.
12631
c973d0aa
PA
126322017-08-21 Pedro Alves <palves@redhat.com>
12633
12634 * gdb.base/dfp-test.c
12635 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
12636 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
12637 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
12638 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
12639 * gdb.base/whatis-ptype-typedefs.c: New.
12640 * gdb.base/whatis-ptype-typedefs.exp: New.
12641 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
12642 (an_int, an_int_type, an_int_type2): New globals.
12643 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
12644 involving typedefs and cast expressions.
12645 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
12646 (lookup_typedefs_function): New.
12647 (typedefs_pretty_printers_dict): New.
12648 (top level): Register lookup_typedefs_function in
12649 gdb.pretty_printers.
12650
6d580b63
YQ
126512017-08-18 Yao Qi <yao.qi@linaro.org>
12652
12653 * gdb.server/unittest.exp: New.
12654
206726fb
SDJ
126552017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
12656
12657 PR gdb/21954
12658 * gdb.base/environ.exp: Add test to check if 'unset environment'
12659 works.
12660
bf0ec4c2
AA
126612017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12662
12663 * lib/gdb.exp (universal_compile_options): New caching proc.
12664 (gdb_compile): Suppress GCC's coloring of messages.
12665
d6382fff
TT
126662017-08-14 Tom Tromey <tom@tromey.com>
12667
12668 PR gdb/21675:
12669 * gdb.base/printcmds.exp (test_radices): New function.
12670 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
12671 * gdb.base/sizeof.exp (check_valueof): Use p/d.
12672 * lib/gdb.exp (get_integer_valueof): Use p/d.
12673
c2c2dd9f
SM
126742017-08-12 Simon Marchi <simon.marchi@ericsson.com>
12675
12676 * lib/gdb.exp (get_valueof): Don't capture end-of-line
12677 characters.
12678
fdffd6f4
TT
126792017-08-05 Tom Tromey <tom@tromey.com>
12680
12681 * gdb.rust/simple.exp: Allow String to appear in a different
12682 namespace.
12683
27d41eac
YQ
126842017-07-26 Yao Qi <yao.qi@linaro.org>
12685
12686 * gdb.gdb/unittest.exp: Invoke command
12687 "maintenance check xml-descriptions".
12688
031ed05d
AA
126892017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12690
12691 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
12692 calling context.
12693 (hex128): Drop erroneous calculation of parameters.
12694
dcd27ddf
SM
126952017-07-22 Simon Marchi <simon.marchi@ericsson.com>
12696
12697 * gdb.python/py-unwind.exp: Disable stack protection when
12698 building test file.
12699
47e77640
PA
127002017-07-20 Pedro Alves <palves@redhat.com>
12701
12702 * gdb.base/default.exp (set language): Adjust expected output.
12703
62d2a18a
PA
127042017-07-20 Pedro Alves <palves@redhat.com>
12705
12706 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
12707 (test_minsym): ... this, and make static.
12708 (get_pck__foo__bar__minsym): Rename to ...
12709 (get_test_minsym): ... this.
12710 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
12711 symbol names and comments.
12712 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
12713 (get_test_minsym): ... this.
12714 (pck__foo__bar__minsym__2): Rename to ...
12715 (test_minsym): ... this.
12716 (main): Adjust.
12717
c45ec17c
PA
127182017-07-17 Pedro Alves <palves@redhat.com>
12719
12720 * gdb.base/completion.exp: Adjust expected output.
12721 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
12722 the completer works.
12723
c6756f62
PA
127242017-07-17 Pedro Alves <palves@redhat.com>
12725
12726 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
12727
5bd68487
AB
127282017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
12729
12730 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
12731
8880f2a9
TT
127322017-07-14 Tom Tromey <tom@tromey.com>
12733
12734 PR rust/21764:
12735 * gdb.rust/simple.exp: Add tests.
12736
65547233
TT
127372017-07-14 Tom Tromey <tom@tromey.com>
12738
12739 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
12740
8f14146e
PA
127412017-07-14 Pedro Alves <palves@redhat.com>
12742
12743 * gdb.linespec/base/one/thefile.cc (z1): New function.
12744 * gdb.linespec/base/two/thefile.cc (z2): New function.
12745 * gdb.linespec/linespec.exp: Add tests.
12746
b4365d02
AB
127472017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
12748
12749 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
12750 to mi_create_breakpoint.
12751
5d2cbaa5
AB
127522017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
12753
12754 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
12755 mi_create_breakpoint.
12756
11cb5716
IB
127572017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
12758
12759 * gdb.dlang/demangle.exp: Update for demangling changes.
12760
03278692
TT
127612017-07-09 Tom Tromey <tom@tromey.com>
12762
12763 * gdb.dwarf2/shortpiece.exp: New file.
12764
33c5cd75
DB
127652017-07-06 David Blaikie <dblaikie@gmail.com>
12766
12767 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
12768 built from fissiont-multi-cu{1,2}.c.
12769 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
12770 except putting 'main' and 'func' in separate CUs in the same DWO file.
12771 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
12772 test.
12773 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
12774 test.
12775
8455d262
PA
127762017-07-06 Pedro Alves <palves@redhat.com>
12777
12778 * gdb.python/py-unwind.exp: Test flushregs.
12779
dc4bde35
SDJ
127802017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
12781
12782 PR cli/21688
12783 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
12784 tests for alias commands and trailing whitespace.
12785
51ed89aa
SDJ
127862017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
12787
12788 PR cli/21688
12789 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
12790 procedure. Call it.
12791
eb17d413
PA
127922017-06-29 Pedro Alves <palves@redhat.com>
12793
12794 * gdb.base/printcmds.exp: Add tests.
12795
41664b45
DG
127962017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
12797
12798 PR gdb/21337
12799 * gdb.base/reread-readsym.exp: New file.
12800 * gdb.base/reread-readsym.c: New file.
12801
75312ae3
KB
128022017-06-21 Kevin Buettner <kevinb@redhat.com>
12803
12804 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
12805 subpattern.
12806
66953522
PB
128072017-06-19 Peter Bergner <bergner@vnet.ibm.com>
12808
12809 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
12810 extended mnemonic.
12811 * gdb.arch/powerpc-power9.s: Likewise.
12812
5524b525
AA
128132017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12814
12815 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
12816 on 32-bit x86 targets. Exploit is_*_target macros where
12817 appropriate.
12818
03c8af18
AA
128192017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12820
12821 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
12822 register pieces.
12823
3bf31011
AA
128242017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12825
12826 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
12827 located in one or more DWARF pieces.
12828
805acca0
AA
128292017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12830
12831 * lib/gdb.exp (get_endianness): New proc.
12832 * gdb.arch/aarch64-fp.exp: Use it.
12833 * gdb.arch/altivec-regs.exp: Likewise.
12834 * gdb.arch/e500-regs.exp: Likewise.
12835 * gdb.arch/vsx-regs.exp: Likewise.
12836 * gdb.base/dump.exp: Likewise.
12837 * gdb.base/funcargs.exp: Likewise.
12838 * gdb.base/gnu_vector.exp: Likewise.
12839 * gdb.dwarf2/formdata16.exp: Likewise.
12840 * gdb.dwarf2/implptrpiece.exp: Likewise.
12841 * gdb.dwarf2/nonvar-access.exp: Likewise.
12842 * gdb.python/py-inferior.exp: Likewise.
12843 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
12844
e9352324
AA
128452017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12846
12847 PR gdb/21226
12848 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
12849 stack value pieces are taken from the LSB end.
12850
d5d1163e
AA
128512017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12852
12853 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
12854 variable at nonzero offset.
12855
0567c986
AA
128562017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12857
12858 * gdb.dwarf2/var-access.c: New file.
12859 * gdb.dwarf2/var-access.exp: New test.
12860 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
12861
973e9aab
TT
128622017-06-12 Tom Tromey <tom@tromey.com>
12863
12864 * gdb.dwarf2/formdata16.exp: Add tests.
12865
d9109c80
TT
128662017-06-12 Tom Tromey <tom@tromey.com>
12867
12868 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
12869
30a25466
TT
128702017-06-12 Tom Tromey <tom@tromey.com>
12871
12872 PR exp/16225:
12873 * gdb.reverse/i386-sse-reverse.exp: Update tests.
12874 * gdb.arch/vsx-regs.exp: Update tests.
12875 * gdb.arch/s390-vregs.exp (hex128): New proc.
12876 Update test.
12877 * gdb.arch/altivec-regs.exp: Update tests.
12878
aefd8b33
SDJ
128792017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
12880
12881 * gdb.base/startup-with-shell.c: New file.
12882 * gdb.base/startup-with-shell.exp: Likewise.
12883
2090129c
SDJ
128842017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
12885
12886 * gdb.server/non-existing-program.exp: Update regex in order to
12887 reflect the fact that gdbserver is now using fork_inferior (with a
12888 shell) to startup the inferior.
12889
8e86a419
SM
128902017-05-30 Simon Marchi <simon.marchi@ericsson.com>
12891
12892 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
12893 support function calls from GDB.
12894
e6cf65f2
TT
128952017-05-21 Tom Tromey <tom@tromey.com>
12896
12897 PR rust/21466:
12898 * gdb.rust/unsized.exp: New file.
12899 * gdb.rust/unsized.rs: New file.
12900
43cc5389
TT
129012017-05-19 Tom Tromey <tom@tromey.com>
12902
12903 PR rust/21484:
12904 * gdb.rust/watch.exp: New file.
12905 * gdb.rust/watch.rs: New file.
12906
ec8df234
TT
129072017-05-18 Tom Tromey <tom@tromey.com>
12908
12909 * gdb.rust/simple.exp: Allow Box to be qualified.
12910
3e3e7fae
TP
129112017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
12912
12913 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
12914
59cc050d
PA
129152017-05-18 Pedro Alves <palves@redhat.com>
12916
12917 * gdb.base/fileio.c (test_write, test_read, test_close)
12918 (test_fstat): Don't print 'ret' in the fail path.
12919
c8f6abd1
PA
129202017-05-18 Pedro Alves <palves@redhat.com>
12921
12922 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
12923 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
12924 (test_system, test_rename, test_unlink, test_time): Change
12925 prototypes.
12926 * gdb.base/fileio.exp (stop_msg): Adjust.
12927
d2a03b77
PA
129282017-05-18 Pedro Alves <palves@redhat.com>
12929
12930 * gdb.base/fileio.c (null_str): New global.
12931 (test_stat): Use it.
12932 * gdb.base/fileio.exp: Remove nowarnings.
12933
0d5c6999
YQ
129342017-05-17 Yao Qi <yao.qi@linaro.org>
12935
12936 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
12937
21873064
YQ
129382017-05-17 Simon Marchi <simon.marchi@ericsson.com>
12939
12940 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
12941 argument command.
12942 (top-level): Invoke test_set_inferior_tty.
12943
d512d31c
PA
129442017-05-04 Pedro Alves <palves@redhat.com>
12945
12946 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
12947 Add parens to print call for Python 3.
12948
90cef2ed
KS
129492017-05-03 Keith Seitz <keiths@redhat.com>
12950
12951 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
12952 (main): Call it.
12953
14f819c8
TW
129542017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12955
12956 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
12957 to prev and next.
12958
913aeadd
TW
129592017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12960
12961 * gdb.python/py-record-btrace.exp: Remove test for
12962 gdb.BtraceInstruction.error.
12963
a3be24ad
TW
129642017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12965
12966 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
12967
ae20e79a
TW
129682017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12969
12970 * gdb.python/py-record-btrace-threads.c: New file.
12971 * gdb.python/py-record-btrace-threads.exp: New file.
12972
45ce1b47
SDJ
129732017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
12974
12975 PR testsuite/8595
12976 * gdb.base/environ.exp: Make test available in all architectures.
12977 Move bits related to "info program" testing to
12978 gdb.base/info-program.exp. Rewrite tests to use the two new
12979 procedures mentione below.
12980 (test_set_show_env_var) New procedure.
12981 (test_set_show_env_var_equal): Likewise.
12982 * gdb.base/info-program.exp: New file.
12983
e15c3eb4
KS
129842017-04-27 Keith Seitz <keiths@redhat.com>
12985
12986 * gdb.cp/oranking.cc (test15): New function.
12987 (main): Call test15 and declare additional variables for testing.
12988 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
12989 "p foo101('abc')" tests.
12990 Add tests for cv qualifier overloads.
12991 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
12992 "lvalue reference overload" test.
12993 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
12994 "print value of f1 on Child&& in f2" test.
12995
3a3fd0fd
PA
129962017-04-19 Pedro Alves <palves@redhat.com>
12997
12998 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
12999 procedure.
13000 (top level): Call it.
13001 * lib/gdb.exp (gdb_define_cmd): New procedure.
13002
53375380
PA
130032017-04-12 Pedro Alves <palves@redhat.com>
13004
13005 PR gdb/21323
13006 * gdb.cp/wide_char_types.c: Include <wchar.h>.
13007 (wchar): New global.
13008 * gdb.cp/wide_char_types.exp (wide_char_types_program)
13009 (do_test_wide_char, wide_char_types_no_program, top level): Add
13010 wchar_t testing.
13011
53e710ac
PA
130122017-04-12 Pedro Alves <palves@redhat.com>
13013
13014 PR c++/21323
13015 * gdb.cp/wide_char_types.c: New file.
13016 * gdb.cp/wide_char_types.exp: New file.
13017
0ad9d8c7
SDJ
130182017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
13019
13020 PR gdb/21352
13021 * gdb.trace/tsv.exp: Add test for "tsave -r".
13022
b1b45502
IB
130232017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
13024
13025 * gdb.dlang/watch-loc.c: New file.
13026 * gdb.dlang/watch-loc.exp: New file.
13027
ec13808e
JK
130282017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13029
13030 * gdb.python/py-section-script.exp (sepdebug): New testcases.
13031
fe5f7374
AK
130322017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13033
13034 * gdb.arch/arc-analyze-prologue.S: New file.
13035 * gdb.arch/arc-analyze-prologue.exp: Likewise.
13036
eea78757
AK
130372017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
13038
13039 * gdb.arch/arc-decode-insn.S: New file.
13040 * gdb.arch/arc-decode-insn.exp: Likewise.
13041
5badf10a
IR
130422017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
13043
13044 PR tdep/20928
13045 * gdb.arch/sparc64-regs.exp: New file.
13046 * gdb.arch/sparc64-regs.S: Likewise.
13047
cee59b3f
TW
130482017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
13049
13050 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
13051 and memory view on Python 3.
13052
c0f55cc6
AV
130532017-03-20 Artemiy Volkov <artemiyv@acm.org>
13054 Keith Seitz <keiths@redhat.com>
13055
13056 PR gdb/14441
13057 * gdb.cp/demangle.exp: Add rvalue reference tests.
13058 * gdb.cp/rvalue-ref-casts.cc: New file.
13059 * gdb.cp/rvalue-ref-casts.exp: New file.
13060 * gdb.cp/rvalue-ref-overload.cc: New file.
13061 * gdb.cp/rvalue-ref-overload.exp: New file.
13062 * gdb.cp/rvalue-ref-params.cc: New file.
13063 * gdb.cp/rvalue-ref-params.exp: New file.
13064 * gdb.cp/rvalue-ref-sizeof.cc: New file.
13065 * gdb.cp/rvalue-ref-sizeof.exp: New file.
13066 * gdb.cp/rvalue-ref-types.cc: New file.
13067 * gdb.cp/rvalue-ref-types.exp: New file.
13068 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
13069 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
13070
51457a05
MAL
130712017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13072
13073 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
13074 New procedure.
13075
5b291c04
MAL
130762017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13077
13078 * lib/mi-support.exp (mi_gdb_test): Add additional message
13079 for unexpected output.
13080
59a56148
AA
130812017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13082
13083 * gdb.base/examine-backward.c (Barrier): New character array
13084 constant, to ensure that TestStrings is preceded by a string
13085 terminator.
13086
7942e96e
AA
130872017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13088
13089 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
13090 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
13091 and implicit pointer into such a location.
13092
6ebac3fb
DE
130932017-03-16 Doug Evans <dje@google.com>
13094
13095 * gdb.python/py-lazy-string (pointer): Really add new typedef.
13096
ec3b243d
TP
130972017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
13098
13099 * gdb.cp/m-static.exp: Fix expectation for prototype of
13100 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
13101
131022017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
13103
13104 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
13105 * gdb.guile/scm-lazy-string.c: New file.
13106 * gdb.guile/scm-value.exp: Move lazy string tests to ...
13107 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
13108 for pointer, array, typedef lazy strings.
13109
2cc36e25 131102017-03-16 Doug Evans <dje@google.com>
34b43320
DE
13111
13112 PR python/17728, python/18439, python/18779
13113 * gdb.python/py-value.c (main) Delete locals sptr, sn.
13114 * gdb.python/py-lazy-string.c (pointer): New typedef.
13115 (main): New locals ptr, array, typedef_ptr.
13116 * gdb.python/py-value.exp: Move lazy string tests to ...
13117 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
13118 array, typedef lazy strings.
ec3b243d 13119
0efcde63
AK
131202017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
13121
13122 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
13123 Add optional 'test' parameter.
13124
7978d7c3
SM
131252017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13126
13127 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13128 Skip for versions of DejaGnu < 1.5.
13129
896c0c1e
SM
131302017-03-13 Simon Marchi <simon.marchi@ericsson.com>
13131
13132 * lib/gdb.exp (dejagnu_version): New proc.
13133 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13134 Use dejagnu_version.
13135
5f4d1085
KS
131362017-03-10 Keith Seitz <keiths@redhat.com>
13137
13138 PR c++/8128
13139 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
13140 type from destructor regexps.
13141 Add a branch which actually passes the test.
13142 Adjust "ptype t5i" test names.
13143
1de05205
PA
131442017-03-08 Pedro Alves <palves@redhat.com>
13145
13146 * gdb.base/step-over-exit.exp: Add explicit test message.
13147
c65d6b55
PA
131482017-03-08 Pedro Alves <palves@redhat.com>
13149
13150 PR gdb/18360
13151 * gdb.threads/interrupt-while-step-over.c: New file.
13152 * gdb.threads/interrupt-while-step-over.exp: New file.
13153
2e86a283
PA
131542017-03-08 Pedro Alves <palves@redhat.com>
13155
13156 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
13157 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
13158
25dcbff6
PA
131592017-03-08 Pedro Alves <palves@redhat.com>
13160
13161 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
13162 PKRU as not supported as a PASS.
13163
dc9366eb
PA
131642017-03-08 Pedro Alves <palves@redhat.com>
13165
13166 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
13167 prefix instead of $binfile1/$binfile2.
13168 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
13169 in test message.
13170 * gdb.python/py-completion.exp: Use "load python file" as test
13171 messages instead of unstable path names.
13172
6e5d74e7
PA
131732017-03-08 Pedro Alves <palves@redhat.com>
13174 Jan Kratochvil <jan.kratochvil@redhat.com>
13175
13176 PR cli/21218
13177 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
13178 New proc.
13179 (top level): Call it.
13180
9753a2f6
PA
131812017-03-08 Pedro Alves <palves@redhat.com>
13182
13183 PR tui/21216
13184 * gdb.tui/tui-nl-filtered-output.exp: New file.
13185
1a4dd9dd
PA
131862017-03-08 Pedro Alves <palves@redhat.com>
13187
13188 * gdb.base/completion.exp: Move TUI completion tests to ...
13189 * gdb.tui/completion.exp: ... this new file.
13190
7cbbff33
PA
131912017-03-08 Pedro Alves <palves@redhat.com>
13192
13193 * gdb.base/tui-disasm-long-lines.c,
13194 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
13195 gdb.base/tui-layout.exp: Move to ...
13196 * gdb.tui/: ... this new directory.
13197
5f6fd321
PA
131982017-03-07 Pedro Alves <palves@redhat.com>
13199
13200 * gdb.base/tui-layout.c: New file.
13201 * gdb.base/tui-layout.exp: New file.
13202
44959fa8
PA
132032017-03-07 Pedro Alves <palves@redhat.com>
13204
13205 * gdb.base/tui-layout.c: Rename to ...
13206 * gdb.base/tui-disasm-long-lines.c: ... this.
13207 * gdb.base/tui-layout.exp: Rename to ...
13208 * gdb.base/tui-disasm-long-lines.exp: ... this.
13209
f8c4e718
PA
132102017-03-07 Pedro Alves <palves@redhat.com>
13211
13212 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
13213
6dbb839a 132142017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
13215
13216 * i386-mpx-call.c: New file.
13217 * i386-mpx-call.exp: New file.
13218
65b48a81
PB
132192017-02-28 Peter Bergner <bergner@vnet.ibm.com>
13220
13221 * gdb.arch/powerpc-power.exp: Delete test.
13222 * gdb.arch/powerpc-power.s: Likewise.
13223 * gdb.disasm/disassembler-options.exp: New test.
13224 * gdb.arch/powerpc-altivec.exp: Likewise.
13225 * gdb.arch/powerpc-altivec.s: Likewise.
13226 * gdb.arch/powerpc-altivec2.exp: Likewise.
13227 * gdb.arch/powerpc-altivec2.s: Likewise.
13228 * gdb.arch/powerpc-altivec3.exp: Likewise.
13229 * gdb.arch/powerpc-altivec3.s: Likewise.
13230 * gdb.arch/powerpc-power7.exp: Likewise.
13231 * gdb.arch/powerpc-power7.s: Likewise.
13232 * gdb.arch/powerpc-power8.exp: Likewise.
13233 * gdb.arch/powerpc-power8.s: Likewise.
13234 * gdb.arch/powerpc-power9.exp: Likewise.
13235 * gdb.arch/powerpc-power9.s: Likewise.
13236 * gdb.arch/powerpc-vsx.exp: Likewise.
13237 * gdb.arch/powerpc-vsx.s: Likewise.
13238 * gdb.arch/powerpc-vsx2.exp: Likewise.
13239 * gdb.arch/powerpc-vsx2.s: Likewise.
13240 * gdb.arch/powerpc-vsx3.exp: Likewise.
13241 * gdb.arch/powerpc-vsx3.s: Likewise.
13242 * gdb.arch/arm-disassembler-options.exp: Likewise.
13243 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
13244 * gdb.arch/s390-disassembler-options.exp: Likewise.
13245
17cd4947
LM
132462017-02-23 Luis Machado <lgustavo@codesourcery.com>
13247
13248 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
13249 (check_supported_features): ... this. Changed return type to void.
13250 (supports_rdseed): New static global.
13251 (rdseed): Check supports_rdseed.
13252 (initialize): Call check_supported_features.
13253
2039d74e
EBM
132542017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13255
13256 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
13257 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
13258 and lqarx/stqcx.
13259 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
13260 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
13261
a51d7ecf
EBM
132622017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13263
13264 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
13265 uppercase.
13266
0224619f
JK
132672017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13268
13269 * gdb.dwarf2/formdata16.c: New file.
13270 * gdb.dwarf2/formdata16.exp: New file.
13271 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
13272
216f72a1
JK
132732017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13274
13275 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
13276 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
13277 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
13278 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
13279 DW_AT_GNU_*.
13280
43988095
JK
132812017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13282
13283 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
13284
99e8a4f9
SDJ
132852017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
13286
13287 PR gdb/21164
13288 * gdb.base/maint.exp: Add testcases for when the commands do
13289 not have arguments.
13290
b58a8c0c
TP
132912017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
13292
13293 * gdb.cp/chained-calls.exp: Use p instead of P.
13294
4e746bb6
TW
132952017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
13296
13297 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
13298 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
13299
3f77c769
TT
133002017-02-14 Tom Tromey <tom@tromey.com>
13301
13302 PR python/13598:
13303 * gdb.python/py-events.exp: Add before_prompt event tests.
13304
075beec0
AA
133052017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13306
13307 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
13308
bf5f525c
LM
133092017-02-13 Luis Machado <lgustavo@codesourcery.com>
13310
13311 * gdb.linespec/explicit.c (my_unique_function_name): New function.
13312 (main): Call my_unique_function_name.
13313 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
13314 completion of patterns with a single match.
13315 Add missing -re switches to gdb_test_multiple calls.
13316
13a66184
LM
133172017-02-13 Luis Machado <lgustavo@codesourcery.com>
13318
13319 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
13320 return if core file is not recognized.
13321
26a06916
SM
133222017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13323
13324 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
13325 and extra UIs.
13326
b761ca9e
SM
133272017-02-10 Simon Marchi <simon.marchi@ericsson.com>
13328
13329 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
13330 proc_with_prefix.
13331
b964bee0
TT
133322017-02-10 Tom Tromey <tom@tromey.com>
13333
13334 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
13335
18da0c51
MG
133362017-02-10 Martin Galvan <martingalvan@sourceware.org>
13337
13338 PR gdb/21122
13339 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
13340
604c4576
JG
133412017-02-08 Jerome Guitton <guitton@adacore.com>
13342
13343 * gdb.base/define.exp: Add test for command abbreviations
13344 in define.
13345
20b477a7
LM
133462017-02-06 Luis Machado <lgustavo@codesourcery.com>
13347
13348 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
13349 * gdb.reverse/insn-reverse-x86.c: New file.
13350
3f7b46f2
IR
133512017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
13352
13353 PR tdep/20936
13354 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
13355
f0fd41c1
TT
133562017-02-03 Tom Tromey <tom@tromey.com>
13357
13358 PR rust/21097:
13359 * gdb.rust/simple.exp: Add new tests.
13360
5be5dbf0
PA
133612017-02-02 Pedro Alves <palves@redhat.com>
13362
13363 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
13364 tests.
13365
7346ef59
AA
133662017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13367
13368 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
13369 taking a 2-byte value out of a 4-byte DWARF implicit value on
13370 big-endian targets.
13371 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
13372 logic. Add test cases for DW_OP_implicit.
13373
787f0025
MM
133742017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13375
13376 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
13377
68777c29
MM
133782017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13379
13380 * gdb.btrace/enable.exp: Call gdb_exit before
13381 skip_gdbserver_tests.
13382
0a1c7e28
MM
133832017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13384
13385 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
13386 GDBFLAGS.
13387
b5ac99b0
MM
133882017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13389
13390 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
13391 the test is skipped.
13392 * gdb.btrace/data.exp: Likewise.
13393 * gdb.btrace/delta.exp: Likewise.
13394 * gdb.btrace/dlopen.exp: Likewise.
13395 * gdb.btrace/enable-running.exp: Likewise.
13396 * gdb.btrace/enable.exp: Likewise.
13397 * gdb.btrace/exception.exp: Likewise.
13398 * gdb.btrace/function_call_history.exp: Likewise.
13399 * gdb.btrace/gcore.exp: Likewise.
13400 * gdb.btrace/instruction_history.exp: Likewise.
13401 * gdb.btrace/multi-thread-step.exp: Likewise.
13402 * gdb.btrace/nohist.exp: Likewise.
13403 * gdb.btrace/non-stop.exp: Likewise.
13404 * gdb.btrace/reconnect.exp: Likewise.
13405 * gdb.btrace/record_goto-step.exp: Likewise.
13406 * gdb.btrace/record_goto.exp: Likewise.
13407 * gdb.btrace/rn-dl-bind.exp: Likewise.
13408 * gdb.btrace/segv.exp: Likewise.
13409 * gdb.btrace/step.exp: Likewise.
13410 * gdb.btrace/stepi.exp: Likewise.
13411 * gdb.btrace/tailcall-only.exp: Likewise.
13412 * gdb.btrace/tailcall.exp: Likewise.
13413 * gdb.btrace/tsx.exp: Likewise.
13414 * gdb.btrace/unknown_functions.exp: Likewise.
13415 * gdb.btrace/vdso.exp: Likewise.
13416
cd4007e4
MM
134172017-02-01 Markus Metzger <markus.t.metzger@intel.com>
13418
13419 * gdb.btrace/enable-running.c: New.
13420 * gdb.btrace/enable-running.exp: New.
13421
2735833d
WT
134222017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
13423
13424 * gdb.arch/amd64-gs_base.c: New file.
13425 * gdb.arch/amd64-gs_base.exp: New file.
13426
b51e1e94
LM
134272017-01-26 Luis Machado <lgustavo@codesourcery.com>
13428
13429 * lib/memory.exp: Remove spurious empty newlines.
13430
72ca0410
SM
134312017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
13432
13433 * gdb.python/py-bad-printers.exp: Load python file using "source".
13434 * gdb.python/py-events.exp: Likewise.
13435 * gdb.python/py-evsignal.exp: Likewise.
13436 * gdb.python/py-evthreads.exp: Likewise.
13437 * gdb.python/py-frame-args.exp: Likewise.
13438 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
13439 * gdb.python/py-framefilter-mi.exp: Likewise.
13440 * gdb.python/py-framefilter.exp: Likewise.
13441 * gdb.python/py-mi.exp: Likewise.
13442 * gdb.python/py-pp-maint.exp: Likewise.
13443 * gdb.python/py-pp-registration.exp: Likewise.
13444 * gdb.python/py-prettyprint.exp: Likewise.
13445 (run_lang_tests): Likewise.
13446 * gdb.python/py-typeprint.exp: Likewise.
13447
e309aa65
LM
134482017-01-26 Luis Machado <lgustavo@codesourcery.com>
13449
13450 * lib/memory.exp: New file.
13451 * lib/gdb.exp: Load memory.exp.
13452 * gdb.base/memattr.exp (delete_memory): Move proc to
13453 lib/memory.exp and rename to delete_memory_regions.
13454 Replace delete_memory with delete_memory_regions.
13455 Cleanup memory regions before tests.
13456 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
13457 before tests.
13458
515aff23
LM
134592017-01-26 Luis Machado <lgustavo@codesourcery.com>
13460
13461 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
13462 files.
13463 (initialize): New function conditionally defined.
13464 (testcases): Move within conditional block.
13465 (main): Call initialize.
13466 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
13467 of gdb.reverse/insn-reverse.c.
13468 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
13469 gdb.reverse/insn-reverse.c.
13470
d8b49cf0
YQ
134712017-01-26 Yao Qi <yao.qi@linaro.org>
13472
13473 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
13474 disassemble on address 0.
13475
f13a9a0c
YQ
134762017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
13477 Yao Qi <yao.qi@linaro.org>
13478
13479 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
13480 * gdb.dwarf2/implptr-64bit.S: Remove.
13481 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
13482 variables in caller's context. Add DW_OP_implicit_value.
13483
5ac95241
YQ
134842017-01-25 Yao Qi <yao.qi@linaro.org>
13485
13486 * lib/dwarf.exp (Dwarf::_location): Handle
13487 DW_OP_GNU_implicit_pointer with proper size.
13488
23e82930
LM
134892017-01-20 Luis Machado <lgustavo@codesourcery.com>
13490
13491 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
13492 and add untested calls.
13493
d334ae25
LM
134942017-01-20 Luis Machado <lgustavo@codesourcery.com>
13495
13496 * gdb.python/python.exp: Check line number against what GDB thinks
13497 the line number is for func1.
13498
f5e6296e
IB
134992017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
13500
13501 * gdb.dlang/debug-expr.exp: New file.
13502
5b362f04
LM
135032016-12-23 Luis Machado <lgustavo@codesourcery.com>
13504
13505 Fix test names for the following files:
13506
13507 * gdb.ada/exec_changed.exp
13508 * gdb.ada/info_types.exp
13509 * gdb.arch/aarch64-atomic-inst.exp
13510 * gdb.arch/aarch64-fp.exp
13511 * gdb.arch/altivec-abi.exp
13512 * gdb.arch/altivec-regs.exp
13513 * gdb.arch/amd64-byte.exp
13514 * gdb.arch/amd64-disp-step.exp
13515 * gdb.arch/amd64-dword.exp
13516 * gdb.arch/amd64-entry-value-inline.exp
13517 * gdb.arch/amd64-entry-value-param.exp
13518 * gdb.arch/amd64-entry-value-paramref.exp
13519 * gdb.arch/amd64-entry-value.exp
13520 * gdb.arch/amd64-i386-address.exp
13521 * gdb.arch/amd64-invalid-stack-middle.exp
13522 * gdb.arch/amd64-invalid-stack-top.exp
13523 * gdb.arch/amd64-optimout-repeat.exp
13524 * gdb.arch/amd64-prologue-skip.exp
13525 * gdb.arch/amd64-prologue-xmm.exp
13526 * gdb.arch/amd64-stap-special-operands.exp
13527 * gdb.arch/amd64-stap-wrong-subexp.exp
13528 * gdb.arch/amd64-tailcall-cxx.exp
13529 * gdb.arch/amd64-tailcall-noret.exp
13530 * gdb.arch/amd64-tailcall-ret.exp
13531 * gdb.arch/amd64-tailcall-self.exp
13532 * gdb.arch/amd64-word.exp
13533 * gdb.arch/arm-bl-branch-dest.exp
13534 * gdb.arch/arm-disp-step.exp
13535 * gdb.arch/arm-neon.exp
13536 * gdb.arch/arm-single-step-kernel-helper.exp
13537 * gdb.arch/avr-flash-qualifier.exp
13538 * gdb.arch/disp-step-insn-reloc.exp
13539 * gdb.arch/e500-abi.exp
13540 * gdb.arch/e500-regs.exp
13541 * gdb.arch/ftrace-insn-reloc.exp
13542 * gdb.arch/i386-avx512.exp
13543 * gdb.arch/i386-bp_permanent.exp
13544 * gdb.arch/i386-byte.exp
13545 * gdb.arch/i386-cfi-notcurrent.exp
13546 * gdb.arch/i386-disp-step.exp
13547 * gdb.arch/i386-dr3-watch.exp
13548 * gdb.arch/i386-float.exp
13549 * gdb.arch/i386-gnu-cfi.exp
13550 * gdb.arch/i386-mpx-map.exp
13551 * gdb.arch/i386-mpx-sigsegv.exp
13552 * gdb.arch/i386-mpx-simple_segv.exp
13553 * gdb.arch/i386-mpx.exp
13554 * gdb.arch/i386-permbkpt.exp
13555 * gdb.arch/i386-prologue.exp
13556 * gdb.arch/i386-signal.exp
13557 * gdb.arch/i386-size-overlap.exp
13558 * gdb.arch/i386-unwind.exp
13559 * gdb.arch/i386-word.exp
13560 * gdb.arch/mips-fcr.exp
13561 * gdb.arch/powerpc-d128-regs.exp
13562 * gdb.arch/powerpc-stackless.exp
13563 * gdb.arch/ppc64-atomic-inst.exp
13564 * gdb.arch/s390-stackless.exp
13565 * gdb.arch/s390-tdbregs.exp
13566 * gdb.arch/s390-vregs.exp
13567 * gdb.arch/sparc-sysstep.exp
13568 * gdb.arch/thumb-bx-pc.exp
13569 * gdb.arch/thumb-singlestep.exp
13570 * gdb.arch/thumb2-it.exp
13571 * gdb.arch/vsx-regs.exp
13572 * gdb.asm/asm-source.exp
13573 * gdb.base/a2-run.exp
13574 * gdb.base/advance.exp
13575 * gdb.base/all-bin.exp
13576 * gdb.base/anon.exp
13577 * gdb.base/args.exp
13578 * gdb.base/arithmet.exp
13579 * gdb.base/async-shell.exp
13580 * gdb.base/async.exp
13581 * gdb.base/attach-pie-noexec.exp
13582 * gdb.base/attach-twice.exp
13583 * gdb.base/auto-load.exp
13584 * gdb.base/bang.exp
13585 * gdb.base/bitfields.exp
13586 * gdb.base/break-always.exp
13587 * gdb.base/break-caller-line.exp
13588 * gdb.base/break-entry.exp
13589 * gdb.base/break-inline.exp
13590 * gdb.base/break-on-linker-gcd-function.exp
13591 * gdb.base/break-probes.exp
13592 * gdb.base/break.exp
13593 * gdb.base/breakpoint-shadow.exp
13594 * gdb.base/call-ar-st.exp
13595 * gdb.base/call-sc.exp
13596 * gdb.base/call-signal-resume.exp
13597 * gdb.base/call-strs.exp
13598 * gdb.base/callfuncs.exp
13599 * gdb.base/catch-fork-static.exp
13600 * gdb.base/catch-gdb-caused-signals.exp
13601 * gdb.base/catch-load.exp
13602 * gdb.base/catch-signal-fork.exp
13603 * gdb.base/catch-signal.exp
13604 * gdb.base/catch-syscall.exp
13605 * gdb.base/charset.exp
13606 * gdb.base/checkpoint.exp
13607 * gdb.base/chng-syms.exp
13608 * gdb.base/code-expr.exp
13609 * gdb.base/code_elim.exp
13610 * gdb.base/commands.exp
13611 * gdb.base/completion.exp
13612 * gdb.base/complex.exp
13613 * gdb.base/cond-expr.exp
13614 * gdb.base/condbreak.exp
13615 * gdb.base/consecutive.exp
13616 * gdb.base/continue-all-already-running.exp
13617 * gdb.base/coredump-filter.exp
13618 * gdb.base/corefile.exp
13619 * gdb.base/dbx.exp
13620 * gdb.base/debug-expr.exp
13621 * gdb.base/define.exp
13622 * gdb.base/del.exp
13623 * gdb.base/disabled-location.exp
13624 * gdb.base/disasm-end-cu.exp
13625 * gdb.base/disasm-optim.exp
13626 * gdb.base/display.exp
13627 * gdb.base/duplicate-bp.exp
13628 * gdb.base/ena-dis-br.exp
13629 * gdb.base/ending-run.exp
13630 * gdb.base/enumval.exp
13631 * gdb.base/environ.exp
13632 * gdb.base/eu-strip-infcall.exp
13633 * gdb.base/eval-avoid-side-effects.exp
13634 * gdb.base/eval-skip.exp
13635 * gdb.base/exitsignal.exp
13636 * gdb.base/expand-psymtabs.exp
13637 * gdb.base/filesym.exp
13638 * gdb.base/find-unmapped.exp
13639 * gdb.base/finish.exp
13640 * gdb.base/float.exp
13641 * gdb.base/foll-exec-mode.exp
13642 * gdb.base/foll-exec.exp
13643 * gdb.base/foll-fork.exp
13644 * gdb.base/fortran-sym-case.exp
13645 * gdb.base/freebpcmd.exp
13646 * gdb.base/func-ptr.exp
13647 * gdb.base/func-ptrs.exp
13648 * gdb.base/funcargs.exp
13649 * gdb.base/gcore-buffer-overflow.exp
13650 * gdb.base/gcore-relro-pie.exp
13651 * gdb.base/gcore-relro.exp
13652 * gdb.base/gcore.exp
13653 * gdb.base/gdb1090.exp
13654 * gdb.base/gdb11530.exp
13655 * gdb.base/gdb11531.exp
13656 * gdb.base/gdb1821.exp
13657 * gdb.base/gdbindex-stabs.exp
13658 * gdb.base/gdbvars.exp
13659 * gdb.base/hbreak.exp
13660 * gdb.base/hbreak2.exp
13661 * gdb.base/included.exp
13662 * gdb.base/infcall-input.exp
13663 * gdb.base/inferior-died.exp
13664 * gdb.base/infnan.exp
13665 * gdb.base/info-macros.exp
13666 * gdb.base/info-os.exp
13667 * gdb.base/info-proc.exp
13668 * gdb.base/info-shared.exp
13669 * gdb.base/info-target.exp
13670 * gdb.base/infoline.exp
13671 * gdb.base/interp.exp
13672 * gdb.base/interrupt.exp
13673 * gdb.base/jit-reader.exp
13674 * gdb.base/jit-simple.exp
13675 * gdb.base/kill-after-signal.exp
13676 * gdb.base/kill-detach-inferiors-cmd.exp
13677 * gdb.base/label.exp
13678 * gdb.base/langs.exp
13679 * gdb.base/ldbl_e308.exp
13680 * gdb.base/line-symtabs.exp
13681 * gdb.base/linespecs.exp
13682 * gdb.base/list.exp
13683 * gdb.base/long_long.exp
13684 * gdb.base/longest-types.exp
13685 * gdb.base/maint.exp
13686 * gdb.base/max-value-size.exp
13687 * gdb.base/memattr.exp
13688 * gdb.base/mips_pro.exp
13689 * gdb.base/morestack.exp
13690 * gdb.base/moribund-step.exp
13691 * gdb.base/multi-forks.exp
13692 * gdb.base/nested-addr.exp
13693 * gdb.base/nextoverexit.exp
13694 * gdb.base/noreturn-finish.exp
13695 * gdb.base/noreturn-return.exp
13696 * gdb.base/nostdlib.exp
13697 * gdb.base/offsets.exp
13698 * gdb.base/opaque.exp
13699 * gdb.base/pc-fp.exp
13700 * gdb.base/permissions.exp
13701 * gdb.base/print-symbol-loading.exp
13702 * gdb.base/prologue-include.exp
13703 * gdb.base/psymtab.exp
13704 * gdb.base/ptype.exp
13705 * gdb.base/random-signal.exp
13706 * gdb.base/randomize.exp
13707 * gdb.base/range-stepping.exp
13708 * gdb.base/readline-ask.exp
13709 * gdb.base/recpar.exp
13710 * gdb.base/recurse.exp
13711 * gdb.base/relational.exp
13712 * gdb.base/restore.exp
13713 * gdb.base/return-nodebug.exp
13714 * gdb.base/return.exp
13715 * gdb.base/run-after-attach.exp
13716 * gdb.base/save-bp.exp
13717 * gdb.base/scope.exp
13718 * gdb.base/sect-cmd.exp
13719 * gdb.base/set-lang-auto.exp
13720 * gdb.base/set-noassign.exp
13721 * gdb.base/setvar.exp
13722 * gdb.base/sigall.exp
13723 * gdb.base/sigbpt.exp
13724 * gdb.base/siginfo-addr.exp
13725 * gdb.base/siginfo-infcall.exp
13726 * gdb.base/siginfo-obj.exp
13727 * gdb.base/siginfo.exp
13728 * gdb.base/signals-state-child.exp
13729 * gdb.base/signest.exp
13730 * gdb.base/sigstep.exp
13731 * gdb.base/sizeof.exp
13732 * gdb.base/skip.exp
13733 * gdb.base/solib-corrupted.exp
13734 * gdb.base/solib-nodir.exp
13735 * gdb.base/solib-search.exp
13736 * gdb.base/stack-checking.exp
13737 * gdb.base/stale-infcall.exp
13738 * gdb.base/stap-probe.exp
13739 * gdb.base/start.exp
13740 * gdb.base/step-break.exp
13741 * gdb.base/step-bt.exp
13742 * gdb.base/step-line.exp
13743 * gdb.base/step-over-exit.exp
13744 * gdb.base/step-over-syscall.exp
13745 * gdb.base/step-resume-infcall.exp
13746 * gdb.base/step-test.exp
13747 * gdb.base/store.exp
13748 * gdb.base/structs3.exp
13749 * gdb.base/sym-file.exp
13750 * gdb.base/symbol-without-target_section.exp
13751 * gdb.base/term.exp
13752 * gdb.base/testenv.exp
13753 * gdb.base/ui-redirect.exp
13754 * gdb.base/until.exp
13755 * gdb.base/unwindonsignal.exp
13756 * gdb.base/value-double-free.exp
13757 * gdb.base/vla-datatypes.exp
13758 * gdb.base/vla-ptr.exp
13759 * gdb.base/vla-sideeffect.exp
13760 * gdb.base/volatile.exp
13761 * gdb.base/watch-cond-infcall.exp
13762 * gdb.base/watch-cond.exp
13763 * gdb.base/watch-non-mem.exp
13764 * gdb.base/watch-read.exp
13765 * gdb.base/watch-vfork.exp
13766 * gdb.base/watchpoint-cond-gone.exp
13767 * gdb.base/watchpoint-delete.exp
13768 * gdb.base/watchpoint-hw-hit-once.exp
13769 * gdb.base/watchpoint-hw.exp
13770 * gdb.base/watchpoint-stops-at-right-insn.exp
13771 * gdb.base/watchpoints.exp
13772 * gdb.base/wchar.exp
13773 * gdb.base/whatis-exp.exp
13774 * gdb.btrace/buffer-size.exp
13775 * gdb.btrace/data.exp
13776 * gdb.btrace/delta.exp
13777 * gdb.btrace/dlopen.exp
13778 * gdb.btrace/enable.exp
13779 * gdb.btrace/exception.exp
13780 * gdb.btrace/function_call_history.exp
13781 * gdb.btrace/gcore.exp
13782 * gdb.btrace/instruction_history.exp
13783 * gdb.btrace/nohist.exp
13784 * gdb.btrace/reconnect.exp
13785 * gdb.btrace/record_goto-step.exp
13786 * gdb.btrace/record_goto.exp
13787 * gdb.btrace/rn-dl-bind.exp
13788 * gdb.btrace/segv.exp
13789 * gdb.btrace/step.exp
13790 * gdb.btrace/stepi.exp
13791 * gdb.btrace/tailcall-only.exp
13792 * gdb.btrace/tailcall.exp
13793 * gdb.btrace/tsx.exp
13794 * gdb.btrace/unknown_functions.exp
13795 * gdb.btrace/vdso.exp
13796 * gdb.compile/compile-ifunc.exp
13797 * gdb.compile/compile-ops.exp
13798 * gdb.compile/compile-print.exp
13799 * gdb.compile/compile-setjmp.exp
13800 * gdb.cp/abstract-origin.exp
13801 * gdb.cp/ambiguous.exp
13802 * gdb.cp/annota2.exp
13803 * gdb.cp/annota3.exp
13804 * gdb.cp/anon-ns.exp
13805 * gdb.cp/anon-struct.exp
13806 * gdb.cp/anon-union.exp
13807 * gdb.cp/arg-reference.exp
13808 * gdb.cp/baseenum.exp
13809 * gdb.cp/bool.exp
13810 * gdb.cp/breakpoint.exp
13811 * gdb.cp/bs15503.exp
13812 * gdb.cp/call-c.exp
13813 * gdb.cp/casts.exp
13814 * gdb.cp/chained-calls.exp
13815 * gdb.cp/class2.exp
13816 * gdb.cp/classes.exp
13817 * gdb.cp/cmpd-minsyms.exp
13818 * gdb.cp/converts.exp
13819 * gdb.cp/cp-relocate.exp
13820 * gdb.cp/cpcompletion.exp
13821 * gdb.cp/cpexprs.exp
13822 * gdb.cp/cplabel.exp
13823 * gdb.cp/cplusfuncs.exp
13824 * gdb.cp/cpsizeof.exp
13825 * gdb.cp/ctti.exp
13826 * gdb.cp/derivation.exp
13827 * gdb.cp/destrprint.exp
13828 * gdb.cp/dispcxx.exp
13829 * gdb.cp/enum-class.exp
13830 * gdb.cp/exception.exp
13831 * gdb.cp/exceptprint.exp
13832 * gdb.cp/expand-psymtabs-cxx.exp
13833 * gdb.cp/expand-sals.exp
13834 * gdb.cp/extern-c.exp
13835 * gdb.cp/filename.exp
13836 * gdb.cp/formatted-ref.exp
13837 * gdb.cp/fpointer.exp
13838 * gdb.cp/gdb1355.exp
13839 * gdb.cp/gdb2495.exp
13840 * gdb.cp/hang.exp
13841 * gdb.cp/impl-this.exp
13842 * gdb.cp/infcall-dlopen.exp
13843 * gdb.cp/inherit.exp
13844 * gdb.cp/iostream.exp
13845 * gdb.cp/koenig.exp
13846 * gdb.cp/local.exp
13847 * gdb.cp/m-data.exp
13848 * gdb.cp/m-static.exp
13849 * gdb.cp/mb-ctor.exp
13850 * gdb.cp/mb-inline.exp
13851 * gdb.cp/mb-templates.exp
13852 * gdb.cp/member-name.exp
13853 * gdb.cp/member-ptr.exp
13854 * gdb.cp/meth-typedefs.exp
13855 * gdb.cp/method.exp
13856 * gdb.cp/method2.exp
13857 * gdb.cp/minsym-fallback.exp
13858 * gdb.cp/misc.exp
13859 * gdb.cp/namelessclass.exp
13860 * gdb.cp/namespace-enum.exp
13861 * gdb.cp/namespace-nested-import.exp
13862 * gdb.cp/namespace.exp
13863 * gdb.cp/nextoverthrow.exp
13864 * gdb.cp/no-dmgl-verbose.exp
13865 * gdb.cp/non-trivial-retval.exp
13866 * gdb.cp/noparam.exp
13867 * gdb.cp/nsdecl.exp
13868 * gdb.cp/nsimport.exp
13869 * gdb.cp/nsnested.exp
13870 * gdb.cp/nsnoimports.exp
13871 * gdb.cp/nsrecurs.exp
13872 * gdb.cp/nsstress.exp
13873 * gdb.cp/nsusing.exp
13874 * gdb.cp/operator.exp
13875 * gdb.cp/oranking.exp
13876 * gdb.cp/overload-const.exp
13877 * gdb.cp/overload.exp
13878 * gdb.cp/ovldbreak.exp
13879 * gdb.cp/ovsrch.exp
13880 * gdb.cp/paren-type.exp
13881 * gdb.cp/parse-lang.exp
13882 * gdb.cp/pass-by-ref.exp
13883 * gdb.cp/pr-1023.exp
13884 * gdb.cp/pr-1210.exp
13885 * gdb.cp/pr-574.exp
13886 * gdb.cp/pr10687.exp
13887 * gdb.cp/pr12028.exp
13888 * gdb.cp/pr17132.exp
13889 * gdb.cp/pr17494.exp
13890 * gdb.cp/pr9067.exp
13891 * gdb.cp/pr9167.exp
13892 * gdb.cp/pr9631.exp
13893 * gdb.cp/printmethod.exp
13894 * gdb.cp/psmang.exp
13895 * gdb.cp/psymtab-parameter.exp
13896 * gdb.cp/ptype-cv-cp.exp
13897 * gdb.cp/ptype-flags.exp
13898 * gdb.cp/re-set-overloaded.exp
13899 * gdb.cp/ref-types.exp
13900 * gdb.cp/rtti.exp
13901 * gdb.cp/scope-err.exp
13902 * gdb.cp/shadow.exp
13903 * gdb.cp/smartp.exp
13904 * gdb.cp/static-method.exp
13905 * gdb.cp/static-print-quit.exp
13906 * gdb.cp/temargs.exp
13907 * gdb.cp/templates.exp
13908 * gdb.cp/try_catch.exp
13909 * gdb.cp/typedef-operator.exp
13910 * gdb.cp/typeid.exp
13911 * gdb.cp/userdef.exp
13912 * gdb.cp/using-crash.exp
13913 * gdb.cp/var-tag.exp
13914 * gdb.cp/virtbase.exp
13915 * gdb.cp/virtfunc.exp
13916 * gdb.cp/virtfunc2.exp
13917 * gdb.cp/vla-cxx.exp
13918 * gdb.disasm/t01_mov.exp
13919 * gdb.disasm/t02_mova.exp
13920 * gdb.disasm/t03_add.exp
13921 * gdb.disasm/t04_sub.exp
13922 * gdb.disasm/t05_cmp.exp
13923 * gdb.disasm/t06_ari2.exp
13924 * gdb.disasm/t07_ari3.exp
13925 * gdb.disasm/t08_or.exp
13926 * gdb.disasm/t09_xor.exp
13927 * gdb.disasm/t10_and.exp
13928 * gdb.disasm/t11_logs.exp
13929 * gdb.disasm/t12_bit.exp
13930 * gdb.disasm/t13_otr.exp
13931 * gdb.dlang/circular.exp
13932 * gdb.dwarf2/arr-stride.exp
13933 * gdb.dwarf2/arr-subrange.exp
13934 * gdb.dwarf2/atomic-type.exp
13935 * gdb.dwarf2/bad-regnum.exp
13936 * gdb.dwarf2/bitfield-parent-optimized-out.exp
13937 * gdb.dwarf2/callframecfa.exp
13938 * gdb.dwarf2/clztest.exp
13939 * gdb.dwarf2/corrupt.exp
13940 * gdb.dwarf2/data-loc.exp
13941 * gdb.dwarf2/dup-psym.exp
13942 * gdb.dwarf2/dw2-anon-mptr.exp
13943 * gdb.dwarf2/dw2-anonymous-func.exp
13944 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
13945 * gdb.dwarf2/dw2-bad-unresolved.exp
13946 * gdb.dwarf2/dw2-basic.exp
13947 * gdb.dwarf2/dw2-canonicalize-type.exp
13948 * gdb.dwarf2/dw2-case-insensitive.exp
13949 * gdb.dwarf2/dw2-common-block.exp
13950 * gdb.dwarf2/dw2-compdir-oldgcc.exp
13951 * gdb.dwarf2/dw2-compressed.exp
13952 * gdb.dwarf2/dw2-const.exp
13953 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
13954 * gdb.dwarf2/dw2-cu-size.exp
13955 * gdb.dwarf2/dw2-dup-frame.exp
13956 * gdb.dwarf2/dw2-entry-value.exp
13957 * gdb.dwarf2/dw2-icycle.exp
13958 * gdb.dwarf2/dw2-ifort-parameter.exp
13959 * gdb.dwarf2/dw2-inline-break.exp
13960 * gdb.dwarf2/dw2-inline-param.exp
13961 * gdb.dwarf2/dw2-intercu.exp
13962 * gdb.dwarf2/dw2-intermix.exp
13963 * gdb.dwarf2/dw2-lexical-block-bare.exp
13964 * gdb.dwarf2/dw2-linkage-name-trust.exp
13965 * gdb.dwarf2/dw2-minsym-in-cu.exp
13966 * gdb.dwarf2/dw2-noloc.exp
13967 * gdb.dwarf2/dw2-op-call.exp
13968 * gdb.dwarf2/dw2-op-out-param.exp
13969 * gdb.dwarf2/dw2-opt-structptr.exp
13970 * gdb.dwarf2/dw2-param-error.exp
13971 * gdb.dwarf2/dw2-producer.exp
13972 * gdb.dwarf2/dw2-ranges-base.exp
13973 * gdb.dwarf2/dw2-ref-missing-frame.exp
13974 * gdb.dwarf2/dw2-reg-undefined.exp
13975 * gdb.dwarf2/dw2-regno-invalid.exp
13976 * gdb.dwarf2/dw2-restore.exp
13977 * gdb.dwarf2/dw2-restrict.exp
13978 * gdb.dwarf2/dw2-single-line-discriminators.exp
13979 * gdb.dwarf2/dw2-strp.exp
13980 * gdb.dwarf2/dw2-undefined-ret-addr.exp
13981 * gdb.dwarf2/dw2-unresolved.exp
13982 * gdb.dwarf2/dw2-var-zero-addr.exp
13983 * gdb.dwarf2/dw4-sig-types.exp
13984 * gdb.dwarf2/dwz.exp
13985 * gdb.dwarf2/dynarr-ptr.exp
13986 * gdb.dwarf2/enum-type.exp
13987 * gdb.dwarf2/gdb-index.exp
13988 * gdb.dwarf2/implptr-64bit.exp
13989 * gdb.dwarf2/implptr-optimized-out.exp
13990 * gdb.dwarf2/implptr.exp
13991 * gdb.dwarf2/implref-array.exp
13992 * gdb.dwarf2/implref-const.exp
13993 * gdb.dwarf2/implref-global.exp
13994 * gdb.dwarf2/implref-struct.exp
13995 * gdb.dwarf2/mac-fileno.exp
13996 * gdb.dwarf2/main-subprogram.exp
13997 * gdb.dwarf2/member-ptr-forwardref.exp
13998 * gdb.dwarf2/method-ptr.exp
13999 * gdb.dwarf2/missing-sig-type.exp
14000 * gdb.dwarf2/nonvar-access.exp
14001 * gdb.dwarf2/opaque-type-lookup.exp
14002 * gdb.dwarf2/pieces-optimized-out.exp
14003 * gdb.dwarf2/pieces.exp
14004 * gdb.dwarf2/pr10770.exp
14005 * gdb.dwarf2/pr13961.exp
14006 * gdb.dwarf2/staticvirtual.exp
14007 * gdb.dwarf2/subrange.exp
14008 * gdb.dwarf2/symtab-producer.exp
14009 * gdb.dwarf2/trace-crash.exp
14010 * gdb.dwarf2/typeddwarf.exp
14011 * gdb.dwarf2/valop.exp
14012 * gdb.dwarf2/watch-notconst.exp
14013 * gdb.fortran/array-element.exp
14014 * gdb.fortran/charset.exp
14015 * gdb.fortran/common-block.exp
14016 * gdb.fortran/complex.exp
14017 * gdb.fortran/derived-type-function.exp
14018 * gdb.fortran/derived-type.exp
14019 * gdb.fortran/logical.exp
14020 * gdb.fortran/module.exp
14021 * gdb.fortran/multi-dim.exp
14022 * gdb.fortran/nested-funcs.exp
14023 * gdb.fortran/print-formatted.exp
14024 * gdb.fortran/subarray.exp
14025 * gdb.fortran/vla-alloc-assoc.exp
14026 * gdb.fortran/vla-datatypes.exp
14027 * gdb.fortran/vla-history.exp
14028 * gdb.fortran/vla-ptr-info.exp
14029 * gdb.fortran/vla-ptype-sub.exp
14030 * gdb.fortran/vla-ptype.exp
14031 * gdb.fortran/vla-sizeof.exp
14032 * gdb.fortran/vla-type.exp
14033 * gdb.fortran/vla-value-sub-arbitrary.exp
14034 * gdb.fortran/vla-value-sub-finish.exp
14035 * gdb.fortran/vla-value-sub.exp
14036 * gdb.fortran/vla-value.exp
14037 * gdb.fortran/whatis_type.exp
14038 * gdb.go/chan.exp
14039 * gdb.go/handcall.exp
14040 * gdb.go/hello.exp
14041 * gdb.go/integers.exp
14042 * gdb.go/methods.exp
14043 * gdb.go/package.exp
14044 * gdb.go/strings.exp
14045 * gdb.go/types.exp
14046 * gdb.go/unsafe.exp
14047 * gdb.guile/scm-arch.exp
14048 * gdb.guile/scm-block.exp
14049 * gdb.guile/scm-breakpoint.exp
14050 * gdb.guile/scm-cmd.exp
14051 * gdb.guile/scm-disasm.exp
14052 * gdb.guile/scm-equal.exp
14053 * gdb.guile/scm-frame-args.exp
14054 * gdb.guile/scm-frame-inline.exp
14055 * gdb.guile/scm-frame.exp
14056 * gdb.guile/scm-iterator.exp
14057 * gdb.guile/scm-math.exp
14058 * gdb.guile/scm-objfile.exp
14059 * gdb.guile/scm-ports.exp
14060 * gdb.guile/scm-symbol.exp
14061 * gdb.guile/scm-symtab.exp
14062 * gdb.guile/scm-value-cc.exp
14063 * gdb.guile/types-module.exp
14064 * gdb.linespec/break-ask.exp
14065 * gdb.linespec/cpexplicit.exp
14066 * gdb.linespec/explicit.exp
14067 * gdb.linespec/keywords.exp
14068 * gdb.linespec/linespec.exp
14069 * gdb.linespec/ls-dollar.exp
14070 * gdb.linespec/ls-errs.exp
14071 * gdb.linespec/skip-two.exp
14072 * gdb.linespec/thread.exp
14073 * gdb.mi/mi-async.exp
14074 * gdb.mi/mi-basics.exp
14075 * gdb.mi/mi-break.exp
14076 * gdb.mi/mi-catch-load.exp
14077 * gdb.mi/mi-cli.exp
14078 * gdb.mi/mi-cmd-param-changed.exp
14079 * gdb.mi/mi-console.exp
14080 * gdb.mi/mi-detach.exp
14081 * gdb.mi/mi-disassemble.exp
14082 * gdb.mi/mi-eval.exp
14083 * gdb.mi/mi-file-transfer.exp
14084 * gdb.mi/mi-file.exp
14085 * gdb.mi/mi-fill-memory.exp
14086 * gdb.mi/mi-inheritance-syntax-error.exp
14087 * gdb.mi/mi-linespec-err-cp.exp
14088 * gdb.mi/mi-logging.exp
14089 * gdb.mi/mi-memory-changed.exp
14090 * gdb.mi/mi-read-memory.exp
14091 * gdb.mi/mi-record-changed.exp
14092 * gdb.mi/mi-reg-undefined.exp
14093 * gdb.mi/mi-regs.exp
14094 * gdb.mi/mi-return.exp
14095 * gdb.mi/mi-reverse.exp
14096 * gdb.mi/mi-simplerun.exp
14097 * gdb.mi/mi-solib.exp
14098 * gdb.mi/mi-stack.exp
14099 * gdb.mi/mi-stepi.exp
14100 * gdb.mi/mi-syn-frame.exp
14101 * gdb.mi/mi-until.exp
14102 * gdb.mi/mi-var-block.exp
14103 * gdb.mi/mi-var-child.exp
14104 * gdb.mi/mi-var-cmd.exp
14105 * gdb.mi/mi-var-cp.exp
14106 * gdb.mi/mi-var-display.exp
14107 * gdb.mi/mi-var-invalidate.exp
14108 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
14109 * gdb.mi/mi-vla-fortran.exp
14110 * gdb.mi/mi-watch.exp
14111 * gdb.mi/mi2-var-child.exp
14112 * gdb.mi/user-selected-context-sync.exp
14113 * gdb.modula2/unbounded-array.exp
14114 * gdb.multi/dummy-frame-restore.exp
14115 * gdb.multi/multi-arch-exec.exp
14116 * gdb.multi/multi-arch.exp
14117 * gdb.multi/tids.exp
14118 * gdb.multi/watchpoint-multi.exp
14119 * gdb.opencl/callfuncs.exp
14120 * gdb.opencl/convs_casts.exp
14121 * gdb.opencl/datatypes.exp
14122 * gdb.opencl/operators.exp
14123 * gdb.opencl/vec_comps.exp
14124 * gdb.opt/clobbered-registers-O2.exp
14125 * gdb.opt/inline-break.exp
14126 * gdb.opt/inline-bt.exp
14127 * gdb.opt/inline-cmds.exp
14128 * gdb.opt/inline-locals.exp
14129 * gdb.pascal/case-insensitive-symbols.exp
14130 * gdb.pascal/floats.exp
14131 * gdb.pascal/gdb11492.exp
14132 * gdb.python/lib-types.exp
14133 * gdb.python/py-arch.exp
14134 * gdb.python/py-as-string.exp
14135 * gdb.python/py-bad-printers.exp
14136 * gdb.python/py-block.exp
14137 * gdb.python/py-breakpoint-create-fail.exp
14138 * gdb.python/py-breakpoint.exp
14139 * gdb.python/py-caller-is.exp
14140 * gdb.python/py-cmd.exp
14141 * gdb.python/py-explore-cc.exp
14142 * gdb.python/py-explore.exp
14143 * gdb.python/py-finish-breakpoint.exp
14144 * gdb.python/py-finish-breakpoint2.exp
14145 * gdb.python/py-frame-args.exp
14146 * gdb.python/py-frame-inline.exp
14147 * gdb.python/py-frame.exp
14148 * gdb.python/py-framefilter-mi.exp
14149 * gdb.python/py-infthread.exp
14150 * gdb.python/py-lazy-string.exp
14151 * gdb.python/py-linetable.exp
14152 * gdb.python/py-mi-events.exp
14153 * gdb.python/py-mi-objfile.exp
14154 * gdb.python/py-mi.exp
14155 * gdb.python/py-objfile.exp
14156 * gdb.python/py-pp-integral.exp
14157 * gdb.python/py-pp-maint.exp
14158 * gdb.python/py-pp-re-notag.exp
14159 * gdb.python/py-pp-registration.exp
14160 * gdb.python/py-recurse-unwind.exp
14161 * gdb.python/py-strfns.exp
14162 * gdb.python/py-symbol.exp
14163 * gdb.python/py-symtab.exp
14164 * gdb.python/py-sync-interp.exp
14165 * gdb.python/py-typeprint.exp
14166 * gdb.python/py-unwind-maint.exp
14167 * gdb.python/py-unwind.exp
14168 * gdb.python/py-value-cc.exp
14169 * gdb.python/py-xmethods.exp
14170 * gdb.reverse/amd64-tailcall-reverse.exp
14171 * gdb.reverse/break-precsave.exp
14172 * gdb.reverse/break-reverse.exp
14173 * gdb.reverse/consecutive-precsave.exp
14174 * gdb.reverse/consecutive-reverse.exp
14175 * gdb.reverse/finish-precsave.exp
14176 * gdb.reverse/finish-reverse-bkpt.exp
14177 * gdb.reverse/finish-reverse.exp
14178 * gdb.reverse/fstatat-reverse.exp
14179 * gdb.reverse/getresuid-reverse.exp
14180 * gdb.reverse/i386-precsave.exp
14181 * gdb.reverse/i386-reverse.exp
14182 * gdb.reverse/i386-sse-reverse.exp
14183 * gdb.reverse/i387-env-reverse.exp
14184 * gdb.reverse/i387-stack-reverse.exp
14185 * gdb.reverse/insn-reverse.exp
14186 * gdb.reverse/machinestate-precsave.exp
14187 * gdb.reverse/machinestate.exp
14188 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14189 * gdb.reverse/pipe-reverse.exp
14190 * gdb.reverse/readv-reverse.exp
14191 * gdb.reverse/recvmsg-reverse.exp
14192 * gdb.reverse/rerun-prec.exp
14193 * gdb.reverse/s390-mvcle.exp
14194 * gdb.reverse/step-precsave.exp
14195 * gdb.reverse/step-reverse.exp
14196 * gdb.reverse/time-reverse.exp
14197 * gdb.reverse/until-precsave.exp
14198 * gdb.reverse/until-reverse.exp
14199 * gdb.reverse/waitpid-reverse.exp
14200 * gdb.reverse/watch-precsave.exp
14201 * gdb.reverse/watch-reverse.exp
14202 * gdb.rust/generics.exp
14203 * gdb.rust/methods.exp
14204 * gdb.rust/modules.exp
14205 * gdb.rust/simple.exp
14206 * gdb.server/connect-with-no-symbol-file.exp
14207 * gdb.server/ext-attach.exp
14208 * gdb.server/ext-restart.exp
14209 * gdb.server/ext-wrapper.exp
14210 * gdb.server/file-transfer.exp
14211 * gdb.server/server-exec-info.exp
14212 * gdb.server/server-kill.exp
14213 * gdb.server/server-mon.exp
14214 * gdb.server/wrapper.exp
14215 * gdb.stabs/exclfwd.exp
14216 * gdb.stabs/gdb11479.exp
14217 * gdb.threads/clone-new-thread-event.exp
14218 * gdb.threads/corethreads.exp
14219 * gdb.threads/current-lwp-dead.exp
14220 * gdb.threads/dlopen-libpthread.exp
14221 * gdb.threads/gcore-thread.exp
14222 * gdb.threads/sigstep-threads.exp
14223 * gdb.threads/watchpoint-fork.exp
14224 * gdb.trace/actions-changed.exp
14225 * gdb.trace/backtrace.exp
14226 * gdb.trace/change-loc.exp
14227 * gdb.trace/circ.exp
14228 * gdb.trace/collection.exp
14229 * gdb.trace/disconnected-tracing.exp
14230 * gdb.trace/ftrace.exp
14231 * gdb.trace/mi-trace-frame-collected.exp
14232 * gdb.trace/mi-trace-unavailable.exp
14233 * gdb.trace/mi-traceframe-changed.exp
14234 * gdb.trace/mi-tsv-changed.exp
14235 * gdb.trace/no-attach-trace.exp
14236 * gdb.trace/passc-dyn.exp
14237 * gdb.trace/qtro.exp
14238 * gdb.trace/range-stepping.exp
14239 * gdb.trace/read-memory.exp
14240 * gdb.trace/save-trace.exp
14241 * gdb.trace/signal.exp
14242 * gdb.trace/status-stop.exp
14243 * gdb.trace/tfile.exp
14244 * gdb.trace/trace-break.exp
14245 * gdb.trace/trace-buffer-size.exp
14246 * gdb.trace/trace-condition.exp
14247 * gdb.trace/tracefile-pseudo-reg.exp
14248 * gdb.trace/tstatus.exp
14249 * gdb.trace/unavailable.exp
14250 * gdb.trace/while-dyn.exp
14251 * gdb.trace/while-stepping.exp
14252
34c41c68
DE
142532016-12-22 Doug Evans <xdje42@gmail.com>
14254
14255 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
14256 and msymbols.
14257
16e69324
YQ
142582016-12-19 Yao Qi <yao.qi@linaro.org>
14259
14260 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
14261 (test_with_self): Don't call do_steps_and_nexts, and remove
14262 code about stepping into xmalloc.
14263
f94f411b
YQ
142642016-12-09 Yao Qi <yao.qi@linaro.org>
14265
14266 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
14267
142682016-12-09 Yao Qi <yao.qi@linaro.org>
14269
14270 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
14271
f1b5deee
PA
142722016-12-09 Pedro Alves <palves@redhat.com>
14273
14274 * gdb.base/all-architectures-0.exp: New file.
14275 * gdb.base/all-architectures-1.exp: New file.
14276 * gdb.base/all-architectures-2.exp: New file.
14277 * gdb.base/all-architectures-3.exp: New file.
14278 * gdb.base/all-architectures-4.exp: New file.
14279 * gdb.base/all-architectures-5.exp: New file.
14280 * gdb.base/all-architectures-6.exp: New file.
14281 * gdb.base/all-architectures-7.exp: New file.
14282 * gdb.base/all-architectures.exp.in: New file.
14283
364ca42e
YQ
142842016-12-09 Yao Qi <yao.qi@linaro.org>
14285
14286 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
14287
107c2d62
LM
142882016-12-02 Luis Machado <lgustavo@codesourcery.com>
14289
14290 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
14291 possible.
14292 Remove useless pattern-matching code.
14293
df3ee9ca
PA
142942016-12-02 Pedro Alves <palves@redhat.com>
14295
14296 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
14297 procedure.
14298 (top level): Call it.
14299
ec835369
PA
143002016-12-02 Pedro Alves <palves@redhat.com>
14301
14302 * gdb.base/commands.exp (user_defined_command_args_stack_test):
14303 New procedure.
14304 (top level): Call it.
14305
01770bbd
PA
143062016-12-02 Pedro Alves <palves@redhat.com>
14307
14308 PR cli/20559
14309 * gdb.base/commands.exp (user_defined_command_args_eval): New
14310 procedure.
14311 (top level): Call it.
14312
008459ea
LM
143132016-12-02 Luis Machado <lgustavo@codesourcery.com>
14314
14315 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
14316 timeout handling.
14317
0c1b455e
TT
143182016-12-02 Tom Tromey <tom@tromey.com>
14319
14320 * gdb.dwarf2/main-subprogram.c: New file.
14321 * gdb.dwarf2/main-subprogram.exp: New file.
14322
018572b8
LM
143232016-12-01 Luis Machado <lgustavo@codesourcery.com>
14324
14325 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
14326 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
14327 gdb_test_no_output for a couple of cases.
14328 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
14329
84c93cd5
LM
143302016-12-01 Luis Machado <lgustavo@codesourcery.com>
14331
14332 Fix test names and standardize compilation error messages throughout
14333 the following files:
14334
14335 * gdb.ada/start.exp
14336 * gdb.arch/alpha-step.exp
14337 * gdb.arch/e500-prologue.exp
14338 * gdb.arch/ftrace-insn-reloc.exp
14339 * gdb.arch/gdb1291.exp
14340 * gdb.arch/gdb1431.exp
14341 * gdb.arch/gdb1558.exp
14342 * gdb.arch/i386-dr3-watch.exp
14343 * gdb.arch/i386-sse-stack-align.exp
14344 * gdb.arch/ia64-breakpoint-shadow.exp
14345 * gdb.arch/pa-nullify.exp
14346 * gdb.arch/powerpc-aix-prologue.exp
14347 * gdb.arch/thumb-bx-pc.exp
14348 * gdb.base/annota1.exp
14349 * gdb.base/annota3.exp
14350 * gdb.base/arrayidx.exp
14351 * gdb.base/assign.exp
14352 * gdb.base/attach.exp
14353 * gdb.base/auxv.exp
14354 * gdb.base/bang.exp
14355 * gdb.base/bfp-test.exp
14356 * gdb.base/bigcore.exp
14357 * gdb.base/bitfields2.exp
14358 * gdb.base/break-fun-addr.exp
14359 * gdb.base/break-probes.exp
14360 * gdb.base/call-rt-st.exp
14361 * gdb.base/callexit.exp
14362 * gdb.base/catch-fork-kill.exp
14363 * gdb.base/charset.exp
14364 * gdb.base/checkpoint.exp
14365 * gdb.base/comprdebug.exp
14366 * gdb.base/constvars.exp
14367 * gdb.base/coredump-filter.exp
14368 * gdb.base/cursal.exp
14369 * gdb.base/cvexpr.exp
14370 * gdb.base/detach.exp
14371 * gdb.base/display.exp
14372 * gdb.base/dmsym.exp
14373 * gdb.base/dprintf-pending.exp
14374 * gdb.base/dso2dso.exp
14375 * gdb.base/dtrace-probe.exp
14376 * gdb.base/dump.exp
14377 * gdb.base/enum_cond.exp
14378 * gdb.base/exe-lock.exp
14379 * gdb.base/exec-invalid-sysroot.exp
14380 * gdb.base/execl-update-breakpoints.exp
14381 * gdb.base/exprs.exp
14382 * gdb.base/fileio.exp
14383 * gdb.base/find.exp
14384 * gdb.base/finish.exp
14385 * gdb.base/fixsection.exp
14386 * gdb.base/foll-vfork.exp
14387 * gdb.base/frame-args.exp
14388 * gdb.base/gcore.exp
14389 * gdb.base/gdb1250.exp
14390 * gdb.base/global-var-nested-by-dso.exp
14391 * gdb.base/gnu-ifunc.exp
14392 * gdb.base/hashline1.exp
14393 * gdb.base/hashline2.exp
14394 * gdb.base/hashline3.exp
14395 * gdb.base/hbreak-in-shr-unsupported.exp
14396 * gdb.base/huge.exp
14397 * gdb.base/infcall-input.exp
14398 * gdb.base/info-fun.exp
14399 * gdb.base/info-shared.exp
14400 * gdb.base/jit-simple.exp
14401 * gdb.base/jit-so.exp
14402 * gdb.base/jit.exp
14403 * gdb.base/jump.exp
14404 * gdb.base/label.exp
14405 * gdb.base/lineinc.exp
14406 * gdb.base/logical.exp
14407 * gdb.base/longjmp.exp
14408 * gdb.base/macscp.exp
14409 * gdb.base/miscexprs.exp
14410 * gdb.base/new-ui-echo.exp
14411 * gdb.base/new-ui-pending-input.exp
14412 * gdb.base/new-ui.exp
14413 * gdb.base/nodebug.exp
14414 * gdb.base/nofield.exp
14415 * gdb.base/offsets.exp
14416 * gdb.base/overlays.exp
14417 * gdb.base/pending.exp
14418 * gdb.base/pointers.exp
14419 * gdb.base/pr11022.exp
14420 * gdb.base/printcmds.exp
14421 * gdb.base/prologue.exp
14422 * gdb.base/ptr-typedef.exp
14423 * gdb.base/realname-expand.exp
14424 * gdb.base/relativedebug.exp
14425 * gdb.base/relocate.exp
14426 * gdb.base/remote.exp
14427 * gdb.base/reread.exp
14428 * gdb.base/return2.exp
14429 * gdb.base/savedregs.exp
14430 * gdb.base/sep.exp
14431 * gdb.base/sepdebug.exp
14432 * gdb.base/sepsymtab.exp
14433 * gdb.base/set-inferior-tty.exp
14434 * gdb.base/setshow.exp
14435 * gdb.base/shlib-call.exp
14436 * gdb.base/sigaltstack.exp
14437 * gdb.base/siginfo-addr.exp
14438 * gdb.base/signals.exp
14439 * gdb.base/signull.exp
14440 * gdb.base/sigrepeat.exp
14441 * gdb.base/so-impl-ld.exp
14442 * gdb.base/solib-display.exp
14443 * gdb.base/solib-overlap.exp
14444 * gdb.base/solib-search.exp
14445 * gdb.base/solib-symbol.exp
14446 * gdb.base/structs.exp
14447 * gdb.base/structs2.exp
14448 * gdb.base/symtab-search-order.exp
14449 * gdb.base/twice.exp
14450 * gdb.base/unload.exp
14451 * gdb.base/varargs.exp
14452 * gdb.base/watchpoint-solib.exp
14453 * gdb.base/watchpoint.exp
14454 * gdb.base/whatis.exp
14455 * gdb.base/wrong_frame_bt_full.exp
14456 * gdb.btrace/dlopen.exp
14457 * gdb.cell/ea-standalone.exp
14458 * gdb.cell/ea-test.exp
14459 * gdb.cp/dispcxx.exp
14460 * gdb.cp/gdb2384.exp
14461 * gdb.cp/method2.exp
14462 * gdb.cp/nextoverthrow.exp
14463 * gdb.cp/pr10728.exp
14464 * gdb.disasm/am33.exp
14465 * gdb.disasm/h8300s.exp
14466 * gdb.disasm/mn10300.exp
14467 * gdb.disasm/sh3.exp
14468 * gdb.dwarf2/dw2-dir-file-name.exp
14469 * gdb.fortran/complex.exp
14470 * gdb.fortran/library-module.exp
14471 * gdb.guile/scm-pretty-print.exp
14472 * gdb.guile/scm-symbol.exp
14473 * gdb.guile/scm-type.exp
14474 * gdb.guile/scm-value.exp
14475 * gdb.linespec/linespec.exp
14476 * gdb.mi/gdb701.exp
14477 * gdb.mi/gdb792.exp
14478 * gdb.mi/mi-breakpoint-changed.exp
14479 * gdb.mi/mi-dprintf-pending.exp
14480 * gdb.mi/mi-dprintf.exp
14481 * gdb.mi/mi-exit-code.exp
14482 * gdb.mi/mi-pending.exp
14483 * gdb.mi/mi-solib.exp
14484 * gdb.mi/new-ui-mi-sync.exp
14485 * gdb.mi/pr11022.exp
14486 * gdb.mi/user-selected-context-sync.exp
14487 * gdb.opt/solib-intra-step.exp
14488 * gdb.python/py-events.exp
14489 * gdb.python/py-finish-breakpoint.exp
14490 * gdb.python/py-mi.exp
14491 * gdb.python/py-prettyprint.exp
14492 * gdb.python/py-shared.exp
14493 * gdb.python/py-symbol.exp
14494 * gdb.python/py-template.exp
14495 * gdb.python/py-type.exp
14496 * gdb.python/py-value.exp
14497 * gdb.reverse/solib-precsave.exp
14498 * gdb.reverse/solib-reverse.exp
14499 * gdb.server/solib-list.exp
14500 * gdb.stabs/weird.exp
14501 * gdb.threads/reconnect-signal.exp
14502 * gdb.threads/stepi-random-signal.exp
14503 * gdb.trace/actions.exp
14504 * gdb.trace/ax.exp
14505 * gdb.trace/backtrace.exp
14506 * gdb.trace/change-loc.exp
14507 * gdb.trace/deltrace.exp
14508 * gdb.trace/ftrace-lock.exp
14509 * gdb.trace/ftrace.exp
14510 * gdb.trace/infotrace.exp
14511 * gdb.trace/mi-tracepoint-changed.exp
14512 * gdb.trace/packetlen.exp
14513 * gdb.trace/passcount.exp
14514 * gdb.trace/pending.exp
14515 * gdb.trace/range-stepping.exp
14516 * gdb.trace/report.exp
14517 * gdb.trace/stap-trace.exp
14518 * gdb.trace/tfind.exp
14519 * gdb.trace/trace-break.exp
14520 * gdb.trace/trace-condition.exp
14521 * gdb.trace/trace-enable-disable.exp
14522 * gdb.trace/trace-mt.exp
14523 * gdb.trace/tracecmd.exp
14524 * gdb.trace/tspeed.exp
14525 * gdb.trace/tsv.exp
14526 * lib/perftest.exp
14527
fb9feb35
LM
145282016-12-01 Luis Machado <lgustavo@codesourcery.com>
14529
14530 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
14531 with gdb_test_no_output.
14532 Use command as test name.
14533
cd2ddb6c
LM
145342016-12-01 Luis Machado <lgustavo@codesourcery.com>
14535
14536 Fix test names starting with uppercase throughout the files.
14537
14538 * gdb.ada/assign_1.exp
14539 * gdb.ada/boolean_expr.exp
14540 * gdb.base/arrayidx.exp
14541 * gdb.base/del.exp
14542 * gdb.base/gcore-buffer-overflow.exp
14543 * gdb.base/testenv.exp
14544 * gdb.compile/compile.exp
14545 * gdb.python/py-framefilter-invalidarg.exp
14546 * gdb.python/py-framefilter.exp
14547
bb95117e
LM
145482016-12-01 Luis Machado <lgustavo@codesourcery.com>
14549
14550 Fix test names starting with uppercase throughout the files.
14551
14552 * gdb.ada/array_return.exp
14553 * gdb.ada/expr_delims.exp
14554 * gdb.ada/mi_dyn_arr.exp
14555 * gdb.ada/mi_interface.exp
14556 * gdb.ada/mi_var_array.exp
14557 * gdb.ada/watch_arg.exp
14558 * gdb.arch/alpha-step.exp
14559 * gdb.arch/altivec-regs.exp
14560 * gdb.arch/e500-regs.exp
14561 * gdb.arch/powerpc-d128-regs.exp
14562 * gdb.base/arrayidx.exp
14563 * gdb.base/break.exp
14564 * gdb.base/checkpoint.exp
14565 * gdb.base/debug-expr.exp
14566 * gdb.base/dmsym.exp
14567 * gdb.base/radix.exp
14568 * gdb.base/sepdebug.exp
14569 * gdb.base/testenv.exp
14570 * gdb.base/watch_thread_num.exp
14571 * gdb.base/watchpoint-cond-gone.exp
14572 * gdb.cell/break.exp
14573 * gdb.cell/ea-cache.exp
14574 * gdb.compile/compile.exp
14575 * gdb.cp/gdb2495.exp
14576 * gdb.gdb/selftest.exp
14577 * gdb.gdb/xfullpath.exp
14578 * gdb.go/hello.exp
14579 * gdb.go/integers.exp
14580 * gdb.objc/basicclass.exp
14581 * gdb.pascal/hello.exp
14582 * gdb.pascal/integers.exp
14583 * gdb.python/py-breakpoint.exp
14584 * gdb.python/py-cmd.exp
14585 * gdb.python/py-linetable.exp
14586 * gdb.python/py-xmethods.exp
14587 * gdb.python/python.exp
14588 * gdb.reverse/consecutive-precsave.exp
14589 * gdb.reverse/finish-precsave.exp
14590 * gdb.reverse/i386-precsave.exp
14591 * gdb.reverse/machinestate-precsave.exp
14592 * gdb.reverse/sigall-precsave.exp
14593 * gdb.reverse/solib-precsave.exp
14594 * gdb.reverse/step-precsave.exp
14595 * gdb.reverse/until-precsave.exp
14596 * gdb.reverse/watch-precsave.exp
14597 * gdb.threads/leader-exit.exp
14598 * gdb.threads/pthreads.exp
14599 * gdb.threads/wp-replication.exp
14600 * gdb.trace/actions.exp
14601 * gdb.trace/mi-tsv-changed.exp
14602 * gdb.trace/tsv.exp
14603
de97fdd4
LM
146042016-12-01 Luis Machado <lgustavo@codesourcery.com>
14605
14606 Fix test names starting with uppercase throughout the files.
14607
14608 * gdb.arch/i386-bp_permanent.exp
14609 * gdb.arch/i386-gnu-cfi.exp
14610 * gdb.base/disasm-end-cu.exp
14611 * gdb.base/macscp.exp
14612 * gdb.base/pending.exp
14613 * gdb.base/watch_thread_num.exp
14614 * gdb.cp/exception.exp
14615 * gdb.cp/gdb2495.exp
14616 * gdb.cp/local.exp
14617 * gdb.python/py-evsignal.exp
14618 * gdb.python/python.exp
14619 * gdb.trace/tracecmd.exp
14620
9f058c10
LM
146212016-12-01 Luis Machado <lgustavo@codesourcery.com>
14622
14623 Fix test names starting with uppercase throughout the files.
14624
14625 * gdb.base/charset.exp
14626 * gdb.base/eval.exp
14627 * gdb.base/multi-forks.exp
14628 * gdb.guile/scm-progspace.exp
14629 * gdb.opencl/datatypes.exp
14630 * gdb.python/py-block.exp
14631 * gdb.python/py-function.exp
14632 * gdb.python/py-symbol.exp
14633 * gdb.python/py-symtab.exp
14634 * gdb.python/py-xmethods.exp
14635 * gdb.reverse/break-precsave.exp
14636 * gdb.reverse/break-reverse.exp
14637 * gdb.reverse/consecutive-precsave.exp
14638 * gdb.reverse/consecutive-reverse.exp
14639 * gdb.reverse/finish-precsave.exp
14640 * gdb.reverse/finish-reverse-bkpt.exp
14641 * gdb.reverse/finish-reverse.exp
14642 * gdb.reverse/fstatat-reverse.exp
14643 * gdb.reverse/getresuid-reverse.exp
14644 * gdb.reverse/i386-precsave.exp
14645 * gdb.reverse/i386-reverse.exp
14646 * gdb.reverse/i386-sse-reverse.exp
14647 * gdb.reverse/i387-stack-reverse.exp
14648 * gdb.reverse/insn-reverse.exp
14649 * gdb.reverse/machinestate-precsave.exp
14650 * gdb.reverse/machinestate.exp
14651 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14652 * gdb.reverse/pipe-reverse.exp
14653 * gdb.reverse/readv-reverse.exp
14654 * gdb.reverse/recvmsg-reverse.exp
14655 * gdb.reverse/rerun-prec.exp
14656 * gdb.reverse/s390-mvcle.exp
14657 * gdb.reverse/sigall-precsave.exp
14658 * gdb.reverse/sigall-reverse.exp
14659 * gdb.reverse/solib-precsave.exp
14660 * gdb.reverse/solib-reverse.exp
14661 * gdb.reverse/step-precsave.exp
14662 * gdb.reverse/step-reverse.exp
14663 * gdb.reverse/time-reverse.exp
14664 * gdb.reverse/until-precsave.exp
14665 * gdb.reverse/until-reverse.exp
14666 * gdb.reverse/waitpid-reverse.exp
14667 * gdb.reverse/watch-precsave.exp
14668 * gdb.reverse/watch-reverse.exp
14669
cdc7edd7
LM
146702016-12-01 Luis Machado <lgustavo@codesourcery.com>
14671
14672 Fix test names starting with uppercase throughout the files.
14673
14674 * gdb.arch/i386-mpx-simple_segv.exp
14675 * gdb.arch/i386-mpx.exp
14676 * gdb.arch/i386-permbkpt.exp
14677 * gdb.arch/pa-nullify.exp
14678 * gdb.arch/powerpc-d128-regs.exp
14679 * gdb.arch/vsx-regs.exp
14680 * gdb.base/bfp-test.exp
14681 * gdb.base/break.exp
14682 * gdb.base/breakpoint-shadow.exp
14683 * gdb.base/callfuncs.exp
14684 * gdb.base/charset.exp
14685 * gdb.base/commands.exp
14686 * gdb.base/completion.exp
14687 * gdb.base/dfp-test.exp
14688 * gdb.base/echo.exp
14689 * gdb.base/ending-run.exp
14690 * gdb.base/eval.exp
14691 * gdb.base/expand-psymtabs.exp
14692 * gdb.base/float128.exp
14693 * gdb.base/floatn.exp
14694 * gdb.base/foll-exec-mode.exp
14695 * gdb.base/gdb1056.exp
14696 * gdb.base/gdb11531.exp
14697 * gdb.base/kill-after-signal.exp
14698 * gdb.base/multi-forks.exp
14699 * gdb.base/overlays.exp
14700 * gdb.base/pending.exp
14701 * gdb.base/sepdebug.exp
14702 * gdb.base/testenv.exp
14703 * gdb.base/valgrind-db-attach.exp
14704 * gdb.base/watch_thread_num.exp
14705 * gdb.base/watchpoint-cond-gone.exp
14706 * gdb.base/watchpoint.exp
14707 * gdb.base/watchpoints.exp
14708 * gdb.cp/arg-reference.exp
14709 * gdb.cp/baseenum.exp
14710 * gdb.cp/operator.exp
14711 * gdb.cp/shadow.exp
14712 * gdb.dwarf2/dw2-op-out-param.exp
14713 * gdb.dwarf2/dw2-reg-undefined.exp
14714 * gdb.go/chan.exp
14715 * gdb.go/hello.exp
14716 * gdb.go/integers.exp
14717 * gdb.go/methods.exp
14718 * gdb.go/package.exp
14719 * gdb.guile/scm-parameter.exp
14720 * gdb.guile/scm-progspace.exp
14721 * gdb.guile/scm-value.exp
14722 * gdb.mi/mi-pending.exp
14723 * gdb.mi/user-selected-context-sync.exp
14724 * gdb.multi/multi-attach.exp
14725 * gdb.multi/tids.exp
14726 * gdb.opt/clobbered-registers-O2.exp
14727 * gdb.pascal/floats.exp
14728 * gdb.pascal/integers.exp
14729 * gdb.python/py-block.exp
14730 * gdb.python/py-events.exp
14731 * gdb.python/py-parameter.exp
14732 * gdb.python/py-symbol.exp
14733 * gdb.python/py-symtab.exp
14734 * gdb.python/py-type.exp
14735 * gdb.python/py-value.exp
14736 * gdb.python/py-xmethods.exp
14737 * gdb.python/python.exp
14738 * gdb.reverse/break-precsave.exp
14739 * gdb.reverse/consecutive-precsave.exp
14740 * gdb.reverse/finish-precsave.exp
14741 * gdb.reverse/i386-precsave.exp
14742 * gdb.reverse/machinestate-precsave.exp
14743 * gdb.reverse/sigall-precsave.exp
14744 * gdb.reverse/solib-precsave.exp
14745 * gdb.reverse/step-precsave.exp
14746 * gdb.reverse/until-precsave.exp
14747 * gdb.reverse/watch-precsave.exp
14748 * gdb.server/ext-attach.exp
14749 * gdb.server/ext-restart.exp
14750 * gdb.server/ext-run.exp
14751 * gdb.server/ext-wrapper.exp
14752 * gdb.stabs/gdb11479.exp
14753 * gdb.stabs/weird.exp
14754 * gdb.threads/attach-many-short-lived-threads.exp
14755 * gdb.threads/kill.exp
14756 * gdb.threads/watchpoint-fork.exp
14757
bc6c7af4
LM
147582016-12-01 Luis Machado <lgustavo@codesourcery.com>
14759
14760 Fix test names starting with uppercase throughout all the files below.
14761
14762 * gdb.ada/array_return.exp
14763 * gdb.ada/catch_ex.exp
14764 * gdb.ada/info_exc.exp
14765 * gdb.ada/mi_catch_ex.exp
14766 * gdb.ada/mi_dyn_arr.exp
14767 * gdb.ada/mi_ex_cond.exp
14768 * gdb.ada/mi_exc_info.exp
14769 * gdb.ada/mi_interface.exp
14770 * gdb.ada/mi_task_arg.exp
14771 * gdb.ada/mi_task_info.exp
14772 * gdb.ada/mi_var_array.exp
14773 * gdb.arch/alpha-step.exp
14774 * gdb.arch/amd64-disp-step.exp
14775 * gdb.arch/arm-disp-step.exp
14776 * gdb.arch/disp-step-insn-reloc.exp
14777 * gdb.arch/e500-prologue.exp
14778 * gdb.arch/ftrace-insn-reloc.exp
14779 * gdb.arch/gdb1558.exp
14780 * gdb.arch/i386-bp_permanent.exp
14781 * gdb.arch/i386-disp-step.exp
14782 * gdb.arch/i386-float.exp
14783 * gdb.arch/i386-gnu-cfi.exp
14784 * gdb.arch/ia64-breakpoint-shadow.exp
14785 * gdb.arch/mips16-thunks.exp
14786 * gdb.arch/pa-nullify.exp
14787 * gdb.arch/powerpc-aix-prologue.exp
14788 * gdb.arch/powerpc-power.exp
14789 * gdb.arch/ppc-dfp.exp
14790 * gdb.arch/s390-tdbregs.exp
14791 * gdb.arch/spu-info.exp
14792 * gdb.arch/spu-ls.exp
14793 * gdb.arch/thumb-bx-pc.exp
14794 * gdb.base/advance.exp
14795 * gdb.base/annota-input-while-running.exp
14796 * gdb.base/arrayidx.exp
14797 * gdb.base/asmlabel.exp
14798 * gdb.base/async.exp
14799 * gdb.base/attach-wait-input.exp
14800 * gdb.base/auto-connect-native-target.exp
14801 * gdb.base/batch-preserve-term-settings.exp
14802 * gdb.base/bfp-test.exp
14803 * gdb.base/bigcore.exp
14804 * gdb.base/bp-permanent.exp
14805 * gdb.base/break-always.exp
14806 * gdb.base/break-fun-addr.exp
14807 * gdb.base/break-idempotent.exp
14808 * gdb.base/break-main-file-remove-fail.exp
14809 * gdb.base/break-probes.exp
14810 * gdb.base/break-unload-file.exp
14811 * gdb.base/break.exp
14812 * gdb.base/call-ar-st.exp
14813 * gdb.base/call-rt-st.exp
14814 * gdb.base/call-sc.exp
14815 * gdb.base/call-signal-resume.exp
14816 * gdb.base/call-strs.exp
14817 * gdb.base/callexit.exp
14818 * gdb.base/callfuncs.exp
14819 * gdb.base/catch-gdb-caused-signals.exp
14820 * gdb.base/catch-signal-siginfo-cond.exp
14821 * gdb.base/catch-syscall.exp
14822 * gdb.base/compare-sections.exp
14823 * gdb.base/cond-eval-mode.exp
14824 * gdb.base/condbreak-call-false.exp
14825 * gdb.base/consecutive-step-over.exp
14826 * gdb.base/cursal.exp
14827 * gdb.base/disabled-location.exp
14828 * gdb.base/disasm-end-cu.exp
14829 * gdb.base/display.exp
14830 * gdb.base/double-prompt-target-event-error.exp
14831 * gdb.base/dprintf-bp-same-addr.exp
14832 * gdb.base/dprintf-detach.exp
14833 * gdb.base/dprintf-next.exp
14834 * gdb.base/dprintf-non-stop.exp
14835 * gdb.base/dprintf-pending.exp
14836 * gdb.base/dso2dso.exp
14837 * gdb.base/ending-run.exp
14838 * gdb.base/enum_cond.exp
14839 * gdb.base/examine-backward.exp
14840 * gdb.base/exe-lock.exp
14841 * gdb.base/exec-invalid-sysroot.exp
14842 * gdb.base/execl-update-breakpoints.exp
14843 * gdb.base/execution-termios.exp
14844 * gdb.base/fileio.exp
14845 * gdb.base/fixsection.exp
14846 * gdb.base/foll-exec-mode.exp
14847 * gdb.base/foll-exec.exp
14848 * gdb.base/fork-running-state.exp
14849 * gdb.base/frame-args.exp
14850 * gdb.base/fullpath-expand.exp
14851 * gdb.base/func-ptr.exp
14852 * gdb.base/gcore-relro-pie.exp
14853 * gdb.base/gdb1090.exp
14854 * gdb.base/gdb1555.exp
14855 * gdb.base/global-var-nested-by-dso.exp
14856 * gdb.base/gnu-ifunc.exp
14857 * gdb.base/hbreak-in-shr-unsupported.exp
14858 * gdb.base/hbreak-unmapped.exp
14859 * gdb.base/hook-stop.exp
14860 * gdb.base/infcall-input.exp
14861 * gdb.base/info-fun.exp
14862 * gdb.base/info-shared.exp
14863 * gdb.base/interrupt-noterm.exp
14864 * gdb.base/jit-so.exp
14865 * gdb.base/jit.exp
14866 * gdb.base/line-symtabs.exp
14867 * gdb.base/list.exp
14868 * gdb.base/longjmp.exp
14869 * gdb.base/macscp.exp
14870 * gdb.base/max-value-size.exp
14871 * gdb.base/nodebug.exp
14872 * gdb.base/nofield.exp
14873 * gdb.base/overlays.exp
14874 * gdb.base/paginate-after-ctrl-c-running.exp
14875 * gdb.base/paginate-bg-execution.exp
14876 * gdb.base/paginate-inferior-exit.exp
14877 * gdb.base/pending.exp
14878 * gdb.base/pr11022.exp
14879 * gdb.base/printcmds.exp
14880 * gdb.base/ptr-typedef.exp
14881 * gdb.base/ptype.exp
14882 * gdb.base/randomize.exp
14883 * gdb.base/range-stepping.exp
14884 * gdb.base/realname-expand.exp
14885 * gdb.base/relativedebug.exp
14886 * gdb.base/remote.exp
14887 * gdb.base/savedregs.exp
14888 * gdb.base/sepdebug.exp
14889 * gdb.base/set-noassign.exp
14890 * gdb.base/shlib-call.exp
14891 * gdb.base/shreloc.exp
14892 * gdb.base/sigaltstack.exp
14893 * gdb.base/sigbpt.exp
14894 * gdb.base/siginfo-addr.exp
14895 * gdb.base/siginfo-obj.exp
14896 * gdb.base/siginfo-thread.exp
14897 * gdb.base/signest.exp
14898 * gdb.base/signull.exp
14899 * gdb.base/sigrepeat.exp
14900 * gdb.base/skip.exp
14901 * gdb.base/so-impl-ld.exp
14902 * gdb.base/solib-corrupted.exp
14903 * gdb.base/solib-disc.exp
14904 * gdb.base/solib-display.exp
14905 * gdb.base/solib-overlap.exp
14906 * gdb.base/solib-search.exp
14907 * gdb.base/solib-symbol.exp
14908 * gdb.base/source-execution.exp
14909 * gdb.base/sss-bp-on-user-bp-2.exp
14910 * gdb.base/sss-bp-on-user-bp.exp
14911 * gdb.base/stack-checking.exp
14912 * gdb.base/stale-infcall.exp
14913 * gdb.base/step-break.exp
14914 * gdb.base/step-line.exp
14915 * gdb.base/step-over-exit.exp
14916 * gdb.base/step-test.exp
14917 * gdb.base/structs.exp
14918 * gdb.base/sym-file.exp
14919 * gdb.base/symtab-search-order.exp
14920 * gdb.base/term.exp
14921 * gdb.base/type-opaque.exp
14922 * gdb.base/unload.exp
14923 * gdb.base/until-nodebug.exp
14924 * gdb.base/until.exp
14925 * gdb.base/unwindonsignal.exp
14926 * gdb.base/watch-cond.exp
14927 * gdb.base/watch-non-mem.exp
14928 * gdb.base/watch_thread_num.exp
14929 * gdb.base/watchpoint-reuse-slot.exp
14930 * gdb.base/watchpoint-solib.exp
14931 * gdb.base/watchpoint.exp
14932 * gdb.btrace/dlopen.exp
14933 * gdb.cell/arch.exp
14934 * gdb.cell/break.exp
14935 * gdb.cell/bt.exp
14936 * gdb.cell/core.exp
14937 * gdb.cell/data.exp
14938 * gdb.cell/dwarfaddr.exp
14939 * gdb.cell/ea-cache.exp
14940 * gdb.cell/ea-standalone.exp
14941 * gdb.cell/ea-test.exp
14942 * gdb.cell/f-regs.exp
14943 * gdb.cell/fork.exp
14944 * gdb.cell/gcore.exp
14945 * gdb.cell/mem-access.exp
14946 * gdb.cell/ptype.exp
14947 * gdb.cell/registers.exp
14948 * gdb.cell/sizeof.exp
14949 * gdb.cell/solib-symbol.exp
14950 * gdb.cell/solib.exp
14951 * gdb.compile/compile-tls.exp
14952 * gdb.cp/exception.exp
14953 * gdb.cp/gdb2495.exp
14954 * gdb.cp/local.exp
14955 * gdb.cp/mb-inline.exp
14956 * gdb.cp/mb-templates.exp
14957 * gdb.cp/pr10687.exp
14958 * gdb.cp/pr9167.exp
14959 * gdb.cp/scope-err.exp
14960 * gdb.cp/templates.exp
14961 * gdb.cp/virtfunc.exp
14962 * gdb.dwarf2/dw2-dir-file-name.exp
14963 * gdb.dwarf2/dw2-single-line-discriminators.exp
14964 * gdb.fortran/complex.exp
14965 * gdb.fortran/library-module.exp
14966 * gdb.guile/guile.exp
14967 * gdb.guile/scm-cmd.exp
14968 * gdb.guile/scm-frame-inline.exp
14969 * gdb.guile/scm-objfile.exp
14970 * gdb.guile/scm-pretty-print.exp
14971 * gdb.guile/scm-symbol.exp
14972 * gdb.guile/scm-type.exp
14973 * gdb.guile/scm-value.exp
14974 * gdb.linespec/keywords.exp
14975 * gdb.linespec/ls-errs.exp
14976 * gdb.linespec/macro-relative.exp
14977 * gdb.linespec/thread.exp
14978 * gdb.mi/mi-breakpoint-changed.exp
14979 * gdb.mi/mi-dprintf-pending.exp
14980 * gdb.mi/mi-fullname-deleted.exp
14981 * gdb.mi/mi-logging.exp
14982 * gdb.mi/mi-pending.exp
14983 * gdb.mi/mi-solib.exp
14984 * gdb.mi/new-ui-mi-sync.exp
14985 * gdb.mi/user-selected-context-sync.exp
14986 * gdb.multi/dummy-frame-restore.exp
14987 * gdb.multi/multi-arch-exec.exp
14988 * gdb.multi/remove-inferiors.exp
14989 * gdb.multi/watchpoint-multi-exit.exp
14990 * gdb.opt/solib-intra-step.exp
14991 * gdb.perf/backtrace.exp
14992 * gdb.perf/single-step.exp
14993 * gdb.perf/skip-command.exp
14994 * gdb.perf/skip-prologue.exp
14995 * gdb.perf/solib.exp
14996 * gdb.python/lib-types.exp
14997 * gdb.python/py-as-string.exp
14998 * gdb.python/py-bad-printers.exp
14999 * gdb.python/py-block.exp
15000 * gdb.python/py-breakpoint.exp
15001 * gdb.python/py-cmd.exp
15002 * gdb.python/py-events.exp
15003 * gdb.python/py-evthreads.exp
15004 * gdb.python/py-finish-breakpoint.exp
15005 * gdb.python/py-finish-breakpoint2.exp
15006 * gdb.python/py-frame-inline.exp
15007 * gdb.python/py-frame.exp
15008 * gdb.python/py-inferior.exp
15009 * gdb.python/py-infthread.exp
15010 * gdb.python/py-mi.exp
15011 * gdb.python/py-objfile.exp
15012 * gdb.python/py-pp-maint.exp
15013 * gdb.python/py-pp-registration.exp
15014 * gdb.python/py-prettyprint.exp
15015 * gdb.python/py-recurse-unwind.exp
15016 * gdb.python/py-shared.exp
15017 * gdb.python/py-symbol.exp
15018 * gdb.python/py-symtab.exp
15019 * gdb.python/py-template.exp
15020 * gdb.python/py-type.exp
15021 * gdb.python/py-unwind-maint.exp
15022 * gdb.python/py-unwind.exp
15023 * gdb.python/py-value.exp
15024 * gdb.python/python.exp
15025 * gdb.reverse/finish-reverse-bkpt.exp
15026 * gdb.reverse/insn-reverse.exp
15027 * gdb.reverse/next-reverse-bkpt-over-sr.exp
15028 * gdb.reverse/solib-precsave.exp
15029 * gdb.reverse/solib-reverse.exp
15030 * gdb.stabs/gdb11479.exp
15031 * gdb.stabs/weird.exp
15032 * gdb.threads/fork-child-threads.exp
15033 * gdb.threads/fork-plus-threads.exp
15034 * gdb.threads/fork-thread-pending.exp
15035 * gdb.threads/forking-threads-plus-breakpoint.exp
15036 * gdb.threads/hand-call-in-threads.exp
15037 * gdb.threads/interrupted-hand-call.exp
15038 * gdb.threads/linux-dp.exp
15039 * gdb.threads/local-watch-wrong-thread.exp
15040 * gdb.threads/next-while-other-thread-longjmps.exp
15041 * gdb.threads/non-ldr-exit.exp
15042 * gdb.threads/pending-step.exp
15043 * gdb.threads/print-threads.exp
15044 * gdb.threads/process-dies-while-detaching.exp
15045 * gdb.threads/process-dies-while-handling-bp.exp
15046 * gdb.threads/pthreads.exp
15047 * gdb.threads/queue-signal.exp
15048 * gdb.threads/reconnect-signal.exp
15049 * gdb.threads/signal-command-handle-nopass.exp
15050 * gdb.threads/signal-command-multiple-signals-pending.exp
15051 * gdb.threads/signal-delivered-right-thread.exp
15052 * gdb.threads/signal-sigtrap.exp
15053 * gdb.threads/sigthread.exp
15054 * gdb.threads/staticthreads.exp
15055 * gdb.threads/stepi-random-signal.exp
15056 * gdb.threads/thread-unwindonsignal.exp
15057 * gdb.threads/thread_check.exp
15058 * gdb.threads/thread_events.exp
15059 * gdb.threads/tid-reuse.exp
15060 * gdb.threads/tls-nodebug.exp
15061 * gdb.threads/tls-shared.exp
15062 * gdb.threads/tls-so_extern.exp
15063 * gdb.threads/tls.exp
15064 * gdb.threads/wp-replication.exp
15065 * gdb.trace/actions-changed.exp
15066 * gdb.trace/actions.exp
15067 * gdb.trace/backtrace.exp
15068 * gdb.trace/change-loc.exp
15069 * gdb.trace/collection.exp
15070 * gdb.trace/deltrace.exp
15071 * gdb.trace/disconnected-tracing.exp
15072 * gdb.trace/entry-values.exp
15073 * gdb.trace/ftrace-lock.exp
15074 * gdb.trace/ftrace.exp
15075 * gdb.trace/infotrace.exp
15076 * gdb.trace/mi-trace-frame-collected.exp
15077 * gdb.trace/mi-trace-unavailable.exp
15078 * gdb.trace/mi-traceframe-changed.exp
15079 * gdb.trace/mi-tracepoint-changed.exp
15080 * gdb.trace/mi-tsv-changed.exp
15081 * gdb.trace/no-attach-trace.exp
15082 * gdb.trace/packetlen.exp
15083 * gdb.trace/passc-dyn.exp
15084 * gdb.trace/passcount.exp
15085 * gdb.trace/pending.exp
15086 * gdb.trace/pr16508.exp
15087 * gdb.trace/qtro.exp
15088 * gdb.trace/range-stepping.exp
15089 * gdb.trace/read-memory.exp
15090 * gdb.trace/report.exp
15091 * gdb.trace/save-trace.exp
15092 * gdb.trace/signal.exp
15093 * gdb.trace/stap-trace.exp
15094 * gdb.trace/status-stop.exp
15095 * gdb.trace/strace.exp
15096 * gdb.trace/tfile.exp
15097 * gdb.trace/tfind.exp
15098 * gdb.trace/trace-break.exp
15099 * gdb.trace/trace-condition.exp
15100 * gdb.trace/trace-enable-disable.exp
15101 * gdb.trace/trace-mt.exp
15102 * gdb.trace/tracecmd.exp
15103 * gdb.trace/tracefile-pseudo-reg.exp
15104 * gdb.trace/tspeed.exp
15105 * gdb.trace/tstatus.exp
15106 * gdb.trace/tsv.exp
15107 * gdb.trace/unavailable.exp
15108 * gdb.trace/while-dyn.exp
15109 * gdb.trace/while-stepping.exp
15110 * lib/gdb-guile.exp
15111 * lib/gdb.exp
15112 * lib/mi-support.exp
15113 * lib/pascal.exp
15114 * lib/perftest.exp
15115 * lib/prelink-support.exp
15116 * lib/selftest-support.exp
15117
ad02e4fe
SM
151182016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
15119
15120 * Makefile.in: Include disable-implicit-rules.mk.
15121
22347e55
AA
151222016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15123
15124 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
15125 non-byte-aligned bit fields.
15126
da5b30da
AA
151272016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
15128
15129 PR gdb/12616
15130 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
15131 respects the DW_AT_data_bit_offset attribute.
15132
b593ecca
SM
151332016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
15134
15135 * gdb.base/default.exp: Fix output of "set language".
15136
3b165252
SM
151372016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
15138
15139 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
15140 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
15141 make.
15142 * configure.ac: Remove checks for the make program.
15143 * configure: Re-generate.
15144
1a2f3d7f
KB
151452016-11-16 Kevin Buettner <kevinb@redhat.com>
15146
15147 * gdb.python/py-recurse-unwind.c (main): Add loop.
15148 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
15149 to read_register() and gdb.parse_and_eval(). Make each code
15150 call a separate case that can be individually tested.
15151 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
15152 proc. Call cont_and_backtrace for each of the code paths that
15153 we want to test in the unwinder.
15154
b7f38fda
AA
151552016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
15156
15157 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
15158 the definition of struct S.
15159
1f8db343
CM
151602016-11-11 Catherine Moore <clm@codesourcery.com>
15161
15162 * gdb.base/dump.exp: Identify verilog format dump tests as such.
15163
fad0c9fb
PA
151642016-11-09 Pedro Alves <palves@redhat.com>
15165
15166 * gdb.base/commands.exp (runto_or_return): New procedure.
15167 (gdbvar_simple_if_test, gdbvar_simple_while_test)
15168 (gdbvar_complex_if_while_test, progvar_simple_if_test)
15169 (progvar_simple_while_test, progvar_complex_if_while_test)
15170 (if_while_breakpoint_command_test)
15171 (infrun_breakpoint_command_test, breakpoint_command_test)
15172 (user_defined_command_test, watchpoint_command_test)
15173 (test_command_prompt_position, redefine_hook_test)
15174 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
15175 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
15176 multi_line_input and multi_line. Remove gdb_expect and
15177 gdb_stop_suppressing_tests uses.
15178 * lib/gdb.exp (valnum_re): New global.
15179 (multi_line_input): New procedure.
15180
8354c62c
SM
151812016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
15182
15183 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
15184 Remove.
15185 (test_setup): Define with proc_with_prefix.
15186 (test_cli_inferior): Likewise.
15187 (test_cli_thread): Likewise.
15188 (test_cli_frame): Likewise.
15189 (test_cli_select_frame): Likewise.
15190 (test_cli_up_down): Likewise.
15191 (test_mi_thread_select): Likewise.
15192 (test_mi_stack_select_frame): Likewise.
15193 (test_cli_in_mi_inferior): Likewise.
15194 (test_cli_in_mi_thread): Likewise.
15195 (test_cli_in_mi_frame): Likewise.
15196 (top level): Do not use with_test_prefix_procname.
15197
64f367a2
PA
151982016-11-09 Pedro Alves <palves@redhat.com>
15199
15200 * gdb.base/commands.exp (gdbvar_simple_if_test)
15201 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
15202 (progvar_simple_if_test, progvar_simple_while_test)
15203 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
15204 (infrun_breakpoint_command_test, breakpoint_command_test)
15205 (user_defined_command_test, watchpoint_command_test)
15206 (test_command_prompt_position, deprecated_command_test)
15207 (bp_deleted_in_command, temporary_breakpoint_commands)
15208 (stray_arg0_test, source_file_with_indented_comment)
15209 (recursive_source_test, if_commands_test)
15210 (error_clears_commands_left, redefine_hook_test)
15211 (redefine_backtrace_test): Use proc_with_prefix.
15212 * lib/gdb.exp (proc_with_prefix): New proc.
15213
0bb65f1e
AA
152142016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15215
15216 * gdb.base/tui-layout.c: New file.
15217 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
15218 disassembly window contains very long lines.
15219
7353f247
TT
152202016-11-08 Tom Tromey <tom@tromey.com>
15221
15222 * gdb.python/py-value.exp (test_value_creation): Make "long" test
15223 depend on Python 2.
15224
30a7bb83
TT
152252016-11-08 Tom Tromey <tom@tromey.com>
15226
15227 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
15228 New method.
15229
cdf5a07c
MG
152302016-10-29 Manish Goregaokar <manish@mozilla.com>
15231
2806dc7e 15232 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 15233
51a789c3
MG
152342016-10-27 Manish Goregaokar <manish@mozilla.com>
15235
2806dc7e
PA
15236 * gdb.rust/simple.rs: Add test for univariant enums without
15237 discriminants and for encoded struct-like enums.
51a789c3 15238
f610ab6d
PA
152392016-10-28 Pedro Alves <palves@redhat.com>
15240
15241 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
15242 gdb_test_multiple, tighten regexps and match symtabs and line
15243 tables incrementally.
15244
b129b0ca
LM
152452016-10-28 Luis Machado <lgustavo@codesourcery.com>
15246
15247 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
15248 general.
15249
ecf45d2c
SL
152502016-10-25 Luis Machado <lgustavo@codesourcery.com>
15251
15252 * gdb.base/exec-invalid-sysroot.exp: New file.
15253
b8d38ee4
JK
152542016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15255
15256 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
15257
f90fd8c2
JK
152582016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15259
15260 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
15261
2d2476aa
MR
152622016-10-19 Maciej W. Rozycki <macro@imgtec.com>
15263
2806dc7e
PA
15264 * gdb.base/killed-outside.exp: Remove $options from a call to
15265 `prepare_for_testing'.
2d2476aa 15266
e42b25a0
SM
152672016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15268
15269 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15270 Change test message.
15271
3ccdb432
SM
152722016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15273
15274 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
15275 Update comment.
15276
5bad3170
SM
152772016-10-17 Simon Marchi <simon.marchi@ericsson.com>
15278
15279 * gdb.trace/mi-trace-save.exp: New file.
15280
5ad9dba7
YQ
152812016-10-13 Yao Qi <yao.qi@linaro.org>
15282
15283 * gdb.base/code_elim.exp (get_var_address): Remove.
15284 * gdb.base/relocate.exp: Likewise.
15285 * gdb.base/shreloc.exp: Likewise.
15286 * lib/gdb.exp (get_var_address): New.
15287
62df7e21
YQ
152882016-10-13 Yao Qi <yao.qi@linaro.org>
15289
15290 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
15291 floating point tests if $skip_float_test is false.
15292
4dac951e
LM
152932016-10-12 Luis Machado <lgustavo@codesourcery.com>
15294
15295 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
15296 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
15297 argc values.
15298 Add 1 to argc so we guarantee distinct initial/modified argc values.
15299
8f1a8fc4
JK
153002016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15301
15302 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
15303
16c85b5d
JK
153042016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15305
15306 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
15307 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
15308 * gdb.arch/vsx-regs.exp: Likewise.
15309
1d0e042a
YQ
153102016-10-07 Yao Qi <yao.qi@linaro.org>
15311
15312 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
15313
68dadef5
MM
153142016-10-07 Markus Metzger <markus.t.metzger@intel.com>
15315
15316 * gdb.python/python.exp: Test decode_line("*0").
15317
33fa2c6e
DE
153182016-10-06 Doug Evans <dje@google.com>
15319
15320 * gdb.python/py-value.exp (test_value_creation): Add test for large
15321 unsigned 64-bit value.
15322
9c37b5ae
TT
153232016-10-06 Tom Tromey <tom@tromey.com>
15324
15325 * gdb.compile/compile.exp: Change java tests to rust.
15326 * gdb.base/setshow.exp: Change java tests to rust.
15327 * gdb.base/default.exp: Remove java from language list.
15328 * README (Examples): Update language example.
15329 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
15330 test.
15331 * lib/gdb.exp (skip_java_tests): Remove.
15332 * lib/java.exp: Remove.
15333 * gdb.java: Remove.
15334
78b86327
MR
153352016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15336
15337 * gdb.arch/mips-fcr.exp: New test.
15338 * gdb.arch/mips-fcr.c: Source for the new test.
15339
7470adbb
MR
153402016-10-06 Maciej W. Rozycki <macro@imgtec.com>
15341
15342 * gdb.base/solib-disc.exp: Use `standard_output_file'
15343 throughout.
15344
4a556533
PA
153452016-10-06 Pedro Alves <palves@redhat.com>
15346
15347 * gdb.base/jit-simple-dl.c: New file.
15348 * gdb.base/jit-simple-jit.c: New file, factored out from ...
15349 * gdb.base/jit-simple.c: ... this.
15350 * gdb.base/jit-simple.exp (jit_run): Delete.
15351 (build_jit): New proc.
15352 (jit_test_reread): Recompile either the main program or the shared
15353 library, depending on what is being tested. Skip changing address
15354 if caller wants to. Compare before/after addresses. If testing
15355 standalone, explicitly load the binary. Test "maint info
15356 breakpoints".
15357 (top level): Add "standalone vs shared lib" and "change address"
15358 vs "same address" axes.
15359
5a122fbc
PA
153602016-10-06 Pedro Alves <palves@redhat.com>
15361
15362 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
15363 call.
15364 (jit_run): Delete.
15365 (jit_test_reread): Use with_test_prefix. Reload the main binary
15366 explicitly. Compare the before/after addresses of the JIT
15367 descriptor.
15368
ee8da4b8
DE
153692016-08-15 Doug Evans <dje@google.com>
15370
15371 * gdb.xml/extra-regs.xml: Update, end field now required, default type
15372 for single bitfields is bool.
15373 * gdb.xml/tdesc-regs.exp: Ditto.
15374
f389f6fe
JK
153752016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
15376
15377 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
15378
fdebf1a4
YQ
153792016-10-05 Yao Qi <yao.qi@linaro.org>
15380
15381 * lib/gdb.exp (support_complex_tests): Return zero if
15382 gdb_skip_float_test return true.
15383
9c36d954 153842016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 15385 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
15386
15387 PR gdb/20487
15388 * gdb.mi/user-selected-context-sync.exp: New file.
15389 * gdb.mi/user-selected-context-sync.c: New file.
15390
4034d0ff 153912016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 15392 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
15393
15394 PR gdb/20487
15395 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
15396 =thread-select-event check.
15397
a4297203
PB
153982016-09-29 Peter Bergner <bergner@vnet.ibm.com>
15399
15400 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
15401 the compulsory L operand changes.
15402 * gdb.arch/powerpc-power.s: Likewise.
15403
bb805577
JK
154042016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15405
15406 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
15407 * gdb.base/jit-attach-pie.c: New file.
15408 * gdb.base/jit-attach-pie.exp: New file.
15409
6d61dee5
PA
154102016-09-28 Pedro Alves <palves@redhat.com>
15411
15412 * gdb.base/infcall-input.c: New file.
15413 * gdb.base/infcall-input.exp: New file.
15414
f73842fc
YQ
154152016-09-22 Yao Qi <yao.qi@linaro.org>
15416
15417 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
15418 (gdb_exit): Rename it to ...
15419 (gdbserver_gdb_exit): ... Close GDBserver.
15420 (gdb_exit): New proc, call gdbserver_gdb_exit.
15421 (mi_gdb_exit): Likewise.
15422
90681dab
YQ
154232016-09-22 Yao Qi <yao.qi@linaro.org>
15424
15425 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
15426 path.
15427 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
15428 Remove duplication.
15429
9c211fd8
YQ
154302016-09-22 Yao Qi <yao.qi@linaro.org>
15431
15432 * lib/gdbserver-support.exp: Check the existence of
15433 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
15434
ad0a504f
AK
154352016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
15436
15437 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
15438
36cf1806
TT
154392016-09-21 Tom Tromey <tom@tromey.com>
15440
15441 PR gdb/20604:
15442 * gdb.base/quit.exp: New file.
15443
74172ecf
SM
154442016-09-21 Simon Marchi <simon.marchi@ericsson.com>
15445
15446 * .gitignore: New file.
15447
3d0ec882
MR
154482016-09-21 Maciej W. Rozycki <macro@imgtec.com>
15449
15450 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
15451 throughout.
15452
8193adea
AA
154532016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15454
15455 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
15456
d41a5c09
JK
154572016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15458
15459 * gdb.cp/casts.cc (decltype): Move it ...
15460 (main): ... with its call to ...
15461 * gdb.cp/casts03.cc: ... a new file.
15462 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
15463
d2dfe700
JK
154642016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15465
15466 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
15467
e2a92b16
PB
154682016-09-15 Peter Bergner <bergner@vnet.ibm.com>
15469
15470 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
15471 and sync up the test with tests in gas/testsuite/gas/ppc.
15472 * gdb.arch/powerpc-power.exp: Likewise.
15473
49b4de64
JK
154742016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15475
15476 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
15477
2c29df25
SDJ
154782016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
15479 Jan Kratochvil <jan.kratochvil@redhat.com>
15480
15481 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
15482 make m1's definition to be different from m2's. Use 'dummy' as an
15483 argument for probe 'two'.
15484
cc3c2846
JB
154852016-09-10 Jon Beniston <jon@beniston.com>
15486
15487 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
15488 for sim target.
15489
e1b2624a
AA
154902016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
15491
15492 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
15493 variable declaration.
15494 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
15495 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
15496 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
15497 received HWCAP as its argument.
15498
4295e285
PA
154992016-09-06 Pedro Alves <palves@redhat.com>
15500
15501 * gdb.base/new-ui-pending-input.c: New file.
15502 * gdb.base/new-ui-pending-input.exp: New file.
15503 * gdb.exp (clear_gdb_spawn_id): New procedure.
15504 (with_spawn_id): Check whether gdb_spawn_id exists before
15505 referencing it. If gdb_spawn_id didn't exist on entry, clear it
15506 on exit.
15507
00d5215e
UW
155082016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15509
15510 * gdb.base/float128.c: New file.
15511 * gdb.base/float128.exp: Likewise.
15512 * gdb.base/floatn.c: Likewise.
15513 * gdb.base/floatn.exp: Likewise.
15514
a9ff5f12
UW
155152016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
15516
15517 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
15518
f245535c
PA
155192016-09-05 Pedro Alves <palves@redhat.com>
15520
15521 PR backtrace/19927
15522 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
15523 unwinders are immediately called as side effect of "source" or
15524 "disable unwinder" commands.
15525 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
15526
ae9cf263
YQ
155272016-09-02 Yao Qi <yao.qi@linaro.org>
15528
15529 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
15530 is true and $type is "float" or "double".
15531
27aba047
YQ
155322016-09-02 Yao Qi <yao.qi@linaro.org>
15533
15534 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
15535 true.
15536 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
15537 * gdb.base/call-rt-st.exp: Likewise.
15538 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
15539 return value instead of gdb,skip_float_test.
15540 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
15541 (do_function_calls): Use its return value instead of
15542 gdb,skip_float_test.
15543 * gdb.base/finish.exp: Likewise.
15544 * gdb.base/funcargs.exp: Likewise.
15545 * gdb.base/return.exp: Likewise.
15546 * gdb.base/return2.exp: Likewise.
15547 * gdb.base/varargs.exp: Likewise.
15548 * lib/gdb.exp (gdb_skip_float_test): Change it to
15549 gdb_caching_proc. Detect the broken ptrace on arm-linux.
15550
5af962df
AA
155512016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15552
15553 * gdb.multi/tids.exp: Test "thread apply all".
15554
7fac6910
JK
155552016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15556
15557 * gdb.base/default.exp (tty): Remove.
15558
bb1fe4ac
KB
155592016-08-24 Kevin Buettner <kevinb@redhat.com>
15560
2806dc7e
PA
15561 * gdb.python/py-recurse-unwind.c: New file.
15562 * gdb.python/py-recurse-unwind.py: New file.
15563 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 15564
0a1ddfa6
SM
155652016-08-24 Simon Marchi <simon.marchi@ericsson.com>
15566
15567 * gdb.base/set-inferior-tty.exp: New file.
15568 * gdb.base/set-inferior-tty.c: New file.
15569
d9de1fe3
PA
155702016-08-23 Pedro Alves <palves@redhat.com>
15571
15572 PR gdb/20494
15573 * gdb.base/new-ui-echo.c: New file.
15574 * gdb.base/new-ui-echo.exp: New file.
15575
e9d9abd7
YQ
155762016-08-23 Yao Qi <yao.qi@linaro.org>
15577
15578 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
15579 gdbserver_spawn.
15580 * gdb.server/connect-without-multi-process.exp (do_test):
15581 Likewise.
15582
3589529e
YQ
155832016-08-23 Yao Qi <yao.qi@linaro.org>
15584
15585 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
15586 standalone_txt. Delete gdb_txt and standalone_txt on host
15587 and target. Spawn the binary on target. Copy files from
15588 target to host.
15589
6bb90213
PA
155902016-08-22 Pedro Alves <palves@redhat.com>
15591
15592 PR gdb/20505
15593 * gdb.base/vdso-warning.exp: Test core dumps too. Use
15594 with_test_prefix. Factor out bits to ...
15595 (test_no_vdso): ... this new procedure.
15596
20c2c024
CL
155972016-08-19 Carl Love <cel@us.ibm.com>
15598
15599 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
15600 maintaining separate logic for constructing the output path.
15601 * gdb.arch/powerpc-d128-regs.exp: Likewise.
15602 * gdb.arch/ppc-dfp.exp: Likewise.
15603 * gdb.arch/ppc-fp.exp: Likewise.
15604 * gdb.arch/vsx-regs.exp: Likewise.
15605 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
15606 binprefix for generating the additional binary files.
15607
0646e07d
PA
156082016-08-19 Pedro Alves <palves@redhat.com>
15609
15610 * gdb.trace/mi-trace-frame-collected.exp
15611 (test_trace_frame_collected): On x32, expect two registers.
15612
46da9242
CL
156132016-08-18 Carl Love <cel@us.ibm.com>
15614
15615 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
15616 and sync up the test with tests in gas/testsuite/gas/ppc.
15617 * gdb.arch/powerpc-power.exp: Likewise.
15618
eb2332d7
SM
156192016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15620
15621 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
15622 expected error message.
15623
63c61e04
SM
156242016-08-17 Simon Marchi <simon.marchi@ericsson.com>
15625
15626 * gdb.multi/remove-inferiors.exp: New file.
15627 * gdb.multi/remove-inferiors.c: New file.
15628
7b17065f
YQ
156292016-08-12 Yao Qi <yao.qi@linaro.org>
15630
15631 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
15632 argument list.
15633
01d3dedf
PA
156342016-08-10 Pedro Alves <palves@redhat.com>
15635
15636 PR gdb/19187
15637 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
15638 setup_kfails.
15639
3eb7562a
PA
156402016-08-09 Pedro Alves <palves@redhat.com>
15641 Simon Marchi <simon.marchi@ericsson.com>
15642
15643 PR gdb/20418
15644 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
15645 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
15646
80614914
PA
156472016-08-09 Pedro Alves <palves@redhat.com>
15648
15649 PR mi/20431
15650 * gdb.mi/mi-cmd-error.exp: New file.
15651
f348d89a
PA
156522016-08-09 Pedro Alves <palves@redhat.com>
15653
15654 PR gdb/18653
15655 * gdb.base/signals-state-child.c: New file.
15656 * gdb.base/signals-state-child.exp: New file.
15657 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
15658
e5ca03b4
PA
156592016-08-09 Pedro Alves <palves@redhat.com>
15660
15661 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
15662
282a0691
TT
156632016-08-03 Tom Tromey <tom@tromey.com>
15664
15665 PR python/18565:
15666 * gdb.python/py-frame-inline.exp: Add Frame.function test.
15667
41bfcd63
YQ
156682016-08-01 Yao Qi <yao.qi@linaro.org>
15669
15670 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
15671 variable mode to "multi-process" if $multi_process is 1, otherwise
15672 set it to "single-process".
15673
e3465b24
YQ
156742016-08-01 Yao Qi <yao.qi@linaro.org>
15675
15676 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
15677 * gdb.cp/cpexprs.exp: Likewise.
15678 * gdb.cp/m-static.exp: Likewise.
15679
0b31a4bc
TT
156802016-07-26 Tom Tromey <tom@tromey.com>
15681
15682 PR python/20190:
15683 * gdb.threads/tls.exp (check_thread_local): Add python symbol
15684 test.
15685
e0461dbb
MM
156862016-07-26 Markus Metzger <markus.t.metzger@intel.com>
15687
15688 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
15689 selecting assembly source files.
15690 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
15691 assembly source files.
15692 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
15693 assembly source files.
15694 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
15695 selecting assembly source files.
15696
8194e927
SM
156972016-07-25 Simon Marchi <simon.marchi@ericsson.com>
15698
15699 * gdb.base/new-ui.exp (do_test_invalid_args): New
15700 procedure.
15701
c0272db5
TW
157022016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
15703
15704 * gdb.btrace/reconnect.c: New file.
15705 * gdb.btrace/reconnect.exp: New file.
15706
e3487908
GKB
157072016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
15708
15709 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
15710 to test_catch_syscall_group.
15711 (test_catch_syscall_group): New.
15712
12df5c00
TT
157132016-07-21 Tom Tromey <tom@tromey.com>
15714
15715 * gdb.rust/simple.rs (main): Use empty struct expression.
15716 * gdb.rust/simple.exp: Add tests for empty struct expression.
15717
bae62ee2
YQ
157182016-07-21 Yao Qi <yao.qi@linaro.org>
15719
15720 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
15721 if gdb_skip_xml_test is true on some targets.
15722
b1b53fb3
YQ
157232016-07-21 Yao Qi <yao.qi@linaro.org>
15724
15725 * gdb.server/solib-list.exp: Unset last_loaded_file.
15726
027d97f8
JK
157272016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15728
15729 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
15730 "step into captured_main (args)".
15731
7674d381
JK
157322016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15733
15734 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
15735
72b5d099
JK
157362016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15737
15738 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
15739
1f960ced
PA
157402016-07-19 Pedro Alves <palves@redhat.com>
15741
15742 * gdb.opt/inline-break.exp: Remove optimize=-O2.
15743 * gdb.opt/inline-bt.exp: Likewise.
15744 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
15745 additional_flags=-Winline.
15746 * gdb.opt/inline-locals.exp: Likewise.
15747 * gdb.opt/inline-markers.c (ATTR): Define.
15748 (inlined_fn): Use it.
15749
f25827c1
YQ
157502016-07-19 Yao Qi <yao.qi@linaro.org>
15751
15752 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
15753 (test_with_self): Remove some code. Remove argument executable.
15754 (top-level): Use do_self_tests.
15755
37539ebe
DB
157562016-07-15 Zachary Welch <zwelch@codesourcery.com>
15757 Don Breazeal <donb@codesourcery.com>
15758
15759 * gdb.base/maint.exp: Escape paths used in regular expressions.
15760 * gdb.stabs/weird.exp: Likewise.
15761
dac790e1
TT
157622016-07-13 Tom Tromey <tom@tromey.com>
15763
15764 PR python/15620, PR python/18620:
15765 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
15766 (test_bkpt_events): New procs.
15767
93daf339
TT
157682016-07-13 Tom Tromey <tom@tromey.com>
15769
15770 PR python/17698:
15771 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
15772 test.
15773 (test_watchpoints): Likewise.
15774 (test_bkpt_pending): New proc.
15775
6571a381
TT
157762016-07-13 Tom Tromey <tom@tromey.com>
15777
15778 PR cli/18053:
15779 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
15780 completion test.
15781
e8732474
JK
157822016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15783
15784 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
15785 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
15786 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
15787 f_label.
15788 (g): Rename g_end_lbl to g_label.
15789 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
15790 low_pc and high_pc.
15791 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
15792
e0f3fd7c
TT
157932016-07-12 Tom Tromey <tom@tromey.com>
15794
15795 PR python/19293:
15796 * gdb.python/py-unwind-maint.exp: Update tests.
15797
3cfe46b6
YQ
157982016-07-12 Yao Qi <yao.qi@linaro.org>
15799
15800 * lib/selftest-support.exp (selftest_setup): Match the output
15801 when captured_main is inlined.
15802
4f19a0e6
WT
158032016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
15804
15805 * gdb.fortran/derived-types.exp (result_line, result_line_2):
15806 New variables.
15807 (print this%a, print this%b, print this): New tests.
15808 * gdb.fortran/derived-types.f90 (this): New object and
15809 initialization.
15810
986cf455
SM
158112016-07-06 Simon Marchi <simon.marchi@ericsson.com>
15812
15813 * gdb.ada/arraydim.exp: Remove extra directory level in build
15814 directory.
15815
f0464b23
SM
158162016-07-06 Simon Marchi <simon.marchi@ericsson.com>
15817
15818 * lib/ada.exp: Remove extra directory level in build directory.
15819 * gdb.ada/cond_lang.exp: Likewise.
15820 * gdb.ada/exec_changed.exp: Likewise.
15821 * gdb.ada/lang_switch.exp: Likewise.
15822
42d94011
MG
158232016-07-06 Manish Goregaokar <manish@mozilla.com>
15824
2806dc7e
PA
15825 * simple.rs: Add test for raw pointer subscripting.
15826 * simple.exp: Add test expectations.
42d94011 15827
647c264c
YQ
158282016-07-05 Yao Qi <yao.qi@linaro.org>
15829
15830 * gdb.mi/mi-reverse.exp: Match =record-started output.
15831
20aa2c60
PA
158322016-07-01 Pedro Alves <palves@redhat.com>
15833
15834 * gdb.base/jit-reader.exp (info_registers_current_frame): New
15835 procedure.
15836 (jit_reader_test): Test the jit reader's unwinder.
15837 * gdb.base/jithost.c (jit_function_00_code): New global.
15838 (main): Use memcpy to fill in the mmapped code, instead of poking
15839 bytes manually here.
15840 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
15841 value.
15842 (read_debug_info): Save the function's range.
15843 (read_sp): New function.
15844 (unwind_frame): Use it. Also unwind RBP.
15845 (get_frame_id): Use read_sp.
15846 (gdb_init_reader): Use calloc instead of malloc.
15847 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
15848 parameter. Use gdb_test_multiple.
15849
ced2dffb
PA
158502016-07-01 Pedro Alves <palves@redhat.com>
15851 Antoine Tremblay <antoine.tremblay@ericsson.com>
15852
15853 * gdb.threads/process-dies-while-detaching.c: New file.
15854 * gdb.threads/process-dies-while-detaching.exp: New file.
15855
63000888
PA
158562016-07-01 Pedro Alves <palves@redhat.com>
15857
15858 * gdb.multi/watchpoint-multi-exit.c: New file.
15859 * gdb.multi/watchpoint-multi-exit.exp: New file.
15860
038d4868
PA
158612016-06-30 Pedro Alves <palves@redhat.com>
15862
15863 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
15864 unset inferior_spawn_id.
15865
994e9c83
PA
158662016-06-30 Pedro Alves <palves@redhat.com>
15867
15868 * lib/mi-support.exp (default_mi_gdb_start): Declare global
15869 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
15870
e5653468
YQ
158712016-06-29 Yao Qi <yao.qi@linaro.org>
15872
15873 * gdb.base/return.c: Add copyright header.
15874
803b47e5
TT
158752016-06-29 Tom Tromey <tom@tromey.com>
15876
15877 PR python/20129:
15878 * gdb.python/py-framefilter.exp: Add tests for setting priority
15879 and disabling of non-existent frame filter.
15880
28244707
YQ
158812016-06-29 Yao Qi <yao.qi@linaro.org>
15882
15883 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
15884 0x0f07ff.
15885
a31d2f06
YQ
158862016-06-28 Yao Qi <yao.qi@linaro.org>
15887
15888 * gdb.base/catch-syscall.exp: Remove check on isnative and target
15889 triplets. Start gdb, execute catch syscall, and continue. Check
15890 gdb's output to determine catch syscall is supported.
15891
921d8f54
MG
158922016-06-27 Manish Goregaokar <manish@mozilla.com>
15893
25d49b86
PA
15894 * gdb.rust/simple.rs: Add test for returning unit in a function.
15895 * gdb.rust/simple.exp: Add expectation for functions returning
15896 unit.
921d8f54 15897
f4952523
PMR
158982016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
15899
15900 * gdb.python/py-breakpoint-create-fail.c,
15901 gdb.python/py-breakpoint-create-fail.exp,
15902 gdb.python/py-breakpoint-create-fail.py: New testcase.
15903
fccb08f8
MG
159042016-06-25 Manish Goregaokar <manish@mozilla.com>
15905
15906 PR gdb/20239
15907 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
15908 * gdb.rust/simple.exp: Add test expectations for new NonZero
15909 tests.
fccb08f8 15910
6b850546
DT
159112016-06-24 David Taylor <dtaylor@emc.com>
15912
15913 * gdb.base/offsets.exp: New file.
15914 * gdb.base/offsets.c: New file.
15915
17621150
TT
159162016-06-23 Tom Tromey <tom@tromey.com>
15917
15918 PR gdb/16483:
15919 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
15920 before any filters are loaded.
15921
04d59df6
WT
159222016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
15923
15924 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
15925 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
15926 structs.
15927 * gdb.fortran/derived-type-function.exp: New file.
15928 * gdb.fortran/derived-type-function.f90: New file.
15929
15930
ac69f786
PA
159312016-06-21 Pedro Alves <palves@redhat.com>
15932
15933 * gdb.base/new-ui.exp: New file.
15934 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
15935 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
15936 (with_spawn_id): New procedure.
15937
49940788
PA
159382016-06-21 Pedro Alves <palves@redhat.com>
15939
15940 * gdb.mi/mi-exec-run.exp: New file.
15941
ef274d26
PA
159422016-06-21 Pedro Alves <palves@redhat.com>
15943
15944 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
15945 breakpoint command's output on the main UI.
15946 (test_break): New procedure, factored out from calls in the top
15947 level.
15948 (top level): Use foreach_with_prefix to test MI as main UI and as
15949 separate UI.
15950
468afe6c
PA
159512016-06-21 Pedro Alves <palves@redhat.com>
15952
15953 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
15954 (test_awatch_creation_and_listing)
15955 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
15956 Remove 'type' parameter.
15957 (test_watchpoint_all): New parameter mi_mode. Remove
15958 with_test_prefix.
15959 (top level): Use foreach_with_prefix, and add main/separate UI MI
15960 testing axis.
15961
51f77c37
PA
159622016-06-21 Pedro Alves <palves@redhat.com>
15963
15964 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
15965 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
15966 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
15967 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
15968 (gdb_main_spawn_id, mi_spawn_id): Declare and
15969 comment.
15970 (mi_create_inferior_pty): New procedure,
15971 factored out from default_mi_gdb_start.
15972 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
15973 procedures.
15974 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
15975 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
15976 Use mi_create_inferior_pty.
15977 (mi_gdb_start): Use eval to pass down args list.
15978
8980e177
PA
159792016-06-21 Pedro Alves <palves@redhat.com>
15980
15981 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
15982 * gdb.opt/inline-cmds.exp: Add MI tests.
15983
f38d3ad1
PA
159842016-06-21 Pedro Alves <palves@redhat.com>
15985
15986 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
15987
45db7c09
PA
159882016-06-21 Pedro Alves <palves@redhat.com>
15989
15990 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
15991 (top level): Use it instead of mi_execute_to.
15992
5a069ab3
PA
159932016-06-21 Pedro Alves <palves@redhat.com>
15994
15995 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
15996 (cont_handler_str): New.
15997 (signal_stop_handler): Set stop_handler_str instead of printing to
15998 stdout.
15999 (continue_handler): Set cont_handler_str instead of printing to
16000 stdout.
16001 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
16002 mi_send_resuming_command. Print stop_handler_str and
16003 cont_handler_str instead of expecting the python events print
16004 directly.
16005
2838cc1d
SD
160062016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
16007
16008 * gdb.base/jit-reader.exp: New file.
16009 * gdb.base/jithost.c: New file.
16010 * gdb.base/jithost.h: New file.
16011 * gdb.base/jitreader.c : New file.
16012 * gdb.base/jit-protocol.h: New file.
16013
21a77091
YQ
160142016-06-17 Yao Qi <yao.qi@linaro.org>
16015
16016 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
16017 parameters follow_fork and detach_on_fork. Set follow-fork-mode
16018 and detach-on-fork. Adjust tests.
16019 (top level): Invoke break_cond_on_syscall with combinations of
16020 syscall, follow-fork-mode and detach-on-fork.
16021
f50bf8e5
YQ
160222016-06-17 Yao Qi <yao.qi@linaro.org>
16023
16024 * gdb.base/step-over-exit.c: New.
16025 * gdb.base/step-over-exit.exp: New.
16026
a28d8e50
YTL
160272016-06-17 Yan-Ting Lin <currygt52@gmail.com>
16028
16029 * gdb.base/float.exp: Add target check for nds32*-*-*.
16030 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
16031
cad8e26d
AB
160322016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
16033
16034 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
16035 for unsupported target features.
16036 * gdb.base/call-rt-st.exp: Likewise.
16037 * gdb.base/call-sc.exp: Likewise.
16038 * gdb.base/call-signal-resume.exp: Likewise.
16039 * gdb.base/call-strs.exp: Likewise.
16040 * gdb.base/callexit.exp: Likewise.
16041 * gdb.base/callfuncs.exp: Likewise.
16042 * gdb.base/nodebug.exp: Likewise.
16043 * gdb.base/printcmds.exp: Likewise.
16044 * gdb.base/ptype.exp: Likewise.
16045 * gdb.base/structs.exp: Likewise.
16046 * gdb.base/unwindonsignal.exp: Likewise.
16047 * gdb.cp/gdb2495.exp: Likewise.
16048 * gdb.cp/templates.exp: Likewise.
16049 * gdb.cp/virtfunc.exp: Likewise.
16050 * gdb.threads/hand-call-in-threads.exp: Likewise.
16051 * gdb.threads/interrupted-hand-call.exp: Likewise.
16052 * gdb.threads/thread-unwindonsignal.exp: Likewise.
16053
347dc102
TT
160542016-06-10 Tom Tromey <tom@tromey.com>
16055
16056 PR rust/20110:
16057 * gdb.rust/expr.exp: Add test for integer constant larger than
16058 i32.
16059
5e13cf25
BH
160602016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
16061
16062 * gdb.fortran/nested-funcs.exp: New.
16063 * gdb.fortran/nested-funcs.f90: New.
16064
bb556f1f
TK
160652016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
16066
16067 * gdb.base/examine-backward.c: New file.
16068 * gdb.base/examine-backward.exp: New file.
16069
38b022b4
SM
160702016-06-06 Simon Marchi <simon.marchi@ericsson.com>
16071
16072 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
16073 matching.
16074
1b40ec05
TT
160752016-06-02 Tom Tromey <tom@tromey.com>
16076
16077 PR python/18984:
16078 * gdb.python/py-shared.exp: Add solib_name test.
16079
193bd378
SM
160802016-06-02 Simon Marchi <simon.marchi@ericsson.com>
16081
16082 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
16083
3326303b
MG
160842016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
16085
16086 PR c++/19893
16087 * gdb.dwarf2/implref.exp: Rename to...
16088 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
16089 * gdb.dwarf2/implref-array.c: New file.
16090 * gdb.dwarf2/implref-array.exp: Likewise.
16091 * gdb.dwarf2/implref-global.c: Likewise.
16092 * gdb.dwarf2/implref-global.exp: Likewise.
16093 * gdb.dwarf2/implref-struct.c: Likewise.
16094 * gdb.dwarf2/implref-struct.exp: Likewise.
16095
825c8ef2
AT
160962016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16097
16098 * gdb.trace/trace-condition.exp: Add 64bit tests.
16099
2320162a
AT
161002016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16101
16102 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
16103 bits types.
16104 (main): Adapt to 8 to 64 bits types.
16105 * gdb.trace/trace-condition.exp: Add new tests.
16106
a7818233
AT
161072016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16108
16109 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
16110
0d336466
AT
161112016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16112
16113 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
16114 Move condition tests...
16115 * gdb.trace/trace-condition.exp: Here.
16116
7faeb45a
AT
161172016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
16118
16119 * gdb.trace/trace-condition.exp: Add counter-case tests.
16120
e385593e
JK
161212016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16122
16123 PR c++/15231
16124 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
16125 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
16126
744608cc
PA
161272016-05-27 Pedro Alves <palves@redhat.com>
16128
16129 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
16130 New procedure.
16131 (top level): Call it, and bail out of DejaGnu is known to be bad.
16132
ac775bf4
AB
161332016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
16134
16135 * gdb.base/whatis.c: Extend the test case.
16136 * gdb.base/whatis.exp: Add additional tests.
16137
2bbad2ea
BH
161382016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16139
16140* gdb.fortran/type.f90: Add pointer variable.
16141* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
16142
8b70175d
BH
161432016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16144
16145 * gdb.fortran/vla-type.exp: Fix testcase name.
16146
86d8a848
BH
161472016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16148
16149 * gdb.fortran/vla-type.exp: Access elements in nested structs.
16150
e188eb36
BH
161512016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16152
16153 * gdb.fortran/type.f90: Add nested structures.
16154 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
16155 * gdb.fortran/derived-type.exp: Adapt expected output.
16156 * gdb.fortran/vla-type.exp: Adapt expected output.
16157
9b2db1fd
BH
161582016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16159
16160 * gdb.fortran/whatis_type.exp: Adapt expected output.
16161
72b17055
BH
161622016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16163
16164 * gdb.fortran/print_type.exp: Fix expected output.
16165 * gdb.fortran/whatis_type.exp: Fix expected output.
16166
3cd81d8d
BH
161672016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
16168
16169 * gdb.fortran/whatis_type.exp: Use multi_line.
16170
ddae9462
TT
161712016-05-24 Tom Tromey <tom@tromey.com>
16172
16173 PR python/17386:
16174 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
16175 use value as an index.
16176
1957f6b8
TT
161772016-05-23 Tom Tromey <tom@tromey.com>
16178
16179 PR python/17981:
16180 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
16181 no-breakpoint case.
16182
026a9174
PA
161832016-05-24 Pedro Alves <palves@redhat.com>
16184
16185 PR gdb/19828
16186 * gdb.threads/clone-attach-detach.c: New file.
16187 * gdb.threads/clone-attach-detach.exp: New file.
16188
e70a7231
FR
161892016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
16190
16191 * gdb.base/annota-input-while-running.exp: Fix syntax error.
16192
0f6ed0e0
TT
161932016-05-23 Tom Tromey <tom@tromey.com>
16194
16195 PR python/19438, PR python/18393:
16196 * gdb.python/py-progspace.exp: Add "dir" test.
16197 * gdb.python/py-objfile.exp: Add "dir" test.
16198
ffd19d61
YQ
161992016-05-23 Yao Qi <yao.qi@linaro.org>
16200
16201 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
16202 * gdb.arch/thumb2-it.exp: Likewise.
16203
9e8f9b05
SM
162042016-05-18 Simon Marchi <simon.marchi@ericsson.com>
16205
16206 * gdb.mi/mi-threads-interrupt.c: New file.
16207 * gdb.mi/mi-threads-interrupt.exp: New file.
16208
61c6156d
SM
162092016-05-17 Simon Marchi <simon.marchi@ericsson.com>
16210
16211 PR gdb/18077
16212 * gdb.mi/mi-async-run.exp: New file.
16213 * gdb.mi/mi-async-run.c: New file.
16214
67218854
TT
162152016-05-17 Tom Tromey <tom@tromey.com>
16216 Manish Goregaokar <manishsmail@gmail.com>
16217
16218 * lib/rust-support.exp: New file.
16219 * lib/gdb.exp (skip_rust_tests): New proc.
16220 (build_executable_from_specs): Handle rust.
16221 * lib/future.exp (gdb_find_rustc): New proc.
16222 (gdb_default_target_compile): Handle rust.
16223 * gdb.rust/expr.exp: New file.
16224 * gdb.rust/generics.exp: New file.
16225 * gdb.rust/generics.rs: New file.
16226 * gdb.rust/methods.exp: New file.
16227 * gdb.rust/methods.rs: New file.
16228 * gdb.rust/modules.exp: New file.
16229 * gdb.rust/modules.rs: New file.
16230 * gdb.rust/simple.exp: New file.
16231 * gdb.rust/simple.rs: New file.
16232
c44af4eb
TT
162332016-05-17 Tom Tromey <tom@tromey.com>
16234
16235 * gdb.base/default.exp (set language): Add rust.
16236
dcd1f979
TT
162372016-05-17 Tom Tromey <tom@tromey.com>
16238
16239 * gdb.gdb/unittest.exp: New file.
16240
155b7f57
YQ
162412016-05-16 Yao Qi <yao.qi@linaro.org>
16242
16243 * gdb.base/batch-preserve-term-settings.exp: Remove variable
16244 shell_prompt. Update shell_prompt_re.
16245
8ddd5a6c
DE
162462016-05-12 Doug Evans <dje@google.com>
16247
16248 PR symtab/19999
16249 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
16250 $options when building executable.
16251 * gdb.dwarf2/fission-loclists-pie.S: New file.
16252 * gdb.dwarf2/fission-loclists-pie.exp: New file.
16253
02e370d9
SM
162542016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16255
16256 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
16257 of [is_remote target],
16258
8929ad8b
SM
162592016-05-04 Simon Marchi <simon.marchi@ericsson.com>
16260
16261 * lib/gdb.exp (use_gdb_stub): New procedure.
16262
6c447423
DE
162632016-05-03 Yunlian Jiang <yunlian@google.com>
16264 Doug Evans <dje@google.com>
16265
16266 PR symtab/19914
16267 * gdb.dwarf2/dwp-sepdebug.c: New file.
16268 * gdb.dwarf2/dwp-sepdebug.exp: New file.
16269
444e826c
SM
162702016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16271
16272 * gdb.base/detach.exp: Remove is_remote check.
16273
740feeaa
SM
162742016-05-02 Simon Marchi <simon.marchi@ericsson.com>
16275
16276 * gdb.base/annota-input-while-running.exp: Don't check for
16277 [is_remote target]. Enable annotations after running to main.
16278 Remove unused "set test..." line.
16279
9080ac9d
SM
162802016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16281
16282 * gdb.trace/trace-enable-disable.exp: New file.
16283 * gdb.trace/trace-enable-disable.c: New file.
16284
952ebca5
SM
162852016-04-28 Simon Marchi <simon.marchi@ericsson.com>
16286
16287 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
16288 use it in info sharedlibrary test.
16289 * gdb.trace/ftrace-lock.exp: Likewise.
16290 * gdb.trace/ftrace.exp: Likewise.
16291 * gdb.trace/range-stepping.exp: Likewise.
16292 * gdb.trace/trace-break.exp: Likewise.
16293 * gdb.trace/trace-condition.exp: Likewise.
16294 * gdb.trace/trace-mt.exp: Likewise.
16295
d9019901
SM
162962016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16297
16298 * lib/gdb.exp (gdb_load_shlibs): Rename to...
16299 (gdb_load_shlib): ... this.
16300 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
16301 gdb_load_shlib.
16302 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
16303 * gdb.base/ctxobj.exp: Likewise.
16304 * gdb.base/dprintf-pending.exp: Likewise.
16305 * gdb.base/dso2dso.exp: Likewise.
16306 * gdb.base/fixsection.exp: Likewise.
16307 * gdb.base/gcore-relro.exp: Likewise.
16308 * gdb.base/gdb1555.exp: Likewise.
16309 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16310 * gdb.base/gnu-ifunc.exp: Likewise.
16311 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
16312 * gdb.base/jit-so.exp (one_jit_test): Likewise.
16313 * gdb.base/pending.exp: Likewise.
16314 * gdb.base/print-file-var.exp: Likewise.
16315 * gdb.base/print-symbol-loading.exp: Likewise.
16316 * gdb.base/shlib-call.exp: Likewise.
16317 * gdb.base/shreloc.exp: Likewise.
16318 * gdb.base/so-impl-ld.exp: Likewise.
16319 * gdb.base/solib-disc.exp: Likewise.
16320 * gdb.base/solib-nodir.exp: Likewise.
16321 * gdb.base/solib-overlap.exp: Likewise.
16322 * gdb.base/solib-symbol.exp: Likewise.
16323 * gdb.base/solib-weak.exp (do_test): Likewise.
16324 * gdb.base/sym-file.exp: Likewise.
16325 * gdb.base/symtab-search-order.exp: Likewise.
16326 * gdb.base/type-opaque.exp: Likewise.
16327 * gdb.base/unload.exp: Likewise.
16328 * gdb.base/watchpoint-solib.exp: Likewise.
16329 * gdb.compile/compile.exp: Likewise.
16330 * gdb.cp/gdb2384.exp: Likewise.
16331 * gdb.cp/infcall-dlopen.exp: Likewise.
16332 * gdb.cp/re-set-overloaded.exp: Likewise.
16333 * gdb.fortran/library-module.exp: Likewise.
16334 * gdb.opt/solib-intra-step.exp: Likewise.
16335 * gdb.python/py-finish-breakpoint.exp: Likewise.
16336 * gdb.python/py-shared.exp: Likewise.
16337 * gdb.reverse/solib-precsave.exp: Likewise.
16338 * gdb.reverse/solib-reverse.exp: Likewise.
16339 * gdb.server/solib-list.exp: Likewise.
16340 * gdb.threads/dlopen-libpthread.exp: Likewise.
16341 * gdb.threads/tls-shared.exp: Likewise.
16342 * gdb.threads/tls-so_extern.exp: Likewise.
16343 * gdb.trace/change-loc.exp: Likewise.
16344 * gdb.trace/ftrace-lock.exp: Likewise.
16345 * gdb.trace/ftrace.exp: Likewise.
16346 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
16347 * gdb.trace/pending.exp: Likewise.
16348 * gdb.trace/range-stepping.exp: Likewise.
16349 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
16350 (strace_info_marker): Likewise.
16351 (strace_probe_marker): Likewise.
16352 (strace_trace_on_same_addr): Likewise.
16353 (strace_trace_on_diff_addr): Likewise.
16354 * gdb.trace/trace-break.exp: Likewise.
16355 * gdb.trace/trace-condition.exp: Likewise.
16356 * gdb.trace/trace-mt.exp: Likewise.
16357
fca4cfd9
SM
163582016-04-27 Simon Marchi <simon.marchi@ericsson.com>
16359
16360 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
16361 result of gdb_remote_download.
16362 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
16363 * gdb.base/dso2dso.exp: Likewise.
16364 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16365 * gdb.base/print-file-var.exp: Likewise.
16366 * gdb.base/shlib-call.exp: Likewise.
16367 * gdb.base/shreloc.exp: Likewise.
16368 * gdb.base/solib-overlap.exp: Likewise.
16369 * gdb.base/solib-weak.exp (do_test): Likewise.
16370 * gdb.base/unload.exp: Likewise.
16371
11cf4ffb
YQ
163722016-04-27 Yao Qi <yao.qi@linaro.org>
16373
16374 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
16375 exists.
16376
3e2e34f8
KB
163772016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16378
16379 * vla-type.exp: Print structure from toplevel.
16380
8f07e298
BH
163812016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16382
16383 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
16384 of dynamic types.
16385 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
16386 of dynamic types.
16387
9920b434
BH
163882016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
16389
16390 * gdb.fortran/vla-type.f90: New file.
16391 * gdb.fortran/vla-type.exp: New file.
16392
f3abeff5
YQ
163932016-04-25 Yao Qi <yao.qi@linaro.org>
16394
16395 * gdb.base/branch-to-self.c: New file.
16396 * gdb.base/branch-to-self.exp: New file.
16397
0a5d52f0
YQ
163982016-04-22 Yao Qi <yao.qi@linaro.org>
16399
16400 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
16401 more after $hex.
16402
495346f6
YQ
164032016-04-22 Yao Qi <yao.qi@linaro.org>
16404
16405 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
16406 * gdb.base/annota3.exp: Likewise.
16407
4a7e075c
YQ
164082016-04-22 Yao Qi <yao.qi@linaro.org>
16409
16410 * gdb.reverse/step-precsave.exp: Do one step and test program
16411 stops in "callee" and do multiple steps until program goes out
16412 of "callee".
16413 * gdb.reverse/step-reverse.exp: Likewise.
16414
5b061e98
YQ
164152016-04-22 Yao Qi <yao.qi@linaro.org>
16416
16417 * gdb.trace/signal.exp: Also pass if
16418 $tracepoint_hits($i) > $iterations.
16419
5c5dc57f
YQ
164202016-04-22 Yao Qi <yao.qi@linaro.org>
16421
16422 * gdb.trace/signal.c: New file.
16423 * gdb.trace/signal.exp: New file.
16424
a55411b9
DE
164252016-04-19 Doug Evans <xdje42@gmail.com>
16426
16427 * gdb.base/bad-file.exp: New file.
16428
a22df60a
MG
164292016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
16430
16431 * gdb.dwarf2/implref.exp: New file.
16432
0c13f7e5
BH
164332016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16434
16435 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
16436 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
16437 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
16438 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
16439 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
16440 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
16441 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
16442 * lib/fortran.exp (fortran_int4): New procedure.
16443 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
16444 (fortran_logical4): Likewise.
16445
9b9b09e9
BH
164462016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
16447
16448 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
16449
a14d1f4d
BH
164502016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
16451
16452 * lib/compiler.c: Add Intel specific preprocessor macros.
16453 * lib/compiler.cc: Likewise.
25d49b86 16454
7d49b1d0
LM
164552016-04-13 Luis Machado <lgustavo@codesourcery.com>
16456
16457 * gdb.server/connect-with-no-symbol-file.c: New file.
16458 * gdb.server/connect-with-no-symbol-file.exp: New file.
16459
8392fa22
SM
164602016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16461
16462 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
16463
8c4c4aeb
SM
164642016-04-13 Simon Marchi <simon.marchi@ericsson.com>
16465
16466 * boards/gdbserver-base.exp (${board}_download): Copy source file to
16467 standard output directory.
16468
45e3745e
AT
164692016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
16470
16471 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
16472
e26b7e41
MM
164732016-04-13 Markus Metzger <markus.t.metzger@intel.com>
16474
16475 * gdb.btrace/instruction_history.c (loop): Add declaration.
16476
8ce09462
AT
164772016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16478
16479 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
16480
2e88a1ea
SM
164812016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
16482
16483 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
16484 parentheses to print.
16485 (continue_handler): Likewise.
16486
f48e22e3
SM
164872016-04-08 Simon Marchi <simon.marchi@ericsson.com>
16488
16489 * gdb.server/solib-list.exp: Remove is_remote check.
16490 Pass shlib= to gdb_compile. Don't link shared library with
16491 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
16492 Run binary filename through "readlink -f" on the target.
16493
096be756
PA
164942016-04-08 Pedro Alves <palves@redhat.com>
16495
16496 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
16497 interpreter filename as argument to gdbserver_spawn.
16498 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16499 Return empty if $last_loaded_file does not exist.
16500
06500533
JK
165012016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16502
16503 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
16504 * gdb.base/jit-main.c: Use exit after usage.
16505
2d35e871
JK
165062016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16507
16508 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
16509 GDBHISTSIZE prior to the tests.
16510 * gdb.base/gdbinit-history.exp: Likewise.
16511
165122016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
16513
16514 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
16515 instead of build_executable. Use gdb_load_shlibs.
16516
c8064e7e
YQ
165172016-04-07 Yao Qi <yao.qi@linaro.org>
16518
16519 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
16520 Execute "si" command.
16521
bde47561
YQ
165222016-04-07 Yao Qi <yao.qi@linaro.org>
16523
16524 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
16525 number instead of the comments on some line.
16526
b16f8a3b
DB
165272016-04-06 Don Breazeal <donb@codesourcery.com>
16528
16529 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
16530 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
16531
c2f901df
SM
165322016-04-06 Simon Marchi <simon.marchi@ericsson.com>
16533
16534 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
16535 standard_output_file. Remove unused binfile variable.
16536
ac17fda0
CU
165372016-04-05 Catalin Udma <catalin.udma@freescale.com>
16538
16539 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
16540 * gdb.python/py-mi-objfile.exp: Match "list main" output
16541 in console format.
16542
03a8c4df
SM
165432016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
16544
16545 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
16546 absolute.
16547
6e774b13
SM
165482016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16549
16550 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
16551 absolute.
16552 * gdb.trace/ftrace.exp: Likewise.
16553 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
16554 targets as well.
16555 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
16556 (gdb_load_shlibs): Copy libraries to test directory when testing
16557 natively. Only set solib-search-path if testing remotely.
16558 * lib/mi-support.exp (mi_load_shlibs): Likewise.
16559
7817ea46
SM
165602016-04-05 Simon Marchi <simon.marchi@ericsson.com>
16561
16562 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
16563 gdb_download. Use it even if the target is not remote.
16564 * gdb.base/jit.exp (compile_jit_test): Likewise.
16565 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
16566 output directory if the destination board is local, otherwise use
16567 the standard remote_download from DejaGnu.
16568 (gdb_download): Remove.
16569 (gdb_load_shlibs): Use gdb_remote_download instead of
16570 gdb_download.
16571 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
16572 Use gdb_remote_download instead of gdb_download. Use it even if
16573 the target is not remote.
16574 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
16575 instead of gdb_download.
16576
7beb7f68
SM
165772016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
16578
16579 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
16580 (test_insert_delete_modify): Call mi_load_shlibs before trying to
16581 run.
16582
cc63428a
AV
165832016-04-01 Artemiy Volkov <artemiyv@acm.org>
16584
16585 PR gdb/19820
16586 * gdb.base/printcmds.exp: Add artificial arrays tests.
16587
64cdf930
PA
165882016-03-31 Pedro Alves <palves@redhat.com>
16589
16590 PR gdb/19858
16591 * gdb.base/jit-main.c: Include unistd.h.
16592 (ATTACH): Define to 0 if not already defined.
16593 (wait_for_gdb, mypid): New globals.
16594 (WAIT_FOR_GDB): New macro.
16595 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
16596 some breakpoint locations.
16597 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
16598 New procedures.
16599 (one_jit_test): Add REATTACH parameter, and handle it. Use
16600 continue_to_test_location.
16601 (top level): Test attach, and adjusts calls to one_jit_test.
16602
40dea8cb
PA
166032016-03-31 Pedro Alves <palves@redhat.com>
16604
16605 PR gdb/19858
16606 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
16607 BINSUFFIX parameter, and handle it.
16608 (top level): Adjust calls compile_jit_test.
16609
e7ea3ec7
CU
166102016-03-31 Catalin Udma <catalin.udma@freescale.com>
16611
16612 PR python/19743
16613 * gdb.python/py-mi-events-gdb.py: New file.
16614 * gdb.python/py-mi-events.c: New file.
16615 * gdb.python/py-mi-events.exp: New file.
16616
e6359af3
YQ
166172016-03-30 Yao Qi <yao.qi@linaro.org>
16618
16619 * gdb.reverse/until-precsave.exp: Match function name only.
16620 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
16621 Move malloc to a condition block.
16622 * gdb.reverse/until-reverse.exp: Match function name only.
16623
a4105d04
MK
166242016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
16625
16626 * gdb.trace/ftrace.exp: Set arg0exp for s390.
16627 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
16628 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
16629 variable for GPR 0 instead of assuming it is register 0.
16630 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
16631 * lib/trace-support.exp: Add s390 registers.
16632
bfa6adb9
YQ
166332016-03-29 Yao Qi <yao.qi@linaro.org>
16634
16635 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
16636
1e6697ea
YQ
166372016-03-24 Yao Qi <yao.qi@linaro.org>
16638
16639 * gdb.reverse/break-reverse.exp: Add quotation mark in the
16640 test message.
16641
64bcd522
AA
166422016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16643
16644 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
16645 maintaining separate logic for constructing the output path.
16646
7868401b
DB
166472016-03-16 Don Breazeal <donb@codesourcery.com>
16648
16649 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
16650 Retry fork and waitpid on interrupted system call errors.
16651 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16652 Use with_timeout_factor to increase timeout by factor of 10.
16653
1cafadb4
DB
166542016-03-15 Don Breazeal <donb@codesourcery.com>
16655
16656 * gdb.cp/scope-err.cc: New test program.
16657 * gdb.cp/scope-err.exp: New test script.
16658 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
16659 lines and "set breakpoint here" comment.
16660 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
16661 Fixed some whitespace and format issues.
16662 * gdb.mi/mi-linespec-err-cp.cc: New test program.
16663 * gdb.mi/mi-linespec-err-cp.exp: New test script.
16664
81516450
DE
166652016-03-15 Doug Evans <dje@google.com>
16666
16667 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
16668 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
16669 All callers updated. Add tests for enums, mixed flags register.
16670
aa52b601
DE
166712016-03-15 Doug Evans <dje@google.com>
16672
16673 * gdb.base/skip.c (main): Call test_skip_file_and_function.
16674 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
16675
fa4ff313
SM
166762016-03-14 Simon Marchi <simon.marchi@ericsson.com>
16677
16678 * gdb.base/default.exp: Add $_as_string to the list of expected
16679 convenience functions.
16680
f2403c39
AB
166812016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
16682
16683 * gdb.base/maint.exp: New tests for 'maint info line-table'.
16684
f2f3ccb9
SM
166852016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
16686
16687 * gdb.python/py-as-string.exp: New file.
16688 * gdb.python/py-as-string.c: New file.
16689
00dbd492
PA
166902016-03-09 Pedro Alves <palves@redhat.com>
16691
16692 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
16693 signal" -> "Thread NN received signal" output change.
16694 * gdb.threads/ia64-sigill.exp: Likewise.
16695 * gdb.threads/linux-dp.exp: Likewise.
16696 * gdb.threads/manythreads.exp: Likewise.
16697 * gdb.threads/pending-step.exp: Likewise.
16698 * gdb.threads/print-threads.exp: Likewise.
16699 * gdb.threads/sigstep-threads.exp: Likewise.
16700 * gdb.threads/staticthreads.exp: Likewise.
16701 * gdb.threads/tls.exp: Likewise.
16702
1e6697ea
YQ
167032016-03-09 Pedro Alves <palves@redhat.com>
16704
16705 * gdb.base/command-line-input.exp: New file.
16706
b04fd3be
MK
167072016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16708
16709 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
16710 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
16711 * gdb.trace/pending.exp: Accept leading dot before function name.
16712 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
16713 * lib/trace-support.exp: Set registers for ppc.
16714
98fa59e9
MK
167152016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16716
16717 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
16718 use it for disassembly; accept .main in addition to main in backtrace.
16719
f77198c8
MK
167202016-03-09 Wei-cheng Wang <cole945@gmail.com>
16721 Marcin Kościelnicki <koriakin@0x04.net>
16722
16723 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
16724 (gdb_recursion_test_ptr): New global variable.
16725 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
16726 gdb_recursion_test.
16727 (gdb_c_test): Ditto.
16728
ba84e0da
MK
167292016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16730
16731 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
16732 ordering.
16733
4366d36e
MK
167342016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16735
16736 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
16737 (bar): Add bar_start_lbl label.
16738 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
16739 of foo/bar for emitting DWARF and tracing.
16740
5eb264df
SDJ
167412016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
16742
16743 * analyze-racy-logs.py: Set executable bit.
16744
fb6a751f
SDJ
167452016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
16746
16747 * Makefile.in (DEFAULT_RACY_ITER): New variable.
16748 (CHECK_TARGET_TMP): Likewise.
16749 (check-single-racy): New rule.
16750 (check-parallel-racy): Likewise.
16751 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
16752 (do-check-parallel-racy): New rule.
16753 (check-racy/%.exp): Likewise.
16754 * README (Racy testcases): New section.
16755 * analyze-racy-logs.py: New file.
16756
bdf7e230
DE
167572016-03-03 Doug Evans <dje@google.com>
16758
16759 * gdb.base/skip.exp: Use with_test_prefix.
16760
4719d415
YQ
167612016-03-03 Yao Qi <yao.qi@linaro.org>
16762
16763 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
16764 Invoke step_over_syscall "clone" and break_cond_on_syscall
16765 "clone".
16766 * gdb.base/step-over-clone.c: New file.
16767
ea507862
YQ
167682016-03-03 Yao Qi <yao.qi@linaro.org>
16769
16770 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
16771 code format.
16772
8fc8cbda
YQ
167732016-03-03 Yao Qi <yao.qi@linaro.org>
16774
16775 * gdb.base/disp-step-fork.c: Rename to ...
16776 * gdb.base/step-over-fork.c: ... it. New file.
16777 * gdb.base/disp-step-vfork.c: Rename to ...
16778 * gdb.base/step-over-vfork.c: ... it. New file.
16779 * gdb.base/disp-step-syscall.exp: Rename to ...
16780 * gdb.base/step-over-syscall.exp: ... it. New file.
16781 (disp_step_cross_syscall): Rename to ...
16782 (step_over_syscall): ... it.
16783
92fa70b0
YQ
167842016-03-03 Yao Qi <yao.qi@linaro.org>
16785
16786 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
16787 If target supports condition evaluation on target, invoke
16788 break_cond_on_syscall for fork and vfork.
16789
e197ad3c
YQ
167902016-03-03 Yao Qi <yao.qi@linaro.org>
16791
16792 * gdb.base/disp-step-syscall.exp: Don't invoke
16793 support_displaced_stepping.
16794 (disp_step_cross_syscall): Test with displaced stepping off and
16795 on if supported.
16796
0b47da9f
YQ
167972016-03-03 Yao Qi <yao.qi@linaro.org>
16798
16799 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
16800 proc.
16801 (setup): New proc.
16802 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
16803 and setup.
16804
065ab6dc
BH
168052016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16806
16807 * gdb.fortran/vla-history.exp: Remove breakpoint.
16808
07e448ad 168092016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16810
25d49b86
PA
16811 * gdb.fortran/vla-history.exp: Lookup array elements and printing
16812 exceeds timeout.
07e448ad 16813
9ac2d526 168142016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16815
25d49b86
PA
16816 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
16817 breakpoint.
9ac2d526 16818
17807369
BH
168192016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16820
16821 * gdb.mi/vla.f90: Nullify pointer after declaration.
16822
86e501af
PA
168232016-03-01 Pedro Alves <palves@redhat.com>
16824
16825 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
16826
1e903e32
PA
168272016-03-01 Pedro Alves <palves@redhat.com>
16828
16829 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
16830 before anything else.
16831 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
16832 _GNU_SOURCE here.
16833 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
16834 before anything else.
16835 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
16836
6ccb54e2
PA
168372016-03-01 Pedro Alves <palves@redhat.com>
16838
16839 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
16840
30ca9da1
YQ
168412016-03-01 Yao Qi <yao.qi@linaro.org>
16842
16843 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
16844 prepare_for_testing.
16845
dc856b38
YQ
168462016-03-01 Yao Qi <yao.qi@linaro.org>
16847
16848 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
16849
4a932159
AA
168502016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
16851
16852 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
16853 manually constructing the output path.
16854
f2489477
AA
168552016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
16856
16857 * gdb.arch/s390-stackless.S: New.
16858 * gdb.arch/s390-stackless.exp: New.
16859
38899f16
IB
168602016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
16861
16862 * gdb.dlang/circular.c: New file.
16863 * gdb.dlang/circular.exp: New file.
16864
9fde51ed
YQ
168652016-02-26 Yao Qi <yao.qi@linaro.org>
16866
16867 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
16868 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
16869 (testcases): Update.
16870
ce90fefe
YQ
168712016-02-26 Yao Qi <yao.qi@linaro.org>
16872
16873 * gdb.reverse/aarch64.c: Rename to ...
16874 * gdb.reverse/insn-reverse.c: ... it.
16875 * gdb.reverse/aarch64.exp: Rename to ...
16876 * gdb.reverse/insn-reverse.exp: ... it.
16877
3263bceb
YQ
168782016-02-26 Yao Qi <yao.qi@linaro.org>
16879
16880 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
16881 (testcase_ftype): New.
16882 (testcases): New array.
16883 (n_testcases): New.
16884 (main): Call each element in testcases.
16885 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
16886 (read_testcase): New.
16887 Do the tests in a loop.
16888
6cb59ff1
YQ
168892016-02-25 Yao Qi <yao.qi@linaro.org>
16890
16891 * gdb.base/branches.c: Remove.
16892
ae91f625
MK
168932016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16894
16895 PR gdb/13808
16896 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
16897
678b48b7
MK
168982016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16899
16900 * gdb.trace/ftrace.exp: Remove unnecessary target check.
16901
7337a6f2
MK
169022016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16903
16904 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
16905 change x86_64 call_insn to 'callq'.
16906
861ca91f
AT
169072016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16908
16909 * gdb.trace/tfile-avx.c: Move to...
16910 * gdb.trace/tracefile-pseudo-reg.c: Here.
16911 * gdb.trace/tfile-avx.exp: Move to...
16912 * gdb.trace/tracefile-pseudo-reg.exp: Here.
16913
bf74e428
GB
169142016-02-24 Gary Benson <gbenson@redhat.com>
16915
16916 * gdb.base/attach-pie-noexec.exp: Do not expect an error
16917 message on attach.
16918
cce0e923
DE
169192016-02-23 Doug Evans <dje@google.com>
16920
16921 * gdb.base/skip.c (test_skip): New function.
16922 (end_test_skip_file_and_function): New function.
16923 (test_skip_file_and_function): New function.
16924 * gdb.base/skip1.c (test_skip): New function.
16925 (skip1_test_skip_file_and_function): New function.
16926 * gdb.base/skip.exp: Add tests for new skip options.
16927 * gdb.base/skip-solib.exp: Update expected output.
16928 * gdb.perf/skip-command.cc: New file.
16929 * gdb.perf/skip-command.exp: New file.
16930 * gdb.perf/skip-command.py: New file.
16931
4000e47e
MK
169322016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
16933
16934 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
16935 info registers pattern.
16936
24f75ead
IB
169372016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
16938
16939 * lib/future.exp: Add D support.
16940 (gdb_find_gdc): New proc.
16941 (gdb_default_target_compile): Add D support.
16942
fbb7bcbe
WW
169432016-02-18 Wei-cheng Wang <cole945@gmail.com>
16944
16945 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
16946 user+system time.
16947 (trace_speed_test): Determine the iteration count for a time
16948 between 15..30 seconds.
16949
012b3a21
WT
169502016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
16951
16952 * gdb.arch/i386-mpx-sigsegv.c: New file.
16953 * gdb.arch/i386-mpx-sigsegv.exp: New file.
16954 * gdb.arch/i386-mpx-simple_segv.c: New file.
16955 * gdb.arch/i386-mpx-simple_segv.exp: New file.
16956
2d5189bd
YQ
169572016-02-18 Yao Qi <yao.qi@linaro.org>
16958
16959 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16960 Don't call setup_kfail.
16961
40fb20d0
YQ
169622016-02-18 Yao Qi <yao.qi@linaro.org>
16963
16964 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16965 Set "set breakpoint condition-evaluation" per $cond_bp_target.
16966
21b1f8d2
DE
169672016-02-16 Doug Evans <dje@google.com>
16968
16969 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
16970 * gdb.base/skip1.c: Ditto.
16971 * gdb.base/skip.exp: Whitespace cleanup.
16972
4041ed77
DB
169732016-02-16 Don Breazeal <donb@codesourcery.com>
16974
16975 PR remote/19496
16976 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16977 Remove kfail for PR remote/19496.
16978
c4ef31bf
SM
169792016-02-16 Simon Marchi <simon.marchi@ericsson.com>
16980
16981 * lib/gdb.exp (standard_temp_file): Return a path specific to
16982 the runtest invocation.
16983
266b65b3
SM
169842016-02-16 Simon Marchi <simon.marchi@ericsson.com>
16985
16986 * gdb.trace/save-trace.exp: Change relative path to be in the
16987 standard output directory.
16988
a7a0a6a9
JK
169892016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16990
16991 * gdb.arch/i386-prologue.c: Add missing prototypes.
16992
c99dbb42
JK
169932016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16994
16995 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
16996 * gdb.arch/i386-prologue.exp: Likewise.
16997 * gdb.arch/i386-size.exp: Likewise.
16998
aa480355
SM
169992016-02-15 Simon Marchi <simon.marchi@ericsson.com>
17000
17001 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
17002 define object file path.
17003 * gdb.btrace/gcore.exp: Use standard_output_file to define core
17004 file path.
17005 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
17006 standard_output_file to define binfile.
17007
ba881f50
JK
170082016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17009
17010 Fix compatibility with recent gfortran-5.3.1.
17011 * gdb.fortran/vla-history.exp (print vla1 allocated)
17012 (print vla2 allocated, print $2, print $3): Remove
17013 (print $4): Rename to ...
17014 (print $2): ... here.
17015 (print $9): Rename to ...
17016 (print $5): ... here.
17017 (print $10): Rename to ...
17018 (print $6): ... here.
17019 * gdb.fortran/vla.f90: Add pvla initialization.
17020
e9fb005c
JK
170212016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17022
17023 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
17024 New test.
17025 * gdb.fortran/vla-value-sub.exp: Likewise.
17026
e44e00ff
MK
170272016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
17028
17029 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
17030
97e94151
SM
170312016-02-12 Simon Marchi <simon.marchi@ericsson.com>
17032
17033 * i386-biarch-core.exp: Define corefile using
17034 standard_output_file.
17035
01113bc1
YQ
170362016-02-12 Yao Qi <yao.qi@linaro.org>
17037
17038 * gdb.arch/arm-single-step-kernel-helper.c: New.
17039 * gdb.arch/arm-single-step-kernel-helper.exp: New.
17040
33b4777c
MM
170412016-02-12 Markus Metzger <markus.t.metzger@intel.com>
17042
17043 * gdb.btrace/tailcall-only.exp: New.
17044 * gdb.btrace/tailcall-only.c: New.
17045 * gdb.btrace/x86_64-tailcall-only.S: New.
17046 * gdb.btrace/i686-tailcall-only.S: New.
17047
acc23c11
PA
170482016-02-11 Pedro Alves <palves@redhat.com>
17049
17050 * README (Parallel testing): Add missing double quotes.
17051
e352bf0a
PA
170522016-02-11 Pedro Alves <palves@redhat.com>
17053
17054 * README (Parallel testing): New section.
17055 (GDB_PARALLEL): Rewrite.
17056 (FORCE_PARALLEL): Document.
17057
9f5fed78
MK
170582016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
17059
17060 * gdb.trace/tfile-avx.c: New test.
17061 * gdb.trace/tfile-avx.exp: New test.
17062
9ef9e6a6
KS
170632016-02-09 Keith Seitz <keiths@redhat.com>
17064
17065 PR breakpoints/19546
17066 * gdb.base/infcall-exec.c: New file.
17067 * gdb.base/infcall-exec2.c: New file.
17068 * gdb.base/infcall-exec.exp: New file.
17069
a96e36da
KS
170702016-02-09 Keith Seitz <keiths@redhat.com>
17071
17072 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
17073 (toplevel): Call test_bkpt_address.
17074
9f61929f
KS
170752016-02-09 Keith Seitz <keiths@redhat.com>
17076
17077 PR python/19506
17078 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
17079 (toplevel): Call test_bkpt_address.
17080
1e94266c
SM
170812016-02-09 Simon Marchi <simon.marchi@ericsson.com>
17082
17083 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
17084 to AC_OUTPUT.
17085 * configure: Regenerate.
17086
2a7f3dff
PA
170872016-02-09 Pedro Alves <palves@redhat.com>
17088
17089 PR breakpoints/19548
17090 * gdb.base/execl-update-breakpoints.c (some_function): New
17091 function.
17092 (main): Call it.
17093 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
17094 Tighten expected GDB output.
17095
2151ccc5
SM
170962016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17097
17098 * Makefile.in (ALL_SUBDIRS): Remove.
17099 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
17100 (distclean maintainer-clean realclean): Likewise.
17101 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
17102 * configure: Regenerate.
17103 * gdb.ada/Makefile.in: Delete.
17104 * gdb.arch/Makefile.in: Likewise.
17105 * gdb.asm/Makefile.in: Likewise.
17106 * gdb.base/Makefile.in: Likewise.
17107 * gdb.btrace/Makefile.in: Likewise.
17108 * gdb.cell/Makefile.in: Likewise.
17109 * gdb.compile/Makefile.in: Likewise.
17110 * gdb.cp/Makefile.in: Likewise.
17111 * gdb.disasm/Makefile.in: Likewise.
17112 * gdb.dlang/Makefile.in: Likewise.
17113 * gdb.dwarf2/Makefile.in: Likewise.
17114 * gdb.fortran/Makefile.in: Likewise.
17115 * gdb.gdb/Makefile.in: Likewise.
17116 * gdb.go/Makefile.in: Likewise.
17117 * gdb.guile/Makefile.in: Likewise.
17118 * gdb.java/Makefile.in: Likewise.
17119 * gdb.linespec/Makefile.in: Likewise.
17120 * gdb.mi/Makefile.in: Likewise.
17121 * gdb.modula2/Makefile.in: Likewise.
17122 * gdb.multi/Makefile.in: Likewise.
17123 * gdb.objc/Makefile.in: Likewise.
17124 * gdb.opencl/Makefile.in: Likewise.
17125 * gdb.opt/Makefile.in: Likewise.
17126 * gdb.pascal/Makefile.in: Likewise.
17127 * gdb.perf/Makefile.in: Likewise.
17128 * gdb.python/Makefile.in: Likewise.
17129 * gdb.reverse/Makefile.in: Likewise.
17130 * gdb.server/Makefile.in: Likewise.
17131 * gdb.stabs/Makefile.in: Likewise.
17132 * gdb.threads/Makefile.in: Likewise.
17133 * gdb.trace/Makefile.in: Likewise.
17134 * gdb.xml/Makefile.in: Likewise.
17135 * lib/gdb.exp (make_gdb_parallel_path): Add check for
17136 GDB_PARALLEL.
17137 (standard_output_file): Remove check for GDB_PARALLEL, always
17138 return path in outputs/$subdir/$testname.
17139
437277d4
SM
171402016-02-08 Simon Marchi <simon.marchi@ericsson.com>
17141
17142 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
17143 (site.exp): Assign abs_srcdir to tcl's srcdir.
17144
31d913c7
YQ
171452016-02-04 Yao Qi <yao.qi@linaro.org>
17146
17147 * gdb.base/foll-exec-mode.c: Include limits.h.
17148 (main): Add parameters argc and argv. Get directory from
17149 argv[0].
17150 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
17151 compilation.
17152 * gdb.base/foll-exec.c: Include limits.h.
17153 (main): Add parameters argc and argv.
17154 Get directory from argv[0].
17155 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
17156 Adjust tests on the number of lines as source code changed.
17157 * gdb.base/foll-vfork-exit.c: Include limits.h.
17158 (main): Add one line of statement before vfork.
17159 * gdb.base/foll-vfork.c: Include limits.h and string.h.
17160 (main): Add parameters argc and argv. Get directory from
17161 argv[0].
17162 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
17163 (setup_gdb): Set tbreak to skip some source lines.
17164 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
17165 (main): Add parameters argc and argv. Get directory from
17166 argv[0].
17167 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
17168 compilation.
17169 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
17170 (main): Add parameters argc and argv. Get directory from
17171 argv[0].
17172 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
17173 compilation.
17174
9482b9fb
DE
171752016-02-01 Doug Evans <dje@google.com>
17176
17177 * gdb.base/skip.exp: Clean up multiple references to same test name.
17178
6b2e4f10
PA
171792016-02-01 Pedro Alves <palves@redhat.com>
17180
ccb6afd6 17181 PR remote/19496
6b2e4f10
PA
17182 * gdb.threads/forking-threads-plus-breakpoint.exp
17183 (displaced_stepping_supported): New global.
17184 (probe_displaced_stepping_support): New procedure.
17185 (do_test): Add 'displaced' parameter, and use it.
17186 (top level): Check for displaced stepping support. Add displaced
17187 stepping on/off testing axis.
17188
37a8db1a
AB
171892016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17190
17191 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
17192 pointer. Don't perform further tests on the unassociated pointer
17193 if the first test fails.
17194
5fdf6324
AB
171952016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
17196
17197 * gdb.base/max-value-size.c: New file.
17198 * gdb.base/max-value-size.exp: New file.
17199 * gdb.base/huge.exp: Disable max-value-size for this test.
17200
935c6144
IB
172012016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
17202
17203 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
17204
7fe8399d
YQ
172052016-01-28 Yao Qi <yao.qi@linaro.org>
17206
17207 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
17208
a2077e25
PA
172092016-01-25 Pedro Alves <palves@redhat.com>
17210
17211 PR threads/19461
17212 * gdb.base/fork-running-state.c: New file.
17213 * gdb.base/fork-running-state.exp: New file.
17214
1d2736d4
PA
172152016-01-25 Pedro Alves <palves@redhat.com>
17216
17217 PR gdb/19494
17218 * gdb.base/catch-fork-kill.c: New file.
17219 * gdb.base/catch-fork-kill.exp: New file.
17220
f1da4b11
PA
172212016-01-25 Pedro Alves <palves@redhat.com>
17222
17223 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
17224 Delete, moved to lib/gdb.exp.
17225 * gdb.threads/forking-threads-plus-breakpoint.exp
17226 (foreach_with_prefix): Likewise.
17227 * gdb.threads/process-dies-while-handling-bp.exp
17228 (foreach_with_prefix): Likewise.
17229 * lib/gdb.exp (foreach_with_prefix): New procedure.
17230
45f38546
MK
172312016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
17232
17233 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
17234 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
17235
dc29a1ce
MK
172362016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
17237
17238 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
17239 endian targets.
17240
092127d7
JK
172412016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17242 Pedro Alves <palves@redhat.com>
17243
17244 Fix testsuite compatibility with Guile.
17245 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
17246 number.
17247
31d765d3
JK
172482016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17249
17250 Fix testsuite compatibility with Guile.
17251 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
17252 (thread 1): New test for backtrace through signal handler.
17253
1ac78c04
YQ
172542016-01-22 Yao Qi <yao.qi@linaro.org>
17255
17256 PR testsuite/19491
17257 * gdb.base/multi-forks.c: Include
17258 ../lib/unbuffer_output.c
17259 (main): Call gdb_unbuffer_output.
17260
4f5946a8
DE
172612016-01-21 Doug Evans <dje@google.com>
17262
17263 * lib/ada.exp (gdb_compile_ada): Fix typo.
17264
305e13e6
JB
172652016-01-21 Joel Brobecker <brobecker@adacore.com>
17266
17267 * gdb.base/break-fun-addr.exp: New file.
17268 * gdb.base/break-fun-addr1.c: New file.
17269 * gdb.base/break-fun-addr2.c: New file.
17270
5f5dfff6
SM
172712016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
17272
17273 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
17274 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
17275 enum flag values.
17276
fd356fa2
AA
172772016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
17278
17279 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
17280 when GDB can not set the vector return value. Add more comments
17281 for clarification.
17282
9df22175
AT
172832016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
17284
17285 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
17286 command.
17287
41d1845e
SM
172882016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17289
17290 * Makefile.in (DO_RUNTEST): Add --status and update usages.
17291
01ac6840
SM
172922016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17293
17294 * Makefile.in (check-single): Pass --status to runtest.
17295 (check/%.exp): Likewise.
17296
172972016-01-19 Simon Marchi <simon.marchi@ericsson.com>
17298
17299 * Makefile.in (check-parallel): Propagate return code from make
17300 do-check-parallel.
17301
bd0a71fa
MK
173022016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
17303
17304 * gdb.trace/ftrace.exp: Fix expected message on continue.
17305 * gdb.trace/pending.exp: Fix expected message on continue.
17306 * gdb.trace/trace-break.exp: Fix expected message on continue.
17307
8bcbad33
SM
173082016-01-18 Simon Marchi <simon.marchi@ericsson.com>
17309
17310 * lib/gdb.exp (gdb_test): Remove unused global references.
17311
f303dbd6
PA
173122016-01-18 Pedro Alves <palves@redhat.com>
17313
17314 * gdb.base/async-shell.exp: Adjust expected output.
17315 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
17316 * gdb.base/siginfo-thread.exp: Adjust expected output.
17317 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
17318 * gdb.java/jnpe.exp: Adjust expected output.
17319 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
17320 * gdb.threads/continue-pending-status.exp: Adjust expected output.
17321 * gdb.threads/leader-exit.exp: Adjust expected output.
17322 * gdb.threads/manythreads.exp: Adjust expected output.
17323 * gdb.threads/pthreads.exp: Adjust expected output.
17324 * gdb.threads/schedlock.exp: Adjust expected output.
17325 * gdb.threads/siginfo-threads.exp: Adjust expected output.
17326 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
17327 expected output.
17328 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
17329 output.
17330 * gdb.threads/sigthread.exp: Adjust expected output.
17331 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
17332
b2789696
YQ
173332016-01-18 Yao Qi <yao.qi@linaro.org>
17334
17335 * gdb.guile/scm-section-script.c: Replace @progbits with
17336 %progbits.
17337 * gdb.python/py-section-script.c: Likewise.
17338
71ef29a8
PA
173392016-01-15 Pedro Alves <palves@redhat.com>
17340
17341 * gdb.multi/tids.exp: Test star wildcard ranges.
17342
3f5b7598
PA
173432016-01-15 Pedro Alves <palves@redhat.com>
17344
17345 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
17346 command from "thread apply" invocation.
17347 (thr_apply_info_thr_invalid): Default the expected output to the
17348 input tid list.
17349 (top level): Add tests that use convenience variables. Add tests
17350 for "thread apply" with a valid TID list, but missing the command.
17351
663f6d42
PA
173522016-01-13 Pedro Alves <palves@redhat.com>
17353
17354 * gdb.base/default.exp: Expect $_gthread as well.
17355 * gdb.multi/tids.exp: Test $_gthread.
17356 * gdb.threads/thread-specific.exp: Test $_gthread.
17357
c84f6bbf
PA
173582016-01-13 Pedro Alves <palves@redhat.com>
17359
17360 * gdb.multi/tids.exp: Test "info threads -gid".
17361
22a02324
PA
173622016-01-13 Pedro Alves <palves@redhat.com>
17363
17364 * gdb.multi/tids.exp: Test InferiorThread.global_num and
17365 Breakpoint.thread.
17366 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
17367
5d5658a1
PA
173682016-01-07 Pedro Alves <palves@redhat.com>
17369
17370 * gdb.base/break.exp: Adjust to output changes.
17371 * gdb.base/hbreak2.exp: Likewise.
17372 * gdb.base/sepdebug.exp: Likewise.
17373 * gdb.base/watch_thread_num.exp: Likewise.
17374 * gdb.linespec/keywords.exp: Likewise.
17375 * gdb.multi/info-threads.exp: Likewise.
17376 * gdb.threads/thread-find.exp: Likewise.
17377 * gdb.multi/tids.c: New file.
17378 * gdb.multi/tids.exp: New file.
17379
84654457
PA
173802016-01-13 Pedro Alves <palves@redhat.com>
17381
17382 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
17383
e3940304
PA
173842016-01-13 Pedro Alves <palves@redhat.com>
17385
17386 * gdb.base/default.exp: Expect $_inferior as well.
17387 * gdb.multi/base.exp: Test $_inferior.
17388
a911d87a
PA
173892016-01-13 Pedro Alves <palves@redhat.com>
17390
17391 PR breakpoints/19388
17392 * gdb.base/catch-signal-siginfo-cond.c: New file.
17393 * gdb.base/catch-signal-siginfo-cond.exp: New file.
17394
82075af2
JS
173952016-01-12 Josh Stone <jistone@redhat.com>
17396 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17397
17398 * gdb.base/catch-syscall.c (do_execve): New variable.
17399 (main): Conditionally trigger an execve.
17400 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
17401 (test_catch_syscall_execve): New, check entry/return across execve.
17402 (do_syscall_tests): Call test_catch_syscall_execve.
17403
e46eeedd
PA
174042016-01-12 Pedro Alves <palves@redhat.com>
17405
17406 * gdb.base/random-signal.exp (do_test): New procedure, with body
17407 of testcase moved in.
17408
01d8c27e
JK
174092016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17410 Pedro Alves <palves@redhat.com>
17411
17412 * gdb.base/funcargs.exp (finish from indirectly called function):
17413 Reintroduce the case for 'First'.
17414
9a706302
JK
174152016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17416 Pedro Alves <palves@redhat.com>
17417
17418 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
17419 (tcatch_vfork_then_child_follow_exec)
17420 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
17421 identification.
17422
c0ecb95f
JK
174232016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17424
17425 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
17426 and repeats to unlimited.
17427 * gdb.python/py-value.exp: Likewise.
17428 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
17429 and repeats to unlimited.
17430
6cfc1fcb
JK
174312016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
17432
17433 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
17434 and reordering the functions.
17435 * gdb.multi/hangout.c: Likewise.
17436 * gdb.multi/hello.c: Likewise.
17437
582a1b00
SM
174382016-01-08 Simon Marchi <simon.marchi@ericsson.com>
17439
17440 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
17441 absolute.
17442 (SingleStatisticTestResult.report): Use dict.keys instead of
17443 dict.iterkeys.
17444
79bc59cb
PA
174452016-01-06 Pedro Alves <palves@redhat.com>
17446
17447 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
17448
43368e1d
MM
174492016-01-04 Markus Metzger <markus.t.metzger@intel.com>
17450
17451 * gdb.btrace/dlopen.exp: New.
17452 * gdb.btrace/dlopen.c: New.
17453 * gdb.btrace/dlopen-dso.c: New.
17454
79fad5b8
SL
174552015-12-25 Sandra Loosemore <sandra@codesourcery.com>
17456
17457 * lib/gdb.exp (gdb_test): Update comments to clarify that the
17458 PATTERN argument is optional.
17459
ab8314b3
JB
174602015-12-24 Joel Brobecker <brobecker@adacore.com>
17461
17462 * lib/ada.exp (target_compile_ada_from_dir): New function.
17463 (gdb_compile_ada): Reimplement avoiding the use of project files.
17464 * gdb.ada/gnat_ada.gpr: Delete.
17465 * gdb.ada/cond_lang.exp: Adjust test to make path before
17466 filename optional.
17467 * gdb.ada/small_reg_param.exp: Likewise.
17468
fe33faff
SM
174692015-12-22 Simon Marchi <simon.marchi@ericsson.com>
17470
17471 * gdb.base/foll-vork.exp: Remove HP-UX special case.
17472
6d265cb4
TP
174732015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
17474
17475 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
17476 case.
17477
10125099
SM
174782015-12-21 Simon Marchi <simon.marchi@ericsson.com>
17479
17480 * gdb.base/break.exp: Remove dead code.
17481 * gdb.base/sepdebug.exp: Likewise.
17482
3ca22649
SM
174832015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17484
17485 * gdb.asm/asm-source.exp: Remove HP-UX references.
17486 * gdb.base/annota1.exp: Likewise.
17487 * gdb.base/annota3.exp: Likewise.
17488 * gdb.base/attach.exp: Likewise.
17489 * gdb.base/bigcore.exp: Likewise.
17490 * gdb.base/break.exp: Likewise.
17491 * gdb.base/call-ar-st.exp: Likewise.
17492 * gdb.base/callfuncs.exp: Likewise.
17493 * gdb.base/catch-fork-static.exp: Likewise.
17494 * gdb.base/display.exp: Likewise.
17495 * gdb.base/foll-exec-mode.exp: Likewise.
17496 * gdb.base/foll-exec.exp: Likewise.
17497 * gdb.base/foll-fork.exp: Likewise.
17498 * gdb.base/foll-vfork.exp: Likewise.
17499 * gdb.base/funcargs.exp: Likewise.
17500 * gdb.base/hbreak2.exp: Likewise.
17501 * gdb.base/inferior-died.exp: Likewise.
17502 * gdb.base/interrupt.exp: Likewise.
17503 * gdb.base/multi-forks.exp: Likewise.
17504 * gdb.base/nodebug.exp: Likewise.
17505 * gdb.base/sepdebug.exp: Likewise.
17506 * gdb.base/solib1.c: Likewise.
17507 * gdb.base/step-test.exp: Likewise.
17508 * gdb.mi/non-stop.c: Likewise.
17509 * gdb.mi/pthreads.c: Likewise.
17510 * gdb.multi/bkpt-multi-exec.ex: Likewise.
17511 * gdb.threads/pthreads.c: Likewise.
17512 * gdb.threads/staticthreads.exp: Likewise.
17513 * lib/future.exp: Likewise.
17514 * lib/gdb.exp: Likewise.
17515 * gdb.base/so-indr-cl.c: Remove.
17516 * gdb.base/so-indr-cl.exp: Likewise.
17517 * gdb.base/solib.c: Likewise.
17518 * gdb.base/solib.exp: Likewise.
17519 * gdb.base/solib2.c: Likewise.
17520
b6304613
SM
175212015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
17522
17523 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
17524 * gdb.base/call-ar-st.exp: Likewise.
17525 * gdb.base/callfuncs.exp: Likewise.
17526 * gdb.base/condbreak.exp: Likewise.
17527 * gdb.base/constvars.exp: Likewise.
17528 * gdb.base/hbreak2.exp: Likewise.
17529 * gdb.base/langs.exp: Likewise.
17530 * gdb.base/list.exp: Likewise.
17531 * gdb.base/long_long.exp: Likewise.
17532 * gdb.base/ptype.exp: Likewise.
17533 * gdb.base/scope.exp: Likewise.
17534 * gdb.base/signals.exp: Likewise.
17535 * gdb.base/so-impl-ld.exp: Likewise.
17536 * gdb.base/varargs.exp: Likewise.
17537 * gdb.base/volatile.exp: Likewise.
17538 * gdb.base/whatis.exp: Likewise.
17539 * gdb.cp/cplusfuncs.exp: Likewise.
17540 * gdb.cp/inherit.exp: Likewise.
17541 * gdb.cp/local.exp: Likewise.
17542 * gdb.cp/member-ptr.exp: Likewise.
17543 * gdb.cp/method.exp: Likewise.
17544 * gdb.cp/overload.exp: Likewise.
17545 * gdb.cp/templates.exp: Likewise.
17546 * gdb.stabs/weird.exp: Likewise.
17547 * lib/compiler.c: Likewise.
17548 * lib/compiler.cc: Likewise.
17549 * lib/cp-support.exp: Likewise.
17550 * lib/gdb.exp: Likewise.
17551
bf401b07
SM
175522015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
17553
17554 * configure.ac: Remove HP-UX case.
17555 * configure: Regenerate.
17556
aff9c0f8
SM
175572015-12-18 Simon Marchi <simon.marchi@ericsson.com>
17558
17559 * lib/gdb.exp (gdb_compile): Add function doc.
17560
a6904d5a
PA
175612015-12-17 Pedro Alves <palves@redhat.com>
17562
17563 PR threads/19354
17564 * gdb.multi/info-threads.exp: New file.
17565
a22279dd
YQ
175662015-12-15 Yao Qi <yao.qi@linaro.org>
17567
17568 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
17569 is aarch64*-*-*.
17570
0588c796
SL
175712015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17572
17573 * gdb.base/history-duplicates.exp: Skip if no readline support.
17574
5d978e17
SL
175752015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17576
17577 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
17578
7e763b86
SL
175792015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17580
17581 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
17582
87a3a92c
SL
175832015-12-14 Sandra Loosemore <sandra@codesourcery.com>
17584
17585 * gdb.base/completion.exp: Skip tests that interrupt GDB with
17586 ctrl-C if nointerrupts target property is set.
17587 * gdb.base/double-prompt-target-event-error.exp: Likewise.
17588 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
17589 * gdb.base/paginate-bg-execution.exp: Likewise.
17590 * gdb.base/paginate-execution-startup.exp: Likewise.
17591 * gdb.base/random-signal.exp: Likewise.
17592 * gdb.base/range-stepping.exp: Likewise.
17593 * gdb.cp/annota2.exp: Likewise.
17594 * gdb.cp/annota3.exp: Likewise.
17595 * gdb.gdb/selftest.exp: Likewise.
17596 * gdb.threads/continue-pending-status.exp: Likewise.
17597 * gdb.threads/leader-exit.exp: Likewise.
17598 * gdb.threads/manythreads.exp: Likewise.
17599 * gdb.threads/pthreads.exp: Likewise.
17600 * gdb.threads/schedlock.exp: Likewise.
17601 * gdb.threads/sigthread.exp: Likewise.
17602
a8f077dc
DB
176032015-12-11 Don Breazeal <donb@codesourcery.com>
17604
17605 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
17606 remote.
17607 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
17608 * gdb.base/foll-exec.exp (main): Enable for target remote.
17609 * gdb.base/foll-fork.exp (main): Likewise.
17610 * gdb.base/foll-vfork.exp (main): Likewise.
17611 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
17612 (proc continue_to_exit_bp_loc): Use clean_restart.
17613 * gdb.base/pie-execl.exp (main): Disable for target remote.
17614 * gdb.base/watch-vfork.exp (main): Enable for target remote.
17615 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
17616 * gdb.threads/execl.exp (main): Likewise.
17617 * gdb.threads/fork-child-threads.exp (main): Likewise.
17618 * gdb.threads/fork-plus-threads.exp (main): Disable for target
17619 remote.
17620 * gdb.threads/fork-thread-pending.exp (main): Enable for target
17621 remote.
17622 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
17623 pid.tid style ptids, instead of just tid.
17624 * gdb.threads/thread-execl.exp (main): Enable for target remote.
17625 * gdb.threads/watchpoint-fork.exp (main): Likewise.
17626 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
17627 ptids, instead of just tid.
17628
3b2464a8
AB
176292015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17630
17631 * gdb.base/list.exp (test_list_forward): Add end of file error
17632 test.
17633 (test_repeat_list_command): Add end of file error test.
17634 (test_list_backwards): Add beginning of file error test.
17635
a0def019
AB
176362015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17637
17638 * gdb.base/list.exp (test_list_invalid_args): New function,
17639 defined, and called.
17640
5c000dff
AB
176412015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17642
17643 * gdb.base/list.exp (test_list): Make test names unique.
17644
f1637ebe
YQ
176452015-12-11 Yao Qi <yao.qi@linaro.org>
17646
17647 * gdb.base/coremaker2.c: Remove.
17648
36d6fc0a
PA
176492015-12-10 Pedro Alves <palves@redhat.com>
17650
17651 * gdb.multi/base.exp: Remove stale "spaces" references.
17652
762f7747
PA
176532015-12-10 Pedro Alves <palves@redhat.com>
17654
17655 * gdb.multi/base.exp: Don't use nowarnings.
17656 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
17657 * gdb.multi/hangout.c: Include stdio.h.
17658 * gdb.multi/hello.c: Include stdlib.h.
17659 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
17660 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
17661 * gdb.multi/multi-arch.exp: Don't use nowarnings.
17662
28d2bfb9
AB
176632015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
17664
17665 * gdb.dwarf2/dw2-ranges-base.c: New file.
17666 * gdb.dwarf2/dw2-ranges-base.exp: New file.
17667 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
17668 support additional line table, and debug ranges generation.
17669 (Dwarf::ranges): New function, generate .debug_ranges.
17670 (Dwarf::lines): Support generating simple line table programs.
17671 (Dwarf::assemble): Initialise new namespace variables.
17672
5fc2beac
KB
176732015-12-09 Kevin Buettner <kevinb@redhat.com>
17674
17675 * gdb.base/async.exp (proc test_background): Add case for
17676 asynchronous execution not supported.
17677
1c35a88f
LM
176782015-12-09 Luis Machado <lgustavo@codesourcery.com>
17679
17680 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
17681 format and change test names to make them unique.
17682
b593e3d9
RK
176832015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
17684 Pedro Alves <pedro@redhat.com>
17685
17686 PR gdb/18702
17687 Add checking of floatformats setup on x86_64 hosts.
17688 * gdb.arch/i386-float.S (main): Load bigval and smallval.
17689 (smallval, bigval): New labels/constants.
17690 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
17691 float" after loading bigval and smallval.
17692
d72413e6
PMR
176932015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
17694
17695 * gdb.ada/fun_overload_menu.exp: New testcase.
17696 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
17697
ece66d65
JS
176982015-12-04 Josh Stone <jistone@redhat.com>
17699
17700 * gdb.base/catch-fork-static.exp: New.
17701
41d0efca
YQ
177022015-12-03 Yao Qi <yao.qi@linaro.org>
17703
17704 * gdb.base/sizeof.c: Don't include stdio.h and
17705 ../lib/unbuffer_output.c.
17706 (main): New variable 'size' and 'value'. Remove printf and
17707 gdb_unbuffer_output. Assign return value to size and value.
17708 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
17709 at the beginning.
17710 (check_sizeof): Check the result by printing variable 'size'.
17711 (check_valueof): Check the result by printing variable 'value'.
17712
99fd02d9
YQ
177132015-12-01 Yao Qi <yao.qi@linaro.org>
17714
17715 * gdb.base/disp-step-syscall.exp: Define syscall instruction
17716 for aarch64*-*-linux* target.
17717
f2faf941
PA
177182015-11-30 Pedro Alves <palves@redhat.com>
17719
17720 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
17721
04bf20c5
PA
177222015-11-30 Pedro Alves <palves@redhat.com>
17723
17724 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
17725 Handle non-stop mode vCont replies.
17726
09df4675
PA
177272015-11-30 Pedro Alves <palves@redhat.com>
17728
17729 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
17730 prepare_for_testing. Start gdb with "set non-stop on" appended to
17731 GDBFLAGS. Lax expected stop output.
17732
58b584af
YQ
177332015-11-27 Yao Qi <yao.qi@linaro.org>
17734
17735 * gdb.arch/arm-neon.exp: New.
17736 * gdb.arch/arm-neon.c: New.
17737
dfcb77a8
YQ
177382015-11-27 Yao Qi <yao.qi@linaro.org>
17739
17740 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
17741
88e8ec1b
YQ
177422015-11-27 Yao Qi <yao.qi@linaro.org>
17743
17744 * gdb.cp/annota2.exp: Allow multiple occurrences of the
17745 frames-invalid annotation.
17746
bfde72c2
YQ
177472015-11-27 Yao Qi <yao.qi@linaro.org>
17748
17749 * gdb.cp/annota2.exp: Use ${frames_invalid}.
17750
f6512a69
SM
177512015-11-26 Simon Marchi <simon.marchi@ericsson.com>
17752
17753 * gdb.threads/names.exp: New file.
17754 * gdb.threads/names.c: New file.
17755 * README: Mention gdb,no_thread_names.
17756
46a3515b
MM
177572015-11-26 Markus Metzger <markus.t.metzger@intel.com>
17758
17759 PR 19297
17760 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
17761 support" error.
17762
62147a22
PA
177632015-11-24 Pedro Alves <palves@redhat.com>
17764
17765 PR 17539
17766 * gdb.base/display.exp: Expect displays to be sorted in ascending
17767 order. Use multi_line.
17768 * gdb.base/solib-display.exp: Likewise.
17769
2f341b6e
PA
177702015-11-24 Pedro Alves <palves@redhat.com>
17771
17772 PR 17539
25d49b86
PA
17773 * gdb.base/display.exp: Expect displays to be sorted in ascending
17774 order. Use multi_line.
17775 * gdb.base/solib-display.exp: Likewise.
2f341b6e 17776
7e0aa6aa
PA
177772015-11-24 Pedro Alves <palves@redhat.com>
17778
17779 PR 17539
17780 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
17781 threads in ascending order.
17782 * gdb.base/foll-fork.exp: Likewise.
17783 * gdb.base/foll-vfork.exp: Likewise.
17784 * gdb.base/multi-forks.exp: Likewise.
17785 * gdb.mi/mi-nonstop.exp: Likewise.
17786 * gdb.mi/mi-nsintrall.exp: Likewise.
17787 * gdb.multi/base.exp: Likewise.
17788 * gdb.multi/multi-arch.exp: Likewise.
17789 * gdb.python/py-inferior.exp: Likewise.
17790 * gdb.threads/break-while-running.exp: Likewise.
17791 * gdb.threads/execl.exp: Likewise.
17792 * gdb.threads/gcore-thread.exp: Likewise.
17793 * gdb.threads/info-threads-cur-sal.exp: Likewise.
17794 * gdb.threads/kill.exp: Likewise.
17795 * gdb.threads/linux-dp.exp: Likewise.
17796 * gdb.threads/multiple-step-overs.exp: Likewise.
17797 * gdb.threads/next-bp-other-thread.exp: Likewise.
17798 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
17799 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
17800 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
17801 * gdb.threads/thread-find.exp: Likewise.
17802 * gdb.threads/tls.exp: Likewise.
17803 * lib/mi-support.exp (mi_reverse_list): Delete.
17804 (mi_check_thread_states): No longer reverse list.
17805
2cc57ad8
PA
178062015-11-24 Pedro Alves <palves@redhat.com>
17807
17808 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
17809 use lowercase.
17810
c93e8391
SM
178112015-11-23 Simon Marchi <simon.marchi@ericsson.com>
17812
17813 * gdb.trace/actions.c: Include trace-common.h.
17814 (main): Add a location for a fast tracepoint.
17815 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
17816 the normal tracepoints.
17817 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
17818
045ccf91
SM
178192015-11-23 Simon Marchi <simon.marchi@ericsson.com>
17820
17821 * save-trace.exp: Factor out code to these...
17822 (gdb_save_tracepoints): New.
17823 (gdb_load_tracepoints): New.
17824 (do_save_load_test): New.
17825
5506f9f6
KB
178262015-11-23 Kevin Buettner <kevinb@redhat.com>
17827
17828 * gdb.base/asmlabel.exp: New test.
17829 * gdb.base/asmlabel.c: New test case.
17830
16c3b12f
JB
178312015-11-23 Joel Brobecker <brobecker@adacore.com>
17832
17833 * gdb.base/wrong_frame_bt_full-main.c: New file.
17834 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
17835 * gdb.base/wrong_frame_bt_full.exp: New file.
17836
155bfbd3
JB
178372015-11-23 Joel Brobecker <brobecker@adacore.com>
17838
17839 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
17840
bb097445
JM
178412015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
17842
206853a0 17843 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
17844 pstate register when comparing registers values in
17845 sparc64-*-linux-gnu targets to avoid spurious differences.
17846
9c88ed8f
JM
178472015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
17848
206853a0 17849 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 17850
96161e25
SL
178512015-11-19 Sandra Loosemore <sandra@codesourcery.com>
17852
17853 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
17854 as type argument to gdb_compile.
17855 * gdb.base/nested-subp2.exp: Likewise.
17856 * gdb.base/nested-subp3.exp: Likewise.
17857
340c2830
DV
178582015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
17859
17860 * lib/dwarf.exp (_note): Fix left shift of negative value.
17861 * gdb.trace/trace-condition.exp: Likewise.
17862
c1862d0f
YQ
178632015-11-13 Yao Qi <yao.qi@linaro.org>
17864
17865 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
17866 comments about d10v.
17867 (test_scalar_returns): Likewise.
17868 * gdb.base/d10v.ld: Remove.
17869 * gdb.base/overlays.exp: Remove the target triplet checking for
17870 d10v-*-*.
17871 * gdb.base/structs.exp (test_struct_returns): Remove the
17872 comments about d10v.
17873 (test_struct_calls): Likewise.
17874
77ae9c19
YQ
178752015-11-13 Yao Qi <yao.qi@linaro.org>
17876
17877 * gdb.base/gnu_vector.exp: Check the return value by "p res".
17878 * gdb.base/gnu_vector.c: Don't include stdio.h.
17879 (main): Don't print res and call add_some_intvecs.
17880
430e004e
MK
178812015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
17882
17883 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
17884 macro.
17885 (func5): Removed.
17886 (func4): Use FAST_TRACEPOINT_LABEL.
17887 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
17888 macro.
17889 (func): Removed.
17890 (thread_function): Use FAST_TRACEPOINT_LABEL.
17891 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
17892 (func): Remove.
17893 (marker): Use FAST_TRACEPOINT_LABEL.
17894 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
17895 (pendfunc1): Remove.
17896 (pendfunc): Use FAST_TRACEPOINT_LABEL.
17897 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
17898 (foo): Remove.
17899 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
17900 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
17901 macro.
17902 (func): Remove.
17903 (marker): Use FAST_TRACEPOINT_LABEL.
17904 * gdb.trace/trace-common.h: New header.
17905 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
17906 macro.
17907 (func): Remove.
17908 (marker): Use FAST_TRACEPOINT_LABEL.
17909 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
17910 (func): Remove.
17911 (thread_function): Use FAST_TRACEPOINT_LABEL.
17912
6e7675a7
MK
179132015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
17914
17915 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
17916 in front.
17917 * gdb.trace/change-loc.exp: Use global pcreg definition.
17918 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
17919 * gdb.trace/entry-values.exp: Use global spreg definition, add $
17920 in front.
17921 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
17922 * gdb.trace/pending.exp: Likewise.
17923 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
17924 * gdb.trace/trace-break.exp: Likewise.
17925 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
17926 in front.
17927 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
17928 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
17929 in front.
17930 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
17931
dddc0e16
JB
179322015-11-09 Joel Brobecker <brobecker@adacore.com>
17933
17934 * gdb.ada/fin_fun_out: New testcase.
17935
c6f0b406
KB
179362015-11-07 Kevin Buettner <kevinb@redhat.com>
17937
17938 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
17939 value associated with DW_AT_byte_size.
17940 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
17941 constants for DW_AT_byte_size, DW_AT_lower_bound, and
17942 DW_AT_upper_bound.
17943
f01dcfd9
KB
179442015-11-07 Kevin Buettner <kevinb@redhat.com>
17945
17946 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
17947 (gdb_target_symbol_prefix_flags): Define in terms of _asm
17948 version.
17949 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
17950 gdb.dwarf2/dw2-canonicalize-type.exp,
17951 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
17952 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
17953 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
17954 provided by gdb_target_symbol_prefix_flags_asm.
17955 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
17956 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
17957 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
17958 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
17959 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
17960 macros where needed). Use this macro for symbols which require
17961 the prefix provided by SYMBOL_PREFIX.
17962
2223449a
KB
179632015-11-05 Kevin Buettner <kevinb@redhat.com>
17964
17965 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
17966 New procs.
17967 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
17968 representing expressions, of more than one list element.
17969 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
17970 to prepend linker symbol prefix to f.
17971 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
17972 table_1 and table_2.
17973 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
17974 Likewise, for f and g.
17975 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
17976 for ptr.
17977 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
17978 for main.
17979 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
17980 table_1_ptr and table_2_ptr.
17981
6f2f1a3a
JK
179822015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17983 Joel Brobecker <brobecker@adacore.com>
17984
17985 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
17986
566c56c9
MK
179872015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
17988
17989 * gdb.reverse/s390-mvcle.c: New test.
17990 * gdb.reverse/s390-mvcle.exp: New file.
17991 * lib/gdb.exp: Enable reverse tests on s390*-linux.
17992
d5f0636b
MK
179932015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
17994
17995 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
17996
7ad8b86c
MK
179972015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
17998
17999 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
18000 reaching marker2.
18001 * gdb.reverse/getresuid-reverse.exp: Likewise.
18002 * gdb.reverse/pipe-reverse.exp: Likewise.
18003 * gdb.reverse/readv-reverse.exp: Likewise.
18004 * gdb.reverse/recvmsg-reverse.exp: Likewise.
18005 * gdb.reverse/time-reverse.exp: Likewise.
18006 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
18007
4081c0f1
YQ
180082015-10-30 Yao Qi <yao.qi@linaro.org>
18009
18010 * gdb.threads/wp-replication.c (watch_count_done): Remove.
18011 (empty_cycle): Remove.
18012 (main): Don't call empty_cycle. Don't use watch_count_done.
18013 * gdb.threads/wp-replication.exp: Don't set breakpoint on
18014 empty_cycle. Rewrite the code counting HW watchpoints.
18015
452b4ba5
MK
180162015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
18017
18018 * gdb.reverse/fstatat-reverse.c: New test.
18019 * gdb.reverse/fstatat-reverse.exp: New file.
18020 * gdb.reverse/getresuid-reverse.c: New test.
18021 * gdb.reverse/getresuid-reverse.exp: New file.
18022 * gdb.reverse/pipe-reverse.c: New test.
18023 * gdb.reverse/pipe-reverse.exp: New file.
18024 * gdb.reverse/readv-reverse.c: New test.
18025 * gdb.reverse/readv-reverse.exp: New file.
18026 * gdb.reverse/recvmsg-reverse.c: New test.
18027 * gdb.reverse/recvmsg-reverse.exp: New file.
18028 * gdb.reverse/time-reverse.c: New test.
18029 * gdb.reverse/time-reverse.exp: New file.
18030 * gdb.reverse/waitpid-reverse.c: New test.
18031 * gdb.reverse/waitpid-reverse.exp: New file.
18032
5e2e7507
JK
180332015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
18034
18035 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
18036
0fde2c53
DE
180372015-10-26 Doug Evans <dje@google.com>
18038
18039 PR symtab/17391
18040 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
18041 * gdb.dwarf2/bad-regnum.c: New file.
18042 * gdb.dwarf2/bad-regnum.exp: New file.
18043
1a70ae97
DE
180442015-10-26 Doug Evans <dje@google.com>
18045
18046 PR python/18938
18047 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
18048 file.
18049
27dc26ab
JK
180502015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18051
18052 * gdb.compile/compile.exp (compile code globalvar): Update expectation
18053 for a change by "Mention language in compile error message".
18054
bed91f4d
SM
180552015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
18056
18057 PR python/18073
18058 * gdb.python/py-type.c (C::a_method): New.
18059 (C::a_const_method): New.
18060 (C::a_static_method): New.
18061 (a_function): New.
18062 * gdb.python/py-type.exp (test_fields): Test getting fields
18063 from function and method.
18064
3f2f83dd
KB
180652015-10-21 Keven Boell <keven.boell@intel.com>
18066
18067 * gdb.fortran/vla-alloc-assoc.exp: New file.
18068 * gdb.fortran/vla-datatypes.exp: New file.
18069 * gdb.fortran/vla-datatypes.f90: New file.
18070 * gdb.fortran/vla-history.exp: New file.
18071 * gdb.fortran/vla-ptype-sub.exp: New file.
18072 * gdb.fortran/vla-ptype.exp: New file.
18073 * gdb.fortran/vla-sizeof.exp: New file.
18074 * gdb.fortran/vla-sub.f90: New file.
18075 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
18076 * gdb.fortran/vla-value-sub-finish.exp: New file.
18077 * gdb.fortran/vla-value-sub.exp: New file.
18078 * gdb.fortran/vla-value.exp: New file.
18079 * gdb.fortran/vla-ptr-info.exp: New file.
18080 * gdb.mi/mi-vla-fortran.exp: New file.
18081 * gdb.mi/vla.f90: New file.
18082
27145d50
SL
180832015-10-21 Sandra Loosemore <sandra@codesourcery.com>
18084
18085 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
18086 of hardwired timeout value.
18087
5f3ff4f8
JK
180882015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
18089 Pedro Alves <palves@redhat.com>
18090
18091 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
18092 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
18093
bfd09d20
JS
180942015-10-19 Josh Stone <jistone@redhat.com>
18095
18096 * gdb.base/catch-syscall.c: Include <sched.h>.
18097 (unknown_syscall): New variable.
18098 (main): Trigger a vfork and an unknown syscall.
18099 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
18100 (unknown_syscall_number): Likewise.
18101 (check_call_to_syscall): Accept an optional syscall pattern.
18102 (check_return_from_syscall): Likewise.
18103 (check_continue): Likewise.
18104 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
18105 (test_catch_syscall_skipping_return): New test toggling off 'catch
18106 syscall' to step over the syscall return, then toggling back on.
18107 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
18108 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
18109 (do_syscall_tests): Call test_catch_syscall_without_args and
18110 test_catch_syscall_mid_vfork.
18111 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
18112 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
18113
b32b93c6
AS
181142015-10-19 Andrew Stubbs <ams@codesourcery.com>
18115
18116 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
18117 print g_vE): Add new pass patterns.
18118 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
18119 print various symbol names for vptr fields.
18120
9d622bda
AB
181212015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
18122
18123 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
18124 results.
18125
0fd8ac1c
YQ
181262015-10-12 Yao Qi <yao.qi@linaro.org>
18127
18128 * gdb.arch/disp-step-insn-reloc.exp: New test case.
18129
34240514
YQ
181302015-10-12 Yao Qi <yao.qi@linaro.org>
18131
18132 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
18133 is aarch64*-*-linux*.
18134
8240f442
YQ
181352015-10-12 Yao Qi <yao.qi@linaro.org>
18136
18137 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
18138 (can_relocate_bcond_true): ... it.
18139 (can_relocate_bcond_false): New function.
18140 (foo): Likewise.
18141 (can_relocate_bl): Likewise.
18142 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
18143 can_relocate_bl.
18144
2520f728
PMR
181452015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
18146
18147 * gdb.base/nested-addr.c: New file.
18148 * gdb.base/nested-addr.exp: New testcase.
18149
abcef95a
MM
181502015-10-09 Markus Metzger <markus.t.metzger@intel.com>
18151
18152 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
18153 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
18154 its output. Ignore the output of "record goto begin" and instead
18155 check that GDB is replaying.
18156
145e3ddb
PA
181572015-10-09 Pedro Alves <palves@redhat.com>
18158
18159 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
18160 (top level): Use it in the run with no args test.
18161
d5d8c4e1
IB
181622015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
18163
18164 * gdb.dlang/properties.exp: New file.
18165
06e635ef
SL
181662015-10-02 Sandra Loosemore <sandra@codesourcery.com>
18167
18168 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
18169 whether or not address 0x1000 is mapped on the target.
18170
e019fd1d
SM
181712015-09-30 Simon Marchi <simon.marchi@ericsson.com>
18172
18173 * gdb.python/py-type.exp: Do not run tests if binaries fail to
18174 build.
18175
77ba2a67
MM
181762015-09-30 Markus Metzger <markus.t.metzger@intel.com>
18177
18178 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
18179 instruction-history test.
18180
c60eb31f
DE
181812015-09-28 Doug Evans <dje@google.com>
18182
18183 * gdb.base/gcore.c (array_func): Add reference to static_array.
18184
9a3c8263
SM
181852015-09-25 Simon Marchi <simon.marchi@ericsson.com>
18186
18187 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
18188 source line.
18189
9720e656
SL
181902015-09-24 Sandra Loosemore <sandra@codesourcery.com>
18191
18192 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
18193 short or char as base type.
18194
938d3bf2
SL
181952015-09-23 Sandra Loosemore <sandra@codesourcery.com>
18196
18197 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
18198 to allow any size enum.
18199
e6c2c623
PMR
182002015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
18201
18202 * gdb.ada/array_ptr_renaming.exp: New testcase.
18203 * gdb.ada/array_ptr_renaming/foo.adb: New file.
18204 * gdb.ada/array_ptr_renaming/pack.ads: New file.
18205
06da0f77
PL
182062015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18207
18208 * gdb.trace/ftrace-lock.c: New file.
18209 * gdb.trace/ftrace-lock.exp: New file.
18210
4f51c22a
PL
182112015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18212
18213 * gdb.arch/insn-reloc.c: New file.
18214 * gdb.arch/ftrace-insn-reloc.exp: New file.
18215
7041adf4
PL
182162015-09-21 Pierre Langlois <pierre.langlois@arm.com>
18217
18218 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
18219 instruction.
18220 * gdb.trace/pendshr1.c (pendfunc): Likewise.
18221 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
18222 * gdb.trace/range-stepping.c: Likewise.
18223 * gdb.trace/trace-break.c: Likewise.
18224 * gdb.trace/trace-mt.c (thread_function): Likewise.
18225 * gdb.trace/ftrace.c (marker): Likewise.
18226 * gdb.trace/trace-condition.c (marker): Likewise.
18227 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
18228 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
18229 is_aarch64_target.
18230
015d2e7e
DE
182312015-09-18 Doug Evans <xdje42@gmail.com>
18232
18233 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
18234 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
18235
26b188a2
SL
182362015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18237
18238 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
18239 the breakpoint.
18240
79dc332b
SL
182412015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18242
18243 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
18244 the pending breakpoint. Remove timeout override for "Run till
18245 MI pending breakpoint on pendfunc3 on thread 2" test.
18246
f57929f2
SL
182472015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18248
18249 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
18250 filename pattern.
18251
3f469b17
SL
182522015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18253
18254 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
18255 in breakpoint filename pattern.
18256
515b89b3
SL
182572015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18258
7800dbe4
SL
18259 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
18260
182612015-09-18 Sandra Loosemore <sandra@codesourcery.com>
18262
515b89b3
SL
18263 * gdb.linespec/explicit.exp: Check for readline support for
18264 tab-completion tests. Fix obvious typo.
18265
d2939ba2
MM
182662015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18267
18268 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
18269 and replay.
18270
cbb55fa7
MM
182712015-09-18 Markus Metzger <markus.t.metzger@intel.com>
18272
18273 * gdb.btrace/non-stop.c: New.
18274 * gdb.btrace/non-stop.exp: New.
18275
43691ca1
PL
182762015-09-17 Pierre Langlois <pierre.langlois@arm.com>
18277 Yao Qi <yao.qi@linaro.org>
18278
18279 * gdb.trace/trace-condition.c: New file.
18280 * gdb.trace/trace-condition.exp: New file.
18281
d78908cf
WW
182822015-09-16 Wei-cheng Wang <cole945@gmail.com>
18283
18284 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
18285 for testing bytecode compilation.
18286
1ed415e2
PA
182872015-09-16 Pedro Alves <palves@redhat.com>
18288 Sandra Loosemore <sandra@codesourcery.com>
18289
18290 * gdb.threads/non-stop-fair-events.c (timeout): New global.
18291 (SECONDS): Redefine.
18292 (main): Call pthread_kill and alarm early.
18293 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
18294 support.
18295 (test): If the target can't hardware step and doesn't support
18296 displaced stepping, increase the timeout.
18297
d136eff5
PA
182982015-09-16 Pedro Alves <palves@redhat.com>
18299
18300 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
18301 (enable_debug): New procedures.
18302 (test): Use them. Bail out if waiting for threads fails.
18303 (top level): Bail out if a test fails.
18304
991f019c
YQ
183052015-09-16 Yao Qi <yao.qi@linaro.org>
18306
18307 * gdb.asm/asm-source.exp: Set asm-arch for
18308 aarch64*-*-* target.
18309 * gdb.asm/aarch64.inc: New file.
18310
bfca584f
PMR
183112015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
18312
18313 * gdb.ada/array_of_variable_length.exp: New testcase.
18314 * gdb.ada/array_of_variable_length/foo.adb: New file.
18315 * gdb.ada/array_of_variable_length/pck.adb: New file.
18316 * gdb.ada/array_of_variable_length/pck.ads: New file.
18317
b326e587
DE
183182015-09-15 Doug Evans <dje@google.com>
18319
18320 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
18321 of function static local variable.
18322
5382cfab
PW
183232015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
18324
18325 * gdb.threads/tls-so_extern.exp: New test file.
18326 * gdb.threads/tls-so_extern.c: New test file.
18327 * gdb.threads/tls-so_extern_main.c: New test file.
18328
141c5cc4
JK
183292015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18330
18331 * gdb.opt/solib-intra-step-lib.c: New file.
18332 * gdb.opt/solib-intra-step-main.c: New file.
18333 * gdb.opt/solib-intra-step.exp: New file.
18334
d15dcecd
PA
183352015-09-15 Pedro Alves <palves@redhat.com>
18336
18337 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
18338 gdb_continue_to_breakpoint instead of gdb_test_multiple.
18339
4c2f2a79
PA
183402015-09-14 Pedro Alves <palves@redhat.com>
18341
18342 * gdb.base/hook-stop-continue.c: Delete.
18343 * gdb.base/hook-stop-continue.exp: Delete.
18344 * gdb.base/hook-stop-frame.c: Delete.
18345 * gdb.base/hook-stop-frame.exp: Delete.
18346 * gdb.base/hook-stop.c: New file.
18347 * gdb.base/hook-stop.exp: New file.
18348
919e6dbe
PMR
183492015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
18350
18351 * gdb.ada/access_to_packed_array.exp: New testcase.
18352 * gdb.ada/access_to_packed_array/foo.adb: New file.
18353 * gdb.ada/access_to_packed_array/pack.adb: New file.
18354 * gdb.ada/access_to_packed_array/pack.ads: New file.
18355
157280a4
MM
183562015-09-14 Markus Metzger <markus.t.metzger@intel.com>
18357
18358 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
18359 buffer size test.
18360
2fd33e94
DB
183612015-09-11 Don Breazeal <donb@codesourcery.com>
18362
18363 * gdb.base/foll-exec.c: Add copyright header. Fix
18364 formatting issues.
18365 * gdb.base/foll-exec.exp (zap_session): Delete proc.
18366 (do_exec_tests): Use clean_restart in place of zap_session,
18367 and for test initialization. Fix formatting issues. Use
18368 fail in place of perror.
18369 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
18370 an expect statement to match an expression with output from
18371 the program under debug.
18372 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
18373 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
18374 * gdb.threads/non-ldr-exc-2.exp: Likewise.
18375 * gdb.threads/non-ldr-exc-3.exp: Likewise.
18376 * gdb.threads/non-ldr-exc-4.exp: Likewise.
18377
e70b6e8e
DE
183782015-09-09 Doug Evans <dje@google.com>
18379
18380 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
18381
7a551a51
DE
183822015-09-09 Doug Evans <dje@google.com>
18383
18384 * gdb.base/pie-execl.exp: Fix result test of build_executable.
18385
4c666f84
DE
183862015-09-09 Doug Evans <dje@google.com>
18387
18388 * gdb.base/savedregs.exp: Fix typo.
18389
243a9253
PA
183902015-09-09 Pedro Alves <palves@redhat.com>
18391
18392 * gdb.mi/mi-cli.exp: Add CLI finish tests.
18393
c0fa8fbd
SL
183942015-09-08 Sandra Loosemore <sandra@codesourcery.com>
18395
18396 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
18397 command actually switches threads. Give up on remaining
18398 tests if target fails to stop at breakpoint.
18399
cd7c1778
PMR
184002015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
18401
18402 * gdb.ada/funcall_char.exp: New testcase.
18403 * gdb.ada/funcall_char/foo.adb: New file.
18404
dc5c8746
PMR
184052015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
18406
18407 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
18408 expected outputs. Add two testcases for completing ambiguous
18409 functions.
18410 * gdb.ada/complete/aux_pck.adb: New file.
18411 * gdb.ada/complete/aux_pck.ads: New file.
18412 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
18413 Ambiguous_Func functions.
18414 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
18415 * gdb.ada/complete/pck.adb: Likewise.
18416
4e83a1e7
UW
184172015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
18418
18419 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
18420 failures to run the test program under GDB.
18421
8ce74153
LM
184222015-08-26 Luis Machado <lgustavo@codesourcery.com>
18423
18424 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
18425 to C.
18426
e9756d52
PP
184272015-08-26 Patrick Palka <patrick@parcs.ath.cx>
18428
18429 * gdb.base/run-after-attach.exp: New test file.
18430 * gdb.base/run-after-attach.c: New test file.
18431
8d37573b
DB
184322015-08-26 Don Breazeal <donb@codesourcery.com>
18433
18434 * gdb.base/foll-exec-2.c: New test program.
18435 * gdb.base/foll-exec-2.exp: New test.
18436
63e43d3a
PMR
184372015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
18438
18439 * gdb.base/nested-subp1.exp: New file.
18440 * gdb.base/nested-subp1.c: New file.
18441 * gdb.base/nested-subp2.exp: New file.
18442 * gdb.base/nested-subp2.c: New file.
18443 * gdb.base/nested-subp3.exp: New file.
18444 * gdb.base/nested-subp3.c: New file.
18445
3d40fbb5
PA
184462015-08-24 Pedro Alves <palves@redhat.com>
18447
18448 * gdb.server/connect-without-multi-process.c: New file.
18449 * gdb.server/connect-without-multi-process.exp: New file.
18450
4422ac93
LM
184512015-08-24 Luis Machado <lgustavo@codesourcery.com>
18452
18453 * gdb.opt/inline-markers.c: Make z int.
18454
91dddb86
LM
184552015-08-24 Luis Machado <lgustavo@codesourcery.com>
18456
18457 * gdb.opt/inline-markers.c: Make z volatile.
18458
a48847ee
LM
184592015-08-24 Luis Machado <lgustavo@codesourcery.com>
18460
18461 * gdb.opt/inline-bt.c: New volatile global z.
18462 * gdb.opt/inline-cmds.c: Likewise.
18463 * gdb.opt/inline-locals.c: Likewise.
18464 * gdb.opt/inline-markers.c: New extern global z.
18465 (marker): Use z.
18466 (inline_fn): Likewise.
18467
0ebbc52b
PA
184682015-08-24 Pedro Alves <palves@redhat.com>
18469
18470 * config/m32r-stub.exp: Remove file.
18471 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
18472 * gdb.base/call-rt-st.exp: Likewise.
18473 * gdb.base/call-strs.exp: Likewise.
18474 * gdb.base/default.exp: Remove references to h8300-*-hms and
18475 *-*-udi*.
18476 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
18477
77c365df
AA
184782015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
18479
18480 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
18481 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
18482 and "return" use KFAIL when GDB can not read/write the vector
18483 return value.
18484
4313b8c0
GB
184852015-08-21 Gary Benson <gbenson@redhat.com>
18486
18487 * gdb.trace/pending.exp: Cope with remote transfer warnings.
18488
0e433b32
PA
184892015-08-20 Pedro Alves <palves@redhat.com>
18490
18491 * gdb.server/solib-list.exp: No longer expect an interior stop in
18492 non-stop mode.
18493
221e1a37
PA
184942015-08-20 Pedro Alves <palves@redhat.com>
18495
18496 * gdb.server/connect-stopped-target.c: New file.
18497 * gdb.server/connect-stopped-target.exp: New file.
18498
40e3ad0e
PA
184992015-08-20 Pedro Alves <palves@redhat.com>
18500
18501 * gdb.dwarf2/comp-unit-lang.exp: New file.
18502 * gdb.dwarf2/comp-unit-lang.c: New file.
18503
af39b327
PMR
185042015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
18505
18506 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
18507 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
18508
7d45c7c3 185092015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 18510
7d45c7c3
KB
18511 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
18512 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
18513
4d6cceb4
DE
185142015-08-18 Doug Evans <dje@google.com>
18515 Adrian Sendroiu <adrian.sendroiu@freescale.com>
18516
18517 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
18518 skip_python_tests. New arg prompt_regexp.
18519 (skip_python_tests): New function.
18520 * lib/mi-support.exp (mi_skip_python_tests): New function.
18521 * gdb.python/py-mi-objfile-gdb.py: New file.
18522 * gdb.python/py-mi-objfile.c: New file.
18523 * gdb.python/py-mi-objfile.exp: New file.
18524
ad89c2aa
KS
185252015-08-17 Keith Seitz <keiths@redhat.com>
18526
18527 * gdb.linespec/explicit.exp: Move strace test from here ...
18528 * gdb.trace/strace.exp: ... to here.
18529
e3ae3c43
PP
185302015-08-15 Patrick Palka <patrick@parcs.ath.cx>
18531
18532 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
18533 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
18534
604b2636
DE
185352015-08-14 Doug Evans <xdje42@gmail.com>
18536
18537 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
18538 inferior before selecting a new file.
18539
6ff0ba5f
DE
185402015-08-14 Doug Evans <xdje42@gmail.com>
18541
18542 * gdb.mi/mi-disassemble.exp: Update.
18543 * gdb.base/disasm-optim.S: New file.
18544 * gdb.base/disasm-optim.c: New file.
18545 * gdb.base/disasm-optim.h: New file.
18546 * gdb.base/disasm-optim.exp: New file.
18547
9ca98f92
KS
185482015-08-14 Keith Seitz <keiths@redhat.com>
18549
18550 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
18551 "evaluated-by".
18552
52bbc560
JB
185532015-08-13 Joel Brobecker <brobecker@adacore.com>
18554
18555 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
18556
5d8c3ed3
PMR
185572015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
18558
18559 * gdb.ada/fun_renaming.exp: New testcase.
18560 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
18561 * gdb.ada/fun_renaming/pack.adb: New file.
18562 * gdb.ada/fun_renaming/pack.ads: New file.
18563
ea8812bc
KS
185642015-08-12 Keith Seitz <keiths@redhat.com>
18565
18566 * gdb.base/dso2dso.exp: Pass basename of source file in call to
18567 gdb_get_line_number.
18568
4dafcdeb
JB
185692015-08-12 Joel Brobecker <brobecker@adacore.com>
18570
18571 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
18572 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
18573 gdb.base/dso2dso.exp: New files.
18574
5ba32597
SDJ
185752015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
18576 Pedro Alves <palves@redhat.com>
18577 Keith Seitz <keiths@redhat.com>
18578
18579 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
18580 GDBFLAGS.
18581
b6dafabf
PP
185822015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18583
18584 * gdb.base/gdbhistsize-history.exp
18585 (test_histsize_history_setting): Use save_vars.
18586 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18587 Use save_vars.
18588 (test_no_truncation_of_unlimited_history_file): Use save_vars.
18589 * gdb.base/readline.exp: Use save_vars.
18590
abe8e607
PP
185912015-08-12 Patrick Palka <patrick@parcs.ath.cx>
18592
18593 * lib/gdb.exp (save_vars): New proc.
18594
629500fa
KS
185952015-08-11 Keith Seitz <keiths@redhat.com>
18596
18597 * gdb.base/help.exp: Update help_breakpoint_text.
18598
eb8c4e2e
KS
185992015-08-11 Keith Seitz <keiths@redhat.com>
18600
18601 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
18602 (at toplevel): Call test_explicit_breakpoints.
18603 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
18604 breakpoints.
18605 * lib/mi-support.exp (mi_make_breakpoint): Add support for
18606 breakpoint conditions, "-cond".
18607
87f0e720
KS
186082015-08-11 Keith Seitz <keiths@redhat.com>
18609
18610 * gdb.linespec/3explicit.c: New file.
18611 * gdb.linespec/cpexplicit.cc: New file.
18612 * gdb.linespec/cpexplicit.exp: New file.
18613 * gdb.linespec/explicit.c: New file.
18614 * gdb.linespec/explicit.exp: New file.
18615 * gdb.linespec/explicit2.c: New file.
18616 * gdb.linespec/ls-errs.exp: Add explicit location tests.
18617 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
18618 before using in the matching pattern.
18619 Clarify that `prefix' is a regular expression.
18620
f00aae0f
KS
186212015-08-11 Keith Seitz <keiths@redhat.com>
18622
18623 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
18624 test.
18625 Add tests for missing ",FMT" and ",".
18626
e27852be
DE
186272015-08-10 Doug Evans <dje@google.com>
18628 Keith Seitz <keiths@redhat.com>
18629
18630 PR gdb/17960
18631 * gdb.base/completion.exp: Add location completer tests.
18632
7f03bd92
PA
186332015-08-07 Pedro Alves <palves@redhat.com>
18634
18635 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
18636 tests here.
18637 (top level): Run do_test with and without displaced stepping.
18638
3fc8eb30
PA
186392015-08-07 Pedro Alves <palves@redhat.com>
18640
18641 * gdb.base/valgrind-disp-step.c: New file.
18642 * gdb.base/valgrind-disp-step.exp: New file.
18643
d4569d7b
PA
186442015-08-07 Pedro Alves <palves@redhat.com>
18645
18646 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
18647 Delete function.
18648 (main): Add alarm. Run an infinite loop instead of calling
18649 wait_threads.
18650 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
18651 comment.
18652 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
18653 Delete function.
18654 (main): Add alarm. Run an infinite loop instead of calling
18655 wait_threads.
18656 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
18657 comment.
18658
e1316e60
PA
186592015-08-07 Pedro Alves <palves@redhat.com>
18660
18661 * gdb.base/checkpoint-ns.exp: New file.
18662 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
18663 standard_testfile.
18664
da8c46d2
MM
186652015-08-07 Markus Metzger <markus.t.metzger@intel.com>
18666
18667 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
18668 * gdb.btrace/instruction_history.exp: Update.
18669 * gdb.btrace/tsx.exp: New.
18670 * gdb.btrace/tsx.c: New.
18671
de1c2c52
PA
186722015-08-06 Pedro Alves <palves@redhat.com>
18673
18674 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
18675 increase timeout.
18676 * gdb.reverse/until-precsave.exp: Bump timeouts.
18677
782e0bf4
PA
186782015-08-06 Pedro Alves <palves@redhat.com>
18679
18680 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
18681
83e97ed0
PA
186822015-08-06 Pedro Alves <palves@redhat.com>
18683
18684 PR gdb/18749
18685 * gdb.threads/process-dies-while-handling-bp.c: New file.
18686 * gdb.threads/process-dies-while-handling-bp.exp: New file.
18687
863d01bd
PA
186882015-08-06 Pedro Alves <palves@redhat.com>
18689
18690 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
18691 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
18692
0a39bb32
PA
186932015-08-05 Pedro Alves <palves@redhat.com>
18694
18695 * gdb.threads/next-while-other-thread-longjmps.c: New file.
18696 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
18697
ee2d2b10
SL
186982015-08-03 Sandra Loosemore <sandra@codesourcery.com>
18699
18700 * gdb.base/bp-permanent.exp: Report test as unsupported if
18701 the target cannot stop at the permanent breakpoint.
18702
4e1bdb00
DE
187032015-08-03 Doug Evans <dje@google.com>
18704
18705 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
18706 10000.
18707
3d338901
DE
187082015-08-03 Doug Evans <dje@google.com>
18709
18710 * Makefile.in (workers/%.worker, build-perf): New rule.
18711 (GDB_PERFTEST_MODE): New variable.
18712 (check-perf): Use it.
18713 (clean): Clean up gdb.perf parallel build subdirs.
18714 * lib/build-piece.exp: New file.
18715 * lib/gdb.exp (make_gdb_parallel_path): New function
18716 (standard_output_file, standard_temp_file): Call it.
18717 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18718 of $GDB_PARALLEL.
18719 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
18720
af061d3e
DE
187212015-08-03 Doug Evans <dje@google.com>
18722
8e1afc81 18723 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
18724 (LOG_FILE_NAME): New global.
18725 (TextReporter.__init__): Initialize self.txt_sum.
18726 (TextReporter.report): Add support for multiple data-points.
18727 Move report to perftest.sum, put raw data in perftest.log.
18728 (TextReporter.start): Open sum and log files.
18729 (TextReporter.end): Close sum and log files.
8e1afc81
DE
18730 * gdb.perf/lib/perftest/testresult.py
18731 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 18732
2c8c5d37
PA
187332015-07-31 Pedro Alves <palves@redhat.com>
18734
18735 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
18736 Use spawn_id_get_pid. Wait for spawn id after eof. Use
18737 kill_wait_spawned_process instead of explicit "kill -9".
18738 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
18739 returning a spawn id instead of a pid. Use spawn_id_get_pid and
18740 kill_wait_spawned_process.
18741 * gdb.base/attach-twice.exp: Likewise.
18742 * gdb.base/attach.exp: Likewise.
18743 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
18744 gdb_test_multiple.
18745 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
18746 returning a spawn id instead of a pid. Use spawn_id_get_pid and
18747 kill_wait_spawned_process.
18748 * gdb.base/valgrind-infcall.exp: Likewise.
18749 * gdb.multi/multi-attach.exp: Likewise.
18750 * gdb.python/py-prompt.exp: Likewise.
18751 * gdb.python/py-sync-interp.exp: Likewise.
18752 * gdb.server/ext-attach.exp: Likewise.
18753 * gdb.threads/attach-into-signal.exp (corefunc): Use
18754 spawn_wait_for_attach, spawn_id_get_pid and
18755 kill_wait_spawned_process.
18756 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
18757 spawn_wait_for_attach returning a spawn id instead of a pid. Use
18758 spawn_id_get_pid and kill_wait_spawned_process.
18759 * gdb.threads/attach-stopped.exp (corefunc): Use
18760 spawn_wait_for_attach, spawn_id_get_pid and
18761 kill_wait_spawned_process.
18762 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
18763 Use spawn_id_get_pid. Wait for spawn id after eof. Use
18764 kill_wait_spawned_process instead of explicit "kill -9".
18765 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
18766 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
18767 (spawn_wait_for_attach): Use spawn instead of exec to spawn
18768 processes. Don't map cygwin/windows pids here. Now returns a
18769 spawn id list.
18770
032a0fca
SL
187712015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18772
18773 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
18774 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
18775 correct patch.
18776
61a934ca
SL
187772015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18778
18779 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
18780
4bc4d428
SL
187812015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18782
18783 Reapply:
18784 2014-05-21 Mark Wielaard <mjw@redhat.com>
18785
18786 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18787
998d452a
PA
187882015-07-30 Pedro Alves <palves@redhat.com>
18789
18790 * linux-low.c (handle_extended_wait): Set the child's last
18791 reported status to TARGET_WAITKIND_STOPPED.
18792
69dde7dc
PA
187932015-07-30 Pedro Alves <palves@redhat.com>
18794
18795 PR threads/18600
18796 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
18797 only shows inferior 1.
18798
4dd63d48
PA
187992015-07-30 Simon Marchi <simon.marchi@ericsson.com>
18800 Pedro Alves <palves@redhat.com>
18801
18802 PR threads/18600
18803 * gdb.threads/fork-plus-threads.c: New file.
18804 * gdb.threads/fork-plus-threads.exp: New file.
18805
d618e4c5
PP
188062015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18807
18808 * gdb.base/batch-preserve-term-settings.exp
18809 (test_terminal_settings_preserved_after_cli_exit): Use
18810 send_quit_command.
18811
1eef6428
PA
188122015-07-29 Pedro Alves <palves@redhat.com>
18813 Don Breazeal <donb@codesourcery.com>
18814
18815 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
18816 output from both inferior_spawn_id and gdb_spawn_id.
18817
7da5b897
SDJ
188182015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
18819
18820 * gdb.threads/attach-into-signal.exp (corefunc): Use
18821 with_test_prefix on nested loops, uniquefying the test messages.
18822
dac804df
SDJ
188232015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
18824
18825 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
18826 commit.
18827
06265e53
PP
188282015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18829
18830 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
18831 New proc.
18832 (test_terminal_settings_preserved_after_sigterm): New test.
18833
18206ca3
PP
188342015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18835
18836 * gdb.base/batch-preserve-term-settings.exp
18837 (test_terminal_settings_preserved_after_cli_exit): New test.
18838
90074d11
PP
188392015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18840
18841 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
18842 manipulation of saved_gdbflags.
18843 (test_terminal_settings_preserved): Remove global declaration of
18844 the unused variable pagination_prompt. Remove manipulation of
18845 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
18846 GDBFLAGS.
18847
eb1a7902
PA
188482015-07-29 Pedro Alves <palves@redhat.com>
18849
18850 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
18851
8b75dd3b
PA
188522015-07-29 Pedro Alves <palves@redhat.com>
18853
18854 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
18855 at the top.
18856
dedad4e3
PA
188572015-07-29 Pedro Alves <palves@redhat.com>
18858
18859 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
18860 (main): Call gdb_unbuffer_output.
18861 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
18862 (main): Call gdb_unbuffer_output.
18863 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
18864 (main): Call gdb_unbuffer_output.
18865 * gdb.base/call-strs.exp: Adjust to step over the
18866 gdb_unbuffer_output call.
18867 * gdb.base/catch-gdb-caused-signals.c: Include
18868 "../lib/unbuffer_output.c".
18869 (main): Call gdb_unbuffer_output.
18870 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
18871 (main): Call gdb_unbuffer_output.
18872 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
18873 (main): Call gdb_unbuffer_output.
18874 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
18875 (main): Call gdb_unbuffer_output.
18876 * gdb.base/shlib-call.exp: Adjust to step over the
18877 gdb_unbuffer_output call.
18878 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
18879 (main): Call gdb_unbuffer_output.
18880 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
18881 (main): Call gdb_unbuffer_output.
18882 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
18883 (main): Rename to ...
18884 (test): ... this.
18885 (main): Reimplement.
18886 * gdb.base/varargs.exp: Run to test instead of to main.
18887 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
18888 (main): Call gdb_unbuffer_output.
18889
58789a91
PA
188902015-07-29 Pedro Alves <palves@redhat.com>
18891
18892 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
18893 factore out from mi_continue_dprintf. For call-style dprintfs,
18894 expect dprintf output out of $inferior_spawn_id.
18895 (mi_continue_dprintf): Use mi_expect_dprintf.
18896 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
18897 (main): Call gdb_unbuffer_output.
18898
e8376742
PA
188992015-07-29 Pedro Alves <palves@redhat.com>
18900
18901 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
18902 (default_mi_gdb_start): Set inferior_spawn_id instead of
18903 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
18904 gdb_spawn_id.
18905 (mi_gdb_test): Always expect inferior output from both
18906 $inferior_spawn_id and $gdb_spawn_id.
18907
08280010
PA
189082015-07-29 Pedro Alves <palves@redhat.com>
18909
18910 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
18911 send_inferior and $inferior_spawn_id.
18912
4d30e432
PA
189132015-07-29 Pedro Alves <palves@redhat.com>
18914
18915 * gdb.gdb/complaints.exp (test_initial_complaints)
18916 (test_serial_complaints, test_short_complaints): Use
18917 gdb_test_stdio.
18918 (test_empty_complaint): Handle $inferior_spawn_id !=
18919 $gdb_spawn_id.
18920
0d30a335
PA
189212015-07-29 Pedro Alves <palves@redhat.com>
18922
18923 * gdb.base/varargs.exp: Use gdb_test_stdio.
18924
39413b29
PA
189252015-07-29 Pedro Alves <palves@redhat.com>
18926
18927 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
18928
7cb000a9
PA
189292015-07-29 Pedro Alves <palves@redhat.com>
18930
18931 * gdb.base/ending-run.exp: Use gdb_test_stdio.
18932
d7b8ac82
PA
189332015-07-29 Pedro Alves <palves@redhat.com>
18934
18935 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
18936 parameter into two new parameters, "inf_result" and "gdb_result".
18937 Expect inferior output and gdb output from $inferior_spawn_id and
18938 $gdb_spawn_id, respectively. Adjust all callers.
18939
789c3a0c
PA
189402015-07-29 Pedro Alves <palves@redhat.com>
18941
18942 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
18943 of gdb_test_sequence.
18944
77e760c3
PA
189452015-07-29 Pedro Alves <palves@redhat.com>
18946
18947 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
18948 (saw_spurious_output): Expect inferior output from
18949 $inferior_spawn_id. Use gdb_test_stdio.
18950
8396d2cd
PA
189512015-07-29 Pedro Alves <palves@redhat.com>
18952
18953 * gdb.base/dprintf.exp: Use standard_testfile. Change
18954 prepare_for_testing call.
18955 (srcfile): Don't set.
18956 (restart): New procedure.
18957 (test_dprintf): New procecure, use to continue over dprintfs.
18958 (test_call, test_agent): New procedures, tests moved here.
18959 Restart gdb and recreate dprintfs. Adjust expected output.
18960
2051d61f
PA
189612015-07-29 Pedro Alves <palves@redhat.com>
18962
18963 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
18964
452397af
PA
189652015-07-29 Pedro Alves <palves@redhat.com>
18966
18967 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
18968
8aed9555
PA
189692015-07-29 Pedro Alves <palves@redhat.com>
18970
18971 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
18972 gdb_test_stdio.
18973
188a61b4
PA
189742015-07-29 Pedro Alves <palves@redhat.com>
18975
18976 * lib/gdb.exp (gdb_test_stdio): New procedure.
18977
12264a45
PA
189782015-07-29 Pedro Alves <palves@redhat.com>
18979
18980 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
18981
23ffc893
PA
189822015-07-29 Pedro Alves <palves@redhat.com>
18983
18984 * gdb.base/call-signal-resume.exp: Remove check for
18985 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
18986 * gdb.base/unwindonsignal.exp: Likewise.
18987 * gdb.base/call-signals.c (gen_signal): Remove printf call.
18988 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
18989
65566918
PA
189902015-07-29 Pedro Alves <palves@redhat.com>
18991
18992 * gdb.base/siginfo-addr.c (pass): New function.
18993 (handler): Call it iff si_addr is correct.
18994 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
18995 Set a breakpoint at "pass" and continue to it.
18996
d60a9221
SDJ
189972015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
18998
18999 * gdb.python/py-objfile.exp: Make some tests have unique names.
19000 * gdb.python/py-pp-registration.exp: Likewise.
19001
bde40b8f
PA
190022015-07-28 Pedro Alves <palves@redhat.com>
19003
19004 * gdb.server/server-exec-info.exp: Issue a "disconnect".
19005
13e1dec8
SM
190062015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19007
19008 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
19009
da33c9a7
SM
190102015-07-27 Simon Marchi <simon.marchi@ericsson.com>
19011
19012 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
19013
077836f7
PP
190142015-07-27 Patrick Palka <patrick@parcs.ath.cx>
19015
19016 * gdb.base/gdb-sigterm-2.exp: New test.
19017
b8cc7b2e
DE
190182015-07-25 Doug Evans <xdje42@gmail.com>
19019
19020 Revert:
19021 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19022 (workers/%.worker, build-perf): New rule.
19023 (GDB_PERFTEST_MODE): New variable.
19024 (check-perf): Use it.
19025 (clean): Clean up gdb.perf parallel build subdirs.
19026 * lib/build-piece.exp: New file.
19027 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19028 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19029 name.
19030 (standard_temp_file): Ditto.
19031 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19032 of $GDB_PARALLEL.
19033
c8bd4544
DE
190342015-07-24 Doug Evans <dje@google.com>
19035
19036 * gdb.perf/lib/perftest/utils.py: New file.
19037 * gdb.perf/gm-hello.cc: New file.
19038 * gdb.perf/gm-pervasive-typedef.cc: New file.
19039 * gdb.perf/gm-pervasive-typedef.h: New file.
19040 * gdb.perf/gm-std.cc: New file.
19041 * gdb.perf/gm-std.h: New file.
19042 * gdb.perf/gm-use-cerr.cc: New file.
19043 * gdb.perf/gm-utils.h: New file.
19044 * gdb.perf/gmonster-null-lookup.py: New file.
19045 * gdb.perf/gmonster-pervasive-typedef.py: New file.
19046 * gdb.perf/gmonster-print-cerr.py: New file.
19047 * gdb.perf/gmonster-ptype-string.py: New file.
19048 * gdb.perf/gmonster-runto-main.py: New file.
19049 * gdb.perf/gmonster-select-file.py: New file.
19050 * gdb.perf/gmonster1-null-lookup.exp: New file.
19051 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
19052 * gdb.perf/gmonster1-print-cerr.exp: New file.
19053 * gdb.perf/gmonster1-ptype-string.exp: New file.
19054 * gdb.perf/gmonster1-runto-main.exp: New file.
19055 * gdb.perf/gmonster1-select-file.exp: New file.
19056 * gdb.perf/gmonster1.cc: New file.
19057 * gdb.perf/gmonster1.exp: New file.
19058 * gdb.perf/gmonster2-null-lookup.exp: New file.
19059 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
19060 * gdb.perf/gmonster2-print-cerr.exp: New file.
19061 * gdb.perf/gmonster2-ptype-string.exp: New file.
19062 * gdb.perf/gmonster2-runto-main.exp: New file.
19063 * gdb.perf/gmonster2-select-file.exp: New file.
19064 * gdb.perf/gmonster2.cc: New file.
19065 * gdb.perf/gmonster2.exp: New file.
19066
6eab34f3
DE
190672015-07-24 Doug Evans <dje@google.com>
19068
19069 * gdb.perf/README: New file.
19070 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
19071 * lib/gen-perf-test.exp: New file.
19072
63738bfd
DE
190732015-07-24 Doug Evans <dje@google.com>
19074
19075 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
19076 (PerfTest::startup): New function.
19077 (PerfTest::run): Return result of calling body.
19078 (PerfTest::assemble): Rewrite.
19079 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
19080 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
19081 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
19082 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
19083 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
19084
7b606f95
DE
190852015-07-24 Doug Evans <dje@google.com>
19086
19087 * lib/gdb.exp (clean_restart): Make executable optional.
19088
a97b16b8
DE
190892015-07-24 Doug Evans <dje@google.com>
19090
19091 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
19092 compiler_info references.
19093 * gdb.cp/temargs.exp: Ditto.
19094 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
19095 (get_compiler_info): Early exit if already computed. Set compiler_info
19096 to "unknown" if there was a problem.
19097 (test_compiler_info): Add function comment. Call get_compiler_info.
19098
35baa57f
DE
190992015-07-24 Doug Evans <dje@google.com>
19100
19101 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
19102 (workers/%.worker, build-perf): New rule.
19103 (GDB_PERFTEST_MODE): New variable.
19104 (check-perf): Use it.
19105 (clean): Clean up gdb.perf parallel build subdirs.
19106 * lib/build-piece.exp: New file.
19107 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
19108 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
19109 name.
19110 (standard_temp_file): Ditto.
19111 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
19112 of $GDB_PARALLEL.
19113
6ebea266
DE
191142015-07-24 Doug Evans <dje@google.com>
19115
19116 * lib/future.exp (gdb_default_target_compile): New option
19117 "early_flags".
19118 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
19119 --as-needed.
19120
1e76a7e9
SDJ
191212015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
19122
19123 * gdb.base/catch-syscall.exp: Call gdb_exit before
19124 gdb_skip_xml_test.
19125
5068630a
PA
191262015-07-24 Pedro Alves <palves@redhat.com>
19127
19128 * gdb.python/py-events.exp: Accept output between the stop event
19129 and the prompt.
19130 * gdb.python/py-evsignal.exp: Likewise.
19131 * gdb.python/py-evthreads.exp: Likewise.
19132
77598427
PA
191332015-07-24 Pedro Alves <palves@redhat.com>
19134
19135 PR gdb/18717
19136 * gdb.threads/non-ldr-exit.c: New file.
19137 * gdb.threads/non-ldr-exit.exp: New file.
19138
11e6c98f
YQ
191392015-07-24 Yao Qi <yao.qi@linaro.org>
19140
19141 * gdb.server/ext-wrapper.exp: Test --wrapper option when
19142 restarting process.
19143
51aee833
YQ
191442015-07-24 Yao Qi <yao.qi@linaro.org>
19145
19146 * gdb.server/ext-restart.exp: New file.
19147
8cfe207c
YQ
191482015-07-24 Yao Qi <yao.qi@linaro.org>
19149
19150 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
19151 argument options.
19152 * gdb.server/ext-wrapper.exp: New file.
19153
cc12ce38
DE
191542015-07-23 Doug Evans <dje@google.com>
19155
19156 * gdb.dwarf2/dw2-dummy-cu.S: New file.
19157 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
19158
d0d84780
PMR
191592015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
19160
19161 * gdb.ada/var_arr_typedef.exp: New testcase.
19162 * gdb.ada/var_arr_typedef/pack.adb: New file.
19163 * gdb.ada/var_arr_typedef/pack.ads: New file.
19164 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
19165
8b558f79
JB
191662015-07-20 Joel Brobecker <brobecker@adacore.com>
19167
19168 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
19169
775a3298
JK
191702015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19171
19172 * gdb.arch/i386-biarch-core.exp: Replace istarget
19173 by "complete set gnutarget". Remove expectation for the "core-file"
19174 command.
19175
db1ff28b
JK
191762015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
19177
19178 Revert the previous commit:
19179 Tests for validate symbol file using build-id.
19180
0a94970d
JK
191812015-07-15 Aleksandar Ristovski <aristovski@qnx.com
19182
19183 Tests for validate symbol file using build-id.
19184 * gdb.base/solib-mismatch-lib.c: New file.
19185 * gdb.base/solib-mismatch-libmod.c: New file.
19186 * gdb.base/solib-mismatch.c: New file.
19187 * gdb.base/solib-mismatch.exp: New file.
19188
03346981
SL
191892015-07-15 Sandra Loosemore <sandra@codesourcery.com>
19190
19191 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
19192 nios2-*-linux*.
19193 * gdb.base/sigbpt.exp (stepi_out): Likewise.
19194 * gdb.base/siginfo.exp: Likewise.
19195 * gdb.base/sigstep.exp (advance, advancei): Likewise.
19196
42422cc7
PL
191972015-07-15 Pierre Langlois <pierre.langlois@arm.com>
19198
19199 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
19200 Move it to ...
19201 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
19202 ... here.
19203 * gdb.trace/range-stepping.exp: Check that the target supports
19204 range stepping.
19205
cfa68bae
JK
192062015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19207
19208 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
19209
8ffdba26
PA
192102015-07-14 Pedro Alves <palves@redhat.com>
19211
19212 * gdb.base/killed-outside.exp: New file.
19213 * gdb.base/killed-outside.c: New file.
19214
218a5a11
JK
192152015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
19216
19217 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
19218 (n at main): New.
19219 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
19220
e03ed3c6
AA
192212015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
19222
19223 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
19224 infcall tests instead of setting up for KFAIL.
19225
485668e5
MM
192262015-07-10 Markus Metzger <markus.t.metzger@intel.com>
19227
19228 * gdb.btrace/record_goto-step.exp: New.
19229
08464196
JK
192302015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
19231
19232 PR compile/18484
19233 * gdb.compile/compile.c (struct struct_type): Add volatile to
19234 selffield's type.
19235 * gdb.compile/compile.exp
19236 (compile code struct_object.selffield = &struct_object): Skip further
19237 struct_object tests if this one xfails.
19238
bcf5c1d9
RC
192392015-07-08 Robert O'Callahan <robert@ocallahan.org>
19240
19241 PR exp/18617
19242 * gdb.trace/ax.exp: Add test.
19243
4931af25
YQ
192442015-07-07 Yao Qi <yao.qi@linaro.org>
19245
19246 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
19247 instead of istarget "aarch64*-*-*".
19248 * gdb.arch/aarch64-fp.exp: Likewise.
19249 * gdb.base/float.exp: Likewise.
19250 * gdb.reverse/aarch64.exp: Likewise.
19251 * lib/gdb.exp (is_aarch64_target): New proc.
19252
9fcf688e
YQ
192532015-07-07 Yao Qi <yao.qi@linaro.org>
19254
19255 * lib/gdb.exp (is_aarch32_target): New proc.
19256 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
19257 instead of "istarget "arm*-*-*"".
19258 * gdb.arch/arm-disp-step.exp: Likewise.
19259 * gdb.arch/thumb-bx-pc.exp: Likewise.
19260 * gdb.arch/thumb-prologue.exp: Likewise.
19261 * gdb.arch/thumb-singlestep.exp: Likewise.
19262 * gdb.base/disp-step-syscall.exp: Likewise.
19263 * gdb.base/float.exp: Likewise.
19264
fbd8d50d
YQ
192652015-07-07 Yao Qi <yao.qi@linaro.org>
19266
19267 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
19268 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
19269
71be1fdc
YQ
192702015-07-07 Yao Qi <yao.qi@linaro.org>
19271
19272 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
19273 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
19274 if it exists.
19275 * gdb.multi/multi-arch.exp: Likewise.
19276
3e221d36
SM
192772015-07-07 Simon Marchi <simon.marchi@ericsson.com>
19278
19279 * gdb.python/py-lazy-string.exp: Add missing parentheses to
19280 print.
19281
d441430b
YQ
192822015-07-07 Yao Qi <yao.qi@linaro.org>
19283
19284 * gdb.arch/thumb-singlestep.exp: Do one more single step.
19285
06f810bd
MG
192862015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
19287
19288 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
19289 '[' and ']' characters.
19290
5e61e7c0
IB
192912015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
19292
19293 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
19294
28bf096c
PA
192952015-06-29 Pedro Alves <palves@redhat.com>
19296
19297 PR threads/18127
19298 * gdb.threads/hand-call-new-thread.c: New file.
19299 * gdb.threads/hand-call-new-thread.c: New file.
19300
ee93cd5e
KS
193012015-06-26 Keith Seitz <keiths@redhat.com>
19302 Doug Evans <dje@google.com>
19303
19304 PR 16253
19305 * gdb.cp/var-tag-2.cc: New file.
19306 * gdb.cp/var-tag-3.cc: New file.
19307 * gdb.cp/var-tag-4.cc: New file.
19308 * gdb.cp/var-tag.cc: New file.
19309 * gdb.cp/var-tag.exp: New file.
19310
fc637f04
PP
193112015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19312
19313 * gdb.base/history-duplicates.exp: New test.
19314
2e52ae68
PP
193152015-06-26 Patrick Palka <patrick@parcs.ath.cx>
19316
19317 * gdb.base/completion.exp: Test the completion of the "focus"
19318 command.
19319
6e22494e
JK
193202015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19321
19322 * gdb.arch/amd64-prologue-skip.S: New file.
19323 * gdb.arch/amd64-prologue-skip.exp: New file.
19324
bf7b9cd9
SM
193252015-06-25 Simon Marchi <simon.marchi@ericsson.com>
19326
19327 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
19328 is_address_zero_readable check.
19329
201e8dfd
PB
193302015-06-24 Peter Bergner <bergner@vnet.ibm.com>
19331
19332 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
19333 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
19334
5cd867b4
YQ
193352015-06-24 Yao Qi <yao.qi@linaro.org>
19336
19337 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
19338 linux targets.
19339
4d7be007
YQ
193402015-06-24 Yao Qi <yao.qi@linaro.org>
19341
19342 * lib/gdb.exp (supports_get_siginfo_type): New proc.
19343 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
19344 * gdb.base/siginfo-thread.exp: Likewise.
19345
07fcd301
YQ
193462015-06-22 Yao Qi <yao.qi@linaro.org>
19347
19348 * boards/remote-gdbserver-on-localhost.exp: Add comments.
19349
52042a00
YQ
193502015-06-22 Yao Qi <yao.qi@linaro.org>
19351
19352 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
19353 aarch64*-*-*.
19354 (skip_hw_watchpoint_tests): Likewise.
19355
74bd41ce
PP
193562015-06-18 Patrick Palka <patrick@parcs.ath.cx>
19357
19358 * gdb.base/gdbinit-history.exp: Test the interaction between
19359 setting GDBHISTSIZE and setting the history size via .gdbinit.
19360
bc460514
PP
193612015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19362
19363 PR gdb/16999
19364 * gdb.base/gdbhistsize-history.exp: New test.
19365
b58c513b
PP
193662015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19367
19368 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
19369 with GDBHISTSIZE.
19370 * gdb.base/readline.exp: Likewise.
19371
92046791
YQ
193722015-06-17 Yao Qi <yao.qi@linaro.org>
19373
19374 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
19375 line.
19376
2093d2d3
PP
193772015-06-17 Patrick Palka <patrick@parcs.ath.cx>
19378
19379 * gdb.base/gdbinit-history.exp: Add test case to check that
19380 an unlimited history file does not get truncated on exit.
19381
e6c693af
AA
193822015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19383
19384 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
19385 (VECTOR): New macro. Use it...
19386 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
19387 ...for these typedefs.
19388 (int8, char1, int1, double1): New typedefs.
19389 (struct just_int2, struct two_int2): New structures.
19390 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
19391 (add_structvecs, add_singlevecs): New functions.
19392 (main): Call add_some_intvecs twice.
19393 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
19394 the compile and exit upon failure. Try compiling for the "native"
19395 architecture. Test inferior function calls with vector arguments
19396 and vector return value handling with "finish" and "return".
19397
c74f7d1c
JT
193982015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
19399
19400 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
19401 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
19402 PE file.
19403 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
19404
98aa42ee
AT
194052015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
19406
19407 PR breakpoints/16465
19408 * gdb.mi/mi-dprintf-pending.c: New file.
19409 * gdb.mi/mi-dprintf-pending.exp: New test.
19410 * gdb.mi/mi-dprintf-pendshr.c: New file.
19411
7d73c23c 194122015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 19413 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
19414
19415 * gdb.arch/i386-mpx-map.c: New file.
19416 * gdb.arch/i386-mpx-map.exp: New File.
19417
194182015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19419
19420 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
19421 * gdb.arch/i386-mpx.exp: Indentation fixed.
19422
194232015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19424
19425 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
19426 function and improved indentation.
19427 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
19428 gdb_test_multiple. Added additional tests to skip the test.
19429
194302015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
19431
19432 * gdb.arch/i386-avx512.c: Change path in include file.
19433 * gdb.arch/i386-avx512.exp: Change include dir path
19434 compilation flag.
19435 * gdb.arch/i386-mpx.c: Change path in include file.
19436 * gdb.arch/i386-mpx.exp: Change include dir path compilation
19437 flag.
19438
d5eba19a
JK
194392015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
19440
19441 * gdb.compile/compile-print.exp (compile print *vararray@3)
19442 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
19443
7f361056
JK
194442015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19445
19446 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
19447 (do not keep jit in memory): ... this.
19448 (expect 5): Change it to ...
19449 (expect no 5): ... this.
19450
3b462ec2
SM
194512015-06-02 Simon Marchi <simon.marchi@ericsson.com>
19452
19453 PR gdb/15564
19454 * gdb.mi/mi-detach.exp: New file.
19455
e0619de6
JK
194562015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
19457
19458 PR symtab/18392
19459 * gdb.arch/amd64-tailcall-self.S: New file.
19460 * gdb.arch/amd64-tailcall-self.c: New file.
19461 * gdb.arch/amd64-tailcall-self.exp: New file.
19462
e970cb34
DB
194632015-05-28 Don Breazeal <donb@codesourcery.com>
19464
19465 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
19466 tests for remote targets by checking is_target_gdbserver.
19467
b2e2f908
DE
194682015-05-27 Doug Evans <dje@google.com>
19469
19470 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
19471 * gdb.dwarf2/opaque-type-lookup.c: New file.
19472 * gdb.dwarf2/opaque-type-lookup.exp: New file.
19473
82c7be31
DE
194742015-05-26 Doug Evans <dje@google.com>
19475
19476 * gdb.cp/iostream.cc: New file.
19477 * gdb.cp/iostream.exp: New file.
19478
b4f54984
DE
194792015-05-26 Doug Evans <dje@google.com>
19480
19481 * gdb.dwarf2/dw2-op-call.exp: Update.
19482 * gdb.dwarf2/dw4-sig-types.exp: Update.
19483 * gdb.dwarf2/implptr.exp: Update.
19484 * gdb.mi/mi-cmd-param-changed.exp: Update.
19485
4ea6efe9
DE
194862015-05-26 Doug Evans <dje@google.com>
19487
19488 * gdb.python/py-lazy-string.c: New file.
19489 * gdb.python/py-lazy-string.exp: New file.
19490 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
19491 (main): Update. Add estring3.
19492 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
19493 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
19494
f6bb7db3
YQ
194952015-05-26 Omair Javaid <omair.javaid@linaro.org>
19496 Yao Qi <yao.qi@linaro.org>
19497
19498 * gdb.reverse/aarch64.c: New.
19499 * gdb.reverse/aarch64.exp: New.
19500
a81bfbd0
OJ
195012015-05-26 Omair Javaid <omair.javaid@linaro.org>
19502
25d49b86
PA
19503 * lib/gdb.exp (supports_process_record): Return true for
19504 aarch64*-linux*.
a81bfbd0
OJ
19505 (supports_reverse): Likewise.
19506
158bf1b4
PP
195072015-05-22 Patrick Palka <patrick@parcs.ath.cx>
19508
19509 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19510 Use with_test_prefix.
19511
a0145030
AB
195122015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
19513
19514 * gdb.base/completion.exp: Add test for completion of layout
19515 names.
19516
ebe3b578
AB
195172015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
19518
19519 * lib/gdb.exp (skip_tui_tests): New proc.
19520 * gdb.base/tui-layout.exp: Check skip_tui_tests.
19521
84204ed7
PA
195222015-05-19 Pedro Alves <palves@redhat.com>
19523
19524 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
19525 Save the whole env array instead of just HOME. Unset HISTSIZE in
19526 the environment while testing. Restore whole environment
19527 afterwards.
19528
37442ce1
DE
195292015-05-16 Doug Evans <xdje42@gmail.com>
19530
19531 * gdb.guile/scm-ports.c: New file.
19532 * gdb.guile/scm-ports.exp: Add memory port tests.
19533
36de76f9
JK
195342015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19535
19536 * gdb.compile/compile-print.c: New file.
19537 * gdb.compile/compile-print.exp: New file.
19538
3a9558c4
JK
195392015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
19540
19541 * gdb.compile/compile-ops.exp: Cast param to void.
19542 * gdb.compile/compile.exp: Complete type for _gdb_expr.
19543 (compile code struct_object.selffield = &struct_object): Add xfail.
19544
aa715135
JG
195452015-05-15 Joel Brobecker <brobecker@adacore.com>
19546
19547 * gdb.ada/arr_enum_with_gap: New testcase.
19548
931e5bc3
JG
195492015-05-15 Joel Brobecker <brobecker@adacore.com>
19550
19551 * gdb.ada/byte_packed_arr: New testcase.
19552
9cd4d857
JB
195532015-05-15 Joel Brobecker <brobecker@adacore.com>
19554
19555 * gdb.ada/pckd_neg: New testcase.
19556
ebfd00d2
PP
195572015-05-13 Patrick Palka <patrick@parcs.ath.cx>
19558
19559 PR gdb/17820
19560 * gdb.base/gdbinit-history.exp: New test.
19561 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
19562 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
19563
4c082a81
SC
195642015-05-09 Siva Chandra Reddy <sivachandra@google.com>
19565
19566 * gdb.python/py-xmethods.cc: Enhance test case.
19567 * gdb.python/py-xmethods.exp: New tests.
19568 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
19569 function.
19570 (B_indexoper): Likewise.
19571 (global_dm_list) : Add new xmethod worker functions.
19572
f7797074
SDJ
195732015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
19574
19575 * gdb.base/coredump-filter.exp: Correctly unset
19576 "coredump_var_addr" array.
19577
a4674e4e
PA
195782015-05-08 Pedro Alves <palves@redhat.com>
19579
19580 * gdb.server/non-existing-program.exp: Unset spawn_id.
19581
df2eb078
SC
195822015-05-08 Siva Chandra Reddy <sivachandra@google.com>
19583
19584 PR python/18291
19585 * gdb.python/py-xmethods.exp: Add tests.
19586
422349a3
YQ
195872015-05-08 Yao Qi <yao.qi@linaro.org>
19588
19589 PR gdb/18208
19590 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
19591 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
19592 function set_coredump_filter, and remove remote_exec call.
19593 Remove argument ipid. Callers update.
19594 (top level): Don't get inferior's PID.
19595
63fc80ce
AA
195962015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
19597
19598 * gdb.base/watch_thread_num.exp: Skip test on targets without
19599 access watchpoints.
19600
80ad801e
PA
196012015-05-06 Pedro Alves <palves@redhat.com>
19602
19603 PR server/18081
19604 * gdb.server/non-existing-program.exp: New file.
19605
0fa7fe50
JB
196062015-05-05 Joel Brobecker <brobecker@adacore.com>
19607
19608 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
19609
3ea89b92
PMR
196102015-05-05 Joel Brobecker <brobecker@adacore.com>
19611
19612 * gdb.ada/out_of_line_in_inlined: New testcase.
19613
87b8eff0
JB
196142015-05-05 Joel Brobecker <brobecker@adacore.com>
19615
19616 * gdb.ada/var_rec_arr: New testcase.
19617
5fccc635
YQ
196182015-04-30 Yao Qi <yao.qi@linaro.org>
19619
19620 * gdb.base/break-idempotent.exp: If
19621 skip_hw_watchpoint_multi_tests returns true, skip the tests
19622 on "rwatch" and "awatch".
19623
42d38f42
YQ
196242015-04-30 Yao Qi <yao.qi@linaro.org>
19625
19626 * gdb.base/relativedebug.exp: Invoke gdb command
19627 "info sharedlibrary", and if libc.so doesn't have debug info,
19628 skip the test.
19629
2ce1cdbf
DE
196302015-04-29 Doug Evans <dje@google.com>
19631
19632 * gdb.python/py-xmethods.exp: Add ptype tests.
19633 * gdb.python/py-xmethods.py (E_method_char_worker): Add
19634 get_result_type method.
19635
f24a38c5
LM
196362015-04-29 Luis Machado <lgustavo@codesourcery.com>
19637
19638 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
19639 the target does not support hardware watchpoints.
19640
ecbf2b3c
LM
196412015-04-29 Luis Machado <lgustavo@codesourcery.com>
19642
19643 * gdb.base/break-always.exp: Abort testing if writing to memory
19644 causes an error.
19645
34f5f757
DE
196462015-04-28 Doug Evans <dje@google.com>
19647
19648 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
19649 * gdb.python/py-pp-registration.exp: ... here. New file.
19650 * gdb.python/py-pp-registration.c: New file.
19651 * gdb.python/py-pp-registration.py: New file.
19652
69b4374a
DE
196532015-04-28 Doug Evans <dje@google.com>
19654
19655 * gdb.python/py-bad-printers.c: New file.
19656 * gdb.python/py-bad-printers.py: New file.
19657 * gdb.python/py-bad-printers.exp: New file.
19658
59fb7612
SS
196592015-04-28 Sasha Smundak <asmundak@google.com>
19660
19661 * gdb.python/py-type.exp: New test.
19662
2631b16a
AW
196632015-04-28 Andy Wingo <wingo@igalia.com>
19664
19665 * gdb.python/py-parameter.exp:
19666 * gdb.guile/scm-parameter.exp: Escape the path that we are
19667 matching against, as it might contain characters that are special
19668 to regular expressions.
19669
460efde1
JB
196702015-04-27 Joel Brobecker <brobecker@adacore.com>
19671
19672 * gdb.ada/rec_comp: New testcase.
19673
2d369d8e
SDJ
196742015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
19675
19676 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
19677 before using it.
19678
cf75d6c3
AB
196792015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
19680
19681 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
19682 new tests for verilog output.
19683
8dbe7ca5
YQ
196842015-04-24 Yao Qi <yao.qi@linaro.org>
19685
19686 * boards/remote-gdbserver-on-localhost.exp: New file.
19687
4ef9fb2f
PA
196882015-04-23 Pedro Alves <palves@redhat.com>
19689
19690 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
19691 $inferior_spawn_id instead of $inferior_spawn_id directly. On
19692 "end of file", remove $inferior_spawn_id from the indirect list.
19693
0a803169
PA
196942015-04-23 Pedro Alves <palves@redhat.com>
19695
19696 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
19697
749ef8f8
PA
196982015-04-23 Pedro Alves <palves@redhat.com>
19699
19700 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
19701 on $any_spawn_id instead of only on $gdb_spawn_id.
19702
8aae4344
PM
197032015-04-21 Pierre Muller <muller@sourceware.org>
19704
19705 PR pascal/17815
19706 * lib/pascal.exp (gpc_compile): Add new option "class".
19707 (fpc_compile): Likewise.
19708 * gdb.pascal/case-insensitive-symbols.pas: New file.
19709 * gdb.pascal/case-insensitive-symbols.exp: New file.
19710
1586c8fb
GB
197112015-04-20 Gary Benson <gbenson@redhat.com>
19712
19713 * gdb.base/attach.exp: Fix three extended remote failures.
19714
1b6e6f5c
GB
197152015-04-17 Gary Benson <gbenson@redhat.com>
19716
19717 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
19718 the main executable over the remote protocol.
19719
e797481d
PA
197202015-04-16 Pedro Alves <palves@redhat.com>
19721
19722 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
19723 a new gdbserver if gdbserver_reconnect_p is set.
19724
1ca99c42
PA
197252015-04-16 Pedro Alves <palves@redhat.com>
19726
19727 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
19728 is set, don't exit gdbserver.
19729
af9fd6f8
AA
197302015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
19731
19732 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
19733 appropriate .insn, such that an older assembler can be used.
19734 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
19735 the z/Architecture instruction set on 31-bit targets as well.
19736
04ff1e61
AA
197372015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
19738
19739 * gdb.go/handcall.exp: Remove all logic related to the first
19740 breakpoint and rely on go_runto_main instead.
19741 * gdb.go/strings.exp: Likewise.
19742 * gdb.go/unsafe.exp: Likewise.
19743 * gdb.go/hello.exp: Likewise. Also rename the remaining
19744 breakpoint marker to "breakpoint 1".
19745 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
19746 * gdb.go/strings.go: Likewise.
19747 * gdb.go/unsafe.go: Likewise.
19748 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
19749 "set breakpoint 2 here" and rename the remaining breakpoint marker
19750 to "breakpoint 1".
19751
40d2f8d6
SM
197522015-04-15 Simon Marchi <simon.marchi@ericsson.com>
19753
19754 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
19755 if itertools.imap is not present.
19756 * gdb.python/py-objfile.exp: Add parentheses.
19757 * gdb.python/py-type.exp: Same.
19758 * gdb.python/py-unwind-maint.py: Same.
19759
8cbc97c6
YQ
197602015-04-15 Yao Qi <yao.qi@linaro.org>
19761
19762 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
19763 of ":$ptr_size" and set its form explicitly.
19764
45fd756c
YQ
197652015-04-15 Pedro Alves <palves@redhat.com>
19766 Yao Qi <yao.qi@linaro.org>
19767
19768 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
19769 timeout by factor of 4.
19770 (test_regular_watch): Likewise.
19771 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
19772 * gdb.reverse/sigall-reverse.exp: Likewise.
19773 * gdb.reverse/until-precsave.exp: Likewise.
19774 * lib/gdb.exp (with_timeout_factor): New proc.
19775 (gdb_expect): Move some code to ...
19776 (get_largest_timeout): ... here. New procedure.
19777
9e811bc3
LM
197782015-04-14 Luis Machado <lgustavo@codesourcery.com>
19779
19780 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
19781
0ff6fcb2
LM
197822015-04-13 Luis Machado <lgustavo@codesourcery.com>
19783
19784 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
19785 to write to the .text section.
19786
7578d5f7
LM
197872015-04-13 Luis Machado <lgustavo@codesourcery.com>
19788
19789 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
19790 Handle the case of targets that do not provide PID information.
19791
2efe15c4
YQ
197922015-04-13 Yao Qi <yao.qi@linaro.org>
19793
19794 * lib/gdbserver-support.exp (gdb_exit): Catch exception
19795 and use expect instead of gdb_expect.
19796
8cd8f2f8
SDJ
197972015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
19798
19799 * gdb.base/coredump-filter.exp: Rename variable "addr" to
19800 "coredump_var_addr" to avoid naming conflict with other testcases.
19801
9ee41772
PA
198022015-04-10 Pedro Alves <palves@redhat.com>
19803
19804 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
19805 gdb_test_sequence and gdb_assert.
19806
07473109
PA
198072015-04-10 Pedro Alves <palves@redhat.com>
19808
19809 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
19810 test messages that don't include the breakpoint address.
19811
de3db44c
YQ
198122015-04-10 Yao Qi <yao.qi@linaro.org>
19813
19814 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
19815 false for some offset and width combinations which aren't
19816 supported by linux kernel.
19817
c79d856c
PA
198182015-04-10 Pedro Alves <palves@redhat.com>
19819
19820 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
19821 procedure, factored out from ...
19822 (top level): ... here. Add "set displaced-stepping" testing axis.
19823 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
19824 parameter "displaced". Use it.
19825 (top level): Use foreach and add "set displaced-stepping" testing
19826 axis.
19827
ebc90b50
PA
198282015-04-10 Pedro Alves <palves@redhat.com>
19829
19830 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
19831 Remove comment.
19832 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
19833 both the address of the instruction that triggers the watchpoint
19834 and the address of the instruction immediately after, and use
19835 those addresses for the test. Fix comment.
19836
8f572e5c
PA
198372015-04-10 Pedro Alves <palves@redhat.com>
19838
19839 * gdb.base/sigstep.exp (breakpoint_to_handler)
19840 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
19841 Test "backtrace" in handler.
19842 (breakpoint_over_handler): New parameter 'displaced'. Use it.
19843 (top level): Add new "displaced" test axis to
19844 breakpoint_to_handler, breakpoint_to_handler_entry and
19845 breakpoint_over_handler.
19846
8d707a12
PA
198472015-04-10 Pedro Alves <palves@redhat.com>
19848
19849 PR gdb/18216
19850 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
19851
ef713951
YQ
198522015-04-10 Yao Qi <yao.qi@linaro.org>
19853
19854 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
19855 (test_add_rn_pc): New function.
19856 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
19857 (top level): Invoke test_add_rn_pc.
19858
906d60cf
PA
198592015-04-10 Pedro Alves <palves@redhat.com>
19860
19861 PR gdb/13858
19862 * gdb.base/step-over-no-symbols.exp: New file.
19863
f2983cc3
AW
198642015-04-09 Andy Wingo <wingo@igalia.com>
19865
19866 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
19867 after the Python tests.
19868
6d62641c
SDJ
198692015-04-08 Keith Seitz <keiths@redhat.com>
19870
19871 PR python/16699
19872 * gdb.python/py-completion.exp: New tests for completion.
19873 * gdb.python/py-completion.py (CompleteLimit1): New class.
19874 (CompleteLimit2): Likewise.
19875 (CompleteLimit3): Likewise.
19876 (CompleteLimit4): Likewise.
19877 (CompleteLimit5): Likewise.
19878 (CompleteLimit6): Likewise.
19879 (CompleteLimit7): Likewise.
19880
f3770638
PA
198812015-04-08 Pedro Alves <palves@redhat.com>
19882
19883 PR gdb/18214
19884 PR gdb/18216
19885 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
19886 function.
19887 (main): Install it as SIGUSR1 handler.
19888 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
19889 parameter. Always use "setup" as prefix. Toggle "set
19890 displaced-stepping" off/on depending on global. Don't switch to
19891 thread 1 here.
19892 (top level): Add displaced stepping "off/on" test axis. Update
19893 "setup" calls. Wrap each subtest with with_test_prefix. Test
19894 continuing with a queued signal in each thread.
19895
4496bed7
PA
198962015-04-08 Pedro Alves <palves@redhat.com>
19897
19898 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
19899 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
19900 gdb_breakpoint instead of gdb_test that doesn't expect anything.
19901 Return early if running to main fails.
19902 * gdb.trace/while-stepping.exp: Likewise.
19903
b97fde92
PA
199042015-04-07 Pedro Alves <palves@redhat.com>
19905
19906 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
19907 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
19908 interact with inferior program.
19909
f71c18e7
PA
199102015-04-07 Pedro Alves <palves@redhat.com>
19911
19912 * lib/gdb.exp (inferior_spawn_id): New global.
19913 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
19914 spawn id after processing the user code.
19915 (default_gdb_start): Set inferior_spawn_id.
19916 (send_inferior): New procedure.
19917 * lib/gdbserver-support.exp (gdbserver_start): Set
19918 inferior_spawn_id.
19919 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
19920
6423214f
PA
199212015-04-07 Pedro Alves <palves@redhat.com>
19922
19923 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
19924 * lib/gdbserver-support.exp (gdbserver_start): Make
19925 $server_spawn_id global.
19926 (gdbserver_start): Don't wait for gdbserver's spawn id with
19927 expect_background.
19928 (close_gdbserver): New procedure.
19929 (gdb_exit): Rename the default version and reimplement.
19930
71c0ee8c
PA
199312015-04-07 Pedro Alves <palves@redhat.com>
19932
72f4393d 19933 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
19934 append the substituted item, not the original item.
19935
203bc29b
PA
199362015-04-07 Pedro Alves <palves@redhat.com>
19937
19938 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
19939 gdb_expect.
19940
508a3ddf
PA
199412015-04-07 Pedro Alves <palves@redhat.com>
19942
19943 * gdb.base/interrupt.exp: Don't handle the case of the inferior
19944 output appearing once only.
19945
9f6dbe2b
PA
199462015-04-07 Pedro Alves <palves@redhat.com>
19947
19948 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
19949 that doesn't expect anything. Return early if running to main
19950 fails.
19951
337532fa
YQ
199522015-04-07 Yao Qi <yao.qi@linaro.org>
19953
19954 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
19955 (child_function): Call alarm.
19956 (main): Move call to alarm into the loop.
19957 * gdb.threads/non-stop-fair-events.exp: Build program with
19958 -DTIMEOUT=$timeout.
19959
01b622d4
DE
199602015-04-06 Doug Evans <xdje42@gmail.com>
19961
19962 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
19963 Fix dest parameter to board_info.
19964 (fpc_compile): Ditto.
19965 (gdb_compile_pascal): Rename dest arg to destfile.
19966
961f4160
PMR
199672015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
19968
19969 * gdb.ada/funcall_ref.exp: New file.
19970 * gdb.ada/funcall_ref/foo.adb: New file.
19971
cafda597
YQ
199722015-04-02 Yao Qi <yao.qi@linaro.org>
19973
19974 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
19975 is remote.
19976
fed040c6
GB
199772015-04-02 Gary Benson <gbenson@redhat.com>
19978
19979 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
19980
d11916aa
SS
199812015-04-01 Sasha Smundak <asmundak@google.com>
19982
19983 * gdb.python/py-unwind-maint.c: New file.
19984 * gdb.python/py-unwind-maint.exp: New test.
19985 * gdb.python/py-unwind-maint.py: New file.
19986 * gdb.python/py-unwind.c: New file.
19987 * gdb.python/py-unwind.exp: New test.
19988 * gdb.python/py-unwind.py: New test.
19989
a1471180
PA
199902015-04-01 Pedro Alves <palves@redhat.com>
19991
19992 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
19993 to fail instead of non-existent $test.
19994
0bbeccb1
PA
199952015-04-01 Pedro Alves <palves@redhat.com>
19996
19997 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
19998 GDBFLAGS if not empty.
19999
3c724c8c
PMR
200002015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
20001
20002 * gdb.ada/complete.exp: Remove "multi_line".
20003 * gdb.ada/info_exc.exp: Remove "multi_line".
20004 * gdb.ada/packed_tagged.exp: Remove "multi_line".
20005 * gdb.ada/ptype_field.exp: Remove "multi_line".
20006 * gdb.ada/sym_print_name.exp: Remove "multi_line".
20007 * gdb.ada/tagged.exp: Remove "multi_line".
20008 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
20009 [multi_line ...]
20010 * gdb.btrace/delta.exp: Likewise.
20011 * gdb.btrace/exception.exp: Likewise.
20012 * gdb.btrace/function_call_history.exp: Likewise.
20013 * gdb.btrace/instruction_history.exp: Likewise.
20014 * gdb.btrace/nohist.exp: Likewise.
20015 * gdb.btrace/record_goto.exp: Likewise.
20016 * gdb.btrace/segv.exp: Likewise.
20017 * gdb.btrace/stepi.exp: Likewise.
20018 * gdb.btrace/tailcall.exp: Likewise.
20019 * gdb.btrace/unknown_functions.exp: Likewise.
20020 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
20021 * lib/gdb.exp: Add the "multi_line" helper.
20022
4eec2deb
PA
200232015-04-01 Pedro Alves <palves@redhat.com>
20024
20025 * gdb.threads/tid-reuse.c: New file.
20026 * gdb.threads/tid-reuse.exp: New file.
20027
df8411da
SDJ
200282015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
20029
20030 PR corefiles/16092
20031 * gdb.base/coredump-filter.c: New file.
20032 * gdb.base/coredump-filter.exp: Likewise.
20033
6ef37366
PM
200342015-03-27 Petr Machata <pmachata@redhat.com>
20035
20036 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
20037 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
20038 (Dwarf::assemble): Initialize them.
20039 (Dwarf::lines): New function.
20040
7ec911b0
JT
200412015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
20042
20043 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
20044 SYMBOL_PREFIX for x86_64-*-cygwin.
20045
ff908ebf
AW
200462015-03-26 Andy Wingo <wingo@igalia.com>
20047
20048 PR symtab/18148
20049 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
20050 const_value but not a location.
20051 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
20052 location defined in non-main CUs are visible.
20053
6d5f0679
YQ
200542015-03-26 Yao Qi <yao.qi@linaro.org>
20055
20056 PR testsuite/18139
20057 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
20058 Add a line number entry for the same line.
20059 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
20060 Add a line number entry for the same line.
20061
2898689b
YQ
200622015-03-26 Yao Qi <yao.qi@linaro.org>
20063
20064 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
20065 .int 0.
20066 (func): Likewise. Add .Lfunc_1 label.
20067 Use .Lfunc_1 label.
20068 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
20069 .int 0.
20070 (func): Likewise.
20071 Use .Lfunc_1 label.
20072
85180498
YQ
200732015-03-26 Yao Qi <yao.qi@linaro.org>
20074
20075 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
20076 Call gdb_compile instead to compile each .s files without debug
20077 information.
20078
8aa08a8d
YQ
200792015-03-26 Yao Qi <yao.qi@linaro.org>
20080
20081 * gdb.base/savedregs.exp (process_saved_regs): Make
20082 "Saved registers:" optional in the pattern.
20083
66849923
MM
200842015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20085
20086 * gdb.btrace/next.exp: Merged into step.exp.
20087 * gdb.btrace/finish.exp: Merged into step.exp.
20088 * gdb.btrace/nexti.exp: Merged into stepi.exp.
20089 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
20090 "record goto" and checking the exact replay position.
20091 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
20092 check for "Recording format" in "info record" output.
20093 * gdb.btrace/record_goto.exp: Choose test file based on target.
20094 * gdb.btrace/x86-record_goto.S: Renamed into ...
20095 * gdb.btrace/x86_64-record_goto.S: ... this.
20096 * gdb.btrace/i686-record_goto.S: New.
20097 * gdb.btrace/x86-tailcall.S: Renamed into ...
20098 * gdb.btrace/x86_64-tailcall.S: ... this.
20099 * gdb.btrace/i686-tailcall.S: New.
20100 * gdb.btrace/x86-tailcall.c: Renamed into ...
20101 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
20102 separate statements. Update test.
20103 * gdb.btrace/delta.exp: Use record_goto.c as test file.
20104 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
20105 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
20106 * gdb.btrace/tailcall.exp: Choose test file based on target.
20107 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
20108
11cc1b74
MM
201092015-03-25 Markus Metzger <markus.t.metzger@intel.com>
20110
20111 * gdb.btrace/exception.exp: Increase BTS buffer size.
20112
a25d8bf9
PA
201132015-03-24 Pedro Alves <palves@redhat.com>
20114
20115 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
20116
856e7dd6
PA
201172015-03-24 Pedro Alves <palves@redhat.com>
20118
20119 * gdb.threads/schedlock.exp (test_step): No longer expect that
20120 "set scheduler-locking step" with "next" over a function call runs
20121 threads unlocked.
20122
ad235a41
AT
201232015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20124
20125 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
20126
15630549
AT
201272015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
20128
20129 PR breakpoints/16466
20130 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
20131 * gdb.mi/mi-pending.c (thread_func): New function.
20132 (int main): Add threading support required.
20133 * gdb.mi/mi-pending.exp: Add tests for this issue.
20134 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
20135 (pendfunc2): Remove stdio dependency.
20136 * gdb.mi/mi-pendshr2.c: New file.
20137
693dca06
KS
201382015-03-23 Keith Seitz <keiths@redhat.com>
20139
20140 * gdb.linespec/keywords.c: New file.
20141 * gdb.linespec/keywords.exp: New file.
20142
7e993ebf
KS
201432015-03-23 Keith Seitz <keiths@redhat.com>
20144
20145 PR gdb/18021
20146 * gdb.dwarf2/staticvirtual.exp: New test.
20147
bc23328c
JK
201482015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
20149
20150 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
20151 * README: Remove HP-UX and gdb.hp.
20152 (configuration):
20153 * configure: Regenerate.
20154 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
20155 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
20156 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
20157 gdb.hp/gdb.defects/Makefile.
20158 * gdb.hp/Makefile.in: File deleted.
20159 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
20160 * gdb.hp/gdb.aCC/optimize.c: File deleted.
20161 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
20162 * gdb.hp/gdb.aCC/run.c: File deleted.
20163 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
20164 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
20165 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
20166 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
20167 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
20168 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
20169 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
20170 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
20171 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
20172 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
20173 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
20174 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
20175 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
20176 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
20177 * gdb.hp/gdb.base-hp/reg.s: File deleted.
20178 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
20179 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
20180 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
20181 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
20182 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
20183 * gdb.hp/gdb.compat/Makefile.in: File deleted.
20184 * gdb.hp/gdb.compat/average.c: File deleted.
20185 * gdb.hp/gdb.compat/sum.c: File deleted.
20186 * gdb.hp/gdb.compat/xdb.c: File deleted.
20187 * gdb.hp/gdb.compat/xdb0.c: File deleted.
20188 * gdb.hp/gdb.compat/xdb0.h: File deleted.
20189 * gdb.hp/gdb.compat/xdb1.c: File deleted.
20190 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
20191 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
20192 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
20193 * gdb.hp/gdb.defects/Makefile.in: File deleted.
20194 * gdb.hp/gdb.defects/bs14602.c: File deleted.
20195 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
20196 * gdb.hp/gdb.defects/solib-d.c: File deleted.
20197 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
20198 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
20199 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
20200 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
20201 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
20202 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
20203 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
20204 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
20205 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
20206 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
20207 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
20208 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
20209 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
20210 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
20211 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
20212 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
20213 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
20214 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
20215 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
20216 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
20217 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
20218 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
20219 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
20220 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
20221 * gdb.hp/tools/odump: File deleted.
20222
8bf3b159
PA
202232015-03-19 Pedro Alves <palves@redhat.com>
20224
20225 * gdb.threads/continue-pending-status.exp (saw_thread_2)
20226 (saw_thread_3): New globals.
20227 (top level): Increment them when an event for the corresponding
20228 thread is seen.
20229 (no thread starvation): New test.
20230
eb54c8bf
PA
202312015-03-19 Pedro Alves <palves@redhat.com>
20232
20233 * gdb.threads/continue-pending-status.c: New file.
20234 * gdb.threads/continue-pending-status.exp: New file.
20235
32d2e5d6
PA
202362015-03-18 Pedro Alves <palves@redhat.com>
20237
20238 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
20239 Use gdb_is_target_remote instead of is_remote. Use
20240 gdb_test_multiple instead of gdb_expect. Exit early if
20241 gdb_test_multiple hits its internal matches. Tighten stepi tests
20242 expected output. Fail on exit with any signal, instead of just
20243 SIGILL.
20244
f68f11b7
YQ
202452015-03-18 Yao Qi <yao.qi@linaro.org>
20246
20247 PR tdep/18107
20248 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
20249 variable.
20250 * gdb.base/catch-syscall.exp: Don't skip it on
20251 aarch64*-*-linux* target. Remove elements in all_syscalls.
20252 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
20253 target.
20254 (setup_all_syscalls): New proc.
20255
ca5fd19b
YQ
202562015-03-16 Yao Qi <yao.qi@linaro.org>
20257
20258 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
20259 (top level): Skip tests if valid_addr_p returns false for
20260 $cmd1 or $cmd2.
20261
85642ba0
AW
202622015-03-11 Andy Wingo <wingo@igalia.com>
20263
20264 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
20265
e03f9645
YQ
202662015-03-11 Yao Qi <yao.qi@linaro.org>
20267
20268 * gdb.base/catch-syscall.exp: Fix typo in comments.
20269
5d0962b2
YQ
202702015-03-11 Yao Qi <yao.qi@linaro.org>
20271
20272 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
20273
b2df3cef
PA
202742015-03-09 Pedro Alves <palves@redhat.com>
20275
20276 * dg-extract-results.py: Delete.
20277
ef878e53
PA
202782015-03-09 Pedro Alves <palves@redhat.com>
20279
20280 Merge dg-extract-results.sh from GCC upstream (r218843).
20281
20282 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
20283 * dg-extract-results.sh: Use --text with grep to avoid issues with
20284 binary files. Fall back to cat -v, if that doesn't work.
20285
9494d219
PA
202862015-03-05 Pedro Alves <palves@redhat.com>
20287
20288 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
20289
a8d9763a
SM
202902015-03-04 Simon Marchi <simon.marchi@ericsson.com>
20291
20292 * lib/mi-support.exp (mi_expect_interrupt): Accept
20293 alternative event for when in all-stop mode.
20294
be9957b8
PA
202952015-03-04 Pedro Alves <palves@redhat.com>
20296
20297 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
20298
d57be0f4 202992015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
20300
20301 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
20302
c214c7cf
AA
203032015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20304
20305 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
20306 regexps for GDB's current line display, accept a hex address
20307 preceding the line number.
20308
6d74a497
AA
203092015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
20310
20311 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
20312 the 'arch1' variable for "s390*-linux*" targets.
20313
511aee7c
PA
203142015-03-04 Pedro Alves <palves@redhat.com>
20315
20316 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
20317 (main): Pass missing retval argument to pthread_join call.
20318
95e50b27
PA
203192015-03-02 Pedro Alves <palves@redhat.com>
20320
20321 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
20322 (top level): Call do_test with non-stop as well.
20323
28054d69
PA
203242015-03-02 Pedro Alves <palves@redhat.com>
20325
20326 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
20327 -1.
20328
4fa5d7b4
AA
203292015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20330
20331 * gdb.arch/s390-vregs.exp: New test.
20332 * gdb.arch/s390-vregs.S: New file.
20333
97c18565
PA
203342015-02-27 Pedro Alves <palves@redhat.com>
20335
20336 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
20337 call to catch_command_errors.
20338 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
20339 catch_command_errors.
20340
a37bfa30
PA
203412015-02-27 Pedro Alves <palves@redhat.com>
20342
20343 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
20344 "true" for boolean result.
20345 * gdb.gdb/selftest.exp (test_with_self): Also accept full
20346 prototype of main.
20347
6f98576f
PA
203482015-02-27 Pedro Alves <palves@redhat.com>
20349
20350 * lib/unbuffer_output.c: New file.
20351 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
20352 (main): Call gdb_unbuffer_output.
20353
eba5ab56
YQ
203542015-02-27 Yao Qi <yao.qi@linaro.org>
20355
20356 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
20357 target.
20358
0def5aaa
DE
203592015-02-26 Doug Evans <dje@google.com>
20360
20361 * gdb.cp/class2.cc (Dbase, D): New classes.
20362 (main): New local delta.
20363 * gdb.cp/class2.exp: Test printing delta.
20364 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
20365 (dynbar): New global.
20366 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
20367
081a1c2c
JK
203682015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20369
20370 * gdb.compile/compile-ifunc.c: New file.
20371 * gdb.compile/compile-ifunc.exp: New file.
20372
2f41223f
AT
203732015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
20374
20375 * gdb.base/structs.exp: Check for correct struct on finish.
20376
03eddd80
YQ
203772015-02-26 Yao Qi <yao.qi@linaro.org>
20378
20379 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
20380 is zero.
20381
80c57053
JK
203822015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
20383
20384 * gdb.arch/cordic.ko.bz2: New file.
20385 * gdb.arch/cordic.ko.debug.bz2: New file.
20386 * gdb.arch/ppc64-symtab-cordic.exp: New file.
20387
21613c12
YQ
203882015-02-25 Yao Qi <yao.qi@linaro.org>
20389
20390 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
20391 aarch64*-*-* target.
20392
d8b901ed
PA
203932015-02-23 Pedro Alves <palves@redhat.com>
20394
20395 * lib/gdb.exp (delete_breakpoints): Rewrite using
20396 gdb_test_multiple.
20397
e5b85ead
PA
203982015-02-23 Pedro Alves <palves@redhat.com>
20399
20400 * gdb.base/info-os.c: Include stdlib.h.
20401
85c3a371
DE
204022015-02-22 Doug Evans <xdje42@gmail.com>
20403
20404 PR symtab/17855
20405 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
20406 is read after symbols have been re-read.
20407 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
20408 * gdb.ada/exec_changed/second.adb (Second): Ditto.
20409
96553a0c
DE
204102015-02-21 Doug Evans <dje@google.com>
20411
20412 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
20413
97a0c697
JK
204142015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20415
20416 PR corefiles/17808
20417 * gdb.arch/i386-biarch-core.core.bz2: New file.
20418 * gdb.arch/i386-biarch-core.exp: New file.
20419
a47cd6e9
PA
204202015-02-21 Pedro Alves <palves@redhat.com>
20421
20422 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
20423 runto_main fails.
20424
c5facdc4
PA
204252015-02-20 Pedro Alves <palves@redhat.com>
20426
20427 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
20428 info probes.
20429
2db9a427
PA
204302015-02-20 Pedro Alves <palves@redhat.com>
20431
20432 * gdb.threads/multi-create-ns-info-thr.exp: New file.
20433
60fb7e9e
PA
204342015-02-20 Pedro Alves <palves@redhat.com>
20435
20436 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
20437 clean_restart before gdb_target_supports_trace.
20438
5c5019c2
PA
204392015-02-20 Pedro Alves <palves@redhat.com>
20440
20441 PR threads/18006
20442 * gdb.threads/clone-thread_db.c: New file.
20443 * gdb.threads/clone-thread_db.exp: New file.
20444
c9587f88
AT
204452015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
20446
20447 PR breakpoints/16812
20448 * gdb.base/catch-gdb-caused-signals.c: New file.
20449 * gdb.base/catch-gdb-caused-signals.exp: New file.
20450
f6a88844
JM
204512015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
20452
20453 * configure: Regenerated.
20454 * configure.ac: Use GDB_AC_TRANSFORM.
20455 * aclocal.m4: sinclude ../transform.m4.
20456
497c491b
JM
204572015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20458
20459 * lib/dtrace.exp: New file.
20460 * gdb.base/dtrace-probe.exp: Likewise.
20461 * gdb.base/dtrace-probe.d: Likewise.
20462 * gdb.base/dtrace-probe.c: Likewise.
20463 * lib/pdtrace.in: Likewise.
20464 * configure.ac: Output variables with the transformed names of
20465 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
20466 * configure: Regenerated.
20467
03e98035
JM
204682015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
20469
20470 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
20471 expected message when trying to access $_probe_* convenience
20472 variables while not on a probe.
20473
63cc30e9
JK
204742015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
20475
20476 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
20477
0703599a
PA
204782015-02-11 Pedro Alves <pedro@codesourcery.com>
20479
20480 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
20481 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
20482
7e60a48e
DE
204832015-02-10 Doug Evans <xdje42@gmail.com>
20484
20485 * lib/gdb.exp (gdb_load): Always return a result.
20486
01b088bc
PA
204872015-02-10 Pedro Alves <palves@redhat.com>
20488
20489 * gdb.threads/signal-sigtrap.c: New file.
20490 * gdb.threads/signal-sigtrap.exp: New file.
20491
b05ec7a5
AT
204922015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
20493
20494 * gdb.trace/no-attach-trace.c: New file.
20495 * gdb.trace/no-attach-trace.exp: New file.
20496
a2c2acaf
MW
204972015-02-09 Mark Wielaard <mjw@redhat.com>
20498
20499 * gdb.dwarf2/atomic.c: New file.
20500 * gdb.dwarf2/atomic-type.exp: Likewise.
20501
31fd9caa
MM
205022015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20503
20504 * gdb.btrace/buffer-size.exp: Update "info record" output.
20505 * gdb.btrace/delta.exp: Update "info record" output.
20506 * gdb.btrace/enable.exp: Update "info record" output.
20507 * gdb.btrace/finish.exp: Update "info record" output.
20508 * gdb.btrace/instruction_history.exp: Update "info record" output.
20509 * gdb.btrace/next.exp: Update "info record" output.
20510 * gdb.btrace/nexti.exp: Update "info record" output.
20511 * gdb.btrace/step.exp: Update "info record" output.
20512 * gdb.btrace/stepi.exp: Update "info record" output.
20513 * gdb.btrace/nohist.exp: Update "info record" output.
20514
d33501a5
MM
205152015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20516
20517 * gdb.btrace/buffer-size: New.
20518
f4abbc16
MM
205192015-02-09 Markus Metzger <markus.t.metzger@intel.com>
20520
20521 * gdb.btrace/delta.exp: Update "info record" output.
20522 * gdb.btrace/enable.exp: Update "info record" output.
20523 * gdb.btrace/finish.exp: Update "info record" output.
20524 * gdb.btrace/instruction_history.exp: Update "info record" output.
20525 * gdb.btrace/next.exp: Update "info record" output.
20526 * gdb.btrace/nexti.exp: Update "info record" output.
20527 * gdb.btrace/step.exp: Update "info record" output.
20528 * gdb.btrace/stepi.exp: Update "info record" output.
20529 * gdb.btrace/nohist.exp: Update "info record" output.
20530
b9d61307
SM
205312015-02-06 Simon Marchi <simon.marchi@ericsson.com>
20532
20533 PR gdb/15678
20534 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
20535
e584fdbc
PA
205362015-02-06 Pedro Alves <palves@redhat.com>
20537
20538 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
20539 macro.
20540 (seconds_left, again): New globals.
20541 (main): Wait seconds_left in a 1-second sleep loop instead of
20542 sleeping 180 seconds. If 'again' is set, reset the seconds
20543 counter.
20544 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
20545 'again' in the inferior before detaching. Print the seconds left.
20546 (options): New global.
20547 (top level): Build program with -DTIMEOUT=$timeout.
20548
77f41761
PA
205492015-02-06 Pedro Alves <palves@redhat.com>
20550
20551 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
20552 determine how many seconds to pass to 'alarm'.
20553 * gdb.base/gdb-sigterm.exp (top level): Build program with
20554 -DTIMEOUT=$timeout.
20555 (do_test): Return success/failure indication. Add more verbose
20556 logging. Don't fail if 200 single steps are seen. Instead, fail
20557 when the test times out.
20558 (passes): New global.
20559 (top level): Break the testing loop if testing fails on any
20560 iteration. Use gdb_assert.
20561
b9394193
DB
205622015-02-04 Don Breazeal <donb@codesourcery.com>
20563
20564 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
20565 and initialize them.
20566 (ipc_cleanup): New function.
20567 (main): Don't declare shmid, semid, and msqid. Add a call to
20568 atexit so that we call ipc_cleanup on exit.
20569
42d9e528
PA
205702015-02-04 Pedro Alves <palves@redhat.com>
20571
20572 * boards/native-extended-gdbserver.exp: Remove any target variant
20573 specifications from the board name before clearing the isremote
20574 flag from board_info.
20575
ae6ae975
DE
205762015-01-31 Doug Evans <xdje42@gmail.com>
20577
20578 * gdb.base/maint.exp <maint print type argc>: Update expected output.
20579
cfb069a8
GB
205802015-01-31 Gary Benson <gbenson@redhat.com>
20581
20582 * gdb.base/completion.exp: Disable completion limiting for
20583 existing tests. Add new tests to check completion limiting.
20584 * gdb.linespec/ls-errs.exp: Disable completion limiting.
20585
5dd31d79
DE
205862015-01-31 Doug Evans <xdje42@gmail.com>
20587
20588 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
20589
9f050062
DE
205902015-01-31 Doug Evans <xdje42@gmail.com>
20591
20592 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
20593 entries. Duplicate file section script entries.
20594 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
20595 inlined entries. Add test for safe-path rejection.
20596 * gdb.python/py-section-script.c: Add duplicate inlined section script
20597 entries. Duplicate file section script entries.
20598 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
20599 inlined entries. Add test for safe-path rejection.
20600
df25ebbd
JB
206012015-01-29 Joel Brobecker <brobecker@adacore.com>
20602
20603 * gdb.ada/disc_arr_bound: New testcase.
20604
4a0ca9ec
JB
206052015-01-29 Joel Brobecker <brobecker@adacore.com>
20606
20607 * gdb.ada/mi_var_array: New testcase.
20608
3a8b707a
DE
206092015-01-27 Doug Evans <dje@google.com>
20610
20611 * gdb.python/py-objfile.exp: Add tests for objfile.username.
20612 Add test for objfile.filename, objfile.username after objfile
20613 has been unloaded.
20614
f8313f6e
JB
206152015-01-26 Joel Brobecker <brobecker@adacore.com>
20616
20617 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
20618 the second test to print the name attribute of value
20619 returned by the call to gdb.lookup_type, and adjust
20620 the expected output accordingly.
20621
37bc665e
MW
206222015-01-25 Mark Wielaard <mjw@redhat.com>
20623
20624 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
20625 * gdb.base/disp-step-fork.c: Include unistd.h.
20626 * gdb.base/siginfo-obj.c: Include stdio.h.
20627 * gdb.base/siginfo-thread.c: Likewise.
20628 * gdb.mi/non-stop.c: Include unistd.h.
20629 * gdb.mi/nsthrexec.c: Include stdio.h.
20630 * gdb.mi/pthreads.c: Include unistd.h.
20631 * gdb.modula2/unbounded1.c (main): Declare returns int.
20632 * gdb.reverse/consecutive-reverse.c: Likewise.
20633 * gdb.threads/create-fail.c: Include unistd.h.
20634 * gdb.threads/killed.c: Likewise.
20635 * gdb.threads/linux-dp.c: Likewise.
20636 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
20637 * gdb.threads/non-ldr-exc-2.c: Likewise.
20638 * gdb.threads/non-ldr-exc-3.c: Likewise.
20639 * gdb.threads/non-ldr-exc-4.c: Likewise.
20640 * gdb.threads/pthreads.c: Include unistd.h.
20641 (main): Declare returns int.
20642 * gdb.threads/tls-main.c (foo): New declaration.
20643 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
20644
f7e5394d
SM
206452015-01-23 Simon Marchi <simon.marchi@ericsson.com>
20646
20647 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
20648 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
20649
743649fd
MW
206502015-01-15 Mark Wielaard <mjw@redhat.com>
20651
20652 * gdb.base/noreturn-return.c: New file.
20653 * gdb.base/noreturn-return.exp: New file.
20654 * gdb.base/noreturn-finish.c: New file.
20655 * gdb.base/noreturn-finish.exp: New file.
20656
198297aa
PA
206572015-01-23 Pedro Alves <palves@redhat.com>
20658
20659 * gdb.threads/continue-pending-after-query.c: New file.
20660 * gdb.threads/continue-pending-after-query.exp: New file.
20661
717cf30c
AG
206622015-01-22 Anders Granlund <anders.granlund@ericsson.com>
20663 Simon Marchi <simon.marchi@ericsson.com>
20664
20665 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
20666 * gdb.base/valgrind-db-attach.exp: Same.
20667 * gdb.base/valgrind-infcall.exp: Same.
20668 * lib/mi-support.exp (default_mi_gdb_start): Same.
20669 * lib/prompt.exp (default_prompt_gdb_start): Same.
20670 * lib/gdb.exp (default_gdb_spawn): Same.
20671 (gdb_interact): New.
20672
20673
4b62a76e
JK
206742015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
20675
20676 * gdb.compile/compile.exp (pointer to jit function): New test.
20677
b4cdae6f
WW
206782015-01-17 Wei-cheng Wang <cole945@gmail.com>
20679
20680 * lib/gdb.exp (supports_process_record): Return true for
20681 powerpc*-*-linux*.
20682 (supports_reverse): Likewise.
20683
d221e7ef
DB
206842015-01-15 Don Breazeal <donb@codesourcery.com>
20685
20686 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
20687 instead of checking whether the target board is remote and
20688 use spawn_wait_for_attach instead of exec/sleep.
20689 * gdb.base/attach-twice.exp: Likewise.
20690
bafffb51
JB
206912015-01-15 Joel Brobecker <brobecker@adacore.com>
20692
20693 * gdb.ada/var_arr_attrs: New testcase.
20694
5589af0e
PA
206952015-01-14 Pedro Alves <palves@redhat.com>
20696 Joel Brobecker <brobecker@adacore.com>
20697
20698 PR gdb/17525
20699 * gdb.base/bp-cmds-execution-x-script.c: New file.
20700 * gdb.base/bp-cmds-execution-x-script.exp: New file.
20701 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
20702
6c400b59
PA
207032015-01-14 Pedro Alves <palves@redhat.com>
20704
20705 PR cli/17828
20706 * gdb.base/batch-preserve-term-settings.c: New file.
20707 * gdb.base/batch-preserve-term-settings.exp: New file.
20708
e02c96a7
DE
207092015-01-13 Doug Evans <dje@google.com>
20710
20711 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
20712 binary.
20713
576fd14c
JB
207142015-01-13 Joel Brobecker <brobecker@adacore.com>
20715
20716 * Makefile.in (clean mostlyclean): Do not delete *.py.
20717
04dccad0
JB
207182015-01-13 Joel Brobecker <brobecker@adacore.com>
20719
20720 * gdb.python/py-lookup-type.exp: New file.
20721
3d230f71
PA
207222015-01-12 Pedro Alves <palves@redhat.com>
20723
20724 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
20725 restore GDBFLAGS before returning.
20726
7e67715d
JK
207272015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20728
20729 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
20730 is_amd64_regs_target and is_x86_like_target.
20731
f2e0d4b4
DE
207322015-01-11 Doug Evans <xdje42@gmail.com>
20733
20734 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
20735 is given without an explicit form.
20736 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
20737 attributes.
20738 * gdb.dwarf/corrupt.exp: Ditto.
20739 * gdb.dwarf2/enum-type.exp: Ditto.
20740 * gdb.trace/entry-values.exp: Ditto.
20741 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
20742
439250fb
DE
207432015-01-11 Doug Evans <xdje42@gmail.com>
20744
20745 PR gdb/15830
20746 * gdb.base/maint.exp: Remove references to "maint demangle".
20747 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
20748 Add tests for explicitly specifying language to demangle.
20749 * gdb.dlang/demangle.exp: Ditto.
20750
ede9f622
PA
207512015-01-09 Pedro Alves <palves@redhat.com>
20752
20753 * gdb.threads/non-stop-fair-events.c: New file.
20754 * gdb.threads/non-stop-fair-events.exp: New file.
20755
a7b796db
PA
207562015-01-09 Pedro Alves <palves@redhat.com>
20757
20758 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
20759 the global scope. Set a breakpoint after all threads are started
20760 rather than stepping over two source lines. Expect the prompt.
20761 * gdb.base/watch_thread_num.c (threads_started_barrier): New
20762 global.
20763 (NUM): Now 15.
20764 (main): Use threads_started_barrier to wait for all threads to
20765 start. Main thread no longer calls thread_function. Exit after
20766 180 seconds.
20767 (loop): New function.
20768 (thread_function): Wait on threads_started_barrier barrier. Call
20769 'loop' at each iteration.
20770 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
20771 threads have started, instead of hardcoding number of "next"
20772 steps. Use an access watchpoint instead of a write watchpoint.
20773
9665ffdd
PA
207742015-01-09 Pedro Alves <palves@redhat.com>
20775
20776 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
20777 (thread_func): Wait on barrier.
20778 (main): Wait for all threads to start before stopping GDB.
20779 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
20780 global.
20781 (thread1_func, thread2_func): Wait on barrier.
20782 (main): Wait for all threads to start before stopping GDB.
20783 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
20784 New global.
20785 (thread1_func, thread2_func): Wait on barrier.
20786 (main): Wait for all threads to start before stopping GDB.
20787
c945a99f
PA
207882015-01-09 Pedro Alves <palves@redhat.com>
20789
20790 * gdb.threads/attach-many-short-lived-threads.c: New file.
20791 * gdb.threads/attach-many-short-lived-threads.exp: New file.
20792
c1a747c1
PA
207932014-01-09 Pedro Alves <palves@redhat.com>
20794
20795 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
20796 instead of to thread 2.
20797 * gdb.threads/signal-command-multiple-signals-pending.c (main):
20798 Add barrier around each pthread_create call instead of around all
20799 calls.
20800 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
20801 Set a break on thread_function and have the child threads hit it
20802 one at at a time.
20803
60b3033e
PA
208042015-01-09 Pedro Alves <palves@redhat.com>
20805
20806 * lib/gdb.exp (can_spawn_for_attach): New procedure.
20807 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
20808 false.
20809 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
20810 checking whether the target board is remote.
20811 * gdb.multi/multi-attach.exp: Likewise.
20812 * gdb.python/py-sync-interp.exp: Likewise.
20813 * gdb.server/ext-attach.exp: Likewise.
20814 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
20815 tests that need to attach, instead of checking whether the target
20816 board is remote at the top of the file.
20817
acc018ac
YQ
208182015-01-08 Yao Qi <yao@codesourcery.com>
20819
20820 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
20821
50a18af8
JK
208222015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20823
20824 Fix testcase compilation.
20825 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
20826
8503d6e1
JB
208272015-01-06 Joel Brobecker <brobecker@adacore.com>
20828
20829 * gdb.python/py-type.exp: Add a couple test about empty
20830 array creation, and negative-length array creation.
20831
cc73dbcc
DE
208322015-01-02 Doug Evans <xdje42@gmail.com>
20833
20834 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
20835
0300bbc7
DE
208362015-01-02 Doug Evans <dje@google.com>
20837
20838 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
20839
9d85a0ec
YQ
208402014-12-29 Yao Qi <yao@codesourcery.com>
20841
20842 * gdb.trace/entry-values.exp: Update comments. Rename variable
20843 bar_call_foo to returned_from_foo.
20844
87186c6a
MMN
208452014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
20846
20847 PR gdb/17394
20848 * gdb.linespec/break-asm-file.c: New file.
20849 * gdb.linespec/break-asm-file.exp: New file.
20850 * gdb.linespec/break-asm-file0.s: New file.
20851 * gdb.linespec/break-asm-file1.s: New file.
20852
1bab7383
YQ
208532014-12-18 Nigel Stephens <nigel@mips.com>
20854 Maciej W. Rozycki <macro@codesourcery.com>
20855
20856 * gdb.base/float.exp: Handle the new output from "info float" on
20857 MIPS targets.
20858
1bc1068a
JK
208592014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
20860
20861 Fix MinGW compilation.
20862 * gdb.compile/compile-ops.exp: Update untested message if
20863 !skip_compile_feature_tests.
20864 * gdb.compile/compile-setjmp.exp: Likewise.
20865 * gdb.compile/compile-tls.exp: Likewise.
20866 * gdb.compile/compile.exp: Likewise.
20867 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
20868 supported on this host".
20869
b6615d10
DE
208702014-12-16 Doug Evans <xdje42@gmail.com>
20871
20872 * boards/stabs.exp: New file.
20873
25dda427
AA
208742014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
20875
20876 * gdb.base/completion.exp: Adjust to format changes of "maint
20877 print user-registers".
20878
bf330350
CU
208792014-12-16 Catalin Udma <catalin.udma@freescale.com>
20880
20881 PR server/17457
20882 * gdb.arch/aarch64-fp.c: New file.
20883 * gdb.arch/aarch64-fp.exp: New file.
20884
395cf596
SDJ
208852014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
20886
20887 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
20888 r210637, r210913, r211666, r215400, r215817).
20889
20890 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
20891 * dg-extract-results.py: New file.
20892 * dg-extract-results.sh: Use it if the environment seems
20893 suitable.
20894
20895 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
20896
20897 * dg-extract-results.py (parse_run): Handle warnings that
20898 are printed before a test harness is run.
20899
20900 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
20901
20902 * dg-extract-results.py (Named): Remove __cmp__ method.
20903 (output_variation): Use a key to sort variation.harnesses.
20904
20905 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
20906
20907 * dg-extract-results.py: For Python 3, force sys.stdout to
20908 handle surrogate escape sequences.
20909 (safe_open): New function.
20910 (output_segment, main): Use it.
20911
20912 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
20913
20914 * dg-extract-results.py (Prog.result_re): Include options
20915 in test name.
20916
20917 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
20918
20919 * dg-extract-results.py (output_variation): Always sort if
20920 do_sum.
20921
e882ef3c
SM
209222014-12-15 Simon Marchi <simon.marchi@ericsson.com>
20923
20924 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
20925 as long as we get pagination notifications.
20926
4992aa20
JM
209272014-12-15 Jason Merrill <jason@redhat.com>
20928
20929 * Makefile.in (check-gdb.%): Restore.
20930 * README: Mention it.
20931
c1b5a1a6
JB
209322014-12-13 Joel Brobecker <brobecker@adacore.com>
20933
20934 * gdb.ada/str_uninit: New testcase.
20935
5537b577
JK
209362014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
20937
20938 PR symtab/17642
20939 * gdb.base/vla-stub-define.c: New file.
20940 * gdb.base/vla-stub.c: New file.
20941 * gdb.base/vla-stub.exp: New file.
20942
bb2ec1b3
TT
209432014-12-12 Phil Muldoon <pmuldoon@redhat.com>
20944 Jan Kratochvil <jan.kratochvil@redhat.com>
20945 Tom Tromey <tromey@redhat.com>
20946
20947 * configure.ac: Add gdb.compile/.
20948 * configure: Regenerate.
20949 * gdb.compile/Makefile.in: New file.
20950 * gdb.compile/compile-ops.exp: New file.
20951 * gdb.compile/compile-ops.c: New file.
20952 * gdb.compile/compile-tls.c: New file.
20953 * gdb.compile/compile-tls.exp: New file.
20954 * gdb.compile/compile-constvar.S: New file.
20955 * gdb.compile/compile-constvar.c: New file.
20956 * gdb.compile/compile-mod.c: New file.
20957 * gdb.compile/compile-nodebug.c: New file.
20958 * gdb.compile/compile-setjmp-mod.c: New file.
20959 * gdb.compile/compile-setjmp.c: New file.
20960 * gdb.compile/compile-setjmp.exp: New file.
20961 * gdb.compile/compile-shlib.c: New file.
20962 * gdb.compile/compile.c: New file.
20963 * gdb.compile/compile.exp: New file.
20964 * lib/gdb.exp (skip_compile_feature_tests): New proc.
20965
4ff709eb
TT
209662014-12-12 Tom Tromey <tromey@redhat.com>
20967
20968 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
20969 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
20970
6dddd6a5
DE
209712014-12-12 Doug Evans <dje@google.com>
20972
20973 * lib/gdb-python.exp (get_python_valueof): New function.
20974 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
20975
71c24708
AA
209762014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20977
20978 * gdb.base/completion.exp: Add test for completion of "info
20979 registers ".
20980
3e29f34a
MR
209812014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
20982
20983 * gdb.base/func-ptrs.c: New file.
20984 * gdb.base/func-ptrs.exp: New file.
20985
fc126975
SM
209862014-12-10 Simon Marchi <simon.marchi@ericsson.com>
20987
20988 PR breakpoints/17012
20989 * gdb.base/dprintf-detach.c: New file.
20990 * gdb.base/dprintf-detach.exp: New file.
20991
0a46d518
SM
209922014-12-10 Simon Marchi <simon.marchi@ericsson.com>
20993
20994 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
20995 * lib/gdb.exp (target_is_gdbserver): New procedure.
20996
a0be3e44
DE
209972014-12-08 Doug Evans <dje@google.com>
20998
20999 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
21000
df1b803a
YQ
210012014-12-05 Yao Qi <yao@codesourcery.com>
21002
21003 * gdb.guile/scm-error.exp: Remove the third argument to
21004 gdb_remote_download.
21005 * gdb.guile/scm-frame-args.exp: Likewise.
21006 * gdb.guile/scm-section-script.exp: Likewise.
21007
ddb9f679
YQ
210082014-12-05 Yao Qi <yao@codesourcery.com>
21009
21010 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
21011
86e4ed39
DE
210122014-12-04 Doug Evans <dje@google.com>
21013
21014 * gdb.python/py-objfile.exp: Add tests for
21015 objfile.add_separate_debug_file.
21016
7c50a931
DE
210172014-12-04 Doug Evans <dje@google.com>
21018
21019 * lib/gdb.exp (get_build_id): New function.
21020 (build_id_debug_filename_get): Rewrite to use it.
21021 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
21022
621661e3
MR
210232014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
21024
21025 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
21026 `method(long)', not just 0x0.
21027 * gdb.cp/nsalias.exp: Align code labels to 4.
21028 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
21029 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
21030 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
21031 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
21032 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
21033 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
21034
29f0c3b7
DE
210352014-12-02 Doug Evans <dje@google.com>
21036
e1e061e7 21037 PR symtab/17602
29f0c3b7 21038 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 21039 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
21040 * gdb.cp/anon-ns.exp: Update.
21041
162078c8
NB
210422014-12-02 Nick Bull <nicholaspbull@gmail.com>
21043
21044 * gdb.python/py-events.py (inferior_call_handler): New.
21045 (register_changed_handler, memory_changed_handler): New.
21046 (test_events.invoke): Register new handlers.
21047 * gdb.python/py-events.exp: Add tests for inferior call,
21048 memory_changed and register_changed events.
21049
fdb09caf
AA
210502014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
21051
21052 * gdb.base/execl-update-breakpoints.exp: Specify the link address
21053 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
21054 if the linker doesn't understand this.
21055
55cfb2c4
SM
210562014-12-01 Simon Marchi <simon.marchi@ericsson.com>
21057
21058 * gdb.python/python.exp: Change expected reply to help().
21059
9e8cd6df
YQ
210602014-12-01 Yao Qi <yao@codesourcery.com>
21061
21062 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
21063 AC_CONFIG_SUBDIRS(gdb.gdbtk).
21064 * configure: Re-generated.
21065
6c659fc2
SC
210662014-11-28 Siva Chandra Reddy <sivachandra@google.com>
21067
21068 * gdb.cp/chained-calls.cc: New file.
21069 * gdb.cp/chained-calls.exp: New file.
21070 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
21071
d7fc3181
SM
210722014-11-28 Simon Marchi <simon.marchi@ericsson.com>
21073
21074 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
21075 * gdb.dwarf2/symtab-producer.exp: Same.
21076 * gdb.gdb/python-interrupts.exp: Same.
21077 * gdb.gdb/python-selftest.exp: Same.
21078 * gdb.python/py-linetable.exp: Same.
21079 * gdb.python/py-type.exp: Same.
21080 * gdb.python/py-value-cc.exp: Same.
21081 * gdb.python/py-value.exp: Same.
21082
10e79639
YQ
210832014-11-28 Yao Qi <yao@codesourcery.com>
21084
21085 * gdb.base/break-probes.exp: Match library name prefixed with
21086 sysroot.
21087
f28a0564
SM
210882014-11-27 Simon Marchi <simon.marchi@ericsson.com>
21089
21090 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
21091 test expected output. Add parentheses for the call to print.
21092 Remove L suffix from integers.
21093
3fe1ce1d
DE
210942014-11-26 Doug Evans <dje@google.com>
21095
21096 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
21097
84429e27
YQ
210982014-11-22 Yao Qi <yao@codesourcery.com>
21099
21100 * gdb.trace/entry-values.c: Remove asms.
21101 (foo): Add foo_label.
21102 (bar): Add bar_label.
21103 * gdb.trace/entry-values.exp: Remove code computing foo's
21104 length and bar's length.
21105 (Dwarf::assemble): Invoke function_range for bar and use
21106 MACRO_AT_func for foo.
21107
26741859
YQ
211082014-11-22 Yao Qi <yao@codesourcery.com>
21109
21110 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
21111 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
21112 Use .Lgcc43_procstart instead of gcc43.
21113
45e44d27
JB
211142014-11-21 Joel Brobecker <brobecker@adacore.com>
21115
21116 * gdb.ada/n_arr_bound: New testcase.
21117
458c8db8
SDJ
211182014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
21119
21120 PR breakpoints/10737
21121 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
21122 test_catch_syscall_multi_arch.
21123 (test_catch_syscall_multi_arch): New function.
21124
43f3e411
DE
211252014-11-20 Doug Evans <xdje42@gmail.com>
21126
21127 * gdb.base/maint.exp: Update expected output.
21128
0d7b2549
AA
211292014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
21130
21131 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
21132 4-byte instruction on S390.
21133
8908fca5
JB
211342014-11-19 Joel Brobecker <brobecker@adacore.com>
21135
21136 * gdb.ada/arr_arr: New testcase.
21137
4a46959e
JB
211382014-11-19 Joel Brobecker <brobecker@adacore.com>
21139
21140 * gdb.ada/pkd_arr_elem: New Testcase.
21141
470e2f4e
LM
211422014-11-18 Luis Machado <lgustavo@codesourcery.com>
21143
21144 * gdb.reverse/break-precsave: Expect completion message for
21145 core file reads.
21146 * gdb.reverse/consecutive-precsave.exp: Likewise.
21147 * gdb.reverse/finish-precsave.exp: Likewise.
21148 * gdb.reverse/i386-precsave.exp: Likewise.
21149 * gdb.reverse/machinestate-precsave.exp: Likewise.
21150 * gdb.reverse/sigall-precsave.exp: Likewise.
21151 * gdb.reverse/solib-precsave.exp: Likewise.
21152 * gdb.reverse/step-precsave.exp: Likewise.
21153 * gdb.reverse/until-precsave.exp: Likewise.
21154 * gdb.reverse/watch-precsave.exp: Likewise.
21155
a267f3ad
AA
211562014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21157
21158 * gdb.base/bp-permanent.c: Include unistd.h.
21159 * gdb.python/py-framefilter-mi.c (main): Add return type.
21160 * gdb.python/py-framefilter.c (main): Likewise.
21161 * gdb.trace/actions-changed.c (main): Likewise.
21162
12084a9a
AA
211632014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21164
21165 * gdb.mi/until.c: Add eye-catchers.
21166 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
21167 line numbers.
21168
dc7e1a77
AA
211692014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
21170
21171 * gdb.base/condbreak.exp: Drop references to removed non-prototype
21172 function header variants in break1.c.
21173 * gdb.base/ena-dis-br.exp: Likewise.
21174 * gdb.base/hbreak2.exp: Likewise.
21175 * gdb.reverse/until-precsave.exp: Drop references to removed
21176 non-prototype function header variants in ur1.c.
21177 * gdb.reverse/until-reverse.exp: Likewise.
21178
41c77605
PM
211792014-11-17 Petr Machata <pmachata@redhat.com>
21180
21181 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
21182 ${_cu_offset_size} bytes abbrev offset.
21183
34248c3a
DE
211842014-11-15 Doug Evans <xdje42@gmail.com>
21185
21186 PR symtab/17559
21187 * gdb.base/line-symtabs.exp: New file.
21188 * gdb.base/line-symtabs.c: New file.
21189 * gdb.base/line-symtabs.h: New file.
21190
646da059
YQ
211912014-11-14 Yao Qi <yao@codesourcery.com>
21192
21193 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
21194 (func): Add label func_label.
21195 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
21196 Replace low_pc and high_pc with MACRO_AT_range.
21197 Replace name, low_pc and high_pc with MACRO_AT_func.
21198
9301ebe6
YQ
211992014-11-14 Yao Qi <yao@codesourcery.com>
21200
21201 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
21202 Replace name, low_pc and high_pc with MACRO_AT_func.
21203
f166b542
YQ
212042014-11-14 Yao Qi <yao@codesourcery.com>
21205
21206 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
21207 produce debug information.
21208 * gdb.dwarf2/implptr-optimized-out.S: Removed.
21209
0f6e71e3
YQ
212102014-11-14 Yao Qi <yao@codesourcery.com>
21211
21212 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
21213 object and get function length.
21214 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
21215 with MACRO_AT_func.
21216 (top-level): Replace gdb_compile and clean_restart with
21217 prepare_for_testing.
21218 * gdb.dwarf2/main.c (main): Add label main_label.
21219
876c4df9
YQ
212202014-11-14 Yao Qi <yao@codesourcery.com>
21221
21222 * lib/dwarf.exp (function_range): New procedure.
21223 (Dwarf::_handle_macro_at_func): New procedure.
21224 (Dwarf::_handle_macro_at_range): New procedure.
21225 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
21226
02ad9cf1
YQ
212272014-11-14 Yao Qi <yao@codesourcery.com>
21228
21229 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
21230 (_handle_attribute): New procedure.
21231
a59add0c
AA
212322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21233
21234 * gdb.ada/cond_lang/foo.c (callme): Add return type.
21235 * gdb.base/call-sc.c (zed): Likewise.
21236 * gdb.base/checkpoint.c (main): Likewise.
21237 * gdb.base/dump.c (main): Likewise.
21238 * gdb.base/gcore.c (main): Likewise.
21239 * gdb.base/huge.c (main): Likewise.
21240 * gdb.base/multi-forks.c (main): Likewise.
21241 * gdb.base/pr10179-a.c (main): Likewise.
21242 * gdb.base/savedregs.c (main): Likewise.
21243 * gdb.base/sigaltstack.c (main): Likewise.
21244 * gdb.base/siginfo.c (main): Likewise.
21245 * gdb.base/structs.c (zed): Likewise.
21246 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
21247 * gdb.mi/mi-syn-frame.c (main): Likewise.
21248 * gdb.mi/until.c (foo, main): Likewise.
21249 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
21250 * gdb.base/solib-weak.c (foo): Declare.
21251 * gdb.base/attach-twice.c: Include stdio.h.
21252 * gdb.base/weaklib1.c: Likewise.
21253 * gdb.base/weaklib2.c: Likewise.
21254 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
21255 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
21256 unistd.h.
21257 * gdb.base/attach-pie-misread.c: Include stdlib.h.
21258 * gdb.mi/mi-exit-code.c: Likewise.
21259 * gdb.base/break-interp-lib.c: Include string.h.
21260 * gdb.base/coremaker.c: Likewise.
21261 * gdb.base/testenv.c: Likewise.
21262 * gdb.python/py-finish-breakpoint.c: Likewise.
21263 * gdb.base/inferior-died.c: Include sys/wait.h.
21264 * gdb.base/fileio.c: Include time.h.
21265 * gdb.base/async-shell.c: Include unistd.h.
21266 * gdb.base/dprintf-non-stop.c: Likewise.
21267 * gdb.base/info-os.c: Likewise.
21268 * gdb.mi/mi-console.c: Likewise.
21269 * gdb.mi/watch-nonstop.c: Likewise.
21270 * gdb.python/py-events.c: Likewise.
21271 * gdb.base/async.c (baz): Move up before its invocation.
21272 * gdb.base/code_elim2.c (my_global_func): Likewise.
21273 * gdb.base/skip-solib-lib.c (multiply): Likewise.
21274 * gdb.base/advance.c (func2): Likewise.
21275
3b5d5997
AA
212762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21277
21278 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
21279 variant.
21280 * gdb.base/annota3.c: Likewise.
21281 * gdb.base/async.c: Likewise.
21282 * gdb.base/average.c: Likewise.
21283 * gdb.base/call-ar-st.c: Likewise.
21284 * gdb.base/call-rt-st.c: Likewise.
21285 * gdb.base/call-sc.c: Likewise.
21286 * gdb.base/call-strs.c: Likewise.
21287 * gdb.base/ending-run.c: Likewise.
21288 * gdb.base/execd-prog.c: Likewise.
21289 * gdb.base/exprs.c: Likewise.
21290 * gdb.base/foll-exec.c: Likewise.
21291 * gdb.base/foll-fork.c: Likewise.
21292 * gdb.base/foll-vfork.c: Likewise.
21293 * gdb.base/funcargs.c: Likewise.
21294 * gdb.base/gcore.c: Likewise.
21295 * gdb.base/jump.c: Likewise.
21296 * gdb.base/langs0.c: Likewise.
21297 * gdb.base/langs1.c: Likewise.
21298 * gdb.base/langs2.c: Likewise.
21299 * gdb.base/mips_pro.c: Likewise.
21300 * gdb.base/nodebug.c: Likewise.
21301 * gdb.base/opaque0.c: Likewise.
21302 * gdb.base/opaque1.c: Likewise.
21303 * gdb.base/recurse.c: Likewise.
21304 * gdb.base/run.c: Likewise.
21305 * gdb.base/scope0.c: Likewise.
21306 * gdb.base/scope1.c: Likewise.
21307 * gdb.base/setshow.c: Likewise.
21308 * gdb.base/setvar.c: Likewise.
21309 * gdb.base/shmain.c: Likewise.
21310 * gdb.base/shr1.c: Likewise.
21311 * gdb.base/shr2.c: Likewise.
21312 * gdb.base/sigall.c: Likewise.
21313 * gdb.base/signals.c: Likewise.
21314 * gdb.base/so-indr-cl.c: Likewise.
21315 * gdb.base/solib2.c: Likewise.
21316 * gdb.base/structs.c: Likewise.
21317 * gdb.base/sum.c: Likewise.
21318 * gdb.base/vforked-prog.c: Likewise.
21319 * gdb.base/watchpoint.c: Likewise.
21320 * gdb.reverse/shr2.c: Likewise.
21321 * gdb.reverse/until-reverse.c: Likewise.
21322 * gdb.reverse/ur1.c: Likewise.
21323 * gdb.reverse/watch-reverse.c: Likewise.
21324
066a77c5
AA
213252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21326
21327 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
21328 variant.
21329 * gdb.base/sepdebug.exp: Drop references to removed code.
21330
4f204ea5
AA
213312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21332
21333 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
21334 variant. Preserve original line numbering.
21335 * gdb.base/list1.c: Likewise.
21336
3b377a3a
AA
213372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21338
21339 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
21340 variant.
21341 * gdb.base/break1.c: Likewise.
21342 * gdb.base/break.exp: Drop references to removed code.
21343
e444df73
AA
213442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21345
21346 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
21347 variant.
21348
8008f2a7
AA
213492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21350
21351 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
21352
a5a06887
AA
213532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21354
21355 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
21356 logic into perform_all_tests() and invoke it with and without
21357 function header prototypes.
21358 (do_function_calls): Remove conditional XFAIL for PR 5318.
21359 (rerun_and_prepare): Remove duplicate code.
21360 (perform_all_tests): New. Main logic moved here.
21361
44dba9b9
AA
213622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21363
21364 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
21365 code guarded by #ifdef NO_PROTOTYPES.
21366 (t_double_many_args): Likewise.
21367 (DEF_FUNC_MANY_ARGS_1): Likewise.
21368 (DEF_FUNC_VALUES_1): Likewise.
21369 (t_structs_ldc): Renamed from t_structs_fc in conditional code
21370 guarded by #ifdef PROTOTYPES.
21371
d1fbcd56
AA
213722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21373
21374 * gdb.mi/mi-console.c: Add eye-catcher.
21375 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
21376 instead of literal line number.
21377
b0e59b8f
AA
213782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21379
21380 * gdb.base/shr2.c: Add eye-catcher.
21381 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
21382 line number.
21383
78f98cca
AA
213842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21385
21386 * gdb.base/jump.c: Add eye-catchers.
21387 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
21388 numbers.
21389
58fa2af0
AA
213902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21391
21392 * gdb.base/execd-prog.c: Add eye-catchers.
21393 * gdb.base/foll-exec.c: Likewise.
21394 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
21395 line numbers.
21396
04e5059b
AA
213972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21398
21399 * gdb.base/ending-run.c: Add eye-catchers.
21400 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
21401 literal line numbers.
21402
dbfdb174
AA
214032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21404
21405 * gdb.base/call-rt-st.c: Add eye-catchers.
21406 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
21407 literal line numbers.
21408
888a2ade
AA
214092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21410
21411 * gdb.base/call-ar-st.c: Add eye-catchers.
21412 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
21413 literal line numbers.
21414
6acc2dde
AA
214152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21416
21417 * gdb.base/average.c: Add eye-catchers.
21418 * gdb.base/sum.c: Likewise.
21419 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
21420 regexps dynamically.
21421
9ecfcd1d
AA
214222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
21423
21424 * gdb.base/solib1.c: Add eye-catchers.
21425 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
21426 literal line numbers.
21427
78708b7c
PA
214282014-11-12 Pedro Alves <palves@redhat.com>
21429
21430 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
21431 leader has exited.
21432
af48d08f
PA
214332014-11-12 Pedro Alves <palves@redhat.com>
21434
21435 * gdb.arch/i386-bp_permanent.c: New file.
21436 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
21437 (srcfile): Set to i386-bp_permanent.c.
21438 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
21439 that stepi does not execute the 'leave' instruction, instead of
21440 testing it does execute.
21441 * gdb.base/bp-permanent.c: New file.
21442 * gdb.base/bp-permanent.exp: New file.
21443
af3768e9
DE
214442014-11-10 Doug Evans <xdje42@gmail.com>
21445
21446 PR symtab/17564
21447 * gdb.base/symtab-search-order.exp: New file.
21448 * gdb.base/symtab-search-order.c: New file.
21449 * gdb.base/symtab-search-order-1.c: New file.
21450 * gdb.base/symtab-search-order-shlib-1.c: New file.
21451
9de00a4a
PA
214522014-11-07 Pedro Alves <palves@redhat.com>
21453
21454 PR gdb/17511
21455 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
21456 i?86-*-linux*.
21457
e0f52461
SC
214582014-11-03 Siva Chandra Reddy <sivachandra@google.com>
21459
21460 PR c++/17494
21461 * gdb.cp/pr17494.cc: New file.
21462 * gdb.cp/pr17494.exp: New file.
21463
6ce8c980
YQ
214642014-11-02 Yao Qi <yao@codesourcery.com>
21465
21466 * gdb.python/python.exp: Get working directory and match the
21467 output of "set extended-prompt \\w " with it.
21468
02be9a71
DE
214692014-10-30 Doug Evans <dje@google.com>
21470
21471 * gdb.python/py-objfile.exp: Add tests for setting random attributes
21472 in objfiles.
21473 * gdb.python/py-progspace.exp: Add tests for setting random attributes
21474 in progspaces.
21475
3bdff46b
LM
214762014-10-30 Janis Johnson <janisjo@codesourcery.com>
21477
21478 * gdb.base/fullpath-expand.exp: Skip for a remote host.
21479 * gdb.base/realname-expand.exp: Likewise.
21480 * gdb.linespec/macro-relative.exp: Likewise.
21481
ab917dfb
PA
214822014-10-29 Pedro Alves <palves@redhat.com>
21483
21484 PR gdb/17408
21485 * gdb.threads/schedlock.c (some_function): New function.
21486 (call_function): New global.
21487 (MAYBE_CALL_SOME_FUNCTION): New macro.
21488 (thread_function): Call it.
21489 * gdb.threads/schedlock.exp (get_args): Add description parameter,
21490 and use it instead of a global counter. Adjust all callers.
21491 (get_current_thread): Use "find current thread" for test message
21492 here rather than having all callers pass down the same string.
21493 (goto_loop): New procedure, factored out from ...
21494 (my_continue): ... this.
21495 (step_ten_loops): Change parameter from test message to command to
21496 use. Adjust.
21497 (list_count): Delete global.
21498 (check_result): New procedure, factored out from duplicate top
21499 level code.
21500 (continue tests): Wrap in with_test_prefix.
21501 (test_step): New procedure, factored out from duplicate top level
21502 code.
21503 (top level): Test "step" in combination with all scheduler-locking
21504 modes. Test "next" in combination with all scheduler-locking
21505 modes, and in combination with stepping over a function call or
21506 not.
21507 * gdb.threads/next-bp-other-thread.c: New file.
21508 * gdb.threads/next-bp-other-thread.exp: New file.
21509
d3d4baed
PA
215102014-10-29 Pedro Alves <palves@redhat.com>
21511
21512 PR python/17372
21513 * gdb.python/python.exp: Test a multi-line command that spawns
21514 interactive Python.
21515 * gdb.base/multi-line-starts-subshell.exp: New file.
21516
563e8d85
YQ
215172014-10-29 Yao Qi <yao@codesourcery.com>
21518
21519 * gdb.base/fileio.exp: Make directories on host.
21520
0ea4d52e
YQ
215212014-10-29 Yao Qi <yao@codesourcery.com>
21522
21523 * gdb.base/fileio.c (test_write): Close the file.
21524
7f5ef605
PA
215252014-10-28 Pedro Alves <palves@redhat.com>
21526
21527 PR gdb/12623
21528 * gdb.base/sigstep.c (no_handler): New global.
21529 (main): If 'no_handler is true, set the signal handlers to
21530 SIG_IGN.
21531 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
21532 with_sw_watch and no_handler parameters. Handle them.
21533 (top level) <stepping over handler when stopped at a breakpoint
21534 test>: Add a test axis for testing with a software watchpoint, and
21535 another for testing with the signal handler set to SIG_IGN.
21536 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
21537 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
21538
abbdbd03
PA
215392014-10-28 Pedro Alves <palves@redhat.com>
21540
21541 PR gdb/17511
21542 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
21543 * gdb.base/sigstep.exp (other_handler_location): New global.
21544 (advance): Support stepping into the signal handler, and running
21545 commands while in the handler.
21546 (in_handler_map): New global.
21547 (top level): In the advance test, add combinations for getting
21548 into the handler with stepping commands, and for running commands
21549 in the handler. Add comment descripting the advancei tests.
21550
1df4399f
PA
215512014-10-28 Pedro Alves <palves@redhat.com>
21552
21553 * gdb.base/sigstep.exp: Use build_executable instead of
21554 prepare_for_testing.
21555 (top level): Move code that starts GDB, runs to main and creates a
21556 display to ...
21557 (restart): ... this new procedure.
21558 (top level): Move backtrace from signal handler test to ...
21559 (validate_backtrace): ... this new procedure.
21560 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
21561 with_test_prefix. Always restart GDB.
21562 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
21563 with_test_prefix. Always restart GDB. No need to delete
21564 breakpoints after the test.
21565 (test_skip_handler): Remove prefix parameter.
21566 (skip_over_handler, breakpoint_to_handler)
21567 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
21568 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
21569 restart GDB. No need to delete breakpoints after the test.
21570 (top level): Use foreach to call the test procedures with
21571 different commands.
21572
a5b6e449
PA
215732014-10-28 Pedro Alves <palves@redhat.com>
21574
21575 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
21576 instead of GNATS numbers.
21577 * gdb.base/sigbpt.exp: Likewise.
21578 * gdb.base/siginfo.exp: Likewise.
21579 * gdb.base/sigstep.exp: Likewise.
21580
e5f8a7cc
PA
215812014-10-27 Pedro Alves <palves@redhat.com>
21582
21583 * gdb.base/sigstep.c (dummy): New global.
21584 (main): Issue a couple writes to the new global.
21585 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
21586 procedures.
21587 (skip_over_handler): Use test_skip_handler.
21588 (top level): Call skip_over_handler for stepi and nexti too.
21589 (breakpoint_over_handler): Use test_skip_handler.
21590 (top level): Call breakpoint_over_handler for stepi and nexti too.
21591
763905a3
YQ
215922014-10-27 Yao Qi <yao@codesourcery.com>
21593
21594 * gdb.trace/tfile.c (adjust_function_address)
21595 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
21596 function descriptor.
21597
6f259a23
DB
215982014-10-24 Don Breazeal <donb@codesourcery.com>
21599
21600 * gdb.base/foll-fork.exp (test_follow_fork,
21601 catch_fork_child_follow): Check for updated fork messages emitted
21602 from infrun.c.
21603 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
21604 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
21605 vfork_and_exec_child_follow_through_step): Check for updated vfork
21606 messages emitted from infrun.c.
21607
09dd9a69
PA
216082014-10-24 Pedro Alves <palves@redhat.com>
21609
21610 * gdb.base/corefile.exp: Remove references to ultrix.
21611 * gdb.base/interrupt.exp: Likewise.
21612 * gdb.base/whatis.exp: Likewise.
21613 * gdb.gdb/selftest.exp: Likewise.
21614 * gdb.threads/manythreads.exp: Likewise.
21615 * gdb.threads/print-threads.exp: Likewise.
21616 * gdb.threads/pthreads.exp:: Likewise.
21617 * gdb.threads/schedlock.exp: Likewise.
21618
3433cfa5
SC
216192014-10-24 Siva Chandra Reddy <sivachandra@google.com>
21620
21621 * gdb.cp/non-trivial-retval.cc: Add a test case.
21622 * gdb.cp/non-trivial-retval.exp: Add a test.
21623
092f880b
YQ
216242014-10-20 Yao Qi <yao@codesourcery.com>
21625
21626 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
21627 * gdb.python/py-objfile-script-gdb.py: New file.
21628 * gdb.python/py-objfile-script.exp: Update reference to
21629 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
21630 of remote_download. Remove the dest file.
21631
acbdb7f3
YQ
216322014-10-20 Yao Qi <yao@codesourcery.com>
21633
21634 * gdb.base/checkpoint.exp: Don't remove file copied on host.
21635 * gdb.base/step-line.exp: Likewise.
21636 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
21637 * gdb.dwarf2/dw2-basic.exp: Likewise.
21638 * gdb.dwarf2/dw2-compressed.exp: Likewise.
21639 * gdb.dwarf2/dw2-filename.exp: Likewise.
21640 * gdb.dwarf2/dw2-intercu.exp: Likewise.
21641 * gdb.dwarf2/dw2-intermix.exp: Likewise.
21642 * gdb.dwarf2/dw2-producer.exp: Likewise.
21643 * gdb.dwarf2/mac-fileno.exp: Likewise.
21644 * gdb.python/py-frame-args.exp: Likewise.
21645 * gdb.python/py-framefilter.exp: Likewise.
21646 * gdb.python/py-mi.exp: Likewise.
21647 * gdb.python/py-objfile-script.exp: Likewise
21648 * gdb.python/py-pp-integral.exp: Likewise.
21649 * gdb.python/py-pp-re-notag.exp: Likewise.
21650 * gdb.python/py-prettyprint.exp: Likewise.
21651 * gdb.python/py-section-script.exp: Likewise.
21652 * gdb.python/py-typeprint.exp: Likewise.
21653 * gdb.python/py-xmethods.exp: Likewise.
21654 * gdb.stabs/weird.exp: Likewise.
21655 * gdb.xml/tdesc-regs.exp: Likewise.
21656
bd286a29
KCY
216572014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
21658
21659 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
21660 (out_cu): Use addr_len for the size of addresses.
21661 (out_line): Likewise. Size DW_LNE_set_address instruction
21662 according to addr_len.
21663 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
21664 (FUNC): Add START_INSNS to definition.
21665
673dc4a0
YQ
216662014-10-18 Yao Qi <yao@codesourcery.com>
21667
21668 * gdb.base/argv0-symlink.exp: Check argv[0] value if
21669 gdb_has_argv0 return true.
21670 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
21671 check [target_info exists noargs], check [gdb_has_argv0]
21672 instead.
21673 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21674 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
21675 procedures.
21676
4ffbba72
DE
216772014-10-17 Doug Evans <dje@google.com>
21678
21679 * gdb.python/py-events.exp: Update expected output for clear_objfiles
21680 event.
21681 * gdb.python/py-events.py: Add clear_objfiles event.
21682
d096d8c1
DE
216832014-10-17 Doug Evans <dje@google.com>
21684
21685 * gdb.python/py-objfile.exp: Test progspace attribute.
21686
a80db015
LM
216872014-10-17 Luis Machado <lgustavo@codesourcery.com>
21688
21689 * gdb.guile/scm-breakpoint.exp: Do not assume any
21690 directory separators when matching source file paths.
21691 * gdb.python/py-breakpoint.exp: Likewise.
21692 * gdb.reverse/break-precsave.exp: Likewise.
21693 * gdb.reverse/break-reverse.exp: Likewise.
21694 * gdb.reverse/consecutive-precsave.exp: Likewise.
21695 * gdb.reverse/finish-precsave.exp: Likewise.
21696 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
21697 * gdb.reverse/finish-reverse.exp: Likewise.
21698 * gdb.reverse/i386-precsave.exp: Likewise.
21699 * gdb.reverse/i387-env-reverse.exp: Likewise.
21700 * gdb.reverse/i387-stack-reverse.exp: Likewise.
21701 * gdb.reverse/machinestate-precsave.exp: Likewise.
21702 * gdb.reverse/machinestate.exp: Likewise.
21703 * gdb.reverse/sigall-precsave.exp: Likewise.
21704 * gdb.reverse/solib-precsave.exp: Likewise.
21705 * gdb.reverse/step-precsave.exp: Likewise.
21706 * gdb.reverse/until-precsave.exp: Likewise.
21707 * gdb.reverse/watch-precsave.exp: Likewise.
21708 * gdb.reverse/watch-reverse.exp: Likewise.
21709
b22089ab
YQ
217102014-10-17 Yao Qi <yao@codesourcery.com>
21711
21712 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
21713 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
21714
6c4486e6
PA
217152014-10-17 Pedro Alves <palves@redhat.com>
21716
21717 PR gdb/17471
21718 * gdb.base/bg-execution-repeat.c: New file.
21719 * gdb.base/bg-execution-repeat.exp: New file.
21720
0ff33695
PA
217212014-10-17 Pedro Alves <palves@redhat.com>
21722
21723 PR gdb/17300
21724 * gdb.base/continue-all-already-running.c: New file.
21725 * gdb.base/continue-all-already-running.exp: New file.
21726
6fdebc3d
PA
217272014-10-17 Pedro Alves <palves@redhat.com>
21728
21729 PR gdb/17472
21730 * gdb.base/annota-input-while-running.c: New file.
21731 * gdb.base/annota-input-while-running.exp: New file.
21732
32a8097b
PA
217332014-10-17 Pedro Alves <palves@redhat.com>
21734
21735 * gdb.base/callfuncs.exp: emove references to osf.
21736 * gdb.base/sigall.exp: Likewise.
21737 * gdb.gdb/selftest.exp: Likewise.
21738 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
21739 * gdb.mi/non-stop.c: Likewise.
21740 * gdb.mi/pthreads.c: Likewise.
21741 * gdb.reverse/sigall-precsave.exp: Likewise.
21742 * gdb.reverse/sigall-reverse.exp: Likewise.
21743 * gdb.threads/pthreads.c: Likewise.
21744 * gdb.threads/pthreads.exp: Likewise.
21745
7a3517ff
YQ
217462014-10-17 Yao Qi <yao@codesourcery.com>
21747
21748 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
21749 check 'target_info exists noargs'.
21750 (test_command_prompt_position): Likewise.
21751 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
21752 Remove "set args".
21753 (progvar_simple_while_test): Likewise.
21754 (progvar_complex_if_while_test): Likewise.
21755 (if_while_breakpoint_command_test): Likewise.
21756 (infrun_breakpoint_command_test): Likewise.
21757 (breakpoint_command_test): Likewise.
21758 (watchpoint_command_test): Likewise.
21759 (bp_deleted_in_command_test): Likewise.
21760 (temporary_breakpoint_commands): Likewise.
21761
bb99c472
YQ
217622014-10-16 Yao Qi <yao@codesourcery.com>
21763
21764 * gdb.base/remotetimeout.exp: Remove noargs checking.
21765
7c16b83e
PA
217662014-10-15 Pedro Alves <palves@redhat.com>
21767
21768 PR breakpoints/9649
21769 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
21770 * gdb.base/breakpoint-in-ro-region.exp
21771 (probe_target_hardware_step): New procedure.
21772 (top level): Probe hardware stepping and hardware breakpoint
21773 support. Test stepping through a read-only region, with both
21774 "breakpoint auto-hw" on and off and both "always-inserted" on and
21775 off.
21776
35a49624
IB
217772014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
21778
21779 * gdb.dlang/demangle.exp: Update for demangling changes.
21780
2d1c107c
SC
217812014-10-15 Siva Chandra Reddy <sivachandra@google.com>
21782
21783 * gdb.cp/non-trivial-retval.cc: Add new test cases.
21784 * gdb.cp/non-trivial-retval.exp: Add new tests.
21785
778811d5
SC
217862014-10-15 Siva Chandra Reddy <sivachandra@google.com>
21787
21788 PR c++/13403
21789 PR c++/15154
21790 * gdb.cp/non-trivial-retval.cc: New file.
21791 * gdb.cp/non-trivial-retval.exp: New file.
21792
10c5f0a8
YQ
217932014-10-15 Yao Qi <yao@codesourcery.com>
21794
21795 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
21796 remote host.
21797
65d7b369
YQ
217982014-10-15 Yao Qi <yao@codesourcery.com>
21799
21800 * gdb.python/py-symbol.exp: Match file base name if host is
21801 remote, otherwise match file name with dir name.
21802 * gdb.python/py-symtab.exp: Likewise.
21803 * gdb.python/python.exp: Likewise.
21804
46dc1394
YQ
218052014-10-15 Yao Qi <yao@codesourcery.com>
21806
21807 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
21808 pattern.
21809 * gdb.python/py-symtab.exp: Likewise.
21810 * gdb.python/python.exp: Remove trailing ".*". Fix typo
21811 locationn.
21812
c40cc657
JB
218132014-10-14 Joel Brobecker <brobecker@adacore.com>
21814
21815 * gdb.ada/addr_arith: New testcase.
21816
2abf49e1
MR
218172014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
21818
21819 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
21820 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
21821 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
21822 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
21823
f7088df3
SDJ
218242014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
21825
21826 * gdb.arch/stap-eval-lang-ada.S: Likewise.
21827 * gdb.arch/stap-eval-lang-ada.c: Likewise.
21828 * gdb.arch/stap-eval-lang-ada.exp: New file.
21829
4dc06805
YQ
218302014-10-14 Yao Qi <yao@codesourcery.com>
21831
21832 * gdb.mi/mi-var-child.c (nothing1): New function.
21833 (nothing2): New function.
21834 (do_children_tests): Set function pointers by nothing1 and
21835 nothing2.
21836 * gdb.mi/mi-var-child.exp: Step over new added statements.
21837 Update test to match the new output.
21838 * gdb.mi/var-cmd.c (nothing1): New function.
21839 (nothing2): New function.
21840 (do_children_tests): Set function pointers by nothing1 and
21841 nothing2.
21842 * gdb.mi/mi-var-display.exp: Update test to match output.
21843 Step to the line specified by $line_dct_nothing.
21844 Increase the number of lines to step.
21845
46a93de2
YQ
218462014-10-14 Yao Qi <yao@codesourcery.com>
21847
21848 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
21849 tests.
21850 * gdb.mi/mi2-var-child.exp: Likewise.
21851
14ea52ee
DE
218522014-10-13 Doug Evans <dje@google.com>
21853
21854 * gdb.python/py-objfile.exp: Change name of file name test.
21855
e5c6e92b
DE
218562014-10-13 Doug Evans <dje@google.com>
21857
21858 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
21859 from the start of the CU.
21860
c780cc2f
JK
218612014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
21862 Yao Qi <yao@codesourcery.com>
21863
21864 Fix "save breakpoints" for "catch" command.
21865 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
21866 Remove -nonewline. Match also the added "main" line.
21867
99894e11
JK
218682014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21869
21870 Fix "save breakpoints" for "disable $bpnum" command.
21871 * gdb.base/save-bp.c (main): Add label.
21872 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
21873
6e1ac5a3
JK
218742014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21875
21876 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
21877
754dd2b0
YQ
218782014-10-11 Yao Qi <yao@codesourcery.com>
21879
21880 * gdb.server/server-kill.exp: Execute command
21881 "set remote trace-status-packet on" before "tstatus".
21882
f90183d7
YQ
218832014-10-11 Yao Qi <yao@codesourcery.com>
21884
21885 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
21886 (main): Call getppid.
21887 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
21888 and continue to it. Read variable "server_pid".
21889
bf40a607
YQ
218902014-10-11 Yao Qi <yao@codesourcery.com>
21891
21892 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
21893
052ca370
YQ
218942014-10-11 Yao Qi <yao@codesourcery.com>
21895
21896 * gdb.threads/thread-find.exp: Don't execute command
21897 "info threads".
21898 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
21899 * gdb.threads/linux-dp.exp: Don't check the condition
21900 $threads_created equals to zero.
21901
3831839c
PA
219022014-10-10 Pedro Alves <palves@redhat.com>
21903
21904 * gdb.base/bigcore.exp: Remove references to IRIX.
21905 * gdb.base/funcargs.exp: Likewise.
21906 * gdb.base/interrupt.exp: Likewise.
21907 * gdb.base/mips_pro.exp: Likewise.
21908 * gdb.base/nodebug.exp: Likewise.
21909 * gdb.base/setvar.exp: Likewise.
21910 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
21911
8b9a549d
PA
219122014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
21913 Pedro Alves <palves@redhat.com>
21914
21915 PR symtab/14466
21916 * gdb.base/vdso-warning.c: New file.
21917 * gdb.base/vdso-warning.exp: New file.
21918
d48ba5e8
DE
219192014-10-02 Doug Evans <dje@google.com>
21920
21921 * gdb.base/structs.c (main): Don't run forever.
21922
2278c276
PA
219232014-10-02 Pedro Alves <palves@redhat.com>
21924
21925 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
21926 (top level) <stop threads 1, stop threads 2>: Use it.
21927
b57bacec
PA
219282014-10-02 Pedro Alves <palves@redhat.com>
21929
21930 * gdb.threads/break-while-running.exp (test): Add new
21931 'update_thread_list' argument. Skip "info threads" if false.
21932 (top level): Add new 'update_thread_list' axis.
21933
13fd3ff3
PA
219342014-10-02 Pedro Alves <palves@redhat.com>
21935
21936 PR breakpoints/17431
21937 * gdb.base/execl-update-breakpoints.c: New file.
21938 * gdb.base/execl-update-breakpoints.exp: New file.
21939
0fec99e8
PA
219402014-10-01 Pedro Alves <palves@redhat.com>
21941
21942 * gdb.base/breakpoint-in-ro-region.c: New file.
21943 * gdb.base/breakpoint-in-ro-region.exp: New file.
21944
2ddf4301
SM
219452014-10-01 Simon Marchi <simon.marchi@ericsson.com>
21946
21947 * gdb.mi/mi-exit-code.exp: New file.
21948 * gdb.mi/mi-exit-code.c: New file.
21949
6a5f3f43
YQ
219502014-09-30 Yao Qi <yao@codesourcery.com>
21951
21952 * lib/prelink-support.exp (build_executable_own_libs): Error if
21953 the target isn't native.
21954
345bcc73
YQ
219552014-09-30 Yao Qi <yao@codesourcery.com>
21956
21957 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
21958 false.
21959
a25a5a45
PA
219602014-09-22 Pedro Alves <palves@redhat.com>
21961
21962 * gdb.threads/break-while-running.exp: New file.
21963 * gdb.threads/break-while-running.c: New file.
21964
00ba3162
YQ
219652014-09-19 Yao Qi <yao@codesourcery.com>
21966
21967 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
21968 Invoke test. Restart GDB with --readnow and invoke test again.
21969
c3b7b696
YQ
219702014-09-19 Yao Qi <yao@codesourcery.com>
21971
21972 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
21973 proc set_breakpoint_on_gcd_function. Invoke
21974 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
21975 invoke set_breakpoint_on_gcd_function again.
21976
2b4fd423
DE
219772014-09-18 Doug Evans <dje@google.com>
21978
21979 * gdb.dwarf2/symtab-producer.exp: New file.
21980
a5947601
SDJ
219812014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
21982
21983 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
21984 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
21985 * gdb.base/global-var-nested-by-dso.c: Likewise.
21986 * gdb.base/global-var-nested-by-dso.exp: Likewise.
21987
91c19059
SDJ
219882014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
21989 Pedro Alves <palves@redhat.com>
21990
21991 * gdb.base/watch-bitfields.exp: Pass string other than test file
21992 name to prepare_for_testing.
21993 (watch): New procedure.
21994 (expect_watchpoint): Use with_test_prefix.
21995 (top level): Factor out tests to ...
21996 (test_watch_location, test_regular_watch): ... these new
21997 procedures, and use with_test_prefix and gdb_continue_to_end.
21998
bb9d5f81
PP
219992014-09-16 Patrick Palka <patrick@parcs.ath.cx>
22000
22001 PR breakpoints/12526
22002 * gdb.base/watch-bitfields.exp: New file.
22003 * gdb.base/watch-bitfields.c: New file.
22004
635856f5
PA
220052014-09-16 Pedro Alves <palves@redhat.com>
22006
22007 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
22008 software and hardware addresses, not software address against
22009 itself.
22010
7280ceea
PA
220112014-09-16 Pedro Alves <palves@redhat.com>
22012
22013 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
22014 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
22015
428b16bd
PA
220162014-09-16 Pedro Alves <palves@redhat.com>
22017
22018 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
22019 files.
22020 * gdb.base/a2-run.exp: Remove all code guarded by istarget
22021 "*-*-vxworks*" throughout.
22022 * gdb.base/break.exp: Likewise.
22023 * gdb.base/default.exp: Likewise.
22024 * gdb.base/scope.exp: Likewise.
22025 * gdb.base/sepdebug.exp: Likewise.
22026 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
22027 throughout.
22028 * gdb.base/run.c: Likewise.
22029 * gdb.base/sepdebug.c: Likewise.
22030 * gdb.hp/gdb.aCC/run.c: Likewise.
22031 * gdb.reverse/until-reverse.c: Likewise.
22032 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
22033
666d413c
YQ
220342014-09-16 Yao Qi <yao@codesourcery.com>
22035
22036 * boards/local-remote-host-native.exp: New file.
22037
57cbd724
DE
220382014-09-14 Doug Evans <xdje42@gmail.com>
22039
22040 * gdb.threads/queue-signal.c (thread_count): New variable.
22041 (thread_count_mutex, thread_count_condvar): New variables.
22042 (incr_thread_count, wait_all_threads_running): New functions.
22043 (main): Wait for all threads to be in their thread functions.
22044
81219e53
DE
220452014-09-13 Doug Evans <xdje42@gmail.com>
22046
22047 * gdb.threads/queue-signal.c: New file.
22048 * gdb.threads/queue-signal.exp: New file.
22049
3714cea7
DE
220502014-09-13 Doug Evans <xdje42@gmail.com>
22051
22052 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
22053 be consistent with what default_gdb_init uses.
22054 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
22055 the plain text of the prompt. Add some logging printfs.
22056 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
22057
fa43b1d7
PA
220582014-09-12 Pedro Alves <palves@redhat.com>
22059
22060 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
22061 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
22062 * gdb.arch/i386-size-overlap.exp: Likewise.
22063 * gdb.arch/i386-size.exp: Likewise.
22064 * gdb.arch/i386-unwind.exp: Likewise.
22065 * gdb.base/a2-run.exp: Likewise.
22066 * gdb.base/break.exp: Likewise.
22067 * gdb.base/charset.exp: Likewise.
22068 * gdb.base/chng-syms.exp: Likewise.
22069 * gdb.base/commands.exp: Likewise.
22070 * gdb.base/dbx.exp: Likewise.
22071 * gdb.base/find.exp: Likewise.
22072 * gdb.base/funcargs.exp: Likewise.
22073 * gdb.base/jit-simple.exp: Likewise.
22074 * gdb.base/reread.exp: Likewise.
22075 * gdb.base/sepdebug.exp: Likewise.
22076 * gdb.base/step-bt.exp: Likewise.
22077 * gdb.cp/mb-inline.exp: Likewise.
22078 * gdb.cp/mb-templates.exp: Likewise.
22079 * gdb.objc/basicclass.exp: Likewise.
22080 * gdb.threads/killed.exp: Likewise.
22081
9d9bf2df
EBM
220822014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22083
22084 PR tdep/17379
22085 * gdb.arch/powerpc-stackless.S: New file.
22086 * gdb.arch/powerpc-stackless.exp: New file.
22087
1cf2f1b0
JK
220882014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
22089
22090 * gdb.base/attach.c: Include unistd.h.
22091 (main): Call alarm. Add label postloop.
22092 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
22093 gdb_breakpoint, gdb_continue_to_breakpoint.
22094 (test_command_line_attach_run): Kill ${testpid} in one exit path.
22095
98880d46
PA
220962014-09-11 Pedro Alves <palves@redhat.com>
22097
22098 PR gdb/17347
22099 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
22100 * gdb.base/attach.exp (test_command_line_attach_run): New
22101 procedure.
22102 (top level): Call it.
22103
4c92ff2c
PA
221042014-09-11 Pedro Alves <palves@redhat.com>
22105
22106 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
22107 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
22108 (do_command_attach_tests): Use spawn_wait_for_attach.
22109 * gdb.base/solib-overlap.exp: Likewise.
22110 * gdb.multi/multi-attach.exp: Likewise.
22111 * gdb.python/py-prompt.exp: Likewise.
22112 * gdb.python/py-sync-interp.exp: Likewise.
22113 * gdb.server/ext-attach.exp: Likewise.
22114
3adc1a7d
GKB
221152014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
22116
22117 * gdb.fortran/array-element.exp: Remove unexpected "continue"
22118 command in testcase. Simplify testcase.
22119
96334934
JB
221202014-09-10 Joel Brobecker <brobecker@adacore.com>
22121
22122 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
22123
eb479039
JB
221242014-09-10 Joel Brobecker <brobecker@adacore.com>
22125
22126 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
22127
deede10c
JB
221282014-09-10 Joel Brobecker <brobecker@adacore.com>
22129
22130 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
22131
7828a5f5
JB
221322014-09-10 Joel Brobecker <brobecker@adacore.com>
22133
22134 * gdb.dwarf2/dynarr-ptr.c: New file.
22135 * gdb.dwarf2/dynarr-ptr.exp: New file.
22136
33aeebcf
MR
221372014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22138
22139 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
22140 of 30 rather than hardcoding 120 for a slow test case. Take the
22141 `gdb,timeout' target setting into account for this calculation.
22142 Don't extend the timeout for the test cases that don't need it.
22143
7b415901
MR
221442014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22145
22146 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
22147 a factor of 2 for a slow test case. Take the `gdb,timeout'
22148 target setting into account for this calculation.
22149 * gdb.reverse/until-precsave.exp: Increase the timeout by
22150 a factor of 15 and 3 respectively rather than adding 120
22151 for a pair of slow test cases. Take the `gdb,timeout'
22152 target setting into account for this calculation.
22153
4a40f85a
MR
221542014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22155
22156 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
22157 timeout, don't pass one down to gdb_expect.
22158 (gdb_expect): Rework timeout selection.
22159
09635af7
MR
221602014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22161
22162 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
22163 exception on timeout.
22164 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
22165 (gdbserver_start_extended): Catch any `gdbserver_start' error
22166 exceptions.
22167 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
22168 * lib/mi-support.exp (mi_gdb_target_load): Catch any
22169 `gdbserver_gdb_load' error exceptions.
22170
2bdd10b7
MR
221712014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
22172
22173 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
22174 120 on waiting for the TCP socket to open.
22175
316935f0
DE
221762014-09-09 Doug Evans <xdje42@gmail.com>
22177
22178 * gdb.base/default.exp (show_conv_list): Add _caller_is,
22179 _caller_matches, _any_caller_is, _any_caller_matches.
22180
83740597
DE
221812014-09-09 Doug Evans <xdje42@gmail.com>
22182
22183 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
22184
4c122fc3
YQ
221852014-09-09 Yao Qi <yao@codesourcery.com>
22186
22187 * gdb.mi/mi-var-display.exp: Set print symbol off.
22188
a9f116cb
GKB
221892014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
22190
22191 PR gdb/17035
22192 * gdb.base/commands.exp: Add tests to verify user-defined
22193 commands with empty bodies.
22194 * gdb.python/py-cmd.exp: Test that we don't show user-defined
22195 python commands in `show user command`.
22196 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
22197 scheme commands in `show user command`.
22198
c75bd3a2
JK
221992014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
22200
22201 PR python/17355
22202 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
22203 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
22204 * gdb.python/py-framefilter-invalidarg.exp: New file.
22205 * gdb.python/py-framefilter-invalidarg.py: New file.
22206
faa42425
DE
222072014-09-06 Doug Evans <xdje42@gmail.com>
22208
22209 PR 15276
22210 * gdb.python/py-caller-is.c: New file.
22211 * gdb.python/py-caller-is.exp: New file.
22212
474ca4f6
SDJ
222132014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
22214
22215 PR gdb/17235
22216 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
22217 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
22218
eb0b0463
SDJ
222192014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
22220
22221 PR fortran/17237
22222 * gdb.fortran/print-formatted.exp: New file.
22223 * gdb.fortran/print-formatted.f90: Likewise.
22224
5f3b99cf
SS
222252014-09-03 Sasha Smundak <asmundak@google.com>
22226
22227 * gdb.python/py-frame.exp: Test Frame.read_register.
22228
7d793aa9
SDJ
222292014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
22230
22231 PR python/16699
22232 * gdb.python/py-completion.exp: New file.
22233 * gdb.python/py-completion.py: Likewise.
22234
fb0576e9
DE
222352014-08-28 Doug Evans <dje@google.com>
22236
22237 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
22238 eax,etc. are live with values set by gdb and thus the compiler can't
22239 use them.
22240 * gdb.arch/i386-pseudo.c (main): Ditto.
22241
ee92b0dd
DE
222422014-08-27 Doug Evans <dje@google.com>
22243
22244 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
22245
6649db35
DE
222462014-08-25 Doug Evans <dje@google.com>
22247
22248 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
22249 (main): Ditto.
22250
564b7600
DE
222512014-08-25 Doug Evans <dje@google.com>
22252
22253 * gdb.threads/thread-execl.exp: #include <stdio.h>.
22254
3881fb67
YQ
222552014-08-24 Yao Qi <yao@codesourcery.com>
22256
22257 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
22258 symbol off.
22259 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
22260
a05a36a5
DE
222612014-08-22 Doug Evans <dje@google.com>
22262
22263 PR 17276
22264 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
22265 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
22266 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
22267
7c343b48
YQ
222682014-08-22 Yao Qi <yao@codesourcery.com>
22269
22270 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
22271 * gdb.python/py-finish-breakpoint2.exp: Likewise.
22272 * gdb.python/python.exp: Likewise. Use .py file on the host
22273 instead of the build.
22274
22fd09ae
JK
222752014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22276
22277 * gdb.threads/gcore-stale-thread.c: New file.
22278 * gdb.threads/gcore-stale-thread.exp: New file.
22279
a8454a7c
PA
222802014-08-21 Pedro Alves <palves@redhat.com>
22281
22282 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
22283 * gdb.base/gcore-relro-pie.exp: Likewise.
22284 * gdb.base/gcore-relro.exp: Likewise.
22285 * gdb.base/gcore.exp: Likewise.
22286 * gdb.base/print-symbol-loading.exp: Likewise.
22287 * gdb.threads/gcore-thread.exp: Likewise.
22288 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
22289
2a31c623
PA
222902014-08-20 Pedro Alves <palves@redhat.com>
22291 Jan Kratochvil <jan.kratochvil@redhat.com>
22292
22293 * Makefile.in (EXTRA_RULES, CC): New variables, get from
22294 configure.
22295 (EXPECT): Handle READ1 being set.
22296 (all): Depend on EXTRA_RULES.
22297 (check-read1, expect-read1, read1.so, read1): New rules.
22298 * README (Testsuite Parameters): Document the READ1 make variable.
22299 (Race detection): New section.
22300 * configure: Regenerate.
22301 * configure.ac: If build==host==target, and running under a
22302 GNU/glibc system, add read1 to the extra Makefile rules.
22303 (EXTRA_RULES): AC_SUBST it.
22304 * lib/read1.c: New file.
22305
d36430db
JB
223062014-08-20 Joel Brobecker <brobecker@adacore.com>
22307
22308 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
22309 the handling of variables declared as a typedef to an array
22310 which a DW_AT_data_location attribute.
22311
9a0dc9e3
PA
223122014-08-19 Andrew Burgess <aburgess@broadcom.com>
22313 Pedro Alves <palves@redhat.com>
22314
22315 PR symtab/14604
22316 PR symtab/14605
22317 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
22318 gdb_test.
22319
0718a8da
PA
223202014-08-19 Pedro Alves <palves@redhat.com>
22321
22322 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
22323
13b448cd
YQ
223242014-08-19 Yao Qi <yao@codesourcery.com>
22325
22326 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
22327 right line.
22328
1cbf5077
DB
223292014-08-18 David Blaikie <dblaikie@gmail.com>
22330
22331 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
22332
bf0fae19
JB
223332014-08-18 Joel Brobecker <brobecker@adacore.com>
22334
22335 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
22336 attribute in array range.
22337
3c8c5dcc
JB
223382014-08-18 Joel Brobecker <brobecker@adacore.com>
22339
22340 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
22341
e66d4446
SC
223422014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22343
22344 PR c++/17132
22345 * gdb.cp/pr17132.cc: New file.
22346 * gdb.cp/pr17132.exp: New file.
22347
940df408
SC
223482014-08-15 Siva Chandra Reddy <sivachandra@google.com>
22349
22350 * gdb.python/py-xmethods.py (A_getarrayind)
22351 (E_method_char_worker.__call__, E_method_int_worker.__call__):
22352 Use 'print' with function call syntax.
22353 (E_method_matcher.match): Fix tab vs space indentation mixup.
22354
ebcc6c3a
YQ
223552014-08-15 Yao Qi <yao@codesourcery.com>
22356
22357 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
22358 false.
22359
775e0f04
YQ
223602014-08-15 Yao Qi <yao@codesourcery.com>
22361
22362 * gdb.cp/casts.exp: Set print symbol off.
22363 * gdb.cp/class2.exp: Likewise.
22364 * gdb.cp/overload.exp: Likewise.
22365 * gdb.cp/templates.exp: Likewise.
22366
d769e349
DE
223672014-08-11 Doug Evans <dje@google.com>
22368
22369 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
22370 (test_load_shlib): Update.
22371
20c6f1e1
YQ
223722014-08-09 Yao Qi <yao@codesourcery.com>
22373
22374 * gdb.base/display.exp: Invoke is_address_zero_readable.
22375 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
22376 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
22377 * gdb.base/hbreak-unmapped.exp: Return if
22378 is_address_zero_readable returns true.
22379 * gdb.base/signest.exp: Likewise.
22380 * gdb.base/signull.exp: Likewise.
22381 * gdb.base/sigbpt.exp: Likewise.
22382 * gdb.guile/scm-disasm.exp: Do the test if
22383 is_address_zero_readable returns false.
22384 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
22385 * gdb.python/py-arch.exp: Likewise.
22386 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
22387 * lib/gdb.exp (is_address_zero_readable): New proc.
22388
5792e8e3
YQ
223892014-08-09 Yao Qi <yao@codesourcery.com>
22390
22391 PR testsuite/13443
22392 * gdb.mi/mi-var-display.exp: Make test messages unique.
22393
3cecbbbe
TT
223942014-08-04 Tom Tromey <tromey@redhat.com>
22395
22396 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
22397 target 0".
22398
00b51ff5
TT
223992014-08-04 Tom Tromey <tromey@redhat.com>
22400
22401 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
22402 "target_resume".
22403
6908c509
JB
224042014-08-01 Joel Brobecker <brobecker@adacore.com>
22405
22406 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
22407 inner_vla_struct_object_size.
22408 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
22409 as xfail.
22410
cc6563d2
PA
224112014-07-30 Pedro Alves <palves@redhat.com>
22412
22413 * gdb.threads/signal-command-handle-nopass.exp (test): Add
22414 comment.
22415
7e09a223
YQ
224162014-07-29 Yao Qi <yao@codesourcery.com>
22417
22418 PR gdb/17206
22419 * gdb.base/until-nodebug.exp: New.
22420
7ebdbe92
DE
224212014-07-28 Doug Evans <xdje42@gmail.com>
22422
22423 PR guile/17203
22424 * gdb.guile/scm-parameter.exp: Add tests for trying to create
22425 previously existing parameter, and previously ambiguously spelled
22426 parameter.
22427
fdb1adc6
WN
224282014-07-28 Will Newton <will.newton@linaro.org>
22429
22430 * gdb.base/varargs.exp: Remove KFAILs for ARM.
22431
186fcde0
DE
224322014-07-26 Ludovic Courtès <ludo@gnu.org>
22433 Doug Evans <xdje42@gmail.com>
22434
22435 PR guile/17146
22436 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
22437
70509625
PA
224382014-07-25 Pedro Alves <palves@redhat.com>
22439
22440 * gdb.threads/signal-command-handle-nopass.c: New file.
22441 * gdb.threads/signal-command-handle-nopass.exp: New file.
22442 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
22443 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
22444 * gdb.threads/signal-delivered-right-thread.c: New file.
22445 * gdb.threads/signal-delivered-right-thread.exp: New file.
22446
c3f814a1
PA
224472014-07-25 Pedro Alves <palves@redhat.com>
22448
22449 * gdb.base/double-prompt-target-event-error.exp
22450 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
22451 match.
22452 (cancel_pagination_in_target_event): Rework double prompt
22453 detection.
22454 * gdb.base/paginate-after-ctrl-c-running.exp
22455 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
22456 <return>' match.
22457 * gdb.base/paginate-bg-execution.exp
22458 (test_bg_execution_pagination_return)
22459 (test_bg_execution_pagination_cancel): Remove '-notransfer
22460 <return>' matches.
22461 * gdb.base/paginate-execution-startup.exp
22462 (test_fg_execution_pagination_return)
22463 (test_fg_execution_pagination_cancel): Remove '-notransfer
22464 <return>' matches.
22465 * gdb.base/paginate-inferior-exit.exp
22466 (test_paginate_inferior_exited): Remove '-notransfer <return>'
22467 match.
22468 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
22469 * lib/gdb.exp (pagination_prompt): Run text through
22470 string_to_regexp.
22471 (gdb_test_multiple): Match $pagination_prompt instead of
22472 "<return>".
22473 (string_to_regexp): Move to lib/gdb-utils.exp.
22474
e214cf6c
JK
224752014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
22476
22477 * gdb.arch/amd64-entry-value-paramref.S: New file.
22478 * gdb.arch/amd64-entry-value-paramref.cc: New file.
22479 * gdb.arch/amd64-entry-value-paramref.exp: New file.
22480 * gdb.arch/amd64-optimout-repeat.S: New file.
22481 * gdb.arch/amd64-optimout-repeat.c: New file.
22482 * gdb.arch/amd64-optimout-repeat.exp: New file.
22483
17d0c5c8
JK
224842014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
22485
22486 PR gdb/17170
22487 * gdb.base/statistics.exp: New file.
22488
b8b8facf
DE
224892014-07-17 Doug Evans <dje@google.com>
22490
74b49205 22491 PR gdb/17170
b8b8facf
DE
22492 * gdb.base/maint.exp: Update testing of per-command stats.
22493
1b5d0ab3
PA
224942014-07-16 Pedro Alves <palves@redhat.com>
22495
22496 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
22497 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
22498 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
22499 (tfile_write_buf): New functions.
22500 (add_memory_block): Rewrite using the above.
22501 (adjust_function_address): New function.
22502 (FUNCTION_ADDRESS): New macro.
22503 (write_basic_trace_file): Remove short_x local, and use
22504 tfile_write_16. Change type of func_addr local to unsigned long
22505 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
22506 here. Cast argument of add_memory_block to char pointer.
22507 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
22508 (main): Remove parameters.
22509 * gdb.trace/tfile.exp: Remove nowarnings.
22510
4d974e88
SM
225112014-07-15 Simon Marchi <simon.marchi@ericsson.com>
22512
22513 * gdb.base/debug-expr.exp: Test string evaluation with
22514 "debug expression" on.
22515
41e99568
PA
225162014-07-15 Pedro Alves <palves@redhat.com>
22517
22518 * gdb.base/reread.exp: Use clean_restart.
22519
487d9753
PL
225202014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
22521
22522 * gdb.arch/avr-flash-qualifer.c: New.
22523 * gdb.arch/avr-flash-qualifer.exp: New.
22524
cc1c52ad
PA
225252014-07-14 Pedro Alves <palves@redhat.com>
22526
22527 * gdb.base/paginate-after-ctrl-c-running.c: New file.
22528 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
22529
1e973570
PA
225302014-07-14 Pedro Alves <palves@redhat.com>
22531
22532 * gdb.base/double-prompt-target-event-error.c: New file.
22533 * gdb.base/double-prompt-target-event-error.exp: New file.
22534
93d6eb10
PA
225352014-07-14 Pedro Alves <palves@redhat.com>
22536
22537 PR gdb/17072
22538 * gdb.base/paginate-inferior-exit.c: New file.
22539 * gdb.base/paginate-inferior-exit.exp: New file.
22540
0017922d
PA
225412014-07-14 Pedro Alves <palves@redhat.com>
22542
22543 PR gdb/17072
22544 * gdb.base/paginate-bg-execution.c: New file.
22545 * gdb.base/paginate-bg-execution.exp: New file.
22546
94696ad3
PA
225472014-07-14 Pedro Alves <palves@redhat.com>
22548
22549 PR gdb/17072
22550 * gdb.base/paginate-execution-startup.c: New file.
22551 * gdb.base/paginate-execution-startup.exp: New file.
22552 * lib/gdb.exp (pagination_prompt): New global.
22553 (default_gdb_spawn): New procedure, factored out from
22554 default_gdb_spawn.
22555 (default_gdb_start): Adjust to call default_gdb_spawn.
22556 (gdb_spawn): New procedure.
22557
bd293940
PA
225582014-07-14 Pedro Alves <palves@redhat.com>
22559
22560 * lib/gdb.exp (gdb_assert): New procedure.
22561 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
22562
c933f875
PA
225632014-07-14 Pedro Alves <palves@redhat.com>
22564
22565 * gdb.base/execution-termios.c: New file.
22566 * gdb.base/execution-termios.exp: New file.
22567
d98b7a16
TT
225682014-07-14 Tom Tromey <tromey@redhat.com>
22569
22570 * gdb.cp/vla-cxx.cc: New file.
22571 * gdb.cp/vla-cxx.exp: New file.
22572
548740d6
TT
225732014-07-14 Tom Tromey <tromey@redhat.com>
22574
22575 * gdb.reverse/rerun-prec.c: New file.
22576 * gdb.reverse/rerun-prec.exp: New file.
22577
a25eb028
MR
225782014-07-12 Maciej W. Rozycki <macro@mips.com>
22579 Maciej W. Rozycki <macro@codesourcery.com>
22580
22581 * lib/gdb-utils.exp: New file.
22582 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
22583 inline `gdb_init_command' processing.
22584 (gdb_start_cmd): Likewise.
22585 * lib/mi-support.exp (mi_run_cmd): Likewise.
22586 * README: Document `gdb_init_command' and `gdb_init_commands'.
22587
218c2655
JK
225882014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
22589
22590 Fix false FAIL running under a very long directory name.
22591 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
22592 and "set print elements 10000". Twice.
22593
5401fde3
YQ
225942014-07-11 Yao Qi <yao@codesourcery.com>
22595
22596 * gdb.base/exprs.exp: "set print symbol off".
22597
e76126e8
PA
225982014-07-11 Pedro Alves <palves@redhat.com>
22599
22600 * gdb.threads/kill.c: New file.
22601 * gdb.threads/kill.exp: New file.
22602
2d6f0de6
YQ
226032014-07-10 Yao Qi <yao@codesourcery.com>
22604
22605 * gdb.trace/tfile.c (write_basic_trace_file)
22606 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
22607 address written to trace file.
22608
7180e04a
PA
226092014-07-09 Pedro Alves <palves@redhat.com>
22610
22611 * gdb.base/attach-wait-input.exp: New file.
22612 * gdb.base/attach-wait-input.c: New file.
22613
9a9a7608
AB
226142014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
22615
22616 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
22617 setting up test structures.
22618 (main): Call new test function.
22619 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
22620 test function, continue into test function and walk test
22621 structures.
22622
161ac41e
YQ
226232014-07-02 Yao Qi <yao@codesourcery.com>
22624
22625 * gdb.trace/entry-values.c: Define labels 'foo_start' and
22626 'bar_start' at the beginning of functions 'foo' and 'bar'
22627 respectively.
22628 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
22629 instead of 'foo' and 'bar'.
22630
1f267ae3
MM
226312014-07-08 Markus Metzger <markus.t.metzger@intel.com>
22632
22633 * gdb.btrace/segv.exp: New.
22634 * gdb.btrace/segv.c: New.
22635
2b239efb
LM
226362014-07-02 Luis Machado <lgustavo@codesourcery.com>
22637
22638 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
22639 instruction.
22640
cf363f18
MW
226412014-06-30 Mark Wielaard <mjw@redhat.com>
22642
22643 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
22644 vulture, vilify, villar): New volatile array constants.
22645 (vindictive, vegetation): New const volatile array constants.
22646 * gdb.base/volatile.exp: Test volatile and const volatile array
22647 types.
22648
aebf9d24
AA
226492014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
22650
22651 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
22652 target lacks support for awatch, rwatch, or hbreak.
22653
b67a2c6f
YQ
226542014-06-27 Yao Qi <yao@codesourcery.com>
22655
22656 * gdb.multi/dummy-frame-restore.exp: New.
22657 * gdb.multi/dummy-frame-restore.c: New.
22658
aef92902
MM
226592014-06-25 Markus Metzger <markus.t.metzger@intel.com>
22660
22661 * gdb.btrace/gcore.exp: New.
22662
8e9db26e
PA
226632014-06-23 Pedro Alves <palves@redhat.com>
22664
22665 * gdb.base/watchpoint-reuse-slot.c: New file.
22666 * gdb.base/watchpoint-reuse-slot.exp: New file.
22667
70afc5b7
SC
226682014-06-23 Siva Chandra Reddy <sivachandra@google.com>
22669
22670 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
22671 progspace's filename in 'info', 'enable' and 'disable' command
22672 tests.
22673
b972bd9c
JK
226742014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
22675
22676 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
22677 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22678 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
22679
125f8a3d
GB
226802014-06-20 Gary Benson <gbenson@redhat.com>
22681
22682 * gdb.arch/i386-avx.exp: Fix include file location.
22683 * gdb.arch/i386-sse.exp: Likewise.
22684
3ed9baed
IB
226852014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
22686
22687 * gdb.dlang/expression.exp: New file.
22688
034f788c
PA
226892014-06-19 Pedro Alves <palves@redhat.com>
22690
22691 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
22692 out from ...
22693 (top level): ... here. Iterate running tests under different
22694 scheduler-locking settings.
22695
45371d0c
LM
226962014-06-18 Luis Machado <lgustavo@codesourcery.com>
22697
22698 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
22699 to DW_FORM_addr and use non-zero addresses.
22700
5d376983
SC
227012014-06-18 Siva Chandra Reddy <sivachandra@google.com>
22702
22703 PR gdb/17017
22704 * gdb.python/py-xmethods.cc: Add global function call counters and
22705 increment them in their respective functions. Remove "cout"
22706 statements.
22707 * gdb.python/py-xmethods.exp: Make tests check the global function
22708 call counters instead of depending on inferior IO.
22709
a1aa2221
LM
227102014-06-18 Don Breazeal <donb@codesourcery.com>
22711
22712 * gdb.base/foll-fork.exp (default_fork_parent_follow):
22713 Deleted procedure.
22714 (explicit_fork_parent_follow): Deleted procedure.
22715 (explicit_fork_child_follow): Deleted procedure.
22716 (test_follow_fork): New procedure.
22717 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 22718 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
22719 procedure calls.
22720
0fc05997
YQ
227212014-06-17 Yao Qi <yao@codesourcery.com>
22722
22723 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
22724 CP1252.
22725
70795c52
LM
227262014-06-17 Luis Machado <lgustavo@codesourcery.com>
22727
22728 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
22729 Initialize ptr and S explicitly.
22730 (skip_type_update_when_not_use_rtti_test): Likewise.
22731
6be47f0c
KS
227322014-06-16 Keith Seitz <keiths@redhat.com>
22733
22734 PR mi/15863
22735 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
22736 the inferior is started.
22737
d03de421
PA
227382014-06-16 Pedro Alves <palves@redhat.com>
22739
22740 * gdb.base/break-main-file-remove-fail.c: New file.
22741 * gdb.base/break-main-file-remove-fail.exp: New file.
22742 * gdb.base/break-unload-file.exp: Use build_executable instead of
22743 prepare_for_testing.
22744 (test_break): New parameter "initial_load". Handle it.
22745 (top level): Add initial_load cmdline/file axis.
22746
f9579b99
TT
227472014-06-12 Tom Tromey <tromey@redhat.com>
22748
22749 * gdb.base/completion.exp: Don't use directory name in test.
22750
3657956b
GB
227512014-06-09 Gary Benson <gbenson@redhat.com>
22752
22753 * gdb.base/sigall.c [Functions to send signals]: Reorder to
22754 separate the always-available ANSI-standard signals from the
22755 signals that require checking.
22756 (main): Likewise.
22757 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
22758 Likewise.
22759 (main): Likewise.
22760
4186eb54
KS
227612014-06-07 Keith Seitz <keiths@redhat.com>
22762
22763 Revert:
22764 PR c++/16253
22765 * gdb.cp/var-tag.cc: New file.
22766 * gdb.cp/var-tag.exp: New file.
22767 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
22768 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
22769 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
22770 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
22771
25326a28 227722014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
22773
22774 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
22775
829155c9
PA
227762014-06-06 Pedro Alves <palves@redhat.com>
22777
22778 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
22779 in target debug output instead of looking at RSP packets,
22780 disabling the test on any target that uses hardware stepping.
22781 Update comments.
22782
61c8d22e
PA
227832014-06-06 Pedro Alves <palves@redhat.com>
22784
22785 * gdb.base/break-unload-file.exp: Fix typo.
22786
d9a47287
YQ
227872014-06-06 Yao Qi <yao@codesourcery.com>
22788
22789 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
22790 from "jit_function" to "^jit_function".
22791
e5e01dbf
YQ
227922014-06-06 Yao Qi <yao@codesourcery.com>
22793
22794 * gdb.base/async.c (foo): Add one statement.
22795 * gdb.base/async.exp: Get the next instruction address and
22796 match the output of "nexti" by instruction address. Match
22797 the hex address in the output of "finish".
22798
73ba372c
GB
227992014-06-06 Gary Benson <gbenson@redhat.com>
22800
22801 * gdb.base/call-signals.c: Remove preprocessor conditionals
22802 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
22803 SIGSEGV and SIGTERM.
22804 * gdb.base/sigall.c: Likewise.
22805 * gdb.base/unwindonsignal.c: Likewise.
22806 * gdb.reverse/sigall-reverse.c: Likewise.
22807
831517df
YQ
228082014-06-06 Yao Qi <yao@codesourcery.com>
22809
22810 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
22811 readable, skip the test.
22812
b8b91e98
YQ
228132014-06-06 Yao Qi <yao@codesourcery.com>
22814
22815 * gdb.threads/staticthreads.c (thread_function): Move the line
22816 setting breakpoint on forward.
22817 * gdb.threads/staticthreads.exp: Update comments.
22818
fb934770
LC
228192014-06-05 Ludovic Courtès <ludo@gnu.org>
22820
22821 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
22822 "history-append! type error".
22823
6ef284bd
SM
228242014-06-05 Simon Marchi <simon.marchi@ericsson.com>
22825
22826 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
22827 erroneous dprintf expected input.
22828
a872e241
DE
228292014-06-04 Doug Evans <xdje42@gmail.com>
22830
22831 * gdb.guile/scm-generics.exp: Delete.
22832
16f691fb
DE
228332014-06-04 Doug Evans <xdje42@gmail.com>
22834
22835 * gdb.guile/scm-breakpoint.exp: Update.
22836 Add tests for breakpoint registration.
22837
012370f6
TT
228382014-06-04 Tom Tromey <tromey@redhat.com>
22839
22840 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
22841 VLA-in-union.
22842 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
22843 inner_vla_struct, vla_union types. Initialize objects of those
22844 types and compute their sizes.
22845
9f5a4cef
HZ
228462014-06-04 Nathan Sidwell <nathan@codesourcery.com>
22847 Hui Zhu <hui@codesourcery.com>
22848
22849 * gdb.base/fileio.exp: Add test for shell not available as well as
22850 available.
22851 * gdb.base/fileio.c (test_system): Check for shell twice.
22852
90a45c4d
YQ
228532014-06-04 Yao Qi <yao@codesourcery.com>
22854
22855 * gdb.base/auto-connect-native-target.exp: Remove redundant
22856 space from the regexp pattern.
22857
70017e41
YQ
228582014-06-04 Yao Qi <yao@codesourcery.com>
22859
22860 * gdb.base/default.exp: Replace "child" with "native" in
22861 regexp pattern.
22862
883964a7
SC
228632014-06-03 Siva Chandra Reddy <sivachandra@google.com>
22864
22865 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
22866 * gdb.python/py-xmethods.exp: New tests to test xmethods.
22867 * gdb.python/py-xmethods.py: Python script supporting the
22868 new testcase and tests.
22869
ef370185
JB
228702014-06-03 Joel Brobecker <brobecker@adacore.com>
22871 Pedro Alves <palves@redhat.com>
22872
22873 PR breakpoints/17000
22874 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
22875 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
22876
1e2ccb61
BM
228772014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
22878
22879 * gdb.base/subst.exp: Add tests to verify partial path matching
22880 output.
22881
c6ec5ab2
PA
228822014-06-03 Pedro Alves <palves@redhat.com>
22883
22884 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
22885 target that doesn't use software single-stepping.
22886
835c559f
PA
228872014-06-03 Pedro Alves <palves@redhat.com>
22888
22889 PR breakpoints/17000
22890 * gdb.base/sss-bp-on-user-bp-2.c: New file.
22891 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
22892
06eb1586
DE
228932014-06-02 Doug Evans <xdje42@gmail.com>
22894
22895 * gdb.guile/scm-parameter.exp: New file.
22896
e698b8c4
DE
228972014-06-02 Doug Evans <xdje42@gmail.com>
22898
22899 * gdb.guile/scm-cmd.c: New file.
22900 * gdb.guile/scm-cmd.exp: New file.
22901
ded03782
DE
229022014-06-02 Doug Evans <xdje42@gmail.com>
22903
22904 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
22905 pretty-printer lookup.
22906 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
22907 (make-pp_s-printer): Call it.
22908 (make-pretty-printer-from-dict): New function.
22909 (lookup-pretty-printer-maker-from-dict): New function.
22910 (*pretty-printer*): Simplify.
22911 (make-objfile-pp_s-printer): New function.
22912 (install-objfile-pretty-printers!): New function.
22913 (make-progspace-pp_s-printer): New function.
22914 (install-progspace-pretty-printers!): New function.
22915 * gdb.guile/scm-progspace.c: New file.
22916 * gdb.guile/scm-progspace.exp: New file.
22917
41fac0cf
PA
229182014-06-02 Pedro Alves <palves@redhat.com>
22919
22920 * gdb.base/dprintf-bp-same-addr.c: New file.
22921 * gdb.base/dprintf-bp-same-addr.exp: New file.
22922
96ae5695
EBM
229232014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22924
22925 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
22926 * gdb.arch/powerpc-power.s: Likewise.
22927
da02b3a8
JB
229282014-06-02 Joel Brobecker <brobecker@adacore.com>
22929
22930 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
22931
c72b2e7b
YQ
229322014-06-01 Yao Qi <yao@codesourcery.com>
22933
22934 * gdb.base/watchpoint.exp (test_watch_location): Check null
22935 pointer can be dereferenced. If not, do the test, otherwise
22936 skip it.
22937
53e8a631
AB
229382014-05-30 Andrew Burgess <aburgess@broadcom.com>
22939
22940 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
22941 results.
22942 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
22943
938f0e2f
AB
229442014-05-30 Andrew Burgess <aburgess@broadcom.com>
22945
22946 * gdb.arch/amd64-invalid-stack-middle.S: New file.
22947 * gdb.arch/amd64-invalid-stack-middle.c: New file.
22948 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
22949 * gdb.arch/amd64-invalid-stack-top.c: New file.
22950 * gdb.arch/amd64-invalid-stack-top.exp: New file.
22951
9ba6657a
PA
229522014-05-30 Pedro Alves <palves@redhat.com>
22953
22954 PR breakpoints/17000
22955 * gdb.base/sss-bp-on-user-bp.c: New file.
22956 * gdb.base/sss-bp-on-user-bp.exp: New file.
22957
522c09bf
DB
229582014-05-30 David Blaikie <dblaikie@gmail.com>
22959
22960 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
22961 gnu_inline semantics via attribute.
22962 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
22963 source explicitly specifies the required semantics.
22964
bf4ef81e
MR
229652014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
22966
22967 * gdb.reverse/sigall-reverse.exp: Fix a typo.
22968
329ea579
PA
229692014-05-29 Pedro Alves <palves@redhat.com>
22970 Tom Tromey <tromey@redhat.com>
22971
22972 * gdb.base/async-shell.exp: Don't enable target-async.
22973 * gdb.base/async.exp
22974 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
22975 parameter. Adjust.
22976 (top level): Don't test with "target-async".
22977 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
22978 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
22979 * gdb.base/inferior-died.exp: Don't enable target-async.
22980 * gdb.base/interrupt-noterm.exp: Likewise.
22981 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
22982 * gdb.mi/mi-nonstop-exit.exp: Likewise.
22983 * gdb.mi/mi-nonstop.exp: Likewise.
22984 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
22985 * gdb.mi/mi-nsintrall.exp: Likewise.
22986 * gdb.mi/mi-nsmoribund.exp: Likewise.
22987 * gdb.mi/mi-nsthrexec.exp: Likewise.
22988 * gdb.mi/mi-watch-nonstop.exp: Likewise.
22989 * gdb.multi/watchpoint-multi.exp: Adjust comment.
22990 * gdb.python/py-evsignal.exp: Don't enable target-async.
22991 * gdb.python/py-evthreads.exp: Likewise.
22992 * gdb.python/py-prompt.exp: Likewise.
22993 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
22994 * gdb.server/solib-list.exp: Don't enable target-async.
22995 * gdb.threads/thread-specific-bp.exp: Likewise.
22996 * lib/mi-support.exp: Adjust to use mi-async.
22997
fd664c91
PA
229982014-05-29 Pedro Alves <palves@redhat.com>
22999
23000 PR gdb/13860
23001 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
23002 reason, even in sync mode.
23003
251bde03
PA
230042014-05-29 Pedro Alves <palves@redhat.com>
23005 Hui Zhu <hui@codesourcery.com>
23006
23007 PR PR15693
23008 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
23009 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
23010 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
23011 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
23012
7f3c0343
JB
230132014-05-28 Joel Brobecker <brobecker@adacore.com>
23014
23015 * config/monitor.exp (gdb_target_monitor): Replace use of
23016 "set remotebaud" by "set serial baud".
23017
b2715b27
AW
230182014-05-26 Andy Wingo <wingo@igalia.com>
23019
23020 * gdb.guile/scm-breakpoint.exp:
23021 * gdb.guile/scm-gsmob.exp: Update to use plain old object
23022 properties instead of gdb-object-properties.
23023
498a4489
YQ
230242014-05-26 Yao Qi <yao@codesourcery.com>
23025
23026 * gdb.server/no-thread-db.exp: Specify source file name
23027 explicitly when setting a breakpoint.
23028
589fdceb
MM
230292014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23030
23031 * gdb.btrace/vdso.c: New.
23032 * gdb.btrace/vdso.exp: New.
23033
e9089e05
MM
230342014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23035
23036 * gdb.base/gcore.exp (capture_command_output): Move ...
23037 * lib/gdb.exp (capture_command_output): ... here.
23038
67b5c0c1
MM
230392014-05-23 Markus Metzger <markus.t.metzger@intel.com>
23040
23041 * gdb.btrace/data.exp: Test memory access during btrace replay.
23042
a2199296
SM
230432014-05-22 Simon Marchi <simon.marchi@ericsson.com>
23044
23045 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
23046
17b2616c
PA
230472014-05-21 Pedro Alves <palves@redhat.com>
23048
23049 PR gdb/13860
23050 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
23051 (top level): Test that output related to execution commands is
23052 sent to the console with CLI commands, but not with MI commands.
23053 Test that breakpoint events are always mirrored to the console.
23054 Also expect the new source line to be output after a "next" in
23055 async mode too. Make it a pass/fail test.
23056 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
23057 output.
23058 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
23059
5166082f
PA
230602014-05-21 Pedro Alves <palves@redhat.com>
23061
23062 * gdb.base/list.exp (build_pattern, test_list): New procedures.
23063 Use them to test variations of "list" after reaching a breakpoint.
23064 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
23065 Test "list" with listsize 10 after reaching a breakpoint.
23066 * gdb.python/python.exp (decode_line current location line
23067 number): Adjust expected line number.
23068
2f25d70f
SM
230692014-05-21 Simon Marchi <simon.marchi@ericsson.com>
23070
23071 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
23072 behavior for $args, pass it directly to "run".
23073
ff604a67
MR
230742014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
23075
23076 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
23077 30000 to 65536.
23078
6a3cb8e8
PA
230792014-05-21 Pedro Alves <palves@redhat.com>
23080
23081 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
23082 auto-connect-native-target off".
23083 * gdb.base/auto-connect-native-target.c: New file.
23084 * gdb.base/auto-connect-native-target.exp: New file.
23085
4ebfc96e
PA
230862014-05-21 Pedro Alves <palves@redhat.com>
23087
23088 * gdb.base/default.exp: Test "target native" instead of "target
23089 child".
23090
36d46afb
MW
230912014-05-21 Mark Wielaard <mjw@redhat.com>
23092
23093 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
23094
5876f503
JK
230952014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
23096
23097 Fix TLS access for -static -pthread.
23098 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
23099 <HAVE_TLS> (thread_function, main): Initialize it.
23100 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
23101 Add clean_restart.
23102 <$have_tls != "">: Check TLSVAR.
23103
0256a6ac
PA
231042014-05-21 Pedro Alves <palves@redhat.com>
23105
23106 * gdb.base/dcache-line-read-error.c: New.
23107 * gdb.base/dcache-line-read-error.exp: New.
23108
936d2992
PA
231092014-05-20 Pedro Alves <palves@redhat.com>
23110
23111 * gdb.base/compare-sections.c: New file.
23112 * gdb.base/compare-sections.exp: New file.
23113
802e8e6d
PA
231142014-05-20 Pedro Alves <palves@redhat.com>
23115
23116 * gdb.base/break-idempotent.c: New file.
23117 * gdb.base/break-idempotent.exp: New file.
23118
e59fa00f
MM
231192014-05-20 Markus Metzger <markus.t.metzger@intel.com>
23120
23121 * gdb.btrace/nohist.exp: New.
23122
8b696e31
YQ
231232014-05-20 Yao Qi <yao@codesourcery.com>
23124
23125 * lib/gdb.exp (gdb_init): Set timeout if test file is under
23126 gdb.reverse directory and gdb_reverse_timeout exists in board
23127 setting.
23128 * README: Document gdb_reverse_timeout.
23129
73c9764f
YQ
231302014-05-20 Yao Qi <yao@codesourcery.com>
23131
23132 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
23133 'test_file_name'. Treat args as a string instead of a list.
23134 (gdb_init): Rename argument 'args' by 'test_file_name'.
23135
f1f4348a
JK
231362014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
23137
23138 * gdb.arch/powerpc-power.exp: New file.
23139 * gdb.arch/powerpc-power.s: New file.
23140
0dbe70ce
DE
231412014-05-16 Doug Evans <dje@google.com>
23142
23143 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
23144 * gdb.base/completion.exp: Check that all expected files exist
23145 before doing file completion.
0dbe70ce 23146
8d551b02
DE
231472014-05-16 Doug Evans <dje@google.com>
23148
23149 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
23150 Update.
23151 (do_syscall_tests_without_xml): Update.
23152
73eb7709
PA
231532014-05-16 Pedro Alves <palves@redhat.com>
23154
23155 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
23156 instead of "unknown output after running".
23157
3fae92fc
YQ
231582014-05-16 Yao Qi <yao@codesourcery.com>
23159
23160 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
23161 file1.txt from host at the end.
23162 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
23163
c2b2ccc5
DE
231642014-05-15 Doug Evans <dje@google.com>
23165
23166 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
23167 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
23168 loading file. Add test for TU lookup.
23169
8c217a4b
SM
231702014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23171
23172 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
23173 calling "-exec-arguments" or "set args" before running the
23174 inferior.
23175
3deb39c6
SM
231762014-05-15 Simon Marchi <simon.marchi@ericsson.com>
23177
23178 * lib/mi-support.exp (mi_expect_stop): Expect message for
23179 inferiors that exit with non-zero exit code.
23180
71a79f8c
YQ
231812014-05-14 Yao Qi <yao@codesourcery.com>
23182
23183 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
23184 match absolute path on remote host.
23185 (test_file_list_exec_source_files): Remove "/" from the
23186 pattern.
23187
f23fcd46
YQ
231882014-05-14 Yao Qi <yao@codesourcery.com>
23189
23190 * boards/local-remote-host-notty.exp (${board}_file): New
23191 proc.
23192
9404b58f
KM
231932014-05-07 Kyle McMartin <kyle@redhat.com>
23194
23195 Pushed by Joel Brobecker <brobecker@adacore.com>.
23196 * gdb.arch/aarch64-atomic-inst.c: New file.
23197 * gdb.arch/aarch64-atomic-inst.exp: New file.
23198
5e45f04c
YQ
231992014-05-07 Yao Qi <yao@codesourcery.com>
23200
23201 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
23202 in current context" too.
23203
c888a17d
KS
232042014-05-05 Keith Seitz <keiths@redhat.com>
23205
23206 * gdb.linespec/ls-dollar.exp: Add test for linespec
23207 file:convenience_variable.
23208
290a839c
YQ
232092014-05-05 Yao Qi <yao@codesourcery.com>
23210
23211 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
23212 traceframes into tfile and ctf trace files. Read data from
23213 trace file and test collected data.
23214 (gdb_collect_locals_test): Likewise.
23215 (gdb_unavailable_registers_test): Likewise.
23216 (gdb_unavailable_floats): Likewise.
23217 (gdb_collect_globals_test): Likewise.
23218 (top-level): Append "ctf" to trace_file_targets if GDB
23219 supports.
23220
b5262cd0
YQ
232212014-05-05 Yao Qi <yao@codesourcery.com>
23222
23223 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
23224 code to ...
23225 (gdb_collect_args_test_1): ... it. New proc.
23226 (gdb_collect_locals_test): Move some code to ...
23227 (gdb_collect_locals_test_1): ... it. New proc.
23228 (gdb_unavailable_registers_test): Move some code to ...
23229 (gdb_unavailable_registers_test_1): ... it. New proc.
23230 (gdb_unavailable_floats): Move some code to ...
23231 (gdb_unavailable_floats_1): ... it. New proc.
23232
30a1e6cc
SDJ
232332014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23234
23235 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
23236 probes to test for bitness recognition.
23237 * gdb.arch/amd64-stap-optional-prefix.exp
23238 (test_probe_value_without_reg): New procedure.
23239 Add code to test for different kinds of bitness.
23240
f33da99a
SDJ
232412014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
23242
23243 PR breakpoints/16889
23244 * gdb.arch/amd64-stap-optional-prefix.S: New file.
23245 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
23246
5b80f00d
PA
232472014-05-01 Pedro Alves <palves@redhat.com>
23248
23249 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
23250 gdb_file_cmd if no file is specified.
23251 * boards/native-extended-gdbserver.exp (gdb_load): Use the
23252 last_loaded_file to set the remote exec-file.
23253
f8c2a73c
PA
232542014-05-01 Pedro Alves <palves@redhat.com>
23255
23256 * boards/local-remote-host.exp: New file.
23257
be6e8ac7
PA
232582014-05-01 Pedro Alves <palves@redhat.com>
23259
23260 * boards/local-remote-host.exp: Rename to ...
23261 * boards/local-remote-host-notty.exp: ... this.
23262
cac0dc8f
JB
232632014-04-28 Joel Brobecker <brobecker@adacore.com>
23264
23265 * gdb.ada/dyn_arrayidx: New testcase.
23266
9730e6cc
YQ
232672014-04-26 Yao Qi <yao@codesourcery.com>
23268
23269 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
23270 and compute the length of function main. Save it in
23271 $main_length.
23272 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
23273 (top-level): Use gdb_compile to compile objects into
23274 executable and restart GDB. Remove invocation to
23275 prepare_for_testing.
23276
7ae1a6a6
PA
232772014-04-25 Simon Marchi <simon.marchi@ericsson.com>
23278 Pedro Alves <palves@redhat.com>
23279
23280 PR server/16255
23281 * gdb.multi/multi-attach.c: New file.
23282 * gdb.multi/multi-attach.exp: New file.
23283
4082afcc
PA
232842014-04-25 Pedro Alves <palves@redhat.com>
23285
23286 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
23287 user.
23288 (top level): Test that "set remote conditional-breakpoints-packet
23289 off" works as intended.
23290 * gdb.base/dprintf.exp: Test that "set remote
23291 breakpoint-commands-packet off" works as intended.
23292 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
23293 New function.
23294 (top level): Call it.
23295 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
23296 remote fast-tracepoints-packet off" works as intended.
23297 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
23298 * lib/gdb.exp (gdb_is_target_remote): ... here.
23299
2abc3f8d
DB
233002014-04-24 David Blaikie <dblaikie@gmail.com>
23301
23302 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
23303 ensure clang would not discard them.
23304 * gdb.base/gdbvars.c: Ditto.
23305 * gdb.base/memattr.c: Ditto.
23306 * gdb.base/whatis.c: Ditto.
23307 * gdb.python/py-prettyprint.c: Ditto.
23308 * gdb.trace/actions.c: Ditto.
23309 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
23310 ensure clang would not discard it.
23311
bfd39632
DB
233122014-04-24 David Blaikie <dblaikie@gmail.com>
23313
23314 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
23315 clang to emit the full definition of type required by the test
23316 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
23317
22842ff6
DB
233182014-04-24 David Blaikie <dblaikie@gmail.com>
23319
23320 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
23321 coax Clang into emitting the definition of the type.
23322 * gdb.cp/pr10728-x.h (y): Ditto.
23323 * gdb.cp/pr10728-y.cc (y): Ditto.
23324
c2e827ad
DB
233252014-04-24 David Blaikie <dblaikie@gmail.com>
23326
23327 * gdb.base/label.exp: XFAIL label related tests under Clang.
23328 * gdb.cp/cplabel.exp: Ditto.
23329 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
23330 under Clang those using labels.
23331
4c2d33e7
YQ
233322014-04-25 Yao Qi <yao@codesourcery.com>
23333
23334 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
23335 double_label.
23336 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
23337 partial_label and double_label.
23338
56083b99
DB
233392014-04-24 David Blaikie <dblaikie@gmail.com>
23340
23341 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
23342
25d4e99d
DB
233432014-04-24 David Blaikie <dblaikie@gmail.com>
23344
23345 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
23346 of the function to work across GCC and Clang.
23347 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
23348 pointer types (const void ** const V void **).
23349
01f9f808
MS
233502014-04-24 Michael Sturm <michael.sturm@mintel.com>
23351 Walfred Tedeschi <walfred.tedeschi@intel.com>
23352
23353 * Makefile.in (EXECUTABLES): Added i386-avx512.
23354 * gdb.arch/i386-avx512.c: New file.
23355 * gdb.arch/i386-avx512.exp: Likewise.
23356
4b48d439
KS
233572014-04-23 Keith Seitz <keiths@redhat.com>
23358
23359 * lib/mi-support.exp (mi_list_breakpoints): Delete.
23360 (mi_make_breakpoint_table): New procedure.
23361 (mi_create_breakpoint): Use mi_make_breakpoint
23362 and return the result.
23363 (mi_make_breakpoint): New procedure.
23364 (mi_build_kv_pairs): New procedure.
23365
23366 * gdb.mi/mi-break.exp: Remove unused globals,
23367 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
23368 All callers updated.
23369 * gdb.mi/mi-dprintf.exp: Use variable to track command
23370 number.
23371 Update all callers of mi_create_breakpoint and use
23372 mi_make_breakpoint_table.
23373 Remove any unused global variables.
23374 * gdb.mi/mi-nonstop.exp: Likewise.
23375 * gdb.mi/mi-nsintrall.exp: Likewise.
23376 * gdb.mi/mi-nsmoribund.exp: Likewise.
23377 * gdb.mi/mi-nsthrexec.exp: Likewise.
23378 * gdb.mi/mi-reverse.exp: Likewise.
23379 * gdb.mi/mi-simplerun.exp: Likewise.
23380 * gdb.mi/mi-stepn.exp: Likewise.
23381 * gdb.mi/mi-syn-frame.exp: Likewise.
23382 * gdb.mi/mi-until.exp: Likewise.
23383 * gdb.mi/mi-var-cp.exp: Likewise.
23384 * gdb.mi/mi-var-display.exp: Likewise.
23385 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
23386 * gdb.mi/mi2-var-child.exp: Likewise.
23387 * gdb.mi/mi-vla-c99.exp: Likewise.
23388 * lib/mi-support.exp: Likewise.
23389
23390 From Ian Lance Taylor <iant@cygnus.com>:
23391 * lib/gdb.exp (parse_args): New procedure.
23392
08351840
PA
233932014-04-23 Pedro Alves <palves@redhat.com>
23394
23395 * gdb.base/break-unload-file.c: New file.
23396 * gdb.base/break-unload-file.exp: New file.
23397 * gdb.base/sym-file-lib.c (baz): New function.
23398 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
23399 field.
23400 (load): Store the segment's mapped size.
23401 (unload): New function.
23402 (unload_shlib): New function.
23403 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
23404 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
23405 set a breakpoint at baz, and call it.
23406 * gdb.base/sym-file.exp: New tests for stale breakpoint
23407 instructions.
23408
076855f9
PA
234092014-04-23 Pedro Alves <palves@redhat.com>
23410
23411 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
23412 * gdb.base/hbreak-in-shr-unsupported.c: New file.
23413 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
23414 * gdb.base/hbreak-unmapped.c: New file.
23415 * gdb.base/hbreak-unmapped.exp: New file.
23416 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
23417 * lib/gdb.exp (gdb_is_target_remote): ... here.
23418
483805cf
PA
234192014-04-22 Pedro Alves <palves@redhat.com>
23420
23421 * gdb.base/consecutive-step-over.c: New file.
23422 * gdb.base/consecutive-step-over.exp: New file.
23423
06d97543
PA
234242014-04-22 Pedro Alves <palves@redhat.com>
23425
23426 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
23427 instead of send_gdb/gdb_expect.
23428
b4429ea2
YQ
234292014-04-22 Yao Qi <yao@codesourcery.com>
23430
23431 * lib/trace-support.exp (generate_tracefile): New procedure.
23432 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
23433 return 0.
23434 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
23435 if generate_tracefile returns 1.
23436
51d48146
PA
234372014-04-18 Tom Tromey <palves@redhat.com>
23438 Pedro alves <tromey@redhat.com>
23439
23440 PR backtrace/15558
23441 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
23442 with a backtrace limit.
23443 * gdb.python/py-frame-inline.exp: Test running to an inline
23444 function with a backtrace limit, and printing the newest frame.
23445 * gdb.python/py-frame-inline.c (main): Call f.
23446
bd1dce5f
MS
234472014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23448
23449 * gdb.java/jnpe.exp: Drop srcdir from untested path.
23450
40d1a503
MS
234512014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
23452
23453 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
23454 Drop prefix from unsupported source file path.
23455
389b98f7
YQ
234562014-04-17 Yao Qi <yao@codesourcery.com>
23457
23458 * lib/gdb.exp (with_target_charset): New proc.
23459 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
23460 with_target_charset.
23461 (test_print_strings): Likewise.
23462 (test_repeat_bytes): Likewise.
23463 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
23464 for some tests.
23465
22869d73
KS
234662014-04-16 Keith Seitz <keiths@redhat.com>
23467
23468 PR gdb/15827
23469 * gdb.dwarf2/corrupt.c: New file.
23470 * gdb.dwarf2/corrupt.exp: New file.
23471
c4f87ca6
KS
234722014-04-16 Keith Seitz <keiths@redhat.com>
23473
23474 PR c++/16597
23475 * gdb.cp/namelessclass.cc: New file.
23476 * gdb.cp/namelessclass.exp: New file.
23477 * gdb.cp/namelessclass.S: New file.
23478
ab19de87
DE
234792014-04-16 Doug Evans <dje@google.com>
23480
23481 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
23482 Add comment.
23483 (gdbserver_default_get_comm_port): New function.
23484 (gdbserver_start): Check if board file provided
23485 "gdbserver,get_comm_port" and use it if so.
23486 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
23487 (gdb,socketport): Set to "stdio".
23488 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
23489 (stdio_gdbserver_template): Delete.
23490 (${board}_get_remote_address): Update.
23491 (${board}_build_remote_cmd): Delete.
23492 (${board}_get_comm_port): New function.
23493 (${board}_spawn): Update.
23494 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
23495 Delete.
23496 (${board}_get_remote_address): Update.
23497 (${board}_get_comm_port): New function.
23498
fc98a809
AB
234992014-04-16 Andrew Burgess <aburgess@broadcom.com>
23500
23501 * gdb.base/memattr.exp: Improve regexps to handle memory regions
23502 appearing in any order.
23503
87fd9e6e
DE
235042014-04-15 Doug Evans <dje@google.com>
23505
23506 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
23507 uninitialized value of "description".
23508
099fc3ea
KS
235092014-04-15 Keith Seitz <keiths@redhat.com>
23510
23511 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
23512 Remove unused globals.
23513 (test_running_the_program): Likewise.
23514 (test_controlled_execution): Likewise.
23515 (test_controlling_breakpoints): Likewise.
23516 (test_program_termination): Likewise.
23517
5da151d4
KS
235182014-04-15 Keith Seitz <keiths@redhat.com>
23519
23520 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
23521 unused globals.
23522 (test_rbreak_creation_and_listing): Likewise.
23523 (test_ignore_count): Likewise.
23524 (test_error): Likewise.
23525
35e5d2f0
PA
235262014-04-15 Pedro Alves <palves@redhat.com>
23527
23528 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
23529 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
23530 sym-file-loader.c.
23531 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23532 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23533 to sym-file-loader.c.
23534 (struct library): Forward declare.
23535 (load_shlib, lookup_function): Change prototypes.
23536 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23537 (translate_offset): Remove declarations.
23538 (get_text_addr): New declaration.
23539 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
23540 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
23541 sym-file-loader.h.
23542 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
23543 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
23544 here from sym-file-loader.h.
23545 (struct library): New structure.
23546 (load_shlib, lookup_function): Change prototypes and adjust to
23547 work with a struct library.
23548 (find_shstrtab, find_strtab, find_shdr, find_symtab)
23549 (translate_offset): Make static.
23550 (get_text_addr): New function.
23551 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
23552
eb4c1710
PA
235532014-04-15 Pedro Alves <palves@redhat.com>
23554
23555 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
23556
2d1baf52
PA
235572014-04-15 Pedro Alves <palves@redhat.com>
23558
23559 * gdb.base/sym-file-loader.c: Include <limits.h>.
23560 (SELF_LINK): New define.
23561 (get_origin): New function.
23562 (load_shlib): Use it.
23563 * gdb.base/sym-file.exp: Don't early return if the target is
23564 remote. Use runto_main, and issue fail is that fails. Use
23565 gdb_load_shlibs.
23566 (shlib_name): Delete.
23567 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
23568
7dd6df01
PA
235692014-04-15 Pedro Alves <palves@redhat.com>
23570
23571 * gdb.base/sym-file.exp: Remove regex characters from test
23572 message. Don't refer to breakpoint numbers in test messages.
23573
b50c8614
KS
235742014-04-14 Keith Seitz <keiths@redhat.com>
23575
23576 PR c++/16253
23577 * gdb.cp/var-tag.cc: New file.
23578 * gdb.cp/var-tag.exp: New file.
23579 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
23580 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
23581 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
23582 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
23583
3d567982
TT
235842014-04-14 Tom Tromey <tromey@redhat.com>
23585
23586 * gdb.cp/classes.exp (test_enums): Handle underlying type.
23587 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
23588 type.
23589 * gdb.cp/enum-class.exp: New file.
23590 * gdb.cp/enum-class.cc: New file.
23591
0626fc76
TT
235922014-04-14 Tom Tromey <tromey@redhat.com>
23593
23594 * gdb.dwarf2/enum-type.exp: New file.
23595
dca325b3
SA
235962014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23597
23598 * gdb.mi/mi-vla-c99.exp: New file.
23599 * gdb.mi/vla.c: New file.
23600
5854b38a
SA
236012014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23602
23603 * gdb.base/vla-datatypes.c: New file.
23604 * gdb.base/vla-datatypes.exp: New file.
23605
463bb957
SA
236062014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23607
23608 * gdb.base/vla-ptr.c: New file.
23609 * gdb.base/vla-ptr.exp: New file.
23610
3dd170be
SA
236112014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23612
23613 * gdb.dwarf2/count.exp: New file.
23614
5ecaaa66
SA
236152014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
23616
23617 * gdb.base/vla-sideeffect.c: New file.
23618 * gdb.base/vla-sideeffect.exp: New file.
23619
41f1ada5
DB
236202014-04-14 David Blaikie <dblaikie@gmail.com>
23621
23622 * gdb.mi/non-stop.c: Add return value for non-void function return
23623 statement.
23624 * gdb.threads/staticthreads.c: Ditto.
23625
0be03e84
DE
236262014-04-12 Siva Chandra Reddy <sivachandra@google.com>
23627 Doug Evans <xdje42@gmail.com>
23628
23629 * gdb.guile/scm-value.c: Improve test case.
23630 * gdb.guile/scm-value.exp: Add new test.
23631
f180a1fb
DB
236322014-04-11 David Blaikie <dblaikie@gmail.com>
23633
23634 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
23635 override Clang's default.
23636
6b662e19
JB
236372014-04-11 Joel Brobecker <brobecker@adacore.com>
23638
23639 Revert the following changes (regressions):
23640
23641 * gdb.base/vla-sideeffect.c: New file.
23642 * gdb.base/vla-sideeffect.exp: New file.
23643
23644 * gdb.dwarf2/count.exp: New file.
23645
23646 * gdb.base/vla-multi.c: New file.
23647 * gdb.base/vla-multi.exp: New file.
23648
23649 * gdb.base/vla-ptr.c: New file.
23650 * gdb.base/vla-ptr.exp: New file.
23651
23652 * gdb.base/vla-datatypes.c: New file.
23653 * gdb.base/vla-datatypes.exp: New file.
23654
23655 * gdb.mi/mi-vla-c99.exp: New file.
23656 * gdb.mi/vla.c: New file.
23657
245a5f0b
KS
236582014-04-11 Keith Seitz <keiths@redhat.com>
23659
23660 PR c++/16675
23661 * gdb.cp/cpsizeof.exp: New file.
23662 * gdb.cp/cpsizeof.cc: New file.
23663
58a84dcf
SA
236642014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23665
191a8a90
JB
23666 * gdb.mi/mi-vla-c99.exp: New file.
23667 * gdb.mi/vla.c: New file.
58a84dcf 23668
c8655f75
SA
236692014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23670
23671 * gdb.base/vla-datatypes.c: New file.
23672 * gdb.base/vla-datatypes.exp: New file.
23673
024e13b4
SA
236742014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23675
23676 * gdb.base/vla-ptr.c: New file.
23677 * gdb.base/vla-ptr.exp: New file.
23678
1a237e0e
SA
236792014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23680
23681 * gdb.base/vla-multi.c: New file.
23682 * gdb.base/vla-multi.exp: New file.
23683
504f3432
SA
236842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23685
23686 * gdb.dwarf2/count.exp: New file.
23687
3bce8237
SA
236882014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23689
191a8a90
JB
23690 * gdb.base/vla-sideeffect.c: New file.
23691 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 23692
322f9c21
YQ
236932014-04-11 Yao Qi <yao@codesourcery.com>
23694
23695 * gdb.base/completion.exp: Check file exists before running tests
23696 on file completion.
23697
d708bcd1
PA
236982014-04-10 Pedro Alves <palves@redhat.com>
23699
23700 * gdb.base/cond-eval-mode.c: New file.
23701 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
23702 prepare_for_testing to build the new file. Check result of
23703 runto_main.
23704 (test_break, test_watch): New procedures.
23705 (top level): Use them.
23706
ae1d2761
PM
237072014-04-08 Pierre Muller <muller@sourceware.org>
23708
23709 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
23710 Ctrl-V use for mingw hosts.
23711
7af389b8
SC
237122014-04-07 Siva Chandra Reddy <sivachandra@google.com>
23713
23714 * gdb.python/py-value.c: Improve test case.
23715 * gdb.python/py-value.exp: Add new test.
23716
5e703181
DE
237172014-04-07 David Blaikie <dblaikie@gmail.com>
23718
23719 * lib/compiler.c: Identify the clang compiler.
23720 * lib/compiler.cc: Ditto.
23721
9810b410
YQ
237222014-04-03 Yao Qi <yao@codesourcery.com>
23723
23724 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
23725
98d1b8dc
AB
237262014-04-01 Anton Blanchard <anton@samba.org>
23727
23728 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
23729 messages unique.
23730
3114cea1
AB
237312014-04-01 Anton Blanchard <anton@samba.org>
23732
23733 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
23734 prepare_for_testing.
23735
62f7182c
AB
237362014-04-01 Anton Blanchard <anton@samba.org>
23737
23738 * gdb.arch/ppc64-atomic-inst.c: Remove.
23739 * gdb.arch/ppc64-atomic-inst.S: New file.
23740 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
23741
770e7fc7
DE
237422014-03-31 Doug Evans <dje@google.com>
23743
23744 * gdb.base/print-symbol-loading-lib.c: New file.
23745 * gdb.base/print-symbol-loading-main.c: New file.
23746 * gdb.base/print-symbol-loading.exp: New file.
23747
46e2bafa
YQ
237482014-03-31 Yao Qi <yao@codesourcery.com>
23749
23750 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
23751
8776cfe9
JB
237522014-03-28 Joel Brobecker <brobecker@adacore.com>
23753
23754 * gdb.ada/mi_dyn_arr: New testcase.
23755
5d1ef361
DE
237562014-03-27 Doug Evans <dje@google.com>
23757
23758 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
23759
b5bee914
YQ
237602014-03-27 Yao Qi <yao@codesourcery.com>
23761
23762 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
23763 if target is nios2-*-*.
23764
0d4d0e77
YQ
237652014-03-26 Yao Qi <yao@codesourcery.com>
23766
23767 * lib/gdb.exp (readline_is_used): New proc.
23768 * gdb.base/completion.exp: Move tests on command complete up.
23769 Skip the rest of tests if readline is not used.
23770 * gdb.ada/complete.exp: Skp the test if readline is not
23771 used.
23772 * gdb.base/filesym.exp: Likewise.
23773 * gdb.base/macscp.exp: Likewise.
23774 * gdb.base/readline-ask.exp: Likewise.
23775 * gdb.base/readline.exp: Likewise.
23776 * gdb.python/py-cmd.exp: Likewise.
23777 * gdb.trace/tfile.exp: Likewise.
23778
29361eee
YQ
237792014-03-26 Yao Qi <yao@codesourcery.com>
23780
23781 * gdb.base/macscp.exp: Fix code format issues.
23782
bc9a5525
UW
237832014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
23784
23785 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
23786 * gdb.asm/powerpc64le.inc: New file.
23787
d3839ede
PA
237882014-03-25 Pedro Alves <palves@redhat.com>
23789 Doug Evans <dje@google.com>
23790
23791 * gdb.base/source-execution.c: New file.
23792 * gdb.base/source-execution.exp: New file.
23793 * gdb.base/source-execution.gdb: New file.
23794
01672a57
DE
237952014-03-24 Doug Evans <dje@google.com>
23796
23797 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
23798 using fission.
23799
88bbeca9
HZ
238002014-03-24 Hui Zhu <hui@codesourcery.com>
23801 Pedro Alves <palves@redhat.com>
23802
23803 PR breakpoints/16101
23804 * gdb.base/dprintf.exp: Use unsupported rather than changing the
23805 test pass/fail messages. Detect missing support for dprintf when
23806 breakpoints are actually inserted.
23807 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
23808 breakpoints are actually inserted.
23809 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
23810 fails.
23811
d2348791
JK
238122014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
23813
23814 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
23815
feef67ab
DE
238162014-03-22 Doug Evans <xdje42@gmail.com>
23817
23818 * gdb.python/python.exp (python not supported): Verify multi-line
23819 python command issues an error.
25d743f9 23820 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 23821 guile command issues an error.
feef67ab 23822
ecebef6a
MR
238232014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
23824
23825 * gdb.threads/thread-specific.exp: Handle the lack of usable
23826 $this_breakpoint and $this_thread.
23827
ccdd1909
HZ
238282014-03-21 Hui Zhu <hui@codesourcery.com>
23829
23830 * gdb.base/attach.exp (do_command_attach_tests): New.
23831
beb460e8
PA
238322014-03-20 Tom Tromey <tromey@redhat.com>
23833 Pedro Alves <palves@redhat.com>
23834
23835 PR cli/15718
23836 * gdb.base/condbreak-call-false.c: New file.
23837 * gdb.base/condbreak-call-false.exp: New file.
23838
40acf43a
PA
238392014-03-20 Pedro Alves <palves@redhat.com>
23840
23841 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
23842 Delete.
23843 (block_signals, unblock_signals): Delete.
23844 (child_function_2, main): Remove references to deleted variable
23845 and functions.
23846
9f5e1e02
PA
238472014-03-20 Pedro Alves <palves@redhat.com>
23848
23849 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
23850 Use pthread_kill to signal thread 2.
23851 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23852 Adjust to make the test send itself a signal rather than using the
23853 host's "kill" command.
23854
99619bea
PA
238552014-03-20 Pedro Alves <palves@redhat.com>
23856
23857 * gdb.threads/multiple-step-overs.c: New file.
23858 * gdb.threads/multiple-step-overs.exp: New file.
23859 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23860 Adjust expected infrun debug output.
23861
2adfaa28
PA
238622014-03-20 Pedro Alves <palves@redhat.com>
23863
23864 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
23865 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
23866
31e77af2
PA
238672014-03-20 Pedro Alves <palves@redhat.com>
23868
23869 PR breakpoints/7143
23870 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
23871 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
23872 of gdb_test_multiple.
23873 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
23874 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
23875
b9f437de
PA
238762014-03-20 Pedro Alves <palves@redhat.com>
23877
23878 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
23879 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
23880
05adc73e
PA
238812014-03-19 Pedro Alves <palves@redhat.com>
23882
23883 * gdb.base/async.exp: Remove early return.
23884
6048b950
PA
238852014-03-19 Pedro Alves <palves@redhat.com>
23886
23887 * gdb.base/async.exp (step& tests): Pass explicit test messages.
23888
8bcfb00a
PA
238892014-03-19 Pedro Alves <palves@redhat.com>
23890
23891 * gdb.base/async.exp (test_background): Expect \r\n after
23892 "completed." in the fail pattern.
23893
884e37dc
PA
238942014-03-19 Pedro Alves <palves@redhat.com>
23895
23896 * gdb.base/async.exp (test_background): New procedure.
23897 Use it for all background execution command tests.
23898
148e57e2
PA
238992014-03-19 Pedro Alves <palves@redhat.com>
23900
23901 * gdb.base/async.exp: Use prepare_for_testing.
23902
f48088c7
PA
239032014-03-19 Pedro Alves <palves@redhat.com>
23904
23905 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
23906 the same line.
23907
e2f6c966
PA
239082014-03-19 Pedro Alves <palves@redhat.com>
23909
23910 * gdb.base/async.c (main): Add "jump here" and "until here" line
23911 marker comments.
23912 * gdb.base/async.exp (jump_here): New global.
23913 (jump& test): Use it.
23914 (until_here): New global.
23915 (until& test): Use it.
23916
c30568d4
PA
239172014-03-19 Pedro Alves <palves@redhat.com>
23918
23919 * gdb.base/async.exp: Don't frob gdb_protocol.
23920
0172b6a7
DE
239212014-03-18 Doug Evans <xdje42@gmail.com>
23922
23923 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
23924 Fix spelling of exec-done-display.
23925
06c868a8
JK
239262014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
23927
23928 PR gdb/15358
23929 * gdb.base/gdb-sigterm.c: New file.
23930 * gdb.base/gdb-sigterm.exp: New file.
23931
0c7e1a46
PA
239322014-03-18 Pedro Alves <palves@redhat.com>
23933
23934 PR gdb/13860
23935 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
23936 * lib/mi-support.exp (mi_expect_stop): Add special handling for
23937 solib-event.
23938
f7c77d93
JB
239392014-03-17 Joel Brobecker <brobecker@adacore.com>
23940
23941 * gdb.ada/pckd_arr_ren: New testcase.
23942
5a1e8c7a
DE
239432014-03-13 Doug Evans <xdje42@gmail.com>
23944
23945 PR guile/16612
23946 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
23947 collect after discarding symbols.
23948
350e1a76
DE
239492014-03-13 Ludovic Courtès <ludo@gnu.org>
23950 Doug Evans <xdje42@gmail.com>
23951
23952 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
23953 to history survives a gc.
23954
a69900ae
PA
239552014-03-13 Pedro Alves <palves@redhat.com>
23956
23957 * gdb.base/default.exp: Don't test "target procfs".
23958
5db9f0bd
PA
239592014-03-13 Pedro Alves <palves@redhat.com>
23960
23961 * gdb.base/default.exp: Update "target child" and "target procfs"
23962 tests to not expect "Unix".
23963
b3ccfe11
TT
239642014-03-12 Tom Tromey <tromey@redhat.com>
23965
23966 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
23967 New procs. Add target-async tests.
23968 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
23969 Add target-async tests.
23970
646f4417
AA
239712014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23972
23973 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
23974 'func_start' and 'func_end' for the beginning and end of the
23975 function code, respectively.
23976 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
23977 'func_end' instead of 'func' and 'main'.
23978
288c211f
AA
239792014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23980
23981 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
23982 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
23983 generate the debug info assembler source.
23984
e0c0f156
AA
239852014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23986
23987 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
23988 * gdb.dwarf2/arr-subrange.exp: Likewise.
23989 * gdb.dwarf2/dwz.exp: Likewise.
23990 * gdb.dwarf2/method-ptr.exp: Likewise.
23991 * gdb.dwarf2/missing-sig-type.exp: Likewise.
23992 * gdb.dwarf2/subrange.exp: Likewise.
23993 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
23994 * gdb.dwarf2/implptrpiece.exp: Likewise.
23995 * gdb.dwarf2/nostaticblock.exp: Likewise.
23996
0e5c4555
AA
239972014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23998
23999 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
24000 directory to absolute path name arguments.
24001
5ec18f2b
JG
240022014-03-10 Joel Brobecker <brobecker@adacore.com>
24003
24004 * gdb.ada/tagged_access: New testcase.
24005
847fc4f2
MM
240062014-03-07 Markus Metzger <markus.t.metzger@intel.com>
24007
24008 * gdb.btrace/data.exp: Update expected output.
24009
cc3da688
YQ
240102014-03-06 Yao Qi <yao@codesourcery.com>
24011
24012 * gdb.trace/pr16508.exp: New file.
24013
0f26cec1
PA
240142014-03-05 Pedro Alves <palves@redhat.com>
24015
24016 PR gdb/16575
24017 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
24018 procedure.
24019 (top level): Adjust to use it. Add tests that exercise breakpoint
24020 interaction with the code-cache.
24021
7a5a839f
LC
240222014-02-26 Ludovic Courtès <ludo@gnu.org>
24023
24024 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
24025 test for 'history-append!'.
24026
31aa7e4e
JB
240272014-02-26 Joel Brobecker <brobecker@adacore.com>
24028
24029 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
24030 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
24031 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
24032 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
24033 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
24034 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
24035
1b588015
JB
240362014-02-26 Joel Brobecker <brobecker@adacore.com>
24037
24038 * testsuite/gdb.python/py-pp-re-notag.c: New file.
24039 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
24040 * testsuite/gdb.python/py-pp-re-notag.p: New file.
24041
55426c9d
JB
240422014-02-26 Joel Brobecker <brobecker@adacore.com>
24043
24044 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
24045
dc53a7ad
JB
240462014-02-26 Joel Brobecker <brobecker@adacore.com>
24047
24048 * gdb.dwarf2/arr-stride.c: New file.
24049 * gdb.dwarf2/arr-stride.exp: New file.
24050
12ab52e9
PA
240512014-02-26 Pedro Alves <palves@redhat.com>
24052
24053 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
24054 that won't ever trigger. Make sure that GDB reports the correct
24055 breakpoint that caused the stop.
24056
849c862e
JK
240572014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24058
24059 PR gdb/16626
24060 * gdb.base/auto-load-script: New file.
24061 * gdb.base/auto-load.c: New file.
24062 * gdb.base/auto-load.exp: New file.
24063
71b7d793
JK
24064 PR gdb/16626
24065 * gdb.base/auto-load.exp: Fix out-of-srctree run.
24066
e2f0d509
JK
240672014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
24068
24069 Fix dw2-icycle.exp -fsanitize=address GDB crash.
24070 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
24071
50cc37c8
DE
240722014-02-24 Doug Evans <dje@google.com>
24073
24074 * lib/gdb.exp (run_on_host): Log error output if program fails.
24075
ea4758f2
PA
240762014-02-21 Pedro Alves <palves@redhat.com>
24077
24078 * gdb.threads/step-after-sr-lock.c: Rename to ...
24079 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
24080 * gdb.threads/step-after-sr-lock.exp: Rename to ...
24081 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
24082 ... this.
24083
d7b30f67
SDJ
240842014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
24085
24086 PR tdep/16397
24087 * gdb.arch/amd64-stap-special-operands.exp: New file.
24088 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
24089 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
24090 * gdb.arch/amd64-stap-triplet.S: Likewise.
24091 * gdb.arch/amd64-stap-triplet.c: Likewise.
24092
83deb43f
JB
240932014-02-20 Joel Brobecker <brobecker@adacore.com>
24094
24095 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
24096 in .section pseudo-op.
24097
adde2bff
DE
240982014-02-20 lin zuojian <manjian2006@gmail.com>
24099 Joel Brobecker <brobecker@adacore.com>
24100 Doug Evans <xdje42@gmail.com>
24101
24102 PR symtab/16581
24103 * gdb.dwarf2/dw2-icycle.S: New file.
24104 * gdb.dwarf2/dw2-icycle.c: New file.
24105 * gdb.dwarf2/dw2-icycle.exp: New file.
24106
f7bd0f78
SC
241072014-02-19 Siva Chandra Reddy <sivachandra@google.com>
24108
24109 * gdb.python/py-value-cc.cc: Improve test case to enable testing
24110 operations on gdb.Value objects.
24111 * gdb.python/py-value-cc.exp: Add new test to test operations on
24112 gdb.Value objects.
24113
c17ef0d5
DE
241142014-02-18 Doug Evans <dje@google.com>
24115
24116 * Makefile.in (TESTS): New variable.
24117 (expanded_tests, expanded_tests_or_none): New variables
24118 (check-single): Pass $(expanded_tests_or_none) to runtest.
24119 (check-parallel): Only run tests in $(TESTS) if non-empty.
24120 (check/no-matching-tests-found): New rule.
24121 * README: Document TESTS makefile variable.
24122
5dd3176f
DE
241232014-02-18 Doug Evans <dje@google.com>
24124
24125 * Makefile.in (check-parallel): rm -rf outputs temp.
24126
0b10be4f
JK
241272014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
24128
24129 Fix "ERROR: no fileid for" in the testsuite.
24130 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
24131
85f224e7
DE
241322014-02-12 Doug Evans <dje@google.com>
24133
24134 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
24135 (MISCELLANEOUS): New variable.
24136 (clean): rm -rf $(MISCELLANEOUS).
24137 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
24138 dwp live in the same directory as symlinks, with each symlink pointed
24139 to a differently named file in a different directory.
24140
149b30ff
DE
241412014-02-11 Doug Evans <dje@google.com>
24142
24143 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
24144 of Tcl file commands.
24145
1dfdac32
MK
241462014-02-10 Mark Kettenis <kettenis@gnu.org>
24147
24148 * gdb.threads/step-after-sr-lock.exp: Avoid executing
24149 "kill -SIGUSR1 -1".
24150
aa4fb036
JB
241512014-02-10 Joel Brobecker <brobecker@adacore.com>
24152
24153 * gdb.ada/tick_length_array_enum_idx: New testcase.
24154
ed3ef339
DE
241552014-02-10 Doug Evans <xdje42@gmail.com>
24156
24157 * configure.ac (AC_OUTPUT): Add gdb.guile.
24158 * configure: Regenerate.
24159 * lib/gdb-guile.exp: New file.
24160 * lib/gdb.exp (get_target_charset): New function.
24161 * gdb.base/help.exp: Update expected output from "apropos apropos".
24162 * gdb.guile/Makefile.in: New file.
24163 * gdb.guile/guile.exp: New file.
24164 * gdb.guile/scm-arch.c: New file.
24165 * gdb.guile/scm-arch.exp: New file.
24166 * gdb.guile/scm-block.c: New file.
24167 * gdb.guile/scm-block.exp: New file.
24168 * gdb.guile/scm-breakpoint.c: New file.
24169 * gdb.guile/scm-breakpoint.exp: New file.
24170 * gdb.guile/scm-disasm.c: New file.
24171 * gdb.guile/scm-disasm.exp: New file.
24172 * gdb.guile/scm-equal.c: New file.
24173 * gdb.guile/scm-equal.exp: New file.
24174 * gdb.guile/scm-error.exp: New file.
24175 * gdb.guile/scm-error.scm: New file.
24176 * gdb.guile/scm-frame-args.c: New file.
24177 * gdb.guile/scm-frame-args.exp: New file.
24178 * gdb.guile/scm-frame-args.scm: New file.
24179 * gdb.guile/scm-frame-inline.c: New file.
24180 * gdb.guile/scm-frame-inline.exp: New file.
24181 * gdb.guile/scm-frame.c: New file.
24182 * gdb.guile/scm-frame.exp: New file.
24183 * gdb.guile/scm-generics.exp: New file.
24184 * gdb.guile/scm-gsmob.exp: New file.
24185 * gdb.guile/scm-iterator.c: New file.
24186 * gdb.guile/scm-iterator.exp: New file.
24187 * gdb.guile/scm-math.c: New file.
24188 * gdb.guile/scm-math.exp: New file.
24189 * gdb.guile/scm-objfile-script-gdb.in: New file.
24190 * gdb.guile/scm-objfile-script.c: New file.
24191 * gdb.guile/scm-objfile-script.exp: New file.
24192 * gdb.guile/scm-objfile.c: New file.
24193 * gdb.guile/scm-objfile.exp: New file.
24194 * gdb.guile/scm-ports.exp: New file.
24195 * gdb.guile/scm-pretty-print.c: New file.
24196 * gdb.guile/scm-pretty-print.exp: New file.
24197 * gdb.guile/scm-pretty-print.scm: New file.
24198 * gdb.guile/scm-section-script.c: New file.
24199 * gdb.guile/scm-section-script.exp: New file.
24200 * gdb.guile/scm-section-script.scm: New file.
24201 * gdb.guile/scm-symbol.c: New file.
24202 * gdb.guile/scm-symbol.exp: New file.
24203 * gdb.guile/scm-symtab-2.c: New file.
24204 * gdb.guile/scm-symtab.c: New file.
24205 * gdb.guile/scm-symtab.exp: New file.
24206 * gdb.guile/scm-type.c: New file.
24207 * gdb.guile/scm-type.exp: New file.
24208 * gdb.guile/scm-value-cc.cc: New file.
24209 * gdb.guile/scm-value-cc.exp: New file.
24210 * gdb.guile/scm-value.c: New file.
24211 * gdb.guile/scm-value.exp: New file.
24212 * gdb.guile/source2.scm: New file.
24213 * gdb.guile/types-module.cc: New file.
24214 * gdb.guile/types-module.exp: New file.
24215
7026a7c1
YQ
242162014-02-10 Yao Qi <yao@codesourcery.com>
24217
24218 PR testsuite/16543
24219 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
24220 * configure: Regenerated.
24221 * Makefile.in: New file.
24222
6c466447
AS
242232014-02-08 Andreas Schwab <schwab@linux-m68k.org>
24224
24225 * gdb.python/py-framefilter.exp: Fix typo.
24226
6e854735
YQ
242272014-02-08 Yao Qi <yao@codesourcery.com>
24228
24229 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
24230 that no =breakpoint-modified is emitted when breakpoints are
24231 modified through MI commands.
24232
d137e6dc
PA
242332014-02-07 Pedro Alves <pedro@codesourcery.com>
24234 Pedro Alves <palves@redhat.com>
24235
24236 * gdb.threads/step-after-sr-lock.c: New file.
24237 * gdb.threads/step-after-sr-lock.exp: New file.
24238
b5ee5a50
PA
242392014-02-07 Pedro Alves <palves@redhat.com>
24240
24241 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
24242
3c77faf3
JK
242432014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
24244
24245 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
24246 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
24247
6dddc817
DE
242482014-02-06 Doug Evans <xdje42@gmail.com>
24249
24250 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
24251 output.
24252
24253 * gdb.gdb/python-interrupts.exp: New file.
24254
de7b2893
YQ
242552014-02-05 Yao Qi <yao@codesourcery.com>
24256
24257 * gdb.trace/report.exp (use_collected_data): Test the output
24258 of "info threads" and "info inferiors".
24259
66d032ac
YQ
242602014-02-05 Yao Qi <yao@codesourcery.com>
24261
24262 Revert this patch:
24263
24264 2013-05-24 Yao Qi <yao@codesourcery.com>
24265
24266 * gdb.trace/tfile.exp: Test inferior and thread.
24267
591a12a1
UW
242682014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24269
24270 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
24271 on a function.
24272 * gdb.base/step-bt.c: Call hello via function pointer to make
24273 sure its first instruction is executed on powerpc64le-linux.
24274
0ff3e01f
UW
242752014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24276
24277 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
24278
084ee545
UW
242792014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24280
24281 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
24282 of the test patterns for use on little-endian systems.
24283
6ed14ff3
UW
242842014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
24285
24286 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
24287 (decimal_vector): Fix for little-endian.
24288
401e27fd
JM
242892014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
24290
24291 * gdb.arch/sparc-sysstep.exp: New file.
24292 * gdb.arch/sparc-sysstep.c: Likewise.
24293
24294 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
24295
8b924729
EBM
242962014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
24297
24298 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
24299
fb151210
JB
243002014-01-23 Tom Tromey <tromey@redhat.com>
24301
24302 * gdb.ada/array_char_idx: New testcase.
24303
0740f8d8
TT
243042014-01-23 Tom Tromey <tromey@redhat.com>
24305
24306 PR python/16487:
24307 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
24308 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
24309 classes.
24310
21909fa1
TT
243112014-01-23 Tom Tromey <tromey@redhat.com>
24312
24313 PR python/16491:
24314 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
24315 string from an inferior frame.
24316 * gdb.python/py-framefilter-mi.exp: Update.
24317
87ce2a04
DE
243182014-01-22 Doug Evans <dje@google.com>
24319
24320 * gdb.server/server-mon.exp: Add tests for "set debug-format".
24321
237b092b
AA
243222014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24323
24324 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
24325
d674a709
AA
243262014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24327
24328 * gdb.trace/entry-values.exp: Remove excess space character from
24329 regex patterns. Handle s390 call instruction.
24330
20fa3390
AA
243312014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24332
24333 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
24334 define "*_start" label. Make "name" static.
24335 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
24336 ${name} by references to ${name}_start.
24337
78466714
AA
243382014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
24339
24340 * gdb.base/info-macros.exp: Remove "debug" from the compile
24341 options.
24342
ec9f644a
IB
243432014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24344
24345 * gdb.dlang/demangle.exp: New file.
24346
94b1b47e
IB
243472014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24348
24349 * gdb.dlang/primitive-types.exp: New file.
24350
7f420862
IB
243512014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
24352
24353 * configure.ac: Create gdb.dlang/Makefile.
24354 * configure: Regenerate.
24355 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
24356 * gdb.dlang/Makefile.in: New file.
24357 * lib/d-support.exp: New file.
24358 * lib/gdb.exp (skip_d_tests): New proc.
24359
52834460
MM
243602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24361
24362 * gdb.btrace/delta.exp: Check reverse stepi.
24363 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
24364 * gdb.btrace/finish.exp: New.
24365 * gdb.btrace/next.exp: New.
24366 * gdb.btrace/nexti.exp: New.
24367 * gdb.btrace/record_goto.c: Add comments.
24368 * gdb.btrace/step.exp: New.
24369 * gdb.btrace/stepi.exp: New.
24370 * gdb.btrace/multi-thread-step.c: New.
24371 * gdb.btrace/multi-thread-step.exp: New.
24372 * gdb.btrace/rn-dl-bind.c: New.
24373 * gdb.btrace/rn-dl-bind.exp: New.
24374 * gdb.btrace/data.c: New.
24375 * gdb.btrace/data.exp: New.
24376 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24377
6e07b1d2
MM
243782014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24379
24380 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
24381 * gdb.btrace/exception.exp: Update.
24382 * gdb.btrace/instruction_history.exp: Update.
24383 * gdb.btrace/record_goto.exp: Update.
24384 * gdb.btrace/tailcall.exp: Update.
24385 * gdb.btrace/unknown_functions.exp: Update.
24386 * gdb.btrace/delta.exp: New.
24387
0b722aec
MM
243882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24389
24390 * gdb.btrace/record_goto.exp: Add backtrace test.
24391 * gdb.btrace/tailcall.exp: Add backtrace test.
24392
066ce621
MM
243932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24394
24395 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
24396 * gdb.btrace/record_goto.c: New.
24397 * gdb.btrace/record_goto.exp: New.
24398 * gdb.btrace/x86-record_goto.S: New.
24399
0688d04e
MM
244002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24401
24402 * gdb.btrace/function_call_history.exp: Update tests.
24403 * gdb.btrace/instruction_history.exp: Update tests.
24404
8710b709
MM
244052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24406
24407 * gdb.btrace/function_call_history.exp: Fix expected field
24408 order for "record function-call-history".
24409 Add new tests for "record function-call-history /c".
24410 * gdb.btrace/exception.cc: New.
24411 * gdb.btrace/exception.exp: New.
24412 * gdb.btrace/tailcall.exp: New.
24413 * gdb.btrace/x86-tailcall.S: New.
24414 * gdb.btrace/x86-tailcall.c: New.
24415 * gdb.btrace/unknown_functions.c: New.
24416 * gdb.btrace/unknown_functions.exp: New.
24417 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
24418
5de9129b
MM
244192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24420
24421 * gdb.btrace/instruction_history.exp: Update.
24422 * gdb.btrace/function_call_history.exp: Update.
24423
23a7fe75
MM
244242014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24425
24426 * gdb.btrace/function_call_history.exp: Fix expected function
24427 trace.
24428 * gdb.btrace/instruction_history.exp: Initialize traced.
24429 Remove traced_functions.
24430
724c7dd8
MM
244312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24432
24433 * gdb.btrace/function_call_history.exp: Update
24434 * gdb.btrace/instruction_history.exp: Update.
24435
6d78d93b
MM
244362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
24437
24438 * gdb.btrace/enable.exp: Update expected text.
24439
93a360cc
OJ
244402014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
24441
24442 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
24443 bytes.
24444
3772b53f
MR
244452014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
24446
24447 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
24448
596662fa
OJ
244492014-01-15 Omair Javaid <omair.javaid@linaro.org>
24450
24451 * lib/gdb.exp (supports_process_record): Return true for
24452 arm*-linux*. (supports_reverse): Likewise.
24453
b5b08fb4
SC
244542014-01-13 Siva Chandra Reddy <sivachandra@google.com>
24455
24456 PR python/15464
24457 PR python/16113
24458 * gdb.python/py-type.c: Enhance test case.
24459 * gdb.python/py-value-cc.cc: Likewise
24460 * gdb.python/py-type.exp: Add new tests.
24461 * gdb.python/py-value-cc.exp: Likewise
24462
52d7fb13
AA
244632014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
24464 Pedro Alves <palves@redhat.com>
24465
24466 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
24467 Make "name" extern.
24468 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
24469 references to ${name}_start by references to ${name}.
24470
a2cd8cfe
JB
244712014-01-10 Joel Brobecker <brobecker@adacore.com>
24472
24473 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
24474
4e23fced
JB
244752014-01-10 Joel Brobecker <brobecker@adacore.com>
24476
24477 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
24478
c6a9e42c
PA
244792014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
24480 Pedro Alves <palves@redhat.com>
24481
24482 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 24483 mi_gdb_target_load.
c6a9e42c 24484
b7ea362b
PA
244852014-01-08 Pedro Alves <palves@redhat.com>
24486
24487 * gdb.threads/reconnect-signal.c: New file.
24488 * gdb.threads/reconnect-signal.exp: New file.
24489
5e3f4fab
EBM
244902014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
24491
24492 * gdb.base/source-dir.exp: New file.
24493
79301218
JB
244942014-01-07 Joel Brobecker <brobecker@adacore.com>
24495
24496 * gdb.ada/mi_interface: New testcase.
24497
8e355c5d
JB
244982014-01-07 Joel Brobecker <brobecker@adacore.com>
24499
24500 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
24501 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
24502 gdb.ada/pp-rec-component/pck.ads: New files.
24503
c0d48811
JB
245042014-01-07 Joel Brobecker <brobecker@adacore.com>
24505
24506 * gdb.python/py-pp-integral.c: New file.
24507 * gdb.python/py-pp-integral.py: New file.
24508 * gdb.python/py-pp-integral.exp: New file.
24509
17b609c3 24510For older changes see ChangeLog-1993-2013.
c906108c 24511\f
8d8cb839
EZ
24512;; Local Variables:
24513;; mode: change-log
24514;; left-margin: 8
24515;; fill-column: 74
24516;; version-control: never
24517;; End:
902f2ccb 24518
3666a048 24519 Copyright 2014-2021 Free Software Foundation, Inc.
902f2ccb
MC
24520 Copying and distribution of this file, with or without modification,
24521 are permitted provided the copyright notice and this notice are preserved.