]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Add $_ada_exception convenience variable
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
37f6a7f4
TT
12019-10-02 Tom Tromey <tromey@adacore.com>
2
3 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
4
1d58d6a2
PA
52019-10-02 Pedro Alves <palves@redhat.com>
6 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
9 "print-file-var.h".
10 (this_version_id) Use ATTRIBUTE_VISIBILITY.
11 (get_version_1): Print this_version_id and its address.
12 Add extern "C" wrappers around interface functions.
13 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
14 "print-file-var.h".
15 (this_version_id) Use ATTRIBUTE_VISIBILITY.
16 (get_version_2): Print this_version_id and its address.
17 Add extern "C" wrappers around interface functions.
18 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
19 <stddef.h> and "print-file-var.h".
20 Add extern "C" wrappers around interface functions.
21 [VERSION_ID_MAIN] (this_version_id): Define.
22 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
23 * gdb.base/print-file-var.h: Add some #defines to simplify setting
24 up extern "C" blocks.
25 * gdb.base/print-file-var.exp (test): New, factored out from top
26 level.
27 (top level): Test all combinations of attribute hidden or not,
28 dlopen or not, and this_version_id symbol in main file or not.
29 Compile tests as both C++ and C, make test names unique.
30
d770d56f
TT
312019-10-01 Tom Tromey <tom@tromey.com>
32
33 * gdb.base/style.exp: Test "show logging filename".
34
7f6aba03
TT
352019-10-01 Tom Tromey <tom@tromey.com>
36
37 * lib/gdb-utils.exp (style): Handle "metadata" argument.
38 * gdb.base/style.exp: Add metadata style test.
39
14309bb6
TT
402019-10-01 Tom Tromey <tom@tromey.com>
41
42 * gdb.base/style.exp: Test "pwd".
43
2a3c1174
PA
442019-10-01 Tom Tromey <tom@tromey.com>
45
46 * gdb.base/style.exp: Update tests.
47
53d666ec
AA
482019-10-01 Andreas Arnez <arnez@linux.ibm.com>
49
50 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
51 'six' to unsigned.
52 (s1): Initialize fields 'four' and 'six' instead of 'three' and
53 'five'. Use an all-ones bit pattern for each.
54 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
55 to its changed values.
56
4a56a520
TT
572019-09-30 Tom Tromey <tromey@adacore.com>
58
59 * gdb.rust/traits.rs: Disable all warnings.
60
0df0352a
TV
612019-09-29 Tom de Vries <tdevries@suse.de>
62
63 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
64
73d9a918
TV
652019-09-29 Tom de Vries <tdevries@suse.de>
66
67 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
68
060b3ab4
TV
692019-09-27 Tom de Vries <tdevries@suse.de>
70
71 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
72
68f7d34d
TV
732019-09-27 Tom de Vries <tdevries@suse.de>
74
75 PR record/23188
76 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
77
5d63b30a
TT
782019-09-26 Tom Tromey <tromey@adacore.com>
79
80 * gdb.ada/py_taft.exp: New file.
81 * gdb.ada/py_taft/main.adb: New file.
82 * gdb.ada/py_taft/pkg.adb: New file.
83 * gdb.ada/py_taft/pkg.ads: New file.
84
3d435220
TV
852019-09-24 Tom de Vries <tdevries@suse.de>
86
87 PR gdb/24598
88 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
89
77d03678
TV
902019-09-22 Tom de Vries <tdevries@suse.de>
91
92 * gdb.base/restore.exp: Allow register variables to be optimized out at
93 -O0.
94
abf516c6
UW
952019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
96
97 * gdb.arch/spu-info.exp: Remove file.
98 * gdb.arch/spu-info.c: Remove file.
99 * gdb.arch/spu-ls.exp: Remove file.
100 * gdb.arch/spu-ls.c: Remove file.
101
102 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
103 * gdb.asm/spu.inc: Remove file.
104
105 * gdb.base/dump.exp: Remove support for spu*-*-*.
106 * gdb.base/stack-checking.exp: Likewise.
107 * gdb.base/overlays.exp: Likewise.
108 * gdb.base/ovlymgr.c: Likewise.
109 * gdb.base/spu.ld: Remove file.
110
111 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
112 * gdb.cp/cpexprs.exp: Likewise.
113 * gdb.cp/exception.exp: Likewise.
114 * gdb.cp/gdb2495.exp: Likewise.
115 * gdb.cp/mb-templates.exp: Likewise.
116 * gdb.cp/pr9167.exp: Likewise.
117 * gdb.cp/userdef.exp: Likewise.
118
119 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
120
121 * gdb.cell: Remove directory.
122 * lib/cell.exp: Remove file.
123
e452e88f
TV
1242019-09-19 Tom de Vries <tdevries@suse.de>
125
126 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
127
8a625130
TV
1282019-09-19 Tom de Vries <tdevries@suse.de>
129
130 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
131
81dc3ab5
TV
1322019-09-19 Tom de Vries <tdevries@suse.de>
133
134 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
135 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
136 (gdb_target_cmd): ... here.
137 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
138 value 2.
139
b078f3ac
AB
1402019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
141
142 * gdb.base/source-dir.exp: Avoid having directory names in test
143 names.
144
f1b620e9
MG
1452019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
146
147 * gdb.base/source-dir.exp: Add extra test for mapped compilation
148 directory.
149
67f3ed6a
AB
1502019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
151
152 * gdb.base/list-missing-source.exp: New file.
153
d1b70248
TV
1542019-09-14 Tom de Vries <tdevries@suse.de>
155
156 PR teststuite/24599
157 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
158 * lib/ada.exp (gnatmake_version_at_least): New proc.
159
5fabdcd6
AB
1602019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
161
162 * gdb.base/maint.exp: Use exec_has_index_section.
163
aa17805f
AB
1642019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
165
166 * gdb.base/maint.exp: Add test for 'maint info sections'.
167
25e5c209
TV
1682019-09-12 Tom de Vries <tdevries@suse.de>
169
170 * gdb.base/store.exp: Allow register variables to be optimized out at
171 -O0.
172
4993045d
PW
1732019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
174
175 * gdb.ada/rdv_wait.exp: Update to new task names.
176 * gdb.base/task_switch_in_core.exp: Likewise.
177 * gdb.base/info_sources_base.c: Likewise.
178
8a516164
TT
1792019-09-10 Tom Tromey <tromey@adacore.com>
180
181 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
182
aa391654
TT
1832019-09-10 Tom Tromey <tromey@adacore.com>
184
185 * gdb.ada/dgopt.exp: New file.
186 * gdb.ada/dgopt/x.adb: New file.
187
8634b462
TT
1882019-09-08 Tom Tromey <tom@tromey.com>
189
190 * gdb.tui/resize.exp: Remove setup_xfail.
191 * gdb.tui/regs.exp: Remove setup_xfail.
192 * gdb.tui/basic.exp: Remove setup_xfail.
193
736b0f76
DB
1942019-09-06 David Blaikie <dblaikie@gmail.com>
195
196 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
197 * gdb.cp/cplabel.exp: Ditto.
198 * gdb.linespec/ls-errs.exp: Ditto.
199
30331a6c
TV
2002019-09-05 Tom de Vries <tdevries@suse.de>
201
202 * lib/gdb.exp (cmp_file_string): New proc.
203 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
204 runto_main. Verify save breakpoints output.
205
98b0ebab
PW
2062019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
207
208 * gdb.base/info-var.exp: Test info variables without running
209 to main, to avoid expect's buffer overflow.
210
4e962e74
TT
2112019-09-03 Tom Tromey <tromey@adacore.com>
212
213 * gdb.ada/bias.exp: New file.
214 * gdb.ada/bias/bias.adb: New file.
215 * gdb.ada/print_chars.exp: Add regression test.
216 * gdb.ada/print_chars/foo.adb (My_Character): New type.
217 (MC): New variable.
218
2ea1a07a
SL
2192019-08-29 Sandra Loosemore <sandra@codesourcery.com>
220
221 * gdb.base/argv0-symlink.exp: Run only on native target
222 and local host.
223
8077c50d
TV
2242019-08-29 Tom de Vries <tdevries@suse.de>
225
226 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
227 diverse debug info.
228 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
229
48352473
TV
2302019-08-28 Tom de Vries <tdevries@suse.de>
231
232 * gdb.base/info-var.exp: Allow info variables to print info for files
233 other than info-var-f1.c and info-var-f2.c.
234
d8f27c60
AB
2352019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
236
237 * gdb.fortran/info-types.exp: Add module.
238 * gdb.fortran/info-types.f90: Update expected results.
239
1f20c35e
AB
2402019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
241
242 * gdb.fortran/info-types.exp: New file.
243 * gdb.fortran/info-types.f90: New file.
244 * lib/fortran.exp (fortran_character1): New proc.
245
4acfdd20
AB
2462019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
247
248 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
249 functions'. Reindent as needed.
250 * gdb.base/info-var-f1.c: New file.
251 * gdb.base/info-var-f2.c: New file.
252 * gdb.base/info-var.exp: New file.
253 * gdb.base/info-var.h: New file.
254
5c31b358
TV
2552019-08-26 Tom de Vries <tdevries@suse.de>
256
257 PR c++/24852
258 * gdb.cp/no-libstdcxx-probe.exp: New test.
259
b694989f
TV
2602019-08-26 Tom de Vries <tdevries@suse.de>
261
262 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
263 * tests need to be skipped.
264 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
265 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
266 mi_skip_libstdcxx_probe_tests.
267
d9c4ba53
SDJ
2682019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
269
270 * gdb.python/py-xmethods.exp: Use raw strings when passing
271 arguments to SimpleXMethodMatcher.
272
395fad09
TV
2732019-08-22 Tom de Vries <tdevries@suse.de>
274
275 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
276 more informative.
277
26c957f1
PA
2782019-08-21 Pedro Alves <palves@redhat.com>
279
280 * gdb.base/with.exp: Test "with" with no arguments.
281
61f80d5d
TV
2822019-08-21 Tom de Vries <tdevries@suse.de>
283
284 * gdb.base/gdb-caching-proc.exp: Sort files.
285
d7a11d13
TV
2862019-08-20 Tom de Vries <tdevries@suse.de>
287
288 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
289 compilation.
290
34dafe9f
TV
2912019-08-16 Tom de Vries <tdevries@suse.de>
292
293 * gdb.base/compare-sections.exp ("after run to main"): Allow
294 mismatched read-only sections for PIE executables.
295
398fdd60
TT
2962019-08-16 Tom Tromey <tom@tromey.com>
297
298 * lib/tuiterm.exp (_csi_Z): New proc.
299 * gdb.tui/basic.exp: Update window positions.
300 * gdb.tui/empty.exp: Update window positions.
301
d8f9e51c
SL
3022019-08-15 Sandra Loosemore <sandra@codesourcery.com>
303
304 * gdb.base/examine-backward.exp: Correct regexp for
305 "examine 3 bytes backward from ${address_zero}".
306
3df505f6
TT
3072019-08-15 Tom Tromey <tom@tromey.com>
308
309 * gdb.tui/empty.exp: Enable resizing tests.
310
272560b5
TT
3112019-08-15 Tom Tromey <tromey@adacore.com>
312
313 * gdb.ada/char_enum.exp: Add regression tests.
314 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
315 and '0'.
316 (Char, Gchar): Update.
317 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
318
08235187
CB
3192019-08-15 Christian Biesinger <cbiesinger@google.com>
320
321 * gdb.python/python.exp: Expect a leading underscore on
322 GdbOutput{,Error}File.
323
22a2ab04
SL
3242019-08-15 Sandra Loosemore <sandra@codesourcery.com>
325
326 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
327 Windows host.
328
835b995b
SL
3292019-08-15 Sandra Loosemore <sandra@codesourcery.com>
330
331 * gdb.base/batch-preserve-term-settings.exp
332 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
333
97dd8e07
CB
3342019-08-15 Christian Biesinger <cbiesinger@google.com>
335
336 * lib/gdb.exp: When running on a mingw target, replace
337 /x/ with x:/.
338
75faf5c4
AH
3392019-08-14 Alan Hayward <alan.hayward@arm.com>
340
341 * gdb.arch/aarch64-prologue.c: New test.
342 * gdb.arch/aarch64-prologue.exp: New file.
343
abc6c00f
TV
3442019-08-13 Tom de Vries <tdevries@suse.de>
345
346 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
347 Thread.
348
74c2c1f4
SL
3492019-08-13 Sandra Loosemore <sandra@codesourcery.com>
350
351 * gdb.python/py-completion.exp: Download the .py file to the host
352 and use its host pathname. Conditionalize tests that use
353 tab completion and manipulate files on the build machine.
354 * gdb.python/py-events.exp: Download the .py file to the host
355 and use its host pathname.
356 * gdb.python/py-evsignal.exp: Likewise.
357 * gdb.python/py-evthreads.exp: Likewise.
358 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
359 pathname syntax.
360 * gdb.python/py-framefilter.exp: Download the .py file to the right
361 place on the host. Match Windows pathname syntax.
362 * gdb.python/py-mi-var-info-path-expression.exp: Download the
363 .py file to the host and use its host pathname.
364 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
365 * gdb.python/py-objfile.exp: Expect a host pathname, not a
366 build pathname. Skip symlink test on Windows host. Add missing
367 newline at end of file.
368 * gdb.python/py-pp-maint.exp: Download the .py file to the host
369 and use its host pathname.
370 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
371 * gdb.python/py-section-script.exp: Use host location of binfile
372 on safe-path. Use correct path separator on Windows host.
373 Reorder alternatives in gdb_test_multiple to prevent matching
374 the wrong alternative on success.
375 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
376
ca2589f3
PP
3772019-08-12 Patrick Palka <patrick@parcs.ath.cx>
378
379 * gdb.gdb/selftest.exp (test_with_self): Update test to now
380 expect the GDB inferior to no longer immediately stop after
381 being resumed with "signal SIGINT".
382
020a839d
SL
3832019-08-09 Sandra Loosemore <sandra@codesourcery.com>
384
385 * gdb.linespec/break-ask.exp: Generalize regexps to match
386 Windows pathnames too.
387
128d6509
TV
3882019-08-08 Tom de Vries <tdevries@suse.de>
389
390 PR testsuite/24862
391 * lib/tuiterm.exp (_accept): Fix CSI regexp.
392
590042fc
PW
3932019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
394
395 * gdb.base/style.exp: Update tests for help doc new invariants.
396 * gdb.base/help.exp: Likewise.
397
046bebe1
TT
3982019-08-06 Tom Tromey <tom@tromey.com>
399
400 * gdb.base/style.exp: Add disassemble test.
401 * gdb.base/style.c (some_called_function): New function.
402 (main): Use it.
403
0b27c27d
CB
4042019-08-05 Christian Biesinger <cbiesinger@google.com>
405
406 * gdb.python/py-block.exp: Test dictionary access on blocks.
407
580f1034
SM
4082019-08-05 Simon Marchi <simon.marchi@efficios.com>
409
410 PR gdb/24863
411 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
412 -list-thread-groups --available test when running under
413 check-read1.
414
d86bd7cb
TV
4152019-08-05 Tom de Vries <tdevries@suse.de>
416
417 PR testsuite/24863
418 * lib/gdb.exp (with_read1_timeout_factor): New proc.
419 * gdb.base/help.exp: Use with_read1_timeout_factor.
420 * gdb.base/info-macros.exp: Same.
421 * gdb.cp/nested-types.exp: Same.
422
a80cf5d8
TV
4232019-08-05 Tom de Vries <tdevries@suse.de>
424
425 * lib/gdb.exp (version_at_least): Factor out of ...
426 (tcl_version_at_least): ... here.
427 (gdb_compile): Fail if pie results in non-PIE executable.
428 (readelf_version, readelf_prints_pie): New proc.
429 (exec_is_pie): Return -1 if unknown.
430
d0962838
TV
4312019-08-05 Tom de Vries <tdevries@suse.de>
432
433 * lib/gdb.exp (tcl_version_at_least): Fix typo.
434
2252ff3d
SL
4352019-08-04 Sandra Loosemore <sandra@codesourcery.com>
436
437 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
438
26655f53
SL
4392019-08-04 Sandra Loosemore <sandra@codesourcery.com>
440
441 * lib/completion-support.exp (test_gdb_complete_none): Skip
442 tab completion tests if no readline support.
443 (test_gdb_complete_unique_re): Likewise.
444 (test_gdb_complete_multiple): Likewise.
445
db4dc13e
PW
4462019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
447
448 * gdb.base/info_sources.exp: New file.
449 * gdb.base/info_sources.c: New file.
450 * gdb.base/info_sources_base.c: New file.
451
0eba165a
PFC
4522019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
453
454 * gdb.base/batch-exit-status.exp: Call test_exit_status with
455 prefix argument.
456 (test_exit_status): Add prefix argument.
457
59bd512b
TV
4582019-08-01 Tom de Vries <tdevries@suse.de>
459
460 PR testsuite/24863
461 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
462 calling exp_continue for new thread and thread exited messages.
463
2a3ad588
TV
4642019-08-01 Tom de Vries <tdevries@suse.de>
465
466 PR testsuite/24863
467 * gdb.base/structs.exp: Fix check-read1 timeout using
468 gdb_test_sequence.
469 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
470
117eb594
TV
4712019-08-01 Tom de Vries <tdevries@suse.de>
472
473 PR testsuite/24863
474 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
475 line.
476
ed591340
TV
4772019-08-01 Tom de Vries <tdevries@suse.de>
478
479 PR testsuite/24863
480 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
481
aa3b6533
TT
4822019-07-30 Tom Tromey <tromey@adacore.com>
483
484 * gdb.ada/display_nested.exp: New file.
485 * gdb.ada/display_nested/foo.adb: New file.
486 * gdb.ada/display_nested/pack.adb: New file.
487 * gdb.ada/display_nested/pack.ads: New file.
488
2906593f
CB
4892019-07-30 Christian Biesinger <cbiesinger@google.com>
490
491 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
492 namespace.
493 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
494
0f575925
TV
4952019-07-30 Tom de Vries <tdevries@suse.de>
496
497 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
498 instead.
499
b13057d9
TV
5002019-07-30 Tom de Vries <tdevries@suse.de>
501
502 PR testsuite/24834
503 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
504 (exec_is_pie): New proc.
505
5c4dde85
CB
5062019-07-29 Christian Biesinger <cbiesinger@google.com>
507
508 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
509
c620ed88
CB
5102019-07-29 Christian Biesinger <cbiesinger@google.com>
511
512 * gdb.python/py-objfile.c: Add global and static vars.
513 * gdb.python/py-objfile.exp: Test new functions Objfile.
514 lookup_global_symbol and lookup_static_symbol.
515
3d235706
TT
5162019-07-29 Tom Tromey <tom@tromey.com>
517
518 * lib/tuiterm.exp (Term::_csi_@): New proc.
519 (Term::_csi_X): Don't move cursor.
520
c7e4c0a6
PW
5212019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
522
523 * gdb.base/options.exp: Update backtrace - completion to
524 new option -frame-info.
525 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
526 Test new 'set print frame-info'. Test backtrace -frame-info
527 overriding 'set print frame-info'.
528 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
529 Test new 'set print frame-info'.
530 Verify consistency of backtrace with and without filters, with and
531 without -no-filters.
532 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
533 default.
534
de28a3b7
TV
5352019-07-29 Tom de Vries <tdevries@suse.de>
536
537 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
538 no arguments".
539
507dd60e
TV
5402019-07-29 Tom de Vries <tdevries@suse.de>
541
542 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
543 is a substring of the first for "complete non-unique file name".
544
5beafce9
TV
5452019-07-29 Tom de Vries <tdevries@suse.de>
546
547 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
548 with ".*".
549
2d274232
TV
5502019-07-29 Tom de Vries <tdevries@suse.de>
551
552 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
553 Pass prompt_regexp parameter to gdb_test_multiple calls.
554
9197cd8b
TV
5552019-07-29 Tom de Vries <tdevries@suse.de>
556
557 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
558 print registers" regexps.
559
b528dae0
TV
5602019-07-29 Tom de Vries <tdevries@suse.de>
561
562 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
563
d17725d7
TV
5642019-07-29 Tom de Vries <tdevries@suse.de>
565
566 PR gdb/24855
567 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
568 (skip_python_tests_prompt): Add prompt_regexp argument to
569 gdb_test_multiple calls.
570
52b75bf1
TT
5712019-07-27 Tom Tromey <tom@tromey.com>
572
573 * gdb.tui/main.exp: New file.
574
2b1d00c2
TT
5752019-07-27 Tom Tromey <tom@tromey.com>
576
577 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
578 optional.
579 * gdb.tui/empty.exp: New file.
580
ded631d5
TT
5812019-07-27 Tom Tromey <tom@tromey.com>
582
583 * lib/tuiterm.exp (spawn): New proc.
584 (Term::resize): New proc.
585 * gdb.tui/resize.exp: New file.
586
58ac439d
TT
5872019-07-27 Tom Tromey <tom@tromey.com>
588
589 * gdb.tui/list.exp: New file.
590
fe1f56ee
TT
5912019-07-27 Tom Tromey <tom@tromey.com>
592
593 * gdb.tui/regs.exp: New file.
594
f790b310
TT
5952019-07-27 Tom Tromey <tom@tromey.com>
596
597 * gdb.tui/basic.exp: Add "layout split" test.
598
d95fc6ee
TT
5992019-07-27 Tom Tromey <tom@tromey.com>
600
601 * gdb.tui/basic.exp: Add "layout asm" test.
602
c3786b3a
TT
6032019-07-27 Tom Tromey <tom@tromey.com>
604
605 * lib/tuiterm.exp: New file.
606 * gdb.tui/basic.exp: New file.
607
98a617f8
KB
6082019-07-27 Kevin Buettner <kevinb@redhat.com>
609
610 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
611 Enable tests associated with this flag. Adjust regex
612 referencing "foo_low" to now refer to "foo_cold" instead.
613
5c076da4
KB
6142019-07-27 Kevin Buettner <kevinb@redhat.com>
615
616 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
617 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
618 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
619 foo_cold. Revise comments to match.
620 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
621 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
622 were wrapped into this proc; Call do_test in loop from outermost
623 level.
624 (foo_low): Rename all occurrences to "foo_cold".
625 (backtrace from baz): New test.
626 (x2/i foo_cold): New test.
627 (info line *foo_cold): New test.
628
1512d3b7
TV
6292019-07-26 Tom de Vries <tdevries@suse.de>
630
631 * gdb.arch/i386-pkru.exp: Fix unterminated string.
632
297989a1
TV
6332019-07-25 Tom de Vries <tdevries@suse.de>
634
635 PR testsuite/24830
636 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
637 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
638 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
639 (skip_libstdcxx_probe_tests): ... here.
640 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
641
b3b965fb
TV
6422019-07-24 Tom de Vries <tdevries@suse.de>
643
644 PR testsuite/24807
645 * gdb.objc/basicclass.m: Include stdio.h.
646 * gdb.objc/nondebug.m: Same.
647 * gdb.objc/objcdecode.m: Same.
648
4625b4d0
TV
6492019-07-24 Tom de Vries <tdevries@suse.de>
650
651 PR testsuite/24612
652 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
653 additional_flags.
654
024a5840
TV
6552019-07-24 Tom de Vries <tdevries@suse.de>
656
657 PR testsuite/24831
658 * gdb.multi/tids.exp: Update error messages for info threads.
659
c76ddaa3
TV
6602019-07-24 Tom de Vries <tdevries@suse.de>
661
662 * gdb.base/info-types.exp: Allow info types to print info for more than
663 one file.
664
9a618ef6
TV
6652019-07-23 Tom de Vries <tdevries@suse.de>
666
667 PR testsuite/24842
668 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
669 gdb_spawn_with_cmdline_opts.
670
40eadf04
SP
6712019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
672
673 * gdb.arch/arm-cmse-sgstubs.c: New test.
674 * gdb.arch/arm-cmse-sgstubs.exp: New file.
675
5ba29434
TV
6762019-07-23 Tom de Vries <tdevries@suse.de>
677
678 PR testsuite/24711
679 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
680 issuing next command.
681
a8e9d247
AB
6822019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
683
684 * gdb.ada/info_auto_lang.exp: Update expected results.
685 * gdb.base/info-types.c: Add additional types to check.
686 * gdb.base/info-types.exp: Update expected results.
687
eb86c5e2
AB
6882019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
689
690 * gdb.base/info-types.c: New file.
691 * gdb.base/info-types.exp: New file.
692
01e175fe
AB
6932019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
694
695 * gdb.arch/riscv-bp-infcall.c: New file.
696 * gdb.arch/riscv-bp-infcall.exp: New file.
697
6b78c3f8
AB
6982019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
699
700 PR breakpoints/24541
701 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
702
da738167
TV
7032019-07-14 Tom de Vries <tdevries@suse.de>
704
705 PR testsuite/24760
706 * gdb.objc/basicclass.exp: Fix unterminated string.
707
0d4e84ed
AB
7082019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
709 Andrew Burgess <andrew.burgess@embecosm.com>
710
711 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
712 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
713 negative bounds.
714 * gdb.fortran/vla-value.exp: Print elements of an array with
715 negative bounds.
716 * gdb.fortran/vla.f90: Setup an array with negative bounds for
717 testing.
718
021d8588
AB
7192019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
720
721 * gdb.base/options.exp (expect_string): Dequote strings in
722 results.
723 (test-string): Test strings with different quoting and reindent.
724
f06f1252
TT
7252019-07-10 Tom Tromey <tromey@adacore.com>
726
727 * gdb.ada/mi_ex_cond.exp: Update expected results.
728 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
729 * gdb.ada/mi_catch_ex.exp: Update expected results.
730 * gdb.ada/mi_catch_assert.exp: Update expected results.
731 * gdb.ada/catch_ex.exp (catch_exception_info)
732 (catch_exception_entry, catch_assert_entry)
733 (catch_unhandled_entry): Update.
734 * gdb.ada/catch_assert_if.exp: Update expected results.
735
b863685d
RB
7362019-07-10 Richard Bunt <richard.bunt@arm.com>
737 Stephen Roberts <stephen.roberts@arm.com>
738
739 * gdb.base/define.exp: Restore original prompt.
740
cb1e4e32
PA
7412019-07-09 Pedro Alves <palves@redhat.com>
742
743 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
744 breakpoints" output.
745 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
746 * gdb.python/py-breakpoint.exp: No longer expect that "catch
747 throw" creates breakpoint.
748 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
749 'type="catchpoint"'.
750
b58a68fe
PA
7512019-07-09 Pedro Alves <palves@redhat.com>
752
753 PR c++/15468
754 * gdb.cp/except-multi-location-lib.cc: New.
755 * gdb.cp/except-multi-location-main.cc: New.
756 * gdb.cp/except-multi-location.exp: New.
757
0826779b
PW
7582019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
759
760 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
761 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
762 argument and update callers.
763
5b0e2db4
AB
7642019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
765
766 * gdb.arch/amd64-break-on-asm-line.S: New file.
767 * gdb.arch/amd64-break-on-asm-line.exp: New file.
768
1f6f6e21
PW
7692019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
770
771 * gdb.base/printcmds.exp: Test printing C string and
772 C wide string convenience vars without transiting via the inferior.
773 Also make test names unique.
774
ea142fbf
AH
7752019-07-08 Alan Hayward <alan.hayward@arm.com>
776
777 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
778
213fd9fa
PA
7792019-07-04 Pedro Alves <palves@redhat.com>
780
781 * lib/gdb.exp (foreach_with_prefix): Don't return early if
782 body returned ok(0), break(3) or continue(4).
783 * gdb.testsuite/foreach_with_prefix.exp: New file.
784
2b40fda7
AH
7852019-07-04 Alan Hayward <alan.hayward@arm.com>
786
787 * gdb.server/unittest.exp: Allow 0 unit tests to run.
788
a26c8de0
PA
7892019-07-03 Pedro Alves <palves@redhat.com>
790
791 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
792 "return -code".
793
5f4ba3e7
PA
7942019-07-03 Pedro Alves <palves@redhat.com>
795
796 PR cli/24732
797 * gdb.base/shell.exp: Load completion-support.exp.
798 Adjust expected error output. Add completion tests.
799
a994424f
PA
8002019-07-03 Pedro Alves <palves@redhat.com>
801
802 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
803 string_to_regexp.
804
3d9be6f5
PA
8052019-07-03 Pedro Alves <palves@redhat.com>
806
807 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
808 (expect_integer): Adjust to expect "-string".
809 (expect_string): New.
810 (all_options): Expect "-string".
811 (test-flag, test-boolean): Adjust to expect "-string".
812 (test-string): New proc.
813 (top level): Call it.
814
41fc454c
PA
8152019-07-03 Pedro Alves <palves@redhat.com>
816
817 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
818 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
819 the expected output in the success.
820
b2b2a215
PA
8212019-07-03 Pedro Alves <palves@redhat.com>
822
823 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
824 Split one gdb_test_multiple call in two to avoid a race.
825
fdbc9870
PA
8262019-07-03 Pedro Alves <palves@redhat.com>
827
828 * gdb.base/with.c: New file.
829 * gdb.base/with.exp: New file.
830
c6ac8931
PA
8312019-07-03 Pedro Alves <palves@redhat.com>
832
833 * gdb.base/settings.exp: Replace all references to "maint
834 test-settings set" with references to "maint set test-settings",
835 and all references to "maint test-settings show" with references
836 to "maint show test-settings".
837
970f9d09
PA
8382019-07-03 Pedro Alves <palves@redhat.com>
839
840 * gdb.base/settings.exp (test-string): Adjust expected out when
841 testing "maint test-settings show filename"
842
54d66006
PA
8432019-07-02 Pedro Alves <palves@redhat.com>
844
845 * gdb.base/options.exp (test-info-threads): New procedure.
846 (top level): Call it.
847
10d06d82
TT
8482019-06-28 Tom Tromey <tromey@adacore.com>
849
850 * gdb.dwarf2/ada-linkage-name.c: New file.
851 * gdb.dwarf2/ada-linkage-name.exp: New file.
852
3d507ff2
TT
8532019-06-27 Tom Tromey <tromey@adacore.com>
854
855 * gdb.cp/constexpr-field.exp: Use setup_xfail.
856
8af58ffe
TV
8572019-06-26 Tom de Vries <tdevries@suse.de>
858
859 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
860
22e21752
TV
8612019-06-26 Tom de Vries <tdevries@suse.de>
862
863 * gdb.base/index-cache.exp: Add back missing debug option.
864
b65b566c
PW
8652019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
866
867 * gdb.base/alias.exp: Test non matching/non existing prefixes.
868
5c2c8c69
TV
8692019-06-25 Tom de Vries <tdevries@suse.de>
870
871 PR testsuite/24727
872 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
873
164e3873
TV
8742019-06-24 Tom de Vries <tdevries@suse.de>
875
876 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
877
824eacee
TV
8782019-06-24 Tom de Vries <tdevries@suse.de>
879
880 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
881 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
882 * gdb.trace/unavailable-dwarf-piece.exp: Same.
883
385b97d3
TV
8842019-06-24 Tom de Vries <tdevries@suse.de>
885
886 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
887
c596f180
TV
8882019-06-21 Tom de Vries <tdevries@suse.de>
889
890 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
891
b13a7d03
TV
8922019-06-21 Tom de Vries <tdevries@suse.de>
893
894 PR testsuite/24518
895 PR ada/24713
896 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
897 index.
898
899277ae
TT
8992019-06-19 Tom Tromey <tromey@adacore.com>
900
901 * gdb.ada/length_cond.exp: Add intro comment.
902
680e1bee
TT
9032019-06-19 Tom Tromey <tromey@adacore.com>
904
905 * gdb.ada/length_cond.exp: New file.
906 * gdb.ada/length_cond/length_cond.adb: New file.
907 * gdb.ada/length_cond/pck.adb: New file.
908 * gdb.ada/length_cond/pck.ads: New file.
909
0ed4690a
TV
9102019-06-18 Tom de Vries <tdevries@suse.de>
911
912 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
913
d20ed5fd
TT
9142019-06-18 Tom Tromey <tromey@adacore.com>
915
916 * gdb.base/list0.h: Add comment explaining control character.
917
86e04673
TV
9182019-06-18 Tom de Vries <tdevries@suse.de>
919
920 * boards/fission.exp: Break up long debug_flags line.
921
c4973306
SM
9222019-06-16 Tom de Vries <tdevries@suse.de>
923
924 PR gdb/24445
925 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
926 generated index.
927
93cb9841
AB
9282019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
929
930 PR gdb/24686
931 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
932 improve detection of bug gdb/24541.
933
399aaebd
SM
9342019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
935
936 PR gdb/24669
937 * gdb.base/index-cache.exp (uses_readnow,
938 expecting_index_cache_use): Define global variable.
939 (test_cache_enabled_miss, test_cache_enabled_hit): Use
940 expecting_index_cache_use.
941
584a927c
AB
9422019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
943 Andrew Burgess <andrew.burgess@embecosm.com>
944
945 * gdb.fortran/pointers.f90: New file.
946 * gdb.fortran/print_type.exp: New file.
947 * gdb.fortran/vla-ptype.exp: Adapt expected results.
948 * gdb.fortran/vla-type.exp: Likewise.
949 * gdb.fortran/vla-value.exp: Likewise.
950 * gdb.mi/mi-vla-fortran.exp: Likewise.
951
30056ea0
AB
9522019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
953
954 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
955 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
956 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
957 as a stop reason.
958
ec8e2b6d
AB
9592019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
960
961 * gdb.base/annota1.exp: Update expected results.
962 * gdb.cp/annota2.exp: Likewise.
963 * gdb.cp/annota3.exp: Likewise.
964
09e4c4e1
AB
9652019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
966
967 * gdb.base/style-logging.exp: Remove path from test name.
968
0735b091
TT
9692019-06-14 Tom Tromey <tromey@adacore.com>
970
971 PR gdb/24502:
972 * gdb.base/style-logging.exp: New file.
973
f5686554
TT
9742019-06-14 Tom Tromey <tromey@adacore.com>
975
976 * gdb.base/symfile-warn.exp: New file.
977 * gdb.base/symfile-warn.c: New file.
978
a0c1ffed
TT
9792019-06-14 Tom Tromey <tromey@adacore.com>
980
981 * gdb.base/annotate-symlink.exp: New file.
982
f411722c
TT
9832019-06-14 Tom Tromey <tromey@adacore.com>
984
985 * gdb.ada/set_wstr.exp: Add reassignment test.
986
4268ec18
TT
9872019-06-14 Tom Tromey <tromey@adacore.com>
988
989 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
990 'unchecked_access and 'unrestricted_access as well.
991
9a9e394b
TT
9922019-06-14 Tom Tromey <tromey@adacore.com>
993
994 PR ada/24539:
995 * gdb.ada/vla.exp: Update tests.
996 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
997 pragma.
998
4c048731
PA
9992019-06-13 Pedro Alves <palves@redhat.com>
1000
1001 * gdb.base/settings.exp (test-integer): Test junk after
1002 "unlimited".
1003
6665660a
PA
10042019-06-13 Pedro Alves <palves@redhat.com>
1005
1006 * gdb.base/options.exp (test-thread-apply): New.
1007 (top level): Call it.
1008
5d707134
PA
10092019-06-13 Pedro Alves <palves@redhat.com>
1010
1011 * gdb.base/options.exp (test-frame-apply): New.
1012 (top level): Test print commands with different "frame apply"
1013 prefixes.
1014
e2a689da
PA
10152019-06-13 Pedro Alves <palves@redhat.com>
1016
e79be6e5 1017 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
1018 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1019 'max_completions' parameter and handle it.
1020 (test_gdb_completion_offers_commands): New.
1021
90a1ef87
PA
10222019-06-13 Pedro Alves <palves@redhat.com>
1023
1024 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1025
d4c16835
PA
10262019-06-13 Pedro Alves <palves@redhat.com>
1027
1028 * gdb.base/options.exp (test-backtrace): New.
1029 (top level): Call it.
1030
2daf894e
PA
10312019-06-13 Pedro Alves <palves@redhat.com>
1032
1033 * gdb.guile/scm-frame-args.exp: Use "set print
1034 raw-frame-arguments" instead of "set print raw frame-arguments".
1035 * gdb.python/py-frame-args.exp: Likewise.
1036
e6ed716c
PA
10372019-06-13 Pedro Alves <palves@redhat.com>
1038
1039 * gdb.compile/compile.exp: Adjust expected output to option
1040 processing changes.
1041
7d8062de
PA
10422019-06-13 Pedro Alves <palves@redhat.com>
1043
1044 * gdb.base/options.exp: Build executable.
1045 (test-print): New procedure.
1046 (top level): Call it, once for "print" and another for "compile
1047 print".
1048
9d0faba9
PA
10492019-06-13 Pedro Alves <palves@redhat.com>
1050
1051 * gdb.base/options.c: New file.
1052 * gdb.base/options.exp: New file.
1053
dee7b4c8
PA
10542019-06-13 Pedro Alves <palves@redhat.com>
1055
1056 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1057 that "o" is ambiguous.
1058
dca0f6c0
PA
10592019-06-13 Pedro Alves <palves@redhat.com>
1060
1061 * gdb.base/settings.c: New file.
1062 * gdb.base/settings.exp: New file.
1063
ccf46844
PA
10642019-06-13 Pedro Alves <palves@redhat.com>
1065
1066 * gdb.base/completion.exp: Fix comment typo.
1067
b9a3f842
PA
10682019-06-13 Pedro Alves <palves@redhat.com>
1069
1070 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1071 foo --1" test.
1072
d106773e
PA
10732019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1074
1075 * gdb.fortran/block-data.f: New.
1076 * gdb.fortran/block-data.exp: New.
1077
fea82da0
TV
10782019-06-11 Tom de Vries <tdevries@suse.de>
1079
1080 PR testsuite/24521
1081 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1082 message.
1083
8c2e74f1
TV
10842019-06-11 Tom de Vries <tdevries@suse.de>
1085
1086 PR testsuite/24521
1087 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1088
b49851c8
TV
10892019-06-11 Tom de Vries <tdevries@suse.de>
1090
1091 * boards/readnow.exp: New file.
1092
a7067863
AB
10932019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1094
1095 * gdb.fortran/vla-sizeof.exp: Update expected results.
1096
1a3da2cd
AB
10972019-06-06 Amos Bird <amosbird@gmail.com>
1098
1099 * gdb.base/annota1.exp (thread_switch): Add test for
1100 thread-exited annotation.
1101
3847a7bf
TT
11022019-06-06 Tom Tromey <tromey@adacore.com>
1103
1104 * gdb.base/maint.exp: Expect command started/finished output.
1105
0088ba59
AB
11062019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1107
1108 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1109 comment.
1110 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1111
312617a3
AB
11122019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1113
1114 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1115 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1116 * gdb.arch/riscv-unwind-long-insn.c: New file.
1117 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1118
e1f2e1a2
CB
11192019-06-04 Christian Biesinger <cbiesinger@google.com>
1120
d3238f7d 1121 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 1122
206584bd
PW
11232019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1124
1125 * lib/gdb.exp (help_list_trailer): New regexp variable
1126 factorizing the help trailer message.
1127 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1128 arg to allow to better factorize various tests.
1129 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1130 (test_prefix_command_help): Use help_list_trailer.
1131 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1132 * gdb.guile/scm-cmd.exp: Likewise.
1133 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1134 * gdb.base/help.exp: Use test_user_defined_class_help.
1135 * gdb.base/style.exp: Add tests for styling of help and apropos.
1136 * lib/gdb-utils.exp (style): Add title and highlight styles.
1137
708dc93e
PW
11382019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1139
1140 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1141 $_shell_exitsignal.
1142 * gdb.base/default.exp: Update for new convenience variables.
1143
f49055a5
TT
11442019-05-29 Tom Tromey <tromey@adacore.com>
1145
1146 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1147 to "break complete ada" test case's regexp.
1148
4330d61d
TT
11492019-05-29 Tom Tromey <tromey@adacore.com>
1150
1151 PR c++/20020:
1152 * gdb.cp/constexpr-field.exp: New file.
1153 * gdb.cp/constexpr-field.cc: New file.
1154
000439d5
TT
11552019-05-29 Tom Tromey <tromey@adacore.com>
1156
1157 * gdb.base/finish.exp (finish_no_print): New proc.
1158 (finish_tests): Call it.
1159
5a01c34c
TV
11602019-05-24 Tom de Vries <tdevries@suse.de>
1161
1162 * gdb.dwarf2/gdb-add-index.exp: New file.
1163
18125b16
TT
11642019-05-22 Tom Tromey <tromey@adacore.com>
1165
1166 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1167 * gdb.base/style.exp: Use "style".
1168 * lib/gdb-utils.exp (style): New proc.
1169
af1a8d03
TV
11702019-05-22 Tom de Vries <tdevries@suse.de>
1171
1172 * gdb.base/align.exp: Require c++11.
1173
e7fe496b
TV
11742019-05-22 Tom de Vries <tdevries@suse.de>
1175
1176 PR testsuite/24586
1177 * gdb.python/py-mi-var-info-path-expression.exp: Call
1178 mi_skip_python_tests to check if python is supported.
1179
8fca4da0
AH
11802019-05-22 Alan Hayward <alan.hayward@arm.com>
1181
1182 * gdb.arch/aarch64-pauth.c: New test.
1183 * gdb.arch/aarch64-pauth.exp: New file.
1184
b7060614
AH
11852019-05-22 Alan Hayward <alan.hayward@arm.com>
1186
1187 * README (Re-running Tests Outside The Testsuite): New section.
1188
669d0468
TV
11892019-05-21 Tom de Vries <tdevries@suse.de>
1190
1191 * gdb.arch/amd64-eval.exp: Require c++11.
1192 * gdb.base/max-depth.exp: Same.
1193 * gdb.compile/compile-cplus-array-decay.exp: Same.
1194 * gdb.cp/meth-typedefs.exp: Same.
1195 * gdb.cp/subtypes.exp: Same.
1196 * gdb.cp/temargs.exp: Same.
1197
ce3ebcaa
AH
11982019-05-21 Alan Hayward <alan.hayward@arm.com>
1199
1200 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1201
34d11c68
AB
12022019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1203
1204 PR gdb/18644
1205 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1206 * gdb.fortran/printing-types.exp: Add new test.
1207 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1208 testing.
1209 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1210 setup_kfail call.
1211
87781e84
AH
12122019-05-17 Alan Hayward <alan.hayward@arm.com>
1213
1214 * README (Running the Testsuite): Change example.
1215 (Testsuite Parameters): Remove TRANSCRIPT.
1216 * lib/gdb.exp: Remove TRANSCRIPT check.
1217
b420b89e
AH
12182019-05-17 Alan Hayward <alan.hayward@arm.com>
1219
1220 * README (Testsuite Parameters): Add replay logging to
1221 GDBSERVER_DEBUG.
1222 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1223 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1224 as a comma separated list.
1225 (gdb_debug_init): Override procedure.
1226
408e9b8b
AH
12272019-05-17 Alan Hayward <alan.hayward@arm.com>
1228
1229 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1230 (gdb_write_cmd_file): New procedure.
1231 * lib/gdbserver-support.exp (gdbserver_start): Call
1232 gdbserver_write_cmd_file.
1233 (gdbserver_write_cmd_file): New procedure.
1234
f9e2e39d
AH
12352019-05-17 Alan Hayward <alan.hayward@arm.com>
1236
1237 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1238 (delete_breakpoints): Likewise.
1239 (gdb_run_cmd): Likewise.
1240 (gdb_start_cmd): Likewise.
1241 (gdb_starti_cmd): Likewise.
1242 (gdb_internal_error_resync): Likewise.
1243 (gdb_test_multiple): Likewise.
1244 (gdb_reinitialize_dir): Likewise.
1245 (default_gdb_exit): Likewise.
1246 (gdb_file_cmd): Mark kill as optional.
1247 (default_gdb_start): Call gdb_stdin_log_init.
1248 (send_gdb): Call gdb_stdin_log_write.
1249 (rerun_to_main): Mark Y as an answer.
1250 (gdb_stdin_log_init): New function.
1251 (gdb_stdin_log_write): Likewise.
1252
81f47ac2
AH
12532019-05-17 Alan Hayward <alan.hayward@arm.com>
1254
1255 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1256 * gdb.base/debug-expr.exp: Likewise.
1257 * gdb.base/foll-fork.exp: Likewise.
1258 * gdb.base/foll-vfork.exp: Likewise.
1259 * gdb.base/fork-print-inferior-events.exp: Likewise.
1260 * gdb.base/gdb-sigterm.exp: Likewise.
1261 * gdb.base/gdbinit-history.exp: Likewise.
1262 * gdb.base/osabi.exp: Likewise.
1263 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1264 * gdb.base/ui-redirect.exp: Likewise.
1265 * gdb.gdb/unittest.exp: Likewise.
1266 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1267 * gdb.mi/mi-watch.exp: Likewise.
1268 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1269 * gdb.mi/user-selected-context-sync.exp: Likewise.
1270 * gdb.python/python.exp: Disable debug test when debugging.
1271 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1272 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1273 Likewise.
1274 * gdb.threads/stepi-random-signal.exp: Likewise.
1275
29b52314
AH
12762019-05-17 Alan Hayward <alan.hayward@arm.com>
1277
1278 * Makefile.in: Pass through GDB_DEBUG.
1279 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1280 (gdb,debug): Add board setting.
1281 * lib/gdb.exp (default_gdb_start): Start debugging.
1282 (gdb_debug_enabled): New procedure.
1283 (gdb_debug_init): Likewise.
29b52314
AH
1284
12852019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 1286
29b52314
AH
1287 * Makefile.in: Pass through GDB_DEBUG.
1288 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1289 (gdb,debug): Add board setting.
1290 * lib/gdb.exp (default_gdb_start): Start debugging.
1291 (gdb_debug_enabled): New procedure.
1292 (gdb_debug_init): Likewise.
29b52314 1293
ca1285d1
AH
12942019-05-17 Alan Hayward <alan.hayward@arm.com>
1295
1296 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1297
f3a09c80
AH
12982019-05-17 Alan Hayward <alan.hayward@arm.com>
1299
1300 * gdb.base/ui-redirect.exp: Test redirection.
1301
26648588
JV
13022019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1303
1304 * gdb.mi/mi-complete.exp: New file.
1305 * gdb.mi/mi-complete.cc: Likewise.
1306
14237686
AB
13072019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1308
1309 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1310 indexed and sliced arrays, and pointers to arrays.
1311
e7bd7fba
TT
13122019-05-14 Tom Tromey <tromey@adacore.com>
1313
1314 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1315 styling test.
1316
2764128d
TV
13172019-05-14 Tom de Vries <tdevries@suse.de>
1318
1319 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1320 selection entry encoding.
1321
71bed2db
TT
13222019-05-10 Tom Tromey <tromey@adacore.com>
1323
1324 * gdb.ada/info_exc.exp: Add "complete" test.
1325
63b667ad
TV
13262019-05-09 Tom de Vries <tdevries@suse.de>
1327
1328 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1329 CU-relative.
1330
9cfd2b89
TV
13312019-05-09 Tom de Vries <tdevries@suse.de>
1332
1333 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1334 CU-relative.
1335
2228ef77
XR
13362019-05-08 Joel Brobecker <brobecker@adacore.com>
1337
1338 * gdb.ada/frame_arg_lang.exp: New testcase.
1339 * gdb.ada/frame_arg_lang/bla.adb: New file.
1340 * gdb.ada/frame_arg_lang/pck.ads: New file.
1341 * gdb.ada/frame_arg_lang/pck.adb: New file.
1342 * gdb.ada/frame_arg_lang/foo.c: New file.
1343
80e55b13
TT
13442019-05-08 Tom Tromey <tromey@adacore.com>
1345
1346 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1347
9d3421af
TT
13482019-05-08 Tom Tromey <tromey@adacore.com>
1349
1350 * gdb.base/ptype-offsets.exp: Update tests.
1351
844333e2
TT
13522019-05-08 Tom Tromey <tromey@adacore.com>
1353
1354 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1355 cases.
1356 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1357 "short".
1358
988915ee
TT
13592019-05-08 Tom Tromey <tromey@adacore.com>
1360
1361 * gdb.ada/vla.exp: New file.
1362 * gdb.ada/vla/vla.adb: New file.
1363
7bd55dac
TV
13642019-05-07 Tom de Vries <tdevries@suse.de>
1365
1366 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1367
75f06e9d
TV
13682019-05-07 Tom de Vries <tdevries@suse.de>
1369
1370 PR testsuite/24522
1371 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1372 section.
1373
77e7aaa4
TV
13742019-05-07 Tom de Vries <tdevries@suse.de>
1375
1376 PR testsuite/24522
1377 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1378 .debug_aranges section.
1379
456ba0fa
TV
13802019-05-07 Tom de Vries <tdevries@suse.de>
1381
1382 PR testsuite/24159
1383 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1384
5a56d6a6
TV
13852019-05-06 Tom de Vries <tdevries@suse.de>
1386
1387 * lib/gdb.exp (exec_has_index_section): New proc.
1388 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1389 section.
1390
9d6d4be8
TV
13912019-05-04 Tom de Vries <tdevries@suse.de>
1392
1393 * boards/cc-with-debug-names.exp: New file.
1394
222a8d25
TT
13952019-05-03 Tom Tromey <tromey@adacore.com>
1396
1397 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1398 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1399 * gdb.ada/char_enum.exp: Add test.
1400
0fdfd794
TV
14012019-05-03 Tom de Vries <tdevries@suse.de>
1402
1403 * boards/cc-with-gdb-index.exp: New file.
1404
80062eb9
AB
14052019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1406
1407 * gdb.rust/simple.exp: Add new test case.
1408 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1409 (main): Initialise an instance of the new struct.
1410
4504bbde
TT
14112019-05-01 Tom Tromey <tromey@adacore.com>
1412
1413 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1414 record.
1415 (NPR): New variable.
1416 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1417 test.
1418
d48e62f4
TT
14192019-05-01 Tom Tromey <tromey@adacore.com>
1420
1421 * gdb.ada/packed_array_assign.exp: Add packed assignment
1422 regression test.
1423
f59f30f5
TV
14242019-05-01 Tom de Vries <tdevries@suse.de>
1425
1426 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1427
b70bfc54
TV
14282019-05-01 Tom de Vries <tdevries@suse.de>
1429
1430 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1431
15f18d14
AT
14322019-04-30 Ali Tamur <tamur@google.com>
1433
1434 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1435
2ff0a947
TT
14362019-04-30 Tom Tromey <tromey@adacore.com>
1437
1438 * lib/ada.exp (find_ada_tool): New proc.
1439 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1440 * gdb.ada/catch_ex_std.exp: New file.
1441 * gdb.ada/catch_ex_std/foo.adb: New file.
1442 * gdb.ada/catch_ex_std/some_package.adb: New file.
1443 * gdb.ada/catch_ex_std/some_package.ads: New file.
1444
a776957c
TT
14452019-04-30 Tom Tromey <tromey@adacore.com>
1446
1447 PR c++/24470:
1448 * gdb.cp/temargs.cc: Add test code from PR.
1449
bc68014d
AB
14502019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1451
1452 * gdb.fortran/vla-datatypes.exp: Update expected results.
1453 * gdb.fortran/vla-ptype.exp: Likewise.
1454 * gdb.fortran/vla-type.exp: Likewise.
1455 * gdb.fortran/vla-value.exp: Likewise.
1456
f1fdc960
AB
14572019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1458
1459 * gdb.fortran/ptr-indentation.exp: Update expected results.
1460 * gdb.fortran/ptype-on-functions.exp: Likewise.
1461 * gdb.fortran/vla-ptr-info.exp: Likewise.
1462 * gdb.fortran/vla-value.exp: Likewise.
1463
bf7a4de1
AB
14642019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1465
1466 * gdb.fortran/ptype-on-functions.exp: New file.
1467 * gdb.fortran/ptype-on-functions.f90: New file.
1468
bbe75b9d
AB
14692019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1470
1471 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1472 case void string.
1473
1db455a7
AB
14742019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1475
1476 * gdb.fortran/complex.exp: Expand.
1477 * gdb.fortran/complex.f: Renamed to...
1478 * gdb.fortran/complex.f90: ...this, and extended to add more
1479 complex values.
1480
b6d03bb2
AB
14812019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1482
1483 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1484 MODULO, CMPLX.
1485
2e62ab40
AB
14862019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1487 Richard Bunt <richard.bunt@arm.com>
1488
1489 * gdb.base/max-depth.c: New file.
1490 * gdb.base/max-depth.exp: New file.
1491 * gdb.python/py-nested-maps.c: New file.
1492 * gdb.python/py-nested-maps.exp: New file.
1493 * gdb.python/py-nested-maps.py: New file.
1494 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1495 (test_all_common): Call test_max_depth.
1496 * gdb.fortran/max-depth.exp: New file.
1497 * gdb.fortran/max-depth.f90: New file.
1498 * gdb.go/max-depth.exp: New file.
1499 * gdb.go/max-depth.go: New file.
1500 * gdb.modula2/max-depth.exp: New file.
1501 * gdb.modula2/max-depth.c: New file.
1502 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1503
d2b584a5
TV
15042019-04-29 Tom de Vries <tdevries@suse.de>
1505
1506 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1507
136afab8
PW
15082019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1509
1510 * gdb.base/callexit.exp: Test may-call-functions off.
1511
725cbb63
KS
15122019-04-25 Keith Seitz <keiths@redhat.com>
1513
1514 PR c++/24367
1515 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1516 (another_incomplete_struct, test_incomplete): New definitions.
1517 (main): Use new definitions.
1518 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1519 functions.
1520
82433e3e
SDJ
15212019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1522
1523 PR corefiles/11608
1524 PR corefiles/18187
1525 * gdb.base/coredump-filter-build-id.exp: New file.
1526
dd06d4d6
AH
15272019-04-25 Alan Hayward <alan.hayward@arm.com>
1528
e79be6e5
SM
1529 * Makefile.in: Pass through GDBSERVER_DEBUG.
1530 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1531 (gdbserver,debug): Add board setting.
1532 * gdb.trace/tspeed.exp: Skip when debugging.
1533 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1534 * lib/gdbserver-support.exp: Likewise
dd06d4d6 1535
1670072e
TT
15362019-04-24 Tom Tromey <tromey@adacore.com>
1537
1538 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1539 Rust.
1540
a59240a4
TT
15412019-04-24 Tom Tromey <tromey@adacore.com>
1542
1543 * gdb.arch/amd64-eval.exp: Test bitfield return.
1544 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1545 (class Foo) <return_bitfields>: New method.
1546 (main): Call it.
1547
b907456c
AB
15482019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1549
1550 * gdb.cp/many-args.cc: New file.
1551 * gdb.cp/many-args.exp: New file.
1552
5c565afd
TV
15532019-04-23 Tom de Vries <tdevries@suse.de>
1554
1555 PR gdb/24433
1556 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1557
ba22ff86
AH
15582019-04-23 Alan Hayward <alan.hayward@arm.com>
1559
1560 * gdb.trace/backtrace.exp: Use nopie flag.
1561 * gdb.trace/circ.exp: Likewise.
1562 * gdb.trace/collection.exp: Likewise.
1563 * gdb.trace/ftrace.exp: Likewise.
1564 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1565 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1566 * gdb.trace/qtro.exp: Likewise.
1567 * gdb.trace/read-memory.exp: Likewise.
1568 * gdb.trace/report.exp: Likewise.
1569 * gdb.trace/tfile.exp: Likewise.
1570 * gdb.trace/tfind.exp: Likewise.
1571 * gdb.trace/unavailable.exp: Likewise.
1572
7905fc35
PA
15732019-04-22 Pedro Alves <palves@redhat.com>
1574
1575 * gdb.base/solib-probes-nosharedlibrary.c,
1576 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1577
8ecb59f8
TT
15782019-04-19 Tom Tromey <tromey@adacore.com>
1579
1580 * gdb.ada/ptype_union.c: New file.
1581 * gdb.ada/ptype_union.exp: New file.
1582
62160ec9
TT
15832019-04-19 Tom Tromey <tromey@adacore.com>
1584
1585 PR symtab/24423:
1586 * gdb.base/list0.h (foo): Add a control-l character.
1587
36cd4ba5
TV
15882019-04-18 Tom de Vries <tdevries@suse.de>
1589
1590 PR gdb/24433
1591 * boards/local-board.exp: Set sysroot to "".
1592
b73715df
TV
15932019-04-18 Tom de Vries <tdevries@suse.de>
1594 Pedro Alves <palves@redhat.com>
1595
1596 PR gdb/24454
1597 * gdb.threads/vfork-follow-child-exec.c: New file.
1598 * gdb.threads/vfork-follow-child-exec.exp: New file.
1599 * gdb.threads/vfork-follow-child-exit.c: New file.
1600 * gdb.threads/vfork-follow-child-exit.exp: New file.
1601
4aa866af
LS
16022019-04-15 Leszek Swirski <leszeks@google.com>
1603
1604 * gdb.arch/amd64-eval.cc: New file.
1605 * gdb.arch/amd64-eval.exp: New file.
1606
e5a1a79a
AH
16072019-04-11 Alan Hayward <alan.hayward@arm.com>
1608
1609 * gdb.server/sysroot.c: New test.
1610 * gdb.server/sysroot.exp: New file.
1611 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1612 matching param.
1613
41077b66
AB
16142019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1615
1616 * gdb.base/align.exp: Extend test to cover structures containing
1617 only static fields.
1618
c30391f8
TV
16192019-04-11 Tom de Vries <tdevries@suse.de>
1620
1621 * boards/cc-with-dwz-m.exp: New file.
1622 * boards/cc-with-dwz.exp: New file.
1623 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1624
e242fd12
SM
16252019-04-09 Simon Marchi <simon.marchi@efficios.com>
1626
1627 * gdb.base/start-cpp.exp: New file.
1628 * gdb.base/start-cpp.cc: New file.
1629
2b0c8b01
KB
16302019-04-08 Kevin Buettner <kevinb@redhat.com>
1631
1632 * gdb.python/py-thrhandle.exp: Adjust tests to call
1633 thread_from_handle instead of thread_from_thread_handle.
1634
947210e5
KB
16352019-04-08 Kevin Buettner <kevinb@redhat.com>
1636
1637 * gdb.python/py-thrhandle.exp: Add tests for
1638 gdb.InferiorThread.handle.
1639
d7df6549
AB
16402019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1641
1642 * gdb.python/py-function.exp: Check calling helper function from
1643 all languages.
1644 * lib/gdb.exp (gdb_supported_languages): New proc.
1645
8bdc1658
AB
16462019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1647
1648 * gdb.base/complex-parts.c: New file.
1649 * gdb.base/complex-parts.exp: New file.
1650
05caa1d2
TT
16512019-04-01 Tom Tromey <tromey@adacore.com>
1652
1653 PR symtab/23331:
1654 * gdb.dwarf2/dw2-ranges-main.c: New file.
1655 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1656 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1657
7734102d
EZ
16582019-03-30 Simon Marchi <simark@simark.ca>
1659
1660 * gdb.base/default.exp: Add values for $_gdb_major and
1661 $_gdb_minor.
1662
188e1fa9
TT
16632019-03-29 Tom Tromey <tromey@adacore.com>
1664
1665 * gdb.base/help.exp: Tighten apropos regexp.
1666
2880242d
KS
16672019-03-29 Keith Seitz <keiths@redhat.com>
1668
1669 * gdb.fortran/array-bounds.exp: New file.
1670 * gdb.fortran/array-bounds.f90: New file.
1671
077cad8e
PW
16722019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1673
1674 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1675
80047cfc
PW
16762019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1677
1678 * gdb.multi/hello.c (main): Increase alarm timer.
1679
f489207e
SL
16802019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1681
1682 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1683 factor when no hardware watchpoint support.
1684
c92df149
AH
16852019-03-28 Alan Hayward <alan.hayward@arm.com>
1686 Pedro Alves <palves@redhat.com>
1687
1688 * boards/local-board.exp: set sysroot to /.
1689
933aebfa
AH
16902019-03-27 Alan Hayward <alan.hayward@arm.com>
1691
1692 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1693 in child.
1694
9f9aa852
AB
16952019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1696
1697 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1698 field.
1699 (make_container): Initialise new field.
1700 * gdb.python/py-prettyprint.exp: Add new tests.
1701 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1702 <display_hint>: New method.
1703
3714a195
AB
17042019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1705
1706 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1707 gdb_continue_to_breakpoint more throughout this test.
1708 (run_lang_tests) Supply unique test names, and use
1709 gdb_test_no_output.
1710
18c77628
AB
17112019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1712
1713 * gdb.base/finish-pretty.exp: Update expected results.
1714 * gdb.base/pretty-print.c: New file.
1715 * gdb.base/pretty-print.exp: New file.
1716
9a93502f
PA
17172019-03-25 Pedro Alves <palves@redhat.com>
1718
1719 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1720 move comments outside list. Append '-i "" eof' section.
1721
968aa7ae
AH
17222019-03-22 Alan Hayward <alan.hayward@arm.com>
1723
1724 * README: Add pie options.
1725 * gdb.base/break-interp.exp: Ensure pie is disabled.
1726 * gdb.base/dump.exp: Likewise.
1727 * lib/gdb.exp (gdb_compile): Add pie option.
1728
4c7d57e7
TT
17292019-03-19 Tom Tromey <tromey@adacore.com>
1730
1731 * gdb.mi/mi2-cli-display.c: New file.
1732 * gdb.mi/mi2-cli-display.exp: New file.
1733
bff8c71f
TT
17342019-03-18 Joel Brobecker <brobecker@adacore.com>
1735 Tom Tromey <tromey@adacore.com>
1736
1737 * gdb.ada/ptype_array/pck.adb: New file.
1738 * gdb.ada/ptype_array/pck.ads: New file.
1739 * gdb.ada/ptype_array/foo.adb: New file.
1740 * gdb.ada/ptype_array.exp: New file.
1741
d085f989
TT
17422019-03-14 Tom Tromey <tromey@adacore.com>
1743
1744 * gdb.base/style.exp: Add "set style sources" test.
1745
b4be1b06
SM
17462019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1747
1748 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1749 * mi-breakpoint-multiple-locations.exp: ... this.
1750 (make_breakpoints_pattern): New proc.
1751 (do_test): Add mi_version parameter, test -break-insert,
1752 -break-info and =breakpoint-created.
1753
7cde5fc2
AB
17542019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1755
1756 * config/default.exp: Remove 'load_lib gdb.exp'.
1757 * config/monitor.exp: Likewise.
1758 * config/sid.exp: Likewise.
1759 * config/sim.exp: Likewise.
1760 * config/slite.exp: Likewise.
1761 * config/unix.exp: Likewise.
1762 * gdb.base/default.exp: Remove unhelpful comment.
1763
efbecbc1
AB
17642019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1765
1766 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1767
0841c79a
AB
17682019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1769
1770 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1771
4a270568
AB
17722019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1773
1774 * gdb.fortran/type-kinds.exp: Update expected results.
1775
067630bd
AB
17762019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1777
1778 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1779
3be47f7a
AB
17802019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1781
1782 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1783 function.
1784 (test_basic_parsing_of_type_kinds): Expand types tested.
1785 (test_parsing_invalid_type_kinds): New function.
1786
4d00f5d8
AB
17872019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1788
1789 * gdb.fortran/intrinsics.exp: New file.
1790 * gdb.fortran/intrinsics.f90: New file.
1791 * gdb.fortran/type-kinds.exp: New file.
1792
c8f91604
AB
17932019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1794
1795 * gdb.fortran/dot-ops.exp: New file.
1796
dd9f2c76
AB
17972019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1798
1799 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1800 Check upper and lower case logical literals.
1801
84ec9724
AB
18022019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1803
1804 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1805 Remove duplicate tests.
1806
c3734e09
AH
18072019-03-06 Alan Hayward <alan.hayward@arm.com>
1808
1809 * lib/gdb.exp (builtin_cd): rename of cd.
1810 (cd): Override builtin.
1811
aa3cfbda
RB
18122019-03-06 Richard Bunt <richard.bunt@arm.com>
1813
1814 * gdb.fortran/function-calls.exp: New file.
1815 * gdb.fortran/function-calls.f90: New test.
1816
7b63ad86
RB
18172019-03-04 Richard Bunt <richard.bunt@arm.com>
1818
1819 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1820 on user program standard output.
1821 * gdb.fortran/short-circuit-argument-list.f90: Record function
1822 calls.
1823
01abb042
AH
18242019-02-28 Alan Hayward <alan.hayward@arm.com>
1825
c3734e09
AH
1826 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1827 failure.
01abb042 1828
92137da0
RO
18292019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1830
1831 PR gdb/8527
1832 * gdb.base/interrupt-daemon-attach.c,
1833 gdb.base/interrupt-daemon-attach.exp: New test.
1834
5862844d
PA
18352019-02-27 Pedro Alves <palves@redhat.com>
1836
1837 * gdb.base/page.exp: Add tests for "set width/height -1".
1838
8ed25214
PA
18392019-02-27 Pedro Alves <palves@redhat.com>
1840
1841 * gdb.base/page.exp: Add tests for "set/show width/height" with
1842 "infinite" values.
1843
6c28e44a
TT
18442019-02-27 Tom Tromey <tromey@adacore.com>
1845
1846 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1847 2.4.
1848 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1849 workaround.
1850
bf9a735e
AB
18512019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1852
1853 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1854 tests for structs with static members.
1855
8791793c
TT
18562019-02-26 Tom Tromey <tromey@adacore.com>
1857
1858 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1859 ValueError, not TypeError.
1860
bc2a507e
KB
18612019-02-26 Kevin Buettner <kevinb@redhat.com>
1862
1863 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1864 call from main program.
1865
e0e7d3bd
JB
18662019-02-23 Joel Brobecker <brobecker@adacore.com>
1867
1868 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1869 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1870 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1871 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1872 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1873
9600246d
KS
18742019-02-22 Keith Seitz <keiths@redhat.com>
1875
1876 PR symtab/23853
1877 * gdb.base/symlink-sourcefile.c: New file.
1878 * gdb.base/symlink-sourcefile.exp: New file.
1879
0c95f9ed
TT
18802019-02-20 Tom Tromey <tom@tromey.com>
1881
1882 * gdb.base/info_qt.exp: Update.
1883
6caa91b6
SM
18842019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1885
1886 * gdb.base/source.exp: Move "error in sourced script" code to
1887 the end.
1888 * gdb.base/source-error.gdb: Move contents to
1889 source-error-1.gdb. Add new code to source source-error-1.gdb.
1890 * gdb.base/source-error-1.gdb: New file, from previous
1891 source-error.gdb.
1892
6506371f
TT
18932019-02-17 Tom Tromey <tom@tromey.com>
1894
1895 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1896 for macro styling.
1897 * gdb.base/style.c (SOME_MACRO): New macro.
1898
a0087920
TT
18992019-02-17 Tom Tromey <tom@tromey.com>
1900
1901 * gdb.base/style.exp: Add line-wrapping tests.
1902 * gdb.base/page.exp: Add test for quitting during pagination.
1903
a2cd4f14
JB
19042019-02-17 Joel Brobecker <brobecker@adacore.com>
1905
1906 * gdb.ada/big_packed_array: New testcase.
1907 * gdb.ada/homonym.exp: Fix incorrect expected output for
1908 "break <homonym__get_value>" test.
1909
9d70ffbc
WP
19102019-02-13 Weimin Pan <weimin.pan@oracle.com>
1911
1912 PR breakpoints/21870
1913 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1914 and prepare_for_testing. Add comment.
1915 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1916 redundant cleanup call. Clean up comment.
1917
01c7ae81
WP
19182019-02-12 Weimin Pan <weimin.pan@oracle.com>
1919
1920 PR breakpoints/21870
1921 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1922 * gdb.arch/aarch64-dbreg-contents.c: New file.
1923
aff29d1c
JB
19242019-02-10 Joel Brobecker <brobecker@adacore.com>
1925
1926 * gdb.ada/mi_ref_changeable: New testcase.
1927
df0da8a2
AH
19282019-02-07 Alan Hayward <alan.hayward@arm.com>
1929
1930 * gdb.base/attach.exp: Add double attach test.
1931
bd447abb
SM
19322019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1933
1934 * lib/gdb.exp (default_gdb_start): Don't match pagination
1935 prompt.
1936 (gdb_init): Set stty_init.
1937
1dbc40b9
TT
19382019-01-27 Tom Tromey <tom@tromey.com>
1939
1940 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1941 skip_python_tests.
1942
353229bf
AH
19432019-01-24 Alan Hayward <alan.hayward@arm.com>
1944
1945 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1946 New structure.
1947 (struct struct_static_02_02): Likewise.
1948 (struct struct_static_02_03): Likewise.
1949 (struct struct_static_02_04): Likewise.
1950 (struct struct_static_04_01): Likewise.
1951 (struct struct_static_04_02): Likewise.
1952 (struct struct_static_04_03): Likewise.
1953 (struct struct_static_04_04): Likewise.
1954 (struct struct_static_06_01): Likewise.
1955 (struct struct_static_06_02): Likewise.
1956 (struct struct_static_06_03): Likewise.
1957 (struct struct_static_06_04): Likewise.
1958 (cmp_struct_static_02_01): Likewise.
1959 (cmp_struct_static_02_02): Likewise.
1960 (cmp_struct_static_02_03): Likewise.
1961 (cmp_struct_static_02_04): Likewise.
1962 (cmp_struct_static_04_01): Likewise.
1963 (cmp_struct_static_04_02): Likewise.
1964 (cmp_struct_static_04_03): Likewise.
1965 (cmp_struct_static_04_04): Likewise.
1966 (cmp_struct_static_06_01): Likewise.
1967 (cmp_struct_static_06_02): Likewise.
1968 (cmp_struct_static_06_03): Likewise.
1969 (cmp_struct_static_06_04): Likewise.
1970 (call_all): Test new structs.
1971 * gdb.base/infcall-nested-structs.exp: Likewise.
1972
73021deb
AH
19732019-01-21 Alan Hayward <alan.hayward@arm.com>
1974 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1975
fc65c7db
AH
19762019-01-21 Alan Hayward <alan.hayward@arm.com>
1977 * gdb.base/stack-protector.c: New test.
1978 * gdb.base/stack-protector.exp: New file.
1979 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1980 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1981 option.
1982 (gdb_compile): Remove stack protector for GCC and prevent
1983 recursion.
1984
c24bdb02
KS
19852019-01-16 Keith Seitz <keiths@redhat.com>
1986
1987 PR gdb/23773
1988 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
1989
6f072a10
PFC
19902019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1991
1992 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
1993 aliases.
1994 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
1995 tests.
1996 * gdb.arch/powerpc-vector-regs.c: New file.
1997 * gdb.arch/powerpc-vector-regs.exp: New file.
1998
a7b8d682
PFC
19992019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2000
2001 * gdb.arch/altivec-regs.exp: Fix the list passed to
2002 gdb_expect_list when testing "info vector".
2003
6eb6fb67
AB
20042019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2005
2006 * gdb.base/style.exp: Don't include path in testname.
2007
b56f80d8
KS
20082019-01-10 Keith Seitz <keiths@redhat.com>
2009
2010 PR gdb/23712
2011 PR symtab/23010
2012 * gdb.dwarf2/multidictionary.exp: New file.
2013
041be526
SM
20142019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2015
2016 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2017 (test_gnuv3_style_demangling): ... this.
2018 (test_lucid_style_demangling): Remove.
2019 (test_arm_style_demangling): Remove.
2020 (test_hp_style_demangling): Remove.
2021 (do_tests): Remove calls to the above.
2022
d820d0c3
AB
20232019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2024
2025 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2026 case.
2027
f097f5ad
TT
20282019-01-06 Tom Tromey <tom@tromey.com>
2029
2030 PR gdb/28155:
2031 * gdb.dwarf2/typedef-void-finish.exp: New file.
2032
2cd8cc0b
TT
20332018-12-28 Tom Tromey <tom@tromey.com>
2034 Simon Marchi <simark@simark.ca>
2035
2036 * gdb.base/jit-exec.exp: New file.
2037 * gdb.base/jit-exec.c: New file.
2038 * gdb.base/jit-execd.c: New file.
2039
35fb8261
TT
20402018-12-28 Tom Tromey <tom@tromey.com>
2041
2042 * gdb.base/style.exp: Update test to check for address styling.
2043
47fd17cd
TT
20442018-12-28 Tom Tromey <tom@tromey.com>
2045
2046 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2047 message.
2048
d47032b7
TT
20492018-12-28 Tom Tromey <tom@tromey.com>
2050
2051 * gdb.base/style.exp: Add test for version number styling.
2052
af79b68d
TT
20532018-12-28 Tom Tromey <tom@tromey.com>
2054
2055 * gdb.base/style.exp: Add test for print_address_symbolic.
2056
0bb296cb
TT
20572018-12-28 Tom Tromey <tom@tromey.com>
2058
2059 * gdb.base/style.exp: Add test for breakpoint setting.
2060
80ae2043
TT
20612018-12-28 Tom Tromey <tom@tromey.com>
2062
2063 * gdb.base/style.exp: Add test for variable names.
2064
cbe56571
TT
20652018-12-28 Tom Tromey <tom@tromey.com>
2066
2067 * gdb.base/style.exp: New file.
2068 * gdb.base/style.c: New file.
2069
9162a27c
TT
20702018-12-28 Tom Tromey <tom@tromey.com>
2071
2072 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2073 "dumb".
2074 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2075 the TERM environment variable.
2076
bc543c90
TT
20772018-12-27 Tom Tromey <tom@tromey.com>
2078
2079 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2080 pagination test.
2081
6f0ffe50
AB
20822018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2083
2084 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2085 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2086
b5a1e557
PW
20872018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2088
2089 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2090 Filename a.adb changed to bp_fun_addr.adb.
2091 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2092
6e8b1ab2
JV
20932018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2094
2095 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2096 non-PIE executables.
2097 * README: Mention the gdb,nopie_flag board setting.
2098 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2099 non-PIE executable.
2100 * gdb.arch/amd64-entry-value.exp: Likewise.
2101 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2102 * gdb.arch/i386-float.exp: Likewise.
2103 * gdb.arch/i386-signal.exp: Likewise.
2104 * gdb.mi/mi-reg-undefined.exp: Likewise.
2105
d00a27c5
PM
21062018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2107
2108 PR gdb/23974
2109 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2110
161d081c
PW
21112018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2112
2113 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2114 Update order of results accordingly.
2115
b001de23
AB
21162018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2117
2118 * gdb.base/annota1.exp: Update a test regexp.
2119
99e1a184
AB
21202018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2121
2122 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2123
7a81c1e2
PW
21242018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2125
2126 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2127 (reuse_time): Initialize to REUSE_TIME_CAP.
2128 (check_rc): New function.
2129 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2130 Check pthread_create rc.
2131 (spawner_thread_func): Check pthread_create and pthread_join rc.
2132
73e8dc90
PA
21332018-12-08 Pedro Alves <palves@redhat.com>
2134
2135 * gdb.base/list.exp (test_forward_search): Rename to ...
2136 (test_forward_reverse_search): ... this. Also test reverse-search
2137 and the forward-search alias.
2138
13f2ed32
AB
21392018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2140
2141 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2142 local timeout variable before return, and remove all local timeout
2143 variable entirely.
2144 (gdb_load): Likewise.
2145
64d27cfc
TV
21462018-12-01 Tom de Vries <tdevries@suse.de>
2147
2148 * gdb.base/gdb-caching-proc.exp: New file.
2149
f63c03b4
SDJ
21502018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2151
2152 * Makefile.in (TIMESTAMP): New variable.
2153 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2154 command.
2155 (check-single-racy): Likewise.
2156 (check/%.exp): Likewise.
2157 (check-racy/%.exp): Likewise.
2158 (workers/%.worker): Likewise.
2159 (build-perf): Likewise.
2160 (check-perf): Likewise.
2161 * README: Describe new "TS" and "TS_FORMAT" variables.
2162 * print-ts.py: New file.
2163
1c97054b
BF
21642018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2165
2166 PR python/23714
2167 * gdb.python/python.exp: Test command repetition after
2168 gdb.execute.
2169
1871a62d
AB
21702018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2171
2172 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2173 is correctly aligned.
2174
fb5e1ed9
PW
21752018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2176
2177 * gdb.ada/info_auto_lang.exp: New testcase.
2178 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2179 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2180 * gdb.ada/info_auto_lang/some_c.c: New file.
2181
43d397ca
PW
21822018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2183
2184 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2185 FUNC_lang language syntax.
2186
beddd671
PW
21872018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2188
2189 * gdb.base/info_minsym.c: New file.
2190 * gdb.base/info_minsym.exp: New file.
2191
73fc52c4
TT
21922018-11-19 Tom Tromey <tom@tromey.com>
2193
2194 PR rust/23625:
2195 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2196 * gdb.rust/expr.exp: Update expected output. Change one test.
2197
994b876a
TT
21982018-11-19 Tom Tromey <tom@tromey.com>
2199
2200 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2201
6769f276
PA
22022018-11-19 Pedro Alves <palves@redhat.com>
2203
2204 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2205 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2206 see the expected warning.
2207
38a72da0
AH
22082018-11-16 Alan Hayward <alan.hayward@arm.com>
2209
2210 PR gdb/22736:
2211 * gdb.cp/infcall-nodebug-lib.c: New test.
2212 * gdb.cp/infcall-nodebug-main.c: New test.
2213 * gdb.cp/infcall-nodebug.exp: New file.
2214
53a89d6e
SM
22152018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2216
2217 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2218 completer tests.
2219
9325300d
TV
22202018-11-09 Tom de Vries <tdevries@suse.de>
2221
2222 * gdb.base/msym-lang.c: New test.
2223 * gdb.base/msym-lang.exp: New file.
2224 * gdb.base/msym-lang-main.c: New test.
2225
20f0d60d
TT
22262018-11-08 Tom Tromey <tom@tromey.com>
2227
2228 PR gdb/23555:
2229 PR gdb/23838:
2230 * gdb.base/warning.exp: New file.
2231
b5420128
JB
22322018-11-08 Jan Beulich <jbeulich@suse.com>
2233
2234 * testsuite/gdb.arch/i386-avx512.c,
2235 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2236
cd115d61
AB
22372018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2238
2239 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2240 point hardware.
2241
35ee2dc2
AB
22422018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2243
2244 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2245 * gdb.dwarf2/missing-type-name.exp: New file.
2246
31aceee8
TV
22472018-11-06 Tom de Vries <tdevries@suse.de>
2248
2249 * gdb.base/many-headers.c: New test.
2250 * gdb.base/many-headers.exp: New file.
2251
109be305
JW
22522018-11-06 Jim Wilson <jimw@sifive.com>
2253
2254 * gdb.base/code_elim.exp: For riscv, set additional_flags
2255 to include -msmall-data-limit=0.
2256
e2b7af72
JB
22572018-11-01 Joel Brobecker <brobecker@adacore.com>
2258
2259 * gdb.ada/watch_minus_l: New testcase.
2260
cdcda965
SM
22612018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2262
2263 * gdb.arch/aix-sighandle.c: New file.
2264 * gdb.arch/aix-sighandle.exp: New file.
2265
92dcebf3
AB
22662018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2267
2268 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2269 registers being unions.
2270
68b9ac18
TV
22712018-10-31 Tom de Vries <tdevries@suse.de>
2272
2273 * lib/valgrind.exp: New file.
2274 (vgdb_start, vgdb_stop): New procs, factored out of ...
2275 * gdb.base/valgrind-bt.exp: ... here, ...
2276 * gdb.base/valgrind-disp-step.exp: ... here and ...
2277 * gdb.base/valgrind-infcall.exp: ... here.
2278
1443936e
TV
22792018-10-31 Tom de Vries <tdevries@suse.de>
2280
2281 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2282
eb77c9df
AB
22832018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2284
2285 * gdb.dwarf2/void-type.c: New file.
2286 * gdb.dwarf2/void-type.exp: New file.
2287
82b5e646
PW
22882018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2289
2290 * gdb.base/info_qt.c: New file.
2291 * gdb.base/info_qt.exp: New file.
2292
8d619c01
EBM
22932018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2294
2295 * gdb.arch/powerpc-htm-regs.c: New file.
2296 * gdb.arch/powerpc-htm-regs.exp: New file.
2297
f2cf6173
EBM
22982018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2299
2300 * gdb.arch/powerpc-tar.c: New file.
2301 * gdb.arch/powerpc-tar.exp: New file.
2302
7ca18ed6
EBM
23032018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2304
2305 * gdb.arch/powerpc-ppr-dscr.c: New file.
2306 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2307
bfcc0eba
TV
23082018-10-25 Tom de Vries <tdevries@suse.de>
2309
2310 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2311
fe1a5cad
TV
23122018-10-24 Tom de Vries <tdevries@suse.de>
2313
2314 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2315 longer exists error.
2316
a76dc3b7
TV
23172018-10-24 Tom de Vries <tdevries@suse.de>
2318
2319 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2320
4df46df7
TV
23212018-10-24 Tom de Vries <tdevries@suse.de>
2322
2323 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2324 --db-attach in valgrind.
2325
0dbfcfff
AB
23262018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2327
2328 * gdb.arch/riscv-reg-aliases.c: New file.
2329 * gdb.arch/riscv-reg-aliases.exp: New file.
2330
b04480b1
AH
23312018-10-19 Alan Hayward <alan.hayward@arm.com>
2332
2333 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2334
2c6ac8d7
AH
23352018-10-19 Alan Hayward <alan.hayward@arm.com>
2336
2337 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2338
2bc69f25
AH
23392018-10-19 Alan Hayward <alan.hayward@arm.com>
2340
2341 * gdb.cp/ovldbreak.exp: Fix regexps.
2342
1f1ae3a3
AH
23432018-10-19 Alan Hayward <alan.hayward@arm.com>
2344
2345 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2346
94c18618
SDJ
23472018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2348
2349 PR cli/23785
2350 * gdb.base/restore.exp: New test to check if "restore" with an
2351 invalid file doesn't segfault.
2352
812cd6eb
TV
23532018-10-18 Tom de Vries <tdevries@suse.de>
2354
2355 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2356 * gdb.ada/excep_handle.exp: Same.
2357 * gdb.ada/mi_string_access.exp: Same.
2358 * gdb.ada/mi_var_union.exp: Same.
2359 * gdb.arch/arc-analyze-prologue.exp: Same.
2360 * gdb.arch/arc-decode-insn.exp: Same.
2361 * gdb.base/readnever.exp: Same.
2362 * gdb.fortran/printing-types.exp: Same.
2363 * gdb.guile/scm-lazy-string.exp: Same.
2364
c4b90788
TV
23652018-10-16 Tom de Vries <tdevries@suse.de>
2366
2367 PR gdb/23730
2368 * gdb.base/catch-follow-exec.c: Add copyright notice.
2369 * gdb.base/catch-follow-exec.exp: Rewrite to use
2370 gdb_spawn_with_cmdline_opts. Require gdb-native.
2371
8bca2978
SL
23722018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2373
2374 * gdb.trace/actions-changed.exp: Check for arch support.
2375 * gdb.trace/actions.exp: Likewise.
2376 * gdb.trace/ax.exp: Likewise.
2377 * gdb.trace/backtrace.exp: Likewise.
2378 * gdb.trace/change-loc.exp: Likewise.
2379 * gdb.trace/deltrace.exp: Likewise.
2380 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2381 * gdb.trace/ftrace.exp: Likewise.
2382 * gdb.trace/infotrace.exp: Check for arch support.
2383 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2384 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2385 * gdb.trace/mi-tsv-changed.exp: Likewise.
2386 * gdb.trace/packetlen.exp: Likewise.
2387 * gdb.trace/passc-dyn.exp: Likewise.
2388 * gdb.trace/passcount.exp: Likewise.
2389 * gdb.trace/pending.exp: Likewise.
2390 * gdb.trace/range-stepping.exp: Check for shlib support.
2391 * gdb.trace/report.exp: Check for arch support.
2392 * gdb.trace/save-trace.exp: Likewise.
2393 * gdb.trace/signal.exp: Check for signal support.
2394 * gdb.trace/tfind.exp: Check for arch support.
2395 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2396 * gdb.trace/trace-common.h: Add comment.
2397 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2398 * gdb.trace/trace-enable-disable.exp: Likewise.
2399 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2400 * gdb.trace/tracecmd.exp: Check for arch support.
2401 * gdb.trace/tspeed.exp: Check for shlib and target support.
2402 * gdb.trace/tstatus.exp: Check for arch support.
2403 * gdb.trace/tsv.exp: Likewise.
2404 * gdb.trace/while-dyn.exp: Likewise.
2405 * gdb.trace/while-stepping.exp: Likewise.
2406 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2407
f9c49bff
SM
24082018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2409
2410 * gdb.trace/tspeed.exp: Remove nowarnings.
2411 (prepare_for_trace_test): Declare "global ipalib".
2412 * gdb.trace/tspeed.c: Include unistd.h.
2413 (main): Remove superfluous printf argument.
2414
d4330bde
SL
24152018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2416
2417 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2418 directory prefix on the filename.
2419
8ecfd7bd
SDJ
24202018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2421
2422 * gdb.gdb/unittest.exp: Update expected message informing that
2423 selftests have been disabled.
2424 * gdb.server/unittest.exp: Likewise.
2425
58bbcd02
TV
24262018-10-09 Tom de Vries <tdevries@suse.de>
2427
2428 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2429 with runto_main.
2430
9f6b697b
WP
24312018-10-08 Weimin Pan <weimin.pan@oracle.com>
2432
2433 PR c++/16841
2434 * gdb.cp/virtbase2.cc: New file.
2435 * gdb.cp/virtbase2.exp: New file.
2436
add5ded5
TT
24372018-10-06 Tom Tromey <tom@tromey.com>
2438
2439 PR python/19399:
2440 * gdb.python/py-inferior.exp: Add architecture test.
2441
f9e48344
TT
24422018-10-06 Tom Tromey <tom@tromey.com>
2443
2444 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2445 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2446
2a8be203
TT
24472018-10-06 Tom Tromey <tom@tromey.com>
2448
2449 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2450 of a "throw" catchpoint.
2451
e04caa70
SDJ
24522018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2453
2454 * gdb.base/info-proc.exp: Update string expected from "help info
2455 proc".
2456
5ca8c39f
TT
24572018-10-04 Tom Tromey <tom@tromey.com>
2458
2459 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2460 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2461 (test_initial_complaints, test_empty_complaints): Update.
2462 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2463
3453e7e4
TT
24642018-10-04 Tom Tromey <tom@tromey.com>
2465
2466 PR cli/19551:
2467 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2468 * lib/gdb.exp (gdb_file_cmd): Update.
2469 * gdb.stabs/weird.exp (print_weird_var): Update.
2470 * gdb.server/solib-list.exp: Update.
2471 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2472 * gdb.mi/mi-cli.exp: Update.
2473 * gdb.linespec/linespec.exp: Update.
2474 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2475 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2476 * gdb.cp/cp-relocate.exp: Update.
2477 * gdb.base/sym-file.exp: Update.
2478 * gdb.base/relocate.exp: Update.
2479 * gdb.base/readnever.exp: Update.
2480 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2481 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2482 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2483 * gdb.base/code_elim.exp: Update.
2484 * gdb.base/break-unload-file.exp (test_break): Update.
2485 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2486 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2487 Update.
2488 * gdb.base/attach.exp (do_attach_tests): Update.
2489 * gdb.base/sepdebug.exp: Update.
2490 * gdb.python/py-section-script.exp: Update.
2491
6afcf761
TT
24922018-10-04 Tom Tromey <tom@tromey.com>
2493
2494 PR cli/22234:
2495 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2496 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2497 output.
2498
fef1b293
TT
24992018-10-04 Tom Tromey <tom@tromey.com>
2500
2501 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2502 set width and height to 0.
2503 (test_command_line_attach_run): Use -quiet.
2504
ca98345e
SL
25052018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2506
2507 * lib/gdb.exp (skip_ifunc_tests): New.
2508 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2509 other compile failures.
2510 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2511
ff34e6ae
SM
25122018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2513
2514 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2515 is_amd64_regs_target.
2516
6bb8890e
AH
25172018-10-01 Alan Hayward <alan.hayward@arm.com>
2518
2519 * gdb.arch/aarch64-sighandler-regs.c: New test.
2520 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2521 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2522
224d30d3
MM
25232018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2524
2525 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2526 assembly.
2527
f67ffa6a
AB
25282018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2529
2530 * gdb.base/frame-selection.exp: New file.
2531 * gdb.base/frame-selection.c: New file.
2532
9fc3183f
AH
25332018-09-27 Alan Hayward <alan.hayward@arm.com>
2534
2535 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2536 pthread barrier.
2537 (main): Likewise.
2538
d354055e
AB
25392018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2540
2541 * gdb.base/large-frame-1.c: New file.
2542 * gdb.base/large-frame-2.c: New file.
2543 * gdb.base/large-frame.exp: New file.
2544 * gdb.base/large-frame.h: New file.
2545
db727370
JL
25462018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2547
2548 PR gdb/20948
2549 * gdb.base/write_mem.exp: New test.
2550 * gdb.base/write_mem.c: Likewise.
2551
ae778caf
TT
25522018-09-23 Tom Tromey <tom@tromey.com>
2553
2554 PR python/18852:
2555 * gdb.python/py-parameter.exp: Add test for parameter that throws
2556 on "set".
2557
fd3ba736
TT
25582018-09-23 Tom Tromey <tom@tromey.com>
2559
2560 PR python/17284:
2561 * gdb.python/py-template.exp (test_template_arg): Add test for
2562 negative template argument number.
2563
39a24317
TT
25642018-09-23 Tom Tromey <tom@tromey.com>
2565
2566 PR python/14062:
2567 * gdb.python/python.exp: Add test for post_event error.
2568
f5769a2c
TT
25692018-09-23 Tom Tromey <tom@tromey.com>
2570
2571 PR python/18170:
2572 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2573 convert pointers to int and long.
2574
1c1e54f6
TT
25752018-09-23 Tom Tromey <tom@tromey.com>
2576
2577 PR python/20126:
2578 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2579 signed-ness conversion tests.
2580
fb4fa946
TT
25812018-09-23 Tom Tromey <tom@tromey.com>
2582
2583 PR python/18352;
2584 * gdb.python/py-value.exp (test_float_conversion): New proc.
2585 Use it.
2586
a466edac
HAQ
25872018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2588
2589 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2590
4ee9b0c5
SL
25912018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2592
2593 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2594 no readline.
2595 * gdb.base/utf8-identifiers.exp: Likewise.
2596 * gdb.cp/cpcompletion.exp: Likewise.
2597 * gdb.linespec/cpcompletion.exp: Likewise.
2598 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2599 * gdb.linespec/cpls-ops.exp: Likewise.
2600
23be8da7
RB
26012018-09-19 Richard Bunt <richard.bunt@arm.com>
2602 Chris January <chris.january@arm.com>
2603
2604 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2605 * gdb.fortran/short-circuit-argument-list.exp: New file.
2606 * gdb.fortran/short-circuit-argument-list.f90: New test.
2607
5031d0ae
SDJ
26082018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2609
2610 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2611 "arch=" keyword when executing "-stack-list-frames".
2612
b4c0d1a4
SDJ
26132018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2614
2615 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2616 "arch=" keyword when executing "-stack-list-frames".
2617
7a6d2b45
SDJ
26182018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2619
2620 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2621 break ada".
2622
8588b356
SM
26232018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2624
2625 PR python/23669
2626 * gdb.python/python.exp: Test gdb.execute("show commands").
2627
65e65158
TT
26282018-09-16 Tom Tromey <tom@tromey.com>
2629
2630 * gdb.base/new-ui.exp (do_execution_tests): Update.
2631 * gdb.base/dbx.exp (test_breakpoints): Update.
2632
bf326452
AH
26332018-09-14 Alan Hayward <alan.hayward@arm.com>
2634
2635 * lib/gdb.exp (gdb_simple_compile): Add proc.
2636 (is_elf_target): Use gdb_simple_compile.
2637 (skip_altivec_tests): Likewise.
2638 (skip_vsx_tests): Likewise.
2639 (skip_tsx_tests): Likewise.
2640 (skip_btrace_tests): Likewise.
2641 (skip_btrace_pt_tests): Likewise.
2642 (gdb_can_simple_compile): Likewise.
2643 (gdb_has_argv0): Likewise.
2644 (gdb_target_symbol_prefix): Likewise.
2645 (target_supports_scheduler_locking): Likewise.
2646
2361b0fb
TT
26472018-09-13 Tom Tromey <tom@tromey.com>
2648
2649 * Makefile.in (TAGS): Recognize proc_with_prefix and
2650 gdb_caching_proc.
2651
0ae1a321
SM
26522018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2653
2654 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2655 method.
2656
a40bf0c2
SM
26572018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2658
2659 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2660 and a few other Inferior properties when the Inferior is no
2661 longer valid.
2662
4a3fe98f
TT
26632018-09-13 Tom Tromey <tom@tromey.com>
2664
2665 PR rust/23650:
2666 * gdb.rust/simple.exp: Add test for enum field access error.
2667
098b2108
TT
26682018-09-13 Tom Tromey <tom@tromey.com>
2669
2670 PR rust/23626:
2671 * gdb.rust/simple.rs (EmptyEnum): New type.
2672 (main): Use it.
2673 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2674
1256af7d
SM
26752018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2676
2677 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2678 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2679 * gdb.python/py-symtab.exp: Update test printing an objfile.
2680
4aa8e6c2
SM
26812018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2682
2683 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2684 object.
2685
c221b2f7
AH
26862018-09-12 Alan Hayward <alan.hayward@arm.com>
2687
2688 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2689 (support_complex_tests): Use gdb_can_simple_compile.
2690 (is_ilp32_target): Likewise.
2691 (is_lp64_target): Likewise.
2692 (is_64_target): Likewise.
2693 (is_amd64_regs_target): Likewise.
2694 (is_aarch32_target): Likewise.
2695 (gdb_int128_helper): Likewise.
2696
6f1107b5
JK
26972018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2698
2699 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2700
1f5d1570
JG
27012018-09-10 Jerome Guitton <guitton@adacore.com>
2702
2703 * gdb.ada/same_component_name: Add test for case of tagged record
2704 with variable-length fields.
2705
cc330e39
XR
27062018-09-10 Xavier Roirand <roirand@adacore.com>
2707
2708 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2709 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2710 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2711 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2712
b9c50e9a
XR
27132018-09-10 Xavier Roirand <roirand@adacore.com>
2714
2715 * gdb.ada/mi_string_access.exp: New testcase.
2716 * gdb.ada/mi_string_access/bar.adb: New file.
2717 * gdb.ada/mi_string_access/pck.adb: New file.
2718 * gdb.ada/mi_string_access/pck.asd: New file.
2719
2963898f
XR
27202018-09-10 Xavier Roirand <roirand@adacore.com>
2721
2722 * gdb.ada/mi_var_union.exp: New testcase.
2723 * gdb.ada/mi_var_union/bar.adb: New file.
2724 * gdb.ada/mi_var_union/pck.adb: New file.
2725 * gdb.ada/mi_var_union/pck.asd: New file.
2726
1aac008f
TT
27272018-09-08 Tom Tromey <tom@tromey.com>
2728
2729 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2730
332cf4c9
TT
27312018-09-08 Tom Tromey <tom@tromey.com>
2732
2733 PR python/16047:
2734 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2735 (register_pretty_printers): Register new printer.
2736 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2737 test.
2738 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2739 (an_int_type3): New global.
2740
424da6cf
JB
27412018-09-08 Joel Brobecker <brobecker@adacore.com>
2742
2743 * gdb.ada/expr_with_funcall: New testcase.
2744
2a62dfa9
JB
27452018-09-08 Joel Brobecker <brobecker@adacore.com>
2746
2747 * gdb.ada/packed_array_assign: New testcase.
2748
96b6697f
AB
27492018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2750
2751 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2752 names, and add test prefixes to make test names unique.
2753
e4a62c65
TV
27542018-09-05 Tom de Vries <tdevries@suse.de>
2755
2756 * gdb.dwarf2/varval.exp: Add test.
2757
dd083ee2
GB
27582018-09-04 Gary Benson <gbenson@redhat.com>
2759
2760 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2761 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2762
aef9346c
TT
27632018-08-31 Tom Tromey <tom@tromey.com>
2764
2765 * gdb.rust/simple.rs: Rename second variable "v".
2766
c67f2e15
AB
27672018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2768
2769 * gdb.base/funcargs.c (use_a): New function.
2770 (recurse): Call use_a.
2771
078a0207
KS
27722018-08-29 Keith Seitz <keiths@redhat.com>
2773
2774 * gdb.compile/compile-cplus-anonymous.cc: New file.
2775 * gdb.compile/compile-cplus-anonymous.exp: New file.
2776 * gdb.compile/compile-cplus-array-decay.cc: New file.
2777 * gdb.compile/compile-cplus-array-decay.exp: New file.
2778 * gdb.compile/compile-cplus-inherit.cc: New file.
2779 * gdb.compile/compile-cplus-inherit.exp: New file.
2780 * gdb.compile/compile-cplus-member.cc: New file.
2781 * gdb.compile/compile-cplus-member.exp: New file.
2782 * gdb.compile/compile-cplus-method.cc: New file.
2783 * gdb.compile/compile-cplus-method.exp: New file.
2784 * gdb.compile/compile-cplus-mod.c: "New" file.
2785 * gdb.compile/compile-cplus-namespace.cc: New file.
2786 * gdb.compile/compile-cplus-namespace.exp: New file.
2787 * gdb.compile/compile-cplus-nested.cc: New file.
2788 * gdb.compile/compile-cplus-nested.exp: New file.
2789 * gdb.compile/compile-cplus-print.c: "New" file.
2790 * gdb.compile/compile-cplus-print.exp: "New" file.
2791 * gdb.compile/compile-cplus-virtual.cc: New file.
2792 * gdb.compile/compile-cplus-virtual.exp: New file.
2793 * gdb.compile/compile-cplus.c: "New" file.
2794 * gdb.compile/compile-cplus.exp: "New" file.
2795 * lib/compile-support.exp: New file.
2796
b0f492b9
GB
27972018-08-16 Gary Benson <gbenson@redhat.com>
2798
2799 PR gdb/13000:
2800 * gdb.base/batch-exit-status.exp: New file.
2801 * gdb.base/batch-exit-status.good-commands: Likewise.
2802 * gdb.base/batch-exit-status.bad-commands: Likewise.
2803
36eb4c5f
AH
28042018-08-29 Alan Hayward <alan.hayward@arm.com>
2805
2806 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2807 (struct struct02): Likewise.
2808 (struct struct03): Likewise.
2809 (struct struct04): Likewise.
2810 (struct struct_01_01): New struct.
2811 (struct struct_01_02): Likewise.
2812 (struct struct_01_03): Likewise.
2813 (struct struct_01_04): Likewise.
2814 (struct struct_02_01): Likewise.
2815 (struct struct_02_02): Likewise.
2816 (struct struct_02_03): Likewise.
2817 (struct struct_02_04): Likewise.
2818 (struct struct_04_01): Likewise.
2819 (struct struct_04_02): Likewise.
2820 (struct struct_04_03): Likewise.
2821 (struct struct_04_04): Likewise.
2822 (struct struct_05_01): Likewise.
2823 (struct struct_05_02): Likewise.
2824 (struct struct_05_03): Likewise.
2825 (struct struct_05_04): Likewise.
2826 (cmp_struct01): Remove function.
2827 (cmp_struct02): Likewise.
2828 (cmp_struct03): Likewise.
2829 (cmp_struct04): Likewise.
2830 (cmp_struct_01_01): Add Function.
2831 (cmp_struct_01_02): Likewise.
2832 (cmp_struct_01_03): Likewise.
2833 (cmp_struct_01_04): Likewise.
2834 (cmp_struct_02_01): Likewise.
2835 (cmp_struct_02_02): Likewise.
2836 (cmp_struct_02_03): Likewise.
2837 (cmp_struct_02_04): Likewise.
2838 (cmp_struct_04_01): Likewise.
2839 (cmp_struct_04_02): Likewise.
2840 (cmp_struct_04_03): Likewise.
2841 (cmp_struct_04_04): Likewise.
2842 (cmp_struct_05_01): Likewise.
2843 (cmp_struct_05_02): Likewise.
2844 (cmp_struct_05_03): Likewise.
2845 (cmp_struct_05_04): Likewise.
2846 (call_all): Add new structs.
2847 * gdb.base/infcall-nested-structs.exp: Likewise.
2848
3bf9c013
JV
28492018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2850
2851 * gdb.python/py-framefilter-mi.exp: Update regexp to
2852 check for "arch" field in frame output.
2853
450d1e88
KB
28542018-08-23 Kevin Buettner <kevinb@redhat.com>
2855
2856 * gdb.dwarf2/dw2-ranges-func.c: New file.
2857 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2858
ae739fe7
SM
28592018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2860
2861 * gdb.base/term.exp: Compare terminal settings with values from
2862 the inferior.
2863 * gdb.base/term.c: Get and set terminal settings.
2864
6d52907e
JV
28652018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2866
2867 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2868 accommodate new "arch" field in frame output.
2869 * gdb.mi/mi-return.exp: Likewise.
2870 * gdb.mi/mi-stack.exp: Likewise.
2871 * gdb.mi/mi-syn-frame.exp: Likewise.
2872 * gdb.mi/user-selected-context-sync.exp: Likewise.
2873
be2d111a
MS
28742018-08-19 Michael Spang <spang@google.com>
2875
2876 PR gdb/11786
2877 * gdb.base/gcore-tls-pie.c: New file.
2878 * gdb.base/gcore-tls-pie.exp: New file.
2879
ae3a7c47
KB
28802018-08-18 Kevin Buettner <kevinb@redhat.com>
2881
2882 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
2883 * gdb.dwarf2/varval.c: New file.
2884 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 2885
2ecae92e
AH
28862018-08-17 Alan Hayward <alan.hayward@arm.com>
2887
2888 PR gdb/18931
2889 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2890
c1854f1d
KS
28912018-08-16 Keith Seitz <keiths@redhat.com>
2892
2893 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2894 tests expected to pass.
2895
26fb3983
JV
28962018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2897
2898 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2899 -data-disassemble -a.
2900 (test_disassembly_bogus_args): Likewise.
2901
67943c00
AB
29022018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2903
2904 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2905
5ff2bbae
AB
29062018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2907
2908 * gdb.base/vla-optimized-out.exp: Add new test.
2909
e5bbcd0f
AB
29102018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2911
2912 * gdb.base/vla-optimized-out-o3.exp: Delete.
2913 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2914 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2915 deleted tests.
2916
9d4a934c
AB
29172018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2918
2919 PR gdb/18050:
2920 * gdb.server/extended-remote-restart.c: New file.
2921 * gdb.server/extended-remote-restart.exp: New file.
2922
045cf012
SM
29232018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2924
2925 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2926 "set variable index = 42".
2927
87d6a7aa
SM
29282018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2929
2930 * boards/index-cache-gdb.exp: New file.
2931 * gdb.dwarf2/index-cache.exp: New file.
2932 * gdb.dwarf2/index-cache.c: New file.
2933 * gdb.base/maint.exp: Check if we are using the index cache.
2934
96d68bd4
RO
29352018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2936
2937 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2938 MAKEFLAGS.
2939
5a699617
RO
29402018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2941
2942 * dg-extract-results.sh: Move to toplevel contrib.
2943 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2944 * Makefile.in (check-parallel-racy): Likewise.
2945
5bd18990
AB
29462018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2947
2948 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2949 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2950 tests if the target supports scheduler locking.
2951
3fbbcf47
TV
29522018-08-04 Tom de Vries <tdevries@suse.de>
2953
2954 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2955
3e1d3d8c
TT
29562018-08-02 Tom Tromey <tom@tromey.com>
2957
2958 PR symtab/16842.
2959 * gdb.cp/temargs.exp: Test "info address" of a template
2960 parameter.
2961
5abe0f0c
JV
29622018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2963
2964 * gdb.python/py-mi-var-info-path-expression.c: New file.
2965 * gdb.python/py-mi-var-info-path-expression.py: New file.
2966 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2967
fb66cde8
SDJ
29682018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2969
2970 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2971 error after "cannot resolve name" string.
2972
c708f4d2
AB
29732018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2974
2975 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2976 started.
2977 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2978
37cc0cae
TV
29792018-07-28 Tom de Vries <tdevries@suse.de>
2980
2981 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2982
63b4ecf7
TV
29832018-07-26 Tom de Vries <tdevries@suse.de>
2984
2985 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
2986
3c3bb058
AB
29872018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
2988
2989 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
2990 is visible.
2991
9e7f3bbb
TV
29922018-07-26 Tom de Vries <tdevries@suse.de>
2993
2994 PR breakpoints/23366
2995 * gdb.base/catch-follow-exec.c: New test.
2996 * gdb.base/catch-follow-exec.exp: New file.
2997
16f808ec
TV
29982018-07-25 Tom de Vries <tdevries@suse.de>
2999
3000 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3001 vla-optimized-out.c.
3002
d7154a8d
JV
30032018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3004
3005 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3006 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3007
232a0032
TV
30082018-07-20 Tom de Vries <tdevries@suse.de>
3009
3010 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3011 NOCLONE macro.
3012 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3013
fbb1d502
TV
30142018-07-19 Tom de Vries <tdevries@suse.de>
3015
3016 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3017 regular expression.
3018
42dc7699
TV
30192018-07-18 Tom de Vries <tdevries@suse.de>
3020
3021 * gdb.base/vla-optimized-out.c: New test.
3022 * gdb.base/vla-optimized-out.exp: New file.
3023
7f1f7e23
SDJ
30242018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3025
3026 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3027 message "No address associated with hostname" when gdbserver
3028 cannot resolve the hostname.
3029
5759ebb3
PW
30302018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3031
3032 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3033 Add some test prefixes to make tests unique.
3034
3606ccab
PW
30352018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3036
3037 * gdb.base/frameapply.c: New file.
3038 * gdb.base/frameapply.exp: New file.
3039
529c08b2
PW
30402018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3041
3042 * gdb.base/skip.exp: Update expected error message.
3043
c7ab0aef
SDJ
30442018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3045 Jan Kratochvil <jan.kratochvil@redhat.com>
3046 Paul Fertser <fercerpav@gmail.com>
3047 Tsutomu Seki <sekiriki@gmail.com>
3048
3049 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3050 parameter.
3051 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3052 by default.
3053 * boards/native-gdbserver.exp: Likewise.
3054 * gdb.server/run-without-local-binary.exp: Improve regexp used
3055 for detecting when a remote debugging connection succeeds.
3056 * gdb.server/server-connect.exp: New file.
3057 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3058 Do not prefix the port number with ":".
3059 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3060 support for detecting and using it. Add '$debughost_gdbserver'
3061 to the list of arguments used to start gdbserver. Handle case
3062 when gdbserver cannot resolve a network name.
3063
16ff70dd
SDJ
30642018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3065
3066 PR c++/23373
3067 * gdb.base/ptype-offsets.cc (struct static_member): New
3068 struct.
3069 (main) <stmember>: New variable.
3070 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3071 with a static member in it.
3072
3541979f
AB
30732018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3074
3075 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3076 watchpoints enabled and disabled.
3077
c8ad9b9a
AB
30782018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3079
3080 * gdb.base/examine-backward.exp: Still run tests around address
3081 0x0, even if address 0x0 is not readable. Update the pattern for
3082 matching address 0x0 in expected output.
3083
e0e5e971
AB
30842018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3085
3086 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3087 malloc/free.
3088
1ea5da02
TV
30892018-07-04 Tom de Vries <tdevries@suse.de>
3090
3091 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3092
471b9d15
MR
30932018-07-02 Maciej W. Rozycki <macro@mips.com>
3094
3095 PR tdep/8282
3096 * gdb.arch/mips-disassembler-options.exp: New test.
3097 * gdb.arch/mips-disassembler-options.s: New test source.
3098
75acb486
PA
30992018-06-29 Pedro Alves <palves@redhat.com>
3100
3101 * gdb.threads/names.exp: Adjust expected "info threads" output.
3102
cd2bb709
PA
31032018-06-29 Pedro Alves <palves@redhat.com>
3104
3105 * gdb.opt/inline-break.exp (line number, address): Add "info
3106 break" tests.
3107
991ff292
PA
31082018-06-29 Pedro Alves <palves@redhat.com>
3109
3110 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3111 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3112 number and address and running to them.
3113
356819b6 31142018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
3115
3116 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3117
2512d7ef
JK
31182018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3119
3120 * lib/compiler.c: Remove executable permission flag.
3121
be1b6474
RB
31222018-06-28 Richard Bunt <richard.bunt@arm.com>
3123
3124 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3125 code.
3126 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3127
291f9a96
PT
31282018-06-28 Petr Tesarik <ptesarik@suse.cz>
3129
3130 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3131
ed6dfe51
PT
31322018-06-28 Petr Tesarik <ptesarik@suse.cz>
3133
3134 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3135 address argument is omitted.
3136
d4d429d5
PT
31372018-06-28 Petr Tesarik <ptesarik@suse.cz>
3138
3139 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3140
7ab6656f
OJ
31412018-06-27 Omair Javaid <omair.javaid@linaro.org>
3142
3143 PR gdb/21695
3144 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3145 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3146
a33ccfc7
TT
31472018-06-26 Tom Tromey <tom@tromey.com>
3148
3149 PR rust/22574:
3150 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3151 * gdb.rust/simple.rs (struct SimpleLayout): New.
3152
6d72d289
SM
31532018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3154
3155 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3156 "info registers" output.
3157
8363f9d5
RB
31582018-06-21 Richard Bunt <richard.bunt@arm.com>
3159
3160 * gdb.base/watchpoint-hw-attach.c: New test.
3161 * gdb.base/watchpoint-hw-attach.exp: New file.
3162
f00674fe
SM
31632018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3164
3165 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3166 through /bin/sh.
3167 * boards/dwarf4-gdb-index.exp: Likewise.
3168 * boards/fission-dwp.exp: Likewise.
3169
1d554008
UW
31702018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3171
3172 * gdb.base/float128.exp: Add comment and improved fail message
3173 to the failure case of "print large128" test.
3174
d0ac1c44
SM
31752018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3176
3177 * configure.ac: Remove AC_PREREQ.
3178 * configure: Re-generate.
3179
61b04dd0
PA
31802018-06-19 Pedro Alves <palves@redhat.com>
3181
3182 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3183 (func_extern_caller): New.
3184 (main): Call func_extern_caller.
3185 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3186 logic change.
3187
f63b508a
SM
31882018-06-18 Weimin Pan <weimin.pan@oracle.com>
3189
3190 PR gdb/16841
3191 * gdb.cp/typedef-base.cc: New file.
3192 * gdb.cp/typedef-base.exp: New file.
3193
0fe3a558
TV
31942018-06-18 Tom de Vries <tdevries@suse.de>
3195
3196 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3197
7010835a
AB
31982018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3199 Richard Bunt <Richard.Bunt@arm.com>
3200
3201 * gdb.threads/attach-slow-waitpid.c: New file.
3202 * gdb.threads/attach-slow-waitpid.exp: New file.
3203 * gdb.threads/slow-waitpid.c: New file.
3204
14897d65
PA
32052018-06-14 Pedro Alves <palves@redhat.com>
3206
3207 * gdb.base/fork-running-state.c: Include <errno.h>.
3208 (exit_if_relative_exits): New.
3209 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3210 exits.
3211 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3212 child exits.
3213
5d9a0608
TV
32142018-06-14 Tom de Vries <tdevries@suse.de>
3215
3216 PR cli/22573
3217 * gdb.base/finish-pretty.c: New test.
3218 * gdb.base/finish-pretty.exp: New file.
3219
11ae5818
PA
32202018-06-14 Pedro Alves <palves@redhat.com>
3221
3222 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3223 gdb's expected startup output.
3224
1d39de44
PA
32252018-06-14 Pedro Alves <palves@redhat.com>
3226
3227 * lib/selftest-support.exp (selftest_setup): Remove inlined
3228 function handling.
3229
70ee0000
TV
32302018-06-14 Tom de Vries <tdevries@suse.de>
3231
3232 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3233 matching of breakpoint printing.
3234
11f4b608
TV
32352018-06-13 Tom de Vries <tdevries@suse.de>
3236
3237 PR testsuite/23269
3238 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3239 (fork_child): ... here, and ...
3240 (fork_parent): ... here.
3241
32422018-06-12 Tom de Vries <tdevries@suse.de>
3243
3244 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3245
9516f85a
AB
32462018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3247 Stephen Roberts <stephen.roberts@arm.com>
3248
3249 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3250 rewrite test to describe action performed, rather than possible
3251 failure.
3252
5045b3d7
GB
32532018-06-08 Gary Benson <gbenson@redhat.com>
3254
3255 * gdb.threads/check-libthread-db.exp: New file.
3256 * gdb.threads/check-libthread-db.c: Likewise.
3257
c61b06a1
TT
32582018-06-05 Tom Tromey <tom@tromey.com>
3259
3260 * gdb.base/default.exp: Update expected "show version" output.
3261
eb6af809
TT
32622018-06-05 Tom Tromey <tom@tromey.com>
3263
3264 PR cli/12326:
3265 * gdb.cp/static-print-quit.exp: Update.
3266 * lib/gdb.exp (pagination_prompt): Update.
3267 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3268 * gdb.python/python.exp: Update.
3269
178d6a63
JB
32702018-06-04 Joel Brobecker <brobecker@adacore.com>
3271
3272 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3273
8e817061
JB
32742018-06-01 Joel Brobecker <brobecker@adacore.com>
3275
3276 * gdb.ada/bp_fun_addr: New testcase.
3277
e86ca25f
TT
32782018-06-01 Tom Tromey <tom@tromey.com>
3279
3280 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3281 results.
3282 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3283 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3284 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3285 * gdb.base/maint.exp (maint_pass_if): Update.
3286
4b2dfa9d
MR
32872018-05-31 Maciej W. Rozycki <macro@mips.com>
3288
3289 * gdb.base/endian.exp: New test.
3290 * gdb.base/endian.c: New test source.
3291
45f25d6c
AB
32922018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3293
3294 PR gdb/23203
3295 * gdb.base/bt-selected-frame.c: New file.
3296 * gdb.base/bt-selected-frame.exp: New file.
3297 * lib/gdb.exp (get_current_frame_number): New function.
3298
d9f6d7f8
MR
32992018-05-24 Maciej W. Rozycki <macro@mips.com>
3300 Pedro Alves <palves@redhat.com>
3301
3302 * gdb.threads/tls-core.c: Include <stdlib.h>
3303 (thread_proc): Call `abort'.
3304 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3305 (tls_core_test): New procedure, bits factored out from ...
3306 (top level): ... here. Test both native cores and gcore cores.
3307
ff1cf532
TT
33082018-05-23 Tom Tromey <tom@tromey.com>
3309
3310 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3311
b98664d3
TT
33122018-05-23 Tom Tromey <tom@tromey.com>
3313
3314 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3315 symfile_complaints.
3316 (test_short_complaints): Likewise.
3317 (test_empty_complaints): Likewise.
3318 (test_initial_complaints): Update.
3319
4e9668d0
TT
33202018-05-23 Tom Tromey <tom@tromey.com>
3321
3322 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3323
43ba33c7
TT
33242018-05-23 Tom Tromey <tom@tromey.com>
3325
3326 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3327 (test_short_complaints): Update.
3328
035522c0
PA
33292018-05-22 Pedro Alves <palves@redhat.com>
3330
3331 * gdb.base/remote.exp: Only gdb_start after compiling the
3332 testcase. Issue "disconnect" before testing "set remote" command
3333 defaults. Issue clean_restart before running to main.
3334
cc0be08f
PA
33352018-05-22 Pedro Alves <palves@redhat.com>
3336
3337 * gdb.base/remote.exp: Adjust expected output of "show remote
3338 memory-write-packet-size". Add tests for "set remote
3339 memory-write-packet-size 0" and "set remote
3340 memory-write-packet-size fixed/limit".
3341
b1b60145
PA
33422018-05-22 Pedro Alves <palves@redhat.com>
3343
3344 PR gdb/22973
3345 * gdb.base/utf8-identifiers.c: New file.
3346 * gdb.base/utf8-identifiers.exp: New file.
3347
0ec848ad
PFC
33482018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3349
3350 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3351
2c3305f6
PFC
33522018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3353
3354 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3355
ce1e8424
TT
33562018-05-18 Tom Tromey <tom@tromey.com>
3357
3358 * gdb.base/ptype-offsets.exp: Update.
3359
ddfe970e
KS
33602018-05-17 Keith Seitz <keiths@redhat.com>
3361
3362 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3363 in expected breakpoint stop locations.
3364 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3365 move to proper scope to test variable values.
3366 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3367 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3368 New functions.
3369 (main): Call not_inline_func3.
3370 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3371 inline_func1, inline_func2, and inline_func3. Test that when each
3372 breakpoint is hit, GDB properly reports both the stop location
3373 and the backtrace. Repeat tests for temporary breakpoints.
3374
0726fcc6
MR
33752018-05-15 Maciej W. Rozycki <macro@mips.com>
3376
3377 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3378 rather then trying to access it in determining whether the PID
3379 of `gdbserver' could have been retrieved.
3380
8ee22052
AB
33812018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3382
3383 * gdb.arch/amd64-init-x87-values.S: New file.
3384 * gdb.arch/amd64-init-x87-values.exp: New file.
3385
7785df48
JK
33862018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3387
3388 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3389
56bcdbea
TT
33902018-05-04 Tom Tromey <tom@tromey.com>
3391
3392 PR python/22730:
3393 * gdb.python/python.exp: Test multi-line execute.
3394
a913fffb
TT
33952018-05-04 Tom Tromey <tom@tromey.com>
3396
3397 PR python/22731:
3398 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3399
7a2c85f2
TT
34002018-05-04 Tom Tromey <tom@tromey.com>
3401
3402 PR gdb/11750:
3403 * gdb.base/define.exp: Test defining a user command inside a user
3404 command.
3405 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3406
a3b60e45
JK
34072018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3408 Pedro Alves <palves@redhat.com>
3409
3410 PR breakpoints/19806 and support for PR external/20207.
3411 * gdb.base/watchpoint-unaligned.c: New file.
3412 * gdb.base/watchpoint-unaligned.exp: New file.
3413
45fe4a03
AB
34142018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3415
3416 * gdb.base/maint.exp: Make test names unique, use
3417 test_prefix_command_help to test 'help maint info', and remove
3418 repeated test of 'help maint'.
3419
9be2ae8f
TT
34202018-05-04 Tom Tromey <tom@tromey.com>
3421
3422 PR gdb/22619:
3423 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3424 behavior.
3425
11859c31
AB
34262018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3427
3428 * gdb.base/maint.exp: Process output from 'maint print registers'
3429 line at a time.
3430
089a9490
AB
34312018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3432
3433 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3434 timeout.
3435
9b0797e2
AB
34362018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3437
3438 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3439 filter pattern.
3440
f6ac5f3d
PA
34412018-05-02 Pedro Alves <palves@redhat.com>
3442
3443 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3444 to_log_command renames.
3445 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3446
77d3c63b
TT
34472018-05-02 Tom Tromey <tom@tromey.com>
3448
3449 * gdb.python/py-parameter.exp: Set test message.
3450
0489430a
TT
34512018-05-02 Tom Tromey <tom@tromey.com>
3452
3453 PR python/20084:
3454 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3455 PARAM_ZUINTEGER_UNLIMITED tests.
3456
1632f8ba
DR
34572018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3458
3459 PR rust/23124
3460 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3461 when casting.
3462
6d7bb824
TT
34632018-04-30 Tom Tromey <tom@tromey.com>
3464
3465 * gdb.python/py-type.exp: Check align attribute.
3466 * gdb.python/py-type.c: New "aligncheck" global.
3467
007e1530
TT
34682018-04-30 Tom Tromey <tom@tromey.com>
3469
3470 PR exp/17095:
3471 * gdb.dwarf2/dw2-align.exp: New file.
3472 * gdb.cp/align.exp: New file.
3473 * gdb.base/align.exp: New file.
3474 * lib/gdb.exp (gdb_int128_helper): New proc.
3475 (has_int128_c, has_int128_cxx): New caching procs.
3476
6873858b
TT
34772018-04-27 Tom Tromey <tom@tromey.com>
3478
3479 PR rust/22545:
3480 * gdb.rust/simple.exp: Add inclusive range tests.
3481
79188d8d
PA
34822018-04-26 Pedro Alves <palves@redhat.com>
3483
3484 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3485 ifunc breakpoint locations correctly of ifunc breakpoints set
3486 while the program resolves the ifunc.
3487
c7075ad5
PA
34882018-04-26 Pedro Alves <palves@redhat.com>
3489
3490 * gdb.base/gnu-ifunc-final.c: New file.
3491 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3492 * gdb.base/gnu-ifunc.exp (executable): Delete.
3493 (staticexecutable): Adjust.
3494 (lib_opts, exec_opts): Delete.
3495 (make_binsuffix, build, set-break): New procedures.
3496 (misc_tests): New, with tests factored out from the top level.
3497 (top level): Test different combinations of ifunc resolver name,
3498 resolver with and with debug info, and ifunc target with and
3499 without debug info. Wrap static tests with with_target_prefix.
3500
8388016d
PA
35012018-04-26 Pedro Alves <palves@redhat.com>
3502
3503 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3504 return type" warnings.
3505
249b5733
PA
35062018-04-25 Pedro Alves <palves@redhat.com>
3507
3508 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3509 killed".
3510 * gdb.base/kill-after-signal.exp: Likewise.
3511 * gdb.threads/kill.exp: Likewise.
3512
f67c0c91
SDJ
35132018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3514 Sergio Durigan Junior <sergiodj@redhat.com>
3515 Pedro Alves <palves@redhat.com>
3516
3517 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3518 regexps to expect for '[Inferior ... detached]' as well.
3519 * gdb.base/attach.exp: Likewise.
3520 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3521 "gdb_continue_to_end".
3522 (test_catch_syscall_with_wrong_args): Likewise.
3523 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3524 ']'. Don't set 'verbose' on.
3525 * gdb.base/foll-vfork.exp: Likewise.
3526 * gdb.base/fork-print-inferior-events.c: New file.
3527 * gdb.base/fork-print-inferior-events.exp: New file.
3528 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3529 '[Inferior ... has been killed]' message.
3530 * gdb.base/kill-after-signal.exp: Likewise.
3531 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3532 detach message.
3533 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3534 message.
3535 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3536 regexps to expect for '[Inferior ... detached]' as well.
3537 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3538
0a8ddac4
SM
35392018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3540
3541 PR gdb/23104
3542 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3543
d27d16bf
RB
35442018-04-19 Richard Bunt <richard.bunt@arm.com>
3545
3546 * gdb.threads/multiple-successive-infcall.c: New test.
3547 * gdb.threads/multiple-successive-infcall.exp: New file.
3548
a037790e
TT
35492018-04-17 Tom Tromey <tom@tromey.com>
3550
3551 * gdb.rust/simple.rs (Union): New type.
3552 (main): New local "u".
3553 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3554
e3a91079
AA
35552018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3556
3557 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3558 number information in output of "whereis" command.
3559 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3560
b744723f
AA
35612018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3562
3563 * gdb.ada/info_types.exp: Adjust expected output to the line
3564 numbers now printed by "info var/func/type".
3565 * gdb.base/completion.exp: Likewise.
3566 * gdb.base/included.exp: Likewise.
3567 * gdb.cp/cp-relocate.exp: Likewise.
3568 * gdb.cp/cplusfuncs.exp: Likewise.
3569 * gdb.cp/namespace.exp: Likewise.
3570 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3571
4a4495d6
MM
35722018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3573
3574 * gdb.btrace/cpu.exp: New.
3575
1d509aa6
MM
35762018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3577
3578 * gdb.base/step-indirect-call-thunk.exp: New.
3579 * gdb.base/step-indirect-call-thunk.c: New.
3580 * gdb.reverse/step-indirect-call-thunk.exp: New.
3581 * gdb.reverse/step-indirect-call-thunk.c: New.
3582
6295b6da
SM
35832018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3584
3585 * gdb.base/pie-fork.c: New file.
3586 * gdb.base/pie-fork.exp: New file.
3587
50146e70
TT
35882018-04-11 Tom Tromey <tom@tromey.com>
3589
3590 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3591
f50d8a2e
PA
35922018-04-10 Pedro Alves <palves@redhat.com>
3593
3594 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3595 exits. Instead loop running forever.
3596 (fork_parent): Run forever too.
3597
a0be7a36
SM
35982018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3599
3600 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3601 mi_continue_to_line.
3602 * gdb.mi/mi-stack.c (callee4): Add comment.
3603
9b73db36
SM
36042018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3605
3606 * gdb.mi/mi-stack.exp: Fix indentation.
3607
c912f608
SM
36082018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3609
3610 PR gdb/22979
3611 * gdb.arch/amd64-osabi.exp: New file.
3612
26540402
SM
36132018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3614
3615 PR gdb/22980
3616 * gdb.base/osabi.exp: New file.
3617
121ad66c 36182018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
3619
3620 * gdb.cp/static-typedef-print.exp: New file.
3621 * gdb.cp/static-typedef-print.cc: New file.
3622
3fcded8f
JB
36232018-03-27 Joel Brobecker <brobecker@adacore.com>
3624
3625 * gdb.ada/varsize_limit: New testcase.
3626
59cc4834
JB
36272018-03-27 Joel Brobecker <brobecker@adacore.com>
3628
3629 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3630
3631 * gdb.ada/notcplusplus: New testcase.
3632
3633 * gdb.base/c-linkage-name.c: New file.
3634 * gdb.base/c-linkage-name.exp: New testcase.
3635
4ca59a9f
TT
36362018-03-26 Tom Tromey <tom@tromey.com>
3637
3638 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3639 * gdb.python/py-framefilter.py (name_error): New global.
3640 (ErrorInName.function): Use name_error.
3641
978d6c75
TT
36422018-03-26 Tom Tromey <tom@tromey.com>
3643
3644 PR backtrace/15582:
3645 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3646
b7fee5a3
KS
36472018-03-23 Keith Seitz <keiths@redhat.com>
3648
3649 PR c++/22968
3650 * gdb.cp/subtypes.exp: New file.
3651 * gdb.cp/subtypes.h: New file.
3652 * gdb.cp/subtypes.cc: New file.
3653 * gdb.cp/subtypes-2.cc: New file.
3654
376be529
AB
36552018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3656
3657 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3658 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3659 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3660 -nostartfiles when compiling the test. Confirm that all registers
3661 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3662
066cfa98
AB
36632018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3664
3665 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3666 option, syntax was wrong anyway.
3667 * gdb.arch/arm-disp-step.exp: Likewise.
3668 * gdb.arch/sparc64-regs.exp: Likewise.
3669 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3670 option, syntax was wrong anyway, switch to use
3671 prepare_for_testing.
3672 * gdb.arch/i386-disp-step.exp: Likewise.
3673
079670b9
AA
36742018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3675
3676 * gdb.ada/exec_changed.exp: Replace "target_info exists
3677 use_gdb_stub" by "use_gdb_stub".
3678 * gdb.ada/start.exp: Likewise.
3679 * gdb.base/async-shell.exp: Likewise.
3680 * gdb.base/attach-pie-misread.exp: Likewise.
3681 * gdb.base/attach-wait-input.exp: Likewise.
3682 * gdb.base/break-entry.exp: Likewise.
3683 * gdb.base/break-interp.exp: Likewise.
3684 * gdb.base/dprintf-detach.exp: Likewise.
3685 * gdb.base/nostdlib.exp: Likewise.
3686 * gdb.base/solib-nodir.exp: Likewise.
3687 * gdb.base/statistics.exp: Likewise.
3688 * gdb.base/testenv.exp: Likewise.
3689 * gdb.mi/mi-exec-run.exp: Likewise.
3690 * gdb.mi/mi-start.exp: Likewise.
3691 * gdb.multi/dummy-frame-restore.exp: Likewise.
3692 * gdb.multi/multi-arch-exec.exp: Likewise.
3693 * gdb.multi/multi-arch.exp: Likewise.
3694 * gdb.multi/tids.exp: Likewise.
3695 * gdb.multi/watchpoint-multi.exp: Likewise.
3696 * gdb.python/py-events.exp: Likewise.
3697 * gdb.threads/attach-into-signal.exp: Likewise.
3698 * gdb.threads/attach-stopped.exp: Likewise.
3699 * gdb.threads/threadapply.exp: Likewise.
3700 * lib/selftest-support.exp: Likewise.
3701
26d6cec4
AA
37022018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3703
3704 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3705
4ee89e90
SR
37062018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3707
3708 * gdb.perf/template-breakpoints.cc: New file.
3709 * gdb.perf/template-breakpoints.exp: New file.
3710 * gdb.perf/template-breakpoints.py: New file.
3711
92630041
TT
37122018-03-19 Tom Tromey <tom@tromey.com>
3713
3714 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3715 y0.
3716 * gdb.rust/simple.exp: Test bare identifier form of struct
3717 initializer.
3718
76727919
TT
37192018-03-19 Tom Tromey <tom@tromey.com>
3720
3721 * gdb.gdb/observer.exp: Remove.
3722
194ed413
AA
37232018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3724
3725 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3726 "qualified" option when setting breakpoints.
3727 * gdb.trace/backtrace.exp: Likewise.
3728 * gdb.trace/circ.exp: Likewise.
3729 * gdb.trace/collection.exp: Likewise.
3730 * gdb.trace/disconnected-tracing.exp: Likewise.
3731 * gdb.trace/ftrace-lock.exp: Likewise.
3732 * gdb.trace/ftrace.exp: Likewise.
3733 * gdb.trace/infotrace.exp: Likewise.
3734 * gdb.trace/packetlen.exp: Likewise.
3735 * gdb.trace/passc-dyn.exp: Likewise.
3736 * gdb.trace/qtro.exp: Likewise.
3737 * gdb.trace/read-memory.exp: Likewise.
3738 * gdb.trace/report.exp: Likewise.
3739 * gdb.trace/signal.exp: Likewise.
3740 * gdb.trace/status-stop.exp: Likewise.
3741 * gdb.trace/strace.exp: Likewise.
3742 * gdb.trace/tfind.exp: Likewise.
3743 * gdb.trace/trace-break.exp: Likewise.
3744 * gdb.trace/trace-condition.exp: Likewise.
3745 * gdb.trace/trace-mt.exp: Likewise.
3746 * gdb.trace/tstatus.exp: Likewise.
3747 * gdb.trace/tsv.exp: Likewise.
3748 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3749 * gdb.trace/unavailable.exp: Likewise.
3750 * gdb.trace/while-dyn.exp: Likewise.
3751
8b067d2c
AA
37522018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3753
3754 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3755 that libinproctrace is copied to the target.
3756
3ae9ce5d
TT
37572018-03-14 Tom Tromey <tom@tromey.com>
3758
3759 PR cli/14977:
3760 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3761 a null pointer.
3762 * gdb.base/wchar.exp: Likewise.
3763
b8c2339b
TT
37642018-03-14 Tom Tromey <tom@tromey.com>
3765
3766 PR cli/19918:
3767 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3768 flag.
3769
4872dc46
SM
37702018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3771
3772 PR gdb/22841
3773 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3774 "target" to remote_exec.
3775
e4fe3756
SM
37762018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3777
3778 PR gdb/22841
3779 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3780 ${board}_upload): Remove.
3781
e95a97d4
AA
37822018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3783
3784 * gdb.cp/watch-cp.cc: New test.
3785 * gdb.cp/watch-cp.exp: New file.
3786
dbbb1059
AB
37872018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3788
3789 * gdb.base/infcall-nested-structs.exp: New file.
3790 * gdb.base/infcall-nested-structs.c: New file.
3791 * gdb.base/float.exp: Add riscv support.
3792
ecc054c0
TP
37932018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3794
3795 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3796 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3797
25e3c82c
SDJ
37982018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3799
3800 * gdb.server/abspath.exp: New file.
3801 * lib/gdb.exp (with_cwd): New procedure.
3802
3083294d
SM
38032018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3804
3805 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3806 use it.
3807 (gdb_is_target_remote_prompt): New proc.
3808 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3809 (gdb_is_target_native): Pass prompt parameter to
3810 gdb_is_target_1.
3811
3275ef47
SM
38122018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3813
3814 * gdb.base/load-command.c: New file.
3815 * gdb.base/load-command.exp: New file.
3816 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3817 (gdb_is_target_1): ...this, and generalize for other targets
3818 than just remote.
3819 (gdb_is_target_remote): Use gdb_is_target_1.
3820 (gdb_is_target_native): use gdb_is_target_1.
3821
6893c19a
TT
38222018-02-26 Tom Tromey <tom@tromey.com>
3823
3824 PR python/16497:
3825 * gdb.python/py-framefilter.exp: Update test.
3826
2ddeaf8a
TT
38272018-02-26 Tom Tromey <tom@tromey.com>
3828
3829 * gdb.dwarf2/variant.c: New file.
3830 * gdb.dwarf2/variant.exp: New file.
3831
c9317f21
TT
38322018-02-26 Tom Tromey <tom@tromey.com>
3833
3834 * gdb.rust/simple.exp: Accept more possible results in enum test.
3835
6f6d0c26
SM
38362018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3837
3838 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3839 parentheses.
3840
11b03145
MR
38412018-02-23 Maciej W. Rozycki <macro@mips.com>
3842
3843 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3844 name of a variable: $actual_linejj -> $actual_line.
3845
54a27fe5
JB
38462018-02-21 John Baldwin <jhb@FreeBSD.org>
3847
3848 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3849
de65820c
MM
38502018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3851
3852 * gdb.btrace/buffer-size.exp: Do not force BTS.
3853
980548fd
PA
38542018-02-14 Pedro Alves <palves@redhat.com>
3855
3856 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3857 getting a "Quit".
3858
c4e12631
MM
38592018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3860
3861 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3862 Fix test name.
3863
c2e0e465
SM
38642018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3865
3866 * gdb.cp/m-static.exp: Check type of optimized out static
3867 member.
3868
f7216783
AB
38692018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3870
3871 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3872 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3873
0625771b
LS
38742018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3875 Leszek Swirski <leszeks@google.com>
3876
3877 * gdb.python/py-prettyprint.c
3878 (struct to_string_returns_value_inner,
3879 struct to_string_returns_value_wrapper): New.
3880 (main): Add tsrvw variable.
3881 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3882 ToStringReturnsValueWrapper): New classes.
3883 (register_pretty_printers): Register new pretty-printers.
3884 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3885 recursive pretty printer.
3886 * gdb.python/py-mi.exp: Likewise.
3887
59498c30
LS
38882018-02-01 Leszek Swirski <leszeks@google.com>
3889
3890 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3891 functions with the same name as an include file are parsed
3892 correctly.
3893
d4d38844
YQ
38942018-02-01 Yao Qi <yao.qi@linaro.org>
3895
3896 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3897 "\[^\r\n\]*".
3898
07e5f5cf
NP
38992018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3900
3901 * gdb.arch/powerpc-prologue-frame.s: New file.
3902 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3903 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3904
929b5ad4
JB
39052018-01-31 Joel Brobecker <brobecker@adacore.com>
3906
3907 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3908
e671cd59
PA
39092018-01-30 Pedro Alves <palves@redhat.com>
3910
3911 PR gdb/13211
3912 * gdb.base/interrupt-daemon.c: New.
3913 * gdb.base/interrupt-daemon.exp: New.
3914 * gdb.multi/multi-term-settings.c: New.
3915 * gdb.multi/multi-term-settings.exp: New.
3916
fc413dc4
JB
39172018-01-30 Joel Brobecker <brobecker@adacore.com>
3918
3919 * gdb.base/break.exp: Save the location where the breakpoint
3920 on break.c:47 was actually inserted when debugging the version
3921 compiled at -O2 and use it in the expected output of the "info
3922 break" test performed soon after.
3923
5c319bb2
PA
39242018-01-22 Pedro Alves <palves@redhat.com>
3925 Sergio Durigan Junior <sergiodj@redhat.com>
3926
3927 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3928 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3929
a9e40818
JB
39302018-01-22 Joel Brobecker <brobecker@adacore.com>
3931
3932 * gdb.base/break-include.c, gdb.base/break-include.inc,
3933 gdb.base/break-include.exp: New files.
3934 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3935 line number now being the actual line number where the breakpoint
3936 was inserted.
3937 * gdb.mi/mi-break.exp: Likewise.
3938 * gdb.mi/mi-reverse.exp: Likewise.
3939 * gdb.mi/mi-simplerun.exp: Ditto.
3940
e707fc44
AB
39412018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3942
3943 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3944 varobj.
3945 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3946
ae451627
AB
39472018-01-21 Don Breazeal <donb@codesourcery.com>
3948 Andrew Burgess <andrew.burgess@embecosm.com>
3949
3950 * gdb.mi/basics.c: Add new global.
3951 * gdb.mi/mi-frame-regs.exp: New file.
3952 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3953 case.
3954
b1b189e0
AB
39552018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3956
3957 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3958 non-parameter, and on an unknown symbol.
3959
fcfcc376
TT
39602018-01-19 Tom Tromey <tom@tromey.com>
3961
3962 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3963 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3964
634c1c31
AA
39652018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3966
3967 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3968 setrlimit and chdir to int.
3969
d6ad07fd
AA
39702018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3971
3972 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3973 function.
3974 (my_tend): Likewise.
3975 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3976 rationale of avoiding FP- and vector instructions.
3977
adf8243b
RK
39782018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3979
3980 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3981 "info reg" with "\[ \t\]*".
3982 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3983 "\[ \t\]+".
3984 * gdb.arch/s390-multiarch.exp: Ditto.
3985 * gdb.base/pc-fp.exp: Ditto.
3986 * gdb.reverse/i386-precsave.exp: Ditto.
3987 * gdb.reverse/i386-reverse.exp: Ditto.
3988 * gdb.reverse/i387-env-reverse.exp: Ditto.
3989 * gdb.reverse/i387-stack-reverse.exp: Ditto.
3990
dcc06925
AA
39912018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3992
3993 * lib/gdb.exp (gdb_compile): Re-enable use of
3994 universal_compile_options for languages other than Rust.
3995
25d4fd80
AA
39962018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
3997
3998 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
3999
ee7f689e 40002018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
4001
4002 PR gdb/16577
4003 * gdb.base/solib-vanish.exp: New.
4004 * gdb.base/solib-vanish-main.c: New.
4005 * gdb.base/solib-vanish-lib1.c: New.
4006 * gdb.base/solib-vanish-lib2.c: New.
4007
d8447b6b
YQ
40082018-01-17 Yao Qi <yao.qi@linaro.org>
4009
4010 * gdb.compile/compile.exp: Match the address printed for
4011 frame in the output of command "bt".
4012
86d6a90c
TT
40132018-01-15 Tom Tromey <tom@tromey.com>
4014
4015 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4016 compute sp_reg.
4017
cbcdb1aa
AB
40182018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4019
4020 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4021 to prepare.
4022 (prepare): Return 0 on error, 1 on success.
4023
eea61984
PA
40242018-01-12 Pedro Alves <palves@redhat.com>
4025
4026 * gdb.base/continue-after-aborted-step-over.c: New.
4027 * gdb.base/continue-after-aborted-step-over.exp: New.
4028
6181e9c2
SM
40292018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4030
4031 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4032 options when not creating an executable.
4033
3cada740
PA
40342018-01-11 Pedro Alves <palves@redhat.com>
4035
4036 PR remote/22597
4037 * gdb.server/stop-reply-no-thread.c: New file.
4038 * gdb.server/stop-reply-no-thread.exp: New file.
4039
c63d3e8d
PA
40402018-01-10 Pedro Alves <palves@redhat.com>
4041
4042 PR gdb/22670
4043 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4044 functions too. Test setting breakpoints and printing C functions
4045 with no debug info too.
4046 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4047
d4c2a405
PA
40482018-01-10 Pedro Alves <palves@redhat.com>
4049
4050 PR gdb/22670
4051 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4052 a fail.
4053
8825213e
PA
40542018-01-10 Pedro Alves <palves@redhat.com>
4055
4056 PR gdb/22670
4057 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4058
605fd3c6
YQ
40592018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4060
4061 * gdb.server/unittest.exp: Match the output in non-development
4062 mode.
4063
1e5ded6c
YQ
40642018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4065
4066 * gdb.gdb/unittest.exp: Match output in non-development mode.
4067
30066b0b
JB
40682018-01-08 Joel Brobecker <brobecker@adacore.com>
4069
4070 * gdb.ada/access_tagged_param.exp: Relax expected output
4071 for value of "ObjL" in "continue" to pck.inspect breakpoint
4072 test.
4073
04bafb1e
XR
40742018-01-08 Joel Brobecker <brobecker@adacore.com>
4075
9f86398b
JB
4076 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4077 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 4078
e379cee6
PA
40792018-01-05 Pedro Alves <palves@redhat.com>
4080
4081 PR gdb/18653
4082 * gdb.base/libsegfault.exp: New.
4083
de63c46b
PA
40842018-01-05 Joel Brobecker <brobecker@adacore.com>
4085
4086 PR gdb/22670
4087 * gdb.ada/access_tagged_param.exp: New file.
4088 * gdb.ada/access_tagged_param/foo.adb: New file.
4089
f98fc17b
PA
40902018-01-05 Pedro Alves <palves@redhat.com>
4091
4092 PR gdb/22670
4093 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4094 exercise lower case too, and to exercise both full matching and
4095 wild matching.
4096
342f8240
JB
40972018-01-05 Joel Brobecker <brobecker@adacore.com>
4098
4099 * gdb.ada/rename_subscript_param: New testcase.
4100
7150d33c
JG
41012018-01-05 Jerome Guitton <guitton@adacore.com>
4102
4103 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4104
cc0e770c
JB
41052018-01-05 Joel Brobecker <brobecker@adacore.com>
4106
4107 * gdb.ada/convvar_comp: New testcase.
4108
672a41aa 41092018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
4110
4111 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4112 (My_Table): New global variable.
4113 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4114
7365ec2f
JB
41152018-01-04 Joel Brobecker <brobecker@adacore.com>
4116
4117 PR gdb/22670
4118 * gdb.ada/maint_with_ada: New testcase.
4119
289483b6
JB
41202018-01-04 Joel Brobecker <brobecker@adacore.com>
4121
4122 PR gdb/22670
4123 * gdb.ada/bp_c_mixed_case: New testcase.
4124
344420da
JB
41252018-01-04 Joel Brobecker <brobecker@adacore.com>
4126
4127 PR gdb/22670
4128 * gdb.ada/complete.exp: Add "complete break ada" test.
4129
66fc87a0
JB
41302018-01-04 Joel Brobecker <brobecker@adacore.com>
4131
4132 PR gdb/22670
4133 * gdb.ada/info_addr_mixed_case: New testcase.
4134
9f757bf7
XR
41352018-01-03 Xavier Roirand <roirand@adacore.com>
4136
4137 * gdb.ada/excep_handle.exp: New testcase.
4138 * gdb.ada/excep_handle/foo.adb: New file.
4139 * gdb.ada/excep_handle/pck.ads: New file.
4140
bd570f80
JB
41412018-01-03 Joel Brobecker <brobecker@adacore.com>
4142
4143 * gdb.base/step-line.c: Add extra empty line in copyright header.
4144 * gdb.base/step-line.inp: Likewise.
4145
9fe561ab
JB
41462018-01-02 Joel Brobecker <brobecker@adacore.com>
4147
4148 * gdb.ada/dyn_stride.exp: Add slice test.
4149
a405673c
JB
41502018-01-02 Joel Brobecker <brobecker@adacore.com>
4151
4152 * gdb.ada/dyn_stride: New testcase.
4153
cef0f868
SH
41542017-12-27 Stafford Horne <shorne@gmail.com>
4155
4156 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4157 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4158
b67d92b0
SH
41592017-12-27 Stafford Horne <shorne@gmail.com>
4160
4161 * gdb.base/reggroups.c: New file.
4162 * gdb.base/reggroups.exp: New file.
4163
eccab96d
JB
41642017-12-18 Joel Brobecker <brobecker@adacore.com>
4165
4166 * gdb.dwarf2/ada-valprint-error.c: New file.
4167 * gdb.dwarf2/ada-valprint-error.exp: New file.
4168
0e2da9f0
JB
41692017-12-18 Joel Brobecker <brobecker@adacore.com>
4170
4171 * gdb.ada/assign_arr: New testcase.
4172
cb923fcc
XR
41732017-12-18 Xavier Roirand <roirand@adacore.com>
4174
4175 * gdb.ada/funcall_ptr: New testcase.
4176
7c161838
SDJ
41772017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4178
4179 PR cli/16224
4180 * gdb.base/ptype-offsets.cc: New file.
4181 * gdb.base/ptype-offsets.exp: New file.
4182
1af17fd9
YQ
41832017-12-15 Yao Qi <yao.qi@linaro.org>
4184
4185 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4186 if XML is disabled.
4187
828d5846
XR
41882017-12-15 Xavier Roirand <roirand@adacore.com>
4189
4190 * gdb.ada/same_component_name: New testcase.
4191
79e8fcaa
JB
41922017-12-14 Joel Brobecker <brobecker@adacore.com>
4193
4194 * gdb.ada/str_binop_equal: New testcase.
4195
e05fa6f9
JB
41962017-12-14 Joel Brobecker <brobecker@adacore.com>
4197
4198 * gdb.ada/task_switch_in_core: New testcase.
4199
b89641ba
SM
42002017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4201
4202 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4203 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4204 call test_bkpt_qualified.
4205 (test_bkpt_qualified): New proc.
4206
6892d2e4
PA
42072017-12-13 Pedro Alves <palves@redhat.com>
4208
4209 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4210 Tighten regexp by matching with an anchor.
4211
a22ecf70
PA
42122017-12-13 Pedro Alves <palves@redhat.com>
4213
4214 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4215 ("expression with namespace"): New set of tests.
4216 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4217 (Nested::Test_NS::qux): New.
4218 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4219 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4220
9937536c
JB
42212017-12-13 Joel Brobecker <brobecker@adacore.com>
4222
4223 * gdb.base/server-del-break.c: New file.
4224 * gdb.base/server-del-break.exp: New file.
4225
fe49c6f5
SH
42262017-12-12 Stafford Horne <shorne@gmail.com>
4227
4228 * gdb.xml/tdesc-regs.exp: Add or1k support.
4229
c3d18620
SH
42302017-12-12 Stafford Horne <shorne@gmail.com>
4231
4232 * gdb.base/bp-permanent.c: Define nop of or1k.
4233
c5f9cfc8
JB
42342017-12-11 Joel Brobecker <brobecker@adacore.com>
4235
4236 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4237 output with components being reordered.
4238
a9c135fc
JB
42392017-12-11 Joel Brobecker <brobecker@adacore.com>
4240
4241 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4242 output with components being reordered.
4243
927aa2e7
JK
42442017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4245 Pedro Alves <palves@redhat.com>
4246
4247 * gdb.base/maint.exp (check for .gdb_index): Check also for
4248 .debug_names.
4249 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4250 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4251 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4252 (.gdb_index used after symbol reloading): Support also .debug_names.
4253 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4254
f17d9474
YQ
42552017-12-08 Yao Qi <yao.qi@linaro.org>
4256
4257 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4258 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4259
a0de8c21
YQ
42602017-12-08 Yao Qi <yao.qi@linaro.org>
4261
4262 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4263 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4264
a738ea1d
YQ
42652017-12-08 Yao Qi <yao.qi@linaro.org>
4266
4267 * gdb.arch/aarch64-tagged-pointer.c: New file.
4268 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4269
1cd9a73b
SDJ
42702017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4271
4272 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4273 "int".
4274
fa6eb693
KS
42752017-12-07 Keith Seitz <keiths@redhat.com>
4276
4277 PR breakpoints/22569
4278 * gdb.linespec/ls-errs.exp: Change expected result of "break
4279 -source this file has spaces.c -line 3".
4280 Check that an explicit source file followed by whitespace is
4281 identified as an invalid explicit location.
4282
883fd55a
KS
42832017-12-07 Keith Seitz <keiths@redhat.com>
4284
4285 * gdb.cp/nested-types.cc: New file.
4286 * gdb.cp/nested-types.exp: New file.
4287 * lib/cp-support.exp: Load data-structures.exp library.
4288 (debug_cp_test_ptype_class): New global.
4289 (cp_ptype_class_verbose, next_line): New procedures.
4290 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4291 Add and document new return value.
4292 Switch the list of lines to a queue.
4293 Add support for new `type' key for nested type definitions.
4294 Add debugging/troubleshooting messages.
4295 * lib/data-structures.exp: New file.
4296
ec72db3e
SM
42972017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4298
4299 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4300 with proc_with_prefix, don't use with_test_prefix.
4301
99598d71
TT
43022017-12-07 Tom Tromey <tom@tromey.com>
4303
4304 * gdb.base/break.exp: Add test for empty "commands".
4305
a8806230
YQ
43062017-12-07 Yao Qi <yao.qi@linaro.org>
4307
4308 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4309 malloc and catch syscall.
4310
824cc835
PM
43112017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4312
e79be6e5 4313 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
4314 tests for explicit locations.
4315
7cc244de
PA
43162017-12-06 Pedro Alves <palves@redhat.com>
4317
4318 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4319 force-disabling XML descriptions.
4320
50a1fdd5
PA
43212017-12-04 Pedro Alves <palves@redhat.com>
4322
4323 PR gdb/22499
4324 * gdb.arch/amd64-disp-step-avx.S: New file.
4325 * gdb.arch/amd64-disp-step-avx.exp: New file.
4326
f0fb2488
PA
43272017-12-03 Pedro Alves <palves@redhat.com>
4328
4329 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4330 and <string.h>.
4331 (parent_function): Print distinct messages when waitpid fails, or
4332 the child exits with a signal, or the child exits for an unhandled
4333 reason.
4334 * gdb.threads/process-dies-while-detaching.exp
4335 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4336 it. Wait for both inferior output and GDB's prompt. Use an
4337 indirect spawn id list.
4338 (do_detach): New parameter 'child_exit'. Use it to compute
4339 expected inferior output.
4340 (test_detach, test_detach_watch, test_detach_killed_outside):
4341 Adjust to pass down the expected child exit kind.
4342
97cbe998
SDJ
43432017-12-01 Joel Brobecker <brobecker@adacore.com>
4344 Sergio Durigan Junior <sergiodj@redhat.com>
4345 Pedro Alves <palves@redhat.com>
4346
4347 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4348
40fc416f
SDJ
43492017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4350
4351 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4352 to 'symbol-file' and 'add-symbol-file' can be
4353 position-independent.
4354
1cc75e92
YQ
43552017-12-01 Yao Qi <yao.qi@linaro.org>
4356
4357 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4358 the URL in copyright header.
4359 * gdb.arch/aarch64-fp.exp: Likewise.
4360 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4361 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4362 * gdb.base/expand-psymtabs.exp: Likewise.
4363 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4364 * gdb.fortran/common-block.exp: Likewise.
4365 * gdb.fortran/common-block.f90: Likewise.
4366 * gdb.fortran/logical.exp: Likewise.
4367 * gdb.fortran/vla-datatypes.f90: Likewise.
4368 * gdb.fortran/vla-sub.f90: Likewise.
4369
875fb7a7
JB
43702017-11-30 Joel Brobecker <brobecker@adacore.com>
4371
4372 * gdb.ada/repeat_dyn: New testcase.
4373
6f14765f
UW
43742017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4375
4376 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4377 Update for changed thread numbering.
4378 * gdb.cell/bt.exp: Update for changed GDB output.
4379
f1af7b94
SM
43802017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4381
4382 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4383 setting isremote by hand.
4384 * boards/dwarf4-gdb-index.exp: Likewise.
4385 * boards/fission.exp: Likewise.
4386 * boards/stabs.exp: Likewise.
4387
e3919f3e
PA
43882017-11-30 Pedro Alves <palves@redhat.com>
4389
4390 * gdb.linespec/cpls-ops.exp
4391 (check_explicit_skips_function_argument): Extract the underlying
4392 type of size_t instead of hardcoding it.
4393
bd69330d
PA
43942017-11-29 Pedro Alves <palves@redhat.com>
4395
4396 PR c++/19436
4397 * gdb.linespec/cpls-abi-tag.cc: New file.
4398 * gdb.linespec/cpls-abi-tag.exp: New file.
4399
a20714ff
PA
44002017-11-29 Pedro Alves <palves@redhat.com>
4401
4402 * gdb.base/langs.exp: Use -qualified.
4403 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4404 it.
4405 * gdb.cp/namespace.exp: Use -qualified.
4406 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4407 (overload-3, template-overload, template-ret-type, const-overload)
4408 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4409 procedures.
4410 (test_driver): Call them.
4411 * gdb.cp/save-bp-qualified.cc: New.
4412 * gdb.cp/save-bp-qualified.exp: New.
4413 * gdb.linespec/explicit.exp: Test -qualified.
4414 * lib/completion-support.exp (completion::explicit_opts_list): Add
4415 "-qualified".
4416 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4417
f6f1d339
PM
44182017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4419
4420 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4421
02ca603a
TT
44222017-11-29 Tom Tromey <tom@tromey.com>
4423
4424 * gdb.base/relocate.exp: Update invalid argument test.
4425 Add new tests for invalid arguments.
4426
ed6c0bfb
TP
44272017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4428
4429 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4430 Return 0 as a long.
4431 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4432
f106e10e
TP
44332017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4434
4435 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4436 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4437 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4438 func ().
4439 * gdb.cp/shadow.cc (B.func): Return 0.
4440
10329bb2
JB
44412017-11-27 Joel Brobecker <brobecker@adacore.com>
4442
4443 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4444 expected output in gdb_expect call to allow the exception
4445 message to be present as well. Fix syntax confusion to avoid
4446 TCL thinking that exception_name is an array.
4447
617cd4bc
UW
44482017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4449
4450 * gdb.arch/spu-info.c: Include <unistd.h>.
4451 (do_signal_test): Fix broken calls to write.
4452 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4453 Fix checks for empty mailboxes. Update signal tests for corrected
4454 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
4455 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4456 * gdb.cell/arch.exp: Use standard_output_file.
4457 * gdb.cell/break.exp: Likewise.
4458 * gdb.cell/bt.exp: Likewise.
4459 * gdb.cell/core.exp: Likewise.
4460 * gdb.cell/dwarfaddr.exp: Likewise.
4461 * gdb.cell/ea-cache.exp: Likewise.
4462 * gdb.cell/ea-standalone.exp: Likewise.
4463 * gdb.cell/f-regs.exp: Likewise.
4464 * gdb.cell/fork.exp: Likewise.
4465 * gdb.cell/gcore.exp: Likewise.
4466 * gdb.cell/mem-access.exp: Likewise.
4467 * gdb.cell/ptype.exp: Likewise.
4468 * gdb.cell/registers.exp: Likewise.
4469 * gdb.cell/sizeof.exp: Likewise.
4470 * gdb.cell/solib-symbol.exp: Likewise.
4471 * gdb.cell/solib.exp: Likewise.
617cd4bc 4472
a81aaca0
PA
44732017-11-25 Pedro Alves <palves@redhat.com>
4474
4475 * gdb.base/complete-empty.exp: New file.
4476 * gdb.base/completion.exp: Adjust.
4477
6a3c6ee4
PA
44782017-11-25 Pedro Alves <palves@redhat.com>
4479
4480 * gdb.linespec/cpls-ops.cc: New file.
4481 * gdb.linespec/cpls-ops.exp: New file.
4482 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4483 factored out from ...
4484 (test_complete_prefix_range): ... this.
4485
8955eb2d
PA
44862017-11-24 Pedro Alves <palves@redhat.com>
4487
4488 * gdb.linespec/cpcompletion.exp: New file.
4489 * gdb.linespec/cpls-hyphen.cc: New file.
4490 * gdb.linespec/cpls.cc: New file.
4491 * gdb.linespec/cpls2.cc: New file.
4492 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4493 test to use test_gdb_complete_unique. Add label completion,
4494 keyword completion and explicit location completion tests.
4495 * lib/completion-support.exp: New file.
4496
e547c119
JB
44972017-11-24 Joel Brobecker <brobecker@adacore.com>
4498
4499 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4500 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4501 when hitting an exception catchpoint.
4502
7c3c1aa8
YQ
45032017-11-22 Yao Qi <yao.qi@linaro.org>
4504
4505 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4506
41bd68f5
SM
45072017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4508
4509 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4510 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4511 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4512
1daad298
YQ
45132017-11-22 Yao Qi <yao.qi@linaro.org>
4514
4515 * gdb.base/info-os.exp: Pass pthreads.
4516 * gdb.multi/multi-attach.exp: Likewise.
4517
88465e87
YQ
45182017-11-22 Yao Qi <yao.qi@linaro.org>
4519
4520 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4521 compiler.
4522
dc196b23
YQ
45232017-11-22 Yao Qi <yao.qi@linaro.org>
4524
4525 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4526 * gdb.base/break-interp.exp: Likewise.
4527 * gdb.base/jit-attach-pie.exp: Likewise.
4528
2400729e
UW
45292017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4530
4531 * gdb.base/float128.c (large128): New variable.
4532 * gdb.base/float128.exp: Add test to print largest __float128 value.
4533
7a26362d
UW
45342017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4535
4536 * gdb.arch/vsx-regs.exp: Update register content checks.
4537
ed0f4273
UW
45382017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4539
4540 * gdb.arch/ppc-longdouble.exp: New file.
4541 * gdb.arch/ppc-longdouble.c: Likewise.
4542
a25d69c6
PA
45432017-11-21 Pedro Alves <palves@redhat.com>
4544
4545 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4546
73fcf641
PA
45472017-11-20 Pedro Alves <palves@redhat.com>
4548
4549 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4550 (long_double_typedef): New typedefs.
4551 Use DEF on double and long double.
4552 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4553 cases.
4554 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4555 and 'long_double_ptr_same_size' locals. Use them to decide
4556 whether cast from array/function to float is valid/invalid.
4557
71a3c369
TT
45582017-11-17 Tom Tromey <tom@tromey.com>
4559
4560 * gdb.rust/traits.rs: New file.
4561 * gdb.rust/traits.exp: New file.
4562
ced9779b
JB
45632017-11-17 Joel Brobecker <brobecker@adacore.com>
4564
4565 * gdb.ada/minsyms: New testcase.
4566
a0922d80
PA
45672017-11-16 Pedro Alves <palves@redhat.com>
4568
4569 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4570 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4571
ea04e54c
PA
45722017-11-16 Pedro Alves <palves@redhat.com>
4573
4574 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4575 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4576
e849ea89
PA
45772017-11-16 Pedro Alves <palves@redhat.com>
4578
4579 * gdb.server/reconnect-ctrl-c.c: New file.
4580 * gdb.server/reconnect-ctrl-c.exp: New file.
4581
d8ae99a7
PM
45822017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4583
4584 * gdb.python/py-rbreak.exp: New file.
4585 * gdb.python/py-rbreak.c: New file.
4586 * gdb.python/py-rbreak-func2.c: New file.
4587
968a13f8
PA
45882017-11-16 Pedro Alves <palves@redhat.com>
4589
4590 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4591 pattern.
4592 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4593 GDB.
4594
71774bc9
SM
45952017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4596
4597 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4598 regex.
4599
ddbb44cf
SM
46002017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4601
4602 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4603 test names.
4604
584a564f
PA
46052017-11-09 Pedro Alves <palves@redhat.com>
4606
4607 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4608 factored out from ...
4609 (top level): ... here, and adjusted to avoid expecting beyond the
4610 prompt in a single gdb_test_multiple.
4611
5ed7a928
PA
46122017-11-09 Pedro Alves <palves@redhat.com>
4613
4614 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4615 output.
4616 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4617 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4618 * gdb.server/ext-run.exp ("kill" test): Likewise.
4619 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4620
a60e0738
PA
46212017-11-09 Pedro Alves <palves@redhat.com>
4622
4623 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4624 match till end of line.
4625
2c88253f
PA
46262017-11-09 Pedro Alves <palves@redhat.com>
4627
4628 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4629
c7a38517
PA
46302017-11-09 Pedro Alves <palves@redhat.com>
4631
4632 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4633 New procedures, factored out from ...
4634 (top level): ... here, and adjusted to avoid expecting beyond the
4635 prompt in one go.
4636
f29f4b6b
PA
46372017-11-09 Pedro Alves <palves@redhat.com>
4638
4639 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4640 output. Fix '?' match.
4641
286acbb5
JB
46422017-11-08 Joel Brobecker <brobecker@adacore.com>
4643
4644 * gdb.ada/scoped_watch: New testcase.
4645 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4646 which is actually correct.
4647 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4648 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4649
62d7ae92
PA
46502017-11-08 Pedro Alves <palves@redhat.com>
4651
4652 * gdb.gdb/complaints.exp (test_initial_complaints)
4653 (test_serial_complaints, test_short_complaints): Call
4654 complaint_internal instead of complaint.
4655
280ca31f
DT
46562017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4657
4658 * gdb.threads/tls-core.c: New file.
4659 * gdb.threads/tls-core.exp: Likewise.
4660
b5ec771e
PA
46612017-11-08 Pedro Alves <palves@redhat.com>
4662
4663 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4664 (p Exported_Capitalized): New test.
4665 (p exported_capitalized): New test.
4666
a02b41a7
PA
46672017-11-07 Pedro Alves <palves@redhat.com>
4668
4669 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4670
95e95a6d
PA
46712017-11-07 Pedro Alves <palves@redhat.com>
4672
4673 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4674 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4675 (disable_invalid, disable_inverted, disable_negative): New
4676 procedures.
4677 ("bad numbers"): New set of tests.
4678
cee62dbd
PA
46792017-11-07 Pedro Alves <palves@redhat.com>
4680
4681 * gdb.cp/ena-dis-br-range.exp: Add tests.
4682
cc638e86
PA
46832017-11-07 Pedro Alves <palves@redhat.com>
4684
4685 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4686
d0fe4701
XR
46872017-11-07 Xavier Roirand <roirand@adacore.com>
4688 Pedro Alves <palves@redhat.com>
4689
4690 * gdb.base/ena-dis-br.exp: Add reference to
4691 gdb.cp/ena-dis-br-range.exp.
4692 * gdb.cp/ena-dis-br-range.exp: New file.
4693 * gdb.cp/ena-dis-br-range.cc: New file.
4694
46f67f80
PA
46952017-11-06 Pedro Alves <palves@redhat.com>
4696
4697 * gdb.base/attach-non-pgrp-leader.c: New.
4698 * gdb.base/attach-non-pgrp-leader.exp: New.
4699
726e1356
PA
47002017-11-06 Pedro Alves <palves@redhat.com>
4701
4702 * configure.ac: No longer check for termio.h and sgtty.h.
4703 * configure: Regenerate.
4704 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4705 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4706 Remove termio and sgtty code.
4707
50ab6ace
YQ
47082017-11-03 Yao Qi <yao.qi@linaro.org>
4709
4710 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4711 in GDB is disabled.
4712
8e68731c
YQ
47132017-11-03 Yao Qi <yao.qi@linaro.org>
4714
4715 * gdb.python/py-thrhandle.exp: Skip it if python is not
4716 enabled.
4717
3a87ae65
SM
47182017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4719
4720 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4721 as a breakpoint command.
4722
484d8d36
MD
47232017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4724
4725 PR python/21213
4726 * gdb.python/py-infthread.exp: Test calling
4727 InferiorThread.inferior () multiple times in a row.
4728
4a27f119
KS
47292017-10-27 Keith Seitz <keiths@redhat.com>
4730
4731 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4732 Test "info break" for every inlined function breakpoint.
4733
bb11dd58
YQ
47342017-10-27 Yao Qi <yao.qi@linaro.org>
4735
4736 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4737
a43f3893
PF
47382017-10-26 Patrick Frants <osscontribute@gmail.com>
4739
4740 * gdb.cp/classes.exp (test_static_members): Test printing
4741 Outer::instance.
4742 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4743 (Inner::instance, Outer::instance): New.
4744
792ccf00
PA
47452017-10-24 Pedro Alves <palves@redhat.com>
4746
4747 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4748 extra console" test in two stages.
4749
eb2bfbad
PA
47502017-10-24 Pedro Alves <palves@redhat.com>
4751
4752 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4753
1f75a651
PA
47542017-10-24 Pedro Alves <palves@redhat.com>
4755
4756 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4757 loop.
4758
779990d9
PA
47592017-10-24 Pedro Alves <palves@redhat.com>
4760
4761 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4762 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4763
ad9b8f5d
PA
47642017-10-24 Pedro Alves <palves@redhat.com>
4765
4766 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4767 parameter and handle it. Don't output read value in test name.
4768
fee6da6e
PA
47692017-10-24 Pedro Alves <palves@redhat.com>
4770
4771 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4772 custom test name.
4773
10389c2c
PA
47742017-10-24 Pedro Alves <palves@redhat.com>
4775
4776 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4777 include the unstable output directory name in the test's name.
4778 (initial_setup_simple) <'set args'>: Use custom test name.
4779
a80e65a9
PA
47802017-10-24 Pedro Alves <palves@redhat.com>
4781
4782 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4783 with explicit test name.
4784
15763a09
PA
47852017-10-20 Pedro Alves <palves@redhat.com>
4786
4787 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4788 'wait -i'. Use gdb_assert and remote_close.
4789
49a4ce2e
AB
47902017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4791
4792 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4793 number from variable rather than hard-coded.
4794
a75868f5
PA
47952017-10-19 Pedro Alves <palves@redhat.com>
4796
4797 * gdb.base/long-inferior-output.c: New file.
4798 * gdb.base/long-inferior-output.exp: New file.
4799
c8ba13ad
KS
48002017-11-18 Keith Seitz <keiths@redhat.com>
4801
4802 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4803 method.
4804 (main): Call it.
4805 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4806 Add additional user-defined conversion operator tests.
4807
b27de576
PA
48082017-10-17 Pedro Alves <palves@redhat.com>
4809
4810 * boards/native-stdio-gdbserver.exp: Load "local-board".
4811
8484c955
PA
48122017-10-17 Pedro Alves <palves@redhat.com>
4813
4814 * gdb.base/quit-live.c: New file.
4815 * gdb.base/quit-live.exp: New file.
4816
83d5a34d
KS
48172017-10-16 Keith Seitz <keiths@redhat.com>
4818
4819 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4820 (class_with_protected_typedef, class_with_private_typedef)
4821 (struct_with_public_typedef, struct_with_protected_typedef)
4822 (struct_with_private_typedef): New classes/structs.
4823 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4824 typedefs and access specifiers.
4825
739b3f1d
PA
48262017-10-16 Pedro Alves <palves@redhat.com>
4827 Simon Marchi <simon.marchi@polymtl.ca>
4828
4829 * README (Local vs Remote vs Native): New section.
4830 * boards/local-board.exp: New file, with bits factored out from
4831 ...
4832 * boards/native-extended-gdbserver.exp: ... here. Load
4833 "local-board".
4834 * boards/native-gdbserver.exp: Load "local-board".
4835 (${board}_spawn, ${board}_exec): Delete.
4836 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4837 ...
4838 * boards/stdio-gdbserver-base.exp: ... this new file.
4839 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4840 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4841 procedure.
4842 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4843 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4844 stdio_gdbserver_command.
4845 (${board}_get_remote_address, ${board}_get_comm_port)
4846 (${board}_download, ${board}_upload): Delete.
4847 (get_target_remote_pipe_cmd): New.
4848
fe68b953
SM
48492017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4850
4851 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4852 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4853 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4854 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4855 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4856 remove with_test_prefix.
4857
300b6685
PA
48582017-10-13 Pedro Alves <palves@redhat.com>
4859
4860 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4861 * gdb.base/annota1.exp: Use it instead of is_remote.
4862 * gdb.base/annota3.exp: Use it instead of is_remote.
4863 * gdb.cp/annota2.exp: Use it instead of is_remote.
4864 * gdb.cp/annota3.exp: Use it instead of is_remote.
4865 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4866
50500caf
PA
48672017-10-13 Pedro Alves <palves@redhat.com>
4868
4869 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4870 (test_num_test_vars, run_and_count_vars, find_env)
4871 (test_set_unset_env, test_inherit_env_var): New procedures.
4872 (top level): Use them.
4873
dad0c6d2
PA
48742017-10-13 Pedro Alves <palves@redhat.com>
4875
4876 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4877 also skip on stub-like targets.
4878
8b0553c1
PA
48792017-10-13 Pedro Alves <palves@redhat.com>
4880
4881 PR gdb/22293
4882 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4883 (top level): Move some tests to ...
4884 (test_not_found): ... this new procedure.
4885 (top level): Call it.
4886
7594f623
PA
48872017-10-13 Pedro Alves <palves@redhat.com>
4888
4889 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4890 expect different "info terminal" output if testing with a
4891 non-native target.
4892
ebe3b402
PA
48932017-10-13 Pedro Alves <palves@redhat.com>
4894 Simon Marchi <simon.marchi@polymtl.ca>
4895
4896 PR python/12966
4897 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4898
42f1b161
PA
48992017-10-13 Pedro Alves <palves@redhat.com>
4900
4901 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4902 already.
4903
8d6ef72b
PA
49042017-10-13 Pedro Alves <palves@redhat.com>
4905
4906 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4907 is_remote.
4908
d7bcd5b8
PA
49092017-10-13 Pedro Alves <palves@redhat.com>
4910
4911 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4912 is_remote.
4913
df479dc6
PA
49142017-10-13 Pedro Alves <palves@redhat.com>
4915
4916 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4917 is set.
4918 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4919 instead of is_remote.
4920
23fb630a
PA
49212017-10-13 Pedro Alves <palves@redhat.com>
4922
4923 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4924 (top level): Add comment.
4925
cc77b1dc
PA
49262017-10-13 Pedro Alves <palves@redhat.com>
4927
4928 * gdb.base/remote.exp (top level): Fix comment typo and add
4929 missing return.
4930
27c9e813
PA
49312017-10-13 Pedro Alves <palves@redhat.com>
4932 Simon Marchi <simon.marchi@polymtl.ca>
4933
4934 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4935 calls and add comments. Skip test if use_gdb_stub is set.
4936 (top level): Use "set cwd" command instead of "cd" command.
4937
5e830d98
PA
49382017-10-13 Pedro Alves <palves@redhat.com>
4939
4940 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4941 is_remote target check.
4942
f5ca0032
PA
49432017-10-13 Pedro Alves <palves@redhat.com>
4944
4945 * gdb.base/scope.exp: Use build_executable + clean_restart +
4946 gdb_file_cmd instead of prepare_for_testing and no longer skip
4947 "before run" tests on is_remote target boards. Update comments.
4948 * boards/native-extended-gdbserver.exp
4949 (extended_gdbserver_load_last_file): New, factored out from ...
4950 (gdb_load): ... this. Move further below and add comment.
4951 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4952
8aed1c0d
PA
49532017-10-12 Pedro Alves <palves@redhat.com>
4954
4955 * gdb.base/attach.exp: Remove references to gdb64.
4956 * gdb.base/dbx.exp: Remove references to gdb64.
4957
cfa34c87
SM
49582017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4959 Pedro Alves <palves@redhat.com>
4960
4961 * gdb.base/label.exp: Remove is_remote target check.
4962
9192b7de
PA
49632017-10-12 Pedro Alves <palves@redhat.com>
4964
4965 * gdb.base/auvx.exp (coredir): Update comment.
4966 (top level) <core_works>: Use "set cwd" command instead of "cd"
4967 command.
4968
6bf0052d
PA
49692017-10-12 Pedro Alves <palves@redhat.com>
4970 Simon Marchi <simon.marchi@polymtl.ca>
4971
4972 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4973 target boards.
4974
e48ef82d
PA
49752017-10-12 Pedro Alves <palves@redhat.com>
4976 Simon Marchi <simon.marchi@polymtl.ca>
4977
4978 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4979 Instead skip if there's any gdb_protocol set.
4980
8d7aea57
SM
49812017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4982 Pedro Alves <palves@redhat.com>
4983
4984 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
4985
30440677
PA
49862017-10-12 Pedro Alves <palves@redhat.com>
4987 Simon Marchi <simon.marchi@polymtl.ca>
4988
4989 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
4990 instead of on dejagnu remote boards.
4991
4e04f045 49922017-10-12 Pedro Alves <palves@redhat.com>
175654b9 4993 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
4994
4995 * gdb.base/inferior-died.exp: Remove is_remote and isnative
4996 checks. Use build_executable + clean_restart instead of
4997 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
4998 of enabling non-stop after starting gdb.
4999
871a186e
PA
50002017-10-12 Pedro Alves <palves@redhat.com>
5001
5002 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5003 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5004 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5005 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5006
56d704da
AK
50072017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5008
5009 * gdb.arch/arc-tdesc-cpu.exp: New file.
5010 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5011
2f20e312
SM
50122017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5013
5014 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5015
65630365
PA
50162017-10-10 Pedro Alves <palves@redhat.com>
5017
5018 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5019 expect CLI output.
5020
bf469271
PA
50212017-10-10 Pedro Alves <palves@redhat.com>
5022
5023 * lib/selftest-support.exp (selftest_setup): Update for
5024 captured_command_loop's prototype change.
5025
777a42f1
PA
50262017-10-09 Pedro Alves <palves@redhat.com>
5027
5028 Test both arch1=>arch2 and arch2=>arch1.
5029
5030 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5031 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5032 factored out to...
5033 (append_arch1_options, append_arch2_options, append_arch_options)
5034 (build_executables): New procedures.
5035 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5036 local.
5037 (top level): Add new 'first_arch' testing axis.
5038
cbd2b4e3
PA
50392017-10-09 Pedro Alves <palves@redhat.com>
5040
5041 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5042 (barrier): New.
5043 (thread_start, all_started): New functions.
5044 (main): Spawn new thread and wait until it is scheduled.
5045 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5046 option.
5047 (do_test): Add 'selected_thread' parameter. Run to all_started
5048 instead of main. Explicitly set the breakpoint at main. Switch
5049 to the SELECTED_THREAD thread.
5050 (top level): Test handling the exec event with either the main
5051 thread or the second thread selected.
5052
5c9e4427
PA
50532017-10-09 Pedro Alves <palves@redhat.com>
5054
5055 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5056 logic. Move STOP marker after the value checks.
5057 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5058 regexp.
5059
b3b7c423
SL
50602017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5061
5062 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5063
3b4b2f16
UW
50642017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5065
5066 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5067 integer-to-dfp conversion.
5068 * gdb.base/dfp-test.exp: Likewise.
5069
5cd63fda
PA
50702017-10-04 Pedro Alves <palves@redhat.com>
5071
5072 * gdb.multi/hangout.c: Include <unistd.h>.
5073 (hangout_loop): New function.
5074 (main): Call alarm. Call hangout_loop in a loop.
5075 * gdb.multi/hello.c: Include <unistd.h>.
5076 (hello_loop): New function.
5077 (main): Call alarm. Call hangout_loop in a loop.
5078 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5079 inferior with the other selected.
5080
4c71c105
SM
50812017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5082
5083 * gdb.mi/list-thread-groups-available.exp: New file.
5084 * gdb.mi/list-thread-groups-available.c: New file.
5085
bc3b087d
SDJ
50862017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5087
5088 * gdb.base/set-cwd.exp: Make it available on
5089 native-extended-gdbserver.
5090
d092c5a2
SDJ
50912017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5092
5093 * gdb.base/set-cwd.c: New file.
5094 * gdb.base/set-cwd.exp: Likewise.
5095
45320ffa
TT
50962017-10-02 Tom Tromey <tom@tromey.com>
5097
5098 PR rust/22236:
5099 * gdb.rust/simple.rs (main): New variable "fslice".
5100 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5101
b3e3859b
TT
51022017-10-02 Tom Tromey <tom@tromey.com>
5103
5104 * gdb.rust/simple.exp: Test ptype of a slice.
5105
01af5e0d
TT
51062017-10-02 Tom Tromey <tom@tromey.com>
5107
5108 * gdb.rust/simple.exp: Test index of slice.
5109
a9bbfbd8
TT
51102017-09-27 Tom Tromey <tom@tromey.com>
5111
5112 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5113
df8899e5
TP
51142017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5115 Pedro Alves <palves@redhat.com>
5116
5117 * gdb.base/compare-sections.exp (get value of read-only section): Read
5118 as unsigned value.
5119 (corrupt read-only section): Likewise and don't set written if patching
5120 failed.
5121
757bf54b
KB
51222017-09-21 Kevin Buettner <kevinb@redhat.com>
5123
5124 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5125 files.
5126
06871ae8
PA
51272017-09-20 Pedro Alves <palves@redhat.com>
5128
5129 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5130 symbol names in gdb's output.
5131 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5132
e5f25bc5
PA
51332017-09-20 Pedro Alves <palves@redhat.com>
5134
5135 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5136 Rename to ...
5137 (test_list_ambiguous_symbol): ... this and add a symbol name
5138 parameter. Adjust.
5139 (test_list_ambiguous_function): Reimplement on top of
5140 test_list_ambiguous_symbol and also test listing ambiguous
5141 variables.
5142 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5143 (ambiguous_fun): ... this.
5144 (ambiguous_var): New.
5145 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5146 (ambiguous_fun): ... this.
5147 (ambiguous_var): New.
5148
4e5a4f58
JB
51492017-09-19 John Baldwin <jhb@FreeBSD.org>
5150
5151 * gdb.base/starti.c: New file.
5152 * gdb.base/starti.exp: New file.
5153 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5154
26e53f3e
PA
51552017-09-14 Pedro Alves <palves@redhat.com>
5156
5157 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5158 (top level): Use it instead of runto.
5159
cb791d59
TT
51602017-09-11 Tom Tromey <tom@tromey.com>
5161
5162 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5163
7c96f8c1
TT
51642017-09-11 Tom Tromey <tom@tromey.com>
5165
5166 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5167 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5168
469412dd
CW
51692017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5170
5171 * gdb.fortran/printing-types.exp: New file.
5172 * gdb.fortran/printing-types.exp: New file.
5173
e0f86435
BH
51742017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5175
5176 * gdb.fortran/vla-ptype.exp: Fix typos.
5177 * gdb.fortran/vla-value.exp: Same.
5178
9e9af4be
BH
51792017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5180
5181 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5182 * gdb.mi/mi-var-child-f.exp: Likewise.
5183 * gdb.mi/mi-vla-fortran.exp: Likewise.
5184
a5ad232b 51852017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
5186 Christoph Weinmann <christoph.t.weinmann@intel.com>
5187 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
5188
5189 * gdb.fortran/ptr-indentation.f90: New file.
5190 * gdb.fortran/ptr-indentation.exp: New file.
5191
5aec60eb
TT
51922017-09-05 Tom Tromey <tom@tromey.com>
5193
5194 PR gdb/22010:
5195 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5196
8f8f8152
TP
51972017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5198
5199 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5200
fbd1b771
JK
52012017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5202
5203 * gdb.threads/tls-nodebug-pie.c: New file.
5204 * gdb.threads/tls-nodebug-pie.exp: New file.
5205
5eb5f850
TT
52062017-09-05 Tom Tromey <tom@tromey.com>
5207
5208 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5209 for rust.
5210
ae780a21
SM
52112017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5212
5213 * gdb.multi/multi-arch-exec.exp: Test with different
5214 "follow-exec-mode" settings.
5215 (do_test): New procedure.
5216
3693fdb3
PA
52172017-09-04 Pedro Alves <palves@redhat.com>
5218
5219 * gdb.base/func-static.c (S::method const, S::method volatile)
5220 (S::method volatile const): New methods.
5221 (c_s, v_s, cv_s): New instances.
5222 (main): Call method() on them.
5223 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5224 (cannot_resolve): New procedure.
5225 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5226 print-quote-unquoted columns.
5227 (do_test): Test printing each scope too.
5228
e68cb8e0
PA
52292017-09-04 Pedro Alves <palves@redhat.com>
5230
5231 * gdb.base/local-static.exp: Also test with
5232 class::method::variable wholly quoted.
5233 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5234
858be34c
PA
52352017-09-04 Pedro Alves <palves@redhat.com>
5236
5237 * gdb.base/local-static.c: New.
5238 * gdb.base/local-static.cc: New.
5239 * gdb.base/local-static.exp: New.
5240
46a4882b
PA
52412017-09-04 Pedro Alves <palves@redhat.com>
5242
5243 * gdb.asm/asm-source.exp: Add casts to int.
5244 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5245 (dataglobal64_1, dataglobal64_2): New globals.
5246 * gdb.base/nodebug.exp: Test different expressions involving the
5247 new globals, with print, whatis and ptype. Add casts to int.
5248 * gdb.base/solib-display.exp: Add casts to int.
5249 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5250 * gdb.cp/m-static.exp: Add cast to int.
5251 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5252 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5253 tls variable with no debug info without a cast. Test with a cast
5254 to int too.
5255 * gdb.trace/entry-values.exp: Add casts.
5256
2c5a2be1
PA
52572017-09-04 Pedro Alves <palves@redhat.com>
5258
5259 * gdb.base/nodebug.exp: Test that ptype's error about functions
5260 with unknown return type includes the function name too.
5261
7022349d
PA
52622017-09-04 Pedro Alves <palves@redhat.com>
5263
5264 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5265 return type of munmap in infcall.
5266 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5267 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5268 type of ftell in infcall.
5269 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5270 type of getpid in infcall.
5271 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5272 infcall.
5273 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5274 Bail on failure to extract the pid.
5275 * gdb.base/nodebug.c: #include <stdint.h>.
5276 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5277 New functions.
5278 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5279 Change expected output of print/whatis/ptype with functions with
5280 no debug info. Test all supported languages. Call
5281 test_call_promotion.
5282 * gdb.compile/compile.exp: Adjust expected output to expect
5283 warning.
5284 * gdb.threads/siginfo-threads.exp: Likewise.
5285
54990598
PA
52862017-09-04 Pedro Alves <palves@redhat.com>
5287
5288 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5289 "prototypes". Test calling float functions via prototyped and
5290 unprototyped function pointers.
5291 (perform_all_tests): New parameter "prototypes". Pass it down.
5292 (top level): Pass down "prototypes" parameter to
5293 perform_all_tests.
5294
34d16ea2
SM
52952017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5296
5297 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5298 Test with nested loops.
5299
9521ecda
SM
53002017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5301
5302 * gdb.base/commands.exp: Call the new procedures.
5303 (loop_break_test, loop_continue_test): New procedures.
5304
80a65e9b
SM
53052017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5306
5307 * gdb.base/commands.exp: Call new procedure.
5308 (define_if_without_arg_test): New procedure.
5309
e439fa14
PA
53102017-09-04 Pedro Alves <palves@redhat.com>
5311
5312 * gdb.base/list-ambiguous.exp: New file.
5313 * gdb.base/list-ambiguous0.c: New file.
5314 * gdb.base/list-ambiguous1.c: New file.
5315 * gdb.base/list.exp (test_list_range): Adjust expected output.
5316
0a2dde4a
SDJ
53172017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5318
5319 * gdb.base/share-env-with-gdbserver.c: New file.
5320 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5321
5e89eb3a
SM
53222017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5323
5324 * gdb.base/commands.exp (gdbvar_simple_if_test,
5325 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5326 progvar_simple_if_test, progvar_simple_while_test,
5327 progvar_complex_if_while_test, user_defined_command_test,
5328 user_defined_command_args_eval,
5329 user_defined_command_args_stack_test,
5330 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5331 temporary_breakpoint_commands,
5332 gdb_test_no_prompt, redefine_hook_test,
5333 redefine_backtrace_test): Remove "global gdb_prompt".
5334
fd437cbc
SM
53352017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5336
5337 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5338 New proc, call it from toplevel.
5339
87215ad1
SDJ
53402017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5341
5342 PR remote/21852
5343 * gdb.server/normal.c: New file, copied from gdb.base.
5344 * gdb.server/run-without-local-binary.exp: New file.
5345
58afddc6
WP
53462017-08-07 Weimin Pan <weimin.pan@oracle.com>
5347
5348 * gdb.arch/sparc64-adi.exp: New file.
5349 * gdb.arch/sparc64-adi.c: New file.
5350
5277199a
PA
53512017-08-22 Pedro Alves <palves@redhat.com>
5352
5353 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5354 (top level): Add "list all overloads" tests.
5355
14278e1f
TT
53562017-08-22 Tom Tromey <tom@tromey.com>
5357
5358 * gdb.gdb/xfullpath.exp: Remove.
5359
bf223d3e
PA
53602017-08-21 Pedro Alves <palves@redhat.com>
5361
5362 PR gdb/19487
5363 * gdb.base/symbol-alias.c: New.
5364 * gdb.base/symbol-alias2.c: New.
5365 * gdb.base/symbol-alias.exp: New.
5366
c973d0aa
PA
53672017-08-21 Pedro Alves <palves@redhat.com>
5368
5369 * gdb.base/dfp-test.c
5370 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5371 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5372 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5373 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5374 * gdb.base/whatis-ptype-typedefs.c: New.
5375 * gdb.base/whatis-ptype-typedefs.exp: New.
5376 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5377 (an_int, an_int_type, an_int_type2): New globals.
5378 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5379 involving typedefs and cast expressions.
5380 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5381 (lookup_typedefs_function): New.
5382 (typedefs_pretty_printers_dict): New.
5383 (top level): Register lookup_typedefs_function in
5384 gdb.pretty_printers.
5385
6d580b63
YQ
53862017-08-18 Yao Qi <yao.qi@linaro.org>
5387
5388 * gdb.server/unittest.exp: New.
5389
206726fb
SDJ
53902017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5391
5392 PR gdb/21954
5393 * gdb.base/environ.exp: Add test to check if 'unset environment'
5394 works.
5395
bf0ec4c2
AA
53962017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5397
5398 * lib/gdb.exp (universal_compile_options): New caching proc.
5399 (gdb_compile): Suppress GCC's coloring of messages.
5400
d6382fff
TT
54012017-08-14 Tom Tromey <tom@tromey.com>
5402
5403 PR gdb/21675:
5404 * gdb.base/printcmds.exp (test_radices): New function.
5405 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5406 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5407 * lib/gdb.exp (get_integer_valueof): Use p/d.
5408
c2c2dd9f
SM
54092017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5410
5411 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5412 characters.
5413
fdffd6f4
TT
54142017-08-05 Tom Tromey <tom@tromey.com>
5415
5416 * gdb.rust/simple.exp: Allow String to appear in a different
5417 namespace.
5418
27d41eac
YQ
54192017-07-26 Yao Qi <yao.qi@linaro.org>
5420
5421 * gdb.gdb/unittest.exp: Invoke command
5422 "maintenance check xml-descriptions".
5423
031ed05d
AA
54242017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5425
5426 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5427 calling context.
5428 (hex128): Drop erroneous calculation of parameters.
5429
dcd27ddf
SM
54302017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5431
5432 * gdb.python/py-unwind.exp: Disable stack protection when
5433 building test file.
5434
47e77640
PA
54352017-07-20 Pedro Alves <palves@redhat.com>
5436
5437 * gdb.base/default.exp (set language): Adjust expected output.
5438
62d2a18a
PA
54392017-07-20 Pedro Alves <palves@redhat.com>
5440
5441 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5442 (test_minsym): ... this, and make static.
5443 (get_pck__foo__bar__minsym): Rename to ...
5444 (get_test_minsym): ... this.
5445 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5446 symbol names and comments.
5447 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5448 (get_test_minsym): ... this.
5449 (pck__foo__bar__minsym__2): Rename to ...
5450 (test_minsym): ... this.
5451 (main): Adjust.
5452
c45ec17c
PA
54532017-07-17 Pedro Alves <palves@redhat.com>
5454
5455 * gdb.base/completion.exp: Adjust expected output.
5456 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5457 the completer works.
5458
c6756f62
PA
54592017-07-17 Pedro Alves <palves@redhat.com>
5460
5461 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5462
5bd68487
AB
54632017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5464
5465 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5466
8880f2a9
TT
54672017-07-14 Tom Tromey <tom@tromey.com>
5468
5469 PR rust/21764:
5470 * gdb.rust/simple.exp: Add tests.
5471
65547233
TT
54722017-07-14 Tom Tromey <tom@tromey.com>
5473
5474 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5475
8f14146e
PA
54762017-07-14 Pedro Alves <palves@redhat.com>
5477
5478 * gdb.linespec/base/one/thefile.cc (z1): New function.
5479 * gdb.linespec/base/two/thefile.cc (z2): New function.
5480 * gdb.linespec/linespec.exp: Add tests.
5481
b4365d02
AB
54822017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5483
5484 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5485 to mi_create_breakpoint.
5486
5d2cbaa5
AB
54872017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5488
5489 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5490 mi_create_breakpoint.
5491
11cb5716
IB
54922017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5493
5494 * gdb.dlang/demangle.exp: Update for demangling changes.
5495
03278692
TT
54962017-07-09 Tom Tromey <tom@tromey.com>
5497
5498 * gdb.dwarf2/shortpiece.exp: New file.
5499
33c5cd75
DB
55002017-07-06 David Blaikie <dblaikie@gmail.com>
5501
5502 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5503 built from fissiont-multi-cu{1,2}.c.
5504 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5505 except putting 'main' and 'func' in separate CUs in the same DWO file.
5506 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5507 test.
5508 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5509 test.
5510
8455d262
PA
55112017-07-06 Pedro Alves <palves@redhat.com>
5512
5513 * gdb.python/py-unwind.exp: Test flushregs.
5514
dc4bde35
SDJ
55152017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5516
5517 PR cli/21688
5518 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5519 tests for alias commands and trailing whitespace.
5520
51ed89aa
SDJ
55212017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5522
5523 PR cli/21688
5524 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5525 procedure. Call it.
5526
eb17d413
PA
55272017-06-29 Pedro Alves <palves@redhat.com>
5528
5529 * gdb.base/printcmds.exp: Add tests.
5530
41664b45
DG
55312017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5532
5533 PR gdb/21337
5534 * gdb.base/reread-readsym.exp: New file.
5535 * gdb.base/reread-readsym.c: New file.
5536
75312ae3
KB
55372017-06-21 Kevin Buettner <kevinb@redhat.com>
5538
5539 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5540 subpattern.
5541
66953522
PB
55422017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5543
5544 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5545 extended mnemonic.
5546 * gdb.arch/powerpc-power9.s: Likewise.
5547
5524b525
AA
55482017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5549
5550 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5551 on 32-bit x86 targets. Exploit is_*_target macros where
5552 appropriate.
5553
03c8af18
AA
55542017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5555
5556 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5557 register pieces.
5558
3bf31011
AA
55592017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5560
5561 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5562 located in one or more DWARF pieces.
5563
805acca0
AA
55642017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5565
5566 * lib/gdb.exp (get_endianness): New proc.
5567 * gdb.arch/aarch64-fp.exp: Use it.
5568 * gdb.arch/altivec-regs.exp: Likewise.
5569 * gdb.arch/e500-regs.exp: Likewise.
5570 * gdb.arch/vsx-regs.exp: Likewise.
5571 * gdb.base/dump.exp: Likewise.
5572 * gdb.base/funcargs.exp: Likewise.
5573 * gdb.base/gnu_vector.exp: Likewise.
5574 * gdb.dwarf2/formdata16.exp: Likewise.
5575 * gdb.dwarf2/implptrpiece.exp: Likewise.
5576 * gdb.dwarf2/nonvar-access.exp: Likewise.
5577 * gdb.python/py-inferior.exp: Likewise.
5578 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5579
e9352324
AA
55802017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5581
5582 PR gdb/21226
5583 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5584 stack value pieces are taken from the LSB end.
5585
d5d1163e
AA
55862017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5587
5588 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5589 variable at nonzero offset.
5590
0567c986
AA
55912017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5592
5593 * gdb.dwarf2/var-access.c: New file.
5594 * gdb.dwarf2/var-access.exp: New test.
5595 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5596
973e9aab
TT
55972017-06-12 Tom Tromey <tom@tromey.com>
5598
5599 * gdb.dwarf2/formdata16.exp: Add tests.
5600
d9109c80
TT
56012017-06-12 Tom Tromey <tom@tromey.com>
5602
5603 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5604
30a25466
TT
56052017-06-12 Tom Tromey <tom@tromey.com>
5606
5607 PR exp/16225:
5608 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5609 * gdb.arch/vsx-regs.exp: Update tests.
5610 * gdb.arch/s390-vregs.exp (hex128): New proc.
5611 Update test.
5612 * gdb.arch/altivec-regs.exp: Update tests.
5613
aefd8b33
SDJ
56142017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5615
5616 * gdb.base/startup-with-shell.c: New file.
5617 * gdb.base/startup-with-shell.exp: Likewise.
5618
2090129c
SDJ
56192017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5620
5621 * gdb.server/non-existing-program.exp: Update regex in order to
5622 reflect the fact that gdbserver is now using fork_inferior (with a
5623 shell) to startup the inferior.
5624
8e86a419
SM
56252017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5626
5627 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5628 support function calls from GDB.
5629
e6cf65f2
TT
56302017-05-21 Tom Tromey <tom@tromey.com>
5631
5632 PR rust/21466:
5633 * gdb.rust/unsized.exp: New file.
5634 * gdb.rust/unsized.rs: New file.
5635
43cc5389
TT
56362017-05-19 Tom Tromey <tom@tromey.com>
5637
5638 PR rust/21484:
5639 * gdb.rust/watch.exp: New file.
5640 * gdb.rust/watch.rs: New file.
5641
ec8df234
TT
56422017-05-18 Tom Tromey <tom@tromey.com>
5643
5644 * gdb.rust/simple.exp: Allow Box to be qualified.
5645
3e3e7fae
TP
56462017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5647
5648 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5649
59cc050d
PA
56502017-05-18 Pedro Alves <palves@redhat.com>
5651
5652 * gdb.base/fileio.c (test_write, test_read, test_close)
5653 (test_fstat): Don't print 'ret' in the fail path.
5654
c8f6abd1
PA
56552017-05-18 Pedro Alves <palves@redhat.com>
5656
5657 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5658 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5659 (test_system, test_rename, test_unlink, test_time): Change
5660 prototypes.
5661 * gdb.base/fileio.exp (stop_msg): Adjust.
5662
d2a03b77
PA
56632017-05-18 Pedro Alves <palves@redhat.com>
5664
5665 * gdb.base/fileio.c (null_str): New global.
5666 (test_stat): Use it.
5667 * gdb.base/fileio.exp: Remove nowarnings.
5668
0d5c6999
YQ
56692017-05-17 Yao Qi <yao.qi@linaro.org>
5670
5671 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5672
21873064
YQ
56732017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5674
5675 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5676 argument command.
5677 (top-level): Invoke test_set_inferior_tty.
5678
d512d31c
PA
56792017-05-04 Pedro Alves <palves@redhat.com>
5680
5681 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5682 Add parens to print call for Python 3.
5683
90cef2ed
KS
56842017-05-03 Keith Seitz <keiths@redhat.com>
5685
5686 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5687 (main): Call it.
5688
14f819c8
TW
56892017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5690
5691 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5692 to prev and next.
5693
913aeadd
TW
56942017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5695
5696 * gdb.python/py-record-btrace.exp: Remove test for
5697 gdb.BtraceInstruction.error.
5698
a3be24ad
TW
56992017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5700
5701 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5702
ae20e79a
TW
57032017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5704
5705 * gdb.python/py-record-btrace-threads.c: New file.
5706 * gdb.python/py-record-btrace-threads.exp: New file.
5707
45ce1b47
SDJ
57082017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5709
5710 PR testsuite/8595
5711 * gdb.base/environ.exp: Make test available in all architectures.
5712 Move bits related to "info program" testing to
5713 gdb.base/info-program.exp. Rewrite tests to use the two new
5714 procedures mentione below.
5715 (test_set_show_env_var) New procedure.
5716 (test_set_show_env_var_equal): Likewise.
5717 * gdb.base/info-program.exp: New file.
5718
e15c3eb4
KS
57192017-04-27 Keith Seitz <keiths@redhat.com>
5720
5721 * gdb.cp/oranking.cc (test15): New function.
5722 (main): Call test15 and declare additional variables for testing.
5723 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5724 "p foo101('abc')" tests.
5725 Add tests for cv qualifier overloads.
5726 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5727 "lvalue reference overload" test.
5728 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5729 "print value of f1 on Child&& in f2" test.
5730
3a3fd0fd
PA
57312017-04-19 Pedro Alves <palves@redhat.com>
5732
5733 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5734 procedure.
5735 (top level): Call it.
5736 * lib/gdb.exp (gdb_define_cmd): New procedure.
5737
53375380
PA
57382017-04-12 Pedro Alves <palves@redhat.com>
5739
5740 PR gdb/21323
5741 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5742 (wchar): New global.
5743 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5744 (do_test_wide_char, wide_char_types_no_program, top level): Add
5745 wchar_t testing.
5746
53e710ac
PA
57472017-04-12 Pedro Alves <palves@redhat.com>
5748
5749 PR c++/21323
5750 * gdb.cp/wide_char_types.c: New file.
5751 * gdb.cp/wide_char_types.exp: New file.
5752
0ad9d8c7
SDJ
57532017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5754
5755 PR gdb/21352
5756 * gdb.trace/tsv.exp: Add test for "tsave -r".
5757
b1b45502
IB
57582017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5759
5760 * gdb.dlang/watch-loc.c: New file.
5761 * gdb.dlang/watch-loc.exp: New file.
5762
ec13808e
JK
57632017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5764
5765 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5766
fe5f7374
AK
57672017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5768
5769 * gdb.arch/arc-analyze-prologue.S: New file.
5770 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5771
eea78757
AK
57722017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5773
5774 * gdb.arch/arc-decode-insn.S: New file.
5775 * gdb.arch/arc-decode-insn.exp: Likewise.
5776
5badf10a
IR
57772017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5778
5779 PR tdep/20928
5780 * gdb.arch/sparc64-regs.exp: New file.
5781 * gdb.arch/sparc64-regs.S: Likewise.
5782
cee59b3f
TW
57832017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5784
5785 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5786 and memory view on Python 3.
5787
c0f55cc6
AV
57882017-03-20 Artemiy Volkov <artemiyv@acm.org>
5789 Keith Seitz <keiths@redhat.com>
5790
5791 PR gdb/14441
5792 * gdb.cp/demangle.exp: Add rvalue reference tests.
5793 * gdb.cp/rvalue-ref-casts.cc: New file.
5794 * gdb.cp/rvalue-ref-casts.exp: New file.
5795 * gdb.cp/rvalue-ref-overload.cc: New file.
5796 * gdb.cp/rvalue-ref-overload.exp: New file.
5797 * gdb.cp/rvalue-ref-params.cc: New file.
5798 * gdb.cp/rvalue-ref-params.exp: New file.
5799 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5800 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5801 * gdb.cp/rvalue-ref-types.cc: New file.
5802 * gdb.cp/rvalue-ref-types.exp: New file.
5803 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5804 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5805
51457a05
MAL
58062017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5807
5808 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5809 New procedure.
5810
5b291c04
MAL
58112017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5812
5813 * lib/mi-support.exp (mi_gdb_test): Add additional message
5814 for unexpected output.
5815
59a56148
AA
58162017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5817
5818 * gdb.base/examine-backward.c (Barrier): New character array
5819 constant, to ensure that TestStrings is preceded by a string
5820 terminator.
5821
7942e96e
AA
58222017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5823
5824 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5825 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5826 and implicit pointer into such a location.
5827
6ebac3fb
DE
58282017-03-16 Doug Evans <dje@google.com>
5829
5830 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5831
ec3b243d
TP
58322017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5833
5834 * gdb.cp/m-static.exp: Fix expectation for prototype of
5835 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
5836
58372017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
5838
5839 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5840 * gdb.guile/scm-lazy-string.c: New file.
5841 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5842 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5843 for pointer, array, typedef lazy strings.
5844
2cc36e25 58452017-03-16 Doug Evans <dje@google.com>
34b43320
DE
5846
5847 PR python/17728, python/18439, python/18779
5848 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5849 * gdb.python/py-lazy-string.c (pointer): New typedef.
5850 (main): New locals ptr, array, typedef_ptr.
5851 * gdb.python/py-value.exp: Move lazy string tests to ...
5852 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5853 array, typedef lazy strings.
ec3b243d 5854
0efcde63
AK
58552017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5856
5857 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5858 Add optional 'test' parameter.
5859
7978d7c3
SM
58602017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5861
5862 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5863 Skip for versions of DejaGnu < 1.5.
5864
896c0c1e
SM
58652017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5866
5867 * lib/gdb.exp (dejagnu_version): New proc.
5868 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5869 Use dejagnu_version.
5870
5f4d1085
KS
58712017-03-10 Keith Seitz <keiths@redhat.com>
5872
5873 PR c++/8128
5874 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5875 type from destructor regexps.
5876 Add a branch which actually passes the test.
5877 Adjust "ptype t5i" test names.
5878
1de05205
PA
58792017-03-08 Pedro Alves <palves@redhat.com>
5880
5881 * gdb.base/step-over-exit.exp: Add explicit test message.
5882
c65d6b55
PA
58832017-03-08 Pedro Alves <palves@redhat.com>
5884
5885 PR gdb/18360
5886 * gdb.threads/interrupt-while-step-over.c: New file.
5887 * gdb.threads/interrupt-while-step-over.exp: New file.
5888
2e86a283
PA
58892017-03-08 Pedro Alves <palves@redhat.com>
5890
5891 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5892 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5893
25dcbff6
PA
58942017-03-08 Pedro Alves <palves@redhat.com>
5895
5896 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5897 PKRU as not supported as a PASS.
5898
dc9366eb
PA
58992017-03-08 Pedro Alves <palves@redhat.com>
5900
5901 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5902 prefix instead of $binfile1/$binfile2.
5903 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5904 in test message.
5905 * gdb.python/py-completion.exp: Use "load python file" as test
5906 messages instead of unstable path names.
5907
6e5d74e7
PA
59082017-03-08 Pedro Alves <palves@redhat.com>
5909 Jan Kratochvil <jan.kratochvil@redhat.com>
5910
5911 PR cli/21218
5912 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5913 New proc.
5914 (top level): Call it.
5915
9753a2f6
PA
59162017-03-08 Pedro Alves <palves@redhat.com>
5917
5918 PR tui/21216
5919 * gdb.tui/tui-nl-filtered-output.exp: New file.
5920
1a4dd9dd
PA
59212017-03-08 Pedro Alves <palves@redhat.com>
5922
5923 * gdb.base/completion.exp: Move TUI completion tests to ...
5924 * gdb.tui/completion.exp: ... this new file.
5925
7cbbff33
PA
59262017-03-08 Pedro Alves <palves@redhat.com>
5927
5928 * gdb.base/tui-disasm-long-lines.c,
5929 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5930 gdb.base/tui-layout.exp: Move to ...
5931 * gdb.tui/: ... this new directory.
5932
5f6fd321
PA
59332017-03-07 Pedro Alves <palves@redhat.com>
5934
5935 * gdb.base/tui-layout.c: New file.
5936 * gdb.base/tui-layout.exp: New file.
5937
44959fa8
PA
59382017-03-07 Pedro Alves <palves@redhat.com>
5939
5940 * gdb.base/tui-layout.c: Rename to ...
5941 * gdb.base/tui-disasm-long-lines.c: ... this.
5942 * gdb.base/tui-layout.exp: Rename to ...
5943 * gdb.base/tui-disasm-long-lines.exp: ... this.
5944
f8c4e718
PA
59452017-03-07 Pedro Alves <palves@redhat.com>
5946
5947 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5948
6dbb839a 59492017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
5950
5951 * i386-mpx-call.c: New file.
5952 * i386-mpx-call.exp: New file.
5953
65b48a81
PB
59542017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5955
5956 * gdb.arch/powerpc-power.exp: Delete test.
5957 * gdb.arch/powerpc-power.s: Likewise.
5958 * gdb.disasm/disassembler-options.exp: New test.
5959 * gdb.arch/powerpc-altivec.exp: Likewise.
5960 * gdb.arch/powerpc-altivec.s: Likewise.
5961 * gdb.arch/powerpc-altivec2.exp: Likewise.
5962 * gdb.arch/powerpc-altivec2.s: Likewise.
5963 * gdb.arch/powerpc-altivec3.exp: Likewise.
5964 * gdb.arch/powerpc-altivec3.s: Likewise.
5965 * gdb.arch/powerpc-power7.exp: Likewise.
5966 * gdb.arch/powerpc-power7.s: Likewise.
5967 * gdb.arch/powerpc-power8.exp: Likewise.
5968 * gdb.arch/powerpc-power8.s: Likewise.
5969 * gdb.arch/powerpc-power9.exp: Likewise.
5970 * gdb.arch/powerpc-power9.s: Likewise.
5971 * gdb.arch/powerpc-vsx.exp: Likewise.
5972 * gdb.arch/powerpc-vsx.s: Likewise.
5973 * gdb.arch/powerpc-vsx2.exp: Likewise.
5974 * gdb.arch/powerpc-vsx2.s: Likewise.
5975 * gdb.arch/powerpc-vsx3.exp: Likewise.
5976 * gdb.arch/powerpc-vsx3.s: Likewise.
5977 * gdb.arch/arm-disassembler-options.exp: Likewise.
5978 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5979 * gdb.arch/s390-disassembler-options.exp: Likewise.
5980
17cd4947
LM
59812017-02-23 Luis Machado <lgustavo@codesourcery.com>
5982
5983 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5984 (check_supported_features): ... this. Changed return type to void.
5985 (supports_rdseed): New static global.
5986 (rdseed): Check supports_rdseed.
5987 (initialize): Call check_supported_features.
5988
2039d74e
EBM
59892017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5990
5991 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
5992 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
5993 and lqarx/stqcx.
5994 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
5995 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
5996
a51d7ecf
EBM
59972017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5998
5999 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6000 uppercase.
6001
0224619f
JK
60022017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6003
6004 * gdb.dwarf2/formdata16.c: New file.
6005 * gdb.dwarf2/formdata16.exp: New file.
6006 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6007
216f72a1
JK
60082017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6009
6010 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6011 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6012 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6013 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6014 DW_AT_GNU_*.
6015
43988095
JK
60162017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6017
6018 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6019
99e8a4f9
SDJ
60202017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6021
6022 PR gdb/21164
6023 * gdb.base/maint.exp: Add testcases for when the commands do
6024 not have arguments.
6025
b58a8c0c
TP
60262017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6027
6028 * gdb.cp/chained-calls.exp: Use p instead of P.
6029
4e746bb6
TW
60302017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6031
6032 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6033 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6034
3f77c769
TT
60352017-02-14 Tom Tromey <tom@tromey.com>
6036
6037 PR python/13598:
6038 * gdb.python/py-events.exp: Add before_prompt event tests.
6039
075beec0
AA
60402017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6041
6042 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6043
bf5f525c
LM
60442017-02-13 Luis Machado <lgustavo@codesourcery.com>
6045
6046 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6047 (main): Call my_unique_function_name.
6048 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6049 completion of patterns with a single match.
6050 Add missing -re switches to gdb_test_multiple calls.
6051
13a66184
LM
60522017-02-13 Luis Machado <lgustavo@codesourcery.com>
6053
6054 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6055 return if core file is not recognized.
6056
26a06916
SM
60572017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6058
6059 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6060 and extra UIs.
6061
b761ca9e
SM
60622017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6063
6064 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6065 proc_with_prefix.
6066
b964bee0
TT
60672017-02-10 Tom Tromey <tom@tromey.com>
6068
6069 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6070
18da0c51
MG
60712017-02-10 Martin Galvan <martingalvan@sourceware.org>
6072
6073 PR gdb/21122
6074 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6075
604c4576
JG
60762017-02-08 Jerome Guitton <guitton@adacore.com>
6077
6078 * gdb.base/define.exp: Add test for command abbreviations
6079 in define.
6080
20b477a7
LM
60812017-02-06 Luis Machado <lgustavo@codesourcery.com>
6082
6083 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6084 * gdb.reverse/insn-reverse-x86.c: New file.
6085
3f7b46f2
IR
60862017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6087
6088 PR tdep/20936
6089 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6090
f0fd41c1
TT
60912017-02-03 Tom Tromey <tom@tromey.com>
6092
6093 PR rust/21097:
6094 * gdb.rust/simple.exp: Add new tests.
6095
5be5dbf0
PA
60962017-02-02 Pedro Alves <palves@redhat.com>
6097
6098 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6099 tests.
6100
7346ef59
AA
61012017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6102
6103 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6104 taking a 2-byte value out of a 4-byte DWARF implicit value on
6105 big-endian targets.
6106 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6107 logic. Add test cases for DW_OP_implicit.
6108
787f0025
MM
61092017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6110
6111 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6112
68777c29
MM
61132017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6114
6115 * gdb.btrace/enable.exp: Call gdb_exit before
6116 skip_gdbserver_tests.
6117
0a1c7e28
MM
61182017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6119
6120 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6121 GDBFLAGS.
6122
b5ac99b0
MM
61232017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6124
6125 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6126 the test is skipped.
6127 * gdb.btrace/data.exp: Likewise.
6128 * gdb.btrace/delta.exp: Likewise.
6129 * gdb.btrace/dlopen.exp: Likewise.
6130 * gdb.btrace/enable-running.exp: Likewise.
6131 * gdb.btrace/enable.exp: Likewise.
6132 * gdb.btrace/exception.exp: Likewise.
6133 * gdb.btrace/function_call_history.exp: Likewise.
6134 * gdb.btrace/gcore.exp: Likewise.
6135 * gdb.btrace/instruction_history.exp: Likewise.
6136 * gdb.btrace/multi-thread-step.exp: Likewise.
6137 * gdb.btrace/nohist.exp: Likewise.
6138 * gdb.btrace/non-stop.exp: Likewise.
6139 * gdb.btrace/reconnect.exp: Likewise.
6140 * gdb.btrace/record_goto-step.exp: Likewise.
6141 * gdb.btrace/record_goto.exp: Likewise.
6142 * gdb.btrace/rn-dl-bind.exp: Likewise.
6143 * gdb.btrace/segv.exp: Likewise.
6144 * gdb.btrace/step.exp: Likewise.
6145 * gdb.btrace/stepi.exp: Likewise.
6146 * gdb.btrace/tailcall-only.exp: Likewise.
6147 * gdb.btrace/tailcall.exp: Likewise.
6148 * gdb.btrace/tsx.exp: Likewise.
6149 * gdb.btrace/unknown_functions.exp: Likewise.
6150 * gdb.btrace/vdso.exp: Likewise.
6151
cd4007e4
MM
61522017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6153
6154 * gdb.btrace/enable-running.c: New.
6155 * gdb.btrace/enable-running.exp: New.
6156
2735833d
WT
61572017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6158
6159 * gdb.arch/amd64-gs_base.c: New file.
6160 * gdb.arch/amd64-gs_base.exp: New file.
6161
b51e1e94
LM
61622017-01-26 Luis Machado <lgustavo@codesourcery.com>
6163
6164 * lib/memory.exp: Remove spurious empty newlines.
6165
72ca0410
SM
61662017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6167
6168 * gdb.python/py-bad-printers.exp: Load python file using "source".
6169 * gdb.python/py-events.exp: Likewise.
6170 * gdb.python/py-evsignal.exp: Likewise.
6171 * gdb.python/py-evthreads.exp: Likewise.
6172 * gdb.python/py-frame-args.exp: Likewise.
6173 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6174 * gdb.python/py-framefilter-mi.exp: Likewise.
6175 * gdb.python/py-framefilter.exp: Likewise.
6176 * gdb.python/py-mi.exp: Likewise.
6177 * gdb.python/py-pp-maint.exp: Likewise.
6178 * gdb.python/py-pp-registration.exp: Likewise.
6179 * gdb.python/py-prettyprint.exp: Likewise.
6180 (run_lang_tests): Likewise.
6181 * gdb.python/py-typeprint.exp: Likewise.
6182
e309aa65
LM
61832017-01-26 Luis Machado <lgustavo@codesourcery.com>
6184
6185 * lib/memory.exp: New file.
6186 * lib/gdb.exp: Load memory.exp.
6187 * gdb.base/memattr.exp (delete_memory): Move proc to
6188 lib/memory.exp and rename to delete_memory_regions.
6189 Replace delete_memory with delete_memory_regions.
6190 Cleanup memory regions before tests.
6191 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6192 before tests.
6193
515aff23
LM
61942017-01-26 Luis Machado <lgustavo@codesourcery.com>
6195
6196 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6197 files.
6198 (initialize): New function conditionally defined.
6199 (testcases): Move within conditional block.
6200 (main): Call initialize.
6201 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6202 of gdb.reverse/insn-reverse.c.
6203 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6204 gdb.reverse/insn-reverse.c.
6205
d8b49cf0
YQ
62062017-01-26 Yao Qi <yao.qi@linaro.org>
6207
6208 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6209 disassemble on address 0.
6210
f13a9a0c
YQ
62112017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6212 Yao Qi <yao.qi@linaro.org>
6213
6214 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6215 * gdb.dwarf2/implptr-64bit.S: Remove.
6216 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6217 variables in caller's context. Add DW_OP_implicit_value.
6218
5ac95241
YQ
62192017-01-25 Yao Qi <yao.qi@linaro.org>
6220
6221 * lib/dwarf.exp (Dwarf::_location): Handle
6222 DW_OP_GNU_implicit_pointer with proper size.
6223
23e82930
LM
62242017-01-20 Luis Machado <lgustavo@codesourcery.com>
6225
6226 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6227 and add untested calls.
6228
d334ae25
LM
62292017-01-20 Luis Machado <lgustavo@codesourcery.com>
6230
6231 * gdb.python/python.exp: Check line number against what GDB thinks
6232 the line number is for func1.
6233
f5e6296e
IB
62342017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6235
6236 * gdb.dlang/debug-expr.exp: New file.
6237
5b362f04
LM
62382016-12-23 Luis Machado <lgustavo@codesourcery.com>
6239
6240 Fix test names for the following files:
6241
6242 * gdb.ada/exec_changed.exp
6243 * gdb.ada/info_types.exp
6244 * gdb.arch/aarch64-atomic-inst.exp
6245 * gdb.arch/aarch64-fp.exp
6246 * gdb.arch/altivec-abi.exp
6247 * gdb.arch/altivec-regs.exp
6248 * gdb.arch/amd64-byte.exp
6249 * gdb.arch/amd64-disp-step.exp
6250 * gdb.arch/amd64-dword.exp
6251 * gdb.arch/amd64-entry-value-inline.exp
6252 * gdb.arch/amd64-entry-value-param.exp
6253 * gdb.arch/amd64-entry-value-paramref.exp
6254 * gdb.arch/amd64-entry-value.exp
6255 * gdb.arch/amd64-i386-address.exp
6256 * gdb.arch/amd64-invalid-stack-middle.exp
6257 * gdb.arch/amd64-invalid-stack-top.exp
6258 * gdb.arch/amd64-optimout-repeat.exp
6259 * gdb.arch/amd64-prologue-skip.exp
6260 * gdb.arch/amd64-prologue-xmm.exp
6261 * gdb.arch/amd64-stap-special-operands.exp
6262 * gdb.arch/amd64-stap-wrong-subexp.exp
6263 * gdb.arch/amd64-tailcall-cxx.exp
6264 * gdb.arch/amd64-tailcall-noret.exp
6265 * gdb.arch/amd64-tailcall-ret.exp
6266 * gdb.arch/amd64-tailcall-self.exp
6267 * gdb.arch/amd64-word.exp
6268 * gdb.arch/arm-bl-branch-dest.exp
6269 * gdb.arch/arm-disp-step.exp
6270 * gdb.arch/arm-neon.exp
6271 * gdb.arch/arm-single-step-kernel-helper.exp
6272 * gdb.arch/avr-flash-qualifier.exp
6273 * gdb.arch/disp-step-insn-reloc.exp
6274 * gdb.arch/e500-abi.exp
6275 * gdb.arch/e500-regs.exp
6276 * gdb.arch/ftrace-insn-reloc.exp
6277 * gdb.arch/i386-avx512.exp
6278 * gdb.arch/i386-bp_permanent.exp
6279 * gdb.arch/i386-byte.exp
6280 * gdb.arch/i386-cfi-notcurrent.exp
6281 * gdb.arch/i386-disp-step.exp
6282 * gdb.arch/i386-dr3-watch.exp
6283 * gdb.arch/i386-float.exp
6284 * gdb.arch/i386-gnu-cfi.exp
6285 * gdb.arch/i386-mpx-map.exp
6286 * gdb.arch/i386-mpx-sigsegv.exp
6287 * gdb.arch/i386-mpx-simple_segv.exp
6288 * gdb.arch/i386-mpx.exp
6289 * gdb.arch/i386-permbkpt.exp
6290 * gdb.arch/i386-prologue.exp
6291 * gdb.arch/i386-signal.exp
6292 * gdb.arch/i386-size-overlap.exp
6293 * gdb.arch/i386-unwind.exp
6294 * gdb.arch/i386-word.exp
6295 * gdb.arch/mips-fcr.exp
6296 * gdb.arch/powerpc-d128-regs.exp
6297 * gdb.arch/powerpc-stackless.exp
6298 * gdb.arch/ppc64-atomic-inst.exp
6299 * gdb.arch/s390-stackless.exp
6300 * gdb.arch/s390-tdbregs.exp
6301 * gdb.arch/s390-vregs.exp
6302 * gdb.arch/sparc-sysstep.exp
6303 * gdb.arch/thumb-bx-pc.exp
6304 * gdb.arch/thumb-singlestep.exp
6305 * gdb.arch/thumb2-it.exp
6306 * gdb.arch/vsx-regs.exp
6307 * gdb.asm/asm-source.exp
6308 * gdb.base/a2-run.exp
6309 * gdb.base/advance.exp
6310 * gdb.base/all-bin.exp
6311 * gdb.base/anon.exp
6312 * gdb.base/args.exp
6313 * gdb.base/arithmet.exp
6314 * gdb.base/async-shell.exp
6315 * gdb.base/async.exp
6316 * gdb.base/attach-pie-noexec.exp
6317 * gdb.base/attach-twice.exp
6318 * gdb.base/auto-load.exp
6319 * gdb.base/bang.exp
6320 * gdb.base/bitfields.exp
6321 * gdb.base/break-always.exp
6322 * gdb.base/break-caller-line.exp
6323 * gdb.base/break-entry.exp
6324 * gdb.base/break-inline.exp
6325 * gdb.base/break-on-linker-gcd-function.exp
6326 * gdb.base/break-probes.exp
6327 * gdb.base/break.exp
6328 * gdb.base/breakpoint-shadow.exp
6329 * gdb.base/call-ar-st.exp
6330 * gdb.base/call-sc.exp
6331 * gdb.base/call-signal-resume.exp
6332 * gdb.base/call-strs.exp
6333 * gdb.base/callfuncs.exp
6334 * gdb.base/catch-fork-static.exp
6335 * gdb.base/catch-gdb-caused-signals.exp
6336 * gdb.base/catch-load.exp
6337 * gdb.base/catch-signal-fork.exp
6338 * gdb.base/catch-signal.exp
6339 * gdb.base/catch-syscall.exp
6340 * gdb.base/charset.exp
6341 * gdb.base/checkpoint.exp
6342 * gdb.base/chng-syms.exp
6343 * gdb.base/code-expr.exp
6344 * gdb.base/code_elim.exp
6345 * gdb.base/commands.exp
6346 * gdb.base/completion.exp
6347 * gdb.base/complex.exp
6348 * gdb.base/cond-expr.exp
6349 * gdb.base/condbreak.exp
6350 * gdb.base/consecutive.exp
6351 * gdb.base/continue-all-already-running.exp
6352 * gdb.base/coredump-filter.exp
6353 * gdb.base/corefile.exp
6354 * gdb.base/dbx.exp
6355 * gdb.base/debug-expr.exp
6356 * gdb.base/define.exp
6357 * gdb.base/del.exp
6358 * gdb.base/disabled-location.exp
6359 * gdb.base/disasm-end-cu.exp
6360 * gdb.base/disasm-optim.exp
6361 * gdb.base/display.exp
6362 * gdb.base/duplicate-bp.exp
6363 * gdb.base/ena-dis-br.exp
6364 * gdb.base/ending-run.exp
6365 * gdb.base/enumval.exp
6366 * gdb.base/environ.exp
6367 * gdb.base/eu-strip-infcall.exp
6368 * gdb.base/eval-avoid-side-effects.exp
6369 * gdb.base/eval-skip.exp
6370 * gdb.base/exitsignal.exp
6371 * gdb.base/expand-psymtabs.exp
6372 * gdb.base/filesym.exp
6373 * gdb.base/find-unmapped.exp
6374 * gdb.base/finish.exp
6375 * gdb.base/float.exp
6376 * gdb.base/foll-exec-mode.exp
6377 * gdb.base/foll-exec.exp
6378 * gdb.base/foll-fork.exp
6379 * gdb.base/fortran-sym-case.exp
6380 * gdb.base/freebpcmd.exp
6381 * gdb.base/func-ptr.exp
6382 * gdb.base/func-ptrs.exp
6383 * gdb.base/funcargs.exp
6384 * gdb.base/gcore-buffer-overflow.exp
6385 * gdb.base/gcore-relro-pie.exp
6386 * gdb.base/gcore-relro.exp
6387 * gdb.base/gcore.exp
6388 * gdb.base/gdb1090.exp
6389 * gdb.base/gdb11530.exp
6390 * gdb.base/gdb11531.exp
6391 * gdb.base/gdb1821.exp
6392 * gdb.base/gdbindex-stabs.exp
6393 * gdb.base/gdbvars.exp
6394 * gdb.base/hbreak.exp
6395 * gdb.base/hbreak2.exp
6396 * gdb.base/included.exp
6397 * gdb.base/infcall-input.exp
6398 * gdb.base/inferior-died.exp
6399 * gdb.base/infnan.exp
6400 * gdb.base/info-macros.exp
6401 * gdb.base/info-os.exp
6402 * gdb.base/info-proc.exp
6403 * gdb.base/info-shared.exp
6404 * gdb.base/info-target.exp
6405 * gdb.base/infoline.exp
6406 * gdb.base/interp.exp
6407 * gdb.base/interrupt.exp
6408 * gdb.base/jit-reader.exp
6409 * gdb.base/jit-simple.exp
6410 * gdb.base/kill-after-signal.exp
6411 * gdb.base/kill-detach-inferiors-cmd.exp
6412 * gdb.base/label.exp
6413 * gdb.base/langs.exp
6414 * gdb.base/ldbl_e308.exp
6415 * gdb.base/line-symtabs.exp
6416 * gdb.base/linespecs.exp
6417 * gdb.base/list.exp
6418 * gdb.base/long_long.exp
6419 * gdb.base/longest-types.exp
6420 * gdb.base/maint.exp
6421 * gdb.base/max-value-size.exp
6422 * gdb.base/memattr.exp
6423 * gdb.base/mips_pro.exp
6424 * gdb.base/morestack.exp
6425 * gdb.base/moribund-step.exp
6426 * gdb.base/multi-forks.exp
6427 * gdb.base/nested-addr.exp
6428 * gdb.base/nextoverexit.exp
6429 * gdb.base/noreturn-finish.exp
6430 * gdb.base/noreturn-return.exp
6431 * gdb.base/nostdlib.exp
6432 * gdb.base/offsets.exp
6433 * gdb.base/opaque.exp
6434 * gdb.base/pc-fp.exp
6435 * gdb.base/permissions.exp
6436 * gdb.base/print-symbol-loading.exp
6437 * gdb.base/prologue-include.exp
6438 * gdb.base/psymtab.exp
6439 * gdb.base/ptype.exp
6440 * gdb.base/random-signal.exp
6441 * gdb.base/randomize.exp
6442 * gdb.base/range-stepping.exp
6443 * gdb.base/readline-ask.exp
6444 * gdb.base/recpar.exp
6445 * gdb.base/recurse.exp
6446 * gdb.base/relational.exp
6447 * gdb.base/restore.exp
6448 * gdb.base/return-nodebug.exp
6449 * gdb.base/return.exp
6450 * gdb.base/run-after-attach.exp
6451 * gdb.base/save-bp.exp
6452 * gdb.base/scope.exp
6453 * gdb.base/sect-cmd.exp
6454 * gdb.base/set-lang-auto.exp
6455 * gdb.base/set-noassign.exp
6456 * gdb.base/setvar.exp
6457 * gdb.base/sigall.exp
6458 * gdb.base/sigbpt.exp
6459 * gdb.base/siginfo-addr.exp
6460 * gdb.base/siginfo-infcall.exp
6461 * gdb.base/siginfo-obj.exp
6462 * gdb.base/siginfo.exp
6463 * gdb.base/signals-state-child.exp
6464 * gdb.base/signest.exp
6465 * gdb.base/sigstep.exp
6466 * gdb.base/sizeof.exp
6467 * gdb.base/skip.exp
6468 * gdb.base/solib-corrupted.exp
6469 * gdb.base/solib-nodir.exp
6470 * gdb.base/solib-search.exp
6471 * gdb.base/stack-checking.exp
6472 * gdb.base/stale-infcall.exp
6473 * gdb.base/stap-probe.exp
6474 * gdb.base/start.exp
6475 * gdb.base/step-break.exp
6476 * gdb.base/step-bt.exp
6477 * gdb.base/step-line.exp
6478 * gdb.base/step-over-exit.exp
6479 * gdb.base/step-over-syscall.exp
6480 * gdb.base/step-resume-infcall.exp
6481 * gdb.base/step-test.exp
6482 * gdb.base/store.exp
6483 * gdb.base/structs3.exp
6484 * gdb.base/sym-file.exp
6485 * gdb.base/symbol-without-target_section.exp
6486 * gdb.base/term.exp
6487 * gdb.base/testenv.exp
6488 * gdb.base/ui-redirect.exp
6489 * gdb.base/until.exp
6490 * gdb.base/unwindonsignal.exp
6491 * gdb.base/value-double-free.exp
6492 * gdb.base/vla-datatypes.exp
6493 * gdb.base/vla-ptr.exp
6494 * gdb.base/vla-sideeffect.exp
6495 * gdb.base/volatile.exp
6496 * gdb.base/watch-cond-infcall.exp
6497 * gdb.base/watch-cond.exp
6498 * gdb.base/watch-non-mem.exp
6499 * gdb.base/watch-read.exp
6500 * gdb.base/watch-vfork.exp
6501 * gdb.base/watchpoint-cond-gone.exp
6502 * gdb.base/watchpoint-delete.exp
6503 * gdb.base/watchpoint-hw-hit-once.exp
6504 * gdb.base/watchpoint-hw.exp
6505 * gdb.base/watchpoint-stops-at-right-insn.exp
6506 * gdb.base/watchpoints.exp
6507 * gdb.base/wchar.exp
6508 * gdb.base/whatis-exp.exp
6509 * gdb.btrace/buffer-size.exp
6510 * gdb.btrace/data.exp
6511 * gdb.btrace/delta.exp
6512 * gdb.btrace/dlopen.exp
6513 * gdb.btrace/enable.exp
6514 * gdb.btrace/exception.exp
6515 * gdb.btrace/function_call_history.exp
6516 * gdb.btrace/gcore.exp
6517 * gdb.btrace/instruction_history.exp
6518 * gdb.btrace/nohist.exp
6519 * gdb.btrace/reconnect.exp
6520 * gdb.btrace/record_goto-step.exp
6521 * gdb.btrace/record_goto.exp
6522 * gdb.btrace/rn-dl-bind.exp
6523 * gdb.btrace/segv.exp
6524 * gdb.btrace/step.exp
6525 * gdb.btrace/stepi.exp
6526 * gdb.btrace/tailcall-only.exp
6527 * gdb.btrace/tailcall.exp
6528 * gdb.btrace/tsx.exp
6529 * gdb.btrace/unknown_functions.exp
6530 * gdb.btrace/vdso.exp
6531 * gdb.compile/compile-ifunc.exp
6532 * gdb.compile/compile-ops.exp
6533 * gdb.compile/compile-print.exp
6534 * gdb.compile/compile-setjmp.exp
6535 * gdb.cp/abstract-origin.exp
6536 * gdb.cp/ambiguous.exp
6537 * gdb.cp/annota2.exp
6538 * gdb.cp/annota3.exp
6539 * gdb.cp/anon-ns.exp
6540 * gdb.cp/anon-struct.exp
6541 * gdb.cp/anon-union.exp
6542 * gdb.cp/arg-reference.exp
6543 * gdb.cp/baseenum.exp
6544 * gdb.cp/bool.exp
6545 * gdb.cp/breakpoint.exp
6546 * gdb.cp/bs15503.exp
6547 * gdb.cp/call-c.exp
6548 * gdb.cp/casts.exp
6549 * gdb.cp/chained-calls.exp
6550 * gdb.cp/class2.exp
6551 * gdb.cp/classes.exp
6552 * gdb.cp/cmpd-minsyms.exp
6553 * gdb.cp/converts.exp
6554 * gdb.cp/cp-relocate.exp
6555 * gdb.cp/cpcompletion.exp
6556 * gdb.cp/cpexprs.exp
6557 * gdb.cp/cplabel.exp
6558 * gdb.cp/cplusfuncs.exp
6559 * gdb.cp/cpsizeof.exp
6560 * gdb.cp/ctti.exp
6561 * gdb.cp/derivation.exp
6562 * gdb.cp/destrprint.exp
6563 * gdb.cp/dispcxx.exp
6564 * gdb.cp/enum-class.exp
6565 * gdb.cp/exception.exp
6566 * gdb.cp/exceptprint.exp
6567 * gdb.cp/expand-psymtabs-cxx.exp
6568 * gdb.cp/expand-sals.exp
6569 * gdb.cp/extern-c.exp
6570 * gdb.cp/filename.exp
6571 * gdb.cp/formatted-ref.exp
6572 * gdb.cp/fpointer.exp
6573 * gdb.cp/gdb1355.exp
6574 * gdb.cp/gdb2495.exp
6575 * gdb.cp/hang.exp
6576 * gdb.cp/impl-this.exp
6577 * gdb.cp/infcall-dlopen.exp
6578 * gdb.cp/inherit.exp
6579 * gdb.cp/iostream.exp
6580 * gdb.cp/koenig.exp
6581 * gdb.cp/local.exp
6582 * gdb.cp/m-data.exp
6583 * gdb.cp/m-static.exp
6584 * gdb.cp/mb-ctor.exp
6585 * gdb.cp/mb-inline.exp
6586 * gdb.cp/mb-templates.exp
6587 * gdb.cp/member-name.exp
6588 * gdb.cp/member-ptr.exp
6589 * gdb.cp/meth-typedefs.exp
6590 * gdb.cp/method.exp
6591 * gdb.cp/method2.exp
6592 * gdb.cp/minsym-fallback.exp
6593 * gdb.cp/misc.exp
6594 * gdb.cp/namelessclass.exp
6595 * gdb.cp/namespace-enum.exp
6596 * gdb.cp/namespace-nested-import.exp
6597 * gdb.cp/namespace.exp
6598 * gdb.cp/nextoverthrow.exp
6599 * gdb.cp/no-dmgl-verbose.exp
6600 * gdb.cp/non-trivial-retval.exp
6601 * gdb.cp/noparam.exp
6602 * gdb.cp/nsdecl.exp
6603 * gdb.cp/nsimport.exp
6604 * gdb.cp/nsnested.exp
6605 * gdb.cp/nsnoimports.exp
6606 * gdb.cp/nsrecurs.exp
6607 * gdb.cp/nsstress.exp
6608 * gdb.cp/nsusing.exp
6609 * gdb.cp/operator.exp
6610 * gdb.cp/oranking.exp
6611 * gdb.cp/overload-const.exp
6612 * gdb.cp/overload.exp
6613 * gdb.cp/ovldbreak.exp
6614 * gdb.cp/ovsrch.exp
6615 * gdb.cp/paren-type.exp
6616 * gdb.cp/parse-lang.exp
6617 * gdb.cp/pass-by-ref.exp
6618 * gdb.cp/pr-1023.exp
6619 * gdb.cp/pr-1210.exp
6620 * gdb.cp/pr-574.exp
6621 * gdb.cp/pr10687.exp
6622 * gdb.cp/pr12028.exp
6623 * gdb.cp/pr17132.exp
6624 * gdb.cp/pr17494.exp
6625 * gdb.cp/pr9067.exp
6626 * gdb.cp/pr9167.exp
6627 * gdb.cp/pr9631.exp
6628 * gdb.cp/printmethod.exp
6629 * gdb.cp/psmang.exp
6630 * gdb.cp/psymtab-parameter.exp
6631 * gdb.cp/ptype-cv-cp.exp
6632 * gdb.cp/ptype-flags.exp
6633 * gdb.cp/re-set-overloaded.exp
6634 * gdb.cp/ref-types.exp
6635 * gdb.cp/rtti.exp
6636 * gdb.cp/scope-err.exp
6637 * gdb.cp/shadow.exp
6638 * gdb.cp/smartp.exp
6639 * gdb.cp/static-method.exp
6640 * gdb.cp/static-print-quit.exp
6641 * gdb.cp/temargs.exp
6642 * gdb.cp/templates.exp
6643 * gdb.cp/try_catch.exp
6644 * gdb.cp/typedef-operator.exp
6645 * gdb.cp/typeid.exp
6646 * gdb.cp/userdef.exp
6647 * gdb.cp/using-crash.exp
6648 * gdb.cp/var-tag.exp
6649 * gdb.cp/virtbase.exp
6650 * gdb.cp/virtfunc.exp
6651 * gdb.cp/virtfunc2.exp
6652 * gdb.cp/vla-cxx.exp
6653 * gdb.disasm/t01_mov.exp
6654 * gdb.disasm/t02_mova.exp
6655 * gdb.disasm/t03_add.exp
6656 * gdb.disasm/t04_sub.exp
6657 * gdb.disasm/t05_cmp.exp
6658 * gdb.disasm/t06_ari2.exp
6659 * gdb.disasm/t07_ari3.exp
6660 * gdb.disasm/t08_or.exp
6661 * gdb.disasm/t09_xor.exp
6662 * gdb.disasm/t10_and.exp
6663 * gdb.disasm/t11_logs.exp
6664 * gdb.disasm/t12_bit.exp
6665 * gdb.disasm/t13_otr.exp
6666 * gdb.dlang/circular.exp
6667 * gdb.dwarf2/arr-stride.exp
6668 * gdb.dwarf2/arr-subrange.exp
6669 * gdb.dwarf2/atomic-type.exp
6670 * gdb.dwarf2/bad-regnum.exp
6671 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6672 * gdb.dwarf2/callframecfa.exp
6673 * gdb.dwarf2/clztest.exp
6674 * gdb.dwarf2/corrupt.exp
6675 * gdb.dwarf2/data-loc.exp
6676 * gdb.dwarf2/dup-psym.exp
6677 * gdb.dwarf2/dw2-anon-mptr.exp
6678 * gdb.dwarf2/dw2-anonymous-func.exp
6679 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6680 * gdb.dwarf2/dw2-bad-unresolved.exp
6681 * gdb.dwarf2/dw2-basic.exp
6682 * gdb.dwarf2/dw2-canonicalize-type.exp
6683 * gdb.dwarf2/dw2-case-insensitive.exp
6684 * gdb.dwarf2/dw2-common-block.exp
6685 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6686 * gdb.dwarf2/dw2-compressed.exp
6687 * gdb.dwarf2/dw2-const.exp
6688 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6689 * gdb.dwarf2/dw2-cu-size.exp
6690 * gdb.dwarf2/dw2-dup-frame.exp
6691 * gdb.dwarf2/dw2-entry-value.exp
6692 * gdb.dwarf2/dw2-icycle.exp
6693 * gdb.dwarf2/dw2-ifort-parameter.exp
6694 * gdb.dwarf2/dw2-inline-break.exp
6695 * gdb.dwarf2/dw2-inline-param.exp
6696 * gdb.dwarf2/dw2-intercu.exp
6697 * gdb.dwarf2/dw2-intermix.exp
6698 * gdb.dwarf2/dw2-lexical-block-bare.exp
6699 * gdb.dwarf2/dw2-linkage-name-trust.exp
6700 * gdb.dwarf2/dw2-minsym-in-cu.exp
6701 * gdb.dwarf2/dw2-noloc.exp
6702 * gdb.dwarf2/dw2-op-call.exp
6703 * gdb.dwarf2/dw2-op-out-param.exp
6704 * gdb.dwarf2/dw2-opt-structptr.exp
6705 * gdb.dwarf2/dw2-param-error.exp
6706 * gdb.dwarf2/dw2-producer.exp
6707 * gdb.dwarf2/dw2-ranges-base.exp
6708 * gdb.dwarf2/dw2-ref-missing-frame.exp
6709 * gdb.dwarf2/dw2-reg-undefined.exp
6710 * gdb.dwarf2/dw2-regno-invalid.exp
6711 * gdb.dwarf2/dw2-restore.exp
6712 * gdb.dwarf2/dw2-restrict.exp
6713 * gdb.dwarf2/dw2-single-line-discriminators.exp
6714 * gdb.dwarf2/dw2-strp.exp
6715 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6716 * gdb.dwarf2/dw2-unresolved.exp
6717 * gdb.dwarf2/dw2-var-zero-addr.exp
6718 * gdb.dwarf2/dw4-sig-types.exp
6719 * gdb.dwarf2/dwz.exp
6720 * gdb.dwarf2/dynarr-ptr.exp
6721 * gdb.dwarf2/enum-type.exp
6722 * gdb.dwarf2/gdb-index.exp
6723 * gdb.dwarf2/implptr-64bit.exp
6724 * gdb.dwarf2/implptr-optimized-out.exp
6725 * gdb.dwarf2/implptr.exp
6726 * gdb.dwarf2/implref-array.exp
6727 * gdb.dwarf2/implref-const.exp
6728 * gdb.dwarf2/implref-global.exp
6729 * gdb.dwarf2/implref-struct.exp
6730 * gdb.dwarf2/mac-fileno.exp
6731 * gdb.dwarf2/main-subprogram.exp
6732 * gdb.dwarf2/member-ptr-forwardref.exp
6733 * gdb.dwarf2/method-ptr.exp
6734 * gdb.dwarf2/missing-sig-type.exp
6735 * gdb.dwarf2/nonvar-access.exp
6736 * gdb.dwarf2/opaque-type-lookup.exp
6737 * gdb.dwarf2/pieces-optimized-out.exp
6738 * gdb.dwarf2/pieces.exp
6739 * gdb.dwarf2/pr10770.exp
6740 * gdb.dwarf2/pr13961.exp
6741 * gdb.dwarf2/staticvirtual.exp
6742 * gdb.dwarf2/subrange.exp
6743 * gdb.dwarf2/symtab-producer.exp
6744 * gdb.dwarf2/trace-crash.exp
6745 * gdb.dwarf2/typeddwarf.exp
6746 * gdb.dwarf2/valop.exp
6747 * gdb.dwarf2/watch-notconst.exp
6748 * gdb.fortran/array-element.exp
6749 * gdb.fortran/charset.exp
6750 * gdb.fortran/common-block.exp
6751 * gdb.fortran/complex.exp
6752 * gdb.fortran/derived-type-function.exp
6753 * gdb.fortran/derived-type.exp
6754 * gdb.fortran/logical.exp
6755 * gdb.fortran/module.exp
6756 * gdb.fortran/multi-dim.exp
6757 * gdb.fortran/nested-funcs.exp
6758 * gdb.fortran/print-formatted.exp
6759 * gdb.fortran/subarray.exp
6760 * gdb.fortran/vla-alloc-assoc.exp
6761 * gdb.fortran/vla-datatypes.exp
6762 * gdb.fortran/vla-history.exp
6763 * gdb.fortran/vla-ptr-info.exp
6764 * gdb.fortran/vla-ptype-sub.exp
6765 * gdb.fortran/vla-ptype.exp
6766 * gdb.fortran/vla-sizeof.exp
6767 * gdb.fortran/vla-type.exp
6768 * gdb.fortran/vla-value-sub-arbitrary.exp
6769 * gdb.fortran/vla-value-sub-finish.exp
6770 * gdb.fortran/vla-value-sub.exp
6771 * gdb.fortran/vla-value.exp
6772 * gdb.fortran/whatis_type.exp
6773 * gdb.go/chan.exp
6774 * gdb.go/handcall.exp
6775 * gdb.go/hello.exp
6776 * gdb.go/integers.exp
6777 * gdb.go/methods.exp
6778 * gdb.go/package.exp
6779 * gdb.go/strings.exp
6780 * gdb.go/types.exp
6781 * gdb.go/unsafe.exp
6782 * gdb.guile/scm-arch.exp
6783 * gdb.guile/scm-block.exp
6784 * gdb.guile/scm-breakpoint.exp
6785 * gdb.guile/scm-cmd.exp
6786 * gdb.guile/scm-disasm.exp
6787 * gdb.guile/scm-equal.exp
6788 * gdb.guile/scm-frame-args.exp
6789 * gdb.guile/scm-frame-inline.exp
6790 * gdb.guile/scm-frame.exp
6791 * gdb.guile/scm-iterator.exp
6792 * gdb.guile/scm-math.exp
6793 * gdb.guile/scm-objfile.exp
6794 * gdb.guile/scm-ports.exp
6795 * gdb.guile/scm-symbol.exp
6796 * gdb.guile/scm-symtab.exp
6797 * gdb.guile/scm-value-cc.exp
6798 * gdb.guile/types-module.exp
6799 * gdb.linespec/break-ask.exp
6800 * gdb.linespec/cpexplicit.exp
6801 * gdb.linespec/explicit.exp
6802 * gdb.linespec/keywords.exp
6803 * gdb.linespec/linespec.exp
6804 * gdb.linespec/ls-dollar.exp
6805 * gdb.linespec/ls-errs.exp
6806 * gdb.linespec/skip-two.exp
6807 * gdb.linespec/thread.exp
6808 * gdb.mi/mi-async.exp
6809 * gdb.mi/mi-basics.exp
6810 * gdb.mi/mi-break.exp
6811 * gdb.mi/mi-catch-load.exp
6812 * gdb.mi/mi-cli.exp
6813 * gdb.mi/mi-cmd-param-changed.exp
6814 * gdb.mi/mi-console.exp
6815 * gdb.mi/mi-detach.exp
6816 * gdb.mi/mi-disassemble.exp
6817 * gdb.mi/mi-eval.exp
6818 * gdb.mi/mi-file-transfer.exp
6819 * gdb.mi/mi-file.exp
6820 * gdb.mi/mi-fill-memory.exp
6821 * gdb.mi/mi-inheritance-syntax-error.exp
6822 * gdb.mi/mi-linespec-err-cp.exp
6823 * gdb.mi/mi-logging.exp
6824 * gdb.mi/mi-memory-changed.exp
6825 * gdb.mi/mi-read-memory.exp
6826 * gdb.mi/mi-record-changed.exp
6827 * gdb.mi/mi-reg-undefined.exp
6828 * gdb.mi/mi-regs.exp
6829 * gdb.mi/mi-return.exp
6830 * gdb.mi/mi-reverse.exp
6831 * gdb.mi/mi-simplerun.exp
6832 * gdb.mi/mi-solib.exp
6833 * gdb.mi/mi-stack.exp
6834 * gdb.mi/mi-stepi.exp
6835 * gdb.mi/mi-syn-frame.exp
6836 * gdb.mi/mi-until.exp
6837 * gdb.mi/mi-var-block.exp
6838 * gdb.mi/mi-var-child.exp
6839 * gdb.mi/mi-var-cmd.exp
6840 * gdb.mi/mi-var-cp.exp
6841 * gdb.mi/mi-var-display.exp
6842 * gdb.mi/mi-var-invalidate.exp
6843 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6844 * gdb.mi/mi-vla-fortran.exp
6845 * gdb.mi/mi-watch.exp
6846 * gdb.mi/mi2-var-child.exp
6847 * gdb.mi/user-selected-context-sync.exp
6848 * gdb.modula2/unbounded-array.exp
6849 * gdb.multi/dummy-frame-restore.exp
6850 * gdb.multi/multi-arch-exec.exp
6851 * gdb.multi/multi-arch.exp
6852 * gdb.multi/tids.exp
6853 * gdb.multi/watchpoint-multi.exp
6854 * gdb.opencl/callfuncs.exp
6855 * gdb.opencl/convs_casts.exp
6856 * gdb.opencl/datatypes.exp
6857 * gdb.opencl/operators.exp
6858 * gdb.opencl/vec_comps.exp
6859 * gdb.opt/clobbered-registers-O2.exp
6860 * gdb.opt/inline-break.exp
6861 * gdb.opt/inline-bt.exp
6862 * gdb.opt/inline-cmds.exp
6863 * gdb.opt/inline-locals.exp
6864 * gdb.pascal/case-insensitive-symbols.exp
6865 * gdb.pascal/floats.exp
6866 * gdb.pascal/gdb11492.exp
6867 * gdb.python/lib-types.exp
6868 * gdb.python/py-arch.exp
6869 * gdb.python/py-as-string.exp
6870 * gdb.python/py-bad-printers.exp
6871 * gdb.python/py-block.exp
6872 * gdb.python/py-breakpoint-create-fail.exp
6873 * gdb.python/py-breakpoint.exp
6874 * gdb.python/py-caller-is.exp
6875 * gdb.python/py-cmd.exp
6876 * gdb.python/py-explore-cc.exp
6877 * gdb.python/py-explore.exp
6878 * gdb.python/py-finish-breakpoint.exp
6879 * gdb.python/py-finish-breakpoint2.exp
6880 * gdb.python/py-frame-args.exp
6881 * gdb.python/py-frame-inline.exp
6882 * gdb.python/py-frame.exp
6883 * gdb.python/py-framefilter-mi.exp
6884 * gdb.python/py-infthread.exp
6885 * gdb.python/py-lazy-string.exp
6886 * gdb.python/py-linetable.exp
6887 * gdb.python/py-mi-events.exp
6888 * gdb.python/py-mi-objfile.exp
6889 * gdb.python/py-mi.exp
6890 * gdb.python/py-objfile.exp
6891 * gdb.python/py-pp-integral.exp
6892 * gdb.python/py-pp-maint.exp
6893 * gdb.python/py-pp-re-notag.exp
6894 * gdb.python/py-pp-registration.exp
6895 * gdb.python/py-recurse-unwind.exp
6896 * gdb.python/py-strfns.exp
6897 * gdb.python/py-symbol.exp
6898 * gdb.python/py-symtab.exp
6899 * gdb.python/py-sync-interp.exp
6900 * gdb.python/py-typeprint.exp
6901 * gdb.python/py-unwind-maint.exp
6902 * gdb.python/py-unwind.exp
6903 * gdb.python/py-value-cc.exp
6904 * gdb.python/py-xmethods.exp
6905 * gdb.reverse/amd64-tailcall-reverse.exp
6906 * gdb.reverse/break-precsave.exp
6907 * gdb.reverse/break-reverse.exp
6908 * gdb.reverse/consecutive-precsave.exp
6909 * gdb.reverse/consecutive-reverse.exp
6910 * gdb.reverse/finish-precsave.exp
6911 * gdb.reverse/finish-reverse-bkpt.exp
6912 * gdb.reverse/finish-reverse.exp
6913 * gdb.reverse/fstatat-reverse.exp
6914 * gdb.reverse/getresuid-reverse.exp
6915 * gdb.reverse/i386-precsave.exp
6916 * gdb.reverse/i386-reverse.exp
6917 * gdb.reverse/i386-sse-reverse.exp
6918 * gdb.reverse/i387-env-reverse.exp
6919 * gdb.reverse/i387-stack-reverse.exp
6920 * gdb.reverse/insn-reverse.exp
6921 * gdb.reverse/machinestate-precsave.exp
6922 * gdb.reverse/machinestate.exp
6923 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6924 * gdb.reverse/pipe-reverse.exp
6925 * gdb.reverse/readv-reverse.exp
6926 * gdb.reverse/recvmsg-reverse.exp
6927 * gdb.reverse/rerun-prec.exp
6928 * gdb.reverse/s390-mvcle.exp
6929 * gdb.reverse/step-precsave.exp
6930 * gdb.reverse/step-reverse.exp
6931 * gdb.reverse/time-reverse.exp
6932 * gdb.reverse/until-precsave.exp
6933 * gdb.reverse/until-reverse.exp
6934 * gdb.reverse/waitpid-reverse.exp
6935 * gdb.reverse/watch-precsave.exp
6936 * gdb.reverse/watch-reverse.exp
6937 * gdb.rust/generics.exp
6938 * gdb.rust/methods.exp
6939 * gdb.rust/modules.exp
6940 * gdb.rust/simple.exp
6941 * gdb.server/connect-with-no-symbol-file.exp
6942 * gdb.server/ext-attach.exp
6943 * gdb.server/ext-restart.exp
6944 * gdb.server/ext-wrapper.exp
6945 * gdb.server/file-transfer.exp
6946 * gdb.server/server-exec-info.exp
6947 * gdb.server/server-kill.exp
6948 * gdb.server/server-mon.exp
6949 * gdb.server/wrapper.exp
6950 * gdb.stabs/exclfwd.exp
6951 * gdb.stabs/gdb11479.exp
6952 * gdb.threads/clone-new-thread-event.exp
6953 * gdb.threads/corethreads.exp
6954 * gdb.threads/current-lwp-dead.exp
6955 * gdb.threads/dlopen-libpthread.exp
6956 * gdb.threads/gcore-thread.exp
6957 * gdb.threads/sigstep-threads.exp
6958 * gdb.threads/watchpoint-fork.exp
6959 * gdb.trace/actions-changed.exp
6960 * gdb.trace/backtrace.exp
6961 * gdb.trace/change-loc.exp
6962 * gdb.trace/circ.exp
6963 * gdb.trace/collection.exp
6964 * gdb.trace/disconnected-tracing.exp
6965 * gdb.trace/ftrace.exp
6966 * gdb.trace/mi-trace-frame-collected.exp
6967 * gdb.trace/mi-trace-unavailable.exp
6968 * gdb.trace/mi-traceframe-changed.exp
6969 * gdb.trace/mi-tsv-changed.exp
6970 * gdb.trace/no-attach-trace.exp
6971 * gdb.trace/passc-dyn.exp
6972 * gdb.trace/qtro.exp
6973 * gdb.trace/range-stepping.exp
6974 * gdb.trace/read-memory.exp
6975 * gdb.trace/save-trace.exp
6976 * gdb.trace/signal.exp
6977 * gdb.trace/status-stop.exp
6978 * gdb.trace/tfile.exp
6979 * gdb.trace/trace-break.exp
6980 * gdb.trace/trace-buffer-size.exp
6981 * gdb.trace/trace-condition.exp
6982 * gdb.trace/tracefile-pseudo-reg.exp
6983 * gdb.trace/tstatus.exp
6984 * gdb.trace/unavailable.exp
6985 * gdb.trace/while-dyn.exp
6986 * gdb.trace/while-stepping.exp
6987
34c41c68
DE
69882016-12-22 Doug Evans <xdje42@gmail.com>
6989
6990 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
6991 and msymbols.
6992
16e69324
YQ
69932016-12-19 Yao Qi <yao.qi@linaro.org>
6994
6995 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
6996 (test_with_self): Don't call do_steps_and_nexts, and remove
6997 code about stepping into xmalloc.
6998
f94f411b
YQ
69992016-12-09 Yao Qi <yao.qi@linaro.org>
7000
7001 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7002
70032016-12-09 Yao Qi <yao.qi@linaro.org>
7004
7005 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7006
f1b5deee
PA
70072016-12-09 Pedro Alves <palves@redhat.com>
7008
7009 * gdb.base/all-architectures-0.exp: New file.
7010 * gdb.base/all-architectures-1.exp: New file.
7011 * gdb.base/all-architectures-2.exp: New file.
7012 * gdb.base/all-architectures-3.exp: New file.
7013 * gdb.base/all-architectures-4.exp: New file.
7014 * gdb.base/all-architectures-5.exp: New file.
7015 * gdb.base/all-architectures-6.exp: New file.
7016 * gdb.base/all-architectures-7.exp: New file.
7017 * gdb.base/all-architectures.exp.in: New file.
7018
364ca42e
YQ
70192016-12-09 Yao Qi <yao.qi@linaro.org>
7020
7021 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7022
107c2d62
LM
70232016-12-02 Luis Machado <lgustavo@codesourcery.com>
7024
7025 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7026 possible.
7027 Remove useless pattern-matching code.
7028
df3ee9ca
PA
70292016-12-02 Pedro Alves <palves@redhat.com>
7030
7031 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7032 procedure.
7033 (top level): Call it.
7034
ec835369
PA
70352016-12-02 Pedro Alves <palves@redhat.com>
7036
7037 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7038 New procedure.
7039 (top level): Call it.
7040
01770bbd
PA
70412016-12-02 Pedro Alves <palves@redhat.com>
7042
7043 PR cli/20559
7044 * gdb.base/commands.exp (user_defined_command_args_eval): New
7045 procedure.
7046 (top level): Call it.
7047
008459ea
LM
70482016-12-02 Luis Machado <lgustavo@codesourcery.com>
7049
7050 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7051 timeout handling.
7052
0c1b455e
TT
70532016-12-02 Tom Tromey <tom@tromey.com>
7054
7055 * gdb.dwarf2/main-subprogram.c: New file.
7056 * gdb.dwarf2/main-subprogram.exp: New file.
7057
018572b8
LM
70582016-12-01 Luis Machado <lgustavo@codesourcery.com>
7059
7060 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7061 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7062 gdb_test_no_output for a couple of cases.
7063 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7064
84c93cd5
LM
70652016-12-01 Luis Machado <lgustavo@codesourcery.com>
7066
7067 Fix test names and standardize compilation error messages throughout
7068 the following files:
7069
7070 * gdb.ada/start.exp
7071 * gdb.arch/alpha-step.exp
7072 * gdb.arch/e500-prologue.exp
7073 * gdb.arch/ftrace-insn-reloc.exp
7074 * gdb.arch/gdb1291.exp
7075 * gdb.arch/gdb1431.exp
7076 * gdb.arch/gdb1558.exp
7077 * gdb.arch/i386-dr3-watch.exp
7078 * gdb.arch/i386-sse-stack-align.exp
7079 * gdb.arch/ia64-breakpoint-shadow.exp
7080 * gdb.arch/pa-nullify.exp
7081 * gdb.arch/powerpc-aix-prologue.exp
7082 * gdb.arch/thumb-bx-pc.exp
7083 * gdb.base/annota1.exp
7084 * gdb.base/annota3.exp
7085 * gdb.base/arrayidx.exp
7086 * gdb.base/assign.exp
7087 * gdb.base/attach.exp
7088 * gdb.base/auxv.exp
7089 * gdb.base/bang.exp
7090 * gdb.base/bfp-test.exp
7091 * gdb.base/bigcore.exp
7092 * gdb.base/bitfields2.exp
7093 * gdb.base/break-fun-addr.exp
7094 * gdb.base/break-probes.exp
7095 * gdb.base/call-rt-st.exp
7096 * gdb.base/callexit.exp
7097 * gdb.base/catch-fork-kill.exp
7098 * gdb.base/charset.exp
7099 * gdb.base/checkpoint.exp
7100 * gdb.base/comprdebug.exp
7101 * gdb.base/constvars.exp
7102 * gdb.base/coredump-filter.exp
7103 * gdb.base/cursal.exp
7104 * gdb.base/cvexpr.exp
7105 * gdb.base/detach.exp
7106 * gdb.base/display.exp
7107 * gdb.base/dmsym.exp
7108 * gdb.base/dprintf-pending.exp
7109 * gdb.base/dso2dso.exp
7110 * gdb.base/dtrace-probe.exp
7111 * gdb.base/dump.exp
7112 * gdb.base/enum_cond.exp
7113 * gdb.base/exe-lock.exp
7114 * gdb.base/exec-invalid-sysroot.exp
7115 * gdb.base/execl-update-breakpoints.exp
7116 * gdb.base/exprs.exp
7117 * gdb.base/fileio.exp
7118 * gdb.base/find.exp
7119 * gdb.base/finish.exp
7120 * gdb.base/fixsection.exp
7121 * gdb.base/foll-vfork.exp
7122 * gdb.base/frame-args.exp
7123 * gdb.base/gcore.exp
7124 * gdb.base/gdb1250.exp
7125 * gdb.base/global-var-nested-by-dso.exp
7126 * gdb.base/gnu-ifunc.exp
7127 * gdb.base/hashline1.exp
7128 * gdb.base/hashline2.exp
7129 * gdb.base/hashline3.exp
7130 * gdb.base/hbreak-in-shr-unsupported.exp
7131 * gdb.base/huge.exp
7132 * gdb.base/infcall-input.exp
7133 * gdb.base/info-fun.exp
7134 * gdb.base/info-shared.exp
7135 * gdb.base/jit-simple.exp
7136 * gdb.base/jit-so.exp
7137 * gdb.base/jit.exp
7138 * gdb.base/jump.exp
7139 * gdb.base/label.exp
7140 * gdb.base/lineinc.exp
7141 * gdb.base/logical.exp
7142 * gdb.base/longjmp.exp
7143 * gdb.base/macscp.exp
7144 * gdb.base/miscexprs.exp
7145 * gdb.base/new-ui-echo.exp
7146 * gdb.base/new-ui-pending-input.exp
7147 * gdb.base/new-ui.exp
7148 * gdb.base/nodebug.exp
7149 * gdb.base/nofield.exp
7150 * gdb.base/offsets.exp
7151 * gdb.base/overlays.exp
7152 * gdb.base/pending.exp
7153 * gdb.base/pointers.exp
7154 * gdb.base/pr11022.exp
7155 * gdb.base/printcmds.exp
7156 * gdb.base/prologue.exp
7157 * gdb.base/ptr-typedef.exp
7158 * gdb.base/realname-expand.exp
7159 * gdb.base/relativedebug.exp
7160 * gdb.base/relocate.exp
7161 * gdb.base/remote.exp
7162 * gdb.base/reread.exp
7163 * gdb.base/return2.exp
7164 * gdb.base/savedregs.exp
7165 * gdb.base/sep.exp
7166 * gdb.base/sepdebug.exp
7167 * gdb.base/sepsymtab.exp
7168 * gdb.base/set-inferior-tty.exp
7169 * gdb.base/setshow.exp
7170 * gdb.base/shlib-call.exp
7171 * gdb.base/sigaltstack.exp
7172 * gdb.base/siginfo-addr.exp
7173 * gdb.base/signals.exp
7174 * gdb.base/signull.exp
7175 * gdb.base/sigrepeat.exp
7176 * gdb.base/so-impl-ld.exp
7177 * gdb.base/solib-display.exp
7178 * gdb.base/solib-overlap.exp
7179 * gdb.base/solib-search.exp
7180 * gdb.base/solib-symbol.exp
7181 * gdb.base/structs.exp
7182 * gdb.base/structs2.exp
7183 * gdb.base/symtab-search-order.exp
7184 * gdb.base/twice.exp
7185 * gdb.base/unload.exp
7186 * gdb.base/varargs.exp
7187 * gdb.base/watchpoint-solib.exp
7188 * gdb.base/watchpoint.exp
7189 * gdb.base/whatis.exp
7190 * gdb.base/wrong_frame_bt_full.exp
7191 * gdb.btrace/dlopen.exp
7192 * gdb.cell/ea-standalone.exp
7193 * gdb.cell/ea-test.exp
7194 * gdb.cp/dispcxx.exp
7195 * gdb.cp/gdb2384.exp
7196 * gdb.cp/method2.exp
7197 * gdb.cp/nextoverthrow.exp
7198 * gdb.cp/pr10728.exp
7199 * gdb.disasm/am33.exp
7200 * gdb.disasm/h8300s.exp
7201 * gdb.disasm/mn10300.exp
7202 * gdb.disasm/sh3.exp
7203 * gdb.dwarf2/dw2-dir-file-name.exp
7204 * gdb.fortran/complex.exp
7205 * gdb.fortran/library-module.exp
7206 * gdb.guile/scm-pretty-print.exp
7207 * gdb.guile/scm-symbol.exp
7208 * gdb.guile/scm-type.exp
7209 * gdb.guile/scm-value.exp
7210 * gdb.linespec/linespec.exp
7211 * gdb.mi/gdb701.exp
7212 * gdb.mi/gdb792.exp
7213 * gdb.mi/mi-breakpoint-changed.exp
7214 * gdb.mi/mi-dprintf-pending.exp
7215 * gdb.mi/mi-dprintf.exp
7216 * gdb.mi/mi-exit-code.exp
7217 * gdb.mi/mi-pending.exp
7218 * gdb.mi/mi-solib.exp
7219 * gdb.mi/new-ui-mi-sync.exp
7220 * gdb.mi/pr11022.exp
7221 * gdb.mi/user-selected-context-sync.exp
7222 * gdb.opt/solib-intra-step.exp
7223 * gdb.python/py-events.exp
7224 * gdb.python/py-finish-breakpoint.exp
7225 * gdb.python/py-mi.exp
7226 * gdb.python/py-prettyprint.exp
7227 * gdb.python/py-shared.exp
7228 * gdb.python/py-symbol.exp
7229 * gdb.python/py-template.exp
7230 * gdb.python/py-type.exp
7231 * gdb.python/py-value.exp
7232 * gdb.reverse/solib-precsave.exp
7233 * gdb.reverse/solib-reverse.exp
7234 * gdb.server/solib-list.exp
7235 * gdb.stabs/weird.exp
7236 * gdb.threads/reconnect-signal.exp
7237 * gdb.threads/stepi-random-signal.exp
7238 * gdb.trace/actions.exp
7239 * gdb.trace/ax.exp
7240 * gdb.trace/backtrace.exp
7241 * gdb.trace/change-loc.exp
7242 * gdb.trace/deltrace.exp
7243 * gdb.trace/ftrace-lock.exp
7244 * gdb.trace/ftrace.exp
7245 * gdb.trace/infotrace.exp
7246 * gdb.trace/mi-tracepoint-changed.exp
7247 * gdb.trace/packetlen.exp
7248 * gdb.trace/passcount.exp
7249 * gdb.trace/pending.exp
7250 * gdb.trace/range-stepping.exp
7251 * gdb.trace/report.exp
7252 * gdb.trace/stap-trace.exp
7253 * gdb.trace/tfind.exp
7254 * gdb.trace/trace-break.exp
7255 * gdb.trace/trace-condition.exp
7256 * gdb.trace/trace-enable-disable.exp
7257 * gdb.trace/trace-mt.exp
7258 * gdb.trace/tracecmd.exp
7259 * gdb.trace/tspeed.exp
7260 * gdb.trace/tsv.exp
7261 * lib/perftest.exp
7262
fb9feb35
LM
72632016-12-01 Luis Machado <lgustavo@codesourcery.com>
7264
7265 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7266 with gdb_test_no_output.
7267 Use command as test name.
7268
cd2ddb6c
LM
72692016-12-01 Luis Machado <lgustavo@codesourcery.com>
7270
7271 Fix test names starting with uppercase throughout the files.
7272
7273 * gdb.ada/assign_1.exp
7274 * gdb.ada/boolean_expr.exp
7275 * gdb.base/arrayidx.exp
7276 * gdb.base/del.exp
7277 * gdb.base/gcore-buffer-overflow.exp
7278 * gdb.base/testenv.exp
7279 * gdb.compile/compile.exp
7280 * gdb.python/py-framefilter-invalidarg.exp
7281 * gdb.python/py-framefilter.exp
7282
bb95117e
LM
72832016-12-01 Luis Machado <lgustavo@codesourcery.com>
7284
7285 Fix test names starting with uppercase throughout the files.
7286
7287 * gdb.ada/array_return.exp
7288 * gdb.ada/expr_delims.exp
7289 * gdb.ada/mi_dyn_arr.exp
7290 * gdb.ada/mi_interface.exp
7291 * gdb.ada/mi_var_array.exp
7292 * gdb.ada/watch_arg.exp
7293 * gdb.arch/alpha-step.exp
7294 * gdb.arch/altivec-regs.exp
7295 * gdb.arch/e500-regs.exp
7296 * gdb.arch/powerpc-d128-regs.exp
7297 * gdb.base/arrayidx.exp
7298 * gdb.base/break.exp
7299 * gdb.base/checkpoint.exp
7300 * gdb.base/debug-expr.exp
7301 * gdb.base/dmsym.exp
7302 * gdb.base/radix.exp
7303 * gdb.base/sepdebug.exp
7304 * gdb.base/testenv.exp
7305 * gdb.base/watch_thread_num.exp
7306 * gdb.base/watchpoint-cond-gone.exp
7307 * gdb.cell/break.exp
7308 * gdb.cell/ea-cache.exp
7309 * gdb.compile/compile.exp
7310 * gdb.cp/gdb2495.exp
7311 * gdb.gdb/selftest.exp
7312 * gdb.gdb/xfullpath.exp
7313 * gdb.go/hello.exp
7314 * gdb.go/integers.exp
7315 * gdb.objc/basicclass.exp
7316 * gdb.pascal/hello.exp
7317 * gdb.pascal/integers.exp
7318 * gdb.python/py-breakpoint.exp
7319 * gdb.python/py-cmd.exp
7320 * gdb.python/py-linetable.exp
7321 * gdb.python/py-xmethods.exp
7322 * gdb.python/python.exp
7323 * gdb.reverse/consecutive-precsave.exp
7324 * gdb.reverse/finish-precsave.exp
7325 * gdb.reverse/i386-precsave.exp
7326 * gdb.reverse/machinestate-precsave.exp
7327 * gdb.reverse/sigall-precsave.exp
7328 * gdb.reverse/solib-precsave.exp
7329 * gdb.reverse/step-precsave.exp
7330 * gdb.reverse/until-precsave.exp
7331 * gdb.reverse/watch-precsave.exp
7332 * gdb.threads/leader-exit.exp
7333 * gdb.threads/pthreads.exp
7334 * gdb.threads/wp-replication.exp
7335 * gdb.trace/actions.exp
7336 * gdb.trace/mi-tsv-changed.exp
7337 * gdb.trace/tsv.exp
7338
de97fdd4
LM
73392016-12-01 Luis Machado <lgustavo@codesourcery.com>
7340
7341 Fix test names starting with uppercase throughout the files.
7342
7343 * gdb.arch/i386-bp_permanent.exp
7344 * gdb.arch/i386-gnu-cfi.exp
7345 * gdb.base/disasm-end-cu.exp
7346 * gdb.base/macscp.exp
7347 * gdb.base/pending.exp
7348 * gdb.base/watch_thread_num.exp
7349 * gdb.cp/exception.exp
7350 * gdb.cp/gdb2495.exp
7351 * gdb.cp/local.exp
7352 * gdb.python/py-evsignal.exp
7353 * gdb.python/python.exp
7354 * gdb.trace/tracecmd.exp
7355
9f058c10
LM
73562016-12-01 Luis Machado <lgustavo@codesourcery.com>
7357
7358 Fix test names starting with uppercase throughout the files.
7359
7360 * gdb.base/charset.exp
7361 * gdb.base/eval.exp
7362 * gdb.base/multi-forks.exp
7363 * gdb.guile/scm-progspace.exp
7364 * gdb.opencl/datatypes.exp
7365 * gdb.python/py-block.exp
7366 * gdb.python/py-function.exp
7367 * gdb.python/py-symbol.exp
7368 * gdb.python/py-symtab.exp
7369 * gdb.python/py-xmethods.exp
7370 * gdb.reverse/break-precsave.exp
7371 * gdb.reverse/break-reverse.exp
7372 * gdb.reverse/consecutive-precsave.exp
7373 * gdb.reverse/consecutive-reverse.exp
7374 * gdb.reverse/finish-precsave.exp
7375 * gdb.reverse/finish-reverse-bkpt.exp
7376 * gdb.reverse/finish-reverse.exp
7377 * gdb.reverse/fstatat-reverse.exp
7378 * gdb.reverse/getresuid-reverse.exp
7379 * gdb.reverse/i386-precsave.exp
7380 * gdb.reverse/i386-reverse.exp
7381 * gdb.reverse/i386-sse-reverse.exp
7382 * gdb.reverse/i387-stack-reverse.exp
7383 * gdb.reverse/insn-reverse.exp
7384 * gdb.reverse/machinestate-precsave.exp
7385 * gdb.reverse/machinestate.exp
7386 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7387 * gdb.reverse/pipe-reverse.exp
7388 * gdb.reverse/readv-reverse.exp
7389 * gdb.reverse/recvmsg-reverse.exp
7390 * gdb.reverse/rerun-prec.exp
7391 * gdb.reverse/s390-mvcle.exp
7392 * gdb.reverse/sigall-precsave.exp
7393 * gdb.reverse/sigall-reverse.exp
7394 * gdb.reverse/solib-precsave.exp
7395 * gdb.reverse/solib-reverse.exp
7396 * gdb.reverse/step-precsave.exp
7397 * gdb.reverse/step-reverse.exp
7398 * gdb.reverse/time-reverse.exp
7399 * gdb.reverse/until-precsave.exp
7400 * gdb.reverse/until-reverse.exp
7401 * gdb.reverse/waitpid-reverse.exp
7402 * gdb.reverse/watch-precsave.exp
7403 * gdb.reverse/watch-reverse.exp
7404
cdc7edd7
LM
74052016-12-01 Luis Machado <lgustavo@codesourcery.com>
7406
7407 Fix test names starting with uppercase throughout the files.
7408
7409 * gdb.arch/i386-mpx-simple_segv.exp
7410 * gdb.arch/i386-mpx.exp
7411 * gdb.arch/i386-permbkpt.exp
7412 * gdb.arch/pa-nullify.exp
7413 * gdb.arch/powerpc-d128-regs.exp
7414 * gdb.arch/vsx-regs.exp
7415 * gdb.base/bfp-test.exp
7416 * gdb.base/break.exp
7417 * gdb.base/breakpoint-shadow.exp
7418 * gdb.base/callfuncs.exp
7419 * gdb.base/charset.exp
7420 * gdb.base/commands.exp
7421 * gdb.base/completion.exp
7422 * gdb.base/dfp-test.exp
7423 * gdb.base/echo.exp
7424 * gdb.base/ending-run.exp
7425 * gdb.base/eval.exp
7426 * gdb.base/expand-psymtabs.exp
7427 * gdb.base/float128.exp
7428 * gdb.base/floatn.exp
7429 * gdb.base/foll-exec-mode.exp
7430 * gdb.base/gdb1056.exp
7431 * gdb.base/gdb11531.exp
7432 * gdb.base/kill-after-signal.exp
7433 * gdb.base/multi-forks.exp
7434 * gdb.base/overlays.exp
7435 * gdb.base/pending.exp
7436 * gdb.base/sepdebug.exp
7437 * gdb.base/testenv.exp
7438 * gdb.base/valgrind-db-attach.exp
7439 * gdb.base/watch_thread_num.exp
7440 * gdb.base/watchpoint-cond-gone.exp
7441 * gdb.base/watchpoint.exp
7442 * gdb.base/watchpoints.exp
7443 * gdb.cp/arg-reference.exp
7444 * gdb.cp/baseenum.exp
7445 * gdb.cp/operator.exp
7446 * gdb.cp/shadow.exp
7447 * gdb.dwarf2/dw2-op-out-param.exp
7448 * gdb.dwarf2/dw2-reg-undefined.exp
7449 * gdb.go/chan.exp
7450 * gdb.go/hello.exp
7451 * gdb.go/integers.exp
7452 * gdb.go/methods.exp
7453 * gdb.go/package.exp
7454 * gdb.guile/scm-parameter.exp
7455 * gdb.guile/scm-progspace.exp
7456 * gdb.guile/scm-value.exp
7457 * gdb.mi/mi-pending.exp
7458 * gdb.mi/user-selected-context-sync.exp
7459 * gdb.multi/multi-attach.exp
7460 * gdb.multi/tids.exp
7461 * gdb.opt/clobbered-registers-O2.exp
7462 * gdb.pascal/floats.exp
7463 * gdb.pascal/integers.exp
7464 * gdb.python/py-block.exp
7465 * gdb.python/py-events.exp
7466 * gdb.python/py-parameter.exp
7467 * gdb.python/py-symbol.exp
7468 * gdb.python/py-symtab.exp
7469 * gdb.python/py-type.exp
7470 * gdb.python/py-value.exp
7471 * gdb.python/py-xmethods.exp
7472 * gdb.python/python.exp
7473 * gdb.reverse/break-precsave.exp
7474 * gdb.reverse/consecutive-precsave.exp
7475 * gdb.reverse/finish-precsave.exp
7476 * gdb.reverse/i386-precsave.exp
7477 * gdb.reverse/machinestate-precsave.exp
7478 * gdb.reverse/sigall-precsave.exp
7479 * gdb.reverse/solib-precsave.exp
7480 * gdb.reverse/step-precsave.exp
7481 * gdb.reverse/until-precsave.exp
7482 * gdb.reverse/watch-precsave.exp
7483 * gdb.server/ext-attach.exp
7484 * gdb.server/ext-restart.exp
7485 * gdb.server/ext-run.exp
7486 * gdb.server/ext-wrapper.exp
7487 * gdb.stabs/gdb11479.exp
7488 * gdb.stabs/weird.exp
7489 * gdb.threads/attach-many-short-lived-threads.exp
7490 * gdb.threads/kill.exp
7491 * gdb.threads/watchpoint-fork.exp
7492
bc6c7af4
LM
74932016-12-01 Luis Machado <lgustavo@codesourcery.com>
7494
7495 Fix test names starting with uppercase throughout all the files below.
7496
7497 * gdb.ada/array_return.exp
7498 * gdb.ada/catch_ex.exp
7499 * gdb.ada/info_exc.exp
7500 * gdb.ada/mi_catch_ex.exp
7501 * gdb.ada/mi_dyn_arr.exp
7502 * gdb.ada/mi_ex_cond.exp
7503 * gdb.ada/mi_exc_info.exp
7504 * gdb.ada/mi_interface.exp
7505 * gdb.ada/mi_task_arg.exp
7506 * gdb.ada/mi_task_info.exp
7507 * gdb.ada/mi_var_array.exp
7508 * gdb.arch/alpha-step.exp
7509 * gdb.arch/amd64-disp-step.exp
7510 * gdb.arch/arm-disp-step.exp
7511 * gdb.arch/disp-step-insn-reloc.exp
7512 * gdb.arch/e500-prologue.exp
7513 * gdb.arch/ftrace-insn-reloc.exp
7514 * gdb.arch/gdb1558.exp
7515 * gdb.arch/i386-bp_permanent.exp
7516 * gdb.arch/i386-disp-step.exp
7517 * gdb.arch/i386-float.exp
7518 * gdb.arch/i386-gnu-cfi.exp
7519 * gdb.arch/ia64-breakpoint-shadow.exp
7520 * gdb.arch/mips16-thunks.exp
7521 * gdb.arch/pa-nullify.exp
7522 * gdb.arch/powerpc-aix-prologue.exp
7523 * gdb.arch/powerpc-power.exp
7524 * gdb.arch/ppc-dfp.exp
7525 * gdb.arch/s390-tdbregs.exp
7526 * gdb.arch/spu-info.exp
7527 * gdb.arch/spu-ls.exp
7528 * gdb.arch/thumb-bx-pc.exp
7529 * gdb.base/advance.exp
7530 * gdb.base/annota-input-while-running.exp
7531 * gdb.base/arrayidx.exp
7532 * gdb.base/asmlabel.exp
7533 * gdb.base/async.exp
7534 * gdb.base/attach-wait-input.exp
7535 * gdb.base/auto-connect-native-target.exp
7536 * gdb.base/batch-preserve-term-settings.exp
7537 * gdb.base/bfp-test.exp
7538 * gdb.base/bigcore.exp
7539 * gdb.base/bp-permanent.exp
7540 * gdb.base/break-always.exp
7541 * gdb.base/break-fun-addr.exp
7542 * gdb.base/break-idempotent.exp
7543 * gdb.base/break-main-file-remove-fail.exp
7544 * gdb.base/break-probes.exp
7545 * gdb.base/break-unload-file.exp
7546 * gdb.base/break.exp
7547 * gdb.base/call-ar-st.exp
7548 * gdb.base/call-rt-st.exp
7549 * gdb.base/call-sc.exp
7550 * gdb.base/call-signal-resume.exp
7551 * gdb.base/call-strs.exp
7552 * gdb.base/callexit.exp
7553 * gdb.base/callfuncs.exp
7554 * gdb.base/catch-gdb-caused-signals.exp
7555 * gdb.base/catch-signal-siginfo-cond.exp
7556 * gdb.base/catch-syscall.exp
7557 * gdb.base/compare-sections.exp
7558 * gdb.base/cond-eval-mode.exp
7559 * gdb.base/condbreak-call-false.exp
7560 * gdb.base/consecutive-step-over.exp
7561 * gdb.base/cursal.exp
7562 * gdb.base/disabled-location.exp
7563 * gdb.base/disasm-end-cu.exp
7564 * gdb.base/display.exp
7565 * gdb.base/double-prompt-target-event-error.exp
7566 * gdb.base/dprintf-bp-same-addr.exp
7567 * gdb.base/dprintf-detach.exp
7568 * gdb.base/dprintf-next.exp
7569 * gdb.base/dprintf-non-stop.exp
7570 * gdb.base/dprintf-pending.exp
7571 * gdb.base/dso2dso.exp
7572 * gdb.base/ending-run.exp
7573 * gdb.base/enum_cond.exp
7574 * gdb.base/examine-backward.exp
7575 * gdb.base/exe-lock.exp
7576 * gdb.base/exec-invalid-sysroot.exp
7577 * gdb.base/execl-update-breakpoints.exp
7578 * gdb.base/execution-termios.exp
7579 * gdb.base/fileio.exp
7580 * gdb.base/fixsection.exp
7581 * gdb.base/foll-exec-mode.exp
7582 * gdb.base/foll-exec.exp
7583 * gdb.base/fork-running-state.exp
7584 * gdb.base/frame-args.exp
7585 * gdb.base/fullpath-expand.exp
7586 * gdb.base/func-ptr.exp
7587 * gdb.base/gcore-relro-pie.exp
7588 * gdb.base/gdb1090.exp
7589 * gdb.base/gdb1555.exp
7590 * gdb.base/global-var-nested-by-dso.exp
7591 * gdb.base/gnu-ifunc.exp
7592 * gdb.base/hbreak-in-shr-unsupported.exp
7593 * gdb.base/hbreak-unmapped.exp
7594 * gdb.base/hook-stop.exp
7595 * gdb.base/infcall-input.exp
7596 * gdb.base/info-fun.exp
7597 * gdb.base/info-shared.exp
7598 * gdb.base/interrupt-noterm.exp
7599 * gdb.base/jit-so.exp
7600 * gdb.base/jit.exp
7601 * gdb.base/line-symtabs.exp
7602 * gdb.base/list.exp
7603 * gdb.base/longjmp.exp
7604 * gdb.base/macscp.exp
7605 * gdb.base/max-value-size.exp
7606 * gdb.base/nodebug.exp
7607 * gdb.base/nofield.exp
7608 * gdb.base/overlays.exp
7609 * gdb.base/paginate-after-ctrl-c-running.exp
7610 * gdb.base/paginate-bg-execution.exp
7611 * gdb.base/paginate-inferior-exit.exp
7612 * gdb.base/pending.exp
7613 * gdb.base/pr11022.exp
7614 * gdb.base/printcmds.exp
7615 * gdb.base/ptr-typedef.exp
7616 * gdb.base/ptype.exp
7617 * gdb.base/randomize.exp
7618 * gdb.base/range-stepping.exp
7619 * gdb.base/realname-expand.exp
7620 * gdb.base/relativedebug.exp
7621 * gdb.base/remote.exp
7622 * gdb.base/savedregs.exp
7623 * gdb.base/sepdebug.exp
7624 * gdb.base/set-noassign.exp
7625 * gdb.base/shlib-call.exp
7626 * gdb.base/shreloc.exp
7627 * gdb.base/sigaltstack.exp
7628 * gdb.base/sigbpt.exp
7629 * gdb.base/siginfo-addr.exp
7630 * gdb.base/siginfo-obj.exp
7631 * gdb.base/siginfo-thread.exp
7632 * gdb.base/signest.exp
7633 * gdb.base/signull.exp
7634 * gdb.base/sigrepeat.exp
7635 * gdb.base/skip.exp
7636 * gdb.base/so-impl-ld.exp
7637 * gdb.base/solib-corrupted.exp
7638 * gdb.base/solib-disc.exp
7639 * gdb.base/solib-display.exp
7640 * gdb.base/solib-overlap.exp
7641 * gdb.base/solib-search.exp
7642 * gdb.base/solib-symbol.exp
7643 * gdb.base/source-execution.exp
7644 * gdb.base/sss-bp-on-user-bp-2.exp
7645 * gdb.base/sss-bp-on-user-bp.exp
7646 * gdb.base/stack-checking.exp
7647 * gdb.base/stale-infcall.exp
7648 * gdb.base/step-break.exp
7649 * gdb.base/step-line.exp
7650 * gdb.base/step-over-exit.exp
7651 * gdb.base/step-test.exp
7652 * gdb.base/structs.exp
7653 * gdb.base/sym-file.exp
7654 * gdb.base/symtab-search-order.exp
7655 * gdb.base/term.exp
7656 * gdb.base/type-opaque.exp
7657 * gdb.base/unload.exp
7658 * gdb.base/until-nodebug.exp
7659 * gdb.base/until.exp
7660 * gdb.base/unwindonsignal.exp
7661 * gdb.base/watch-cond.exp
7662 * gdb.base/watch-non-mem.exp
7663 * gdb.base/watch_thread_num.exp
7664 * gdb.base/watchpoint-reuse-slot.exp
7665 * gdb.base/watchpoint-solib.exp
7666 * gdb.base/watchpoint.exp
7667 * gdb.btrace/dlopen.exp
7668 * gdb.cell/arch.exp
7669 * gdb.cell/break.exp
7670 * gdb.cell/bt.exp
7671 * gdb.cell/core.exp
7672 * gdb.cell/data.exp
7673 * gdb.cell/dwarfaddr.exp
7674 * gdb.cell/ea-cache.exp
7675 * gdb.cell/ea-standalone.exp
7676 * gdb.cell/ea-test.exp
7677 * gdb.cell/f-regs.exp
7678 * gdb.cell/fork.exp
7679 * gdb.cell/gcore.exp
7680 * gdb.cell/mem-access.exp
7681 * gdb.cell/ptype.exp
7682 * gdb.cell/registers.exp
7683 * gdb.cell/sizeof.exp
7684 * gdb.cell/solib-symbol.exp
7685 * gdb.cell/solib.exp
7686 * gdb.compile/compile-tls.exp
7687 * gdb.cp/exception.exp
7688 * gdb.cp/gdb2495.exp
7689 * gdb.cp/local.exp
7690 * gdb.cp/mb-inline.exp
7691 * gdb.cp/mb-templates.exp
7692 * gdb.cp/pr10687.exp
7693 * gdb.cp/pr9167.exp
7694 * gdb.cp/scope-err.exp
7695 * gdb.cp/templates.exp
7696 * gdb.cp/virtfunc.exp
7697 * gdb.dwarf2/dw2-dir-file-name.exp
7698 * gdb.dwarf2/dw2-single-line-discriminators.exp
7699 * gdb.fortran/complex.exp
7700 * gdb.fortran/library-module.exp
7701 * gdb.guile/guile.exp
7702 * gdb.guile/scm-cmd.exp
7703 * gdb.guile/scm-frame-inline.exp
7704 * gdb.guile/scm-objfile.exp
7705 * gdb.guile/scm-pretty-print.exp
7706 * gdb.guile/scm-symbol.exp
7707 * gdb.guile/scm-type.exp
7708 * gdb.guile/scm-value.exp
7709 * gdb.linespec/keywords.exp
7710 * gdb.linespec/ls-errs.exp
7711 * gdb.linespec/macro-relative.exp
7712 * gdb.linespec/thread.exp
7713 * gdb.mi/mi-breakpoint-changed.exp
7714 * gdb.mi/mi-dprintf-pending.exp
7715 * gdb.mi/mi-fullname-deleted.exp
7716 * gdb.mi/mi-logging.exp
7717 * gdb.mi/mi-pending.exp
7718 * gdb.mi/mi-solib.exp
7719 * gdb.mi/new-ui-mi-sync.exp
7720 * gdb.mi/user-selected-context-sync.exp
7721 * gdb.multi/dummy-frame-restore.exp
7722 * gdb.multi/multi-arch-exec.exp
7723 * gdb.multi/remove-inferiors.exp
7724 * gdb.multi/watchpoint-multi-exit.exp
7725 * gdb.opt/solib-intra-step.exp
7726 * gdb.perf/backtrace.exp
7727 * gdb.perf/single-step.exp
7728 * gdb.perf/skip-command.exp
7729 * gdb.perf/skip-prologue.exp
7730 * gdb.perf/solib.exp
7731 * gdb.python/lib-types.exp
7732 * gdb.python/py-as-string.exp
7733 * gdb.python/py-bad-printers.exp
7734 * gdb.python/py-block.exp
7735 * gdb.python/py-breakpoint.exp
7736 * gdb.python/py-cmd.exp
7737 * gdb.python/py-events.exp
7738 * gdb.python/py-evthreads.exp
7739 * gdb.python/py-finish-breakpoint.exp
7740 * gdb.python/py-finish-breakpoint2.exp
7741 * gdb.python/py-frame-inline.exp
7742 * gdb.python/py-frame.exp
7743 * gdb.python/py-inferior.exp
7744 * gdb.python/py-infthread.exp
7745 * gdb.python/py-mi.exp
7746 * gdb.python/py-objfile.exp
7747 * gdb.python/py-pp-maint.exp
7748 * gdb.python/py-pp-registration.exp
7749 * gdb.python/py-prettyprint.exp
7750 * gdb.python/py-recurse-unwind.exp
7751 * gdb.python/py-shared.exp
7752 * gdb.python/py-symbol.exp
7753 * gdb.python/py-symtab.exp
7754 * gdb.python/py-template.exp
7755 * gdb.python/py-type.exp
7756 * gdb.python/py-unwind-maint.exp
7757 * gdb.python/py-unwind.exp
7758 * gdb.python/py-value.exp
7759 * gdb.python/python.exp
7760 * gdb.reverse/finish-reverse-bkpt.exp
7761 * gdb.reverse/insn-reverse.exp
7762 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7763 * gdb.reverse/solib-precsave.exp
7764 * gdb.reverse/solib-reverse.exp
7765 * gdb.stabs/gdb11479.exp
7766 * gdb.stabs/weird.exp
7767 * gdb.threads/fork-child-threads.exp
7768 * gdb.threads/fork-plus-threads.exp
7769 * gdb.threads/fork-thread-pending.exp
7770 * gdb.threads/forking-threads-plus-breakpoint.exp
7771 * gdb.threads/hand-call-in-threads.exp
7772 * gdb.threads/interrupted-hand-call.exp
7773 * gdb.threads/linux-dp.exp
7774 * gdb.threads/local-watch-wrong-thread.exp
7775 * gdb.threads/next-while-other-thread-longjmps.exp
7776 * gdb.threads/non-ldr-exit.exp
7777 * gdb.threads/pending-step.exp
7778 * gdb.threads/print-threads.exp
7779 * gdb.threads/process-dies-while-detaching.exp
7780 * gdb.threads/process-dies-while-handling-bp.exp
7781 * gdb.threads/pthreads.exp
7782 * gdb.threads/queue-signal.exp
7783 * gdb.threads/reconnect-signal.exp
7784 * gdb.threads/signal-command-handle-nopass.exp
7785 * gdb.threads/signal-command-multiple-signals-pending.exp
7786 * gdb.threads/signal-delivered-right-thread.exp
7787 * gdb.threads/signal-sigtrap.exp
7788 * gdb.threads/sigthread.exp
7789 * gdb.threads/staticthreads.exp
7790 * gdb.threads/stepi-random-signal.exp
7791 * gdb.threads/thread-unwindonsignal.exp
7792 * gdb.threads/thread_check.exp
7793 * gdb.threads/thread_events.exp
7794 * gdb.threads/tid-reuse.exp
7795 * gdb.threads/tls-nodebug.exp
7796 * gdb.threads/tls-shared.exp
7797 * gdb.threads/tls-so_extern.exp
7798 * gdb.threads/tls.exp
7799 * gdb.threads/wp-replication.exp
7800 * gdb.trace/actions-changed.exp
7801 * gdb.trace/actions.exp
7802 * gdb.trace/backtrace.exp
7803 * gdb.trace/change-loc.exp
7804 * gdb.trace/collection.exp
7805 * gdb.trace/deltrace.exp
7806 * gdb.trace/disconnected-tracing.exp
7807 * gdb.trace/entry-values.exp
7808 * gdb.trace/ftrace-lock.exp
7809 * gdb.trace/ftrace.exp
7810 * gdb.trace/infotrace.exp
7811 * gdb.trace/mi-trace-frame-collected.exp
7812 * gdb.trace/mi-trace-unavailable.exp
7813 * gdb.trace/mi-traceframe-changed.exp
7814 * gdb.trace/mi-tracepoint-changed.exp
7815 * gdb.trace/mi-tsv-changed.exp
7816 * gdb.trace/no-attach-trace.exp
7817 * gdb.trace/packetlen.exp
7818 * gdb.trace/passc-dyn.exp
7819 * gdb.trace/passcount.exp
7820 * gdb.trace/pending.exp
7821 * gdb.trace/pr16508.exp
7822 * gdb.trace/qtro.exp
7823 * gdb.trace/range-stepping.exp
7824 * gdb.trace/read-memory.exp
7825 * gdb.trace/report.exp
7826 * gdb.trace/save-trace.exp
7827 * gdb.trace/signal.exp
7828 * gdb.trace/stap-trace.exp
7829 * gdb.trace/status-stop.exp
7830 * gdb.trace/strace.exp
7831 * gdb.trace/tfile.exp
7832 * gdb.trace/tfind.exp
7833 * gdb.trace/trace-break.exp
7834 * gdb.trace/trace-condition.exp
7835 * gdb.trace/trace-enable-disable.exp
7836 * gdb.trace/trace-mt.exp
7837 * gdb.trace/tracecmd.exp
7838 * gdb.trace/tracefile-pseudo-reg.exp
7839 * gdb.trace/tspeed.exp
7840 * gdb.trace/tstatus.exp
7841 * gdb.trace/tsv.exp
7842 * gdb.trace/unavailable.exp
7843 * gdb.trace/while-dyn.exp
7844 * gdb.trace/while-stepping.exp
7845 * lib/gdb-guile.exp
7846 * lib/gdb.exp
7847 * lib/mi-support.exp
7848 * lib/pascal.exp
7849 * lib/perftest.exp
7850 * lib/prelink-support.exp
7851 * lib/selftest-support.exp
7852
ad02e4fe
SM
78532016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7854
7855 * Makefile.in: Include disable-implicit-rules.mk.
7856
22347e55
AA
78572016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7858
7859 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7860 non-byte-aligned bit fields.
7861
da5b30da
AA
78622016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7863
7864 PR gdb/12616
7865 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7866 respects the DW_AT_data_bit_offset attribute.
7867
b593ecca
SM
78682016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7869
7870 * gdb.base/default.exp: Fix output of "set language".
7871
3b165252
SM
78722016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7873
7874 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7875 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7876 make.
7877 * configure.ac: Remove checks for the make program.
7878 * configure: Re-generate.
7879
1a2f3d7f
KB
78802016-11-16 Kevin Buettner <kevinb@redhat.com>
7881
7882 * gdb.python/py-recurse-unwind.c (main): Add loop.
7883 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7884 to read_register() and gdb.parse_and_eval(). Make each code
7885 call a separate case that can be individually tested.
7886 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7887 proc. Call cont_and_backtrace for each of the code paths that
7888 we want to test in the unwinder.
7889
b7f38fda
AA
78902016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7891
7892 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7893 the definition of struct S.
7894
1f8db343
CM
78952016-11-11 Catherine Moore <clm@codesourcery.com>
7896
7897 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7898
fad0c9fb
PA
78992016-11-09 Pedro Alves <palves@redhat.com>
7900
7901 * gdb.base/commands.exp (runto_or_return): New procedure.
7902 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7903 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7904 (progvar_simple_while_test, progvar_complex_if_while_test)
7905 (if_while_breakpoint_command_test)
7906 (infrun_breakpoint_command_test, breakpoint_command_test)
7907 (user_defined_command_test, watchpoint_command_test)
7908 (test_command_prompt_position, redefine_hook_test)
7909 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7910 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7911 multi_line_input and multi_line. Remove gdb_expect and
7912 gdb_stop_suppressing_tests uses.
7913 * lib/gdb.exp (valnum_re): New global.
7914 (multi_line_input): New procedure.
7915
8354c62c
SM
79162016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7917
7918 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7919 Remove.
7920 (test_setup): Define with proc_with_prefix.
7921 (test_cli_inferior): Likewise.
7922 (test_cli_thread): Likewise.
7923 (test_cli_frame): Likewise.
7924 (test_cli_select_frame): Likewise.
7925 (test_cli_up_down): Likewise.
7926 (test_mi_thread_select): Likewise.
7927 (test_mi_stack_select_frame): Likewise.
7928 (test_cli_in_mi_inferior): Likewise.
7929 (test_cli_in_mi_thread): Likewise.
7930 (test_cli_in_mi_frame): Likewise.
7931 (top level): Do not use with_test_prefix_procname.
7932
64f367a2
PA
79332016-11-09 Pedro Alves <palves@redhat.com>
7934
7935 * gdb.base/commands.exp (gdbvar_simple_if_test)
7936 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7937 (progvar_simple_if_test, progvar_simple_while_test)
7938 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7939 (infrun_breakpoint_command_test, breakpoint_command_test)
7940 (user_defined_command_test, watchpoint_command_test)
7941 (test_command_prompt_position, deprecated_command_test)
7942 (bp_deleted_in_command, temporary_breakpoint_commands)
7943 (stray_arg0_test, source_file_with_indented_comment)
7944 (recursive_source_test, if_commands_test)
7945 (error_clears_commands_left, redefine_hook_test)
7946 (redefine_backtrace_test): Use proc_with_prefix.
7947 * lib/gdb.exp (proc_with_prefix): New proc.
7948
0bb65f1e
AA
79492016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7950
7951 * gdb.base/tui-layout.c: New file.
7952 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7953 disassembly window contains very long lines.
7954
7353f247
TT
79552016-11-08 Tom Tromey <tom@tromey.com>
7956
7957 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7958 depend on Python 2.
7959
30a7bb83
TT
79602016-11-08 Tom Tromey <tom@tromey.com>
7961
7962 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7963 New method.
7964
cdf5a07c
MG
79652016-10-29 Manish Goregaokar <manish@mozilla.com>
7966
2806dc7e 7967 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 7968
51a789c3
MG
79692016-10-27 Manish Goregaokar <manish@mozilla.com>
7970
2806dc7e
PA
7971 * gdb.rust/simple.rs: Add test for univariant enums without
7972 discriminants and for encoded struct-like enums.
51a789c3 7973
f610ab6d
PA
79742016-10-28 Pedro Alves <palves@redhat.com>
7975
7976 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7977 gdb_test_multiple, tighten regexps and match symtabs and line
7978 tables incrementally.
7979
b129b0ca
LM
79802016-10-28 Luis Machado <lgustavo@codesourcery.com>
7981
7982 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7983 general.
7984
ecf45d2c
SL
79852016-10-25 Luis Machado <lgustavo@codesourcery.com>
7986
7987 * gdb.base/exec-invalid-sysroot.exp: New file.
7988
b8d38ee4
JK
79892016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7990
7991 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
7992
f90fd8c2
JK
79932016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7994
7995 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
7996
2d2476aa
MR
79972016-10-19 Maciej W. Rozycki <macro@imgtec.com>
7998
2806dc7e
PA
7999 * gdb.base/killed-outside.exp: Remove $options from a call to
8000 `prepare_for_testing'.
2d2476aa 8001
e42b25a0
SM
80022016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8003
8004 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8005 Change test message.
8006
3ccdb432
SM
80072016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8008
8009 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8010 Update comment.
8011
5bad3170
SM
80122016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8013
8014 * gdb.trace/mi-trace-save.exp: New file.
8015
5ad9dba7
YQ
80162016-10-13 Yao Qi <yao.qi@linaro.org>
8017
8018 * gdb.base/code_elim.exp (get_var_address): Remove.
8019 * gdb.base/relocate.exp: Likewise.
8020 * gdb.base/shreloc.exp: Likewise.
8021 * lib/gdb.exp (get_var_address): New.
8022
62df7e21
YQ
80232016-10-13 Yao Qi <yao.qi@linaro.org>
8024
8025 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8026 floating point tests if $skip_float_test is false.
8027
4dac951e
LM
80282016-10-12 Luis Machado <lgustavo@codesourcery.com>
8029
8030 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8031 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8032 argc values.
8033 Add 1 to argc so we guarantee distinct initial/modified argc values.
8034
8f1a8fc4
JK
80352016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8036
8037 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8038
16c85b5d
JK
80392016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8040
8041 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8042 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8043 * gdb.arch/vsx-regs.exp: Likewise.
8044
1d0e042a
YQ
80452016-10-07 Yao Qi <yao.qi@linaro.org>
8046
8047 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8048
68dadef5
MM
80492016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8050
8051 * gdb.python/python.exp: Test decode_line("*0").
8052
33fa2c6e
DE
80532016-10-06 Doug Evans <dje@google.com>
8054
8055 * gdb.python/py-value.exp (test_value_creation): Add test for large
8056 unsigned 64-bit value.
8057
9c37b5ae
TT
80582016-10-06 Tom Tromey <tom@tromey.com>
8059
8060 * gdb.compile/compile.exp: Change java tests to rust.
8061 * gdb.base/setshow.exp: Change java tests to rust.
8062 * gdb.base/default.exp: Remove java from language list.
8063 * README (Examples): Update language example.
8064 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8065 test.
8066 * lib/gdb.exp (skip_java_tests): Remove.
8067 * lib/java.exp: Remove.
8068 * gdb.java: Remove.
8069
78b86327
MR
80702016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8071
8072 * gdb.arch/mips-fcr.exp: New test.
8073 * gdb.arch/mips-fcr.c: Source for the new test.
8074
7470adbb
MR
80752016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8076
8077 * gdb.base/solib-disc.exp: Use `standard_output_file'
8078 throughout.
8079
4a556533
PA
80802016-10-06 Pedro Alves <palves@redhat.com>
8081
8082 * gdb.base/jit-simple-dl.c: New file.
8083 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8084 * gdb.base/jit-simple.c: ... this.
8085 * gdb.base/jit-simple.exp (jit_run): Delete.
8086 (build_jit): New proc.
8087 (jit_test_reread): Recompile either the main program or the shared
8088 library, depending on what is being tested. Skip changing address
8089 if caller wants to. Compare before/after addresses. If testing
8090 standalone, explicitly load the binary. Test "maint info
8091 breakpoints".
8092 (top level): Add "standalone vs shared lib" and "change address"
8093 vs "same address" axes.
8094
5a122fbc
PA
80952016-10-06 Pedro Alves <palves@redhat.com>
8096
8097 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8098 call.
8099 (jit_run): Delete.
8100 (jit_test_reread): Use with_test_prefix. Reload the main binary
8101 explicitly. Compare the before/after addresses of the JIT
8102 descriptor.
8103
ee8da4b8
DE
81042016-08-15 Doug Evans <dje@google.com>
8105
8106 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8107 for single bitfields is bool.
8108 * gdb.xml/tdesc-regs.exp: Ditto.
8109
f389f6fe
JK
81102016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8111
8112 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8113
fdebf1a4
YQ
81142016-10-05 Yao Qi <yao.qi@linaro.org>
8115
8116 * lib/gdb.exp (support_complex_tests): Return zero if
8117 gdb_skip_float_test return true.
8118
9c36d954 81192016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8120 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
8121
8122 PR gdb/20487
8123 * gdb.mi/user-selected-context-sync.exp: New file.
8124 * gdb.mi/user-selected-context-sync.c: New file.
8125
4034d0ff 81262016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8127 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
8128
8129 PR gdb/20487
8130 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8131 =thread-select-event check.
8132
a4297203
PB
81332016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8134
8135 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8136 the compulsory L operand changes.
8137 * gdb.arch/powerpc-power.s: Likewise.
8138
bb805577
JK
81392016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8140
8141 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8142 * gdb.base/jit-attach-pie.c: New file.
8143 * gdb.base/jit-attach-pie.exp: New file.
8144
6d61dee5
PA
81452016-09-28 Pedro Alves <palves@redhat.com>
8146
8147 * gdb.base/infcall-input.c: New file.
8148 * gdb.base/infcall-input.exp: New file.
8149
f73842fc
YQ
81502016-09-22 Yao Qi <yao.qi@linaro.org>
8151
8152 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8153 (gdb_exit): Rename it to ...
8154 (gdbserver_gdb_exit): ... Close GDBserver.
8155 (gdb_exit): New proc, call gdbserver_gdb_exit.
8156 (mi_gdb_exit): Likewise.
8157
90681dab
YQ
81582016-09-22 Yao Qi <yao.qi@linaro.org>
8159
8160 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8161 path.
8162 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8163 Remove duplication.
8164
9c211fd8
YQ
81652016-09-22 Yao Qi <yao.qi@linaro.org>
8166
8167 * lib/gdbserver-support.exp: Check the existence of
8168 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8169
ad0a504f
AK
81702016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8171
8172 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8173
36cf1806
TT
81742016-09-21 Tom Tromey <tom@tromey.com>
8175
8176 PR gdb/20604:
8177 * gdb.base/quit.exp: New file.
8178
74172ecf
SM
81792016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8180
8181 * .gitignore: New file.
8182
3d0ec882
MR
81832016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8184
8185 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8186 throughout.
8187
8193adea
AA
81882016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8189
8190 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8191
d41a5c09
JK
81922016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8193
8194 * gdb.cp/casts.cc (decltype): Move it ...
8195 (main): ... with its call to ...
8196 * gdb.cp/casts03.cc: ... a new file.
8197 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8198
d2dfe700
JK
81992016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8200
8201 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8202
e2a92b16
PB
82032016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8204
8205 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8206 and sync up the test with tests in gas/testsuite/gas/ppc.
8207 * gdb.arch/powerpc-power.exp: Likewise.
8208
49b4de64
JK
82092016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8210
8211 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8212
2c29df25
SDJ
82132016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8214 Jan Kratochvil <jan.kratochvil@redhat.com>
8215
8216 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8217 make m1's definition to be different from m2's. Use 'dummy' as an
8218 argument for probe 'two'.
8219
cc3c2846
JB
82202016-09-10 Jon Beniston <jon@beniston.com>
8221
8222 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8223 for sim target.
8224
e1b2624a
AA
82252016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8226
8227 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8228 variable declaration.
8229 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8230 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8231 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8232 received HWCAP as its argument.
8233
4295e285
PA
82342016-09-06 Pedro Alves <palves@redhat.com>
8235
8236 * gdb.base/new-ui-pending-input.c: New file.
8237 * gdb.base/new-ui-pending-input.exp: New file.
8238 * gdb.exp (clear_gdb_spawn_id): New procedure.
8239 (with_spawn_id): Check whether gdb_spawn_id exists before
8240 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8241 on exit.
8242
00d5215e
UW
82432016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8244
8245 * gdb.base/float128.c: New file.
8246 * gdb.base/float128.exp: Likewise.
8247 * gdb.base/floatn.c: Likewise.
8248 * gdb.base/floatn.exp: Likewise.
8249
a9ff5f12
UW
82502016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8251
8252 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8253
f245535c
PA
82542016-09-05 Pedro Alves <palves@redhat.com>
8255
8256 PR backtrace/19927
8257 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8258 unwinders are immediately called as side effect of "source" or
8259 "disable unwinder" commands.
8260 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8261
ae9cf263
YQ
82622016-09-02 Yao Qi <yao.qi@linaro.org>
8263
8264 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8265 is true and $type is "float" or "double".
8266
27aba047
YQ
82672016-09-02 Yao Qi <yao.qi@linaro.org>
8268
8269 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8270 true.
8271 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8272 * gdb.base/call-rt-st.exp: Likewise.
8273 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8274 return value instead of gdb,skip_float_test.
8275 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8276 (do_function_calls): Use its return value instead of
8277 gdb,skip_float_test.
8278 * gdb.base/finish.exp: Likewise.
8279 * gdb.base/funcargs.exp: Likewise.
8280 * gdb.base/return.exp: Likewise.
8281 * gdb.base/return2.exp: Likewise.
8282 * gdb.base/varargs.exp: Likewise.
8283 * lib/gdb.exp (gdb_skip_float_test): Change it to
8284 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8285
5af962df
AA
82862016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8287
8288 * gdb.multi/tids.exp: Test "thread apply all".
8289
7fac6910
JK
82902016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8291
8292 * gdb.base/default.exp (tty): Remove.
8293
bb1fe4ac
KB
82942016-08-24 Kevin Buettner <kevinb@redhat.com>
8295
2806dc7e
PA
8296 * gdb.python/py-recurse-unwind.c: New file.
8297 * gdb.python/py-recurse-unwind.py: New file.
8298 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 8299
0a1ddfa6
SM
83002016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8301
8302 * gdb.base/set-inferior-tty.exp: New file.
8303 * gdb.base/set-inferior-tty.c: New file.
8304
d9de1fe3
PA
83052016-08-23 Pedro Alves <palves@redhat.com>
8306
8307 PR gdb/20494
8308 * gdb.base/new-ui-echo.c: New file.
8309 * gdb.base/new-ui-echo.exp: New file.
8310
e9d9abd7
YQ
83112016-08-23 Yao Qi <yao.qi@linaro.org>
8312
8313 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8314 gdbserver_spawn.
8315 * gdb.server/connect-without-multi-process.exp (do_test):
8316 Likewise.
8317
3589529e
YQ
83182016-08-23 Yao Qi <yao.qi@linaro.org>
8319
8320 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8321 standalone_txt. Delete gdb_txt and standalone_txt on host
8322 and target. Spawn the binary on target. Copy files from
8323 target to host.
8324
6bb90213
PA
83252016-08-22 Pedro Alves <palves@redhat.com>
8326
8327 PR gdb/20505
8328 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8329 with_test_prefix. Factor out bits to ...
8330 (test_no_vdso): ... this new procedure.
8331
20c2c024
CL
83322016-08-19 Carl Love <cel@us.ibm.com>
8333
8334 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8335 maintaining separate logic for constructing the output path.
8336 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8337 * gdb.arch/ppc-dfp.exp: Likewise.
8338 * gdb.arch/ppc-fp.exp: Likewise.
8339 * gdb.arch/vsx-regs.exp: Likewise.
8340 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8341 binprefix for generating the additional binary files.
8342
0646e07d
PA
83432016-08-19 Pedro Alves <palves@redhat.com>
8344
8345 * gdb.trace/mi-trace-frame-collected.exp
8346 (test_trace_frame_collected): On x32, expect two registers.
8347
46da9242
CL
83482016-08-18 Carl Love <cel@us.ibm.com>
8349
8350 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8351 and sync up the test with tests in gas/testsuite/gas/ppc.
8352 * gdb.arch/powerpc-power.exp: Likewise.
8353
eb2332d7
SM
83542016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8355
8356 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8357 expected error message.
8358
63c61e04
SM
83592016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8360
8361 * gdb.multi/remove-inferiors.exp: New file.
8362 * gdb.multi/remove-inferiors.c: New file.
8363
7b17065f
YQ
83642016-08-12 Yao Qi <yao.qi@linaro.org>
8365
8366 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8367 argument list.
8368
01d3dedf
PA
83692016-08-10 Pedro Alves <palves@redhat.com>
8370
8371 PR gdb/19187
8372 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8373 setup_kfails.
8374
3eb7562a
PA
83752016-08-09 Pedro Alves <palves@redhat.com>
8376 Simon Marchi <simon.marchi@ericsson.com>
8377
8378 PR gdb/20418
8379 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8380 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8381
80614914
PA
83822016-08-09 Pedro Alves <palves@redhat.com>
8383
8384 PR mi/20431
8385 * gdb.mi/mi-cmd-error.exp: New file.
8386
f348d89a
PA
83872016-08-09 Pedro Alves <palves@redhat.com>
8388
8389 PR gdb/18653
8390 * gdb.base/signals-state-child.c: New file.
8391 * gdb.base/signals-state-child.exp: New file.
8392 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8393
e5ca03b4
PA
83942016-08-09 Pedro Alves <palves@redhat.com>
8395
8396 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8397
282a0691
TT
83982016-08-03 Tom Tromey <tom@tromey.com>
8399
8400 PR python/18565:
8401 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8402
41bfcd63
YQ
84032016-08-01 Yao Qi <yao.qi@linaro.org>
8404
8405 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8406 variable mode to "multi-process" if $multi_process is 1, otherwise
8407 set it to "single-process".
8408
e3465b24
YQ
84092016-08-01 Yao Qi <yao.qi@linaro.org>
8410
8411 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8412 * gdb.cp/cpexprs.exp: Likewise.
8413 * gdb.cp/m-static.exp: Likewise.
8414
0b31a4bc
TT
84152016-07-26 Tom Tromey <tom@tromey.com>
8416
8417 PR python/20190:
8418 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8419 test.
8420
e0461dbb
MM
84212016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8422
8423 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8424 selecting assembly source files.
8425 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8426 assembly source files.
8427 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8428 assembly source files.
8429 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8430 selecting assembly source files.
8431
8194e927
SM
84322016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8433
8434 * gdb.base/new-ui.exp (do_test_invalid_args): New
8435 procedure.
8436
c0272db5
TW
84372016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8438
8439 * gdb.btrace/reconnect.c: New file.
8440 * gdb.btrace/reconnect.exp: New file.
8441
e3487908
GKB
84422016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8443
8444 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8445 to test_catch_syscall_group.
8446 (test_catch_syscall_group): New.
8447
12df5c00
TT
84482016-07-21 Tom Tromey <tom@tromey.com>
8449
8450 * gdb.rust/simple.rs (main): Use empty struct expression.
8451 * gdb.rust/simple.exp: Add tests for empty struct expression.
8452
bae62ee2
YQ
84532016-07-21 Yao Qi <yao.qi@linaro.org>
8454
8455 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8456 if gdb_skip_xml_test is true on some targets.
8457
b1b53fb3
YQ
84582016-07-21 Yao Qi <yao.qi@linaro.org>
8459
8460 * gdb.server/solib-list.exp: Unset last_loaded_file.
8461
027d97f8
JK
84622016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8463
8464 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8465 "step into captured_main (args)".
8466
7674d381
JK
84672016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8468
8469 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8470
72b5d099
JK
84712016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8472
8473 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8474
1f960ced
PA
84752016-07-19 Pedro Alves <palves@redhat.com>
8476
8477 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8478 * gdb.opt/inline-bt.exp: Likewise.
8479 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8480 additional_flags=-Winline.
8481 * gdb.opt/inline-locals.exp: Likewise.
8482 * gdb.opt/inline-markers.c (ATTR): Define.
8483 (inlined_fn): Use it.
8484
f25827c1
YQ
84852016-07-19 Yao Qi <yao.qi@linaro.org>
8486
8487 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8488 (test_with_self): Remove some code. Remove argument executable.
8489 (top-level): Use do_self_tests.
8490
37539ebe
DB
84912016-07-15 Zachary Welch <zwelch@codesourcery.com>
8492 Don Breazeal <donb@codesourcery.com>
8493
8494 * gdb.base/maint.exp: Escape paths used in regular expressions.
8495 * gdb.stabs/weird.exp: Likewise.
8496
dac790e1
TT
84972016-07-13 Tom Tromey <tom@tromey.com>
8498
8499 PR python/15620, PR python/18620:
8500 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8501 (test_bkpt_events): New procs.
8502
93daf339
TT
85032016-07-13 Tom Tromey <tom@tromey.com>
8504
8505 PR python/17698:
8506 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8507 test.
8508 (test_watchpoints): Likewise.
8509 (test_bkpt_pending): New proc.
8510
6571a381
TT
85112016-07-13 Tom Tromey <tom@tromey.com>
8512
8513 PR cli/18053:
8514 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8515 completion test.
8516
e8732474
JK
85172016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8518
8519 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8520 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8521 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8522 f_label.
8523 (g): Rename g_end_lbl to g_label.
8524 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8525 low_pc and high_pc.
8526 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8527
e0f3fd7c
TT
85282016-07-12 Tom Tromey <tom@tromey.com>
8529
8530 PR python/19293:
8531 * gdb.python/py-unwind-maint.exp: Update tests.
8532
3cfe46b6
YQ
85332016-07-12 Yao Qi <yao.qi@linaro.org>
8534
8535 * lib/selftest-support.exp (selftest_setup): Match the output
8536 when captured_main is inlined.
8537
4f19a0e6
WT
85382016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8539
8540 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8541 New variables.
8542 (print this%a, print this%b, print this): New tests.
8543 * gdb.fortran/derived-types.f90 (this): New object and
8544 initialization.
8545
986cf455
SM
85462016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8547
8548 * gdb.ada/arraydim.exp: Remove extra directory level in build
8549 directory.
8550
f0464b23
SM
85512016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8552
8553 * lib/ada.exp: Remove extra directory level in build directory.
8554 * gdb.ada/cond_lang.exp: Likewise.
8555 * gdb.ada/exec_changed.exp: Likewise.
8556 * gdb.ada/lang_switch.exp: Likewise.
8557
42d94011
MG
85582016-07-06 Manish Goregaokar <manish@mozilla.com>
8559
2806dc7e
PA
8560 * simple.rs: Add test for raw pointer subscripting.
8561 * simple.exp: Add test expectations.
42d94011 8562
647c264c
YQ
85632016-07-05 Yao Qi <yao.qi@linaro.org>
8564
8565 * gdb.mi/mi-reverse.exp: Match =record-started output.
8566
20aa2c60
PA
85672016-07-01 Pedro Alves <palves@redhat.com>
8568
8569 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8570 procedure.
8571 (jit_reader_test): Test the jit reader's unwinder.
8572 * gdb.base/jithost.c (jit_function_00_code): New global.
8573 (main): Use memcpy to fill in the mmapped code, instead of poking
8574 bytes manually here.
8575 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8576 value.
8577 (read_debug_info): Save the function's range.
8578 (read_sp): New function.
8579 (unwind_frame): Use it. Also unwind RBP.
8580 (get_frame_id): Use read_sp.
8581 (gdb_init_reader): Use calloc instead of malloc.
8582 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8583 parameter. Use gdb_test_multiple.
8584
ced2dffb
PA
85852016-07-01 Pedro Alves <palves@redhat.com>
8586 Antoine Tremblay <antoine.tremblay@ericsson.com>
8587
8588 * gdb.threads/process-dies-while-detaching.c: New file.
8589 * gdb.threads/process-dies-while-detaching.exp: New file.
8590
63000888
PA
85912016-07-01 Pedro Alves <palves@redhat.com>
8592
8593 * gdb.multi/watchpoint-multi-exit.c: New file.
8594 * gdb.multi/watchpoint-multi-exit.exp: New file.
8595
038d4868
PA
85962016-06-30 Pedro Alves <palves@redhat.com>
8597
8598 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8599 unset inferior_spawn_id.
8600
994e9c83
PA
86012016-06-30 Pedro Alves <palves@redhat.com>
8602
8603 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8604 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8605
e5653468
YQ
86062016-06-29 Yao Qi <yao.qi@linaro.org>
8607
8608 * gdb.base/return.c: Add copyright header.
8609
803b47e5
TT
86102016-06-29 Tom Tromey <tom@tromey.com>
8611
8612 PR python/20129:
8613 * gdb.python/py-framefilter.exp: Add tests for setting priority
8614 and disabling of non-existent frame filter.
8615
28244707
YQ
86162016-06-29 Yao Qi <yao.qi@linaro.org>
8617
8618 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8619 0x0f07ff.
8620
a31d2f06
YQ
86212016-06-28 Yao Qi <yao.qi@linaro.org>
8622
8623 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8624 triplets. Start gdb, execute catch syscall, and continue. Check
8625 gdb's output to determine catch syscall is supported.
8626
921d8f54
MG
86272016-06-27 Manish Goregaokar <manish@mozilla.com>
8628
25d49b86
PA
8629 * gdb.rust/simple.rs: Add test for returning unit in a function.
8630 * gdb.rust/simple.exp: Add expectation for functions returning
8631 unit.
921d8f54 8632
f4952523
PMR
86332016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8634
8635 * gdb.python/py-breakpoint-create-fail.c,
8636 gdb.python/py-breakpoint-create-fail.exp,
8637 gdb.python/py-breakpoint-create-fail.py: New testcase.
8638
fccb08f8
MG
86392016-06-25 Manish Goregaokar <manish@mozilla.com>
8640
8641 PR gdb/20239
8642 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
8643 * gdb.rust/simple.exp: Add test expectations for new NonZero
8644 tests.
fccb08f8 8645
6b850546
DT
86462016-06-24 David Taylor <dtaylor@emc.com>
8647
8648 * gdb.base/offsets.exp: New file.
8649 * gdb.base/offsets.c: New file.
8650
17621150
TT
86512016-06-23 Tom Tromey <tom@tromey.com>
8652
8653 PR gdb/16483:
8654 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8655 before any filters are loaded.
8656
04d59df6
WT
86572016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8658
8659 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8660 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8661 structs.
8662 * gdb.fortran/derived-type-function.exp: New file.
8663 * gdb.fortran/derived-type-function.f90: New file.
8664
8665
ac69f786
PA
86662016-06-21 Pedro Alves <palves@redhat.com>
8667
8668 * gdb.base/new-ui.exp: New file.
8669 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8670 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8671 (with_spawn_id): New procedure.
8672
49940788
PA
86732016-06-21 Pedro Alves <palves@redhat.com>
8674
8675 * gdb.mi/mi-exec-run.exp: New file.
8676
ef274d26
PA
86772016-06-21 Pedro Alves <palves@redhat.com>
8678
8679 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8680 breakpoint command's output on the main UI.
8681 (test_break): New procedure, factored out from calls in the top
8682 level.
8683 (top level): Use foreach_with_prefix to test MI as main UI and as
8684 separate UI.
8685
468afe6c
PA
86862016-06-21 Pedro Alves <palves@redhat.com>
8687
8688 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8689 (test_awatch_creation_and_listing)
8690 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8691 Remove 'type' parameter.
8692 (test_watchpoint_all): New parameter mi_mode. Remove
8693 with_test_prefix.
8694 (top level): Use foreach_with_prefix, and add main/separate UI MI
8695 testing axis.
8696
51f77c37
PA
86972016-06-21 Pedro Alves <palves@redhat.com>
8698
8699 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8700 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8701 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8702 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8703 (gdb_main_spawn_id, mi_spawn_id): Declare and
8704 comment.
8705 (mi_create_inferior_pty): New procedure,
8706 factored out from default_mi_gdb_start.
8707 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8708 procedures.
8709 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8710 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8711 Use mi_create_inferior_pty.
8712 (mi_gdb_start): Use eval to pass down args list.
8713
8980e177
PA
87142016-06-21 Pedro Alves <palves@redhat.com>
8715
8716 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8717 * gdb.opt/inline-cmds.exp: Add MI tests.
8718
f38d3ad1
PA
87192016-06-21 Pedro Alves <palves@redhat.com>
8720
8721 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8722
45db7c09
PA
87232016-06-21 Pedro Alves <palves@redhat.com>
8724
8725 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8726 (top level): Use it instead of mi_execute_to.
8727
5a069ab3
PA
87282016-06-21 Pedro Alves <palves@redhat.com>
8729
8730 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8731 (cont_handler_str): New.
8732 (signal_stop_handler): Set stop_handler_str instead of printing to
8733 stdout.
8734 (continue_handler): Set cont_handler_str instead of printing to
8735 stdout.
8736 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8737 mi_send_resuming_command. Print stop_handler_str and
8738 cont_handler_str instead of expecting the python events print
8739 directly.
8740
2838cc1d
SD
87412016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8742
8743 * gdb.base/jit-reader.exp: New file.
8744 * gdb.base/jithost.c: New file.
8745 * gdb.base/jithost.h: New file.
8746 * gdb.base/jitreader.c : New file.
8747 * gdb.base/jit-protocol.h: New file.
8748
21a77091
YQ
87492016-06-17 Yao Qi <yao.qi@linaro.org>
8750
8751 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8752 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8753 and detach-on-fork. Adjust tests.
8754 (top level): Invoke break_cond_on_syscall with combinations of
8755 syscall, follow-fork-mode and detach-on-fork.
8756
f50bf8e5
YQ
87572016-06-17 Yao Qi <yao.qi@linaro.org>
8758
8759 * gdb.base/step-over-exit.c: New.
8760 * gdb.base/step-over-exit.exp: New.
8761
a28d8e50
YTL
87622016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8763
8764 * gdb.base/float.exp: Add target check for nds32*-*-*.
8765 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8766
cad8e26d
AB
87672016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8768
8769 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8770 for unsupported target features.
8771 * gdb.base/call-rt-st.exp: Likewise.
8772 * gdb.base/call-sc.exp: Likewise.
8773 * gdb.base/call-signal-resume.exp: Likewise.
8774 * gdb.base/call-strs.exp: Likewise.
8775 * gdb.base/callexit.exp: Likewise.
8776 * gdb.base/callfuncs.exp: Likewise.
8777 * gdb.base/nodebug.exp: Likewise.
8778 * gdb.base/printcmds.exp: Likewise.
8779 * gdb.base/ptype.exp: Likewise.
8780 * gdb.base/structs.exp: Likewise.
8781 * gdb.base/unwindonsignal.exp: Likewise.
8782 * gdb.cp/gdb2495.exp: Likewise.
8783 * gdb.cp/templates.exp: Likewise.
8784 * gdb.cp/virtfunc.exp: Likewise.
8785 * gdb.threads/hand-call-in-threads.exp: Likewise.
8786 * gdb.threads/interrupted-hand-call.exp: Likewise.
8787 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8788
347dc102
TT
87892016-06-10 Tom Tromey <tom@tromey.com>
8790
8791 PR rust/20110:
8792 * gdb.rust/expr.exp: Add test for integer constant larger than
8793 i32.
8794
5e13cf25
BH
87952016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8796
8797 * gdb.fortran/nested-funcs.exp: New.
8798 * gdb.fortran/nested-funcs.f90: New.
8799
bb556f1f
TK
88002016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8801
8802 * gdb.base/examine-backward.c: New file.
8803 * gdb.base/examine-backward.exp: New file.
8804
38b022b4
SM
88052016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8806
8807 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8808 matching.
8809
1b40ec05
TT
88102016-06-02 Tom Tromey <tom@tromey.com>
8811
8812 PR python/18984:
8813 * gdb.python/py-shared.exp: Add solib_name test.
8814
193bd378
SM
88152016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8816
8817 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8818
3326303b
MG
88192016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8820
8821 PR c++/19893
8822 * gdb.dwarf2/implref.exp: Rename to...
8823 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8824 * gdb.dwarf2/implref-array.c: New file.
8825 * gdb.dwarf2/implref-array.exp: Likewise.
8826 * gdb.dwarf2/implref-global.c: Likewise.
8827 * gdb.dwarf2/implref-global.exp: Likewise.
8828 * gdb.dwarf2/implref-struct.c: Likewise.
8829 * gdb.dwarf2/implref-struct.exp: Likewise.
8830
825c8ef2
AT
88312016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8832
8833 * gdb.trace/trace-condition.exp: Add 64bit tests.
8834
2320162a
AT
88352016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8836
8837 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8838 bits types.
8839 (main): Adapt to 8 to 64 bits types.
8840 * gdb.trace/trace-condition.exp: Add new tests.
8841
a7818233
AT
88422016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8843
8844 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8845
0d336466
AT
88462016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8847
8848 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8849 Move condition tests...
8850 * gdb.trace/trace-condition.exp: Here.
8851
7faeb45a
AT
88522016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8853
8854 * gdb.trace/trace-condition.exp: Add counter-case tests.
8855
e385593e
JK
88562016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8857
8858 PR c++/15231
8859 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8860 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8861
744608cc
PA
88622016-05-27 Pedro Alves <palves@redhat.com>
8863
8864 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8865 New procedure.
8866 (top level): Call it, and bail out of DejaGnu is known to be bad.
8867
ac775bf4
AB
88682016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8869
8870 * gdb.base/whatis.c: Extend the test case.
8871 * gdb.base/whatis.exp: Add additional tests.
8872
2bbad2ea
BH
88732016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8874
8875* gdb.fortran/type.f90: Add pointer variable.
8876* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8877
8b70175d
BH
88782016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8879
8880 * gdb.fortran/vla-type.exp: Fix testcase name.
8881
86d8a848
BH
88822016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8883
8884 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8885
e188eb36
BH
88862016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8887
8888 * gdb.fortran/type.f90: Add nested structures.
8889 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8890 * gdb.fortran/derived-type.exp: Adapt expected output.
8891 * gdb.fortran/vla-type.exp: Adapt expected output.
8892
9b2db1fd
BH
88932016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8894
8895 * gdb.fortran/whatis_type.exp: Adapt expected output.
8896
72b17055
BH
88972016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8898
8899 * gdb.fortran/print_type.exp: Fix expected output.
8900 * gdb.fortran/whatis_type.exp: Fix expected output.
8901
3cd81d8d
BH
89022016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8903
8904 * gdb.fortran/whatis_type.exp: Use multi_line.
8905
ddae9462
TT
89062016-05-24 Tom Tromey <tom@tromey.com>
8907
8908 PR python/17386:
8909 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8910 use value as an index.
8911
1957f6b8
TT
89122016-05-23 Tom Tromey <tom@tromey.com>
8913
8914 PR python/17981:
8915 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8916 no-breakpoint case.
8917
026a9174
PA
89182016-05-24 Pedro Alves <palves@redhat.com>
8919
8920 PR gdb/19828
8921 * gdb.threads/clone-attach-detach.c: New file.
8922 * gdb.threads/clone-attach-detach.exp: New file.
8923
e70a7231
FR
89242016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8925
8926 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8927
0f6ed0e0
TT
89282016-05-23 Tom Tromey <tom@tromey.com>
8929
8930 PR python/19438, PR python/18393:
8931 * gdb.python/py-progspace.exp: Add "dir" test.
8932 * gdb.python/py-objfile.exp: Add "dir" test.
8933
ffd19d61
YQ
89342016-05-23 Yao Qi <yao.qi@linaro.org>
8935
8936 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8937 * gdb.arch/thumb2-it.exp: Likewise.
8938
9e8f9b05
SM
89392016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8940
8941 * gdb.mi/mi-threads-interrupt.c: New file.
8942 * gdb.mi/mi-threads-interrupt.exp: New file.
8943
61c6156d
SM
89442016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8945
8946 PR gdb/18077
8947 * gdb.mi/mi-async-run.exp: New file.
8948 * gdb.mi/mi-async-run.c: New file.
8949
67218854
TT
89502016-05-17 Tom Tromey <tom@tromey.com>
8951 Manish Goregaokar <manishsmail@gmail.com>
8952
8953 * lib/rust-support.exp: New file.
8954 * lib/gdb.exp (skip_rust_tests): New proc.
8955 (build_executable_from_specs): Handle rust.
8956 * lib/future.exp (gdb_find_rustc): New proc.
8957 (gdb_default_target_compile): Handle rust.
8958 * gdb.rust/expr.exp: New file.
8959 * gdb.rust/generics.exp: New file.
8960 * gdb.rust/generics.rs: New file.
8961 * gdb.rust/methods.exp: New file.
8962 * gdb.rust/methods.rs: New file.
8963 * gdb.rust/modules.exp: New file.
8964 * gdb.rust/modules.rs: New file.
8965 * gdb.rust/simple.exp: New file.
8966 * gdb.rust/simple.rs: New file.
8967
c44af4eb
TT
89682016-05-17 Tom Tromey <tom@tromey.com>
8969
8970 * gdb.base/default.exp (set language): Add rust.
8971
dcd1f979
TT
89722016-05-17 Tom Tromey <tom@tromey.com>
8973
8974 * gdb.gdb/unittest.exp: New file.
8975
155b7f57
YQ
89762016-05-16 Yao Qi <yao.qi@linaro.org>
8977
8978 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8979 shell_prompt. Update shell_prompt_re.
8980
8ddd5a6c
DE
89812016-05-12 Doug Evans <dje@google.com>
8982
8983 PR symtab/19999
8984 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
8985 $options when building executable.
8986 * gdb.dwarf2/fission-loclists-pie.S: New file.
8987 * gdb.dwarf2/fission-loclists-pie.exp: New file.
8988
02e370d9
SM
89892016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8990
8991 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
8992 of [is_remote target],
8993
8929ad8b
SM
89942016-05-04 Simon Marchi <simon.marchi@ericsson.com>
8995
8996 * lib/gdb.exp (use_gdb_stub): New procedure.
8997
6c447423
DE
89982016-05-03 Yunlian Jiang <yunlian@google.com>
8999 Doug Evans <dje@google.com>
9000
9001 PR symtab/19914
9002 * gdb.dwarf2/dwp-sepdebug.c: New file.
9003 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9004
444e826c
SM
90052016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9006
9007 * gdb.base/detach.exp: Remove is_remote check.
9008
740feeaa
SM
90092016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9010
9011 * gdb.base/annota-input-while-running.exp: Don't check for
9012 [is_remote target]. Enable annotations after running to main.
9013 Remove unused "set test..." line.
9014
9080ac9d
SM
90152016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9016
9017 * gdb.trace/trace-enable-disable.exp: New file.
9018 * gdb.trace/trace-enable-disable.c: New file.
9019
952ebca5
SM
90202016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9021
9022 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9023 use it in info sharedlibrary test.
9024 * gdb.trace/ftrace-lock.exp: Likewise.
9025 * gdb.trace/ftrace.exp: Likewise.
9026 * gdb.trace/range-stepping.exp: Likewise.
9027 * gdb.trace/trace-break.exp: Likewise.
9028 * gdb.trace/trace-condition.exp: Likewise.
9029 * gdb.trace/trace-mt.exp: Likewise.
9030
d9019901
SM
90312016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9032
9033 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9034 (gdb_load_shlib): ... this.
9035 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9036 gdb_load_shlib.
9037 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9038 * gdb.base/ctxobj.exp: Likewise.
9039 * gdb.base/dprintf-pending.exp: Likewise.
9040 * gdb.base/dso2dso.exp: Likewise.
9041 * gdb.base/fixsection.exp: Likewise.
9042 * gdb.base/gcore-relro.exp: Likewise.
9043 * gdb.base/gdb1555.exp: Likewise.
9044 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9045 * gdb.base/gnu-ifunc.exp: Likewise.
9046 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9047 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9048 * gdb.base/pending.exp: Likewise.
9049 * gdb.base/print-file-var.exp: Likewise.
9050 * gdb.base/print-symbol-loading.exp: Likewise.
9051 * gdb.base/shlib-call.exp: Likewise.
9052 * gdb.base/shreloc.exp: Likewise.
9053 * gdb.base/so-impl-ld.exp: Likewise.
9054 * gdb.base/solib-disc.exp: Likewise.
9055 * gdb.base/solib-nodir.exp: Likewise.
9056 * gdb.base/solib-overlap.exp: Likewise.
9057 * gdb.base/solib-symbol.exp: Likewise.
9058 * gdb.base/solib-weak.exp (do_test): Likewise.
9059 * gdb.base/sym-file.exp: Likewise.
9060 * gdb.base/symtab-search-order.exp: Likewise.
9061 * gdb.base/type-opaque.exp: Likewise.
9062 * gdb.base/unload.exp: Likewise.
9063 * gdb.base/watchpoint-solib.exp: Likewise.
9064 * gdb.compile/compile.exp: Likewise.
9065 * gdb.cp/gdb2384.exp: Likewise.
9066 * gdb.cp/infcall-dlopen.exp: Likewise.
9067 * gdb.cp/re-set-overloaded.exp: Likewise.
9068 * gdb.fortran/library-module.exp: Likewise.
9069 * gdb.opt/solib-intra-step.exp: Likewise.
9070 * gdb.python/py-finish-breakpoint.exp: Likewise.
9071 * gdb.python/py-shared.exp: Likewise.
9072 * gdb.reverse/solib-precsave.exp: Likewise.
9073 * gdb.reverse/solib-reverse.exp: Likewise.
9074 * gdb.server/solib-list.exp: Likewise.
9075 * gdb.threads/dlopen-libpthread.exp: Likewise.
9076 * gdb.threads/tls-shared.exp: Likewise.
9077 * gdb.threads/tls-so_extern.exp: Likewise.
9078 * gdb.trace/change-loc.exp: Likewise.
9079 * gdb.trace/ftrace-lock.exp: Likewise.
9080 * gdb.trace/ftrace.exp: Likewise.
9081 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9082 * gdb.trace/pending.exp: Likewise.
9083 * gdb.trace/range-stepping.exp: Likewise.
9084 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9085 (strace_info_marker): Likewise.
9086 (strace_probe_marker): Likewise.
9087 (strace_trace_on_same_addr): Likewise.
9088 (strace_trace_on_diff_addr): Likewise.
9089 * gdb.trace/trace-break.exp: Likewise.
9090 * gdb.trace/trace-condition.exp: Likewise.
9091 * gdb.trace/trace-mt.exp: Likewise.
9092
fca4cfd9
SM
90932016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9094
9095 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9096 result of gdb_remote_download.
9097 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9098 * gdb.base/dso2dso.exp: Likewise.
9099 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9100 * gdb.base/print-file-var.exp: Likewise.
9101 * gdb.base/shlib-call.exp: Likewise.
9102 * gdb.base/shreloc.exp: Likewise.
9103 * gdb.base/solib-overlap.exp: Likewise.
9104 * gdb.base/solib-weak.exp (do_test): Likewise.
9105 * gdb.base/unload.exp: Likewise.
9106
11cf4ffb
YQ
91072016-04-27 Yao Qi <yao.qi@linaro.org>
9108
9109 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9110 exists.
9111
3e2e34f8
KB
91122016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9113
9114 * vla-type.exp: Print structure from toplevel.
9115
8f07e298
BH
91162016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9117
9118 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9119 of dynamic types.
9120 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9121 of dynamic types.
9122
9920b434
BH
91232016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9124
9125 * gdb.fortran/vla-type.f90: New file.
9126 * gdb.fortran/vla-type.exp: New file.
9127
f3abeff5
YQ
91282016-04-25 Yao Qi <yao.qi@linaro.org>
9129
9130 * gdb.base/branch-to-self.c: New file.
9131 * gdb.base/branch-to-self.exp: New file.
9132
0a5d52f0
YQ
91332016-04-22 Yao Qi <yao.qi@linaro.org>
9134
9135 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9136 more after $hex.
9137
495346f6
YQ
91382016-04-22 Yao Qi <yao.qi@linaro.org>
9139
9140 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9141 * gdb.base/annota3.exp: Likewise.
9142
4a7e075c
YQ
91432016-04-22 Yao Qi <yao.qi@linaro.org>
9144
9145 * gdb.reverse/step-precsave.exp: Do one step and test program
9146 stops in "callee" and do multiple steps until program goes out
9147 of "callee".
9148 * gdb.reverse/step-reverse.exp: Likewise.
9149
5b061e98
YQ
91502016-04-22 Yao Qi <yao.qi@linaro.org>
9151
9152 * gdb.trace/signal.exp: Also pass if
9153 $tracepoint_hits($i) > $iterations.
9154
5c5dc57f
YQ
91552016-04-22 Yao Qi <yao.qi@linaro.org>
9156
9157 * gdb.trace/signal.c: New file.
9158 * gdb.trace/signal.exp: New file.
9159
a55411b9
DE
91602016-04-19 Doug Evans <xdje42@gmail.com>
9161
9162 * gdb.base/bad-file.exp: New file.
9163
a22df60a
MG
91642016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9165
9166 * gdb.dwarf2/implref.exp: New file.
9167
0c13f7e5
BH
91682016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9169
9170 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9171 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9172 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9173 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9174 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9175 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9176 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9177 * lib/fortran.exp (fortran_int4): New procedure.
9178 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9179 (fortran_logical4): Likewise.
9180
9b9b09e9
BH
91812016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9182
9183 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9184
a14d1f4d
BH
91852016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9186
9187 * lib/compiler.c: Add Intel specific preprocessor macros.
9188 * lib/compiler.cc: Likewise.
25d49b86 9189
7d49b1d0
LM
91902016-04-13 Luis Machado <lgustavo@codesourcery.com>
9191
9192 * gdb.server/connect-with-no-symbol-file.c: New file.
9193 * gdb.server/connect-with-no-symbol-file.exp: New file.
9194
8392fa22
SM
91952016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9196
9197 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9198
8c4c4aeb
SM
91992016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9200
9201 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9202 standard output directory.
9203
45e3745e
AT
92042016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9205
9206 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9207
e26b7e41
MM
92082016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9209
9210 * gdb.btrace/instruction_history.c (loop): Add declaration.
9211
8ce09462
AT
92122016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9213
9214 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9215
2e88a1ea
SM
92162016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9217
9218 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9219 parentheses to print.
9220 (continue_handler): Likewise.
9221
f48e22e3
SM
92222016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9223
9224 * gdb.server/solib-list.exp: Remove is_remote check.
9225 Pass shlib= to gdb_compile. Don't link shared library with
9226 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9227 Run binary filename through "readlink -f" on the target.
9228
096be756
PA
92292016-04-08 Pedro Alves <palves@redhat.com>
9230
9231 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9232 interpreter filename as argument to gdbserver_spawn.
9233 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9234 Return empty if $last_loaded_file does not exist.
9235
06500533
JK
92362016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9237
9238 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9239 * gdb.base/jit-main.c: Use exit after usage.
9240
2d35e871
JK
92412016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9242
9243 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9244 GDBHISTSIZE prior to the tests.
9245 * gdb.base/gdbinit-history.exp: Likewise.
9246
92472016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
9248
9249 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9250 instead of build_executable. Use gdb_load_shlibs.
9251
c8064e7e
YQ
92522016-04-07 Yao Qi <yao.qi@linaro.org>
9253
9254 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9255 Execute "si" command.
9256
bde47561
YQ
92572016-04-07 Yao Qi <yao.qi@linaro.org>
9258
9259 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9260 number instead of the comments on some line.
9261
b16f8a3b
DB
92622016-04-06 Don Breazeal <donb@codesourcery.com>
9263
9264 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9265 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9266
c2f901df
SM
92672016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9268
9269 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9270 standard_output_file. Remove unused binfile variable.
9271
ac17fda0
CU
92722016-04-05 Catalin Udma <catalin.udma@freescale.com>
9273
9274 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9275 * gdb.python/py-mi-objfile.exp: Match "list main" output
9276 in console format.
9277
03a8c4df
SM
92782016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9279
9280 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9281 absolute.
9282
6e774b13
SM
92832016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9284
9285 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9286 absolute.
9287 * gdb.trace/ftrace.exp: Likewise.
9288 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9289 targets as well.
9290 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9291 (gdb_load_shlibs): Copy libraries to test directory when testing
9292 natively. Only set solib-search-path if testing remotely.
9293 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9294
7817ea46
SM
92952016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9296
9297 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9298 gdb_download. Use it even if the target is not remote.
9299 * gdb.base/jit.exp (compile_jit_test): Likewise.
9300 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9301 output directory if the destination board is local, otherwise use
9302 the standard remote_download from DejaGnu.
9303 (gdb_download): Remove.
9304 (gdb_load_shlibs): Use gdb_remote_download instead of
9305 gdb_download.
9306 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9307 Use gdb_remote_download instead of gdb_download. Use it even if
9308 the target is not remote.
9309 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9310 instead of gdb_download.
9311
7beb7f68
SM
93122016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9313
9314 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9315 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9316 run.
9317
cc63428a
AV
93182016-04-01 Artemiy Volkov <artemiyv@acm.org>
9319
9320 PR gdb/19820
9321 * gdb.base/printcmds.exp: Add artificial arrays tests.
9322
64cdf930
PA
93232016-03-31 Pedro Alves <palves@redhat.com>
9324
9325 PR gdb/19858
9326 * gdb.base/jit-main.c: Include unistd.h.
9327 (ATTACH): Define to 0 if not already defined.
9328 (wait_for_gdb, mypid): New globals.
9329 (WAIT_FOR_GDB): New macro.
9330 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9331 some breakpoint locations.
9332 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9333 New procedures.
9334 (one_jit_test): Add REATTACH parameter, and handle it. Use
9335 continue_to_test_location.
9336 (top level): Test attach, and adjusts calls to one_jit_test.
9337
40dea8cb
PA
93382016-03-31 Pedro Alves <palves@redhat.com>
9339
9340 PR gdb/19858
9341 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9342 BINSUFFIX parameter, and handle it.
9343 (top level): Adjust calls compile_jit_test.
9344
e7ea3ec7
CU
93452016-03-31 Catalin Udma <catalin.udma@freescale.com>
9346
9347 PR python/19743
9348 * gdb.python/py-mi-events-gdb.py: New file.
9349 * gdb.python/py-mi-events.c: New file.
9350 * gdb.python/py-mi-events.exp: New file.
9351
e6359af3
YQ
93522016-03-30 Yao Qi <yao.qi@linaro.org>
9353
9354 * gdb.reverse/until-precsave.exp: Match function name only.
9355 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9356 Move malloc to a condition block.
9357 * gdb.reverse/until-reverse.exp: Match function name only.
9358
a4105d04
MK
93592016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9360
9361 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9362 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9363 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9364 variable for GPR 0 instead of assuming it is register 0.
9365 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9366 * lib/trace-support.exp: Add s390 registers.
9367
bfa6adb9
YQ
93682016-03-29 Yao Qi <yao.qi@linaro.org>
9369
9370 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9371
1e6697ea
YQ
93722016-03-24 Yao Qi <yao.qi@linaro.org>
9373
9374 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9375 test message.
9376
64bcd522
AA
93772016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9378
9379 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9380 maintaining separate logic for constructing the output path.
9381
7868401b
DB
93822016-03-16 Don Breazeal <donb@codesourcery.com>
9383
9384 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9385 Retry fork and waitpid on interrupted system call errors.
9386 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9387 Use with_timeout_factor to increase timeout by factor of 10.
9388
1cafadb4
DB
93892016-03-15 Don Breazeal <donb@codesourcery.com>
9390
9391 * gdb.cp/scope-err.cc: New test program.
9392 * gdb.cp/scope-err.exp: New test script.
9393 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9394 lines and "set breakpoint here" comment.
9395 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9396 Fixed some whitespace and format issues.
9397 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9398 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9399
81516450
DE
94002016-03-15 Doug Evans <dje@google.com>
9401
9402 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9403 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9404 All callers updated. Add tests for enums, mixed flags register.
9405
aa52b601
DE
94062016-03-15 Doug Evans <dje@google.com>
9407
9408 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9409 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9410
fa4ff313
SM
94112016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9412
9413 * gdb.base/default.exp: Add $_as_string to the list of expected
9414 convenience functions.
9415
f2403c39
AB
94162016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9417
9418 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9419
f2f3ccb9
SM
94202016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9421
9422 * gdb.python/py-as-string.exp: New file.
9423 * gdb.python/py-as-string.c: New file.
9424
00dbd492
PA
94252016-03-09 Pedro Alves <palves@redhat.com>
9426
9427 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9428 signal" -> "Thread NN received signal" output change.
9429 * gdb.threads/ia64-sigill.exp: Likewise.
9430 * gdb.threads/linux-dp.exp: Likewise.
9431 * gdb.threads/manythreads.exp: Likewise.
9432 * gdb.threads/pending-step.exp: Likewise.
9433 * gdb.threads/print-threads.exp: Likewise.
9434 * gdb.threads/sigstep-threads.exp: Likewise.
9435 * gdb.threads/staticthreads.exp: Likewise.
9436 * gdb.threads/tls.exp: Likewise.
9437
1e6697ea
YQ
94382016-03-09 Pedro Alves <palves@redhat.com>
9439
9440 * gdb.base/command-line-input.exp: New file.
9441
b04fd3be
MK
94422016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9443
9444 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9445 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9446 * gdb.trace/pending.exp: Accept leading dot before function name.
9447 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9448 * lib/trace-support.exp: Set registers for ppc.
9449
98fa59e9
MK
94502016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9451
9452 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9453 use it for disassembly; accept .main in addition to main in backtrace.
9454
f77198c8
MK
94552016-03-09 Wei-cheng Wang <cole945@gmail.com>
9456 Marcin Kościelnicki <koriakin@0x04.net>
9457
9458 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9459 (gdb_recursion_test_ptr): New global variable.
9460 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9461 gdb_recursion_test.
9462 (gdb_c_test): Ditto.
9463
ba84e0da
MK
94642016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9465
9466 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9467 ordering.
9468
4366d36e
MK
94692016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9470
9471 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9472 (bar): Add bar_start_lbl label.
9473 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9474 of foo/bar for emitting DWARF and tracing.
9475
5eb264df
SDJ
94762016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9477
9478 * analyze-racy-logs.py: Set executable bit.
9479
fb6a751f
SDJ
94802016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9481
9482 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9483 (CHECK_TARGET_TMP): Likewise.
9484 (check-single-racy): New rule.
9485 (check-parallel-racy): Likewise.
9486 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9487 (do-check-parallel-racy): New rule.
9488 (check-racy/%.exp): Likewise.
9489 * README (Racy testcases): New section.
9490 * analyze-racy-logs.py: New file.
9491
bdf7e230
DE
94922016-03-03 Doug Evans <dje@google.com>
9493
9494 * gdb.base/skip.exp: Use with_test_prefix.
9495
4719d415
YQ
94962016-03-03 Yao Qi <yao.qi@linaro.org>
9497
9498 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9499 Invoke step_over_syscall "clone" and break_cond_on_syscall
9500 "clone".
9501 * gdb.base/step-over-clone.c: New file.
9502
ea507862
YQ
95032016-03-03 Yao Qi <yao.qi@linaro.org>
9504
9505 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9506 code format.
9507
8fc8cbda
YQ
95082016-03-03 Yao Qi <yao.qi@linaro.org>
9509
9510 * gdb.base/disp-step-fork.c: Rename to ...
9511 * gdb.base/step-over-fork.c: ... it. New file.
9512 * gdb.base/disp-step-vfork.c: Rename to ...
9513 * gdb.base/step-over-vfork.c: ... it. New file.
9514 * gdb.base/disp-step-syscall.exp: Rename to ...
9515 * gdb.base/step-over-syscall.exp: ... it. New file.
9516 (disp_step_cross_syscall): Rename to ...
9517 (step_over_syscall): ... it.
9518
92fa70b0
YQ
95192016-03-03 Yao Qi <yao.qi@linaro.org>
9520
9521 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9522 If target supports condition evaluation on target, invoke
9523 break_cond_on_syscall for fork and vfork.
9524
e197ad3c
YQ
95252016-03-03 Yao Qi <yao.qi@linaro.org>
9526
9527 * gdb.base/disp-step-syscall.exp: Don't invoke
9528 support_displaced_stepping.
9529 (disp_step_cross_syscall): Test with displaced stepping off and
9530 on if supported.
9531
0b47da9f
YQ
95322016-03-03 Yao Qi <yao.qi@linaro.org>
9533
9534 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9535 proc.
9536 (setup): New proc.
9537 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9538 and setup.
9539
065ab6dc
BH
95402016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9541
9542 * gdb.fortran/vla-history.exp: Remove breakpoint.
9543
07e448ad 95442016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9545
25d49b86
PA
9546 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9547 exceeds timeout.
07e448ad 9548
9ac2d526 95492016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9550
25d49b86
PA
9551 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9552 breakpoint.
9ac2d526 9553
17807369
BH
95542016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9555
9556 * gdb.mi/vla.f90: Nullify pointer after declaration.
9557
86e501af
PA
95582016-03-01 Pedro Alves <palves@redhat.com>
9559
9560 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9561
1e903e32
PA
95622016-03-01 Pedro Alves <palves@redhat.com>
9563
9564 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9565 before anything else.
9566 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9567 _GNU_SOURCE here.
9568 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9569 before anything else.
9570 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9571
6ccb54e2
PA
95722016-03-01 Pedro Alves <palves@redhat.com>
9573
9574 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9575
30ca9da1
YQ
95762016-03-01 Yao Qi <yao.qi@linaro.org>
9577
9578 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9579 prepare_for_testing.
9580
dc856b38
YQ
95812016-03-01 Yao Qi <yao.qi@linaro.org>
9582
9583 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9584
4a932159
AA
95852016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9586
9587 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9588 manually constructing the output path.
9589
f2489477
AA
95902016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9591
9592 * gdb.arch/s390-stackless.S: New.
9593 * gdb.arch/s390-stackless.exp: New.
9594
38899f16
IB
95952016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9596
9597 * gdb.dlang/circular.c: New file.
9598 * gdb.dlang/circular.exp: New file.
9599
9fde51ed
YQ
96002016-02-26 Yao Qi <yao.qi@linaro.org>
9601
9602 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9603 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9604 (testcases): Update.
9605
ce90fefe
YQ
96062016-02-26 Yao Qi <yao.qi@linaro.org>
9607
9608 * gdb.reverse/aarch64.c: Rename to ...
9609 * gdb.reverse/insn-reverse.c: ... it.
9610 * gdb.reverse/aarch64.exp: Rename to ...
9611 * gdb.reverse/insn-reverse.exp: ... it.
9612
3263bceb
YQ
96132016-02-26 Yao Qi <yao.qi@linaro.org>
9614
9615 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9616 (testcase_ftype): New.
9617 (testcases): New array.
9618 (n_testcases): New.
9619 (main): Call each element in testcases.
9620 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9621 (read_testcase): New.
9622 Do the tests in a loop.
9623
6cb59ff1
YQ
96242016-02-25 Yao Qi <yao.qi@linaro.org>
9625
9626 * gdb.base/branches.c: Remove.
9627
ae91f625
MK
96282016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9629
9630 PR gdb/13808
9631 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9632
678b48b7
MK
96332016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9634
9635 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9636
7337a6f2
MK
96372016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9638
9639 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9640 change x86_64 call_insn to 'callq'.
9641
861ca91f
AT
96422016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9643
9644 * gdb.trace/tfile-avx.c: Move to...
9645 * gdb.trace/tracefile-pseudo-reg.c: Here.
9646 * gdb.trace/tfile-avx.exp: Move to...
9647 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9648
bf74e428
GB
96492016-02-24 Gary Benson <gbenson@redhat.com>
9650
9651 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9652 message on attach.
9653
cce0e923
DE
96542016-02-23 Doug Evans <dje@google.com>
9655
9656 * gdb.base/skip.c (test_skip): New function.
9657 (end_test_skip_file_and_function): New function.
9658 (test_skip_file_and_function): New function.
9659 * gdb.base/skip1.c (test_skip): New function.
9660 (skip1_test_skip_file_and_function): New function.
9661 * gdb.base/skip.exp: Add tests for new skip options.
9662 * gdb.base/skip-solib.exp: Update expected output.
9663 * gdb.perf/skip-command.cc: New file.
9664 * gdb.perf/skip-command.exp: New file.
9665 * gdb.perf/skip-command.py: New file.
9666
4000e47e
MK
96672016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9668
9669 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9670 info registers pattern.
9671
24f75ead
IB
96722016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9673
9674 * lib/future.exp: Add D support.
9675 (gdb_find_gdc): New proc.
9676 (gdb_default_target_compile): Add D support.
9677
fbb7bcbe
WW
96782016-02-18 Wei-cheng Wang <cole945@gmail.com>
9679
9680 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9681 user+system time.
9682 (trace_speed_test): Determine the iteration count for a time
9683 between 15..30 seconds.
9684
012b3a21
WT
96852016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9686
9687 * gdb.arch/i386-mpx-sigsegv.c: New file.
9688 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9689 * gdb.arch/i386-mpx-simple_segv.c: New file.
9690 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9691
2d5189bd
YQ
96922016-02-18 Yao Qi <yao.qi@linaro.org>
9693
9694 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9695 Don't call setup_kfail.
9696
40fb20d0
YQ
96972016-02-18 Yao Qi <yao.qi@linaro.org>
9698
9699 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9700 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9701
21b1f8d2
DE
97022016-02-16 Doug Evans <dje@google.com>
9703
9704 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9705 * gdb.base/skip1.c: Ditto.
9706 * gdb.base/skip.exp: Whitespace cleanup.
9707
4041ed77
DB
97082016-02-16 Don Breazeal <donb@codesourcery.com>
9709
9710 PR remote/19496
9711 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9712 Remove kfail for PR remote/19496.
9713
c4ef31bf
SM
97142016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9715
9716 * lib/gdb.exp (standard_temp_file): Return a path specific to
9717 the runtest invocation.
9718
266b65b3
SM
97192016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9720
9721 * gdb.trace/save-trace.exp: Change relative path to be in the
9722 standard output directory.
9723
a7a0a6a9
JK
97242016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9725
9726 * gdb.arch/i386-prologue.c: Add missing prototypes.
9727
c99dbb42
JK
97282016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9729
9730 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9731 * gdb.arch/i386-prologue.exp: Likewise.
9732 * gdb.arch/i386-size.exp: Likewise.
9733
aa480355
SM
97342016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9735
9736 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9737 define object file path.
9738 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9739 file path.
9740 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9741 standard_output_file to define binfile.
9742
ba881f50
JK
97432016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9744
9745 Fix compatibility with recent gfortran-5.3.1.
9746 * gdb.fortran/vla-history.exp (print vla1 allocated)
9747 (print vla2 allocated, print $2, print $3): Remove
9748 (print $4): Rename to ...
9749 (print $2): ... here.
9750 (print $9): Rename to ...
9751 (print $5): ... here.
9752 (print $10): Rename to ...
9753 (print $6): ... here.
9754 * gdb.fortran/vla.f90: Add pvla initialization.
9755
e9fb005c
JK
97562016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9757
9758 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9759 New test.
9760 * gdb.fortran/vla-value-sub.exp: Likewise.
9761
e44e00ff
MK
97622016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9763
9764 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9765
97e94151
SM
97662016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9767
9768 * i386-biarch-core.exp: Define corefile using
9769 standard_output_file.
9770
01113bc1
YQ
97712016-02-12 Yao Qi <yao.qi@linaro.org>
9772
9773 * gdb.arch/arm-single-step-kernel-helper.c: New.
9774 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9775
33b4777c
MM
97762016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9777
9778 * gdb.btrace/tailcall-only.exp: New.
9779 * gdb.btrace/tailcall-only.c: New.
9780 * gdb.btrace/x86_64-tailcall-only.S: New.
9781 * gdb.btrace/i686-tailcall-only.S: New.
9782
acc23c11
PA
97832016-02-11 Pedro Alves <palves@redhat.com>
9784
9785 * README (Parallel testing): Add missing double quotes.
9786
e352bf0a
PA
97872016-02-11 Pedro Alves <palves@redhat.com>
9788
9789 * README (Parallel testing): New section.
9790 (GDB_PARALLEL): Rewrite.
9791 (FORCE_PARALLEL): Document.
9792
9f5fed78
MK
97932016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9794
9795 * gdb.trace/tfile-avx.c: New test.
9796 * gdb.trace/tfile-avx.exp: New test.
9797
9ef9e6a6
KS
97982016-02-09 Keith Seitz <keiths@redhat.com>
9799
9800 PR breakpoints/19546
9801 * gdb.base/infcall-exec.c: New file.
9802 * gdb.base/infcall-exec2.c: New file.
9803 * gdb.base/infcall-exec.exp: New file.
9804
a96e36da
KS
98052016-02-09 Keith Seitz <keiths@redhat.com>
9806
9807 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9808 (toplevel): Call test_bkpt_address.
9809
9f61929f
KS
98102016-02-09 Keith Seitz <keiths@redhat.com>
9811
9812 PR python/19506
9813 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9814 (toplevel): Call test_bkpt_address.
9815
1e94266c
SM
98162016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9817
9818 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9819 to AC_OUTPUT.
9820 * configure: Regenerate.
9821
2a7f3dff
PA
98222016-02-09 Pedro Alves <palves@redhat.com>
9823
9824 PR breakpoints/19548
9825 * gdb.base/execl-update-breakpoints.c (some_function): New
9826 function.
9827 (main): Call it.
9828 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9829 Tighten expected GDB output.
9830
2151ccc5
SM
98312016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9832
9833 * Makefile.in (ALL_SUBDIRS): Remove.
9834 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9835 (distclean maintainer-clean realclean): Likewise.
9836 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9837 * configure: Regenerate.
9838 * gdb.ada/Makefile.in: Delete.
9839 * gdb.arch/Makefile.in: Likewise.
9840 * gdb.asm/Makefile.in: Likewise.
9841 * gdb.base/Makefile.in: Likewise.
9842 * gdb.btrace/Makefile.in: Likewise.
9843 * gdb.cell/Makefile.in: Likewise.
9844 * gdb.compile/Makefile.in: Likewise.
9845 * gdb.cp/Makefile.in: Likewise.
9846 * gdb.disasm/Makefile.in: Likewise.
9847 * gdb.dlang/Makefile.in: Likewise.
9848 * gdb.dwarf2/Makefile.in: Likewise.
9849 * gdb.fortran/Makefile.in: Likewise.
9850 * gdb.gdb/Makefile.in: Likewise.
9851 * gdb.go/Makefile.in: Likewise.
9852 * gdb.guile/Makefile.in: Likewise.
9853 * gdb.java/Makefile.in: Likewise.
9854 * gdb.linespec/Makefile.in: Likewise.
9855 * gdb.mi/Makefile.in: Likewise.
9856 * gdb.modula2/Makefile.in: Likewise.
9857 * gdb.multi/Makefile.in: Likewise.
9858 * gdb.objc/Makefile.in: Likewise.
9859 * gdb.opencl/Makefile.in: Likewise.
9860 * gdb.opt/Makefile.in: Likewise.
9861 * gdb.pascal/Makefile.in: Likewise.
9862 * gdb.perf/Makefile.in: Likewise.
9863 * gdb.python/Makefile.in: Likewise.
9864 * gdb.reverse/Makefile.in: Likewise.
9865 * gdb.server/Makefile.in: Likewise.
9866 * gdb.stabs/Makefile.in: Likewise.
9867 * gdb.threads/Makefile.in: Likewise.
9868 * gdb.trace/Makefile.in: Likewise.
9869 * gdb.xml/Makefile.in: Likewise.
9870 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9871 GDB_PARALLEL.
9872 (standard_output_file): Remove check for GDB_PARALLEL, always
9873 return path in outputs/$subdir/$testname.
9874
437277d4
SM
98752016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9876
9877 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9878 (site.exp): Assign abs_srcdir to tcl's srcdir.
9879
31d913c7
YQ
98802016-02-04 Yao Qi <yao.qi@linaro.org>
9881
9882 * gdb.base/foll-exec-mode.c: Include limits.h.
9883 (main): Add parameters argc and argv. Get directory from
9884 argv[0].
9885 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9886 compilation.
9887 * gdb.base/foll-exec.c: Include limits.h.
9888 (main): Add parameters argc and argv.
9889 Get directory from argv[0].
9890 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9891 Adjust tests on the number of lines as source code changed.
9892 * gdb.base/foll-vfork-exit.c: Include limits.h.
9893 (main): Add one line of statement before vfork.
9894 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9895 (main): Add parameters argc and argv. Get directory from
9896 argv[0].
9897 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9898 (setup_gdb): Set tbreak to skip some source lines.
9899 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9900 (main): Add parameters argc and argv. Get directory from
9901 argv[0].
9902 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9903 compilation.
9904 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9905 (main): Add parameters argc and argv. Get directory from
9906 argv[0].
9907 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9908 compilation.
9909
9482b9fb
DE
99102016-02-01 Doug Evans <dje@google.com>
9911
9912 * gdb.base/skip.exp: Clean up multiple references to same test name.
9913
6b2e4f10
PA
99142016-02-01 Pedro Alves <palves@redhat.com>
9915
ccb6afd6 9916 PR remote/19496
6b2e4f10
PA
9917 * gdb.threads/forking-threads-plus-breakpoint.exp
9918 (displaced_stepping_supported): New global.
9919 (probe_displaced_stepping_support): New procedure.
9920 (do_test): Add 'displaced' parameter, and use it.
9921 (top level): Check for displaced stepping support. Add displaced
9922 stepping on/off testing axis.
9923
37a8db1a
AB
99242016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9925
9926 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9927 pointer. Don't perform further tests on the unassociated pointer
9928 if the first test fails.
9929
5fdf6324
AB
99302016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9931
9932 * gdb.base/max-value-size.c: New file.
9933 * gdb.base/max-value-size.exp: New file.
9934 * gdb.base/huge.exp: Disable max-value-size for this test.
9935
935c6144
IB
99362016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9937
9938 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9939
7fe8399d
YQ
99402016-01-28 Yao Qi <yao.qi@linaro.org>
9941
9942 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9943
a2077e25
PA
99442016-01-25 Pedro Alves <palves@redhat.com>
9945
9946 PR threads/19461
9947 * gdb.base/fork-running-state.c: New file.
9948 * gdb.base/fork-running-state.exp: New file.
9949
1d2736d4
PA
99502016-01-25 Pedro Alves <palves@redhat.com>
9951
9952 PR gdb/19494
9953 * gdb.base/catch-fork-kill.c: New file.
9954 * gdb.base/catch-fork-kill.exp: New file.
9955
f1da4b11
PA
99562016-01-25 Pedro Alves <palves@redhat.com>
9957
9958 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9959 Delete, moved to lib/gdb.exp.
9960 * gdb.threads/forking-threads-plus-breakpoint.exp
9961 (foreach_with_prefix): Likewise.
9962 * gdb.threads/process-dies-while-handling-bp.exp
9963 (foreach_with_prefix): Likewise.
9964 * lib/gdb.exp (foreach_with_prefix): New procedure.
9965
45f38546
MK
99662016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9967
9968 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9969 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9970
dc29a1ce
MK
99712016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9972
9973 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9974 endian targets.
9975
092127d7
JK
99762016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9977 Pedro Alves <palves@redhat.com>
9978
9979 Fix testsuite compatibility with Guile.
9980 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9981 number.
9982
31d765d3
JK
99832016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9984
9985 Fix testsuite compatibility with Guile.
9986 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
9987 (thread 1): New test for backtrace through signal handler.
9988
1ac78c04
YQ
99892016-01-22 Yao Qi <yao.qi@linaro.org>
9990
9991 PR testsuite/19491
9992 * gdb.base/multi-forks.c: Include
9993 ../lib/unbuffer_output.c
9994 (main): Call gdb_unbuffer_output.
9995
4f5946a8
DE
99962016-01-21 Doug Evans <dje@google.com>
9997
9998 * lib/ada.exp (gdb_compile_ada): Fix typo.
9999
305e13e6
JB
100002016-01-21 Joel Brobecker <brobecker@adacore.com>
10001
10002 * gdb.base/break-fun-addr.exp: New file.
10003 * gdb.base/break-fun-addr1.c: New file.
10004 * gdb.base/break-fun-addr2.c: New file.
10005
5f5dfff6
SM
100062016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10007
10008 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10009 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10010 enum flag values.
10011
fd356fa2
AA
100122016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10013
10014 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10015 when GDB can not set the vector return value. Add more comments
10016 for clarification.
10017
9df22175
AT
100182016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10019
10020 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10021 command.
10022
41d1845e
SM
100232016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10024
10025 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10026
01ac6840
SM
100272016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10028
10029 * Makefile.in (check-single): Pass --status to runtest.
10030 (check/%.exp): Likewise.
10031
100322016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10033
10034 * Makefile.in (check-parallel): Propagate return code from make
10035 do-check-parallel.
10036
bd0a71fa
MK
100372016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10038
10039 * gdb.trace/ftrace.exp: Fix expected message on continue.
10040 * gdb.trace/pending.exp: Fix expected message on continue.
10041 * gdb.trace/trace-break.exp: Fix expected message on continue.
10042
8bcbad33
SM
100432016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10044
10045 * lib/gdb.exp (gdb_test): Remove unused global references.
10046
f303dbd6
PA
100472016-01-18 Pedro Alves <palves@redhat.com>
10048
10049 * gdb.base/async-shell.exp: Adjust expected output.
10050 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10051 * gdb.base/siginfo-thread.exp: Adjust expected output.
10052 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10053 * gdb.java/jnpe.exp: Adjust expected output.
10054 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10055 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10056 * gdb.threads/leader-exit.exp: Adjust expected output.
10057 * gdb.threads/manythreads.exp: Adjust expected output.
10058 * gdb.threads/pthreads.exp: Adjust expected output.
10059 * gdb.threads/schedlock.exp: Adjust expected output.
10060 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10061 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10062 expected output.
10063 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10064 output.
10065 * gdb.threads/sigthread.exp: Adjust expected output.
10066 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10067
b2789696
YQ
100682016-01-18 Yao Qi <yao.qi@linaro.org>
10069
10070 * gdb.guile/scm-section-script.c: Replace @progbits with
10071 %progbits.
10072 * gdb.python/py-section-script.c: Likewise.
10073
71ef29a8
PA
100742016-01-15 Pedro Alves <palves@redhat.com>
10075
10076 * gdb.multi/tids.exp: Test star wildcard ranges.
10077
3f5b7598
PA
100782016-01-15 Pedro Alves <palves@redhat.com>
10079
10080 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10081 command from "thread apply" invocation.
10082 (thr_apply_info_thr_invalid): Default the expected output to the
10083 input tid list.
10084 (top level): Add tests that use convenience variables. Add tests
10085 for "thread apply" with a valid TID list, but missing the command.
10086
663f6d42
PA
100872016-01-13 Pedro Alves <palves@redhat.com>
10088
10089 * gdb.base/default.exp: Expect $_gthread as well.
10090 * gdb.multi/tids.exp: Test $_gthread.
10091 * gdb.threads/thread-specific.exp: Test $_gthread.
10092
c84f6bbf
PA
100932016-01-13 Pedro Alves <palves@redhat.com>
10094
10095 * gdb.multi/tids.exp: Test "info threads -gid".
10096
22a02324
PA
100972016-01-13 Pedro Alves <palves@redhat.com>
10098
10099 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10100 Breakpoint.thread.
10101 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10102
5d5658a1
PA
101032016-01-07 Pedro Alves <palves@redhat.com>
10104
10105 * gdb.base/break.exp: Adjust to output changes.
10106 * gdb.base/hbreak2.exp: Likewise.
10107 * gdb.base/sepdebug.exp: Likewise.
10108 * gdb.base/watch_thread_num.exp: Likewise.
10109 * gdb.linespec/keywords.exp: Likewise.
10110 * gdb.multi/info-threads.exp: Likewise.
10111 * gdb.threads/thread-find.exp: Likewise.
10112 * gdb.multi/tids.c: New file.
10113 * gdb.multi/tids.exp: New file.
10114
84654457
PA
101152016-01-13 Pedro Alves <palves@redhat.com>
10116
10117 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10118
e3940304
PA
101192016-01-13 Pedro Alves <palves@redhat.com>
10120
10121 * gdb.base/default.exp: Expect $_inferior as well.
10122 * gdb.multi/base.exp: Test $_inferior.
10123
a911d87a
PA
101242016-01-13 Pedro Alves <palves@redhat.com>
10125
10126 PR breakpoints/19388
10127 * gdb.base/catch-signal-siginfo-cond.c: New file.
10128 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10129
82075af2
JS
101302016-01-12 Josh Stone <jistone@redhat.com>
10131 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10132
10133 * gdb.base/catch-syscall.c (do_execve): New variable.
10134 (main): Conditionally trigger an execve.
10135 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10136 (test_catch_syscall_execve): New, check entry/return across execve.
10137 (do_syscall_tests): Call test_catch_syscall_execve.
10138
e46eeedd
PA
101392016-01-12 Pedro Alves <palves@redhat.com>
10140
10141 * gdb.base/random-signal.exp (do_test): New procedure, with body
10142 of testcase moved in.
10143
01d8c27e
JK
101442016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10145 Pedro Alves <palves@redhat.com>
10146
10147 * gdb.base/funcargs.exp (finish from indirectly called function):
10148 Reintroduce the case for 'First'.
10149
9a706302
JK
101502016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10151 Pedro Alves <palves@redhat.com>
10152
10153 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10154 (tcatch_vfork_then_child_follow_exec)
10155 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10156 identification.
10157
c0ecb95f
JK
101582016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10159
10160 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10161 and repeats to unlimited.
10162 * gdb.python/py-value.exp: Likewise.
10163 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10164 and repeats to unlimited.
10165
6cfc1fcb
JK
101662016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10167
10168 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10169 and reordering the functions.
10170 * gdb.multi/hangout.c: Likewise.
10171 * gdb.multi/hello.c: Likewise.
10172
582a1b00
SM
101732016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10174
10175 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10176 absolute.
10177 (SingleStatisticTestResult.report): Use dict.keys instead of
10178 dict.iterkeys.
10179
79bc59cb
PA
101802016-01-06 Pedro Alves <palves@redhat.com>
10181
10182 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10183
43368e1d
MM
101842016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10185
10186 * gdb.btrace/dlopen.exp: New.
10187 * gdb.btrace/dlopen.c: New.
10188 * gdb.btrace/dlopen-dso.c: New.
10189
79fad5b8
SL
101902015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10191
10192 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10193 PATTERN argument is optional.
10194
ab8314b3
JB
101952015-12-24 Joel Brobecker <brobecker@adacore.com>
10196
10197 * lib/ada.exp (target_compile_ada_from_dir): New function.
10198 (gdb_compile_ada): Reimplement avoiding the use of project files.
10199 * gdb.ada/gnat_ada.gpr: Delete.
10200 * gdb.ada/cond_lang.exp: Adjust test to make path before
10201 filename optional.
10202 * gdb.ada/small_reg_param.exp: Likewise.
10203
fe33faff
SM
102042015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10205
10206 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10207
6d265cb4
TP
102082015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10209
10210 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10211 case.
10212
10125099
SM
102132015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10214
10215 * gdb.base/break.exp: Remove dead code.
10216 * gdb.base/sepdebug.exp: Likewise.
10217
3ca22649
SM
102182015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10219
10220 * gdb.asm/asm-source.exp: Remove HP-UX references.
10221 * gdb.base/annota1.exp: Likewise.
10222 * gdb.base/annota3.exp: Likewise.
10223 * gdb.base/attach.exp: Likewise.
10224 * gdb.base/bigcore.exp: Likewise.
10225 * gdb.base/break.exp: Likewise.
10226 * gdb.base/call-ar-st.exp: Likewise.
10227 * gdb.base/callfuncs.exp: Likewise.
10228 * gdb.base/catch-fork-static.exp: Likewise.
10229 * gdb.base/display.exp: Likewise.
10230 * gdb.base/foll-exec-mode.exp: Likewise.
10231 * gdb.base/foll-exec.exp: Likewise.
10232 * gdb.base/foll-fork.exp: Likewise.
10233 * gdb.base/foll-vfork.exp: Likewise.
10234 * gdb.base/funcargs.exp: Likewise.
10235 * gdb.base/hbreak2.exp: Likewise.
10236 * gdb.base/inferior-died.exp: Likewise.
10237 * gdb.base/interrupt.exp: Likewise.
10238 * gdb.base/multi-forks.exp: Likewise.
10239 * gdb.base/nodebug.exp: Likewise.
10240 * gdb.base/sepdebug.exp: Likewise.
10241 * gdb.base/solib1.c: Likewise.
10242 * gdb.base/step-test.exp: Likewise.
10243 * gdb.mi/non-stop.c: Likewise.
10244 * gdb.mi/pthreads.c: Likewise.
10245 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10246 * gdb.threads/pthreads.c: Likewise.
10247 * gdb.threads/staticthreads.exp: Likewise.
10248 * lib/future.exp: Likewise.
10249 * lib/gdb.exp: Likewise.
10250 * gdb.base/so-indr-cl.c: Remove.
10251 * gdb.base/so-indr-cl.exp: Likewise.
10252 * gdb.base/solib.c: Likewise.
10253 * gdb.base/solib.exp: Likewise.
10254 * gdb.base/solib2.c: Likewise.
10255
b6304613
SM
102562015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10257
10258 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10259 * gdb.base/call-ar-st.exp: Likewise.
10260 * gdb.base/callfuncs.exp: Likewise.
10261 * gdb.base/condbreak.exp: Likewise.
10262 * gdb.base/constvars.exp: Likewise.
10263 * gdb.base/hbreak2.exp: Likewise.
10264 * gdb.base/langs.exp: Likewise.
10265 * gdb.base/list.exp: Likewise.
10266 * gdb.base/long_long.exp: Likewise.
10267 * gdb.base/ptype.exp: Likewise.
10268 * gdb.base/scope.exp: Likewise.
10269 * gdb.base/signals.exp: Likewise.
10270 * gdb.base/so-impl-ld.exp: Likewise.
10271 * gdb.base/varargs.exp: Likewise.
10272 * gdb.base/volatile.exp: Likewise.
10273 * gdb.base/whatis.exp: Likewise.
10274 * gdb.cp/cplusfuncs.exp: Likewise.
10275 * gdb.cp/inherit.exp: Likewise.
10276 * gdb.cp/local.exp: Likewise.
10277 * gdb.cp/member-ptr.exp: Likewise.
10278 * gdb.cp/method.exp: Likewise.
10279 * gdb.cp/overload.exp: Likewise.
10280 * gdb.cp/templates.exp: Likewise.
10281 * gdb.stabs/weird.exp: Likewise.
10282 * lib/compiler.c: Likewise.
10283 * lib/compiler.cc: Likewise.
10284 * lib/cp-support.exp: Likewise.
10285 * lib/gdb.exp: Likewise.
10286
bf401b07
SM
102872015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10288
10289 * configure.ac: Remove HP-UX case.
10290 * configure: Regenerate.
10291
aff9c0f8
SM
102922015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10293
10294 * lib/gdb.exp (gdb_compile): Add function doc.
10295
a6904d5a
PA
102962015-12-17 Pedro Alves <palves@redhat.com>
10297
10298 PR threads/19354
10299 * gdb.multi/info-threads.exp: New file.
10300
a22279dd
YQ
103012015-12-15 Yao Qi <yao.qi@linaro.org>
10302
10303 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10304 is aarch64*-*-*.
10305
0588c796
SL
103062015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10307
10308 * gdb.base/history-duplicates.exp: Skip if no readline support.
10309
5d978e17
SL
103102015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10311
10312 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10313
7e763b86
SL
103142015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10315
10316 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10317
87a3a92c
SL
103182015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10319
10320 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10321 ctrl-C if nointerrupts target property is set.
10322 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10323 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10324 * gdb.base/paginate-bg-execution.exp: Likewise.
10325 * gdb.base/paginate-execution-startup.exp: Likewise.
10326 * gdb.base/random-signal.exp: Likewise.
10327 * gdb.base/range-stepping.exp: Likewise.
10328 * gdb.cp/annota2.exp: Likewise.
10329 * gdb.cp/annota3.exp: Likewise.
10330 * gdb.gdb/selftest.exp: Likewise.
10331 * gdb.threads/continue-pending-status.exp: Likewise.
10332 * gdb.threads/leader-exit.exp: Likewise.
10333 * gdb.threads/manythreads.exp: Likewise.
10334 * gdb.threads/pthreads.exp: Likewise.
10335 * gdb.threads/schedlock.exp: Likewise.
10336 * gdb.threads/sigthread.exp: Likewise.
10337
a8f077dc
DB
103382015-12-11 Don Breazeal <donb@codesourcery.com>
10339
10340 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10341 remote.
10342 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10343 * gdb.base/foll-exec.exp (main): Enable for target remote.
10344 * gdb.base/foll-fork.exp (main): Likewise.
10345 * gdb.base/foll-vfork.exp (main): Likewise.
10346 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10347 (proc continue_to_exit_bp_loc): Use clean_restart.
10348 * gdb.base/pie-execl.exp (main): Disable for target remote.
10349 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10350 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10351 * gdb.threads/execl.exp (main): Likewise.
10352 * gdb.threads/fork-child-threads.exp (main): Likewise.
10353 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10354 remote.
10355 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10356 remote.
10357 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10358 pid.tid style ptids, instead of just tid.
10359 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10360 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10361 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10362 ptids, instead of just tid.
10363
3b2464a8
AB
103642015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10365
10366 * gdb.base/list.exp (test_list_forward): Add end of file error
10367 test.
10368 (test_repeat_list_command): Add end of file error test.
10369 (test_list_backwards): Add beginning of file error test.
10370
a0def019
AB
103712015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10372
10373 * gdb.base/list.exp (test_list_invalid_args): New function,
10374 defined, and called.
10375
5c000dff
AB
103762015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10377
10378 * gdb.base/list.exp (test_list): Make test names unique.
10379
f1637ebe
YQ
103802015-12-11 Yao Qi <yao.qi@linaro.org>
10381
10382 * gdb.base/coremaker2.c: Remove.
10383
36d6fc0a
PA
103842015-12-10 Pedro Alves <palves@redhat.com>
10385
10386 * gdb.multi/base.exp: Remove stale "spaces" references.
10387
762f7747
PA
103882015-12-10 Pedro Alves <palves@redhat.com>
10389
10390 * gdb.multi/base.exp: Don't use nowarnings.
10391 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10392 * gdb.multi/hangout.c: Include stdio.h.
10393 * gdb.multi/hello.c: Include stdlib.h.
10394 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10395 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10396 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10397
28d2bfb9
AB
103982015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10399
10400 * gdb.dwarf2/dw2-ranges-base.c: New file.
10401 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10402 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10403 support additional line table, and debug ranges generation.
10404 (Dwarf::ranges): New function, generate .debug_ranges.
10405 (Dwarf::lines): Support generating simple line table programs.
10406 (Dwarf::assemble): Initialise new namespace variables.
10407
5fc2beac
KB
104082015-12-09 Kevin Buettner <kevinb@redhat.com>
10409
10410 * gdb.base/async.exp (proc test_background): Add case for
10411 asynchronous execution not supported.
10412
1c35a88f
LM
104132015-12-09 Luis Machado <lgustavo@codesourcery.com>
10414
10415 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10416 format and change test names to make them unique.
10417
b593e3d9
RK
104182015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10419 Pedro Alves <pedro@redhat.com>
10420
10421 PR gdb/18702
10422 Add checking of floatformats setup on x86_64 hosts.
10423 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10424 (smallval, bigval): New labels/constants.
10425 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10426 float" after loading bigval and smallval.
10427
d72413e6
PMR
104282015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10429
10430 * gdb.ada/fun_overload_menu.exp: New testcase.
10431 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10432
ece66d65
JS
104332015-12-04 Josh Stone <jistone@redhat.com>
10434
10435 * gdb.base/catch-fork-static.exp: New.
10436
41d0efca
YQ
104372015-12-03 Yao Qi <yao.qi@linaro.org>
10438
10439 * gdb.base/sizeof.c: Don't include stdio.h and
10440 ../lib/unbuffer_output.c.
10441 (main): New variable 'size' and 'value'. Remove printf and
10442 gdb_unbuffer_output. Assign return value to size and value.
10443 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10444 at the beginning.
10445 (check_sizeof): Check the result by printing variable 'size'.
10446 (check_valueof): Check the result by printing variable 'value'.
10447
99fd02d9
YQ
104482015-12-01 Yao Qi <yao.qi@linaro.org>
10449
10450 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10451 for aarch64*-*-linux* target.
10452
f2faf941
PA
104532015-11-30 Pedro Alves <palves@redhat.com>
10454
10455 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10456
04bf20c5
PA
104572015-11-30 Pedro Alves <palves@redhat.com>
10458
10459 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10460 Handle non-stop mode vCont replies.
10461
09df4675
PA
104622015-11-30 Pedro Alves <palves@redhat.com>
10463
10464 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10465 prepare_for_testing. Start gdb with "set non-stop on" appended to
10466 GDBFLAGS. Lax expected stop output.
10467
58b584af
YQ
104682015-11-27 Yao Qi <yao.qi@linaro.org>
10469
10470 * gdb.arch/arm-neon.exp: New.
10471 * gdb.arch/arm-neon.c: New.
10472
dfcb77a8
YQ
104732015-11-27 Yao Qi <yao.qi@linaro.org>
10474
10475 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10476
88e8ec1b
YQ
104772015-11-27 Yao Qi <yao.qi@linaro.org>
10478
10479 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10480 frames-invalid annotation.
10481
bfde72c2
YQ
104822015-11-27 Yao Qi <yao.qi@linaro.org>
10483
10484 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10485
f6512a69
SM
104862015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10487
10488 * gdb.threads/names.exp: New file.
10489 * gdb.threads/names.c: New file.
10490 * README: Mention gdb,no_thread_names.
10491
46a3515b
MM
104922015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10493
10494 PR 19297
10495 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10496 support" error.
10497
62147a22
PA
104982015-11-24 Pedro Alves <palves@redhat.com>
10499
10500 PR 17539
10501 * gdb.base/display.exp: Expect displays to be sorted in ascending
10502 order. Use multi_line.
10503 * gdb.base/solib-display.exp: Likewise.
10504
2f341b6e
PA
105052015-11-24 Pedro Alves <palves@redhat.com>
10506
10507 PR 17539
25d49b86
PA
10508 * gdb.base/display.exp: Expect displays to be sorted in ascending
10509 order. Use multi_line.
10510 * gdb.base/solib-display.exp: Likewise.
2f341b6e 10511
7e0aa6aa
PA
105122015-11-24 Pedro Alves <palves@redhat.com>
10513
10514 PR 17539
10515 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10516 threads in ascending order.
10517 * gdb.base/foll-fork.exp: Likewise.
10518 * gdb.base/foll-vfork.exp: Likewise.
10519 * gdb.base/multi-forks.exp: Likewise.
10520 * gdb.mi/mi-nonstop.exp: Likewise.
10521 * gdb.mi/mi-nsintrall.exp: Likewise.
10522 * gdb.multi/base.exp: Likewise.
10523 * gdb.multi/multi-arch.exp: Likewise.
10524 * gdb.python/py-inferior.exp: Likewise.
10525 * gdb.threads/break-while-running.exp: Likewise.
10526 * gdb.threads/execl.exp: Likewise.
10527 * gdb.threads/gcore-thread.exp: Likewise.
10528 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10529 * gdb.threads/kill.exp: Likewise.
10530 * gdb.threads/linux-dp.exp: Likewise.
10531 * gdb.threads/multiple-step-overs.exp: Likewise.
10532 * gdb.threads/next-bp-other-thread.exp: Likewise.
10533 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10534 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10535 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10536 * gdb.threads/thread-find.exp: Likewise.
10537 * gdb.threads/tls.exp: Likewise.
10538 * lib/mi-support.exp (mi_reverse_list): Delete.
10539 (mi_check_thread_states): No longer reverse list.
10540
2cc57ad8
PA
105412015-11-24 Pedro Alves <palves@redhat.com>
10542
10543 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10544 use lowercase.
10545
c93e8391
SM
105462015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10547
10548 * gdb.trace/actions.c: Include trace-common.h.
10549 (main): Add a location for a fast tracepoint.
10550 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10551 the normal tracepoints.
10552 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10553
045ccf91
SM
105542015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10555
10556 * save-trace.exp: Factor out code to these...
10557 (gdb_save_tracepoints): New.
10558 (gdb_load_tracepoints): New.
10559 (do_save_load_test): New.
10560
5506f9f6
KB
105612015-11-23 Kevin Buettner <kevinb@redhat.com>
10562
10563 * gdb.base/asmlabel.exp: New test.
10564 * gdb.base/asmlabel.c: New test case.
10565
16c3b12f
JB
105662015-11-23 Joel Brobecker <brobecker@adacore.com>
10567
10568 * gdb.base/wrong_frame_bt_full-main.c: New file.
10569 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10570 * gdb.base/wrong_frame_bt_full.exp: New file.
10571
155bfbd3
JB
105722015-11-23 Joel Brobecker <brobecker@adacore.com>
10573
10574 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10575
bb097445
JM
105762015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10577
206853a0 10578 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
10579 pstate register when comparing registers values in
10580 sparc64-*-linux-gnu targets to avoid spurious differences.
10581
9c88ed8f
JM
105822015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10583
206853a0 10584 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 10585
96161e25
SL
105862015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10587
10588 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10589 as type argument to gdb_compile.
10590 * gdb.base/nested-subp2.exp: Likewise.
10591 * gdb.base/nested-subp3.exp: Likewise.
10592
340c2830
DV
105932015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10594
10595 * lib/dwarf.exp (_note): Fix left shift of negative value.
10596 * gdb.trace/trace-condition.exp: Likewise.
10597
c1862d0f
YQ
105982015-11-13 Yao Qi <yao.qi@linaro.org>
10599
10600 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10601 comments about d10v.
10602 (test_scalar_returns): Likewise.
10603 * gdb.base/d10v.ld: Remove.
10604 * gdb.base/overlays.exp: Remove the target triplet checking for
10605 d10v-*-*.
10606 * gdb.base/structs.exp (test_struct_returns): Remove the
10607 comments about d10v.
10608 (test_struct_calls): Likewise.
10609
77ae9c19
YQ
106102015-11-13 Yao Qi <yao.qi@linaro.org>
10611
10612 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10613 * gdb.base/gnu_vector.c: Don't include stdio.h.
10614 (main): Don't print res and call add_some_intvecs.
10615
430e004e
MK
106162015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10617
10618 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10619 macro.
10620 (func5): Removed.
10621 (func4): Use FAST_TRACEPOINT_LABEL.
10622 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10623 macro.
10624 (func): Removed.
10625 (thread_function): Use FAST_TRACEPOINT_LABEL.
10626 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10627 (func): Remove.
10628 (marker): Use FAST_TRACEPOINT_LABEL.
10629 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10630 (pendfunc1): Remove.
10631 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10632 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10633 (foo): Remove.
10634 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10635 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10636 macro.
10637 (func): Remove.
10638 (marker): Use FAST_TRACEPOINT_LABEL.
10639 * gdb.trace/trace-common.h: New header.
10640 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10641 macro.
10642 (func): Remove.
10643 (marker): Use FAST_TRACEPOINT_LABEL.
10644 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10645 (func): Remove.
10646 (thread_function): Use FAST_TRACEPOINT_LABEL.
10647
6e7675a7
MK
106482015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10649
10650 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10651 in front.
10652 * gdb.trace/change-loc.exp: Use global pcreg definition.
10653 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10654 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10655 in front.
10656 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10657 * gdb.trace/pending.exp: Likewise.
10658 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10659 * gdb.trace/trace-break.exp: Likewise.
10660 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10661 in front.
10662 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10663 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10664 in front.
10665 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10666
dddc0e16
JB
106672015-11-09 Joel Brobecker <brobecker@adacore.com>
10668
10669 * gdb.ada/fin_fun_out: New testcase.
10670
c6f0b406
KB
106712015-11-07 Kevin Buettner <kevinb@redhat.com>
10672
10673 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10674 value associated with DW_AT_byte_size.
10675 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10676 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10677 DW_AT_upper_bound.
10678
f01dcfd9
KB
106792015-11-07 Kevin Buettner <kevinb@redhat.com>
10680
10681 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10682 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10683 version.
10684 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10685 gdb.dwarf2/dw2-canonicalize-type.exp,
10686 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10687 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10688 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10689 provided by gdb_target_symbol_prefix_flags_asm.
10690 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10691 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10692 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10693 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10694 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10695 macros where needed). Use this macro for symbols which require
10696 the prefix provided by SYMBOL_PREFIX.
10697
2223449a
KB
106982015-11-05 Kevin Buettner <kevinb@redhat.com>
10699
10700 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10701 New procs.
10702 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10703 representing expressions, of more than one list element.
10704 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10705 to prepend linker symbol prefix to f.
10706 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10707 table_1 and table_2.
10708 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10709 Likewise, for f and g.
10710 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10711 for ptr.
10712 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10713 for main.
10714 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10715 table_1_ptr and table_2_ptr.
10716
6f2f1a3a
JK
107172015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10718 Joel Brobecker <brobecker@adacore.com>
10719
10720 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10721
566c56c9
MK
107222015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10723
10724 * gdb.reverse/s390-mvcle.c: New test.
10725 * gdb.reverse/s390-mvcle.exp: New file.
10726 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10727
d5f0636b
MK
107282015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10729
10730 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10731
7ad8b86c
MK
107322015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10733
10734 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10735 reaching marker2.
10736 * gdb.reverse/getresuid-reverse.exp: Likewise.
10737 * gdb.reverse/pipe-reverse.exp: Likewise.
10738 * gdb.reverse/readv-reverse.exp: Likewise.
10739 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10740 * gdb.reverse/time-reverse.exp: Likewise.
10741 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10742
4081c0f1
YQ
107432015-10-30 Yao Qi <yao.qi@linaro.org>
10744
10745 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10746 (empty_cycle): Remove.
10747 (main): Don't call empty_cycle. Don't use watch_count_done.
10748 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10749 empty_cycle. Rewrite the code counting HW watchpoints.
10750
452b4ba5
MK
107512015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10752
10753 * gdb.reverse/fstatat-reverse.c: New test.
10754 * gdb.reverse/fstatat-reverse.exp: New file.
10755 * gdb.reverse/getresuid-reverse.c: New test.
10756 * gdb.reverse/getresuid-reverse.exp: New file.
10757 * gdb.reverse/pipe-reverse.c: New test.
10758 * gdb.reverse/pipe-reverse.exp: New file.
10759 * gdb.reverse/readv-reverse.c: New test.
10760 * gdb.reverse/readv-reverse.exp: New file.
10761 * gdb.reverse/recvmsg-reverse.c: New test.
10762 * gdb.reverse/recvmsg-reverse.exp: New file.
10763 * gdb.reverse/time-reverse.c: New test.
10764 * gdb.reverse/time-reverse.exp: New file.
10765 * gdb.reverse/waitpid-reverse.c: New test.
10766 * gdb.reverse/waitpid-reverse.exp: New file.
10767
5e2e7507
JK
107682015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10769
10770 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10771
0fde2c53
DE
107722015-10-26 Doug Evans <dje@google.com>
10773
10774 PR symtab/17391
10775 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10776 * gdb.dwarf2/bad-regnum.c: New file.
10777 * gdb.dwarf2/bad-regnum.exp: New file.
10778
1a70ae97
DE
107792015-10-26 Doug Evans <dje@google.com>
10780
10781 PR python/18938
10782 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10783 file.
10784
27dc26ab
JK
107852015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10786
10787 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10788 for a change by "Mention language in compile error message".
10789
bed91f4d
SM
107902015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10791
10792 PR python/18073
10793 * gdb.python/py-type.c (C::a_method): New.
10794 (C::a_const_method): New.
10795 (C::a_static_method): New.
10796 (a_function): New.
10797 * gdb.python/py-type.exp (test_fields): Test getting fields
10798 from function and method.
10799
3f2f83dd
KB
108002015-10-21 Keven Boell <keven.boell@intel.com>
10801
10802 * gdb.fortran/vla-alloc-assoc.exp: New file.
10803 * gdb.fortran/vla-datatypes.exp: New file.
10804 * gdb.fortran/vla-datatypes.f90: New file.
10805 * gdb.fortran/vla-history.exp: New file.
10806 * gdb.fortran/vla-ptype-sub.exp: New file.
10807 * gdb.fortran/vla-ptype.exp: New file.
10808 * gdb.fortran/vla-sizeof.exp: New file.
10809 * gdb.fortran/vla-sub.f90: New file.
10810 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10811 * gdb.fortran/vla-value-sub-finish.exp: New file.
10812 * gdb.fortran/vla-value-sub.exp: New file.
10813 * gdb.fortran/vla-value.exp: New file.
10814 * gdb.fortran/vla-ptr-info.exp: New file.
10815 * gdb.mi/mi-vla-fortran.exp: New file.
10816 * gdb.mi/vla.f90: New file.
10817
27145d50
SL
108182015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10819
10820 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10821 of hardwired timeout value.
10822
5f3ff4f8
JK
108232015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10824 Pedro Alves <palves@redhat.com>
10825
10826 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10827 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10828
bfd09d20
JS
108292015-10-19 Josh Stone <jistone@redhat.com>
10830
10831 * gdb.base/catch-syscall.c: Include <sched.h>.
10832 (unknown_syscall): New variable.
10833 (main): Trigger a vfork and an unknown syscall.
10834 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10835 (unknown_syscall_number): Likewise.
10836 (check_call_to_syscall): Accept an optional syscall pattern.
10837 (check_return_from_syscall): Likewise.
10838 (check_continue): Likewise.
10839 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10840 (test_catch_syscall_skipping_return): New test toggling off 'catch
10841 syscall' to step over the syscall return, then toggling back on.
10842 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10843 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10844 (do_syscall_tests): Call test_catch_syscall_without_args and
10845 test_catch_syscall_mid_vfork.
10846 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10847 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10848
b32b93c6
AS
108492015-10-19 Andrew Stubbs <ams@codesourcery.com>
10850
10851 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10852 print g_vE): Add new pass patterns.
10853 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10854 print various symbol names for vptr fields.
10855
9d622bda
AB
108562015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10857
10858 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10859 results.
10860
0fd8ac1c
YQ
108612015-10-12 Yao Qi <yao.qi@linaro.org>
10862
10863 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10864
34240514
YQ
108652015-10-12 Yao Qi <yao.qi@linaro.org>
10866
10867 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10868 is aarch64*-*-linux*.
10869
8240f442
YQ
108702015-10-12 Yao Qi <yao.qi@linaro.org>
10871
10872 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10873 (can_relocate_bcond_true): ... it.
10874 (can_relocate_bcond_false): New function.
10875 (foo): Likewise.
10876 (can_relocate_bl): Likewise.
10877 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10878 can_relocate_bl.
10879
2520f728
PMR
108802015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10881
10882 * gdb.base/nested-addr.c: New file.
10883 * gdb.base/nested-addr.exp: New testcase.
10884
abcef95a
MM
108852015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10886
10887 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10888 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10889 its output. Ignore the output of "record goto begin" and instead
10890 check that GDB is replaying.
10891
145e3ddb
PA
108922015-10-09 Pedro Alves <palves@redhat.com>
10893
10894 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10895 (top level): Use it in the run with no args test.
10896
d5d8c4e1
IB
108972015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10898
10899 * gdb.dlang/properties.exp: New file.
10900
06e635ef
SL
109012015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10902
10903 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10904 whether or not address 0x1000 is mapped on the target.
10905
e019fd1d
SM
109062015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10907
10908 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10909 build.
10910
77ba2a67
MM
109112015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10912
10913 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10914 instruction-history test.
10915
c60eb31f
DE
109162015-09-28 Doug Evans <dje@google.com>
10917
10918 * gdb.base/gcore.c (array_func): Add reference to static_array.
10919
9a3c8263
SM
109202015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10921
10922 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10923 source line.
10924
9720e656
SL
109252015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10926
10927 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10928 short or char as base type.
10929
938d3bf2
SL
109302015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10931
10932 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10933 to allow any size enum.
10934
e6c2c623
PMR
109352015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10936
10937 * gdb.ada/array_ptr_renaming.exp: New testcase.
10938 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10939 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10940
06da0f77
PL
109412015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10942
10943 * gdb.trace/ftrace-lock.c: New file.
10944 * gdb.trace/ftrace-lock.exp: New file.
10945
4f51c22a
PL
109462015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10947
10948 * gdb.arch/insn-reloc.c: New file.
10949 * gdb.arch/ftrace-insn-reloc.exp: New file.
10950
7041adf4
PL
109512015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10952
10953 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10954 instruction.
10955 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10956 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10957 * gdb.trace/range-stepping.c: Likewise.
10958 * gdb.trace/trace-break.c: Likewise.
10959 * gdb.trace/trace-mt.c (thread_function): Likewise.
10960 * gdb.trace/ftrace.c (marker): Likewise.
10961 * gdb.trace/trace-condition.c (marker): Likewise.
10962 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10963 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10964 is_aarch64_target.
10965
015d2e7e
DE
109662015-09-18 Doug Evans <xdje42@gmail.com>
10967
10968 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10969 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10970
26b188a2
SL
109712015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10972
10973 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10974 the breakpoint.
10975
79dc332b
SL
109762015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10977
10978 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10979 the pending breakpoint. Remove timeout override for "Run till
10980 MI pending breakpoint on pendfunc3 on thread 2" test.
10981
f57929f2
SL
109822015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10983
10984 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
10985 filename pattern.
10986
3f469b17
SL
109872015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10988
10989 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
10990 in breakpoint filename pattern.
10991
515b89b3
SL
109922015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10993
7800dbe4
SL
10994 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
10995
109962015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10997
515b89b3
SL
10998 * gdb.linespec/explicit.exp: Check for readline support for
10999 tab-completion tests. Fix obvious typo.
11000
d2939ba2
MM
110012015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11002
11003 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11004 and replay.
11005
cbb55fa7
MM
110062015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11007
11008 * gdb.btrace/non-stop.c: New.
11009 * gdb.btrace/non-stop.exp: New.
11010
43691ca1
PL
110112015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11012 Yao Qi <yao.qi@linaro.org>
11013
11014 * gdb.trace/trace-condition.c: New file.
11015 * gdb.trace/trace-condition.exp: New file.
11016
d78908cf
WW
110172015-09-16 Wei-cheng Wang <cole945@gmail.com>
11018
11019 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11020 for testing bytecode compilation.
11021
1ed415e2
PA
110222015-09-16 Pedro Alves <palves@redhat.com>
11023 Sandra Loosemore <sandra@codesourcery.com>
11024
11025 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11026 (SECONDS): Redefine.
11027 (main): Call pthread_kill and alarm early.
11028 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11029 support.
11030 (test): If the target can't hardware step and doesn't support
11031 displaced stepping, increase the timeout.
11032
d136eff5
PA
110332015-09-16 Pedro Alves <palves@redhat.com>
11034
11035 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11036 (enable_debug): New procedures.
11037 (test): Use them. Bail out if waiting for threads fails.
11038 (top level): Bail out if a test fails.
11039
991f019c
YQ
110402015-09-16 Yao Qi <yao.qi@linaro.org>
11041
11042 * gdb.asm/asm-source.exp: Set asm-arch for
11043 aarch64*-*-* target.
11044 * gdb.asm/aarch64.inc: New file.
11045
bfca584f
PMR
110462015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11047
11048 * gdb.ada/array_of_variable_length.exp: New testcase.
11049 * gdb.ada/array_of_variable_length/foo.adb: New file.
11050 * gdb.ada/array_of_variable_length/pck.adb: New file.
11051 * gdb.ada/array_of_variable_length/pck.ads: New file.
11052
b326e587
DE
110532015-09-15 Doug Evans <dje@google.com>
11054
11055 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11056 of function static local variable.
11057
5382cfab
PW
110582015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11059
11060 * gdb.threads/tls-so_extern.exp: New test file.
11061 * gdb.threads/tls-so_extern.c: New test file.
11062 * gdb.threads/tls-so_extern_main.c: New test file.
11063
141c5cc4
JK
110642015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11065
11066 * gdb.opt/solib-intra-step-lib.c: New file.
11067 * gdb.opt/solib-intra-step-main.c: New file.
11068 * gdb.opt/solib-intra-step.exp: New file.
11069
d15dcecd
PA
110702015-09-15 Pedro Alves <palves@redhat.com>
11071
11072 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11073 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11074
4c2f2a79
PA
110752015-09-14 Pedro Alves <palves@redhat.com>
11076
11077 * gdb.base/hook-stop-continue.c: Delete.
11078 * gdb.base/hook-stop-continue.exp: Delete.
11079 * gdb.base/hook-stop-frame.c: Delete.
11080 * gdb.base/hook-stop-frame.exp: Delete.
11081 * gdb.base/hook-stop.c: New file.
11082 * gdb.base/hook-stop.exp: New file.
11083
919e6dbe
PMR
110842015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11085
11086 * gdb.ada/access_to_packed_array.exp: New testcase.
11087 * gdb.ada/access_to_packed_array/foo.adb: New file.
11088 * gdb.ada/access_to_packed_array/pack.adb: New file.
11089 * gdb.ada/access_to_packed_array/pack.ads: New file.
11090
157280a4
MM
110912015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11092
11093 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11094 buffer size test.
11095
2fd33e94
DB
110962015-09-11 Don Breazeal <donb@codesourcery.com>
11097
11098 * gdb.base/foll-exec.c: Add copyright header. Fix
11099 formatting issues.
11100 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11101 (do_exec_tests): Use clean_restart in place of zap_session,
11102 and for test initialization. Fix formatting issues. Use
11103 fail in place of perror.
11104 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11105 an expect statement to match an expression with output from
11106 the program under debug.
11107 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11108 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11109 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11110 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11111 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11112
e70b6e8e
DE
111132015-09-09 Doug Evans <dje@google.com>
11114
11115 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11116
7a551a51
DE
111172015-09-09 Doug Evans <dje@google.com>
11118
11119 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11120
4c666f84
DE
111212015-09-09 Doug Evans <dje@google.com>
11122
11123 * gdb.base/savedregs.exp: Fix typo.
11124
243a9253
PA
111252015-09-09 Pedro Alves <palves@redhat.com>
11126
11127 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11128
c0fa8fbd
SL
111292015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11130
11131 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11132 command actually switches threads. Give up on remaining
11133 tests if target fails to stop at breakpoint.
11134
cd7c1778
PMR
111352015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11136
11137 * gdb.ada/funcall_char.exp: New testcase.
11138 * gdb.ada/funcall_char/foo.adb: New file.
11139
dc5c8746
PMR
111402015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11141
11142 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11143 expected outputs. Add two testcases for completing ambiguous
11144 functions.
11145 * gdb.ada/complete/aux_pck.adb: New file.
11146 * gdb.ada/complete/aux_pck.ads: New file.
11147 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11148 Ambiguous_Func functions.
11149 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11150 * gdb.ada/complete/pck.adb: Likewise.
11151
4e83a1e7
UW
111522015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11153
11154 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11155 failures to run the test program under GDB.
11156
8ce74153
LM
111572015-08-26 Luis Machado <lgustavo@codesourcery.com>
11158
11159 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11160 to C.
11161
e9756d52
PP
111622015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11163
11164 * gdb.base/run-after-attach.exp: New test file.
11165 * gdb.base/run-after-attach.c: New test file.
11166
8d37573b
DB
111672015-08-26 Don Breazeal <donb@codesourcery.com>
11168
11169 * gdb.base/foll-exec-2.c: New test program.
11170 * gdb.base/foll-exec-2.exp: New test.
11171
63e43d3a
PMR
111722015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11173
11174 * gdb.base/nested-subp1.exp: New file.
11175 * gdb.base/nested-subp1.c: New file.
11176 * gdb.base/nested-subp2.exp: New file.
11177 * gdb.base/nested-subp2.c: New file.
11178 * gdb.base/nested-subp3.exp: New file.
11179 * gdb.base/nested-subp3.c: New file.
11180
3d40fbb5
PA
111812015-08-24 Pedro Alves <palves@redhat.com>
11182
11183 * gdb.server/connect-without-multi-process.c: New file.
11184 * gdb.server/connect-without-multi-process.exp: New file.
11185
4422ac93
LM
111862015-08-24 Luis Machado <lgustavo@codesourcery.com>
11187
11188 * gdb.opt/inline-markers.c: Make z int.
11189
91dddb86
LM
111902015-08-24 Luis Machado <lgustavo@codesourcery.com>
11191
11192 * gdb.opt/inline-markers.c: Make z volatile.
11193
a48847ee
LM
111942015-08-24 Luis Machado <lgustavo@codesourcery.com>
11195
11196 * gdb.opt/inline-bt.c: New volatile global z.
11197 * gdb.opt/inline-cmds.c: Likewise.
11198 * gdb.opt/inline-locals.c: Likewise.
11199 * gdb.opt/inline-markers.c: New extern global z.
11200 (marker): Use z.
11201 (inline_fn): Likewise.
11202
0ebbc52b
PA
112032015-08-24 Pedro Alves <palves@redhat.com>
11204
11205 * config/m32r-stub.exp: Remove file.
11206 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11207 * gdb.base/call-rt-st.exp: Likewise.
11208 * gdb.base/call-strs.exp: Likewise.
11209 * gdb.base/default.exp: Remove references to h8300-*-hms and
11210 *-*-udi*.
11211 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11212
77c365df
AA
112132015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11214
11215 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11216 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11217 and "return" use KFAIL when GDB can not read/write the vector
11218 return value.
11219
4313b8c0
GB
112202015-08-21 Gary Benson <gbenson@redhat.com>
11221
11222 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11223
0e433b32
PA
112242015-08-20 Pedro Alves <palves@redhat.com>
11225
11226 * gdb.server/solib-list.exp: No longer expect an interior stop in
11227 non-stop mode.
11228
221e1a37
PA
112292015-08-20 Pedro Alves <palves@redhat.com>
11230
11231 * gdb.server/connect-stopped-target.c: New file.
11232 * gdb.server/connect-stopped-target.exp: New file.
11233
40e3ad0e
PA
112342015-08-20 Pedro Alves <palves@redhat.com>
11235
11236 * gdb.dwarf2/comp-unit-lang.exp: New file.
11237 * gdb.dwarf2/comp-unit-lang.c: New file.
11238
af39b327
PMR
112392015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11240
11241 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11242 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11243
7d45c7c3 112442015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 11245
7d45c7c3
KB
11246 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11247 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11248
4d6cceb4
DE
112492015-08-18 Doug Evans <dje@google.com>
11250 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11251
11252 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11253 skip_python_tests. New arg prompt_regexp.
11254 (skip_python_tests): New function.
11255 * lib/mi-support.exp (mi_skip_python_tests): New function.
11256 * gdb.python/py-mi-objfile-gdb.py: New file.
11257 * gdb.python/py-mi-objfile.c: New file.
11258 * gdb.python/py-mi-objfile.exp: New file.
11259
ad89c2aa
KS
112602015-08-17 Keith Seitz <keiths@redhat.com>
11261
11262 * gdb.linespec/explicit.exp: Move strace test from here ...
11263 * gdb.trace/strace.exp: ... to here.
11264
e3ae3c43
PP
112652015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11266
11267 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11268 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11269
604b2636
DE
112702015-08-14 Doug Evans <xdje42@gmail.com>
11271
11272 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11273 inferior before selecting a new file.
11274
6ff0ba5f
DE
112752015-08-14 Doug Evans <xdje42@gmail.com>
11276
11277 * gdb.mi/mi-disassemble.exp: Update.
11278 * gdb.base/disasm-optim.S: New file.
11279 * gdb.base/disasm-optim.c: New file.
11280 * gdb.base/disasm-optim.h: New file.
11281 * gdb.base/disasm-optim.exp: New file.
11282
9ca98f92
KS
112832015-08-14 Keith Seitz <keiths@redhat.com>
11284
11285 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11286 "evaluated-by".
11287
52bbc560
JB
112882015-08-13 Joel Brobecker <brobecker@adacore.com>
11289
11290 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11291
5d8c3ed3
PMR
112922015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11293
11294 * gdb.ada/fun_renaming.exp: New testcase.
11295 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11296 * gdb.ada/fun_renaming/pack.adb: New file.
11297 * gdb.ada/fun_renaming/pack.ads: New file.
11298
ea8812bc
KS
112992015-08-12 Keith Seitz <keiths@redhat.com>
11300
11301 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11302 gdb_get_line_number.
11303
4dafcdeb
JB
113042015-08-12 Joel Brobecker <brobecker@adacore.com>
11305
11306 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11307 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11308 gdb.base/dso2dso.exp: New files.
11309
5ba32597
SDJ
113102015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11311 Pedro Alves <palves@redhat.com>
11312 Keith Seitz <keiths@redhat.com>
11313
11314 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11315 GDBFLAGS.
11316
b6dafabf
PP
113172015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11318
11319 * gdb.base/gdbhistsize-history.exp
11320 (test_histsize_history_setting): Use save_vars.
11321 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11322 Use save_vars.
11323 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11324 * gdb.base/readline.exp: Use save_vars.
11325
abe8e607
PP
113262015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11327
11328 * lib/gdb.exp (save_vars): New proc.
11329
629500fa
KS
113302015-08-11 Keith Seitz <keiths@redhat.com>
11331
11332 * gdb.base/help.exp: Update help_breakpoint_text.
11333
eb8c4e2e
KS
113342015-08-11 Keith Seitz <keiths@redhat.com>
11335
11336 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11337 (at toplevel): Call test_explicit_breakpoints.
11338 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11339 breakpoints.
11340 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11341 breakpoint conditions, "-cond".
11342
87f0e720
KS
113432015-08-11 Keith Seitz <keiths@redhat.com>
11344
11345 * gdb.linespec/3explicit.c: New file.
11346 * gdb.linespec/cpexplicit.cc: New file.
11347 * gdb.linespec/cpexplicit.exp: New file.
11348 * gdb.linespec/explicit.c: New file.
11349 * gdb.linespec/explicit.exp: New file.
11350 * gdb.linespec/explicit2.c: New file.
11351 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11352 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11353 before using in the matching pattern.
11354 Clarify that `prefix' is a regular expression.
11355
f00aae0f
KS
113562015-08-11 Keith Seitz <keiths@redhat.com>
11357
11358 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11359 test.
11360 Add tests for missing ",FMT" and ",".
11361
e27852be
DE
113622015-08-10 Doug Evans <dje@google.com>
11363 Keith Seitz <keiths@redhat.com>
11364
11365 PR gdb/17960
11366 * gdb.base/completion.exp: Add location completer tests.
11367
7f03bd92
PA
113682015-08-07 Pedro Alves <palves@redhat.com>
11369
11370 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11371 tests here.
11372 (top level): Run do_test with and without displaced stepping.
11373
3fc8eb30
PA
113742015-08-07 Pedro Alves <palves@redhat.com>
11375
11376 * gdb.base/valgrind-disp-step.c: New file.
11377 * gdb.base/valgrind-disp-step.exp: New file.
11378
d4569d7b
PA
113792015-08-07 Pedro Alves <palves@redhat.com>
11380
11381 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11382 Delete function.
11383 (main): Add alarm. Run an infinite loop instead of calling
11384 wait_threads.
11385 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11386 comment.
11387 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11388 Delete function.
11389 (main): Add alarm. Run an infinite loop instead of calling
11390 wait_threads.
11391 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11392 comment.
11393
e1316e60
PA
113942015-08-07 Pedro Alves <palves@redhat.com>
11395
11396 * gdb.base/checkpoint-ns.exp: New file.
11397 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11398 standard_testfile.
11399
da8c46d2
MM
114002015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11401
11402 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11403 * gdb.btrace/instruction_history.exp: Update.
11404 * gdb.btrace/tsx.exp: New.
11405 * gdb.btrace/tsx.c: New.
11406
de1c2c52
PA
114072015-08-06 Pedro Alves <palves@redhat.com>
11408
11409 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11410 increase timeout.
11411 * gdb.reverse/until-precsave.exp: Bump timeouts.
11412
782e0bf4
PA
114132015-08-06 Pedro Alves <palves@redhat.com>
11414
11415 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11416
83e97ed0
PA
114172015-08-06 Pedro Alves <palves@redhat.com>
11418
11419 PR gdb/18749
11420 * gdb.threads/process-dies-while-handling-bp.c: New file.
11421 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11422
863d01bd
PA
114232015-08-06 Pedro Alves <palves@redhat.com>
11424
11425 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11426 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11427
0a39bb32
PA
114282015-08-05 Pedro Alves <palves@redhat.com>
11429
11430 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11431 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11432
ee2d2b10
SL
114332015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11434
11435 * gdb.base/bp-permanent.exp: Report test as unsupported if
11436 the target cannot stop at the permanent breakpoint.
11437
4e1bdb00
DE
114382015-08-03 Doug Evans <dje@google.com>
11439
11440 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11441 10000.
11442
3d338901
DE
114432015-08-03 Doug Evans <dje@google.com>
11444
11445 * Makefile.in (workers/%.worker, build-perf): New rule.
11446 (GDB_PERFTEST_MODE): New variable.
11447 (check-perf): Use it.
11448 (clean): Clean up gdb.perf parallel build subdirs.
11449 * lib/build-piece.exp: New file.
11450 * lib/gdb.exp (make_gdb_parallel_path): New function
11451 (standard_output_file, standard_temp_file): Call it.
11452 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11453 of $GDB_PARALLEL.
11454 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11455
af061d3e
DE
114562015-08-03 Doug Evans <dje@google.com>
11457
8e1afc81 11458 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
11459 (LOG_FILE_NAME): New global.
11460 (TextReporter.__init__): Initialize self.txt_sum.
11461 (TextReporter.report): Add support for multiple data-points.
11462 Move report to perftest.sum, put raw data in perftest.log.
11463 (TextReporter.start): Open sum and log files.
11464 (TextReporter.end): Close sum and log files.
8e1afc81
DE
11465 * gdb.perf/lib/perftest/testresult.py
11466 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 11467
2c8c5d37
PA
114682015-07-31 Pedro Alves <palves@redhat.com>
11469
11470 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11471 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11472 kill_wait_spawned_process instead of explicit "kill -9".
11473 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11474 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11475 kill_wait_spawned_process.
11476 * gdb.base/attach-twice.exp: Likewise.
11477 * gdb.base/attach.exp: Likewise.
11478 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11479 gdb_test_multiple.
11480 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11481 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11482 kill_wait_spawned_process.
11483 * gdb.base/valgrind-infcall.exp: Likewise.
11484 * gdb.multi/multi-attach.exp: Likewise.
11485 * gdb.python/py-prompt.exp: Likewise.
11486 * gdb.python/py-sync-interp.exp: Likewise.
11487 * gdb.server/ext-attach.exp: Likewise.
11488 * gdb.threads/attach-into-signal.exp (corefunc): Use
11489 spawn_wait_for_attach, spawn_id_get_pid and
11490 kill_wait_spawned_process.
11491 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11492 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11493 spawn_id_get_pid and kill_wait_spawned_process.
11494 * gdb.threads/attach-stopped.exp (corefunc): Use
11495 spawn_wait_for_attach, spawn_id_get_pid and
11496 kill_wait_spawned_process.
11497 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11498 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11499 kill_wait_spawned_process instead of explicit "kill -9".
11500 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11501 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11502 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11503 processes. Don't map cygwin/windows pids here. Now returns a
11504 spawn id list.
11505
032a0fca
SL
115062015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11507
11508 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11509 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11510 correct patch.
11511
61a934ca
SL
115122015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11513
11514 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11515
4bc4d428
SL
115162015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11517
11518 Reapply:
11519 2014-05-21 Mark Wielaard <mjw@redhat.com>
11520
11521 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11522
998d452a
PA
115232015-07-30 Pedro Alves <palves@redhat.com>
11524
11525 * linux-low.c (handle_extended_wait): Set the child's last
11526 reported status to TARGET_WAITKIND_STOPPED.
11527
69dde7dc
PA
115282015-07-30 Pedro Alves <palves@redhat.com>
11529
11530 PR threads/18600
11531 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11532 only shows inferior 1.
11533
4dd63d48
PA
115342015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11535 Pedro Alves <palves@redhat.com>
11536
11537 PR threads/18600
11538 * gdb.threads/fork-plus-threads.c: New file.
11539 * gdb.threads/fork-plus-threads.exp: New file.
11540
d618e4c5
PP
115412015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11542
11543 * gdb.base/batch-preserve-term-settings.exp
11544 (test_terminal_settings_preserved_after_cli_exit): Use
11545 send_quit_command.
11546
1eef6428
PA
115472015-07-29 Pedro Alves <palves@redhat.com>
11548 Don Breazeal <donb@codesourcery.com>
11549
11550 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11551 output from both inferior_spawn_id and gdb_spawn_id.
11552
7da5b897
SDJ
115532015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11554
11555 * gdb.threads/attach-into-signal.exp (corefunc): Use
11556 with_test_prefix on nested loops, uniquefying the test messages.
11557
dac804df
SDJ
115582015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11559
11560 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11561 commit.
11562
06265e53
PP
115632015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11564
11565 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11566 New proc.
11567 (test_terminal_settings_preserved_after_sigterm): New test.
11568
18206ca3
PP
115692015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11570
11571 * gdb.base/batch-preserve-term-settings.exp
11572 (test_terminal_settings_preserved_after_cli_exit): New test.
11573
90074d11
PP
115742015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11575
11576 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11577 manipulation of saved_gdbflags.
11578 (test_terminal_settings_preserved): Remove global declaration of
11579 the unused variable pagination_prompt. Remove manipulation of
11580 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11581 GDBFLAGS.
11582
eb1a7902
PA
115832015-07-29 Pedro Alves <palves@redhat.com>
11584
11585 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11586
8b75dd3b
PA
115872015-07-29 Pedro Alves <palves@redhat.com>
11588
11589 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11590 at the top.
11591
dedad4e3
PA
115922015-07-29 Pedro Alves <palves@redhat.com>
11593
11594 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11595 (main): Call gdb_unbuffer_output.
11596 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11597 (main): Call gdb_unbuffer_output.
11598 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11599 (main): Call gdb_unbuffer_output.
11600 * gdb.base/call-strs.exp: Adjust to step over the
11601 gdb_unbuffer_output call.
11602 * gdb.base/catch-gdb-caused-signals.c: Include
11603 "../lib/unbuffer_output.c".
11604 (main): Call gdb_unbuffer_output.
11605 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11606 (main): Call gdb_unbuffer_output.
11607 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11608 (main): Call gdb_unbuffer_output.
11609 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11610 (main): Call gdb_unbuffer_output.
11611 * gdb.base/shlib-call.exp: Adjust to step over the
11612 gdb_unbuffer_output call.
11613 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11614 (main): Call gdb_unbuffer_output.
11615 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11616 (main): Call gdb_unbuffer_output.
11617 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11618 (main): Rename to ...
11619 (test): ... this.
11620 (main): Reimplement.
11621 * gdb.base/varargs.exp: Run to test instead of to main.
11622 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11623 (main): Call gdb_unbuffer_output.
11624
58789a91
PA
116252015-07-29 Pedro Alves <palves@redhat.com>
11626
11627 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11628 factore out from mi_continue_dprintf. For call-style dprintfs,
11629 expect dprintf output out of $inferior_spawn_id.
11630 (mi_continue_dprintf): Use mi_expect_dprintf.
11631 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11632 (main): Call gdb_unbuffer_output.
11633
e8376742
PA
116342015-07-29 Pedro Alves <palves@redhat.com>
11635
11636 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11637 (default_mi_gdb_start): Set inferior_spawn_id instead of
11638 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11639 gdb_spawn_id.
11640 (mi_gdb_test): Always expect inferior output from both
11641 $inferior_spawn_id and $gdb_spawn_id.
11642
08280010
PA
116432015-07-29 Pedro Alves <palves@redhat.com>
11644
11645 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11646 send_inferior and $inferior_spawn_id.
11647
4d30e432
PA
116482015-07-29 Pedro Alves <palves@redhat.com>
11649
11650 * gdb.gdb/complaints.exp (test_initial_complaints)
11651 (test_serial_complaints, test_short_complaints): Use
11652 gdb_test_stdio.
11653 (test_empty_complaint): Handle $inferior_spawn_id !=
11654 $gdb_spawn_id.
11655
0d30a335
PA
116562015-07-29 Pedro Alves <palves@redhat.com>
11657
11658 * gdb.base/varargs.exp: Use gdb_test_stdio.
11659
39413b29
PA
116602015-07-29 Pedro Alves <palves@redhat.com>
11661
11662 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11663
7cb000a9
PA
116642015-07-29 Pedro Alves <palves@redhat.com>
11665
11666 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11667
d7b8ac82
PA
116682015-07-29 Pedro Alves <palves@redhat.com>
11669
11670 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11671 parameter into two new parameters, "inf_result" and "gdb_result".
11672 Expect inferior output and gdb output from $inferior_spawn_id and
11673 $gdb_spawn_id, respectively. Adjust all callers.
11674
789c3a0c
PA
116752015-07-29 Pedro Alves <palves@redhat.com>
11676
11677 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11678 of gdb_test_sequence.
11679
77e760c3
PA
116802015-07-29 Pedro Alves <palves@redhat.com>
11681
11682 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11683 (saw_spurious_output): Expect inferior output from
11684 $inferior_spawn_id. Use gdb_test_stdio.
11685
8396d2cd
PA
116862015-07-29 Pedro Alves <palves@redhat.com>
11687
11688 * gdb.base/dprintf.exp: Use standard_testfile. Change
11689 prepare_for_testing call.
11690 (srcfile): Don't set.
11691 (restart): New procedure.
11692 (test_dprintf): New procecure, use to continue over dprintfs.
11693 (test_call, test_agent): New procedures, tests moved here.
11694 Restart gdb and recreate dprintfs. Adjust expected output.
11695
2051d61f
PA
116962015-07-29 Pedro Alves <palves@redhat.com>
11697
11698 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11699
452397af
PA
117002015-07-29 Pedro Alves <palves@redhat.com>
11701
11702 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11703
8aed9555
PA
117042015-07-29 Pedro Alves <palves@redhat.com>
11705
11706 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11707 gdb_test_stdio.
11708
188a61b4
PA
117092015-07-29 Pedro Alves <palves@redhat.com>
11710
11711 * lib/gdb.exp (gdb_test_stdio): New procedure.
11712
12264a45
PA
117132015-07-29 Pedro Alves <palves@redhat.com>
11714
11715 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11716
23ffc893
PA
117172015-07-29 Pedro Alves <palves@redhat.com>
11718
11719 * gdb.base/call-signal-resume.exp: Remove check for
11720 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11721 * gdb.base/unwindonsignal.exp: Likewise.
11722 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11723 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11724
65566918
PA
117252015-07-29 Pedro Alves <palves@redhat.com>
11726
11727 * gdb.base/siginfo-addr.c (pass): New function.
11728 (handler): Call it iff si_addr is correct.
11729 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11730 Set a breakpoint at "pass" and continue to it.
11731
d60a9221
SDJ
117322015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11733
11734 * gdb.python/py-objfile.exp: Make some tests have unique names.
11735 * gdb.python/py-pp-registration.exp: Likewise.
11736
bde40b8f
PA
117372015-07-28 Pedro Alves <palves@redhat.com>
11738
11739 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11740
13e1dec8
SM
117412015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11742
11743 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11744
da33c9a7
SM
117452015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11746
11747 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11748
077836f7
PP
117492015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11750
11751 * gdb.base/gdb-sigterm-2.exp: New test.
11752
b8cc7b2e
DE
117532015-07-25 Doug Evans <xdje42@gmail.com>
11754
11755 Revert:
11756 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11757 (workers/%.worker, build-perf): New rule.
11758 (GDB_PERFTEST_MODE): New variable.
11759 (check-perf): Use it.
11760 (clean): Clean up gdb.perf parallel build subdirs.
11761 * lib/build-piece.exp: New file.
11762 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11763 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11764 name.
11765 (standard_temp_file): Ditto.
11766 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11767 of $GDB_PARALLEL.
11768
c8bd4544
DE
117692015-07-24 Doug Evans <dje@google.com>
11770
11771 * gdb.perf/lib/perftest/utils.py: New file.
11772 * gdb.perf/gm-hello.cc: New file.
11773 * gdb.perf/gm-pervasive-typedef.cc: New file.
11774 * gdb.perf/gm-pervasive-typedef.h: New file.
11775 * gdb.perf/gm-std.cc: New file.
11776 * gdb.perf/gm-std.h: New file.
11777 * gdb.perf/gm-use-cerr.cc: New file.
11778 * gdb.perf/gm-utils.h: New file.
11779 * gdb.perf/gmonster-null-lookup.py: New file.
11780 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11781 * gdb.perf/gmonster-print-cerr.py: New file.
11782 * gdb.perf/gmonster-ptype-string.py: New file.
11783 * gdb.perf/gmonster-runto-main.py: New file.
11784 * gdb.perf/gmonster-select-file.py: New file.
11785 * gdb.perf/gmonster1-null-lookup.exp: New file.
11786 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11787 * gdb.perf/gmonster1-print-cerr.exp: New file.
11788 * gdb.perf/gmonster1-ptype-string.exp: New file.
11789 * gdb.perf/gmonster1-runto-main.exp: New file.
11790 * gdb.perf/gmonster1-select-file.exp: New file.
11791 * gdb.perf/gmonster1.cc: New file.
11792 * gdb.perf/gmonster1.exp: New file.
11793 * gdb.perf/gmonster2-null-lookup.exp: New file.
11794 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11795 * gdb.perf/gmonster2-print-cerr.exp: New file.
11796 * gdb.perf/gmonster2-ptype-string.exp: New file.
11797 * gdb.perf/gmonster2-runto-main.exp: New file.
11798 * gdb.perf/gmonster2-select-file.exp: New file.
11799 * gdb.perf/gmonster2.cc: New file.
11800 * gdb.perf/gmonster2.exp: New file.
11801
6eab34f3
DE
118022015-07-24 Doug Evans <dje@google.com>
11803
11804 * gdb.perf/README: New file.
11805 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11806 * lib/gen-perf-test.exp: New file.
11807
63738bfd
DE
118082015-07-24 Doug Evans <dje@google.com>
11809
11810 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11811 (PerfTest::startup): New function.
11812 (PerfTest::run): Return result of calling body.
11813 (PerfTest::assemble): Rewrite.
11814 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11815 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11816 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11817 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11818 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11819
7b606f95
DE
118202015-07-24 Doug Evans <dje@google.com>
11821
11822 * lib/gdb.exp (clean_restart): Make executable optional.
11823
a97b16b8
DE
118242015-07-24 Doug Evans <dje@google.com>
11825
11826 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11827 compiler_info references.
11828 * gdb.cp/temargs.exp: Ditto.
11829 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11830 (get_compiler_info): Early exit if already computed. Set compiler_info
11831 to "unknown" if there was a problem.
11832 (test_compiler_info): Add function comment. Call get_compiler_info.
11833
35baa57f
DE
118342015-07-24 Doug Evans <dje@google.com>
11835
11836 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11837 (workers/%.worker, build-perf): New rule.
11838 (GDB_PERFTEST_MODE): New variable.
11839 (check-perf): Use it.
11840 (clean): Clean up gdb.perf parallel build subdirs.
11841 * lib/build-piece.exp: New file.
11842 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11843 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11844 name.
11845 (standard_temp_file): Ditto.
11846 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11847 of $GDB_PARALLEL.
11848
6ebea266
DE
118492015-07-24 Doug Evans <dje@google.com>
11850
11851 * lib/future.exp (gdb_default_target_compile): New option
11852 "early_flags".
11853 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11854 --as-needed.
11855
1e76a7e9
SDJ
118562015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11857
11858 * gdb.base/catch-syscall.exp: Call gdb_exit before
11859 gdb_skip_xml_test.
11860
5068630a
PA
118612015-07-24 Pedro Alves <palves@redhat.com>
11862
11863 * gdb.python/py-events.exp: Accept output between the stop event
11864 and the prompt.
11865 * gdb.python/py-evsignal.exp: Likewise.
11866 * gdb.python/py-evthreads.exp: Likewise.
11867
77598427
PA
118682015-07-24 Pedro Alves <palves@redhat.com>
11869
11870 PR gdb/18717
11871 * gdb.threads/non-ldr-exit.c: New file.
11872 * gdb.threads/non-ldr-exit.exp: New file.
11873
11e6c98f
YQ
118742015-07-24 Yao Qi <yao.qi@linaro.org>
11875
11876 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11877 restarting process.
11878
51aee833
YQ
118792015-07-24 Yao Qi <yao.qi@linaro.org>
11880
11881 * gdb.server/ext-restart.exp: New file.
11882
8cfe207c
YQ
118832015-07-24 Yao Qi <yao.qi@linaro.org>
11884
11885 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11886 argument options.
11887 * gdb.server/ext-wrapper.exp: New file.
11888
cc12ce38
DE
118892015-07-23 Doug Evans <dje@google.com>
11890
11891 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11892 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11893
d0d84780
PMR
118942015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11895
11896 * gdb.ada/var_arr_typedef.exp: New testcase.
11897 * gdb.ada/var_arr_typedef/pack.adb: New file.
11898 * gdb.ada/var_arr_typedef/pack.ads: New file.
11899 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11900
8b558f79
JB
119012015-07-20 Joel Brobecker <brobecker@adacore.com>
11902
11903 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11904
775a3298
JK
119052015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11906
11907 * gdb.arch/i386-biarch-core.exp: Replace istarget
11908 by "complete set gnutarget". Remove expectation for the "core-file"
11909 command.
11910
db1ff28b
JK
119112015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11912
11913 Revert the previous commit:
11914 Tests for validate symbol file using build-id.
11915
0a94970d
JK
119162015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11917
11918 Tests for validate symbol file using build-id.
11919 * gdb.base/solib-mismatch-lib.c: New file.
11920 * gdb.base/solib-mismatch-libmod.c: New file.
11921 * gdb.base/solib-mismatch.c: New file.
11922 * gdb.base/solib-mismatch.exp: New file.
11923
03346981
SL
119242015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11925
11926 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11927 nios2-*-linux*.
11928 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11929 * gdb.base/siginfo.exp: Likewise.
11930 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11931
42422cc7
PL
119322015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11933
11934 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11935 Move it to ...
11936 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11937 ... here.
11938 * gdb.trace/range-stepping.exp: Check that the target supports
11939 range stepping.
11940
cfa68bae
JK
119412015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11942
11943 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11944
8ffdba26
PA
119452015-07-14 Pedro Alves <palves@redhat.com>
11946
11947 * gdb.base/killed-outside.exp: New file.
11948 * gdb.base/killed-outside.c: New file.
11949
218a5a11
JK
119502015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11951
11952 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11953 (n at main): New.
11954 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11955
e03ed3c6
AA
119562015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11957
11958 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11959 infcall tests instead of setting up for KFAIL.
11960
485668e5
MM
119612015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11962
11963 * gdb.btrace/record_goto-step.exp: New.
11964
08464196
JK
119652015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11966
11967 PR compile/18484
11968 * gdb.compile/compile.c (struct struct_type): Add volatile to
11969 selffield's type.
11970 * gdb.compile/compile.exp
11971 (compile code struct_object.selffield = &struct_object): Skip further
11972 struct_object tests if this one xfails.
11973
bcf5c1d9
RC
119742015-07-08 Robert O'Callahan <robert@ocallahan.org>
11975
11976 PR exp/18617
11977 * gdb.trace/ax.exp: Add test.
11978
4931af25
YQ
119792015-07-07 Yao Qi <yao.qi@linaro.org>
11980
11981 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11982 instead of istarget "aarch64*-*-*".
11983 * gdb.arch/aarch64-fp.exp: Likewise.
11984 * gdb.base/float.exp: Likewise.
11985 * gdb.reverse/aarch64.exp: Likewise.
11986 * lib/gdb.exp (is_aarch64_target): New proc.
11987
9fcf688e
YQ
119882015-07-07 Yao Qi <yao.qi@linaro.org>
11989
11990 * lib/gdb.exp (is_aarch32_target): New proc.
11991 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
11992 instead of "istarget "arm*-*-*"".
11993 * gdb.arch/arm-disp-step.exp: Likewise.
11994 * gdb.arch/thumb-bx-pc.exp: Likewise.
11995 * gdb.arch/thumb-prologue.exp: Likewise.
11996 * gdb.arch/thumb-singlestep.exp: Likewise.
11997 * gdb.base/disp-step-syscall.exp: Likewise.
11998 * gdb.base/float.exp: Likewise.
11999
fbd8d50d
YQ
120002015-07-07 Yao Qi <yao.qi@linaro.org>
12001
12002 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12003 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12004
71be1fdc
YQ
120052015-07-07 Yao Qi <yao.qi@linaro.org>
12006
12007 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12008 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12009 if it exists.
12010 * gdb.multi/multi-arch.exp: Likewise.
12011
3e221d36
SM
120122015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12013
12014 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12015 print.
12016
d441430b
YQ
120172015-07-07 Yao Qi <yao.qi@linaro.org>
12018
12019 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12020
06f810bd
MG
120212015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12022
12023 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12024 '[' and ']' characters.
12025
5e61e7c0
IB
120262015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12027
12028 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12029
28bf096c
PA
120302015-06-29 Pedro Alves <palves@redhat.com>
12031
12032 PR threads/18127
12033 * gdb.threads/hand-call-new-thread.c: New file.
12034 * gdb.threads/hand-call-new-thread.c: New file.
12035
ee93cd5e
KS
120362015-06-26 Keith Seitz <keiths@redhat.com>
12037 Doug Evans <dje@google.com>
12038
12039 PR 16253
12040 * gdb.cp/var-tag-2.cc: New file.
12041 * gdb.cp/var-tag-3.cc: New file.
12042 * gdb.cp/var-tag-4.cc: New file.
12043 * gdb.cp/var-tag.cc: New file.
12044 * gdb.cp/var-tag.exp: New file.
12045
fc637f04
PP
120462015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12047
12048 * gdb.base/history-duplicates.exp: New test.
12049
2e52ae68
PP
120502015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12051
12052 * gdb.base/completion.exp: Test the completion of the "focus"
12053 command.
12054
6e22494e
JK
120552015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12056
12057 * gdb.arch/amd64-prologue-skip.S: New file.
12058 * gdb.arch/amd64-prologue-skip.exp: New file.
12059
bf7b9cd9
SM
120602015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12061
12062 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12063 is_address_zero_readable check.
12064
201e8dfd
PB
120652015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12066
12067 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12068 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12069
5cd867b4
YQ
120702015-06-24 Yao Qi <yao.qi@linaro.org>
12071
12072 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12073 linux targets.
12074
4d7be007
YQ
120752015-06-24 Yao Qi <yao.qi@linaro.org>
12076
12077 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12078 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12079 * gdb.base/siginfo-thread.exp: Likewise.
12080
07fcd301
YQ
120812015-06-22 Yao Qi <yao.qi@linaro.org>
12082
12083 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12084
52042a00
YQ
120852015-06-22 Yao Qi <yao.qi@linaro.org>
12086
12087 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12088 aarch64*-*-*.
12089 (skip_hw_watchpoint_tests): Likewise.
12090
74bd41ce
PP
120912015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12092
12093 * gdb.base/gdbinit-history.exp: Test the interaction between
12094 setting GDBHISTSIZE and setting the history size via .gdbinit.
12095
bc460514
PP
120962015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12097
12098 PR gdb/16999
12099 * gdb.base/gdbhistsize-history.exp: New test.
12100
b58c513b
PP
121012015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12102
12103 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12104 with GDBHISTSIZE.
12105 * gdb.base/readline.exp: Likewise.
12106
92046791
YQ
121072015-06-17 Yao Qi <yao.qi@linaro.org>
12108
12109 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12110 line.
12111
2093d2d3
PP
121122015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12113
12114 * gdb.base/gdbinit-history.exp: Add test case to check that
12115 an unlimited history file does not get truncated on exit.
12116
e6c693af
AA
121172015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12118
12119 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12120 (VECTOR): New macro. Use it...
12121 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12122 ...for these typedefs.
12123 (int8, char1, int1, double1): New typedefs.
12124 (struct just_int2, struct two_int2): New structures.
12125 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12126 (add_structvecs, add_singlevecs): New functions.
12127 (main): Call add_some_intvecs twice.
12128 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12129 the compile and exit upon failure. Try compiling for the "native"
12130 architecture. Test inferior function calls with vector arguments
12131 and vector return value handling with "finish" and "return".
12132
c74f7d1c
JT
121332015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12134
12135 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12136 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12137 PE file.
12138 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12139
98aa42ee
AT
121402015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12141
12142 PR breakpoints/16465
12143 * gdb.mi/mi-dprintf-pending.c: New file.
12144 * gdb.mi/mi-dprintf-pending.exp: New test.
12145 * gdb.mi/mi-dprintf-pendshr.c: New file.
12146
7d73c23c 121472015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 12148 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
12149
12150 * gdb.arch/i386-mpx-map.c: New file.
12151 * gdb.arch/i386-mpx-map.exp: New File.
12152
121532015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12154
12155 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12156 * gdb.arch/i386-mpx.exp: Indentation fixed.
12157
121582015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12159
12160 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12161 function and improved indentation.
12162 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12163 gdb_test_multiple. Added additional tests to skip the test.
12164
121652015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12166
12167 * gdb.arch/i386-avx512.c: Change path in include file.
12168 * gdb.arch/i386-avx512.exp: Change include dir path
12169 compilation flag.
12170 * gdb.arch/i386-mpx.c: Change path in include file.
12171 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12172 flag.
12173
d5eba19a
JK
121742015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12175
12176 * gdb.compile/compile-print.exp (compile print *vararray@3)
12177 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12178
7f361056
JK
121792015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12180
12181 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12182 (do not keep jit in memory): ... this.
12183 (expect 5): Change it to ...
12184 (expect no 5): ... this.
12185
3b462ec2
SM
121862015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12187
12188 PR gdb/15564
12189 * gdb.mi/mi-detach.exp: New file.
12190
e0619de6
JK
121912015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12192
12193 PR symtab/18392
12194 * gdb.arch/amd64-tailcall-self.S: New file.
12195 * gdb.arch/amd64-tailcall-self.c: New file.
12196 * gdb.arch/amd64-tailcall-self.exp: New file.
12197
e970cb34
DB
121982015-05-28 Don Breazeal <donb@codesourcery.com>
12199
12200 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12201 tests for remote targets by checking is_target_gdbserver.
12202
b2e2f908
DE
122032015-05-27 Doug Evans <dje@google.com>
12204
12205 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12206 * gdb.dwarf2/opaque-type-lookup.c: New file.
12207 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12208
82c7be31
DE
122092015-05-26 Doug Evans <dje@google.com>
12210
12211 * gdb.cp/iostream.cc: New file.
12212 * gdb.cp/iostream.exp: New file.
12213
b4f54984
DE
122142015-05-26 Doug Evans <dje@google.com>
12215
12216 * gdb.dwarf2/dw2-op-call.exp: Update.
12217 * gdb.dwarf2/dw4-sig-types.exp: Update.
12218 * gdb.dwarf2/implptr.exp: Update.
12219 * gdb.mi/mi-cmd-param-changed.exp: Update.
12220
4ea6efe9
DE
122212015-05-26 Doug Evans <dje@google.com>
12222
12223 * gdb.python/py-lazy-string.c: New file.
12224 * gdb.python/py-lazy-string.exp: New file.
12225 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12226 (main): Update. Add estring3.
12227 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12228 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12229
f6bb7db3
YQ
122302015-05-26 Omair Javaid <omair.javaid@linaro.org>
12231 Yao Qi <yao.qi@linaro.org>
12232
12233 * gdb.reverse/aarch64.c: New.
12234 * gdb.reverse/aarch64.exp: New.
12235
a81bfbd0
OJ
122362015-05-26 Omair Javaid <omair.javaid@linaro.org>
12237
25d49b86
PA
12238 * lib/gdb.exp (supports_process_record): Return true for
12239 aarch64*-linux*.
a81bfbd0
OJ
12240 (supports_reverse): Likewise.
12241
158bf1b4
PP
122422015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12243
12244 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12245 Use with_test_prefix.
12246
a0145030
AB
122472015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12248
12249 * gdb.base/completion.exp: Add test for completion of layout
12250 names.
12251
ebe3b578
AB
122522015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12253
12254 * lib/gdb.exp (skip_tui_tests): New proc.
12255 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12256
84204ed7
PA
122572015-05-19 Pedro Alves <palves@redhat.com>
12258
12259 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12260 Save the whole env array instead of just HOME. Unset HISTSIZE in
12261 the environment while testing. Restore whole environment
12262 afterwards.
12263
37442ce1
DE
122642015-05-16 Doug Evans <xdje42@gmail.com>
12265
12266 * gdb.guile/scm-ports.c: New file.
12267 * gdb.guile/scm-ports.exp: Add memory port tests.
12268
36de76f9
JK
122692015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12270
12271 * gdb.compile/compile-print.c: New file.
12272 * gdb.compile/compile-print.exp: New file.
12273
3a9558c4
JK
122742015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12275
12276 * gdb.compile/compile-ops.exp: Cast param to void.
12277 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12278 (compile code struct_object.selffield = &struct_object): Add xfail.
12279
aa715135
JG
122802015-05-15 Joel Brobecker <brobecker@adacore.com>
12281
12282 * gdb.ada/arr_enum_with_gap: New testcase.
12283
931e5bc3
JG
122842015-05-15 Joel Brobecker <brobecker@adacore.com>
12285
12286 * gdb.ada/byte_packed_arr: New testcase.
12287
9cd4d857
JB
122882015-05-15 Joel Brobecker <brobecker@adacore.com>
12289
12290 * gdb.ada/pckd_neg: New testcase.
12291
ebfd00d2
PP
122922015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12293
12294 PR gdb/17820
12295 * gdb.base/gdbinit-history.exp: New test.
12296 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12297 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12298
4c082a81
SC
122992015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12300
12301 * gdb.python/py-xmethods.cc: Enhance test case.
12302 * gdb.python/py-xmethods.exp: New tests.
12303 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12304 function.
12305 (B_indexoper): Likewise.
12306 (global_dm_list) : Add new xmethod worker functions.
12307
f7797074
SDJ
123082015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12309
12310 * gdb.base/coredump-filter.exp: Correctly unset
12311 "coredump_var_addr" array.
12312
a4674e4e
PA
123132015-05-08 Pedro Alves <palves@redhat.com>
12314
12315 * gdb.server/non-existing-program.exp: Unset spawn_id.
12316
df2eb078
SC
123172015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12318
12319 PR python/18291
12320 * gdb.python/py-xmethods.exp: Add tests.
12321
422349a3
YQ
123222015-05-08 Yao Qi <yao.qi@linaro.org>
12323
12324 PR gdb/18208
12325 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12326 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12327 function set_coredump_filter, and remove remote_exec call.
12328 Remove argument ipid. Callers update.
12329 (top level): Don't get inferior's PID.
12330
63fc80ce
AA
123312015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12332
12333 * gdb.base/watch_thread_num.exp: Skip test on targets without
12334 access watchpoints.
12335
80ad801e
PA
123362015-05-06 Pedro Alves <palves@redhat.com>
12337
12338 PR server/18081
12339 * gdb.server/non-existing-program.exp: New file.
12340
0fa7fe50
JB
123412015-05-05 Joel Brobecker <brobecker@adacore.com>
12342
12343 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12344
3ea89b92
PMR
123452015-05-05 Joel Brobecker <brobecker@adacore.com>
12346
12347 * gdb.ada/out_of_line_in_inlined: New testcase.
12348
87b8eff0
JB
123492015-05-05 Joel Brobecker <brobecker@adacore.com>
12350
12351 * gdb.ada/var_rec_arr: New testcase.
12352
5fccc635
YQ
123532015-04-30 Yao Qi <yao.qi@linaro.org>
12354
12355 * gdb.base/break-idempotent.exp: If
12356 skip_hw_watchpoint_multi_tests returns true, skip the tests
12357 on "rwatch" and "awatch".
12358
42d38f42
YQ
123592015-04-30 Yao Qi <yao.qi@linaro.org>
12360
12361 * gdb.base/relativedebug.exp: Invoke gdb command
12362 "info sharedlibrary", and if libc.so doesn't have debug info,
12363 skip the test.
12364
2ce1cdbf
DE
123652015-04-29 Doug Evans <dje@google.com>
12366
12367 * gdb.python/py-xmethods.exp: Add ptype tests.
12368 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12369 get_result_type method.
12370
f24a38c5
LM
123712015-04-29 Luis Machado <lgustavo@codesourcery.com>
12372
12373 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12374 the target does not support hardware watchpoints.
12375
ecbf2b3c
LM
123762015-04-29 Luis Machado <lgustavo@codesourcery.com>
12377
12378 * gdb.base/break-always.exp: Abort testing if writing to memory
12379 causes an error.
12380
34f5f757
DE
123812015-04-28 Doug Evans <dje@google.com>
12382
12383 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12384 * gdb.python/py-pp-registration.exp: ... here. New file.
12385 * gdb.python/py-pp-registration.c: New file.
12386 * gdb.python/py-pp-registration.py: New file.
12387
69b4374a
DE
123882015-04-28 Doug Evans <dje@google.com>
12389
12390 * gdb.python/py-bad-printers.c: New file.
12391 * gdb.python/py-bad-printers.py: New file.
12392 * gdb.python/py-bad-printers.exp: New file.
12393
59fb7612
SS
123942015-04-28 Sasha Smundak <asmundak@google.com>
12395
12396 * gdb.python/py-type.exp: New test.
12397
2631b16a
AW
123982015-04-28 Andy Wingo <wingo@igalia.com>
12399
12400 * gdb.python/py-parameter.exp:
12401 * gdb.guile/scm-parameter.exp: Escape the path that we are
12402 matching against, as it might contain characters that are special
12403 to regular expressions.
12404
460efde1
JB
124052015-04-27 Joel Brobecker <brobecker@adacore.com>
12406
12407 * gdb.ada/rec_comp: New testcase.
12408
2d369d8e
SDJ
124092015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12410
12411 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12412 before using it.
12413
cf75d6c3
AB
124142015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12415
12416 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12417 new tests for verilog output.
12418
8dbe7ca5
YQ
124192015-04-24 Yao Qi <yao.qi@linaro.org>
12420
12421 * boards/remote-gdbserver-on-localhost.exp: New file.
12422
4ef9fb2f
PA
124232015-04-23 Pedro Alves <palves@redhat.com>
12424
12425 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12426 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12427 "end of file", remove $inferior_spawn_id from the indirect list.
12428
0a803169
PA
124292015-04-23 Pedro Alves <palves@redhat.com>
12430
12431 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12432
749ef8f8
PA
124332015-04-23 Pedro Alves <palves@redhat.com>
12434
12435 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12436 on $any_spawn_id instead of only on $gdb_spawn_id.
12437
8aae4344
PM
124382015-04-21 Pierre Muller <muller@sourceware.org>
12439
12440 PR pascal/17815
12441 * lib/pascal.exp (gpc_compile): Add new option "class".
12442 (fpc_compile): Likewise.
12443 * gdb.pascal/case-insensitive-symbols.pas: New file.
12444 * gdb.pascal/case-insensitive-symbols.exp: New file.
12445
1586c8fb
GB
124462015-04-20 Gary Benson <gbenson@redhat.com>
12447
12448 * gdb.base/attach.exp: Fix three extended remote failures.
12449
1b6e6f5c
GB
124502015-04-17 Gary Benson <gbenson@redhat.com>
12451
12452 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12453 the main executable over the remote protocol.
12454
e797481d
PA
124552015-04-16 Pedro Alves <palves@redhat.com>
12456
12457 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12458 a new gdbserver if gdbserver_reconnect_p is set.
12459
1ca99c42
PA
124602015-04-16 Pedro Alves <palves@redhat.com>
12461
12462 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12463 is set, don't exit gdbserver.
12464
af9fd6f8
AA
124652015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12466
12467 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12468 appropriate .insn, such that an older assembler can be used.
12469 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12470 the z/Architecture instruction set on 31-bit targets as well.
12471
04ff1e61
AA
124722015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12473
12474 * gdb.go/handcall.exp: Remove all logic related to the first
12475 breakpoint and rely on go_runto_main instead.
12476 * gdb.go/strings.exp: Likewise.
12477 * gdb.go/unsafe.exp: Likewise.
12478 * gdb.go/hello.exp: Likewise. Also rename the remaining
12479 breakpoint marker to "breakpoint 1".
12480 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12481 * gdb.go/strings.go: Likewise.
12482 * gdb.go/unsafe.go: Likewise.
12483 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12484 "set breakpoint 2 here" and rename the remaining breakpoint marker
12485 to "breakpoint 1".
12486
40d2f8d6
SM
124872015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12488
12489 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12490 if itertools.imap is not present.
12491 * gdb.python/py-objfile.exp: Add parentheses.
12492 * gdb.python/py-type.exp: Same.
12493 * gdb.python/py-unwind-maint.py: Same.
12494
8cbc97c6
YQ
124952015-04-15 Yao Qi <yao.qi@linaro.org>
12496
12497 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12498 of ":$ptr_size" and set its form explicitly.
12499
45fd756c
YQ
125002015-04-15 Pedro Alves <palves@redhat.com>
12501 Yao Qi <yao.qi@linaro.org>
12502
12503 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12504 timeout by factor of 4.
12505 (test_regular_watch): Likewise.
12506 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12507 * gdb.reverse/sigall-reverse.exp: Likewise.
12508 * gdb.reverse/until-precsave.exp: Likewise.
12509 * lib/gdb.exp (with_timeout_factor): New proc.
12510 (gdb_expect): Move some code to ...
12511 (get_largest_timeout): ... here. New procedure.
12512
9e811bc3
LM
125132015-04-14 Luis Machado <lgustavo@codesourcery.com>
12514
12515 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12516
0ff6fcb2
LM
125172015-04-13 Luis Machado <lgustavo@codesourcery.com>
12518
12519 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12520 to write to the .text section.
12521
7578d5f7
LM
125222015-04-13 Luis Machado <lgustavo@codesourcery.com>
12523
12524 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12525 Handle the case of targets that do not provide PID information.
12526
2efe15c4
YQ
125272015-04-13 Yao Qi <yao.qi@linaro.org>
12528
12529 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12530 and use expect instead of gdb_expect.
12531
8cd8f2f8
SDJ
125322015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12533
12534 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12535 "coredump_var_addr" to avoid naming conflict with other testcases.
12536
9ee41772
PA
125372015-04-10 Pedro Alves <palves@redhat.com>
12538
12539 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12540 gdb_test_sequence and gdb_assert.
12541
07473109
PA
125422015-04-10 Pedro Alves <palves@redhat.com>
12543
12544 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12545 test messages that don't include the breakpoint address.
12546
de3db44c
YQ
125472015-04-10 Yao Qi <yao.qi@linaro.org>
12548
12549 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12550 false for some offset and width combinations which aren't
12551 supported by linux kernel.
12552
c79d856c
PA
125532015-04-10 Pedro Alves <palves@redhat.com>
12554
12555 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12556 procedure, factored out from ...
12557 (top level): ... here. Add "set displaced-stepping" testing axis.
12558 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12559 parameter "displaced". Use it.
12560 (top level): Use foreach and add "set displaced-stepping" testing
12561 axis.
12562
ebc90b50
PA
125632015-04-10 Pedro Alves <palves@redhat.com>
12564
12565 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12566 Remove comment.
12567 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12568 both the address of the instruction that triggers the watchpoint
12569 and the address of the instruction immediately after, and use
12570 those addresses for the test. Fix comment.
12571
8f572e5c
PA
125722015-04-10 Pedro Alves <palves@redhat.com>
12573
12574 * gdb.base/sigstep.exp (breakpoint_to_handler)
12575 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12576 Test "backtrace" in handler.
12577 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12578 (top level): Add new "displaced" test axis to
12579 breakpoint_to_handler, breakpoint_to_handler_entry and
12580 breakpoint_over_handler.
12581
8d707a12
PA
125822015-04-10 Pedro Alves <palves@redhat.com>
12583
12584 PR gdb/18216
12585 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12586
ef713951
YQ
125872015-04-10 Yao Qi <yao.qi@linaro.org>
12588
12589 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12590 (test_add_rn_pc): New function.
12591 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12592 (top level): Invoke test_add_rn_pc.
12593
906d60cf
PA
125942015-04-10 Pedro Alves <palves@redhat.com>
12595
12596 PR gdb/13858
12597 * gdb.base/step-over-no-symbols.exp: New file.
12598
f2983cc3
AW
125992015-04-09 Andy Wingo <wingo@igalia.com>
12600
12601 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12602 after the Python tests.
12603
6d62641c
SDJ
126042015-04-08 Keith Seitz <keiths@redhat.com>
12605
12606 PR python/16699
12607 * gdb.python/py-completion.exp: New tests for completion.
12608 * gdb.python/py-completion.py (CompleteLimit1): New class.
12609 (CompleteLimit2): Likewise.
12610 (CompleteLimit3): Likewise.
12611 (CompleteLimit4): Likewise.
12612 (CompleteLimit5): Likewise.
12613 (CompleteLimit6): Likewise.
12614 (CompleteLimit7): Likewise.
12615
f3770638
PA
126162015-04-08 Pedro Alves <palves@redhat.com>
12617
12618 PR gdb/18214
12619 PR gdb/18216
12620 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12621 function.
12622 (main): Install it as SIGUSR1 handler.
12623 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12624 parameter. Always use "setup" as prefix. Toggle "set
12625 displaced-stepping" off/on depending on global. Don't switch to
12626 thread 1 here.
12627 (top level): Add displaced stepping "off/on" test axis. Update
12628 "setup" calls. Wrap each subtest with with_test_prefix. Test
12629 continuing with a queued signal in each thread.
12630
4496bed7
PA
126312015-04-08 Pedro Alves <palves@redhat.com>
12632
12633 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12634 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12635 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12636 Return early if running to main fails.
12637 * gdb.trace/while-stepping.exp: Likewise.
12638
b97fde92
PA
126392015-04-07 Pedro Alves <palves@redhat.com>
12640
12641 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12642 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12643 interact with inferior program.
12644
f71c18e7
PA
126452015-04-07 Pedro Alves <palves@redhat.com>
12646
12647 * lib/gdb.exp (inferior_spawn_id): New global.
12648 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12649 spawn id after processing the user code.
12650 (default_gdb_start): Set inferior_spawn_id.
12651 (send_inferior): New procedure.
12652 * lib/gdbserver-support.exp (gdbserver_start): Set
12653 inferior_spawn_id.
12654 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12655
6423214f
PA
126562015-04-07 Pedro Alves <palves@redhat.com>
12657
12658 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12659 * lib/gdbserver-support.exp (gdbserver_start): Make
12660 $server_spawn_id global.
12661 (gdbserver_start): Don't wait for gdbserver's spawn id with
12662 expect_background.
12663 (close_gdbserver): New procedure.
12664 (gdb_exit): Rename the default version and reimplement.
12665
71c0ee8c
PA
126662015-04-07 Pedro Alves <palves@redhat.com>
12667
72f4393d 12668 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
12669 append the substituted item, not the original item.
12670
203bc29b
PA
126712015-04-07 Pedro Alves <palves@redhat.com>
12672
12673 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12674 gdb_expect.
12675
508a3ddf
PA
126762015-04-07 Pedro Alves <palves@redhat.com>
12677
12678 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12679 output appearing once only.
12680
9f6dbe2b
PA
126812015-04-07 Pedro Alves <palves@redhat.com>
12682
12683 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12684 that doesn't expect anything. Return early if running to main
12685 fails.
12686
337532fa
YQ
126872015-04-07 Yao Qi <yao.qi@linaro.org>
12688
12689 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12690 (child_function): Call alarm.
12691 (main): Move call to alarm into the loop.
12692 * gdb.threads/non-stop-fair-events.exp: Build program with
12693 -DTIMEOUT=$timeout.
12694
01b622d4
DE
126952015-04-06 Doug Evans <xdje42@gmail.com>
12696
12697 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12698 Fix dest parameter to board_info.
12699 (fpc_compile): Ditto.
12700 (gdb_compile_pascal): Rename dest arg to destfile.
12701
961f4160
PMR
127022015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12703
12704 * gdb.ada/funcall_ref.exp: New file.
12705 * gdb.ada/funcall_ref/foo.adb: New file.
12706
cafda597
YQ
127072015-04-02 Yao Qi <yao.qi@linaro.org>
12708
12709 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12710 is remote.
12711
fed040c6
GB
127122015-04-02 Gary Benson <gbenson@redhat.com>
12713
12714 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12715
d11916aa
SS
127162015-04-01 Sasha Smundak <asmundak@google.com>
12717
12718 * gdb.python/py-unwind-maint.c: New file.
12719 * gdb.python/py-unwind-maint.exp: New test.
12720 * gdb.python/py-unwind-maint.py: New file.
12721 * gdb.python/py-unwind.c: New file.
12722 * gdb.python/py-unwind.exp: New test.
12723 * gdb.python/py-unwind.py: New test.
12724
a1471180
PA
127252015-04-01 Pedro Alves <palves@redhat.com>
12726
12727 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12728 to fail instead of non-existent $test.
12729
0bbeccb1
PA
127302015-04-01 Pedro Alves <palves@redhat.com>
12731
12732 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12733 GDBFLAGS if not empty.
12734
3c724c8c
PMR
127352015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12736
12737 * gdb.ada/complete.exp: Remove "multi_line".
12738 * gdb.ada/info_exc.exp: Remove "multi_line".
12739 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12740 * gdb.ada/ptype_field.exp: Remove "multi_line".
12741 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12742 * gdb.ada/tagged.exp: Remove "multi_line".
12743 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12744 [multi_line ...]
12745 * gdb.btrace/delta.exp: Likewise.
12746 * gdb.btrace/exception.exp: Likewise.
12747 * gdb.btrace/function_call_history.exp: Likewise.
12748 * gdb.btrace/instruction_history.exp: Likewise.
12749 * gdb.btrace/nohist.exp: Likewise.
12750 * gdb.btrace/record_goto.exp: Likewise.
12751 * gdb.btrace/segv.exp: Likewise.
12752 * gdb.btrace/stepi.exp: Likewise.
12753 * gdb.btrace/tailcall.exp: Likewise.
12754 * gdb.btrace/unknown_functions.exp: Likewise.
12755 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12756 * lib/gdb.exp: Add the "multi_line" helper.
12757
4eec2deb
PA
127582015-04-01 Pedro Alves <palves@redhat.com>
12759
12760 * gdb.threads/tid-reuse.c: New file.
12761 * gdb.threads/tid-reuse.exp: New file.
12762
df8411da
SDJ
127632015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12764
12765 PR corefiles/16092
12766 * gdb.base/coredump-filter.c: New file.
12767 * gdb.base/coredump-filter.exp: Likewise.
12768
6ef37366
PM
127692015-03-27 Petr Machata <pmachata@redhat.com>
12770
12771 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12772 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12773 (Dwarf::assemble): Initialize them.
12774 (Dwarf::lines): New function.
12775
7ec911b0
JT
127762015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12777
12778 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12779 SYMBOL_PREFIX for x86_64-*-cygwin.
12780
ff908ebf
AW
127812015-03-26 Andy Wingo <wingo@igalia.com>
12782
12783 PR symtab/18148
12784 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12785 const_value but not a location.
12786 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12787 location defined in non-main CUs are visible.
12788
6d5f0679
YQ
127892015-03-26 Yao Qi <yao.qi@linaro.org>
12790
12791 PR testsuite/18139
12792 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12793 Add a line number entry for the same line.
12794 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12795 Add a line number entry for the same line.
12796
2898689b
YQ
127972015-03-26 Yao Qi <yao.qi@linaro.org>
12798
12799 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12800 .int 0.
12801 (func): Likewise. Add .Lfunc_1 label.
12802 Use .Lfunc_1 label.
12803 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12804 .int 0.
12805 (func): Likewise.
12806 Use .Lfunc_1 label.
12807
85180498
YQ
128082015-03-26 Yao Qi <yao.qi@linaro.org>
12809
12810 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12811 Call gdb_compile instead to compile each .s files without debug
12812 information.
12813
8aa08a8d
YQ
128142015-03-26 Yao Qi <yao.qi@linaro.org>
12815
12816 * gdb.base/savedregs.exp (process_saved_regs): Make
12817 "Saved registers:" optional in the pattern.
12818
66849923
MM
128192015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12820
12821 * gdb.btrace/next.exp: Merged into step.exp.
12822 * gdb.btrace/finish.exp: Merged into step.exp.
12823 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12824 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12825 "record goto" and checking the exact replay position.
12826 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12827 check for "Recording format" in "info record" output.
12828 * gdb.btrace/record_goto.exp: Choose test file based on target.
12829 * gdb.btrace/x86-record_goto.S: Renamed into ...
12830 * gdb.btrace/x86_64-record_goto.S: ... this.
12831 * gdb.btrace/i686-record_goto.S: New.
12832 * gdb.btrace/x86-tailcall.S: Renamed into ...
12833 * gdb.btrace/x86_64-tailcall.S: ... this.
12834 * gdb.btrace/i686-tailcall.S: New.
12835 * gdb.btrace/x86-tailcall.c: Renamed into ...
12836 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12837 separate statements. Update test.
12838 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12839 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12840 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12841 * gdb.btrace/tailcall.exp: Choose test file based on target.
12842 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12843
11cc1b74
MM
128442015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12845
12846 * gdb.btrace/exception.exp: Increase BTS buffer size.
12847
a25d8bf9
PA
128482015-03-24 Pedro Alves <palves@redhat.com>
12849
12850 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12851
856e7dd6
PA
128522015-03-24 Pedro Alves <palves@redhat.com>
12853
12854 * gdb.threads/schedlock.exp (test_step): No longer expect that
12855 "set scheduler-locking step" with "next" over a function call runs
12856 threads unlocked.
12857
ad235a41
AT
128582015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12859
12860 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12861
15630549
AT
128622015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12863
12864 PR breakpoints/16466
12865 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12866 * gdb.mi/mi-pending.c (thread_func): New function.
12867 (int main): Add threading support required.
12868 * gdb.mi/mi-pending.exp: Add tests for this issue.
12869 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12870 (pendfunc2): Remove stdio dependency.
12871 * gdb.mi/mi-pendshr2.c: New file.
12872
693dca06
KS
128732015-03-23 Keith Seitz <keiths@redhat.com>
12874
12875 * gdb.linespec/keywords.c: New file.
12876 * gdb.linespec/keywords.exp: New file.
12877
7e993ebf
KS
128782015-03-23 Keith Seitz <keiths@redhat.com>
12879
12880 PR gdb/18021
12881 * gdb.dwarf2/staticvirtual.exp: New test.
12882
bc23328c
JK
128832015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12884
12885 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12886 * README: Remove HP-UX and gdb.hp.
12887 (configuration):
12888 * configure: Regenerate.
12889 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12890 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12891 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12892 gdb.hp/gdb.defects/Makefile.
12893 * gdb.hp/Makefile.in: File deleted.
12894 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12895 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12896 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12897 * gdb.hp/gdb.aCC/run.c: File deleted.
12898 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12899 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12900 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12901 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12902 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12903 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12904 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12905 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12906 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12907 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12908 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12909 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12910 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12911 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12912 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12913 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12914 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12915 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12916 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12917 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12918 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12919 * gdb.hp/gdb.compat/average.c: File deleted.
12920 * gdb.hp/gdb.compat/sum.c: File deleted.
12921 * gdb.hp/gdb.compat/xdb.c: File deleted.
12922 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12923 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12924 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12925 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12926 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12927 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12928 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12929 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12930 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12931 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12932 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12933 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12934 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12935 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12936 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12937 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12938 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12939 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12940 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12941 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12942 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12943 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12944 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12945 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12946 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12947 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12948 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12949 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12950 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12951 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12952 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12953 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12954 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12955 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12956 * gdb.hp/tools/odump: File deleted.
12957
8bf3b159
PA
129582015-03-19 Pedro Alves <palves@redhat.com>
12959
12960 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12961 (saw_thread_3): New globals.
12962 (top level): Increment them when an event for the corresponding
12963 thread is seen.
12964 (no thread starvation): New test.
12965
eb54c8bf
PA
129662015-03-19 Pedro Alves <palves@redhat.com>
12967
12968 * gdb.threads/continue-pending-status.c: New file.
12969 * gdb.threads/continue-pending-status.exp: New file.
12970
32d2e5d6
PA
129712015-03-18 Pedro Alves <palves@redhat.com>
12972
12973 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12974 Use gdb_is_target_remote instead of is_remote. Use
12975 gdb_test_multiple instead of gdb_expect. Exit early if
12976 gdb_test_multiple hits its internal matches. Tighten stepi tests
12977 expected output. Fail on exit with any signal, instead of just
12978 SIGILL.
12979
f68f11b7
YQ
129802015-03-18 Yao Qi <yao.qi@linaro.org>
12981
12982 PR tdep/18107
12983 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12984 variable.
12985 * gdb.base/catch-syscall.exp: Don't skip it on
12986 aarch64*-*-linux* target. Remove elements in all_syscalls.
12987 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
12988 target.
12989 (setup_all_syscalls): New proc.
12990
ca5fd19b
YQ
129912015-03-16 Yao Qi <yao.qi@linaro.org>
12992
12993 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
12994 (top level): Skip tests if valid_addr_p returns false for
12995 $cmd1 or $cmd2.
12996
85642ba0
AW
129972015-03-11 Andy Wingo <wingo@igalia.com>
12998
12999 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13000
e03f9645
YQ
130012015-03-11 Yao Qi <yao.qi@linaro.org>
13002
13003 * gdb.base/catch-syscall.exp: Fix typo in comments.
13004
5d0962b2
YQ
130052015-03-11 Yao Qi <yao.qi@linaro.org>
13006
13007 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13008
b2df3cef
PA
130092015-03-09 Pedro Alves <palves@redhat.com>
13010
13011 * dg-extract-results.py: Delete.
13012
ef878e53
PA
130132015-03-09 Pedro Alves <palves@redhat.com>
13014
13015 Merge dg-extract-results.sh from GCC upstream (r218843).
13016
13017 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13018 * dg-extract-results.sh: Use --text with grep to avoid issues with
13019 binary files. Fall back to cat -v, if that doesn't work.
13020
9494d219
PA
130212015-03-05 Pedro Alves <palves@redhat.com>
13022
13023 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13024
a8d9763a
SM
130252015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13026
13027 * lib/mi-support.exp (mi_expect_interrupt): Accept
13028 alternative event for when in all-stop mode.
13029
be9957b8
PA
130302015-03-04 Pedro Alves <palves@redhat.com>
13031
13032 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13033
d57be0f4 130342015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
13035
13036 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13037
c214c7cf
AA
130382015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13039
13040 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13041 regexps for GDB's current line display, accept a hex address
13042 preceding the line number.
13043
6d74a497
AA
130442015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13045
13046 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13047 the 'arch1' variable for "s390*-linux*" targets.
13048
511aee7c
PA
130492015-03-04 Pedro Alves <palves@redhat.com>
13050
13051 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13052 (main): Pass missing retval argument to pthread_join call.
13053
95e50b27
PA
130542015-03-02 Pedro Alves <palves@redhat.com>
13055
13056 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13057 (top level): Call do_test with non-stop as well.
13058
28054d69
PA
130592015-03-02 Pedro Alves <palves@redhat.com>
13060
13061 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13062 -1.
13063
4fa5d7b4
AA
130642015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13065
13066 * gdb.arch/s390-vregs.exp: New test.
13067 * gdb.arch/s390-vregs.S: New file.
13068
97c18565
PA
130692015-02-27 Pedro Alves <palves@redhat.com>
13070
13071 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13072 call to catch_command_errors.
13073 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13074 catch_command_errors.
13075
a37bfa30
PA
130762015-02-27 Pedro Alves <palves@redhat.com>
13077
13078 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13079 "true" for boolean result.
13080 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13081 prototype of main.
13082
6f98576f
PA
130832015-02-27 Pedro Alves <palves@redhat.com>
13084
13085 * lib/unbuffer_output.c: New file.
13086 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13087 (main): Call gdb_unbuffer_output.
13088
eba5ab56
YQ
130892015-02-27 Yao Qi <yao.qi@linaro.org>
13090
13091 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13092 target.
13093
0def5aaa
DE
130942015-02-26 Doug Evans <dje@google.com>
13095
13096 * gdb.cp/class2.cc (Dbase, D): New classes.
13097 (main): New local delta.
13098 * gdb.cp/class2.exp: Test printing delta.
13099 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13100 (dynbar): New global.
13101 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13102
081a1c2c
JK
131032015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13104
13105 * gdb.compile/compile-ifunc.c: New file.
13106 * gdb.compile/compile-ifunc.exp: New file.
13107
2f41223f
AT
131082015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13109
13110 * gdb.base/structs.exp: Check for correct struct on finish.
13111
03eddd80
YQ
131122015-02-26 Yao Qi <yao.qi@linaro.org>
13113
13114 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13115 is zero.
13116
80c57053
JK
131172015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13118
13119 * gdb.arch/cordic.ko.bz2: New file.
13120 * gdb.arch/cordic.ko.debug.bz2: New file.
13121 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13122
21613c12
YQ
131232015-02-25 Yao Qi <yao.qi@linaro.org>
13124
13125 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13126 aarch64*-*-* target.
13127
d8b901ed
PA
131282015-02-23 Pedro Alves <palves@redhat.com>
13129
13130 * lib/gdb.exp (delete_breakpoints): Rewrite using
13131 gdb_test_multiple.
13132
e5b85ead
PA
131332015-02-23 Pedro Alves <palves@redhat.com>
13134
13135 * gdb.base/info-os.c: Include stdlib.h.
13136
85c3a371
DE
131372015-02-22 Doug Evans <xdje42@gmail.com>
13138
13139 PR symtab/17855
13140 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13141 is read after symbols have been re-read.
13142 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13143 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13144
96553a0c
DE
131452015-02-21 Doug Evans <dje@google.com>
13146
13147 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13148
97a0c697
JK
131492015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13150
13151 PR corefiles/17808
13152 * gdb.arch/i386-biarch-core.core.bz2: New file.
13153 * gdb.arch/i386-biarch-core.exp: New file.
13154
a47cd6e9
PA
131552015-02-21 Pedro Alves <palves@redhat.com>
13156
13157 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13158 runto_main fails.
13159
c5facdc4
PA
131602015-02-20 Pedro Alves <palves@redhat.com>
13161
13162 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13163 info probes.
13164
2db9a427
PA
131652015-02-20 Pedro Alves <palves@redhat.com>
13166
13167 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13168
60fb7e9e
PA
131692015-02-20 Pedro Alves <palves@redhat.com>
13170
13171 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13172 clean_restart before gdb_target_supports_trace.
13173
5c5019c2
PA
131742015-02-20 Pedro Alves <palves@redhat.com>
13175
13176 PR threads/18006
13177 * gdb.threads/clone-thread_db.c: New file.
13178 * gdb.threads/clone-thread_db.exp: New file.
13179
c9587f88
AT
131802015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13181
13182 PR breakpoints/16812
13183 * gdb.base/catch-gdb-caused-signals.c: New file.
13184 * gdb.base/catch-gdb-caused-signals.exp: New file.
13185
f6a88844
JM
131862015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13187
13188 * configure: Regenerated.
13189 * configure.ac: Use GDB_AC_TRANSFORM.
13190 * aclocal.m4: sinclude ../transform.m4.
13191
497c491b
JM
131922015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13193
13194 * lib/dtrace.exp: New file.
13195 * gdb.base/dtrace-probe.exp: Likewise.
13196 * gdb.base/dtrace-probe.d: Likewise.
13197 * gdb.base/dtrace-probe.c: Likewise.
13198 * lib/pdtrace.in: Likewise.
13199 * configure.ac: Output variables with the transformed names of
13200 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13201 * configure: Regenerated.
13202
03e98035
JM
132032015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13204
13205 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13206 expected message when trying to access $_probe_* convenience
13207 variables while not on a probe.
13208
63cc30e9
JK
132092015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13210
13211 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13212
0703599a
PA
132132015-02-11 Pedro Alves <pedro@codesourcery.com>
13214
13215 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13216 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13217
7e60a48e
DE
132182015-02-10 Doug Evans <xdje42@gmail.com>
13219
13220 * lib/gdb.exp (gdb_load): Always return a result.
13221
01b088bc
PA
132222015-02-10 Pedro Alves <palves@redhat.com>
13223
13224 * gdb.threads/signal-sigtrap.c: New file.
13225 * gdb.threads/signal-sigtrap.exp: New file.
13226
b05ec7a5
AT
132272015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13228
13229 * gdb.trace/no-attach-trace.c: New file.
13230 * gdb.trace/no-attach-trace.exp: New file.
13231
a2c2acaf
MW
132322015-02-09 Mark Wielaard <mjw@redhat.com>
13233
13234 * gdb.dwarf2/atomic.c: New file.
13235 * gdb.dwarf2/atomic-type.exp: Likewise.
13236
31fd9caa
MM
132372015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13238
13239 * gdb.btrace/buffer-size.exp: Update "info record" output.
13240 * gdb.btrace/delta.exp: Update "info record" output.
13241 * gdb.btrace/enable.exp: Update "info record" output.
13242 * gdb.btrace/finish.exp: Update "info record" output.
13243 * gdb.btrace/instruction_history.exp: Update "info record" output.
13244 * gdb.btrace/next.exp: Update "info record" output.
13245 * gdb.btrace/nexti.exp: Update "info record" output.
13246 * gdb.btrace/step.exp: Update "info record" output.
13247 * gdb.btrace/stepi.exp: Update "info record" output.
13248 * gdb.btrace/nohist.exp: Update "info record" output.
13249
d33501a5
MM
132502015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13251
13252 * gdb.btrace/buffer-size: New.
13253
f4abbc16
MM
132542015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13255
13256 * gdb.btrace/delta.exp: Update "info record" output.
13257 * gdb.btrace/enable.exp: Update "info record" output.
13258 * gdb.btrace/finish.exp: Update "info record" output.
13259 * gdb.btrace/instruction_history.exp: Update "info record" output.
13260 * gdb.btrace/next.exp: Update "info record" output.
13261 * gdb.btrace/nexti.exp: Update "info record" output.
13262 * gdb.btrace/step.exp: Update "info record" output.
13263 * gdb.btrace/stepi.exp: Update "info record" output.
13264 * gdb.btrace/nohist.exp: Update "info record" output.
13265
b9d61307
SM
132662015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13267
13268 PR gdb/15678
13269 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13270
e584fdbc
PA
132712015-02-06 Pedro Alves <palves@redhat.com>
13272
13273 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13274 macro.
13275 (seconds_left, again): New globals.
13276 (main): Wait seconds_left in a 1-second sleep loop instead of
13277 sleeping 180 seconds. If 'again' is set, reset the seconds
13278 counter.
13279 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13280 'again' in the inferior before detaching. Print the seconds left.
13281 (options): New global.
13282 (top level): Build program with -DTIMEOUT=$timeout.
13283
77f41761
PA
132842015-02-06 Pedro Alves <palves@redhat.com>
13285
13286 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13287 determine how many seconds to pass to 'alarm'.
13288 * gdb.base/gdb-sigterm.exp (top level): Build program with
13289 -DTIMEOUT=$timeout.
13290 (do_test): Return success/failure indication. Add more verbose
13291 logging. Don't fail if 200 single steps are seen. Instead, fail
13292 when the test times out.
13293 (passes): New global.
13294 (top level): Break the testing loop if testing fails on any
13295 iteration. Use gdb_assert.
13296
b9394193
DB
132972015-02-04 Don Breazeal <donb@codesourcery.com>
13298
13299 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13300 and initialize them.
13301 (ipc_cleanup): New function.
13302 (main): Don't declare shmid, semid, and msqid. Add a call to
13303 atexit so that we call ipc_cleanup on exit.
13304
42d9e528
PA
133052015-02-04 Pedro Alves <palves@redhat.com>
13306
13307 * boards/native-extended-gdbserver.exp: Remove any target variant
13308 specifications from the board name before clearing the isremote
13309 flag from board_info.
13310
ae6ae975
DE
133112015-01-31 Doug Evans <xdje42@gmail.com>
13312
13313 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13314
cfb069a8
GB
133152015-01-31 Gary Benson <gbenson@redhat.com>
13316
13317 * gdb.base/completion.exp: Disable completion limiting for
13318 existing tests. Add new tests to check completion limiting.
13319 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13320
5dd31d79
DE
133212015-01-31 Doug Evans <xdje42@gmail.com>
13322
13323 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13324
9f050062
DE
133252015-01-31 Doug Evans <xdje42@gmail.com>
13326
13327 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13328 entries. Duplicate file section script entries.
13329 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13330 inlined entries. Add test for safe-path rejection.
13331 * gdb.python/py-section-script.c: Add duplicate inlined section script
13332 entries. Duplicate file section script entries.
13333 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13334 inlined entries. Add test for safe-path rejection.
13335
df25ebbd
JB
133362015-01-29 Joel Brobecker <brobecker@adacore.com>
13337
13338 * gdb.ada/disc_arr_bound: New testcase.
13339
4a0ca9ec
JB
133402015-01-29 Joel Brobecker <brobecker@adacore.com>
13341
13342 * gdb.ada/mi_var_array: New testcase.
13343
3a8b707a
DE
133442015-01-27 Doug Evans <dje@google.com>
13345
13346 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13347 Add test for objfile.filename, objfile.username after objfile
13348 has been unloaded.
13349
f8313f6e
JB
133502015-01-26 Joel Brobecker <brobecker@adacore.com>
13351
13352 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13353 the second test to print the name attribute of value
13354 returned by the call to gdb.lookup_type, and adjust
13355 the expected output accordingly.
13356
37bc665e
MW
133572015-01-25 Mark Wielaard <mjw@redhat.com>
13358
13359 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13360 * gdb.base/disp-step-fork.c: Include unistd.h.
13361 * gdb.base/siginfo-obj.c: Include stdio.h.
13362 * gdb.base/siginfo-thread.c: Likewise.
13363 * gdb.mi/non-stop.c: Include unistd.h.
13364 * gdb.mi/nsthrexec.c: Include stdio.h.
13365 * gdb.mi/pthreads.c: Include unistd.h.
13366 * gdb.modula2/unbounded1.c (main): Declare returns int.
13367 * gdb.reverse/consecutive-reverse.c: Likewise.
13368 * gdb.threads/create-fail.c: Include unistd.h.
13369 * gdb.threads/killed.c: Likewise.
13370 * gdb.threads/linux-dp.c: Likewise.
13371 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13372 * gdb.threads/non-ldr-exc-2.c: Likewise.
13373 * gdb.threads/non-ldr-exc-3.c: Likewise.
13374 * gdb.threads/non-ldr-exc-4.c: Likewise.
13375 * gdb.threads/pthreads.c: Include unistd.h.
13376 (main): Declare returns int.
13377 * gdb.threads/tls-main.c (foo): New declaration.
13378 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13379
f7e5394d
SM
133802015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13381
13382 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13383 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13384
743649fd
MW
133852015-01-15 Mark Wielaard <mjw@redhat.com>
13386
13387 * gdb.base/noreturn-return.c: New file.
13388 * gdb.base/noreturn-return.exp: New file.
13389 * gdb.base/noreturn-finish.c: New file.
13390 * gdb.base/noreturn-finish.exp: New file.
13391
198297aa
PA
133922015-01-23 Pedro Alves <palves@redhat.com>
13393
13394 * gdb.threads/continue-pending-after-query.c: New file.
13395 * gdb.threads/continue-pending-after-query.exp: New file.
13396
717cf30c
AG
133972015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13398 Simon Marchi <simon.marchi@ericsson.com>
13399
13400 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13401 * gdb.base/valgrind-db-attach.exp: Same.
13402 * gdb.base/valgrind-infcall.exp: Same.
13403 * lib/mi-support.exp (default_mi_gdb_start): Same.
13404 * lib/prompt.exp (default_prompt_gdb_start): Same.
13405 * lib/gdb.exp (default_gdb_spawn): Same.
13406 (gdb_interact): New.
13407
13408
4b62a76e
JK
134092015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13410
13411 * gdb.compile/compile.exp (pointer to jit function): New test.
13412
b4cdae6f
WW
134132015-01-17 Wei-cheng Wang <cole945@gmail.com>
13414
13415 * lib/gdb.exp (supports_process_record): Return true for
13416 powerpc*-*-linux*.
13417 (supports_reverse): Likewise.
13418
d221e7ef
DB
134192015-01-15 Don Breazeal <donb@codesourcery.com>
13420
13421 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13422 instead of checking whether the target board is remote and
13423 use spawn_wait_for_attach instead of exec/sleep.
13424 * gdb.base/attach-twice.exp: Likewise.
13425
bafffb51
JB
134262015-01-15 Joel Brobecker <brobecker@adacore.com>
13427
13428 * gdb.ada/var_arr_attrs: New testcase.
13429
5589af0e
PA
134302015-01-14 Pedro Alves <palves@redhat.com>
13431 Joel Brobecker <brobecker@adacore.com>
13432
13433 PR gdb/17525
13434 * gdb.base/bp-cmds-execution-x-script.c: New file.
13435 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13436 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13437
6c400b59
PA
134382015-01-14 Pedro Alves <palves@redhat.com>
13439
13440 PR cli/17828
13441 * gdb.base/batch-preserve-term-settings.c: New file.
13442 * gdb.base/batch-preserve-term-settings.exp: New file.
13443
e02c96a7
DE
134442015-01-13 Doug Evans <dje@google.com>
13445
13446 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13447 binary.
13448
576fd14c
JB
134492015-01-13 Joel Brobecker <brobecker@adacore.com>
13450
13451 * Makefile.in (clean mostlyclean): Do not delete *.py.
13452
04dccad0
JB
134532015-01-13 Joel Brobecker <brobecker@adacore.com>
13454
13455 * gdb.python/py-lookup-type.exp: New file.
13456
3d230f71
PA
134572015-01-12 Pedro Alves <palves@redhat.com>
13458
13459 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13460 restore GDBFLAGS before returning.
13461
7e67715d
JK
134622015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13463
13464 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13465 is_amd64_regs_target and is_x86_like_target.
13466
f2e0d4b4
DE
134672015-01-11 Doug Evans <xdje42@gmail.com>
13468
13469 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13470 is given without an explicit form.
13471 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13472 attributes.
13473 * gdb.dwarf/corrupt.exp: Ditto.
13474 * gdb.dwarf2/enum-type.exp: Ditto.
13475 * gdb.trace/entry-values.exp: Ditto.
13476 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13477
439250fb
DE
134782015-01-11 Doug Evans <xdje42@gmail.com>
13479
13480 PR gdb/15830
13481 * gdb.base/maint.exp: Remove references to "maint demangle".
13482 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13483 Add tests for explicitly specifying language to demangle.
13484 * gdb.dlang/demangle.exp: Ditto.
13485
ede9f622
PA
134862015-01-09 Pedro Alves <palves@redhat.com>
13487
13488 * gdb.threads/non-stop-fair-events.c: New file.
13489 * gdb.threads/non-stop-fair-events.exp: New file.
13490
a7b796db
PA
134912015-01-09 Pedro Alves <palves@redhat.com>
13492
13493 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13494 the global scope. Set a breakpoint after all threads are started
13495 rather than stepping over two source lines. Expect the prompt.
13496 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13497 global.
13498 (NUM): Now 15.
13499 (main): Use threads_started_barrier to wait for all threads to
13500 start. Main thread no longer calls thread_function. Exit after
13501 180 seconds.
13502 (loop): New function.
13503 (thread_function): Wait on threads_started_barrier barrier. Call
13504 'loop' at each iteration.
13505 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13506 threads have started, instead of hardcoding number of "next"
13507 steps. Use an access watchpoint instead of a write watchpoint.
13508
9665ffdd
PA
135092015-01-09 Pedro Alves <palves@redhat.com>
13510
13511 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13512 (thread_func): Wait on barrier.
13513 (main): Wait for all threads to start before stopping GDB.
13514 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13515 global.
13516 (thread1_func, thread2_func): Wait on barrier.
13517 (main): Wait for all threads to start before stopping GDB.
13518 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13519 New global.
13520 (thread1_func, thread2_func): Wait on barrier.
13521 (main): Wait for all threads to start before stopping GDB.
13522
c945a99f
PA
135232015-01-09 Pedro Alves <palves@redhat.com>
13524
13525 * gdb.threads/attach-many-short-lived-threads.c: New file.
13526 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13527
c1a747c1
PA
135282014-01-09 Pedro Alves <palves@redhat.com>
13529
13530 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13531 instead of to thread 2.
13532 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13533 Add barrier around each pthread_create call instead of around all
13534 calls.
13535 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13536 Set a break on thread_function and have the child threads hit it
13537 one at at a time.
13538
60b3033e
PA
135392015-01-09 Pedro Alves <palves@redhat.com>
13540
13541 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13542 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13543 false.
13544 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13545 checking whether the target board is remote.
13546 * gdb.multi/multi-attach.exp: Likewise.
13547 * gdb.python/py-sync-interp.exp: Likewise.
13548 * gdb.server/ext-attach.exp: Likewise.
13549 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13550 tests that need to attach, instead of checking whether the target
13551 board is remote at the top of the file.
13552
acc018ac
YQ
135532015-01-08 Yao Qi <yao@codesourcery.com>
13554
13555 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13556
50a18af8
JK
135572015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13558
13559 Fix testcase compilation.
13560 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13561
8503d6e1
JB
135622015-01-06 Joel Brobecker <brobecker@adacore.com>
13563
13564 * gdb.python/py-type.exp: Add a couple test about empty
13565 array creation, and negative-length array creation.
13566
cc73dbcc
DE
135672015-01-02 Doug Evans <xdje42@gmail.com>
13568
13569 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13570
0300bbc7
DE
135712015-01-02 Doug Evans <dje@google.com>
13572
13573 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13574
9d85a0ec
YQ
135752014-12-29 Yao Qi <yao@codesourcery.com>
13576
13577 * gdb.trace/entry-values.exp: Update comments. Rename variable
13578 bar_call_foo to returned_from_foo.
13579
87186c6a
MMN
135802014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13581
13582 PR gdb/17394
13583 * gdb.linespec/break-asm-file.c: New file.
13584 * gdb.linespec/break-asm-file.exp: New file.
13585 * gdb.linespec/break-asm-file0.s: New file.
13586 * gdb.linespec/break-asm-file1.s: New file.
13587
1bab7383
YQ
135882014-12-18 Nigel Stephens <nigel@mips.com>
13589 Maciej W. Rozycki <macro@codesourcery.com>
13590
13591 * gdb.base/float.exp: Handle the new output from "info float" on
13592 MIPS targets.
13593
1bc1068a
JK
135942014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13595
13596 Fix MinGW compilation.
13597 * gdb.compile/compile-ops.exp: Update untested message if
13598 !skip_compile_feature_tests.
13599 * gdb.compile/compile-setjmp.exp: Likewise.
13600 * gdb.compile/compile-tls.exp: Likewise.
13601 * gdb.compile/compile.exp: Likewise.
13602 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13603 supported on this host".
13604
b6615d10
DE
136052014-12-16 Doug Evans <xdje42@gmail.com>
13606
13607 * boards/stabs.exp: New file.
13608
25dda427
AA
136092014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13610
13611 * gdb.base/completion.exp: Adjust to format changes of "maint
13612 print user-registers".
13613
bf330350
CU
136142014-12-16 Catalin Udma <catalin.udma@freescale.com>
13615
13616 PR server/17457
13617 * gdb.arch/aarch64-fp.c: New file.
13618 * gdb.arch/aarch64-fp.exp: New file.
13619
395cf596
SDJ
136202014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13621
13622 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13623 r210637, r210913, r211666, r215400, r215817).
13624
13625 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13626 * dg-extract-results.py: New file.
13627 * dg-extract-results.sh: Use it if the environment seems
13628 suitable.
13629
13630 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13631
13632 * dg-extract-results.py (parse_run): Handle warnings that
13633 are printed before a test harness is run.
13634
13635 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13636
13637 * dg-extract-results.py (Named): Remove __cmp__ method.
13638 (output_variation): Use a key to sort variation.harnesses.
13639
13640 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13641
13642 * dg-extract-results.py: For Python 3, force sys.stdout to
13643 handle surrogate escape sequences.
13644 (safe_open): New function.
13645 (output_segment, main): Use it.
13646
13647 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13648
13649 * dg-extract-results.py (Prog.result_re): Include options
13650 in test name.
13651
13652 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13653
13654 * dg-extract-results.py (output_variation): Always sort if
13655 do_sum.
13656
e882ef3c
SM
136572014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13658
13659 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13660 as long as we get pagination notifications.
13661
4992aa20
JM
136622014-12-15 Jason Merrill <jason@redhat.com>
13663
13664 * Makefile.in (check-gdb.%): Restore.
13665 * README: Mention it.
13666
c1b5a1a6
JB
136672014-12-13 Joel Brobecker <brobecker@adacore.com>
13668
13669 * gdb.ada/str_uninit: New testcase.
13670
5537b577
JK
136712014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13672
13673 PR symtab/17642
13674 * gdb.base/vla-stub-define.c: New file.
13675 * gdb.base/vla-stub.c: New file.
13676 * gdb.base/vla-stub.exp: New file.
13677
bb2ec1b3
TT
136782014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13679 Jan Kratochvil <jan.kratochvil@redhat.com>
13680 Tom Tromey <tromey@redhat.com>
13681
13682 * configure.ac: Add gdb.compile/.
13683 * configure: Regenerate.
13684 * gdb.compile/Makefile.in: New file.
13685 * gdb.compile/compile-ops.exp: New file.
13686 * gdb.compile/compile-ops.c: New file.
13687 * gdb.compile/compile-tls.c: New file.
13688 * gdb.compile/compile-tls.exp: New file.
13689 * gdb.compile/compile-constvar.S: New file.
13690 * gdb.compile/compile-constvar.c: New file.
13691 * gdb.compile/compile-mod.c: New file.
13692 * gdb.compile/compile-nodebug.c: New file.
13693 * gdb.compile/compile-setjmp-mod.c: New file.
13694 * gdb.compile/compile-setjmp.c: New file.
13695 * gdb.compile/compile-setjmp.exp: New file.
13696 * gdb.compile/compile-shlib.c: New file.
13697 * gdb.compile/compile.c: New file.
13698 * gdb.compile/compile.exp: New file.
13699 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13700
4ff709eb
TT
137012014-12-12 Tom Tromey <tromey@redhat.com>
13702
13703 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13704 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13705
6dddd6a5
DE
137062014-12-12 Doug Evans <dje@google.com>
13707
13708 * lib/gdb-python.exp (get_python_valueof): New function.
13709 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13710
71c24708
AA
137112014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13712
13713 * gdb.base/completion.exp: Add test for completion of "info
13714 registers ".
13715
3e29f34a
MR
137162014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13717
13718 * gdb.base/func-ptrs.c: New file.
13719 * gdb.base/func-ptrs.exp: New file.
13720
fc126975
SM
137212014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13722
13723 PR breakpoints/17012
13724 * gdb.base/dprintf-detach.c: New file.
13725 * gdb.base/dprintf-detach.exp: New file.
13726
0a46d518
SM
137272014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13728
13729 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13730 * lib/gdb.exp (target_is_gdbserver): New procedure.
13731
a0be3e44
DE
137322014-12-08 Doug Evans <dje@google.com>
13733
13734 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13735
df1b803a
YQ
137362014-12-05 Yao Qi <yao@codesourcery.com>
13737
13738 * gdb.guile/scm-error.exp: Remove the third argument to
13739 gdb_remote_download.
13740 * gdb.guile/scm-frame-args.exp: Likewise.
13741 * gdb.guile/scm-section-script.exp: Likewise.
13742
ddb9f679
YQ
137432014-12-05 Yao Qi <yao@codesourcery.com>
13744
13745 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13746
86e4ed39
DE
137472014-12-04 Doug Evans <dje@google.com>
13748
13749 * gdb.python/py-objfile.exp: Add tests for
13750 objfile.add_separate_debug_file.
13751
7c50a931
DE
137522014-12-04 Doug Evans <dje@google.com>
13753
13754 * lib/gdb.exp (get_build_id): New function.
13755 (build_id_debug_filename_get): Rewrite to use it.
13756 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13757
621661e3
MR
137582014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13759
13760 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13761 `method(long)', not just 0x0.
13762 * gdb.cp/nsalias.exp: Align code labels to 4.
13763 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13764 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13765 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13766 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13767 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13768 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13769
29f0c3b7
DE
137702014-12-02 Doug Evans <dje@google.com>
13771
e1e061e7 13772 PR symtab/17602
29f0c3b7 13773 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 13774 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
13775 * gdb.cp/anon-ns.exp: Update.
13776
162078c8
NB
137772014-12-02 Nick Bull <nicholaspbull@gmail.com>
13778
13779 * gdb.python/py-events.py (inferior_call_handler): New.
13780 (register_changed_handler, memory_changed_handler): New.
13781 (test_events.invoke): Register new handlers.
13782 * gdb.python/py-events.exp: Add tests for inferior call,
13783 memory_changed and register_changed events.
13784
fdb09caf
AA
137852014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13786
13787 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13788 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13789 if the linker doesn't understand this.
13790
55cfb2c4
SM
137912014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13792
13793 * gdb.python/python.exp: Change expected reply to help().
13794
9e8cd6df
YQ
137952014-12-01 Yao Qi <yao@codesourcery.com>
13796
13797 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13798 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13799 * configure: Re-generated.
13800
6c659fc2
SC
138012014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13802
13803 * gdb.cp/chained-calls.cc: New file.
13804 * gdb.cp/chained-calls.exp: New file.
13805 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13806
d7fc3181
SM
138072014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13808
13809 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13810 * gdb.dwarf2/symtab-producer.exp: Same.
13811 * gdb.gdb/python-interrupts.exp: Same.
13812 * gdb.gdb/python-selftest.exp: Same.
13813 * gdb.python/py-linetable.exp: Same.
13814 * gdb.python/py-type.exp: Same.
13815 * gdb.python/py-value-cc.exp: Same.
13816 * gdb.python/py-value.exp: Same.
13817
10e79639
YQ
138182014-11-28 Yao Qi <yao@codesourcery.com>
13819
13820 * gdb.base/break-probes.exp: Match library name prefixed with
13821 sysroot.
13822
f28a0564
SM
138232014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13824
13825 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13826 test expected output. Add parentheses for the call to print.
13827 Remove L suffix from integers.
13828
3fe1ce1d
DE
138292014-11-26 Doug Evans <dje@google.com>
13830
13831 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13832
84429e27
YQ
138332014-11-22 Yao Qi <yao@codesourcery.com>
13834
13835 * gdb.trace/entry-values.c: Remove asms.
13836 (foo): Add foo_label.
13837 (bar): Add bar_label.
13838 * gdb.trace/entry-values.exp: Remove code computing foo's
13839 length and bar's length.
13840 (Dwarf::assemble): Invoke function_range for bar and use
13841 MACRO_AT_func for foo.
13842
26741859
YQ
138432014-11-22 Yao Qi <yao@codesourcery.com>
13844
13845 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13846 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13847 Use .Lgcc43_procstart instead of gcc43.
13848
45e44d27
JB
138492014-11-21 Joel Brobecker <brobecker@adacore.com>
13850
13851 * gdb.ada/n_arr_bound: New testcase.
13852
458c8db8
SDJ
138532014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13854
13855 PR breakpoints/10737
13856 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13857 test_catch_syscall_multi_arch.
13858 (test_catch_syscall_multi_arch): New function.
13859
43f3e411
DE
138602014-11-20 Doug Evans <xdje42@gmail.com>
13861
13862 * gdb.base/maint.exp: Update expected output.
13863
0d7b2549
AA
138642014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13865
13866 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13867 4-byte instruction on S390.
13868
8908fca5
JB
138692014-11-19 Joel Brobecker <brobecker@adacore.com>
13870
13871 * gdb.ada/arr_arr: New testcase.
13872
4a46959e
JB
138732014-11-19 Joel Brobecker <brobecker@adacore.com>
13874
13875 * gdb.ada/pkd_arr_elem: New Testcase.
13876
470e2f4e
LM
138772014-11-18 Luis Machado <lgustavo@codesourcery.com>
13878
13879 * gdb.reverse/break-precsave: Expect completion message for
13880 core file reads.
13881 * gdb.reverse/consecutive-precsave.exp: Likewise.
13882 * gdb.reverse/finish-precsave.exp: Likewise.
13883 * gdb.reverse/i386-precsave.exp: Likewise.
13884 * gdb.reverse/machinestate-precsave.exp: Likewise.
13885 * gdb.reverse/sigall-precsave.exp: Likewise.
13886 * gdb.reverse/solib-precsave.exp: Likewise.
13887 * gdb.reverse/step-precsave.exp: Likewise.
13888 * gdb.reverse/until-precsave.exp: Likewise.
13889 * gdb.reverse/watch-precsave.exp: Likewise.
13890
a267f3ad
AA
138912014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13892
13893 * gdb.base/bp-permanent.c: Include unistd.h.
13894 * gdb.python/py-framefilter-mi.c (main): Add return type.
13895 * gdb.python/py-framefilter.c (main): Likewise.
13896 * gdb.trace/actions-changed.c (main): Likewise.
13897
12084a9a
AA
138982014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13899
13900 * gdb.mi/until.c: Add eye-catchers.
13901 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13902 line numbers.
13903
dc7e1a77
AA
139042014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13905
13906 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13907 function header variants in break1.c.
13908 * gdb.base/ena-dis-br.exp: Likewise.
13909 * gdb.base/hbreak2.exp: Likewise.
13910 * gdb.reverse/until-precsave.exp: Drop references to removed
13911 non-prototype function header variants in ur1.c.
13912 * gdb.reverse/until-reverse.exp: Likewise.
13913
41c77605
PM
139142014-11-17 Petr Machata <pmachata@redhat.com>
13915
13916 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13917 ${_cu_offset_size} bytes abbrev offset.
13918
34248c3a
DE
139192014-11-15 Doug Evans <xdje42@gmail.com>
13920
13921 PR symtab/17559
13922 * gdb.base/line-symtabs.exp: New file.
13923 * gdb.base/line-symtabs.c: New file.
13924 * gdb.base/line-symtabs.h: New file.
13925
646da059
YQ
139262014-11-14 Yao Qi <yao@codesourcery.com>
13927
13928 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13929 (func): Add label func_label.
13930 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13931 Replace low_pc and high_pc with MACRO_AT_range.
13932 Replace name, low_pc and high_pc with MACRO_AT_func.
13933
9301ebe6
YQ
139342014-11-14 Yao Qi <yao@codesourcery.com>
13935
13936 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13937 Replace name, low_pc and high_pc with MACRO_AT_func.
13938
f166b542
YQ
139392014-11-14 Yao Qi <yao@codesourcery.com>
13940
13941 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13942 produce debug information.
13943 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13944
0f6e71e3
YQ
139452014-11-14 Yao Qi <yao@codesourcery.com>
13946
13947 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13948 object and get function length.
13949 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13950 with MACRO_AT_func.
13951 (top-level): Replace gdb_compile and clean_restart with
13952 prepare_for_testing.
13953 * gdb.dwarf2/main.c (main): Add label main_label.
13954
876c4df9
YQ
139552014-11-14 Yao Qi <yao@codesourcery.com>
13956
13957 * lib/dwarf.exp (function_range): New procedure.
13958 (Dwarf::_handle_macro_at_func): New procedure.
13959 (Dwarf::_handle_macro_at_range): New procedure.
13960 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13961
02ad9cf1
YQ
139622014-11-14 Yao Qi <yao@codesourcery.com>
13963
13964 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13965 (_handle_attribute): New procedure.
13966
a59add0c
AA
139672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13968
13969 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13970 * gdb.base/call-sc.c (zed): Likewise.
13971 * gdb.base/checkpoint.c (main): Likewise.
13972 * gdb.base/dump.c (main): Likewise.
13973 * gdb.base/gcore.c (main): Likewise.
13974 * gdb.base/huge.c (main): Likewise.
13975 * gdb.base/multi-forks.c (main): Likewise.
13976 * gdb.base/pr10179-a.c (main): Likewise.
13977 * gdb.base/savedregs.c (main): Likewise.
13978 * gdb.base/sigaltstack.c (main): Likewise.
13979 * gdb.base/siginfo.c (main): Likewise.
13980 * gdb.base/structs.c (zed): Likewise.
13981 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13982 * gdb.mi/mi-syn-frame.c (main): Likewise.
13983 * gdb.mi/until.c (foo, main): Likewise.
13984 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
13985 * gdb.base/solib-weak.c (foo): Declare.
13986 * gdb.base/attach-twice.c: Include stdio.h.
13987 * gdb.base/weaklib1.c: Likewise.
13988 * gdb.base/weaklib2.c: Likewise.
13989 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
13990 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
13991 unistd.h.
13992 * gdb.base/attach-pie-misread.c: Include stdlib.h.
13993 * gdb.mi/mi-exit-code.c: Likewise.
13994 * gdb.base/break-interp-lib.c: Include string.h.
13995 * gdb.base/coremaker.c: Likewise.
13996 * gdb.base/testenv.c: Likewise.
13997 * gdb.python/py-finish-breakpoint.c: Likewise.
13998 * gdb.base/inferior-died.c: Include sys/wait.h.
13999 * gdb.base/fileio.c: Include time.h.
14000 * gdb.base/async-shell.c: Include unistd.h.
14001 * gdb.base/dprintf-non-stop.c: Likewise.
14002 * gdb.base/info-os.c: Likewise.
14003 * gdb.mi/mi-console.c: Likewise.
14004 * gdb.mi/watch-nonstop.c: Likewise.
14005 * gdb.python/py-events.c: Likewise.
14006 * gdb.base/async.c (baz): Move up before its invocation.
14007 * gdb.base/code_elim2.c (my_global_func): Likewise.
14008 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14009 * gdb.base/advance.c (func2): Likewise.
14010
3b5d5997
AA
140112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14012
14013 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14014 variant.
14015 * gdb.base/annota3.c: Likewise.
14016 * gdb.base/async.c: Likewise.
14017 * gdb.base/average.c: Likewise.
14018 * gdb.base/call-ar-st.c: Likewise.
14019 * gdb.base/call-rt-st.c: Likewise.
14020 * gdb.base/call-sc.c: Likewise.
14021 * gdb.base/call-strs.c: Likewise.
14022 * gdb.base/ending-run.c: Likewise.
14023 * gdb.base/execd-prog.c: Likewise.
14024 * gdb.base/exprs.c: Likewise.
14025 * gdb.base/foll-exec.c: Likewise.
14026 * gdb.base/foll-fork.c: Likewise.
14027 * gdb.base/foll-vfork.c: Likewise.
14028 * gdb.base/funcargs.c: Likewise.
14029 * gdb.base/gcore.c: Likewise.
14030 * gdb.base/jump.c: Likewise.
14031 * gdb.base/langs0.c: Likewise.
14032 * gdb.base/langs1.c: Likewise.
14033 * gdb.base/langs2.c: Likewise.
14034 * gdb.base/mips_pro.c: Likewise.
14035 * gdb.base/nodebug.c: Likewise.
14036 * gdb.base/opaque0.c: Likewise.
14037 * gdb.base/opaque1.c: Likewise.
14038 * gdb.base/recurse.c: Likewise.
14039 * gdb.base/run.c: Likewise.
14040 * gdb.base/scope0.c: Likewise.
14041 * gdb.base/scope1.c: Likewise.
14042 * gdb.base/setshow.c: Likewise.
14043 * gdb.base/setvar.c: Likewise.
14044 * gdb.base/shmain.c: Likewise.
14045 * gdb.base/shr1.c: Likewise.
14046 * gdb.base/shr2.c: Likewise.
14047 * gdb.base/sigall.c: Likewise.
14048 * gdb.base/signals.c: Likewise.
14049 * gdb.base/so-indr-cl.c: Likewise.
14050 * gdb.base/solib2.c: Likewise.
14051 * gdb.base/structs.c: Likewise.
14052 * gdb.base/sum.c: Likewise.
14053 * gdb.base/vforked-prog.c: Likewise.
14054 * gdb.base/watchpoint.c: Likewise.
14055 * gdb.reverse/shr2.c: Likewise.
14056 * gdb.reverse/until-reverse.c: Likewise.
14057 * gdb.reverse/ur1.c: Likewise.
14058 * gdb.reverse/watch-reverse.c: Likewise.
14059
066a77c5
AA
140602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14061
14062 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14063 variant.
14064 * gdb.base/sepdebug.exp: Drop references to removed code.
14065
4f204ea5
AA
140662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14067
14068 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14069 variant. Preserve original line numbering.
14070 * gdb.base/list1.c: Likewise.
14071
3b377a3a
AA
140722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14073
14074 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14075 variant.
14076 * gdb.base/break1.c: Likewise.
14077 * gdb.base/break.exp: Drop references to removed code.
14078
e444df73
AA
140792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14080
14081 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14082 variant.
14083
8008f2a7
AA
140842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14085
14086 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14087
a5a06887
AA
140882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14089
14090 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14091 logic into perform_all_tests() and invoke it with and without
14092 function header prototypes.
14093 (do_function_calls): Remove conditional XFAIL for PR 5318.
14094 (rerun_and_prepare): Remove duplicate code.
14095 (perform_all_tests): New. Main logic moved here.
14096
44dba9b9
AA
140972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14098
14099 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14100 code guarded by #ifdef NO_PROTOTYPES.
14101 (t_double_many_args): Likewise.
14102 (DEF_FUNC_MANY_ARGS_1): Likewise.
14103 (DEF_FUNC_VALUES_1): Likewise.
14104 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14105 guarded by #ifdef PROTOTYPES.
14106
d1fbcd56
AA
141072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14108
14109 * gdb.mi/mi-console.c: Add eye-catcher.
14110 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14111 instead of literal line number.
14112
b0e59b8f
AA
141132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14114
14115 * gdb.base/shr2.c: Add eye-catcher.
14116 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14117 line number.
14118
78f98cca
AA
141192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14120
14121 * gdb.base/jump.c: Add eye-catchers.
14122 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14123 numbers.
14124
58fa2af0
AA
141252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14126
14127 * gdb.base/execd-prog.c: Add eye-catchers.
14128 * gdb.base/foll-exec.c: Likewise.
14129 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14130 line numbers.
14131
04e5059b
AA
141322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14133
14134 * gdb.base/ending-run.c: Add eye-catchers.
14135 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14136 literal line numbers.
14137
dbfdb174
AA
141382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14139
14140 * gdb.base/call-rt-st.c: Add eye-catchers.
14141 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14142 literal line numbers.
14143
888a2ade
AA
141442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14145
14146 * gdb.base/call-ar-st.c: Add eye-catchers.
14147 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14148 literal line numbers.
14149
6acc2dde
AA
141502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14151
14152 * gdb.base/average.c: Add eye-catchers.
14153 * gdb.base/sum.c: Likewise.
14154 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14155 regexps dynamically.
14156
9ecfcd1d
AA
141572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14158
14159 * gdb.base/solib1.c: Add eye-catchers.
14160 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14161 literal line numbers.
14162
78708b7c
PA
141632014-11-12 Pedro Alves <palves@redhat.com>
14164
14165 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14166 leader has exited.
14167
af48d08f
PA
141682014-11-12 Pedro Alves <palves@redhat.com>
14169
14170 * gdb.arch/i386-bp_permanent.c: New file.
14171 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14172 (srcfile): Set to i386-bp_permanent.c.
14173 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14174 that stepi does not execute the 'leave' instruction, instead of
14175 testing it does execute.
14176 * gdb.base/bp-permanent.c: New file.
14177 * gdb.base/bp-permanent.exp: New file.
14178
af3768e9
DE
141792014-11-10 Doug Evans <xdje42@gmail.com>
14180
14181 PR symtab/17564
14182 * gdb.base/symtab-search-order.exp: New file.
14183 * gdb.base/symtab-search-order.c: New file.
14184 * gdb.base/symtab-search-order-1.c: New file.
14185 * gdb.base/symtab-search-order-shlib-1.c: New file.
14186
9de00a4a
PA
141872014-11-07 Pedro Alves <palves@redhat.com>
14188
14189 PR gdb/17511
14190 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14191 i?86-*-linux*.
14192
e0f52461
SC
141932014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14194
14195 PR c++/17494
14196 * gdb.cp/pr17494.cc: New file.
14197 * gdb.cp/pr17494.exp: New file.
14198
6ce8c980
YQ
141992014-11-02 Yao Qi <yao@codesourcery.com>
14200
14201 * gdb.python/python.exp: Get working directory and match the
14202 output of "set extended-prompt \\w " with it.
14203
02be9a71
DE
142042014-10-30 Doug Evans <dje@google.com>
14205
14206 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14207 in objfiles.
14208 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14209 in progspaces.
14210
3bdff46b
LM
142112014-10-30 Janis Johnson <janisjo@codesourcery.com>
14212
14213 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14214 * gdb.base/realname-expand.exp: Likewise.
14215 * gdb.linespec/macro-relative.exp: Likewise.
14216
ab917dfb
PA
142172014-10-29 Pedro Alves <palves@redhat.com>
14218
14219 PR gdb/17408
14220 * gdb.threads/schedlock.c (some_function): New function.
14221 (call_function): New global.
14222 (MAYBE_CALL_SOME_FUNCTION): New macro.
14223 (thread_function): Call it.
14224 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14225 and use it instead of a global counter. Adjust all callers.
14226 (get_current_thread): Use "find current thread" for test message
14227 here rather than having all callers pass down the same string.
14228 (goto_loop): New procedure, factored out from ...
14229 (my_continue): ... this.
14230 (step_ten_loops): Change parameter from test message to command to
14231 use. Adjust.
14232 (list_count): Delete global.
14233 (check_result): New procedure, factored out from duplicate top
14234 level code.
14235 (continue tests): Wrap in with_test_prefix.
14236 (test_step): New procedure, factored out from duplicate top level
14237 code.
14238 (top level): Test "step" in combination with all scheduler-locking
14239 modes. Test "next" in combination with all scheduler-locking
14240 modes, and in combination with stepping over a function call or
14241 not.
14242 * gdb.threads/next-bp-other-thread.c: New file.
14243 * gdb.threads/next-bp-other-thread.exp: New file.
14244
d3d4baed
PA
142452014-10-29 Pedro Alves <palves@redhat.com>
14246
14247 PR python/17372
14248 * gdb.python/python.exp: Test a multi-line command that spawns
14249 interactive Python.
14250 * gdb.base/multi-line-starts-subshell.exp: New file.
14251
563e8d85
YQ
142522014-10-29 Yao Qi <yao@codesourcery.com>
14253
14254 * gdb.base/fileio.exp: Make directories on host.
14255
0ea4d52e
YQ
142562014-10-29 Yao Qi <yao@codesourcery.com>
14257
14258 * gdb.base/fileio.c (test_write): Close the file.
14259
7f5ef605
PA
142602014-10-28 Pedro Alves <palves@redhat.com>
14261
14262 PR gdb/12623
14263 * gdb.base/sigstep.c (no_handler): New global.
14264 (main): If 'no_handler is true, set the signal handlers to
14265 SIG_IGN.
14266 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14267 with_sw_watch and no_handler parameters. Handle them.
14268 (top level) <stepping over handler when stopped at a breakpoint
14269 test>: Add a test axis for testing with a software watchpoint, and
14270 another for testing with the signal handler set to SIG_IGN.
14271 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14272 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14273
abbdbd03
PA
142742014-10-28 Pedro Alves <palves@redhat.com>
14275
14276 PR gdb/17511
14277 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14278 * gdb.base/sigstep.exp (other_handler_location): New global.
14279 (advance): Support stepping into the signal handler, and running
14280 commands while in the handler.
14281 (in_handler_map): New global.
14282 (top level): In the advance test, add combinations for getting
14283 into the handler with stepping commands, and for running commands
14284 in the handler. Add comment descripting the advancei tests.
14285
1df4399f
PA
142862014-10-28 Pedro Alves <palves@redhat.com>
14287
14288 * gdb.base/sigstep.exp: Use build_executable instead of
14289 prepare_for_testing.
14290 (top level): Move code that starts GDB, runs to main and creates a
14291 display to ...
14292 (restart): ... this new procedure.
14293 (top level): Move backtrace from signal handler test to ...
14294 (validate_backtrace): ... this new procedure.
14295 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14296 with_test_prefix. Always restart GDB.
14297 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14298 with_test_prefix. Always restart GDB. No need to delete
14299 breakpoints after the test.
14300 (test_skip_handler): Remove prefix parameter.
14301 (skip_over_handler, breakpoint_to_handler)
14302 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14303 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14304 restart GDB. No need to delete breakpoints after the test.
14305 (top level): Use foreach to call the test procedures with
14306 different commands.
14307
a5b6e449
PA
143082014-10-28 Pedro Alves <palves@redhat.com>
14309
14310 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14311 instead of GNATS numbers.
14312 * gdb.base/sigbpt.exp: Likewise.
14313 * gdb.base/siginfo.exp: Likewise.
14314 * gdb.base/sigstep.exp: Likewise.
14315
e5f8a7cc
PA
143162014-10-27 Pedro Alves <palves@redhat.com>
14317
14318 * gdb.base/sigstep.c (dummy): New global.
14319 (main): Issue a couple writes to the new global.
14320 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14321 procedures.
14322 (skip_over_handler): Use test_skip_handler.
14323 (top level): Call skip_over_handler for stepi and nexti too.
14324 (breakpoint_over_handler): Use test_skip_handler.
14325 (top level): Call breakpoint_over_handler for stepi and nexti too.
14326
763905a3
YQ
143272014-10-27 Yao Qi <yao@codesourcery.com>
14328
14329 * gdb.trace/tfile.c (adjust_function_address)
14330 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14331 function descriptor.
14332
6f259a23
DB
143332014-10-24 Don Breazeal <donb@codesourcery.com>
14334
14335 * gdb.base/foll-fork.exp (test_follow_fork,
14336 catch_fork_child_follow): Check for updated fork messages emitted
14337 from infrun.c.
14338 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14339 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14340 vfork_and_exec_child_follow_through_step): Check for updated vfork
14341 messages emitted from infrun.c.
14342
09dd9a69
PA
143432014-10-24 Pedro Alves <palves@redhat.com>
14344
14345 * gdb.base/corefile.exp: Remove references to ultrix.
14346 * gdb.base/interrupt.exp: Likewise.
14347 * gdb.base/whatis.exp: Likewise.
14348 * gdb.gdb/selftest.exp: Likewise.
14349 * gdb.threads/manythreads.exp: Likewise.
14350 * gdb.threads/print-threads.exp: Likewise.
14351 * gdb.threads/pthreads.exp:: Likewise.
14352 * gdb.threads/schedlock.exp: Likewise.
14353
3433cfa5
SC
143542014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14355
14356 * gdb.cp/non-trivial-retval.cc: Add a test case.
14357 * gdb.cp/non-trivial-retval.exp: Add a test.
14358
092f880b
YQ
143592014-10-20 Yao Qi <yao@codesourcery.com>
14360
14361 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14362 * gdb.python/py-objfile-script-gdb.py: New file.
14363 * gdb.python/py-objfile-script.exp: Update reference to
14364 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14365 of remote_download. Remove the dest file.
14366
acbdb7f3
YQ
143672014-10-20 Yao Qi <yao@codesourcery.com>
14368
14369 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14370 * gdb.base/step-line.exp: Likewise.
14371 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14372 * gdb.dwarf2/dw2-basic.exp: Likewise.
14373 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14374 * gdb.dwarf2/dw2-filename.exp: Likewise.
14375 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14376 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14377 * gdb.dwarf2/dw2-producer.exp: Likewise.
14378 * gdb.dwarf2/mac-fileno.exp: Likewise.
14379 * gdb.python/py-frame-args.exp: Likewise.
14380 * gdb.python/py-framefilter.exp: Likewise.
14381 * gdb.python/py-mi.exp: Likewise.
14382 * gdb.python/py-objfile-script.exp: Likewise
14383 * gdb.python/py-pp-integral.exp: Likewise.
14384 * gdb.python/py-pp-re-notag.exp: Likewise.
14385 * gdb.python/py-prettyprint.exp: Likewise.
14386 * gdb.python/py-section-script.exp: Likewise.
14387 * gdb.python/py-typeprint.exp: Likewise.
14388 * gdb.python/py-xmethods.exp: Likewise.
14389 * gdb.stabs/weird.exp: Likewise.
14390 * gdb.xml/tdesc-regs.exp: Likewise.
14391
bd286a29
KCY
143922014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14393
14394 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14395 (out_cu): Use addr_len for the size of addresses.
14396 (out_line): Likewise. Size DW_LNE_set_address instruction
14397 according to addr_len.
14398 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14399 (FUNC): Add START_INSNS to definition.
14400
673dc4a0
YQ
144012014-10-18 Yao Qi <yao@codesourcery.com>
14402
14403 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14404 gdb_has_argv0 return true.
14405 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14406 check [target_info exists noargs], check [gdb_has_argv0]
14407 instead.
14408 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14409 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14410 procedures.
14411
4ffbba72
DE
144122014-10-17 Doug Evans <dje@google.com>
14413
14414 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14415 event.
14416 * gdb.python/py-events.py: Add clear_objfiles event.
14417
d096d8c1
DE
144182014-10-17 Doug Evans <dje@google.com>
14419
14420 * gdb.python/py-objfile.exp: Test progspace attribute.
14421
a80db015
LM
144222014-10-17 Luis Machado <lgustavo@codesourcery.com>
14423
14424 * gdb.guile/scm-breakpoint.exp: Do not assume any
14425 directory separators when matching source file paths.
14426 * gdb.python/py-breakpoint.exp: Likewise.
14427 * gdb.reverse/break-precsave.exp: Likewise.
14428 * gdb.reverse/break-reverse.exp: Likewise.
14429 * gdb.reverse/consecutive-precsave.exp: Likewise.
14430 * gdb.reverse/finish-precsave.exp: Likewise.
14431 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14432 * gdb.reverse/finish-reverse.exp: Likewise.
14433 * gdb.reverse/i386-precsave.exp: Likewise.
14434 * gdb.reverse/i387-env-reverse.exp: Likewise.
14435 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14436 * gdb.reverse/machinestate-precsave.exp: Likewise.
14437 * gdb.reverse/machinestate.exp: Likewise.
14438 * gdb.reverse/sigall-precsave.exp: Likewise.
14439 * gdb.reverse/solib-precsave.exp: Likewise.
14440 * gdb.reverse/step-precsave.exp: Likewise.
14441 * gdb.reverse/until-precsave.exp: Likewise.
14442 * gdb.reverse/watch-precsave.exp: Likewise.
14443 * gdb.reverse/watch-reverse.exp: Likewise.
14444
b22089ab
YQ
144452014-10-17 Yao Qi <yao@codesourcery.com>
14446
14447 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14448 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14449
6c4486e6
PA
144502014-10-17 Pedro Alves <palves@redhat.com>
14451
14452 PR gdb/17471
14453 * gdb.base/bg-execution-repeat.c: New file.
14454 * gdb.base/bg-execution-repeat.exp: New file.
14455
0ff33695
PA
144562014-10-17 Pedro Alves <palves@redhat.com>
14457
14458 PR gdb/17300
14459 * gdb.base/continue-all-already-running.c: New file.
14460 * gdb.base/continue-all-already-running.exp: New file.
14461
6fdebc3d
PA
144622014-10-17 Pedro Alves <palves@redhat.com>
14463
14464 PR gdb/17472
14465 * gdb.base/annota-input-while-running.c: New file.
14466 * gdb.base/annota-input-while-running.exp: New file.
14467
32a8097b
PA
144682014-10-17 Pedro Alves <palves@redhat.com>
14469
14470 * gdb.base/callfuncs.exp: emove references to osf.
14471 * gdb.base/sigall.exp: Likewise.
14472 * gdb.gdb/selftest.exp: Likewise.
14473 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14474 * gdb.mi/non-stop.c: Likewise.
14475 * gdb.mi/pthreads.c: Likewise.
14476 * gdb.reverse/sigall-precsave.exp: Likewise.
14477 * gdb.reverse/sigall-reverse.exp: Likewise.
14478 * gdb.threads/pthreads.c: Likewise.
14479 * gdb.threads/pthreads.exp: Likewise.
14480
7a3517ff
YQ
144812014-10-17 Yao Qi <yao@codesourcery.com>
14482
14483 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14484 check 'target_info exists noargs'.
14485 (test_command_prompt_position): Likewise.
14486 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14487 Remove "set args".
14488 (progvar_simple_while_test): Likewise.
14489 (progvar_complex_if_while_test): Likewise.
14490 (if_while_breakpoint_command_test): Likewise.
14491 (infrun_breakpoint_command_test): Likewise.
14492 (breakpoint_command_test): Likewise.
14493 (watchpoint_command_test): Likewise.
14494 (bp_deleted_in_command_test): Likewise.
14495 (temporary_breakpoint_commands): Likewise.
14496
bb99c472
YQ
144972014-10-16 Yao Qi <yao@codesourcery.com>
14498
14499 * gdb.base/remotetimeout.exp: Remove noargs checking.
14500
7c16b83e
PA
145012014-10-15 Pedro Alves <palves@redhat.com>
14502
14503 PR breakpoints/9649
14504 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14505 * gdb.base/breakpoint-in-ro-region.exp
14506 (probe_target_hardware_step): New procedure.
14507 (top level): Probe hardware stepping and hardware breakpoint
14508 support. Test stepping through a read-only region, with both
14509 "breakpoint auto-hw" on and off and both "always-inserted" on and
14510 off.
14511
35a49624
IB
145122014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14513
14514 * gdb.dlang/demangle.exp: Update for demangling changes.
14515
2d1c107c
SC
145162014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14517
14518 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14519 * gdb.cp/non-trivial-retval.exp: Add new tests.
14520
778811d5
SC
145212014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14522
14523 PR c++/13403
14524 PR c++/15154
14525 * gdb.cp/non-trivial-retval.cc: New file.
14526 * gdb.cp/non-trivial-retval.exp: New file.
14527
10c5f0a8
YQ
145282014-10-15 Yao Qi <yao@codesourcery.com>
14529
14530 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14531 remote host.
14532
65d7b369
YQ
145332014-10-15 Yao Qi <yao@codesourcery.com>
14534
14535 * gdb.python/py-symbol.exp: Match file base name if host is
14536 remote, otherwise match file name with dir name.
14537 * gdb.python/py-symtab.exp: Likewise.
14538 * gdb.python/python.exp: Likewise.
14539
46dc1394
YQ
145402014-10-15 Yao Qi <yao@codesourcery.com>
14541
14542 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14543 pattern.
14544 * gdb.python/py-symtab.exp: Likewise.
14545 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14546 locationn.
14547
c40cc657
JB
145482014-10-14 Joel Brobecker <brobecker@adacore.com>
14549
14550 * gdb.ada/addr_arith: New testcase.
14551
2abf49e1
MR
145522014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14553
14554 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14555 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14556 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14557 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14558
f7088df3
SDJ
145592014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14560
14561 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14562 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14563 * gdb.arch/stap-eval-lang-ada.exp: New file.
14564
4dc06805
YQ
145652014-10-14 Yao Qi <yao@codesourcery.com>
14566
14567 * gdb.mi/mi-var-child.c (nothing1): New function.
14568 (nothing2): New function.
14569 (do_children_tests): Set function pointers by nothing1 and
14570 nothing2.
14571 * gdb.mi/mi-var-child.exp: Step over new added statements.
14572 Update test to match the new output.
14573 * gdb.mi/var-cmd.c (nothing1): New function.
14574 (nothing2): New function.
14575 (do_children_tests): Set function pointers by nothing1 and
14576 nothing2.
14577 * gdb.mi/mi-var-display.exp: Update test to match output.
14578 Step to the line specified by $line_dct_nothing.
14579 Increase the number of lines to step.
14580
46a93de2
YQ
145812014-10-14 Yao Qi <yao@codesourcery.com>
14582
14583 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14584 tests.
14585 * gdb.mi/mi2-var-child.exp: Likewise.
14586
14ea52ee
DE
145872014-10-13 Doug Evans <dje@google.com>
14588
14589 * gdb.python/py-objfile.exp: Change name of file name test.
14590
e5c6e92b
DE
145912014-10-13 Doug Evans <dje@google.com>
14592
14593 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14594 from the start of the CU.
14595
c780cc2f
JK
145962014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14597 Yao Qi <yao@codesourcery.com>
14598
14599 Fix "save breakpoints" for "catch" command.
14600 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14601 Remove -nonewline. Match also the added "main" line.
14602
99894e11
JK
146032014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14604
14605 Fix "save breakpoints" for "disable $bpnum" command.
14606 * gdb.base/save-bp.c (main): Add label.
14607 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14608
6e1ac5a3
JK
146092014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14610
14611 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14612
754dd2b0
YQ
146132014-10-11 Yao Qi <yao@codesourcery.com>
14614
14615 * gdb.server/server-kill.exp: Execute command
14616 "set remote trace-status-packet on" before "tstatus".
14617
f90183d7
YQ
146182014-10-11 Yao Qi <yao@codesourcery.com>
14619
14620 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14621 (main): Call getppid.
14622 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14623 and continue to it. Read variable "server_pid".
14624
bf40a607
YQ
146252014-10-11 Yao Qi <yao@codesourcery.com>
14626
14627 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14628
052ca370
YQ
146292014-10-11 Yao Qi <yao@codesourcery.com>
14630
14631 * gdb.threads/thread-find.exp: Don't execute command
14632 "info threads".
14633 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14634 * gdb.threads/linux-dp.exp: Don't check the condition
14635 $threads_created equals to zero.
14636
3831839c
PA
146372014-10-10 Pedro Alves <palves@redhat.com>
14638
14639 * gdb.base/bigcore.exp: Remove references to IRIX.
14640 * gdb.base/funcargs.exp: Likewise.
14641 * gdb.base/interrupt.exp: Likewise.
14642 * gdb.base/mips_pro.exp: Likewise.
14643 * gdb.base/nodebug.exp: Likewise.
14644 * gdb.base/setvar.exp: Likewise.
14645 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14646
8b9a549d
PA
146472014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14648 Pedro Alves <palves@redhat.com>
14649
14650 PR symtab/14466
14651 * gdb.base/vdso-warning.c: New file.
14652 * gdb.base/vdso-warning.exp: New file.
14653
d48ba5e8
DE
146542014-10-02 Doug Evans <dje@google.com>
14655
14656 * gdb.base/structs.c (main): Don't run forever.
14657
2278c276
PA
146582014-10-02 Pedro Alves <palves@redhat.com>
14659
14660 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14661 (top level) <stop threads 1, stop threads 2>: Use it.
14662
b57bacec
PA
146632014-10-02 Pedro Alves <palves@redhat.com>
14664
14665 * gdb.threads/break-while-running.exp (test): Add new
14666 'update_thread_list' argument. Skip "info threads" if false.
14667 (top level): Add new 'update_thread_list' axis.
14668
13fd3ff3
PA
146692014-10-02 Pedro Alves <palves@redhat.com>
14670
14671 PR breakpoints/17431
14672 * gdb.base/execl-update-breakpoints.c: New file.
14673 * gdb.base/execl-update-breakpoints.exp: New file.
14674
0fec99e8
PA
146752014-10-01 Pedro Alves <palves@redhat.com>
14676
14677 * gdb.base/breakpoint-in-ro-region.c: New file.
14678 * gdb.base/breakpoint-in-ro-region.exp: New file.
14679
2ddf4301
SM
146802014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14681
14682 * gdb.mi/mi-exit-code.exp: New file.
14683 * gdb.mi/mi-exit-code.c: New file.
14684
6a5f3f43
YQ
146852014-09-30 Yao Qi <yao@codesourcery.com>
14686
14687 * lib/prelink-support.exp (build_executable_own_libs): Error if
14688 the target isn't native.
14689
345bcc73
YQ
146902014-09-30 Yao Qi <yao@codesourcery.com>
14691
14692 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14693 false.
14694
a25a5a45
PA
146952014-09-22 Pedro Alves <palves@redhat.com>
14696
14697 * gdb.threads/break-while-running.exp: New file.
14698 * gdb.threads/break-while-running.c: New file.
14699
00ba3162
YQ
147002014-09-19 Yao Qi <yao@codesourcery.com>
14701
14702 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14703 Invoke test. Restart GDB with --readnow and invoke test again.
14704
c3b7b696
YQ
147052014-09-19 Yao Qi <yao@codesourcery.com>
14706
14707 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14708 proc set_breakpoint_on_gcd_function. Invoke
14709 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14710 invoke set_breakpoint_on_gcd_function again.
14711
2b4fd423
DE
147122014-09-18 Doug Evans <dje@google.com>
14713
14714 * gdb.dwarf2/symtab-producer.exp: New file.
14715
a5947601
SDJ
147162014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14717
14718 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14719 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14720 * gdb.base/global-var-nested-by-dso.c: Likewise.
14721 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14722
91c19059
SDJ
147232014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14724 Pedro Alves <palves@redhat.com>
14725
14726 * gdb.base/watch-bitfields.exp: Pass string other than test file
14727 name to prepare_for_testing.
14728 (watch): New procedure.
14729 (expect_watchpoint): Use with_test_prefix.
14730 (top level): Factor out tests to ...
14731 (test_watch_location, test_regular_watch): ... these new
14732 procedures, and use with_test_prefix and gdb_continue_to_end.
14733
bb9d5f81
PP
147342014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14735
14736 PR breakpoints/12526
14737 * gdb.base/watch-bitfields.exp: New file.
14738 * gdb.base/watch-bitfields.c: New file.
14739
635856f5
PA
147402014-09-16 Pedro Alves <palves@redhat.com>
14741
14742 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14743 software and hardware addresses, not software address against
14744 itself.
14745
7280ceea
PA
147462014-09-16 Pedro Alves <palves@redhat.com>
14747
14748 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14749 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14750
428b16bd
PA
147512014-09-16 Pedro Alves <palves@redhat.com>
14752
14753 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14754 files.
14755 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14756 "*-*-vxworks*" throughout.
14757 * gdb.base/break.exp: Likewise.
14758 * gdb.base/default.exp: Likewise.
14759 * gdb.base/scope.exp: Likewise.
14760 * gdb.base/sepdebug.exp: Likewise.
14761 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14762 throughout.
14763 * gdb.base/run.c: Likewise.
14764 * gdb.base/sepdebug.c: Likewise.
14765 * gdb.hp/gdb.aCC/run.c: Likewise.
14766 * gdb.reverse/until-reverse.c: Likewise.
14767 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14768
666d413c
YQ
147692014-09-16 Yao Qi <yao@codesourcery.com>
14770
14771 * boards/local-remote-host-native.exp: New file.
14772
57cbd724
DE
147732014-09-14 Doug Evans <xdje42@gmail.com>
14774
14775 * gdb.threads/queue-signal.c (thread_count): New variable.
14776 (thread_count_mutex, thread_count_condvar): New variables.
14777 (incr_thread_count, wait_all_threads_running): New functions.
14778 (main): Wait for all threads to be in their thread functions.
14779
81219e53
DE
147802014-09-13 Doug Evans <xdje42@gmail.com>
14781
14782 * gdb.threads/queue-signal.c: New file.
14783 * gdb.threads/queue-signal.exp: New file.
14784
3714cea7
DE
147852014-09-13 Doug Evans <xdje42@gmail.com>
14786
14787 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14788 be consistent with what default_gdb_init uses.
14789 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14790 the plain text of the prompt. Add some logging printfs.
14791 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14792
fa43b1d7
PA
147932014-09-12 Pedro Alves <palves@redhat.com>
14794
14795 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14796 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14797 * gdb.arch/i386-size-overlap.exp: Likewise.
14798 * gdb.arch/i386-size.exp: Likewise.
14799 * gdb.arch/i386-unwind.exp: Likewise.
14800 * gdb.base/a2-run.exp: Likewise.
14801 * gdb.base/break.exp: Likewise.
14802 * gdb.base/charset.exp: Likewise.
14803 * gdb.base/chng-syms.exp: Likewise.
14804 * gdb.base/commands.exp: Likewise.
14805 * gdb.base/dbx.exp: Likewise.
14806 * gdb.base/find.exp: Likewise.
14807 * gdb.base/funcargs.exp: Likewise.
14808 * gdb.base/jit-simple.exp: Likewise.
14809 * gdb.base/reread.exp: Likewise.
14810 * gdb.base/sepdebug.exp: Likewise.
14811 * gdb.base/step-bt.exp: Likewise.
14812 * gdb.cp/mb-inline.exp: Likewise.
14813 * gdb.cp/mb-templates.exp: Likewise.
14814 * gdb.objc/basicclass.exp: Likewise.
14815 * gdb.threads/killed.exp: Likewise.
14816
9d9bf2df
EBM
148172014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14818
14819 PR tdep/17379
14820 * gdb.arch/powerpc-stackless.S: New file.
14821 * gdb.arch/powerpc-stackless.exp: New file.
14822
1cf2f1b0
JK
148232014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14824
14825 * gdb.base/attach.c: Include unistd.h.
14826 (main): Call alarm. Add label postloop.
14827 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14828 gdb_breakpoint, gdb_continue_to_breakpoint.
14829 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14830
98880d46
PA
148312014-09-11 Pedro Alves <palves@redhat.com>
14832
14833 PR gdb/17347
14834 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14835 * gdb.base/attach.exp (test_command_line_attach_run): New
14836 procedure.
14837 (top level): Call it.
14838
4c92ff2c
PA
148392014-09-11 Pedro Alves <palves@redhat.com>
14840
14841 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14842 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14843 (do_command_attach_tests): Use spawn_wait_for_attach.
14844 * gdb.base/solib-overlap.exp: Likewise.
14845 * gdb.multi/multi-attach.exp: Likewise.
14846 * gdb.python/py-prompt.exp: Likewise.
14847 * gdb.python/py-sync-interp.exp: Likewise.
14848 * gdb.server/ext-attach.exp: Likewise.
14849
3adc1a7d
GKB
148502014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14851
14852 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14853 command in testcase. Simplify testcase.
14854
96334934
JB
148552014-09-10 Joel Brobecker <brobecker@adacore.com>
14856
14857 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14858
eb479039
JB
148592014-09-10 Joel Brobecker <brobecker@adacore.com>
14860
14861 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14862
deede10c
JB
148632014-09-10 Joel Brobecker <brobecker@adacore.com>
14864
14865 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14866
7828a5f5
JB
148672014-09-10 Joel Brobecker <brobecker@adacore.com>
14868
14869 * gdb.dwarf2/dynarr-ptr.c: New file.
14870 * gdb.dwarf2/dynarr-ptr.exp: New file.
14871
33aeebcf
MR
148722014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14873
14874 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14875 of 30 rather than hardcoding 120 for a slow test case. Take the
14876 `gdb,timeout' target setting into account for this calculation.
14877 Don't extend the timeout for the test cases that don't need it.
14878
7b415901
MR
148792014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14880
14881 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14882 a factor of 2 for a slow test case. Take the `gdb,timeout'
14883 target setting into account for this calculation.
14884 * gdb.reverse/until-precsave.exp: Increase the timeout by
14885 a factor of 15 and 3 respectively rather than adding 120
14886 for a pair of slow test cases. Take the `gdb,timeout'
14887 target setting into account for this calculation.
14888
4a40f85a
MR
148892014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14890
14891 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14892 timeout, don't pass one down to gdb_expect.
14893 (gdb_expect): Rework timeout selection.
14894
09635af7
MR
148952014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14896
14897 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14898 exception on timeout.
14899 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14900 (gdbserver_start_extended): Catch any `gdbserver_start' error
14901 exceptions.
14902 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14903 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14904 `gdbserver_gdb_load' error exceptions.
14905
2bdd10b7
MR
149062014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14907
14908 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14909 120 on waiting for the TCP socket to open.
14910
316935f0
DE
149112014-09-09 Doug Evans <xdje42@gmail.com>
14912
14913 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14914 _caller_matches, _any_caller_is, _any_caller_matches.
14915
83740597
DE
149162014-09-09 Doug Evans <xdje42@gmail.com>
14917
14918 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14919
4c122fc3
YQ
149202014-09-09 Yao Qi <yao@codesourcery.com>
14921
14922 * gdb.mi/mi-var-display.exp: Set print symbol off.
14923
a9f116cb
GKB
149242014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14925
14926 PR gdb/17035
14927 * gdb.base/commands.exp: Add tests to verify user-defined
14928 commands with empty bodies.
14929 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14930 python commands in `show user command`.
14931 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14932 scheme commands in `show user command`.
14933
c75bd3a2
JK
149342014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14935
14936 PR python/17355
14937 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14938 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14939 * gdb.python/py-framefilter-invalidarg.exp: New file.
14940 * gdb.python/py-framefilter-invalidarg.py: New file.
14941
faa42425
DE
149422014-09-06 Doug Evans <xdje42@gmail.com>
14943
14944 PR 15276
14945 * gdb.python/py-caller-is.c: New file.
14946 * gdb.python/py-caller-is.exp: New file.
14947
474ca4f6
SDJ
149482014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14949
14950 PR gdb/17235
14951 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14952 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14953
eb0b0463
SDJ
149542014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14955
14956 PR fortran/17237
14957 * gdb.fortran/print-formatted.exp: New file.
14958 * gdb.fortran/print-formatted.f90: Likewise.
14959
5f3b99cf
SS
149602014-09-03 Sasha Smundak <asmundak@google.com>
14961
14962 * gdb.python/py-frame.exp: Test Frame.read_register.
14963
7d793aa9
SDJ
149642014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14965
14966 PR python/16699
14967 * gdb.python/py-completion.exp: New file.
14968 * gdb.python/py-completion.py: Likewise.
14969
fb0576e9
DE
149702014-08-28 Doug Evans <dje@google.com>
14971
14972 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14973 eax,etc. are live with values set by gdb and thus the compiler can't
14974 use them.
14975 * gdb.arch/i386-pseudo.c (main): Ditto.
14976
ee92b0dd
DE
149772014-08-27 Doug Evans <dje@google.com>
14978
14979 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14980
6649db35
DE
149812014-08-25 Doug Evans <dje@google.com>
14982
14983 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14984 (main): Ditto.
14985
564b7600
DE
149862014-08-25 Doug Evans <dje@google.com>
14987
14988 * gdb.threads/thread-execl.exp: #include <stdio.h>.
14989
3881fb67
YQ
149902014-08-24 Yao Qi <yao@codesourcery.com>
14991
14992 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
14993 symbol off.
14994 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
14995
a05a36a5
DE
149962014-08-22 Doug Evans <dje@google.com>
14997
14998 PR 17276
14999 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15000 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15001 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15002
7c343b48
YQ
150032014-08-22 Yao Qi <yao@codesourcery.com>
15004
15005 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15006 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15007 * gdb.python/python.exp: Likewise. Use .py file on the host
15008 instead of the build.
15009
22fd09ae
JK
150102014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15011
15012 * gdb.threads/gcore-stale-thread.c: New file.
15013 * gdb.threads/gcore-stale-thread.exp: New file.
15014
a8454a7c
PA
150152014-08-21 Pedro Alves <palves@redhat.com>
15016
15017 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15018 * gdb.base/gcore-relro-pie.exp: Likewise.
15019 * gdb.base/gcore-relro.exp: Likewise.
15020 * gdb.base/gcore.exp: Likewise.
15021 * gdb.base/print-symbol-loading.exp: Likewise.
15022 * gdb.threads/gcore-thread.exp: Likewise.
15023 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15024
2a31c623
PA
150252014-08-20 Pedro Alves <palves@redhat.com>
15026 Jan Kratochvil <jan.kratochvil@redhat.com>
15027
15028 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15029 configure.
15030 (EXPECT): Handle READ1 being set.
15031 (all): Depend on EXTRA_RULES.
15032 (check-read1, expect-read1, read1.so, read1): New rules.
15033 * README (Testsuite Parameters): Document the READ1 make variable.
15034 (Race detection): New section.
15035 * configure: Regenerate.
15036 * configure.ac: If build==host==target, and running under a
15037 GNU/glibc system, add read1 to the extra Makefile rules.
15038 (EXTRA_RULES): AC_SUBST it.
15039 * lib/read1.c: New file.
15040
d36430db
JB
150412014-08-20 Joel Brobecker <brobecker@adacore.com>
15042
15043 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15044 the handling of variables declared as a typedef to an array
15045 which a DW_AT_data_location attribute.
15046
9a0dc9e3
PA
150472014-08-19 Andrew Burgess <aburgess@broadcom.com>
15048 Pedro Alves <palves@redhat.com>
15049
15050 PR symtab/14604
15051 PR symtab/14605
15052 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15053 gdb_test.
15054
0718a8da
PA
150552014-08-19 Pedro Alves <palves@redhat.com>
15056
15057 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15058
13b448cd
YQ
150592014-08-19 Yao Qi <yao@codesourcery.com>
15060
15061 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15062 right line.
15063
1cbf5077
DB
150642014-08-18 David Blaikie <dblaikie@gmail.com>
15065
15066 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15067
bf0fae19
JB
150682014-08-18 Joel Brobecker <brobecker@adacore.com>
15069
15070 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15071 attribute in array range.
15072
3c8c5dcc
JB
150732014-08-18 Joel Brobecker <brobecker@adacore.com>
15074
15075 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15076
e66d4446
SC
150772014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15078
15079 PR c++/17132
15080 * gdb.cp/pr17132.cc: New file.
15081 * gdb.cp/pr17132.exp: New file.
15082
940df408
SC
150832014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15084
15085 * gdb.python/py-xmethods.py (A_getarrayind)
15086 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15087 Use 'print' with function call syntax.
15088 (E_method_matcher.match): Fix tab vs space indentation mixup.
15089
ebcc6c3a
YQ
150902014-08-15 Yao Qi <yao@codesourcery.com>
15091
15092 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15093 false.
15094
775e0f04
YQ
150952014-08-15 Yao Qi <yao@codesourcery.com>
15096
15097 * gdb.cp/casts.exp: Set print symbol off.
15098 * gdb.cp/class2.exp: Likewise.
15099 * gdb.cp/overload.exp: Likewise.
15100 * gdb.cp/templates.exp: Likewise.
15101
d769e349
DE
151022014-08-11 Doug Evans <dje@google.com>
15103
15104 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15105 (test_load_shlib): Update.
15106
20c6f1e1
YQ
151072014-08-09 Yao Qi <yao@codesourcery.com>
15108
15109 * gdb.base/display.exp: Invoke is_address_zero_readable.
15110 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15111 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15112 * gdb.base/hbreak-unmapped.exp: Return if
15113 is_address_zero_readable returns true.
15114 * gdb.base/signest.exp: Likewise.
15115 * gdb.base/signull.exp: Likewise.
15116 * gdb.base/sigbpt.exp: Likewise.
15117 * gdb.guile/scm-disasm.exp: Do the test if
15118 is_address_zero_readable returns false.
15119 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15120 * gdb.python/py-arch.exp: Likewise.
15121 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15122 * lib/gdb.exp (is_address_zero_readable): New proc.
15123
5792e8e3
YQ
151242014-08-09 Yao Qi <yao@codesourcery.com>
15125
15126 PR testsuite/13443
15127 * gdb.mi/mi-var-display.exp: Make test messages unique.
15128
3cecbbbe
TT
151292014-08-04 Tom Tromey <tromey@redhat.com>
15130
15131 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15132 target 0".
15133
00b51ff5
TT
151342014-08-04 Tom Tromey <tromey@redhat.com>
15135
15136 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15137 "target_resume".
15138
6908c509
JB
151392014-08-01 Joel Brobecker <brobecker@adacore.com>
15140
15141 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15142 inner_vla_struct_object_size.
15143 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15144 as xfail.
15145
cc6563d2
PA
151462014-07-30 Pedro Alves <palves@redhat.com>
15147
15148 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15149 comment.
15150
7e09a223
YQ
151512014-07-29 Yao Qi <yao@codesourcery.com>
15152
15153 PR gdb/17206
15154 * gdb.base/until-nodebug.exp: New.
15155
7ebdbe92
DE
151562014-07-28 Doug Evans <xdje42@gmail.com>
15157
15158 PR guile/17203
15159 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15160 previously existing parameter, and previously ambiguously spelled
15161 parameter.
15162
fdb1adc6
WN
151632014-07-28 Will Newton <will.newton@linaro.org>
15164
15165 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15166
186fcde0
DE
151672014-07-26 Ludovic Courtès <ludo@gnu.org>
15168 Doug Evans <xdje42@gmail.com>
15169
15170 PR guile/17146
15171 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15172
70509625
PA
151732014-07-25 Pedro Alves <palves@redhat.com>
15174
15175 * gdb.threads/signal-command-handle-nopass.c: New file.
15176 * gdb.threads/signal-command-handle-nopass.exp: New file.
15177 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15178 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15179 * gdb.threads/signal-delivered-right-thread.c: New file.
15180 * gdb.threads/signal-delivered-right-thread.exp: New file.
15181
c3f814a1
PA
151822014-07-25 Pedro Alves <palves@redhat.com>
15183
15184 * gdb.base/double-prompt-target-event-error.exp
15185 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15186 match.
15187 (cancel_pagination_in_target_event): Rework double prompt
15188 detection.
15189 * gdb.base/paginate-after-ctrl-c-running.exp
15190 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15191 <return>' match.
15192 * gdb.base/paginate-bg-execution.exp
15193 (test_bg_execution_pagination_return)
15194 (test_bg_execution_pagination_cancel): Remove '-notransfer
15195 <return>' matches.
15196 * gdb.base/paginate-execution-startup.exp
15197 (test_fg_execution_pagination_return)
15198 (test_fg_execution_pagination_cancel): Remove '-notransfer
15199 <return>' matches.
15200 * gdb.base/paginate-inferior-exit.exp
15201 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15202 match.
15203 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15204 * lib/gdb.exp (pagination_prompt): Run text through
15205 string_to_regexp.
15206 (gdb_test_multiple): Match $pagination_prompt instead of
15207 "<return>".
15208 (string_to_regexp): Move to lib/gdb-utils.exp.
15209
e214cf6c
JK
152102014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15211
15212 * gdb.arch/amd64-entry-value-paramref.S: New file.
15213 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15214 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15215 * gdb.arch/amd64-optimout-repeat.S: New file.
15216 * gdb.arch/amd64-optimout-repeat.c: New file.
15217 * gdb.arch/amd64-optimout-repeat.exp: New file.
15218
17d0c5c8
JK
152192014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15220
15221 PR gdb/17170
15222 * gdb.base/statistics.exp: New file.
15223
b8b8facf
DE
152242014-07-17 Doug Evans <dje@google.com>
15225
74b49205 15226 PR gdb/17170
b8b8facf
DE
15227 * gdb.base/maint.exp: Update testing of per-command stats.
15228
1b5d0ab3
PA
152292014-07-16 Pedro Alves <palves@redhat.com>
15230
15231 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15232 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15233 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15234 (tfile_write_buf): New functions.
15235 (add_memory_block): Rewrite using the above.
15236 (adjust_function_address): New function.
15237 (FUNCTION_ADDRESS): New macro.
15238 (write_basic_trace_file): Remove short_x local, and use
15239 tfile_write_16. Change type of func_addr local to unsigned long
15240 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15241 here. Cast argument of add_memory_block to char pointer.
15242 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15243 (main): Remove parameters.
15244 * gdb.trace/tfile.exp: Remove nowarnings.
15245
4d974e88
SM
152462014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15247
15248 * gdb.base/debug-expr.exp: Test string evaluation with
15249 "debug expression" on.
15250
41e99568
PA
152512014-07-15 Pedro Alves <palves@redhat.com>
15252
15253 * gdb.base/reread.exp: Use clean_restart.
15254
487d9753
PL
152552014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15256
15257 * gdb.arch/avr-flash-qualifer.c: New.
15258 * gdb.arch/avr-flash-qualifer.exp: New.
15259
cc1c52ad
PA
152602014-07-14 Pedro Alves <palves@redhat.com>
15261
15262 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15263 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15264
1e973570
PA
152652014-07-14 Pedro Alves <palves@redhat.com>
15266
15267 * gdb.base/double-prompt-target-event-error.c: New file.
15268 * gdb.base/double-prompt-target-event-error.exp: New file.
15269
93d6eb10
PA
152702014-07-14 Pedro Alves <palves@redhat.com>
15271
15272 PR gdb/17072
15273 * gdb.base/paginate-inferior-exit.c: New file.
15274 * gdb.base/paginate-inferior-exit.exp: New file.
15275
0017922d
PA
152762014-07-14 Pedro Alves <palves@redhat.com>
15277
15278 PR gdb/17072
15279 * gdb.base/paginate-bg-execution.c: New file.
15280 * gdb.base/paginate-bg-execution.exp: New file.
15281
94696ad3
PA
152822014-07-14 Pedro Alves <palves@redhat.com>
15283
15284 PR gdb/17072
15285 * gdb.base/paginate-execution-startup.c: New file.
15286 * gdb.base/paginate-execution-startup.exp: New file.
15287 * lib/gdb.exp (pagination_prompt): New global.
15288 (default_gdb_spawn): New procedure, factored out from
15289 default_gdb_spawn.
15290 (default_gdb_start): Adjust to call default_gdb_spawn.
15291 (gdb_spawn): New procedure.
15292
bd293940
PA
152932014-07-14 Pedro Alves <palves@redhat.com>
15294
15295 * lib/gdb.exp (gdb_assert): New procedure.
15296 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15297
c933f875
PA
152982014-07-14 Pedro Alves <palves@redhat.com>
15299
15300 * gdb.base/execution-termios.c: New file.
15301 * gdb.base/execution-termios.exp: New file.
15302
d98b7a16
TT
153032014-07-14 Tom Tromey <tromey@redhat.com>
15304
15305 * gdb.cp/vla-cxx.cc: New file.
15306 * gdb.cp/vla-cxx.exp: New file.
15307
548740d6
TT
153082014-07-14 Tom Tromey <tromey@redhat.com>
15309
15310 * gdb.reverse/rerun-prec.c: New file.
15311 * gdb.reverse/rerun-prec.exp: New file.
15312
a25eb028
MR
153132014-07-12 Maciej W. Rozycki <macro@mips.com>
15314 Maciej W. Rozycki <macro@codesourcery.com>
15315
15316 * lib/gdb-utils.exp: New file.
15317 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15318 inline `gdb_init_command' processing.
15319 (gdb_start_cmd): Likewise.
15320 * lib/mi-support.exp (mi_run_cmd): Likewise.
15321 * README: Document `gdb_init_command' and `gdb_init_commands'.
15322
218c2655
JK
153232014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15324
15325 Fix false FAIL running under a very long directory name.
15326 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15327 and "set print elements 10000". Twice.
15328
5401fde3
YQ
153292014-07-11 Yao Qi <yao@codesourcery.com>
15330
15331 * gdb.base/exprs.exp: "set print symbol off".
15332
e76126e8
PA
153332014-07-11 Pedro Alves <palves@redhat.com>
15334
15335 * gdb.threads/kill.c: New file.
15336 * gdb.threads/kill.exp: New file.
15337
2d6f0de6
YQ
153382014-07-10 Yao Qi <yao@codesourcery.com>
15339
15340 * gdb.trace/tfile.c (write_basic_trace_file)
15341 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15342 address written to trace file.
15343
7180e04a
PA
153442014-07-09 Pedro Alves <palves@redhat.com>
15345
15346 * gdb.base/attach-wait-input.exp: New file.
15347 * gdb.base/attach-wait-input.c: New file.
15348
9a9a7608
AB
153492014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15350
15351 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15352 setting up test structures.
15353 (main): Call new test function.
15354 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15355 test function, continue into test function and walk test
15356 structures.
15357
161ac41e
YQ
153582014-07-02 Yao Qi <yao@codesourcery.com>
15359
15360 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15361 'bar_start' at the beginning of functions 'foo' and 'bar'
15362 respectively.
15363 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15364 instead of 'foo' and 'bar'.
15365
1f267ae3
MM
153662014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15367
15368 * gdb.btrace/segv.exp: New.
15369 * gdb.btrace/segv.c: New.
15370
2b239efb
LM
153712014-07-02 Luis Machado <lgustavo@codesourcery.com>
15372
15373 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15374 instruction.
15375
cf363f18
MW
153762014-06-30 Mark Wielaard <mjw@redhat.com>
15377
15378 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15379 vulture, vilify, villar): New volatile array constants.
15380 (vindictive, vegetation): New const volatile array constants.
15381 * gdb.base/volatile.exp: Test volatile and const volatile array
15382 types.
15383
aebf9d24
AA
153842014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15385
15386 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15387 target lacks support for awatch, rwatch, or hbreak.
15388
b67a2c6f
YQ
153892014-06-27 Yao Qi <yao@codesourcery.com>
15390
15391 * gdb.multi/dummy-frame-restore.exp: New.
15392 * gdb.multi/dummy-frame-restore.c: New.
15393
aef92902
MM
153942014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15395
15396 * gdb.btrace/gcore.exp: New.
15397
8e9db26e
PA
153982014-06-23 Pedro Alves <palves@redhat.com>
15399
15400 * gdb.base/watchpoint-reuse-slot.c: New file.
15401 * gdb.base/watchpoint-reuse-slot.exp: New file.
15402
70afc5b7
SC
154032014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15404
15405 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15406 progspace's filename in 'info', 'enable' and 'disable' command
15407 tests.
15408
b972bd9c
JK
154092014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15410
15411 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15412 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15413 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15414
125f8a3d
GB
154152014-06-20 Gary Benson <gbenson@redhat.com>
15416
15417 * gdb.arch/i386-avx.exp: Fix include file location.
15418 * gdb.arch/i386-sse.exp: Likewise.
15419
3ed9baed
IB
154202014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15421
15422 * gdb.dlang/expression.exp: New file.
15423
034f788c
PA
154242014-06-19 Pedro Alves <palves@redhat.com>
15425
15426 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15427 out from ...
15428 (top level): ... here. Iterate running tests under different
15429 scheduler-locking settings.
15430
45371d0c
LM
154312014-06-18 Luis Machado <lgustavo@codesourcery.com>
15432
15433 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15434 to DW_FORM_addr and use non-zero addresses.
15435
5d376983
SC
154362014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15437
15438 PR gdb/17017
15439 * gdb.python/py-xmethods.cc: Add global function call counters and
15440 increment them in their respective functions. Remove "cout"
15441 statements.
15442 * gdb.python/py-xmethods.exp: Make tests check the global function
15443 call counters instead of depending on inferior IO.
15444
a1aa2221
LM
154452014-06-18 Don Breazeal <donb@codesourcery.com>
15446
15447 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15448 Deleted procedure.
15449 (explicit_fork_parent_follow): Deleted procedure.
15450 (explicit_fork_child_follow): Deleted procedure.
15451 (test_follow_fork): New procedure.
15452 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 15453 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
15454 procedure calls.
15455
0fc05997
YQ
154562014-06-17 Yao Qi <yao@codesourcery.com>
15457
15458 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15459 CP1252.
15460
70795c52
LM
154612014-06-17 Luis Machado <lgustavo@codesourcery.com>
15462
15463 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15464 Initialize ptr and S explicitly.
15465 (skip_type_update_when_not_use_rtti_test): Likewise.
15466
6be47f0c
KS
154672014-06-16 Keith Seitz <keiths@redhat.com>
15468
15469 PR mi/15863
15470 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15471 the inferior is started.
15472
d03de421
PA
154732014-06-16 Pedro Alves <palves@redhat.com>
15474
15475 * gdb.base/break-main-file-remove-fail.c: New file.
15476 * gdb.base/break-main-file-remove-fail.exp: New file.
15477 * gdb.base/break-unload-file.exp: Use build_executable instead of
15478 prepare_for_testing.
15479 (test_break): New parameter "initial_load". Handle it.
15480 (top level): Add initial_load cmdline/file axis.
15481
f9579b99
TT
154822014-06-12 Tom Tromey <tromey@redhat.com>
15483
15484 * gdb.base/completion.exp: Don't use directory name in test.
15485
3657956b
GB
154862014-06-09 Gary Benson <gbenson@redhat.com>
15487
15488 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15489 separate the always-available ANSI-standard signals from the
15490 signals that require checking.
15491 (main): Likewise.
15492 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15493 Likewise.
15494 (main): Likewise.
15495
4186eb54
KS
154962014-06-07 Keith Seitz <keiths@redhat.com>
15497
15498 Revert:
15499 PR c++/16253
15500 * gdb.cp/var-tag.cc: New file.
15501 * gdb.cp/var-tag.exp: New file.
15502 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15503 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15504 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15505 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15506
25326a28 155072014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
15508
15509 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15510
829155c9
PA
155112014-06-06 Pedro Alves <palves@redhat.com>
15512
15513 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15514 in target debug output instead of looking at RSP packets,
15515 disabling the test on any target that uses hardware stepping.
15516 Update comments.
15517
61c8d22e
PA
155182014-06-06 Pedro Alves <palves@redhat.com>
15519
15520 * gdb.base/break-unload-file.exp: Fix typo.
15521
d9a47287
YQ
155222014-06-06 Yao Qi <yao@codesourcery.com>
15523
15524 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15525 from "jit_function" to "^jit_function".
15526
e5e01dbf
YQ
155272014-06-06 Yao Qi <yao@codesourcery.com>
15528
15529 * gdb.base/async.c (foo): Add one statement.
15530 * gdb.base/async.exp: Get the next instruction address and
15531 match the output of "nexti" by instruction address. Match
15532 the hex address in the output of "finish".
15533
73ba372c
GB
155342014-06-06 Gary Benson <gbenson@redhat.com>
15535
15536 * gdb.base/call-signals.c: Remove preprocessor conditionals
15537 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15538 SIGSEGV and SIGTERM.
15539 * gdb.base/sigall.c: Likewise.
15540 * gdb.base/unwindonsignal.c: Likewise.
15541 * gdb.reverse/sigall-reverse.c: Likewise.
15542
831517df
YQ
155432014-06-06 Yao Qi <yao@codesourcery.com>
15544
15545 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15546 readable, skip the test.
15547
b8b91e98
YQ
155482014-06-06 Yao Qi <yao@codesourcery.com>
15549
15550 * gdb.threads/staticthreads.c (thread_function): Move the line
15551 setting breakpoint on forward.
15552 * gdb.threads/staticthreads.exp: Update comments.
15553
fb934770
LC
155542014-06-05 Ludovic Courtès <ludo@gnu.org>
15555
15556 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15557 "history-append! type error".
15558
6ef284bd
SM
155592014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15560
15561 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15562 erroneous dprintf expected input.
15563
a872e241
DE
155642014-06-04 Doug Evans <xdje42@gmail.com>
15565
15566 * gdb.guile/scm-generics.exp: Delete.
15567
16f691fb
DE
155682014-06-04 Doug Evans <xdje42@gmail.com>
15569
15570 * gdb.guile/scm-breakpoint.exp: Update.
15571 Add tests for breakpoint registration.
15572
012370f6
TT
155732014-06-04 Tom Tromey <tromey@redhat.com>
15574
15575 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15576 VLA-in-union.
15577 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15578 inner_vla_struct, vla_union types. Initialize objects of those
15579 types and compute their sizes.
15580
9f5a4cef
HZ
155812014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15582 Hui Zhu <hui@codesourcery.com>
15583
15584 * gdb.base/fileio.exp: Add test for shell not available as well as
15585 available.
15586 * gdb.base/fileio.c (test_system): Check for shell twice.
15587
90a45c4d
YQ
155882014-06-04 Yao Qi <yao@codesourcery.com>
15589
15590 * gdb.base/auto-connect-native-target.exp: Remove redundant
15591 space from the regexp pattern.
15592
70017e41
YQ
155932014-06-04 Yao Qi <yao@codesourcery.com>
15594
15595 * gdb.base/default.exp: Replace "child" with "native" in
15596 regexp pattern.
15597
883964a7
SC
155982014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15599
15600 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15601 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15602 * gdb.python/py-xmethods.py: Python script supporting the
15603 new testcase and tests.
15604
ef370185
JB
156052014-06-03 Joel Brobecker <brobecker@adacore.com>
15606 Pedro Alves <palves@redhat.com>
15607
15608 PR breakpoints/17000
15609 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15610 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15611
1e2ccb61
BM
156122014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15613
15614 * gdb.base/subst.exp: Add tests to verify partial path matching
15615 output.
15616
c6ec5ab2
PA
156172014-06-03 Pedro Alves <palves@redhat.com>
15618
15619 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15620 target that doesn't use software single-stepping.
15621
835c559f
PA
156222014-06-03 Pedro Alves <palves@redhat.com>
15623
15624 PR breakpoints/17000
15625 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15626 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15627
06eb1586
DE
156282014-06-02 Doug Evans <xdje42@gmail.com>
15629
15630 * gdb.guile/scm-parameter.exp: New file.
15631
e698b8c4
DE
156322014-06-02 Doug Evans <xdje42@gmail.com>
15633
15634 * gdb.guile/scm-cmd.c: New file.
15635 * gdb.guile/scm-cmd.exp: New file.
15636
ded03782
DE
156372014-06-02 Doug Evans <xdje42@gmail.com>
15638
15639 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15640 pretty-printer lookup.
15641 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15642 (make-pp_s-printer): Call it.
15643 (make-pretty-printer-from-dict): New function.
15644 (lookup-pretty-printer-maker-from-dict): New function.
15645 (*pretty-printer*): Simplify.
15646 (make-objfile-pp_s-printer): New function.
15647 (install-objfile-pretty-printers!): New function.
15648 (make-progspace-pp_s-printer): New function.
15649 (install-progspace-pretty-printers!): New function.
15650 * gdb.guile/scm-progspace.c: New file.
15651 * gdb.guile/scm-progspace.exp: New file.
15652
41fac0cf
PA
156532014-06-02 Pedro Alves <palves@redhat.com>
15654
15655 * gdb.base/dprintf-bp-same-addr.c: New file.
15656 * gdb.base/dprintf-bp-same-addr.exp: New file.
15657
96ae5695
EBM
156582014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15659
15660 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15661 * gdb.arch/powerpc-power.s: Likewise.
15662
da02b3a8
JB
156632014-06-02 Joel Brobecker <brobecker@adacore.com>
15664
15665 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15666
c72b2e7b
YQ
156672014-06-01 Yao Qi <yao@codesourcery.com>
15668
15669 * gdb.base/watchpoint.exp (test_watch_location): Check null
15670 pointer can be dereferenced. If not, do the test, otherwise
15671 skip it.
15672
53e8a631
AB
156732014-05-30 Andrew Burgess <aburgess@broadcom.com>
15674
15675 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15676 results.
15677 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15678
938f0e2f
AB
156792014-05-30 Andrew Burgess <aburgess@broadcom.com>
15680
15681 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15682 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15683 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15684 * gdb.arch/amd64-invalid-stack-top.c: New file.
15685 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15686
9ba6657a
PA
156872014-05-30 Pedro Alves <palves@redhat.com>
15688
15689 PR breakpoints/17000
15690 * gdb.base/sss-bp-on-user-bp.c: New file.
15691 * gdb.base/sss-bp-on-user-bp.exp: New file.
15692
522c09bf
DB
156932014-05-30 David Blaikie <dblaikie@gmail.com>
15694
15695 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15696 gnu_inline semantics via attribute.
15697 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15698 source explicitly specifies the required semantics.
15699
bf4ef81e
MR
157002014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15701
15702 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15703
329ea579
PA
157042014-05-29 Pedro Alves <palves@redhat.com>
15705 Tom Tromey <tromey@redhat.com>
15706
15707 * gdb.base/async-shell.exp: Don't enable target-async.
15708 * gdb.base/async.exp
15709 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15710 parameter. Adjust.
15711 (top level): Don't test with "target-async".
15712 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15713 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15714 * gdb.base/inferior-died.exp: Don't enable target-async.
15715 * gdb.base/interrupt-noterm.exp: Likewise.
15716 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15717 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15718 * gdb.mi/mi-nonstop.exp: Likewise.
15719 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15720 * gdb.mi/mi-nsintrall.exp: Likewise.
15721 * gdb.mi/mi-nsmoribund.exp: Likewise.
15722 * gdb.mi/mi-nsthrexec.exp: Likewise.
15723 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15724 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15725 * gdb.python/py-evsignal.exp: Don't enable target-async.
15726 * gdb.python/py-evthreads.exp: Likewise.
15727 * gdb.python/py-prompt.exp: Likewise.
15728 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15729 * gdb.server/solib-list.exp: Don't enable target-async.
15730 * gdb.threads/thread-specific-bp.exp: Likewise.
15731 * lib/mi-support.exp: Adjust to use mi-async.
15732
fd664c91
PA
157332014-05-29 Pedro Alves <palves@redhat.com>
15734
15735 PR gdb/13860
15736 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15737 reason, even in sync mode.
15738
251bde03
PA
157392014-05-29 Pedro Alves <palves@redhat.com>
15740 Hui Zhu <hui@codesourcery.com>
15741
15742 PR PR15693
15743 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15744 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15745 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15746 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15747
7f3c0343
JB
157482014-05-28 Joel Brobecker <brobecker@adacore.com>
15749
15750 * config/monitor.exp (gdb_target_monitor): Replace use of
15751 "set remotebaud" by "set serial baud".
15752
b2715b27
AW
157532014-05-26 Andy Wingo <wingo@igalia.com>
15754
15755 * gdb.guile/scm-breakpoint.exp:
15756 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15757 properties instead of gdb-object-properties.
15758
498a4489
YQ
157592014-05-26 Yao Qi <yao@codesourcery.com>
15760
15761 * gdb.server/no-thread-db.exp: Specify source file name
15762 explicitly when setting a breakpoint.
15763
589fdceb
MM
157642014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15765
15766 * gdb.btrace/vdso.c: New.
15767 * gdb.btrace/vdso.exp: New.
15768
e9089e05
MM
157692014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15770
15771 * gdb.base/gcore.exp (capture_command_output): Move ...
15772 * lib/gdb.exp (capture_command_output): ... here.
15773
67b5c0c1
MM
157742014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15775
15776 * gdb.btrace/data.exp: Test memory access during btrace replay.
15777
a2199296
SM
157782014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15779
15780 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15781
17b2616c
PA
157822014-05-21 Pedro Alves <palves@redhat.com>
15783
15784 PR gdb/13860
15785 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15786 (top level): Test that output related to execution commands is
15787 sent to the console with CLI commands, but not with MI commands.
15788 Test that breakpoint events are always mirrored to the console.
15789 Also expect the new source line to be output after a "next" in
15790 async mode too. Make it a pass/fail test.
15791 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15792 output.
15793 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15794
5166082f
PA
157952014-05-21 Pedro Alves <palves@redhat.com>
15796
15797 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15798 Use them to test variations of "list" after reaching a breakpoint.
15799 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15800 Test "list" with listsize 10 after reaching a breakpoint.
15801 * gdb.python/python.exp (decode_line current location line
15802 number): Adjust expected line number.
15803
2f25d70f
SM
158042014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15805
15806 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15807 behavior for $args, pass it directly to "run".
15808
ff604a67
MR
158092014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15810
15811 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15812 30000 to 65536.
15813
6a3cb8e8
PA
158142014-05-21 Pedro Alves <palves@redhat.com>
15815
15816 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15817 auto-connect-native-target off".
15818 * gdb.base/auto-connect-native-target.c: New file.
15819 * gdb.base/auto-connect-native-target.exp: New file.
15820
4ebfc96e
PA
158212014-05-21 Pedro Alves <palves@redhat.com>
15822
15823 * gdb.base/default.exp: Test "target native" instead of "target
15824 child".
15825
36d46afb
MW
158262014-05-21 Mark Wielaard <mjw@redhat.com>
15827
15828 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15829
5876f503
JK
158302014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15831
15832 Fix TLS access for -static -pthread.
15833 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15834 <HAVE_TLS> (thread_function, main): Initialize it.
15835 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15836 Add clean_restart.
15837 <$have_tls != "">: Check TLSVAR.
15838
0256a6ac
PA
158392014-05-21 Pedro Alves <palves@redhat.com>
15840
15841 * gdb.base/dcache-line-read-error.c: New.
15842 * gdb.base/dcache-line-read-error.exp: New.
15843
936d2992
PA
158442014-05-20 Pedro Alves <palves@redhat.com>
15845
15846 * gdb.base/compare-sections.c: New file.
15847 * gdb.base/compare-sections.exp: New file.
15848
802e8e6d
PA
158492014-05-20 Pedro Alves <palves@redhat.com>
15850
15851 * gdb.base/break-idempotent.c: New file.
15852 * gdb.base/break-idempotent.exp: New file.
15853
e59fa00f
MM
158542014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15855
15856 * gdb.btrace/nohist.exp: New.
15857
8b696e31
YQ
158582014-05-20 Yao Qi <yao@codesourcery.com>
15859
15860 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15861 gdb.reverse directory and gdb_reverse_timeout exists in board
15862 setting.
15863 * README: Document gdb_reverse_timeout.
15864
73c9764f
YQ
158652014-05-20 Yao Qi <yao@codesourcery.com>
15866
15867 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15868 'test_file_name'. Treat args as a string instead of a list.
15869 (gdb_init): Rename argument 'args' by 'test_file_name'.
15870
f1f4348a
JK
158712014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15872
15873 * gdb.arch/powerpc-power.exp: New file.
15874 * gdb.arch/powerpc-power.s: New file.
15875
0dbe70ce
DE
158762014-05-16 Doug Evans <dje@google.com>
15877
15878 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
15879 * gdb.base/completion.exp: Check that all expected files exist
15880 before doing file completion.
0dbe70ce 15881
8d551b02
DE
158822014-05-16 Doug Evans <dje@google.com>
15883
15884 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15885 Update.
15886 (do_syscall_tests_without_xml): Update.
15887
73eb7709
PA
158882014-05-16 Pedro Alves <palves@redhat.com>
15889
15890 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15891 instead of "unknown output after running".
15892
3fae92fc
YQ
158932014-05-16 Yao Qi <yao@codesourcery.com>
15894
15895 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15896 file1.txt from host at the end.
15897 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15898
c2b2ccc5
DE
158992014-05-15 Doug Evans <dje@google.com>
15900
15901 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15902 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15903 loading file. Add test for TU lookup.
15904
8c217a4b
SM
159052014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15906
15907 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15908 calling "-exec-arguments" or "set args" before running the
15909 inferior.
15910
3deb39c6
SM
159112014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15912
15913 * lib/mi-support.exp (mi_expect_stop): Expect message for
15914 inferiors that exit with non-zero exit code.
15915
71a79f8c
YQ
159162014-05-14 Yao Qi <yao@codesourcery.com>
15917
15918 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15919 match absolute path on remote host.
15920 (test_file_list_exec_source_files): Remove "/" from the
15921 pattern.
15922
f23fcd46
YQ
159232014-05-14 Yao Qi <yao@codesourcery.com>
15924
15925 * boards/local-remote-host-notty.exp (${board}_file): New
15926 proc.
15927
9404b58f
KM
159282014-05-07 Kyle McMartin <kyle@redhat.com>
15929
15930 Pushed by Joel Brobecker <brobecker@adacore.com>.
15931 * gdb.arch/aarch64-atomic-inst.c: New file.
15932 * gdb.arch/aarch64-atomic-inst.exp: New file.
15933
5e45f04c
YQ
159342014-05-07 Yao Qi <yao@codesourcery.com>
15935
15936 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15937 in current context" too.
15938
c888a17d
KS
159392014-05-05 Keith Seitz <keiths@redhat.com>
15940
15941 * gdb.linespec/ls-dollar.exp: Add test for linespec
15942 file:convenience_variable.
15943
290a839c
YQ
159442014-05-05 Yao Qi <yao@codesourcery.com>
15945
15946 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15947 traceframes into tfile and ctf trace files. Read data from
15948 trace file and test collected data.
15949 (gdb_collect_locals_test): Likewise.
15950 (gdb_unavailable_registers_test): Likewise.
15951 (gdb_unavailable_floats): Likewise.
15952 (gdb_collect_globals_test): Likewise.
15953 (top-level): Append "ctf" to trace_file_targets if GDB
15954 supports.
15955
b5262cd0
YQ
159562014-05-05 Yao Qi <yao@codesourcery.com>
15957
15958 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15959 code to ...
15960 (gdb_collect_args_test_1): ... it. New proc.
15961 (gdb_collect_locals_test): Move some code to ...
15962 (gdb_collect_locals_test_1): ... it. New proc.
15963 (gdb_unavailable_registers_test): Move some code to ...
15964 (gdb_unavailable_registers_test_1): ... it. New proc.
15965 (gdb_unavailable_floats): Move some code to ...
15966 (gdb_unavailable_floats_1): ... it. New proc.
15967
30a1e6cc
SDJ
159682014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15969
15970 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15971 probes to test for bitness recognition.
15972 * gdb.arch/amd64-stap-optional-prefix.exp
15973 (test_probe_value_without_reg): New procedure.
15974 Add code to test for different kinds of bitness.
15975
f33da99a
SDJ
159762014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15977
15978 PR breakpoints/16889
15979 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15980 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15981
5b80f00d
PA
159822014-05-01 Pedro Alves <palves@redhat.com>
15983
15984 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
15985 gdb_file_cmd if no file is specified.
15986 * boards/native-extended-gdbserver.exp (gdb_load): Use the
15987 last_loaded_file to set the remote exec-file.
15988
f8c2a73c
PA
159892014-05-01 Pedro Alves <palves@redhat.com>
15990
15991 * boards/local-remote-host.exp: New file.
15992
be6e8ac7
PA
159932014-05-01 Pedro Alves <palves@redhat.com>
15994
15995 * boards/local-remote-host.exp: Rename to ...
15996 * boards/local-remote-host-notty.exp: ... this.
15997
cac0dc8f
JB
159982014-04-28 Joel Brobecker <brobecker@adacore.com>
15999
16000 * gdb.ada/dyn_arrayidx: New testcase.
16001
9730e6cc
YQ
160022014-04-26 Yao Qi <yao@codesourcery.com>
16003
16004 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16005 and compute the length of function main. Save it in
16006 $main_length.
16007 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16008 (top-level): Use gdb_compile to compile objects into
16009 executable and restart GDB. Remove invocation to
16010 prepare_for_testing.
16011
7ae1a6a6
PA
160122014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16013 Pedro Alves <palves@redhat.com>
16014
16015 PR server/16255
16016 * gdb.multi/multi-attach.c: New file.
16017 * gdb.multi/multi-attach.exp: New file.
16018
4082afcc
PA
160192014-04-25 Pedro Alves <palves@redhat.com>
16020
16021 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16022 user.
16023 (top level): Test that "set remote conditional-breakpoints-packet
16024 off" works as intended.
16025 * gdb.base/dprintf.exp: Test that "set remote
16026 breakpoint-commands-packet off" works as intended.
16027 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16028 New function.
16029 (top level): Call it.
16030 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16031 remote fast-tracepoints-packet off" works as intended.
16032 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16033 * lib/gdb.exp (gdb_is_target_remote): ... here.
16034
2abc3f8d
DB
160352014-04-24 David Blaikie <dblaikie@gmail.com>
16036
16037 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16038 ensure clang would not discard them.
16039 * gdb.base/gdbvars.c: Ditto.
16040 * gdb.base/memattr.c: Ditto.
16041 * gdb.base/whatis.c: Ditto.
16042 * gdb.python/py-prettyprint.c: Ditto.
16043 * gdb.trace/actions.c: Ditto.
16044 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16045 ensure clang would not discard it.
16046
bfd39632
DB
160472014-04-24 David Blaikie <dblaikie@gmail.com>
16048
16049 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16050 clang to emit the full definition of type required by the test
16051 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16052
22842ff6
DB
160532014-04-24 David Blaikie <dblaikie@gmail.com>
16054
16055 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16056 coax Clang into emitting the definition of the type.
16057 * gdb.cp/pr10728-x.h (y): Ditto.
16058 * gdb.cp/pr10728-y.cc (y): Ditto.
16059
c2e827ad
DB
160602014-04-24 David Blaikie <dblaikie@gmail.com>
16061
16062 * gdb.base/label.exp: XFAIL label related tests under Clang.
16063 * gdb.cp/cplabel.exp: Ditto.
16064 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16065 under Clang those using labels.
16066
4c2d33e7
YQ
160672014-04-25 Yao Qi <yao@codesourcery.com>
16068
16069 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16070 double_label.
16071 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16072 partial_label and double_label.
16073
56083b99
DB
160742014-04-24 David Blaikie <dblaikie@gmail.com>
16075
16076 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16077
25d4e99d
DB
160782014-04-24 David Blaikie <dblaikie@gmail.com>
16079
16080 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16081 of the function to work across GCC and Clang.
16082 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16083 pointer types (const void ** const V void **).
16084
01f9f808
MS
160852014-04-24 Michael Sturm <michael.sturm@mintel.com>
16086 Walfred Tedeschi <walfred.tedeschi@intel.com>
16087
16088 * Makefile.in (EXECUTABLES): Added i386-avx512.
16089 * gdb.arch/i386-avx512.c: New file.
16090 * gdb.arch/i386-avx512.exp: Likewise.
16091
4b48d439
KS
160922014-04-23 Keith Seitz <keiths@redhat.com>
16093
16094 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16095 (mi_make_breakpoint_table): New procedure.
16096 (mi_create_breakpoint): Use mi_make_breakpoint
16097 and return the result.
16098 (mi_make_breakpoint): New procedure.
16099 (mi_build_kv_pairs): New procedure.
16100
16101 * gdb.mi/mi-break.exp: Remove unused globals,
16102 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16103 All callers updated.
16104 * gdb.mi/mi-dprintf.exp: Use variable to track command
16105 number.
16106 Update all callers of mi_create_breakpoint and use
16107 mi_make_breakpoint_table.
16108 Remove any unused global variables.
16109 * gdb.mi/mi-nonstop.exp: Likewise.
16110 * gdb.mi/mi-nsintrall.exp: Likewise.
16111 * gdb.mi/mi-nsmoribund.exp: Likewise.
16112 * gdb.mi/mi-nsthrexec.exp: Likewise.
16113 * gdb.mi/mi-reverse.exp: Likewise.
16114 * gdb.mi/mi-simplerun.exp: Likewise.
16115 * gdb.mi/mi-stepn.exp: Likewise.
16116 * gdb.mi/mi-syn-frame.exp: Likewise.
16117 * gdb.mi/mi-until.exp: Likewise.
16118 * gdb.mi/mi-var-cp.exp: Likewise.
16119 * gdb.mi/mi-var-display.exp: Likewise.
16120 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16121 * gdb.mi/mi2-var-child.exp: Likewise.
16122 * gdb.mi/mi-vla-c99.exp: Likewise.
16123 * lib/mi-support.exp: Likewise.
16124
16125 From Ian Lance Taylor <iant@cygnus.com>:
16126 * lib/gdb.exp (parse_args): New procedure.
16127
08351840
PA
161282014-04-23 Pedro Alves <palves@redhat.com>
16129
16130 * gdb.base/break-unload-file.c: New file.
16131 * gdb.base/break-unload-file.exp: New file.
16132 * gdb.base/sym-file-lib.c (baz): New function.
16133 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16134 field.
16135 (load): Store the segment's mapped size.
16136 (unload): New function.
16137 (unload_shlib): New function.
16138 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16139 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16140 set a breakpoint at baz, and call it.
16141 * gdb.base/sym-file.exp: New tests for stale breakpoint
16142 instructions.
16143
076855f9
PA
161442014-04-23 Pedro Alves <palves@redhat.com>
16145
16146 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16147 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16148 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16149 * gdb.base/hbreak-unmapped.c: New file.
16150 * gdb.base/hbreak-unmapped.exp: New file.
16151 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16152 * lib/gdb.exp (gdb_is_target_remote): ... here.
16153
483805cf
PA
161542014-04-22 Pedro Alves <palves@redhat.com>
16155
16156 * gdb.base/consecutive-step-over.c: New file.
16157 * gdb.base/consecutive-step-over.exp: New file.
16158
06d97543
PA
161592014-04-22 Pedro Alves <palves@redhat.com>
16160
16161 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16162 instead of send_gdb/gdb_expect.
16163
b4429ea2
YQ
161642014-04-22 Yao Qi <yao@codesourcery.com>
16165
16166 * lib/trace-support.exp (generate_tracefile): New procedure.
16167 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16168 return 0.
16169 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16170 if generate_tracefile returns 1.
16171
51d48146
PA
161722014-04-18 Tom Tromey <palves@redhat.com>
16173 Pedro alves <tromey@redhat.com>
16174
16175 PR backtrace/15558
16176 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16177 with a backtrace limit.
16178 * gdb.python/py-frame-inline.exp: Test running to an inline
16179 function with a backtrace limit, and printing the newest frame.
16180 * gdb.python/py-frame-inline.c (main): Call f.
16181
bd1dce5f
MS
161822014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16183
16184 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16185
40d1a503
MS
161862014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16187
16188 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16189 Drop prefix from unsupported source file path.
16190
389b98f7
YQ
161912014-04-17 Yao Qi <yao@codesourcery.com>
16192
16193 * lib/gdb.exp (with_target_charset): New proc.
16194 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16195 with_target_charset.
16196 (test_print_strings): Likewise.
16197 (test_repeat_bytes): Likewise.
16198 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16199 for some tests.
16200
22869d73
KS
162012014-04-16 Keith Seitz <keiths@redhat.com>
16202
16203 PR gdb/15827
16204 * gdb.dwarf2/corrupt.c: New file.
16205 * gdb.dwarf2/corrupt.exp: New file.
16206
c4f87ca6
KS
162072014-04-16 Keith Seitz <keiths@redhat.com>
16208
16209 PR c++/16597
16210 * gdb.cp/namelessclass.cc: New file.
16211 * gdb.cp/namelessclass.exp: New file.
16212 * gdb.cp/namelessclass.S: New file.
16213
ab19de87
DE
162142014-04-16 Doug Evans <dje@google.com>
16215
16216 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16217 Add comment.
16218 (gdbserver_default_get_comm_port): New function.
16219 (gdbserver_start): Check if board file provided
16220 "gdbserver,get_comm_port" and use it if so.
16221 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16222 (gdb,socketport): Set to "stdio".
16223 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16224 (stdio_gdbserver_template): Delete.
16225 (${board}_get_remote_address): Update.
16226 (${board}_build_remote_cmd): Delete.
16227 (${board}_get_comm_port): New function.
16228 (${board}_spawn): Update.
16229 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16230 Delete.
16231 (${board}_get_remote_address): Update.
16232 (${board}_get_comm_port): New function.
16233
fc98a809
AB
162342014-04-16 Andrew Burgess <aburgess@broadcom.com>
16235
16236 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16237 appearing in any order.
16238
87fd9e6e
DE
162392014-04-15 Doug Evans <dje@google.com>
16240
16241 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16242 uninitialized value of "description".
16243
099fc3ea
KS
162442014-04-15 Keith Seitz <keiths@redhat.com>
16245
16246 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16247 Remove unused globals.
16248 (test_running_the_program): Likewise.
16249 (test_controlled_execution): Likewise.
16250 (test_controlling_breakpoints): Likewise.
16251 (test_program_termination): Likewise.
16252
5da151d4
KS
162532014-04-15 Keith Seitz <keiths@redhat.com>
16254
16255 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16256 unused globals.
16257 (test_rbreak_creation_and_listing): Likewise.
16258 (test_ignore_count): Likewise.
16259 (test_error): Likewise.
16260
35e5d2f0
PA
162612014-04-15 Pedro Alves <palves@redhat.com>
16262
16263 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16264 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16265 sym-file-loader.c.
16266 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16267 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16268 to sym-file-loader.c.
16269 (struct library): Forward declare.
16270 (load_shlib, lookup_function): Change prototypes.
16271 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16272 (translate_offset): Remove declarations.
16273 (get_text_addr): New declaration.
16274 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16275 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16276 sym-file-loader.h.
16277 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16278 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16279 here from sym-file-loader.h.
16280 (struct library): New structure.
16281 (load_shlib, lookup_function): Change prototypes and adjust to
16282 work with a struct library.
16283 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16284 (translate_offset): Make static.
16285 (get_text_addr): New function.
16286 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16287
eb4c1710
PA
162882014-04-15 Pedro Alves <palves@redhat.com>
16289
16290 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16291
2d1baf52
PA
162922014-04-15 Pedro Alves <palves@redhat.com>
16293
16294 * gdb.base/sym-file-loader.c: Include <limits.h>.
16295 (SELF_LINK): New define.
16296 (get_origin): New function.
16297 (load_shlib): Use it.
16298 * gdb.base/sym-file.exp: Don't early return if the target is
16299 remote. Use runto_main, and issue fail is that fails. Use
16300 gdb_load_shlibs.
16301 (shlib_name): Delete.
16302 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16303
7dd6df01
PA
163042014-04-15 Pedro Alves <palves@redhat.com>
16305
16306 * gdb.base/sym-file.exp: Remove regex characters from test
16307 message. Don't refer to breakpoint numbers in test messages.
16308
b50c8614
KS
163092014-04-14 Keith Seitz <keiths@redhat.com>
16310
16311 PR c++/16253
16312 * gdb.cp/var-tag.cc: New file.
16313 * gdb.cp/var-tag.exp: New file.
16314 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16315 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16316 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16317 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16318
3d567982
TT
163192014-04-14 Tom Tromey <tromey@redhat.com>
16320
16321 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16322 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16323 type.
16324 * gdb.cp/enum-class.exp: New file.
16325 * gdb.cp/enum-class.cc: New file.
16326
0626fc76
TT
163272014-04-14 Tom Tromey <tromey@redhat.com>
16328
16329 * gdb.dwarf2/enum-type.exp: New file.
16330
dca325b3
SA
163312014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16332
16333 * gdb.mi/mi-vla-c99.exp: New file.
16334 * gdb.mi/vla.c: New file.
16335
5854b38a
SA
163362014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16337
16338 * gdb.base/vla-datatypes.c: New file.
16339 * gdb.base/vla-datatypes.exp: New file.
16340
463bb957
SA
163412014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16342
16343 * gdb.base/vla-ptr.c: New file.
16344 * gdb.base/vla-ptr.exp: New file.
16345
3dd170be
SA
163462014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16347
16348 * gdb.dwarf2/count.exp: New file.
16349
5ecaaa66
SA
163502014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16351
16352 * gdb.base/vla-sideeffect.c: New file.
16353 * gdb.base/vla-sideeffect.exp: New file.
16354
41f1ada5
DB
163552014-04-14 David Blaikie <dblaikie@gmail.com>
16356
16357 * gdb.mi/non-stop.c: Add return value for non-void function return
16358 statement.
16359 * gdb.threads/staticthreads.c: Ditto.
16360
0be03e84
DE
163612014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16362 Doug Evans <xdje42@gmail.com>
16363
16364 * gdb.guile/scm-value.c: Improve test case.
16365 * gdb.guile/scm-value.exp: Add new test.
16366
f180a1fb
DB
163672014-04-11 David Blaikie <dblaikie@gmail.com>
16368
16369 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16370 override Clang's default.
16371
6b662e19
JB
163722014-04-11 Joel Brobecker <brobecker@adacore.com>
16373
16374 Revert the following changes (regressions):
16375
16376 * gdb.base/vla-sideeffect.c: New file.
16377 * gdb.base/vla-sideeffect.exp: New file.
16378
16379 * gdb.dwarf2/count.exp: New file.
16380
16381 * gdb.base/vla-multi.c: New file.
16382 * gdb.base/vla-multi.exp: New file.
16383
16384 * gdb.base/vla-ptr.c: New file.
16385 * gdb.base/vla-ptr.exp: New file.
16386
16387 * gdb.base/vla-datatypes.c: New file.
16388 * gdb.base/vla-datatypes.exp: New file.
16389
16390 * gdb.mi/mi-vla-c99.exp: New file.
16391 * gdb.mi/vla.c: New file.
16392
245a5f0b
KS
163932014-04-11 Keith Seitz <keiths@redhat.com>
16394
16395 PR c++/16675
16396 * gdb.cp/cpsizeof.exp: New file.
16397 * gdb.cp/cpsizeof.cc: New file.
16398
58a84dcf
SA
163992014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16400
191a8a90
JB
16401 * gdb.mi/mi-vla-c99.exp: New file.
16402 * gdb.mi/vla.c: New file.
58a84dcf 16403
c8655f75
SA
164042014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16405
16406 * gdb.base/vla-datatypes.c: New file.
16407 * gdb.base/vla-datatypes.exp: New file.
16408
024e13b4
SA
164092014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16410
16411 * gdb.base/vla-ptr.c: New file.
16412 * gdb.base/vla-ptr.exp: New file.
16413
1a237e0e
SA
164142014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16415
16416 * gdb.base/vla-multi.c: New file.
16417 * gdb.base/vla-multi.exp: New file.
16418
504f3432
SA
164192014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16420
16421 * gdb.dwarf2/count.exp: New file.
16422
3bce8237
SA
164232014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16424
191a8a90
JB
16425 * gdb.base/vla-sideeffect.c: New file.
16426 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 16427
322f9c21
YQ
164282014-04-11 Yao Qi <yao@codesourcery.com>
16429
16430 * gdb.base/completion.exp: Check file exists before running tests
16431 on file completion.
16432
d708bcd1
PA
164332014-04-10 Pedro Alves <palves@redhat.com>
16434
16435 * gdb.base/cond-eval-mode.c: New file.
16436 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16437 prepare_for_testing to build the new file. Check result of
16438 runto_main.
16439 (test_break, test_watch): New procedures.
16440 (top level): Use them.
16441
ae1d2761
PM
164422014-04-08 Pierre Muller <muller@sourceware.org>
16443
16444 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16445 Ctrl-V use for mingw hosts.
16446
7af389b8
SC
164472014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16448
16449 * gdb.python/py-value.c: Improve test case.
16450 * gdb.python/py-value.exp: Add new test.
16451
5e703181
DE
164522014-04-07 David Blaikie <dblaikie@gmail.com>
16453
16454 * lib/compiler.c: Identify the clang compiler.
16455 * lib/compiler.cc: Ditto.
16456
9810b410
YQ
164572014-04-03 Yao Qi <yao@codesourcery.com>
16458
16459 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16460
98d1b8dc
AB
164612014-04-01 Anton Blanchard <anton@samba.org>
16462
16463 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16464 messages unique.
16465
3114cea1
AB
164662014-04-01 Anton Blanchard <anton@samba.org>
16467
16468 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16469 prepare_for_testing.
16470
62f7182c
AB
164712014-04-01 Anton Blanchard <anton@samba.org>
16472
16473 * gdb.arch/ppc64-atomic-inst.c: Remove.
16474 * gdb.arch/ppc64-atomic-inst.S: New file.
16475 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16476
770e7fc7
DE
164772014-03-31 Doug Evans <dje@google.com>
16478
16479 * gdb.base/print-symbol-loading-lib.c: New file.
16480 * gdb.base/print-symbol-loading-main.c: New file.
16481 * gdb.base/print-symbol-loading.exp: New file.
16482
46e2bafa
YQ
164832014-03-31 Yao Qi <yao@codesourcery.com>
16484
16485 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16486
8776cfe9
JB
164872014-03-28 Joel Brobecker <brobecker@adacore.com>
16488
16489 * gdb.ada/mi_dyn_arr: New testcase.
16490
5d1ef361
DE
164912014-03-27 Doug Evans <dje@google.com>
16492
16493 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16494
b5bee914
YQ
164952014-03-27 Yao Qi <yao@codesourcery.com>
16496
16497 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16498 if target is nios2-*-*.
16499
0d4d0e77
YQ
165002014-03-26 Yao Qi <yao@codesourcery.com>
16501
16502 * lib/gdb.exp (readline_is_used): New proc.
16503 * gdb.base/completion.exp: Move tests on command complete up.
16504 Skip the rest of tests if readline is not used.
16505 * gdb.ada/complete.exp: Skp the test if readline is not
16506 used.
16507 * gdb.base/filesym.exp: Likewise.
16508 * gdb.base/macscp.exp: Likewise.
16509 * gdb.base/readline-ask.exp: Likewise.
16510 * gdb.base/readline.exp: Likewise.
16511 * gdb.python/py-cmd.exp: Likewise.
16512 * gdb.trace/tfile.exp: Likewise.
16513
29361eee
YQ
165142014-03-26 Yao Qi <yao@codesourcery.com>
16515
16516 * gdb.base/macscp.exp: Fix code format issues.
16517
bc9a5525
UW
165182014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16519
16520 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16521 * gdb.asm/powerpc64le.inc: New file.
16522
d3839ede
PA
165232014-03-25 Pedro Alves <palves@redhat.com>
16524 Doug Evans <dje@google.com>
16525
16526 * gdb.base/source-execution.c: New file.
16527 * gdb.base/source-execution.exp: New file.
16528 * gdb.base/source-execution.gdb: New file.
16529
01672a57
DE
165302014-03-24 Doug Evans <dje@google.com>
16531
16532 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16533 using fission.
16534
88bbeca9
HZ
165352014-03-24 Hui Zhu <hui@codesourcery.com>
16536 Pedro Alves <palves@redhat.com>
16537
16538 PR breakpoints/16101
16539 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16540 test pass/fail messages. Detect missing support for dprintf when
16541 breakpoints are actually inserted.
16542 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16543 breakpoints are actually inserted.
16544 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16545 fails.
16546
d2348791
JK
165472014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16548
16549 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16550
feef67ab
DE
165512014-03-22 Doug Evans <xdje42@gmail.com>
16552
16553 * gdb.python/python.exp (python not supported): Verify multi-line
16554 python command issues an error.
25d743f9 16555 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 16556 guile command issues an error.
feef67ab 16557
ecebef6a
MR
165582014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16559
16560 * gdb.threads/thread-specific.exp: Handle the lack of usable
16561 $this_breakpoint and $this_thread.
16562
ccdd1909
HZ
165632014-03-21 Hui Zhu <hui@codesourcery.com>
16564
16565 * gdb.base/attach.exp (do_command_attach_tests): New.
16566
beb460e8
PA
165672014-03-20 Tom Tromey <tromey@redhat.com>
16568 Pedro Alves <palves@redhat.com>
16569
16570 PR cli/15718
16571 * gdb.base/condbreak-call-false.c: New file.
16572 * gdb.base/condbreak-call-false.exp: New file.
16573
40acf43a
PA
165742014-03-20 Pedro Alves <palves@redhat.com>
16575
16576 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16577 Delete.
16578 (block_signals, unblock_signals): Delete.
16579 (child_function_2, main): Remove references to deleted variable
16580 and functions.
16581
9f5e1e02
PA
165822014-03-20 Pedro Alves <palves@redhat.com>
16583
16584 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16585 Use pthread_kill to signal thread 2.
16586 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16587 Adjust to make the test send itself a signal rather than using the
16588 host's "kill" command.
16589
99619bea
PA
165902014-03-20 Pedro Alves <palves@redhat.com>
16591
16592 * gdb.threads/multiple-step-overs.c: New file.
16593 * gdb.threads/multiple-step-overs.exp: New file.
16594 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16595 Adjust expected infrun debug output.
16596
2adfaa28
PA
165972014-03-20 Pedro Alves <palves@redhat.com>
16598
16599 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16600 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16601
31e77af2
PA
166022014-03-20 Pedro Alves <palves@redhat.com>
16603
16604 PR breakpoints/7143
16605 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16606 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16607 of gdb_test_multiple.
16608 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16609 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16610
b9f437de
PA
166112014-03-20 Pedro Alves <palves@redhat.com>
16612
16613 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16614 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16615
05adc73e
PA
166162014-03-19 Pedro Alves <palves@redhat.com>
16617
16618 * gdb.base/async.exp: Remove early return.
16619
6048b950
PA
166202014-03-19 Pedro Alves <palves@redhat.com>
16621
16622 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16623
8bcfb00a
PA
166242014-03-19 Pedro Alves <palves@redhat.com>
16625
16626 * gdb.base/async.exp (test_background): Expect \r\n after
16627 "completed." in the fail pattern.
16628
884e37dc
PA
166292014-03-19 Pedro Alves <palves@redhat.com>
16630
16631 * gdb.base/async.exp (test_background): New procedure.
16632 Use it for all background execution command tests.
16633
148e57e2
PA
166342014-03-19 Pedro Alves <palves@redhat.com>
16635
16636 * gdb.base/async.exp: Use prepare_for_testing.
16637
f48088c7
PA
166382014-03-19 Pedro Alves <palves@redhat.com>
16639
16640 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16641 the same line.
16642
e2f6c966
PA
166432014-03-19 Pedro Alves <palves@redhat.com>
16644
16645 * gdb.base/async.c (main): Add "jump here" and "until here" line
16646 marker comments.
16647 * gdb.base/async.exp (jump_here): New global.
16648 (jump& test): Use it.
16649 (until_here): New global.
16650 (until& test): Use it.
16651
c30568d4
PA
166522014-03-19 Pedro Alves <palves@redhat.com>
16653
16654 * gdb.base/async.exp: Don't frob gdb_protocol.
16655
0172b6a7
DE
166562014-03-18 Doug Evans <xdje42@gmail.com>
16657
16658 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16659 Fix spelling of exec-done-display.
16660
06c868a8
JK
166612014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16662
16663 PR gdb/15358
16664 * gdb.base/gdb-sigterm.c: New file.
16665 * gdb.base/gdb-sigterm.exp: New file.
16666
0c7e1a46
PA
166672014-03-18 Pedro Alves <palves@redhat.com>
16668
16669 PR gdb/13860
16670 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16671 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16672 solib-event.
16673
f7c77d93
JB
166742014-03-17 Joel Brobecker <brobecker@adacore.com>
16675
16676 * gdb.ada/pckd_arr_ren: New testcase.
16677
5a1e8c7a
DE
166782014-03-13 Doug Evans <xdje42@gmail.com>
16679
16680 PR guile/16612
16681 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16682 collect after discarding symbols.
16683
350e1a76
DE
166842014-03-13 Ludovic Courtès <ludo@gnu.org>
16685 Doug Evans <xdje42@gmail.com>
16686
16687 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16688 to history survives a gc.
16689
a69900ae
PA
166902014-03-13 Pedro Alves <palves@redhat.com>
16691
16692 * gdb.base/default.exp: Don't test "target procfs".
16693
5db9f0bd
PA
166942014-03-13 Pedro Alves <palves@redhat.com>
16695
16696 * gdb.base/default.exp: Update "target child" and "target procfs"
16697 tests to not expect "Unix".
16698
b3ccfe11
TT
166992014-03-12 Tom Tromey <tromey@redhat.com>
16700
16701 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16702 New procs. Add target-async tests.
16703 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16704 Add target-async tests.
16705
646f4417
AA
167062014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16707
16708 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16709 'func_start' and 'func_end' for the beginning and end of the
16710 function code, respectively.
16711 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16712 'func_end' instead of 'func' and 'main'.
16713
288c211f
AA
167142014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16715
16716 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16717 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16718 generate the debug info assembler source.
16719
e0c0f156
AA
167202014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16721
16722 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16723 * gdb.dwarf2/arr-subrange.exp: Likewise.
16724 * gdb.dwarf2/dwz.exp: Likewise.
16725 * gdb.dwarf2/method-ptr.exp: Likewise.
16726 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16727 * gdb.dwarf2/subrange.exp: Likewise.
16728 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16729 * gdb.dwarf2/implptrpiece.exp: Likewise.
16730 * gdb.dwarf2/nostaticblock.exp: Likewise.
16731
0e5c4555
AA
167322014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16733
16734 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16735 directory to absolute path name arguments.
16736
5ec18f2b
JG
167372014-03-10 Joel Brobecker <brobecker@adacore.com>
16738
16739 * gdb.ada/tagged_access: New testcase.
16740
847fc4f2
MM
167412014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16742
16743 * gdb.btrace/data.exp: Update expected output.
16744
cc3da688
YQ
167452014-03-06 Yao Qi <yao@codesourcery.com>
16746
16747 * gdb.trace/pr16508.exp: New file.
16748
0f26cec1
PA
167492014-03-05 Pedro Alves <palves@redhat.com>
16750
16751 PR gdb/16575
16752 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16753 procedure.
16754 (top level): Adjust to use it. Add tests that exercise breakpoint
16755 interaction with the code-cache.
16756
7a5a839f
LC
167572014-02-26 Ludovic Courtès <ludo@gnu.org>
16758
16759 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16760 test for 'history-append!'.
16761
31aa7e4e
JB
167622014-02-26 Joel Brobecker <brobecker@adacore.com>
16763
16764 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16765 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16766 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16767 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16768 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16769 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16770
1b588015
JB
167712014-02-26 Joel Brobecker <brobecker@adacore.com>
16772
16773 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16774 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16775 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16776
55426c9d
JB
167772014-02-26 Joel Brobecker <brobecker@adacore.com>
16778
16779 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16780
dc53a7ad
JB
167812014-02-26 Joel Brobecker <brobecker@adacore.com>
16782
16783 * gdb.dwarf2/arr-stride.c: New file.
16784 * gdb.dwarf2/arr-stride.exp: New file.
16785
12ab52e9
PA
167862014-02-26 Pedro Alves <palves@redhat.com>
16787
16788 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16789 that won't ever trigger. Make sure that GDB reports the correct
16790 breakpoint that caused the stop.
16791
849c862e
JK
167922014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16793
16794 PR gdb/16626
16795 * gdb.base/auto-load-script: New file.
16796 * gdb.base/auto-load.c: New file.
16797 * gdb.base/auto-load.exp: New file.
16798
71b7d793
JK
16799 PR gdb/16626
16800 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16801
e2f0d509
JK
168022014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16803
16804 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16805 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16806
50cc37c8
DE
168072014-02-24 Doug Evans <dje@google.com>
16808
16809 * lib/gdb.exp (run_on_host): Log error output if program fails.
16810
ea4758f2
PA
168112014-02-21 Pedro Alves <palves@redhat.com>
16812
16813 * gdb.threads/step-after-sr-lock.c: Rename to ...
16814 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16815 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16816 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16817 ... this.
16818
d7b30f67
SDJ
168192014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16820
16821 PR tdep/16397
16822 * gdb.arch/amd64-stap-special-operands.exp: New file.
16823 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16824 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16825 * gdb.arch/amd64-stap-triplet.S: Likewise.
16826 * gdb.arch/amd64-stap-triplet.c: Likewise.
16827
83deb43f
JB
168282014-02-20 Joel Brobecker <brobecker@adacore.com>
16829
16830 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16831 in .section pseudo-op.
16832
adde2bff
DE
168332014-02-20 lin zuojian <manjian2006@gmail.com>
16834 Joel Brobecker <brobecker@adacore.com>
16835 Doug Evans <xdje42@gmail.com>
16836
16837 PR symtab/16581
16838 * gdb.dwarf2/dw2-icycle.S: New file.
16839 * gdb.dwarf2/dw2-icycle.c: New file.
16840 * gdb.dwarf2/dw2-icycle.exp: New file.
16841
f7bd0f78
SC
168422014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16843
16844 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16845 operations on gdb.Value objects.
16846 * gdb.python/py-value-cc.exp: Add new test to test operations on
16847 gdb.Value objects.
16848
c17ef0d5
DE
168492014-02-18 Doug Evans <dje@google.com>
16850
16851 * Makefile.in (TESTS): New variable.
16852 (expanded_tests, expanded_tests_or_none): New variables
16853 (check-single): Pass $(expanded_tests_or_none) to runtest.
16854 (check-parallel): Only run tests in $(TESTS) if non-empty.
16855 (check/no-matching-tests-found): New rule.
16856 * README: Document TESTS makefile variable.
16857
5dd3176f
DE
168582014-02-18 Doug Evans <dje@google.com>
16859
16860 * Makefile.in (check-parallel): rm -rf outputs temp.
16861
0b10be4f
JK
168622014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16863
16864 Fix "ERROR: no fileid for" in the testsuite.
16865 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16866
85f224e7
DE
168672014-02-12 Doug Evans <dje@google.com>
16868
16869 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16870 (MISCELLANEOUS): New variable.
16871 (clean): rm -rf $(MISCELLANEOUS).
16872 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16873 dwp live in the same directory as symlinks, with each symlink pointed
16874 to a differently named file in a different directory.
16875
149b30ff
DE
168762014-02-11 Doug Evans <dje@google.com>
16877
16878 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16879 of Tcl file commands.
16880
1dfdac32
MK
168812014-02-10 Mark Kettenis <kettenis@gnu.org>
16882
16883 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16884 "kill -SIGUSR1 -1".
16885
aa4fb036
JB
168862014-02-10 Joel Brobecker <brobecker@adacore.com>
16887
16888 * gdb.ada/tick_length_array_enum_idx: New testcase.
16889
ed3ef339
DE
168902014-02-10 Doug Evans <xdje42@gmail.com>
16891
16892 * configure.ac (AC_OUTPUT): Add gdb.guile.
16893 * configure: Regenerate.
16894 * lib/gdb-guile.exp: New file.
16895 * lib/gdb.exp (get_target_charset): New function.
16896 * gdb.base/help.exp: Update expected output from "apropos apropos".
16897 * gdb.guile/Makefile.in: New file.
16898 * gdb.guile/guile.exp: New file.
16899 * gdb.guile/scm-arch.c: New file.
16900 * gdb.guile/scm-arch.exp: New file.
16901 * gdb.guile/scm-block.c: New file.
16902 * gdb.guile/scm-block.exp: New file.
16903 * gdb.guile/scm-breakpoint.c: New file.
16904 * gdb.guile/scm-breakpoint.exp: New file.
16905 * gdb.guile/scm-disasm.c: New file.
16906 * gdb.guile/scm-disasm.exp: New file.
16907 * gdb.guile/scm-equal.c: New file.
16908 * gdb.guile/scm-equal.exp: New file.
16909 * gdb.guile/scm-error.exp: New file.
16910 * gdb.guile/scm-error.scm: New file.
16911 * gdb.guile/scm-frame-args.c: New file.
16912 * gdb.guile/scm-frame-args.exp: New file.
16913 * gdb.guile/scm-frame-args.scm: New file.
16914 * gdb.guile/scm-frame-inline.c: New file.
16915 * gdb.guile/scm-frame-inline.exp: New file.
16916 * gdb.guile/scm-frame.c: New file.
16917 * gdb.guile/scm-frame.exp: New file.
16918 * gdb.guile/scm-generics.exp: New file.
16919 * gdb.guile/scm-gsmob.exp: New file.
16920 * gdb.guile/scm-iterator.c: New file.
16921 * gdb.guile/scm-iterator.exp: New file.
16922 * gdb.guile/scm-math.c: New file.
16923 * gdb.guile/scm-math.exp: New file.
16924 * gdb.guile/scm-objfile-script-gdb.in: New file.
16925 * gdb.guile/scm-objfile-script.c: New file.
16926 * gdb.guile/scm-objfile-script.exp: New file.
16927 * gdb.guile/scm-objfile.c: New file.
16928 * gdb.guile/scm-objfile.exp: New file.
16929 * gdb.guile/scm-ports.exp: New file.
16930 * gdb.guile/scm-pretty-print.c: New file.
16931 * gdb.guile/scm-pretty-print.exp: New file.
16932 * gdb.guile/scm-pretty-print.scm: New file.
16933 * gdb.guile/scm-section-script.c: New file.
16934 * gdb.guile/scm-section-script.exp: New file.
16935 * gdb.guile/scm-section-script.scm: New file.
16936 * gdb.guile/scm-symbol.c: New file.
16937 * gdb.guile/scm-symbol.exp: New file.
16938 * gdb.guile/scm-symtab-2.c: New file.
16939 * gdb.guile/scm-symtab.c: New file.
16940 * gdb.guile/scm-symtab.exp: New file.
16941 * gdb.guile/scm-type.c: New file.
16942 * gdb.guile/scm-type.exp: New file.
16943 * gdb.guile/scm-value-cc.cc: New file.
16944 * gdb.guile/scm-value-cc.exp: New file.
16945 * gdb.guile/scm-value.c: New file.
16946 * gdb.guile/scm-value.exp: New file.
16947 * gdb.guile/source2.scm: New file.
16948 * gdb.guile/types-module.cc: New file.
16949 * gdb.guile/types-module.exp: New file.
16950
7026a7c1
YQ
169512014-02-10 Yao Qi <yao@codesourcery.com>
16952
16953 PR testsuite/16543
16954 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16955 * configure: Regenerated.
16956 * Makefile.in: New file.
16957
6c466447
AS
169582014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16959
16960 * gdb.python/py-framefilter.exp: Fix typo.
16961
6e854735
YQ
169622014-02-08 Yao Qi <yao@codesourcery.com>
16963
16964 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16965 that no =breakpoint-modified is emitted when breakpoints are
16966 modified through MI commands.
16967
d137e6dc
PA
169682014-02-07 Pedro Alves <pedro@codesourcery.com>
16969 Pedro Alves <palves@redhat.com>
16970
16971 * gdb.threads/step-after-sr-lock.c: New file.
16972 * gdb.threads/step-after-sr-lock.exp: New file.
16973
b5ee5a50
PA
169742014-02-07 Pedro Alves <palves@redhat.com>
16975
16976 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16977
3c77faf3
JK
169782014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16979
16980 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16981 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16982
6dddc817
DE
169832014-02-06 Doug Evans <xdje42@gmail.com>
16984
16985 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
16986 output.
16987
16988 * gdb.gdb/python-interrupts.exp: New file.
16989
de7b2893
YQ
169902014-02-05 Yao Qi <yao@codesourcery.com>
16991
16992 * gdb.trace/report.exp (use_collected_data): Test the output
16993 of "info threads" and "info inferiors".
16994
66d032ac
YQ
169952014-02-05 Yao Qi <yao@codesourcery.com>
16996
16997 Revert this patch:
16998
16999 2013-05-24 Yao Qi <yao@codesourcery.com>
17000
17001 * gdb.trace/tfile.exp: Test inferior and thread.
17002
591a12a1
UW
170032014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17004
17005 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17006 on a function.
17007 * gdb.base/step-bt.c: Call hello via function pointer to make
17008 sure its first instruction is executed on powerpc64le-linux.
17009
0ff3e01f
UW
170102014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17011
17012 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17013
084ee545
UW
170142014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17015
17016 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17017 of the test patterns for use on little-endian systems.
17018
6ed14ff3
UW
170192014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17020
17021 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17022 (decimal_vector): Fix for little-endian.
17023
401e27fd
JM
170242014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17025
17026 * gdb.arch/sparc-sysstep.exp: New file.
17027 * gdb.arch/sparc-sysstep.c: Likewise.
17028
17029 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17030
8b924729
EBM
170312014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17032
17033 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17034
fb151210
JB
170352014-01-23 Tom Tromey <tromey@redhat.com>
17036
17037 * gdb.ada/array_char_idx: New testcase.
17038
0740f8d8
TT
170392014-01-23 Tom Tromey <tromey@redhat.com>
17040
17041 PR python/16487:
17042 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17043 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17044 classes.
17045
21909fa1
TT
170462014-01-23 Tom Tromey <tromey@redhat.com>
17047
17048 PR python/16491:
17049 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17050 string from an inferior frame.
17051 * gdb.python/py-framefilter-mi.exp: Update.
17052
87ce2a04
DE
170532014-01-22 Doug Evans <dje@google.com>
17054
17055 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17056
237b092b
AA
170572014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17058
17059 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17060
d674a709
AA
170612014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17062
17063 * gdb.trace/entry-values.exp: Remove excess space character from
17064 regex patterns. Handle s390 call instruction.
17065
20fa3390
AA
170662014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17067
17068 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17069 define "*_start" label. Make "name" static.
17070 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17071 ${name} by references to ${name}_start.
17072
78466714
AA
170732014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17074
17075 * gdb.base/info-macros.exp: Remove "debug" from the compile
17076 options.
17077
ec9f644a
IB
170782014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17079
17080 * gdb.dlang/demangle.exp: New file.
17081
94b1b47e
IB
170822014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17083
17084 * gdb.dlang/primitive-types.exp: New file.
17085
7f420862
IB
170862014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17087
17088 * configure.ac: Create gdb.dlang/Makefile.
17089 * configure: Regenerate.
17090 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17091 * gdb.dlang/Makefile.in: New file.
17092 * lib/d-support.exp: New file.
17093 * lib/gdb.exp (skip_d_tests): New proc.
17094
52834460
MM
170952014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17096
17097 * gdb.btrace/delta.exp: Check reverse stepi.
17098 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17099 * gdb.btrace/finish.exp: New.
17100 * gdb.btrace/next.exp: New.
17101 * gdb.btrace/nexti.exp: New.
17102 * gdb.btrace/record_goto.c: Add comments.
17103 * gdb.btrace/step.exp: New.
17104 * gdb.btrace/stepi.exp: New.
17105 * gdb.btrace/multi-thread-step.c: New.
17106 * gdb.btrace/multi-thread-step.exp: New.
17107 * gdb.btrace/rn-dl-bind.c: New.
17108 * gdb.btrace/rn-dl-bind.exp: New.
17109 * gdb.btrace/data.c: New.
17110 * gdb.btrace/data.exp: New.
17111 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17112
6e07b1d2
MM
171132014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17114
17115 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17116 * gdb.btrace/exception.exp: Update.
17117 * gdb.btrace/instruction_history.exp: Update.
17118 * gdb.btrace/record_goto.exp: Update.
17119 * gdb.btrace/tailcall.exp: Update.
17120 * gdb.btrace/unknown_functions.exp: Update.
17121 * gdb.btrace/delta.exp: New.
17122
0b722aec
MM
171232014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17124
17125 * gdb.btrace/record_goto.exp: Add backtrace test.
17126 * gdb.btrace/tailcall.exp: Add backtrace test.
17127
066ce621
MM
171282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17129
17130 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17131 * gdb.btrace/record_goto.c: New.
17132 * gdb.btrace/record_goto.exp: New.
17133 * gdb.btrace/x86-record_goto.S: New.
17134
0688d04e
MM
171352014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17136
17137 * gdb.btrace/function_call_history.exp: Update tests.
17138 * gdb.btrace/instruction_history.exp: Update tests.
17139
8710b709
MM
171402014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17141
17142 * gdb.btrace/function_call_history.exp: Fix expected field
17143 order for "record function-call-history".
17144 Add new tests for "record function-call-history /c".
17145 * gdb.btrace/exception.cc: New.
17146 * gdb.btrace/exception.exp: New.
17147 * gdb.btrace/tailcall.exp: New.
17148 * gdb.btrace/x86-tailcall.S: New.
17149 * gdb.btrace/x86-tailcall.c: New.
17150 * gdb.btrace/unknown_functions.c: New.
17151 * gdb.btrace/unknown_functions.exp: New.
17152 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17153
5de9129b
MM
171542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17155
17156 * gdb.btrace/instruction_history.exp: Update.
17157 * gdb.btrace/function_call_history.exp: Update.
17158
23a7fe75
MM
171592014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17160
17161 * gdb.btrace/function_call_history.exp: Fix expected function
17162 trace.
17163 * gdb.btrace/instruction_history.exp: Initialize traced.
17164 Remove traced_functions.
17165
724c7dd8
MM
171662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17167
17168 * gdb.btrace/function_call_history.exp: Update
17169 * gdb.btrace/instruction_history.exp: Update.
17170
6d78d93b
MM
171712014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17172
17173 * gdb.btrace/enable.exp: Update expected text.
17174
93a360cc
OJ
171752014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17176
17177 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17178 bytes.
17179
3772b53f
MR
171802014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17181
17182 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17183
596662fa
OJ
171842014-01-15 Omair Javaid <omair.javaid@linaro.org>
17185
17186 * lib/gdb.exp (supports_process_record): Return true for
17187 arm*-linux*. (supports_reverse): Likewise.
17188
b5b08fb4
SC
171892014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17190
17191 PR python/15464
17192 PR python/16113
17193 * gdb.python/py-type.c: Enhance test case.
17194 * gdb.python/py-value-cc.cc: Likewise
17195 * gdb.python/py-type.exp: Add new tests.
17196 * gdb.python/py-value-cc.exp: Likewise
17197
52d7fb13
AA
171982014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17199 Pedro Alves <palves@redhat.com>
17200
17201 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17202 Make "name" extern.
17203 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17204 references to ${name}_start by references to ${name}.
17205
a2cd8cfe
JB
172062014-01-10 Joel Brobecker <brobecker@adacore.com>
17207
17208 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17209
4e23fced
JB
172102014-01-10 Joel Brobecker <brobecker@adacore.com>
17211
17212 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17213
c6a9e42c
PA
172142014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17215 Pedro Alves <palves@redhat.com>
17216
17217 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 17218 mi_gdb_target_load.
c6a9e42c 17219
b7ea362b
PA
172202014-01-08 Pedro Alves <palves@redhat.com>
17221
17222 * gdb.threads/reconnect-signal.c: New file.
17223 * gdb.threads/reconnect-signal.exp: New file.
17224
5e3f4fab
EBM
172252014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17226
17227 * gdb.base/source-dir.exp: New file.
17228
79301218
JB
172292014-01-07 Joel Brobecker <brobecker@adacore.com>
17230
17231 * gdb.ada/mi_interface: New testcase.
17232
8e355c5d
JB
172332014-01-07 Joel Brobecker <brobecker@adacore.com>
17234
17235 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17236 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17237 gdb.ada/pp-rec-component/pck.ads: New files.
17238
c0d48811
JB
172392014-01-07 Joel Brobecker <brobecker@adacore.com>
17240
17241 * gdb.python/py-pp-integral.c: New file.
17242 * gdb.python/py-pp-integral.py: New file.
17243 * gdb.python/py-pp-integral.exp: New file.
17244
17b609c3 17245For older changes see ChangeLog-1993-2013.
c906108c 17246\f
8d8cb839
EZ
17247;; Local Variables:
17248;; mode: change-log
17249;; left-margin: 8
17250;; fill-column: 74
17251;; version-control: never
17252;; End:
902f2ccb 17253
42a4f53d 17254 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
17255 Copying and distribution of this file, with or without modification,
17256 are permitted provided the copyright notice and this notice are preserved.