]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
gdb/testsuite: Reduce test name duplication in gdb.python tests
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
082cce05
AB
12019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.python/py-parameter.exp: Make test names unique.
4 * gdb.python/py-template.exp: Likewise.
5 * gdb.python/py-value.exp: Likewise.
6
2b74ba5a
AB
72019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
8
9 * gdb.base/break-interp.exp: Reduce test name duplication.
10 * gdb.base/call-sc.exp: Likewise.
11 * gdb.base/callfuncs.exp: Likewise.
12 * gdb.base/charset.exp: Likewise.
13 * gdb.base/dump.exp: Likewise.
14 * gdb.base/ena-dis-br.exp: Likewise.
15 * gdb.base/relational.exp: Likewise.
16 * gdb.base/step-over-syscall.exp: Likewise.
17 * gdb.base/structs.exp: Likewise.
18
58eb20d5
AB
192019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
20
21 * gdb.linespec/explicit.exp: Make test names unique.
22 * gdb.linespec/ls-errs.exp: Likewise.
23
4d421147
AB
242019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
25
26 * gdb.reverse/break-precsave.exp: Make test names unique.
27 * gdb.reverse/break-reverse.exp: Likewise.
28 * gdb.reverse/finish-precsave.exp: Likewise.
29 * gdb.reverse/finish-reverse.exp: Likewise.
30 * gdb.reverse/machinestate-precsave.exp: Likewise.
31 * gdb.reverse/machinestate.exp: Likewise.
32 * gdb.reverse/readv-reverse.exp: Likewise.
33 * gdb.reverse/recvmsg-reverse.exp: Likewise.
34 * gdb.reverse/sigall-precsave.exp: Likewise.
35 * gdb.reverse/sigall-reverse.exp: Likewise.
36 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
37 * gdb.reverse/watch-precsave.exp: Likewise.
38 * gdb.reverse/watch-reverse.exp: Likewise.
39
d8c06f22
AB
402019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
41
42 * gdb.threads/stop-with-handle.c: New file.
43 * gdb.threads/stop-with-handle.exp: New file.
44
3a56ed86
TV
452019-10-03 Tom de Vries <tdevries@suse.de>
46
47 PR testsuite/25059
48 * gdb.base/list-missing-source.exp: Allowing the "Compilation
49 directory" line to be missing.
50
42275044
TV
512019-10-03 Tom de Vries <tdevries@suse.de>
52
53 PR testsuite/25059
54 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
55 type optional.
56
9ef62df0
AA
572019-10-02 Andreas Arnez <arnez@linux.ibm.com>
58
59 * gdb.python/py-format-string.c (string.h): New include.
60 (main): Fill a_struct_with_union.the_union.an_int with bytes of
61 the same value, for endianness-independence.
62 * gdb.python/py-format-string.exp (default_regexp_dict)
63 (test_pretty_structs, test_format): Adjust expected output to the
64 changed initialization.
65
37f6a7f4
TT
662019-10-02 Tom Tromey <tromey@adacore.com>
67
68 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
69
1d58d6a2
PA
702019-10-02 Pedro Alves <palves@redhat.com>
71 Andrew Burgess <andrew.burgess@embecosm.com>
72
73 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
74 "print-file-var.h".
75 (this_version_id) Use ATTRIBUTE_VISIBILITY.
76 (get_version_1): Print this_version_id and its address.
77 Add extern "C" wrappers around interface functions.
78 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
79 "print-file-var.h".
80 (this_version_id) Use ATTRIBUTE_VISIBILITY.
81 (get_version_2): Print this_version_id and its address.
82 Add extern "C" wrappers around interface functions.
83 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
84 <stddef.h> and "print-file-var.h".
85 Add extern "C" wrappers around interface functions.
86 [VERSION_ID_MAIN] (this_version_id): Define.
87 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
88 * gdb.base/print-file-var.h: Add some #defines to simplify setting
89 up extern "C" blocks.
90 * gdb.base/print-file-var.exp (test): New, factored out from top
91 level.
92 (top level): Test all combinations of attribute hidden or not,
93 dlopen or not, and this_version_id symbol in main file or not.
94 Compile tests as both C++ and C, make test names unique.
95
d770d56f
TT
962019-10-01 Tom Tromey <tom@tromey.com>
97
98 * gdb.base/style.exp: Test "show logging filename".
99
7f6aba03
TT
1002019-10-01 Tom Tromey <tom@tromey.com>
101
102 * lib/gdb-utils.exp (style): Handle "metadata" argument.
103 * gdb.base/style.exp: Add metadata style test.
104
14309bb6
TT
1052019-10-01 Tom Tromey <tom@tromey.com>
106
107 * gdb.base/style.exp: Test "pwd".
108
2a3c1174
PA
1092019-10-01 Tom Tromey <tom@tromey.com>
110
111 * gdb.base/style.exp: Update tests.
112
53d666ec
AA
1132019-10-01 Andreas Arnez <arnez@linux.ibm.com>
114
115 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
116 'six' to unsigned.
117 (s1): Initialize fields 'four' and 'six' instead of 'three' and
118 'five'. Use an all-ones bit pattern for each.
119 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
120 to its changed values.
121
4a56a520
TT
1222019-09-30 Tom Tromey <tromey@adacore.com>
123
124 * gdb.rust/traits.rs: Disable all warnings.
125
0df0352a
TV
1262019-09-29 Tom de Vries <tdevries@suse.de>
127
128 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
129
73d9a918
TV
1302019-09-29 Tom de Vries <tdevries@suse.de>
131
132 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
133
060b3ab4
TV
1342019-09-27 Tom de Vries <tdevries@suse.de>
135
136 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
137
68f7d34d
TV
1382019-09-27 Tom de Vries <tdevries@suse.de>
139
140 PR record/23188
141 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
142
5d63b30a
TT
1432019-09-26 Tom Tromey <tromey@adacore.com>
144
145 * gdb.ada/py_taft.exp: New file.
146 * gdb.ada/py_taft/main.adb: New file.
147 * gdb.ada/py_taft/pkg.adb: New file.
148 * gdb.ada/py_taft/pkg.ads: New file.
149
3d435220
TV
1502019-09-24 Tom de Vries <tdevries@suse.de>
151
152 PR gdb/24598
153 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
154
77d03678
TV
1552019-09-22 Tom de Vries <tdevries@suse.de>
156
157 * gdb.base/restore.exp: Allow register variables to be optimized out at
158 -O0.
159
abf516c6
UW
1602019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
161
162 * gdb.arch/spu-info.exp: Remove file.
163 * gdb.arch/spu-info.c: Remove file.
164 * gdb.arch/spu-ls.exp: Remove file.
165 * gdb.arch/spu-ls.c: Remove file.
166
167 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
168 * gdb.asm/spu.inc: Remove file.
169
170 * gdb.base/dump.exp: Remove support for spu*-*-*.
171 * gdb.base/stack-checking.exp: Likewise.
172 * gdb.base/overlays.exp: Likewise.
173 * gdb.base/ovlymgr.c: Likewise.
174 * gdb.base/spu.ld: Remove file.
175
176 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
177 * gdb.cp/cpexprs.exp: Likewise.
178 * gdb.cp/exception.exp: Likewise.
179 * gdb.cp/gdb2495.exp: Likewise.
180 * gdb.cp/mb-templates.exp: Likewise.
181 * gdb.cp/pr9167.exp: Likewise.
182 * gdb.cp/userdef.exp: Likewise.
183
184 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
185
186 * gdb.cell: Remove directory.
187 * lib/cell.exp: Remove file.
188
e452e88f
TV
1892019-09-19 Tom de Vries <tdevries@suse.de>
190
191 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
192
8a625130
TV
1932019-09-19 Tom de Vries <tdevries@suse.de>
194
195 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
196
81dc3ab5
TV
1972019-09-19 Tom de Vries <tdevries@suse.de>
198
199 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
200 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
201 (gdb_target_cmd): ... here.
202 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
203 value 2.
204
b078f3ac
AB
2052019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
206
207 * gdb.base/source-dir.exp: Avoid having directory names in test
208 names.
209
f1b620e9
MG
2102019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
211
212 * gdb.base/source-dir.exp: Add extra test for mapped compilation
213 directory.
214
67f3ed6a
AB
2152019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
216
217 * gdb.base/list-missing-source.exp: New file.
218
d1b70248
TV
2192019-09-14 Tom de Vries <tdevries@suse.de>
220
221 PR teststuite/24599
222 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
223 * lib/ada.exp (gnatmake_version_at_least): New proc.
224
5fabdcd6
AB
2252019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
226
227 * gdb.base/maint.exp: Use exec_has_index_section.
228
aa17805f
AB
2292019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
230
231 * gdb.base/maint.exp: Add test for 'maint info sections'.
232
25e5c209
TV
2332019-09-12 Tom de Vries <tdevries@suse.de>
234
235 * gdb.base/store.exp: Allow register variables to be optimized out at
236 -O0.
237
4993045d
PW
2382019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
239
240 * gdb.ada/rdv_wait.exp: Update to new task names.
241 * gdb.base/task_switch_in_core.exp: Likewise.
242 * gdb.base/info_sources_base.c: Likewise.
243
8a516164
TT
2442019-09-10 Tom Tromey <tromey@adacore.com>
245
246 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
247
aa391654
TT
2482019-09-10 Tom Tromey <tromey@adacore.com>
249
250 * gdb.ada/dgopt.exp: New file.
251 * gdb.ada/dgopt/x.adb: New file.
252
8634b462
TT
2532019-09-08 Tom Tromey <tom@tromey.com>
254
255 * gdb.tui/resize.exp: Remove setup_xfail.
256 * gdb.tui/regs.exp: Remove setup_xfail.
257 * gdb.tui/basic.exp: Remove setup_xfail.
258
736b0f76
DB
2592019-09-06 David Blaikie <dblaikie@gmail.com>
260
261 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
262 * gdb.cp/cplabel.exp: Ditto.
263 * gdb.linespec/ls-errs.exp: Ditto.
264
30331a6c
TV
2652019-09-05 Tom de Vries <tdevries@suse.de>
266
267 * lib/gdb.exp (cmp_file_string): New proc.
268 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
269 runto_main. Verify save breakpoints output.
270
98b0ebab
PW
2712019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
272
273 * gdb.base/info-var.exp: Test info variables without running
274 to main, to avoid expect's buffer overflow.
275
4e962e74
TT
2762019-09-03 Tom Tromey <tromey@adacore.com>
277
278 * gdb.ada/bias.exp: New file.
279 * gdb.ada/bias/bias.adb: New file.
280 * gdb.ada/print_chars.exp: Add regression test.
281 * gdb.ada/print_chars/foo.adb (My_Character): New type.
282 (MC): New variable.
283
2ea1a07a
SL
2842019-08-29 Sandra Loosemore <sandra@codesourcery.com>
285
286 * gdb.base/argv0-symlink.exp: Run only on native target
287 and local host.
288
8077c50d
TV
2892019-08-29 Tom de Vries <tdevries@suse.de>
290
291 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
292 diverse debug info.
293 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
294
48352473
TV
2952019-08-28 Tom de Vries <tdevries@suse.de>
296
297 * gdb.base/info-var.exp: Allow info variables to print info for files
298 other than info-var-f1.c and info-var-f2.c.
299
d8f27c60
AB
3002019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
301
302 * gdb.fortran/info-types.exp: Add module.
303 * gdb.fortran/info-types.f90: Update expected results.
304
1f20c35e
AB
3052019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
306
307 * gdb.fortran/info-types.exp: New file.
308 * gdb.fortran/info-types.f90: New file.
309 * lib/fortran.exp (fortran_character1): New proc.
310
4acfdd20
AB
3112019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
312
313 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
314 functions'. Reindent as needed.
315 * gdb.base/info-var-f1.c: New file.
316 * gdb.base/info-var-f2.c: New file.
317 * gdb.base/info-var.exp: New file.
318 * gdb.base/info-var.h: New file.
319
5c31b358
TV
3202019-08-26 Tom de Vries <tdevries@suse.de>
321
322 PR c++/24852
323 * gdb.cp/no-libstdcxx-probe.exp: New test.
324
b694989f
TV
3252019-08-26 Tom de Vries <tdevries@suse.de>
326
327 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
328 * tests need to be skipped.
329 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
330 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
331 mi_skip_libstdcxx_probe_tests.
332
d9c4ba53
SDJ
3332019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
334
335 * gdb.python/py-xmethods.exp: Use raw strings when passing
336 arguments to SimpleXMethodMatcher.
337
395fad09
TV
3382019-08-22 Tom de Vries <tdevries@suse.de>
339
340 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
341 more informative.
342
26c957f1
PA
3432019-08-21 Pedro Alves <palves@redhat.com>
344
345 * gdb.base/with.exp: Test "with" with no arguments.
346
61f80d5d
TV
3472019-08-21 Tom de Vries <tdevries@suse.de>
348
349 * gdb.base/gdb-caching-proc.exp: Sort files.
350
d7a11d13
TV
3512019-08-20 Tom de Vries <tdevries@suse.de>
352
353 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
354 compilation.
355
34dafe9f
TV
3562019-08-16 Tom de Vries <tdevries@suse.de>
357
358 * gdb.base/compare-sections.exp ("after run to main"): Allow
359 mismatched read-only sections for PIE executables.
360
398fdd60
TT
3612019-08-16 Tom Tromey <tom@tromey.com>
362
363 * lib/tuiterm.exp (_csi_Z): New proc.
364 * gdb.tui/basic.exp: Update window positions.
365 * gdb.tui/empty.exp: Update window positions.
366
d8f9e51c
SL
3672019-08-15 Sandra Loosemore <sandra@codesourcery.com>
368
369 * gdb.base/examine-backward.exp: Correct regexp for
370 "examine 3 bytes backward from ${address_zero}".
371
3df505f6
TT
3722019-08-15 Tom Tromey <tom@tromey.com>
373
374 * gdb.tui/empty.exp: Enable resizing tests.
375
272560b5
TT
3762019-08-15 Tom Tromey <tromey@adacore.com>
377
378 * gdb.ada/char_enum.exp: Add regression tests.
379 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
380 and '0'.
381 (Char, Gchar): Update.
382 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
383
08235187
CB
3842019-08-15 Christian Biesinger <cbiesinger@google.com>
385
386 * gdb.python/python.exp: Expect a leading underscore on
387 GdbOutput{,Error}File.
388
22a2ab04
SL
3892019-08-15 Sandra Loosemore <sandra@codesourcery.com>
390
391 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
392 Windows host.
393
835b995b
SL
3942019-08-15 Sandra Loosemore <sandra@codesourcery.com>
395
396 * gdb.base/batch-preserve-term-settings.exp
397 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
398
97dd8e07
CB
3992019-08-15 Christian Biesinger <cbiesinger@google.com>
400
401 * lib/gdb.exp: When running on a mingw target, replace
402 /x/ with x:/.
403
75faf5c4
AH
4042019-08-14 Alan Hayward <alan.hayward@arm.com>
405
406 * gdb.arch/aarch64-prologue.c: New test.
407 * gdb.arch/aarch64-prologue.exp: New file.
408
abc6c00f
TV
4092019-08-13 Tom de Vries <tdevries@suse.de>
410
411 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
412 Thread.
413
74c2c1f4
SL
4142019-08-13 Sandra Loosemore <sandra@codesourcery.com>
415
416 * gdb.python/py-completion.exp: Download the .py file to the host
417 and use its host pathname. Conditionalize tests that use
418 tab completion and manipulate files on the build machine.
419 * gdb.python/py-events.exp: Download the .py file to the host
420 and use its host pathname.
421 * gdb.python/py-evsignal.exp: Likewise.
422 * gdb.python/py-evthreads.exp: Likewise.
423 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
424 pathname syntax.
425 * gdb.python/py-framefilter.exp: Download the .py file to the right
426 place on the host. Match Windows pathname syntax.
427 * gdb.python/py-mi-var-info-path-expression.exp: Download the
428 .py file to the host and use its host pathname.
429 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
430 * gdb.python/py-objfile.exp: Expect a host pathname, not a
431 build pathname. Skip symlink test on Windows host. Add missing
432 newline at end of file.
433 * gdb.python/py-pp-maint.exp: Download the .py file to the host
434 and use its host pathname.
435 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
436 * gdb.python/py-section-script.exp: Use host location of binfile
437 on safe-path. Use correct path separator on Windows host.
438 Reorder alternatives in gdb_test_multiple to prevent matching
439 the wrong alternative on success.
440 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
441
ca2589f3
PP
4422019-08-12 Patrick Palka <patrick@parcs.ath.cx>
443
444 * gdb.gdb/selftest.exp (test_with_self): Update test to now
445 expect the GDB inferior to no longer immediately stop after
446 being resumed with "signal SIGINT".
447
020a839d
SL
4482019-08-09 Sandra Loosemore <sandra@codesourcery.com>
449
450 * gdb.linespec/break-ask.exp: Generalize regexps to match
451 Windows pathnames too.
452
128d6509
TV
4532019-08-08 Tom de Vries <tdevries@suse.de>
454
455 PR testsuite/24862
456 * lib/tuiterm.exp (_accept): Fix CSI regexp.
457
590042fc
PW
4582019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
459
460 * gdb.base/style.exp: Update tests for help doc new invariants.
461 * gdb.base/help.exp: Likewise.
462
046bebe1
TT
4632019-08-06 Tom Tromey <tom@tromey.com>
464
465 * gdb.base/style.exp: Add disassemble test.
466 * gdb.base/style.c (some_called_function): New function.
467 (main): Use it.
468
0b27c27d
CB
4692019-08-05 Christian Biesinger <cbiesinger@google.com>
470
471 * gdb.python/py-block.exp: Test dictionary access on blocks.
472
580f1034
SM
4732019-08-05 Simon Marchi <simon.marchi@efficios.com>
474
475 PR gdb/24863
476 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
477 -list-thread-groups --available test when running under
478 check-read1.
479
d86bd7cb
TV
4802019-08-05 Tom de Vries <tdevries@suse.de>
481
482 PR testsuite/24863
483 * lib/gdb.exp (with_read1_timeout_factor): New proc.
484 * gdb.base/help.exp: Use with_read1_timeout_factor.
485 * gdb.base/info-macros.exp: Same.
486 * gdb.cp/nested-types.exp: Same.
487
a80cf5d8
TV
4882019-08-05 Tom de Vries <tdevries@suse.de>
489
490 * lib/gdb.exp (version_at_least): Factor out of ...
491 (tcl_version_at_least): ... here.
492 (gdb_compile): Fail if pie results in non-PIE executable.
493 (readelf_version, readelf_prints_pie): New proc.
494 (exec_is_pie): Return -1 if unknown.
495
d0962838
TV
4962019-08-05 Tom de Vries <tdevries@suse.de>
497
498 * lib/gdb.exp (tcl_version_at_least): Fix typo.
499
2252ff3d
SL
5002019-08-04 Sandra Loosemore <sandra@codesourcery.com>
501
502 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
503
26655f53
SL
5042019-08-04 Sandra Loosemore <sandra@codesourcery.com>
505
506 * lib/completion-support.exp (test_gdb_complete_none): Skip
507 tab completion tests if no readline support.
508 (test_gdb_complete_unique_re): Likewise.
509 (test_gdb_complete_multiple): Likewise.
510
db4dc13e
PW
5112019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
512
513 * gdb.base/info_sources.exp: New file.
514 * gdb.base/info_sources.c: New file.
515 * gdb.base/info_sources_base.c: New file.
516
0eba165a
PFC
5172019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
518
519 * gdb.base/batch-exit-status.exp: Call test_exit_status with
520 prefix argument.
521 (test_exit_status): Add prefix argument.
522
59bd512b
TV
5232019-08-01 Tom de Vries <tdevries@suse.de>
524
525 PR testsuite/24863
526 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
527 calling exp_continue for new thread and thread exited messages.
528
2a3ad588
TV
5292019-08-01 Tom de Vries <tdevries@suse.de>
530
531 PR testsuite/24863
532 * gdb.base/structs.exp: Fix check-read1 timeout using
533 gdb_test_sequence.
534 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
535
117eb594
TV
5362019-08-01 Tom de Vries <tdevries@suse.de>
537
538 PR testsuite/24863
539 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
540 line.
541
ed591340
TV
5422019-08-01 Tom de Vries <tdevries@suse.de>
543
544 PR testsuite/24863
545 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
546
aa3b6533
TT
5472019-07-30 Tom Tromey <tromey@adacore.com>
548
549 * gdb.ada/display_nested.exp: New file.
550 * gdb.ada/display_nested/foo.adb: New file.
551 * gdb.ada/display_nested/pack.adb: New file.
552 * gdb.ada/display_nested/pack.ads: New file.
553
2906593f
CB
5542019-07-30 Christian Biesinger <cbiesinger@google.com>
555
556 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
557 namespace.
558 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
559
0f575925
TV
5602019-07-30 Tom de Vries <tdevries@suse.de>
561
562 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
563 instead.
564
b13057d9
TV
5652019-07-30 Tom de Vries <tdevries@suse.de>
566
567 PR testsuite/24834
568 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
569 (exec_is_pie): New proc.
570
5c4dde85
CB
5712019-07-29 Christian Biesinger <cbiesinger@google.com>
572
573 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
574
c620ed88
CB
5752019-07-29 Christian Biesinger <cbiesinger@google.com>
576
577 * gdb.python/py-objfile.c: Add global and static vars.
578 * gdb.python/py-objfile.exp: Test new functions Objfile.
579 lookup_global_symbol and lookup_static_symbol.
580
3d235706
TT
5812019-07-29 Tom Tromey <tom@tromey.com>
582
583 * lib/tuiterm.exp (Term::_csi_@): New proc.
584 (Term::_csi_X): Don't move cursor.
585
c7e4c0a6
PW
5862019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
587
588 * gdb.base/options.exp: Update backtrace - completion to
589 new option -frame-info.
590 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
591 Test new 'set print frame-info'. Test backtrace -frame-info
592 overriding 'set print frame-info'.
593 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
594 Test new 'set print frame-info'.
595 Verify consistency of backtrace with and without filters, with and
596 without -no-filters.
597 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
598 default.
599
de28a3b7
TV
6002019-07-29 Tom de Vries <tdevries@suse.de>
601
602 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
603 no arguments".
604
507dd60e
TV
6052019-07-29 Tom de Vries <tdevries@suse.de>
606
607 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
608 is a substring of the first for "complete non-unique file name".
609
5beafce9
TV
6102019-07-29 Tom de Vries <tdevries@suse.de>
611
612 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
613 with ".*".
614
2d274232
TV
6152019-07-29 Tom de Vries <tdevries@suse.de>
616
617 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
618 Pass prompt_regexp parameter to gdb_test_multiple calls.
619
9197cd8b
TV
6202019-07-29 Tom de Vries <tdevries@suse.de>
621
622 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
623 print registers" regexps.
624
b528dae0
TV
6252019-07-29 Tom de Vries <tdevries@suse.de>
626
627 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
628
d17725d7
TV
6292019-07-29 Tom de Vries <tdevries@suse.de>
630
631 PR gdb/24855
632 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
633 (skip_python_tests_prompt): Add prompt_regexp argument to
634 gdb_test_multiple calls.
635
52b75bf1
TT
6362019-07-27 Tom Tromey <tom@tromey.com>
637
638 * gdb.tui/main.exp: New file.
639
2b1d00c2
TT
6402019-07-27 Tom Tromey <tom@tromey.com>
641
642 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
643 optional.
644 * gdb.tui/empty.exp: New file.
645
ded631d5
TT
6462019-07-27 Tom Tromey <tom@tromey.com>
647
648 * lib/tuiterm.exp (spawn): New proc.
649 (Term::resize): New proc.
650 * gdb.tui/resize.exp: New file.
651
58ac439d
TT
6522019-07-27 Tom Tromey <tom@tromey.com>
653
654 * gdb.tui/list.exp: New file.
655
fe1f56ee
TT
6562019-07-27 Tom Tromey <tom@tromey.com>
657
658 * gdb.tui/regs.exp: New file.
659
f790b310
TT
6602019-07-27 Tom Tromey <tom@tromey.com>
661
662 * gdb.tui/basic.exp: Add "layout split" test.
663
d95fc6ee
TT
6642019-07-27 Tom Tromey <tom@tromey.com>
665
666 * gdb.tui/basic.exp: Add "layout asm" test.
667
c3786b3a
TT
6682019-07-27 Tom Tromey <tom@tromey.com>
669
670 * lib/tuiterm.exp: New file.
671 * gdb.tui/basic.exp: New file.
672
98a617f8
KB
6732019-07-27 Kevin Buettner <kevinb@redhat.com>
674
675 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
676 Enable tests associated with this flag. Adjust regex
677 referencing "foo_low" to now refer to "foo_cold" instead.
678
5c076da4
KB
6792019-07-27 Kevin Buettner <kevinb@redhat.com>
680
681 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
682 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
683 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
684 foo_cold. Revise comments to match.
685 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
686 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
687 were wrapped into this proc; Call do_test in loop from outermost
688 level.
689 (foo_low): Rename all occurrences to "foo_cold".
690 (backtrace from baz): New test.
691 (x2/i foo_cold): New test.
692 (info line *foo_cold): New test.
693
1512d3b7
TV
6942019-07-26 Tom de Vries <tdevries@suse.de>
695
696 * gdb.arch/i386-pkru.exp: Fix unterminated string.
697
297989a1
TV
6982019-07-25 Tom de Vries <tdevries@suse.de>
699
700 PR testsuite/24830
701 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
702 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
703 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
704 (skip_libstdcxx_probe_tests): ... here.
705 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
706
b3b965fb
TV
7072019-07-24 Tom de Vries <tdevries@suse.de>
708
709 PR testsuite/24807
710 * gdb.objc/basicclass.m: Include stdio.h.
711 * gdb.objc/nondebug.m: Same.
712 * gdb.objc/objcdecode.m: Same.
713
4625b4d0
TV
7142019-07-24 Tom de Vries <tdevries@suse.de>
715
716 PR testsuite/24612
717 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
718 additional_flags.
719
024a5840
TV
7202019-07-24 Tom de Vries <tdevries@suse.de>
721
722 PR testsuite/24831
723 * gdb.multi/tids.exp: Update error messages for info threads.
724
c76ddaa3
TV
7252019-07-24 Tom de Vries <tdevries@suse.de>
726
727 * gdb.base/info-types.exp: Allow info types to print info for more than
728 one file.
729
9a618ef6
TV
7302019-07-23 Tom de Vries <tdevries@suse.de>
731
732 PR testsuite/24842
733 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
734 gdb_spawn_with_cmdline_opts.
735
40eadf04
SP
7362019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
737
738 * gdb.arch/arm-cmse-sgstubs.c: New test.
739 * gdb.arch/arm-cmse-sgstubs.exp: New file.
740
5ba29434
TV
7412019-07-23 Tom de Vries <tdevries@suse.de>
742
743 PR testsuite/24711
744 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
745 issuing next command.
746
a8e9d247
AB
7472019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
748
749 * gdb.ada/info_auto_lang.exp: Update expected results.
750 * gdb.base/info-types.c: Add additional types to check.
751 * gdb.base/info-types.exp: Update expected results.
752
eb86c5e2
AB
7532019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
754
755 * gdb.base/info-types.c: New file.
756 * gdb.base/info-types.exp: New file.
757
01e175fe
AB
7582019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
759
760 * gdb.arch/riscv-bp-infcall.c: New file.
761 * gdb.arch/riscv-bp-infcall.exp: New file.
762
6b78c3f8
AB
7632019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
764
765 PR breakpoints/24541
766 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
767
da738167
TV
7682019-07-14 Tom de Vries <tdevries@suse.de>
769
770 PR testsuite/24760
771 * gdb.objc/basicclass.exp: Fix unterminated string.
772
0d4e84ed
AB
7732019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
774 Andrew Burgess <andrew.burgess@embecosm.com>
775
776 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
777 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
778 negative bounds.
779 * gdb.fortran/vla-value.exp: Print elements of an array with
780 negative bounds.
781 * gdb.fortran/vla.f90: Setup an array with negative bounds for
782 testing.
783
021d8588
AB
7842019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
785
786 * gdb.base/options.exp (expect_string): Dequote strings in
787 results.
788 (test-string): Test strings with different quoting and reindent.
789
f06f1252
TT
7902019-07-10 Tom Tromey <tromey@adacore.com>
791
792 * gdb.ada/mi_ex_cond.exp: Update expected results.
793 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
794 * gdb.ada/mi_catch_ex.exp: Update expected results.
795 * gdb.ada/mi_catch_assert.exp: Update expected results.
796 * gdb.ada/catch_ex.exp (catch_exception_info)
797 (catch_exception_entry, catch_assert_entry)
798 (catch_unhandled_entry): Update.
799 * gdb.ada/catch_assert_if.exp: Update expected results.
800
b863685d
RB
8012019-07-10 Richard Bunt <richard.bunt@arm.com>
802 Stephen Roberts <stephen.roberts@arm.com>
803
804 * gdb.base/define.exp: Restore original prompt.
805
cb1e4e32
PA
8062019-07-09 Pedro Alves <palves@redhat.com>
807
808 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
809 breakpoints" output.
810 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
811 * gdb.python/py-breakpoint.exp: No longer expect that "catch
812 throw" creates breakpoint.
813 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
814 'type="catchpoint"'.
815
b58a68fe
PA
8162019-07-09 Pedro Alves <palves@redhat.com>
817
818 PR c++/15468
819 * gdb.cp/except-multi-location-lib.cc: New.
820 * gdb.cp/except-multi-location-main.cc: New.
821 * gdb.cp/except-multi-location.exp: New.
822
0826779b
PW
8232019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
824
825 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
826 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
827 argument and update callers.
828
5b0e2db4
AB
8292019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
830
831 * gdb.arch/amd64-break-on-asm-line.S: New file.
832 * gdb.arch/amd64-break-on-asm-line.exp: New file.
833
1f6f6e21
PW
8342019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
835
836 * gdb.base/printcmds.exp: Test printing C string and
837 C wide string convenience vars without transiting via the inferior.
838 Also make test names unique.
839
ea142fbf
AH
8402019-07-08 Alan Hayward <alan.hayward@arm.com>
841
842 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
843
213fd9fa
PA
8442019-07-04 Pedro Alves <palves@redhat.com>
845
846 * lib/gdb.exp (foreach_with_prefix): Don't return early if
847 body returned ok(0), break(3) or continue(4).
848 * gdb.testsuite/foreach_with_prefix.exp: New file.
849
2b40fda7
AH
8502019-07-04 Alan Hayward <alan.hayward@arm.com>
851
852 * gdb.server/unittest.exp: Allow 0 unit tests to run.
853
a26c8de0
PA
8542019-07-03 Pedro Alves <palves@redhat.com>
855
856 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
857 "return -code".
858
5f4ba3e7
PA
8592019-07-03 Pedro Alves <palves@redhat.com>
860
861 PR cli/24732
862 * gdb.base/shell.exp: Load completion-support.exp.
863 Adjust expected error output. Add completion tests.
864
a994424f
PA
8652019-07-03 Pedro Alves <palves@redhat.com>
866
867 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
868 string_to_regexp.
869
3d9be6f5
PA
8702019-07-03 Pedro Alves <palves@redhat.com>
871
872 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
873 (expect_integer): Adjust to expect "-string".
874 (expect_string): New.
875 (all_options): Expect "-string".
876 (test-flag, test-boolean): Adjust to expect "-string".
877 (test-string): New proc.
878 (top level): Call it.
879
41fc454c
PA
8802019-07-03 Pedro Alves <palves@redhat.com>
881
882 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
883 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
884 the expected output in the success.
885
b2b2a215
PA
8862019-07-03 Pedro Alves <palves@redhat.com>
887
888 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
889 Split one gdb_test_multiple call in two to avoid a race.
890
fdbc9870
PA
8912019-07-03 Pedro Alves <palves@redhat.com>
892
893 * gdb.base/with.c: New file.
894 * gdb.base/with.exp: New file.
895
c6ac8931
PA
8962019-07-03 Pedro Alves <palves@redhat.com>
897
898 * gdb.base/settings.exp: Replace all references to "maint
899 test-settings set" with references to "maint set test-settings",
900 and all references to "maint test-settings show" with references
901 to "maint show test-settings".
902
970f9d09
PA
9032019-07-03 Pedro Alves <palves@redhat.com>
904
905 * gdb.base/settings.exp (test-string): Adjust expected out when
906 testing "maint test-settings show filename"
907
54d66006
PA
9082019-07-02 Pedro Alves <palves@redhat.com>
909
910 * gdb.base/options.exp (test-info-threads): New procedure.
911 (top level): Call it.
912
10d06d82
TT
9132019-06-28 Tom Tromey <tromey@adacore.com>
914
915 * gdb.dwarf2/ada-linkage-name.c: New file.
916 * gdb.dwarf2/ada-linkage-name.exp: New file.
917
3d507ff2
TT
9182019-06-27 Tom Tromey <tromey@adacore.com>
919
920 * gdb.cp/constexpr-field.exp: Use setup_xfail.
921
8af58ffe
TV
9222019-06-26 Tom de Vries <tdevries@suse.de>
923
924 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
925
22e21752
TV
9262019-06-26 Tom de Vries <tdevries@suse.de>
927
928 * gdb.base/index-cache.exp: Add back missing debug option.
929
b65b566c
PW
9302019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
931
932 * gdb.base/alias.exp: Test non matching/non existing prefixes.
933
5c2c8c69
TV
9342019-06-25 Tom de Vries <tdevries@suse.de>
935
936 PR testsuite/24727
937 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
938
164e3873
TV
9392019-06-24 Tom de Vries <tdevries@suse.de>
940
941 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
942
824eacee
TV
9432019-06-24 Tom de Vries <tdevries@suse.de>
944
945 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
946 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
947 * gdb.trace/unavailable-dwarf-piece.exp: Same.
948
385b97d3
TV
9492019-06-24 Tom de Vries <tdevries@suse.de>
950
951 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
952
c596f180
TV
9532019-06-21 Tom de Vries <tdevries@suse.de>
954
955 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
956
b13a7d03
TV
9572019-06-21 Tom de Vries <tdevries@suse.de>
958
959 PR testsuite/24518
960 PR ada/24713
961 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
962 index.
963
899277ae
TT
9642019-06-19 Tom Tromey <tromey@adacore.com>
965
966 * gdb.ada/length_cond.exp: Add intro comment.
967
680e1bee
TT
9682019-06-19 Tom Tromey <tromey@adacore.com>
969
970 * gdb.ada/length_cond.exp: New file.
971 * gdb.ada/length_cond/length_cond.adb: New file.
972 * gdb.ada/length_cond/pck.adb: New file.
973 * gdb.ada/length_cond/pck.ads: New file.
974
0ed4690a
TV
9752019-06-18 Tom de Vries <tdevries@suse.de>
976
977 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
978
d20ed5fd
TT
9792019-06-18 Tom Tromey <tromey@adacore.com>
980
981 * gdb.base/list0.h: Add comment explaining control character.
982
86e04673
TV
9832019-06-18 Tom de Vries <tdevries@suse.de>
984
985 * boards/fission.exp: Break up long debug_flags line.
986
c4973306
SM
9872019-06-16 Tom de Vries <tdevries@suse.de>
988
989 PR gdb/24445
990 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
991 generated index.
992
93cb9841
AB
9932019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
994
995 PR gdb/24686
996 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
997 improve detection of bug gdb/24541.
998
399aaebd
SM
9992019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
1000
1001 PR gdb/24669
1002 * gdb.base/index-cache.exp (uses_readnow,
1003 expecting_index_cache_use): Define global variable.
1004 (test_cache_enabled_miss, test_cache_enabled_hit): Use
1005 expecting_index_cache_use.
1006
584a927c
AB
10072019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
1008 Andrew Burgess <andrew.burgess@embecosm.com>
1009
1010 * gdb.fortran/pointers.f90: New file.
1011 * gdb.fortran/print_type.exp: New file.
1012 * gdb.fortran/vla-ptype.exp: Adapt expected results.
1013 * gdb.fortran/vla-type.exp: Likewise.
1014 * gdb.fortran/vla-value.exp: Likewise.
1015 * gdb.mi/mi-vla-fortran.exp: Likewise.
1016
30056ea0
AB
10172019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1018
1019 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
1020 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
1021 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
1022 as a stop reason.
1023
ec8e2b6d
AB
10242019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1025
1026 * gdb.base/annota1.exp: Update expected results.
1027 * gdb.cp/annota2.exp: Likewise.
1028 * gdb.cp/annota3.exp: Likewise.
1029
09e4c4e1
AB
10302019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
1031
1032 * gdb.base/style-logging.exp: Remove path from test name.
1033
0735b091
TT
10342019-06-14 Tom Tromey <tromey@adacore.com>
1035
1036 PR gdb/24502:
1037 * gdb.base/style-logging.exp: New file.
1038
f5686554
TT
10392019-06-14 Tom Tromey <tromey@adacore.com>
1040
1041 * gdb.base/symfile-warn.exp: New file.
1042 * gdb.base/symfile-warn.c: New file.
1043
a0c1ffed
TT
10442019-06-14 Tom Tromey <tromey@adacore.com>
1045
1046 * gdb.base/annotate-symlink.exp: New file.
1047
f411722c
TT
10482019-06-14 Tom Tromey <tromey@adacore.com>
1049
1050 * gdb.ada/set_wstr.exp: Add reassignment test.
1051
4268ec18
TT
10522019-06-14 Tom Tromey <tromey@adacore.com>
1053
1054 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1055 'unchecked_access and 'unrestricted_access as well.
1056
9a9e394b
TT
10572019-06-14 Tom Tromey <tromey@adacore.com>
1058
1059 PR ada/24539:
1060 * gdb.ada/vla.exp: Update tests.
1061 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1062 pragma.
1063
4c048731
PA
10642019-06-13 Pedro Alves <palves@redhat.com>
1065
1066 * gdb.base/settings.exp (test-integer): Test junk after
1067 "unlimited".
1068
6665660a
PA
10692019-06-13 Pedro Alves <palves@redhat.com>
1070
1071 * gdb.base/options.exp (test-thread-apply): New.
1072 (top level): Call it.
1073
5d707134
PA
10742019-06-13 Pedro Alves <palves@redhat.com>
1075
1076 * gdb.base/options.exp (test-frame-apply): New.
1077 (top level): Test print commands with different "frame apply"
1078 prefixes.
1079
e2a689da
PA
10802019-06-13 Pedro Alves <palves@redhat.com>
1081
e79be6e5 1082 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
1083 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1084 'max_completions' parameter and handle it.
1085 (test_gdb_completion_offers_commands): New.
1086
90a1ef87
PA
10872019-06-13 Pedro Alves <palves@redhat.com>
1088
1089 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1090
d4c16835
PA
10912019-06-13 Pedro Alves <palves@redhat.com>
1092
1093 * gdb.base/options.exp (test-backtrace): New.
1094 (top level): Call it.
1095
2daf894e
PA
10962019-06-13 Pedro Alves <palves@redhat.com>
1097
1098 * gdb.guile/scm-frame-args.exp: Use "set print
1099 raw-frame-arguments" instead of "set print raw frame-arguments".
1100 * gdb.python/py-frame-args.exp: Likewise.
1101
e6ed716c
PA
11022019-06-13 Pedro Alves <palves@redhat.com>
1103
1104 * gdb.compile/compile.exp: Adjust expected output to option
1105 processing changes.
1106
7d8062de
PA
11072019-06-13 Pedro Alves <palves@redhat.com>
1108
1109 * gdb.base/options.exp: Build executable.
1110 (test-print): New procedure.
1111 (top level): Call it, once for "print" and another for "compile
1112 print".
1113
9d0faba9
PA
11142019-06-13 Pedro Alves <palves@redhat.com>
1115
1116 * gdb.base/options.c: New file.
1117 * gdb.base/options.exp: New file.
1118
dee7b4c8
PA
11192019-06-13 Pedro Alves <palves@redhat.com>
1120
1121 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1122 that "o" is ambiguous.
1123
dca0f6c0
PA
11242019-06-13 Pedro Alves <palves@redhat.com>
1125
1126 * gdb.base/settings.c: New file.
1127 * gdb.base/settings.exp: New file.
1128
ccf46844
PA
11292019-06-13 Pedro Alves <palves@redhat.com>
1130
1131 * gdb.base/completion.exp: Fix comment typo.
1132
b9a3f842
PA
11332019-06-13 Pedro Alves <palves@redhat.com>
1134
1135 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1136 foo --1" test.
1137
d106773e
PA
11382019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1139
1140 * gdb.fortran/block-data.f: New.
1141 * gdb.fortran/block-data.exp: New.
1142
fea82da0
TV
11432019-06-11 Tom de Vries <tdevries@suse.de>
1144
1145 PR testsuite/24521
1146 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1147 message.
1148
8c2e74f1
TV
11492019-06-11 Tom de Vries <tdevries@suse.de>
1150
1151 PR testsuite/24521
1152 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1153
b49851c8
TV
11542019-06-11 Tom de Vries <tdevries@suse.de>
1155
1156 * boards/readnow.exp: New file.
1157
a7067863
AB
11582019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1159
1160 * gdb.fortran/vla-sizeof.exp: Update expected results.
1161
1a3da2cd
AB
11622019-06-06 Amos Bird <amosbird@gmail.com>
1163
1164 * gdb.base/annota1.exp (thread_switch): Add test for
1165 thread-exited annotation.
1166
3847a7bf
TT
11672019-06-06 Tom Tromey <tromey@adacore.com>
1168
1169 * gdb.base/maint.exp: Expect command started/finished output.
1170
0088ba59
AB
11712019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1172
1173 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1174 comment.
1175 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1176
312617a3
AB
11772019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1178
1179 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1180 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1181 * gdb.arch/riscv-unwind-long-insn.c: New file.
1182 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1183
e1f2e1a2
CB
11842019-06-04 Christian Biesinger <cbiesinger@google.com>
1185
d3238f7d 1186 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 1187
206584bd
PW
11882019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1189
1190 * lib/gdb.exp (help_list_trailer): New regexp variable
1191 factorizing the help trailer message.
1192 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1193 arg to allow to better factorize various tests.
1194 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1195 (test_prefix_command_help): Use help_list_trailer.
1196 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1197 * gdb.guile/scm-cmd.exp: Likewise.
1198 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1199 * gdb.base/help.exp: Use test_user_defined_class_help.
1200 * gdb.base/style.exp: Add tests for styling of help and apropos.
1201 * lib/gdb-utils.exp (style): Add title and highlight styles.
1202
708dc93e
PW
12032019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1204
1205 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1206 $_shell_exitsignal.
1207 * gdb.base/default.exp: Update for new convenience variables.
1208
f49055a5
TT
12092019-05-29 Tom Tromey <tromey@adacore.com>
1210
1211 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1212 to "break complete ada" test case's regexp.
1213
4330d61d
TT
12142019-05-29 Tom Tromey <tromey@adacore.com>
1215
1216 PR c++/20020:
1217 * gdb.cp/constexpr-field.exp: New file.
1218 * gdb.cp/constexpr-field.cc: New file.
1219
000439d5
TT
12202019-05-29 Tom Tromey <tromey@adacore.com>
1221
1222 * gdb.base/finish.exp (finish_no_print): New proc.
1223 (finish_tests): Call it.
1224
5a01c34c
TV
12252019-05-24 Tom de Vries <tdevries@suse.de>
1226
1227 * gdb.dwarf2/gdb-add-index.exp: New file.
1228
18125b16
TT
12292019-05-22 Tom Tromey <tromey@adacore.com>
1230
1231 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1232 * gdb.base/style.exp: Use "style".
1233 * lib/gdb-utils.exp (style): New proc.
1234
af1a8d03
TV
12352019-05-22 Tom de Vries <tdevries@suse.de>
1236
1237 * gdb.base/align.exp: Require c++11.
1238
e7fe496b
TV
12392019-05-22 Tom de Vries <tdevries@suse.de>
1240
1241 PR testsuite/24586
1242 * gdb.python/py-mi-var-info-path-expression.exp: Call
1243 mi_skip_python_tests to check if python is supported.
1244
8fca4da0
AH
12452019-05-22 Alan Hayward <alan.hayward@arm.com>
1246
1247 * gdb.arch/aarch64-pauth.c: New test.
1248 * gdb.arch/aarch64-pauth.exp: New file.
1249
b7060614
AH
12502019-05-22 Alan Hayward <alan.hayward@arm.com>
1251
1252 * README (Re-running Tests Outside The Testsuite): New section.
1253
669d0468
TV
12542019-05-21 Tom de Vries <tdevries@suse.de>
1255
1256 * gdb.arch/amd64-eval.exp: Require c++11.
1257 * gdb.base/max-depth.exp: Same.
1258 * gdb.compile/compile-cplus-array-decay.exp: Same.
1259 * gdb.cp/meth-typedefs.exp: Same.
1260 * gdb.cp/subtypes.exp: Same.
1261 * gdb.cp/temargs.exp: Same.
1262
ce3ebcaa
AH
12632019-05-21 Alan Hayward <alan.hayward@arm.com>
1264
1265 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1266
34d11c68
AB
12672019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1268
1269 PR gdb/18644
1270 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1271 * gdb.fortran/printing-types.exp: Add new test.
1272 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1273 testing.
1274 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1275 setup_kfail call.
1276
87781e84
AH
12772019-05-17 Alan Hayward <alan.hayward@arm.com>
1278
1279 * README (Running the Testsuite): Change example.
1280 (Testsuite Parameters): Remove TRANSCRIPT.
1281 * lib/gdb.exp: Remove TRANSCRIPT check.
1282
b420b89e
AH
12832019-05-17 Alan Hayward <alan.hayward@arm.com>
1284
1285 * README (Testsuite Parameters): Add replay logging to
1286 GDBSERVER_DEBUG.
1287 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1288 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1289 as a comma separated list.
1290 (gdb_debug_init): Override procedure.
1291
408e9b8b
AH
12922019-05-17 Alan Hayward <alan.hayward@arm.com>
1293
1294 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1295 (gdb_write_cmd_file): New procedure.
1296 * lib/gdbserver-support.exp (gdbserver_start): Call
1297 gdbserver_write_cmd_file.
1298 (gdbserver_write_cmd_file): New procedure.
1299
f9e2e39d
AH
13002019-05-17 Alan Hayward <alan.hayward@arm.com>
1301
1302 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1303 (delete_breakpoints): Likewise.
1304 (gdb_run_cmd): Likewise.
1305 (gdb_start_cmd): Likewise.
1306 (gdb_starti_cmd): Likewise.
1307 (gdb_internal_error_resync): Likewise.
1308 (gdb_test_multiple): Likewise.
1309 (gdb_reinitialize_dir): Likewise.
1310 (default_gdb_exit): Likewise.
1311 (gdb_file_cmd): Mark kill as optional.
1312 (default_gdb_start): Call gdb_stdin_log_init.
1313 (send_gdb): Call gdb_stdin_log_write.
1314 (rerun_to_main): Mark Y as an answer.
1315 (gdb_stdin_log_init): New function.
1316 (gdb_stdin_log_write): Likewise.
1317
81f47ac2
AH
13182019-05-17 Alan Hayward <alan.hayward@arm.com>
1319
1320 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1321 * gdb.base/debug-expr.exp: Likewise.
1322 * gdb.base/foll-fork.exp: Likewise.
1323 * gdb.base/foll-vfork.exp: Likewise.
1324 * gdb.base/fork-print-inferior-events.exp: Likewise.
1325 * gdb.base/gdb-sigterm.exp: Likewise.
1326 * gdb.base/gdbinit-history.exp: Likewise.
1327 * gdb.base/osabi.exp: Likewise.
1328 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1329 * gdb.base/ui-redirect.exp: Likewise.
1330 * gdb.gdb/unittest.exp: Likewise.
1331 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1332 * gdb.mi/mi-watch.exp: Likewise.
1333 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1334 * gdb.mi/user-selected-context-sync.exp: Likewise.
1335 * gdb.python/python.exp: Disable debug test when debugging.
1336 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1337 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1338 Likewise.
1339 * gdb.threads/stepi-random-signal.exp: Likewise.
1340
29b52314
AH
13412019-05-17 Alan Hayward <alan.hayward@arm.com>
1342
1343 * Makefile.in: Pass through GDB_DEBUG.
1344 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1345 (gdb,debug): Add board setting.
1346 * lib/gdb.exp (default_gdb_start): Start debugging.
1347 (gdb_debug_enabled): New procedure.
1348 (gdb_debug_init): Likewise.
29b52314
AH
1349
13502019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 1351
29b52314
AH
1352 * Makefile.in: Pass through GDB_DEBUG.
1353 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1354 (gdb,debug): Add board setting.
1355 * lib/gdb.exp (default_gdb_start): Start debugging.
1356 (gdb_debug_enabled): New procedure.
1357 (gdb_debug_init): Likewise.
29b52314 1358
ca1285d1
AH
13592019-05-17 Alan Hayward <alan.hayward@arm.com>
1360
1361 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1362
f3a09c80
AH
13632019-05-17 Alan Hayward <alan.hayward@arm.com>
1364
1365 * gdb.base/ui-redirect.exp: Test redirection.
1366
26648588
JV
13672019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1368
1369 * gdb.mi/mi-complete.exp: New file.
1370 * gdb.mi/mi-complete.cc: Likewise.
1371
14237686
AB
13722019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1373
1374 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1375 indexed and sliced arrays, and pointers to arrays.
1376
e7bd7fba
TT
13772019-05-14 Tom Tromey <tromey@adacore.com>
1378
1379 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1380 styling test.
1381
2764128d
TV
13822019-05-14 Tom de Vries <tdevries@suse.de>
1383
1384 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1385 selection entry encoding.
1386
71bed2db
TT
13872019-05-10 Tom Tromey <tromey@adacore.com>
1388
1389 * gdb.ada/info_exc.exp: Add "complete" test.
1390
63b667ad
TV
13912019-05-09 Tom de Vries <tdevries@suse.de>
1392
1393 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1394 CU-relative.
1395
9cfd2b89
TV
13962019-05-09 Tom de Vries <tdevries@suse.de>
1397
1398 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1399 CU-relative.
1400
2228ef77
XR
14012019-05-08 Joel Brobecker <brobecker@adacore.com>
1402
1403 * gdb.ada/frame_arg_lang.exp: New testcase.
1404 * gdb.ada/frame_arg_lang/bla.adb: New file.
1405 * gdb.ada/frame_arg_lang/pck.ads: New file.
1406 * gdb.ada/frame_arg_lang/pck.adb: New file.
1407 * gdb.ada/frame_arg_lang/foo.c: New file.
1408
80e55b13
TT
14092019-05-08 Tom Tromey <tromey@adacore.com>
1410
1411 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1412
9d3421af
TT
14132019-05-08 Tom Tromey <tromey@adacore.com>
1414
1415 * gdb.base/ptype-offsets.exp: Update tests.
1416
844333e2
TT
14172019-05-08 Tom Tromey <tromey@adacore.com>
1418
1419 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1420 cases.
1421 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1422 "short".
1423
988915ee
TT
14242019-05-08 Tom Tromey <tromey@adacore.com>
1425
1426 * gdb.ada/vla.exp: New file.
1427 * gdb.ada/vla/vla.adb: New file.
1428
7bd55dac
TV
14292019-05-07 Tom de Vries <tdevries@suse.de>
1430
1431 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1432
75f06e9d
TV
14332019-05-07 Tom de Vries <tdevries@suse.de>
1434
1435 PR testsuite/24522
1436 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1437 section.
1438
77e7aaa4
TV
14392019-05-07 Tom de Vries <tdevries@suse.de>
1440
1441 PR testsuite/24522
1442 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1443 .debug_aranges section.
1444
456ba0fa
TV
14452019-05-07 Tom de Vries <tdevries@suse.de>
1446
1447 PR testsuite/24159
1448 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1449
5a56d6a6
TV
14502019-05-06 Tom de Vries <tdevries@suse.de>
1451
1452 * lib/gdb.exp (exec_has_index_section): New proc.
1453 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1454 section.
1455
9d6d4be8
TV
14562019-05-04 Tom de Vries <tdevries@suse.de>
1457
1458 * boards/cc-with-debug-names.exp: New file.
1459
222a8d25
TT
14602019-05-03 Tom Tromey <tromey@adacore.com>
1461
1462 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1463 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1464 * gdb.ada/char_enum.exp: Add test.
1465
0fdfd794
TV
14662019-05-03 Tom de Vries <tdevries@suse.de>
1467
1468 * boards/cc-with-gdb-index.exp: New file.
1469
80062eb9
AB
14702019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1471
1472 * gdb.rust/simple.exp: Add new test case.
1473 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1474 (main): Initialise an instance of the new struct.
1475
4504bbde
TT
14762019-05-01 Tom Tromey <tromey@adacore.com>
1477
1478 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1479 record.
1480 (NPR): New variable.
1481 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1482 test.
1483
d48e62f4
TT
14842019-05-01 Tom Tromey <tromey@adacore.com>
1485
1486 * gdb.ada/packed_array_assign.exp: Add packed assignment
1487 regression test.
1488
f59f30f5
TV
14892019-05-01 Tom de Vries <tdevries@suse.de>
1490
1491 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1492
b70bfc54
TV
14932019-05-01 Tom de Vries <tdevries@suse.de>
1494
1495 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1496
15f18d14
AT
14972019-04-30 Ali Tamur <tamur@google.com>
1498
1499 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1500
2ff0a947
TT
15012019-04-30 Tom Tromey <tromey@adacore.com>
1502
1503 * lib/ada.exp (find_ada_tool): New proc.
1504 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1505 * gdb.ada/catch_ex_std.exp: New file.
1506 * gdb.ada/catch_ex_std/foo.adb: New file.
1507 * gdb.ada/catch_ex_std/some_package.adb: New file.
1508 * gdb.ada/catch_ex_std/some_package.ads: New file.
1509
a776957c
TT
15102019-04-30 Tom Tromey <tromey@adacore.com>
1511
1512 PR c++/24470:
1513 * gdb.cp/temargs.cc: Add test code from PR.
1514
bc68014d
AB
15152019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1516
1517 * gdb.fortran/vla-datatypes.exp: Update expected results.
1518 * gdb.fortran/vla-ptype.exp: Likewise.
1519 * gdb.fortran/vla-type.exp: Likewise.
1520 * gdb.fortran/vla-value.exp: Likewise.
1521
f1fdc960
AB
15222019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1523
1524 * gdb.fortran/ptr-indentation.exp: Update expected results.
1525 * gdb.fortran/ptype-on-functions.exp: Likewise.
1526 * gdb.fortran/vla-ptr-info.exp: Likewise.
1527 * gdb.fortran/vla-value.exp: Likewise.
1528
bf7a4de1
AB
15292019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1530
1531 * gdb.fortran/ptype-on-functions.exp: New file.
1532 * gdb.fortran/ptype-on-functions.f90: New file.
1533
bbe75b9d
AB
15342019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1535
1536 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1537 case void string.
1538
1db455a7
AB
15392019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1540
1541 * gdb.fortran/complex.exp: Expand.
1542 * gdb.fortran/complex.f: Renamed to...
1543 * gdb.fortran/complex.f90: ...this, and extended to add more
1544 complex values.
1545
b6d03bb2
AB
15462019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1547
1548 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1549 MODULO, CMPLX.
1550
2e62ab40
AB
15512019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1552 Richard Bunt <richard.bunt@arm.com>
1553
1554 * gdb.base/max-depth.c: New file.
1555 * gdb.base/max-depth.exp: New file.
1556 * gdb.python/py-nested-maps.c: New file.
1557 * gdb.python/py-nested-maps.exp: New file.
1558 * gdb.python/py-nested-maps.py: New file.
1559 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1560 (test_all_common): Call test_max_depth.
1561 * gdb.fortran/max-depth.exp: New file.
1562 * gdb.fortran/max-depth.f90: New file.
1563 * gdb.go/max-depth.exp: New file.
1564 * gdb.go/max-depth.go: New file.
1565 * gdb.modula2/max-depth.exp: New file.
1566 * gdb.modula2/max-depth.c: New file.
1567 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1568
d2b584a5
TV
15692019-04-29 Tom de Vries <tdevries@suse.de>
1570
1571 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1572
136afab8
PW
15732019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1574
1575 * gdb.base/callexit.exp: Test may-call-functions off.
1576
725cbb63
KS
15772019-04-25 Keith Seitz <keiths@redhat.com>
1578
1579 PR c++/24367
1580 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1581 (another_incomplete_struct, test_incomplete): New definitions.
1582 (main): Use new definitions.
1583 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1584 functions.
1585
82433e3e
SDJ
15862019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1587
1588 PR corefiles/11608
1589 PR corefiles/18187
1590 * gdb.base/coredump-filter-build-id.exp: New file.
1591
dd06d4d6
AH
15922019-04-25 Alan Hayward <alan.hayward@arm.com>
1593
e79be6e5
SM
1594 * Makefile.in: Pass through GDBSERVER_DEBUG.
1595 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1596 (gdbserver,debug): Add board setting.
1597 * gdb.trace/tspeed.exp: Skip when debugging.
1598 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1599 * lib/gdbserver-support.exp: Likewise
dd06d4d6 1600
1670072e
TT
16012019-04-24 Tom Tromey <tromey@adacore.com>
1602
1603 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1604 Rust.
1605
a59240a4
TT
16062019-04-24 Tom Tromey <tromey@adacore.com>
1607
1608 * gdb.arch/amd64-eval.exp: Test bitfield return.
1609 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1610 (class Foo) <return_bitfields>: New method.
1611 (main): Call it.
1612
b907456c
AB
16132019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1614
1615 * gdb.cp/many-args.cc: New file.
1616 * gdb.cp/many-args.exp: New file.
1617
5c565afd
TV
16182019-04-23 Tom de Vries <tdevries@suse.de>
1619
1620 PR gdb/24433
1621 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1622
ba22ff86
AH
16232019-04-23 Alan Hayward <alan.hayward@arm.com>
1624
1625 * gdb.trace/backtrace.exp: Use nopie flag.
1626 * gdb.trace/circ.exp: Likewise.
1627 * gdb.trace/collection.exp: Likewise.
1628 * gdb.trace/ftrace.exp: Likewise.
1629 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1630 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1631 * gdb.trace/qtro.exp: Likewise.
1632 * gdb.trace/read-memory.exp: Likewise.
1633 * gdb.trace/report.exp: Likewise.
1634 * gdb.trace/tfile.exp: Likewise.
1635 * gdb.trace/tfind.exp: Likewise.
1636 * gdb.trace/unavailable.exp: Likewise.
1637
7905fc35
PA
16382019-04-22 Pedro Alves <palves@redhat.com>
1639
1640 * gdb.base/solib-probes-nosharedlibrary.c,
1641 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1642
8ecb59f8
TT
16432019-04-19 Tom Tromey <tromey@adacore.com>
1644
1645 * gdb.ada/ptype_union.c: New file.
1646 * gdb.ada/ptype_union.exp: New file.
1647
62160ec9
TT
16482019-04-19 Tom Tromey <tromey@adacore.com>
1649
1650 PR symtab/24423:
1651 * gdb.base/list0.h (foo): Add a control-l character.
1652
36cd4ba5
TV
16532019-04-18 Tom de Vries <tdevries@suse.de>
1654
1655 PR gdb/24433
1656 * boards/local-board.exp: Set sysroot to "".
1657
b73715df
TV
16582019-04-18 Tom de Vries <tdevries@suse.de>
1659 Pedro Alves <palves@redhat.com>
1660
1661 PR gdb/24454
1662 * gdb.threads/vfork-follow-child-exec.c: New file.
1663 * gdb.threads/vfork-follow-child-exec.exp: New file.
1664 * gdb.threads/vfork-follow-child-exit.c: New file.
1665 * gdb.threads/vfork-follow-child-exit.exp: New file.
1666
4aa866af
LS
16672019-04-15 Leszek Swirski <leszeks@google.com>
1668
1669 * gdb.arch/amd64-eval.cc: New file.
1670 * gdb.arch/amd64-eval.exp: New file.
1671
e5a1a79a
AH
16722019-04-11 Alan Hayward <alan.hayward@arm.com>
1673
1674 * gdb.server/sysroot.c: New test.
1675 * gdb.server/sysroot.exp: New file.
1676 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1677 matching param.
1678
41077b66
AB
16792019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1680
1681 * gdb.base/align.exp: Extend test to cover structures containing
1682 only static fields.
1683
c30391f8
TV
16842019-04-11 Tom de Vries <tdevries@suse.de>
1685
1686 * boards/cc-with-dwz-m.exp: New file.
1687 * boards/cc-with-dwz.exp: New file.
1688 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1689
e242fd12
SM
16902019-04-09 Simon Marchi <simon.marchi@efficios.com>
1691
1692 * gdb.base/start-cpp.exp: New file.
1693 * gdb.base/start-cpp.cc: New file.
1694
2b0c8b01
KB
16952019-04-08 Kevin Buettner <kevinb@redhat.com>
1696
1697 * gdb.python/py-thrhandle.exp: Adjust tests to call
1698 thread_from_handle instead of thread_from_thread_handle.
1699
947210e5
KB
17002019-04-08 Kevin Buettner <kevinb@redhat.com>
1701
1702 * gdb.python/py-thrhandle.exp: Add tests for
1703 gdb.InferiorThread.handle.
1704
d7df6549
AB
17052019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1706
1707 * gdb.python/py-function.exp: Check calling helper function from
1708 all languages.
1709 * lib/gdb.exp (gdb_supported_languages): New proc.
1710
8bdc1658
AB
17112019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1712
1713 * gdb.base/complex-parts.c: New file.
1714 * gdb.base/complex-parts.exp: New file.
1715
05caa1d2
TT
17162019-04-01 Tom Tromey <tromey@adacore.com>
1717
1718 PR symtab/23331:
1719 * gdb.dwarf2/dw2-ranges-main.c: New file.
1720 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1721 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1722
7734102d
EZ
17232019-03-30 Simon Marchi <simark@simark.ca>
1724
1725 * gdb.base/default.exp: Add values for $_gdb_major and
1726 $_gdb_minor.
1727
188e1fa9
TT
17282019-03-29 Tom Tromey <tromey@adacore.com>
1729
1730 * gdb.base/help.exp: Tighten apropos regexp.
1731
2880242d
KS
17322019-03-29 Keith Seitz <keiths@redhat.com>
1733
1734 * gdb.fortran/array-bounds.exp: New file.
1735 * gdb.fortran/array-bounds.f90: New file.
1736
077cad8e
PW
17372019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1738
1739 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1740
80047cfc
PW
17412019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1742
1743 * gdb.multi/hello.c (main): Increase alarm timer.
1744
f489207e
SL
17452019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1746
1747 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1748 factor when no hardware watchpoint support.
1749
c92df149
AH
17502019-03-28 Alan Hayward <alan.hayward@arm.com>
1751 Pedro Alves <palves@redhat.com>
1752
1753 * boards/local-board.exp: set sysroot to /.
1754
933aebfa
AH
17552019-03-27 Alan Hayward <alan.hayward@arm.com>
1756
1757 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1758 in child.
1759
9f9aa852
AB
17602019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1761
1762 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1763 field.
1764 (make_container): Initialise new field.
1765 * gdb.python/py-prettyprint.exp: Add new tests.
1766 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1767 <display_hint>: New method.
1768
3714a195
AB
17692019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1770
1771 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1772 gdb_continue_to_breakpoint more throughout this test.
1773 (run_lang_tests) Supply unique test names, and use
1774 gdb_test_no_output.
1775
18c77628
AB
17762019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1777
1778 * gdb.base/finish-pretty.exp: Update expected results.
1779 * gdb.base/pretty-print.c: New file.
1780 * gdb.base/pretty-print.exp: New file.
1781
9a93502f
PA
17822019-03-25 Pedro Alves <palves@redhat.com>
1783
1784 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1785 move comments outside list. Append '-i "" eof' section.
1786
968aa7ae
AH
17872019-03-22 Alan Hayward <alan.hayward@arm.com>
1788
1789 * README: Add pie options.
1790 * gdb.base/break-interp.exp: Ensure pie is disabled.
1791 * gdb.base/dump.exp: Likewise.
1792 * lib/gdb.exp (gdb_compile): Add pie option.
1793
4c7d57e7
TT
17942019-03-19 Tom Tromey <tromey@adacore.com>
1795
1796 * gdb.mi/mi2-cli-display.c: New file.
1797 * gdb.mi/mi2-cli-display.exp: New file.
1798
bff8c71f
TT
17992019-03-18 Joel Brobecker <brobecker@adacore.com>
1800 Tom Tromey <tromey@adacore.com>
1801
1802 * gdb.ada/ptype_array/pck.adb: New file.
1803 * gdb.ada/ptype_array/pck.ads: New file.
1804 * gdb.ada/ptype_array/foo.adb: New file.
1805 * gdb.ada/ptype_array.exp: New file.
1806
d085f989
TT
18072019-03-14 Tom Tromey <tromey@adacore.com>
1808
1809 * gdb.base/style.exp: Add "set style sources" test.
1810
b4be1b06
SM
18112019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1812
1813 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1814 * mi-breakpoint-multiple-locations.exp: ... this.
1815 (make_breakpoints_pattern): New proc.
1816 (do_test): Add mi_version parameter, test -break-insert,
1817 -break-info and =breakpoint-created.
1818
7cde5fc2
AB
18192019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1820
1821 * config/default.exp: Remove 'load_lib gdb.exp'.
1822 * config/monitor.exp: Likewise.
1823 * config/sid.exp: Likewise.
1824 * config/sim.exp: Likewise.
1825 * config/slite.exp: Likewise.
1826 * config/unix.exp: Likewise.
1827 * gdb.base/default.exp: Remove unhelpful comment.
1828
efbecbc1
AB
18292019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1830
1831 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1832
0841c79a
AB
18332019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1834
1835 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1836
4a270568
AB
18372019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1838
1839 * gdb.fortran/type-kinds.exp: Update expected results.
1840
067630bd
AB
18412019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1842
1843 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1844
3be47f7a
AB
18452019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1846
1847 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1848 function.
1849 (test_basic_parsing_of_type_kinds): Expand types tested.
1850 (test_parsing_invalid_type_kinds): New function.
1851
4d00f5d8
AB
18522019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1853
1854 * gdb.fortran/intrinsics.exp: New file.
1855 * gdb.fortran/intrinsics.f90: New file.
1856 * gdb.fortran/type-kinds.exp: New file.
1857
c8f91604
AB
18582019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1859
1860 * gdb.fortran/dot-ops.exp: New file.
1861
dd9f2c76
AB
18622019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1863
1864 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1865 Check upper and lower case logical literals.
1866
84ec9724
AB
18672019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1868
1869 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1870 Remove duplicate tests.
1871
c3734e09
AH
18722019-03-06 Alan Hayward <alan.hayward@arm.com>
1873
1874 * lib/gdb.exp (builtin_cd): rename of cd.
1875 (cd): Override builtin.
1876
aa3cfbda
RB
18772019-03-06 Richard Bunt <richard.bunt@arm.com>
1878
1879 * gdb.fortran/function-calls.exp: New file.
1880 * gdb.fortran/function-calls.f90: New test.
1881
7b63ad86
RB
18822019-03-04 Richard Bunt <richard.bunt@arm.com>
1883
1884 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1885 on user program standard output.
1886 * gdb.fortran/short-circuit-argument-list.f90: Record function
1887 calls.
1888
01abb042
AH
18892019-02-28 Alan Hayward <alan.hayward@arm.com>
1890
c3734e09
AH
1891 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1892 failure.
01abb042 1893
92137da0
RO
18942019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1895
1896 PR gdb/8527
1897 * gdb.base/interrupt-daemon-attach.c,
1898 gdb.base/interrupt-daemon-attach.exp: New test.
1899
5862844d
PA
19002019-02-27 Pedro Alves <palves@redhat.com>
1901
1902 * gdb.base/page.exp: Add tests for "set width/height -1".
1903
8ed25214
PA
19042019-02-27 Pedro Alves <palves@redhat.com>
1905
1906 * gdb.base/page.exp: Add tests for "set/show width/height" with
1907 "infinite" values.
1908
6c28e44a
TT
19092019-02-27 Tom Tromey <tromey@adacore.com>
1910
1911 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1912 2.4.
1913 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1914 workaround.
1915
bf9a735e
AB
19162019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1917
1918 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1919 tests for structs with static members.
1920
8791793c
TT
19212019-02-26 Tom Tromey <tromey@adacore.com>
1922
1923 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1924 ValueError, not TypeError.
1925
bc2a507e
KB
19262019-02-26 Kevin Buettner <kevinb@redhat.com>
1927
1928 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1929 call from main program.
1930
e0e7d3bd
JB
19312019-02-23 Joel Brobecker <brobecker@adacore.com>
1932
1933 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1934 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1935 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1936 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1937 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1938
9600246d
KS
19392019-02-22 Keith Seitz <keiths@redhat.com>
1940
1941 PR symtab/23853
1942 * gdb.base/symlink-sourcefile.c: New file.
1943 * gdb.base/symlink-sourcefile.exp: New file.
1944
0c95f9ed
TT
19452019-02-20 Tom Tromey <tom@tromey.com>
1946
1947 * gdb.base/info_qt.exp: Update.
1948
6caa91b6
SM
19492019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1950
1951 * gdb.base/source.exp: Move "error in sourced script" code to
1952 the end.
1953 * gdb.base/source-error.gdb: Move contents to
1954 source-error-1.gdb. Add new code to source source-error-1.gdb.
1955 * gdb.base/source-error-1.gdb: New file, from previous
1956 source-error.gdb.
1957
6506371f
TT
19582019-02-17 Tom Tromey <tom@tromey.com>
1959
1960 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1961 for macro styling.
1962 * gdb.base/style.c (SOME_MACRO): New macro.
1963
a0087920
TT
19642019-02-17 Tom Tromey <tom@tromey.com>
1965
1966 * gdb.base/style.exp: Add line-wrapping tests.
1967 * gdb.base/page.exp: Add test for quitting during pagination.
1968
a2cd4f14
JB
19692019-02-17 Joel Brobecker <brobecker@adacore.com>
1970
1971 * gdb.ada/big_packed_array: New testcase.
1972 * gdb.ada/homonym.exp: Fix incorrect expected output for
1973 "break <homonym__get_value>" test.
1974
9d70ffbc
WP
19752019-02-13 Weimin Pan <weimin.pan@oracle.com>
1976
1977 PR breakpoints/21870
1978 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1979 and prepare_for_testing. Add comment.
1980 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1981 redundant cleanup call. Clean up comment.
1982
01c7ae81
WP
19832019-02-12 Weimin Pan <weimin.pan@oracle.com>
1984
1985 PR breakpoints/21870
1986 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1987 * gdb.arch/aarch64-dbreg-contents.c: New file.
1988
aff29d1c
JB
19892019-02-10 Joel Brobecker <brobecker@adacore.com>
1990
1991 * gdb.ada/mi_ref_changeable: New testcase.
1992
df0da8a2
AH
19932019-02-07 Alan Hayward <alan.hayward@arm.com>
1994
1995 * gdb.base/attach.exp: Add double attach test.
1996
bd447abb
SM
19972019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1998
1999 * lib/gdb.exp (default_gdb_start): Don't match pagination
2000 prompt.
2001 (gdb_init): Set stty_init.
2002
1dbc40b9
TT
20032019-01-27 Tom Tromey <tom@tromey.com>
2004
2005 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
2006 skip_python_tests.
2007
353229bf
AH
20082019-01-24 Alan Hayward <alan.hayward@arm.com>
2009
2010 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
2011 New structure.
2012 (struct struct_static_02_02): Likewise.
2013 (struct struct_static_02_03): Likewise.
2014 (struct struct_static_02_04): Likewise.
2015 (struct struct_static_04_01): Likewise.
2016 (struct struct_static_04_02): Likewise.
2017 (struct struct_static_04_03): Likewise.
2018 (struct struct_static_04_04): Likewise.
2019 (struct struct_static_06_01): Likewise.
2020 (struct struct_static_06_02): Likewise.
2021 (struct struct_static_06_03): Likewise.
2022 (struct struct_static_06_04): Likewise.
2023 (cmp_struct_static_02_01): Likewise.
2024 (cmp_struct_static_02_02): Likewise.
2025 (cmp_struct_static_02_03): Likewise.
2026 (cmp_struct_static_02_04): Likewise.
2027 (cmp_struct_static_04_01): Likewise.
2028 (cmp_struct_static_04_02): Likewise.
2029 (cmp_struct_static_04_03): Likewise.
2030 (cmp_struct_static_04_04): Likewise.
2031 (cmp_struct_static_06_01): Likewise.
2032 (cmp_struct_static_06_02): Likewise.
2033 (cmp_struct_static_06_03): Likewise.
2034 (cmp_struct_static_06_04): Likewise.
2035 (call_all): Test new structs.
2036 * gdb.base/infcall-nested-structs.exp: Likewise.
2037
73021deb
AH
20382019-01-21 Alan Hayward <alan.hayward@arm.com>
2039 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2040
fc65c7db
AH
20412019-01-21 Alan Hayward <alan.hayward@arm.com>
2042 * gdb.base/stack-protector.c: New test.
2043 * gdb.base/stack-protector.exp: New file.
2044 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2045 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2046 option.
2047 (gdb_compile): Remove stack protector for GCC and prevent
2048 recursion.
2049
c24bdb02
KS
20502019-01-16 Keith Seitz <keiths@redhat.com>
2051
2052 PR gdb/23773
2053 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2054
6f072a10
PFC
20552019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2056
2057 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2058 aliases.
2059 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2060 tests.
2061 * gdb.arch/powerpc-vector-regs.c: New file.
2062 * gdb.arch/powerpc-vector-regs.exp: New file.
2063
a7b8d682
PFC
20642019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2065
2066 * gdb.arch/altivec-regs.exp: Fix the list passed to
2067 gdb_expect_list when testing "info vector".
2068
6eb6fb67
AB
20692019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2070
2071 * gdb.base/style.exp: Don't include path in testname.
2072
b56f80d8
KS
20732019-01-10 Keith Seitz <keiths@redhat.com>
2074
2075 PR gdb/23712
2076 PR symtab/23010
2077 * gdb.dwarf2/multidictionary.exp: New file.
2078
041be526
SM
20792019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2080
2081 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2082 (test_gnuv3_style_demangling): ... this.
2083 (test_lucid_style_demangling): Remove.
2084 (test_arm_style_demangling): Remove.
2085 (test_hp_style_demangling): Remove.
2086 (do_tests): Remove calls to the above.
2087
d820d0c3
AB
20882019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2089
2090 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2091 case.
2092
f097f5ad
TT
20932019-01-06 Tom Tromey <tom@tromey.com>
2094
2095 PR gdb/28155:
2096 * gdb.dwarf2/typedef-void-finish.exp: New file.
2097
2cd8cc0b
TT
20982018-12-28 Tom Tromey <tom@tromey.com>
2099 Simon Marchi <simark@simark.ca>
2100
2101 * gdb.base/jit-exec.exp: New file.
2102 * gdb.base/jit-exec.c: New file.
2103 * gdb.base/jit-execd.c: New file.
2104
35fb8261
TT
21052018-12-28 Tom Tromey <tom@tromey.com>
2106
2107 * gdb.base/style.exp: Update test to check for address styling.
2108
47fd17cd
TT
21092018-12-28 Tom Tromey <tom@tromey.com>
2110
2111 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2112 message.
2113
d47032b7
TT
21142018-12-28 Tom Tromey <tom@tromey.com>
2115
2116 * gdb.base/style.exp: Add test for version number styling.
2117
af79b68d
TT
21182018-12-28 Tom Tromey <tom@tromey.com>
2119
2120 * gdb.base/style.exp: Add test for print_address_symbolic.
2121
0bb296cb
TT
21222018-12-28 Tom Tromey <tom@tromey.com>
2123
2124 * gdb.base/style.exp: Add test for breakpoint setting.
2125
80ae2043
TT
21262018-12-28 Tom Tromey <tom@tromey.com>
2127
2128 * gdb.base/style.exp: Add test for variable names.
2129
cbe56571
TT
21302018-12-28 Tom Tromey <tom@tromey.com>
2131
2132 * gdb.base/style.exp: New file.
2133 * gdb.base/style.c: New file.
2134
9162a27c
TT
21352018-12-28 Tom Tromey <tom@tromey.com>
2136
2137 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2138 "dumb".
2139 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2140 the TERM environment variable.
2141
bc543c90
TT
21422018-12-27 Tom Tromey <tom@tromey.com>
2143
2144 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2145 pagination test.
2146
6f0ffe50
AB
21472018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2148
2149 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2150 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2151
b5a1e557
PW
21522018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2153
2154 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2155 Filename a.adb changed to bp_fun_addr.adb.
2156 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2157
6e8b1ab2
JV
21582018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2159
2160 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2161 non-PIE executables.
2162 * README: Mention the gdb,nopie_flag board setting.
2163 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2164 non-PIE executable.
2165 * gdb.arch/amd64-entry-value.exp: Likewise.
2166 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2167 * gdb.arch/i386-float.exp: Likewise.
2168 * gdb.arch/i386-signal.exp: Likewise.
2169 * gdb.mi/mi-reg-undefined.exp: Likewise.
2170
d00a27c5
PM
21712018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2172
2173 PR gdb/23974
2174 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2175
161d081c
PW
21762018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2177
2178 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2179 Update order of results accordingly.
2180
b001de23
AB
21812018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2182
2183 * gdb.base/annota1.exp: Update a test regexp.
2184
99e1a184
AB
21852018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2186
2187 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2188
7a81c1e2
PW
21892018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2190
2191 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2192 (reuse_time): Initialize to REUSE_TIME_CAP.
2193 (check_rc): New function.
2194 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2195 Check pthread_create rc.
2196 (spawner_thread_func): Check pthread_create and pthread_join rc.
2197
73e8dc90
PA
21982018-12-08 Pedro Alves <palves@redhat.com>
2199
2200 * gdb.base/list.exp (test_forward_search): Rename to ...
2201 (test_forward_reverse_search): ... this. Also test reverse-search
2202 and the forward-search alias.
2203
13f2ed32
AB
22042018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2205
2206 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2207 local timeout variable before return, and remove all local timeout
2208 variable entirely.
2209 (gdb_load): Likewise.
2210
64d27cfc
TV
22112018-12-01 Tom de Vries <tdevries@suse.de>
2212
2213 * gdb.base/gdb-caching-proc.exp: New file.
2214
f63c03b4
SDJ
22152018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2216
2217 * Makefile.in (TIMESTAMP): New variable.
2218 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2219 command.
2220 (check-single-racy): Likewise.
2221 (check/%.exp): Likewise.
2222 (check-racy/%.exp): Likewise.
2223 (workers/%.worker): Likewise.
2224 (build-perf): Likewise.
2225 (check-perf): Likewise.
2226 * README: Describe new "TS" and "TS_FORMAT" variables.
2227 * print-ts.py: New file.
2228
1c97054b
BF
22292018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2230
2231 PR python/23714
2232 * gdb.python/python.exp: Test command repetition after
2233 gdb.execute.
2234
1871a62d
AB
22352018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2236
2237 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2238 is correctly aligned.
2239
fb5e1ed9
PW
22402018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2241
2242 * gdb.ada/info_auto_lang.exp: New testcase.
2243 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2244 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2245 * gdb.ada/info_auto_lang/some_c.c: New file.
2246
43d397ca
PW
22472018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2248
2249 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2250 FUNC_lang language syntax.
2251
beddd671
PW
22522018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2253
2254 * gdb.base/info_minsym.c: New file.
2255 * gdb.base/info_minsym.exp: New file.
2256
73fc52c4
TT
22572018-11-19 Tom Tromey <tom@tromey.com>
2258
2259 PR rust/23625:
2260 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2261 * gdb.rust/expr.exp: Update expected output. Change one test.
2262
994b876a
TT
22632018-11-19 Tom Tromey <tom@tromey.com>
2264
2265 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2266
6769f276
PA
22672018-11-19 Pedro Alves <palves@redhat.com>
2268
2269 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2270 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2271 see the expected warning.
2272
38a72da0
AH
22732018-11-16 Alan Hayward <alan.hayward@arm.com>
2274
2275 PR gdb/22736:
2276 * gdb.cp/infcall-nodebug-lib.c: New test.
2277 * gdb.cp/infcall-nodebug-main.c: New test.
2278 * gdb.cp/infcall-nodebug.exp: New file.
2279
53a89d6e
SM
22802018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2281
2282 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2283 completer tests.
2284
9325300d
TV
22852018-11-09 Tom de Vries <tdevries@suse.de>
2286
2287 * gdb.base/msym-lang.c: New test.
2288 * gdb.base/msym-lang.exp: New file.
2289 * gdb.base/msym-lang-main.c: New test.
2290
20f0d60d
TT
22912018-11-08 Tom Tromey <tom@tromey.com>
2292
2293 PR gdb/23555:
2294 PR gdb/23838:
2295 * gdb.base/warning.exp: New file.
2296
b5420128
JB
22972018-11-08 Jan Beulich <jbeulich@suse.com>
2298
2299 * testsuite/gdb.arch/i386-avx512.c,
2300 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2301
cd115d61
AB
23022018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2303
2304 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2305 point hardware.
2306
35ee2dc2
AB
23072018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2308
2309 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2310 * gdb.dwarf2/missing-type-name.exp: New file.
2311
31aceee8
TV
23122018-11-06 Tom de Vries <tdevries@suse.de>
2313
2314 * gdb.base/many-headers.c: New test.
2315 * gdb.base/many-headers.exp: New file.
2316
109be305
JW
23172018-11-06 Jim Wilson <jimw@sifive.com>
2318
2319 * gdb.base/code_elim.exp: For riscv, set additional_flags
2320 to include -msmall-data-limit=0.
2321
e2b7af72
JB
23222018-11-01 Joel Brobecker <brobecker@adacore.com>
2323
2324 * gdb.ada/watch_minus_l: New testcase.
2325
cdcda965
SM
23262018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2327
2328 * gdb.arch/aix-sighandle.c: New file.
2329 * gdb.arch/aix-sighandle.exp: New file.
2330
92dcebf3
AB
23312018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2332
2333 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2334 registers being unions.
2335
68b9ac18
TV
23362018-10-31 Tom de Vries <tdevries@suse.de>
2337
2338 * lib/valgrind.exp: New file.
2339 (vgdb_start, vgdb_stop): New procs, factored out of ...
2340 * gdb.base/valgrind-bt.exp: ... here, ...
2341 * gdb.base/valgrind-disp-step.exp: ... here and ...
2342 * gdb.base/valgrind-infcall.exp: ... here.
2343
1443936e
TV
23442018-10-31 Tom de Vries <tdevries@suse.de>
2345
2346 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2347
eb77c9df
AB
23482018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2349
2350 * gdb.dwarf2/void-type.c: New file.
2351 * gdb.dwarf2/void-type.exp: New file.
2352
82b5e646
PW
23532018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2354
2355 * gdb.base/info_qt.c: New file.
2356 * gdb.base/info_qt.exp: New file.
2357
8d619c01
EBM
23582018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2359
2360 * gdb.arch/powerpc-htm-regs.c: New file.
2361 * gdb.arch/powerpc-htm-regs.exp: New file.
2362
f2cf6173
EBM
23632018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2364
2365 * gdb.arch/powerpc-tar.c: New file.
2366 * gdb.arch/powerpc-tar.exp: New file.
2367
7ca18ed6
EBM
23682018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2369
2370 * gdb.arch/powerpc-ppr-dscr.c: New file.
2371 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2372
bfcc0eba
TV
23732018-10-25 Tom de Vries <tdevries@suse.de>
2374
2375 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2376
fe1a5cad
TV
23772018-10-24 Tom de Vries <tdevries@suse.de>
2378
2379 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2380 longer exists error.
2381
a76dc3b7
TV
23822018-10-24 Tom de Vries <tdevries@suse.de>
2383
2384 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2385
4df46df7
TV
23862018-10-24 Tom de Vries <tdevries@suse.de>
2387
2388 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2389 --db-attach in valgrind.
2390
0dbfcfff
AB
23912018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2392
2393 * gdb.arch/riscv-reg-aliases.c: New file.
2394 * gdb.arch/riscv-reg-aliases.exp: New file.
2395
b04480b1
AH
23962018-10-19 Alan Hayward <alan.hayward@arm.com>
2397
2398 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2399
2c6ac8d7
AH
24002018-10-19 Alan Hayward <alan.hayward@arm.com>
2401
2402 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2403
2bc69f25
AH
24042018-10-19 Alan Hayward <alan.hayward@arm.com>
2405
2406 * gdb.cp/ovldbreak.exp: Fix regexps.
2407
1f1ae3a3
AH
24082018-10-19 Alan Hayward <alan.hayward@arm.com>
2409
2410 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2411
94c18618
SDJ
24122018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2413
2414 PR cli/23785
2415 * gdb.base/restore.exp: New test to check if "restore" with an
2416 invalid file doesn't segfault.
2417
812cd6eb
TV
24182018-10-18 Tom de Vries <tdevries@suse.de>
2419
2420 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2421 * gdb.ada/excep_handle.exp: Same.
2422 * gdb.ada/mi_string_access.exp: Same.
2423 * gdb.ada/mi_var_union.exp: Same.
2424 * gdb.arch/arc-analyze-prologue.exp: Same.
2425 * gdb.arch/arc-decode-insn.exp: Same.
2426 * gdb.base/readnever.exp: Same.
2427 * gdb.fortran/printing-types.exp: Same.
2428 * gdb.guile/scm-lazy-string.exp: Same.
2429
c4b90788
TV
24302018-10-16 Tom de Vries <tdevries@suse.de>
2431
2432 PR gdb/23730
2433 * gdb.base/catch-follow-exec.c: Add copyright notice.
2434 * gdb.base/catch-follow-exec.exp: Rewrite to use
2435 gdb_spawn_with_cmdline_opts. Require gdb-native.
2436
8bca2978
SL
24372018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2438
2439 * gdb.trace/actions-changed.exp: Check for arch support.
2440 * gdb.trace/actions.exp: Likewise.
2441 * gdb.trace/ax.exp: Likewise.
2442 * gdb.trace/backtrace.exp: Likewise.
2443 * gdb.trace/change-loc.exp: Likewise.
2444 * gdb.trace/deltrace.exp: Likewise.
2445 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2446 * gdb.trace/ftrace.exp: Likewise.
2447 * gdb.trace/infotrace.exp: Check for arch support.
2448 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2449 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2450 * gdb.trace/mi-tsv-changed.exp: Likewise.
2451 * gdb.trace/packetlen.exp: Likewise.
2452 * gdb.trace/passc-dyn.exp: Likewise.
2453 * gdb.trace/passcount.exp: Likewise.
2454 * gdb.trace/pending.exp: Likewise.
2455 * gdb.trace/range-stepping.exp: Check for shlib support.
2456 * gdb.trace/report.exp: Check for arch support.
2457 * gdb.trace/save-trace.exp: Likewise.
2458 * gdb.trace/signal.exp: Check for signal support.
2459 * gdb.trace/tfind.exp: Check for arch support.
2460 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2461 * gdb.trace/trace-common.h: Add comment.
2462 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2463 * gdb.trace/trace-enable-disable.exp: Likewise.
2464 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2465 * gdb.trace/tracecmd.exp: Check for arch support.
2466 * gdb.trace/tspeed.exp: Check for shlib and target support.
2467 * gdb.trace/tstatus.exp: Check for arch support.
2468 * gdb.trace/tsv.exp: Likewise.
2469 * gdb.trace/while-dyn.exp: Likewise.
2470 * gdb.trace/while-stepping.exp: Likewise.
2471 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2472
f9c49bff
SM
24732018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2474
2475 * gdb.trace/tspeed.exp: Remove nowarnings.
2476 (prepare_for_trace_test): Declare "global ipalib".
2477 * gdb.trace/tspeed.c: Include unistd.h.
2478 (main): Remove superfluous printf argument.
2479
d4330bde
SL
24802018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2481
2482 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2483 directory prefix on the filename.
2484
8ecfd7bd
SDJ
24852018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2486
2487 * gdb.gdb/unittest.exp: Update expected message informing that
2488 selftests have been disabled.
2489 * gdb.server/unittest.exp: Likewise.
2490
58bbcd02
TV
24912018-10-09 Tom de Vries <tdevries@suse.de>
2492
2493 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2494 with runto_main.
2495
9f6b697b
WP
24962018-10-08 Weimin Pan <weimin.pan@oracle.com>
2497
2498 PR c++/16841
2499 * gdb.cp/virtbase2.cc: New file.
2500 * gdb.cp/virtbase2.exp: New file.
2501
add5ded5
TT
25022018-10-06 Tom Tromey <tom@tromey.com>
2503
2504 PR python/19399:
2505 * gdb.python/py-inferior.exp: Add architecture test.
2506
f9e48344
TT
25072018-10-06 Tom Tromey <tom@tromey.com>
2508
2509 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2510 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2511
2a8be203
TT
25122018-10-06 Tom Tromey <tom@tromey.com>
2513
2514 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2515 of a "throw" catchpoint.
2516
e04caa70
SDJ
25172018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2518
2519 * gdb.base/info-proc.exp: Update string expected from "help info
2520 proc".
2521
5ca8c39f
TT
25222018-10-04 Tom Tromey <tom@tromey.com>
2523
2524 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2525 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2526 (test_initial_complaints, test_empty_complaints): Update.
2527 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2528
3453e7e4
TT
25292018-10-04 Tom Tromey <tom@tromey.com>
2530
2531 PR cli/19551:
2532 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2533 * lib/gdb.exp (gdb_file_cmd): Update.
2534 * gdb.stabs/weird.exp (print_weird_var): Update.
2535 * gdb.server/solib-list.exp: Update.
2536 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2537 * gdb.mi/mi-cli.exp: Update.
2538 * gdb.linespec/linespec.exp: Update.
2539 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2540 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2541 * gdb.cp/cp-relocate.exp: Update.
2542 * gdb.base/sym-file.exp: Update.
2543 * gdb.base/relocate.exp: Update.
2544 * gdb.base/readnever.exp: Update.
2545 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2546 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2547 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2548 * gdb.base/code_elim.exp: Update.
2549 * gdb.base/break-unload-file.exp (test_break): Update.
2550 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2551 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2552 Update.
2553 * gdb.base/attach.exp (do_attach_tests): Update.
2554 * gdb.base/sepdebug.exp: Update.
2555 * gdb.python/py-section-script.exp: Update.
2556
6afcf761
TT
25572018-10-04 Tom Tromey <tom@tromey.com>
2558
2559 PR cli/22234:
2560 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2561 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2562 output.
2563
fef1b293
TT
25642018-10-04 Tom Tromey <tom@tromey.com>
2565
2566 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2567 set width and height to 0.
2568 (test_command_line_attach_run): Use -quiet.
2569
ca98345e
SL
25702018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2571
2572 * lib/gdb.exp (skip_ifunc_tests): New.
2573 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2574 other compile failures.
2575 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2576
ff34e6ae
SM
25772018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2578
2579 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2580 is_amd64_regs_target.
2581
6bb8890e
AH
25822018-10-01 Alan Hayward <alan.hayward@arm.com>
2583
2584 * gdb.arch/aarch64-sighandler-regs.c: New test.
2585 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2586 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2587
224d30d3
MM
25882018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2589
2590 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2591 assembly.
2592
f67ffa6a
AB
25932018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2594
2595 * gdb.base/frame-selection.exp: New file.
2596 * gdb.base/frame-selection.c: New file.
2597
9fc3183f
AH
25982018-09-27 Alan Hayward <alan.hayward@arm.com>
2599
2600 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2601 pthread barrier.
2602 (main): Likewise.
2603
d354055e
AB
26042018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2605
2606 * gdb.base/large-frame-1.c: New file.
2607 * gdb.base/large-frame-2.c: New file.
2608 * gdb.base/large-frame.exp: New file.
2609 * gdb.base/large-frame.h: New file.
2610
db727370
JL
26112018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2612
2613 PR gdb/20948
2614 * gdb.base/write_mem.exp: New test.
2615 * gdb.base/write_mem.c: Likewise.
2616
ae778caf
TT
26172018-09-23 Tom Tromey <tom@tromey.com>
2618
2619 PR python/18852:
2620 * gdb.python/py-parameter.exp: Add test for parameter that throws
2621 on "set".
2622
fd3ba736
TT
26232018-09-23 Tom Tromey <tom@tromey.com>
2624
2625 PR python/17284:
2626 * gdb.python/py-template.exp (test_template_arg): Add test for
2627 negative template argument number.
2628
39a24317
TT
26292018-09-23 Tom Tromey <tom@tromey.com>
2630
2631 PR python/14062:
2632 * gdb.python/python.exp: Add test for post_event error.
2633
f5769a2c
TT
26342018-09-23 Tom Tromey <tom@tromey.com>
2635
2636 PR python/18170:
2637 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2638 convert pointers to int and long.
2639
1c1e54f6
TT
26402018-09-23 Tom Tromey <tom@tromey.com>
2641
2642 PR python/20126:
2643 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2644 signed-ness conversion tests.
2645
fb4fa946
TT
26462018-09-23 Tom Tromey <tom@tromey.com>
2647
2648 PR python/18352;
2649 * gdb.python/py-value.exp (test_float_conversion): New proc.
2650 Use it.
2651
a466edac
HAQ
26522018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2653
2654 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2655
4ee9b0c5
SL
26562018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2657
2658 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2659 no readline.
2660 * gdb.base/utf8-identifiers.exp: Likewise.
2661 * gdb.cp/cpcompletion.exp: Likewise.
2662 * gdb.linespec/cpcompletion.exp: Likewise.
2663 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2664 * gdb.linespec/cpls-ops.exp: Likewise.
2665
23be8da7
RB
26662018-09-19 Richard Bunt <richard.bunt@arm.com>
2667 Chris January <chris.january@arm.com>
2668
2669 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2670 * gdb.fortran/short-circuit-argument-list.exp: New file.
2671 * gdb.fortran/short-circuit-argument-list.f90: New test.
2672
5031d0ae
SDJ
26732018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2674
2675 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2676 "arch=" keyword when executing "-stack-list-frames".
2677
b4c0d1a4
SDJ
26782018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2679
2680 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2681 "arch=" keyword when executing "-stack-list-frames".
2682
7a6d2b45
SDJ
26832018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2684
2685 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2686 break ada".
2687
8588b356
SM
26882018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2689
2690 PR python/23669
2691 * gdb.python/python.exp: Test gdb.execute("show commands").
2692
65e65158
TT
26932018-09-16 Tom Tromey <tom@tromey.com>
2694
2695 * gdb.base/new-ui.exp (do_execution_tests): Update.
2696 * gdb.base/dbx.exp (test_breakpoints): Update.
2697
bf326452
AH
26982018-09-14 Alan Hayward <alan.hayward@arm.com>
2699
2700 * lib/gdb.exp (gdb_simple_compile): Add proc.
2701 (is_elf_target): Use gdb_simple_compile.
2702 (skip_altivec_tests): Likewise.
2703 (skip_vsx_tests): Likewise.
2704 (skip_tsx_tests): Likewise.
2705 (skip_btrace_tests): Likewise.
2706 (skip_btrace_pt_tests): Likewise.
2707 (gdb_can_simple_compile): Likewise.
2708 (gdb_has_argv0): Likewise.
2709 (gdb_target_symbol_prefix): Likewise.
2710 (target_supports_scheduler_locking): Likewise.
2711
2361b0fb
TT
27122018-09-13 Tom Tromey <tom@tromey.com>
2713
2714 * Makefile.in (TAGS): Recognize proc_with_prefix and
2715 gdb_caching_proc.
2716
0ae1a321
SM
27172018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2718
2719 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2720 method.
2721
a40bf0c2
SM
27222018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2723
2724 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2725 and a few other Inferior properties when the Inferior is no
2726 longer valid.
2727
4a3fe98f
TT
27282018-09-13 Tom Tromey <tom@tromey.com>
2729
2730 PR rust/23650:
2731 * gdb.rust/simple.exp: Add test for enum field access error.
2732
098b2108
TT
27332018-09-13 Tom Tromey <tom@tromey.com>
2734
2735 PR rust/23626:
2736 * gdb.rust/simple.rs (EmptyEnum): New type.
2737 (main): Use it.
2738 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2739
1256af7d
SM
27402018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2741
2742 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2743 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2744 * gdb.python/py-symtab.exp: Update test printing an objfile.
2745
4aa8e6c2
SM
27462018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2747
2748 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2749 object.
2750
c221b2f7
AH
27512018-09-12 Alan Hayward <alan.hayward@arm.com>
2752
2753 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2754 (support_complex_tests): Use gdb_can_simple_compile.
2755 (is_ilp32_target): Likewise.
2756 (is_lp64_target): Likewise.
2757 (is_64_target): Likewise.
2758 (is_amd64_regs_target): Likewise.
2759 (is_aarch32_target): Likewise.
2760 (gdb_int128_helper): Likewise.
2761
6f1107b5
JK
27622018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2763
2764 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2765
1f5d1570
JG
27662018-09-10 Jerome Guitton <guitton@adacore.com>
2767
2768 * gdb.ada/same_component_name: Add test for case of tagged record
2769 with variable-length fields.
2770
cc330e39
XR
27712018-09-10 Xavier Roirand <roirand@adacore.com>
2772
2773 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2774 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2775 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2776 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2777
b9c50e9a
XR
27782018-09-10 Xavier Roirand <roirand@adacore.com>
2779
2780 * gdb.ada/mi_string_access.exp: New testcase.
2781 * gdb.ada/mi_string_access/bar.adb: New file.
2782 * gdb.ada/mi_string_access/pck.adb: New file.
2783 * gdb.ada/mi_string_access/pck.asd: New file.
2784
2963898f
XR
27852018-09-10 Xavier Roirand <roirand@adacore.com>
2786
2787 * gdb.ada/mi_var_union.exp: New testcase.
2788 * gdb.ada/mi_var_union/bar.adb: New file.
2789 * gdb.ada/mi_var_union/pck.adb: New file.
2790 * gdb.ada/mi_var_union/pck.asd: New file.
2791
1aac008f
TT
27922018-09-08 Tom Tromey <tom@tromey.com>
2793
2794 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2795
332cf4c9
TT
27962018-09-08 Tom Tromey <tom@tromey.com>
2797
2798 PR python/16047:
2799 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2800 (register_pretty_printers): Register new printer.
2801 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2802 test.
2803 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2804 (an_int_type3): New global.
2805
424da6cf
JB
28062018-09-08 Joel Brobecker <brobecker@adacore.com>
2807
2808 * gdb.ada/expr_with_funcall: New testcase.
2809
2a62dfa9
JB
28102018-09-08 Joel Brobecker <brobecker@adacore.com>
2811
2812 * gdb.ada/packed_array_assign: New testcase.
2813
96b6697f
AB
28142018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2815
2816 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2817 names, and add test prefixes to make test names unique.
2818
e4a62c65
TV
28192018-09-05 Tom de Vries <tdevries@suse.de>
2820
2821 * gdb.dwarf2/varval.exp: Add test.
2822
dd083ee2
GB
28232018-09-04 Gary Benson <gbenson@redhat.com>
2824
2825 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2826 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2827
aef9346c
TT
28282018-08-31 Tom Tromey <tom@tromey.com>
2829
2830 * gdb.rust/simple.rs: Rename second variable "v".
2831
c67f2e15
AB
28322018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2833
2834 * gdb.base/funcargs.c (use_a): New function.
2835 (recurse): Call use_a.
2836
078a0207
KS
28372018-08-29 Keith Seitz <keiths@redhat.com>
2838
2839 * gdb.compile/compile-cplus-anonymous.cc: New file.
2840 * gdb.compile/compile-cplus-anonymous.exp: New file.
2841 * gdb.compile/compile-cplus-array-decay.cc: New file.
2842 * gdb.compile/compile-cplus-array-decay.exp: New file.
2843 * gdb.compile/compile-cplus-inherit.cc: New file.
2844 * gdb.compile/compile-cplus-inherit.exp: New file.
2845 * gdb.compile/compile-cplus-member.cc: New file.
2846 * gdb.compile/compile-cplus-member.exp: New file.
2847 * gdb.compile/compile-cplus-method.cc: New file.
2848 * gdb.compile/compile-cplus-method.exp: New file.
2849 * gdb.compile/compile-cplus-mod.c: "New" file.
2850 * gdb.compile/compile-cplus-namespace.cc: New file.
2851 * gdb.compile/compile-cplus-namespace.exp: New file.
2852 * gdb.compile/compile-cplus-nested.cc: New file.
2853 * gdb.compile/compile-cplus-nested.exp: New file.
2854 * gdb.compile/compile-cplus-print.c: "New" file.
2855 * gdb.compile/compile-cplus-print.exp: "New" file.
2856 * gdb.compile/compile-cplus-virtual.cc: New file.
2857 * gdb.compile/compile-cplus-virtual.exp: New file.
2858 * gdb.compile/compile-cplus.c: "New" file.
2859 * gdb.compile/compile-cplus.exp: "New" file.
2860 * lib/compile-support.exp: New file.
2861
b0f492b9
GB
28622018-08-16 Gary Benson <gbenson@redhat.com>
2863
2864 PR gdb/13000:
2865 * gdb.base/batch-exit-status.exp: New file.
2866 * gdb.base/batch-exit-status.good-commands: Likewise.
2867 * gdb.base/batch-exit-status.bad-commands: Likewise.
2868
36eb4c5f
AH
28692018-08-29 Alan Hayward <alan.hayward@arm.com>
2870
2871 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2872 (struct struct02): Likewise.
2873 (struct struct03): Likewise.
2874 (struct struct04): Likewise.
2875 (struct struct_01_01): New struct.
2876 (struct struct_01_02): Likewise.
2877 (struct struct_01_03): Likewise.
2878 (struct struct_01_04): Likewise.
2879 (struct struct_02_01): Likewise.
2880 (struct struct_02_02): Likewise.
2881 (struct struct_02_03): Likewise.
2882 (struct struct_02_04): Likewise.
2883 (struct struct_04_01): Likewise.
2884 (struct struct_04_02): Likewise.
2885 (struct struct_04_03): Likewise.
2886 (struct struct_04_04): Likewise.
2887 (struct struct_05_01): Likewise.
2888 (struct struct_05_02): Likewise.
2889 (struct struct_05_03): Likewise.
2890 (struct struct_05_04): Likewise.
2891 (cmp_struct01): Remove function.
2892 (cmp_struct02): Likewise.
2893 (cmp_struct03): Likewise.
2894 (cmp_struct04): Likewise.
2895 (cmp_struct_01_01): Add Function.
2896 (cmp_struct_01_02): Likewise.
2897 (cmp_struct_01_03): Likewise.
2898 (cmp_struct_01_04): Likewise.
2899 (cmp_struct_02_01): Likewise.
2900 (cmp_struct_02_02): Likewise.
2901 (cmp_struct_02_03): Likewise.
2902 (cmp_struct_02_04): Likewise.
2903 (cmp_struct_04_01): Likewise.
2904 (cmp_struct_04_02): Likewise.
2905 (cmp_struct_04_03): Likewise.
2906 (cmp_struct_04_04): Likewise.
2907 (cmp_struct_05_01): Likewise.
2908 (cmp_struct_05_02): Likewise.
2909 (cmp_struct_05_03): Likewise.
2910 (cmp_struct_05_04): Likewise.
2911 (call_all): Add new structs.
2912 * gdb.base/infcall-nested-structs.exp: Likewise.
2913
3bf9c013
JV
29142018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2915
2916 * gdb.python/py-framefilter-mi.exp: Update regexp to
2917 check for "arch" field in frame output.
2918
450d1e88
KB
29192018-08-23 Kevin Buettner <kevinb@redhat.com>
2920
2921 * gdb.dwarf2/dw2-ranges-func.c: New file.
2922 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2923
ae739fe7
SM
29242018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2925
2926 * gdb.base/term.exp: Compare terminal settings with values from
2927 the inferior.
2928 * gdb.base/term.c: Get and set terminal settings.
2929
6d52907e
JV
29302018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2931
2932 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2933 accommodate new "arch" field in frame output.
2934 * gdb.mi/mi-return.exp: Likewise.
2935 * gdb.mi/mi-stack.exp: Likewise.
2936 * gdb.mi/mi-syn-frame.exp: Likewise.
2937 * gdb.mi/user-selected-context-sync.exp: Likewise.
2938
be2d111a
MS
29392018-08-19 Michael Spang <spang@google.com>
2940
2941 PR gdb/11786
2942 * gdb.base/gcore-tls-pie.c: New file.
2943 * gdb.base/gcore-tls-pie.exp: New file.
2944
ae3a7c47
KB
29452018-08-18 Kevin Buettner <kevinb@redhat.com>
2946
2947 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
2948 * gdb.dwarf2/varval.c: New file.
2949 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 2950
2ecae92e
AH
29512018-08-17 Alan Hayward <alan.hayward@arm.com>
2952
2953 PR gdb/18931
2954 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2955
c1854f1d
KS
29562018-08-16 Keith Seitz <keiths@redhat.com>
2957
2958 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2959 tests expected to pass.
2960
26fb3983
JV
29612018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2962
2963 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2964 -data-disassemble -a.
2965 (test_disassembly_bogus_args): Likewise.
2966
67943c00
AB
29672018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2968
2969 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2970
5ff2bbae
AB
29712018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2972
2973 * gdb.base/vla-optimized-out.exp: Add new test.
2974
e5bbcd0f
AB
29752018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2976
2977 * gdb.base/vla-optimized-out-o3.exp: Delete.
2978 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2979 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2980 deleted tests.
2981
9d4a934c
AB
29822018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2983
2984 PR gdb/18050:
2985 * gdb.server/extended-remote-restart.c: New file.
2986 * gdb.server/extended-remote-restart.exp: New file.
2987
045cf012
SM
29882018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2989
2990 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2991 "set variable index = 42".
2992
87d6a7aa
SM
29932018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2994
2995 * boards/index-cache-gdb.exp: New file.
2996 * gdb.dwarf2/index-cache.exp: New file.
2997 * gdb.dwarf2/index-cache.c: New file.
2998 * gdb.base/maint.exp: Check if we are using the index cache.
2999
96d68bd4
RO
30002018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3001
3002 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
3003 MAKEFLAGS.
3004
5a699617
RO
30052018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3006
3007 * dg-extract-results.sh: Move to toplevel contrib.
3008 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
3009 * Makefile.in (check-parallel-racy): Likewise.
3010
5bd18990
AB
30112018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
3012
3013 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
3014 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
3015 tests if the target supports scheduler locking.
3016
3fbbcf47
TV
30172018-08-04 Tom de Vries <tdevries@suse.de>
3018
3019 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
3020
3e1d3d8c
TT
30212018-08-02 Tom Tromey <tom@tromey.com>
3022
3023 PR symtab/16842.
3024 * gdb.cp/temargs.exp: Test "info address" of a template
3025 parameter.
3026
5abe0f0c
JV
30272018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
3028
3029 * gdb.python/py-mi-var-info-path-expression.c: New file.
3030 * gdb.python/py-mi-var-info-path-expression.py: New file.
3031 * gdb.python/py-mi-var-info-path-expression.exp: New file.
3032
fb66cde8
SDJ
30332018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
3034
3035 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
3036 error after "cannot resolve name" string.
3037
c708f4d2
AB
30382018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3039
3040 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3041 started.
3042 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3043
37cc0cae
TV
30442018-07-28 Tom de Vries <tdevries@suse.de>
3045
3046 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3047
63b4ecf7
TV
30482018-07-26 Tom de Vries <tdevries@suse.de>
3049
3050 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3051
3c3bb058
AB
30522018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3053
3054 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3055 is visible.
3056
9e7f3bbb
TV
30572018-07-26 Tom de Vries <tdevries@suse.de>
3058
3059 PR breakpoints/23366
3060 * gdb.base/catch-follow-exec.c: New test.
3061 * gdb.base/catch-follow-exec.exp: New file.
3062
16f808ec
TV
30632018-07-25 Tom de Vries <tdevries@suse.de>
3064
3065 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3066 vla-optimized-out.c.
3067
d7154a8d
JV
30682018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3069
3070 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3071 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3072
232a0032
TV
30732018-07-20 Tom de Vries <tdevries@suse.de>
3074
3075 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3076 NOCLONE macro.
3077 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3078
fbb1d502
TV
30792018-07-19 Tom de Vries <tdevries@suse.de>
3080
3081 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3082 regular expression.
3083
42dc7699
TV
30842018-07-18 Tom de Vries <tdevries@suse.de>
3085
3086 * gdb.base/vla-optimized-out.c: New test.
3087 * gdb.base/vla-optimized-out.exp: New file.
3088
7f1f7e23
SDJ
30892018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3090
3091 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3092 message "No address associated with hostname" when gdbserver
3093 cannot resolve the hostname.
3094
5759ebb3
PW
30952018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3096
3097 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3098 Add some test prefixes to make tests unique.
3099
3606ccab
PW
31002018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3101
3102 * gdb.base/frameapply.c: New file.
3103 * gdb.base/frameapply.exp: New file.
3104
529c08b2
PW
31052018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3106
3107 * gdb.base/skip.exp: Update expected error message.
3108
c7ab0aef
SDJ
31092018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3110 Jan Kratochvil <jan.kratochvil@redhat.com>
3111 Paul Fertser <fercerpav@gmail.com>
3112 Tsutomu Seki <sekiriki@gmail.com>
3113
3114 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3115 parameter.
3116 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3117 by default.
3118 * boards/native-gdbserver.exp: Likewise.
3119 * gdb.server/run-without-local-binary.exp: Improve regexp used
3120 for detecting when a remote debugging connection succeeds.
3121 * gdb.server/server-connect.exp: New file.
3122 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3123 Do not prefix the port number with ":".
3124 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3125 support for detecting and using it. Add '$debughost_gdbserver'
3126 to the list of arguments used to start gdbserver. Handle case
3127 when gdbserver cannot resolve a network name.
3128
16ff70dd
SDJ
31292018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3130
3131 PR c++/23373
3132 * gdb.base/ptype-offsets.cc (struct static_member): New
3133 struct.
3134 (main) <stmember>: New variable.
3135 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3136 with a static member in it.
3137
3541979f
AB
31382018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3139
3140 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3141 watchpoints enabled and disabled.
3142
c8ad9b9a
AB
31432018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3144
3145 * gdb.base/examine-backward.exp: Still run tests around address
3146 0x0, even if address 0x0 is not readable. Update the pattern for
3147 matching address 0x0 in expected output.
3148
e0e5e971
AB
31492018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3150
3151 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3152 malloc/free.
3153
1ea5da02
TV
31542018-07-04 Tom de Vries <tdevries@suse.de>
3155
3156 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3157
471b9d15
MR
31582018-07-02 Maciej W. Rozycki <macro@mips.com>
3159
3160 PR tdep/8282
3161 * gdb.arch/mips-disassembler-options.exp: New test.
3162 * gdb.arch/mips-disassembler-options.s: New test source.
3163
75acb486
PA
31642018-06-29 Pedro Alves <palves@redhat.com>
3165
3166 * gdb.threads/names.exp: Adjust expected "info threads" output.
3167
cd2bb709
PA
31682018-06-29 Pedro Alves <palves@redhat.com>
3169
3170 * gdb.opt/inline-break.exp (line number, address): Add "info
3171 break" tests.
3172
991ff292
PA
31732018-06-29 Pedro Alves <palves@redhat.com>
3174
3175 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3176 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3177 number and address and running to them.
3178
356819b6 31792018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
3180
3181 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3182
2512d7ef
JK
31832018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3184
3185 * lib/compiler.c: Remove executable permission flag.
3186
be1b6474
RB
31872018-06-28 Richard Bunt <richard.bunt@arm.com>
3188
3189 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3190 code.
3191 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3192
291f9a96
PT
31932018-06-28 Petr Tesarik <ptesarik@suse.cz>
3194
3195 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3196
ed6dfe51
PT
31972018-06-28 Petr Tesarik <ptesarik@suse.cz>
3198
3199 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3200 address argument is omitted.
3201
d4d429d5
PT
32022018-06-28 Petr Tesarik <ptesarik@suse.cz>
3203
3204 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3205
7ab6656f
OJ
32062018-06-27 Omair Javaid <omair.javaid@linaro.org>
3207
3208 PR gdb/21695
3209 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3210 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3211
a33ccfc7
TT
32122018-06-26 Tom Tromey <tom@tromey.com>
3213
3214 PR rust/22574:
3215 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3216 * gdb.rust/simple.rs (struct SimpleLayout): New.
3217
6d72d289
SM
32182018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3219
3220 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3221 "info registers" output.
3222
8363f9d5
RB
32232018-06-21 Richard Bunt <richard.bunt@arm.com>
3224
3225 * gdb.base/watchpoint-hw-attach.c: New test.
3226 * gdb.base/watchpoint-hw-attach.exp: New file.
3227
f00674fe
SM
32282018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3229
3230 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3231 through /bin/sh.
3232 * boards/dwarf4-gdb-index.exp: Likewise.
3233 * boards/fission-dwp.exp: Likewise.
3234
1d554008
UW
32352018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3236
3237 * gdb.base/float128.exp: Add comment and improved fail message
3238 to the failure case of "print large128" test.
3239
d0ac1c44
SM
32402018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3241
3242 * configure.ac: Remove AC_PREREQ.
3243 * configure: Re-generate.
3244
61b04dd0
PA
32452018-06-19 Pedro Alves <palves@redhat.com>
3246
3247 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3248 (func_extern_caller): New.
3249 (main): Call func_extern_caller.
3250 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3251 logic change.
3252
f63b508a
SM
32532018-06-18 Weimin Pan <weimin.pan@oracle.com>
3254
3255 PR gdb/16841
3256 * gdb.cp/typedef-base.cc: New file.
3257 * gdb.cp/typedef-base.exp: New file.
3258
0fe3a558
TV
32592018-06-18 Tom de Vries <tdevries@suse.de>
3260
3261 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3262
7010835a
AB
32632018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3264 Richard Bunt <Richard.Bunt@arm.com>
3265
3266 * gdb.threads/attach-slow-waitpid.c: New file.
3267 * gdb.threads/attach-slow-waitpid.exp: New file.
3268 * gdb.threads/slow-waitpid.c: New file.
3269
14897d65
PA
32702018-06-14 Pedro Alves <palves@redhat.com>
3271
3272 * gdb.base/fork-running-state.c: Include <errno.h>.
3273 (exit_if_relative_exits): New.
3274 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3275 exits.
3276 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3277 child exits.
3278
5d9a0608
TV
32792018-06-14 Tom de Vries <tdevries@suse.de>
3280
3281 PR cli/22573
3282 * gdb.base/finish-pretty.c: New test.
3283 * gdb.base/finish-pretty.exp: New file.
3284
11ae5818
PA
32852018-06-14 Pedro Alves <palves@redhat.com>
3286
3287 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3288 gdb's expected startup output.
3289
1d39de44
PA
32902018-06-14 Pedro Alves <palves@redhat.com>
3291
3292 * lib/selftest-support.exp (selftest_setup): Remove inlined
3293 function handling.
3294
70ee0000
TV
32952018-06-14 Tom de Vries <tdevries@suse.de>
3296
3297 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3298 matching of breakpoint printing.
3299
11f4b608
TV
33002018-06-13 Tom de Vries <tdevries@suse.de>
3301
3302 PR testsuite/23269
3303 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3304 (fork_child): ... here, and ...
3305 (fork_parent): ... here.
3306
33072018-06-12 Tom de Vries <tdevries@suse.de>
3308
3309 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3310
9516f85a
AB
33112018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3312 Stephen Roberts <stephen.roberts@arm.com>
3313
3314 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3315 rewrite test to describe action performed, rather than possible
3316 failure.
3317
5045b3d7
GB
33182018-06-08 Gary Benson <gbenson@redhat.com>
3319
3320 * gdb.threads/check-libthread-db.exp: New file.
3321 * gdb.threads/check-libthread-db.c: Likewise.
3322
c61b06a1
TT
33232018-06-05 Tom Tromey <tom@tromey.com>
3324
3325 * gdb.base/default.exp: Update expected "show version" output.
3326
eb6af809
TT
33272018-06-05 Tom Tromey <tom@tromey.com>
3328
3329 PR cli/12326:
3330 * gdb.cp/static-print-quit.exp: Update.
3331 * lib/gdb.exp (pagination_prompt): Update.
3332 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3333 * gdb.python/python.exp: Update.
3334
178d6a63
JB
33352018-06-04 Joel Brobecker <brobecker@adacore.com>
3336
3337 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3338
8e817061
JB
33392018-06-01 Joel Brobecker <brobecker@adacore.com>
3340
3341 * gdb.ada/bp_fun_addr: New testcase.
3342
e86ca25f
TT
33432018-06-01 Tom Tromey <tom@tromey.com>
3344
3345 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3346 results.
3347 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3348 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3349 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3350 * gdb.base/maint.exp (maint_pass_if): Update.
3351
4b2dfa9d
MR
33522018-05-31 Maciej W. Rozycki <macro@mips.com>
3353
3354 * gdb.base/endian.exp: New test.
3355 * gdb.base/endian.c: New test source.
3356
45f25d6c
AB
33572018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3358
3359 PR gdb/23203
3360 * gdb.base/bt-selected-frame.c: New file.
3361 * gdb.base/bt-selected-frame.exp: New file.
3362 * lib/gdb.exp (get_current_frame_number): New function.
3363
d9f6d7f8
MR
33642018-05-24 Maciej W. Rozycki <macro@mips.com>
3365 Pedro Alves <palves@redhat.com>
3366
3367 * gdb.threads/tls-core.c: Include <stdlib.h>
3368 (thread_proc): Call `abort'.
3369 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3370 (tls_core_test): New procedure, bits factored out from ...
3371 (top level): ... here. Test both native cores and gcore cores.
3372
ff1cf532
TT
33732018-05-23 Tom Tromey <tom@tromey.com>
3374
3375 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3376
b98664d3
TT
33772018-05-23 Tom Tromey <tom@tromey.com>
3378
3379 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3380 symfile_complaints.
3381 (test_short_complaints): Likewise.
3382 (test_empty_complaints): Likewise.
3383 (test_initial_complaints): Update.
3384
4e9668d0
TT
33852018-05-23 Tom Tromey <tom@tromey.com>
3386
3387 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3388
43ba33c7
TT
33892018-05-23 Tom Tromey <tom@tromey.com>
3390
3391 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3392 (test_short_complaints): Update.
3393
035522c0
PA
33942018-05-22 Pedro Alves <palves@redhat.com>
3395
3396 * gdb.base/remote.exp: Only gdb_start after compiling the
3397 testcase. Issue "disconnect" before testing "set remote" command
3398 defaults. Issue clean_restart before running to main.
3399
cc0be08f
PA
34002018-05-22 Pedro Alves <palves@redhat.com>
3401
3402 * gdb.base/remote.exp: Adjust expected output of "show remote
3403 memory-write-packet-size". Add tests for "set remote
3404 memory-write-packet-size 0" and "set remote
3405 memory-write-packet-size fixed/limit".
3406
b1b60145
PA
34072018-05-22 Pedro Alves <palves@redhat.com>
3408
3409 PR gdb/22973
3410 * gdb.base/utf8-identifiers.c: New file.
3411 * gdb.base/utf8-identifiers.exp: New file.
3412
0ec848ad
PFC
34132018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3414
3415 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3416
2c3305f6
PFC
34172018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3418
3419 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3420
ce1e8424
TT
34212018-05-18 Tom Tromey <tom@tromey.com>
3422
3423 * gdb.base/ptype-offsets.exp: Update.
3424
ddfe970e
KS
34252018-05-17 Keith Seitz <keiths@redhat.com>
3426
3427 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3428 in expected breakpoint stop locations.
3429 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3430 move to proper scope to test variable values.
3431 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3432 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3433 New functions.
3434 (main): Call not_inline_func3.
3435 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3436 inline_func1, inline_func2, and inline_func3. Test that when each
3437 breakpoint is hit, GDB properly reports both the stop location
3438 and the backtrace. Repeat tests for temporary breakpoints.
3439
0726fcc6
MR
34402018-05-15 Maciej W. Rozycki <macro@mips.com>
3441
3442 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3443 rather then trying to access it in determining whether the PID
3444 of `gdbserver' could have been retrieved.
3445
8ee22052
AB
34462018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3447
3448 * gdb.arch/amd64-init-x87-values.S: New file.
3449 * gdb.arch/amd64-init-x87-values.exp: New file.
3450
7785df48
JK
34512018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3452
3453 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3454
56bcdbea
TT
34552018-05-04 Tom Tromey <tom@tromey.com>
3456
3457 PR python/22730:
3458 * gdb.python/python.exp: Test multi-line execute.
3459
a913fffb
TT
34602018-05-04 Tom Tromey <tom@tromey.com>
3461
3462 PR python/22731:
3463 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3464
7a2c85f2
TT
34652018-05-04 Tom Tromey <tom@tromey.com>
3466
3467 PR gdb/11750:
3468 * gdb.base/define.exp: Test defining a user command inside a user
3469 command.
3470 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3471
a3b60e45
JK
34722018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3473 Pedro Alves <palves@redhat.com>
3474
3475 PR breakpoints/19806 and support for PR external/20207.
3476 * gdb.base/watchpoint-unaligned.c: New file.
3477 * gdb.base/watchpoint-unaligned.exp: New file.
3478
45fe4a03
AB
34792018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3480
3481 * gdb.base/maint.exp: Make test names unique, use
3482 test_prefix_command_help to test 'help maint info', and remove
3483 repeated test of 'help maint'.
3484
9be2ae8f
TT
34852018-05-04 Tom Tromey <tom@tromey.com>
3486
3487 PR gdb/22619:
3488 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3489 behavior.
3490
11859c31
AB
34912018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3492
3493 * gdb.base/maint.exp: Process output from 'maint print registers'
3494 line at a time.
3495
089a9490
AB
34962018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3497
3498 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3499 timeout.
3500
9b0797e2
AB
35012018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3502
3503 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3504 filter pattern.
3505
f6ac5f3d
PA
35062018-05-02 Pedro Alves <palves@redhat.com>
3507
3508 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3509 to_log_command renames.
3510 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3511
77d3c63b
TT
35122018-05-02 Tom Tromey <tom@tromey.com>
3513
3514 * gdb.python/py-parameter.exp: Set test message.
3515
0489430a
TT
35162018-05-02 Tom Tromey <tom@tromey.com>
3517
3518 PR python/20084:
3519 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3520 PARAM_ZUINTEGER_UNLIMITED tests.
3521
1632f8ba
DR
35222018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3523
3524 PR rust/23124
3525 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3526 when casting.
3527
6d7bb824
TT
35282018-04-30 Tom Tromey <tom@tromey.com>
3529
3530 * gdb.python/py-type.exp: Check align attribute.
3531 * gdb.python/py-type.c: New "aligncheck" global.
3532
007e1530
TT
35332018-04-30 Tom Tromey <tom@tromey.com>
3534
3535 PR exp/17095:
3536 * gdb.dwarf2/dw2-align.exp: New file.
3537 * gdb.cp/align.exp: New file.
3538 * gdb.base/align.exp: New file.
3539 * lib/gdb.exp (gdb_int128_helper): New proc.
3540 (has_int128_c, has_int128_cxx): New caching procs.
3541
6873858b
TT
35422018-04-27 Tom Tromey <tom@tromey.com>
3543
3544 PR rust/22545:
3545 * gdb.rust/simple.exp: Add inclusive range tests.
3546
79188d8d
PA
35472018-04-26 Pedro Alves <palves@redhat.com>
3548
3549 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3550 ifunc breakpoint locations correctly of ifunc breakpoints set
3551 while the program resolves the ifunc.
3552
c7075ad5
PA
35532018-04-26 Pedro Alves <palves@redhat.com>
3554
3555 * gdb.base/gnu-ifunc-final.c: New file.
3556 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3557 * gdb.base/gnu-ifunc.exp (executable): Delete.
3558 (staticexecutable): Adjust.
3559 (lib_opts, exec_opts): Delete.
3560 (make_binsuffix, build, set-break): New procedures.
3561 (misc_tests): New, with tests factored out from the top level.
3562 (top level): Test different combinations of ifunc resolver name,
3563 resolver with and with debug info, and ifunc target with and
3564 without debug info. Wrap static tests with with_target_prefix.
3565
8388016d
PA
35662018-04-26 Pedro Alves <palves@redhat.com>
3567
3568 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3569 return type" warnings.
3570
249b5733
PA
35712018-04-25 Pedro Alves <palves@redhat.com>
3572
3573 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3574 killed".
3575 * gdb.base/kill-after-signal.exp: Likewise.
3576 * gdb.threads/kill.exp: Likewise.
3577
f67c0c91
SDJ
35782018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3579 Sergio Durigan Junior <sergiodj@redhat.com>
3580 Pedro Alves <palves@redhat.com>
3581
3582 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3583 regexps to expect for '[Inferior ... detached]' as well.
3584 * gdb.base/attach.exp: Likewise.
3585 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3586 "gdb_continue_to_end".
3587 (test_catch_syscall_with_wrong_args): Likewise.
3588 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3589 ']'. Don't set 'verbose' on.
3590 * gdb.base/foll-vfork.exp: Likewise.
3591 * gdb.base/fork-print-inferior-events.c: New file.
3592 * gdb.base/fork-print-inferior-events.exp: New file.
3593 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3594 '[Inferior ... has been killed]' message.
3595 * gdb.base/kill-after-signal.exp: Likewise.
3596 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3597 detach message.
3598 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3599 message.
3600 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3601 regexps to expect for '[Inferior ... detached]' as well.
3602 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3603
0a8ddac4
SM
36042018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3605
3606 PR gdb/23104
3607 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3608
d27d16bf
RB
36092018-04-19 Richard Bunt <richard.bunt@arm.com>
3610
3611 * gdb.threads/multiple-successive-infcall.c: New test.
3612 * gdb.threads/multiple-successive-infcall.exp: New file.
3613
a037790e
TT
36142018-04-17 Tom Tromey <tom@tromey.com>
3615
3616 * gdb.rust/simple.rs (Union): New type.
3617 (main): New local "u".
3618 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3619
e3a91079
AA
36202018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3621
3622 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3623 number information in output of "whereis" command.
3624 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3625
b744723f
AA
36262018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3627
3628 * gdb.ada/info_types.exp: Adjust expected output to the line
3629 numbers now printed by "info var/func/type".
3630 * gdb.base/completion.exp: Likewise.
3631 * gdb.base/included.exp: Likewise.
3632 * gdb.cp/cp-relocate.exp: Likewise.
3633 * gdb.cp/cplusfuncs.exp: Likewise.
3634 * gdb.cp/namespace.exp: Likewise.
3635 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3636
4a4495d6
MM
36372018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3638
3639 * gdb.btrace/cpu.exp: New.
3640
1d509aa6
MM
36412018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3642
3643 * gdb.base/step-indirect-call-thunk.exp: New.
3644 * gdb.base/step-indirect-call-thunk.c: New.
3645 * gdb.reverse/step-indirect-call-thunk.exp: New.
3646 * gdb.reverse/step-indirect-call-thunk.c: New.
3647
6295b6da
SM
36482018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3649
3650 * gdb.base/pie-fork.c: New file.
3651 * gdb.base/pie-fork.exp: New file.
3652
50146e70
TT
36532018-04-11 Tom Tromey <tom@tromey.com>
3654
3655 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3656
f50d8a2e
PA
36572018-04-10 Pedro Alves <palves@redhat.com>
3658
3659 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3660 exits. Instead loop running forever.
3661 (fork_parent): Run forever too.
3662
a0be7a36
SM
36632018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3664
3665 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3666 mi_continue_to_line.
3667 * gdb.mi/mi-stack.c (callee4): Add comment.
3668
9b73db36
SM
36692018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3670
3671 * gdb.mi/mi-stack.exp: Fix indentation.
3672
c912f608
SM
36732018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3674
3675 PR gdb/22979
3676 * gdb.arch/amd64-osabi.exp: New file.
3677
26540402
SM
36782018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3679
3680 PR gdb/22980
3681 * gdb.base/osabi.exp: New file.
3682
121ad66c 36832018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
3684
3685 * gdb.cp/static-typedef-print.exp: New file.
3686 * gdb.cp/static-typedef-print.cc: New file.
3687
3fcded8f
JB
36882018-03-27 Joel Brobecker <brobecker@adacore.com>
3689
3690 * gdb.ada/varsize_limit: New testcase.
3691
59cc4834
JB
36922018-03-27 Joel Brobecker <brobecker@adacore.com>
3693
3694 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3695
3696 * gdb.ada/notcplusplus: New testcase.
3697
3698 * gdb.base/c-linkage-name.c: New file.
3699 * gdb.base/c-linkage-name.exp: New testcase.
3700
4ca59a9f
TT
37012018-03-26 Tom Tromey <tom@tromey.com>
3702
3703 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3704 * gdb.python/py-framefilter.py (name_error): New global.
3705 (ErrorInName.function): Use name_error.
3706
978d6c75
TT
37072018-03-26 Tom Tromey <tom@tromey.com>
3708
3709 PR backtrace/15582:
3710 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3711
b7fee5a3
KS
37122018-03-23 Keith Seitz <keiths@redhat.com>
3713
3714 PR c++/22968
3715 * gdb.cp/subtypes.exp: New file.
3716 * gdb.cp/subtypes.h: New file.
3717 * gdb.cp/subtypes.cc: New file.
3718 * gdb.cp/subtypes-2.cc: New file.
3719
376be529
AB
37202018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3721
3722 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3723 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3724 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3725 -nostartfiles when compiling the test. Confirm that all registers
3726 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3727
066cfa98
AB
37282018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3729
3730 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3731 option, syntax was wrong anyway.
3732 * gdb.arch/arm-disp-step.exp: Likewise.
3733 * gdb.arch/sparc64-regs.exp: Likewise.
3734 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3735 option, syntax was wrong anyway, switch to use
3736 prepare_for_testing.
3737 * gdb.arch/i386-disp-step.exp: Likewise.
3738
079670b9
AA
37392018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3740
3741 * gdb.ada/exec_changed.exp: Replace "target_info exists
3742 use_gdb_stub" by "use_gdb_stub".
3743 * gdb.ada/start.exp: Likewise.
3744 * gdb.base/async-shell.exp: Likewise.
3745 * gdb.base/attach-pie-misread.exp: Likewise.
3746 * gdb.base/attach-wait-input.exp: Likewise.
3747 * gdb.base/break-entry.exp: Likewise.
3748 * gdb.base/break-interp.exp: Likewise.
3749 * gdb.base/dprintf-detach.exp: Likewise.
3750 * gdb.base/nostdlib.exp: Likewise.
3751 * gdb.base/solib-nodir.exp: Likewise.
3752 * gdb.base/statistics.exp: Likewise.
3753 * gdb.base/testenv.exp: Likewise.
3754 * gdb.mi/mi-exec-run.exp: Likewise.
3755 * gdb.mi/mi-start.exp: Likewise.
3756 * gdb.multi/dummy-frame-restore.exp: Likewise.
3757 * gdb.multi/multi-arch-exec.exp: Likewise.
3758 * gdb.multi/multi-arch.exp: Likewise.
3759 * gdb.multi/tids.exp: Likewise.
3760 * gdb.multi/watchpoint-multi.exp: Likewise.
3761 * gdb.python/py-events.exp: Likewise.
3762 * gdb.threads/attach-into-signal.exp: Likewise.
3763 * gdb.threads/attach-stopped.exp: Likewise.
3764 * gdb.threads/threadapply.exp: Likewise.
3765 * lib/selftest-support.exp: Likewise.
3766
26d6cec4
AA
37672018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3768
3769 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3770
4ee89e90
SR
37712018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3772
3773 * gdb.perf/template-breakpoints.cc: New file.
3774 * gdb.perf/template-breakpoints.exp: New file.
3775 * gdb.perf/template-breakpoints.py: New file.
3776
92630041
TT
37772018-03-19 Tom Tromey <tom@tromey.com>
3778
3779 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3780 y0.
3781 * gdb.rust/simple.exp: Test bare identifier form of struct
3782 initializer.
3783
76727919
TT
37842018-03-19 Tom Tromey <tom@tromey.com>
3785
3786 * gdb.gdb/observer.exp: Remove.
3787
194ed413
AA
37882018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3789
3790 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3791 "qualified" option when setting breakpoints.
3792 * gdb.trace/backtrace.exp: Likewise.
3793 * gdb.trace/circ.exp: Likewise.
3794 * gdb.trace/collection.exp: Likewise.
3795 * gdb.trace/disconnected-tracing.exp: Likewise.
3796 * gdb.trace/ftrace-lock.exp: Likewise.
3797 * gdb.trace/ftrace.exp: Likewise.
3798 * gdb.trace/infotrace.exp: Likewise.
3799 * gdb.trace/packetlen.exp: Likewise.
3800 * gdb.trace/passc-dyn.exp: Likewise.
3801 * gdb.trace/qtro.exp: Likewise.
3802 * gdb.trace/read-memory.exp: Likewise.
3803 * gdb.trace/report.exp: Likewise.
3804 * gdb.trace/signal.exp: Likewise.
3805 * gdb.trace/status-stop.exp: Likewise.
3806 * gdb.trace/strace.exp: Likewise.
3807 * gdb.trace/tfind.exp: Likewise.
3808 * gdb.trace/trace-break.exp: Likewise.
3809 * gdb.trace/trace-condition.exp: Likewise.
3810 * gdb.trace/trace-mt.exp: Likewise.
3811 * gdb.trace/tstatus.exp: Likewise.
3812 * gdb.trace/tsv.exp: Likewise.
3813 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3814 * gdb.trace/unavailable.exp: Likewise.
3815 * gdb.trace/while-dyn.exp: Likewise.
3816
8b067d2c
AA
38172018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3818
3819 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3820 that libinproctrace is copied to the target.
3821
3ae9ce5d
TT
38222018-03-14 Tom Tromey <tom@tromey.com>
3823
3824 PR cli/14977:
3825 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3826 a null pointer.
3827 * gdb.base/wchar.exp: Likewise.
3828
b8c2339b
TT
38292018-03-14 Tom Tromey <tom@tromey.com>
3830
3831 PR cli/19918:
3832 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3833 flag.
3834
4872dc46
SM
38352018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3836
3837 PR gdb/22841
3838 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3839 "target" to remote_exec.
3840
e4fe3756
SM
38412018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3842
3843 PR gdb/22841
3844 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3845 ${board}_upload): Remove.
3846
e95a97d4
AA
38472018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3848
3849 * gdb.cp/watch-cp.cc: New test.
3850 * gdb.cp/watch-cp.exp: New file.
3851
dbbb1059
AB
38522018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3853
3854 * gdb.base/infcall-nested-structs.exp: New file.
3855 * gdb.base/infcall-nested-structs.c: New file.
3856 * gdb.base/float.exp: Add riscv support.
3857
ecc054c0
TP
38582018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3859
3860 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3861 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3862
25e3c82c
SDJ
38632018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3864
3865 * gdb.server/abspath.exp: New file.
3866 * lib/gdb.exp (with_cwd): New procedure.
3867
3083294d
SM
38682018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3869
3870 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3871 use it.
3872 (gdb_is_target_remote_prompt): New proc.
3873 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3874 (gdb_is_target_native): Pass prompt parameter to
3875 gdb_is_target_1.
3876
3275ef47
SM
38772018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3878
3879 * gdb.base/load-command.c: New file.
3880 * gdb.base/load-command.exp: New file.
3881 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3882 (gdb_is_target_1): ...this, and generalize for other targets
3883 than just remote.
3884 (gdb_is_target_remote): Use gdb_is_target_1.
3885 (gdb_is_target_native): use gdb_is_target_1.
3886
6893c19a
TT
38872018-02-26 Tom Tromey <tom@tromey.com>
3888
3889 PR python/16497:
3890 * gdb.python/py-framefilter.exp: Update test.
3891
2ddeaf8a
TT
38922018-02-26 Tom Tromey <tom@tromey.com>
3893
3894 * gdb.dwarf2/variant.c: New file.
3895 * gdb.dwarf2/variant.exp: New file.
3896
c9317f21
TT
38972018-02-26 Tom Tromey <tom@tromey.com>
3898
3899 * gdb.rust/simple.exp: Accept more possible results in enum test.
3900
6f6d0c26
SM
39012018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3902
3903 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3904 parentheses.
3905
11b03145
MR
39062018-02-23 Maciej W. Rozycki <macro@mips.com>
3907
3908 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3909 name of a variable: $actual_linejj -> $actual_line.
3910
54a27fe5
JB
39112018-02-21 John Baldwin <jhb@FreeBSD.org>
3912
3913 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3914
de65820c
MM
39152018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3916
3917 * gdb.btrace/buffer-size.exp: Do not force BTS.
3918
980548fd
PA
39192018-02-14 Pedro Alves <palves@redhat.com>
3920
3921 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3922 getting a "Quit".
3923
c4e12631
MM
39242018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3925
3926 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3927 Fix test name.
3928
c2e0e465
SM
39292018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3930
3931 * gdb.cp/m-static.exp: Check type of optimized out static
3932 member.
3933
f7216783
AB
39342018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3935
3936 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3937 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3938
0625771b
LS
39392018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3940 Leszek Swirski <leszeks@google.com>
3941
3942 * gdb.python/py-prettyprint.c
3943 (struct to_string_returns_value_inner,
3944 struct to_string_returns_value_wrapper): New.
3945 (main): Add tsrvw variable.
3946 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3947 ToStringReturnsValueWrapper): New classes.
3948 (register_pretty_printers): Register new pretty-printers.
3949 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3950 recursive pretty printer.
3951 * gdb.python/py-mi.exp: Likewise.
3952
59498c30
LS
39532018-02-01 Leszek Swirski <leszeks@google.com>
3954
3955 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3956 functions with the same name as an include file are parsed
3957 correctly.
3958
d4d38844
YQ
39592018-02-01 Yao Qi <yao.qi@linaro.org>
3960
3961 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3962 "\[^\r\n\]*".
3963
07e5f5cf
NP
39642018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3965
3966 * gdb.arch/powerpc-prologue-frame.s: New file.
3967 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3968 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3969
929b5ad4
JB
39702018-01-31 Joel Brobecker <brobecker@adacore.com>
3971
3972 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3973
e671cd59
PA
39742018-01-30 Pedro Alves <palves@redhat.com>
3975
3976 PR gdb/13211
3977 * gdb.base/interrupt-daemon.c: New.
3978 * gdb.base/interrupt-daemon.exp: New.
3979 * gdb.multi/multi-term-settings.c: New.
3980 * gdb.multi/multi-term-settings.exp: New.
3981
fc413dc4
JB
39822018-01-30 Joel Brobecker <brobecker@adacore.com>
3983
3984 * gdb.base/break.exp: Save the location where the breakpoint
3985 on break.c:47 was actually inserted when debugging the version
3986 compiled at -O2 and use it in the expected output of the "info
3987 break" test performed soon after.
3988
5c319bb2
PA
39892018-01-22 Pedro Alves <palves@redhat.com>
3990 Sergio Durigan Junior <sergiodj@redhat.com>
3991
3992 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3993 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3994
a9e40818
JB
39952018-01-22 Joel Brobecker <brobecker@adacore.com>
3996
3997 * gdb.base/break-include.c, gdb.base/break-include.inc,
3998 gdb.base/break-include.exp: New files.
3999 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
4000 line number now being the actual line number where the breakpoint
4001 was inserted.
4002 * gdb.mi/mi-break.exp: Likewise.
4003 * gdb.mi/mi-reverse.exp: Likewise.
4004 * gdb.mi/mi-simplerun.exp: Ditto.
4005
e707fc44
AB
40062018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4007
4008 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
4009 varobj.
4010 * gdb.mi/mi-var-create-rtti.exp: Likewise.
4011
ae451627
AB
40122018-01-21 Don Breazeal <donb@codesourcery.com>
4013 Andrew Burgess <andrew.burgess@embecosm.com>
4014
4015 * gdb.mi/basics.c: Add new global.
4016 * gdb.mi/mi-frame-regs.exp: New file.
4017 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
4018 case.
4019
b1b189e0
AB
40202018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
4021
4022 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
4023 non-parameter, and on an unknown symbol.
4024
fcfcc376
TT
40252018-01-19 Tom Tromey <tom@tromey.com>
4026
4027 * gdb.rust/modules.rs (TWENTY_THREE): New global.
4028 * gdb.rust/modules.exp: Add ::-qualified lookup test.
4029
634c1c31
AA
40302018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4031
4032 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
4033 setrlimit and chdir to int.
4034
d6ad07fd
AA
40352018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
4036
4037 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
4038 function.
4039 (my_tend): Likewise.
4040 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4041 rationale of avoiding FP- and vector instructions.
4042
adf8243b
RK
40432018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4044
4045 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4046 "info reg" with "\[ \t\]*".
4047 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4048 "\[ \t\]+".
4049 * gdb.arch/s390-multiarch.exp: Ditto.
4050 * gdb.base/pc-fp.exp: Ditto.
4051 * gdb.reverse/i386-precsave.exp: Ditto.
4052 * gdb.reverse/i386-reverse.exp: Ditto.
4053 * gdb.reverse/i387-env-reverse.exp: Ditto.
4054 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4055
dcc06925
AA
40562018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4057
4058 * lib/gdb.exp (gdb_compile): Re-enable use of
4059 universal_compile_options for languages other than Rust.
4060
25d4fd80
AA
40612018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4062
4063 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4064
ee7f689e 40652018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
4066
4067 PR gdb/16577
4068 * gdb.base/solib-vanish.exp: New.
4069 * gdb.base/solib-vanish-main.c: New.
4070 * gdb.base/solib-vanish-lib1.c: New.
4071 * gdb.base/solib-vanish-lib2.c: New.
4072
d8447b6b
YQ
40732018-01-17 Yao Qi <yao.qi@linaro.org>
4074
4075 * gdb.compile/compile.exp: Match the address printed for
4076 frame in the output of command "bt".
4077
86d6a90c
TT
40782018-01-15 Tom Tromey <tom@tromey.com>
4079
4080 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4081 compute sp_reg.
4082
cbcdb1aa
AB
40832018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4084
4085 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4086 to prepare.
4087 (prepare): Return 0 on error, 1 on success.
4088
eea61984
PA
40892018-01-12 Pedro Alves <palves@redhat.com>
4090
4091 * gdb.base/continue-after-aborted-step-over.c: New.
4092 * gdb.base/continue-after-aborted-step-over.exp: New.
4093
6181e9c2
SM
40942018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4095
4096 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4097 options when not creating an executable.
4098
3cada740
PA
40992018-01-11 Pedro Alves <palves@redhat.com>
4100
4101 PR remote/22597
4102 * gdb.server/stop-reply-no-thread.c: New file.
4103 * gdb.server/stop-reply-no-thread.exp: New file.
4104
c63d3e8d
PA
41052018-01-10 Pedro Alves <palves@redhat.com>
4106
4107 PR gdb/22670
4108 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4109 functions too. Test setting breakpoints and printing C functions
4110 with no debug info too.
4111 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4112
d4c2a405
PA
41132018-01-10 Pedro Alves <palves@redhat.com>
4114
4115 PR gdb/22670
4116 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4117 a fail.
4118
8825213e
PA
41192018-01-10 Pedro Alves <palves@redhat.com>
4120
4121 PR gdb/22670
4122 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4123
605fd3c6
YQ
41242018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4125
4126 * gdb.server/unittest.exp: Match the output in non-development
4127 mode.
4128
1e5ded6c
YQ
41292018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4130
4131 * gdb.gdb/unittest.exp: Match output in non-development mode.
4132
30066b0b
JB
41332018-01-08 Joel Brobecker <brobecker@adacore.com>
4134
4135 * gdb.ada/access_tagged_param.exp: Relax expected output
4136 for value of "ObjL" in "continue" to pck.inspect breakpoint
4137 test.
4138
04bafb1e
XR
41392018-01-08 Joel Brobecker <brobecker@adacore.com>
4140
9f86398b
JB
4141 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4142 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 4143
e379cee6
PA
41442018-01-05 Pedro Alves <palves@redhat.com>
4145
4146 PR gdb/18653
4147 * gdb.base/libsegfault.exp: New.
4148
de63c46b
PA
41492018-01-05 Joel Brobecker <brobecker@adacore.com>
4150
4151 PR gdb/22670
4152 * gdb.ada/access_tagged_param.exp: New file.
4153 * gdb.ada/access_tagged_param/foo.adb: New file.
4154
f98fc17b
PA
41552018-01-05 Pedro Alves <palves@redhat.com>
4156
4157 PR gdb/22670
4158 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4159 exercise lower case too, and to exercise both full matching and
4160 wild matching.
4161
342f8240
JB
41622018-01-05 Joel Brobecker <brobecker@adacore.com>
4163
4164 * gdb.ada/rename_subscript_param: New testcase.
4165
7150d33c
JG
41662018-01-05 Jerome Guitton <guitton@adacore.com>
4167
4168 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4169
cc0e770c
JB
41702018-01-05 Joel Brobecker <brobecker@adacore.com>
4171
4172 * gdb.ada/convvar_comp: New testcase.
4173
672a41aa 41742018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
4175
4176 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4177 (My_Table): New global variable.
4178 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4179
7365ec2f
JB
41802018-01-04 Joel Brobecker <brobecker@adacore.com>
4181
4182 PR gdb/22670
4183 * gdb.ada/maint_with_ada: New testcase.
4184
289483b6
JB
41852018-01-04 Joel Brobecker <brobecker@adacore.com>
4186
4187 PR gdb/22670
4188 * gdb.ada/bp_c_mixed_case: New testcase.
4189
344420da
JB
41902018-01-04 Joel Brobecker <brobecker@adacore.com>
4191
4192 PR gdb/22670
4193 * gdb.ada/complete.exp: Add "complete break ada" test.
4194
66fc87a0
JB
41952018-01-04 Joel Brobecker <brobecker@adacore.com>
4196
4197 PR gdb/22670
4198 * gdb.ada/info_addr_mixed_case: New testcase.
4199
9f757bf7
XR
42002018-01-03 Xavier Roirand <roirand@adacore.com>
4201
4202 * gdb.ada/excep_handle.exp: New testcase.
4203 * gdb.ada/excep_handle/foo.adb: New file.
4204 * gdb.ada/excep_handle/pck.ads: New file.
4205
bd570f80
JB
42062018-01-03 Joel Brobecker <brobecker@adacore.com>
4207
4208 * gdb.base/step-line.c: Add extra empty line in copyright header.
4209 * gdb.base/step-line.inp: Likewise.
4210
9fe561ab
JB
42112018-01-02 Joel Brobecker <brobecker@adacore.com>
4212
4213 * gdb.ada/dyn_stride.exp: Add slice test.
4214
a405673c
JB
42152018-01-02 Joel Brobecker <brobecker@adacore.com>
4216
4217 * gdb.ada/dyn_stride: New testcase.
4218
cef0f868
SH
42192017-12-27 Stafford Horne <shorne@gmail.com>
4220
4221 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4222 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4223
b67d92b0
SH
42242017-12-27 Stafford Horne <shorne@gmail.com>
4225
4226 * gdb.base/reggroups.c: New file.
4227 * gdb.base/reggroups.exp: New file.
4228
eccab96d
JB
42292017-12-18 Joel Brobecker <brobecker@adacore.com>
4230
4231 * gdb.dwarf2/ada-valprint-error.c: New file.
4232 * gdb.dwarf2/ada-valprint-error.exp: New file.
4233
0e2da9f0
JB
42342017-12-18 Joel Brobecker <brobecker@adacore.com>
4235
4236 * gdb.ada/assign_arr: New testcase.
4237
cb923fcc
XR
42382017-12-18 Xavier Roirand <roirand@adacore.com>
4239
4240 * gdb.ada/funcall_ptr: New testcase.
4241
7c161838
SDJ
42422017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4243
4244 PR cli/16224
4245 * gdb.base/ptype-offsets.cc: New file.
4246 * gdb.base/ptype-offsets.exp: New file.
4247
1af17fd9
YQ
42482017-12-15 Yao Qi <yao.qi@linaro.org>
4249
4250 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4251 if XML is disabled.
4252
828d5846
XR
42532017-12-15 Xavier Roirand <roirand@adacore.com>
4254
4255 * gdb.ada/same_component_name: New testcase.
4256
79e8fcaa
JB
42572017-12-14 Joel Brobecker <brobecker@adacore.com>
4258
4259 * gdb.ada/str_binop_equal: New testcase.
4260
e05fa6f9
JB
42612017-12-14 Joel Brobecker <brobecker@adacore.com>
4262
4263 * gdb.ada/task_switch_in_core: New testcase.
4264
b89641ba
SM
42652017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4266
4267 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4268 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4269 call test_bkpt_qualified.
4270 (test_bkpt_qualified): New proc.
4271
6892d2e4
PA
42722017-12-13 Pedro Alves <palves@redhat.com>
4273
4274 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4275 Tighten regexp by matching with an anchor.
4276
a22ecf70
PA
42772017-12-13 Pedro Alves <palves@redhat.com>
4278
4279 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4280 ("expression with namespace"): New set of tests.
4281 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4282 (Nested::Test_NS::qux): New.
4283 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4284 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4285
9937536c
JB
42862017-12-13 Joel Brobecker <brobecker@adacore.com>
4287
4288 * gdb.base/server-del-break.c: New file.
4289 * gdb.base/server-del-break.exp: New file.
4290
fe49c6f5
SH
42912017-12-12 Stafford Horne <shorne@gmail.com>
4292
4293 * gdb.xml/tdesc-regs.exp: Add or1k support.
4294
c3d18620
SH
42952017-12-12 Stafford Horne <shorne@gmail.com>
4296
4297 * gdb.base/bp-permanent.c: Define nop of or1k.
4298
c5f9cfc8
JB
42992017-12-11 Joel Brobecker <brobecker@adacore.com>
4300
4301 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4302 output with components being reordered.
4303
a9c135fc
JB
43042017-12-11 Joel Brobecker <brobecker@adacore.com>
4305
4306 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4307 output with components being reordered.
4308
927aa2e7
JK
43092017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4310 Pedro Alves <palves@redhat.com>
4311
4312 * gdb.base/maint.exp (check for .gdb_index): Check also for
4313 .debug_names.
4314 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4315 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4316 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4317 (.gdb_index used after symbol reloading): Support also .debug_names.
4318 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4319
f17d9474
YQ
43202017-12-08 Yao Qi <yao.qi@linaro.org>
4321
4322 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4323 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4324
a0de8c21
YQ
43252017-12-08 Yao Qi <yao.qi@linaro.org>
4326
4327 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4328 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4329
a738ea1d
YQ
43302017-12-08 Yao Qi <yao.qi@linaro.org>
4331
4332 * gdb.arch/aarch64-tagged-pointer.c: New file.
4333 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4334
1cd9a73b
SDJ
43352017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4336
4337 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4338 "int".
4339
fa6eb693
KS
43402017-12-07 Keith Seitz <keiths@redhat.com>
4341
4342 PR breakpoints/22569
4343 * gdb.linespec/ls-errs.exp: Change expected result of "break
4344 -source this file has spaces.c -line 3".
4345 Check that an explicit source file followed by whitespace is
4346 identified as an invalid explicit location.
4347
883fd55a
KS
43482017-12-07 Keith Seitz <keiths@redhat.com>
4349
4350 * gdb.cp/nested-types.cc: New file.
4351 * gdb.cp/nested-types.exp: New file.
4352 * lib/cp-support.exp: Load data-structures.exp library.
4353 (debug_cp_test_ptype_class): New global.
4354 (cp_ptype_class_verbose, next_line): New procedures.
4355 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4356 Add and document new return value.
4357 Switch the list of lines to a queue.
4358 Add support for new `type' key for nested type definitions.
4359 Add debugging/troubleshooting messages.
4360 * lib/data-structures.exp: New file.
4361
ec72db3e
SM
43622017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4363
4364 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4365 with proc_with_prefix, don't use with_test_prefix.
4366
99598d71
TT
43672017-12-07 Tom Tromey <tom@tromey.com>
4368
4369 * gdb.base/break.exp: Add test for empty "commands".
4370
a8806230
YQ
43712017-12-07 Yao Qi <yao.qi@linaro.org>
4372
4373 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4374 malloc and catch syscall.
4375
824cc835
PM
43762017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4377
e79be6e5 4378 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
4379 tests for explicit locations.
4380
7cc244de
PA
43812017-12-06 Pedro Alves <palves@redhat.com>
4382
4383 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4384 force-disabling XML descriptions.
4385
50a1fdd5
PA
43862017-12-04 Pedro Alves <palves@redhat.com>
4387
4388 PR gdb/22499
4389 * gdb.arch/amd64-disp-step-avx.S: New file.
4390 * gdb.arch/amd64-disp-step-avx.exp: New file.
4391
f0fb2488
PA
43922017-12-03 Pedro Alves <palves@redhat.com>
4393
4394 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4395 and <string.h>.
4396 (parent_function): Print distinct messages when waitpid fails, or
4397 the child exits with a signal, or the child exits for an unhandled
4398 reason.
4399 * gdb.threads/process-dies-while-detaching.exp
4400 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4401 it. Wait for both inferior output and GDB's prompt. Use an
4402 indirect spawn id list.
4403 (do_detach): New parameter 'child_exit'. Use it to compute
4404 expected inferior output.
4405 (test_detach, test_detach_watch, test_detach_killed_outside):
4406 Adjust to pass down the expected child exit kind.
4407
97cbe998
SDJ
44082017-12-01 Joel Brobecker <brobecker@adacore.com>
4409 Sergio Durigan Junior <sergiodj@redhat.com>
4410 Pedro Alves <palves@redhat.com>
4411
4412 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4413
40fc416f
SDJ
44142017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4415
4416 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4417 to 'symbol-file' and 'add-symbol-file' can be
4418 position-independent.
4419
1cc75e92
YQ
44202017-12-01 Yao Qi <yao.qi@linaro.org>
4421
4422 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4423 the URL in copyright header.
4424 * gdb.arch/aarch64-fp.exp: Likewise.
4425 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4426 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4427 * gdb.base/expand-psymtabs.exp: Likewise.
4428 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4429 * gdb.fortran/common-block.exp: Likewise.
4430 * gdb.fortran/common-block.f90: Likewise.
4431 * gdb.fortran/logical.exp: Likewise.
4432 * gdb.fortran/vla-datatypes.f90: Likewise.
4433 * gdb.fortran/vla-sub.f90: Likewise.
4434
875fb7a7
JB
44352017-11-30 Joel Brobecker <brobecker@adacore.com>
4436
4437 * gdb.ada/repeat_dyn: New testcase.
4438
6f14765f
UW
44392017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4440
4441 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4442 Update for changed thread numbering.
4443 * gdb.cell/bt.exp: Update for changed GDB output.
4444
f1af7b94
SM
44452017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4446
4447 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4448 setting isremote by hand.
4449 * boards/dwarf4-gdb-index.exp: Likewise.
4450 * boards/fission.exp: Likewise.
4451 * boards/stabs.exp: Likewise.
4452
e3919f3e
PA
44532017-11-30 Pedro Alves <palves@redhat.com>
4454
4455 * gdb.linespec/cpls-ops.exp
4456 (check_explicit_skips_function_argument): Extract the underlying
4457 type of size_t instead of hardcoding it.
4458
bd69330d
PA
44592017-11-29 Pedro Alves <palves@redhat.com>
4460
4461 PR c++/19436
4462 * gdb.linespec/cpls-abi-tag.cc: New file.
4463 * gdb.linespec/cpls-abi-tag.exp: New file.
4464
a20714ff
PA
44652017-11-29 Pedro Alves <palves@redhat.com>
4466
4467 * gdb.base/langs.exp: Use -qualified.
4468 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4469 it.
4470 * gdb.cp/namespace.exp: Use -qualified.
4471 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4472 (overload-3, template-overload, template-ret-type, const-overload)
4473 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4474 procedures.
4475 (test_driver): Call them.
4476 * gdb.cp/save-bp-qualified.cc: New.
4477 * gdb.cp/save-bp-qualified.exp: New.
4478 * gdb.linespec/explicit.exp: Test -qualified.
4479 * lib/completion-support.exp (completion::explicit_opts_list): Add
4480 "-qualified".
4481 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4482
f6f1d339
PM
44832017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4484
4485 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4486
02ca603a
TT
44872017-11-29 Tom Tromey <tom@tromey.com>
4488
4489 * gdb.base/relocate.exp: Update invalid argument test.
4490 Add new tests for invalid arguments.
4491
ed6c0bfb
TP
44922017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4493
4494 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4495 Return 0 as a long.
4496 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4497
f106e10e
TP
44982017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4499
4500 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4501 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4502 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4503 func ().
4504 * gdb.cp/shadow.cc (B.func): Return 0.
4505
10329bb2
JB
45062017-11-27 Joel Brobecker <brobecker@adacore.com>
4507
4508 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4509 expected output in gdb_expect call to allow the exception
4510 message to be present as well. Fix syntax confusion to avoid
4511 TCL thinking that exception_name is an array.
4512
617cd4bc
UW
45132017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4514
4515 * gdb.arch/spu-info.c: Include <unistd.h>.
4516 (do_signal_test): Fix broken calls to write.
4517 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4518 Fix checks for empty mailboxes. Update signal tests for corrected
4519 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
4520 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4521 * gdb.cell/arch.exp: Use standard_output_file.
4522 * gdb.cell/break.exp: Likewise.
4523 * gdb.cell/bt.exp: Likewise.
4524 * gdb.cell/core.exp: Likewise.
4525 * gdb.cell/dwarfaddr.exp: Likewise.
4526 * gdb.cell/ea-cache.exp: Likewise.
4527 * gdb.cell/ea-standalone.exp: Likewise.
4528 * gdb.cell/f-regs.exp: Likewise.
4529 * gdb.cell/fork.exp: Likewise.
4530 * gdb.cell/gcore.exp: Likewise.
4531 * gdb.cell/mem-access.exp: Likewise.
4532 * gdb.cell/ptype.exp: Likewise.
4533 * gdb.cell/registers.exp: Likewise.
4534 * gdb.cell/sizeof.exp: Likewise.
4535 * gdb.cell/solib-symbol.exp: Likewise.
4536 * gdb.cell/solib.exp: Likewise.
617cd4bc 4537
a81aaca0
PA
45382017-11-25 Pedro Alves <palves@redhat.com>
4539
4540 * gdb.base/complete-empty.exp: New file.
4541 * gdb.base/completion.exp: Adjust.
4542
6a3c6ee4
PA
45432017-11-25 Pedro Alves <palves@redhat.com>
4544
4545 * gdb.linespec/cpls-ops.cc: New file.
4546 * gdb.linespec/cpls-ops.exp: New file.
4547 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4548 factored out from ...
4549 (test_complete_prefix_range): ... this.
4550
8955eb2d
PA
45512017-11-24 Pedro Alves <palves@redhat.com>
4552
4553 * gdb.linespec/cpcompletion.exp: New file.
4554 * gdb.linespec/cpls-hyphen.cc: New file.
4555 * gdb.linespec/cpls.cc: New file.
4556 * gdb.linespec/cpls2.cc: New file.
4557 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4558 test to use test_gdb_complete_unique. Add label completion,
4559 keyword completion and explicit location completion tests.
4560 * lib/completion-support.exp: New file.
4561
e547c119
JB
45622017-11-24 Joel Brobecker <brobecker@adacore.com>
4563
4564 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4565 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4566 when hitting an exception catchpoint.
4567
7c3c1aa8
YQ
45682017-11-22 Yao Qi <yao.qi@linaro.org>
4569
4570 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4571
41bd68f5
SM
45722017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4573
4574 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4575 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4576 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4577
1daad298
YQ
45782017-11-22 Yao Qi <yao.qi@linaro.org>
4579
4580 * gdb.base/info-os.exp: Pass pthreads.
4581 * gdb.multi/multi-attach.exp: Likewise.
4582
88465e87
YQ
45832017-11-22 Yao Qi <yao.qi@linaro.org>
4584
4585 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4586 compiler.
4587
dc196b23
YQ
45882017-11-22 Yao Qi <yao.qi@linaro.org>
4589
4590 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4591 * gdb.base/break-interp.exp: Likewise.
4592 * gdb.base/jit-attach-pie.exp: Likewise.
4593
2400729e
UW
45942017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4595
4596 * gdb.base/float128.c (large128): New variable.
4597 * gdb.base/float128.exp: Add test to print largest __float128 value.
4598
7a26362d
UW
45992017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4600
4601 * gdb.arch/vsx-regs.exp: Update register content checks.
4602
ed0f4273
UW
46032017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4604
4605 * gdb.arch/ppc-longdouble.exp: New file.
4606 * gdb.arch/ppc-longdouble.c: Likewise.
4607
a25d69c6
PA
46082017-11-21 Pedro Alves <palves@redhat.com>
4609
4610 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4611
73fcf641
PA
46122017-11-20 Pedro Alves <palves@redhat.com>
4613
4614 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4615 (long_double_typedef): New typedefs.
4616 Use DEF on double and long double.
4617 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4618 cases.
4619 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4620 and 'long_double_ptr_same_size' locals. Use them to decide
4621 whether cast from array/function to float is valid/invalid.
4622
71a3c369
TT
46232017-11-17 Tom Tromey <tom@tromey.com>
4624
4625 * gdb.rust/traits.rs: New file.
4626 * gdb.rust/traits.exp: New file.
4627
ced9779b
JB
46282017-11-17 Joel Brobecker <brobecker@adacore.com>
4629
4630 * gdb.ada/minsyms: New testcase.
4631
a0922d80
PA
46322017-11-16 Pedro Alves <palves@redhat.com>
4633
4634 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4635 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4636
ea04e54c
PA
46372017-11-16 Pedro Alves <palves@redhat.com>
4638
4639 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4640 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4641
e849ea89
PA
46422017-11-16 Pedro Alves <palves@redhat.com>
4643
4644 * gdb.server/reconnect-ctrl-c.c: New file.
4645 * gdb.server/reconnect-ctrl-c.exp: New file.
4646
d8ae99a7
PM
46472017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4648
4649 * gdb.python/py-rbreak.exp: New file.
4650 * gdb.python/py-rbreak.c: New file.
4651 * gdb.python/py-rbreak-func2.c: New file.
4652
968a13f8
PA
46532017-11-16 Pedro Alves <palves@redhat.com>
4654
4655 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4656 pattern.
4657 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4658 GDB.
4659
71774bc9
SM
46602017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4661
4662 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4663 regex.
4664
ddbb44cf
SM
46652017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4666
4667 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4668 test names.
4669
584a564f
PA
46702017-11-09 Pedro Alves <palves@redhat.com>
4671
4672 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4673 factored out from ...
4674 (top level): ... here, and adjusted to avoid expecting beyond the
4675 prompt in a single gdb_test_multiple.
4676
5ed7a928
PA
46772017-11-09 Pedro Alves <palves@redhat.com>
4678
4679 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4680 output.
4681 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4682 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4683 * gdb.server/ext-run.exp ("kill" test): Likewise.
4684 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4685
a60e0738
PA
46862017-11-09 Pedro Alves <palves@redhat.com>
4687
4688 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4689 match till end of line.
4690
2c88253f
PA
46912017-11-09 Pedro Alves <palves@redhat.com>
4692
4693 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4694
c7a38517
PA
46952017-11-09 Pedro Alves <palves@redhat.com>
4696
4697 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4698 New procedures, factored out from ...
4699 (top level): ... here, and adjusted to avoid expecting beyond the
4700 prompt in one go.
4701
f29f4b6b
PA
47022017-11-09 Pedro Alves <palves@redhat.com>
4703
4704 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4705 output. Fix '?' match.
4706
286acbb5
JB
47072017-11-08 Joel Brobecker <brobecker@adacore.com>
4708
4709 * gdb.ada/scoped_watch: New testcase.
4710 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4711 which is actually correct.
4712 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4713 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4714
62d7ae92
PA
47152017-11-08 Pedro Alves <palves@redhat.com>
4716
4717 * gdb.gdb/complaints.exp (test_initial_complaints)
4718 (test_serial_complaints, test_short_complaints): Call
4719 complaint_internal instead of complaint.
4720
280ca31f
DT
47212017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4722
4723 * gdb.threads/tls-core.c: New file.
4724 * gdb.threads/tls-core.exp: Likewise.
4725
b5ec771e
PA
47262017-11-08 Pedro Alves <palves@redhat.com>
4727
4728 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4729 (p Exported_Capitalized): New test.
4730 (p exported_capitalized): New test.
4731
a02b41a7
PA
47322017-11-07 Pedro Alves <palves@redhat.com>
4733
4734 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4735
95e95a6d
PA
47362017-11-07 Pedro Alves <palves@redhat.com>
4737
4738 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4739 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4740 (disable_invalid, disable_inverted, disable_negative): New
4741 procedures.
4742 ("bad numbers"): New set of tests.
4743
cee62dbd
PA
47442017-11-07 Pedro Alves <palves@redhat.com>
4745
4746 * gdb.cp/ena-dis-br-range.exp: Add tests.
4747
cc638e86
PA
47482017-11-07 Pedro Alves <palves@redhat.com>
4749
4750 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4751
d0fe4701
XR
47522017-11-07 Xavier Roirand <roirand@adacore.com>
4753 Pedro Alves <palves@redhat.com>
4754
4755 * gdb.base/ena-dis-br.exp: Add reference to
4756 gdb.cp/ena-dis-br-range.exp.
4757 * gdb.cp/ena-dis-br-range.exp: New file.
4758 * gdb.cp/ena-dis-br-range.cc: New file.
4759
46f67f80
PA
47602017-11-06 Pedro Alves <palves@redhat.com>
4761
4762 * gdb.base/attach-non-pgrp-leader.c: New.
4763 * gdb.base/attach-non-pgrp-leader.exp: New.
4764
726e1356
PA
47652017-11-06 Pedro Alves <palves@redhat.com>
4766
4767 * configure.ac: No longer check for termio.h and sgtty.h.
4768 * configure: Regenerate.
4769 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4770 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4771 Remove termio and sgtty code.
4772
50ab6ace
YQ
47732017-11-03 Yao Qi <yao.qi@linaro.org>
4774
4775 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4776 in GDB is disabled.
4777
8e68731c
YQ
47782017-11-03 Yao Qi <yao.qi@linaro.org>
4779
4780 * gdb.python/py-thrhandle.exp: Skip it if python is not
4781 enabled.
4782
3a87ae65
SM
47832017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4784
4785 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4786 as a breakpoint command.
4787
484d8d36
MD
47882017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4789
4790 PR python/21213
4791 * gdb.python/py-infthread.exp: Test calling
4792 InferiorThread.inferior () multiple times in a row.
4793
4a27f119
KS
47942017-10-27 Keith Seitz <keiths@redhat.com>
4795
4796 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4797 Test "info break" for every inlined function breakpoint.
4798
bb11dd58
YQ
47992017-10-27 Yao Qi <yao.qi@linaro.org>
4800
4801 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4802
a43f3893
PF
48032017-10-26 Patrick Frants <osscontribute@gmail.com>
4804
4805 * gdb.cp/classes.exp (test_static_members): Test printing
4806 Outer::instance.
4807 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4808 (Inner::instance, Outer::instance): New.
4809
792ccf00
PA
48102017-10-24 Pedro Alves <palves@redhat.com>
4811
4812 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4813 extra console" test in two stages.
4814
eb2bfbad
PA
48152017-10-24 Pedro Alves <palves@redhat.com>
4816
4817 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4818
1f75a651
PA
48192017-10-24 Pedro Alves <palves@redhat.com>
4820
4821 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4822 loop.
4823
779990d9
PA
48242017-10-24 Pedro Alves <palves@redhat.com>
4825
4826 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4827 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4828
ad9b8f5d
PA
48292017-10-24 Pedro Alves <palves@redhat.com>
4830
4831 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4832 parameter and handle it. Don't output read value in test name.
4833
fee6da6e
PA
48342017-10-24 Pedro Alves <palves@redhat.com>
4835
4836 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4837 custom test name.
4838
10389c2c
PA
48392017-10-24 Pedro Alves <palves@redhat.com>
4840
4841 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4842 include the unstable output directory name in the test's name.
4843 (initial_setup_simple) <'set args'>: Use custom test name.
4844
a80e65a9
PA
48452017-10-24 Pedro Alves <palves@redhat.com>
4846
4847 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4848 with explicit test name.
4849
15763a09
PA
48502017-10-20 Pedro Alves <palves@redhat.com>
4851
4852 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4853 'wait -i'. Use gdb_assert and remote_close.
4854
49a4ce2e
AB
48552017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4856
4857 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4858 number from variable rather than hard-coded.
4859
a75868f5
PA
48602017-10-19 Pedro Alves <palves@redhat.com>
4861
4862 * gdb.base/long-inferior-output.c: New file.
4863 * gdb.base/long-inferior-output.exp: New file.
4864
c8ba13ad
KS
48652017-11-18 Keith Seitz <keiths@redhat.com>
4866
4867 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4868 method.
4869 (main): Call it.
4870 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4871 Add additional user-defined conversion operator tests.
4872
b27de576
PA
48732017-10-17 Pedro Alves <palves@redhat.com>
4874
4875 * boards/native-stdio-gdbserver.exp: Load "local-board".
4876
8484c955
PA
48772017-10-17 Pedro Alves <palves@redhat.com>
4878
4879 * gdb.base/quit-live.c: New file.
4880 * gdb.base/quit-live.exp: New file.
4881
83d5a34d
KS
48822017-10-16 Keith Seitz <keiths@redhat.com>
4883
4884 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4885 (class_with_protected_typedef, class_with_private_typedef)
4886 (struct_with_public_typedef, struct_with_protected_typedef)
4887 (struct_with_private_typedef): New classes/structs.
4888 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4889 typedefs and access specifiers.
4890
739b3f1d
PA
48912017-10-16 Pedro Alves <palves@redhat.com>
4892 Simon Marchi <simon.marchi@polymtl.ca>
4893
4894 * README (Local vs Remote vs Native): New section.
4895 * boards/local-board.exp: New file, with bits factored out from
4896 ...
4897 * boards/native-extended-gdbserver.exp: ... here. Load
4898 "local-board".
4899 * boards/native-gdbserver.exp: Load "local-board".
4900 (${board}_spawn, ${board}_exec): Delete.
4901 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4902 ...
4903 * boards/stdio-gdbserver-base.exp: ... this new file.
4904 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4905 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4906 procedure.
4907 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4908 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4909 stdio_gdbserver_command.
4910 (${board}_get_remote_address, ${board}_get_comm_port)
4911 (${board}_download, ${board}_upload): Delete.
4912 (get_target_remote_pipe_cmd): New.
4913
fe68b953
SM
49142017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4915
4916 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4917 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4918 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4919 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4920 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4921 remove with_test_prefix.
4922
300b6685
PA
49232017-10-13 Pedro Alves <palves@redhat.com>
4924
4925 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4926 * gdb.base/annota1.exp: Use it instead of is_remote.
4927 * gdb.base/annota3.exp: Use it instead of is_remote.
4928 * gdb.cp/annota2.exp: Use it instead of is_remote.
4929 * gdb.cp/annota3.exp: Use it instead of is_remote.
4930 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4931
50500caf
PA
49322017-10-13 Pedro Alves <palves@redhat.com>
4933
4934 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4935 (test_num_test_vars, run_and_count_vars, find_env)
4936 (test_set_unset_env, test_inherit_env_var): New procedures.
4937 (top level): Use them.
4938
dad0c6d2
PA
49392017-10-13 Pedro Alves <palves@redhat.com>
4940
4941 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4942 also skip on stub-like targets.
4943
8b0553c1
PA
49442017-10-13 Pedro Alves <palves@redhat.com>
4945
4946 PR gdb/22293
4947 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4948 (top level): Move some tests to ...
4949 (test_not_found): ... this new procedure.
4950 (top level): Call it.
4951
7594f623
PA
49522017-10-13 Pedro Alves <palves@redhat.com>
4953
4954 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4955 expect different "info terminal" output if testing with a
4956 non-native target.
4957
ebe3b402
PA
49582017-10-13 Pedro Alves <palves@redhat.com>
4959 Simon Marchi <simon.marchi@polymtl.ca>
4960
4961 PR python/12966
4962 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4963
42f1b161
PA
49642017-10-13 Pedro Alves <palves@redhat.com>
4965
4966 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4967 already.
4968
8d6ef72b
PA
49692017-10-13 Pedro Alves <palves@redhat.com>
4970
4971 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4972 is_remote.
4973
d7bcd5b8
PA
49742017-10-13 Pedro Alves <palves@redhat.com>
4975
4976 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4977 is_remote.
4978
df479dc6
PA
49792017-10-13 Pedro Alves <palves@redhat.com>
4980
4981 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4982 is set.
4983 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4984 instead of is_remote.
4985
23fb630a
PA
49862017-10-13 Pedro Alves <palves@redhat.com>
4987
4988 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4989 (top level): Add comment.
4990
cc77b1dc
PA
49912017-10-13 Pedro Alves <palves@redhat.com>
4992
4993 * gdb.base/remote.exp (top level): Fix comment typo and add
4994 missing return.
4995
27c9e813
PA
49962017-10-13 Pedro Alves <palves@redhat.com>
4997 Simon Marchi <simon.marchi@polymtl.ca>
4998
4999 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
5000 calls and add comments. Skip test if use_gdb_stub is set.
5001 (top level): Use "set cwd" command instead of "cd" command.
5002
5e830d98
PA
50032017-10-13 Pedro Alves <palves@redhat.com>
5004
5005 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
5006 is_remote target check.
5007
f5ca0032
PA
50082017-10-13 Pedro Alves <palves@redhat.com>
5009
5010 * gdb.base/scope.exp: Use build_executable + clean_restart +
5011 gdb_file_cmd instead of prepare_for_testing and no longer skip
5012 "before run" tests on is_remote target boards. Update comments.
5013 * boards/native-extended-gdbserver.exp
5014 (extended_gdbserver_load_last_file): New, factored out from ...
5015 (gdb_load): ... this. Move further below and add comment.
5016 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
5017
8aed1c0d
PA
50182017-10-12 Pedro Alves <palves@redhat.com>
5019
5020 * gdb.base/attach.exp: Remove references to gdb64.
5021 * gdb.base/dbx.exp: Remove references to gdb64.
5022
cfa34c87
SM
50232017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5024 Pedro Alves <palves@redhat.com>
5025
5026 * gdb.base/label.exp: Remove is_remote target check.
5027
9192b7de
PA
50282017-10-12 Pedro Alves <palves@redhat.com>
5029
5030 * gdb.base/auvx.exp (coredir): Update comment.
5031 (top level) <core_works>: Use "set cwd" command instead of "cd"
5032 command.
5033
6bf0052d
PA
50342017-10-12 Pedro Alves <palves@redhat.com>
5035 Simon Marchi <simon.marchi@polymtl.ca>
5036
5037 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
5038 target boards.
5039
e48ef82d
PA
50402017-10-12 Pedro Alves <palves@redhat.com>
5041 Simon Marchi <simon.marchi@polymtl.ca>
5042
5043 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5044 Instead skip if there's any gdb_protocol set.
5045
8d7aea57
SM
50462017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5047 Pedro Alves <palves@redhat.com>
5048
5049 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5050
30440677
PA
50512017-10-12 Pedro Alves <palves@redhat.com>
5052 Simon Marchi <simon.marchi@polymtl.ca>
5053
5054 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5055 instead of on dejagnu remote boards.
5056
4e04f045 50572017-10-12 Pedro Alves <palves@redhat.com>
175654b9 5058 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
5059
5060 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5061 checks. Use build_executable + clean_restart instead of
5062 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5063 of enabling non-stop after starting gdb.
5064
871a186e
PA
50652017-10-12 Pedro Alves <palves@redhat.com>
5066
5067 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5068 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5069 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5070 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5071
56d704da
AK
50722017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5073
5074 * gdb.arch/arc-tdesc-cpu.exp: New file.
5075 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5076
2f20e312
SM
50772017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5078
5079 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5080
65630365
PA
50812017-10-10 Pedro Alves <palves@redhat.com>
5082
5083 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5084 expect CLI output.
5085
bf469271
PA
50862017-10-10 Pedro Alves <palves@redhat.com>
5087
5088 * lib/selftest-support.exp (selftest_setup): Update for
5089 captured_command_loop's prototype change.
5090
777a42f1
PA
50912017-10-09 Pedro Alves <palves@redhat.com>
5092
5093 Test both arch1=>arch2 and arch2=>arch1.
5094
5095 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5096 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5097 factored out to...
5098 (append_arch1_options, append_arch2_options, append_arch_options)
5099 (build_executables): New procedures.
5100 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5101 local.
5102 (top level): Add new 'first_arch' testing axis.
5103
cbd2b4e3
PA
51042017-10-09 Pedro Alves <palves@redhat.com>
5105
5106 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5107 (barrier): New.
5108 (thread_start, all_started): New functions.
5109 (main): Spawn new thread and wait until it is scheduled.
5110 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5111 option.
5112 (do_test): Add 'selected_thread' parameter. Run to all_started
5113 instead of main. Explicitly set the breakpoint at main. Switch
5114 to the SELECTED_THREAD thread.
5115 (top level): Test handling the exec event with either the main
5116 thread or the second thread selected.
5117
5c9e4427
PA
51182017-10-09 Pedro Alves <palves@redhat.com>
5119
5120 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5121 logic. Move STOP marker after the value checks.
5122 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5123 regexp.
5124
b3b7c423
SL
51252017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5126
5127 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5128
3b4b2f16
UW
51292017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5130
5131 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5132 integer-to-dfp conversion.
5133 * gdb.base/dfp-test.exp: Likewise.
5134
5cd63fda
PA
51352017-10-04 Pedro Alves <palves@redhat.com>
5136
5137 * gdb.multi/hangout.c: Include <unistd.h>.
5138 (hangout_loop): New function.
5139 (main): Call alarm. Call hangout_loop in a loop.
5140 * gdb.multi/hello.c: Include <unistd.h>.
5141 (hello_loop): New function.
5142 (main): Call alarm. Call hangout_loop in a loop.
5143 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5144 inferior with the other selected.
5145
4c71c105
SM
51462017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5147
5148 * gdb.mi/list-thread-groups-available.exp: New file.
5149 * gdb.mi/list-thread-groups-available.c: New file.
5150
bc3b087d
SDJ
51512017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5152
5153 * gdb.base/set-cwd.exp: Make it available on
5154 native-extended-gdbserver.
5155
d092c5a2
SDJ
51562017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5157
5158 * gdb.base/set-cwd.c: New file.
5159 * gdb.base/set-cwd.exp: Likewise.
5160
45320ffa
TT
51612017-10-02 Tom Tromey <tom@tromey.com>
5162
5163 PR rust/22236:
5164 * gdb.rust/simple.rs (main): New variable "fslice".
5165 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5166
b3e3859b
TT
51672017-10-02 Tom Tromey <tom@tromey.com>
5168
5169 * gdb.rust/simple.exp: Test ptype of a slice.
5170
01af5e0d
TT
51712017-10-02 Tom Tromey <tom@tromey.com>
5172
5173 * gdb.rust/simple.exp: Test index of slice.
5174
a9bbfbd8
TT
51752017-09-27 Tom Tromey <tom@tromey.com>
5176
5177 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5178
df8899e5
TP
51792017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5180 Pedro Alves <palves@redhat.com>
5181
5182 * gdb.base/compare-sections.exp (get value of read-only section): Read
5183 as unsigned value.
5184 (corrupt read-only section): Likewise and don't set written if patching
5185 failed.
5186
757bf54b
KB
51872017-09-21 Kevin Buettner <kevinb@redhat.com>
5188
5189 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5190 files.
5191
06871ae8
PA
51922017-09-20 Pedro Alves <palves@redhat.com>
5193
5194 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5195 symbol names in gdb's output.
5196 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5197
e5f25bc5
PA
51982017-09-20 Pedro Alves <palves@redhat.com>
5199
5200 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5201 Rename to ...
5202 (test_list_ambiguous_symbol): ... this and add a symbol name
5203 parameter. Adjust.
5204 (test_list_ambiguous_function): Reimplement on top of
5205 test_list_ambiguous_symbol and also test listing ambiguous
5206 variables.
5207 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5208 (ambiguous_fun): ... this.
5209 (ambiguous_var): New.
5210 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5211 (ambiguous_fun): ... this.
5212 (ambiguous_var): New.
5213
4e5a4f58
JB
52142017-09-19 John Baldwin <jhb@FreeBSD.org>
5215
5216 * gdb.base/starti.c: New file.
5217 * gdb.base/starti.exp: New file.
5218 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5219
26e53f3e
PA
52202017-09-14 Pedro Alves <palves@redhat.com>
5221
5222 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5223 (top level): Use it instead of runto.
5224
cb791d59
TT
52252017-09-11 Tom Tromey <tom@tromey.com>
5226
5227 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5228
7c96f8c1
TT
52292017-09-11 Tom Tromey <tom@tromey.com>
5230
5231 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5232 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5233
469412dd
CW
52342017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5235
5236 * gdb.fortran/printing-types.exp: New file.
5237 * gdb.fortran/printing-types.exp: New file.
5238
e0f86435
BH
52392017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5240
5241 * gdb.fortran/vla-ptype.exp: Fix typos.
5242 * gdb.fortran/vla-value.exp: Same.
5243
9e9af4be
BH
52442017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5245
5246 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5247 * gdb.mi/mi-var-child-f.exp: Likewise.
5248 * gdb.mi/mi-vla-fortran.exp: Likewise.
5249
a5ad232b 52502017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
5251 Christoph Weinmann <christoph.t.weinmann@intel.com>
5252 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
5253
5254 * gdb.fortran/ptr-indentation.f90: New file.
5255 * gdb.fortran/ptr-indentation.exp: New file.
5256
5aec60eb
TT
52572017-09-05 Tom Tromey <tom@tromey.com>
5258
5259 PR gdb/22010:
5260 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5261
8f8f8152
TP
52622017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5263
5264 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5265
fbd1b771
JK
52662017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5267
5268 * gdb.threads/tls-nodebug-pie.c: New file.
5269 * gdb.threads/tls-nodebug-pie.exp: New file.
5270
5eb5f850
TT
52712017-09-05 Tom Tromey <tom@tromey.com>
5272
5273 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5274 for rust.
5275
ae780a21
SM
52762017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5277
5278 * gdb.multi/multi-arch-exec.exp: Test with different
5279 "follow-exec-mode" settings.
5280 (do_test): New procedure.
5281
3693fdb3
PA
52822017-09-04 Pedro Alves <palves@redhat.com>
5283
5284 * gdb.base/func-static.c (S::method const, S::method volatile)
5285 (S::method volatile const): New methods.
5286 (c_s, v_s, cv_s): New instances.
5287 (main): Call method() on them.
5288 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5289 (cannot_resolve): New procedure.
5290 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5291 print-quote-unquoted columns.
5292 (do_test): Test printing each scope too.
5293
e68cb8e0
PA
52942017-09-04 Pedro Alves <palves@redhat.com>
5295
5296 * gdb.base/local-static.exp: Also test with
5297 class::method::variable wholly quoted.
5298 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5299
858be34c
PA
53002017-09-04 Pedro Alves <palves@redhat.com>
5301
5302 * gdb.base/local-static.c: New.
5303 * gdb.base/local-static.cc: New.
5304 * gdb.base/local-static.exp: New.
5305
46a4882b
PA
53062017-09-04 Pedro Alves <palves@redhat.com>
5307
5308 * gdb.asm/asm-source.exp: Add casts to int.
5309 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5310 (dataglobal64_1, dataglobal64_2): New globals.
5311 * gdb.base/nodebug.exp: Test different expressions involving the
5312 new globals, with print, whatis and ptype. Add casts to int.
5313 * gdb.base/solib-display.exp: Add casts to int.
5314 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5315 * gdb.cp/m-static.exp: Add cast to int.
5316 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5317 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5318 tls variable with no debug info without a cast. Test with a cast
5319 to int too.
5320 * gdb.trace/entry-values.exp: Add casts.
5321
2c5a2be1
PA
53222017-09-04 Pedro Alves <palves@redhat.com>
5323
5324 * gdb.base/nodebug.exp: Test that ptype's error about functions
5325 with unknown return type includes the function name too.
5326
7022349d
PA
53272017-09-04 Pedro Alves <palves@redhat.com>
5328
5329 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5330 return type of munmap in infcall.
5331 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5332 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5333 type of ftell in infcall.
5334 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5335 type of getpid in infcall.
5336 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5337 infcall.
5338 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5339 Bail on failure to extract the pid.
5340 * gdb.base/nodebug.c: #include <stdint.h>.
5341 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5342 New functions.
5343 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5344 Change expected output of print/whatis/ptype with functions with
5345 no debug info. Test all supported languages. Call
5346 test_call_promotion.
5347 * gdb.compile/compile.exp: Adjust expected output to expect
5348 warning.
5349 * gdb.threads/siginfo-threads.exp: Likewise.
5350
54990598
PA
53512017-09-04 Pedro Alves <palves@redhat.com>
5352
5353 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5354 "prototypes". Test calling float functions via prototyped and
5355 unprototyped function pointers.
5356 (perform_all_tests): New parameter "prototypes". Pass it down.
5357 (top level): Pass down "prototypes" parameter to
5358 perform_all_tests.
5359
34d16ea2
SM
53602017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5361
5362 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5363 Test with nested loops.
5364
9521ecda
SM
53652017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5366
5367 * gdb.base/commands.exp: Call the new procedures.
5368 (loop_break_test, loop_continue_test): New procedures.
5369
80a65e9b
SM
53702017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5371
5372 * gdb.base/commands.exp: Call new procedure.
5373 (define_if_without_arg_test): New procedure.
5374
e439fa14
PA
53752017-09-04 Pedro Alves <palves@redhat.com>
5376
5377 * gdb.base/list-ambiguous.exp: New file.
5378 * gdb.base/list-ambiguous0.c: New file.
5379 * gdb.base/list-ambiguous1.c: New file.
5380 * gdb.base/list.exp (test_list_range): Adjust expected output.
5381
0a2dde4a
SDJ
53822017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5383
5384 * gdb.base/share-env-with-gdbserver.c: New file.
5385 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5386
5e89eb3a
SM
53872017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5388
5389 * gdb.base/commands.exp (gdbvar_simple_if_test,
5390 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5391 progvar_simple_if_test, progvar_simple_while_test,
5392 progvar_complex_if_while_test, user_defined_command_test,
5393 user_defined_command_args_eval,
5394 user_defined_command_args_stack_test,
5395 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5396 temporary_breakpoint_commands,
5397 gdb_test_no_prompt, redefine_hook_test,
5398 redefine_backtrace_test): Remove "global gdb_prompt".
5399
fd437cbc
SM
54002017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5401
5402 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5403 New proc, call it from toplevel.
5404
87215ad1
SDJ
54052017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5406
5407 PR remote/21852
5408 * gdb.server/normal.c: New file, copied from gdb.base.
5409 * gdb.server/run-without-local-binary.exp: New file.
5410
58afddc6
WP
54112017-08-07 Weimin Pan <weimin.pan@oracle.com>
5412
5413 * gdb.arch/sparc64-adi.exp: New file.
5414 * gdb.arch/sparc64-adi.c: New file.
5415
5277199a
PA
54162017-08-22 Pedro Alves <palves@redhat.com>
5417
5418 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5419 (top level): Add "list all overloads" tests.
5420
14278e1f
TT
54212017-08-22 Tom Tromey <tom@tromey.com>
5422
5423 * gdb.gdb/xfullpath.exp: Remove.
5424
bf223d3e
PA
54252017-08-21 Pedro Alves <palves@redhat.com>
5426
5427 PR gdb/19487
5428 * gdb.base/symbol-alias.c: New.
5429 * gdb.base/symbol-alias2.c: New.
5430 * gdb.base/symbol-alias.exp: New.
5431
c973d0aa
PA
54322017-08-21 Pedro Alves <palves@redhat.com>
5433
5434 * gdb.base/dfp-test.c
5435 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5436 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5437 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5438 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5439 * gdb.base/whatis-ptype-typedefs.c: New.
5440 * gdb.base/whatis-ptype-typedefs.exp: New.
5441 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5442 (an_int, an_int_type, an_int_type2): New globals.
5443 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5444 involving typedefs and cast expressions.
5445 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5446 (lookup_typedefs_function): New.
5447 (typedefs_pretty_printers_dict): New.
5448 (top level): Register lookup_typedefs_function in
5449 gdb.pretty_printers.
5450
6d580b63
YQ
54512017-08-18 Yao Qi <yao.qi@linaro.org>
5452
5453 * gdb.server/unittest.exp: New.
5454
206726fb
SDJ
54552017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5456
5457 PR gdb/21954
5458 * gdb.base/environ.exp: Add test to check if 'unset environment'
5459 works.
5460
bf0ec4c2
AA
54612017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5462
5463 * lib/gdb.exp (universal_compile_options): New caching proc.
5464 (gdb_compile): Suppress GCC's coloring of messages.
5465
d6382fff
TT
54662017-08-14 Tom Tromey <tom@tromey.com>
5467
5468 PR gdb/21675:
5469 * gdb.base/printcmds.exp (test_radices): New function.
5470 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5471 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5472 * lib/gdb.exp (get_integer_valueof): Use p/d.
5473
c2c2dd9f
SM
54742017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5475
5476 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5477 characters.
5478
fdffd6f4
TT
54792017-08-05 Tom Tromey <tom@tromey.com>
5480
5481 * gdb.rust/simple.exp: Allow String to appear in a different
5482 namespace.
5483
27d41eac
YQ
54842017-07-26 Yao Qi <yao.qi@linaro.org>
5485
5486 * gdb.gdb/unittest.exp: Invoke command
5487 "maintenance check xml-descriptions".
5488
031ed05d
AA
54892017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5490
5491 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5492 calling context.
5493 (hex128): Drop erroneous calculation of parameters.
5494
dcd27ddf
SM
54952017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5496
5497 * gdb.python/py-unwind.exp: Disable stack protection when
5498 building test file.
5499
47e77640
PA
55002017-07-20 Pedro Alves <palves@redhat.com>
5501
5502 * gdb.base/default.exp (set language): Adjust expected output.
5503
62d2a18a
PA
55042017-07-20 Pedro Alves <palves@redhat.com>
5505
5506 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5507 (test_minsym): ... this, and make static.
5508 (get_pck__foo__bar__minsym): Rename to ...
5509 (get_test_minsym): ... this.
5510 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5511 symbol names and comments.
5512 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5513 (get_test_minsym): ... this.
5514 (pck__foo__bar__minsym__2): Rename to ...
5515 (test_minsym): ... this.
5516 (main): Adjust.
5517
c45ec17c
PA
55182017-07-17 Pedro Alves <palves@redhat.com>
5519
5520 * gdb.base/completion.exp: Adjust expected output.
5521 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5522 the completer works.
5523
c6756f62
PA
55242017-07-17 Pedro Alves <palves@redhat.com>
5525
5526 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5527
5bd68487
AB
55282017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5529
5530 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5531
8880f2a9
TT
55322017-07-14 Tom Tromey <tom@tromey.com>
5533
5534 PR rust/21764:
5535 * gdb.rust/simple.exp: Add tests.
5536
65547233
TT
55372017-07-14 Tom Tromey <tom@tromey.com>
5538
5539 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5540
8f14146e
PA
55412017-07-14 Pedro Alves <palves@redhat.com>
5542
5543 * gdb.linespec/base/one/thefile.cc (z1): New function.
5544 * gdb.linespec/base/two/thefile.cc (z2): New function.
5545 * gdb.linespec/linespec.exp: Add tests.
5546
b4365d02
AB
55472017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5548
5549 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5550 to mi_create_breakpoint.
5551
5d2cbaa5
AB
55522017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5553
5554 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5555 mi_create_breakpoint.
5556
11cb5716
IB
55572017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5558
5559 * gdb.dlang/demangle.exp: Update for demangling changes.
5560
03278692
TT
55612017-07-09 Tom Tromey <tom@tromey.com>
5562
5563 * gdb.dwarf2/shortpiece.exp: New file.
5564
33c5cd75
DB
55652017-07-06 David Blaikie <dblaikie@gmail.com>
5566
5567 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5568 built from fissiont-multi-cu{1,2}.c.
5569 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5570 except putting 'main' and 'func' in separate CUs in the same DWO file.
5571 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5572 test.
5573 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5574 test.
5575
8455d262
PA
55762017-07-06 Pedro Alves <palves@redhat.com>
5577
5578 * gdb.python/py-unwind.exp: Test flushregs.
5579
dc4bde35
SDJ
55802017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5581
5582 PR cli/21688
5583 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5584 tests for alias commands and trailing whitespace.
5585
51ed89aa
SDJ
55862017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5587
5588 PR cli/21688
5589 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5590 procedure. Call it.
5591
eb17d413
PA
55922017-06-29 Pedro Alves <palves@redhat.com>
5593
5594 * gdb.base/printcmds.exp: Add tests.
5595
41664b45
DG
55962017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5597
5598 PR gdb/21337
5599 * gdb.base/reread-readsym.exp: New file.
5600 * gdb.base/reread-readsym.c: New file.
5601
75312ae3
KB
56022017-06-21 Kevin Buettner <kevinb@redhat.com>
5603
5604 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5605 subpattern.
5606
66953522
PB
56072017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5608
5609 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5610 extended mnemonic.
5611 * gdb.arch/powerpc-power9.s: Likewise.
5612
5524b525
AA
56132017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5614
5615 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5616 on 32-bit x86 targets. Exploit is_*_target macros where
5617 appropriate.
5618
03c8af18
AA
56192017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5620
5621 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5622 register pieces.
5623
3bf31011
AA
56242017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5625
5626 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5627 located in one or more DWARF pieces.
5628
805acca0
AA
56292017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5630
5631 * lib/gdb.exp (get_endianness): New proc.
5632 * gdb.arch/aarch64-fp.exp: Use it.
5633 * gdb.arch/altivec-regs.exp: Likewise.
5634 * gdb.arch/e500-regs.exp: Likewise.
5635 * gdb.arch/vsx-regs.exp: Likewise.
5636 * gdb.base/dump.exp: Likewise.
5637 * gdb.base/funcargs.exp: Likewise.
5638 * gdb.base/gnu_vector.exp: Likewise.
5639 * gdb.dwarf2/formdata16.exp: Likewise.
5640 * gdb.dwarf2/implptrpiece.exp: Likewise.
5641 * gdb.dwarf2/nonvar-access.exp: Likewise.
5642 * gdb.python/py-inferior.exp: Likewise.
5643 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5644
e9352324
AA
56452017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5646
5647 PR gdb/21226
5648 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5649 stack value pieces are taken from the LSB end.
5650
d5d1163e
AA
56512017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5652
5653 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5654 variable at nonzero offset.
5655
0567c986
AA
56562017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5657
5658 * gdb.dwarf2/var-access.c: New file.
5659 * gdb.dwarf2/var-access.exp: New test.
5660 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5661
973e9aab
TT
56622017-06-12 Tom Tromey <tom@tromey.com>
5663
5664 * gdb.dwarf2/formdata16.exp: Add tests.
5665
d9109c80
TT
56662017-06-12 Tom Tromey <tom@tromey.com>
5667
5668 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5669
30a25466
TT
56702017-06-12 Tom Tromey <tom@tromey.com>
5671
5672 PR exp/16225:
5673 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5674 * gdb.arch/vsx-regs.exp: Update tests.
5675 * gdb.arch/s390-vregs.exp (hex128): New proc.
5676 Update test.
5677 * gdb.arch/altivec-regs.exp: Update tests.
5678
aefd8b33
SDJ
56792017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5680
5681 * gdb.base/startup-with-shell.c: New file.
5682 * gdb.base/startup-with-shell.exp: Likewise.
5683
2090129c
SDJ
56842017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5685
5686 * gdb.server/non-existing-program.exp: Update regex in order to
5687 reflect the fact that gdbserver is now using fork_inferior (with a
5688 shell) to startup the inferior.
5689
8e86a419
SM
56902017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5691
5692 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5693 support function calls from GDB.
5694
e6cf65f2
TT
56952017-05-21 Tom Tromey <tom@tromey.com>
5696
5697 PR rust/21466:
5698 * gdb.rust/unsized.exp: New file.
5699 * gdb.rust/unsized.rs: New file.
5700
43cc5389
TT
57012017-05-19 Tom Tromey <tom@tromey.com>
5702
5703 PR rust/21484:
5704 * gdb.rust/watch.exp: New file.
5705 * gdb.rust/watch.rs: New file.
5706
ec8df234
TT
57072017-05-18 Tom Tromey <tom@tromey.com>
5708
5709 * gdb.rust/simple.exp: Allow Box to be qualified.
5710
3e3e7fae
TP
57112017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5712
5713 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5714
59cc050d
PA
57152017-05-18 Pedro Alves <palves@redhat.com>
5716
5717 * gdb.base/fileio.c (test_write, test_read, test_close)
5718 (test_fstat): Don't print 'ret' in the fail path.
5719
c8f6abd1
PA
57202017-05-18 Pedro Alves <palves@redhat.com>
5721
5722 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5723 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5724 (test_system, test_rename, test_unlink, test_time): Change
5725 prototypes.
5726 * gdb.base/fileio.exp (stop_msg): Adjust.
5727
d2a03b77
PA
57282017-05-18 Pedro Alves <palves@redhat.com>
5729
5730 * gdb.base/fileio.c (null_str): New global.
5731 (test_stat): Use it.
5732 * gdb.base/fileio.exp: Remove nowarnings.
5733
0d5c6999
YQ
57342017-05-17 Yao Qi <yao.qi@linaro.org>
5735
5736 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5737
21873064
YQ
57382017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5739
5740 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5741 argument command.
5742 (top-level): Invoke test_set_inferior_tty.
5743
d512d31c
PA
57442017-05-04 Pedro Alves <palves@redhat.com>
5745
5746 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5747 Add parens to print call for Python 3.
5748
90cef2ed
KS
57492017-05-03 Keith Seitz <keiths@redhat.com>
5750
5751 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5752 (main): Call it.
5753
14f819c8
TW
57542017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5755
5756 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5757 to prev and next.
5758
913aeadd
TW
57592017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5760
5761 * gdb.python/py-record-btrace.exp: Remove test for
5762 gdb.BtraceInstruction.error.
5763
a3be24ad
TW
57642017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5765
5766 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5767
ae20e79a
TW
57682017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5769
5770 * gdb.python/py-record-btrace-threads.c: New file.
5771 * gdb.python/py-record-btrace-threads.exp: New file.
5772
45ce1b47
SDJ
57732017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5774
5775 PR testsuite/8595
5776 * gdb.base/environ.exp: Make test available in all architectures.
5777 Move bits related to "info program" testing to
5778 gdb.base/info-program.exp. Rewrite tests to use the two new
5779 procedures mentione below.
5780 (test_set_show_env_var) New procedure.
5781 (test_set_show_env_var_equal): Likewise.
5782 * gdb.base/info-program.exp: New file.
5783
e15c3eb4
KS
57842017-04-27 Keith Seitz <keiths@redhat.com>
5785
5786 * gdb.cp/oranking.cc (test15): New function.
5787 (main): Call test15 and declare additional variables for testing.
5788 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5789 "p foo101('abc')" tests.
5790 Add tests for cv qualifier overloads.
5791 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5792 "lvalue reference overload" test.
5793 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5794 "print value of f1 on Child&& in f2" test.
5795
3a3fd0fd
PA
57962017-04-19 Pedro Alves <palves@redhat.com>
5797
5798 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5799 procedure.
5800 (top level): Call it.
5801 * lib/gdb.exp (gdb_define_cmd): New procedure.
5802
53375380
PA
58032017-04-12 Pedro Alves <palves@redhat.com>
5804
5805 PR gdb/21323
5806 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5807 (wchar): New global.
5808 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5809 (do_test_wide_char, wide_char_types_no_program, top level): Add
5810 wchar_t testing.
5811
53e710ac
PA
58122017-04-12 Pedro Alves <palves@redhat.com>
5813
5814 PR c++/21323
5815 * gdb.cp/wide_char_types.c: New file.
5816 * gdb.cp/wide_char_types.exp: New file.
5817
0ad9d8c7
SDJ
58182017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5819
5820 PR gdb/21352
5821 * gdb.trace/tsv.exp: Add test for "tsave -r".
5822
b1b45502
IB
58232017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5824
5825 * gdb.dlang/watch-loc.c: New file.
5826 * gdb.dlang/watch-loc.exp: New file.
5827
ec13808e
JK
58282017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5829
5830 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5831
fe5f7374
AK
58322017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5833
5834 * gdb.arch/arc-analyze-prologue.S: New file.
5835 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5836
eea78757
AK
58372017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5838
5839 * gdb.arch/arc-decode-insn.S: New file.
5840 * gdb.arch/arc-decode-insn.exp: Likewise.
5841
5badf10a
IR
58422017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5843
5844 PR tdep/20928
5845 * gdb.arch/sparc64-regs.exp: New file.
5846 * gdb.arch/sparc64-regs.S: Likewise.
5847
cee59b3f
TW
58482017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5849
5850 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5851 and memory view on Python 3.
5852
c0f55cc6
AV
58532017-03-20 Artemiy Volkov <artemiyv@acm.org>
5854 Keith Seitz <keiths@redhat.com>
5855
5856 PR gdb/14441
5857 * gdb.cp/demangle.exp: Add rvalue reference tests.
5858 * gdb.cp/rvalue-ref-casts.cc: New file.
5859 * gdb.cp/rvalue-ref-casts.exp: New file.
5860 * gdb.cp/rvalue-ref-overload.cc: New file.
5861 * gdb.cp/rvalue-ref-overload.exp: New file.
5862 * gdb.cp/rvalue-ref-params.cc: New file.
5863 * gdb.cp/rvalue-ref-params.exp: New file.
5864 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5865 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5866 * gdb.cp/rvalue-ref-types.cc: New file.
5867 * gdb.cp/rvalue-ref-types.exp: New file.
5868 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5869 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5870
51457a05
MAL
58712017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5872
5873 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5874 New procedure.
5875
5b291c04
MAL
58762017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5877
5878 * lib/mi-support.exp (mi_gdb_test): Add additional message
5879 for unexpected output.
5880
59a56148
AA
58812017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5882
5883 * gdb.base/examine-backward.c (Barrier): New character array
5884 constant, to ensure that TestStrings is preceded by a string
5885 terminator.
5886
7942e96e
AA
58872017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5888
5889 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5890 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5891 and implicit pointer into such a location.
5892
6ebac3fb
DE
58932017-03-16 Doug Evans <dje@google.com>
5894
5895 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5896
ec3b243d
TP
58972017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5898
5899 * gdb.cp/m-static.exp: Fix expectation for prototype of
5900 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
5901
59022017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
5903
5904 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5905 * gdb.guile/scm-lazy-string.c: New file.
5906 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5907 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5908 for pointer, array, typedef lazy strings.
5909
2cc36e25 59102017-03-16 Doug Evans <dje@google.com>
34b43320
DE
5911
5912 PR python/17728, python/18439, python/18779
5913 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5914 * gdb.python/py-lazy-string.c (pointer): New typedef.
5915 (main): New locals ptr, array, typedef_ptr.
5916 * gdb.python/py-value.exp: Move lazy string tests to ...
5917 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5918 array, typedef lazy strings.
ec3b243d 5919
0efcde63
AK
59202017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5921
5922 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5923 Add optional 'test' parameter.
5924
7978d7c3
SM
59252017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5926
5927 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5928 Skip for versions of DejaGnu < 1.5.
5929
896c0c1e
SM
59302017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5931
5932 * lib/gdb.exp (dejagnu_version): New proc.
5933 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5934 Use dejagnu_version.
5935
5f4d1085
KS
59362017-03-10 Keith Seitz <keiths@redhat.com>
5937
5938 PR c++/8128
5939 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5940 type from destructor regexps.
5941 Add a branch which actually passes the test.
5942 Adjust "ptype t5i" test names.
5943
1de05205
PA
59442017-03-08 Pedro Alves <palves@redhat.com>
5945
5946 * gdb.base/step-over-exit.exp: Add explicit test message.
5947
c65d6b55
PA
59482017-03-08 Pedro Alves <palves@redhat.com>
5949
5950 PR gdb/18360
5951 * gdb.threads/interrupt-while-step-over.c: New file.
5952 * gdb.threads/interrupt-while-step-over.exp: New file.
5953
2e86a283
PA
59542017-03-08 Pedro Alves <palves@redhat.com>
5955
5956 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5957 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5958
25dcbff6
PA
59592017-03-08 Pedro Alves <palves@redhat.com>
5960
5961 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5962 PKRU as not supported as a PASS.
5963
dc9366eb
PA
59642017-03-08 Pedro Alves <palves@redhat.com>
5965
5966 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5967 prefix instead of $binfile1/$binfile2.
5968 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5969 in test message.
5970 * gdb.python/py-completion.exp: Use "load python file" as test
5971 messages instead of unstable path names.
5972
6e5d74e7
PA
59732017-03-08 Pedro Alves <palves@redhat.com>
5974 Jan Kratochvil <jan.kratochvil@redhat.com>
5975
5976 PR cli/21218
5977 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5978 New proc.
5979 (top level): Call it.
5980
9753a2f6
PA
59812017-03-08 Pedro Alves <palves@redhat.com>
5982
5983 PR tui/21216
5984 * gdb.tui/tui-nl-filtered-output.exp: New file.
5985
1a4dd9dd
PA
59862017-03-08 Pedro Alves <palves@redhat.com>
5987
5988 * gdb.base/completion.exp: Move TUI completion tests to ...
5989 * gdb.tui/completion.exp: ... this new file.
5990
7cbbff33
PA
59912017-03-08 Pedro Alves <palves@redhat.com>
5992
5993 * gdb.base/tui-disasm-long-lines.c,
5994 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5995 gdb.base/tui-layout.exp: Move to ...
5996 * gdb.tui/: ... this new directory.
5997
5f6fd321
PA
59982017-03-07 Pedro Alves <palves@redhat.com>
5999
6000 * gdb.base/tui-layout.c: New file.
6001 * gdb.base/tui-layout.exp: New file.
6002
44959fa8
PA
60032017-03-07 Pedro Alves <palves@redhat.com>
6004
6005 * gdb.base/tui-layout.c: Rename to ...
6006 * gdb.base/tui-disasm-long-lines.c: ... this.
6007 * gdb.base/tui-layout.exp: Rename to ...
6008 * gdb.base/tui-disasm-long-lines.exp: ... this.
6009
f8c4e718
PA
60102017-03-07 Pedro Alves <palves@redhat.com>
6011
6012 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
6013
6dbb839a 60142017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
6015
6016 * i386-mpx-call.c: New file.
6017 * i386-mpx-call.exp: New file.
6018
65b48a81
PB
60192017-02-28 Peter Bergner <bergner@vnet.ibm.com>
6020
6021 * gdb.arch/powerpc-power.exp: Delete test.
6022 * gdb.arch/powerpc-power.s: Likewise.
6023 * gdb.disasm/disassembler-options.exp: New test.
6024 * gdb.arch/powerpc-altivec.exp: Likewise.
6025 * gdb.arch/powerpc-altivec.s: Likewise.
6026 * gdb.arch/powerpc-altivec2.exp: Likewise.
6027 * gdb.arch/powerpc-altivec2.s: Likewise.
6028 * gdb.arch/powerpc-altivec3.exp: Likewise.
6029 * gdb.arch/powerpc-altivec3.s: Likewise.
6030 * gdb.arch/powerpc-power7.exp: Likewise.
6031 * gdb.arch/powerpc-power7.s: Likewise.
6032 * gdb.arch/powerpc-power8.exp: Likewise.
6033 * gdb.arch/powerpc-power8.s: Likewise.
6034 * gdb.arch/powerpc-power9.exp: Likewise.
6035 * gdb.arch/powerpc-power9.s: Likewise.
6036 * gdb.arch/powerpc-vsx.exp: Likewise.
6037 * gdb.arch/powerpc-vsx.s: Likewise.
6038 * gdb.arch/powerpc-vsx2.exp: Likewise.
6039 * gdb.arch/powerpc-vsx2.s: Likewise.
6040 * gdb.arch/powerpc-vsx3.exp: Likewise.
6041 * gdb.arch/powerpc-vsx3.s: Likewise.
6042 * gdb.arch/arm-disassembler-options.exp: Likewise.
6043 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6044 * gdb.arch/s390-disassembler-options.exp: Likewise.
6045
17cd4947
LM
60462017-02-23 Luis Machado <lgustavo@codesourcery.com>
6047
6048 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6049 (check_supported_features): ... this. Changed return type to void.
6050 (supports_rdseed): New static global.
6051 (rdseed): Check supports_rdseed.
6052 (initialize): Call check_supported_features.
6053
2039d74e
EBM
60542017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6055
6056 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6057 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6058 and lqarx/stqcx.
6059 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6060 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6061
a51d7ecf
EBM
60622017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6063
6064 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6065 uppercase.
6066
0224619f
JK
60672017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6068
6069 * gdb.dwarf2/formdata16.c: New file.
6070 * gdb.dwarf2/formdata16.exp: New file.
6071 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6072
216f72a1
JK
60732017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6074
6075 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6076 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6077 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6078 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6079 DW_AT_GNU_*.
6080
43988095
JK
60812017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6082
6083 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6084
99e8a4f9
SDJ
60852017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6086
6087 PR gdb/21164
6088 * gdb.base/maint.exp: Add testcases for when the commands do
6089 not have arguments.
6090
b58a8c0c
TP
60912017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6092
6093 * gdb.cp/chained-calls.exp: Use p instead of P.
6094
4e746bb6
TW
60952017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6096
6097 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6098 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6099
3f77c769
TT
61002017-02-14 Tom Tromey <tom@tromey.com>
6101
6102 PR python/13598:
6103 * gdb.python/py-events.exp: Add before_prompt event tests.
6104
075beec0
AA
61052017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6106
6107 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6108
bf5f525c
LM
61092017-02-13 Luis Machado <lgustavo@codesourcery.com>
6110
6111 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6112 (main): Call my_unique_function_name.
6113 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6114 completion of patterns with a single match.
6115 Add missing -re switches to gdb_test_multiple calls.
6116
13a66184
LM
61172017-02-13 Luis Machado <lgustavo@codesourcery.com>
6118
6119 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6120 return if core file is not recognized.
6121
26a06916
SM
61222017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6123
6124 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6125 and extra UIs.
6126
b761ca9e
SM
61272017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6128
6129 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6130 proc_with_prefix.
6131
b964bee0
TT
61322017-02-10 Tom Tromey <tom@tromey.com>
6133
6134 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6135
18da0c51
MG
61362017-02-10 Martin Galvan <martingalvan@sourceware.org>
6137
6138 PR gdb/21122
6139 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6140
604c4576
JG
61412017-02-08 Jerome Guitton <guitton@adacore.com>
6142
6143 * gdb.base/define.exp: Add test for command abbreviations
6144 in define.
6145
20b477a7
LM
61462017-02-06 Luis Machado <lgustavo@codesourcery.com>
6147
6148 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6149 * gdb.reverse/insn-reverse-x86.c: New file.
6150
3f7b46f2
IR
61512017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6152
6153 PR tdep/20936
6154 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6155
f0fd41c1
TT
61562017-02-03 Tom Tromey <tom@tromey.com>
6157
6158 PR rust/21097:
6159 * gdb.rust/simple.exp: Add new tests.
6160
5be5dbf0
PA
61612017-02-02 Pedro Alves <palves@redhat.com>
6162
6163 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6164 tests.
6165
7346ef59
AA
61662017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6167
6168 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6169 taking a 2-byte value out of a 4-byte DWARF implicit value on
6170 big-endian targets.
6171 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6172 logic. Add test cases for DW_OP_implicit.
6173
787f0025
MM
61742017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6175
6176 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6177
68777c29
MM
61782017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6179
6180 * gdb.btrace/enable.exp: Call gdb_exit before
6181 skip_gdbserver_tests.
6182
0a1c7e28
MM
61832017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6184
6185 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6186 GDBFLAGS.
6187
b5ac99b0
MM
61882017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6189
6190 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6191 the test is skipped.
6192 * gdb.btrace/data.exp: Likewise.
6193 * gdb.btrace/delta.exp: Likewise.
6194 * gdb.btrace/dlopen.exp: Likewise.
6195 * gdb.btrace/enable-running.exp: Likewise.
6196 * gdb.btrace/enable.exp: Likewise.
6197 * gdb.btrace/exception.exp: Likewise.
6198 * gdb.btrace/function_call_history.exp: Likewise.
6199 * gdb.btrace/gcore.exp: Likewise.
6200 * gdb.btrace/instruction_history.exp: Likewise.
6201 * gdb.btrace/multi-thread-step.exp: Likewise.
6202 * gdb.btrace/nohist.exp: Likewise.
6203 * gdb.btrace/non-stop.exp: Likewise.
6204 * gdb.btrace/reconnect.exp: Likewise.
6205 * gdb.btrace/record_goto-step.exp: Likewise.
6206 * gdb.btrace/record_goto.exp: Likewise.
6207 * gdb.btrace/rn-dl-bind.exp: Likewise.
6208 * gdb.btrace/segv.exp: Likewise.
6209 * gdb.btrace/step.exp: Likewise.
6210 * gdb.btrace/stepi.exp: Likewise.
6211 * gdb.btrace/tailcall-only.exp: Likewise.
6212 * gdb.btrace/tailcall.exp: Likewise.
6213 * gdb.btrace/tsx.exp: Likewise.
6214 * gdb.btrace/unknown_functions.exp: Likewise.
6215 * gdb.btrace/vdso.exp: Likewise.
6216
cd4007e4
MM
62172017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6218
6219 * gdb.btrace/enable-running.c: New.
6220 * gdb.btrace/enable-running.exp: New.
6221
2735833d
WT
62222017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6223
6224 * gdb.arch/amd64-gs_base.c: New file.
6225 * gdb.arch/amd64-gs_base.exp: New file.
6226
b51e1e94
LM
62272017-01-26 Luis Machado <lgustavo@codesourcery.com>
6228
6229 * lib/memory.exp: Remove spurious empty newlines.
6230
72ca0410
SM
62312017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6232
6233 * gdb.python/py-bad-printers.exp: Load python file using "source".
6234 * gdb.python/py-events.exp: Likewise.
6235 * gdb.python/py-evsignal.exp: Likewise.
6236 * gdb.python/py-evthreads.exp: Likewise.
6237 * gdb.python/py-frame-args.exp: Likewise.
6238 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6239 * gdb.python/py-framefilter-mi.exp: Likewise.
6240 * gdb.python/py-framefilter.exp: Likewise.
6241 * gdb.python/py-mi.exp: Likewise.
6242 * gdb.python/py-pp-maint.exp: Likewise.
6243 * gdb.python/py-pp-registration.exp: Likewise.
6244 * gdb.python/py-prettyprint.exp: Likewise.
6245 (run_lang_tests): Likewise.
6246 * gdb.python/py-typeprint.exp: Likewise.
6247
e309aa65
LM
62482017-01-26 Luis Machado <lgustavo@codesourcery.com>
6249
6250 * lib/memory.exp: New file.
6251 * lib/gdb.exp: Load memory.exp.
6252 * gdb.base/memattr.exp (delete_memory): Move proc to
6253 lib/memory.exp and rename to delete_memory_regions.
6254 Replace delete_memory with delete_memory_regions.
6255 Cleanup memory regions before tests.
6256 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6257 before tests.
6258
515aff23
LM
62592017-01-26 Luis Machado <lgustavo@codesourcery.com>
6260
6261 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6262 files.
6263 (initialize): New function conditionally defined.
6264 (testcases): Move within conditional block.
6265 (main): Call initialize.
6266 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6267 of gdb.reverse/insn-reverse.c.
6268 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6269 gdb.reverse/insn-reverse.c.
6270
d8b49cf0
YQ
62712017-01-26 Yao Qi <yao.qi@linaro.org>
6272
6273 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6274 disassemble on address 0.
6275
f13a9a0c
YQ
62762017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6277 Yao Qi <yao.qi@linaro.org>
6278
6279 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6280 * gdb.dwarf2/implptr-64bit.S: Remove.
6281 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6282 variables in caller's context. Add DW_OP_implicit_value.
6283
5ac95241
YQ
62842017-01-25 Yao Qi <yao.qi@linaro.org>
6285
6286 * lib/dwarf.exp (Dwarf::_location): Handle
6287 DW_OP_GNU_implicit_pointer with proper size.
6288
23e82930
LM
62892017-01-20 Luis Machado <lgustavo@codesourcery.com>
6290
6291 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6292 and add untested calls.
6293
d334ae25
LM
62942017-01-20 Luis Machado <lgustavo@codesourcery.com>
6295
6296 * gdb.python/python.exp: Check line number against what GDB thinks
6297 the line number is for func1.
6298
f5e6296e
IB
62992017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6300
6301 * gdb.dlang/debug-expr.exp: New file.
6302
5b362f04
LM
63032016-12-23 Luis Machado <lgustavo@codesourcery.com>
6304
6305 Fix test names for the following files:
6306
6307 * gdb.ada/exec_changed.exp
6308 * gdb.ada/info_types.exp
6309 * gdb.arch/aarch64-atomic-inst.exp
6310 * gdb.arch/aarch64-fp.exp
6311 * gdb.arch/altivec-abi.exp
6312 * gdb.arch/altivec-regs.exp
6313 * gdb.arch/amd64-byte.exp
6314 * gdb.arch/amd64-disp-step.exp
6315 * gdb.arch/amd64-dword.exp
6316 * gdb.arch/amd64-entry-value-inline.exp
6317 * gdb.arch/amd64-entry-value-param.exp
6318 * gdb.arch/amd64-entry-value-paramref.exp
6319 * gdb.arch/amd64-entry-value.exp
6320 * gdb.arch/amd64-i386-address.exp
6321 * gdb.arch/amd64-invalid-stack-middle.exp
6322 * gdb.arch/amd64-invalid-stack-top.exp
6323 * gdb.arch/amd64-optimout-repeat.exp
6324 * gdb.arch/amd64-prologue-skip.exp
6325 * gdb.arch/amd64-prologue-xmm.exp
6326 * gdb.arch/amd64-stap-special-operands.exp
6327 * gdb.arch/amd64-stap-wrong-subexp.exp
6328 * gdb.arch/amd64-tailcall-cxx.exp
6329 * gdb.arch/amd64-tailcall-noret.exp
6330 * gdb.arch/amd64-tailcall-ret.exp
6331 * gdb.arch/amd64-tailcall-self.exp
6332 * gdb.arch/amd64-word.exp
6333 * gdb.arch/arm-bl-branch-dest.exp
6334 * gdb.arch/arm-disp-step.exp
6335 * gdb.arch/arm-neon.exp
6336 * gdb.arch/arm-single-step-kernel-helper.exp
6337 * gdb.arch/avr-flash-qualifier.exp
6338 * gdb.arch/disp-step-insn-reloc.exp
6339 * gdb.arch/e500-abi.exp
6340 * gdb.arch/e500-regs.exp
6341 * gdb.arch/ftrace-insn-reloc.exp
6342 * gdb.arch/i386-avx512.exp
6343 * gdb.arch/i386-bp_permanent.exp
6344 * gdb.arch/i386-byte.exp
6345 * gdb.arch/i386-cfi-notcurrent.exp
6346 * gdb.arch/i386-disp-step.exp
6347 * gdb.arch/i386-dr3-watch.exp
6348 * gdb.arch/i386-float.exp
6349 * gdb.arch/i386-gnu-cfi.exp
6350 * gdb.arch/i386-mpx-map.exp
6351 * gdb.arch/i386-mpx-sigsegv.exp
6352 * gdb.arch/i386-mpx-simple_segv.exp
6353 * gdb.arch/i386-mpx.exp
6354 * gdb.arch/i386-permbkpt.exp
6355 * gdb.arch/i386-prologue.exp
6356 * gdb.arch/i386-signal.exp
6357 * gdb.arch/i386-size-overlap.exp
6358 * gdb.arch/i386-unwind.exp
6359 * gdb.arch/i386-word.exp
6360 * gdb.arch/mips-fcr.exp
6361 * gdb.arch/powerpc-d128-regs.exp
6362 * gdb.arch/powerpc-stackless.exp
6363 * gdb.arch/ppc64-atomic-inst.exp
6364 * gdb.arch/s390-stackless.exp
6365 * gdb.arch/s390-tdbregs.exp
6366 * gdb.arch/s390-vregs.exp
6367 * gdb.arch/sparc-sysstep.exp
6368 * gdb.arch/thumb-bx-pc.exp
6369 * gdb.arch/thumb-singlestep.exp
6370 * gdb.arch/thumb2-it.exp
6371 * gdb.arch/vsx-regs.exp
6372 * gdb.asm/asm-source.exp
6373 * gdb.base/a2-run.exp
6374 * gdb.base/advance.exp
6375 * gdb.base/all-bin.exp
6376 * gdb.base/anon.exp
6377 * gdb.base/args.exp
6378 * gdb.base/arithmet.exp
6379 * gdb.base/async-shell.exp
6380 * gdb.base/async.exp
6381 * gdb.base/attach-pie-noexec.exp
6382 * gdb.base/attach-twice.exp
6383 * gdb.base/auto-load.exp
6384 * gdb.base/bang.exp
6385 * gdb.base/bitfields.exp
6386 * gdb.base/break-always.exp
6387 * gdb.base/break-caller-line.exp
6388 * gdb.base/break-entry.exp
6389 * gdb.base/break-inline.exp
6390 * gdb.base/break-on-linker-gcd-function.exp
6391 * gdb.base/break-probes.exp
6392 * gdb.base/break.exp
6393 * gdb.base/breakpoint-shadow.exp
6394 * gdb.base/call-ar-st.exp
6395 * gdb.base/call-sc.exp
6396 * gdb.base/call-signal-resume.exp
6397 * gdb.base/call-strs.exp
6398 * gdb.base/callfuncs.exp
6399 * gdb.base/catch-fork-static.exp
6400 * gdb.base/catch-gdb-caused-signals.exp
6401 * gdb.base/catch-load.exp
6402 * gdb.base/catch-signal-fork.exp
6403 * gdb.base/catch-signal.exp
6404 * gdb.base/catch-syscall.exp
6405 * gdb.base/charset.exp
6406 * gdb.base/checkpoint.exp
6407 * gdb.base/chng-syms.exp
6408 * gdb.base/code-expr.exp
6409 * gdb.base/code_elim.exp
6410 * gdb.base/commands.exp
6411 * gdb.base/completion.exp
6412 * gdb.base/complex.exp
6413 * gdb.base/cond-expr.exp
6414 * gdb.base/condbreak.exp
6415 * gdb.base/consecutive.exp
6416 * gdb.base/continue-all-already-running.exp
6417 * gdb.base/coredump-filter.exp
6418 * gdb.base/corefile.exp
6419 * gdb.base/dbx.exp
6420 * gdb.base/debug-expr.exp
6421 * gdb.base/define.exp
6422 * gdb.base/del.exp
6423 * gdb.base/disabled-location.exp
6424 * gdb.base/disasm-end-cu.exp
6425 * gdb.base/disasm-optim.exp
6426 * gdb.base/display.exp
6427 * gdb.base/duplicate-bp.exp
6428 * gdb.base/ena-dis-br.exp
6429 * gdb.base/ending-run.exp
6430 * gdb.base/enumval.exp
6431 * gdb.base/environ.exp
6432 * gdb.base/eu-strip-infcall.exp
6433 * gdb.base/eval-avoid-side-effects.exp
6434 * gdb.base/eval-skip.exp
6435 * gdb.base/exitsignal.exp
6436 * gdb.base/expand-psymtabs.exp
6437 * gdb.base/filesym.exp
6438 * gdb.base/find-unmapped.exp
6439 * gdb.base/finish.exp
6440 * gdb.base/float.exp
6441 * gdb.base/foll-exec-mode.exp
6442 * gdb.base/foll-exec.exp
6443 * gdb.base/foll-fork.exp
6444 * gdb.base/fortran-sym-case.exp
6445 * gdb.base/freebpcmd.exp
6446 * gdb.base/func-ptr.exp
6447 * gdb.base/func-ptrs.exp
6448 * gdb.base/funcargs.exp
6449 * gdb.base/gcore-buffer-overflow.exp
6450 * gdb.base/gcore-relro-pie.exp
6451 * gdb.base/gcore-relro.exp
6452 * gdb.base/gcore.exp
6453 * gdb.base/gdb1090.exp
6454 * gdb.base/gdb11530.exp
6455 * gdb.base/gdb11531.exp
6456 * gdb.base/gdb1821.exp
6457 * gdb.base/gdbindex-stabs.exp
6458 * gdb.base/gdbvars.exp
6459 * gdb.base/hbreak.exp
6460 * gdb.base/hbreak2.exp
6461 * gdb.base/included.exp
6462 * gdb.base/infcall-input.exp
6463 * gdb.base/inferior-died.exp
6464 * gdb.base/infnan.exp
6465 * gdb.base/info-macros.exp
6466 * gdb.base/info-os.exp
6467 * gdb.base/info-proc.exp
6468 * gdb.base/info-shared.exp
6469 * gdb.base/info-target.exp
6470 * gdb.base/infoline.exp
6471 * gdb.base/interp.exp
6472 * gdb.base/interrupt.exp
6473 * gdb.base/jit-reader.exp
6474 * gdb.base/jit-simple.exp
6475 * gdb.base/kill-after-signal.exp
6476 * gdb.base/kill-detach-inferiors-cmd.exp
6477 * gdb.base/label.exp
6478 * gdb.base/langs.exp
6479 * gdb.base/ldbl_e308.exp
6480 * gdb.base/line-symtabs.exp
6481 * gdb.base/linespecs.exp
6482 * gdb.base/list.exp
6483 * gdb.base/long_long.exp
6484 * gdb.base/longest-types.exp
6485 * gdb.base/maint.exp
6486 * gdb.base/max-value-size.exp
6487 * gdb.base/memattr.exp
6488 * gdb.base/mips_pro.exp
6489 * gdb.base/morestack.exp
6490 * gdb.base/moribund-step.exp
6491 * gdb.base/multi-forks.exp
6492 * gdb.base/nested-addr.exp
6493 * gdb.base/nextoverexit.exp
6494 * gdb.base/noreturn-finish.exp
6495 * gdb.base/noreturn-return.exp
6496 * gdb.base/nostdlib.exp
6497 * gdb.base/offsets.exp
6498 * gdb.base/opaque.exp
6499 * gdb.base/pc-fp.exp
6500 * gdb.base/permissions.exp
6501 * gdb.base/print-symbol-loading.exp
6502 * gdb.base/prologue-include.exp
6503 * gdb.base/psymtab.exp
6504 * gdb.base/ptype.exp
6505 * gdb.base/random-signal.exp
6506 * gdb.base/randomize.exp
6507 * gdb.base/range-stepping.exp
6508 * gdb.base/readline-ask.exp
6509 * gdb.base/recpar.exp
6510 * gdb.base/recurse.exp
6511 * gdb.base/relational.exp
6512 * gdb.base/restore.exp
6513 * gdb.base/return-nodebug.exp
6514 * gdb.base/return.exp
6515 * gdb.base/run-after-attach.exp
6516 * gdb.base/save-bp.exp
6517 * gdb.base/scope.exp
6518 * gdb.base/sect-cmd.exp
6519 * gdb.base/set-lang-auto.exp
6520 * gdb.base/set-noassign.exp
6521 * gdb.base/setvar.exp
6522 * gdb.base/sigall.exp
6523 * gdb.base/sigbpt.exp
6524 * gdb.base/siginfo-addr.exp
6525 * gdb.base/siginfo-infcall.exp
6526 * gdb.base/siginfo-obj.exp
6527 * gdb.base/siginfo.exp
6528 * gdb.base/signals-state-child.exp
6529 * gdb.base/signest.exp
6530 * gdb.base/sigstep.exp
6531 * gdb.base/sizeof.exp
6532 * gdb.base/skip.exp
6533 * gdb.base/solib-corrupted.exp
6534 * gdb.base/solib-nodir.exp
6535 * gdb.base/solib-search.exp
6536 * gdb.base/stack-checking.exp
6537 * gdb.base/stale-infcall.exp
6538 * gdb.base/stap-probe.exp
6539 * gdb.base/start.exp
6540 * gdb.base/step-break.exp
6541 * gdb.base/step-bt.exp
6542 * gdb.base/step-line.exp
6543 * gdb.base/step-over-exit.exp
6544 * gdb.base/step-over-syscall.exp
6545 * gdb.base/step-resume-infcall.exp
6546 * gdb.base/step-test.exp
6547 * gdb.base/store.exp
6548 * gdb.base/structs3.exp
6549 * gdb.base/sym-file.exp
6550 * gdb.base/symbol-without-target_section.exp
6551 * gdb.base/term.exp
6552 * gdb.base/testenv.exp
6553 * gdb.base/ui-redirect.exp
6554 * gdb.base/until.exp
6555 * gdb.base/unwindonsignal.exp
6556 * gdb.base/value-double-free.exp
6557 * gdb.base/vla-datatypes.exp
6558 * gdb.base/vla-ptr.exp
6559 * gdb.base/vla-sideeffect.exp
6560 * gdb.base/volatile.exp
6561 * gdb.base/watch-cond-infcall.exp
6562 * gdb.base/watch-cond.exp
6563 * gdb.base/watch-non-mem.exp
6564 * gdb.base/watch-read.exp
6565 * gdb.base/watch-vfork.exp
6566 * gdb.base/watchpoint-cond-gone.exp
6567 * gdb.base/watchpoint-delete.exp
6568 * gdb.base/watchpoint-hw-hit-once.exp
6569 * gdb.base/watchpoint-hw.exp
6570 * gdb.base/watchpoint-stops-at-right-insn.exp
6571 * gdb.base/watchpoints.exp
6572 * gdb.base/wchar.exp
6573 * gdb.base/whatis-exp.exp
6574 * gdb.btrace/buffer-size.exp
6575 * gdb.btrace/data.exp
6576 * gdb.btrace/delta.exp
6577 * gdb.btrace/dlopen.exp
6578 * gdb.btrace/enable.exp
6579 * gdb.btrace/exception.exp
6580 * gdb.btrace/function_call_history.exp
6581 * gdb.btrace/gcore.exp
6582 * gdb.btrace/instruction_history.exp
6583 * gdb.btrace/nohist.exp
6584 * gdb.btrace/reconnect.exp
6585 * gdb.btrace/record_goto-step.exp
6586 * gdb.btrace/record_goto.exp
6587 * gdb.btrace/rn-dl-bind.exp
6588 * gdb.btrace/segv.exp
6589 * gdb.btrace/step.exp
6590 * gdb.btrace/stepi.exp
6591 * gdb.btrace/tailcall-only.exp
6592 * gdb.btrace/tailcall.exp
6593 * gdb.btrace/tsx.exp
6594 * gdb.btrace/unknown_functions.exp
6595 * gdb.btrace/vdso.exp
6596 * gdb.compile/compile-ifunc.exp
6597 * gdb.compile/compile-ops.exp
6598 * gdb.compile/compile-print.exp
6599 * gdb.compile/compile-setjmp.exp
6600 * gdb.cp/abstract-origin.exp
6601 * gdb.cp/ambiguous.exp
6602 * gdb.cp/annota2.exp
6603 * gdb.cp/annota3.exp
6604 * gdb.cp/anon-ns.exp
6605 * gdb.cp/anon-struct.exp
6606 * gdb.cp/anon-union.exp
6607 * gdb.cp/arg-reference.exp
6608 * gdb.cp/baseenum.exp
6609 * gdb.cp/bool.exp
6610 * gdb.cp/breakpoint.exp
6611 * gdb.cp/bs15503.exp
6612 * gdb.cp/call-c.exp
6613 * gdb.cp/casts.exp
6614 * gdb.cp/chained-calls.exp
6615 * gdb.cp/class2.exp
6616 * gdb.cp/classes.exp
6617 * gdb.cp/cmpd-minsyms.exp
6618 * gdb.cp/converts.exp
6619 * gdb.cp/cp-relocate.exp
6620 * gdb.cp/cpcompletion.exp
6621 * gdb.cp/cpexprs.exp
6622 * gdb.cp/cplabel.exp
6623 * gdb.cp/cplusfuncs.exp
6624 * gdb.cp/cpsizeof.exp
6625 * gdb.cp/ctti.exp
6626 * gdb.cp/derivation.exp
6627 * gdb.cp/destrprint.exp
6628 * gdb.cp/dispcxx.exp
6629 * gdb.cp/enum-class.exp
6630 * gdb.cp/exception.exp
6631 * gdb.cp/exceptprint.exp
6632 * gdb.cp/expand-psymtabs-cxx.exp
6633 * gdb.cp/expand-sals.exp
6634 * gdb.cp/extern-c.exp
6635 * gdb.cp/filename.exp
6636 * gdb.cp/formatted-ref.exp
6637 * gdb.cp/fpointer.exp
6638 * gdb.cp/gdb1355.exp
6639 * gdb.cp/gdb2495.exp
6640 * gdb.cp/hang.exp
6641 * gdb.cp/impl-this.exp
6642 * gdb.cp/infcall-dlopen.exp
6643 * gdb.cp/inherit.exp
6644 * gdb.cp/iostream.exp
6645 * gdb.cp/koenig.exp
6646 * gdb.cp/local.exp
6647 * gdb.cp/m-data.exp
6648 * gdb.cp/m-static.exp
6649 * gdb.cp/mb-ctor.exp
6650 * gdb.cp/mb-inline.exp
6651 * gdb.cp/mb-templates.exp
6652 * gdb.cp/member-name.exp
6653 * gdb.cp/member-ptr.exp
6654 * gdb.cp/meth-typedefs.exp
6655 * gdb.cp/method.exp
6656 * gdb.cp/method2.exp
6657 * gdb.cp/minsym-fallback.exp
6658 * gdb.cp/misc.exp
6659 * gdb.cp/namelessclass.exp
6660 * gdb.cp/namespace-enum.exp
6661 * gdb.cp/namespace-nested-import.exp
6662 * gdb.cp/namespace.exp
6663 * gdb.cp/nextoverthrow.exp
6664 * gdb.cp/no-dmgl-verbose.exp
6665 * gdb.cp/non-trivial-retval.exp
6666 * gdb.cp/noparam.exp
6667 * gdb.cp/nsdecl.exp
6668 * gdb.cp/nsimport.exp
6669 * gdb.cp/nsnested.exp
6670 * gdb.cp/nsnoimports.exp
6671 * gdb.cp/nsrecurs.exp
6672 * gdb.cp/nsstress.exp
6673 * gdb.cp/nsusing.exp
6674 * gdb.cp/operator.exp
6675 * gdb.cp/oranking.exp
6676 * gdb.cp/overload-const.exp
6677 * gdb.cp/overload.exp
6678 * gdb.cp/ovldbreak.exp
6679 * gdb.cp/ovsrch.exp
6680 * gdb.cp/paren-type.exp
6681 * gdb.cp/parse-lang.exp
6682 * gdb.cp/pass-by-ref.exp
6683 * gdb.cp/pr-1023.exp
6684 * gdb.cp/pr-1210.exp
6685 * gdb.cp/pr-574.exp
6686 * gdb.cp/pr10687.exp
6687 * gdb.cp/pr12028.exp
6688 * gdb.cp/pr17132.exp
6689 * gdb.cp/pr17494.exp
6690 * gdb.cp/pr9067.exp
6691 * gdb.cp/pr9167.exp
6692 * gdb.cp/pr9631.exp
6693 * gdb.cp/printmethod.exp
6694 * gdb.cp/psmang.exp
6695 * gdb.cp/psymtab-parameter.exp
6696 * gdb.cp/ptype-cv-cp.exp
6697 * gdb.cp/ptype-flags.exp
6698 * gdb.cp/re-set-overloaded.exp
6699 * gdb.cp/ref-types.exp
6700 * gdb.cp/rtti.exp
6701 * gdb.cp/scope-err.exp
6702 * gdb.cp/shadow.exp
6703 * gdb.cp/smartp.exp
6704 * gdb.cp/static-method.exp
6705 * gdb.cp/static-print-quit.exp
6706 * gdb.cp/temargs.exp
6707 * gdb.cp/templates.exp
6708 * gdb.cp/try_catch.exp
6709 * gdb.cp/typedef-operator.exp
6710 * gdb.cp/typeid.exp
6711 * gdb.cp/userdef.exp
6712 * gdb.cp/using-crash.exp
6713 * gdb.cp/var-tag.exp
6714 * gdb.cp/virtbase.exp
6715 * gdb.cp/virtfunc.exp
6716 * gdb.cp/virtfunc2.exp
6717 * gdb.cp/vla-cxx.exp
6718 * gdb.disasm/t01_mov.exp
6719 * gdb.disasm/t02_mova.exp
6720 * gdb.disasm/t03_add.exp
6721 * gdb.disasm/t04_sub.exp
6722 * gdb.disasm/t05_cmp.exp
6723 * gdb.disasm/t06_ari2.exp
6724 * gdb.disasm/t07_ari3.exp
6725 * gdb.disasm/t08_or.exp
6726 * gdb.disasm/t09_xor.exp
6727 * gdb.disasm/t10_and.exp
6728 * gdb.disasm/t11_logs.exp
6729 * gdb.disasm/t12_bit.exp
6730 * gdb.disasm/t13_otr.exp
6731 * gdb.dlang/circular.exp
6732 * gdb.dwarf2/arr-stride.exp
6733 * gdb.dwarf2/arr-subrange.exp
6734 * gdb.dwarf2/atomic-type.exp
6735 * gdb.dwarf2/bad-regnum.exp
6736 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6737 * gdb.dwarf2/callframecfa.exp
6738 * gdb.dwarf2/clztest.exp
6739 * gdb.dwarf2/corrupt.exp
6740 * gdb.dwarf2/data-loc.exp
6741 * gdb.dwarf2/dup-psym.exp
6742 * gdb.dwarf2/dw2-anon-mptr.exp
6743 * gdb.dwarf2/dw2-anonymous-func.exp
6744 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6745 * gdb.dwarf2/dw2-bad-unresolved.exp
6746 * gdb.dwarf2/dw2-basic.exp
6747 * gdb.dwarf2/dw2-canonicalize-type.exp
6748 * gdb.dwarf2/dw2-case-insensitive.exp
6749 * gdb.dwarf2/dw2-common-block.exp
6750 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6751 * gdb.dwarf2/dw2-compressed.exp
6752 * gdb.dwarf2/dw2-const.exp
6753 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6754 * gdb.dwarf2/dw2-cu-size.exp
6755 * gdb.dwarf2/dw2-dup-frame.exp
6756 * gdb.dwarf2/dw2-entry-value.exp
6757 * gdb.dwarf2/dw2-icycle.exp
6758 * gdb.dwarf2/dw2-ifort-parameter.exp
6759 * gdb.dwarf2/dw2-inline-break.exp
6760 * gdb.dwarf2/dw2-inline-param.exp
6761 * gdb.dwarf2/dw2-intercu.exp
6762 * gdb.dwarf2/dw2-intermix.exp
6763 * gdb.dwarf2/dw2-lexical-block-bare.exp
6764 * gdb.dwarf2/dw2-linkage-name-trust.exp
6765 * gdb.dwarf2/dw2-minsym-in-cu.exp
6766 * gdb.dwarf2/dw2-noloc.exp
6767 * gdb.dwarf2/dw2-op-call.exp
6768 * gdb.dwarf2/dw2-op-out-param.exp
6769 * gdb.dwarf2/dw2-opt-structptr.exp
6770 * gdb.dwarf2/dw2-param-error.exp
6771 * gdb.dwarf2/dw2-producer.exp
6772 * gdb.dwarf2/dw2-ranges-base.exp
6773 * gdb.dwarf2/dw2-ref-missing-frame.exp
6774 * gdb.dwarf2/dw2-reg-undefined.exp
6775 * gdb.dwarf2/dw2-regno-invalid.exp
6776 * gdb.dwarf2/dw2-restore.exp
6777 * gdb.dwarf2/dw2-restrict.exp
6778 * gdb.dwarf2/dw2-single-line-discriminators.exp
6779 * gdb.dwarf2/dw2-strp.exp
6780 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6781 * gdb.dwarf2/dw2-unresolved.exp
6782 * gdb.dwarf2/dw2-var-zero-addr.exp
6783 * gdb.dwarf2/dw4-sig-types.exp
6784 * gdb.dwarf2/dwz.exp
6785 * gdb.dwarf2/dynarr-ptr.exp
6786 * gdb.dwarf2/enum-type.exp
6787 * gdb.dwarf2/gdb-index.exp
6788 * gdb.dwarf2/implptr-64bit.exp
6789 * gdb.dwarf2/implptr-optimized-out.exp
6790 * gdb.dwarf2/implptr.exp
6791 * gdb.dwarf2/implref-array.exp
6792 * gdb.dwarf2/implref-const.exp
6793 * gdb.dwarf2/implref-global.exp
6794 * gdb.dwarf2/implref-struct.exp
6795 * gdb.dwarf2/mac-fileno.exp
6796 * gdb.dwarf2/main-subprogram.exp
6797 * gdb.dwarf2/member-ptr-forwardref.exp
6798 * gdb.dwarf2/method-ptr.exp
6799 * gdb.dwarf2/missing-sig-type.exp
6800 * gdb.dwarf2/nonvar-access.exp
6801 * gdb.dwarf2/opaque-type-lookup.exp
6802 * gdb.dwarf2/pieces-optimized-out.exp
6803 * gdb.dwarf2/pieces.exp
6804 * gdb.dwarf2/pr10770.exp
6805 * gdb.dwarf2/pr13961.exp
6806 * gdb.dwarf2/staticvirtual.exp
6807 * gdb.dwarf2/subrange.exp
6808 * gdb.dwarf2/symtab-producer.exp
6809 * gdb.dwarf2/trace-crash.exp
6810 * gdb.dwarf2/typeddwarf.exp
6811 * gdb.dwarf2/valop.exp
6812 * gdb.dwarf2/watch-notconst.exp
6813 * gdb.fortran/array-element.exp
6814 * gdb.fortran/charset.exp
6815 * gdb.fortran/common-block.exp
6816 * gdb.fortran/complex.exp
6817 * gdb.fortran/derived-type-function.exp
6818 * gdb.fortran/derived-type.exp
6819 * gdb.fortran/logical.exp
6820 * gdb.fortran/module.exp
6821 * gdb.fortran/multi-dim.exp
6822 * gdb.fortran/nested-funcs.exp
6823 * gdb.fortran/print-formatted.exp
6824 * gdb.fortran/subarray.exp
6825 * gdb.fortran/vla-alloc-assoc.exp
6826 * gdb.fortran/vla-datatypes.exp
6827 * gdb.fortran/vla-history.exp
6828 * gdb.fortran/vla-ptr-info.exp
6829 * gdb.fortran/vla-ptype-sub.exp
6830 * gdb.fortran/vla-ptype.exp
6831 * gdb.fortran/vla-sizeof.exp
6832 * gdb.fortran/vla-type.exp
6833 * gdb.fortran/vla-value-sub-arbitrary.exp
6834 * gdb.fortran/vla-value-sub-finish.exp
6835 * gdb.fortran/vla-value-sub.exp
6836 * gdb.fortran/vla-value.exp
6837 * gdb.fortran/whatis_type.exp
6838 * gdb.go/chan.exp
6839 * gdb.go/handcall.exp
6840 * gdb.go/hello.exp
6841 * gdb.go/integers.exp
6842 * gdb.go/methods.exp
6843 * gdb.go/package.exp
6844 * gdb.go/strings.exp
6845 * gdb.go/types.exp
6846 * gdb.go/unsafe.exp
6847 * gdb.guile/scm-arch.exp
6848 * gdb.guile/scm-block.exp
6849 * gdb.guile/scm-breakpoint.exp
6850 * gdb.guile/scm-cmd.exp
6851 * gdb.guile/scm-disasm.exp
6852 * gdb.guile/scm-equal.exp
6853 * gdb.guile/scm-frame-args.exp
6854 * gdb.guile/scm-frame-inline.exp
6855 * gdb.guile/scm-frame.exp
6856 * gdb.guile/scm-iterator.exp
6857 * gdb.guile/scm-math.exp
6858 * gdb.guile/scm-objfile.exp
6859 * gdb.guile/scm-ports.exp
6860 * gdb.guile/scm-symbol.exp
6861 * gdb.guile/scm-symtab.exp
6862 * gdb.guile/scm-value-cc.exp
6863 * gdb.guile/types-module.exp
6864 * gdb.linespec/break-ask.exp
6865 * gdb.linespec/cpexplicit.exp
6866 * gdb.linespec/explicit.exp
6867 * gdb.linespec/keywords.exp
6868 * gdb.linespec/linespec.exp
6869 * gdb.linespec/ls-dollar.exp
6870 * gdb.linespec/ls-errs.exp
6871 * gdb.linespec/skip-two.exp
6872 * gdb.linespec/thread.exp
6873 * gdb.mi/mi-async.exp
6874 * gdb.mi/mi-basics.exp
6875 * gdb.mi/mi-break.exp
6876 * gdb.mi/mi-catch-load.exp
6877 * gdb.mi/mi-cli.exp
6878 * gdb.mi/mi-cmd-param-changed.exp
6879 * gdb.mi/mi-console.exp
6880 * gdb.mi/mi-detach.exp
6881 * gdb.mi/mi-disassemble.exp
6882 * gdb.mi/mi-eval.exp
6883 * gdb.mi/mi-file-transfer.exp
6884 * gdb.mi/mi-file.exp
6885 * gdb.mi/mi-fill-memory.exp
6886 * gdb.mi/mi-inheritance-syntax-error.exp
6887 * gdb.mi/mi-linespec-err-cp.exp
6888 * gdb.mi/mi-logging.exp
6889 * gdb.mi/mi-memory-changed.exp
6890 * gdb.mi/mi-read-memory.exp
6891 * gdb.mi/mi-record-changed.exp
6892 * gdb.mi/mi-reg-undefined.exp
6893 * gdb.mi/mi-regs.exp
6894 * gdb.mi/mi-return.exp
6895 * gdb.mi/mi-reverse.exp
6896 * gdb.mi/mi-simplerun.exp
6897 * gdb.mi/mi-solib.exp
6898 * gdb.mi/mi-stack.exp
6899 * gdb.mi/mi-stepi.exp
6900 * gdb.mi/mi-syn-frame.exp
6901 * gdb.mi/mi-until.exp
6902 * gdb.mi/mi-var-block.exp
6903 * gdb.mi/mi-var-child.exp
6904 * gdb.mi/mi-var-cmd.exp
6905 * gdb.mi/mi-var-cp.exp
6906 * gdb.mi/mi-var-display.exp
6907 * gdb.mi/mi-var-invalidate.exp
6908 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6909 * gdb.mi/mi-vla-fortran.exp
6910 * gdb.mi/mi-watch.exp
6911 * gdb.mi/mi2-var-child.exp
6912 * gdb.mi/user-selected-context-sync.exp
6913 * gdb.modula2/unbounded-array.exp
6914 * gdb.multi/dummy-frame-restore.exp
6915 * gdb.multi/multi-arch-exec.exp
6916 * gdb.multi/multi-arch.exp
6917 * gdb.multi/tids.exp
6918 * gdb.multi/watchpoint-multi.exp
6919 * gdb.opencl/callfuncs.exp
6920 * gdb.opencl/convs_casts.exp
6921 * gdb.opencl/datatypes.exp
6922 * gdb.opencl/operators.exp
6923 * gdb.opencl/vec_comps.exp
6924 * gdb.opt/clobbered-registers-O2.exp
6925 * gdb.opt/inline-break.exp
6926 * gdb.opt/inline-bt.exp
6927 * gdb.opt/inline-cmds.exp
6928 * gdb.opt/inline-locals.exp
6929 * gdb.pascal/case-insensitive-symbols.exp
6930 * gdb.pascal/floats.exp
6931 * gdb.pascal/gdb11492.exp
6932 * gdb.python/lib-types.exp
6933 * gdb.python/py-arch.exp
6934 * gdb.python/py-as-string.exp
6935 * gdb.python/py-bad-printers.exp
6936 * gdb.python/py-block.exp
6937 * gdb.python/py-breakpoint-create-fail.exp
6938 * gdb.python/py-breakpoint.exp
6939 * gdb.python/py-caller-is.exp
6940 * gdb.python/py-cmd.exp
6941 * gdb.python/py-explore-cc.exp
6942 * gdb.python/py-explore.exp
6943 * gdb.python/py-finish-breakpoint.exp
6944 * gdb.python/py-finish-breakpoint2.exp
6945 * gdb.python/py-frame-args.exp
6946 * gdb.python/py-frame-inline.exp
6947 * gdb.python/py-frame.exp
6948 * gdb.python/py-framefilter-mi.exp
6949 * gdb.python/py-infthread.exp
6950 * gdb.python/py-lazy-string.exp
6951 * gdb.python/py-linetable.exp
6952 * gdb.python/py-mi-events.exp
6953 * gdb.python/py-mi-objfile.exp
6954 * gdb.python/py-mi.exp
6955 * gdb.python/py-objfile.exp
6956 * gdb.python/py-pp-integral.exp
6957 * gdb.python/py-pp-maint.exp
6958 * gdb.python/py-pp-re-notag.exp
6959 * gdb.python/py-pp-registration.exp
6960 * gdb.python/py-recurse-unwind.exp
6961 * gdb.python/py-strfns.exp
6962 * gdb.python/py-symbol.exp
6963 * gdb.python/py-symtab.exp
6964 * gdb.python/py-sync-interp.exp
6965 * gdb.python/py-typeprint.exp
6966 * gdb.python/py-unwind-maint.exp
6967 * gdb.python/py-unwind.exp
6968 * gdb.python/py-value-cc.exp
6969 * gdb.python/py-xmethods.exp
6970 * gdb.reverse/amd64-tailcall-reverse.exp
6971 * gdb.reverse/break-precsave.exp
6972 * gdb.reverse/break-reverse.exp
6973 * gdb.reverse/consecutive-precsave.exp
6974 * gdb.reverse/consecutive-reverse.exp
6975 * gdb.reverse/finish-precsave.exp
6976 * gdb.reverse/finish-reverse-bkpt.exp
6977 * gdb.reverse/finish-reverse.exp
6978 * gdb.reverse/fstatat-reverse.exp
6979 * gdb.reverse/getresuid-reverse.exp
6980 * gdb.reverse/i386-precsave.exp
6981 * gdb.reverse/i386-reverse.exp
6982 * gdb.reverse/i386-sse-reverse.exp
6983 * gdb.reverse/i387-env-reverse.exp
6984 * gdb.reverse/i387-stack-reverse.exp
6985 * gdb.reverse/insn-reverse.exp
6986 * gdb.reverse/machinestate-precsave.exp
6987 * gdb.reverse/machinestate.exp
6988 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6989 * gdb.reverse/pipe-reverse.exp
6990 * gdb.reverse/readv-reverse.exp
6991 * gdb.reverse/recvmsg-reverse.exp
6992 * gdb.reverse/rerun-prec.exp
6993 * gdb.reverse/s390-mvcle.exp
6994 * gdb.reverse/step-precsave.exp
6995 * gdb.reverse/step-reverse.exp
6996 * gdb.reverse/time-reverse.exp
6997 * gdb.reverse/until-precsave.exp
6998 * gdb.reverse/until-reverse.exp
6999 * gdb.reverse/waitpid-reverse.exp
7000 * gdb.reverse/watch-precsave.exp
7001 * gdb.reverse/watch-reverse.exp
7002 * gdb.rust/generics.exp
7003 * gdb.rust/methods.exp
7004 * gdb.rust/modules.exp
7005 * gdb.rust/simple.exp
7006 * gdb.server/connect-with-no-symbol-file.exp
7007 * gdb.server/ext-attach.exp
7008 * gdb.server/ext-restart.exp
7009 * gdb.server/ext-wrapper.exp
7010 * gdb.server/file-transfer.exp
7011 * gdb.server/server-exec-info.exp
7012 * gdb.server/server-kill.exp
7013 * gdb.server/server-mon.exp
7014 * gdb.server/wrapper.exp
7015 * gdb.stabs/exclfwd.exp
7016 * gdb.stabs/gdb11479.exp
7017 * gdb.threads/clone-new-thread-event.exp
7018 * gdb.threads/corethreads.exp
7019 * gdb.threads/current-lwp-dead.exp
7020 * gdb.threads/dlopen-libpthread.exp
7021 * gdb.threads/gcore-thread.exp
7022 * gdb.threads/sigstep-threads.exp
7023 * gdb.threads/watchpoint-fork.exp
7024 * gdb.trace/actions-changed.exp
7025 * gdb.trace/backtrace.exp
7026 * gdb.trace/change-loc.exp
7027 * gdb.trace/circ.exp
7028 * gdb.trace/collection.exp
7029 * gdb.trace/disconnected-tracing.exp
7030 * gdb.trace/ftrace.exp
7031 * gdb.trace/mi-trace-frame-collected.exp
7032 * gdb.trace/mi-trace-unavailable.exp
7033 * gdb.trace/mi-traceframe-changed.exp
7034 * gdb.trace/mi-tsv-changed.exp
7035 * gdb.trace/no-attach-trace.exp
7036 * gdb.trace/passc-dyn.exp
7037 * gdb.trace/qtro.exp
7038 * gdb.trace/range-stepping.exp
7039 * gdb.trace/read-memory.exp
7040 * gdb.trace/save-trace.exp
7041 * gdb.trace/signal.exp
7042 * gdb.trace/status-stop.exp
7043 * gdb.trace/tfile.exp
7044 * gdb.trace/trace-break.exp
7045 * gdb.trace/trace-buffer-size.exp
7046 * gdb.trace/trace-condition.exp
7047 * gdb.trace/tracefile-pseudo-reg.exp
7048 * gdb.trace/tstatus.exp
7049 * gdb.trace/unavailable.exp
7050 * gdb.trace/while-dyn.exp
7051 * gdb.trace/while-stepping.exp
7052
34c41c68
DE
70532016-12-22 Doug Evans <xdje42@gmail.com>
7054
7055 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7056 and msymbols.
7057
16e69324
YQ
70582016-12-19 Yao Qi <yao.qi@linaro.org>
7059
7060 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7061 (test_with_self): Don't call do_steps_and_nexts, and remove
7062 code about stepping into xmalloc.
7063
f94f411b
YQ
70642016-12-09 Yao Qi <yao.qi@linaro.org>
7065
7066 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7067
70682016-12-09 Yao Qi <yao.qi@linaro.org>
7069
7070 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7071
f1b5deee
PA
70722016-12-09 Pedro Alves <palves@redhat.com>
7073
7074 * gdb.base/all-architectures-0.exp: New file.
7075 * gdb.base/all-architectures-1.exp: New file.
7076 * gdb.base/all-architectures-2.exp: New file.
7077 * gdb.base/all-architectures-3.exp: New file.
7078 * gdb.base/all-architectures-4.exp: New file.
7079 * gdb.base/all-architectures-5.exp: New file.
7080 * gdb.base/all-architectures-6.exp: New file.
7081 * gdb.base/all-architectures-7.exp: New file.
7082 * gdb.base/all-architectures.exp.in: New file.
7083
364ca42e
YQ
70842016-12-09 Yao Qi <yao.qi@linaro.org>
7085
7086 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7087
107c2d62
LM
70882016-12-02 Luis Machado <lgustavo@codesourcery.com>
7089
7090 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7091 possible.
7092 Remove useless pattern-matching code.
7093
df3ee9ca
PA
70942016-12-02 Pedro Alves <palves@redhat.com>
7095
7096 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7097 procedure.
7098 (top level): Call it.
7099
ec835369
PA
71002016-12-02 Pedro Alves <palves@redhat.com>
7101
7102 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7103 New procedure.
7104 (top level): Call it.
7105
01770bbd
PA
71062016-12-02 Pedro Alves <palves@redhat.com>
7107
7108 PR cli/20559
7109 * gdb.base/commands.exp (user_defined_command_args_eval): New
7110 procedure.
7111 (top level): Call it.
7112
008459ea
LM
71132016-12-02 Luis Machado <lgustavo@codesourcery.com>
7114
7115 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7116 timeout handling.
7117
0c1b455e
TT
71182016-12-02 Tom Tromey <tom@tromey.com>
7119
7120 * gdb.dwarf2/main-subprogram.c: New file.
7121 * gdb.dwarf2/main-subprogram.exp: New file.
7122
018572b8
LM
71232016-12-01 Luis Machado <lgustavo@codesourcery.com>
7124
7125 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7126 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7127 gdb_test_no_output for a couple of cases.
7128 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7129
84c93cd5
LM
71302016-12-01 Luis Machado <lgustavo@codesourcery.com>
7131
7132 Fix test names and standardize compilation error messages throughout
7133 the following files:
7134
7135 * gdb.ada/start.exp
7136 * gdb.arch/alpha-step.exp
7137 * gdb.arch/e500-prologue.exp
7138 * gdb.arch/ftrace-insn-reloc.exp
7139 * gdb.arch/gdb1291.exp
7140 * gdb.arch/gdb1431.exp
7141 * gdb.arch/gdb1558.exp
7142 * gdb.arch/i386-dr3-watch.exp
7143 * gdb.arch/i386-sse-stack-align.exp
7144 * gdb.arch/ia64-breakpoint-shadow.exp
7145 * gdb.arch/pa-nullify.exp
7146 * gdb.arch/powerpc-aix-prologue.exp
7147 * gdb.arch/thumb-bx-pc.exp
7148 * gdb.base/annota1.exp
7149 * gdb.base/annota3.exp
7150 * gdb.base/arrayidx.exp
7151 * gdb.base/assign.exp
7152 * gdb.base/attach.exp
7153 * gdb.base/auxv.exp
7154 * gdb.base/bang.exp
7155 * gdb.base/bfp-test.exp
7156 * gdb.base/bigcore.exp
7157 * gdb.base/bitfields2.exp
7158 * gdb.base/break-fun-addr.exp
7159 * gdb.base/break-probes.exp
7160 * gdb.base/call-rt-st.exp
7161 * gdb.base/callexit.exp
7162 * gdb.base/catch-fork-kill.exp
7163 * gdb.base/charset.exp
7164 * gdb.base/checkpoint.exp
7165 * gdb.base/comprdebug.exp
7166 * gdb.base/constvars.exp
7167 * gdb.base/coredump-filter.exp
7168 * gdb.base/cursal.exp
7169 * gdb.base/cvexpr.exp
7170 * gdb.base/detach.exp
7171 * gdb.base/display.exp
7172 * gdb.base/dmsym.exp
7173 * gdb.base/dprintf-pending.exp
7174 * gdb.base/dso2dso.exp
7175 * gdb.base/dtrace-probe.exp
7176 * gdb.base/dump.exp
7177 * gdb.base/enum_cond.exp
7178 * gdb.base/exe-lock.exp
7179 * gdb.base/exec-invalid-sysroot.exp
7180 * gdb.base/execl-update-breakpoints.exp
7181 * gdb.base/exprs.exp
7182 * gdb.base/fileio.exp
7183 * gdb.base/find.exp
7184 * gdb.base/finish.exp
7185 * gdb.base/fixsection.exp
7186 * gdb.base/foll-vfork.exp
7187 * gdb.base/frame-args.exp
7188 * gdb.base/gcore.exp
7189 * gdb.base/gdb1250.exp
7190 * gdb.base/global-var-nested-by-dso.exp
7191 * gdb.base/gnu-ifunc.exp
7192 * gdb.base/hashline1.exp
7193 * gdb.base/hashline2.exp
7194 * gdb.base/hashline3.exp
7195 * gdb.base/hbreak-in-shr-unsupported.exp
7196 * gdb.base/huge.exp
7197 * gdb.base/infcall-input.exp
7198 * gdb.base/info-fun.exp
7199 * gdb.base/info-shared.exp
7200 * gdb.base/jit-simple.exp
7201 * gdb.base/jit-so.exp
7202 * gdb.base/jit.exp
7203 * gdb.base/jump.exp
7204 * gdb.base/label.exp
7205 * gdb.base/lineinc.exp
7206 * gdb.base/logical.exp
7207 * gdb.base/longjmp.exp
7208 * gdb.base/macscp.exp
7209 * gdb.base/miscexprs.exp
7210 * gdb.base/new-ui-echo.exp
7211 * gdb.base/new-ui-pending-input.exp
7212 * gdb.base/new-ui.exp
7213 * gdb.base/nodebug.exp
7214 * gdb.base/nofield.exp
7215 * gdb.base/offsets.exp
7216 * gdb.base/overlays.exp
7217 * gdb.base/pending.exp
7218 * gdb.base/pointers.exp
7219 * gdb.base/pr11022.exp
7220 * gdb.base/printcmds.exp
7221 * gdb.base/prologue.exp
7222 * gdb.base/ptr-typedef.exp
7223 * gdb.base/realname-expand.exp
7224 * gdb.base/relativedebug.exp
7225 * gdb.base/relocate.exp
7226 * gdb.base/remote.exp
7227 * gdb.base/reread.exp
7228 * gdb.base/return2.exp
7229 * gdb.base/savedregs.exp
7230 * gdb.base/sep.exp
7231 * gdb.base/sepdebug.exp
7232 * gdb.base/sepsymtab.exp
7233 * gdb.base/set-inferior-tty.exp
7234 * gdb.base/setshow.exp
7235 * gdb.base/shlib-call.exp
7236 * gdb.base/sigaltstack.exp
7237 * gdb.base/siginfo-addr.exp
7238 * gdb.base/signals.exp
7239 * gdb.base/signull.exp
7240 * gdb.base/sigrepeat.exp
7241 * gdb.base/so-impl-ld.exp
7242 * gdb.base/solib-display.exp
7243 * gdb.base/solib-overlap.exp
7244 * gdb.base/solib-search.exp
7245 * gdb.base/solib-symbol.exp
7246 * gdb.base/structs.exp
7247 * gdb.base/structs2.exp
7248 * gdb.base/symtab-search-order.exp
7249 * gdb.base/twice.exp
7250 * gdb.base/unload.exp
7251 * gdb.base/varargs.exp
7252 * gdb.base/watchpoint-solib.exp
7253 * gdb.base/watchpoint.exp
7254 * gdb.base/whatis.exp
7255 * gdb.base/wrong_frame_bt_full.exp
7256 * gdb.btrace/dlopen.exp
7257 * gdb.cell/ea-standalone.exp
7258 * gdb.cell/ea-test.exp
7259 * gdb.cp/dispcxx.exp
7260 * gdb.cp/gdb2384.exp
7261 * gdb.cp/method2.exp
7262 * gdb.cp/nextoverthrow.exp
7263 * gdb.cp/pr10728.exp
7264 * gdb.disasm/am33.exp
7265 * gdb.disasm/h8300s.exp
7266 * gdb.disasm/mn10300.exp
7267 * gdb.disasm/sh3.exp
7268 * gdb.dwarf2/dw2-dir-file-name.exp
7269 * gdb.fortran/complex.exp
7270 * gdb.fortran/library-module.exp
7271 * gdb.guile/scm-pretty-print.exp
7272 * gdb.guile/scm-symbol.exp
7273 * gdb.guile/scm-type.exp
7274 * gdb.guile/scm-value.exp
7275 * gdb.linespec/linespec.exp
7276 * gdb.mi/gdb701.exp
7277 * gdb.mi/gdb792.exp
7278 * gdb.mi/mi-breakpoint-changed.exp
7279 * gdb.mi/mi-dprintf-pending.exp
7280 * gdb.mi/mi-dprintf.exp
7281 * gdb.mi/mi-exit-code.exp
7282 * gdb.mi/mi-pending.exp
7283 * gdb.mi/mi-solib.exp
7284 * gdb.mi/new-ui-mi-sync.exp
7285 * gdb.mi/pr11022.exp
7286 * gdb.mi/user-selected-context-sync.exp
7287 * gdb.opt/solib-intra-step.exp
7288 * gdb.python/py-events.exp
7289 * gdb.python/py-finish-breakpoint.exp
7290 * gdb.python/py-mi.exp
7291 * gdb.python/py-prettyprint.exp
7292 * gdb.python/py-shared.exp
7293 * gdb.python/py-symbol.exp
7294 * gdb.python/py-template.exp
7295 * gdb.python/py-type.exp
7296 * gdb.python/py-value.exp
7297 * gdb.reverse/solib-precsave.exp
7298 * gdb.reverse/solib-reverse.exp
7299 * gdb.server/solib-list.exp
7300 * gdb.stabs/weird.exp
7301 * gdb.threads/reconnect-signal.exp
7302 * gdb.threads/stepi-random-signal.exp
7303 * gdb.trace/actions.exp
7304 * gdb.trace/ax.exp
7305 * gdb.trace/backtrace.exp
7306 * gdb.trace/change-loc.exp
7307 * gdb.trace/deltrace.exp
7308 * gdb.trace/ftrace-lock.exp
7309 * gdb.trace/ftrace.exp
7310 * gdb.trace/infotrace.exp
7311 * gdb.trace/mi-tracepoint-changed.exp
7312 * gdb.trace/packetlen.exp
7313 * gdb.trace/passcount.exp
7314 * gdb.trace/pending.exp
7315 * gdb.trace/range-stepping.exp
7316 * gdb.trace/report.exp
7317 * gdb.trace/stap-trace.exp
7318 * gdb.trace/tfind.exp
7319 * gdb.trace/trace-break.exp
7320 * gdb.trace/trace-condition.exp
7321 * gdb.trace/trace-enable-disable.exp
7322 * gdb.trace/trace-mt.exp
7323 * gdb.trace/tracecmd.exp
7324 * gdb.trace/tspeed.exp
7325 * gdb.trace/tsv.exp
7326 * lib/perftest.exp
7327
fb9feb35
LM
73282016-12-01 Luis Machado <lgustavo@codesourcery.com>
7329
7330 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7331 with gdb_test_no_output.
7332 Use command as test name.
7333
cd2ddb6c
LM
73342016-12-01 Luis Machado <lgustavo@codesourcery.com>
7335
7336 Fix test names starting with uppercase throughout the files.
7337
7338 * gdb.ada/assign_1.exp
7339 * gdb.ada/boolean_expr.exp
7340 * gdb.base/arrayidx.exp
7341 * gdb.base/del.exp
7342 * gdb.base/gcore-buffer-overflow.exp
7343 * gdb.base/testenv.exp
7344 * gdb.compile/compile.exp
7345 * gdb.python/py-framefilter-invalidarg.exp
7346 * gdb.python/py-framefilter.exp
7347
bb95117e
LM
73482016-12-01 Luis Machado <lgustavo@codesourcery.com>
7349
7350 Fix test names starting with uppercase throughout the files.
7351
7352 * gdb.ada/array_return.exp
7353 * gdb.ada/expr_delims.exp
7354 * gdb.ada/mi_dyn_arr.exp
7355 * gdb.ada/mi_interface.exp
7356 * gdb.ada/mi_var_array.exp
7357 * gdb.ada/watch_arg.exp
7358 * gdb.arch/alpha-step.exp
7359 * gdb.arch/altivec-regs.exp
7360 * gdb.arch/e500-regs.exp
7361 * gdb.arch/powerpc-d128-regs.exp
7362 * gdb.base/arrayidx.exp
7363 * gdb.base/break.exp
7364 * gdb.base/checkpoint.exp
7365 * gdb.base/debug-expr.exp
7366 * gdb.base/dmsym.exp
7367 * gdb.base/radix.exp
7368 * gdb.base/sepdebug.exp
7369 * gdb.base/testenv.exp
7370 * gdb.base/watch_thread_num.exp
7371 * gdb.base/watchpoint-cond-gone.exp
7372 * gdb.cell/break.exp
7373 * gdb.cell/ea-cache.exp
7374 * gdb.compile/compile.exp
7375 * gdb.cp/gdb2495.exp
7376 * gdb.gdb/selftest.exp
7377 * gdb.gdb/xfullpath.exp
7378 * gdb.go/hello.exp
7379 * gdb.go/integers.exp
7380 * gdb.objc/basicclass.exp
7381 * gdb.pascal/hello.exp
7382 * gdb.pascal/integers.exp
7383 * gdb.python/py-breakpoint.exp
7384 * gdb.python/py-cmd.exp
7385 * gdb.python/py-linetable.exp
7386 * gdb.python/py-xmethods.exp
7387 * gdb.python/python.exp
7388 * gdb.reverse/consecutive-precsave.exp
7389 * gdb.reverse/finish-precsave.exp
7390 * gdb.reverse/i386-precsave.exp
7391 * gdb.reverse/machinestate-precsave.exp
7392 * gdb.reverse/sigall-precsave.exp
7393 * gdb.reverse/solib-precsave.exp
7394 * gdb.reverse/step-precsave.exp
7395 * gdb.reverse/until-precsave.exp
7396 * gdb.reverse/watch-precsave.exp
7397 * gdb.threads/leader-exit.exp
7398 * gdb.threads/pthreads.exp
7399 * gdb.threads/wp-replication.exp
7400 * gdb.trace/actions.exp
7401 * gdb.trace/mi-tsv-changed.exp
7402 * gdb.trace/tsv.exp
7403
de97fdd4
LM
74042016-12-01 Luis Machado <lgustavo@codesourcery.com>
7405
7406 Fix test names starting with uppercase throughout the files.
7407
7408 * gdb.arch/i386-bp_permanent.exp
7409 * gdb.arch/i386-gnu-cfi.exp
7410 * gdb.base/disasm-end-cu.exp
7411 * gdb.base/macscp.exp
7412 * gdb.base/pending.exp
7413 * gdb.base/watch_thread_num.exp
7414 * gdb.cp/exception.exp
7415 * gdb.cp/gdb2495.exp
7416 * gdb.cp/local.exp
7417 * gdb.python/py-evsignal.exp
7418 * gdb.python/python.exp
7419 * gdb.trace/tracecmd.exp
7420
9f058c10
LM
74212016-12-01 Luis Machado <lgustavo@codesourcery.com>
7422
7423 Fix test names starting with uppercase throughout the files.
7424
7425 * gdb.base/charset.exp
7426 * gdb.base/eval.exp
7427 * gdb.base/multi-forks.exp
7428 * gdb.guile/scm-progspace.exp
7429 * gdb.opencl/datatypes.exp
7430 * gdb.python/py-block.exp
7431 * gdb.python/py-function.exp
7432 * gdb.python/py-symbol.exp
7433 * gdb.python/py-symtab.exp
7434 * gdb.python/py-xmethods.exp
7435 * gdb.reverse/break-precsave.exp
7436 * gdb.reverse/break-reverse.exp
7437 * gdb.reverse/consecutive-precsave.exp
7438 * gdb.reverse/consecutive-reverse.exp
7439 * gdb.reverse/finish-precsave.exp
7440 * gdb.reverse/finish-reverse-bkpt.exp
7441 * gdb.reverse/finish-reverse.exp
7442 * gdb.reverse/fstatat-reverse.exp
7443 * gdb.reverse/getresuid-reverse.exp
7444 * gdb.reverse/i386-precsave.exp
7445 * gdb.reverse/i386-reverse.exp
7446 * gdb.reverse/i386-sse-reverse.exp
7447 * gdb.reverse/i387-stack-reverse.exp
7448 * gdb.reverse/insn-reverse.exp
7449 * gdb.reverse/machinestate-precsave.exp
7450 * gdb.reverse/machinestate.exp
7451 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7452 * gdb.reverse/pipe-reverse.exp
7453 * gdb.reverse/readv-reverse.exp
7454 * gdb.reverse/recvmsg-reverse.exp
7455 * gdb.reverse/rerun-prec.exp
7456 * gdb.reverse/s390-mvcle.exp
7457 * gdb.reverse/sigall-precsave.exp
7458 * gdb.reverse/sigall-reverse.exp
7459 * gdb.reverse/solib-precsave.exp
7460 * gdb.reverse/solib-reverse.exp
7461 * gdb.reverse/step-precsave.exp
7462 * gdb.reverse/step-reverse.exp
7463 * gdb.reverse/time-reverse.exp
7464 * gdb.reverse/until-precsave.exp
7465 * gdb.reverse/until-reverse.exp
7466 * gdb.reverse/waitpid-reverse.exp
7467 * gdb.reverse/watch-precsave.exp
7468 * gdb.reverse/watch-reverse.exp
7469
cdc7edd7
LM
74702016-12-01 Luis Machado <lgustavo@codesourcery.com>
7471
7472 Fix test names starting with uppercase throughout the files.
7473
7474 * gdb.arch/i386-mpx-simple_segv.exp
7475 * gdb.arch/i386-mpx.exp
7476 * gdb.arch/i386-permbkpt.exp
7477 * gdb.arch/pa-nullify.exp
7478 * gdb.arch/powerpc-d128-regs.exp
7479 * gdb.arch/vsx-regs.exp
7480 * gdb.base/bfp-test.exp
7481 * gdb.base/break.exp
7482 * gdb.base/breakpoint-shadow.exp
7483 * gdb.base/callfuncs.exp
7484 * gdb.base/charset.exp
7485 * gdb.base/commands.exp
7486 * gdb.base/completion.exp
7487 * gdb.base/dfp-test.exp
7488 * gdb.base/echo.exp
7489 * gdb.base/ending-run.exp
7490 * gdb.base/eval.exp
7491 * gdb.base/expand-psymtabs.exp
7492 * gdb.base/float128.exp
7493 * gdb.base/floatn.exp
7494 * gdb.base/foll-exec-mode.exp
7495 * gdb.base/gdb1056.exp
7496 * gdb.base/gdb11531.exp
7497 * gdb.base/kill-after-signal.exp
7498 * gdb.base/multi-forks.exp
7499 * gdb.base/overlays.exp
7500 * gdb.base/pending.exp
7501 * gdb.base/sepdebug.exp
7502 * gdb.base/testenv.exp
7503 * gdb.base/valgrind-db-attach.exp
7504 * gdb.base/watch_thread_num.exp
7505 * gdb.base/watchpoint-cond-gone.exp
7506 * gdb.base/watchpoint.exp
7507 * gdb.base/watchpoints.exp
7508 * gdb.cp/arg-reference.exp
7509 * gdb.cp/baseenum.exp
7510 * gdb.cp/operator.exp
7511 * gdb.cp/shadow.exp
7512 * gdb.dwarf2/dw2-op-out-param.exp
7513 * gdb.dwarf2/dw2-reg-undefined.exp
7514 * gdb.go/chan.exp
7515 * gdb.go/hello.exp
7516 * gdb.go/integers.exp
7517 * gdb.go/methods.exp
7518 * gdb.go/package.exp
7519 * gdb.guile/scm-parameter.exp
7520 * gdb.guile/scm-progspace.exp
7521 * gdb.guile/scm-value.exp
7522 * gdb.mi/mi-pending.exp
7523 * gdb.mi/user-selected-context-sync.exp
7524 * gdb.multi/multi-attach.exp
7525 * gdb.multi/tids.exp
7526 * gdb.opt/clobbered-registers-O2.exp
7527 * gdb.pascal/floats.exp
7528 * gdb.pascal/integers.exp
7529 * gdb.python/py-block.exp
7530 * gdb.python/py-events.exp
7531 * gdb.python/py-parameter.exp
7532 * gdb.python/py-symbol.exp
7533 * gdb.python/py-symtab.exp
7534 * gdb.python/py-type.exp
7535 * gdb.python/py-value.exp
7536 * gdb.python/py-xmethods.exp
7537 * gdb.python/python.exp
7538 * gdb.reverse/break-precsave.exp
7539 * gdb.reverse/consecutive-precsave.exp
7540 * gdb.reverse/finish-precsave.exp
7541 * gdb.reverse/i386-precsave.exp
7542 * gdb.reverse/machinestate-precsave.exp
7543 * gdb.reverse/sigall-precsave.exp
7544 * gdb.reverse/solib-precsave.exp
7545 * gdb.reverse/step-precsave.exp
7546 * gdb.reverse/until-precsave.exp
7547 * gdb.reverse/watch-precsave.exp
7548 * gdb.server/ext-attach.exp
7549 * gdb.server/ext-restart.exp
7550 * gdb.server/ext-run.exp
7551 * gdb.server/ext-wrapper.exp
7552 * gdb.stabs/gdb11479.exp
7553 * gdb.stabs/weird.exp
7554 * gdb.threads/attach-many-short-lived-threads.exp
7555 * gdb.threads/kill.exp
7556 * gdb.threads/watchpoint-fork.exp
7557
bc6c7af4
LM
75582016-12-01 Luis Machado <lgustavo@codesourcery.com>
7559
7560 Fix test names starting with uppercase throughout all the files below.
7561
7562 * gdb.ada/array_return.exp
7563 * gdb.ada/catch_ex.exp
7564 * gdb.ada/info_exc.exp
7565 * gdb.ada/mi_catch_ex.exp
7566 * gdb.ada/mi_dyn_arr.exp
7567 * gdb.ada/mi_ex_cond.exp
7568 * gdb.ada/mi_exc_info.exp
7569 * gdb.ada/mi_interface.exp
7570 * gdb.ada/mi_task_arg.exp
7571 * gdb.ada/mi_task_info.exp
7572 * gdb.ada/mi_var_array.exp
7573 * gdb.arch/alpha-step.exp
7574 * gdb.arch/amd64-disp-step.exp
7575 * gdb.arch/arm-disp-step.exp
7576 * gdb.arch/disp-step-insn-reloc.exp
7577 * gdb.arch/e500-prologue.exp
7578 * gdb.arch/ftrace-insn-reloc.exp
7579 * gdb.arch/gdb1558.exp
7580 * gdb.arch/i386-bp_permanent.exp
7581 * gdb.arch/i386-disp-step.exp
7582 * gdb.arch/i386-float.exp
7583 * gdb.arch/i386-gnu-cfi.exp
7584 * gdb.arch/ia64-breakpoint-shadow.exp
7585 * gdb.arch/mips16-thunks.exp
7586 * gdb.arch/pa-nullify.exp
7587 * gdb.arch/powerpc-aix-prologue.exp
7588 * gdb.arch/powerpc-power.exp
7589 * gdb.arch/ppc-dfp.exp
7590 * gdb.arch/s390-tdbregs.exp
7591 * gdb.arch/spu-info.exp
7592 * gdb.arch/spu-ls.exp
7593 * gdb.arch/thumb-bx-pc.exp
7594 * gdb.base/advance.exp
7595 * gdb.base/annota-input-while-running.exp
7596 * gdb.base/arrayidx.exp
7597 * gdb.base/asmlabel.exp
7598 * gdb.base/async.exp
7599 * gdb.base/attach-wait-input.exp
7600 * gdb.base/auto-connect-native-target.exp
7601 * gdb.base/batch-preserve-term-settings.exp
7602 * gdb.base/bfp-test.exp
7603 * gdb.base/bigcore.exp
7604 * gdb.base/bp-permanent.exp
7605 * gdb.base/break-always.exp
7606 * gdb.base/break-fun-addr.exp
7607 * gdb.base/break-idempotent.exp
7608 * gdb.base/break-main-file-remove-fail.exp
7609 * gdb.base/break-probes.exp
7610 * gdb.base/break-unload-file.exp
7611 * gdb.base/break.exp
7612 * gdb.base/call-ar-st.exp
7613 * gdb.base/call-rt-st.exp
7614 * gdb.base/call-sc.exp
7615 * gdb.base/call-signal-resume.exp
7616 * gdb.base/call-strs.exp
7617 * gdb.base/callexit.exp
7618 * gdb.base/callfuncs.exp
7619 * gdb.base/catch-gdb-caused-signals.exp
7620 * gdb.base/catch-signal-siginfo-cond.exp
7621 * gdb.base/catch-syscall.exp
7622 * gdb.base/compare-sections.exp
7623 * gdb.base/cond-eval-mode.exp
7624 * gdb.base/condbreak-call-false.exp
7625 * gdb.base/consecutive-step-over.exp
7626 * gdb.base/cursal.exp
7627 * gdb.base/disabled-location.exp
7628 * gdb.base/disasm-end-cu.exp
7629 * gdb.base/display.exp
7630 * gdb.base/double-prompt-target-event-error.exp
7631 * gdb.base/dprintf-bp-same-addr.exp
7632 * gdb.base/dprintf-detach.exp
7633 * gdb.base/dprintf-next.exp
7634 * gdb.base/dprintf-non-stop.exp
7635 * gdb.base/dprintf-pending.exp
7636 * gdb.base/dso2dso.exp
7637 * gdb.base/ending-run.exp
7638 * gdb.base/enum_cond.exp
7639 * gdb.base/examine-backward.exp
7640 * gdb.base/exe-lock.exp
7641 * gdb.base/exec-invalid-sysroot.exp
7642 * gdb.base/execl-update-breakpoints.exp
7643 * gdb.base/execution-termios.exp
7644 * gdb.base/fileio.exp
7645 * gdb.base/fixsection.exp
7646 * gdb.base/foll-exec-mode.exp
7647 * gdb.base/foll-exec.exp
7648 * gdb.base/fork-running-state.exp
7649 * gdb.base/frame-args.exp
7650 * gdb.base/fullpath-expand.exp
7651 * gdb.base/func-ptr.exp
7652 * gdb.base/gcore-relro-pie.exp
7653 * gdb.base/gdb1090.exp
7654 * gdb.base/gdb1555.exp
7655 * gdb.base/global-var-nested-by-dso.exp
7656 * gdb.base/gnu-ifunc.exp
7657 * gdb.base/hbreak-in-shr-unsupported.exp
7658 * gdb.base/hbreak-unmapped.exp
7659 * gdb.base/hook-stop.exp
7660 * gdb.base/infcall-input.exp
7661 * gdb.base/info-fun.exp
7662 * gdb.base/info-shared.exp
7663 * gdb.base/interrupt-noterm.exp
7664 * gdb.base/jit-so.exp
7665 * gdb.base/jit.exp
7666 * gdb.base/line-symtabs.exp
7667 * gdb.base/list.exp
7668 * gdb.base/longjmp.exp
7669 * gdb.base/macscp.exp
7670 * gdb.base/max-value-size.exp
7671 * gdb.base/nodebug.exp
7672 * gdb.base/nofield.exp
7673 * gdb.base/overlays.exp
7674 * gdb.base/paginate-after-ctrl-c-running.exp
7675 * gdb.base/paginate-bg-execution.exp
7676 * gdb.base/paginate-inferior-exit.exp
7677 * gdb.base/pending.exp
7678 * gdb.base/pr11022.exp
7679 * gdb.base/printcmds.exp
7680 * gdb.base/ptr-typedef.exp
7681 * gdb.base/ptype.exp
7682 * gdb.base/randomize.exp
7683 * gdb.base/range-stepping.exp
7684 * gdb.base/realname-expand.exp
7685 * gdb.base/relativedebug.exp
7686 * gdb.base/remote.exp
7687 * gdb.base/savedregs.exp
7688 * gdb.base/sepdebug.exp
7689 * gdb.base/set-noassign.exp
7690 * gdb.base/shlib-call.exp
7691 * gdb.base/shreloc.exp
7692 * gdb.base/sigaltstack.exp
7693 * gdb.base/sigbpt.exp
7694 * gdb.base/siginfo-addr.exp
7695 * gdb.base/siginfo-obj.exp
7696 * gdb.base/siginfo-thread.exp
7697 * gdb.base/signest.exp
7698 * gdb.base/signull.exp
7699 * gdb.base/sigrepeat.exp
7700 * gdb.base/skip.exp
7701 * gdb.base/so-impl-ld.exp
7702 * gdb.base/solib-corrupted.exp
7703 * gdb.base/solib-disc.exp
7704 * gdb.base/solib-display.exp
7705 * gdb.base/solib-overlap.exp
7706 * gdb.base/solib-search.exp
7707 * gdb.base/solib-symbol.exp
7708 * gdb.base/source-execution.exp
7709 * gdb.base/sss-bp-on-user-bp-2.exp
7710 * gdb.base/sss-bp-on-user-bp.exp
7711 * gdb.base/stack-checking.exp
7712 * gdb.base/stale-infcall.exp
7713 * gdb.base/step-break.exp
7714 * gdb.base/step-line.exp
7715 * gdb.base/step-over-exit.exp
7716 * gdb.base/step-test.exp
7717 * gdb.base/structs.exp
7718 * gdb.base/sym-file.exp
7719 * gdb.base/symtab-search-order.exp
7720 * gdb.base/term.exp
7721 * gdb.base/type-opaque.exp
7722 * gdb.base/unload.exp
7723 * gdb.base/until-nodebug.exp
7724 * gdb.base/until.exp
7725 * gdb.base/unwindonsignal.exp
7726 * gdb.base/watch-cond.exp
7727 * gdb.base/watch-non-mem.exp
7728 * gdb.base/watch_thread_num.exp
7729 * gdb.base/watchpoint-reuse-slot.exp
7730 * gdb.base/watchpoint-solib.exp
7731 * gdb.base/watchpoint.exp
7732 * gdb.btrace/dlopen.exp
7733 * gdb.cell/arch.exp
7734 * gdb.cell/break.exp
7735 * gdb.cell/bt.exp
7736 * gdb.cell/core.exp
7737 * gdb.cell/data.exp
7738 * gdb.cell/dwarfaddr.exp
7739 * gdb.cell/ea-cache.exp
7740 * gdb.cell/ea-standalone.exp
7741 * gdb.cell/ea-test.exp
7742 * gdb.cell/f-regs.exp
7743 * gdb.cell/fork.exp
7744 * gdb.cell/gcore.exp
7745 * gdb.cell/mem-access.exp
7746 * gdb.cell/ptype.exp
7747 * gdb.cell/registers.exp
7748 * gdb.cell/sizeof.exp
7749 * gdb.cell/solib-symbol.exp
7750 * gdb.cell/solib.exp
7751 * gdb.compile/compile-tls.exp
7752 * gdb.cp/exception.exp
7753 * gdb.cp/gdb2495.exp
7754 * gdb.cp/local.exp
7755 * gdb.cp/mb-inline.exp
7756 * gdb.cp/mb-templates.exp
7757 * gdb.cp/pr10687.exp
7758 * gdb.cp/pr9167.exp
7759 * gdb.cp/scope-err.exp
7760 * gdb.cp/templates.exp
7761 * gdb.cp/virtfunc.exp
7762 * gdb.dwarf2/dw2-dir-file-name.exp
7763 * gdb.dwarf2/dw2-single-line-discriminators.exp
7764 * gdb.fortran/complex.exp
7765 * gdb.fortran/library-module.exp
7766 * gdb.guile/guile.exp
7767 * gdb.guile/scm-cmd.exp
7768 * gdb.guile/scm-frame-inline.exp
7769 * gdb.guile/scm-objfile.exp
7770 * gdb.guile/scm-pretty-print.exp
7771 * gdb.guile/scm-symbol.exp
7772 * gdb.guile/scm-type.exp
7773 * gdb.guile/scm-value.exp
7774 * gdb.linespec/keywords.exp
7775 * gdb.linespec/ls-errs.exp
7776 * gdb.linespec/macro-relative.exp
7777 * gdb.linespec/thread.exp
7778 * gdb.mi/mi-breakpoint-changed.exp
7779 * gdb.mi/mi-dprintf-pending.exp
7780 * gdb.mi/mi-fullname-deleted.exp
7781 * gdb.mi/mi-logging.exp
7782 * gdb.mi/mi-pending.exp
7783 * gdb.mi/mi-solib.exp
7784 * gdb.mi/new-ui-mi-sync.exp
7785 * gdb.mi/user-selected-context-sync.exp
7786 * gdb.multi/dummy-frame-restore.exp
7787 * gdb.multi/multi-arch-exec.exp
7788 * gdb.multi/remove-inferiors.exp
7789 * gdb.multi/watchpoint-multi-exit.exp
7790 * gdb.opt/solib-intra-step.exp
7791 * gdb.perf/backtrace.exp
7792 * gdb.perf/single-step.exp
7793 * gdb.perf/skip-command.exp
7794 * gdb.perf/skip-prologue.exp
7795 * gdb.perf/solib.exp
7796 * gdb.python/lib-types.exp
7797 * gdb.python/py-as-string.exp
7798 * gdb.python/py-bad-printers.exp
7799 * gdb.python/py-block.exp
7800 * gdb.python/py-breakpoint.exp
7801 * gdb.python/py-cmd.exp
7802 * gdb.python/py-events.exp
7803 * gdb.python/py-evthreads.exp
7804 * gdb.python/py-finish-breakpoint.exp
7805 * gdb.python/py-finish-breakpoint2.exp
7806 * gdb.python/py-frame-inline.exp
7807 * gdb.python/py-frame.exp
7808 * gdb.python/py-inferior.exp
7809 * gdb.python/py-infthread.exp
7810 * gdb.python/py-mi.exp
7811 * gdb.python/py-objfile.exp
7812 * gdb.python/py-pp-maint.exp
7813 * gdb.python/py-pp-registration.exp
7814 * gdb.python/py-prettyprint.exp
7815 * gdb.python/py-recurse-unwind.exp
7816 * gdb.python/py-shared.exp
7817 * gdb.python/py-symbol.exp
7818 * gdb.python/py-symtab.exp
7819 * gdb.python/py-template.exp
7820 * gdb.python/py-type.exp
7821 * gdb.python/py-unwind-maint.exp
7822 * gdb.python/py-unwind.exp
7823 * gdb.python/py-value.exp
7824 * gdb.python/python.exp
7825 * gdb.reverse/finish-reverse-bkpt.exp
7826 * gdb.reverse/insn-reverse.exp
7827 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7828 * gdb.reverse/solib-precsave.exp
7829 * gdb.reverse/solib-reverse.exp
7830 * gdb.stabs/gdb11479.exp
7831 * gdb.stabs/weird.exp
7832 * gdb.threads/fork-child-threads.exp
7833 * gdb.threads/fork-plus-threads.exp
7834 * gdb.threads/fork-thread-pending.exp
7835 * gdb.threads/forking-threads-plus-breakpoint.exp
7836 * gdb.threads/hand-call-in-threads.exp
7837 * gdb.threads/interrupted-hand-call.exp
7838 * gdb.threads/linux-dp.exp
7839 * gdb.threads/local-watch-wrong-thread.exp
7840 * gdb.threads/next-while-other-thread-longjmps.exp
7841 * gdb.threads/non-ldr-exit.exp
7842 * gdb.threads/pending-step.exp
7843 * gdb.threads/print-threads.exp
7844 * gdb.threads/process-dies-while-detaching.exp
7845 * gdb.threads/process-dies-while-handling-bp.exp
7846 * gdb.threads/pthreads.exp
7847 * gdb.threads/queue-signal.exp
7848 * gdb.threads/reconnect-signal.exp
7849 * gdb.threads/signal-command-handle-nopass.exp
7850 * gdb.threads/signal-command-multiple-signals-pending.exp
7851 * gdb.threads/signal-delivered-right-thread.exp
7852 * gdb.threads/signal-sigtrap.exp
7853 * gdb.threads/sigthread.exp
7854 * gdb.threads/staticthreads.exp
7855 * gdb.threads/stepi-random-signal.exp
7856 * gdb.threads/thread-unwindonsignal.exp
7857 * gdb.threads/thread_check.exp
7858 * gdb.threads/thread_events.exp
7859 * gdb.threads/tid-reuse.exp
7860 * gdb.threads/tls-nodebug.exp
7861 * gdb.threads/tls-shared.exp
7862 * gdb.threads/tls-so_extern.exp
7863 * gdb.threads/tls.exp
7864 * gdb.threads/wp-replication.exp
7865 * gdb.trace/actions-changed.exp
7866 * gdb.trace/actions.exp
7867 * gdb.trace/backtrace.exp
7868 * gdb.trace/change-loc.exp
7869 * gdb.trace/collection.exp
7870 * gdb.trace/deltrace.exp
7871 * gdb.trace/disconnected-tracing.exp
7872 * gdb.trace/entry-values.exp
7873 * gdb.trace/ftrace-lock.exp
7874 * gdb.trace/ftrace.exp
7875 * gdb.trace/infotrace.exp
7876 * gdb.trace/mi-trace-frame-collected.exp
7877 * gdb.trace/mi-trace-unavailable.exp
7878 * gdb.trace/mi-traceframe-changed.exp
7879 * gdb.trace/mi-tracepoint-changed.exp
7880 * gdb.trace/mi-tsv-changed.exp
7881 * gdb.trace/no-attach-trace.exp
7882 * gdb.trace/packetlen.exp
7883 * gdb.trace/passc-dyn.exp
7884 * gdb.trace/passcount.exp
7885 * gdb.trace/pending.exp
7886 * gdb.trace/pr16508.exp
7887 * gdb.trace/qtro.exp
7888 * gdb.trace/range-stepping.exp
7889 * gdb.trace/read-memory.exp
7890 * gdb.trace/report.exp
7891 * gdb.trace/save-trace.exp
7892 * gdb.trace/signal.exp
7893 * gdb.trace/stap-trace.exp
7894 * gdb.trace/status-stop.exp
7895 * gdb.trace/strace.exp
7896 * gdb.trace/tfile.exp
7897 * gdb.trace/tfind.exp
7898 * gdb.trace/trace-break.exp
7899 * gdb.trace/trace-condition.exp
7900 * gdb.trace/trace-enable-disable.exp
7901 * gdb.trace/trace-mt.exp
7902 * gdb.trace/tracecmd.exp
7903 * gdb.trace/tracefile-pseudo-reg.exp
7904 * gdb.trace/tspeed.exp
7905 * gdb.trace/tstatus.exp
7906 * gdb.trace/tsv.exp
7907 * gdb.trace/unavailable.exp
7908 * gdb.trace/while-dyn.exp
7909 * gdb.trace/while-stepping.exp
7910 * lib/gdb-guile.exp
7911 * lib/gdb.exp
7912 * lib/mi-support.exp
7913 * lib/pascal.exp
7914 * lib/perftest.exp
7915 * lib/prelink-support.exp
7916 * lib/selftest-support.exp
7917
ad02e4fe
SM
79182016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7919
7920 * Makefile.in: Include disable-implicit-rules.mk.
7921
22347e55
AA
79222016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7923
7924 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7925 non-byte-aligned bit fields.
7926
da5b30da
AA
79272016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7928
7929 PR gdb/12616
7930 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7931 respects the DW_AT_data_bit_offset attribute.
7932
b593ecca
SM
79332016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7934
7935 * gdb.base/default.exp: Fix output of "set language".
7936
3b165252
SM
79372016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7938
7939 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7940 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7941 make.
7942 * configure.ac: Remove checks for the make program.
7943 * configure: Re-generate.
7944
1a2f3d7f
KB
79452016-11-16 Kevin Buettner <kevinb@redhat.com>
7946
7947 * gdb.python/py-recurse-unwind.c (main): Add loop.
7948 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7949 to read_register() and gdb.parse_and_eval(). Make each code
7950 call a separate case that can be individually tested.
7951 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7952 proc. Call cont_and_backtrace for each of the code paths that
7953 we want to test in the unwinder.
7954
b7f38fda
AA
79552016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7956
7957 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7958 the definition of struct S.
7959
1f8db343
CM
79602016-11-11 Catherine Moore <clm@codesourcery.com>
7961
7962 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7963
fad0c9fb
PA
79642016-11-09 Pedro Alves <palves@redhat.com>
7965
7966 * gdb.base/commands.exp (runto_or_return): New procedure.
7967 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7968 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7969 (progvar_simple_while_test, progvar_complex_if_while_test)
7970 (if_while_breakpoint_command_test)
7971 (infrun_breakpoint_command_test, breakpoint_command_test)
7972 (user_defined_command_test, watchpoint_command_test)
7973 (test_command_prompt_position, redefine_hook_test)
7974 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7975 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7976 multi_line_input and multi_line. Remove gdb_expect and
7977 gdb_stop_suppressing_tests uses.
7978 * lib/gdb.exp (valnum_re): New global.
7979 (multi_line_input): New procedure.
7980
8354c62c
SM
79812016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7982
7983 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7984 Remove.
7985 (test_setup): Define with proc_with_prefix.
7986 (test_cli_inferior): Likewise.
7987 (test_cli_thread): Likewise.
7988 (test_cli_frame): Likewise.
7989 (test_cli_select_frame): Likewise.
7990 (test_cli_up_down): Likewise.
7991 (test_mi_thread_select): Likewise.
7992 (test_mi_stack_select_frame): Likewise.
7993 (test_cli_in_mi_inferior): Likewise.
7994 (test_cli_in_mi_thread): Likewise.
7995 (test_cli_in_mi_frame): Likewise.
7996 (top level): Do not use with_test_prefix_procname.
7997
64f367a2
PA
79982016-11-09 Pedro Alves <palves@redhat.com>
7999
8000 * gdb.base/commands.exp (gdbvar_simple_if_test)
8001 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
8002 (progvar_simple_if_test, progvar_simple_while_test)
8003 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
8004 (infrun_breakpoint_command_test, breakpoint_command_test)
8005 (user_defined_command_test, watchpoint_command_test)
8006 (test_command_prompt_position, deprecated_command_test)
8007 (bp_deleted_in_command, temporary_breakpoint_commands)
8008 (stray_arg0_test, source_file_with_indented_comment)
8009 (recursive_source_test, if_commands_test)
8010 (error_clears_commands_left, redefine_hook_test)
8011 (redefine_backtrace_test): Use proc_with_prefix.
8012 * lib/gdb.exp (proc_with_prefix): New proc.
8013
0bb65f1e
AA
80142016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8015
8016 * gdb.base/tui-layout.c: New file.
8017 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
8018 disassembly window contains very long lines.
8019
7353f247
TT
80202016-11-08 Tom Tromey <tom@tromey.com>
8021
8022 * gdb.python/py-value.exp (test_value_creation): Make "long" test
8023 depend on Python 2.
8024
30a7bb83
TT
80252016-11-08 Tom Tromey <tom@tromey.com>
8026
8027 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
8028 New method.
8029
cdf5a07c
MG
80302016-10-29 Manish Goregaokar <manish@mozilla.com>
8031
2806dc7e 8032 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 8033
51a789c3
MG
80342016-10-27 Manish Goregaokar <manish@mozilla.com>
8035
2806dc7e
PA
8036 * gdb.rust/simple.rs: Add test for univariant enums without
8037 discriminants and for encoded struct-like enums.
51a789c3 8038
f610ab6d
PA
80392016-10-28 Pedro Alves <palves@redhat.com>
8040
8041 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8042 gdb_test_multiple, tighten regexps and match symtabs and line
8043 tables incrementally.
8044
b129b0ca
LM
80452016-10-28 Luis Machado <lgustavo@codesourcery.com>
8046
8047 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8048 general.
8049
ecf45d2c
SL
80502016-10-25 Luis Machado <lgustavo@codesourcery.com>
8051
8052 * gdb.base/exec-invalid-sysroot.exp: New file.
8053
b8d38ee4
JK
80542016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8055
8056 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8057
f90fd8c2
JK
80582016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8059
8060 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8061
2d2476aa
MR
80622016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8063
2806dc7e
PA
8064 * gdb.base/killed-outside.exp: Remove $options from a call to
8065 `prepare_for_testing'.
2d2476aa 8066
e42b25a0
SM
80672016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8068
8069 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8070 Change test message.
8071
3ccdb432
SM
80722016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8073
8074 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8075 Update comment.
8076
5bad3170
SM
80772016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8078
8079 * gdb.trace/mi-trace-save.exp: New file.
8080
5ad9dba7
YQ
80812016-10-13 Yao Qi <yao.qi@linaro.org>
8082
8083 * gdb.base/code_elim.exp (get_var_address): Remove.
8084 * gdb.base/relocate.exp: Likewise.
8085 * gdb.base/shreloc.exp: Likewise.
8086 * lib/gdb.exp (get_var_address): New.
8087
62df7e21
YQ
80882016-10-13 Yao Qi <yao.qi@linaro.org>
8089
8090 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8091 floating point tests if $skip_float_test is false.
8092
4dac951e
LM
80932016-10-12 Luis Machado <lgustavo@codesourcery.com>
8094
8095 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8096 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8097 argc values.
8098 Add 1 to argc so we guarantee distinct initial/modified argc values.
8099
8f1a8fc4
JK
81002016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8101
8102 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8103
16c85b5d
JK
81042016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8105
8106 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8107 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8108 * gdb.arch/vsx-regs.exp: Likewise.
8109
1d0e042a
YQ
81102016-10-07 Yao Qi <yao.qi@linaro.org>
8111
8112 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8113
68dadef5
MM
81142016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8115
8116 * gdb.python/python.exp: Test decode_line("*0").
8117
33fa2c6e
DE
81182016-10-06 Doug Evans <dje@google.com>
8119
8120 * gdb.python/py-value.exp (test_value_creation): Add test for large
8121 unsigned 64-bit value.
8122
9c37b5ae
TT
81232016-10-06 Tom Tromey <tom@tromey.com>
8124
8125 * gdb.compile/compile.exp: Change java tests to rust.
8126 * gdb.base/setshow.exp: Change java tests to rust.
8127 * gdb.base/default.exp: Remove java from language list.
8128 * README (Examples): Update language example.
8129 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8130 test.
8131 * lib/gdb.exp (skip_java_tests): Remove.
8132 * lib/java.exp: Remove.
8133 * gdb.java: Remove.
8134
78b86327
MR
81352016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8136
8137 * gdb.arch/mips-fcr.exp: New test.
8138 * gdb.arch/mips-fcr.c: Source for the new test.
8139
7470adbb
MR
81402016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8141
8142 * gdb.base/solib-disc.exp: Use `standard_output_file'
8143 throughout.
8144
4a556533
PA
81452016-10-06 Pedro Alves <palves@redhat.com>
8146
8147 * gdb.base/jit-simple-dl.c: New file.
8148 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8149 * gdb.base/jit-simple.c: ... this.
8150 * gdb.base/jit-simple.exp (jit_run): Delete.
8151 (build_jit): New proc.
8152 (jit_test_reread): Recompile either the main program or the shared
8153 library, depending on what is being tested. Skip changing address
8154 if caller wants to. Compare before/after addresses. If testing
8155 standalone, explicitly load the binary. Test "maint info
8156 breakpoints".
8157 (top level): Add "standalone vs shared lib" and "change address"
8158 vs "same address" axes.
8159
5a122fbc
PA
81602016-10-06 Pedro Alves <palves@redhat.com>
8161
8162 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8163 call.
8164 (jit_run): Delete.
8165 (jit_test_reread): Use with_test_prefix. Reload the main binary
8166 explicitly. Compare the before/after addresses of the JIT
8167 descriptor.
8168
ee8da4b8
DE
81692016-08-15 Doug Evans <dje@google.com>
8170
8171 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8172 for single bitfields is bool.
8173 * gdb.xml/tdesc-regs.exp: Ditto.
8174
f389f6fe
JK
81752016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8176
8177 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8178
fdebf1a4
YQ
81792016-10-05 Yao Qi <yao.qi@linaro.org>
8180
8181 * lib/gdb.exp (support_complex_tests): Return zero if
8182 gdb_skip_float_test return true.
8183
9c36d954 81842016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8185 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
8186
8187 PR gdb/20487
8188 * gdb.mi/user-selected-context-sync.exp: New file.
8189 * gdb.mi/user-selected-context-sync.c: New file.
8190
4034d0ff 81912016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8192 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
8193
8194 PR gdb/20487
8195 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8196 =thread-select-event check.
8197
a4297203
PB
81982016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8199
8200 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8201 the compulsory L operand changes.
8202 * gdb.arch/powerpc-power.s: Likewise.
8203
bb805577
JK
82042016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8205
8206 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8207 * gdb.base/jit-attach-pie.c: New file.
8208 * gdb.base/jit-attach-pie.exp: New file.
8209
6d61dee5
PA
82102016-09-28 Pedro Alves <palves@redhat.com>
8211
8212 * gdb.base/infcall-input.c: New file.
8213 * gdb.base/infcall-input.exp: New file.
8214
f73842fc
YQ
82152016-09-22 Yao Qi <yao.qi@linaro.org>
8216
8217 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8218 (gdb_exit): Rename it to ...
8219 (gdbserver_gdb_exit): ... Close GDBserver.
8220 (gdb_exit): New proc, call gdbserver_gdb_exit.
8221 (mi_gdb_exit): Likewise.
8222
90681dab
YQ
82232016-09-22 Yao Qi <yao.qi@linaro.org>
8224
8225 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8226 path.
8227 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8228 Remove duplication.
8229
9c211fd8
YQ
82302016-09-22 Yao Qi <yao.qi@linaro.org>
8231
8232 * lib/gdbserver-support.exp: Check the existence of
8233 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8234
ad0a504f
AK
82352016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8236
8237 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8238
36cf1806
TT
82392016-09-21 Tom Tromey <tom@tromey.com>
8240
8241 PR gdb/20604:
8242 * gdb.base/quit.exp: New file.
8243
74172ecf
SM
82442016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8245
8246 * .gitignore: New file.
8247
3d0ec882
MR
82482016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8249
8250 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8251 throughout.
8252
8193adea
AA
82532016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8254
8255 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8256
d41a5c09
JK
82572016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8258
8259 * gdb.cp/casts.cc (decltype): Move it ...
8260 (main): ... with its call to ...
8261 * gdb.cp/casts03.cc: ... a new file.
8262 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8263
d2dfe700
JK
82642016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8265
8266 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8267
e2a92b16
PB
82682016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8269
8270 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8271 and sync up the test with tests in gas/testsuite/gas/ppc.
8272 * gdb.arch/powerpc-power.exp: Likewise.
8273
49b4de64
JK
82742016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8275
8276 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8277
2c29df25
SDJ
82782016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8279 Jan Kratochvil <jan.kratochvil@redhat.com>
8280
8281 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8282 make m1's definition to be different from m2's. Use 'dummy' as an
8283 argument for probe 'two'.
8284
cc3c2846
JB
82852016-09-10 Jon Beniston <jon@beniston.com>
8286
8287 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8288 for sim target.
8289
e1b2624a
AA
82902016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8291
8292 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8293 variable declaration.
8294 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8295 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8296 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8297 received HWCAP as its argument.
8298
4295e285
PA
82992016-09-06 Pedro Alves <palves@redhat.com>
8300
8301 * gdb.base/new-ui-pending-input.c: New file.
8302 * gdb.base/new-ui-pending-input.exp: New file.
8303 * gdb.exp (clear_gdb_spawn_id): New procedure.
8304 (with_spawn_id): Check whether gdb_spawn_id exists before
8305 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8306 on exit.
8307
00d5215e
UW
83082016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8309
8310 * gdb.base/float128.c: New file.
8311 * gdb.base/float128.exp: Likewise.
8312 * gdb.base/floatn.c: Likewise.
8313 * gdb.base/floatn.exp: Likewise.
8314
a9ff5f12
UW
83152016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8316
8317 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8318
f245535c
PA
83192016-09-05 Pedro Alves <palves@redhat.com>
8320
8321 PR backtrace/19927
8322 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8323 unwinders are immediately called as side effect of "source" or
8324 "disable unwinder" commands.
8325 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8326
ae9cf263
YQ
83272016-09-02 Yao Qi <yao.qi@linaro.org>
8328
8329 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8330 is true and $type is "float" or "double".
8331
27aba047
YQ
83322016-09-02 Yao Qi <yao.qi@linaro.org>
8333
8334 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8335 true.
8336 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8337 * gdb.base/call-rt-st.exp: Likewise.
8338 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8339 return value instead of gdb,skip_float_test.
8340 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8341 (do_function_calls): Use its return value instead of
8342 gdb,skip_float_test.
8343 * gdb.base/finish.exp: Likewise.
8344 * gdb.base/funcargs.exp: Likewise.
8345 * gdb.base/return.exp: Likewise.
8346 * gdb.base/return2.exp: Likewise.
8347 * gdb.base/varargs.exp: Likewise.
8348 * lib/gdb.exp (gdb_skip_float_test): Change it to
8349 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8350
5af962df
AA
83512016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8352
8353 * gdb.multi/tids.exp: Test "thread apply all".
8354
7fac6910
JK
83552016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8356
8357 * gdb.base/default.exp (tty): Remove.
8358
bb1fe4ac
KB
83592016-08-24 Kevin Buettner <kevinb@redhat.com>
8360
2806dc7e
PA
8361 * gdb.python/py-recurse-unwind.c: New file.
8362 * gdb.python/py-recurse-unwind.py: New file.
8363 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 8364
0a1ddfa6
SM
83652016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8366
8367 * gdb.base/set-inferior-tty.exp: New file.
8368 * gdb.base/set-inferior-tty.c: New file.
8369
d9de1fe3
PA
83702016-08-23 Pedro Alves <palves@redhat.com>
8371
8372 PR gdb/20494
8373 * gdb.base/new-ui-echo.c: New file.
8374 * gdb.base/new-ui-echo.exp: New file.
8375
e9d9abd7
YQ
83762016-08-23 Yao Qi <yao.qi@linaro.org>
8377
8378 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8379 gdbserver_spawn.
8380 * gdb.server/connect-without-multi-process.exp (do_test):
8381 Likewise.
8382
3589529e
YQ
83832016-08-23 Yao Qi <yao.qi@linaro.org>
8384
8385 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8386 standalone_txt. Delete gdb_txt and standalone_txt on host
8387 and target. Spawn the binary on target. Copy files from
8388 target to host.
8389
6bb90213
PA
83902016-08-22 Pedro Alves <palves@redhat.com>
8391
8392 PR gdb/20505
8393 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8394 with_test_prefix. Factor out bits to ...
8395 (test_no_vdso): ... this new procedure.
8396
20c2c024
CL
83972016-08-19 Carl Love <cel@us.ibm.com>
8398
8399 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8400 maintaining separate logic for constructing the output path.
8401 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8402 * gdb.arch/ppc-dfp.exp: Likewise.
8403 * gdb.arch/ppc-fp.exp: Likewise.
8404 * gdb.arch/vsx-regs.exp: Likewise.
8405 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8406 binprefix for generating the additional binary files.
8407
0646e07d
PA
84082016-08-19 Pedro Alves <palves@redhat.com>
8409
8410 * gdb.trace/mi-trace-frame-collected.exp
8411 (test_trace_frame_collected): On x32, expect two registers.
8412
46da9242
CL
84132016-08-18 Carl Love <cel@us.ibm.com>
8414
8415 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8416 and sync up the test with tests in gas/testsuite/gas/ppc.
8417 * gdb.arch/powerpc-power.exp: Likewise.
8418
eb2332d7
SM
84192016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8420
8421 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8422 expected error message.
8423
63c61e04
SM
84242016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8425
8426 * gdb.multi/remove-inferiors.exp: New file.
8427 * gdb.multi/remove-inferiors.c: New file.
8428
7b17065f
YQ
84292016-08-12 Yao Qi <yao.qi@linaro.org>
8430
8431 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8432 argument list.
8433
01d3dedf
PA
84342016-08-10 Pedro Alves <palves@redhat.com>
8435
8436 PR gdb/19187
8437 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8438 setup_kfails.
8439
3eb7562a
PA
84402016-08-09 Pedro Alves <palves@redhat.com>
8441 Simon Marchi <simon.marchi@ericsson.com>
8442
8443 PR gdb/20418
8444 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8445 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8446
80614914
PA
84472016-08-09 Pedro Alves <palves@redhat.com>
8448
8449 PR mi/20431
8450 * gdb.mi/mi-cmd-error.exp: New file.
8451
f348d89a
PA
84522016-08-09 Pedro Alves <palves@redhat.com>
8453
8454 PR gdb/18653
8455 * gdb.base/signals-state-child.c: New file.
8456 * gdb.base/signals-state-child.exp: New file.
8457 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8458
e5ca03b4
PA
84592016-08-09 Pedro Alves <palves@redhat.com>
8460
8461 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8462
282a0691
TT
84632016-08-03 Tom Tromey <tom@tromey.com>
8464
8465 PR python/18565:
8466 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8467
41bfcd63
YQ
84682016-08-01 Yao Qi <yao.qi@linaro.org>
8469
8470 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8471 variable mode to "multi-process" if $multi_process is 1, otherwise
8472 set it to "single-process".
8473
e3465b24
YQ
84742016-08-01 Yao Qi <yao.qi@linaro.org>
8475
8476 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8477 * gdb.cp/cpexprs.exp: Likewise.
8478 * gdb.cp/m-static.exp: Likewise.
8479
0b31a4bc
TT
84802016-07-26 Tom Tromey <tom@tromey.com>
8481
8482 PR python/20190:
8483 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8484 test.
8485
e0461dbb
MM
84862016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8487
8488 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8489 selecting assembly source files.
8490 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8491 assembly source files.
8492 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8493 assembly source files.
8494 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8495 selecting assembly source files.
8496
8194e927
SM
84972016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8498
8499 * gdb.base/new-ui.exp (do_test_invalid_args): New
8500 procedure.
8501
c0272db5
TW
85022016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8503
8504 * gdb.btrace/reconnect.c: New file.
8505 * gdb.btrace/reconnect.exp: New file.
8506
e3487908
GKB
85072016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8508
8509 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8510 to test_catch_syscall_group.
8511 (test_catch_syscall_group): New.
8512
12df5c00
TT
85132016-07-21 Tom Tromey <tom@tromey.com>
8514
8515 * gdb.rust/simple.rs (main): Use empty struct expression.
8516 * gdb.rust/simple.exp: Add tests for empty struct expression.
8517
bae62ee2
YQ
85182016-07-21 Yao Qi <yao.qi@linaro.org>
8519
8520 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8521 if gdb_skip_xml_test is true on some targets.
8522
b1b53fb3
YQ
85232016-07-21 Yao Qi <yao.qi@linaro.org>
8524
8525 * gdb.server/solib-list.exp: Unset last_loaded_file.
8526
027d97f8
JK
85272016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8528
8529 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8530 "step into captured_main (args)".
8531
7674d381
JK
85322016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8533
8534 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8535
72b5d099
JK
85362016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8537
8538 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8539
1f960ced
PA
85402016-07-19 Pedro Alves <palves@redhat.com>
8541
8542 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8543 * gdb.opt/inline-bt.exp: Likewise.
8544 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8545 additional_flags=-Winline.
8546 * gdb.opt/inline-locals.exp: Likewise.
8547 * gdb.opt/inline-markers.c (ATTR): Define.
8548 (inlined_fn): Use it.
8549
f25827c1
YQ
85502016-07-19 Yao Qi <yao.qi@linaro.org>
8551
8552 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8553 (test_with_self): Remove some code. Remove argument executable.
8554 (top-level): Use do_self_tests.
8555
37539ebe
DB
85562016-07-15 Zachary Welch <zwelch@codesourcery.com>
8557 Don Breazeal <donb@codesourcery.com>
8558
8559 * gdb.base/maint.exp: Escape paths used in regular expressions.
8560 * gdb.stabs/weird.exp: Likewise.
8561
dac790e1
TT
85622016-07-13 Tom Tromey <tom@tromey.com>
8563
8564 PR python/15620, PR python/18620:
8565 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8566 (test_bkpt_events): New procs.
8567
93daf339
TT
85682016-07-13 Tom Tromey <tom@tromey.com>
8569
8570 PR python/17698:
8571 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8572 test.
8573 (test_watchpoints): Likewise.
8574 (test_bkpt_pending): New proc.
8575
6571a381
TT
85762016-07-13 Tom Tromey <tom@tromey.com>
8577
8578 PR cli/18053:
8579 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8580 completion test.
8581
e8732474
JK
85822016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8583
8584 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8585 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8586 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8587 f_label.
8588 (g): Rename g_end_lbl to g_label.
8589 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8590 low_pc and high_pc.
8591 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8592
e0f3fd7c
TT
85932016-07-12 Tom Tromey <tom@tromey.com>
8594
8595 PR python/19293:
8596 * gdb.python/py-unwind-maint.exp: Update tests.
8597
3cfe46b6
YQ
85982016-07-12 Yao Qi <yao.qi@linaro.org>
8599
8600 * lib/selftest-support.exp (selftest_setup): Match the output
8601 when captured_main is inlined.
8602
4f19a0e6
WT
86032016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8604
8605 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8606 New variables.
8607 (print this%a, print this%b, print this): New tests.
8608 * gdb.fortran/derived-types.f90 (this): New object and
8609 initialization.
8610
986cf455
SM
86112016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8612
8613 * gdb.ada/arraydim.exp: Remove extra directory level in build
8614 directory.
8615
f0464b23
SM
86162016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8617
8618 * lib/ada.exp: Remove extra directory level in build directory.
8619 * gdb.ada/cond_lang.exp: Likewise.
8620 * gdb.ada/exec_changed.exp: Likewise.
8621 * gdb.ada/lang_switch.exp: Likewise.
8622
42d94011
MG
86232016-07-06 Manish Goregaokar <manish@mozilla.com>
8624
2806dc7e
PA
8625 * simple.rs: Add test for raw pointer subscripting.
8626 * simple.exp: Add test expectations.
42d94011 8627
647c264c
YQ
86282016-07-05 Yao Qi <yao.qi@linaro.org>
8629
8630 * gdb.mi/mi-reverse.exp: Match =record-started output.
8631
20aa2c60
PA
86322016-07-01 Pedro Alves <palves@redhat.com>
8633
8634 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8635 procedure.
8636 (jit_reader_test): Test the jit reader's unwinder.
8637 * gdb.base/jithost.c (jit_function_00_code): New global.
8638 (main): Use memcpy to fill in the mmapped code, instead of poking
8639 bytes manually here.
8640 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8641 value.
8642 (read_debug_info): Save the function's range.
8643 (read_sp): New function.
8644 (unwind_frame): Use it. Also unwind RBP.
8645 (get_frame_id): Use read_sp.
8646 (gdb_init_reader): Use calloc instead of malloc.
8647 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8648 parameter. Use gdb_test_multiple.
8649
ced2dffb
PA
86502016-07-01 Pedro Alves <palves@redhat.com>
8651 Antoine Tremblay <antoine.tremblay@ericsson.com>
8652
8653 * gdb.threads/process-dies-while-detaching.c: New file.
8654 * gdb.threads/process-dies-while-detaching.exp: New file.
8655
63000888
PA
86562016-07-01 Pedro Alves <palves@redhat.com>
8657
8658 * gdb.multi/watchpoint-multi-exit.c: New file.
8659 * gdb.multi/watchpoint-multi-exit.exp: New file.
8660
038d4868
PA
86612016-06-30 Pedro Alves <palves@redhat.com>
8662
8663 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8664 unset inferior_spawn_id.
8665
994e9c83
PA
86662016-06-30 Pedro Alves <palves@redhat.com>
8667
8668 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8669 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8670
e5653468
YQ
86712016-06-29 Yao Qi <yao.qi@linaro.org>
8672
8673 * gdb.base/return.c: Add copyright header.
8674
803b47e5
TT
86752016-06-29 Tom Tromey <tom@tromey.com>
8676
8677 PR python/20129:
8678 * gdb.python/py-framefilter.exp: Add tests for setting priority
8679 and disabling of non-existent frame filter.
8680
28244707
YQ
86812016-06-29 Yao Qi <yao.qi@linaro.org>
8682
8683 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8684 0x0f07ff.
8685
a31d2f06
YQ
86862016-06-28 Yao Qi <yao.qi@linaro.org>
8687
8688 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8689 triplets. Start gdb, execute catch syscall, and continue. Check
8690 gdb's output to determine catch syscall is supported.
8691
921d8f54
MG
86922016-06-27 Manish Goregaokar <manish@mozilla.com>
8693
25d49b86
PA
8694 * gdb.rust/simple.rs: Add test for returning unit in a function.
8695 * gdb.rust/simple.exp: Add expectation for functions returning
8696 unit.
921d8f54 8697
f4952523
PMR
86982016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8699
8700 * gdb.python/py-breakpoint-create-fail.c,
8701 gdb.python/py-breakpoint-create-fail.exp,
8702 gdb.python/py-breakpoint-create-fail.py: New testcase.
8703
fccb08f8
MG
87042016-06-25 Manish Goregaokar <manish@mozilla.com>
8705
8706 PR gdb/20239
8707 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
8708 * gdb.rust/simple.exp: Add test expectations for new NonZero
8709 tests.
fccb08f8 8710
6b850546
DT
87112016-06-24 David Taylor <dtaylor@emc.com>
8712
8713 * gdb.base/offsets.exp: New file.
8714 * gdb.base/offsets.c: New file.
8715
17621150
TT
87162016-06-23 Tom Tromey <tom@tromey.com>
8717
8718 PR gdb/16483:
8719 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8720 before any filters are loaded.
8721
04d59df6
WT
87222016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8723
8724 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8725 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8726 structs.
8727 * gdb.fortran/derived-type-function.exp: New file.
8728 * gdb.fortran/derived-type-function.f90: New file.
8729
8730
ac69f786
PA
87312016-06-21 Pedro Alves <palves@redhat.com>
8732
8733 * gdb.base/new-ui.exp: New file.
8734 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8735 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8736 (with_spawn_id): New procedure.
8737
49940788
PA
87382016-06-21 Pedro Alves <palves@redhat.com>
8739
8740 * gdb.mi/mi-exec-run.exp: New file.
8741
ef274d26
PA
87422016-06-21 Pedro Alves <palves@redhat.com>
8743
8744 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8745 breakpoint command's output on the main UI.
8746 (test_break): New procedure, factored out from calls in the top
8747 level.
8748 (top level): Use foreach_with_prefix to test MI as main UI and as
8749 separate UI.
8750
468afe6c
PA
87512016-06-21 Pedro Alves <palves@redhat.com>
8752
8753 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8754 (test_awatch_creation_and_listing)
8755 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8756 Remove 'type' parameter.
8757 (test_watchpoint_all): New parameter mi_mode. Remove
8758 with_test_prefix.
8759 (top level): Use foreach_with_prefix, and add main/separate UI MI
8760 testing axis.
8761
51f77c37
PA
87622016-06-21 Pedro Alves <palves@redhat.com>
8763
8764 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8765 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8766 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8767 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8768 (gdb_main_spawn_id, mi_spawn_id): Declare and
8769 comment.
8770 (mi_create_inferior_pty): New procedure,
8771 factored out from default_mi_gdb_start.
8772 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8773 procedures.
8774 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8775 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8776 Use mi_create_inferior_pty.
8777 (mi_gdb_start): Use eval to pass down args list.
8778
8980e177
PA
87792016-06-21 Pedro Alves <palves@redhat.com>
8780
8781 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8782 * gdb.opt/inline-cmds.exp: Add MI tests.
8783
f38d3ad1
PA
87842016-06-21 Pedro Alves <palves@redhat.com>
8785
8786 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8787
45db7c09
PA
87882016-06-21 Pedro Alves <palves@redhat.com>
8789
8790 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8791 (top level): Use it instead of mi_execute_to.
8792
5a069ab3
PA
87932016-06-21 Pedro Alves <palves@redhat.com>
8794
8795 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8796 (cont_handler_str): New.
8797 (signal_stop_handler): Set stop_handler_str instead of printing to
8798 stdout.
8799 (continue_handler): Set cont_handler_str instead of printing to
8800 stdout.
8801 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8802 mi_send_resuming_command. Print stop_handler_str and
8803 cont_handler_str instead of expecting the python events print
8804 directly.
8805
2838cc1d
SD
88062016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8807
8808 * gdb.base/jit-reader.exp: New file.
8809 * gdb.base/jithost.c: New file.
8810 * gdb.base/jithost.h: New file.
8811 * gdb.base/jitreader.c : New file.
8812 * gdb.base/jit-protocol.h: New file.
8813
21a77091
YQ
88142016-06-17 Yao Qi <yao.qi@linaro.org>
8815
8816 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8817 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8818 and detach-on-fork. Adjust tests.
8819 (top level): Invoke break_cond_on_syscall with combinations of
8820 syscall, follow-fork-mode and detach-on-fork.
8821
f50bf8e5
YQ
88222016-06-17 Yao Qi <yao.qi@linaro.org>
8823
8824 * gdb.base/step-over-exit.c: New.
8825 * gdb.base/step-over-exit.exp: New.
8826
a28d8e50
YTL
88272016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8828
8829 * gdb.base/float.exp: Add target check for nds32*-*-*.
8830 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8831
cad8e26d
AB
88322016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8833
8834 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8835 for unsupported target features.
8836 * gdb.base/call-rt-st.exp: Likewise.
8837 * gdb.base/call-sc.exp: Likewise.
8838 * gdb.base/call-signal-resume.exp: Likewise.
8839 * gdb.base/call-strs.exp: Likewise.
8840 * gdb.base/callexit.exp: Likewise.
8841 * gdb.base/callfuncs.exp: Likewise.
8842 * gdb.base/nodebug.exp: Likewise.
8843 * gdb.base/printcmds.exp: Likewise.
8844 * gdb.base/ptype.exp: Likewise.
8845 * gdb.base/structs.exp: Likewise.
8846 * gdb.base/unwindonsignal.exp: Likewise.
8847 * gdb.cp/gdb2495.exp: Likewise.
8848 * gdb.cp/templates.exp: Likewise.
8849 * gdb.cp/virtfunc.exp: Likewise.
8850 * gdb.threads/hand-call-in-threads.exp: Likewise.
8851 * gdb.threads/interrupted-hand-call.exp: Likewise.
8852 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8853
347dc102
TT
88542016-06-10 Tom Tromey <tom@tromey.com>
8855
8856 PR rust/20110:
8857 * gdb.rust/expr.exp: Add test for integer constant larger than
8858 i32.
8859
5e13cf25
BH
88602016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8861
8862 * gdb.fortran/nested-funcs.exp: New.
8863 * gdb.fortran/nested-funcs.f90: New.
8864
bb556f1f
TK
88652016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8866
8867 * gdb.base/examine-backward.c: New file.
8868 * gdb.base/examine-backward.exp: New file.
8869
38b022b4
SM
88702016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8871
8872 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8873 matching.
8874
1b40ec05
TT
88752016-06-02 Tom Tromey <tom@tromey.com>
8876
8877 PR python/18984:
8878 * gdb.python/py-shared.exp: Add solib_name test.
8879
193bd378
SM
88802016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8881
8882 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8883
3326303b
MG
88842016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8885
8886 PR c++/19893
8887 * gdb.dwarf2/implref.exp: Rename to...
8888 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8889 * gdb.dwarf2/implref-array.c: New file.
8890 * gdb.dwarf2/implref-array.exp: Likewise.
8891 * gdb.dwarf2/implref-global.c: Likewise.
8892 * gdb.dwarf2/implref-global.exp: Likewise.
8893 * gdb.dwarf2/implref-struct.c: Likewise.
8894 * gdb.dwarf2/implref-struct.exp: Likewise.
8895
825c8ef2
AT
88962016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8897
8898 * gdb.trace/trace-condition.exp: Add 64bit tests.
8899
2320162a
AT
89002016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8901
8902 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8903 bits types.
8904 (main): Adapt to 8 to 64 bits types.
8905 * gdb.trace/trace-condition.exp: Add new tests.
8906
a7818233
AT
89072016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8908
8909 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8910
0d336466
AT
89112016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8912
8913 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8914 Move condition tests...
8915 * gdb.trace/trace-condition.exp: Here.
8916
7faeb45a
AT
89172016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8918
8919 * gdb.trace/trace-condition.exp: Add counter-case tests.
8920
e385593e
JK
89212016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8922
8923 PR c++/15231
8924 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8925 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8926
744608cc
PA
89272016-05-27 Pedro Alves <palves@redhat.com>
8928
8929 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8930 New procedure.
8931 (top level): Call it, and bail out of DejaGnu is known to be bad.
8932
ac775bf4
AB
89332016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8934
8935 * gdb.base/whatis.c: Extend the test case.
8936 * gdb.base/whatis.exp: Add additional tests.
8937
2bbad2ea
BH
89382016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8939
8940* gdb.fortran/type.f90: Add pointer variable.
8941* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8942
8b70175d
BH
89432016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8944
8945 * gdb.fortran/vla-type.exp: Fix testcase name.
8946
86d8a848
BH
89472016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8948
8949 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8950
e188eb36
BH
89512016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8952
8953 * gdb.fortran/type.f90: Add nested structures.
8954 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8955 * gdb.fortran/derived-type.exp: Adapt expected output.
8956 * gdb.fortran/vla-type.exp: Adapt expected output.
8957
9b2db1fd
BH
89582016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8959
8960 * gdb.fortran/whatis_type.exp: Adapt expected output.
8961
72b17055
BH
89622016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8963
8964 * gdb.fortran/print_type.exp: Fix expected output.
8965 * gdb.fortran/whatis_type.exp: Fix expected output.
8966
3cd81d8d
BH
89672016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8968
8969 * gdb.fortran/whatis_type.exp: Use multi_line.
8970
ddae9462
TT
89712016-05-24 Tom Tromey <tom@tromey.com>
8972
8973 PR python/17386:
8974 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8975 use value as an index.
8976
1957f6b8
TT
89772016-05-23 Tom Tromey <tom@tromey.com>
8978
8979 PR python/17981:
8980 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8981 no-breakpoint case.
8982
026a9174
PA
89832016-05-24 Pedro Alves <palves@redhat.com>
8984
8985 PR gdb/19828
8986 * gdb.threads/clone-attach-detach.c: New file.
8987 * gdb.threads/clone-attach-detach.exp: New file.
8988
e70a7231
FR
89892016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8990
8991 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8992
0f6ed0e0
TT
89932016-05-23 Tom Tromey <tom@tromey.com>
8994
8995 PR python/19438, PR python/18393:
8996 * gdb.python/py-progspace.exp: Add "dir" test.
8997 * gdb.python/py-objfile.exp: Add "dir" test.
8998
ffd19d61
YQ
89992016-05-23 Yao Qi <yao.qi@linaro.org>
9000
9001 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
9002 * gdb.arch/thumb2-it.exp: Likewise.
9003
9e8f9b05
SM
90042016-05-18 Simon Marchi <simon.marchi@ericsson.com>
9005
9006 * gdb.mi/mi-threads-interrupt.c: New file.
9007 * gdb.mi/mi-threads-interrupt.exp: New file.
9008
61c6156d
SM
90092016-05-17 Simon Marchi <simon.marchi@ericsson.com>
9010
9011 PR gdb/18077
9012 * gdb.mi/mi-async-run.exp: New file.
9013 * gdb.mi/mi-async-run.c: New file.
9014
67218854
TT
90152016-05-17 Tom Tromey <tom@tromey.com>
9016 Manish Goregaokar <manishsmail@gmail.com>
9017
9018 * lib/rust-support.exp: New file.
9019 * lib/gdb.exp (skip_rust_tests): New proc.
9020 (build_executable_from_specs): Handle rust.
9021 * lib/future.exp (gdb_find_rustc): New proc.
9022 (gdb_default_target_compile): Handle rust.
9023 * gdb.rust/expr.exp: New file.
9024 * gdb.rust/generics.exp: New file.
9025 * gdb.rust/generics.rs: New file.
9026 * gdb.rust/methods.exp: New file.
9027 * gdb.rust/methods.rs: New file.
9028 * gdb.rust/modules.exp: New file.
9029 * gdb.rust/modules.rs: New file.
9030 * gdb.rust/simple.exp: New file.
9031 * gdb.rust/simple.rs: New file.
9032
c44af4eb
TT
90332016-05-17 Tom Tromey <tom@tromey.com>
9034
9035 * gdb.base/default.exp (set language): Add rust.
9036
dcd1f979
TT
90372016-05-17 Tom Tromey <tom@tromey.com>
9038
9039 * gdb.gdb/unittest.exp: New file.
9040
155b7f57
YQ
90412016-05-16 Yao Qi <yao.qi@linaro.org>
9042
9043 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9044 shell_prompt. Update shell_prompt_re.
9045
8ddd5a6c
DE
90462016-05-12 Doug Evans <dje@google.com>
9047
9048 PR symtab/19999
9049 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9050 $options when building executable.
9051 * gdb.dwarf2/fission-loclists-pie.S: New file.
9052 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9053
02e370d9
SM
90542016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9055
9056 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9057 of [is_remote target],
9058
8929ad8b
SM
90592016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9060
9061 * lib/gdb.exp (use_gdb_stub): New procedure.
9062
6c447423
DE
90632016-05-03 Yunlian Jiang <yunlian@google.com>
9064 Doug Evans <dje@google.com>
9065
9066 PR symtab/19914
9067 * gdb.dwarf2/dwp-sepdebug.c: New file.
9068 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9069
444e826c
SM
90702016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9071
9072 * gdb.base/detach.exp: Remove is_remote check.
9073
740feeaa
SM
90742016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9075
9076 * gdb.base/annota-input-while-running.exp: Don't check for
9077 [is_remote target]. Enable annotations after running to main.
9078 Remove unused "set test..." line.
9079
9080ac9d
SM
90802016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9081
9082 * gdb.trace/trace-enable-disable.exp: New file.
9083 * gdb.trace/trace-enable-disable.c: New file.
9084
952ebca5
SM
90852016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9086
9087 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9088 use it in info sharedlibrary test.
9089 * gdb.trace/ftrace-lock.exp: Likewise.
9090 * gdb.trace/ftrace.exp: Likewise.
9091 * gdb.trace/range-stepping.exp: Likewise.
9092 * gdb.trace/trace-break.exp: Likewise.
9093 * gdb.trace/trace-condition.exp: Likewise.
9094 * gdb.trace/trace-mt.exp: Likewise.
9095
d9019901
SM
90962016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9097
9098 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9099 (gdb_load_shlib): ... this.
9100 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9101 gdb_load_shlib.
9102 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9103 * gdb.base/ctxobj.exp: Likewise.
9104 * gdb.base/dprintf-pending.exp: Likewise.
9105 * gdb.base/dso2dso.exp: Likewise.
9106 * gdb.base/fixsection.exp: Likewise.
9107 * gdb.base/gcore-relro.exp: Likewise.
9108 * gdb.base/gdb1555.exp: Likewise.
9109 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9110 * gdb.base/gnu-ifunc.exp: Likewise.
9111 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9112 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9113 * gdb.base/pending.exp: Likewise.
9114 * gdb.base/print-file-var.exp: Likewise.
9115 * gdb.base/print-symbol-loading.exp: Likewise.
9116 * gdb.base/shlib-call.exp: Likewise.
9117 * gdb.base/shreloc.exp: Likewise.
9118 * gdb.base/so-impl-ld.exp: Likewise.
9119 * gdb.base/solib-disc.exp: Likewise.
9120 * gdb.base/solib-nodir.exp: Likewise.
9121 * gdb.base/solib-overlap.exp: Likewise.
9122 * gdb.base/solib-symbol.exp: Likewise.
9123 * gdb.base/solib-weak.exp (do_test): Likewise.
9124 * gdb.base/sym-file.exp: Likewise.
9125 * gdb.base/symtab-search-order.exp: Likewise.
9126 * gdb.base/type-opaque.exp: Likewise.
9127 * gdb.base/unload.exp: Likewise.
9128 * gdb.base/watchpoint-solib.exp: Likewise.
9129 * gdb.compile/compile.exp: Likewise.
9130 * gdb.cp/gdb2384.exp: Likewise.
9131 * gdb.cp/infcall-dlopen.exp: Likewise.
9132 * gdb.cp/re-set-overloaded.exp: Likewise.
9133 * gdb.fortran/library-module.exp: Likewise.
9134 * gdb.opt/solib-intra-step.exp: Likewise.
9135 * gdb.python/py-finish-breakpoint.exp: Likewise.
9136 * gdb.python/py-shared.exp: Likewise.
9137 * gdb.reverse/solib-precsave.exp: Likewise.
9138 * gdb.reverse/solib-reverse.exp: Likewise.
9139 * gdb.server/solib-list.exp: Likewise.
9140 * gdb.threads/dlopen-libpthread.exp: Likewise.
9141 * gdb.threads/tls-shared.exp: Likewise.
9142 * gdb.threads/tls-so_extern.exp: Likewise.
9143 * gdb.trace/change-loc.exp: Likewise.
9144 * gdb.trace/ftrace-lock.exp: Likewise.
9145 * gdb.trace/ftrace.exp: Likewise.
9146 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9147 * gdb.trace/pending.exp: Likewise.
9148 * gdb.trace/range-stepping.exp: Likewise.
9149 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9150 (strace_info_marker): Likewise.
9151 (strace_probe_marker): Likewise.
9152 (strace_trace_on_same_addr): Likewise.
9153 (strace_trace_on_diff_addr): Likewise.
9154 * gdb.trace/trace-break.exp: Likewise.
9155 * gdb.trace/trace-condition.exp: Likewise.
9156 * gdb.trace/trace-mt.exp: Likewise.
9157
fca4cfd9
SM
91582016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9159
9160 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9161 result of gdb_remote_download.
9162 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9163 * gdb.base/dso2dso.exp: Likewise.
9164 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9165 * gdb.base/print-file-var.exp: Likewise.
9166 * gdb.base/shlib-call.exp: Likewise.
9167 * gdb.base/shreloc.exp: Likewise.
9168 * gdb.base/solib-overlap.exp: Likewise.
9169 * gdb.base/solib-weak.exp (do_test): Likewise.
9170 * gdb.base/unload.exp: Likewise.
9171
11cf4ffb
YQ
91722016-04-27 Yao Qi <yao.qi@linaro.org>
9173
9174 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9175 exists.
9176
3e2e34f8
KB
91772016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9178
9179 * vla-type.exp: Print structure from toplevel.
9180
8f07e298
BH
91812016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9182
9183 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9184 of dynamic types.
9185 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9186 of dynamic types.
9187
9920b434
BH
91882016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9189
9190 * gdb.fortran/vla-type.f90: New file.
9191 * gdb.fortran/vla-type.exp: New file.
9192
f3abeff5
YQ
91932016-04-25 Yao Qi <yao.qi@linaro.org>
9194
9195 * gdb.base/branch-to-self.c: New file.
9196 * gdb.base/branch-to-self.exp: New file.
9197
0a5d52f0
YQ
91982016-04-22 Yao Qi <yao.qi@linaro.org>
9199
9200 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9201 more after $hex.
9202
495346f6
YQ
92032016-04-22 Yao Qi <yao.qi@linaro.org>
9204
9205 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9206 * gdb.base/annota3.exp: Likewise.
9207
4a7e075c
YQ
92082016-04-22 Yao Qi <yao.qi@linaro.org>
9209
9210 * gdb.reverse/step-precsave.exp: Do one step and test program
9211 stops in "callee" and do multiple steps until program goes out
9212 of "callee".
9213 * gdb.reverse/step-reverse.exp: Likewise.
9214
5b061e98
YQ
92152016-04-22 Yao Qi <yao.qi@linaro.org>
9216
9217 * gdb.trace/signal.exp: Also pass if
9218 $tracepoint_hits($i) > $iterations.
9219
5c5dc57f
YQ
92202016-04-22 Yao Qi <yao.qi@linaro.org>
9221
9222 * gdb.trace/signal.c: New file.
9223 * gdb.trace/signal.exp: New file.
9224
a55411b9
DE
92252016-04-19 Doug Evans <xdje42@gmail.com>
9226
9227 * gdb.base/bad-file.exp: New file.
9228
a22df60a
MG
92292016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9230
9231 * gdb.dwarf2/implref.exp: New file.
9232
0c13f7e5
BH
92332016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9234
9235 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9236 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9237 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9238 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9239 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9240 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9241 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9242 * lib/fortran.exp (fortran_int4): New procedure.
9243 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9244 (fortran_logical4): Likewise.
9245
9b9b09e9
BH
92462016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9247
9248 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9249
a14d1f4d
BH
92502016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9251
9252 * lib/compiler.c: Add Intel specific preprocessor macros.
9253 * lib/compiler.cc: Likewise.
25d49b86 9254
7d49b1d0
LM
92552016-04-13 Luis Machado <lgustavo@codesourcery.com>
9256
9257 * gdb.server/connect-with-no-symbol-file.c: New file.
9258 * gdb.server/connect-with-no-symbol-file.exp: New file.
9259
8392fa22
SM
92602016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9261
9262 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9263
8c4c4aeb
SM
92642016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9265
9266 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9267 standard output directory.
9268
45e3745e
AT
92692016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9270
9271 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9272
e26b7e41
MM
92732016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9274
9275 * gdb.btrace/instruction_history.c (loop): Add declaration.
9276
8ce09462
AT
92772016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9278
9279 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9280
2e88a1ea
SM
92812016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9282
9283 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9284 parentheses to print.
9285 (continue_handler): Likewise.
9286
f48e22e3
SM
92872016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9288
9289 * gdb.server/solib-list.exp: Remove is_remote check.
9290 Pass shlib= to gdb_compile. Don't link shared library with
9291 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9292 Run binary filename through "readlink -f" on the target.
9293
096be756
PA
92942016-04-08 Pedro Alves <palves@redhat.com>
9295
9296 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9297 interpreter filename as argument to gdbserver_spawn.
9298 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9299 Return empty if $last_loaded_file does not exist.
9300
06500533
JK
93012016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9302
9303 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9304 * gdb.base/jit-main.c: Use exit after usage.
9305
2d35e871
JK
93062016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9307
9308 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9309 GDBHISTSIZE prior to the tests.
9310 * gdb.base/gdbinit-history.exp: Likewise.
9311
93122016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
9313
9314 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9315 instead of build_executable. Use gdb_load_shlibs.
9316
c8064e7e
YQ
93172016-04-07 Yao Qi <yao.qi@linaro.org>
9318
9319 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9320 Execute "si" command.
9321
bde47561
YQ
93222016-04-07 Yao Qi <yao.qi@linaro.org>
9323
9324 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9325 number instead of the comments on some line.
9326
b16f8a3b
DB
93272016-04-06 Don Breazeal <donb@codesourcery.com>
9328
9329 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9330 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9331
c2f901df
SM
93322016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9333
9334 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9335 standard_output_file. Remove unused binfile variable.
9336
ac17fda0
CU
93372016-04-05 Catalin Udma <catalin.udma@freescale.com>
9338
9339 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9340 * gdb.python/py-mi-objfile.exp: Match "list main" output
9341 in console format.
9342
03a8c4df
SM
93432016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9344
9345 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9346 absolute.
9347
6e774b13
SM
93482016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9349
9350 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9351 absolute.
9352 * gdb.trace/ftrace.exp: Likewise.
9353 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9354 targets as well.
9355 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9356 (gdb_load_shlibs): Copy libraries to test directory when testing
9357 natively. Only set solib-search-path if testing remotely.
9358 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9359
7817ea46
SM
93602016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9361
9362 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9363 gdb_download. Use it even if the target is not remote.
9364 * gdb.base/jit.exp (compile_jit_test): Likewise.
9365 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9366 output directory if the destination board is local, otherwise use
9367 the standard remote_download from DejaGnu.
9368 (gdb_download): Remove.
9369 (gdb_load_shlibs): Use gdb_remote_download instead of
9370 gdb_download.
9371 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9372 Use gdb_remote_download instead of gdb_download. Use it even if
9373 the target is not remote.
9374 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9375 instead of gdb_download.
9376
7beb7f68
SM
93772016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9378
9379 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9380 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9381 run.
9382
cc63428a
AV
93832016-04-01 Artemiy Volkov <artemiyv@acm.org>
9384
9385 PR gdb/19820
9386 * gdb.base/printcmds.exp: Add artificial arrays tests.
9387
64cdf930
PA
93882016-03-31 Pedro Alves <palves@redhat.com>
9389
9390 PR gdb/19858
9391 * gdb.base/jit-main.c: Include unistd.h.
9392 (ATTACH): Define to 0 if not already defined.
9393 (wait_for_gdb, mypid): New globals.
9394 (WAIT_FOR_GDB): New macro.
9395 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9396 some breakpoint locations.
9397 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9398 New procedures.
9399 (one_jit_test): Add REATTACH parameter, and handle it. Use
9400 continue_to_test_location.
9401 (top level): Test attach, and adjusts calls to one_jit_test.
9402
40dea8cb
PA
94032016-03-31 Pedro Alves <palves@redhat.com>
9404
9405 PR gdb/19858
9406 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9407 BINSUFFIX parameter, and handle it.
9408 (top level): Adjust calls compile_jit_test.
9409
e7ea3ec7
CU
94102016-03-31 Catalin Udma <catalin.udma@freescale.com>
9411
9412 PR python/19743
9413 * gdb.python/py-mi-events-gdb.py: New file.
9414 * gdb.python/py-mi-events.c: New file.
9415 * gdb.python/py-mi-events.exp: New file.
9416
e6359af3
YQ
94172016-03-30 Yao Qi <yao.qi@linaro.org>
9418
9419 * gdb.reverse/until-precsave.exp: Match function name only.
9420 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9421 Move malloc to a condition block.
9422 * gdb.reverse/until-reverse.exp: Match function name only.
9423
a4105d04
MK
94242016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9425
9426 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9427 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9428 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9429 variable for GPR 0 instead of assuming it is register 0.
9430 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9431 * lib/trace-support.exp: Add s390 registers.
9432
bfa6adb9
YQ
94332016-03-29 Yao Qi <yao.qi@linaro.org>
9434
9435 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9436
1e6697ea
YQ
94372016-03-24 Yao Qi <yao.qi@linaro.org>
9438
9439 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9440 test message.
9441
64bcd522
AA
94422016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9443
9444 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9445 maintaining separate logic for constructing the output path.
9446
7868401b
DB
94472016-03-16 Don Breazeal <donb@codesourcery.com>
9448
9449 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9450 Retry fork and waitpid on interrupted system call errors.
9451 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9452 Use with_timeout_factor to increase timeout by factor of 10.
9453
1cafadb4
DB
94542016-03-15 Don Breazeal <donb@codesourcery.com>
9455
9456 * gdb.cp/scope-err.cc: New test program.
9457 * gdb.cp/scope-err.exp: New test script.
9458 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9459 lines and "set breakpoint here" comment.
9460 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9461 Fixed some whitespace and format issues.
9462 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9463 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9464
81516450
DE
94652016-03-15 Doug Evans <dje@google.com>
9466
9467 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9468 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9469 All callers updated. Add tests for enums, mixed flags register.
9470
aa52b601
DE
94712016-03-15 Doug Evans <dje@google.com>
9472
9473 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9474 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9475
fa4ff313
SM
94762016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9477
9478 * gdb.base/default.exp: Add $_as_string to the list of expected
9479 convenience functions.
9480
f2403c39
AB
94812016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9482
9483 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9484
f2f3ccb9
SM
94852016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9486
9487 * gdb.python/py-as-string.exp: New file.
9488 * gdb.python/py-as-string.c: New file.
9489
00dbd492
PA
94902016-03-09 Pedro Alves <palves@redhat.com>
9491
9492 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9493 signal" -> "Thread NN received signal" output change.
9494 * gdb.threads/ia64-sigill.exp: Likewise.
9495 * gdb.threads/linux-dp.exp: Likewise.
9496 * gdb.threads/manythreads.exp: Likewise.
9497 * gdb.threads/pending-step.exp: Likewise.
9498 * gdb.threads/print-threads.exp: Likewise.
9499 * gdb.threads/sigstep-threads.exp: Likewise.
9500 * gdb.threads/staticthreads.exp: Likewise.
9501 * gdb.threads/tls.exp: Likewise.
9502
1e6697ea
YQ
95032016-03-09 Pedro Alves <palves@redhat.com>
9504
9505 * gdb.base/command-line-input.exp: New file.
9506
b04fd3be
MK
95072016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9508
9509 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9510 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9511 * gdb.trace/pending.exp: Accept leading dot before function name.
9512 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9513 * lib/trace-support.exp: Set registers for ppc.
9514
98fa59e9
MK
95152016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9516
9517 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9518 use it for disassembly; accept .main in addition to main in backtrace.
9519
f77198c8
MK
95202016-03-09 Wei-cheng Wang <cole945@gmail.com>
9521 Marcin Kościelnicki <koriakin@0x04.net>
9522
9523 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9524 (gdb_recursion_test_ptr): New global variable.
9525 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9526 gdb_recursion_test.
9527 (gdb_c_test): Ditto.
9528
ba84e0da
MK
95292016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9530
9531 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9532 ordering.
9533
4366d36e
MK
95342016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9535
9536 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9537 (bar): Add bar_start_lbl label.
9538 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9539 of foo/bar for emitting DWARF and tracing.
9540
5eb264df
SDJ
95412016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9542
9543 * analyze-racy-logs.py: Set executable bit.
9544
fb6a751f
SDJ
95452016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9546
9547 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9548 (CHECK_TARGET_TMP): Likewise.
9549 (check-single-racy): New rule.
9550 (check-parallel-racy): Likewise.
9551 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9552 (do-check-parallel-racy): New rule.
9553 (check-racy/%.exp): Likewise.
9554 * README (Racy testcases): New section.
9555 * analyze-racy-logs.py: New file.
9556
bdf7e230
DE
95572016-03-03 Doug Evans <dje@google.com>
9558
9559 * gdb.base/skip.exp: Use with_test_prefix.
9560
4719d415
YQ
95612016-03-03 Yao Qi <yao.qi@linaro.org>
9562
9563 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9564 Invoke step_over_syscall "clone" and break_cond_on_syscall
9565 "clone".
9566 * gdb.base/step-over-clone.c: New file.
9567
ea507862
YQ
95682016-03-03 Yao Qi <yao.qi@linaro.org>
9569
9570 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9571 code format.
9572
8fc8cbda
YQ
95732016-03-03 Yao Qi <yao.qi@linaro.org>
9574
9575 * gdb.base/disp-step-fork.c: Rename to ...
9576 * gdb.base/step-over-fork.c: ... it. New file.
9577 * gdb.base/disp-step-vfork.c: Rename to ...
9578 * gdb.base/step-over-vfork.c: ... it. New file.
9579 * gdb.base/disp-step-syscall.exp: Rename to ...
9580 * gdb.base/step-over-syscall.exp: ... it. New file.
9581 (disp_step_cross_syscall): Rename to ...
9582 (step_over_syscall): ... it.
9583
92fa70b0
YQ
95842016-03-03 Yao Qi <yao.qi@linaro.org>
9585
9586 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9587 If target supports condition evaluation on target, invoke
9588 break_cond_on_syscall for fork and vfork.
9589
e197ad3c
YQ
95902016-03-03 Yao Qi <yao.qi@linaro.org>
9591
9592 * gdb.base/disp-step-syscall.exp: Don't invoke
9593 support_displaced_stepping.
9594 (disp_step_cross_syscall): Test with displaced stepping off and
9595 on if supported.
9596
0b47da9f
YQ
95972016-03-03 Yao Qi <yao.qi@linaro.org>
9598
9599 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9600 proc.
9601 (setup): New proc.
9602 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9603 and setup.
9604
065ab6dc
BH
96052016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9606
9607 * gdb.fortran/vla-history.exp: Remove breakpoint.
9608
07e448ad 96092016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9610
25d49b86
PA
9611 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9612 exceeds timeout.
07e448ad 9613
9ac2d526 96142016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9615
25d49b86
PA
9616 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9617 breakpoint.
9ac2d526 9618
17807369
BH
96192016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9620
9621 * gdb.mi/vla.f90: Nullify pointer after declaration.
9622
86e501af
PA
96232016-03-01 Pedro Alves <palves@redhat.com>
9624
9625 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9626
1e903e32
PA
96272016-03-01 Pedro Alves <palves@redhat.com>
9628
9629 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9630 before anything else.
9631 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9632 _GNU_SOURCE here.
9633 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9634 before anything else.
9635 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9636
6ccb54e2
PA
96372016-03-01 Pedro Alves <palves@redhat.com>
9638
9639 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9640
30ca9da1
YQ
96412016-03-01 Yao Qi <yao.qi@linaro.org>
9642
9643 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9644 prepare_for_testing.
9645
dc856b38
YQ
96462016-03-01 Yao Qi <yao.qi@linaro.org>
9647
9648 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9649
4a932159
AA
96502016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9651
9652 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9653 manually constructing the output path.
9654
f2489477
AA
96552016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9656
9657 * gdb.arch/s390-stackless.S: New.
9658 * gdb.arch/s390-stackless.exp: New.
9659
38899f16
IB
96602016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9661
9662 * gdb.dlang/circular.c: New file.
9663 * gdb.dlang/circular.exp: New file.
9664
9fde51ed
YQ
96652016-02-26 Yao Qi <yao.qi@linaro.org>
9666
9667 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9668 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9669 (testcases): Update.
9670
ce90fefe
YQ
96712016-02-26 Yao Qi <yao.qi@linaro.org>
9672
9673 * gdb.reverse/aarch64.c: Rename to ...
9674 * gdb.reverse/insn-reverse.c: ... it.
9675 * gdb.reverse/aarch64.exp: Rename to ...
9676 * gdb.reverse/insn-reverse.exp: ... it.
9677
3263bceb
YQ
96782016-02-26 Yao Qi <yao.qi@linaro.org>
9679
9680 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9681 (testcase_ftype): New.
9682 (testcases): New array.
9683 (n_testcases): New.
9684 (main): Call each element in testcases.
9685 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9686 (read_testcase): New.
9687 Do the tests in a loop.
9688
6cb59ff1
YQ
96892016-02-25 Yao Qi <yao.qi@linaro.org>
9690
9691 * gdb.base/branches.c: Remove.
9692
ae91f625
MK
96932016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9694
9695 PR gdb/13808
9696 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9697
678b48b7
MK
96982016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9699
9700 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9701
7337a6f2
MK
97022016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9703
9704 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9705 change x86_64 call_insn to 'callq'.
9706
861ca91f
AT
97072016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9708
9709 * gdb.trace/tfile-avx.c: Move to...
9710 * gdb.trace/tracefile-pseudo-reg.c: Here.
9711 * gdb.trace/tfile-avx.exp: Move to...
9712 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9713
bf74e428
GB
97142016-02-24 Gary Benson <gbenson@redhat.com>
9715
9716 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9717 message on attach.
9718
cce0e923
DE
97192016-02-23 Doug Evans <dje@google.com>
9720
9721 * gdb.base/skip.c (test_skip): New function.
9722 (end_test_skip_file_and_function): New function.
9723 (test_skip_file_and_function): New function.
9724 * gdb.base/skip1.c (test_skip): New function.
9725 (skip1_test_skip_file_and_function): New function.
9726 * gdb.base/skip.exp: Add tests for new skip options.
9727 * gdb.base/skip-solib.exp: Update expected output.
9728 * gdb.perf/skip-command.cc: New file.
9729 * gdb.perf/skip-command.exp: New file.
9730 * gdb.perf/skip-command.py: New file.
9731
4000e47e
MK
97322016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9733
9734 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9735 info registers pattern.
9736
24f75ead
IB
97372016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9738
9739 * lib/future.exp: Add D support.
9740 (gdb_find_gdc): New proc.
9741 (gdb_default_target_compile): Add D support.
9742
fbb7bcbe
WW
97432016-02-18 Wei-cheng Wang <cole945@gmail.com>
9744
9745 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9746 user+system time.
9747 (trace_speed_test): Determine the iteration count for a time
9748 between 15..30 seconds.
9749
012b3a21
WT
97502016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9751
9752 * gdb.arch/i386-mpx-sigsegv.c: New file.
9753 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9754 * gdb.arch/i386-mpx-simple_segv.c: New file.
9755 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9756
2d5189bd
YQ
97572016-02-18 Yao Qi <yao.qi@linaro.org>
9758
9759 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9760 Don't call setup_kfail.
9761
40fb20d0
YQ
97622016-02-18 Yao Qi <yao.qi@linaro.org>
9763
9764 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9765 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9766
21b1f8d2
DE
97672016-02-16 Doug Evans <dje@google.com>
9768
9769 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9770 * gdb.base/skip1.c: Ditto.
9771 * gdb.base/skip.exp: Whitespace cleanup.
9772
4041ed77
DB
97732016-02-16 Don Breazeal <donb@codesourcery.com>
9774
9775 PR remote/19496
9776 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9777 Remove kfail for PR remote/19496.
9778
c4ef31bf
SM
97792016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9780
9781 * lib/gdb.exp (standard_temp_file): Return a path specific to
9782 the runtest invocation.
9783
266b65b3
SM
97842016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9785
9786 * gdb.trace/save-trace.exp: Change relative path to be in the
9787 standard output directory.
9788
a7a0a6a9
JK
97892016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9790
9791 * gdb.arch/i386-prologue.c: Add missing prototypes.
9792
c99dbb42
JK
97932016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9794
9795 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9796 * gdb.arch/i386-prologue.exp: Likewise.
9797 * gdb.arch/i386-size.exp: Likewise.
9798
aa480355
SM
97992016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9800
9801 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9802 define object file path.
9803 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9804 file path.
9805 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9806 standard_output_file to define binfile.
9807
ba881f50
JK
98082016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9809
9810 Fix compatibility with recent gfortran-5.3.1.
9811 * gdb.fortran/vla-history.exp (print vla1 allocated)
9812 (print vla2 allocated, print $2, print $3): Remove
9813 (print $4): Rename to ...
9814 (print $2): ... here.
9815 (print $9): Rename to ...
9816 (print $5): ... here.
9817 (print $10): Rename to ...
9818 (print $6): ... here.
9819 * gdb.fortran/vla.f90: Add pvla initialization.
9820
e9fb005c
JK
98212016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9822
9823 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9824 New test.
9825 * gdb.fortran/vla-value-sub.exp: Likewise.
9826
e44e00ff
MK
98272016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9828
9829 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9830
97e94151
SM
98312016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9832
9833 * i386-biarch-core.exp: Define corefile using
9834 standard_output_file.
9835
01113bc1
YQ
98362016-02-12 Yao Qi <yao.qi@linaro.org>
9837
9838 * gdb.arch/arm-single-step-kernel-helper.c: New.
9839 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9840
33b4777c
MM
98412016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9842
9843 * gdb.btrace/tailcall-only.exp: New.
9844 * gdb.btrace/tailcall-only.c: New.
9845 * gdb.btrace/x86_64-tailcall-only.S: New.
9846 * gdb.btrace/i686-tailcall-only.S: New.
9847
acc23c11
PA
98482016-02-11 Pedro Alves <palves@redhat.com>
9849
9850 * README (Parallel testing): Add missing double quotes.
9851
e352bf0a
PA
98522016-02-11 Pedro Alves <palves@redhat.com>
9853
9854 * README (Parallel testing): New section.
9855 (GDB_PARALLEL): Rewrite.
9856 (FORCE_PARALLEL): Document.
9857
9f5fed78
MK
98582016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9859
9860 * gdb.trace/tfile-avx.c: New test.
9861 * gdb.trace/tfile-avx.exp: New test.
9862
9ef9e6a6
KS
98632016-02-09 Keith Seitz <keiths@redhat.com>
9864
9865 PR breakpoints/19546
9866 * gdb.base/infcall-exec.c: New file.
9867 * gdb.base/infcall-exec2.c: New file.
9868 * gdb.base/infcall-exec.exp: New file.
9869
a96e36da
KS
98702016-02-09 Keith Seitz <keiths@redhat.com>
9871
9872 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9873 (toplevel): Call test_bkpt_address.
9874
9f61929f
KS
98752016-02-09 Keith Seitz <keiths@redhat.com>
9876
9877 PR python/19506
9878 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9879 (toplevel): Call test_bkpt_address.
9880
1e94266c
SM
98812016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9882
9883 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9884 to AC_OUTPUT.
9885 * configure: Regenerate.
9886
2a7f3dff
PA
98872016-02-09 Pedro Alves <palves@redhat.com>
9888
9889 PR breakpoints/19548
9890 * gdb.base/execl-update-breakpoints.c (some_function): New
9891 function.
9892 (main): Call it.
9893 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9894 Tighten expected GDB output.
9895
2151ccc5
SM
98962016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9897
9898 * Makefile.in (ALL_SUBDIRS): Remove.
9899 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9900 (distclean maintainer-clean realclean): Likewise.
9901 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9902 * configure: Regenerate.
9903 * gdb.ada/Makefile.in: Delete.
9904 * gdb.arch/Makefile.in: Likewise.
9905 * gdb.asm/Makefile.in: Likewise.
9906 * gdb.base/Makefile.in: Likewise.
9907 * gdb.btrace/Makefile.in: Likewise.
9908 * gdb.cell/Makefile.in: Likewise.
9909 * gdb.compile/Makefile.in: Likewise.
9910 * gdb.cp/Makefile.in: Likewise.
9911 * gdb.disasm/Makefile.in: Likewise.
9912 * gdb.dlang/Makefile.in: Likewise.
9913 * gdb.dwarf2/Makefile.in: Likewise.
9914 * gdb.fortran/Makefile.in: Likewise.
9915 * gdb.gdb/Makefile.in: Likewise.
9916 * gdb.go/Makefile.in: Likewise.
9917 * gdb.guile/Makefile.in: Likewise.
9918 * gdb.java/Makefile.in: Likewise.
9919 * gdb.linespec/Makefile.in: Likewise.
9920 * gdb.mi/Makefile.in: Likewise.
9921 * gdb.modula2/Makefile.in: Likewise.
9922 * gdb.multi/Makefile.in: Likewise.
9923 * gdb.objc/Makefile.in: Likewise.
9924 * gdb.opencl/Makefile.in: Likewise.
9925 * gdb.opt/Makefile.in: Likewise.
9926 * gdb.pascal/Makefile.in: Likewise.
9927 * gdb.perf/Makefile.in: Likewise.
9928 * gdb.python/Makefile.in: Likewise.
9929 * gdb.reverse/Makefile.in: Likewise.
9930 * gdb.server/Makefile.in: Likewise.
9931 * gdb.stabs/Makefile.in: Likewise.
9932 * gdb.threads/Makefile.in: Likewise.
9933 * gdb.trace/Makefile.in: Likewise.
9934 * gdb.xml/Makefile.in: Likewise.
9935 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9936 GDB_PARALLEL.
9937 (standard_output_file): Remove check for GDB_PARALLEL, always
9938 return path in outputs/$subdir/$testname.
9939
437277d4
SM
99402016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9941
9942 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9943 (site.exp): Assign abs_srcdir to tcl's srcdir.
9944
31d913c7
YQ
99452016-02-04 Yao Qi <yao.qi@linaro.org>
9946
9947 * gdb.base/foll-exec-mode.c: Include limits.h.
9948 (main): Add parameters argc and argv. Get directory from
9949 argv[0].
9950 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9951 compilation.
9952 * gdb.base/foll-exec.c: Include limits.h.
9953 (main): Add parameters argc and argv.
9954 Get directory from argv[0].
9955 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9956 Adjust tests on the number of lines as source code changed.
9957 * gdb.base/foll-vfork-exit.c: Include limits.h.
9958 (main): Add one line of statement before vfork.
9959 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9960 (main): Add parameters argc and argv. Get directory from
9961 argv[0].
9962 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9963 (setup_gdb): Set tbreak to skip some source lines.
9964 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9965 (main): Add parameters argc and argv. Get directory from
9966 argv[0].
9967 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9968 compilation.
9969 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9970 (main): Add parameters argc and argv. Get directory from
9971 argv[0].
9972 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9973 compilation.
9974
9482b9fb
DE
99752016-02-01 Doug Evans <dje@google.com>
9976
9977 * gdb.base/skip.exp: Clean up multiple references to same test name.
9978
6b2e4f10
PA
99792016-02-01 Pedro Alves <palves@redhat.com>
9980
ccb6afd6 9981 PR remote/19496
6b2e4f10
PA
9982 * gdb.threads/forking-threads-plus-breakpoint.exp
9983 (displaced_stepping_supported): New global.
9984 (probe_displaced_stepping_support): New procedure.
9985 (do_test): Add 'displaced' parameter, and use it.
9986 (top level): Check for displaced stepping support. Add displaced
9987 stepping on/off testing axis.
9988
37a8db1a
AB
99892016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9990
9991 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9992 pointer. Don't perform further tests on the unassociated pointer
9993 if the first test fails.
9994
5fdf6324
AB
99952016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9996
9997 * gdb.base/max-value-size.c: New file.
9998 * gdb.base/max-value-size.exp: New file.
9999 * gdb.base/huge.exp: Disable max-value-size for this test.
10000
935c6144
IB
100012016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
10002
10003 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10004
7fe8399d
YQ
100052016-01-28 Yao Qi <yao.qi@linaro.org>
10006
10007 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
10008
a2077e25
PA
100092016-01-25 Pedro Alves <palves@redhat.com>
10010
10011 PR threads/19461
10012 * gdb.base/fork-running-state.c: New file.
10013 * gdb.base/fork-running-state.exp: New file.
10014
1d2736d4
PA
100152016-01-25 Pedro Alves <palves@redhat.com>
10016
10017 PR gdb/19494
10018 * gdb.base/catch-fork-kill.c: New file.
10019 * gdb.base/catch-fork-kill.exp: New file.
10020
f1da4b11
PA
100212016-01-25 Pedro Alves <palves@redhat.com>
10022
10023 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
10024 Delete, moved to lib/gdb.exp.
10025 * gdb.threads/forking-threads-plus-breakpoint.exp
10026 (foreach_with_prefix): Likewise.
10027 * gdb.threads/process-dies-while-handling-bp.exp
10028 (foreach_with_prefix): Likewise.
10029 * lib/gdb.exp (foreach_with_prefix): New procedure.
10030
45f38546
MK
100312016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
10032
10033 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
10034 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
10035
dc29a1ce
MK
100362016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
10037
10038 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10039 endian targets.
10040
092127d7
JK
100412016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10042 Pedro Alves <palves@redhat.com>
10043
10044 Fix testsuite compatibility with Guile.
10045 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10046 number.
10047
31d765d3
JK
100482016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10049
10050 Fix testsuite compatibility with Guile.
10051 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10052 (thread 1): New test for backtrace through signal handler.
10053
1ac78c04
YQ
100542016-01-22 Yao Qi <yao.qi@linaro.org>
10055
10056 PR testsuite/19491
10057 * gdb.base/multi-forks.c: Include
10058 ../lib/unbuffer_output.c
10059 (main): Call gdb_unbuffer_output.
10060
4f5946a8
DE
100612016-01-21 Doug Evans <dje@google.com>
10062
10063 * lib/ada.exp (gdb_compile_ada): Fix typo.
10064
305e13e6
JB
100652016-01-21 Joel Brobecker <brobecker@adacore.com>
10066
10067 * gdb.base/break-fun-addr.exp: New file.
10068 * gdb.base/break-fun-addr1.c: New file.
10069 * gdb.base/break-fun-addr2.c: New file.
10070
5f5dfff6
SM
100712016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10072
10073 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10074 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10075 enum flag values.
10076
fd356fa2
AA
100772016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10078
10079 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10080 when GDB can not set the vector return value. Add more comments
10081 for clarification.
10082
9df22175
AT
100832016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10084
10085 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10086 command.
10087
41d1845e
SM
100882016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10089
10090 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10091
01ac6840
SM
100922016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10093
10094 * Makefile.in (check-single): Pass --status to runtest.
10095 (check/%.exp): Likewise.
10096
100972016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10098
10099 * Makefile.in (check-parallel): Propagate return code from make
10100 do-check-parallel.
10101
bd0a71fa
MK
101022016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10103
10104 * gdb.trace/ftrace.exp: Fix expected message on continue.
10105 * gdb.trace/pending.exp: Fix expected message on continue.
10106 * gdb.trace/trace-break.exp: Fix expected message on continue.
10107
8bcbad33
SM
101082016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10109
10110 * lib/gdb.exp (gdb_test): Remove unused global references.
10111
f303dbd6
PA
101122016-01-18 Pedro Alves <palves@redhat.com>
10113
10114 * gdb.base/async-shell.exp: Adjust expected output.
10115 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10116 * gdb.base/siginfo-thread.exp: Adjust expected output.
10117 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10118 * gdb.java/jnpe.exp: Adjust expected output.
10119 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10120 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10121 * gdb.threads/leader-exit.exp: Adjust expected output.
10122 * gdb.threads/manythreads.exp: Adjust expected output.
10123 * gdb.threads/pthreads.exp: Adjust expected output.
10124 * gdb.threads/schedlock.exp: Adjust expected output.
10125 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10126 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10127 expected output.
10128 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10129 output.
10130 * gdb.threads/sigthread.exp: Adjust expected output.
10131 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10132
b2789696
YQ
101332016-01-18 Yao Qi <yao.qi@linaro.org>
10134
10135 * gdb.guile/scm-section-script.c: Replace @progbits with
10136 %progbits.
10137 * gdb.python/py-section-script.c: Likewise.
10138
71ef29a8
PA
101392016-01-15 Pedro Alves <palves@redhat.com>
10140
10141 * gdb.multi/tids.exp: Test star wildcard ranges.
10142
3f5b7598
PA
101432016-01-15 Pedro Alves <palves@redhat.com>
10144
10145 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10146 command from "thread apply" invocation.
10147 (thr_apply_info_thr_invalid): Default the expected output to the
10148 input tid list.
10149 (top level): Add tests that use convenience variables. Add tests
10150 for "thread apply" with a valid TID list, but missing the command.
10151
663f6d42
PA
101522016-01-13 Pedro Alves <palves@redhat.com>
10153
10154 * gdb.base/default.exp: Expect $_gthread as well.
10155 * gdb.multi/tids.exp: Test $_gthread.
10156 * gdb.threads/thread-specific.exp: Test $_gthread.
10157
c84f6bbf
PA
101582016-01-13 Pedro Alves <palves@redhat.com>
10159
10160 * gdb.multi/tids.exp: Test "info threads -gid".
10161
22a02324
PA
101622016-01-13 Pedro Alves <palves@redhat.com>
10163
10164 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10165 Breakpoint.thread.
10166 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10167
5d5658a1
PA
101682016-01-07 Pedro Alves <palves@redhat.com>
10169
10170 * gdb.base/break.exp: Adjust to output changes.
10171 * gdb.base/hbreak2.exp: Likewise.
10172 * gdb.base/sepdebug.exp: Likewise.
10173 * gdb.base/watch_thread_num.exp: Likewise.
10174 * gdb.linespec/keywords.exp: Likewise.
10175 * gdb.multi/info-threads.exp: Likewise.
10176 * gdb.threads/thread-find.exp: Likewise.
10177 * gdb.multi/tids.c: New file.
10178 * gdb.multi/tids.exp: New file.
10179
84654457
PA
101802016-01-13 Pedro Alves <palves@redhat.com>
10181
10182 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10183
e3940304
PA
101842016-01-13 Pedro Alves <palves@redhat.com>
10185
10186 * gdb.base/default.exp: Expect $_inferior as well.
10187 * gdb.multi/base.exp: Test $_inferior.
10188
a911d87a
PA
101892016-01-13 Pedro Alves <palves@redhat.com>
10190
10191 PR breakpoints/19388
10192 * gdb.base/catch-signal-siginfo-cond.c: New file.
10193 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10194
82075af2
JS
101952016-01-12 Josh Stone <jistone@redhat.com>
10196 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10197
10198 * gdb.base/catch-syscall.c (do_execve): New variable.
10199 (main): Conditionally trigger an execve.
10200 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10201 (test_catch_syscall_execve): New, check entry/return across execve.
10202 (do_syscall_tests): Call test_catch_syscall_execve.
10203
e46eeedd
PA
102042016-01-12 Pedro Alves <palves@redhat.com>
10205
10206 * gdb.base/random-signal.exp (do_test): New procedure, with body
10207 of testcase moved in.
10208
01d8c27e
JK
102092016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10210 Pedro Alves <palves@redhat.com>
10211
10212 * gdb.base/funcargs.exp (finish from indirectly called function):
10213 Reintroduce the case for 'First'.
10214
9a706302
JK
102152016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10216 Pedro Alves <palves@redhat.com>
10217
10218 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10219 (tcatch_vfork_then_child_follow_exec)
10220 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10221 identification.
10222
c0ecb95f
JK
102232016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10224
10225 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10226 and repeats to unlimited.
10227 * gdb.python/py-value.exp: Likewise.
10228 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10229 and repeats to unlimited.
10230
6cfc1fcb
JK
102312016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10232
10233 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10234 and reordering the functions.
10235 * gdb.multi/hangout.c: Likewise.
10236 * gdb.multi/hello.c: Likewise.
10237
582a1b00
SM
102382016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10239
10240 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10241 absolute.
10242 (SingleStatisticTestResult.report): Use dict.keys instead of
10243 dict.iterkeys.
10244
79bc59cb
PA
102452016-01-06 Pedro Alves <palves@redhat.com>
10246
10247 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10248
43368e1d
MM
102492016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10250
10251 * gdb.btrace/dlopen.exp: New.
10252 * gdb.btrace/dlopen.c: New.
10253 * gdb.btrace/dlopen-dso.c: New.
10254
79fad5b8
SL
102552015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10256
10257 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10258 PATTERN argument is optional.
10259
ab8314b3
JB
102602015-12-24 Joel Brobecker <brobecker@adacore.com>
10261
10262 * lib/ada.exp (target_compile_ada_from_dir): New function.
10263 (gdb_compile_ada): Reimplement avoiding the use of project files.
10264 * gdb.ada/gnat_ada.gpr: Delete.
10265 * gdb.ada/cond_lang.exp: Adjust test to make path before
10266 filename optional.
10267 * gdb.ada/small_reg_param.exp: Likewise.
10268
fe33faff
SM
102692015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10270
10271 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10272
6d265cb4
TP
102732015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10274
10275 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10276 case.
10277
10125099
SM
102782015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10279
10280 * gdb.base/break.exp: Remove dead code.
10281 * gdb.base/sepdebug.exp: Likewise.
10282
3ca22649
SM
102832015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10284
10285 * gdb.asm/asm-source.exp: Remove HP-UX references.
10286 * gdb.base/annota1.exp: Likewise.
10287 * gdb.base/annota3.exp: Likewise.
10288 * gdb.base/attach.exp: Likewise.
10289 * gdb.base/bigcore.exp: Likewise.
10290 * gdb.base/break.exp: Likewise.
10291 * gdb.base/call-ar-st.exp: Likewise.
10292 * gdb.base/callfuncs.exp: Likewise.
10293 * gdb.base/catch-fork-static.exp: Likewise.
10294 * gdb.base/display.exp: Likewise.
10295 * gdb.base/foll-exec-mode.exp: Likewise.
10296 * gdb.base/foll-exec.exp: Likewise.
10297 * gdb.base/foll-fork.exp: Likewise.
10298 * gdb.base/foll-vfork.exp: Likewise.
10299 * gdb.base/funcargs.exp: Likewise.
10300 * gdb.base/hbreak2.exp: Likewise.
10301 * gdb.base/inferior-died.exp: Likewise.
10302 * gdb.base/interrupt.exp: Likewise.
10303 * gdb.base/multi-forks.exp: Likewise.
10304 * gdb.base/nodebug.exp: Likewise.
10305 * gdb.base/sepdebug.exp: Likewise.
10306 * gdb.base/solib1.c: Likewise.
10307 * gdb.base/step-test.exp: Likewise.
10308 * gdb.mi/non-stop.c: Likewise.
10309 * gdb.mi/pthreads.c: Likewise.
10310 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10311 * gdb.threads/pthreads.c: Likewise.
10312 * gdb.threads/staticthreads.exp: Likewise.
10313 * lib/future.exp: Likewise.
10314 * lib/gdb.exp: Likewise.
10315 * gdb.base/so-indr-cl.c: Remove.
10316 * gdb.base/so-indr-cl.exp: Likewise.
10317 * gdb.base/solib.c: Likewise.
10318 * gdb.base/solib.exp: Likewise.
10319 * gdb.base/solib2.c: Likewise.
10320
b6304613
SM
103212015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10322
10323 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10324 * gdb.base/call-ar-st.exp: Likewise.
10325 * gdb.base/callfuncs.exp: Likewise.
10326 * gdb.base/condbreak.exp: Likewise.
10327 * gdb.base/constvars.exp: Likewise.
10328 * gdb.base/hbreak2.exp: Likewise.
10329 * gdb.base/langs.exp: Likewise.
10330 * gdb.base/list.exp: Likewise.
10331 * gdb.base/long_long.exp: Likewise.
10332 * gdb.base/ptype.exp: Likewise.
10333 * gdb.base/scope.exp: Likewise.
10334 * gdb.base/signals.exp: Likewise.
10335 * gdb.base/so-impl-ld.exp: Likewise.
10336 * gdb.base/varargs.exp: Likewise.
10337 * gdb.base/volatile.exp: Likewise.
10338 * gdb.base/whatis.exp: Likewise.
10339 * gdb.cp/cplusfuncs.exp: Likewise.
10340 * gdb.cp/inherit.exp: Likewise.
10341 * gdb.cp/local.exp: Likewise.
10342 * gdb.cp/member-ptr.exp: Likewise.
10343 * gdb.cp/method.exp: Likewise.
10344 * gdb.cp/overload.exp: Likewise.
10345 * gdb.cp/templates.exp: Likewise.
10346 * gdb.stabs/weird.exp: Likewise.
10347 * lib/compiler.c: Likewise.
10348 * lib/compiler.cc: Likewise.
10349 * lib/cp-support.exp: Likewise.
10350 * lib/gdb.exp: Likewise.
10351
bf401b07
SM
103522015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10353
10354 * configure.ac: Remove HP-UX case.
10355 * configure: Regenerate.
10356
aff9c0f8
SM
103572015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10358
10359 * lib/gdb.exp (gdb_compile): Add function doc.
10360
a6904d5a
PA
103612015-12-17 Pedro Alves <palves@redhat.com>
10362
10363 PR threads/19354
10364 * gdb.multi/info-threads.exp: New file.
10365
a22279dd
YQ
103662015-12-15 Yao Qi <yao.qi@linaro.org>
10367
10368 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10369 is aarch64*-*-*.
10370
0588c796
SL
103712015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10372
10373 * gdb.base/history-duplicates.exp: Skip if no readline support.
10374
5d978e17
SL
103752015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10376
10377 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10378
7e763b86
SL
103792015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10380
10381 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10382
87a3a92c
SL
103832015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10384
10385 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10386 ctrl-C if nointerrupts target property is set.
10387 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10388 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10389 * gdb.base/paginate-bg-execution.exp: Likewise.
10390 * gdb.base/paginate-execution-startup.exp: Likewise.
10391 * gdb.base/random-signal.exp: Likewise.
10392 * gdb.base/range-stepping.exp: Likewise.
10393 * gdb.cp/annota2.exp: Likewise.
10394 * gdb.cp/annota3.exp: Likewise.
10395 * gdb.gdb/selftest.exp: Likewise.
10396 * gdb.threads/continue-pending-status.exp: Likewise.
10397 * gdb.threads/leader-exit.exp: Likewise.
10398 * gdb.threads/manythreads.exp: Likewise.
10399 * gdb.threads/pthreads.exp: Likewise.
10400 * gdb.threads/schedlock.exp: Likewise.
10401 * gdb.threads/sigthread.exp: Likewise.
10402
a8f077dc
DB
104032015-12-11 Don Breazeal <donb@codesourcery.com>
10404
10405 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10406 remote.
10407 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10408 * gdb.base/foll-exec.exp (main): Enable for target remote.
10409 * gdb.base/foll-fork.exp (main): Likewise.
10410 * gdb.base/foll-vfork.exp (main): Likewise.
10411 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10412 (proc continue_to_exit_bp_loc): Use clean_restart.
10413 * gdb.base/pie-execl.exp (main): Disable for target remote.
10414 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10415 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10416 * gdb.threads/execl.exp (main): Likewise.
10417 * gdb.threads/fork-child-threads.exp (main): Likewise.
10418 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10419 remote.
10420 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10421 remote.
10422 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10423 pid.tid style ptids, instead of just tid.
10424 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10425 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10426 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10427 ptids, instead of just tid.
10428
3b2464a8
AB
104292015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10430
10431 * gdb.base/list.exp (test_list_forward): Add end of file error
10432 test.
10433 (test_repeat_list_command): Add end of file error test.
10434 (test_list_backwards): Add beginning of file error test.
10435
a0def019
AB
104362015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10437
10438 * gdb.base/list.exp (test_list_invalid_args): New function,
10439 defined, and called.
10440
5c000dff
AB
104412015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10442
10443 * gdb.base/list.exp (test_list): Make test names unique.
10444
f1637ebe
YQ
104452015-12-11 Yao Qi <yao.qi@linaro.org>
10446
10447 * gdb.base/coremaker2.c: Remove.
10448
36d6fc0a
PA
104492015-12-10 Pedro Alves <palves@redhat.com>
10450
10451 * gdb.multi/base.exp: Remove stale "spaces" references.
10452
762f7747
PA
104532015-12-10 Pedro Alves <palves@redhat.com>
10454
10455 * gdb.multi/base.exp: Don't use nowarnings.
10456 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10457 * gdb.multi/hangout.c: Include stdio.h.
10458 * gdb.multi/hello.c: Include stdlib.h.
10459 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10460 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10461 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10462
28d2bfb9
AB
104632015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10464
10465 * gdb.dwarf2/dw2-ranges-base.c: New file.
10466 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10467 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10468 support additional line table, and debug ranges generation.
10469 (Dwarf::ranges): New function, generate .debug_ranges.
10470 (Dwarf::lines): Support generating simple line table programs.
10471 (Dwarf::assemble): Initialise new namespace variables.
10472
5fc2beac
KB
104732015-12-09 Kevin Buettner <kevinb@redhat.com>
10474
10475 * gdb.base/async.exp (proc test_background): Add case for
10476 asynchronous execution not supported.
10477
1c35a88f
LM
104782015-12-09 Luis Machado <lgustavo@codesourcery.com>
10479
10480 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10481 format and change test names to make them unique.
10482
b593e3d9
RK
104832015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10484 Pedro Alves <pedro@redhat.com>
10485
10486 PR gdb/18702
10487 Add checking of floatformats setup on x86_64 hosts.
10488 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10489 (smallval, bigval): New labels/constants.
10490 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10491 float" after loading bigval and smallval.
10492
d72413e6
PMR
104932015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10494
10495 * gdb.ada/fun_overload_menu.exp: New testcase.
10496 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10497
ece66d65
JS
104982015-12-04 Josh Stone <jistone@redhat.com>
10499
10500 * gdb.base/catch-fork-static.exp: New.
10501
41d0efca
YQ
105022015-12-03 Yao Qi <yao.qi@linaro.org>
10503
10504 * gdb.base/sizeof.c: Don't include stdio.h and
10505 ../lib/unbuffer_output.c.
10506 (main): New variable 'size' and 'value'. Remove printf and
10507 gdb_unbuffer_output. Assign return value to size and value.
10508 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10509 at the beginning.
10510 (check_sizeof): Check the result by printing variable 'size'.
10511 (check_valueof): Check the result by printing variable 'value'.
10512
99fd02d9
YQ
105132015-12-01 Yao Qi <yao.qi@linaro.org>
10514
10515 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10516 for aarch64*-*-linux* target.
10517
f2faf941
PA
105182015-11-30 Pedro Alves <palves@redhat.com>
10519
10520 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10521
04bf20c5
PA
105222015-11-30 Pedro Alves <palves@redhat.com>
10523
10524 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10525 Handle non-stop mode vCont replies.
10526
09df4675
PA
105272015-11-30 Pedro Alves <palves@redhat.com>
10528
10529 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10530 prepare_for_testing. Start gdb with "set non-stop on" appended to
10531 GDBFLAGS. Lax expected stop output.
10532
58b584af
YQ
105332015-11-27 Yao Qi <yao.qi@linaro.org>
10534
10535 * gdb.arch/arm-neon.exp: New.
10536 * gdb.arch/arm-neon.c: New.
10537
dfcb77a8
YQ
105382015-11-27 Yao Qi <yao.qi@linaro.org>
10539
10540 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10541
88e8ec1b
YQ
105422015-11-27 Yao Qi <yao.qi@linaro.org>
10543
10544 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10545 frames-invalid annotation.
10546
bfde72c2
YQ
105472015-11-27 Yao Qi <yao.qi@linaro.org>
10548
10549 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10550
f6512a69
SM
105512015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10552
10553 * gdb.threads/names.exp: New file.
10554 * gdb.threads/names.c: New file.
10555 * README: Mention gdb,no_thread_names.
10556
46a3515b
MM
105572015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10558
10559 PR 19297
10560 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10561 support" error.
10562
62147a22
PA
105632015-11-24 Pedro Alves <palves@redhat.com>
10564
10565 PR 17539
10566 * gdb.base/display.exp: Expect displays to be sorted in ascending
10567 order. Use multi_line.
10568 * gdb.base/solib-display.exp: Likewise.
10569
2f341b6e
PA
105702015-11-24 Pedro Alves <palves@redhat.com>
10571
10572 PR 17539
25d49b86
PA
10573 * gdb.base/display.exp: Expect displays to be sorted in ascending
10574 order. Use multi_line.
10575 * gdb.base/solib-display.exp: Likewise.
2f341b6e 10576
7e0aa6aa
PA
105772015-11-24 Pedro Alves <palves@redhat.com>
10578
10579 PR 17539
10580 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10581 threads in ascending order.
10582 * gdb.base/foll-fork.exp: Likewise.
10583 * gdb.base/foll-vfork.exp: Likewise.
10584 * gdb.base/multi-forks.exp: Likewise.
10585 * gdb.mi/mi-nonstop.exp: Likewise.
10586 * gdb.mi/mi-nsintrall.exp: Likewise.
10587 * gdb.multi/base.exp: Likewise.
10588 * gdb.multi/multi-arch.exp: Likewise.
10589 * gdb.python/py-inferior.exp: Likewise.
10590 * gdb.threads/break-while-running.exp: Likewise.
10591 * gdb.threads/execl.exp: Likewise.
10592 * gdb.threads/gcore-thread.exp: Likewise.
10593 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10594 * gdb.threads/kill.exp: Likewise.
10595 * gdb.threads/linux-dp.exp: Likewise.
10596 * gdb.threads/multiple-step-overs.exp: Likewise.
10597 * gdb.threads/next-bp-other-thread.exp: Likewise.
10598 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10599 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10600 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10601 * gdb.threads/thread-find.exp: Likewise.
10602 * gdb.threads/tls.exp: Likewise.
10603 * lib/mi-support.exp (mi_reverse_list): Delete.
10604 (mi_check_thread_states): No longer reverse list.
10605
2cc57ad8
PA
106062015-11-24 Pedro Alves <palves@redhat.com>
10607
10608 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10609 use lowercase.
10610
c93e8391
SM
106112015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10612
10613 * gdb.trace/actions.c: Include trace-common.h.
10614 (main): Add a location for a fast tracepoint.
10615 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10616 the normal tracepoints.
10617 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10618
045ccf91
SM
106192015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10620
10621 * save-trace.exp: Factor out code to these...
10622 (gdb_save_tracepoints): New.
10623 (gdb_load_tracepoints): New.
10624 (do_save_load_test): New.
10625
5506f9f6
KB
106262015-11-23 Kevin Buettner <kevinb@redhat.com>
10627
10628 * gdb.base/asmlabel.exp: New test.
10629 * gdb.base/asmlabel.c: New test case.
10630
16c3b12f
JB
106312015-11-23 Joel Brobecker <brobecker@adacore.com>
10632
10633 * gdb.base/wrong_frame_bt_full-main.c: New file.
10634 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10635 * gdb.base/wrong_frame_bt_full.exp: New file.
10636
155bfbd3
JB
106372015-11-23 Joel Brobecker <brobecker@adacore.com>
10638
10639 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10640
bb097445
JM
106412015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10642
206853a0 10643 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
10644 pstate register when comparing registers values in
10645 sparc64-*-linux-gnu targets to avoid spurious differences.
10646
9c88ed8f
JM
106472015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10648
206853a0 10649 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 10650
96161e25
SL
106512015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10652
10653 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10654 as type argument to gdb_compile.
10655 * gdb.base/nested-subp2.exp: Likewise.
10656 * gdb.base/nested-subp3.exp: Likewise.
10657
340c2830
DV
106582015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10659
10660 * lib/dwarf.exp (_note): Fix left shift of negative value.
10661 * gdb.trace/trace-condition.exp: Likewise.
10662
c1862d0f
YQ
106632015-11-13 Yao Qi <yao.qi@linaro.org>
10664
10665 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10666 comments about d10v.
10667 (test_scalar_returns): Likewise.
10668 * gdb.base/d10v.ld: Remove.
10669 * gdb.base/overlays.exp: Remove the target triplet checking for
10670 d10v-*-*.
10671 * gdb.base/structs.exp (test_struct_returns): Remove the
10672 comments about d10v.
10673 (test_struct_calls): Likewise.
10674
77ae9c19
YQ
106752015-11-13 Yao Qi <yao.qi@linaro.org>
10676
10677 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10678 * gdb.base/gnu_vector.c: Don't include stdio.h.
10679 (main): Don't print res and call add_some_intvecs.
10680
430e004e
MK
106812015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10682
10683 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10684 macro.
10685 (func5): Removed.
10686 (func4): Use FAST_TRACEPOINT_LABEL.
10687 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10688 macro.
10689 (func): Removed.
10690 (thread_function): Use FAST_TRACEPOINT_LABEL.
10691 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10692 (func): Remove.
10693 (marker): Use FAST_TRACEPOINT_LABEL.
10694 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10695 (pendfunc1): Remove.
10696 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10697 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10698 (foo): Remove.
10699 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10700 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10701 macro.
10702 (func): Remove.
10703 (marker): Use FAST_TRACEPOINT_LABEL.
10704 * gdb.trace/trace-common.h: New header.
10705 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10706 macro.
10707 (func): Remove.
10708 (marker): Use FAST_TRACEPOINT_LABEL.
10709 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10710 (func): Remove.
10711 (thread_function): Use FAST_TRACEPOINT_LABEL.
10712
6e7675a7
MK
107132015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10714
10715 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10716 in front.
10717 * gdb.trace/change-loc.exp: Use global pcreg definition.
10718 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10719 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10720 in front.
10721 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10722 * gdb.trace/pending.exp: Likewise.
10723 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10724 * gdb.trace/trace-break.exp: Likewise.
10725 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10726 in front.
10727 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10728 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10729 in front.
10730 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10731
dddc0e16
JB
107322015-11-09 Joel Brobecker <brobecker@adacore.com>
10733
10734 * gdb.ada/fin_fun_out: New testcase.
10735
c6f0b406
KB
107362015-11-07 Kevin Buettner <kevinb@redhat.com>
10737
10738 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10739 value associated with DW_AT_byte_size.
10740 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10741 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10742 DW_AT_upper_bound.
10743
f01dcfd9
KB
107442015-11-07 Kevin Buettner <kevinb@redhat.com>
10745
10746 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10747 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10748 version.
10749 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10750 gdb.dwarf2/dw2-canonicalize-type.exp,
10751 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10752 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10753 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10754 provided by gdb_target_symbol_prefix_flags_asm.
10755 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10756 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10757 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10758 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10759 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10760 macros where needed). Use this macro for symbols which require
10761 the prefix provided by SYMBOL_PREFIX.
10762
2223449a
KB
107632015-11-05 Kevin Buettner <kevinb@redhat.com>
10764
10765 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10766 New procs.
10767 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10768 representing expressions, of more than one list element.
10769 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10770 to prepend linker symbol prefix to f.
10771 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10772 table_1 and table_2.
10773 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10774 Likewise, for f and g.
10775 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10776 for ptr.
10777 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10778 for main.
10779 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10780 table_1_ptr and table_2_ptr.
10781
6f2f1a3a
JK
107822015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10783 Joel Brobecker <brobecker@adacore.com>
10784
10785 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10786
566c56c9
MK
107872015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10788
10789 * gdb.reverse/s390-mvcle.c: New test.
10790 * gdb.reverse/s390-mvcle.exp: New file.
10791 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10792
d5f0636b
MK
107932015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10794
10795 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10796
7ad8b86c
MK
107972015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10798
10799 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10800 reaching marker2.
10801 * gdb.reverse/getresuid-reverse.exp: Likewise.
10802 * gdb.reverse/pipe-reverse.exp: Likewise.
10803 * gdb.reverse/readv-reverse.exp: Likewise.
10804 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10805 * gdb.reverse/time-reverse.exp: Likewise.
10806 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10807
4081c0f1
YQ
108082015-10-30 Yao Qi <yao.qi@linaro.org>
10809
10810 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10811 (empty_cycle): Remove.
10812 (main): Don't call empty_cycle. Don't use watch_count_done.
10813 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10814 empty_cycle. Rewrite the code counting HW watchpoints.
10815
452b4ba5
MK
108162015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10817
10818 * gdb.reverse/fstatat-reverse.c: New test.
10819 * gdb.reverse/fstatat-reverse.exp: New file.
10820 * gdb.reverse/getresuid-reverse.c: New test.
10821 * gdb.reverse/getresuid-reverse.exp: New file.
10822 * gdb.reverse/pipe-reverse.c: New test.
10823 * gdb.reverse/pipe-reverse.exp: New file.
10824 * gdb.reverse/readv-reverse.c: New test.
10825 * gdb.reverse/readv-reverse.exp: New file.
10826 * gdb.reverse/recvmsg-reverse.c: New test.
10827 * gdb.reverse/recvmsg-reverse.exp: New file.
10828 * gdb.reverse/time-reverse.c: New test.
10829 * gdb.reverse/time-reverse.exp: New file.
10830 * gdb.reverse/waitpid-reverse.c: New test.
10831 * gdb.reverse/waitpid-reverse.exp: New file.
10832
5e2e7507
JK
108332015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10834
10835 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10836
0fde2c53
DE
108372015-10-26 Doug Evans <dje@google.com>
10838
10839 PR symtab/17391
10840 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10841 * gdb.dwarf2/bad-regnum.c: New file.
10842 * gdb.dwarf2/bad-regnum.exp: New file.
10843
1a70ae97
DE
108442015-10-26 Doug Evans <dje@google.com>
10845
10846 PR python/18938
10847 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10848 file.
10849
27dc26ab
JK
108502015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10851
10852 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10853 for a change by "Mention language in compile error message".
10854
bed91f4d
SM
108552015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10856
10857 PR python/18073
10858 * gdb.python/py-type.c (C::a_method): New.
10859 (C::a_const_method): New.
10860 (C::a_static_method): New.
10861 (a_function): New.
10862 * gdb.python/py-type.exp (test_fields): Test getting fields
10863 from function and method.
10864
3f2f83dd
KB
108652015-10-21 Keven Boell <keven.boell@intel.com>
10866
10867 * gdb.fortran/vla-alloc-assoc.exp: New file.
10868 * gdb.fortran/vla-datatypes.exp: New file.
10869 * gdb.fortran/vla-datatypes.f90: New file.
10870 * gdb.fortran/vla-history.exp: New file.
10871 * gdb.fortran/vla-ptype-sub.exp: New file.
10872 * gdb.fortran/vla-ptype.exp: New file.
10873 * gdb.fortran/vla-sizeof.exp: New file.
10874 * gdb.fortran/vla-sub.f90: New file.
10875 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10876 * gdb.fortran/vla-value-sub-finish.exp: New file.
10877 * gdb.fortran/vla-value-sub.exp: New file.
10878 * gdb.fortran/vla-value.exp: New file.
10879 * gdb.fortran/vla-ptr-info.exp: New file.
10880 * gdb.mi/mi-vla-fortran.exp: New file.
10881 * gdb.mi/vla.f90: New file.
10882
27145d50
SL
108832015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10884
10885 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10886 of hardwired timeout value.
10887
5f3ff4f8
JK
108882015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10889 Pedro Alves <palves@redhat.com>
10890
10891 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10892 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10893
bfd09d20
JS
108942015-10-19 Josh Stone <jistone@redhat.com>
10895
10896 * gdb.base/catch-syscall.c: Include <sched.h>.
10897 (unknown_syscall): New variable.
10898 (main): Trigger a vfork and an unknown syscall.
10899 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10900 (unknown_syscall_number): Likewise.
10901 (check_call_to_syscall): Accept an optional syscall pattern.
10902 (check_return_from_syscall): Likewise.
10903 (check_continue): Likewise.
10904 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10905 (test_catch_syscall_skipping_return): New test toggling off 'catch
10906 syscall' to step over the syscall return, then toggling back on.
10907 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10908 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10909 (do_syscall_tests): Call test_catch_syscall_without_args and
10910 test_catch_syscall_mid_vfork.
10911 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10912 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10913
b32b93c6
AS
109142015-10-19 Andrew Stubbs <ams@codesourcery.com>
10915
10916 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10917 print g_vE): Add new pass patterns.
10918 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10919 print various symbol names for vptr fields.
10920
9d622bda
AB
109212015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10922
10923 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10924 results.
10925
0fd8ac1c
YQ
109262015-10-12 Yao Qi <yao.qi@linaro.org>
10927
10928 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10929
34240514
YQ
109302015-10-12 Yao Qi <yao.qi@linaro.org>
10931
10932 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10933 is aarch64*-*-linux*.
10934
8240f442
YQ
109352015-10-12 Yao Qi <yao.qi@linaro.org>
10936
10937 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10938 (can_relocate_bcond_true): ... it.
10939 (can_relocate_bcond_false): New function.
10940 (foo): Likewise.
10941 (can_relocate_bl): Likewise.
10942 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10943 can_relocate_bl.
10944
2520f728
PMR
109452015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10946
10947 * gdb.base/nested-addr.c: New file.
10948 * gdb.base/nested-addr.exp: New testcase.
10949
abcef95a
MM
109502015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10951
10952 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10953 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10954 its output. Ignore the output of "record goto begin" and instead
10955 check that GDB is replaying.
10956
145e3ddb
PA
109572015-10-09 Pedro Alves <palves@redhat.com>
10958
10959 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10960 (top level): Use it in the run with no args test.
10961
d5d8c4e1
IB
109622015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10963
10964 * gdb.dlang/properties.exp: New file.
10965
06e635ef
SL
109662015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10967
10968 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10969 whether or not address 0x1000 is mapped on the target.
10970
e019fd1d
SM
109712015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10972
10973 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10974 build.
10975
77ba2a67
MM
109762015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10977
10978 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10979 instruction-history test.
10980
c60eb31f
DE
109812015-09-28 Doug Evans <dje@google.com>
10982
10983 * gdb.base/gcore.c (array_func): Add reference to static_array.
10984
9a3c8263
SM
109852015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10986
10987 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10988 source line.
10989
9720e656
SL
109902015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10991
10992 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10993 short or char as base type.
10994
938d3bf2
SL
109952015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10996
10997 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10998 to allow any size enum.
10999
e6c2c623
PMR
110002015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
11001
11002 * gdb.ada/array_ptr_renaming.exp: New testcase.
11003 * gdb.ada/array_ptr_renaming/foo.adb: New file.
11004 * gdb.ada/array_ptr_renaming/pack.ads: New file.
11005
06da0f77
PL
110062015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11007
11008 * gdb.trace/ftrace-lock.c: New file.
11009 * gdb.trace/ftrace-lock.exp: New file.
11010
4f51c22a
PL
110112015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11012
11013 * gdb.arch/insn-reloc.c: New file.
11014 * gdb.arch/ftrace-insn-reloc.exp: New file.
11015
7041adf4
PL
110162015-09-21 Pierre Langlois <pierre.langlois@arm.com>
11017
11018 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
11019 instruction.
11020 * gdb.trace/pendshr1.c (pendfunc): Likewise.
11021 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
11022 * gdb.trace/range-stepping.c: Likewise.
11023 * gdb.trace/trace-break.c: Likewise.
11024 * gdb.trace/trace-mt.c (thread_function): Likewise.
11025 * gdb.trace/ftrace.c (marker): Likewise.
11026 * gdb.trace/trace-condition.c (marker): Likewise.
11027 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
11028 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
11029 is_aarch64_target.
11030
015d2e7e
DE
110312015-09-18 Doug Evans <xdje42@gmail.com>
11032
11033 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
11034 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
11035
26b188a2
SL
110362015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11037
11038 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11039 the breakpoint.
11040
79dc332b
SL
110412015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11042
11043 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11044 the pending breakpoint. Remove timeout override for "Run till
11045 MI pending breakpoint on pendfunc3 on thread 2" test.
11046
f57929f2
SL
110472015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11048
11049 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11050 filename pattern.
11051
3f469b17
SL
110522015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11053
11054 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11055 in breakpoint filename pattern.
11056
515b89b3
SL
110572015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11058
7800dbe4
SL
11059 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11060
110612015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11062
515b89b3
SL
11063 * gdb.linespec/explicit.exp: Check for readline support for
11064 tab-completion tests. Fix obvious typo.
11065
d2939ba2
MM
110662015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11067
11068 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11069 and replay.
11070
cbb55fa7
MM
110712015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11072
11073 * gdb.btrace/non-stop.c: New.
11074 * gdb.btrace/non-stop.exp: New.
11075
43691ca1
PL
110762015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11077 Yao Qi <yao.qi@linaro.org>
11078
11079 * gdb.trace/trace-condition.c: New file.
11080 * gdb.trace/trace-condition.exp: New file.
11081
d78908cf
WW
110822015-09-16 Wei-cheng Wang <cole945@gmail.com>
11083
11084 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11085 for testing bytecode compilation.
11086
1ed415e2
PA
110872015-09-16 Pedro Alves <palves@redhat.com>
11088 Sandra Loosemore <sandra@codesourcery.com>
11089
11090 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11091 (SECONDS): Redefine.
11092 (main): Call pthread_kill and alarm early.
11093 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11094 support.
11095 (test): If the target can't hardware step and doesn't support
11096 displaced stepping, increase the timeout.
11097
d136eff5
PA
110982015-09-16 Pedro Alves <palves@redhat.com>
11099
11100 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11101 (enable_debug): New procedures.
11102 (test): Use them. Bail out if waiting for threads fails.
11103 (top level): Bail out if a test fails.
11104
991f019c
YQ
111052015-09-16 Yao Qi <yao.qi@linaro.org>
11106
11107 * gdb.asm/asm-source.exp: Set asm-arch for
11108 aarch64*-*-* target.
11109 * gdb.asm/aarch64.inc: New file.
11110
bfca584f
PMR
111112015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11112
11113 * gdb.ada/array_of_variable_length.exp: New testcase.
11114 * gdb.ada/array_of_variable_length/foo.adb: New file.
11115 * gdb.ada/array_of_variable_length/pck.adb: New file.
11116 * gdb.ada/array_of_variable_length/pck.ads: New file.
11117
b326e587
DE
111182015-09-15 Doug Evans <dje@google.com>
11119
11120 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11121 of function static local variable.
11122
5382cfab
PW
111232015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11124
11125 * gdb.threads/tls-so_extern.exp: New test file.
11126 * gdb.threads/tls-so_extern.c: New test file.
11127 * gdb.threads/tls-so_extern_main.c: New test file.
11128
141c5cc4
JK
111292015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11130
11131 * gdb.opt/solib-intra-step-lib.c: New file.
11132 * gdb.opt/solib-intra-step-main.c: New file.
11133 * gdb.opt/solib-intra-step.exp: New file.
11134
d15dcecd
PA
111352015-09-15 Pedro Alves <palves@redhat.com>
11136
11137 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11138 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11139
4c2f2a79
PA
111402015-09-14 Pedro Alves <palves@redhat.com>
11141
11142 * gdb.base/hook-stop-continue.c: Delete.
11143 * gdb.base/hook-stop-continue.exp: Delete.
11144 * gdb.base/hook-stop-frame.c: Delete.
11145 * gdb.base/hook-stop-frame.exp: Delete.
11146 * gdb.base/hook-stop.c: New file.
11147 * gdb.base/hook-stop.exp: New file.
11148
919e6dbe
PMR
111492015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11150
11151 * gdb.ada/access_to_packed_array.exp: New testcase.
11152 * gdb.ada/access_to_packed_array/foo.adb: New file.
11153 * gdb.ada/access_to_packed_array/pack.adb: New file.
11154 * gdb.ada/access_to_packed_array/pack.ads: New file.
11155
157280a4
MM
111562015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11157
11158 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11159 buffer size test.
11160
2fd33e94
DB
111612015-09-11 Don Breazeal <donb@codesourcery.com>
11162
11163 * gdb.base/foll-exec.c: Add copyright header. Fix
11164 formatting issues.
11165 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11166 (do_exec_tests): Use clean_restart in place of zap_session,
11167 and for test initialization. Fix formatting issues. Use
11168 fail in place of perror.
11169 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11170 an expect statement to match an expression with output from
11171 the program under debug.
11172 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11173 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11174 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11175 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11176 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11177
e70b6e8e
DE
111782015-09-09 Doug Evans <dje@google.com>
11179
11180 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11181
7a551a51
DE
111822015-09-09 Doug Evans <dje@google.com>
11183
11184 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11185
4c666f84
DE
111862015-09-09 Doug Evans <dje@google.com>
11187
11188 * gdb.base/savedregs.exp: Fix typo.
11189
243a9253
PA
111902015-09-09 Pedro Alves <palves@redhat.com>
11191
11192 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11193
c0fa8fbd
SL
111942015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11195
11196 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11197 command actually switches threads. Give up on remaining
11198 tests if target fails to stop at breakpoint.
11199
cd7c1778
PMR
112002015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11201
11202 * gdb.ada/funcall_char.exp: New testcase.
11203 * gdb.ada/funcall_char/foo.adb: New file.
11204
dc5c8746
PMR
112052015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11206
11207 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11208 expected outputs. Add two testcases for completing ambiguous
11209 functions.
11210 * gdb.ada/complete/aux_pck.adb: New file.
11211 * gdb.ada/complete/aux_pck.ads: New file.
11212 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11213 Ambiguous_Func functions.
11214 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11215 * gdb.ada/complete/pck.adb: Likewise.
11216
4e83a1e7
UW
112172015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11218
11219 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11220 failures to run the test program under GDB.
11221
8ce74153
LM
112222015-08-26 Luis Machado <lgustavo@codesourcery.com>
11223
11224 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11225 to C.
11226
e9756d52
PP
112272015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11228
11229 * gdb.base/run-after-attach.exp: New test file.
11230 * gdb.base/run-after-attach.c: New test file.
11231
8d37573b
DB
112322015-08-26 Don Breazeal <donb@codesourcery.com>
11233
11234 * gdb.base/foll-exec-2.c: New test program.
11235 * gdb.base/foll-exec-2.exp: New test.
11236
63e43d3a
PMR
112372015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11238
11239 * gdb.base/nested-subp1.exp: New file.
11240 * gdb.base/nested-subp1.c: New file.
11241 * gdb.base/nested-subp2.exp: New file.
11242 * gdb.base/nested-subp2.c: New file.
11243 * gdb.base/nested-subp3.exp: New file.
11244 * gdb.base/nested-subp3.c: New file.
11245
3d40fbb5
PA
112462015-08-24 Pedro Alves <palves@redhat.com>
11247
11248 * gdb.server/connect-without-multi-process.c: New file.
11249 * gdb.server/connect-without-multi-process.exp: New file.
11250
4422ac93
LM
112512015-08-24 Luis Machado <lgustavo@codesourcery.com>
11252
11253 * gdb.opt/inline-markers.c: Make z int.
11254
91dddb86
LM
112552015-08-24 Luis Machado <lgustavo@codesourcery.com>
11256
11257 * gdb.opt/inline-markers.c: Make z volatile.
11258
a48847ee
LM
112592015-08-24 Luis Machado <lgustavo@codesourcery.com>
11260
11261 * gdb.opt/inline-bt.c: New volatile global z.
11262 * gdb.opt/inline-cmds.c: Likewise.
11263 * gdb.opt/inline-locals.c: Likewise.
11264 * gdb.opt/inline-markers.c: New extern global z.
11265 (marker): Use z.
11266 (inline_fn): Likewise.
11267
0ebbc52b
PA
112682015-08-24 Pedro Alves <palves@redhat.com>
11269
11270 * config/m32r-stub.exp: Remove file.
11271 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11272 * gdb.base/call-rt-st.exp: Likewise.
11273 * gdb.base/call-strs.exp: Likewise.
11274 * gdb.base/default.exp: Remove references to h8300-*-hms and
11275 *-*-udi*.
11276 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11277
77c365df
AA
112782015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11279
11280 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11281 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11282 and "return" use KFAIL when GDB can not read/write the vector
11283 return value.
11284
4313b8c0
GB
112852015-08-21 Gary Benson <gbenson@redhat.com>
11286
11287 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11288
0e433b32
PA
112892015-08-20 Pedro Alves <palves@redhat.com>
11290
11291 * gdb.server/solib-list.exp: No longer expect an interior stop in
11292 non-stop mode.
11293
221e1a37
PA
112942015-08-20 Pedro Alves <palves@redhat.com>
11295
11296 * gdb.server/connect-stopped-target.c: New file.
11297 * gdb.server/connect-stopped-target.exp: New file.
11298
40e3ad0e
PA
112992015-08-20 Pedro Alves <palves@redhat.com>
11300
11301 * gdb.dwarf2/comp-unit-lang.exp: New file.
11302 * gdb.dwarf2/comp-unit-lang.c: New file.
11303
af39b327
PMR
113042015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11305
11306 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11307 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11308
7d45c7c3 113092015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 11310
7d45c7c3
KB
11311 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11312 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11313
4d6cceb4
DE
113142015-08-18 Doug Evans <dje@google.com>
11315 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11316
11317 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11318 skip_python_tests. New arg prompt_regexp.
11319 (skip_python_tests): New function.
11320 * lib/mi-support.exp (mi_skip_python_tests): New function.
11321 * gdb.python/py-mi-objfile-gdb.py: New file.
11322 * gdb.python/py-mi-objfile.c: New file.
11323 * gdb.python/py-mi-objfile.exp: New file.
11324
ad89c2aa
KS
113252015-08-17 Keith Seitz <keiths@redhat.com>
11326
11327 * gdb.linespec/explicit.exp: Move strace test from here ...
11328 * gdb.trace/strace.exp: ... to here.
11329
e3ae3c43
PP
113302015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11331
11332 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11333 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11334
604b2636
DE
113352015-08-14 Doug Evans <xdje42@gmail.com>
11336
11337 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11338 inferior before selecting a new file.
11339
6ff0ba5f
DE
113402015-08-14 Doug Evans <xdje42@gmail.com>
11341
11342 * gdb.mi/mi-disassemble.exp: Update.
11343 * gdb.base/disasm-optim.S: New file.
11344 * gdb.base/disasm-optim.c: New file.
11345 * gdb.base/disasm-optim.h: New file.
11346 * gdb.base/disasm-optim.exp: New file.
11347
9ca98f92
KS
113482015-08-14 Keith Seitz <keiths@redhat.com>
11349
11350 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11351 "evaluated-by".
11352
52bbc560
JB
113532015-08-13 Joel Brobecker <brobecker@adacore.com>
11354
11355 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11356
5d8c3ed3
PMR
113572015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11358
11359 * gdb.ada/fun_renaming.exp: New testcase.
11360 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11361 * gdb.ada/fun_renaming/pack.adb: New file.
11362 * gdb.ada/fun_renaming/pack.ads: New file.
11363
ea8812bc
KS
113642015-08-12 Keith Seitz <keiths@redhat.com>
11365
11366 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11367 gdb_get_line_number.
11368
4dafcdeb
JB
113692015-08-12 Joel Brobecker <brobecker@adacore.com>
11370
11371 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11372 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11373 gdb.base/dso2dso.exp: New files.
11374
5ba32597
SDJ
113752015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11376 Pedro Alves <palves@redhat.com>
11377 Keith Seitz <keiths@redhat.com>
11378
11379 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11380 GDBFLAGS.
11381
b6dafabf
PP
113822015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11383
11384 * gdb.base/gdbhistsize-history.exp
11385 (test_histsize_history_setting): Use save_vars.
11386 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11387 Use save_vars.
11388 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11389 * gdb.base/readline.exp: Use save_vars.
11390
abe8e607
PP
113912015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11392
11393 * lib/gdb.exp (save_vars): New proc.
11394
629500fa
KS
113952015-08-11 Keith Seitz <keiths@redhat.com>
11396
11397 * gdb.base/help.exp: Update help_breakpoint_text.
11398
eb8c4e2e
KS
113992015-08-11 Keith Seitz <keiths@redhat.com>
11400
11401 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11402 (at toplevel): Call test_explicit_breakpoints.
11403 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11404 breakpoints.
11405 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11406 breakpoint conditions, "-cond".
11407
87f0e720
KS
114082015-08-11 Keith Seitz <keiths@redhat.com>
11409
11410 * gdb.linespec/3explicit.c: New file.
11411 * gdb.linespec/cpexplicit.cc: New file.
11412 * gdb.linespec/cpexplicit.exp: New file.
11413 * gdb.linespec/explicit.c: New file.
11414 * gdb.linespec/explicit.exp: New file.
11415 * gdb.linespec/explicit2.c: New file.
11416 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11417 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11418 before using in the matching pattern.
11419 Clarify that `prefix' is a regular expression.
11420
f00aae0f
KS
114212015-08-11 Keith Seitz <keiths@redhat.com>
11422
11423 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11424 test.
11425 Add tests for missing ",FMT" and ",".
11426
e27852be
DE
114272015-08-10 Doug Evans <dje@google.com>
11428 Keith Seitz <keiths@redhat.com>
11429
11430 PR gdb/17960
11431 * gdb.base/completion.exp: Add location completer tests.
11432
7f03bd92
PA
114332015-08-07 Pedro Alves <palves@redhat.com>
11434
11435 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11436 tests here.
11437 (top level): Run do_test with and without displaced stepping.
11438
3fc8eb30
PA
114392015-08-07 Pedro Alves <palves@redhat.com>
11440
11441 * gdb.base/valgrind-disp-step.c: New file.
11442 * gdb.base/valgrind-disp-step.exp: New file.
11443
d4569d7b
PA
114442015-08-07 Pedro Alves <palves@redhat.com>
11445
11446 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11447 Delete function.
11448 (main): Add alarm. Run an infinite loop instead of calling
11449 wait_threads.
11450 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11451 comment.
11452 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11453 Delete function.
11454 (main): Add alarm. Run an infinite loop instead of calling
11455 wait_threads.
11456 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11457 comment.
11458
e1316e60
PA
114592015-08-07 Pedro Alves <palves@redhat.com>
11460
11461 * gdb.base/checkpoint-ns.exp: New file.
11462 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11463 standard_testfile.
11464
da8c46d2
MM
114652015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11466
11467 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11468 * gdb.btrace/instruction_history.exp: Update.
11469 * gdb.btrace/tsx.exp: New.
11470 * gdb.btrace/tsx.c: New.
11471
de1c2c52
PA
114722015-08-06 Pedro Alves <palves@redhat.com>
11473
11474 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11475 increase timeout.
11476 * gdb.reverse/until-precsave.exp: Bump timeouts.
11477
782e0bf4
PA
114782015-08-06 Pedro Alves <palves@redhat.com>
11479
11480 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11481
83e97ed0
PA
114822015-08-06 Pedro Alves <palves@redhat.com>
11483
11484 PR gdb/18749
11485 * gdb.threads/process-dies-while-handling-bp.c: New file.
11486 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11487
863d01bd
PA
114882015-08-06 Pedro Alves <palves@redhat.com>
11489
11490 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11491 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11492
0a39bb32
PA
114932015-08-05 Pedro Alves <palves@redhat.com>
11494
11495 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11496 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11497
ee2d2b10
SL
114982015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11499
11500 * gdb.base/bp-permanent.exp: Report test as unsupported if
11501 the target cannot stop at the permanent breakpoint.
11502
4e1bdb00
DE
115032015-08-03 Doug Evans <dje@google.com>
11504
11505 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11506 10000.
11507
3d338901
DE
115082015-08-03 Doug Evans <dje@google.com>
11509
11510 * Makefile.in (workers/%.worker, build-perf): New rule.
11511 (GDB_PERFTEST_MODE): New variable.
11512 (check-perf): Use it.
11513 (clean): Clean up gdb.perf parallel build subdirs.
11514 * lib/build-piece.exp: New file.
11515 * lib/gdb.exp (make_gdb_parallel_path): New function
11516 (standard_output_file, standard_temp_file): Call it.
11517 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11518 of $GDB_PARALLEL.
11519 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11520
af061d3e
DE
115212015-08-03 Doug Evans <dje@google.com>
11522
8e1afc81 11523 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
11524 (LOG_FILE_NAME): New global.
11525 (TextReporter.__init__): Initialize self.txt_sum.
11526 (TextReporter.report): Add support for multiple data-points.
11527 Move report to perftest.sum, put raw data in perftest.log.
11528 (TextReporter.start): Open sum and log files.
11529 (TextReporter.end): Close sum and log files.
8e1afc81
DE
11530 * gdb.perf/lib/perftest/testresult.py
11531 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 11532
2c8c5d37
PA
115332015-07-31 Pedro Alves <palves@redhat.com>
11534
11535 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11536 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11537 kill_wait_spawned_process instead of explicit "kill -9".
11538 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11539 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11540 kill_wait_spawned_process.
11541 * gdb.base/attach-twice.exp: Likewise.
11542 * gdb.base/attach.exp: Likewise.
11543 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11544 gdb_test_multiple.
11545 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11546 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11547 kill_wait_spawned_process.
11548 * gdb.base/valgrind-infcall.exp: Likewise.
11549 * gdb.multi/multi-attach.exp: Likewise.
11550 * gdb.python/py-prompt.exp: Likewise.
11551 * gdb.python/py-sync-interp.exp: Likewise.
11552 * gdb.server/ext-attach.exp: Likewise.
11553 * gdb.threads/attach-into-signal.exp (corefunc): Use
11554 spawn_wait_for_attach, spawn_id_get_pid and
11555 kill_wait_spawned_process.
11556 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11557 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11558 spawn_id_get_pid and kill_wait_spawned_process.
11559 * gdb.threads/attach-stopped.exp (corefunc): Use
11560 spawn_wait_for_attach, spawn_id_get_pid and
11561 kill_wait_spawned_process.
11562 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11563 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11564 kill_wait_spawned_process instead of explicit "kill -9".
11565 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11566 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11567 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11568 processes. Don't map cygwin/windows pids here. Now returns a
11569 spawn id list.
11570
032a0fca
SL
115712015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11572
11573 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11574 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11575 correct patch.
11576
61a934ca
SL
115772015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11578
11579 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11580
4bc4d428
SL
115812015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11582
11583 Reapply:
11584 2014-05-21 Mark Wielaard <mjw@redhat.com>
11585
11586 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11587
998d452a
PA
115882015-07-30 Pedro Alves <palves@redhat.com>
11589
11590 * linux-low.c (handle_extended_wait): Set the child's last
11591 reported status to TARGET_WAITKIND_STOPPED.
11592
69dde7dc
PA
115932015-07-30 Pedro Alves <palves@redhat.com>
11594
11595 PR threads/18600
11596 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11597 only shows inferior 1.
11598
4dd63d48
PA
115992015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11600 Pedro Alves <palves@redhat.com>
11601
11602 PR threads/18600
11603 * gdb.threads/fork-plus-threads.c: New file.
11604 * gdb.threads/fork-plus-threads.exp: New file.
11605
d618e4c5
PP
116062015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11607
11608 * gdb.base/batch-preserve-term-settings.exp
11609 (test_terminal_settings_preserved_after_cli_exit): Use
11610 send_quit_command.
11611
1eef6428
PA
116122015-07-29 Pedro Alves <palves@redhat.com>
11613 Don Breazeal <donb@codesourcery.com>
11614
11615 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11616 output from both inferior_spawn_id and gdb_spawn_id.
11617
7da5b897
SDJ
116182015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11619
11620 * gdb.threads/attach-into-signal.exp (corefunc): Use
11621 with_test_prefix on nested loops, uniquefying the test messages.
11622
dac804df
SDJ
116232015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11624
11625 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11626 commit.
11627
06265e53
PP
116282015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11629
11630 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11631 New proc.
11632 (test_terminal_settings_preserved_after_sigterm): New test.
11633
18206ca3
PP
116342015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11635
11636 * gdb.base/batch-preserve-term-settings.exp
11637 (test_terminal_settings_preserved_after_cli_exit): New test.
11638
90074d11
PP
116392015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11640
11641 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11642 manipulation of saved_gdbflags.
11643 (test_terminal_settings_preserved): Remove global declaration of
11644 the unused variable pagination_prompt. Remove manipulation of
11645 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11646 GDBFLAGS.
11647
eb1a7902
PA
116482015-07-29 Pedro Alves <palves@redhat.com>
11649
11650 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11651
8b75dd3b
PA
116522015-07-29 Pedro Alves <palves@redhat.com>
11653
11654 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11655 at the top.
11656
dedad4e3
PA
116572015-07-29 Pedro Alves <palves@redhat.com>
11658
11659 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11660 (main): Call gdb_unbuffer_output.
11661 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11662 (main): Call gdb_unbuffer_output.
11663 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11664 (main): Call gdb_unbuffer_output.
11665 * gdb.base/call-strs.exp: Adjust to step over the
11666 gdb_unbuffer_output call.
11667 * gdb.base/catch-gdb-caused-signals.c: Include
11668 "../lib/unbuffer_output.c".
11669 (main): Call gdb_unbuffer_output.
11670 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11671 (main): Call gdb_unbuffer_output.
11672 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11673 (main): Call gdb_unbuffer_output.
11674 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11675 (main): Call gdb_unbuffer_output.
11676 * gdb.base/shlib-call.exp: Adjust to step over the
11677 gdb_unbuffer_output call.
11678 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11679 (main): Call gdb_unbuffer_output.
11680 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11681 (main): Call gdb_unbuffer_output.
11682 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11683 (main): Rename to ...
11684 (test): ... this.
11685 (main): Reimplement.
11686 * gdb.base/varargs.exp: Run to test instead of to main.
11687 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11688 (main): Call gdb_unbuffer_output.
11689
58789a91
PA
116902015-07-29 Pedro Alves <palves@redhat.com>
11691
11692 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11693 factore out from mi_continue_dprintf. For call-style dprintfs,
11694 expect dprintf output out of $inferior_spawn_id.
11695 (mi_continue_dprintf): Use mi_expect_dprintf.
11696 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11697 (main): Call gdb_unbuffer_output.
11698
e8376742
PA
116992015-07-29 Pedro Alves <palves@redhat.com>
11700
11701 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11702 (default_mi_gdb_start): Set inferior_spawn_id instead of
11703 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11704 gdb_spawn_id.
11705 (mi_gdb_test): Always expect inferior output from both
11706 $inferior_spawn_id and $gdb_spawn_id.
11707
08280010
PA
117082015-07-29 Pedro Alves <palves@redhat.com>
11709
11710 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11711 send_inferior and $inferior_spawn_id.
11712
4d30e432
PA
117132015-07-29 Pedro Alves <palves@redhat.com>
11714
11715 * gdb.gdb/complaints.exp (test_initial_complaints)
11716 (test_serial_complaints, test_short_complaints): Use
11717 gdb_test_stdio.
11718 (test_empty_complaint): Handle $inferior_spawn_id !=
11719 $gdb_spawn_id.
11720
0d30a335
PA
117212015-07-29 Pedro Alves <palves@redhat.com>
11722
11723 * gdb.base/varargs.exp: Use gdb_test_stdio.
11724
39413b29
PA
117252015-07-29 Pedro Alves <palves@redhat.com>
11726
11727 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11728
7cb000a9
PA
117292015-07-29 Pedro Alves <palves@redhat.com>
11730
11731 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11732
d7b8ac82
PA
117332015-07-29 Pedro Alves <palves@redhat.com>
11734
11735 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11736 parameter into two new parameters, "inf_result" and "gdb_result".
11737 Expect inferior output and gdb output from $inferior_spawn_id and
11738 $gdb_spawn_id, respectively. Adjust all callers.
11739
789c3a0c
PA
117402015-07-29 Pedro Alves <palves@redhat.com>
11741
11742 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11743 of gdb_test_sequence.
11744
77e760c3
PA
117452015-07-29 Pedro Alves <palves@redhat.com>
11746
11747 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11748 (saw_spurious_output): Expect inferior output from
11749 $inferior_spawn_id. Use gdb_test_stdio.
11750
8396d2cd
PA
117512015-07-29 Pedro Alves <palves@redhat.com>
11752
11753 * gdb.base/dprintf.exp: Use standard_testfile. Change
11754 prepare_for_testing call.
11755 (srcfile): Don't set.
11756 (restart): New procedure.
11757 (test_dprintf): New procecure, use to continue over dprintfs.
11758 (test_call, test_agent): New procedures, tests moved here.
11759 Restart gdb and recreate dprintfs. Adjust expected output.
11760
2051d61f
PA
117612015-07-29 Pedro Alves <palves@redhat.com>
11762
11763 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11764
452397af
PA
117652015-07-29 Pedro Alves <palves@redhat.com>
11766
11767 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11768
8aed9555
PA
117692015-07-29 Pedro Alves <palves@redhat.com>
11770
11771 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11772 gdb_test_stdio.
11773
188a61b4
PA
117742015-07-29 Pedro Alves <palves@redhat.com>
11775
11776 * lib/gdb.exp (gdb_test_stdio): New procedure.
11777
12264a45
PA
117782015-07-29 Pedro Alves <palves@redhat.com>
11779
11780 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11781
23ffc893
PA
117822015-07-29 Pedro Alves <palves@redhat.com>
11783
11784 * gdb.base/call-signal-resume.exp: Remove check for
11785 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11786 * gdb.base/unwindonsignal.exp: Likewise.
11787 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11788 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11789
65566918
PA
117902015-07-29 Pedro Alves <palves@redhat.com>
11791
11792 * gdb.base/siginfo-addr.c (pass): New function.
11793 (handler): Call it iff si_addr is correct.
11794 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11795 Set a breakpoint at "pass" and continue to it.
11796
d60a9221
SDJ
117972015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11798
11799 * gdb.python/py-objfile.exp: Make some tests have unique names.
11800 * gdb.python/py-pp-registration.exp: Likewise.
11801
bde40b8f
PA
118022015-07-28 Pedro Alves <palves@redhat.com>
11803
11804 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11805
13e1dec8
SM
118062015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11807
11808 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11809
da33c9a7
SM
118102015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11811
11812 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11813
077836f7
PP
118142015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11815
11816 * gdb.base/gdb-sigterm-2.exp: New test.
11817
b8cc7b2e
DE
118182015-07-25 Doug Evans <xdje42@gmail.com>
11819
11820 Revert:
11821 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11822 (workers/%.worker, build-perf): New rule.
11823 (GDB_PERFTEST_MODE): New variable.
11824 (check-perf): Use it.
11825 (clean): Clean up gdb.perf parallel build subdirs.
11826 * lib/build-piece.exp: New file.
11827 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11828 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11829 name.
11830 (standard_temp_file): Ditto.
11831 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11832 of $GDB_PARALLEL.
11833
c8bd4544
DE
118342015-07-24 Doug Evans <dje@google.com>
11835
11836 * gdb.perf/lib/perftest/utils.py: New file.
11837 * gdb.perf/gm-hello.cc: New file.
11838 * gdb.perf/gm-pervasive-typedef.cc: New file.
11839 * gdb.perf/gm-pervasive-typedef.h: New file.
11840 * gdb.perf/gm-std.cc: New file.
11841 * gdb.perf/gm-std.h: New file.
11842 * gdb.perf/gm-use-cerr.cc: New file.
11843 * gdb.perf/gm-utils.h: New file.
11844 * gdb.perf/gmonster-null-lookup.py: New file.
11845 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11846 * gdb.perf/gmonster-print-cerr.py: New file.
11847 * gdb.perf/gmonster-ptype-string.py: New file.
11848 * gdb.perf/gmonster-runto-main.py: New file.
11849 * gdb.perf/gmonster-select-file.py: New file.
11850 * gdb.perf/gmonster1-null-lookup.exp: New file.
11851 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11852 * gdb.perf/gmonster1-print-cerr.exp: New file.
11853 * gdb.perf/gmonster1-ptype-string.exp: New file.
11854 * gdb.perf/gmonster1-runto-main.exp: New file.
11855 * gdb.perf/gmonster1-select-file.exp: New file.
11856 * gdb.perf/gmonster1.cc: New file.
11857 * gdb.perf/gmonster1.exp: New file.
11858 * gdb.perf/gmonster2-null-lookup.exp: New file.
11859 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11860 * gdb.perf/gmonster2-print-cerr.exp: New file.
11861 * gdb.perf/gmonster2-ptype-string.exp: New file.
11862 * gdb.perf/gmonster2-runto-main.exp: New file.
11863 * gdb.perf/gmonster2-select-file.exp: New file.
11864 * gdb.perf/gmonster2.cc: New file.
11865 * gdb.perf/gmonster2.exp: New file.
11866
6eab34f3
DE
118672015-07-24 Doug Evans <dje@google.com>
11868
11869 * gdb.perf/README: New file.
11870 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11871 * lib/gen-perf-test.exp: New file.
11872
63738bfd
DE
118732015-07-24 Doug Evans <dje@google.com>
11874
11875 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11876 (PerfTest::startup): New function.
11877 (PerfTest::run): Return result of calling body.
11878 (PerfTest::assemble): Rewrite.
11879 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11880 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11881 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11882 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11883 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11884
7b606f95
DE
118852015-07-24 Doug Evans <dje@google.com>
11886
11887 * lib/gdb.exp (clean_restart): Make executable optional.
11888
a97b16b8
DE
118892015-07-24 Doug Evans <dje@google.com>
11890
11891 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11892 compiler_info references.
11893 * gdb.cp/temargs.exp: Ditto.
11894 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11895 (get_compiler_info): Early exit if already computed. Set compiler_info
11896 to "unknown" if there was a problem.
11897 (test_compiler_info): Add function comment. Call get_compiler_info.
11898
35baa57f
DE
118992015-07-24 Doug Evans <dje@google.com>
11900
11901 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11902 (workers/%.worker, build-perf): New rule.
11903 (GDB_PERFTEST_MODE): New variable.
11904 (check-perf): Use it.
11905 (clean): Clean up gdb.perf parallel build subdirs.
11906 * lib/build-piece.exp: New file.
11907 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11908 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11909 name.
11910 (standard_temp_file): Ditto.
11911 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11912 of $GDB_PARALLEL.
11913
6ebea266
DE
119142015-07-24 Doug Evans <dje@google.com>
11915
11916 * lib/future.exp (gdb_default_target_compile): New option
11917 "early_flags".
11918 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11919 --as-needed.
11920
1e76a7e9
SDJ
119212015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11922
11923 * gdb.base/catch-syscall.exp: Call gdb_exit before
11924 gdb_skip_xml_test.
11925
5068630a
PA
119262015-07-24 Pedro Alves <palves@redhat.com>
11927
11928 * gdb.python/py-events.exp: Accept output between the stop event
11929 and the prompt.
11930 * gdb.python/py-evsignal.exp: Likewise.
11931 * gdb.python/py-evthreads.exp: Likewise.
11932
77598427
PA
119332015-07-24 Pedro Alves <palves@redhat.com>
11934
11935 PR gdb/18717
11936 * gdb.threads/non-ldr-exit.c: New file.
11937 * gdb.threads/non-ldr-exit.exp: New file.
11938
11e6c98f
YQ
119392015-07-24 Yao Qi <yao.qi@linaro.org>
11940
11941 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11942 restarting process.
11943
51aee833
YQ
119442015-07-24 Yao Qi <yao.qi@linaro.org>
11945
11946 * gdb.server/ext-restart.exp: New file.
11947
8cfe207c
YQ
119482015-07-24 Yao Qi <yao.qi@linaro.org>
11949
11950 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11951 argument options.
11952 * gdb.server/ext-wrapper.exp: New file.
11953
cc12ce38
DE
119542015-07-23 Doug Evans <dje@google.com>
11955
11956 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11957 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11958
d0d84780
PMR
119592015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11960
11961 * gdb.ada/var_arr_typedef.exp: New testcase.
11962 * gdb.ada/var_arr_typedef/pack.adb: New file.
11963 * gdb.ada/var_arr_typedef/pack.ads: New file.
11964 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11965
8b558f79
JB
119662015-07-20 Joel Brobecker <brobecker@adacore.com>
11967
11968 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11969
775a3298
JK
119702015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11971
11972 * gdb.arch/i386-biarch-core.exp: Replace istarget
11973 by "complete set gnutarget". Remove expectation for the "core-file"
11974 command.
11975
db1ff28b
JK
119762015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11977
11978 Revert the previous commit:
11979 Tests for validate symbol file using build-id.
11980
0a94970d
JK
119812015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11982
11983 Tests for validate symbol file using build-id.
11984 * gdb.base/solib-mismatch-lib.c: New file.
11985 * gdb.base/solib-mismatch-libmod.c: New file.
11986 * gdb.base/solib-mismatch.c: New file.
11987 * gdb.base/solib-mismatch.exp: New file.
11988
03346981
SL
119892015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11990
11991 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11992 nios2-*-linux*.
11993 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11994 * gdb.base/siginfo.exp: Likewise.
11995 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11996
42422cc7
PL
119972015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11998
11999 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
12000 Move it to ...
12001 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
12002 ... here.
12003 * gdb.trace/range-stepping.exp: Check that the target supports
12004 range stepping.
12005
cfa68bae
JK
120062015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12007
12008 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
12009
8ffdba26
PA
120102015-07-14 Pedro Alves <palves@redhat.com>
12011
12012 * gdb.base/killed-outside.exp: New file.
12013 * gdb.base/killed-outside.c: New file.
12014
218a5a11
JK
120152015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12016
12017 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
12018 (n at main): New.
12019 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
12020
e03ed3c6
AA
120212015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12022
12023 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
12024 infcall tests instead of setting up for KFAIL.
12025
485668e5
MM
120262015-07-10 Markus Metzger <markus.t.metzger@intel.com>
12027
12028 * gdb.btrace/record_goto-step.exp: New.
12029
08464196
JK
120302015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12031
12032 PR compile/18484
12033 * gdb.compile/compile.c (struct struct_type): Add volatile to
12034 selffield's type.
12035 * gdb.compile/compile.exp
12036 (compile code struct_object.selffield = &struct_object): Skip further
12037 struct_object tests if this one xfails.
12038
bcf5c1d9
RC
120392015-07-08 Robert O'Callahan <robert@ocallahan.org>
12040
12041 PR exp/18617
12042 * gdb.trace/ax.exp: Add test.
12043
4931af25
YQ
120442015-07-07 Yao Qi <yao.qi@linaro.org>
12045
12046 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12047 instead of istarget "aarch64*-*-*".
12048 * gdb.arch/aarch64-fp.exp: Likewise.
12049 * gdb.base/float.exp: Likewise.
12050 * gdb.reverse/aarch64.exp: Likewise.
12051 * lib/gdb.exp (is_aarch64_target): New proc.
12052
9fcf688e
YQ
120532015-07-07 Yao Qi <yao.qi@linaro.org>
12054
12055 * lib/gdb.exp (is_aarch32_target): New proc.
12056 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12057 instead of "istarget "arm*-*-*"".
12058 * gdb.arch/arm-disp-step.exp: Likewise.
12059 * gdb.arch/thumb-bx-pc.exp: Likewise.
12060 * gdb.arch/thumb-prologue.exp: Likewise.
12061 * gdb.arch/thumb-singlestep.exp: Likewise.
12062 * gdb.base/disp-step-syscall.exp: Likewise.
12063 * gdb.base/float.exp: Likewise.
12064
fbd8d50d
YQ
120652015-07-07 Yao Qi <yao.qi@linaro.org>
12066
12067 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12068 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12069
71be1fdc
YQ
120702015-07-07 Yao Qi <yao.qi@linaro.org>
12071
12072 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12073 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12074 if it exists.
12075 * gdb.multi/multi-arch.exp: Likewise.
12076
3e221d36
SM
120772015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12078
12079 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12080 print.
12081
d441430b
YQ
120822015-07-07 Yao Qi <yao.qi@linaro.org>
12083
12084 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12085
06f810bd
MG
120862015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12087
12088 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12089 '[' and ']' characters.
12090
5e61e7c0
IB
120912015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12092
12093 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12094
28bf096c
PA
120952015-06-29 Pedro Alves <palves@redhat.com>
12096
12097 PR threads/18127
12098 * gdb.threads/hand-call-new-thread.c: New file.
12099 * gdb.threads/hand-call-new-thread.c: New file.
12100
ee93cd5e
KS
121012015-06-26 Keith Seitz <keiths@redhat.com>
12102 Doug Evans <dje@google.com>
12103
12104 PR 16253
12105 * gdb.cp/var-tag-2.cc: New file.
12106 * gdb.cp/var-tag-3.cc: New file.
12107 * gdb.cp/var-tag-4.cc: New file.
12108 * gdb.cp/var-tag.cc: New file.
12109 * gdb.cp/var-tag.exp: New file.
12110
fc637f04
PP
121112015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12112
12113 * gdb.base/history-duplicates.exp: New test.
12114
2e52ae68
PP
121152015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12116
12117 * gdb.base/completion.exp: Test the completion of the "focus"
12118 command.
12119
6e22494e
JK
121202015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12121
12122 * gdb.arch/amd64-prologue-skip.S: New file.
12123 * gdb.arch/amd64-prologue-skip.exp: New file.
12124
bf7b9cd9
SM
121252015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12126
12127 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12128 is_address_zero_readable check.
12129
201e8dfd
PB
121302015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12131
12132 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12133 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12134
5cd867b4
YQ
121352015-06-24 Yao Qi <yao.qi@linaro.org>
12136
12137 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12138 linux targets.
12139
4d7be007
YQ
121402015-06-24 Yao Qi <yao.qi@linaro.org>
12141
12142 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12143 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12144 * gdb.base/siginfo-thread.exp: Likewise.
12145
07fcd301
YQ
121462015-06-22 Yao Qi <yao.qi@linaro.org>
12147
12148 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12149
52042a00
YQ
121502015-06-22 Yao Qi <yao.qi@linaro.org>
12151
12152 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12153 aarch64*-*-*.
12154 (skip_hw_watchpoint_tests): Likewise.
12155
74bd41ce
PP
121562015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12157
12158 * gdb.base/gdbinit-history.exp: Test the interaction between
12159 setting GDBHISTSIZE and setting the history size via .gdbinit.
12160
bc460514
PP
121612015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12162
12163 PR gdb/16999
12164 * gdb.base/gdbhistsize-history.exp: New test.
12165
b58c513b
PP
121662015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12167
12168 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12169 with GDBHISTSIZE.
12170 * gdb.base/readline.exp: Likewise.
12171
92046791
YQ
121722015-06-17 Yao Qi <yao.qi@linaro.org>
12173
12174 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12175 line.
12176
2093d2d3
PP
121772015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12178
12179 * gdb.base/gdbinit-history.exp: Add test case to check that
12180 an unlimited history file does not get truncated on exit.
12181
e6c693af
AA
121822015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12183
12184 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12185 (VECTOR): New macro. Use it...
12186 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12187 ...for these typedefs.
12188 (int8, char1, int1, double1): New typedefs.
12189 (struct just_int2, struct two_int2): New structures.
12190 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12191 (add_structvecs, add_singlevecs): New functions.
12192 (main): Call add_some_intvecs twice.
12193 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12194 the compile and exit upon failure. Try compiling for the "native"
12195 architecture. Test inferior function calls with vector arguments
12196 and vector return value handling with "finish" and "return".
12197
c74f7d1c
JT
121982015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12199
12200 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12201 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12202 PE file.
12203 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12204
98aa42ee
AT
122052015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12206
12207 PR breakpoints/16465
12208 * gdb.mi/mi-dprintf-pending.c: New file.
12209 * gdb.mi/mi-dprintf-pending.exp: New test.
12210 * gdb.mi/mi-dprintf-pendshr.c: New file.
12211
7d73c23c 122122015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 12213 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
12214
12215 * gdb.arch/i386-mpx-map.c: New file.
12216 * gdb.arch/i386-mpx-map.exp: New File.
12217
122182015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12219
12220 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12221 * gdb.arch/i386-mpx.exp: Indentation fixed.
12222
122232015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12224
12225 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12226 function and improved indentation.
12227 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12228 gdb_test_multiple. Added additional tests to skip the test.
12229
122302015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12231
12232 * gdb.arch/i386-avx512.c: Change path in include file.
12233 * gdb.arch/i386-avx512.exp: Change include dir path
12234 compilation flag.
12235 * gdb.arch/i386-mpx.c: Change path in include file.
12236 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12237 flag.
12238
d5eba19a
JK
122392015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12240
12241 * gdb.compile/compile-print.exp (compile print *vararray@3)
12242 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12243
7f361056
JK
122442015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12245
12246 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12247 (do not keep jit in memory): ... this.
12248 (expect 5): Change it to ...
12249 (expect no 5): ... this.
12250
3b462ec2
SM
122512015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12252
12253 PR gdb/15564
12254 * gdb.mi/mi-detach.exp: New file.
12255
e0619de6
JK
122562015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12257
12258 PR symtab/18392
12259 * gdb.arch/amd64-tailcall-self.S: New file.
12260 * gdb.arch/amd64-tailcall-self.c: New file.
12261 * gdb.arch/amd64-tailcall-self.exp: New file.
12262
e970cb34
DB
122632015-05-28 Don Breazeal <donb@codesourcery.com>
12264
12265 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12266 tests for remote targets by checking is_target_gdbserver.
12267
b2e2f908
DE
122682015-05-27 Doug Evans <dje@google.com>
12269
12270 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12271 * gdb.dwarf2/opaque-type-lookup.c: New file.
12272 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12273
82c7be31
DE
122742015-05-26 Doug Evans <dje@google.com>
12275
12276 * gdb.cp/iostream.cc: New file.
12277 * gdb.cp/iostream.exp: New file.
12278
b4f54984
DE
122792015-05-26 Doug Evans <dje@google.com>
12280
12281 * gdb.dwarf2/dw2-op-call.exp: Update.
12282 * gdb.dwarf2/dw4-sig-types.exp: Update.
12283 * gdb.dwarf2/implptr.exp: Update.
12284 * gdb.mi/mi-cmd-param-changed.exp: Update.
12285
4ea6efe9
DE
122862015-05-26 Doug Evans <dje@google.com>
12287
12288 * gdb.python/py-lazy-string.c: New file.
12289 * gdb.python/py-lazy-string.exp: New file.
12290 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12291 (main): Update. Add estring3.
12292 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12293 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12294
f6bb7db3
YQ
122952015-05-26 Omair Javaid <omair.javaid@linaro.org>
12296 Yao Qi <yao.qi@linaro.org>
12297
12298 * gdb.reverse/aarch64.c: New.
12299 * gdb.reverse/aarch64.exp: New.
12300
a81bfbd0
OJ
123012015-05-26 Omair Javaid <omair.javaid@linaro.org>
12302
25d49b86
PA
12303 * lib/gdb.exp (supports_process_record): Return true for
12304 aarch64*-linux*.
a81bfbd0
OJ
12305 (supports_reverse): Likewise.
12306
158bf1b4
PP
123072015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12308
12309 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12310 Use with_test_prefix.
12311
a0145030
AB
123122015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12313
12314 * gdb.base/completion.exp: Add test for completion of layout
12315 names.
12316
ebe3b578
AB
123172015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12318
12319 * lib/gdb.exp (skip_tui_tests): New proc.
12320 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12321
84204ed7
PA
123222015-05-19 Pedro Alves <palves@redhat.com>
12323
12324 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12325 Save the whole env array instead of just HOME. Unset HISTSIZE in
12326 the environment while testing. Restore whole environment
12327 afterwards.
12328
37442ce1
DE
123292015-05-16 Doug Evans <xdje42@gmail.com>
12330
12331 * gdb.guile/scm-ports.c: New file.
12332 * gdb.guile/scm-ports.exp: Add memory port tests.
12333
36de76f9
JK
123342015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12335
12336 * gdb.compile/compile-print.c: New file.
12337 * gdb.compile/compile-print.exp: New file.
12338
3a9558c4
JK
123392015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12340
12341 * gdb.compile/compile-ops.exp: Cast param to void.
12342 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12343 (compile code struct_object.selffield = &struct_object): Add xfail.
12344
aa715135
JG
123452015-05-15 Joel Brobecker <brobecker@adacore.com>
12346
12347 * gdb.ada/arr_enum_with_gap: New testcase.
12348
931e5bc3
JG
123492015-05-15 Joel Brobecker <brobecker@adacore.com>
12350
12351 * gdb.ada/byte_packed_arr: New testcase.
12352
9cd4d857
JB
123532015-05-15 Joel Brobecker <brobecker@adacore.com>
12354
12355 * gdb.ada/pckd_neg: New testcase.
12356
ebfd00d2
PP
123572015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12358
12359 PR gdb/17820
12360 * gdb.base/gdbinit-history.exp: New test.
12361 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12362 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12363
4c082a81
SC
123642015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12365
12366 * gdb.python/py-xmethods.cc: Enhance test case.
12367 * gdb.python/py-xmethods.exp: New tests.
12368 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12369 function.
12370 (B_indexoper): Likewise.
12371 (global_dm_list) : Add new xmethod worker functions.
12372
f7797074
SDJ
123732015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12374
12375 * gdb.base/coredump-filter.exp: Correctly unset
12376 "coredump_var_addr" array.
12377
a4674e4e
PA
123782015-05-08 Pedro Alves <palves@redhat.com>
12379
12380 * gdb.server/non-existing-program.exp: Unset spawn_id.
12381
df2eb078
SC
123822015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12383
12384 PR python/18291
12385 * gdb.python/py-xmethods.exp: Add tests.
12386
422349a3
YQ
123872015-05-08 Yao Qi <yao.qi@linaro.org>
12388
12389 PR gdb/18208
12390 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12391 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12392 function set_coredump_filter, and remove remote_exec call.
12393 Remove argument ipid. Callers update.
12394 (top level): Don't get inferior's PID.
12395
63fc80ce
AA
123962015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12397
12398 * gdb.base/watch_thread_num.exp: Skip test on targets without
12399 access watchpoints.
12400
80ad801e
PA
124012015-05-06 Pedro Alves <palves@redhat.com>
12402
12403 PR server/18081
12404 * gdb.server/non-existing-program.exp: New file.
12405
0fa7fe50
JB
124062015-05-05 Joel Brobecker <brobecker@adacore.com>
12407
12408 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12409
3ea89b92
PMR
124102015-05-05 Joel Brobecker <brobecker@adacore.com>
12411
12412 * gdb.ada/out_of_line_in_inlined: New testcase.
12413
87b8eff0
JB
124142015-05-05 Joel Brobecker <brobecker@adacore.com>
12415
12416 * gdb.ada/var_rec_arr: New testcase.
12417
5fccc635
YQ
124182015-04-30 Yao Qi <yao.qi@linaro.org>
12419
12420 * gdb.base/break-idempotent.exp: If
12421 skip_hw_watchpoint_multi_tests returns true, skip the tests
12422 on "rwatch" and "awatch".
12423
42d38f42
YQ
124242015-04-30 Yao Qi <yao.qi@linaro.org>
12425
12426 * gdb.base/relativedebug.exp: Invoke gdb command
12427 "info sharedlibrary", and if libc.so doesn't have debug info,
12428 skip the test.
12429
2ce1cdbf
DE
124302015-04-29 Doug Evans <dje@google.com>
12431
12432 * gdb.python/py-xmethods.exp: Add ptype tests.
12433 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12434 get_result_type method.
12435
f24a38c5
LM
124362015-04-29 Luis Machado <lgustavo@codesourcery.com>
12437
12438 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12439 the target does not support hardware watchpoints.
12440
ecbf2b3c
LM
124412015-04-29 Luis Machado <lgustavo@codesourcery.com>
12442
12443 * gdb.base/break-always.exp: Abort testing if writing to memory
12444 causes an error.
12445
34f5f757
DE
124462015-04-28 Doug Evans <dje@google.com>
12447
12448 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12449 * gdb.python/py-pp-registration.exp: ... here. New file.
12450 * gdb.python/py-pp-registration.c: New file.
12451 * gdb.python/py-pp-registration.py: New file.
12452
69b4374a
DE
124532015-04-28 Doug Evans <dje@google.com>
12454
12455 * gdb.python/py-bad-printers.c: New file.
12456 * gdb.python/py-bad-printers.py: New file.
12457 * gdb.python/py-bad-printers.exp: New file.
12458
59fb7612
SS
124592015-04-28 Sasha Smundak <asmundak@google.com>
12460
12461 * gdb.python/py-type.exp: New test.
12462
2631b16a
AW
124632015-04-28 Andy Wingo <wingo@igalia.com>
12464
12465 * gdb.python/py-parameter.exp:
12466 * gdb.guile/scm-parameter.exp: Escape the path that we are
12467 matching against, as it might contain characters that are special
12468 to regular expressions.
12469
460efde1
JB
124702015-04-27 Joel Brobecker <brobecker@adacore.com>
12471
12472 * gdb.ada/rec_comp: New testcase.
12473
2d369d8e
SDJ
124742015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12475
12476 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12477 before using it.
12478
cf75d6c3
AB
124792015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12480
12481 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12482 new tests for verilog output.
12483
8dbe7ca5
YQ
124842015-04-24 Yao Qi <yao.qi@linaro.org>
12485
12486 * boards/remote-gdbserver-on-localhost.exp: New file.
12487
4ef9fb2f
PA
124882015-04-23 Pedro Alves <palves@redhat.com>
12489
12490 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12491 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12492 "end of file", remove $inferior_spawn_id from the indirect list.
12493
0a803169
PA
124942015-04-23 Pedro Alves <palves@redhat.com>
12495
12496 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12497
749ef8f8
PA
124982015-04-23 Pedro Alves <palves@redhat.com>
12499
12500 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12501 on $any_spawn_id instead of only on $gdb_spawn_id.
12502
8aae4344
PM
125032015-04-21 Pierre Muller <muller@sourceware.org>
12504
12505 PR pascal/17815
12506 * lib/pascal.exp (gpc_compile): Add new option "class".
12507 (fpc_compile): Likewise.
12508 * gdb.pascal/case-insensitive-symbols.pas: New file.
12509 * gdb.pascal/case-insensitive-symbols.exp: New file.
12510
1586c8fb
GB
125112015-04-20 Gary Benson <gbenson@redhat.com>
12512
12513 * gdb.base/attach.exp: Fix three extended remote failures.
12514
1b6e6f5c
GB
125152015-04-17 Gary Benson <gbenson@redhat.com>
12516
12517 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12518 the main executable over the remote protocol.
12519
e797481d
PA
125202015-04-16 Pedro Alves <palves@redhat.com>
12521
12522 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12523 a new gdbserver if gdbserver_reconnect_p is set.
12524
1ca99c42
PA
125252015-04-16 Pedro Alves <palves@redhat.com>
12526
12527 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12528 is set, don't exit gdbserver.
12529
af9fd6f8
AA
125302015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12531
12532 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12533 appropriate .insn, such that an older assembler can be used.
12534 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12535 the z/Architecture instruction set on 31-bit targets as well.
12536
04ff1e61
AA
125372015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12538
12539 * gdb.go/handcall.exp: Remove all logic related to the first
12540 breakpoint and rely on go_runto_main instead.
12541 * gdb.go/strings.exp: Likewise.
12542 * gdb.go/unsafe.exp: Likewise.
12543 * gdb.go/hello.exp: Likewise. Also rename the remaining
12544 breakpoint marker to "breakpoint 1".
12545 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12546 * gdb.go/strings.go: Likewise.
12547 * gdb.go/unsafe.go: Likewise.
12548 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12549 "set breakpoint 2 here" and rename the remaining breakpoint marker
12550 to "breakpoint 1".
12551
40d2f8d6
SM
125522015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12553
12554 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12555 if itertools.imap is not present.
12556 * gdb.python/py-objfile.exp: Add parentheses.
12557 * gdb.python/py-type.exp: Same.
12558 * gdb.python/py-unwind-maint.py: Same.
12559
8cbc97c6
YQ
125602015-04-15 Yao Qi <yao.qi@linaro.org>
12561
12562 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12563 of ":$ptr_size" and set its form explicitly.
12564
45fd756c
YQ
125652015-04-15 Pedro Alves <palves@redhat.com>
12566 Yao Qi <yao.qi@linaro.org>
12567
12568 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12569 timeout by factor of 4.
12570 (test_regular_watch): Likewise.
12571 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12572 * gdb.reverse/sigall-reverse.exp: Likewise.
12573 * gdb.reverse/until-precsave.exp: Likewise.
12574 * lib/gdb.exp (with_timeout_factor): New proc.
12575 (gdb_expect): Move some code to ...
12576 (get_largest_timeout): ... here. New procedure.
12577
9e811bc3
LM
125782015-04-14 Luis Machado <lgustavo@codesourcery.com>
12579
12580 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12581
0ff6fcb2
LM
125822015-04-13 Luis Machado <lgustavo@codesourcery.com>
12583
12584 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12585 to write to the .text section.
12586
7578d5f7
LM
125872015-04-13 Luis Machado <lgustavo@codesourcery.com>
12588
12589 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12590 Handle the case of targets that do not provide PID information.
12591
2efe15c4
YQ
125922015-04-13 Yao Qi <yao.qi@linaro.org>
12593
12594 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12595 and use expect instead of gdb_expect.
12596
8cd8f2f8
SDJ
125972015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12598
12599 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12600 "coredump_var_addr" to avoid naming conflict with other testcases.
12601
9ee41772
PA
126022015-04-10 Pedro Alves <palves@redhat.com>
12603
12604 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12605 gdb_test_sequence and gdb_assert.
12606
07473109
PA
126072015-04-10 Pedro Alves <palves@redhat.com>
12608
12609 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12610 test messages that don't include the breakpoint address.
12611
de3db44c
YQ
126122015-04-10 Yao Qi <yao.qi@linaro.org>
12613
12614 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12615 false for some offset and width combinations which aren't
12616 supported by linux kernel.
12617
c79d856c
PA
126182015-04-10 Pedro Alves <palves@redhat.com>
12619
12620 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12621 procedure, factored out from ...
12622 (top level): ... here. Add "set displaced-stepping" testing axis.
12623 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12624 parameter "displaced". Use it.
12625 (top level): Use foreach and add "set displaced-stepping" testing
12626 axis.
12627
ebc90b50
PA
126282015-04-10 Pedro Alves <palves@redhat.com>
12629
12630 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12631 Remove comment.
12632 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12633 both the address of the instruction that triggers the watchpoint
12634 and the address of the instruction immediately after, and use
12635 those addresses for the test. Fix comment.
12636
8f572e5c
PA
126372015-04-10 Pedro Alves <palves@redhat.com>
12638
12639 * gdb.base/sigstep.exp (breakpoint_to_handler)
12640 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12641 Test "backtrace" in handler.
12642 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12643 (top level): Add new "displaced" test axis to
12644 breakpoint_to_handler, breakpoint_to_handler_entry and
12645 breakpoint_over_handler.
12646
8d707a12
PA
126472015-04-10 Pedro Alves <palves@redhat.com>
12648
12649 PR gdb/18216
12650 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12651
ef713951
YQ
126522015-04-10 Yao Qi <yao.qi@linaro.org>
12653
12654 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12655 (test_add_rn_pc): New function.
12656 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12657 (top level): Invoke test_add_rn_pc.
12658
906d60cf
PA
126592015-04-10 Pedro Alves <palves@redhat.com>
12660
12661 PR gdb/13858
12662 * gdb.base/step-over-no-symbols.exp: New file.
12663
f2983cc3
AW
126642015-04-09 Andy Wingo <wingo@igalia.com>
12665
12666 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12667 after the Python tests.
12668
6d62641c
SDJ
126692015-04-08 Keith Seitz <keiths@redhat.com>
12670
12671 PR python/16699
12672 * gdb.python/py-completion.exp: New tests for completion.
12673 * gdb.python/py-completion.py (CompleteLimit1): New class.
12674 (CompleteLimit2): Likewise.
12675 (CompleteLimit3): Likewise.
12676 (CompleteLimit4): Likewise.
12677 (CompleteLimit5): Likewise.
12678 (CompleteLimit6): Likewise.
12679 (CompleteLimit7): Likewise.
12680
f3770638
PA
126812015-04-08 Pedro Alves <palves@redhat.com>
12682
12683 PR gdb/18214
12684 PR gdb/18216
12685 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12686 function.
12687 (main): Install it as SIGUSR1 handler.
12688 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12689 parameter. Always use "setup" as prefix. Toggle "set
12690 displaced-stepping" off/on depending on global. Don't switch to
12691 thread 1 here.
12692 (top level): Add displaced stepping "off/on" test axis. Update
12693 "setup" calls. Wrap each subtest with with_test_prefix. Test
12694 continuing with a queued signal in each thread.
12695
4496bed7
PA
126962015-04-08 Pedro Alves <palves@redhat.com>
12697
12698 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12699 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12700 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12701 Return early if running to main fails.
12702 * gdb.trace/while-stepping.exp: Likewise.
12703
b97fde92
PA
127042015-04-07 Pedro Alves <palves@redhat.com>
12705
12706 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12707 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12708 interact with inferior program.
12709
f71c18e7
PA
127102015-04-07 Pedro Alves <palves@redhat.com>
12711
12712 * lib/gdb.exp (inferior_spawn_id): New global.
12713 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12714 spawn id after processing the user code.
12715 (default_gdb_start): Set inferior_spawn_id.
12716 (send_inferior): New procedure.
12717 * lib/gdbserver-support.exp (gdbserver_start): Set
12718 inferior_spawn_id.
12719 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12720
6423214f
PA
127212015-04-07 Pedro Alves <palves@redhat.com>
12722
12723 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12724 * lib/gdbserver-support.exp (gdbserver_start): Make
12725 $server_spawn_id global.
12726 (gdbserver_start): Don't wait for gdbserver's spawn id with
12727 expect_background.
12728 (close_gdbserver): New procedure.
12729 (gdb_exit): Rename the default version and reimplement.
12730
71c0ee8c
PA
127312015-04-07 Pedro Alves <palves@redhat.com>
12732
72f4393d 12733 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
12734 append the substituted item, not the original item.
12735
203bc29b
PA
127362015-04-07 Pedro Alves <palves@redhat.com>
12737
12738 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12739 gdb_expect.
12740
508a3ddf
PA
127412015-04-07 Pedro Alves <palves@redhat.com>
12742
12743 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12744 output appearing once only.
12745
9f6dbe2b
PA
127462015-04-07 Pedro Alves <palves@redhat.com>
12747
12748 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12749 that doesn't expect anything. Return early if running to main
12750 fails.
12751
337532fa
YQ
127522015-04-07 Yao Qi <yao.qi@linaro.org>
12753
12754 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12755 (child_function): Call alarm.
12756 (main): Move call to alarm into the loop.
12757 * gdb.threads/non-stop-fair-events.exp: Build program with
12758 -DTIMEOUT=$timeout.
12759
01b622d4
DE
127602015-04-06 Doug Evans <xdje42@gmail.com>
12761
12762 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12763 Fix dest parameter to board_info.
12764 (fpc_compile): Ditto.
12765 (gdb_compile_pascal): Rename dest arg to destfile.
12766
961f4160
PMR
127672015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12768
12769 * gdb.ada/funcall_ref.exp: New file.
12770 * gdb.ada/funcall_ref/foo.adb: New file.
12771
cafda597
YQ
127722015-04-02 Yao Qi <yao.qi@linaro.org>
12773
12774 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12775 is remote.
12776
fed040c6
GB
127772015-04-02 Gary Benson <gbenson@redhat.com>
12778
12779 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12780
d11916aa
SS
127812015-04-01 Sasha Smundak <asmundak@google.com>
12782
12783 * gdb.python/py-unwind-maint.c: New file.
12784 * gdb.python/py-unwind-maint.exp: New test.
12785 * gdb.python/py-unwind-maint.py: New file.
12786 * gdb.python/py-unwind.c: New file.
12787 * gdb.python/py-unwind.exp: New test.
12788 * gdb.python/py-unwind.py: New test.
12789
a1471180
PA
127902015-04-01 Pedro Alves <palves@redhat.com>
12791
12792 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12793 to fail instead of non-existent $test.
12794
0bbeccb1
PA
127952015-04-01 Pedro Alves <palves@redhat.com>
12796
12797 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12798 GDBFLAGS if not empty.
12799
3c724c8c
PMR
128002015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12801
12802 * gdb.ada/complete.exp: Remove "multi_line".
12803 * gdb.ada/info_exc.exp: Remove "multi_line".
12804 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12805 * gdb.ada/ptype_field.exp: Remove "multi_line".
12806 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12807 * gdb.ada/tagged.exp: Remove "multi_line".
12808 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12809 [multi_line ...]
12810 * gdb.btrace/delta.exp: Likewise.
12811 * gdb.btrace/exception.exp: Likewise.
12812 * gdb.btrace/function_call_history.exp: Likewise.
12813 * gdb.btrace/instruction_history.exp: Likewise.
12814 * gdb.btrace/nohist.exp: Likewise.
12815 * gdb.btrace/record_goto.exp: Likewise.
12816 * gdb.btrace/segv.exp: Likewise.
12817 * gdb.btrace/stepi.exp: Likewise.
12818 * gdb.btrace/tailcall.exp: Likewise.
12819 * gdb.btrace/unknown_functions.exp: Likewise.
12820 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12821 * lib/gdb.exp: Add the "multi_line" helper.
12822
4eec2deb
PA
128232015-04-01 Pedro Alves <palves@redhat.com>
12824
12825 * gdb.threads/tid-reuse.c: New file.
12826 * gdb.threads/tid-reuse.exp: New file.
12827
df8411da
SDJ
128282015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12829
12830 PR corefiles/16092
12831 * gdb.base/coredump-filter.c: New file.
12832 * gdb.base/coredump-filter.exp: Likewise.
12833
6ef37366
PM
128342015-03-27 Petr Machata <pmachata@redhat.com>
12835
12836 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12837 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12838 (Dwarf::assemble): Initialize them.
12839 (Dwarf::lines): New function.
12840
7ec911b0
JT
128412015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12842
12843 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12844 SYMBOL_PREFIX for x86_64-*-cygwin.
12845
ff908ebf
AW
128462015-03-26 Andy Wingo <wingo@igalia.com>
12847
12848 PR symtab/18148
12849 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12850 const_value but not a location.
12851 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12852 location defined in non-main CUs are visible.
12853
6d5f0679
YQ
128542015-03-26 Yao Qi <yao.qi@linaro.org>
12855
12856 PR testsuite/18139
12857 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12858 Add a line number entry for the same line.
12859 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12860 Add a line number entry for the same line.
12861
2898689b
YQ
128622015-03-26 Yao Qi <yao.qi@linaro.org>
12863
12864 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12865 .int 0.
12866 (func): Likewise. Add .Lfunc_1 label.
12867 Use .Lfunc_1 label.
12868 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12869 .int 0.
12870 (func): Likewise.
12871 Use .Lfunc_1 label.
12872
85180498
YQ
128732015-03-26 Yao Qi <yao.qi@linaro.org>
12874
12875 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12876 Call gdb_compile instead to compile each .s files without debug
12877 information.
12878
8aa08a8d
YQ
128792015-03-26 Yao Qi <yao.qi@linaro.org>
12880
12881 * gdb.base/savedregs.exp (process_saved_regs): Make
12882 "Saved registers:" optional in the pattern.
12883
66849923
MM
128842015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12885
12886 * gdb.btrace/next.exp: Merged into step.exp.
12887 * gdb.btrace/finish.exp: Merged into step.exp.
12888 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12889 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12890 "record goto" and checking the exact replay position.
12891 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12892 check for "Recording format" in "info record" output.
12893 * gdb.btrace/record_goto.exp: Choose test file based on target.
12894 * gdb.btrace/x86-record_goto.S: Renamed into ...
12895 * gdb.btrace/x86_64-record_goto.S: ... this.
12896 * gdb.btrace/i686-record_goto.S: New.
12897 * gdb.btrace/x86-tailcall.S: Renamed into ...
12898 * gdb.btrace/x86_64-tailcall.S: ... this.
12899 * gdb.btrace/i686-tailcall.S: New.
12900 * gdb.btrace/x86-tailcall.c: Renamed into ...
12901 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12902 separate statements. Update test.
12903 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12904 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12905 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12906 * gdb.btrace/tailcall.exp: Choose test file based on target.
12907 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12908
11cc1b74
MM
129092015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12910
12911 * gdb.btrace/exception.exp: Increase BTS buffer size.
12912
a25d8bf9
PA
129132015-03-24 Pedro Alves <palves@redhat.com>
12914
12915 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12916
856e7dd6
PA
129172015-03-24 Pedro Alves <palves@redhat.com>
12918
12919 * gdb.threads/schedlock.exp (test_step): No longer expect that
12920 "set scheduler-locking step" with "next" over a function call runs
12921 threads unlocked.
12922
ad235a41
AT
129232015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12924
12925 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12926
15630549
AT
129272015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12928
12929 PR breakpoints/16466
12930 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12931 * gdb.mi/mi-pending.c (thread_func): New function.
12932 (int main): Add threading support required.
12933 * gdb.mi/mi-pending.exp: Add tests for this issue.
12934 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12935 (pendfunc2): Remove stdio dependency.
12936 * gdb.mi/mi-pendshr2.c: New file.
12937
693dca06
KS
129382015-03-23 Keith Seitz <keiths@redhat.com>
12939
12940 * gdb.linespec/keywords.c: New file.
12941 * gdb.linespec/keywords.exp: New file.
12942
7e993ebf
KS
129432015-03-23 Keith Seitz <keiths@redhat.com>
12944
12945 PR gdb/18021
12946 * gdb.dwarf2/staticvirtual.exp: New test.
12947
bc23328c
JK
129482015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12949
12950 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12951 * README: Remove HP-UX and gdb.hp.
12952 (configuration):
12953 * configure: Regenerate.
12954 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12955 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12956 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12957 gdb.hp/gdb.defects/Makefile.
12958 * gdb.hp/Makefile.in: File deleted.
12959 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12960 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12961 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12962 * gdb.hp/gdb.aCC/run.c: File deleted.
12963 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12964 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12965 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12966 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12967 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12968 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12969 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12970 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12971 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12972 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12973 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12974 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12975 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12976 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12977 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12978 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12979 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12980 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12981 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12982 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12983 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12984 * gdb.hp/gdb.compat/average.c: File deleted.
12985 * gdb.hp/gdb.compat/sum.c: File deleted.
12986 * gdb.hp/gdb.compat/xdb.c: File deleted.
12987 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12988 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12989 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12990 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12991 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12992 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12993 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12994 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12995 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12996 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12997 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12998 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12999 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
13000 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
13001 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
13002 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
13003 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
13004 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
13005 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
13006 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
13007 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
13008 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
13009 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
13010 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
13011 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
13012 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
13013 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
13014 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
13015 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
13016 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
13017 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
13018 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
13019 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
13020 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
13021 * gdb.hp/tools/odump: File deleted.
13022
8bf3b159
PA
130232015-03-19 Pedro Alves <palves@redhat.com>
13024
13025 * gdb.threads/continue-pending-status.exp (saw_thread_2)
13026 (saw_thread_3): New globals.
13027 (top level): Increment them when an event for the corresponding
13028 thread is seen.
13029 (no thread starvation): New test.
13030
eb54c8bf
PA
130312015-03-19 Pedro Alves <palves@redhat.com>
13032
13033 * gdb.threads/continue-pending-status.c: New file.
13034 * gdb.threads/continue-pending-status.exp: New file.
13035
32d2e5d6
PA
130362015-03-18 Pedro Alves <palves@redhat.com>
13037
13038 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13039 Use gdb_is_target_remote instead of is_remote. Use
13040 gdb_test_multiple instead of gdb_expect. Exit early if
13041 gdb_test_multiple hits its internal matches. Tighten stepi tests
13042 expected output. Fail on exit with any signal, instead of just
13043 SIGILL.
13044
f68f11b7
YQ
130452015-03-18 Yao Qi <yao.qi@linaro.org>
13046
13047 PR tdep/18107
13048 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13049 variable.
13050 * gdb.base/catch-syscall.exp: Don't skip it on
13051 aarch64*-*-linux* target. Remove elements in all_syscalls.
13052 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13053 target.
13054 (setup_all_syscalls): New proc.
13055
ca5fd19b
YQ
130562015-03-16 Yao Qi <yao.qi@linaro.org>
13057
13058 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13059 (top level): Skip tests if valid_addr_p returns false for
13060 $cmd1 or $cmd2.
13061
85642ba0
AW
130622015-03-11 Andy Wingo <wingo@igalia.com>
13063
13064 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13065
e03f9645
YQ
130662015-03-11 Yao Qi <yao.qi@linaro.org>
13067
13068 * gdb.base/catch-syscall.exp: Fix typo in comments.
13069
5d0962b2
YQ
130702015-03-11 Yao Qi <yao.qi@linaro.org>
13071
13072 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13073
b2df3cef
PA
130742015-03-09 Pedro Alves <palves@redhat.com>
13075
13076 * dg-extract-results.py: Delete.
13077
ef878e53
PA
130782015-03-09 Pedro Alves <palves@redhat.com>
13079
13080 Merge dg-extract-results.sh from GCC upstream (r218843).
13081
13082 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13083 * dg-extract-results.sh: Use --text with grep to avoid issues with
13084 binary files. Fall back to cat -v, if that doesn't work.
13085
9494d219
PA
130862015-03-05 Pedro Alves <palves@redhat.com>
13087
13088 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13089
a8d9763a
SM
130902015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13091
13092 * lib/mi-support.exp (mi_expect_interrupt): Accept
13093 alternative event for when in all-stop mode.
13094
be9957b8
PA
130952015-03-04 Pedro Alves <palves@redhat.com>
13096
13097 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13098
d57be0f4 130992015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
13100
13101 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13102
c214c7cf
AA
131032015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13104
13105 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13106 regexps for GDB's current line display, accept a hex address
13107 preceding the line number.
13108
6d74a497
AA
131092015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13110
13111 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13112 the 'arch1' variable for "s390*-linux*" targets.
13113
511aee7c
PA
131142015-03-04 Pedro Alves <palves@redhat.com>
13115
13116 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13117 (main): Pass missing retval argument to pthread_join call.
13118
95e50b27
PA
131192015-03-02 Pedro Alves <palves@redhat.com>
13120
13121 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13122 (top level): Call do_test with non-stop as well.
13123
28054d69
PA
131242015-03-02 Pedro Alves <palves@redhat.com>
13125
13126 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13127 -1.
13128
4fa5d7b4
AA
131292015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13130
13131 * gdb.arch/s390-vregs.exp: New test.
13132 * gdb.arch/s390-vregs.S: New file.
13133
97c18565
PA
131342015-02-27 Pedro Alves <palves@redhat.com>
13135
13136 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13137 call to catch_command_errors.
13138 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13139 catch_command_errors.
13140
a37bfa30
PA
131412015-02-27 Pedro Alves <palves@redhat.com>
13142
13143 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13144 "true" for boolean result.
13145 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13146 prototype of main.
13147
6f98576f
PA
131482015-02-27 Pedro Alves <palves@redhat.com>
13149
13150 * lib/unbuffer_output.c: New file.
13151 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13152 (main): Call gdb_unbuffer_output.
13153
eba5ab56
YQ
131542015-02-27 Yao Qi <yao.qi@linaro.org>
13155
13156 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13157 target.
13158
0def5aaa
DE
131592015-02-26 Doug Evans <dje@google.com>
13160
13161 * gdb.cp/class2.cc (Dbase, D): New classes.
13162 (main): New local delta.
13163 * gdb.cp/class2.exp: Test printing delta.
13164 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13165 (dynbar): New global.
13166 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13167
081a1c2c
JK
131682015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13169
13170 * gdb.compile/compile-ifunc.c: New file.
13171 * gdb.compile/compile-ifunc.exp: New file.
13172
2f41223f
AT
131732015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13174
13175 * gdb.base/structs.exp: Check for correct struct on finish.
13176
03eddd80
YQ
131772015-02-26 Yao Qi <yao.qi@linaro.org>
13178
13179 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13180 is zero.
13181
80c57053
JK
131822015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13183
13184 * gdb.arch/cordic.ko.bz2: New file.
13185 * gdb.arch/cordic.ko.debug.bz2: New file.
13186 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13187
21613c12
YQ
131882015-02-25 Yao Qi <yao.qi@linaro.org>
13189
13190 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13191 aarch64*-*-* target.
13192
d8b901ed
PA
131932015-02-23 Pedro Alves <palves@redhat.com>
13194
13195 * lib/gdb.exp (delete_breakpoints): Rewrite using
13196 gdb_test_multiple.
13197
e5b85ead
PA
131982015-02-23 Pedro Alves <palves@redhat.com>
13199
13200 * gdb.base/info-os.c: Include stdlib.h.
13201
85c3a371
DE
132022015-02-22 Doug Evans <xdje42@gmail.com>
13203
13204 PR symtab/17855
13205 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13206 is read after symbols have been re-read.
13207 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13208 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13209
96553a0c
DE
132102015-02-21 Doug Evans <dje@google.com>
13211
13212 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13213
97a0c697
JK
132142015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13215
13216 PR corefiles/17808
13217 * gdb.arch/i386-biarch-core.core.bz2: New file.
13218 * gdb.arch/i386-biarch-core.exp: New file.
13219
a47cd6e9
PA
132202015-02-21 Pedro Alves <palves@redhat.com>
13221
13222 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13223 runto_main fails.
13224
c5facdc4
PA
132252015-02-20 Pedro Alves <palves@redhat.com>
13226
13227 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13228 info probes.
13229
2db9a427
PA
132302015-02-20 Pedro Alves <palves@redhat.com>
13231
13232 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13233
60fb7e9e
PA
132342015-02-20 Pedro Alves <palves@redhat.com>
13235
13236 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13237 clean_restart before gdb_target_supports_trace.
13238
5c5019c2
PA
132392015-02-20 Pedro Alves <palves@redhat.com>
13240
13241 PR threads/18006
13242 * gdb.threads/clone-thread_db.c: New file.
13243 * gdb.threads/clone-thread_db.exp: New file.
13244
c9587f88
AT
132452015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13246
13247 PR breakpoints/16812
13248 * gdb.base/catch-gdb-caused-signals.c: New file.
13249 * gdb.base/catch-gdb-caused-signals.exp: New file.
13250
f6a88844
JM
132512015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13252
13253 * configure: Regenerated.
13254 * configure.ac: Use GDB_AC_TRANSFORM.
13255 * aclocal.m4: sinclude ../transform.m4.
13256
497c491b
JM
132572015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13258
13259 * lib/dtrace.exp: New file.
13260 * gdb.base/dtrace-probe.exp: Likewise.
13261 * gdb.base/dtrace-probe.d: Likewise.
13262 * gdb.base/dtrace-probe.c: Likewise.
13263 * lib/pdtrace.in: Likewise.
13264 * configure.ac: Output variables with the transformed names of
13265 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13266 * configure: Regenerated.
13267
03e98035
JM
132682015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13269
13270 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13271 expected message when trying to access $_probe_* convenience
13272 variables while not on a probe.
13273
63cc30e9
JK
132742015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13275
13276 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13277
0703599a
PA
132782015-02-11 Pedro Alves <pedro@codesourcery.com>
13279
13280 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13281 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13282
7e60a48e
DE
132832015-02-10 Doug Evans <xdje42@gmail.com>
13284
13285 * lib/gdb.exp (gdb_load): Always return a result.
13286
01b088bc
PA
132872015-02-10 Pedro Alves <palves@redhat.com>
13288
13289 * gdb.threads/signal-sigtrap.c: New file.
13290 * gdb.threads/signal-sigtrap.exp: New file.
13291
b05ec7a5
AT
132922015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13293
13294 * gdb.trace/no-attach-trace.c: New file.
13295 * gdb.trace/no-attach-trace.exp: New file.
13296
a2c2acaf
MW
132972015-02-09 Mark Wielaard <mjw@redhat.com>
13298
13299 * gdb.dwarf2/atomic.c: New file.
13300 * gdb.dwarf2/atomic-type.exp: Likewise.
13301
31fd9caa
MM
133022015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13303
13304 * gdb.btrace/buffer-size.exp: Update "info record" output.
13305 * gdb.btrace/delta.exp: Update "info record" output.
13306 * gdb.btrace/enable.exp: Update "info record" output.
13307 * gdb.btrace/finish.exp: Update "info record" output.
13308 * gdb.btrace/instruction_history.exp: Update "info record" output.
13309 * gdb.btrace/next.exp: Update "info record" output.
13310 * gdb.btrace/nexti.exp: Update "info record" output.
13311 * gdb.btrace/step.exp: Update "info record" output.
13312 * gdb.btrace/stepi.exp: Update "info record" output.
13313 * gdb.btrace/nohist.exp: Update "info record" output.
13314
d33501a5
MM
133152015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13316
13317 * gdb.btrace/buffer-size: New.
13318
f4abbc16
MM
133192015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13320
13321 * gdb.btrace/delta.exp: Update "info record" output.
13322 * gdb.btrace/enable.exp: Update "info record" output.
13323 * gdb.btrace/finish.exp: Update "info record" output.
13324 * gdb.btrace/instruction_history.exp: Update "info record" output.
13325 * gdb.btrace/next.exp: Update "info record" output.
13326 * gdb.btrace/nexti.exp: Update "info record" output.
13327 * gdb.btrace/step.exp: Update "info record" output.
13328 * gdb.btrace/stepi.exp: Update "info record" output.
13329 * gdb.btrace/nohist.exp: Update "info record" output.
13330
b9d61307
SM
133312015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13332
13333 PR gdb/15678
13334 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13335
e584fdbc
PA
133362015-02-06 Pedro Alves <palves@redhat.com>
13337
13338 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13339 macro.
13340 (seconds_left, again): New globals.
13341 (main): Wait seconds_left in a 1-second sleep loop instead of
13342 sleeping 180 seconds. If 'again' is set, reset the seconds
13343 counter.
13344 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13345 'again' in the inferior before detaching. Print the seconds left.
13346 (options): New global.
13347 (top level): Build program with -DTIMEOUT=$timeout.
13348
77f41761
PA
133492015-02-06 Pedro Alves <palves@redhat.com>
13350
13351 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13352 determine how many seconds to pass to 'alarm'.
13353 * gdb.base/gdb-sigterm.exp (top level): Build program with
13354 -DTIMEOUT=$timeout.
13355 (do_test): Return success/failure indication. Add more verbose
13356 logging. Don't fail if 200 single steps are seen. Instead, fail
13357 when the test times out.
13358 (passes): New global.
13359 (top level): Break the testing loop if testing fails on any
13360 iteration. Use gdb_assert.
13361
b9394193
DB
133622015-02-04 Don Breazeal <donb@codesourcery.com>
13363
13364 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13365 and initialize them.
13366 (ipc_cleanup): New function.
13367 (main): Don't declare shmid, semid, and msqid. Add a call to
13368 atexit so that we call ipc_cleanup on exit.
13369
42d9e528
PA
133702015-02-04 Pedro Alves <palves@redhat.com>
13371
13372 * boards/native-extended-gdbserver.exp: Remove any target variant
13373 specifications from the board name before clearing the isremote
13374 flag from board_info.
13375
ae6ae975
DE
133762015-01-31 Doug Evans <xdje42@gmail.com>
13377
13378 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13379
cfb069a8
GB
133802015-01-31 Gary Benson <gbenson@redhat.com>
13381
13382 * gdb.base/completion.exp: Disable completion limiting for
13383 existing tests. Add new tests to check completion limiting.
13384 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13385
5dd31d79
DE
133862015-01-31 Doug Evans <xdje42@gmail.com>
13387
13388 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13389
9f050062
DE
133902015-01-31 Doug Evans <xdje42@gmail.com>
13391
13392 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13393 entries. Duplicate file section script entries.
13394 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13395 inlined entries. Add test for safe-path rejection.
13396 * gdb.python/py-section-script.c: Add duplicate inlined section script
13397 entries. Duplicate file section script entries.
13398 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13399 inlined entries. Add test for safe-path rejection.
13400
df25ebbd
JB
134012015-01-29 Joel Brobecker <brobecker@adacore.com>
13402
13403 * gdb.ada/disc_arr_bound: New testcase.
13404
4a0ca9ec
JB
134052015-01-29 Joel Brobecker <brobecker@adacore.com>
13406
13407 * gdb.ada/mi_var_array: New testcase.
13408
3a8b707a
DE
134092015-01-27 Doug Evans <dje@google.com>
13410
13411 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13412 Add test for objfile.filename, objfile.username after objfile
13413 has been unloaded.
13414
f8313f6e
JB
134152015-01-26 Joel Brobecker <brobecker@adacore.com>
13416
13417 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13418 the second test to print the name attribute of value
13419 returned by the call to gdb.lookup_type, and adjust
13420 the expected output accordingly.
13421
37bc665e
MW
134222015-01-25 Mark Wielaard <mjw@redhat.com>
13423
13424 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13425 * gdb.base/disp-step-fork.c: Include unistd.h.
13426 * gdb.base/siginfo-obj.c: Include stdio.h.
13427 * gdb.base/siginfo-thread.c: Likewise.
13428 * gdb.mi/non-stop.c: Include unistd.h.
13429 * gdb.mi/nsthrexec.c: Include stdio.h.
13430 * gdb.mi/pthreads.c: Include unistd.h.
13431 * gdb.modula2/unbounded1.c (main): Declare returns int.
13432 * gdb.reverse/consecutive-reverse.c: Likewise.
13433 * gdb.threads/create-fail.c: Include unistd.h.
13434 * gdb.threads/killed.c: Likewise.
13435 * gdb.threads/linux-dp.c: Likewise.
13436 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13437 * gdb.threads/non-ldr-exc-2.c: Likewise.
13438 * gdb.threads/non-ldr-exc-3.c: Likewise.
13439 * gdb.threads/non-ldr-exc-4.c: Likewise.
13440 * gdb.threads/pthreads.c: Include unistd.h.
13441 (main): Declare returns int.
13442 * gdb.threads/tls-main.c (foo): New declaration.
13443 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13444
f7e5394d
SM
134452015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13446
13447 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13448 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13449
743649fd
MW
134502015-01-15 Mark Wielaard <mjw@redhat.com>
13451
13452 * gdb.base/noreturn-return.c: New file.
13453 * gdb.base/noreturn-return.exp: New file.
13454 * gdb.base/noreturn-finish.c: New file.
13455 * gdb.base/noreturn-finish.exp: New file.
13456
198297aa
PA
134572015-01-23 Pedro Alves <palves@redhat.com>
13458
13459 * gdb.threads/continue-pending-after-query.c: New file.
13460 * gdb.threads/continue-pending-after-query.exp: New file.
13461
717cf30c
AG
134622015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13463 Simon Marchi <simon.marchi@ericsson.com>
13464
13465 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13466 * gdb.base/valgrind-db-attach.exp: Same.
13467 * gdb.base/valgrind-infcall.exp: Same.
13468 * lib/mi-support.exp (default_mi_gdb_start): Same.
13469 * lib/prompt.exp (default_prompt_gdb_start): Same.
13470 * lib/gdb.exp (default_gdb_spawn): Same.
13471 (gdb_interact): New.
13472
13473
4b62a76e
JK
134742015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13475
13476 * gdb.compile/compile.exp (pointer to jit function): New test.
13477
b4cdae6f
WW
134782015-01-17 Wei-cheng Wang <cole945@gmail.com>
13479
13480 * lib/gdb.exp (supports_process_record): Return true for
13481 powerpc*-*-linux*.
13482 (supports_reverse): Likewise.
13483
d221e7ef
DB
134842015-01-15 Don Breazeal <donb@codesourcery.com>
13485
13486 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13487 instead of checking whether the target board is remote and
13488 use spawn_wait_for_attach instead of exec/sleep.
13489 * gdb.base/attach-twice.exp: Likewise.
13490
bafffb51
JB
134912015-01-15 Joel Brobecker <brobecker@adacore.com>
13492
13493 * gdb.ada/var_arr_attrs: New testcase.
13494
5589af0e
PA
134952015-01-14 Pedro Alves <palves@redhat.com>
13496 Joel Brobecker <brobecker@adacore.com>
13497
13498 PR gdb/17525
13499 * gdb.base/bp-cmds-execution-x-script.c: New file.
13500 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13501 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13502
6c400b59
PA
135032015-01-14 Pedro Alves <palves@redhat.com>
13504
13505 PR cli/17828
13506 * gdb.base/batch-preserve-term-settings.c: New file.
13507 * gdb.base/batch-preserve-term-settings.exp: New file.
13508
e02c96a7
DE
135092015-01-13 Doug Evans <dje@google.com>
13510
13511 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13512 binary.
13513
576fd14c
JB
135142015-01-13 Joel Brobecker <brobecker@adacore.com>
13515
13516 * Makefile.in (clean mostlyclean): Do not delete *.py.
13517
04dccad0
JB
135182015-01-13 Joel Brobecker <brobecker@adacore.com>
13519
13520 * gdb.python/py-lookup-type.exp: New file.
13521
3d230f71
PA
135222015-01-12 Pedro Alves <palves@redhat.com>
13523
13524 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13525 restore GDBFLAGS before returning.
13526
7e67715d
JK
135272015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13528
13529 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13530 is_amd64_regs_target and is_x86_like_target.
13531
f2e0d4b4
DE
135322015-01-11 Doug Evans <xdje42@gmail.com>
13533
13534 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13535 is given without an explicit form.
13536 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13537 attributes.
13538 * gdb.dwarf/corrupt.exp: Ditto.
13539 * gdb.dwarf2/enum-type.exp: Ditto.
13540 * gdb.trace/entry-values.exp: Ditto.
13541 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13542
439250fb
DE
135432015-01-11 Doug Evans <xdje42@gmail.com>
13544
13545 PR gdb/15830
13546 * gdb.base/maint.exp: Remove references to "maint demangle".
13547 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13548 Add tests for explicitly specifying language to demangle.
13549 * gdb.dlang/demangle.exp: Ditto.
13550
ede9f622
PA
135512015-01-09 Pedro Alves <palves@redhat.com>
13552
13553 * gdb.threads/non-stop-fair-events.c: New file.
13554 * gdb.threads/non-stop-fair-events.exp: New file.
13555
a7b796db
PA
135562015-01-09 Pedro Alves <palves@redhat.com>
13557
13558 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13559 the global scope. Set a breakpoint after all threads are started
13560 rather than stepping over two source lines. Expect the prompt.
13561 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13562 global.
13563 (NUM): Now 15.
13564 (main): Use threads_started_barrier to wait for all threads to
13565 start. Main thread no longer calls thread_function. Exit after
13566 180 seconds.
13567 (loop): New function.
13568 (thread_function): Wait on threads_started_barrier barrier. Call
13569 'loop' at each iteration.
13570 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13571 threads have started, instead of hardcoding number of "next"
13572 steps. Use an access watchpoint instead of a write watchpoint.
13573
9665ffdd
PA
135742015-01-09 Pedro Alves <palves@redhat.com>
13575
13576 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13577 (thread_func): Wait on barrier.
13578 (main): Wait for all threads to start before stopping GDB.
13579 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13580 global.
13581 (thread1_func, thread2_func): Wait on barrier.
13582 (main): Wait for all threads to start before stopping GDB.
13583 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13584 New global.
13585 (thread1_func, thread2_func): Wait on barrier.
13586 (main): Wait for all threads to start before stopping GDB.
13587
c945a99f
PA
135882015-01-09 Pedro Alves <palves@redhat.com>
13589
13590 * gdb.threads/attach-many-short-lived-threads.c: New file.
13591 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13592
c1a747c1
PA
135932014-01-09 Pedro Alves <palves@redhat.com>
13594
13595 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13596 instead of to thread 2.
13597 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13598 Add barrier around each pthread_create call instead of around all
13599 calls.
13600 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13601 Set a break on thread_function and have the child threads hit it
13602 one at at a time.
13603
60b3033e
PA
136042015-01-09 Pedro Alves <palves@redhat.com>
13605
13606 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13607 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13608 false.
13609 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13610 checking whether the target board is remote.
13611 * gdb.multi/multi-attach.exp: Likewise.
13612 * gdb.python/py-sync-interp.exp: Likewise.
13613 * gdb.server/ext-attach.exp: Likewise.
13614 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13615 tests that need to attach, instead of checking whether the target
13616 board is remote at the top of the file.
13617
acc018ac
YQ
136182015-01-08 Yao Qi <yao@codesourcery.com>
13619
13620 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13621
50a18af8
JK
136222015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13623
13624 Fix testcase compilation.
13625 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13626
8503d6e1
JB
136272015-01-06 Joel Brobecker <brobecker@adacore.com>
13628
13629 * gdb.python/py-type.exp: Add a couple test about empty
13630 array creation, and negative-length array creation.
13631
cc73dbcc
DE
136322015-01-02 Doug Evans <xdje42@gmail.com>
13633
13634 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13635
0300bbc7
DE
136362015-01-02 Doug Evans <dje@google.com>
13637
13638 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13639
9d85a0ec
YQ
136402014-12-29 Yao Qi <yao@codesourcery.com>
13641
13642 * gdb.trace/entry-values.exp: Update comments. Rename variable
13643 bar_call_foo to returned_from_foo.
13644
87186c6a
MMN
136452014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13646
13647 PR gdb/17394
13648 * gdb.linespec/break-asm-file.c: New file.
13649 * gdb.linespec/break-asm-file.exp: New file.
13650 * gdb.linespec/break-asm-file0.s: New file.
13651 * gdb.linespec/break-asm-file1.s: New file.
13652
1bab7383
YQ
136532014-12-18 Nigel Stephens <nigel@mips.com>
13654 Maciej W. Rozycki <macro@codesourcery.com>
13655
13656 * gdb.base/float.exp: Handle the new output from "info float" on
13657 MIPS targets.
13658
1bc1068a
JK
136592014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13660
13661 Fix MinGW compilation.
13662 * gdb.compile/compile-ops.exp: Update untested message if
13663 !skip_compile_feature_tests.
13664 * gdb.compile/compile-setjmp.exp: Likewise.
13665 * gdb.compile/compile-tls.exp: Likewise.
13666 * gdb.compile/compile.exp: Likewise.
13667 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13668 supported on this host".
13669
b6615d10
DE
136702014-12-16 Doug Evans <xdje42@gmail.com>
13671
13672 * boards/stabs.exp: New file.
13673
25dda427
AA
136742014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13675
13676 * gdb.base/completion.exp: Adjust to format changes of "maint
13677 print user-registers".
13678
bf330350
CU
136792014-12-16 Catalin Udma <catalin.udma@freescale.com>
13680
13681 PR server/17457
13682 * gdb.arch/aarch64-fp.c: New file.
13683 * gdb.arch/aarch64-fp.exp: New file.
13684
395cf596
SDJ
136852014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13686
13687 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13688 r210637, r210913, r211666, r215400, r215817).
13689
13690 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13691 * dg-extract-results.py: New file.
13692 * dg-extract-results.sh: Use it if the environment seems
13693 suitable.
13694
13695 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13696
13697 * dg-extract-results.py (parse_run): Handle warnings that
13698 are printed before a test harness is run.
13699
13700 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13701
13702 * dg-extract-results.py (Named): Remove __cmp__ method.
13703 (output_variation): Use a key to sort variation.harnesses.
13704
13705 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13706
13707 * dg-extract-results.py: For Python 3, force sys.stdout to
13708 handle surrogate escape sequences.
13709 (safe_open): New function.
13710 (output_segment, main): Use it.
13711
13712 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13713
13714 * dg-extract-results.py (Prog.result_re): Include options
13715 in test name.
13716
13717 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13718
13719 * dg-extract-results.py (output_variation): Always sort if
13720 do_sum.
13721
e882ef3c
SM
137222014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13723
13724 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13725 as long as we get pagination notifications.
13726
4992aa20
JM
137272014-12-15 Jason Merrill <jason@redhat.com>
13728
13729 * Makefile.in (check-gdb.%): Restore.
13730 * README: Mention it.
13731
c1b5a1a6
JB
137322014-12-13 Joel Brobecker <brobecker@adacore.com>
13733
13734 * gdb.ada/str_uninit: New testcase.
13735
5537b577
JK
137362014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13737
13738 PR symtab/17642
13739 * gdb.base/vla-stub-define.c: New file.
13740 * gdb.base/vla-stub.c: New file.
13741 * gdb.base/vla-stub.exp: New file.
13742
bb2ec1b3
TT
137432014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13744 Jan Kratochvil <jan.kratochvil@redhat.com>
13745 Tom Tromey <tromey@redhat.com>
13746
13747 * configure.ac: Add gdb.compile/.
13748 * configure: Regenerate.
13749 * gdb.compile/Makefile.in: New file.
13750 * gdb.compile/compile-ops.exp: New file.
13751 * gdb.compile/compile-ops.c: New file.
13752 * gdb.compile/compile-tls.c: New file.
13753 * gdb.compile/compile-tls.exp: New file.
13754 * gdb.compile/compile-constvar.S: New file.
13755 * gdb.compile/compile-constvar.c: New file.
13756 * gdb.compile/compile-mod.c: New file.
13757 * gdb.compile/compile-nodebug.c: New file.
13758 * gdb.compile/compile-setjmp-mod.c: New file.
13759 * gdb.compile/compile-setjmp.c: New file.
13760 * gdb.compile/compile-setjmp.exp: New file.
13761 * gdb.compile/compile-shlib.c: New file.
13762 * gdb.compile/compile.c: New file.
13763 * gdb.compile/compile.exp: New file.
13764 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13765
4ff709eb
TT
137662014-12-12 Tom Tromey <tromey@redhat.com>
13767
13768 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13769 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13770
6dddd6a5
DE
137712014-12-12 Doug Evans <dje@google.com>
13772
13773 * lib/gdb-python.exp (get_python_valueof): New function.
13774 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13775
71c24708
AA
137762014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13777
13778 * gdb.base/completion.exp: Add test for completion of "info
13779 registers ".
13780
3e29f34a
MR
137812014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13782
13783 * gdb.base/func-ptrs.c: New file.
13784 * gdb.base/func-ptrs.exp: New file.
13785
fc126975
SM
137862014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13787
13788 PR breakpoints/17012
13789 * gdb.base/dprintf-detach.c: New file.
13790 * gdb.base/dprintf-detach.exp: New file.
13791
0a46d518
SM
137922014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13793
13794 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13795 * lib/gdb.exp (target_is_gdbserver): New procedure.
13796
a0be3e44
DE
137972014-12-08 Doug Evans <dje@google.com>
13798
13799 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13800
df1b803a
YQ
138012014-12-05 Yao Qi <yao@codesourcery.com>
13802
13803 * gdb.guile/scm-error.exp: Remove the third argument to
13804 gdb_remote_download.
13805 * gdb.guile/scm-frame-args.exp: Likewise.
13806 * gdb.guile/scm-section-script.exp: Likewise.
13807
ddb9f679
YQ
138082014-12-05 Yao Qi <yao@codesourcery.com>
13809
13810 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13811
86e4ed39
DE
138122014-12-04 Doug Evans <dje@google.com>
13813
13814 * gdb.python/py-objfile.exp: Add tests for
13815 objfile.add_separate_debug_file.
13816
7c50a931
DE
138172014-12-04 Doug Evans <dje@google.com>
13818
13819 * lib/gdb.exp (get_build_id): New function.
13820 (build_id_debug_filename_get): Rewrite to use it.
13821 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13822
621661e3
MR
138232014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13824
13825 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13826 `method(long)', not just 0x0.
13827 * gdb.cp/nsalias.exp: Align code labels to 4.
13828 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13829 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13830 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13831 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13832 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13833 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13834
29f0c3b7
DE
138352014-12-02 Doug Evans <dje@google.com>
13836
e1e061e7 13837 PR symtab/17602
29f0c3b7 13838 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 13839 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
13840 * gdb.cp/anon-ns.exp: Update.
13841
162078c8
NB
138422014-12-02 Nick Bull <nicholaspbull@gmail.com>
13843
13844 * gdb.python/py-events.py (inferior_call_handler): New.
13845 (register_changed_handler, memory_changed_handler): New.
13846 (test_events.invoke): Register new handlers.
13847 * gdb.python/py-events.exp: Add tests for inferior call,
13848 memory_changed and register_changed events.
13849
fdb09caf
AA
138502014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13851
13852 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13853 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13854 if the linker doesn't understand this.
13855
55cfb2c4
SM
138562014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13857
13858 * gdb.python/python.exp: Change expected reply to help().
13859
9e8cd6df
YQ
138602014-12-01 Yao Qi <yao@codesourcery.com>
13861
13862 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13863 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13864 * configure: Re-generated.
13865
6c659fc2
SC
138662014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13867
13868 * gdb.cp/chained-calls.cc: New file.
13869 * gdb.cp/chained-calls.exp: New file.
13870 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13871
d7fc3181
SM
138722014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13873
13874 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13875 * gdb.dwarf2/symtab-producer.exp: Same.
13876 * gdb.gdb/python-interrupts.exp: Same.
13877 * gdb.gdb/python-selftest.exp: Same.
13878 * gdb.python/py-linetable.exp: Same.
13879 * gdb.python/py-type.exp: Same.
13880 * gdb.python/py-value-cc.exp: Same.
13881 * gdb.python/py-value.exp: Same.
13882
10e79639
YQ
138832014-11-28 Yao Qi <yao@codesourcery.com>
13884
13885 * gdb.base/break-probes.exp: Match library name prefixed with
13886 sysroot.
13887
f28a0564
SM
138882014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13889
13890 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13891 test expected output. Add parentheses for the call to print.
13892 Remove L suffix from integers.
13893
3fe1ce1d
DE
138942014-11-26 Doug Evans <dje@google.com>
13895
13896 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13897
84429e27
YQ
138982014-11-22 Yao Qi <yao@codesourcery.com>
13899
13900 * gdb.trace/entry-values.c: Remove asms.
13901 (foo): Add foo_label.
13902 (bar): Add bar_label.
13903 * gdb.trace/entry-values.exp: Remove code computing foo's
13904 length and bar's length.
13905 (Dwarf::assemble): Invoke function_range for bar and use
13906 MACRO_AT_func for foo.
13907
26741859
YQ
139082014-11-22 Yao Qi <yao@codesourcery.com>
13909
13910 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13911 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13912 Use .Lgcc43_procstart instead of gcc43.
13913
45e44d27
JB
139142014-11-21 Joel Brobecker <brobecker@adacore.com>
13915
13916 * gdb.ada/n_arr_bound: New testcase.
13917
458c8db8
SDJ
139182014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13919
13920 PR breakpoints/10737
13921 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13922 test_catch_syscall_multi_arch.
13923 (test_catch_syscall_multi_arch): New function.
13924
43f3e411
DE
139252014-11-20 Doug Evans <xdje42@gmail.com>
13926
13927 * gdb.base/maint.exp: Update expected output.
13928
0d7b2549
AA
139292014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13930
13931 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13932 4-byte instruction on S390.
13933
8908fca5
JB
139342014-11-19 Joel Brobecker <brobecker@adacore.com>
13935
13936 * gdb.ada/arr_arr: New testcase.
13937
4a46959e
JB
139382014-11-19 Joel Brobecker <brobecker@adacore.com>
13939
13940 * gdb.ada/pkd_arr_elem: New Testcase.
13941
470e2f4e
LM
139422014-11-18 Luis Machado <lgustavo@codesourcery.com>
13943
13944 * gdb.reverse/break-precsave: Expect completion message for
13945 core file reads.
13946 * gdb.reverse/consecutive-precsave.exp: Likewise.
13947 * gdb.reverse/finish-precsave.exp: Likewise.
13948 * gdb.reverse/i386-precsave.exp: Likewise.
13949 * gdb.reverse/machinestate-precsave.exp: Likewise.
13950 * gdb.reverse/sigall-precsave.exp: Likewise.
13951 * gdb.reverse/solib-precsave.exp: Likewise.
13952 * gdb.reverse/step-precsave.exp: Likewise.
13953 * gdb.reverse/until-precsave.exp: Likewise.
13954 * gdb.reverse/watch-precsave.exp: Likewise.
13955
a267f3ad
AA
139562014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13957
13958 * gdb.base/bp-permanent.c: Include unistd.h.
13959 * gdb.python/py-framefilter-mi.c (main): Add return type.
13960 * gdb.python/py-framefilter.c (main): Likewise.
13961 * gdb.trace/actions-changed.c (main): Likewise.
13962
12084a9a
AA
139632014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13964
13965 * gdb.mi/until.c: Add eye-catchers.
13966 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13967 line numbers.
13968
dc7e1a77
AA
139692014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13970
13971 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13972 function header variants in break1.c.
13973 * gdb.base/ena-dis-br.exp: Likewise.
13974 * gdb.base/hbreak2.exp: Likewise.
13975 * gdb.reverse/until-precsave.exp: Drop references to removed
13976 non-prototype function header variants in ur1.c.
13977 * gdb.reverse/until-reverse.exp: Likewise.
13978
41c77605
PM
139792014-11-17 Petr Machata <pmachata@redhat.com>
13980
13981 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13982 ${_cu_offset_size} bytes abbrev offset.
13983
34248c3a
DE
139842014-11-15 Doug Evans <xdje42@gmail.com>
13985
13986 PR symtab/17559
13987 * gdb.base/line-symtabs.exp: New file.
13988 * gdb.base/line-symtabs.c: New file.
13989 * gdb.base/line-symtabs.h: New file.
13990
646da059
YQ
139912014-11-14 Yao Qi <yao@codesourcery.com>
13992
13993 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13994 (func): Add label func_label.
13995 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13996 Replace low_pc and high_pc with MACRO_AT_range.
13997 Replace name, low_pc and high_pc with MACRO_AT_func.
13998
9301ebe6
YQ
139992014-11-14 Yao Qi <yao@codesourcery.com>
14000
14001 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
14002 Replace name, low_pc and high_pc with MACRO_AT_func.
14003
f166b542
YQ
140042014-11-14 Yao Qi <yao@codesourcery.com>
14005
14006 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
14007 produce debug information.
14008 * gdb.dwarf2/implptr-optimized-out.S: Removed.
14009
0f6e71e3
YQ
140102014-11-14 Yao Qi <yao@codesourcery.com>
14011
14012 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
14013 object and get function length.
14014 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
14015 with MACRO_AT_func.
14016 (top-level): Replace gdb_compile and clean_restart with
14017 prepare_for_testing.
14018 * gdb.dwarf2/main.c (main): Add label main_label.
14019
876c4df9
YQ
140202014-11-14 Yao Qi <yao@codesourcery.com>
14021
14022 * lib/dwarf.exp (function_range): New procedure.
14023 (Dwarf::_handle_macro_at_func): New procedure.
14024 (Dwarf::_handle_macro_at_range): New procedure.
14025 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
14026
02ad9cf1
YQ
140272014-11-14 Yao Qi <yao@codesourcery.com>
14028
14029 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
14030 (_handle_attribute): New procedure.
14031
a59add0c
AA
140322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14033
14034 * gdb.ada/cond_lang/foo.c (callme): Add return type.
14035 * gdb.base/call-sc.c (zed): Likewise.
14036 * gdb.base/checkpoint.c (main): Likewise.
14037 * gdb.base/dump.c (main): Likewise.
14038 * gdb.base/gcore.c (main): Likewise.
14039 * gdb.base/huge.c (main): Likewise.
14040 * gdb.base/multi-forks.c (main): Likewise.
14041 * gdb.base/pr10179-a.c (main): Likewise.
14042 * gdb.base/savedregs.c (main): Likewise.
14043 * gdb.base/sigaltstack.c (main): Likewise.
14044 * gdb.base/siginfo.c (main): Likewise.
14045 * gdb.base/structs.c (zed): Likewise.
14046 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14047 * gdb.mi/mi-syn-frame.c (main): Likewise.
14048 * gdb.mi/until.c (foo, main): Likewise.
14049 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14050 * gdb.base/solib-weak.c (foo): Declare.
14051 * gdb.base/attach-twice.c: Include stdio.h.
14052 * gdb.base/weaklib1.c: Likewise.
14053 * gdb.base/weaklib2.c: Likewise.
14054 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14055 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14056 unistd.h.
14057 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14058 * gdb.mi/mi-exit-code.c: Likewise.
14059 * gdb.base/break-interp-lib.c: Include string.h.
14060 * gdb.base/coremaker.c: Likewise.
14061 * gdb.base/testenv.c: Likewise.
14062 * gdb.python/py-finish-breakpoint.c: Likewise.
14063 * gdb.base/inferior-died.c: Include sys/wait.h.
14064 * gdb.base/fileio.c: Include time.h.
14065 * gdb.base/async-shell.c: Include unistd.h.
14066 * gdb.base/dprintf-non-stop.c: Likewise.
14067 * gdb.base/info-os.c: Likewise.
14068 * gdb.mi/mi-console.c: Likewise.
14069 * gdb.mi/watch-nonstop.c: Likewise.
14070 * gdb.python/py-events.c: Likewise.
14071 * gdb.base/async.c (baz): Move up before its invocation.
14072 * gdb.base/code_elim2.c (my_global_func): Likewise.
14073 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14074 * gdb.base/advance.c (func2): Likewise.
14075
3b5d5997
AA
140762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14077
14078 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14079 variant.
14080 * gdb.base/annota3.c: Likewise.
14081 * gdb.base/async.c: Likewise.
14082 * gdb.base/average.c: Likewise.
14083 * gdb.base/call-ar-st.c: Likewise.
14084 * gdb.base/call-rt-st.c: Likewise.
14085 * gdb.base/call-sc.c: Likewise.
14086 * gdb.base/call-strs.c: Likewise.
14087 * gdb.base/ending-run.c: Likewise.
14088 * gdb.base/execd-prog.c: Likewise.
14089 * gdb.base/exprs.c: Likewise.
14090 * gdb.base/foll-exec.c: Likewise.
14091 * gdb.base/foll-fork.c: Likewise.
14092 * gdb.base/foll-vfork.c: Likewise.
14093 * gdb.base/funcargs.c: Likewise.
14094 * gdb.base/gcore.c: Likewise.
14095 * gdb.base/jump.c: Likewise.
14096 * gdb.base/langs0.c: Likewise.
14097 * gdb.base/langs1.c: Likewise.
14098 * gdb.base/langs2.c: Likewise.
14099 * gdb.base/mips_pro.c: Likewise.
14100 * gdb.base/nodebug.c: Likewise.
14101 * gdb.base/opaque0.c: Likewise.
14102 * gdb.base/opaque1.c: Likewise.
14103 * gdb.base/recurse.c: Likewise.
14104 * gdb.base/run.c: Likewise.
14105 * gdb.base/scope0.c: Likewise.
14106 * gdb.base/scope1.c: Likewise.
14107 * gdb.base/setshow.c: Likewise.
14108 * gdb.base/setvar.c: Likewise.
14109 * gdb.base/shmain.c: Likewise.
14110 * gdb.base/shr1.c: Likewise.
14111 * gdb.base/shr2.c: Likewise.
14112 * gdb.base/sigall.c: Likewise.
14113 * gdb.base/signals.c: Likewise.
14114 * gdb.base/so-indr-cl.c: Likewise.
14115 * gdb.base/solib2.c: Likewise.
14116 * gdb.base/structs.c: Likewise.
14117 * gdb.base/sum.c: Likewise.
14118 * gdb.base/vforked-prog.c: Likewise.
14119 * gdb.base/watchpoint.c: Likewise.
14120 * gdb.reverse/shr2.c: Likewise.
14121 * gdb.reverse/until-reverse.c: Likewise.
14122 * gdb.reverse/ur1.c: Likewise.
14123 * gdb.reverse/watch-reverse.c: Likewise.
14124
066a77c5
AA
141252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14126
14127 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14128 variant.
14129 * gdb.base/sepdebug.exp: Drop references to removed code.
14130
4f204ea5
AA
141312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14132
14133 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14134 variant. Preserve original line numbering.
14135 * gdb.base/list1.c: Likewise.
14136
3b377a3a
AA
141372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14138
14139 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14140 variant.
14141 * gdb.base/break1.c: Likewise.
14142 * gdb.base/break.exp: Drop references to removed code.
14143
e444df73
AA
141442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14145
14146 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14147 variant.
14148
8008f2a7
AA
141492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14150
14151 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14152
a5a06887
AA
141532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14154
14155 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14156 logic into perform_all_tests() and invoke it with and without
14157 function header prototypes.
14158 (do_function_calls): Remove conditional XFAIL for PR 5318.
14159 (rerun_and_prepare): Remove duplicate code.
14160 (perform_all_tests): New. Main logic moved here.
14161
44dba9b9
AA
141622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14163
14164 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14165 code guarded by #ifdef NO_PROTOTYPES.
14166 (t_double_many_args): Likewise.
14167 (DEF_FUNC_MANY_ARGS_1): Likewise.
14168 (DEF_FUNC_VALUES_1): Likewise.
14169 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14170 guarded by #ifdef PROTOTYPES.
14171
d1fbcd56
AA
141722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14173
14174 * gdb.mi/mi-console.c: Add eye-catcher.
14175 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14176 instead of literal line number.
14177
b0e59b8f
AA
141782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14179
14180 * gdb.base/shr2.c: Add eye-catcher.
14181 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14182 line number.
14183
78f98cca
AA
141842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14185
14186 * gdb.base/jump.c: Add eye-catchers.
14187 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14188 numbers.
14189
58fa2af0
AA
141902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14191
14192 * gdb.base/execd-prog.c: Add eye-catchers.
14193 * gdb.base/foll-exec.c: Likewise.
14194 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14195 line numbers.
14196
04e5059b
AA
141972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14198
14199 * gdb.base/ending-run.c: Add eye-catchers.
14200 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14201 literal line numbers.
14202
dbfdb174
AA
142032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14204
14205 * gdb.base/call-rt-st.c: Add eye-catchers.
14206 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14207 literal line numbers.
14208
888a2ade
AA
142092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14210
14211 * gdb.base/call-ar-st.c: Add eye-catchers.
14212 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14213 literal line numbers.
14214
6acc2dde
AA
142152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14216
14217 * gdb.base/average.c: Add eye-catchers.
14218 * gdb.base/sum.c: Likewise.
14219 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14220 regexps dynamically.
14221
9ecfcd1d
AA
142222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14223
14224 * gdb.base/solib1.c: Add eye-catchers.
14225 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14226 literal line numbers.
14227
78708b7c
PA
142282014-11-12 Pedro Alves <palves@redhat.com>
14229
14230 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14231 leader has exited.
14232
af48d08f
PA
142332014-11-12 Pedro Alves <palves@redhat.com>
14234
14235 * gdb.arch/i386-bp_permanent.c: New file.
14236 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14237 (srcfile): Set to i386-bp_permanent.c.
14238 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14239 that stepi does not execute the 'leave' instruction, instead of
14240 testing it does execute.
14241 * gdb.base/bp-permanent.c: New file.
14242 * gdb.base/bp-permanent.exp: New file.
14243
af3768e9
DE
142442014-11-10 Doug Evans <xdje42@gmail.com>
14245
14246 PR symtab/17564
14247 * gdb.base/symtab-search-order.exp: New file.
14248 * gdb.base/symtab-search-order.c: New file.
14249 * gdb.base/symtab-search-order-1.c: New file.
14250 * gdb.base/symtab-search-order-shlib-1.c: New file.
14251
9de00a4a
PA
142522014-11-07 Pedro Alves <palves@redhat.com>
14253
14254 PR gdb/17511
14255 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14256 i?86-*-linux*.
14257
e0f52461
SC
142582014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14259
14260 PR c++/17494
14261 * gdb.cp/pr17494.cc: New file.
14262 * gdb.cp/pr17494.exp: New file.
14263
6ce8c980
YQ
142642014-11-02 Yao Qi <yao@codesourcery.com>
14265
14266 * gdb.python/python.exp: Get working directory and match the
14267 output of "set extended-prompt \\w " with it.
14268
02be9a71
DE
142692014-10-30 Doug Evans <dje@google.com>
14270
14271 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14272 in objfiles.
14273 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14274 in progspaces.
14275
3bdff46b
LM
142762014-10-30 Janis Johnson <janisjo@codesourcery.com>
14277
14278 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14279 * gdb.base/realname-expand.exp: Likewise.
14280 * gdb.linespec/macro-relative.exp: Likewise.
14281
ab917dfb
PA
142822014-10-29 Pedro Alves <palves@redhat.com>
14283
14284 PR gdb/17408
14285 * gdb.threads/schedlock.c (some_function): New function.
14286 (call_function): New global.
14287 (MAYBE_CALL_SOME_FUNCTION): New macro.
14288 (thread_function): Call it.
14289 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14290 and use it instead of a global counter. Adjust all callers.
14291 (get_current_thread): Use "find current thread" for test message
14292 here rather than having all callers pass down the same string.
14293 (goto_loop): New procedure, factored out from ...
14294 (my_continue): ... this.
14295 (step_ten_loops): Change parameter from test message to command to
14296 use. Adjust.
14297 (list_count): Delete global.
14298 (check_result): New procedure, factored out from duplicate top
14299 level code.
14300 (continue tests): Wrap in with_test_prefix.
14301 (test_step): New procedure, factored out from duplicate top level
14302 code.
14303 (top level): Test "step" in combination with all scheduler-locking
14304 modes. Test "next" in combination with all scheduler-locking
14305 modes, and in combination with stepping over a function call or
14306 not.
14307 * gdb.threads/next-bp-other-thread.c: New file.
14308 * gdb.threads/next-bp-other-thread.exp: New file.
14309
d3d4baed
PA
143102014-10-29 Pedro Alves <palves@redhat.com>
14311
14312 PR python/17372
14313 * gdb.python/python.exp: Test a multi-line command that spawns
14314 interactive Python.
14315 * gdb.base/multi-line-starts-subshell.exp: New file.
14316
563e8d85
YQ
143172014-10-29 Yao Qi <yao@codesourcery.com>
14318
14319 * gdb.base/fileio.exp: Make directories on host.
14320
0ea4d52e
YQ
143212014-10-29 Yao Qi <yao@codesourcery.com>
14322
14323 * gdb.base/fileio.c (test_write): Close the file.
14324
7f5ef605
PA
143252014-10-28 Pedro Alves <palves@redhat.com>
14326
14327 PR gdb/12623
14328 * gdb.base/sigstep.c (no_handler): New global.
14329 (main): If 'no_handler is true, set the signal handlers to
14330 SIG_IGN.
14331 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14332 with_sw_watch and no_handler parameters. Handle them.
14333 (top level) <stepping over handler when stopped at a breakpoint
14334 test>: Add a test axis for testing with a software watchpoint, and
14335 another for testing with the signal handler set to SIG_IGN.
14336 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14337 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14338
abbdbd03
PA
143392014-10-28 Pedro Alves <palves@redhat.com>
14340
14341 PR gdb/17511
14342 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14343 * gdb.base/sigstep.exp (other_handler_location): New global.
14344 (advance): Support stepping into the signal handler, and running
14345 commands while in the handler.
14346 (in_handler_map): New global.
14347 (top level): In the advance test, add combinations for getting
14348 into the handler with stepping commands, and for running commands
14349 in the handler. Add comment descripting the advancei tests.
14350
1df4399f
PA
143512014-10-28 Pedro Alves <palves@redhat.com>
14352
14353 * gdb.base/sigstep.exp: Use build_executable instead of
14354 prepare_for_testing.
14355 (top level): Move code that starts GDB, runs to main and creates a
14356 display to ...
14357 (restart): ... this new procedure.
14358 (top level): Move backtrace from signal handler test to ...
14359 (validate_backtrace): ... this new procedure.
14360 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14361 with_test_prefix. Always restart GDB.
14362 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14363 with_test_prefix. Always restart GDB. No need to delete
14364 breakpoints after the test.
14365 (test_skip_handler): Remove prefix parameter.
14366 (skip_over_handler, breakpoint_to_handler)
14367 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14368 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14369 restart GDB. No need to delete breakpoints after the test.
14370 (top level): Use foreach to call the test procedures with
14371 different commands.
14372
a5b6e449
PA
143732014-10-28 Pedro Alves <palves@redhat.com>
14374
14375 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14376 instead of GNATS numbers.
14377 * gdb.base/sigbpt.exp: Likewise.
14378 * gdb.base/siginfo.exp: Likewise.
14379 * gdb.base/sigstep.exp: Likewise.
14380
e5f8a7cc
PA
143812014-10-27 Pedro Alves <palves@redhat.com>
14382
14383 * gdb.base/sigstep.c (dummy): New global.
14384 (main): Issue a couple writes to the new global.
14385 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14386 procedures.
14387 (skip_over_handler): Use test_skip_handler.
14388 (top level): Call skip_over_handler for stepi and nexti too.
14389 (breakpoint_over_handler): Use test_skip_handler.
14390 (top level): Call breakpoint_over_handler for stepi and nexti too.
14391
763905a3
YQ
143922014-10-27 Yao Qi <yao@codesourcery.com>
14393
14394 * gdb.trace/tfile.c (adjust_function_address)
14395 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14396 function descriptor.
14397
6f259a23
DB
143982014-10-24 Don Breazeal <donb@codesourcery.com>
14399
14400 * gdb.base/foll-fork.exp (test_follow_fork,
14401 catch_fork_child_follow): Check for updated fork messages emitted
14402 from infrun.c.
14403 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14404 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14405 vfork_and_exec_child_follow_through_step): Check for updated vfork
14406 messages emitted from infrun.c.
14407
09dd9a69
PA
144082014-10-24 Pedro Alves <palves@redhat.com>
14409
14410 * gdb.base/corefile.exp: Remove references to ultrix.
14411 * gdb.base/interrupt.exp: Likewise.
14412 * gdb.base/whatis.exp: Likewise.
14413 * gdb.gdb/selftest.exp: Likewise.
14414 * gdb.threads/manythreads.exp: Likewise.
14415 * gdb.threads/print-threads.exp: Likewise.
14416 * gdb.threads/pthreads.exp:: Likewise.
14417 * gdb.threads/schedlock.exp: Likewise.
14418
3433cfa5
SC
144192014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14420
14421 * gdb.cp/non-trivial-retval.cc: Add a test case.
14422 * gdb.cp/non-trivial-retval.exp: Add a test.
14423
092f880b
YQ
144242014-10-20 Yao Qi <yao@codesourcery.com>
14425
14426 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14427 * gdb.python/py-objfile-script-gdb.py: New file.
14428 * gdb.python/py-objfile-script.exp: Update reference to
14429 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14430 of remote_download. Remove the dest file.
14431
acbdb7f3
YQ
144322014-10-20 Yao Qi <yao@codesourcery.com>
14433
14434 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14435 * gdb.base/step-line.exp: Likewise.
14436 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14437 * gdb.dwarf2/dw2-basic.exp: Likewise.
14438 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14439 * gdb.dwarf2/dw2-filename.exp: Likewise.
14440 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14441 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14442 * gdb.dwarf2/dw2-producer.exp: Likewise.
14443 * gdb.dwarf2/mac-fileno.exp: Likewise.
14444 * gdb.python/py-frame-args.exp: Likewise.
14445 * gdb.python/py-framefilter.exp: Likewise.
14446 * gdb.python/py-mi.exp: Likewise.
14447 * gdb.python/py-objfile-script.exp: Likewise
14448 * gdb.python/py-pp-integral.exp: Likewise.
14449 * gdb.python/py-pp-re-notag.exp: Likewise.
14450 * gdb.python/py-prettyprint.exp: Likewise.
14451 * gdb.python/py-section-script.exp: Likewise.
14452 * gdb.python/py-typeprint.exp: Likewise.
14453 * gdb.python/py-xmethods.exp: Likewise.
14454 * gdb.stabs/weird.exp: Likewise.
14455 * gdb.xml/tdesc-regs.exp: Likewise.
14456
bd286a29
KCY
144572014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14458
14459 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14460 (out_cu): Use addr_len for the size of addresses.
14461 (out_line): Likewise. Size DW_LNE_set_address instruction
14462 according to addr_len.
14463 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14464 (FUNC): Add START_INSNS to definition.
14465
673dc4a0
YQ
144662014-10-18 Yao Qi <yao@codesourcery.com>
14467
14468 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14469 gdb_has_argv0 return true.
14470 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14471 check [target_info exists noargs], check [gdb_has_argv0]
14472 instead.
14473 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14474 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14475 procedures.
14476
4ffbba72
DE
144772014-10-17 Doug Evans <dje@google.com>
14478
14479 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14480 event.
14481 * gdb.python/py-events.py: Add clear_objfiles event.
14482
d096d8c1
DE
144832014-10-17 Doug Evans <dje@google.com>
14484
14485 * gdb.python/py-objfile.exp: Test progspace attribute.
14486
a80db015
LM
144872014-10-17 Luis Machado <lgustavo@codesourcery.com>
14488
14489 * gdb.guile/scm-breakpoint.exp: Do not assume any
14490 directory separators when matching source file paths.
14491 * gdb.python/py-breakpoint.exp: Likewise.
14492 * gdb.reverse/break-precsave.exp: Likewise.
14493 * gdb.reverse/break-reverse.exp: Likewise.
14494 * gdb.reverse/consecutive-precsave.exp: Likewise.
14495 * gdb.reverse/finish-precsave.exp: Likewise.
14496 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14497 * gdb.reverse/finish-reverse.exp: Likewise.
14498 * gdb.reverse/i386-precsave.exp: Likewise.
14499 * gdb.reverse/i387-env-reverse.exp: Likewise.
14500 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14501 * gdb.reverse/machinestate-precsave.exp: Likewise.
14502 * gdb.reverse/machinestate.exp: Likewise.
14503 * gdb.reverse/sigall-precsave.exp: Likewise.
14504 * gdb.reverse/solib-precsave.exp: Likewise.
14505 * gdb.reverse/step-precsave.exp: Likewise.
14506 * gdb.reverse/until-precsave.exp: Likewise.
14507 * gdb.reverse/watch-precsave.exp: Likewise.
14508 * gdb.reverse/watch-reverse.exp: Likewise.
14509
b22089ab
YQ
145102014-10-17 Yao Qi <yao@codesourcery.com>
14511
14512 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14513 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14514
6c4486e6
PA
145152014-10-17 Pedro Alves <palves@redhat.com>
14516
14517 PR gdb/17471
14518 * gdb.base/bg-execution-repeat.c: New file.
14519 * gdb.base/bg-execution-repeat.exp: New file.
14520
0ff33695
PA
145212014-10-17 Pedro Alves <palves@redhat.com>
14522
14523 PR gdb/17300
14524 * gdb.base/continue-all-already-running.c: New file.
14525 * gdb.base/continue-all-already-running.exp: New file.
14526
6fdebc3d
PA
145272014-10-17 Pedro Alves <palves@redhat.com>
14528
14529 PR gdb/17472
14530 * gdb.base/annota-input-while-running.c: New file.
14531 * gdb.base/annota-input-while-running.exp: New file.
14532
32a8097b
PA
145332014-10-17 Pedro Alves <palves@redhat.com>
14534
14535 * gdb.base/callfuncs.exp: emove references to osf.
14536 * gdb.base/sigall.exp: Likewise.
14537 * gdb.gdb/selftest.exp: Likewise.
14538 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14539 * gdb.mi/non-stop.c: Likewise.
14540 * gdb.mi/pthreads.c: Likewise.
14541 * gdb.reverse/sigall-precsave.exp: Likewise.
14542 * gdb.reverse/sigall-reverse.exp: Likewise.
14543 * gdb.threads/pthreads.c: Likewise.
14544 * gdb.threads/pthreads.exp: Likewise.
14545
7a3517ff
YQ
145462014-10-17 Yao Qi <yao@codesourcery.com>
14547
14548 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14549 check 'target_info exists noargs'.
14550 (test_command_prompt_position): Likewise.
14551 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14552 Remove "set args".
14553 (progvar_simple_while_test): Likewise.
14554 (progvar_complex_if_while_test): Likewise.
14555 (if_while_breakpoint_command_test): Likewise.
14556 (infrun_breakpoint_command_test): Likewise.
14557 (breakpoint_command_test): Likewise.
14558 (watchpoint_command_test): Likewise.
14559 (bp_deleted_in_command_test): Likewise.
14560 (temporary_breakpoint_commands): Likewise.
14561
bb99c472
YQ
145622014-10-16 Yao Qi <yao@codesourcery.com>
14563
14564 * gdb.base/remotetimeout.exp: Remove noargs checking.
14565
7c16b83e
PA
145662014-10-15 Pedro Alves <palves@redhat.com>
14567
14568 PR breakpoints/9649
14569 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14570 * gdb.base/breakpoint-in-ro-region.exp
14571 (probe_target_hardware_step): New procedure.
14572 (top level): Probe hardware stepping and hardware breakpoint
14573 support. Test stepping through a read-only region, with both
14574 "breakpoint auto-hw" on and off and both "always-inserted" on and
14575 off.
14576
35a49624
IB
145772014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14578
14579 * gdb.dlang/demangle.exp: Update for demangling changes.
14580
2d1c107c
SC
145812014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14582
14583 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14584 * gdb.cp/non-trivial-retval.exp: Add new tests.
14585
778811d5
SC
145862014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14587
14588 PR c++/13403
14589 PR c++/15154
14590 * gdb.cp/non-trivial-retval.cc: New file.
14591 * gdb.cp/non-trivial-retval.exp: New file.
14592
10c5f0a8
YQ
145932014-10-15 Yao Qi <yao@codesourcery.com>
14594
14595 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14596 remote host.
14597
65d7b369
YQ
145982014-10-15 Yao Qi <yao@codesourcery.com>
14599
14600 * gdb.python/py-symbol.exp: Match file base name if host is
14601 remote, otherwise match file name with dir name.
14602 * gdb.python/py-symtab.exp: Likewise.
14603 * gdb.python/python.exp: Likewise.
14604
46dc1394
YQ
146052014-10-15 Yao Qi <yao@codesourcery.com>
14606
14607 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14608 pattern.
14609 * gdb.python/py-symtab.exp: Likewise.
14610 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14611 locationn.
14612
c40cc657
JB
146132014-10-14 Joel Brobecker <brobecker@adacore.com>
14614
14615 * gdb.ada/addr_arith: New testcase.
14616
2abf49e1
MR
146172014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14618
14619 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14620 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14621 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14622 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14623
f7088df3
SDJ
146242014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14625
14626 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14627 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14628 * gdb.arch/stap-eval-lang-ada.exp: New file.
14629
4dc06805
YQ
146302014-10-14 Yao Qi <yao@codesourcery.com>
14631
14632 * gdb.mi/mi-var-child.c (nothing1): New function.
14633 (nothing2): New function.
14634 (do_children_tests): Set function pointers by nothing1 and
14635 nothing2.
14636 * gdb.mi/mi-var-child.exp: Step over new added statements.
14637 Update test to match the new output.
14638 * gdb.mi/var-cmd.c (nothing1): New function.
14639 (nothing2): New function.
14640 (do_children_tests): Set function pointers by nothing1 and
14641 nothing2.
14642 * gdb.mi/mi-var-display.exp: Update test to match output.
14643 Step to the line specified by $line_dct_nothing.
14644 Increase the number of lines to step.
14645
46a93de2
YQ
146462014-10-14 Yao Qi <yao@codesourcery.com>
14647
14648 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14649 tests.
14650 * gdb.mi/mi2-var-child.exp: Likewise.
14651
14ea52ee
DE
146522014-10-13 Doug Evans <dje@google.com>
14653
14654 * gdb.python/py-objfile.exp: Change name of file name test.
14655
e5c6e92b
DE
146562014-10-13 Doug Evans <dje@google.com>
14657
14658 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14659 from the start of the CU.
14660
c780cc2f
JK
146612014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14662 Yao Qi <yao@codesourcery.com>
14663
14664 Fix "save breakpoints" for "catch" command.
14665 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14666 Remove -nonewline. Match also the added "main" line.
14667
99894e11
JK
146682014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14669
14670 Fix "save breakpoints" for "disable $bpnum" command.
14671 * gdb.base/save-bp.c (main): Add label.
14672 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14673
6e1ac5a3
JK
146742014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14675
14676 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14677
754dd2b0
YQ
146782014-10-11 Yao Qi <yao@codesourcery.com>
14679
14680 * gdb.server/server-kill.exp: Execute command
14681 "set remote trace-status-packet on" before "tstatus".
14682
f90183d7
YQ
146832014-10-11 Yao Qi <yao@codesourcery.com>
14684
14685 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14686 (main): Call getppid.
14687 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14688 and continue to it. Read variable "server_pid".
14689
bf40a607
YQ
146902014-10-11 Yao Qi <yao@codesourcery.com>
14691
14692 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14693
052ca370
YQ
146942014-10-11 Yao Qi <yao@codesourcery.com>
14695
14696 * gdb.threads/thread-find.exp: Don't execute command
14697 "info threads".
14698 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14699 * gdb.threads/linux-dp.exp: Don't check the condition
14700 $threads_created equals to zero.
14701
3831839c
PA
147022014-10-10 Pedro Alves <palves@redhat.com>
14703
14704 * gdb.base/bigcore.exp: Remove references to IRIX.
14705 * gdb.base/funcargs.exp: Likewise.
14706 * gdb.base/interrupt.exp: Likewise.
14707 * gdb.base/mips_pro.exp: Likewise.
14708 * gdb.base/nodebug.exp: Likewise.
14709 * gdb.base/setvar.exp: Likewise.
14710 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14711
8b9a549d
PA
147122014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14713 Pedro Alves <palves@redhat.com>
14714
14715 PR symtab/14466
14716 * gdb.base/vdso-warning.c: New file.
14717 * gdb.base/vdso-warning.exp: New file.
14718
d48ba5e8
DE
147192014-10-02 Doug Evans <dje@google.com>
14720
14721 * gdb.base/structs.c (main): Don't run forever.
14722
2278c276
PA
147232014-10-02 Pedro Alves <palves@redhat.com>
14724
14725 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14726 (top level) <stop threads 1, stop threads 2>: Use it.
14727
b57bacec
PA
147282014-10-02 Pedro Alves <palves@redhat.com>
14729
14730 * gdb.threads/break-while-running.exp (test): Add new
14731 'update_thread_list' argument. Skip "info threads" if false.
14732 (top level): Add new 'update_thread_list' axis.
14733
13fd3ff3
PA
147342014-10-02 Pedro Alves <palves@redhat.com>
14735
14736 PR breakpoints/17431
14737 * gdb.base/execl-update-breakpoints.c: New file.
14738 * gdb.base/execl-update-breakpoints.exp: New file.
14739
0fec99e8
PA
147402014-10-01 Pedro Alves <palves@redhat.com>
14741
14742 * gdb.base/breakpoint-in-ro-region.c: New file.
14743 * gdb.base/breakpoint-in-ro-region.exp: New file.
14744
2ddf4301
SM
147452014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14746
14747 * gdb.mi/mi-exit-code.exp: New file.
14748 * gdb.mi/mi-exit-code.c: New file.
14749
6a5f3f43
YQ
147502014-09-30 Yao Qi <yao@codesourcery.com>
14751
14752 * lib/prelink-support.exp (build_executable_own_libs): Error if
14753 the target isn't native.
14754
345bcc73
YQ
147552014-09-30 Yao Qi <yao@codesourcery.com>
14756
14757 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14758 false.
14759
a25a5a45
PA
147602014-09-22 Pedro Alves <palves@redhat.com>
14761
14762 * gdb.threads/break-while-running.exp: New file.
14763 * gdb.threads/break-while-running.c: New file.
14764
00ba3162
YQ
147652014-09-19 Yao Qi <yao@codesourcery.com>
14766
14767 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14768 Invoke test. Restart GDB with --readnow and invoke test again.
14769
c3b7b696
YQ
147702014-09-19 Yao Qi <yao@codesourcery.com>
14771
14772 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14773 proc set_breakpoint_on_gcd_function. Invoke
14774 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14775 invoke set_breakpoint_on_gcd_function again.
14776
2b4fd423
DE
147772014-09-18 Doug Evans <dje@google.com>
14778
14779 * gdb.dwarf2/symtab-producer.exp: New file.
14780
a5947601
SDJ
147812014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14782
14783 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14784 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14785 * gdb.base/global-var-nested-by-dso.c: Likewise.
14786 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14787
91c19059
SDJ
147882014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14789 Pedro Alves <palves@redhat.com>
14790
14791 * gdb.base/watch-bitfields.exp: Pass string other than test file
14792 name to prepare_for_testing.
14793 (watch): New procedure.
14794 (expect_watchpoint): Use with_test_prefix.
14795 (top level): Factor out tests to ...
14796 (test_watch_location, test_regular_watch): ... these new
14797 procedures, and use with_test_prefix and gdb_continue_to_end.
14798
bb9d5f81
PP
147992014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14800
14801 PR breakpoints/12526
14802 * gdb.base/watch-bitfields.exp: New file.
14803 * gdb.base/watch-bitfields.c: New file.
14804
635856f5
PA
148052014-09-16 Pedro Alves <palves@redhat.com>
14806
14807 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14808 software and hardware addresses, not software address against
14809 itself.
14810
7280ceea
PA
148112014-09-16 Pedro Alves <palves@redhat.com>
14812
14813 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14814 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14815
428b16bd
PA
148162014-09-16 Pedro Alves <palves@redhat.com>
14817
14818 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14819 files.
14820 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14821 "*-*-vxworks*" throughout.
14822 * gdb.base/break.exp: Likewise.
14823 * gdb.base/default.exp: Likewise.
14824 * gdb.base/scope.exp: Likewise.
14825 * gdb.base/sepdebug.exp: Likewise.
14826 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14827 throughout.
14828 * gdb.base/run.c: Likewise.
14829 * gdb.base/sepdebug.c: Likewise.
14830 * gdb.hp/gdb.aCC/run.c: Likewise.
14831 * gdb.reverse/until-reverse.c: Likewise.
14832 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14833
666d413c
YQ
148342014-09-16 Yao Qi <yao@codesourcery.com>
14835
14836 * boards/local-remote-host-native.exp: New file.
14837
57cbd724
DE
148382014-09-14 Doug Evans <xdje42@gmail.com>
14839
14840 * gdb.threads/queue-signal.c (thread_count): New variable.
14841 (thread_count_mutex, thread_count_condvar): New variables.
14842 (incr_thread_count, wait_all_threads_running): New functions.
14843 (main): Wait for all threads to be in their thread functions.
14844
81219e53
DE
148452014-09-13 Doug Evans <xdje42@gmail.com>
14846
14847 * gdb.threads/queue-signal.c: New file.
14848 * gdb.threads/queue-signal.exp: New file.
14849
3714cea7
DE
148502014-09-13 Doug Evans <xdje42@gmail.com>
14851
14852 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14853 be consistent with what default_gdb_init uses.
14854 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14855 the plain text of the prompt. Add some logging printfs.
14856 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14857
fa43b1d7
PA
148582014-09-12 Pedro Alves <palves@redhat.com>
14859
14860 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14861 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14862 * gdb.arch/i386-size-overlap.exp: Likewise.
14863 * gdb.arch/i386-size.exp: Likewise.
14864 * gdb.arch/i386-unwind.exp: Likewise.
14865 * gdb.base/a2-run.exp: Likewise.
14866 * gdb.base/break.exp: Likewise.
14867 * gdb.base/charset.exp: Likewise.
14868 * gdb.base/chng-syms.exp: Likewise.
14869 * gdb.base/commands.exp: Likewise.
14870 * gdb.base/dbx.exp: Likewise.
14871 * gdb.base/find.exp: Likewise.
14872 * gdb.base/funcargs.exp: Likewise.
14873 * gdb.base/jit-simple.exp: Likewise.
14874 * gdb.base/reread.exp: Likewise.
14875 * gdb.base/sepdebug.exp: Likewise.
14876 * gdb.base/step-bt.exp: Likewise.
14877 * gdb.cp/mb-inline.exp: Likewise.
14878 * gdb.cp/mb-templates.exp: Likewise.
14879 * gdb.objc/basicclass.exp: Likewise.
14880 * gdb.threads/killed.exp: Likewise.
14881
9d9bf2df
EBM
148822014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14883
14884 PR tdep/17379
14885 * gdb.arch/powerpc-stackless.S: New file.
14886 * gdb.arch/powerpc-stackless.exp: New file.
14887
1cf2f1b0
JK
148882014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14889
14890 * gdb.base/attach.c: Include unistd.h.
14891 (main): Call alarm. Add label postloop.
14892 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14893 gdb_breakpoint, gdb_continue_to_breakpoint.
14894 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14895
98880d46
PA
148962014-09-11 Pedro Alves <palves@redhat.com>
14897
14898 PR gdb/17347
14899 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14900 * gdb.base/attach.exp (test_command_line_attach_run): New
14901 procedure.
14902 (top level): Call it.
14903
4c92ff2c
PA
149042014-09-11 Pedro Alves <palves@redhat.com>
14905
14906 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14907 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14908 (do_command_attach_tests): Use spawn_wait_for_attach.
14909 * gdb.base/solib-overlap.exp: Likewise.
14910 * gdb.multi/multi-attach.exp: Likewise.
14911 * gdb.python/py-prompt.exp: Likewise.
14912 * gdb.python/py-sync-interp.exp: Likewise.
14913 * gdb.server/ext-attach.exp: Likewise.
14914
3adc1a7d
GKB
149152014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14916
14917 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14918 command in testcase. Simplify testcase.
14919
96334934
JB
149202014-09-10 Joel Brobecker <brobecker@adacore.com>
14921
14922 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14923
eb479039
JB
149242014-09-10 Joel Brobecker <brobecker@adacore.com>
14925
14926 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14927
deede10c
JB
149282014-09-10 Joel Brobecker <brobecker@adacore.com>
14929
14930 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14931
7828a5f5
JB
149322014-09-10 Joel Brobecker <brobecker@adacore.com>
14933
14934 * gdb.dwarf2/dynarr-ptr.c: New file.
14935 * gdb.dwarf2/dynarr-ptr.exp: New file.
14936
33aeebcf
MR
149372014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14938
14939 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14940 of 30 rather than hardcoding 120 for a slow test case. Take the
14941 `gdb,timeout' target setting into account for this calculation.
14942 Don't extend the timeout for the test cases that don't need it.
14943
7b415901
MR
149442014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14945
14946 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14947 a factor of 2 for a slow test case. Take the `gdb,timeout'
14948 target setting into account for this calculation.
14949 * gdb.reverse/until-precsave.exp: Increase the timeout by
14950 a factor of 15 and 3 respectively rather than adding 120
14951 for a pair of slow test cases. Take the `gdb,timeout'
14952 target setting into account for this calculation.
14953
4a40f85a
MR
149542014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14955
14956 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14957 timeout, don't pass one down to gdb_expect.
14958 (gdb_expect): Rework timeout selection.
14959
09635af7
MR
149602014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14961
14962 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14963 exception on timeout.
14964 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14965 (gdbserver_start_extended): Catch any `gdbserver_start' error
14966 exceptions.
14967 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14968 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14969 `gdbserver_gdb_load' error exceptions.
14970
2bdd10b7
MR
149712014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14972
14973 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14974 120 on waiting for the TCP socket to open.
14975
316935f0
DE
149762014-09-09 Doug Evans <xdje42@gmail.com>
14977
14978 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14979 _caller_matches, _any_caller_is, _any_caller_matches.
14980
83740597
DE
149812014-09-09 Doug Evans <xdje42@gmail.com>
14982
14983 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14984
4c122fc3
YQ
149852014-09-09 Yao Qi <yao@codesourcery.com>
14986
14987 * gdb.mi/mi-var-display.exp: Set print symbol off.
14988
a9f116cb
GKB
149892014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14990
14991 PR gdb/17035
14992 * gdb.base/commands.exp: Add tests to verify user-defined
14993 commands with empty bodies.
14994 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14995 python commands in `show user command`.
14996 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14997 scheme commands in `show user command`.
14998
c75bd3a2
JK
149992014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15000
15001 PR python/17355
15002 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
15003 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
15004 * gdb.python/py-framefilter-invalidarg.exp: New file.
15005 * gdb.python/py-framefilter-invalidarg.py: New file.
15006
faa42425
DE
150072014-09-06 Doug Evans <xdje42@gmail.com>
15008
15009 PR 15276
15010 * gdb.python/py-caller-is.c: New file.
15011 * gdb.python/py-caller-is.exp: New file.
15012
474ca4f6
SDJ
150132014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
15014
15015 PR gdb/17235
15016 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
15017 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
15018
eb0b0463
SDJ
150192014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
15020
15021 PR fortran/17237
15022 * gdb.fortran/print-formatted.exp: New file.
15023 * gdb.fortran/print-formatted.f90: Likewise.
15024
5f3b99cf
SS
150252014-09-03 Sasha Smundak <asmundak@google.com>
15026
15027 * gdb.python/py-frame.exp: Test Frame.read_register.
15028
7d793aa9
SDJ
150292014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
15030
15031 PR python/16699
15032 * gdb.python/py-completion.exp: New file.
15033 * gdb.python/py-completion.py: Likewise.
15034
fb0576e9
DE
150352014-08-28 Doug Evans <dje@google.com>
15036
15037 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
15038 eax,etc. are live with values set by gdb and thus the compiler can't
15039 use them.
15040 * gdb.arch/i386-pseudo.c (main): Ditto.
15041
ee92b0dd
DE
150422014-08-27 Doug Evans <dje@google.com>
15043
15044 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15045
6649db35
DE
150462014-08-25 Doug Evans <dje@google.com>
15047
15048 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15049 (main): Ditto.
15050
564b7600
DE
150512014-08-25 Doug Evans <dje@google.com>
15052
15053 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15054
3881fb67
YQ
150552014-08-24 Yao Qi <yao@codesourcery.com>
15056
15057 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15058 symbol off.
15059 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15060
a05a36a5
DE
150612014-08-22 Doug Evans <dje@google.com>
15062
15063 PR 17276
15064 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15065 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15066 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15067
7c343b48
YQ
150682014-08-22 Yao Qi <yao@codesourcery.com>
15069
15070 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15071 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15072 * gdb.python/python.exp: Likewise. Use .py file on the host
15073 instead of the build.
15074
22fd09ae
JK
150752014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15076
15077 * gdb.threads/gcore-stale-thread.c: New file.
15078 * gdb.threads/gcore-stale-thread.exp: New file.
15079
a8454a7c
PA
150802014-08-21 Pedro Alves <palves@redhat.com>
15081
15082 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15083 * gdb.base/gcore-relro-pie.exp: Likewise.
15084 * gdb.base/gcore-relro.exp: Likewise.
15085 * gdb.base/gcore.exp: Likewise.
15086 * gdb.base/print-symbol-loading.exp: Likewise.
15087 * gdb.threads/gcore-thread.exp: Likewise.
15088 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15089
2a31c623
PA
150902014-08-20 Pedro Alves <palves@redhat.com>
15091 Jan Kratochvil <jan.kratochvil@redhat.com>
15092
15093 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15094 configure.
15095 (EXPECT): Handle READ1 being set.
15096 (all): Depend on EXTRA_RULES.
15097 (check-read1, expect-read1, read1.so, read1): New rules.
15098 * README (Testsuite Parameters): Document the READ1 make variable.
15099 (Race detection): New section.
15100 * configure: Regenerate.
15101 * configure.ac: If build==host==target, and running under a
15102 GNU/glibc system, add read1 to the extra Makefile rules.
15103 (EXTRA_RULES): AC_SUBST it.
15104 * lib/read1.c: New file.
15105
d36430db
JB
151062014-08-20 Joel Brobecker <brobecker@adacore.com>
15107
15108 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15109 the handling of variables declared as a typedef to an array
15110 which a DW_AT_data_location attribute.
15111
9a0dc9e3
PA
151122014-08-19 Andrew Burgess <aburgess@broadcom.com>
15113 Pedro Alves <palves@redhat.com>
15114
15115 PR symtab/14604
15116 PR symtab/14605
15117 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15118 gdb_test.
15119
0718a8da
PA
151202014-08-19 Pedro Alves <palves@redhat.com>
15121
15122 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15123
13b448cd
YQ
151242014-08-19 Yao Qi <yao@codesourcery.com>
15125
15126 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15127 right line.
15128
1cbf5077
DB
151292014-08-18 David Blaikie <dblaikie@gmail.com>
15130
15131 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15132
bf0fae19
JB
151332014-08-18 Joel Brobecker <brobecker@adacore.com>
15134
15135 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15136 attribute in array range.
15137
3c8c5dcc
JB
151382014-08-18 Joel Brobecker <brobecker@adacore.com>
15139
15140 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15141
e66d4446
SC
151422014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15143
15144 PR c++/17132
15145 * gdb.cp/pr17132.cc: New file.
15146 * gdb.cp/pr17132.exp: New file.
15147
940df408
SC
151482014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15149
15150 * gdb.python/py-xmethods.py (A_getarrayind)
15151 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15152 Use 'print' with function call syntax.
15153 (E_method_matcher.match): Fix tab vs space indentation mixup.
15154
ebcc6c3a
YQ
151552014-08-15 Yao Qi <yao@codesourcery.com>
15156
15157 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15158 false.
15159
775e0f04
YQ
151602014-08-15 Yao Qi <yao@codesourcery.com>
15161
15162 * gdb.cp/casts.exp: Set print symbol off.
15163 * gdb.cp/class2.exp: Likewise.
15164 * gdb.cp/overload.exp: Likewise.
15165 * gdb.cp/templates.exp: Likewise.
15166
d769e349
DE
151672014-08-11 Doug Evans <dje@google.com>
15168
15169 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15170 (test_load_shlib): Update.
15171
20c6f1e1
YQ
151722014-08-09 Yao Qi <yao@codesourcery.com>
15173
15174 * gdb.base/display.exp: Invoke is_address_zero_readable.
15175 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15176 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15177 * gdb.base/hbreak-unmapped.exp: Return if
15178 is_address_zero_readable returns true.
15179 * gdb.base/signest.exp: Likewise.
15180 * gdb.base/signull.exp: Likewise.
15181 * gdb.base/sigbpt.exp: Likewise.
15182 * gdb.guile/scm-disasm.exp: Do the test if
15183 is_address_zero_readable returns false.
15184 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15185 * gdb.python/py-arch.exp: Likewise.
15186 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15187 * lib/gdb.exp (is_address_zero_readable): New proc.
15188
5792e8e3
YQ
151892014-08-09 Yao Qi <yao@codesourcery.com>
15190
15191 PR testsuite/13443
15192 * gdb.mi/mi-var-display.exp: Make test messages unique.
15193
3cecbbbe
TT
151942014-08-04 Tom Tromey <tromey@redhat.com>
15195
15196 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15197 target 0".
15198
00b51ff5
TT
151992014-08-04 Tom Tromey <tromey@redhat.com>
15200
15201 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15202 "target_resume".
15203
6908c509
JB
152042014-08-01 Joel Brobecker <brobecker@adacore.com>
15205
15206 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15207 inner_vla_struct_object_size.
15208 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15209 as xfail.
15210
cc6563d2
PA
152112014-07-30 Pedro Alves <palves@redhat.com>
15212
15213 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15214 comment.
15215
7e09a223
YQ
152162014-07-29 Yao Qi <yao@codesourcery.com>
15217
15218 PR gdb/17206
15219 * gdb.base/until-nodebug.exp: New.
15220
7ebdbe92
DE
152212014-07-28 Doug Evans <xdje42@gmail.com>
15222
15223 PR guile/17203
15224 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15225 previously existing parameter, and previously ambiguously spelled
15226 parameter.
15227
fdb1adc6
WN
152282014-07-28 Will Newton <will.newton@linaro.org>
15229
15230 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15231
186fcde0
DE
152322014-07-26 Ludovic Courtès <ludo@gnu.org>
15233 Doug Evans <xdje42@gmail.com>
15234
15235 PR guile/17146
15236 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15237
70509625
PA
152382014-07-25 Pedro Alves <palves@redhat.com>
15239
15240 * gdb.threads/signal-command-handle-nopass.c: New file.
15241 * gdb.threads/signal-command-handle-nopass.exp: New file.
15242 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15243 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15244 * gdb.threads/signal-delivered-right-thread.c: New file.
15245 * gdb.threads/signal-delivered-right-thread.exp: New file.
15246
c3f814a1
PA
152472014-07-25 Pedro Alves <palves@redhat.com>
15248
15249 * gdb.base/double-prompt-target-event-error.exp
15250 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15251 match.
15252 (cancel_pagination_in_target_event): Rework double prompt
15253 detection.
15254 * gdb.base/paginate-after-ctrl-c-running.exp
15255 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15256 <return>' match.
15257 * gdb.base/paginate-bg-execution.exp
15258 (test_bg_execution_pagination_return)
15259 (test_bg_execution_pagination_cancel): Remove '-notransfer
15260 <return>' matches.
15261 * gdb.base/paginate-execution-startup.exp
15262 (test_fg_execution_pagination_return)
15263 (test_fg_execution_pagination_cancel): Remove '-notransfer
15264 <return>' matches.
15265 * gdb.base/paginate-inferior-exit.exp
15266 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15267 match.
15268 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15269 * lib/gdb.exp (pagination_prompt): Run text through
15270 string_to_regexp.
15271 (gdb_test_multiple): Match $pagination_prompt instead of
15272 "<return>".
15273 (string_to_regexp): Move to lib/gdb-utils.exp.
15274
e214cf6c
JK
152752014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15276
15277 * gdb.arch/amd64-entry-value-paramref.S: New file.
15278 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15279 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15280 * gdb.arch/amd64-optimout-repeat.S: New file.
15281 * gdb.arch/amd64-optimout-repeat.c: New file.
15282 * gdb.arch/amd64-optimout-repeat.exp: New file.
15283
17d0c5c8
JK
152842014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15285
15286 PR gdb/17170
15287 * gdb.base/statistics.exp: New file.
15288
b8b8facf
DE
152892014-07-17 Doug Evans <dje@google.com>
15290
74b49205 15291 PR gdb/17170
b8b8facf
DE
15292 * gdb.base/maint.exp: Update testing of per-command stats.
15293
1b5d0ab3
PA
152942014-07-16 Pedro Alves <palves@redhat.com>
15295
15296 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15297 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15298 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15299 (tfile_write_buf): New functions.
15300 (add_memory_block): Rewrite using the above.
15301 (adjust_function_address): New function.
15302 (FUNCTION_ADDRESS): New macro.
15303 (write_basic_trace_file): Remove short_x local, and use
15304 tfile_write_16. Change type of func_addr local to unsigned long
15305 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15306 here. Cast argument of add_memory_block to char pointer.
15307 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15308 (main): Remove parameters.
15309 * gdb.trace/tfile.exp: Remove nowarnings.
15310
4d974e88
SM
153112014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15312
15313 * gdb.base/debug-expr.exp: Test string evaluation with
15314 "debug expression" on.
15315
41e99568
PA
153162014-07-15 Pedro Alves <palves@redhat.com>
15317
15318 * gdb.base/reread.exp: Use clean_restart.
15319
487d9753
PL
153202014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15321
15322 * gdb.arch/avr-flash-qualifer.c: New.
15323 * gdb.arch/avr-flash-qualifer.exp: New.
15324
cc1c52ad
PA
153252014-07-14 Pedro Alves <palves@redhat.com>
15326
15327 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15328 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15329
1e973570
PA
153302014-07-14 Pedro Alves <palves@redhat.com>
15331
15332 * gdb.base/double-prompt-target-event-error.c: New file.
15333 * gdb.base/double-prompt-target-event-error.exp: New file.
15334
93d6eb10
PA
153352014-07-14 Pedro Alves <palves@redhat.com>
15336
15337 PR gdb/17072
15338 * gdb.base/paginate-inferior-exit.c: New file.
15339 * gdb.base/paginate-inferior-exit.exp: New file.
15340
0017922d
PA
153412014-07-14 Pedro Alves <palves@redhat.com>
15342
15343 PR gdb/17072
15344 * gdb.base/paginate-bg-execution.c: New file.
15345 * gdb.base/paginate-bg-execution.exp: New file.
15346
94696ad3
PA
153472014-07-14 Pedro Alves <palves@redhat.com>
15348
15349 PR gdb/17072
15350 * gdb.base/paginate-execution-startup.c: New file.
15351 * gdb.base/paginate-execution-startup.exp: New file.
15352 * lib/gdb.exp (pagination_prompt): New global.
15353 (default_gdb_spawn): New procedure, factored out from
15354 default_gdb_spawn.
15355 (default_gdb_start): Adjust to call default_gdb_spawn.
15356 (gdb_spawn): New procedure.
15357
bd293940
PA
153582014-07-14 Pedro Alves <palves@redhat.com>
15359
15360 * lib/gdb.exp (gdb_assert): New procedure.
15361 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15362
c933f875
PA
153632014-07-14 Pedro Alves <palves@redhat.com>
15364
15365 * gdb.base/execution-termios.c: New file.
15366 * gdb.base/execution-termios.exp: New file.
15367
d98b7a16
TT
153682014-07-14 Tom Tromey <tromey@redhat.com>
15369
15370 * gdb.cp/vla-cxx.cc: New file.
15371 * gdb.cp/vla-cxx.exp: New file.
15372
548740d6
TT
153732014-07-14 Tom Tromey <tromey@redhat.com>
15374
15375 * gdb.reverse/rerun-prec.c: New file.
15376 * gdb.reverse/rerun-prec.exp: New file.
15377
a25eb028
MR
153782014-07-12 Maciej W. Rozycki <macro@mips.com>
15379 Maciej W. Rozycki <macro@codesourcery.com>
15380
15381 * lib/gdb-utils.exp: New file.
15382 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15383 inline `gdb_init_command' processing.
15384 (gdb_start_cmd): Likewise.
15385 * lib/mi-support.exp (mi_run_cmd): Likewise.
15386 * README: Document `gdb_init_command' and `gdb_init_commands'.
15387
218c2655
JK
153882014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15389
15390 Fix false FAIL running under a very long directory name.
15391 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15392 and "set print elements 10000". Twice.
15393
5401fde3
YQ
153942014-07-11 Yao Qi <yao@codesourcery.com>
15395
15396 * gdb.base/exprs.exp: "set print symbol off".
15397
e76126e8
PA
153982014-07-11 Pedro Alves <palves@redhat.com>
15399
15400 * gdb.threads/kill.c: New file.
15401 * gdb.threads/kill.exp: New file.
15402
2d6f0de6
YQ
154032014-07-10 Yao Qi <yao@codesourcery.com>
15404
15405 * gdb.trace/tfile.c (write_basic_trace_file)
15406 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15407 address written to trace file.
15408
7180e04a
PA
154092014-07-09 Pedro Alves <palves@redhat.com>
15410
15411 * gdb.base/attach-wait-input.exp: New file.
15412 * gdb.base/attach-wait-input.c: New file.
15413
9a9a7608
AB
154142014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15415
15416 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15417 setting up test structures.
15418 (main): Call new test function.
15419 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15420 test function, continue into test function and walk test
15421 structures.
15422
161ac41e
YQ
154232014-07-02 Yao Qi <yao@codesourcery.com>
15424
15425 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15426 'bar_start' at the beginning of functions 'foo' and 'bar'
15427 respectively.
15428 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15429 instead of 'foo' and 'bar'.
15430
1f267ae3
MM
154312014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15432
15433 * gdb.btrace/segv.exp: New.
15434 * gdb.btrace/segv.c: New.
15435
2b239efb
LM
154362014-07-02 Luis Machado <lgustavo@codesourcery.com>
15437
15438 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15439 instruction.
15440
cf363f18
MW
154412014-06-30 Mark Wielaard <mjw@redhat.com>
15442
15443 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15444 vulture, vilify, villar): New volatile array constants.
15445 (vindictive, vegetation): New const volatile array constants.
15446 * gdb.base/volatile.exp: Test volatile and const volatile array
15447 types.
15448
aebf9d24
AA
154492014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15450
15451 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15452 target lacks support for awatch, rwatch, or hbreak.
15453
b67a2c6f
YQ
154542014-06-27 Yao Qi <yao@codesourcery.com>
15455
15456 * gdb.multi/dummy-frame-restore.exp: New.
15457 * gdb.multi/dummy-frame-restore.c: New.
15458
aef92902
MM
154592014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15460
15461 * gdb.btrace/gcore.exp: New.
15462
8e9db26e
PA
154632014-06-23 Pedro Alves <palves@redhat.com>
15464
15465 * gdb.base/watchpoint-reuse-slot.c: New file.
15466 * gdb.base/watchpoint-reuse-slot.exp: New file.
15467
70afc5b7
SC
154682014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15469
15470 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15471 progspace's filename in 'info', 'enable' and 'disable' command
15472 tests.
15473
b972bd9c
JK
154742014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15475
15476 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15477 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15478 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15479
125f8a3d
GB
154802014-06-20 Gary Benson <gbenson@redhat.com>
15481
15482 * gdb.arch/i386-avx.exp: Fix include file location.
15483 * gdb.arch/i386-sse.exp: Likewise.
15484
3ed9baed
IB
154852014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15486
15487 * gdb.dlang/expression.exp: New file.
15488
034f788c
PA
154892014-06-19 Pedro Alves <palves@redhat.com>
15490
15491 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15492 out from ...
15493 (top level): ... here. Iterate running tests under different
15494 scheduler-locking settings.
15495
45371d0c
LM
154962014-06-18 Luis Machado <lgustavo@codesourcery.com>
15497
15498 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15499 to DW_FORM_addr and use non-zero addresses.
15500
5d376983
SC
155012014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15502
15503 PR gdb/17017
15504 * gdb.python/py-xmethods.cc: Add global function call counters and
15505 increment them in their respective functions. Remove "cout"
15506 statements.
15507 * gdb.python/py-xmethods.exp: Make tests check the global function
15508 call counters instead of depending on inferior IO.
15509
a1aa2221
LM
155102014-06-18 Don Breazeal <donb@codesourcery.com>
15511
15512 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15513 Deleted procedure.
15514 (explicit_fork_parent_follow): Deleted procedure.
15515 (explicit_fork_child_follow): Deleted procedure.
15516 (test_follow_fork): New procedure.
15517 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 15518 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
15519 procedure calls.
15520
0fc05997
YQ
155212014-06-17 Yao Qi <yao@codesourcery.com>
15522
15523 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15524 CP1252.
15525
70795c52
LM
155262014-06-17 Luis Machado <lgustavo@codesourcery.com>
15527
15528 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15529 Initialize ptr and S explicitly.
15530 (skip_type_update_when_not_use_rtti_test): Likewise.
15531
6be47f0c
KS
155322014-06-16 Keith Seitz <keiths@redhat.com>
15533
15534 PR mi/15863
15535 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15536 the inferior is started.
15537
d03de421
PA
155382014-06-16 Pedro Alves <palves@redhat.com>
15539
15540 * gdb.base/break-main-file-remove-fail.c: New file.
15541 * gdb.base/break-main-file-remove-fail.exp: New file.
15542 * gdb.base/break-unload-file.exp: Use build_executable instead of
15543 prepare_for_testing.
15544 (test_break): New parameter "initial_load". Handle it.
15545 (top level): Add initial_load cmdline/file axis.
15546
f9579b99
TT
155472014-06-12 Tom Tromey <tromey@redhat.com>
15548
15549 * gdb.base/completion.exp: Don't use directory name in test.
15550
3657956b
GB
155512014-06-09 Gary Benson <gbenson@redhat.com>
15552
15553 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15554 separate the always-available ANSI-standard signals from the
15555 signals that require checking.
15556 (main): Likewise.
15557 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15558 Likewise.
15559 (main): Likewise.
15560
4186eb54
KS
155612014-06-07 Keith Seitz <keiths@redhat.com>
15562
15563 Revert:
15564 PR c++/16253
15565 * gdb.cp/var-tag.cc: New file.
15566 * gdb.cp/var-tag.exp: New file.
15567 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15568 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15569 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15570 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15571
25326a28 155722014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
15573
15574 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15575
829155c9
PA
155762014-06-06 Pedro Alves <palves@redhat.com>
15577
15578 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15579 in target debug output instead of looking at RSP packets,
15580 disabling the test on any target that uses hardware stepping.
15581 Update comments.
15582
61c8d22e
PA
155832014-06-06 Pedro Alves <palves@redhat.com>
15584
15585 * gdb.base/break-unload-file.exp: Fix typo.
15586
d9a47287
YQ
155872014-06-06 Yao Qi <yao@codesourcery.com>
15588
15589 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15590 from "jit_function" to "^jit_function".
15591
e5e01dbf
YQ
155922014-06-06 Yao Qi <yao@codesourcery.com>
15593
15594 * gdb.base/async.c (foo): Add one statement.
15595 * gdb.base/async.exp: Get the next instruction address and
15596 match the output of "nexti" by instruction address. Match
15597 the hex address in the output of "finish".
15598
73ba372c
GB
155992014-06-06 Gary Benson <gbenson@redhat.com>
15600
15601 * gdb.base/call-signals.c: Remove preprocessor conditionals
15602 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15603 SIGSEGV and SIGTERM.
15604 * gdb.base/sigall.c: Likewise.
15605 * gdb.base/unwindonsignal.c: Likewise.
15606 * gdb.reverse/sigall-reverse.c: Likewise.
15607
831517df
YQ
156082014-06-06 Yao Qi <yao@codesourcery.com>
15609
15610 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15611 readable, skip the test.
15612
b8b91e98
YQ
156132014-06-06 Yao Qi <yao@codesourcery.com>
15614
15615 * gdb.threads/staticthreads.c (thread_function): Move the line
15616 setting breakpoint on forward.
15617 * gdb.threads/staticthreads.exp: Update comments.
15618
fb934770
LC
156192014-06-05 Ludovic Courtès <ludo@gnu.org>
15620
15621 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15622 "history-append! type error".
15623
6ef284bd
SM
156242014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15625
15626 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15627 erroneous dprintf expected input.
15628
a872e241
DE
156292014-06-04 Doug Evans <xdje42@gmail.com>
15630
15631 * gdb.guile/scm-generics.exp: Delete.
15632
16f691fb
DE
156332014-06-04 Doug Evans <xdje42@gmail.com>
15634
15635 * gdb.guile/scm-breakpoint.exp: Update.
15636 Add tests for breakpoint registration.
15637
012370f6
TT
156382014-06-04 Tom Tromey <tromey@redhat.com>
15639
15640 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15641 VLA-in-union.
15642 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15643 inner_vla_struct, vla_union types. Initialize objects of those
15644 types and compute their sizes.
15645
9f5a4cef
HZ
156462014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15647 Hui Zhu <hui@codesourcery.com>
15648
15649 * gdb.base/fileio.exp: Add test for shell not available as well as
15650 available.
15651 * gdb.base/fileio.c (test_system): Check for shell twice.
15652
90a45c4d
YQ
156532014-06-04 Yao Qi <yao@codesourcery.com>
15654
15655 * gdb.base/auto-connect-native-target.exp: Remove redundant
15656 space from the regexp pattern.
15657
70017e41
YQ
156582014-06-04 Yao Qi <yao@codesourcery.com>
15659
15660 * gdb.base/default.exp: Replace "child" with "native" in
15661 regexp pattern.
15662
883964a7
SC
156632014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15664
15665 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15666 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15667 * gdb.python/py-xmethods.py: Python script supporting the
15668 new testcase and tests.
15669
ef370185
JB
156702014-06-03 Joel Brobecker <brobecker@adacore.com>
15671 Pedro Alves <palves@redhat.com>
15672
15673 PR breakpoints/17000
15674 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15675 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15676
1e2ccb61
BM
156772014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15678
15679 * gdb.base/subst.exp: Add tests to verify partial path matching
15680 output.
15681
c6ec5ab2
PA
156822014-06-03 Pedro Alves <palves@redhat.com>
15683
15684 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15685 target that doesn't use software single-stepping.
15686
835c559f
PA
156872014-06-03 Pedro Alves <palves@redhat.com>
15688
15689 PR breakpoints/17000
15690 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15691 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15692
06eb1586
DE
156932014-06-02 Doug Evans <xdje42@gmail.com>
15694
15695 * gdb.guile/scm-parameter.exp: New file.
15696
e698b8c4
DE
156972014-06-02 Doug Evans <xdje42@gmail.com>
15698
15699 * gdb.guile/scm-cmd.c: New file.
15700 * gdb.guile/scm-cmd.exp: New file.
15701
ded03782
DE
157022014-06-02 Doug Evans <xdje42@gmail.com>
15703
15704 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15705 pretty-printer lookup.
15706 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15707 (make-pp_s-printer): Call it.
15708 (make-pretty-printer-from-dict): New function.
15709 (lookup-pretty-printer-maker-from-dict): New function.
15710 (*pretty-printer*): Simplify.
15711 (make-objfile-pp_s-printer): New function.
15712 (install-objfile-pretty-printers!): New function.
15713 (make-progspace-pp_s-printer): New function.
15714 (install-progspace-pretty-printers!): New function.
15715 * gdb.guile/scm-progspace.c: New file.
15716 * gdb.guile/scm-progspace.exp: New file.
15717
41fac0cf
PA
157182014-06-02 Pedro Alves <palves@redhat.com>
15719
15720 * gdb.base/dprintf-bp-same-addr.c: New file.
15721 * gdb.base/dprintf-bp-same-addr.exp: New file.
15722
96ae5695
EBM
157232014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15724
15725 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15726 * gdb.arch/powerpc-power.s: Likewise.
15727
da02b3a8
JB
157282014-06-02 Joel Brobecker <brobecker@adacore.com>
15729
15730 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15731
c72b2e7b
YQ
157322014-06-01 Yao Qi <yao@codesourcery.com>
15733
15734 * gdb.base/watchpoint.exp (test_watch_location): Check null
15735 pointer can be dereferenced. If not, do the test, otherwise
15736 skip it.
15737
53e8a631
AB
157382014-05-30 Andrew Burgess <aburgess@broadcom.com>
15739
15740 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15741 results.
15742 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15743
938f0e2f
AB
157442014-05-30 Andrew Burgess <aburgess@broadcom.com>
15745
15746 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15747 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15748 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15749 * gdb.arch/amd64-invalid-stack-top.c: New file.
15750 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15751
9ba6657a
PA
157522014-05-30 Pedro Alves <palves@redhat.com>
15753
15754 PR breakpoints/17000
15755 * gdb.base/sss-bp-on-user-bp.c: New file.
15756 * gdb.base/sss-bp-on-user-bp.exp: New file.
15757
522c09bf
DB
157582014-05-30 David Blaikie <dblaikie@gmail.com>
15759
15760 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15761 gnu_inline semantics via attribute.
15762 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15763 source explicitly specifies the required semantics.
15764
bf4ef81e
MR
157652014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15766
15767 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15768
329ea579
PA
157692014-05-29 Pedro Alves <palves@redhat.com>
15770 Tom Tromey <tromey@redhat.com>
15771
15772 * gdb.base/async-shell.exp: Don't enable target-async.
15773 * gdb.base/async.exp
15774 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15775 parameter. Adjust.
15776 (top level): Don't test with "target-async".
15777 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15778 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15779 * gdb.base/inferior-died.exp: Don't enable target-async.
15780 * gdb.base/interrupt-noterm.exp: Likewise.
15781 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15782 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15783 * gdb.mi/mi-nonstop.exp: Likewise.
15784 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15785 * gdb.mi/mi-nsintrall.exp: Likewise.
15786 * gdb.mi/mi-nsmoribund.exp: Likewise.
15787 * gdb.mi/mi-nsthrexec.exp: Likewise.
15788 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15789 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15790 * gdb.python/py-evsignal.exp: Don't enable target-async.
15791 * gdb.python/py-evthreads.exp: Likewise.
15792 * gdb.python/py-prompt.exp: Likewise.
15793 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15794 * gdb.server/solib-list.exp: Don't enable target-async.
15795 * gdb.threads/thread-specific-bp.exp: Likewise.
15796 * lib/mi-support.exp: Adjust to use mi-async.
15797
fd664c91
PA
157982014-05-29 Pedro Alves <palves@redhat.com>
15799
15800 PR gdb/13860
15801 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15802 reason, even in sync mode.
15803
251bde03
PA
158042014-05-29 Pedro Alves <palves@redhat.com>
15805 Hui Zhu <hui@codesourcery.com>
15806
15807 PR PR15693
15808 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15809 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15810 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15811 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15812
7f3c0343
JB
158132014-05-28 Joel Brobecker <brobecker@adacore.com>
15814
15815 * config/monitor.exp (gdb_target_monitor): Replace use of
15816 "set remotebaud" by "set serial baud".
15817
b2715b27
AW
158182014-05-26 Andy Wingo <wingo@igalia.com>
15819
15820 * gdb.guile/scm-breakpoint.exp:
15821 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15822 properties instead of gdb-object-properties.
15823
498a4489
YQ
158242014-05-26 Yao Qi <yao@codesourcery.com>
15825
15826 * gdb.server/no-thread-db.exp: Specify source file name
15827 explicitly when setting a breakpoint.
15828
589fdceb
MM
158292014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15830
15831 * gdb.btrace/vdso.c: New.
15832 * gdb.btrace/vdso.exp: New.
15833
e9089e05
MM
158342014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15835
15836 * gdb.base/gcore.exp (capture_command_output): Move ...
15837 * lib/gdb.exp (capture_command_output): ... here.
15838
67b5c0c1
MM
158392014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15840
15841 * gdb.btrace/data.exp: Test memory access during btrace replay.
15842
a2199296
SM
158432014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15844
15845 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15846
17b2616c
PA
158472014-05-21 Pedro Alves <palves@redhat.com>
15848
15849 PR gdb/13860
15850 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15851 (top level): Test that output related to execution commands is
15852 sent to the console with CLI commands, but not with MI commands.
15853 Test that breakpoint events are always mirrored to the console.
15854 Also expect the new source line to be output after a "next" in
15855 async mode too. Make it a pass/fail test.
15856 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15857 output.
15858 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15859
5166082f
PA
158602014-05-21 Pedro Alves <palves@redhat.com>
15861
15862 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15863 Use them to test variations of "list" after reaching a breakpoint.
15864 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15865 Test "list" with listsize 10 after reaching a breakpoint.
15866 * gdb.python/python.exp (decode_line current location line
15867 number): Adjust expected line number.
15868
2f25d70f
SM
158692014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15870
15871 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15872 behavior for $args, pass it directly to "run".
15873
ff604a67
MR
158742014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15875
15876 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15877 30000 to 65536.
15878
6a3cb8e8
PA
158792014-05-21 Pedro Alves <palves@redhat.com>
15880
15881 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15882 auto-connect-native-target off".
15883 * gdb.base/auto-connect-native-target.c: New file.
15884 * gdb.base/auto-connect-native-target.exp: New file.
15885
4ebfc96e
PA
158862014-05-21 Pedro Alves <palves@redhat.com>
15887
15888 * gdb.base/default.exp: Test "target native" instead of "target
15889 child".
15890
36d46afb
MW
158912014-05-21 Mark Wielaard <mjw@redhat.com>
15892
15893 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15894
5876f503
JK
158952014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15896
15897 Fix TLS access for -static -pthread.
15898 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15899 <HAVE_TLS> (thread_function, main): Initialize it.
15900 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15901 Add clean_restart.
15902 <$have_tls != "">: Check TLSVAR.
15903
0256a6ac
PA
159042014-05-21 Pedro Alves <palves@redhat.com>
15905
15906 * gdb.base/dcache-line-read-error.c: New.
15907 * gdb.base/dcache-line-read-error.exp: New.
15908
936d2992
PA
159092014-05-20 Pedro Alves <palves@redhat.com>
15910
15911 * gdb.base/compare-sections.c: New file.
15912 * gdb.base/compare-sections.exp: New file.
15913
802e8e6d
PA
159142014-05-20 Pedro Alves <palves@redhat.com>
15915
15916 * gdb.base/break-idempotent.c: New file.
15917 * gdb.base/break-idempotent.exp: New file.
15918
e59fa00f
MM
159192014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15920
15921 * gdb.btrace/nohist.exp: New.
15922
8b696e31
YQ
159232014-05-20 Yao Qi <yao@codesourcery.com>
15924
15925 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15926 gdb.reverse directory and gdb_reverse_timeout exists in board
15927 setting.
15928 * README: Document gdb_reverse_timeout.
15929
73c9764f
YQ
159302014-05-20 Yao Qi <yao@codesourcery.com>
15931
15932 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15933 'test_file_name'. Treat args as a string instead of a list.
15934 (gdb_init): Rename argument 'args' by 'test_file_name'.
15935
f1f4348a
JK
159362014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15937
15938 * gdb.arch/powerpc-power.exp: New file.
15939 * gdb.arch/powerpc-power.s: New file.
15940
0dbe70ce
DE
159412014-05-16 Doug Evans <dje@google.com>
15942
15943 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
15944 * gdb.base/completion.exp: Check that all expected files exist
15945 before doing file completion.
0dbe70ce 15946
8d551b02
DE
159472014-05-16 Doug Evans <dje@google.com>
15948
15949 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15950 Update.
15951 (do_syscall_tests_without_xml): Update.
15952
73eb7709
PA
159532014-05-16 Pedro Alves <palves@redhat.com>
15954
15955 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15956 instead of "unknown output after running".
15957
3fae92fc
YQ
159582014-05-16 Yao Qi <yao@codesourcery.com>
15959
15960 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15961 file1.txt from host at the end.
15962 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15963
c2b2ccc5
DE
159642014-05-15 Doug Evans <dje@google.com>
15965
15966 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15967 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15968 loading file. Add test for TU lookup.
15969
8c217a4b
SM
159702014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15971
15972 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15973 calling "-exec-arguments" or "set args" before running the
15974 inferior.
15975
3deb39c6
SM
159762014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15977
15978 * lib/mi-support.exp (mi_expect_stop): Expect message for
15979 inferiors that exit with non-zero exit code.
15980
71a79f8c
YQ
159812014-05-14 Yao Qi <yao@codesourcery.com>
15982
15983 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15984 match absolute path on remote host.
15985 (test_file_list_exec_source_files): Remove "/" from the
15986 pattern.
15987
f23fcd46
YQ
159882014-05-14 Yao Qi <yao@codesourcery.com>
15989
15990 * boards/local-remote-host-notty.exp (${board}_file): New
15991 proc.
15992
9404b58f
KM
159932014-05-07 Kyle McMartin <kyle@redhat.com>
15994
15995 Pushed by Joel Brobecker <brobecker@adacore.com>.
15996 * gdb.arch/aarch64-atomic-inst.c: New file.
15997 * gdb.arch/aarch64-atomic-inst.exp: New file.
15998
5e45f04c
YQ
159992014-05-07 Yao Qi <yao@codesourcery.com>
16000
16001 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
16002 in current context" too.
16003
c888a17d
KS
160042014-05-05 Keith Seitz <keiths@redhat.com>
16005
16006 * gdb.linespec/ls-dollar.exp: Add test for linespec
16007 file:convenience_variable.
16008
290a839c
YQ
160092014-05-05 Yao Qi <yao@codesourcery.com>
16010
16011 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
16012 traceframes into tfile and ctf trace files. Read data from
16013 trace file and test collected data.
16014 (gdb_collect_locals_test): Likewise.
16015 (gdb_unavailable_registers_test): Likewise.
16016 (gdb_unavailable_floats): Likewise.
16017 (gdb_collect_globals_test): Likewise.
16018 (top-level): Append "ctf" to trace_file_targets if GDB
16019 supports.
16020
b5262cd0
YQ
160212014-05-05 Yao Qi <yao@codesourcery.com>
16022
16023 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
16024 code to ...
16025 (gdb_collect_args_test_1): ... it. New proc.
16026 (gdb_collect_locals_test): Move some code to ...
16027 (gdb_collect_locals_test_1): ... it. New proc.
16028 (gdb_unavailable_registers_test): Move some code to ...
16029 (gdb_unavailable_registers_test_1): ... it. New proc.
16030 (gdb_unavailable_floats): Move some code to ...
16031 (gdb_unavailable_floats_1): ... it. New proc.
16032
30a1e6cc
SDJ
160332014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16034
16035 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
16036 probes to test for bitness recognition.
16037 * gdb.arch/amd64-stap-optional-prefix.exp
16038 (test_probe_value_without_reg): New procedure.
16039 Add code to test for different kinds of bitness.
16040
f33da99a
SDJ
160412014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16042
16043 PR breakpoints/16889
16044 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16045 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16046
5b80f00d
PA
160472014-05-01 Pedro Alves <palves@redhat.com>
16048
16049 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16050 gdb_file_cmd if no file is specified.
16051 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16052 last_loaded_file to set the remote exec-file.
16053
f8c2a73c
PA
160542014-05-01 Pedro Alves <palves@redhat.com>
16055
16056 * boards/local-remote-host.exp: New file.
16057
be6e8ac7
PA
160582014-05-01 Pedro Alves <palves@redhat.com>
16059
16060 * boards/local-remote-host.exp: Rename to ...
16061 * boards/local-remote-host-notty.exp: ... this.
16062
cac0dc8f
JB
160632014-04-28 Joel Brobecker <brobecker@adacore.com>
16064
16065 * gdb.ada/dyn_arrayidx: New testcase.
16066
9730e6cc
YQ
160672014-04-26 Yao Qi <yao@codesourcery.com>
16068
16069 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16070 and compute the length of function main. Save it in
16071 $main_length.
16072 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16073 (top-level): Use gdb_compile to compile objects into
16074 executable and restart GDB. Remove invocation to
16075 prepare_for_testing.
16076
7ae1a6a6
PA
160772014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16078 Pedro Alves <palves@redhat.com>
16079
16080 PR server/16255
16081 * gdb.multi/multi-attach.c: New file.
16082 * gdb.multi/multi-attach.exp: New file.
16083
4082afcc
PA
160842014-04-25 Pedro Alves <palves@redhat.com>
16085
16086 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16087 user.
16088 (top level): Test that "set remote conditional-breakpoints-packet
16089 off" works as intended.
16090 * gdb.base/dprintf.exp: Test that "set remote
16091 breakpoint-commands-packet off" works as intended.
16092 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16093 New function.
16094 (top level): Call it.
16095 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16096 remote fast-tracepoints-packet off" works as intended.
16097 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16098 * lib/gdb.exp (gdb_is_target_remote): ... here.
16099
2abc3f8d
DB
161002014-04-24 David Blaikie <dblaikie@gmail.com>
16101
16102 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16103 ensure clang would not discard them.
16104 * gdb.base/gdbvars.c: Ditto.
16105 * gdb.base/memattr.c: Ditto.
16106 * gdb.base/whatis.c: Ditto.
16107 * gdb.python/py-prettyprint.c: Ditto.
16108 * gdb.trace/actions.c: Ditto.
16109 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16110 ensure clang would not discard it.
16111
bfd39632
DB
161122014-04-24 David Blaikie <dblaikie@gmail.com>
16113
16114 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16115 clang to emit the full definition of type required by the test
16116 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16117
22842ff6
DB
161182014-04-24 David Blaikie <dblaikie@gmail.com>
16119
16120 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16121 coax Clang into emitting the definition of the type.
16122 * gdb.cp/pr10728-x.h (y): Ditto.
16123 * gdb.cp/pr10728-y.cc (y): Ditto.
16124
c2e827ad
DB
161252014-04-24 David Blaikie <dblaikie@gmail.com>
16126
16127 * gdb.base/label.exp: XFAIL label related tests under Clang.
16128 * gdb.cp/cplabel.exp: Ditto.
16129 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16130 under Clang those using labels.
16131
4c2d33e7
YQ
161322014-04-25 Yao Qi <yao@codesourcery.com>
16133
16134 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16135 double_label.
16136 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16137 partial_label and double_label.
16138
56083b99
DB
161392014-04-24 David Blaikie <dblaikie@gmail.com>
16140
16141 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16142
25d4e99d
DB
161432014-04-24 David Blaikie <dblaikie@gmail.com>
16144
16145 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16146 of the function to work across GCC and Clang.
16147 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16148 pointer types (const void ** const V void **).
16149
01f9f808
MS
161502014-04-24 Michael Sturm <michael.sturm@mintel.com>
16151 Walfred Tedeschi <walfred.tedeschi@intel.com>
16152
16153 * Makefile.in (EXECUTABLES): Added i386-avx512.
16154 * gdb.arch/i386-avx512.c: New file.
16155 * gdb.arch/i386-avx512.exp: Likewise.
16156
4b48d439
KS
161572014-04-23 Keith Seitz <keiths@redhat.com>
16158
16159 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16160 (mi_make_breakpoint_table): New procedure.
16161 (mi_create_breakpoint): Use mi_make_breakpoint
16162 and return the result.
16163 (mi_make_breakpoint): New procedure.
16164 (mi_build_kv_pairs): New procedure.
16165
16166 * gdb.mi/mi-break.exp: Remove unused globals,
16167 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16168 All callers updated.
16169 * gdb.mi/mi-dprintf.exp: Use variable to track command
16170 number.
16171 Update all callers of mi_create_breakpoint and use
16172 mi_make_breakpoint_table.
16173 Remove any unused global variables.
16174 * gdb.mi/mi-nonstop.exp: Likewise.
16175 * gdb.mi/mi-nsintrall.exp: Likewise.
16176 * gdb.mi/mi-nsmoribund.exp: Likewise.
16177 * gdb.mi/mi-nsthrexec.exp: Likewise.
16178 * gdb.mi/mi-reverse.exp: Likewise.
16179 * gdb.mi/mi-simplerun.exp: Likewise.
16180 * gdb.mi/mi-stepn.exp: Likewise.
16181 * gdb.mi/mi-syn-frame.exp: Likewise.
16182 * gdb.mi/mi-until.exp: Likewise.
16183 * gdb.mi/mi-var-cp.exp: Likewise.
16184 * gdb.mi/mi-var-display.exp: Likewise.
16185 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16186 * gdb.mi/mi2-var-child.exp: Likewise.
16187 * gdb.mi/mi-vla-c99.exp: Likewise.
16188 * lib/mi-support.exp: Likewise.
16189
16190 From Ian Lance Taylor <iant@cygnus.com>:
16191 * lib/gdb.exp (parse_args): New procedure.
16192
08351840
PA
161932014-04-23 Pedro Alves <palves@redhat.com>
16194
16195 * gdb.base/break-unload-file.c: New file.
16196 * gdb.base/break-unload-file.exp: New file.
16197 * gdb.base/sym-file-lib.c (baz): New function.
16198 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16199 field.
16200 (load): Store the segment's mapped size.
16201 (unload): New function.
16202 (unload_shlib): New function.
16203 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16204 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16205 set a breakpoint at baz, and call it.
16206 * gdb.base/sym-file.exp: New tests for stale breakpoint
16207 instructions.
16208
076855f9
PA
162092014-04-23 Pedro Alves <palves@redhat.com>
16210
16211 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16212 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16213 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16214 * gdb.base/hbreak-unmapped.c: New file.
16215 * gdb.base/hbreak-unmapped.exp: New file.
16216 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16217 * lib/gdb.exp (gdb_is_target_remote): ... here.
16218
483805cf
PA
162192014-04-22 Pedro Alves <palves@redhat.com>
16220
16221 * gdb.base/consecutive-step-over.c: New file.
16222 * gdb.base/consecutive-step-over.exp: New file.
16223
06d97543
PA
162242014-04-22 Pedro Alves <palves@redhat.com>
16225
16226 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16227 instead of send_gdb/gdb_expect.
16228
b4429ea2
YQ
162292014-04-22 Yao Qi <yao@codesourcery.com>
16230
16231 * lib/trace-support.exp (generate_tracefile): New procedure.
16232 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16233 return 0.
16234 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16235 if generate_tracefile returns 1.
16236
51d48146
PA
162372014-04-18 Tom Tromey <palves@redhat.com>
16238 Pedro alves <tromey@redhat.com>
16239
16240 PR backtrace/15558
16241 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16242 with a backtrace limit.
16243 * gdb.python/py-frame-inline.exp: Test running to an inline
16244 function with a backtrace limit, and printing the newest frame.
16245 * gdb.python/py-frame-inline.c (main): Call f.
16246
bd1dce5f
MS
162472014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16248
16249 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16250
40d1a503
MS
162512014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16252
16253 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16254 Drop prefix from unsupported source file path.
16255
389b98f7
YQ
162562014-04-17 Yao Qi <yao@codesourcery.com>
16257
16258 * lib/gdb.exp (with_target_charset): New proc.
16259 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16260 with_target_charset.
16261 (test_print_strings): Likewise.
16262 (test_repeat_bytes): Likewise.
16263 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16264 for some tests.
16265
22869d73
KS
162662014-04-16 Keith Seitz <keiths@redhat.com>
16267
16268 PR gdb/15827
16269 * gdb.dwarf2/corrupt.c: New file.
16270 * gdb.dwarf2/corrupt.exp: New file.
16271
c4f87ca6
KS
162722014-04-16 Keith Seitz <keiths@redhat.com>
16273
16274 PR c++/16597
16275 * gdb.cp/namelessclass.cc: New file.
16276 * gdb.cp/namelessclass.exp: New file.
16277 * gdb.cp/namelessclass.S: New file.
16278
ab19de87
DE
162792014-04-16 Doug Evans <dje@google.com>
16280
16281 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16282 Add comment.
16283 (gdbserver_default_get_comm_port): New function.
16284 (gdbserver_start): Check if board file provided
16285 "gdbserver,get_comm_port" and use it if so.
16286 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16287 (gdb,socketport): Set to "stdio".
16288 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16289 (stdio_gdbserver_template): Delete.
16290 (${board}_get_remote_address): Update.
16291 (${board}_build_remote_cmd): Delete.
16292 (${board}_get_comm_port): New function.
16293 (${board}_spawn): Update.
16294 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16295 Delete.
16296 (${board}_get_remote_address): Update.
16297 (${board}_get_comm_port): New function.
16298
fc98a809
AB
162992014-04-16 Andrew Burgess <aburgess@broadcom.com>
16300
16301 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16302 appearing in any order.
16303
87fd9e6e
DE
163042014-04-15 Doug Evans <dje@google.com>
16305
16306 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16307 uninitialized value of "description".
16308
099fc3ea
KS
163092014-04-15 Keith Seitz <keiths@redhat.com>
16310
16311 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16312 Remove unused globals.
16313 (test_running_the_program): Likewise.
16314 (test_controlled_execution): Likewise.
16315 (test_controlling_breakpoints): Likewise.
16316 (test_program_termination): Likewise.
16317
5da151d4
KS
163182014-04-15 Keith Seitz <keiths@redhat.com>
16319
16320 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16321 unused globals.
16322 (test_rbreak_creation_and_listing): Likewise.
16323 (test_ignore_count): Likewise.
16324 (test_error): Likewise.
16325
35e5d2f0
PA
163262014-04-15 Pedro Alves <palves@redhat.com>
16327
16328 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16329 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16330 sym-file-loader.c.
16331 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16332 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16333 to sym-file-loader.c.
16334 (struct library): Forward declare.
16335 (load_shlib, lookup_function): Change prototypes.
16336 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16337 (translate_offset): Remove declarations.
16338 (get_text_addr): New declaration.
16339 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16340 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16341 sym-file-loader.h.
16342 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16343 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16344 here from sym-file-loader.h.
16345 (struct library): New structure.
16346 (load_shlib, lookup_function): Change prototypes and adjust to
16347 work with a struct library.
16348 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16349 (translate_offset): Make static.
16350 (get_text_addr): New function.
16351 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16352
eb4c1710
PA
163532014-04-15 Pedro Alves <palves@redhat.com>
16354
16355 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16356
2d1baf52
PA
163572014-04-15 Pedro Alves <palves@redhat.com>
16358
16359 * gdb.base/sym-file-loader.c: Include <limits.h>.
16360 (SELF_LINK): New define.
16361 (get_origin): New function.
16362 (load_shlib): Use it.
16363 * gdb.base/sym-file.exp: Don't early return if the target is
16364 remote. Use runto_main, and issue fail is that fails. Use
16365 gdb_load_shlibs.
16366 (shlib_name): Delete.
16367 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16368
7dd6df01
PA
163692014-04-15 Pedro Alves <palves@redhat.com>
16370
16371 * gdb.base/sym-file.exp: Remove regex characters from test
16372 message. Don't refer to breakpoint numbers in test messages.
16373
b50c8614
KS
163742014-04-14 Keith Seitz <keiths@redhat.com>
16375
16376 PR c++/16253
16377 * gdb.cp/var-tag.cc: New file.
16378 * gdb.cp/var-tag.exp: New file.
16379 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16380 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16381 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16382 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16383
3d567982
TT
163842014-04-14 Tom Tromey <tromey@redhat.com>
16385
16386 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16387 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16388 type.
16389 * gdb.cp/enum-class.exp: New file.
16390 * gdb.cp/enum-class.cc: New file.
16391
0626fc76
TT
163922014-04-14 Tom Tromey <tromey@redhat.com>
16393
16394 * gdb.dwarf2/enum-type.exp: New file.
16395
dca325b3
SA
163962014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16397
16398 * gdb.mi/mi-vla-c99.exp: New file.
16399 * gdb.mi/vla.c: New file.
16400
5854b38a
SA
164012014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16402
16403 * gdb.base/vla-datatypes.c: New file.
16404 * gdb.base/vla-datatypes.exp: New file.
16405
463bb957
SA
164062014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16407
16408 * gdb.base/vla-ptr.c: New file.
16409 * gdb.base/vla-ptr.exp: New file.
16410
3dd170be
SA
164112014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16412
16413 * gdb.dwarf2/count.exp: New file.
16414
5ecaaa66
SA
164152014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16416
16417 * gdb.base/vla-sideeffect.c: New file.
16418 * gdb.base/vla-sideeffect.exp: New file.
16419
41f1ada5
DB
164202014-04-14 David Blaikie <dblaikie@gmail.com>
16421
16422 * gdb.mi/non-stop.c: Add return value for non-void function return
16423 statement.
16424 * gdb.threads/staticthreads.c: Ditto.
16425
0be03e84
DE
164262014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16427 Doug Evans <xdje42@gmail.com>
16428
16429 * gdb.guile/scm-value.c: Improve test case.
16430 * gdb.guile/scm-value.exp: Add new test.
16431
f180a1fb
DB
164322014-04-11 David Blaikie <dblaikie@gmail.com>
16433
16434 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16435 override Clang's default.
16436
6b662e19
JB
164372014-04-11 Joel Brobecker <brobecker@adacore.com>
16438
16439 Revert the following changes (regressions):
16440
16441 * gdb.base/vla-sideeffect.c: New file.
16442 * gdb.base/vla-sideeffect.exp: New file.
16443
16444 * gdb.dwarf2/count.exp: New file.
16445
16446 * gdb.base/vla-multi.c: New file.
16447 * gdb.base/vla-multi.exp: New file.
16448
16449 * gdb.base/vla-ptr.c: New file.
16450 * gdb.base/vla-ptr.exp: New file.
16451
16452 * gdb.base/vla-datatypes.c: New file.
16453 * gdb.base/vla-datatypes.exp: New file.
16454
16455 * gdb.mi/mi-vla-c99.exp: New file.
16456 * gdb.mi/vla.c: New file.
16457
245a5f0b
KS
164582014-04-11 Keith Seitz <keiths@redhat.com>
16459
16460 PR c++/16675
16461 * gdb.cp/cpsizeof.exp: New file.
16462 * gdb.cp/cpsizeof.cc: New file.
16463
58a84dcf
SA
164642014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16465
191a8a90
JB
16466 * gdb.mi/mi-vla-c99.exp: New file.
16467 * gdb.mi/vla.c: New file.
58a84dcf 16468
c8655f75
SA
164692014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16470
16471 * gdb.base/vla-datatypes.c: New file.
16472 * gdb.base/vla-datatypes.exp: New file.
16473
024e13b4
SA
164742014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16475
16476 * gdb.base/vla-ptr.c: New file.
16477 * gdb.base/vla-ptr.exp: New file.
16478
1a237e0e
SA
164792014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16480
16481 * gdb.base/vla-multi.c: New file.
16482 * gdb.base/vla-multi.exp: New file.
16483
504f3432
SA
164842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16485
16486 * gdb.dwarf2/count.exp: New file.
16487
3bce8237
SA
164882014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16489
191a8a90
JB
16490 * gdb.base/vla-sideeffect.c: New file.
16491 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 16492
322f9c21
YQ
164932014-04-11 Yao Qi <yao@codesourcery.com>
16494
16495 * gdb.base/completion.exp: Check file exists before running tests
16496 on file completion.
16497
d708bcd1
PA
164982014-04-10 Pedro Alves <palves@redhat.com>
16499
16500 * gdb.base/cond-eval-mode.c: New file.
16501 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16502 prepare_for_testing to build the new file. Check result of
16503 runto_main.
16504 (test_break, test_watch): New procedures.
16505 (top level): Use them.
16506
ae1d2761
PM
165072014-04-08 Pierre Muller <muller@sourceware.org>
16508
16509 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16510 Ctrl-V use for mingw hosts.
16511
7af389b8
SC
165122014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16513
16514 * gdb.python/py-value.c: Improve test case.
16515 * gdb.python/py-value.exp: Add new test.
16516
5e703181
DE
165172014-04-07 David Blaikie <dblaikie@gmail.com>
16518
16519 * lib/compiler.c: Identify the clang compiler.
16520 * lib/compiler.cc: Ditto.
16521
9810b410
YQ
165222014-04-03 Yao Qi <yao@codesourcery.com>
16523
16524 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16525
98d1b8dc
AB
165262014-04-01 Anton Blanchard <anton@samba.org>
16527
16528 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16529 messages unique.
16530
3114cea1
AB
165312014-04-01 Anton Blanchard <anton@samba.org>
16532
16533 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16534 prepare_for_testing.
16535
62f7182c
AB
165362014-04-01 Anton Blanchard <anton@samba.org>
16537
16538 * gdb.arch/ppc64-atomic-inst.c: Remove.
16539 * gdb.arch/ppc64-atomic-inst.S: New file.
16540 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16541
770e7fc7
DE
165422014-03-31 Doug Evans <dje@google.com>
16543
16544 * gdb.base/print-symbol-loading-lib.c: New file.
16545 * gdb.base/print-symbol-loading-main.c: New file.
16546 * gdb.base/print-symbol-loading.exp: New file.
16547
46e2bafa
YQ
165482014-03-31 Yao Qi <yao@codesourcery.com>
16549
16550 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16551
8776cfe9
JB
165522014-03-28 Joel Brobecker <brobecker@adacore.com>
16553
16554 * gdb.ada/mi_dyn_arr: New testcase.
16555
5d1ef361
DE
165562014-03-27 Doug Evans <dje@google.com>
16557
16558 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16559
b5bee914
YQ
165602014-03-27 Yao Qi <yao@codesourcery.com>
16561
16562 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16563 if target is nios2-*-*.
16564
0d4d0e77
YQ
165652014-03-26 Yao Qi <yao@codesourcery.com>
16566
16567 * lib/gdb.exp (readline_is_used): New proc.
16568 * gdb.base/completion.exp: Move tests on command complete up.
16569 Skip the rest of tests if readline is not used.
16570 * gdb.ada/complete.exp: Skp the test if readline is not
16571 used.
16572 * gdb.base/filesym.exp: Likewise.
16573 * gdb.base/macscp.exp: Likewise.
16574 * gdb.base/readline-ask.exp: Likewise.
16575 * gdb.base/readline.exp: Likewise.
16576 * gdb.python/py-cmd.exp: Likewise.
16577 * gdb.trace/tfile.exp: Likewise.
16578
29361eee
YQ
165792014-03-26 Yao Qi <yao@codesourcery.com>
16580
16581 * gdb.base/macscp.exp: Fix code format issues.
16582
bc9a5525
UW
165832014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16584
16585 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16586 * gdb.asm/powerpc64le.inc: New file.
16587
d3839ede
PA
165882014-03-25 Pedro Alves <palves@redhat.com>
16589 Doug Evans <dje@google.com>
16590
16591 * gdb.base/source-execution.c: New file.
16592 * gdb.base/source-execution.exp: New file.
16593 * gdb.base/source-execution.gdb: New file.
16594
01672a57
DE
165952014-03-24 Doug Evans <dje@google.com>
16596
16597 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16598 using fission.
16599
88bbeca9
HZ
166002014-03-24 Hui Zhu <hui@codesourcery.com>
16601 Pedro Alves <palves@redhat.com>
16602
16603 PR breakpoints/16101
16604 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16605 test pass/fail messages. Detect missing support for dprintf when
16606 breakpoints are actually inserted.
16607 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16608 breakpoints are actually inserted.
16609 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16610 fails.
16611
d2348791
JK
166122014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16613
16614 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16615
feef67ab
DE
166162014-03-22 Doug Evans <xdje42@gmail.com>
16617
16618 * gdb.python/python.exp (python not supported): Verify multi-line
16619 python command issues an error.
25d743f9 16620 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 16621 guile command issues an error.
feef67ab 16622
ecebef6a
MR
166232014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16624
16625 * gdb.threads/thread-specific.exp: Handle the lack of usable
16626 $this_breakpoint and $this_thread.
16627
ccdd1909
HZ
166282014-03-21 Hui Zhu <hui@codesourcery.com>
16629
16630 * gdb.base/attach.exp (do_command_attach_tests): New.
16631
beb460e8
PA
166322014-03-20 Tom Tromey <tromey@redhat.com>
16633 Pedro Alves <palves@redhat.com>
16634
16635 PR cli/15718
16636 * gdb.base/condbreak-call-false.c: New file.
16637 * gdb.base/condbreak-call-false.exp: New file.
16638
40acf43a
PA
166392014-03-20 Pedro Alves <palves@redhat.com>
16640
16641 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16642 Delete.
16643 (block_signals, unblock_signals): Delete.
16644 (child_function_2, main): Remove references to deleted variable
16645 and functions.
16646
9f5e1e02
PA
166472014-03-20 Pedro Alves <palves@redhat.com>
16648
16649 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16650 Use pthread_kill to signal thread 2.
16651 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16652 Adjust to make the test send itself a signal rather than using the
16653 host's "kill" command.
16654
99619bea
PA
166552014-03-20 Pedro Alves <palves@redhat.com>
16656
16657 * gdb.threads/multiple-step-overs.c: New file.
16658 * gdb.threads/multiple-step-overs.exp: New file.
16659 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16660 Adjust expected infrun debug output.
16661
2adfaa28
PA
166622014-03-20 Pedro Alves <palves@redhat.com>
16663
16664 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16665 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16666
31e77af2
PA
166672014-03-20 Pedro Alves <palves@redhat.com>
16668
16669 PR breakpoints/7143
16670 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16671 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16672 of gdb_test_multiple.
16673 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16674 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16675
b9f437de
PA
166762014-03-20 Pedro Alves <palves@redhat.com>
16677
16678 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16679 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16680
05adc73e
PA
166812014-03-19 Pedro Alves <palves@redhat.com>
16682
16683 * gdb.base/async.exp: Remove early return.
16684
6048b950
PA
166852014-03-19 Pedro Alves <palves@redhat.com>
16686
16687 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16688
8bcfb00a
PA
166892014-03-19 Pedro Alves <palves@redhat.com>
16690
16691 * gdb.base/async.exp (test_background): Expect \r\n after
16692 "completed." in the fail pattern.
16693
884e37dc
PA
166942014-03-19 Pedro Alves <palves@redhat.com>
16695
16696 * gdb.base/async.exp (test_background): New procedure.
16697 Use it for all background execution command tests.
16698
148e57e2
PA
166992014-03-19 Pedro Alves <palves@redhat.com>
16700
16701 * gdb.base/async.exp: Use prepare_for_testing.
16702
f48088c7
PA
167032014-03-19 Pedro Alves <palves@redhat.com>
16704
16705 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16706 the same line.
16707
e2f6c966
PA
167082014-03-19 Pedro Alves <palves@redhat.com>
16709
16710 * gdb.base/async.c (main): Add "jump here" and "until here" line
16711 marker comments.
16712 * gdb.base/async.exp (jump_here): New global.
16713 (jump& test): Use it.
16714 (until_here): New global.
16715 (until& test): Use it.
16716
c30568d4
PA
167172014-03-19 Pedro Alves <palves@redhat.com>
16718
16719 * gdb.base/async.exp: Don't frob gdb_protocol.
16720
0172b6a7
DE
167212014-03-18 Doug Evans <xdje42@gmail.com>
16722
16723 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16724 Fix spelling of exec-done-display.
16725
06c868a8
JK
167262014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16727
16728 PR gdb/15358
16729 * gdb.base/gdb-sigterm.c: New file.
16730 * gdb.base/gdb-sigterm.exp: New file.
16731
0c7e1a46
PA
167322014-03-18 Pedro Alves <palves@redhat.com>
16733
16734 PR gdb/13860
16735 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16736 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16737 solib-event.
16738
f7c77d93
JB
167392014-03-17 Joel Brobecker <brobecker@adacore.com>
16740
16741 * gdb.ada/pckd_arr_ren: New testcase.
16742
5a1e8c7a
DE
167432014-03-13 Doug Evans <xdje42@gmail.com>
16744
16745 PR guile/16612
16746 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16747 collect after discarding symbols.
16748
350e1a76
DE
167492014-03-13 Ludovic Courtès <ludo@gnu.org>
16750 Doug Evans <xdje42@gmail.com>
16751
16752 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16753 to history survives a gc.
16754
a69900ae
PA
167552014-03-13 Pedro Alves <palves@redhat.com>
16756
16757 * gdb.base/default.exp: Don't test "target procfs".
16758
5db9f0bd
PA
167592014-03-13 Pedro Alves <palves@redhat.com>
16760
16761 * gdb.base/default.exp: Update "target child" and "target procfs"
16762 tests to not expect "Unix".
16763
b3ccfe11
TT
167642014-03-12 Tom Tromey <tromey@redhat.com>
16765
16766 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16767 New procs. Add target-async tests.
16768 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16769 Add target-async tests.
16770
646f4417
AA
167712014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16772
16773 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16774 'func_start' and 'func_end' for the beginning and end of the
16775 function code, respectively.
16776 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16777 'func_end' instead of 'func' and 'main'.
16778
288c211f
AA
167792014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16780
16781 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16782 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16783 generate the debug info assembler source.
16784
e0c0f156
AA
167852014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16786
16787 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16788 * gdb.dwarf2/arr-subrange.exp: Likewise.
16789 * gdb.dwarf2/dwz.exp: Likewise.
16790 * gdb.dwarf2/method-ptr.exp: Likewise.
16791 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16792 * gdb.dwarf2/subrange.exp: Likewise.
16793 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16794 * gdb.dwarf2/implptrpiece.exp: Likewise.
16795 * gdb.dwarf2/nostaticblock.exp: Likewise.
16796
0e5c4555
AA
167972014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16798
16799 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16800 directory to absolute path name arguments.
16801
5ec18f2b
JG
168022014-03-10 Joel Brobecker <brobecker@adacore.com>
16803
16804 * gdb.ada/tagged_access: New testcase.
16805
847fc4f2
MM
168062014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16807
16808 * gdb.btrace/data.exp: Update expected output.
16809
cc3da688
YQ
168102014-03-06 Yao Qi <yao@codesourcery.com>
16811
16812 * gdb.trace/pr16508.exp: New file.
16813
0f26cec1
PA
168142014-03-05 Pedro Alves <palves@redhat.com>
16815
16816 PR gdb/16575
16817 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16818 procedure.
16819 (top level): Adjust to use it. Add tests that exercise breakpoint
16820 interaction with the code-cache.
16821
7a5a839f
LC
168222014-02-26 Ludovic Courtès <ludo@gnu.org>
16823
16824 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16825 test for 'history-append!'.
16826
31aa7e4e
JB
168272014-02-26 Joel Brobecker <brobecker@adacore.com>
16828
16829 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16830 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16831 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16832 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16833 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16834 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16835
1b588015
JB
168362014-02-26 Joel Brobecker <brobecker@adacore.com>
16837
16838 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16839 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16840 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16841
55426c9d
JB
168422014-02-26 Joel Brobecker <brobecker@adacore.com>
16843
16844 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16845
dc53a7ad
JB
168462014-02-26 Joel Brobecker <brobecker@adacore.com>
16847
16848 * gdb.dwarf2/arr-stride.c: New file.
16849 * gdb.dwarf2/arr-stride.exp: New file.
16850
12ab52e9
PA
168512014-02-26 Pedro Alves <palves@redhat.com>
16852
16853 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16854 that won't ever trigger. Make sure that GDB reports the correct
16855 breakpoint that caused the stop.
16856
849c862e
JK
168572014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16858
16859 PR gdb/16626
16860 * gdb.base/auto-load-script: New file.
16861 * gdb.base/auto-load.c: New file.
16862 * gdb.base/auto-load.exp: New file.
16863
71b7d793
JK
16864 PR gdb/16626
16865 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16866
e2f0d509
JK
168672014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16868
16869 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16870 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16871
50cc37c8
DE
168722014-02-24 Doug Evans <dje@google.com>
16873
16874 * lib/gdb.exp (run_on_host): Log error output if program fails.
16875
ea4758f2
PA
168762014-02-21 Pedro Alves <palves@redhat.com>
16877
16878 * gdb.threads/step-after-sr-lock.c: Rename to ...
16879 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16880 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16881 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16882 ... this.
16883
d7b30f67
SDJ
168842014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16885
16886 PR tdep/16397
16887 * gdb.arch/amd64-stap-special-operands.exp: New file.
16888 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16889 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16890 * gdb.arch/amd64-stap-triplet.S: Likewise.
16891 * gdb.arch/amd64-stap-triplet.c: Likewise.
16892
83deb43f
JB
168932014-02-20 Joel Brobecker <brobecker@adacore.com>
16894
16895 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16896 in .section pseudo-op.
16897
adde2bff
DE
168982014-02-20 lin zuojian <manjian2006@gmail.com>
16899 Joel Brobecker <brobecker@adacore.com>
16900 Doug Evans <xdje42@gmail.com>
16901
16902 PR symtab/16581
16903 * gdb.dwarf2/dw2-icycle.S: New file.
16904 * gdb.dwarf2/dw2-icycle.c: New file.
16905 * gdb.dwarf2/dw2-icycle.exp: New file.
16906
f7bd0f78
SC
169072014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16908
16909 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16910 operations on gdb.Value objects.
16911 * gdb.python/py-value-cc.exp: Add new test to test operations on
16912 gdb.Value objects.
16913
c17ef0d5
DE
169142014-02-18 Doug Evans <dje@google.com>
16915
16916 * Makefile.in (TESTS): New variable.
16917 (expanded_tests, expanded_tests_or_none): New variables
16918 (check-single): Pass $(expanded_tests_or_none) to runtest.
16919 (check-parallel): Only run tests in $(TESTS) if non-empty.
16920 (check/no-matching-tests-found): New rule.
16921 * README: Document TESTS makefile variable.
16922
5dd3176f
DE
169232014-02-18 Doug Evans <dje@google.com>
16924
16925 * Makefile.in (check-parallel): rm -rf outputs temp.
16926
0b10be4f
JK
169272014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16928
16929 Fix "ERROR: no fileid for" in the testsuite.
16930 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16931
85f224e7
DE
169322014-02-12 Doug Evans <dje@google.com>
16933
16934 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16935 (MISCELLANEOUS): New variable.
16936 (clean): rm -rf $(MISCELLANEOUS).
16937 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16938 dwp live in the same directory as symlinks, with each symlink pointed
16939 to a differently named file in a different directory.
16940
149b30ff
DE
169412014-02-11 Doug Evans <dje@google.com>
16942
16943 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16944 of Tcl file commands.
16945
1dfdac32
MK
169462014-02-10 Mark Kettenis <kettenis@gnu.org>
16947
16948 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16949 "kill -SIGUSR1 -1".
16950
aa4fb036
JB
169512014-02-10 Joel Brobecker <brobecker@adacore.com>
16952
16953 * gdb.ada/tick_length_array_enum_idx: New testcase.
16954
ed3ef339
DE
169552014-02-10 Doug Evans <xdje42@gmail.com>
16956
16957 * configure.ac (AC_OUTPUT): Add gdb.guile.
16958 * configure: Regenerate.
16959 * lib/gdb-guile.exp: New file.
16960 * lib/gdb.exp (get_target_charset): New function.
16961 * gdb.base/help.exp: Update expected output from "apropos apropos".
16962 * gdb.guile/Makefile.in: New file.
16963 * gdb.guile/guile.exp: New file.
16964 * gdb.guile/scm-arch.c: New file.
16965 * gdb.guile/scm-arch.exp: New file.
16966 * gdb.guile/scm-block.c: New file.
16967 * gdb.guile/scm-block.exp: New file.
16968 * gdb.guile/scm-breakpoint.c: New file.
16969 * gdb.guile/scm-breakpoint.exp: New file.
16970 * gdb.guile/scm-disasm.c: New file.
16971 * gdb.guile/scm-disasm.exp: New file.
16972 * gdb.guile/scm-equal.c: New file.
16973 * gdb.guile/scm-equal.exp: New file.
16974 * gdb.guile/scm-error.exp: New file.
16975 * gdb.guile/scm-error.scm: New file.
16976 * gdb.guile/scm-frame-args.c: New file.
16977 * gdb.guile/scm-frame-args.exp: New file.
16978 * gdb.guile/scm-frame-args.scm: New file.
16979 * gdb.guile/scm-frame-inline.c: New file.
16980 * gdb.guile/scm-frame-inline.exp: New file.
16981 * gdb.guile/scm-frame.c: New file.
16982 * gdb.guile/scm-frame.exp: New file.
16983 * gdb.guile/scm-generics.exp: New file.
16984 * gdb.guile/scm-gsmob.exp: New file.
16985 * gdb.guile/scm-iterator.c: New file.
16986 * gdb.guile/scm-iterator.exp: New file.
16987 * gdb.guile/scm-math.c: New file.
16988 * gdb.guile/scm-math.exp: New file.
16989 * gdb.guile/scm-objfile-script-gdb.in: New file.
16990 * gdb.guile/scm-objfile-script.c: New file.
16991 * gdb.guile/scm-objfile-script.exp: New file.
16992 * gdb.guile/scm-objfile.c: New file.
16993 * gdb.guile/scm-objfile.exp: New file.
16994 * gdb.guile/scm-ports.exp: New file.
16995 * gdb.guile/scm-pretty-print.c: New file.
16996 * gdb.guile/scm-pretty-print.exp: New file.
16997 * gdb.guile/scm-pretty-print.scm: New file.
16998 * gdb.guile/scm-section-script.c: New file.
16999 * gdb.guile/scm-section-script.exp: New file.
17000 * gdb.guile/scm-section-script.scm: New file.
17001 * gdb.guile/scm-symbol.c: New file.
17002 * gdb.guile/scm-symbol.exp: New file.
17003 * gdb.guile/scm-symtab-2.c: New file.
17004 * gdb.guile/scm-symtab.c: New file.
17005 * gdb.guile/scm-symtab.exp: New file.
17006 * gdb.guile/scm-type.c: New file.
17007 * gdb.guile/scm-type.exp: New file.
17008 * gdb.guile/scm-value-cc.cc: New file.
17009 * gdb.guile/scm-value-cc.exp: New file.
17010 * gdb.guile/scm-value.c: New file.
17011 * gdb.guile/scm-value.exp: New file.
17012 * gdb.guile/source2.scm: New file.
17013 * gdb.guile/types-module.cc: New file.
17014 * gdb.guile/types-module.exp: New file.
17015
7026a7c1
YQ
170162014-02-10 Yao Qi <yao@codesourcery.com>
17017
17018 PR testsuite/16543
17019 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
17020 * configure: Regenerated.
17021 * Makefile.in: New file.
17022
6c466447
AS
170232014-02-08 Andreas Schwab <schwab@linux-m68k.org>
17024
17025 * gdb.python/py-framefilter.exp: Fix typo.
17026
6e854735
YQ
170272014-02-08 Yao Qi <yao@codesourcery.com>
17028
17029 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
17030 that no =breakpoint-modified is emitted when breakpoints are
17031 modified through MI commands.
17032
d137e6dc
PA
170332014-02-07 Pedro Alves <pedro@codesourcery.com>
17034 Pedro Alves <palves@redhat.com>
17035
17036 * gdb.threads/step-after-sr-lock.c: New file.
17037 * gdb.threads/step-after-sr-lock.exp: New file.
17038
b5ee5a50
PA
170392014-02-07 Pedro Alves <palves@redhat.com>
17040
17041 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17042
3c77faf3
JK
170432014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17044
17045 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17046 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17047
6dddc817
DE
170482014-02-06 Doug Evans <xdje42@gmail.com>
17049
17050 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17051 output.
17052
17053 * gdb.gdb/python-interrupts.exp: New file.
17054
de7b2893
YQ
170552014-02-05 Yao Qi <yao@codesourcery.com>
17056
17057 * gdb.trace/report.exp (use_collected_data): Test the output
17058 of "info threads" and "info inferiors".
17059
66d032ac
YQ
170602014-02-05 Yao Qi <yao@codesourcery.com>
17061
17062 Revert this patch:
17063
17064 2013-05-24 Yao Qi <yao@codesourcery.com>
17065
17066 * gdb.trace/tfile.exp: Test inferior and thread.
17067
591a12a1
UW
170682014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17069
17070 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17071 on a function.
17072 * gdb.base/step-bt.c: Call hello via function pointer to make
17073 sure its first instruction is executed on powerpc64le-linux.
17074
0ff3e01f
UW
170752014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17076
17077 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17078
084ee545
UW
170792014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17080
17081 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17082 of the test patterns for use on little-endian systems.
17083
6ed14ff3
UW
170842014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17085
17086 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17087 (decimal_vector): Fix for little-endian.
17088
401e27fd
JM
170892014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17090
17091 * gdb.arch/sparc-sysstep.exp: New file.
17092 * gdb.arch/sparc-sysstep.c: Likewise.
17093
17094 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17095
8b924729
EBM
170962014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17097
17098 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17099
fb151210
JB
171002014-01-23 Tom Tromey <tromey@redhat.com>
17101
17102 * gdb.ada/array_char_idx: New testcase.
17103
0740f8d8
TT
171042014-01-23 Tom Tromey <tromey@redhat.com>
17105
17106 PR python/16487:
17107 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17108 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17109 classes.
17110
21909fa1
TT
171112014-01-23 Tom Tromey <tromey@redhat.com>
17112
17113 PR python/16491:
17114 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17115 string from an inferior frame.
17116 * gdb.python/py-framefilter-mi.exp: Update.
17117
87ce2a04
DE
171182014-01-22 Doug Evans <dje@google.com>
17119
17120 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17121
237b092b
AA
171222014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17123
17124 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17125
d674a709
AA
171262014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17127
17128 * gdb.trace/entry-values.exp: Remove excess space character from
17129 regex patterns. Handle s390 call instruction.
17130
20fa3390
AA
171312014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17132
17133 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17134 define "*_start" label. Make "name" static.
17135 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17136 ${name} by references to ${name}_start.
17137
78466714
AA
171382014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17139
17140 * gdb.base/info-macros.exp: Remove "debug" from the compile
17141 options.
17142
ec9f644a
IB
171432014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17144
17145 * gdb.dlang/demangle.exp: New file.
17146
94b1b47e
IB
171472014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17148
17149 * gdb.dlang/primitive-types.exp: New file.
17150
7f420862
IB
171512014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17152
17153 * configure.ac: Create gdb.dlang/Makefile.
17154 * configure: Regenerate.
17155 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17156 * gdb.dlang/Makefile.in: New file.
17157 * lib/d-support.exp: New file.
17158 * lib/gdb.exp (skip_d_tests): New proc.
17159
52834460
MM
171602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17161
17162 * gdb.btrace/delta.exp: Check reverse stepi.
17163 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17164 * gdb.btrace/finish.exp: New.
17165 * gdb.btrace/next.exp: New.
17166 * gdb.btrace/nexti.exp: New.
17167 * gdb.btrace/record_goto.c: Add comments.
17168 * gdb.btrace/step.exp: New.
17169 * gdb.btrace/stepi.exp: New.
17170 * gdb.btrace/multi-thread-step.c: New.
17171 * gdb.btrace/multi-thread-step.exp: New.
17172 * gdb.btrace/rn-dl-bind.c: New.
17173 * gdb.btrace/rn-dl-bind.exp: New.
17174 * gdb.btrace/data.c: New.
17175 * gdb.btrace/data.exp: New.
17176 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17177
6e07b1d2
MM
171782014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17179
17180 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17181 * gdb.btrace/exception.exp: Update.
17182 * gdb.btrace/instruction_history.exp: Update.
17183 * gdb.btrace/record_goto.exp: Update.
17184 * gdb.btrace/tailcall.exp: Update.
17185 * gdb.btrace/unknown_functions.exp: Update.
17186 * gdb.btrace/delta.exp: New.
17187
0b722aec
MM
171882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17189
17190 * gdb.btrace/record_goto.exp: Add backtrace test.
17191 * gdb.btrace/tailcall.exp: Add backtrace test.
17192
066ce621
MM
171932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17194
17195 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17196 * gdb.btrace/record_goto.c: New.
17197 * gdb.btrace/record_goto.exp: New.
17198 * gdb.btrace/x86-record_goto.S: New.
17199
0688d04e
MM
172002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17201
17202 * gdb.btrace/function_call_history.exp: Update tests.
17203 * gdb.btrace/instruction_history.exp: Update tests.
17204
8710b709
MM
172052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17206
17207 * gdb.btrace/function_call_history.exp: Fix expected field
17208 order for "record function-call-history".
17209 Add new tests for "record function-call-history /c".
17210 * gdb.btrace/exception.cc: New.
17211 * gdb.btrace/exception.exp: New.
17212 * gdb.btrace/tailcall.exp: New.
17213 * gdb.btrace/x86-tailcall.S: New.
17214 * gdb.btrace/x86-tailcall.c: New.
17215 * gdb.btrace/unknown_functions.c: New.
17216 * gdb.btrace/unknown_functions.exp: New.
17217 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17218
5de9129b
MM
172192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17220
17221 * gdb.btrace/instruction_history.exp: Update.
17222 * gdb.btrace/function_call_history.exp: Update.
17223
23a7fe75
MM
172242014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17225
17226 * gdb.btrace/function_call_history.exp: Fix expected function
17227 trace.
17228 * gdb.btrace/instruction_history.exp: Initialize traced.
17229 Remove traced_functions.
17230
724c7dd8
MM
172312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17232
17233 * gdb.btrace/function_call_history.exp: Update
17234 * gdb.btrace/instruction_history.exp: Update.
17235
6d78d93b
MM
172362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17237
17238 * gdb.btrace/enable.exp: Update expected text.
17239
93a360cc
OJ
172402014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17241
17242 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17243 bytes.
17244
3772b53f
MR
172452014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17246
17247 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17248
596662fa
OJ
172492014-01-15 Omair Javaid <omair.javaid@linaro.org>
17250
17251 * lib/gdb.exp (supports_process_record): Return true for
17252 arm*-linux*. (supports_reverse): Likewise.
17253
b5b08fb4
SC
172542014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17255
17256 PR python/15464
17257 PR python/16113
17258 * gdb.python/py-type.c: Enhance test case.
17259 * gdb.python/py-value-cc.cc: Likewise
17260 * gdb.python/py-type.exp: Add new tests.
17261 * gdb.python/py-value-cc.exp: Likewise
17262
52d7fb13
AA
172632014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17264 Pedro Alves <palves@redhat.com>
17265
17266 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17267 Make "name" extern.
17268 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17269 references to ${name}_start by references to ${name}.
17270
a2cd8cfe
JB
172712014-01-10 Joel Brobecker <brobecker@adacore.com>
17272
17273 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17274
4e23fced
JB
172752014-01-10 Joel Brobecker <brobecker@adacore.com>
17276
17277 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17278
c6a9e42c
PA
172792014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17280 Pedro Alves <palves@redhat.com>
17281
17282 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 17283 mi_gdb_target_load.
c6a9e42c 17284
b7ea362b
PA
172852014-01-08 Pedro Alves <palves@redhat.com>
17286
17287 * gdb.threads/reconnect-signal.c: New file.
17288 * gdb.threads/reconnect-signal.exp: New file.
17289
5e3f4fab
EBM
172902014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17291
17292 * gdb.base/source-dir.exp: New file.
17293
79301218
JB
172942014-01-07 Joel Brobecker <brobecker@adacore.com>
17295
17296 * gdb.ada/mi_interface: New testcase.
17297
8e355c5d
JB
172982014-01-07 Joel Brobecker <brobecker@adacore.com>
17299
17300 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17301 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17302 gdb.ada/pp-rec-component/pck.ads: New files.
17303
c0d48811
JB
173042014-01-07 Joel Brobecker <brobecker@adacore.com>
17305
17306 * gdb.python/py-pp-integral.c: New file.
17307 * gdb.python/py-pp-integral.py: New file.
17308 * gdb.python/py-pp-integral.exp: New file.
17309
17b609c3 17310For older changes see ChangeLog-1993-2013.
c906108c 17311\f
8d8cb839
EZ
17312;; Local Variables:
17313;; mode: change-log
17314;; left-margin: 8
17315;; fill-column: 74
17316;; version-control: never
17317;; End:
902f2ccb 17318
42a4f53d 17319 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
17320 Copying and distribution of this file, with or without modification,
17321 are permitted provided the copyright notice and this notice are preserved.