]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Renaming of ctf (the trace format) files
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
4dbbb47c
TV
12019-10-04 Tom de Vries <tdevries@suse.de>
2
3 * gdb.cp/local-static.c (main): Move declaration of int i out of the
4 for loop.
5
77c2dba3
TT
62019-10-03 Tom Tromey <tom@tromey.com>
7
8 PR rust/24976:
9 * gdb.rust/simple.rs (Union2): New type.
10 (main): Use Union2.
11 * gdb.rust/simple.exp: Add test.
12
179aed7f
AB
132019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
14
15 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
16 nested function prefix.
17
0a4b0913
AB
182019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
19 Richard Bunt <richard.bunt@arm.com>
20 Andrew Burgess <andrew.burgess@embecosm.com>
21
22 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
23 nested functions.
24 * gdb.fortran/nested-funcs.f90: Update expected results.
25 * gdb.fortran/nested-funcs-2.exp: New file.
26 * gdb.fortran/nested-funcs-2.f90: New file.
27
082cce05
AB
282019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
29
30 * gdb.python/py-parameter.exp: Make test names unique.
31 * gdb.python/py-template.exp: Likewise.
32 * gdb.python/py-value.exp: Likewise.
33
2b74ba5a
AB
342019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
35
36 * gdb.base/break-interp.exp: Reduce test name duplication.
37 * gdb.base/call-sc.exp: Likewise.
38 * gdb.base/callfuncs.exp: Likewise.
39 * gdb.base/charset.exp: Likewise.
40 * gdb.base/dump.exp: Likewise.
41 * gdb.base/ena-dis-br.exp: Likewise.
42 * gdb.base/relational.exp: Likewise.
43 * gdb.base/step-over-syscall.exp: Likewise.
44 * gdb.base/structs.exp: Likewise.
45
58eb20d5
AB
462019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
47
48 * gdb.linespec/explicit.exp: Make test names unique.
49 * gdb.linespec/ls-errs.exp: Likewise.
50
4d421147
AB
512019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
52
53 * gdb.reverse/break-precsave.exp: Make test names unique.
54 * gdb.reverse/break-reverse.exp: Likewise.
55 * gdb.reverse/finish-precsave.exp: Likewise.
56 * gdb.reverse/finish-reverse.exp: Likewise.
57 * gdb.reverse/machinestate-precsave.exp: Likewise.
58 * gdb.reverse/machinestate.exp: Likewise.
59 * gdb.reverse/readv-reverse.exp: Likewise.
60 * gdb.reverse/recvmsg-reverse.exp: Likewise.
61 * gdb.reverse/sigall-precsave.exp: Likewise.
62 * gdb.reverse/sigall-reverse.exp: Likewise.
63 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
64 * gdb.reverse/watch-precsave.exp: Likewise.
65 * gdb.reverse/watch-reverse.exp: Likewise.
66
d8c06f22
AB
672019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
68
69 * gdb.threads/stop-with-handle.c: New file.
70 * gdb.threads/stop-with-handle.exp: New file.
71
3a56ed86
TV
722019-10-03 Tom de Vries <tdevries@suse.de>
73
74 PR testsuite/25059
75 * gdb.base/list-missing-source.exp: Allowing the "Compilation
76 directory" line to be missing.
77
42275044
TV
782019-10-03 Tom de Vries <tdevries@suse.de>
79
80 PR testsuite/25059
81 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
82 type optional.
83
9ef62df0
AA
842019-10-02 Andreas Arnez <arnez@linux.ibm.com>
85
86 * gdb.python/py-format-string.c (string.h): New include.
87 (main): Fill a_struct_with_union.the_union.an_int with bytes of
88 the same value, for endianness-independence.
89 * gdb.python/py-format-string.exp (default_regexp_dict)
90 (test_pretty_structs, test_format): Adjust expected output to the
91 changed initialization.
92
37f6a7f4
TT
932019-10-02 Tom Tromey <tromey@adacore.com>
94
95 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
96
1d58d6a2
PA
972019-10-02 Pedro Alves <palves@redhat.com>
98 Andrew Burgess <andrew.burgess@embecosm.com>
99
100 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
101 "print-file-var.h".
102 (this_version_id) Use ATTRIBUTE_VISIBILITY.
103 (get_version_1): Print this_version_id and its address.
104 Add extern "C" wrappers around interface functions.
105 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
106 "print-file-var.h".
107 (this_version_id) Use ATTRIBUTE_VISIBILITY.
108 (get_version_2): Print this_version_id and its address.
109 Add extern "C" wrappers around interface functions.
110 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
111 <stddef.h> and "print-file-var.h".
112 Add extern "C" wrappers around interface functions.
113 [VERSION_ID_MAIN] (this_version_id): Define.
114 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
115 * gdb.base/print-file-var.h: Add some #defines to simplify setting
116 up extern "C" blocks.
117 * gdb.base/print-file-var.exp (test): New, factored out from top
118 level.
119 (top level): Test all combinations of attribute hidden or not,
120 dlopen or not, and this_version_id symbol in main file or not.
121 Compile tests as both C++ and C, make test names unique.
122
d770d56f
TT
1232019-10-01 Tom Tromey <tom@tromey.com>
124
125 * gdb.base/style.exp: Test "show logging filename".
126
7f6aba03
TT
1272019-10-01 Tom Tromey <tom@tromey.com>
128
129 * lib/gdb-utils.exp (style): Handle "metadata" argument.
130 * gdb.base/style.exp: Add metadata style test.
131
14309bb6
TT
1322019-10-01 Tom Tromey <tom@tromey.com>
133
134 * gdb.base/style.exp: Test "pwd".
135
2a3c1174
PA
1362019-10-01 Tom Tromey <tom@tromey.com>
137
138 * gdb.base/style.exp: Update tests.
139
53d666ec
AA
1402019-10-01 Andreas Arnez <arnez@linux.ibm.com>
141
142 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
143 'six' to unsigned.
144 (s1): Initialize fields 'four' and 'six' instead of 'three' and
145 'five'. Use an all-ones bit pattern for each.
146 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
147 to its changed values.
148
4a56a520
TT
1492019-09-30 Tom Tromey <tromey@adacore.com>
150
151 * gdb.rust/traits.rs: Disable all warnings.
152
0df0352a
TV
1532019-09-29 Tom de Vries <tdevries@suse.de>
154
155 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
156
73d9a918
TV
1572019-09-29 Tom de Vries <tdevries@suse.de>
158
159 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
160
060b3ab4
TV
1612019-09-27 Tom de Vries <tdevries@suse.de>
162
163 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
164
68f7d34d
TV
1652019-09-27 Tom de Vries <tdevries@suse.de>
166
167 PR record/23188
168 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
169
5d63b30a
TT
1702019-09-26 Tom Tromey <tromey@adacore.com>
171
172 * gdb.ada/py_taft.exp: New file.
173 * gdb.ada/py_taft/main.adb: New file.
174 * gdb.ada/py_taft/pkg.adb: New file.
175 * gdb.ada/py_taft/pkg.ads: New file.
176
3d435220
TV
1772019-09-24 Tom de Vries <tdevries@suse.de>
178
179 PR gdb/24598
180 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
181
77d03678
TV
1822019-09-22 Tom de Vries <tdevries@suse.de>
183
184 * gdb.base/restore.exp: Allow register variables to be optimized out at
185 -O0.
186
abf516c6
UW
1872019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
188
189 * gdb.arch/spu-info.exp: Remove file.
190 * gdb.arch/spu-info.c: Remove file.
191 * gdb.arch/spu-ls.exp: Remove file.
192 * gdb.arch/spu-ls.c: Remove file.
193
194 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
195 * gdb.asm/spu.inc: Remove file.
196
197 * gdb.base/dump.exp: Remove support for spu*-*-*.
198 * gdb.base/stack-checking.exp: Likewise.
199 * gdb.base/overlays.exp: Likewise.
200 * gdb.base/ovlymgr.c: Likewise.
201 * gdb.base/spu.ld: Remove file.
202
203 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
204 * gdb.cp/cpexprs.exp: Likewise.
205 * gdb.cp/exception.exp: Likewise.
206 * gdb.cp/gdb2495.exp: Likewise.
207 * gdb.cp/mb-templates.exp: Likewise.
208 * gdb.cp/pr9167.exp: Likewise.
209 * gdb.cp/userdef.exp: Likewise.
210
211 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
212
213 * gdb.cell: Remove directory.
214 * lib/cell.exp: Remove file.
215
e452e88f
TV
2162019-09-19 Tom de Vries <tdevries@suse.de>
217
218 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
219
8a625130
TV
2202019-09-19 Tom de Vries <tdevries@suse.de>
221
222 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
223
81dc3ab5
TV
2242019-09-19 Tom de Vries <tdevries@suse.de>
225
226 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
227 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
228 (gdb_target_cmd): ... here.
229 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
230 value 2.
231
b078f3ac
AB
2322019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
233
234 * gdb.base/source-dir.exp: Avoid having directory names in test
235 names.
236
f1b620e9
MG
2372019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
238
239 * gdb.base/source-dir.exp: Add extra test for mapped compilation
240 directory.
241
67f3ed6a
AB
2422019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
243
244 * gdb.base/list-missing-source.exp: New file.
245
d1b70248
TV
2462019-09-14 Tom de Vries <tdevries@suse.de>
247
248 PR teststuite/24599
249 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
250 * lib/ada.exp (gnatmake_version_at_least): New proc.
251
5fabdcd6
AB
2522019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
253
254 * gdb.base/maint.exp: Use exec_has_index_section.
255
aa17805f
AB
2562019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
257
258 * gdb.base/maint.exp: Add test for 'maint info sections'.
259
25e5c209
TV
2602019-09-12 Tom de Vries <tdevries@suse.de>
261
262 * gdb.base/store.exp: Allow register variables to be optimized out at
263 -O0.
264
4993045d
PW
2652019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
266
267 * gdb.ada/rdv_wait.exp: Update to new task names.
268 * gdb.base/task_switch_in_core.exp: Likewise.
269 * gdb.base/info_sources_base.c: Likewise.
270
8a516164
TT
2712019-09-10 Tom Tromey <tromey@adacore.com>
272
273 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
274
aa391654
TT
2752019-09-10 Tom Tromey <tromey@adacore.com>
276
277 * gdb.ada/dgopt.exp: New file.
278 * gdb.ada/dgopt/x.adb: New file.
279
8634b462
TT
2802019-09-08 Tom Tromey <tom@tromey.com>
281
282 * gdb.tui/resize.exp: Remove setup_xfail.
283 * gdb.tui/regs.exp: Remove setup_xfail.
284 * gdb.tui/basic.exp: Remove setup_xfail.
285
736b0f76
DB
2862019-09-06 David Blaikie <dblaikie@gmail.com>
287
288 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
289 * gdb.cp/cplabel.exp: Ditto.
290 * gdb.linespec/ls-errs.exp: Ditto.
291
30331a6c
TV
2922019-09-05 Tom de Vries <tdevries@suse.de>
293
294 * lib/gdb.exp (cmp_file_string): New proc.
295 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
296 runto_main. Verify save breakpoints output.
297
98b0ebab
PW
2982019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
299
300 * gdb.base/info-var.exp: Test info variables without running
301 to main, to avoid expect's buffer overflow.
302
4e962e74
TT
3032019-09-03 Tom Tromey <tromey@adacore.com>
304
305 * gdb.ada/bias.exp: New file.
306 * gdb.ada/bias/bias.adb: New file.
307 * gdb.ada/print_chars.exp: Add regression test.
308 * gdb.ada/print_chars/foo.adb (My_Character): New type.
309 (MC): New variable.
310
2ea1a07a
SL
3112019-08-29 Sandra Loosemore <sandra@codesourcery.com>
312
313 * gdb.base/argv0-symlink.exp: Run only on native target
314 and local host.
315
8077c50d
TV
3162019-08-29 Tom de Vries <tdevries@suse.de>
317
318 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
319 diverse debug info.
320 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
321
48352473
TV
3222019-08-28 Tom de Vries <tdevries@suse.de>
323
324 * gdb.base/info-var.exp: Allow info variables to print info for files
325 other than info-var-f1.c and info-var-f2.c.
326
d8f27c60
AB
3272019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
328
329 * gdb.fortran/info-types.exp: Add module.
330 * gdb.fortran/info-types.f90: Update expected results.
331
1f20c35e
AB
3322019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
333
334 * gdb.fortran/info-types.exp: New file.
335 * gdb.fortran/info-types.f90: New file.
336 * lib/fortran.exp (fortran_character1): New proc.
337
4acfdd20
AB
3382019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
339
340 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
341 functions'. Reindent as needed.
342 * gdb.base/info-var-f1.c: New file.
343 * gdb.base/info-var-f2.c: New file.
344 * gdb.base/info-var.exp: New file.
345 * gdb.base/info-var.h: New file.
346
5c31b358
TV
3472019-08-26 Tom de Vries <tdevries@suse.de>
348
349 PR c++/24852
350 * gdb.cp/no-libstdcxx-probe.exp: New test.
351
b694989f
TV
3522019-08-26 Tom de Vries <tdevries@suse.de>
353
354 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
355 * tests need to be skipped.
356 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
357 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
358 mi_skip_libstdcxx_probe_tests.
359
d9c4ba53
SDJ
3602019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
361
362 * gdb.python/py-xmethods.exp: Use raw strings when passing
363 arguments to SimpleXMethodMatcher.
364
395fad09
TV
3652019-08-22 Tom de Vries <tdevries@suse.de>
366
367 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
368 more informative.
369
26c957f1
PA
3702019-08-21 Pedro Alves <palves@redhat.com>
371
372 * gdb.base/with.exp: Test "with" with no arguments.
373
61f80d5d
TV
3742019-08-21 Tom de Vries <tdevries@suse.de>
375
376 * gdb.base/gdb-caching-proc.exp: Sort files.
377
d7a11d13
TV
3782019-08-20 Tom de Vries <tdevries@suse.de>
379
380 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
381 compilation.
382
34dafe9f
TV
3832019-08-16 Tom de Vries <tdevries@suse.de>
384
385 * gdb.base/compare-sections.exp ("after run to main"): Allow
386 mismatched read-only sections for PIE executables.
387
398fdd60
TT
3882019-08-16 Tom Tromey <tom@tromey.com>
389
390 * lib/tuiterm.exp (_csi_Z): New proc.
391 * gdb.tui/basic.exp: Update window positions.
392 * gdb.tui/empty.exp: Update window positions.
393
d8f9e51c
SL
3942019-08-15 Sandra Loosemore <sandra@codesourcery.com>
395
396 * gdb.base/examine-backward.exp: Correct regexp for
397 "examine 3 bytes backward from ${address_zero}".
398
3df505f6
TT
3992019-08-15 Tom Tromey <tom@tromey.com>
400
401 * gdb.tui/empty.exp: Enable resizing tests.
402
272560b5
TT
4032019-08-15 Tom Tromey <tromey@adacore.com>
404
405 * gdb.ada/char_enum.exp: Add regression tests.
406 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
407 and '0'.
408 (Char, Gchar): Update.
409 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
410
08235187
CB
4112019-08-15 Christian Biesinger <cbiesinger@google.com>
412
413 * gdb.python/python.exp: Expect a leading underscore on
414 GdbOutput{,Error}File.
415
22a2ab04
SL
4162019-08-15 Sandra Loosemore <sandra@codesourcery.com>
417
418 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
419 Windows host.
420
835b995b
SL
4212019-08-15 Sandra Loosemore <sandra@codesourcery.com>
422
423 * gdb.base/batch-preserve-term-settings.exp
424 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
425
97dd8e07
CB
4262019-08-15 Christian Biesinger <cbiesinger@google.com>
427
428 * lib/gdb.exp: When running on a mingw target, replace
429 /x/ with x:/.
430
75faf5c4
AH
4312019-08-14 Alan Hayward <alan.hayward@arm.com>
432
433 * gdb.arch/aarch64-prologue.c: New test.
434 * gdb.arch/aarch64-prologue.exp: New file.
435
abc6c00f
TV
4362019-08-13 Tom de Vries <tdevries@suse.de>
437
438 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
439 Thread.
440
74c2c1f4
SL
4412019-08-13 Sandra Loosemore <sandra@codesourcery.com>
442
443 * gdb.python/py-completion.exp: Download the .py file to the host
444 and use its host pathname. Conditionalize tests that use
445 tab completion and manipulate files on the build machine.
446 * gdb.python/py-events.exp: Download the .py file to the host
447 and use its host pathname.
448 * gdb.python/py-evsignal.exp: Likewise.
449 * gdb.python/py-evthreads.exp: Likewise.
450 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
451 pathname syntax.
452 * gdb.python/py-framefilter.exp: Download the .py file to the right
453 place on the host. Match Windows pathname syntax.
454 * gdb.python/py-mi-var-info-path-expression.exp: Download the
455 .py file to the host and use its host pathname.
456 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
457 * gdb.python/py-objfile.exp: Expect a host pathname, not a
458 build pathname. Skip symlink test on Windows host. Add missing
459 newline at end of file.
460 * gdb.python/py-pp-maint.exp: Download the .py file to the host
461 and use its host pathname.
462 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
463 * gdb.python/py-section-script.exp: Use host location of binfile
464 on safe-path. Use correct path separator on Windows host.
465 Reorder alternatives in gdb_test_multiple to prevent matching
466 the wrong alternative on success.
467 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
468
ca2589f3
PP
4692019-08-12 Patrick Palka <patrick@parcs.ath.cx>
470
471 * gdb.gdb/selftest.exp (test_with_self): Update test to now
472 expect the GDB inferior to no longer immediately stop after
473 being resumed with "signal SIGINT".
474
020a839d
SL
4752019-08-09 Sandra Loosemore <sandra@codesourcery.com>
476
477 * gdb.linespec/break-ask.exp: Generalize regexps to match
478 Windows pathnames too.
479
128d6509
TV
4802019-08-08 Tom de Vries <tdevries@suse.de>
481
482 PR testsuite/24862
483 * lib/tuiterm.exp (_accept): Fix CSI regexp.
484
590042fc
PW
4852019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
486
487 * gdb.base/style.exp: Update tests for help doc new invariants.
488 * gdb.base/help.exp: Likewise.
489
046bebe1
TT
4902019-08-06 Tom Tromey <tom@tromey.com>
491
492 * gdb.base/style.exp: Add disassemble test.
493 * gdb.base/style.c (some_called_function): New function.
494 (main): Use it.
495
0b27c27d
CB
4962019-08-05 Christian Biesinger <cbiesinger@google.com>
497
498 * gdb.python/py-block.exp: Test dictionary access on blocks.
499
580f1034
SM
5002019-08-05 Simon Marchi <simon.marchi@efficios.com>
501
502 PR gdb/24863
503 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
504 -list-thread-groups --available test when running under
505 check-read1.
506
d86bd7cb
TV
5072019-08-05 Tom de Vries <tdevries@suse.de>
508
509 PR testsuite/24863
510 * lib/gdb.exp (with_read1_timeout_factor): New proc.
511 * gdb.base/help.exp: Use with_read1_timeout_factor.
512 * gdb.base/info-macros.exp: Same.
513 * gdb.cp/nested-types.exp: Same.
514
a80cf5d8
TV
5152019-08-05 Tom de Vries <tdevries@suse.de>
516
517 * lib/gdb.exp (version_at_least): Factor out of ...
518 (tcl_version_at_least): ... here.
519 (gdb_compile): Fail if pie results in non-PIE executable.
520 (readelf_version, readelf_prints_pie): New proc.
521 (exec_is_pie): Return -1 if unknown.
522
d0962838
TV
5232019-08-05 Tom de Vries <tdevries@suse.de>
524
525 * lib/gdb.exp (tcl_version_at_least): Fix typo.
526
2252ff3d
SL
5272019-08-04 Sandra Loosemore <sandra@codesourcery.com>
528
529 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
530
26655f53
SL
5312019-08-04 Sandra Loosemore <sandra@codesourcery.com>
532
533 * lib/completion-support.exp (test_gdb_complete_none): Skip
534 tab completion tests if no readline support.
535 (test_gdb_complete_unique_re): Likewise.
536 (test_gdb_complete_multiple): Likewise.
537
db4dc13e
PW
5382019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
539
540 * gdb.base/info_sources.exp: New file.
541 * gdb.base/info_sources.c: New file.
542 * gdb.base/info_sources_base.c: New file.
543
0eba165a
PFC
5442019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
545
546 * gdb.base/batch-exit-status.exp: Call test_exit_status with
547 prefix argument.
548 (test_exit_status): Add prefix argument.
549
59bd512b
TV
5502019-08-01 Tom de Vries <tdevries@suse.de>
551
552 PR testsuite/24863
553 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
554 calling exp_continue for new thread and thread exited messages.
555
2a3ad588
TV
5562019-08-01 Tom de Vries <tdevries@suse.de>
557
558 PR testsuite/24863
559 * gdb.base/structs.exp: Fix check-read1 timeout using
560 gdb_test_sequence.
561 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
562
117eb594
TV
5632019-08-01 Tom de Vries <tdevries@suse.de>
564
565 PR testsuite/24863
566 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
567 line.
568
ed591340
TV
5692019-08-01 Tom de Vries <tdevries@suse.de>
570
571 PR testsuite/24863
572 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
573
aa3b6533
TT
5742019-07-30 Tom Tromey <tromey@adacore.com>
575
576 * gdb.ada/display_nested.exp: New file.
577 * gdb.ada/display_nested/foo.adb: New file.
578 * gdb.ada/display_nested/pack.adb: New file.
579 * gdb.ada/display_nested/pack.ads: New file.
580
2906593f
CB
5812019-07-30 Christian Biesinger <cbiesinger@google.com>
582
583 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
584 namespace.
585 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
586
0f575925
TV
5872019-07-30 Tom de Vries <tdevries@suse.de>
588
589 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
590 instead.
591
b13057d9
TV
5922019-07-30 Tom de Vries <tdevries@suse.de>
593
594 PR testsuite/24834
595 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
596 (exec_is_pie): New proc.
597
5c4dde85
CB
5982019-07-29 Christian Biesinger <cbiesinger@google.com>
599
600 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
601
c620ed88
CB
6022019-07-29 Christian Biesinger <cbiesinger@google.com>
603
604 * gdb.python/py-objfile.c: Add global and static vars.
605 * gdb.python/py-objfile.exp: Test new functions Objfile.
606 lookup_global_symbol and lookup_static_symbol.
607
3d235706
TT
6082019-07-29 Tom Tromey <tom@tromey.com>
609
610 * lib/tuiterm.exp (Term::_csi_@): New proc.
611 (Term::_csi_X): Don't move cursor.
612
c7e4c0a6
PW
6132019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
614
615 * gdb.base/options.exp: Update backtrace - completion to
616 new option -frame-info.
617 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
618 Test new 'set print frame-info'. Test backtrace -frame-info
619 overriding 'set print frame-info'.
620 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
621 Test new 'set print frame-info'.
622 Verify consistency of backtrace with and without filters, with and
623 without -no-filters.
624 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
625 default.
626
de28a3b7
TV
6272019-07-29 Tom de Vries <tdevries@suse.de>
628
629 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
630 no arguments".
631
507dd60e
TV
6322019-07-29 Tom de Vries <tdevries@suse.de>
633
634 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
635 is a substring of the first for "complete non-unique file name".
636
5beafce9
TV
6372019-07-29 Tom de Vries <tdevries@suse.de>
638
639 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
640 with ".*".
641
2d274232
TV
6422019-07-29 Tom de Vries <tdevries@suse.de>
643
644 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
645 Pass prompt_regexp parameter to gdb_test_multiple calls.
646
9197cd8b
TV
6472019-07-29 Tom de Vries <tdevries@suse.de>
648
649 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
650 print registers" regexps.
651
b528dae0
TV
6522019-07-29 Tom de Vries <tdevries@suse.de>
653
654 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
655
d17725d7
TV
6562019-07-29 Tom de Vries <tdevries@suse.de>
657
658 PR gdb/24855
659 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
660 (skip_python_tests_prompt): Add prompt_regexp argument to
661 gdb_test_multiple calls.
662
52b75bf1
TT
6632019-07-27 Tom Tromey <tom@tromey.com>
664
665 * gdb.tui/main.exp: New file.
666
2b1d00c2
TT
6672019-07-27 Tom Tromey <tom@tromey.com>
668
669 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
670 optional.
671 * gdb.tui/empty.exp: New file.
672
ded631d5
TT
6732019-07-27 Tom Tromey <tom@tromey.com>
674
675 * lib/tuiterm.exp (spawn): New proc.
676 (Term::resize): New proc.
677 * gdb.tui/resize.exp: New file.
678
58ac439d
TT
6792019-07-27 Tom Tromey <tom@tromey.com>
680
681 * gdb.tui/list.exp: New file.
682
fe1f56ee
TT
6832019-07-27 Tom Tromey <tom@tromey.com>
684
685 * gdb.tui/regs.exp: New file.
686
f790b310
TT
6872019-07-27 Tom Tromey <tom@tromey.com>
688
689 * gdb.tui/basic.exp: Add "layout split" test.
690
d95fc6ee
TT
6912019-07-27 Tom Tromey <tom@tromey.com>
692
693 * gdb.tui/basic.exp: Add "layout asm" test.
694
c3786b3a
TT
6952019-07-27 Tom Tromey <tom@tromey.com>
696
697 * lib/tuiterm.exp: New file.
698 * gdb.tui/basic.exp: New file.
699
98a617f8
KB
7002019-07-27 Kevin Buettner <kevinb@redhat.com>
701
702 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
703 Enable tests associated with this flag. Adjust regex
704 referencing "foo_low" to now refer to "foo_cold" instead.
705
5c076da4
KB
7062019-07-27 Kevin Buettner <kevinb@redhat.com>
707
708 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
709 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
710 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
711 foo_cold. Revise comments to match.
712 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
713 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
714 were wrapped into this proc; Call do_test in loop from outermost
715 level.
716 (foo_low): Rename all occurrences to "foo_cold".
717 (backtrace from baz): New test.
718 (x2/i foo_cold): New test.
719 (info line *foo_cold): New test.
720
1512d3b7
TV
7212019-07-26 Tom de Vries <tdevries@suse.de>
722
723 * gdb.arch/i386-pkru.exp: Fix unterminated string.
724
297989a1
TV
7252019-07-25 Tom de Vries <tdevries@suse.de>
726
727 PR testsuite/24830
728 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
729 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
730 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
731 (skip_libstdcxx_probe_tests): ... here.
732 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
733
b3b965fb
TV
7342019-07-24 Tom de Vries <tdevries@suse.de>
735
736 PR testsuite/24807
737 * gdb.objc/basicclass.m: Include stdio.h.
738 * gdb.objc/nondebug.m: Same.
739 * gdb.objc/objcdecode.m: Same.
740
4625b4d0
TV
7412019-07-24 Tom de Vries <tdevries@suse.de>
742
743 PR testsuite/24612
744 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
745 additional_flags.
746
024a5840
TV
7472019-07-24 Tom de Vries <tdevries@suse.de>
748
749 PR testsuite/24831
750 * gdb.multi/tids.exp: Update error messages for info threads.
751
c76ddaa3
TV
7522019-07-24 Tom de Vries <tdevries@suse.de>
753
754 * gdb.base/info-types.exp: Allow info types to print info for more than
755 one file.
756
9a618ef6
TV
7572019-07-23 Tom de Vries <tdevries@suse.de>
758
759 PR testsuite/24842
760 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
761 gdb_spawn_with_cmdline_opts.
762
40eadf04
SP
7632019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
764
765 * gdb.arch/arm-cmse-sgstubs.c: New test.
766 * gdb.arch/arm-cmse-sgstubs.exp: New file.
767
5ba29434
TV
7682019-07-23 Tom de Vries <tdevries@suse.de>
769
770 PR testsuite/24711
771 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
772 issuing next command.
773
a8e9d247
AB
7742019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
775
776 * gdb.ada/info_auto_lang.exp: Update expected results.
777 * gdb.base/info-types.c: Add additional types to check.
778 * gdb.base/info-types.exp: Update expected results.
779
eb86c5e2
AB
7802019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
781
782 * gdb.base/info-types.c: New file.
783 * gdb.base/info-types.exp: New file.
784
01e175fe
AB
7852019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
786
787 * gdb.arch/riscv-bp-infcall.c: New file.
788 * gdb.arch/riscv-bp-infcall.exp: New file.
789
6b78c3f8
AB
7902019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
791
792 PR breakpoints/24541
793 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
794
da738167
TV
7952019-07-14 Tom de Vries <tdevries@suse.de>
796
797 PR testsuite/24760
798 * gdb.objc/basicclass.exp: Fix unterminated string.
799
0d4e84ed
AB
8002019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
801 Andrew Burgess <andrew.burgess@embecosm.com>
802
803 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
804 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
805 negative bounds.
806 * gdb.fortran/vla-value.exp: Print elements of an array with
807 negative bounds.
808 * gdb.fortran/vla.f90: Setup an array with negative bounds for
809 testing.
810
021d8588
AB
8112019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
812
813 * gdb.base/options.exp (expect_string): Dequote strings in
814 results.
815 (test-string): Test strings with different quoting and reindent.
816
f06f1252
TT
8172019-07-10 Tom Tromey <tromey@adacore.com>
818
819 * gdb.ada/mi_ex_cond.exp: Update expected results.
820 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
821 * gdb.ada/mi_catch_ex.exp: Update expected results.
822 * gdb.ada/mi_catch_assert.exp: Update expected results.
823 * gdb.ada/catch_ex.exp (catch_exception_info)
824 (catch_exception_entry, catch_assert_entry)
825 (catch_unhandled_entry): Update.
826 * gdb.ada/catch_assert_if.exp: Update expected results.
827
b863685d
RB
8282019-07-10 Richard Bunt <richard.bunt@arm.com>
829 Stephen Roberts <stephen.roberts@arm.com>
830
831 * gdb.base/define.exp: Restore original prompt.
832
cb1e4e32
PA
8332019-07-09 Pedro Alves <palves@redhat.com>
834
835 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
836 breakpoints" output.
837 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
838 * gdb.python/py-breakpoint.exp: No longer expect that "catch
839 throw" creates breakpoint.
840 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
841 'type="catchpoint"'.
842
b58a68fe
PA
8432019-07-09 Pedro Alves <palves@redhat.com>
844
845 PR c++/15468
846 * gdb.cp/except-multi-location-lib.cc: New.
847 * gdb.cp/except-multi-location-main.cc: New.
848 * gdb.cp/except-multi-location.exp: New.
849
0826779b
PW
8502019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
851
852 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
853 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
854 argument and update callers.
855
5b0e2db4
AB
8562019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
857
858 * gdb.arch/amd64-break-on-asm-line.S: New file.
859 * gdb.arch/amd64-break-on-asm-line.exp: New file.
860
1f6f6e21
PW
8612019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
862
863 * gdb.base/printcmds.exp: Test printing C string and
864 C wide string convenience vars without transiting via the inferior.
865 Also make test names unique.
866
ea142fbf
AH
8672019-07-08 Alan Hayward <alan.hayward@arm.com>
868
869 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
870
213fd9fa
PA
8712019-07-04 Pedro Alves <palves@redhat.com>
872
873 * lib/gdb.exp (foreach_with_prefix): Don't return early if
874 body returned ok(0), break(3) or continue(4).
875 * gdb.testsuite/foreach_with_prefix.exp: New file.
876
2b40fda7
AH
8772019-07-04 Alan Hayward <alan.hayward@arm.com>
878
879 * gdb.server/unittest.exp: Allow 0 unit tests to run.
880
a26c8de0
PA
8812019-07-03 Pedro Alves <palves@redhat.com>
882
883 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
884 "return -code".
885
5f4ba3e7
PA
8862019-07-03 Pedro Alves <palves@redhat.com>
887
888 PR cli/24732
889 * gdb.base/shell.exp: Load completion-support.exp.
890 Adjust expected error output. Add completion tests.
891
a994424f
PA
8922019-07-03 Pedro Alves <palves@redhat.com>
893
894 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
895 string_to_regexp.
896
3d9be6f5
PA
8972019-07-03 Pedro Alves <palves@redhat.com>
898
899 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
900 (expect_integer): Adjust to expect "-string".
901 (expect_string): New.
902 (all_options): Expect "-string".
903 (test-flag, test-boolean): Adjust to expect "-string".
904 (test-string): New proc.
905 (top level): Call it.
906
41fc454c
PA
9072019-07-03 Pedro Alves <palves@redhat.com>
908
909 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
910 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
911 the expected output in the success.
912
b2b2a215
PA
9132019-07-03 Pedro Alves <palves@redhat.com>
914
915 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
916 Split one gdb_test_multiple call in two to avoid a race.
917
fdbc9870
PA
9182019-07-03 Pedro Alves <palves@redhat.com>
919
920 * gdb.base/with.c: New file.
921 * gdb.base/with.exp: New file.
922
c6ac8931
PA
9232019-07-03 Pedro Alves <palves@redhat.com>
924
925 * gdb.base/settings.exp: Replace all references to "maint
926 test-settings set" with references to "maint set test-settings",
927 and all references to "maint test-settings show" with references
928 to "maint show test-settings".
929
970f9d09
PA
9302019-07-03 Pedro Alves <palves@redhat.com>
931
932 * gdb.base/settings.exp (test-string): Adjust expected out when
933 testing "maint test-settings show filename"
934
54d66006
PA
9352019-07-02 Pedro Alves <palves@redhat.com>
936
937 * gdb.base/options.exp (test-info-threads): New procedure.
938 (top level): Call it.
939
10d06d82
TT
9402019-06-28 Tom Tromey <tromey@adacore.com>
941
942 * gdb.dwarf2/ada-linkage-name.c: New file.
943 * gdb.dwarf2/ada-linkage-name.exp: New file.
944
3d507ff2
TT
9452019-06-27 Tom Tromey <tromey@adacore.com>
946
947 * gdb.cp/constexpr-field.exp: Use setup_xfail.
948
8af58ffe
TV
9492019-06-26 Tom de Vries <tdevries@suse.de>
950
951 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
952
22e21752
TV
9532019-06-26 Tom de Vries <tdevries@suse.de>
954
955 * gdb.base/index-cache.exp: Add back missing debug option.
956
b65b566c
PW
9572019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
958
959 * gdb.base/alias.exp: Test non matching/non existing prefixes.
960
5c2c8c69
TV
9612019-06-25 Tom de Vries <tdevries@suse.de>
962
963 PR testsuite/24727
964 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
965
164e3873
TV
9662019-06-24 Tom de Vries <tdevries@suse.de>
967
968 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
969
824eacee
TV
9702019-06-24 Tom de Vries <tdevries@suse.de>
971
972 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
973 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
974 * gdb.trace/unavailable-dwarf-piece.exp: Same.
975
385b97d3
TV
9762019-06-24 Tom de Vries <tdevries@suse.de>
977
978 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
979
c596f180
TV
9802019-06-21 Tom de Vries <tdevries@suse.de>
981
982 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
983
b13a7d03
TV
9842019-06-21 Tom de Vries <tdevries@suse.de>
985
986 PR testsuite/24518
987 PR ada/24713
988 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
989 index.
990
899277ae
TT
9912019-06-19 Tom Tromey <tromey@adacore.com>
992
993 * gdb.ada/length_cond.exp: Add intro comment.
994
680e1bee
TT
9952019-06-19 Tom Tromey <tromey@adacore.com>
996
997 * gdb.ada/length_cond.exp: New file.
998 * gdb.ada/length_cond/length_cond.adb: New file.
999 * gdb.ada/length_cond/pck.adb: New file.
1000 * gdb.ada/length_cond/pck.ads: New file.
1001
0ed4690a
TV
10022019-06-18 Tom de Vries <tdevries@suse.de>
1003
1004 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1005
d20ed5fd
TT
10062019-06-18 Tom Tromey <tromey@adacore.com>
1007
1008 * gdb.base/list0.h: Add comment explaining control character.
1009
86e04673
TV
10102019-06-18 Tom de Vries <tdevries@suse.de>
1011
1012 * boards/fission.exp: Break up long debug_flags line.
1013
c4973306
SM
10142019-06-16 Tom de Vries <tdevries@suse.de>
1015
1016 PR gdb/24445
1017 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1018 generated index.
1019
93cb9841
AB
10202019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1021
1022 PR gdb/24686
1023 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1024 improve detection of bug gdb/24541.
1025
399aaebd
SM
10262019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1027
1028 PR gdb/24669
1029 * gdb.base/index-cache.exp (uses_readnow,
1030 expecting_index_cache_use): Define global variable.
1031 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1032 expecting_index_cache_use.
1033
584a927c
AB
10342019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1035 Andrew Burgess <andrew.burgess@embecosm.com>
1036
1037 * gdb.fortran/pointers.f90: New file.
1038 * gdb.fortran/print_type.exp: New file.
1039 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1040 * gdb.fortran/vla-type.exp: Likewise.
1041 * gdb.fortran/vla-value.exp: Likewise.
1042 * gdb.mi/mi-vla-fortran.exp: Likewise.
1043
30056ea0
AB
10442019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1045
1046 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1047 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1048 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1049 as a stop reason.
1050
ec8e2b6d
AB
10512019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1052
1053 * gdb.base/annota1.exp: Update expected results.
1054 * gdb.cp/annota2.exp: Likewise.
1055 * gdb.cp/annota3.exp: Likewise.
1056
09e4c4e1
AB
10572019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1058
1059 * gdb.base/style-logging.exp: Remove path from test name.
1060
0735b091
TT
10612019-06-14 Tom Tromey <tromey@adacore.com>
1062
1063 PR gdb/24502:
1064 * gdb.base/style-logging.exp: New file.
1065
f5686554
TT
10662019-06-14 Tom Tromey <tromey@adacore.com>
1067
1068 * gdb.base/symfile-warn.exp: New file.
1069 * gdb.base/symfile-warn.c: New file.
1070
a0c1ffed
TT
10712019-06-14 Tom Tromey <tromey@adacore.com>
1072
1073 * gdb.base/annotate-symlink.exp: New file.
1074
f411722c
TT
10752019-06-14 Tom Tromey <tromey@adacore.com>
1076
1077 * gdb.ada/set_wstr.exp: Add reassignment test.
1078
4268ec18
TT
10792019-06-14 Tom Tromey <tromey@adacore.com>
1080
1081 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1082 'unchecked_access and 'unrestricted_access as well.
1083
9a9e394b
TT
10842019-06-14 Tom Tromey <tromey@adacore.com>
1085
1086 PR ada/24539:
1087 * gdb.ada/vla.exp: Update tests.
1088 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1089 pragma.
1090
4c048731
PA
10912019-06-13 Pedro Alves <palves@redhat.com>
1092
1093 * gdb.base/settings.exp (test-integer): Test junk after
1094 "unlimited".
1095
6665660a
PA
10962019-06-13 Pedro Alves <palves@redhat.com>
1097
1098 * gdb.base/options.exp (test-thread-apply): New.
1099 (top level): Call it.
1100
5d707134
PA
11012019-06-13 Pedro Alves <palves@redhat.com>
1102
1103 * gdb.base/options.exp (test-frame-apply): New.
1104 (top level): Test print commands with different "frame apply"
1105 prefixes.
1106
e2a689da
PA
11072019-06-13 Pedro Alves <palves@redhat.com>
1108
e79be6e5 1109 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
1110 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1111 'max_completions' parameter and handle it.
1112 (test_gdb_completion_offers_commands): New.
1113
90a1ef87
PA
11142019-06-13 Pedro Alves <palves@redhat.com>
1115
1116 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1117
d4c16835
PA
11182019-06-13 Pedro Alves <palves@redhat.com>
1119
1120 * gdb.base/options.exp (test-backtrace): New.
1121 (top level): Call it.
1122
2daf894e
PA
11232019-06-13 Pedro Alves <palves@redhat.com>
1124
1125 * gdb.guile/scm-frame-args.exp: Use "set print
1126 raw-frame-arguments" instead of "set print raw frame-arguments".
1127 * gdb.python/py-frame-args.exp: Likewise.
1128
e6ed716c
PA
11292019-06-13 Pedro Alves <palves@redhat.com>
1130
1131 * gdb.compile/compile.exp: Adjust expected output to option
1132 processing changes.
1133
7d8062de
PA
11342019-06-13 Pedro Alves <palves@redhat.com>
1135
1136 * gdb.base/options.exp: Build executable.
1137 (test-print): New procedure.
1138 (top level): Call it, once for "print" and another for "compile
1139 print".
1140
9d0faba9
PA
11412019-06-13 Pedro Alves <palves@redhat.com>
1142
1143 * gdb.base/options.c: New file.
1144 * gdb.base/options.exp: New file.
1145
dee7b4c8
PA
11462019-06-13 Pedro Alves <palves@redhat.com>
1147
1148 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1149 that "o" is ambiguous.
1150
dca0f6c0
PA
11512019-06-13 Pedro Alves <palves@redhat.com>
1152
1153 * gdb.base/settings.c: New file.
1154 * gdb.base/settings.exp: New file.
1155
ccf46844
PA
11562019-06-13 Pedro Alves <palves@redhat.com>
1157
1158 * gdb.base/completion.exp: Fix comment typo.
1159
b9a3f842
PA
11602019-06-13 Pedro Alves <palves@redhat.com>
1161
1162 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1163 foo --1" test.
1164
d106773e
PA
11652019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1166
1167 * gdb.fortran/block-data.f: New.
1168 * gdb.fortran/block-data.exp: New.
1169
fea82da0
TV
11702019-06-11 Tom de Vries <tdevries@suse.de>
1171
1172 PR testsuite/24521
1173 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1174 message.
1175
8c2e74f1
TV
11762019-06-11 Tom de Vries <tdevries@suse.de>
1177
1178 PR testsuite/24521
1179 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1180
b49851c8
TV
11812019-06-11 Tom de Vries <tdevries@suse.de>
1182
1183 * boards/readnow.exp: New file.
1184
a7067863
AB
11852019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1186
1187 * gdb.fortran/vla-sizeof.exp: Update expected results.
1188
1a3da2cd
AB
11892019-06-06 Amos Bird <amosbird@gmail.com>
1190
1191 * gdb.base/annota1.exp (thread_switch): Add test for
1192 thread-exited annotation.
1193
3847a7bf
TT
11942019-06-06 Tom Tromey <tromey@adacore.com>
1195
1196 * gdb.base/maint.exp: Expect command started/finished output.
1197
0088ba59
AB
11982019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1199
1200 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1201 comment.
1202 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1203
312617a3
AB
12042019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1205
1206 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1207 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1208 * gdb.arch/riscv-unwind-long-insn.c: New file.
1209 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1210
e1f2e1a2
CB
12112019-06-04 Christian Biesinger <cbiesinger@google.com>
1212
d3238f7d 1213 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 1214
206584bd
PW
12152019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1216
1217 * lib/gdb.exp (help_list_trailer): New regexp variable
1218 factorizing the help trailer message.
1219 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1220 arg to allow to better factorize various tests.
1221 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1222 (test_prefix_command_help): Use help_list_trailer.
1223 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1224 * gdb.guile/scm-cmd.exp: Likewise.
1225 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1226 * gdb.base/help.exp: Use test_user_defined_class_help.
1227 * gdb.base/style.exp: Add tests for styling of help and apropos.
1228 * lib/gdb-utils.exp (style): Add title and highlight styles.
1229
708dc93e
PW
12302019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1231
1232 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1233 $_shell_exitsignal.
1234 * gdb.base/default.exp: Update for new convenience variables.
1235
f49055a5
TT
12362019-05-29 Tom Tromey <tromey@adacore.com>
1237
1238 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1239 to "break complete ada" test case's regexp.
1240
4330d61d
TT
12412019-05-29 Tom Tromey <tromey@adacore.com>
1242
1243 PR c++/20020:
1244 * gdb.cp/constexpr-field.exp: New file.
1245 * gdb.cp/constexpr-field.cc: New file.
1246
000439d5
TT
12472019-05-29 Tom Tromey <tromey@adacore.com>
1248
1249 * gdb.base/finish.exp (finish_no_print): New proc.
1250 (finish_tests): Call it.
1251
5a01c34c
TV
12522019-05-24 Tom de Vries <tdevries@suse.de>
1253
1254 * gdb.dwarf2/gdb-add-index.exp: New file.
1255
18125b16
TT
12562019-05-22 Tom Tromey <tromey@adacore.com>
1257
1258 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1259 * gdb.base/style.exp: Use "style".
1260 * lib/gdb-utils.exp (style): New proc.
1261
af1a8d03
TV
12622019-05-22 Tom de Vries <tdevries@suse.de>
1263
1264 * gdb.base/align.exp: Require c++11.
1265
e7fe496b
TV
12662019-05-22 Tom de Vries <tdevries@suse.de>
1267
1268 PR testsuite/24586
1269 * gdb.python/py-mi-var-info-path-expression.exp: Call
1270 mi_skip_python_tests to check if python is supported.
1271
8fca4da0
AH
12722019-05-22 Alan Hayward <alan.hayward@arm.com>
1273
1274 * gdb.arch/aarch64-pauth.c: New test.
1275 * gdb.arch/aarch64-pauth.exp: New file.
1276
b7060614
AH
12772019-05-22 Alan Hayward <alan.hayward@arm.com>
1278
1279 * README (Re-running Tests Outside The Testsuite): New section.
1280
669d0468
TV
12812019-05-21 Tom de Vries <tdevries@suse.de>
1282
1283 * gdb.arch/amd64-eval.exp: Require c++11.
1284 * gdb.base/max-depth.exp: Same.
1285 * gdb.compile/compile-cplus-array-decay.exp: Same.
1286 * gdb.cp/meth-typedefs.exp: Same.
1287 * gdb.cp/subtypes.exp: Same.
1288 * gdb.cp/temargs.exp: Same.
1289
ce3ebcaa
AH
12902019-05-21 Alan Hayward <alan.hayward@arm.com>
1291
1292 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1293
34d11c68
AB
12942019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1295
1296 PR gdb/18644
1297 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1298 * gdb.fortran/printing-types.exp: Add new test.
1299 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1300 testing.
1301 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1302 setup_kfail call.
1303
87781e84
AH
13042019-05-17 Alan Hayward <alan.hayward@arm.com>
1305
1306 * README (Running the Testsuite): Change example.
1307 (Testsuite Parameters): Remove TRANSCRIPT.
1308 * lib/gdb.exp: Remove TRANSCRIPT check.
1309
b420b89e
AH
13102019-05-17 Alan Hayward <alan.hayward@arm.com>
1311
1312 * README (Testsuite Parameters): Add replay logging to
1313 GDBSERVER_DEBUG.
1314 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1315 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1316 as a comma separated list.
1317 (gdb_debug_init): Override procedure.
1318
408e9b8b
AH
13192019-05-17 Alan Hayward <alan.hayward@arm.com>
1320
1321 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1322 (gdb_write_cmd_file): New procedure.
1323 * lib/gdbserver-support.exp (gdbserver_start): Call
1324 gdbserver_write_cmd_file.
1325 (gdbserver_write_cmd_file): New procedure.
1326
f9e2e39d
AH
13272019-05-17 Alan Hayward <alan.hayward@arm.com>
1328
1329 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1330 (delete_breakpoints): Likewise.
1331 (gdb_run_cmd): Likewise.
1332 (gdb_start_cmd): Likewise.
1333 (gdb_starti_cmd): Likewise.
1334 (gdb_internal_error_resync): Likewise.
1335 (gdb_test_multiple): Likewise.
1336 (gdb_reinitialize_dir): Likewise.
1337 (default_gdb_exit): Likewise.
1338 (gdb_file_cmd): Mark kill as optional.
1339 (default_gdb_start): Call gdb_stdin_log_init.
1340 (send_gdb): Call gdb_stdin_log_write.
1341 (rerun_to_main): Mark Y as an answer.
1342 (gdb_stdin_log_init): New function.
1343 (gdb_stdin_log_write): Likewise.
1344
81f47ac2
AH
13452019-05-17 Alan Hayward <alan.hayward@arm.com>
1346
1347 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1348 * gdb.base/debug-expr.exp: Likewise.
1349 * gdb.base/foll-fork.exp: Likewise.
1350 * gdb.base/foll-vfork.exp: Likewise.
1351 * gdb.base/fork-print-inferior-events.exp: Likewise.
1352 * gdb.base/gdb-sigterm.exp: Likewise.
1353 * gdb.base/gdbinit-history.exp: Likewise.
1354 * gdb.base/osabi.exp: Likewise.
1355 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1356 * gdb.base/ui-redirect.exp: Likewise.
1357 * gdb.gdb/unittest.exp: Likewise.
1358 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1359 * gdb.mi/mi-watch.exp: Likewise.
1360 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1361 * gdb.mi/user-selected-context-sync.exp: Likewise.
1362 * gdb.python/python.exp: Disable debug test when debugging.
1363 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1364 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1365 Likewise.
1366 * gdb.threads/stepi-random-signal.exp: Likewise.
1367
29b52314
AH
13682019-05-17 Alan Hayward <alan.hayward@arm.com>
1369
1370 * Makefile.in: Pass through GDB_DEBUG.
1371 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1372 (gdb,debug): Add board setting.
1373 * lib/gdb.exp (default_gdb_start): Start debugging.
1374 (gdb_debug_enabled): New procedure.
1375 (gdb_debug_init): Likewise.
29b52314
AH
1376
13772019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 1378
29b52314
AH
1379 * Makefile.in: Pass through GDB_DEBUG.
1380 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1381 (gdb,debug): Add board setting.
1382 * lib/gdb.exp (default_gdb_start): Start debugging.
1383 (gdb_debug_enabled): New procedure.
1384 (gdb_debug_init): Likewise.
29b52314 1385
ca1285d1
AH
13862019-05-17 Alan Hayward <alan.hayward@arm.com>
1387
1388 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1389
f3a09c80
AH
13902019-05-17 Alan Hayward <alan.hayward@arm.com>
1391
1392 * gdb.base/ui-redirect.exp: Test redirection.
1393
26648588
JV
13942019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1395
1396 * gdb.mi/mi-complete.exp: New file.
1397 * gdb.mi/mi-complete.cc: Likewise.
1398
14237686
AB
13992019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1400
1401 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1402 indexed and sliced arrays, and pointers to arrays.
1403
e7bd7fba
TT
14042019-05-14 Tom Tromey <tromey@adacore.com>
1405
1406 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1407 styling test.
1408
2764128d
TV
14092019-05-14 Tom de Vries <tdevries@suse.de>
1410
1411 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1412 selection entry encoding.
1413
71bed2db
TT
14142019-05-10 Tom Tromey <tromey@adacore.com>
1415
1416 * gdb.ada/info_exc.exp: Add "complete" test.
1417
63b667ad
TV
14182019-05-09 Tom de Vries <tdevries@suse.de>
1419
1420 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1421 CU-relative.
1422
9cfd2b89
TV
14232019-05-09 Tom de Vries <tdevries@suse.de>
1424
1425 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1426 CU-relative.
1427
2228ef77
XR
14282019-05-08 Joel Brobecker <brobecker@adacore.com>
1429
1430 * gdb.ada/frame_arg_lang.exp: New testcase.
1431 * gdb.ada/frame_arg_lang/bla.adb: New file.
1432 * gdb.ada/frame_arg_lang/pck.ads: New file.
1433 * gdb.ada/frame_arg_lang/pck.adb: New file.
1434 * gdb.ada/frame_arg_lang/foo.c: New file.
1435
80e55b13
TT
14362019-05-08 Tom Tromey <tromey@adacore.com>
1437
1438 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1439
9d3421af
TT
14402019-05-08 Tom Tromey <tromey@adacore.com>
1441
1442 * gdb.base/ptype-offsets.exp: Update tests.
1443
844333e2
TT
14442019-05-08 Tom Tromey <tromey@adacore.com>
1445
1446 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1447 cases.
1448 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1449 "short".
1450
988915ee
TT
14512019-05-08 Tom Tromey <tromey@adacore.com>
1452
1453 * gdb.ada/vla.exp: New file.
1454 * gdb.ada/vla/vla.adb: New file.
1455
7bd55dac
TV
14562019-05-07 Tom de Vries <tdevries@suse.de>
1457
1458 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1459
75f06e9d
TV
14602019-05-07 Tom de Vries <tdevries@suse.de>
1461
1462 PR testsuite/24522
1463 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1464 section.
1465
77e7aaa4
TV
14662019-05-07 Tom de Vries <tdevries@suse.de>
1467
1468 PR testsuite/24522
1469 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1470 .debug_aranges section.
1471
456ba0fa
TV
14722019-05-07 Tom de Vries <tdevries@suse.de>
1473
1474 PR testsuite/24159
1475 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1476
5a56d6a6
TV
14772019-05-06 Tom de Vries <tdevries@suse.de>
1478
1479 * lib/gdb.exp (exec_has_index_section): New proc.
1480 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1481 section.
1482
9d6d4be8
TV
14832019-05-04 Tom de Vries <tdevries@suse.de>
1484
1485 * boards/cc-with-debug-names.exp: New file.
1486
222a8d25
TT
14872019-05-03 Tom Tromey <tromey@adacore.com>
1488
1489 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1490 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1491 * gdb.ada/char_enum.exp: Add test.
1492
0fdfd794
TV
14932019-05-03 Tom de Vries <tdevries@suse.de>
1494
1495 * boards/cc-with-gdb-index.exp: New file.
1496
80062eb9
AB
14972019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1498
1499 * gdb.rust/simple.exp: Add new test case.
1500 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1501 (main): Initialise an instance of the new struct.
1502
4504bbde
TT
15032019-05-01 Tom Tromey <tromey@adacore.com>
1504
1505 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1506 record.
1507 (NPR): New variable.
1508 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1509 test.
1510
d48e62f4
TT
15112019-05-01 Tom Tromey <tromey@adacore.com>
1512
1513 * gdb.ada/packed_array_assign.exp: Add packed assignment
1514 regression test.
1515
f59f30f5
TV
15162019-05-01 Tom de Vries <tdevries@suse.de>
1517
1518 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1519
b70bfc54
TV
15202019-05-01 Tom de Vries <tdevries@suse.de>
1521
1522 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1523
15f18d14
AT
15242019-04-30 Ali Tamur <tamur@google.com>
1525
1526 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1527
2ff0a947
TT
15282019-04-30 Tom Tromey <tromey@adacore.com>
1529
1530 * lib/ada.exp (find_ada_tool): New proc.
1531 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1532 * gdb.ada/catch_ex_std.exp: New file.
1533 * gdb.ada/catch_ex_std/foo.adb: New file.
1534 * gdb.ada/catch_ex_std/some_package.adb: New file.
1535 * gdb.ada/catch_ex_std/some_package.ads: New file.
1536
a776957c
TT
15372019-04-30 Tom Tromey <tromey@adacore.com>
1538
1539 PR c++/24470:
1540 * gdb.cp/temargs.cc: Add test code from PR.
1541
bc68014d
AB
15422019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1543
1544 * gdb.fortran/vla-datatypes.exp: Update expected results.
1545 * gdb.fortran/vla-ptype.exp: Likewise.
1546 * gdb.fortran/vla-type.exp: Likewise.
1547 * gdb.fortran/vla-value.exp: Likewise.
1548
f1fdc960
AB
15492019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1550
1551 * gdb.fortran/ptr-indentation.exp: Update expected results.
1552 * gdb.fortran/ptype-on-functions.exp: Likewise.
1553 * gdb.fortran/vla-ptr-info.exp: Likewise.
1554 * gdb.fortran/vla-value.exp: Likewise.
1555
bf7a4de1
AB
15562019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1557
1558 * gdb.fortran/ptype-on-functions.exp: New file.
1559 * gdb.fortran/ptype-on-functions.f90: New file.
1560
bbe75b9d
AB
15612019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1562
1563 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1564 case void string.
1565
1db455a7
AB
15662019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1567
1568 * gdb.fortran/complex.exp: Expand.
1569 * gdb.fortran/complex.f: Renamed to...
1570 * gdb.fortran/complex.f90: ...this, and extended to add more
1571 complex values.
1572
b6d03bb2
AB
15732019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1574
1575 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1576 MODULO, CMPLX.
1577
2e62ab40
AB
15782019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1579 Richard Bunt <richard.bunt@arm.com>
1580
1581 * gdb.base/max-depth.c: New file.
1582 * gdb.base/max-depth.exp: New file.
1583 * gdb.python/py-nested-maps.c: New file.
1584 * gdb.python/py-nested-maps.exp: New file.
1585 * gdb.python/py-nested-maps.py: New file.
1586 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1587 (test_all_common): Call test_max_depth.
1588 * gdb.fortran/max-depth.exp: New file.
1589 * gdb.fortran/max-depth.f90: New file.
1590 * gdb.go/max-depth.exp: New file.
1591 * gdb.go/max-depth.go: New file.
1592 * gdb.modula2/max-depth.exp: New file.
1593 * gdb.modula2/max-depth.c: New file.
1594 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1595
d2b584a5
TV
15962019-04-29 Tom de Vries <tdevries@suse.de>
1597
1598 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1599
136afab8
PW
16002019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1601
1602 * gdb.base/callexit.exp: Test may-call-functions off.
1603
725cbb63
KS
16042019-04-25 Keith Seitz <keiths@redhat.com>
1605
1606 PR c++/24367
1607 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1608 (another_incomplete_struct, test_incomplete): New definitions.
1609 (main): Use new definitions.
1610 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1611 functions.
1612
82433e3e
SDJ
16132019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1614
1615 PR corefiles/11608
1616 PR corefiles/18187
1617 * gdb.base/coredump-filter-build-id.exp: New file.
1618
dd06d4d6
AH
16192019-04-25 Alan Hayward <alan.hayward@arm.com>
1620
e79be6e5
SM
1621 * Makefile.in: Pass through GDBSERVER_DEBUG.
1622 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1623 (gdbserver,debug): Add board setting.
1624 * gdb.trace/tspeed.exp: Skip when debugging.
1625 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1626 * lib/gdbserver-support.exp: Likewise
dd06d4d6 1627
1670072e
TT
16282019-04-24 Tom Tromey <tromey@adacore.com>
1629
1630 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1631 Rust.
1632
a59240a4
TT
16332019-04-24 Tom Tromey <tromey@adacore.com>
1634
1635 * gdb.arch/amd64-eval.exp: Test bitfield return.
1636 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1637 (class Foo) <return_bitfields>: New method.
1638 (main): Call it.
1639
b907456c
AB
16402019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1641
1642 * gdb.cp/many-args.cc: New file.
1643 * gdb.cp/many-args.exp: New file.
1644
5c565afd
TV
16452019-04-23 Tom de Vries <tdevries@suse.de>
1646
1647 PR gdb/24433
1648 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1649
ba22ff86
AH
16502019-04-23 Alan Hayward <alan.hayward@arm.com>
1651
1652 * gdb.trace/backtrace.exp: Use nopie flag.
1653 * gdb.trace/circ.exp: Likewise.
1654 * gdb.trace/collection.exp: Likewise.
1655 * gdb.trace/ftrace.exp: Likewise.
1656 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1657 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1658 * gdb.trace/qtro.exp: Likewise.
1659 * gdb.trace/read-memory.exp: Likewise.
1660 * gdb.trace/report.exp: Likewise.
1661 * gdb.trace/tfile.exp: Likewise.
1662 * gdb.trace/tfind.exp: Likewise.
1663 * gdb.trace/unavailable.exp: Likewise.
1664
7905fc35
PA
16652019-04-22 Pedro Alves <palves@redhat.com>
1666
1667 * gdb.base/solib-probes-nosharedlibrary.c,
1668 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1669
8ecb59f8
TT
16702019-04-19 Tom Tromey <tromey@adacore.com>
1671
1672 * gdb.ada/ptype_union.c: New file.
1673 * gdb.ada/ptype_union.exp: New file.
1674
62160ec9
TT
16752019-04-19 Tom Tromey <tromey@adacore.com>
1676
1677 PR symtab/24423:
1678 * gdb.base/list0.h (foo): Add a control-l character.
1679
36cd4ba5
TV
16802019-04-18 Tom de Vries <tdevries@suse.de>
1681
1682 PR gdb/24433
1683 * boards/local-board.exp: Set sysroot to "".
1684
b73715df
TV
16852019-04-18 Tom de Vries <tdevries@suse.de>
1686 Pedro Alves <palves@redhat.com>
1687
1688 PR gdb/24454
1689 * gdb.threads/vfork-follow-child-exec.c: New file.
1690 * gdb.threads/vfork-follow-child-exec.exp: New file.
1691 * gdb.threads/vfork-follow-child-exit.c: New file.
1692 * gdb.threads/vfork-follow-child-exit.exp: New file.
1693
4aa866af
LS
16942019-04-15 Leszek Swirski <leszeks@google.com>
1695
1696 * gdb.arch/amd64-eval.cc: New file.
1697 * gdb.arch/amd64-eval.exp: New file.
1698
e5a1a79a
AH
16992019-04-11 Alan Hayward <alan.hayward@arm.com>
1700
1701 * gdb.server/sysroot.c: New test.
1702 * gdb.server/sysroot.exp: New file.
1703 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1704 matching param.
1705
41077b66
AB
17062019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1707
1708 * gdb.base/align.exp: Extend test to cover structures containing
1709 only static fields.
1710
c30391f8
TV
17112019-04-11 Tom de Vries <tdevries@suse.de>
1712
1713 * boards/cc-with-dwz-m.exp: New file.
1714 * boards/cc-with-dwz.exp: New file.
1715 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1716
e242fd12
SM
17172019-04-09 Simon Marchi <simon.marchi@efficios.com>
1718
1719 * gdb.base/start-cpp.exp: New file.
1720 * gdb.base/start-cpp.cc: New file.
1721
2b0c8b01
KB
17222019-04-08 Kevin Buettner <kevinb@redhat.com>
1723
1724 * gdb.python/py-thrhandle.exp: Adjust tests to call
1725 thread_from_handle instead of thread_from_thread_handle.
1726
947210e5
KB
17272019-04-08 Kevin Buettner <kevinb@redhat.com>
1728
1729 * gdb.python/py-thrhandle.exp: Add tests for
1730 gdb.InferiorThread.handle.
1731
d7df6549
AB
17322019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1733
1734 * gdb.python/py-function.exp: Check calling helper function from
1735 all languages.
1736 * lib/gdb.exp (gdb_supported_languages): New proc.
1737
8bdc1658
AB
17382019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1739
1740 * gdb.base/complex-parts.c: New file.
1741 * gdb.base/complex-parts.exp: New file.
1742
05caa1d2
TT
17432019-04-01 Tom Tromey <tromey@adacore.com>
1744
1745 PR symtab/23331:
1746 * gdb.dwarf2/dw2-ranges-main.c: New file.
1747 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1748 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1749
7734102d
EZ
17502019-03-30 Simon Marchi <simark@simark.ca>
1751
1752 * gdb.base/default.exp: Add values for $_gdb_major and
1753 $_gdb_minor.
1754
188e1fa9
TT
17552019-03-29 Tom Tromey <tromey@adacore.com>
1756
1757 * gdb.base/help.exp: Tighten apropos regexp.
1758
2880242d
KS
17592019-03-29 Keith Seitz <keiths@redhat.com>
1760
1761 * gdb.fortran/array-bounds.exp: New file.
1762 * gdb.fortran/array-bounds.f90: New file.
1763
077cad8e
PW
17642019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1765
1766 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1767
80047cfc
PW
17682019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1769
1770 * gdb.multi/hello.c (main): Increase alarm timer.
1771
f489207e
SL
17722019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1773
1774 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1775 factor when no hardware watchpoint support.
1776
c92df149
AH
17772019-03-28 Alan Hayward <alan.hayward@arm.com>
1778 Pedro Alves <palves@redhat.com>
1779
1780 * boards/local-board.exp: set sysroot to /.
1781
933aebfa
AH
17822019-03-27 Alan Hayward <alan.hayward@arm.com>
1783
1784 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1785 in child.
1786
9f9aa852
AB
17872019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1788
1789 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1790 field.
1791 (make_container): Initialise new field.
1792 * gdb.python/py-prettyprint.exp: Add new tests.
1793 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1794 <display_hint>: New method.
1795
3714a195
AB
17962019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1797
1798 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1799 gdb_continue_to_breakpoint more throughout this test.
1800 (run_lang_tests) Supply unique test names, and use
1801 gdb_test_no_output.
1802
18c77628
AB
18032019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1804
1805 * gdb.base/finish-pretty.exp: Update expected results.
1806 * gdb.base/pretty-print.c: New file.
1807 * gdb.base/pretty-print.exp: New file.
1808
9a93502f
PA
18092019-03-25 Pedro Alves <palves@redhat.com>
1810
1811 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1812 move comments outside list. Append '-i "" eof' section.
1813
968aa7ae
AH
18142019-03-22 Alan Hayward <alan.hayward@arm.com>
1815
1816 * README: Add pie options.
1817 * gdb.base/break-interp.exp: Ensure pie is disabled.
1818 * gdb.base/dump.exp: Likewise.
1819 * lib/gdb.exp (gdb_compile): Add pie option.
1820
4c7d57e7
TT
18212019-03-19 Tom Tromey <tromey@adacore.com>
1822
1823 * gdb.mi/mi2-cli-display.c: New file.
1824 * gdb.mi/mi2-cli-display.exp: New file.
1825
bff8c71f
TT
18262019-03-18 Joel Brobecker <brobecker@adacore.com>
1827 Tom Tromey <tromey@adacore.com>
1828
1829 * gdb.ada/ptype_array/pck.adb: New file.
1830 * gdb.ada/ptype_array/pck.ads: New file.
1831 * gdb.ada/ptype_array/foo.adb: New file.
1832 * gdb.ada/ptype_array.exp: New file.
1833
d085f989
TT
18342019-03-14 Tom Tromey <tromey@adacore.com>
1835
1836 * gdb.base/style.exp: Add "set style sources" test.
1837
b4be1b06
SM
18382019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1839
1840 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1841 * mi-breakpoint-multiple-locations.exp: ... this.
1842 (make_breakpoints_pattern): New proc.
1843 (do_test): Add mi_version parameter, test -break-insert,
1844 -break-info and =breakpoint-created.
1845
7cde5fc2
AB
18462019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1847
1848 * config/default.exp: Remove 'load_lib gdb.exp'.
1849 * config/monitor.exp: Likewise.
1850 * config/sid.exp: Likewise.
1851 * config/sim.exp: Likewise.
1852 * config/slite.exp: Likewise.
1853 * config/unix.exp: Likewise.
1854 * gdb.base/default.exp: Remove unhelpful comment.
1855
efbecbc1
AB
18562019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1857
1858 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1859
0841c79a
AB
18602019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1861
1862 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1863
4a270568
AB
18642019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1865
1866 * gdb.fortran/type-kinds.exp: Update expected results.
1867
067630bd
AB
18682019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1869
1870 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1871
3be47f7a
AB
18722019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1873
1874 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1875 function.
1876 (test_basic_parsing_of_type_kinds): Expand types tested.
1877 (test_parsing_invalid_type_kinds): New function.
1878
4d00f5d8
AB
18792019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1880
1881 * gdb.fortran/intrinsics.exp: New file.
1882 * gdb.fortran/intrinsics.f90: New file.
1883 * gdb.fortran/type-kinds.exp: New file.
1884
c8f91604
AB
18852019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1886
1887 * gdb.fortran/dot-ops.exp: New file.
1888
dd9f2c76
AB
18892019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1890
1891 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1892 Check upper and lower case logical literals.
1893
84ec9724
AB
18942019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1895
1896 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1897 Remove duplicate tests.
1898
c3734e09
AH
18992019-03-06 Alan Hayward <alan.hayward@arm.com>
1900
1901 * lib/gdb.exp (builtin_cd): rename of cd.
1902 (cd): Override builtin.
1903
aa3cfbda
RB
19042019-03-06 Richard Bunt <richard.bunt@arm.com>
1905
1906 * gdb.fortran/function-calls.exp: New file.
1907 * gdb.fortran/function-calls.f90: New test.
1908
7b63ad86
RB
19092019-03-04 Richard Bunt <richard.bunt@arm.com>
1910
1911 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1912 on user program standard output.
1913 * gdb.fortran/short-circuit-argument-list.f90: Record function
1914 calls.
1915
01abb042
AH
19162019-02-28 Alan Hayward <alan.hayward@arm.com>
1917
c3734e09
AH
1918 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1919 failure.
01abb042 1920
92137da0
RO
19212019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1922
1923 PR gdb/8527
1924 * gdb.base/interrupt-daemon-attach.c,
1925 gdb.base/interrupt-daemon-attach.exp: New test.
1926
5862844d
PA
19272019-02-27 Pedro Alves <palves@redhat.com>
1928
1929 * gdb.base/page.exp: Add tests for "set width/height -1".
1930
8ed25214
PA
19312019-02-27 Pedro Alves <palves@redhat.com>
1932
1933 * gdb.base/page.exp: Add tests for "set/show width/height" with
1934 "infinite" values.
1935
6c28e44a
TT
19362019-02-27 Tom Tromey <tromey@adacore.com>
1937
1938 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1939 2.4.
1940 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1941 workaround.
1942
bf9a735e
AB
19432019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1944
1945 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1946 tests for structs with static members.
1947
8791793c
TT
19482019-02-26 Tom Tromey <tromey@adacore.com>
1949
1950 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1951 ValueError, not TypeError.
1952
bc2a507e
KB
19532019-02-26 Kevin Buettner <kevinb@redhat.com>
1954
1955 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1956 call from main program.
1957
e0e7d3bd
JB
19582019-02-23 Joel Brobecker <brobecker@adacore.com>
1959
1960 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1961 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1962 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1963 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1964 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1965
9600246d
KS
19662019-02-22 Keith Seitz <keiths@redhat.com>
1967
1968 PR symtab/23853
1969 * gdb.base/symlink-sourcefile.c: New file.
1970 * gdb.base/symlink-sourcefile.exp: New file.
1971
0c95f9ed
TT
19722019-02-20 Tom Tromey <tom@tromey.com>
1973
1974 * gdb.base/info_qt.exp: Update.
1975
6caa91b6
SM
19762019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1977
1978 * gdb.base/source.exp: Move "error in sourced script" code to
1979 the end.
1980 * gdb.base/source-error.gdb: Move contents to
1981 source-error-1.gdb. Add new code to source source-error-1.gdb.
1982 * gdb.base/source-error-1.gdb: New file, from previous
1983 source-error.gdb.
1984
6506371f
TT
19852019-02-17 Tom Tromey <tom@tromey.com>
1986
1987 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1988 for macro styling.
1989 * gdb.base/style.c (SOME_MACRO): New macro.
1990
a0087920
TT
19912019-02-17 Tom Tromey <tom@tromey.com>
1992
1993 * gdb.base/style.exp: Add line-wrapping tests.
1994 * gdb.base/page.exp: Add test for quitting during pagination.
1995
a2cd4f14
JB
19962019-02-17 Joel Brobecker <brobecker@adacore.com>
1997
1998 * gdb.ada/big_packed_array: New testcase.
1999 * gdb.ada/homonym.exp: Fix incorrect expected output for
2000 "break <homonym__get_value>" test.
2001
9d70ffbc
WP
20022019-02-13 Weimin Pan <weimin.pan@oracle.com>
2003
2004 PR breakpoints/21870
2005 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2006 and prepare_for_testing. Add comment.
2007 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2008 redundant cleanup call. Clean up comment.
2009
01c7ae81
WP
20102019-02-12 Weimin Pan <weimin.pan@oracle.com>
2011
2012 PR breakpoints/21870
2013 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2014 * gdb.arch/aarch64-dbreg-contents.c: New file.
2015
aff29d1c
JB
20162019-02-10 Joel Brobecker <brobecker@adacore.com>
2017
2018 * gdb.ada/mi_ref_changeable: New testcase.
2019
df0da8a2
AH
20202019-02-07 Alan Hayward <alan.hayward@arm.com>
2021
2022 * gdb.base/attach.exp: Add double attach test.
2023
bd447abb
SM
20242019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2025
2026 * lib/gdb.exp (default_gdb_start): Don't match pagination
2027 prompt.
2028 (gdb_init): Set stty_init.
2029
1dbc40b9
TT
20302019-01-27 Tom Tromey <tom@tromey.com>
2031
2032 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2033 skip_python_tests.
2034
353229bf
AH
20352019-01-24 Alan Hayward <alan.hayward@arm.com>
2036
2037 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2038 New structure.
2039 (struct struct_static_02_02): Likewise.
2040 (struct struct_static_02_03): Likewise.
2041 (struct struct_static_02_04): Likewise.
2042 (struct struct_static_04_01): Likewise.
2043 (struct struct_static_04_02): Likewise.
2044 (struct struct_static_04_03): Likewise.
2045 (struct struct_static_04_04): Likewise.
2046 (struct struct_static_06_01): Likewise.
2047 (struct struct_static_06_02): Likewise.
2048 (struct struct_static_06_03): Likewise.
2049 (struct struct_static_06_04): Likewise.
2050 (cmp_struct_static_02_01): Likewise.
2051 (cmp_struct_static_02_02): Likewise.
2052 (cmp_struct_static_02_03): Likewise.
2053 (cmp_struct_static_02_04): Likewise.
2054 (cmp_struct_static_04_01): Likewise.
2055 (cmp_struct_static_04_02): Likewise.
2056 (cmp_struct_static_04_03): Likewise.
2057 (cmp_struct_static_04_04): Likewise.
2058 (cmp_struct_static_06_01): Likewise.
2059 (cmp_struct_static_06_02): Likewise.
2060 (cmp_struct_static_06_03): Likewise.
2061 (cmp_struct_static_06_04): Likewise.
2062 (call_all): Test new structs.
2063 * gdb.base/infcall-nested-structs.exp: Likewise.
2064
73021deb
AH
20652019-01-21 Alan Hayward <alan.hayward@arm.com>
2066 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2067
fc65c7db
AH
20682019-01-21 Alan Hayward <alan.hayward@arm.com>
2069 * gdb.base/stack-protector.c: New test.
2070 * gdb.base/stack-protector.exp: New file.
2071 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2072 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2073 option.
2074 (gdb_compile): Remove stack protector for GCC and prevent
2075 recursion.
2076
c24bdb02
KS
20772019-01-16 Keith Seitz <keiths@redhat.com>
2078
2079 PR gdb/23773
2080 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2081
6f072a10
PFC
20822019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2083
2084 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2085 aliases.
2086 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2087 tests.
2088 * gdb.arch/powerpc-vector-regs.c: New file.
2089 * gdb.arch/powerpc-vector-regs.exp: New file.
2090
a7b8d682
PFC
20912019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2092
2093 * gdb.arch/altivec-regs.exp: Fix the list passed to
2094 gdb_expect_list when testing "info vector".
2095
6eb6fb67
AB
20962019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2097
2098 * gdb.base/style.exp: Don't include path in testname.
2099
b56f80d8
KS
21002019-01-10 Keith Seitz <keiths@redhat.com>
2101
2102 PR gdb/23712
2103 PR symtab/23010
2104 * gdb.dwarf2/multidictionary.exp: New file.
2105
041be526
SM
21062019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2107
2108 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2109 (test_gnuv3_style_demangling): ... this.
2110 (test_lucid_style_demangling): Remove.
2111 (test_arm_style_demangling): Remove.
2112 (test_hp_style_demangling): Remove.
2113 (do_tests): Remove calls to the above.
2114
d820d0c3
AB
21152019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2116
2117 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2118 case.
2119
f097f5ad
TT
21202019-01-06 Tom Tromey <tom@tromey.com>
2121
2122 PR gdb/28155:
2123 * gdb.dwarf2/typedef-void-finish.exp: New file.
2124
2cd8cc0b
TT
21252018-12-28 Tom Tromey <tom@tromey.com>
2126 Simon Marchi <simark@simark.ca>
2127
2128 * gdb.base/jit-exec.exp: New file.
2129 * gdb.base/jit-exec.c: New file.
2130 * gdb.base/jit-execd.c: New file.
2131
35fb8261
TT
21322018-12-28 Tom Tromey <tom@tromey.com>
2133
2134 * gdb.base/style.exp: Update test to check for address styling.
2135
47fd17cd
TT
21362018-12-28 Tom Tromey <tom@tromey.com>
2137
2138 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2139 message.
2140
d47032b7
TT
21412018-12-28 Tom Tromey <tom@tromey.com>
2142
2143 * gdb.base/style.exp: Add test for version number styling.
2144
af79b68d
TT
21452018-12-28 Tom Tromey <tom@tromey.com>
2146
2147 * gdb.base/style.exp: Add test for print_address_symbolic.
2148
0bb296cb
TT
21492018-12-28 Tom Tromey <tom@tromey.com>
2150
2151 * gdb.base/style.exp: Add test for breakpoint setting.
2152
80ae2043
TT
21532018-12-28 Tom Tromey <tom@tromey.com>
2154
2155 * gdb.base/style.exp: Add test for variable names.
2156
cbe56571
TT
21572018-12-28 Tom Tromey <tom@tromey.com>
2158
2159 * gdb.base/style.exp: New file.
2160 * gdb.base/style.c: New file.
2161
9162a27c
TT
21622018-12-28 Tom Tromey <tom@tromey.com>
2163
2164 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2165 "dumb".
2166 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2167 the TERM environment variable.
2168
bc543c90
TT
21692018-12-27 Tom Tromey <tom@tromey.com>
2170
2171 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2172 pagination test.
2173
6f0ffe50
AB
21742018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2175
2176 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2177 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2178
b5a1e557
PW
21792018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2180
2181 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2182 Filename a.adb changed to bp_fun_addr.adb.
2183 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2184
6e8b1ab2
JV
21852018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2186
2187 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2188 non-PIE executables.
2189 * README: Mention the gdb,nopie_flag board setting.
2190 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2191 non-PIE executable.
2192 * gdb.arch/amd64-entry-value.exp: Likewise.
2193 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2194 * gdb.arch/i386-float.exp: Likewise.
2195 * gdb.arch/i386-signal.exp: Likewise.
2196 * gdb.mi/mi-reg-undefined.exp: Likewise.
2197
d00a27c5
PM
21982018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2199
2200 PR gdb/23974
2201 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2202
161d081c
PW
22032018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2204
2205 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2206 Update order of results accordingly.
2207
b001de23
AB
22082018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2209
2210 * gdb.base/annota1.exp: Update a test regexp.
2211
99e1a184
AB
22122018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2213
2214 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2215
7a81c1e2
PW
22162018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2217
2218 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2219 (reuse_time): Initialize to REUSE_TIME_CAP.
2220 (check_rc): New function.
2221 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2222 Check pthread_create rc.
2223 (spawner_thread_func): Check pthread_create and pthread_join rc.
2224
73e8dc90
PA
22252018-12-08 Pedro Alves <palves@redhat.com>
2226
2227 * gdb.base/list.exp (test_forward_search): Rename to ...
2228 (test_forward_reverse_search): ... this. Also test reverse-search
2229 and the forward-search alias.
2230
13f2ed32
AB
22312018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2232
2233 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2234 local timeout variable before return, and remove all local timeout
2235 variable entirely.
2236 (gdb_load): Likewise.
2237
64d27cfc
TV
22382018-12-01 Tom de Vries <tdevries@suse.de>
2239
2240 * gdb.base/gdb-caching-proc.exp: New file.
2241
f63c03b4
SDJ
22422018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2243
2244 * Makefile.in (TIMESTAMP): New variable.
2245 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2246 command.
2247 (check-single-racy): Likewise.
2248 (check/%.exp): Likewise.
2249 (check-racy/%.exp): Likewise.
2250 (workers/%.worker): Likewise.
2251 (build-perf): Likewise.
2252 (check-perf): Likewise.
2253 * README: Describe new "TS" and "TS_FORMAT" variables.
2254 * print-ts.py: New file.
2255
1c97054b
BF
22562018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2257
2258 PR python/23714
2259 * gdb.python/python.exp: Test command repetition after
2260 gdb.execute.
2261
1871a62d
AB
22622018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2263
2264 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2265 is correctly aligned.
2266
fb5e1ed9
PW
22672018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2268
2269 * gdb.ada/info_auto_lang.exp: New testcase.
2270 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2271 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2272 * gdb.ada/info_auto_lang/some_c.c: New file.
2273
43d397ca
PW
22742018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2275
2276 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2277 FUNC_lang language syntax.
2278
beddd671
PW
22792018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2280
2281 * gdb.base/info_minsym.c: New file.
2282 * gdb.base/info_minsym.exp: New file.
2283
73fc52c4
TT
22842018-11-19 Tom Tromey <tom@tromey.com>
2285
2286 PR rust/23625:
2287 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2288 * gdb.rust/expr.exp: Update expected output. Change one test.
2289
994b876a
TT
22902018-11-19 Tom Tromey <tom@tromey.com>
2291
2292 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2293
6769f276
PA
22942018-11-19 Pedro Alves <palves@redhat.com>
2295
2296 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2297 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2298 see the expected warning.
2299
38a72da0
AH
23002018-11-16 Alan Hayward <alan.hayward@arm.com>
2301
2302 PR gdb/22736:
2303 * gdb.cp/infcall-nodebug-lib.c: New test.
2304 * gdb.cp/infcall-nodebug-main.c: New test.
2305 * gdb.cp/infcall-nodebug.exp: New file.
2306
53a89d6e
SM
23072018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2308
2309 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2310 completer tests.
2311
9325300d
TV
23122018-11-09 Tom de Vries <tdevries@suse.de>
2313
2314 * gdb.base/msym-lang.c: New test.
2315 * gdb.base/msym-lang.exp: New file.
2316 * gdb.base/msym-lang-main.c: New test.
2317
20f0d60d
TT
23182018-11-08 Tom Tromey <tom@tromey.com>
2319
2320 PR gdb/23555:
2321 PR gdb/23838:
2322 * gdb.base/warning.exp: New file.
2323
b5420128
JB
23242018-11-08 Jan Beulich <jbeulich@suse.com>
2325
2326 * testsuite/gdb.arch/i386-avx512.c,
2327 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2328
cd115d61
AB
23292018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2330
2331 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2332 point hardware.
2333
35ee2dc2
AB
23342018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2335
2336 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2337 * gdb.dwarf2/missing-type-name.exp: New file.
2338
31aceee8
TV
23392018-11-06 Tom de Vries <tdevries@suse.de>
2340
2341 * gdb.base/many-headers.c: New test.
2342 * gdb.base/many-headers.exp: New file.
2343
109be305
JW
23442018-11-06 Jim Wilson <jimw@sifive.com>
2345
2346 * gdb.base/code_elim.exp: For riscv, set additional_flags
2347 to include -msmall-data-limit=0.
2348
e2b7af72
JB
23492018-11-01 Joel Brobecker <brobecker@adacore.com>
2350
2351 * gdb.ada/watch_minus_l: New testcase.
2352
cdcda965
SM
23532018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2354
2355 * gdb.arch/aix-sighandle.c: New file.
2356 * gdb.arch/aix-sighandle.exp: New file.
2357
92dcebf3
AB
23582018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2359
2360 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2361 registers being unions.
2362
68b9ac18
TV
23632018-10-31 Tom de Vries <tdevries@suse.de>
2364
2365 * lib/valgrind.exp: New file.
2366 (vgdb_start, vgdb_stop): New procs, factored out of ...
2367 * gdb.base/valgrind-bt.exp: ... here, ...
2368 * gdb.base/valgrind-disp-step.exp: ... here and ...
2369 * gdb.base/valgrind-infcall.exp: ... here.
2370
1443936e
TV
23712018-10-31 Tom de Vries <tdevries@suse.de>
2372
2373 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2374
eb77c9df
AB
23752018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2376
2377 * gdb.dwarf2/void-type.c: New file.
2378 * gdb.dwarf2/void-type.exp: New file.
2379
82b5e646
PW
23802018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2381
2382 * gdb.base/info_qt.c: New file.
2383 * gdb.base/info_qt.exp: New file.
2384
8d619c01
EBM
23852018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2386
2387 * gdb.arch/powerpc-htm-regs.c: New file.
2388 * gdb.arch/powerpc-htm-regs.exp: New file.
2389
f2cf6173
EBM
23902018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2391
2392 * gdb.arch/powerpc-tar.c: New file.
2393 * gdb.arch/powerpc-tar.exp: New file.
2394
7ca18ed6
EBM
23952018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2396
2397 * gdb.arch/powerpc-ppr-dscr.c: New file.
2398 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2399
bfcc0eba
TV
24002018-10-25 Tom de Vries <tdevries@suse.de>
2401
2402 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2403
fe1a5cad
TV
24042018-10-24 Tom de Vries <tdevries@suse.de>
2405
2406 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2407 longer exists error.
2408
a76dc3b7
TV
24092018-10-24 Tom de Vries <tdevries@suse.de>
2410
2411 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2412
4df46df7
TV
24132018-10-24 Tom de Vries <tdevries@suse.de>
2414
2415 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2416 --db-attach in valgrind.
2417
0dbfcfff
AB
24182018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2419
2420 * gdb.arch/riscv-reg-aliases.c: New file.
2421 * gdb.arch/riscv-reg-aliases.exp: New file.
2422
b04480b1
AH
24232018-10-19 Alan Hayward <alan.hayward@arm.com>
2424
2425 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2426
2c6ac8d7
AH
24272018-10-19 Alan Hayward <alan.hayward@arm.com>
2428
2429 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2430
2bc69f25
AH
24312018-10-19 Alan Hayward <alan.hayward@arm.com>
2432
2433 * gdb.cp/ovldbreak.exp: Fix regexps.
2434
1f1ae3a3
AH
24352018-10-19 Alan Hayward <alan.hayward@arm.com>
2436
2437 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2438
94c18618
SDJ
24392018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2440
2441 PR cli/23785
2442 * gdb.base/restore.exp: New test to check if "restore" with an
2443 invalid file doesn't segfault.
2444
812cd6eb
TV
24452018-10-18 Tom de Vries <tdevries@suse.de>
2446
2447 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2448 * gdb.ada/excep_handle.exp: Same.
2449 * gdb.ada/mi_string_access.exp: Same.
2450 * gdb.ada/mi_var_union.exp: Same.
2451 * gdb.arch/arc-analyze-prologue.exp: Same.
2452 * gdb.arch/arc-decode-insn.exp: Same.
2453 * gdb.base/readnever.exp: Same.
2454 * gdb.fortran/printing-types.exp: Same.
2455 * gdb.guile/scm-lazy-string.exp: Same.
2456
c4b90788
TV
24572018-10-16 Tom de Vries <tdevries@suse.de>
2458
2459 PR gdb/23730
2460 * gdb.base/catch-follow-exec.c: Add copyright notice.
2461 * gdb.base/catch-follow-exec.exp: Rewrite to use
2462 gdb_spawn_with_cmdline_opts. Require gdb-native.
2463
8bca2978
SL
24642018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2465
2466 * gdb.trace/actions-changed.exp: Check for arch support.
2467 * gdb.trace/actions.exp: Likewise.
2468 * gdb.trace/ax.exp: Likewise.
2469 * gdb.trace/backtrace.exp: Likewise.
2470 * gdb.trace/change-loc.exp: Likewise.
2471 * gdb.trace/deltrace.exp: Likewise.
2472 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2473 * gdb.trace/ftrace.exp: Likewise.
2474 * gdb.trace/infotrace.exp: Check for arch support.
2475 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2476 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2477 * gdb.trace/mi-tsv-changed.exp: Likewise.
2478 * gdb.trace/packetlen.exp: Likewise.
2479 * gdb.trace/passc-dyn.exp: Likewise.
2480 * gdb.trace/passcount.exp: Likewise.
2481 * gdb.trace/pending.exp: Likewise.
2482 * gdb.trace/range-stepping.exp: Check for shlib support.
2483 * gdb.trace/report.exp: Check for arch support.
2484 * gdb.trace/save-trace.exp: Likewise.
2485 * gdb.trace/signal.exp: Check for signal support.
2486 * gdb.trace/tfind.exp: Check for arch support.
2487 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2488 * gdb.trace/trace-common.h: Add comment.
2489 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2490 * gdb.trace/trace-enable-disable.exp: Likewise.
2491 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2492 * gdb.trace/tracecmd.exp: Check for arch support.
2493 * gdb.trace/tspeed.exp: Check for shlib and target support.
2494 * gdb.trace/tstatus.exp: Check for arch support.
2495 * gdb.trace/tsv.exp: Likewise.
2496 * gdb.trace/while-dyn.exp: Likewise.
2497 * gdb.trace/while-stepping.exp: Likewise.
2498 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2499
f9c49bff
SM
25002018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2501
2502 * gdb.trace/tspeed.exp: Remove nowarnings.
2503 (prepare_for_trace_test): Declare "global ipalib".
2504 * gdb.trace/tspeed.c: Include unistd.h.
2505 (main): Remove superfluous printf argument.
2506
d4330bde
SL
25072018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2508
2509 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2510 directory prefix on the filename.
2511
8ecfd7bd
SDJ
25122018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2513
2514 * gdb.gdb/unittest.exp: Update expected message informing that
2515 selftests have been disabled.
2516 * gdb.server/unittest.exp: Likewise.
2517
58bbcd02
TV
25182018-10-09 Tom de Vries <tdevries@suse.de>
2519
2520 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2521 with runto_main.
2522
9f6b697b
WP
25232018-10-08 Weimin Pan <weimin.pan@oracle.com>
2524
2525 PR c++/16841
2526 * gdb.cp/virtbase2.cc: New file.
2527 * gdb.cp/virtbase2.exp: New file.
2528
add5ded5
TT
25292018-10-06 Tom Tromey <tom@tromey.com>
2530
2531 PR python/19399:
2532 * gdb.python/py-inferior.exp: Add architecture test.
2533
f9e48344
TT
25342018-10-06 Tom Tromey <tom@tromey.com>
2535
2536 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2537 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2538
2a8be203
TT
25392018-10-06 Tom Tromey <tom@tromey.com>
2540
2541 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2542 of a "throw" catchpoint.
2543
e04caa70
SDJ
25442018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2545
2546 * gdb.base/info-proc.exp: Update string expected from "help info
2547 proc".
2548
5ca8c39f
TT
25492018-10-04 Tom Tromey <tom@tromey.com>
2550
2551 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2552 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2553 (test_initial_complaints, test_empty_complaints): Update.
2554 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2555
3453e7e4
TT
25562018-10-04 Tom Tromey <tom@tromey.com>
2557
2558 PR cli/19551:
2559 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2560 * lib/gdb.exp (gdb_file_cmd): Update.
2561 * gdb.stabs/weird.exp (print_weird_var): Update.
2562 * gdb.server/solib-list.exp: Update.
2563 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2564 * gdb.mi/mi-cli.exp: Update.
2565 * gdb.linespec/linespec.exp: Update.
2566 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2567 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2568 * gdb.cp/cp-relocate.exp: Update.
2569 * gdb.base/sym-file.exp: Update.
2570 * gdb.base/relocate.exp: Update.
2571 * gdb.base/readnever.exp: Update.
2572 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2573 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2574 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2575 * gdb.base/code_elim.exp: Update.
2576 * gdb.base/break-unload-file.exp (test_break): Update.
2577 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2578 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2579 Update.
2580 * gdb.base/attach.exp (do_attach_tests): Update.
2581 * gdb.base/sepdebug.exp: Update.
2582 * gdb.python/py-section-script.exp: Update.
2583
6afcf761
TT
25842018-10-04 Tom Tromey <tom@tromey.com>
2585
2586 PR cli/22234:
2587 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2588 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2589 output.
2590
fef1b293
TT
25912018-10-04 Tom Tromey <tom@tromey.com>
2592
2593 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2594 set width and height to 0.
2595 (test_command_line_attach_run): Use -quiet.
2596
ca98345e
SL
25972018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2598
2599 * lib/gdb.exp (skip_ifunc_tests): New.
2600 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2601 other compile failures.
2602 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2603
ff34e6ae
SM
26042018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2605
2606 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2607 is_amd64_regs_target.
2608
6bb8890e
AH
26092018-10-01 Alan Hayward <alan.hayward@arm.com>
2610
2611 * gdb.arch/aarch64-sighandler-regs.c: New test.
2612 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2613 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2614
224d30d3
MM
26152018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2616
2617 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2618 assembly.
2619
f67ffa6a
AB
26202018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2621
2622 * gdb.base/frame-selection.exp: New file.
2623 * gdb.base/frame-selection.c: New file.
2624
9fc3183f
AH
26252018-09-27 Alan Hayward <alan.hayward@arm.com>
2626
2627 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2628 pthread barrier.
2629 (main): Likewise.
2630
d354055e
AB
26312018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2632
2633 * gdb.base/large-frame-1.c: New file.
2634 * gdb.base/large-frame-2.c: New file.
2635 * gdb.base/large-frame.exp: New file.
2636 * gdb.base/large-frame.h: New file.
2637
db727370
JL
26382018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2639
2640 PR gdb/20948
2641 * gdb.base/write_mem.exp: New test.
2642 * gdb.base/write_mem.c: Likewise.
2643
ae778caf
TT
26442018-09-23 Tom Tromey <tom@tromey.com>
2645
2646 PR python/18852:
2647 * gdb.python/py-parameter.exp: Add test for parameter that throws
2648 on "set".
2649
fd3ba736
TT
26502018-09-23 Tom Tromey <tom@tromey.com>
2651
2652 PR python/17284:
2653 * gdb.python/py-template.exp (test_template_arg): Add test for
2654 negative template argument number.
2655
39a24317
TT
26562018-09-23 Tom Tromey <tom@tromey.com>
2657
2658 PR python/14062:
2659 * gdb.python/python.exp: Add test for post_event error.
2660
f5769a2c
TT
26612018-09-23 Tom Tromey <tom@tromey.com>
2662
2663 PR python/18170:
2664 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2665 convert pointers to int and long.
2666
1c1e54f6
TT
26672018-09-23 Tom Tromey <tom@tromey.com>
2668
2669 PR python/20126:
2670 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2671 signed-ness conversion tests.
2672
fb4fa946
TT
26732018-09-23 Tom Tromey <tom@tromey.com>
2674
2675 PR python/18352;
2676 * gdb.python/py-value.exp (test_float_conversion): New proc.
2677 Use it.
2678
a466edac
HAQ
26792018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2680
2681 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2682
4ee9b0c5
SL
26832018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2684
2685 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2686 no readline.
2687 * gdb.base/utf8-identifiers.exp: Likewise.
2688 * gdb.cp/cpcompletion.exp: Likewise.
2689 * gdb.linespec/cpcompletion.exp: Likewise.
2690 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2691 * gdb.linespec/cpls-ops.exp: Likewise.
2692
23be8da7
RB
26932018-09-19 Richard Bunt <richard.bunt@arm.com>
2694 Chris January <chris.january@arm.com>
2695
2696 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2697 * gdb.fortran/short-circuit-argument-list.exp: New file.
2698 * gdb.fortran/short-circuit-argument-list.f90: New test.
2699
5031d0ae
SDJ
27002018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2701
2702 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2703 "arch=" keyword when executing "-stack-list-frames".
2704
b4c0d1a4
SDJ
27052018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2706
2707 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2708 "arch=" keyword when executing "-stack-list-frames".
2709
7a6d2b45
SDJ
27102018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2711
2712 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2713 break ada".
2714
8588b356
SM
27152018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2716
2717 PR python/23669
2718 * gdb.python/python.exp: Test gdb.execute("show commands").
2719
65e65158
TT
27202018-09-16 Tom Tromey <tom@tromey.com>
2721
2722 * gdb.base/new-ui.exp (do_execution_tests): Update.
2723 * gdb.base/dbx.exp (test_breakpoints): Update.
2724
bf326452
AH
27252018-09-14 Alan Hayward <alan.hayward@arm.com>
2726
2727 * lib/gdb.exp (gdb_simple_compile): Add proc.
2728 (is_elf_target): Use gdb_simple_compile.
2729 (skip_altivec_tests): Likewise.
2730 (skip_vsx_tests): Likewise.
2731 (skip_tsx_tests): Likewise.
2732 (skip_btrace_tests): Likewise.
2733 (skip_btrace_pt_tests): Likewise.
2734 (gdb_can_simple_compile): Likewise.
2735 (gdb_has_argv0): Likewise.
2736 (gdb_target_symbol_prefix): Likewise.
2737 (target_supports_scheduler_locking): Likewise.
2738
2361b0fb
TT
27392018-09-13 Tom Tromey <tom@tromey.com>
2740
2741 * Makefile.in (TAGS): Recognize proc_with_prefix and
2742 gdb_caching_proc.
2743
0ae1a321
SM
27442018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2745
2746 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2747 method.
2748
a40bf0c2
SM
27492018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2750
2751 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2752 and a few other Inferior properties when the Inferior is no
2753 longer valid.
2754
4a3fe98f
TT
27552018-09-13 Tom Tromey <tom@tromey.com>
2756
2757 PR rust/23650:
2758 * gdb.rust/simple.exp: Add test for enum field access error.
2759
098b2108
TT
27602018-09-13 Tom Tromey <tom@tromey.com>
2761
2762 PR rust/23626:
2763 * gdb.rust/simple.rs (EmptyEnum): New type.
2764 (main): Use it.
2765 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2766
1256af7d
SM
27672018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2768
2769 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2770 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2771 * gdb.python/py-symtab.exp: Update test printing an objfile.
2772
4aa8e6c2
SM
27732018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2774
2775 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2776 object.
2777
c221b2f7
AH
27782018-09-12 Alan Hayward <alan.hayward@arm.com>
2779
2780 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2781 (support_complex_tests): Use gdb_can_simple_compile.
2782 (is_ilp32_target): Likewise.
2783 (is_lp64_target): Likewise.
2784 (is_64_target): Likewise.
2785 (is_amd64_regs_target): Likewise.
2786 (is_aarch32_target): Likewise.
2787 (gdb_int128_helper): Likewise.
2788
6f1107b5
JK
27892018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2790
2791 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2792
1f5d1570
JG
27932018-09-10 Jerome Guitton <guitton@adacore.com>
2794
2795 * gdb.ada/same_component_name: Add test for case of tagged record
2796 with variable-length fields.
2797
cc330e39
XR
27982018-09-10 Xavier Roirand <roirand@adacore.com>
2799
2800 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2801 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2802 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2803 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2804
b9c50e9a
XR
28052018-09-10 Xavier Roirand <roirand@adacore.com>
2806
2807 * gdb.ada/mi_string_access.exp: New testcase.
2808 * gdb.ada/mi_string_access/bar.adb: New file.
2809 * gdb.ada/mi_string_access/pck.adb: New file.
2810 * gdb.ada/mi_string_access/pck.asd: New file.
2811
2963898f
XR
28122018-09-10 Xavier Roirand <roirand@adacore.com>
2813
2814 * gdb.ada/mi_var_union.exp: New testcase.
2815 * gdb.ada/mi_var_union/bar.adb: New file.
2816 * gdb.ada/mi_var_union/pck.adb: New file.
2817 * gdb.ada/mi_var_union/pck.asd: New file.
2818
1aac008f
TT
28192018-09-08 Tom Tromey <tom@tromey.com>
2820
2821 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2822
332cf4c9
TT
28232018-09-08 Tom Tromey <tom@tromey.com>
2824
2825 PR python/16047:
2826 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2827 (register_pretty_printers): Register new printer.
2828 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2829 test.
2830 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2831 (an_int_type3): New global.
2832
424da6cf
JB
28332018-09-08 Joel Brobecker <brobecker@adacore.com>
2834
2835 * gdb.ada/expr_with_funcall: New testcase.
2836
2a62dfa9
JB
28372018-09-08 Joel Brobecker <brobecker@adacore.com>
2838
2839 * gdb.ada/packed_array_assign: New testcase.
2840
96b6697f
AB
28412018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2842
2843 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2844 names, and add test prefixes to make test names unique.
2845
e4a62c65
TV
28462018-09-05 Tom de Vries <tdevries@suse.de>
2847
2848 * gdb.dwarf2/varval.exp: Add test.
2849
dd083ee2
GB
28502018-09-04 Gary Benson <gbenson@redhat.com>
2851
2852 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2853 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2854
aef9346c
TT
28552018-08-31 Tom Tromey <tom@tromey.com>
2856
2857 * gdb.rust/simple.rs: Rename second variable "v".
2858
c67f2e15
AB
28592018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2860
2861 * gdb.base/funcargs.c (use_a): New function.
2862 (recurse): Call use_a.
2863
078a0207
KS
28642018-08-29 Keith Seitz <keiths@redhat.com>
2865
2866 * gdb.compile/compile-cplus-anonymous.cc: New file.
2867 * gdb.compile/compile-cplus-anonymous.exp: New file.
2868 * gdb.compile/compile-cplus-array-decay.cc: New file.
2869 * gdb.compile/compile-cplus-array-decay.exp: New file.
2870 * gdb.compile/compile-cplus-inherit.cc: New file.
2871 * gdb.compile/compile-cplus-inherit.exp: New file.
2872 * gdb.compile/compile-cplus-member.cc: New file.
2873 * gdb.compile/compile-cplus-member.exp: New file.
2874 * gdb.compile/compile-cplus-method.cc: New file.
2875 * gdb.compile/compile-cplus-method.exp: New file.
2876 * gdb.compile/compile-cplus-mod.c: "New" file.
2877 * gdb.compile/compile-cplus-namespace.cc: New file.
2878 * gdb.compile/compile-cplus-namespace.exp: New file.
2879 * gdb.compile/compile-cplus-nested.cc: New file.
2880 * gdb.compile/compile-cplus-nested.exp: New file.
2881 * gdb.compile/compile-cplus-print.c: "New" file.
2882 * gdb.compile/compile-cplus-print.exp: "New" file.
2883 * gdb.compile/compile-cplus-virtual.cc: New file.
2884 * gdb.compile/compile-cplus-virtual.exp: New file.
2885 * gdb.compile/compile-cplus.c: "New" file.
2886 * gdb.compile/compile-cplus.exp: "New" file.
2887 * lib/compile-support.exp: New file.
2888
b0f492b9
GB
28892018-08-16 Gary Benson <gbenson@redhat.com>
2890
2891 PR gdb/13000:
2892 * gdb.base/batch-exit-status.exp: New file.
2893 * gdb.base/batch-exit-status.good-commands: Likewise.
2894 * gdb.base/batch-exit-status.bad-commands: Likewise.
2895
36eb4c5f
AH
28962018-08-29 Alan Hayward <alan.hayward@arm.com>
2897
2898 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2899 (struct struct02): Likewise.
2900 (struct struct03): Likewise.
2901 (struct struct04): Likewise.
2902 (struct struct_01_01): New struct.
2903 (struct struct_01_02): Likewise.
2904 (struct struct_01_03): Likewise.
2905 (struct struct_01_04): Likewise.
2906 (struct struct_02_01): Likewise.
2907 (struct struct_02_02): Likewise.
2908 (struct struct_02_03): Likewise.
2909 (struct struct_02_04): Likewise.
2910 (struct struct_04_01): Likewise.
2911 (struct struct_04_02): Likewise.
2912 (struct struct_04_03): Likewise.
2913 (struct struct_04_04): Likewise.
2914 (struct struct_05_01): Likewise.
2915 (struct struct_05_02): Likewise.
2916 (struct struct_05_03): Likewise.
2917 (struct struct_05_04): Likewise.
2918 (cmp_struct01): Remove function.
2919 (cmp_struct02): Likewise.
2920 (cmp_struct03): Likewise.
2921 (cmp_struct04): Likewise.
2922 (cmp_struct_01_01): Add Function.
2923 (cmp_struct_01_02): Likewise.
2924 (cmp_struct_01_03): Likewise.
2925 (cmp_struct_01_04): Likewise.
2926 (cmp_struct_02_01): Likewise.
2927 (cmp_struct_02_02): Likewise.
2928 (cmp_struct_02_03): Likewise.
2929 (cmp_struct_02_04): Likewise.
2930 (cmp_struct_04_01): Likewise.
2931 (cmp_struct_04_02): Likewise.
2932 (cmp_struct_04_03): Likewise.
2933 (cmp_struct_04_04): Likewise.
2934 (cmp_struct_05_01): Likewise.
2935 (cmp_struct_05_02): Likewise.
2936 (cmp_struct_05_03): Likewise.
2937 (cmp_struct_05_04): Likewise.
2938 (call_all): Add new structs.
2939 * gdb.base/infcall-nested-structs.exp: Likewise.
2940
3bf9c013
JV
29412018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2942
2943 * gdb.python/py-framefilter-mi.exp: Update regexp to
2944 check for "arch" field in frame output.
2945
450d1e88
KB
29462018-08-23 Kevin Buettner <kevinb@redhat.com>
2947
2948 * gdb.dwarf2/dw2-ranges-func.c: New file.
2949 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2950
ae739fe7
SM
29512018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2952
2953 * gdb.base/term.exp: Compare terminal settings with values from
2954 the inferior.
2955 * gdb.base/term.c: Get and set terminal settings.
2956
6d52907e
JV
29572018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2958
2959 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2960 accommodate new "arch" field in frame output.
2961 * gdb.mi/mi-return.exp: Likewise.
2962 * gdb.mi/mi-stack.exp: Likewise.
2963 * gdb.mi/mi-syn-frame.exp: Likewise.
2964 * gdb.mi/user-selected-context-sync.exp: Likewise.
2965
be2d111a
MS
29662018-08-19 Michael Spang <spang@google.com>
2967
2968 PR gdb/11786
2969 * gdb.base/gcore-tls-pie.c: New file.
2970 * gdb.base/gcore-tls-pie.exp: New file.
2971
ae3a7c47
KB
29722018-08-18 Kevin Buettner <kevinb@redhat.com>
2973
2974 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
2975 * gdb.dwarf2/varval.c: New file.
2976 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 2977
2ecae92e
AH
29782018-08-17 Alan Hayward <alan.hayward@arm.com>
2979
2980 PR gdb/18931
2981 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2982
c1854f1d
KS
29832018-08-16 Keith Seitz <keiths@redhat.com>
2984
2985 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2986 tests expected to pass.
2987
26fb3983
JV
29882018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2989
2990 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2991 -data-disassemble -a.
2992 (test_disassembly_bogus_args): Likewise.
2993
67943c00
AB
29942018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2995
2996 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2997
5ff2bbae
AB
29982018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2999
3000 * gdb.base/vla-optimized-out.exp: Add new test.
3001
e5bbcd0f
AB
30022018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
3003
3004 * gdb.base/vla-optimized-out-o3.exp: Delete.
3005 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3006 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3007 deleted tests.
3008
9d4a934c
AB
30092018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3010
3011 PR gdb/18050:
3012 * gdb.server/extended-remote-restart.c: New file.
3013 * gdb.server/extended-remote-restart.exp: New file.
3014
045cf012
SM
30152018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3016
3017 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3018 "set variable index = 42".
3019
87d6a7aa
SM
30202018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3021
3022 * boards/index-cache-gdb.exp: New file.
3023 * gdb.dwarf2/index-cache.exp: New file.
3024 * gdb.dwarf2/index-cache.c: New file.
3025 * gdb.base/maint.exp: Check if we are using the index cache.
3026
96d68bd4
RO
30272018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3028
3029 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3030 MAKEFLAGS.
3031
5a699617
RO
30322018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3033
3034 * dg-extract-results.sh: Move to toplevel contrib.
3035 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3036 * Makefile.in (check-parallel-racy): Likewise.
3037
5bd18990
AB
30382018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3039
3040 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3041 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3042 tests if the target supports scheduler locking.
3043
3fbbcf47
TV
30442018-08-04 Tom de Vries <tdevries@suse.de>
3045
3046 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3047
3e1d3d8c
TT
30482018-08-02 Tom Tromey <tom@tromey.com>
3049
3050 PR symtab/16842.
3051 * gdb.cp/temargs.exp: Test "info address" of a template
3052 parameter.
3053
5abe0f0c
JV
30542018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3055
3056 * gdb.python/py-mi-var-info-path-expression.c: New file.
3057 * gdb.python/py-mi-var-info-path-expression.py: New file.
3058 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3059
fb66cde8
SDJ
30602018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3061
3062 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3063 error after "cannot resolve name" string.
3064
c708f4d2
AB
30652018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3066
3067 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3068 started.
3069 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3070
37cc0cae
TV
30712018-07-28 Tom de Vries <tdevries@suse.de>
3072
3073 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3074
63b4ecf7
TV
30752018-07-26 Tom de Vries <tdevries@suse.de>
3076
3077 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3078
3c3bb058
AB
30792018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3080
3081 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3082 is visible.
3083
9e7f3bbb
TV
30842018-07-26 Tom de Vries <tdevries@suse.de>
3085
3086 PR breakpoints/23366
3087 * gdb.base/catch-follow-exec.c: New test.
3088 * gdb.base/catch-follow-exec.exp: New file.
3089
16f808ec
TV
30902018-07-25 Tom de Vries <tdevries@suse.de>
3091
3092 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3093 vla-optimized-out.c.
3094
d7154a8d
JV
30952018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3096
3097 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3098 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3099
232a0032
TV
31002018-07-20 Tom de Vries <tdevries@suse.de>
3101
3102 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3103 NOCLONE macro.
3104 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3105
fbb1d502
TV
31062018-07-19 Tom de Vries <tdevries@suse.de>
3107
3108 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3109 regular expression.
3110
42dc7699
TV
31112018-07-18 Tom de Vries <tdevries@suse.de>
3112
3113 * gdb.base/vla-optimized-out.c: New test.
3114 * gdb.base/vla-optimized-out.exp: New file.
3115
7f1f7e23
SDJ
31162018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3117
3118 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3119 message "No address associated with hostname" when gdbserver
3120 cannot resolve the hostname.
3121
5759ebb3
PW
31222018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3123
3124 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3125 Add some test prefixes to make tests unique.
3126
3606ccab
PW
31272018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3128
3129 * gdb.base/frameapply.c: New file.
3130 * gdb.base/frameapply.exp: New file.
3131
529c08b2
PW
31322018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3133
3134 * gdb.base/skip.exp: Update expected error message.
3135
c7ab0aef
SDJ
31362018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3137 Jan Kratochvil <jan.kratochvil@redhat.com>
3138 Paul Fertser <fercerpav@gmail.com>
3139 Tsutomu Seki <sekiriki@gmail.com>
3140
3141 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3142 parameter.
3143 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3144 by default.
3145 * boards/native-gdbserver.exp: Likewise.
3146 * gdb.server/run-without-local-binary.exp: Improve regexp used
3147 for detecting when a remote debugging connection succeeds.
3148 * gdb.server/server-connect.exp: New file.
3149 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3150 Do not prefix the port number with ":".
3151 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3152 support for detecting and using it. Add '$debughost_gdbserver'
3153 to the list of arguments used to start gdbserver. Handle case
3154 when gdbserver cannot resolve a network name.
3155
16ff70dd
SDJ
31562018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3157
3158 PR c++/23373
3159 * gdb.base/ptype-offsets.cc (struct static_member): New
3160 struct.
3161 (main) <stmember>: New variable.
3162 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3163 with a static member in it.
3164
3541979f
AB
31652018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3166
3167 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3168 watchpoints enabled and disabled.
3169
c8ad9b9a
AB
31702018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3171
3172 * gdb.base/examine-backward.exp: Still run tests around address
3173 0x0, even if address 0x0 is not readable. Update the pattern for
3174 matching address 0x0 in expected output.
3175
e0e5e971
AB
31762018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3177
3178 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3179 malloc/free.
3180
1ea5da02
TV
31812018-07-04 Tom de Vries <tdevries@suse.de>
3182
3183 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3184
471b9d15
MR
31852018-07-02 Maciej W. Rozycki <macro@mips.com>
3186
3187 PR tdep/8282
3188 * gdb.arch/mips-disassembler-options.exp: New test.
3189 * gdb.arch/mips-disassembler-options.s: New test source.
3190
75acb486
PA
31912018-06-29 Pedro Alves <palves@redhat.com>
3192
3193 * gdb.threads/names.exp: Adjust expected "info threads" output.
3194
cd2bb709
PA
31952018-06-29 Pedro Alves <palves@redhat.com>
3196
3197 * gdb.opt/inline-break.exp (line number, address): Add "info
3198 break" tests.
3199
991ff292
PA
32002018-06-29 Pedro Alves <palves@redhat.com>
3201
3202 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3203 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3204 number and address and running to them.
3205
356819b6 32062018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
3207
3208 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3209
2512d7ef
JK
32102018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3211
3212 * lib/compiler.c: Remove executable permission flag.
3213
be1b6474
RB
32142018-06-28 Richard Bunt <richard.bunt@arm.com>
3215
3216 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3217 code.
3218 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3219
291f9a96
PT
32202018-06-28 Petr Tesarik <ptesarik@suse.cz>
3221
3222 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3223
ed6dfe51
PT
32242018-06-28 Petr Tesarik <ptesarik@suse.cz>
3225
3226 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3227 address argument is omitted.
3228
d4d429d5
PT
32292018-06-28 Petr Tesarik <ptesarik@suse.cz>
3230
3231 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3232
7ab6656f
OJ
32332018-06-27 Omair Javaid <omair.javaid@linaro.org>
3234
3235 PR gdb/21695
3236 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3237 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3238
a33ccfc7
TT
32392018-06-26 Tom Tromey <tom@tromey.com>
3240
3241 PR rust/22574:
3242 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3243 * gdb.rust/simple.rs (struct SimpleLayout): New.
3244
6d72d289
SM
32452018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3246
3247 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3248 "info registers" output.
3249
8363f9d5
RB
32502018-06-21 Richard Bunt <richard.bunt@arm.com>
3251
3252 * gdb.base/watchpoint-hw-attach.c: New test.
3253 * gdb.base/watchpoint-hw-attach.exp: New file.
3254
f00674fe
SM
32552018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3256
3257 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3258 through /bin/sh.
3259 * boards/dwarf4-gdb-index.exp: Likewise.
3260 * boards/fission-dwp.exp: Likewise.
3261
1d554008
UW
32622018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3263
3264 * gdb.base/float128.exp: Add comment and improved fail message
3265 to the failure case of "print large128" test.
3266
d0ac1c44
SM
32672018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3268
3269 * configure.ac: Remove AC_PREREQ.
3270 * configure: Re-generate.
3271
61b04dd0
PA
32722018-06-19 Pedro Alves <palves@redhat.com>
3273
3274 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3275 (func_extern_caller): New.
3276 (main): Call func_extern_caller.
3277 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3278 logic change.
3279
f63b508a
SM
32802018-06-18 Weimin Pan <weimin.pan@oracle.com>
3281
3282 PR gdb/16841
3283 * gdb.cp/typedef-base.cc: New file.
3284 * gdb.cp/typedef-base.exp: New file.
3285
0fe3a558
TV
32862018-06-18 Tom de Vries <tdevries@suse.de>
3287
3288 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3289
7010835a
AB
32902018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3291 Richard Bunt <Richard.Bunt@arm.com>
3292
3293 * gdb.threads/attach-slow-waitpid.c: New file.
3294 * gdb.threads/attach-slow-waitpid.exp: New file.
3295 * gdb.threads/slow-waitpid.c: New file.
3296
14897d65
PA
32972018-06-14 Pedro Alves <palves@redhat.com>
3298
3299 * gdb.base/fork-running-state.c: Include <errno.h>.
3300 (exit_if_relative_exits): New.
3301 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3302 exits.
3303 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3304 child exits.
3305
5d9a0608
TV
33062018-06-14 Tom de Vries <tdevries@suse.de>
3307
3308 PR cli/22573
3309 * gdb.base/finish-pretty.c: New test.
3310 * gdb.base/finish-pretty.exp: New file.
3311
11ae5818
PA
33122018-06-14 Pedro Alves <palves@redhat.com>
3313
3314 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3315 gdb's expected startup output.
3316
1d39de44
PA
33172018-06-14 Pedro Alves <palves@redhat.com>
3318
3319 * lib/selftest-support.exp (selftest_setup): Remove inlined
3320 function handling.
3321
70ee0000
TV
33222018-06-14 Tom de Vries <tdevries@suse.de>
3323
3324 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3325 matching of breakpoint printing.
3326
11f4b608
TV
33272018-06-13 Tom de Vries <tdevries@suse.de>
3328
3329 PR testsuite/23269
3330 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3331 (fork_child): ... here, and ...
3332 (fork_parent): ... here.
3333
33342018-06-12 Tom de Vries <tdevries@suse.de>
3335
3336 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3337
9516f85a
AB
33382018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3339 Stephen Roberts <stephen.roberts@arm.com>
3340
3341 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3342 rewrite test to describe action performed, rather than possible
3343 failure.
3344
5045b3d7
GB
33452018-06-08 Gary Benson <gbenson@redhat.com>
3346
3347 * gdb.threads/check-libthread-db.exp: New file.
3348 * gdb.threads/check-libthread-db.c: Likewise.
3349
c61b06a1
TT
33502018-06-05 Tom Tromey <tom@tromey.com>
3351
3352 * gdb.base/default.exp: Update expected "show version" output.
3353
eb6af809
TT
33542018-06-05 Tom Tromey <tom@tromey.com>
3355
3356 PR cli/12326:
3357 * gdb.cp/static-print-quit.exp: Update.
3358 * lib/gdb.exp (pagination_prompt): Update.
3359 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3360 * gdb.python/python.exp: Update.
3361
178d6a63
JB
33622018-06-04 Joel Brobecker <brobecker@adacore.com>
3363
3364 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3365
8e817061
JB
33662018-06-01 Joel Brobecker <brobecker@adacore.com>
3367
3368 * gdb.ada/bp_fun_addr: New testcase.
3369
e86ca25f
TT
33702018-06-01 Tom Tromey <tom@tromey.com>
3371
3372 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3373 results.
3374 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3375 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3376 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3377 * gdb.base/maint.exp (maint_pass_if): Update.
3378
4b2dfa9d
MR
33792018-05-31 Maciej W. Rozycki <macro@mips.com>
3380
3381 * gdb.base/endian.exp: New test.
3382 * gdb.base/endian.c: New test source.
3383
45f25d6c
AB
33842018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3385
3386 PR gdb/23203
3387 * gdb.base/bt-selected-frame.c: New file.
3388 * gdb.base/bt-selected-frame.exp: New file.
3389 * lib/gdb.exp (get_current_frame_number): New function.
3390
d9f6d7f8
MR
33912018-05-24 Maciej W. Rozycki <macro@mips.com>
3392 Pedro Alves <palves@redhat.com>
3393
3394 * gdb.threads/tls-core.c: Include <stdlib.h>
3395 (thread_proc): Call `abort'.
3396 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3397 (tls_core_test): New procedure, bits factored out from ...
3398 (top level): ... here. Test both native cores and gcore cores.
3399
ff1cf532
TT
34002018-05-23 Tom Tromey <tom@tromey.com>
3401
3402 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3403
b98664d3
TT
34042018-05-23 Tom Tromey <tom@tromey.com>
3405
3406 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3407 symfile_complaints.
3408 (test_short_complaints): Likewise.
3409 (test_empty_complaints): Likewise.
3410 (test_initial_complaints): Update.
3411
4e9668d0
TT
34122018-05-23 Tom Tromey <tom@tromey.com>
3413
3414 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3415
43ba33c7
TT
34162018-05-23 Tom Tromey <tom@tromey.com>
3417
3418 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3419 (test_short_complaints): Update.
3420
035522c0
PA
34212018-05-22 Pedro Alves <palves@redhat.com>
3422
3423 * gdb.base/remote.exp: Only gdb_start after compiling the
3424 testcase. Issue "disconnect" before testing "set remote" command
3425 defaults. Issue clean_restart before running to main.
3426
cc0be08f
PA
34272018-05-22 Pedro Alves <palves@redhat.com>
3428
3429 * gdb.base/remote.exp: Adjust expected output of "show remote
3430 memory-write-packet-size". Add tests for "set remote
3431 memory-write-packet-size 0" and "set remote
3432 memory-write-packet-size fixed/limit".
3433
b1b60145
PA
34342018-05-22 Pedro Alves <palves@redhat.com>
3435
3436 PR gdb/22973
3437 * gdb.base/utf8-identifiers.c: New file.
3438 * gdb.base/utf8-identifiers.exp: New file.
3439
0ec848ad
PFC
34402018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3441
3442 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3443
2c3305f6
PFC
34442018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3445
3446 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3447
ce1e8424
TT
34482018-05-18 Tom Tromey <tom@tromey.com>
3449
3450 * gdb.base/ptype-offsets.exp: Update.
3451
ddfe970e
KS
34522018-05-17 Keith Seitz <keiths@redhat.com>
3453
3454 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3455 in expected breakpoint stop locations.
3456 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3457 move to proper scope to test variable values.
3458 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3459 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3460 New functions.
3461 (main): Call not_inline_func3.
3462 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3463 inline_func1, inline_func2, and inline_func3. Test that when each
3464 breakpoint is hit, GDB properly reports both the stop location
3465 and the backtrace. Repeat tests for temporary breakpoints.
3466
0726fcc6
MR
34672018-05-15 Maciej W. Rozycki <macro@mips.com>
3468
3469 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3470 rather then trying to access it in determining whether the PID
3471 of `gdbserver' could have been retrieved.
3472
8ee22052
AB
34732018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3474
3475 * gdb.arch/amd64-init-x87-values.S: New file.
3476 * gdb.arch/amd64-init-x87-values.exp: New file.
3477
7785df48
JK
34782018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3479
3480 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3481
56bcdbea
TT
34822018-05-04 Tom Tromey <tom@tromey.com>
3483
3484 PR python/22730:
3485 * gdb.python/python.exp: Test multi-line execute.
3486
a913fffb
TT
34872018-05-04 Tom Tromey <tom@tromey.com>
3488
3489 PR python/22731:
3490 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3491
7a2c85f2
TT
34922018-05-04 Tom Tromey <tom@tromey.com>
3493
3494 PR gdb/11750:
3495 * gdb.base/define.exp: Test defining a user command inside a user
3496 command.
3497 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3498
a3b60e45
JK
34992018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3500 Pedro Alves <palves@redhat.com>
3501
3502 PR breakpoints/19806 and support for PR external/20207.
3503 * gdb.base/watchpoint-unaligned.c: New file.
3504 * gdb.base/watchpoint-unaligned.exp: New file.
3505
45fe4a03
AB
35062018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3507
3508 * gdb.base/maint.exp: Make test names unique, use
3509 test_prefix_command_help to test 'help maint info', and remove
3510 repeated test of 'help maint'.
3511
9be2ae8f
TT
35122018-05-04 Tom Tromey <tom@tromey.com>
3513
3514 PR gdb/22619:
3515 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3516 behavior.
3517
11859c31
AB
35182018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3519
3520 * gdb.base/maint.exp: Process output from 'maint print registers'
3521 line at a time.
3522
089a9490
AB
35232018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3524
3525 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3526 timeout.
3527
9b0797e2
AB
35282018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3529
3530 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3531 filter pattern.
3532
f6ac5f3d
PA
35332018-05-02 Pedro Alves <palves@redhat.com>
3534
3535 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3536 to_log_command renames.
3537 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3538
77d3c63b
TT
35392018-05-02 Tom Tromey <tom@tromey.com>
3540
3541 * gdb.python/py-parameter.exp: Set test message.
3542
0489430a
TT
35432018-05-02 Tom Tromey <tom@tromey.com>
3544
3545 PR python/20084:
3546 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3547 PARAM_ZUINTEGER_UNLIMITED tests.
3548
1632f8ba
DR
35492018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3550
3551 PR rust/23124
3552 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3553 when casting.
3554
6d7bb824
TT
35552018-04-30 Tom Tromey <tom@tromey.com>
3556
3557 * gdb.python/py-type.exp: Check align attribute.
3558 * gdb.python/py-type.c: New "aligncheck" global.
3559
007e1530
TT
35602018-04-30 Tom Tromey <tom@tromey.com>
3561
3562 PR exp/17095:
3563 * gdb.dwarf2/dw2-align.exp: New file.
3564 * gdb.cp/align.exp: New file.
3565 * gdb.base/align.exp: New file.
3566 * lib/gdb.exp (gdb_int128_helper): New proc.
3567 (has_int128_c, has_int128_cxx): New caching procs.
3568
6873858b
TT
35692018-04-27 Tom Tromey <tom@tromey.com>
3570
3571 PR rust/22545:
3572 * gdb.rust/simple.exp: Add inclusive range tests.
3573
79188d8d
PA
35742018-04-26 Pedro Alves <palves@redhat.com>
3575
3576 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3577 ifunc breakpoint locations correctly of ifunc breakpoints set
3578 while the program resolves the ifunc.
3579
c7075ad5
PA
35802018-04-26 Pedro Alves <palves@redhat.com>
3581
3582 * gdb.base/gnu-ifunc-final.c: New file.
3583 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3584 * gdb.base/gnu-ifunc.exp (executable): Delete.
3585 (staticexecutable): Adjust.
3586 (lib_opts, exec_opts): Delete.
3587 (make_binsuffix, build, set-break): New procedures.
3588 (misc_tests): New, with tests factored out from the top level.
3589 (top level): Test different combinations of ifunc resolver name,
3590 resolver with and with debug info, and ifunc target with and
3591 without debug info. Wrap static tests with with_target_prefix.
3592
8388016d
PA
35932018-04-26 Pedro Alves <palves@redhat.com>
3594
3595 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3596 return type" warnings.
3597
249b5733
PA
35982018-04-25 Pedro Alves <palves@redhat.com>
3599
3600 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3601 killed".
3602 * gdb.base/kill-after-signal.exp: Likewise.
3603 * gdb.threads/kill.exp: Likewise.
3604
f67c0c91
SDJ
36052018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3606 Sergio Durigan Junior <sergiodj@redhat.com>
3607 Pedro Alves <palves@redhat.com>
3608
3609 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3610 regexps to expect for '[Inferior ... detached]' as well.
3611 * gdb.base/attach.exp: Likewise.
3612 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3613 "gdb_continue_to_end".
3614 (test_catch_syscall_with_wrong_args): Likewise.
3615 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3616 ']'. Don't set 'verbose' on.
3617 * gdb.base/foll-vfork.exp: Likewise.
3618 * gdb.base/fork-print-inferior-events.c: New file.
3619 * gdb.base/fork-print-inferior-events.exp: New file.
3620 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3621 '[Inferior ... has been killed]' message.
3622 * gdb.base/kill-after-signal.exp: Likewise.
3623 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3624 detach message.
3625 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3626 message.
3627 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3628 regexps to expect for '[Inferior ... detached]' as well.
3629 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3630
0a8ddac4
SM
36312018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3632
3633 PR gdb/23104
3634 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3635
d27d16bf
RB
36362018-04-19 Richard Bunt <richard.bunt@arm.com>
3637
3638 * gdb.threads/multiple-successive-infcall.c: New test.
3639 * gdb.threads/multiple-successive-infcall.exp: New file.
3640
a037790e
TT
36412018-04-17 Tom Tromey <tom@tromey.com>
3642
3643 * gdb.rust/simple.rs (Union): New type.
3644 (main): New local "u".
3645 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3646
e3a91079
AA
36472018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3648
3649 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3650 number information in output of "whereis" command.
3651 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3652
b744723f
AA
36532018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3654
3655 * gdb.ada/info_types.exp: Adjust expected output to the line
3656 numbers now printed by "info var/func/type".
3657 * gdb.base/completion.exp: Likewise.
3658 * gdb.base/included.exp: Likewise.
3659 * gdb.cp/cp-relocate.exp: Likewise.
3660 * gdb.cp/cplusfuncs.exp: Likewise.
3661 * gdb.cp/namespace.exp: Likewise.
3662 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3663
4a4495d6
MM
36642018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3665
3666 * gdb.btrace/cpu.exp: New.
3667
1d509aa6
MM
36682018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3669
3670 * gdb.base/step-indirect-call-thunk.exp: New.
3671 * gdb.base/step-indirect-call-thunk.c: New.
3672 * gdb.reverse/step-indirect-call-thunk.exp: New.
3673 * gdb.reverse/step-indirect-call-thunk.c: New.
3674
6295b6da
SM
36752018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3676
3677 * gdb.base/pie-fork.c: New file.
3678 * gdb.base/pie-fork.exp: New file.
3679
50146e70
TT
36802018-04-11 Tom Tromey <tom@tromey.com>
3681
3682 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3683
f50d8a2e
PA
36842018-04-10 Pedro Alves <palves@redhat.com>
3685
3686 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3687 exits. Instead loop running forever.
3688 (fork_parent): Run forever too.
3689
a0be7a36
SM
36902018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3691
3692 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3693 mi_continue_to_line.
3694 * gdb.mi/mi-stack.c (callee4): Add comment.
3695
9b73db36
SM
36962018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3697
3698 * gdb.mi/mi-stack.exp: Fix indentation.
3699
c912f608
SM
37002018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3701
3702 PR gdb/22979
3703 * gdb.arch/amd64-osabi.exp: New file.
3704
26540402
SM
37052018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3706
3707 PR gdb/22980
3708 * gdb.base/osabi.exp: New file.
3709
121ad66c 37102018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
3711
3712 * gdb.cp/static-typedef-print.exp: New file.
3713 * gdb.cp/static-typedef-print.cc: New file.
3714
3fcded8f
JB
37152018-03-27 Joel Brobecker <brobecker@adacore.com>
3716
3717 * gdb.ada/varsize_limit: New testcase.
3718
59cc4834
JB
37192018-03-27 Joel Brobecker <brobecker@adacore.com>
3720
3721 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3722
3723 * gdb.ada/notcplusplus: New testcase.
3724
3725 * gdb.base/c-linkage-name.c: New file.
3726 * gdb.base/c-linkage-name.exp: New testcase.
3727
4ca59a9f
TT
37282018-03-26 Tom Tromey <tom@tromey.com>
3729
3730 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3731 * gdb.python/py-framefilter.py (name_error): New global.
3732 (ErrorInName.function): Use name_error.
3733
978d6c75
TT
37342018-03-26 Tom Tromey <tom@tromey.com>
3735
3736 PR backtrace/15582:
3737 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3738
b7fee5a3
KS
37392018-03-23 Keith Seitz <keiths@redhat.com>
3740
3741 PR c++/22968
3742 * gdb.cp/subtypes.exp: New file.
3743 * gdb.cp/subtypes.h: New file.
3744 * gdb.cp/subtypes.cc: New file.
3745 * gdb.cp/subtypes-2.cc: New file.
3746
376be529
AB
37472018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3748
3749 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3750 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3751 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3752 -nostartfiles when compiling the test. Confirm that all registers
3753 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3754
066cfa98
AB
37552018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3756
3757 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3758 option, syntax was wrong anyway.
3759 * gdb.arch/arm-disp-step.exp: Likewise.
3760 * gdb.arch/sparc64-regs.exp: Likewise.
3761 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3762 option, syntax was wrong anyway, switch to use
3763 prepare_for_testing.
3764 * gdb.arch/i386-disp-step.exp: Likewise.
3765
079670b9
AA
37662018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3767
3768 * gdb.ada/exec_changed.exp: Replace "target_info exists
3769 use_gdb_stub" by "use_gdb_stub".
3770 * gdb.ada/start.exp: Likewise.
3771 * gdb.base/async-shell.exp: Likewise.
3772 * gdb.base/attach-pie-misread.exp: Likewise.
3773 * gdb.base/attach-wait-input.exp: Likewise.
3774 * gdb.base/break-entry.exp: Likewise.
3775 * gdb.base/break-interp.exp: Likewise.
3776 * gdb.base/dprintf-detach.exp: Likewise.
3777 * gdb.base/nostdlib.exp: Likewise.
3778 * gdb.base/solib-nodir.exp: Likewise.
3779 * gdb.base/statistics.exp: Likewise.
3780 * gdb.base/testenv.exp: Likewise.
3781 * gdb.mi/mi-exec-run.exp: Likewise.
3782 * gdb.mi/mi-start.exp: Likewise.
3783 * gdb.multi/dummy-frame-restore.exp: Likewise.
3784 * gdb.multi/multi-arch-exec.exp: Likewise.
3785 * gdb.multi/multi-arch.exp: Likewise.
3786 * gdb.multi/tids.exp: Likewise.
3787 * gdb.multi/watchpoint-multi.exp: Likewise.
3788 * gdb.python/py-events.exp: Likewise.
3789 * gdb.threads/attach-into-signal.exp: Likewise.
3790 * gdb.threads/attach-stopped.exp: Likewise.
3791 * gdb.threads/threadapply.exp: Likewise.
3792 * lib/selftest-support.exp: Likewise.
3793
26d6cec4
AA
37942018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3795
3796 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3797
4ee89e90
SR
37982018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3799
3800 * gdb.perf/template-breakpoints.cc: New file.
3801 * gdb.perf/template-breakpoints.exp: New file.
3802 * gdb.perf/template-breakpoints.py: New file.
3803
92630041
TT
38042018-03-19 Tom Tromey <tom@tromey.com>
3805
3806 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3807 y0.
3808 * gdb.rust/simple.exp: Test bare identifier form of struct
3809 initializer.
3810
76727919
TT
38112018-03-19 Tom Tromey <tom@tromey.com>
3812
3813 * gdb.gdb/observer.exp: Remove.
3814
194ed413
AA
38152018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3816
3817 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3818 "qualified" option when setting breakpoints.
3819 * gdb.trace/backtrace.exp: Likewise.
3820 * gdb.trace/circ.exp: Likewise.
3821 * gdb.trace/collection.exp: Likewise.
3822 * gdb.trace/disconnected-tracing.exp: Likewise.
3823 * gdb.trace/ftrace-lock.exp: Likewise.
3824 * gdb.trace/ftrace.exp: Likewise.
3825 * gdb.trace/infotrace.exp: Likewise.
3826 * gdb.trace/packetlen.exp: Likewise.
3827 * gdb.trace/passc-dyn.exp: Likewise.
3828 * gdb.trace/qtro.exp: Likewise.
3829 * gdb.trace/read-memory.exp: Likewise.
3830 * gdb.trace/report.exp: Likewise.
3831 * gdb.trace/signal.exp: Likewise.
3832 * gdb.trace/status-stop.exp: Likewise.
3833 * gdb.trace/strace.exp: Likewise.
3834 * gdb.trace/tfind.exp: Likewise.
3835 * gdb.trace/trace-break.exp: Likewise.
3836 * gdb.trace/trace-condition.exp: Likewise.
3837 * gdb.trace/trace-mt.exp: Likewise.
3838 * gdb.trace/tstatus.exp: Likewise.
3839 * gdb.trace/tsv.exp: Likewise.
3840 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3841 * gdb.trace/unavailable.exp: Likewise.
3842 * gdb.trace/while-dyn.exp: Likewise.
3843
8b067d2c
AA
38442018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3845
3846 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3847 that libinproctrace is copied to the target.
3848
3ae9ce5d
TT
38492018-03-14 Tom Tromey <tom@tromey.com>
3850
3851 PR cli/14977:
3852 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3853 a null pointer.
3854 * gdb.base/wchar.exp: Likewise.
3855
b8c2339b
TT
38562018-03-14 Tom Tromey <tom@tromey.com>
3857
3858 PR cli/19918:
3859 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3860 flag.
3861
4872dc46
SM
38622018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3863
3864 PR gdb/22841
3865 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3866 "target" to remote_exec.
3867
e4fe3756
SM
38682018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3869
3870 PR gdb/22841
3871 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3872 ${board}_upload): Remove.
3873
e95a97d4
AA
38742018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3875
3876 * gdb.cp/watch-cp.cc: New test.
3877 * gdb.cp/watch-cp.exp: New file.
3878
dbbb1059
AB
38792018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3880
3881 * gdb.base/infcall-nested-structs.exp: New file.
3882 * gdb.base/infcall-nested-structs.c: New file.
3883 * gdb.base/float.exp: Add riscv support.
3884
ecc054c0
TP
38852018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3886
3887 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3888 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3889
25e3c82c
SDJ
38902018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3891
3892 * gdb.server/abspath.exp: New file.
3893 * lib/gdb.exp (with_cwd): New procedure.
3894
3083294d
SM
38952018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3896
3897 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3898 use it.
3899 (gdb_is_target_remote_prompt): New proc.
3900 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3901 (gdb_is_target_native): Pass prompt parameter to
3902 gdb_is_target_1.
3903
3275ef47
SM
39042018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3905
3906 * gdb.base/load-command.c: New file.
3907 * gdb.base/load-command.exp: New file.
3908 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3909 (gdb_is_target_1): ...this, and generalize for other targets
3910 than just remote.
3911 (gdb_is_target_remote): Use gdb_is_target_1.
3912 (gdb_is_target_native): use gdb_is_target_1.
3913
6893c19a
TT
39142018-02-26 Tom Tromey <tom@tromey.com>
3915
3916 PR python/16497:
3917 * gdb.python/py-framefilter.exp: Update test.
3918
2ddeaf8a
TT
39192018-02-26 Tom Tromey <tom@tromey.com>
3920
3921 * gdb.dwarf2/variant.c: New file.
3922 * gdb.dwarf2/variant.exp: New file.
3923
c9317f21
TT
39242018-02-26 Tom Tromey <tom@tromey.com>
3925
3926 * gdb.rust/simple.exp: Accept more possible results in enum test.
3927
6f6d0c26
SM
39282018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3929
3930 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3931 parentheses.
3932
11b03145
MR
39332018-02-23 Maciej W. Rozycki <macro@mips.com>
3934
3935 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3936 name of a variable: $actual_linejj -> $actual_line.
3937
54a27fe5
JB
39382018-02-21 John Baldwin <jhb@FreeBSD.org>
3939
3940 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3941
de65820c
MM
39422018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3943
3944 * gdb.btrace/buffer-size.exp: Do not force BTS.
3945
980548fd
PA
39462018-02-14 Pedro Alves <palves@redhat.com>
3947
3948 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3949 getting a "Quit".
3950
c4e12631
MM
39512018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3952
3953 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3954 Fix test name.
3955
c2e0e465
SM
39562018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3957
3958 * gdb.cp/m-static.exp: Check type of optimized out static
3959 member.
3960
f7216783
AB
39612018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3962
3963 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3964 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3965
0625771b
LS
39662018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3967 Leszek Swirski <leszeks@google.com>
3968
3969 * gdb.python/py-prettyprint.c
3970 (struct to_string_returns_value_inner,
3971 struct to_string_returns_value_wrapper): New.
3972 (main): Add tsrvw variable.
3973 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3974 ToStringReturnsValueWrapper): New classes.
3975 (register_pretty_printers): Register new pretty-printers.
3976 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3977 recursive pretty printer.
3978 * gdb.python/py-mi.exp: Likewise.
3979
59498c30
LS
39802018-02-01 Leszek Swirski <leszeks@google.com>
3981
3982 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3983 functions with the same name as an include file are parsed
3984 correctly.
3985
d4d38844
YQ
39862018-02-01 Yao Qi <yao.qi@linaro.org>
3987
3988 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3989 "\[^\r\n\]*".
3990
07e5f5cf
NP
39912018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3992
3993 * gdb.arch/powerpc-prologue-frame.s: New file.
3994 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3995 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3996
929b5ad4
JB
39972018-01-31 Joel Brobecker <brobecker@adacore.com>
3998
3999 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
4000
e671cd59
PA
40012018-01-30 Pedro Alves <palves@redhat.com>
4002
4003 PR gdb/13211
4004 * gdb.base/interrupt-daemon.c: New.
4005 * gdb.base/interrupt-daemon.exp: New.
4006 * gdb.multi/multi-term-settings.c: New.
4007 * gdb.multi/multi-term-settings.exp: New.
4008
fc413dc4
JB
40092018-01-30 Joel Brobecker <brobecker@adacore.com>
4010
4011 * gdb.base/break.exp: Save the location where the breakpoint
4012 on break.c:47 was actually inserted when debugging the version
4013 compiled at -O2 and use it in the expected output of the "info
4014 break" test performed soon after.
4015
5c319bb2
PA
40162018-01-22 Pedro Alves <palves@redhat.com>
4017 Sergio Durigan Junior <sergiodj@redhat.com>
4018
4019 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4020 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4021
a9e40818
JB
40222018-01-22 Joel Brobecker <brobecker@adacore.com>
4023
4024 * gdb.base/break-include.c, gdb.base/break-include.inc,
4025 gdb.base/break-include.exp: New files.
4026 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4027 line number now being the actual line number where the breakpoint
4028 was inserted.
4029 * gdb.mi/mi-break.exp: Likewise.
4030 * gdb.mi/mi-reverse.exp: Likewise.
4031 * gdb.mi/mi-simplerun.exp: Ditto.
4032
e707fc44
AB
40332018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4034
4035 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4036 varobj.
4037 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4038
ae451627
AB
40392018-01-21 Don Breazeal <donb@codesourcery.com>
4040 Andrew Burgess <andrew.burgess@embecosm.com>
4041
4042 * gdb.mi/basics.c: Add new global.
4043 * gdb.mi/mi-frame-regs.exp: New file.
4044 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4045 case.
4046
b1b189e0
AB
40472018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4048
4049 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4050 non-parameter, and on an unknown symbol.
4051
fcfcc376
TT
40522018-01-19 Tom Tromey <tom@tromey.com>
4053
4054 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4055 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4056
634c1c31
AA
40572018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4058
4059 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4060 setrlimit and chdir to int.
4061
d6ad07fd
AA
40622018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4063
4064 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4065 function.
4066 (my_tend): Likewise.
4067 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4068 rationale of avoiding FP- and vector instructions.
4069
adf8243b
RK
40702018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4071
4072 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4073 "info reg" with "\[ \t\]*".
4074 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4075 "\[ \t\]+".
4076 * gdb.arch/s390-multiarch.exp: Ditto.
4077 * gdb.base/pc-fp.exp: Ditto.
4078 * gdb.reverse/i386-precsave.exp: Ditto.
4079 * gdb.reverse/i386-reverse.exp: Ditto.
4080 * gdb.reverse/i387-env-reverse.exp: Ditto.
4081 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4082
dcc06925
AA
40832018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4084
4085 * lib/gdb.exp (gdb_compile): Re-enable use of
4086 universal_compile_options for languages other than Rust.
4087
25d4fd80
AA
40882018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4089
4090 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4091
ee7f689e 40922018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
4093
4094 PR gdb/16577
4095 * gdb.base/solib-vanish.exp: New.
4096 * gdb.base/solib-vanish-main.c: New.
4097 * gdb.base/solib-vanish-lib1.c: New.
4098 * gdb.base/solib-vanish-lib2.c: New.
4099
d8447b6b
YQ
41002018-01-17 Yao Qi <yao.qi@linaro.org>
4101
4102 * gdb.compile/compile.exp: Match the address printed for
4103 frame in the output of command "bt".
4104
86d6a90c
TT
41052018-01-15 Tom Tromey <tom@tromey.com>
4106
4107 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4108 compute sp_reg.
4109
cbcdb1aa
AB
41102018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4111
4112 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4113 to prepare.
4114 (prepare): Return 0 on error, 1 on success.
4115
eea61984
PA
41162018-01-12 Pedro Alves <palves@redhat.com>
4117
4118 * gdb.base/continue-after-aborted-step-over.c: New.
4119 * gdb.base/continue-after-aborted-step-over.exp: New.
4120
6181e9c2
SM
41212018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4122
4123 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4124 options when not creating an executable.
4125
3cada740
PA
41262018-01-11 Pedro Alves <palves@redhat.com>
4127
4128 PR remote/22597
4129 * gdb.server/stop-reply-no-thread.c: New file.
4130 * gdb.server/stop-reply-no-thread.exp: New file.
4131
c63d3e8d
PA
41322018-01-10 Pedro Alves <palves@redhat.com>
4133
4134 PR gdb/22670
4135 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4136 functions too. Test setting breakpoints and printing C functions
4137 with no debug info too.
4138 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4139
d4c2a405
PA
41402018-01-10 Pedro Alves <palves@redhat.com>
4141
4142 PR gdb/22670
4143 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4144 a fail.
4145
8825213e
PA
41462018-01-10 Pedro Alves <palves@redhat.com>
4147
4148 PR gdb/22670
4149 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4150
605fd3c6
YQ
41512018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4152
4153 * gdb.server/unittest.exp: Match the output in non-development
4154 mode.
4155
1e5ded6c
YQ
41562018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4157
4158 * gdb.gdb/unittest.exp: Match output in non-development mode.
4159
30066b0b
JB
41602018-01-08 Joel Brobecker <brobecker@adacore.com>
4161
4162 * gdb.ada/access_tagged_param.exp: Relax expected output
4163 for value of "ObjL" in "continue" to pck.inspect breakpoint
4164 test.
4165
04bafb1e
XR
41662018-01-08 Joel Brobecker <brobecker@adacore.com>
4167
9f86398b
JB
4168 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4169 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 4170
e379cee6
PA
41712018-01-05 Pedro Alves <palves@redhat.com>
4172
4173 PR gdb/18653
4174 * gdb.base/libsegfault.exp: New.
4175
de63c46b
PA
41762018-01-05 Joel Brobecker <brobecker@adacore.com>
4177
4178 PR gdb/22670
4179 * gdb.ada/access_tagged_param.exp: New file.
4180 * gdb.ada/access_tagged_param/foo.adb: New file.
4181
f98fc17b
PA
41822018-01-05 Pedro Alves <palves@redhat.com>
4183
4184 PR gdb/22670
4185 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4186 exercise lower case too, and to exercise both full matching and
4187 wild matching.
4188
342f8240
JB
41892018-01-05 Joel Brobecker <brobecker@adacore.com>
4190
4191 * gdb.ada/rename_subscript_param: New testcase.
4192
7150d33c
JG
41932018-01-05 Jerome Guitton <guitton@adacore.com>
4194
4195 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4196
cc0e770c
JB
41972018-01-05 Joel Brobecker <brobecker@adacore.com>
4198
4199 * gdb.ada/convvar_comp: New testcase.
4200
672a41aa 42012018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
4202
4203 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4204 (My_Table): New global variable.
4205 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4206
7365ec2f
JB
42072018-01-04 Joel Brobecker <brobecker@adacore.com>
4208
4209 PR gdb/22670
4210 * gdb.ada/maint_with_ada: New testcase.
4211
289483b6
JB
42122018-01-04 Joel Brobecker <brobecker@adacore.com>
4213
4214 PR gdb/22670
4215 * gdb.ada/bp_c_mixed_case: New testcase.
4216
344420da
JB
42172018-01-04 Joel Brobecker <brobecker@adacore.com>
4218
4219 PR gdb/22670
4220 * gdb.ada/complete.exp: Add "complete break ada" test.
4221
66fc87a0
JB
42222018-01-04 Joel Brobecker <brobecker@adacore.com>
4223
4224 PR gdb/22670
4225 * gdb.ada/info_addr_mixed_case: New testcase.
4226
9f757bf7
XR
42272018-01-03 Xavier Roirand <roirand@adacore.com>
4228
4229 * gdb.ada/excep_handle.exp: New testcase.
4230 * gdb.ada/excep_handle/foo.adb: New file.
4231 * gdb.ada/excep_handle/pck.ads: New file.
4232
bd570f80
JB
42332018-01-03 Joel Brobecker <brobecker@adacore.com>
4234
4235 * gdb.base/step-line.c: Add extra empty line in copyright header.
4236 * gdb.base/step-line.inp: Likewise.
4237
9fe561ab
JB
42382018-01-02 Joel Brobecker <brobecker@adacore.com>
4239
4240 * gdb.ada/dyn_stride.exp: Add slice test.
4241
a405673c
JB
42422018-01-02 Joel Brobecker <brobecker@adacore.com>
4243
4244 * gdb.ada/dyn_stride: New testcase.
4245
cef0f868
SH
42462017-12-27 Stafford Horne <shorne@gmail.com>
4247
4248 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4249 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4250
b67d92b0
SH
42512017-12-27 Stafford Horne <shorne@gmail.com>
4252
4253 * gdb.base/reggroups.c: New file.
4254 * gdb.base/reggroups.exp: New file.
4255
eccab96d
JB
42562017-12-18 Joel Brobecker <brobecker@adacore.com>
4257
4258 * gdb.dwarf2/ada-valprint-error.c: New file.
4259 * gdb.dwarf2/ada-valprint-error.exp: New file.
4260
0e2da9f0
JB
42612017-12-18 Joel Brobecker <brobecker@adacore.com>
4262
4263 * gdb.ada/assign_arr: New testcase.
4264
cb923fcc
XR
42652017-12-18 Xavier Roirand <roirand@adacore.com>
4266
4267 * gdb.ada/funcall_ptr: New testcase.
4268
7c161838
SDJ
42692017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4270
4271 PR cli/16224
4272 * gdb.base/ptype-offsets.cc: New file.
4273 * gdb.base/ptype-offsets.exp: New file.
4274
1af17fd9
YQ
42752017-12-15 Yao Qi <yao.qi@linaro.org>
4276
4277 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4278 if XML is disabled.
4279
828d5846
XR
42802017-12-15 Xavier Roirand <roirand@adacore.com>
4281
4282 * gdb.ada/same_component_name: New testcase.
4283
79e8fcaa
JB
42842017-12-14 Joel Brobecker <brobecker@adacore.com>
4285
4286 * gdb.ada/str_binop_equal: New testcase.
4287
e05fa6f9
JB
42882017-12-14 Joel Brobecker <brobecker@adacore.com>
4289
4290 * gdb.ada/task_switch_in_core: New testcase.
4291
b89641ba
SM
42922017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4293
4294 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4295 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4296 call test_bkpt_qualified.
4297 (test_bkpt_qualified): New proc.
4298
6892d2e4
PA
42992017-12-13 Pedro Alves <palves@redhat.com>
4300
4301 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4302 Tighten regexp by matching with an anchor.
4303
a22ecf70
PA
43042017-12-13 Pedro Alves <palves@redhat.com>
4305
4306 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4307 ("expression with namespace"): New set of tests.
4308 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4309 (Nested::Test_NS::qux): New.
4310 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4311 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4312
9937536c
JB
43132017-12-13 Joel Brobecker <brobecker@adacore.com>
4314
4315 * gdb.base/server-del-break.c: New file.
4316 * gdb.base/server-del-break.exp: New file.
4317
fe49c6f5
SH
43182017-12-12 Stafford Horne <shorne@gmail.com>
4319
4320 * gdb.xml/tdesc-regs.exp: Add or1k support.
4321
c3d18620
SH
43222017-12-12 Stafford Horne <shorne@gmail.com>
4323
4324 * gdb.base/bp-permanent.c: Define nop of or1k.
4325
c5f9cfc8
JB
43262017-12-11 Joel Brobecker <brobecker@adacore.com>
4327
4328 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4329 output with components being reordered.
4330
a9c135fc
JB
43312017-12-11 Joel Brobecker <brobecker@adacore.com>
4332
4333 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4334 output with components being reordered.
4335
927aa2e7
JK
43362017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4337 Pedro Alves <palves@redhat.com>
4338
4339 * gdb.base/maint.exp (check for .gdb_index): Check also for
4340 .debug_names.
4341 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4342 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4343 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4344 (.gdb_index used after symbol reloading): Support also .debug_names.
4345 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4346
f17d9474
YQ
43472017-12-08 Yao Qi <yao.qi@linaro.org>
4348
4349 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4350 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4351
a0de8c21
YQ
43522017-12-08 Yao Qi <yao.qi@linaro.org>
4353
4354 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4355 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4356
a738ea1d
YQ
43572017-12-08 Yao Qi <yao.qi@linaro.org>
4358
4359 * gdb.arch/aarch64-tagged-pointer.c: New file.
4360 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4361
1cd9a73b
SDJ
43622017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4363
4364 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4365 "int".
4366
fa6eb693
KS
43672017-12-07 Keith Seitz <keiths@redhat.com>
4368
4369 PR breakpoints/22569
4370 * gdb.linespec/ls-errs.exp: Change expected result of "break
4371 -source this file has spaces.c -line 3".
4372 Check that an explicit source file followed by whitespace is
4373 identified as an invalid explicit location.
4374
883fd55a
KS
43752017-12-07 Keith Seitz <keiths@redhat.com>
4376
4377 * gdb.cp/nested-types.cc: New file.
4378 * gdb.cp/nested-types.exp: New file.
4379 * lib/cp-support.exp: Load data-structures.exp library.
4380 (debug_cp_test_ptype_class): New global.
4381 (cp_ptype_class_verbose, next_line): New procedures.
4382 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4383 Add and document new return value.
4384 Switch the list of lines to a queue.
4385 Add support for new `type' key for nested type definitions.
4386 Add debugging/troubleshooting messages.
4387 * lib/data-structures.exp: New file.
4388
ec72db3e
SM
43892017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4390
4391 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4392 with proc_with_prefix, don't use with_test_prefix.
4393
99598d71
TT
43942017-12-07 Tom Tromey <tom@tromey.com>
4395
4396 * gdb.base/break.exp: Add test for empty "commands".
4397
a8806230
YQ
43982017-12-07 Yao Qi <yao.qi@linaro.org>
4399
4400 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4401 malloc and catch syscall.
4402
824cc835
PM
44032017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4404
e79be6e5 4405 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
4406 tests for explicit locations.
4407
7cc244de
PA
44082017-12-06 Pedro Alves <palves@redhat.com>
4409
4410 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4411 force-disabling XML descriptions.
4412
50a1fdd5
PA
44132017-12-04 Pedro Alves <palves@redhat.com>
4414
4415 PR gdb/22499
4416 * gdb.arch/amd64-disp-step-avx.S: New file.
4417 * gdb.arch/amd64-disp-step-avx.exp: New file.
4418
f0fb2488
PA
44192017-12-03 Pedro Alves <palves@redhat.com>
4420
4421 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4422 and <string.h>.
4423 (parent_function): Print distinct messages when waitpid fails, or
4424 the child exits with a signal, or the child exits for an unhandled
4425 reason.
4426 * gdb.threads/process-dies-while-detaching.exp
4427 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4428 it. Wait for both inferior output and GDB's prompt. Use an
4429 indirect spawn id list.
4430 (do_detach): New parameter 'child_exit'. Use it to compute
4431 expected inferior output.
4432 (test_detach, test_detach_watch, test_detach_killed_outside):
4433 Adjust to pass down the expected child exit kind.
4434
97cbe998
SDJ
44352017-12-01 Joel Brobecker <brobecker@adacore.com>
4436 Sergio Durigan Junior <sergiodj@redhat.com>
4437 Pedro Alves <palves@redhat.com>
4438
4439 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4440
40fc416f
SDJ
44412017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4442
4443 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4444 to 'symbol-file' and 'add-symbol-file' can be
4445 position-independent.
4446
1cc75e92
YQ
44472017-12-01 Yao Qi <yao.qi@linaro.org>
4448
4449 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4450 the URL in copyright header.
4451 * gdb.arch/aarch64-fp.exp: Likewise.
4452 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4453 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4454 * gdb.base/expand-psymtabs.exp: Likewise.
4455 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4456 * gdb.fortran/common-block.exp: Likewise.
4457 * gdb.fortran/common-block.f90: Likewise.
4458 * gdb.fortran/logical.exp: Likewise.
4459 * gdb.fortran/vla-datatypes.f90: Likewise.
4460 * gdb.fortran/vla-sub.f90: Likewise.
4461
875fb7a7
JB
44622017-11-30 Joel Brobecker <brobecker@adacore.com>
4463
4464 * gdb.ada/repeat_dyn: New testcase.
4465
6f14765f
UW
44662017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4467
4468 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4469 Update for changed thread numbering.
4470 * gdb.cell/bt.exp: Update for changed GDB output.
4471
f1af7b94
SM
44722017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4473
4474 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4475 setting isremote by hand.
4476 * boards/dwarf4-gdb-index.exp: Likewise.
4477 * boards/fission.exp: Likewise.
4478 * boards/stabs.exp: Likewise.
4479
e3919f3e
PA
44802017-11-30 Pedro Alves <palves@redhat.com>
4481
4482 * gdb.linespec/cpls-ops.exp
4483 (check_explicit_skips_function_argument): Extract the underlying
4484 type of size_t instead of hardcoding it.
4485
bd69330d
PA
44862017-11-29 Pedro Alves <palves@redhat.com>
4487
4488 PR c++/19436
4489 * gdb.linespec/cpls-abi-tag.cc: New file.
4490 * gdb.linespec/cpls-abi-tag.exp: New file.
4491
a20714ff
PA
44922017-11-29 Pedro Alves <palves@redhat.com>
4493
4494 * gdb.base/langs.exp: Use -qualified.
4495 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4496 it.
4497 * gdb.cp/namespace.exp: Use -qualified.
4498 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4499 (overload-3, template-overload, template-ret-type, const-overload)
4500 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4501 procedures.
4502 (test_driver): Call them.
4503 * gdb.cp/save-bp-qualified.cc: New.
4504 * gdb.cp/save-bp-qualified.exp: New.
4505 * gdb.linespec/explicit.exp: Test -qualified.
4506 * lib/completion-support.exp (completion::explicit_opts_list): Add
4507 "-qualified".
4508 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4509
f6f1d339
PM
45102017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4511
4512 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4513
02ca603a
TT
45142017-11-29 Tom Tromey <tom@tromey.com>
4515
4516 * gdb.base/relocate.exp: Update invalid argument test.
4517 Add new tests for invalid arguments.
4518
ed6c0bfb
TP
45192017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4520
4521 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4522 Return 0 as a long.
4523 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4524
f106e10e
TP
45252017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4526
4527 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4528 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4529 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4530 func ().
4531 * gdb.cp/shadow.cc (B.func): Return 0.
4532
10329bb2
JB
45332017-11-27 Joel Brobecker <brobecker@adacore.com>
4534
4535 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4536 expected output in gdb_expect call to allow the exception
4537 message to be present as well. Fix syntax confusion to avoid
4538 TCL thinking that exception_name is an array.
4539
617cd4bc
UW
45402017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4541
4542 * gdb.arch/spu-info.c: Include <unistd.h>.
4543 (do_signal_test): Fix broken calls to write.
4544 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4545 Fix checks for empty mailboxes. Update signal tests for corrected
4546 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
4547 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4548 * gdb.cell/arch.exp: Use standard_output_file.
4549 * gdb.cell/break.exp: Likewise.
4550 * gdb.cell/bt.exp: Likewise.
4551 * gdb.cell/core.exp: Likewise.
4552 * gdb.cell/dwarfaddr.exp: Likewise.
4553 * gdb.cell/ea-cache.exp: Likewise.
4554 * gdb.cell/ea-standalone.exp: Likewise.
4555 * gdb.cell/f-regs.exp: Likewise.
4556 * gdb.cell/fork.exp: Likewise.
4557 * gdb.cell/gcore.exp: Likewise.
4558 * gdb.cell/mem-access.exp: Likewise.
4559 * gdb.cell/ptype.exp: Likewise.
4560 * gdb.cell/registers.exp: Likewise.
4561 * gdb.cell/sizeof.exp: Likewise.
4562 * gdb.cell/solib-symbol.exp: Likewise.
4563 * gdb.cell/solib.exp: Likewise.
617cd4bc 4564
a81aaca0
PA
45652017-11-25 Pedro Alves <palves@redhat.com>
4566
4567 * gdb.base/complete-empty.exp: New file.
4568 * gdb.base/completion.exp: Adjust.
4569
6a3c6ee4
PA
45702017-11-25 Pedro Alves <palves@redhat.com>
4571
4572 * gdb.linespec/cpls-ops.cc: New file.
4573 * gdb.linespec/cpls-ops.exp: New file.
4574 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4575 factored out from ...
4576 (test_complete_prefix_range): ... this.
4577
8955eb2d
PA
45782017-11-24 Pedro Alves <palves@redhat.com>
4579
4580 * gdb.linespec/cpcompletion.exp: New file.
4581 * gdb.linespec/cpls-hyphen.cc: New file.
4582 * gdb.linespec/cpls.cc: New file.
4583 * gdb.linespec/cpls2.cc: New file.
4584 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4585 test to use test_gdb_complete_unique. Add label completion,
4586 keyword completion and explicit location completion tests.
4587 * lib/completion-support.exp: New file.
4588
e547c119
JB
45892017-11-24 Joel Brobecker <brobecker@adacore.com>
4590
4591 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4592 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4593 when hitting an exception catchpoint.
4594
7c3c1aa8
YQ
45952017-11-22 Yao Qi <yao.qi@linaro.org>
4596
4597 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4598
41bd68f5
SM
45992017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4600
4601 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4602 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4603 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4604
1daad298
YQ
46052017-11-22 Yao Qi <yao.qi@linaro.org>
4606
4607 * gdb.base/info-os.exp: Pass pthreads.
4608 * gdb.multi/multi-attach.exp: Likewise.
4609
88465e87
YQ
46102017-11-22 Yao Qi <yao.qi@linaro.org>
4611
4612 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4613 compiler.
4614
dc196b23
YQ
46152017-11-22 Yao Qi <yao.qi@linaro.org>
4616
4617 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4618 * gdb.base/break-interp.exp: Likewise.
4619 * gdb.base/jit-attach-pie.exp: Likewise.
4620
2400729e
UW
46212017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4622
4623 * gdb.base/float128.c (large128): New variable.
4624 * gdb.base/float128.exp: Add test to print largest __float128 value.
4625
7a26362d
UW
46262017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4627
4628 * gdb.arch/vsx-regs.exp: Update register content checks.
4629
ed0f4273
UW
46302017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4631
4632 * gdb.arch/ppc-longdouble.exp: New file.
4633 * gdb.arch/ppc-longdouble.c: Likewise.
4634
a25d69c6
PA
46352017-11-21 Pedro Alves <palves@redhat.com>
4636
4637 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4638
73fcf641
PA
46392017-11-20 Pedro Alves <palves@redhat.com>
4640
4641 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4642 (long_double_typedef): New typedefs.
4643 Use DEF on double and long double.
4644 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4645 cases.
4646 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4647 and 'long_double_ptr_same_size' locals. Use them to decide
4648 whether cast from array/function to float is valid/invalid.
4649
71a3c369
TT
46502017-11-17 Tom Tromey <tom@tromey.com>
4651
4652 * gdb.rust/traits.rs: New file.
4653 * gdb.rust/traits.exp: New file.
4654
ced9779b
JB
46552017-11-17 Joel Brobecker <brobecker@adacore.com>
4656
4657 * gdb.ada/minsyms: New testcase.
4658
a0922d80
PA
46592017-11-16 Pedro Alves <palves@redhat.com>
4660
4661 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4662 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4663
ea04e54c
PA
46642017-11-16 Pedro Alves <palves@redhat.com>
4665
4666 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4667 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4668
e849ea89
PA
46692017-11-16 Pedro Alves <palves@redhat.com>
4670
4671 * gdb.server/reconnect-ctrl-c.c: New file.
4672 * gdb.server/reconnect-ctrl-c.exp: New file.
4673
d8ae99a7
PM
46742017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4675
4676 * gdb.python/py-rbreak.exp: New file.
4677 * gdb.python/py-rbreak.c: New file.
4678 * gdb.python/py-rbreak-func2.c: New file.
4679
968a13f8
PA
46802017-11-16 Pedro Alves <palves@redhat.com>
4681
4682 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4683 pattern.
4684 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4685 GDB.
4686
71774bc9
SM
46872017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4688
4689 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4690 regex.
4691
ddbb44cf
SM
46922017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4693
4694 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4695 test names.
4696
584a564f
PA
46972017-11-09 Pedro Alves <palves@redhat.com>
4698
4699 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4700 factored out from ...
4701 (top level): ... here, and adjusted to avoid expecting beyond the
4702 prompt in a single gdb_test_multiple.
4703
5ed7a928
PA
47042017-11-09 Pedro Alves <palves@redhat.com>
4705
4706 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4707 output.
4708 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4709 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4710 * gdb.server/ext-run.exp ("kill" test): Likewise.
4711 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4712
a60e0738
PA
47132017-11-09 Pedro Alves <palves@redhat.com>
4714
4715 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4716 match till end of line.
4717
2c88253f
PA
47182017-11-09 Pedro Alves <palves@redhat.com>
4719
4720 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4721
c7a38517
PA
47222017-11-09 Pedro Alves <palves@redhat.com>
4723
4724 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4725 New procedures, factored out from ...
4726 (top level): ... here, and adjusted to avoid expecting beyond the
4727 prompt in one go.
4728
f29f4b6b
PA
47292017-11-09 Pedro Alves <palves@redhat.com>
4730
4731 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4732 output. Fix '?' match.
4733
286acbb5
JB
47342017-11-08 Joel Brobecker <brobecker@adacore.com>
4735
4736 * gdb.ada/scoped_watch: New testcase.
4737 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4738 which is actually correct.
4739 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4740 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4741
62d7ae92
PA
47422017-11-08 Pedro Alves <palves@redhat.com>
4743
4744 * gdb.gdb/complaints.exp (test_initial_complaints)
4745 (test_serial_complaints, test_short_complaints): Call
4746 complaint_internal instead of complaint.
4747
280ca31f
DT
47482017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4749
4750 * gdb.threads/tls-core.c: New file.
4751 * gdb.threads/tls-core.exp: Likewise.
4752
b5ec771e
PA
47532017-11-08 Pedro Alves <palves@redhat.com>
4754
4755 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4756 (p Exported_Capitalized): New test.
4757 (p exported_capitalized): New test.
4758
a02b41a7
PA
47592017-11-07 Pedro Alves <palves@redhat.com>
4760
4761 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4762
95e95a6d
PA
47632017-11-07 Pedro Alves <palves@redhat.com>
4764
4765 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4766 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4767 (disable_invalid, disable_inverted, disable_negative): New
4768 procedures.
4769 ("bad numbers"): New set of tests.
4770
cee62dbd
PA
47712017-11-07 Pedro Alves <palves@redhat.com>
4772
4773 * gdb.cp/ena-dis-br-range.exp: Add tests.
4774
cc638e86
PA
47752017-11-07 Pedro Alves <palves@redhat.com>
4776
4777 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4778
d0fe4701
XR
47792017-11-07 Xavier Roirand <roirand@adacore.com>
4780 Pedro Alves <palves@redhat.com>
4781
4782 * gdb.base/ena-dis-br.exp: Add reference to
4783 gdb.cp/ena-dis-br-range.exp.
4784 * gdb.cp/ena-dis-br-range.exp: New file.
4785 * gdb.cp/ena-dis-br-range.cc: New file.
4786
46f67f80
PA
47872017-11-06 Pedro Alves <palves@redhat.com>
4788
4789 * gdb.base/attach-non-pgrp-leader.c: New.
4790 * gdb.base/attach-non-pgrp-leader.exp: New.
4791
726e1356
PA
47922017-11-06 Pedro Alves <palves@redhat.com>
4793
4794 * configure.ac: No longer check for termio.h and sgtty.h.
4795 * configure: Regenerate.
4796 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4797 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4798 Remove termio and sgtty code.
4799
50ab6ace
YQ
48002017-11-03 Yao Qi <yao.qi@linaro.org>
4801
4802 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4803 in GDB is disabled.
4804
8e68731c
YQ
48052017-11-03 Yao Qi <yao.qi@linaro.org>
4806
4807 * gdb.python/py-thrhandle.exp: Skip it if python is not
4808 enabled.
4809
3a87ae65
SM
48102017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4811
4812 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4813 as a breakpoint command.
4814
484d8d36
MD
48152017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4816
4817 PR python/21213
4818 * gdb.python/py-infthread.exp: Test calling
4819 InferiorThread.inferior () multiple times in a row.
4820
4a27f119
KS
48212017-10-27 Keith Seitz <keiths@redhat.com>
4822
4823 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4824 Test "info break" for every inlined function breakpoint.
4825
bb11dd58
YQ
48262017-10-27 Yao Qi <yao.qi@linaro.org>
4827
4828 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4829
a43f3893
PF
48302017-10-26 Patrick Frants <osscontribute@gmail.com>
4831
4832 * gdb.cp/classes.exp (test_static_members): Test printing
4833 Outer::instance.
4834 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4835 (Inner::instance, Outer::instance): New.
4836
792ccf00
PA
48372017-10-24 Pedro Alves <palves@redhat.com>
4838
4839 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4840 extra console" test in two stages.
4841
eb2bfbad
PA
48422017-10-24 Pedro Alves <palves@redhat.com>
4843
4844 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4845
1f75a651
PA
48462017-10-24 Pedro Alves <palves@redhat.com>
4847
4848 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4849 loop.
4850
779990d9
PA
48512017-10-24 Pedro Alves <palves@redhat.com>
4852
4853 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4854 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4855
ad9b8f5d
PA
48562017-10-24 Pedro Alves <palves@redhat.com>
4857
4858 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4859 parameter and handle it. Don't output read value in test name.
4860
fee6da6e
PA
48612017-10-24 Pedro Alves <palves@redhat.com>
4862
4863 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4864 custom test name.
4865
10389c2c
PA
48662017-10-24 Pedro Alves <palves@redhat.com>
4867
4868 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4869 include the unstable output directory name in the test's name.
4870 (initial_setup_simple) <'set args'>: Use custom test name.
4871
a80e65a9
PA
48722017-10-24 Pedro Alves <palves@redhat.com>
4873
4874 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4875 with explicit test name.
4876
15763a09
PA
48772017-10-20 Pedro Alves <palves@redhat.com>
4878
4879 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4880 'wait -i'. Use gdb_assert and remote_close.
4881
49a4ce2e
AB
48822017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4883
4884 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4885 number from variable rather than hard-coded.
4886
a75868f5
PA
48872017-10-19 Pedro Alves <palves@redhat.com>
4888
4889 * gdb.base/long-inferior-output.c: New file.
4890 * gdb.base/long-inferior-output.exp: New file.
4891
c8ba13ad
KS
48922017-11-18 Keith Seitz <keiths@redhat.com>
4893
4894 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4895 method.
4896 (main): Call it.
4897 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4898 Add additional user-defined conversion operator tests.
4899
b27de576
PA
49002017-10-17 Pedro Alves <palves@redhat.com>
4901
4902 * boards/native-stdio-gdbserver.exp: Load "local-board".
4903
8484c955
PA
49042017-10-17 Pedro Alves <palves@redhat.com>
4905
4906 * gdb.base/quit-live.c: New file.
4907 * gdb.base/quit-live.exp: New file.
4908
83d5a34d
KS
49092017-10-16 Keith Seitz <keiths@redhat.com>
4910
4911 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4912 (class_with_protected_typedef, class_with_private_typedef)
4913 (struct_with_public_typedef, struct_with_protected_typedef)
4914 (struct_with_private_typedef): New classes/structs.
4915 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4916 typedefs and access specifiers.
4917
739b3f1d
PA
49182017-10-16 Pedro Alves <palves@redhat.com>
4919 Simon Marchi <simon.marchi@polymtl.ca>
4920
4921 * README (Local vs Remote vs Native): New section.
4922 * boards/local-board.exp: New file, with bits factored out from
4923 ...
4924 * boards/native-extended-gdbserver.exp: ... here. Load
4925 "local-board".
4926 * boards/native-gdbserver.exp: Load "local-board".
4927 (${board}_spawn, ${board}_exec): Delete.
4928 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4929 ...
4930 * boards/stdio-gdbserver-base.exp: ... this new file.
4931 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4932 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4933 procedure.
4934 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4935 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4936 stdio_gdbserver_command.
4937 (${board}_get_remote_address, ${board}_get_comm_port)
4938 (${board}_download, ${board}_upload): Delete.
4939 (get_target_remote_pipe_cmd): New.
4940
fe68b953
SM
49412017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4942
4943 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4944 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4945 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4946 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4947 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4948 remove with_test_prefix.
4949
300b6685
PA
49502017-10-13 Pedro Alves <palves@redhat.com>
4951
4952 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4953 * gdb.base/annota1.exp: Use it instead of is_remote.
4954 * gdb.base/annota3.exp: Use it instead of is_remote.
4955 * gdb.cp/annota2.exp: Use it instead of is_remote.
4956 * gdb.cp/annota3.exp: Use it instead of is_remote.
4957 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4958
50500caf
PA
49592017-10-13 Pedro Alves <palves@redhat.com>
4960
4961 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4962 (test_num_test_vars, run_and_count_vars, find_env)
4963 (test_set_unset_env, test_inherit_env_var): New procedures.
4964 (top level): Use them.
4965
dad0c6d2
PA
49662017-10-13 Pedro Alves <palves@redhat.com>
4967
4968 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4969 also skip on stub-like targets.
4970
8b0553c1
PA
49712017-10-13 Pedro Alves <palves@redhat.com>
4972
4973 PR gdb/22293
4974 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4975 (top level): Move some tests to ...
4976 (test_not_found): ... this new procedure.
4977 (top level): Call it.
4978
7594f623
PA
49792017-10-13 Pedro Alves <palves@redhat.com>
4980
4981 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4982 expect different "info terminal" output if testing with a
4983 non-native target.
4984
ebe3b402
PA
49852017-10-13 Pedro Alves <palves@redhat.com>
4986 Simon Marchi <simon.marchi@polymtl.ca>
4987
4988 PR python/12966
4989 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4990
42f1b161
PA
49912017-10-13 Pedro Alves <palves@redhat.com>
4992
4993 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4994 already.
4995
8d6ef72b
PA
49962017-10-13 Pedro Alves <palves@redhat.com>
4997
4998 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4999 is_remote.
5000
d7bcd5b8
PA
50012017-10-13 Pedro Alves <palves@redhat.com>
5002
5003 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
5004 is_remote.
5005
df479dc6
PA
50062017-10-13 Pedro Alves <palves@redhat.com>
5007
5008 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5009 is set.
5010 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5011 instead of is_remote.
5012
23fb630a
PA
50132017-10-13 Pedro Alves <palves@redhat.com>
5014
5015 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5016 (top level): Add comment.
5017
cc77b1dc
PA
50182017-10-13 Pedro Alves <palves@redhat.com>
5019
5020 * gdb.base/remote.exp (top level): Fix comment typo and add
5021 missing return.
5022
27c9e813
PA
50232017-10-13 Pedro Alves <palves@redhat.com>
5024 Simon Marchi <simon.marchi@polymtl.ca>
5025
5026 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5027 calls and add comments. Skip test if use_gdb_stub is set.
5028 (top level): Use "set cwd" command instead of "cd" command.
5029
5e830d98
PA
50302017-10-13 Pedro Alves <palves@redhat.com>
5031
5032 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5033 is_remote target check.
5034
f5ca0032
PA
50352017-10-13 Pedro Alves <palves@redhat.com>
5036
5037 * gdb.base/scope.exp: Use build_executable + clean_restart +
5038 gdb_file_cmd instead of prepare_for_testing and no longer skip
5039 "before run" tests on is_remote target boards. Update comments.
5040 * boards/native-extended-gdbserver.exp
5041 (extended_gdbserver_load_last_file): New, factored out from ...
5042 (gdb_load): ... this. Move further below and add comment.
5043 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5044
8aed1c0d
PA
50452017-10-12 Pedro Alves <palves@redhat.com>
5046
5047 * gdb.base/attach.exp: Remove references to gdb64.
5048 * gdb.base/dbx.exp: Remove references to gdb64.
5049
cfa34c87
SM
50502017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5051 Pedro Alves <palves@redhat.com>
5052
5053 * gdb.base/label.exp: Remove is_remote target check.
5054
9192b7de
PA
50552017-10-12 Pedro Alves <palves@redhat.com>
5056
5057 * gdb.base/auvx.exp (coredir): Update comment.
5058 (top level) <core_works>: Use "set cwd" command instead of "cd"
5059 command.
5060
6bf0052d
PA
50612017-10-12 Pedro Alves <palves@redhat.com>
5062 Simon Marchi <simon.marchi@polymtl.ca>
5063
5064 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5065 target boards.
5066
e48ef82d
PA
50672017-10-12 Pedro Alves <palves@redhat.com>
5068 Simon Marchi <simon.marchi@polymtl.ca>
5069
5070 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5071 Instead skip if there's any gdb_protocol set.
5072
8d7aea57
SM
50732017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5074 Pedro Alves <palves@redhat.com>
5075
5076 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5077
30440677
PA
50782017-10-12 Pedro Alves <palves@redhat.com>
5079 Simon Marchi <simon.marchi@polymtl.ca>
5080
5081 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5082 instead of on dejagnu remote boards.
5083
4e04f045 50842017-10-12 Pedro Alves <palves@redhat.com>
175654b9 5085 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
5086
5087 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5088 checks. Use build_executable + clean_restart instead of
5089 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5090 of enabling non-stop after starting gdb.
5091
871a186e
PA
50922017-10-12 Pedro Alves <palves@redhat.com>
5093
5094 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5095 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5096 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5097 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5098
56d704da
AK
50992017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5100
5101 * gdb.arch/arc-tdesc-cpu.exp: New file.
5102 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5103
2f20e312
SM
51042017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5105
5106 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5107
65630365
PA
51082017-10-10 Pedro Alves <palves@redhat.com>
5109
5110 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5111 expect CLI output.
5112
bf469271
PA
51132017-10-10 Pedro Alves <palves@redhat.com>
5114
5115 * lib/selftest-support.exp (selftest_setup): Update for
5116 captured_command_loop's prototype change.
5117
777a42f1
PA
51182017-10-09 Pedro Alves <palves@redhat.com>
5119
5120 Test both arch1=>arch2 and arch2=>arch1.
5121
5122 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5123 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5124 factored out to...
5125 (append_arch1_options, append_arch2_options, append_arch_options)
5126 (build_executables): New procedures.
5127 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5128 local.
5129 (top level): Add new 'first_arch' testing axis.
5130
cbd2b4e3
PA
51312017-10-09 Pedro Alves <palves@redhat.com>
5132
5133 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5134 (barrier): New.
5135 (thread_start, all_started): New functions.
5136 (main): Spawn new thread and wait until it is scheduled.
5137 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5138 option.
5139 (do_test): Add 'selected_thread' parameter. Run to all_started
5140 instead of main. Explicitly set the breakpoint at main. Switch
5141 to the SELECTED_THREAD thread.
5142 (top level): Test handling the exec event with either the main
5143 thread or the second thread selected.
5144
5c9e4427
PA
51452017-10-09 Pedro Alves <palves@redhat.com>
5146
5147 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5148 logic. Move STOP marker after the value checks.
5149 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5150 regexp.
5151
b3b7c423
SL
51522017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5153
5154 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5155
3b4b2f16
UW
51562017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5157
5158 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5159 integer-to-dfp conversion.
5160 * gdb.base/dfp-test.exp: Likewise.
5161
5cd63fda
PA
51622017-10-04 Pedro Alves <palves@redhat.com>
5163
5164 * gdb.multi/hangout.c: Include <unistd.h>.
5165 (hangout_loop): New function.
5166 (main): Call alarm. Call hangout_loop in a loop.
5167 * gdb.multi/hello.c: Include <unistd.h>.
5168 (hello_loop): New function.
5169 (main): Call alarm. Call hangout_loop in a loop.
5170 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5171 inferior with the other selected.
5172
4c71c105
SM
51732017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5174
5175 * gdb.mi/list-thread-groups-available.exp: New file.
5176 * gdb.mi/list-thread-groups-available.c: New file.
5177
bc3b087d
SDJ
51782017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5179
5180 * gdb.base/set-cwd.exp: Make it available on
5181 native-extended-gdbserver.
5182
d092c5a2
SDJ
51832017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5184
5185 * gdb.base/set-cwd.c: New file.
5186 * gdb.base/set-cwd.exp: Likewise.
5187
45320ffa
TT
51882017-10-02 Tom Tromey <tom@tromey.com>
5189
5190 PR rust/22236:
5191 * gdb.rust/simple.rs (main): New variable "fslice".
5192 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5193
b3e3859b
TT
51942017-10-02 Tom Tromey <tom@tromey.com>
5195
5196 * gdb.rust/simple.exp: Test ptype of a slice.
5197
01af5e0d
TT
51982017-10-02 Tom Tromey <tom@tromey.com>
5199
5200 * gdb.rust/simple.exp: Test index of slice.
5201
a9bbfbd8
TT
52022017-09-27 Tom Tromey <tom@tromey.com>
5203
5204 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5205
df8899e5
TP
52062017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5207 Pedro Alves <palves@redhat.com>
5208
5209 * gdb.base/compare-sections.exp (get value of read-only section): Read
5210 as unsigned value.
5211 (corrupt read-only section): Likewise and don't set written if patching
5212 failed.
5213
757bf54b
KB
52142017-09-21 Kevin Buettner <kevinb@redhat.com>
5215
5216 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5217 files.
5218
06871ae8
PA
52192017-09-20 Pedro Alves <palves@redhat.com>
5220
5221 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5222 symbol names in gdb's output.
5223 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5224
e5f25bc5
PA
52252017-09-20 Pedro Alves <palves@redhat.com>
5226
5227 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5228 Rename to ...
5229 (test_list_ambiguous_symbol): ... this and add a symbol name
5230 parameter. Adjust.
5231 (test_list_ambiguous_function): Reimplement on top of
5232 test_list_ambiguous_symbol and also test listing ambiguous
5233 variables.
5234 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5235 (ambiguous_fun): ... this.
5236 (ambiguous_var): New.
5237 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5238 (ambiguous_fun): ... this.
5239 (ambiguous_var): New.
5240
4e5a4f58
JB
52412017-09-19 John Baldwin <jhb@FreeBSD.org>
5242
5243 * gdb.base/starti.c: New file.
5244 * gdb.base/starti.exp: New file.
5245 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5246
26e53f3e
PA
52472017-09-14 Pedro Alves <palves@redhat.com>
5248
5249 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5250 (top level): Use it instead of runto.
5251
cb791d59
TT
52522017-09-11 Tom Tromey <tom@tromey.com>
5253
5254 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5255
7c96f8c1
TT
52562017-09-11 Tom Tromey <tom@tromey.com>
5257
5258 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5259 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5260
469412dd
CW
52612017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5262
5263 * gdb.fortran/printing-types.exp: New file.
5264 * gdb.fortran/printing-types.exp: New file.
5265
e0f86435
BH
52662017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5267
5268 * gdb.fortran/vla-ptype.exp: Fix typos.
5269 * gdb.fortran/vla-value.exp: Same.
5270
9e9af4be
BH
52712017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5272
5273 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5274 * gdb.mi/mi-var-child-f.exp: Likewise.
5275 * gdb.mi/mi-vla-fortran.exp: Likewise.
5276
a5ad232b 52772017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
5278 Christoph Weinmann <christoph.t.weinmann@intel.com>
5279 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
5280
5281 * gdb.fortran/ptr-indentation.f90: New file.
5282 * gdb.fortran/ptr-indentation.exp: New file.
5283
5aec60eb
TT
52842017-09-05 Tom Tromey <tom@tromey.com>
5285
5286 PR gdb/22010:
5287 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5288
8f8f8152
TP
52892017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5290
5291 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5292
fbd1b771
JK
52932017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5294
5295 * gdb.threads/tls-nodebug-pie.c: New file.
5296 * gdb.threads/tls-nodebug-pie.exp: New file.
5297
5eb5f850
TT
52982017-09-05 Tom Tromey <tom@tromey.com>
5299
5300 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5301 for rust.
5302
ae780a21
SM
53032017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5304
5305 * gdb.multi/multi-arch-exec.exp: Test with different
5306 "follow-exec-mode" settings.
5307 (do_test): New procedure.
5308
3693fdb3
PA
53092017-09-04 Pedro Alves <palves@redhat.com>
5310
5311 * gdb.base/func-static.c (S::method const, S::method volatile)
5312 (S::method volatile const): New methods.
5313 (c_s, v_s, cv_s): New instances.
5314 (main): Call method() on them.
5315 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5316 (cannot_resolve): New procedure.
5317 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5318 print-quote-unquoted columns.
5319 (do_test): Test printing each scope too.
5320
e68cb8e0
PA
53212017-09-04 Pedro Alves <palves@redhat.com>
5322
5323 * gdb.base/local-static.exp: Also test with
5324 class::method::variable wholly quoted.
5325 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5326
858be34c
PA
53272017-09-04 Pedro Alves <palves@redhat.com>
5328
5329 * gdb.base/local-static.c: New.
5330 * gdb.base/local-static.cc: New.
5331 * gdb.base/local-static.exp: New.
5332
46a4882b
PA
53332017-09-04 Pedro Alves <palves@redhat.com>
5334
5335 * gdb.asm/asm-source.exp: Add casts to int.
5336 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5337 (dataglobal64_1, dataglobal64_2): New globals.
5338 * gdb.base/nodebug.exp: Test different expressions involving the
5339 new globals, with print, whatis and ptype. Add casts to int.
5340 * gdb.base/solib-display.exp: Add casts to int.
5341 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5342 * gdb.cp/m-static.exp: Add cast to int.
5343 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5344 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5345 tls variable with no debug info without a cast. Test with a cast
5346 to int too.
5347 * gdb.trace/entry-values.exp: Add casts.
5348
2c5a2be1
PA
53492017-09-04 Pedro Alves <palves@redhat.com>
5350
5351 * gdb.base/nodebug.exp: Test that ptype's error about functions
5352 with unknown return type includes the function name too.
5353
7022349d
PA
53542017-09-04 Pedro Alves <palves@redhat.com>
5355
5356 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5357 return type of munmap in infcall.
5358 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5359 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5360 type of ftell in infcall.
5361 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5362 type of getpid in infcall.
5363 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5364 infcall.
5365 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5366 Bail on failure to extract the pid.
5367 * gdb.base/nodebug.c: #include <stdint.h>.
5368 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5369 New functions.
5370 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5371 Change expected output of print/whatis/ptype with functions with
5372 no debug info. Test all supported languages. Call
5373 test_call_promotion.
5374 * gdb.compile/compile.exp: Adjust expected output to expect
5375 warning.
5376 * gdb.threads/siginfo-threads.exp: Likewise.
5377
54990598
PA
53782017-09-04 Pedro Alves <palves@redhat.com>
5379
5380 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5381 "prototypes". Test calling float functions via prototyped and
5382 unprototyped function pointers.
5383 (perform_all_tests): New parameter "prototypes". Pass it down.
5384 (top level): Pass down "prototypes" parameter to
5385 perform_all_tests.
5386
34d16ea2
SM
53872017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5388
5389 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5390 Test with nested loops.
5391
9521ecda
SM
53922017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5393
5394 * gdb.base/commands.exp: Call the new procedures.
5395 (loop_break_test, loop_continue_test): New procedures.
5396
80a65e9b
SM
53972017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5398
5399 * gdb.base/commands.exp: Call new procedure.
5400 (define_if_without_arg_test): New procedure.
5401
e439fa14
PA
54022017-09-04 Pedro Alves <palves@redhat.com>
5403
5404 * gdb.base/list-ambiguous.exp: New file.
5405 * gdb.base/list-ambiguous0.c: New file.
5406 * gdb.base/list-ambiguous1.c: New file.
5407 * gdb.base/list.exp (test_list_range): Adjust expected output.
5408
0a2dde4a
SDJ
54092017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5410
5411 * gdb.base/share-env-with-gdbserver.c: New file.
5412 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5413
5e89eb3a
SM
54142017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5415
5416 * gdb.base/commands.exp (gdbvar_simple_if_test,
5417 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5418 progvar_simple_if_test, progvar_simple_while_test,
5419 progvar_complex_if_while_test, user_defined_command_test,
5420 user_defined_command_args_eval,
5421 user_defined_command_args_stack_test,
5422 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5423 temporary_breakpoint_commands,
5424 gdb_test_no_prompt, redefine_hook_test,
5425 redefine_backtrace_test): Remove "global gdb_prompt".
5426
fd437cbc
SM
54272017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5428
5429 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5430 New proc, call it from toplevel.
5431
87215ad1
SDJ
54322017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5433
5434 PR remote/21852
5435 * gdb.server/normal.c: New file, copied from gdb.base.
5436 * gdb.server/run-without-local-binary.exp: New file.
5437
58afddc6
WP
54382017-08-07 Weimin Pan <weimin.pan@oracle.com>
5439
5440 * gdb.arch/sparc64-adi.exp: New file.
5441 * gdb.arch/sparc64-adi.c: New file.
5442
5277199a
PA
54432017-08-22 Pedro Alves <palves@redhat.com>
5444
5445 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5446 (top level): Add "list all overloads" tests.
5447
14278e1f
TT
54482017-08-22 Tom Tromey <tom@tromey.com>
5449
5450 * gdb.gdb/xfullpath.exp: Remove.
5451
bf223d3e
PA
54522017-08-21 Pedro Alves <palves@redhat.com>
5453
5454 PR gdb/19487
5455 * gdb.base/symbol-alias.c: New.
5456 * gdb.base/symbol-alias2.c: New.
5457 * gdb.base/symbol-alias.exp: New.
5458
c973d0aa
PA
54592017-08-21 Pedro Alves <palves@redhat.com>
5460
5461 * gdb.base/dfp-test.c
5462 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5463 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5464 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5465 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5466 * gdb.base/whatis-ptype-typedefs.c: New.
5467 * gdb.base/whatis-ptype-typedefs.exp: New.
5468 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5469 (an_int, an_int_type, an_int_type2): New globals.
5470 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5471 involving typedefs and cast expressions.
5472 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5473 (lookup_typedefs_function): New.
5474 (typedefs_pretty_printers_dict): New.
5475 (top level): Register lookup_typedefs_function in
5476 gdb.pretty_printers.
5477
6d580b63
YQ
54782017-08-18 Yao Qi <yao.qi@linaro.org>
5479
5480 * gdb.server/unittest.exp: New.
5481
206726fb
SDJ
54822017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5483
5484 PR gdb/21954
5485 * gdb.base/environ.exp: Add test to check if 'unset environment'
5486 works.
5487
bf0ec4c2
AA
54882017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5489
5490 * lib/gdb.exp (universal_compile_options): New caching proc.
5491 (gdb_compile): Suppress GCC's coloring of messages.
5492
d6382fff
TT
54932017-08-14 Tom Tromey <tom@tromey.com>
5494
5495 PR gdb/21675:
5496 * gdb.base/printcmds.exp (test_radices): New function.
5497 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5498 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5499 * lib/gdb.exp (get_integer_valueof): Use p/d.
5500
c2c2dd9f
SM
55012017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5502
5503 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5504 characters.
5505
fdffd6f4
TT
55062017-08-05 Tom Tromey <tom@tromey.com>
5507
5508 * gdb.rust/simple.exp: Allow String to appear in a different
5509 namespace.
5510
27d41eac
YQ
55112017-07-26 Yao Qi <yao.qi@linaro.org>
5512
5513 * gdb.gdb/unittest.exp: Invoke command
5514 "maintenance check xml-descriptions".
5515
031ed05d
AA
55162017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5517
5518 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5519 calling context.
5520 (hex128): Drop erroneous calculation of parameters.
5521
dcd27ddf
SM
55222017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5523
5524 * gdb.python/py-unwind.exp: Disable stack protection when
5525 building test file.
5526
47e77640
PA
55272017-07-20 Pedro Alves <palves@redhat.com>
5528
5529 * gdb.base/default.exp (set language): Adjust expected output.
5530
62d2a18a
PA
55312017-07-20 Pedro Alves <palves@redhat.com>
5532
5533 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5534 (test_minsym): ... this, and make static.
5535 (get_pck__foo__bar__minsym): Rename to ...
5536 (get_test_minsym): ... this.
5537 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5538 symbol names and comments.
5539 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5540 (get_test_minsym): ... this.
5541 (pck__foo__bar__minsym__2): Rename to ...
5542 (test_minsym): ... this.
5543 (main): Adjust.
5544
c45ec17c
PA
55452017-07-17 Pedro Alves <palves@redhat.com>
5546
5547 * gdb.base/completion.exp: Adjust expected output.
5548 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5549 the completer works.
5550
c6756f62
PA
55512017-07-17 Pedro Alves <palves@redhat.com>
5552
5553 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5554
5bd68487
AB
55552017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5556
5557 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5558
8880f2a9
TT
55592017-07-14 Tom Tromey <tom@tromey.com>
5560
5561 PR rust/21764:
5562 * gdb.rust/simple.exp: Add tests.
5563
65547233
TT
55642017-07-14 Tom Tromey <tom@tromey.com>
5565
5566 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5567
8f14146e
PA
55682017-07-14 Pedro Alves <palves@redhat.com>
5569
5570 * gdb.linespec/base/one/thefile.cc (z1): New function.
5571 * gdb.linespec/base/two/thefile.cc (z2): New function.
5572 * gdb.linespec/linespec.exp: Add tests.
5573
b4365d02
AB
55742017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5575
5576 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5577 to mi_create_breakpoint.
5578
5d2cbaa5
AB
55792017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5580
5581 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5582 mi_create_breakpoint.
5583
11cb5716
IB
55842017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5585
5586 * gdb.dlang/demangle.exp: Update for demangling changes.
5587
03278692
TT
55882017-07-09 Tom Tromey <tom@tromey.com>
5589
5590 * gdb.dwarf2/shortpiece.exp: New file.
5591
33c5cd75
DB
55922017-07-06 David Blaikie <dblaikie@gmail.com>
5593
5594 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5595 built from fissiont-multi-cu{1,2}.c.
5596 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5597 except putting 'main' and 'func' in separate CUs in the same DWO file.
5598 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5599 test.
5600 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5601 test.
5602
8455d262
PA
56032017-07-06 Pedro Alves <palves@redhat.com>
5604
5605 * gdb.python/py-unwind.exp: Test flushregs.
5606
dc4bde35
SDJ
56072017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5608
5609 PR cli/21688
5610 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5611 tests for alias commands and trailing whitespace.
5612
51ed89aa
SDJ
56132017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5614
5615 PR cli/21688
5616 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5617 procedure. Call it.
5618
eb17d413
PA
56192017-06-29 Pedro Alves <palves@redhat.com>
5620
5621 * gdb.base/printcmds.exp: Add tests.
5622
41664b45
DG
56232017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5624
5625 PR gdb/21337
5626 * gdb.base/reread-readsym.exp: New file.
5627 * gdb.base/reread-readsym.c: New file.
5628
75312ae3
KB
56292017-06-21 Kevin Buettner <kevinb@redhat.com>
5630
5631 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5632 subpattern.
5633
66953522
PB
56342017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5635
5636 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5637 extended mnemonic.
5638 * gdb.arch/powerpc-power9.s: Likewise.
5639
5524b525
AA
56402017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5641
5642 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5643 on 32-bit x86 targets. Exploit is_*_target macros where
5644 appropriate.
5645
03c8af18
AA
56462017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5647
5648 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5649 register pieces.
5650
3bf31011
AA
56512017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5652
5653 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5654 located in one or more DWARF pieces.
5655
805acca0
AA
56562017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5657
5658 * lib/gdb.exp (get_endianness): New proc.
5659 * gdb.arch/aarch64-fp.exp: Use it.
5660 * gdb.arch/altivec-regs.exp: Likewise.
5661 * gdb.arch/e500-regs.exp: Likewise.
5662 * gdb.arch/vsx-regs.exp: Likewise.
5663 * gdb.base/dump.exp: Likewise.
5664 * gdb.base/funcargs.exp: Likewise.
5665 * gdb.base/gnu_vector.exp: Likewise.
5666 * gdb.dwarf2/formdata16.exp: Likewise.
5667 * gdb.dwarf2/implptrpiece.exp: Likewise.
5668 * gdb.dwarf2/nonvar-access.exp: Likewise.
5669 * gdb.python/py-inferior.exp: Likewise.
5670 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5671
e9352324
AA
56722017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5673
5674 PR gdb/21226
5675 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5676 stack value pieces are taken from the LSB end.
5677
d5d1163e
AA
56782017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5679
5680 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5681 variable at nonzero offset.
5682
0567c986
AA
56832017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5684
5685 * gdb.dwarf2/var-access.c: New file.
5686 * gdb.dwarf2/var-access.exp: New test.
5687 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5688
973e9aab
TT
56892017-06-12 Tom Tromey <tom@tromey.com>
5690
5691 * gdb.dwarf2/formdata16.exp: Add tests.
5692
d9109c80
TT
56932017-06-12 Tom Tromey <tom@tromey.com>
5694
5695 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5696
30a25466
TT
56972017-06-12 Tom Tromey <tom@tromey.com>
5698
5699 PR exp/16225:
5700 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5701 * gdb.arch/vsx-regs.exp: Update tests.
5702 * gdb.arch/s390-vregs.exp (hex128): New proc.
5703 Update test.
5704 * gdb.arch/altivec-regs.exp: Update tests.
5705
aefd8b33
SDJ
57062017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5707
5708 * gdb.base/startup-with-shell.c: New file.
5709 * gdb.base/startup-with-shell.exp: Likewise.
5710
2090129c
SDJ
57112017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5712
5713 * gdb.server/non-existing-program.exp: Update regex in order to
5714 reflect the fact that gdbserver is now using fork_inferior (with a
5715 shell) to startup the inferior.
5716
8e86a419
SM
57172017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5718
5719 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5720 support function calls from GDB.
5721
e6cf65f2
TT
57222017-05-21 Tom Tromey <tom@tromey.com>
5723
5724 PR rust/21466:
5725 * gdb.rust/unsized.exp: New file.
5726 * gdb.rust/unsized.rs: New file.
5727
43cc5389
TT
57282017-05-19 Tom Tromey <tom@tromey.com>
5729
5730 PR rust/21484:
5731 * gdb.rust/watch.exp: New file.
5732 * gdb.rust/watch.rs: New file.
5733
ec8df234
TT
57342017-05-18 Tom Tromey <tom@tromey.com>
5735
5736 * gdb.rust/simple.exp: Allow Box to be qualified.
5737
3e3e7fae
TP
57382017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5739
5740 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5741
59cc050d
PA
57422017-05-18 Pedro Alves <palves@redhat.com>
5743
5744 * gdb.base/fileio.c (test_write, test_read, test_close)
5745 (test_fstat): Don't print 'ret' in the fail path.
5746
c8f6abd1
PA
57472017-05-18 Pedro Alves <palves@redhat.com>
5748
5749 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5750 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5751 (test_system, test_rename, test_unlink, test_time): Change
5752 prototypes.
5753 * gdb.base/fileio.exp (stop_msg): Adjust.
5754
d2a03b77
PA
57552017-05-18 Pedro Alves <palves@redhat.com>
5756
5757 * gdb.base/fileio.c (null_str): New global.
5758 (test_stat): Use it.
5759 * gdb.base/fileio.exp: Remove nowarnings.
5760
0d5c6999
YQ
57612017-05-17 Yao Qi <yao.qi@linaro.org>
5762
5763 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5764
21873064
YQ
57652017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5766
5767 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5768 argument command.
5769 (top-level): Invoke test_set_inferior_tty.
5770
d512d31c
PA
57712017-05-04 Pedro Alves <palves@redhat.com>
5772
5773 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5774 Add parens to print call for Python 3.
5775
90cef2ed
KS
57762017-05-03 Keith Seitz <keiths@redhat.com>
5777
5778 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5779 (main): Call it.
5780
14f819c8
TW
57812017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5782
5783 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5784 to prev and next.
5785
913aeadd
TW
57862017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5787
5788 * gdb.python/py-record-btrace.exp: Remove test for
5789 gdb.BtraceInstruction.error.
5790
a3be24ad
TW
57912017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5792
5793 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5794
ae20e79a
TW
57952017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5796
5797 * gdb.python/py-record-btrace-threads.c: New file.
5798 * gdb.python/py-record-btrace-threads.exp: New file.
5799
45ce1b47
SDJ
58002017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5801
5802 PR testsuite/8595
5803 * gdb.base/environ.exp: Make test available in all architectures.
5804 Move bits related to "info program" testing to
5805 gdb.base/info-program.exp. Rewrite tests to use the two new
5806 procedures mentione below.
5807 (test_set_show_env_var) New procedure.
5808 (test_set_show_env_var_equal): Likewise.
5809 * gdb.base/info-program.exp: New file.
5810
e15c3eb4
KS
58112017-04-27 Keith Seitz <keiths@redhat.com>
5812
5813 * gdb.cp/oranking.cc (test15): New function.
5814 (main): Call test15 and declare additional variables for testing.
5815 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5816 "p foo101('abc')" tests.
5817 Add tests for cv qualifier overloads.
5818 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5819 "lvalue reference overload" test.
5820 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5821 "print value of f1 on Child&& in f2" test.
5822
3a3fd0fd
PA
58232017-04-19 Pedro Alves <palves@redhat.com>
5824
5825 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5826 procedure.
5827 (top level): Call it.
5828 * lib/gdb.exp (gdb_define_cmd): New procedure.
5829
53375380
PA
58302017-04-12 Pedro Alves <palves@redhat.com>
5831
5832 PR gdb/21323
5833 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5834 (wchar): New global.
5835 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5836 (do_test_wide_char, wide_char_types_no_program, top level): Add
5837 wchar_t testing.
5838
53e710ac
PA
58392017-04-12 Pedro Alves <palves@redhat.com>
5840
5841 PR c++/21323
5842 * gdb.cp/wide_char_types.c: New file.
5843 * gdb.cp/wide_char_types.exp: New file.
5844
0ad9d8c7
SDJ
58452017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5846
5847 PR gdb/21352
5848 * gdb.trace/tsv.exp: Add test for "tsave -r".
5849
b1b45502
IB
58502017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5851
5852 * gdb.dlang/watch-loc.c: New file.
5853 * gdb.dlang/watch-loc.exp: New file.
5854
ec13808e
JK
58552017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5856
5857 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5858
fe5f7374
AK
58592017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5860
5861 * gdb.arch/arc-analyze-prologue.S: New file.
5862 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5863
eea78757
AK
58642017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5865
5866 * gdb.arch/arc-decode-insn.S: New file.
5867 * gdb.arch/arc-decode-insn.exp: Likewise.
5868
5badf10a
IR
58692017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5870
5871 PR tdep/20928
5872 * gdb.arch/sparc64-regs.exp: New file.
5873 * gdb.arch/sparc64-regs.S: Likewise.
5874
cee59b3f
TW
58752017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5876
5877 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5878 and memory view on Python 3.
5879
c0f55cc6
AV
58802017-03-20 Artemiy Volkov <artemiyv@acm.org>
5881 Keith Seitz <keiths@redhat.com>
5882
5883 PR gdb/14441
5884 * gdb.cp/demangle.exp: Add rvalue reference tests.
5885 * gdb.cp/rvalue-ref-casts.cc: New file.
5886 * gdb.cp/rvalue-ref-casts.exp: New file.
5887 * gdb.cp/rvalue-ref-overload.cc: New file.
5888 * gdb.cp/rvalue-ref-overload.exp: New file.
5889 * gdb.cp/rvalue-ref-params.cc: New file.
5890 * gdb.cp/rvalue-ref-params.exp: New file.
5891 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5892 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5893 * gdb.cp/rvalue-ref-types.cc: New file.
5894 * gdb.cp/rvalue-ref-types.exp: New file.
5895 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5896 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5897
51457a05
MAL
58982017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5899
5900 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5901 New procedure.
5902
5b291c04
MAL
59032017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5904
5905 * lib/mi-support.exp (mi_gdb_test): Add additional message
5906 for unexpected output.
5907
59a56148
AA
59082017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5909
5910 * gdb.base/examine-backward.c (Barrier): New character array
5911 constant, to ensure that TestStrings is preceded by a string
5912 terminator.
5913
7942e96e
AA
59142017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5915
5916 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5917 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5918 and implicit pointer into such a location.
5919
6ebac3fb
DE
59202017-03-16 Doug Evans <dje@google.com>
5921
5922 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5923
ec3b243d
TP
59242017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5925
5926 * gdb.cp/m-static.exp: Fix expectation for prototype of
5927 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
5928
59292017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
5930
5931 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5932 * gdb.guile/scm-lazy-string.c: New file.
5933 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5934 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5935 for pointer, array, typedef lazy strings.
5936
2cc36e25 59372017-03-16 Doug Evans <dje@google.com>
34b43320
DE
5938
5939 PR python/17728, python/18439, python/18779
5940 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5941 * gdb.python/py-lazy-string.c (pointer): New typedef.
5942 (main): New locals ptr, array, typedef_ptr.
5943 * gdb.python/py-value.exp: Move lazy string tests to ...
5944 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5945 array, typedef lazy strings.
ec3b243d 5946
0efcde63
AK
59472017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5948
5949 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5950 Add optional 'test' parameter.
5951
7978d7c3
SM
59522017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5953
5954 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5955 Skip for versions of DejaGnu < 1.5.
5956
896c0c1e
SM
59572017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5958
5959 * lib/gdb.exp (dejagnu_version): New proc.
5960 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5961 Use dejagnu_version.
5962
5f4d1085
KS
59632017-03-10 Keith Seitz <keiths@redhat.com>
5964
5965 PR c++/8128
5966 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5967 type from destructor regexps.
5968 Add a branch which actually passes the test.
5969 Adjust "ptype t5i" test names.
5970
1de05205
PA
59712017-03-08 Pedro Alves <palves@redhat.com>
5972
5973 * gdb.base/step-over-exit.exp: Add explicit test message.
5974
c65d6b55
PA
59752017-03-08 Pedro Alves <palves@redhat.com>
5976
5977 PR gdb/18360
5978 * gdb.threads/interrupt-while-step-over.c: New file.
5979 * gdb.threads/interrupt-while-step-over.exp: New file.
5980
2e86a283
PA
59812017-03-08 Pedro Alves <palves@redhat.com>
5982
5983 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5984 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5985
25dcbff6
PA
59862017-03-08 Pedro Alves <palves@redhat.com>
5987
5988 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5989 PKRU as not supported as a PASS.
5990
dc9366eb
PA
59912017-03-08 Pedro Alves <palves@redhat.com>
5992
5993 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5994 prefix instead of $binfile1/$binfile2.
5995 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5996 in test message.
5997 * gdb.python/py-completion.exp: Use "load python file" as test
5998 messages instead of unstable path names.
5999
6e5d74e7
PA
60002017-03-08 Pedro Alves <palves@redhat.com>
6001 Jan Kratochvil <jan.kratochvil@redhat.com>
6002
6003 PR cli/21218
6004 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6005 New proc.
6006 (top level): Call it.
6007
9753a2f6
PA
60082017-03-08 Pedro Alves <palves@redhat.com>
6009
6010 PR tui/21216
6011 * gdb.tui/tui-nl-filtered-output.exp: New file.
6012
1a4dd9dd
PA
60132017-03-08 Pedro Alves <palves@redhat.com>
6014
6015 * gdb.base/completion.exp: Move TUI completion tests to ...
6016 * gdb.tui/completion.exp: ... this new file.
6017
7cbbff33
PA
60182017-03-08 Pedro Alves <palves@redhat.com>
6019
6020 * gdb.base/tui-disasm-long-lines.c,
6021 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6022 gdb.base/tui-layout.exp: Move to ...
6023 * gdb.tui/: ... this new directory.
6024
5f6fd321
PA
60252017-03-07 Pedro Alves <palves@redhat.com>
6026
6027 * gdb.base/tui-layout.c: New file.
6028 * gdb.base/tui-layout.exp: New file.
6029
44959fa8
PA
60302017-03-07 Pedro Alves <palves@redhat.com>
6031
6032 * gdb.base/tui-layout.c: Rename to ...
6033 * gdb.base/tui-disasm-long-lines.c: ... this.
6034 * gdb.base/tui-layout.exp: Rename to ...
6035 * gdb.base/tui-disasm-long-lines.exp: ... this.
6036
f8c4e718
PA
60372017-03-07 Pedro Alves <palves@redhat.com>
6038
6039 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6040
6dbb839a 60412017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
6042
6043 * i386-mpx-call.c: New file.
6044 * i386-mpx-call.exp: New file.
6045
65b48a81
PB
60462017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6047
6048 * gdb.arch/powerpc-power.exp: Delete test.
6049 * gdb.arch/powerpc-power.s: Likewise.
6050 * gdb.disasm/disassembler-options.exp: New test.
6051 * gdb.arch/powerpc-altivec.exp: Likewise.
6052 * gdb.arch/powerpc-altivec.s: Likewise.
6053 * gdb.arch/powerpc-altivec2.exp: Likewise.
6054 * gdb.arch/powerpc-altivec2.s: Likewise.
6055 * gdb.arch/powerpc-altivec3.exp: Likewise.
6056 * gdb.arch/powerpc-altivec3.s: Likewise.
6057 * gdb.arch/powerpc-power7.exp: Likewise.
6058 * gdb.arch/powerpc-power7.s: Likewise.
6059 * gdb.arch/powerpc-power8.exp: Likewise.
6060 * gdb.arch/powerpc-power8.s: Likewise.
6061 * gdb.arch/powerpc-power9.exp: Likewise.
6062 * gdb.arch/powerpc-power9.s: Likewise.
6063 * gdb.arch/powerpc-vsx.exp: Likewise.
6064 * gdb.arch/powerpc-vsx.s: Likewise.
6065 * gdb.arch/powerpc-vsx2.exp: Likewise.
6066 * gdb.arch/powerpc-vsx2.s: Likewise.
6067 * gdb.arch/powerpc-vsx3.exp: Likewise.
6068 * gdb.arch/powerpc-vsx3.s: Likewise.
6069 * gdb.arch/arm-disassembler-options.exp: Likewise.
6070 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6071 * gdb.arch/s390-disassembler-options.exp: Likewise.
6072
17cd4947
LM
60732017-02-23 Luis Machado <lgustavo@codesourcery.com>
6074
6075 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6076 (check_supported_features): ... this. Changed return type to void.
6077 (supports_rdseed): New static global.
6078 (rdseed): Check supports_rdseed.
6079 (initialize): Call check_supported_features.
6080
2039d74e
EBM
60812017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6082
6083 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6084 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6085 and lqarx/stqcx.
6086 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6087 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6088
a51d7ecf
EBM
60892017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6090
6091 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6092 uppercase.
6093
0224619f
JK
60942017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6095
6096 * gdb.dwarf2/formdata16.c: New file.
6097 * gdb.dwarf2/formdata16.exp: New file.
6098 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6099
216f72a1
JK
61002017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6101
6102 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6103 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6104 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6105 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6106 DW_AT_GNU_*.
6107
43988095
JK
61082017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6109
6110 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6111
99e8a4f9
SDJ
61122017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6113
6114 PR gdb/21164
6115 * gdb.base/maint.exp: Add testcases for when the commands do
6116 not have arguments.
6117
b58a8c0c
TP
61182017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6119
6120 * gdb.cp/chained-calls.exp: Use p instead of P.
6121
4e746bb6
TW
61222017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6123
6124 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6125 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6126
3f77c769
TT
61272017-02-14 Tom Tromey <tom@tromey.com>
6128
6129 PR python/13598:
6130 * gdb.python/py-events.exp: Add before_prompt event tests.
6131
075beec0
AA
61322017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6133
6134 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6135
bf5f525c
LM
61362017-02-13 Luis Machado <lgustavo@codesourcery.com>
6137
6138 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6139 (main): Call my_unique_function_name.
6140 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6141 completion of patterns with a single match.
6142 Add missing -re switches to gdb_test_multiple calls.
6143
13a66184
LM
61442017-02-13 Luis Machado <lgustavo@codesourcery.com>
6145
6146 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6147 return if core file is not recognized.
6148
26a06916
SM
61492017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6150
6151 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6152 and extra UIs.
6153
b761ca9e
SM
61542017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6155
6156 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6157 proc_with_prefix.
6158
b964bee0
TT
61592017-02-10 Tom Tromey <tom@tromey.com>
6160
6161 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6162
18da0c51
MG
61632017-02-10 Martin Galvan <martingalvan@sourceware.org>
6164
6165 PR gdb/21122
6166 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6167
604c4576
JG
61682017-02-08 Jerome Guitton <guitton@adacore.com>
6169
6170 * gdb.base/define.exp: Add test for command abbreviations
6171 in define.
6172
20b477a7
LM
61732017-02-06 Luis Machado <lgustavo@codesourcery.com>
6174
6175 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6176 * gdb.reverse/insn-reverse-x86.c: New file.
6177
3f7b46f2
IR
61782017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6179
6180 PR tdep/20936
6181 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6182
f0fd41c1
TT
61832017-02-03 Tom Tromey <tom@tromey.com>
6184
6185 PR rust/21097:
6186 * gdb.rust/simple.exp: Add new tests.
6187
5be5dbf0
PA
61882017-02-02 Pedro Alves <palves@redhat.com>
6189
6190 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6191 tests.
6192
7346ef59
AA
61932017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6194
6195 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6196 taking a 2-byte value out of a 4-byte DWARF implicit value on
6197 big-endian targets.
6198 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6199 logic. Add test cases for DW_OP_implicit.
6200
787f0025
MM
62012017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6202
6203 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6204
68777c29
MM
62052017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6206
6207 * gdb.btrace/enable.exp: Call gdb_exit before
6208 skip_gdbserver_tests.
6209
0a1c7e28
MM
62102017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6211
6212 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6213 GDBFLAGS.
6214
b5ac99b0
MM
62152017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6216
6217 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6218 the test is skipped.
6219 * gdb.btrace/data.exp: Likewise.
6220 * gdb.btrace/delta.exp: Likewise.
6221 * gdb.btrace/dlopen.exp: Likewise.
6222 * gdb.btrace/enable-running.exp: Likewise.
6223 * gdb.btrace/enable.exp: Likewise.
6224 * gdb.btrace/exception.exp: Likewise.
6225 * gdb.btrace/function_call_history.exp: Likewise.
6226 * gdb.btrace/gcore.exp: Likewise.
6227 * gdb.btrace/instruction_history.exp: Likewise.
6228 * gdb.btrace/multi-thread-step.exp: Likewise.
6229 * gdb.btrace/nohist.exp: Likewise.
6230 * gdb.btrace/non-stop.exp: Likewise.
6231 * gdb.btrace/reconnect.exp: Likewise.
6232 * gdb.btrace/record_goto-step.exp: Likewise.
6233 * gdb.btrace/record_goto.exp: Likewise.
6234 * gdb.btrace/rn-dl-bind.exp: Likewise.
6235 * gdb.btrace/segv.exp: Likewise.
6236 * gdb.btrace/step.exp: Likewise.
6237 * gdb.btrace/stepi.exp: Likewise.
6238 * gdb.btrace/tailcall-only.exp: Likewise.
6239 * gdb.btrace/tailcall.exp: Likewise.
6240 * gdb.btrace/tsx.exp: Likewise.
6241 * gdb.btrace/unknown_functions.exp: Likewise.
6242 * gdb.btrace/vdso.exp: Likewise.
6243
cd4007e4
MM
62442017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6245
6246 * gdb.btrace/enable-running.c: New.
6247 * gdb.btrace/enable-running.exp: New.
6248
2735833d
WT
62492017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6250
6251 * gdb.arch/amd64-gs_base.c: New file.
6252 * gdb.arch/amd64-gs_base.exp: New file.
6253
b51e1e94
LM
62542017-01-26 Luis Machado <lgustavo@codesourcery.com>
6255
6256 * lib/memory.exp: Remove spurious empty newlines.
6257
72ca0410
SM
62582017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6259
6260 * gdb.python/py-bad-printers.exp: Load python file using "source".
6261 * gdb.python/py-events.exp: Likewise.
6262 * gdb.python/py-evsignal.exp: Likewise.
6263 * gdb.python/py-evthreads.exp: Likewise.
6264 * gdb.python/py-frame-args.exp: Likewise.
6265 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6266 * gdb.python/py-framefilter-mi.exp: Likewise.
6267 * gdb.python/py-framefilter.exp: Likewise.
6268 * gdb.python/py-mi.exp: Likewise.
6269 * gdb.python/py-pp-maint.exp: Likewise.
6270 * gdb.python/py-pp-registration.exp: Likewise.
6271 * gdb.python/py-prettyprint.exp: Likewise.
6272 (run_lang_tests): Likewise.
6273 * gdb.python/py-typeprint.exp: Likewise.
6274
e309aa65
LM
62752017-01-26 Luis Machado <lgustavo@codesourcery.com>
6276
6277 * lib/memory.exp: New file.
6278 * lib/gdb.exp: Load memory.exp.
6279 * gdb.base/memattr.exp (delete_memory): Move proc to
6280 lib/memory.exp and rename to delete_memory_regions.
6281 Replace delete_memory with delete_memory_regions.
6282 Cleanup memory regions before tests.
6283 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6284 before tests.
6285
515aff23
LM
62862017-01-26 Luis Machado <lgustavo@codesourcery.com>
6287
6288 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6289 files.
6290 (initialize): New function conditionally defined.
6291 (testcases): Move within conditional block.
6292 (main): Call initialize.
6293 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6294 of gdb.reverse/insn-reverse.c.
6295 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6296 gdb.reverse/insn-reverse.c.
6297
d8b49cf0
YQ
62982017-01-26 Yao Qi <yao.qi@linaro.org>
6299
6300 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6301 disassemble on address 0.
6302
f13a9a0c
YQ
63032017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6304 Yao Qi <yao.qi@linaro.org>
6305
6306 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6307 * gdb.dwarf2/implptr-64bit.S: Remove.
6308 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6309 variables in caller's context. Add DW_OP_implicit_value.
6310
5ac95241
YQ
63112017-01-25 Yao Qi <yao.qi@linaro.org>
6312
6313 * lib/dwarf.exp (Dwarf::_location): Handle
6314 DW_OP_GNU_implicit_pointer with proper size.
6315
23e82930
LM
63162017-01-20 Luis Machado <lgustavo@codesourcery.com>
6317
6318 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6319 and add untested calls.
6320
d334ae25
LM
63212017-01-20 Luis Machado <lgustavo@codesourcery.com>
6322
6323 * gdb.python/python.exp: Check line number against what GDB thinks
6324 the line number is for func1.
6325
f5e6296e
IB
63262017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6327
6328 * gdb.dlang/debug-expr.exp: New file.
6329
5b362f04
LM
63302016-12-23 Luis Machado <lgustavo@codesourcery.com>
6331
6332 Fix test names for the following files:
6333
6334 * gdb.ada/exec_changed.exp
6335 * gdb.ada/info_types.exp
6336 * gdb.arch/aarch64-atomic-inst.exp
6337 * gdb.arch/aarch64-fp.exp
6338 * gdb.arch/altivec-abi.exp
6339 * gdb.arch/altivec-regs.exp
6340 * gdb.arch/amd64-byte.exp
6341 * gdb.arch/amd64-disp-step.exp
6342 * gdb.arch/amd64-dword.exp
6343 * gdb.arch/amd64-entry-value-inline.exp
6344 * gdb.arch/amd64-entry-value-param.exp
6345 * gdb.arch/amd64-entry-value-paramref.exp
6346 * gdb.arch/amd64-entry-value.exp
6347 * gdb.arch/amd64-i386-address.exp
6348 * gdb.arch/amd64-invalid-stack-middle.exp
6349 * gdb.arch/amd64-invalid-stack-top.exp
6350 * gdb.arch/amd64-optimout-repeat.exp
6351 * gdb.arch/amd64-prologue-skip.exp
6352 * gdb.arch/amd64-prologue-xmm.exp
6353 * gdb.arch/amd64-stap-special-operands.exp
6354 * gdb.arch/amd64-stap-wrong-subexp.exp
6355 * gdb.arch/amd64-tailcall-cxx.exp
6356 * gdb.arch/amd64-tailcall-noret.exp
6357 * gdb.arch/amd64-tailcall-ret.exp
6358 * gdb.arch/amd64-tailcall-self.exp
6359 * gdb.arch/amd64-word.exp
6360 * gdb.arch/arm-bl-branch-dest.exp
6361 * gdb.arch/arm-disp-step.exp
6362 * gdb.arch/arm-neon.exp
6363 * gdb.arch/arm-single-step-kernel-helper.exp
6364 * gdb.arch/avr-flash-qualifier.exp
6365 * gdb.arch/disp-step-insn-reloc.exp
6366 * gdb.arch/e500-abi.exp
6367 * gdb.arch/e500-regs.exp
6368 * gdb.arch/ftrace-insn-reloc.exp
6369 * gdb.arch/i386-avx512.exp
6370 * gdb.arch/i386-bp_permanent.exp
6371 * gdb.arch/i386-byte.exp
6372 * gdb.arch/i386-cfi-notcurrent.exp
6373 * gdb.arch/i386-disp-step.exp
6374 * gdb.arch/i386-dr3-watch.exp
6375 * gdb.arch/i386-float.exp
6376 * gdb.arch/i386-gnu-cfi.exp
6377 * gdb.arch/i386-mpx-map.exp
6378 * gdb.arch/i386-mpx-sigsegv.exp
6379 * gdb.arch/i386-mpx-simple_segv.exp
6380 * gdb.arch/i386-mpx.exp
6381 * gdb.arch/i386-permbkpt.exp
6382 * gdb.arch/i386-prologue.exp
6383 * gdb.arch/i386-signal.exp
6384 * gdb.arch/i386-size-overlap.exp
6385 * gdb.arch/i386-unwind.exp
6386 * gdb.arch/i386-word.exp
6387 * gdb.arch/mips-fcr.exp
6388 * gdb.arch/powerpc-d128-regs.exp
6389 * gdb.arch/powerpc-stackless.exp
6390 * gdb.arch/ppc64-atomic-inst.exp
6391 * gdb.arch/s390-stackless.exp
6392 * gdb.arch/s390-tdbregs.exp
6393 * gdb.arch/s390-vregs.exp
6394 * gdb.arch/sparc-sysstep.exp
6395 * gdb.arch/thumb-bx-pc.exp
6396 * gdb.arch/thumb-singlestep.exp
6397 * gdb.arch/thumb2-it.exp
6398 * gdb.arch/vsx-regs.exp
6399 * gdb.asm/asm-source.exp
6400 * gdb.base/a2-run.exp
6401 * gdb.base/advance.exp
6402 * gdb.base/all-bin.exp
6403 * gdb.base/anon.exp
6404 * gdb.base/args.exp
6405 * gdb.base/arithmet.exp
6406 * gdb.base/async-shell.exp
6407 * gdb.base/async.exp
6408 * gdb.base/attach-pie-noexec.exp
6409 * gdb.base/attach-twice.exp
6410 * gdb.base/auto-load.exp
6411 * gdb.base/bang.exp
6412 * gdb.base/bitfields.exp
6413 * gdb.base/break-always.exp
6414 * gdb.base/break-caller-line.exp
6415 * gdb.base/break-entry.exp
6416 * gdb.base/break-inline.exp
6417 * gdb.base/break-on-linker-gcd-function.exp
6418 * gdb.base/break-probes.exp
6419 * gdb.base/break.exp
6420 * gdb.base/breakpoint-shadow.exp
6421 * gdb.base/call-ar-st.exp
6422 * gdb.base/call-sc.exp
6423 * gdb.base/call-signal-resume.exp
6424 * gdb.base/call-strs.exp
6425 * gdb.base/callfuncs.exp
6426 * gdb.base/catch-fork-static.exp
6427 * gdb.base/catch-gdb-caused-signals.exp
6428 * gdb.base/catch-load.exp
6429 * gdb.base/catch-signal-fork.exp
6430 * gdb.base/catch-signal.exp
6431 * gdb.base/catch-syscall.exp
6432 * gdb.base/charset.exp
6433 * gdb.base/checkpoint.exp
6434 * gdb.base/chng-syms.exp
6435 * gdb.base/code-expr.exp
6436 * gdb.base/code_elim.exp
6437 * gdb.base/commands.exp
6438 * gdb.base/completion.exp
6439 * gdb.base/complex.exp
6440 * gdb.base/cond-expr.exp
6441 * gdb.base/condbreak.exp
6442 * gdb.base/consecutive.exp
6443 * gdb.base/continue-all-already-running.exp
6444 * gdb.base/coredump-filter.exp
6445 * gdb.base/corefile.exp
6446 * gdb.base/dbx.exp
6447 * gdb.base/debug-expr.exp
6448 * gdb.base/define.exp
6449 * gdb.base/del.exp
6450 * gdb.base/disabled-location.exp
6451 * gdb.base/disasm-end-cu.exp
6452 * gdb.base/disasm-optim.exp
6453 * gdb.base/display.exp
6454 * gdb.base/duplicate-bp.exp
6455 * gdb.base/ena-dis-br.exp
6456 * gdb.base/ending-run.exp
6457 * gdb.base/enumval.exp
6458 * gdb.base/environ.exp
6459 * gdb.base/eu-strip-infcall.exp
6460 * gdb.base/eval-avoid-side-effects.exp
6461 * gdb.base/eval-skip.exp
6462 * gdb.base/exitsignal.exp
6463 * gdb.base/expand-psymtabs.exp
6464 * gdb.base/filesym.exp
6465 * gdb.base/find-unmapped.exp
6466 * gdb.base/finish.exp
6467 * gdb.base/float.exp
6468 * gdb.base/foll-exec-mode.exp
6469 * gdb.base/foll-exec.exp
6470 * gdb.base/foll-fork.exp
6471 * gdb.base/fortran-sym-case.exp
6472 * gdb.base/freebpcmd.exp
6473 * gdb.base/func-ptr.exp
6474 * gdb.base/func-ptrs.exp
6475 * gdb.base/funcargs.exp
6476 * gdb.base/gcore-buffer-overflow.exp
6477 * gdb.base/gcore-relro-pie.exp
6478 * gdb.base/gcore-relro.exp
6479 * gdb.base/gcore.exp
6480 * gdb.base/gdb1090.exp
6481 * gdb.base/gdb11530.exp
6482 * gdb.base/gdb11531.exp
6483 * gdb.base/gdb1821.exp
6484 * gdb.base/gdbindex-stabs.exp
6485 * gdb.base/gdbvars.exp
6486 * gdb.base/hbreak.exp
6487 * gdb.base/hbreak2.exp
6488 * gdb.base/included.exp
6489 * gdb.base/infcall-input.exp
6490 * gdb.base/inferior-died.exp
6491 * gdb.base/infnan.exp
6492 * gdb.base/info-macros.exp
6493 * gdb.base/info-os.exp
6494 * gdb.base/info-proc.exp
6495 * gdb.base/info-shared.exp
6496 * gdb.base/info-target.exp
6497 * gdb.base/infoline.exp
6498 * gdb.base/interp.exp
6499 * gdb.base/interrupt.exp
6500 * gdb.base/jit-reader.exp
6501 * gdb.base/jit-simple.exp
6502 * gdb.base/kill-after-signal.exp
6503 * gdb.base/kill-detach-inferiors-cmd.exp
6504 * gdb.base/label.exp
6505 * gdb.base/langs.exp
6506 * gdb.base/ldbl_e308.exp
6507 * gdb.base/line-symtabs.exp
6508 * gdb.base/linespecs.exp
6509 * gdb.base/list.exp
6510 * gdb.base/long_long.exp
6511 * gdb.base/longest-types.exp
6512 * gdb.base/maint.exp
6513 * gdb.base/max-value-size.exp
6514 * gdb.base/memattr.exp
6515 * gdb.base/mips_pro.exp
6516 * gdb.base/morestack.exp
6517 * gdb.base/moribund-step.exp
6518 * gdb.base/multi-forks.exp
6519 * gdb.base/nested-addr.exp
6520 * gdb.base/nextoverexit.exp
6521 * gdb.base/noreturn-finish.exp
6522 * gdb.base/noreturn-return.exp
6523 * gdb.base/nostdlib.exp
6524 * gdb.base/offsets.exp
6525 * gdb.base/opaque.exp
6526 * gdb.base/pc-fp.exp
6527 * gdb.base/permissions.exp
6528 * gdb.base/print-symbol-loading.exp
6529 * gdb.base/prologue-include.exp
6530 * gdb.base/psymtab.exp
6531 * gdb.base/ptype.exp
6532 * gdb.base/random-signal.exp
6533 * gdb.base/randomize.exp
6534 * gdb.base/range-stepping.exp
6535 * gdb.base/readline-ask.exp
6536 * gdb.base/recpar.exp
6537 * gdb.base/recurse.exp
6538 * gdb.base/relational.exp
6539 * gdb.base/restore.exp
6540 * gdb.base/return-nodebug.exp
6541 * gdb.base/return.exp
6542 * gdb.base/run-after-attach.exp
6543 * gdb.base/save-bp.exp
6544 * gdb.base/scope.exp
6545 * gdb.base/sect-cmd.exp
6546 * gdb.base/set-lang-auto.exp
6547 * gdb.base/set-noassign.exp
6548 * gdb.base/setvar.exp
6549 * gdb.base/sigall.exp
6550 * gdb.base/sigbpt.exp
6551 * gdb.base/siginfo-addr.exp
6552 * gdb.base/siginfo-infcall.exp
6553 * gdb.base/siginfo-obj.exp
6554 * gdb.base/siginfo.exp
6555 * gdb.base/signals-state-child.exp
6556 * gdb.base/signest.exp
6557 * gdb.base/sigstep.exp
6558 * gdb.base/sizeof.exp
6559 * gdb.base/skip.exp
6560 * gdb.base/solib-corrupted.exp
6561 * gdb.base/solib-nodir.exp
6562 * gdb.base/solib-search.exp
6563 * gdb.base/stack-checking.exp
6564 * gdb.base/stale-infcall.exp
6565 * gdb.base/stap-probe.exp
6566 * gdb.base/start.exp
6567 * gdb.base/step-break.exp
6568 * gdb.base/step-bt.exp
6569 * gdb.base/step-line.exp
6570 * gdb.base/step-over-exit.exp
6571 * gdb.base/step-over-syscall.exp
6572 * gdb.base/step-resume-infcall.exp
6573 * gdb.base/step-test.exp
6574 * gdb.base/store.exp
6575 * gdb.base/structs3.exp
6576 * gdb.base/sym-file.exp
6577 * gdb.base/symbol-without-target_section.exp
6578 * gdb.base/term.exp
6579 * gdb.base/testenv.exp
6580 * gdb.base/ui-redirect.exp
6581 * gdb.base/until.exp
6582 * gdb.base/unwindonsignal.exp
6583 * gdb.base/value-double-free.exp
6584 * gdb.base/vla-datatypes.exp
6585 * gdb.base/vla-ptr.exp
6586 * gdb.base/vla-sideeffect.exp
6587 * gdb.base/volatile.exp
6588 * gdb.base/watch-cond-infcall.exp
6589 * gdb.base/watch-cond.exp
6590 * gdb.base/watch-non-mem.exp
6591 * gdb.base/watch-read.exp
6592 * gdb.base/watch-vfork.exp
6593 * gdb.base/watchpoint-cond-gone.exp
6594 * gdb.base/watchpoint-delete.exp
6595 * gdb.base/watchpoint-hw-hit-once.exp
6596 * gdb.base/watchpoint-hw.exp
6597 * gdb.base/watchpoint-stops-at-right-insn.exp
6598 * gdb.base/watchpoints.exp
6599 * gdb.base/wchar.exp
6600 * gdb.base/whatis-exp.exp
6601 * gdb.btrace/buffer-size.exp
6602 * gdb.btrace/data.exp
6603 * gdb.btrace/delta.exp
6604 * gdb.btrace/dlopen.exp
6605 * gdb.btrace/enable.exp
6606 * gdb.btrace/exception.exp
6607 * gdb.btrace/function_call_history.exp
6608 * gdb.btrace/gcore.exp
6609 * gdb.btrace/instruction_history.exp
6610 * gdb.btrace/nohist.exp
6611 * gdb.btrace/reconnect.exp
6612 * gdb.btrace/record_goto-step.exp
6613 * gdb.btrace/record_goto.exp
6614 * gdb.btrace/rn-dl-bind.exp
6615 * gdb.btrace/segv.exp
6616 * gdb.btrace/step.exp
6617 * gdb.btrace/stepi.exp
6618 * gdb.btrace/tailcall-only.exp
6619 * gdb.btrace/tailcall.exp
6620 * gdb.btrace/tsx.exp
6621 * gdb.btrace/unknown_functions.exp
6622 * gdb.btrace/vdso.exp
6623 * gdb.compile/compile-ifunc.exp
6624 * gdb.compile/compile-ops.exp
6625 * gdb.compile/compile-print.exp
6626 * gdb.compile/compile-setjmp.exp
6627 * gdb.cp/abstract-origin.exp
6628 * gdb.cp/ambiguous.exp
6629 * gdb.cp/annota2.exp
6630 * gdb.cp/annota3.exp
6631 * gdb.cp/anon-ns.exp
6632 * gdb.cp/anon-struct.exp
6633 * gdb.cp/anon-union.exp
6634 * gdb.cp/arg-reference.exp
6635 * gdb.cp/baseenum.exp
6636 * gdb.cp/bool.exp
6637 * gdb.cp/breakpoint.exp
6638 * gdb.cp/bs15503.exp
6639 * gdb.cp/call-c.exp
6640 * gdb.cp/casts.exp
6641 * gdb.cp/chained-calls.exp
6642 * gdb.cp/class2.exp
6643 * gdb.cp/classes.exp
6644 * gdb.cp/cmpd-minsyms.exp
6645 * gdb.cp/converts.exp
6646 * gdb.cp/cp-relocate.exp
6647 * gdb.cp/cpcompletion.exp
6648 * gdb.cp/cpexprs.exp
6649 * gdb.cp/cplabel.exp
6650 * gdb.cp/cplusfuncs.exp
6651 * gdb.cp/cpsizeof.exp
6652 * gdb.cp/ctti.exp
6653 * gdb.cp/derivation.exp
6654 * gdb.cp/destrprint.exp
6655 * gdb.cp/dispcxx.exp
6656 * gdb.cp/enum-class.exp
6657 * gdb.cp/exception.exp
6658 * gdb.cp/exceptprint.exp
6659 * gdb.cp/expand-psymtabs-cxx.exp
6660 * gdb.cp/expand-sals.exp
6661 * gdb.cp/extern-c.exp
6662 * gdb.cp/filename.exp
6663 * gdb.cp/formatted-ref.exp
6664 * gdb.cp/fpointer.exp
6665 * gdb.cp/gdb1355.exp
6666 * gdb.cp/gdb2495.exp
6667 * gdb.cp/hang.exp
6668 * gdb.cp/impl-this.exp
6669 * gdb.cp/infcall-dlopen.exp
6670 * gdb.cp/inherit.exp
6671 * gdb.cp/iostream.exp
6672 * gdb.cp/koenig.exp
6673 * gdb.cp/local.exp
6674 * gdb.cp/m-data.exp
6675 * gdb.cp/m-static.exp
6676 * gdb.cp/mb-ctor.exp
6677 * gdb.cp/mb-inline.exp
6678 * gdb.cp/mb-templates.exp
6679 * gdb.cp/member-name.exp
6680 * gdb.cp/member-ptr.exp
6681 * gdb.cp/meth-typedefs.exp
6682 * gdb.cp/method.exp
6683 * gdb.cp/method2.exp
6684 * gdb.cp/minsym-fallback.exp
6685 * gdb.cp/misc.exp
6686 * gdb.cp/namelessclass.exp
6687 * gdb.cp/namespace-enum.exp
6688 * gdb.cp/namespace-nested-import.exp
6689 * gdb.cp/namespace.exp
6690 * gdb.cp/nextoverthrow.exp
6691 * gdb.cp/no-dmgl-verbose.exp
6692 * gdb.cp/non-trivial-retval.exp
6693 * gdb.cp/noparam.exp
6694 * gdb.cp/nsdecl.exp
6695 * gdb.cp/nsimport.exp
6696 * gdb.cp/nsnested.exp
6697 * gdb.cp/nsnoimports.exp
6698 * gdb.cp/nsrecurs.exp
6699 * gdb.cp/nsstress.exp
6700 * gdb.cp/nsusing.exp
6701 * gdb.cp/operator.exp
6702 * gdb.cp/oranking.exp
6703 * gdb.cp/overload-const.exp
6704 * gdb.cp/overload.exp
6705 * gdb.cp/ovldbreak.exp
6706 * gdb.cp/ovsrch.exp
6707 * gdb.cp/paren-type.exp
6708 * gdb.cp/parse-lang.exp
6709 * gdb.cp/pass-by-ref.exp
6710 * gdb.cp/pr-1023.exp
6711 * gdb.cp/pr-1210.exp
6712 * gdb.cp/pr-574.exp
6713 * gdb.cp/pr10687.exp
6714 * gdb.cp/pr12028.exp
6715 * gdb.cp/pr17132.exp
6716 * gdb.cp/pr17494.exp
6717 * gdb.cp/pr9067.exp
6718 * gdb.cp/pr9167.exp
6719 * gdb.cp/pr9631.exp
6720 * gdb.cp/printmethod.exp
6721 * gdb.cp/psmang.exp
6722 * gdb.cp/psymtab-parameter.exp
6723 * gdb.cp/ptype-cv-cp.exp
6724 * gdb.cp/ptype-flags.exp
6725 * gdb.cp/re-set-overloaded.exp
6726 * gdb.cp/ref-types.exp
6727 * gdb.cp/rtti.exp
6728 * gdb.cp/scope-err.exp
6729 * gdb.cp/shadow.exp
6730 * gdb.cp/smartp.exp
6731 * gdb.cp/static-method.exp
6732 * gdb.cp/static-print-quit.exp
6733 * gdb.cp/temargs.exp
6734 * gdb.cp/templates.exp
6735 * gdb.cp/try_catch.exp
6736 * gdb.cp/typedef-operator.exp
6737 * gdb.cp/typeid.exp
6738 * gdb.cp/userdef.exp
6739 * gdb.cp/using-crash.exp
6740 * gdb.cp/var-tag.exp
6741 * gdb.cp/virtbase.exp
6742 * gdb.cp/virtfunc.exp
6743 * gdb.cp/virtfunc2.exp
6744 * gdb.cp/vla-cxx.exp
6745 * gdb.disasm/t01_mov.exp
6746 * gdb.disasm/t02_mova.exp
6747 * gdb.disasm/t03_add.exp
6748 * gdb.disasm/t04_sub.exp
6749 * gdb.disasm/t05_cmp.exp
6750 * gdb.disasm/t06_ari2.exp
6751 * gdb.disasm/t07_ari3.exp
6752 * gdb.disasm/t08_or.exp
6753 * gdb.disasm/t09_xor.exp
6754 * gdb.disasm/t10_and.exp
6755 * gdb.disasm/t11_logs.exp
6756 * gdb.disasm/t12_bit.exp
6757 * gdb.disasm/t13_otr.exp
6758 * gdb.dlang/circular.exp
6759 * gdb.dwarf2/arr-stride.exp
6760 * gdb.dwarf2/arr-subrange.exp
6761 * gdb.dwarf2/atomic-type.exp
6762 * gdb.dwarf2/bad-regnum.exp
6763 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6764 * gdb.dwarf2/callframecfa.exp
6765 * gdb.dwarf2/clztest.exp
6766 * gdb.dwarf2/corrupt.exp
6767 * gdb.dwarf2/data-loc.exp
6768 * gdb.dwarf2/dup-psym.exp
6769 * gdb.dwarf2/dw2-anon-mptr.exp
6770 * gdb.dwarf2/dw2-anonymous-func.exp
6771 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6772 * gdb.dwarf2/dw2-bad-unresolved.exp
6773 * gdb.dwarf2/dw2-basic.exp
6774 * gdb.dwarf2/dw2-canonicalize-type.exp
6775 * gdb.dwarf2/dw2-case-insensitive.exp
6776 * gdb.dwarf2/dw2-common-block.exp
6777 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6778 * gdb.dwarf2/dw2-compressed.exp
6779 * gdb.dwarf2/dw2-const.exp
6780 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6781 * gdb.dwarf2/dw2-cu-size.exp
6782 * gdb.dwarf2/dw2-dup-frame.exp
6783 * gdb.dwarf2/dw2-entry-value.exp
6784 * gdb.dwarf2/dw2-icycle.exp
6785 * gdb.dwarf2/dw2-ifort-parameter.exp
6786 * gdb.dwarf2/dw2-inline-break.exp
6787 * gdb.dwarf2/dw2-inline-param.exp
6788 * gdb.dwarf2/dw2-intercu.exp
6789 * gdb.dwarf2/dw2-intermix.exp
6790 * gdb.dwarf2/dw2-lexical-block-bare.exp
6791 * gdb.dwarf2/dw2-linkage-name-trust.exp
6792 * gdb.dwarf2/dw2-minsym-in-cu.exp
6793 * gdb.dwarf2/dw2-noloc.exp
6794 * gdb.dwarf2/dw2-op-call.exp
6795 * gdb.dwarf2/dw2-op-out-param.exp
6796 * gdb.dwarf2/dw2-opt-structptr.exp
6797 * gdb.dwarf2/dw2-param-error.exp
6798 * gdb.dwarf2/dw2-producer.exp
6799 * gdb.dwarf2/dw2-ranges-base.exp
6800 * gdb.dwarf2/dw2-ref-missing-frame.exp
6801 * gdb.dwarf2/dw2-reg-undefined.exp
6802 * gdb.dwarf2/dw2-regno-invalid.exp
6803 * gdb.dwarf2/dw2-restore.exp
6804 * gdb.dwarf2/dw2-restrict.exp
6805 * gdb.dwarf2/dw2-single-line-discriminators.exp
6806 * gdb.dwarf2/dw2-strp.exp
6807 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6808 * gdb.dwarf2/dw2-unresolved.exp
6809 * gdb.dwarf2/dw2-var-zero-addr.exp
6810 * gdb.dwarf2/dw4-sig-types.exp
6811 * gdb.dwarf2/dwz.exp
6812 * gdb.dwarf2/dynarr-ptr.exp
6813 * gdb.dwarf2/enum-type.exp
6814 * gdb.dwarf2/gdb-index.exp
6815 * gdb.dwarf2/implptr-64bit.exp
6816 * gdb.dwarf2/implptr-optimized-out.exp
6817 * gdb.dwarf2/implptr.exp
6818 * gdb.dwarf2/implref-array.exp
6819 * gdb.dwarf2/implref-const.exp
6820 * gdb.dwarf2/implref-global.exp
6821 * gdb.dwarf2/implref-struct.exp
6822 * gdb.dwarf2/mac-fileno.exp
6823 * gdb.dwarf2/main-subprogram.exp
6824 * gdb.dwarf2/member-ptr-forwardref.exp
6825 * gdb.dwarf2/method-ptr.exp
6826 * gdb.dwarf2/missing-sig-type.exp
6827 * gdb.dwarf2/nonvar-access.exp
6828 * gdb.dwarf2/opaque-type-lookup.exp
6829 * gdb.dwarf2/pieces-optimized-out.exp
6830 * gdb.dwarf2/pieces.exp
6831 * gdb.dwarf2/pr10770.exp
6832 * gdb.dwarf2/pr13961.exp
6833 * gdb.dwarf2/staticvirtual.exp
6834 * gdb.dwarf2/subrange.exp
6835 * gdb.dwarf2/symtab-producer.exp
6836 * gdb.dwarf2/trace-crash.exp
6837 * gdb.dwarf2/typeddwarf.exp
6838 * gdb.dwarf2/valop.exp
6839 * gdb.dwarf2/watch-notconst.exp
6840 * gdb.fortran/array-element.exp
6841 * gdb.fortran/charset.exp
6842 * gdb.fortran/common-block.exp
6843 * gdb.fortran/complex.exp
6844 * gdb.fortran/derived-type-function.exp
6845 * gdb.fortran/derived-type.exp
6846 * gdb.fortran/logical.exp
6847 * gdb.fortran/module.exp
6848 * gdb.fortran/multi-dim.exp
6849 * gdb.fortran/nested-funcs.exp
6850 * gdb.fortran/print-formatted.exp
6851 * gdb.fortran/subarray.exp
6852 * gdb.fortran/vla-alloc-assoc.exp
6853 * gdb.fortran/vla-datatypes.exp
6854 * gdb.fortran/vla-history.exp
6855 * gdb.fortran/vla-ptr-info.exp
6856 * gdb.fortran/vla-ptype-sub.exp
6857 * gdb.fortran/vla-ptype.exp
6858 * gdb.fortran/vla-sizeof.exp
6859 * gdb.fortran/vla-type.exp
6860 * gdb.fortran/vla-value-sub-arbitrary.exp
6861 * gdb.fortran/vla-value-sub-finish.exp
6862 * gdb.fortran/vla-value-sub.exp
6863 * gdb.fortran/vla-value.exp
6864 * gdb.fortran/whatis_type.exp
6865 * gdb.go/chan.exp
6866 * gdb.go/handcall.exp
6867 * gdb.go/hello.exp
6868 * gdb.go/integers.exp
6869 * gdb.go/methods.exp
6870 * gdb.go/package.exp
6871 * gdb.go/strings.exp
6872 * gdb.go/types.exp
6873 * gdb.go/unsafe.exp
6874 * gdb.guile/scm-arch.exp
6875 * gdb.guile/scm-block.exp
6876 * gdb.guile/scm-breakpoint.exp
6877 * gdb.guile/scm-cmd.exp
6878 * gdb.guile/scm-disasm.exp
6879 * gdb.guile/scm-equal.exp
6880 * gdb.guile/scm-frame-args.exp
6881 * gdb.guile/scm-frame-inline.exp
6882 * gdb.guile/scm-frame.exp
6883 * gdb.guile/scm-iterator.exp
6884 * gdb.guile/scm-math.exp
6885 * gdb.guile/scm-objfile.exp
6886 * gdb.guile/scm-ports.exp
6887 * gdb.guile/scm-symbol.exp
6888 * gdb.guile/scm-symtab.exp
6889 * gdb.guile/scm-value-cc.exp
6890 * gdb.guile/types-module.exp
6891 * gdb.linespec/break-ask.exp
6892 * gdb.linespec/cpexplicit.exp
6893 * gdb.linespec/explicit.exp
6894 * gdb.linespec/keywords.exp
6895 * gdb.linespec/linespec.exp
6896 * gdb.linespec/ls-dollar.exp
6897 * gdb.linespec/ls-errs.exp
6898 * gdb.linespec/skip-two.exp
6899 * gdb.linespec/thread.exp
6900 * gdb.mi/mi-async.exp
6901 * gdb.mi/mi-basics.exp
6902 * gdb.mi/mi-break.exp
6903 * gdb.mi/mi-catch-load.exp
6904 * gdb.mi/mi-cli.exp
6905 * gdb.mi/mi-cmd-param-changed.exp
6906 * gdb.mi/mi-console.exp
6907 * gdb.mi/mi-detach.exp
6908 * gdb.mi/mi-disassemble.exp
6909 * gdb.mi/mi-eval.exp
6910 * gdb.mi/mi-file-transfer.exp
6911 * gdb.mi/mi-file.exp
6912 * gdb.mi/mi-fill-memory.exp
6913 * gdb.mi/mi-inheritance-syntax-error.exp
6914 * gdb.mi/mi-linespec-err-cp.exp
6915 * gdb.mi/mi-logging.exp
6916 * gdb.mi/mi-memory-changed.exp
6917 * gdb.mi/mi-read-memory.exp
6918 * gdb.mi/mi-record-changed.exp
6919 * gdb.mi/mi-reg-undefined.exp
6920 * gdb.mi/mi-regs.exp
6921 * gdb.mi/mi-return.exp
6922 * gdb.mi/mi-reverse.exp
6923 * gdb.mi/mi-simplerun.exp
6924 * gdb.mi/mi-solib.exp
6925 * gdb.mi/mi-stack.exp
6926 * gdb.mi/mi-stepi.exp
6927 * gdb.mi/mi-syn-frame.exp
6928 * gdb.mi/mi-until.exp
6929 * gdb.mi/mi-var-block.exp
6930 * gdb.mi/mi-var-child.exp
6931 * gdb.mi/mi-var-cmd.exp
6932 * gdb.mi/mi-var-cp.exp
6933 * gdb.mi/mi-var-display.exp
6934 * gdb.mi/mi-var-invalidate.exp
6935 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6936 * gdb.mi/mi-vla-fortran.exp
6937 * gdb.mi/mi-watch.exp
6938 * gdb.mi/mi2-var-child.exp
6939 * gdb.mi/user-selected-context-sync.exp
6940 * gdb.modula2/unbounded-array.exp
6941 * gdb.multi/dummy-frame-restore.exp
6942 * gdb.multi/multi-arch-exec.exp
6943 * gdb.multi/multi-arch.exp
6944 * gdb.multi/tids.exp
6945 * gdb.multi/watchpoint-multi.exp
6946 * gdb.opencl/callfuncs.exp
6947 * gdb.opencl/convs_casts.exp
6948 * gdb.opencl/datatypes.exp
6949 * gdb.opencl/operators.exp
6950 * gdb.opencl/vec_comps.exp
6951 * gdb.opt/clobbered-registers-O2.exp
6952 * gdb.opt/inline-break.exp
6953 * gdb.opt/inline-bt.exp
6954 * gdb.opt/inline-cmds.exp
6955 * gdb.opt/inline-locals.exp
6956 * gdb.pascal/case-insensitive-symbols.exp
6957 * gdb.pascal/floats.exp
6958 * gdb.pascal/gdb11492.exp
6959 * gdb.python/lib-types.exp
6960 * gdb.python/py-arch.exp
6961 * gdb.python/py-as-string.exp
6962 * gdb.python/py-bad-printers.exp
6963 * gdb.python/py-block.exp
6964 * gdb.python/py-breakpoint-create-fail.exp
6965 * gdb.python/py-breakpoint.exp
6966 * gdb.python/py-caller-is.exp
6967 * gdb.python/py-cmd.exp
6968 * gdb.python/py-explore-cc.exp
6969 * gdb.python/py-explore.exp
6970 * gdb.python/py-finish-breakpoint.exp
6971 * gdb.python/py-finish-breakpoint2.exp
6972 * gdb.python/py-frame-args.exp
6973 * gdb.python/py-frame-inline.exp
6974 * gdb.python/py-frame.exp
6975 * gdb.python/py-framefilter-mi.exp
6976 * gdb.python/py-infthread.exp
6977 * gdb.python/py-lazy-string.exp
6978 * gdb.python/py-linetable.exp
6979 * gdb.python/py-mi-events.exp
6980 * gdb.python/py-mi-objfile.exp
6981 * gdb.python/py-mi.exp
6982 * gdb.python/py-objfile.exp
6983 * gdb.python/py-pp-integral.exp
6984 * gdb.python/py-pp-maint.exp
6985 * gdb.python/py-pp-re-notag.exp
6986 * gdb.python/py-pp-registration.exp
6987 * gdb.python/py-recurse-unwind.exp
6988 * gdb.python/py-strfns.exp
6989 * gdb.python/py-symbol.exp
6990 * gdb.python/py-symtab.exp
6991 * gdb.python/py-sync-interp.exp
6992 * gdb.python/py-typeprint.exp
6993 * gdb.python/py-unwind-maint.exp
6994 * gdb.python/py-unwind.exp
6995 * gdb.python/py-value-cc.exp
6996 * gdb.python/py-xmethods.exp
6997 * gdb.reverse/amd64-tailcall-reverse.exp
6998 * gdb.reverse/break-precsave.exp
6999 * gdb.reverse/break-reverse.exp
7000 * gdb.reverse/consecutive-precsave.exp
7001 * gdb.reverse/consecutive-reverse.exp
7002 * gdb.reverse/finish-precsave.exp
7003 * gdb.reverse/finish-reverse-bkpt.exp
7004 * gdb.reverse/finish-reverse.exp
7005 * gdb.reverse/fstatat-reverse.exp
7006 * gdb.reverse/getresuid-reverse.exp
7007 * gdb.reverse/i386-precsave.exp
7008 * gdb.reverse/i386-reverse.exp
7009 * gdb.reverse/i386-sse-reverse.exp
7010 * gdb.reverse/i387-env-reverse.exp
7011 * gdb.reverse/i387-stack-reverse.exp
7012 * gdb.reverse/insn-reverse.exp
7013 * gdb.reverse/machinestate-precsave.exp
7014 * gdb.reverse/machinestate.exp
7015 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7016 * gdb.reverse/pipe-reverse.exp
7017 * gdb.reverse/readv-reverse.exp
7018 * gdb.reverse/recvmsg-reverse.exp
7019 * gdb.reverse/rerun-prec.exp
7020 * gdb.reverse/s390-mvcle.exp
7021 * gdb.reverse/step-precsave.exp
7022 * gdb.reverse/step-reverse.exp
7023 * gdb.reverse/time-reverse.exp
7024 * gdb.reverse/until-precsave.exp
7025 * gdb.reverse/until-reverse.exp
7026 * gdb.reverse/waitpid-reverse.exp
7027 * gdb.reverse/watch-precsave.exp
7028 * gdb.reverse/watch-reverse.exp
7029 * gdb.rust/generics.exp
7030 * gdb.rust/methods.exp
7031 * gdb.rust/modules.exp
7032 * gdb.rust/simple.exp
7033 * gdb.server/connect-with-no-symbol-file.exp
7034 * gdb.server/ext-attach.exp
7035 * gdb.server/ext-restart.exp
7036 * gdb.server/ext-wrapper.exp
7037 * gdb.server/file-transfer.exp
7038 * gdb.server/server-exec-info.exp
7039 * gdb.server/server-kill.exp
7040 * gdb.server/server-mon.exp
7041 * gdb.server/wrapper.exp
7042 * gdb.stabs/exclfwd.exp
7043 * gdb.stabs/gdb11479.exp
7044 * gdb.threads/clone-new-thread-event.exp
7045 * gdb.threads/corethreads.exp
7046 * gdb.threads/current-lwp-dead.exp
7047 * gdb.threads/dlopen-libpthread.exp
7048 * gdb.threads/gcore-thread.exp
7049 * gdb.threads/sigstep-threads.exp
7050 * gdb.threads/watchpoint-fork.exp
7051 * gdb.trace/actions-changed.exp
7052 * gdb.trace/backtrace.exp
7053 * gdb.trace/change-loc.exp
7054 * gdb.trace/circ.exp
7055 * gdb.trace/collection.exp
7056 * gdb.trace/disconnected-tracing.exp
7057 * gdb.trace/ftrace.exp
7058 * gdb.trace/mi-trace-frame-collected.exp
7059 * gdb.trace/mi-trace-unavailable.exp
7060 * gdb.trace/mi-traceframe-changed.exp
7061 * gdb.trace/mi-tsv-changed.exp
7062 * gdb.trace/no-attach-trace.exp
7063 * gdb.trace/passc-dyn.exp
7064 * gdb.trace/qtro.exp
7065 * gdb.trace/range-stepping.exp
7066 * gdb.trace/read-memory.exp
7067 * gdb.trace/save-trace.exp
7068 * gdb.trace/signal.exp
7069 * gdb.trace/status-stop.exp
7070 * gdb.trace/tfile.exp
7071 * gdb.trace/trace-break.exp
7072 * gdb.trace/trace-buffer-size.exp
7073 * gdb.trace/trace-condition.exp
7074 * gdb.trace/tracefile-pseudo-reg.exp
7075 * gdb.trace/tstatus.exp
7076 * gdb.trace/unavailable.exp
7077 * gdb.trace/while-dyn.exp
7078 * gdb.trace/while-stepping.exp
7079
34c41c68
DE
70802016-12-22 Doug Evans <xdje42@gmail.com>
7081
7082 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7083 and msymbols.
7084
16e69324
YQ
70852016-12-19 Yao Qi <yao.qi@linaro.org>
7086
7087 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7088 (test_with_self): Don't call do_steps_and_nexts, and remove
7089 code about stepping into xmalloc.
7090
f94f411b
YQ
70912016-12-09 Yao Qi <yao.qi@linaro.org>
7092
7093 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7094
70952016-12-09 Yao Qi <yao.qi@linaro.org>
7096
7097 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7098
f1b5deee
PA
70992016-12-09 Pedro Alves <palves@redhat.com>
7100
7101 * gdb.base/all-architectures-0.exp: New file.
7102 * gdb.base/all-architectures-1.exp: New file.
7103 * gdb.base/all-architectures-2.exp: New file.
7104 * gdb.base/all-architectures-3.exp: New file.
7105 * gdb.base/all-architectures-4.exp: New file.
7106 * gdb.base/all-architectures-5.exp: New file.
7107 * gdb.base/all-architectures-6.exp: New file.
7108 * gdb.base/all-architectures-7.exp: New file.
7109 * gdb.base/all-architectures.exp.in: New file.
7110
364ca42e
YQ
71112016-12-09 Yao Qi <yao.qi@linaro.org>
7112
7113 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7114
107c2d62
LM
71152016-12-02 Luis Machado <lgustavo@codesourcery.com>
7116
7117 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7118 possible.
7119 Remove useless pattern-matching code.
7120
df3ee9ca
PA
71212016-12-02 Pedro Alves <palves@redhat.com>
7122
7123 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7124 procedure.
7125 (top level): Call it.
7126
ec835369
PA
71272016-12-02 Pedro Alves <palves@redhat.com>
7128
7129 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7130 New procedure.
7131 (top level): Call it.
7132
01770bbd
PA
71332016-12-02 Pedro Alves <palves@redhat.com>
7134
7135 PR cli/20559
7136 * gdb.base/commands.exp (user_defined_command_args_eval): New
7137 procedure.
7138 (top level): Call it.
7139
008459ea
LM
71402016-12-02 Luis Machado <lgustavo@codesourcery.com>
7141
7142 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7143 timeout handling.
7144
0c1b455e
TT
71452016-12-02 Tom Tromey <tom@tromey.com>
7146
7147 * gdb.dwarf2/main-subprogram.c: New file.
7148 * gdb.dwarf2/main-subprogram.exp: New file.
7149
018572b8
LM
71502016-12-01 Luis Machado <lgustavo@codesourcery.com>
7151
7152 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7153 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7154 gdb_test_no_output for a couple of cases.
7155 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7156
84c93cd5
LM
71572016-12-01 Luis Machado <lgustavo@codesourcery.com>
7158
7159 Fix test names and standardize compilation error messages throughout
7160 the following files:
7161
7162 * gdb.ada/start.exp
7163 * gdb.arch/alpha-step.exp
7164 * gdb.arch/e500-prologue.exp
7165 * gdb.arch/ftrace-insn-reloc.exp
7166 * gdb.arch/gdb1291.exp
7167 * gdb.arch/gdb1431.exp
7168 * gdb.arch/gdb1558.exp
7169 * gdb.arch/i386-dr3-watch.exp
7170 * gdb.arch/i386-sse-stack-align.exp
7171 * gdb.arch/ia64-breakpoint-shadow.exp
7172 * gdb.arch/pa-nullify.exp
7173 * gdb.arch/powerpc-aix-prologue.exp
7174 * gdb.arch/thumb-bx-pc.exp
7175 * gdb.base/annota1.exp
7176 * gdb.base/annota3.exp
7177 * gdb.base/arrayidx.exp
7178 * gdb.base/assign.exp
7179 * gdb.base/attach.exp
7180 * gdb.base/auxv.exp
7181 * gdb.base/bang.exp
7182 * gdb.base/bfp-test.exp
7183 * gdb.base/bigcore.exp
7184 * gdb.base/bitfields2.exp
7185 * gdb.base/break-fun-addr.exp
7186 * gdb.base/break-probes.exp
7187 * gdb.base/call-rt-st.exp
7188 * gdb.base/callexit.exp
7189 * gdb.base/catch-fork-kill.exp
7190 * gdb.base/charset.exp
7191 * gdb.base/checkpoint.exp
7192 * gdb.base/comprdebug.exp
7193 * gdb.base/constvars.exp
7194 * gdb.base/coredump-filter.exp
7195 * gdb.base/cursal.exp
7196 * gdb.base/cvexpr.exp
7197 * gdb.base/detach.exp
7198 * gdb.base/display.exp
7199 * gdb.base/dmsym.exp
7200 * gdb.base/dprintf-pending.exp
7201 * gdb.base/dso2dso.exp
7202 * gdb.base/dtrace-probe.exp
7203 * gdb.base/dump.exp
7204 * gdb.base/enum_cond.exp
7205 * gdb.base/exe-lock.exp
7206 * gdb.base/exec-invalid-sysroot.exp
7207 * gdb.base/execl-update-breakpoints.exp
7208 * gdb.base/exprs.exp
7209 * gdb.base/fileio.exp
7210 * gdb.base/find.exp
7211 * gdb.base/finish.exp
7212 * gdb.base/fixsection.exp
7213 * gdb.base/foll-vfork.exp
7214 * gdb.base/frame-args.exp
7215 * gdb.base/gcore.exp
7216 * gdb.base/gdb1250.exp
7217 * gdb.base/global-var-nested-by-dso.exp
7218 * gdb.base/gnu-ifunc.exp
7219 * gdb.base/hashline1.exp
7220 * gdb.base/hashline2.exp
7221 * gdb.base/hashline3.exp
7222 * gdb.base/hbreak-in-shr-unsupported.exp
7223 * gdb.base/huge.exp
7224 * gdb.base/infcall-input.exp
7225 * gdb.base/info-fun.exp
7226 * gdb.base/info-shared.exp
7227 * gdb.base/jit-simple.exp
7228 * gdb.base/jit-so.exp
7229 * gdb.base/jit.exp
7230 * gdb.base/jump.exp
7231 * gdb.base/label.exp
7232 * gdb.base/lineinc.exp
7233 * gdb.base/logical.exp
7234 * gdb.base/longjmp.exp
7235 * gdb.base/macscp.exp
7236 * gdb.base/miscexprs.exp
7237 * gdb.base/new-ui-echo.exp
7238 * gdb.base/new-ui-pending-input.exp
7239 * gdb.base/new-ui.exp
7240 * gdb.base/nodebug.exp
7241 * gdb.base/nofield.exp
7242 * gdb.base/offsets.exp
7243 * gdb.base/overlays.exp
7244 * gdb.base/pending.exp
7245 * gdb.base/pointers.exp
7246 * gdb.base/pr11022.exp
7247 * gdb.base/printcmds.exp
7248 * gdb.base/prologue.exp
7249 * gdb.base/ptr-typedef.exp
7250 * gdb.base/realname-expand.exp
7251 * gdb.base/relativedebug.exp
7252 * gdb.base/relocate.exp
7253 * gdb.base/remote.exp
7254 * gdb.base/reread.exp
7255 * gdb.base/return2.exp
7256 * gdb.base/savedregs.exp
7257 * gdb.base/sep.exp
7258 * gdb.base/sepdebug.exp
7259 * gdb.base/sepsymtab.exp
7260 * gdb.base/set-inferior-tty.exp
7261 * gdb.base/setshow.exp
7262 * gdb.base/shlib-call.exp
7263 * gdb.base/sigaltstack.exp
7264 * gdb.base/siginfo-addr.exp
7265 * gdb.base/signals.exp
7266 * gdb.base/signull.exp
7267 * gdb.base/sigrepeat.exp
7268 * gdb.base/so-impl-ld.exp
7269 * gdb.base/solib-display.exp
7270 * gdb.base/solib-overlap.exp
7271 * gdb.base/solib-search.exp
7272 * gdb.base/solib-symbol.exp
7273 * gdb.base/structs.exp
7274 * gdb.base/structs2.exp
7275 * gdb.base/symtab-search-order.exp
7276 * gdb.base/twice.exp
7277 * gdb.base/unload.exp
7278 * gdb.base/varargs.exp
7279 * gdb.base/watchpoint-solib.exp
7280 * gdb.base/watchpoint.exp
7281 * gdb.base/whatis.exp
7282 * gdb.base/wrong_frame_bt_full.exp
7283 * gdb.btrace/dlopen.exp
7284 * gdb.cell/ea-standalone.exp
7285 * gdb.cell/ea-test.exp
7286 * gdb.cp/dispcxx.exp
7287 * gdb.cp/gdb2384.exp
7288 * gdb.cp/method2.exp
7289 * gdb.cp/nextoverthrow.exp
7290 * gdb.cp/pr10728.exp
7291 * gdb.disasm/am33.exp
7292 * gdb.disasm/h8300s.exp
7293 * gdb.disasm/mn10300.exp
7294 * gdb.disasm/sh3.exp
7295 * gdb.dwarf2/dw2-dir-file-name.exp
7296 * gdb.fortran/complex.exp
7297 * gdb.fortran/library-module.exp
7298 * gdb.guile/scm-pretty-print.exp
7299 * gdb.guile/scm-symbol.exp
7300 * gdb.guile/scm-type.exp
7301 * gdb.guile/scm-value.exp
7302 * gdb.linespec/linespec.exp
7303 * gdb.mi/gdb701.exp
7304 * gdb.mi/gdb792.exp
7305 * gdb.mi/mi-breakpoint-changed.exp
7306 * gdb.mi/mi-dprintf-pending.exp
7307 * gdb.mi/mi-dprintf.exp
7308 * gdb.mi/mi-exit-code.exp
7309 * gdb.mi/mi-pending.exp
7310 * gdb.mi/mi-solib.exp
7311 * gdb.mi/new-ui-mi-sync.exp
7312 * gdb.mi/pr11022.exp
7313 * gdb.mi/user-selected-context-sync.exp
7314 * gdb.opt/solib-intra-step.exp
7315 * gdb.python/py-events.exp
7316 * gdb.python/py-finish-breakpoint.exp
7317 * gdb.python/py-mi.exp
7318 * gdb.python/py-prettyprint.exp
7319 * gdb.python/py-shared.exp
7320 * gdb.python/py-symbol.exp
7321 * gdb.python/py-template.exp
7322 * gdb.python/py-type.exp
7323 * gdb.python/py-value.exp
7324 * gdb.reverse/solib-precsave.exp
7325 * gdb.reverse/solib-reverse.exp
7326 * gdb.server/solib-list.exp
7327 * gdb.stabs/weird.exp
7328 * gdb.threads/reconnect-signal.exp
7329 * gdb.threads/stepi-random-signal.exp
7330 * gdb.trace/actions.exp
7331 * gdb.trace/ax.exp
7332 * gdb.trace/backtrace.exp
7333 * gdb.trace/change-loc.exp
7334 * gdb.trace/deltrace.exp
7335 * gdb.trace/ftrace-lock.exp
7336 * gdb.trace/ftrace.exp
7337 * gdb.trace/infotrace.exp
7338 * gdb.trace/mi-tracepoint-changed.exp
7339 * gdb.trace/packetlen.exp
7340 * gdb.trace/passcount.exp
7341 * gdb.trace/pending.exp
7342 * gdb.trace/range-stepping.exp
7343 * gdb.trace/report.exp
7344 * gdb.trace/stap-trace.exp
7345 * gdb.trace/tfind.exp
7346 * gdb.trace/trace-break.exp
7347 * gdb.trace/trace-condition.exp
7348 * gdb.trace/trace-enable-disable.exp
7349 * gdb.trace/trace-mt.exp
7350 * gdb.trace/tracecmd.exp
7351 * gdb.trace/tspeed.exp
7352 * gdb.trace/tsv.exp
7353 * lib/perftest.exp
7354
fb9feb35
LM
73552016-12-01 Luis Machado <lgustavo@codesourcery.com>
7356
7357 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7358 with gdb_test_no_output.
7359 Use command as test name.
7360
cd2ddb6c
LM
73612016-12-01 Luis Machado <lgustavo@codesourcery.com>
7362
7363 Fix test names starting with uppercase throughout the files.
7364
7365 * gdb.ada/assign_1.exp
7366 * gdb.ada/boolean_expr.exp
7367 * gdb.base/arrayidx.exp
7368 * gdb.base/del.exp
7369 * gdb.base/gcore-buffer-overflow.exp
7370 * gdb.base/testenv.exp
7371 * gdb.compile/compile.exp
7372 * gdb.python/py-framefilter-invalidarg.exp
7373 * gdb.python/py-framefilter.exp
7374
bb95117e
LM
73752016-12-01 Luis Machado <lgustavo@codesourcery.com>
7376
7377 Fix test names starting with uppercase throughout the files.
7378
7379 * gdb.ada/array_return.exp
7380 * gdb.ada/expr_delims.exp
7381 * gdb.ada/mi_dyn_arr.exp
7382 * gdb.ada/mi_interface.exp
7383 * gdb.ada/mi_var_array.exp
7384 * gdb.ada/watch_arg.exp
7385 * gdb.arch/alpha-step.exp
7386 * gdb.arch/altivec-regs.exp
7387 * gdb.arch/e500-regs.exp
7388 * gdb.arch/powerpc-d128-regs.exp
7389 * gdb.base/arrayidx.exp
7390 * gdb.base/break.exp
7391 * gdb.base/checkpoint.exp
7392 * gdb.base/debug-expr.exp
7393 * gdb.base/dmsym.exp
7394 * gdb.base/radix.exp
7395 * gdb.base/sepdebug.exp
7396 * gdb.base/testenv.exp
7397 * gdb.base/watch_thread_num.exp
7398 * gdb.base/watchpoint-cond-gone.exp
7399 * gdb.cell/break.exp
7400 * gdb.cell/ea-cache.exp
7401 * gdb.compile/compile.exp
7402 * gdb.cp/gdb2495.exp
7403 * gdb.gdb/selftest.exp
7404 * gdb.gdb/xfullpath.exp
7405 * gdb.go/hello.exp
7406 * gdb.go/integers.exp
7407 * gdb.objc/basicclass.exp
7408 * gdb.pascal/hello.exp
7409 * gdb.pascal/integers.exp
7410 * gdb.python/py-breakpoint.exp
7411 * gdb.python/py-cmd.exp
7412 * gdb.python/py-linetable.exp
7413 * gdb.python/py-xmethods.exp
7414 * gdb.python/python.exp
7415 * gdb.reverse/consecutive-precsave.exp
7416 * gdb.reverse/finish-precsave.exp
7417 * gdb.reverse/i386-precsave.exp
7418 * gdb.reverse/machinestate-precsave.exp
7419 * gdb.reverse/sigall-precsave.exp
7420 * gdb.reverse/solib-precsave.exp
7421 * gdb.reverse/step-precsave.exp
7422 * gdb.reverse/until-precsave.exp
7423 * gdb.reverse/watch-precsave.exp
7424 * gdb.threads/leader-exit.exp
7425 * gdb.threads/pthreads.exp
7426 * gdb.threads/wp-replication.exp
7427 * gdb.trace/actions.exp
7428 * gdb.trace/mi-tsv-changed.exp
7429 * gdb.trace/tsv.exp
7430
de97fdd4
LM
74312016-12-01 Luis Machado <lgustavo@codesourcery.com>
7432
7433 Fix test names starting with uppercase throughout the files.
7434
7435 * gdb.arch/i386-bp_permanent.exp
7436 * gdb.arch/i386-gnu-cfi.exp
7437 * gdb.base/disasm-end-cu.exp
7438 * gdb.base/macscp.exp
7439 * gdb.base/pending.exp
7440 * gdb.base/watch_thread_num.exp
7441 * gdb.cp/exception.exp
7442 * gdb.cp/gdb2495.exp
7443 * gdb.cp/local.exp
7444 * gdb.python/py-evsignal.exp
7445 * gdb.python/python.exp
7446 * gdb.trace/tracecmd.exp
7447
9f058c10
LM
74482016-12-01 Luis Machado <lgustavo@codesourcery.com>
7449
7450 Fix test names starting with uppercase throughout the files.
7451
7452 * gdb.base/charset.exp
7453 * gdb.base/eval.exp
7454 * gdb.base/multi-forks.exp
7455 * gdb.guile/scm-progspace.exp
7456 * gdb.opencl/datatypes.exp
7457 * gdb.python/py-block.exp
7458 * gdb.python/py-function.exp
7459 * gdb.python/py-symbol.exp
7460 * gdb.python/py-symtab.exp
7461 * gdb.python/py-xmethods.exp
7462 * gdb.reverse/break-precsave.exp
7463 * gdb.reverse/break-reverse.exp
7464 * gdb.reverse/consecutive-precsave.exp
7465 * gdb.reverse/consecutive-reverse.exp
7466 * gdb.reverse/finish-precsave.exp
7467 * gdb.reverse/finish-reverse-bkpt.exp
7468 * gdb.reverse/finish-reverse.exp
7469 * gdb.reverse/fstatat-reverse.exp
7470 * gdb.reverse/getresuid-reverse.exp
7471 * gdb.reverse/i386-precsave.exp
7472 * gdb.reverse/i386-reverse.exp
7473 * gdb.reverse/i386-sse-reverse.exp
7474 * gdb.reverse/i387-stack-reverse.exp
7475 * gdb.reverse/insn-reverse.exp
7476 * gdb.reverse/machinestate-precsave.exp
7477 * gdb.reverse/machinestate.exp
7478 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7479 * gdb.reverse/pipe-reverse.exp
7480 * gdb.reverse/readv-reverse.exp
7481 * gdb.reverse/recvmsg-reverse.exp
7482 * gdb.reverse/rerun-prec.exp
7483 * gdb.reverse/s390-mvcle.exp
7484 * gdb.reverse/sigall-precsave.exp
7485 * gdb.reverse/sigall-reverse.exp
7486 * gdb.reverse/solib-precsave.exp
7487 * gdb.reverse/solib-reverse.exp
7488 * gdb.reverse/step-precsave.exp
7489 * gdb.reverse/step-reverse.exp
7490 * gdb.reverse/time-reverse.exp
7491 * gdb.reverse/until-precsave.exp
7492 * gdb.reverse/until-reverse.exp
7493 * gdb.reverse/waitpid-reverse.exp
7494 * gdb.reverse/watch-precsave.exp
7495 * gdb.reverse/watch-reverse.exp
7496
cdc7edd7
LM
74972016-12-01 Luis Machado <lgustavo@codesourcery.com>
7498
7499 Fix test names starting with uppercase throughout the files.
7500
7501 * gdb.arch/i386-mpx-simple_segv.exp
7502 * gdb.arch/i386-mpx.exp
7503 * gdb.arch/i386-permbkpt.exp
7504 * gdb.arch/pa-nullify.exp
7505 * gdb.arch/powerpc-d128-regs.exp
7506 * gdb.arch/vsx-regs.exp
7507 * gdb.base/bfp-test.exp
7508 * gdb.base/break.exp
7509 * gdb.base/breakpoint-shadow.exp
7510 * gdb.base/callfuncs.exp
7511 * gdb.base/charset.exp
7512 * gdb.base/commands.exp
7513 * gdb.base/completion.exp
7514 * gdb.base/dfp-test.exp
7515 * gdb.base/echo.exp
7516 * gdb.base/ending-run.exp
7517 * gdb.base/eval.exp
7518 * gdb.base/expand-psymtabs.exp
7519 * gdb.base/float128.exp
7520 * gdb.base/floatn.exp
7521 * gdb.base/foll-exec-mode.exp
7522 * gdb.base/gdb1056.exp
7523 * gdb.base/gdb11531.exp
7524 * gdb.base/kill-after-signal.exp
7525 * gdb.base/multi-forks.exp
7526 * gdb.base/overlays.exp
7527 * gdb.base/pending.exp
7528 * gdb.base/sepdebug.exp
7529 * gdb.base/testenv.exp
7530 * gdb.base/valgrind-db-attach.exp
7531 * gdb.base/watch_thread_num.exp
7532 * gdb.base/watchpoint-cond-gone.exp
7533 * gdb.base/watchpoint.exp
7534 * gdb.base/watchpoints.exp
7535 * gdb.cp/arg-reference.exp
7536 * gdb.cp/baseenum.exp
7537 * gdb.cp/operator.exp
7538 * gdb.cp/shadow.exp
7539 * gdb.dwarf2/dw2-op-out-param.exp
7540 * gdb.dwarf2/dw2-reg-undefined.exp
7541 * gdb.go/chan.exp
7542 * gdb.go/hello.exp
7543 * gdb.go/integers.exp
7544 * gdb.go/methods.exp
7545 * gdb.go/package.exp
7546 * gdb.guile/scm-parameter.exp
7547 * gdb.guile/scm-progspace.exp
7548 * gdb.guile/scm-value.exp
7549 * gdb.mi/mi-pending.exp
7550 * gdb.mi/user-selected-context-sync.exp
7551 * gdb.multi/multi-attach.exp
7552 * gdb.multi/tids.exp
7553 * gdb.opt/clobbered-registers-O2.exp
7554 * gdb.pascal/floats.exp
7555 * gdb.pascal/integers.exp
7556 * gdb.python/py-block.exp
7557 * gdb.python/py-events.exp
7558 * gdb.python/py-parameter.exp
7559 * gdb.python/py-symbol.exp
7560 * gdb.python/py-symtab.exp
7561 * gdb.python/py-type.exp
7562 * gdb.python/py-value.exp
7563 * gdb.python/py-xmethods.exp
7564 * gdb.python/python.exp
7565 * gdb.reverse/break-precsave.exp
7566 * gdb.reverse/consecutive-precsave.exp
7567 * gdb.reverse/finish-precsave.exp
7568 * gdb.reverse/i386-precsave.exp
7569 * gdb.reverse/machinestate-precsave.exp
7570 * gdb.reverse/sigall-precsave.exp
7571 * gdb.reverse/solib-precsave.exp
7572 * gdb.reverse/step-precsave.exp
7573 * gdb.reverse/until-precsave.exp
7574 * gdb.reverse/watch-precsave.exp
7575 * gdb.server/ext-attach.exp
7576 * gdb.server/ext-restart.exp
7577 * gdb.server/ext-run.exp
7578 * gdb.server/ext-wrapper.exp
7579 * gdb.stabs/gdb11479.exp
7580 * gdb.stabs/weird.exp
7581 * gdb.threads/attach-many-short-lived-threads.exp
7582 * gdb.threads/kill.exp
7583 * gdb.threads/watchpoint-fork.exp
7584
bc6c7af4
LM
75852016-12-01 Luis Machado <lgustavo@codesourcery.com>
7586
7587 Fix test names starting with uppercase throughout all the files below.
7588
7589 * gdb.ada/array_return.exp
7590 * gdb.ada/catch_ex.exp
7591 * gdb.ada/info_exc.exp
7592 * gdb.ada/mi_catch_ex.exp
7593 * gdb.ada/mi_dyn_arr.exp
7594 * gdb.ada/mi_ex_cond.exp
7595 * gdb.ada/mi_exc_info.exp
7596 * gdb.ada/mi_interface.exp
7597 * gdb.ada/mi_task_arg.exp
7598 * gdb.ada/mi_task_info.exp
7599 * gdb.ada/mi_var_array.exp
7600 * gdb.arch/alpha-step.exp
7601 * gdb.arch/amd64-disp-step.exp
7602 * gdb.arch/arm-disp-step.exp
7603 * gdb.arch/disp-step-insn-reloc.exp
7604 * gdb.arch/e500-prologue.exp
7605 * gdb.arch/ftrace-insn-reloc.exp
7606 * gdb.arch/gdb1558.exp
7607 * gdb.arch/i386-bp_permanent.exp
7608 * gdb.arch/i386-disp-step.exp
7609 * gdb.arch/i386-float.exp
7610 * gdb.arch/i386-gnu-cfi.exp
7611 * gdb.arch/ia64-breakpoint-shadow.exp
7612 * gdb.arch/mips16-thunks.exp
7613 * gdb.arch/pa-nullify.exp
7614 * gdb.arch/powerpc-aix-prologue.exp
7615 * gdb.arch/powerpc-power.exp
7616 * gdb.arch/ppc-dfp.exp
7617 * gdb.arch/s390-tdbregs.exp
7618 * gdb.arch/spu-info.exp
7619 * gdb.arch/spu-ls.exp
7620 * gdb.arch/thumb-bx-pc.exp
7621 * gdb.base/advance.exp
7622 * gdb.base/annota-input-while-running.exp
7623 * gdb.base/arrayidx.exp
7624 * gdb.base/asmlabel.exp
7625 * gdb.base/async.exp
7626 * gdb.base/attach-wait-input.exp
7627 * gdb.base/auto-connect-native-target.exp
7628 * gdb.base/batch-preserve-term-settings.exp
7629 * gdb.base/bfp-test.exp
7630 * gdb.base/bigcore.exp
7631 * gdb.base/bp-permanent.exp
7632 * gdb.base/break-always.exp
7633 * gdb.base/break-fun-addr.exp
7634 * gdb.base/break-idempotent.exp
7635 * gdb.base/break-main-file-remove-fail.exp
7636 * gdb.base/break-probes.exp
7637 * gdb.base/break-unload-file.exp
7638 * gdb.base/break.exp
7639 * gdb.base/call-ar-st.exp
7640 * gdb.base/call-rt-st.exp
7641 * gdb.base/call-sc.exp
7642 * gdb.base/call-signal-resume.exp
7643 * gdb.base/call-strs.exp
7644 * gdb.base/callexit.exp
7645 * gdb.base/callfuncs.exp
7646 * gdb.base/catch-gdb-caused-signals.exp
7647 * gdb.base/catch-signal-siginfo-cond.exp
7648 * gdb.base/catch-syscall.exp
7649 * gdb.base/compare-sections.exp
7650 * gdb.base/cond-eval-mode.exp
7651 * gdb.base/condbreak-call-false.exp
7652 * gdb.base/consecutive-step-over.exp
7653 * gdb.base/cursal.exp
7654 * gdb.base/disabled-location.exp
7655 * gdb.base/disasm-end-cu.exp
7656 * gdb.base/display.exp
7657 * gdb.base/double-prompt-target-event-error.exp
7658 * gdb.base/dprintf-bp-same-addr.exp
7659 * gdb.base/dprintf-detach.exp
7660 * gdb.base/dprintf-next.exp
7661 * gdb.base/dprintf-non-stop.exp
7662 * gdb.base/dprintf-pending.exp
7663 * gdb.base/dso2dso.exp
7664 * gdb.base/ending-run.exp
7665 * gdb.base/enum_cond.exp
7666 * gdb.base/examine-backward.exp
7667 * gdb.base/exe-lock.exp
7668 * gdb.base/exec-invalid-sysroot.exp
7669 * gdb.base/execl-update-breakpoints.exp
7670 * gdb.base/execution-termios.exp
7671 * gdb.base/fileio.exp
7672 * gdb.base/fixsection.exp
7673 * gdb.base/foll-exec-mode.exp
7674 * gdb.base/foll-exec.exp
7675 * gdb.base/fork-running-state.exp
7676 * gdb.base/frame-args.exp
7677 * gdb.base/fullpath-expand.exp
7678 * gdb.base/func-ptr.exp
7679 * gdb.base/gcore-relro-pie.exp
7680 * gdb.base/gdb1090.exp
7681 * gdb.base/gdb1555.exp
7682 * gdb.base/global-var-nested-by-dso.exp
7683 * gdb.base/gnu-ifunc.exp
7684 * gdb.base/hbreak-in-shr-unsupported.exp
7685 * gdb.base/hbreak-unmapped.exp
7686 * gdb.base/hook-stop.exp
7687 * gdb.base/infcall-input.exp
7688 * gdb.base/info-fun.exp
7689 * gdb.base/info-shared.exp
7690 * gdb.base/interrupt-noterm.exp
7691 * gdb.base/jit-so.exp
7692 * gdb.base/jit.exp
7693 * gdb.base/line-symtabs.exp
7694 * gdb.base/list.exp
7695 * gdb.base/longjmp.exp
7696 * gdb.base/macscp.exp
7697 * gdb.base/max-value-size.exp
7698 * gdb.base/nodebug.exp
7699 * gdb.base/nofield.exp
7700 * gdb.base/overlays.exp
7701 * gdb.base/paginate-after-ctrl-c-running.exp
7702 * gdb.base/paginate-bg-execution.exp
7703 * gdb.base/paginate-inferior-exit.exp
7704 * gdb.base/pending.exp
7705 * gdb.base/pr11022.exp
7706 * gdb.base/printcmds.exp
7707 * gdb.base/ptr-typedef.exp
7708 * gdb.base/ptype.exp
7709 * gdb.base/randomize.exp
7710 * gdb.base/range-stepping.exp
7711 * gdb.base/realname-expand.exp
7712 * gdb.base/relativedebug.exp
7713 * gdb.base/remote.exp
7714 * gdb.base/savedregs.exp
7715 * gdb.base/sepdebug.exp
7716 * gdb.base/set-noassign.exp
7717 * gdb.base/shlib-call.exp
7718 * gdb.base/shreloc.exp
7719 * gdb.base/sigaltstack.exp
7720 * gdb.base/sigbpt.exp
7721 * gdb.base/siginfo-addr.exp
7722 * gdb.base/siginfo-obj.exp
7723 * gdb.base/siginfo-thread.exp
7724 * gdb.base/signest.exp
7725 * gdb.base/signull.exp
7726 * gdb.base/sigrepeat.exp
7727 * gdb.base/skip.exp
7728 * gdb.base/so-impl-ld.exp
7729 * gdb.base/solib-corrupted.exp
7730 * gdb.base/solib-disc.exp
7731 * gdb.base/solib-display.exp
7732 * gdb.base/solib-overlap.exp
7733 * gdb.base/solib-search.exp
7734 * gdb.base/solib-symbol.exp
7735 * gdb.base/source-execution.exp
7736 * gdb.base/sss-bp-on-user-bp-2.exp
7737 * gdb.base/sss-bp-on-user-bp.exp
7738 * gdb.base/stack-checking.exp
7739 * gdb.base/stale-infcall.exp
7740 * gdb.base/step-break.exp
7741 * gdb.base/step-line.exp
7742 * gdb.base/step-over-exit.exp
7743 * gdb.base/step-test.exp
7744 * gdb.base/structs.exp
7745 * gdb.base/sym-file.exp
7746 * gdb.base/symtab-search-order.exp
7747 * gdb.base/term.exp
7748 * gdb.base/type-opaque.exp
7749 * gdb.base/unload.exp
7750 * gdb.base/until-nodebug.exp
7751 * gdb.base/until.exp
7752 * gdb.base/unwindonsignal.exp
7753 * gdb.base/watch-cond.exp
7754 * gdb.base/watch-non-mem.exp
7755 * gdb.base/watch_thread_num.exp
7756 * gdb.base/watchpoint-reuse-slot.exp
7757 * gdb.base/watchpoint-solib.exp
7758 * gdb.base/watchpoint.exp
7759 * gdb.btrace/dlopen.exp
7760 * gdb.cell/arch.exp
7761 * gdb.cell/break.exp
7762 * gdb.cell/bt.exp
7763 * gdb.cell/core.exp
7764 * gdb.cell/data.exp
7765 * gdb.cell/dwarfaddr.exp
7766 * gdb.cell/ea-cache.exp
7767 * gdb.cell/ea-standalone.exp
7768 * gdb.cell/ea-test.exp
7769 * gdb.cell/f-regs.exp
7770 * gdb.cell/fork.exp
7771 * gdb.cell/gcore.exp
7772 * gdb.cell/mem-access.exp
7773 * gdb.cell/ptype.exp
7774 * gdb.cell/registers.exp
7775 * gdb.cell/sizeof.exp
7776 * gdb.cell/solib-symbol.exp
7777 * gdb.cell/solib.exp
7778 * gdb.compile/compile-tls.exp
7779 * gdb.cp/exception.exp
7780 * gdb.cp/gdb2495.exp
7781 * gdb.cp/local.exp
7782 * gdb.cp/mb-inline.exp
7783 * gdb.cp/mb-templates.exp
7784 * gdb.cp/pr10687.exp
7785 * gdb.cp/pr9167.exp
7786 * gdb.cp/scope-err.exp
7787 * gdb.cp/templates.exp
7788 * gdb.cp/virtfunc.exp
7789 * gdb.dwarf2/dw2-dir-file-name.exp
7790 * gdb.dwarf2/dw2-single-line-discriminators.exp
7791 * gdb.fortran/complex.exp
7792 * gdb.fortran/library-module.exp
7793 * gdb.guile/guile.exp
7794 * gdb.guile/scm-cmd.exp
7795 * gdb.guile/scm-frame-inline.exp
7796 * gdb.guile/scm-objfile.exp
7797 * gdb.guile/scm-pretty-print.exp
7798 * gdb.guile/scm-symbol.exp
7799 * gdb.guile/scm-type.exp
7800 * gdb.guile/scm-value.exp
7801 * gdb.linespec/keywords.exp
7802 * gdb.linespec/ls-errs.exp
7803 * gdb.linespec/macro-relative.exp
7804 * gdb.linespec/thread.exp
7805 * gdb.mi/mi-breakpoint-changed.exp
7806 * gdb.mi/mi-dprintf-pending.exp
7807 * gdb.mi/mi-fullname-deleted.exp
7808 * gdb.mi/mi-logging.exp
7809 * gdb.mi/mi-pending.exp
7810 * gdb.mi/mi-solib.exp
7811 * gdb.mi/new-ui-mi-sync.exp
7812 * gdb.mi/user-selected-context-sync.exp
7813 * gdb.multi/dummy-frame-restore.exp
7814 * gdb.multi/multi-arch-exec.exp
7815 * gdb.multi/remove-inferiors.exp
7816 * gdb.multi/watchpoint-multi-exit.exp
7817 * gdb.opt/solib-intra-step.exp
7818 * gdb.perf/backtrace.exp
7819 * gdb.perf/single-step.exp
7820 * gdb.perf/skip-command.exp
7821 * gdb.perf/skip-prologue.exp
7822 * gdb.perf/solib.exp
7823 * gdb.python/lib-types.exp
7824 * gdb.python/py-as-string.exp
7825 * gdb.python/py-bad-printers.exp
7826 * gdb.python/py-block.exp
7827 * gdb.python/py-breakpoint.exp
7828 * gdb.python/py-cmd.exp
7829 * gdb.python/py-events.exp
7830 * gdb.python/py-evthreads.exp
7831 * gdb.python/py-finish-breakpoint.exp
7832 * gdb.python/py-finish-breakpoint2.exp
7833 * gdb.python/py-frame-inline.exp
7834 * gdb.python/py-frame.exp
7835 * gdb.python/py-inferior.exp
7836 * gdb.python/py-infthread.exp
7837 * gdb.python/py-mi.exp
7838 * gdb.python/py-objfile.exp
7839 * gdb.python/py-pp-maint.exp
7840 * gdb.python/py-pp-registration.exp
7841 * gdb.python/py-prettyprint.exp
7842 * gdb.python/py-recurse-unwind.exp
7843 * gdb.python/py-shared.exp
7844 * gdb.python/py-symbol.exp
7845 * gdb.python/py-symtab.exp
7846 * gdb.python/py-template.exp
7847 * gdb.python/py-type.exp
7848 * gdb.python/py-unwind-maint.exp
7849 * gdb.python/py-unwind.exp
7850 * gdb.python/py-value.exp
7851 * gdb.python/python.exp
7852 * gdb.reverse/finish-reverse-bkpt.exp
7853 * gdb.reverse/insn-reverse.exp
7854 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7855 * gdb.reverse/solib-precsave.exp
7856 * gdb.reverse/solib-reverse.exp
7857 * gdb.stabs/gdb11479.exp
7858 * gdb.stabs/weird.exp
7859 * gdb.threads/fork-child-threads.exp
7860 * gdb.threads/fork-plus-threads.exp
7861 * gdb.threads/fork-thread-pending.exp
7862 * gdb.threads/forking-threads-plus-breakpoint.exp
7863 * gdb.threads/hand-call-in-threads.exp
7864 * gdb.threads/interrupted-hand-call.exp
7865 * gdb.threads/linux-dp.exp
7866 * gdb.threads/local-watch-wrong-thread.exp
7867 * gdb.threads/next-while-other-thread-longjmps.exp
7868 * gdb.threads/non-ldr-exit.exp
7869 * gdb.threads/pending-step.exp
7870 * gdb.threads/print-threads.exp
7871 * gdb.threads/process-dies-while-detaching.exp
7872 * gdb.threads/process-dies-while-handling-bp.exp
7873 * gdb.threads/pthreads.exp
7874 * gdb.threads/queue-signal.exp
7875 * gdb.threads/reconnect-signal.exp
7876 * gdb.threads/signal-command-handle-nopass.exp
7877 * gdb.threads/signal-command-multiple-signals-pending.exp
7878 * gdb.threads/signal-delivered-right-thread.exp
7879 * gdb.threads/signal-sigtrap.exp
7880 * gdb.threads/sigthread.exp
7881 * gdb.threads/staticthreads.exp
7882 * gdb.threads/stepi-random-signal.exp
7883 * gdb.threads/thread-unwindonsignal.exp
7884 * gdb.threads/thread_check.exp
7885 * gdb.threads/thread_events.exp
7886 * gdb.threads/tid-reuse.exp
7887 * gdb.threads/tls-nodebug.exp
7888 * gdb.threads/tls-shared.exp
7889 * gdb.threads/tls-so_extern.exp
7890 * gdb.threads/tls.exp
7891 * gdb.threads/wp-replication.exp
7892 * gdb.trace/actions-changed.exp
7893 * gdb.trace/actions.exp
7894 * gdb.trace/backtrace.exp
7895 * gdb.trace/change-loc.exp
7896 * gdb.trace/collection.exp
7897 * gdb.trace/deltrace.exp
7898 * gdb.trace/disconnected-tracing.exp
7899 * gdb.trace/entry-values.exp
7900 * gdb.trace/ftrace-lock.exp
7901 * gdb.trace/ftrace.exp
7902 * gdb.trace/infotrace.exp
7903 * gdb.trace/mi-trace-frame-collected.exp
7904 * gdb.trace/mi-trace-unavailable.exp
7905 * gdb.trace/mi-traceframe-changed.exp
7906 * gdb.trace/mi-tracepoint-changed.exp
7907 * gdb.trace/mi-tsv-changed.exp
7908 * gdb.trace/no-attach-trace.exp
7909 * gdb.trace/packetlen.exp
7910 * gdb.trace/passc-dyn.exp
7911 * gdb.trace/passcount.exp
7912 * gdb.trace/pending.exp
7913 * gdb.trace/pr16508.exp
7914 * gdb.trace/qtro.exp
7915 * gdb.trace/range-stepping.exp
7916 * gdb.trace/read-memory.exp
7917 * gdb.trace/report.exp
7918 * gdb.trace/save-trace.exp
7919 * gdb.trace/signal.exp
7920 * gdb.trace/stap-trace.exp
7921 * gdb.trace/status-stop.exp
7922 * gdb.trace/strace.exp
7923 * gdb.trace/tfile.exp
7924 * gdb.trace/tfind.exp
7925 * gdb.trace/trace-break.exp
7926 * gdb.trace/trace-condition.exp
7927 * gdb.trace/trace-enable-disable.exp
7928 * gdb.trace/trace-mt.exp
7929 * gdb.trace/tracecmd.exp
7930 * gdb.trace/tracefile-pseudo-reg.exp
7931 * gdb.trace/tspeed.exp
7932 * gdb.trace/tstatus.exp
7933 * gdb.trace/tsv.exp
7934 * gdb.trace/unavailable.exp
7935 * gdb.trace/while-dyn.exp
7936 * gdb.trace/while-stepping.exp
7937 * lib/gdb-guile.exp
7938 * lib/gdb.exp
7939 * lib/mi-support.exp
7940 * lib/pascal.exp
7941 * lib/perftest.exp
7942 * lib/prelink-support.exp
7943 * lib/selftest-support.exp
7944
ad02e4fe
SM
79452016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7946
7947 * Makefile.in: Include disable-implicit-rules.mk.
7948
22347e55
AA
79492016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7950
7951 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7952 non-byte-aligned bit fields.
7953
da5b30da
AA
79542016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7955
7956 PR gdb/12616
7957 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7958 respects the DW_AT_data_bit_offset attribute.
7959
b593ecca
SM
79602016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7961
7962 * gdb.base/default.exp: Fix output of "set language".
7963
3b165252
SM
79642016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7965
7966 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7967 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7968 make.
7969 * configure.ac: Remove checks for the make program.
7970 * configure: Re-generate.
7971
1a2f3d7f
KB
79722016-11-16 Kevin Buettner <kevinb@redhat.com>
7973
7974 * gdb.python/py-recurse-unwind.c (main): Add loop.
7975 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7976 to read_register() and gdb.parse_and_eval(). Make each code
7977 call a separate case that can be individually tested.
7978 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7979 proc. Call cont_and_backtrace for each of the code paths that
7980 we want to test in the unwinder.
7981
b7f38fda
AA
79822016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7983
7984 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7985 the definition of struct S.
7986
1f8db343
CM
79872016-11-11 Catherine Moore <clm@codesourcery.com>
7988
7989 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7990
fad0c9fb
PA
79912016-11-09 Pedro Alves <palves@redhat.com>
7992
7993 * gdb.base/commands.exp (runto_or_return): New procedure.
7994 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7995 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7996 (progvar_simple_while_test, progvar_complex_if_while_test)
7997 (if_while_breakpoint_command_test)
7998 (infrun_breakpoint_command_test, breakpoint_command_test)
7999 (user_defined_command_test, watchpoint_command_test)
8000 (test_command_prompt_position, redefine_hook_test)
8001 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
8002 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
8003 multi_line_input and multi_line. Remove gdb_expect and
8004 gdb_stop_suppressing_tests uses.
8005 * lib/gdb.exp (valnum_re): New global.
8006 (multi_line_input): New procedure.
8007
8354c62c
SM
80082016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8009
8010 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8011 Remove.
8012 (test_setup): Define with proc_with_prefix.
8013 (test_cli_inferior): Likewise.
8014 (test_cli_thread): Likewise.
8015 (test_cli_frame): Likewise.
8016 (test_cli_select_frame): Likewise.
8017 (test_cli_up_down): Likewise.
8018 (test_mi_thread_select): Likewise.
8019 (test_mi_stack_select_frame): Likewise.
8020 (test_cli_in_mi_inferior): Likewise.
8021 (test_cli_in_mi_thread): Likewise.
8022 (test_cli_in_mi_frame): Likewise.
8023 (top level): Do not use with_test_prefix_procname.
8024
64f367a2
PA
80252016-11-09 Pedro Alves <palves@redhat.com>
8026
8027 * gdb.base/commands.exp (gdbvar_simple_if_test)
8028 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8029 (progvar_simple_if_test, progvar_simple_while_test)
8030 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8031 (infrun_breakpoint_command_test, breakpoint_command_test)
8032 (user_defined_command_test, watchpoint_command_test)
8033 (test_command_prompt_position, deprecated_command_test)
8034 (bp_deleted_in_command, temporary_breakpoint_commands)
8035 (stray_arg0_test, source_file_with_indented_comment)
8036 (recursive_source_test, if_commands_test)
8037 (error_clears_commands_left, redefine_hook_test)
8038 (redefine_backtrace_test): Use proc_with_prefix.
8039 * lib/gdb.exp (proc_with_prefix): New proc.
8040
0bb65f1e
AA
80412016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8042
8043 * gdb.base/tui-layout.c: New file.
8044 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8045 disassembly window contains very long lines.
8046
7353f247
TT
80472016-11-08 Tom Tromey <tom@tromey.com>
8048
8049 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8050 depend on Python 2.
8051
30a7bb83
TT
80522016-11-08 Tom Tromey <tom@tromey.com>
8053
8054 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8055 New method.
8056
cdf5a07c
MG
80572016-10-29 Manish Goregaokar <manish@mozilla.com>
8058
2806dc7e 8059 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 8060
51a789c3
MG
80612016-10-27 Manish Goregaokar <manish@mozilla.com>
8062
2806dc7e
PA
8063 * gdb.rust/simple.rs: Add test for univariant enums without
8064 discriminants and for encoded struct-like enums.
51a789c3 8065
f610ab6d
PA
80662016-10-28 Pedro Alves <palves@redhat.com>
8067
8068 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8069 gdb_test_multiple, tighten regexps and match symtabs and line
8070 tables incrementally.
8071
b129b0ca
LM
80722016-10-28 Luis Machado <lgustavo@codesourcery.com>
8073
8074 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8075 general.
8076
ecf45d2c
SL
80772016-10-25 Luis Machado <lgustavo@codesourcery.com>
8078
8079 * gdb.base/exec-invalid-sysroot.exp: New file.
8080
b8d38ee4
JK
80812016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8082
8083 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8084
f90fd8c2
JK
80852016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8086
8087 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8088
2d2476aa
MR
80892016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8090
2806dc7e
PA
8091 * gdb.base/killed-outside.exp: Remove $options from a call to
8092 `prepare_for_testing'.
2d2476aa 8093
e42b25a0
SM
80942016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8095
8096 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8097 Change test message.
8098
3ccdb432
SM
80992016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8100
8101 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8102 Update comment.
8103
5bad3170
SM
81042016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8105
8106 * gdb.trace/mi-trace-save.exp: New file.
8107
5ad9dba7
YQ
81082016-10-13 Yao Qi <yao.qi@linaro.org>
8109
8110 * gdb.base/code_elim.exp (get_var_address): Remove.
8111 * gdb.base/relocate.exp: Likewise.
8112 * gdb.base/shreloc.exp: Likewise.
8113 * lib/gdb.exp (get_var_address): New.
8114
62df7e21
YQ
81152016-10-13 Yao Qi <yao.qi@linaro.org>
8116
8117 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8118 floating point tests if $skip_float_test is false.
8119
4dac951e
LM
81202016-10-12 Luis Machado <lgustavo@codesourcery.com>
8121
8122 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8123 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8124 argc values.
8125 Add 1 to argc so we guarantee distinct initial/modified argc values.
8126
8f1a8fc4
JK
81272016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8128
8129 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8130
16c85b5d
JK
81312016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8132
8133 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8134 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8135 * gdb.arch/vsx-regs.exp: Likewise.
8136
1d0e042a
YQ
81372016-10-07 Yao Qi <yao.qi@linaro.org>
8138
8139 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8140
68dadef5
MM
81412016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8142
8143 * gdb.python/python.exp: Test decode_line("*0").
8144
33fa2c6e
DE
81452016-10-06 Doug Evans <dje@google.com>
8146
8147 * gdb.python/py-value.exp (test_value_creation): Add test for large
8148 unsigned 64-bit value.
8149
9c37b5ae
TT
81502016-10-06 Tom Tromey <tom@tromey.com>
8151
8152 * gdb.compile/compile.exp: Change java tests to rust.
8153 * gdb.base/setshow.exp: Change java tests to rust.
8154 * gdb.base/default.exp: Remove java from language list.
8155 * README (Examples): Update language example.
8156 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8157 test.
8158 * lib/gdb.exp (skip_java_tests): Remove.
8159 * lib/java.exp: Remove.
8160 * gdb.java: Remove.
8161
78b86327
MR
81622016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8163
8164 * gdb.arch/mips-fcr.exp: New test.
8165 * gdb.arch/mips-fcr.c: Source for the new test.
8166
7470adbb
MR
81672016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8168
8169 * gdb.base/solib-disc.exp: Use `standard_output_file'
8170 throughout.
8171
4a556533
PA
81722016-10-06 Pedro Alves <palves@redhat.com>
8173
8174 * gdb.base/jit-simple-dl.c: New file.
8175 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8176 * gdb.base/jit-simple.c: ... this.
8177 * gdb.base/jit-simple.exp (jit_run): Delete.
8178 (build_jit): New proc.
8179 (jit_test_reread): Recompile either the main program or the shared
8180 library, depending on what is being tested. Skip changing address
8181 if caller wants to. Compare before/after addresses. If testing
8182 standalone, explicitly load the binary. Test "maint info
8183 breakpoints".
8184 (top level): Add "standalone vs shared lib" and "change address"
8185 vs "same address" axes.
8186
5a122fbc
PA
81872016-10-06 Pedro Alves <palves@redhat.com>
8188
8189 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8190 call.
8191 (jit_run): Delete.
8192 (jit_test_reread): Use with_test_prefix. Reload the main binary
8193 explicitly. Compare the before/after addresses of the JIT
8194 descriptor.
8195
ee8da4b8
DE
81962016-08-15 Doug Evans <dje@google.com>
8197
8198 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8199 for single bitfields is bool.
8200 * gdb.xml/tdesc-regs.exp: Ditto.
8201
f389f6fe
JK
82022016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8203
8204 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8205
fdebf1a4
YQ
82062016-10-05 Yao Qi <yao.qi@linaro.org>
8207
8208 * lib/gdb.exp (support_complex_tests): Return zero if
8209 gdb_skip_float_test return true.
8210
9c36d954 82112016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8212 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
8213
8214 PR gdb/20487
8215 * gdb.mi/user-selected-context-sync.exp: New file.
8216 * gdb.mi/user-selected-context-sync.c: New file.
8217
4034d0ff 82182016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8219 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
8220
8221 PR gdb/20487
8222 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8223 =thread-select-event check.
8224
a4297203
PB
82252016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8226
8227 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8228 the compulsory L operand changes.
8229 * gdb.arch/powerpc-power.s: Likewise.
8230
bb805577
JK
82312016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8232
8233 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8234 * gdb.base/jit-attach-pie.c: New file.
8235 * gdb.base/jit-attach-pie.exp: New file.
8236
6d61dee5
PA
82372016-09-28 Pedro Alves <palves@redhat.com>
8238
8239 * gdb.base/infcall-input.c: New file.
8240 * gdb.base/infcall-input.exp: New file.
8241
f73842fc
YQ
82422016-09-22 Yao Qi <yao.qi@linaro.org>
8243
8244 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8245 (gdb_exit): Rename it to ...
8246 (gdbserver_gdb_exit): ... Close GDBserver.
8247 (gdb_exit): New proc, call gdbserver_gdb_exit.
8248 (mi_gdb_exit): Likewise.
8249
90681dab
YQ
82502016-09-22 Yao Qi <yao.qi@linaro.org>
8251
8252 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8253 path.
8254 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8255 Remove duplication.
8256
9c211fd8
YQ
82572016-09-22 Yao Qi <yao.qi@linaro.org>
8258
8259 * lib/gdbserver-support.exp: Check the existence of
8260 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8261
ad0a504f
AK
82622016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8263
8264 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8265
36cf1806
TT
82662016-09-21 Tom Tromey <tom@tromey.com>
8267
8268 PR gdb/20604:
8269 * gdb.base/quit.exp: New file.
8270
74172ecf
SM
82712016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8272
8273 * .gitignore: New file.
8274
3d0ec882
MR
82752016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8276
8277 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8278 throughout.
8279
8193adea
AA
82802016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8281
8282 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8283
d41a5c09
JK
82842016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8285
8286 * gdb.cp/casts.cc (decltype): Move it ...
8287 (main): ... with its call to ...
8288 * gdb.cp/casts03.cc: ... a new file.
8289 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8290
d2dfe700
JK
82912016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8292
8293 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8294
e2a92b16
PB
82952016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8296
8297 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8298 and sync up the test with tests in gas/testsuite/gas/ppc.
8299 * gdb.arch/powerpc-power.exp: Likewise.
8300
49b4de64
JK
83012016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8302
8303 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8304
2c29df25
SDJ
83052016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8306 Jan Kratochvil <jan.kratochvil@redhat.com>
8307
8308 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8309 make m1's definition to be different from m2's. Use 'dummy' as an
8310 argument for probe 'two'.
8311
cc3c2846
JB
83122016-09-10 Jon Beniston <jon@beniston.com>
8313
8314 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8315 for sim target.
8316
e1b2624a
AA
83172016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8318
8319 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8320 variable declaration.
8321 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8322 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8323 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8324 received HWCAP as its argument.
8325
4295e285
PA
83262016-09-06 Pedro Alves <palves@redhat.com>
8327
8328 * gdb.base/new-ui-pending-input.c: New file.
8329 * gdb.base/new-ui-pending-input.exp: New file.
8330 * gdb.exp (clear_gdb_spawn_id): New procedure.
8331 (with_spawn_id): Check whether gdb_spawn_id exists before
8332 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8333 on exit.
8334
00d5215e
UW
83352016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8336
8337 * gdb.base/float128.c: New file.
8338 * gdb.base/float128.exp: Likewise.
8339 * gdb.base/floatn.c: Likewise.
8340 * gdb.base/floatn.exp: Likewise.
8341
a9ff5f12
UW
83422016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8343
8344 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8345
f245535c
PA
83462016-09-05 Pedro Alves <palves@redhat.com>
8347
8348 PR backtrace/19927
8349 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8350 unwinders are immediately called as side effect of "source" or
8351 "disable unwinder" commands.
8352 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8353
ae9cf263
YQ
83542016-09-02 Yao Qi <yao.qi@linaro.org>
8355
8356 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8357 is true and $type is "float" or "double".
8358
27aba047
YQ
83592016-09-02 Yao Qi <yao.qi@linaro.org>
8360
8361 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8362 true.
8363 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8364 * gdb.base/call-rt-st.exp: Likewise.
8365 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8366 return value instead of gdb,skip_float_test.
8367 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8368 (do_function_calls): Use its return value instead of
8369 gdb,skip_float_test.
8370 * gdb.base/finish.exp: Likewise.
8371 * gdb.base/funcargs.exp: Likewise.
8372 * gdb.base/return.exp: Likewise.
8373 * gdb.base/return2.exp: Likewise.
8374 * gdb.base/varargs.exp: Likewise.
8375 * lib/gdb.exp (gdb_skip_float_test): Change it to
8376 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8377
5af962df
AA
83782016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8379
8380 * gdb.multi/tids.exp: Test "thread apply all".
8381
7fac6910
JK
83822016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8383
8384 * gdb.base/default.exp (tty): Remove.
8385
bb1fe4ac
KB
83862016-08-24 Kevin Buettner <kevinb@redhat.com>
8387
2806dc7e
PA
8388 * gdb.python/py-recurse-unwind.c: New file.
8389 * gdb.python/py-recurse-unwind.py: New file.
8390 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 8391
0a1ddfa6
SM
83922016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8393
8394 * gdb.base/set-inferior-tty.exp: New file.
8395 * gdb.base/set-inferior-tty.c: New file.
8396
d9de1fe3
PA
83972016-08-23 Pedro Alves <palves@redhat.com>
8398
8399 PR gdb/20494
8400 * gdb.base/new-ui-echo.c: New file.
8401 * gdb.base/new-ui-echo.exp: New file.
8402
e9d9abd7
YQ
84032016-08-23 Yao Qi <yao.qi@linaro.org>
8404
8405 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8406 gdbserver_spawn.
8407 * gdb.server/connect-without-multi-process.exp (do_test):
8408 Likewise.
8409
3589529e
YQ
84102016-08-23 Yao Qi <yao.qi@linaro.org>
8411
8412 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8413 standalone_txt. Delete gdb_txt and standalone_txt on host
8414 and target. Spawn the binary on target. Copy files from
8415 target to host.
8416
6bb90213
PA
84172016-08-22 Pedro Alves <palves@redhat.com>
8418
8419 PR gdb/20505
8420 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8421 with_test_prefix. Factor out bits to ...
8422 (test_no_vdso): ... this new procedure.
8423
20c2c024
CL
84242016-08-19 Carl Love <cel@us.ibm.com>
8425
8426 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8427 maintaining separate logic for constructing the output path.
8428 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8429 * gdb.arch/ppc-dfp.exp: Likewise.
8430 * gdb.arch/ppc-fp.exp: Likewise.
8431 * gdb.arch/vsx-regs.exp: Likewise.
8432 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8433 binprefix for generating the additional binary files.
8434
0646e07d
PA
84352016-08-19 Pedro Alves <palves@redhat.com>
8436
8437 * gdb.trace/mi-trace-frame-collected.exp
8438 (test_trace_frame_collected): On x32, expect two registers.
8439
46da9242
CL
84402016-08-18 Carl Love <cel@us.ibm.com>
8441
8442 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8443 and sync up the test with tests in gas/testsuite/gas/ppc.
8444 * gdb.arch/powerpc-power.exp: Likewise.
8445
eb2332d7
SM
84462016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8447
8448 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8449 expected error message.
8450
63c61e04
SM
84512016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8452
8453 * gdb.multi/remove-inferiors.exp: New file.
8454 * gdb.multi/remove-inferiors.c: New file.
8455
7b17065f
YQ
84562016-08-12 Yao Qi <yao.qi@linaro.org>
8457
8458 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8459 argument list.
8460
01d3dedf
PA
84612016-08-10 Pedro Alves <palves@redhat.com>
8462
8463 PR gdb/19187
8464 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8465 setup_kfails.
8466
3eb7562a
PA
84672016-08-09 Pedro Alves <palves@redhat.com>
8468 Simon Marchi <simon.marchi@ericsson.com>
8469
8470 PR gdb/20418
8471 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8472 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8473
80614914
PA
84742016-08-09 Pedro Alves <palves@redhat.com>
8475
8476 PR mi/20431
8477 * gdb.mi/mi-cmd-error.exp: New file.
8478
f348d89a
PA
84792016-08-09 Pedro Alves <palves@redhat.com>
8480
8481 PR gdb/18653
8482 * gdb.base/signals-state-child.c: New file.
8483 * gdb.base/signals-state-child.exp: New file.
8484 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8485
e5ca03b4
PA
84862016-08-09 Pedro Alves <palves@redhat.com>
8487
8488 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8489
282a0691
TT
84902016-08-03 Tom Tromey <tom@tromey.com>
8491
8492 PR python/18565:
8493 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8494
41bfcd63
YQ
84952016-08-01 Yao Qi <yao.qi@linaro.org>
8496
8497 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8498 variable mode to "multi-process" if $multi_process is 1, otherwise
8499 set it to "single-process".
8500
e3465b24
YQ
85012016-08-01 Yao Qi <yao.qi@linaro.org>
8502
8503 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8504 * gdb.cp/cpexprs.exp: Likewise.
8505 * gdb.cp/m-static.exp: Likewise.
8506
0b31a4bc
TT
85072016-07-26 Tom Tromey <tom@tromey.com>
8508
8509 PR python/20190:
8510 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8511 test.
8512
e0461dbb
MM
85132016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8514
8515 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8516 selecting assembly source files.
8517 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8518 assembly source files.
8519 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8520 assembly source files.
8521 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8522 selecting assembly source files.
8523
8194e927
SM
85242016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8525
8526 * gdb.base/new-ui.exp (do_test_invalid_args): New
8527 procedure.
8528
c0272db5
TW
85292016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8530
8531 * gdb.btrace/reconnect.c: New file.
8532 * gdb.btrace/reconnect.exp: New file.
8533
e3487908
GKB
85342016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8535
8536 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8537 to test_catch_syscall_group.
8538 (test_catch_syscall_group): New.
8539
12df5c00
TT
85402016-07-21 Tom Tromey <tom@tromey.com>
8541
8542 * gdb.rust/simple.rs (main): Use empty struct expression.
8543 * gdb.rust/simple.exp: Add tests for empty struct expression.
8544
bae62ee2
YQ
85452016-07-21 Yao Qi <yao.qi@linaro.org>
8546
8547 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8548 if gdb_skip_xml_test is true on some targets.
8549
b1b53fb3
YQ
85502016-07-21 Yao Qi <yao.qi@linaro.org>
8551
8552 * gdb.server/solib-list.exp: Unset last_loaded_file.
8553
027d97f8
JK
85542016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8555
8556 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8557 "step into captured_main (args)".
8558
7674d381
JK
85592016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8560
8561 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8562
72b5d099
JK
85632016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8564
8565 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8566
1f960ced
PA
85672016-07-19 Pedro Alves <palves@redhat.com>
8568
8569 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8570 * gdb.opt/inline-bt.exp: Likewise.
8571 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8572 additional_flags=-Winline.
8573 * gdb.opt/inline-locals.exp: Likewise.
8574 * gdb.opt/inline-markers.c (ATTR): Define.
8575 (inlined_fn): Use it.
8576
f25827c1
YQ
85772016-07-19 Yao Qi <yao.qi@linaro.org>
8578
8579 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8580 (test_with_self): Remove some code. Remove argument executable.
8581 (top-level): Use do_self_tests.
8582
37539ebe
DB
85832016-07-15 Zachary Welch <zwelch@codesourcery.com>
8584 Don Breazeal <donb@codesourcery.com>
8585
8586 * gdb.base/maint.exp: Escape paths used in regular expressions.
8587 * gdb.stabs/weird.exp: Likewise.
8588
dac790e1
TT
85892016-07-13 Tom Tromey <tom@tromey.com>
8590
8591 PR python/15620, PR python/18620:
8592 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8593 (test_bkpt_events): New procs.
8594
93daf339
TT
85952016-07-13 Tom Tromey <tom@tromey.com>
8596
8597 PR python/17698:
8598 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8599 test.
8600 (test_watchpoints): Likewise.
8601 (test_bkpt_pending): New proc.
8602
6571a381
TT
86032016-07-13 Tom Tromey <tom@tromey.com>
8604
8605 PR cli/18053:
8606 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8607 completion test.
8608
e8732474
JK
86092016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8610
8611 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8612 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8613 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8614 f_label.
8615 (g): Rename g_end_lbl to g_label.
8616 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8617 low_pc and high_pc.
8618 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8619
e0f3fd7c
TT
86202016-07-12 Tom Tromey <tom@tromey.com>
8621
8622 PR python/19293:
8623 * gdb.python/py-unwind-maint.exp: Update tests.
8624
3cfe46b6
YQ
86252016-07-12 Yao Qi <yao.qi@linaro.org>
8626
8627 * lib/selftest-support.exp (selftest_setup): Match the output
8628 when captured_main is inlined.
8629
4f19a0e6
WT
86302016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8631
8632 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8633 New variables.
8634 (print this%a, print this%b, print this): New tests.
8635 * gdb.fortran/derived-types.f90 (this): New object and
8636 initialization.
8637
986cf455
SM
86382016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8639
8640 * gdb.ada/arraydim.exp: Remove extra directory level in build
8641 directory.
8642
f0464b23
SM
86432016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8644
8645 * lib/ada.exp: Remove extra directory level in build directory.
8646 * gdb.ada/cond_lang.exp: Likewise.
8647 * gdb.ada/exec_changed.exp: Likewise.
8648 * gdb.ada/lang_switch.exp: Likewise.
8649
42d94011
MG
86502016-07-06 Manish Goregaokar <manish@mozilla.com>
8651
2806dc7e
PA
8652 * simple.rs: Add test for raw pointer subscripting.
8653 * simple.exp: Add test expectations.
42d94011 8654
647c264c
YQ
86552016-07-05 Yao Qi <yao.qi@linaro.org>
8656
8657 * gdb.mi/mi-reverse.exp: Match =record-started output.
8658
20aa2c60
PA
86592016-07-01 Pedro Alves <palves@redhat.com>
8660
8661 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8662 procedure.
8663 (jit_reader_test): Test the jit reader's unwinder.
8664 * gdb.base/jithost.c (jit_function_00_code): New global.
8665 (main): Use memcpy to fill in the mmapped code, instead of poking
8666 bytes manually here.
8667 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8668 value.
8669 (read_debug_info): Save the function's range.
8670 (read_sp): New function.
8671 (unwind_frame): Use it. Also unwind RBP.
8672 (get_frame_id): Use read_sp.
8673 (gdb_init_reader): Use calloc instead of malloc.
8674 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8675 parameter. Use gdb_test_multiple.
8676
ced2dffb
PA
86772016-07-01 Pedro Alves <palves@redhat.com>
8678 Antoine Tremblay <antoine.tremblay@ericsson.com>
8679
8680 * gdb.threads/process-dies-while-detaching.c: New file.
8681 * gdb.threads/process-dies-while-detaching.exp: New file.
8682
63000888
PA
86832016-07-01 Pedro Alves <palves@redhat.com>
8684
8685 * gdb.multi/watchpoint-multi-exit.c: New file.
8686 * gdb.multi/watchpoint-multi-exit.exp: New file.
8687
038d4868
PA
86882016-06-30 Pedro Alves <palves@redhat.com>
8689
8690 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8691 unset inferior_spawn_id.
8692
994e9c83
PA
86932016-06-30 Pedro Alves <palves@redhat.com>
8694
8695 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8696 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8697
e5653468
YQ
86982016-06-29 Yao Qi <yao.qi@linaro.org>
8699
8700 * gdb.base/return.c: Add copyright header.
8701
803b47e5
TT
87022016-06-29 Tom Tromey <tom@tromey.com>
8703
8704 PR python/20129:
8705 * gdb.python/py-framefilter.exp: Add tests for setting priority
8706 and disabling of non-existent frame filter.
8707
28244707
YQ
87082016-06-29 Yao Qi <yao.qi@linaro.org>
8709
8710 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8711 0x0f07ff.
8712
a31d2f06
YQ
87132016-06-28 Yao Qi <yao.qi@linaro.org>
8714
8715 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8716 triplets. Start gdb, execute catch syscall, and continue. Check
8717 gdb's output to determine catch syscall is supported.
8718
921d8f54
MG
87192016-06-27 Manish Goregaokar <manish@mozilla.com>
8720
25d49b86
PA
8721 * gdb.rust/simple.rs: Add test for returning unit in a function.
8722 * gdb.rust/simple.exp: Add expectation for functions returning
8723 unit.
921d8f54 8724
f4952523
PMR
87252016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8726
8727 * gdb.python/py-breakpoint-create-fail.c,
8728 gdb.python/py-breakpoint-create-fail.exp,
8729 gdb.python/py-breakpoint-create-fail.py: New testcase.
8730
fccb08f8
MG
87312016-06-25 Manish Goregaokar <manish@mozilla.com>
8732
8733 PR gdb/20239
8734 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
8735 * gdb.rust/simple.exp: Add test expectations for new NonZero
8736 tests.
fccb08f8 8737
6b850546
DT
87382016-06-24 David Taylor <dtaylor@emc.com>
8739
8740 * gdb.base/offsets.exp: New file.
8741 * gdb.base/offsets.c: New file.
8742
17621150
TT
87432016-06-23 Tom Tromey <tom@tromey.com>
8744
8745 PR gdb/16483:
8746 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8747 before any filters are loaded.
8748
04d59df6
WT
87492016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8750
8751 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8752 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8753 structs.
8754 * gdb.fortran/derived-type-function.exp: New file.
8755 * gdb.fortran/derived-type-function.f90: New file.
8756
8757
ac69f786
PA
87582016-06-21 Pedro Alves <palves@redhat.com>
8759
8760 * gdb.base/new-ui.exp: New file.
8761 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8762 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8763 (with_spawn_id): New procedure.
8764
49940788
PA
87652016-06-21 Pedro Alves <palves@redhat.com>
8766
8767 * gdb.mi/mi-exec-run.exp: New file.
8768
ef274d26
PA
87692016-06-21 Pedro Alves <palves@redhat.com>
8770
8771 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8772 breakpoint command's output on the main UI.
8773 (test_break): New procedure, factored out from calls in the top
8774 level.
8775 (top level): Use foreach_with_prefix to test MI as main UI and as
8776 separate UI.
8777
468afe6c
PA
87782016-06-21 Pedro Alves <palves@redhat.com>
8779
8780 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8781 (test_awatch_creation_and_listing)
8782 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8783 Remove 'type' parameter.
8784 (test_watchpoint_all): New parameter mi_mode. Remove
8785 with_test_prefix.
8786 (top level): Use foreach_with_prefix, and add main/separate UI MI
8787 testing axis.
8788
51f77c37
PA
87892016-06-21 Pedro Alves <palves@redhat.com>
8790
8791 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8792 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8793 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8794 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8795 (gdb_main_spawn_id, mi_spawn_id): Declare and
8796 comment.
8797 (mi_create_inferior_pty): New procedure,
8798 factored out from default_mi_gdb_start.
8799 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8800 procedures.
8801 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8802 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8803 Use mi_create_inferior_pty.
8804 (mi_gdb_start): Use eval to pass down args list.
8805
8980e177
PA
88062016-06-21 Pedro Alves <palves@redhat.com>
8807
8808 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8809 * gdb.opt/inline-cmds.exp: Add MI tests.
8810
f38d3ad1
PA
88112016-06-21 Pedro Alves <palves@redhat.com>
8812
8813 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8814
45db7c09
PA
88152016-06-21 Pedro Alves <palves@redhat.com>
8816
8817 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8818 (top level): Use it instead of mi_execute_to.
8819
5a069ab3
PA
88202016-06-21 Pedro Alves <palves@redhat.com>
8821
8822 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8823 (cont_handler_str): New.
8824 (signal_stop_handler): Set stop_handler_str instead of printing to
8825 stdout.
8826 (continue_handler): Set cont_handler_str instead of printing to
8827 stdout.
8828 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8829 mi_send_resuming_command. Print stop_handler_str and
8830 cont_handler_str instead of expecting the python events print
8831 directly.
8832
2838cc1d
SD
88332016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8834
8835 * gdb.base/jit-reader.exp: New file.
8836 * gdb.base/jithost.c: New file.
8837 * gdb.base/jithost.h: New file.
8838 * gdb.base/jitreader.c : New file.
8839 * gdb.base/jit-protocol.h: New file.
8840
21a77091
YQ
88412016-06-17 Yao Qi <yao.qi@linaro.org>
8842
8843 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8844 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8845 and detach-on-fork. Adjust tests.
8846 (top level): Invoke break_cond_on_syscall with combinations of
8847 syscall, follow-fork-mode and detach-on-fork.
8848
f50bf8e5
YQ
88492016-06-17 Yao Qi <yao.qi@linaro.org>
8850
8851 * gdb.base/step-over-exit.c: New.
8852 * gdb.base/step-over-exit.exp: New.
8853
a28d8e50
YTL
88542016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8855
8856 * gdb.base/float.exp: Add target check for nds32*-*-*.
8857 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8858
cad8e26d
AB
88592016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8860
8861 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8862 for unsupported target features.
8863 * gdb.base/call-rt-st.exp: Likewise.
8864 * gdb.base/call-sc.exp: Likewise.
8865 * gdb.base/call-signal-resume.exp: Likewise.
8866 * gdb.base/call-strs.exp: Likewise.
8867 * gdb.base/callexit.exp: Likewise.
8868 * gdb.base/callfuncs.exp: Likewise.
8869 * gdb.base/nodebug.exp: Likewise.
8870 * gdb.base/printcmds.exp: Likewise.
8871 * gdb.base/ptype.exp: Likewise.
8872 * gdb.base/structs.exp: Likewise.
8873 * gdb.base/unwindonsignal.exp: Likewise.
8874 * gdb.cp/gdb2495.exp: Likewise.
8875 * gdb.cp/templates.exp: Likewise.
8876 * gdb.cp/virtfunc.exp: Likewise.
8877 * gdb.threads/hand-call-in-threads.exp: Likewise.
8878 * gdb.threads/interrupted-hand-call.exp: Likewise.
8879 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8880
347dc102
TT
88812016-06-10 Tom Tromey <tom@tromey.com>
8882
8883 PR rust/20110:
8884 * gdb.rust/expr.exp: Add test for integer constant larger than
8885 i32.
8886
5e13cf25
BH
88872016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8888
8889 * gdb.fortran/nested-funcs.exp: New.
8890 * gdb.fortran/nested-funcs.f90: New.
8891
bb556f1f
TK
88922016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8893
8894 * gdb.base/examine-backward.c: New file.
8895 * gdb.base/examine-backward.exp: New file.
8896
38b022b4
SM
88972016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8898
8899 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8900 matching.
8901
1b40ec05
TT
89022016-06-02 Tom Tromey <tom@tromey.com>
8903
8904 PR python/18984:
8905 * gdb.python/py-shared.exp: Add solib_name test.
8906
193bd378
SM
89072016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8908
8909 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8910
3326303b
MG
89112016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8912
8913 PR c++/19893
8914 * gdb.dwarf2/implref.exp: Rename to...
8915 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8916 * gdb.dwarf2/implref-array.c: New file.
8917 * gdb.dwarf2/implref-array.exp: Likewise.
8918 * gdb.dwarf2/implref-global.c: Likewise.
8919 * gdb.dwarf2/implref-global.exp: Likewise.
8920 * gdb.dwarf2/implref-struct.c: Likewise.
8921 * gdb.dwarf2/implref-struct.exp: Likewise.
8922
825c8ef2
AT
89232016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8924
8925 * gdb.trace/trace-condition.exp: Add 64bit tests.
8926
2320162a
AT
89272016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8928
8929 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8930 bits types.
8931 (main): Adapt to 8 to 64 bits types.
8932 * gdb.trace/trace-condition.exp: Add new tests.
8933
a7818233
AT
89342016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8935
8936 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8937
0d336466
AT
89382016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8939
8940 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8941 Move condition tests...
8942 * gdb.trace/trace-condition.exp: Here.
8943
7faeb45a
AT
89442016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8945
8946 * gdb.trace/trace-condition.exp: Add counter-case tests.
8947
e385593e
JK
89482016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8949
8950 PR c++/15231
8951 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8952 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8953
744608cc
PA
89542016-05-27 Pedro Alves <palves@redhat.com>
8955
8956 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8957 New procedure.
8958 (top level): Call it, and bail out of DejaGnu is known to be bad.
8959
ac775bf4
AB
89602016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8961
8962 * gdb.base/whatis.c: Extend the test case.
8963 * gdb.base/whatis.exp: Add additional tests.
8964
2bbad2ea
BH
89652016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8966
8967* gdb.fortran/type.f90: Add pointer variable.
8968* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8969
8b70175d
BH
89702016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8971
8972 * gdb.fortran/vla-type.exp: Fix testcase name.
8973
86d8a848
BH
89742016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8975
8976 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8977
e188eb36
BH
89782016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8979
8980 * gdb.fortran/type.f90: Add nested structures.
8981 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8982 * gdb.fortran/derived-type.exp: Adapt expected output.
8983 * gdb.fortran/vla-type.exp: Adapt expected output.
8984
9b2db1fd
BH
89852016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8986
8987 * gdb.fortran/whatis_type.exp: Adapt expected output.
8988
72b17055
BH
89892016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8990
8991 * gdb.fortran/print_type.exp: Fix expected output.
8992 * gdb.fortran/whatis_type.exp: Fix expected output.
8993
3cd81d8d
BH
89942016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8995
8996 * gdb.fortran/whatis_type.exp: Use multi_line.
8997
ddae9462
TT
89982016-05-24 Tom Tromey <tom@tromey.com>
8999
9000 PR python/17386:
9001 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
9002 use value as an index.
9003
1957f6b8
TT
90042016-05-23 Tom Tromey <tom@tromey.com>
9005
9006 PR python/17981:
9007 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9008 no-breakpoint case.
9009
026a9174
PA
90102016-05-24 Pedro Alves <palves@redhat.com>
9011
9012 PR gdb/19828
9013 * gdb.threads/clone-attach-detach.c: New file.
9014 * gdb.threads/clone-attach-detach.exp: New file.
9015
e70a7231
FR
90162016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9017
9018 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9019
0f6ed0e0
TT
90202016-05-23 Tom Tromey <tom@tromey.com>
9021
9022 PR python/19438, PR python/18393:
9023 * gdb.python/py-progspace.exp: Add "dir" test.
9024 * gdb.python/py-objfile.exp: Add "dir" test.
9025
ffd19d61
YQ
90262016-05-23 Yao Qi <yao.qi@linaro.org>
9027
9028 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9029 * gdb.arch/thumb2-it.exp: Likewise.
9030
9e8f9b05
SM
90312016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9032
9033 * gdb.mi/mi-threads-interrupt.c: New file.
9034 * gdb.mi/mi-threads-interrupt.exp: New file.
9035
61c6156d
SM
90362016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9037
9038 PR gdb/18077
9039 * gdb.mi/mi-async-run.exp: New file.
9040 * gdb.mi/mi-async-run.c: New file.
9041
67218854
TT
90422016-05-17 Tom Tromey <tom@tromey.com>
9043 Manish Goregaokar <manishsmail@gmail.com>
9044
9045 * lib/rust-support.exp: New file.
9046 * lib/gdb.exp (skip_rust_tests): New proc.
9047 (build_executable_from_specs): Handle rust.
9048 * lib/future.exp (gdb_find_rustc): New proc.
9049 (gdb_default_target_compile): Handle rust.
9050 * gdb.rust/expr.exp: New file.
9051 * gdb.rust/generics.exp: New file.
9052 * gdb.rust/generics.rs: New file.
9053 * gdb.rust/methods.exp: New file.
9054 * gdb.rust/methods.rs: New file.
9055 * gdb.rust/modules.exp: New file.
9056 * gdb.rust/modules.rs: New file.
9057 * gdb.rust/simple.exp: New file.
9058 * gdb.rust/simple.rs: New file.
9059
c44af4eb
TT
90602016-05-17 Tom Tromey <tom@tromey.com>
9061
9062 * gdb.base/default.exp (set language): Add rust.
9063
dcd1f979
TT
90642016-05-17 Tom Tromey <tom@tromey.com>
9065
9066 * gdb.gdb/unittest.exp: New file.
9067
155b7f57
YQ
90682016-05-16 Yao Qi <yao.qi@linaro.org>
9069
9070 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9071 shell_prompt. Update shell_prompt_re.
9072
8ddd5a6c
DE
90732016-05-12 Doug Evans <dje@google.com>
9074
9075 PR symtab/19999
9076 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9077 $options when building executable.
9078 * gdb.dwarf2/fission-loclists-pie.S: New file.
9079 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9080
02e370d9
SM
90812016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9082
9083 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9084 of [is_remote target],
9085
8929ad8b
SM
90862016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9087
9088 * lib/gdb.exp (use_gdb_stub): New procedure.
9089
6c447423
DE
90902016-05-03 Yunlian Jiang <yunlian@google.com>
9091 Doug Evans <dje@google.com>
9092
9093 PR symtab/19914
9094 * gdb.dwarf2/dwp-sepdebug.c: New file.
9095 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9096
444e826c
SM
90972016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9098
9099 * gdb.base/detach.exp: Remove is_remote check.
9100
740feeaa
SM
91012016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9102
9103 * gdb.base/annota-input-while-running.exp: Don't check for
9104 [is_remote target]. Enable annotations after running to main.
9105 Remove unused "set test..." line.
9106
9080ac9d
SM
91072016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9108
9109 * gdb.trace/trace-enable-disable.exp: New file.
9110 * gdb.trace/trace-enable-disable.c: New file.
9111
952ebca5
SM
91122016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9113
9114 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9115 use it in info sharedlibrary test.
9116 * gdb.trace/ftrace-lock.exp: Likewise.
9117 * gdb.trace/ftrace.exp: Likewise.
9118 * gdb.trace/range-stepping.exp: Likewise.
9119 * gdb.trace/trace-break.exp: Likewise.
9120 * gdb.trace/trace-condition.exp: Likewise.
9121 * gdb.trace/trace-mt.exp: Likewise.
9122
d9019901
SM
91232016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9124
9125 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9126 (gdb_load_shlib): ... this.
9127 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9128 gdb_load_shlib.
9129 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9130 * gdb.base/ctxobj.exp: Likewise.
9131 * gdb.base/dprintf-pending.exp: Likewise.
9132 * gdb.base/dso2dso.exp: Likewise.
9133 * gdb.base/fixsection.exp: Likewise.
9134 * gdb.base/gcore-relro.exp: Likewise.
9135 * gdb.base/gdb1555.exp: Likewise.
9136 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9137 * gdb.base/gnu-ifunc.exp: Likewise.
9138 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9139 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9140 * gdb.base/pending.exp: Likewise.
9141 * gdb.base/print-file-var.exp: Likewise.
9142 * gdb.base/print-symbol-loading.exp: Likewise.
9143 * gdb.base/shlib-call.exp: Likewise.
9144 * gdb.base/shreloc.exp: Likewise.
9145 * gdb.base/so-impl-ld.exp: Likewise.
9146 * gdb.base/solib-disc.exp: Likewise.
9147 * gdb.base/solib-nodir.exp: Likewise.
9148 * gdb.base/solib-overlap.exp: Likewise.
9149 * gdb.base/solib-symbol.exp: Likewise.
9150 * gdb.base/solib-weak.exp (do_test): Likewise.
9151 * gdb.base/sym-file.exp: Likewise.
9152 * gdb.base/symtab-search-order.exp: Likewise.
9153 * gdb.base/type-opaque.exp: Likewise.
9154 * gdb.base/unload.exp: Likewise.
9155 * gdb.base/watchpoint-solib.exp: Likewise.
9156 * gdb.compile/compile.exp: Likewise.
9157 * gdb.cp/gdb2384.exp: Likewise.
9158 * gdb.cp/infcall-dlopen.exp: Likewise.
9159 * gdb.cp/re-set-overloaded.exp: Likewise.
9160 * gdb.fortran/library-module.exp: Likewise.
9161 * gdb.opt/solib-intra-step.exp: Likewise.
9162 * gdb.python/py-finish-breakpoint.exp: Likewise.
9163 * gdb.python/py-shared.exp: Likewise.
9164 * gdb.reverse/solib-precsave.exp: Likewise.
9165 * gdb.reverse/solib-reverse.exp: Likewise.
9166 * gdb.server/solib-list.exp: Likewise.
9167 * gdb.threads/dlopen-libpthread.exp: Likewise.
9168 * gdb.threads/tls-shared.exp: Likewise.
9169 * gdb.threads/tls-so_extern.exp: Likewise.
9170 * gdb.trace/change-loc.exp: Likewise.
9171 * gdb.trace/ftrace-lock.exp: Likewise.
9172 * gdb.trace/ftrace.exp: Likewise.
9173 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9174 * gdb.trace/pending.exp: Likewise.
9175 * gdb.trace/range-stepping.exp: Likewise.
9176 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9177 (strace_info_marker): Likewise.
9178 (strace_probe_marker): Likewise.
9179 (strace_trace_on_same_addr): Likewise.
9180 (strace_trace_on_diff_addr): Likewise.
9181 * gdb.trace/trace-break.exp: Likewise.
9182 * gdb.trace/trace-condition.exp: Likewise.
9183 * gdb.trace/trace-mt.exp: Likewise.
9184
fca4cfd9
SM
91852016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9186
9187 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9188 result of gdb_remote_download.
9189 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9190 * gdb.base/dso2dso.exp: Likewise.
9191 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9192 * gdb.base/print-file-var.exp: Likewise.
9193 * gdb.base/shlib-call.exp: Likewise.
9194 * gdb.base/shreloc.exp: Likewise.
9195 * gdb.base/solib-overlap.exp: Likewise.
9196 * gdb.base/solib-weak.exp (do_test): Likewise.
9197 * gdb.base/unload.exp: Likewise.
9198
11cf4ffb
YQ
91992016-04-27 Yao Qi <yao.qi@linaro.org>
9200
9201 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9202 exists.
9203
3e2e34f8
KB
92042016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9205
9206 * vla-type.exp: Print structure from toplevel.
9207
8f07e298
BH
92082016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9209
9210 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9211 of dynamic types.
9212 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9213 of dynamic types.
9214
9920b434
BH
92152016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9216
9217 * gdb.fortran/vla-type.f90: New file.
9218 * gdb.fortran/vla-type.exp: New file.
9219
f3abeff5
YQ
92202016-04-25 Yao Qi <yao.qi@linaro.org>
9221
9222 * gdb.base/branch-to-self.c: New file.
9223 * gdb.base/branch-to-self.exp: New file.
9224
0a5d52f0
YQ
92252016-04-22 Yao Qi <yao.qi@linaro.org>
9226
9227 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9228 more after $hex.
9229
495346f6
YQ
92302016-04-22 Yao Qi <yao.qi@linaro.org>
9231
9232 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9233 * gdb.base/annota3.exp: Likewise.
9234
4a7e075c
YQ
92352016-04-22 Yao Qi <yao.qi@linaro.org>
9236
9237 * gdb.reverse/step-precsave.exp: Do one step and test program
9238 stops in "callee" and do multiple steps until program goes out
9239 of "callee".
9240 * gdb.reverse/step-reverse.exp: Likewise.
9241
5b061e98
YQ
92422016-04-22 Yao Qi <yao.qi@linaro.org>
9243
9244 * gdb.trace/signal.exp: Also pass if
9245 $tracepoint_hits($i) > $iterations.
9246
5c5dc57f
YQ
92472016-04-22 Yao Qi <yao.qi@linaro.org>
9248
9249 * gdb.trace/signal.c: New file.
9250 * gdb.trace/signal.exp: New file.
9251
a55411b9
DE
92522016-04-19 Doug Evans <xdje42@gmail.com>
9253
9254 * gdb.base/bad-file.exp: New file.
9255
a22df60a
MG
92562016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9257
9258 * gdb.dwarf2/implref.exp: New file.
9259
0c13f7e5
BH
92602016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9261
9262 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9263 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9264 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9265 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9266 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9267 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9268 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9269 * lib/fortran.exp (fortran_int4): New procedure.
9270 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9271 (fortran_logical4): Likewise.
9272
9b9b09e9
BH
92732016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9274
9275 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9276
a14d1f4d
BH
92772016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9278
9279 * lib/compiler.c: Add Intel specific preprocessor macros.
9280 * lib/compiler.cc: Likewise.
25d49b86 9281
7d49b1d0
LM
92822016-04-13 Luis Machado <lgustavo@codesourcery.com>
9283
9284 * gdb.server/connect-with-no-symbol-file.c: New file.
9285 * gdb.server/connect-with-no-symbol-file.exp: New file.
9286
8392fa22
SM
92872016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9288
9289 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9290
8c4c4aeb
SM
92912016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9292
9293 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9294 standard output directory.
9295
45e3745e
AT
92962016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9297
9298 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9299
e26b7e41
MM
93002016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9301
9302 * gdb.btrace/instruction_history.c (loop): Add declaration.
9303
8ce09462
AT
93042016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9305
9306 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9307
2e88a1ea
SM
93082016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9309
9310 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9311 parentheses to print.
9312 (continue_handler): Likewise.
9313
f48e22e3
SM
93142016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9315
9316 * gdb.server/solib-list.exp: Remove is_remote check.
9317 Pass shlib= to gdb_compile. Don't link shared library with
9318 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9319 Run binary filename through "readlink -f" on the target.
9320
096be756
PA
93212016-04-08 Pedro Alves <palves@redhat.com>
9322
9323 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9324 interpreter filename as argument to gdbserver_spawn.
9325 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9326 Return empty if $last_loaded_file does not exist.
9327
06500533
JK
93282016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9329
9330 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9331 * gdb.base/jit-main.c: Use exit after usage.
9332
2d35e871
JK
93332016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9334
9335 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9336 GDBHISTSIZE prior to the tests.
9337 * gdb.base/gdbinit-history.exp: Likewise.
9338
93392016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
9340
9341 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9342 instead of build_executable. Use gdb_load_shlibs.
9343
c8064e7e
YQ
93442016-04-07 Yao Qi <yao.qi@linaro.org>
9345
9346 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9347 Execute "si" command.
9348
bde47561
YQ
93492016-04-07 Yao Qi <yao.qi@linaro.org>
9350
9351 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9352 number instead of the comments on some line.
9353
b16f8a3b
DB
93542016-04-06 Don Breazeal <donb@codesourcery.com>
9355
9356 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9357 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9358
c2f901df
SM
93592016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9360
9361 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9362 standard_output_file. Remove unused binfile variable.
9363
ac17fda0
CU
93642016-04-05 Catalin Udma <catalin.udma@freescale.com>
9365
9366 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9367 * gdb.python/py-mi-objfile.exp: Match "list main" output
9368 in console format.
9369
03a8c4df
SM
93702016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9371
9372 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9373 absolute.
9374
6e774b13
SM
93752016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9376
9377 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9378 absolute.
9379 * gdb.trace/ftrace.exp: Likewise.
9380 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9381 targets as well.
9382 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9383 (gdb_load_shlibs): Copy libraries to test directory when testing
9384 natively. Only set solib-search-path if testing remotely.
9385 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9386
7817ea46
SM
93872016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9388
9389 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9390 gdb_download. Use it even if the target is not remote.
9391 * gdb.base/jit.exp (compile_jit_test): Likewise.
9392 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9393 output directory if the destination board is local, otherwise use
9394 the standard remote_download from DejaGnu.
9395 (gdb_download): Remove.
9396 (gdb_load_shlibs): Use gdb_remote_download instead of
9397 gdb_download.
9398 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9399 Use gdb_remote_download instead of gdb_download. Use it even if
9400 the target is not remote.
9401 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9402 instead of gdb_download.
9403
7beb7f68
SM
94042016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9405
9406 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9407 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9408 run.
9409
cc63428a
AV
94102016-04-01 Artemiy Volkov <artemiyv@acm.org>
9411
9412 PR gdb/19820
9413 * gdb.base/printcmds.exp: Add artificial arrays tests.
9414
64cdf930
PA
94152016-03-31 Pedro Alves <palves@redhat.com>
9416
9417 PR gdb/19858
9418 * gdb.base/jit-main.c: Include unistd.h.
9419 (ATTACH): Define to 0 if not already defined.
9420 (wait_for_gdb, mypid): New globals.
9421 (WAIT_FOR_GDB): New macro.
9422 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9423 some breakpoint locations.
9424 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9425 New procedures.
9426 (one_jit_test): Add REATTACH parameter, and handle it. Use
9427 continue_to_test_location.
9428 (top level): Test attach, and adjusts calls to one_jit_test.
9429
40dea8cb
PA
94302016-03-31 Pedro Alves <palves@redhat.com>
9431
9432 PR gdb/19858
9433 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9434 BINSUFFIX parameter, and handle it.
9435 (top level): Adjust calls compile_jit_test.
9436
e7ea3ec7
CU
94372016-03-31 Catalin Udma <catalin.udma@freescale.com>
9438
9439 PR python/19743
9440 * gdb.python/py-mi-events-gdb.py: New file.
9441 * gdb.python/py-mi-events.c: New file.
9442 * gdb.python/py-mi-events.exp: New file.
9443
e6359af3
YQ
94442016-03-30 Yao Qi <yao.qi@linaro.org>
9445
9446 * gdb.reverse/until-precsave.exp: Match function name only.
9447 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9448 Move malloc to a condition block.
9449 * gdb.reverse/until-reverse.exp: Match function name only.
9450
a4105d04
MK
94512016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9452
9453 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9454 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9455 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9456 variable for GPR 0 instead of assuming it is register 0.
9457 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9458 * lib/trace-support.exp: Add s390 registers.
9459
bfa6adb9
YQ
94602016-03-29 Yao Qi <yao.qi@linaro.org>
9461
9462 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9463
1e6697ea
YQ
94642016-03-24 Yao Qi <yao.qi@linaro.org>
9465
9466 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9467 test message.
9468
64bcd522
AA
94692016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9470
9471 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9472 maintaining separate logic for constructing the output path.
9473
7868401b
DB
94742016-03-16 Don Breazeal <donb@codesourcery.com>
9475
9476 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9477 Retry fork and waitpid on interrupted system call errors.
9478 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9479 Use with_timeout_factor to increase timeout by factor of 10.
9480
1cafadb4
DB
94812016-03-15 Don Breazeal <donb@codesourcery.com>
9482
9483 * gdb.cp/scope-err.cc: New test program.
9484 * gdb.cp/scope-err.exp: New test script.
9485 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9486 lines and "set breakpoint here" comment.
9487 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9488 Fixed some whitespace and format issues.
9489 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9490 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9491
81516450
DE
94922016-03-15 Doug Evans <dje@google.com>
9493
9494 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9495 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9496 All callers updated. Add tests for enums, mixed flags register.
9497
aa52b601
DE
94982016-03-15 Doug Evans <dje@google.com>
9499
9500 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9501 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9502
fa4ff313
SM
95032016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9504
9505 * gdb.base/default.exp: Add $_as_string to the list of expected
9506 convenience functions.
9507
f2403c39
AB
95082016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9509
9510 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9511
f2f3ccb9
SM
95122016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9513
9514 * gdb.python/py-as-string.exp: New file.
9515 * gdb.python/py-as-string.c: New file.
9516
00dbd492
PA
95172016-03-09 Pedro Alves <palves@redhat.com>
9518
9519 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9520 signal" -> "Thread NN received signal" output change.
9521 * gdb.threads/ia64-sigill.exp: Likewise.
9522 * gdb.threads/linux-dp.exp: Likewise.
9523 * gdb.threads/manythreads.exp: Likewise.
9524 * gdb.threads/pending-step.exp: Likewise.
9525 * gdb.threads/print-threads.exp: Likewise.
9526 * gdb.threads/sigstep-threads.exp: Likewise.
9527 * gdb.threads/staticthreads.exp: Likewise.
9528 * gdb.threads/tls.exp: Likewise.
9529
1e6697ea
YQ
95302016-03-09 Pedro Alves <palves@redhat.com>
9531
9532 * gdb.base/command-line-input.exp: New file.
9533
b04fd3be
MK
95342016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9535
9536 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9537 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9538 * gdb.trace/pending.exp: Accept leading dot before function name.
9539 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9540 * lib/trace-support.exp: Set registers for ppc.
9541
98fa59e9
MK
95422016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9543
9544 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9545 use it for disassembly; accept .main in addition to main in backtrace.
9546
f77198c8
MK
95472016-03-09 Wei-cheng Wang <cole945@gmail.com>
9548 Marcin Kościelnicki <koriakin@0x04.net>
9549
9550 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9551 (gdb_recursion_test_ptr): New global variable.
9552 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9553 gdb_recursion_test.
9554 (gdb_c_test): Ditto.
9555
ba84e0da
MK
95562016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9557
9558 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9559 ordering.
9560
4366d36e
MK
95612016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9562
9563 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9564 (bar): Add bar_start_lbl label.
9565 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9566 of foo/bar for emitting DWARF and tracing.
9567
5eb264df
SDJ
95682016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9569
9570 * analyze-racy-logs.py: Set executable bit.
9571
fb6a751f
SDJ
95722016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9573
9574 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9575 (CHECK_TARGET_TMP): Likewise.
9576 (check-single-racy): New rule.
9577 (check-parallel-racy): Likewise.
9578 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9579 (do-check-parallel-racy): New rule.
9580 (check-racy/%.exp): Likewise.
9581 * README (Racy testcases): New section.
9582 * analyze-racy-logs.py: New file.
9583
bdf7e230
DE
95842016-03-03 Doug Evans <dje@google.com>
9585
9586 * gdb.base/skip.exp: Use with_test_prefix.
9587
4719d415
YQ
95882016-03-03 Yao Qi <yao.qi@linaro.org>
9589
9590 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9591 Invoke step_over_syscall "clone" and break_cond_on_syscall
9592 "clone".
9593 * gdb.base/step-over-clone.c: New file.
9594
ea507862
YQ
95952016-03-03 Yao Qi <yao.qi@linaro.org>
9596
9597 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9598 code format.
9599
8fc8cbda
YQ
96002016-03-03 Yao Qi <yao.qi@linaro.org>
9601
9602 * gdb.base/disp-step-fork.c: Rename to ...
9603 * gdb.base/step-over-fork.c: ... it. New file.
9604 * gdb.base/disp-step-vfork.c: Rename to ...
9605 * gdb.base/step-over-vfork.c: ... it. New file.
9606 * gdb.base/disp-step-syscall.exp: Rename to ...
9607 * gdb.base/step-over-syscall.exp: ... it. New file.
9608 (disp_step_cross_syscall): Rename to ...
9609 (step_over_syscall): ... it.
9610
92fa70b0
YQ
96112016-03-03 Yao Qi <yao.qi@linaro.org>
9612
9613 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9614 If target supports condition evaluation on target, invoke
9615 break_cond_on_syscall for fork and vfork.
9616
e197ad3c
YQ
96172016-03-03 Yao Qi <yao.qi@linaro.org>
9618
9619 * gdb.base/disp-step-syscall.exp: Don't invoke
9620 support_displaced_stepping.
9621 (disp_step_cross_syscall): Test with displaced stepping off and
9622 on if supported.
9623
0b47da9f
YQ
96242016-03-03 Yao Qi <yao.qi@linaro.org>
9625
9626 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9627 proc.
9628 (setup): New proc.
9629 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9630 and setup.
9631
065ab6dc
BH
96322016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9633
9634 * gdb.fortran/vla-history.exp: Remove breakpoint.
9635
07e448ad 96362016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9637
25d49b86
PA
9638 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9639 exceeds timeout.
07e448ad 9640
9ac2d526 96412016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9642
25d49b86
PA
9643 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9644 breakpoint.
9ac2d526 9645
17807369
BH
96462016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9647
9648 * gdb.mi/vla.f90: Nullify pointer after declaration.
9649
86e501af
PA
96502016-03-01 Pedro Alves <palves@redhat.com>
9651
9652 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9653
1e903e32
PA
96542016-03-01 Pedro Alves <palves@redhat.com>
9655
9656 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9657 before anything else.
9658 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9659 _GNU_SOURCE here.
9660 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9661 before anything else.
9662 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9663
6ccb54e2
PA
96642016-03-01 Pedro Alves <palves@redhat.com>
9665
9666 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9667
30ca9da1
YQ
96682016-03-01 Yao Qi <yao.qi@linaro.org>
9669
9670 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9671 prepare_for_testing.
9672
dc856b38
YQ
96732016-03-01 Yao Qi <yao.qi@linaro.org>
9674
9675 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9676
4a932159
AA
96772016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9678
9679 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9680 manually constructing the output path.
9681
f2489477
AA
96822016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9683
9684 * gdb.arch/s390-stackless.S: New.
9685 * gdb.arch/s390-stackless.exp: New.
9686
38899f16
IB
96872016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9688
9689 * gdb.dlang/circular.c: New file.
9690 * gdb.dlang/circular.exp: New file.
9691
9fde51ed
YQ
96922016-02-26 Yao Qi <yao.qi@linaro.org>
9693
9694 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9695 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9696 (testcases): Update.
9697
ce90fefe
YQ
96982016-02-26 Yao Qi <yao.qi@linaro.org>
9699
9700 * gdb.reverse/aarch64.c: Rename to ...
9701 * gdb.reverse/insn-reverse.c: ... it.
9702 * gdb.reverse/aarch64.exp: Rename to ...
9703 * gdb.reverse/insn-reverse.exp: ... it.
9704
3263bceb
YQ
97052016-02-26 Yao Qi <yao.qi@linaro.org>
9706
9707 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9708 (testcase_ftype): New.
9709 (testcases): New array.
9710 (n_testcases): New.
9711 (main): Call each element in testcases.
9712 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9713 (read_testcase): New.
9714 Do the tests in a loop.
9715
6cb59ff1
YQ
97162016-02-25 Yao Qi <yao.qi@linaro.org>
9717
9718 * gdb.base/branches.c: Remove.
9719
ae91f625
MK
97202016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9721
9722 PR gdb/13808
9723 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9724
678b48b7
MK
97252016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9726
9727 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9728
7337a6f2
MK
97292016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9730
9731 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9732 change x86_64 call_insn to 'callq'.
9733
861ca91f
AT
97342016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9735
9736 * gdb.trace/tfile-avx.c: Move to...
9737 * gdb.trace/tracefile-pseudo-reg.c: Here.
9738 * gdb.trace/tfile-avx.exp: Move to...
9739 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9740
bf74e428
GB
97412016-02-24 Gary Benson <gbenson@redhat.com>
9742
9743 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9744 message on attach.
9745
cce0e923
DE
97462016-02-23 Doug Evans <dje@google.com>
9747
9748 * gdb.base/skip.c (test_skip): New function.
9749 (end_test_skip_file_and_function): New function.
9750 (test_skip_file_and_function): New function.
9751 * gdb.base/skip1.c (test_skip): New function.
9752 (skip1_test_skip_file_and_function): New function.
9753 * gdb.base/skip.exp: Add tests for new skip options.
9754 * gdb.base/skip-solib.exp: Update expected output.
9755 * gdb.perf/skip-command.cc: New file.
9756 * gdb.perf/skip-command.exp: New file.
9757 * gdb.perf/skip-command.py: New file.
9758
4000e47e
MK
97592016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9760
9761 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9762 info registers pattern.
9763
24f75ead
IB
97642016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9765
9766 * lib/future.exp: Add D support.
9767 (gdb_find_gdc): New proc.
9768 (gdb_default_target_compile): Add D support.
9769
fbb7bcbe
WW
97702016-02-18 Wei-cheng Wang <cole945@gmail.com>
9771
9772 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9773 user+system time.
9774 (trace_speed_test): Determine the iteration count for a time
9775 between 15..30 seconds.
9776
012b3a21
WT
97772016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9778
9779 * gdb.arch/i386-mpx-sigsegv.c: New file.
9780 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9781 * gdb.arch/i386-mpx-simple_segv.c: New file.
9782 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9783
2d5189bd
YQ
97842016-02-18 Yao Qi <yao.qi@linaro.org>
9785
9786 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9787 Don't call setup_kfail.
9788
40fb20d0
YQ
97892016-02-18 Yao Qi <yao.qi@linaro.org>
9790
9791 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9792 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9793
21b1f8d2
DE
97942016-02-16 Doug Evans <dje@google.com>
9795
9796 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9797 * gdb.base/skip1.c: Ditto.
9798 * gdb.base/skip.exp: Whitespace cleanup.
9799
4041ed77
DB
98002016-02-16 Don Breazeal <donb@codesourcery.com>
9801
9802 PR remote/19496
9803 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9804 Remove kfail for PR remote/19496.
9805
c4ef31bf
SM
98062016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9807
9808 * lib/gdb.exp (standard_temp_file): Return a path specific to
9809 the runtest invocation.
9810
266b65b3
SM
98112016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9812
9813 * gdb.trace/save-trace.exp: Change relative path to be in the
9814 standard output directory.
9815
a7a0a6a9
JK
98162016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9817
9818 * gdb.arch/i386-prologue.c: Add missing prototypes.
9819
c99dbb42
JK
98202016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9821
9822 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9823 * gdb.arch/i386-prologue.exp: Likewise.
9824 * gdb.arch/i386-size.exp: Likewise.
9825
aa480355
SM
98262016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9827
9828 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9829 define object file path.
9830 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9831 file path.
9832 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9833 standard_output_file to define binfile.
9834
ba881f50
JK
98352016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9836
9837 Fix compatibility with recent gfortran-5.3.1.
9838 * gdb.fortran/vla-history.exp (print vla1 allocated)
9839 (print vla2 allocated, print $2, print $3): Remove
9840 (print $4): Rename to ...
9841 (print $2): ... here.
9842 (print $9): Rename to ...
9843 (print $5): ... here.
9844 (print $10): Rename to ...
9845 (print $6): ... here.
9846 * gdb.fortran/vla.f90: Add pvla initialization.
9847
e9fb005c
JK
98482016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9849
9850 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9851 New test.
9852 * gdb.fortran/vla-value-sub.exp: Likewise.
9853
e44e00ff
MK
98542016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9855
9856 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9857
97e94151
SM
98582016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9859
9860 * i386-biarch-core.exp: Define corefile using
9861 standard_output_file.
9862
01113bc1
YQ
98632016-02-12 Yao Qi <yao.qi@linaro.org>
9864
9865 * gdb.arch/arm-single-step-kernel-helper.c: New.
9866 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9867
33b4777c
MM
98682016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9869
9870 * gdb.btrace/tailcall-only.exp: New.
9871 * gdb.btrace/tailcall-only.c: New.
9872 * gdb.btrace/x86_64-tailcall-only.S: New.
9873 * gdb.btrace/i686-tailcall-only.S: New.
9874
acc23c11
PA
98752016-02-11 Pedro Alves <palves@redhat.com>
9876
9877 * README (Parallel testing): Add missing double quotes.
9878
e352bf0a
PA
98792016-02-11 Pedro Alves <palves@redhat.com>
9880
9881 * README (Parallel testing): New section.
9882 (GDB_PARALLEL): Rewrite.
9883 (FORCE_PARALLEL): Document.
9884
9f5fed78
MK
98852016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9886
9887 * gdb.trace/tfile-avx.c: New test.
9888 * gdb.trace/tfile-avx.exp: New test.
9889
9ef9e6a6
KS
98902016-02-09 Keith Seitz <keiths@redhat.com>
9891
9892 PR breakpoints/19546
9893 * gdb.base/infcall-exec.c: New file.
9894 * gdb.base/infcall-exec2.c: New file.
9895 * gdb.base/infcall-exec.exp: New file.
9896
a96e36da
KS
98972016-02-09 Keith Seitz <keiths@redhat.com>
9898
9899 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9900 (toplevel): Call test_bkpt_address.
9901
9f61929f
KS
99022016-02-09 Keith Seitz <keiths@redhat.com>
9903
9904 PR python/19506
9905 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9906 (toplevel): Call test_bkpt_address.
9907
1e94266c
SM
99082016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9909
9910 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9911 to AC_OUTPUT.
9912 * configure: Regenerate.
9913
2a7f3dff
PA
99142016-02-09 Pedro Alves <palves@redhat.com>
9915
9916 PR breakpoints/19548
9917 * gdb.base/execl-update-breakpoints.c (some_function): New
9918 function.
9919 (main): Call it.
9920 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9921 Tighten expected GDB output.
9922
2151ccc5
SM
99232016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9924
9925 * Makefile.in (ALL_SUBDIRS): Remove.
9926 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9927 (distclean maintainer-clean realclean): Likewise.
9928 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9929 * configure: Regenerate.
9930 * gdb.ada/Makefile.in: Delete.
9931 * gdb.arch/Makefile.in: Likewise.
9932 * gdb.asm/Makefile.in: Likewise.
9933 * gdb.base/Makefile.in: Likewise.
9934 * gdb.btrace/Makefile.in: Likewise.
9935 * gdb.cell/Makefile.in: Likewise.
9936 * gdb.compile/Makefile.in: Likewise.
9937 * gdb.cp/Makefile.in: Likewise.
9938 * gdb.disasm/Makefile.in: Likewise.
9939 * gdb.dlang/Makefile.in: Likewise.
9940 * gdb.dwarf2/Makefile.in: Likewise.
9941 * gdb.fortran/Makefile.in: Likewise.
9942 * gdb.gdb/Makefile.in: Likewise.
9943 * gdb.go/Makefile.in: Likewise.
9944 * gdb.guile/Makefile.in: Likewise.
9945 * gdb.java/Makefile.in: Likewise.
9946 * gdb.linespec/Makefile.in: Likewise.
9947 * gdb.mi/Makefile.in: Likewise.
9948 * gdb.modula2/Makefile.in: Likewise.
9949 * gdb.multi/Makefile.in: Likewise.
9950 * gdb.objc/Makefile.in: Likewise.
9951 * gdb.opencl/Makefile.in: Likewise.
9952 * gdb.opt/Makefile.in: Likewise.
9953 * gdb.pascal/Makefile.in: Likewise.
9954 * gdb.perf/Makefile.in: Likewise.
9955 * gdb.python/Makefile.in: Likewise.
9956 * gdb.reverse/Makefile.in: Likewise.
9957 * gdb.server/Makefile.in: Likewise.
9958 * gdb.stabs/Makefile.in: Likewise.
9959 * gdb.threads/Makefile.in: Likewise.
9960 * gdb.trace/Makefile.in: Likewise.
9961 * gdb.xml/Makefile.in: Likewise.
9962 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9963 GDB_PARALLEL.
9964 (standard_output_file): Remove check for GDB_PARALLEL, always
9965 return path in outputs/$subdir/$testname.
9966
437277d4
SM
99672016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9968
9969 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9970 (site.exp): Assign abs_srcdir to tcl's srcdir.
9971
31d913c7
YQ
99722016-02-04 Yao Qi <yao.qi@linaro.org>
9973
9974 * gdb.base/foll-exec-mode.c: Include limits.h.
9975 (main): Add parameters argc and argv. Get directory from
9976 argv[0].
9977 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9978 compilation.
9979 * gdb.base/foll-exec.c: Include limits.h.
9980 (main): Add parameters argc and argv.
9981 Get directory from argv[0].
9982 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9983 Adjust tests on the number of lines as source code changed.
9984 * gdb.base/foll-vfork-exit.c: Include limits.h.
9985 (main): Add one line of statement before vfork.
9986 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9987 (main): Add parameters argc and argv. Get directory from
9988 argv[0].
9989 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9990 (setup_gdb): Set tbreak to skip some source lines.
9991 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9992 (main): Add parameters argc and argv. Get directory from
9993 argv[0].
9994 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9995 compilation.
9996 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9997 (main): Add parameters argc and argv. Get directory from
9998 argv[0].
9999 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
10000 compilation.
10001
9482b9fb
DE
100022016-02-01 Doug Evans <dje@google.com>
10003
10004 * gdb.base/skip.exp: Clean up multiple references to same test name.
10005
6b2e4f10
PA
100062016-02-01 Pedro Alves <palves@redhat.com>
10007
ccb6afd6 10008 PR remote/19496
6b2e4f10
PA
10009 * gdb.threads/forking-threads-plus-breakpoint.exp
10010 (displaced_stepping_supported): New global.
10011 (probe_displaced_stepping_support): New procedure.
10012 (do_test): Add 'displaced' parameter, and use it.
10013 (top level): Check for displaced stepping support. Add displaced
10014 stepping on/off testing axis.
10015
37a8db1a
AB
100162016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10017
10018 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10019 pointer. Don't perform further tests on the unassociated pointer
10020 if the first test fails.
10021
5fdf6324
AB
100222016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10023
10024 * gdb.base/max-value-size.c: New file.
10025 * gdb.base/max-value-size.exp: New file.
10026 * gdb.base/huge.exp: Disable max-value-size for this test.
10027
935c6144
IB
100282016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10029
10030 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10031
7fe8399d
YQ
100322016-01-28 Yao Qi <yao.qi@linaro.org>
10033
10034 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10035
a2077e25
PA
100362016-01-25 Pedro Alves <palves@redhat.com>
10037
10038 PR threads/19461
10039 * gdb.base/fork-running-state.c: New file.
10040 * gdb.base/fork-running-state.exp: New file.
10041
1d2736d4
PA
100422016-01-25 Pedro Alves <palves@redhat.com>
10043
10044 PR gdb/19494
10045 * gdb.base/catch-fork-kill.c: New file.
10046 * gdb.base/catch-fork-kill.exp: New file.
10047
f1da4b11
PA
100482016-01-25 Pedro Alves <palves@redhat.com>
10049
10050 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10051 Delete, moved to lib/gdb.exp.
10052 * gdb.threads/forking-threads-plus-breakpoint.exp
10053 (foreach_with_prefix): Likewise.
10054 * gdb.threads/process-dies-while-handling-bp.exp
10055 (foreach_with_prefix): Likewise.
10056 * lib/gdb.exp (foreach_with_prefix): New procedure.
10057
45f38546
MK
100582016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10059
10060 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10061 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10062
dc29a1ce
MK
100632016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10064
10065 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10066 endian targets.
10067
092127d7
JK
100682016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10069 Pedro Alves <palves@redhat.com>
10070
10071 Fix testsuite compatibility with Guile.
10072 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10073 number.
10074
31d765d3
JK
100752016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10076
10077 Fix testsuite compatibility with Guile.
10078 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10079 (thread 1): New test for backtrace through signal handler.
10080
1ac78c04
YQ
100812016-01-22 Yao Qi <yao.qi@linaro.org>
10082
10083 PR testsuite/19491
10084 * gdb.base/multi-forks.c: Include
10085 ../lib/unbuffer_output.c
10086 (main): Call gdb_unbuffer_output.
10087
4f5946a8
DE
100882016-01-21 Doug Evans <dje@google.com>
10089
10090 * lib/ada.exp (gdb_compile_ada): Fix typo.
10091
305e13e6
JB
100922016-01-21 Joel Brobecker <brobecker@adacore.com>
10093
10094 * gdb.base/break-fun-addr.exp: New file.
10095 * gdb.base/break-fun-addr1.c: New file.
10096 * gdb.base/break-fun-addr2.c: New file.
10097
5f5dfff6
SM
100982016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10099
10100 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10101 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10102 enum flag values.
10103
fd356fa2
AA
101042016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10105
10106 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10107 when GDB can not set the vector return value. Add more comments
10108 for clarification.
10109
9df22175
AT
101102016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10111
10112 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10113 command.
10114
41d1845e
SM
101152016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10116
10117 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10118
01ac6840
SM
101192016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10120
10121 * Makefile.in (check-single): Pass --status to runtest.
10122 (check/%.exp): Likewise.
10123
101242016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10125
10126 * Makefile.in (check-parallel): Propagate return code from make
10127 do-check-parallel.
10128
bd0a71fa
MK
101292016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10130
10131 * gdb.trace/ftrace.exp: Fix expected message on continue.
10132 * gdb.trace/pending.exp: Fix expected message on continue.
10133 * gdb.trace/trace-break.exp: Fix expected message on continue.
10134
8bcbad33
SM
101352016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10136
10137 * lib/gdb.exp (gdb_test): Remove unused global references.
10138
f303dbd6
PA
101392016-01-18 Pedro Alves <palves@redhat.com>
10140
10141 * gdb.base/async-shell.exp: Adjust expected output.
10142 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10143 * gdb.base/siginfo-thread.exp: Adjust expected output.
10144 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10145 * gdb.java/jnpe.exp: Adjust expected output.
10146 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10147 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10148 * gdb.threads/leader-exit.exp: Adjust expected output.
10149 * gdb.threads/manythreads.exp: Adjust expected output.
10150 * gdb.threads/pthreads.exp: Adjust expected output.
10151 * gdb.threads/schedlock.exp: Adjust expected output.
10152 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10153 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10154 expected output.
10155 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10156 output.
10157 * gdb.threads/sigthread.exp: Adjust expected output.
10158 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10159
b2789696
YQ
101602016-01-18 Yao Qi <yao.qi@linaro.org>
10161
10162 * gdb.guile/scm-section-script.c: Replace @progbits with
10163 %progbits.
10164 * gdb.python/py-section-script.c: Likewise.
10165
71ef29a8
PA
101662016-01-15 Pedro Alves <palves@redhat.com>
10167
10168 * gdb.multi/tids.exp: Test star wildcard ranges.
10169
3f5b7598
PA
101702016-01-15 Pedro Alves <palves@redhat.com>
10171
10172 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10173 command from "thread apply" invocation.
10174 (thr_apply_info_thr_invalid): Default the expected output to the
10175 input tid list.
10176 (top level): Add tests that use convenience variables. Add tests
10177 for "thread apply" with a valid TID list, but missing the command.
10178
663f6d42
PA
101792016-01-13 Pedro Alves <palves@redhat.com>
10180
10181 * gdb.base/default.exp: Expect $_gthread as well.
10182 * gdb.multi/tids.exp: Test $_gthread.
10183 * gdb.threads/thread-specific.exp: Test $_gthread.
10184
c84f6bbf
PA
101852016-01-13 Pedro Alves <palves@redhat.com>
10186
10187 * gdb.multi/tids.exp: Test "info threads -gid".
10188
22a02324
PA
101892016-01-13 Pedro Alves <palves@redhat.com>
10190
10191 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10192 Breakpoint.thread.
10193 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10194
5d5658a1
PA
101952016-01-07 Pedro Alves <palves@redhat.com>
10196
10197 * gdb.base/break.exp: Adjust to output changes.
10198 * gdb.base/hbreak2.exp: Likewise.
10199 * gdb.base/sepdebug.exp: Likewise.
10200 * gdb.base/watch_thread_num.exp: Likewise.
10201 * gdb.linespec/keywords.exp: Likewise.
10202 * gdb.multi/info-threads.exp: Likewise.
10203 * gdb.threads/thread-find.exp: Likewise.
10204 * gdb.multi/tids.c: New file.
10205 * gdb.multi/tids.exp: New file.
10206
84654457
PA
102072016-01-13 Pedro Alves <palves@redhat.com>
10208
10209 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10210
e3940304
PA
102112016-01-13 Pedro Alves <palves@redhat.com>
10212
10213 * gdb.base/default.exp: Expect $_inferior as well.
10214 * gdb.multi/base.exp: Test $_inferior.
10215
a911d87a
PA
102162016-01-13 Pedro Alves <palves@redhat.com>
10217
10218 PR breakpoints/19388
10219 * gdb.base/catch-signal-siginfo-cond.c: New file.
10220 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10221
82075af2
JS
102222016-01-12 Josh Stone <jistone@redhat.com>
10223 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10224
10225 * gdb.base/catch-syscall.c (do_execve): New variable.
10226 (main): Conditionally trigger an execve.
10227 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10228 (test_catch_syscall_execve): New, check entry/return across execve.
10229 (do_syscall_tests): Call test_catch_syscall_execve.
10230
e46eeedd
PA
102312016-01-12 Pedro Alves <palves@redhat.com>
10232
10233 * gdb.base/random-signal.exp (do_test): New procedure, with body
10234 of testcase moved in.
10235
01d8c27e
JK
102362016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10237 Pedro Alves <palves@redhat.com>
10238
10239 * gdb.base/funcargs.exp (finish from indirectly called function):
10240 Reintroduce the case for 'First'.
10241
9a706302
JK
102422016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10243 Pedro Alves <palves@redhat.com>
10244
10245 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10246 (tcatch_vfork_then_child_follow_exec)
10247 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10248 identification.
10249
c0ecb95f
JK
102502016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10251
10252 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10253 and repeats to unlimited.
10254 * gdb.python/py-value.exp: Likewise.
10255 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10256 and repeats to unlimited.
10257
6cfc1fcb
JK
102582016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10259
10260 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10261 and reordering the functions.
10262 * gdb.multi/hangout.c: Likewise.
10263 * gdb.multi/hello.c: Likewise.
10264
582a1b00
SM
102652016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10266
10267 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10268 absolute.
10269 (SingleStatisticTestResult.report): Use dict.keys instead of
10270 dict.iterkeys.
10271
79bc59cb
PA
102722016-01-06 Pedro Alves <palves@redhat.com>
10273
10274 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10275
43368e1d
MM
102762016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10277
10278 * gdb.btrace/dlopen.exp: New.
10279 * gdb.btrace/dlopen.c: New.
10280 * gdb.btrace/dlopen-dso.c: New.
10281
79fad5b8
SL
102822015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10283
10284 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10285 PATTERN argument is optional.
10286
ab8314b3
JB
102872015-12-24 Joel Brobecker <brobecker@adacore.com>
10288
10289 * lib/ada.exp (target_compile_ada_from_dir): New function.
10290 (gdb_compile_ada): Reimplement avoiding the use of project files.
10291 * gdb.ada/gnat_ada.gpr: Delete.
10292 * gdb.ada/cond_lang.exp: Adjust test to make path before
10293 filename optional.
10294 * gdb.ada/small_reg_param.exp: Likewise.
10295
fe33faff
SM
102962015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10297
10298 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10299
6d265cb4
TP
103002015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10301
10302 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10303 case.
10304
10125099
SM
103052015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10306
10307 * gdb.base/break.exp: Remove dead code.
10308 * gdb.base/sepdebug.exp: Likewise.
10309
3ca22649
SM
103102015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10311
10312 * gdb.asm/asm-source.exp: Remove HP-UX references.
10313 * gdb.base/annota1.exp: Likewise.
10314 * gdb.base/annota3.exp: Likewise.
10315 * gdb.base/attach.exp: Likewise.
10316 * gdb.base/bigcore.exp: Likewise.
10317 * gdb.base/break.exp: Likewise.
10318 * gdb.base/call-ar-st.exp: Likewise.
10319 * gdb.base/callfuncs.exp: Likewise.
10320 * gdb.base/catch-fork-static.exp: Likewise.
10321 * gdb.base/display.exp: Likewise.
10322 * gdb.base/foll-exec-mode.exp: Likewise.
10323 * gdb.base/foll-exec.exp: Likewise.
10324 * gdb.base/foll-fork.exp: Likewise.
10325 * gdb.base/foll-vfork.exp: Likewise.
10326 * gdb.base/funcargs.exp: Likewise.
10327 * gdb.base/hbreak2.exp: Likewise.
10328 * gdb.base/inferior-died.exp: Likewise.
10329 * gdb.base/interrupt.exp: Likewise.
10330 * gdb.base/multi-forks.exp: Likewise.
10331 * gdb.base/nodebug.exp: Likewise.
10332 * gdb.base/sepdebug.exp: Likewise.
10333 * gdb.base/solib1.c: Likewise.
10334 * gdb.base/step-test.exp: Likewise.
10335 * gdb.mi/non-stop.c: Likewise.
10336 * gdb.mi/pthreads.c: Likewise.
10337 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10338 * gdb.threads/pthreads.c: Likewise.
10339 * gdb.threads/staticthreads.exp: Likewise.
10340 * lib/future.exp: Likewise.
10341 * lib/gdb.exp: Likewise.
10342 * gdb.base/so-indr-cl.c: Remove.
10343 * gdb.base/so-indr-cl.exp: Likewise.
10344 * gdb.base/solib.c: Likewise.
10345 * gdb.base/solib.exp: Likewise.
10346 * gdb.base/solib2.c: Likewise.
10347
b6304613
SM
103482015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10349
10350 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10351 * gdb.base/call-ar-st.exp: Likewise.
10352 * gdb.base/callfuncs.exp: Likewise.
10353 * gdb.base/condbreak.exp: Likewise.
10354 * gdb.base/constvars.exp: Likewise.
10355 * gdb.base/hbreak2.exp: Likewise.
10356 * gdb.base/langs.exp: Likewise.
10357 * gdb.base/list.exp: Likewise.
10358 * gdb.base/long_long.exp: Likewise.
10359 * gdb.base/ptype.exp: Likewise.
10360 * gdb.base/scope.exp: Likewise.
10361 * gdb.base/signals.exp: Likewise.
10362 * gdb.base/so-impl-ld.exp: Likewise.
10363 * gdb.base/varargs.exp: Likewise.
10364 * gdb.base/volatile.exp: Likewise.
10365 * gdb.base/whatis.exp: Likewise.
10366 * gdb.cp/cplusfuncs.exp: Likewise.
10367 * gdb.cp/inherit.exp: Likewise.
10368 * gdb.cp/local.exp: Likewise.
10369 * gdb.cp/member-ptr.exp: Likewise.
10370 * gdb.cp/method.exp: Likewise.
10371 * gdb.cp/overload.exp: Likewise.
10372 * gdb.cp/templates.exp: Likewise.
10373 * gdb.stabs/weird.exp: Likewise.
10374 * lib/compiler.c: Likewise.
10375 * lib/compiler.cc: Likewise.
10376 * lib/cp-support.exp: Likewise.
10377 * lib/gdb.exp: Likewise.
10378
bf401b07
SM
103792015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10380
10381 * configure.ac: Remove HP-UX case.
10382 * configure: Regenerate.
10383
aff9c0f8
SM
103842015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10385
10386 * lib/gdb.exp (gdb_compile): Add function doc.
10387
a6904d5a
PA
103882015-12-17 Pedro Alves <palves@redhat.com>
10389
10390 PR threads/19354
10391 * gdb.multi/info-threads.exp: New file.
10392
a22279dd
YQ
103932015-12-15 Yao Qi <yao.qi@linaro.org>
10394
10395 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10396 is aarch64*-*-*.
10397
0588c796
SL
103982015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10399
10400 * gdb.base/history-duplicates.exp: Skip if no readline support.
10401
5d978e17
SL
104022015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10403
10404 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10405
7e763b86
SL
104062015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10407
10408 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10409
87a3a92c
SL
104102015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10411
10412 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10413 ctrl-C if nointerrupts target property is set.
10414 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10415 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10416 * gdb.base/paginate-bg-execution.exp: Likewise.
10417 * gdb.base/paginate-execution-startup.exp: Likewise.
10418 * gdb.base/random-signal.exp: Likewise.
10419 * gdb.base/range-stepping.exp: Likewise.
10420 * gdb.cp/annota2.exp: Likewise.
10421 * gdb.cp/annota3.exp: Likewise.
10422 * gdb.gdb/selftest.exp: Likewise.
10423 * gdb.threads/continue-pending-status.exp: Likewise.
10424 * gdb.threads/leader-exit.exp: Likewise.
10425 * gdb.threads/manythreads.exp: Likewise.
10426 * gdb.threads/pthreads.exp: Likewise.
10427 * gdb.threads/schedlock.exp: Likewise.
10428 * gdb.threads/sigthread.exp: Likewise.
10429
a8f077dc
DB
104302015-12-11 Don Breazeal <donb@codesourcery.com>
10431
10432 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10433 remote.
10434 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10435 * gdb.base/foll-exec.exp (main): Enable for target remote.
10436 * gdb.base/foll-fork.exp (main): Likewise.
10437 * gdb.base/foll-vfork.exp (main): Likewise.
10438 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10439 (proc continue_to_exit_bp_loc): Use clean_restart.
10440 * gdb.base/pie-execl.exp (main): Disable for target remote.
10441 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10442 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10443 * gdb.threads/execl.exp (main): Likewise.
10444 * gdb.threads/fork-child-threads.exp (main): Likewise.
10445 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10446 remote.
10447 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10448 remote.
10449 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10450 pid.tid style ptids, instead of just tid.
10451 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10452 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10453 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10454 ptids, instead of just tid.
10455
3b2464a8
AB
104562015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10457
10458 * gdb.base/list.exp (test_list_forward): Add end of file error
10459 test.
10460 (test_repeat_list_command): Add end of file error test.
10461 (test_list_backwards): Add beginning of file error test.
10462
a0def019
AB
104632015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10464
10465 * gdb.base/list.exp (test_list_invalid_args): New function,
10466 defined, and called.
10467
5c000dff
AB
104682015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10469
10470 * gdb.base/list.exp (test_list): Make test names unique.
10471
f1637ebe
YQ
104722015-12-11 Yao Qi <yao.qi@linaro.org>
10473
10474 * gdb.base/coremaker2.c: Remove.
10475
36d6fc0a
PA
104762015-12-10 Pedro Alves <palves@redhat.com>
10477
10478 * gdb.multi/base.exp: Remove stale "spaces" references.
10479
762f7747
PA
104802015-12-10 Pedro Alves <palves@redhat.com>
10481
10482 * gdb.multi/base.exp: Don't use nowarnings.
10483 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10484 * gdb.multi/hangout.c: Include stdio.h.
10485 * gdb.multi/hello.c: Include stdlib.h.
10486 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10487 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10488 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10489
28d2bfb9
AB
104902015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10491
10492 * gdb.dwarf2/dw2-ranges-base.c: New file.
10493 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10494 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10495 support additional line table, and debug ranges generation.
10496 (Dwarf::ranges): New function, generate .debug_ranges.
10497 (Dwarf::lines): Support generating simple line table programs.
10498 (Dwarf::assemble): Initialise new namespace variables.
10499
5fc2beac
KB
105002015-12-09 Kevin Buettner <kevinb@redhat.com>
10501
10502 * gdb.base/async.exp (proc test_background): Add case for
10503 asynchronous execution not supported.
10504
1c35a88f
LM
105052015-12-09 Luis Machado <lgustavo@codesourcery.com>
10506
10507 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10508 format and change test names to make them unique.
10509
b593e3d9
RK
105102015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10511 Pedro Alves <pedro@redhat.com>
10512
10513 PR gdb/18702
10514 Add checking of floatformats setup on x86_64 hosts.
10515 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10516 (smallval, bigval): New labels/constants.
10517 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10518 float" after loading bigval and smallval.
10519
d72413e6
PMR
105202015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10521
10522 * gdb.ada/fun_overload_menu.exp: New testcase.
10523 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10524
ece66d65
JS
105252015-12-04 Josh Stone <jistone@redhat.com>
10526
10527 * gdb.base/catch-fork-static.exp: New.
10528
41d0efca
YQ
105292015-12-03 Yao Qi <yao.qi@linaro.org>
10530
10531 * gdb.base/sizeof.c: Don't include stdio.h and
10532 ../lib/unbuffer_output.c.
10533 (main): New variable 'size' and 'value'. Remove printf and
10534 gdb_unbuffer_output. Assign return value to size and value.
10535 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10536 at the beginning.
10537 (check_sizeof): Check the result by printing variable 'size'.
10538 (check_valueof): Check the result by printing variable 'value'.
10539
99fd02d9
YQ
105402015-12-01 Yao Qi <yao.qi@linaro.org>
10541
10542 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10543 for aarch64*-*-linux* target.
10544
f2faf941
PA
105452015-11-30 Pedro Alves <palves@redhat.com>
10546
10547 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10548
04bf20c5
PA
105492015-11-30 Pedro Alves <palves@redhat.com>
10550
10551 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10552 Handle non-stop mode vCont replies.
10553
09df4675
PA
105542015-11-30 Pedro Alves <palves@redhat.com>
10555
10556 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10557 prepare_for_testing. Start gdb with "set non-stop on" appended to
10558 GDBFLAGS. Lax expected stop output.
10559
58b584af
YQ
105602015-11-27 Yao Qi <yao.qi@linaro.org>
10561
10562 * gdb.arch/arm-neon.exp: New.
10563 * gdb.arch/arm-neon.c: New.
10564
dfcb77a8
YQ
105652015-11-27 Yao Qi <yao.qi@linaro.org>
10566
10567 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10568
88e8ec1b
YQ
105692015-11-27 Yao Qi <yao.qi@linaro.org>
10570
10571 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10572 frames-invalid annotation.
10573
bfde72c2
YQ
105742015-11-27 Yao Qi <yao.qi@linaro.org>
10575
10576 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10577
f6512a69
SM
105782015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10579
10580 * gdb.threads/names.exp: New file.
10581 * gdb.threads/names.c: New file.
10582 * README: Mention gdb,no_thread_names.
10583
46a3515b
MM
105842015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10585
10586 PR 19297
10587 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10588 support" error.
10589
62147a22
PA
105902015-11-24 Pedro Alves <palves@redhat.com>
10591
10592 PR 17539
10593 * gdb.base/display.exp: Expect displays to be sorted in ascending
10594 order. Use multi_line.
10595 * gdb.base/solib-display.exp: Likewise.
10596
2f341b6e
PA
105972015-11-24 Pedro Alves <palves@redhat.com>
10598
10599 PR 17539
25d49b86
PA
10600 * gdb.base/display.exp: Expect displays to be sorted in ascending
10601 order. Use multi_line.
10602 * gdb.base/solib-display.exp: Likewise.
2f341b6e 10603
7e0aa6aa
PA
106042015-11-24 Pedro Alves <palves@redhat.com>
10605
10606 PR 17539
10607 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10608 threads in ascending order.
10609 * gdb.base/foll-fork.exp: Likewise.
10610 * gdb.base/foll-vfork.exp: Likewise.
10611 * gdb.base/multi-forks.exp: Likewise.
10612 * gdb.mi/mi-nonstop.exp: Likewise.
10613 * gdb.mi/mi-nsintrall.exp: Likewise.
10614 * gdb.multi/base.exp: Likewise.
10615 * gdb.multi/multi-arch.exp: Likewise.
10616 * gdb.python/py-inferior.exp: Likewise.
10617 * gdb.threads/break-while-running.exp: Likewise.
10618 * gdb.threads/execl.exp: Likewise.
10619 * gdb.threads/gcore-thread.exp: Likewise.
10620 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10621 * gdb.threads/kill.exp: Likewise.
10622 * gdb.threads/linux-dp.exp: Likewise.
10623 * gdb.threads/multiple-step-overs.exp: Likewise.
10624 * gdb.threads/next-bp-other-thread.exp: Likewise.
10625 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10626 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10627 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10628 * gdb.threads/thread-find.exp: Likewise.
10629 * gdb.threads/tls.exp: Likewise.
10630 * lib/mi-support.exp (mi_reverse_list): Delete.
10631 (mi_check_thread_states): No longer reverse list.
10632
2cc57ad8
PA
106332015-11-24 Pedro Alves <palves@redhat.com>
10634
10635 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10636 use lowercase.
10637
c93e8391
SM
106382015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10639
10640 * gdb.trace/actions.c: Include trace-common.h.
10641 (main): Add a location for a fast tracepoint.
10642 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10643 the normal tracepoints.
10644 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10645
045ccf91
SM
106462015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10647
10648 * save-trace.exp: Factor out code to these...
10649 (gdb_save_tracepoints): New.
10650 (gdb_load_tracepoints): New.
10651 (do_save_load_test): New.
10652
5506f9f6
KB
106532015-11-23 Kevin Buettner <kevinb@redhat.com>
10654
10655 * gdb.base/asmlabel.exp: New test.
10656 * gdb.base/asmlabel.c: New test case.
10657
16c3b12f
JB
106582015-11-23 Joel Brobecker <brobecker@adacore.com>
10659
10660 * gdb.base/wrong_frame_bt_full-main.c: New file.
10661 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10662 * gdb.base/wrong_frame_bt_full.exp: New file.
10663
155bfbd3
JB
106642015-11-23 Joel Brobecker <brobecker@adacore.com>
10665
10666 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10667
bb097445
JM
106682015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10669
206853a0 10670 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
10671 pstate register when comparing registers values in
10672 sparc64-*-linux-gnu targets to avoid spurious differences.
10673
9c88ed8f
JM
106742015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10675
206853a0 10676 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 10677
96161e25
SL
106782015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10679
10680 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10681 as type argument to gdb_compile.
10682 * gdb.base/nested-subp2.exp: Likewise.
10683 * gdb.base/nested-subp3.exp: Likewise.
10684
340c2830
DV
106852015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10686
10687 * lib/dwarf.exp (_note): Fix left shift of negative value.
10688 * gdb.trace/trace-condition.exp: Likewise.
10689
c1862d0f
YQ
106902015-11-13 Yao Qi <yao.qi@linaro.org>
10691
10692 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10693 comments about d10v.
10694 (test_scalar_returns): Likewise.
10695 * gdb.base/d10v.ld: Remove.
10696 * gdb.base/overlays.exp: Remove the target triplet checking for
10697 d10v-*-*.
10698 * gdb.base/structs.exp (test_struct_returns): Remove the
10699 comments about d10v.
10700 (test_struct_calls): Likewise.
10701
77ae9c19
YQ
107022015-11-13 Yao Qi <yao.qi@linaro.org>
10703
10704 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10705 * gdb.base/gnu_vector.c: Don't include stdio.h.
10706 (main): Don't print res and call add_some_intvecs.
10707
430e004e
MK
107082015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10709
10710 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10711 macro.
10712 (func5): Removed.
10713 (func4): Use FAST_TRACEPOINT_LABEL.
10714 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10715 macro.
10716 (func): Removed.
10717 (thread_function): Use FAST_TRACEPOINT_LABEL.
10718 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10719 (func): Remove.
10720 (marker): Use FAST_TRACEPOINT_LABEL.
10721 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10722 (pendfunc1): Remove.
10723 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10724 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10725 (foo): Remove.
10726 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10727 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10728 macro.
10729 (func): Remove.
10730 (marker): Use FAST_TRACEPOINT_LABEL.
10731 * gdb.trace/trace-common.h: New header.
10732 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10733 macro.
10734 (func): Remove.
10735 (marker): Use FAST_TRACEPOINT_LABEL.
10736 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10737 (func): Remove.
10738 (thread_function): Use FAST_TRACEPOINT_LABEL.
10739
6e7675a7
MK
107402015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10741
10742 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10743 in front.
10744 * gdb.trace/change-loc.exp: Use global pcreg definition.
10745 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10746 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10747 in front.
10748 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10749 * gdb.trace/pending.exp: Likewise.
10750 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10751 * gdb.trace/trace-break.exp: Likewise.
10752 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10753 in front.
10754 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10755 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10756 in front.
10757 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10758
dddc0e16
JB
107592015-11-09 Joel Brobecker <brobecker@adacore.com>
10760
10761 * gdb.ada/fin_fun_out: New testcase.
10762
c6f0b406
KB
107632015-11-07 Kevin Buettner <kevinb@redhat.com>
10764
10765 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10766 value associated with DW_AT_byte_size.
10767 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10768 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10769 DW_AT_upper_bound.
10770
f01dcfd9
KB
107712015-11-07 Kevin Buettner <kevinb@redhat.com>
10772
10773 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10774 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10775 version.
10776 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10777 gdb.dwarf2/dw2-canonicalize-type.exp,
10778 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10779 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10780 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10781 provided by gdb_target_symbol_prefix_flags_asm.
10782 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10783 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10784 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10785 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10786 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10787 macros where needed). Use this macro for symbols which require
10788 the prefix provided by SYMBOL_PREFIX.
10789
2223449a
KB
107902015-11-05 Kevin Buettner <kevinb@redhat.com>
10791
10792 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10793 New procs.
10794 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10795 representing expressions, of more than one list element.
10796 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10797 to prepend linker symbol prefix to f.
10798 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10799 table_1 and table_2.
10800 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10801 Likewise, for f and g.
10802 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10803 for ptr.
10804 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10805 for main.
10806 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10807 table_1_ptr and table_2_ptr.
10808
6f2f1a3a
JK
108092015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10810 Joel Brobecker <brobecker@adacore.com>
10811
10812 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10813
566c56c9
MK
108142015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10815
10816 * gdb.reverse/s390-mvcle.c: New test.
10817 * gdb.reverse/s390-mvcle.exp: New file.
10818 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10819
d5f0636b
MK
108202015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10821
10822 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10823
7ad8b86c
MK
108242015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10825
10826 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10827 reaching marker2.
10828 * gdb.reverse/getresuid-reverse.exp: Likewise.
10829 * gdb.reverse/pipe-reverse.exp: Likewise.
10830 * gdb.reverse/readv-reverse.exp: Likewise.
10831 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10832 * gdb.reverse/time-reverse.exp: Likewise.
10833 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10834
4081c0f1
YQ
108352015-10-30 Yao Qi <yao.qi@linaro.org>
10836
10837 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10838 (empty_cycle): Remove.
10839 (main): Don't call empty_cycle. Don't use watch_count_done.
10840 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10841 empty_cycle. Rewrite the code counting HW watchpoints.
10842
452b4ba5
MK
108432015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10844
10845 * gdb.reverse/fstatat-reverse.c: New test.
10846 * gdb.reverse/fstatat-reverse.exp: New file.
10847 * gdb.reverse/getresuid-reverse.c: New test.
10848 * gdb.reverse/getresuid-reverse.exp: New file.
10849 * gdb.reverse/pipe-reverse.c: New test.
10850 * gdb.reverse/pipe-reverse.exp: New file.
10851 * gdb.reverse/readv-reverse.c: New test.
10852 * gdb.reverse/readv-reverse.exp: New file.
10853 * gdb.reverse/recvmsg-reverse.c: New test.
10854 * gdb.reverse/recvmsg-reverse.exp: New file.
10855 * gdb.reverse/time-reverse.c: New test.
10856 * gdb.reverse/time-reverse.exp: New file.
10857 * gdb.reverse/waitpid-reverse.c: New test.
10858 * gdb.reverse/waitpid-reverse.exp: New file.
10859
5e2e7507
JK
108602015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10861
10862 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10863
0fde2c53
DE
108642015-10-26 Doug Evans <dje@google.com>
10865
10866 PR symtab/17391
10867 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10868 * gdb.dwarf2/bad-regnum.c: New file.
10869 * gdb.dwarf2/bad-regnum.exp: New file.
10870
1a70ae97
DE
108712015-10-26 Doug Evans <dje@google.com>
10872
10873 PR python/18938
10874 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10875 file.
10876
27dc26ab
JK
108772015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10878
10879 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10880 for a change by "Mention language in compile error message".
10881
bed91f4d
SM
108822015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10883
10884 PR python/18073
10885 * gdb.python/py-type.c (C::a_method): New.
10886 (C::a_const_method): New.
10887 (C::a_static_method): New.
10888 (a_function): New.
10889 * gdb.python/py-type.exp (test_fields): Test getting fields
10890 from function and method.
10891
3f2f83dd
KB
108922015-10-21 Keven Boell <keven.boell@intel.com>
10893
10894 * gdb.fortran/vla-alloc-assoc.exp: New file.
10895 * gdb.fortran/vla-datatypes.exp: New file.
10896 * gdb.fortran/vla-datatypes.f90: New file.
10897 * gdb.fortran/vla-history.exp: New file.
10898 * gdb.fortran/vla-ptype-sub.exp: New file.
10899 * gdb.fortran/vla-ptype.exp: New file.
10900 * gdb.fortran/vla-sizeof.exp: New file.
10901 * gdb.fortran/vla-sub.f90: New file.
10902 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10903 * gdb.fortran/vla-value-sub-finish.exp: New file.
10904 * gdb.fortran/vla-value-sub.exp: New file.
10905 * gdb.fortran/vla-value.exp: New file.
10906 * gdb.fortran/vla-ptr-info.exp: New file.
10907 * gdb.mi/mi-vla-fortran.exp: New file.
10908 * gdb.mi/vla.f90: New file.
10909
27145d50
SL
109102015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10911
10912 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10913 of hardwired timeout value.
10914
5f3ff4f8
JK
109152015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10916 Pedro Alves <palves@redhat.com>
10917
10918 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10919 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10920
bfd09d20
JS
109212015-10-19 Josh Stone <jistone@redhat.com>
10922
10923 * gdb.base/catch-syscall.c: Include <sched.h>.
10924 (unknown_syscall): New variable.
10925 (main): Trigger a vfork and an unknown syscall.
10926 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10927 (unknown_syscall_number): Likewise.
10928 (check_call_to_syscall): Accept an optional syscall pattern.
10929 (check_return_from_syscall): Likewise.
10930 (check_continue): Likewise.
10931 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10932 (test_catch_syscall_skipping_return): New test toggling off 'catch
10933 syscall' to step over the syscall return, then toggling back on.
10934 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10935 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10936 (do_syscall_tests): Call test_catch_syscall_without_args and
10937 test_catch_syscall_mid_vfork.
10938 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10939 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10940
b32b93c6
AS
109412015-10-19 Andrew Stubbs <ams@codesourcery.com>
10942
10943 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10944 print g_vE): Add new pass patterns.
10945 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10946 print various symbol names for vptr fields.
10947
9d622bda
AB
109482015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10949
10950 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10951 results.
10952
0fd8ac1c
YQ
109532015-10-12 Yao Qi <yao.qi@linaro.org>
10954
10955 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10956
34240514
YQ
109572015-10-12 Yao Qi <yao.qi@linaro.org>
10958
10959 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10960 is aarch64*-*-linux*.
10961
8240f442
YQ
109622015-10-12 Yao Qi <yao.qi@linaro.org>
10963
10964 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10965 (can_relocate_bcond_true): ... it.
10966 (can_relocate_bcond_false): New function.
10967 (foo): Likewise.
10968 (can_relocate_bl): Likewise.
10969 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10970 can_relocate_bl.
10971
2520f728
PMR
109722015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10973
10974 * gdb.base/nested-addr.c: New file.
10975 * gdb.base/nested-addr.exp: New testcase.
10976
abcef95a
MM
109772015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10978
10979 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10980 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10981 its output. Ignore the output of "record goto begin" and instead
10982 check that GDB is replaying.
10983
145e3ddb
PA
109842015-10-09 Pedro Alves <palves@redhat.com>
10985
10986 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10987 (top level): Use it in the run with no args test.
10988
d5d8c4e1
IB
109892015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10990
10991 * gdb.dlang/properties.exp: New file.
10992
06e635ef
SL
109932015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10994
10995 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10996 whether or not address 0x1000 is mapped on the target.
10997
e019fd1d
SM
109982015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10999
11000 * gdb.python/py-type.exp: Do not run tests if binaries fail to
11001 build.
11002
77ba2a67
MM
110032015-09-30 Markus Metzger <markus.t.metzger@intel.com>
11004
11005 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11006 instruction-history test.
11007
c60eb31f
DE
110082015-09-28 Doug Evans <dje@google.com>
11009
11010 * gdb.base/gcore.c (array_func): Add reference to static_array.
11011
9a3c8263
SM
110122015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11013
11014 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11015 source line.
11016
9720e656
SL
110172015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11018
11019 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11020 short or char as base type.
11021
938d3bf2
SL
110222015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11023
11024 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11025 to allow any size enum.
11026
e6c2c623
PMR
110272015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11028
11029 * gdb.ada/array_ptr_renaming.exp: New testcase.
11030 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11031 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11032
06da0f77
PL
110332015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11034
11035 * gdb.trace/ftrace-lock.c: New file.
11036 * gdb.trace/ftrace-lock.exp: New file.
11037
4f51c22a
PL
110382015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11039
11040 * gdb.arch/insn-reloc.c: New file.
11041 * gdb.arch/ftrace-insn-reloc.exp: New file.
11042
7041adf4
PL
110432015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11044
11045 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11046 instruction.
11047 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11048 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11049 * gdb.trace/range-stepping.c: Likewise.
11050 * gdb.trace/trace-break.c: Likewise.
11051 * gdb.trace/trace-mt.c (thread_function): Likewise.
11052 * gdb.trace/ftrace.c (marker): Likewise.
11053 * gdb.trace/trace-condition.c (marker): Likewise.
11054 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11055 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11056 is_aarch64_target.
11057
015d2e7e
DE
110582015-09-18 Doug Evans <xdje42@gmail.com>
11059
11060 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11061 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11062
26b188a2
SL
110632015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11064
11065 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11066 the breakpoint.
11067
79dc332b
SL
110682015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11069
11070 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11071 the pending breakpoint. Remove timeout override for "Run till
11072 MI pending breakpoint on pendfunc3 on thread 2" test.
11073
f57929f2
SL
110742015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11075
11076 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11077 filename pattern.
11078
3f469b17
SL
110792015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11080
11081 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11082 in breakpoint filename pattern.
11083
515b89b3
SL
110842015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11085
7800dbe4
SL
11086 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11087
110882015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11089
515b89b3
SL
11090 * gdb.linespec/explicit.exp: Check for readline support for
11091 tab-completion tests. Fix obvious typo.
11092
d2939ba2
MM
110932015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11094
11095 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11096 and replay.
11097
cbb55fa7
MM
110982015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11099
11100 * gdb.btrace/non-stop.c: New.
11101 * gdb.btrace/non-stop.exp: New.
11102
43691ca1
PL
111032015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11104 Yao Qi <yao.qi@linaro.org>
11105
11106 * gdb.trace/trace-condition.c: New file.
11107 * gdb.trace/trace-condition.exp: New file.
11108
d78908cf
WW
111092015-09-16 Wei-cheng Wang <cole945@gmail.com>
11110
11111 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11112 for testing bytecode compilation.
11113
1ed415e2
PA
111142015-09-16 Pedro Alves <palves@redhat.com>
11115 Sandra Loosemore <sandra@codesourcery.com>
11116
11117 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11118 (SECONDS): Redefine.
11119 (main): Call pthread_kill and alarm early.
11120 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11121 support.
11122 (test): If the target can't hardware step and doesn't support
11123 displaced stepping, increase the timeout.
11124
d136eff5
PA
111252015-09-16 Pedro Alves <palves@redhat.com>
11126
11127 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11128 (enable_debug): New procedures.
11129 (test): Use them. Bail out if waiting for threads fails.
11130 (top level): Bail out if a test fails.
11131
991f019c
YQ
111322015-09-16 Yao Qi <yao.qi@linaro.org>
11133
11134 * gdb.asm/asm-source.exp: Set asm-arch for
11135 aarch64*-*-* target.
11136 * gdb.asm/aarch64.inc: New file.
11137
bfca584f
PMR
111382015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11139
11140 * gdb.ada/array_of_variable_length.exp: New testcase.
11141 * gdb.ada/array_of_variable_length/foo.adb: New file.
11142 * gdb.ada/array_of_variable_length/pck.adb: New file.
11143 * gdb.ada/array_of_variable_length/pck.ads: New file.
11144
b326e587
DE
111452015-09-15 Doug Evans <dje@google.com>
11146
11147 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11148 of function static local variable.
11149
5382cfab
PW
111502015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11151
11152 * gdb.threads/tls-so_extern.exp: New test file.
11153 * gdb.threads/tls-so_extern.c: New test file.
11154 * gdb.threads/tls-so_extern_main.c: New test file.
11155
141c5cc4
JK
111562015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11157
11158 * gdb.opt/solib-intra-step-lib.c: New file.
11159 * gdb.opt/solib-intra-step-main.c: New file.
11160 * gdb.opt/solib-intra-step.exp: New file.
11161
d15dcecd
PA
111622015-09-15 Pedro Alves <palves@redhat.com>
11163
11164 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11165 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11166
4c2f2a79
PA
111672015-09-14 Pedro Alves <palves@redhat.com>
11168
11169 * gdb.base/hook-stop-continue.c: Delete.
11170 * gdb.base/hook-stop-continue.exp: Delete.
11171 * gdb.base/hook-stop-frame.c: Delete.
11172 * gdb.base/hook-stop-frame.exp: Delete.
11173 * gdb.base/hook-stop.c: New file.
11174 * gdb.base/hook-stop.exp: New file.
11175
919e6dbe
PMR
111762015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11177
11178 * gdb.ada/access_to_packed_array.exp: New testcase.
11179 * gdb.ada/access_to_packed_array/foo.adb: New file.
11180 * gdb.ada/access_to_packed_array/pack.adb: New file.
11181 * gdb.ada/access_to_packed_array/pack.ads: New file.
11182
157280a4
MM
111832015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11184
11185 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11186 buffer size test.
11187
2fd33e94
DB
111882015-09-11 Don Breazeal <donb@codesourcery.com>
11189
11190 * gdb.base/foll-exec.c: Add copyright header. Fix
11191 formatting issues.
11192 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11193 (do_exec_tests): Use clean_restart in place of zap_session,
11194 and for test initialization. Fix formatting issues. Use
11195 fail in place of perror.
11196 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11197 an expect statement to match an expression with output from
11198 the program under debug.
11199 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11200 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11201 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11202 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11203 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11204
e70b6e8e
DE
112052015-09-09 Doug Evans <dje@google.com>
11206
11207 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11208
7a551a51
DE
112092015-09-09 Doug Evans <dje@google.com>
11210
11211 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11212
4c666f84
DE
112132015-09-09 Doug Evans <dje@google.com>
11214
11215 * gdb.base/savedregs.exp: Fix typo.
11216
243a9253
PA
112172015-09-09 Pedro Alves <palves@redhat.com>
11218
11219 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11220
c0fa8fbd
SL
112212015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11222
11223 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11224 command actually switches threads. Give up on remaining
11225 tests if target fails to stop at breakpoint.
11226
cd7c1778
PMR
112272015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11228
11229 * gdb.ada/funcall_char.exp: New testcase.
11230 * gdb.ada/funcall_char/foo.adb: New file.
11231
dc5c8746
PMR
112322015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11233
11234 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11235 expected outputs. Add two testcases for completing ambiguous
11236 functions.
11237 * gdb.ada/complete/aux_pck.adb: New file.
11238 * gdb.ada/complete/aux_pck.ads: New file.
11239 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11240 Ambiguous_Func functions.
11241 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11242 * gdb.ada/complete/pck.adb: Likewise.
11243
4e83a1e7
UW
112442015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11245
11246 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11247 failures to run the test program under GDB.
11248
8ce74153
LM
112492015-08-26 Luis Machado <lgustavo@codesourcery.com>
11250
11251 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11252 to C.
11253
e9756d52
PP
112542015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11255
11256 * gdb.base/run-after-attach.exp: New test file.
11257 * gdb.base/run-after-attach.c: New test file.
11258
8d37573b
DB
112592015-08-26 Don Breazeal <donb@codesourcery.com>
11260
11261 * gdb.base/foll-exec-2.c: New test program.
11262 * gdb.base/foll-exec-2.exp: New test.
11263
63e43d3a
PMR
112642015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11265
11266 * gdb.base/nested-subp1.exp: New file.
11267 * gdb.base/nested-subp1.c: New file.
11268 * gdb.base/nested-subp2.exp: New file.
11269 * gdb.base/nested-subp2.c: New file.
11270 * gdb.base/nested-subp3.exp: New file.
11271 * gdb.base/nested-subp3.c: New file.
11272
3d40fbb5
PA
112732015-08-24 Pedro Alves <palves@redhat.com>
11274
11275 * gdb.server/connect-without-multi-process.c: New file.
11276 * gdb.server/connect-without-multi-process.exp: New file.
11277
4422ac93
LM
112782015-08-24 Luis Machado <lgustavo@codesourcery.com>
11279
11280 * gdb.opt/inline-markers.c: Make z int.
11281
91dddb86
LM
112822015-08-24 Luis Machado <lgustavo@codesourcery.com>
11283
11284 * gdb.opt/inline-markers.c: Make z volatile.
11285
a48847ee
LM
112862015-08-24 Luis Machado <lgustavo@codesourcery.com>
11287
11288 * gdb.opt/inline-bt.c: New volatile global z.
11289 * gdb.opt/inline-cmds.c: Likewise.
11290 * gdb.opt/inline-locals.c: Likewise.
11291 * gdb.opt/inline-markers.c: New extern global z.
11292 (marker): Use z.
11293 (inline_fn): Likewise.
11294
0ebbc52b
PA
112952015-08-24 Pedro Alves <palves@redhat.com>
11296
11297 * config/m32r-stub.exp: Remove file.
11298 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11299 * gdb.base/call-rt-st.exp: Likewise.
11300 * gdb.base/call-strs.exp: Likewise.
11301 * gdb.base/default.exp: Remove references to h8300-*-hms and
11302 *-*-udi*.
11303 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11304
77c365df
AA
113052015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11306
11307 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11308 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11309 and "return" use KFAIL when GDB can not read/write the vector
11310 return value.
11311
4313b8c0
GB
113122015-08-21 Gary Benson <gbenson@redhat.com>
11313
11314 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11315
0e433b32
PA
113162015-08-20 Pedro Alves <palves@redhat.com>
11317
11318 * gdb.server/solib-list.exp: No longer expect an interior stop in
11319 non-stop mode.
11320
221e1a37
PA
113212015-08-20 Pedro Alves <palves@redhat.com>
11322
11323 * gdb.server/connect-stopped-target.c: New file.
11324 * gdb.server/connect-stopped-target.exp: New file.
11325
40e3ad0e
PA
113262015-08-20 Pedro Alves <palves@redhat.com>
11327
11328 * gdb.dwarf2/comp-unit-lang.exp: New file.
11329 * gdb.dwarf2/comp-unit-lang.c: New file.
11330
af39b327
PMR
113312015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11332
11333 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11334 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11335
7d45c7c3 113362015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 11337
7d45c7c3
KB
11338 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11339 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11340
4d6cceb4
DE
113412015-08-18 Doug Evans <dje@google.com>
11342 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11343
11344 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11345 skip_python_tests. New arg prompt_regexp.
11346 (skip_python_tests): New function.
11347 * lib/mi-support.exp (mi_skip_python_tests): New function.
11348 * gdb.python/py-mi-objfile-gdb.py: New file.
11349 * gdb.python/py-mi-objfile.c: New file.
11350 * gdb.python/py-mi-objfile.exp: New file.
11351
ad89c2aa
KS
113522015-08-17 Keith Seitz <keiths@redhat.com>
11353
11354 * gdb.linespec/explicit.exp: Move strace test from here ...
11355 * gdb.trace/strace.exp: ... to here.
11356
e3ae3c43
PP
113572015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11358
11359 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11360 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11361
604b2636
DE
113622015-08-14 Doug Evans <xdje42@gmail.com>
11363
11364 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11365 inferior before selecting a new file.
11366
6ff0ba5f
DE
113672015-08-14 Doug Evans <xdje42@gmail.com>
11368
11369 * gdb.mi/mi-disassemble.exp: Update.
11370 * gdb.base/disasm-optim.S: New file.
11371 * gdb.base/disasm-optim.c: New file.
11372 * gdb.base/disasm-optim.h: New file.
11373 * gdb.base/disasm-optim.exp: New file.
11374
9ca98f92
KS
113752015-08-14 Keith Seitz <keiths@redhat.com>
11376
11377 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11378 "evaluated-by".
11379
52bbc560
JB
113802015-08-13 Joel Brobecker <brobecker@adacore.com>
11381
11382 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11383
5d8c3ed3
PMR
113842015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11385
11386 * gdb.ada/fun_renaming.exp: New testcase.
11387 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11388 * gdb.ada/fun_renaming/pack.adb: New file.
11389 * gdb.ada/fun_renaming/pack.ads: New file.
11390
ea8812bc
KS
113912015-08-12 Keith Seitz <keiths@redhat.com>
11392
11393 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11394 gdb_get_line_number.
11395
4dafcdeb
JB
113962015-08-12 Joel Brobecker <brobecker@adacore.com>
11397
11398 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11399 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11400 gdb.base/dso2dso.exp: New files.
11401
5ba32597
SDJ
114022015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11403 Pedro Alves <palves@redhat.com>
11404 Keith Seitz <keiths@redhat.com>
11405
11406 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11407 GDBFLAGS.
11408
b6dafabf
PP
114092015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11410
11411 * gdb.base/gdbhistsize-history.exp
11412 (test_histsize_history_setting): Use save_vars.
11413 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11414 Use save_vars.
11415 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11416 * gdb.base/readline.exp: Use save_vars.
11417
abe8e607
PP
114182015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11419
11420 * lib/gdb.exp (save_vars): New proc.
11421
629500fa
KS
114222015-08-11 Keith Seitz <keiths@redhat.com>
11423
11424 * gdb.base/help.exp: Update help_breakpoint_text.
11425
eb8c4e2e
KS
114262015-08-11 Keith Seitz <keiths@redhat.com>
11427
11428 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11429 (at toplevel): Call test_explicit_breakpoints.
11430 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11431 breakpoints.
11432 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11433 breakpoint conditions, "-cond".
11434
87f0e720
KS
114352015-08-11 Keith Seitz <keiths@redhat.com>
11436
11437 * gdb.linespec/3explicit.c: New file.
11438 * gdb.linespec/cpexplicit.cc: New file.
11439 * gdb.linespec/cpexplicit.exp: New file.
11440 * gdb.linespec/explicit.c: New file.
11441 * gdb.linespec/explicit.exp: New file.
11442 * gdb.linespec/explicit2.c: New file.
11443 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11444 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11445 before using in the matching pattern.
11446 Clarify that `prefix' is a regular expression.
11447
f00aae0f
KS
114482015-08-11 Keith Seitz <keiths@redhat.com>
11449
11450 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11451 test.
11452 Add tests for missing ",FMT" and ",".
11453
e27852be
DE
114542015-08-10 Doug Evans <dje@google.com>
11455 Keith Seitz <keiths@redhat.com>
11456
11457 PR gdb/17960
11458 * gdb.base/completion.exp: Add location completer tests.
11459
7f03bd92
PA
114602015-08-07 Pedro Alves <palves@redhat.com>
11461
11462 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11463 tests here.
11464 (top level): Run do_test with and without displaced stepping.
11465
3fc8eb30
PA
114662015-08-07 Pedro Alves <palves@redhat.com>
11467
11468 * gdb.base/valgrind-disp-step.c: New file.
11469 * gdb.base/valgrind-disp-step.exp: New file.
11470
d4569d7b
PA
114712015-08-07 Pedro Alves <palves@redhat.com>
11472
11473 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11474 Delete function.
11475 (main): Add alarm. Run an infinite loop instead of calling
11476 wait_threads.
11477 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11478 comment.
11479 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11480 Delete function.
11481 (main): Add alarm. Run an infinite loop instead of calling
11482 wait_threads.
11483 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11484 comment.
11485
e1316e60
PA
114862015-08-07 Pedro Alves <palves@redhat.com>
11487
11488 * gdb.base/checkpoint-ns.exp: New file.
11489 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11490 standard_testfile.
11491
da8c46d2
MM
114922015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11493
11494 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11495 * gdb.btrace/instruction_history.exp: Update.
11496 * gdb.btrace/tsx.exp: New.
11497 * gdb.btrace/tsx.c: New.
11498
de1c2c52
PA
114992015-08-06 Pedro Alves <palves@redhat.com>
11500
11501 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11502 increase timeout.
11503 * gdb.reverse/until-precsave.exp: Bump timeouts.
11504
782e0bf4
PA
115052015-08-06 Pedro Alves <palves@redhat.com>
11506
11507 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11508
83e97ed0
PA
115092015-08-06 Pedro Alves <palves@redhat.com>
11510
11511 PR gdb/18749
11512 * gdb.threads/process-dies-while-handling-bp.c: New file.
11513 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11514
863d01bd
PA
115152015-08-06 Pedro Alves <palves@redhat.com>
11516
11517 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11518 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11519
0a39bb32
PA
115202015-08-05 Pedro Alves <palves@redhat.com>
11521
11522 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11523 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11524
ee2d2b10
SL
115252015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11526
11527 * gdb.base/bp-permanent.exp: Report test as unsupported if
11528 the target cannot stop at the permanent breakpoint.
11529
4e1bdb00
DE
115302015-08-03 Doug Evans <dje@google.com>
11531
11532 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11533 10000.
11534
3d338901
DE
115352015-08-03 Doug Evans <dje@google.com>
11536
11537 * Makefile.in (workers/%.worker, build-perf): New rule.
11538 (GDB_PERFTEST_MODE): New variable.
11539 (check-perf): Use it.
11540 (clean): Clean up gdb.perf parallel build subdirs.
11541 * lib/build-piece.exp: New file.
11542 * lib/gdb.exp (make_gdb_parallel_path): New function
11543 (standard_output_file, standard_temp_file): Call it.
11544 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11545 of $GDB_PARALLEL.
11546 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11547
af061d3e
DE
115482015-08-03 Doug Evans <dje@google.com>
11549
8e1afc81 11550 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
11551 (LOG_FILE_NAME): New global.
11552 (TextReporter.__init__): Initialize self.txt_sum.
11553 (TextReporter.report): Add support for multiple data-points.
11554 Move report to perftest.sum, put raw data in perftest.log.
11555 (TextReporter.start): Open sum and log files.
11556 (TextReporter.end): Close sum and log files.
8e1afc81
DE
11557 * gdb.perf/lib/perftest/testresult.py
11558 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 11559
2c8c5d37
PA
115602015-07-31 Pedro Alves <palves@redhat.com>
11561
11562 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11563 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11564 kill_wait_spawned_process instead of explicit "kill -9".
11565 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11566 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11567 kill_wait_spawned_process.
11568 * gdb.base/attach-twice.exp: Likewise.
11569 * gdb.base/attach.exp: Likewise.
11570 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11571 gdb_test_multiple.
11572 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11573 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11574 kill_wait_spawned_process.
11575 * gdb.base/valgrind-infcall.exp: Likewise.
11576 * gdb.multi/multi-attach.exp: Likewise.
11577 * gdb.python/py-prompt.exp: Likewise.
11578 * gdb.python/py-sync-interp.exp: Likewise.
11579 * gdb.server/ext-attach.exp: Likewise.
11580 * gdb.threads/attach-into-signal.exp (corefunc): Use
11581 spawn_wait_for_attach, spawn_id_get_pid and
11582 kill_wait_spawned_process.
11583 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11584 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11585 spawn_id_get_pid and kill_wait_spawned_process.
11586 * gdb.threads/attach-stopped.exp (corefunc): Use
11587 spawn_wait_for_attach, spawn_id_get_pid and
11588 kill_wait_spawned_process.
11589 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11590 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11591 kill_wait_spawned_process instead of explicit "kill -9".
11592 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11593 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11594 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11595 processes. Don't map cygwin/windows pids here. Now returns a
11596 spawn id list.
11597
032a0fca
SL
115982015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11599
11600 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11601 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11602 correct patch.
11603
61a934ca
SL
116042015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11605
11606 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11607
4bc4d428
SL
116082015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11609
11610 Reapply:
11611 2014-05-21 Mark Wielaard <mjw@redhat.com>
11612
11613 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11614
998d452a
PA
116152015-07-30 Pedro Alves <palves@redhat.com>
11616
11617 * linux-low.c (handle_extended_wait): Set the child's last
11618 reported status to TARGET_WAITKIND_STOPPED.
11619
69dde7dc
PA
116202015-07-30 Pedro Alves <palves@redhat.com>
11621
11622 PR threads/18600
11623 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11624 only shows inferior 1.
11625
4dd63d48
PA
116262015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11627 Pedro Alves <palves@redhat.com>
11628
11629 PR threads/18600
11630 * gdb.threads/fork-plus-threads.c: New file.
11631 * gdb.threads/fork-plus-threads.exp: New file.
11632
d618e4c5
PP
116332015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11634
11635 * gdb.base/batch-preserve-term-settings.exp
11636 (test_terminal_settings_preserved_after_cli_exit): Use
11637 send_quit_command.
11638
1eef6428
PA
116392015-07-29 Pedro Alves <palves@redhat.com>
11640 Don Breazeal <donb@codesourcery.com>
11641
11642 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11643 output from both inferior_spawn_id and gdb_spawn_id.
11644
7da5b897
SDJ
116452015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11646
11647 * gdb.threads/attach-into-signal.exp (corefunc): Use
11648 with_test_prefix on nested loops, uniquefying the test messages.
11649
dac804df
SDJ
116502015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11651
11652 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11653 commit.
11654
06265e53
PP
116552015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11656
11657 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11658 New proc.
11659 (test_terminal_settings_preserved_after_sigterm): New test.
11660
18206ca3
PP
116612015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11662
11663 * gdb.base/batch-preserve-term-settings.exp
11664 (test_terminal_settings_preserved_after_cli_exit): New test.
11665
90074d11
PP
116662015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11667
11668 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11669 manipulation of saved_gdbflags.
11670 (test_terminal_settings_preserved): Remove global declaration of
11671 the unused variable pagination_prompt. Remove manipulation of
11672 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11673 GDBFLAGS.
11674
eb1a7902
PA
116752015-07-29 Pedro Alves <palves@redhat.com>
11676
11677 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11678
8b75dd3b
PA
116792015-07-29 Pedro Alves <palves@redhat.com>
11680
11681 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11682 at the top.
11683
dedad4e3
PA
116842015-07-29 Pedro Alves <palves@redhat.com>
11685
11686 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11687 (main): Call gdb_unbuffer_output.
11688 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11689 (main): Call gdb_unbuffer_output.
11690 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11691 (main): Call gdb_unbuffer_output.
11692 * gdb.base/call-strs.exp: Adjust to step over the
11693 gdb_unbuffer_output call.
11694 * gdb.base/catch-gdb-caused-signals.c: Include
11695 "../lib/unbuffer_output.c".
11696 (main): Call gdb_unbuffer_output.
11697 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11698 (main): Call gdb_unbuffer_output.
11699 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11700 (main): Call gdb_unbuffer_output.
11701 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11702 (main): Call gdb_unbuffer_output.
11703 * gdb.base/shlib-call.exp: Adjust to step over the
11704 gdb_unbuffer_output call.
11705 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11706 (main): Call gdb_unbuffer_output.
11707 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11708 (main): Call gdb_unbuffer_output.
11709 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11710 (main): Rename to ...
11711 (test): ... this.
11712 (main): Reimplement.
11713 * gdb.base/varargs.exp: Run to test instead of to main.
11714 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11715 (main): Call gdb_unbuffer_output.
11716
58789a91
PA
117172015-07-29 Pedro Alves <palves@redhat.com>
11718
11719 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11720 factore out from mi_continue_dprintf. For call-style dprintfs,
11721 expect dprintf output out of $inferior_spawn_id.
11722 (mi_continue_dprintf): Use mi_expect_dprintf.
11723 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11724 (main): Call gdb_unbuffer_output.
11725
e8376742
PA
117262015-07-29 Pedro Alves <palves@redhat.com>
11727
11728 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11729 (default_mi_gdb_start): Set inferior_spawn_id instead of
11730 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11731 gdb_spawn_id.
11732 (mi_gdb_test): Always expect inferior output from both
11733 $inferior_spawn_id and $gdb_spawn_id.
11734
08280010
PA
117352015-07-29 Pedro Alves <palves@redhat.com>
11736
11737 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11738 send_inferior and $inferior_spawn_id.
11739
4d30e432
PA
117402015-07-29 Pedro Alves <palves@redhat.com>
11741
11742 * gdb.gdb/complaints.exp (test_initial_complaints)
11743 (test_serial_complaints, test_short_complaints): Use
11744 gdb_test_stdio.
11745 (test_empty_complaint): Handle $inferior_spawn_id !=
11746 $gdb_spawn_id.
11747
0d30a335
PA
117482015-07-29 Pedro Alves <palves@redhat.com>
11749
11750 * gdb.base/varargs.exp: Use gdb_test_stdio.
11751
39413b29
PA
117522015-07-29 Pedro Alves <palves@redhat.com>
11753
11754 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11755
7cb000a9
PA
117562015-07-29 Pedro Alves <palves@redhat.com>
11757
11758 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11759
d7b8ac82
PA
117602015-07-29 Pedro Alves <palves@redhat.com>
11761
11762 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11763 parameter into two new parameters, "inf_result" and "gdb_result".
11764 Expect inferior output and gdb output from $inferior_spawn_id and
11765 $gdb_spawn_id, respectively. Adjust all callers.
11766
789c3a0c
PA
117672015-07-29 Pedro Alves <palves@redhat.com>
11768
11769 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11770 of gdb_test_sequence.
11771
77e760c3
PA
117722015-07-29 Pedro Alves <palves@redhat.com>
11773
11774 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11775 (saw_spurious_output): Expect inferior output from
11776 $inferior_spawn_id. Use gdb_test_stdio.
11777
8396d2cd
PA
117782015-07-29 Pedro Alves <palves@redhat.com>
11779
11780 * gdb.base/dprintf.exp: Use standard_testfile. Change
11781 prepare_for_testing call.
11782 (srcfile): Don't set.
11783 (restart): New procedure.
11784 (test_dprintf): New procecure, use to continue over dprintfs.
11785 (test_call, test_agent): New procedures, tests moved here.
11786 Restart gdb and recreate dprintfs. Adjust expected output.
11787
2051d61f
PA
117882015-07-29 Pedro Alves <palves@redhat.com>
11789
11790 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11791
452397af
PA
117922015-07-29 Pedro Alves <palves@redhat.com>
11793
11794 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11795
8aed9555
PA
117962015-07-29 Pedro Alves <palves@redhat.com>
11797
11798 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11799 gdb_test_stdio.
11800
188a61b4
PA
118012015-07-29 Pedro Alves <palves@redhat.com>
11802
11803 * lib/gdb.exp (gdb_test_stdio): New procedure.
11804
12264a45
PA
118052015-07-29 Pedro Alves <palves@redhat.com>
11806
11807 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11808
23ffc893
PA
118092015-07-29 Pedro Alves <palves@redhat.com>
11810
11811 * gdb.base/call-signal-resume.exp: Remove check for
11812 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11813 * gdb.base/unwindonsignal.exp: Likewise.
11814 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11815 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11816
65566918
PA
118172015-07-29 Pedro Alves <palves@redhat.com>
11818
11819 * gdb.base/siginfo-addr.c (pass): New function.
11820 (handler): Call it iff si_addr is correct.
11821 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11822 Set a breakpoint at "pass" and continue to it.
11823
d60a9221
SDJ
118242015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11825
11826 * gdb.python/py-objfile.exp: Make some tests have unique names.
11827 * gdb.python/py-pp-registration.exp: Likewise.
11828
bde40b8f
PA
118292015-07-28 Pedro Alves <palves@redhat.com>
11830
11831 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11832
13e1dec8
SM
118332015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11834
11835 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11836
da33c9a7
SM
118372015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11838
11839 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11840
077836f7
PP
118412015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11842
11843 * gdb.base/gdb-sigterm-2.exp: New test.
11844
b8cc7b2e
DE
118452015-07-25 Doug Evans <xdje42@gmail.com>
11846
11847 Revert:
11848 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11849 (workers/%.worker, build-perf): New rule.
11850 (GDB_PERFTEST_MODE): New variable.
11851 (check-perf): Use it.
11852 (clean): Clean up gdb.perf parallel build subdirs.
11853 * lib/build-piece.exp: New file.
11854 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11855 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11856 name.
11857 (standard_temp_file): Ditto.
11858 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11859 of $GDB_PARALLEL.
11860
c8bd4544
DE
118612015-07-24 Doug Evans <dje@google.com>
11862
11863 * gdb.perf/lib/perftest/utils.py: New file.
11864 * gdb.perf/gm-hello.cc: New file.
11865 * gdb.perf/gm-pervasive-typedef.cc: New file.
11866 * gdb.perf/gm-pervasive-typedef.h: New file.
11867 * gdb.perf/gm-std.cc: New file.
11868 * gdb.perf/gm-std.h: New file.
11869 * gdb.perf/gm-use-cerr.cc: New file.
11870 * gdb.perf/gm-utils.h: New file.
11871 * gdb.perf/gmonster-null-lookup.py: New file.
11872 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11873 * gdb.perf/gmonster-print-cerr.py: New file.
11874 * gdb.perf/gmonster-ptype-string.py: New file.
11875 * gdb.perf/gmonster-runto-main.py: New file.
11876 * gdb.perf/gmonster-select-file.py: New file.
11877 * gdb.perf/gmonster1-null-lookup.exp: New file.
11878 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11879 * gdb.perf/gmonster1-print-cerr.exp: New file.
11880 * gdb.perf/gmonster1-ptype-string.exp: New file.
11881 * gdb.perf/gmonster1-runto-main.exp: New file.
11882 * gdb.perf/gmonster1-select-file.exp: New file.
11883 * gdb.perf/gmonster1.cc: New file.
11884 * gdb.perf/gmonster1.exp: New file.
11885 * gdb.perf/gmonster2-null-lookup.exp: New file.
11886 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11887 * gdb.perf/gmonster2-print-cerr.exp: New file.
11888 * gdb.perf/gmonster2-ptype-string.exp: New file.
11889 * gdb.perf/gmonster2-runto-main.exp: New file.
11890 * gdb.perf/gmonster2-select-file.exp: New file.
11891 * gdb.perf/gmonster2.cc: New file.
11892 * gdb.perf/gmonster2.exp: New file.
11893
6eab34f3
DE
118942015-07-24 Doug Evans <dje@google.com>
11895
11896 * gdb.perf/README: New file.
11897 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11898 * lib/gen-perf-test.exp: New file.
11899
63738bfd
DE
119002015-07-24 Doug Evans <dje@google.com>
11901
11902 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11903 (PerfTest::startup): New function.
11904 (PerfTest::run): Return result of calling body.
11905 (PerfTest::assemble): Rewrite.
11906 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11907 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11908 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11909 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11910 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11911
7b606f95
DE
119122015-07-24 Doug Evans <dje@google.com>
11913
11914 * lib/gdb.exp (clean_restart): Make executable optional.
11915
a97b16b8
DE
119162015-07-24 Doug Evans <dje@google.com>
11917
11918 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11919 compiler_info references.
11920 * gdb.cp/temargs.exp: Ditto.
11921 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11922 (get_compiler_info): Early exit if already computed. Set compiler_info
11923 to "unknown" if there was a problem.
11924 (test_compiler_info): Add function comment. Call get_compiler_info.
11925
35baa57f
DE
119262015-07-24 Doug Evans <dje@google.com>
11927
11928 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11929 (workers/%.worker, build-perf): New rule.
11930 (GDB_PERFTEST_MODE): New variable.
11931 (check-perf): Use it.
11932 (clean): Clean up gdb.perf parallel build subdirs.
11933 * lib/build-piece.exp: New file.
11934 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11935 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11936 name.
11937 (standard_temp_file): Ditto.
11938 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11939 of $GDB_PARALLEL.
11940
6ebea266
DE
119412015-07-24 Doug Evans <dje@google.com>
11942
11943 * lib/future.exp (gdb_default_target_compile): New option
11944 "early_flags".
11945 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11946 --as-needed.
11947
1e76a7e9
SDJ
119482015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11949
11950 * gdb.base/catch-syscall.exp: Call gdb_exit before
11951 gdb_skip_xml_test.
11952
5068630a
PA
119532015-07-24 Pedro Alves <palves@redhat.com>
11954
11955 * gdb.python/py-events.exp: Accept output between the stop event
11956 and the prompt.
11957 * gdb.python/py-evsignal.exp: Likewise.
11958 * gdb.python/py-evthreads.exp: Likewise.
11959
77598427
PA
119602015-07-24 Pedro Alves <palves@redhat.com>
11961
11962 PR gdb/18717
11963 * gdb.threads/non-ldr-exit.c: New file.
11964 * gdb.threads/non-ldr-exit.exp: New file.
11965
11e6c98f
YQ
119662015-07-24 Yao Qi <yao.qi@linaro.org>
11967
11968 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11969 restarting process.
11970
51aee833
YQ
119712015-07-24 Yao Qi <yao.qi@linaro.org>
11972
11973 * gdb.server/ext-restart.exp: New file.
11974
8cfe207c
YQ
119752015-07-24 Yao Qi <yao.qi@linaro.org>
11976
11977 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11978 argument options.
11979 * gdb.server/ext-wrapper.exp: New file.
11980
cc12ce38
DE
119812015-07-23 Doug Evans <dje@google.com>
11982
11983 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11984 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11985
d0d84780
PMR
119862015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11987
11988 * gdb.ada/var_arr_typedef.exp: New testcase.
11989 * gdb.ada/var_arr_typedef/pack.adb: New file.
11990 * gdb.ada/var_arr_typedef/pack.ads: New file.
11991 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11992
8b558f79
JB
119932015-07-20 Joel Brobecker <brobecker@adacore.com>
11994
11995 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11996
775a3298
JK
119972015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11998
11999 * gdb.arch/i386-biarch-core.exp: Replace istarget
12000 by "complete set gnutarget". Remove expectation for the "core-file"
12001 command.
12002
db1ff28b
JK
120032015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12004
12005 Revert the previous commit:
12006 Tests for validate symbol file using build-id.
12007
0a94970d
JK
120082015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12009
12010 Tests for validate symbol file using build-id.
12011 * gdb.base/solib-mismatch-lib.c: New file.
12012 * gdb.base/solib-mismatch-libmod.c: New file.
12013 * gdb.base/solib-mismatch.c: New file.
12014 * gdb.base/solib-mismatch.exp: New file.
12015
03346981
SL
120162015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12017
12018 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12019 nios2-*-linux*.
12020 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12021 * gdb.base/siginfo.exp: Likewise.
12022 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12023
42422cc7
PL
120242015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12025
12026 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12027 Move it to ...
12028 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12029 ... here.
12030 * gdb.trace/range-stepping.exp: Check that the target supports
12031 range stepping.
12032
cfa68bae
JK
120332015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12034
12035 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12036
8ffdba26
PA
120372015-07-14 Pedro Alves <palves@redhat.com>
12038
12039 * gdb.base/killed-outside.exp: New file.
12040 * gdb.base/killed-outside.c: New file.
12041
218a5a11
JK
120422015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12043
12044 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12045 (n at main): New.
12046 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12047
e03ed3c6
AA
120482015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12049
12050 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12051 infcall tests instead of setting up for KFAIL.
12052
485668e5
MM
120532015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12054
12055 * gdb.btrace/record_goto-step.exp: New.
12056
08464196
JK
120572015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12058
12059 PR compile/18484
12060 * gdb.compile/compile.c (struct struct_type): Add volatile to
12061 selffield's type.
12062 * gdb.compile/compile.exp
12063 (compile code struct_object.selffield = &struct_object): Skip further
12064 struct_object tests if this one xfails.
12065
bcf5c1d9
RC
120662015-07-08 Robert O'Callahan <robert@ocallahan.org>
12067
12068 PR exp/18617
12069 * gdb.trace/ax.exp: Add test.
12070
4931af25
YQ
120712015-07-07 Yao Qi <yao.qi@linaro.org>
12072
12073 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12074 instead of istarget "aarch64*-*-*".
12075 * gdb.arch/aarch64-fp.exp: Likewise.
12076 * gdb.base/float.exp: Likewise.
12077 * gdb.reverse/aarch64.exp: Likewise.
12078 * lib/gdb.exp (is_aarch64_target): New proc.
12079
9fcf688e
YQ
120802015-07-07 Yao Qi <yao.qi@linaro.org>
12081
12082 * lib/gdb.exp (is_aarch32_target): New proc.
12083 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12084 instead of "istarget "arm*-*-*"".
12085 * gdb.arch/arm-disp-step.exp: Likewise.
12086 * gdb.arch/thumb-bx-pc.exp: Likewise.
12087 * gdb.arch/thumb-prologue.exp: Likewise.
12088 * gdb.arch/thumb-singlestep.exp: Likewise.
12089 * gdb.base/disp-step-syscall.exp: Likewise.
12090 * gdb.base/float.exp: Likewise.
12091
fbd8d50d
YQ
120922015-07-07 Yao Qi <yao.qi@linaro.org>
12093
12094 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12095 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12096
71be1fdc
YQ
120972015-07-07 Yao Qi <yao.qi@linaro.org>
12098
12099 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12100 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12101 if it exists.
12102 * gdb.multi/multi-arch.exp: Likewise.
12103
3e221d36
SM
121042015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12105
12106 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12107 print.
12108
d441430b
YQ
121092015-07-07 Yao Qi <yao.qi@linaro.org>
12110
12111 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12112
06f810bd
MG
121132015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12114
12115 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12116 '[' and ']' characters.
12117
5e61e7c0
IB
121182015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12119
12120 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12121
28bf096c
PA
121222015-06-29 Pedro Alves <palves@redhat.com>
12123
12124 PR threads/18127
12125 * gdb.threads/hand-call-new-thread.c: New file.
12126 * gdb.threads/hand-call-new-thread.c: New file.
12127
ee93cd5e
KS
121282015-06-26 Keith Seitz <keiths@redhat.com>
12129 Doug Evans <dje@google.com>
12130
12131 PR 16253
12132 * gdb.cp/var-tag-2.cc: New file.
12133 * gdb.cp/var-tag-3.cc: New file.
12134 * gdb.cp/var-tag-4.cc: New file.
12135 * gdb.cp/var-tag.cc: New file.
12136 * gdb.cp/var-tag.exp: New file.
12137
fc637f04
PP
121382015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12139
12140 * gdb.base/history-duplicates.exp: New test.
12141
2e52ae68
PP
121422015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12143
12144 * gdb.base/completion.exp: Test the completion of the "focus"
12145 command.
12146
6e22494e
JK
121472015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12148
12149 * gdb.arch/amd64-prologue-skip.S: New file.
12150 * gdb.arch/amd64-prologue-skip.exp: New file.
12151
bf7b9cd9
SM
121522015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12153
12154 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12155 is_address_zero_readable check.
12156
201e8dfd
PB
121572015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12158
12159 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12160 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12161
5cd867b4
YQ
121622015-06-24 Yao Qi <yao.qi@linaro.org>
12163
12164 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12165 linux targets.
12166
4d7be007
YQ
121672015-06-24 Yao Qi <yao.qi@linaro.org>
12168
12169 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12170 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12171 * gdb.base/siginfo-thread.exp: Likewise.
12172
07fcd301
YQ
121732015-06-22 Yao Qi <yao.qi@linaro.org>
12174
12175 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12176
52042a00
YQ
121772015-06-22 Yao Qi <yao.qi@linaro.org>
12178
12179 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12180 aarch64*-*-*.
12181 (skip_hw_watchpoint_tests): Likewise.
12182
74bd41ce
PP
121832015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12184
12185 * gdb.base/gdbinit-history.exp: Test the interaction between
12186 setting GDBHISTSIZE and setting the history size via .gdbinit.
12187
bc460514
PP
121882015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12189
12190 PR gdb/16999
12191 * gdb.base/gdbhistsize-history.exp: New test.
12192
b58c513b
PP
121932015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12194
12195 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12196 with GDBHISTSIZE.
12197 * gdb.base/readline.exp: Likewise.
12198
92046791
YQ
121992015-06-17 Yao Qi <yao.qi@linaro.org>
12200
12201 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12202 line.
12203
2093d2d3
PP
122042015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12205
12206 * gdb.base/gdbinit-history.exp: Add test case to check that
12207 an unlimited history file does not get truncated on exit.
12208
e6c693af
AA
122092015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12210
12211 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12212 (VECTOR): New macro. Use it...
12213 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12214 ...for these typedefs.
12215 (int8, char1, int1, double1): New typedefs.
12216 (struct just_int2, struct two_int2): New structures.
12217 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12218 (add_structvecs, add_singlevecs): New functions.
12219 (main): Call add_some_intvecs twice.
12220 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12221 the compile and exit upon failure. Try compiling for the "native"
12222 architecture. Test inferior function calls with vector arguments
12223 and vector return value handling with "finish" and "return".
12224
c74f7d1c
JT
122252015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12226
12227 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12228 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12229 PE file.
12230 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12231
98aa42ee
AT
122322015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12233
12234 PR breakpoints/16465
12235 * gdb.mi/mi-dprintf-pending.c: New file.
12236 * gdb.mi/mi-dprintf-pending.exp: New test.
12237 * gdb.mi/mi-dprintf-pendshr.c: New file.
12238
7d73c23c 122392015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 12240 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
12241
12242 * gdb.arch/i386-mpx-map.c: New file.
12243 * gdb.arch/i386-mpx-map.exp: New File.
12244
122452015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12246
12247 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12248 * gdb.arch/i386-mpx.exp: Indentation fixed.
12249
122502015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12251
12252 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12253 function and improved indentation.
12254 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12255 gdb_test_multiple. Added additional tests to skip the test.
12256
122572015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12258
12259 * gdb.arch/i386-avx512.c: Change path in include file.
12260 * gdb.arch/i386-avx512.exp: Change include dir path
12261 compilation flag.
12262 * gdb.arch/i386-mpx.c: Change path in include file.
12263 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12264 flag.
12265
d5eba19a
JK
122662015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12267
12268 * gdb.compile/compile-print.exp (compile print *vararray@3)
12269 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12270
7f361056
JK
122712015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12272
12273 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12274 (do not keep jit in memory): ... this.
12275 (expect 5): Change it to ...
12276 (expect no 5): ... this.
12277
3b462ec2
SM
122782015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12279
12280 PR gdb/15564
12281 * gdb.mi/mi-detach.exp: New file.
12282
e0619de6
JK
122832015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12284
12285 PR symtab/18392
12286 * gdb.arch/amd64-tailcall-self.S: New file.
12287 * gdb.arch/amd64-tailcall-self.c: New file.
12288 * gdb.arch/amd64-tailcall-self.exp: New file.
12289
e970cb34
DB
122902015-05-28 Don Breazeal <donb@codesourcery.com>
12291
12292 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12293 tests for remote targets by checking is_target_gdbserver.
12294
b2e2f908
DE
122952015-05-27 Doug Evans <dje@google.com>
12296
12297 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12298 * gdb.dwarf2/opaque-type-lookup.c: New file.
12299 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12300
82c7be31
DE
123012015-05-26 Doug Evans <dje@google.com>
12302
12303 * gdb.cp/iostream.cc: New file.
12304 * gdb.cp/iostream.exp: New file.
12305
b4f54984
DE
123062015-05-26 Doug Evans <dje@google.com>
12307
12308 * gdb.dwarf2/dw2-op-call.exp: Update.
12309 * gdb.dwarf2/dw4-sig-types.exp: Update.
12310 * gdb.dwarf2/implptr.exp: Update.
12311 * gdb.mi/mi-cmd-param-changed.exp: Update.
12312
4ea6efe9
DE
123132015-05-26 Doug Evans <dje@google.com>
12314
12315 * gdb.python/py-lazy-string.c: New file.
12316 * gdb.python/py-lazy-string.exp: New file.
12317 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12318 (main): Update. Add estring3.
12319 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12320 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12321
f6bb7db3
YQ
123222015-05-26 Omair Javaid <omair.javaid@linaro.org>
12323 Yao Qi <yao.qi@linaro.org>
12324
12325 * gdb.reverse/aarch64.c: New.
12326 * gdb.reverse/aarch64.exp: New.
12327
a81bfbd0
OJ
123282015-05-26 Omair Javaid <omair.javaid@linaro.org>
12329
25d49b86
PA
12330 * lib/gdb.exp (supports_process_record): Return true for
12331 aarch64*-linux*.
a81bfbd0
OJ
12332 (supports_reverse): Likewise.
12333
158bf1b4
PP
123342015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12335
12336 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12337 Use with_test_prefix.
12338
a0145030
AB
123392015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12340
12341 * gdb.base/completion.exp: Add test for completion of layout
12342 names.
12343
ebe3b578
AB
123442015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12345
12346 * lib/gdb.exp (skip_tui_tests): New proc.
12347 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12348
84204ed7
PA
123492015-05-19 Pedro Alves <palves@redhat.com>
12350
12351 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12352 Save the whole env array instead of just HOME. Unset HISTSIZE in
12353 the environment while testing. Restore whole environment
12354 afterwards.
12355
37442ce1
DE
123562015-05-16 Doug Evans <xdje42@gmail.com>
12357
12358 * gdb.guile/scm-ports.c: New file.
12359 * gdb.guile/scm-ports.exp: Add memory port tests.
12360
36de76f9
JK
123612015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12362
12363 * gdb.compile/compile-print.c: New file.
12364 * gdb.compile/compile-print.exp: New file.
12365
3a9558c4
JK
123662015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12367
12368 * gdb.compile/compile-ops.exp: Cast param to void.
12369 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12370 (compile code struct_object.selffield = &struct_object): Add xfail.
12371
aa715135
JG
123722015-05-15 Joel Brobecker <brobecker@adacore.com>
12373
12374 * gdb.ada/arr_enum_with_gap: New testcase.
12375
931e5bc3
JG
123762015-05-15 Joel Brobecker <brobecker@adacore.com>
12377
12378 * gdb.ada/byte_packed_arr: New testcase.
12379
9cd4d857
JB
123802015-05-15 Joel Brobecker <brobecker@adacore.com>
12381
12382 * gdb.ada/pckd_neg: New testcase.
12383
ebfd00d2
PP
123842015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12385
12386 PR gdb/17820
12387 * gdb.base/gdbinit-history.exp: New test.
12388 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12389 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12390
4c082a81
SC
123912015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12392
12393 * gdb.python/py-xmethods.cc: Enhance test case.
12394 * gdb.python/py-xmethods.exp: New tests.
12395 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12396 function.
12397 (B_indexoper): Likewise.
12398 (global_dm_list) : Add new xmethod worker functions.
12399
f7797074
SDJ
124002015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12401
12402 * gdb.base/coredump-filter.exp: Correctly unset
12403 "coredump_var_addr" array.
12404
a4674e4e
PA
124052015-05-08 Pedro Alves <palves@redhat.com>
12406
12407 * gdb.server/non-existing-program.exp: Unset spawn_id.
12408
df2eb078
SC
124092015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12410
12411 PR python/18291
12412 * gdb.python/py-xmethods.exp: Add tests.
12413
422349a3
YQ
124142015-05-08 Yao Qi <yao.qi@linaro.org>
12415
12416 PR gdb/18208
12417 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12418 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12419 function set_coredump_filter, and remove remote_exec call.
12420 Remove argument ipid. Callers update.
12421 (top level): Don't get inferior's PID.
12422
63fc80ce
AA
124232015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12424
12425 * gdb.base/watch_thread_num.exp: Skip test on targets without
12426 access watchpoints.
12427
80ad801e
PA
124282015-05-06 Pedro Alves <palves@redhat.com>
12429
12430 PR server/18081
12431 * gdb.server/non-existing-program.exp: New file.
12432
0fa7fe50
JB
124332015-05-05 Joel Brobecker <brobecker@adacore.com>
12434
12435 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12436
3ea89b92
PMR
124372015-05-05 Joel Brobecker <brobecker@adacore.com>
12438
12439 * gdb.ada/out_of_line_in_inlined: New testcase.
12440
87b8eff0
JB
124412015-05-05 Joel Brobecker <brobecker@adacore.com>
12442
12443 * gdb.ada/var_rec_arr: New testcase.
12444
5fccc635
YQ
124452015-04-30 Yao Qi <yao.qi@linaro.org>
12446
12447 * gdb.base/break-idempotent.exp: If
12448 skip_hw_watchpoint_multi_tests returns true, skip the tests
12449 on "rwatch" and "awatch".
12450
42d38f42
YQ
124512015-04-30 Yao Qi <yao.qi@linaro.org>
12452
12453 * gdb.base/relativedebug.exp: Invoke gdb command
12454 "info sharedlibrary", and if libc.so doesn't have debug info,
12455 skip the test.
12456
2ce1cdbf
DE
124572015-04-29 Doug Evans <dje@google.com>
12458
12459 * gdb.python/py-xmethods.exp: Add ptype tests.
12460 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12461 get_result_type method.
12462
f24a38c5
LM
124632015-04-29 Luis Machado <lgustavo@codesourcery.com>
12464
12465 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12466 the target does not support hardware watchpoints.
12467
ecbf2b3c
LM
124682015-04-29 Luis Machado <lgustavo@codesourcery.com>
12469
12470 * gdb.base/break-always.exp: Abort testing if writing to memory
12471 causes an error.
12472
34f5f757
DE
124732015-04-28 Doug Evans <dje@google.com>
12474
12475 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12476 * gdb.python/py-pp-registration.exp: ... here. New file.
12477 * gdb.python/py-pp-registration.c: New file.
12478 * gdb.python/py-pp-registration.py: New file.
12479
69b4374a
DE
124802015-04-28 Doug Evans <dje@google.com>
12481
12482 * gdb.python/py-bad-printers.c: New file.
12483 * gdb.python/py-bad-printers.py: New file.
12484 * gdb.python/py-bad-printers.exp: New file.
12485
59fb7612
SS
124862015-04-28 Sasha Smundak <asmundak@google.com>
12487
12488 * gdb.python/py-type.exp: New test.
12489
2631b16a
AW
124902015-04-28 Andy Wingo <wingo@igalia.com>
12491
12492 * gdb.python/py-parameter.exp:
12493 * gdb.guile/scm-parameter.exp: Escape the path that we are
12494 matching against, as it might contain characters that are special
12495 to regular expressions.
12496
460efde1
JB
124972015-04-27 Joel Brobecker <brobecker@adacore.com>
12498
12499 * gdb.ada/rec_comp: New testcase.
12500
2d369d8e
SDJ
125012015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12502
12503 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12504 before using it.
12505
cf75d6c3
AB
125062015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12507
12508 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12509 new tests for verilog output.
12510
8dbe7ca5
YQ
125112015-04-24 Yao Qi <yao.qi@linaro.org>
12512
12513 * boards/remote-gdbserver-on-localhost.exp: New file.
12514
4ef9fb2f
PA
125152015-04-23 Pedro Alves <palves@redhat.com>
12516
12517 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12518 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12519 "end of file", remove $inferior_spawn_id from the indirect list.
12520
0a803169
PA
125212015-04-23 Pedro Alves <palves@redhat.com>
12522
12523 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12524
749ef8f8
PA
125252015-04-23 Pedro Alves <palves@redhat.com>
12526
12527 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12528 on $any_spawn_id instead of only on $gdb_spawn_id.
12529
8aae4344
PM
125302015-04-21 Pierre Muller <muller@sourceware.org>
12531
12532 PR pascal/17815
12533 * lib/pascal.exp (gpc_compile): Add new option "class".
12534 (fpc_compile): Likewise.
12535 * gdb.pascal/case-insensitive-symbols.pas: New file.
12536 * gdb.pascal/case-insensitive-symbols.exp: New file.
12537
1586c8fb
GB
125382015-04-20 Gary Benson <gbenson@redhat.com>
12539
12540 * gdb.base/attach.exp: Fix three extended remote failures.
12541
1b6e6f5c
GB
125422015-04-17 Gary Benson <gbenson@redhat.com>
12543
12544 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12545 the main executable over the remote protocol.
12546
e797481d
PA
125472015-04-16 Pedro Alves <palves@redhat.com>
12548
12549 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12550 a new gdbserver if gdbserver_reconnect_p is set.
12551
1ca99c42
PA
125522015-04-16 Pedro Alves <palves@redhat.com>
12553
12554 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12555 is set, don't exit gdbserver.
12556
af9fd6f8
AA
125572015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12558
12559 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12560 appropriate .insn, such that an older assembler can be used.
12561 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12562 the z/Architecture instruction set on 31-bit targets as well.
12563
04ff1e61
AA
125642015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12565
12566 * gdb.go/handcall.exp: Remove all logic related to the first
12567 breakpoint and rely on go_runto_main instead.
12568 * gdb.go/strings.exp: Likewise.
12569 * gdb.go/unsafe.exp: Likewise.
12570 * gdb.go/hello.exp: Likewise. Also rename the remaining
12571 breakpoint marker to "breakpoint 1".
12572 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12573 * gdb.go/strings.go: Likewise.
12574 * gdb.go/unsafe.go: Likewise.
12575 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12576 "set breakpoint 2 here" and rename the remaining breakpoint marker
12577 to "breakpoint 1".
12578
40d2f8d6
SM
125792015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12580
12581 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12582 if itertools.imap is not present.
12583 * gdb.python/py-objfile.exp: Add parentheses.
12584 * gdb.python/py-type.exp: Same.
12585 * gdb.python/py-unwind-maint.py: Same.
12586
8cbc97c6
YQ
125872015-04-15 Yao Qi <yao.qi@linaro.org>
12588
12589 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12590 of ":$ptr_size" and set its form explicitly.
12591
45fd756c
YQ
125922015-04-15 Pedro Alves <palves@redhat.com>
12593 Yao Qi <yao.qi@linaro.org>
12594
12595 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12596 timeout by factor of 4.
12597 (test_regular_watch): Likewise.
12598 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12599 * gdb.reverse/sigall-reverse.exp: Likewise.
12600 * gdb.reverse/until-precsave.exp: Likewise.
12601 * lib/gdb.exp (with_timeout_factor): New proc.
12602 (gdb_expect): Move some code to ...
12603 (get_largest_timeout): ... here. New procedure.
12604
9e811bc3
LM
126052015-04-14 Luis Machado <lgustavo@codesourcery.com>
12606
12607 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12608
0ff6fcb2
LM
126092015-04-13 Luis Machado <lgustavo@codesourcery.com>
12610
12611 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12612 to write to the .text section.
12613
7578d5f7
LM
126142015-04-13 Luis Machado <lgustavo@codesourcery.com>
12615
12616 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12617 Handle the case of targets that do not provide PID information.
12618
2efe15c4
YQ
126192015-04-13 Yao Qi <yao.qi@linaro.org>
12620
12621 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12622 and use expect instead of gdb_expect.
12623
8cd8f2f8
SDJ
126242015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12625
12626 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12627 "coredump_var_addr" to avoid naming conflict with other testcases.
12628
9ee41772
PA
126292015-04-10 Pedro Alves <palves@redhat.com>
12630
12631 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12632 gdb_test_sequence and gdb_assert.
12633
07473109
PA
126342015-04-10 Pedro Alves <palves@redhat.com>
12635
12636 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12637 test messages that don't include the breakpoint address.
12638
de3db44c
YQ
126392015-04-10 Yao Qi <yao.qi@linaro.org>
12640
12641 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12642 false for some offset and width combinations which aren't
12643 supported by linux kernel.
12644
c79d856c
PA
126452015-04-10 Pedro Alves <palves@redhat.com>
12646
12647 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12648 procedure, factored out from ...
12649 (top level): ... here. Add "set displaced-stepping" testing axis.
12650 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12651 parameter "displaced". Use it.
12652 (top level): Use foreach and add "set displaced-stepping" testing
12653 axis.
12654
ebc90b50
PA
126552015-04-10 Pedro Alves <palves@redhat.com>
12656
12657 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12658 Remove comment.
12659 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12660 both the address of the instruction that triggers the watchpoint
12661 and the address of the instruction immediately after, and use
12662 those addresses for the test. Fix comment.
12663
8f572e5c
PA
126642015-04-10 Pedro Alves <palves@redhat.com>
12665
12666 * gdb.base/sigstep.exp (breakpoint_to_handler)
12667 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12668 Test "backtrace" in handler.
12669 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12670 (top level): Add new "displaced" test axis to
12671 breakpoint_to_handler, breakpoint_to_handler_entry and
12672 breakpoint_over_handler.
12673
8d707a12
PA
126742015-04-10 Pedro Alves <palves@redhat.com>
12675
12676 PR gdb/18216
12677 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12678
ef713951
YQ
126792015-04-10 Yao Qi <yao.qi@linaro.org>
12680
12681 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12682 (test_add_rn_pc): New function.
12683 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12684 (top level): Invoke test_add_rn_pc.
12685
906d60cf
PA
126862015-04-10 Pedro Alves <palves@redhat.com>
12687
12688 PR gdb/13858
12689 * gdb.base/step-over-no-symbols.exp: New file.
12690
f2983cc3
AW
126912015-04-09 Andy Wingo <wingo@igalia.com>
12692
12693 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12694 after the Python tests.
12695
6d62641c
SDJ
126962015-04-08 Keith Seitz <keiths@redhat.com>
12697
12698 PR python/16699
12699 * gdb.python/py-completion.exp: New tests for completion.
12700 * gdb.python/py-completion.py (CompleteLimit1): New class.
12701 (CompleteLimit2): Likewise.
12702 (CompleteLimit3): Likewise.
12703 (CompleteLimit4): Likewise.
12704 (CompleteLimit5): Likewise.
12705 (CompleteLimit6): Likewise.
12706 (CompleteLimit7): Likewise.
12707
f3770638
PA
127082015-04-08 Pedro Alves <palves@redhat.com>
12709
12710 PR gdb/18214
12711 PR gdb/18216
12712 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12713 function.
12714 (main): Install it as SIGUSR1 handler.
12715 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12716 parameter. Always use "setup" as prefix. Toggle "set
12717 displaced-stepping" off/on depending on global. Don't switch to
12718 thread 1 here.
12719 (top level): Add displaced stepping "off/on" test axis. Update
12720 "setup" calls. Wrap each subtest with with_test_prefix. Test
12721 continuing with a queued signal in each thread.
12722
4496bed7
PA
127232015-04-08 Pedro Alves <palves@redhat.com>
12724
12725 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12726 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12727 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12728 Return early if running to main fails.
12729 * gdb.trace/while-stepping.exp: Likewise.
12730
b97fde92
PA
127312015-04-07 Pedro Alves <palves@redhat.com>
12732
12733 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12734 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12735 interact with inferior program.
12736
f71c18e7
PA
127372015-04-07 Pedro Alves <palves@redhat.com>
12738
12739 * lib/gdb.exp (inferior_spawn_id): New global.
12740 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12741 spawn id after processing the user code.
12742 (default_gdb_start): Set inferior_spawn_id.
12743 (send_inferior): New procedure.
12744 * lib/gdbserver-support.exp (gdbserver_start): Set
12745 inferior_spawn_id.
12746 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12747
6423214f
PA
127482015-04-07 Pedro Alves <palves@redhat.com>
12749
12750 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12751 * lib/gdbserver-support.exp (gdbserver_start): Make
12752 $server_spawn_id global.
12753 (gdbserver_start): Don't wait for gdbserver's spawn id with
12754 expect_background.
12755 (close_gdbserver): New procedure.
12756 (gdb_exit): Rename the default version and reimplement.
12757
71c0ee8c
PA
127582015-04-07 Pedro Alves <palves@redhat.com>
12759
72f4393d 12760 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
12761 append the substituted item, not the original item.
12762
203bc29b
PA
127632015-04-07 Pedro Alves <palves@redhat.com>
12764
12765 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12766 gdb_expect.
12767
508a3ddf
PA
127682015-04-07 Pedro Alves <palves@redhat.com>
12769
12770 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12771 output appearing once only.
12772
9f6dbe2b
PA
127732015-04-07 Pedro Alves <palves@redhat.com>
12774
12775 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12776 that doesn't expect anything. Return early if running to main
12777 fails.
12778
337532fa
YQ
127792015-04-07 Yao Qi <yao.qi@linaro.org>
12780
12781 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12782 (child_function): Call alarm.
12783 (main): Move call to alarm into the loop.
12784 * gdb.threads/non-stop-fair-events.exp: Build program with
12785 -DTIMEOUT=$timeout.
12786
01b622d4
DE
127872015-04-06 Doug Evans <xdje42@gmail.com>
12788
12789 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12790 Fix dest parameter to board_info.
12791 (fpc_compile): Ditto.
12792 (gdb_compile_pascal): Rename dest arg to destfile.
12793
961f4160
PMR
127942015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12795
12796 * gdb.ada/funcall_ref.exp: New file.
12797 * gdb.ada/funcall_ref/foo.adb: New file.
12798
cafda597
YQ
127992015-04-02 Yao Qi <yao.qi@linaro.org>
12800
12801 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12802 is remote.
12803
fed040c6
GB
128042015-04-02 Gary Benson <gbenson@redhat.com>
12805
12806 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12807
d11916aa
SS
128082015-04-01 Sasha Smundak <asmundak@google.com>
12809
12810 * gdb.python/py-unwind-maint.c: New file.
12811 * gdb.python/py-unwind-maint.exp: New test.
12812 * gdb.python/py-unwind-maint.py: New file.
12813 * gdb.python/py-unwind.c: New file.
12814 * gdb.python/py-unwind.exp: New test.
12815 * gdb.python/py-unwind.py: New test.
12816
a1471180
PA
128172015-04-01 Pedro Alves <palves@redhat.com>
12818
12819 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12820 to fail instead of non-existent $test.
12821
0bbeccb1
PA
128222015-04-01 Pedro Alves <palves@redhat.com>
12823
12824 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12825 GDBFLAGS if not empty.
12826
3c724c8c
PMR
128272015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12828
12829 * gdb.ada/complete.exp: Remove "multi_line".
12830 * gdb.ada/info_exc.exp: Remove "multi_line".
12831 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12832 * gdb.ada/ptype_field.exp: Remove "multi_line".
12833 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12834 * gdb.ada/tagged.exp: Remove "multi_line".
12835 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12836 [multi_line ...]
12837 * gdb.btrace/delta.exp: Likewise.
12838 * gdb.btrace/exception.exp: Likewise.
12839 * gdb.btrace/function_call_history.exp: Likewise.
12840 * gdb.btrace/instruction_history.exp: Likewise.
12841 * gdb.btrace/nohist.exp: Likewise.
12842 * gdb.btrace/record_goto.exp: Likewise.
12843 * gdb.btrace/segv.exp: Likewise.
12844 * gdb.btrace/stepi.exp: Likewise.
12845 * gdb.btrace/tailcall.exp: Likewise.
12846 * gdb.btrace/unknown_functions.exp: Likewise.
12847 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12848 * lib/gdb.exp: Add the "multi_line" helper.
12849
4eec2deb
PA
128502015-04-01 Pedro Alves <palves@redhat.com>
12851
12852 * gdb.threads/tid-reuse.c: New file.
12853 * gdb.threads/tid-reuse.exp: New file.
12854
df8411da
SDJ
128552015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12856
12857 PR corefiles/16092
12858 * gdb.base/coredump-filter.c: New file.
12859 * gdb.base/coredump-filter.exp: Likewise.
12860
6ef37366
PM
128612015-03-27 Petr Machata <pmachata@redhat.com>
12862
12863 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12864 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12865 (Dwarf::assemble): Initialize them.
12866 (Dwarf::lines): New function.
12867
7ec911b0
JT
128682015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12869
12870 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12871 SYMBOL_PREFIX for x86_64-*-cygwin.
12872
ff908ebf
AW
128732015-03-26 Andy Wingo <wingo@igalia.com>
12874
12875 PR symtab/18148
12876 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12877 const_value but not a location.
12878 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12879 location defined in non-main CUs are visible.
12880
6d5f0679
YQ
128812015-03-26 Yao Qi <yao.qi@linaro.org>
12882
12883 PR testsuite/18139
12884 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12885 Add a line number entry for the same line.
12886 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12887 Add a line number entry for the same line.
12888
2898689b
YQ
128892015-03-26 Yao Qi <yao.qi@linaro.org>
12890
12891 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12892 .int 0.
12893 (func): Likewise. Add .Lfunc_1 label.
12894 Use .Lfunc_1 label.
12895 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12896 .int 0.
12897 (func): Likewise.
12898 Use .Lfunc_1 label.
12899
85180498
YQ
129002015-03-26 Yao Qi <yao.qi@linaro.org>
12901
12902 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12903 Call gdb_compile instead to compile each .s files without debug
12904 information.
12905
8aa08a8d
YQ
129062015-03-26 Yao Qi <yao.qi@linaro.org>
12907
12908 * gdb.base/savedregs.exp (process_saved_regs): Make
12909 "Saved registers:" optional in the pattern.
12910
66849923
MM
129112015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12912
12913 * gdb.btrace/next.exp: Merged into step.exp.
12914 * gdb.btrace/finish.exp: Merged into step.exp.
12915 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12916 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12917 "record goto" and checking the exact replay position.
12918 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12919 check for "Recording format" in "info record" output.
12920 * gdb.btrace/record_goto.exp: Choose test file based on target.
12921 * gdb.btrace/x86-record_goto.S: Renamed into ...
12922 * gdb.btrace/x86_64-record_goto.S: ... this.
12923 * gdb.btrace/i686-record_goto.S: New.
12924 * gdb.btrace/x86-tailcall.S: Renamed into ...
12925 * gdb.btrace/x86_64-tailcall.S: ... this.
12926 * gdb.btrace/i686-tailcall.S: New.
12927 * gdb.btrace/x86-tailcall.c: Renamed into ...
12928 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12929 separate statements. Update test.
12930 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12931 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12932 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12933 * gdb.btrace/tailcall.exp: Choose test file based on target.
12934 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12935
11cc1b74
MM
129362015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12937
12938 * gdb.btrace/exception.exp: Increase BTS buffer size.
12939
a25d8bf9
PA
129402015-03-24 Pedro Alves <palves@redhat.com>
12941
12942 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12943
856e7dd6
PA
129442015-03-24 Pedro Alves <palves@redhat.com>
12945
12946 * gdb.threads/schedlock.exp (test_step): No longer expect that
12947 "set scheduler-locking step" with "next" over a function call runs
12948 threads unlocked.
12949
ad235a41
AT
129502015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12951
12952 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12953
15630549
AT
129542015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12955
12956 PR breakpoints/16466
12957 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12958 * gdb.mi/mi-pending.c (thread_func): New function.
12959 (int main): Add threading support required.
12960 * gdb.mi/mi-pending.exp: Add tests for this issue.
12961 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12962 (pendfunc2): Remove stdio dependency.
12963 * gdb.mi/mi-pendshr2.c: New file.
12964
693dca06
KS
129652015-03-23 Keith Seitz <keiths@redhat.com>
12966
12967 * gdb.linespec/keywords.c: New file.
12968 * gdb.linespec/keywords.exp: New file.
12969
7e993ebf
KS
129702015-03-23 Keith Seitz <keiths@redhat.com>
12971
12972 PR gdb/18021
12973 * gdb.dwarf2/staticvirtual.exp: New test.
12974
bc23328c
JK
129752015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12976
12977 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12978 * README: Remove HP-UX and gdb.hp.
12979 (configuration):
12980 * configure: Regenerate.
12981 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12982 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12983 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12984 gdb.hp/gdb.defects/Makefile.
12985 * gdb.hp/Makefile.in: File deleted.
12986 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12987 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12988 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12989 * gdb.hp/gdb.aCC/run.c: File deleted.
12990 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12991 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12992 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12993 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12994 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12995 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12996 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12997 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12998 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12999 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
13000 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
13001 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
13002 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
13003 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
13004 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13005 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13006 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13007 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13008 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13009 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13010 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13011 * gdb.hp/gdb.compat/average.c: File deleted.
13012 * gdb.hp/gdb.compat/sum.c: File deleted.
13013 * gdb.hp/gdb.compat/xdb.c: File deleted.
13014 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13015 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13016 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13017 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13018 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13019 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13020 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13021 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13022 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13023 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13024 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13025 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13026 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13027 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13028 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13029 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13030 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13031 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13032 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13033 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13034 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13035 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13036 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13037 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13038 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13039 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13040 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13041 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13042 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13043 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13044 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13045 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13046 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13047 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13048 * gdb.hp/tools/odump: File deleted.
13049
8bf3b159
PA
130502015-03-19 Pedro Alves <palves@redhat.com>
13051
13052 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13053 (saw_thread_3): New globals.
13054 (top level): Increment them when an event for the corresponding
13055 thread is seen.
13056 (no thread starvation): New test.
13057
eb54c8bf
PA
130582015-03-19 Pedro Alves <palves@redhat.com>
13059
13060 * gdb.threads/continue-pending-status.c: New file.
13061 * gdb.threads/continue-pending-status.exp: New file.
13062
32d2e5d6
PA
130632015-03-18 Pedro Alves <palves@redhat.com>
13064
13065 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13066 Use gdb_is_target_remote instead of is_remote. Use
13067 gdb_test_multiple instead of gdb_expect. Exit early if
13068 gdb_test_multiple hits its internal matches. Tighten stepi tests
13069 expected output. Fail on exit with any signal, instead of just
13070 SIGILL.
13071
f68f11b7
YQ
130722015-03-18 Yao Qi <yao.qi@linaro.org>
13073
13074 PR tdep/18107
13075 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13076 variable.
13077 * gdb.base/catch-syscall.exp: Don't skip it on
13078 aarch64*-*-linux* target. Remove elements in all_syscalls.
13079 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13080 target.
13081 (setup_all_syscalls): New proc.
13082
ca5fd19b
YQ
130832015-03-16 Yao Qi <yao.qi@linaro.org>
13084
13085 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13086 (top level): Skip tests if valid_addr_p returns false for
13087 $cmd1 or $cmd2.
13088
85642ba0
AW
130892015-03-11 Andy Wingo <wingo@igalia.com>
13090
13091 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13092
e03f9645
YQ
130932015-03-11 Yao Qi <yao.qi@linaro.org>
13094
13095 * gdb.base/catch-syscall.exp: Fix typo in comments.
13096
5d0962b2
YQ
130972015-03-11 Yao Qi <yao.qi@linaro.org>
13098
13099 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13100
b2df3cef
PA
131012015-03-09 Pedro Alves <palves@redhat.com>
13102
13103 * dg-extract-results.py: Delete.
13104
ef878e53
PA
131052015-03-09 Pedro Alves <palves@redhat.com>
13106
13107 Merge dg-extract-results.sh from GCC upstream (r218843).
13108
13109 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13110 * dg-extract-results.sh: Use --text with grep to avoid issues with
13111 binary files. Fall back to cat -v, if that doesn't work.
13112
9494d219
PA
131132015-03-05 Pedro Alves <palves@redhat.com>
13114
13115 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13116
a8d9763a
SM
131172015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13118
13119 * lib/mi-support.exp (mi_expect_interrupt): Accept
13120 alternative event for when in all-stop mode.
13121
be9957b8
PA
131222015-03-04 Pedro Alves <palves@redhat.com>
13123
13124 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13125
d57be0f4 131262015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
13127
13128 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13129
c214c7cf
AA
131302015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13131
13132 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13133 regexps for GDB's current line display, accept a hex address
13134 preceding the line number.
13135
6d74a497
AA
131362015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13137
13138 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13139 the 'arch1' variable for "s390*-linux*" targets.
13140
511aee7c
PA
131412015-03-04 Pedro Alves <palves@redhat.com>
13142
13143 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13144 (main): Pass missing retval argument to pthread_join call.
13145
95e50b27
PA
131462015-03-02 Pedro Alves <palves@redhat.com>
13147
13148 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13149 (top level): Call do_test with non-stop as well.
13150
28054d69
PA
131512015-03-02 Pedro Alves <palves@redhat.com>
13152
13153 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13154 -1.
13155
4fa5d7b4
AA
131562015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13157
13158 * gdb.arch/s390-vregs.exp: New test.
13159 * gdb.arch/s390-vregs.S: New file.
13160
97c18565
PA
131612015-02-27 Pedro Alves <palves@redhat.com>
13162
13163 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13164 call to catch_command_errors.
13165 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13166 catch_command_errors.
13167
a37bfa30
PA
131682015-02-27 Pedro Alves <palves@redhat.com>
13169
13170 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13171 "true" for boolean result.
13172 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13173 prototype of main.
13174
6f98576f
PA
131752015-02-27 Pedro Alves <palves@redhat.com>
13176
13177 * lib/unbuffer_output.c: New file.
13178 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13179 (main): Call gdb_unbuffer_output.
13180
eba5ab56
YQ
131812015-02-27 Yao Qi <yao.qi@linaro.org>
13182
13183 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13184 target.
13185
0def5aaa
DE
131862015-02-26 Doug Evans <dje@google.com>
13187
13188 * gdb.cp/class2.cc (Dbase, D): New classes.
13189 (main): New local delta.
13190 * gdb.cp/class2.exp: Test printing delta.
13191 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13192 (dynbar): New global.
13193 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13194
081a1c2c
JK
131952015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13196
13197 * gdb.compile/compile-ifunc.c: New file.
13198 * gdb.compile/compile-ifunc.exp: New file.
13199
2f41223f
AT
132002015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13201
13202 * gdb.base/structs.exp: Check for correct struct on finish.
13203
03eddd80
YQ
132042015-02-26 Yao Qi <yao.qi@linaro.org>
13205
13206 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13207 is zero.
13208
80c57053
JK
132092015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13210
13211 * gdb.arch/cordic.ko.bz2: New file.
13212 * gdb.arch/cordic.ko.debug.bz2: New file.
13213 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13214
21613c12
YQ
132152015-02-25 Yao Qi <yao.qi@linaro.org>
13216
13217 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13218 aarch64*-*-* target.
13219
d8b901ed
PA
132202015-02-23 Pedro Alves <palves@redhat.com>
13221
13222 * lib/gdb.exp (delete_breakpoints): Rewrite using
13223 gdb_test_multiple.
13224
e5b85ead
PA
132252015-02-23 Pedro Alves <palves@redhat.com>
13226
13227 * gdb.base/info-os.c: Include stdlib.h.
13228
85c3a371
DE
132292015-02-22 Doug Evans <xdje42@gmail.com>
13230
13231 PR symtab/17855
13232 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13233 is read after symbols have been re-read.
13234 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13235 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13236
96553a0c
DE
132372015-02-21 Doug Evans <dje@google.com>
13238
13239 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13240
97a0c697
JK
132412015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13242
13243 PR corefiles/17808
13244 * gdb.arch/i386-biarch-core.core.bz2: New file.
13245 * gdb.arch/i386-biarch-core.exp: New file.
13246
a47cd6e9
PA
132472015-02-21 Pedro Alves <palves@redhat.com>
13248
13249 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13250 runto_main fails.
13251
c5facdc4
PA
132522015-02-20 Pedro Alves <palves@redhat.com>
13253
13254 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13255 info probes.
13256
2db9a427
PA
132572015-02-20 Pedro Alves <palves@redhat.com>
13258
13259 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13260
60fb7e9e
PA
132612015-02-20 Pedro Alves <palves@redhat.com>
13262
13263 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13264 clean_restart before gdb_target_supports_trace.
13265
5c5019c2
PA
132662015-02-20 Pedro Alves <palves@redhat.com>
13267
13268 PR threads/18006
13269 * gdb.threads/clone-thread_db.c: New file.
13270 * gdb.threads/clone-thread_db.exp: New file.
13271
c9587f88
AT
132722015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13273
13274 PR breakpoints/16812
13275 * gdb.base/catch-gdb-caused-signals.c: New file.
13276 * gdb.base/catch-gdb-caused-signals.exp: New file.
13277
f6a88844
JM
132782015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13279
13280 * configure: Regenerated.
13281 * configure.ac: Use GDB_AC_TRANSFORM.
13282 * aclocal.m4: sinclude ../transform.m4.
13283
497c491b
JM
132842015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13285
13286 * lib/dtrace.exp: New file.
13287 * gdb.base/dtrace-probe.exp: Likewise.
13288 * gdb.base/dtrace-probe.d: Likewise.
13289 * gdb.base/dtrace-probe.c: Likewise.
13290 * lib/pdtrace.in: Likewise.
13291 * configure.ac: Output variables with the transformed names of
13292 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13293 * configure: Regenerated.
13294
03e98035
JM
132952015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13296
13297 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13298 expected message when trying to access $_probe_* convenience
13299 variables while not on a probe.
13300
63cc30e9
JK
133012015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13302
13303 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13304
0703599a
PA
133052015-02-11 Pedro Alves <pedro@codesourcery.com>
13306
13307 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13308 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13309
7e60a48e
DE
133102015-02-10 Doug Evans <xdje42@gmail.com>
13311
13312 * lib/gdb.exp (gdb_load): Always return a result.
13313
01b088bc
PA
133142015-02-10 Pedro Alves <palves@redhat.com>
13315
13316 * gdb.threads/signal-sigtrap.c: New file.
13317 * gdb.threads/signal-sigtrap.exp: New file.
13318
b05ec7a5
AT
133192015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13320
13321 * gdb.trace/no-attach-trace.c: New file.
13322 * gdb.trace/no-attach-trace.exp: New file.
13323
a2c2acaf
MW
133242015-02-09 Mark Wielaard <mjw@redhat.com>
13325
13326 * gdb.dwarf2/atomic.c: New file.
13327 * gdb.dwarf2/atomic-type.exp: Likewise.
13328
31fd9caa
MM
133292015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13330
13331 * gdb.btrace/buffer-size.exp: Update "info record" output.
13332 * gdb.btrace/delta.exp: Update "info record" output.
13333 * gdb.btrace/enable.exp: Update "info record" output.
13334 * gdb.btrace/finish.exp: Update "info record" output.
13335 * gdb.btrace/instruction_history.exp: Update "info record" output.
13336 * gdb.btrace/next.exp: Update "info record" output.
13337 * gdb.btrace/nexti.exp: Update "info record" output.
13338 * gdb.btrace/step.exp: Update "info record" output.
13339 * gdb.btrace/stepi.exp: Update "info record" output.
13340 * gdb.btrace/nohist.exp: Update "info record" output.
13341
d33501a5
MM
133422015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13343
13344 * gdb.btrace/buffer-size: New.
13345
f4abbc16
MM
133462015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13347
13348 * gdb.btrace/delta.exp: Update "info record" output.
13349 * gdb.btrace/enable.exp: Update "info record" output.
13350 * gdb.btrace/finish.exp: Update "info record" output.
13351 * gdb.btrace/instruction_history.exp: Update "info record" output.
13352 * gdb.btrace/next.exp: Update "info record" output.
13353 * gdb.btrace/nexti.exp: Update "info record" output.
13354 * gdb.btrace/step.exp: Update "info record" output.
13355 * gdb.btrace/stepi.exp: Update "info record" output.
13356 * gdb.btrace/nohist.exp: Update "info record" output.
13357
b9d61307
SM
133582015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13359
13360 PR gdb/15678
13361 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13362
e584fdbc
PA
133632015-02-06 Pedro Alves <palves@redhat.com>
13364
13365 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13366 macro.
13367 (seconds_left, again): New globals.
13368 (main): Wait seconds_left in a 1-second sleep loop instead of
13369 sleeping 180 seconds. If 'again' is set, reset the seconds
13370 counter.
13371 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13372 'again' in the inferior before detaching. Print the seconds left.
13373 (options): New global.
13374 (top level): Build program with -DTIMEOUT=$timeout.
13375
77f41761
PA
133762015-02-06 Pedro Alves <palves@redhat.com>
13377
13378 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13379 determine how many seconds to pass to 'alarm'.
13380 * gdb.base/gdb-sigterm.exp (top level): Build program with
13381 -DTIMEOUT=$timeout.
13382 (do_test): Return success/failure indication. Add more verbose
13383 logging. Don't fail if 200 single steps are seen. Instead, fail
13384 when the test times out.
13385 (passes): New global.
13386 (top level): Break the testing loop if testing fails on any
13387 iteration. Use gdb_assert.
13388
b9394193
DB
133892015-02-04 Don Breazeal <donb@codesourcery.com>
13390
13391 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13392 and initialize them.
13393 (ipc_cleanup): New function.
13394 (main): Don't declare shmid, semid, and msqid. Add a call to
13395 atexit so that we call ipc_cleanup on exit.
13396
42d9e528
PA
133972015-02-04 Pedro Alves <palves@redhat.com>
13398
13399 * boards/native-extended-gdbserver.exp: Remove any target variant
13400 specifications from the board name before clearing the isremote
13401 flag from board_info.
13402
ae6ae975
DE
134032015-01-31 Doug Evans <xdje42@gmail.com>
13404
13405 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13406
cfb069a8
GB
134072015-01-31 Gary Benson <gbenson@redhat.com>
13408
13409 * gdb.base/completion.exp: Disable completion limiting for
13410 existing tests. Add new tests to check completion limiting.
13411 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13412
5dd31d79
DE
134132015-01-31 Doug Evans <xdje42@gmail.com>
13414
13415 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13416
9f050062
DE
134172015-01-31 Doug Evans <xdje42@gmail.com>
13418
13419 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13420 entries. Duplicate file section script entries.
13421 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13422 inlined entries. Add test for safe-path rejection.
13423 * gdb.python/py-section-script.c: Add duplicate inlined section script
13424 entries. Duplicate file section script entries.
13425 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13426 inlined entries. Add test for safe-path rejection.
13427
df25ebbd
JB
134282015-01-29 Joel Brobecker <brobecker@adacore.com>
13429
13430 * gdb.ada/disc_arr_bound: New testcase.
13431
4a0ca9ec
JB
134322015-01-29 Joel Brobecker <brobecker@adacore.com>
13433
13434 * gdb.ada/mi_var_array: New testcase.
13435
3a8b707a
DE
134362015-01-27 Doug Evans <dje@google.com>
13437
13438 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13439 Add test for objfile.filename, objfile.username after objfile
13440 has been unloaded.
13441
f8313f6e
JB
134422015-01-26 Joel Brobecker <brobecker@adacore.com>
13443
13444 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13445 the second test to print the name attribute of value
13446 returned by the call to gdb.lookup_type, and adjust
13447 the expected output accordingly.
13448
37bc665e
MW
134492015-01-25 Mark Wielaard <mjw@redhat.com>
13450
13451 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13452 * gdb.base/disp-step-fork.c: Include unistd.h.
13453 * gdb.base/siginfo-obj.c: Include stdio.h.
13454 * gdb.base/siginfo-thread.c: Likewise.
13455 * gdb.mi/non-stop.c: Include unistd.h.
13456 * gdb.mi/nsthrexec.c: Include stdio.h.
13457 * gdb.mi/pthreads.c: Include unistd.h.
13458 * gdb.modula2/unbounded1.c (main): Declare returns int.
13459 * gdb.reverse/consecutive-reverse.c: Likewise.
13460 * gdb.threads/create-fail.c: Include unistd.h.
13461 * gdb.threads/killed.c: Likewise.
13462 * gdb.threads/linux-dp.c: Likewise.
13463 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13464 * gdb.threads/non-ldr-exc-2.c: Likewise.
13465 * gdb.threads/non-ldr-exc-3.c: Likewise.
13466 * gdb.threads/non-ldr-exc-4.c: Likewise.
13467 * gdb.threads/pthreads.c: Include unistd.h.
13468 (main): Declare returns int.
13469 * gdb.threads/tls-main.c (foo): New declaration.
13470 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13471
f7e5394d
SM
134722015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13473
13474 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13475 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13476
743649fd
MW
134772015-01-15 Mark Wielaard <mjw@redhat.com>
13478
13479 * gdb.base/noreturn-return.c: New file.
13480 * gdb.base/noreturn-return.exp: New file.
13481 * gdb.base/noreturn-finish.c: New file.
13482 * gdb.base/noreturn-finish.exp: New file.
13483
198297aa
PA
134842015-01-23 Pedro Alves <palves@redhat.com>
13485
13486 * gdb.threads/continue-pending-after-query.c: New file.
13487 * gdb.threads/continue-pending-after-query.exp: New file.
13488
717cf30c
AG
134892015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13490 Simon Marchi <simon.marchi@ericsson.com>
13491
13492 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13493 * gdb.base/valgrind-db-attach.exp: Same.
13494 * gdb.base/valgrind-infcall.exp: Same.
13495 * lib/mi-support.exp (default_mi_gdb_start): Same.
13496 * lib/prompt.exp (default_prompt_gdb_start): Same.
13497 * lib/gdb.exp (default_gdb_spawn): Same.
13498 (gdb_interact): New.
13499
13500
4b62a76e
JK
135012015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13502
13503 * gdb.compile/compile.exp (pointer to jit function): New test.
13504
b4cdae6f
WW
135052015-01-17 Wei-cheng Wang <cole945@gmail.com>
13506
13507 * lib/gdb.exp (supports_process_record): Return true for
13508 powerpc*-*-linux*.
13509 (supports_reverse): Likewise.
13510
d221e7ef
DB
135112015-01-15 Don Breazeal <donb@codesourcery.com>
13512
13513 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13514 instead of checking whether the target board is remote and
13515 use spawn_wait_for_attach instead of exec/sleep.
13516 * gdb.base/attach-twice.exp: Likewise.
13517
bafffb51
JB
135182015-01-15 Joel Brobecker <brobecker@adacore.com>
13519
13520 * gdb.ada/var_arr_attrs: New testcase.
13521
5589af0e
PA
135222015-01-14 Pedro Alves <palves@redhat.com>
13523 Joel Brobecker <brobecker@adacore.com>
13524
13525 PR gdb/17525
13526 * gdb.base/bp-cmds-execution-x-script.c: New file.
13527 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13528 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13529
6c400b59
PA
135302015-01-14 Pedro Alves <palves@redhat.com>
13531
13532 PR cli/17828
13533 * gdb.base/batch-preserve-term-settings.c: New file.
13534 * gdb.base/batch-preserve-term-settings.exp: New file.
13535
e02c96a7
DE
135362015-01-13 Doug Evans <dje@google.com>
13537
13538 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13539 binary.
13540
576fd14c
JB
135412015-01-13 Joel Brobecker <brobecker@adacore.com>
13542
13543 * Makefile.in (clean mostlyclean): Do not delete *.py.
13544
04dccad0
JB
135452015-01-13 Joel Brobecker <brobecker@adacore.com>
13546
13547 * gdb.python/py-lookup-type.exp: New file.
13548
3d230f71
PA
135492015-01-12 Pedro Alves <palves@redhat.com>
13550
13551 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13552 restore GDBFLAGS before returning.
13553
7e67715d
JK
135542015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13555
13556 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13557 is_amd64_regs_target and is_x86_like_target.
13558
f2e0d4b4
DE
135592015-01-11 Doug Evans <xdje42@gmail.com>
13560
13561 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13562 is given without an explicit form.
13563 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13564 attributes.
13565 * gdb.dwarf/corrupt.exp: Ditto.
13566 * gdb.dwarf2/enum-type.exp: Ditto.
13567 * gdb.trace/entry-values.exp: Ditto.
13568 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13569
439250fb
DE
135702015-01-11 Doug Evans <xdje42@gmail.com>
13571
13572 PR gdb/15830
13573 * gdb.base/maint.exp: Remove references to "maint demangle".
13574 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13575 Add tests for explicitly specifying language to demangle.
13576 * gdb.dlang/demangle.exp: Ditto.
13577
ede9f622
PA
135782015-01-09 Pedro Alves <palves@redhat.com>
13579
13580 * gdb.threads/non-stop-fair-events.c: New file.
13581 * gdb.threads/non-stop-fair-events.exp: New file.
13582
a7b796db
PA
135832015-01-09 Pedro Alves <palves@redhat.com>
13584
13585 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13586 the global scope. Set a breakpoint after all threads are started
13587 rather than stepping over two source lines. Expect the prompt.
13588 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13589 global.
13590 (NUM): Now 15.
13591 (main): Use threads_started_barrier to wait for all threads to
13592 start. Main thread no longer calls thread_function. Exit after
13593 180 seconds.
13594 (loop): New function.
13595 (thread_function): Wait on threads_started_barrier barrier. Call
13596 'loop' at each iteration.
13597 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13598 threads have started, instead of hardcoding number of "next"
13599 steps. Use an access watchpoint instead of a write watchpoint.
13600
9665ffdd
PA
136012015-01-09 Pedro Alves <palves@redhat.com>
13602
13603 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13604 (thread_func): Wait on barrier.
13605 (main): Wait for all threads to start before stopping GDB.
13606 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13607 global.
13608 (thread1_func, thread2_func): Wait on barrier.
13609 (main): Wait for all threads to start before stopping GDB.
13610 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13611 New global.
13612 (thread1_func, thread2_func): Wait on barrier.
13613 (main): Wait for all threads to start before stopping GDB.
13614
c945a99f
PA
136152015-01-09 Pedro Alves <palves@redhat.com>
13616
13617 * gdb.threads/attach-many-short-lived-threads.c: New file.
13618 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13619
c1a747c1
PA
136202014-01-09 Pedro Alves <palves@redhat.com>
13621
13622 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13623 instead of to thread 2.
13624 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13625 Add barrier around each pthread_create call instead of around all
13626 calls.
13627 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13628 Set a break on thread_function and have the child threads hit it
13629 one at at a time.
13630
60b3033e
PA
136312015-01-09 Pedro Alves <palves@redhat.com>
13632
13633 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13634 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13635 false.
13636 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13637 checking whether the target board is remote.
13638 * gdb.multi/multi-attach.exp: Likewise.
13639 * gdb.python/py-sync-interp.exp: Likewise.
13640 * gdb.server/ext-attach.exp: Likewise.
13641 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13642 tests that need to attach, instead of checking whether the target
13643 board is remote at the top of the file.
13644
acc018ac
YQ
136452015-01-08 Yao Qi <yao@codesourcery.com>
13646
13647 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13648
50a18af8
JK
136492015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13650
13651 Fix testcase compilation.
13652 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13653
8503d6e1
JB
136542015-01-06 Joel Brobecker <brobecker@adacore.com>
13655
13656 * gdb.python/py-type.exp: Add a couple test about empty
13657 array creation, and negative-length array creation.
13658
cc73dbcc
DE
136592015-01-02 Doug Evans <xdje42@gmail.com>
13660
13661 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13662
0300bbc7
DE
136632015-01-02 Doug Evans <dje@google.com>
13664
13665 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13666
9d85a0ec
YQ
136672014-12-29 Yao Qi <yao@codesourcery.com>
13668
13669 * gdb.trace/entry-values.exp: Update comments. Rename variable
13670 bar_call_foo to returned_from_foo.
13671
87186c6a
MMN
136722014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13673
13674 PR gdb/17394
13675 * gdb.linespec/break-asm-file.c: New file.
13676 * gdb.linespec/break-asm-file.exp: New file.
13677 * gdb.linespec/break-asm-file0.s: New file.
13678 * gdb.linespec/break-asm-file1.s: New file.
13679
1bab7383
YQ
136802014-12-18 Nigel Stephens <nigel@mips.com>
13681 Maciej W. Rozycki <macro@codesourcery.com>
13682
13683 * gdb.base/float.exp: Handle the new output from "info float" on
13684 MIPS targets.
13685
1bc1068a
JK
136862014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13687
13688 Fix MinGW compilation.
13689 * gdb.compile/compile-ops.exp: Update untested message if
13690 !skip_compile_feature_tests.
13691 * gdb.compile/compile-setjmp.exp: Likewise.
13692 * gdb.compile/compile-tls.exp: Likewise.
13693 * gdb.compile/compile.exp: Likewise.
13694 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13695 supported on this host".
13696
b6615d10
DE
136972014-12-16 Doug Evans <xdje42@gmail.com>
13698
13699 * boards/stabs.exp: New file.
13700
25dda427
AA
137012014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13702
13703 * gdb.base/completion.exp: Adjust to format changes of "maint
13704 print user-registers".
13705
bf330350
CU
137062014-12-16 Catalin Udma <catalin.udma@freescale.com>
13707
13708 PR server/17457
13709 * gdb.arch/aarch64-fp.c: New file.
13710 * gdb.arch/aarch64-fp.exp: New file.
13711
395cf596
SDJ
137122014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13713
13714 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13715 r210637, r210913, r211666, r215400, r215817).
13716
13717 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13718 * dg-extract-results.py: New file.
13719 * dg-extract-results.sh: Use it if the environment seems
13720 suitable.
13721
13722 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13723
13724 * dg-extract-results.py (parse_run): Handle warnings that
13725 are printed before a test harness is run.
13726
13727 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13728
13729 * dg-extract-results.py (Named): Remove __cmp__ method.
13730 (output_variation): Use a key to sort variation.harnesses.
13731
13732 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13733
13734 * dg-extract-results.py: For Python 3, force sys.stdout to
13735 handle surrogate escape sequences.
13736 (safe_open): New function.
13737 (output_segment, main): Use it.
13738
13739 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13740
13741 * dg-extract-results.py (Prog.result_re): Include options
13742 in test name.
13743
13744 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13745
13746 * dg-extract-results.py (output_variation): Always sort if
13747 do_sum.
13748
e882ef3c
SM
137492014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13750
13751 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13752 as long as we get pagination notifications.
13753
4992aa20
JM
137542014-12-15 Jason Merrill <jason@redhat.com>
13755
13756 * Makefile.in (check-gdb.%): Restore.
13757 * README: Mention it.
13758
c1b5a1a6
JB
137592014-12-13 Joel Brobecker <brobecker@adacore.com>
13760
13761 * gdb.ada/str_uninit: New testcase.
13762
5537b577
JK
137632014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13764
13765 PR symtab/17642
13766 * gdb.base/vla-stub-define.c: New file.
13767 * gdb.base/vla-stub.c: New file.
13768 * gdb.base/vla-stub.exp: New file.
13769
bb2ec1b3
TT
137702014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13771 Jan Kratochvil <jan.kratochvil@redhat.com>
13772 Tom Tromey <tromey@redhat.com>
13773
13774 * configure.ac: Add gdb.compile/.
13775 * configure: Regenerate.
13776 * gdb.compile/Makefile.in: New file.
13777 * gdb.compile/compile-ops.exp: New file.
13778 * gdb.compile/compile-ops.c: New file.
13779 * gdb.compile/compile-tls.c: New file.
13780 * gdb.compile/compile-tls.exp: New file.
13781 * gdb.compile/compile-constvar.S: New file.
13782 * gdb.compile/compile-constvar.c: New file.
13783 * gdb.compile/compile-mod.c: New file.
13784 * gdb.compile/compile-nodebug.c: New file.
13785 * gdb.compile/compile-setjmp-mod.c: New file.
13786 * gdb.compile/compile-setjmp.c: New file.
13787 * gdb.compile/compile-setjmp.exp: New file.
13788 * gdb.compile/compile-shlib.c: New file.
13789 * gdb.compile/compile.c: New file.
13790 * gdb.compile/compile.exp: New file.
13791 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13792
4ff709eb
TT
137932014-12-12 Tom Tromey <tromey@redhat.com>
13794
13795 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13796 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13797
6dddd6a5
DE
137982014-12-12 Doug Evans <dje@google.com>
13799
13800 * lib/gdb-python.exp (get_python_valueof): New function.
13801 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13802
71c24708
AA
138032014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13804
13805 * gdb.base/completion.exp: Add test for completion of "info
13806 registers ".
13807
3e29f34a
MR
138082014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13809
13810 * gdb.base/func-ptrs.c: New file.
13811 * gdb.base/func-ptrs.exp: New file.
13812
fc126975
SM
138132014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13814
13815 PR breakpoints/17012
13816 * gdb.base/dprintf-detach.c: New file.
13817 * gdb.base/dprintf-detach.exp: New file.
13818
0a46d518
SM
138192014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13820
13821 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13822 * lib/gdb.exp (target_is_gdbserver): New procedure.
13823
a0be3e44
DE
138242014-12-08 Doug Evans <dje@google.com>
13825
13826 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13827
df1b803a
YQ
138282014-12-05 Yao Qi <yao@codesourcery.com>
13829
13830 * gdb.guile/scm-error.exp: Remove the third argument to
13831 gdb_remote_download.
13832 * gdb.guile/scm-frame-args.exp: Likewise.
13833 * gdb.guile/scm-section-script.exp: Likewise.
13834
ddb9f679
YQ
138352014-12-05 Yao Qi <yao@codesourcery.com>
13836
13837 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13838
86e4ed39
DE
138392014-12-04 Doug Evans <dje@google.com>
13840
13841 * gdb.python/py-objfile.exp: Add tests for
13842 objfile.add_separate_debug_file.
13843
7c50a931
DE
138442014-12-04 Doug Evans <dje@google.com>
13845
13846 * lib/gdb.exp (get_build_id): New function.
13847 (build_id_debug_filename_get): Rewrite to use it.
13848 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13849
621661e3
MR
138502014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13851
13852 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13853 `method(long)', not just 0x0.
13854 * gdb.cp/nsalias.exp: Align code labels to 4.
13855 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13856 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13857 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13858 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13859 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13860 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13861
29f0c3b7
DE
138622014-12-02 Doug Evans <dje@google.com>
13863
e1e061e7 13864 PR symtab/17602
29f0c3b7 13865 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 13866 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
13867 * gdb.cp/anon-ns.exp: Update.
13868
162078c8
NB
138692014-12-02 Nick Bull <nicholaspbull@gmail.com>
13870
13871 * gdb.python/py-events.py (inferior_call_handler): New.
13872 (register_changed_handler, memory_changed_handler): New.
13873 (test_events.invoke): Register new handlers.
13874 * gdb.python/py-events.exp: Add tests for inferior call,
13875 memory_changed and register_changed events.
13876
fdb09caf
AA
138772014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13878
13879 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13880 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13881 if the linker doesn't understand this.
13882
55cfb2c4
SM
138832014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13884
13885 * gdb.python/python.exp: Change expected reply to help().
13886
9e8cd6df
YQ
138872014-12-01 Yao Qi <yao@codesourcery.com>
13888
13889 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13890 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13891 * configure: Re-generated.
13892
6c659fc2
SC
138932014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13894
13895 * gdb.cp/chained-calls.cc: New file.
13896 * gdb.cp/chained-calls.exp: New file.
13897 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13898
d7fc3181
SM
138992014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13900
13901 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13902 * gdb.dwarf2/symtab-producer.exp: Same.
13903 * gdb.gdb/python-interrupts.exp: Same.
13904 * gdb.gdb/python-selftest.exp: Same.
13905 * gdb.python/py-linetable.exp: Same.
13906 * gdb.python/py-type.exp: Same.
13907 * gdb.python/py-value-cc.exp: Same.
13908 * gdb.python/py-value.exp: Same.
13909
10e79639
YQ
139102014-11-28 Yao Qi <yao@codesourcery.com>
13911
13912 * gdb.base/break-probes.exp: Match library name prefixed with
13913 sysroot.
13914
f28a0564
SM
139152014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13916
13917 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13918 test expected output. Add parentheses for the call to print.
13919 Remove L suffix from integers.
13920
3fe1ce1d
DE
139212014-11-26 Doug Evans <dje@google.com>
13922
13923 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13924
84429e27
YQ
139252014-11-22 Yao Qi <yao@codesourcery.com>
13926
13927 * gdb.trace/entry-values.c: Remove asms.
13928 (foo): Add foo_label.
13929 (bar): Add bar_label.
13930 * gdb.trace/entry-values.exp: Remove code computing foo's
13931 length and bar's length.
13932 (Dwarf::assemble): Invoke function_range for bar and use
13933 MACRO_AT_func for foo.
13934
26741859
YQ
139352014-11-22 Yao Qi <yao@codesourcery.com>
13936
13937 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13938 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13939 Use .Lgcc43_procstart instead of gcc43.
13940
45e44d27
JB
139412014-11-21 Joel Brobecker <brobecker@adacore.com>
13942
13943 * gdb.ada/n_arr_bound: New testcase.
13944
458c8db8
SDJ
139452014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13946
13947 PR breakpoints/10737
13948 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13949 test_catch_syscall_multi_arch.
13950 (test_catch_syscall_multi_arch): New function.
13951
43f3e411
DE
139522014-11-20 Doug Evans <xdje42@gmail.com>
13953
13954 * gdb.base/maint.exp: Update expected output.
13955
0d7b2549
AA
139562014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13957
13958 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13959 4-byte instruction on S390.
13960
8908fca5
JB
139612014-11-19 Joel Brobecker <brobecker@adacore.com>
13962
13963 * gdb.ada/arr_arr: New testcase.
13964
4a46959e
JB
139652014-11-19 Joel Brobecker <brobecker@adacore.com>
13966
13967 * gdb.ada/pkd_arr_elem: New Testcase.
13968
470e2f4e
LM
139692014-11-18 Luis Machado <lgustavo@codesourcery.com>
13970
13971 * gdb.reverse/break-precsave: Expect completion message for
13972 core file reads.
13973 * gdb.reverse/consecutive-precsave.exp: Likewise.
13974 * gdb.reverse/finish-precsave.exp: Likewise.
13975 * gdb.reverse/i386-precsave.exp: Likewise.
13976 * gdb.reverse/machinestate-precsave.exp: Likewise.
13977 * gdb.reverse/sigall-precsave.exp: Likewise.
13978 * gdb.reverse/solib-precsave.exp: Likewise.
13979 * gdb.reverse/step-precsave.exp: Likewise.
13980 * gdb.reverse/until-precsave.exp: Likewise.
13981 * gdb.reverse/watch-precsave.exp: Likewise.
13982
a267f3ad
AA
139832014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13984
13985 * gdb.base/bp-permanent.c: Include unistd.h.
13986 * gdb.python/py-framefilter-mi.c (main): Add return type.
13987 * gdb.python/py-framefilter.c (main): Likewise.
13988 * gdb.trace/actions-changed.c (main): Likewise.
13989
12084a9a
AA
139902014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13991
13992 * gdb.mi/until.c: Add eye-catchers.
13993 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13994 line numbers.
13995
dc7e1a77
AA
139962014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13997
13998 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13999 function header variants in break1.c.
14000 * gdb.base/ena-dis-br.exp: Likewise.
14001 * gdb.base/hbreak2.exp: Likewise.
14002 * gdb.reverse/until-precsave.exp: Drop references to removed
14003 non-prototype function header variants in ur1.c.
14004 * gdb.reverse/until-reverse.exp: Likewise.
14005
41c77605
PM
140062014-11-17 Petr Machata <pmachata@redhat.com>
14007
14008 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14009 ${_cu_offset_size} bytes abbrev offset.
14010
34248c3a
DE
140112014-11-15 Doug Evans <xdje42@gmail.com>
14012
14013 PR symtab/17559
14014 * gdb.base/line-symtabs.exp: New file.
14015 * gdb.base/line-symtabs.c: New file.
14016 * gdb.base/line-symtabs.h: New file.
14017
646da059
YQ
140182014-11-14 Yao Qi <yao@codesourcery.com>
14019
14020 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14021 (func): Add label func_label.
14022 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14023 Replace low_pc and high_pc with MACRO_AT_range.
14024 Replace name, low_pc and high_pc with MACRO_AT_func.
14025
9301ebe6
YQ
140262014-11-14 Yao Qi <yao@codesourcery.com>
14027
14028 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14029 Replace name, low_pc and high_pc with MACRO_AT_func.
14030
f166b542
YQ
140312014-11-14 Yao Qi <yao@codesourcery.com>
14032
14033 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14034 produce debug information.
14035 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14036
0f6e71e3
YQ
140372014-11-14 Yao Qi <yao@codesourcery.com>
14038
14039 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14040 object and get function length.
14041 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14042 with MACRO_AT_func.
14043 (top-level): Replace gdb_compile and clean_restart with
14044 prepare_for_testing.
14045 * gdb.dwarf2/main.c (main): Add label main_label.
14046
876c4df9
YQ
140472014-11-14 Yao Qi <yao@codesourcery.com>
14048
14049 * lib/dwarf.exp (function_range): New procedure.
14050 (Dwarf::_handle_macro_at_func): New procedure.
14051 (Dwarf::_handle_macro_at_range): New procedure.
14052 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14053
02ad9cf1
YQ
140542014-11-14 Yao Qi <yao@codesourcery.com>
14055
14056 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14057 (_handle_attribute): New procedure.
14058
a59add0c
AA
140592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14060
14061 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14062 * gdb.base/call-sc.c (zed): Likewise.
14063 * gdb.base/checkpoint.c (main): Likewise.
14064 * gdb.base/dump.c (main): Likewise.
14065 * gdb.base/gcore.c (main): Likewise.
14066 * gdb.base/huge.c (main): Likewise.
14067 * gdb.base/multi-forks.c (main): Likewise.
14068 * gdb.base/pr10179-a.c (main): Likewise.
14069 * gdb.base/savedregs.c (main): Likewise.
14070 * gdb.base/sigaltstack.c (main): Likewise.
14071 * gdb.base/siginfo.c (main): Likewise.
14072 * gdb.base/structs.c (zed): Likewise.
14073 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14074 * gdb.mi/mi-syn-frame.c (main): Likewise.
14075 * gdb.mi/until.c (foo, main): Likewise.
14076 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14077 * gdb.base/solib-weak.c (foo): Declare.
14078 * gdb.base/attach-twice.c: Include stdio.h.
14079 * gdb.base/weaklib1.c: Likewise.
14080 * gdb.base/weaklib2.c: Likewise.
14081 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14082 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14083 unistd.h.
14084 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14085 * gdb.mi/mi-exit-code.c: Likewise.
14086 * gdb.base/break-interp-lib.c: Include string.h.
14087 * gdb.base/coremaker.c: Likewise.
14088 * gdb.base/testenv.c: Likewise.
14089 * gdb.python/py-finish-breakpoint.c: Likewise.
14090 * gdb.base/inferior-died.c: Include sys/wait.h.
14091 * gdb.base/fileio.c: Include time.h.
14092 * gdb.base/async-shell.c: Include unistd.h.
14093 * gdb.base/dprintf-non-stop.c: Likewise.
14094 * gdb.base/info-os.c: Likewise.
14095 * gdb.mi/mi-console.c: Likewise.
14096 * gdb.mi/watch-nonstop.c: Likewise.
14097 * gdb.python/py-events.c: Likewise.
14098 * gdb.base/async.c (baz): Move up before its invocation.
14099 * gdb.base/code_elim2.c (my_global_func): Likewise.
14100 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14101 * gdb.base/advance.c (func2): Likewise.
14102
3b5d5997
AA
141032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14104
14105 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14106 variant.
14107 * gdb.base/annota3.c: Likewise.
14108 * gdb.base/async.c: Likewise.
14109 * gdb.base/average.c: Likewise.
14110 * gdb.base/call-ar-st.c: Likewise.
14111 * gdb.base/call-rt-st.c: Likewise.
14112 * gdb.base/call-sc.c: Likewise.
14113 * gdb.base/call-strs.c: Likewise.
14114 * gdb.base/ending-run.c: Likewise.
14115 * gdb.base/execd-prog.c: Likewise.
14116 * gdb.base/exprs.c: Likewise.
14117 * gdb.base/foll-exec.c: Likewise.
14118 * gdb.base/foll-fork.c: Likewise.
14119 * gdb.base/foll-vfork.c: Likewise.
14120 * gdb.base/funcargs.c: Likewise.
14121 * gdb.base/gcore.c: Likewise.
14122 * gdb.base/jump.c: Likewise.
14123 * gdb.base/langs0.c: Likewise.
14124 * gdb.base/langs1.c: Likewise.
14125 * gdb.base/langs2.c: Likewise.
14126 * gdb.base/mips_pro.c: Likewise.
14127 * gdb.base/nodebug.c: Likewise.
14128 * gdb.base/opaque0.c: Likewise.
14129 * gdb.base/opaque1.c: Likewise.
14130 * gdb.base/recurse.c: Likewise.
14131 * gdb.base/run.c: Likewise.
14132 * gdb.base/scope0.c: Likewise.
14133 * gdb.base/scope1.c: Likewise.
14134 * gdb.base/setshow.c: Likewise.
14135 * gdb.base/setvar.c: Likewise.
14136 * gdb.base/shmain.c: Likewise.
14137 * gdb.base/shr1.c: Likewise.
14138 * gdb.base/shr2.c: Likewise.
14139 * gdb.base/sigall.c: Likewise.
14140 * gdb.base/signals.c: Likewise.
14141 * gdb.base/so-indr-cl.c: Likewise.
14142 * gdb.base/solib2.c: Likewise.
14143 * gdb.base/structs.c: Likewise.
14144 * gdb.base/sum.c: Likewise.
14145 * gdb.base/vforked-prog.c: Likewise.
14146 * gdb.base/watchpoint.c: Likewise.
14147 * gdb.reverse/shr2.c: Likewise.
14148 * gdb.reverse/until-reverse.c: Likewise.
14149 * gdb.reverse/ur1.c: Likewise.
14150 * gdb.reverse/watch-reverse.c: Likewise.
14151
066a77c5
AA
141522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14153
14154 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14155 variant.
14156 * gdb.base/sepdebug.exp: Drop references to removed code.
14157
4f204ea5
AA
141582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14159
14160 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14161 variant. Preserve original line numbering.
14162 * gdb.base/list1.c: Likewise.
14163
3b377a3a
AA
141642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14165
14166 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14167 variant.
14168 * gdb.base/break1.c: Likewise.
14169 * gdb.base/break.exp: Drop references to removed code.
14170
e444df73
AA
141712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14172
14173 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14174 variant.
14175
8008f2a7
AA
141762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14177
14178 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14179
a5a06887
AA
141802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14181
14182 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14183 logic into perform_all_tests() and invoke it with and without
14184 function header prototypes.
14185 (do_function_calls): Remove conditional XFAIL for PR 5318.
14186 (rerun_and_prepare): Remove duplicate code.
14187 (perform_all_tests): New. Main logic moved here.
14188
44dba9b9
AA
141892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14190
14191 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14192 code guarded by #ifdef NO_PROTOTYPES.
14193 (t_double_many_args): Likewise.
14194 (DEF_FUNC_MANY_ARGS_1): Likewise.
14195 (DEF_FUNC_VALUES_1): Likewise.
14196 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14197 guarded by #ifdef PROTOTYPES.
14198
d1fbcd56
AA
141992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14200
14201 * gdb.mi/mi-console.c: Add eye-catcher.
14202 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14203 instead of literal line number.
14204
b0e59b8f
AA
142052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14206
14207 * gdb.base/shr2.c: Add eye-catcher.
14208 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14209 line number.
14210
78f98cca
AA
142112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14212
14213 * gdb.base/jump.c: Add eye-catchers.
14214 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14215 numbers.
14216
58fa2af0
AA
142172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14218
14219 * gdb.base/execd-prog.c: Add eye-catchers.
14220 * gdb.base/foll-exec.c: Likewise.
14221 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14222 line numbers.
14223
04e5059b
AA
142242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14225
14226 * gdb.base/ending-run.c: Add eye-catchers.
14227 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14228 literal line numbers.
14229
dbfdb174
AA
142302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14231
14232 * gdb.base/call-rt-st.c: Add eye-catchers.
14233 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14234 literal line numbers.
14235
888a2ade
AA
142362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14237
14238 * gdb.base/call-ar-st.c: Add eye-catchers.
14239 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14240 literal line numbers.
14241
6acc2dde
AA
142422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14243
14244 * gdb.base/average.c: Add eye-catchers.
14245 * gdb.base/sum.c: Likewise.
14246 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14247 regexps dynamically.
14248
9ecfcd1d
AA
142492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14250
14251 * gdb.base/solib1.c: Add eye-catchers.
14252 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14253 literal line numbers.
14254
78708b7c
PA
142552014-11-12 Pedro Alves <palves@redhat.com>
14256
14257 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14258 leader has exited.
14259
af48d08f
PA
142602014-11-12 Pedro Alves <palves@redhat.com>
14261
14262 * gdb.arch/i386-bp_permanent.c: New file.
14263 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14264 (srcfile): Set to i386-bp_permanent.c.
14265 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14266 that stepi does not execute the 'leave' instruction, instead of
14267 testing it does execute.
14268 * gdb.base/bp-permanent.c: New file.
14269 * gdb.base/bp-permanent.exp: New file.
14270
af3768e9
DE
142712014-11-10 Doug Evans <xdje42@gmail.com>
14272
14273 PR symtab/17564
14274 * gdb.base/symtab-search-order.exp: New file.
14275 * gdb.base/symtab-search-order.c: New file.
14276 * gdb.base/symtab-search-order-1.c: New file.
14277 * gdb.base/symtab-search-order-shlib-1.c: New file.
14278
9de00a4a
PA
142792014-11-07 Pedro Alves <palves@redhat.com>
14280
14281 PR gdb/17511
14282 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14283 i?86-*-linux*.
14284
e0f52461
SC
142852014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14286
14287 PR c++/17494
14288 * gdb.cp/pr17494.cc: New file.
14289 * gdb.cp/pr17494.exp: New file.
14290
6ce8c980
YQ
142912014-11-02 Yao Qi <yao@codesourcery.com>
14292
14293 * gdb.python/python.exp: Get working directory and match the
14294 output of "set extended-prompt \\w " with it.
14295
02be9a71
DE
142962014-10-30 Doug Evans <dje@google.com>
14297
14298 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14299 in objfiles.
14300 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14301 in progspaces.
14302
3bdff46b
LM
143032014-10-30 Janis Johnson <janisjo@codesourcery.com>
14304
14305 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14306 * gdb.base/realname-expand.exp: Likewise.
14307 * gdb.linespec/macro-relative.exp: Likewise.
14308
ab917dfb
PA
143092014-10-29 Pedro Alves <palves@redhat.com>
14310
14311 PR gdb/17408
14312 * gdb.threads/schedlock.c (some_function): New function.
14313 (call_function): New global.
14314 (MAYBE_CALL_SOME_FUNCTION): New macro.
14315 (thread_function): Call it.
14316 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14317 and use it instead of a global counter. Adjust all callers.
14318 (get_current_thread): Use "find current thread" for test message
14319 here rather than having all callers pass down the same string.
14320 (goto_loop): New procedure, factored out from ...
14321 (my_continue): ... this.
14322 (step_ten_loops): Change parameter from test message to command to
14323 use. Adjust.
14324 (list_count): Delete global.
14325 (check_result): New procedure, factored out from duplicate top
14326 level code.
14327 (continue tests): Wrap in with_test_prefix.
14328 (test_step): New procedure, factored out from duplicate top level
14329 code.
14330 (top level): Test "step" in combination with all scheduler-locking
14331 modes. Test "next" in combination with all scheduler-locking
14332 modes, and in combination with stepping over a function call or
14333 not.
14334 * gdb.threads/next-bp-other-thread.c: New file.
14335 * gdb.threads/next-bp-other-thread.exp: New file.
14336
d3d4baed
PA
143372014-10-29 Pedro Alves <palves@redhat.com>
14338
14339 PR python/17372
14340 * gdb.python/python.exp: Test a multi-line command that spawns
14341 interactive Python.
14342 * gdb.base/multi-line-starts-subshell.exp: New file.
14343
563e8d85
YQ
143442014-10-29 Yao Qi <yao@codesourcery.com>
14345
14346 * gdb.base/fileio.exp: Make directories on host.
14347
0ea4d52e
YQ
143482014-10-29 Yao Qi <yao@codesourcery.com>
14349
14350 * gdb.base/fileio.c (test_write): Close the file.
14351
7f5ef605
PA
143522014-10-28 Pedro Alves <palves@redhat.com>
14353
14354 PR gdb/12623
14355 * gdb.base/sigstep.c (no_handler): New global.
14356 (main): If 'no_handler is true, set the signal handlers to
14357 SIG_IGN.
14358 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14359 with_sw_watch and no_handler parameters. Handle them.
14360 (top level) <stepping over handler when stopped at a breakpoint
14361 test>: Add a test axis for testing with a software watchpoint, and
14362 another for testing with the signal handler set to SIG_IGN.
14363 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14364 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14365
abbdbd03
PA
143662014-10-28 Pedro Alves <palves@redhat.com>
14367
14368 PR gdb/17511
14369 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14370 * gdb.base/sigstep.exp (other_handler_location): New global.
14371 (advance): Support stepping into the signal handler, and running
14372 commands while in the handler.
14373 (in_handler_map): New global.
14374 (top level): In the advance test, add combinations for getting
14375 into the handler with stepping commands, and for running commands
14376 in the handler. Add comment descripting the advancei tests.
14377
1df4399f
PA
143782014-10-28 Pedro Alves <palves@redhat.com>
14379
14380 * gdb.base/sigstep.exp: Use build_executable instead of
14381 prepare_for_testing.
14382 (top level): Move code that starts GDB, runs to main and creates a
14383 display to ...
14384 (restart): ... this new procedure.
14385 (top level): Move backtrace from signal handler test to ...
14386 (validate_backtrace): ... this new procedure.
14387 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14388 with_test_prefix. Always restart GDB.
14389 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14390 with_test_prefix. Always restart GDB. No need to delete
14391 breakpoints after the test.
14392 (test_skip_handler): Remove prefix parameter.
14393 (skip_over_handler, breakpoint_to_handler)
14394 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14395 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14396 restart GDB. No need to delete breakpoints after the test.
14397 (top level): Use foreach to call the test procedures with
14398 different commands.
14399
a5b6e449
PA
144002014-10-28 Pedro Alves <palves@redhat.com>
14401
14402 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14403 instead of GNATS numbers.
14404 * gdb.base/sigbpt.exp: Likewise.
14405 * gdb.base/siginfo.exp: Likewise.
14406 * gdb.base/sigstep.exp: Likewise.
14407
e5f8a7cc
PA
144082014-10-27 Pedro Alves <palves@redhat.com>
14409
14410 * gdb.base/sigstep.c (dummy): New global.
14411 (main): Issue a couple writes to the new global.
14412 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14413 procedures.
14414 (skip_over_handler): Use test_skip_handler.
14415 (top level): Call skip_over_handler for stepi and nexti too.
14416 (breakpoint_over_handler): Use test_skip_handler.
14417 (top level): Call breakpoint_over_handler for stepi and nexti too.
14418
763905a3
YQ
144192014-10-27 Yao Qi <yao@codesourcery.com>
14420
14421 * gdb.trace/tfile.c (adjust_function_address)
14422 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14423 function descriptor.
14424
6f259a23
DB
144252014-10-24 Don Breazeal <donb@codesourcery.com>
14426
14427 * gdb.base/foll-fork.exp (test_follow_fork,
14428 catch_fork_child_follow): Check for updated fork messages emitted
14429 from infrun.c.
14430 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14431 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14432 vfork_and_exec_child_follow_through_step): Check for updated vfork
14433 messages emitted from infrun.c.
14434
09dd9a69
PA
144352014-10-24 Pedro Alves <palves@redhat.com>
14436
14437 * gdb.base/corefile.exp: Remove references to ultrix.
14438 * gdb.base/interrupt.exp: Likewise.
14439 * gdb.base/whatis.exp: Likewise.
14440 * gdb.gdb/selftest.exp: Likewise.
14441 * gdb.threads/manythreads.exp: Likewise.
14442 * gdb.threads/print-threads.exp: Likewise.
14443 * gdb.threads/pthreads.exp:: Likewise.
14444 * gdb.threads/schedlock.exp: Likewise.
14445
3433cfa5
SC
144462014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14447
14448 * gdb.cp/non-trivial-retval.cc: Add a test case.
14449 * gdb.cp/non-trivial-retval.exp: Add a test.
14450
092f880b
YQ
144512014-10-20 Yao Qi <yao@codesourcery.com>
14452
14453 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14454 * gdb.python/py-objfile-script-gdb.py: New file.
14455 * gdb.python/py-objfile-script.exp: Update reference to
14456 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14457 of remote_download. Remove the dest file.
14458
acbdb7f3
YQ
144592014-10-20 Yao Qi <yao@codesourcery.com>
14460
14461 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14462 * gdb.base/step-line.exp: Likewise.
14463 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14464 * gdb.dwarf2/dw2-basic.exp: Likewise.
14465 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14466 * gdb.dwarf2/dw2-filename.exp: Likewise.
14467 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14468 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14469 * gdb.dwarf2/dw2-producer.exp: Likewise.
14470 * gdb.dwarf2/mac-fileno.exp: Likewise.
14471 * gdb.python/py-frame-args.exp: Likewise.
14472 * gdb.python/py-framefilter.exp: Likewise.
14473 * gdb.python/py-mi.exp: Likewise.
14474 * gdb.python/py-objfile-script.exp: Likewise
14475 * gdb.python/py-pp-integral.exp: Likewise.
14476 * gdb.python/py-pp-re-notag.exp: Likewise.
14477 * gdb.python/py-prettyprint.exp: Likewise.
14478 * gdb.python/py-section-script.exp: Likewise.
14479 * gdb.python/py-typeprint.exp: Likewise.
14480 * gdb.python/py-xmethods.exp: Likewise.
14481 * gdb.stabs/weird.exp: Likewise.
14482 * gdb.xml/tdesc-regs.exp: Likewise.
14483
bd286a29
KCY
144842014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14485
14486 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14487 (out_cu): Use addr_len for the size of addresses.
14488 (out_line): Likewise. Size DW_LNE_set_address instruction
14489 according to addr_len.
14490 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14491 (FUNC): Add START_INSNS to definition.
14492
673dc4a0
YQ
144932014-10-18 Yao Qi <yao@codesourcery.com>
14494
14495 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14496 gdb_has_argv0 return true.
14497 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14498 check [target_info exists noargs], check [gdb_has_argv0]
14499 instead.
14500 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14501 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14502 procedures.
14503
4ffbba72
DE
145042014-10-17 Doug Evans <dje@google.com>
14505
14506 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14507 event.
14508 * gdb.python/py-events.py: Add clear_objfiles event.
14509
d096d8c1
DE
145102014-10-17 Doug Evans <dje@google.com>
14511
14512 * gdb.python/py-objfile.exp: Test progspace attribute.
14513
a80db015
LM
145142014-10-17 Luis Machado <lgustavo@codesourcery.com>
14515
14516 * gdb.guile/scm-breakpoint.exp: Do not assume any
14517 directory separators when matching source file paths.
14518 * gdb.python/py-breakpoint.exp: Likewise.
14519 * gdb.reverse/break-precsave.exp: Likewise.
14520 * gdb.reverse/break-reverse.exp: Likewise.
14521 * gdb.reverse/consecutive-precsave.exp: Likewise.
14522 * gdb.reverse/finish-precsave.exp: Likewise.
14523 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14524 * gdb.reverse/finish-reverse.exp: Likewise.
14525 * gdb.reverse/i386-precsave.exp: Likewise.
14526 * gdb.reverse/i387-env-reverse.exp: Likewise.
14527 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14528 * gdb.reverse/machinestate-precsave.exp: Likewise.
14529 * gdb.reverse/machinestate.exp: Likewise.
14530 * gdb.reverse/sigall-precsave.exp: Likewise.
14531 * gdb.reverse/solib-precsave.exp: Likewise.
14532 * gdb.reverse/step-precsave.exp: Likewise.
14533 * gdb.reverse/until-precsave.exp: Likewise.
14534 * gdb.reverse/watch-precsave.exp: Likewise.
14535 * gdb.reverse/watch-reverse.exp: Likewise.
14536
b22089ab
YQ
145372014-10-17 Yao Qi <yao@codesourcery.com>
14538
14539 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14540 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14541
6c4486e6
PA
145422014-10-17 Pedro Alves <palves@redhat.com>
14543
14544 PR gdb/17471
14545 * gdb.base/bg-execution-repeat.c: New file.
14546 * gdb.base/bg-execution-repeat.exp: New file.
14547
0ff33695
PA
145482014-10-17 Pedro Alves <palves@redhat.com>
14549
14550 PR gdb/17300
14551 * gdb.base/continue-all-already-running.c: New file.
14552 * gdb.base/continue-all-already-running.exp: New file.
14553
6fdebc3d
PA
145542014-10-17 Pedro Alves <palves@redhat.com>
14555
14556 PR gdb/17472
14557 * gdb.base/annota-input-while-running.c: New file.
14558 * gdb.base/annota-input-while-running.exp: New file.
14559
32a8097b
PA
145602014-10-17 Pedro Alves <palves@redhat.com>
14561
14562 * gdb.base/callfuncs.exp: emove references to osf.
14563 * gdb.base/sigall.exp: Likewise.
14564 * gdb.gdb/selftest.exp: Likewise.
14565 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14566 * gdb.mi/non-stop.c: Likewise.
14567 * gdb.mi/pthreads.c: Likewise.
14568 * gdb.reverse/sigall-precsave.exp: Likewise.
14569 * gdb.reverse/sigall-reverse.exp: Likewise.
14570 * gdb.threads/pthreads.c: Likewise.
14571 * gdb.threads/pthreads.exp: Likewise.
14572
7a3517ff
YQ
145732014-10-17 Yao Qi <yao@codesourcery.com>
14574
14575 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14576 check 'target_info exists noargs'.
14577 (test_command_prompt_position): Likewise.
14578 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14579 Remove "set args".
14580 (progvar_simple_while_test): Likewise.
14581 (progvar_complex_if_while_test): Likewise.
14582 (if_while_breakpoint_command_test): Likewise.
14583 (infrun_breakpoint_command_test): Likewise.
14584 (breakpoint_command_test): Likewise.
14585 (watchpoint_command_test): Likewise.
14586 (bp_deleted_in_command_test): Likewise.
14587 (temporary_breakpoint_commands): Likewise.
14588
bb99c472
YQ
145892014-10-16 Yao Qi <yao@codesourcery.com>
14590
14591 * gdb.base/remotetimeout.exp: Remove noargs checking.
14592
7c16b83e
PA
145932014-10-15 Pedro Alves <palves@redhat.com>
14594
14595 PR breakpoints/9649
14596 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14597 * gdb.base/breakpoint-in-ro-region.exp
14598 (probe_target_hardware_step): New procedure.
14599 (top level): Probe hardware stepping and hardware breakpoint
14600 support. Test stepping through a read-only region, with both
14601 "breakpoint auto-hw" on and off and both "always-inserted" on and
14602 off.
14603
35a49624
IB
146042014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14605
14606 * gdb.dlang/demangle.exp: Update for demangling changes.
14607
2d1c107c
SC
146082014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14609
14610 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14611 * gdb.cp/non-trivial-retval.exp: Add new tests.
14612
778811d5
SC
146132014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14614
14615 PR c++/13403
14616 PR c++/15154
14617 * gdb.cp/non-trivial-retval.cc: New file.
14618 * gdb.cp/non-trivial-retval.exp: New file.
14619
10c5f0a8
YQ
146202014-10-15 Yao Qi <yao@codesourcery.com>
14621
14622 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14623 remote host.
14624
65d7b369
YQ
146252014-10-15 Yao Qi <yao@codesourcery.com>
14626
14627 * gdb.python/py-symbol.exp: Match file base name if host is
14628 remote, otherwise match file name with dir name.
14629 * gdb.python/py-symtab.exp: Likewise.
14630 * gdb.python/python.exp: Likewise.
14631
46dc1394
YQ
146322014-10-15 Yao Qi <yao@codesourcery.com>
14633
14634 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14635 pattern.
14636 * gdb.python/py-symtab.exp: Likewise.
14637 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14638 locationn.
14639
c40cc657
JB
146402014-10-14 Joel Brobecker <brobecker@adacore.com>
14641
14642 * gdb.ada/addr_arith: New testcase.
14643
2abf49e1
MR
146442014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14645
14646 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14647 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14648 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14649 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14650
f7088df3
SDJ
146512014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14652
14653 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14654 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14655 * gdb.arch/stap-eval-lang-ada.exp: New file.
14656
4dc06805
YQ
146572014-10-14 Yao Qi <yao@codesourcery.com>
14658
14659 * gdb.mi/mi-var-child.c (nothing1): New function.
14660 (nothing2): New function.
14661 (do_children_tests): Set function pointers by nothing1 and
14662 nothing2.
14663 * gdb.mi/mi-var-child.exp: Step over new added statements.
14664 Update test to match the new output.
14665 * gdb.mi/var-cmd.c (nothing1): New function.
14666 (nothing2): New function.
14667 (do_children_tests): Set function pointers by nothing1 and
14668 nothing2.
14669 * gdb.mi/mi-var-display.exp: Update test to match output.
14670 Step to the line specified by $line_dct_nothing.
14671 Increase the number of lines to step.
14672
46a93de2
YQ
146732014-10-14 Yao Qi <yao@codesourcery.com>
14674
14675 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14676 tests.
14677 * gdb.mi/mi2-var-child.exp: Likewise.
14678
14ea52ee
DE
146792014-10-13 Doug Evans <dje@google.com>
14680
14681 * gdb.python/py-objfile.exp: Change name of file name test.
14682
e5c6e92b
DE
146832014-10-13 Doug Evans <dje@google.com>
14684
14685 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14686 from the start of the CU.
14687
c780cc2f
JK
146882014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14689 Yao Qi <yao@codesourcery.com>
14690
14691 Fix "save breakpoints" for "catch" command.
14692 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14693 Remove -nonewline. Match also the added "main" line.
14694
99894e11
JK
146952014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14696
14697 Fix "save breakpoints" for "disable $bpnum" command.
14698 * gdb.base/save-bp.c (main): Add label.
14699 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14700
6e1ac5a3
JK
147012014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14702
14703 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14704
754dd2b0
YQ
147052014-10-11 Yao Qi <yao@codesourcery.com>
14706
14707 * gdb.server/server-kill.exp: Execute command
14708 "set remote trace-status-packet on" before "tstatus".
14709
f90183d7
YQ
147102014-10-11 Yao Qi <yao@codesourcery.com>
14711
14712 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14713 (main): Call getppid.
14714 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14715 and continue to it. Read variable "server_pid".
14716
bf40a607
YQ
147172014-10-11 Yao Qi <yao@codesourcery.com>
14718
14719 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14720
052ca370
YQ
147212014-10-11 Yao Qi <yao@codesourcery.com>
14722
14723 * gdb.threads/thread-find.exp: Don't execute command
14724 "info threads".
14725 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14726 * gdb.threads/linux-dp.exp: Don't check the condition
14727 $threads_created equals to zero.
14728
3831839c
PA
147292014-10-10 Pedro Alves <palves@redhat.com>
14730
14731 * gdb.base/bigcore.exp: Remove references to IRIX.
14732 * gdb.base/funcargs.exp: Likewise.
14733 * gdb.base/interrupt.exp: Likewise.
14734 * gdb.base/mips_pro.exp: Likewise.
14735 * gdb.base/nodebug.exp: Likewise.
14736 * gdb.base/setvar.exp: Likewise.
14737 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14738
8b9a549d
PA
147392014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14740 Pedro Alves <palves@redhat.com>
14741
14742 PR symtab/14466
14743 * gdb.base/vdso-warning.c: New file.
14744 * gdb.base/vdso-warning.exp: New file.
14745
d48ba5e8
DE
147462014-10-02 Doug Evans <dje@google.com>
14747
14748 * gdb.base/structs.c (main): Don't run forever.
14749
2278c276
PA
147502014-10-02 Pedro Alves <palves@redhat.com>
14751
14752 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14753 (top level) <stop threads 1, stop threads 2>: Use it.
14754
b57bacec
PA
147552014-10-02 Pedro Alves <palves@redhat.com>
14756
14757 * gdb.threads/break-while-running.exp (test): Add new
14758 'update_thread_list' argument. Skip "info threads" if false.
14759 (top level): Add new 'update_thread_list' axis.
14760
13fd3ff3
PA
147612014-10-02 Pedro Alves <palves@redhat.com>
14762
14763 PR breakpoints/17431
14764 * gdb.base/execl-update-breakpoints.c: New file.
14765 * gdb.base/execl-update-breakpoints.exp: New file.
14766
0fec99e8
PA
147672014-10-01 Pedro Alves <palves@redhat.com>
14768
14769 * gdb.base/breakpoint-in-ro-region.c: New file.
14770 * gdb.base/breakpoint-in-ro-region.exp: New file.
14771
2ddf4301
SM
147722014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14773
14774 * gdb.mi/mi-exit-code.exp: New file.
14775 * gdb.mi/mi-exit-code.c: New file.
14776
6a5f3f43
YQ
147772014-09-30 Yao Qi <yao@codesourcery.com>
14778
14779 * lib/prelink-support.exp (build_executable_own_libs): Error if
14780 the target isn't native.
14781
345bcc73
YQ
147822014-09-30 Yao Qi <yao@codesourcery.com>
14783
14784 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14785 false.
14786
a25a5a45
PA
147872014-09-22 Pedro Alves <palves@redhat.com>
14788
14789 * gdb.threads/break-while-running.exp: New file.
14790 * gdb.threads/break-while-running.c: New file.
14791
00ba3162
YQ
147922014-09-19 Yao Qi <yao@codesourcery.com>
14793
14794 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14795 Invoke test. Restart GDB with --readnow and invoke test again.
14796
c3b7b696
YQ
147972014-09-19 Yao Qi <yao@codesourcery.com>
14798
14799 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14800 proc set_breakpoint_on_gcd_function. Invoke
14801 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14802 invoke set_breakpoint_on_gcd_function again.
14803
2b4fd423
DE
148042014-09-18 Doug Evans <dje@google.com>
14805
14806 * gdb.dwarf2/symtab-producer.exp: New file.
14807
a5947601
SDJ
148082014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14809
14810 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14811 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14812 * gdb.base/global-var-nested-by-dso.c: Likewise.
14813 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14814
91c19059
SDJ
148152014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14816 Pedro Alves <palves@redhat.com>
14817
14818 * gdb.base/watch-bitfields.exp: Pass string other than test file
14819 name to prepare_for_testing.
14820 (watch): New procedure.
14821 (expect_watchpoint): Use with_test_prefix.
14822 (top level): Factor out tests to ...
14823 (test_watch_location, test_regular_watch): ... these new
14824 procedures, and use with_test_prefix and gdb_continue_to_end.
14825
bb9d5f81
PP
148262014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14827
14828 PR breakpoints/12526
14829 * gdb.base/watch-bitfields.exp: New file.
14830 * gdb.base/watch-bitfields.c: New file.
14831
635856f5
PA
148322014-09-16 Pedro Alves <palves@redhat.com>
14833
14834 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14835 software and hardware addresses, not software address against
14836 itself.
14837
7280ceea
PA
148382014-09-16 Pedro Alves <palves@redhat.com>
14839
14840 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14841 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14842
428b16bd
PA
148432014-09-16 Pedro Alves <palves@redhat.com>
14844
14845 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14846 files.
14847 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14848 "*-*-vxworks*" throughout.
14849 * gdb.base/break.exp: Likewise.
14850 * gdb.base/default.exp: Likewise.
14851 * gdb.base/scope.exp: Likewise.
14852 * gdb.base/sepdebug.exp: Likewise.
14853 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14854 throughout.
14855 * gdb.base/run.c: Likewise.
14856 * gdb.base/sepdebug.c: Likewise.
14857 * gdb.hp/gdb.aCC/run.c: Likewise.
14858 * gdb.reverse/until-reverse.c: Likewise.
14859 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14860
666d413c
YQ
148612014-09-16 Yao Qi <yao@codesourcery.com>
14862
14863 * boards/local-remote-host-native.exp: New file.
14864
57cbd724
DE
148652014-09-14 Doug Evans <xdje42@gmail.com>
14866
14867 * gdb.threads/queue-signal.c (thread_count): New variable.
14868 (thread_count_mutex, thread_count_condvar): New variables.
14869 (incr_thread_count, wait_all_threads_running): New functions.
14870 (main): Wait for all threads to be in their thread functions.
14871
81219e53
DE
148722014-09-13 Doug Evans <xdje42@gmail.com>
14873
14874 * gdb.threads/queue-signal.c: New file.
14875 * gdb.threads/queue-signal.exp: New file.
14876
3714cea7
DE
148772014-09-13 Doug Evans <xdje42@gmail.com>
14878
14879 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14880 be consistent with what default_gdb_init uses.
14881 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14882 the plain text of the prompt. Add some logging printfs.
14883 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14884
fa43b1d7
PA
148852014-09-12 Pedro Alves <palves@redhat.com>
14886
14887 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14888 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14889 * gdb.arch/i386-size-overlap.exp: Likewise.
14890 * gdb.arch/i386-size.exp: Likewise.
14891 * gdb.arch/i386-unwind.exp: Likewise.
14892 * gdb.base/a2-run.exp: Likewise.
14893 * gdb.base/break.exp: Likewise.
14894 * gdb.base/charset.exp: Likewise.
14895 * gdb.base/chng-syms.exp: Likewise.
14896 * gdb.base/commands.exp: Likewise.
14897 * gdb.base/dbx.exp: Likewise.
14898 * gdb.base/find.exp: Likewise.
14899 * gdb.base/funcargs.exp: Likewise.
14900 * gdb.base/jit-simple.exp: Likewise.
14901 * gdb.base/reread.exp: Likewise.
14902 * gdb.base/sepdebug.exp: Likewise.
14903 * gdb.base/step-bt.exp: Likewise.
14904 * gdb.cp/mb-inline.exp: Likewise.
14905 * gdb.cp/mb-templates.exp: Likewise.
14906 * gdb.objc/basicclass.exp: Likewise.
14907 * gdb.threads/killed.exp: Likewise.
14908
9d9bf2df
EBM
149092014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14910
14911 PR tdep/17379
14912 * gdb.arch/powerpc-stackless.S: New file.
14913 * gdb.arch/powerpc-stackless.exp: New file.
14914
1cf2f1b0
JK
149152014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14916
14917 * gdb.base/attach.c: Include unistd.h.
14918 (main): Call alarm. Add label postloop.
14919 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14920 gdb_breakpoint, gdb_continue_to_breakpoint.
14921 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14922
98880d46
PA
149232014-09-11 Pedro Alves <palves@redhat.com>
14924
14925 PR gdb/17347
14926 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14927 * gdb.base/attach.exp (test_command_line_attach_run): New
14928 procedure.
14929 (top level): Call it.
14930
4c92ff2c
PA
149312014-09-11 Pedro Alves <palves@redhat.com>
14932
14933 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14934 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14935 (do_command_attach_tests): Use spawn_wait_for_attach.
14936 * gdb.base/solib-overlap.exp: Likewise.
14937 * gdb.multi/multi-attach.exp: Likewise.
14938 * gdb.python/py-prompt.exp: Likewise.
14939 * gdb.python/py-sync-interp.exp: Likewise.
14940 * gdb.server/ext-attach.exp: Likewise.
14941
3adc1a7d
GKB
149422014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14943
14944 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14945 command in testcase. Simplify testcase.
14946
96334934
JB
149472014-09-10 Joel Brobecker <brobecker@adacore.com>
14948
14949 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14950
eb479039
JB
149512014-09-10 Joel Brobecker <brobecker@adacore.com>
14952
14953 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14954
deede10c
JB
149552014-09-10 Joel Brobecker <brobecker@adacore.com>
14956
14957 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14958
7828a5f5
JB
149592014-09-10 Joel Brobecker <brobecker@adacore.com>
14960
14961 * gdb.dwarf2/dynarr-ptr.c: New file.
14962 * gdb.dwarf2/dynarr-ptr.exp: New file.
14963
33aeebcf
MR
149642014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14965
14966 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14967 of 30 rather than hardcoding 120 for a slow test case. Take the
14968 `gdb,timeout' target setting into account for this calculation.
14969 Don't extend the timeout for the test cases that don't need it.
14970
7b415901
MR
149712014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14972
14973 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14974 a factor of 2 for a slow test case. Take the `gdb,timeout'
14975 target setting into account for this calculation.
14976 * gdb.reverse/until-precsave.exp: Increase the timeout by
14977 a factor of 15 and 3 respectively rather than adding 120
14978 for a pair of slow test cases. Take the `gdb,timeout'
14979 target setting into account for this calculation.
14980
4a40f85a
MR
149812014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14982
14983 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14984 timeout, don't pass one down to gdb_expect.
14985 (gdb_expect): Rework timeout selection.
14986
09635af7
MR
149872014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14988
14989 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14990 exception on timeout.
14991 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14992 (gdbserver_start_extended): Catch any `gdbserver_start' error
14993 exceptions.
14994 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14995 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14996 `gdbserver_gdb_load' error exceptions.
14997
2bdd10b7
MR
149982014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14999
15000 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
15001 120 on waiting for the TCP socket to open.
15002
316935f0
DE
150032014-09-09 Doug Evans <xdje42@gmail.com>
15004
15005 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15006 _caller_matches, _any_caller_is, _any_caller_matches.
15007
83740597
DE
150082014-09-09 Doug Evans <xdje42@gmail.com>
15009
15010 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15011
4c122fc3
YQ
150122014-09-09 Yao Qi <yao@codesourcery.com>
15013
15014 * gdb.mi/mi-var-display.exp: Set print symbol off.
15015
a9f116cb
GKB
150162014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15017
15018 PR gdb/17035
15019 * gdb.base/commands.exp: Add tests to verify user-defined
15020 commands with empty bodies.
15021 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15022 python commands in `show user command`.
15023 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15024 scheme commands in `show user command`.
15025
c75bd3a2
JK
150262014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15027
15028 PR python/17355
15029 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15030 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15031 * gdb.python/py-framefilter-invalidarg.exp: New file.
15032 * gdb.python/py-framefilter-invalidarg.py: New file.
15033
faa42425
DE
150342014-09-06 Doug Evans <xdje42@gmail.com>
15035
15036 PR 15276
15037 * gdb.python/py-caller-is.c: New file.
15038 * gdb.python/py-caller-is.exp: New file.
15039
474ca4f6
SDJ
150402014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15041
15042 PR gdb/17235
15043 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15044 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15045
eb0b0463
SDJ
150462014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15047
15048 PR fortran/17237
15049 * gdb.fortran/print-formatted.exp: New file.
15050 * gdb.fortran/print-formatted.f90: Likewise.
15051
5f3b99cf
SS
150522014-09-03 Sasha Smundak <asmundak@google.com>
15053
15054 * gdb.python/py-frame.exp: Test Frame.read_register.
15055
7d793aa9
SDJ
150562014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15057
15058 PR python/16699
15059 * gdb.python/py-completion.exp: New file.
15060 * gdb.python/py-completion.py: Likewise.
15061
fb0576e9
DE
150622014-08-28 Doug Evans <dje@google.com>
15063
15064 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15065 eax,etc. are live with values set by gdb and thus the compiler can't
15066 use them.
15067 * gdb.arch/i386-pseudo.c (main): Ditto.
15068
ee92b0dd
DE
150692014-08-27 Doug Evans <dje@google.com>
15070
15071 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15072
6649db35
DE
150732014-08-25 Doug Evans <dje@google.com>
15074
15075 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15076 (main): Ditto.
15077
564b7600
DE
150782014-08-25 Doug Evans <dje@google.com>
15079
15080 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15081
3881fb67
YQ
150822014-08-24 Yao Qi <yao@codesourcery.com>
15083
15084 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15085 symbol off.
15086 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15087
a05a36a5
DE
150882014-08-22 Doug Evans <dje@google.com>
15089
15090 PR 17276
15091 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15092 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15093 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15094
7c343b48
YQ
150952014-08-22 Yao Qi <yao@codesourcery.com>
15096
15097 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15098 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15099 * gdb.python/python.exp: Likewise. Use .py file on the host
15100 instead of the build.
15101
22fd09ae
JK
151022014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15103
15104 * gdb.threads/gcore-stale-thread.c: New file.
15105 * gdb.threads/gcore-stale-thread.exp: New file.
15106
a8454a7c
PA
151072014-08-21 Pedro Alves <palves@redhat.com>
15108
15109 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15110 * gdb.base/gcore-relro-pie.exp: Likewise.
15111 * gdb.base/gcore-relro.exp: Likewise.
15112 * gdb.base/gcore.exp: Likewise.
15113 * gdb.base/print-symbol-loading.exp: Likewise.
15114 * gdb.threads/gcore-thread.exp: Likewise.
15115 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15116
2a31c623
PA
151172014-08-20 Pedro Alves <palves@redhat.com>
15118 Jan Kratochvil <jan.kratochvil@redhat.com>
15119
15120 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15121 configure.
15122 (EXPECT): Handle READ1 being set.
15123 (all): Depend on EXTRA_RULES.
15124 (check-read1, expect-read1, read1.so, read1): New rules.
15125 * README (Testsuite Parameters): Document the READ1 make variable.
15126 (Race detection): New section.
15127 * configure: Regenerate.
15128 * configure.ac: If build==host==target, and running under a
15129 GNU/glibc system, add read1 to the extra Makefile rules.
15130 (EXTRA_RULES): AC_SUBST it.
15131 * lib/read1.c: New file.
15132
d36430db
JB
151332014-08-20 Joel Brobecker <brobecker@adacore.com>
15134
15135 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15136 the handling of variables declared as a typedef to an array
15137 which a DW_AT_data_location attribute.
15138
9a0dc9e3
PA
151392014-08-19 Andrew Burgess <aburgess@broadcom.com>
15140 Pedro Alves <palves@redhat.com>
15141
15142 PR symtab/14604
15143 PR symtab/14605
15144 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15145 gdb_test.
15146
0718a8da
PA
151472014-08-19 Pedro Alves <palves@redhat.com>
15148
15149 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15150
13b448cd
YQ
151512014-08-19 Yao Qi <yao@codesourcery.com>
15152
15153 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15154 right line.
15155
1cbf5077
DB
151562014-08-18 David Blaikie <dblaikie@gmail.com>
15157
15158 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15159
bf0fae19
JB
151602014-08-18 Joel Brobecker <brobecker@adacore.com>
15161
15162 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15163 attribute in array range.
15164
3c8c5dcc
JB
151652014-08-18 Joel Brobecker <brobecker@adacore.com>
15166
15167 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15168
e66d4446
SC
151692014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15170
15171 PR c++/17132
15172 * gdb.cp/pr17132.cc: New file.
15173 * gdb.cp/pr17132.exp: New file.
15174
940df408
SC
151752014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15176
15177 * gdb.python/py-xmethods.py (A_getarrayind)
15178 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15179 Use 'print' with function call syntax.
15180 (E_method_matcher.match): Fix tab vs space indentation mixup.
15181
ebcc6c3a
YQ
151822014-08-15 Yao Qi <yao@codesourcery.com>
15183
15184 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15185 false.
15186
775e0f04
YQ
151872014-08-15 Yao Qi <yao@codesourcery.com>
15188
15189 * gdb.cp/casts.exp: Set print symbol off.
15190 * gdb.cp/class2.exp: Likewise.
15191 * gdb.cp/overload.exp: Likewise.
15192 * gdb.cp/templates.exp: Likewise.
15193
d769e349
DE
151942014-08-11 Doug Evans <dje@google.com>
15195
15196 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15197 (test_load_shlib): Update.
15198
20c6f1e1
YQ
151992014-08-09 Yao Qi <yao@codesourcery.com>
15200
15201 * gdb.base/display.exp: Invoke is_address_zero_readable.
15202 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15203 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15204 * gdb.base/hbreak-unmapped.exp: Return if
15205 is_address_zero_readable returns true.
15206 * gdb.base/signest.exp: Likewise.
15207 * gdb.base/signull.exp: Likewise.
15208 * gdb.base/sigbpt.exp: Likewise.
15209 * gdb.guile/scm-disasm.exp: Do the test if
15210 is_address_zero_readable returns false.
15211 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15212 * gdb.python/py-arch.exp: Likewise.
15213 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15214 * lib/gdb.exp (is_address_zero_readable): New proc.
15215
5792e8e3
YQ
152162014-08-09 Yao Qi <yao@codesourcery.com>
15217
15218 PR testsuite/13443
15219 * gdb.mi/mi-var-display.exp: Make test messages unique.
15220
3cecbbbe
TT
152212014-08-04 Tom Tromey <tromey@redhat.com>
15222
15223 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15224 target 0".
15225
00b51ff5
TT
152262014-08-04 Tom Tromey <tromey@redhat.com>
15227
15228 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15229 "target_resume".
15230
6908c509
JB
152312014-08-01 Joel Brobecker <brobecker@adacore.com>
15232
15233 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15234 inner_vla_struct_object_size.
15235 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15236 as xfail.
15237
cc6563d2
PA
152382014-07-30 Pedro Alves <palves@redhat.com>
15239
15240 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15241 comment.
15242
7e09a223
YQ
152432014-07-29 Yao Qi <yao@codesourcery.com>
15244
15245 PR gdb/17206
15246 * gdb.base/until-nodebug.exp: New.
15247
7ebdbe92
DE
152482014-07-28 Doug Evans <xdje42@gmail.com>
15249
15250 PR guile/17203
15251 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15252 previously existing parameter, and previously ambiguously spelled
15253 parameter.
15254
fdb1adc6
WN
152552014-07-28 Will Newton <will.newton@linaro.org>
15256
15257 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15258
186fcde0
DE
152592014-07-26 Ludovic Courtès <ludo@gnu.org>
15260 Doug Evans <xdje42@gmail.com>
15261
15262 PR guile/17146
15263 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15264
70509625
PA
152652014-07-25 Pedro Alves <palves@redhat.com>
15266
15267 * gdb.threads/signal-command-handle-nopass.c: New file.
15268 * gdb.threads/signal-command-handle-nopass.exp: New file.
15269 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15270 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15271 * gdb.threads/signal-delivered-right-thread.c: New file.
15272 * gdb.threads/signal-delivered-right-thread.exp: New file.
15273
c3f814a1
PA
152742014-07-25 Pedro Alves <palves@redhat.com>
15275
15276 * gdb.base/double-prompt-target-event-error.exp
15277 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15278 match.
15279 (cancel_pagination_in_target_event): Rework double prompt
15280 detection.
15281 * gdb.base/paginate-after-ctrl-c-running.exp
15282 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15283 <return>' match.
15284 * gdb.base/paginate-bg-execution.exp
15285 (test_bg_execution_pagination_return)
15286 (test_bg_execution_pagination_cancel): Remove '-notransfer
15287 <return>' matches.
15288 * gdb.base/paginate-execution-startup.exp
15289 (test_fg_execution_pagination_return)
15290 (test_fg_execution_pagination_cancel): Remove '-notransfer
15291 <return>' matches.
15292 * gdb.base/paginate-inferior-exit.exp
15293 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15294 match.
15295 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15296 * lib/gdb.exp (pagination_prompt): Run text through
15297 string_to_regexp.
15298 (gdb_test_multiple): Match $pagination_prompt instead of
15299 "<return>".
15300 (string_to_regexp): Move to lib/gdb-utils.exp.
15301
e214cf6c
JK
153022014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15303
15304 * gdb.arch/amd64-entry-value-paramref.S: New file.
15305 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15306 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15307 * gdb.arch/amd64-optimout-repeat.S: New file.
15308 * gdb.arch/amd64-optimout-repeat.c: New file.
15309 * gdb.arch/amd64-optimout-repeat.exp: New file.
15310
17d0c5c8
JK
153112014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15312
15313 PR gdb/17170
15314 * gdb.base/statistics.exp: New file.
15315
b8b8facf
DE
153162014-07-17 Doug Evans <dje@google.com>
15317
74b49205 15318 PR gdb/17170
b8b8facf
DE
15319 * gdb.base/maint.exp: Update testing of per-command stats.
15320
1b5d0ab3
PA
153212014-07-16 Pedro Alves <palves@redhat.com>
15322
15323 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15324 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15325 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15326 (tfile_write_buf): New functions.
15327 (add_memory_block): Rewrite using the above.
15328 (adjust_function_address): New function.
15329 (FUNCTION_ADDRESS): New macro.
15330 (write_basic_trace_file): Remove short_x local, and use
15331 tfile_write_16. Change type of func_addr local to unsigned long
15332 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15333 here. Cast argument of add_memory_block to char pointer.
15334 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15335 (main): Remove parameters.
15336 * gdb.trace/tfile.exp: Remove nowarnings.
15337
4d974e88
SM
153382014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15339
15340 * gdb.base/debug-expr.exp: Test string evaluation with
15341 "debug expression" on.
15342
41e99568
PA
153432014-07-15 Pedro Alves <palves@redhat.com>
15344
15345 * gdb.base/reread.exp: Use clean_restart.
15346
487d9753
PL
153472014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15348
15349 * gdb.arch/avr-flash-qualifer.c: New.
15350 * gdb.arch/avr-flash-qualifer.exp: New.
15351
cc1c52ad
PA
153522014-07-14 Pedro Alves <palves@redhat.com>
15353
15354 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15355 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15356
1e973570
PA
153572014-07-14 Pedro Alves <palves@redhat.com>
15358
15359 * gdb.base/double-prompt-target-event-error.c: New file.
15360 * gdb.base/double-prompt-target-event-error.exp: New file.
15361
93d6eb10
PA
153622014-07-14 Pedro Alves <palves@redhat.com>
15363
15364 PR gdb/17072
15365 * gdb.base/paginate-inferior-exit.c: New file.
15366 * gdb.base/paginate-inferior-exit.exp: New file.
15367
0017922d
PA
153682014-07-14 Pedro Alves <palves@redhat.com>
15369
15370 PR gdb/17072
15371 * gdb.base/paginate-bg-execution.c: New file.
15372 * gdb.base/paginate-bg-execution.exp: New file.
15373
94696ad3
PA
153742014-07-14 Pedro Alves <palves@redhat.com>
15375
15376 PR gdb/17072
15377 * gdb.base/paginate-execution-startup.c: New file.
15378 * gdb.base/paginate-execution-startup.exp: New file.
15379 * lib/gdb.exp (pagination_prompt): New global.
15380 (default_gdb_spawn): New procedure, factored out from
15381 default_gdb_spawn.
15382 (default_gdb_start): Adjust to call default_gdb_spawn.
15383 (gdb_spawn): New procedure.
15384
bd293940
PA
153852014-07-14 Pedro Alves <palves@redhat.com>
15386
15387 * lib/gdb.exp (gdb_assert): New procedure.
15388 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15389
c933f875
PA
153902014-07-14 Pedro Alves <palves@redhat.com>
15391
15392 * gdb.base/execution-termios.c: New file.
15393 * gdb.base/execution-termios.exp: New file.
15394
d98b7a16
TT
153952014-07-14 Tom Tromey <tromey@redhat.com>
15396
15397 * gdb.cp/vla-cxx.cc: New file.
15398 * gdb.cp/vla-cxx.exp: New file.
15399
548740d6
TT
154002014-07-14 Tom Tromey <tromey@redhat.com>
15401
15402 * gdb.reverse/rerun-prec.c: New file.
15403 * gdb.reverse/rerun-prec.exp: New file.
15404
a25eb028
MR
154052014-07-12 Maciej W. Rozycki <macro@mips.com>
15406 Maciej W. Rozycki <macro@codesourcery.com>
15407
15408 * lib/gdb-utils.exp: New file.
15409 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15410 inline `gdb_init_command' processing.
15411 (gdb_start_cmd): Likewise.
15412 * lib/mi-support.exp (mi_run_cmd): Likewise.
15413 * README: Document `gdb_init_command' and `gdb_init_commands'.
15414
218c2655
JK
154152014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15416
15417 Fix false FAIL running under a very long directory name.
15418 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15419 and "set print elements 10000". Twice.
15420
5401fde3
YQ
154212014-07-11 Yao Qi <yao@codesourcery.com>
15422
15423 * gdb.base/exprs.exp: "set print symbol off".
15424
e76126e8
PA
154252014-07-11 Pedro Alves <palves@redhat.com>
15426
15427 * gdb.threads/kill.c: New file.
15428 * gdb.threads/kill.exp: New file.
15429
2d6f0de6
YQ
154302014-07-10 Yao Qi <yao@codesourcery.com>
15431
15432 * gdb.trace/tfile.c (write_basic_trace_file)
15433 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15434 address written to trace file.
15435
7180e04a
PA
154362014-07-09 Pedro Alves <palves@redhat.com>
15437
15438 * gdb.base/attach-wait-input.exp: New file.
15439 * gdb.base/attach-wait-input.c: New file.
15440
9a9a7608
AB
154412014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15442
15443 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15444 setting up test structures.
15445 (main): Call new test function.
15446 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15447 test function, continue into test function and walk test
15448 structures.
15449
161ac41e
YQ
154502014-07-02 Yao Qi <yao@codesourcery.com>
15451
15452 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15453 'bar_start' at the beginning of functions 'foo' and 'bar'
15454 respectively.
15455 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15456 instead of 'foo' and 'bar'.
15457
1f267ae3
MM
154582014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15459
15460 * gdb.btrace/segv.exp: New.
15461 * gdb.btrace/segv.c: New.
15462
2b239efb
LM
154632014-07-02 Luis Machado <lgustavo@codesourcery.com>
15464
15465 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15466 instruction.
15467
cf363f18
MW
154682014-06-30 Mark Wielaard <mjw@redhat.com>
15469
15470 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15471 vulture, vilify, villar): New volatile array constants.
15472 (vindictive, vegetation): New const volatile array constants.
15473 * gdb.base/volatile.exp: Test volatile and const volatile array
15474 types.
15475
aebf9d24
AA
154762014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15477
15478 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15479 target lacks support for awatch, rwatch, or hbreak.
15480
b67a2c6f
YQ
154812014-06-27 Yao Qi <yao@codesourcery.com>
15482
15483 * gdb.multi/dummy-frame-restore.exp: New.
15484 * gdb.multi/dummy-frame-restore.c: New.
15485
aef92902
MM
154862014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15487
15488 * gdb.btrace/gcore.exp: New.
15489
8e9db26e
PA
154902014-06-23 Pedro Alves <palves@redhat.com>
15491
15492 * gdb.base/watchpoint-reuse-slot.c: New file.
15493 * gdb.base/watchpoint-reuse-slot.exp: New file.
15494
70afc5b7
SC
154952014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15496
15497 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15498 progspace's filename in 'info', 'enable' and 'disable' command
15499 tests.
15500
b972bd9c
JK
155012014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15502
15503 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15504 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15505 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15506
125f8a3d
GB
155072014-06-20 Gary Benson <gbenson@redhat.com>
15508
15509 * gdb.arch/i386-avx.exp: Fix include file location.
15510 * gdb.arch/i386-sse.exp: Likewise.
15511
3ed9baed
IB
155122014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15513
15514 * gdb.dlang/expression.exp: New file.
15515
034f788c
PA
155162014-06-19 Pedro Alves <palves@redhat.com>
15517
15518 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15519 out from ...
15520 (top level): ... here. Iterate running tests under different
15521 scheduler-locking settings.
15522
45371d0c
LM
155232014-06-18 Luis Machado <lgustavo@codesourcery.com>
15524
15525 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15526 to DW_FORM_addr and use non-zero addresses.
15527
5d376983
SC
155282014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15529
15530 PR gdb/17017
15531 * gdb.python/py-xmethods.cc: Add global function call counters and
15532 increment them in their respective functions. Remove "cout"
15533 statements.
15534 * gdb.python/py-xmethods.exp: Make tests check the global function
15535 call counters instead of depending on inferior IO.
15536
a1aa2221
LM
155372014-06-18 Don Breazeal <donb@codesourcery.com>
15538
15539 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15540 Deleted procedure.
15541 (explicit_fork_parent_follow): Deleted procedure.
15542 (explicit_fork_child_follow): Deleted procedure.
15543 (test_follow_fork): New procedure.
15544 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 15545 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
15546 procedure calls.
15547
0fc05997
YQ
155482014-06-17 Yao Qi <yao@codesourcery.com>
15549
15550 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15551 CP1252.
15552
70795c52
LM
155532014-06-17 Luis Machado <lgustavo@codesourcery.com>
15554
15555 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15556 Initialize ptr and S explicitly.
15557 (skip_type_update_when_not_use_rtti_test): Likewise.
15558
6be47f0c
KS
155592014-06-16 Keith Seitz <keiths@redhat.com>
15560
15561 PR mi/15863
15562 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15563 the inferior is started.
15564
d03de421
PA
155652014-06-16 Pedro Alves <palves@redhat.com>
15566
15567 * gdb.base/break-main-file-remove-fail.c: New file.
15568 * gdb.base/break-main-file-remove-fail.exp: New file.
15569 * gdb.base/break-unload-file.exp: Use build_executable instead of
15570 prepare_for_testing.
15571 (test_break): New parameter "initial_load". Handle it.
15572 (top level): Add initial_load cmdline/file axis.
15573
f9579b99
TT
155742014-06-12 Tom Tromey <tromey@redhat.com>
15575
15576 * gdb.base/completion.exp: Don't use directory name in test.
15577
3657956b
GB
155782014-06-09 Gary Benson <gbenson@redhat.com>
15579
15580 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15581 separate the always-available ANSI-standard signals from the
15582 signals that require checking.
15583 (main): Likewise.
15584 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15585 Likewise.
15586 (main): Likewise.
15587
4186eb54
KS
155882014-06-07 Keith Seitz <keiths@redhat.com>
15589
15590 Revert:
15591 PR c++/16253
15592 * gdb.cp/var-tag.cc: New file.
15593 * gdb.cp/var-tag.exp: New file.
15594 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15595 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15596 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15597 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15598
25326a28 155992014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
15600
15601 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15602
829155c9
PA
156032014-06-06 Pedro Alves <palves@redhat.com>
15604
15605 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15606 in target debug output instead of looking at RSP packets,
15607 disabling the test on any target that uses hardware stepping.
15608 Update comments.
15609
61c8d22e
PA
156102014-06-06 Pedro Alves <palves@redhat.com>
15611
15612 * gdb.base/break-unload-file.exp: Fix typo.
15613
d9a47287
YQ
156142014-06-06 Yao Qi <yao@codesourcery.com>
15615
15616 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15617 from "jit_function" to "^jit_function".
15618
e5e01dbf
YQ
156192014-06-06 Yao Qi <yao@codesourcery.com>
15620
15621 * gdb.base/async.c (foo): Add one statement.
15622 * gdb.base/async.exp: Get the next instruction address and
15623 match the output of "nexti" by instruction address. Match
15624 the hex address in the output of "finish".
15625
73ba372c
GB
156262014-06-06 Gary Benson <gbenson@redhat.com>
15627
15628 * gdb.base/call-signals.c: Remove preprocessor conditionals
15629 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15630 SIGSEGV and SIGTERM.
15631 * gdb.base/sigall.c: Likewise.
15632 * gdb.base/unwindonsignal.c: Likewise.
15633 * gdb.reverse/sigall-reverse.c: Likewise.
15634
831517df
YQ
156352014-06-06 Yao Qi <yao@codesourcery.com>
15636
15637 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15638 readable, skip the test.
15639
b8b91e98
YQ
156402014-06-06 Yao Qi <yao@codesourcery.com>
15641
15642 * gdb.threads/staticthreads.c (thread_function): Move the line
15643 setting breakpoint on forward.
15644 * gdb.threads/staticthreads.exp: Update comments.
15645
fb934770
LC
156462014-06-05 Ludovic Courtès <ludo@gnu.org>
15647
15648 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15649 "history-append! type error".
15650
6ef284bd
SM
156512014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15652
15653 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15654 erroneous dprintf expected input.
15655
a872e241
DE
156562014-06-04 Doug Evans <xdje42@gmail.com>
15657
15658 * gdb.guile/scm-generics.exp: Delete.
15659
16f691fb
DE
156602014-06-04 Doug Evans <xdje42@gmail.com>
15661
15662 * gdb.guile/scm-breakpoint.exp: Update.
15663 Add tests for breakpoint registration.
15664
012370f6
TT
156652014-06-04 Tom Tromey <tromey@redhat.com>
15666
15667 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15668 VLA-in-union.
15669 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15670 inner_vla_struct, vla_union types. Initialize objects of those
15671 types and compute their sizes.
15672
9f5a4cef
HZ
156732014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15674 Hui Zhu <hui@codesourcery.com>
15675
15676 * gdb.base/fileio.exp: Add test for shell not available as well as
15677 available.
15678 * gdb.base/fileio.c (test_system): Check for shell twice.
15679
90a45c4d
YQ
156802014-06-04 Yao Qi <yao@codesourcery.com>
15681
15682 * gdb.base/auto-connect-native-target.exp: Remove redundant
15683 space from the regexp pattern.
15684
70017e41
YQ
156852014-06-04 Yao Qi <yao@codesourcery.com>
15686
15687 * gdb.base/default.exp: Replace "child" with "native" in
15688 regexp pattern.
15689
883964a7
SC
156902014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15691
15692 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15693 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15694 * gdb.python/py-xmethods.py: Python script supporting the
15695 new testcase and tests.
15696
ef370185
JB
156972014-06-03 Joel Brobecker <brobecker@adacore.com>
15698 Pedro Alves <palves@redhat.com>
15699
15700 PR breakpoints/17000
15701 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15702 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15703
1e2ccb61
BM
157042014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15705
15706 * gdb.base/subst.exp: Add tests to verify partial path matching
15707 output.
15708
c6ec5ab2
PA
157092014-06-03 Pedro Alves <palves@redhat.com>
15710
15711 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15712 target that doesn't use software single-stepping.
15713
835c559f
PA
157142014-06-03 Pedro Alves <palves@redhat.com>
15715
15716 PR breakpoints/17000
15717 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15718 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15719
06eb1586
DE
157202014-06-02 Doug Evans <xdje42@gmail.com>
15721
15722 * gdb.guile/scm-parameter.exp: New file.
15723
e698b8c4
DE
157242014-06-02 Doug Evans <xdje42@gmail.com>
15725
15726 * gdb.guile/scm-cmd.c: New file.
15727 * gdb.guile/scm-cmd.exp: New file.
15728
ded03782
DE
157292014-06-02 Doug Evans <xdje42@gmail.com>
15730
15731 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15732 pretty-printer lookup.
15733 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15734 (make-pp_s-printer): Call it.
15735 (make-pretty-printer-from-dict): New function.
15736 (lookup-pretty-printer-maker-from-dict): New function.
15737 (*pretty-printer*): Simplify.
15738 (make-objfile-pp_s-printer): New function.
15739 (install-objfile-pretty-printers!): New function.
15740 (make-progspace-pp_s-printer): New function.
15741 (install-progspace-pretty-printers!): New function.
15742 * gdb.guile/scm-progspace.c: New file.
15743 * gdb.guile/scm-progspace.exp: New file.
15744
41fac0cf
PA
157452014-06-02 Pedro Alves <palves@redhat.com>
15746
15747 * gdb.base/dprintf-bp-same-addr.c: New file.
15748 * gdb.base/dprintf-bp-same-addr.exp: New file.
15749
96ae5695
EBM
157502014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15751
15752 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15753 * gdb.arch/powerpc-power.s: Likewise.
15754
da02b3a8
JB
157552014-06-02 Joel Brobecker <brobecker@adacore.com>
15756
15757 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15758
c72b2e7b
YQ
157592014-06-01 Yao Qi <yao@codesourcery.com>
15760
15761 * gdb.base/watchpoint.exp (test_watch_location): Check null
15762 pointer can be dereferenced. If not, do the test, otherwise
15763 skip it.
15764
53e8a631
AB
157652014-05-30 Andrew Burgess <aburgess@broadcom.com>
15766
15767 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15768 results.
15769 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15770
938f0e2f
AB
157712014-05-30 Andrew Burgess <aburgess@broadcom.com>
15772
15773 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15774 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15775 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15776 * gdb.arch/amd64-invalid-stack-top.c: New file.
15777 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15778
9ba6657a
PA
157792014-05-30 Pedro Alves <palves@redhat.com>
15780
15781 PR breakpoints/17000
15782 * gdb.base/sss-bp-on-user-bp.c: New file.
15783 * gdb.base/sss-bp-on-user-bp.exp: New file.
15784
522c09bf
DB
157852014-05-30 David Blaikie <dblaikie@gmail.com>
15786
15787 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15788 gnu_inline semantics via attribute.
15789 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15790 source explicitly specifies the required semantics.
15791
bf4ef81e
MR
157922014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15793
15794 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15795
329ea579
PA
157962014-05-29 Pedro Alves <palves@redhat.com>
15797 Tom Tromey <tromey@redhat.com>
15798
15799 * gdb.base/async-shell.exp: Don't enable target-async.
15800 * gdb.base/async.exp
15801 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15802 parameter. Adjust.
15803 (top level): Don't test with "target-async".
15804 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15805 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15806 * gdb.base/inferior-died.exp: Don't enable target-async.
15807 * gdb.base/interrupt-noterm.exp: Likewise.
15808 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15809 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15810 * gdb.mi/mi-nonstop.exp: Likewise.
15811 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15812 * gdb.mi/mi-nsintrall.exp: Likewise.
15813 * gdb.mi/mi-nsmoribund.exp: Likewise.
15814 * gdb.mi/mi-nsthrexec.exp: Likewise.
15815 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15816 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15817 * gdb.python/py-evsignal.exp: Don't enable target-async.
15818 * gdb.python/py-evthreads.exp: Likewise.
15819 * gdb.python/py-prompt.exp: Likewise.
15820 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15821 * gdb.server/solib-list.exp: Don't enable target-async.
15822 * gdb.threads/thread-specific-bp.exp: Likewise.
15823 * lib/mi-support.exp: Adjust to use mi-async.
15824
fd664c91
PA
158252014-05-29 Pedro Alves <palves@redhat.com>
15826
15827 PR gdb/13860
15828 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15829 reason, even in sync mode.
15830
251bde03
PA
158312014-05-29 Pedro Alves <palves@redhat.com>
15832 Hui Zhu <hui@codesourcery.com>
15833
15834 PR PR15693
15835 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15836 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15837 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15838 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15839
7f3c0343
JB
158402014-05-28 Joel Brobecker <brobecker@adacore.com>
15841
15842 * config/monitor.exp (gdb_target_monitor): Replace use of
15843 "set remotebaud" by "set serial baud".
15844
b2715b27
AW
158452014-05-26 Andy Wingo <wingo@igalia.com>
15846
15847 * gdb.guile/scm-breakpoint.exp:
15848 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15849 properties instead of gdb-object-properties.
15850
498a4489
YQ
158512014-05-26 Yao Qi <yao@codesourcery.com>
15852
15853 * gdb.server/no-thread-db.exp: Specify source file name
15854 explicitly when setting a breakpoint.
15855
589fdceb
MM
158562014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15857
15858 * gdb.btrace/vdso.c: New.
15859 * gdb.btrace/vdso.exp: New.
15860
e9089e05
MM
158612014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15862
15863 * gdb.base/gcore.exp (capture_command_output): Move ...
15864 * lib/gdb.exp (capture_command_output): ... here.
15865
67b5c0c1
MM
158662014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15867
15868 * gdb.btrace/data.exp: Test memory access during btrace replay.
15869
a2199296
SM
158702014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15871
15872 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15873
17b2616c
PA
158742014-05-21 Pedro Alves <palves@redhat.com>
15875
15876 PR gdb/13860
15877 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15878 (top level): Test that output related to execution commands is
15879 sent to the console with CLI commands, but not with MI commands.
15880 Test that breakpoint events are always mirrored to the console.
15881 Also expect the new source line to be output after a "next" in
15882 async mode too. Make it a pass/fail test.
15883 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15884 output.
15885 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15886
5166082f
PA
158872014-05-21 Pedro Alves <palves@redhat.com>
15888
15889 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15890 Use them to test variations of "list" after reaching a breakpoint.
15891 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15892 Test "list" with listsize 10 after reaching a breakpoint.
15893 * gdb.python/python.exp (decode_line current location line
15894 number): Adjust expected line number.
15895
2f25d70f
SM
158962014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15897
15898 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15899 behavior for $args, pass it directly to "run".
15900
ff604a67
MR
159012014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15902
15903 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15904 30000 to 65536.
15905
6a3cb8e8
PA
159062014-05-21 Pedro Alves <palves@redhat.com>
15907
15908 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15909 auto-connect-native-target off".
15910 * gdb.base/auto-connect-native-target.c: New file.
15911 * gdb.base/auto-connect-native-target.exp: New file.
15912
4ebfc96e
PA
159132014-05-21 Pedro Alves <palves@redhat.com>
15914
15915 * gdb.base/default.exp: Test "target native" instead of "target
15916 child".
15917
36d46afb
MW
159182014-05-21 Mark Wielaard <mjw@redhat.com>
15919
15920 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15921
5876f503
JK
159222014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15923
15924 Fix TLS access for -static -pthread.
15925 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15926 <HAVE_TLS> (thread_function, main): Initialize it.
15927 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15928 Add clean_restart.
15929 <$have_tls != "">: Check TLSVAR.
15930
0256a6ac
PA
159312014-05-21 Pedro Alves <palves@redhat.com>
15932
15933 * gdb.base/dcache-line-read-error.c: New.
15934 * gdb.base/dcache-line-read-error.exp: New.
15935
936d2992
PA
159362014-05-20 Pedro Alves <palves@redhat.com>
15937
15938 * gdb.base/compare-sections.c: New file.
15939 * gdb.base/compare-sections.exp: New file.
15940
802e8e6d
PA
159412014-05-20 Pedro Alves <palves@redhat.com>
15942
15943 * gdb.base/break-idempotent.c: New file.
15944 * gdb.base/break-idempotent.exp: New file.
15945
e59fa00f
MM
159462014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15947
15948 * gdb.btrace/nohist.exp: New.
15949
8b696e31
YQ
159502014-05-20 Yao Qi <yao@codesourcery.com>
15951
15952 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15953 gdb.reverse directory and gdb_reverse_timeout exists in board
15954 setting.
15955 * README: Document gdb_reverse_timeout.
15956
73c9764f
YQ
159572014-05-20 Yao Qi <yao@codesourcery.com>
15958
15959 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15960 'test_file_name'. Treat args as a string instead of a list.
15961 (gdb_init): Rename argument 'args' by 'test_file_name'.
15962
f1f4348a
JK
159632014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15964
15965 * gdb.arch/powerpc-power.exp: New file.
15966 * gdb.arch/powerpc-power.s: New file.
15967
0dbe70ce
DE
159682014-05-16 Doug Evans <dje@google.com>
15969
15970 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
15971 * gdb.base/completion.exp: Check that all expected files exist
15972 before doing file completion.
0dbe70ce 15973
8d551b02
DE
159742014-05-16 Doug Evans <dje@google.com>
15975
15976 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15977 Update.
15978 (do_syscall_tests_without_xml): Update.
15979
73eb7709
PA
159802014-05-16 Pedro Alves <palves@redhat.com>
15981
15982 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15983 instead of "unknown output after running".
15984
3fae92fc
YQ
159852014-05-16 Yao Qi <yao@codesourcery.com>
15986
15987 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15988 file1.txt from host at the end.
15989 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15990
c2b2ccc5
DE
159912014-05-15 Doug Evans <dje@google.com>
15992
15993 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15994 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15995 loading file. Add test for TU lookup.
15996
8c217a4b
SM
159972014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15998
15999 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
16000 calling "-exec-arguments" or "set args" before running the
16001 inferior.
16002
3deb39c6
SM
160032014-05-15 Simon Marchi <simon.marchi@ericsson.com>
16004
16005 * lib/mi-support.exp (mi_expect_stop): Expect message for
16006 inferiors that exit with non-zero exit code.
16007
71a79f8c
YQ
160082014-05-14 Yao Qi <yao@codesourcery.com>
16009
16010 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16011 match absolute path on remote host.
16012 (test_file_list_exec_source_files): Remove "/" from the
16013 pattern.
16014
f23fcd46
YQ
160152014-05-14 Yao Qi <yao@codesourcery.com>
16016
16017 * boards/local-remote-host-notty.exp (${board}_file): New
16018 proc.
16019
9404b58f
KM
160202014-05-07 Kyle McMartin <kyle@redhat.com>
16021
16022 Pushed by Joel Brobecker <brobecker@adacore.com>.
16023 * gdb.arch/aarch64-atomic-inst.c: New file.
16024 * gdb.arch/aarch64-atomic-inst.exp: New file.
16025
5e45f04c
YQ
160262014-05-07 Yao Qi <yao@codesourcery.com>
16027
16028 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16029 in current context" too.
16030
c888a17d
KS
160312014-05-05 Keith Seitz <keiths@redhat.com>
16032
16033 * gdb.linespec/ls-dollar.exp: Add test for linespec
16034 file:convenience_variable.
16035
290a839c
YQ
160362014-05-05 Yao Qi <yao@codesourcery.com>
16037
16038 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16039 traceframes into tfile and ctf trace files. Read data from
16040 trace file and test collected data.
16041 (gdb_collect_locals_test): Likewise.
16042 (gdb_unavailable_registers_test): Likewise.
16043 (gdb_unavailable_floats): Likewise.
16044 (gdb_collect_globals_test): Likewise.
16045 (top-level): Append "ctf" to trace_file_targets if GDB
16046 supports.
16047
b5262cd0
YQ
160482014-05-05 Yao Qi <yao@codesourcery.com>
16049
16050 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16051 code to ...
16052 (gdb_collect_args_test_1): ... it. New proc.
16053 (gdb_collect_locals_test): Move some code to ...
16054 (gdb_collect_locals_test_1): ... it. New proc.
16055 (gdb_unavailable_registers_test): Move some code to ...
16056 (gdb_unavailable_registers_test_1): ... it. New proc.
16057 (gdb_unavailable_floats): Move some code to ...
16058 (gdb_unavailable_floats_1): ... it. New proc.
16059
30a1e6cc
SDJ
160602014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16061
16062 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16063 probes to test for bitness recognition.
16064 * gdb.arch/amd64-stap-optional-prefix.exp
16065 (test_probe_value_without_reg): New procedure.
16066 Add code to test for different kinds of bitness.
16067
f33da99a
SDJ
160682014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16069
16070 PR breakpoints/16889
16071 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16072 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16073
5b80f00d
PA
160742014-05-01 Pedro Alves <palves@redhat.com>
16075
16076 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16077 gdb_file_cmd if no file is specified.
16078 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16079 last_loaded_file to set the remote exec-file.
16080
f8c2a73c
PA
160812014-05-01 Pedro Alves <palves@redhat.com>
16082
16083 * boards/local-remote-host.exp: New file.
16084
be6e8ac7
PA
160852014-05-01 Pedro Alves <palves@redhat.com>
16086
16087 * boards/local-remote-host.exp: Rename to ...
16088 * boards/local-remote-host-notty.exp: ... this.
16089
cac0dc8f
JB
160902014-04-28 Joel Brobecker <brobecker@adacore.com>
16091
16092 * gdb.ada/dyn_arrayidx: New testcase.
16093
9730e6cc
YQ
160942014-04-26 Yao Qi <yao@codesourcery.com>
16095
16096 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16097 and compute the length of function main. Save it in
16098 $main_length.
16099 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16100 (top-level): Use gdb_compile to compile objects into
16101 executable and restart GDB. Remove invocation to
16102 prepare_for_testing.
16103
7ae1a6a6
PA
161042014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16105 Pedro Alves <palves@redhat.com>
16106
16107 PR server/16255
16108 * gdb.multi/multi-attach.c: New file.
16109 * gdb.multi/multi-attach.exp: New file.
16110
4082afcc
PA
161112014-04-25 Pedro Alves <palves@redhat.com>
16112
16113 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16114 user.
16115 (top level): Test that "set remote conditional-breakpoints-packet
16116 off" works as intended.
16117 * gdb.base/dprintf.exp: Test that "set remote
16118 breakpoint-commands-packet off" works as intended.
16119 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16120 New function.
16121 (top level): Call it.
16122 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16123 remote fast-tracepoints-packet off" works as intended.
16124 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16125 * lib/gdb.exp (gdb_is_target_remote): ... here.
16126
2abc3f8d
DB
161272014-04-24 David Blaikie <dblaikie@gmail.com>
16128
16129 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16130 ensure clang would not discard them.
16131 * gdb.base/gdbvars.c: Ditto.
16132 * gdb.base/memattr.c: Ditto.
16133 * gdb.base/whatis.c: Ditto.
16134 * gdb.python/py-prettyprint.c: Ditto.
16135 * gdb.trace/actions.c: Ditto.
16136 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16137 ensure clang would not discard it.
16138
bfd39632
DB
161392014-04-24 David Blaikie <dblaikie@gmail.com>
16140
16141 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16142 clang to emit the full definition of type required by the test
16143 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16144
22842ff6
DB
161452014-04-24 David Blaikie <dblaikie@gmail.com>
16146
16147 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16148 coax Clang into emitting the definition of the type.
16149 * gdb.cp/pr10728-x.h (y): Ditto.
16150 * gdb.cp/pr10728-y.cc (y): Ditto.
16151
c2e827ad
DB
161522014-04-24 David Blaikie <dblaikie@gmail.com>
16153
16154 * gdb.base/label.exp: XFAIL label related tests under Clang.
16155 * gdb.cp/cplabel.exp: Ditto.
16156 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16157 under Clang those using labels.
16158
4c2d33e7
YQ
161592014-04-25 Yao Qi <yao@codesourcery.com>
16160
16161 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16162 double_label.
16163 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16164 partial_label and double_label.
16165
56083b99
DB
161662014-04-24 David Blaikie <dblaikie@gmail.com>
16167
16168 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16169
25d4e99d
DB
161702014-04-24 David Blaikie <dblaikie@gmail.com>
16171
16172 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16173 of the function to work across GCC and Clang.
16174 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16175 pointer types (const void ** const V void **).
16176
01f9f808
MS
161772014-04-24 Michael Sturm <michael.sturm@mintel.com>
16178 Walfred Tedeschi <walfred.tedeschi@intel.com>
16179
16180 * Makefile.in (EXECUTABLES): Added i386-avx512.
16181 * gdb.arch/i386-avx512.c: New file.
16182 * gdb.arch/i386-avx512.exp: Likewise.
16183
4b48d439
KS
161842014-04-23 Keith Seitz <keiths@redhat.com>
16185
16186 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16187 (mi_make_breakpoint_table): New procedure.
16188 (mi_create_breakpoint): Use mi_make_breakpoint
16189 and return the result.
16190 (mi_make_breakpoint): New procedure.
16191 (mi_build_kv_pairs): New procedure.
16192
16193 * gdb.mi/mi-break.exp: Remove unused globals,
16194 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16195 All callers updated.
16196 * gdb.mi/mi-dprintf.exp: Use variable to track command
16197 number.
16198 Update all callers of mi_create_breakpoint and use
16199 mi_make_breakpoint_table.
16200 Remove any unused global variables.
16201 * gdb.mi/mi-nonstop.exp: Likewise.
16202 * gdb.mi/mi-nsintrall.exp: Likewise.
16203 * gdb.mi/mi-nsmoribund.exp: Likewise.
16204 * gdb.mi/mi-nsthrexec.exp: Likewise.
16205 * gdb.mi/mi-reverse.exp: Likewise.
16206 * gdb.mi/mi-simplerun.exp: Likewise.
16207 * gdb.mi/mi-stepn.exp: Likewise.
16208 * gdb.mi/mi-syn-frame.exp: Likewise.
16209 * gdb.mi/mi-until.exp: Likewise.
16210 * gdb.mi/mi-var-cp.exp: Likewise.
16211 * gdb.mi/mi-var-display.exp: Likewise.
16212 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16213 * gdb.mi/mi2-var-child.exp: Likewise.
16214 * gdb.mi/mi-vla-c99.exp: Likewise.
16215 * lib/mi-support.exp: Likewise.
16216
16217 From Ian Lance Taylor <iant@cygnus.com>:
16218 * lib/gdb.exp (parse_args): New procedure.
16219
08351840
PA
162202014-04-23 Pedro Alves <palves@redhat.com>
16221
16222 * gdb.base/break-unload-file.c: New file.
16223 * gdb.base/break-unload-file.exp: New file.
16224 * gdb.base/sym-file-lib.c (baz): New function.
16225 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16226 field.
16227 (load): Store the segment's mapped size.
16228 (unload): New function.
16229 (unload_shlib): New function.
16230 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16231 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16232 set a breakpoint at baz, and call it.
16233 * gdb.base/sym-file.exp: New tests for stale breakpoint
16234 instructions.
16235
076855f9
PA
162362014-04-23 Pedro Alves <palves@redhat.com>
16237
16238 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16239 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16240 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16241 * gdb.base/hbreak-unmapped.c: New file.
16242 * gdb.base/hbreak-unmapped.exp: New file.
16243 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16244 * lib/gdb.exp (gdb_is_target_remote): ... here.
16245
483805cf
PA
162462014-04-22 Pedro Alves <palves@redhat.com>
16247
16248 * gdb.base/consecutive-step-over.c: New file.
16249 * gdb.base/consecutive-step-over.exp: New file.
16250
06d97543
PA
162512014-04-22 Pedro Alves <palves@redhat.com>
16252
16253 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16254 instead of send_gdb/gdb_expect.
16255
b4429ea2
YQ
162562014-04-22 Yao Qi <yao@codesourcery.com>
16257
16258 * lib/trace-support.exp (generate_tracefile): New procedure.
16259 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16260 return 0.
16261 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16262 if generate_tracefile returns 1.
16263
51d48146
PA
162642014-04-18 Tom Tromey <palves@redhat.com>
16265 Pedro alves <tromey@redhat.com>
16266
16267 PR backtrace/15558
16268 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16269 with a backtrace limit.
16270 * gdb.python/py-frame-inline.exp: Test running to an inline
16271 function with a backtrace limit, and printing the newest frame.
16272 * gdb.python/py-frame-inline.c (main): Call f.
16273
bd1dce5f
MS
162742014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16275
16276 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16277
40d1a503
MS
162782014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16279
16280 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16281 Drop prefix from unsupported source file path.
16282
389b98f7
YQ
162832014-04-17 Yao Qi <yao@codesourcery.com>
16284
16285 * lib/gdb.exp (with_target_charset): New proc.
16286 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16287 with_target_charset.
16288 (test_print_strings): Likewise.
16289 (test_repeat_bytes): Likewise.
16290 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16291 for some tests.
16292
22869d73
KS
162932014-04-16 Keith Seitz <keiths@redhat.com>
16294
16295 PR gdb/15827
16296 * gdb.dwarf2/corrupt.c: New file.
16297 * gdb.dwarf2/corrupt.exp: New file.
16298
c4f87ca6
KS
162992014-04-16 Keith Seitz <keiths@redhat.com>
16300
16301 PR c++/16597
16302 * gdb.cp/namelessclass.cc: New file.
16303 * gdb.cp/namelessclass.exp: New file.
16304 * gdb.cp/namelessclass.S: New file.
16305
ab19de87
DE
163062014-04-16 Doug Evans <dje@google.com>
16307
16308 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16309 Add comment.
16310 (gdbserver_default_get_comm_port): New function.
16311 (gdbserver_start): Check if board file provided
16312 "gdbserver,get_comm_port" and use it if so.
16313 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16314 (gdb,socketport): Set to "stdio".
16315 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16316 (stdio_gdbserver_template): Delete.
16317 (${board}_get_remote_address): Update.
16318 (${board}_build_remote_cmd): Delete.
16319 (${board}_get_comm_port): New function.
16320 (${board}_spawn): Update.
16321 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16322 Delete.
16323 (${board}_get_remote_address): Update.
16324 (${board}_get_comm_port): New function.
16325
fc98a809
AB
163262014-04-16 Andrew Burgess <aburgess@broadcom.com>
16327
16328 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16329 appearing in any order.
16330
87fd9e6e
DE
163312014-04-15 Doug Evans <dje@google.com>
16332
16333 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16334 uninitialized value of "description".
16335
099fc3ea
KS
163362014-04-15 Keith Seitz <keiths@redhat.com>
16337
16338 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16339 Remove unused globals.
16340 (test_running_the_program): Likewise.
16341 (test_controlled_execution): Likewise.
16342 (test_controlling_breakpoints): Likewise.
16343 (test_program_termination): Likewise.
16344
5da151d4
KS
163452014-04-15 Keith Seitz <keiths@redhat.com>
16346
16347 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16348 unused globals.
16349 (test_rbreak_creation_and_listing): Likewise.
16350 (test_ignore_count): Likewise.
16351 (test_error): Likewise.
16352
35e5d2f0
PA
163532014-04-15 Pedro Alves <palves@redhat.com>
16354
16355 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16356 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16357 sym-file-loader.c.
16358 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16359 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16360 to sym-file-loader.c.
16361 (struct library): Forward declare.
16362 (load_shlib, lookup_function): Change prototypes.
16363 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16364 (translate_offset): Remove declarations.
16365 (get_text_addr): New declaration.
16366 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16367 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16368 sym-file-loader.h.
16369 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16370 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16371 here from sym-file-loader.h.
16372 (struct library): New structure.
16373 (load_shlib, lookup_function): Change prototypes and adjust to
16374 work with a struct library.
16375 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16376 (translate_offset): Make static.
16377 (get_text_addr): New function.
16378 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16379
eb4c1710
PA
163802014-04-15 Pedro Alves <palves@redhat.com>
16381
16382 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16383
2d1baf52
PA
163842014-04-15 Pedro Alves <palves@redhat.com>
16385
16386 * gdb.base/sym-file-loader.c: Include <limits.h>.
16387 (SELF_LINK): New define.
16388 (get_origin): New function.
16389 (load_shlib): Use it.
16390 * gdb.base/sym-file.exp: Don't early return if the target is
16391 remote. Use runto_main, and issue fail is that fails. Use
16392 gdb_load_shlibs.
16393 (shlib_name): Delete.
16394 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16395
7dd6df01
PA
163962014-04-15 Pedro Alves <palves@redhat.com>
16397
16398 * gdb.base/sym-file.exp: Remove regex characters from test
16399 message. Don't refer to breakpoint numbers in test messages.
16400
b50c8614
KS
164012014-04-14 Keith Seitz <keiths@redhat.com>
16402
16403 PR c++/16253
16404 * gdb.cp/var-tag.cc: New file.
16405 * gdb.cp/var-tag.exp: New file.
16406 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16407 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16408 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16409 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16410
3d567982
TT
164112014-04-14 Tom Tromey <tromey@redhat.com>
16412
16413 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16414 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16415 type.
16416 * gdb.cp/enum-class.exp: New file.
16417 * gdb.cp/enum-class.cc: New file.
16418
0626fc76
TT
164192014-04-14 Tom Tromey <tromey@redhat.com>
16420
16421 * gdb.dwarf2/enum-type.exp: New file.
16422
dca325b3
SA
164232014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16424
16425 * gdb.mi/mi-vla-c99.exp: New file.
16426 * gdb.mi/vla.c: New file.
16427
5854b38a
SA
164282014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16429
16430 * gdb.base/vla-datatypes.c: New file.
16431 * gdb.base/vla-datatypes.exp: New file.
16432
463bb957
SA
164332014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16434
16435 * gdb.base/vla-ptr.c: New file.
16436 * gdb.base/vla-ptr.exp: New file.
16437
3dd170be
SA
164382014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16439
16440 * gdb.dwarf2/count.exp: New file.
16441
5ecaaa66
SA
164422014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16443
16444 * gdb.base/vla-sideeffect.c: New file.
16445 * gdb.base/vla-sideeffect.exp: New file.
16446
41f1ada5
DB
164472014-04-14 David Blaikie <dblaikie@gmail.com>
16448
16449 * gdb.mi/non-stop.c: Add return value for non-void function return
16450 statement.
16451 * gdb.threads/staticthreads.c: Ditto.
16452
0be03e84
DE
164532014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16454 Doug Evans <xdje42@gmail.com>
16455
16456 * gdb.guile/scm-value.c: Improve test case.
16457 * gdb.guile/scm-value.exp: Add new test.
16458
f180a1fb
DB
164592014-04-11 David Blaikie <dblaikie@gmail.com>
16460
16461 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16462 override Clang's default.
16463
6b662e19
JB
164642014-04-11 Joel Brobecker <brobecker@adacore.com>
16465
16466 Revert the following changes (regressions):
16467
16468 * gdb.base/vla-sideeffect.c: New file.
16469 * gdb.base/vla-sideeffect.exp: New file.
16470
16471 * gdb.dwarf2/count.exp: New file.
16472
16473 * gdb.base/vla-multi.c: New file.
16474 * gdb.base/vla-multi.exp: New file.
16475
16476 * gdb.base/vla-ptr.c: New file.
16477 * gdb.base/vla-ptr.exp: New file.
16478
16479 * gdb.base/vla-datatypes.c: New file.
16480 * gdb.base/vla-datatypes.exp: New file.
16481
16482 * gdb.mi/mi-vla-c99.exp: New file.
16483 * gdb.mi/vla.c: New file.
16484
245a5f0b
KS
164852014-04-11 Keith Seitz <keiths@redhat.com>
16486
16487 PR c++/16675
16488 * gdb.cp/cpsizeof.exp: New file.
16489 * gdb.cp/cpsizeof.cc: New file.
16490
58a84dcf
SA
164912014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16492
191a8a90
JB
16493 * gdb.mi/mi-vla-c99.exp: New file.
16494 * gdb.mi/vla.c: New file.
58a84dcf 16495
c8655f75
SA
164962014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16497
16498 * gdb.base/vla-datatypes.c: New file.
16499 * gdb.base/vla-datatypes.exp: New file.
16500
024e13b4
SA
165012014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16502
16503 * gdb.base/vla-ptr.c: New file.
16504 * gdb.base/vla-ptr.exp: New file.
16505
1a237e0e
SA
165062014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16507
16508 * gdb.base/vla-multi.c: New file.
16509 * gdb.base/vla-multi.exp: New file.
16510
504f3432
SA
165112014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16512
16513 * gdb.dwarf2/count.exp: New file.
16514
3bce8237
SA
165152014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16516
191a8a90
JB
16517 * gdb.base/vla-sideeffect.c: New file.
16518 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 16519
322f9c21
YQ
165202014-04-11 Yao Qi <yao@codesourcery.com>
16521
16522 * gdb.base/completion.exp: Check file exists before running tests
16523 on file completion.
16524
d708bcd1
PA
165252014-04-10 Pedro Alves <palves@redhat.com>
16526
16527 * gdb.base/cond-eval-mode.c: New file.
16528 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16529 prepare_for_testing to build the new file. Check result of
16530 runto_main.
16531 (test_break, test_watch): New procedures.
16532 (top level): Use them.
16533
ae1d2761
PM
165342014-04-08 Pierre Muller <muller@sourceware.org>
16535
16536 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16537 Ctrl-V use for mingw hosts.
16538
7af389b8
SC
165392014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16540
16541 * gdb.python/py-value.c: Improve test case.
16542 * gdb.python/py-value.exp: Add new test.
16543
5e703181
DE
165442014-04-07 David Blaikie <dblaikie@gmail.com>
16545
16546 * lib/compiler.c: Identify the clang compiler.
16547 * lib/compiler.cc: Ditto.
16548
9810b410
YQ
165492014-04-03 Yao Qi <yao@codesourcery.com>
16550
16551 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16552
98d1b8dc
AB
165532014-04-01 Anton Blanchard <anton@samba.org>
16554
16555 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16556 messages unique.
16557
3114cea1
AB
165582014-04-01 Anton Blanchard <anton@samba.org>
16559
16560 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16561 prepare_for_testing.
16562
62f7182c
AB
165632014-04-01 Anton Blanchard <anton@samba.org>
16564
16565 * gdb.arch/ppc64-atomic-inst.c: Remove.
16566 * gdb.arch/ppc64-atomic-inst.S: New file.
16567 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16568
770e7fc7
DE
165692014-03-31 Doug Evans <dje@google.com>
16570
16571 * gdb.base/print-symbol-loading-lib.c: New file.
16572 * gdb.base/print-symbol-loading-main.c: New file.
16573 * gdb.base/print-symbol-loading.exp: New file.
16574
46e2bafa
YQ
165752014-03-31 Yao Qi <yao@codesourcery.com>
16576
16577 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16578
8776cfe9
JB
165792014-03-28 Joel Brobecker <brobecker@adacore.com>
16580
16581 * gdb.ada/mi_dyn_arr: New testcase.
16582
5d1ef361
DE
165832014-03-27 Doug Evans <dje@google.com>
16584
16585 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16586
b5bee914
YQ
165872014-03-27 Yao Qi <yao@codesourcery.com>
16588
16589 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16590 if target is nios2-*-*.
16591
0d4d0e77
YQ
165922014-03-26 Yao Qi <yao@codesourcery.com>
16593
16594 * lib/gdb.exp (readline_is_used): New proc.
16595 * gdb.base/completion.exp: Move tests on command complete up.
16596 Skip the rest of tests if readline is not used.
16597 * gdb.ada/complete.exp: Skp the test if readline is not
16598 used.
16599 * gdb.base/filesym.exp: Likewise.
16600 * gdb.base/macscp.exp: Likewise.
16601 * gdb.base/readline-ask.exp: Likewise.
16602 * gdb.base/readline.exp: Likewise.
16603 * gdb.python/py-cmd.exp: Likewise.
16604 * gdb.trace/tfile.exp: Likewise.
16605
29361eee
YQ
166062014-03-26 Yao Qi <yao@codesourcery.com>
16607
16608 * gdb.base/macscp.exp: Fix code format issues.
16609
bc9a5525
UW
166102014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16611
16612 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16613 * gdb.asm/powerpc64le.inc: New file.
16614
d3839ede
PA
166152014-03-25 Pedro Alves <palves@redhat.com>
16616 Doug Evans <dje@google.com>
16617
16618 * gdb.base/source-execution.c: New file.
16619 * gdb.base/source-execution.exp: New file.
16620 * gdb.base/source-execution.gdb: New file.
16621
01672a57
DE
166222014-03-24 Doug Evans <dje@google.com>
16623
16624 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16625 using fission.
16626
88bbeca9
HZ
166272014-03-24 Hui Zhu <hui@codesourcery.com>
16628 Pedro Alves <palves@redhat.com>
16629
16630 PR breakpoints/16101
16631 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16632 test pass/fail messages. Detect missing support for dprintf when
16633 breakpoints are actually inserted.
16634 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16635 breakpoints are actually inserted.
16636 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16637 fails.
16638
d2348791
JK
166392014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16640
16641 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16642
feef67ab
DE
166432014-03-22 Doug Evans <xdje42@gmail.com>
16644
16645 * gdb.python/python.exp (python not supported): Verify multi-line
16646 python command issues an error.
25d743f9 16647 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 16648 guile command issues an error.
feef67ab 16649
ecebef6a
MR
166502014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16651
16652 * gdb.threads/thread-specific.exp: Handle the lack of usable
16653 $this_breakpoint and $this_thread.
16654
ccdd1909
HZ
166552014-03-21 Hui Zhu <hui@codesourcery.com>
16656
16657 * gdb.base/attach.exp (do_command_attach_tests): New.
16658
beb460e8
PA
166592014-03-20 Tom Tromey <tromey@redhat.com>
16660 Pedro Alves <palves@redhat.com>
16661
16662 PR cli/15718
16663 * gdb.base/condbreak-call-false.c: New file.
16664 * gdb.base/condbreak-call-false.exp: New file.
16665
40acf43a
PA
166662014-03-20 Pedro Alves <palves@redhat.com>
16667
16668 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16669 Delete.
16670 (block_signals, unblock_signals): Delete.
16671 (child_function_2, main): Remove references to deleted variable
16672 and functions.
16673
9f5e1e02
PA
166742014-03-20 Pedro Alves <palves@redhat.com>
16675
16676 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16677 Use pthread_kill to signal thread 2.
16678 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16679 Adjust to make the test send itself a signal rather than using the
16680 host's "kill" command.
16681
99619bea
PA
166822014-03-20 Pedro Alves <palves@redhat.com>
16683
16684 * gdb.threads/multiple-step-overs.c: New file.
16685 * gdb.threads/multiple-step-overs.exp: New file.
16686 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16687 Adjust expected infrun debug output.
16688
2adfaa28
PA
166892014-03-20 Pedro Alves <palves@redhat.com>
16690
16691 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16692 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16693
31e77af2
PA
166942014-03-20 Pedro Alves <palves@redhat.com>
16695
16696 PR breakpoints/7143
16697 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16698 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16699 of gdb_test_multiple.
16700 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16701 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16702
b9f437de
PA
167032014-03-20 Pedro Alves <palves@redhat.com>
16704
16705 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16706 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16707
05adc73e
PA
167082014-03-19 Pedro Alves <palves@redhat.com>
16709
16710 * gdb.base/async.exp: Remove early return.
16711
6048b950
PA
167122014-03-19 Pedro Alves <palves@redhat.com>
16713
16714 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16715
8bcfb00a
PA
167162014-03-19 Pedro Alves <palves@redhat.com>
16717
16718 * gdb.base/async.exp (test_background): Expect \r\n after
16719 "completed." in the fail pattern.
16720
884e37dc
PA
167212014-03-19 Pedro Alves <palves@redhat.com>
16722
16723 * gdb.base/async.exp (test_background): New procedure.
16724 Use it for all background execution command tests.
16725
148e57e2
PA
167262014-03-19 Pedro Alves <palves@redhat.com>
16727
16728 * gdb.base/async.exp: Use prepare_for_testing.
16729
f48088c7
PA
167302014-03-19 Pedro Alves <palves@redhat.com>
16731
16732 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16733 the same line.
16734
e2f6c966
PA
167352014-03-19 Pedro Alves <palves@redhat.com>
16736
16737 * gdb.base/async.c (main): Add "jump here" and "until here" line
16738 marker comments.
16739 * gdb.base/async.exp (jump_here): New global.
16740 (jump& test): Use it.
16741 (until_here): New global.
16742 (until& test): Use it.
16743
c30568d4
PA
167442014-03-19 Pedro Alves <palves@redhat.com>
16745
16746 * gdb.base/async.exp: Don't frob gdb_protocol.
16747
0172b6a7
DE
167482014-03-18 Doug Evans <xdje42@gmail.com>
16749
16750 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16751 Fix spelling of exec-done-display.
16752
06c868a8
JK
167532014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16754
16755 PR gdb/15358
16756 * gdb.base/gdb-sigterm.c: New file.
16757 * gdb.base/gdb-sigterm.exp: New file.
16758
0c7e1a46
PA
167592014-03-18 Pedro Alves <palves@redhat.com>
16760
16761 PR gdb/13860
16762 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16763 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16764 solib-event.
16765
f7c77d93
JB
167662014-03-17 Joel Brobecker <brobecker@adacore.com>
16767
16768 * gdb.ada/pckd_arr_ren: New testcase.
16769
5a1e8c7a
DE
167702014-03-13 Doug Evans <xdje42@gmail.com>
16771
16772 PR guile/16612
16773 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16774 collect after discarding symbols.
16775
350e1a76
DE
167762014-03-13 Ludovic Courtès <ludo@gnu.org>
16777 Doug Evans <xdje42@gmail.com>
16778
16779 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16780 to history survives a gc.
16781
a69900ae
PA
167822014-03-13 Pedro Alves <palves@redhat.com>
16783
16784 * gdb.base/default.exp: Don't test "target procfs".
16785
5db9f0bd
PA
167862014-03-13 Pedro Alves <palves@redhat.com>
16787
16788 * gdb.base/default.exp: Update "target child" and "target procfs"
16789 tests to not expect "Unix".
16790
b3ccfe11
TT
167912014-03-12 Tom Tromey <tromey@redhat.com>
16792
16793 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16794 New procs. Add target-async tests.
16795 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16796 Add target-async tests.
16797
646f4417
AA
167982014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16799
16800 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16801 'func_start' and 'func_end' for the beginning and end of the
16802 function code, respectively.
16803 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16804 'func_end' instead of 'func' and 'main'.
16805
288c211f
AA
168062014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16807
16808 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16809 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16810 generate the debug info assembler source.
16811
e0c0f156
AA
168122014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16813
16814 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16815 * gdb.dwarf2/arr-subrange.exp: Likewise.
16816 * gdb.dwarf2/dwz.exp: Likewise.
16817 * gdb.dwarf2/method-ptr.exp: Likewise.
16818 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16819 * gdb.dwarf2/subrange.exp: Likewise.
16820 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16821 * gdb.dwarf2/implptrpiece.exp: Likewise.
16822 * gdb.dwarf2/nostaticblock.exp: Likewise.
16823
0e5c4555
AA
168242014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16825
16826 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16827 directory to absolute path name arguments.
16828
5ec18f2b
JG
168292014-03-10 Joel Brobecker <brobecker@adacore.com>
16830
16831 * gdb.ada/tagged_access: New testcase.
16832
847fc4f2
MM
168332014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16834
16835 * gdb.btrace/data.exp: Update expected output.
16836
cc3da688
YQ
168372014-03-06 Yao Qi <yao@codesourcery.com>
16838
16839 * gdb.trace/pr16508.exp: New file.
16840
0f26cec1
PA
168412014-03-05 Pedro Alves <palves@redhat.com>
16842
16843 PR gdb/16575
16844 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16845 procedure.
16846 (top level): Adjust to use it. Add tests that exercise breakpoint
16847 interaction with the code-cache.
16848
7a5a839f
LC
168492014-02-26 Ludovic Courtès <ludo@gnu.org>
16850
16851 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16852 test for 'history-append!'.
16853
31aa7e4e
JB
168542014-02-26 Joel Brobecker <brobecker@adacore.com>
16855
16856 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16857 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16858 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16859 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16860 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16861 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16862
1b588015
JB
168632014-02-26 Joel Brobecker <brobecker@adacore.com>
16864
16865 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16866 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16867 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16868
55426c9d
JB
168692014-02-26 Joel Brobecker <brobecker@adacore.com>
16870
16871 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16872
dc53a7ad
JB
168732014-02-26 Joel Brobecker <brobecker@adacore.com>
16874
16875 * gdb.dwarf2/arr-stride.c: New file.
16876 * gdb.dwarf2/arr-stride.exp: New file.
16877
12ab52e9
PA
168782014-02-26 Pedro Alves <palves@redhat.com>
16879
16880 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16881 that won't ever trigger. Make sure that GDB reports the correct
16882 breakpoint that caused the stop.
16883
849c862e
JK
168842014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16885
16886 PR gdb/16626
16887 * gdb.base/auto-load-script: New file.
16888 * gdb.base/auto-load.c: New file.
16889 * gdb.base/auto-load.exp: New file.
16890
71b7d793
JK
16891 PR gdb/16626
16892 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16893
e2f0d509
JK
168942014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16895
16896 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16897 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16898
50cc37c8
DE
168992014-02-24 Doug Evans <dje@google.com>
16900
16901 * lib/gdb.exp (run_on_host): Log error output if program fails.
16902
ea4758f2
PA
169032014-02-21 Pedro Alves <palves@redhat.com>
16904
16905 * gdb.threads/step-after-sr-lock.c: Rename to ...
16906 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16907 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16908 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16909 ... this.
16910
d7b30f67
SDJ
169112014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16912
16913 PR tdep/16397
16914 * gdb.arch/amd64-stap-special-operands.exp: New file.
16915 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16916 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16917 * gdb.arch/amd64-stap-triplet.S: Likewise.
16918 * gdb.arch/amd64-stap-triplet.c: Likewise.
16919
83deb43f
JB
169202014-02-20 Joel Brobecker <brobecker@adacore.com>
16921
16922 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16923 in .section pseudo-op.
16924
adde2bff
DE
169252014-02-20 lin zuojian <manjian2006@gmail.com>
16926 Joel Brobecker <brobecker@adacore.com>
16927 Doug Evans <xdje42@gmail.com>
16928
16929 PR symtab/16581
16930 * gdb.dwarf2/dw2-icycle.S: New file.
16931 * gdb.dwarf2/dw2-icycle.c: New file.
16932 * gdb.dwarf2/dw2-icycle.exp: New file.
16933
f7bd0f78
SC
169342014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16935
16936 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16937 operations on gdb.Value objects.
16938 * gdb.python/py-value-cc.exp: Add new test to test operations on
16939 gdb.Value objects.
16940
c17ef0d5
DE
169412014-02-18 Doug Evans <dje@google.com>
16942
16943 * Makefile.in (TESTS): New variable.
16944 (expanded_tests, expanded_tests_or_none): New variables
16945 (check-single): Pass $(expanded_tests_or_none) to runtest.
16946 (check-parallel): Only run tests in $(TESTS) if non-empty.
16947 (check/no-matching-tests-found): New rule.
16948 * README: Document TESTS makefile variable.
16949
5dd3176f
DE
169502014-02-18 Doug Evans <dje@google.com>
16951
16952 * Makefile.in (check-parallel): rm -rf outputs temp.
16953
0b10be4f
JK
169542014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16955
16956 Fix "ERROR: no fileid for" in the testsuite.
16957 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16958
85f224e7
DE
169592014-02-12 Doug Evans <dje@google.com>
16960
16961 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16962 (MISCELLANEOUS): New variable.
16963 (clean): rm -rf $(MISCELLANEOUS).
16964 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16965 dwp live in the same directory as symlinks, with each symlink pointed
16966 to a differently named file in a different directory.
16967
149b30ff
DE
169682014-02-11 Doug Evans <dje@google.com>
16969
16970 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16971 of Tcl file commands.
16972
1dfdac32
MK
169732014-02-10 Mark Kettenis <kettenis@gnu.org>
16974
16975 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16976 "kill -SIGUSR1 -1".
16977
aa4fb036
JB
169782014-02-10 Joel Brobecker <brobecker@adacore.com>
16979
16980 * gdb.ada/tick_length_array_enum_idx: New testcase.
16981
ed3ef339
DE
169822014-02-10 Doug Evans <xdje42@gmail.com>
16983
16984 * configure.ac (AC_OUTPUT): Add gdb.guile.
16985 * configure: Regenerate.
16986 * lib/gdb-guile.exp: New file.
16987 * lib/gdb.exp (get_target_charset): New function.
16988 * gdb.base/help.exp: Update expected output from "apropos apropos".
16989 * gdb.guile/Makefile.in: New file.
16990 * gdb.guile/guile.exp: New file.
16991 * gdb.guile/scm-arch.c: New file.
16992 * gdb.guile/scm-arch.exp: New file.
16993 * gdb.guile/scm-block.c: New file.
16994 * gdb.guile/scm-block.exp: New file.
16995 * gdb.guile/scm-breakpoint.c: New file.
16996 * gdb.guile/scm-breakpoint.exp: New file.
16997 * gdb.guile/scm-disasm.c: New file.
16998 * gdb.guile/scm-disasm.exp: New file.
16999 * gdb.guile/scm-equal.c: New file.
17000 * gdb.guile/scm-equal.exp: New file.
17001 * gdb.guile/scm-error.exp: New file.
17002 * gdb.guile/scm-error.scm: New file.
17003 * gdb.guile/scm-frame-args.c: New file.
17004 * gdb.guile/scm-frame-args.exp: New file.
17005 * gdb.guile/scm-frame-args.scm: New file.
17006 * gdb.guile/scm-frame-inline.c: New file.
17007 * gdb.guile/scm-frame-inline.exp: New file.
17008 * gdb.guile/scm-frame.c: New file.
17009 * gdb.guile/scm-frame.exp: New file.
17010 * gdb.guile/scm-generics.exp: New file.
17011 * gdb.guile/scm-gsmob.exp: New file.
17012 * gdb.guile/scm-iterator.c: New file.
17013 * gdb.guile/scm-iterator.exp: New file.
17014 * gdb.guile/scm-math.c: New file.
17015 * gdb.guile/scm-math.exp: New file.
17016 * gdb.guile/scm-objfile-script-gdb.in: New file.
17017 * gdb.guile/scm-objfile-script.c: New file.
17018 * gdb.guile/scm-objfile-script.exp: New file.
17019 * gdb.guile/scm-objfile.c: New file.
17020 * gdb.guile/scm-objfile.exp: New file.
17021 * gdb.guile/scm-ports.exp: New file.
17022 * gdb.guile/scm-pretty-print.c: New file.
17023 * gdb.guile/scm-pretty-print.exp: New file.
17024 * gdb.guile/scm-pretty-print.scm: New file.
17025 * gdb.guile/scm-section-script.c: New file.
17026 * gdb.guile/scm-section-script.exp: New file.
17027 * gdb.guile/scm-section-script.scm: New file.
17028 * gdb.guile/scm-symbol.c: New file.
17029 * gdb.guile/scm-symbol.exp: New file.
17030 * gdb.guile/scm-symtab-2.c: New file.
17031 * gdb.guile/scm-symtab.c: New file.
17032 * gdb.guile/scm-symtab.exp: New file.
17033 * gdb.guile/scm-type.c: New file.
17034 * gdb.guile/scm-type.exp: New file.
17035 * gdb.guile/scm-value-cc.cc: New file.
17036 * gdb.guile/scm-value-cc.exp: New file.
17037 * gdb.guile/scm-value.c: New file.
17038 * gdb.guile/scm-value.exp: New file.
17039 * gdb.guile/source2.scm: New file.
17040 * gdb.guile/types-module.cc: New file.
17041 * gdb.guile/types-module.exp: New file.
17042
7026a7c1
YQ
170432014-02-10 Yao Qi <yao@codesourcery.com>
17044
17045 PR testsuite/16543
17046 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17047 * configure: Regenerated.
17048 * Makefile.in: New file.
17049
6c466447
AS
170502014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17051
17052 * gdb.python/py-framefilter.exp: Fix typo.
17053
6e854735
YQ
170542014-02-08 Yao Qi <yao@codesourcery.com>
17055
17056 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17057 that no =breakpoint-modified is emitted when breakpoints are
17058 modified through MI commands.
17059
d137e6dc
PA
170602014-02-07 Pedro Alves <pedro@codesourcery.com>
17061 Pedro Alves <palves@redhat.com>
17062
17063 * gdb.threads/step-after-sr-lock.c: New file.
17064 * gdb.threads/step-after-sr-lock.exp: New file.
17065
b5ee5a50
PA
170662014-02-07 Pedro Alves <palves@redhat.com>
17067
17068 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17069
3c77faf3
JK
170702014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17071
17072 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17073 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17074
6dddc817
DE
170752014-02-06 Doug Evans <xdje42@gmail.com>
17076
17077 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17078 output.
17079
17080 * gdb.gdb/python-interrupts.exp: New file.
17081
de7b2893
YQ
170822014-02-05 Yao Qi <yao@codesourcery.com>
17083
17084 * gdb.trace/report.exp (use_collected_data): Test the output
17085 of "info threads" and "info inferiors".
17086
66d032ac
YQ
170872014-02-05 Yao Qi <yao@codesourcery.com>
17088
17089 Revert this patch:
17090
17091 2013-05-24 Yao Qi <yao@codesourcery.com>
17092
17093 * gdb.trace/tfile.exp: Test inferior and thread.
17094
591a12a1
UW
170952014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17096
17097 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17098 on a function.
17099 * gdb.base/step-bt.c: Call hello via function pointer to make
17100 sure its first instruction is executed on powerpc64le-linux.
17101
0ff3e01f
UW
171022014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17103
17104 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17105
084ee545
UW
171062014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17107
17108 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17109 of the test patterns for use on little-endian systems.
17110
6ed14ff3
UW
171112014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17112
17113 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17114 (decimal_vector): Fix for little-endian.
17115
401e27fd
JM
171162014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17117
17118 * gdb.arch/sparc-sysstep.exp: New file.
17119 * gdb.arch/sparc-sysstep.c: Likewise.
17120
17121 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17122
8b924729
EBM
171232014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17124
17125 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17126
fb151210
JB
171272014-01-23 Tom Tromey <tromey@redhat.com>
17128
17129 * gdb.ada/array_char_idx: New testcase.
17130
0740f8d8
TT
171312014-01-23 Tom Tromey <tromey@redhat.com>
17132
17133 PR python/16487:
17134 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17135 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17136 classes.
17137
21909fa1
TT
171382014-01-23 Tom Tromey <tromey@redhat.com>
17139
17140 PR python/16491:
17141 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17142 string from an inferior frame.
17143 * gdb.python/py-framefilter-mi.exp: Update.
17144
87ce2a04
DE
171452014-01-22 Doug Evans <dje@google.com>
17146
17147 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17148
237b092b
AA
171492014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17150
17151 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17152
d674a709
AA
171532014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17154
17155 * gdb.trace/entry-values.exp: Remove excess space character from
17156 regex patterns. Handle s390 call instruction.
17157
20fa3390
AA
171582014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17159
17160 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17161 define "*_start" label. Make "name" static.
17162 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17163 ${name} by references to ${name}_start.
17164
78466714
AA
171652014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17166
17167 * gdb.base/info-macros.exp: Remove "debug" from the compile
17168 options.
17169
ec9f644a
IB
171702014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17171
17172 * gdb.dlang/demangle.exp: New file.
17173
94b1b47e
IB
171742014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17175
17176 * gdb.dlang/primitive-types.exp: New file.
17177
7f420862
IB
171782014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17179
17180 * configure.ac: Create gdb.dlang/Makefile.
17181 * configure: Regenerate.
17182 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17183 * gdb.dlang/Makefile.in: New file.
17184 * lib/d-support.exp: New file.
17185 * lib/gdb.exp (skip_d_tests): New proc.
17186
52834460
MM
171872014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17188
17189 * gdb.btrace/delta.exp: Check reverse stepi.
17190 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17191 * gdb.btrace/finish.exp: New.
17192 * gdb.btrace/next.exp: New.
17193 * gdb.btrace/nexti.exp: New.
17194 * gdb.btrace/record_goto.c: Add comments.
17195 * gdb.btrace/step.exp: New.
17196 * gdb.btrace/stepi.exp: New.
17197 * gdb.btrace/multi-thread-step.c: New.
17198 * gdb.btrace/multi-thread-step.exp: New.
17199 * gdb.btrace/rn-dl-bind.c: New.
17200 * gdb.btrace/rn-dl-bind.exp: New.
17201 * gdb.btrace/data.c: New.
17202 * gdb.btrace/data.exp: New.
17203 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17204
6e07b1d2
MM
172052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17206
17207 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17208 * gdb.btrace/exception.exp: Update.
17209 * gdb.btrace/instruction_history.exp: Update.
17210 * gdb.btrace/record_goto.exp: Update.
17211 * gdb.btrace/tailcall.exp: Update.
17212 * gdb.btrace/unknown_functions.exp: Update.
17213 * gdb.btrace/delta.exp: New.
17214
0b722aec
MM
172152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17216
17217 * gdb.btrace/record_goto.exp: Add backtrace test.
17218 * gdb.btrace/tailcall.exp: Add backtrace test.
17219
066ce621
MM
172202014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17221
17222 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17223 * gdb.btrace/record_goto.c: New.
17224 * gdb.btrace/record_goto.exp: New.
17225 * gdb.btrace/x86-record_goto.S: New.
17226
0688d04e
MM
172272014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17228
17229 * gdb.btrace/function_call_history.exp: Update tests.
17230 * gdb.btrace/instruction_history.exp: Update tests.
17231
8710b709
MM
172322014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17233
17234 * gdb.btrace/function_call_history.exp: Fix expected field
17235 order for "record function-call-history".
17236 Add new tests for "record function-call-history /c".
17237 * gdb.btrace/exception.cc: New.
17238 * gdb.btrace/exception.exp: New.
17239 * gdb.btrace/tailcall.exp: New.
17240 * gdb.btrace/x86-tailcall.S: New.
17241 * gdb.btrace/x86-tailcall.c: New.
17242 * gdb.btrace/unknown_functions.c: New.
17243 * gdb.btrace/unknown_functions.exp: New.
17244 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17245
5de9129b
MM
172462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17247
17248 * gdb.btrace/instruction_history.exp: Update.
17249 * gdb.btrace/function_call_history.exp: Update.
17250
23a7fe75
MM
172512014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17252
17253 * gdb.btrace/function_call_history.exp: Fix expected function
17254 trace.
17255 * gdb.btrace/instruction_history.exp: Initialize traced.
17256 Remove traced_functions.
17257
724c7dd8
MM
172582014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17259
17260 * gdb.btrace/function_call_history.exp: Update
17261 * gdb.btrace/instruction_history.exp: Update.
17262
6d78d93b
MM
172632014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17264
17265 * gdb.btrace/enable.exp: Update expected text.
17266
93a360cc
OJ
172672014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17268
17269 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17270 bytes.
17271
3772b53f
MR
172722014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17273
17274 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17275
596662fa
OJ
172762014-01-15 Omair Javaid <omair.javaid@linaro.org>
17277
17278 * lib/gdb.exp (supports_process_record): Return true for
17279 arm*-linux*. (supports_reverse): Likewise.
17280
b5b08fb4
SC
172812014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17282
17283 PR python/15464
17284 PR python/16113
17285 * gdb.python/py-type.c: Enhance test case.
17286 * gdb.python/py-value-cc.cc: Likewise
17287 * gdb.python/py-type.exp: Add new tests.
17288 * gdb.python/py-value-cc.exp: Likewise
17289
52d7fb13
AA
172902014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17291 Pedro Alves <palves@redhat.com>
17292
17293 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17294 Make "name" extern.
17295 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17296 references to ${name}_start by references to ${name}.
17297
a2cd8cfe
JB
172982014-01-10 Joel Brobecker <brobecker@adacore.com>
17299
17300 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17301
4e23fced
JB
173022014-01-10 Joel Brobecker <brobecker@adacore.com>
17303
17304 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17305
c6a9e42c
PA
173062014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17307 Pedro Alves <palves@redhat.com>
17308
17309 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 17310 mi_gdb_target_load.
c6a9e42c 17311
b7ea362b
PA
173122014-01-08 Pedro Alves <palves@redhat.com>
17313
17314 * gdb.threads/reconnect-signal.c: New file.
17315 * gdb.threads/reconnect-signal.exp: New file.
17316
5e3f4fab
EBM
173172014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17318
17319 * gdb.base/source-dir.exp: New file.
17320
79301218
JB
173212014-01-07 Joel Brobecker <brobecker@adacore.com>
17322
17323 * gdb.ada/mi_interface: New testcase.
17324
8e355c5d
JB
173252014-01-07 Joel Brobecker <brobecker@adacore.com>
17326
17327 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17328 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17329 gdb.ada/pp-rec-component/pck.ads: New files.
17330
c0d48811
JB
173312014-01-07 Joel Brobecker <brobecker@adacore.com>
17332
17333 * gdb.python/py-pp-integral.c: New file.
17334 * gdb.python/py-pp-integral.py: New file.
17335 * gdb.python/py-pp-integral.exp: New file.
17336
17b609c3 17337For older changes see ChangeLog-1993-2013.
c906108c 17338\f
8d8cb839
EZ
17339;; Local Variables:
17340;; mode: change-log
17341;; left-margin: 8
17342;; fill-column: 74
17343;; version-control: never
17344;; End:
902f2ccb 17345
42a4f53d 17346 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
17347 Copying and distribution of this file, with or without modification,
17348 are permitted provided the copyright notice and this notice are preserved.