Avoid crash on single-field union in Rust
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
77c2dba3
TT
12019-10-03 Tom Tromey <tom@tromey.com>
2
3 PR rust/24976:
4 * gdb.rust/simple.rs (Union2): New type.
5 (main): Use Union2.
6 * gdb.rust/simple.exp: Add test.
7
179aed7f
AB
82019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
9
10 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
11 nested function prefix.
12
0a4b0913
AB
132019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
14 Richard Bunt <richard.bunt@arm.com>
15 Andrew Burgess <andrew.burgess@embecosm.com>
16
17 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
18 nested functions.
19 * gdb.fortran/nested-funcs.f90: Update expected results.
20 * gdb.fortran/nested-funcs-2.exp: New file.
21 * gdb.fortran/nested-funcs-2.f90: New file.
22
082cce05
AB
232019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
24
25 * gdb.python/py-parameter.exp: Make test names unique.
26 * gdb.python/py-template.exp: Likewise.
27 * gdb.python/py-value.exp: Likewise.
28
2b74ba5a
AB
292019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
30
31 * gdb.base/break-interp.exp: Reduce test name duplication.
32 * gdb.base/call-sc.exp: Likewise.
33 * gdb.base/callfuncs.exp: Likewise.
34 * gdb.base/charset.exp: Likewise.
35 * gdb.base/dump.exp: Likewise.
36 * gdb.base/ena-dis-br.exp: Likewise.
37 * gdb.base/relational.exp: Likewise.
38 * gdb.base/step-over-syscall.exp: Likewise.
39 * gdb.base/structs.exp: Likewise.
40
58eb20d5
AB
412019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
42
43 * gdb.linespec/explicit.exp: Make test names unique.
44 * gdb.linespec/ls-errs.exp: Likewise.
45
4d421147
AB
462019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
47
48 * gdb.reverse/break-precsave.exp: Make test names unique.
49 * gdb.reverse/break-reverse.exp: Likewise.
50 * gdb.reverse/finish-precsave.exp: Likewise.
51 * gdb.reverse/finish-reverse.exp: Likewise.
52 * gdb.reverse/machinestate-precsave.exp: Likewise.
53 * gdb.reverse/machinestate.exp: Likewise.
54 * gdb.reverse/readv-reverse.exp: Likewise.
55 * gdb.reverse/recvmsg-reverse.exp: Likewise.
56 * gdb.reverse/sigall-precsave.exp: Likewise.
57 * gdb.reverse/sigall-reverse.exp: Likewise.
58 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
59 * gdb.reverse/watch-precsave.exp: Likewise.
60 * gdb.reverse/watch-reverse.exp: Likewise.
61
d8c06f22
AB
622019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
63
64 * gdb.threads/stop-with-handle.c: New file.
65 * gdb.threads/stop-with-handle.exp: New file.
66
3a56ed86
TV
672019-10-03 Tom de Vries <tdevries@suse.de>
68
69 PR testsuite/25059
70 * gdb.base/list-missing-source.exp: Allowing the "Compilation
71 directory" line to be missing.
72
42275044
TV
732019-10-03 Tom de Vries <tdevries@suse.de>
74
75 PR testsuite/25059
76 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
77 type optional.
78
9ef62df0
AA
792019-10-02 Andreas Arnez <arnez@linux.ibm.com>
80
81 * gdb.python/py-format-string.c (string.h): New include.
82 (main): Fill a_struct_with_union.the_union.an_int with bytes of
83 the same value, for endianness-independence.
84 * gdb.python/py-format-string.exp (default_regexp_dict)
85 (test_pretty_structs, test_format): Adjust expected output to the
86 changed initialization.
87
37f6a7f4
TT
882019-10-02 Tom Tromey <tromey@adacore.com>
89
90 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
91
1d58d6a2
PA
922019-10-02 Pedro Alves <palves@redhat.com>
93 Andrew Burgess <andrew.burgess@embecosm.com>
94
95 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
96 "print-file-var.h".
97 (this_version_id) Use ATTRIBUTE_VISIBILITY.
98 (get_version_1): Print this_version_id and its address.
99 Add extern "C" wrappers around interface functions.
100 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
101 "print-file-var.h".
102 (this_version_id) Use ATTRIBUTE_VISIBILITY.
103 (get_version_2): Print this_version_id and its address.
104 Add extern "C" wrappers around interface functions.
105 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
106 <stddef.h> and "print-file-var.h".
107 Add extern "C" wrappers around interface functions.
108 [VERSION_ID_MAIN] (this_version_id): Define.
109 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
110 * gdb.base/print-file-var.h: Add some #defines to simplify setting
111 up extern "C" blocks.
112 * gdb.base/print-file-var.exp (test): New, factored out from top
113 level.
114 (top level): Test all combinations of attribute hidden or not,
115 dlopen or not, and this_version_id symbol in main file or not.
116 Compile tests as both C++ and C, make test names unique.
117
d770d56f
TT
1182019-10-01 Tom Tromey <tom@tromey.com>
119
120 * gdb.base/style.exp: Test "show logging filename".
121
7f6aba03
TT
1222019-10-01 Tom Tromey <tom@tromey.com>
123
124 * lib/gdb-utils.exp (style): Handle "metadata" argument.
125 * gdb.base/style.exp: Add metadata style test.
126
14309bb6
TT
1272019-10-01 Tom Tromey <tom@tromey.com>
128
129 * gdb.base/style.exp: Test "pwd".
130
2a3c1174
PA
1312019-10-01 Tom Tromey <tom@tromey.com>
132
133 * gdb.base/style.exp: Update tests.
134
53d666ec
AA
1352019-10-01 Andreas Arnez <arnez@linux.ibm.com>
136
137 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
138 'six' to unsigned.
139 (s1): Initialize fields 'four' and 'six' instead of 'three' and
140 'five'. Use an all-ones bit pattern for each.
141 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
142 to its changed values.
143
4a56a520
TT
1442019-09-30 Tom Tromey <tromey@adacore.com>
145
146 * gdb.rust/traits.rs: Disable all warnings.
147
0df0352a
TV
1482019-09-29 Tom de Vries <tdevries@suse.de>
149
150 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
151
73d9a918
TV
1522019-09-29 Tom de Vries <tdevries@suse.de>
153
154 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
155
060b3ab4
TV
1562019-09-27 Tom de Vries <tdevries@suse.de>
157
158 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
159
68f7d34d
TV
1602019-09-27 Tom de Vries <tdevries@suse.de>
161
162 PR record/23188
163 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
164
5d63b30a
TT
1652019-09-26 Tom Tromey <tromey@adacore.com>
166
167 * gdb.ada/py_taft.exp: New file.
168 * gdb.ada/py_taft/main.adb: New file.
169 * gdb.ada/py_taft/pkg.adb: New file.
170 * gdb.ada/py_taft/pkg.ads: New file.
171
3d435220
TV
1722019-09-24 Tom de Vries <tdevries@suse.de>
173
174 PR gdb/24598
175 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
176
77d03678
TV
1772019-09-22 Tom de Vries <tdevries@suse.de>
178
179 * gdb.base/restore.exp: Allow register variables to be optimized out at
180 -O0.
181
abf516c6
UW
1822019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
183
184 * gdb.arch/spu-info.exp: Remove file.
185 * gdb.arch/spu-info.c: Remove file.
186 * gdb.arch/spu-ls.exp: Remove file.
187 * gdb.arch/spu-ls.c: Remove file.
188
189 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
190 * gdb.asm/spu.inc: Remove file.
191
192 * gdb.base/dump.exp: Remove support for spu*-*-*.
193 * gdb.base/stack-checking.exp: Likewise.
194 * gdb.base/overlays.exp: Likewise.
195 * gdb.base/ovlymgr.c: Likewise.
196 * gdb.base/spu.ld: Remove file.
197
198 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
199 * gdb.cp/cpexprs.exp: Likewise.
200 * gdb.cp/exception.exp: Likewise.
201 * gdb.cp/gdb2495.exp: Likewise.
202 * gdb.cp/mb-templates.exp: Likewise.
203 * gdb.cp/pr9167.exp: Likewise.
204 * gdb.cp/userdef.exp: Likewise.
205
206 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
207
208 * gdb.cell: Remove directory.
209 * lib/cell.exp: Remove file.
210
e452e88f
TV
2112019-09-19 Tom de Vries <tdevries@suse.de>
212
213 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
214
8a625130
TV
2152019-09-19 Tom de Vries <tdevries@suse.de>
216
217 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
218
81dc3ab5
TV
2192019-09-19 Tom de Vries <tdevries@suse.de>
220
221 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
222 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
223 (gdb_target_cmd): ... here.
224 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
225 value 2.
226
b078f3ac
AB
2272019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
228
229 * gdb.base/source-dir.exp: Avoid having directory names in test
230 names.
231
f1b620e9
MG
2322019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
233
234 * gdb.base/source-dir.exp: Add extra test for mapped compilation
235 directory.
236
67f3ed6a
AB
2372019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
238
239 * gdb.base/list-missing-source.exp: New file.
240
d1b70248
TV
2412019-09-14 Tom de Vries <tdevries@suse.de>
242
243 PR teststuite/24599
244 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
245 * lib/ada.exp (gnatmake_version_at_least): New proc.
246
5fabdcd6
AB
2472019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
248
249 * gdb.base/maint.exp: Use exec_has_index_section.
250
aa17805f
AB
2512019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
252
253 * gdb.base/maint.exp: Add test for 'maint info sections'.
254
25e5c209
TV
2552019-09-12 Tom de Vries <tdevries@suse.de>
256
257 * gdb.base/store.exp: Allow register variables to be optimized out at
258 -O0.
259
4993045d
PW
2602019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
261
262 * gdb.ada/rdv_wait.exp: Update to new task names.
263 * gdb.base/task_switch_in_core.exp: Likewise.
264 * gdb.base/info_sources_base.c: Likewise.
265
8a516164
TT
2662019-09-10 Tom Tromey <tromey@adacore.com>
267
268 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
269
aa391654
TT
2702019-09-10 Tom Tromey <tromey@adacore.com>
271
272 * gdb.ada/dgopt.exp: New file.
273 * gdb.ada/dgopt/x.adb: New file.
274
8634b462
TT
2752019-09-08 Tom Tromey <tom@tromey.com>
276
277 * gdb.tui/resize.exp: Remove setup_xfail.
278 * gdb.tui/regs.exp: Remove setup_xfail.
279 * gdb.tui/basic.exp: Remove setup_xfail.
280
736b0f76
DB
2812019-09-06 David Blaikie <dblaikie@gmail.com>
282
283 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
284 * gdb.cp/cplabel.exp: Ditto.
285 * gdb.linespec/ls-errs.exp: Ditto.
286
30331a6c
TV
2872019-09-05 Tom de Vries <tdevries@suse.de>
288
289 * lib/gdb.exp (cmp_file_string): New proc.
290 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
291 runto_main. Verify save breakpoints output.
292
98b0ebab
PW
2932019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
294
295 * gdb.base/info-var.exp: Test info variables without running
296 to main, to avoid expect's buffer overflow.
297
4e962e74
TT
2982019-09-03 Tom Tromey <tromey@adacore.com>
299
300 * gdb.ada/bias.exp: New file.
301 * gdb.ada/bias/bias.adb: New file.
302 * gdb.ada/print_chars.exp: Add regression test.
303 * gdb.ada/print_chars/foo.adb (My_Character): New type.
304 (MC): New variable.
305
2ea1a07a
SL
3062019-08-29 Sandra Loosemore <sandra@codesourcery.com>
307
308 * gdb.base/argv0-symlink.exp: Run only on native target
309 and local host.
310
8077c50d
TV
3112019-08-29 Tom de Vries <tdevries@suse.de>
312
313 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
314 diverse debug info.
315 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
316
48352473
TV
3172019-08-28 Tom de Vries <tdevries@suse.de>
318
319 * gdb.base/info-var.exp: Allow info variables to print info for files
320 other than info-var-f1.c and info-var-f2.c.
321
d8f27c60
AB
3222019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
323
324 * gdb.fortran/info-types.exp: Add module.
325 * gdb.fortran/info-types.f90: Update expected results.
326
1f20c35e
AB
3272019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
328
329 * gdb.fortran/info-types.exp: New file.
330 * gdb.fortran/info-types.f90: New file.
331 * lib/fortran.exp (fortran_character1): New proc.
332
4acfdd20
AB
3332019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
334
335 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
336 functions'. Reindent as needed.
337 * gdb.base/info-var-f1.c: New file.
338 * gdb.base/info-var-f2.c: New file.
339 * gdb.base/info-var.exp: New file.
340 * gdb.base/info-var.h: New file.
341
5c31b358
TV
3422019-08-26 Tom de Vries <tdevries@suse.de>
343
344 PR c++/24852
345 * gdb.cp/no-libstdcxx-probe.exp: New test.
346
b694989f
TV
3472019-08-26 Tom de Vries <tdevries@suse.de>
348
349 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
350 * tests need to be skipped.
351 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
352 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
353 mi_skip_libstdcxx_probe_tests.
354
d9c4ba53
SDJ
3552019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
356
357 * gdb.python/py-xmethods.exp: Use raw strings when passing
358 arguments to SimpleXMethodMatcher.
359
395fad09
TV
3602019-08-22 Tom de Vries <tdevries@suse.de>
361
362 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
363 more informative.
364
26c957f1
PA
3652019-08-21 Pedro Alves <palves@redhat.com>
366
367 * gdb.base/with.exp: Test "with" with no arguments.
368
61f80d5d
TV
3692019-08-21 Tom de Vries <tdevries@suse.de>
370
371 * gdb.base/gdb-caching-proc.exp: Sort files.
372
d7a11d13
TV
3732019-08-20 Tom de Vries <tdevries@suse.de>
374
375 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
376 compilation.
377
34dafe9f
TV
3782019-08-16 Tom de Vries <tdevries@suse.de>
379
380 * gdb.base/compare-sections.exp ("after run to main"): Allow
381 mismatched read-only sections for PIE executables.
382
398fdd60
TT
3832019-08-16 Tom Tromey <tom@tromey.com>
384
385 * lib/tuiterm.exp (_csi_Z): New proc.
386 * gdb.tui/basic.exp: Update window positions.
387 * gdb.tui/empty.exp: Update window positions.
388
d8f9e51c
SL
3892019-08-15 Sandra Loosemore <sandra@codesourcery.com>
390
391 * gdb.base/examine-backward.exp: Correct regexp for
392 "examine 3 bytes backward from ${address_zero}".
393
3df505f6
TT
3942019-08-15 Tom Tromey <tom@tromey.com>
395
396 * gdb.tui/empty.exp: Enable resizing tests.
397
272560b5
TT
3982019-08-15 Tom Tromey <tromey@adacore.com>
399
400 * gdb.ada/char_enum.exp: Add regression tests.
401 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
402 and '0'.
403 (Char, Gchar): Update.
404 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
405
08235187
CB
4062019-08-15 Christian Biesinger <cbiesinger@google.com>
407
408 * gdb.python/python.exp: Expect a leading underscore on
409 GdbOutput{,Error}File.
410
22a2ab04
SL
4112019-08-15 Sandra Loosemore <sandra@codesourcery.com>
412
413 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
414 Windows host.
415
835b995b
SL
4162019-08-15 Sandra Loosemore <sandra@codesourcery.com>
417
418 * gdb.base/batch-preserve-term-settings.exp
419 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
420
97dd8e07
CB
4212019-08-15 Christian Biesinger <cbiesinger@google.com>
422
423 * lib/gdb.exp: When running on a mingw target, replace
424 /x/ with x:/.
425
75faf5c4
AH
4262019-08-14 Alan Hayward <alan.hayward@arm.com>
427
428 * gdb.arch/aarch64-prologue.c: New test.
429 * gdb.arch/aarch64-prologue.exp: New file.
430
abc6c00f
TV
4312019-08-13 Tom de Vries <tdevries@suse.de>
432
433 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
434 Thread.
435
74c2c1f4
SL
4362019-08-13 Sandra Loosemore <sandra@codesourcery.com>
437
438 * gdb.python/py-completion.exp: Download the .py file to the host
439 and use its host pathname. Conditionalize tests that use
440 tab completion and manipulate files on the build machine.
441 * gdb.python/py-events.exp: Download the .py file to the host
442 and use its host pathname.
443 * gdb.python/py-evsignal.exp: Likewise.
444 * gdb.python/py-evthreads.exp: Likewise.
445 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
446 pathname syntax.
447 * gdb.python/py-framefilter.exp: Download the .py file to the right
448 place on the host. Match Windows pathname syntax.
449 * gdb.python/py-mi-var-info-path-expression.exp: Download the
450 .py file to the host and use its host pathname.
451 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
452 * gdb.python/py-objfile.exp: Expect a host pathname, not a
453 build pathname. Skip symlink test on Windows host. Add missing
454 newline at end of file.
455 * gdb.python/py-pp-maint.exp: Download the .py file to the host
456 and use its host pathname.
457 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
458 * gdb.python/py-section-script.exp: Use host location of binfile
459 on safe-path. Use correct path separator on Windows host.
460 Reorder alternatives in gdb_test_multiple to prevent matching
461 the wrong alternative on success.
462 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
463
ca2589f3
PP
4642019-08-12 Patrick Palka <patrick@parcs.ath.cx>
465
466 * gdb.gdb/selftest.exp (test_with_self): Update test to now
467 expect the GDB inferior to no longer immediately stop after
468 being resumed with "signal SIGINT".
469
020a839d
SL
4702019-08-09 Sandra Loosemore <sandra@codesourcery.com>
471
472 * gdb.linespec/break-ask.exp: Generalize regexps to match
473 Windows pathnames too.
474
128d6509
TV
4752019-08-08 Tom de Vries <tdevries@suse.de>
476
477 PR testsuite/24862
478 * lib/tuiterm.exp (_accept): Fix CSI regexp.
479
590042fc
PW
4802019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
481
482 * gdb.base/style.exp: Update tests for help doc new invariants.
483 * gdb.base/help.exp: Likewise.
484
046bebe1
TT
4852019-08-06 Tom Tromey <tom@tromey.com>
486
487 * gdb.base/style.exp: Add disassemble test.
488 * gdb.base/style.c (some_called_function): New function.
489 (main): Use it.
490
0b27c27d
CB
4912019-08-05 Christian Biesinger <cbiesinger@google.com>
492
493 * gdb.python/py-block.exp: Test dictionary access on blocks.
494
580f1034
SM
4952019-08-05 Simon Marchi <simon.marchi@efficios.com>
496
497 PR gdb/24863
498 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
499 -list-thread-groups --available test when running under
500 check-read1.
501
d86bd7cb
TV
5022019-08-05 Tom de Vries <tdevries@suse.de>
503
504 PR testsuite/24863
505 * lib/gdb.exp (with_read1_timeout_factor): New proc.
506 * gdb.base/help.exp: Use with_read1_timeout_factor.
507 * gdb.base/info-macros.exp: Same.
508 * gdb.cp/nested-types.exp: Same.
509
a80cf5d8
TV
5102019-08-05 Tom de Vries <tdevries@suse.de>
511
512 * lib/gdb.exp (version_at_least): Factor out of ...
513 (tcl_version_at_least): ... here.
514 (gdb_compile): Fail if pie results in non-PIE executable.
515 (readelf_version, readelf_prints_pie): New proc.
516 (exec_is_pie): Return -1 if unknown.
517
d0962838
TV
5182019-08-05 Tom de Vries <tdevries@suse.de>
519
520 * lib/gdb.exp (tcl_version_at_least): Fix typo.
521
2252ff3d
SL
5222019-08-04 Sandra Loosemore <sandra@codesourcery.com>
523
524 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
525
26655f53
SL
5262019-08-04 Sandra Loosemore <sandra@codesourcery.com>
527
528 * lib/completion-support.exp (test_gdb_complete_none): Skip
529 tab completion tests if no readline support.
530 (test_gdb_complete_unique_re): Likewise.
531 (test_gdb_complete_multiple): Likewise.
532
db4dc13e
PW
5332019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
534
535 * gdb.base/info_sources.exp: New file.
536 * gdb.base/info_sources.c: New file.
537 * gdb.base/info_sources_base.c: New file.
538
0eba165a
PFC
5392019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
540
541 * gdb.base/batch-exit-status.exp: Call test_exit_status with
542 prefix argument.
543 (test_exit_status): Add prefix argument.
544
59bd512b
TV
5452019-08-01 Tom de Vries <tdevries@suse.de>
546
547 PR testsuite/24863
548 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
549 calling exp_continue for new thread and thread exited messages.
550
2a3ad588
TV
5512019-08-01 Tom de Vries <tdevries@suse.de>
552
553 PR testsuite/24863
554 * gdb.base/structs.exp: Fix check-read1 timeout using
555 gdb_test_sequence.
556 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
557
117eb594
TV
5582019-08-01 Tom de Vries <tdevries@suse.de>
559
560 PR testsuite/24863
561 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
562 line.
563
ed591340
TV
5642019-08-01 Tom de Vries <tdevries@suse.de>
565
566 PR testsuite/24863
567 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
568
aa3b6533
TT
5692019-07-30 Tom Tromey <tromey@adacore.com>
570
571 * gdb.ada/display_nested.exp: New file.
572 * gdb.ada/display_nested/foo.adb: New file.
573 * gdb.ada/display_nested/pack.adb: New file.
574 * gdb.ada/display_nested/pack.ads: New file.
575
2906593f
CB
5762019-07-30 Christian Biesinger <cbiesinger@google.com>
577
578 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
579 namespace.
580 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
581
0f575925
TV
5822019-07-30 Tom de Vries <tdevries@suse.de>
583
584 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
585 instead.
586
b13057d9
TV
5872019-07-30 Tom de Vries <tdevries@suse.de>
588
589 PR testsuite/24834
590 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
591 (exec_is_pie): New proc.
592
5c4dde85
CB
5932019-07-29 Christian Biesinger <cbiesinger@google.com>
594
595 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
596
c620ed88
CB
5972019-07-29 Christian Biesinger <cbiesinger@google.com>
598
599 * gdb.python/py-objfile.c: Add global and static vars.
600 * gdb.python/py-objfile.exp: Test new functions Objfile.
601 lookup_global_symbol and lookup_static_symbol.
602
3d235706
TT
6032019-07-29 Tom Tromey <tom@tromey.com>
604
605 * lib/tuiterm.exp (Term::_csi_@): New proc.
606 (Term::_csi_X): Don't move cursor.
607
c7e4c0a6
PW
6082019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
609
610 * gdb.base/options.exp: Update backtrace - completion to
611 new option -frame-info.
612 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
613 Test new 'set print frame-info'. Test backtrace -frame-info
614 overriding 'set print frame-info'.
615 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
616 Test new 'set print frame-info'.
617 Verify consistency of backtrace with and without filters, with and
618 without -no-filters.
619 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
620 default.
621
de28a3b7
TV
6222019-07-29 Tom de Vries <tdevries@suse.de>
623
624 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
625 no arguments".
626
507dd60e
TV
6272019-07-29 Tom de Vries <tdevries@suse.de>
628
629 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
630 is a substring of the first for "complete non-unique file name".
631
5beafce9
TV
6322019-07-29 Tom de Vries <tdevries@suse.de>
633
634 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
635 with ".*".
636
2d274232
TV
6372019-07-29 Tom de Vries <tdevries@suse.de>
638
639 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
640 Pass prompt_regexp parameter to gdb_test_multiple calls.
641
9197cd8b
TV
6422019-07-29 Tom de Vries <tdevries@suse.de>
643
644 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
645 print registers" regexps.
646
b528dae0
TV
6472019-07-29 Tom de Vries <tdevries@suse.de>
648
649 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
650
d17725d7
TV
6512019-07-29 Tom de Vries <tdevries@suse.de>
652
653 PR gdb/24855
654 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
655 (skip_python_tests_prompt): Add prompt_regexp argument to
656 gdb_test_multiple calls.
657
52b75bf1
TT
6582019-07-27 Tom Tromey <tom@tromey.com>
659
660 * gdb.tui/main.exp: New file.
661
2b1d00c2
TT
6622019-07-27 Tom Tromey <tom@tromey.com>
663
664 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
665 optional.
666 * gdb.tui/empty.exp: New file.
667
ded631d5
TT
6682019-07-27 Tom Tromey <tom@tromey.com>
669
670 * lib/tuiterm.exp (spawn): New proc.
671 (Term::resize): New proc.
672 * gdb.tui/resize.exp: New file.
673
58ac439d
TT
6742019-07-27 Tom Tromey <tom@tromey.com>
675
676 * gdb.tui/list.exp: New file.
677
fe1f56ee
TT
6782019-07-27 Tom Tromey <tom@tromey.com>
679
680 * gdb.tui/regs.exp: New file.
681
f790b310
TT
6822019-07-27 Tom Tromey <tom@tromey.com>
683
684 * gdb.tui/basic.exp: Add "layout split" test.
685
d95fc6ee
TT
6862019-07-27 Tom Tromey <tom@tromey.com>
687
688 * gdb.tui/basic.exp: Add "layout asm" test.
689
c3786b3a
TT
6902019-07-27 Tom Tromey <tom@tromey.com>
691
692 * lib/tuiterm.exp: New file.
693 * gdb.tui/basic.exp: New file.
694
98a617f8
KB
6952019-07-27 Kevin Buettner <kevinb@redhat.com>
696
697 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
698 Enable tests associated with this flag. Adjust regex
699 referencing "foo_low" to now refer to "foo_cold" instead.
700
5c076da4
KB
7012019-07-27 Kevin Buettner <kevinb@redhat.com>
702
703 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
704 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
705 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
706 foo_cold. Revise comments to match.
707 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
708 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
709 were wrapped into this proc; Call do_test in loop from outermost
710 level.
711 (foo_low): Rename all occurrences to "foo_cold".
712 (backtrace from baz): New test.
713 (x2/i foo_cold): New test.
714 (info line *foo_cold): New test.
715
1512d3b7
TV
7162019-07-26 Tom de Vries <tdevries@suse.de>
717
718 * gdb.arch/i386-pkru.exp: Fix unterminated string.
719
297989a1
TV
7202019-07-25 Tom de Vries <tdevries@suse.de>
721
722 PR testsuite/24830
723 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
724 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
725 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
726 (skip_libstdcxx_probe_tests): ... here.
727 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
728
b3b965fb
TV
7292019-07-24 Tom de Vries <tdevries@suse.de>
730
731 PR testsuite/24807
732 * gdb.objc/basicclass.m: Include stdio.h.
733 * gdb.objc/nondebug.m: Same.
734 * gdb.objc/objcdecode.m: Same.
735
4625b4d0
TV
7362019-07-24 Tom de Vries <tdevries@suse.de>
737
738 PR testsuite/24612
739 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
740 additional_flags.
741
024a5840
TV
7422019-07-24 Tom de Vries <tdevries@suse.de>
743
744 PR testsuite/24831
745 * gdb.multi/tids.exp: Update error messages for info threads.
746
c76ddaa3
TV
7472019-07-24 Tom de Vries <tdevries@suse.de>
748
749 * gdb.base/info-types.exp: Allow info types to print info for more than
750 one file.
751
9a618ef6
TV
7522019-07-23 Tom de Vries <tdevries@suse.de>
753
754 PR testsuite/24842
755 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
756 gdb_spawn_with_cmdline_opts.
757
40eadf04
SP
7582019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
759
760 * gdb.arch/arm-cmse-sgstubs.c: New test.
761 * gdb.arch/arm-cmse-sgstubs.exp: New file.
762
5ba29434
TV
7632019-07-23 Tom de Vries <tdevries@suse.de>
764
765 PR testsuite/24711
766 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
767 issuing next command.
768
a8e9d247
AB
7692019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
770
771 * gdb.ada/info_auto_lang.exp: Update expected results.
772 * gdb.base/info-types.c: Add additional types to check.
773 * gdb.base/info-types.exp: Update expected results.
774
eb86c5e2
AB
7752019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
776
777 * gdb.base/info-types.c: New file.
778 * gdb.base/info-types.exp: New file.
779
01e175fe
AB
7802019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
781
782 * gdb.arch/riscv-bp-infcall.c: New file.
783 * gdb.arch/riscv-bp-infcall.exp: New file.
784
6b78c3f8
AB
7852019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
786
787 PR breakpoints/24541
788 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
789
da738167
TV
7902019-07-14 Tom de Vries <tdevries@suse.de>
791
792 PR testsuite/24760
793 * gdb.objc/basicclass.exp: Fix unterminated string.
794
0d4e84ed
AB
7952019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
796 Andrew Burgess <andrew.burgess@embecosm.com>
797
798 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
799 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
800 negative bounds.
801 * gdb.fortran/vla-value.exp: Print elements of an array with
802 negative bounds.
803 * gdb.fortran/vla.f90: Setup an array with negative bounds for
804 testing.
805
021d8588
AB
8062019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
807
808 * gdb.base/options.exp (expect_string): Dequote strings in
809 results.
810 (test-string): Test strings with different quoting and reindent.
811
f06f1252
TT
8122019-07-10 Tom Tromey <tromey@adacore.com>
813
814 * gdb.ada/mi_ex_cond.exp: Update expected results.
815 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
816 * gdb.ada/mi_catch_ex.exp: Update expected results.
817 * gdb.ada/mi_catch_assert.exp: Update expected results.
818 * gdb.ada/catch_ex.exp (catch_exception_info)
819 (catch_exception_entry, catch_assert_entry)
820 (catch_unhandled_entry): Update.
821 * gdb.ada/catch_assert_if.exp: Update expected results.
822
b863685d
RB
8232019-07-10 Richard Bunt <richard.bunt@arm.com>
824 Stephen Roberts <stephen.roberts@arm.com>
825
826 * gdb.base/define.exp: Restore original prompt.
827
cb1e4e32
PA
8282019-07-09 Pedro Alves <palves@redhat.com>
829
830 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
831 breakpoints" output.
832 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
833 * gdb.python/py-breakpoint.exp: No longer expect that "catch
834 throw" creates breakpoint.
835 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
836 'type="catchpoint"'.
837
b58a68fe
PA
8382019-07-09 Pedro Alves <palves@redhat.com>
839
840 PR c++/15468
841 * gdb.cp/except-multi-location-lib.cc: New.
842 * gdb.cp/except-multi-location-main.cc: New.
843 * gdb.cp/except-multi-location.exp: New.
844
0826779b
PW
8452019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
846
847 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
848 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
849 argument and update callers.
850
5b0e2db4
AB
8512019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
852
853 * gdb.arch/amd64-break-on-asm-line.S: New file.
854 * gdb.arch/amd64-break-on-asm-line.exp: New file.
855
1f6f6e21
PW
8562019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
857
858 * gdb.base/printcmds.exp: Test printing C string and
859 C wide string convenience vars without transiting via the inferior.
860 Also make test names unique.
861
ea142fbf
AH
8622019-07-08 Alan Hayward <alan.hayward@arm.com>
863
864 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
865
213fd9fa
PA
8662019-07-04 Pedro Alves <palves@redhat.com>
867
868 * lib/gdb.exp (foreach_with_prefix): Don't return early if
869 body returned ok(0), break(3) or continue(4).
870 * gdb.testsuite/foreach_with_prefix.exp: New file.
871
2b40fda7
AH
8722019-07-04 Alan Hayward <alan.hayward@arm.com>
873
874 * gdb.server/unittest.exp: Allow 0 unit tests to run.
875
a26c8de0
PA
8762019-07-03 Pedro Alves <palves@redhat.com>
877
878 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
879 "return -code".
880
5f4ba3e7
PA
8812019-07-03 Pedro Alves <palves@redhat.com>
882
883 PR cli/24732
884 * gdb.base/shell.exp: Load completion-support.exp.
885 Adjust expected error output. Add completion tests.
886
a994424f
PA
8872019-07-03 Pedro Alves <palves@redhat.com>
888
889 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
890 string_to_regexp.
891
3d9be6f5
PA
8922019-07-03 Pedro Alves <palves@redhat.com>
893
894 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
895 (expect_integer): Adjust to expect "-string".
896 (expect_string): New.
897 (all_options): Expect "-string".
898 (test-flag, test-boolean): Adjust to expect "-string".
899 (test-string): New proc.
900 (top level): Call it.
901
41fc454c
PA
9022019-07-03 Pedro Alves <palves@redhat.com>
903
904 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
905 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
906 the expected output in the success.
907
b2b2a215
PA
9082019-07-03 Pedro Alves <palves@redhat.com>
909
910 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
911 Split one gdb_test_multiple call in two to avoid a race.
912
fdbc9870
PA
9132019-07-03 Pedro Alves <palves@redhat.com>
914
915 * gdb.base/with.c: New file.
916 * gdb.base/with.exp: New file.
917
c6ac8931
PA
9182019-07-03 Pedro Alves <palves@redhat.com>
919
920 * gdb.base/settings.exp: Replace all references to "maint
921 test-settings set" with references to "maint set test-settings",
922 and all references to "maint test-settings show" with references
923 to "maint show test-settings".
924
970f9d09
PA
9252019-07-03 Pedro Alves <palves@redhat.com>
926
927 * gdb.base/settings.exp (test-string): Adjust expected out when
928 testing "maint test-settings show filename"
929
54d66006
PA
9302019-07-02 Pedro Alves <palves@redhat.com>
931
932 * gdb.base/options.exp (test-info-threads): New procedure.
933 (top level): Call it.
934
10d06d82
TT
9352019-06-28 Tom Tromey <tromey@adacore.com>
936
937 * gdb.dwarf2/ada-linkage-name.c: New file.
938 * gdb.dwarf2/ada-linkage-name.exp: New file.
939
3d507ff2
TT
9402019-06-27 Tom Tromey <tromey@adacore.com>
941
942 * gdb.cp/constexpr-field.exp: Use setup_xfail.
943
8af58ffe
TV
9442019-06-26 Tom de Vries <tdevries@suse.de>
945
946 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
947
22e21752
TV
9482019-06-26 Tom de Vries <tdevries@suse.de>
949
950 * gdb.base/index-cache.exp: Add back missing debug option.
951
b65b566c
PW
9522019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
953
954 * gdb.base/alias.exp: Test non matching/non existing prefixes.
955
5c2c8c69
TV
9562019-06-25 Tom de Vries <tdevries@suse.de>
957
958 PR testsuite/24727
959 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
960
164e3873
TV
9612019-06-24 Tom de Vries <tdevries@suse.de>
962
963 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
964
824eacee
TV
9652019-06-24 Tom de Vries <tdevries@suse.de>
966
967 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
968 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
969 * gdb.trace/unavailable-dwarf-piece.exp: Same.
970
385b97d3
TV
9712019-06-24 Tom de Vries <tdevries@suse.de>
972
973 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
974
c596f180
TV
9752019-06-21 Tom de Vries <tdevries@suse.de>
976
977 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
978
b13a7d03
TV
9792019-06-21 Tom de Vries <tdevries@suse.de>
980
981 PR testsuite/24518
982 PR ada/24713
983 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
984 index.
985
899277ae
TT
9862019-06-19 Tom Tromey <tromey@adacore.com>
987
988 * gdb.ada/length_cond.exp: Add intro comment.
989
680e1bee
TT
9902019-06-19 Tom Tromey <tromey@adacore.com>
991
992 * gdb.ada/length_cond.exp: New file.
993 * gdb.ada/length_cond/length_cond.adb: New file.
994 * gdb.ada/length_cond/pck.adb: New file.
995 * gdb.ada/length_cond/pck.ads: New file.
996
0ed4690a
TV
9972019-06-18 Tom de Vries <tdevries@suse.de>
998
999 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
1000
d20ed5fd
TT
10012019-06-18 Tom Tromey <tromey@adacore.com>
1002
1003 * gdb.base/list0.h: Add comment explaining control character.
1004
86e04673
TV
10052019-06-18 Tom de Vries <tdevries@suse.de>
1006
1007 * boards/fission.exp: Break up long debug_flags line.
1008
c4973306
SM
10092019-06-16 Tom de Vries <tdevries@suse.de>
1010
1011 PR gdb/24445
1012 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
1013 generated index.
1014
93cb9841
AB
10152019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1016
1017 PR gdb/24686
1018 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
1019 improve detection of bug gdb/24541.
1020
399aaebd
SM
10212019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1022
1023 PR gdb/24669
1024 * gdb.base/index-cache.exp (uses_readnow,
1025 expecting_index_cache_use): Define global variable.
1026 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1027 expecting_index_cache_use.
1028
584a927c
AB
10292019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1030 Andrew Burgess <andrew.burgess@embecosm.com>
1031
1032 * gdb.fortran/pointers.f90: New file.
1033 * gdb.fortran/print_type.exp: New file.
1034 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1035 * gdb.fortran/vla-type.exp: Likewise.
1036 * gdb.fortran/vla-value.exp: Likewise.
1037 * gdb.mi/mi-vla-fortran.exp: Likewise.
1038
30056ea0
AB
10392019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1040
1041 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1042 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1043 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1044 as a stop reason.
1045
ec8e2b6d
AB
10462019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1047
1048 * gdb.base/annota1.exp: Update expected results.
1049 * gdb.cp/annota2.exp: Likewise.
1050 * gdb.cp/annota3.exp: Likewise.
1051
09e4c4e1
AB
10522019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1053
1054 * gdb.base/style-logging.exp: Remove path from test name.
1055
0735b091
TT
10562019-06-14 Tom Tromey <tromey@adacore.com>
1057
1058 PR gdb/24502:
1059 * gdb.base/style-logging.exp: New file.
1060
f5686554
TT
10612019-06-14 Tom Tromey <tromey@adacore.com>
1062
1063 * gdb.base/symfile-warn.exp: New file.
1064 * gdb.base/symfile-warn.c: New file.
1065
a0c1ffed
TT
10662019-06-14 Tom Tromey <tromey@adacore.com>
1067
1068 * gdb.base/annotate-symlink.exp: New file.
1069
f411722c
TT
10702019-06-14 Tom Tromey <tromey@adacore.com>
1071
1072 * gdb.ada/set_wstr.exp: Add reassignment test.
1073
4268ec18
TT
10742019-06-14 Tom Tromey <tromey@adacore.com>
1075
1076 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1077 'unchecked_access and 'unrestricted_access as well.
1078
9a9e394b
TT
10792019-06-14 Tom Tromey <tromey@adacore.com>
1080
1081 PR ada/24539:
1082 * gdb.ada/vla.exp: Update tests.
1083 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1084 pragma.
1085
4c048731
PA
10862019-06-13 Pedro Alves <palves@redhat.com>
1087
1088 * gdb.base/settings.exp (test-integer): Test junk after
1089 "unlimited".
1090
6665660a
PA
10912019-06-13 Pedro Alves <palves@redhat.com>
1092
1093 * gdb.base/options.exp (test-thread-apply): New.
1094 (top level): Call it.
1095
5d707134
PA
10962019-06-13 Pedro Alves <palves@redhat.com>
1097
1098 * gdb.base/options.exp (test-frame-apply): New.
1099 (top level): Test print commands with different "frame apply"
1100 prefixes.
1101
e2a689da
PA
11022019-06-13 Pedro Alves <palves@redhat.com>
1103
e79be6e5 1104 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
1105 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1106 'max_completions' parameter and handle it.
1107 (test_gdb_completion_offers_commands): New.
1108
90a1ef87
PA
11092019-06-13 Pedro Alves <palves@redhat.com>
1110
1111 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1112
d4c16835
PA
11132019-06-13 Pedro Alves <palves@redhat.com>
1114
1115 * gdb.base/options.exp (test-backtrace): New.
1116 (top level): Call it.
1117
2daf894e
PA
11182019-06-13 Pedro Alves <palves@redhat.com>
1119
1120 * gdb.guile/scm-frame-args.exp: Use "set print
1121 raw-frame-arguments" instead of "set print raw frame-arguments".
1122 * gdb.python/py-frame-args.exp: Likewise.
1123
e6ed716c
PA
11242019-06-13 Pedro Alves <palves@redhat.com>
1125
1126 * gdb.compile/compile.exp: Adjust expected output to option
1127 processing changes.
1128
7d8062de
PA
11292019-06-13 Pedro Alves <palves@redhat.com>
1130
1131 * gdb.base/options.exp: Build executable.
1132 (test-print): New procedure.
1133 (top level): Call it, once for "print" and another for "compile
1134 print".
1135
9d0faba9
PA
11362019-06-13 Pedro Alves <palves@redhat.com>
1137
1138 * gdb.base/options.c: New file.
1139 * gdb.base/options.exp: New file.
1140
dee7b4c8
PA
11412019-06-13 Pedro Alves <palves@redhat.com>
1142
1143 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1144 that "o" is ambiguous.
1145
dca0f6c0
PA
11462019-06-13 Pedro Alves <palves@redhat.com>
1147
1148 * gdb.base/settings.c: New file.
1149 * gdb.base/settings.exp: New file.
1150
ccf46844
PA
11512019-06-13 Pedro Alves <palves@redhat.com>
1152
1153 * gdb.base/completion.exp: Fix comment typo.
1154
b9a3f842
PA
11552019-06-13 Pedro Alves <palves@redhat.com>
1156
1157 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1158 foo --1" test.
1159
d106773e
PA
11602019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1161
1162 * gdb.fortran/block-data.f: New.
1163 * gdb.fortran/block-data.exp: New.
1164
fea82da0
TV
11652019-06-11 Tom de Vries <tdevries@suse.de>
1166
1167 PR testsuite/24521
1168 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1169 message.
1170
8c2e74f1
TV
11712019-06-11 Tom de Vries <tdevries@suse.de>
1172
1173 PR testsuite/24521
1174 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1175
b49851c8
TV
11762019-06-11 Tom de Vries <tdevries@suse.de>
1177
1178 * boards/readnow.exp: New file.
1179
a7067863
AB
11802019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1181
1182 * gdb.fortran/vla-sizeof.exp: Update expected results.
1183
1a3da2cd
AB
11842019-06-06 Amos Bird <amosbird@gmail.com>
1185
1186 * gdb.base/annota1.exp (thread_switch): Add test for
1187 thread-exited annotation.
1188
3847a7bf
TT
11892019-06-06 Tom Tromey <tromey@adacore.com>
1190
1191 * gdb.base/maint.exp: Expect command started/finished output.
1192
0088ba59
AB
11932019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1194
1195 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1196 comment.
1197 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1198
312617a3
AB
11992019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1200
1201 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1202 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1203 * gdb.arch/riscv-unwind-long-insn.c: New file.
1204 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1205
e1f2e1a2
CB
12062019-06-04 Christian Biesinger <cbiesinger@google.com>
1207
d3238f7d 1208 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 1209
206584bd
PW
12102019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1211
1212 * lib/gdb.exp (help_list_trailer): New regexp variable
1213 factorizing the help trailer message.
1214 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1215 arg to allow to better factorize various tests.
1216 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1217 (test_prefix_command_help): Use help_list_trailer.
1218 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1219 * gdb.guile/scm-cmd.exp: Likewise.
1220 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1221 * gdb.base/help.exp: Use test_user_defined_class_help.
1222 * gdb.base/style.exp: Add tests for styling of help and apropos.
1223 * lib/gdb-utils.exp (style): Add title and highlight styles.
1224
708dc93e
PW
12252019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1226
1227 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1228 $_shell_exitsignal.
1229 * gdb.base/default.exp: Update for new convenience variables.
1230
f49055a5
TT
12312019-05-29 Tom Tromey <tromey@adacore.com>
1232
1233 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1234 to "break complete ada" test case's regexp.
1235
4330d61d
TT
12362019-05-29 Tom Tromey <tromey@adacore.com>
1237
1238 PR c++/20020:
1239 * gdb.cp/constexpr-field.exp: New file.
1240 * gdb.cp/constexpr-field.cc: New file.
1241
000439d5
TT
12422019-05-29 Tom Tromey <tromey@adacore.com>
1243
1244 * gdb.base/finish.exp (finish_no_print): New proc.
1245 (finish_tests): Call it.
1246
5a01c34c
TV
12472019-05-24 Tom de Vries <tdevries@suse.de>
1248
1249 * gdb.dwarf2/gdb-add-index.exp: New file.
1250
18125b16
TT
12512019-05-22 Tom Tromey <tromey@adacore.com>
1252
1253 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1254 * gdb.base/style.exp: Use "style".
1255 * lib/gdb-utils.exp (style): New proc.
1256
af1a8d03
TV
12572019-05-22 Tom de Vries <tdevries@suse.de>
1258
1259 * gdb.base/align.exp: Require c++11.
1260
e7fe496b
TV
12612019-05-22 Tom de Vries <tdevries@suse.de>
1262
1263 PR testsuite/24586
1264 * gdb.python/py-mi-var-info-path-expression.exp: Call
1265 mi_skip_python_tests to check if python is supported.
1266
8fca4da0
AH
12672019-05-22 Alan Hayward <alan.hayward@arm.com>
1268
1269 * gdb.arch/aarch64-pauth.c: New test.
1270 * gdb.arch/aarch64-pauth.exp: New file.
1271
b7060614
AH
12722019-05-22 Alan Hayward <alan.hayward@arm.com>
1273
1274 * README (Re-running Tests Outside The Testsuite): New section.
1275
669d0468
TV
12762019-05-21 Tom de Vries <tdevries@suse.de>
1277
1278 * gdb.arch/amd64-eval.exp: Require c++11.
1279 * gdb.base/max-depth.exp: Same.
1280 * gdb.compile/compile-cplus-array-decay.exp: Same.
1281 * gdb.cp/meth-typedefs.exp: Same.
1282 * gdb.cp/subtypes.exp: Same.
1283 * gdb.cp/temargs.exp: Same.
1284
ce3ebcaa
AH
12852019-05-21 Alan Hayward <alan.hayward@arm.com>
1286
1287 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1288
34d11c68
AB
12892019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1290
1291 PR gdb/18644
1292 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1293 * gdb.fortran/printing-types.exp: Add new test.
1294 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1295 testing.
1296 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1297 setup_kfail call.
1298
87781e84
AH
12992019-05-17 Alan Hayward <alan.hayward@arm.com>
1300
1301 * README (Running the Testsuite): Change example.
1302 (Testsuite Parameters): Remove TRANSCRIPT.
1303 * lib/gdb.exp: Remove TRANSCRIPT check.
1304
b420b89e
AH
13052019-05-17 Alan Hayward <alan.hayward@arm.com>
1306
1307 * README (Testsuite Parameters): Add replay logging to
1308 GDBSERVER_DEBUG.
1309 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1310 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1311 as a comma separated list.
1312 (gdb_debug_init): Override procedure.
1313
408e9b8b
AH
13142019-05-17 Alan Hayward <alan.hayward@arm.com>
1315
1316 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1317 (gdb_write_cmd_file): New procedure.
1318 * lib/gdbserver-support.exp (gdbserver_start): Call
1319 gdbserver_write_cmd_file.
1320 (gdbserver_write_cmd_file): New procedure.
1321
f9e2e39d
AH
13222019-05-17 Alan Hayward <alan.hayward@arm.com>
1323
1324 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1325 (delete_breakpoints): Likewise.
1326 (gdb_run_cmd): Likewise.
1327 (gdb_start_cmd): Likewise.
1328 (gdb_starti_cmd): Likewise.
1329 (gdb_internal_error_resync): Likewise.
1330 (gdb_test_multiple): Likewise.
1331 (gdb_reinitialize_dir): Likewise.
1332 (default_gdb_exit): Likewise.
1333 (gdb_file_cmd): Mark kill as optional.
1334 (default_gdb_start): Call gdb_stdin_log_init.
1335 (send_gdb): Call gdb_stdin_log_write.
1336 (rerun_to_main): Mark Y as an answer.
1337 (gdb_stdin_log_init): New function.
1338 (gdb_stdin_log_write): Likewise.
1339
81f47ac2
AH
13402019-05-17 Alan Hayward <alan.hayward@arm.com>
1341
1342 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1343 * gdb.base/debug-expr.exp: Likewise.
1344 * gdb.base/foll-fork.exp: Likewise.
1345 * gdb.base/foll-vfork.exp: Likewise.
1346 * gdb.base/fork-print-inferior-events.exp: Likewise.
1347 * gdb.base/gdb-sigterm.exp: Likewise.
1348 * gdb.base/gdbinit-history.exp: Likewise.
1349 * gdb.base/osabi.exp: Likewise.
1350 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1351 * gdb.base/ui-redirect.exp: Likewise.
1352 * gdb.gdb/unittest.exp: Likewise.
1353 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1354 * gdb.mi/mi-watch.exp: Likewise.
1355 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1356 * gdb.mi/user-selected-context-sync.exp: Likewise.
1357 * gdb.python/python.exp: Disable debug test when debugging.
1358 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1359 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1360 Likewise.
1361 * gdb.threads/stepi-random-signal.exp: Likewise.
1362
29b52314
AH
13632019-05-17 Alan Hayward <alan.hayward@arm.com>
1364
1365 * Makefile.in: Pass through GDB_DEBUG.
1366 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1367 (gdb,debug): Add board setting.
1368 * lib/gdb.exp (default_gdb_start): Start debugging.
1369 (gdb_debug_enabled): New procedure.
1370 (gdb_debug_init): Likewise.
29b52314
AH
1371
13722019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 1373
29b52314
AH
1374 * Makefile.in: Pass through GDB_DEBUG.
1375 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1376 (gdb,debug): Add board setting.
1377 * lib/gdb.exp (default_gdb_start): Start debugging.
1378 (gdb_debug_enabled): New procedure.
1379 (gdb_debug_init): Likewise.
29b52314 1380
ca1285d1
AH
13812019-05-17 Alan Hayward <alan.hayward@arm.com>
1382
1383 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1384
f3a09c80
AH
13852019-05-17 Alan Hayward <alan.hayward@arm.com>
1386
1387 * gdb.base/ui-redirect.exp: Test redirection.
1388
26648588
JV
13892019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1390
1391 * gdb.mi/mi-complete.exp: New file.
1392 * gdb.mi/mi-complete.cc: Likewise.
1393
14237686
AB
13942019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1395
1396 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1397 indexed and sliced arrays, and pointers to arrays.
1398
e7bd7fba
TT
13992019-05-14 Tom Tromey <tromey@adacore.com>
1400
1401 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1402 styling test.
1403
2764128d
TV
14042019-05-14 Tom de Vries <tdevries@suse.de>
1405
1406 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1407 selection entry encoding.
1408
71bed2db
TT
14092019-05-10 Tom Tromey <tromey@adacore.com>
1410
1411 * gdb.ada/info_exc.exp: Add "complete" test.
1412
63b667ad
TV
14132019-05-09 Tom de Vries <tdevries@suse.de>
1414
1415 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1416 CU-relative.
1417
9cfd2b89
TV
14182019-05-09 Tom de Vries <tdevries@suse.de>
1419
1420 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1421 CU-relative.
1422
2228ef77
XR
14232019-05-08 Joel Brobecker <brobecker@adacore.com>
1424
1425 * gdb.ada/frame_arg_lang.exp: New testcase.
1426 * gdb.ada/frame_arg_lang/bla.adb: New file.
1427 * gdb.ada/frame_arg_lang/pck.ads: New file.
1428 * gdb.ada/frame_arg_lang/pck.adb: New file.
1429 * gdb.ada/frame_arg_lang/foo.c: New file.
1430
80e55b13
TT
14312019-05-08 Tom Tromey <tromey@adacore.com>
1432
1433 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1434
9d3421af
TT
14352019-05-08 Tom Tromey <tromey@adacore.com>
1436
1437 * gdb.base/ptype-offsets.exp: Update tests.
1438
844333e2
TT
14392019-05-08 Tom Tromey <tromey@adacore.com>
1440
1441 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1442 cases.
1443 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1444 "short".
1445
988915ee
TT
14462019-05-08 Tom Tromey <tromey@adacore.com>
1447
1448 * gdb.ada/vla.exp: New file.
1449 * gdb.ada/vla/vla.adb: New file.
1450
7bd55dac
TV
14512019-05-07 Tom de Vries <tdevries@suse.de>
1452
1453 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1454
75f06e9d
TV
14552019-05-07 Tom de Vries <tdevries@suse.de>
1456
1457 PR testsuite/24522
1458 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1459 section.
1460
77e7aaa4
TV
14612019-05-07 Tom de Vries <tdevries@suse.de>
1462
1463 PR testsuite/24522
1464 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1465 .debug_aranges section.
1466
456ba0fa
TV
14672019-05-07 Tom de Vries <tdevries@suse.de>
1468
1469 PR testsuite/24159
1470 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1471
5a56d6a6
TV
14722019-05-06 Tom de Vries <tdevries@suse.de>
1473
1474 * lib/gdb.exp (exec_has_index_section): New proc.
1475 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1476 section.
1477
9d6d4be8
TV
14782019-05-04 Tom de Vries <tdevries@suse.de>
1479
1480 * boards/cc-with-debug-names.exp: New file.
1481
222a8d25
TT
14822019-05-03 Tom Tromey <tromey@adacore.com>
1483
1484 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1485 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1486 * gdb.ada/char_enum.exp: Add test.
1487
0fdfd794
TV
14882019-05-03 Tom de Vries <tdevries@suse.de>
1489
1490 * boards/cc-with-gdb-index.exp: New file.
1491
80062eb9
AB
14922019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1493
1494 * gdb.rust/simple.exp: Add new test case.
1495 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1496 (main): Initialise an instance of the new struct.
1497
4504bbde
TT
14982019-05-01 Tom Tromey <tromey@adacore.com>
1499
1500 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1501 record.
1502 (NPR): New variable.
1503 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1504 test.
1505
d48e62f4
TT
15062019-05-01 Tom Tromey <tromey@adacore.com>
1507
1508 * gdb.ada/packed_array_assign.exp: Add packed assignment
1509 regression test.
1510
f59f30f5
TV
15112019-05-01 Tom de Vries <tdevries@suse.de>
1512
1513 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1514
b70bfc54
TV
15152019-05-01 Tom de Vries <tdevries@suse.de>
1516
1517 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1518
15f18d14
AT
15192019-04-30 Ali Tamur <tamur@google.com>
1520
1521 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1522
2ff0a947
TT
15232019-04-30 Tom Tromey <tromey@adacore.com>
1524
1525 * lib/ada.exp (find_ada_tool): New proc.
1526 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1527 * gdb.ada/catch_ex_std.exp: New file.
1528 * gdb.ada/catch_ex_std/foo.adb: New file.
1529 * gdb.ada/catch_ex_std/some_package.adb: New file.
1530 * gdb.ada/catch_ex_std/some_package.ads: New file.
1531
a776957c
TT
15322019-04-30 Tom Tromey <tromey@adacore.com>
1533
1534 PR c++/24470:
1535 * gdb.cp/temargs.cc: Add test code from PR.
1536
bc68014d
AB
15372019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1538
1539 * gdb.fortran/vla-datatypes.exp: Update expected results.
1540 * gdb.fortran/vla-ptype.exp: Likewise.
1541 * gdb.fortran/vla-type.exp: Likewise.
1542 * gdb.fortran/vla-value.exp: Likewise.
1543
f1fdc960
AB
15442019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1545
1546 * gdb.fortran/ptr-indentation.exp: Update expected results.
1547 * gdb.fortran/ptype-on-functions.exp: Likewise.
1548 * gdb.fortran/vla-ptr-info.exp: Likewise.
1549 * gdb.fortran/vla-value.exp: Likewise.
1550
bf7a4de1
AB
15512019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1552
1553 * gdb.fortran/ptype-on-functions.exp: New file.
1554 * gdb.fortran/ptype-on-functions.f90: New file.
1555
bbe75b9d
AB
15562019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1557
1558 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1559 case void string.
1560
1db455a7
AB
15612019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1562
1563 * gdb.fortran/complex.exp: Expand.
1564 * gdb.fortran/complex.f: Renamed to...
1565 * gdb.fortran/complex.f90: ...this, and extended to add more
1566 complex values.
1567
b6d03bb2
AB
15682019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1569
1570 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1571 MODULO, CMPLX.
1572
2e62ab40
AB
15732019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1574 Richard Bunt <richard.bunt@arm.com>
1575
1576 * gdb.base/max-depth.c: New file.
1577 * gdb.base/max-depth.exp: New file.
1578 * gdb.python/py-nested-maps.c: New file.
1579 * gdb.python/py-nested-maps.exp: New file.
1580 * gdb.python/py-nested-maps.py: New file.
1581 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1582 (test_all_common): Call test_max_depth.
1583 * gdb.fortran/max-depth.exp: New file.
1584 * gdb.fortran/max-depth.f90: New file.
1585 * gdb.go/max-depth.exp: New file.
1586 * gdb.go/max-depth.go: New file.
1587 * gdb.modula2/max-depth.exp: New file.
1588 * gdb.modula2/max-depth.c: New file.
1589 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1590
d2b584a5
TV
15912019-04-29 Tom de Vries <tdevries@suse.de>
1592
1593 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1594
136afab8
PW
15952019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1596
1597 * gdb.base/callexit.exp: Test may-call-functions off.
1598
725cbb63
KS
15992019-04-25 Keith Seitz <keiths@redhat.com>
1600
1601 PR c++/24367
1602 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1603 (another_incomplete_struct, test_incomplete): New definitions.
1604 (main): Use new definitions.
1605 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1606 functions.
1607
82433e3e
SDJ
16082019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1609
1610 PR corefiles/11608
1611 PR corefiles/18187
1612 * gdb.base/coredump-filter-build-id.exp: New file.
1613
dd06d4d6
AH
16142019-04-25 Alan Hayward <alan.hayward@arm.com>
1615
e79be6e5
SM
1616 * Makefile.in: Pass through GDBSERVER_DEBUG.
1617 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1618 (gdbserver,debug): Add board setting.
1619 * gdb.trace/tspeed.exp: Skip when debugging.
1620 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1621 * lib/gdbserver-support.exp: Likewise
dd06d4d6 1622
1670072e
TT
16232019-04-24 Tom Tromey <tromey@adacore.com>
1624
1625 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1626 Rust.
1627
a59240a4
TT
16282019-04-24 Tom Tromey <tromey@adacore.com>
1629
1630 * gdb.arch/amd64-eval.exp: Test bitfield return.
1631 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1632 (class Foo) <return_bitfields>: New method.
1633 (main): Call it.
1634
b907456c
AB
16352019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1636
1637 * gdb.cp/many-args.cc: New file.
1638 * gdb.cp/many-args.exp: New file.
1639
5c565afd
TV
16402019-04-23 Tom de Vries <tdevries@suse.de>
1641
1642 PR gdb/24433
1643 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1644
ba22ff86
AH
16452019-04-23 Alan Hayward <alan.hayward@arm.com>
1646
1647 * gdb.trace/backtrace.exp: Use nopie flag.
1648 * gdb.trace/circ.exp: Likewise.
1649 * gdb.trace/collection.exp: Likewise.
1650 * gdb.trace/ftrace.exp: Likewise.
1651 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1652 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1653 * gdb.trace/qtro.exp: Likewise.
1654 * gdb.trace/read-memory.exp: Likewise.
1655 * gdb.trace/report.exp: Likewise.
1656 * gdb.trace/tfile.exp: Likewise.
1657 * gdb.trace/tfind.exp: Likewise.
1658 * gdb.trace/unavailable.exp: Likewise.
1659
7905fc35
PA
16602019-04-22 Pedro Alves <palves@redhat.com>
1661
1662 * gdb.base/solib-probes-nosharedlibrary.c,
1663 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1664
8ecb59f8
TT
16652019-04-19 Tom Tromey <tromey@adacore.com>
1666
1667 * gdb.ada/ptype_union.c: New file.
1668 * gdb.ada/ptype_union.exp: New file.
1669
62160ec9
TT
16702019-04-19 Tom Tromey <tromey@adacore.com>
1671
1672 PR symtab/24423:
1673 * gdb.base/list0.h (foo): Add a control-l character.
1674
36cd4ba5
TV
16752019-04-18 Tom de Vries <tdevries@suse.de>
1676
1677 PR gdb/24433
1678 * boards/local-board.exp: Set sysroot to "".
1679
b73715df
TV
16802019-04-18 Tom de Vries <tdevries@suse.de>
1681 Pedro Alves <palves@redhat.com>
1682
1683 PR gdb/24454
1684 * gdb.threads/vfork-follow-child-exec.c: New file.
1685 * gdb.threads/vfork-follow-child-exec.exp: New file.
1686 * gdb.threads/vfork-follow-child-exit.c: New file.
1687 * gdb.threads/vfork-follow-child-exit.exp: New file.
1688
4aa866af
LS
16892019-04-15 Leszek Swirski <leszeks@google.com>
1690
1691 * gdb.arch/amd64-eval.cc: New file.
1692 * gdb.arch/amd64-eval.exp: New file.
1693
e5a1a79a
AH
16942019-04-11 Alan Hayward <alan.hayward@arm.com>
1695
1696 * gdb.server/sysroot.c: New test.
1697 * gdb.server/sysroot.exp: New file.
1698 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1699 matching param.
1700
41077b66
AB
17012019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1702
1703 * gdb.base/align.exp: Extend test to cover structures containing
1704 only static fields.
1705
c30391f8
TV
17062019-04-11 Tom de Vries <tdevries@suse.de>
1707
1708 * boards/cc-with-dwz-m.exp: New file.
1709 * boards/cc-with-dwz.exp: New file.
1710 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1711
e242fd12
SM
17122019-04-09 Simon Marchi <simon.marchi@efficios.com>
1713
1714 * gdb.base/start-cpp.exp: New file.
1715 * gdb.base/start-cpp.cc: New file.
1716
2b0c8b01
KB
17172019-04-08 Kevin Buettner <kevinb@redhat.com>
1718
1719 * gdb.python/py-thrhandle.exp: Adjust tests to call
1720 thread_from_handle instead of thread_from_thread_handle.
1721
947210e5
KB
17222019-04-08 Kevin Buettner <kevinb@redhat.com>
1723
1724 * gdb.python/py-thrhandle.exp: Add tests for
1725 gdb.InferiorThread.handle.
1726
d7df6549
AB
17272019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1728
1729 * gdb.python/py-function.exp: Check calling helper function from
1730 all languages.
1731 * lib/gdb.exp (gdb_supported_languages): New proc.
1732
8bdc1658
AB
17332019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1734
1735 * gdb.base/complex-parts.c: New file.
1736 * gdb.base/complex-parts.exp: New file.
1737
05caa1d2
TT
17382019-04-01 Tom Tromey <tromey@adacore.com>
1739
1740 PR symtab/23331:
1741 * gdb.dwarf2/dw2-ranges-main.c: New file.
1742 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1743 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1744
7734102d
EZ
17452019-03-30 Simon Marchi <simark@simark.ca>
1746
1747 * gdb.base/default.exp: Add values for $_gdb_major and
1748 $_gdb_minor.
1749
188e1fa9
TT
17502019-03-29 Tom Tromey <tromey@adacore.com>
1751
1752 * gdb.base/help.exp: Tighten apropos regexp.
1753
2880242d
KS
17542019-03-29 Keith Seitz <keiths@redhat.com>
1755
1756 * gdb.fortran/array-bounds.exp: New file.
1757 * gdb.fortran/array-bounds.f90: New file.
1758
077cad8e
PW
17592019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1760
1761 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1762
80047cfc
PW
17632019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1764
1765 * gdb.multi/hello.c (main): Increase alarm timer.
1766
f489207e
SL
17672019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1768
1769 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1770 factor when no hardware watchpoint support.
1771
c92df149
AH
17722019-03-28 Alan Hayward <alan.hayward@arm.com>
1773 Pedro Alves <palves@redhat.com>
1774
1775 * boards/local-board.exp: set sysroot to /.
1776
933aebfa
AH
17772019-03-27 Alan Hayward <alan.hayward@arm.com>
1778
1779 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1780 in child.
1781
9f9aa852
AB
17822019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1783
1784 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1785 field.
1786 (make_container): Initialise new field.
1787 * gdb.python/py-prettyprint.exp: Add new tests.
1788 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1789 <display_hint>: New method.
1790
3714a195
AB
17912019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1792
1793 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1794 gdb_continue_to_breakpoint more throughout this test.
1795 (run_lang_tests) Supply unique test names, and use
1796 gdb_test_no_output.
1797
18c77628
AB
17982019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1799
1800 * gdb.base/finish-pretty.exp: Update expected results.
1801 * gdb.base/pretty-print.c: New file.
1802 * gdb.base/pretty-print.exp: New file.
1803
9a93502f
PA
18042019-03-25 Pedro Alves <palves@redhat.com>
1805
1806 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1807 move comments outside list. Append '-i "" eof' section.
1808
968aa7ae
AH
18092019-03-22 Alan Hayward <alan.hayward@arm.com>
1810
1811 * README: Add pie options.
1812 * gdb.base/break-interp.exp: Ensure pie is disabled.
1813 * gdb.base/dump.exp: Likewise.
1814 * lib/gdb.exp (gdb_compile): Add pie option.
1815
4c7d57e7
TT
18162019-03-19 Tom Tromey <tromey@adacore.com>
1817
1818 * gdb.mi/mi2-cli-display.c: New file.
1819 * gdb.mi/mi2-cli-display.exp: New file.
1820
bff8c71f
TT
18212019-03-18 Joel Brobecker <brobecker@adacore.com>
1822 Tom Tromey <tromey@adacore.com>
1823
1824 * gdb.ada/ptype_array/pck.adb: New file.
1825 * gdb.ada/ptype_array/pck.ads: New file.
1826 * gdb.ada/ptype_array/foo.adb: New file.
1827 * gdb.ada/ptype_array.exp: New file.
1828
d085f989
TT
18292019-03-14 Tom Tromey <tromey@adacore.com>
1830
1831 * gdb.base/style.exp: Add "set style sources" test.
1832
b4be1b06
SM
18332019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1834
1835 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1836 * mi-breakpoint-multiple-locations.exp: ... this.
1837 (make_breakpoints_pattern): New proc.
1838 (do_test): Add mi_version parameter, test -break-insert,
1839 -break-info and =breakpoint-created.
1840
7cde5fc2
AB
18412019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1842
1843 * config/default.exp: Remove 'load_lib gdb.exp'.
1844 * config/monitor.exp: Likewise.
1845 * config/sid.exp: Likewise.
1846 * config/sim.exp: Likewise.
1847 * config/slite.exp: Likewise.
1848 * config/unix.exp: Likewise.
1849 * gdb.base/default.exp: Remove unhelpful comment.
1850
efbecbc1
AB
18512019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1852
1853 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1854
0841c79a
AB
18552019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1856
1857 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1858
4a270568
AB
18592019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1860
1861 * gdb.fortran/type-kinds.exp: Update expected results.
1862
067630bd
AB
18632019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1864
1865 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1866
3be47f7a
AB
18672019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1868
1869 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1870 function.
1871 (test_basic_parsing_of_type_kinds): Expand types tested.
1872 (test_parsing_invalid_type_kinds): New function.
1873
4d00f5d8
AB
18742019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1875
1876 * gdb.fortran/intrinsics.exp: New file.
1877 * gdb.fortran/intrinsics.f90: New file.
1878 * gdb.fortran/type-kinds.exp: New file.
1879
c8f91604
AB
18802019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1881
1882 * gdb.fortran/dot-ops.exp: New file.
1883
dd9f2c76
AB
18842019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1885
1886 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1887 Check upper and lower case logical literals.
1888
84ec9724
AB
18892019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1890
1891 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1892 Remove duplicate tests.
1893
c3734e09
AH
18942019-03-06 Alan Hayward <alan.hayward@arm.com>
1895
1896 * lib/gdb.exp (builtin_cd): rename of cd.
1897 (cd): Override builtin.
1898
aa3cfbda
RB
18992019-03-06 Richard Bunt <richard.bunt@arm.com>
1900
1901 * gdb.fortran/function-calls.exp: New file.
1902 * gdb.fortran/function-calls.f90: New test.
1903
7b63ad86
RB
19042019-03-04 Richard Bunt <richard.bunt@arm.com>
1905
1906 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1907 on user program standard output.
1908 * gdb.fortran/short-circuit-argument-list.f90: Record function
1909 calls.
1910
01abb042
AH
19112019-02-28 Alan Hayward <alan.hayward@arm.com>
1912
c3734e09
AH
1913 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1914 failure.
01abb042 1915
92137da0
RO
19162019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1917
1918 PR gdb/8527
1919 * gdb.base/interrupt-daemon-attach.c,
1920 gdb.base/interrupt-daemon-attach.exp: New test.
1921
5862844d
PA
19222019-02-27 Pedro Alves <palves@redhat.com>
1923
1924 * gdb.base/page.exp: Add tests for "set width/height -1".
1925
8ed25214
PA
19262019-02-27 Pedro Alves <palves@redhat.com>
1927
1928 * gdb.base/page.exp: Add tests for "set/show width/height" with
1929 "infinite" values.
1930
6c28e44a
TT
19312019-02-27 Tom Tromey <tromey@adacore.com>
1932
1933 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1934 2.4.
1935 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1936 workaround.
1937
bf9a735e
AB
19382019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1939
1940 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1941 tests for structs with static members.
1942
8791793c
TT
19432019-02-26 Tom Tromey <tromey@adacore.com>
1944
1945 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1946 ValueError, not TypeError.
1947
bc2a507e
KB
19482019-02-26 Kevin Buettner <kevinb@redhat.com>
1949
1950 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1951 call from main program.
1952
e0e7d3bd
JB
19532019-02-23 Joel Brobecker <brobecker@adacore.com>
1954
1955 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1956 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1957 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1958 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1959 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1960
9600246d
KS
19612019-02-22 Keith Seitz <keiths@redhat.com>
1962
1963 PR symtab/23853
1964 * gdb.base/symlink-sourcefile.c: New file.
1965 * gdb.base/symlink-sourcefile.exp: New file.
1966
0c95f9ed
TT
19672019-02-20 Tom Tromey <tom@tromey.com>
1968
1969 * gdb.base/info_qt.exp: Update.
1970
6caa91b6
SM
19712019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1972
1973 * gdb.base/source.exp: Move "error in sourced script" code to
1974 the end.
1975 * gdb.base/source-error.gdb: Move contents to
1976 source-error-1.gdb. Add new code to source source-error-1.gdb.
1977 * gdb.base/source-error-1.gdb: New file, from previous
1978 source-error.gdb.
1979
6506371f
TT
19802019-02-17 Tom Tromey <tom@tromey.com>
1981
1982 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1983 for macro styling.
1984 * gdb.base/style.c (SOME_MACRO): New macro.
1985
a0087920
TT
19862019-02-17 Tom Tromey <tom@tromey.com>
1987
1988 * gdb.base/style.exp: Add line-wrapping tests.
1989 * gdb.base/page.exp: Add test for quitting during pagination.
1990
a2cd4f14
JB
19912019-02-17 Joel Brobecker <brobecker@adacore.com>
1992
1993 * gdb.ada/big_packed_array: New testcase.
1994 * gdb.ada/homonym.exp: Fix incorrect expected output for
1995 "break <homonym__get_value>" test.
1996
9d70ffbc
WP
19972019-02-13 Weimin Pan <weimin.pan@oracle.com>
1998
1999 PR breakpoints/21870
2000 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
2001 and prepare_for_testing. Add comment.
2002 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
2003 redundant cleanup call. Clean up comment.
2004
01c7ae81
WP
20052019-02-12 Weimin Pan <weimin.pan@oracle.com>
2006
2007 PR breakpoints/21870
2008 * gdb.arch/aarch64-dbreg-contents.exp: New file.
2009 * gdb.arch/aarch64-dbreg-contents.c: New file.
2010
aff29d1c
JB
20112019-02-10 Joel Brobecker <brobecker@adacore.com>
2012
2013 * gdb.ada/mi_ref_changeable: New testcase.
2014
df0da8a2
AH
20152019-02-07 Alan Hayward <alan.hayward@arm.com>
2016
2017 * gdb.base/attach.exp: Add double attach test.
2018
bd447abb
SM
20192019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
2020
2021 * lib/gdb.exp (default_gdb_start): Don't match pagination
2022 prompt.
2023 (gdb_init): Set stty_init.
2024
1dbc40b9
TT
20252019-01-27 Tom Tromey <tom@tromey.com>
2026
2027 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2028 skip_python_tests.
2029
353229bf
AH
20302019-01-24 Alan Hayward <alan.hayward@arm.com>
2031
2032 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2033 New structure.
2034 (struct struct_static_02_02): Likewise.
2035 (struct struct_static_02_03): Likewise.
2036 (struct struct_static_02_04): Likewise.
2037 (struct struct_static_04_01): Likewise.
2038 (struct struct_static_04_02): Likewise.
2039 (struct struct_static_04_03): Likewise.
2040 (struct struct_static_04_04): Likewise.
2041 (struct struct_static_06_01): Likewise.
2042 (struct struct_static_06_02): Likewise.
2043 (struct struct_static_06_03): Likewise.
2044 (struct struct_static_06_04): Likewise.
2045 (cmp_struct_static_02_01): Likewise.
2046 (cmp_struct_static_02_02): Likewise.
2047 (cmp_struct_static_02_03): Likewise.
2048 (cmp_struct_static_02_04): Likewise.
2049 (cmp_struct_static_04_01): Likewise.
2050 (cmp_struct_static_04_02): Likewise.
2051 (cmp_struct_static_04_03): Likewise.
2052 (cmp_struct_static_04_04): Likewise.
2053 (cmp_struct_static_06_01): Likewise.
2054 (cmp_struct_static_06_02): Likewise.
2055 (cmp_struct_static_06_03): Likewise.
2056 (cmp_struct_static_06_04): Likewise.
2057 (call_all): Test new structs.
2058 * gdb.base/infcall-nested-structs.exp: Likewise.
2059
73021deb
AH
20602019-01-21 Alan Hayward <alan.hayward@arm.com>
2061 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2062
fc65c7db
AH
20632019-01-21 Alan Hayward <alan.hayward@arm.com>
2064 * gdb.base/stack-protector.c: New test.
2065 * gdb.base/stack-protector.exp: New file.
2066 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2067 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2068 option.
2069 (gdb_compile): Remove stack protector for GCC and prevent
2070 recursion.
2071
c24bdb02
KS
20722019-01-16 Keith Seitz <keiths@redhat.com>
2073
2074 PR gdb/23773
2075 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2076
6f072a10
PFC
20772019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2078
2079 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2080 aliases.
2081 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2082 tests.
2083 * gdb.arch/powerpc-vector-regs.c: New file.
2084 * gdb.arch/powerpc-vector-regs.exp: New file.
2085
a7b8d682
PFC
20862019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2087
2088 * gdb.arch/altivec-regs.exp: Fix the list passed to
2089 gdb_expect_list when testing "info vector".
2090
6eb6fb67
AB
20912019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2092
2093 * gdb.base/style.exp: Don't include path in testname.
2094
b56f80d8
KS
20952019-01-10 Keith Seitz <keiths@redhat.com>
2096
2097 PR gdb/23712
2098 PR symtab/23010
2099 * gdb.dwarf2/multidictionary.exp: New file.
2100
041be526
SM
21012019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2102
2103 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2104 (test_gnuv3_style_demangling): ... this.
2105 (test_lucid_style_demangling): Remove.
2106 (test_arm_style_demangling): Remove.
2107 (test_hp_style_demangling): Remove.
2108 (do_tests): Remove calls to the above.
2109
d820d0c3
AB
21102019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2111
2112 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2113 case.
2114
f097f5ad
TT
21152019-01-06 Tom Tromey <tom@tromey.com>
2116
2117 PR gdb/28155:
2118 * gdb.dwarf2/typedef-void-finish.exp: New file.
2119
2cd8cc0b
TT
21202018-12-28 Tom Tromey <tom@tromey.com>
2121 Simon Marchi <simark@simark.ca>
2122
2123 * gdb.base/jit-exec.exp: New file.
2124 * gdb.base/jit-exec.c: New file.
2125 * gdb.base/jit-execd.c: New file.
2126
35fb8261
TT
21272018-12-28 Tom Tromey <tom@tromey.com>
2128
2129 * gdb.base/style.exp: Update test to check for address styling.
2130
47fd17cd
TT
21312018-12-28 Tom Tromey <tom@tromey.com>
2132
2133 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2134 message.
2135
d47032b7
TT
21362018-12-28 Tom Tromey <tom@tromey.com>
2137
2138 * gdb.base/style.exp: Add test for version number styling.
2139
af79b68d
TT
21402018-12-28 Tom Tromey <tom@tromey.com>
2141
2142 * gdb.base/style.exp: Add test for print_address_symbolic.
2143
0bb296cb
TT
21442018-12-28 Tom Tromey <tom@tromey.com>
2145
2146 * gdb.base/style.exp: Add test for breakpoint setting.
2147
80ae2043
TT
21482018-12-28 Tom Tromey <tom@tromey.com>
2149
2150 * gdb.base/style.exp: Add test for variable names.
2151
cbe56571
TT
21522018-12-28 Tom Tromey <tom@tromey.com>
2153
2154 * gdb.base/style.exp: New file.
2155 * gdb.base/style.c: New file.
2156
9162a27c
TT
21572018-12-28 Tom Tromey <tom@tromey.com>
2158
2159 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2160 "dumb".
2161 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2162 the TERM environment variable.
2163
bc543c90
TT
21642018-12-27 Tom Tromey <tom@tromey.com>
2165
2166 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2167 pagination test.
2168
6f0ffe50
AB
21692018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2170
2171 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2172 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2173
b5a1e557
PW
21742018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2175
2176 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2177 Filename a.adb changed to bp_fun_addr.adb.
2178 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2179
6e8b1ab2
JV
21802018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2181
2182 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2183 non-PIE executables.
2184 * README: Mention the gdb,nopie_flag board setting.
2185 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2186 non-PIE executable.
2187 * gdb.arch/amd64-entry-value.exp: Likewise.
2188 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2189 * gdb.arch/i386-float.exp: Likewise.
2190 * gdb.arch/i386-signal.exp: Likewise.
2191 * gdb.mi/mi-reg-undefined.exp: Likewise.
2192
d00a27c5
PM
21932018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2194
2195 PR gdb/23974
2196 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2197
161d081c
PW
21982018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2199
2200 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2201 Update order of results accordingly.
2202
b001de23
AB
22032018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2204
2205 * gdb.base/annota1.exp: Update a test regexp.
2206
99e1a184
AB
22072018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2208
2209 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2210
7a81c1e2
PW
22112018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2212
2213 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2214 (reuse_time): Initialize to REUSE_TIME_CAP.
2215 (check_rc): New function.
2216 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2217 Check pthread_create rc.
2218 (spawner_thread_func): Check pthread_create and pthread_join rc.
2219
73e8dc90
PA
22202018-12-08 Pedro Alves <palves@redhat.com>
2221
2222 * gdb.base/list.exp (test_forward_search): Rename to ...
2223 (test_forward_reverse_search): ... this. Also test reverse-search
2224 and the forward-search alias.
2225
13f2ed32
AB
22262018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2227
2228 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2229 local timeout variable before return, and remove all local timeout
2230 variable entirely.
2231 (gdb_load): Likewise.
2232
64d27cfc
TV
22332018-12-01 Tom de Vries <tdevries@suse.de>
2234
2235 * gdb.base/gdb-caching-proc.exp: New file.
2236
f63c03b4
SDJ
22372018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2238
2239 * Makefile.in (TIMESTAMP): New variable.
2240 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2241 command.
2242 (check-single-racy): Likewise.
2243 (check/%.exp): Likewise.
2244 (check-racy/%.exp): Likewise.
2245 (workers/%.worker): Likewise.
2246 (build-perf): Likewise.
2247 (check-perf): Likewise.
2248 * README: Describe new "TS" and "TS_FORMAT" variables.
2249 * print-ts.py: New file.
2250
1c97054b
BF
22512018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2252
2253 PR python/23714
2254 * gdb.python/python.exp: Test command repetition after
2255 gdb.execute.
2256
1871a62d
AB
22572018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2258
2259 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2260 is correctly aligned.
2261
fb5e1ed9
PW
22622018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2263
2264 * gdb.ada/info_auto_lang.exp: New testcase.
2265 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2266 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2267 * gdb.ada/info_auto_lang/some_c.c: New file.
2268
43d397ca
PW
22692018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2270
2271 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2272 FUNC_lang language syntax.
2273
beddd671
PW
22742018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2275
2276 * gdb.base/info_minsym.c: New file.
2277 * gdb.base/info_minsym.exp: New file.
2278
73fc52c4
TT
22792018-11-19 Tom Tromey <tom@tromey.com>
2280
2281 PR rust/23625:
2282 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2283 * gdb.rust/expr.exp: Update expected output. Change one test.
2284
994b876a
TT
22852018-11-19 Tom Tromey <tom@tromey.com>
2286
2287 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2288
6769f276
PA
22892018-11-19 Pedro Alves <palves@redhat.com>
2290
2291 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2292 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2293 see the expected warning.
2294
38a72da0
AH
22952018-11-16 Alan Hayward <alan.hayward@arm.com>
2296
2297 PR gdb/22736:
2298 * gdb.cp/infcall-nodebug-lib.c: New test.
2299 * gdb.cp/infcall-nodebug-main.c: New test.
2300 * gdb.cp/infcall-nodebug.exp: New file.
2301
53a89d6e
SM
23022018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2303
2304 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2305 completer tests.
2306
9325300d
TV
23072018-11-09 Tom de Vries <tdevries@suse.de>
2308
2309 * gdb.base/msym-lang.c: New test.
2310 * gdb.base/msym-lang.exp: New file.
2311 * gdb.base/msym-lang-main.c: New test.
2312
20f0d60d
TT
23132018-11-08 Tom Tromey <tom@tromey.com>
2314
2315 PR gdb/23555:
2316 PR gdb/23838:
2317 * gdb.base/warning.exp: New file.
2318
b5420128
JB
23192018-11-08 Jan Beulich <jbeulich@suse.com>
2320
2321 * testsuite/gdb.arch/i386-avx512.c,
2322 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2323
cd115d61
AB
23242018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2325
2326 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2327 point hardware.
2328
35ee2dc2
AB
23292018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2330
2331 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2332 * gdb.dwarf2/missing-type-name.exp: New file.
2333
31aceee8
TV
23342018-11-06 Tom de Vries <tdevries@suse.de>
2335
2336 * gdb.base/many-headers.c: New test.
2337 * gdb.base/many-headers.exp: New file.
2338
109be305
JW
23392018-11-06 Jim Wilson <jimw@sifive.com>
2340
2341 * gdb.base/code_elim.exp: For riscv, set additional_flags
2342 to include -msmall-data-limit=0.
2343
e2b7af72
JB
23442018-11-01 Joel Brobecker <brobecker@adacore.com>
2345
2346 * gdb.ada/watch_minus_l: New testcase.
2347
cdcda965
SM
23482018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2349
2350 * gdb.arch/aix-sighandle.c: New file.
2351 * gdb.arch/aix-sighandle.exp: New file.
2352
92dcebf3
AB
23532018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2354
2355 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2356 registers being unions.
2357
68b9ac18
TV
23582018-10-31 Tom de Vries <tdevries@suse.de>
2359
2360 * lib/valgrind.exp: New file.
2361 (vgdb_start, vgdb_stop): New procs, factored out of ...
2362 * gdb.base/valgrind-bt.exp: ... here, ...
2363 * gdb.base/valgrind-disp-step.exp: ... here and ...
2364 * gdb.base/valgrind-infcall.exp: ... here.
2365
1443936e
TV
23662018-10-31 Tom de Vries <tdevries@suse.de>
2367
2368 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2369
eb77c9df
AB
23702018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2371
2372 * gdb.dwarf2/void-type.c: New file.
2373 * gdb.dwarf2/void-type.exp: New file.
2374
82b5e646
PW
23752018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2376
2377 * gdb.base/info_qt.c: New file.
2378 * gdb.base/info_qt.exp: New file.
2379
8d619c01
EBM
23802018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2381
2382 * gdb.arch/powerpc-htm-regs.c: New file.
2383 * gdb.arch/powerpc-htm-regs.exp: New file.
2384
f2cf6173
EBM
23852018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2386
2387 * gdb.arch/powerpc-tar.c: New file.
2388 * gdb.arch/powerpc-tar.exp: New file.
2389
7ca18ed6
EBM
23902018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2391
2392 * gdb.arch/powerpc-ppr-dscr.c: New file.
2393 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2394
bfcc0eba
TV
23952018-10-25 Tom de Vries <tdevries@suse.de>
2396
2397 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2398
fe1a5cad
TV
23992018-10-24 Tom de Vries <tdevries@suse.de>
2400
2401 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2402 longer exists error.
2403
a76dc3b7
TV
24042018-10-24 Tom de Vries <tdevries@suse.de>
2405
2406 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2407
4df46df7
TV
24082018-10-24 Tom de Vries <tdevries@suse.de>
2409
2410 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2411 --db-attach in valgrind.
2412
0dbfcfff
AB
24132018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2414
2415 * gdb.arch/riscv-reg-aliases.c: New file.
2416 * gdb.arch/riscv-reg-aliases.exp: New file.
2417
b04480b1
AH
24182018-10-19 Alan Hayward <alan.hayward@arm.com>
2419
2420 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2421
2c6ac8d7
AH
24222018-10-19 Alan Hayward <alan.hayward@arm.com>
2423
2424 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2425
2bc69f25
AH
24262018-10-19 Alan Hayward <alan.hayward@arm.com>
2427
2428 * gdb.cp/ovldbreak.exp: Fix regexps.
2429
1f1ae3a3
AH
24302018-10-19 Alan Hayward <alan.hayward@arm.com>
2431
2432 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2433
94c18618
SDJ
24342018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2435
2436 PR cli/23785
2437 * gdb.base/restore.exp: New test to check if "restore" with an
2438 invalid file doesn't segfault.
2439
812cd6eb
TV
24402018-10-18 Tom de Vries <tdevries@suse.de>
2441
2442 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2443 * gdb.ada/excep_handle.exp: Same.
2444 * gdb.ada/mi_string_access.exp: Same.
2445 * gdb.ada/mi_var_union.exp: Same.
2446 * gdb.arch/arc-analyze-prologue.exp: Same.
2447 * gdb.arch/arc-decode-insn.exp: Same.
2448 * gdb.base/readnever.exp: Same.
2449 * gdb.fortran/printing-types.exp: Same.
2450 * gdb.guile/scm-lazy-string.exp: Same.
2451
c4b90788
TV
24522018-10-16 Tom de Vries <tdevries@suse.de>
2453
2454 PR gdb/23730
2455 * gdb.base/catch-follow-exec.c: Add copyright notice.
2456 * gdb.base/catch-follow-exec.exp: Rewrite to use
2457 gdb_spawn_with_cmdline_opts. Require gdb-native.
2458
8bca2978
SL
24592018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2460
2461 * gdb.trace/actions-changed.exp: Check for arch support.
2462 * gdb.trace/actions.exp: Likewise.
2463 * gdb.trace/ax.exp: Likewise.
2464 * gdb.trace/backtrace.exp: Likewise.
2465 * gdb.trace/change-loc.exp: Likewise.
2466 * gdb.trace/deltrace.exp: Likewise.
2467 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2468 * gdb.trace/ftrace.exp: Likewise.
2469 * gdb.trace/infotrace.exp: Check for arch support.
2470 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2471 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2472 * gdb.trace/mi-tsv-changed.exp: Likewise.
2473 * gdb.trace/packetlen.exp: Likewise.
2474 * gdb.trace/passc-dyn.exp: Likewise.
2475 * gdb.trace/passcount.exp: Likewise.
2476 * gdb.trace/pending.exp: Likewise.
2477 * gdb.trace/range-stepping.exp: Check for shlib support.
2478 * gdb.trace/report.exp: Check for arch support.
2479 * gdb.trace/save-trace.exp: Likewise.
2480 * gdb.trace/signal.exp: Check for signal support.
2481 * gdb.trace/tfind.exp: Check for arch support.
2482 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2483 * gdb.trace/trace-common.h: Add comment.
2484 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2485 * gdb.trace/trace-enable-disable.exp: Likewise.
2486 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2487 * gdb.trace/tracecmd.exp: Check for arch support.
2488 * gdb.trace/tspeed.exp: Check for shlib and target support.
2489 * gdb.trace/tstatus.exp: Check for arch support.
2490 * gdb.trace/tsv.exp: Likewise.
2491 * gdb.trace/while-dyn.exp: Likewise.
2492 * gdb.trace/while-stepping.exp: Likewise.
2493 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2494
f9c49bff
SM
24952018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2496
2497 * gdb.trace/tspeed.exp: Remove nowarnings.
2498 (prepare_for_trace_test): Declare "global ipalib".
2499 * gdb.trace/tspeed.c: Include unistd.h.
2500 (main): Remove superfluous printf argument.
2501
d4330bde
SL
25022018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2503
2504 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2505 directory prefix on the filename.
2506
8ecfd7bd
SDJ
25072018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2508
2509 * gdb.gdb/unittest.exp: Update expected message informing that
2510 selftests have been disabled.
2511 * gdb.server/unittest.exp: Likewise.
2512
58bbcd02
TV
25132018-10-09 Tom de Vries <tdevries@suse.de>
2514
2515 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2516 with runto_main.
2517
9f6b697b
WP
25182018-10-08 Weimin Pan <weimin.pan@oracle.com>
2519
2520 PR c++/16841
2521 * gdb.cp/virtbase2.cc: New file.
2522 * gdb.cp/virtbase2.exp: New file.
2523
add5ded5
TT
25242018-10-06 Tom Tromey <tom@tromey.com>
2525
2526 PR python/19399:
2527 * gdb.python/py-inferior.exp: Add architecture test.
2528
f9e48344
TT
25292018-10-06 Tom Tromey <tom@tromey.com>
2530
2531 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2532 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2533
2a8be203
TT
25342018-10-06 Tom Tromey <tom@tromey.com>
2535
2536 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2537 of a "throw" catchpoint.
2538
e04caa70
SDJ
25392018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2540
2541 * gdb.base/info-proc.exp: Update string expected from "help info
2542 proc".
2543
5ca8c39f
TT
25442018-10-04 Tom Tromey <tom@tromey.com>
2545
2546 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2547 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2548 (test_initial_complaints, test_empty_complaints): Update.
2549 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2550
3453e7e4
TT
25512018-10-04 Tom Tromey <tom@tromey.com>
2552
2553 PR cli/19551:
2554 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2555 * lib/gdb.exp (gdb_file_cmd): Update.
2556 * gdb.stabs/weird.exp (print_weird_var): Update.
2557 * gdb.server/solib-list.exp: Update.
2558 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2559 * gdb.mi/mi-cli.exp: Update.
2560 * gdb.linespec/linespec.exp: Update.
2561 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2562 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2563 * gdb.cp/cp-relocate.exp: Update.
2564 * gdb.base/sym-file.exp: Update.
2565 * gdb.base/relocate.exp: Update.
2566 * gdb.base/readnever.exp: Update.
2567 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2568 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2569 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2570 * gdb.base/code_elim.exp: Update.
2571 * gdb.base/break-unload-file.exp (test_break): Update.
2572 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2573 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2574 Update.
2575 * gdb.base/attach.exp (do_attach_tests): Update.
2576 * gdb.base/sepdebug.exp: Update.
2577 * gdb.python/py-section-script.exp: Update.
2578
6afcf761
TT
25792018-10-04 Tom Tromey <tom@tromey.com>
2580
2581 PR cli/22234:
2582 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2583 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2584 output.
2585
fef1b293
TT
25862018-10-04 Tom Tromey <tom@tromey.com>
2587
2588 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2589 set width and height to 0.
2590 (test_command_line_attach_run): Use -quiet.
2591
ca98345e
SL
25922018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2593
2594 * lib/gdb.exp (skip_ifunc_tests): New.
2595 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2596 other compile failures.
2597 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2598
ff34e6ae
SM
25992018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2600
2601 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2602 is_amd64_regs_target.
2603
6bb8890e
AH
26042018-10-01 Alan Hayward <alan.hayward@arm.com>
2605
2606 * gdb.arch/aarch64-sighandler-regs.c: New test.
2607 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2608 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2609
224d30d3
MM
26102018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2611
2612 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2613 assembly.
2614
f67ffa6a
AB
26152018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2616
2617 * gdb.base/frame-selection.exp: New file.
2618 * gdb.base/frame-selection.c: New file.
2619
9fc3183f
AH
26202018-09-27 Alan Hayward <alan.hayward@arm.com>
2621
2622 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2623 pthread barrier.
2624 (main): Likewise.
2625
d354055e
AB
26262018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2627
2628 * gdb.base/large-frame-1.c: New file.
2629 * gdb.base/large-frame-2.c: New file.
2630 * gdb.base/large-frame.exp: New file.
2631 * gdb.base/large-frame.h: New file.
2632
db727370
JL
26332018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2634
2635 PR gdb/20948
2636 * gdb.base/write_mem.exp: New test.
2637 * gdb.base/write_mem.c: Likewise.
2638
ae778caf
TT
26392018-09-23 Tom Tromey <tom@tromey.com>
2640
2641 PR python/18852:
2642 * gdb.python/py-parameter.exp: Add test for parameter that throws
2643 on "set".
2644
fd3ba736
TT
26452018-09-23 Tom Tromey <tom@tromey.com>
2646
2647 PR python/17284:
2648 * gdb.python/py-template.exp (test_template_arg): Add test for
2649 negative template argument number.
2650
39a24317
TT
26512018-09-23 Tom Tromey <tom@tromey.com>
2652
2653 PR python/14062:
2654 * gdb.python/python.exp: Add test for post_event error.
2655
f5769a2c
TT
26562018-09-23 Tom Tromey <tom@tromey.com>
2657
2658 PR python/18170:
2659 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2660 convert pointers to int and long.
2661
1c1e54f6
TT
26622018-09-23 Tom Tromey <tom@tromey.com>
2663
2664 PR python/20126:
2665 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2666 signed-ness conversion tests.
2667
fb4fa946
TT
26682018-09-23 Tom Tromey <tom@tromey.com>
2669
2670 PR python/18352;
2671 * gdb.python/py-value.exp (test_float_conversion): New proc.
2672 Use it.
2673
a466edac
HAQ
26742018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2675
2676 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2677
4ee9b0c5
SL
26782018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2679
2680 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2681 no readline.
2682 * gdb.base/utf8-identifiers.exp: Likewise.
2683 * gdb.cp/cpcompletion.exp: Likewise.
2684 * gdb.linespec/cpcompletion.exp: Likewise.
2685 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2686 * gdb.linespec/cpls-ops.exp: Likewise.
2687
23be8da7
RB
26882018-09-19 Richard Bunt <richard.bunt@arm.com>
2689 Chris January <chris.january@arm.com>
2690
2691 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2692 * gdb.fortran/short-circuit-argument-list.exp: New file.
2693 * gdb.fortran/short-circuit-argument-list.f90: New test.
2694
5031d0ae
SDJ
26952018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2696
2697 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2698 "arch=" keyword when executing "-stack-list-frames".
2699
b4c0d1a4
SDJ
27002018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2701
2702 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2703 "arch=" keyword when executing "-stack-list-frames".
2704
7a6d2b45
SDJ
27052018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2706
2707 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2708 break ada".
2709
8588b356
SM
27102018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2711
2712 PR python/23669
2713 * gdb.python/python.exp: Test gdb.execute("show commands").
2714
65e65158
TT
27152018-09-16 Tom Tromey <tom@tromey.com>
2716
2717 * gdb.base/new-ui.exp (do_execution_tests): Update.
2718 * gdb.base/dbx.exp (test_breakpoints): Update.
2719
bf326452
AH
27202018-09-14 Alan Hayward <alan.hayward@arm.com>
2721
2722 * lib/gdb.exp (gdb_simple_compile): Add proc.
2723 (is_elf_target): Use gdb_simple_compile.
2724 (skip_altivec_tests): Likewise.
2725 (skip_vsx_tests): Likewise.
2726 (skip_tsx_tests): Likewise.
2727 (skip_btrace_tests): Likewise.
2728 (skip_btrace_pt_tests): Likewise.
2729 (gdb_can_simple_compile): Likewise.
2730 (gdb_has_argv0): Likewise.
2731 (gdb_target_symbol_prefix): Likewise.
2732 (target_supports_scheduler_locking): Likewise.
2733
2361b0fb
TT
27342018-09-13 Tom Tromey <tom@tromey.com>
2735
2736 * Makefile.in (TAGS): Recognize proc_with_prefix and
2737 gdb_caching_proc.
2738
0ae1a321
SM
27392018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2740
2741 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2742 method.
2743
a40bf0c2
SM
27442018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2745
2746 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2747 and a few other Inferior properties when the Inferior is no
2748 longer valid.
2749
4a3fe98f
TT
27502018-09-13 Tom Tromey <tom@tromey.com>
2751
2752 PR rust/23650:
2753 * gdb.rust/simple.exp: Add test for enum field access error.
2754
098b2108
TT
27552018-09-13 Tom Tromey <tom@tromey.com>
2756
2757 PR rust/23626:
2758 * gdb.rust/simple.rs (EmptyEnum): New type.
2759 (main): Use it.
2760 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2761
1256af7d
SM
27622018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2763
2764 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2765 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2766 * gdb.python/py-symtab.exp: Update test printing an objfile.
2767
4aa8e6c2
SM
27682018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2769
2770 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2771 object.
2772
c221b2f7
AH
27732018-09-12 Alan Hayward <alan.hayward@arm.com>
2774
2775 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2776 (support_complex_tests): Use gdb_can_simple_compile.
2777 (is_ilp32_target): Likewise.
2778 (is_lp64_target): Likewise.
2779 (is_64_target): Likewise.
2780 (is_amd64_regs_target): Likewise.
2781 (is_aarch32_target): Likewise.
2782 (gdb_int128_helper): Likewise.
2783
6f1107b5
JK
27842018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2785
2786 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2787
1f5d1570
JG
27882018-09-10 Jerome Guitton <guitton@adacore.com>
2789
2790 * gdb.ada/same_component_name: Add test for case of tagged record
2791 with variable-length fields.
2792
cc330e39
XR
27932018-09-10 Xavier Roirand <roirand@adacore.com>
2794
2795 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2796 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2797 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2798 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2799
b9c50e9a
XR
28002018-09-10 Xavier Roirand <roirand@adacore.com>
2801
2802 * gdb.ada/mi_string_access.exp: New testcase.
2803 * gdb.ada/mi_string_access/bar.adb: New file.
2804 * gdb.ada/mi_string_access/pck.adb: New file.
2805 * gdb.ada/mi_string_access/pck.asd: New file.
2806
2963898f
XR
28072018-09-10 Xavier Roirand <roirand@adacore.com>
2808
2809 * gdb.ada/mi_var_union.exp: New testcase.
2810 * gdb.ada/mi_var_union/bar.adb: New file.
2811 * gdb.ada/mi_var_union/pck.adb: New file.
2812 * gdb.ada/mi_var_union/pck.asd: New file.
2813
1aac008f
TT
28142018-09-08 Tom Tromey <tom@tromey.com>
2815
2816 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2817
332cf4c9
TT
28182018-09-08 Tom Tromey <tom@tromey.com>
2819
2820 PR python/16047:
2821 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2822 (register_pretty_printers): Register new printer.
2823 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2824 test.
2825 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2826 (an_int_type3): New global.
2827
424da6cf
JB
28282018-09-08 Joel Brobecker <brobecker@adacore.com>
2829
2830 * gdb.ada/expr_with_funcall: New testcase.
2831
2a62dfa9
JB
28322018-09-08 Joel Brobecker <brobecker@adacore.com>
2833
2834 * gdb.ada/packed_array_assign: New testcase.
2835
96b6697f
AB
28362018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2837
2838 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2839 names, and add test prefixes to make test names unique.
2840
e4a62c65
TV
28412018-09-05 Tom de Vries <tdevries@suse.de>
2842
2843 * gdb.dwarf2/varval.exp: Add test.
2844
dd083ee2
GB
28452018-09-04 Gary Benson <gbenson@redhat.com>
2846
2847 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2848 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2849
aef9346c
TT
28502018-08-31 Tom Tromey <tom@tromey.com>
2851
2852 * gdb.rust/simple.rs: Rename second variable "v".
2853
c67f2e15
AB
28542018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2855
2856 * gdb.base/funcargs.c (use_a): New function.
2857 (recurse): Call use_a.
2858
078a0207
KS
28592018-08-29 Keith Seitz <keiths@redhat.com>
2860
2861 * gdb.compile/compile-cplus-anonymous.cc: New file.
2862 * gdb.compile/compile-cplus-anonymous.exp: New file.
2863 * gdb.compile/compile-cplus-array-decay.cc: New file.
2864 * gdb.compile/compile-cplus-array-decay.exp: New file.
2865 * gdb.compile/compile-cplus-inherit.cc: New file.
2866 * gdb.compile/compile-cplus-inherit.exp: New file.
2867 * gdb.compile/compile-cplus-member.cc: New file.
2868 * gdb.compile/compile-cplus-member.exp: New file.
2869 * gdb.compile/compile-cplus-method.cc: New file.
2870 * gdb.compile/compile-cplus-method.exp: New file.
2871 * gdb.compile/compile-cplus-mod.c: "New" file.
2872 * gdb.compile/compile-cplus-namespace.cc: New file.
2873 * gdb.compile/compile-cplus-namespace.exp: New file.
2874 * gdb.compile/compile-cplus-nested.cc: New file.
2875 * gdb.compile/compile-cplus-nested.exp: New file.
2876 * gdb.compile/compile-cplus-print.c: "New" file.
2877 * gdb.compile/compile-cplus-print.exp: "New" file.
2878 * gdb.compile/compile-cplus-virtual.cc: New file.
2879 * gdb.compile/compile-cplus-virtual.exp: New file.
2880 * gdb.compile/compile-cplus.c: "New" file.
2881 * gdb.compile/compile-cplus.exp: "New" file.
2882 * lib/compile-support.exp: New file.
2883
b0f492b9
GB
28842018-08-16 Gary Benson <gbenson@redhat.com>
2885
2886 PR gdb/13000:
2887 * gdb.base/batch-exit-status.exp: New file.
2888 * gdb.base/batch-exit-status.good-commands: Likewise.
2889 * gdb.base/batch-exit-status.bad-commands: Likewise.
2890
36eb4c5f
AH
28912018-08-29 Alan Hayward <alan.hayward@arm.com>
2892
2893 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2894 (struct struct02): Likewise.
2895 (struct struct03): Likewise.
2896 (struct struct04): Likewise.
2897 (struct struct_01_01): New struct.
2898 (struct struct_01_02): Likewise.
2899 (struct struct_01_03): Likewise.
2900 (struct struct_01_04): Likewise.
2901 (struct struct_02_01): Likewise.
2902 (struct struct_02_02): Likewise.
2903 (struct struct_02_03): Likewise.
2904 (struct struct_02_04): Likewise.
2905 (struct struct_04_01): Likewise.
2906 (struct struct_04_02): Likewise.
2907 (struct struct_04_03): Likewise.
2908 (struct struct_04_04): Likewise.
2909 (struct struct_05_01): Likewise.
2910 (struct struct_05_02): Likewise.
2911 (struct struct_05_03): Likewise.
2912 (struct struct_05_04): Likewise.
2913 (cmp_struct01): Remove function.
2914 (cmp_struct02): Likewise.
2915 (cmp_struct03): Likewise.
2916 (cmp_struct04): Likewise.
2917 (cmp_struct_01_01): Add Function.
2918 (cmp_struct_01_02): Likewise.
2919 (cmp_struct_01_03): Likewise.
2920 (cmp_struct_01_04): Likewise.
2921 (cmp_struct_02_01): Likewise.
2922 (cmp_struct_02_02): Likewise.
2923 (cmp_struct_02_03): Likewise.
2924 (cmp_struct_02_04): Likewise.
2925 (cmp_struct_04_01): Likewise.
2926 (cmp_struct_04_02): Likewise.
2927 (cmp_struct_04_03): Likewise.
2928 (cmp_struct_04_04): Likewise.
2929 (cmp_struct_05_01): Likewise.
2930 (cmp_struct_05_02): Likewise.
2931 (cmp_struct_05_03): Likewise.
2932 (cmp_struct_05_04): Likewise.
2933 (call_all): Add new structs.
2934 * gdb.base/infcall-nested-structs.exp: Likewise.
2935
3bf9c013
JV
29362018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2937
2938 * gdb.python/py-framefilter-mi.exp: Update regexp to
2939 check for "arch" field in frame output.
2940
450d1e88
KB
29412018-08-23 Kevin Buettner <kevinb@redhat.com>
2942
2943 * gdb.dwarf2/dw2-ranges-func.c: New file.
2944 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2945
ae739fe7
SM
29462018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2947
2948 * gdb.base/term.exp: Compare terminal settings with values from
2949 the inferior.
2950 * gdb.base/term.c: Get and set terminal settings.
2951
6d52907e
JV
29522018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2953
2954 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2955 accommodate new "arch" field in frame output.
2956 * gdb.mi/mi-return.exp: Likewise.
2957 * gdb.mi/mi-stack.exp: Likewise.
2958 * gdb.mi/mi-syn-frame.exp: Likewise.
2959 * gdb.mi/user-selected-context-sync.exp: Likewise.
2960
be2d111a
MS
29612018-08-19 Michael Spang <spang@google.com>
2962
2963 PR gdb/11786
2964 * gdb.base/gcore-tls-pie.c: New file.
2965 * gdb.base/gcore-tls-pie.exp: New file.
2966
ae3a7c47
KB
29672018-08-18 Kevin Buettner <kevinb@redhat.com>
2968
2969 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
2970 * gdb.dwarf2/varval.c: New file.
2971 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 2972
2ecae92e
AH
29732018-08-17 Alan Hayward <alan.hayward@arm.com>
2974
2975 PR gdb/18931
2976 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2977
c1854f1d
KS
29782018-08-16 Keith Seitz <keiths@redhat.com>
2979
2980 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2981 tests expected to pass.
2982
26fb3983
JV
29832018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2984
2985 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2986 -data-disassemble -a.
2987 (test_disassembly_bogus_args): Likewise.
2988
67943c00
AB
29892018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2990
2991 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2992
5ff2bbae
AB
29932018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2994
2995 * gdb.base/vla-optimized-out.exp: Add new test.
2996
e5bbcd0f
AB
29972018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2998
2999 * gdb.base/vla-optimized-out-o3.exp: Delete.
3000 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
3001 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
3002 deleted tests.
3003
9d4a934c
AB
30042018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
3005
3006 PR gdb/18050:
3007 * gdb.server/extended-remote-restart.c: New file.
3008 * gdb.server/extended-remote-restart.exp: New file.
3009
045cf012
SM
30102018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
3011
3012 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
3013 "set variable index = 42".
3014
87d6a7aa
SM
30152018-08-07 Simon Marchi <simon.marchi@ericsson.com>
3016
3017 * boards/index-cache-gdb.exp: New file.
3018 * gdb.dwarf2/index-cache.exp: New file.
3019 * gdb.dwarf2/index-cache.c: New file.
3020 * gdb.base/maint.exp: Check if we are using the index cache.
3021
96d68bd4
RO
30222018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3023
3024 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3025 MAKEFLAGS.
3026
5a699617
RO
30272018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3028
3029 * dg-extract-results.sh: Move to toplevel contrib.
3030 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3031 * Makefile.in (check-parallel-racy): Likewise.
3032
5bd18990
AB
30332018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3034
3035 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3036 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3037 tests if the target supports scheduler locking.
3038
3fbbcf47
TV
30392018-08-04 Tom de Vries <tdevries@suse.de>
3040
3041 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3042
3e1d3d8c
TT
30432018-08-02 Tom Tromey <tom@tromey.com>
3044
3045 PR symtab/16842.
3046 * gdb.cp/temargs.exp: Test "info address" of a template
3047 parameter.
3048
5abe0f0c
JV
30492018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3050
3051 * gdb.python/py-mi-var-info-path-expression.c: New file.
3052 * gdb.python/py-mi-var-info-path-expression.py: New file.
3053 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3054
fb66cde8
SDJ
30552018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3056
3057 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3058 error after "cannot resolve name" string.
3059
c708f4d2
AB
30602018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3061
3062 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3063 started.
3064 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3065
37cc0cae
TV
30662018-07-28 Tom de Vries <tdevries@suse.de>
3067
3068 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3069
63b4ecf7
TV
30702018-07-26 Tom de Vries <tdevries@suse.de>
3071
3072 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3073
3c3bb058
AB
30742018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3075
3076 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3077 is visible.
3078
9e7f3bbb
TV
30792018-07-26 Tom de Vries <tdevries@suse.de>
3080
3081 PR breakpoints/23366
3082 * gdb.base/catch-follow-exec.c: New test.
3083 * gdb.base/catch-follow-exec.exp: New file.
3084
16f808ec
TV
30852018-07-25 Tom de Vries <tdevries@suse.de>
3086
3087 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3088 vla-optimized-out.c.
3089
d7154a8d
JV
30902018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3091
3092 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3093 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3094
232a0032
TV
30952018-07-20 Tom de Vries <tdevries@suse.de>
3096
3097 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3098 NOCLONE macro.
3099 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3100
fbb1d502
TV
31012018-07-19 Tom de Vries <tdevries@suse.de>
3102
3103 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3104 regular expression.
3105
42dc7699
TV
31062018-07-18 Tom de Vries <tdevries@suse.de>
3107
3108 * gdb.base/vla-optimized-out.c: New test.
3109 * gdb.base/vla-optimized-out.exp: New file.
3110
7f1f7e23
SDJ
31112018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3112
3113 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3114 message "No address associated with hostname" when gdbserver
3115 cannot resolve the hostname.
3116
5759ebb3
PW
31172018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3118
3119 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3120 Add some test prefixes to make tests unique.
3121
3606ccab
PW
31222018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3123
3124 * gdb.base/frameapply.c: New file.
3125 * gdb.base/frameapply.exp: New file.
3126
529c08b2
PW
31272018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3128
3129 * gdb.base/skip.exp: Update expected error message.
3130
c7ab0aef
SDJ
31312018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3132 Jan Kratochvil <jan.kratochvil@redhat.com>
3133 Paul Fertser <fercerpav@gmail.com>
3134 Tsutomu Seki <sekiriki@gmail.com>
3135
3136 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3137 parameter.
3138 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3139 by default.
3140 * boards/native-gdbserver.exp: Likewise.
3141 * gdb.server/run-without-local-binary.exp: Improve regexp used
3142 for detecting when a remote debugging connection succeeds.
3143 * gdb.server/server-connect.exp: New file.
3144 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3145 Do not prefix the port number with ":".
3146 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3147 support for detecting and using it. Add '$debughost_gdbserver'
3148 to the list of arguments used to start gdbserver. Handle case
3149 when gdbserver cannot resolve a network name.
3150
16ff70dd
SDJ
31512018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3152
3153 PR c++/23373
3154 * gdb.base/ptype-offsets.cc (struct static_member): New
3155 struct.
3156 (main) <stmember>: New variable.
3157 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3158 with a static member in it.
3159
3541979f
AB
31602018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3161
3162 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3163 watchpoints enabled and disabled.
3164
c8ad9b9a
AB
31652018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3166
3167 * gdb.base/examine-backward.exp: Still run tests around address
3168 0x0, even if address 0x0 is not readable. Update the pattern for
3169 matching address 0x0 in expected output.
3170
e0e5e971
AB
31712018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3172
3173 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3174 malloc/free.
3175
1ea5da02
TV
31762018-07-04 Tom de Vries <tdevries@suse.de>
3177
3178 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3179
471b9d15
MR
31802018-07-02 Maciej W. Rozycki <macro@mips.com>
3181
3182 PR tdep/8282
3183 * gdb.arch/mips-disassembler-options.exp: New test.
3184 * gdb.arch/mips-disassembler-options.s: New test source.
3185
75acb486
PA
31862018-06-29 Pedro Alves <palves@redhat.com>
3187
3188 * gdb.threads/names.exp: Adjust expected "info threads" output.
3189
cd2bb709
PA
31902018-06-29 Pedro Alves <palves@redhat.com>
3191
3192 * gdb.opt/inline-break.exp (line number, address): Add "info
3193 break" tests.
3194
991ff292
PA
31952018-06-29 Pedro Alves <palves@redhat.com>
3196
3197 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3198 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3199 number and address and running to them.
3200
356819b6 32012018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
3202
3203 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3204
2512d7ef
JK
32052018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3206
3207 * lib/compiler.c: Remove executable permission flag.
3208
be1b6474
RB
32092018-06-28 Richard Bunt <richard.bunt@arm.com>
3210
3211 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3212 code.
3213 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3214
291f9a96
PT
32152018-06-28 Petr Tesarik <ptesarik@suse.cz>
3216
3217 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3218
ed6dfe51
PT
32192018-06-28 Petr Tesarik <ptesarik@suse.cz>
3220
3221 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3222 address argument is omitted.
3223
d4d429d5
PT
32242018-06-28 Petr Tesarik <ptesarik@suse.cz>
3225
3226 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3227
7ab6656f
OJ
32282018-06-27 Omair Javaid <omair.javaid@linaro.org>
3229
3230 PR gdb/21695
3231 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3232 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3233
a33ccfc7
TT
32342018-06-26 Tom Tromey <tom@tromey.com>
3235
3236 PR rust/22574:
3237 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3238 * gdb.rust/simple.rs (struct SimpleLayout): New.
3239
6d72d289
SM
32402018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3241
3242 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3243 "info registers" output.
3244
8363f9d5
RB
32452018-06-21 Richard Bunt <richard.bunt@arm.com>
3246
3247 * gdb.base/watchpoint-hw-attach.c: New test.
3248 * gdb.base/watchpoint-hw-attach.exp: New file.
3249
f00674fe
SM
32502018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3251
3252 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3253 through /bin/sh.
3254 * boards/dwarf4-gdb-index.exp: Likewise.
3255 * boards/fission-dwp.exp: Likewise.
3256
1d554008
UW
32572018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3258
3259 * gdb.base/float128.exp: Add comment and improved fail message
3260 to the failure case of "print large128" test.
3261
d0ac1c44
SM
32622018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3263
3264 * configure.ac: Remove AC_PREREQ.
3265 * configure: Re-generate.
3266
61b04dd0
PA
32672018-06-19 Pedro Alves <palves@redhat.com>
3268
3269 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3270 (func_extern_caller): New.
3271 (main): Call func_extern_caller.
3272 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3273 logic change.
3274
f63b508a
SM
32752018-06-18 Weimin Pan <weimin.pan@oracle.com>
3276
3277 PR gdb/16841
3278 * gdb.cp/typedef-base.cc: New file.
3279 * gdb.cp/typedef-base.exp: New file.
3280
0fe3a558
TV
32812018-06-18 Tom de Vries <tdevries@suse.de>
3282
3283 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3284
7010835a
AB
32852018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3286 Richard Bunt <Richard.Bunt@arm.com>
3287
3288 * gdb.threads/attach-slow-waitpid.c: New file.
3289 * gdb.threads/attach-slow-waitpid.exp: New file.
3290 * gdb.threads/slow-waitpid.c: New file.
3291
14897d65
PA
32922018-06-14 Pedro Alves <palves@redhat.com>
3293
3294 * gdb.base/fork-running-state.c: Include <errno.h>.
3295 (exit_if_relative_exits): New.
3296 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3297 exits.
3298 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3299 child exits.
3300
5d9a0608
TV
33012018-06-14 Tom de Vries <tdevries@suse.de>
3302
3303 PR cli/22573
3304 * gdb.base/finish-pretty.c: New test.
3305 * gdb.base/finish-pretty.exp: New file.
3306
11ae5818
PA
33072018-06-14 Pedro Alves <palves@redhat.com>
3308
3309 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3310 gdb's expected startup output.
3311
1d39de44
PA
33122018-06-14 Pedro Alves <palves@redhat.com>
3313
3314 * lib/selftest-support.exp (selftest_setup): Remove inlined
3315 function handling.
3316
70ee0000
TV
33172018-06-14 Tom de Vries <tdevries@suse.de>
3318
3319 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3320 matching of breakpoint printing.
3321
11f4b608
TV
33222018-06-13 Tom de Vries <tdevries@suse.de>
3323
3324 PR testsuite/23269
3325 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3326 (fork_child): ... here, and ...
3327 (fork_parent): ... here.
3328
33292018-06-12 Tom de Vries <tdevries@suse.de>
3330
3331 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3332
9516f85a
AB
33332018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3334 Stephen Roberts <stephen.roberts@arm.com>
3335
3336 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3337 rewrite test to describe action performed, rather than possible
3338 failure.
3339
5045b3d7
GB
33402018-06-08 Gary Benson <gbenson@redhat.com>
3341
3342 * gdb.threads/check-libthread-db.exp: New file.
3343 * gdb.threads/check-libthread-db.c: Likewise.
3344
c61b06a1
TT
33452018-06-05 Tom Tromey <tom@tromey.com>
3346
3347 * gdb.base/default.exp: Update expected "show version" output.
3348
eb6af809
TT
33492018-06-05 Tom Tromey <tom@tromey.com>
3350
3351 PR cli/12326:
3352 * gdb.cp/static-print-quit.exp: Update.
3353 * lib/gdb.exp (pagination_prompt): Update.
3354 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3355 * gdb.python/python.exp: Update.
3356
178d6a63
JB
33572018-06-04 Joel Brobecker <brobecker@adacore.com>
3358
3359 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3360
8e817061
JB
33612018-06-01 Joel Brobecker <brobecker@adacore.com>
3362
3363 * gdb.ada/bp_fun_addr: New testcase.
3364
e86ca25f
TT
33652018-06-01 Tom Tromey <tom@tromey.com>
3366
3367 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3368 results.
3369 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3370 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3371 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3372 * gdb.base/maint.exp (maint_pass_if): Update.
3373
4b2dfa9d
MR
33742018-05-31 Maciej W. Rozycki <macro@mips.com>
3375
3376 * gdb.base/endian.exp: New test.
3377 * gdb.base/endian.c: New test source.
3378
45f25d6c
AB
33792018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3380
3381 PR gdb/23203
3382 * gdb.base/bt-selected-frame.c: New file.
3383 * gdb.base/bt-selected-frame.exp: New file.
3384 * lib/gdb.exp (get_current_frame_number): New function.
3385
d9f6d7f8
MR
33862018-05-24 Maciej W. Rozycki <macro@mips.com>
3387 Pedro Alves <palves@redhat.com>
3388
3389 * gdb.threads/tls-core.c: Include <stdlib.h>
3390 (thread_proc): Call `abort'.
3391 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3392 (tls_core_test): New procedure, bits factored out from ...
3393 (top level): ... here. Test both native cores and gcore cores.
3394
ff1cf532
TT
33952018-05-23 Tom Tromey <tom@tromey.com>
3396
3397 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3398
b98664d3
TT
33992018-05-23 Tom Tromey <tom@tromey.com>
3400
3401 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3402 symfile_complaints.
3403 (test_short_complaints): Likewise.
3404 (test_empty_complaints): Likewise.
3405 (test_initial_complaints): Update.
3406
4e9668d0
TT
34072018-05-23 Tom Tromey <tom@tromey.com>
3408
3409 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3410
43ba33c7
TT
34112018-05-23 Tom Tromey <tom@tromey.com>
3412
3413 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3414 (test_short_complaints): Update.
3415
035522c0
PA
34162018-05-22 Pedro Alves <palves@redhat.com>
3417
3418 * gdb.base/remote.exp: Only gdb_start after compiling the
3419 testcase. Issue "disconnect" before testing "set remote" command
3420 defaults. Issue clean_restart before running to main.
3421
cc0be08f
PA
34222018-05-22 Pedro Alves <palves@redhat.com>
3423
3424 * gdb.base/remote.exp: Adjust expected output of "show remote
3425 memory-write-packet-size". Add tests for "set remote
3426 memory-write-packet-size 0" and "set remote
3427 memory-write-packet-size fixed/limit".
3428
b1b60145
PA
34292018-05-22 Pedro Alves <palves@redhat.com>
3430
3431 PR gdb/22973
3432 * gdb.base/utf8-identifiers.c: New file.
3433 * gdb.base/utf8-identifiers.exp: New file.
3434
0ec848ad
PFC
34352018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3436
3437 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3438
2c3305f6
PFC
34392018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3440
3441 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3442
ce1e8424
TT
34432018-05-18 Tom Tromey <tom@tromey.com>
3444
3445 * gdb.base/ptype-offsets.exp: Update.
3446
ddfe970e
KS
34472018-05-17 Keith Seitz <keiths@redhat.com>
3448
3449 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3450 in expected breakpoint stop locations.
3451 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3452 move to proper scope to test variable values.
3453 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3454 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3455 New functions.
3456 (main): Call not_inline_func3.
3457 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3458 inline_func1, inline_func2, and inline_func3. Test that when each
3459 breakpoint is hit, GDB properly reports both the stop location
3460 and the backtrace. Repeat tests for temporary breakpoints.
3461
0726fcc6
MR
34622018-05-15 Maciej W. Rozycki <macro@mips.com>
3463
3464 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3465 rather then trying to access it in determining whether the PID
3466 of `gdbserver' could have been retrieved.
3467
8ee22052
AB
34682018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3469
3470 * gdb.arch/amd64-init-x87-values.S: New file.
3471 * gdb.arch/amd64-init-x87-values.exp: New file.
3472
7785df48
JK
34732018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3474
3475 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3476
56bcdbea
TT
34772018-05-04 Tom Tromey <tom@tromey.com>
3478
3479 PR python/22730:
3480 * gdb.python/python.exp: Test multi-line execute.
3481
a913fffb
TT
34822018-05-04 Tom Tromey <tom@tromey.com>
3483
3484 PR python/22731:
3485 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3486
7a2c85f2
TT
34872018-05-04 Tom Tromey <tom@tromey.com>
3488
3489 PR gdb/11750:
3490 * gdb.base/define.exp: Test defining a user command inside a user
3491 command.
3492 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3493
a3b60e45
JK
34942018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3495 Pedro Alves <palves@redhat.com>
3496
3497 PR breakpoints/19806 and support for PR external/20207.
3498 * gdb.base/watchpoint-unaligned.c: New file.
3499 * gdb.base/watchpoint-unaligned.exp: New file.
3500
45fe4a03
AB
35012018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3502
3503 * gdb.base/maint.exp: Make test names unique, use
3504 test_prefix_command_help to test 'help maint info', and remove
3505 repeated test of 'help maint'.
3506
9be2ae8f
TT
35072018-05-04 Tom Tromey <tom@tromey.com>
3508
3509 PR gdb/22619:
3510 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3511 behavior.
3512
11859c31
AB
35132018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3514
3515 * gdb.base/maint.exp: Process output from 'maint print registers'
3516 line at a time.
3517
089a9490
AB
35182018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3519
3520 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3521 timeout.
3522
9b0797e2
AB
35232018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3524
3525 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3526 filter pattern.
3527
f6ac5f3d
PA
35282018-05-02 Pedro Alves <palves@redhat.com>
3529
3530 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3531 to_log_command renames.
3532 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3533
77d3c63b
TT
35342018-05-02 Tom Tromey <tom@tromey.com>
3535
3536 * gdb.python/py-parameter.exp: Set test message.
3537
0489430a
TT
35382018-05-02 Tom Tromey <tom@tromey.com>
3539
3540 PR python/20084:
3541 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3542 PARAM_ZUINTEGER_UNLIMITED tests.
3543
1632f8ba
DR
35442018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3545
3546 PR rust/23124
3547 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3548 when casting.
3549
6d7bb824
TT
35502018-04-30 Tom Tromey <tom@tromey.com>
3551
3552 * gdb.python/py-type.exp: Check align attribute.
3553 * gdb.python/py-type.c: New "aligncheck" global.
3554
007e1530
TT
35552018-04-30 Tom Tromey <tom@tromey.com>
3556
3557 PR exp/17095:
3558 * gdb.dwarf2/dw2-align.exp: New file.
3559 * gdb.cp/align.exp: New file.
3560 * gdb.base/align.exp: New file.
3561 * lib/gdb.exp (gdb_int128_helper): New proc.
3562 (has_int128_c, has_int128_cxx): New caching procs.
3563
6873858b
TT
35642018-04-27 Tom Tromey <tom@tromey.com>
3565
3566 PR rust/22545:
3567 * gdb.rust/simple.exp: Add inclusive range tests.
3568
79188d8d
PA
35692018-04-26 Pedro Alves <palves@redhat.com>
3570
3571 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3572 ifunc breakpoint locations correctly of ifunc breakpoints set
3573 while the program resolves the ifunc.
3574
c7075ad5
PA
35752018-04-26 Pedro Alves <palves@redhat.com>
3576
3577 * gdb.base/gnu-ifunc-final.c: New file.
3578 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3579 * gdb.base/gnu-ifunc.exp (executable): Delete.
3580 (staticexecutable): Adjust.
3581 (lib_opts, exec_opts): Delete.
3582 (make_binsuffix, build, set-break): New procedures.
3583 (misc_tests): New, with tests factored out from the top level.
3584 (top level): Test different combinations of ifunc resolver name,
3585 resolver with and with debug info, and ifunc target with and
3586 without debug info. Wrap static tests with with_target_prefix.
3587
8388016d
PA
35882018-04-26 Pedro Alves <palves@redhat.com>
3589
3590 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3591 return type" warnings.
3592
249b5733
PA
35932018-04-25 Pedro Alves <palves@redhat.com>
3594
3595 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3596 killed".
3597 * gdb.base/kill-after-signal.exp: Likewise.
3598 * gdb.threads/kill.exp: Likewise.
3599
f67c0c91
SDJ
36002018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3601 Sergio Durigan Junior <sergiodj@redhat.com>
3602 Pedro Alves <palves@redhat.com>
3603
3604 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3605 regexps to expect for '[Inferior ... detached]' as well.
3606 * gdb.base/attach.exp: Likewise.
3607 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3608 "gdb_continue_to_end".
3609 (test_catch_syscall_with_wrong_args): Likewise.
3610 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3611 ']'. Don't set 'verbose' on.
3612 * gdb.base/foll-vfork.exp: Likewise.
3613 * gdb.base/fork-print-inferior-events.c: New file.
3614 * gdb.base/fork-print-inferior-events.exp: New file.
3615 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3616 '[Inferior ... has been killed]' message.
3617 * gdb.base/kill-after-signal.exp: Likewise.
3618 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3619 detach message.
3620 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3621 message.
3622 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3623 regexps to expect for '[Inferior ... detached]' as well.
3624 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3625
0a8ddac4
SM
36262018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3627
3628 PR gdb/23104
3629 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3630
d27d16bf
RB
36312018-04-19 Richard Bunt <richard.bunt@arm.com>
3632
3633 * gdb.threads/multiple-successive-infcall.c: New test.
3634 * gdb.threads/multiple-successive-infcall.exp: New file.
3635
a037790e
TT
36362018-04-17 Tom Tromey <tom@tromey.com>
3637
3638 * gdb.rust/simple.rs (Union): New type.
3639 (main): New local "u".
3640 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3641
e3a91079
AA
36422018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3643
3644 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3645 number information in output of "whereis" command.
3646 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3647
b744723f
AA
36482018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3649
3650 * gdb.ada/info_types.exp: Adjust expected output to the line
3651 numbers now printed by "info var/func/type".
3652 * gdb.base/completion.exp: Likewise.
3653 * gdb.base/included.exp: Likewise.
3654 * gdb.cp/cp-relocate.exp: Likewise.
3655 * gdb.cp/cplusfuncs.exp: Likewise.
3656 * gdb.cp/namespace.exp: Likewise.
3657 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3658
4a4495d6
MM
36592018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3660
3661 * gdb.btrace/cpu.exp: New.
3662
1d509aa6
MM
36632018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3664
3665 * gdb.base/step-indirect-call-thunk.exp: New.
3666 * gdb.base/step-indirect-call-thunk.c: New.
3667 * gdb.reverse/step-indirect-call-thunk.exp: New.
3668 * gdb.reverse/step-indirect-call-thunk.c: New.
3669
6295b6da
SM
36702018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3671
3672 * gdb.base/pie-fork.c: New file.
3673 * gdb.base/pie-fork.exp: New file.
3674
50146e70
TT
36752018-04-11 Tom Tromey <tom@tromey.com>
3676
3677 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3678
f50d8a2e
PA
36792018-04-10 Pedro Alves <palves@redhat.com>
3680
3681 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3682 exits. Instead loop running forever.
3683 (fork_parent): Run forever too.
3684
a0be7a36
SM
36852018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3686
3687 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3688 mi_continue_to_line.
3689 * gdb.mi/mi-stack.c (callee4): Add comment.
3690
9b73db36
SM
36912018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3692
3693 * gdb.mi/mi-stack.exp: Fix indentation.
3694
c912f608
SM
36952018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3696
3697 PR gdb/22979
3698 * gdb.arch/amd64-osabi.exp: New file.
3699
26540402
SM
37002018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3701
3702 PR gdb/22980
3703 * gdb.base/osabi.exp: New file.
3704
121ad66c 37052018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
3706
3707 * gdb.cp/static-typedef-print.exp: New file.
3708 * gdb.cp/static-typedef-print.cc: New file.
3709
3fcded8f
JB
37102018-03-27 Joel Brobecker <brobecker@adacore.com>
3711
3712 * gdb.ada/varsize_limit: New testcase.
3713
59cc4834
JB
37142018-03-27 Joel Brobecker <brobecker@adacore.com>
3715
3716 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3717
3718 * gdb.ada/notcplusplus: New testcase.
3719
3720 * gdb.base/c-linkage-name.c: New file.
3721 * gdb.base/c-linkage-name.exp: New testcase.
3722
4ca59a9f
TT
37232018-03-26 Tom Tromey <tom@tromey.com>
3724
3725 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3726 * gdb.python/py-framefilter.py (name_error): New global.
3727 (ErrorInName.function): Use name_error.
3728
978d6c75
TT
37292018-03-26 Tom Tromey <tom@tromey.com>
3730
3731 PR backtrace/15582:
3732 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3733
b7fee5a3
KS
37342018-03-23 Keith Seitz <keiths@redhat.com>
3735
3736 PR c++/22968
3737 * gdb.cp/subtypes.exp: New file.
3738 * gdb.cp/subtypes.h: New file.
3739 * gdb.cp/subtypes.cc: New file.
3740 * gdb.cp/subtypes-2.cc: New file.
3741
376be529
AB
37422018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3743
3744 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3745 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3746 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3747 -nostartfiles when compiling the test. Confirm that all registers
3748 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3749
066cfa98
AB
37502018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3751
3752 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3753 option, syntax was wrong anyway.
3754 * gdb.arch/arm-disp-step.exp: Likewise.
3755 * gdb.arch/sparc64-regs.exp: Likewise.
3756 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3757 option, syntax was wrong anyway, switch to use
3758 prepare_for_testing.
3759 * gdb.arch/i386-disp-step.exp: Likewise.
3760
079670b9
AA
37612018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3762
3763 * gdb.ada/exec_changed.exp: Replace "target_info exists
3764 use_gdb_stub" by "use_gdb_stub".
3765 * gdb.ada/start.exp: Likewise.
3766 * gdb.base/async-shell.exp: Likewise.
3767 * gdb.base/attach-pie-misread.exp: Likewise.
3768 * gdb.base/attach-wait-input.exp: Likewise.
3769 * gdb.base/break-entry.exp: Likewise.
3770 * gdb.base/break-interp.exp: Likewise.
3771 * gdb.base/dprintf-detach.exp: Likewise.
3772 * gdb.base/nostdlib.exp: Likewise.
3773 * gdb.base/solib-nodir.exp: Likewise.
3774 * gdb.base/statistics.exp: Likewise.
3775 * gdb.base/testenv.exp: Likewise.
3776 * gdb.mi/mi-exec-run.exp: Likewise.
3777 * gdb.mi/mi-start.exp: Likewise.
3778 * gdb.multi/dummy-frame-restore.exp: Likewise.
3779 * gdb.multi/multi-arch-exec.exp: Likewise.
3780 * gdb.multi/multi-arch.exp: Likewise.
3781 * gdb.multi/tids.exp: Likewise.
3782 * gdb.multi/watchpoint-multi.exp: Likewise.
3783 * gdb.python/py-events.exp: Likewise.
3784 * gdb.threads/attach-into-signal.exp: Likewise.
3785 * gdb.threads/attach-stopped.exp: Likewise.
3786 * gdb.threads/threadapply.exp: Likewise.
3787 * lib/selftest-support.exp: Likewise.
3788
26d6cec4
AA
37892018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3790
3791 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3792
4ee89e90
SR
37932018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3794
3795 * gdb.perf/template-breakpoints.cc: New file.
3796 * gdb.perf/template-breakpoints.exp: New file.
3797 * gdb.perf/template-breakpoints.py: New file.
3798
92630041
TT
37992018-03-19 Tom Tromey <tom@tromey.com>
3800
3801 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3802 y0.
3803 * gdb.rust/simple.exp: Test bare identifier form of struct
3804 initializer.
3805
76727919
TT
38062018-03-19 Tom Tromey <tom@tromey.com>
3807
3808 * gdb.gdb/observer.exp: Remove.
3809
194ed413
AA
38102018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3811
3812 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3813 "qualified" option when setting breakpoints.
3814 * gdb.trace/backtrace.exp: Likewise.
3815 * gdb.trace/circ.exp: Likewise.
3816 * gdb.trace/collection.exp: Likewise.
3817 * gdb.trace/disconnected-tracing.exp: Likewise.
3818 * gdb.trace/ftrace-lock.exp: Likewise.
3819 * gdb.trace/ftrace.exp: Likewise.
3820 * gdb.trace/infotrace.exp: Likewise.
3821 * gdb.trace/packetlen.exp: Likewise.
3822 * gdb.trace/passc-dyn.exp: Likewise.
3823 * gdb.trace/qtro.exp: Likewise.
3824 * gdb.trace/read-memory.exp: Likewise.
3825 * gdb.trace/report.exp: Likewise.
3826 * gdb.trace/signal.exp: Likewise.
3827 * gdb.trace/status-stop.exp: Likewise.
3828 * gdb.trace/strace.exp: Likewise.
3829 * gdb.trace/tfind.exp: Likewise.
3830 * gdb.trace/trace-break.exp: Likewise.
3831 * gdb.trace/trace-condition.exp: Likewise.
3832 * gdb.trace/trace-mt.exp: Likewise.
3833 * gdb.trace/tstatus.exp: Likewise.
3834 * gdb.trace/tsv.exp: Likewise.
3835 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3836 * gdb.trace/unavailable.exp: Likewise.
3837 * gdb.trace/while-dyn.exp: Likewise.
3838
8b067d2c
AA
38392018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3840
3841 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3842 that libinproctrace is copied to the target.
3843
3ae9ce5d
TT
38442018-03-14 Tom Tromey <tom@tromey.com>
3845
3846 PR cli/14977:
3847 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3848 a null pointer.
3849 * gdb.base/wchar.exp: Likewise.
3850
b8c2339b
TT
38512018-03-14 Tom Tromey <tom@tromey.com>
3852
3853 PR cli/19918:
3854 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3855 flag.
3856
4872dc46
SM
38572018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3858
3859 PR gdb/22841
3860 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3861 "target" to remote_exec.
3862
e4fe3756
SM
38632018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3864
3865 PR gdb/22841
3866 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3867 ${board}_upload): Remove.
3868
e95a97d4
AA
38692018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3870
3871 * gdb.cp/watch-cp.cc: New test.
3872 * gdb.cp/watch-cp.exp: New file.
3873
dbbb1059
AB
38742018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3875
3876 * gdb.base/infcall-nested-structs.exp: New file.
3877 * gdb.base/infcall-nested-structs.c: New file.
3878 * gdb.base/float.exp: Add riscv support.
3879
ecc054c0
TP
38802018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3881
3882 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3883 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3884
25e3c82c
SDJ
38852018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3886
3887 * gdb.server/abspath.exp: New file.
3888 * lib/gdb.exp (with_cwd): New procedure.
3889
3083294d
SM
38902018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3891
3892 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3893 use it.
3894 (gdb_is_target_remote_prompt): New proc.
3895 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3896 (gdb_is_target_native): Pass prompt parameter to
3897 gdb_is_target_1.
3898
3275ef47
SM
38992018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3900
3901 * gdb.base/load-command.c: New file.
3902 * gdb.base/load-command.exp: New file.
3903 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3904 (gdb_is_target_1): ...this, and generalize for other targets
3905 than just remote.
3906 (gdb_is_target_remote): Use gdb_is_target_1.
3907 (gdb_is_target_native): use gdb_is_target_1.
3908
6893c19a
TT
39092018-02-26 Tom Tromey <tom@tromey.com>
3910
3911 PR python/16497:
3912 * gdb.python/py-framefilter.exp: Update test.
3913
2ddeaf8a
TT
39142018-02-26 Tom Tromey <tom@tromey.com>
3915
3916 * gdb.dwarf2/variant.c: New file.
3917 * gdb.dwarf2/variant.exp: New file.
3918
c9317f21
TT
39192018-02-26 Tom Tromey <tom@tromey.com>
3920
3921 * gdb.rust/simple.exp: Accept more possible results in enum test.
3922
6f6d0c26
SM
39232018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3924
3925 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3926 parentheses.
3927
11b03145
MR
39282018-02-23 Maciej W. Rozycki <macro@mips.com>
3929
3930 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3931 name of a variable: $actual_linejj -> $actual_line.
3932
54a27fe5
JB
39332018-02-21 John Baldwin <jhb@FreeBSD.org>
3934
3935 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3936
de65820c
MM
39372018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3938
3939 * gdb.btrace/buffer-size.exp: Do not force BTS.
3940
980548fd
PA
39412018-02-14 Pedro Alves <palves@redhat.com>
3942
3943 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3944 getting a "Quit".
3945
c4e12631
MM
39462018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3947
3948 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3949 Fix test name.
3950
c2e0e465
SM
39512018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3952
3953 * gdb.cp/m-static.exp: Check type of optimized out static
3954 member.
3955
f7216783
AB
39562018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3957
3958 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3959 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3960
0625771b
LS
39612018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3962 Leszek Swirski <leszeks@google.com>
3963
3964 * gdb.python/py-prettyprint.c
3965 (struct to_string_returns_value_inner,
3966 struct to_string_returns_value_wrapper): New.
3967 (main): Add tsrvw variable.
3968 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3969 ToStringReturnsValueWrapper): New classes.
3970 (register_pretty_printers): Register new pretty-printers.
3971 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3972 recursive pretty printer.
3973 * gdb.python/py-mi.exp: Likewise.
3974
59498c30
LS
39752018-02-01 Leszek Swirski <leszeks@google.com>
3976
3977 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3978 functions with the same name as an include file are parsed
3979 correctly.
3980
d4d38844
YQ
39812018-02-01 Yao Qi <yao.qi@linaro.org>
3982
3983 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3984 "\[^\r\n\]*".
3985
07e5f5cf
NP
39862018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3987
3988 * gdb.arch/powerpc-prologue-frame.s: New file.
3989 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3990 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3991
929b5ad4
JB
39922018-01-31 Joel Brobecker <brobecker@adacore.com>
3993
3994 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3995
e671cd59
PA
39962018-01-30 Pedro Alves <palves@redhat.com>
3997
3998 PR gdb/13211
3999 * gdb.base/interrupt-daemon.c: New.
4000 * gdb.base/interrupt-daemon.exp: New.
4001 * gdb.multi/multi-term-settings.c: New.
4002 * gdb.multi/multi-term-settings.exp: New.
4003
fc413dc4
JB
40042018-01-30 Joel Brobecker <brobecker@adacore.com>
4005
4006 * gdb.base/break.exp: Save the location where the breakpoint
4007 on break.c:47 was actually inserted when debugging the version
4008 compiled at -O2 and use it in the expected output of the "info
4009 break" test performed soon after.
4010
5c319bb2
PA
40112018-01-22 Pedro Alves <palves@redhat.com>
4012 Sergio Durigan Junior <sergiodj@redhat.com>
4013
4014 * gdb.base/whatis.exp: Add tests for 'set print object on' +
4015 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
4016
a9e40818
JB
40172018-01-22 Joel Brobecker <brobecker@adacore.com>
4018
4019 * gdb.base/break-include.c, gdb.base/break-include.inc,
4020 gdb.base/break-include.exp: New files.
4021 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4022 line number now being the actual line number where the breakpoint
4023 was inserted.
4024 * gdb.mi/mi-break.exp: Likewise.
4025 * gdb.mi/mi-reverse.exp: Likewise.
4026 * gdb.mi/mi-simplerun.exp: Ditto.
4027
e707fc44
AB
40282018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4029
4030 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4031 varobj.
4032 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4033
ae451627
AB
40342018-01-21 Don Breazeal <donb@codesourcery.com>
4035 Andrew Burgess <andrew.burgess@embecosm.com>
4036
4037 * gdb.mi/basics.c: Add new global.
4038 * gdb.mi/mi-frame-regs.exp: New file.
4039 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4040 case.
4041
b1b189e0
AB
40422018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4043
4044 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4045 non-parameter, and on an unknown symbol.
4046
fcfcc376
TT
40472018-01-19 Tom Tromey <tom@tromey.com>
4048
4049 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4050 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4051
634c1c31
AA
40522018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4053
4054 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4055 setrlimit and chdir to int.
4056
d6ad07fd
AA
40572018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4058
4059 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4060 function.
4061 (my_tend): Likewise.
4062 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4063 rationale of avoiding FP- and vector instructions.
4064
adf8243b
RK
40652018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4066
4067 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4068 "info reg" with "\[ \t\]*".
4069 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4070 "\[ \t\]+".
4071 * gdb.arch/s390-multiarch.exp: Ditto.
4072 * gdb.base/pc-fp.exp: Ditto.
4073 * gdb.reverse/i386-precsave.exp: Ditto.
4074 * gdb.reverse/i386-reverse.exp: Ditto.
4075 * gdb.reverse/i387-env-reverse.exp: Ditto.
4076 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4077
dcc06925
AA
40782018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4079
4080 * lib/gdb.exp (gdb_compile): Re-enable use of
4081 universal_compile_options for languages other than Rust.
4082
25d4fd80
AA
40832018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4084
4085 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4086
ee7f689e 40872018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
4088
4089 PR gdb/16577
4090 * gdb.base/solib-vanish.exp: New.
4091 * gdb.base/solib-vanish-main.c: New.
4092 * gdb.base/solib-vanish-lib1.c: New.
4093 * gdb.base/solib-vanish-lib2.c: New.
4094
d8447b6b
YQ
40952018-01-17 Yao Qi <yao.qi@linaro.org>
4096
4097 * gdb.compile/compile.exp: Match the address printed for
4098 frame in the output of command "bt".
4099
86d6a90c
TT
41002018-01-15 Tom Tromey <tom@tromey.com>
4101
4102 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4103 compute sp_reg.
4104
cbcdb1aa
AB
41052018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4106
4107 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4108 to prepare.
4109 (prepare): Return 0 on error, 1 on success.
4110
eea61984
PA
41112018-01-12 Pedro Alves <palves@redhat.com>
4112
4113 * gdb.base/continue-after-aborted-step-over.c: New.
4114 * gdb.base/continue-after-aborted-step-over.exp: New.
4115
6181e9c2
SM
41162018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4117
4118 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4119 options when not creating an executable.
4120
3cada740
PA
41212018-01-11 Pedro Alves <palves@redhat.com>
4122
4123 PR remote/22597
4124 * gdb.server/stop-reply-no-thread.c: New file.
4125 * gdb.server/stop-reply-no-thread.exp: New file.
4126
c63d3e8d
PA
41272018-01-10 Pedro Alves <palves@redhat.com>
4128
4129 PR gdb/22670
4130 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4131 functions too. Test setting breakpoints and printing C functions
4132 with no debug info too.
4133 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4134
d4c2a405
PA
41352018-01-10 Pedro Alves <palves@redhat.com>
4136
4137 PR gdb/22670
4138 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4139 a fail.
4140
8825213e
PA
41412018-01-10 Pedro Alves <palves@redhat.com>
4142
4143 PR gdb/22670
4144 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4145
605fd3c6
YQ
41462018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4147
4148 * gdb.server/unittest.exp: Match the output in non-development
4149 mode.
4150
1e5ded6c
YQ
41512018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4152
4153 * gdb.gdb/unittest.exp: Match output in non-development mode.
4154
30066b0b
JB
41552018-01-08 Joel Brobecker <brobecker@adacore.com>
4156
4157 * gdb.ada/access_tagged_param.exp: Relax expected output
4158 for value of "ObjL" in "continue" to pck.inspect breakpoint
4159 test.
4160
04bafb1e
XR
41612018-01-08 Joel Brobecker <brobecker@adacore.com>
4162
9f86398b
JB
4163 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4164 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 4165
e379cee6
PA
41662018-01-05 Pedro Alves <palves@redhat.com>
4167
4168 PR gdb/18653
4169 * gdb.base/libsegfault.exp: New.
4170
de63c46b
PA
41712018-01-05 Joel Brobecker <brobecker@adacore.com>
4172
4173 PR gdb/22670
4174 * gdb.ada/access_tagged_param.exp: New file.
4175 * gdb.ada/access_tagged_param/foo.adb: New file.
4176
f98fc17b
PA
41772018-01-05 Pedro Alves <palves@redhat.com>
4178
4179 PR gdb/22670
4180 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4181 exercise lower case too, and to exercise both full matching and
4182 wild matching.
4183
342f8240
JB
41842018-01-05 Joel Brobecker <brobecker@adacore.com>
4185
4186 * gdb.ada/rename_subscript_param: New testcase.
4187
7150d33c
JG
41882018-01-05 Jerome Guitton <guitton@adacore.com>
4189
4190 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4191
cc0e770c
JB
41922018-01-05 Joel Brobecker <brobecker@adacore.com>
4193
4194 * gdb.ada/convvar_comp: New testcase.
4195
672a41aa 41962018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
4197
4198 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4199 (My_Table): New global variable.
4200 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4201
7365ec2f
JB
42022018-01-04 Joel Brobecker <brobecker@adacore.com>
4203
4204 PR gdb/22670
4205 * gdb.ada/maint_with_ada: New testcase.
4206
289483b6
JB
42072018-01-04 Joel Brobecker <brobecker@adacore.com>
4208
4209 PR gdb/22670
4210 * gdb.ada/bp_c_mixed_case: New testcase.
4211
344420da
JB
42122018-01-04 Joel Brobecker <brobecker@adacore.com>
4213
4214 PR gdb/22670
4215 * gdb.ada/complete.exp: Add "complete break ada" test.
4216
66fc87a0
JB
42172018-01-04 Joel Brobecker <brobecker@adacore.com>
4218
4219 PR gdb/22670
4220 * gdb.ada/info_addr_mixed_case: New testcase.
4221
9f757bf7
XR
42222018-01-03 Xavier Roirand <roirand@adacore.com>
4223
4224 * gdb.ada/excep_handle.exp: New testcase.
4225 * gdb.ada/excep_handle/foo.adb: New file.
4226 * gdb.ada/excep_handle/pck.ads: New file.
4227
bd570f80
JB
42282018-01-03 Joel Brobecker <brobecker@adacore.com>
4229
4230 * gdb.base/step-line.c: Add extra empty line in copyright header.
4231 * gdb.base/step-line.inp: Likewise.
4232
9fe561ab
JB
42332018-01-02 Joel Brobecker <brobecker@adacore.com>
4234
4235 * gdb.ada/dyn_stride.exp: Add slice test.
4236
a405673c
JB
42372018-01-02 Joel Brobecker <brobecker@adacore.com>
4238
4239 * gdb.ada/dyn_stride: New testcase.
4240
cef0f868
SH
42412017-12-27 Stafford Horne <shorne@gmail.com>
4242
4243 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4244 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4245
b67d92b0
SH
42462017-12-27 Stafford Horne <shorne@gmail.com>
4247
4248 * gdb.base/reggroups.c: New file.
4249 * gdb.base/reggroups.exp: New file.
4250
eccab96d
JB
42512017-12-18 Joel Brobecker <brobecker@adacore.com>
4252
4253 * gdb.dwarf2/ada-valprint-error.c: New file.
4254 * gdb.dwarf2/ada-valprint-error.exp: New file.
4255
0e2da9f0
JB
42562017-12-18 Joel Brobecker <brobecker@adacore.com>
4257
4258 * gdb.ada/assign_arr: New testcase.
4259
cb923fcc
XR
42602017-12-18 Xavier Roirand <roirand@adacore.com>
4261
4262 * gdb.ada/funcall_ptr: New testcase.
4263
7c161838
SDJ
42642017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4265
4266 PR cli/16224
4267 * gdb.base/ptype-offsets.cc: New file.
4268 * gdb.base/ptype-offsets.exp: New file.
4269
1af17fd9
YQ
42702017-12-15 Yao Qi <yao.qi@linaro.org>
4271
4272 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4273 if XML is disabled.
4274
828d5846
XR
42752017-12-15 Xavier Roirand <roirand@adacore.com>
4276
4277 * gdb.ada/same_component_name: New testcase.
4278
79e8fcaa
JB
42792017-12-14 Joel Brobecker <brobecker@adacore.com>
4280
4281 * gdb.ada/str_binop_equal: New testcase.
4282
e05fa6f9
JB
42832017-12-14 Joel Brobecker <brobecker@adacore.com>
4284
4285 * gdb.ada/task_switch_in_core: New testcase.
4286
b89641ba
SM
42872017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4288
4289 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4290 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4291 call test_bkpt_qualified.
4292 (test_bkpt_qualified): New proc.
4293
6892d2e4
PA
42942017-12-13 Pedro Alves <palves@redhat.com>
4295
4296 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4297 Tighten regexp by matching with an anchor.
4298
a22ecf70
PA
42992017-12-13 Pedro Alves <palves@redhat.com>
4300
4301 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4302 ("expression with namespace"): New set of tests.
4303 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4304 (Nested::Test_NS::qux): New.
4305 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4306 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4307
9937536c
JB
43082017-12-13 Joel Brobecker <brobecker@adacore.com>
4309
4310 * gdb.base/server-del-break.c: New file.
4311 * gdb.base/server-del-break.exp: New file.
4312
fe49c6f5
SH
43132017-12-12 Stafford Horne <shorne@gmail.com>
4314
4315 * gdb.xml/tdesc-regs.exp: Add or1k support.
4316
c3d18620
SH
43172017-12-12 Stafford Horne <shorne@gmail.com>
4318
4319 * gdb.base/bp-permanent.c: Define nop of or1k.
4320
c5f9cfc8
JB
43212017-12-11 Joel Brobecker <brobecker@adacore.com>
4322
4323 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4324 output with components being reordered.
4325
a9c135fc
JB
43262017-12-11 Joel Brobecker <brobecker@adacore.com>
4327
4328 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4329 output with components being reordered.
4330
927aa2e7
JK
43312017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4332 Pedro Alves <palves@redhat.com>
4333
4334 * gdb.base/maint.exp (check for .gdb_index): Check also for
4335 .debug_names.
4336 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4337 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4338 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4339 (.gdb_index used after symbol reloading): Support also .debug_names.
4340 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4341
f17d9474
YQ
43422017-12-08 Yao Qi <yao.qi@linaro.org>
4343
4344 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4345 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4346
a0de8c21
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 test for breakpoint.
4351
a738ea1d
YQ
43522017-12-08 Yao Qi <yao.qi@linaro.org>
4353
4354 * gdb.arch/aarch64-tagged-pointer.c: New file.
4355 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4356
1cd9a73b
SDJ
43572017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4358
4359 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4360 "int".
4361
fa6eb693
KS
43622017-12-07 Keith Seitz <keiths@redhat.com>
4363
4364 PR breakpoints/22569
4365 * gdb.linespec/ls-errs.exp: Change expected result of "break
4366 -source this file has spaces.c -line 3".
4367 Check that an explicit source file followed by whitespace is
4368 identified as an invalid explicit location.
4369
883fd55a
KS
43702017-12-07 Keith Seitz <keiths@redhat.com>
4371
4372 * gdb.cp/nested-types.cc: New file.
4373 * gdb.cp/nested-types.exp: New file.
4374 * lib/cp-support.exp: Load data-structures.exp library.
4375 (debug_cp_test_ptype_class): New global.
4376 (cp_ptype_class_verbose, next_line): New procedures.
4377 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4378 Add and document new return value.
4379 Switch the list of lines to a queue.
4380 Add support for new `type' key for nested type definitions.
4381 Add debugging/troubleshooting messages.
4382 * lib/data-structures.exp: New file.
4383
ec72db3e
SM
43842017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4385
4386 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4387 with proc_with_prefix, don't use with_test_prefix.
4388
99598d71
TT
43892017-12-07 Tom Tromey <tom@tromey.com>
4390
4391 * gdb.base/break.exp: Add test for empty "commands".
4392
a8806230
YQ
43932017-12-07 Yao Qi <yao.qi@linaro.org>
4394
4395 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4396 malloc and catch syscall.
4397
824cc835
PM
43982017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4399
e79be6e5 4400 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
4401 tests for explicit locations.
4402
7cc244de
PA
44032017-12-06 Pedro Alves <palves@redhat.com>
4404
4405 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4406 force-disabling XML descriptions.
4407
50a1fdd5
PA
44082017-12-04 Pedro Alves <palves@redhat.com>
4409
4410 PR gdb/22499
4411 * gdb.arch/amd64-disp-step-avx.S: New file.
4412 * gdb.arch/amd64-disp-step-avx.exp: New file.
4413
f0fb2488
PA
44142017-12-03 Pedro Alves <palves@redhat.com>
4415
4416 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4417 and <string.h>.
4418 (parent_function): Print distinct messages when waitpid fails, or
4419 the child exits with a signal, or the child exits for an unhandled
4420 reason.
4421 * gdb.threads/process-dies-while-detaching.exp
4422 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4423 it. Wait for both inferior output and GDB's prompt. Use an
4424 indirect spawn id list.
4425 (do_detach): New parameter 'child_exit'. Use it to compute
4426 expected inferior output.
4427 (test_detach, test_detach_watch, test_detach_killed_outside):
4428 Adjust to pass down the expected child exit kind.
4429
97cbe998
SDJ
44302017-12-01 Joel Brobecker <brobecker@adacore.com>
4431 Sergio Durigan Junior <sergiodj@redhat.com>
4432 Pedro Alves <palves@redhat.com>
4433
4434 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4435
40fc416f
SDJ
44362017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4437
4438 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4439 to 'symbol-file' and 'add-symbol-file' can be
4440 position-independent.
4441
1cc75e92
YQ
44422017-12-01 Yao Qi <yao.qi@linaro.org>
4443
4444 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4445 the URL in copyright header.
4446 * gdb.arch/aarch64-fp.exp: Likewise.
4447 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4448 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4449 * gdb.base/expand-psymtabs.exp: Likewise.
4450 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4451 * gdb.fortran/common-block.exp: Likewise.
4452 * gdb.fortran/common-block.f90: Likewise.
4453 * gdb.fortran/logical.exp: Likewise.
4454 * gdb.fortran/vla-datatypes.f90: Likewise.
4455 * gdb.fortran/vla-sub.f90: Likewise.
4456
875fb7a7
JB
44572017-11-30 Joel Brobecker <brobecker@adacore.com>
4458
4459 * gdb.ada/repeat_dyn: New testcase.
4460
6f14765f
UW
44612017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4462
4463 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4464 Update for changed thread numbering.
4465 * gdb.cell/bt.exp: Update for changed GDB output.
4466
f1af7b94
SM
44672017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4468
4469 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4470 setting isremote by hand.
4471 * boards/dwarf4-gdb-index.exp: Likewise.
4472 * boards/fission.exp: Likewise.
4473 * boards/stabs.exp: Likewise.
4474
e3919f3e
PA
44752017-11-30 Pedro Alves <palves@redhat.com>
4476
4477 * gdb.linespec/cpls-ops.exp
4478 (check_explicit_skips_function_argument): Extract the underlying
4479 type of size_t instead of hardcoding it.
4480
bd69330d
PA
44812017-11-29 Pedro Alves <palves@redhat.com>
4482
4483 PR c++/19436
4484 * gdb.linespec/cpls-abi-tag.cc: New file.
4485 * gdb.linespec/cpls-abi-tag.exp: New file.
4486
a20714ff
PA
44872017-11-29 Pedro Alves <palves@redhat.com>
4488
4489 * gdb.base/langs.exp: Use -qualified.
4490 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4491 it.
4492 * gdb.cp/namespace.exp: Use -qualified.
4493 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4494 (overload-3, template-overload, template-ret-type, const-overload)
4495 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4496 procedures.
4497 (test_driver): Call them.
4498 * gdb.cp/save-bp-qualified.cc: New.
4499 * gdb.cp/save-bp-qualified.exp: New.
4500 * gdb.linespec/explicit.exp: Test -qualified.
4501 * lib/completion-support.exp (completion::explicit_opts_list): Add
4502 "-qualified".
4503 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4504
f6f1d339
PM
45052017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4506
4507 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4508
02ca603a
TT
45092017-11-29 Tom Tromey <tom@tromey.com>
4510
4511 * gdb.base/relocate.exp: Update invalid argument test.
4512 Add new tests for invalid arguments.
4513
ed6c0bfb
TP
45142017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4515
4516 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4517 Return 0 as a long.
4518 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4519
f106e10e
TP
45202017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4521
4522 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4523 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4524 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4525 func ().
4526 * gdb.cp/shadow.cc (B.func): Return 0.
4527
10329bb2
JB
45282017-11-27 Joel Brobecker <brobecker@adacore.com>
4529
4530 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4531 expected output in gdb_expect call to allow the exception
4532 message to be present as well. Fix syntax confusion to avoid
4533 TCL thinking that exception_name is an array.
4534
617cd4bc
UW
45352017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4536
4537 * gdb.arch/spu-info.c: Include <unistd.h>.
4538 (do_signal_test): Fix broken calls to write.
4539 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4540 Fix checks for empty mailboxes. Update signal tests for corrected
4541 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
4542 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4543 * gdb.cell/arch.exp: Use standard_output_file.
4544 * gdb.cell/break.exp: Likewise.
4545 * gdb.cell/bt.exp: Likewise.
4546 * gdb.cell/core.exp: Likewise.
4547 * gdb.cell/dwarfaddr.exp: Likewise.
4548 * gdb.cell/ea-cache.exp: Likewise.
4549 * gdb.cell/ea-standalone.exp: Likewise.
4550 * gdb.cell/f-regs.exp: Likewise.
4551 * gdb.cell/fork.exp: Likewise.
4552 * gdb.cell/gcore.exp: Likewise.
4553 * gdb.cell/mem-access.exp: Likewise.
4554 * gdb.cell/ptype.exp: Likewise.
4555 * gdb.cell/registers.exp: Likewise.
4556 * gdb.cell/sizeof.exp: Likewise.
4557 * gdb.cell/solib-symbol.exp: Likewise.
4558 * gdb.cell/solib.exp: Likewise.
617cd4bc 4559
a81aaca0
PA
45602017-11-25 Pedro Alves <palves@redhat.com>
4561
4562 * gdb.base/complete-empty.exp: New file.
4563 * gdb.base/completion.exp: Adjust.
4564
6a3c6ee4
PA
45652017-11-25 Pedro Alves <palves@redhat.com>
4566
4567 * gdb.linespec/cpls-ops.cc: New file.
4568 * gdb.linespec/cpls-ops.exp: New file.
4569 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4570 factored out from ...
4571 (test_complete_prefix_range): ... this.
4572
8955eb2d
PA
45732017-11-24 Pedro Alves <palves@redhat.com>
4574
4575 * gdb.linespec/cpcompletion.exp: New file.
4576 * gdb.linespec/cpls-hyphen.cc: New file.
4577 * gdb.linespec/cpls.cc: New file.
4578 * gdb.linespec/cpls2.cc: New file.
4579 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4580 test to use test_gdb_complete_unique. Add label completion,
4581 keyword completion and explicit location completion tests.
4582 * lib/completion-support.exp: New file.
4583
e547c119
JB
45842017-11-24 Joel Brobecker <brobecker@adacore.com>
4585
4586 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4587 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4588 when hitting an exception catchpoint.
4589
7c3c1aa8
YQ
45902017-11-22 Yao Qi <yao.qi@linaro.org>
4591
4592 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4593
41bd68f5
SM
45942017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4595
4596 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4597 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4598 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4599
1daad298
YQ
46002017-11-22 Yao Qi <yao.qi@linaro.org>
4601
4602 * gdb.base/info-os.exp: Pass pthreads.
4603 * gdb.multi/multi-attach.exp: Likewise.
4604
88465e87
YQ
46052017-11-22 Yao Qi <yao.qi@linaro.org>
4606
4607 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4608 compiler.
4609
dc196b23
YQ
46102017-11-22 Yao Qi <yao.qi@linaro.org>
4611
4612 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4613 * gdb.base/break-interp.exp: Likewise.
4614 * gdb.base/jit-attach-pie.exp: Likewise.
4615
2400729e
UW
46162017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4617
4618 * gdb.base/float128.c (large128): New variable.
4619 * gdb.base/float128.exp: Add test to print largest __float128 value.
4620
7a26362d
UW
46212017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4622
4623 * gdb.arch/vsx-regs.exp: Update register content checks.
4624
ed0f4273
UW
46252017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4626
4627 * gdb.arch/ppc-longdouble.exp: New file.
4628 * gdb.arch/ppc-longdouble.c: Likewise.
4629
a25d69c6
PA
46302017-11-21 Pedro Alves <palves@redhat.com>
4631
4632 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4633
73fcf641
PA
46342017-11-20 Pedro Alves <palves@redhat.com>
4635
4636 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4637 (long_double_typedef): New typedefs.
4638 Use DEF on double and long double.
4639 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4640 cases.
4641 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4642 and 'long_double_ptr_same_size' locals. Use them to decide
4643 whether cast from array/function to float is valid/invalid.
4644
71a3c369
TT
46452017-11-17 Tom Tromey <tom@tromey.com>
4646
4647 * gdb.rust/traits.rs: New file.
4648 * gdb.rust/traits.exp: New file.
4649
ced9779b
JB
46502017-11-17 Joel Brobecker <brobecker@adacore.com>
4651
4652 * gdb.ada/minsyms: New testcase.
4653
a0922d80
PA
46542017-11-16 Pedro Alves <palves@redhat.com>
4655
4656 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4657 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4658
ea04e54c
PA
46592017-11-16 Pedro Alves <palves@redhat.com>
4660
4661 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4662 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4663
e849ea89
PA
46642017-11-16 Pedro Alves <palves@redhat.com>
4665
4666 * gdb.server/reconnect-ctrl-c.c: New file.
4667 * gdb.server/reconnect-ctrl-c.exp: New file.
4668
d8ae99a7
PM
46692017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4670
4671 * gdb.python/py-rbreak.exp: New file.
4672 * gdb.python/py-rbreak.c: New file.
4673 * gdb.python/py-rbreak-func2.c: New file.
4674
968a13f8
PA
46752017-11-16 Pedro Alves <palves@redhat.com>
4676
4677 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4678 pattern.
4679 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4680 GDB.
4681
71774bc9
SM
46822017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4683
4684 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4685 regex.
4686
ddbb44cf
SM
46872017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4688
4689 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4690 test names.
4691
584a564f
PA
46922017-11-09 Pedro Alves <palves@redhat.com>
4693
4694 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4695 factored out from ...
4696 (top level): ... here, and adjusted to avoid expecting beyond the
4697 prompt in a single gdb_test_multiple.
4698
5ed7a928
PA
46992017-11-09 Pedro Alves <palves@redhat.com>
4700
4701 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4702 output.
4703 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4704 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4705 * gdb.server/ext-run.exp ("kill" test): Likewise.
4706 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4707
a60e0738
PA
47082017-11-09 Pedro Alves <palves@redhat.com>
4709
4710 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4711 match till end of line.
4712
2c88253f
PA
47132017-11-09 Pedro Alves <palves@redhat.com>
4714
4715 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4716
c7a38517
PA
47172017-11-09 Pedro Alves <palves@redhat.com>
4718
4719 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4720 New procedures, factored out from ...
4721 (top level): ... here, and adjusted to avoid expecting beyond the
4722 prompt in one go.
4723
f29f4b6b
PA
47242017-11-09 Pedro Alves <palves@redhat.com>
4725
4726 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4727 output. Fix '?' match.
4728
286acbb5
JB
47292017-11-08 Joel Brobecker <brobecker@adacore.com>
4730
4731 * gdb.ada/scoped_watch: New testcase.
4732 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4733 which is actually correct.
4734 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4735 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4736
62d7ae92
PA
47372017-11-08 Pedro Alves <palves@redhat.com>
4738
4739 * gdb.gdb/complaints.exp (test_initial_complaints)
4740 (test_serial_complaints, test_short_complaints): Call
4741 complaint_internal instead of complaint.
4742
280ca31f
DT
47432017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4744
4745 * gdb.threads/tls-core.c: New file.
4746 * gdb.threads/tls-core.exp: Likewise.
4747
b5ec771e
PA
47482017-11-08 Pedro Alves <palves@redhat.com>
4749
4750 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4751 (p Exported_Capitalized): New test.
4752 (p exported_capitalized): New test.
4753
a02b41a7
PA
47542017-11-07 Pedro Alves <palves@redhat.com>
4755
4756 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4757
95e95a6d
PA
47582017-11-07 Pedro Alves <palves@redhat.com>
4759
4760 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4761 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4762 (disable_invalid, disable_inverted, disable_negative): New
4763 procedures.
4764 ("bad numbers"): New set of tests.
4765
cee62dbd
PA
47662017-11-07 Pedro Alves <palves@redhat.com>
4767
4768 * gdb.cp/ena-dis-br-range.exp: Add tests.
4769
cc638e86
PA
47702017-11-07 Pedro Alves <palves@redhat.com>
4771
4772 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4773
d0fe4701
XR
47742017-11-07 Xavier Roirand <roirand@adacore.com>
4775 Pedro Alves <palves@redhat.com>
4776
4777 * gdb.base/ena-dis-br.exp: Add reference to
4778 gdb.cp/ena-dis-br-range.exp.
4779 * gdb.cp/ena-dis-br-range.exp: New file.
4780 * gdb.cp/ena-dis-br-range.cc: New file.
4781
46f67f80
PA
47822017-11-06 Pedro Alves <palves@redhat.com>
4783
4784 * gdb.base/attach-non-pgrp-leader.c: New.
4785 * gdb.base/attach-non-pgrp-leader.exp: New.
4786
726e1356
PA
47872017-11-06 Pedro Alves <palves@redhat.com>
4788
4789 * configure.ac: No longer check for termio.h and sgtty.h.
4790 * configure: Regenerate.
4791 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4792 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4793 Remove termio and sgtty code.
4794
50ab6ace
YQ
47952017-11-03 Yao Qi <yao.qi@linaro.org>
4796
4797 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4798 in GDB is disabled.
4799
8e68731c
YQ
48002017-11-03 Yao Qi <yao.qi@linaro.org>
4801
4802 * gdb.python/py-thrhandle.exp: Skip it if python is not
4803 enabled.
4804
3a87ae65
SM
48052017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4806
4807 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4808 as a breakpoint command.
4809
484d8d36
MD
48102017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4811
4812 PR python/21213
4813 * gdb.python/py-infthread.exp: Test calling
4814 InferiorThread.inferior () multiple times in a row.
4815
4a27f119
KS
48162017-10-27 Keith Seitz <keiths@redhat.com>
4817
4818 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4819 Test "info break" for every inlined function breakpoint.
4820
bb11dd58
YQ
48212017-10-27 Yao Qi <yao.qi@linaro.org>
4822
4823 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4824
a43f3893
PF
48252017-10-26 Patrick Frants <osscontribute@gmail.com>
4826
4827 * gdb.cp/classes.exp (test_static_members): Test printing
4828 Outer::instance.
4829 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4830 (Inner::instance, Outer::instance): New.
4831
792ccf00
PA
48322017-10-24 Pedro Alves <palves@redhat.com>
4833
4834 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4835 extra console" test in two stages.
4836
eb2bfbad
PA
48372017-10-24 Pedro Alves <palves@redhat.com>
4838
4839 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4840
1f75a651
PA
48412017-10-24 Pedro Alves <palves@redhat.com>
4842
4843 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4844 loop.
4845
779990d9
PA
48462017-10-24 Pedro Alves <palves@redhat.com>
4847
4848 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4849 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4850
ad9b8f5d
PA
48512017-10-24 Pedro Alves <palves@redhat.com>
4852
4853 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4854 parameter and handle it. Don't output read value in test name.
4855
fee6da6e
PA
48562017-10-24 Pedro Alves <palves@redhat.com>
4857
4858 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4859 custom test name.
4860
10389c2c
PA
48612017-10-24 Pedro Alves <palves@redhat.com>
4862
4863 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4864 include the unstable output directory name in the test's name.
4865 (initial_setup_simple) <'set args'>: Use custom test name.
4866
a80e65a9
PA
48672017-10-24 Pedro Alves <palves@redhat.com>
4868
4869 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4870 with explicit test name.
4871
15763a09
PA
48722017-10-20 Pedro Alves <palves@redhat.com>
4873
4874 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4875 'wait -i'. Use gdb_assert and remote_close.
4876
49a4ce2e
AB
48772017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4878
4879 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4880 number from variable rather than hard-coded.
4881
a75868f5
PA
48822017-10-19 Pedro Alves <palves@redhat.com>
4883
4884 * gdb.base/long-inferior-output.c: New file.
4885 * gdb.base/long-inferior-output.exp: New file.
4886
c8ba13ad
KS
48872017-11-18 Keith Seitz <keiths@redhat.com>
4888
4889 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4890 method.
4891 (main): Call it.
4892 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4893 Add additional user-defined conversion operator tests.
4894
b27de576
PA
48952017-10-17 Pedro Alves <palves@redhat.com>
4896
4897 * boards/native-stdio-gdbserver.exp: Load "local-board".
4898
8484c955
PA
48992017-10-17 Pedro Alves <palves@redhat.com>
4900
4901 * gdb.base/quit-live.c: New file.
4902 * gdb.base/quit-live.exp: New file.
4903
83d5a34d
KS
49042017-10-16 Keith Seitz <keiths@redhat.com>
4905
4906 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4907 (class_with_protected_typedef, class_with_private_typedef)
4908 (struct_with_public_typedef, struct_with_protected_typedef)
4909 (struct_with_private_typedef): New classes/structs.
4910 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4911 typedefs and access specifiers.
4912
739b3f1d
PA
49132017-10-16 Pedro Alves <palves@redhat.com>
4914 Simon Marchi <simon.marchi@polymtl.ca>
4915
4916 * README (Local vs Remote vs Native): New section.
4917 * boards/local-board.exp: New file, with bits factored out from
4918 ...
4919 * boards/native-extended-gdbserver.exp: ... here. Load
4920 "local-board".
4921 * boards/native-gdbserver.exp: Load "local-board".
4922 (${board}_spawn, ${board}_exec): Delete.
4923 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4924 ...
4925 * boards/stdio-gdbserver-base.exp: ... this new file.
4926 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4927 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4928 procedure.
4929 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4930 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4931 stdio_gdbserver_command.
4932 (${board}_get_remote_address, ${board}_get_comm_port)
4933 (${board}_download, ${board}_upload): Delete.
4934 (get_target_remote_pipe_cmd): New.
4935
fe68b953
SM
49362017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4937
4938 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4939 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4940 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4941 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4942 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4943 remove with_test_prefix.
4944
300b6685
PA
49452017-10-13 Pedro Alves <palves@redhat.com>
4946
4947 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4948 * gdb.base/annota1.exp: Use it instead of is_remote.
4949 * gdb.base/annota3.exp: Use it instead of is_remote.
4950 * gdb.cp/annota2.exp: Use it instead of is_remote.
4951 * gdb.cp/annota3.exp: Use it instead of is_remote.
4952 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4953
50500caf
PA
49542017-10-13 Pedro Alves <palves@redhat.com>
4955
4956 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4957 (test_num_test_vars, run_and_count_vars, find_env)
4958 (test_set_unset_env, test_inherit_env_var): New procedures.
4959 (top level): Use them.
4960
dad0c6d2
PA
49612017-10-13 Pedro Alves <palves@redhat.com>
4962
4963 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4964 also skip on stub-like targets.
4965
8b0553c1
PA
49662017-10-13 Pedro Alves <palves@redhat.com>
4967
4968 PR gdb/22293
4969 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4970 (top level): Move some tests to ...
4971 (test_not_found): ... this new procedure.
4972 (top level): Call it.
4973
7594f623
PA
49742017-10-13 Pedro Alves <palves@redhat.com>
4975
4976 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4977 expect different "info terminal" output if testing with a
4978 non-native target.
4979
ebe3b402
PA
49802017-10-13 Pedro Alves <palves@redhat.com>
4981 Simon Marchi <simon.marchi@polymtl.ca>
4982
4983 PR python/12966
4984 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4985
42f1b161
PA
49862017-10-13 Pedro Alves <palves@redhat.com>
4987
4988 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4989 already.
4990
8d6ef72b
PA
49912017-10-13 Pedro Alves <palves@redhat.com>
4992
4993 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4994 is_remote.
4995
d7bcd5b8
PA
49962017-10-13 Pedro Alves <palves@redhat.com>
4997
4998 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4999 is_remote.
5000
df479dc6
PA
50012017-10-13 Pedro Alves <palves@redhat.com>
5002
5003 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
5004 is set.
5005 (corefile_test_attach): Likewise. Check can_spawn_for_attach
5006 instead of is_remote.
5007
23fb630a
PA
50082017-10-13 Pedro Alves <palves@redhat.com>
5009
5010 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
5011 (top level): Add comment.
5012
cc77b1dc
PA
50132017-10-13 Pedro Alves <palves@redhat.com>
5014
5015 * gdb.base/remote.exp (top level): Fix comment typo and add
5016 missing return.
5017
27c9e813
PA
50182017-10-13 Pedro Alves <palves@redhat.com>
5019 Simon Marchi <simon.marchi@polymtl.ca>
5020
5021 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5022 calls and add comments. Skip test if use_gdb_stub is set.
5023 (top level): Use "set cwd" command instead of "cd" command.
5024
5e830d98
PA
50252017-10-13 Pedro Alves <palves@redhat.com>
5026
5027 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5028 is_remote target check.
5029
f5ca0032
PA
50302017-10-13 Pedro Alves <palves@redhat.com>
5031
5032 * gdb.base/scope.exp: Use build_executable + clean_restart +
5033 gdb_file_cmd instead of prepare_for_testing and no longer skip
5034 "before run" tests on is_remote target boards. Update comments.
5035 * boards/native-extended-gdbserver.exp
5036 (extended_gdbserver_load_last_file): New, factored out from ...
5037 (gdb_load): ... this. Move further below and add comment.
5038 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5039
8aed1c0d
PA
50402017-10-12 Pedro Alves <palves@redhat.com>
5041
5042 * gdb.base/attach.exp: Remove references to gdb64.
5043 * gdb.base/dbx.exp: Remove references to gdb64.
5044
cfa34c87
SM
50452017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5046 Pedro Alves <palves@redhat.com>
5047
5048 * gdb.base/label.exp: Remove is_remote target check.
5049
9192b7de
PA
50502017-10-12 Pedro Alves <palves@redhat.com>
5051
5052 * gdb.base/auvx.exp (coredir): Update comment.
5053 (top level) <core_works>: Use "set cwd" command instead of "cd"
5054 command.
5055
6bf0052d
PA
50562017-10-12 Pedro Alves <palves@redhat.com>
5057 Simon Marchi <simon.marchi@polymtl.ca>
5058
5059 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5060 target boards.
5061
e48ef82d
PA
50622017-10-12 Pedro Alves <palves@redhat.com>
5063 Simon Marchi <simon.marchi@polymtl.ca>
5064
5065 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5066 Instead skip if there's any gdb_protocol set.
5067
8d7aea57
SM
50682017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5069 Pedro Alves <palves@redhat.com>
5070
5071 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5072
30440677
PA
50732017-10-12 Pedro Alves <palves@redhat.com>
5074 Simon Marchi <simon.marchi@polymtl.ca>
5075
5076 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5077 instead of on dejagnu remote boards.
5078
4e04f045 50792017-10-12 Pedro Alves <palves@redhat.com>
175654b9 5080 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
5081
5082 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5083 checks. Use build_executable + clean_restart instead of
5084 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5085 of enabling non-stop after starting gdb.
5086
871a186e
PA
50872017-10-12 Pedro Alves <palves@redhat.com>
5088
5089 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5090 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5091 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5092 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5093
56d704da
AK
50942017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5095
5096 * gdb.arch/arc-tdesc-cpu.exp: New file.
5097 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5098
2f20e312
SM
50992017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5100
5101 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5102
65630365
PA
51032017-10-10 Pedro Alves <palves@redhat.com>
5104
5105 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5106 expect CLI output.
5107
bf469271
PA
51082017-10-10 Pedro Alves <palves@redhat.com>
5109
5110 * lib/selftest-support.exp (selftest_setup): Update for
5111 captured_command_loop's prototype change.
5112
777a42f1
PA
51132017-10-09 Pedro Alves <palves@redhat.com>
5114
5115 Test both arch1=>arch2 and arch2=>arch1.
5116
5117 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5118 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5119 factored out to...
5120 (append_arch1_options, append_arch2_options, append_arch_options)
5121 (build_executables): New procedures.
5122 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5123 local.
5124 (top level): Add new 'first_arch' testing axis.
5125
cbd2b4e3
PA
51262017-10-09 Pedro Alves <palves@redhat.com>
5127
5128 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5129 (barrier): New.
5130 (thread_start, all_started): New functions.
5131 (main): Spawn new thread and wait until it is scheduled.
5132 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5133 option.
5134 (do_test): Add 'selected_thread' parameter. Run to all_started
5135 instead of main. Explicitly set the breakpoint at main. Switch
5136 to the SELECTED_THREAD thread.
5137 (top level): Test handling the exec event with either the main
5138 thread or the second thread selected.
5139
5c9e4427
PA
51402017-10-09 Pedro Alves <palves@redhat.com>
5141
5142 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5143 logic. Move STOP marker after the value checks.
5144 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5145 regexp.
5146
b3b7c423
SL
51472017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5148
5149 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5150
3b4b2f16
UW
51512017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5152
5153 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5154 integer-to-dfp conversion.
5155 * gdb.base/dfp-test.exp: Likewise.
5156
5cd63fda
PA
51572017-10-04 Pedro Alves <palves@redhat.com>
5158
5159 * gdb.multi/hangout.c: Include <unistd.h>.
5160 (hangout_loop): New function.
5161 (main): Call alarm. Call hangout_loop in a loop.
5162 * gdb.multi/hello.c: Include <unistd.h>.
5163 (hello_loop): New function.
5164 (main): Call alarm. Call hangout_loop in a loop.
5165 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5166 inferior with the other selected.
5167
4c71c105
SM
51682017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5169
5170 * gdb.mi/list-thread-groups-available.exp: New file.
5171 * gdb.mi/list-thread-groups-available.c: New file.
5172
bc3b087d
SDJ
51732017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5174
5175 * gdb.base/set-cwd.exp: Make it available on
5176 native-extended-gdbserver.
5177
d092c5a2
SDJ
51782017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5179
5180 * gdb.base/set-cwd.c: New file.
5181 * gdb.base/set-cwd.exp: Likewise.
5182
45320ffa
TT
51832017-10-02 Tom Tromey <tom@tromey.com>
5184
5185 PR rust/22236:
5186 * gdb.rust/simple.rs (main): New variable "fslice".
5187 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5188
b3e3859b
TT
51892017-10-02 Tom Tromey <tom@tromey.com>
5190
5191 * gdb.rust/simple.exp: Test ptype of a slice.
5192
01af5e0d
TT
51932017-10-02 Tom Tromey <tom@tromey.com>
5194
5195 * gdb.rust/simple.exp: Test index of slice.
5196
a9bbfbd8
TT
51972017-09-27 Tom Tromey <tom@tromey.com>
5198
5199 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5200
df8899e5
TP
52012017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5202 Pedro Alves <palves@redhat.com>
5203
5204 * gdb.base/compare-sections.exp (get value of read-only section): Read
5205 as unsigned value.
5206 (corrupt read-only section): Likewise and don't set written if patching
5207 failed.
5208
757bf54b
KB
52092017-09-21 Kevin Buettner <kevinb@redhat.com>
5210
5211 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5212 files.
5213
06871ae8
PA
52142017-09-20 Pedro Alves <palves@redhat.com>
5215
5216 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5217 symbol names in gdb's output.
5218 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5219
e5f25bc5
PA
52202017-09-20 Pedro Alves <palves@redhat.com>
5221
5222 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5223 Rename to ...
5224 (test_list_ambiguous_symbol): ... this and add a symbol name
5225 parameter. Adjust.
5226 (test_list_ambiguous_function): Reimplement on top of
5227 test_list_ambiguous_symbol and also test listing ambiguous
5228 variables.
5229 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5230 (ambiguous_fun): ... this.
5231 (ambiguous_var): New.
5232 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5233 (ambiguous_fun): ... this.
5234 (ambiguous_var): New.
5235
4e5a4f58
JB
52362017-09-19 John Baldwin <jhb@FreeBSD.org>
5237
5238 * gdb.base/starti.c: New file.
5239 * gdb.base/starti.exp: New file.
5240 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5241
26e53f3e
PA
52422017-09-14 Pedro Alves <palves@redhat.com>
5243
5244 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5245 (top level): Use it instead of runto.
5246
cb791d59
TT
52472017-09-11 Tom Tromey <tom@tromey.com>
5248
5249 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5250
7c96f8c1
TT
52512017-09-11 Tom Tromey <tom@tromey.com>
5252
5253 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5254 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5255
469412dd
CW
52562017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5257
5258 * gdb.fortran/printing-types.exp: New file.
5259 * gdb.fortran/printing-types.exp: New file.
5260
e0f86435
BH
52612017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5262
5263 * gdb.fortran/vla-ptype.exp: Fix typos.
5264 * gdb.fortran/vla-value.exp: Same.
5265
9e9af4be
BH
52662017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5267
5268 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5269 * gdb.mi/mi-var-child-f.exp: Likewise.
5270 * gdb.mi/mi-vla-fortran.exp: Likewise.
5271
a5ad232b 52722017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
5273 Christoph Weinmann <christoph.t.weinmann@intel.com>
5274 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
5275
5276 * gdb.fortran/ptr-indentation.f90: New file.
5277 * gdb.fortran/ptr-indentation.exp: New file.
5278
5aec60eb
TT
52792017-09-05 Tom Tromey <tom@tromey.com>
5280
5281 PR gdb/22010:
5282 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5283
8f8f8152
TP
52842017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5285
5286 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5287
fbd1b771
JK
52882017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5289
5290 * gdb.threads/tls-nodebug-pie.c: New file.
5291 * gdb.threads/tls-nodebug-pie.exp: New file.
5292
5eb5f850
TT
52932017-09-05 Tom Tromey <tom@tromey.com>
5294
5295 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5296 for rust.
5297
ae780a21
SM
52982017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5299
5300 * gdb.multi/multi-arch-exec.exp: Test with different
5301 "follow-exec-mode" settings.
5302 (do_test): New procedure.
5303
3693fdb3
PA
53042017-09-04 Pedro Alves <palves@redhat.com>
5305
5306 * gdb.base/func-static.c (S::method const, S::method volatile)
5307 (S::method volatile const): New methods.
5308 (c_s, v_s, cv_s): New instances.
5309 (main): Call method() on them.
5310 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5311 (cannot_resolve): New procedure.
5312 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5313 print-quote-unquoted columns.
5314 (do_test): Test printing each scope too.
5315
e68cb8e0
PA
53162017-09-04 Pedro Alves <palves@redhat.com>
5317
5318 * gdb.base/local-static.exp: Also test with
5319 class::method::variable wholly quoted.
5320 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5321
858be34c
PA
53222017-09-04 Pedro Alves <palves@redhat.com>
5323
5324 * gdb.base/local-static.c: New.
5325 * gdb.base/local-static.cc: New.
5326 * gdb.base/local-static.exp: New.
5327
46a4882b
PA
53282017-09-04 Pedro Alves <palves@redhat.com>
5329
5330 * gdb.asm/asm-source.exp: Add casts to int.
5331 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5332 (dataglobal64_1, dataglobal64_2): New globals.
5333 * gdb.base/nodebug.exp: Test different expressions involving the
5334 new globals, with print, whatis and ptype. Add casts to int.
5335 * gdb.base/solib-display.exp: Add casts to int.
5336 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5337 * gdb.cp/m-static.exp: Add cast to int.
5338 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5339 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5340 tls variable with no debug info without a cast. Test with a cast
5341 to int too.
5342 * gdb.trace/entry-values.exp: Add casts.
5343
2c5a2be1
PA
53442017-09-04 Pedro Alves <palves@redhat.com>
5345
5346 * gdb.base/nodebug.exp: Test that ptype's error about functions
5347 with unknown return type includes the function name too.
5348
7022349d
PA
53492017-09-04 Pedro Alves <palves@redhat.com>
5350
5351 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5352 return type of munmap in infcall.
5353 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5354 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5355 type of ftell in infcall.
5356 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5357 type of getpid in infcall.
5358 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5359 infcall.
5360 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5361 Bail on failure to extract the pid.
5362 * gdb.base/nodebug.c: #include <stdint.h>.
5363 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5364 New functions.
5365 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5366 Change expected output of print/whatis/ptype with functions with
5367 no debug info. Test all supported languages. Call
5368 test_call_promotion.
5369 * gdb.compile/compile.exp: Adjust expected output to expect
5370 warning.
5371 * gdb.threads/siginfo-threads.exp: Likewise.
5372
54990598
PA
53732017-09-04 Pedro Alves <palves@redhat.com>
5374
5375 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5376 "prototypes". Test calling float functions via prototyped and
5377 unprototyped function pointers.
5378 (perform_all_tests): New parameter "prototypes". Pass it down.
5379 (top level): Pass down "prototypes" parameter to
5380 perform_all_tests.
5381
34d16ea2
SM
53822017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5383
5384 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5385 Test with nested loops.
5386
9521ecda
SM
53872017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5388
5389 * gdb.base/commands.exp: Call the new procedures.
5390 (loop_break_test, loop_continue_test): New procedures.
5391
80a65e9b
SM
53922017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5393
5394 * gdb.base/commands.exp: Call new procedure.
5395 (define_if_without_arg_test): New procedure.
5396
e439fa14
PA
53972017-09-04 Pedro Alves <palves@redhat.com>
5398
5399 * gdb.base/list-ambiguous.exp: New file.
5400 * gdb.base/list-ambiguous0.c: New file.
5401 * gdb.base/list-ambiguous1.c: New file.
5402 * gdb.base/list.exp (test_list_range): Adjust expected output.
5403
0a2dde4a
SDJ
54042017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5405
5406 * gdb.base/share-env-with-gdbserver.c: New file.
5407 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5408
5e89eb3a
SM
54092017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5410
5411 * gdb.base/commands.exp (gdbvar_simple_if_test,
5412 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5413 progvar_simple_if_test, progvar_simple_while_test,
5414 progvar_complex_if_while_test, user_defined_command_test,
5415 user_defined_command_args_eval,
5416 user_defined_command_args_stack_test,
5417 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5418 temporary_breakpoint_commands,
5419 gdb_test_no_prompt, redefine_hook_test,
5420 redefine_backtrace_test): Remove "global gdb_prompt".
5421
fd437cbc
SM
54222017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5423
5424 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5425 New proc, call it from toplevel.
5426
87215ad1
SDJ
54272017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5428
5429 PR remote/21852
5430 * gdb.server/normal.c: New file, copied from gdb.base.
5431 * gdb.server/run-without-local-binary.exp: New file.
5432
58afddc6
WP
54332017-08-07 Weimin Pan <weimin.pan@oracle.com>
5434
5435 * gdb.arch/sparc64-adi.exp: New file.
5436 * gdb.arch/sparc64-adi.c: New file.
5437
5277199a
PA
54382017-08-22 Pedro Alves <palves@redhat.com>
5439
5440 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5441 (top level): Add "list all overloads" tests.
5442
14278e1f
TT
54432017-08-22 Tom Tromey <tom@tromey.com>
5444
5445 * gdb.gdb/xfullpath.exp: Remove.
5446
bf223d3e
PA
54472017-08-21 Pedro Alves <palves@redhat.com>
5448
5449 PR gdb/19487
5450 * gdb.base/symbol-alias.c: New.
5451 * gdb.base/symbol-alias2.c: New.
5452 * gdb.base/symbol-alias.exp: New.
5453
c973d0aa
PA
54542017-08-21 Pedro Alves <palves@redhat.com>
5455
5456 * gdb.base/dfp-test.c
5457 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5458 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5459 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5460 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5461 * gdb.base/whatis-ptype-typedefs.c: New.
5462 * gdb.base/whatis-ptype-typedefs.exp: New.
5463 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5464 (an_int, an_int_type, an_int_type2): New globals.
5465 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5466 involving typedefs and cast expressions.
5467 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5468 (lookup_typedefs_function): New.
5469 (typedefs_pretty_printers_dict): New.
5470 (top level): Register lookup_typedefs_function in
5471 gdb.pretty_printers.
5472
6d580b63
YQ
54732017-08-18 Yao Qi <yao.qi@linaro.org>
5474
5475 * gdb.server/unittest.exp: New.
5476
206726fb
SDJ
54772017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5478
5479 PR gdb/21954
5480 * gdb.base/environ.exp: Add test to check if 'unset environment'
5481 works.
5482
bf0ec4c2
AA
54832017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5484
5485 * lib/gdb.exp (universal_compile_options): New caching proc.
5486 (gdb_compile): Suppress GCC's coloring of messages.
5487
d6382fff
TT
54882017-08-14 Tom Tromey <tom@tromey.com>
5489
5490 PR gdb/21675:
5491 * gdb.base/printcmds.exp (test_radices): New function.
5492 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5493 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5494 * lib/gdb.exp (get_integer_valueof): Use p/d.
5495
c2c2dd9f
SM
54962017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5497
5498 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5499 characters.
5500
fdffd6f4
TT
55012017-08-05 Tom Tromey <tom@tromey.com>
5502
5503 * gdb.rust/simple.exp: Allow String to appear in a different
5504 namespace.
5505
27d41eac
YQ
55062017-07-26 Yao Qi <yao.qi@linaro.org>
5507
5508 * gdb.gdb/unittest.exp: Invoke command
5509 "maintenance check xml-descriptions".
5510
031ed05d
AA
55112017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5512
5513 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5514 calling context.
5515 (hex128): Drop erroneous calculation of parameters.
5516
dcd27ddf
SM
55172017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5518
5519 * gdb.python/py-unwind.exp: Disable stack protection when
5520 building test file.
5521
47e77640
PA
55222017-07-20 Pedro Alves <palves@redhat.com>
5523
5524 * gdb.base/default.exp (set language): Adjust expected output.
5525
62d2a18a
PA
55262017-07-20 Pedro Alves <palves@redhat.com>
5527
5528 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5529 (test_minsym): ... this, and make static.
5530 (get_pck__foo__bar__minsym): Rename to ...
5531 (get_test_minsym): ... this.
5532 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5533 symbol names and comments.
5534 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5535 (get_test_minsym): ... this.
5536 (pck__foo__bar__minsym__2): Rename to ...
5537 (test_minsym): ... this.
5538 (main): Adjust.
5539
c45ec17c
PA
55402017-07-17 Pedro Alves <palves@redhat.com>
5541
5542 * gdb.base/completion.exp: Adjust expected output.
5543 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5544 the completer works.
5545
c6756f62
PA
55462017-07-17 Pedro Alves <palves@redhat.com>
5547
5548 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5549
5bd68487
AB
55502017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5551
5552 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5553
8880f2a9
TT
55542017-07-14 Tom Tromey <tom@tromey.com>
5555
5556 PR rust/21764:
5557 * gdb.rust/simple.exp: Add tests.
5558
65547233
TT
55592017-07-14 Tom Tromey <tom@tromey.com>
5560
5561 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5562
8f14146e
PA
55632017-07-14 Pedro Alves <palves@redhat.com>
5564
5565 * gdb.linespec/base/one/thefile.cc (z1): New function.
5566 * gdb.linespec/base/two/thefile.cc (z2): New function.
5567 * gdb.linespec/linespec.exp: Add tests.
5568
b4365d02
AB
55692017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5570
5571 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5572 to mi_create_breakpoint.
5573
5d2cbaa5
AB
55742017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5575
5576 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5577 mi_create_breakpoint.
5578
11cb5716
IB
55792017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5580
5581 * gdb.dlang/demangle.exp: Update for demangling changes.
5582
03278692
TT
55832017-07-09 Tom Tromey <tom@tromey.com>
5584
5585 * gdb.dwarf2/shortpiece.exp: New file.
5586
33c5cd75
DB
55872017-07-06 David Blaikie <dblaikie@gmail.com>
5588
5589 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5590 built from fissiont-multi-cu{1,2}.c.
5591 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5592 except putting 'main' and 'func' in separate CUs in the same DWO file.
5593 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5594 test.
5595 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5596 test.
5597
8455d262
PA
55982017-07-06 Pedro Alves <palves@redhat.com>
5599
5600 * gdb.python/py-unwind.exp: Test flushregs.
5601
dc4bde35
SDJ
56022017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5603
5604 PR cli/21688
5605 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5606 tests for alias commands and trailing whitespace.
5607
51ed89aa
SDJ
56082017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5609
5610 PR cli/21688
5611 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5612 procedure. Call it.
5613
eb17d413
PA
56142017-06-29 Pedro Alves <palves@redhat.com>
5615
5616 * gdb.base/printcmds.exp: Add tests.
5617
41664b45
DG
56182017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5619
5620 PR gdb/21337
5621 * gdb.base/reread-readsym.exp: New file.
5622 * gdb.base/reread-readsym.c: New file.
5623
75312ae3
KB
56242017-06-21 Kevin Buettner <kevinb@redhat.com>
5625
5626 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5627 subpattern.
5628
66953522
PB
56292017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5630
5631 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5632 extended mnemonic.
5633 * gdb.arch/powerpc-power9.s: Likewise.
5634
5524b525
AA
56352017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5636
5637 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5638 on 32-bit x86 targets. Exploit is_*_target macros where
5639 appropriate.
5640
03c8af18
AA
56412017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5642
5643 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5644 register pieces.
5645
3bf31011
AA
56462017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5647
5648 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5649 located in one or more DWARF pieces.
5650
805acca0
AA
56512017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5652
5653 * lib/gdb.exp (get_endianness): New proc.
5654 * gdb.arch/aarch64-fp.exp: Use it.
5655 * gdb.arch/altivec-regs.exp: Likewise.
5656 * gdb.arch/e500-regs.exp: Likewise.
5657 * gdb.arch/vsx-regs.exp: Likewise.
5658 * gdb.base/dump.exp: Likewise.
5659 * gdb.base/funcargs.exp: Likewise.
5660 * gdb.base/gnu_vector.exp: Likewise.
5661 * gdb.dwarf2/formdata16.exp: Likewise.
5662 * gdb.dwarf2/implptrpiece.exp: Likewise.
5663 * gdb.dwarf2/nonvar-access.exp: Likewise.
5664 * gdb.python/py-inferior.exp: Likewise.
5665 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5666
e9352324
AA
56672017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5668
5669 PR gdb/21226
5670 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5671 stack value pieces are taken from the LSB end.
5672
d5d1163e
AA
56732017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5674
5675 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5676 variable at nonzero offset.
5677
0567c986
AA
56782017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5679
5680 * gdb.dwarf2/var-access.c: New file.
5681 * gdb.dwarf2/var-access.exp: New test.
5682 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5683
973e9aab
TT
56842017-06-12 Tom Tromey <tom@tromey.com>
5685
5686 * gdb.dwarf2/formdata16.exp: Add tests.
5687
d9109c80
TT
56882017-06-12 Tom Tromey <tom@tromey.com>
5689
5690 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5691
30a25466
TT
56922017-06-12 Tom Tromey <tom@tromey.com>
5693
5694 PR exp/16225:
5695 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5696 * gdb.arch/vsx-regs.exp: Update tests.
5697 * gdb.arch/s390-vregs.exp (hex128): New proc.
5698 Update test.
5699 * gdb.arch/altivec-regs.exp: Update tests.
5700
aefd8b33
SDJ
57012017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5702
5703 * gdb.base/startup-with-shell.c: New file.
5704 * gdb.base/startup-with-shell.exp: Likewise.
5705
2090129c
SDJ
57062017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5707
5708 * gdb.server/non-existing-program.exp: Update regex in order to
5709 reflect the fact that gdbserver is now using fork_inferior (with a
5710 shell) to startup the inferior.
5711
8e86a419
SM
57122017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5713
5714 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5715 support function calls from GDB.
5716
e6cf65f2
TT
57172017-05-21 Tom Tromey <tom@tromey.com>
5718
5719 PR rust/21466:
5720 * gdb.rust/unsized.exp: New file.
5721 * gdb.rust/unsized.rs: New file.
5722
43cc5389
TT
57232017-05-19 Tom Tromey <tom@tromey.com>
5724
5725 PR rust/21484:
5726 * gdb.rust/watch.exp: New file.
5727 * gdb.rust/watch.rs: New file.
5728
ec8df234
TT
57292017-05-18 Tom Tromey <tom@tromey.com>
5730
5731 * gdb.rust/simple.exp: Allow Box to be qualified.
5732
3e3e7fae
TP
57332017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5734
5735 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5736
59cc050d
PA
57372017-05-18 Pedro Alves <palves@redhat.com>
5738
5739 * gdb.base/fileio.c (test_write, test_read, test_close)
5740 (test_fstat): Don't print 'ret' in the fail path.
5741
c8f6abd1
PA
57422017-05-18 Pedro Alves <palves@redhat.com>
5743
5744 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5745 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5746 (test_system, test_rename, test_unlink, test_time): Change
5747 prototypes.
5748 * gdb.base/fileio.exp (stop_msg): Adjust.
5749
d2a03b77
PA
57502017-05-18 Pedro Alves <palves@redhat.com>
5751
5752 * gdb.base/fileio.c (null_str): New global.
5753 (test_stat): Use it.
5754 * gdb.base/fileio.exp: Remove nowarnings.
5755
0d5c6999
YQ
57562017-05-17 Yao Qi <yao.qi@linaro.org>
5757
5758 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5759
21873064
YQ
57602017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5761
5762 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5763 argument command.
5764 (top-level): Invoke test_set_inferior_tty.
5765
d512d31c
PA
57662017-05-04 Pedro Alves <palves@redhat.com>
5767
5768 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5769 Add parens to print call for Python 3.
5770
90cef2ed
KS
57712017-05-03 Keith Seitz <keiths@redhat.com>
5772
5773 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5774 (main): Call it.
5775
14f819c8
TW
57762017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5777
5778 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5779 to prev and next.
5780
913aeadd
TW
57812017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5782
5783 * gdb.python/py-record-btrace.exp: Remove test for
5784 gdb.BtraceInstruction.error.
5785
a3be24ad
TW
57862017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5787
5788 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5789
ae20e79a
TW
57902017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5791
5792 * gdb.python/py-record-btrace-threads.c: New file.
5793 * gdb.python/py-record-btrace-threads.exp: New file.
5794
45ce1b47
SDJ
57952017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5796
5797 PR testsuite/8595
5798 * gdb.base/environ.exp: Make test available in all architectures.
5799 Move bits related to "info program" testing to
5800 gdb.base/info-program.exp. Rewrite tests to use the two new
5801 procedures mentione below.
5802 (test_set_show_env_var) New procedure.
5803 (test_set_show_env_var_equal): Likewise.
5804 * gdb.base/info-program.exp: New file.
5805
e15c3eb4
KS
58062017-04-27 Keith Seitz <keiths@redhat.com>
5807
5808 * gdb.cp/oranking.cc (test15): New function.
5809 (main): Call test15 and declare additional variables for testing.
5810 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5811 "p foo101('abc')" tests.
5812 Add tests for cv qualifier overloads.
5813 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5814 "lvalue reference overload" test.
5815 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5816 "print value of f1 on Child&& in f2" test.
5817
3a3fd0fd
PA
58182017-04-19 Pedro Alves <palves@redhat.com>
5819
5820 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5821 procedure.
5822 (top level): Call it.
5823 * lib/gdb.exp (gdb_define_cmd): New procedure.
5824
53375380
PA
58252017-04-12 Pedro Alves <palves@redhat.com>
5826
5827 PR gdb/21323
5828 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5829 (wchar): New global.
5830 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5831 (do_test_wide_char, wide_char_types_no_program, top level): Add
5832 wchar_t testing.
5833
53e710ac
PA
58342017-04-12 Pedro Alves <palves@redhat.com>
5835
5836 PR c++/21323
5837 * gdb.cp/wide_char_types.c: New file.
5838 * gdb.cp/wide_char_types.exp: New file.
5839
0ad9d8c7
SDJ
58402017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5841
5842 PR gdb/21352
5843 * gdb.trace/tsv.exp: Add test for "tsave -r".
5844
b1b45502
IB
58452017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5846
5847 * gdb.dlang/watch-loc.c: New file.
5848 * gdb.dlang/watch-loc.exp: New file.
5849
ec13808e
JK
58502017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5851
5852 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5853
fe5f7374
AK
58542017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5855
5856 * gdb.arch/arc-analyze-prologue.S: New file.
5857 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5858
eea78757
AK
58592017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5860
5861 * gdb.arch/arc-decode-insn.S: New file.
5862 * gdb.arch/arc-decode-insn.exp: Likewise.
5863
5badf10a
IR
58642017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5865
5866 PR tdep/20928
5867 * gdb.arch/sparc64-regs.exp: New file.
5868 * gdb.arch/sparc64-regs.S: Likewise.
5869
cee59b3f
TW
58702017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5871
5872 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5873 and memory view on Python 3.
5874
c0f55cc6
AV
58752017-03-20 Artemiy Volkov <artemiyv@acm.org>
5876 Keith Seitz <keiths@redhat.com>
5877
5878 PR gdb/14441
5879 * gdb.cp/demangle.exp: Add rvalue reference tests.
5880 * gdb.cp/rvalue-ref-casts.cc: New file.
5881 * gdb.cp/rvalue-ref-casts.exp: New file.
5882 * gdb.cp/rvalue-ref-overload.cc: New file.
5883 * gdb.cp/rvalue-ref-overload.exp: New file.
5884 * gdb.cp/rvalue-ref-params.cc: New file.
5885 * gdb.cp/rvalue-ref-params.exp: New file.
5886 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5887 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5888 * gdb.cp/rvalue-ref-types.cc: New file.
5889 * gdb.cp/rvalue-ref-types.exp: New file.
5890 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5891 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5892
51457a05
MAL
58932017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5894
5895 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5896 New procedure.
5897
5b291c04
MAL
58982017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5899
5900 * lib/mi-support.exp (mi_gdb_test): Add additional message
5901 for unexpected output.
5902
59a56148
AA
59032017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5904
5905 * gdb.base/examine-backward.c (Barrier): New character array
5906 constant, to ensure that TestStrings is preceded by a string
5907 terminator.
5908
7942e96e
AA
59092017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5910
5911 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5912 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5913 and implicit pointer into such a location.
5914
6ebac3fb
DE
59152017-03-16 Doug Evans <dje@google.com>
5916
5917 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5918
ec3b243d
TP
59192017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5920
5921 * gdb.cp/m-static.exp: Fix expectation for prototype of
5922 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
5923
59242017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
5925
5926 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5927 * gdb.guile/scm-lazy-string.c: New file.
5928 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5929 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5930 for pointer, array, typedef lazy strings.
5931
2cc36e25 59322017-03-16 Doug Evans <dje@google.com>
34b43320
DE
5933
5934 PR python/17728, python/18439, python/18779
5935 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5936 * gdb.python/py-lazy-string.c (pointer): New typedef.
5937 (main): New locals ptr, array, typedef_ptr.
5938 * gdb.python/py-value.exp: Move lazy string tests to ...
5939 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5940 array, typedef lazy strings.
ec3b243d 5941
0efcde63
AK
59422017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5943
5944 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5945 Add optional 'test' parameter.
5946
7978d7c3
SM
59472017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5948
5949 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5950 Skip for versions of DejaGnu < 1.5.
5951
896c0c1e
SM
59522017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5953
5954 * lib/gdb.exp (dejagnu_version): New proc.
5955 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5956 Use dejagnu_version.
5957
5f4d1085
KS
59582017-03-10 Keith Seitz <keiths@redhat.com>
5959
5960 PR c++/8128
5961 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5962 type from destructor regexps.
5963 Add a branch which actually passes the test.
5964 Adjust "ptype t5i" test names.
5965
1de05205
PA
59662017-03-08 Pedro Alves <palves@redhat.com>
5967
5968 * gdb.base/step-over-exit.exp: Add explicit test message.
5969
c65d6b55
PA
59702017-03-08 Pedro Alves <palves@redhat.com>
5971
5972 PR gdb/18360
5973 * gdb.threads/interrupt-while-step-over.c: New file.
5974 * gdb.threads/interrupt-while-step-over.exp: New file.
5975
2e86a283
PA
59762017-03-08 Pedro Alves <palves@redhat.com>
5977
5978 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5979 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5980
25dcbff6
PA
59812017-03-08 Pedro Alves <palves@redhat.com>
5982
5983 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5984 PKRU as not supported as a PASS.
5985
dc9366eb
PA
59862017-03-08 Pedro Alves <palves@redhat.com>
5987
5988 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5989 prefix instead of $binfile1/$binfile2.
5990 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5991 in test message.
5992 * gdb.python/py-completion.exp: Use "load python file" as test
5993 messages instead of unstable path names.
5994
6e5d74e7
PA
59952017-03-08 Pedro Alves <palves@redhat.com>
5996 Jan Kratochvil <jan.kratochvil@redhat.com>
5997
5998 PR cli/21218
5999 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6000 New proc.
6001 (top level): Call it.
6002
9753a2f6
PA
60032017-03-08 Pedro Alves <palves@redhat.com>
6004
6005 PR tui/21216
6006 * gdb.tui/tui-nl-filtered-output.exp: New file.
6007
1a4dd9dd
PA
60082017-03-08 Pedro Alves <palves@redhat.com>
6009
6010 * gdb.base/completion.exp: Move TUI completion tests to ...
6011 * gdb.tui/completion.exp: ... this new file.
6012
7cbbff33
PA
60132017-03-08 Pedro Alves <palves@redhat.com>
6014
6015 * gdb.base/tui-disasm-long-lines.c,
6016 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
6017 gdb.base/tui-layout.exp: Move to ...
6018 * gdb.tui/: ... this new directory.
6019
5f6fd321
PA
60202017-03-07 Pedro Alves <palves@redhat.com>
6021
6022 * gdb.base/tui-layout.c: New file.
6023 * gdb.base/tui-layout.exp: New file.
6024
44959fa8
PA
60252017-03-07 Pedro Alves <palves@redhat.com>
6026
6027 * gdb.base/tui-layout.c: Rename to ...
6028 * gdb.base/tui-disasm-long-lines.c: ... this.
6029 * gdb.base/tui-layout.exp: Rename to ...
6030 * gdb.base/tui-disasm-long-lines.exp: ... this.
6031
f8c4e718
PA
60322017-03-07 Pedro Alves <palves@redhat.com>
6033
6034 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6035
6dbb839a 60362017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
6037
6038 * i386-mpx-call.c: New file.
6039 * i386-mpx-call.exp: New file.
6040
65b48a81
PB
60412017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6042
6043 * gdb.arch/powerpc-power.exp: Delete test.
6044 * gdb.arch/powerpc-power.s: Likewise.
6045 * gdb.disasm/disassembler-options.exp: New test.
6046 * gdb.arch/powerpc-altivec.exp: Likewise.
6047 * gdb.arch/powerpc-altivec.s: Likewise.
6048 * gdb.arch/powerpc-altivec2.exp: Likewise.
6049 * gdb.arch/powerpc-altivec2.s: Likewise.
6050 * gdb.arch/powerpc-altivec3.exp: Likewise.
6051 * gdb.arch/powerpc-altivec3.s: Likewise.
6052 * gdb.arch/powerpc-power7.exp: Likewise.
6053 * gdb.arch/powerpc-power7.s: Likewise.
6054 * gdb.arch/powerpc-power8.exp: Likewise.
6055 * gdb.arch/powerpc-power8.s: Likewise.
6056 * gdb.arch/powerpc-power9.exp: Likewise.
6057 * gdb.arch/powerpc-power9.s: Likewise.
6058 * gdb.arch/powerpc-vsx.exp: Likewise.
6059 * gdb.arch/powerpc-vsx.s: Likewise.
6060 * gdb.arch/powerpc-vsx2.exp: Likewise.
6061 * gdb.arch/powerpc-vsx2.s: Likewise.
6062 * gdb.arch/powerpc-vsx3.exp: Likewise.
6063 * gdb.arch/powerpc-vsx3.s: Likewise.
6064 * gdb.arch/arm-disassembler-options.exp: Likewise.
6065 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6066 * gdb.arch/s390-disassembler-options.exp: Likewise.
6067
17cd4947
LM
60682017-02-23 Luis Machado <lgustavo@codesourcery.com>
6069
6070 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6071 (check_supported_features): ... this. Changed return type to void.
6072 (supports_rdseed): New static global.
6073 (rdseed): Check supports_rdseed.
6074 (initialize): Call check_supported_features.
6075
2039d74e
EBM
60762017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6077
6078 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6079 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6080 and lqarx/stqcx.
6081 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6082 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6083
a51d7ecf
EBM
60842017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6085
6086 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6087 uppercase.
6088
0224619f
JK
60892017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6090
6091 * gdb.dwarf2/formdata16.c: New file.
6092 * gdb.dwarf2/formdata16.exp: New file.
6093 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6094
216f72a1
JK
60952017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6096
6097 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6098 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6099 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6100 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6101 DW_AT_GNU_*.
6102
43988095
JK
61032017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6104
6105 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6106
99e8a4f9
SDJ
61072017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6108
6109 PR gdb/21164
6110 * gdb.base/maint.exp: Add testcases for when the commands do
6111 not have arguments.
6112
b58a8c0c
TP
61132017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6114
6115 * gdb.cp/chained-calls.exp: Use p instead of P.
6116
4e746bb6
TW
61172017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6118
6119 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6120 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6121
3f77c769
TT
61222017-02-14 Tom Tromey <tom@tromey.com>
6123
6124 PR python/13598:
6125 * gdb.python/py-events.exp: Add before_prompt event tests.
6126
075beec0
AA
61272017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6128
6129 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6130
bf5f525c
LM
61312017-02-13 Luis Machado <lgustavo@codesourcery.com>
6132
6133 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6134 (main): Call my_unique_function_name.
6135 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6136 completion of patterns with a single match.
6137 Add missing -re switches to gdb_test_multiple calls.
6138
13a66184
LM
61392017-02-13 Luis Machado <lgustavo@codesourcery.com>
6140
6141 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6142 return if core file is not recognized.
6143
26a06916
SM
61442017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6145
6146 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6147 and extra UIs.
6148
b761ca9e
SM
61492017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6150
6151 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6152 proc_with_prefix.
6153
b964bee0
TT
61542017-02-10 Tom Tromey <tom@tromey.com>
6155
6156 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6157
18da0c51
MG
61582017-02-10 Martin Galvan <martingalvan@sourceware.org>
6159
6160 PR gdb/21122
6161 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6162
604c4576
JG
61632017-02-08 Jerome Guitton <guitton@adacore.com>
6164
6165 * gdb.base/define.exp: Add test for command abbreviations
6166 in define.
6167
20b477a7
LM
61682017-02-06 Luis Machado <lgustavo@codesourcery.com>
6169
6170 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6171 * gdb.reverse/insn-reverse-x86.c: New file.
6172
3f7b46f2
IR
61732017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6174
6175 PR tdep/20936
6176 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6177
f0fd41c1
TT
61782017-02-03 Tom Tromey <tom@tromey.com>
6179
6180 PR rust/21097:
6181 * gdb.rust/simple.exp: Add new tests.
6182
5be5dbf0
PA
61832017-02-02 Pedro Alves <palves@redhat.com>
6184
6185 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6186 tests.
6187
7346ef59
AA
61882017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6189
6190 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6191 taking a 2-byte value out of a 4-byte DWARF implicit value on
6192 big-endian targets.
6193 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6194 logic. Add test cases for DW_OP_implicit.
6195
787f0025
MM
61962017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6197
6198 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6199
68777c29
MM
62002017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6201
6202 * gdb.btrace/enable.exp: Call gdb_exit before
6203 skip_gdbserver_tests.
6204
0a1c7e28
MM
62052017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6206
6207 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6208 GDBFLAGS.
6209
b5ac99b0
MM
62102017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6211
6212 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6213 the test is skipped.
6214 * gdb.btrace/data.exp: Likewise.
6215 * gdb.btrace/delta.exp: Likewise.
6216 * gdb.btrace/dlopen.exp: Likewise.
6217 * gdb.btrace/enable-running.exp: Likewise.
6218 * gdb.btrace/enable.exp: Likewise.
6219 * gdb.btrace/exception.exp: Likewise.
6220 * gdb.btrace/function_call_history.exp: Likewise.
6221 * gdb.btrace/gcore.exp: Likewise.
6222 * gdb.btrace/instruction_history.exp: Likewise.
6223 * gdb.btrace/multi-thread-step.exp: Likewise.
6224 * gdb.btrace/nohist.exp: Likewise.
6225 * gdb.btrace/non-stop.exp: Likewise.
6226 * gdb.btrace/reconnect.exp: Likewise.
6227 * gdb.btrace/record_goto-step.exp: Likewise.
6228 * gdb.btrace/record_goto.exp: Likewise.
6229 * gdb.btrace/rn-dl-bind.exp: Likewise.
6230 * gdb.btrace/segv.exp: Likewise.
6231 * gdb.btrace/step.exp: Likewise.
6232 * gdb.btrace/stepi.exp: Likewise.
6233 * gdb.btrace/tailcall-only.exp: Likewise.
6234 * gdb.btrace/tailcall.exp: Likewise.
6235 * gdb.btrace/tsx.exp: Likewise.
6236 * gdb.btrace/unknown_functions.exp: Likewise.
6237 * gdb.btrace/vdso.exp: Likewise.
6238
cd4007e4
MM
62392017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6240
6241 * gdb.btrace/enable-running.c: New.
6242 * gdb.btrace/enable-running.exp: New.
6243
2735833d
WT
62442017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6245
6246 * gdb.arch/amd64-gs_base.c: New file.
6247 * gdb.arch/amd64-gs_base.exp: New file.
6248
b51e1e94
LM
62492017-01-26 Luis Machado <lgustavo@codesourcery.com>
6250
6251 * lib/memory.exp: Remove spurious empty newlines.
6252
72ca0410
SM
62532017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6254
6255 * gdb.python/py-bad-printers.exp: Load python file using "source".
6256 * gdb.python/py-events.exp: Likewise.
6257 * gdb.python/py-evsignal.exp: Likewise.
6258 * gdb.python/py-evthreads.exp: Likewise.
6259 * gdb.python/py-frame-args.exp: Likewise.
6260 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6261 * gdb.python/py-framefilter-mi.exp: Likewise.
6262 * gdb.python/py-framefilter.exp: Likewise.
6263 * gdb.python/py-mi.exp: Likewise.
6264 * gdb.python/py-pp-maint.exp: Likewise.
6265 * gdb.python/py-pp-registration.exp: Likewise.
6266 * gdb.python/py-prettyprint.exp: Likewise.
6267 (run_lang_tests): Likewise.
6268 * gdb.python/py-typeprint.exp: Likewise.
6269
e309aa65
LM
62702017-01-26 Luis Machado <lgustavo@codesourcery.com>
6271
6272 * lib/memory.exp: New file.
6273 * lib/gdb.exp: Load memory.exp.
6274 * gdb.base/memattr.exp (delete_memory): Move proc to
6275 lib/memory.exp and rename to delete_memory_regions.
6276 Replace delete_memory with delete_memory_regions.
6277 Cleanup memory regions before tests.
6278 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6279 before tests.
6280
515aff23
LM
62812017-01-26 Luis Machado <lgustavo@codesourcery.com>
6282
6283 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6284 files.
6285 (initialize): New function conditionally defined.
6286 (testcases): Move within conditional block.
6287 (main): Call initialize.
6288 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6289 of gdb.reverse/insn-reverse.c.
6290 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6291 gdb.reverse/insn-reverse.c.
6292
d8b49cf0
YQ
62932017-01-26 Yao Qi <yao.qi@linaro.org>
6294
6295 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6296 disassemble on address 0.
6297
f13a9a0c
YQ
62982017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6299 Yao Qi <yao.qi@linaro.org>
6300
6301 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6302 * gdb.dwarf2/implptr-64bit.S: Remove.
6303 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6304 variables in caller's context. Add DW_OP_implicit_value.
6305
5ac95241
YQ
63062017-01-25 Yao Qi <yao.qi@linaro.org>
6307
6308 * lib/dwarf.exp (Dwarf::_location): Handle
6309 DW_OP_GNU_implicit_pointer with proper size.
6310
23e82930
LM
63112017-01-20 Luis Machado <lgustavo@codesourcery.com>
6312
6313 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6314 and add untested calls.
6315
d334ae25
LM
63162017-01-20 Luis Machado <lgustavo@codesourcery.com>
6317
6318 * gdb.python/python.exp: Check line number against what GDB thinks
6319 the line number is for func1.
6320
f5e6296e
IB
63212017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6322
6323 * gdb.dlang/debug-expr.exp: New file.
6324
5b362f04
LM
63252016-12-23 Luis Machado <lgustavo@codesourcery.com>
6326
6327 Fix test names for the following files:
6328
6329 * gdb.ada/exec_changed.exp
6330 * gdb.ada/info_types.exp
6331 * gdb.arch/aarch64-atomic-inst.exp
6332 * gdb.arch/aarch64-fp.exp
6333 * gdb.arch/altivec-abi.exp
6334 * gdb.arch/altivec-regs.exp
6335 * gdb.arch/amd64-byte.exp
6336 * gdb.arch/amd64-disp-step.exp
6337 * gdb.arch/amd64-dword.exp
6338 * gdb.arch/amd64-entry-value-inline.exp
6339 * gdb.arch/amd64-entry-value-param.exp
6340 * gdb.arch/amd64-entry-value-paramref.exp
6341 * gdb.arch/amd64-entry-value.exp
6342 * gdb.arch/amd64-i386-address.exp
6343 * gdb.arch/amd64-invalid-stack-middle.exp
6344 * gdb.arch/amd64-invalid-stack-top.exp
6345 * gdb.arch/amd64-optimout-repeat.exp
6346 * gdb.arch/amd64-prologue-skip.exp
6347 * gdb.arch/amd64-prologue-xmm.exp
6348 * gdb.arch/amd64-stap-special-operands.exp
6349 * gdb.arch/amd64-stap-wrong-subexp.exp
6350 * gdb.arch/amd64-tailcall-cxx.exp
6351 * gdb.arch/amd64-tailcall-noret.exp
6352 * gdb.arch/amd64-tailcall-ret.exp
6353 * gdb.arch/amd64-tailcall-self.exp
6354 * gdb.arch/amd64-word.exp
6355 * gdb.arch/arm-bl-branch-dest.exp
6356 * gdb.arch/arm-disp-step.exp
6357 * gdb.arch/arm-neon.exp
6358 * gdb.arch/arm-single-step-kernel-helper.exp
6359 * gdb.arch/avr-flash-qualifier.exp
6360 * gdb.arch/disp-step-insn-reloc.exp
6361 * gdb.arch/e500-abi.exp
6362 * gdb.arch/e500-regs.exp
6363 * gdb.arch/ftrace-insn-reloc.exp
6364 * gdb.arch/i386-avx512.exp
6365 * gdb.arch/i386-bp_permanent.exp
6366 * gdb.arch/i386-byte.exp
6367 * gdb.arch/i386-cfi-notcurrent.exp
6368 * gdb.arch/i386-disp-step.exp
6369 * gdb.arch/i386-dr3-watch.exp
6370 * gdb.arch/i386-float.exp
6371 * gdb.arch/i386-gnu-cfi.exp
6372 * gdb.arch/i386-mpx-map.exp
6373 * gdb.arch/i386-mpx-sigsegv.exp
6374 * gdb.arch/i386-mpx-simple_segv.exp
6375 * gdb.arch/i386-mpx.exp
6376 * gdb.arch/i386-permbkpt.exp
6377 * gdb.arch/i386-prologue.exp
6378 * gdb.arch/i386-signal.exp
6379 * gdb.arch/i386-size-overlap.exp
6380 * gdb.arch/i386-unwind.exp
6381 * gdb.arch/i386-word.exp
6382 * gdb.arch/mips-fcr.exp
6383 * gdb.arch/powerpc-d128-regs.exp
6384 * gdb.arch/powerpc-stackless.exp
6385 * gdb.arch/ppc64-atomic-inst.exp
6386 * gdb.arch/s390-stackless.exp
6387 * gdb.arch/s390-tdbregs.exp
6388 * gdb.arch/s390-vregs.exp
6389 * gdb.arch/sparc-sysstep.exp
6390 * gdb.arch/thumb-bx-pc.exp
6391 * gdb.arch/thumb-singlestep.exp
6392 * gdb.arch/thumb2-it.exp
6393 * gdb.arch/vsx-regs.exp
6394 * gdb.asm/asm-source.exp
6395 * gdb.base/a2-run.exp
6396 * gdb.base/advance.exp
6397 * gdb.base/all-bin.exp
6398 * gdb.base/anon.exp
6399 * gdb.base/args.exp
6400 * gdb.base/arithmet.exp
6401 * gdb.base/async-shell.exp
6402 * gdb.base/async.exp
6403 * gdb.base/attach-pie-noexec.exp
6404 * gdb.base/attach-twice.exp
6405 * gdb.base/auto-load.exp
6406 * gdb.base/bang.exp
6407 * gdb.base/bitfields.exp
6408 * gdb.base/break-always.exp
6409 * gdb.base/break-caller-line.exp
6410 * gdb.base/break-entry.exp
6411 * gdb.base/break-inline.exp
6412 * gdb.base/break-on-linker-gcd-function.exp
6413 * gdb.base/break-probes.exp
6414 * gdb.base/break.exp
6415 * gdb.base/breakpoint-shadow.exp
6416 * gdb.base/call-ar-st.exp
6417 * gdb.base/call-sc.exp
6418 * gdb.base/call-signal-resume.exp
6419 * gdb.base/call-strs.exp
6420 * gdb.base/callfuncs.exp
6421 * gdb.base/catch-fork-static.exp
6422 * gdb.base/catch-gdb-caused-signals.exp
6423 * gdb.base/catch-load.exp
6424 * gdb.base/catch-signal-fork.exp
6425 * gdb.base/catch-signal.exp
6426 * gdb.base/catch-syscall.exp
6427 * gdb.base/charset.exp
6428 * gdb.base/checkpoint.exp
6429 * gdb.base/chng-syms.exp
6430 * gdb.base/code-expr.exp
6431 * gdb.base/code_elim.exp
6432 * gdb.base/commands.exp
6433 * gdb.base/completion.exp
6434 * gdb.base/complex.exp
6435 * gdb.base/cond-expr.exp
6436 * gdb.base/condbreak.exp
6437 * gdb.base/consecutive.exp
6438 * gdb.base/continue-all-already-running.exp
6439 * gdb.base/coredump-filter.exp
6440 * gdb.base/corefile.exp
6441 * gdb.base/dbx.exp
6442 * gdb.base/debug-expr.exp
6443 * gdb.base/define.exp
6444 * gdb.base/del.exp
6445 * gdb.base/disabled-location.exp
6446 * gdb.base/disasm-end-cu.exp
6447 * gdb.base/disasm-optim.exp
6448 * gdb.base/display.exp
6449 * gdb.base/duplicate-bp.exp
6450 * gdb.base/ena-dis-br.exp
6451 * gdb.base/ending-run.exp
6452 * gdb.base/enumval.exp
6453 * gdb.base/environ.exp
6454 * gdb.base/eu-strip-infcall.exp
6455 * gdb.base/eval-avoid-side-effects.exp
6456 * gdb.base/eval-skip.exp
6457 * gdb.base/exitsignal.exp
6458 * gdb.base/expand-psymtabs.exp
6459 * gdb.base/filesym.exp
6460 * gdb.base/find-unmapped.exp
6461 * gdb.base/finish.exp
6462 * gdb.base/float.exp
6463 * gdb.base/foll-exec-mode.exp
6464 * gdb.base/foll-exec.exp
6465 * gdb.base/foll-fork.exp
6466 * gdb.base/fortran-sym-case.exp
6467 * gdb.base/freebpcmd.exp
6468 * gdb.base/func-ptr.exp
6469 * gdb.base/func-ptrs.exp
6470 * gdb.base/funcargs.exp
6471 * gdb.base/gcore-buffer-overflow.exp
6472 * gdb.base/gcore-relro-pie.exp
6473 * gdb.base/gcore-relro.exp
6474 * gdb.base/gcore.exp
6475 * gdb.base/gdb1090.exp
6476 * gdb.base/gdb11530.exp
6477 * gdb.base/gdb11531.exp
6478 * gdb.base/gdb1821.exp
6479 * gdb.base/gdbindex-stabs.exp
6480 * gdb.base/gdbvars.exp
6481 * gdb.base/hbreak.exp
6482 * gdb.base/hbreak2.exp
6483 * gdb.base/included.exp
6484 * gdb.base/infcall-input.exp
6485 * gdb.base/inferior-died.exp
6486 * gdb.base/infnan.exp
6487 * gdb.base/info-macros.exp
6488 * gdb.base/info-os.exp
6489 * gdb.base/info-proc.exp
6490 * gdb.base/info-shared.exp
6491 * gdb.base/info-target.exp
6492 * gdb.base/infoline.exp
6493 * gdb.base/interp.exp
6494 * gdb.base/interrupt.exp
6495 * gdb.base/jit-reader.exp
6496 * gdb.base/jit-simple.exp
6497 * gdb.base/kill-after-signal.exp
6498 * gdb.base/kill-detach-inferiors-cmd.exp
6499 * gdb.base/label.exp
6500 * gdb.base/langs.exp
6501 * gdb.base/ldbl_e308.exp
6502 * gdb.base/line-symtabs.exp
6503 * gdb.base/linespecs.exp
6504 * gdb.base/list.exp
6505 * gdb.base/long_long.exp
6506 * gdb.base/longest-types.exp
6507 * gdb.base/maint.exp
6508 * gdb.base/max-value-size.exp
6509 * gdb.base/memattr.exp
6510 * gdb.base/mips_pro.exp
6511 * gdb.base/morestack.exp
6512 * gdb.base/moribund-step.exp
6513 * gdb.base/multi-forks.exp
6514 * gdb.base/nested-addr.exp
6515 * gdb.base/nextoverexit.exp
6516 * gdb.base/noreturn-finish.exp
6517 * gdb.base/noreturn-return.exp
6518 * gdb.base/nostdlib.exp
6519 * gdb.base/offsets.exp
6520 * gdb.base/opaque.exp
6521 * gdb.base/pc-fp.exp
6522 * gdb.base/permissions.exp
6523 * gdb.base/print-symbol-loading.exp
6524 * gdb.base/prologue-include.exp
6525 * gdb.base/psymtab.exp
6526 * gdb.base/ptype.exp
6527 * gdb.base/random-signal.exp
6528 * gdb.base/randomize.exp
6529 * gdb.base/range-stepping.exp
6530 * gdb.base/readline-ask.exp
6531 * gdb.base/recpar.exp
6532 * gdb.base/recurse.exp
6533 * gdb.base/relational.exp
6534 * gdb.base/restore.exp
6535 * gdb.base/return-nodebug.exp
6536 * gdb.base/return.exp
6537 * gdb.base/run-after-attach.exp
6538 * gdb.base/save-bp.exp
6539 * gdb.base/scope.exp
6540 * gdb.base/sect-cmd.exp
6541 * gdb.base/set-lang-auto.exp
6542 * gdb.base/set-noassign.exp
6543 * gdb.base/setvar.exp
6544 * gdb.base/sigall.exp
6545 * gdb.base/sigbpt.exp
6546 * gdb.base/siginfo-addr.exp
6547 * gdb.base/siginfo-infcall.exp
6548 * gdb.base/siginfo-obj.exp
6549 * gdb.base/siginfo.exp
6550 * gdb.base/signals-state-child.exp
6551 * gdb.base/signest.exp
6552 * gdb.base/sigstep.exp
6553 * gdb.base/sizeof.exp
6554 * gdb.base/skip.exp
6555 * gdb.base/solib-corrupted.exp
6556 * gdb.base/solib-nodir.exp
6557 * gdb.base/solib-search.exp
6558 * gdb.base/stack-checking.exp
6559 * gdb.base/stale-infcall.exp
6560 * gdb.base/stap-probe.exp
6561 * gdb.base/start.exp
6562 * gdb.base/step-break.exp
6563 * gdb.base/step-bt.exp
6564 * gdb.base/step-line.exp
6565 * gdb.base/step-over-exit.exp
6566 * gdb.base/step-over-syscall.exp
6567 * gdb.base/step-resume-infcall.exp
6568 * gdb.base/step-test.exp
6569 * gdb.base/store.exp
6570 * gdb.base/structs3.exp
6571 * gdb.base/sym-file.exp
6572 * gdb.base/symbol-without-target_section.exp
6573 * gdb.base/term.exp
6574 * gdb.base/testenv.exp
6575 * gdb.base/ui-redirect.exp
6576 * gdb.base/until.exp
6577 * gdb.base/unwindonsignal.exp
6578 * gdb.base/value-double-free.exp
6579 * gdb.base/vla-datatypes.exp
6580 * gdb.base/vla-ptr.exp
6581 * gdb.base/vla-sideeffect.exp
6582 * gdb.base/volatile.exp
6583 * gdb.base/watch-cond-infcall.exp
6584 * gdb.base/watch-cond.exp
6585 * gdb.base/watch-non-mem.exp
6586 * gdb.base/watch-read.exp
6587 * gdb.base/watch-vfork.exp
6588 * gdb.base/watchpoint-cond-gone.exp
6589 * gdb.base/watchpoint-delete.exp
6590 * gdb.base/watchpoint-hw-hit-once.exp
6591 * gdb.base/watchpoint-hw.exp
6592 * gdb.base/watchpoint-stops-at-right-insn.exp
6593 * gdb.base/watchpoints.exp
6594 * gdb.base/wchar.exp
6595 * gdb.base/whatis-exp.exp
6596 * gdb.btrace/buffer-size.exp
6597 * gdb.btrace/data.exp
6598 * gdb.btrace/delta.exp
6599 * gdb.btrace/dlopen.exp
6600 * gdb.btrace/enable.exp
6601 * gdb.btrace/exception.exp
6602 * gdb.btrace/function_call_history.exp
6603 * gdb.btrace/gcore.exp
6604 * gdb.btrace/instruction_history.exp
6605 * gdb.btrace/nohist.exp
6606 * gdb.btrace/reconnect.exp
6607 * gdb.btrace/record_goto-step.exp
6608 * gdb.btrace/record_goto.exp
6609 * gdb.btrace/rn-dl-bind.exp
6610 * gdb.btrace/segv.exp
6611 * gdb.btrace/step.exp
6612 * gdb.btrace/stepi.exp
6613 * gdb.btrace/tailcall-only.exp
6614 * gdb.btrace/tailcall.exp
6615 * gdb.btrace/tsx.exp
6616 * gdb.btrace/unknown_functions.exp
6617 * gdb.btrace/vdso.exp
6618 * gdb.compile/compile-ifunc.exp
6619 * gdb.compile/compile-ops.exp
6620 * gdb.compile/compile-print.exp
6621 * gdb.compile/compile-setjmp.exp
6622 * gdb.cp/abstract-origin.exp
6623 * gdb.cp/ambiguous.exp
6624 * gdb.cp/annota2.exp
6625 * gdb.cp/annota3.exp
6626 * gdb.cp/anon-ns.exp
6627 * gdb.cp/anon-struct.exp
6628 * gdb.cp/anon-union.exp
6629 * gdb.cp/arg-reference.exp
6630 * gdb.cp/baseenum.exp
6631 * gdb.cp/bool.exp
6632 * gdb.cp/breakpoint.exp
6633 * gdb.cp/bs15503.exp
6634 * gdb.cp/call-c.exp
6635 * gdb.cp/casts.exp
6636 * gdb.cp/chained-calls.exp
6637 * gdb.cp/class2.exp
6638 * gdb.cp/classes.exp
6639 * gdb.cp/cmpd-minsyms.exp
6640 * gdb.cp/converts.exp
6641 * gdb.cp/cp-relocate.exp
6642 * gdb.cp/cpcompletion.exp
6643 * gdb.cp/cpexprs.exp
6644 * gdb.cp/cplabel.exp
6645 * gdb.cp/cplusfuncs.exp
6646 * gdb.cp/cpsizeof.exp
6647 * gdb.cp/ctti.exp
6648 * gdb.cp/derivation.exp
6649 * gdb.cp/destrprint.exp
6650 * gdb.cp/dispcxx.exp
6651 * gdb.cp/enum-class.exp
6652 * gdb.cp/exception.exp
6653 * gdb.cp/exceptprint.exp
6654 * gdb.cp/expand-psymtabs-cxx.exp
6655 * gdb.cp/expand-sals.exp
6656 * gdb.cp/extern-c.exp
6657 * gdb.cp/filename.exp
6658 * gdb.cp/formatted-ref.exp
6659 * gdb.cp/fpointer.exp
6660 * gdb.cp/gdb1355.exp
6661 * gdb.cp/gdb2495.exp
6662 * gdb.cp/hang.exp
6663 * gdb.cp/impl-this.exp
6664 * gdb.cp/infcall-dlopen.exp
6665 * gdb.cp/inherit.exp
6666 * gdb.cp/iostream.exp
6667 * gdb.cp/koenig.exp
6668 * gdb.cp/local.exp
6669 * gdb.cp/m-data.exp
6670 * gdb.cp/m-static.exp
6671 * gdb.cp/mb-ctor.exp
6672 * gdb.cp/mb-inline.exp
6673 * gdb.cp/mb-templates.exp
6674 * gdb.cp/member-name.exp
6675 * gdb.cp/member-ptr.exp
6676 * gdb.cp/meth-typedefs.exp
6677 * gdb.cp/method.exp
6678 * gdb.cp/method2.exp
6679 * gdb.cp/minsym-fallback.exp
6680 * gdb.cp/misc.exp
6681 * gdb.cp/namelessclass.exp
6682 * gdb.cp/namespace-enum.exp
6683 * gdb.cp/namespace-nested-import.exp
6684 * gdb.cp/namespace.exp
6685 * gdb.cp/nextoverthrow.exp
6686 * gdb.cp/no-dmgl-verbose.exp
6687 * gdb.cp/non-trivial-retval.exp
6688 * gdb.cp/noparam.exp
6689 * gdb.cp/nsdecl.exp
6690 * gdb.cp/nsimport.exp
6691 * gdb.cp/nsnested.exp
6692 * gdb.cp/nsnoimports.exp
6693 * gdb.cp/nsrecurs.exp
6694 * gdb.cp/nsstress.exp
6695 * gdb.cp/nsusing.exp
6696 * gdb.cp/operator.exp
6697 * gdb.cp/oranking.exp
6698 * gdb.cp/overload-const.exp
6699 * gdb.cp/overload.exp
6700 * gdb.cp/ovldbreak.exp
6701 * gdb.cp/ovsrch.exp
6702 * gdb.cp/paren-type.exp
6703 * gdb.cp/parse-lang.exp
6704 * gdb.cp/pass-by-ref.exp
6705 * gdb.cp/pr-1023.exp
6706 * gdb.cp/pr-1210.exp
6707 * gdb.cp/pr-574.exp
6708 * gdb.cp/pr10687.exp
6709 * gdb.cp/pr12028.exp
6710 * gdb.cp/pr17132.exp
6711 * gdb.cp/pr17494.exp
6712 * gdb.cp/pr9067.exp
6713 * gdb.cp/pr9167.exp
6714 * gdb.cp/pr9631.exp
6715 * gdb.cp/printmethod.exp
6716 * gdb.cp/psmang.exp
6717 * gdb.cp/psymtab-parameter.exp
6718 * gdb.cp/ptype-cv-cp.exp
6719 * gdb.cp/ptype-flags.exp
6720 * gdb.cp/re-set-overloaded.exp
6721 * gdb.cp/ref-types.exp
6722 * gdb.cp/rtti.exp
6723 * gdb.cp/scope-err.exp
6724 * gdb.cp/shadow.exp
6725 * gdb.cp/smartp.exp
6726 * gdb.cp/static-method.exp
6727 * gdb.cp/static-print-quit.exp
6728 * gdb.cp/temargs.exp
6729 * gdb.cp/templates.exp
6730 * gdb.cp/try_catch.exp
6731 * gdb.cp/typedef-operator.exp
6732 * gdb.cp/typeid.exp
6733 * gdb.cp/userdef.exp
6734 * gdb.cp/using-crash.exp
6735 * gdb.cp/var-tag.exp
6736 * gdb.cp/virtbase.exp
6737 * gdb.cp/virtfunc.exp
6738 * gdb.cp/virtfunc2.exp
6739 * gdb.cp/vla-cxx.exp
6740 * gdb.disasm/t01_mov.exp
6741 * gdb.disasm/t02_mova.exp
6742 * gdb.disasm/t03_add.exp
6743 * gdb.disasm/t04_sub.exp
6744 * gdb.disasm/t05_cmp.exp
6745 * gdb.disasm/t06_ari2.exp
6746 * gdb.disasm/t07_ari3.exp
6747 * gdb.disasm/t08_or.exp
6748 * gdb.disasm/t09_xor.exp
6749 * gdb.disasm/t10_and.exp
6750 * gdb.disasm/t11_logs.exp
6751 * gdb.disasm/t12_bit.exp
6752 * gdb.disasm/t13_otr.exp
6753 * gdb.dlang/circular.exp
6754 * gdb.dwarf2/arr-stride.exp
6755 * gdb.dwarf2/arr-subrange.exp
6756 * gdb.dwarf2/atomic-type.exp
6757 * gdb.dwarf2/bad-regnum.exp
6758 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6759 * gdb.dwarf2/callframecfa.exp
6760 * gdb.dwarf2/clztest.exp
6761 * gdb.dwarf2/corrupt.exp
6762 * gdb.dwarf2/data-loc.exp
6763 * gdb.dwarf2/dup-psym.exp
6764 * gdb.dwarf2/dw2-anon-mptr.exp
6765 * gdb.dwarf2/dw2-anonymous-func.exp
6766 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6767 * gdb.dwarf2/dw2-bad-unresolved.exp
6768 * gdb.dwarf2/dw2-basic.exp
6769 * gdb.dwarf2/dw2-canonicalize-type.exp
6770 * gdb.dwarf2/dw2-case-insensitive.exp
6771 * gdb.dwarf2/dw2-common-block.exp
6772 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6773 * gdb.dwarf2/dw2-compressed.exp
6774 * gdb.dwarf2/dw2-const.exp
6775 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6776 * gdb.dwarf2/dw2-cu-size.exp
6777 * gdb.dwarf2/dw2-dup-frame.exp
6778 * gdb.dwarf2/dw2-entry-value.exp
6779 * gdb.dwarf2/dw2-icycle.exp
6780 * gdb.dwarf2/dw2-ifort-parameter.exp
6781 * gdb.dwarf2/dw2-inline-break.exp
6782 * gdb.dwarf2/dw2-inline-param.exp
6783 * gdb.dwarf2/dw2-intercu.exp
6784 * gdb.dwarf2/dw2-intermix.exp
6785 * gdb.dwarf2/dw2-lexical-block-bare.exp
6786 * gdb.dwarf2/dw2-linkage-name-trust.exp
6787 * gdb.dwarf2/dw2-minsym-in-cu.exp
6788 * gdb.dwarf2/dw2-noloc.exp
6789 * gdb.dwarf2/dw2-op-call.exp
6790 * gdb.dwarf2/dw2-op-out-param.exp
6791 * gdb.dwarf2/dw2-opt-structptr.exp
6792 * gdb.dwarf2/dw2-param-error.exp
6793 * gdb.dwarf2/dw2-producer.exp
6794 * gdb.dwarf2/dw2-ranges-base.exp
6795 * gdb.dwarf2/dw2-ref-missing-frame.exp
6796 * gdb.dwarf2/dw2-reg-undefined.exp
6797 * gdb.dwarf2/dw2-regno-invalid.exp
6798 * gdb.dwarf2/dw2-restore.exp
6799 * gdb.dwarf2/dw2-restrict.exp
6800 * gdb.dwarf2/dw2-single-line-discriminators.exp
6801 * gdb.dwarf2/dw2-strp.exp
6802 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6803 * gdb.dwarf2/dw2-unresolved.exp
6804 * gdb.dwarf2/dw2-var-zero-addr.exp
6805 * gdb.dwarf2/dw4-sig-types.exp
6806 * gdb.dwarf2/dwz.exp
6807 * gdb.dwarf2/dynarr-ptr.exp
6808 * gdb.dwarf2/enum-type.exp
6809 * gdb.dwarf2/gdb-index.exp
6810 * gdb.dwarf2/implptr-64bit.exp
6811 * gdb.dwarf2/implptr-optimized-out.exp
6812 * gdb.dwarf2/implptr.exp
6813 * gdb.dwarf2/implref-array.exp
6814 * gdb.dwarf2/implref-const.exp
6815 * gdb.dwarf2/implref-global.exp
6816 * gdb.dwarf2/implref-struct.exp
6817 * gdb.dwarf2/mac-fileno.exp
6818 * gdb.dwarf2/main-subprogram.exp
6819 * gdb.dwarf2/member-ptr-forwardref.exp
6820 * gdb.dwarf2/method-ptr.exp
6821 * gdb.dwarf2/missing-sig-type.exp
6822 * gdb.dwarf2/nonvar-access.exp
6823 * gdb.dwarf2/opaque-type-lookup.exp
6824 * gdb.dwarf2/pieces-optimized-out.exp
6825 * gdb.dwarf2/pieces.exp
6826 * gdb.dwarf2/pr10770.exp
6827 * gdb.dwarf2/pr13961.exp
6828 * gdb.dwarf2/staticvirtual.exp
6829 * gdb.dwarf2/subrange.exp
6830 * gdb.dwarf2/symtab-producer.exp
6831 * gdb.dwarf2/trace-crash.exp
6832 * gdb.dwarf2/typeddwarf.exp
6833 * gdb.dwarf2/valop.exp
6834 * gdb.dwarf2/watch-notconst.exp
6835 * gdb.fortran/array-element.exp
6836 * gdb.fortran/charset.exp
6837 * gdb.fortran/common-block.exp
6838 * gdb.fortran/complex.exp
6839 * gdb.fortran/derived-type-function.exp
6840 * gdb.fortran/derived-type.exp
6841 * gdb.fortran/logical.exp
6842 * gdb.fortran/module.exp
6843 * gdb.fortran/multi-dim.exp
6844 * gdb.fortran/nested-funcs.exp
6845 * gdb.fortran/print-formatted.exp
6846 * gdb.fortran/subarray.exp
6847 * gdb.fortran/vla-alloc-assoc.exp
6848 * gdb.fortran/vla-datatypes.exp
6849 * gdb.fortran/vla-history.exp
6850 * gdb.fortran/vla-ptr-info.exp
6851 * gdb.fortran/vla-ptype-sub.exp
6852 * gdb.fortran/vla-ptype.exp
6853 * gdb.fortran/vla-sizeof.exp
6854 * gdb.fortran/vla-type.exp
6855 * gdb.fortran/vla-value-sub-arbitrary.exp
6856 * gdb.fortran/vla-value-sub-finish.exp
6857 * gdb.fortran/vla-value-sub.exp
6858 * gdb.fortran/vla-value.exp
6859 * gdb.fortran/whatis_type.exp
6860 * gdb.go/chan.exp
6861 * gdb.go/handcall.exp
6862 * gdb.go/hello.exp
6863 * gdb.go/integers.exp
6864 * gdb.go/methods.exp
6865 * gdb.go/package.exp
6866 * gdb.go/strings.exp
6867 * gdb.go/types.exp
6868 * gdb.go/unsafe.exp
6869 * gdb.guile/scm-arch.exp
6870 * gdb.guile/scm-block.exp
6871 * gdb.guile/scm-breakpoint.exp
6872 * gdb.guile/scm-cmd.exp
6873 * gdb.guile/scm-disasm.exp
6874 * gdb.guile/scm-equal.exp
6875 * gdb.guile/scm-frame-args.exp
6876 * gdb.guile/scm-frame-inline.exp
6877 * gdb.guile/scm-frame.exp
6878 * gdb.guile/scm-iterator.exp
6879 * gdb.guile/scm-math.exp
6880 * gdb.guile/scm-objfile.exp
6881 * gdb.guile/scm-ports.exp
6882 * gdb.guile/scm-symbol.exp
6883 * gdb.guile/scm-symtab.exp
6884 * gdb.guile/scm-value-cc.exp
6885 * gdb.guile/types-module.exp
6886 * gdb.linespec/break-ask.exp
6887 * gdb.linespec/cpexplicit.exp
6888 * gdb.linespec/explicit.exp
6889 * gdb.linespec/keywords.exp
6890 * gdb.linespec/linespec.exp
6891 * gdb.linespec/ls-dollar.exp
6892 * gdb.linespec/ls-errs.exp
6893 * gdb.linespec/skip-two.exp
6894 * gdb.linespec/thread.exp
6895 * gdb.mi/mi-async.exp
6896 * gdb.mi/mi-basics.exp
6897 * gdb.mi/mi-break.exp
6898 * gdb.mi/mi-catch-load.exp
6899 * gdb.mi/mi-cli.exp
6900 * gdb.mi/mi-cmd-param-changed.exp
6901 * gdb.mi/mi-console.exp
6902 * gdb.mi/mi-detach.exp
6903 * gdb.mi/mi-disassemble.exp
6904 * gdb.mi/mi-eval.exp
6905 * gdb.mi/mi-file-transfer.exp
6906 * gdb.mi/mi-file.exp
6907 * gdb.mi/mi-fill-memory.exp
6908 * gdb.mi/mi-inheritance-syntax-error.exp
6909 * gdb.mi/mi-linespec-err-cp.exp
6910 * gdb.mi/mi-logging.exp
6911 * gdb.mi/mi-memory-changed.exp
6912 * gdb.mi/mi-read-memory.exp
6913 * gdb.mi/mi-record-changed.exp
6914 * gdb.mi/mi-reg-undefined.exp
6915 * gdb.mi/mi-regs.exp
6916 * gdb.mi/mi-return.exp
6917 * gdb.mi/mi-reverse.exp
6918 * gdb.mi/mi-simplerun.exp
6919 * gdb.mi/mi-solib.exp
6920 * gdb.mi/mi-stack.exp
6921 * gdb.mi/mi-stepi.exp
6922 * gdb.mi/mi-syn-frame.exp
6923 * gdb.mi/mi-until.exp
6924 * gdb.mi/mi-var-block.exp
6925 * gdb.mi/mi-var-child.exp
6926 * gdb.mi/mi-var-cmd.exp
6927 * gdb.mi/mi-var-cp.exp
6928 * gdb.mi/mi-var-display.exp
6929 * gdb.mi/mi-var-invalidate.exp
6930 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6931 * gdb.mi/mi-vla-fortran.exp
6932 * gdb.mi/mi-watch.exp
6933 * gdb.mi/mi2-var-child.exp
6934 * gdb.mi/user-selected-context-sync.exp
6935 * gdb.modula2/unbounded-array.exp
6936 * gdb.multi/dummy-frame-restore.exp
6937 * gdb.multi/multi-arch-exec.exp
6938 * gdb.multi/multi-arch.exp
6939 * gdb.multi/tids.exp
6940 * gdb.multi/watchpoint-multi.exp
6941 * gdb.opencl/callfuncs.exp
6942 * gdb.opencl/convs_casts.exp
6943 * gdb.opencl/datatypes.exp
6944 * gdb.opencl/operators.exp
6945 * gdb.opencl/vec_comps.exp
6946 * gdb.opt/clobbered-registers-O2.exp
6947 * gdb.opt/inline-break.exp
6948 * gdb.opt/inline-bt.exp
6949 * gdb.opt/inline-cmds.exp
6950 * gdb.opt/inline-locals.exp
6951 * gdb.pascal/case-insensitive-symbols.exp
6952 * gdb.pascal/floats.exp
6953 * gdb.pascal/gdb11492.exp
6954 * gdb.python/lib-types.exp
6955 * gdb.python/py-arch.exp
6956 * gdb.python/py-as-string.exp
6957 * gdb.python/py-bad-printers.exp
6958 * gdb.python/py-block.exp
6959 * gdb.python/py-breakpoint-create-fail.exp
6960 * gdb.python/py-breakpoint.exp
6961 * gdb.python/py-caller-is.exp
6962 * gdb.python/py-cmd.exp
6963 * gdb.python/py-explore-cc.exp
6964 * gdb.python/py-explore.exp
6965 * gdb.python/py-finish-breakpoint.exp
6966 * gdb.python/py-finish-breakpoint2.exp
6967 * gdb.python/py-frame-args.exp
6968 * gdb.python/py-frame-inline.exp
6969 * gdb.python/py-frame.exp
6970 * gdb.python/py-framefilter-mi.exp
6971 * gdb.python/py-infthread.exp
6972 * gdb.python/py-lazy-string.exp
6973 * gdb.python/py-linetable.exp
6974 * gdb.python/py-mi-events.exp
6975 * gdb.python/py-mi-objfile.exp
6976 * gdb.python/py-mi.exp
6977 * gdb.python/py-objfile.exp
6978 * gdb.python/py-pp-integral.exp
6979 * gdb.python/py-pp-maint.exp
6980 * gdb.python/py-pp-re-notag.exp
6981 * gdb.python/py-pp-registration.exp
6982 * gdb.python/py-recurse-unwind.exp
6983 * gdb.python/py-strfns.exp
6984 * gdb.python/py-symbol.exp
6985 * gdb.python/py-symtab.exp
6986 * gdb.python/py-sync-interp.exp
6987 * gdb.python/py-typeprint.exp
6988 * gdb.python/py-unwind-maint.exp
6989 * gdb.python/py-unwind.exp
6990 * gdb.python/py-value-cc.exp
6991 * gdb.python/py-xmethods.exp
6992 * gdb.reverse/amd64-tailcall-reverse.exp
6993 * gdb.reverse/break-precsave.exp
6994 * gdb.reverse/break-reverse.exp
6995 * gdb.reverse/consecutive-precsave.exp
6996 * gdb.reverse/consecutive-reverse.exp
6997 * gdb.reverse/finish-precsave.exp
6998 * gdb.reverse/finish-reverse-bkpt.exp
6999 * gdb.reverse/finish-reverse.exp
7000 * gdb.reverse/fstatat-reverse.exp
7001 * gdb.reverse/getresuid-reverse.exp
7002 * gdb.reverse/i386-precsave.exp
7003 * gdb.reverse/i386-reverse.exp
7004 * gdb.reverse/i386-sse-reverse.exp
7005 * gdb.reverse/i387-env-reverse.exp
7006 * gdb.reverse/i387-stack-reverse.exp
7007 * gdb.reverse/insn-reverse.exp
7008 * gdb.reverse/machinestate-precsave.exp
7009 * gdb.reverse/machinestate.exp
7010 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7011 * gdb.reverse/pipe-reverse.exp
7012 * gdb.reverse/readv-reverse.exp
7013 * gdb.reverse/recvmsg-reverse.exp
7014 * gdb.reverse/rerun-prec.exp
7015 * gdb.reverse/s390-mvcle.exp
7016 * gdb.reverse/step-precsave.exp
7017 * gdb.reverse/step-reverse.exp
7018 * gdb.reverse/time-reverse.exp
7019 * gdb.reverse/until-precsave.exp
7020 * gdb.reverse/until-reverse.exp
7021 * gdb.reverse/waitpid-reverse.exp
7022 * gdb.reverse/watch-precsave.exp
7023 * gdb.reverse/watch-reverse.exp
7024 * gdb.rust/generics.exp
7025 * gdb.rust/methods.exp
7026 * gdb.rust/modules.exp
7027 * gdb.rust/simple.exp
7028 * gdb.server/connect-with-no-symbol-file.exp
7029 * gdb.server/ext-attach.exp
7030 * gdb.server/ext-restart.exp
7031 * gdb.server/ext-wrapper.exp
7032 * gdb.server/file-transfer.exp
7033 * gdb.server/server-exec-info.exp
7034 * gdb.server/server-kill.exp
7035 * gdb.server/server-mon.exp
7036 * gdb.server/wrapper.exp
7037 * gdb.stabs/exclfwd.exp
7038 * gdb.stabs/gdb11479.exp
7039 * gdb.threads/clone-new-thread-event.exp
7040 * gdb.threads/corethreads.exp
7041 * gdb.threads/current-lwp-dead.exp
7042 * gdb.threads/dlopen-libpthread.exp
7043 * gdb.threads/gcore-thread.exp
7044 * gdb.threads/sigstep-threads.exp
7045 * gdb.threads/watchpoint-fork.exp
7046 * gdb.trace/actions-changed.exp
7047 * gdb.trace/backtrace.exp
7048 * gdb.trace/change-loc.exp
7049 * gdb.trace/circ.exp
7050 * gdb.trace/collection.exp
7051 * gdb.trace/disconnected-tracing.exp
7052 * gdb.trace/ftrace.exp
7053 * gdb.trace/mi-trace-frame-collected.exp
7054 * gdb.trace/mi-trace-unavailable.exp
7055 * gdb.trace/mi-traceframe-changed.exp
7056 * gdb.trace/mi-tsv-changed.exp
7057 * gdb.trace/no-attach-trace.exp
7058 * gdb.trace/passc-dyn.exp
7059 * gdb.trace/qtro.exp
7060 * gdb.trace/range-stepping.exp
7061 * gdb.trace/read-memory.exp
7062 * gdb.trace/save-trace.exp
7063 * gdb.trace/signal.exp
7064 * gdb.trace/status-stop.exp
7065 * gdb.trace/tfile.exp
7066 * gdb.trace/trace-break.exp
7067 * gdb.trace/trace-buffer-size.exp
7068 * gdb.trace/trace-condition.exp
7069 * gdb.trace/tracefile-pseudo-reg.exp
7070 * gdb.trace/tstatus.exp
7071 * gdb.trace/unavailable.exp
7072 * gdb.trace/while-dyn.exp
7073 * gdb.trace/while-stepping.exp
7074
34c41c68
DE
70752016-12-22 Doug Evans <xdje42@gmail.com>
7076
7077 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7078 and msymbols.
7079
16e69324
YQ
70802016-12-19 Yao Qi <yao.qi@linaro.org>
7081
7082 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7083 (test_with_self): Don't call do_steps_and_nexts, and remove
7084 code about stepping into xmalloc.
7085
f94f411b
YQ
70862016-12-09 Yao Qi <yao.qi@linaro.org>
7087
7088 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7089
70902016-12-09 Yao Qi <yao.qi@linaro.org>
7091
7092 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7093
f1b5deee
PA
70942016-12-09 Pedro Alves <palves@redhat.com>
7095
7096 * gdb.base/all-architectures-0.exp: New file.
7097 * gdb.base/all-architectures-1.exp: New file.
7098 * gdb.base/all-architectures-2.exp: New file.
7099 * gdb.base/all-architectures-3.exp: New file.
7100 * gdb.base/all-architectures-4.exp: New file.
7101 * gdb.base/all-architectures-5.exp: New file.
7102 * gdb.base/all-architectures-6.exp: New file.
7103 * gdb.base/all-architectures-7.exp: New file.
7104 * gdb.base/all-architectures.exp.in: New file.
7105
364ca42e
YQ
71062016-12-09 Yao Qi <yao.qi@linaro.org>
7107
7108 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7109
107c2d62
LM
71102016-12-02 Luis Machado <lgustavo@codesourcery.com>
7111
7112 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7113 possible.
7114 Remove useless pattern-matching code.
7115
df3ee9ca
PA
71162016-12-02 Pedro Alves <palves@redhat.com>
7117
7118 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7119 procedure.
7120 (top level): Call it.
7121
ec835369
PA
71222016-12-02 Pedro Alves <palves@redhat.com>
7123
7124 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7125 New procedure.
7126 (top level): Call it.
7127
01770bbd
PA
71282016-12-02 Pedro Alves <palves@redhat.com>
7129
7130 PR cli/20559
7131 * gdb.base/commands.exp (user_defined_command_args_eval): New
7132 procedure.
7133 (top level): Call it.
7134
008459ea
LM
71352016-12-02 Luis Machado <lgustavo@codesourcery.com>
7136
7137 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7138 timeout handling.
7139
0c1b455e
TT
71402016-12-02 Tom Tromey <tom@tromey.com>
7141
7142 * gdb.dwarf2/main-subprogram.c: New file.
7143 * gdb.dwarf2/main-subprogram.exp: New file.
7144
018572b8
LM
71452016-12-01 Luis Machado <lgustavo@codesourcery.com>
7146
7147 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7148 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7149 gdb_test_no_output for a couple of cases.
7150 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7151
84c93cd5
LM
71522016-12-01 Luis Machado <lgustavo@codesourcery.com>
7153
7154 Fix test names and standardize compilation error messages throughout
7155 the following files:
7156
7157 * gdb.ada/start.exp
7158 * gdb.arch/alpha-step.exp
7159 * gdb.arch/e500-prologue.exp
7160 * gdb.arch/ftrace-insn-reloc.exp
7161 * gdb.arch/gdb1291.exp
7162 * gdb.arch/gdb1431.exp
7163 * gdb.arch/gdb1558.exp
7164 * gdb.arch/i386-dr3-watch.exp
7165 * gdb.arch/i386-sse-stack-align.exp
7166 * gdb.arch/ia64-breakpoint-shadow.exp
7167 * gdb.arch/pa-nullify.exp
7168 * gdb.arch/powerpc-aix-prologue.exp
7169 * gdb.arch/thumb-bx-pc.exp
7170 * gdb.base/annota1.exp
7171 * gdb.base/annota3.exp
7172 * gdb.base/arrayidx.exp
7173 * gdb.base/assign.exp
7174 * gdb.base/attach.exp
7175 * gdb.base/auxv.exp
7176 * gdb.base/bang.exp
7177 * gdb.base/bfp-test.exp
7178 * gdb.base/bigcore.exp
7179 * gdb.base/bitfields2.exp
7180 * gdb.base/break-fun-addr.exp
7181 * gdb.base/break-probes.exp
7182 * gdb.base/call-rt-st.exp
7183 * gdb.base/callexit.exp
7184 * gdb.base/catch-fork-kill.exp
7185 * gdb.base/charset.exp
7186 * gdb.base/checkpoint.exp
7187 * gdb.base/comprdebug.exp
7188 * gdb.base/constvars.exp
7189 * gdb.base/coredump-filter.exp
7190 * gdb.base/cursal.exp
7191 * gdb.base/cvexpr.exp
7192 * gdb.base/detach.exp
7193 * gdb.base/display.exp
7194 * gdb.base/dmsym.exp
7195 * gdb.base/dprintf-pending.exp
7196 * gdb.base/dso2dso.exp
7197 * gdb.base/dtrace-probe.exp
7198 * gdb.base/dump.exp
7199 * gdb.base/enum_cond.exp
7200 * gdb.base/exe-lock.exp
7201 * gdb.base/exec-invalid-sysroot.exp
7202 * gdb.base/execl-update-breakpoints.exp
7203 * gdb.base/exprs.exp
7204 * gdb.base/fileio.exp
7205 * gdb.base/find.exp
7206 * gdb.base/finish.exp
7207 * gdb.base/fixsection.exp
7208 * gdb.base/foll-vfork.exp
7209 * gdb.base/frame-args.exp
7210 * gdb.base/gcore.exp
7211 * gdb.base/gdb1250.exp
7212 * gdb.base/global-var-nested-by-dso.exp
7213 * gdb.base/gnu-ifunc.exp
7214 * gdb.base/hashline1.exp
7215 * gdb.base/hashline2.exp
7216 * gdb.base/hashline3.exp
7217 * gdb.base/hbreak-in-shr-unsupported.exp
7218 * gdb.base/huge.exp
7219 * gdb.base/infcall-input.exp
7220 * gdb.base/info-fun.exp
7221 * gdb.base/info-shared.exp
7222 * gdb.base/jit-simple.exp
7223 * gdb.base/jit-so.exp
7224 * gdb.base/jit.exp
7225 * gdb.base/jump.exp
7226 * gdb.base/label.exp
7227 * gdb.base/lineinc.exp
7228 * gdb.base/logical.exp
7229 * gdb.base/longjmp.exp
7230 * gdb.base/macscp.exp
7231 * gdb.base/miscexprs.exp
7232 * gdb.base/new-ui-echo.exp
7233 * gdb.base/new-ui-pending-input.exp
7234 * gdb.base/new-ui.exp
7235 * gdb.base/nodebug.exp
7236 * gdb.base/nofield.exp
7237 * gdb.base/offsets.exp
7238 * gdb.base/overlays.exp
7239 * gdb.base/pending.exp
7240 * gdb.base/pointers.exp
7241 * gdb.base/pr11022.exp
7242 * gdb.base/printcmds.exp
7243 * gdb.base/prologue.exp
7244 * gdb.base/ptr-typedef.exp
7245 * gdb.base/realname-expand.exp
7246 * gdb.base/relativedebug.exp
7247 * gdb.base/relocate.exp
7248 * gdb.base/remote.exp
7249 * gdb.base/reread.exp
7250 * gdb.base/return2.exp
7251 * gdb.base/savedregs.exp
7252 * gdb.base/sep.exp
7253 * gdb.base/sepdebug.exp
7254 * gdb.base/sepsymtab.exp
7255 * gdb.base/set-inferior-tty.exp
7256 * gdb.base/setshow.exp
7257 * gdb.base/shlib-call.exp
7258 * gdb.base/sigaltstack.exp
7259 * gdb.base/siginfo-addr.exp
7260 * gdb.base/signals.exp
7261 * gdb.base/signull.exp
7262 * gdb.base/sigrepeat.exp
7263 * gdb.base/so-impl-ld.exp
7264 * gdb.base/solib-display.exp
7265 * gdb.base/solib-overlap.exp
7266 * gdb.base/solib-search.exp
7267 * gdb.base/solib-symbol.exp
7268 * gdb.base/structs.exp
7269 * gdb.base/structs2.exp
7270 * gdb.base/symtab-search-order.exp
7271 * gdb.base/twice.exp
7272 * gdb.base/unload.exp
7273 * gdb.base/varargs.exp
7274 * gdb.base/watchpoint-solib.exp
7275 * gdb.base/watchpoint.exp
7276 * gdb.base/whatis.exp
7277 * gdb.base/wrong_frame_bt_full.exp
7278 * gdb.btrace/dlopen.exp
7279 * gdb.cell/ea-standalone.exp
7280 * gdb.cell/ea-test.exp
7281 * gdb.cp/dispcxx.exp
7282 * gdb.cp/gdb2384.exp
7283 * gdb.cp/method2.exp
7284 * gdb.cp/nextoverthrow.exp
7285 * gdb.cp/pr10728.exp
7286 * gdb.disasm/am33.exp
7287 * gdb.disasm/h8300s.exp
7288 * gdb.disasm/mn10300.exp
7289 * gdb.disasm/sh3.exp
7290 * gdb.dwarf2/dw2-dir-file-name.exp
7291 * gdb.fortran/complex.exp
7292 * gdb.fortran/library-module.exp
7293 * gdb.guile/scm-pretty-print.exp
7294 * gdb.guile/scm-symbol.exp
7295 * gdb.guile/scm-type.exp
7296 * gdb.guile/scm-value.exp
7297 * gdb.linespec/linespec.exp
7298 * gdb.mi/gdb701.exp
7299 * gdb.mi/gdb792.exp
7300 * gdb.mi/mi-breakpoint-changed.exp
7301 * gdb.mi/mi-dprintf-pending.exp
7302 * gdb.mi/mi-dprintf.exp
7303 * gdb.mi/mi-exit-code.exp
7304 * gdb.mi/mi-pending.exp
7305 * gdb.mi/mi-solib.exp
7306 * gdb.mi/new-ui-mi-sync.exp
7307 * gdb.mi/pr11022.exp
7308 * gdb.mi/user-selected-context-sync.exp
7309 * gdb.opt/solib-intra-step.exp
7310 * gdb.python/py-events.exp
7311 * gdb.python/py-finish-breakpoint.exp
7312 * gdb.python/py-mi.exp
7313 * gdb.python/py-prettyprint.exp
7314 * gdb.python/py-shared.exp
7315 * gdb.python/py-symbol.exp
7316 * gdb.python/py-template.exp
7317 * gdb.python/py-type.exp
7318 * gdb.python/py-value.exp
7319 * gdb.reverse/solib-precsave.exp
7320 * gdb.reverse/solib-reverse.exp
7321 * gdb.server/solib-list.exp
7322 * gdb.stabs/weird.exp
7323 * gdb.threads/reconnect-signal.exp
7324 * gdb.threads/stepi-random-signal.exp
7325 * gdb.trace/actions.exp
7326 * gdb.trace/ax.exp
7327 * gdb.trace/backtrace.exp
7328 * gdb.trace/change-loc.exp
7329 * gdb.trace/deltrace.exp
7330 * gdb.trace/ftrace-lock.exp
7331 * gdb.trace/ftrace.exp
7332 * gdb.trace/infotrace.exp
7333 * gdb.trace/mi-tracepoint-changed.exp
7334 * gdb.trace/packetlen.exp
7335 * gdb.trace/passcount.exp
7336 * gdb.trace/pending.exp
7337 * gdb.trace/range-stepping.exp
7338 * gdb.trace/report.exp
7339 * gdb.trace/stap-trace.exp
7340 * gdb.trace/tfind.exp
7341 * gdb.trace/trace-break.exp
7342 * gdb.trace/trace-condition.exp
7343 * gdb.trace/trace-enable-disable.exp
7344 * gdb.trace/trace-mt.exp
7345 * gdb.trace/tracecmd.exp
7346 * gdb.trace/tspeed.exp
7347 * gdb.trace/tsv.exp
7348 * lib/perftest.exp
7349
fb9feb35
LM
73502016-12-01 Luis Machado <lgustavo@codesourcery.com>
7351
7352 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7353 with gdb_test_no_output.
7354 Use command as test name.
7355
cd2ddb6c
LM
73562016-12-01 Luis Machado <lgustavo@codesourcery.com>
7357
7358 Fix test names starting with uppercase throughout the files.
7359
7360 * gdb.ada/assign_1.exp
7361 * gdb.ada/boolean_expr.exp
7362 * gdb.base/arrayidx.exp
7363 * gdb.base/del.exp
7364 * gdb.base/gcore-buffer-overflow.exp
7365 * gdb.base/testenv.exp
7366 * gdb.compile/compile.exp
7367 * gdb.python/py-framefilter-invalidarg.exp
7368 * gdb.python/py-framefilter.exp
7369
bb95117e
LM
73702016-12-01 Luis Machado <lgustavo@codesourcery.com>
7371
7372 Fix test names starting with uppercase throughout the files.
7373
7374 * gdb.ada/array_return.exp
7375 * gdb.ada/expr_delims.exp
7376 * gdb.ada/mi_dyn_arr.exp
7377 * gdb.ada/mi_interface.exp
7378 * gdb.ada/mi_var_array.exp
7379 * gdb.ada/watch_arg.exp
7380 * gdb.arch/alpha-step.exp
7381 * gdb.arch/altivec-regs.exp
7382 * gdb.arch/e500-regs.exp
7383 * gdb.arch/powerpc-d128-regs.exp
7384 * gdb.base/arrayidx.exp
7385 * gdb.base/break.exp
7386 * gdb.base/checkpoint.exp
7387 * gdb.base/debug-expr.exp
7388 * gdb.base/dmsym.exp
7389 * gdb.base/radix.exp
7390 * gdb.base/sepdebug.exp
7391 * gdb.base/testenv.exp
7392 * gdb.base/watch_thread_num.exp
7393 * gdb.base/watchpoint-cond-gone.exp
7394 * gdb.cell/break.exp
7395 * gdb.cell/ea-cache.exp
7396 * gdb.compile/compile.exp
7397 * gdb.cp/gdb2495.exp
7398 * gdb.gdb/selftest.exp
7399 * gdb.gdb/xfullpath.exp
7400 * gdb.go/hello.exp
7401 * gdb.go/integers.exp
7402 * gdb.objc/basicclass.exp
7403 * gdb.pascal/hello.exp
7404 * gdb.pascal/integers.exp
7405 * gdb.python/py-breakpoint.exp
7406 * gdb.python/py-cmd.exp
7407 * gdb.python/py-linetable.exp
7408 * gdb.python/py-xmethods.exp
7409 * gdb.python/python.exp
7410 * gdb.reverse/consecutive-precsave.exp
7411 * gdb.reverse/finish-precsave.exp
7412 * gdb.reverse/i386-precsave.exp
7413 * gdb.reverse/machinestate-precsave.exp
7414 * gdb.reverse/sigall-precsave.exp
7415 * gdb.reverse/solib-precsave.exp
7416 * gdb.reverse/step-precsave.exp
7417 * gdb.reverse/until-precsave.exp
7418 * gdb.reverse/watch-precsave.exp
7419 * gdb.threads/leader-exit.exp
7420 * gdb.threads/pthreads.exp
7421 * gdb.threads/wp-replication.exp
7422 * gdb.trace/actions.exp
7423 * gdb.trace/mi-tsv-changed.exp
7424 * gdb.trace/tsv.exp
7425
de97fdd4
LM
74262016-12-01 Luis Machado <lgustavo@codesourcery.com>
7427
7428 Fix test names starting with uppercase throughout the files.
7429
7430 * gdb.arch/i386-bp_permanent.exp
7431 * gdb.arch/i386-gnu-cfi.exp
7432 * gdb.base/disasm-end-cu.exp
7433 * gdb.base/macscp.exp
7434 * gdb.base/pending.exp
7435 * gdb.base/watch_thread_num.exp
7436 * gdb.cp/exception.exp
7437 * gdb.cp/gdb2495.exp
7438 * gdb.cp/local.exp
7439 * gdb.python/py-evsignal.exp
7440 * gdb.python/python.exp
7441 * gdb.trace/tracecmd.exp
7442
9f058c10
LM
74432016-12-01 Luis Machado <lgustavo@codesourcery.com>
7444
7445 Fix test names starting with uppercase throughout the files.
7446
7447 * gdb.base/charset.exp
7448 * gdb.base/eval.exp
7449 * gdb.base/multi-forks.exp
7450 * gdb.guile/scm-progspace.exp
7451 * gdb.opencl/datatypes.exp
7452 * gdb.python/py-block.exp
7453 * gdb.python/py-function.exp
7454 * gdb.python/py-symbol.exp
7455 * gdb.python/py-symtab.exp
7456 * gdb.python/py-xmethods.exp
7457 * gdb.reverse/break-precsave.exp
7458 * gdb.reverse/break-reverse.exp
7459 * gdb.reverse/consecutive-precsave.exp
7460 * gdb.reverse/consecutive-reverse.exp
7461 * gdb.reverse/finish-precsave.exp
7462 * gdb.reverse/finish-reverse-bkpt.exp
7463 * gdb.reverse/finish-reverse.exp
7464 * gdb.reverse/fstatat-reverse.exp
7465 * gdb.reverse/getresuid-reverse.exp
7466 * gdb.reverse/i386-precsave.exp
7467 * gdb.reverse/i386-reverse.exp
7468 * gdb.reverse/i386-sse-reverse.exp
7469 * gdb.reverse/i387-stack-reverse.exp
7470 * gdb.reverse/insn-reverse.exp
7471 * gdb.reverse/machinestate-precsave.exp
7472 * gdb.reverse/machinestate.exp
7473 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7474 * gdb.reverse/pipe-reverse.exp
7475 * gdb.reverse/readv-reverse.exp
7476 * gdb.reverse/recvmsg-reverse.exp
7477 * gdb.reverse/rerun-prec.exp
7478 * gdb.reverse/s390-mvcle.exp
7479 * gdb.reverse/sigall-precsave.exp
7480 * gdb.reverse/sigall-reverse.exp
7481 * gdb.reverse/solib-precsave.exp
7482 * gdb.reverse/solib-reverse.exp
7483 * gdb.reverse/step-precsave.exp
7484 * gdb.reverse/step-reverse.exp
7485 * gdb.reverse/time-reverse.exp
7486 * gdb.reverse/until-precsave.exp
7487 * gdb.reverse/until-reverse.exp
7488 * gdb.reverse/waitpid-reverse.exp
7489 * gdb.reverse/watch-precsave.exp
7490 * gdb.reverse/watch-reverse.exp
7491
cdc7edd7
LM
74922016-12-01 Luis Machado <lgustavo@codesourcery.com>
7493
7494 Fix test names starting with uppercase throughout the files.
7495
7496 * gdb.arch/i386-mpx-simple_segv.exp
7497 * gdb.arch/i386-mpx.exp
7498 * gdb.arch/i386-permbkpt.exp
7499 * gdb.arch/pa-nullify.exp
7500 * gdb.arch/powerpc-d128-regs.exp
7501 * gdb.arch/vsx-regs.exp
7502 * gdb.base/bfp-test.exp
7503 * gdb.base/break.exp
7504 * gdb.base/breakpoint-shadow.exp
7505 * gdb.base/callfuncs.exp
7506 * gdb.base/charset.exp
7507 * gdb.base/commands.exp
7508 * gdb.base/completion.exp
7509 * gdb.base/dfp-test.exp
7510 * gdb.base/echo.exp
7511 * gdb.base/ending-run.exp
7512 * gdb.base/eval.exp
7513 * gdb.base/expand-psymtabs.exp
7514 * gdb.base/float128.exp
7515 * gdb.base/floatn.exp
7516 * gdb.base/foll-exec-mode.exp
7517 * gdb.base/gdb1056.exp
7518 * gdb.base/gdb11531.exp
7519 * gdb.base/kill-after-signal.exp
7520 * gdb.base/multi-forks.exp
7521 * gdb.base/overlays.exp
7522 * gdb.base/pending.exp
7523 * gdb.base/sepdebug.exp
7524 * gdb.base/testenv.exp
7525 * gdb.base/valgrind-db-attach.exp
7526 * gdb.base/watch_thread_num.exp
7527 * gdb.base/watchpoint-cond-gone.exp
7528 * gdb.base/watchpoint.exp
7529 * gdb.base/watchpoints.exp
7530 * gdb.cp/arg-reference.exp
7531 * gdb.cp/baseenum.exp
7532 * gdb.cp/operator.exp
7533 * gdb.cp/shadow.exp
7534 * gdb.dwarf2/dw2-op-out-param.exp
7535 * gdb.dwarf2/dw2-reg-undefined.exp
7536 * gdb.go/chan.exp
7537 * gdb.go/hello.exp
7538 * gdb.go/integers.exp
7539 * gdb.go/methods.exp
7540 * gdb.go/package.exp
7541 * gdb.guile/scm-parameter.exp
7542 * gdb.guile/scm-progspace.exp
7543 * gdb.guile/scm-value.exp
7544 * gdb.mi/mi-pending.exp
7545 * gdb.mi/user-selected-context-sync.exp
7546 * gdb.multi/multi-attach.exp
7547 * gdb.multi/tids.exp
7548 * gdb.opt/clobbered-registers-O2.exp
7549 * gdb.pascal/floats.exp
7550 * gdb.pascal/integers.exp
7551 * gdb.python/py-block.exp
7552 * gdb.python/py-events.exp
7553 * gdb.python/py-parameter.exp
7554 * gdb.python/py-symbol.exp
7555 * gdb.python/py-symtab.exp
7556 * gdb.python/py-type.exp
7557 * gdb.python/py-value.exp
7558 * gdb.python/py-xmethods.exp
7559 * gdb.python/python.exp
7560 * gdb.reverse/break-precsave.exp
7561 * gdb.reverse/consecutive-precsave.exp
7562 * gdb.reverse/finish-precsave.exp
7563 * gdb.reverse/i386-precsave.exp
7564 * gdb.reverse/machinestate-precsave.exp
7565 * gdb.reverse/sigall-precsave.exp
7566 * gdb.reverse/solib-precsave.exp
7567 * gdb.reverse/step-precsave.exp
7568 * gdb.reverse/until-precsave.exp
7569 * gdb.reverse/watch-precsave.exp
7570 * gdb.server/ext-attach.exp
7571 * gdb.server/ext-restart.exp
7572 * gdb.server/ext-run.exp
7573 * gdb.server/ext-wrapper.exp
7574 * gdb.stabs/gdb11479.exp
7575 * gdb.stabs/weird.exp
7576 * gdb.threads/attach-many-short-lived-threads.exp
7577 * gdb.threads/kill.exp
7578 * gdb.threads/watchpoint-fork.exp
7579
bc6c7af4
LM
75802016-12-01 Luis Machado <lgustavo@codesourcery.com>
7581
7582 Fix test names starting with uppercase throughout all the files below.
7583
7584 * gdb.ada/array_return.exp
7585 * gdb.ada/catch_ex.exp
7586 * gdb.ada/info_exc.exp
7587 * gdb.ada/mi_catch_ex.exp
7588 * gdb.ada/mi_dyn_arr.exp
7589 * gdb.ada/mi_ex_cond.exp
7590 * gdb.ada/mi_exc_info.exp
7591 * gdb.ada/mi_interface.exp
7592 * gdb.ada/mi_task_arg.exp
7593 * gdb.ada/mi_task_info.exp
7594 * gdb.ada/mi_var_array.exp
7595 * gdb.arch/alpha-step.exp
7596 * gdb.arch/amd64-disp-step.exp
7597 * gdb.arch/arm-disp-step.exp
7598 * gdb.arch/disp-step-insn-reloc.exp
7599 * gdb.arch/e500-prologue.exp
7600 * gdb.arch/ftrace-insn-reloc.exp
7601 * gdb.arch/gdb1558.exp
7602 * gdb.arch/i386-bp_permanent.exp
7603 * gdb.arch/i386-disp-step.exp
7604 * gdb.arch/i386-float.exp
7605 * gdb.arch/i386-gnu-cfi.exp
7606 * gdb.arch/ia64-breakpoint-shadow.exp
7607 * gdb.arch/mips16-thunks.exp
7608 * gdb.arch/pa-nullify.exp
7609 * gdb.arch/powerpc-aix-prologue.exp
7610 * gdb.arch/powerpc-power.exp
7611 * gdb.arch/ppc-dfp.exp
7612 * gdb.arch/s390-tdbregs.exp
7613 * gdb.arch/spu-info.exp
7614 * gdb.arch/spu-ls.exp
7615 * gdb.arch/thumb-bx-pc.exp
7616 * gdb.base/advance.exp
7617 * gdb.base/annota-input-while-running.exp
7618 * gdb.base/arrayidx.exp
7619 * gdb.base/asmlabel.exp
7620 * gdb.base/async.exp
7621 * gdb.base/attach-wait-input.exp
7622 * gdb.base/auto-connect-native-target.exp
7623 * gdb.base/batch-preserve-term-settings.exp
7624 * gdb.base/bfp-test.exp
7625 * gdb.base/bigcore.exp
7626 * gdb.base/bp-permanent.exp
7627 * gdb.base/break-always.exp
7628 * gdb.base/break-fun-addr.exp
7629 * gdb.base/break-idempotent.exp
7630 * gdb.base/break-main-file-remove-fail.exp
7631 * gdb.base/break-probes.exp
7632 * gdb.base/break-unload-file.exp
7633 * gdb.base/break.exp
7634 * gdb.base/call-ar-st.exp
7635 * gdb.base/call-rt-st.exp
7636 * gdb.base/call-sc.exp
7637 * gdb.base/call-signal-resume.exp
7638 * gdb.base/call-strs.exp
7639 * gdb.base/callexit.exp
7640 * gdb.base/callfuncs.exp
7641 * gdb.base/catch-gdb-caused-signals.exp
7642 * gdb.base/catch-signal-siginfo-cond.exp
7643 * gdb.base/catch-syscall.exp
7644 * gdb.base/compare-sections.exp
7645 * gdb.base/cond-eval-mode.exp
7646 * gdb.base/condbreak-call-false.exp
7647 * gdb.base/consecutive-step-over.exp
7648 * gdb.base/cursal.exp
7649 * gdb.base/disabled-location.exp
7650 * gdb.base/disasm-end-cu.exp
7651 * gdb.base/display.exp
7652 * gdb.base/double-prompt-target-event-error.exp
7653 * gdb.base/dprintf-bp-same-addr.exp
7654 * gdb.base/dprintf-detach.exp
7655 * gdb.base/dprintf-next.exp
7656 * gdb.base/dprintf-non-stop.exp
7657 * gdb.base/dprintf-pending.exp
7658 * gdb.base/dso2dso.exp
7659 * gdb.base/ending-run.exp
7660 * gdb.base/enum_cond.exp
7661 * gdb.base/examine-backward.exp
7662 * gdb.base/exe-lock.exp
7663 * gdb.base/exec-invalid-sysroot.exp
7664 * gdb.base/execl-update-breakpoints.exp
7665 * gdb.base/execution-termios.exp
7666 * gdb.base/fileio.exp
7667 * gdb.base/fixsection.exp
7668 * gdb.base/foll-exec-mode.exp
7669 * gdb.base/foll-exec.exp
7670 * gdb.base/fork-running-state.exp
7671 * gdb.base/frame-args.exp
7672 * gdb.base/fullpath-expand.exp
7673 * gdb.base/func-ptr.exp
7674 * gdb.base/gcore-relro-pie.exp
7675 * gdb.base/gdb1090.exp
7676 * gdb.base/gdb1555.exp
7677 * gdb.base/global-var-nested-by-dso.exp
7678 * gdb.base/gnu-ifunc.exp
7679 * gdb.base/hbreak-in-shr-unsupported.exp
7680 * gdb.base/hbreak-unmapped.exp
7681 * gdb.base/hook-stop.exp
7682 * gdb.base/infcall-input.exp
7683 * gdb.base/info-fun.exp
7684 * gdb.base/info-shared.exp
7685 * gdb.base/interrupt-noterm.exp
7686 * gdb.base/jit-so.exp
7687 * gdb.base/jit.exp
7688 * gdb.base/line-symtabs.exp
7689 * gdb.base/list.exp
7690 * gdb.base/longjmp.exp
7691 * gdb.base/macscp.exp
7692 * gdb.base/max-value-size.exp
7693 * gdb.base/nodebug.exp
7694 * gdb.base/nofield.exp
7695 * gdb.base/overlays.exp
7696 * gdb.base/paginate-after-ctrl-c-running.exp
7697 * gdb.base/paginate-bg-execution.exp
7698 * gdb.base/paginate-inferior-exit.exp
7699 * gdb.base/pending.exp
7700 * gdb.base/pr11022.exp
7701 * gdb.base/printcmds.exp
7702 * gdb.base/ptr-typedef.exp
7703 * gdb.base/ptype.exp
7704 * gdb.base/randomize.exp
7705 * gdb.base/range-stepping.exp
7706 * gdb.base/realname-expand.exp
7707 * gdb.base/relativedebug.exp
7708 * gdb.base/remote.exp
7709 * gdb.base/savedregs.exp
7710 * gdb.base/sepdebug.exp
7711 * gdb.base/set-noassign.exp
7712 * gdb.base/shlib-call.exp
7713 * gdb.base/shreloc.exp
7714 * gdb.base/sigaltstack.exp
7715 * gdb.base/sigbpt.exp
7716 * gdb.base/siginfo-addr.exp
7717 * gdb.base/siginfo-obj.exp
7718 * gdb.base/siginfo-thread.exp
7719 * gdb.base/signest.exp
7720 * gdb.base/signull.exp
7721 * gdb.base/sigrepeat.exp
7722 * gdb.base/skip.exp
7723 * gdb.base/so-impl-ld.exp
7724 * gdb.base/solib-corrupted.exp
7725 * gdb.base/solib-disc.exp
7726 * gdb.base/solib-display.exp
7727 * gdb.base/solib-overlap.exp
7728 * gdb.base/solib-search.exp
7729 * gdb.base/solib-symbol.exp
7730 * gdb.base/source-execution.exp
7731 * gdb.base/sss-bp-on-user-bp-2.exp
7732 * gdb.base/sss-bp-on-user-bp.exp
7733 * gdb.base/stack-checking.exp
7734 * gdb.base/stale-infcall.exp
7735 * gdb.base/step-break.exp
7736 * gdb.base/step-line.exp
7737 * gdb.base/step-over-exit.exp
7738 * gdb.base/step-test.exp
7739 * gdb.base/structs.exp
7740 * gdb.base/sym-file.exp
7741 * gdb.base/symtab-search-order.exp
7742 * gdb.base/term.exp
7743 * gdb.base/type-opaque.exp
7744 * gdb.base/unload.exp
7745 * gdb.base/until-nodebug.exp
7746 * gdb.base/until.exp
7747 * gdb.base/unwindonsignal.exp
7748 * gdb.base/watch-cond.exp
7749 * gdb.base/watch-non-mem.exp
7750 * gdb.base/watch_thread_num.exp
7751 * gdb.base/watchpoint-reuse-slot.exp
7752 * gdb.base/watchpoint-solib.exp
7753 * gdb.base/watchpoint.exp
7754 * gdb.btrace/dlopen.exp
7755 * gdb.cell/arch.exp
7756 * gdb.cell/break.exp
7757 * gdb.cell/bt.exp
7758 * gdb.cell/core.exp
7759 * gdb.cell/data.exp
7760 * gdb.cell/dwarfaddr.exp
7761 * gdb.cell/ea-cache.exp
7762 * gdb.cell/ea-standalone.exp
7763 * gdb.cell/ea-test.exp
7764 * gdb.cell/f-regs.exp
7765 * gdb.cell/fork.exp
7766 * gdb.cell/gcore.exp
7767 * gdb.cell/mem-access.exp
7768 * gdb.cell/ptype.exp
7769 * gdb.cell/registers.exp
7770 * gdb.cell/sizeof.exp
7771 * gdb.cell/solib-symbol.exp
7772 * gdb.cell/solib.exp
7773 * gdb.compile/compile-tls.exp
7774 * gdb.cp/exception.exp
7775 * gdb.cp/gdb2495.exp
7776 * gdb.cp/local.exp
7777 * gdb.cp/mb-inline.exp
7778 * gdb.cp/mb-templates.exp
7779 * gdb.cp/pr10687.exp
7780 * gdb.cp/pr9167.exp
7781 * gdb.cp/scope-err.exp
7782 * gdb.cp/templates.exp
7783 * gdb.cp/virtfunc.exp
7784 * gdb.dwarf2/dw2-dir-file-name.exp
7785 * gdb.dwarf2/dw2-single-line-discriminators.exp
7786 * gdb.fortran/complex.exp
7787 * gdb.fortran/library-module.exp
7788 * gdb.guile/guile.exp
7789 * gdb.guile/scm-cmd.exp
7790 * gdb.guile/scm-frame-inline.exp
7791 * gdb.guile/scm-objfile.exp
7792 * gdb.guile/scm-pretty-print.exp
7793 * gdb.guile/scm-symbol.exp
7794 * gdb.guile/scm-type.exp
7795 * gdb.guile/scm-value.exp
7796 * gdb.linespec/keywords.exp
7797 * gdb.linespec/ls-errs.exp
7798 * gdb.linespec/macro-relative.exp
7799 * gdb.linespec/thread.exp
7800 * gdb.mi/mi-breakpoint-changed.exp
7801 * gdb.mi/mi-dprintf-pending.exp
7802 * gdb.mi/mi-fullname-deleted.exp
7803 * gdb.mi/mi-logging.exp
7804 * gdb.mi/mi-pending.exp
7805 * gdb.mi/mi-solib.exp
7806 * gdb.mi/new-ui-mi-sync.exp
7807 * gdb.mi/user-selected-context-sync.exp
7808 * gdb.multi/dummy-frame-restore.exp
7809 * gdb.multi/multi-arch-exec.exp
7810 * gdb.multi/remove-inferiors.exp
7811 * gdb.multi/watchpoint-multi-exit.exp
7812 * gdb.opt/solib-intra-step.exp
7813 * gdb.perf/backtrace.exp
7814 * gdb.perf/single-step.exp
7815 * gdb.perf/skip-command.exp
7816 * gdb.perf/skip-prologue.exp
7817 * gdb.perf/solib.exp
7818 * gdb.python/lib-types.exp
7819 * gdb.python/py-as-string.exp
7820 * gdb.python/py-bad-printers.exp
7821 * gdb.python/py-block.exp
7822 * gdb.python/py-breakpoint.exp
7823 * gdb.python/py-cmd.exp
7824 * gdb.python/py-events.exp
7825 * gdb.python/py-evthreads.exp
7826 * gdb.python/py-finish-breakpoint.exp
7827 * gdb.python/py-finish-breakpoint2.exp
7828 * gdb.python/py-frame-inline.exp
7829 * gdb.python/py-frame.exp
7830 * gdb.python/py-inferior.exp
7831 * gdb.python/py-infthread.exp
7832 * gdb.python/py-mi.exp
7833 * gdb.python/py-objfile.exp
7834 * gdb.python/py-pp-maint.exp
7835 * gdb.python/py-pp-registration.exp
7836 * gdb.python/py-prettyprint.exp
7837 * gdb.python/py-recurse-unwind.exp
7838 * gdb.python/py-shared.exp
7839 * gdb.python/py-symbol.exp
7840 * gdb.python/py-symtab.exp
7841 * gdb.python/py-template.exp
7842 * gdb.python/py-type.exp
7843 * gdb.python/py-unwind-maint.exp
7844 * gdb.python/py-unwind.exp
7845 * gdb.python/py-value.exp
7846 * gdb.python/python.exp
7847 * gdb.reverse/finish-reverse-bkpt.exp
7848 * gdb.reverse/insn-reverse.exp
7849 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7850 * gdb.reverse/solib-precsave.exp
7851 * gdb.reverse/solib-reverse.exp
7852 * gdb.stabs/gdb11479.exp
7853 * gdb.stabs/weird.exp
7854 * gdb.threads/fork-child-threads.exp
7855 * gdb.threads/fork-plus-threads.exp
7856 * gdb.threads/fork-thread-pending.exp
7857 * gdb.threads/forking-threads-plus-breakpoint.exp
7858 * gdb.threads/hand-call-in-threads.exp
7859 * gdb.threads/interrupted-hand-call.exp
7860 * gdb.threads/linux-dp.exp
7861 * gdb.threads/local-watch-wrong-thread.exp
7862 * gdb.threads/next-while-other-thread-longjmps.exp
7863 * gdb.threads/non-ldr-exit.exp
7864 * gdb.threads/pending-step.exp
7865 * gdb.threads/print-threads.exp
7866 * gdb.threads/process-dies-while-detaching.exp
7867 * gdb.threads/process-dies-while-handling-bp.exp
7868 * gdb.threads/pthreads.exp
7869 * gdb.threads/queue-signal.exp
7870 * gdb.threads/reconnect-signal.exp
7871 * gdb.threads/signal-command-handle-nopass.exp
7872 * gdb.threads/signal-command-multiple-signals-pending.exp
7873 * gdb.threads/signal-delivered-right-thread.exp
7874 * gdb.threads/signal-sigtrap.exp
7875 * gdb.threads/sigthread.exp
7876 * gdb.threads/staticthreads.exp
7877 * gdb.threads/stepi-random-signal.exp
7878 * gdb.threads/thread-unwindonsignal.exp
7879 * gdb.threads/thread_check.exp
7880 * gdb.threads/thread_events.exp
7881 * gdb.threads/tid-reuse.exp
7882 * gdb.threads/tls-nodebug.exp
7883 * gdb.threads/tls-shared.exp
7884 * gdb.threads/tls-so_extern.exp
7885 * gdb.threads/tls.exp
7886 * gdb.threads/wp-replication.exp
7887 * gdb.trace/actions-changed.exp
7888 * gdb.trace/actions.exp
7889 * gdb.trace/backtrace.exp
7890 * gdb.trace/change-loc.exp
7891 * gdb.trace/collection.exp
7892 * gdb.trace/deltrace.exp
7893 * gdb.trace/disconnected-tracing.exp
7894 * gdb.trace/entry-values.exp
7895 * gdb.trace/ftrace-lock.exp
7896 * gdb.trace/ftrace.exp
7897 * gdb.trace/infotrace.exp
7898 * gdb.trace/mi-trace-frame-collected.exp
7899 * gdb.trace/mi-trace-unavailable.exp
7900 * gdb.trace/mi-traceframe-changed.exp
7901 * gdb.trace/mi-tracepoint-changed.exp
7902 * gdb.trace/mi-tsv-changed.exp
7903 * gdb.trace/no-attach-trace.exp
7904 * gdb.trace/packetlen.exp
7905 * gdb.trace/passc-dyn.exp
7906 * gdb.trace/passcount.exp
7907 * gdb.trace/pending.exp
7908 * gdb.trace/pr16508.exp
7909 * gdb.trace/qtro.exp
7910 * gdb.trace/range-stepping.exp
7911 * gdb.trace/read-memory.exp
7912 * gdb.trace/report.exp
7913 * gdb.trace/save-trace.exp
7914 * gdb.trace/signal.exp
7915 * gdb.trace/stap-trace.exp
7916 * gdb.trace/status-stop.exp
7917 * gdb.trace/strace.exp
7918 * gdb.trace/tfile.exp
7919 * gdb.trace/tfind.exp
7920 * gdb.trace/trace-break.exp
7921 * gdb.trace/trace-condition.exp
7922 * gdb.trace/trace-enable-disable.exp
7923 * gdb.trace/trace-mt.exp
7924 * gdb.trace/tracecmd.exp
7925 * gdb.trace/tracefile-pseudo-reg.exp
7926 * gdb.trace/tspeed.exp
7927 * gdb.trace/tstatus.exp
7928 * gdb.trace/tsv.exp
7929 * gdb.trace/unavailable.exp
7930 * gdb.trace/while-dyn.exp
7931 * gdb.trace/while-stepping.exp
7932 * lib/gdb-guile.exp
7933 * lib/gdb.exp
7934 * lib/mi-support.exp
7935 * lib/pascal.exp
7936 * lib/perftest.exp
7937 * lib/prelink-support.exp
7938 * lib/selftest-support.exp
7939
ad02e4fe
SM
79402016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7941
7942 * Makefile.in: Include disable-implicit-rules.mk.
7943
22347e55
AA
79442016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7945
7946 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7947 non-byte-aligned bit fields.
7948
da5b30da
AA
79492016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7950
7951 PR gdb/12616
7952 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7953 respects the DW_AT_data_bit_offset attribute.
7954
b593ecca
SM
79552016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7956
7957 * gdb.base/default.exp: Fix output of "set language".
7958
3b165252
SM
79592016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7960
7961 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7962 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7963 make.
7964 * configure.ac: Remove checks for the make program.
7965 * configure: Re-generate.
7966
1a2f3d7f
KB
79672016-11-16 Kevin Buettner <kevinb@redhat.com>
7968
7969 * gdb.python/py-recurse-unwind.c (main): Add loop.
7970 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7971 to read_register() and gdb.parse_and_eval(). Make each code
7972 call a separate case that can be individually tested.
7973 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7974 proc. Call cont_and_backtrace for each of the code paths that
7975 we want to test in the unwinder.
7976
b7f38fda
AA
79772016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7978
7979 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7980 the definition of struct S.
7981
1f8db343
CM
79822016-11-11 Catherine Moore <clm@codesourcery.com>
7983
7984 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7985
fad0c9fb
PA
79862016-11-09 Pedro Alves <palves@redhat.com>
7987
7988 * gdb.base/commands.exp (runto_or_return): New procedure.
7989 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7990 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7991 (progvar_simple_while_test, progvar_complex_if_while_test)
7992 (if_while_breakpoint_command_test)
7993 (infrun_breakpoint_command_test, breakpoint_command_test)
7994 (user_defined_command_test, watchpoint_command_test)
7995 (test_command_prompt_position, redefine_hook_test)
7996 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7997 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7998 multi_line_input and multi_line. Remove gdb_expect and
7999 gdb_stop_suppressing_tests uses.
8000 * lib/gdb.exp (valnum_re): New global.
8001 (multi_line_input): New procedure.
8002
8354c62c
SM
80032016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
8004
8005 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
8006 Remove.
8007 (test_setup): Define with proc_with_prefix.
8008 (test_cli_inferior): Likewise.
8009 (test_cli_thread): Likewise.
8010 (test_cli_frame): Likewise.
8011 (test_cli_select_frame): Likewise.
8012 (test_cli_up_down): Likewise.
8013 (test_mi_thread_select): Likewise.
8014 (test_mi_stack_select_frame): Likewise.
8015 (test_cli_in_mi_inferior): Likewise.
8016 (test_cli_in_mi_thread): Likewise.
8017 (test_cli_in_mi_frame): Likewise.
8018 (top level): Do not use with_test_prefix_procname.
8019
64f367a2
PA
80202016-11-09 Pedro Alves <palves@redhat.com>
8021
8022 * gdb.base/commands.exp (gdbvar_simple_if_test)
8023 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8024 (progvar_simple_if_test, progvar_simple_while_test)
8025 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8026 (infrun_breakpoint_command_test, breakpoint_command_test)
8027 (user_defined_command_test, watchpoint_command_test)
8028 (test_command_prompt_position, deprecated_command_test)
8029 (bp_deleted_in_command, temporary_breakpoint_commands)
8030 (stray_arg0_test, source_file_with_indented_comment)
8031 (recursive_source_test, if_commands_test)
8032 (error_clears_commands_left, redefine_hook_test)
8033 (redefine_backtrace_test): Use proc_with_prefix.
8034 * lib/gdb.exp (proc_with_prefix): New proc.
8035
0bb65f1e
AA
80362016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8037
8038 * gdb.base/tui-layout.c: New file.
8039 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8040 disassembly window contains very long lines.
8041
7353f247
TT
80422016-11-08 Tom Tromey <tom@tromey.com>
8043
8044 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8045 depend on Python 2.
8046
30a7bb83
TT
80472016-11-08 Tom Tromey <tom@tromey.com>
8048
8049 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8050 New method.
8051
cdf5a07c
MG
80522016-10-29 Manish Goregaokar <manish@mozilla.com>
8053
2806dc7e 8054 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 8055
51a789c3
MG
80562016-10-27 Manish Goregaokar <manish@mozilla.com>
8057
2806dc7e
PA
8058 * gdb.rust/simple.rs: Add test for univariant enums without
8059 discriminants and for encoded struct-like enums.
51a789c3 8060
f610ab6d
PA
80612016-10-28 Pedro Alves <palves@redhat.com>
8062
8063 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8064 gdb_test_multiple, tighten regexps and match symtabs and line
8065 tables incrementally.
8066
b129b0ca
LM
80672016-10-28 Luis Machado <lgustavo@codesourcery.com>
8068
8069 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8070 general.
8071
ecf45d2c
SL
80722016-10-25 Luis Machado <lgustavo@codesourcery.com>
8073
8074 * gdb.base/exec-invalid-sysroot.exp: New file.
8075
b8d38ee4
JK
80762016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8077
8078 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8079
f90fd8c2
JK
80802016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8081
8082 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8083
2d2476aa
MR
80842016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8085
2806dc7e
PA
8086 * gdb.base/killed-outside.exp: Remove $options from a call to
8087 `prepare_for_testing'.
2d2476aa 8088
e42b25a0
SM
80892016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8090
8091 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8092 Change test message.
8093
3ccdb432
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 Update comment.
8098
5bad3170
SM
80992016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8100
8101 * gdb.trace/mi-trace-save.exp: New file.
8102
5ad9dba7
YQ
81032016-10-13 Yao Qi <yao.qi@linaro.org>
8104
8105 * gdb.base/code_elim.exp (get_var_address): Remove.
8106 * gdb.base/relocate.exp: Likewise.
8107 * gdb.base/shreloc.exp: Likewise.
8108 * lib/gdb.exp (get_var_address): New.
8109
62df7e21
YQ
81102016-10-13 Yao Qi <yao.qi@linaro.org>
8111
8112 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8113 floating point tests if $skip_float_test is false.
8114
4dac951e
LM
81152016-10-12 Luis Machado <lgustavo@codesourcery.com>
8116
8117 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8118 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8119 argc values.
8120 Add 1 to argc so we guarantee distinct initial/modified argc values.
8121
8f1a8fc4
JK
81222016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8123
8124 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8125
16c85b5d
JK
81262016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8127
8128 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8129 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8130 * gdb.arch/vsx-regs.exp: Likewise.
8131
1d0e042a
YQ
81322016-10-07 Yao Qi <yao.qi@linaro.org>
8133
8134 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8135
68dadef5
MM
81362016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8137
8138 * gdb.python/python.exp: Test decode_line("*0").
8139
33fa2c6e
DE
81402016-10-06 Doug Evans <dje@google.com>
8141
8142 * gdb.python/py-value.exp (test_value_creation): Add test for large
8143 unsigned 64-bit value.
8144
9c37b5ae
TT
81452016-10-06 Tom Tromey <tom@tromey.com>
8146
8147 * gdb.compile/compile.exp: Change java tests to rust.
8148 * gdb.base/setshow.exp: Change java tests to rust.
8149 * gdb.base/default.exp: Remove java from language list.
8150 * README (Examples): Update language example.
8151 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8152 test.
8153 * lib/gdb.exp (skip_java_tests): Remove.
8154 * lib/java.exp: Remove.
8155 * gdb.java: Remove.
8156
78b86327
MR
81572016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8158
8159 * gdb.arch/mips-fcr.exp: New test.
8160 * gdb.arch/mips-fcr.c: Source for the new test.
8161
7470adbb
MR
81622016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8163
8164 * gdb.base/solib-disc.exp: Use `standard_output_file'
8165 throughout.
8166
4a556533
PA
81672016-10-06 Pedro Alves <palves@redhat.com>
8168
8169 * gdb.base/jit-simple-dl.c: New file.
8170 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8171 * gdb.base/jit-simple.c: ... this.
8172 * gdb.base/jit-simple.exp (jit_run): Delete.
8173 (build_jit): New proc.
8174 (jit_test_reread): Recompile either the main program or the shared
8175 library, depending on what is being tested. Skip changing address
8176 if caller wants to. Compare before/after addresses. If testing
8177 standalone, explicitly load the binary. Test "maint info
8178 breakpoints".
8179 (top level): Add "standalone vs shared lib" and "change address"
8180 vs "same address" axes.
8181
5a122fbc
PA
81822016-10-06 Pedro Alves <palves@redhat.com>
8183
8184 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8185 call.
8186 (jit_run): Delete.
8187 (jit_test_reread): Use with_test_prefix. Reload the main binary
8188 explicitly. Compare the before/after addresses of the JIT
8189 descriptor.
8190
ee8da4b8
DE
81912016-08-15 Doug Evans <dje@google.com>
8192
8193 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8194 for single bitfields is bool.
8195 * gdb.xml/tdesc-regs.exp: Ditto.
8196
f389f6fe
JK
81972016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8198
8199 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8200
fdebf1a4
YQ
82012016-10-05 Yao Qi <yao.qi@linaro.org>
8202
8203 * lib/gdb.exp (support_complex_tests): Return zero if
8204 gdb_skip_float_test return true.
8205
9c36d954 82062016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8207 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
8208
8209 PR gdb/20487
8210 * gdb.mi/user-selected-context-sync.exp: New file.
8211 * gdb.mi/user-selected-context-sync.c: New file.
8212
4034d0ff 82132016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8214 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
8215
8216 PR gdb/20487
8217 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8218 =thread-select-event check.
8219
a4297203
PB
82202016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8221
8222 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8223 the compulsory L operand changes.
8224 * gdb.arch/powerpc-power.s: Likewise.
8225
bb805577
JK
82262016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8227
8228 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8229 * gdb.base/jit-attach-pie.c: New file.
8230 * gdb.base/jit-attach-pie.exp: New file.
8231
6d61dee5
PA
82322016-09-28 Pedro Alves <palves@redhat.com>
8233
8234 * gdb.base/infcall-input.c: New file.
8235 * gdb.base/infcall-input.exp: New file.
8236
f73842fc
YQ
82372016-09-22 Yao Qi <yao.qi@linaro.org>
8238
8239 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8240 (gdb_exit): Rename it to ...
8241 (gdbserver_gdb_exit): ... Close GDBserver.
8242 (gdb_exit): New proc, call gdbserver_gdb_exit.
8243 (mi_gdb_exit): Likewise.
8244
90681dab
YQ
82452016-09-22 Yao Qi <yao.qi@linaro.org>
8246
8247 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8248 path.
8249 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8250 Remove duplication.
8251
9c211fd8
YQ
82522016-09-22 Yao Qi <yao.qi@linaro.org>
8253
8254 * lib/gdbserver-support.exp: Check the existence of
8255 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8256
ad0a504f
AK
82572016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8258
8259 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8260
36cf1806
TT
82612016-09-21 Tom Tromey <tom@tromey.com>
8262
8263 PR gdb/20604:
8264 * gdb.base/quit.exp: New file.
8265
74172ecf
SM
82662016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8267
8268 * .gitignore: New file.
8269
3d0ec882
MR
82702016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8271
8272 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8273 throughout.
8274
8193adea
AA
82752016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8276
8277 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8278
d41a5c09
JK
82792016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8280
8281 * gdb.cp/casts.cc (decltype): Move it ...
8282 (main): ... with its call to ...
8283 * gdb.cp/casts03.cc: ... a new file.
8284 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8285
d2dfe700
JK
82862016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8287
8288 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8289
e2a92b16
PB
82902016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8291
8292 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8293 and sync up the test with tests in gas/testsuite/gas/ppc.
8294 * gdb.arch/powerpc-power.exp: Likewise.
8295
49b4de64
JK
82962016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8297
8298 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8299
2c29df25
SDJ
83002016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8301 Jan Kratochvil <jan.kratochvil@redhat.com>
8302
8303 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8304 make m1's definition to be different from m2's. Use 'dummy' as an
8305 argument for probe 'two'.
8306
cc3c2846
JB
83072016-09-10 Jon Beniston <jon@beniston.com>
8308
8309 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8310 for sim target.
8311
e1b2624a
AA
83122016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8313
8314 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8315 variable declaration.
8316 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8317 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8318 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8319 received HWCAP as its argument.
8320
4295e285
PA
83212016-09-06 Pedro Alves <palves@redhat.com>
8322
8323 * gdb.base/new-ui-pending-input.c: New file.
8324 * gdb.base/new-ui-pending-input.exp: New file.
8325 * gdb.exp (clear_gdb_spawn_id): New procedure.
8326 (with_spawn_id): Check whether gdb_spawn_id exists before
8327 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8328 on exit.
8329
00d5215e
UW
83302016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8331
8332 * gdb.base/float128.c: New file.
8333 * gdb.base/float128.exp: Likewise.
8334 * gdb.base/floatn.c: Likewise.
8335 * gdb.base/floatn.exp: Likewise.
8336
a9ff5f12
UW
83372016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8338
8339 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8340
f245535c
PA
83412016-09-05 Pedro Alves <palves@redhat.com>
8342
8343 PR backtrace/19927
8344 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8345 unwinders are immediately called as side effect of "source" or
8346 "disable unwinder" commands.
8347 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8348
ae9cf263
YQ
83492016-09-02 Yao Qi <yao.qi@linaro.org>
8350
8351 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8352 is true and $type is "float" or "double".
8353
27aba047
YQ
83542016-09-02 Yao Qi <yao.qi@linaro.org>
8355
8356 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8357 true.
8358 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8359 * gdb.base/call-rt-st.exp: Likewise.
8360 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8361 return value instead of gdb,skip_float_test.
8362 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8363 (do_function_calls): Use its return value instead of
8364 gdb,skip_float_test.
8365 * gdb.base/finish.exp: Likewise.
8366 * gdb.base/funcargs.exp: Likewise.
8367 * gdb.base/return.exp: Likewise.
8368 * gdb.base/return2.exp: Likewise.
8369 * gdb.base/varargs.exp: Likewise.
8370 * lib/gdb.exp (gdb_skip_float_test): Change it to
8371 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8372
5af962df
AA
83732016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8374
8375 * gdb.multi/tids.exp: Test "thread apply all".
8376
7fac6910
JK
83772016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8378
8379 * gdb.base/default.exp (tty): Remove.
8380
bb1fe4ac
KB
83812016-08-24 Kevin Buettner <kevinb@redhat.com>
8382
2806dc7e
PA
8383 * gdb.python/py-recurse-unwind.c: New file.
8384 * gdb.python/py-recurse-unwind.py: New file.
8385 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 8386
0a1ddfa6
SM
83872016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8388
8389 * gdb.base/set-inferior-tty.exp: New file.
8390 * gdb.base/set-inferior-tty.c: New file.
8391
d9de1fe3
PA
83922016-08-23 Pedro Alves <palves@redhat.com>
8393
8394 PR gdb/20494
8395 * gdb.base/new-ui-echo.c: New file.
8396 * gdb.base/new-ui-echo.exp: New file.
8397
e9d9abd7
YQ
83982016-08-23 Yao Qi <yao.qi@linaro.org>
8399
8400 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8401 gdbserver_spawn.
8402 * gdb.server/connect-without-multi-process.exp (do_test):
8403 Likewise.
8404
3589529e
YQ
84052016-08-23 Yao Qi <yao.qi@linaro.org>
8406
8407 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8408 standalone_txt. Delete gdb_txt and standalone_txt on host
8409 and target. Spawn the binary on target. Copy files from
8410 target to host.
8411
6bb90213
PA
84122016-08-22 Pedro Alves <palves@redhat.com>
8413
8414 PR gdb/20505
8415 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8416 with_test_prefix. Factor out bits to ...
8417 (test_no_vdso): ... this new procedure.
8418
20c2c024
CL
84192016-08-19 Carl Love <cel@us.ibm.com>
8420
8421 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8422 maintaining separate logic for constructing the output path.
8423 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8424 * gdb.arch/ppc-dfp.exp: Likewise.
8425 * gdb.arch/ppc-fp.exp: Likewise.
8426 * gdb.arch/vsx-regs.exp: Likewise.
8427 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8428 binprefix for generating the additional binary files.
8429
0646e07d
PA
84302016-08-19 Pedro Alves <palves@redhat.com>
8431
8432 * gdb.trace/mi-trace-frame-collected.exp
8433 (test_trace_frame_collected): On x32, expect two registers.
8434
46da9242
CL
84352016-08-18 Carl Love <cel@us.ibm.com>
8436
8437 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8438 and sync up the test with tests in gas/testsuite/gas/ppc.
8439 * gdb.arch/powerpc-power.exp: Likewise.
8440
eb2332d7
SM
84412016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8442
8443 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8444 expected error message.
8445
63c61e04
SM
84462016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8447
8448 * gdb.multi/remove-inferiors.exp: New file.
8449 * gdb.multi/remove-inferiors.c: New file.
8450
7b17065f
YQ
84512016-08-12 Yao Qi <yao.qi@linaro.org>
8452
8453 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8454 argument list.
8455
01d3dedf
PA
84562016-08-10 Pedro Alves <palves@redhat.com>
8457
8458 PR gdb/19187
8459 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8460 setup_kfails.
8461
3eb7562a
PA
84622016-08-09 Pedro Alves <palves@redhat.com>
8463 Simon Marchi <simon.marchi@ericsson.com>
8464
8465 PR gdb/20418
8466 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8467 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8468
80614914
PA
84692016-08-09 Pedro Alves <palves@redhat.com>
8470
8471 PR mi/20431
8472 * gdb.mi/mi-cmd-error.exp: New file.
8473
f348d89a
PA
84742016-08-09 Pedro Alves <palves@redhat.com>
8475
8476 PR gdb/18653
8477 * gdb.base/signals-state-child.c: New file.
8478 * gdb.base/signals-state-child.exp: New file.
8479 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8480
e5ca03b4
PA
84812016-08-09 Pedro Alves <palves@redhat.com>
8482
8483 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8484
282a0691
TT
84852016-08-03 Tom Tromey <tom@tromey.com>
8486
8487 PR python/18565:
8488 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8489
41bfcd63
YQ
84902016-08-01 Yao Qi <yao.qi@linaro.org>
8491
8492 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8493 variable mode to "multi-process" if $multi_process is 1, otherwise
8494 set it to "single-process".
8495
e3465b24
YQ
84962016-08-01 Yao Qi <yao.qi@linaro.org>
8497
8498 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8499 * gdb.cp/cpexprs.exp: Likewise.
8500 * gdb.cp/m-static.exp: Likewise.
8501
0b31a4bc
TT
85022016-07-26 Tom Tromey <tom@tromey.com>
8503
8504 PR python/20190:
8505 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8506 test.
8507
e0461dbb
MM
85082016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8509
8510 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8511 selecting assembly source files.
8512 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8513 assembly source files.
8514 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8515 assembly source files.
8516 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8517 selecting assembly source files.
8518
8194e927
SM
85192016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8520
8521 * gdb.base/new-ui.exp (do_test_invalid_args): New
8522 procedure.
8523
c0272db5
TW
85242016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8525
8526 * gdb.btrace/reconnect.c: New file.
8527 * gdb.btrace/reconnect.exp: New file.
8528
e3487908
GKB
85292016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8530
8531 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8532 to test_catch_syscall_group.
8533 (test_catch_syscall_group): New.
8534
12df5c00
TT
85352016-07-21 Tom Tromey <tom@tromey.com>
8536
8537 * gdb.rust/simple.rs (main): Use empty struct expression.
8538 * gdb.rust/simple.exp: Add tests for empty struct expression.
8539
bae62ee2
YQ
85402016-07-21 Yao Qi <yao.qi@linaro.org>
8541
8542 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8543 if gdb_skip_xml_test is true on some targets.
8544
b1b53fb3
YQ
85452016-07-21 Yao Qi <yao.qi@linaro.org>
8546
8547 * gdb.server/solib-list.exp: Unset last_loaded_file.
8548
027d97f8
JK
85492016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8550
8551 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8552 "step into captured_main (args)".
8553
7674d381
JK
85542016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8555
8556 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8557
72b5d099
JK
85582016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8559
8560 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8561
1f960ced
PA
85622016-07-19 Pedro Alves <palves@redhat.com>
8563
8564 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8565 * gdb.opt/inline-bt.exp: Likewise.
8566 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8567 additional_flags=-Winline.
8568 * gdb.opt/inline-locals.exp: Likewise.
8569 * gdb.opt/inline-markers.c (ATTR): Define.
8570 (inlined_fn): Use it.
8571
f25827c1
YQ
85722016-07-19 Yao Qi <yao.qi@linaro.org>
8573
8574 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8575 (test_with_self): Remove some code. Remove argument executable.
8576 (top-level): Use do_self_tests.
8577
37539ebe
DB
85782016-07-15 Zachary Welch <zwelch@codesourcery.com>
8579 Don Breazeal <donb@codesourcery.com>
8580
8581 * gdb.base/maint.exp: Escape paths used in regular expressions.
8582 * gdb.stabs/weird.exp: Likewise.
8583
dac790e1
TT
85842016-07-13 Tom Tromey <tom@tromey.com>
8585
8586 PR python/15620, PR python/18620:
8587 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8588 (test_bkpt_events): New procs.
8589
93daf339
TT
85902016-07-13 Tom Tromey <tom@tromey.com>
8591
8592 PR python/17698:
8593 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8594 test.
8595 (test_watchpoints): Likewise.
8596 (test_bkpt_pending): New proc.
8597
6571a381
TT
85982016-07-13 Tom Tromey <tom@tromey.com>
8599
8600 PR cli/18053:
8601 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8602 completion test.
8603
e8732474
JK
86042016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8605
8606 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8607 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8608 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8609 f_label.
8610 (g): Rename g_end_lbl to g_label.
8611 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8612 low_pc and high_pc.
8613 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8614
e0f3fd7c
TT
86152016-07-12 Tom Tromey <tom@tromey.com>
8616
8617 PR python/19293:
8618 * gdb.python/py-unwind-maint.exp: Update tests.
8619
3cfe46b6
YQ
86202016-07-12 Yao Qi <yao.qi@linaro.org>
8621
8622 * lib/selftest-support.exp (selftest_setup): Match the output
8623 when captured_main is inlined.
8624
4f19a0e6
WT
86252016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8626
8627 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8628 New variables.
8629 (print this%a, print this%b, print this): New tests.
8630 * gdb.fortran/derived-types.f90 (this): New object and
8631 initialization.
8632
986cf455
SM
86332016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8634
8635 * gdb.ada/arraydim.exp: Remove extra directory level in build
8636 directory.
8637
f0464b23
SM
86382016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8639
8640 * lib/ada.exp: Remove extra directory level in build directory.
8641 * gdb.ada/cond_lang.exp: Likewise.
8642 * gdb.ada/exec_changed.exp: Likewise.
8643 * gdb.ada/lang_switch.exp: Likewise.
8644
42d94011
MG
86452016-07-06 Manish Goregaokar <manish@mozilla.com>
8646
2806dc7e
PA
8647 * simple.rs: Add test for raw pointer subscripting.
8648 * simple.exp: Add test expectations.
42d94011 8649
647c264c
YQ
86502016-07-05 Yao Qi <yao.qi@linaro.org>
8651
8652 * gdb.mi/mi-reverse.exp: Match =record-started output.
8653
20aa2c60
PA
86542016-07-01 Pedro Alves <palves@redhat.com>
8655
8656 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8657 procedure.
8658 (jit_reader_test): Test the jit reader's unwinder.
8659 * gdb.base/jithost.c (jit_function_00_code): New global.
8660 (main): Use memcpy to fill in the mmapped code, instead of poking
8661 bytes manually here.
8662 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8663 value.
8664 (read_debug_info): Save the function's range.
8665 (read_sp): New function.
8666 (unwind_frame): Use it. Also unwind RBP.
8667 (get_frame_id): Use read_sp.
8668 (gdb_init_reader): Use calloc instead of malloc.
8669 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8670 parameter. Use gdb_test_multiple.
8671
ced2dffb
PA
86722016-07-01 Pedro Alves <palves@redhat.com>
8673 Antoine Tremblay <antoine.tremblay@ericsson.com>
8674
8675 * gdb.threads/process-dies-while-detaching.c: New file.
8676 * gdb.threads/process-dies-while-detaching.exp: New file.
8677
63000888
PA
86782016-07-01 Pedro Alves <palves@redhat.com>
8679
8680 * gdb.multi/watchpoint-multi-exit.c: New file.
8681 * gdb.multi/watchpoint-multi-exit.exp: New file.
8682
038d4868
PA
86832016-06-30 Pedro Alves <palves@redhat.com>
8684
8685 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8686 unset inferior_spawn_id.
8687
994e9c83
PA
86882016-06-30 Pedro Alves <palves@redhat.com>
8689
8690 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8691 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8692
e5653468
YQ
86932016-06-29 Yao Qi <yao.qi@linaro.org>
8694
8695 * gdb.base/return.c: Add copyright header.
8696
803b47e5
TT
86972016-06-29 Tom Tromey <tom@tromey.com>
8698
8699 PR python/20129:
8700 * gdb.python/py-framefilter.exp: Add tests for setting priority
8701 and disabling of non-existent frame filter.
8702
28244707
YQ
87032016-06-29 Yao Qi <yao.qi@linaro.org>
8704
8705 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8706 0x0f07ff.
8707
a31d2f06
YQ
87082016-06-28 Yao Qi <yao.qi@linaro.org>
8709
8710 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8711 triplets. Start gdb, execute catch syscall, and continue. Check
8712 gdb's output to determine catch syscall is supported.
8713
921d8f54
MG
87142016-06-27 Manish Goregaokar <manish@mozilla.com>
8715
25d49b86
PA
8716 * gdb.rust/simple.rs: Add test for returning unit in a function.
8717 * gdb.rust/simple.exp: Add expectation for functions returning
8718 unit.
921d8f54 8719
f4952523
PMR
87202016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8721
8722 * gdb.python/py-breakpoint-create-fail.c,
8723 gdb.python/py-breakpoint-create-fail.exp,
8724 gdb.python/py-breakpoint-create-fail.py: New testcase.
8725
fccb08f8
MG
87262016-06-25 Manish Goregaokar <manish@mozilla.com>
8727
8728 PR gdb/20239
8729 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
8730 * gdb.rust/simple.exp: Add test expectations for new NonZero
8731 tests.
fccb08f8 8732
6b850546
DT
87332016-06-24 David Taylor <dtaylor@emc.com>
8734
8735 * gdb.base/offsets.exp: New file.
8736 * gdb.base/offsets.c: New file.
8737
17621150
TT
87382016-06-23 Tom Tromey <tom@tromey.com>
8739
8740 PR gdb/16483:
8741 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8742 before any filters are loaded.
8743
04d59df6
WT
87442016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8745
8746 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8747 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8748 structs.
8749 * gdb.fortran/derived-type-function.exp: New file.
8750 * gdb.fortran/derived-type-function.f90: New file.
8751
8752
ac69f786
PA
87532016-06-21 Pedro Alves <palves@redhat.com>
8754
8755 * gdb.base/new-ui.exp: New file.
8756 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8757 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8758 (with_spawn_id): New procedure.
8759
49940788
PA
87602016-06-21 Pedro Alves <palves@redhat.com>
8761
8762 * gdb.mi/mi-exec-run.exp: New file.
8763
ef274d26
PA
87642016-06-21 Pedro Alves <palves@redhat.com>
8765
8766 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8767 breakpoint command's output on the main UI.
8768 (test_break): New procedure, factored out from calls in the top
8769 level.
8770 (top level): Use foreach_with_prefix to test MI as main UI and as
8771 separate UI.
8772
468afe6c
PA
87732016-06-21 Pedro Alves <palves@redhat.com>
8774
8775 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8776 (test_awatch_creation_and_listing)
8777 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8778 Remove 'type' parameter.
8779 (test_watchpoint_all): New parameter mi_mode. Remove
8780 with_test_prefix.
8781 (top level): Use foreach_with_prefix, and add main/separate UI MI
8782 testing axis.
8783
51f77c37
PA
87842016-06-21 Pedro Alves <palves@redhat.com>
8785
8786 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8787 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8788 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8789 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8790 (gdb_main_spawn_id, mi_spawn_id): Declare and
8791 comment.
8792 (mi_create_inferior_pty): New procedure,
8793 factored out from default_mi_gdb_start.
8794 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8795 procedures.
8796 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8797 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8798 Use mi_create_inferior_pty.
8799 (mi_gdb_start): Use eval to pass down args list.
8800
8980e177
PA
88012016-06-21 Pedro Alves <palves@redhat.com>
8802
8803 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8804 * gdb.opt/inline-cmds.exp: Add MI tests.
8805
f38d3ad1
PA
88062016-06-21 Pedro Alves <palves@redhat.com>
8807
8808 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8809
45db7c09
PA
88102016-06-21 Pedro Alves <palves@redhat.com>
8811
8812 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8813 (top level): Use it instead of mi_execute_to.
8814
5a069ab3
PA
88152016-06-21 Pedro Alves <palves@redhat.com>
8816
8817 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8818 (cont_handler_str): New.
8819 (signal_stop_handler): Set stop_handler_str instead of printing to
8820 stdout.
8821 (continue_handler): Set cont_handler_str instead of printing to
8822 stdout.
8823 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8824 mi_send_resuming_command. Print stop_handler_str and
8825 cont_handler_str instead of expecting the python events print
8826 directly.
8827
2838cc1d
SD
88282016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8829
8830 * gdb.base/jit-reader.exp: New file.
8831 * gdb.base/jithost.c: New file.
8832 * gdb.base/jithost.h: New file.
8833 * gdb.base/jitreader.c : New file.
8834 * gdb.base/jit-protocol.h: New file.
8835
21a77091
YQ
88362016-06-17 Yao Qi <yao.qi@linaro.org>
8837
8838 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8839 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8840 and detach-on-fork. Adjust tests.
8841 (top level): Invoke break_cond_on_syscall with combinations of
8842 syscall, follow-fork-mode and detach-on-fork.
8843
f50bf8e5
YQ
88442016-06-17 Yao Qi <yao.qi@linaro.org>
8845
8846 * gdb.base/step-over-exit.c: New.
8847 * gdb.base/step-over-exit.exp: New.
8848
a28d8e50
YTL
88492016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8850
8851 * gdb.base/float.exp: Add target check for nds32*-*-*.
8852 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8853
cad8e26d
AB
88542016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8855
8856 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8857 for unsupported target features.
8858 * gdb.base/call-rt-st.exp: Likewise.
8859 * gdb.base/call-sc.exp: Likewise.
8860 * gdb.base/call-signal-resume.exp: Likewise.
8861 * gdb.base/call-strs.exp: Likewise.
8862 * gdb.base/callexit.exp: Likewise.
8863 * gdb.base/callfuncs.exp: Likewise.
8864 * gdb.base/nodebug.exp: Likewise.
8865 * gdb.base/printcmds.exp: Likewise.
8866 * gdb.base/ptype.exp: Likewise.
8867 * gdb.base/structs.exp: Likewise.
8868 * gdb.base/unwindonsignal.exp: Likewise.
8869 * gdb.cp/gdb2495.exp: Likewise.
8870 * gdb.cp/templates.exp: Likewise.
8871 * gdb.cp/virtfunc.exp: Likewise.
8872 * gdb.threads/hand-call-in-threads.exp: Likewise.
8873 * gdb.threads/interrupted-hand-call.exp: Likewise.
8874 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8875
347dc102
TT
88762016-06-10 Tom Tromey <tom@tromey.com>
8877
8878 PR rust/20110:
8879 * gdb.rust/expr.exp: Add test for integer constant larger than
8880 i32.
8881
5e13cf25
BH
88822016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8883
8884 * gdb.fortran/nested-funcs.exp: New.
8885 * gdb.fortran/nested-funcs.f90: New.
8886
bb556f1f
TK
88872016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8888
8889 * gdb.base/examine-backward.c: New file.
8890 * gdb.base/examine-backward.exp: New file.
8891
38b022b4
SM
88922016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8893
8894 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8895 matching.
8896
1b40ec05
TT
88972016-06-02 Tom Tromey <tom@tromey.com>
8898
8899 PR python/18984:
8900 * gdb.python/py-shared.exp: Add solib_name test.
8901
193bd378
SM
89022016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8903
8904 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8905
3326303b
MG
89062016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8907
8908 PR c++/19893
8909 * gdb.dwarf2/implref.exp: Rename to...
8910 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8911 * gdb.dwarf2/implref-array.c: New file.
8912 * gdb.dwarf2/implref-array.exp: Likewise.
8913 * gdb.dwarf2/implref-global.c: Likewise.
8914 * gdb.dwarf2/implref-global.exp: Likewise.
8915 * gdb.dwarf2/implref-struct.c: Likewise.
8916 * gdb.dwarf2/implref-struct.exp: Likewise.
8917
825c8ef2
AT
89182016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8919
8920 * gdb.trace/trace-condition.exp: Add 64bit tests.
8921
2320162a
AT
89222016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8923
8924 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8925 bits types.
8926 (main): Adapt to 8 to 64 bits types.
8927 * gdb.trace/trace-condition.exp: Add new tests.
8928
a7818233
AT
89292016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8930
8931 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8932
0d336466
AT
89332016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8934
8935 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8936 Move condition tests...
8937 * gdb.trace/trace-condition.exp: Here.
8938
7faeb45a
AT
89392016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8940
8941 * gdb.trace/trace-condition.exp: Add counter-case tests.
8942
e385593e
JK
89432016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8944
8945 PR c++/15231
8946 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8947 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8948
744608cc
PA
89492016-05-27 Pedro Alves <palves@redhat.com>
8950
8951 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8952 New procedure.
8953 (top level): Call it, and bail out of DejaGnu is known to be bad.
8954
ac775bf4
AB
89552016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8956
8957 * gdb.base/whatis.c: Extend the test case.
8958 * gdb.base/whatis.exp: Add additional tests.
8959
2bbad2ea
BH
89602016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8961
8962* gdb.fortran/type.f90: Add pointer variable.
8963* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8964
8b70175d
BH
89652016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8966
8967 * gdb.fortran/vla-type.exp: Fix testcase name.
8968
86d8a848
BH
89692016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8970
8971 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8972
e188eb36
BH
89732016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8974
8975 * gdb.fortran/type.f90: Add nested structures.
8976 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8977 * gdb.fortran/derived-type.exp: Adapt expected output.
8978 * gdb.fortran/vla-type.exp: Adapt expected output.
8979
9b2db1fd
BH
89802016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8981
8982 * gdb.fortran/whatis_type.exp: Adapt expected output.
8983
72b17055
BH
89842016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8985
8986 * gdb.fortran/print_type.exp: Fix expected output.
8987 * gdb.fortran/whatis_type.exp: Fix expected output.
8988
3cd81d8d
BH
89892016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8990
8991 * gdb.fortran/whatis_type.exp: Use multi_line.
8992
ddae9462
TT
89932016-05-24 Tom Tromey <tom@tromey.com>
8994
8995 PR python/17386:
8996 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8997 use value as an index.
8998
1957f6b8
TT
89992016-05-23 Tom Tromey <tom@tromey.com>
9000
9001 PR python/17981:
9002 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
9003 no-breakpoint case.
9004
026a9174
PA
90052016-05-24 Pedro Alves <palves@redhat.com>
9006
9007 PR gdb/19828
9008 * gdb.threads/clone-attach-detach.c: New file.
9009 * gdb.threads/clone-attach-detach.exp: New file.
9010
e70a7231
FR
90112016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
9012
9013 * gdb.base/annota-input-while-running.exp: Fix syntax error.
9014
0f6ed0e0
TT
90152016-05-23 Tom Tromey <tom@tromey.com>
9016
9017 PR python/19438, PR python/18393:
9018 * gdb.python/py-progspace.exp: Add "dir" test.
9019 * gdb.python/py-objfile.exp: Add "dir" test.
9020
ffd19d61
YQ
90212016-05-23 Yao Qi <yao.qi@linaro.org>
9022
9023 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9024 * gdb.arch/thumb2-it.exp: Likewise.
9025
9e8f9b05
SM
90262016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9027
9028 * gdb.mi/mi-threads-interrupt.c: New file.
9029 * gdb.mi/mi-threads-interrupt.exp: New file.
9030
61c6156d
SM
90312016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9032
9033 PR gdb/18077
9034 * gdb.mi/mi-async-run.exp: New file.
9035 * gdb.mi/mi-async-run.c: New file.
9036
67218854
TT
90372016-05-17 Tom Tromey <tom@tromey.com>
9038 Manish Goregaokar <manishsmail@gmail.com>
9039
9040 * lib/rust-support.exp: New file.
9041 * lib/gdb.exp (skip_rust_tests): New proc.
9042 (build_executable_from_specs): Handle rust.
9043 * lib/future.exp (gdb_find_rustc): New proc.
9044 (gdb_default_target_compile): Handle rust.
9045 * gdb.rust/expr.exp: New file.
9046 * gdb.rust/generics.exp: New file.
9047 * gdb.rust/generics.rs: New file.
9048 * gdb.rust/methods.exp: New file.
9049 * gdb.rust/methods.rs: New file.
9050 * gdb.rust/modules.exp: New file.
9051 * gdb.rust/modules.rs: New file.
9052 * gdb.rust/simple.exp: New file.
9053 * gdb.rust/simple.rs: New file.
9054
c44af4eb
TT
90552016-05-17 Tom Tromey <tom@tromey.com>
9056
9057 * gdb.base/default.exp (set language): Add rust.
9058
dcd1f979
TT
90592016-05-17 Tom Tromey <tom@tromey.com>
9060
9061 * gdb.gdb/unittest.exp: New file.
9062
155b7f57
YQ
90632016-05-16 Yao Qi <yao.qi@linaro.org>
9064
9065 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9066 shell_prompt. Update shell_prompt_re.
9067
8ddd5a6c
DE
90682016-05-12 Doug Evans <dje@google.com>
9069
9070 PR symtab/19999
9071 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9072 $options when building executable.
9073 * gdb.dwarf2/fission-loclists-pie.S: New file.
9074 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9075
02e370d9
SM
90762016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9077
9078 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9079 of [is_remote target],
9080
8929ad8b
SM
90812016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9082
9083 * lib/gdb.exp (use_gdb_stub): New procedure.
9084
6c447423
DE
90852016-05-03 Yunlian Jiang <yunlian@google.com>
9086 Doug Evans <dje@google.com>
9087
9088 PR symtab/19914
9089 * gdb.dwarf2/dwp-sepdebug.c: New file.
9090 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9091
444e826c
SM
90922016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9093
9094 * gdb.base/detach.exp: Remove is_remote check.
9095
740feeaa
SM
90962016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9097
9098 * gdb.base/annota-input-while-running.exp: Don't check for
9099 [is_remote target]. Enable annotations after running to main.
9100 Remove unused "set test..." line.
9101
9080ac9d
SM
91022016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9103
9104 * gdb.trace/trace-enable-disable.exp: New file.
9105 * gdb.trace/trace-enable-disable.c: New file.
9106
952ebca5
SM
91072016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9108
9109 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9110 use it in info sharedlibrary test.
9111 * gdb.trace/ftrace-lock.exp: Likewise.
9112 * gdb.trace/ftrace.exp: Likewise.
9113 * gdb.trace/range-stepping.exp: Likewise.
9114 * gdb.trace/trace-break.exp: Likewise.
9115 * gdb.trace/trace-condition.exp: Likewise.
9116 * gdb.trace/trace-mt.exp: Likewise.
9117
d9019901
SM
91182016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9119
9120 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9121 (gdb_load_shlib): ... this.
9122 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9123 gdb_load_shlib.
9124 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9125 * gdb.base/ctxobj.exp: Likewise.
9126 * gdb.base/dprintf-pending.exp: Likewise.
9127 * gdb.base/dso2dso.exp: Likewise.
9128 * gdb.base/fixsection.exp: Likewise.
9129 * gdb.base/gcore-relro.exp: Likewise.
9130 * gdb.base/gdb1555.exp: Likewise.
9131 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9132 * gdb.base/gnu-ifunc.exp: Likewise.
9133 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9134 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9135 * gdb.base/pending.exp: Likewise.
9136 * gdb.base/print-file-var.exp: Likewise.
9137 * gdb.base/print-symbol-loading.exp: Likewise.
9138 * gdb.base/shlib-call.exp: Likewise.
9139 * gdb.base/shreloc.exp: Likewise.
9140 * gdb.base/so-impl-ld.exp: Likewise.
9141 * gdb.base/solib-disc.exp: Likewise.
9142 * gdb.base/solib-nodir.exp: Likewise.
9143 * gdb.base/solib-overlap.exp: Likewise.
9144 * gdb.base/solib-symbol.exp: Likewise.
9145 * gdb.base/solib-weak.exp (do_test): Likewise.
9146 * gdb.base/sym-file.exp: Likewise.
9147 * gdb.base/symtab-search-order.exp: Likewise.
9148 * gdb.base/type-opaque.exp: Likewise.
9149 * gdb.base/unload.exp: Likewise.
9150 * gdb.base/watchpoint-solib.exp: Likewise.
9151 * gdb.compile/compile.exp: Likewise.
9152 * gdb.cp/gdb2384.exp: Likewise.
9153 * gdb.cp/infcall-dlopen.exp: Likewise.
9154 * gdb.cp/re-set-overloaded.exp: Likewise.
9155 * gdb.fortran/library-module.exp: Likewise.
9156 * gdb.opt/solib-intra-step.exp: Likewise.
9157 * gdb.python/py-finish-breakpoint.exp: Likewise.
9158 * gdb.python/py-shared.exp: Likewise.
9159 * gdb.reverse/solib-precsave.exp: Likewise.
9160 * gdb.reverse/solib-reverse.exp: Likewise.
9161 * gdb.server/solib-list.exp: Likewise.
9162 * gdb.threads/dlopen-libpthread.exp: Likewise.
9163 * gdb.threads/tls-shared.exp: Likewise.
9164 * gdb.threads/tls-so_extern.exp: Likewise.
9165 * gdb.trace/change-loc.exp: Likewise.
9166 * gdb.trace/ftrace-lock.exp: Likewise.
9167 * gdb.trace/ftrace.exp: Likewise.
9168 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9169 * gdb.trace/pending.exp: Likewise.
9170 * gdb.trace/range-stepping.exp: Likewise.
9171 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9172 (strace_info_marker): Likewise.
9173 (strace_probe_marker): Likewise.
9174 (strace_trace_on_same_addr): Likewise.
9175 (strace_trace_on_diff_addr): Likewise.
9176 * gdb.trace/trace-break.exp: Likewise.
9177 * gdb.trace/trace-condition.exp: Likewise.
9178 * gdb.trace/trace-mt.exp: Likewise.
9179
fca4cfd9
SM
91802016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9181
9182 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9183 result of gdb_remote_download.
9184 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9185 * gdb.base/dso2dso.exp: Likewise.
9186 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9187 * gdb.base/print-file-var.exp: Likewise.
9188 * gdb.base/shlib-call.exp: Likewise.
9189 * gdb.base/shreloc.exp: Likewise.
9190 * gdb.base/solib-overlap.exp: Likewise.
9191 * gdb.base/solib-weak.exp (do_test): Likewise.
9192 * gdb.base/unload.exp: Likewise.
9193
11cf4ffb
YQ
91942016-04-27 Yao Qi <yao.qi@linaro.org>
9195
9196 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9197 exists.
9198
3e2e34f8
KB
91992016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9200
9201 * vla-type.exp: Print structure from toplevel.
9202
8f07e298
BH
92032016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9204
9205 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9206 of dynamic types.
9207 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9208 of dynamic types.
9209
9920b434
BH
92102016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9211
9212 * gdb.fortran/vla-type.f90: New file.
9213 * gdb.fortran/vla-type.exp: New file.
9214
f3abeff5
YQ
92152016-04-25 Yao Qi <yao.qi@linaro.org>
9216
9217 * gdb.base/branch-to-self.c: New file.
9218 * gdb.base/branch-to-self.exp: New file.
9219
0a5d52f0
YQ
92202016-04-22 Yao Qi <yao.qi@linaro.org>
9221
9222 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9223 more after $hex.
9224
495346f6
YQ
92252016-04-22 Yao Qi <yao.qi@linaro.org>
9226
9227 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9228 * gdb.base/annota3.exp: Likewise.
9229
4a7e075c
YQ
92302016-04-22 Yao Qi <yao.qi@linaro.org>
9231
9232 * gdb.reverse/step-precsave.exp: Do one step and test program
9233 stops in "callee" and do multiple steps until program goes out
9234 of "callee".
9235 * gdb.reverse/step-reverse.exp: Likewise.
9236
5b061e98
YQ
92372016-04-22 Yao Qi <yao.qi@linaro.org>
9238
9239 * gdb.trace/signal.exp: Also pass if
9240 $tracepoint_hits($i) > $iterations.
9241
5c5dc57f
YQ
92422016-04-22 Yao Qi <yao.qi@linaro.org>
9243
9244 * gdb.trace/signal.c: New file.
9245 * gdb.trace/signal.exp: New file.
9246
a55411b9
DE
92472016-04-19 Doug Evans <xdje42@gmail.com>
9248
9249 * gdb.base/bad-file.exp: New file.
9250
a22df60a
MG
92512016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9252
9253 * gdb.dwarf2/implref.exp: New file.
9254
0c13f7e5
BH
92552016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9256
9257 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9258 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9259 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9260 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9261 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9262 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9263 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9264 * lib/fortran.exp (fortran_int4): New procedure.
9265 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9266 (fortran_logical4): Likewise.
9267
9b9b09e9
BH
92682016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9269
9270 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9271
a14d1f4d
BH
92722016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9273
9274 * lib/compiler.c: Add Intel specific preprocessor macros.
9275 * lib/compiler.cc: Likewise.
25d49b86 9276
7d49b1d0
LM
92772016-04-13 Luis Machado <lgustavo@codesourcery.com>
9278
9279 * gdb.server/connect-with-no-symbol-file.c: New file.
9280 * gdb.server/connect-with-no-symbol-file.exp: New file.
9281
8392fa22
SM
92822016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9283
9284 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9285
8c4c4aeb
SM
92862016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9287
9288 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9289 standard output directory.
9290
45e3745e
AT
92912016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9292
9293 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9294
e26b7e41
MM
92952016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9296
9297 * gdb.btrace/instruction_history.c (loop): Add declaration.
9298
8ce09462
AT
92992016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9300
9301 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9302
2e88a1ea
SM
93032016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9304
9305 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9306 parentheses to print.
9307 (continue_handler): Likewise.
9308
f48e22e3
SM
93092016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9310
9311 * gdb.server/solib-list.exp: Remove is_remote check.
9312 Pass shlib= to gdb_compile. Don't link shared library with
9313 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9314 Run binary filename through "readlink -f" on the target.
9315
096be756
PA
93162016-04-08 Pedro Alves <palves@redhat.com>
9317
9318 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9319 interpreter filename as argument to gdbserver_spawn.
9320 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9321 Return empty if $last_loaded_file does not exist.
9322
06500533
JK
93232016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9324
9325 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9326 * gdb.base/jit-main.c: Use exit after usage.
9327
2d35e871
JK
93282016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9329
9330 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9331 GDBHISTSIZE prior to the tests.
9332 * gdb.base/gdbinit-history.exp: Likewise.
9333
93342016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
9335
9336 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9337 instead of build_executable. Use gdb_load_shlibs.
9338
c8064e7e
YQ
93392016-04-07 Yao Qi <yao.qi@linaro.org>
9340
9341 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9342 Execute "si" command.
9343
bde47561
YQ
93442016-04-07 Yao Qi <yao.qi@linaro.org>
9345
9346 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9347 number instead of the comments on some line.
9348
b16f8a3b
DB
93492016-04-06 Don Breazeal <donb@codesourcery.com>
9350
9351 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9352 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9353
c2f901df
SM
93542016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9355
9356 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9357 standard_output_file. Remove unused binfile variable.
9358
ac17fda0
CU
93592016-04-05 Catalin Udma <catalin.udma@freescale.com>
9360
9361 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9362 * gdb.python/py-mi-objfile.exp: Match "list main" output
9363 in console format.
9364
03a8c4df
SM
93652016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9366
9367 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9368 absolute.
9369
6e774b13
SM
93702016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9371
9372 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9373 absolute.
9374 * gdb.trace/ftrace.exp: Likewise.
9375 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9376 targets as well.
9377 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9378 (gdb_load_shlibs): Copy libraries to test directory when testing
9379 natively. Only set solib-search-path if testing remotely.
9380 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9381
7817ea46
SM
93822016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9383
9384 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9385 gdb_download. Use it even if the target is not remote.
9386 * gdb.base/jit.exp (compile_jit_test): Likewise.
9387 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9388 output directory if the destination board is local, otherwise use
9389 the standard remote_download from DejaGnu.
9390 (gdb_download): Remove.
9391 (gdb_load_shlibs): Use gdb_remote_download instead of
9392 gdb_download.
9393 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9394 Use gdb_remote_download instead of gdb_download. Use it even if
9395 the target is not remote.
9396 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9397 instead of gdb_download.
9398
7beb7f68
SM
93992016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9400
9401 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9402 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9403 run.
9404
cc63428a
AV
94052016-04-01 Artemiy Volkov <artemiyv@acm.org>
9406
9407 PR gdb/19820
9408 * gdb.base/printcmds.exp: Add artificial arrays tests.
9409
64cdf930
PA
94102016-03-31 Pedro Alves <palves@redhat.com>
9411
9412 PR gdb/19858
9413 * gdb.base/jit-main.c: Include unistd.h.
9414 (ATTACH): Define to 0 if not already defined.
9415 (wait_for_gdb, mypid): New globals.
9416 (WAIT_FOR_GDB): New macro.
9417 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9418 some breakpoint locations.
9419 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9420 New procedures.
9421 (one_jit_test): Add REATTACH parameter, and handle it. Use
9422 continue_to_test_location.
9423 (top level): Test attach, and adjusts calls to one_jit_test.
9424
40dea8cb
PA
94252016-03-31 Pedro Alves <palves@redhat.com>
9426
9427 PR gdb/19858
9428 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9429 BINSUFFIX parameter, and handle it.
9430 (top level): Adjust calls compile_jit_test.
9431
e7ea3ec7
CU
94322016-03-31 Catalin Udma <catalin.udma@freescale.com>
9433
9434 PR python/19743
9435 * gdb.python/py-mi-events-gdb.py: New file.
9436 * gdb.python/py-mi-events.c: New file.
9437 * gdb.python/py-mi-events.exp: New file.
9438
e6359af3
YQ
94392016-03-30 Yao Qi <yao.qi@linaro.org>
9440
9441 * gdb.reverse/until-precsave.exp: Match function name only.
9442 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9443 Move malloc to a condition block.
9444 * gdb.reverse/until-reverse.exp: Match function name only.
9445
a4105d04
MK
94462016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9447
9448 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9449 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9450 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9451 variable for GPR 0 instead of assuming it is register 0.
9452 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9453 * lib/trace-support.exp: Add s390 registers.
9454
bfa6adb9
YQ
94552016-03-29 Yao Qi <yao.qi@linaro.org>
9456
9457 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9458
1e6697ea
YQ
94592016-03-24 Yao Qi <yao.qi@linaro.org>
9460
9461 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9462 test message.
9463
64bcd522
AA
94642016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9465
9466 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9467 maintaining separate logic for constructing the output path.
9468
7868401b
DB
94692016-03-16 Don Breazeal <donb@codesourcery.com>
9470
9471 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9472 Retry fork and waitpid on interrupted system call errors.
9473 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9474 Use with_timeout_factor to increase timeout by factor of 10.
9475
1cafadb4
DB
94762016-03-15 Don Breazeal <donb@codesourcery.com>
9477
9478 * gdb.cp/scope-err.cc: New test program.
9479 * gdb.cp/scope-err.exp: New test script.
9480 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9481 lines and "set breakpoint here" comment.
9482 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9483 Fixed some whitespace and format issues.
9484 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9485 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9486
81516450
DE
94872016-03-15 Doug Evans <dje@google.com>
9488
9489 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9490 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9491 All callers updated. Add tests for enums, mixed flags register.
9492
aa52b601
DE
94932016-03-15 Doug Evans <dje@google.com>
9494
9495 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9496 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9497
fa4ff313
SM
94982016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9499
9500 * gdb.base/default.exp: Add $_as_string to the list of expected
9501 convenience functions.
9502
f2403c39
AB
95032016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9504
9505 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9506
f2f3ccb9
SM
95072016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9508
9509 * gdb.python/py-as-string.exp: New file.
9510 * gdb.python/py-as-string.c: New file.
9511
00dbd492
PA
95122016-03-09 Pedro Alves <palves@redhat.com>
9513
9514 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9515 signal" -> "Thread NN received signal" output change.
9516 * gdb.threads/ia64-sigill.exp: Likewise.
9517 * gdb.threads/linux-dp.exp: Likewise.
9518 * gdb.threads/manythreads.exp: Likewise.
9519 * gdb.threads/pending-step.exp: Likewise.
9520 * gdb.threads/print-threads.exp: Likewise.
9521 * gdb.threads/sigstep-threads.exp: Likewise.
9522 * gdb.threads/staticthreads.exp: Likewise.
9523 * gdb.threads/tls.exp: Likewise.
9524
1e6697ea
YQ
95252016-03-09 Pedro Alves <palves@redhat.com>
9526
9527 * gdb.base/command-line-input.exp: New file.
9528
b04fd3be
MK
95292016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9530
9531 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9532 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9533 * gdb.trace/pending.exp: Accept leading dot before function name.
9534 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9535 * lib/trace-support.exp: Set registers for ppc.
9536
98fa59e9
MK
95372016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9538
9539 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9540 use it for disassembly; accept .main in addition to main in backtrace.
9541
f77198c8
MK
95422016-03-09 Wei-cheng Wang <cole945@gmail.com>
9543 Marcin Kościelnicki <koriakin@0x04.net>
9544
9545 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9546 (gdb_recursion_test_ptr): New global variable.
9547 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9548 gdb_recursion_test.
9549 (gdb_c_test): Ditto.
9550
ba84e0da
MK
95512016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9552
9553 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9554 ordering.
9555
4366d36e
MK
95562016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9557
9558 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9559 (bar): Add bar_start_lbl label.
9560 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9561 of foo/bar for emitting DWARF and tracing.
9562
5eb264df
SDJ
95632016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9564
9565 * analyze-racy-logs.py: Set executable bit.
9566
fb6a751f
SDJ
95672016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9568
9569 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9570 (CHECK_TARGET_TMP): Likewise.
9571 (check-single-racy): New rule.
9572 (check-parallel-racy): Likewise.
9573 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9574 (do-check-parallel-racy): New rule.
9575 (check-racy/%.exp): Likewise.
9576 * README (Racy testcases): New section.
9577 * analyze-racy-logs.py: New file.
9578
bdf7e230
DE
95792016-03-03 Doug Evans <dje@google.com>
9580
9581 * gdb.base/skip.exp: Use with_test_prefix.
9582
4719d415
YQ
95832016-03-03 Yao Qi <yao.qi@linaro.org>
9584
9585 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9586 Invoke step_over_syscall "clone" and break_cond_on_syscall
9587 "clone".
9588 * gdb.base/step-over-clone.c: New file.
9589
ea507862
YQ
95902016-03-03 Yao Qi <yao.qi@linaro.org>
9591
9592 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9593 code format.
9594
8fc8cbda
YQ
95952016-03-03 Yao Qi <yao.qi@linaro.org>
9596
9597 * gdb.base/disp-step-fork.c: Rename to ...
9598 * gdb.base/step-over-fork.c: ... it. New file.
9599 * gdb.base/disp-step-vfork.c: Rename to ...
9600 * gdb.base/step-over-vfork.c: ... it. New file.
9601 * gdb.base/disp-step-syscall.exp: Rename to ...
9602 * gdb.base/step-over-syscall.exp: ... it. New file.
9603 (disp_step_cross_syscall): Rename to ...
9604 (step_over_syscall): ... it.
9605
92fa70b0
YQ
96062016-03-03 Yao Qi <yao.qi@linaro.org>
9607
9608 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9609 If target supports condition evaluation on target, invoke
9610 break_cond_on_syscall for fork and vfork.
9611
e197ad3c
YQ
96122016-03-03 Yao Qi <yao.qi@linaro.org>
9613
9614 * gdb.base/disp-step-syscall.exp: Don't invoke
9615 support_displaced_stepping.
9616 (disp_step_cross_syscall): Test with displaced stepping off and
9617 on if supported.
9618
0b47da9f
YQ
96192016-03-03 Yao Qi <yao.qi@linaro.org>
9620
9621 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9622 proc.
9623 (setup): New proc.
9624 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9625 and setup.
9626
065ab6dc
BH
96272016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9628
9629 * gdb.fortran/vla-history.exp: Remove breakpoint.
9630
07e448ad 96312016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9632
25d49b86
PA
9633 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9634 exceeds timeout.
07e448ad 9635
9ac2d526 96362016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9637
25d49b86
PA
9638 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9639 breakpoint.
9ac2d526 9640
17807369
BH
96412016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9642
9643 * gdb.mi/vla.f90: Nullify pointer after declaration.
9644
86e501af
PA
96452016-03-01 Pedro Alves <palves@redhat.com>
9646
9647 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9648
1e903e32
PA
96492016-03-01 Pedro Alves <palves@redhat.com>
9650
9651 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9652 before anything else.
9653 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9654 _GNU_SOURCE here.
9655 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9656 before anything else.
9657 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9658
6ccb54e2
PA
96592016-03-01 Pedro Alves <palves@redhat.com>
9660
9661 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9662
30ca9da1
YQ
96632016-03-01 Yao Qi <yao.qi@linaro.org>
9664
9665 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9666 prepare_for_testing.
9667
dc856b38
YQ
96682016-03-01 Yao Qi <yao.qi@linaro.org>
9669
9670 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9671
4a932159
AA
96722016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9673
9674 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9675 manually constructing the output path.
9676
f2489477
AA
96772016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9678
9679 * gdb.arch/s390-stackless.S: New.
9680 * gdb.arch/s390-stackless.exp: New.
9681
38899f16
IB
96822016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9683
9684 * gdb.dlang/circular.c: New file.
9685 * gdb.dlang/circular.exp: New file.
9686
9fde51ed
YQ
96872016-02-26 Yao Qi <yao.qi@linaro.org>
9688
9689 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9690 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9691 (testcases): Update.
9692
ce90fefe
YQ
96932016-02-26 Yao Qi <yao.qi@linaro.org>
9694
9695 * gdb.reverse/aarch64.c: Rename to ...
9696 * gdb.reverse/insn-reverse.c: ... it.
9697 * gdb.reverse/aarch64.exp: Rename to ...
9698 * gdb.reverse/insn-reverse.exp: ... it.
9699
3263bceb
YQ
97002016-02-26 Yao Qi <yao.qi@linaro.org>
9701
9702 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9703 (testcase_ftype): New.
9704 (testcases): New array.
9705 (n_testcases): New.
9706 (main): Call each element in testcases.
9707 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9708 (read_testcase): New.
9709 Do the tests in a loop.
9710
6cb59ff1
YQ
97112016-02-25 Yao Qi <yao.qi@linaro.org>
9712
9713 * gdb.base/branches.c: Remove.
9714
ae91f625
MK
97152016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9716
9717 PR gdb/13808
9718 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9719
678b48b7
MK
97202016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9721
9722 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9723
7337a6f2
MK
97242016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9725
9726 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9727 change x86_64 call_insn to 'callq'.
9728
861ca91f
AT
97292016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9730
9731 * gdb.trace/tfile-avx.c: Move to...
9732 * gdb.trace/tracefile-pseudo-reg.c: Here.
9733 * gdb.trace/tfile-avx.exp: Move to...
9734 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9735
bf74e428
GB
97362016-02-24 Gary Benson <gbenson@redhat.com>
9737
9738 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9739 message on attach.
9740
cce0e923
DE
97412016-02-23 Doug Evans <dje@google.com>
9742
9743 * gdb.base/skip.c (test_skip): New function.
9744 (end_test_skip_file_and_function): New function.
9745 (test_skip_file_and_function): New function.
9746 * gdb.base/skip1.c (test_skip): New function.
9747 (skip1_test_skip_file_and_function): New function.
9748 * gdb.base/skip.exp: Add tests for new skip options.
9749 * gdb.base/skip-solib.exp: Update expected output.
9750 * gdb.perf/skip-command.cc: New file.
9751 * gdb.perf/skip-command.exp: New file.
9752 * gdb.perf/skip-command.py: New file.
9753
4000e47e
MK
97542016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9755
9756 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9757 info registers pattern.
9758
24f75ead
IB
97592016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9760
9761 * lib/future.exp: Add D support.
9762 (gdb_find_gdc): New proc.
9763 (gdb_default_target_compile): Add D support.
9764
fbb7bcbe
WW
97652016-02-18 Wei-cheng Wang <cole945@gmail.com>
9766
9767 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9768 user+system time.
9769 (trace_speed_test): Determine the iteration count for a time
9770 between 15..30 seconds.
9771
012b3a21
WT
97722016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9773
9774 * gdb.arch/i386-mpx-sigsegv.c: New file.
9775 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9776 * gdb.arch/i386-mpx-simple_segv.c: New file.
9777 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9778
2d5189bd
YQ
97792016-02-18 Yao Qi <yao.qi@linaro.org>
9780
9781 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9782 Don't call setup_kfail.
9783
40fb20d0
YQ
97842016-02-18 Yao Qi <yao.qi@linaro.org>
9785
9786 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9787 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9788
21b1f8d2
DE
97892016-02-16 Doug Evans <dje@google.com>
9790
9791 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9792 * gdb.base/skip1.c: Ditto.
9793 * gdb.base/skip.exp: Whitespace cleanup.
9794
4041ed77
DB
97952016-02-16 Don Breazeal <donb@codesourcery.com>
9796
9797 PR remote/19496
9798 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9799 Remove kfail for PR remote/19496.
9800
c4ef31bf
SM
98012016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9802
9803 * lib/gdb.exp (standard_temp_file): Return a path specific to
9804 the runtest invocation.
9805
266b65b3
SM
98062016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9807
9808 * gdb.trace/save-trace.exp: Change relative path to be in the
9809 standard output directory.
9810
a7a0a6a9
JK
98112016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9812
9813 * gdb.arch/i386-prologue.c: Add missing prototypes.
9814
c99dbb42
JK
98152016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9816
9817 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9818 * gdb.arch/i386-prologue.exp: Likewise.
9819 * gdb.arch/i386-size.exp: Likewise.
9820
aa480355
SM
98212016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9822
9823 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9824 define object file path.
9825 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9826 file path.
9827 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9828 standard_output_file to define binfile.
9829
ba881f50
JK
98302016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9831
9832 Fix compatibility with recent gfortran-5.3.1.
9833 * gdb.fortran/vla-history.exp (print vla1 allocated)
9834 (print vla2 allocated, print $2, print $3): Remove
9835 (print $4): Rename to ...
9836 (print $2): ... here.
9837 (print $9): Rename to ...
9838 (print $5): ... here.
9839 (print $10): Rename to ...
9840 (print $6): ... here.
9841 * gdb.fortran/vla.f90: Add pvla initialization.
9842
e9fb005c
JK
98432016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9844
9845 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9846 New test.
9847 * gdb.fortran/vla-value-sub.exp: Likewise.
9848
e44e00ff
MK
98492016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9850
9851 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9852
97e94151
SM
98532016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9854
9855 * i386-biarch-core.exp: Define corefile using
9856 standard_output_file.
9857
01113bc1
YQ
98582016-02-12 Yao Qi <yao.qi@linaro.org>
9859
9860 * gdb.arch/arm-single-step-kernel-helper.c: New.
9861 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9862
33b4777c
MM
98632016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9864
9865 * gdb.btrace/tailcall-only.exp: New.
9866 * gdb.btrace/tailcall-only.c: New.
9867 * gdb.btrace/x86_64-tailcall-only.S: New.
9868 * gdb.btrace/i686-tailcall-only.S: New.
9869
acc23c11
PA
98702016-02-11 Pedro Alves <palves@redhat.com>
9871
9872 * README (Parallel testing): Add missing double quotes.
9873
e352bf0a
PA
98742016-02-11 Pedro Alves <palves@redhat.com>
9875
9876 * README (Parallel testing): New section.
9877 (GDB_PARALLEL): Rewrite.
9878 (FORCE_PARALLEL): Document.
9879
9f5fed78
MK
98802016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9881
9882 * gdb.trace/tfile-avx.c: New test.
9883 * gdb.trace/tfile-avx.exp: New test.
9884
9ef9e6a6
KS
98852016-02-09 Keith Seitz <keiths@redhat.com>
9886
9887 PR breakpoints/19546
9888 * gdb.base/infcall-exec.c: New file.
9889 * gdb.base/infcall-exec2.c: New file.
9890 * gdb.base/infcall-exec.exp: New file.
9891
a96e36da
KS
98922016-02-09 Keith Seitz <keiths@redhat.com>
9893
9894 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9895 (toplevel): Call test_bkpt_address.
9896
9f61929f
KS
98972016-02-09 Keith Seitz <keiths@redhat.com>
9898
9899 PR python/19506
9900 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9901 (toplevel): Call test_bkpt_address.
9902
1e94266c
SM
99032016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9904
9905 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9906 to AC_OUTPUT.
9907 * configure: Regenerate.
9908
2a7f3dff
PA
99092016-02-09 Pedro Alves <palves@redhat.com>
9910
9911 PR breakpoints/19548
9912 * gdb.base/execl-update-breakpoints.c (some_function): New
9913 function.
9914 (main): Call it.
9915 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9916 Tighten expected GDB output.
9917
2151ccc5
SM
99182016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9919
9920 * Makefile.in (ALL_SUBDIRS): Remove.
9921 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9922 (distclean maintainer-clean realclean): Likewise.
9923 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9924 * configure: Regenerate.
9925 * gdb.ada/Makefile.in: Delete.
9926 * gdb.arch/Makefile.in: Likewise.
9927 * gdb.asm/Makefile.in: Likewise.
9928 * gdb.base/Makefile.in: Likewise.
9929 * gdb.btrace/Makefile.in: Likewise.
9930 * gdb.cell/Makefile.in: Likewise.
9931 * gdb.compile/Makefile.in: Likewise.
9932 * gdb.cp/Makefile.in: Likewise.
9933 * gdb.disasm/Makefile.in: Likewise.
9934 * gdb.dlang/Makefile.in: Likewise.
9935 * gdb.dwarf2/Makefile.in: Likewise.
9936 * gdb.fortran/Makefile.in: Likewise.
9937 * gdb.gdb/Makefile.in: Likewise.
9938 * gdb.go/Makefile.in: Likewise.
9939 * gdb.guile/Makefile.in: Likewise.
9940 * gdb.java/Makefile.in: Likewise.
9941 * gdb.linespec/Makefile.in: Likewise.
9942 * gdb.mi/Makefile.in: Likewise.
9943 * gdb.modula2/Makefile.in: Likewise.
9944 * gdb.multi/Makefile.in: Likewise.
9945 * gdb.objc/Makefile.in: Likewise.
9946 * gdb.opencl/Makefile.in: Likewise.
9947 * gdb.opt/Makefile.in: Likewise.
9948 * gdb.pascal/Makefile.in: Likewise.
9949 * gdb.perf/Makefile.in: Likewise.
9950 * gdb.python/Makefile.in: Likewise.
9951 * gdb.reverse/Makefile.in: Likewise.
9952 * gdb.server/Makefile.in: Likewise.
9953 * gdb.stabs/Makefile.in: Likewise.
9954 * gdb.threads/Makefile.in: Likewise.
9955 * gdb.trace/Makefile.in: Likewise.
9956 * gdb.xml/Makefile.in: Likewise.
9957 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9958 GDB_PARALLEL.
9959 (standard_output_file): Remove check for GDB_PARALLEL, always
9960 return path in outputs/$subdir/$testname.
9961
437277d4
SM
99622016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9963
9964 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9965 (site.exp): Assign abs_srcdir to tcl's srcdir.
9966
31d913c7
YQ
99672016-02-04 Yao Qi <yao.qi@linaro.org>
9968
9969 * gdb.base/foll-exec-mode.c: Include limits.h.
9970 (main): Add parameters argc and argv. Get directory from
9971 argv[0].
9972 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9973 compilation.
9974 * gdb.base/foll-exec.c: Include limits.h.
9975 (main): Add parameters argc and argv.
9976 Get directory from argv[0].
9977 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9978 Adjust tests on the number of lines as source code changed.
9979 * gdb.base/foll-vfork-exit.c: Include limits.h.
9980 (main): Add one line of statement before vfork.
9981 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9982 (main): Add parameters argc and argv. Get directory from
9983 argv[0].
9984 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9985 (setup_gdb): Set tbreak to skip some source lines.
9986 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9987 (main): Add parameters argc and argv. Get directory from
9988 argv[0].
9989 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9990 compilation.
9991 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9992 (main): Add parameters argc and argv. Get directory from
9993 argv[0].
9994 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9995 compilation.
9996
9482b9fb
DE
99972016-02-01 Doug Evans <dje@google.com>
9998
9999 * gdb.base/skip.exp: Clean up multiple references to same test name.
10000
6b2e4f10
PA
100012016-02-01 Pedro Alves <palves@redhat.com>
10002
ccb6afd6 10003 PR remote/19496
6b2e4f10
PA
10004 * gdb.threads/forking-threads-plus-breakpoint.exp
10005 (displaced_stepping_supported): New global.
10006 (probe_displaced_stepping_support): New procedure.
10007 (do_test): Add 'displaced' parameter, and use it.
10008 (top level): Check for displaced stepping support. Add displaced
10009 stepping on/off testing axis.
10010
37a8db1a
AB
100112016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10012
10013 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
10014 pointer. Don't perform further tests on the unassociated pointer
10015 if the first test fails.
10016
5fdf6324
AB
100172016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
10018
10019 * gdb.base/max-value-size.c: New file.
10020 * gdb.base/max-value-size.exp: New file.
10021 * gdb.base/huge.exp: Disable max-value-size for this test.
10022
935c6144
IB
100232016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10024
10025 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10026
7fe8399d
YQ
100272016-01-28 Yao Qi <yao.qi@linaro.org>
10028
10029 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10030
a2077e25
PA
100312016-01-25 Pedro Alves <palves@redhat.com>
10032
10033 PR threads/19461
10034 * gdb.base/fork-running-state.c: New file.
10035 * gdb.base/fork-running-state.exp: New file.
10036
1d2736d4
PA
100372016-01-25 Pedro Alves <palves@redhat.com>
10038
10039 PR gdb/19494
10040 * gdb.base/catch-fork-kill.c: New file.
10041 * gdb.base/catch-fork-kill.exp: New file.
10042
f1da4b11
PA
100432016-01-25 Pedro Alves <palves@redhat.com>
10044
10045 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10046 Delete, moved to lib/gdb.exp.
10047 * gdb.threads/forking-threads-plus-breakpoint.exp
10048 (foreach_with_prefix): Likewise.
10049 * gdb.threads/process-dies-while-handling-bp.exp
10050 (foreach_with_prefix): Likewise.
10051 * lib/gdb.exp (foreach_with_prefix): New procedure.
10052
45f38546
MK
100532016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10054
10055 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10056 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10057
dc29a1ce
MK
100582016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10059
10060 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10061 endian targets.
10062
092127d7
JK
100632016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10064 Pedro Alves <palves@redhat.com>
10065
10066 Fix testsuite compatibility with Guile.
10067 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10068 number.
10069
31d765d3
JK
100702016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10071
10072 Fix testsuite compatibility with Guile.
10073 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10074 (thread 1): New test for backtrace through signal handler.
10075
1ac78c04
YQ
100762016-01-22 Yao Qi <yao.qi@linaro.org>
10077
10078 PR testsuite/19491
10079 * gdb.base/multi-forks.c: Include
10080 ../lib/unbuffer_output.c
10081 (main): Call gdb_unbuffer_output.
10082
4f5946a8
DE
100832016-01-21 Doug Evans <dje@google.com>
10084
10085 * lib/ada.exp (gdb_compile_ada): Fix typo.
10086
305e13e6
JB
100872016-01-21 Joel Brobecker <brobecker@adacore.com>
10088
10089 * gdb.base/break-fun-addr.exp: New file.
10090 * gdb.base/break-fun-addr1.c: New file.
10091 * gdb.base/break-fun-addr2.c: New file.
10092
5f5dfff6
SM
100932016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10094
10095 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10096 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10097 enum flag values.
10098
fd356fa2
AA
100992016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10100
10101 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10102 when GDB can not set the vector return value. Add more comments
10103 for clarification.
10104
9df22175
AT
101052016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10106
10107 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10108 command.
10109
41d1845e
SM
101102016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10111
10112 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10113
01ac6840
SM
101142016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10115
10116 * Makefile.in (check-single): Pass --status to runtest.
10117 (check/%.exp): Likewise.
10118
101192016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10120
10121 * Makefile.in (check-parallel): Propagate return code from make
10122 do-check-parallel.
10123
bd0a71fa
MK
101242016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10125
10126 * gdb.trace/ftrace.exp: Fix expected message on continue.
10127 * gdb.trace/pending.exp: Fix expected message on continue.
10128 * gdb.trace/trace-break.exp: Fix expected message on continue.
10129
8bcbad33
SM
101302016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10131
10132 * lib/gdb.exp (gdb_test): Remove unused global references.
10133
f303dbd6
PA
101342016-01-18 Pedro Alves <palves@redhat.com>
10135
10136 * gdb.base/async-shell.exp: Adjust expected output.
10137 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10138 * gdb.base/siginfo-thread.exp: Adjust expected output.
10139 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10140 * gdb.java/jnpe.exp: Adjust expected output.
10141 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10142 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10143 * gdb.threads/leader-exit.exp: Adjust expected output.
10144 * gdb.threads/manythreads.exp: Adjust expected output.
10145 * gdb.threads/pthreads.exp: Adjust expected output.
10146 * gdb.threads/schedlock.exp: Adjust expected output.
10147 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10148 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10149 expected output.
10150 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10151 output.
10152 * gdb.threads/sigthread.exp: Adjust expected output.
10153 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10154
b2789696
YQ
101552016-01-18 Yao Qi <yao.qi@linaro.org>
10156
10157 * gdb.guile/scm-section-script.c: Replace @progbits with
10158 %progbits.
10159 * gdb.python/py-section-script.c: Likewise.
10160
71ef29a8
PA
101612016-01-15 Pedro Alves <palves@redhat.com>
10162
10163 * gdb.multi/tids.exp: Test star wildcard ranges.
10164
3f5b7598
PA
101652016-01-15 Pedro Alves <palves@redhat.com>
10166
10167 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10168 command from "thread apply" invocation.
10169 (thr_apply_info_thr_invalid): Default the expected output to the
10170 input tid list.
10171 (top level): Add tests that use convenience variables. Add tests
10172 for "thread apply" with a valid TID list, but missing the command.
10173
663f6d42
PA
101742016-01-13 Pedro Alves <palves@redhat.com>
10175
10176 * gdb.base/default.exp: Expect $_gthread as well.
10177 * gdb.multi/tids.exp: Test $_gthread.
10178 * gdb.threads/thread-specific.exp: Test $_gthread.
10179
c84f6bbf
PA
101802016-01-13 Pedro Alves <palves@redhat.com>
10181
10182 * gdb.multi/tids.exp: Test "info threads -gid".
10183
22a02324
PA
101842016-01-13 Pedro Alves <palves@redhat.com>
10185
10186 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10187 Breakpoint.thread.
10188 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10189
5d5658a1
PA
101902016-01-07 Pedro Alves <palves@redhat.com>
10191
10192 * gdb.base/break.exp: Adjust to output changes.
10193 * gdb.base/hbreak2.exp: Likewise.
10194 * gdb.base/sepdebug.exp: Likewise.
10195 * gdb.base/watch_thread_num.exp: Likewise.
10196 * gdb.linespec/keywords.exp: Likewise.
10197 * gdb.multi/info-threads.exp: Likewise.
10198 * gdb.threads/thread-find.exp: Likewise.
10199 * gdb.multi/tids.c: New file.
10200 * gdb.multi/tids.exp: New file.
10201
84654457
PA
102022016-01-13 Pedro Alves <palves@redhat.com>
10203
10204 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10205
e3940304
PA
102062016-01-13 Pedro Alves <palves@redhat.com>
10207
10208 * gdb.base/default.exp: Expect $_inferior as well.
10209 * gdb.multi/base.exp: Test $_inferior.
10210
a911d87a
PA
102112016-01-13 Pedro Alves <palves@redhat.com>
10212
10213 PR breakpoints/19388
10214 * gdb.base/catch-signal-siginfo-cond.c: New file.
10215 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10216
82075af2
JS
102172016-01-12 Josh Stone <jistone@redhat.com>
10218 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10219
10220 * gdb.base/catch-syscall.c (do_execve): New variable.
10221 (main): Conditionally trigger an execve.
10222 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10223 (test_catch_syscall_execve): New, check entry/return across execve.
10224 (do_syscall_tests): Call test_catch_syscall_execve.
10225
e46eeedd
PA
102262016-01-12 Pedro Alves <palves@redhat.com>
10227
10228 * gdb.base/random-signal.exp (do_test): New procedure, with body
10229 of testcase moved in.
10230
01d8c27e
JK
102312016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10232 Pedro Alves <palves@redhat.com>
10233
10234 * gdb.base/funcargs.exp (finish from indirectly called function):
10235 Reintroduce the case for 'First'.
10236
9a706302
JK
102372016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10238 Pedro Alves <palves@redhat.com>
10239
10240 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10241 (tcatch_vfork_then_child_follow_exec)
10242 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10243 identification.
10244
c0ecb95f
JK
102452016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10246
10247 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10248 and repeats to unlimited.
10249 * gdb.python/py-value.exp: Likewise.
10250 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10251 and repeats to unlimited.
10252
6cfc1fcb
JK
102532016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10254
10255 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10256 and reordering the functions.
10257 * gdb.multi/hangout.c: Likewise.
10258 * gdb.multi/hello.c: Likewise.
10259
582a1b00
SM
102602016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10261
10262 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10263 absolute.
10264 (SingleStatisticTestResult.report): Use dict.keys instead of
10265 dict.iterkeys.
10266
79bc59cb
PA
102672016-01-06 Pedro Alves <palves@redhat.com>
10268
10269 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10270
43368e1d
MM
102712016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10272
10273 * gdb.btrace/dlopen.exp: New.
10274 * gdb.btrace/dlopen.c: New.
10275 * gdb.btrace/dlopen-dso.c: New.
10276
79fad5b8
SL
102772015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10278
10279 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10280 PATTERN argument is optional.
10281
ab8314b3
JB
102822015-12-24 Joel Brobecker <brobecker@adacore.com>
10283
10284 * lib/ada.exp (target_compile_ada_from_dir): New function.
10285 (gdb_compile_ada): Reimplement avoiding the use of project files.
10286 * gdb.ada/gnat_ada.gpr: Delete.
10287 * gdb.ada/cond_lang.exp: Adjust test to make path before
10288 filename optional.
10289 * gdb.ada/small_reg_param.exp: Likewise.
10290
fe33faff
SM
102912015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10292
10293 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10294
6d265cb4
TP
102952015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10296
10297 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10298 case.
10299
10125099
SM
103002015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10301
10302 * gdb.base/break.exp: Remove dead code.
10303 * gdb.base/sepdebug.exp: Likewise.
10304
3ca22649
SM
103052015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10306
10307 * gdb.asm/asm-source.exp: Remove HP-UX references.
10308 * gdb.base/annota1.exp: Likewise.
10309 * gdb.base/annota3.exp: Likewise.
10310 * gdb.base/attach.exp: Likewise.
10311 * gdb.base/bigcore.exp: Likewise.
10312 * gdb.base/break.exp: Likewise.
10313 * gdb.base/call-ar-st.exp: Likewise.
10314 * gdb.base/callfuncs.exp: Likewise.
10315 * gdb.base/catch-fork-static.exp: Likewise.
10316 * gdb.base/display.exp: Likewise.
10317 * gdb.base/foll-exec-mode.exp: Likewise.
10318 * gdb.base/foll-exec.exp: Likewise.
10319 * gdb.base/foll-fork.exp: Likewise.
10320 * gdb.base/foll-vfork.exp: Likewise.
10321 * gdb.base/funcargs.exp: Likewise.
10322 * gdb.base/hbreak2.exp: Likewise.
10323 * gdb.base/inferior-died.exp: Likewise.
10324 * gdb.base/interrupt.exp: Likewise.
10325 * gdb.base/multi-forks.exp: Likewise.
10326 * gdb.base/nodebug.exp: Likewise.
10327 * gdb.base/sepdebug.exp: Likewise.
10328 * gdb.base/solib1.c: Likewise.
10329 * gdb.base/step-test.exp: Likewise.
10330 * gdb.mi/non-stop.c: Likewise.
10331 * gdb.mi/pthreads.c: Likewise.
10332 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10333 * gdb.threads/pthreads.c: Likewise.
10334 * gdb.threads/staticthreads.exp: Likewise.
10335 * lib/future.exp: Likewise.
10336 * lib/gdb.exp: Likewise.
10337 * gdb.base/so-indr-cl.c: Remove.
10338 * gdb.base/so-indr-cl.exp: Likewise.
10339 * gdb.base/solib.c: Likewise.
10340 * gdb.base/solib.exp: Likewise.
10341 * gdb.base/solib2.c: Likewise.
10342
b6304613
SM
103432015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10344
10345 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10346 * gdb.base/call-ar-st.exp: Likewise.
10347 * gdb.base/callfuncs.exp: Likewise.
10348 * gdb.base/condbreak.exp: Likewise.
10349 * gdb.base/constvars.exp: Likewise.
10350 * gdb.base/hbreak2.exp: Likewise.
10351 * gdb.base/langs.exp: Likewise.
10352 * gdb.base/list.exp: Likewise.
10353 * gdb.base/long_long.exp: Likewise.
10354 * gdb.base/ptype.exp: Likewise.
10355 * gdb.base/scope.exp: Likewise.
10356 * gdb.base/signals.exp: Likewise.
10357 * gdb.base/so-impl-ld.exp: Likewise.
10358 * gdb.base/varargs.exp: Likewise.
10359 * gdb.base/volatile.exp: Likewise.
10360 * gdb.base/whatis.exp: Likewise.
10361 * gdb.cp/cplusfuncs.exp: Likewise.
10362 * gdb.cp/inherit.exp: Likewise.
10363 * gdb.cp/local.exp: Likewise.
10364 * gdb.cp/member-ptr.exp: Likewise.
10365 * gdb.cp/method.exp: Likewise.
10366 * gdb.cp/overload.exp: Likewise.
10367 * gdb.cp/templates.exp: Likewise.
10368 * gdb.stabs/weird.exp: Likewise.
10369 * lib/compiler.c: Likewise.
10370 * lib/compiler.cc: Likewise.
10371 * lib/cp-support.exp: Likewise.
10372 * lib/gdb.exp: Likewise.
10373
bf401b07
SM
103742015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10375
10376 * configure.ac: Remove HP-UX case.
10377 * configure: Regenerate.
10378
aff9c0f8
SM
103792015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10380
10381 * lib/gdb.exp (gdb_compile): Add function doc.
10382
a6904d5a
PA
103832015-12-17 Pedro Alves <palves@redhat.com>
10384
10385 PR threads/19354
10386 * gdb.multi/info-threads.exp: New file.
10387
a22279dd
YQ
103882015-12-15 Yao Qi <yao.qi@linaro.org>
10389
10390 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10391 is aarch64*-*-*.
10392
0588c796
SL
103932015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10394
10395 * gdb.base/history-duplicates.exp: Skip if no readline support.
10396
5d978e17
SL
103972015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10398
10399 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10400
7e763b86
SL
104012015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10402
10403 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10404
87a3a92c
SL
104052015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10406
10407 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10408 ctrl-C if nointerrupts target property is set.
10409 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10410 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10411 * gdb.base/paginate-bg-execution.exp: Likewise.
10412 * gdb.base/paginate-execution-startup.exp: Likewise.
10413 * gdb.base/random-signal.exp: Likewise.
10414 * gdb.base/range-stepping.exp: Likewise.
10415 * gdb.cp/annota2.exp: Likewise.
10416 * gdb.cp/annota3.exp: Likewise.
10417 * gdb.gdb/selftest.exp: Likewise.
10418 * gdb.threads/continue-pending-status.exp: Likewise.
10419 * gdb.threads/leader-exit.exp: Likewise.
10420 * gdb.threads/manythreads.exp: Likewise.
10421 * gdb.threads/pthreads.exp: Likewise.
10422 * gdb.threads/schedlock.exp: Likewise.
10423 * gdb.threads/sigthread.exp: Likewise.
10424
a8f077dc
DB
104252015-12-11 Don Breazeal <donb@codesourcery.com>
10426
10427 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10428 remote.
10429 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10430 * gdb.base/foll-exec.exp (main): Enable for target remote.
10431 * gdb.base/foll-fork.exp (main): Likewise.
10432 * gdb.base/foll-vfork.exp (main): Likewise.
10433 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10434 (proc continue_to_exit_bp_loc): Use clean_restart.
10435 * gdb.base/pie-execl.exp (main): Disable for target remote.
10436 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10437 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10438 * gdb.threads/execl.exp (main): Likewise.
10439 * gdb.threads/fork-child-threads.exp (main): Likewise.
10440 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10441 remote.
10442 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10443 remote.
10444 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10445 pid.tid style ptids, instead of just tid.
10446 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10447 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10448 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10449 ptids, instead of just tid.
10450
3b2464a8
AB
104512015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10452
10453 * gdb.base/list.exp (test_list_forward): Add end of file error
10454 test.
10455 (test_repeat_list_command): Add end of file error test.
10456 (test_list_backwards): Add beginning of file error test.
10457
a0def019
AB
104582015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10459
10460 * gdb.base/list.exp (test_list_invalid_args): New function,
10461 defined, and called.
10462
5c000dff
AB
104632015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10464
10465 * gdb.base/list.exp (test_list): Make test names unique.
10466
f1637ebe
YQ
104672015-12-11 Yao Qi <yao.qi@linaro.org>
10468
10469 * gdb.base/coremaker2.c: Remove.
10470
36d6fc0a
PA
104712015-12-10 Pedro Alves <palves@redhat.com>
10472
10473 * gdb.multi/base.exp: Remove stale "spaces" references.
10474
762f7747
PA
104752015-12-10 Pedro Alves <palves@redhat.com>
10476
10477 * gdb.multi/base.exp: Don't use nowarnings.
10478 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10479 * gdb.multi/hangout.c: Include stdio.h.
10480 * gdb.multi/hello.c: Include stdlib.h.
10481 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10482 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10483 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10484
28d2bfb9
AB
104852015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10486
10487 * gdb.dwarf2/dw2-ranges-base.c: New file.
10488 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10489 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10490 support additional line table, and debug ranges generation.
10491 (Dwarf::ranges): New function, generate .debug_ranges.
10492 (Dwarf::lines): Support generating simple line table programs.
10493 (Dwarf::assemble): Initialise new namespace variables.
10494
5fc2beac
KB
104952015-12-09 Kevin Buettner <kevinb@redhat.com>
10496
10497 * gdb.base/async.exp (proc test_background): Add case for
10498 asynchronous execution not supported.
10499
1c35a88f
LM
105002015-12-09 Luis Machado <lgustavo@codesourcery.com>
10501
10502 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10503 format and change test names to make them unique.
10504
b593e3d9
RK
105052015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10506 Pedro Alves <pedro@redhat.com>
10507
10508 PR gdb/18702
10509 Add checking of floatformats setup on x86_64 hosts.
10510 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10511 (smallval, bigval): New labels/constants.
10512 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10513 float" after loading bigval and smallval.
10514
d72413e6
PMR
105152015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10516
10517 * gdb.ada/fun_overload_menu.exp: New testcase.
10518 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10519
ece66d65
JS
105202015-12-04 Josh Stone <jistone@redhat.com>
10521
10522 * gdb.base/catch-fork-static.exp: New.
10523
41d0efca
YQ
105242015-12-03 Yao Qi <yao.qi@linaro.org>
10525
10526 * gdb.base/sizeof.c: Don't include stdio.h and
10527 ../lib/unbuffer_output.c.
10528 (main): New variable 'size' and 'value'. Remove printf and
10529 gdb_unbuffer_output. Assign return value to size and value.
10530 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10531 at the beginning.
10532 (check_sizeof): Check the result by printing variable 'size'.
10533 (check_valueof): Check the result by printing variable 'value'.
10534
99fd02d9
YQ
105352015-12-01 Yao Qi <yao.qi@linaro.org>
10536
10537 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10538 for aarch64*-*-linux* target.
10539
f2faf941
PA
105402015-11-30 Pedro Alves <palves@redhat.com>
10541
10542 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10543
04bf20c5
PA
105442015-11-30 Pedro Alves <palves@redhat.com>
10545
10546 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10547 Handle non-stop mode vCont replies.
10548
09df4675
PA
105492015-11-30 Pedro Alves <palves@redhat.com>
10550
10551 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10552 prepare_for_testing. Start gdb with "set non-stop on" appended to
10553 GDBFLAGS. Lax expected stop output.
10554
58b584af
YQ
105552015-11-27 Yao Qi <yao.qi@linaro.org>
10556
10557 * gdb.arch/arm-neon.exp: New.
10558 * gdb.arch/arm-neon.c: New.
10559
dfcb77a8
YQ
105602015-11-27 Yao Qi <yao.qi@linaro.org>
10561
10562 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10563
88e8ec1b
YQ
105642015-11-27 Yao Qi <yao.qi@linaro.org>
10565
10566 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10567 frames-invalid annotation.
10568
bfde72c2
YQ
105692015-11-27 Yao Qi <yao.qi@linaro.org>
10570
10571 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10572
f6512a69
SM
105732015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10574
10575 * gdb.threads/names.exp: New file.
10576 * gdb.threads/names.c: New file.
10577 * README: Mention gdb,no_thread_names.
10578
46a3515b
MM
105792015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10580
10581 PR 19297
10582 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10583 support" error.
10584
62147a22
PA
105852015-11-24 Pedro Alves <palves@redhat.com>
10586
10587 PR 17539
10588 * gdb.base/display.exp: Expect displays to be sorted in ascending
10589 order. Use multi_line.
10590 * gdb.base/solib-display.exp: Likewise.
10591
2f341b6e
PA
105922015-11-24 Pedro Alves <palves@redhat.com>
10593
10594 PR 17539
25d49b86
PA
10595 * gdb.base/display.exp: Expect displays to be sorted in ascending
10596 order. Use multi_line.
10597 * gdb.base/solib-display.exp: Likewise.
2f341b6e 10598
7e0aa6aa
PA
105992015-11-24 Pedro Alves <palves@redhat.com>
10600
10601 PR 17539
10602 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10603 threads in ascending order.
10604 * gdb.base/foll-fork.exp: Likewise.
10605 * gdb.base/foll-vfork.exp: Likewise.
10606 * gdb.base/multi-forks.exp: Likewise.
10607 * gdb.mi/mi-nonstop.exp: Likewise.
10608 * gdb.mi/mi-nsintrall.exp: Likewise.
10609 * gdb.multi/base.exp: Likewise.
10610 * gdb.multi/multi-arch.exp: Likewise.
10611 * gdb.python/py-inferior.exp: Likewise.
10612 * gdb.threads/break-while-running.exp: Likewise.
10613 * gdb.threads/execl.exp: Likewise.
10614 * gdb.threads/gcore-thread.exp: Likewise.
10615 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10616 * gdb.threads/kill.exp: Likewise.
10617 * gdb.threads/linux-dp.exp: Likewise.
10618 * gdb.threads/multiple-step-overs.exp: Likewise.
10619 * gdb.threads/next-bp-other-thread.exp: Likewise.
10620 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10621 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10622 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10623 * gdb.threads/thread-find.exp: Likewise.
10624 * gdb.threads/tls.exp: Likewise.
10625 * lib/mi-support.exp (mi_reverse_list): Delete.
10626 (mi_check_thread_states): No longer reverse list.
10627
2cc57ad8
PA
106282015-11-24 Pedro Alves <palves@redhat.com>
10629
10630 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10631 use lowercase.
10632
c93e8391
SM
106332015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10634
10635 * gdb.trace/actions.c: Include trace-common.h.
10636 (main): Add a location for a fast tracepoint.
10637 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10638 the normal tracepoints.
10639 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10640
045ccf91
SM
106412015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10642
10643 * save-trace.exp: Factor out code to these...
10644 (gdb_save_tracepoints): New.
10645 (gdb_load_tracepoints): New.
10646 (do_save_load_test): New.
10647
5506f9f6
KB
106482015-11-23 Kevin Buettner <kevinb@redhat.com>
10649
10650 * gdb.base/asmlabel.exp: New test.
10651 * gdb.base/asmlabel.c: New test case.
10652
16c3b12f
JB
106532015-11-23 Joel Brobecker <brobecker@adacore.com>
10654
10655 * gdb.base/wrong_frame_bt_full-main.c: New file.
10656 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10657 * gdb.base/wrong_frame_bt_full.exp: New file.
10658
155bfbd3
JB
106592015-11-23 Joel Brobecker <brobecker@adacore.com>
10660
10661 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10662
bb097445
JM
106632015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10664
206853a0 10665 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
10666 pstate register when comparing registers values in
10667 sparc64-*-linux-gnu targets to avoid spurious differences.
10668
9c88ed8f
JM
106692015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10670
206853a0 10671 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 10672
96161e25
SL
106732015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10674
10675 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10676 as type argument to gdb_compile.
10677 * gdb.base/nested-subp2.exp: Likewise.
10678 * gdb.base/nested-subp3.exp: Likewise.
10679
340c2830
DV
106802015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10681
10682 * lib/dwarf.exp (_note): Fix left shift of negative value.
10683 * gdb.trace/trace-condition.exp: Likewise.
10684
c1862d0f
YQ
106852015-11-13 Yao Qi <yao.qi@linaro.org>
10686
10687 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10688 comments about d10v.
10689 (test_scalar_returns): Likewise.
10690 * gdb.base/d10v.ld: Remove.
10691 * gdb.base/overlays.exp: Remove the target triplet checking for
10692 d10v-*-*.
10693 * gdb.base/structs.exp (test_struct_returns): Remove the
10694 comments about d10v.
10695 (test_struct_calls): Likewise.
10696
77ae9c19
YQ
106972015-11-13 Yao Qi <yao.qi@linaro.org>
10698
10699 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10700 * gdb.base/gnu_vector.c: Don't include stdio.h.
10701 (main): Don't print res and call add_some_intvecs.
10702
430e004e
MK
107032015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10704
10705 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10706 macro.
10707 (func5): Removed.
10708 (func4): Use FAST_TRACEPOINT_LABEL.
10709 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10710 macro.
10711 (func): Removed.
10712 (thread_function): Use FAST_TRACEPOINT_LABEL.
10713 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10714 (func): Remove.
10715 (marker): Use FAST_TRACEPOINT_LABEL.
10716 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10717 (pendfunc1): Remove.
10718 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10719 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10720 (foo): Remove.
10721 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10722 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10723 macro.
10724 (func): Remove.
10725 (marker): Use FAST_TRACEPOINT_LABEL.
10726 * gdb.trace/trace-common.h: New header.
10727 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10728 macro.
10729 (func): Remove.
10730 (marker): Use FAST_TRACEPOINT_LABEL.
10731 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10732 (func): Remove.
10733 (thread_function): Use FAST_TRACEPOINT_LABEL.
10734
6e7675a7
MK
107352015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10736
10737 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10738 in front.
10739 * gdb.trace/change-loc.exp: Use global pcreg definition.
10740 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10741 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10742 in front.
10743 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10744 * gdb.trace/pending.exp: Likewise.
10745 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10746 * gdb.trace/trace-break.exp: Likewise.
10747 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10748 in front.
10749 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10750 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10751 in front.
10752 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10753
dddc0e16
JB
107542015-11-09 Joel Brobecker <brobecker@adacore.com>
10755
10756 * gdb.ada/fin_fun_out: New testcase.
10757
c6f0b406
KB
107582015-11-07 Kevin Buettner <kevinb@redhat.com>
10759
10760 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10761 value associated with DW_AT_byte_size.
10762 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10763 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10764 DW_AT_upper_bound.
10765
f01dcfd9
KB
107662015-11-07 Kevin Buettner <kevinb@redhat.com>
10767
10768 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10769 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10770 version.
10771 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10772 gdb.dwarf2/dw2-canonicalize-type.exp,
10773 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10774 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10775 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10776 provided by gdb_target_symbol_prefix_flags_asm.
10777 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10778 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10779 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10780 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10781 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10782 macros where needed). Use this macro for symbols which require
10783 the prefix provided by SYMBOL_PREFIX.
10784
2223449a
KB
107852015-11-05 Kevin Buettner <kevinb@redhat.com>
10786
10787 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10788 New procs.
10789 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10790 representing expressions, of more than one list element.
10791 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10792 to prepend linker symbol prefix to f.
10793 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10794 table_1 and table_2.
10795 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10796 Likewise, for f and g.
10797 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10798 for ptr.
10799 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10800 for main.
10801 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10802 table_1_ptr and table_2_ptr.
10803
6f2f1a3a
JK
108042015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10805 Joel Brobecker <brobecker@adacore.com>
10806
10807 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10808
566c56c9
MK
108092015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10810
10811 * gdb.reverse/s390-mvcle.c: New test.
10812 * gdb.reverse/s390-mvcle.exp: New file.
10813 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10814
d5f0636b
MK
108152015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10816
10817 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10818
7ad8b86c
MK
108192015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10820
10821 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10822 reaching marker2.
10823 * gdb.reverse/getresuid-reverse.exp: Likewise.
10824 * gdb.reverse/pipe-reverse.exp: Likewise.
10825 * gdb.reverse/readv-reverse.exp: Likewise.
10826 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10827 * gdb.reverse/time-reverse.exp: Likewise.
10828 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10829
4081c0f1
YQ
108302015-10-30 Yao Qi <yao.qi@linaro.org>
10831
10832 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10833 (empty_cycle): Remove.
10834 (main): Don't call empty_cycle. Don't use watch_count_done.
10835 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10836 empty_cycle. Rewrite the code counting HW watchpoints.
10837
452b4ba5
MK
108382015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10839
10840 * gdb.reverse/fstatat-reverse.c: New test.
10841 * gdb.reverse/fstatat-reverse.exp: New file.
10842 * gdb.reverse/getresuid-reverse.c: New test.
10843 * gdb.reverse/getresuid-reverse.exp: New file.
10844 * gdb.reverse/pipe-reverse.c: New test.
10845 * gdb.reverse/pipe-reverse.exp: New file.
10846 * gdb.reverse/readv-reverse.c: New test.
10847 * gdb.reverse/readv-reverse.exp: New file.
10848 * gdb.reverse/recvmsg-reverse.c: New test.
10849 * gdb.reverse/recvmsg-reverse.exp: New file.
10850 * gdb.reverse/time-reverse.c: New test.
10851 * gdb.reverse/time-reverse.exp: New file.
10852 * gdb.reverse/waitpid-reverse.c: New test.
10853 * gdb.reverse/waitpid-reverse.exp: New file.
10854
5e2e7507
JK
108552015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10856
10857 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10858
0fde2c53
DE
108592015-10-26 Doug Evans <dje@google.com>
10860
10861 PR symtab/17391
10862 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10863 * gdb.dwarf2/bad-regnum.c: New file.
10864 * gdb.dwarf2/bad-regnum.exp: New file.
10865
1a70ae97
DE
108662015-10-26 Doug Evans <dje@google.com>
10867
10868 PR python/18938
10869 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10870 file.
10871
27dc26ab
JK
108722015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10873
10874 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10875 for a change by "Mention language in compile error message".
10876
bed91f4d
SM
108772015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10878
10879 PR python/18073
10880 * gdb.python/py-type.c (C::a_method): New.
10881 (C::a_const_method): New.
10882 (C::a_static_method): New.
10883 (a_function): New.
10884 * gdb.python/py-type.exp (test_fields): Test getting fields
10885 from function and method.
10886
3f2f83dd
KB
108872015-10-21 Keven Boell <keven.boell@intel.com>
10888
10889 * gdb.fortran/vla-alloc-assoc.exp: New file.
10890 * gdb.fortran/vla-datatypes.exp: New file.
10891 * gdb.fortran/vla-datatypes.f90: New file.
10892 * gdb.fortran/vla-history.exp: New file.
10893 * gdb.fortran/vla-ptype-sub.exp: New file.
10894 * gdb.fortran/vla-ptype.exp: New file.
10895 * gdb.fortran/vla-sizeof.exp: New file.
10896 * gdb.fortran/vla-sub.f90: New file.
10897 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10898 * gdb.fortran/vla-value-sub-finish.exp: New file.
10899 * gdb.fortran/vla-value-sub.exp: New file.
10900 * gdb.fortran/vla-value.exp: New file.
10901 * gdb.fortran/vla-ptr-info.exp: New file.
10902 * gdb.mi/mi-vla-fortran.exp: New file.
10903 * gdb.mi/vla.f90: New file.
10904
27145d50
SL
109052015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10906
10907 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10908 of hardwired timeout value.
10909
5f3ff4f8
JK
109102015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10911 Pedro Alves <palves@redhat.com>
10912
10913 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10914 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10915
bfd09d20
JS
109162015-10-19 Josh Stone <jistone@redhat.com>
10917
10918 * gdb.base/catch-syscall.c: Include <sched.h>.
10919 (unknown_syscall): New variable.
10920 (main): Trigger a vfork and an unknown syscall.
10921 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10922 (unknown_syscall_number): Likewise.
10923 (check_call_to_syscall): Accept an optional syscall pattern.
10924 (check_return_from_syscall): Likewise.
10925 (check_continue): Likewise.
10926 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10927 (test_catch_syscall_skipping_return): New test toggling off 'catch
10928 syscall' to step over the syscall return, then toggling back on.
10929 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10930 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10931 (do_syscall_tests): Call test_catch_syscall_without_args and
10932 test_catch_syscall_mid_vfork.
10933 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10934 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10935
b32b93c6
AS
109362015-10-19 Andrew Stubbs <ams@codesourcery.com>
10937
10938 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10939 print g_vE): Add new pass patterns.
10940 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10941 print various symbol names for vptr fields.
10942
9d622bda
AB
109432015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10944
10945 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10946 results.
10947
0fd8ac1c
YQ
109482015-10-12 Yao Qi <yao.qi@linaro.org>
10949
10950 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10951
34240514
YQ
109522015-10-12 Yao Qi <yao.qi@linaro.org>
10953
10954 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10955 is aarch64*-*-linux*.
10956
8240f442
YQ
109572015-10-12 Yao Qi <yao.qi@linaro.org>
10958
10959 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10960 (can_relocate_bcond_true): ... it.
10961 (can_relocate_bcond_false): New function.
10962 (foo): Likewise.
10963 (can_relocate_bl): Likewise.
10964 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10965 can_relocate_bl.
10966
2520f728
PMR
109672015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10968
10969 * gdb.base/nested-addr.c: New file.
10970 * gdb.base/nested-addr.exp: New testcase.
10971
abcef95a
MM
109722015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10973
10974 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10975 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10976 its output. Ignore the output of "record goto begin" and instead
10977 check that GDB is replaying.
10978
145e3ddb
PA
109792015-10-09 Pedro Alves <palves@redhat.com>
10980
10981 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10982 (top level): Use it in the run with no args test.
10983
d5d8c4e1
IB
109842015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10985
10986 * gdb.dlang/properties.exp: New file.
10987
06e635ef
SL
109882015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10989
10990 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10991 whether or not address 0x1000 is mapped on the target.
10992
e019fd1d
SM
109932015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10994
10995 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10996 build.
10997
77ba2a67
MM
109982015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10999
11000 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
11001 instruction-history test.
11002
c60eb31f
DE
110032015-09-28 Doug Evans <dje@google.com>
11004
11005 * gdb.base/gcore.c (array_func): Add reference to static_array.
11006
9a3c8263
SM
110072015-09-25 Simon Marchi <simon.marchi@ericsson.com>
11008
11009 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
11010 source line.
11011
9720e656
SL
110122015-09-24 Sandra Loosemore <sandra@codesourcery.com>
11013
11014 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
11015 short or char as base type.
11016
938d3bf2
SL
110172015-09-23 Sandra Loosemore <sandra@codesourcery.com>
11018
11019 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
11020 to allow any size enum.
11021
e6c2c623
PMR
110222015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11023
11024 * gdb.ada/array_ptr_renaming.exp: New testcase.
11025 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11026 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11027
06da0f77
PL
110282015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11029
11030 * gdb.trace/ftrace-lock.c: New file.
11031 * gdb.trace/ftrace-lock.exp: New file.
11032
4f51c22a
PL
110332015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11034
11035 * gdb.arch/insn-reloc.c: New file.
11036 * gdb.arch/ftrace-insn-reloc.exp: New file.
11037
7041adf4
PL
110382015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11039
11040 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11041 instruction.
11042 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11043 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11044 * gdb.trace/range-stepping.c: Likewise.
11045 * gdb.trace/trace-break.c: Likewise.
11046 * gdb.trace/trace-mt.c (thread_function): Likewise.
11047 * gdb.trace/ftrace.c (marker): Likewise.
11048 * gdb.trace/trace-condition.c (marker): Likewise.
11049 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11050 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11051 is_aarch64_target.
11052
015d2e7e
DE
110532015-09-18 Doug Evans <xdje42@gmail.com>
11054
11055 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11056 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11057
26b188a2
SL
110582015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11059
11060 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11061 the breakpoint.
11062
79dc332b
SL
110632015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11064
11065 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11066 the pending breakpoint. Remove timeout override for "Run till
11067 MI pending breakpoint on pendfunc3 on thread 2" test.
11068
f57929f2
SL
110692015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11070
11071 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11072 filename pattern.
11073
3f469b17
SL
110742015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11075
11076 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11077 in breakpoint filename pattern.
11078
515b89b3
SL
110792015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11080
7800dbe4
SL
11081 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11082
110832015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11084
515b89b3
SL
11085 * gdb.linespec/explicit.exp: Check for readline support for
11086 tab-completion tests. Fix obvious typo.
11087
d2939ba2
MM
110882015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11089
11090 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11091 and replay.
11092
cbb55fa7
MM
110932015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11094
11095 * gdb.btrace/non-stop.c: New.
11096 * gdb.btrace/non-stop.exp: New.
11097
43691ca1
PL
110982015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11099 Yao Qi <yao.qi@linaro.org>
11100
11101 * gdb.trace/trace-condition.c: New file.
11102 * gdb.trace/trace-condition.exp: New file.
11103
d78908cf
WW
111042015-09-16 Wei-cheng Wang <cole945@gmail.com>
11105
11106 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11107 for testing bytecode compilation.
11108
1ed415e2
PA
111092015-09-16 Pedro Alves <palves@redhat.com>
11110 Sandra Loosemore <sandra@codesourcery.com>
11111
11112 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11113 (SECONDS): Redefine.
11114 (main): Call pthread_kill and alarm early.
11115 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11116 support.
11117 (test): If the target can't hardware step and doesn't support
11118 displaced stepping, increase the timeout.
11119
d136eff5
PA
111202015-09-16 Pedro Alves <palves@redhat.com>
11121
11122 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11123 (enable_debug): New procedures.
11124 (test): Use them. Bail out if waiting for threads fails.
11125 (top level): Bail out if a test fails.
11126
991f019c
YQ
111272015-09-16 Yao Qi <yao.qi@linaro.org>
11128
11129 * gdb.asm/asm-source.exp: Set asm-arch for
11130 aarch64*-*-* target.
11131 * gdb.asm/aarch64.inc: New file.
11132
bfca584f
PMR
111332015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11134
11135 * gdb.ada/array_of_variable_length.exp: New testcase.
11136 * gdb.ada/array_of_variable_length/foo.adb: New file.
11137 * gdb.ada/array_of_variable_length/pck.adb: New file.
11138 * gdb.ada/array_of_variable_length/pck.ads: New file.
11139
b326e587
DE
111402015-09-15 Doug Evans <dje@google.com>
11141
11142 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11143 of function static local variable.
11144
5382cfab
PW
111452015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11146
11147 * gdb.threads/tls-so_extern.exp: New test file.
11148 * gdb.threads/tls-so_extern.c: New test file.
11149 * gdb.threads/tls-so_extern_main.c: New test file.
11150
141c5cc4
JK
111512015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11152
11153 * gdb.opt/solib-intra-step-lib.c: New file.
11154 * gdb.opt/solib-intra-step-main.c: New file.
11155 * gdb.opt/solib-intra-step.exp: New file.
11156
d15dcecd
PA
111572015-09-15 Pedro Alves <palves@redhat.com>
11158
11159 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11160 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11161
4c2f2a79
PA
111622015-09-14 Pedro Alves <palves@redhat.com>
11163
11164 * gdb.base/hook-stop-continue.c: Delete.
11165 * gdb.base/hook-stop-continue.exp: Delete.
11166 * gdb.base/hook-stop-frame.c: Delete.
11167 * gdb.base/hook-stop-frame.exp: Delete.
11168 * gdb.base/hook-stop.c: New file.
11169 * gdb.base/hook-stop.exp: New file.
11170
919e6dbe
PMR
111712015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11172
11173 * gdb.ada/access_to_packed_array.exp: New testcase.
11174 * gdb.ada/access_to_packed_array/foo.adb: New file.
11175 * gdb.ada/access_to_packed_array/pack.adb: New file.
11176 * gdb.ada/access_to_packed_array/pack.ads: New file.
11177
157280a4
MM
111782015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11179
11180 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11181 buffer size test.
11182
2fd33e94
DB
111832015-09-11 Don Breazeal <donb@codesourcery.com>
11184
11185 * gdb.base/foll-exec.c: Add copyright header. Fix
11186 formatting issues.
11187 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11188 (do_exec_tests): Use clean_restart in place of zap_session,
11189 and for test initialization. Fix formatting issues. Use
11190 fail in place of perror.
11191 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11192 an expect statement to match an expression with output from
11193 the program under debug.
11194 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11195 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11196 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11197 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11198 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11199
e70b6e8e
DE
112002015-09-09 Doug Evans <dje@google.com>
11201
11202 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11203
7a551a51
DE
112042015-09-09 Doug Evans <dje@google.com>
11205
11206 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11207
4c666f84
DE
112082015-09-09 Doug Evans <dje@google.com>
11209
11210 * gdb.base/savedregs.exp: Fix typo.
11211
243a9253
PA
112122015-09-09 Pedro Alves <palves@redhat.com>
11213
11214 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11215
c0fa8fbd
SL
112162015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11217
11218 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11219 command actually switches threads. Give up on remaining
11220 tests if target fails to stop at breakpoint.
11221
cd7c1778
PMR
112222015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11223
11224 * gdb.ada/funcall_char.exp: New testcase.
11225 * gdb.ada/funcall_char/foo.adb: New file.
11226
dc5c8746
PMR
112272015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11228
11229 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11230 expected outputs. Add two testcases for completing ambiguous
11231 functions.
11232 * gdb.ada/complete/aux_pck.adb: New file.
11233 * gdb.ada/complete/aux_pck.ads: New file.
11234 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11235 Ambiguous_Func functions.
11236 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11237 * gdb.ada/complete/pck.adb: Likewise.
11238
4e83a1e7
UW
112392015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11240
11241 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11242 failures to run the test program under GDB.
11243
8ce74153
LM
112442015-08-26 Luis Machado <lgustavo@codesourcery.com>
11245
11246 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11247 to C.
11248
e9756d52
PP
112492015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11250
11251 * gdb.base/run-after-attach.exp: New test file.
11252 * gdb.base/run-after-attach.c: New test file.
11253
8d37573b
DB
112542015-08-26 Don Breazeal <donb@codesourcery.com>
11255
11256 * gdb.base/foll-exec-2.c: New test program.
11257 * gdb.base/foll-exec-2.exp: New test.
11258
63e43d3a
PMR
112592015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11260
11261 * gdb.base/nested-subp1.exp: New file.
11262 * gdb.base/nested-subp1.c: New file.
11263 * gdb.base/nested-subp2.exp: New file.
11264 * gdb.base/nested-subp2.c: New file.
11265 * gdb.base/nested-subp3.exp: New file.
11266 * gdb.base/nested-subp3.c: New file.
11267
3d40fbb5
PA
112682015-08-24 Pedro Alves <palves@redhat.com>
11269
11270 * gdb.server/connect-without-multi-process.c: New file.
11271 * gdb.server/connect-without-multi-process.exp: New file.
11272
4422ac93
LM
112732015-08-24 Luis Machado <lgustavo@codesourcery.com>
11274
11275 * gdb.opt/inline-markers.c: Make z int.
11276
91dddb86
LM
112772015-08-24 Luis Machado <lgustavo@codesourcery.com>
11278
11279 * gdb.opt/inline-markers.c: Make z volatile.
11280
a48847ee
LM
112812015-08-24 Luis Machado <lgustavo@codesourcery.com>
11282
11283 * gdb.opt/inline-bt.c: New volatile global z.
11284 * gdb.opt/inline-cmds.c: Likewise.
11285 * gdb.opt/inline-locals.c: Likewise.
11286 * gdb.opt/inline-markers.c: New extern global z.
11287 (marker): Use z.
11288 (inline_fn): Likewise.
11289
0ebbc52b
PA
112902015-08-24 Pedro Alves <palves@redhat.com>
11291
11292 * config/m32r-stub.exp: Remove file.
11293 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11294 * gdb.base/call-rt-st.exp: Likewise.
11295 * gdb.base/call-strs.exp: Likewise.
11296 * gdb.base/default.exp: Remove references to h8300-*-hms and
11297 *-*-udi*.
11298 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11299
77c365df
AA
113002015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11301
11302 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11303 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11304 and "return" use KFAIL when GDB can not read/write the vector
11305 return value.
11306
4313b8c0
GB
113072015-08-21 Gary Benson <gbenson@redhat.com>
11308
11309 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11310
0e433b32
PA
113112015-08-20 Pedro Alves <palves@redhat.com>
11312
11313 * gdb.server/solib-list.exp: No longer expect an interior stop in
11314 non-stop mode.
11315
221e1a37
PA
113162015-08-20 Pedro Alves <palves@redhat.com>
11317
11318 * gdb.server/connect-stopped-target.c: New file.
11319 * gdb.server/connect-stopped-target.exp: New file.
11320
40e3ad0e
PA
113212015-08-20 Pedro Alves <palves@redhat.com>
11322
11323 * gdb.dwarf2/comp-unit-lang.exp: New file.
11324 * gdb.dwarf2/comp-unit-lang.c: New file.
11325
af39b327
PMR
113262015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11327
11328 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11329 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11330
7d45c7c3 113312015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 11332
7d45c7c3
KB
11333 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11334 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11335
4d6cceb4
DE
113362015-08-18 Doug Evans <dje@google.com>
11337 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11338
11339 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11340 skip_python_tests. New arg prompt_regexp.
11341 (skip_python_tests): New function.
11342 * lib/mi-support.exp (mi_skip_python_tests): New function.
11343 * gdb.python/py-mi-objfile-gdb.py: New file.
11344 * gdb.python/py-mi-objfile.c: New file.
11345 * gdb.python/py-mi-objfile.exp: New file.
11346
ad89c2aa
KS
113472015-08-17 Keith Seitz <keiths@redhat.com>
11348
11349 * gdb.linespec/explicit.exp: Move strace test from here ...
11350 * gdb.trace/strace.exp: ... to here.
11351
e3ae3c43
PP
113522015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11353
11354 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11355 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11356
604b2636
DE
113572015-08-14 Doug Evans <xdje42@gmail.com>
11358
11359 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11360 inferior before selecting a new file.
11361
6ff0ba5f
DE
113622015-08-14 Doug Evans <xdje42@gmail.com>
11363
11364 * gdb.mi/mi-disassemble.exp: Update.
11365 * gdb.base/disasm-optim.S: New file.
11366 * gdb.base/disasm-optim.c: New file.
11367 * gdb.base/disasm-optim.h: New file.
11368 * gdb.base/disasm-optim.exp: New file.
11369
9ca98f92
KS
113702015-08-14 Keith Seitz <keiths@redhat.com>
11371
11372 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11373 "evaluated-by".
11374
52bbc560
JB
113752015-08-13 Joel Brobecker <brobecker@adacore.com>
11376
11377 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11378
5d8c3ed3
PMR
113792015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11380
11381 * gdb.ada/fun_renaming.exp: New testcase.
11382 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11383 * gdb.ada/fun_renaming/pack.adb: New file.
11384 * gdb.ada/fun_renaming/pack.ads: New file.
11385
ea8812bc
KS
113862015-08-12 Keith Seitz <keiths@redhat.com>
11387
11388 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11389 gdb_get_line_number.
11390
4dafcdeb
JB
113912015-08-12 Joel Brobecker <brobecker@adacore.com>
11392
11393 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11394 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11395 gdb.base/dso2dso.exp: New files.
11396
5ba32597
SDJ
113972015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11398 Pedro Alves <palves@redhat.com>
11399 Keith Seitz <keiths@redhat.com>
11400
11401 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11402 GDBFLAGS.
11403
b6dafabf
PP
114042015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11405
11406 * gdb.base/gdbhistsize-history.exp
11407 (test_histsize_history_setting): Use save_vars.
11408 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11409 Use save_vars.
11410 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11411 * gdb.base/readline.exp: Use save_vars.
11412
abe8e607
PP
114132015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11414
11415 * lib/gdb.exp (save_vars): New proc.
11416
629500fa
KS
114172015-08-11 Keith Seitz <keiths@redhat.com>
11418
11419 * gdb.base/help.exp: Update help_breakpoint_text.
11420
eb8c4e2e
KS
114212015-08-11 Keith Seitz <keiths@redhat.com>
11422
11423 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11424 (at toplevel): Call test_explicit_breakpoints.
11425 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11426 breakpoints.
11427 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11428 breakpoint conditions, "-cond".
11429
87f0e720
KS
114302015-08-11 Keith Seitz <keiths@redhat.com>
11431
11432 * gdb.linespec/3explicit.c: New file.
11433 * gdb.linespec/cpexplicit.cc: New file.
11434 * gdb.linespec/cpexplicit.exp: New file.
11435 * gdb.linespec/explicit.c: New file.
11436 * gdb.linespec/explicit.exp: New file.
11437 * gdb.linespec/explicit2.c: New file.
11438 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11439 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11440 before using in the matching pattern.
11441 Clarify that `prefix' is a regular expression.
11442
f00aae0f
KS
114432015-08-11 Keith Seitz <keiths@redhat.com>
11444
11445 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11446 test.
11447 Add tests for missing ",FMT" and ",".
11448
e27852be
DE
114492015-08-10 Doug Evans <dje@google.com>
11450 Keith Seitz <keiths@redhat.com>
11451
11452 PR gdb/17960
11453 * gdb.base/completion.exp: Add location completer tests.
11454
7f03bd92
PA
114552015-08-07 Pedro Alves <palves@redhat.com>
11456
11457 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11458 tests here.
11459 (top level): Run do_test with and without displaced stepping.
11460
3fc8eb30
PA
114612015-08-07 Pedro Alves <palves@redhat.com>
11462
11463 * gdb.base/valgrind-disp-step.c: New file.
11464 * gdb.base/valgrind-disp-step.exp: New file.
11465
d4569d7b
PA
114662015-08-07 Pedro Alves <palves@redhat.com>
11467
11468 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11469 Delete function.
11470 (main): Add alarm. Run an infinite loop instead of calling
11471 wait_threads.
11472 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11473 comment.
11474 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11475 Delete function.
11476 (main): Add alarm. Run an infinite loop instead of calling
11477 wait_threads.
11478 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11479 comment.
11480
e1316e60
PA
114812015-08-07 Pedro Alves <palves@redhat.com>
11482
11483 * gdb.base/checkpoint-ns.exp: New file.
11484 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11485 standard_testfile.
11486
da8c46d2
MM
114872015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11488
11489 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11490 * gdb.btrace/instruction_history.exp: Update.
11491 * gdb.btrace/tsx.exp: New.
11492 * gdb.btrace/tsx.c: New.
11493
de1c2c52
PA
114942015-08-06 Pedro Alves <palves@redhat.com>
11495
11496 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11497 increase timeout.
11498 * gdb.reverse/until-precsave.exp: Bump timeouts.
11499
782e0bf4
PA
115002015-08-06 Pedro Alves <palves@redhat.com>
11501
11502 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11503
83e97ed0
PA
115042015-08-06 Pedro Alves <palves@redhat.com>
11505
11506 PR gdb/18749
11507 * gdb.threads/process-dies-while-handling-bp.c: New file.
11508 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11509
863d01bd
PA
115102015-08-06 Pedro Alves <palves@redhat.com>
11511
11512 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11513 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11514
0a39bb32
PA
115152015-08-05 Pedro Alves <palves@redhat.com>
11516
11517 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11518 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11519
ee2d2b10
SL
115202015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11521
11522 * gdb.base/bp-permanent.exp: Report test as unsupported if
11523 the target cannot stop at the permanent breakpoint.
11524
4e1bdb00
DE
115252015-08-03 Doug Evans <dje@google.com>
11526
11527 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11528 10000.
11529
3d338901
DE
115302015-08-03 Doug Evans <dje@google.com>
11531
11532 * Makefile.in (workers/%.worker, build-perf): New rule.
11533 (GDB_PERFTEST_MODE): New variable.
11534 (check-perf): Use it.
11535 (clean): Clean up gdb.perf parallel build subdirs.
11536 * lib/build-piece.exp: New file.
11537 * lib/gdb.exp (make_gdb_parallel_path): New function
11538 (standard_output_file, standard_temp_file): Call it.
11539 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11540 of $GDB_PARALLEL.
11541 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11542
af061d3e
DE
115432015-08-03 Doug Evans <dje@google.com>
11544
8e1afc81 11545 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
11546 (LOG_FILE_NAME): New global.
11547 (TextReporter.__init__): Initialize self.txt_sum.
11548 (TextReporter.report): Add support for multiple data-points.
11549 Move report to perftest.sum, put raw data in perftest.log.
11550 (TextReporter.start): Open sum and log files.
11551 (TextReporter.end): Close sum and log files.
8e1afc81
DE
11552 * gdb.perf/lib/perftest/testresult.py
11553 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 11554
2c8c5d37
PA
115552015-07-31 Pedro Alves <palves@redhat.com>
11556
11557 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11558 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11559 kill_wait_spawned_process instead of explicit "kill -9".
11560 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11561 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11562 kill_wait_spawned_process.
11563 * gdb.base/attach-twice.exp: Likewise.
11564 * gdb.base/attach.exp: Likewise.
11565 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11566 gdb_test_multiple.
11567 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11568 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11569 kill_wait_spawned_process.
11570 * gdb.base/valgrind-infcall.exp: Likewise.
11571 * gdb.multi/multi-attach.exp: Likewise.
11572 * gdb.python/py-prompt.exp: Likewise.
11573 * gdb.python/py-sync-interp.exp: Likewise.
11574 * gdb.server/ext-attach.exp: Likewise.
11575 * gdb.threads/attach-into-signal.exp (corefunc): Use
11576 spawn_wait_for_attach, spawn_id_get_pid and
11577 kill_wait_spawned_process.
11578 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11579 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11580 spawn_id_get_pid and kill_wait_spawned_process.
11581 * gdb.threads/attach-stopped.exp (corefunc): Use
11582 spawn_wait_for_attach, spawn_id_get_pid and
11583 kill_wait_spawned_process.
11584 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11585 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11586 kill_wait_spawned_process instead of explicit "kill -9".
11587 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11588 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11589 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11590 processes. Don't map cygwin/windows pids here. Now returns a
11591 spawn id list.
11592
032a0fca
SL
115932015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11594
11595 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11596 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11597 correct patch.
11598
61a934ca
SL
115992015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11600
11601 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11602
4bc4d428
SL
116032015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11604
11605 Reapply:
11606 2014-05-21 Mark Wielaard <mjw@redhat.com>
11607
11608 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11609
998d452a
PA
116102015-07-30 Pedro Alves <palves@redhat.com>
11611
11612 * linux-low.c (handle_extended_wait): Set the child's last
11613 reported status to TARGET_WAITKIND_STOPPED.
11614
69dde7dc
PA
116152015-07-30 Pedro Alves <palves@redhat.com>
11616
11617 PR threads/18600
11618 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11619 only shows inferior 1.
11620
4dd63d48
PA
116212015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11622 Pedro Alves <palves@redhat.com>
11623
11624 PR threads/18600
11625 * gdb.threads/fork-plus-threads.c: New file.
11626 * gdb.threads/fork-plus-threads.exp: New file.
11627
d618e4c5
PP
116282015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11629
11630 * gdb.base/batch-preserve-term-settings.exp
11631 (test_terminal_settings_preserved_after_cli_exit): Use
11632 send_quit_command.
11633
1eef6428
PA
116342015-07-29 Pedro Alves <palves@redhat.com>
11635 Don Breazeal <donb@codesourcery.com>
11636
11637 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11638 output from both inferior_spawn_id and gdb_spawn_id.
11639
7da5b897
SDJ
116402015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11641
11642 * gdb.threads/attach-into-signal.exp (corefunc): Use
11643 with_test_prefix on nested loops, uniquefying the test messages.
11644
dac804df
SDJ
116452015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11646
11647 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11648 commit.
11649
06265e53
PP
116502015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11651
11652 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11653 New proc.
11654 (test_terminal_settings_preserved_after_sigterm): New test.
11655
18206ca3
PP
116562015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11657
11658 * gdb.base/batch-preserve-term-settings.exp
11659 (test_terminal_settings_preserved_after_cli_exit): New test.
11660
90074d11
PP
116612015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11662
11663 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11664 manipulation of saved_gdbflags.
11665 (test_terminal_settings_preserved): Remove global declaration of
11666 the unused variable pagination_prompt. Remove manipulation of
11667 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11668 GDBFLAGS.
11669
eb1a7902
PA
116702015-07-29 Pedro Alves <palves@redhat.com>
11671
11672 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11673
8b75dd3b
PA
116742015-07-29 Pedro Alves <palves@redhat.com>
11675
11676 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11677 at the top.
11678
dedad4e3
PA
116792015-07-29 Pedro Alves <palves@redhat.com>
11680
11681 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11682 (main): Call gdb_unbuffer_output.
11683 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11684 (main): Call gdb_unbuffer_output.
11685 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11686 (main): Call gdb_unbuffer_output.
11687 * gdb.base/call-strs.exp: Adjust to step over the
11688 gdb_unbuffer_output call.
11689 * gdb.base/catch-gdb-caused-signals.c: Include
11690 "../lib/unbuffer_output.c".
11691 (main): Call gdb_unbuffer_output.
11692 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11693 (main): Call gdb_unbuffer_output.
11694 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11695 (main): Call gdb_unbuffer_output.
11696 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11697 (main): Call gdb_unbuffer_output.
11698 * gdb.base/shlib-call.exp: Adjust to step over the
11699 gdb_unbuffer_output call.
11700 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11701 (main): Call gdb_unbuffer_output.
11702 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11703 (main): Call gdb_unbuffer_output.
11704 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11705 (main): Rename to ...
11706 (test): ... this.
11707 (main): Reimplement.
11708 * gdb.base/varargs.exp: Run to test instead of to main.
11709 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11710 (main): Call gdb_unbuffer_output.
11711
58789a91
PA
117122015-07-29 Pedro Alves <palves@redhat.com>
11713
11714 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11715 factore out from mi_continue_dprintf. For call-style dprintfs,
11716 expect dprintf output out of $inferior_spawn_id.
11717 (mi_continue_dprintf): Use mi_expect_dprintf.
11718 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11719 (main): Call gdb_unbuffer_output.
11720
e8376742
PA
117212015-07-29 Pedro Alves <palves@redhat.com>
11722
11723 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11724 (default_mi_gdb_start): Set inferior_spawn_id instead of
11725 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11726 gdb_spawn_id.
11727 (mi_gdb_test): Always expect inferior output from both
11728 $inferior_spawn_id and $gdb_spawn_id.
11729
08280010
PA
117302015-07-29 Pedro Alves <palves@redhat.com>
11731
11732 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11733 send_inferior and $inferior_spawn_id.
11734
4d30e432
PA
117352015-07-29 Pedro Alves <palves@redhat.com>
11736
11737 * gdb.gdb/complaints.exp (test_initial_complaints)
11738 (test_serial_complaints, test_short_complaints): Use
11739 gdb_test_stdio.
11740 (test_empty_complaint): Handle $inferior_spawn_id !=
11741 $gdb_spawn_id.
11742
0d30a335
PA
117432015-07-29 Pedro Alves <palves@redhat.com>
11744
11745 * gdb.base/varargs.exp: Use gdb_test_stdio.
11746
39413b29
PA
117472015-07-29 Pedro Alves <palves@redhat.com>
11748
11749 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11750
7cb000a9
PA
117512015-07-29 Pedro Alves <palves@redhat.com>
11752
11753 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11754
d7b8ac82
PA
117552015-07-29 Pedro Alves <palves@redhat.com>
11756
11757 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11758 parameter into two new parameters, "inf_result" and "gdb_result".
11759 Expect inferior output and gdb output from $inferior_spawn_id and
11760 $gdb_spawn_id, respectively. Adjust all callers.
11761
789c3a0c
PA
117622015-07-29 Pedro Alves <palves@redhat.com>
11763
11764 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11765 of gdb_test_sequence.
11766
77e760c3
PA
117672015-07-29 Pedro Alves <palves@redhat.com>
11768
11769 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11770 (saw_spurious_output): Expect inferior output from
11771 $inferior_spawn_id. Use gdb_test_stdio.
11772
8396d2cd
PA
117732015-07-29 Pedro Alves <palves@redhat.com>
11774
11775 * gdb.base/dprintf.exp: Use standard_testfile. Change
11776 prepare_for_testing call.
11777 (srcfile): Don't set.
11778 (restart): New procedure.
11779 (test_dprintf): New procecure, use to continue over dprintfs.
11780 (test_call, test_agent): New procedures, tests moved here.
11781 Restart gdb and recreate dprintfs. Adjust expected output.
11782
2051d61f
PA
117832015-07-29 Pedro Alves <palves@redhat.com>
11784
11785 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11786
452397af
PA
117872015-07-29 Pedro Alves <palves@redhat.com>
11788
11789 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11790
8aed9555
PA
117912015-07-29 Pedro Alves <palves@redhat.com>
11792
11793 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11794 gdb_test_stdio.
11795
188a61b4
PA
117962015-07-29 Pedro Alves <palves@redhat.com>
11797
11798 * lib/gdb.exp (gdb_test_stdio): New procedure.
11799
12264a45
PA
118002015-07-29 Pedro Alves <palves@redhat.com>
11801
11802 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11803
23ffc893
PA
118042015-07-29 Pedro Alves <palves@redhat.com>
11805
11806 * gdb.base/call-signal-resume.exp: Remove check for
11807 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11808 * gdb.base/unwindonsignal.exp: Likewise.
11809 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11810 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11811
65566918
PA
118122015-07-29 Pedro Alves <palves@redhat.com>
11813
11814 * gdb.base/siginfo-addr.c (pass): New function.
11815 (handler): Call it iff si_addr is correct.
11816 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11817 Set a breakpoint at "pass" and continue to it.
11818
d60a9221
SDJ
118192015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11820
11821 * gdb.python/py-objfile.exp: Make some tests have unique names.
11822 * gdb.python/py-pp-registration.exp: Likewise.
11823
bde40b8f
PA
118242015-07-28 Pedro Alves <palves@redhat.com>
11825
11826 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11827
13e1dec8
SM
118282015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11829
11830 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11831
da33c9a7
SM
118322015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11833
11834 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11835
077836f7
PP
118362015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11837
11838 * gdb.base/gdb-sigterm-2.exp: New test.
11839
b8cc7b2e
DE
118402015-07-25 Doug Evans <xdje42@gmail.com>
11841
11842 Revert:
11843 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11844 (workers/%.worker, build-perf): New rule.
11845 (GDB_PERFTEST_MODE): New variable.
11846 (check-perf): Use it.
11847 (clean): Clean up gdb.perf parallel build subdirs.
11848 * lib/build-piece.exp: New file.
11849 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11850 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11851 name.
11852 (standard_temp_file): Ditto.
11853 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11854 of $GDB_PARALLEL.
11855
c8bd4544
DE
118562015-07-24 Doug Evans <dje@google.com>
11857
11858 * gdb.perf/lib/perftest/utils.py: New file.
11859 * gdb.perf/gm-hello.cc: New file.
11860 * gdb.perf/gm-pervasive-typedef.cc: New file.
11861 * gdb.perf/gm-pervasive-typedef.h: New file.
11862 * gdb.perf/gm-std.cc: New file.
11863 * gdb.perf/gm-std.h: New file.
11864 * gdb.perf/gm-use-cerr.cc: New file.
11865 * gdb.perf/gm-utils.h: New file.
11866 * gdb.perf/gmonster-null-lookup.py: New file.
11867 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11868 * gdb.perf/gmonster-print-cerr.py: New file.
11869 * gdb.perf/gmonster-ptype-string.py: New file.
11870 * gdb.perf/gmonster-runto-main.py: New file.
11871 * gdb.perf/gmonster-select-file.py: New file.
11872 * gdb.perf/gmonster1-null-lookup.exp: New file.
11873 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11874 * gdb.perf/gmonster1-print-cerr.exp: New file.
11875 * gdb.perf/gmonster1-ptype-string.exp: New file.
11876 * gdb.perf/gmonster1-runto-main.exp: New file.
11877 * gdb.perf/gmonster1-select-file.exp: New file.
11878 * gdb.perf/gmonster1.cc: New file.
11879 * gdb.perf/gmonster1.exp: New file.
11880 * gdb.perf/gmonster2-null-lookup.exp: New file.
11881 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11882 * gdb.perf/gmonster2-print-cerr.exp: New file.
11883 * gdb.perf/gmonster2-ptype-string.exp: New file.
11884 * gdb.perf/gmonster2-runto-main.exp: New file.
11885 * gdb.perf/gmonster2-select-file.exp: New file.
11886 * gdb.perf/gmonster2.cc: New file.
11887 * gdb.perf/gmonster2.exp: New file.
11888
6eab34f3
DE
118892015-07-24 Doug Evans <dje@google.com>
11890
11891 * gdb.perf/README: New file.
11892 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11893 * lib/gen-perf-test.exp: New file.
11894
63738bfd
DE
118952015-07-24 Doug Evans <dje@google.com>
11896
11897 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11898 (PerfTest::startup): New function.
11899 (PerfTest::run): Return result of calling body.
11900 (PerfTest::assemble): Rewrite.
11901 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11902 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11903 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11904 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11905 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11906
7b606f95
DE
119072015-07-24 Doug Evans <dje@google.com>
11908
11909 * lib/gdb.exp (clean_restart): Make executable optional.
11910
a97b16b8
DE
119112015-07-24 Doug Evans <dje@google.com>
11912
11913 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11914 compiler_info references.
11915 * gdb.cp/temargs.exp: Ditto.
11916 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11917 (get_compiler_info): Early exit if already computed. Set compiler_info
11918 to "unknown" if there was a problem.
11919 (test_compiler_info): Add function comment. Call get_compiler_info.
11920
35baa57f
DE
119212015-07-24 Doug Evans <dje@google.com>
11922
11923 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11924 (workers/%.worker, build-perf): New rule.
11925 (GDB_PERFTEST_MODE): New variable.
11926 (check-perf): Use it.
11927 (clean): Clean up gdb.perf parallel build subdirs.
11928 * lib/build-piece.exp: New file.
11929 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11930 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11931 name.
11932 (standard_temp_file): Ditto.
11933 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11934 of $GDB_PARALLEL.
11935
6ebea266
DE
119362015-07-24 Doug Evans <dje@google.com>
11937
11938 * lib/future.exp (gdb_default_target_compile): New option
11939 "early_flags".
11940 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11941 --as-needed.
11942
1e76a7e9
SDJ
119432015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11944
11945 * gdb.base/catch-syscall.exp: Call gdb_exit before
11946 gdb_skip_xml_test.
11947
5068630a
PA
119482015-07-24 Pedro Alves <palves@redhat.com>
11949
11950 * gdb.python/py-events.exp: Accept output between the stop event
11951 and the prompt.
11952 * gdb.python/py-evsignal.exp: Likewise.
11953 * gdb.python/py-evthreads.exp: Likewise.
11954
77598427
PA
119552015-07-24 Pedro Alves <palves@redhat.com>
11956
11957 PR gdb/18717
11958 * gdb.threads/non-ldr-exit.c: New file.
11959 * gdb.threads/non-ldr-exit.exp: New file.
11960
11e6c98f
YQ
119612015-07-24 Yao Qi <yao.qi@linaro.org>
11962
11963 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11964 restarting process.
11965
51aee833
YQ
119662015-07-24 Yao Qi <yao.qi@linaro.org>
11967
11968 * gdb.server/ext-restart.exp: New file.
11969
8cfe207c
YQ
119702015-07-24 Yao Qi <yao.qi@linaro.org>
11971
11972 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11973 argument options.
11974 * gdb.server/ext-wrapper.exp: New file.
11975
cc12ce38
DE
119762015-07-23 Doug Evans <dje@google.com>
11977
11978 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11979 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11980
d0d84780
PMR
119812015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11982
11983 * gdb.ada/var_arr_typedef.exp: New testcase.
11984 * gdb.ada/var_arr_typedef/pack.adb: New file.
11985 * gdb.ada/var_arr_typedef/pack.ads: New file.
11986 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11987
8b558f79
JB
119882015-07-20 Joel Brobecker <brobecker@adacore.com>
11989
11990 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11991
775a3298
JK
119922015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11993
11994 * gdb.arch/i386-biarch-core.exp: Replace istarget
11995 by "complete set gnutarget". Remove expectation for the "core-file"
11996 command.
11997
db1ff28b
JK
119982015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11999
12000 Revert the previous commit:
12001 Tests for validate symbol file using build-id.
12002
0a94970d
JK
120032015-07-15 Aleksandar Ristovski <aristovski@qnx.com
12004
12005 Tests for validate symbol file using build-id.
12006 * gdb.base/solib-mismatch-lib.c: New file.
12007 * gdb.base/solib-mismatch-libmod.c: New file.
12008 * gdb.base/solib-mismatch.c: New file.
12009 * gdb.base/solib-mismatch.exp: New file.
12010
03346981
SL
120112015-07-15 Sandra Loosemore <sandra@codesourcery.com>
12012
12013 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
12014 nios2-*-linux*.
12015 * gdb.base/sigbpt.exp (stepi_out): Likewise.
12016 * gdb.base/siginfo.exp: Likewise.
12017 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12018
42422cc7
PL
120192015-07-15 Pierre Langlois <pierre.langlois@arm.com>
12020
12021 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12022 Move it to ...
12023 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12024 ... here.
12025 * gdb.trace/range-stepping.exp: Check that the target supports
12026 range stepping.
12027
cfa68bae
JK
120282015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12029
12030 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12031
8ffdba26
PA
120322015-07-14 Pedro Alves <palves@redhat.com>
12033
12034 * gdb.base/killed-outside.exp: New file.
12035 * gdb.base/killed-outside.c: New file.
12036
218a5a11
JK
120372015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12038
12039 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12040 (n at main): New.
12041 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12042
e03ed3c6
AA
120432015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12044
12045 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12046 infcall tests instead of setting up for KFAIL.
12047
485668e5
MM
120482015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12049
12050 * gdb.btrace/record_goto-step.exp: New.
12051
08464196
JK
120522015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12053
12054 PR compile/18484
12055 * gdb.compile/compile.c (struct struct_type): Add volatile to
12056 selffield's type.
12057 * gdb.compile/compile.exp
12058 (compile code struct_object.selffield = &struct_object): Skip further
12059 struct_object tests if this one xfails.
12060
bcf5c1d9
RC
120612015-07-08 Robert O'Callahan <robert@ocallahan.org>
12062
12063 PR exp/18617
12064 * gdb.trace/ax.exp: Add test.
12065
4931af25
YQ
120662015-07-07 Yao Qi <yao.qi@linaro.org>
12067
12068 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12069 instead of istarget "aarch64*-*-*".
12070 * gdb.arch/aarch64-fp.exp: Likewise.
12071 * gdb.base/float.exp: Likewise.
12072 * gdb.reverse/aarch64.exp: Likewise.
12073 * lib/gdb.exp (is_aarch64_target): New proc.
12074
9fcf688e
YQ
120752015-07-07 Yao Qi <yao.qi@linaro.org>
12076
12077 * lib/gdb.exp (is_aarch32_target): New proc.
12078 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12079 instead of "istarget "arm*-*-*"".
12080 * gdb.arch/arm-disp-step.exp: Likewise.
12081 * gdb.arch/thumb-bx-pc.exp: Likewise.
12082 * gdb.arch/thumb-prologue.exp: Likewise.
12083 * gdb.arch/thumb-singlestep.exp: Likewise.
12084 * gdb.base/disp-step-syscall.exp: Likewise.
12085 * gdb.base/float.exp: Likewise.
12086
fbd8d50d
YQ
120872015-07-07 Yao Qi <yao.qi@linaro.org>
12088
12089 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12090 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12091
71be1fdc
YQ
120922015-07-07 Yao Qi <yao.qi@linaro.org>
12093
12094 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12095 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12096 if it exists.
12097 * gdb.multi/multi-arch.exp: Likewise.
12098
3e221d36
SM
120992015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12100
12101 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12102 print.
12103
d441430b
YQ
121042015-07-07 Yao Qi <yao.qi@linaro.org>
12105
12106 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12107
06f810bd
MG
121082015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12109
12110 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12111 '[' and ']' characters.
12112
5e61e7c0
IB
121132015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12114
12115 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12116
28bf096c
PA
121172015-06-29 Pedro Alves <palves@redhat.com>
12118
12119 PR threads/18127
12120 * gdb.threads/hand-call-new-thread.c: New file.
12121 * gdb.threads/hand-call-new-thread.c: New file.
12122
ee93cd5e
KS
121232015-06-26 Keith Seitz <keiths@redhat.com>
12124 Doug Evans <dje@google.com>
12125
12126 PR 16253
12127 * gdb.cp/var-tag-2.cc: New file.
12128 * gdb.cp/var-tag-3.cc: New file.
12129 * gdb.cp/var-tag-4.cc: New file.
12130 * gdb.cp/var-tag.cc: New file.
12131 * gdb.cp/var-tag.exp: New file.
12132
fc637f04
PP
121332015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12134
12135 * gdb.base/history-duplicates.exp: New test.
12136
2e52ae68
PP
121372015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12138
12139 * gdb.base/completion.exp: Test the completion of the "focus"
12140 command.
12141
6e22494e
JK
121422015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12143
12144 * gdb.arch/amd64-prologue-skip.S: New file.
12145 * gdb.arch/amd64-prologue-skip.exp: New file.
12146
bf7b9cd9
SM
121472015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12148
12149 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12150 is_address_zero_readable check.
12151
201e8dfd
PB
121522015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12153
12154 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12155 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12156
5cd867b4
YQ
121572015-06-24 Yao Qi <yao.qi@linaro.org>
12158
12159 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12160 linux targets.
12161
4d7be007
YQ
121622015-06-24 Yao Qi <yao.qi@linaro.org>
12163
12164 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12165 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12166 * gdb.base/siginfo-thread.exp: Likewise.
12167
07fcd301
YQ
121682015-06-22 Yao Qi <yao.qi@linaro.org>
12169
12170 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12171
52042a00
YQ
121722015-06-22 Yao Qi <yao.qi@linaro.org>
12173
12174 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12175 aarch64*-*-*.
12176 (skip_hw_watchpoint_tests): Likewise.
12177
74bd41ce
PP
121782015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12179
12180 * gdb.base/gdbinit-history.exp: Test the interaction between
12181 setting GDBHISTSIZE and setting the history size via .gdbinit.
12182
bc460514
PP
121832015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12184
12185 PR gdb/16999
12186 * gdb.base/gdbhistsize-history.exp: New test.
12187
b58c513b
PP
121882015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12189
12190 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12191 with GDBHISTSIZE.
12192 * gdb.base/readline.exp: Likewise.
12193
92046791
YQ
121942015-06-17 Yao Qi <yao.qi@linaro.org>
12195
12196 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12197 line.
12198
2093d2d3
PP
121992015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12200
12201 * gdb.base/gdbinit-history.exp: Add test case to check that
12202 an unlimited history file does not get truncated on exit.
12203
e6c693af
AA
122042015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12205
12206 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12207 (VECTOR): New macro. Use it...
12208 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12209 ...for these typedefs.
12210 (int8, char1, int1, double1): New typedefs.
12211 (struct just_int2, struct two_int2): New structures.
12212 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12213 (add_structvecs, add_singlevecs): New functions.
12214 (main): Call add_some_intvecs twice.
12215 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12216 the compile and exit upon failure. Try compiling for the "native"
12217 architecture. Test inferior function calls with vector arguments
12218 and vector return value handling with "finish" and "return".
12219
c74f7d1c
JT
122202015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12221
12222 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12223 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12224 PE file.
12225 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12226
98aa42ee
AT
122272015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12228
12229 PR breakpoints/16465
12230 * gdb.mi/mi-dprintf-pending.c: New file.
12231 * gdb.mi/mi-dprintf-pending.exp: New test.
12232 * gdb.mi/mi-dprintf-pendshr.c: New file.
12233
7d73c23c 122342015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 12235 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
12236
12237 * gdb.arch/i386-mpx-map.c: New file.
12238 * gdb.arch/i386-mpx-map.exp: New File.
12239
122402015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12241
12242 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12243 * gdb.arch/i386-mpx.exp: Indentation fixed.
12244
122452015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12246
12247 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12248 function and improved indentation.
12249 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12250 gdb_test_multiple. Added additional tests to skip the test.
12251
122522015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12253
12254 * gdb.arch/i386-avx512.c: Change path in include file.
12255 * gdb.arch/i386-avx512.exp: Change include dir path
12256 compilation flag.
12257 * gdb.arch/i386-mpx.c: Change path in include file.
12258 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12259 flag.
12260
d5eba19a
JK
122612015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12262
12263 * gdb.compile/compile-print.exp (compile print *vararray@3)
12264 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12265
7f361056
JK
122662015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12267
12268 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12269 (do not keep jit in memory): ... this.
12270 (expect 5): Change it to ...
12271 (expect no 5): ... this.
12272
3b462ec2
SM
122732015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12274
12275 PR gdb/15564
12276 * gdb.mi/mi-detach.exp: New file.
12277
e0619de6
JK
122782015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12279
12280 PR symtab/18392
12281 * gdb.arch/amd64-tailcall-self.S: New file.
12282 * gdb.arch/amd64-tailcall-self.c: New file.
12283 * gdb.arch/amd64-tailcall-self.exp: New file.
12284
e970cb34
DB
122852015-05-28 Don Breazeal <donb@codesourcery.com>
12286
12287 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12288 tests for remote targets by checking is_target_gdbserver.
12289
b2e2f908
DE
122902015-05-27 Doug Evans <dje@google.com>
12291
12292 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12293 * gdb.dwarf2/opaque-type-lookup.c: New file.
12294 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12295
82c7be31
DE
122962015-05-26 Doug Evans <dje@google.com>
12297
12298 * gdb.cp/iostream.cc: New file.
12299 * gdb.cp/iostream.exp: New file.
12300
b4f54984
DE
123012015-05-26 Doug Evans <dje@google.com>
12302
12303 * gdb.dwarf2/dw2-op-call.exp: Update.
12304 * gdb.dwarf2/dw4-sig-types.exp: Update.
12305 * gdb.dwarf2/implptr.exp: Update.
12306 * gdb.mi/mi-cmd-param-changed.exp: Update.
12307
4ea6efe9
DE
123082015-05-26 Doug Evans <dje@google.com>
12309
12310 * gdb.python/py-lazy-string.c: New file.
12311 * gdb.python/py-lazy-string.exp: New file.
12312 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12313 (main): Update. Add estring3.
12314 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12315 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12316
f6bb7db3
YQ
123172015-05-26 Omair Javaid <omair.javaid@linaro.org>
12318 Yao Qi <yao.qi@linaro.org>
12319
12320 * gdb.reverse/aarch64.c: New.
12321 * gdb.reverse/aarch64.exp: New.
12322
a81bfbd0
OJ
123232015-05-26 Omair Javaid <omair.javaid@linaro.org>
12324
25d49b86
PA
12325 * lib/gdb.exp (supports_process_record): Return true for
12326 aarch64*-linux*.
a81bfbd0
OJ
12327 (supports_reverse): Likewise.
12328
158bf1b4
PP
123292015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12330
12331 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12332 Use with_test_prefix.
12333
a0145030
AB
123342015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12335
12336 * gdb.base/completion.exp: Add test for completion of layout
12337 names.
12338
ebe3b578
AB
123392015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12340
12341 * lib/gdb.exp (skip_tui_tests): New proc.
12342 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12343
84204ed7
PA
123442015-05-19 Pedro Alves <palves@redhat.com>
12345
12346 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12347 Save the whole env array instead of just HOME. Unset HISTSIZE in
12348 the environment while testing. Restore whole environment
12349 afterwards.
12350
37442ce1
DE
123512015-05-16 Doug Evans <xdje42@gmail.com>
12352
12353 * gdb.guile/scm-ports.c: New file.
12354 * gdb.guile/scm-ports.exp: Add memory port tests.
12355
36de76f9
JK
123562015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12357
12358 * gdb.compile/compile-print.c: New file.
12359 * gdb.compile/compile-print.exp: New file.
12360
3a9558c4
JK
123612015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12362
12363 * gdb.compile/compile-ops.exp: Cast param to void.
12364 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12365 (compile code struct_object.selffield = &struct_object): Add xfail.
12366
aa715135
JG
123672015-05-15 Joel Brobecker <brobecker@adacore.com>
12368
12369 * gdb.ada/arr_enum_with_gap: New testcase.
12370
931e5bc3
JG
123712015-05-15 Joel Brobecker <brobecker@adacore.com>
12372
12373 * gdb.ada/byte_packed_arr: New testcase.
12374
9cd4d857
JB
123752015-05-15 Joel Brobecker <brobecker@adacore.com>
12376
12377 * gdb.ada/pckd_neg: New testcase.
12378
ebfd00d2
PP
123792015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12380
12381 PR gdb/17820
12382 * gdb.base/gdbinit-history.exp: New test.
12383 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12384 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12385
4c082a81
SC
123862015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12387
12388 * gdb.python/py-xmethods.cc: Enhance test case.
12389 * gdb.python/py-xmethods.exp: New tests.
12390 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12391 function.
12392 (B_indexoper): Likewise.
12393 (global_dm_list) : Add new xmethod worker functions.
12394
f7797074
SDJ
123952015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12396
12397 * gdb.base/coredump-filter.exp: Correctly unset
12398 "coredump_var_addr" array.
12399
a4674e4e
PA
124002015-05-08 Pedro Alves <palves@redhat.com>
12401
12402 * gdb.server/non-existing-program.exp: Unset spawn_id.
12403
df2eb078
SC
124042015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12405
12406 PR python/18291
12407 * gdb.python/py-xmethods.exp: Add tests.
12408
422349a3
YQ
124092015-05-08 Yao Qi <yao.qi@linaro.org>
12410
12411 PR gdb/18208
12412 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12413 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12414 function set_coredump_filter, and remove remote_exec call.
12415 Remove argument ipid. Callers update.
12416 (top level): Don't get inferior's PID.
12417
63fc80ce
AA
124182015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12419
12420 * gdb.base/watch_thread_num.exp: Skip test on targets without
12421 access watchpoints.
12422
80ad801e
PA
124232015-05-06 Pedro Alves <palves@redhat.com>
12424
12425 PR server/18081
12426 * gdb.server/non-existing-program.exp: New file.
12427
0fa7fe50
JB
124282015-05-05 Joel Brobecker <brobecker@adacore.com>
12429
12430 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12431
3ea89b92
PMR
124322015-05-05 Joel Brobecker <brobecker@adacore.com>
12433
12434 * gdb.ada/out_of_line_in_inlined: New testcase.
12435
87b8eff0
JB
124362015-05-05 Joel Brobecker <brobecker@adacore.com>
12437
12438 * gdb.ada/var_rec_arr: New testcase.
12439
5fccc635
YQ
124402015-04-30 Yao Qi <yao.qi@linaro.org>
12441
12442 * gdb.base/break-idempotent.exp: If
12443 skip_hw_watchpoint_multi_tests returns true, skip the tests
12444 on "rwatch" and "awatch".
12445
42d38f42
YQ
124462015-04-30 Yao Qi <yao.qi@linaro.org>
12447
12448 * gdb.base/relativedebug.exp: Invoke gdb command
12449 "info sharedlibrary", and if libc.so doesn't have debug info,
12450 skip the test.
12451
2ce1cdbf
DE
124522015-04-29 Doug Evans <dje@google.com>
12453
12454 * gdb.python/py-xmethods.exp: Add ptype tests.
12455 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12456 get_result_type method.
12457
f24a38c5
LM
124582015-04-29 Luis Machado <lgustavo@codesourcery.com>
12459
12460 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12461 the target does not support hardware watchpoints.
12462
ecbf2b3c
LM
124632015-04-29 Luis Machado <lgustavo@codesourcery.com>
12464
12465 * gdb.base/break-always.exp: Abort testing if writing to memory
12466 causes an error.
12467
34f5f757
DE
124682015-04-28 Doug Evans <dje@google.com>
12469
12470 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12471 * gdb.python/py-pp-registration.exp: ... here. New file.
12472 * gdb.python/py-pp-registration.c: New file.
12473 * gdb.python/py-pp-registration.py: New file.
12474
69b4374a
DE
124752015-04-28 Doug Evans <dje@google.com>
12476
12477 * gdb.python/py-bad-printers.c: New file.
12478 * gdb.python/py-bad-printers.py: New file.
12479 * gdb.python/py-bad-printers.exp: New file.
12480
59fb7612
SS
124812015-04-28 Sasha Smundak <asmundak@google.com>
12482
12483 * gdb.python/py-type.exp: New test.
12484
2631b16a
AW
124852015-04-28 Andy Wingo <wingo@igalia.com>
12486
12487 * gdb.python/py-parameter.exp:
12488 * gdb.guile/scm-parameter.exp: Escape the path that we are
12489 matching against, as it might contain characters that are special
12490 to regular expressions.
12491
460efde1
JB
124922015-04-27 Joel Brobecker <brobecker@adacore.com>
12493
12494 * gdb.ada/rec_comp: New testcase.
12495
2d369d8e
SDJ
124962015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12497
12498 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12499 before using it.
12500
cf75d6c3
AB
125012015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12502
12503 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12504 new tests for verilog output.
12505
8dbe7ca5
YQ
125062015-04-24 Yao Qi <yao.qi@linaro.org>
12507
12508 * boards/remote-gdbserver-on-localhost.exp: New file.
12509
4ef9fb2f
PA
125102015-04-23 Pedro Alves <palves@redhat.com>
12511
12512 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12513 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12514 "end of file", remove $inferior_spawn_id from the indirect list.
12515
0a803169
PA
125162015-04-23 Pedro Alves <palves@redhat.com>
12517
12518 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12519
749ef8f8
PA
125202015-04-23 Pedro Alves <palves@redhat.com>
12521
12522 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12523 on $any_spawn_id instead of only on $gdb_spawn_id.
12524
8aae4344
PM
125252015-04-21 Pierre Muller <muller@sourceware.org>
12526
12527 PR pascal/17815
12528 * lib/pascal.exp (gpc_compile): Add new option "class".
12529 (fpc_compile): Likewise.
12530 * gdb.pascal/case-insensitive-symbols.pas: New file.
12531 * gdb.pascal/case-insensitive-symbols.exp: New file.
12532
1586c8fb
GB
125332015-04-20 Gary Benson <gbenson@redhat.com>
12534
12535 * gdb.base/attach.exp: Fix three extended remote failures.
12536
1b6e6f5c
GB
125372015-04-17 Gary Benson <gbenson@redhat.com>
12538
12539 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12540 the main executable over the remote protocol.
12541
e797481d
PA
125422015-04-16 Pedro Alves <palves@redhat.com>
12543
12544 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12545 a new gdbserver if gdbserver_reconnect_p is set.
12546
1ca99c42
PA
125472015-04-16 Pedro Alves <palves@redhat.com>
12548
12549 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12550 is set, don't exit gdbserver.
12551
af9fd6f8
AA
125522015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12553
12554 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12555 appropriate .insn, such that an older assembler can be used.
12556 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12557 the z/Architecture instruction set on 31-bit targets as well.
12558
04ff1e61
AA
125592015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12560
12561 * gdb.go/handcall.exp: Remove all logic related to the first
12562 breakpoint and rely on go_runto_main instead.
12563 * gdb.go/strings.exp: Likewise.
12564 * gdb.go/unsafe.exp: Likewise.
12565 * gdb.go/hello.exp: Likewise. Also rename the remaining
12566 breakpoint marker to "breakpoint 1".
12567 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12568 * gdb.go/strings.go: Likewise.
12569 * gdb.go/unsafe.go: Likewise.
12570 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12571 "set breakpoint 2 here" and rename the remaining breakpoint marker
12572 to "breakpoint 1".
12573
40d2f8d6
SM
125742015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12575
12576 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12577 if itertools.imap is not present.
12578 * gdb.python/py-objfile.exp: Add parentheses.
12579 * gdb.python/py-type.exp: Same.
12580 * gdb.python/py-unwind-maint.py: Same.
12581
8cbc97c6
YQ
125822015-04-15 Yao Qi <yao.qi@linaro.org>
12583
12584 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12585 of ":$ptr_size" and set its form explicitly.
12586
45fd756c
YQ
125872015-04-15 Pedro Alves <palves@redhat.com>
12588 Yao Qi <yao.qi@linaro.org>
12589
12590 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12591 timeout by factor of 4.
12592 (test_regular_watch): Likewise.
12593 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12594 * gdb.reverse/sigall-reverse.exp: Likewise.
12595 * gdb.reverse/until-precsave.exp: Likewise.
12596 * lib/gdb.exp (with_timeout_factor): New proc.
12597 (gdb_expect): Move some code to ...
12598 (get_largest_timeout): ... here. New procedure.
12599
9e811bc3
LM
126002015-04-14 Luis Machado <lgustavo@codesourcery.com>
12601
12602 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12603
0ff6fcb2
LM
126042015-04-13 Luis Machado <lgustavo@codesourcery.com>
12605
12606 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12607 to write to the .text section.
12608
7578d5f7
LM
126092015-04-13 Luis Machado <lgustavo@codesourcery.com>
12610
12611 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12612 Handle the case of targets that do not provide PID information.
12613
2efe15c4
YQ
126142015-04-13 Yao Qi <yao.qi@linaro.org>
12615
12616 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12617 and use expect instead of gdb_expect.
12618
8cd8f2f8
SDJ
126192015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12620
12621 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12622 "coredump_var_addr" to avoid naming conflict with other testcases.
12623
9ee41772
PA
126242015-04-10 Pedro Alves <palves@redhat.com>
12625
12626 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12627 gdb_test_sequence and gdb_assert.
12628
07473109
PA
126292015-04-10 Pedro Alves <palves@redhat.com>
12630
12631 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12632 test messages that don't include the breakpoint address.
12633
de3db44c
YQ
126342015-04-10 Yao Qi <yao.qi@linaro.org>
12635
12636 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12637 false for some offset and width combinations which aren't
12638 supported by linux kernel.
12639
c79d856c
PA
126402015-04-10 Pedro Alves <palves@redhat.com>
12641
12642 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12643 procedure, factored out from ...
12644 (top level): ... here. Add "set displaced-stepping" testing axis.
12645 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12646 parameter "displaced". Use it.
12647 (top level): Use foreach and add "set displaced-stepping" testing
12648 axis.
12649
ebc90b50
PA
126502015-04-10 Pedro Alves <palves@redhat.com>
12651
12652 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12653 Remove comment.
12654 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12655 both the address of the instruction that triggers the watchpoint
12656 and the address of the instruction immediately after, and use
12657 those addresses for the test. Fix comment.
12658
8f572e5c
PA
126592015-04-10 Pedro Alves <palves@redhat.com>
12660
12661 * gdb.base/sigstep.exp (breakpoint_to_handler)
12662 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12663 Test "backtrace" in handler.
12664 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12665 (top level): Add new "displaced" test axis to
12666 breakpoint_to_handler, breakpoint_to_handler_entry and
12667 breakpoint_over_handler.
12668
8d707a12
PA
126692015-04-10 Pedro Alves <palves@redhat.com>
12670
12671 PR gdb/18216
12672 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12673
ef713951
YQ
126742015-04-10 Yao Qi <yao.qi@linaro.org>
12675
12676 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12677 (test_add_rn_pc): New function.
12678 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12679 (top level): Invoke test_add_rn_pc.
12680
906d60cf
PA
126812015-04-10 Pedro Alves <palves@redhat.com>
12682
12683 PR gdb/13858
12684 * gdb.base/step-over-no-symbols.exp: New file.
12685
f2983cc3
AW
126862015-04-09 Andy Wingo <wingo@igalia.com>
12687
12688 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12689 after the Python tests.
12690
6d62641c
SDJ
126912015-04-08 Keith Seitz <keiths@redhat.com>
12692
12693 PR python/16699
12694 * gdb.python/py-completion.exp: New tests for completion.
12695 * gdb.python/py-completion.py (CompleteLimit1): New class.
12696 (CompleteLimit2): Likewise.
12697 (CompleteLimit3): Likewise.
12698 (CompleteLimit4): Likewise.
12699 (CompleteLimit5): Likewise.
12700 (CompleteLimit6): Likewise.
12701 (CompleteLimit7): Likewise.
12702
f3770638
PA
127032015-04-08 Pedro Alves <palves@redhat.com>
12704
12705 PR gdb/18214
12706 PR gdb/18216
12707 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12708 function.
12709 (main): Install it as SIGUSR1 handler.
12710 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12711 parameter. Always use "setup" as prefix. Toggle "set
12712 displaced-stepping" off/on depending on global. Don't switch to
12713 thread 1 here.
12714 (top level): Add displaced stepping "off/on" test axis. Update
12715 "setup" calls. Wrap each subtest with with_test_prefix. Test
12716 continuing with a queued signal in each thread.
12717
4496bed7
PA
127182015-04-08 Pedro Alves <palves@redhat.com>
12719
12720 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12721 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12722 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12723 Return early if running to main fails.
12724 * gdb.trace/while-stepping.exp: Likewise.
12725
b97fde92
PA
127262015-04-07 Pedro Alves <palves@redhat.com>
12727
12728 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12729 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12730 interact with inferior program.
12731
f71c18e7
PA
127322015-04-07 Pedro Alves <palves@redhat.com>
12733
12734 * lib/gdb.exp (inferior_spawn_id): New global.
12735 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12736 spawn id after processing the user code.
12737 (default_gdb_start): Set inferior_spawn_id.
12738 (send_inferior): New procedure.
12739 * lib/gdbserver-support.exp (gdbserver_start): Set
12740 inferior_spawn_id.
12741 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12742
6423214f
PA
127432015-04-07 Pedro Alves <palves@redhat.com>
12744
12745 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12746 * lib/gdbserver-support.exp (gdbserver_start): Make
12747 $server_spawn_id global.
12748 (gdbserver_start): Don't wait for gdbserver's spawn id with
12749 expect_background.
12750 (close_gdbserver): New procedure.
12751 (gdb_exit): Rename the default version and reimplement.
12752
71c0ee8c
PA
127532015-04-07 Pedro Alves <palves@redhat.com>
12754
72f4393d 12755 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
12756 append the substituted item, not the original item.
12757
203bc29b
PA
127582015-04-07 Pedro Alves <palves@redhat.com>
12759
12760 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12761 gdb_expect.
12762
508a3ddf
PA
127632015-04-07 Pedro Alves <palves@redhat.com>
12764
12765 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12766 output appearing once only.
12767
9f6dbe2b
PA
127682015-04-07 Pedro Alves <palves@redhat.com>
12769
12770 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12771 that doesn't expect anything. Return early if running to main
12772 fails.
12773
337532fa
YQ
127742015-04-07 Yao Qi <yao.qi@linaro.org>
12775
12776 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12777 (child_function): Call alarm.
12778 (main): Move call to alarm into the loop.
12779 * gdb.threads/non-stop-fair-events.exp: Build program with
12780 -DTIMEOUT=$timeout.
12781
01b622d4
DE
127822015-04-06 Doug Evans <xdje42@gmail.com>
12783
12784 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12785 Fix dest parameter to board_info.
12786 (fpc_compile): Ditto.
12787 (gdb_compile_pascal): Rename dest arg to destfile.
12788
961f4160
PMR
127892015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12790
12791 * gdb.ada/funcall_ref.exp: New file.
12792 * gdb.ada/funcall_ref/foo.adb: New file.
12793
cafda597
YQ
127942015-04-02 Yao Qi <yao.qi@linaro.org>
12795
12796 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12797 is remote.
12798
fed040c6
GB
127992015-04-02 Gary Benson <gbenson@redhat.com>
12800
12801 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12802
d11916aa
SS
128032015-04-01 Sasha Smundak <asmundak@google.com>
12804
12805 * gdb.python/py-unwind-maint.c: New file.
12806 * gdb.python/py-unwind-maint.exp: New test.
12807 * gdb.python/py-unwind-maint.py: New file.
12808 * gdb.python/py-unwind.c: New file.
12809 * gdb.python/py-unwind.exp: New test.
12810 * gdb.python/py-unwind.py: New test.
12811
a1471180
PA
128122015-04-01 Pedro Alves <palves@redhat.com>
12813
12814 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12815 to fail instead of non-existent $test.
12816
0bbeccb1
PA
128172015-04-01 Pedro Alves <palves@redhat.com>
12818
12819 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12820 GDBFLAGS if not empty.
12821
3c724c8c
PMR
128222015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12823
12824 * gdb.ada/complete.exp: Remove "multi_line".
12825 * gdb.ada/info_exc.exp: Remove "multi_line".
12826 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12827 * gdb.ada/ptype_field.exp: Remove "multi_line".
12828 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12829 * gdb.ada/tagged.exp: Remove "multi_line".
12830 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12831 [multi_line ...]
12832 * gdb.btrace/delta.exp: Likewise.
12833 * gdb.btrace/exception.exp: Likewise.
12834 * gdb.btrace/function_call_history.exp: Likewise.
12835 * gdb.btrace/instruction_history.exp: Likewise.
12836 * gdb.btrace/nohist.exp: Likewise.
12837 * gdb.btrace/record_goto.exp: Likewise.
12838 * gdb.btrace/segv.exp: Likewise.
12839 * gdb.btrace/stepi.exp: Likewise.
12840 * gdb.btrace/tailcall.exp: Likewise.
12841 * gdb.btrace/unknown_functions.exp: Likewise.
12842 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12843 * lib/gdb.exp: Add the "multi_line" helper.
12844
4eec2deb
PA
128452015-04-01 Pedro Alves <palves@redhat.com>
12846
12847 * gdb.threads/tid-reuse.c: New file.
12848 * gdb.threads/tid-reuse.exp: New file.
12849
df8411da
SDJ
128502015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12851
12852 PR corefiles/16092
12853 * gdb.base/coredump-filter.c: New file.
12854 * gdb.base/coredump-filter.exp: Likewise.
12855
6ef37366
PM
128562015-03-27 Petr Machata <pmachata@redhat.com>
12857
12858 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12859 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12860 (Dwarf::assemble): Initialize them.
12861 (Dwarf::lines): New function.
12862
7ec911b0
JT
128632015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12864
12865 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12866 SYMBOL_PREFIX for x86_64-*-cygwin.
12867
ff908ebf
AW
128682015-03-26 Andy Wingo <wingo@igalia.com>
12869
12870 PR symtab/18148
12871 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12872 const_value but not a location.
12873 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12874 location defined in non-main CUs are visible.
12875
6d5f0679
YQ
128762015-03-26 Yao Qi <yao.qi@linaro.org>
12877
12878 PR testsuite/18139
12879 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12880 Add a line number entry for the same line.
12881 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12882 Add a line number entry for the same line.
12883
2898689b
YQ
128842015-03-26 Yao Qi <yao.qi@linaro.org>
12885
12886 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12887 .int 0.
12888 (func): Likewise. Add .Lfunc_1 label.
12889 Use .Lfunc_1 label.
12890 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12891 .int 0.
12892 (func): Likewise.
12893 Use .Lfunc_1 label.
12894
85180498
YQ
128952015-03-26 Yao Qi <yao.qi@linaro.org>
12896
12897 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12898 Call gdb_compile instead to compile each .s files without debug
12899 information.
12900
8aa08a8d
YQ
129012015-03-26 Yao Qi <yao.qi@linaro.org>
12902
12903 * gdb.base/savedregs.exp (process_saved_regs): Make
12904 "Saved registers:" optional in the pattern.
12905
66849923
MM
129062015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12907
12908 * gdb.btrace/next.exp: Merged into step.exp.
12909 * gdb.btrace/finish.exp: Merged into step.exp.
12910 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12911 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12912 "record goto" and checking the exact replay position.
12913 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12914 check for "Recording format" in "info record" output.
12915 * gdb.btrace/record_goto.exp: Choose test file based on target.
12916 * gdb.btrace/x86-record_goto.S: Renamed into ...
12917 * gdb.btrace/x86_64-record_goto.S: ... this.
12918 * gdb.btrace/i686-record_goto.S: New.
12919 * gdb.btrace/x86-tailcall.S: Renamed into ...
12920 * gdb.btrace/x86_64-tailcall.S: ... this.
12921 * gdb.btrace/i686-tailcall.S: New.
12922 * gdb.btrace/x86-tailcall.c: Renamed into ...
12923 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12924 separate statements. Update test.
12925 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12926 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12927 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12928 * gdb.btrace/tailcall.exp: Choose test file based on target.
12929 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12930
11cc1b74
MM
129312015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12932
12933 * gdb.btrace/exception.exp: Increase BTS buffer size.
12934
a25d8bf9
PA
129352015-03-24 Pedro Alves <palves@redhat.com>
12936
12937 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12938
856e7dd6
PA
129392015-03-24 Pedro Alves <palves@redhat.com>
12940
12941 * gdb.threads/schedlock.exp (test_step): No longer expect that
12942 "set scheduler-locking step" with "next" over a function call runs
12943 threads unlocked.
12944
ad235a41
AT
129452015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12946
12947 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12948
15630549
AT
129492015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12950
12951 PR breakpoints/16466
12952 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12953 * gdb.mi/mi-pending.c (thread_func): New function.
12954 (int main): Add threading support required.
12955 * gdb.mi/mi-pending.exp: Add tests for this issue.
12956 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12957 (pendfunc2): Remove stdio dependency.
12958 * gdb.mi/mi-pendshr2.c: New file.
12959
693dca06
KS
129602015-03-23 Keith Seitz <keiths@redhat.com>
12961
12962 * gdb.linespec/keywords.c: New file.
12963 * gdb.linespec/keywords.exp: New file.
12964
7e993ebf
KS
129652015-03-23 Keith Seitz <keiths@redhat.com>
12966
12967 PR gdb/18021
12968 * gdb.dwarf2/staticvirtual.exp: New test.
12969
bc23328c
JK
129702015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12971
12972 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12973 * README: Remove HP-UX and gdb.hp.
12974 (configuration):
12975 * configure: Regenerate.
12976 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12977 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12978 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12979 gdb.hp/gdb.defects/Makefile.
12980 * gdb.hp/Makefile.in: File deleted.
12981 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12982 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12983 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12984 * gdb.hp/gdb.aCC/run.c: File deleted.
12985 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12986 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12987 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12988 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12989 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12990 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12991 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12992 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12993 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12994 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12995 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12996 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12997 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12998 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12999 * gdb.hp/gdb.base-hp/reg.s: File deleted.
13000 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
13001 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
13002 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
13003 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
13004 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
13005 * gdb.hp/gdb.compat/Makefile.in: File deleted.
13006 * gdb.hp/gdb.compat/average.c: File deleted.
13007 * gdb.hp/gdb.compat/sum.c: File deleted.
13008 * gdb.hp/gdb.compat/xdb.c: File deleted.
13009 * gdb.hp/gdb.compat/xdb0.c: File deleted.
13010 * gdb.hp/gdb.compat/xdb0.h: File deleted.
13011 * gdb.hp/gdb.compat/xdb1.c: File deleted.
13012 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
13013 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
13014 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
13015 * gdb.hp/gdb.defects/Makefile.in: File deleted.
13016 * gdb.hp/gdb.defects/bs14602.c: File deleted.
13017 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
13018 * gdb.hp/gdb.defects/solib-d.c: File deleted.
13019 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
13020 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
13021 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13022 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13023 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13024 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13025 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13026 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13027 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13028 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13029 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13030 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13031 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13032 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13033 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13034 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13035 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13036 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13037 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13038 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13039 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13040 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13041 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13042 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13043 * gdb.hp/tools/odump: File deleted.
13044
8bf3b159
PA
130452015-03-19 Pedro Alves <palves@redhat.com>
13046
13047 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13048 (saw_thread_3): New globals.
13049 (top level): Increment them when an event for the corresponding
13050 thread is seen.
13051 (no thread starvation): New test.
13052
eb54c8bf
PA
130532015-03-19 Pedro Alves <palves@redhat.com>
13054
13055 * gdb.threads/continue-pending-status.c: New file.
13056 * gdb.threads/continue-pending-status.exp: New file.
13057
32d2e5d6
PA
130582015-03-18 Pedro Alves <palves@redhat.com>
13059
13060 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13061 Use gdb_is_target_remote instead of is_remote. Use
13062 gdb_test_multiple instead of gdb_expect. Exit early if
13063 gdb_test_multiple hits its internal matches. Tighten stepi tests
13064 expected output. Fail on exit with any signal, instead of just
13065 SIGILL.
13066
f68f11b7
YQ
130672015-03-18 Yao Qi <yao.qi@linaro.org>
13068
13069 PR tdep/18107
13070 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13071 variable.
13072 * gdb.base/catch-syscall.exp: Don't skip it on
13073 aarch64*-*-linux* target. Remove elements in all_syscalls.
13074 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13075 target.
13076 (setup_all_syscalls): New proc.
13077
ca5fd19b
YQ
130782015-03-16 Yao Qi <yao.qi@linaro.org>
13079
13080 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13081 (top level): Skip tests if valid_addr_p returns false for
13082 $cmd1 or $cmd2.
13083
85642ba0
AW
130842015-03-11 Andy Wingo <wingo@igalia.com>
13085
13086 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13087
e03f9645
YQ
130882015-03-11 Yao Qi <yao.qi@linaro.org>
13089
13090 * gdb.base/catch-syscall.exp: Fix typo in comments.
13091
5d0962b2
YQ
130922015-03-11 Yao Qi <yao.qi@linaro.org>
13093
13094 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13095
b2df3cef
PA
130962015-03-09 Pedro Alves <palves@redhat.com>
13097
13098 * dg-extract-results.py: Delete.
13099
ef878e53
PA
131002015-03-09 Pedro Alves <palves@redhat.com>
13101
13102 Merge dg-extract-results.sh from GCC upstream (r218843).
13103
13104 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13105 * dg-extract-results.sh: Use --text with grep to avoid issues with
13106 binary files. Fall back to cat -v, if that doesn't work.
13107
9494d219
PA
131082015-03-05 Pedro Alves <palves@redhat.com>
13109
13110 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13111
a8d9763a
SM
131122015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13113
13114 * lib/mi-support.exp (mi_expect_interrupt): Accept
13115 alternative event for when in all-stop mode.
13116
be9957b8
PA
131172015-03-04 Pedro Alves <palves@redhat.com>
13118
13119 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13120
d57be0f4 131212015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
13122
13123 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13124
c214c7cf
AA
131252015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13126
13127 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13128 regexps for GDB's current line display, accept a hex address
13129 preceding the line number.
13130
6d74a497
AA
131312015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13132
13133 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13134 the 'arch1' variable for "s390*-linux*" targets.
13135
511aee7c
PA
131362015-03-04 Pedro Alves <palves@redhat.com>
13137
13138 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13139 (main): Pass missing retval argument to pthread_join call.
13140
95e50b27
PA
131412015-03-02 Pedro Alves <palves@redhat.com>
13142
13143 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13144 (top level): Call do_test with non-stop as well.
13145
28054d69
PA
131462015-03-02 Pedro Alves <palves@redhat.com>
13147
13148 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13149 -1.
13150
4fa5d7b4
AA
131512015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13152
13153 * gdb.arch/s390-vregs.exp: New test.
13154 * gdb.arch/s390-vregs.S: New file.
13155
97c18565
PA
131562015-02-27 Pedro Alves <palves@redhat.com>
13157
13158 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13159 call to catch_command_errors.
13160 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13161 catch_command_errors.
13162
a37bfa30
PA
131632015-02-27 Pedro Alves <palves@redhat.com>
13164
13165 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13166 "true" for boolean result.
13167 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13168 prototype of main.
13169
6f98576f
PA
131702015-02-27 Pedro Alves <palves@redhat.com>
13171
13172 * lib/unbuffer_output.c: New file.
13173 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13174 (main): Call gdb_unbuffer_output.
13175
eba5ab56
YQ
131762015-02-27 Yao Qi <yao.qi@linaro.org>
13177
13178 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13179 target.
13180
0def5aaa
DE
131812015-02-26 Doug Evans <dje@google.com>
13182
13183 * gdb.cp/class2.cc (Dbase, D): New classes.
13184 (main): New local delta.
13185 * gdb.cp/class2.exp: Test printing delta.
13186 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13187 (dynbar): New global.
13188 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13189
081a1c2c
JK
131902015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13191
13192 * gdb.compile/compile-ifunc.c: New file.
13193 * gdb.compile/compile-ifunc.exp: New file.
13194
2f41223f
AT
131952015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13196
13197 * gdb.base/structs.exp: Check for correct struct on finish.
13198
03eddd80
YQ
131992015-02-26 Yao Qi <yao.qi@linaro.org>
13200
13201 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13202 is zero.
13203
80c57053
JK
132042015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13205
13206 * gdb.arch/cordic.ko.bz2: New file.
13207 * gdb.arch/cordic.ko.debug.bz2: New file.
13208 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13209
21613c12
YQ
132102015-02-25 Yao Qi <yao.qi@linaro.org>
13211
13212 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13213 aarch64*-*-* target.
13214
d8b901ed
PA
132152015-02-23 Pedro Alves <palves@redhat.com>
13216
13217 * lib/gdb.exp (delete_breakpoints): Rewrite using
13218 gdb_test_multiple.
13219
e5b85ead
PA
132202015-02-23 Pedro Alves <palves@redhat.com>
13221
13222 * gdb.base/info-os.c: Include stdlib.h.
13223
85c3a371
DE
132242015-02-22 Doug Evans <xdje42@gmail.com>
13225
13226 PR symtab/17855
13227 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13228 is read after symbols have been re-read.
13229 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13230 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13231
96553a0c
DE
132322015-02-21 Doug Evans <dje@google.com>
13233
13234 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13235
97a0c697
JK
132362015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13237
13238 PR corefiles/17808
13239 * gdb.arch/i386-biarch-core.core.bz2: New file.
13240 * gdb.arch/i386-biarch-core.exp: New file.
13241
a47cd6e9
PA
132422015-02-21 Pedro Alves <palves@redhat.com>
13243
13244 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13245 runto_main fails.
13246
c5facdc4
PA
132472015-02-20 Pedro Alves <palves@redhat.com>
13248
13249 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13250 info probes.
13251
2db9a427
PA
132522015-02-20 Pedro Alves <palves@redhat.com>
13253
13254 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13255
60fb7e9e
PA
132562015-02-20 Pedro Alves <palves@redhat.com>
13257
13258 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13259 clean_restart before gdb_target_supports_trace.
13260
5c5019c2
PA
132612015-02-20 Pedro Alves <palves@redhat.com>
13262
13263 PR threads/18006
13264 * gdb.threads/clone-thread_db.c: New file.
13265 * gdb.threads/clone-thread_db.exp: New file.
13266
c9587f88
AT
132672015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13268
13269 PR breakpoints/16812
13270 * gdb.base/catch-gdb-caused-signals.c: New file.
13271 * gdb.base/catch-gdb-caused-signals.exp: New file.
13272
f6a88844
JM
132732015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13274
13275 * configure: Regenerated.
13276 * configure.ac: Use GDB_AC_TRANSFORM.
13277 * aclocal.m4: sinclude ../transform.m4.
13278
497c491b
JM
132792015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13280
13281 * lib/dtrace.exp: New file.
13282 * gdb.base/dtrace-probe.exp: Likewise.
13283 * gdb.base/dtrace-probe.d: Likewise.
13284 * gdb.base/dtrace-probe.c: Likewise.
13285 * lib/pdtrace.in: Likewise.
13286 * configure.ac: Output variables with the transformed names of
13287 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13288 * configure: Regenerated.
13289
03e98035
JM
132902015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13291
13292 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13293 expected message when trying to access $_probe_* convenience
13294 variables while not on a probe.
13295
63cc30e9
JK
132962015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13297
13298 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13299
0703599a
PA
133002015-02-11 Pedro Alves <pedro@codesourcery.com>
13301
13302 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13303 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13304
7e60a48e
DE
133052015-02-10 Doug Evans <xdje42@gmail.com>
13306
13307 * lib/gdb.exp (gdb_load): Always return a result.
13308
01b088bc
PA
133092015-02-10 Pedro Alves <palves@redhat.com>
13310
13311 * gdb.threads/signal-sigtrap.c: New file.
13312 * gdb.threads/signal-sigtrap.exp: New file.
13313
b05ec7a5
AT
133142015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13315
13316 * gdb.trace/no-attach-trace.c: New file.
13317 * gdb.trace/no-attach-trace.exp: New file.
13318
a2c2acaf
MW
133192015-02-09 Mark Wielaard <mjw@redhat.com>
13320
13321 * gdb.dwarf2/atomic.c: New file.
13322 * gdb.dwarf2/atomic-type.exp: Likewise.
13323
31fd9caa
MM
133242015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13325
13326 * gdb.btrace/buffer-size.exp: Update "info record" output.
13327 * gdb.btrace/delta.exp: Update "info record" output.
13328 * gdb.btrace/enable.exp: Update "info record" output.
13329 * gdb.btrace/finish.exp: Update "info record" output.
13330 * gdb.btrace/instruction_history.exp: Update "info record" output.
13331 * gdb.btrace/next.exp: Update "info record" output.
13332 * gdb.btrace/nexti.exp: Update "info record" output.
13333 * gdb.btrace/step.exp: Update "info record" output.
13334 * gdb.btrace/stepi.exp: Update "info record" output.
13335 * gdb.btrace/nohist.exp: Update "info record" output.
13336
d33501a5
MM
133372015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13338
13339 * gdb.btrace/buffer-size: New.
13340
f4abbc16
MM
133412015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13342
13343 * gdb.btrace/delta.exp: Update "info record" output.
13344 * gdb.btrace/enable.exp: Update "info record" output.
13345 * gdb.btrace/finish.exp: Update "info record" output.
13346 * gdb.btrace/instruction_history.exp: Update "info record" output.
13347 * gdb.btrace/next.exp: Update "info record" output.
13348 * gdb.btrace/nexti.exp: Update "info record" output.
13349 * gdb.btrace/step.exp: Update "info record" output.
13350 * gdb.btrace/stepi.exp: Update "info record" output.
13351 * gdb.btrace/nohist.exp: Update "info record" output.
13352
b9d61307
SM
133532015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13354
13355 PR gdb/15678
13356 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13357
e584fdbc
PA
133582015-02-06 Pedro Alves <palves@redhat.com>
13359
13360 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13361 macro.
13362 (seconds_left, again): New globals.
13363 (main): Wait seconds_left in a 1-second sleep loop instead of
13364 sleeping 180 seconds. If 'again' is set, reset the seconds
13365 counter.
13366 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13367 'again' in the inferior before detaching. Print the seconds left.
13368 (options): New global.
13369 (top level): Build program with -DTIMEOUT=$timeout.
13370
77f41761
PA
133712015-02-06 Pedro Alves <palves@redhat.com>
13372
13373 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13374 determine how many seconds to pass to 'alarm'.
13375 * gdb.base/gdb-sigterm.exp (top level): Build program with
13376 -DTIMEOUT=$timeout.
13377 (do_test): Return success/failure indication. Add more verbose
13378 logging. Don't fail if 200 single steps are seen. Instead, fail
13379 when the test times out.
13380 (passes): New global.
13381 (top level): Break the testing loop if testing fails on any
13382 iteration. Use gdb_assert.
13383
b9394193
DB
133842015-02-04 Don Breazeal <donb@codesourcery.com>
13385
13386 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13387 and initialize them.
13388 (ipc_cleanup): New function.
13389 (main): Don't declare shmid, semid, and msqid. Add a call to
13390 atexit so that we call ipc_cleanup on exit.
13391
42d9e528
PA
133922015-02-04 Pedro Alves <palves@redhat.com>
13393
13394 * boards/native-extended-gdbserver.exp: Remove any target variant
13395 specifications from the board name before clearing the isremote
13396 flag from board_info.
13397
ae6ae975
DE
133982015-01-31 Doug Evans <xdje42@gmail.com>
13399
13400 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13401
cfb069a8
GB
134022015-01-31 Gary Benson <gbenson@redhat.com>
13403
13404 * gdb.base/completion.exp: Disable completion limiting for
13405 existing tests. Add new tests to check completion limiting.
13406 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13407
5dd31d79
DE
134082015-01-31 Doug Evans <xdje42@gmail.com>
13409
13410 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13411
9f050062
DE
134122015-01-31 Doug Evans <xdje42@gmail.com>
13413
13414 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13415 entries. Duplicate file section script entries.
13416 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13417 inlined entries. Add test for safe-path rejection.
13418 * gdb.python/py-section-script.c: Add duplicate inlined section script
13419 entries. Duplicate file section script entries.
13420 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13421 inlined entries. Add test for safe-path rejection.
13422
df25ebbd
JB
134232015-01-29 Joel Brobecker <brobecker@adacore.com>
13424
13425 * gdb.ada/disc_arr_bound: New testcase.
13426
4a0ca9ec
JB
134272015-01-29 Joel Brobecker <brobecker@adacore.com>
13428
13429 * gdb.ada/mi_var_array: New testcase.
13430
3a8b707a
DE
134312015-01-27 Doug Evans <dje@google.com>
13432
13433 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13434 Add test for objfile.filename, objfile.username after objfile
13435 has been unloaded.
13436
f8313f6e
JB
134372015-01-26 Joel Brobecker <brobecker@adacore.com>
13438
13439 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13440 the second test to print the name attribute of value
13441 returned by the call to gdb.lookup_type, and adjust
13442 the expected output accordingly.
13443
37bc665e
MW
134442015-01-25 Mark Wielaard <mjw@redhat.com>
13445
13446 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13447 * gdb.base/disp-step-fork.c: Include unistd.h.
13448 * gdb.base/siginfo-obj.c: Include stdio.h.
13449 * gdb.base/siginfo-thread.c: Likewise.
13450 * gdb.mi/non-stop.c: Include unistd.h.
13451 * gdb.mi/nsthrexec.c: Include stdio.h.
13452 * gdb.mi/pthreads.c: Include unistd.h.
13453 * gdb.modula2/unbounded1.c (main): Declare returns int.
13454 * gdb.reverse/consecutive-reverse.c: Likewise.
13455 * gdb.threads/create-fail.c: Include unistd.h.
13456 * gdb.threads/killed.c: Likewise.
13457 * gdb.threads/linux-dp.c: Likewise.
13458 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13459 * gdb.threads/non-ldr-exc-2.c: Likewise.
13460 * gdb.threads/non-ldr-exc-3.c: Likewise.
13461 * gdb.threads/non-ldr-exc-4.c: Likewise.
13462 * gdb.threads/pthreads.c: Include unistd.h.
13463 (main): Declare returns int.
13464 * gdb.threads/tls-main.c (foo): New declaration.
13465 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13466
f7e5394d
SM
134672015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13468
13469 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13470 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13471
743649fd
MW
134722015-01-15 Mark Wielaard <mjw@redhat.com>
13473
13474 * gdb.base/noreturn-return.c: New file.
13475 * gdb.base/noreturn-return.exp: New file.
13476 * gdb.base/noreturn-finish.c: New file.
13477 * gdb.base/noreturn-finish.exp: New file.
13478
198297aa
PA
134792015-01-23 Pedro Alves <palves@redhat.com>
13480
13481 * gdb.threads/continue-pending-after-query.c: New file.
13482 * gdb.threads/continue-pending-after-query.exp: New file.
13483
717cf30c
AG
134842015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13485 Simon Marchi <simon.marchi@ericsson.com>
13486
13487 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13488 * gdb.base/valgrind-db-attach.exp: Same.
13489 * gdb.base/valgrind-infcall.exp: Same.
13490 * lib/mi-support.exp (default_mi_gdb_start): Same.
13491 * lib/prompt.exp (default_prompt_gdb_start): Same.
13492 * lib/gdb.exp (default_gdb_spawn): Same.
13493 (gdb_interact): New.
13494
13495
4b62a76e
JK
134962015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13497
13498 * gdb.compile/compile.exp (pointer to jit function): New test.
13499
b4cdae6f
WW
135002015-01-17 Wei-cheng Wang <cole945@gmail.com>
13501
13502 * lib/gdb.exp (supports_process_record): Return true for
13503 powerpc*-*-linux*.
13504 (supports_reverse): Likewise.
13505
d221e7ef
DB
135062015-01-15 Don Breazeal <donb@codesourcery.com>
13507
13508 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13509 instead of checking whether the target board is remote and
13510 use spawn_wait_for_attach instead of exec/sleep.
13511 * gdb.base/attach-twice.exp: Likewise.
13512
bafffb51
JB
135132015-01-15 Joel Brobecker <brobecker@adacore.com>
13514
13515 * gdb.ada/var_arr_attrs: New testcase.
13516
5589af0e
PA
135172015-01-14 Pedro Alves <palves@redhat.com>
13518 Joel Brobecker <brobecker@adacore.com>
13519
13520 PR gdb/17525
13521 * gdb.base/bp-cmds-execution-x-script.c: New file.
13522 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13523 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13524
6c400b59
PA
135252015-01-14 Pedro Alves <palves@redhat.com>
13526
13527 PR cli/17828
13528 * gdb.base/batch-preserve-term-settings.c: New file.
13529 * gdb.base/batch-preserve-term-settings.exp: New file.
13530
e02c96a7
DE
135312015-01-13 Doug Evans <dje@google.com>
13532
13533 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13534 binary.
13535
576fd14c
JB
135362015-01-13 Joel Brobecker <brobecker@adacore.com>
13537
13538 * Makefile.in (clean mostlyclean): Do not delete *.py.
13539
04dccad0
JB
135402015-01-13 Joel Brobecker <brobecker@adacore.com>
13541
13542 * gdb.python/py-lookup-type.exp: New file.
13543
3d230f71
PA
135442015-01-12 Pedro Alves <palves@redhat.com>
13545
13546 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13547 restore GDBFLAGS before returning.
13548
7e67715d
JK
135492015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13550
13551 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13552 is_amd64_regs_target and is_x86_like_target.
13553
f2e0d4b4
DE
135542015-01-11 Doug Evans <xdje42@gmail.com>
13555
13556 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13557 is given without an explicit form.
13558 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13559 attributes.
13560 * gdb.dwarf/corrupt.exp: Ditto.
13561 * gdb.dwarf2/enum-type.exp: Ditto.
13562 * gdb.trace/entry-values.exp: Ditto.
13563 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13564
439250fb
DE
135652015-01-11 Doug Evans <xdje42@gmail.com>
13566
13567 PR gdb/15830
13568 * gdb.base/maint.exp: Remove references to "maint demangle".
13569 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13570 Add tests for explicitly specifying language to demangle.
13571 * gdb.dlang/demangle.exp: Ditto.
13572
ede9f622
PA
135732015-01-09 Pedro Alves <palves@redhat.com>
13574
13575 * gdb.threads/non-stop-fair-events.c: New file.
13576 * gdb.threads/non-stop-fair-events.exp: New file.
13577
a7b796db
PA
135782015-01-09 Pedro Alves <palves@redhat.com>
13579
13580 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13581 the global scope. Set a breakpoint after all threads are started
13582 rather than stepping over two source lines. Expect the prompt.
13583 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13584 global.
13585 (NUM): Now 15.
13586 (main): Use threads_started_barrier to wait for all threads to
13587 start. Main thread no longer calls thread_function. Exit after
13588 180 seconds.
13589 (loop): New function.
13590 (thread_function): Wait on threads_started_barrier barrier. Call
13591 'loop' at each iteration.
13592 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13593 threads have started, instead of hardcoding number of "next"
13594 steps. Use an access watchpoint instead of a write watchpoint.
13595
9665ffdd
PA
135962015-01-09 Pedro Alves <palves@redhat.com>
13597
13598 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13599 (thread_func): Wait on barrier.
13600 (main): Wait for all threads to start before stopping GDB.
13601 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13602 global.
13603 (thread1_func, thread2_func): Wait on barrier.
13604 (main): Wait for all threads to start before stopping GDB.
13605 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13606 New global.
13607 (thread1_func, thread2_func): Wait on barrier.
13608 (main): Wait for all threads to start before stopping GDB.
13609
c945a99f
PA
136102015-01-09 Pedro Alves <palves@redhat.com>
13611
13612 * gdb.threads/attach-many-short-lived-threads.c: New file.
13613 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13614
c1a747c1
PA
136152014-01-09 Pedro Alves <palves@redhat.com>
13616
13617 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13618 instead of to thread 2.
13619 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13620 Add barrier around each pthread_create call instead of around all
13621 calls.
13622 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13623 Set a break on thread_function and have the child threads hit it
13624 one at at a time.
13625
60b3033e
PA
136262015-01-09 Pedro Alves <palves@redhat.com>
13627
13628 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13629 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13630 false.
13631 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13632 checking whether the target board is remote.
13633 * gdb.multi/multi-attach.exp: Likewise.
13634 * gdb.python/py-sync-interp.exp: Likewise.
13635 * gdb.server/ext-attach.exp: Likewise.
13636 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13637 tests that need to attach, instead of checking whether the target
13638 board is remote at the top of the file.
13639
acc018ac
YQ
136402015-01-08 Yao Qi <yao@codesourcery.com>
13641
13642 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13643
50a18af8
JK
136442015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13645
13646 Fix testcase compilation.
13647 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13648
8503d6e1
JB
136492015-01-06 Joel Brobecker <brobecker@adacore.com>
13650
13651 * gdb.python/py-type.exp: Add a couple test about empty
13652 array creation, and negative-length array creation.
13653
cc73dbcc
DE
136542015-01-02 Doug Evans <xdje42@gmail.com>
13655
13656 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13657
0300bbc7
DE
136582015-01-02 Doug Evans <dje@google.com>
13659
13660 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13661
9d85a0ec
YQ
136622014-12-29 Yao Qi <yao@codesourcery.com>
13663
13664 * gdb.trace/entry-values.exp: Update comments. Rename variable
13665 bar_call_foo to returned_from_foo.
13666
87186c6a
MMN
136672014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13668
13669 PR gdb/17394
13670 * gdb.linespec/break-asm-file.c: New file.
13671 * gdb.linespec/break-asm-file.exp: New file.
13672 * gdb.linespec/break-asm-file0.s: New file.
13673 * gdb.linespec/break-asm-file1.s: New file.
13674
1bab7383
YQ
136752014-12-18 Nigel Stephens <nigel@mips.com>
13676 Maciej W. Rozycki <macro@codesourcery.com>
13677
13678 * gdb.base/float.exp: Handle the new output from "info float" on
13679 MIPS targets.
13680
1bc1068a
JK
136812014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13682
13683 Fix MinGW compilation.
13684 * gdb.compile/compile-ops.exp: Update untested message if
13685 !skip_compile_feature_tests.
13686 * gdb.compile/compile-setjmp.exp: Likewise.
13687 * gdb.compile/compile-tls.exp: Likewise.
13688 * gdb.compile/compile.exp: Likewise.
13689 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13690 supported on this host".
13691
b6615d10
DE
136922014-12-16 Doug Evans <xdje42@gmail.com>
13693
13694 * boards/stabs.exp: New file.
13695
25dda427
AA
136962014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13697
13698 * gdb.base/completion.exp: Adjust to format changes of "maint
13699 print user-registers".
13700
bf330350
CU
137012014-12-16 Catalin Udma <catalin.udma@freescale.com>
13702
13703 PR server/17457
13704 * gdb.arch/aarch64-fp.c: New file.
13705 * gdb.arch/aarch64-fp.exp: New file.
13706
395cf596
SDJ
137072014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13708
13709 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13710 r210637, r210913, r211666, r215400, r215817).
13711
13712 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13713 * dg-extract-results.py: New file.
13714 * dg-extract-results.sh: Use it if the environment seems
13715 suitable.
13716
13717 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13718
13719 * dg-extract-results.py (parse_run): Handle warnings that
13720 are printed before a test harness is run.
13721
13722 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13723
13724 * dg-extract-results.py (Named): Remove __cmp__ method.
13725 (output_variation): Use a key to sort variation.harnesses.
13726
13727 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13728
13729 * dg-extract-results.py: For Python 3, force sys.stdout to
13730 handle surrogate escape sequences.
13731 (safe_open): New function.
13732 (output_segment, main): Use it.
13733
13734 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13735
13736 * dg-extract-results.py (Prog.result_re): Include options
13737 in test name.
13738
13739 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13740
13741 * dg-extract-results.py (output_variation): Always sort if
13742 do_sum.
13743
e882ef3c
SM
137442014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13745
13746 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13747 as long as we get pagination notifications.
13748
4992aa20
JM
137492014-12-15 Jason Merrill <jason@redhat.com>
13750
13751 * Makefile.in (check-gdb.%): Restore.
13752 * README: Mention it.
13753
c1b5a1a6
JB
137542014-12-13 Joel Brobecker <brobecker@adacore.com>
13755
13756 * gdb.ada/str_uninit: New testcase.
13757
5537b577
JK
137582014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13759
13760 PR symtab/17642
13761 * gdb.base/vla-stub-define.c: New file.
13762 * gdb.base/vla-stub.c: New file.
13763 * gdb.base/vla-stub.exp: New file.
13764
bb2ec1b3
TT
137652014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13766 Jan Kratochvil <jan.kratochvil@redhat.com>
13767 Tom Tromey <tromey@redhat.com>
13768
13769 * configure.ac: Add gdb.compile/.
13770 * configure: Regenerate.
13771 * gdb.compile/Makefile.in: New file.
13772 * gdb.compile/compile-ops.exp: New file.
13773 * gdb.compile/compile-ops.c: New file.
13774 * gdb.compile/compile-tls.c: New file.
13775 * gdb.compile/compile-tls.exp: New file.
13776 * gdb.compile/compile-constvar.S: New file.
13777 * gdb.compile/compile-constvar.c: New file.
13778 * gdb.compile/compile-mod.c: New file.
13779 * gdb.compile/compile-nodebug.c: New file.
13780 * gdb.compile/compile-setjmp-mod.c: New file.
13781 * gdb.compile/compile-setjmp.c: New file.
13782 * gdb.compile/compile-setjmp.exp: New file.
13783 * gdb.compile/compile-shlib.c: New file.
13784 * gdb.compile/compile.c: New file.
13785 * gdb.compile/compile.exp: New file.
13786 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13787
4ff709eb
TT
137882014-12-12 Tom Tromey <tromey@redhat.com>
13789
13790 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13791 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13792
6dddd6a5
DE
137932014-12-12 Doug Evans <dje@google.com>
13794
13795 * lib/gdb-python.exp (get_python_valueof): New function.
13796 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13797
71c24708
AA
137982014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13799
13800 * gdb.base/completion.exp: Add test for completion of "info
13801 registers ".
13802
3e29f34a
MR
138032014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13804
13805 * gdb.base/func-ptrs.c: New file.
13806 * gdb.base/func-ptrs.exp: New file.
13807
fc126975
SM
138082014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13809
13810 PR breakpoints/17012
13811 * gdb.base/dprintf-detach.c: New file.
13812 * gdb.base/dprintf-detach.exp: New file.
13813
0a46d518
SM
138142014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13815
13816 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13817 * lib/gdb.exp (target_is_gdbserver): New procedure.
13818
a0be3e44
DE
138192014-12-08 Doug Evans <dje@google.com>
13820
13821 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13822
df1b803a
YQ
138232014-12-05 Yao Qi <yao@codesourcery.com>
13824
13825 * gdb.guile/scm-error.exp: Remove the third argument to
13826 gdb_remote_download.
13827 * gdb.guile/scm-frame-args.exp: Likewise.
13828 * gdb.guile/scm-section-script.exp: Likewise.
13829
ddb9f679
YQ
138302014-12-05 Yao Qi <yao@codesourcery.com>
13831
13832 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13833
86e4ed39
DE
138342014-12-04 Doug Evans <dje@google.com>
13835
13836 * gdb.python/py-objfile.exp: Add tests for
13837 objfile.add_separate_debug_file.
13838
7c50a931
DE
138392014-12-04 Doug Evans <dje@google.com>
13840
13841 * lib/gdb.exp (get_build_id): New function.
13842 (build_id_debug_filename_get): Rewrite to use it.
13843 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13844
621661e3
MR
138452014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13846
13847 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13848 `method(long)', not just 0x0.
13849 * gdb.cp/nsalias.exp: Align code labels to 4.
13850 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13851 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13852 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13853 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13854 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13855 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13856
29f0c3b7
DE
138572014-12-02 Doug Evans <dje@google.com>
13858
e1e061e7 13859 PR symtab/17602
29f0c3b7 13860 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 13861 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
13862 * gdb.cp/anon-ns.exp: Update.
13863
162078c8
NB
138642014-12-02 Nick Bull <nicholaspbull@gmail.com>
13865
13866 * gdb.python/py-events.py (inferior_call_handler): New.
13867 (register_changed_handler, memory_changed_handler): New.
13868 (test_events.invoke): Register new handlers.
13869 * gdb.python/py-events.exp: Add tests for inferior call,
13870 memory_changed and register_changed events.
13871
fdb09caf
AA
138722014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13873
13874 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13875 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13876 if the linker doesn't understand this.
13877
55cfb2c4
SM
138782014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13879
13880 * gdb.python/python.exp: Change expected reply to help().
13881
9e8cd6df
YQ
138822014-12-01 Yao Qi <yao@codesourcery.com>
13883
13884 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13885 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13886 * configure: Re-generated.
13887
6c659fc2
SC
138882014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13889
13890 * gdb.cp/chained-calls.cc: New file.
13891 * gdb.cp/chained-calls.exp: New file.
13892 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13893
d7fc3181
SM
138942014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13895
13896 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13897 * gdb.dwarf2/symtab-producer.exp: Same.
13898 * gdb.gdb/python-interrupts.exp: Same.
13899 * gdb.gdb/python-selftest.exp: Same.
13900 * gdb.python/py-linetable.exp: Same.
13901 * gdb.python/py-type.exp: Same.
13902 * gdb.python/py-value-cc.exp: Same.
13903 * gdb.python/py-value.exp: Same.
13904
10e79639
YQ
139052014-11-28 Yao Qi <yao@codesourcery.com>
13906
13907 * gdb.base/break-probes.exp: Match library name prefixed with
13908 sysroot.
13909
f28a0564
SM
139102014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13911
13912 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13913 test expected output. Add parentheses for the call to print.
13914 Remove L suffix from integers.
13915
3fe1ce1d
DE
139162014-11-26 Doug Evans <dje@google.com>
13917
13918 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13919
84429e27
YQ
139202014-11-22 Yao Qi <yao@codesourcery.com>
13921
13922 * gdb.trace/entry-values.c: Remove asms.
13923 (foo): Add foo_label.
13924 (bar): Add bar_label.
13925 * gdb.trace/entry-values.exp: Remove code computing foo's
13926 length and bar's length.
13927 (Dwarf::assemble): Invoke function_range for bar and use
13928 MACRO_AT_func for foo.
13929
26741859
YQ
139302014-11-22 Yao Qi <yao@codesourcery.com>
13931
13932 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13933 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13934 Use .Lgcc43_procstart instead of gcc43.
13935
45e44d27
JB
139362014-11-21 Joel Brobecker <brobecker@adacore.com>
13937
13938 * gdb.ada/n_arr_bound: New testcase.
13939
458c8db8
SDJ
139402014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13941
13942 PR breakpoints/10737
13943 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13944 test_catch_syscall_multi_arch.
13945 (test_catch_syscall_multi_arch): New function.
13946
43f3e411
DE
139472014-11-20 Doug Evans <xdje42@gmail.com>
13948
13949 * gdb.base/maint.exp: Update expected output.
13950
0d7b2549
AA
139512014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13952
13953 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13954 4-byte instruction on S390.
13955
8908fca5
JB
139562014-11-19 Joel Brobecker <brobecker@adacore.com>
13957
13958 * gdb.ada/arr_arr: New testcase.
13959
4a46959e
JB
139602014-11-19 Joel Brobecker <brobecker@adacore.com>
13961
13962 * gdb.ada/pkd_arr_elem: New Testcase.
13963
470e2f4e
LM
139642014-11-18 Luis Machado <lgustavo@codesourcery.com>
13965
13966 * gdb.reverse/break-precsave: Expect completion message for
13967 core file reads.
13968 * gdb.reverse/consecutive-precsave.exp: Likewise.
13969 * gdb.reverse/finish-precsave.exp: Likewise.
13970 * gdb.reverse/i386-precsave.exp: Likewise.
13971 * gdb.reverse/machinestate-precsave.exp: Likewise.
13972 * gdb.reverse/sigall-precsave.exp: Likewise.
13973 * gdb.reverse/solib-precsave.exp: Likewise.
13974 * gdb.reverse/step-precsave.exp: Likewise.
13975 * gdb.reverse/until-precsave.exp: Likewise.
13976 * gdb.reverse/watch-precsave.exp: Likewise.
13977
a267f3ad
AA
139782014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13979
13980 * gdb.base/bp-permanent.c: Include unistd.h.
13981 * gdb.python/py-framefilter-mi.c (main): Add return type.
13982 * gdb.python/py-framefilter.c (main): Likewise.
13983 * gdb.trace/actions-changed.c (main): Likewise.
13984
12084a9a
AA
139852014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13986
13987 * gdb.mi/until.c: Add eye-catchers.
13988 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13989 line numbers.
13990
dc7e1a77
AA
139912014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13992
13993 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13994 function header variants in break1.c.
13995 * gdb.base/ena-dis-br.exp: Likewise.
13996 * gdb.base/hbreak2.exp: Likewise.
13997 * gdb.reverse/until-precsave.exp: Drop references to removed
13998 non-prototype function header variants in ur1.c.
13999 * gdb.reverse/until-reverse.exp: Likewise.
14000
41c77605
PM
140012014-11-17 Petr Machata <pmachata@redhat.com>
14002
14003 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
14004 ${_cu_offset_size} bytes abbrev offset.
14005
34248c3a
DE
140062014-11-15 Doug Evans <xdje42@gmail.com>
14007
14008 PR symtab/17559
14009 * gdb.base/line-symtabs.exp: New file.
14010 * gdb.base/line-symtabs.c: New file.
14011 * gdb.base/line-symtabs.h: New file.
14012
646da059
YQ
140132014-11-14 Yao Qi <yao@codesourcery.com>
14014
14015 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
14016 (func): Add label func_label.
14017 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
14018 Replace low_pc and high_pc with MACRO_AT_range.
14019 Replace name, low_pc and high_pc with MACRO_AT_func.
14020
9301ebe6
YQ
140212014-11-14 Yao Qi <yao@codesourcery.com>
14022
14023 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14024 Replace name, low_pc and high_pc with MACRO_AT_func.
14025
f166b542
YQ
140262014-11-14 Yao Qi <yao@codesourcery.com>
14027
14028 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14029 produce debug information.
14030 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14031
0f6e71e3
YQ
140322014-11-14 Yao Qi <yao@codesourcery.com>
14033
14034 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14035 object and get function length.
14036 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14037 with MACRO_AT_func.
14038 (top-level): Replace gdb_compile and clean_restart with
14039 prepare_for_testing.
14040 * gdb.dwarf2/main.c (main): Add label main_label.
14041
876c4df9
YQ
140422014-11-14 Yao Qi <yao@codesourcery.com>
14043
14044 * lib/dwarf.exp (function_range): New procedure.
14045 (Dwarf::_handle_macro_at_func): New procedure.
14046 (Dwarf::_handle_macro_at_range): New procedure.
14047 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14048
02ad9cf1
YQ
140492014-11-14 Yao Qi <yao@codesourcery.com>
14050
14051 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14052 (_handle_attribute): New procedure.
14053
a59add0c
AA
140542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14055
14056 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14057 * gdb.base/call-sc.c (zed): Likewise.
14058 * gdb.base/checkpoint.c (main): Likewise.
14059 * gdb.base/dump.c (main): Likewise.
14060 * gdb.base/gcore.c (main): Likewise.
14061 * gdb.base/huge.c (main): Likewise.
14062 * gdb.base/multi-forks.c (main): Likewise.
14063 * gdb.base/pr10179-a.c (main): Likewise.
14064 * gdb.base/savedregs.c (main): Likewise.
14065 * gdb.base/sigaltstack.c (main): Likewise.
14066 * gdb.base/siginfo.c (main): Likewise.
14067 * gdb.base/structs.c (zed): Likewise.
14068 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14069 * gdb.mi/mi-syn-frame.c (main): Likewise.
14070 * gdb.mi/until.c (foo, main): Likewise.
14071 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14072 * gdb.base/solib-weak.c (foo): Declare.
14073 * gdb.base/attach-twice.c: Include stdio.h.
14074 * gdb.base/weaklib1.c: Likewise.
14075 * gdb.base/weaklib2.c: Likewise.
14076 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14077 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14078 unistd.h.
14079 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14080 * gdb.mi/mi-exit-code.c: Likewise.
14081 * gdb.base/break-interp-lib.c: Include string.h.
14082 * gdb.base/coremaker.c: Likewise.
14083 * gdb.base/testenv.c: Likewise.
14084 * gdb.python/py-finish-breakpoint.c: Likewise.
14085 * gdb.base/inferior-died.c: Include sys/wait.h.
14086 * gdb.base/fileio.c: Include time.h.
14087 * gdb.base/async-shell.c: Include unistd.h.
14088 * gdb.base/dprintf-non-stop.c: Likewise.
14089 * gdb.base/info-os.c: Likewise.
14090 * gdb.mi/mi-console.c: Likewise.
14091 * gdb.mi/watch-nonstop.c: Likewise.
14092 * gdb.python/py-events.c: Likewise.
14093 * gdb.base/async.c (baz): Move up before its invocation.
14094 * gdb.base/code_elim2.c (my_global_func): Likewise.
14095 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14096 * gdb.base/advance.c (func2): Likewise.
14097
3b5d5997
AA
140982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14099
14100 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14101 variant.
14102 * gdb.base/annota3.c: Likewise.
14103 * gdb.base/async.c: Likewise.
14104 * gdb.base/average.c: Likewise.
14105 * gdb.base/call-ar-st.c: Likewise.
14106 * gdb.base/call-rt-st.c: Likewise.
14107 * gdb.base/call-sc.c: Likewise.
14108 * gdb.base/call-strs.c: Likewise.
14109 * gdb.base/ending-run.c: Likewise.
14110 * gdb.base/execd-prog.c: Likewise.
14111 * gdb.base/exprs.c: Likewise.
14112 * gdb.base/foll-exec.c: Likewise.
14113 * gdb.base/foll-fork.c: Likewise.
14114 * gdb.base/foll-vfork.c: Likewise.
14115 * gdb.base/funcargs.c: Likewise.
14116 * gdb.base/gcore.c: Likewise.
14117 * gdb.base/jump.c: Likewise.
14118 * gdb.base/langs0.c: Likewise.
14119 * gdb.base/langs1.c: Likewise.
14120 * gdb.base/langs2.c: Likewise.
14121 * gdb.base/mips_pro.c: Likewise.
14122 * gdb.base/nodebug.c: Likewise.
14123 * gdb.base/opaque0.c: Likewise.
14124 * gdb.base/opaque1.c: Likewise.
14125 * gdb.base/recurse.c: Likewise.
14126 * gdb.base/run.c: Likewise.
14127 * gdb.base/scope0.c: Likewise.
14128 * gdb.base/scope1.c: Likewise.
14129 * gdb.base/setshow.c: Likewise.
14130 * gdb.base/setvar.c: Likewise.
14131 * gdb.base/shmain.c: Likewise.
14132 * gdb.base/shr1.c: Likewise.
14133 * gdb.base/shr2.c: Likewise.
14134 * gdb.base/sigall.c: Likewise.
14135 * gdb.base/signals.c: Likewise.
14136 * gdb.base/so-indr-cl.c: Likewise.
14137 * gdb.base/solib2.c: Likewise.
14138 * gdb.base/structs.c: Likewise.
14139 * gdb.base/sum.c: Likewise.
14140 * gdb.base/vforked-prog.c: Likewise.
14141 * gdb.base/watchpoint.c: Likewise.
14142 * gdb.reverse/shr2.c: Likewise.
14143 * gdb.reverse/until-reverse.c: Likewise.
14144 * gdb.reverse/ur1.c: Likewise.
14145 * gdb.reverse/watch-reverse.c: Likewise.
14146
066a77c5
AA
141472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14148
14149 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14150 variant.
14151 * gdb.base/sepdebug.exp: Drop references to removed code.
14152
4f204ea5
AA
141532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14154
14155 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14156 variant. Preserve original line numbering.
14157 * gdb.base/list1.c: Likewise.
14158
3b377a3a
AA
141592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14160
14161 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14162 variant.
14163 * gdb.base/break1.c: Likewise.
14164 * gdb.base/break.exp: Drop references to removed code.
14165
e444df73
AA
141662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14167
14168 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14169 variant.
14170
8008f2a7
AA
141712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14172
14173 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14174
a5a06887
AA
141752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14176
14177 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14178 logic into perform_all_tests() and invoke it with and without
14179 function header prototypes.
14180 (do_function_calls): Remove conditional XFAIL for PR 5318.
14181 (rerun_and_prepare): Remove duplicate code.
14182 (perform_all_tests): New. Main logic moved here.
14183
44dba9b9
AA
141842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14185
14186 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14187 code guarded by #ifdef NO_PROTOTYPES.
14188 (t_double_many_args): Likewise.
14189 (DEF_FUNC_MANY_ARGS_1): Likewise.
14190 (DEF_FUNC_VALUES_1): Likewise.
14191 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14192 guarded by #ifdef PROTOTYPES.
14193
d1fbcd56
AA
141942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14195
14196 * gdb.mi/mi-console.c: Add eye-catcher.
14197 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14198 instead of literal line number.
14199
b0e59b8f
AA
142002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14201
14202 * gdb.base/shr2.c: Add eye-catcher.
14203 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14204 line number.
14205
78f98cca
AA
142062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14207
14208 * gdb.base/jump.c: Add eye-catchers.
14209 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14210 numbers.
14211
58fa2af0
AA
142122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14213
14214 * gdb.base/execd-prog.c: Add eye-catchers.
14215 * gdb.base/foll-exec.c: Likewise.
14216 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14217 line numbers.
14218
04e5059b
AA
142192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14220
14221 * gdb.base/ending-run.c: Add eye-catchers.
14222 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14223 literal line numbers.
14224
dbfdb174
AA
142252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14226
14227 * gdb.base/call-rt-st.c: Add eye-catchers.
14228 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14229 literal line numbers.
14230
888a2ade
AA
142312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14232
14233 * gdb.base/call-ar-st.c: Add eye-catchers.
14234 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14235 literal line numbers.
14236
6acc2dde
AA
142372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14238
14239 * gdb.base/average.c: Add eye-catchers.
14240 * gdb.base/sum.c: Likewise.
14241 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14242 regexps dynamically.
14243
9ecfcd1d
AA
142442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14245
14246 * gdb.base/solib1.c: Add eye-catchers.
14247 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14248 literal line numbers.
14249
78708b7c
PA
142502014-11-12 Pedro Alves <palves@redhat.com>
14251
14252 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14253 leader has exited.
14254
af48d08f
PA
142552014-11-12 Pedro Alves <palves@redhat.com>
14256
14257 * gdb.arch/i386-bp_permanent.c: New file.
14258 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14259 (srcfile): Set to i386-bp_permanent.c.
14260 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14261 that stepi does not execute the 'leave' instruction, instead of
14262 testing it does execute.
14263 * gdb.base/bp-permanent.c: New file.
14264 * gdb.base/bp-permanent.exp: New file.
14265
af3768e9
DE
142662014-11-10 Doug Evans <xdje42@gmail.com>
14267
14268 PR symtab/17564
14269 * gdb.base/symtab-search-order.exp: New file.
14270 * gdb.base/symtab-search-order.c: New file.
14271 * gdb.base/symtab-search-order-1.c: New file.
14272 * gdb.base/symtab-search-order-shlib-1.c: New file.
14273
9de00a4a
PA
142742014-11-07 Pedro Alves <palves@redhat.com>
14275
14276 PR gdb/17511
14277 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14278 i?86-*-linux*.
14279
e0f52461
SC
142802014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14281
14282 PR c++/17494
14283 * gdb.cp/pr17494.cc: New file.
14284 * gdb.cp/pr17494.exp: New file.
14285
6ce8c980
YQ
142862014-11-02 Yao Qi <yao@codesourcery.com>
14287
14288 * gdb.python/python.exp: Get working directory and match the
14289 output of "set extended-prompt \\w " with it.
14290
02be9a71
DE
142912014-10-30 Doug Evans <dje@google.com>
14292
14293 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14294 in objfiles.
14295 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14296 in progspaces.
14297
3bdff46b
LM
142982014-10-30 Janis Johnson <janisjo@codesourcery.com>
14299
14300 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14301 * gdb.base/realname-expand.exp: Likewise.
14302 * gdb.linespec/macro-relative.exp: Likewise.
14303
ab917dfb
PA
143042014-10-29 Pedro Alves <palves@redhat.com>
14305
14306 PR gdb/17408
14307 * gdb.threads/schedlock.c (some_function): New function.
14308 (call_function): New global.
14309 (MAYBE_CALL_SOME_FUNCTION): New macro.
14310 (thread_function): Call it.
14311 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14312 and use it instead of a global counter. Adjust all callers.
14313 (get_current_thread): Use "find current thread" for test message
14314 here rather than having all callers pass down the same string.
14315 (goto_loop): New procedure, factored out from ...
14316 (my_continue): ... this.
14317 (step_ten_loops): Change parameter from test message to command to
14318 use. Adjust.
14319 (list_count): Delete global.
14320 (check_result): New procedure, factored out from duplicate top
14321 level code.
14322 (continue tests): Wrap in with_test_prefix.
14323 (test_step): New procedure, factored out from duplicate top level
14324 code.
14325 (top level): Test "step" in combination with all scheduler-locking
14326 modes. Test "next" in combination with all scheduler-locking
14327 modes, and in combination with stepping over a function call or
14328 not.
14329 * gdb.threads/next-bp-other-thread.c: New file.
14330 * gdb.threads/next-bp-other-thread.exp: New file.
14331
d3d4baed
PA
143322014-10-29 Pedro Alves <palves@redhat.com>
14333
14334 PR python/17372
14335 * gdb.python/python.exp: Test a multi-line command that spawns
14336 interactive Python.
14337 * gdb.base/multi-line-starts-subshell.exp: New file.
14338
563e8d85
YQ
143392014-10-29 Yao Qi <yao@codesourcery.com>
14340
14341 * gdb.base/fileio.exp: Make directories on host.
14342
0ea4d52e
YQ
143432014-10-29 Yao Qi <yao@codesourcery.com>
14344
14345 * gdb.base/fileio.c (test_write): Close the file.
14346
7f5ef605
PA
143472014-10-28 Pedro Alves <palves@redhat.com>
14348
14349 PR gdb/12623
14350 * gdb.base/sigstep.c (no_handler): New global.
14351 (main): If 'no_handler is true, set the signal handlers to
14352 SIG_IGN.
14353 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14354 with_sw_watch and no_handler parameters. Handle them.
14355 (top level) <stepping over handler when stopped at a breakpoint
14356 test>: Add a test axis for testing with a software watchpoint, and
14357 another for testing with the signal handler set to SIG_IGN.
14358 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14359 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14360
abbdbd03
PA
143612014-10-28 Pedro Alves <palves@redhat.com>
14362
14363 PR gdb/17511
14364 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14365 * gdb.base/sigstep.exp (other_handler_location): New global.
14366 (advance): Support stepping into the signal handler, and running
14367 commands while in the handler.
14368 (in_handler_map): New global.
14369 (top level): In the advance test, add combinations for getting
14370 into the handler with stepping commands, and for running commands
14371 in the handler. Add comment descripting the advancei tests.
14372
1df4399f
PA
143732014-10-28 Pedro Alves <palves@redhat.com>
14374
14375 * gdb.base/sigstep.exp: Use build_executable instead of
14376 prepare_for_testing.
14377 (top level): Move code that starts GDB, runs to main and creates a
14378 display to ...
14379 (restart): ... this new procedure.
14380 (top level): Move backtrace from signal handler test to ...
14381 (validate_backtrace): ... this new procedure.
14382 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14383 with_test_prefix. Always restart GDB.
14384 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14385 with_test_prefix. Always restart GDB. No need to delete
14386 breakpoints after the test.
14387 (test_skip_handler): Remove prefix parameter.
14388 (skip_over_handler, breakpoint_to_handler)
14389 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14390 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14391 restart GDB. No need to delete breakpoints after the test.
14392 (top level): Use foreach to call the test procedures with
14393 different commands.
14394
a5b6e449
PA
143952014-10-28 Pedro Alves <palves@redhat.com>
14396
14397 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14398 instead of GNATS numbers.
14399 * gdb.base/sigbpt.exp: Likewise.
14400 * gdb.base/siginfo.exp: Likewise.
14401 * gdb.base/sigstep.exp: Likewise.
14402
e5f8a7cc
PA
144032014-10-27 Pedro Alves <palves@redhat.com>
14404
14405 * gdb.base/sigstep.c (dummy): New global.
14406 (main): Issue a couple writes to the new global.
14407 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14408 procedures.
14409 (skip_over_handler): Use test_skip_handler.
14410 (top level): Call skip_over_handler for stepi and nexti too.
14411 (breakpoint_over_handler): Use test_skip_handler.
14412 (top level): Call breakpoint_over_handler for stepi and nexti too.
14413
763905a3
YQ
144142014-10-27 Yao Qi <yao@codesourcery.com>
14415
14416 * gdb.trace/tfile.c (adjust_function_address)
14417 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14418 function descriptor.
14419
6f259a23
DB
144202014-10-24 Don Breazeal <donb@codesourcery.com>
14421
14422 * gdb.base/foll-fork.exp (test_follow_fork,
14423 catch_fork_child_follow): Check for updated fork messages emitted
14424 from infrun.c.
14425 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14426 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14427 vfork_and_exec_child_follow_through_step): Check for updated vfork
14428 messages emitted from infrun.c.
14429
09dd9a69
PA
144302014-10-24 Pedro Alves <palves@redhat.com>
14431
14432 * gdb.base/corefile.exp: Remove references to ultrix.
14433 * gdb.base/interrupt.exp: Likewise.
14434 * gdb.base/whatis.exp: Likewise.
14435 * gdb.gdb/selftest.exp: Likewise.
14436 * gdb.threads/manythreads.exp: Likewise.
14437 * gdb.threads/print-threads.exp: Likewise.
14438 * gdb.threads/pthreads.exp:: Likewise.
14439 * gdb.threads/schedlock.exp: Likewise.
14440
3433cfa5
SC
144412014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14442
14443 * gdb.cp/non-trivial-retval.cc: Add a test case.
14444 * gdb.cp/non-trivial-retval.exp: Add a test.
14445
092f880b
YQ
144462014-10-20 Yao Qi <yao@codesourcery.com>
14447
14448 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14449 * gdb.python/py-objfile-script-gdb.py: New file.
14450 * gdb.python/py-objfile-script.exp: Update reference to
14451 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14452 of remote_download. Remove the dest file.
14453
acbdb7f3
YQ
144542014-10-20 Yao Qi <yao@codesourcery.com>
14455
14456 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14457 * gdb.base/step-line.exp: Likewise.
14458 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14459 * gdb.dwarf2/dw2-basic.exp: Likewise.
14460 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14461 * gdb.dwarf2/dw2-filename.exp: Likewise.
14462 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14463 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14464 * gdb.dwarf2/dw2-producer.exp: Likewise.
14465 * gdb.dwarf2/mac-fileno.exp: Likewise.
14466 * gdb.python/py-frame-args.exp: Likewise.
14467 * gdb.python/py-framefilter.exp: Likewise.
14468 * gdb.python/py-mi.exp: Likewise.
14469 * gdb.python/py-objfile-script.exp: Likewise
14470 * gdb.python/py-pp-integral.exp: Likewise.
14471 * gdb.python/py-pp-re-notag.exp: Likewise.
14472 * gdb.python/py-prettyprint.exp: Likewise.
14473 * gdb.python/py-section-script.exp: Likewise.
14474 * gdb.python/py-typeprint.exp: Likewise.
14475 * gdb.python/py-xmethods.exp: Likewise.
14476 * gdb.stabs/weird.exp: Likewise.
14477 * gdb.xml/tdesc-regs.exp: Likewise.
14478
bd286a29
KCY
144792014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14480
14481 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14482 (out_cu): Use addr_len for the size of addresses.
14483 (out_line): Likewise. Size DW_LNE_set_address instruction
14484 according to addr_len.
14485 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14486 (FUNC): Add START_INSNS to definition.
14487
673dc4a0
YQ
144882014-10-18 Yao Qi <yao@codesourcery.com>
14489
14490 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14491 gdb_has_argv0 return true.
14492 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14493 check [target_info exists noargs], check [gdb_has_argv0]
14494 instead.
14495 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14496 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14497 procedures.
14498
4ffbba72
DE
144992014-10-17 Doug Evans <dje@google.com>
14500
14501 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14502 event.
14503 * gdb.python/py-events.py: Add clear_objfiles event.
14504
d096d8c1
DE
145052014-10-17 Doug Evans <dje@google.com>
14506
14507 * gdb.python/py-objfile.exp: Test progspace attribute.
14508
a80db015
LM
145092014-10-17 Luis Machado <lgustavo@codesourcery.com>
14510
14511 * gdb.guile/scm-breakpoint.exp: Do not assume any
14512 directory separators when matching source file paths.
14513 * gdb.python/py-breakpoint.exp: Likewise.
14514 * gdb.reverse/break-precsave.exp: Likewise.
14515 * gdb.reverse/break-reverse.exp: Likewise.
14516 * gdb.reverse/consecutive-precsave.exp: Likewise.
14517 * gdb.reverse/finish-precsave.exp: Likewise.
14518 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14519 * gdb.reverse/finish-reverse.exp: Likewise.
14520 * gdb.reverse/i386-precsave.exp: Likewise.
14521 * gdb.reverse/i387-env-reverse.exp: Likewise.
14522 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14523 * gdb.reverse/machinestate-precsave.exp: Likewise.
14524 * gdb.reverse/machinestate.exp: Likewise.
14525 * gdb.reverse/sigall-precsave.exp: Likewise.
14526 * gdb.reverse/solib-precsave.exp: Likewise.
14527 * gdb.reverse/step-precsave.exp: Likewise.
14528 * gdb.reverse/until-precsave.exp: Likewise.
14529 * gdb.reverse/watch-precsave.exp: Likewise.
14530 * gdb.reverse/watch-reverse.exp: Likewise.
14531
b22089ab
YQ
145322014-10-17 Yao Qi <yao@codesourcery.com>
14533
14534 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14535 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14536
6c4486e6
PA
145372014-10-17 Pedro Alves <palves@redhat.com>
14538
14539 PR gdb/17471
14540 * gdb.base/bg-execution-repeat.c: New file.
14541 * gdb.base/bg-execution-repeat.exp: New file.
14542
0ff33695
PA
145432014-10-17 Pedro Alves <palves@redhat.com>
14544
14545 PR gdb/17300
14546 * gdb.base/continue-all-already-running.c: New file.
14547 * gdb.base/continue-all-already-running.exp: New file.
14548
6fdebc3d
PA
145492014-10-17 Pedro Alves <palves@redhat.com>
14550
14551 PR gdb/17472
14552 * gdb.base/annota-input-while-running.c: New file.
14553 * gdb.base/annota-input-while-running.exp: New file.
14554
32a8097b
PA
145552014-10-17 Pedro Alves <palves@redhat.com>
14556
14557 * gdb.base/callfuncs.exp: emove references to osf.
14558 * gdb.base/sigall.exp: Likewise.
14559 * gdb.gdb/selftest.exp: Likewise.
14560 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14561 * gdb.mi/non-stop.c: Likewise.
14562 * gdb.mi/pthreads.c: Likewise.
14563 * gdb.reverse/sigall-precsave.exp: Likewise.
14564 * gdb.reverse/sigall-reverse.exp: Likewise.
14565 * gdb.threads/pthreads.c: Likewise.
14566 * gdb.threads/pthreads.exp: Likewise.
14567
7a3517ff
YQ
145682014-10-17 Yao Qi <yao@codesourcery.com>
14569
14570 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14571 check 'target_info exists noargs'.
14572 (test_command_prompt_position): Likewise.
14573 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14574 Remove "set args".
14575 (progvar_simple_while_test): Likewise.
14576 (progvar_complex_if_while_test): Likewise.
14577 (if_while_breakpoint_command_test): Likewise.
14578 (infrun_breakpoint_command_test): Likewise.
14579 (breakpoint_command_test): Likewise.
14580 (watchpoint_command_test): Likewise.
14581 (bp_deleted_in_command_test): Likewise.
14582 (temporary_breakpoint_commands): Likewise.
14583
bb99c472
YQ
145842014-10-16 Yao Qi <yao@codesourcery.com>
14585
14586 * gdb.base/remotetimeout.exp: Remove noargs checking.
14587
7c16b83e
PA
145882014-10-15 Pedro Alves <palves@redhat.com>
14589
14590 PR breakpoints/9649
14591 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14592 * gdb.base/breakpoint-in-ro-region.exp
14593 (probe_target_hardware_step): New procedure.
14594 (top level): Probe hardware stepping and hardware breakpoint
14595 support. Test stepping through a read-only region, with both
14596 "breakpoint auto-hw" on and off and both "always-inserted" on and
14597 off.
14598
35a49624
IB
145992014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14600
14601 * gdb.dlang/demangle.exp: Update for demangling changes.
14602
2d1c107c
SC
146032014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14604
14605 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14606 * gdb.cp/non-trivial-retval.exp: Add new tests.
14607
778811d5
SC
146082014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14609
14610 PR c++/13403
14611 PR c++/15154
14612 * gdb.cp/non-trivial-retval.cc: New file.
14613 * gdb.cp/non-trivial-retval.exp: New file.
14614
10c5f0a8
YQ
146152014-10-15 Yao Qi <yao@codesourcery.com>
14616
14617 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14618 remote host.
14619
65d7b369
YQ
146202014-10-15 Yao Qi <yao@codesourcery.com>
14621
14622 * gdb.python/py-symbol.exp: Match file base name if host is
14623 remote, otherwise match file name with dir name.
14624 * gdb.python/py-symtab.exp: Likewise.
14625 * gdb.python/python.exp: Likewise.
14626
46dc1394
YQ
146272014-10-15 Yao Qi <yao@codesourcery.com>
14628
14629 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14630 pattern.
14631 * gdb.python/py-symtab.exp: Likewise.
14632 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14633 locationn.
14634
c40cc657
JB
146352014-10-14 Joel Brobecker <brobecker@adacore.com>
14636
14637 * gdb.ada/addr_arith: New testcase.
14638
2abf49e1
MR
146392014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14640
14641 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14642 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14643 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14644 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14645
f7088df3
SDJ
146462014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14647
14648 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14649 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14650 * gdb.arch/stap-eval-lang-ada.exp: New file.
14651
4dc06805
YQ
146522014-10-14 Yao Qi <yao@codesourcery.com>
14653
14654 * gdb.mi/mi-var-child.c (nothing1): New function.
14655 (nothing2): New function.
14656 (do_children_tests): Set function pointers by nothing1 and
14657 nothing2.
14658 * gdb.mi/mi-var-child.exp: Step over new added statements.
14659 Update test to match the new output.
14660 * gdb.mi/var-cmd.c (nothing1): New function.
14661 (nothing2): New function.
14662 (do_children_tests): Set function pointers by nothing1 and
14663 nothing2.
14664 * gdb.mi/mi-var-display.exp: Update test to match output.
14665 Step to the line specified by $line_dct_nothing.
14666 Increase the number of lines to step.
14667
46a93de2
YQ
146682014-10-14 Yao Qi <yao@codesourcery.com>
14669
14670 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14671 tests.
14672 * gdb.mi/mi2-var-child.exp: Likewise.
14673
14ea52ee
DE
146742014-10-13 Doug Evans <dje@google.com>
14675
14676 * gdb.python/py-objfile.exp: Change name of file name test.
14677
e5c6e92b
DE
146782014-10-13 Doug Evans <dje@google.com>
14679
14680 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14681 from the start of the CU.
14682
c780cc2f
JK
146832014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14684 Yao Qi <yao@codesourcery.com>
14685
14686 Fix "save breakpoints" for "catch" command.
14687 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14688 Remove -nonewline. Match also the added "main" line.
14689
99894e11
JK
146902014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14691
14692 Fix "save breakpoints" for "disable $bpnum" command.
14693 * gdb.base/save-bp.c (main): Add label.
14694 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14695
6e1ac5a3
JK
146962014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14697
14698 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14699
754dd2b0
YQ
147002014-10-11 Yao Qi <yao@codesourcery.com>
14701
14702 * gdb.server/server-kill.exp: Execute command
14703 "set remote trace-status-packet on" before "tstatus".
14704
f90183d7
YQ
147052014-10-11 Yao Qi <yao@codesourcery.com>
14706
14707 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14708 (main): Call getppid.
14709 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14710 and continue to it. Read variable "server_pid".
14711
bf40a607
YQ
147122014-10-11 Yao Qi <yao@codesourcery.com>
14713
14714 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14715
052ca370
YQ
147162014-10-11 Yao Qi <yao@codesourcery.com>
14717
14718 * gdb.threads/thread-find.exp: Don't execute command
14719 "info threads".
14720 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14721 * gdb.threads/linux-dp.exp: Don't check the condition
14722 $threads_created equals to zero.
14723
3831839c
PA
147242014-10-10 Pedro Alves <palves@redhat.com>
14725
14726 * gdb.base/bigcore.exp: Remove references to IRIX.
14727 * gdb.base/funcargs.exp: Likewise.
14728 * gdb.base/interrupt.exp: Likewise.
14729 * gdb.base/mips_pro.exp: Likewise.
14730 * gdb.base/nodebug.exp: Likewise.
14731 * gdb.base/setvar.exp: Likewise.
14732 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14733
8b9a549d
PA
147342014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14735 Pedro Alves <palves@redhat.com>
14736
14737 PR symtab/14466
14738 * gdb.base/vdso-warning.c: New file.
14739 * gdb.base/vdso-warning.exp: New file.
14740
d48ba5e8
DE
147412014-10-02 Doug Evans <dje@google.com>
14742
14743 * gdb.base/structs.c (main): Don't run forever.
14744
2278c276
PA
147452014-10-02 Pedro Alves <palves@redhat.com>
14746
14747 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14748 (top level) <stop threads 1, stop threads 2>: Use it.
14749
b57bacec
PA
147502014-10-02 Pedro Alves <palves@redhat.com>
14751
14752 * gdb.threads/break-while-running.exp (test): Add new
14753 'update_thread_list' argument. Skip "info threads" if false.
14754 (top level): Add new 'update_thread_list' axis.
14755
13fd3ff3
PA
147562014-10-02 Pedro Alves <palves@redhat.com>
14757
14758 PR breakpoints/17431
14759 * gdb.base/execl-update-breakpoints.c: New file.
14760 * gdb.base/execl-update-breakpoints.exp: New file.
14761
0fec99e8
PA
147622014-10-01 Pedro Alves <palves@redhat.com>
14763
14764 * gdb.base/breakpoint-in-ro-region.c: New file.
14765 * gdb.base/breakpoint-in-ro-region.exp: New file.
14766
2ddf4301
SM
147672014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14768
14769 * gdb.mi/mi-exit-code.exp: New file.
14770 * gdb.mi/mi-exit-code.c: New file.
14771
6a5f3f43
YQ
147722014-09-30 Yao Qi <yao@codesourcery.com>
14773
14774 * lib/prelink-support.exp (build_executable_own_libs): Error if
14775 the target isn't native.
14776
345bcc73
YQ
147772014-09-30 Yao Qi <yao@codesourcery.com>
14778
14779 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14780 false.
14781
a25a5a45
PA
147822014-09-22 Pedro Alves <palves@redhat.com>
14783
14784 * gdb.threads/break-while-running.exp: New file.
14785 * gdb.threads/break-while-running.c: New file.
14786
00ba3162
YQ
147872014-09-19 Yao Qi <yao@codesourcery.com>
14788
14789 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14790 Invoke test. Restart GDB with --readnow and invoke test again.
14791
c3b7b696
YQ
147922014-09-19 Yao Qi <yao@codesourcery.com>
14793
14794 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14795 proc set_breakpoint_on_gcd_function. Invoke
14796 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14797 invoke set_breakpoint_on_gcd_function again.
14798
2b4fd423
DE
147992014-09-18 Doug Evans <dje@google.com>
14800
14801 * gdb.dwarf2/symtab-producer.exp: New file.
14802
a5947601
SDJ
148032014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14804
14805 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14806 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14807 * gdb.base/global-var-nested-by-dso.c: Likewise.
14808 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14809
91c19059
SDJ
148102014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14811 Pedro Alves <palves@redhat.com>
14812
14813 * gdb.base/watch-bitfields.exp: Pass string other than test file
14814 name to prepare_for_testing.
14815 (watch): New procedure.
14816 (expect_watchpoint): Use with_test_prefix.
14817 (top level): Factor out tests to ...
14818 (test_watch_location, test_regular_watch): ... these new
14819 procedures, and use with_test_prefix and gdb_continue_to_end.
14820
bb9d5f81
PP
148212014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14822
14823 PR breakpoints/12526
14824 * gdb.base/watch-bitfields.exp: New file.
14825 * gdb.base/watch-bitfields.c: New file.
14826
635856f5
PA
148272014-09-16 Pedro Alves <palves@redhat.com>
14828
14829 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14830 software and hardware addresses, not software address against
14831 itself.
14832
7280ceea
PA
148332014-09-16 Pedro Alves <palves@redhat.com>
14834
14835 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14836 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14837
428b16bd
PA
148382014-09-16 Pedro Alves <palves@redhat.com>
14839
14840 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14841 files.
14842 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14843 "*-*-vxworks*" throughout.
14844 * gdb.base/break.exp: Likewise.
14845 * gdb.base/default.exp: Likewise.
14846 * gdb.base/scope.exp: Likewise.
14847 * gdb.base/sepdebug.exp: Likewise.
14848 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14849 throughout.
14850 * gdb.base/run.c: Likewise.
14851 * gdb.base/sepdebug.c: Likewise.
14852 * gdb.hp/gdb.aCC/run.c: Likewise.
14853 * gdb.reverse/until-reverse.c: Likewise.
14854 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14855
666d413c
YQ
148562014-09-16 Yao Qi <yao@codesourcery.com>
14857
14858 * boards/local-remote-host-native.exp: New file.
14859
57cbd724
DE
148602014-09-14 Doug Evans <xdje42@gmail.com>
14861
14862 * gdb.threads/queue-signal.c (thread_count): New variable.
14863 (thread_count_mutex, thread_count_condvar): New variables.
14864 (incr_thread_count, wait_all_threads_running): New functions.
14865 (main): Wait for all threads to be in their thread functions.
14866
81219e53
DE
148672014-09-13 Doug Evans <xdje42@gmail.com>
14868
14869 * gdb.threads/queue-signal.c: New file.
14870 * gdb.threads/queue-signal.exp: New file.
14871
3714cea7
DE
148722014-09-13 Doug Evans <xdje42@gmail.com>
14873
14874 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14875 be consistent with what default_gdb_init uses.
14876 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14877 the plain text of the prompt. Add some logging printfs.
14878 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14879
fa43b1d7
PA
148802014-09-12 Pedro Alves <palves@redhat.com>
14881
14882 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14883 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14884 * gdb.arch/i386-size-overlap.exp: Likewise.
14885 * gdb.arch/i386-size.exp: Likewise.
14886 * gdb.arch/i386-unwind.exp: Likewise.
14887 * gdb.base/a2-run.exp: Likewise.
14888 * gdb.base/break.exp: Likewise.
14889 * gdb.base/charset.exp: Likewise.
14890 * gdb.base/chng-syms.exp: Likewise.
14891 * gdb.base/commands.exp: Likewise.
14892 * gdb.base/dbx.exp: Likewise.
14893 * gdb.base/find.exp: Likewise.
14894 * gdb.base/funcargs.exp: Likewise.
14895 * gdb.base/jit-simple.exp: Likewise.
14896 * gdb.base/reread.exp: Likewise.
14897 * gdb.base/sepdebug.exp: Likewise.
14898 * gdb.base/step-bt.exp: Likewise.
14899 * gdb.cp/mb-inline.exp: Likewise.
14900 * gdb.cp/mb-templates.exp: Likewise.
14901 * gdb.objc/basicclass.exp: Likewise.
14902 * gdb.threads/killed.exp: Likewise.
14903
9d9bf2df
EBM
149042014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14905
14906 PR tdep/17379
14907 * gdb.arch/powerpc-stackless.S: New file.
14908 * gdb.arch/powerpc-stackless.exp: New file.
14909
1cf2f1b0
JK
149102014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14911
14912 * gdb.base/attach.c: Include unistd.h.
14913 (main): Call alarm. Add label postloop.
14914 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14915 gdb_breakpoint, gdb_continue_to_breakpoint.
14916 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14917
98880d46
PA
149182014-09-11 Pedro Alves <palves@redhat.com>
14919
14920 PR gdb/17347
14921 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14922 * gdb.base/attach.exp (test_command_line_attach_run): New
14923 procedure.
14924 (top level): Call it.
14925
4c92ff2c
PA
149262014-09-11 Pedro Alves <palves@redhat.com>
14927
14928 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14929 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14930 (do_command_attach_tests): Use spawn_wait_for_attach.
14931 * gdb.base/solib-overlap.exp: Likewise.
14932 * gdb.multi/multi-attach.exp: Likewise.
14933 * gdb.python/py-prompt.exp: Likewise.
14934 * gdb.python/py-sync-interp.exp: Likewise.
14935 * gdb.server/ext-attach.exp: Likewise.
14936
3adc1a7d
GKB
149372014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14938
14939 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14940 command in testcase. Simplify testcase.
14941
96334934
JB
149422014-09-10 Joel Brobecker <brobecker@adacore.com>
14943
14944 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14945
eb479039
JB
149462014-09-10 Joel Brobecker <brobecker@adacore.com>
14947
14948 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14949
deede10c
JB
149502014-09-10 Joel Brobecker <brobecker@adacore.com>
14951
14952 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14953
7828a5f5
JB
149542014-09-10 Joel Brobecker <brobecker@adacore.com>
14955
14956 * gdb.dwarf2/dynarr-ptr.c: New file.
14957 * gdb.dwarf2/dynarr-ptr.exp: New file.
14958
33aeebcf
MR
149592014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14960
14961 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14962 of 30 rather than hardcoding 120 for a slow test case. Take the
14963 `gdb,timeout' target setting into account for this calculation.
14964 Don't extend the timeout for the test cases that don't need it.
14965
7b415901
MR
149662014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14967
14968 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14969 a factor of 2 for a slow test case. Take the `gdb,timeout'
14970 target setting into account for this calculation.
14971 * gdb.reverse/until-precsave.exp: Increase the timeout by
14972 a factor of 15 and 3 respectively rather than adding 120
14973 for a pair of slow test cases. Take the `gdb,timeout'
14974 target setting into account for this calculation.
14975
4a40f85a
MR
149762014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14977
14978 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14979 timeout, don't pass one down to gdb_expect.
14980 (gdb_expect): Rework timeout selection.
14981
09635af7
MR
149822014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14983
14984 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14985 exception on timeout.
14986 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14987 (gdbserver_start_extended): Catch any `gdbserver_start' error
14988 exceptions.
14989 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14990 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14991 `gdbserver_gdb_load' error exceptions.
14992
2bdd10b7
MR
149932014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14994
14995 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14996 120 on waiting for the TCP socket to open.
14997
316935f0
DE
149982014-09-09 Doug Evans <xdje42@gmail.com>
14999
15000 * gdb.base/default.exp (show_conv_list): Add _caller_is,
15001 _caller_matches, _any_caller_is, _any_caller_matches.
15002
83740597
DE
150032014-09-09 Doug Evans <xdje42@gmail.com>
15004
15005 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
15006
4c122fc3
YQ
150072014-09-09 Yao Qi <yao@codesourcery.com>
15008
15009 * gdb.mi/mi-var-display.exp: Set print symbol off.
15010
a9f116cb
GKB
150112014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
15012
15013 PR gdb/17035
15014 * gdb.base/commands.exp: Add tests to verify user-defined
15015 commands with empty bodies.
15016 * gdb.python/py-cmd.exp: Test that we don't show user-defined
15017 python commands in `show user command`.
15018 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
15019 scheme commands in `show user command`.
15020
c75bd3a2
JK
150212014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15022
15023 PR python/17355
15024 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15025 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15026 * gdb.python/py-framefilter-invalidarg.exp: New file.
15027 * gdb.python/py-framefilter-invalidarg.py: New file.
15028
faa42425
DE
150292014-09-06 Doug Evans <xdje42@gmail.com>
15030
15031 PR 15276
15032 * gdb.python/py-caller-is.c: New file.
15033 * gdb.python/py-caller-is.exp: New file.
15034
474ca4f6
SDJ
150352014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15036
15037 PR gdb/17235
15038 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15039 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15040
eb0b0463
SDJ
150412014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15042
15043 PR fortran/17237
15044 * gdb.fortran/print-formatted.exp: New file.
15045 * gdb.fortran/print-formatted.f90: Likewise.
15046
5f3b99cf
SS
150472014-09-03 Sasha Smundak <asmundak@google.com>
15048
15049 * gdb.python/py-frame.exp: Test Frame.read_register.
15050
7d793aa9
SDJ
150512014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15052
15053 PR python/16699
15054 * gdb.python/py-completion.exp: New file.
15055 * gdb.python/py-completion.py: Likewise.
15056
fb0576e9
DE
150572014-08-28 Doug Evans <dje@google.com>
15058
15059 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15060 eax,etc. are live with values set by gdb and thus the compiler can't
15061 use them.
15062 * gdb.arch/i386-pseudo.c (main): Ditto.
15063
ee92b0dd
DE
150642014-08-27 Doug Evans <dje@google.com>
15065
15066 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15067
6649db35
DE
150682014-08-25 Doug Evans <dje@google.com>
15069
15070 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15071 (main): Ditto.
15072
564b7600
DE
150732014-08-25 Doug Evans <dje@google.com>
15074
15075 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15076
3881fb67
YQ
150772014-08-24 Yao Qi <yao@codesourcery.com>
15078
15079 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15080 symbol off.
15081 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15082
a05a36a5
DE
150832014-08-22 Doug Evans <dje@google.com>
15084
15085 PR 17276
15086 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15087 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15088 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15089
7c343b48
YQ
150902014-08-22 Yao Qi <yao@codesourcery.com>
15091
15092 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15093 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15094 * gdb.python/python.exp: Likewise. Use .py file on the host
15095 instead of the build.
15096
22fd09ae
JK
150972014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15098
15099 * gdb.threads/gcore-stale-thread.c: New file.
15100 * gdb.threads/gcore-stale-thread.exp: New file.
15101
a8454a7c
PA
151022014-08-21 Pedro Alves <palves@redhat.com>
15103
15104 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15105 * gdb.base/gcore-relro-pie.exp: Likewise.
15106 * gdb.base/gcore-relro.exp: Likewise.
15107 * gdb.base/gcore.exp: Likewise.
15108 * gdb.base/print-symbol-loading.exp: Likewise.
15109 * gdb.threads/gcore-thread.exp: Likewise.
15110 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15111
2a31c623
PA
151122014-08-20 Pedro Alves <palves@redhat.com>
15113 Jan Kratochvil <jan.kratochvil@redhat.com>
15114
15115 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15116 configure.
15117 (EXPECT): Handle READ1 being set.
15118 (all): Depend on EXTRA_RULES.
15119 (check-read1, expect-read1, read1.so, read1): New rules.
15120 * README (Testsuite Parameters): Document the READ1 make variable.
15121 (Race detection): New section.
15122 * configure: Regenerate.
15123 * configure.ac: If build==host==target, and running under a
15124 GNU/glibc system, add read1 to the extra Makefile rules.
15125 (EXTRA_RULES): AC_SUBST it.
15126 * lib/read1.c: New file.
15127
d36430db
JB
151282014-08-20 Joel Brobecker <brobecker@adacore.com>
15129
15130 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15131 the handling of variables declared as a typedef to an array
15132 which a DW_AT_data_location attribute.
15133
9a0dc9e3
PA
151342014-08-19 Andrew Burgess <aburgess@broadcom.com>
15135 Pedro Alves <palves@redhat.com>
15136
15137 PR symtab/14604
15138 PR symtab/14605
15139 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15140 gdb_test.
15141
0718a8da
PA
151422014-08-19 Pedro Alves <palves@redhat.com>
15143
15144 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15145
13b448cd
YQ
151462014-08-19 Yao Qi <yao@codesourcery.com>
15147
15148 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15149 right line.
15150
1cbf5077
DB
151512014-08-18 David Blaikie <dblaikie@gmail.com>
15152
15153 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15154
bf0fae19
JB
151552014-08-18 Joel Brobecker <brobecker@adacore.com>
15156
15157 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15158 attribute in array range.
15159
3c8c5dcc
JB
151602014-08-18 Joel Brobecker <brobecker@adacore.com>
15161
15162 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15163
e66d4446
SC
151642014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15165
15166 PR c++/17132
15167 * gdb.cp/pr17132.cc: New file.
15168 * gdb.cp/pr17132.exp: New file.
15169
940df408
SC
151702014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15171
15172 * gdb.python/py-xmethods.py (A_getarrayind)
15173 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15174 Use 'print' with function call syntax.
15175 (E_method_matcher.match): Fix tab vs space indentation mixup.
15176
ebcc6c3a
YQ
151772014-08-15 Yao Qi <yao@codesourcery.com>
15178
15179 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15180 false.
15181
775e0f04
YQ
151822014-08-15 Yao Qi <yao@codesourcery.com>
15183
15184 * gdb.cp/casts.exp: Set print symbol off.
15185 * gdb.cp/class2.exp: Likewise.
15186 * gdb.cp/overload.exp: Likewise.
15187 * gdb.cp/templates.exp: Likewise.
15188
d769e349
DE
151892014-08-11 Doug Evans <dje@google.com>
15190
15191 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15192 (test_load_shlib): Update.
15193
20c6f1e1
YQ
151942014-08-09 Yao Qi <yao@codesourcery.com>
15195
15196 * gdb.base/display.exp: Invoke is_address_zero_readable.
15197 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15198 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15199 * gdb.base/hbreak-unmapped.exp: Return if
15200 is_address_zero_readable returns true.
15201 * gdb.base/signest.exp: Likewise.
15202 * gdb.base/signull.exp: Likewise.
15203 * gdb.base/sigbpt.exp: Likewise.
15204 * gdb.guile/scm-disasm.exp: Do the test if
15205 is_address_zero_readable returns false.
15206 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15207 * gdb.python/py-arch.exp: Likewise.
15208 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15209 * lib/gdb.exp (is_address_zero_readable): New proc.
15210
5792e8e3
YQ
152112014-08-09 Yao Qi <yao@codesourcery.com>
15212
15213 PR testsuite/13443
15214 * gdb.mi/mi-var-display.exp: Make test messages unique.
15215
3cecbbbe
TT
152162014-08-04 Tom Tromey <tromey@redhat.com>
15217
15218 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15219 target 0".
15220
00b51ff5
TT
152212014-08-04 Tom Tromey <tromey@redhat.com>
15222
15223 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15224 "target_resume".
15225
6908c509
JB
152262014-08-01 Joel Brobecker <brobecker@adacore.com>
15227
15228 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15229 inner_vla_struct_object_size.
15230 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15231 as xfail.
15232
cc6563d2
PA
152332014-07-30 Pedro Alves <palves@redhat.com>
15234
15235 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15236 comment.
15237
7e09a223
YQ
152382014-07-29 Yao Qi <yao@codesourcery.com>
15239
15240 PR gdb/17206
15241 * gdb.base/until-nodebug.exp: New.
15242
7ebdbe92
DE
152432014-07-28 Doug Evans <xdje42@gmail.com>
15244
15245 PR guile/17203
15246 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15247 previously existing parameter, and previously ambiguously spelled
15248 parameter.
15249
fdb1adc6
WN
152502014-07-28 Will Newton <will.newton@linaro.org>
15251
15252 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15253
186fcde0
DE
152542014-07-26 Ludovic Courtès <ludo@gnu.org>
15255 Doug Evans <xdje42@gmail.com>
15256
15257 PR guile/17146
15258 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15259
70509625
PA
152602014-07-25 Pedro Alves <palves@redhat.com>
15261
15262 * gdb.threads/signal-command-handle-nopass.c: New file.
15263 * gdb.threads/signal-command-handle-nopass.exp: New file.
15264 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15265 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15266 * gdb.threads/signal-delivered-right-thread.c: New file.
15267 * gdb.threads/signal-delivered-right-thread.exp: New file.
15268
c3f814a1
PA
152692014-07-25 Pedro Alves <palves@redhat.com>
15270
15271 * gdb.base/double-prompt-target-event-error.exp
15272 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15273 match.
15274 (cancel_pagination_in_target_event): Rework double prompt
15275 detection.
15276 * gdb.base/paginate-after-ctrl-c-running.exp
15277 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15278 <return>' match.
15279 * gdb.base/paginate-bg-execution.exp
15280 (test_bg_execution_pagination_return)
15281 (test_bg_execution_pagination_cancel): Remove '-notransfer
15282 <return>' matches.
15283 * gdb.base/paginate-execution-startup.exp
15284 (test_fg_execution_pagination_return)
15285 (test_fg_execution_pagination_cancel): Remove '-notransfer
15286 <return>' matches.
15287 * gdb.base/paginate-inferior-exit.exp
15288 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15289 match.
15290 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15291 * lib/gdb.exp (pagination_prompt): Run text through
15292 string_to_regexp.
15293 (gdb_test_multiple): Match $pagination_prompt instead of
15294 "<return>".
15295 (string_to_regexp): Move to lib/gdb-utils.exp.
15296
e214cf6c
JK
152972014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15298
15299 * gdb.arch/amd64-entry-value-paramref.S: New file.
15300 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15301 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15302 * gdb.arch/amd64-optimout-repeat.S: New file.
15303 * gdb.arch/amd64-optimout-repeat.c: New file.
15304 * gdb.arch/amd64-optimout-repeat.exp: New file.
15305
17d0c5c8
JK
153062014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15307
15308 PR gdb/17170
15309 * gdb.base/statistics.exp: New file.
15310
b8b8facf
DE
153112014-07-17 Doug Evans <dje@google.com>
15312
74b49205 15313 PR gdb/17170
b8b8facf
DE
15314 * gdb.base/maint.exp: Update testing of per-command stats.
15315
1b5d0ab3
PA
153162014-07-16 Pedro Alves <palves@redhat.com>
15317
15318 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15319 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15320 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15321 (tfile_write_buf): New functions.
15322 (add_memory_block): Rewrite using the above.
15323 (adjust_function_address): New function.
15324 (FUNCTION_ADDRESS): New macro.
15325 (write_basic_trace_file): Remove short_x local, and use
15326 tfile_write_16. Change type of func_addr local to unsigned long
15327 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15328 here. Cast argument of add_memory_block to char pointer.
15329 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15330 (main): Remove parameters.
15331 * gdb.trace/tfile.exp: Remove nowarnings.
15332
4d974e88
SM
153332014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15334
15335 * gdb.base/debug-expr.exp: Test string evaluation with
15336 "debug expression" on.
15337
41e99568
PA
153382014-07-15 Pedro Alves <palves@redhat.com>
15339
15340 * gdb.base/reread.exp: Use clean_restart.
15341
487d9753
PL
153422014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15343
15344 * gdb.arch/avr-flash-qualifer.c: New.
15345 * gdb.arch/avr-flash-qualifer.exp: New.
15346
cc1c52ad
PA
153472014-07-14 Pedro Alves <palves@redhat.com>
15348
15349 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15350 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15351
1e973570
PA
153522014-07-14 Pedro Alves <palves@redhat.com>
15353
15354 * gdb.base/double-prompt-target-event-error.c: New file.
15355 * gdb.base/double-prompt-target-event-error.exp: New file.
15356
93d6eb10
PA
153572014-07-14 Pedro Alves <palves@redhat.com>
15358
15359 PR gdb/17072
15360 * gdb.base/paginate-inferior-exit.c: New file.
15361 * gdb.base/paginate-inferior-exit.exp: New file.
15362
0017922d
PA
153632014-07-14 Pedro Alves <palves@redhat.com>
15364
15365 PR gdb/17072
15366 * gdb.base/paginate-bg-execution.c: New file.
15367 * gdb.base/paginate-bg-execution.exp: New file.
15368
94696ad3
PA
153692014-07-14 Pedro Alves <palves@redhat.com>
15370
15371 PR gdb/17072
15372 * gdb.base/paginate-execution-startup.c: New file.
15373 * gdb.base/paginate-execution-startup.exp: New file.
15374 * lib/gdb.exp (pagination_prompt): New global.
15375 (default_gdb_spawn): New procedure, factored out from
15376 default_gdb_spawn.
15377 (default_gdb_start): Adjust to call default_gdb_spawn.
15378 (gdb_spawn): New procedure.
15379
bd293940
PA
153802014-07-14 Pedro Alves <palves@redhat.com>
15381
15382 * lib/gdb.exp (gdb_assert): New procedure.
15383 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15384
c933f875
PA
153852014-07-14 Pedro Alves <palves@redhat.com>
15386
15387 * gdb.base/execution-termios.c: New file.
15388 * gdb.base/execution-termios.exp: New file.
15389
d98b7a16
TT
153902014-07-14 Tom Tromey <tromey@redhat.com>
15391
15392 * gdb.cp/vla-cxx.cc: New file.
15393 * gdb.cp/vla-cxx.exp: New file.
15394
548740d6
TT
153952014-07-14 Tom Tromey <tromey@redhat.com>
15396
15397 * gdb.reverse/rerun-prec.c: New file.
15398 * gdb.reverse/rerun-prec.exp: New file.
15399
a25eb028
MR
154002014-07-12 Maciej W. Rozycki <macro@mips.com>
15401 Maciej W. Rozycki <macro@codesourcery.com>
15402
15403 * lib/gdb-utils.exp: New file.
15404 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15405 inline `gdb_init_command' processing.
15406 (gdb_start_cmd): Likewise.
15407 * lib/mi-support.exp (mi_run_cmd): Likewise.
15408 * README: Document `gdb_init_command' and `gdb_init_commands'.
15409
218c2655
JK
154102014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15411
15412 Fix false FAIL running under a very long directory name.
15413 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15414 and "set print elements 10000". Twice.
15415
5401fde3
YQ
154162014-07-11 Yao Qi <yao@codesourcery.com>
15417
15418 * gdb.base/exprs.exp: "set print symbol off".
15419
e76126e8
PA
154202014-07-11 Pedro Alves <palves@redhat.com>
15421
15422 * gdb.threads/kill.c: New file.
15423 * gdb.threads/kill.exp: New file.
15424
2d6f0de6
YQ
154252014-07-10 Yao Qi <yao@codesourcery.com>
15426
15427 * gdb.trace/tfile.c (write_basic_trace_file)
15428 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15429 address written to trace file.
15430
7180e04a
PA
154312014-07-09 Pedro Alves <palves@redhat.com>
15432
15433 * gdb.base/attach-wait-input.exp: New file.
15434 * gdb.base/attach-wait-input.c: New file.
15435
9a9a7608
AB
154362014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15437
15438 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15439 setting up test structures.
15440 (main): Call new test function.
15441 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15442 test function, continue into test function and walk test
15443 structures.
15444
161ac41e
YQ
154452014-07-02 Yao Qi <yao@codesourcery.com>
15446
15447 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15448 'bar_start' at the beginning of functions 'foo' and 'bar'
15449 respectively.
15450 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15451 instead of 'foo' and 'bar'.
15452
1f267ae3
MM
154532014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15454
15455 * gdb.btrace/segv.exp: New.
15456 * gdb.btrace/segv.c: New.
15457
2b239efb
LM
154582014-07-02 Luis Machado <lgustavo@codesourcery.com>
15459
15460 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15461 instruction.
15462
cf363f18
MW
154632014-06-30 Mark Wielaard <mjw@redhat.com>
15464
15465 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15466 vulture, vilify, villar): New volatile array constants.
15467 (vindictive, vegetation): New const volatile array constants.
15468 * gdb.base/volatile.exp: Test volatile and const volatile array
15469 types.
15470
aebf9d24
AA
154712014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15472
15473 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15474 target lacks support for awatch, rwatch, or hbreak.
15475
b67a2c6f
YQ
154762014-06-27 Yao Qi <yao@codesourcery.com>
15477
15478 * gdb.multi/dummy-frame-restore.exp: New.
15479 * gdb.multi/dummy-frame-restore.c: New.
15480
aef92902
MM
154812014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15482
15483 * gdb.btrace/gcore.exp: New.
15484
8e9db26e
PA
154852014-06-23 Pedro Alves <palves@redhat.com>
15486
15487 * gdb.base/watchpoint-reuse-slot.c: New file.
15488 * gdb.base/watchpoint-reuse-slot.exp: New file.
15489
70afc5b7
SC
154902014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15491
15492 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15493 progspace's filename in 'info', 'enable' and 'disable' command
15494 tests.
15495
b972bd9c
JK
154962014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15497
15498 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15499 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15500 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15501
125f8a3d
GB
155022014-06-20 Gary Benson <gbenson@redhat.com>
15503
15504 * gdb.arch/i386-avx.exp: Fix include file location.
15505 * gdb.arch/i386-sse.exp: Likewise.
15506
3ed9baed
IB
155072014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15508
15509 * gdb.dlang/expression.exp: New file.
15510
034f788c
PA
155112014-06-19 Pedro Alves <palves@redhat.com>
15512
15513 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15514 out from ...
15515 (top level): ... here. Iterate running tests under different
15516 scheduler-locking settings.
15517
45371d0c
LM
155182014-06-18 Luis Machado <lgustavo@codesourcery.com>
15519
15520 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15521 to DW_FORM_addr and use non-zero addresses.
15522
5d376983
SC
155232014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15524
15525 PR gdb/17017
15526 * gdb.python/py-xmethods.cc: Add global function call counters and
15527 increment them in their respective functions. Remove "cout"
15528 statements.
15529 * gdb.python/py-xmethods.exp: Make tests check the global function
15530 call counters instead of depending on inferior IO.
15531
a1aa2221
LM
155322014-06-18 Don Breazeal <donb@codesourcery.com>
15533
15534 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15535 Deleted procedure.
15536 (explicit_fork_parent_follow): Deleted procedure.
15537 (explicit_fork_child_follow): Deleted procedure.
15538 (test_follow_fork): New procedure.
15539 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 15540 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
15541 procedure calls.
15542
0fc05997
YQ
155432014-06-17 Yao Qi <yao@codesourcery.com>
15544
15545 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15546 CP1252.
15547
70795c52
LM
155482014-06-17 Luis Machado <lgustavo@codesourcery.com>
15549
15550 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15551 Initialize ptr and S explicitly.
15552 (skip_type_update_when_not_use_rtti_test): Likewise.
15553
6be47f0c
KS
155542014-06-16 Keith Seitz <keiths@redhat.com>
15555
15556 PR mi/15863
15557 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15558 the inferior is started.
15559
d03de421
PA
155602014-06-16 Pedro Alves <palves@redhat.com>
15561
15562 * gdb.base/break-main-file-remove-fail.c: New file.
15563 * gdb.base/break-main-file-remove-fail.exp: New file.
15564 * gdb.base/break-unload-file.exp: Use build_executable instead of
15565 prepare_for_testing.
15566 (test_break): New parameter "initial_load". Handle it.
15567 (top level): Add initial_load cmdline/file axis.
15568
f9579b99
TT
155692014-06-12 Tom Tromey <tromey@redhat.com>
15570
15571 * gdb.base/completion.exp: Don't use directory name in test.
15572
3657956b
GB
155732014-06-09 Gary Benson <gbenson@redhat.com>
15574
15575 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15576 separate the always-available ANSI-standard signals from the
15577 signals that require checking.
15578 (main): Likewise.
15579 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15580 Likewise.
15581 (main): Likewise.
15582
4186eb54
KS
155832014-06-07 Keith Seitz <keiths@redhat.com>
15584
15585 Revert:
15586 PR c++/16253
15587 * gdb.cp/var-tag.cc: New file.
15588 * gdb.cp/var-tag.exp: New file.
15589 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15590 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15591 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15592 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15593
25326a28 155942014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
15595
15596 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15597
829155c9
PA
155982014-06-06 Pedro Alves <palves@redhat.com>
15599
15600 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15601 in target debug output instead of looking at RSP packets,
15602 disabling the test on any target that uses hardware stepping.
15603 Update comments.
15604
61c8d22e
PA
156052014-06-06 Pedro Alves <palves@redhat.com>
15606
15607 * gdb.base/break-unload-file.exp: Fix typo.
15608
d9a47287
YQ
156092014-06-06 Yao Qi <yao@codesourcery.com>
15610
15611 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15612 from "jit_function" to "^jit_function".
15613
e5e01dbf
YQ
156142014-06-06 Yao Qi <yao@codesourcery.com>
15615
15616 * gdb.base/async.c (foo): Add one statement.
15617 * gdb.base/async.exp: Get the next instruction address and
15618 match the output of "nexti" by instruction address. Match
15619 the hex address in the output of "finish".
15620
73ba372c
GB
156212014-06-06 Gary Benson <gbenson@redhat.com>
15622
15623 * gdb.base/call-signals.c: Remove preprocessor conditionals
15624 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15625 SIGSEGV and SIGTERM.
15626 * gdb.base/sigall.c: Likewise.
15627 * gdb.base/unwindonsignal.c: Likewise.
15628 * gdb.reverse/sigall-reverse.c: Likewise.
15629
831517df
YQ
156302014-06-06 Yao Qi <yao@codesourcery.com>
15631
15632 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15633 readable, skip the test.
15634
b8b91e98
YQ
156352014-06-06 Yao Qi <yao@codesourcery.com>
15636
15637 * gdb.threads/staticthreads.c (thread_function): Move the line
15638 setting breakpoint on forward.
15639 * gdb.threads/staticthreads.exp: Update comments.
15640
fb934770
LC
156412014-06-05 Ludovic Courtès <ludo@gnu.org>
15642
15643 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15644 "history-append! type error".
15645
6ef284bd
SM
156462014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15647
15648 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15649 erroneous dprintf expected input.
15650
a872e241
DE
156512014-06-04 Doug Evans <xdje42@gmail.com>
15652
15653 * gdb.guile/scm-generics.exp: Delete.
15654
16f691fb
DE
156552014-06-04 Doug Evans <xdje42@gmail.com>
15656
15657 * gdb.guile/scm-breakpoint.exp: Update.
15658 Add tests for breakpoint registration.
15659
012370f6
TT
156602014-06-04 Tom Tromey <tromey@redhat.com>
15661
15662 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15663 VLA-in-union.
15664 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15665 inner_vla_struct, vla_union types. Initialize objects of those
15666 types and compute their sizes.
15667
9f5a4cef
HZ
156682014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15669 Hui Zhu <hui@codesourcery.com>
15670
15671 * gdb.base/fileio.exp: Add test for shell not available as well as
15672 available.
15673 * gdb.base/fileio.c (test_system): Check for shell twice.
15674
90a45c4d
YQ
156752014-06-04 Yao Qi <yao@codesourcery.com>
15676
15677 * gdb.base/auto-connect-native-target.exp: Remove redundant
15678 space from the regexp pattern.
15679
70017e41
YQ
156802014-06-04 Yao Qi <yao@codesourcery.com>
15681
15682 * gdb.base/default.exp: Replace "child" with "native" in
15683 regexp pattern.
15684
883964a7
SC
156852014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15686
15687 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15688 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15689 * gdb.python/py-xmethods.py: Python script supporting the
15690 new testcase and tests.
15691
ef370185
JB
156922014-06-03 Joel Brobecker <brobecker@adacore.com>
15693 Pedro Alves <palves@redhat.com>
15694
15695 PR breakpoints/17000
15696 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15697 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15698
1e2ccb61
BM
156992014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15700
15701 * gdb.base/subst.exp: Add tests to verify partial path matching
15702 output.
15703
c6ec5ab2
PA
157042014-06-03 Pedro Alves <palves@redhat.com>
15705
15706 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15707 target that doesn't use software single-stepping.
15708
835c559f
PA
157092014-06-03 Pedro Alves <palves@redhat.com>
15710
15711 PR breakpoints/17000
15712 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15713 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15714
06eb1586
DE
157152014-06-02 Doug Evans <xdje42@gmail.com>
15716
15717 * gdb.guile/scm-parameter.exp: New file.
15718
e698b8c4
DE
157192014-06-02 Doug Evans <xdje42@gmail.com>
15720
15721 * gdb.guile/scm-cmd.c: New file.
15722 * gdb.guile/scm-cmd.exp: New file.
15723
ded03782
DE
157242014-06-02 Doug Evans <xdje42@gmail.com>
15725
15726 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15727 pretty-printer lookup.
15728 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15729 (make-pp_s-printer): Call it.
15730 (make-pretty-printer-from-dict): New function.
15731 (lookup-pretty-printer-maker-from-dict): New function.
15732 (*pretty-printer*): Simplify.
15733 (make-objfile-pp_s-printer): New function.
15734 (install-objfile-pretty-printers!): New function.
15735 (make-progspace-pp_s-printer): New function.
15736 (install-progspace-pretty-printers!): New function.
15737 * gdb.guile/scm-progspace.c: New file.
15738 * gdb.guile/scm-progspace.exp: New file.
15739
41fac0cf
PA
157402014-06-02 Pedro Alves <palves@redhat.com>
15741
15742 * gdb.base/dprintf-bp-same-addr.c: New file.
15743 * gdb.base/dprintf-bp-same-addr.exp: New file.
15744
96ae5695
EBM
157452014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15746
15747 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15748 * gdb.arch/powerpc-power.s: Likewise.
15749
da02b3a8
JB
157502014-06-02 Joel Brobecker <brobecker@adacore.com>
15751
15752 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15753
c72b2e7b
YQ
157542014-06-01 Yao Qi <yao@codesourcery.com>
15755
15756 * gdb.base/watchpoint.exp (test_watch_location): Check null
15757 pointer can be dereferenced. If not, do the test, otherwise
15758 skip it.
15759
53e8a631
AB
157602014-05-30 Andrew Burgess <aburgess@broadcom.com>
15761
15762 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15763 results.
15764 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15765
938f0e2f
AB
157662014-05-30 Andrew Burgess <aburgess@broadcom.com>
15767
15768 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15769 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15770 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15771 * gdb.arch/amd64-invalid-stack-top.c: New file.
15772 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15773
9ba6657a
PA
157742014-05-30 Pedro Alves <palves@redhat.com>
15775
15776 PR breakpoints/17000
15777 * gdb.base/sss-bp-on-user-bp.c: New file.
15778 * gdb.base/sss-bp-on-user-bp.exp: New file.
15779
522c09bf
DB
157802014-05-30 David Blaikie <dblaikie@gmail.com>
15781
15782 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15783 gnu_inline semantics via attribute.
15784 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15785 source explicitly specifies the required semantics.
15786
bf4ef81e
MR
157872014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15788
15789 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15790
329ea579
PA
157912014-05-29 Pedro Alves <palves@redhat.com>
15792 Tom Tromey <tromey@redhat.com>
15793
15794 * gdb.base/async-shell.exp: Don't enable target-async.
15795 * gdb.base/async.exp
15796 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15797 parameter. Adjust.
15798 (top level): Don't test with "target-async".
15799 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15800 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15801 * gdb.base/inferior-died.exp: Don't enable target-async.
15802 * gdb.base/interrupt-noterm.exp: Likewise.
15803 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15804 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15805 * gdb.mi/mi-nonstop.exp: Likewise.
15806 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15807 * gdb.mi/mi-nsintrall.exp: Likewise.
15808 * gdb.mi/mi-nsmoribund.exp: Likewise.
15809 * gdb.mi/mi-nsthrexec.exp: Likewise.
15810 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15811 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15812 * gdb.python/py-evsignal.exp: Don't enable target-async.
15813 * gdb.python/py-evthreads.exp: Likewise.
15814 * gdb.python/py-prompt.exp: Likewise.
15815 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15816 * gdb.server/solib-list.exp: Don't enable target-async.
15817 * gdb.threads/thread-specific-bp.exp: Likewise.
15818 * lib/mi-support.exp: Adjust to use mi-async.
15819
fd664c91
PA
158202014-05-29 Pedro Alves <palves@redhat.com>
15821
15822 PR gdb/13860
15823 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15824 reason, even in sync mode.
15825
251bde03
PA
158262014-05-29 Pedro Alves <palves@redhat.com>
15827 Hui Zhu <hui@codesourcery.com>
15828
15829 PR PR15693
15830 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15831 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15832 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15833 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15834
7f3c0343
JB
158352014-05-28 Joel Brobecker <brobecker@adacore.com>
15836
15837 * config/monitor.exp (gdb_target_monitor): Replace use of
15838 "set remotebaud" by "set serial baud".
15839
b2715b27
AW
158402014-05-26 Andy Wingo <wingo@igalia.com>
15841
15842 * gdb.guile/scm-breakpoint.exp:
15843 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15844 properties instead of gdb-object-properties.
15845
498a4489
YQ
158462014-05-26 Yao Qi <yao@codesourcery.com>
15847
15848 * gdb.server/no-thread-db.exp: Specify source file name
15849 explicitly when setting a breakpoint.
15850
589fdceb
MM
158512014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15852
15853 * gdb.btrace/vdso.c: New.
15854 * gdb.btrace/vdso.exp: New.
15855
e9089e05
MM
158562014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15857
15858 * gdb.base/gcore.exp (capture_command_output): Move ...
15859 * lib/gdb.exp (capture_command_output): ... here.
15860
67b5c0c1
MM
158612014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15862
15863 * gdb.btrace/data.exp: Test memory access during btrace replay.
15864
a2199296
SM
158652014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15866
15867 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15868
17b2616c
PA
158692014-05-21 Pedro Alves <palves@redhat.com>
15870
15871 PR gdb/13860
15872 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15873 (top level): Test that output related to execution commands is
15874 sent to the console with CLI commands, but not with MI commands.
15875 Test that breakpoint events are always mirrored to the console.
15876 Also expect the new source line to be output after a "next" in
15877 async mode too. Make it a pass/fail test.
15878 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15879 output.
15880 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15881
5166082f
PA
158822014-05-21 Pedro Alves <palves@redhat.com>
15883
15884 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15885 Use them to test variations of "list" after reaching a breakpoint.
15886 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15887 Test "list" with listsize 10 after reaching a breakpoint.
15888 * gdb.python/python.exp (decode_line current location line
15889 number): Adjust expected line number.
15890
2f25d70f
SM
158912014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15892
15893 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15894 behavior for $args, pass it directly to "run".
15895
ff604a67
MR
158962014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15897
15898 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15899 30000 to 65536.
15900
6a3cb8e8
PA
159012014-05-21 Pedro Alves <palves@redhat.com>
15902
15903 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15904 auto-connect-native-target off".
15905 * gdb.base/auto-connect-native-target.c: New file.
15906 * gdb.base/auto-connect-native-target.exp: New file.
15907
4ebfc96e
PA
159082014-05-21 Pedro Alves <palves@redhat.com>
15909
15910 * gdb.base/default.exp: Test "target native" instead of "target
15911 child".
15912
36d46afb
MW
159132014-05-21 Mark Wielaard <mjw@redhat.com>
15914
15915 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15916
5876f503
JK
159172014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15918
15919 Fix TLS access for -static -pthread.
15920 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15921 <HAVE_TLS> (thread_function, main): Initialize it.
15922 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15923 Add clean_restart.
15924 <$have_tls != "">: Check TLSVAR.
15925
0256a6ac
PA
159262014-05-21 Pedro Alves <palves@redhat.com>
15927
15928 * gdb.base/dcache-line-read-error.c: New.
15929 * gdb.base/dcache-line-read-error.exp: New.
15930
936d2992
PA
159312014-05-20 Pedro Alves <palves@redhat.com>
15932
15933 * gdb.base/compare-sections.c: New file.
15934 * gdb.base/compare-sections.exp: New file.
15935
802e8e6d
PA
159362014-05-20 Pedro Alves <palves@redhat.com>
15937
15938 * gdb.base/break-idempotent.c: New file.
15939 * gdb.base/break-idempotent.exp: New file.
15940
e59fa00f
MM
159412014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15942
15943 * gdb.btrace/nohist.exp: New.
15944
8b696e31
YQ
159452014-05-20 Yao Qi <yao@codesourcery.com>
15946
15947 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15948 gdb.reverse directory and gdb_reverse_timeout exists in board
15949 setting.
15950 * README: Document gdb_reverse_timeout.
15951
73c9764f
YQ
159522014-05-20 Yao Qi <yao@codesourcery.com>
15953
15954 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15955 'test_file_name'. Treat args as a string instead of a list.
15956 (gdb_init): Rename argument 'args' by 'test_file_name'.
15957
f1f4348a
JK
159582014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15959
15960 * gdb.arch/powerpc-power.exp: New file.
15961 * gdb.arch/powerpc-power.s: New file.
15962
0dbe70ce
DE
159632014-05-16 Doug Evans <dje@google.com>
15964
15965 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
15966 * gdb.base/completion.exp: Check that all expected files exist
15967 before doing file completion.
0dbe70ce 15968
8d551b02
DE
159692014-05-16 Doug Evans <dje@google.com>
15970
15971 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15972 Update.
15973 (do_syscall_tests_without_xml): Update.
15974
73eb7709
PA
159752014-05-16 Pedro Alves <palves@redhat.com>
15976
15977 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15978 instead of "unknown output after running".
15979
3fae92fc
YQ
159802014-05-16 Yao Qi <yao@codesourcery.com>
15981
15982 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15983 file1.txt from host at the end.
15984 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15985
c2b2ccc5
DE
159862014-05-15 Doug Evans <dje@google.com>
15987
15988 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15989 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15990 loading file. Add test for TU lookup.
15991
8c217a4b
SM
159922014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15993
15994 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15995 calling "-exec-arguments" or "set args" before running the
15996 inferior.
15997
3deb39c6
SM
159982014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15999
16000 * lib/mi-support.exp (mi_expect_stop): Expect message for
16001 inferiors that exit with non-zero exit code.
16002
71a79f8c
YQ
160032014-05-14 Yao Qi <yao@codesourcery.com>
16004
16005 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
16006 match absolute path on remote host.
16007 (test_file_list_exec_source_files): Remove "/" from the
16008 pattern.
16009
f23fcd46
YQ
160102014-05-14 Yao Qi <yao@codesourcery.com>
16011
16012 * boards/local-remote-host-notty.exp (${board}_file): New
16013 proc.
16014
9404b58f
KM
160152014-05-07 Kyle McMartin <kyle@redhat.com>
16016
16017 Pushed by Joel Brobecker <brobecker@adacore.com>.
16018 * gdb.arch/aarch64-atomic-inst.c: New file.
16019 * gdb.arch/aarch64-atomic-inst.exp: New file.
16020
5e45f04c
YQ
160212014-05-07 Yao Qi <yao@codesourcery.com>
16022
16023 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16024 in current context" too.
16025
c888a17d
KS
160262014-05-05 Keith Seitz <keiths@redhat.com>
16027
16028 * gdb.linespec/ls-dollar.exp: Add test for linespec
16029 file:convenience_variable.
16030
290a839c
YQ
160312014-05-05 Yao Qi <yao@codesourcery.com>
16032
16033 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16034 traceframes into tfile and ctf trace files. Read data from
16035 trace file and test collected data.
16036 (gdb_collect_locals_test): Likewise.
16037 (gdb_unavailable_registers_test): Likewise.
16038 (gdb_unavailable_floats): Likewise.
16039 (gdb_collect_globals_test): Likewise.
16040 (top-level): Append "ctf" to trace_file_targets if GDB
16041 supports.
16042
b5262cd0
YQ
160432014-05-05 Yao Qi <yao@codesourcery.com>
16044
16045 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16046 code to ...
16047 (gdb_collect_args_test_1): ... it. New proc.
16048 (gdb_collect_locals_test): Move some code to ...
16049 (gdb_collect_locals_test_1): ... it. New proc.
16050 (gdb_unavailable_registers_test): Move some code to ...
16051 (gdb_unavailable_registers_test_1): ... it. New proc.
16052 (gdb_unavailable_floats): Move some code to ...
16053 (gdb_unavailable_floats_1): ... it. New proc.
16054
30a1e6cc
SDJ
160552014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16056
16057 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16058 probes to test for bitness recognition.
16059 * gdb.arch/amd64-stap-optional-prefix.exp
16060 (test_probe_value_without_reg): New procedure.
16061 Add code to test for different kinds of bitness.
16062
f33da99a
SDJ
160632014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16064
16065 PR breakpoints/16889
16066 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16067 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16068
5b80f00d
PA
160692014-05-01 Pedro Alves <palves@redhat.com>
16070
16071 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16072 gdb_file_cmd if no file is specified.
16073 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16074 last_loaded_file to set the remote exec-file.
16075
f8c2a73c
PA
160762014-05-01 Pedro Alves <palves@redhat.com>
16077
16078 * boards/local-remote-host.exp: New file.
16079
be6e8ac7
PA
160802014-05-01 Pedro Alves <palves@redhat.com>
16081
16082 * boards/local-remote-host.exp: Rename to ...
16083 * boards/local-remote-host-notty.exp: ... this.
16084
cac0dc8f
JB
160852014-04-28 Joel Brobecker <brobecker@adacore.com>
16086
16087 * gdb.ada/dyn_arrayidx: New testcase.
16088
9730e6cc
YQ
160892014-04-26 Yao Qi <yao@codesourcery.com>
16090
16091 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16092 and compute the length of function main. Save it in
16093 $main_length.
16094 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16095 (top-level): Use gdb_compile to compile objects into
16096 executable and restart GDB. Remove invocation to
16097 prepare_for_testing.
16098
7ae1a6a6
PA
160992014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16100 Pedro Alves <palves@redhat.com>
16101
16102 PR server/16255
16103 * gdb.multi/multi-attach.c: New file.
16104 * gdb.multi/multi-attach.exp: New file.
16105
4082afcc
PA
161062014-04-25 Pedro Alves <palves@redhat.com>
16107
16108 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16109 user.
16110 (top level): Test that "set remote conditional-breakpoints-packet
16111 off" works as intended.
16112 * gdb.base/dprintf.exp: Test that "set remote
16113 breakpoint-commands-packet off" works as intended.
16114 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16115 New function.
16116 (top level): Call it.
16117 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16118 remote fast-tracepoints-packet off" works as intended.
16119 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16120 * lib/gdb.exp (gdb_is_target_remote): ... here.
16121
2abc3f8d
DB
161222014-04-24 David Blaikie <dblaikie@gmail.com>
16123
16124 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16125 ensure clang would not discard them.
16126 * gdb.base/gdbvars.c: Ditto.
16127 * gdb.base/memattr.c: Ditto.
16128 * gdb.base/whatis.c: Ditto.
16129 * gdb.python/py-prettyprint.c: Ditto.
16130 * gdb.trace/actions.c: Ditto.
16131 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16132 ensure clang would not discard it.
16133
bfd39632
DB
161342014-04-24 David Blaikie <dblaikie@gmail.com>
16135
16136 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16137 clang to emit the full definition of type required by the test
16138 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16139
22842ff6
DB
161402014-04-24 David Blaikie <dblaikie@gmail.com>
16141
16142 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16143 coax Clang into emitting the definition of the type.
16144 * gdb.cp/pr10728-x.h (y): Ditto.
16145 * gdb.cp/pr10728-y.cc (y): Ditto.
16146
c2e827ad
DB
161472014-04-24 David Blaikie <dblaikie@gmail.com>
16148
16149 * gdb.base/label.exp: XFAIL label related tests under Clang.
16150 * gdb.cp/cplabel.exp: Ditto.
16151 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16152 under Clang those using labels.
16153
4c2d33e7
YQ
161542014-04-25 Yao Qi <yao@codesourcery.com>
16155
16156 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16157 double_label.
16158 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16159 partial_label and double_label.
16160
56083b99
DB
161612014-04-24 David Blaikie <dblaikie@gmail.com>
16162
16163 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16164
25d4e99d
DB
161652014-04-24 David Blaikie <dblaikie@gmail.com>
16166
16167 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16168 of the function to work across GCC and Clang.
16169 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16170 pointer types (const void ** const V void **).
16171
01f9f808
MS
161722014-04-24 Michael Sturm <michael.sturm@mintel.com>
16173 Walfred Tedeschi <walfred.tedeschi@intel.com>
16174
16175 * Makefile.in (EXECUTABLES): Added i386-avx512.
16176 * gdb.arch/i386-avx512.c: New file.
16177 * gdb.arch/i386-avx512.exp: Likewise.
16178
4b48d439
KS
161792014-04-23 Keith Seitz <keiths@redhat.com>
16180
16181 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16182 (mi_make_breakpoint_table): New procedure.
16183 (mi_create_breakpoint): Use mi_make_breakpoint
16184 and return the result.
16185 (mi_make_breakpoint): New procedure.
16186 (mi_build_kv_pairs): New procedure.
16187
16188 * gdb.mi/mi-break.exp: Remove unused globals,
16189 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16190 All callers updated.
16191 * gdb.mi/mi-dprintf.exp: Use variable to track command
16192 number.
16193 Update all callers of mi_create_breakpoint and use
16194 mi_make_breakpoint_table.
16195 Remove any unused global variables.
16196 * gdb.mi/mi-nonstop.exp: Likewise.
16197 * gdb.mi/mi-nsintrall.exp: Likewise.
16198 * gdb.mi/mi-nsmoribund.exp: Likewise.
16199 * gdb.mi/mi-nsthrexec.exp: Likewise.
16200 * gdb.mi/mi-reverse.exp: Likewise.
16201 * gdb.mi/mi-simplerun.exp: Likewise.
16202 * gdb.mi/mi-stepn.exp: Likewise.
16203 * gdb.mi/mi-syn-frame.exp: Likewise.
16204 * gdb.mi/mi-until.exp: Likewise.
16205 * gdb.mi/mi-var-cp.exp: Likewise.
16206 * gdb.mi/mi-var-display.exp: Likewise.
16207 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16208 * gdb.mi/mi2-var-child.exp: Likewise.
16209 * gdb.mi/mi-vla-c99.exp: Likewise.
16210 * lib/mi-support.exp: Likewise.
16211
16212 From Ian Lance Taylor <iant@cygnus.com>:
16213 * lib/gdb.exp (parse_args): New procedure.
16214
08351840
PA
162152014-04-23 Pedro Alves <palves@redhat.com>
16216
16217 * gdb.base/break-unload-file.c: New file.
16218 * gdb.base/break-unload-file.exp: New file.
16219 * gdb.base/sym-file-lib.c (baz): New function.
16220 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16221 field.
16222 (load): Store the segment's mapped size.
16223 (unload): New function.
16224 (unload_shlib): New function.
16225 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16226 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16227 set a breakpoint at baz, and call it.
16228 * gdb.base/sym-file.exp: New tests for stale breakpoint
16229 instructions.
16230
076855f9
PA
162312014-04-23 Pedro Alves <palves@redhat.com>
16232
16233 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16234 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16235 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16236 * gdb.base/hbreak-unmapped.c: New file.
16237 * gdb.base/hbreak-unmapped.exp: New file.
16238 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16239 * lib/gdb.exp (gdb_is_target_remote): ... here.
16240
483805cf
PA
162412014-04-22 Pedro Alves <palves@redhat.com>
16242
16243 * gdb.base/consecutive-step-over.c: New file.
16244 * gdb.base/consecutive-step-over.exp: New file.
16245
06d97543
PA
162462014-04-22 Pedro Alves <palves@redhat.com>
16247
16248 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16249 instead of send_gdb/gdb_expect.
16250
b4429ea2
YQ
162512014-04-22 Yao Qi <yao@codesourcery.com>
16252
16253 * lib/trace-support.exp (generate_tracefile): New procedure.
16254 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16255 return 0.
16256 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16257 if generate_tracefile returns 1.
16258
51d48146
PA
162592014-04-18 Tom Tromey <palves@redhat.com>
16260 Pedro alves <tromey@redhat.com>
16261
16262 PR backtrace/15558
16263 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16264 with a backtrace limit.
16265 * gdb.python/py-frame-inline.exp: Test running to an inline
16266 function with a backtrace limit, and printing the newest frame.
16267 * gdb.python/py-frame-inline.c (main): Call f.
16268
bd1dce5f
MS
162692014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16270
16271 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16272
40d1a503
MS
162732014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16274
16275 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16276 Drop prefix from unsupported source file path.
16277
389b98f7
YQ
162782014-04-17 Yao Qi <yao@codesourcery.com>
16279
16280 * lib/gdb.exp (with_target_charset): New proc.
16281 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16282 with_target_charset.
16283 (test_print_strings): Likewise.
16284 (test_repeat_bytes): Likewise.
16285 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16286 for some tests.
16287
22869d73
KS
162882014-04-16 Keith Seitz <keiths@redhat.com>
16289
16290 PR gdb/15827
16291 * gdb.dwarf2/corrupt.c: New file.
16292 * gdb.dwarf2/corrupt.exp: New file.
16293
c4f87ca6
KS
162942014-04-16 Keith Seitz <keiths@redhat.com>
16295
16296 PR c++/16597
16297 * gdb.cp/namelessclass.cc: New file.
16298 * gdb.cp/namelessclass.exp: New file.
16299 * gdb.cp/namelessclass.S: New file.
16300
ab19de87
DE
163012014-04-16 Doug Evans <dje@google.com>
16302
16303 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16304 Add comment.
16305 (gdbserver_default_get_comm_port): New function.
16306 (gdbserver_start): Check if board file provided
16307 "gdbserver,get_comm_port" and use it if so.
16308 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16309 (gdb,socketport): Set to "stdio".
16310 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16311 (stdio_gdbserver_template): Delete.
16312 (${board}_get_remote_address): Update.
16313 (${board}_build_remote_cmd): Delete.
16314 (${board}_get_comm_port): New function.
16315 (${board}_spawn): Update.
16316 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16317 Delete.
16318 (${board}_get_remote_address): Update.
16319 (${board}_get_comm_port): New function.
16320
fc98a809
AB
163212014-04-16 Andrew Burgess <aburgess@broadcom.com>
16322
16323 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16324 appearing in any order.
16325
87fd9e6e
DE
163262014-04-15 Doug Evans <dje@google.com>
16327
16328 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16329 uninitialized value of "description".
16330
099fc3ea
KS
163312014-04-15 Keith Seitz <keiths@redhat.com>
16332
16333 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16334 Remove unused globals.
16335 (test_running_the_program): Likewise.
16336 (test_controlled_execution): Likewise.
16337 (test_controlling_breakpoints): Likewise.
16338 (test_program_termination): Likewise.
16339
5da151d4
KS
163402014-04-15 Keith Seitz <keiths@redhat.com>
16341
16342 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16343 unused globals.
16344 (test_rbreak_creation_and_listing): Likewise.
16345 (test_ignore_count): Likewise.
16346 (test_error): Likewise.
16347
35e5d2f0
PA
163482014-04-15 Pedro Alves <palves@redhat.com>
16349
16350 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16351 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16352 sym-file-loader.c.
16353 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16354 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16355 to sym-file-loader.c.
16356 (struct library): Forward declare.
16357 (load_shlib, lookup_function): Change prototypes.
16358 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16359 (translate_offset): Remove declarations.
16360 (get_text_addr): New declaration.
16361 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16362 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16363 sym-file-loader.h.
16364 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16365 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16366 here from sym-file-loader.h.
16367 (struct library): New structure.
16368 (load_shlib, lookup_function): Change prototypes and adjust to
16369 work with a struct library.
16370 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16371 (translate_offset): Make static.
16372 (get_text_addr): New function.
16373 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16374
eb4c1710
PA
163752014-04-15 Pedro Alves <palves@redhat.com>
16376
16377 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16378
2d1baf52
PA
163792014-04-15 Pedro Alves <palves@redhat.com>
16380
16381 * gdb.base/sym-file-loader.c: Include <limits.h>.
16382 (SELF_LINK): New define.
16383 (get_origin): New function.
16384 (load_shlib): Use it.
16385 * gdb.base/sym-file.exp: Don't early return if the target is
16386 remote. Use runto_main, and issue fail is that fails. Use
16387 gdb_load_shlibs.
16388 (shlib_name): Delete.
16389 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16390
7dd6df01
PA
163912014-04-15 Pedro Alves <palves@redhat.com>
16392
16393 * gdb.base/sym-file.exp: Remove regex characters from test
16394 message. Don't refer to breakpoint numbers in test messages.
16395
b50c8614
KS
163962014-04-14 Keith Seitz <keiths@redhat.com>
16397
16398 PR c++/16253
16399 * gdb.cp/var-tag.cc: New file.
16400 * gdb.cp/var-tag.exp: New file.
16401 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16402 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16403 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16404 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16405
3d567982
TT
164062014-04-14 Tom Tromey <tromey@redhat.com>
16407
16408 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16409 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16410 type.
16411 * gdb.cp/enum-class.exp: New file.
16412 * gdb.cp/enum-class.cc: New file.
16413
0626fc76
TT
164142014-04-14 Tom Tromey <tromey@redhat.com>
16415
16416 * gdb.dwarf2/enum-type.exp: New file.
16417
dca325b3
SA
164182014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16419
16420 * gdb.mi/mi-vla-c99.exp: New file.
16421 * gdb.mi/vla.c: New file.
16422
5854b38a
SA
164232014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16424
16425 * gdb.base/vla-datatypes.c: New file.
16426 * gdb.base/vla-datatypes.exp: New file.
16427
463bb957
SA
164282014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16429
16430 * gdb.base/vla-ptr.c: New file.
16431 * gdb.base/vla-ptr.exp: New file.
16432
3dd170be
SA
164332014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16434
16435 * gdb.dwarf2/count.exp: New file.
16436
5ecaaa66
SA
164372014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16438
16439 * gdb.base/vla-sideeffect.c: New file.
16440 * gdb.base/vla-sideeffect.exp: New file.
16441
41f1ada5
DB
164422014-04-14 David Blaikie <dblaikie@gmail.com>
16443
16444 * gdb.mi/non-stop.c: Add return value for non-void function return
16445 statement.
16446 * gdb.threads/staticthreads.c: Ditto.
16447
0be03e84
DE
164482014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16449 Doug Evans <xdje42@gmail.com>
16450
16451 * gdb.guile/scm-value.c: Improve test case.
16452 * gdb.guile/scm-value.exp: Add new test.
16453
f180a1fb
DB
164542014-04-11 David Blaikie <dblaikie@gmail.com>
16455
16456 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16457 override Clang's default.
16458
6b662e19
JB
164592014-04-11 Joel Brobecker <brobecker@adacore.com>
16460
16461 Revert the following changes (regressions):
16462
16463 * gdb.base/vla-sideeffect.c: New file.
16464 * gdb.base/vla-sideeffect.exp: New file.
16465
16466 * gdb.dwarf2/count.exp: New file.
16467
16468 * gdb.base/vla-multi.c: New file.
16469 * gdb.base/vla-multi.exp: New file.
16470
16471 * gdb.base/vla-ptr.c: New file.
16472 * gdb.base/vla-ptr.exp: New file.
16473
16474 * gdb.base/vla-datatypes.c: New file.
16475 * gdb.base/vla-datatypes.exp: New file.
16476
16477 * gdb.mi/mi-vla-c99.exp: New file.
16478 * gdb.mi/vla.c: New file.
16479
245a5f0b
KS
164802014-04-11 Keith Seitz <keiths@redhat.com>
16481
16482 PR c++/16675
16483 * gdb.cp/cpsizeof.exp: New file.
16484 * gdb.cp/cpsizeof.cc: New file.
16485
58a84dcf
SA
164862014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16487
191a8a90
JB
16488 * gdb.mi/mi-vla-c99.exp: New file.
16489 * gdb.mi/vla.c: New file.
58a84dcf 16490
c8655f75
SA
164912014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16492
16493 * gdb.base/vla-datatypes.c: New file.
16494 * gdb.base/vla-datatypes.exp: New file.
16495
024e13b4
SA
164962014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16497
16498 * gdb.base/vla-ptr.c: New file.
16499 * gdb.base/vla-ptr.exp: New file.
16500
1a237e0e
SA
165012014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16502
16503 * gdb.base/vla-multi.c: New file.
16504 * gdb.base/vla-multi.exp: New file.
16505
504f3432
SA
165062014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16507
16508 * gdb.dwarf2/count.exp: New file.
16509
3bce8237
SA
165102014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16511
191a8a90
JB
16512 * gdb.base/vla-sideeffect.c: New file.
16513 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 16514
322f9c21
YQ
165152014-04-11 Yao Qi <yao@codesourcery.com>
16516
16517 * gdb.base/completion.exp: Check file exists before running tests
16518 on file completion.
16519
d708bcd1
PA
165202014-04-10 Pedro Alves <palves@redhat.com>
16521
16522 * gdb.base/cond-eval-mode.c: New file.
16523 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16524 prepare_for_testing to build the new file. Check result of
16525 runto_main.
16526 (test_break, test_watch): New procedures.
16527 (top level): Use them.
16528
ae1d2761
PM
165292014-04-08 Pierre Muller <muller@sourceware.org>
16530
16531 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16532 Ctrl-V use for mingw hosts.
16533
7af389b8
SC
165342014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16535
16536 * gdb.python/py-value.c: Improve test case.
16537 * gdb.python/py-value.exp: Add new test.
16538
5e703181
DE
165392014-04-07 David Blaikie <dblaikie@gmail.com>
16540
16541 * lib/compiler.c: Identify the clang compiler.
16542 * lib/compiler.cc: Ditto.
16543
9810b410
YQ
165442014-04-03 Yao Qi <yao@codesourcery.com>
16545
16546 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16547
98d1b8dc
AB
165482014-04-01 Anton Blanchard <anton@samba.org>
16549
16550 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16551 messages unique.
16552
3114cea1
AB
165532014-04-01 Anton Blanchard <anton@samba.org>
16554
16555 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16556 prepare_for_testing.
16557
62f7182c
AB
165582014-04-01 Anton Blanchard <anton@samba.org>
16559
16560 * gdb.arch/ppc64-atomic-inst.c: Remove.
16561 * gdb.arch/ppc64-atomic-inst.S: New file.
16562 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16563
770e7fc7
DE
165642014-03-31 Doug Evans <dje@google.com>
16565
16566 * gdb.base/print-symbol-loading-lib.c: New file.
16567 * gdb.base/print-symbol-loading-main.c: New file.
16568 * gdb.base/print-symbol-loading.exp: New file.
16569
46e2bafa
YQ
165702014-03-31 Yao Qi <yao@codesourcery.com>
16571
16572 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16573
8776cfe9
JB
165742014-03-28 Joel Brobecker <brobecker@adacore.com>
16575
16576 * gdb.ada/mi_dyn_arr: New testcase.
16577
5d1ef361
DE
165782014-03-27 Doug Evans <dje@google.com>
16579
16580 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16581
b5bee914
YQ
165822014-03-27 Yao Qi <yao@codesourcery.com>
16583
16584 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16585 if target is nios2-*-*.
16586
0d4d0e77
YQ
165872014-03-26 Yao Qi <yao@codesourcery.com>
16588
16589 * lib/gdb.exp (readline_is_used): New proc.
16590 * gdb.base/completion.exp: Move tests on command complete up.
16591 Skip the rest of tests if readline is not used.
16592 * gdb.ada/complete.exp: Skp the test if readline is not
16593 used.
16594 * gdb.base/filesym.exp: Likewise.
16595 * gdb.base/macscp.exp: Likewise.
16596 * gdb.base/readline-ask.exp: Likewise.
16597 * gdb.base/readline.exp: Likewise.
16598 * gdb.python/py-cmd.exp: Likewise.
16599 * gdb.trace/tfile.exp: Likewise.
16600
29361eee
YQ
166012014-03-26 Yao Qi <yao@codesourcery.com>
16602
16603 * gdb.base/macscp.exp: Fix code format issues.
16604
bc9a5525
UW
166052014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16606
16607 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16608 * gdb.asm/powerpc64le.inc: New file.
16609
d3839ede
PA
166102014-03-25 Pedro Alves <palves@redhat.com>
16611 Doug Evans <dje@google.com>
16612
16613 * gdb.base/source-execution.c: New file.
16614 * gdb.base/source-execution.exp: New file.
16615 * gdb.base/source-execution.gdb: New file.
16616
01672a57
DE
166172014-03-24 Doug Evans <dje@google.com>
16618
16619 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16620 using fission.
16621
88bbeca9
HZ
166222014-03-24 Hui Zhu <hui@codesourcery.com>
16623 Pedro Alves <palves@redhat.com>
16624
16625 PR breakpoints/16101
16626 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16627 test pass/fail messages. Detect missing support for dprintf when
16628 breakpoints are actually inserted.
16629 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16630 breakpoints are actually inserted.
16631 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16632 fails.
16633
d2348791
JK
166342014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16635
16636 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16637
feef67ab
DE
166382014-03-22 Doug Evans <xdje42@gmail.com>
16639
16640 * gdb.python/python.exp (python not supported): Verify multi-line
16641 python command issues an error.
25d743f9 16642 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 16643 guile command issues an error.
feef67ab 16644
ecebef6a
MR
166452014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16646
16647 * gdb.threads/thread-specific.exp: Handle the lack of usable
16648 $this_breakpoint and $this_thread.
16649
ccdd1909
HZ
166502014-03-21 Hui Zhu <hui@codesourcery.com>
16651
16652 * gdb.base/attach.exp (do_command_attach_tests): New.
16653
beb460e8
PA
166542014-03-20 Tom Tromey <tromey@redhat.com>
16655 Pedro Alves <palves@redhat.com>
16656
16657 PR cli/15718
16658 * gdb.base/condbreak-call-false.c: New file.
16659 * gdb.base/condbreak-call-false.exp: New file.
16660
40acf43a
PA
166612014-03-20 Pedro Alves <palves@redhat.com>
16662
16663 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16664 Delete.
16665 (block_signals, unblock_signals): Delete.
16666 (child_function_2, main): Remove references to deleted variable
16667 and functions.
16668
9f5e1e02
PA
166692014-03-20 Pedro Alves <palves@redhat.com>
16670
16671 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16672 Use pthread_kill to signal thread 2.
16673 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16674 Adjust to make the test send itself a signal rather than using the
16675 host's "kill" command.
16676
99619bea
PA
166772014-03-20 Pedro Alves <palves@redhat.com>
16678
16679 * gdb.threads/multiple-step-overs.c: New file.
16680 * gdb.threads/multiple-step-overs.exp: New file.
16681 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16682 Adjust expected infrun debug output.
16683
2adfaa28
PA
166842014-03-20 Pedro Alves <palves@redhat.com>
16685
16686 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16687 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16688
31e77af2
PA
166892014-03-20 Pedro Alves <palves@redhat.com>
16690
16691 PR breakpoints/7143
16692 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16693 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16694 of gdb_test_multiple.
16695 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16696 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16697
b9f437de
PA
166982014-03-20 Pedro Alves <palves@redhat.com>
16699
16700 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16701 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16702
05adc73e
PA
167032014-03-19 Pedro Alves <palves@redhat.com>
16704
16705 * gdb.base/async.exp: Remove early return.
16706
6048b950
PA
167072014-03-19 Pedro Alves <palves@redhat.com>
16708
16709 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16710
8bcfb00a
PA
167112014-03-19 Pedro Alves <palves@redhat.com>
16712
16713 * gdb.base/async.exp (test_background): Expect \r\n after
16714 "completed." in the fail pattern.
16715
884e37dc
PA
167162014-03-19 Pedro Alves <palves@redhat.com>
16717
16718 * gdb.base/async.exp (test_background): New procedure.
16719 Use it for all background execution command tests.
16720
148e57e2
PA
167212014-03-19 Pedro Alves <palves@redhat.com>
16722
16723 * gdb.base/async.exp: Use prepare_for_testing.
16724
f48088c7
PA
167252014-03-19 Pedro Alves <palves@redhat.com>
16726
16727 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16728 the same line.
16729
e2f6c966
PA
167302014-03-19 Pedro Alves <palves@redhat.com>
16731
16732 * gdb.base/async.c (main): Add "jump here" and "until here" line
16733 marker comments.
16734 * gdb.base/async.exp (jump_here): New global.
16735 (jump& test): Use it.
16736 (until_here): New global.
16737 (until& test): Use it.
16738
c30568d4
PA
167392014-03-19 Pedro Alves <palves@redhat.com>
16740
16741 * gdb.base/async.exp: Don't frob gdb_protocol.
16742
0172b6a7
DE
167432014-03-18 Doug Evans <xdje42@gmail.com>
16744
16745 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16746 Fix spelling of exec-done-display.
16747
06c868a8
JK
167482014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16749
16750 PR gdb/15358
16751 * gdb.base/gdb-sigterm.c: New file.
16752 * gdb.base/gdb-sigterm.exp: New file.
16753
0c7e1a46
PA
167542014-03-18 Pedro Alves <palves@redhat.com>
16755
16756 PR gdb/13860
16757 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16758 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16759 solib-event.
16760
f7c77d93
JB
167612014-03-17 Joel Brobecker <brobecker@adacore.com>
16762
16763 * gdb.ada/pckd_arr_ren: New testcase.
16764
5a1e8c7a
DE
167652014-03-13 Doug Evans <xdje42@gmail.com>
16766
16767 PR guile/16612
16768 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16769 collect after discarding symbols.
16770
350e1a76
DE
167712014-03-13 Ludovic Courtès <ludo@gnu.org>
16772 Doug Evans <xdje42@gmail.com>
16773
16774 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16775 to history survives a gc.
16776
a69900ae
PA
167772014-03-13 Pedro Alves <palves@redhat.com>
16778
16779 * gdb.base/default.exp: Don't test "target procfs".
16780
5db9f0bd
PA
167812014-03-13 Pedro Alves <palves@redhat.com>
16782
16783 * gdb.base/default.exp: Update "target child" and "target procfs"
16784 tests to not expect "Unix".
16785
b3ccfe11
TT
167862014-03-12 Tom Tromey <tromey@redhat.com>
16787
16788 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16789 New procs. Add target-async tests.
16790 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16791 Add target-async tests.
16792
646f4417
AA
167932014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16794
16795 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16796 'func_start' and 'func_end' for the beginning and end of the
16797 function code, respectively.
16798 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16799 'func_end' instead of 'func' and 'main'.
16800
288c211f
AA
168012014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16802
16803 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16804 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16805 generate the debug info assembler source.
16806
e0c0f156
AA
168072014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16808
16809 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16810 * gdb.dwarf2/arr-subrange.exp: Likewise.
16811 * gdb.dwarf2/dwz.exp: Likewise.
16812 * gdb.dwarf2/method-ptr.exp: Likewise.
16813 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16814 * gdb.dwarf2/subrange.exp: Likewise.
16815 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16816 * gdb.dwarf2/implptrpiece.exp: Likewise.
16817 * gdb.dwarf2/nostaticblock.exp: Likewise.
16818
0e5c4555
AA
168192014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16820
16821 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16822 directory to absolute path name arguments.
16823
5ec18f2b
JG
168242014-03-10 Joel Brobecker <brobecker@adacore.com>
16825
16826 * gdb.ada/tagged_access: New testcase.
16827
847fc4f2
MM
168282014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16829
16830 * gdb.btrace/data.exp: Update expected output.
16831
cc3da688
YQ
168322014-03-06 Yao Qi <yao@codesourcery.com>
16833
16834 * gdb.trace/pr16508.exp: New file.
16835
0f26cec1
PA
168362014-03-05 Pedro Alves <palves@redhat.com>
16837
16838 PR gdb/16575
16839 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16840 procedure.
16841 (top level): Adjust to use it. Add tests that exercise breakpoint
16842 interaction with the code-cache.
16843
7a5a839f
LC
168442014-02-26 Ludovic Courtès <ludo@gnu.org>
16845
16846 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16847 test for 'history-append!'.
16848
31aa7e4e
JB
168492014-02-26 Joel Brobecker <brobecker@adacore.com>
16850
16851 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16852 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16853 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16854 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16855 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16856 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16857
1b588015
JB
168582014-02-26 Joel Brobecker <brobecker@adacore.com>
16859
16860 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16861 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16862 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16863
55426c9d
JB
168642014-02-26 Joel Brobecker <brobecker@adacore.com>
16865
16866 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16867
dc53a7ad
JB
168682014-02-26 Joel Brobecker <brobecker@adacore.com>
16869
16870 * gdb.dwarf2/arr-stride.c: New file.
16871 * gdb.dwarf2/arr-stride.exp: New file.
16872
12ab52e9
PA
168732014-02-26 Pedro Alves <palves@redhat.com>
16874
16875 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16876 that won't ever trigger. Make sure that GDB reports the correct
16877 breakpoint that caused the stop.
16878
849c862e
JK
168792014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16880
16881 PR gdb/16626
16882 * gdb.base/auto-load-script: New file.
16883 * gdb.base/auto-load.c: New file.
16884 * gdb.base/auto-load.exp: New file.
16885
71b7d793
JK
16886 PR gdb/16626
16887 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16888
e2f0d509
JK
168892014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16890
16891 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16892 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16893
50cc37c8
DE
168942014-02-24 Doug Evans <dje@google.com>
16895
16896 * lib/gdb.exp (run_on_host): Log error output if program fails.
16897
ea4758f2
PA
168982014-02-21 Pedro Alves <palves@redhat.com>
16899
16900 * gdb.threads/step-after-sr-lock.c: Rename to ...
16901 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16902 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16903 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16904 ... this.
16905
d7b30f67
SDJ
169062014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16907
16908 PR tdep/16397
16909 * gdb.arch/amd64-stap-special-operands.exp: New file.
16910 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16911 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16912 * gdb.arch/amd64-stap-triplet.S: Likewise.
16913 * gdb.arch/amd64-stap-triplet.c: Likewise.
16914
83deb43f
JB
169152014-02-20 Joel Brobecker <brobecker@adacore.com>
16916
16917 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16918 in .section pseudo-op.
16919
adde2bff
DE
169202014-02-20 lin zuojian <manjian2006@gmail.com>
16921 Joel Brobecker <brobecker@adacore.com>
16922 Doug Evans <xdje42@gmail.com>
16923
16924 PR symtab/16581
16925 * gdb.dwarf2/dw2-icycle.S: New file.
16926 * gdb.dwarf2/dw2-icycle.c: New file.
16927 * gdb.dwarf2/dw2-icycle.exp: New file.
16928
f7bd0f78
SC
169292014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16930
16931 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16932 operations on gdb.Value objects.
16933 * gdb.python/py-value-cc.exp: Add new test to test operations on
16934 gdb.Value objects.
16935
c17ef0d5
DE
169362014-02-18 Doug Evans <dje@google.com>
16937
16938 * Makefile.in (TESTS): New variable.
16939 (expanded_tests, expanded_tests_or_none): New variables
16940 (check-single): Pass $(expanded_tests_or_none) to runtest.
16941 (check-parallel): Only run tests in $(TESTS) if non-empty.
16942 (check/no-matching-tests-found): New rule.
16943 * README: Document TESTS makefile variable.
16944
5dd3176f
DE
169452014-02-18 Doug Evans <dje@google.com>
16946
16947 * Makefile.in (check-parallel): rm -rf outputs temp.
16948
0b10be4f
JK
169492014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16950
16951 Fix "ERROR: no fileid for" in the testsuite.
16952 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16953
85f224e7
DE
169542014-02-12 Doug Evans <dje@google.com>
16955
16956 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16957 (MISCELLANEOUS): New variable.
16958 (clean): rm -rf $(MISCELLANEOUS).
16959 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16960 dwp live in the same directory as symlinks, with each symlink pointed
16961 to a differently named file in a different directory.
16962
149b30ff
DE
169632014-02-11 Doug Evans <dje@google.com>
16964
16965 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16966 of Tcl file commands.
16967
1dfdac32
MK
169682014-02-10 Mark Kettenis <kettenis@gnu.org>
16969
16970 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16971 "kill -SIGUSR1 -1".
16972
aa4fb036
JB
169732014-02-10 Joel Brobecker <brobecker@adacore.com>
16974
16975 * gdb.ada/tick_length_array_enum_idx: New testcase.
16976
ed3ef339
DE
169772014-02-10 Doug Evans <xdje42@gmail.com>
16978
16979 * configure.ac (AC_OUTPUT): Add gdb.guile.
16980 * configure: Regenerate.
16981 * lib/gdb-guile.exp: New file.
16982 * lib/gdb.exp (get_target_charset): New function.
16983 * gdb.base/help.exp: Update expected output from "apropos apropos".
16984 * gdb.guile/Makefile.in: New file.
16985 * gdb.guile/guile.exp: New file.
16986 * gdb.guile/scm-arch.c: New file.
16987 * gdb.guile/scm-arch.exp: New file.
16988 * gdb.guile/scm-block.c: New file.
16989 * gdb.guile/scm-block.exp: New file.
16990 * gdb.guile/scm-breakpoint.c: New file.
16991 * gdb.guile/scm-breakpoint.exp: New file.
16992 * gdb.guile/scm-disasm.c: New file.
16993 * gdb.guile/scm-disasm.exp: New file.
16994 * gdb.guile/scm-equal.c: New file.
16995 * gdb.guile/scm-equal.exp: New file.
16996 * gdb.guile/scm-error.exp: New file.
16997 * gdb.guile/scm-error.scm: New file.
16998 * gdb.guile/scm-frame-args.c: New file.
16999 * gdb.guile/scm-frame-args.exp: New file.
17000 * gdb.guile/scm-frame-args.scm: New file.
17001 * gdb.guile/scm-frame-inline.c: New file.
17002 * gdb.guile/scm-frame-inline.exp: New file.
17003 * gdb.guile/scm-frame.c: New file.
17004 * gdb.guile/scm-frame.exp: New file.
17005 * gdb.guile/scm-generics.exp: New file.
17006 * gdb.guile/scm-gsmob.exp: New file.
17007 * gdb.guile/scm-iterator.c: New file.
17008 * gdb.guile/scm-iterator.exp: New file.
17009 * gdb.guile/scm-math.c: New file.
17010 * gdb.guile/scm-math.exp: New file.
17011 * gdb.guile/scm-objfile-script-gdb.in: New file.
17012 * gdb.guile/scm-objfile-script.c: New file.
17013 * gdb.guile/scm-objfile-script.exp: New file.
17014 * gdb.guile/scm-objfile.c: New file.
17015 * gdb.guile/scm-objfile.exp: New file.
17016 * gdb.guile/scm-ports.exp: New file.
17017 * gdb.guile/scm-pretty-print.c: New file.
17018 * gdb.guile/scm-pretty-print.exp: New file.
17019 * gdb.guile/scm-pretty-print.scm: New file.
17020 * gdb.guile/scm-section-script.c: New file.
17021 * gdb.guile/scm-section-script.exp: New file.
17022 * gdb.guile/scm-section-script.scm: New file.
17023 * gdb.guile/scm-symbol.c: New file.
17024 * gdb.guile/scm-symbol.exp: New file.
17025 * gdb.guile/scm-symtab-2.c: New file.
17026 * gdb.guile/scm-symtab.c: New file.
17027 * gdb.guile/scm-symtab.exp: New file.
17028 * gdb.guile/scm-type.c: New file.
17029 * gdb.guile/scm-type.exp: New file.
17030 * gdb.guile/scm-value-cc.cc: New file.
17031 * gdb.guile/scm-value-cc.exp: New file.
17032 * gdb.guile/scm-value.c: New file.
17033 * gdb.guile/scm-value.exp: New file.
17034 * gdb.guile/source2.scm: New file.
17035 * gdb.guile/types-module.cc: New file.
17036 * gdb.guile/types-module.exp: New file.
17037
7026a7c1
YQ
170382014-02-10 Yao Qi <yao@codesourcery.com>
17039
17040 PR testsuite/16543
17041 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17042 * configure: Regenerated.
17043 * Makefile.in: New file.
17044
6c466447
AS
170452014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17046
17047 * gdb.python/py-framefilter.exp: Fix typo.
17048
6e854735
YQ
170492014-02-08 Yao Qi <yao@codesourcery.com>
17050
17051 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17052 that no =breakpoint-modified is emitted when breakpoints are
17053 modified through MI commands.
17054
d137e6dc
PA
170552014-02-07 Pedro Alves <pedro@codesourcery.com>
17056 Pedro Alves <palves@redhat.com>
17057
17058 * gdb.threads/step-after-sr-lock.c: New file.
17059 * gdb.threads/step-after-sr-lock.exp: New file.
17060
b5ee5a50
PA
170612014-02-07 Pedro Alves <palves@redhat.com>
17062
17063 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17064
3c77faf3
JK
170652014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17066
17067 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17068 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17069
6dddc817
DE
170702014-02-06 Doug Evans <xdje42@gmail.com>
17071
17072 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17073 output.
17074
17075 * gdb.gdb/python-interrupts.exp: New file.
17076
de7b2893
YQ
170772014-02-05 Yao Qi <yao@codesourcery.com>
17078
17079 * gdb.trace/report.exp (use_collected_data): Test the output
17080 of "info threads" and "info inferiors".
17081
66d032ac
YQ
170822014-02-05 Yao Qi <yao@codesourcery.com>
17083
17084 Revert this patch:
17085
17086 2013-05-24 Yao Qi <yao@codesourcery.com>
17087
17088 * gdb.trace/tfile.exp: Test inferior and thread.
17089
591a12a1
UW
170902014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17091
17092 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17093 on a function.
17094 * gdb.base/step-bt.c: Call hello via function pointer to make
17095 sure its first instruction is executed on powerpc64le-linux.
17096
0ff3e01f
UW
170972014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17098
17099 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17100
084ee545
UW
171012014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17102
17103 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17104 of the test patterns for use on little-endian systems.
17105
6ed14ff3
UW
171062014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17107
17108 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17109 (decimal_vector): Fix for little-endian.
17110
401e27fd
JM
171112014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17112
17113 * gdb.arch/sparc-sysstep.exp: New file.
17114 * gdb.arch/sparc-sysstep.c: Likewise.
17115
17116 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17117
8b924729
EBM
171182014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17119
17120 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17121
fb151210
JB
171222014-01-23 Tom Tromey <tromey@redhat.com>
17123
17124 * gdb.ada/array_char_idx: New testcase.
17125
0740f8d8
TT
171262014-01-23 Tom Tromey <tromey@redhat.com>
17127
17128 PR python/16487:
17129 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17130 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17131 classes.
17132
21909fa1
TT
171332014-01-23 Tom Tromey <tromey@redhat.com>
17134
17135 PR python/16491:
17136 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17137 string from an inferior frame.
17138 * gdb.python/py-framefilter-mi.exp: Update.
17139
87ce2a04
DE
171402014-01-22 Doug Evans <dje@google.com>
17141
17142 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17143
237b092b
AA
171442014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17145
17146 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17147
d674a709
AA
171482014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17149
17150 * gdb.trace/entry-values.exp: Remove excess space character from
17151 regex patterns. Handle s390 call instruction.
17152
20fa3390
AA
171532014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17154
17155 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17156 define "*_start" label. Make "name" static.
17157 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17158 ${name} by references to ${name}_start.
17159
78466714
AA
171602014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17161
17162 * gdb.base/info-macros.exp: Remove "debug" from the compile
17163 options.
17164
ec9f644a
IB
171652014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17166
17167 * gdb.dlang/demangle.exp: New file.
17168
94b1b47e
IB
171692014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17170
17171 * gdb.dlang/primitive-types.exp: New file.
17172
7f420862
IB
171732014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17174
17175 * configure.ac: Create gdb.dlang/Makefile.
17176 * configure: Regenerate.
17177 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17178 * gdb.dlang/Makefile.in: New file.
17179 * lib/d-support.exp: New file.
17180 * lib/gdb.exp (skip_d_tests): New proc.
17181
52834460
MM
171822014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17183
17184 * gdb.btrace/delta.exp: Check reverse stepi.
17185 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17186 * gdb.btrace/finish.exp: New.
17187 * gdb.btrace/next.exp: New.
17188 * gdb.btrace/nexti.exp: New.
17189 * gdb.btrace/record_goto.c: Add comments.
17190 * gdb.btrace/step.exp: New.
17191 * gdb.btrace/stepi.exp: New.
17192 * gdb.btrace/multi-thread-step.c: New.
17193 * gdb.btrace/multi-thread-step.exp: New.
17194 * gdb.btrace/rn-dl-bind.c: New.
17195 * gdb.btrace/rn-dl-bind.exp: New.
17196 * gdb.btrace/data.c: New.
17197 * gdb.btrace/data.exp: New.
17198 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17199
6e07b1d2
MM
172002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17201
17202 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17203 * gdb.btrace/exception.exp: Update.
17204 * gdb.btrace/instruction_history.exp: Update.
17205 * gdb.btrace/record_goto.exp: Update.
17206 * gdb.btrace/tailcall.exp: Update.
17207 * gdb.btrace/unknown_functions.exp: Update.
17208 * gdb.btrace/delta.exp: New.
17209
0b722aec
MM
172102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17211
17212 * gdb.btrace/record_goto.exp: Add backtrace test.
17213 * gdb.btrace/tailcall.exp: Add backtrace test.
17214
066ce621
MM
172152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17216
17217 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17218 * gdb.btrace/record_goto.c: New.
17219 * gdb.btrace/record_goto.exp: New.
17220 * gdb.btrace/x86-record_goto.S: New.
17221
0688d04e
MM
172222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17223
17224 * gdb.btrace/function_call_history.exp: Update tests.
17225 * gdb.btrace/instruction_history.exp: Update tests.
17226
8710b709
MM
172272014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17228
17229 * gdb.btrace/function_call_history.exp: Fix expected field
17230 order for "record function-call-history".
17231 Add new tests for "record function-call-history /c".
17232 * gdb.btrace/exception.cc: New.
17233 * gdb.btrace/exception.exp: New.
17234 * gdb.btrace/tailcall.exp: New.
17235 * gdb.btrace/x86-tailcall.S: New.
17236 * gdb.btrace/x86-tailcall.c: New.
17237 * gdb.btrace/unknown_functions.c: New.
17238 * gdb.btrace/unknown_functions.exp: New.
17239 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17240
5de9129b
MM
172412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17242
17243 * gdb.btrace/instruction_history.exp: Update.
17244 * gdb.btrace/function_call_history.exp: Update.
17245
23a7fe75
MM
172462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17247
17248 * gdb.btrace/function_call_history.exp: Fix expected function
17249 trace.
17250 * gdb.btrace/instruction_history.exp: Initialize traced.
17251 Remove traced_functions.
17252
724c7dd8
MM
172532014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17254
17255 * gdb.btrace/function_call_history.exp: Update
17256 * gdb.btrace/instruction_history.exp: Update.
17257
6d78d93b
MM
172582014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17259
17260 * gdb.btrace/enable.exp: Update expected text.
17261
93a360cc
OJ
172622014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17263
17264 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17265 bytes.
17266
3772b53f
MR
172672014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17268
17269 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17270
596662fa
OJ
172712014-01-15 Omair Javaid <omair.javaid@linaro.org>
17272
17273 * lib/gdb.exp (supports_process_record): Return true for
17274 arm*-linux*. (supports_reverse): Likewise.
17275
b5b08fb4
SC
172762014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17277
17278 PR python/15464
17279 PR python/16113
17280 * gdb.python/py-type.c: Enhance test case.
17281 * gdb.python/py-value-cc.cc: Likewise
17282 * gdb.python/py-type.exp: Add new tests.
17283 * gdb.python/py-value-cc.exp: Likewise
17284
52d7fb13
AA
172852014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17286 Pedro Alves <palves@redhat.com>
17287
17288 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17289 Make "name" extern.
17290 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17291 references to ${name}_start by references to ${name}.
17292
a2cd8cfe
JB
172932014-01-10 Joel Brobecker <brobecker@adacore.com>
17294
17295 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17296
4e23fced
JB
172972014-01-10 Joel Brobecker <brobecker@adacore.com>
17298
17299 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17300
c6a9e42c
PA
173012014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17302 Pedro Alves <palves@redhat.com>
17303
17304 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 17305 mi_gdb_target_load.
c6a9e42c 17306
b7ea362b
PA
173072014-01-08 Pedro Alves <palves@redhat.com>
17308
17309 * gdb.threads/reconnect-signal.c: New file.
17310 * gdb.threads/reconnect-signal.exp: New file.
17311
5e3f4fab
EBM
173122014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17313
17314 * gdb.base/source-dir.exp: New file.
17315
79301218
JB
173162014-01-07 Joel Brobecker <brobecker@adacore.com>
17317
17318 * gdb.ada/mi_interface: New testcase.
17319
8e355c5d
JB
173202014-01-07 Joel Brobecker <brobecker@adacore.com>
17321
17322 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17323 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17324 gdb.ada/pp-rec-component/pck.ads: New files.
17325
c0d48811
JB
173262014-01-07 Joel Brobecker <brobecker@adacore.com>
17327
17328 * gdb.python/py-pp-integral.c: New file.
17329 * gdb.python/py-pp-integral.py: New file.
17330 * gdb.python/py-pp-integral.exp: New file.
17331
17b609c3 17332For older changes see ChangeLog-1993-2013.
c906108c 17333\f
8d8cb839
EZ
17334;; Local Variables:
17335;; mode: change-log
17336;; left-margin: 8
17337;; fill-column: 74
17338;; version-control: never
17339;; End:
902f2ccb 17340
42a4f53d 17341 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
17342 Copying and distribution of this file, with or without modification,
17343 are permitted provided the copyright notice and this notice are preserved.
This page took 6.004866 seconds and 4 git commands to generate.