[gdb/testsuite] Fix info-types.exp with gcc/g++ 4.8
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
42275044
TV
12019-10-03 Tom de Vries <tdevries@suse.de>
2
3 PR testsuite/25059
4 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
5 type optional.
6
9ef62df0
AA
72019-10-02 Andreas Arnez <arnez@linux.ibm.com>
8
9 * gdb.python/py-format-string.c (string.h): New include.
10 (main): Fill a_struct_with_union.the_union.an_int with bytes of
11 the same value, for endianness-independence.
12 * gdb.python/py-format-string.exp (default_regexp_dict)
13 (test_pretty_structs, test_format): Adjust expected output to the
14 changed initialization.
15
37f6a7f4
TT
162019-10-02 Tom Tromey <tromey@adacore.com>
17
18 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
19
1d58d6a2
PA
202019-10-02 Pedro Alves <palves@redhat.com>
21 Andrew Burgess <andrew.burgess@embecosm.com>
22
23 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
24 "print-file-var.h".
25 (this_version_id) Use ATTRIBUTE_VISIBILITY.
26 (get_version_1): Print this_version_id and its address.
27 Add extern "C" wrappers around interface functions.
28 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
29 "print-file-var.h".
30 (this_version_id) Use ATTRIBUTE_VISIBILITY.
31 (get_version_2): Print this_version_id and its address.
32 Add extern "C" wrappers around interface functions.
33 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
34 <stddef.h> and "print-file-var.h".
35 Add extern "C" wrappers around interface functions.
36 [VERSION_ID_MAIN] (this_version_id): Define.
37 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
38 * gdb.base/print-file-var.h: Add some #defines to simplify setting
39 up extern "C" blocks.
40 * gdb.base/print-file-var.exp (test): New, factored out from top
41 level.
42 (top level): Test all combinations of attribute hidden or not,
43 dlopen or not, and this_version_id symbol in main file or not.
44 Compile tests as both C++ and C, make test names unique.
45
d770d56f
TT
462019-10-01 Tom Tromey <tom@tromey.com>
47
48 * gdb.base/style.exp: Test "show logging filename".
49
7f6aba03
TT
502019-10-01 Tom Tromey <tom@tromey.com>
51
52 * lib/gdb-utils.exp (style): Handle "metadata" argument.
53 * gdb.base/style.exp: Add metadata style test.
54
14309bb6
TT
552019-10-01 Tom Tromey <tom@tromey.com>
56
57 * gdb.base/style.exp: Test "pwd".
58
2a3c1174
PA
592019-10-01 Tom Tromey <tom@tromey.com>
60
61 * gdb.base/style.exp: Update tests.
62
53d666ec
AA
632019-10-01 Andreas Arnez <arnez@linux.ibm.com>
64
65 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
66 'six' to unsigned.
67 (s1): Initialize fields 'four' and 'six' instead of 'three' and
68 'five'. Use an all-ones bit pattern for each.
69 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
70 to its changed values.
71
4a56a520
TT
722019-09-30 Tom Tromey <tromey@adacore.com>
73
74 * gdb.rust/traits.rs: Disable all warnings.
75
0df0352a
TV
762019-09-29 Tom de Vries <tdevries@suse.de>
77
78 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
79
73d9a918
TV
802019-09-29 Tom de Vries <tdevries@suse.de>
81
82 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
83
060b3ab4
TV
842019-09-27 Tom de Vries <tdevries@suse.de>
85
86 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
87
68f7d34d
TV
882019-09-27 Tom de Vries <tdevries@suse.de>
89
90 PR record/23188
91 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
92
5d63b30a
TT
932019-09-26 Tom Tromey <tromey@adacore.com>
94
95 * gdb.ada/py_taft.exp: New file.
96 * gdb.ada/py_taft/main.adb: New file.
97 * gdb.ada/py_taft/pkg.adb: New file.
98 * gdb.ada/py_taft/pkg.ads: New file.
99
3d435220
TV
1002019-09-24 Tom de Vries <tdevries@suse.de>
101
102 PR gdb/24598
103 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
104
77d03678
TV
1052019-09-22 Tom de Vries <tdevries@suse.de>
106
107 * gdb.base/restore.exp: Allow register variables to be optimized out at
108 -O0.
109
abf516c6
UW
1102019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
111
112 * gdb.arch/spu-info.exp: Remove file.
113 * gdb.arch/spu-info.c: Remove file.
114 * gdb.arch/spu-ls.exp: Remove file.
115 * gdb.arch/spu-ls.c: Remove file.
116
117 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
118 * gdb.asm/spu.inc: Remove file.
119
120 * gdb.base/dump.exp: Remove support for spu*-*-*.
121 * gdb.base/stack-checking.exp: Likewise.
122 * gdb.base/overlays.exp: Likewise.
123 * gdb.base/ovlymgr.c: Likewise.
124 * gdb.base/spu.ld: Remove file.
125
126 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
127 * gdb.cp/cpexprs.exp: Likewise.
128 * gdb.cp/exception.exp: Likewise.
129 * gdb.cp/gdb2495.exp: Likewise.
130 * gdb.cp/mb-templates.exp: Likewise.
131 * gdb.cp/pr9167.exp: Likewise.
132 * gdb.cp/userdef.exp: Likewise.
133
134 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
135
136 * gdb.cell: Remove directory.
137 * lib/cell.exp: Remove file.
138
e452e88f
TV
1392019-09-19 Tom de Vries <tdevries@suse.de>
140
141 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
142
8a625130
TV
1432019-09-19 Tom de Vries <tdevries@suse.de>
144
145 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
146
81dc3ab5
TV
1472019-09-19 Tom de Vries <tdevries@suse.de>
148
149 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
150 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
151 (gdb_target_cmd): ... here.
152 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
153 value 2.
154
b078f3ac
AB
1552019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
156
157 * gdb.base/source-dir.exp: Avoid having directory names in test
158 names.
159
f1b620e9
MG
1602019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
161
162 * gdb.base/source-dir.exp: Add extra test for mapped compilation
163 directory.
164
67f3ed6a
AB
1652019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
166
167 * gdb.base/list-missing-source.exp: New file.
168
d1b70248
TV
1692019-09-14 Tom de Vries <tdevries@suse.de>
170
171 PR teststuite/24599
172 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
173 * lib/ada.exp (gnatmake_version_at_least): New proc.
174
5fabdcd6
AB
1752019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
176
177 * gdb.base/maint.exp: Use exec_has_index_section.
178
aa17805f
AB
1792019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
180
181 * gdb.base/maint.exp: Add test for 'maint info sections'.
182
25e5c209
TV
1832019-09-12 Tom de Vries <tdevries@suse.de>
184
185 * gdb.base/store.exp: Allow register variables to be optimized out at
186 -O0.
187
4993045d
PW
1882019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
189
190 * gdb.ada/rdv_wait.exp: Update to new task names.
191 * gdb.base/task_switch_in_core.exp: Likewise.
192 * gdb.base/info_sources_base.c: Likewise.
193
8a516164
TT
1942019-09-10 Tom Tromey <tromey@adacore.com>
195
196 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
197
aa391654
TT
1982019-09-10 Tom Tromey <tromey@adacore.com>
199
200 * gdb.ada/dgopt.exp: New file.
201 * gdb.ada/dgopt/x.adb: New file.
202
8634b462
TT
2032019-09-08 Tom Tromey <tom@tromey.com>
204
205 * gdb.tui/resize.exp: Remove setup_xfail.
206 * gdb.tui/regs.exp: Remove setup_xfail.
207 * gdb.tui/basic.exp: Remove setup_xfail.
208
736b0f76
DB
2092019-09-06 David Blaikie <dblaikie@gmail.com>
210
211 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
212 * gdb.cp/cplabel.exp: Ditto.
213 * gdb.linespec/ls-errs.exp: Ditto.
214
30331a6c
TV
2152019-09-05 Tom de Vries <tdevries@suse.de>
216
217 * lib/gdb.exp (cmp_file_string): New proc.
218 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
219 runto_main. Verify save breakpoints output.
220
98b0ebab
PW
2212019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
222
223 * gdb.base/info-var.exp: Test info variables without running
224 to main, to avoid expect's buffer overflow.
225
4e962e74
TT
2262019-09-03 Tom Tromey <tromey@adacore.com>
227
228 * gdb.ada/bias.exp: New file.
229 * gdb.ada/bias/bias.adb: New file.
230 * gdb.ada/print_chars.exp: Add regression test.
231 * gdb.ada/print_chars/foo.adb (My_Character): New type.
232 (MC): New variable.
233
2ea1a07a
SL
2342019-08-29 Sandra Loosemore <sandra@codesourcery.com>
235
236 * gdb.base/argv0-symlink.exp: Run only on native target
237 and local host.
238
8077c50d
TV
2392019-08-29 Tom de Vries <tdevries@suse.de>
240
241 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
242 diverse debug info.
243 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
244
48352473
TV
2452019-08-28 Tom de Vries <tdevries@suse.de>
246
247 * gdb.base/info-var.exp: Allow info variables to print info for files
248 other than info-var-f1.c and info-var-f2.c.
249
d8f27c60
AB
2502019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
251
252 * gdb.fortran/info-types.exp: Add module.
253 * gdb.fortran/info-types.f90: Update expected results.
254
1f20c35e
AB
2552019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
256
257 * gdb.fortran/info-types.exp: New file.
258 * gdb.fortran/info-types.f90: New file.
259 * lib/fortran.exp (fortran_character1): New proc.
260
4acfdd20
AB
2612019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
262
263 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
264 functions'. Reindent as needed.
265 * gdb.base/info-var-f1.c: New file.
266 * gdb.base/info-var-f2.c: New file.
267 * gdb.base/info-var.exp: New file.
268 * gdb.base/info-var.h: New file.
269
5c31b358
TV
2702019-08-26 Tom de Vries <tdevries@suse.de>
271
272 PR c++/24852
273 * gdb.cp/no-libstdcxx-probe.exp: New test.
274
b694989f
TV
2752019-08-26 Tom de Vries <tdevries@suse.de>
276
277 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
278 * tests need to be skipped.
279 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
280 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
281 mi_skip_libstdcxx_probe_tests.
282
d9c4ba53
SDJ
2832019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
284
285 * gdb.python/py-xmethods.exp: Use raw strings when passing
286 arguments to SimpleXMethodMatcher.
287
395fad09
TV
2882019-08-22 Tom de Vries <tdevries@suse.de>
289
290 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
291 more informative.
292
26c957f1
PA
2932019-08-21 Pedro Alves <palves@redhat.com>
294
295 * gdb.base/with.exp: Test "with" with no arguments.
296
61f80d5d
TV
2972019-08-21 Tom de Vries <tdevries@suse.de>
298
299 * gdb.base/gdb-caching-proc.exp: Sort files.
300
d7a11d13
TV
3012019-08-20 Tom de Vries <tdevries@suse.de>
302
303 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
304 compilation.
305
34dafe9f
TV
3062019-08-16 Tom de Vries <tdevries@suse.de>
307
308 * gdb.base/compare-sections.exp ("after run to main"): Allow
309 mismatched read-only sections for PIE executables.
310
398fdd60
TT
3112019-08-16 Tom Tromey <tom@tromey.com>
312
313 * lib/tuiterm.exp (_csi_Z): New proc.
314 * gdb.tui/basic.exp: Update window positions.
315 * gdb.tui/empty.exp: Update window positions.
316
d8f9e51c
SL
3172019-08-15 Sandra Loosemore <sandra@codesourcery.com>
318
319 * gdb.base/examine-backward.exp: Correct regexp for
320 "examine 3 bytes backward from ${address_zero}".
321
3df505f6
TT
3222019-08-15 Tom Tromey <tom@tromey.com>
323
324 * gdb.tui/empty.exp: Enable resizing tests.
325
272560b5
TT
3262019-08-15 Tom Tromey <tromey@adacore.com>
327
328 * gdb.ada/char_enum.exp: Add regression tests.
329 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
330 and '0'.
331 (Char, Gchar): Update.
332 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
333
08235187
CB
3342019-08-15 Christian Biesinger <cbiesinger@google.com>
335
336 * gdb.python/python.exp: Expect a leading underscore on
337 GdbOutput{,Error}File.
338
22a2ab04
SL
3392019-08-15 Sandra Loosemore <sandra@codesourcery.com>
340
341 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
342 Windows host.
343
835b995b
SL
3442019-08-15 Sandra Loosemore <sandra@codesourcery.com>
345
346 * gdb.base/batch-preserve-term-settings.exp
347 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
348
97dd8e07
CB
3492019-08-15 Christian Biesinger <cbiesinger@google.com>
350
351 * lib/gdb.exp: When running on a mingw target, replace
352 /x/ with x:/.
353
75faf5c4
AH
3542019-08-14 Alan Hayward <alan.hayward@arm.com>
355
356 * gdb.arch/aarch64-prologue.c: New test.
357 * gdb.arch/aarch64-prologue.exp: New file.
358
abc6c00f
TV
3592019-08-13 Tom de Vries <tdevries@suse.de>
360
361 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
362 Thread.
363
74c2c1f4
SL
3642019-08-13 Sandra Loosemore <sandra@codesourcery.com>
365
366 * gdb.python/py-completion.exp: Download the .py file to the host
367 and use its host pathname. Conditionalize tests that use
368 tab completion and manipulate files on the build machine.
369 * gdb.python/py-events.exp: Download the .py file to the host
370 and use its host pathname.
371 * gdb.python/py-evsignal.exp: Likewise.
372 * gdb.python/py-evthreads.exp: Likewise.
373 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
374 pathname syntax.
375 * gdb.python/py-framefilter.exp: Download the .py file to the right
376 place on the host. Match Windows pathname syntax.
377 * gdb.python/py-mi-var-info-path-expression.exp: Download the
378 .py file to the host and use its host pathname.
379 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
380 * gdb.python/py-objfile.exp: Expect a host pathname, not a
381 build pathname. Skip symlink test on Windows host. Add missing
382 newline at end of file.
383 * gdb.python/py-pp-maint.exp: Download the .py file to the host
384 and use its host pathname.
385 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
386 * gdb.python/py-section-script.exp: Use host location of binfile
387 on safe-path. Use correct path separator on Windows host.
388 Reorder alternatives in gdb_test_multiple to prevent matching
389 the wrong alternative on success.
390 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
391
ca2589f3
PP
3922019-08-12 Patrick Palka <patrick@parcs.ath.cx>
393
394 * gdb.gdb/selftest.exp (test_with_self): Update test to now
395 expect the GDB inferior to no longer immediately stop after
396 being resumed with "signal SIGINT".
397
020a839d
SL
3982019-08-09 Sandra Loosemore <sandra@codesourcery.com>
399
400 * gdb.linespec/break-ask.exp: Generalize regexps to match
401 Windows pathnames too.
402
128d6509
TV
4032019-08-08 Tom de Vries <tdevries@suse.de>
404
405 PR testsuite/24862
406 * lib/tuiterm.exp (_accept): Fix CSI regexp.
407
590042fc
PW
4082019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
409
410 * gdb.base/style.exp: Update tests for help doc new invariants.
411 * gdb.base/help.exp: Likewise.
412
046bebe1
TT
4132019-08-06 Tom Tromey <tom@tromey.com>
414
415 * gdb.base/style.exp: Add disassemble test.
416 * gdb.base/style.c (some_called_function): New function.
417 (main): Use it.
418
0b27c27d
CB
4192019-08-05 Christian Biesinger <cbiesinger@google.com>
420
421 * gdb.python/py-block.exp: Test dictionary access on blocks.
422
580f1034
SM
4232019-08-05 Simon Marchi <simon.marchi@efficios.com>
424
425 PR gdb/24863
426 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
427 -list-thread-groups --available test when running under
428 check-read1.
429
d86bd7cb
TV
4302019-08-05 Tom de Vries <tdevries@suse.de>
431
432 PR testsuite/24863
433 * lib/gdb.exp (with_read1_timeout_factor): New proc.
434 * gdb.base/help.exp: Use with_read1_timeout_factor.
435 * gdb.base/info-macros.exp: Same.
436 * gdb.cp/nested-types.exp: Same.
437
a80cf5d8
TV
4382019-08-05 Tom de Vries <tdevries@suse.de>
439
440 * lib/gdb.exp (version_at_least): Factor out of ...
441 (tcl_version_at_least): ... here.
442 (gdb_compile): Fail if pie results in non-PIE executable.
443 (readelf_version, readelf_prints_pie): New proc.
444 (exec_is_pie): Return -1 if unknown.
445
d0962838
TV
4462019-08-05 Tom de Vries <tdevries@suse.de>
447
448 * lib/gdb.exp (tcl_version_at_least): Fix typo.
449
2252ff3d
SL
4502019-08-04 Sandra Loosemore <sandra@codesourcery.com>
451
452 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
453
26655f53
SL
4542019-08-04 Sandra Loosemore <sandra@codesourcery.com>
455
456 * lib/completion-support.exp (test_gdb_complete_none): Skip
457 tab completion tests if no readline support.
458 (test_gdb_complete_unique_re): Likewise.
459 (test_gdb_complete_multiple): Likewise.
460
db4dc13e
PW
4612019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
462
463 * gdb.base/info_sources.exp: New file.
464 * gdb.base/info_sources.c: New file.
465 * gdb.base/info_sources_base.c: New file.
466
0eba165a
PFC
4672019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
468
469 * gdb.base/batch-exit-status.exp: Call test_exit_status with
470 prefix argument.
471 (test_exit_status): Add prefix argument.
472
59bd512b
TV
4732019-08-01 Tom de Vries <tdevries@suse.de>
474
475 PR testsuite/24863
476 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
477 calling exp_continue for new thread and thread exited messages.
478
2a3ad588
TV
4792019-08-01 Tom de Vries <tdevries@suse.de>
480
481 PR testsuite/24863
482 * gdb.base/structs.exp: Fix check-read1 timeout using
483 gdb_test_sequence.
484 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
485
117eb594
TV
4862019-08-01 Tom de Vries <tdevries@suse.de>
487
488 PR testsuite/24863
489 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
490 line.
491
ed591340
TV
4922019-08-01 Tom de Vries <tdevries@suse.de>
493
494 PR testsuite/24863
495 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
496
aa3b6533
TT
4972019-07-30 Tom Tromey <tromey@adacore.com>
498
499 * gdb.ada/display_nested.exp: New file.
500 * gdb.ada/display_nested/foo.adb: New file.
501 * gdb.ada/display_nested/pack.adb: New file.
502 * gdb.ada/display_nested/pack.ads: New file.
503
2906593f
CB
5042019-07-30 Christian Biesinger <cbiesinger@google.com>
505
506 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
507 namespace.
508 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
509
0f575925
TV
5102019-07-30 Tom de Vries <tdevries@suse.de>
511
512 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
513 instead.
514
b13057d9
TV
5152019-07-30 Tom de Vries <tdevries@suse.de>
516
517 PR testsuite/24834
518 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
519 (exec_is_pie): New proc.
520
5c4dde85
CB
5212019-07-29 Christian Biesinger <cbiesinger@google.com>
522
523 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
524
c620ed88
CB
5252019-07-29 Christian Biesinger <cbiesinger@google.com>
526
527 * gdb.python/py-objfile.c: Add global and static vars.
528 * gdb.python/py-objfile.exp: Test new functions Objfile.
529 lookup_global_symbol and lookup_static_symbol.
530
3d235706
TT
5312019-07-29 Tom Tromey <tom@tromey.com>
532
533 * lib/tuiterm.exp (Term::_csi_@): New proc.
534 (Term::_csi_X): Don't move cursor.
535
c7e4c0a6
PW
5362019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
537
538 * gdb.base/options.exp: Update backtrace - completion to
539 new option -frame-info.
540 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
541 Test new 'set print frame-info'. Test backtrace -frame-info
542 overriding 'set print frame-info'.
543 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
544 Test new 'set print frame-info'.
545 Verify consistency of backtrace with and without filters, with and
546 without -no-filters.
547 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
548 default.
549
de28a3b7
TV
5502019-07-29 Tom de Vries <tdevries@suse.de>
551
552 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
553 no arguments".
554
507dd60e
TV
5552019-07-29 Tom de Vries <tdevries@suse.de>
556
557 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
558 is a substring of the first for "complete non-unique file name".
559
5beafce9
TV
5602019-07-29 Tom de Vries <tdevries@suse.de>
561
562 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
563 with ".*".
564
2d274232
TV
5652019-07-29 Tom de Vries <tdevries@suse.de>
566
567 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
568 Pass prompt_regexp parameter to gdb_test_multiple calls.
569
9197cd8b
TV
5702019-07-29 Tom de Vries <tdevries@suse.de>
571
572 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
573 print registers" regexps.
574
b528dae0
TV
5752019-07-29 Tom de Vries <tdevries@suse.de>
576
577 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
578
d17725d7
TV
5792019-07-29 Tom de Vries <tdevries@suse.de>
580
581 PR gdb/24855
582 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
583 (skip_python_tests_prompt): Add prompt_regexp argument to
584 gdb_test_multiple calls.
585
52b75bf1
TT
5862019-07-27 Tom Tromey <tom@tromey.com>
587
588 * gdb.tui/main.exp: New file.
589
2b1d00c2
TT
5902019-07-27 Tom Tromey <tom@tromey.com>
591
592 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
593 optional.
594 * gdb.tui/empty.exp: New file.
595
ded631d5
TT
5962019-07-27 Tom Tromey <tom@tromey.com>
597
598 * lib/tuiterm.exp (spawn): New proc.
599 (Term::resize): New proc.
600 * gdb.tui/resize.exp: New file.
601
58ac439d
TT
6022019-07-27 Tom Tromey <tom@tromey.com>
603
604 * gdb.tui/list.exp: New file.
605
fe1f56ee
TT
6062019-07-27 Tom Tromey <tom@tromey.com>
607
608 * gdb.tui/regs.exp: New file.
609
f790b310
TT
6102019-07-27 Tom Tromey <tom@tromey.com>
611
612 * gdb.tui/basic.exp: Add "layout split" test.
613
d95fc6ee
TT
6142019-07-27 Tom Tromey <tom@tromey.com>
615
616 * gdb.tui/basic.exp: Add "layout asm" test.
617
c3786b3a
TT
6182019-07-27 Tom Tromey <tom@tromey.com>
619
620 * lib/tuiterm.exp: New file.
621 * gdb.tui/basic.exp: New file.
622
98a617f8
KB
6232019-07-27 Kevin Buettner <kevinb@redhat.com>
624
625 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
626 Enable tests associated with this flag. Adjust regex
627 referencing "foo_low" to now refer to "foo_cold" instead.
628
5c076da4
KB
6292019-07-27 Kevin Buettner <kevinb@redhat.com>
630
631 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
632 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
633 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
634 foo_cold. Revise comments to match.
635 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
636 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
637 were wrapped into this proc; Call do_test in loop from outermost
638 level.
639 (foo_low): Rename all occurrences to "foo_cold".
640 (backtrace from baz): New test.
641 (x2/i foo_cold): New test.
642 (info line *foo_cold): New test.
643
1512d3b7
TV
6442019-07-26 Tom de Vries <tdevries@suse.de>
645
646 * gdb.arch/i386-pkru.exp: Fix unterminated string.
647
297989a1
TV
6482019-07-25 Tom de Vries <tdevries@suse.de>
649
650 PR testsuite/24830
651 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
652 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
653 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
654 (skip_libstdcxx_probe_tests): ... here.
655 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
656
b3b965fb
TV
6572019-07-24 Tom de Vries <tdevries@suse.de>
658
659 PR testsuite/24807
660 * gdb.objc/basicclass.m: Include stdio.h.
661 * gdb.objc/nondebug.m: Same.
662 * gdb.objc/objcdecode.m: Same.
663
4625b4d0
TV
6642019-07-24 Tom de Vries <tdevries@suse.de>
665
666 PR testsuite/24612
667 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
668 additional_flags.
669
024a5840
TV
6702019-07-24 Tom de Vries <tdevries@suse.de>
671
672 PR testsuite/24831
673 * gdb.multi/tids.exp: Update error messages for info threads.
674
c76ddaa3
TV
6752019-07-24 Tom de Vries <tdevries@suse.de>
676
677 * gdb.base/info-types.exp: Allow info types to print info for more than
678 one file.
679
9a618ef6
TV
6802019-07-23 Tom de Vries <tdevries@suse.de>
681
682 PR testsuite/24842
683 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
684 gdb_spawn_with_cmdline_opts.
685
40eadf04
SP
6862019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
687
688 * gdb.arch/arm-cmse-sgstubs.c: New test.
689 * gdb.arch/arm-cmse-sgstubs.exp: New file.
690
5ba29434
TV
6912019-07-23 Tom de Vries <tdevries@suse.de>
692
693 PR testsuite/24711
694 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
695 issuing next command.
696
a8e9d247
AB
6972019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
698
699 * gdb.ada/info_auto_lang.exp: Update expected results.
700 * gdb.base/info-types.c: Add additional types to check.
701 * gdb.base/info-types.exp: Update expected results.
702
eb86c5e2
AB
7032019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
704
705 * gdb.base/info-types.c: New file.
706 * gdb.base/info-types.exp: New file.
707
01e175fe
AB
7082019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
709
710 * gdb.arch/riscv-bp-infcall.c: New file.
711 * gdb.arch/riscv-bp-infcall.exp: New file.
712
6b78c3f8
AB
7132019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
714
715 PR breakpoints/24541
716 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
717
da738167
TV
7182019-07-14 Tom de Vries <tdevries@suse.de>
719
720 PR testsuite/24760
721 * gdb.objc/basicclass.exp: Fix unterminated string.
722
0d4e84ed
AB
7232019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
724 Andrew Burgess <andrew.burgess@embecosm.com>
725
726 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
727 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
728 negative bounds.
729 * gdb.fortran/vla-value.exp: Print elements of an array with
730 negative bounds.
731 * gdb.fortran/vla.f90: Setup an array with negative bounds for
732 testing.
733
021d8588
AB
7342019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
735
736 * gdb.base/options.exp (expect_string): Dequote strings in
737 results.
738 (test-string): Test strings with different quoting and reindent.
739
f06f1252
TT
7402019-07-10 Tom Tromey <tromey@adacore.com>
741
742 * gdb.ada/mi_ex_cond.exp: Update expected results.
743 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
744 * gdb.ada/mi_catch_ex.exp: Update expected results.
745 * gdb.ada/mi_catch_assert.exp: Update expected results.
746 * gdb.ada/catch_ex.exp (catch_exception_info)
747 (catch_exception_entry, catch_assert_entry)
748 (catch_unhandled_entry): Update.
749 * gdb.ada/catch_assert_if.exp: Update expected results.
750
b863685d
RB
7512019-07-10 Richard Bunt <richard.bunt@arm.com>
752 Stephen Roberts <stephen.roberts@arm.com>
753
754 * gdb.base/define.exp: Restore original prompt.
755
cb1e4e32
PA
7562019-07-09 Pedro Alves <palves@redhat.com>
757
758 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
759 breakpoints" output.
760 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
761 * gdb.python/py-breakpoint.exp: No longer expect that "catch
762 throw" creates breakpoint.
763 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
764 'type="catchpoint"'.
765
b58a68fe
PA
7662019-07-09 Pedro Alves <palves@redhat.com>
767
768 PR c++/15468
769 * gdb.cp/except-multi-location-lib.cc: New.
770 * gdb.cp/except-multi-location-main.cc: New.
771 * gdb.cp/except-multi-location.exp: New.
772
0826779b
PW
7732019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
774
775 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
776 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
777 argument and update callers.
778
5b0e2db4
AB
7792019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
780
781 * gdb.arch/amd64-break-on-asm-line.S: New file.
782 * gdb.arch/amd64-break-on-asm-line.exp: New file.
783
1f6f6e21
PW
7842019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
785
786 * gdb.base/printcmds.exp: Test printing C string and
787 C wide string convenience vars without transiting via the inferior.
788 Also make test names unique.
789
ea142fbf
AH
7902019-07-08 Alan Hayward <alan.hayward@arm.com>
791
792 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
793
213fd9fa
PA
7942019-07-04 Pedro Alves <palves@redhat.com>
795
796 * lib/gdb.exp (foreach_with_prefix): Don't return early if
797 body returned ok(0), break(3) or continue(4).
798 * gdb.testsuite/foreach_with_prefix.exp: New file.
799
2b40fda7
AH
8002019-07-04 Alan Hayward <alan.hayward@arm.com>
801
802 * gdb.server/unittest.exp: Allow 0 unit tests to run.
803
a26c8de0
PA
8042019-07-03 Pedro Alves <palves@redhat.com>
805
806 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
807 "return -code".
808
5f4ba3e7
PA
8092019-07-03 Pedro Alves <palves@redhat.com>
810
811 PR cli/24732
812 * gdb.base/shell.exp: Load completion-support.exp.
813 Adjust expected error output. Add completion tests.
814
a994424f
PA
8152019-07-03 Pedro Alves <palves@redhat.com>
816
817 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
818 string_to_regexp.
819
3d9be6f5
PA
8202019-07-03 Pedro Alves <palves@redhat.com>
821
822 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
823 (expect_integer): Adjust to expect "-string".
824 (expect_string): New.
825 (all_options): Expect "-string".
826 (test-flag, test-boolean): Adjust to expect "-string".
827 (test-string): New proc.
828 (top level): Call it.
829
41fc454c
PA
8302019-07-03 Pedro Alves <palves@redhat.com>
831
832 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
833 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
834 the expected output in the success.
835
b2b2a215
PA
8362019-07-03 Pedro Alves <palves@redhat.com>
837
838 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
839 Split one gdb_test_multiple call in two to avoid a race.
840
fdbc9870
PA
8412019-07-03 Pedro Alves <palves@redhat.com>
842
843 * gdb.base/with.c: New file.
844 * gdb.base/with.exp: New file.
845
c6ac8931
PA
8462019-07-03 Pedro Alves <palves@redhat.com>
847
848 * gdb.base/settings.exp: Replace all references to "maint
849 test-settings set" with references to "maint set test-settings",
850 and all references to "maint test-settings show" with references
851 to "maint show test-settings".
852
970f9d09
PA
8532019-07-03 Pedro Alves <palves@redhat.com>
854
855 * gdb.base/settings.exp (test-string): Adjust expected out when
856 testing "maint test-settings show filename"
857
54d66006
PA
8582019-07-02 Pedro Alves <palves@redhat.com>
859
860 * gdb.base/options.exp (test-info-threads): New procedure.
861 (top level): Call it.
862
10d06d82
TT
8632019-06-28 Tom Tromey <tromey@adacore.com>
864
865 * gdb.dwarf2/ada-linkage-name.c: New file.
866 * gdb.dwarf2/ada-linkage-name.exp: New file.
867
3d507ff2
TT
8682019-06-27 Tom Tromey <tromey@adacore.com>
869
870 * gdb.cp/constexpr-field.exp: Use setup_xfail.
871
8af58ffe
TV
8722019-06-26 Tom de Vries <tdevries@suse.de>
873
874 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
875
22e21752
TV
8762019-06-26 Tom de Vries <tdevries@suse.de>
877
878 * gdb.base/index-cache.exp: Add back missing debug option.
879
b65b566c
PW
8802019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
881
882 * gdb.base/alias.exp: Test non matching/non existing prefixes.
883
5c2c8c69
TV
8842019-06-25 Tom de Vries <tdevries@suse.de>
885
886 PR testsuite/24727
887 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
888
164e3873
TV
8892019-06-24 Tom de Vries <tdevries@suse.de>
890
891 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
892
824eacee
TV
8932019-06-24 Tom de Vries <tdevries@suse.de>
894
895 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
896 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
897 * gdb.trace/unavailable-dwarf-piece.exp: Same.
898
385b97d3
TV
8992019-06-24 Tom de Vries <tdevries@suse.de>
900
901 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
902
c596f180
TV
9032019-06-21 Tom de Vries <tdevries@suse.de>
904
905 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
906
b13a7d03
TV
9072019-06-21 Tom de Vries <tdevries@suse.de>
908
909 PR testsuite/24518
910 PR ada/24713
911 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
912 index.
913
899277ae
TT
9142019-06-19 Tom Tromey <tromey@adacore.com>
915
916 * gdb.ada/length_cond.exp: Add intro comment.
917
680e1bee
TT
9182019-06-19 Tom Tromey <tromey@adacore.com>
919
920 * gdb.ada/length_cond.exp: New file.
921 * gdb.ada/length_cond/length_cond.adb: New file.
922 * gdb.ada/length_cond/pck.adb: New file.
923 * gdb.ada/length_cond/pck.ads: New file.
924
0ed4690a
TV
9252019-06-18 Tom de Vries <tdevries@suse.de>
926
927 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
928
d20ed5fd
TT
9292019-06-18 Tom Tromey <tromey@adacore.com>
930
931 * gdb.base/list0.h: Add comment explaining control character.
932
86e04673
TV
9332019-06-18 Tom de Vries <tdevries@suse.de>
934
935 * boards/fission.exp: Break up long debug_flags line.
936
c4973306
SM
9372019-06-16 Tom de Vries <tdevries@suse.de>
938
939 PR gdb/24445
940 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
941 generated index.
942
93cb9841
AB
9432019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
944
945 PR gdb/24686
946 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
947 improve detection of bug gdb/24541.
948
399aaebd
SM
9492019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
950
951 PR gdb/24669
952 * gdb.base/index-cache.exp (uses_readnow,
953 expecting_index_cache_use): Define global variable.
954 (test_cache_enabled_miss, test_cache_enabled_hit): Use
955 expecting_index_cache_use.
956
584a927c
AB
9572019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
958 Andrew Burgess <andrew.burgess@embecosm.com>
959
960 * gdb.fortran/pointers.f90: New file.
961 * gdb.fortran/print_type.exp: New file.
962 * gdb.fortran/vla-ptype.exp: Adapt expected results.
963 * gdb.fortran/vla-type.exp: Likewise.
964 * gdb.fortran/vla-value.exp: Likewise.
965 * gdb.mi/mi-vla-fortran.exp: Likewise.
966
30056ea0
AB
9672019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
968
969 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
970 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
971 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
972 as a stop reason.
973
ec8e2b6d
AB
9742019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
975
976 * gdb.base/annota1.exp: Update expected results.
977 * gdb.cp/annota2.exp: Likewise.
978 * gdb.cp/annota3.exp: Likewise.
979
09e4c4e1
AB
9802019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
981
982 * gdb.base/style-logging.exp: Remove path from test name.
983
0735b091
TT
9842019-06-14 Tom Tromey <tromey@adacore.com>
985
986 PR gdb/24502:
987 * gdb.base/style-logging.exp: New file.
988
f5686554
TT
9892019-06-14 Tom Tromey <tromey@adacore.com>
990
991 * gdb.base/symfile-warn.exp: New file.
992 * gdb.base/symfile-warn.c: New file.
993
a0c1ffed
TT
9942019-06-14 Tom Tromey <tromey@adacore.com>
995
996 * gdb.base/annotate-symlink.exp: New file.
997
f411722c
TT
9982019-06-14 Tom Tromey <tromey@adacore.com>
999
1000 * gdb.ada/set_wstr.exp: Add reassignment test.
1001
4268ec18
TT
10022019-06-14 Tom Tromey <tromey@adacore.com>
1003
1004 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1005 'unchecked_access and 'unrestricted_access as well.
1006
9a9e394b
TT
10072019-06-14 Tom Tromey <tromey@adacore.com>
1008
1009 PR ada/24539:
1010 * gdb.ada/vla.exp: Update tests.
1011 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1012 pragma.
1013
4c048731
PA
10142019-06-13 Pedro Alves <palves@redhat.com>
1015
1016 * gdb.base/settings.exp (test-integer): Test junk after
1017 "unlimited".
1018
6665660a
PA
10192019-06-13 Pedro Alves <palves@redhat.com>
1020
1021 * gdb.base/options.exp (test-thread-apply): New.
1022 (top level): Call it.
1023
5d707134
PA
10242019-06-13 Pedro Alves <palves@redhat.com>
1025
1026 * gdb.base/options.exp (test-frame-apply): New.
1027 (top level): Test print commands with different "frame apply"
1028 prefixes.
1029
e2a689da
PA
10302019-06-13 Pedro Alves <palves@redhat.com>
1031
e79be6e5 1032 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
1033 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1034 'max_completions' parameter and handle it.
1035 (test_gdb_completion_offers_commands): New.
1036
90a1ef87
PA
10372019-06-13 Pedro Alves <palves@redhat.com>
1038
1039 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1040
d4c16835
PA
10412019-06-13 Pedro Alves <palves@redhat.com>
1042
1043 * gdb.base/options.exp (test-backtrace): New.
1044 (top level): Call it.
1045
2daf894e
PA
10462019-06-13 Pedro Alves <palves@redhat.com>
1047
1048 * gdb.guile/scm-frame-args.exp: Use "set print
1049 raw-frame-arguments" instead of "set print raw frame-arguments".
1050 * gdb.python/py-frame-args.exp: Likewise.
1051
e6ed716c
PA
10522019-06-13 Pedro Alves <palves@redhat.com>
1053
1054 * gdb.compile/compile.exp: Adjust expected output to option
1055 processing changes.
1056
7d8062de
PA
10572019-06-13 Pedro Alves <palves@redhat.com>
1058
1059 * gdb.base/options.exp: Build executable.
1060 (test-print): New procedure.
1061 (top level): Call it, once for "print" and another for "compile
1062 print".
1063
9d0faba9
PA
10642019-06-13 Pedro Alves <palves@redhat.com>
1065
1066 * gdb.base/options.c: New file.
1067 * gdb.base/options.exp: New file.
1068
dee7b4c8
PA
10692019-06-13 Pedro Alves <palves@redhat.com>
1070
1071 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1072 that "o" is ambiguous.
1073
dca0f6c0
PA
10742019-06-13 Pedro Alves <palves@redhat.com>
1075
1076 * gdb.base/settings.c: New file.
1077 * gdb.base/settings.exp: New file.
1078
ccf46844
PA
10792019-06-13 Pedro Alves <palves@redhat.com>
1080
1081 * gdb.base/completion.exp: Fix comment typo.
1082
b9a3f842
PA
10832019-06-13 Pedro Alves <palves@redhat.com>
1084
1085 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1086 foo --1" test.
1087
d106773e
PA
10882019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1089
1090 * gdb.fortran/block-data.f: New.
1091 * gdb.fortran/block-data.exp: New.
1092
fea82da0
TV
10932019-06-11 Tom de Vries <tdevries@suse.de>
1094
1095 PR testsuite/24521
1096 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1097 message.
1098
8c2e74f1
TV
10992019-06-11 Tom de Vries <tdevries@suse.de>
1100
1101 PR testsuite/24521
1102 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1103
b49851c8
TV
11042019-06-11 Tom de Vries <tdevries@suse.de>
1105
1106 * boards/readnow.exp: New file.
1107
a7067863
AB
11082019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1109
1110 * gdb.fortran/vla-sizeof.exp: Update expected results.
1111
1a3da2cd
AB
11122019-06-06 Amos Bird <amosbird@gmail.com>
1113
1114 * gdb.base/annota1.exp (thread_switch): Add test for
1115 thread-exited annotation.
1116
3847a7bf
TT
11172019-06-06 Tom Tromey <tromey@adacore.com>
1118
1119 * gdb.base/maint.exp: Expect command started/finished output.
1120
0088ba59
AB
11212019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1122
1123 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1124 comment.
1125 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1126
312617a3
AB
11272019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1128
1129 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1130 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1131 * gdb.arch/riscv-unwind-long-insn.c: New file.
1132 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1133
e1f2e1a2
CB
11342019-06-04 Christian Biesinger <cbiesinger@google.com>
1135
d3238f7d 1136 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 1137
206584bd
PW
11382019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1139
1140 * lib/gdb.exp (help_list_trailer): New regexp variable
1141 factorizing the help trailer message.
1142 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1143 arg to allow to better factorize various tests.
1144 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1145 (test_prefix_command_help): Use help_list_trailer.
1146 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1147 * gdb.guile/scm-cmd.exp: Likewise.
1148 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1149 * gdb.base/help.exp: Use test_user_defined_class_help.
1150 * gdb.base/style.exp: Add tests for styling of help and apropos.
1151 * lib/gdb-utils.exp (style): Add title and highlight styles.
1152
708dc93e
PW
11532019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1154
1155 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1156 $_shell_exitsignal.
1157 * gdb.base/default.exp: Update for new convenience variables.
1158
f49055a5
TT
11592019-05-29 Tom Tromey <tromey@adacore.com>
1160
1161 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1162 to "break complete ada" test case's regexp.
1163
4330d61d
TT
11642019-05-29 Tom Tromey <tromey@adacore.com>
1165
1166 PR c++/20020:
1167 * gdb.cp/constexpr-field.exp: New file.
1168 * gdb.cp/constexpr-field.cc: New file.
1169
000439d5
TT
11702019-05-29 Tom Tromey <tromey@adacore.com>
1171
1172 * gdb.base/finish.exp (finish_no_print): New proc.
1173 (finish_tests): Call it.
1174
5a01c34c
TV
11752019-05-24 Tom de Vries <tdevries@suse.de>
1176
1177 * gdb.dwarf2/gdb-add-index.exp: New file.
1178
18125b16
TT
11792019-05-22 Tom Tromey <tromey@adacore.com>
1180
1181 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1182 * gdb.base/style.exp: Use "style".
1183 * lib/gdb-utils.exp (style): New proc.
1184
af1a8d03
TV
11852019-05-22 Tom de Vries <tdevries@suse.de>
1186
1187 * gdb.base/align.exp: Require c++11.
1188
e7fe496b
TV
11892019-05-22 Tom de Vries <tdevries@suse.de>
1190
1191 PR testsuite/24586
1192 * gdb.python/py-mi-var-info-path-expression.exp: Call
1193 mi_skip_python_tests to check if python is supported.
1194
8fca4da0
AH
11952019-05-22 Alan Hayward <alan.hayward@arm.com>
1196
1197 * gdb.arch/aarch64-pauth.c: New test.
1198 * gdb.arch/aarch64-pauth.exp: New file.
1199
b7060614
AH
12002019-05-22 Alan Hayward <alan.hayward@arm.com>
1201
1202 * README (Re-running Tests Outside The Testsuite): New section.
1203
669d0468
TV
12042019-05-21 Tom de Vries <tdevries@suse.de>
1205
1206 * gdb.arch/amd64-eval.exp: Require c++11.
1207 * gdb.base/max-depth.exp: Same.
1208 * gdb.compile/compile-cplus-array-decay.exp: Same.
1209 * gdb.cp/meth-typedefs.exp: Same.
1210 * gdb.cp/subtypes.exp: Same.
1211 * gdb.cp/temargs.exp: Same.
1212
ce3ebcaa
AH
12132019-05-21 Alan Hayward <alan.hayward@arm.com>
1214
1215 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1216
34d11c68
AB
12172019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1218
1219 PR gdb/18644
1220 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1221 * gdb.fortran/printing-types.exp: Add new test.
1222 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1223 testing.
1224 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1225 setup_kfail call.
1226
87781e84
AH
12272019-05-17 Alan Hayward <alan.hayward@arm.com>
1228
1229 * README (Running the Testsuite): Change example.
1230 (Testsuite Parameters): Remove TRANSCRIPT.
1231 * lib/gdb.exp: Remove TRANSCRIPT check.
1232
b420b89e
AH
12332019-05-17 Alan Hayward <alan.hayward@arm.com>
1234
1235 * README (Testsuite Parameters): Add replay logging to
1236 GDBSERVER_DEBUG.
1237 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1238 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1239 as a comma separated list.
1240 (gdb_debug_init): Override procedure.
1241
408e9b8b
AH
12422019-05-17 Alan Hayward <alan.hayward@arm.com>
1243
1244 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1245 (gdb_write_cmd_file): New procedure.
1246 * lib/gdbserver-support.exp (gdbserver_start): Call
1247 gdbserver_write_cmd_file.
1248 (gdbserver_write_cmd_file): New procedure.
1249
f9e2e39d
AH
12502019-05-17 Alan Hayward <alan.hayward@arm.com>
1251
1252 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1253 (delete_breakpoints): Likewise.
1254 (gdb_run_cmd): Likewise.
1255 (gdb_start_cmd): Likewise.
1256 (gdb_starti_cmd): Likewise.
1257 (gdb_internal_error_resync): Likewise.
1258 (gdb_test_multiple): Likewise.
1259 (gdb_reinitialize_dir): Likewise.
1260 (default_gdb_exit): Likewise.
1261 (gdb_file_cmd): Mark kill as optional.
1262 (default_gdb_start): Call gdb_stdin_log_init.
1263 (send_gdb): Call gdb_stdin_log_write.
1264 (rerun_to_main): Mark Y as an answer.
1265 (gdb_stdin_log_init): New function.
1266 (gdb_stdin_log_write): Likewise.
1267
81f47ac2
AH
12682019-05-17 Alan Hayward <alan.hayward@arm.com>
1269
1270 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1271 * gdb.base/debug-expr.exp: Likewise.
1272 * gdb.base/foll-fork.exp: Likewise.
1273 * gdb.base/foll-vfork.exp: Likewise.
1274 * gdb.base/fork-print-inferior-events.exp: Likewise.
1275 * gdb.base/gdb-sigterm.exp: Likewise.
1276 * gdb.base/gdbinit-history.exp: Likewise.
1277 * gdb.base/osabi.exp: Likewise.
1278 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1279 * gdb.base/ui-redirect.exp: Likewise.
1280 * gdb.gdb/unittest.exp: Likewise.
1281 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1282 * gdb.mi/mi-watch.exp: Likewise.
1283 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1284 * gdb.mi/user-selected-context-sync.exp: Likewise.
1285 * gdb.python/python.exp: Disable debug test when debugging.
1286 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1287 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1288 Likewise.
1289 * gdb.threads/stepi-random-signal.exp: Likewise.
1290
29b52314
AH
12912019-05-17 Alan Hayward <alan.hayward@arm.com>
1292
1293 * Makefile.in: Pass through GDB_DEBUG.
1294 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1295 (gdb,debug): Add board setting.
1296 * lib/gdb.exp (default_gdb_start): Start debugging.
1297 (gdb_debug_enabled): New procedure.
1298 (gdb_debug_init): Likewise.
29b52314
AH
1299
13002019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 1301
29b52314
AH
1302 * Makefile.in: Pass through GDB_DEBUG.
1303 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1304 (gdb,debug): Add board setting.
1305 * lib/gdb.exp (default_gdb_start): Start debugging.
1306 (gdb_debug_enabled): New procedure.
1307 (gdb_debug_init): Likewise.
29b52314 1308
ca1285d1
AH
13092019-05-17 Alan Hayward <alan.hayward@arm.com>
1310
1311 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1312
f3a09c80
AH
13132019-05-17 Alan Hayward <alan.hayward@arm.com>
1314
1315 * gdb.base/ui-redirect.exp: Test redirection.
1316
26648588
JV
13172019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1318
1319 * gdb.mi/mi-complete.exp: New file.
1320 * gdb.mi/mi-complete.cc: Likewise.
1321
14237686
AB
13222019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1323
1324 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1325 indexed and sliced arrays, and pointers to arrays.
1326
e7bd7fba
TT
13272019-05-14 Tom Tromey <tromey@adacore.com>
1328
1329 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1330 styling test.
1331
2764128d
TV
13322019-05-14 Tom de Vries <tdevries@suse.de>
1333
1334 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1335 selection entry encoding.
1336
71bed2db
TT
13372019-05-10 Tom Tromey <tromey@adacore.com>
1338
1339 * gdb.ada/info_exc.exp: Add "complete" test.
1340
63b667ad
TV
13412019-05-09 Tom de Vries <tdevries@suse.de>
1342
1343 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1344 CU-relative.
1345
9cfd2b89
TV
13462019-05-09 Tom de Vries <tdevries@suse.de>
1347
1348 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1349 CU-relative.
1350
2228ef77
XR
13512019-05-08 Joel Brobecker <brobecker@adacore.com>
1352
1353 * gdb.ada/frame_arg_lang.exp: New testcase.
1354 * gdb.ada/frame_arg_lang/bla.adb: New file.
1355 * gdb.ada/frame_arg_lang/pck.ads: New file.
1356 * gdb.ada/frame_arg_lang/pck.adb: New file.
1357 * gdb.ada/frame_arg_lang/foo.c: New file.
1358
80e55b13
TT
13592019-05-08 Tom Tromey <tromey@adacore.com>
1360
1361 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1362
9d3421af
TT
13632019-05-08 Tom Tromey <tromey@adacore.com>
1364
1365 * gdb.base/ptype-offsets.exp: Update tests.
1366
844333e2
TT
13672019-05-08 Tom Tromey <tromey@adacore.com>
1368
1369 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1370 cases.
1371 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1372 "short".
1373
988915ee
TT
13742019-05-08 Tom Tromey <tromey@adacore.com>
1375
1376 * gdb.ada/vla.exp: New file.
1377 * gdb.ada/vla/vla.adb: New file.
1378
7bd55dac
TV
13792019-05-07 Tom de Vries <tdevries@suse.de>
1380
1381 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1382
75f06e9d
TV
13832019-05-07 Tom de Vries <tdevries@suse.de>
1384
1385 PR testsuite/24522
1386 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1387 section.
1388
77e7aaa4
TV
13892019-05-07 Tom de Vries <tdevries@suse.de>
1390
1391 PR testsuite/24522
1392 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1393 .debug_aranges section.
1394
456ba0fa
TV
13952019-05-07 Tom de Vries <tdevries@suse.de>
1396
1397 PR testsuite/24159
1398 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1399
5a56d6a6
TV
14002019-05-06 Tom de Vries <tdevries@suse.de>
1401
1402 * lib/gdb.exp (exec_has_index_section): New proc.
1403 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1404 section.
1405
9d6d4be8
TV
14062019-05-04 Tom de Vries <tdevries@suse.de>
1407
1408 * boards/cc-with-debug-names.exp: New file.
1409
222a8d25
TT
14102019-05-03 Tom Tromey <tromey@adacore.com>
1411
1412 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1413 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1414 * gdb.ada/char_enum.exp: Add test.
1415
0fdfd794
TV
14162019-05-03 Tom de Vries <tdevries@suse.de>
1417
1418 * boards/cc-with-gdb-index.exp: New file.
1419
80062eb9
AB
14202019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1421
1422 * gdb.rust/simple.exp: Add new test case.
1423 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1424 (main): Initialise an instance of the new struct.
1425
4504bbde
TT
14262019-05-01 Tom Tromey <tromey@adacore.com>
1427
1428 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1429 record.
1430 (NPR): New variable.
1431 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1432 test.
1433
d48e62f4
TT
14342019-05-01 Tom Tromey <tromey@adacore.com>
1435
1436 * gdb.ada/packed_array_assign.exp: Add packed assignment
1437 regression test.
1438
f59f30f5
TV
14392019-05-01 Tom de Vries <tdevries@suse.de>
1440
1441 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1442
b70bfc54
TV
14432019-05-01 Tom de Vries <tdevries@suse.de>
1444
1445 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1446
15f18d14
AT
14472019-04-30 Ali Tamur <tamur@google.com>
1448
1449 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1450
2ff0a947
TT
14512019-04-30 Tom Tromey <tromey@adacore.com>
1452
1453 * lib/ada.exp (find_ada_tool): New proc.
1454 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1455 * gdb.ada/catch_ex_std.exp: New file.
1456 * gdb.ada/catch_ex_std/foo.adb: New file.
1457 * gdb.ada/catch_ex_std/some_package.adb: New file.
1458 * gdb.ada/catch_ex_std/some_package.ads: New file.
1459
a776957c
TT
14602019-04-30 Tom Tromey <tromey@adacore.com>
1461
1462 PR c++/24470:
1463 * gdb.cp/temargs.cc: Add test code from PR.
1464
bc68014d
AB
14652019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1466
1467 * gdb.fortran/vla-datatypes.exp: Update expected results.
1468 * gdb.fortran/vla-ptype.exp: Likewise.
1469 * gdb.fortran/vla-type.exp: Likewise.
1470 * gdb.fortran/vla-value.exp: Likewise.
1471
f1fdc960
AB
14722019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1473
1474 * gdb.fortran/ptr-indentation.exp: Update expected results.
1475 * gdb.fortran/ptype-on-functions.exp: Likewise.
1476 * gdb.fortran/vla-ptr-info.exp: Likewise.
1477 * gdb.fortran/vla-value.exp: Likewise.
1478
bf7a4de1
AB
14792019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1480
1481 * gdb.fortran/ptype-on-functions.exp: New file.
1482 * gdb.fortran/ptype-on-functions.f90: New file.
1483
bbe75b9d
AB
14842019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1485
1486 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1487 case void string.
1488
1db455a7
AB
14892019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1490
1491 * gdb.fortran/complex.exp: Expand.
1492 * gdb.fortran/complex.f: Renamed to...
1493 * gdb.fortran/complex.f90: ...this, and extended to add more
1494 complex values.
1495
b6d03bb2
AB
14962019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1497
1498 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1499 MODULO, CMPLX.
1500
2e62ab40
AB
15012019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1502 Richard Bunt <richard.bunt@arm.com>
1503
1504 * gdb.base/max-depth.c: New file.
1505 * gdb.base/max-depth.exp: New file.
1506 * gdb.python/py-nested-maps.c: New file.
1507 * gdb.python/py-nested-maps.exp: New file.
1508 * gdb.python/py-nested-maps.py: New file.
1509 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1510 (test_all_common): Call test_max_depth.
1511 * gdb.fortran/max-depth.exp: New file.
1512 * gdb.fortran/max-depth.f90: New file.
1513 * gdb.go/max-depth.exp: New file.
1514 * gdb.go/max-depth.go: New file.
1515 * gdb.modula2/max-depth.exp: New file.
1516 * gdb.modula2/max-depth.c: New file.
1517 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1518
d2b584a5
TV
15192019-04-29 Tom de Vries <tdevries@suse.de>
1520
1521 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1522
136afab8
PW
15232019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1524
1525 * gdb.base/callexit.exp: Test may-call-functions off.
1526
725cbb63
KS
15272019-04-25 Keith Seitz <keiths@redhat.com>
1528
1529 PR c++/24367
1530 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1531 (another_incomplete_struct, test_incomplete): New definitions.
1532 (main): Use new definitions.
1533 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1534 functions.
1535
82433e3e
SDJ
15362019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1537
1538 PR corefiles/11608
1539 PR corefiles/18187
1540 * gdb.base/coredump-filter-build-id.exp: New file.
1541
dd06d4d6
AH
15422019-04-25 Alan Hayward <alan.hayward@arm.com>
1543
e79be6e5
SM
1544 * Makefile.in: Pass through GDBSERVER_DEBUG.
1545 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1546 (gdbserver,debug): Add board setting.
1547 * gdb.trace/tspeed.exp: Skip when debugging.
1548 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1549 * lib/gdbserver-support.exp: Likewise
dd06d4d6 1550
1670072e
TT
15512019-04-24 Tom Tromey <tromey@adacore.com>
1552
1553 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1554 Rust.
1555
a59240a4
TT
15562019-04-24 Tom Tromey <tromey@adacore.com>
1557
1558 * gdb.arch/amd64-eval.exp: Test bitfield return.
1559 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1560 (class Foo) <return_bitfields>: New method.
1561 (main): Call it.
1562
b907456c
AB
15632019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1564
1565 * gdb.cp/many-args.cc: New file.
1566 * gdb.cp/many-args.exp: New file.
1567
5c565afd
TV
15682019-04-23 Tom de Vries <tdevries@suse.de>
1569
1570 PR gdb/24433
1571 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1572
ba22ff86
AH
15732019-04-23 Alan Hayward <alan.hayward@arm.com>
1574
1575 * gdb.trace/backtrace.exp: Use nopie flag.
1576 * gdb.trace/circ.exp: Likewise.
1577 * gdb.trace/collection.exp: Likewise.
1578 * gdb.trace/ftrace.exp: Likewise.
1579 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1580 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1581 * gdb.trace/qtro.exp: Likewise.
1582 * gdb.trace/read-memory.exp: Likewise.
1583 * gdb.trace/report.exp: Likewise.
1584 * gdb.trace/tfile.exp: Likewise.
1585 * gdb.trace/tfind.exp: Likewise.
1586 * gdb.trace/unavailable.exp: Likewise.
1587
7905fc35
PA
15882019-04-22 Pedro Alves <palves@redhat.com>
1589
1590 * gdb.base/solib-probes-nosharedlibrary.c,
1591 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1592
8ecb59f8
TT
15932019-04-19 Tom Tromey <tromey@adacore.com>
1594
1595 * gdb.ada/ptype_union.c: New file.
1596 * gdb.ada/ptype_union.exp: New file.
1597
62160ec9
TT
15982019-04-19 Tom Tromey <tromey@adacore.com>
1599
1600 PR symtab/24423:
1601 * gdb.base/list0.h (foo): Add a control-l character.
1602
36cd4ba5
TV
16032019-04-18 Tom de Vries <tdevries@suse.de>
1604
1605 PR gdb/24433
1606 * boards/local-board.exp: Set sysroot to "".
1607
b73715df
TV
16082019-04-18 Tom de Vries <tdevries@suse.de>
1609 Pedro Alves <palves@redhat.com>
1610
1611 PR gdb/24454
1612 * gdb.threads/vfork-follow-child-exec.c: New file.
1613 * gdb.threads/vfork-follow-child-exec.exp: New file.
1614 * gdb.threads/vfork-follow-child-exit.c: New file.
1615 * gdb.threads/vfork-follow-child-exit.exp: New file.
1616
4aa866af
LS
16172019-04-15 Leszek Swirski <leszeks@google.com>
1618
1619 * gdb.arch/amd64-eval.cc: New file.
1620 * gdb.arch/amd64-eval.exp: New file.
1621
e5a1a79a
AH
16222019-04-11 Alan Hayward <alan.hayward@arm.com>
1623
1624 * gdb.server/sysroot.c: New test.
1625 * gdb.server/sysroot.exp: New file.
1626 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1627 matching param.
1628
41077b66
AB
16292019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1630
1631 * gdb.base/align.exp: Extend test to cover structures containing
1632 only static fields.
1633
c30391f8
TV
16342019-04-11 Tom de Vries <tdevries@suse.de>
1635
1636 * boards/cc-with-dwz-m.exp: New file.
1637 * boards/cc-with-dwz.exp: New file.
1638 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1639
e242fd12
SM
16402019-04-09 Simon Marchi <simon.marchi@efficios.com>
1641
1642 * gdb.base/start-cpp.exp: New file.
1643 * gdb.base/start-cpp.cc: New file.
1644
2b0c8b01
KB
16452019-04-08 Kevin Buettner <kevinb@redhat.com>
1646
1647 * gdb.python/py-thrhandle.exp: Adjust tests to call
1648 thread_from_handle instead of thread_from_thread_handle.
1649
947210e5
KB
16502019-04-08 Kevin Buettner <kevinb@redhat.com>
1651
1652 * gdb.python/py-thrhandle.exp: Add tests for
1653 gdb.InferiorThread.handle.
1654
d7df6549
AB
16552019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1656
1657 * gdb.python/py-function.exp: Check calling helper function from
1658 all languages.
1659 * lib/gdb.exp (gdb_supported_languages): New proc.
1660
8bdc1658
AB
16612019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1662
1663 * gdb.base/complex-parts.c: New file.
1664 * gdb.base/complex-parts.exp: New file.
1665
05caa1d2
TT
16662019-04-01 Tom Tromey <tromey@adacore.com>
1667
1668 PR symtab/23331:
1669 * gdb.dwarf2/dw2-ranges-main.c: New file.
1670 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1671 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1672
7734102d
EZ
16732019-03-30 Simon Marchi <simark@simark.ca>
1674
1675 * gdb.base/default.exp: Add values for $_gdb_major and
1676 $_gdb_minor.
1677
188e1fa9
TT
16782019-03-29 Tom Tromey <tromey@adacore.com>
1679
1680 * gdb.base/help.exp: Tighten apropos regexp.
1681
2880242d
KS
16822019-03-29 Keith Seitz <keiths@redhat.com>
1683
1684 * gdb.fortran/array-bounds.exp: New file.
1685 * gdb.fortran/array-bounds.f90: New file.
1686
077cad8e
PW
16872019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1688
1689 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1690
80047cfc
PW
16912019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1692
1693 * gdb.multi/hello.c (main): Increase alarm timer.
1694
f489207e
SL
16952019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1696
1697 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1698 factor when no hardware watchpoint support.
1699
c92df149
AH
17002019-03-28 Alan Hayward <alan.hayward@arm.com>
1701 Pedro Alves <palves@redhat.com>
1702
1703 * boards/local-board.exp: set sysroot to /.
1704
933aebfa
AH
17052019-03-27 Alan Hayward <alan.hayward@arm.com>
1706
1707 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1708 in child.
1709
9f9aa852
AB
17102019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1711
1712 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1713 field.
1714 (make_container): Initialise new field.
1715 * gdb.python/py-prettyprint.exp: Add new tests.
1716 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1717 <display_hint>: New method.
1718
3714a195
AB
17192019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1720
1721 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1722 gdb_continue_to_breakpoint more throughout this test.
1723 (run_lang_tests) Supply unique test names, and use
1724 gdb_test_no_output.
1725
18c77628
AB
17262019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1727
1728 * gdb.base/finish-pretty.exp: Update expected results.
1729 * gdb.base/pretty-print.c: New file.
1730 * gdb.base/pretty-print.exp: New file.
1731
9a93502f
PA
17322019-03-25 Pedro Alves <palves@redhat.com>
1733
1734 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1735 move comments outside list. Append '-i "" eof' section.
1736
968aa7ae
AH
17372019-03-22 Alan Hayward <alan.hayward@arm.com>
1738
1739 * README: Add pie options.
1740 * gdb.base/break-interp.exp: Ensure pie is disabled.
1741 * gdb.base/dump.exp: Likewise.
1742 * lib/gdb.exp (gdb_compile): Add pie option.
1743
4c7d57e7
TT
17442019-03-19 Tom Tromey <tromey@adacore.com>
1745
1746 * gdb.mi/mi2-cli-display.c: New file.
1747 * gdb.mi/mi2-cli-display.exp: New file.
1748
bff8c71f
TT
17492019-03-18 Joel Brobecker <brobecker@adacore.com>
1750 Tom Tromey <tromey@adacore.com>
1751
1752 * gdb.ada/ptype_array/pck.adb: New file.
1753 * gdb.ada/ptype_array/pck.ads: New file.
1754 * gdb.ada/ptype_array/foo.adb: New file.
1755 * gdb.ada/ptype_array.exp: New file.
1756
d085f989
TT
17572019-03-14 Tom Tromey <tromey@adacore.com>
1758
1759 * gdb.base/style.exp: Add "set style sources" test.
1760
b4be1b06
SM
17612019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1762
1763 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1764 * mi-breakpoint-multiple-locations.exp: ... this.
1765 (make_breakpoints_pattern): New proc.
1766 (do_test): Add mi_version parameter, test -break-insert,
1767 -break-info and =breakpoint-created.
1768
7cde5fc2
AB
17692019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1770
1771 * config/default.exp: Remove 'load_lib gdb.exp'.
1772 * config/monitor.exp: Likewise.
1773 * config/sid.exp: Likewise.
1774 * config/sim.exp: Likewise.
1775 * config/slite.exp: Likewise.
1776 * config/unix.exp: Likewise.
1777 * gdb.base/default.exp: Remove unhelpful comment.
1778
efbecbc1
AB
17792019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1780
1781 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1782
0841c79a
AB
17832019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1784
1785 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1786
4a270568
AB
17872019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1788
1789 * gdb.fortran/type-kinds.exp: Update expected results.
1790
067630bd
AB
17912019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1792
1793 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1794
3be47f7a
AB
17952019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1796
1797 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1798 function.
1799 (test_basic_parsing_of_type_kinds): Expand types tested.
1800 (test_parsing_invalid_type_kinds): New function.
1801
4d00f5d8
AB
18022019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1803
1804 * gdb.fortran/intrinsics.exp: New file.
1805 * gdb.fortran/intrinsics.f90: New file.
1806 * gdb.fortran/type-kinds.exp: New file.
1807
c8f91604
AB
18082019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1809
1810 * gdb.fortran/dot-ops.exp: New file.
1811
dd9f2c76
AB
18122019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1813
1814 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1815 Check upper and lower case logical literals.
1816
84ec9724
AB
18172019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1818
1819 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1820 Remove duplicate tests.
1821
c3734e09
AH
18222019-03-06 Alan Hayward <alan.hayward@arm.com>
1823
1824 * lib/gdb.exp (builtin_cd): rename of cd.
1825 (cd): Override builtin.
1826
aa3cfbda
RB
18272019-03-06 Richard Bunt <richard.bunt@arm.com>
1828
1829 * gdb.fortran/function-calls.exp: New file.
1830 * gdb.fortran/function-calls.f90: New test.
1831
7b63ad86
RB
18322019-03-04 Richard Bunt <richard.bunt@arm.com>
1833
1834 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1835 on user program standard output.
1836 * gdb.fortran/short-circuit-argument-list.f90: Record function
1837 calls.
1838
01abb042
AH
18392019-02-28 Alan Hayward <alan.hayward@arm.com>
1840
c3734e09
AH
1841 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1842 failure.
01abb042 1843
92137da0
RO
18442019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1845
1846 PR gdb/8527
1847 * gdb.base/interrupt-daemon-attach.c,
1848 gdb.base/interrupt-daemon-attach.exp: New test.
1849
5862844d
PA
18502019-02-27 Pedro Alves <palves@redhat.com>
1851
1852 * gdb.base/page.exp: Add tests for "set width/height -1".
1853
8ed25214
PA
18542019-02-27 Pedro Alves <palves@redhat.com>
1855
1856 * gdb.base/page.exp: Add tests for "set/show width/height" with
1857 "infinite" values.
1858
6c28e44a
TT
18592019-02-27 Tom Tromey <tromey@adacore.com>
1860
1861 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1862 2.4.
1863 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1864 workaround.
1865
bf9a735e
AB
18662019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1867
1868 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1869 tests for structs with static members.
1870
8791793c
TT
18712019-02-26 Tom Tromey <tromey@adacore.com>
1872
1873 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1874 ValueError, not TypeError.
1875
bc2a507e
KB
18762019-02-26 Kevin Buettner <kevinb@redhat.com>
1877
1878 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1879 call from main program.
1880
e0e7d3bd
JB
18812019-02-23 Joel Brobecker <brobecker@adacore.com>
1882
1883 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1884 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1885 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1886 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1887 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1888
9600246d
KS
18892019-02-22 Keith Seitz <keiths@redhat.com>
1890
1891 PR symtab/23853
1892 * gdb.base/symlink-sourcefile.c: New file.
1893 * gdb.base/symlink-sourcefile.exp: New file.
1894
0c95f9ed
TT
18952019-02-20 Tom Tromey <tom@tromey.com>
1896
1897 * gdb.base/info_qt.exp: Update.
1898
6caa91b6
SM
18992019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1900
1901 * gdb.base/source.exp: Move "error in sourced script" code to
1902 the end.
1903 * gdb.base/source-error.gdb: Move contents to
1904 source-error-1.gdb. Add new code to source source-error-1.gdb.
1905 * gdb.base/source-error-1.gdb: New file, from previous
1906 source-error.gdb.
1907
6506371f
TT
19082019-02-17 Tom Tromey <tom@tromey.com>
1909
1910 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1911 for macro styling.
1912 * gdb.base/style.c (SOME_MACRO): New macro.
1913
a0087920
TT
19142019-02-17 Tom Tromey <tom@tromey.com>
1915
1916 * gdb.base/style.exp: Add line-wrapping tests.
1917 * gdb.base/page.exp: Add test for quitting during pagination.
1918
a2cd4f14
JB
19192019-02-17 Joel Brobecker <brobecker@adacore.com>
1920
1921 * gdb.ada/big_packed_array: New testcase.
1922 * gdb.ada/homonym.exp: Fix incorrect expected output for
1923 "break <homonym__get_value>" test.
1924
9d70ffbc
WP
19252019-02-13 Weimin Pan <weimin.pan@oracle.com>
1926
1927 PR breakpoints/21870
1928 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1929 and prepare_for_testing. Add comment.
1930 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1931 redundant cleanup call. Clean up comment.
1932
01c7ae81
WP
19332019-02-12 Weimin Pan <weimin.pan@oracle.com>
1934
1935 PR breakpoints/21870
1936 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1937 * gdb.arch/aarch64-dbreg-contents.c: New file.
1938
aff29d1c
JB
19392019-02-10 Joel Brobecker <brobecker@adacore.com>
1940
1941 * gdb.ada/mi_ref_changeable: New testcase.
1942
df0da8a2
AH
19432019-02-07 Alan Hayward <alan.hayward@arm.com>
1944
1945 * gdb.base/attach.exp: Add double attach test.
1946
bd447abb
SM
19472019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1948
1949 * lib/gdb.exp (default_gdb_start): Don't match pagination
1950 prompt.
1951 (gdb_init): Set stty_init.
1952
1dbc40b9
TT
19532019-01-27 Tom Tromey <tom@tromey.com>
1954
1955 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1956 skip_python_tests.
1957
353229bf
AH
19582019-01-24 Alan Hayward <alan.hayward@arm.com>
1959
1960 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1961 New structure.
1962 (struct struct_static_02_02): Likewise.
1963 (struct struct_static_02_03): Likewise.
1964 (struct struct_static_02_04): Likewise.
1965 (struct struct_static_04_01): Likewise.
1966 (struct struct_static_04_02): Likewise.
1967 (struct struct_static_04_03): Likewise.
1968 (struct struct_static_04_04): Likewise.
1969 (struct struct_static_06_01): Likewise.
1970 (struct struct_static_06_02): Likewise.
1971 (struct struct_static_06_03): Likewise.
1972 (struct struct_static_06_04): Likewise.
1973 (cmp_struct_static_02_01): Likewise.
1974 (cmp_struct_static_02_02): Likewise.
1975 (cmp_struct_static_02_03): Likewise.
1976 (cmp_struct_static_02_04): Likewise.
1977 (cmp_struct_static_04_01): Likewise.
1978 (cmp_struct_static_04_02): Likewise.
1979 (cmp_struct_static_04_03): Likewise.
1980 (cmp_struct_static_04_04): Likewise.
1981 (cmp_struct_static_06_01): Likewise.
1982 (cmp_struct_static_06_02): Likewise.
1983 (cmp_struct_static_06_03): Likewise.
1984 (cmp_struct_static_06_04): Likewise.
1985 (call_all): Test new structs.
1986 * gdb.base/infcall-nested-structs.exp: Likewise.
1987
73021deb
AH
19882019-01-21 Alan Hayward <alan.hayward@arm.com>
1989 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1990
fc65c7db
AH
19912019-01-21 Alan Hayward <alan.hayward@arm.com>
1992 * gdb.base/stack-protector.c: New test.
1993 * gdb.base/stack-protector.exp: New file.
1994 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1995 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1996 option.
1997 (gdb_compile): Remove stack protector for GCC and prevent
1998 recursion.
1999
c24bdb02
KS
20002019-01-16 Keith Seitz <keiths@redhat.com>
2001
2002 PR gdb/23773
2003 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2004
6f072a10
PFC
20052019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2006
2007 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2008 aliases.
2009 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2010 tests.
2011 * gdb.arch/powerpc-vector-regs.c: New file.
2012 * gdb.arch/powerpc-vector-regs.exp: New file.
2013
a7b8d682
PFC
20142019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2015
2016 * gdb.arch/altivec-regs.exp: Fix the list passed to
2017 gdb_expect_list when testing "info vector".
2018
6eb6fb67
AB
20192019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2020
2021 * gdb.base/style.exp: Don't include path in testname.
2022
b56f80d8
KS
20232019-01-10 Keith Seitz <keiths@redhat.com>
2024
2025 PR gdb/23712
2026 PR symtab/23010
2027 * gdb.dwarf2/multidictionary.exp: New file.
2028
041be526
SM
20292019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2030
2031 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2032 (test_gnuv3_style_demangling): ... this.
2033 (test_lucid_style_demangling): Remove.
2034 (test_arm_style_demangling): Remove.
2035 (test_hp_style_demangling): Remove.
2036 (do_tests): Remove calls to the above.
2037
d820d0c3
AB
20382019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2039
2040 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2041 case.
2042
f097f5ad
TT
20432019-01-06 Tom Tromey <tom@tromey.com>
2044
2045 PR gdb/28155:
2046 * gdb.dwarf2/typedef-void-finish.exp: New file.
2047
2cd8cc0b
TT
20482018-12-28 Tom Tromey <tom@tromey.com>
2049 Simon Marchi <simark@simark.ca>
2050
2051 * gdb.base/jit-exec.exp: New file.
2052 * gdb.base/jit-exec.c: New file.
2053 * gdb.base/jit-execd.c: New file.
2054
35fb8261
TT
20552018-12-28 Tom Tromey <tom@tromey.com>
2056
2057 * gdb.base/style.exp: Update test to check for address styling.
2058
47fd17cd
TT
20592018-12-28 Tom Tromey <tom@tromey.com>
2060
2061 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2062 message.
2063
d47032b7
TT
20642018-12-28 Tom Tromey <tom@tromey.com>
2065
2066 * gdb.base/style.exp: Add test for version number styling.
2067
af79b68d
TT
20682018-12-28 Tom Tromey <tom@tromey.com>
2069
2070 * gdb.base/style.exp: Add test for print_address_symbolic.
2071
0bb296cb
TT
20722018-12-28 Tom Tromey <tom@tromey.com>
2073
2074 * gdb.base/style.exp: Add test for breakpoint setting.
2075
80ae2043
TT
20762018-12-28 Tom Tromey <tom@tromey.com>
2077
2078 * gdb.base/style.exp: Add test for variable names.
2079
cbe56571
TT
20802018-12-28 Tom Tromey <tom@tromey.com>
2081
2082 * gdb.base/style.exp: New file.
2083 * gdb.base/style.c: New file.
2084
9162a27c
TT
20852018-12-28 Tom Tromey <tom@tromey.com>
2086
2087 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2088 "dumb".
2089 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2090 the TERM environment variable.
2091
bc543c90
TT
20922018-12-27 Tom Tromey <tom@tromey.com>
2093
2094 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2095 pagination test.
2096
6f0ffe50
AB
20972018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2098
2099 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2100 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2101
b5a1e557
PW
21022018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2103
2104 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2105 Filename a.adb changed to bp_fun_addr.adb.
2106 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2107
6e8b1ab2
JV
21082018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2109
2110 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2111 non-PIE executables.
2112 * README: Mention the gdb,nopie_flag board setting.
2113 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2114 non-PIE executable.
2115 * gdb.arch/amd64-entry-value.exp: Likewise.
2116 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2117 * gdb.arch/i386-float.exp: Likewise.
2118 * gdb.arch/i386-signal.exp: Likewise.
2119 * gdb.mi/mi-reg-undefined.exp: Likewise.
2120
d00a27c5
PM
21212018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2122
2123 PR gdb/23974
2124 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2125
161d081c
PW
21262018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2127
2128 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2129 Update order of results accordingly.
2130
b001de23
AB
21312018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2132
2133 * gdb.base/annota1.exp: Update a test regexp.
2134
99e1a184
AB
21352018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2136
2137 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2138
7a81c1e2
PW
21392018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2140
2141 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2142 (reuse_time): Initialize to REUSE_TIME_CAP.
2143 (check_rc): New function.
2144 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2145 Check pthread_create rc.
2146 (spawner_thread_func): Check pthread_create and pthread_join rc.
2147
73e8dc90
PA
21482018-12-08 Pedro Alves <palves@redhat.com>
2149
2150 * gdb.base/list.exp (test_forward_search): Rename to ...
2151 (test_forward_reverse_search): ... this. Also test reverse-search
2152 and the forward-search alias.
2153
13f2ed32
AB
21542018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2155
2156 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2157 local timeout variable before return, and remove all local timeout
2158 variable entirely.
2159 (gdb_load): Likewise.
2160
64d27cfc
TV
21612018-12-01 Tom de Vries <tdevries@suse.de>
2162
2163 * gdb.base/gdb-caching-proc.exp: New file.
2164
f63c03b4
SDJ
21652018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2166
2167 * Makefile.in (TIMESTAMP): New variable.
2168 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2169 command.
2170 (check-single-racy): Likewise.
2171 (check/%.exp): Likewise.
2172 (check-racy/%.exp): Likewise.
2173 (workers/%.worker): Likewise.
2174 (build-perf): Likewise.
2175 (check-perf): Likewise.
2176 * README: Describe new "TS" and "TS_FORMAT" variables.
2177 * print-ts.py: New file.
2178
1c97054b
BF
21792018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2180
2181 PR python/23714
2182 * gdb.python/python.exp: Test command repetition after
2183 gdb.execute.
2184
1871a62d
AB
21852018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2186
2187 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2188 is correctly aligned.
2189
fb5e1ed9
PW
21902018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2191
2192 * gdb.ada/info_auto_lang.exp: New testcase.
2193 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2194 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2195 * gdb.ada/info_auto_lang/some_c.c: New file.
2196
43d397ca
PW
21972018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2198
2199 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2200 FUNC_lang language syntax.
2201
beddd671
PW
22022018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2203
2204 * gdb.base/info_minsym.c: New file.
2205 * gdb.base/info_minsym.exp: New file.
2206
73fc52c4
TT
22072018-11-19 Tom Tromey <tom@tromey.com>
2208
2209 PR rust/23625:
2210 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2211 * gdb.rust/expr.exp: Update expected output. Change one test.
2212
994b876a
TT
22132018-11-19 Tom Tromey <tom@tromey.com>
2214
2215 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2216
6769f276
PA
22172018-11-19 Pedro Alves <palves@redhat.com>
2218
2219 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2220 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2221 see the expected warning.
2222
38a72da0
AH
22232018-11-16 Alan Hayward <alan.hayward@arm.com>
2224
2225 PR gdb/22736:
2226 * gdb.cp/infcall-nodebug-lib.c: New test.
2227 * gdb.cp/infcall-nodebug-main.c: New test.
2228 * gdb.cp/infcall-nodebug.exp: New file.
2229
53a89d6e
SM
22302018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2231
2232 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2233 completer tests.
2234
9325300d
TV
22352018-11-09 Tom de Vries <tdevries@suse.de>
2236
2237 * gdb.base/msym-lang.c: New test.
2238 * gdb.base/msym-lang.exp: New file.
2239 * gdb.base/msym-lang-main.c: New test.
2240
20f0d60d
TT
22412018-11-08 Tom Tromey <tom@tromey.com>
2242
2243 PR gdb/23555:
2244 PR gdb/23838:
2245 * gdb.base/warning.exp: New file.
2246
b5420128
JB
22472018-11-08 Jan Beulich <jbeulich@suse.com>
2248
2249 * testsuite/gdb.arch/i386-avx512.c,
2250 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2251
cd115d61
AB
22522018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2253
2254 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2255 point hardware.
2256
35ee2dc2
AB
22572018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2258
2259 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2260 * gdb.dwarf2/missing-type-name.exp: New file.
2261
31aceee8
TV
22622018-11-06 Tom de Vries <tdevries@suse.de>
2263
2264 * gdb.base/many-headers.c: New test.
2265 * gdb.base/many-headers.exp: New file.
2266
109be305
JW
22672018-11-06 Jim Wilson <jimw@sifive.com>
2268
2269 * gdb.base/code_elim.exp: For riscv, set additional_flags
2270 to include -msmall-data-limit=0.
2271
e2b7af72
JB
22722018-11-01 Joel Brobecker <brobecker@adacore.com>
2273
2274 * gdb.ada/watch_minus_l: New testcase.
2275
cdcda965
SM
22762018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2277
2278 * gdb.arch/aix-sighandle.c: New file.
2279 * gdb.arch/aix-sighandle.exp: New file.
2280
92dcebf3
AB
22812018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2282
2283 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2284 registers being unions.
2285
68b9ac18
TV
22862018-10-31 Tom de Vries <tdevries@suse.de>
2287
2288 * lib/valgrind.exp: New file.
2289 (vgdb_start, vgdb_stop): New procs, factored out of ...
2290 * gdb.base/valgrind-bt.exp: ... here, ...
2291 * gdb.base/valgrind-disp-step.exp: ... here and ...
2292 * gdb.base/valgrind-infcall.exp: ... here.
2293
1443936e
TV
22942018-10-31 Tom de Vries <tdevries@suse.de>
2295
2296 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2297
eb77c9df
AB
22982018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2299
2300 * gdb.dwarf2/void-type.c: New file.
2301 * gdb.dwarf2/void-type.exp: New file.
2302
82b5e646
PW
23032018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2304
2305 * gdb.base/info_qt.c: New file.
2306 * gdb.base/info_qt.exp: New file.
2307
8d619c01
EBM
23082018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2309
2310 * gdb.arch/powerpc-htm-regs.c: New file.
2311 * gdb.arch/powerpc-htm-regs.exp: New file.
2312
f2cf6173
EBM
23132018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2314
2315 * gdb.arch/powerpc-tar.c: New file.
2316 * gdb.arch/powerpc-tar.exp: New file.
2317
7ca18ed6
EBM
23182018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2319
2320 * gdb.arch/powerpc-ppr-dscr.c: New file.
2321 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2322
bfcc0eba
TV
23232018-10-25 Tom de Vries <tdevries@suse.de>
2324
2325 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2326
fe1a5cad
TV
23272018-10-24 Tom de Vries <tdevries@suse.de>
2328
2329 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2330 longer exists error.
2331
a76dc3b7
TV
23322018-10-24 Tom de Vries <tdevries@suse.de>
2333
2334 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2335
4df46df7
TV
23362018-10-24 Tom de Vries <tdevries@suse.de>
2337
2338 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2339 --db-attach in valgrind.
2340
0dbfcfff
AB
23412018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2342
2343 * gdb.arch/riscv-reg-aliases.c: New file.
2344 * gdb.arch/riscv-reg-aliases.exp: New file.
2345
b04480b1
AH
23462018-10-19 Alan Hayward <alan.hayward@arm.com>
2347
2348 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2349
2c6ac8d7
AH
23502018-10-19 Alan Hayward <alan.hayward@arm.com>
2351
2352 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2353
2bc69f25
AH
23542018-10-19 Alan Hayward <alan.hayward@arm.com>
2355
2356 * gdb.cp/ovldbreak.exp: Fix regexps.
2357
1f1ae3a3
AH
23582018-10-19 Alan Hayward <alan.hayward@arm.com>
2359
2360 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2361
94c18618
SDJ
23622018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2363
2364 PR cli/23785
2365 * gdb.base/restore.exp: New test to check if "restore" with an
2366 invalid file doesn't segfault.
2367
812cd6eb
TV
23682018-10-18 Tom de Vries <tdevries@suse.de>
2369
2370 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2371 * gdb.ada/excep_handle.exp: Same.
2372 * gdb.ada/mi_string_access.exp: Same.
2373 * gdb.ada/mi_var_union.exp: Same.
2374 * gdb.arch/arc-analyze-prologue.exp: Same.
2375 * gdb.arch/arc-decode-insn.exp: Same.
2376 * gdb.base/readnever.exp: Same.
2377 * gdb.fortran/printing-types.exp: Same.
2378 * gdb.guile/scm-lazy-string.exp: Same.
2379
c4b90788
TV
23802018-10-16 Tom de Vries <tdevries@suse.de>
2381
2382 PR gdb/23730
2383 * gdb.base/catch-follow-exec.c: Add copyright notice.
2384 * gdb.base/catch-follow-exec.exp: Rewrite to use
2385 gdb_spawn_with_cmdline_opts. Require gdb-native.
2386
8bca2978
SL
23872018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2388
2389 * gdb.trace/actions-changed.exp: Check for arch support.
2390 * gdb.trace/actions.exp: Likewise.
2391 * gdb.trace/ax.exp: Likewise.
2392 * gdb.trace/backtrace.exp: Likewise.
2393 * gdb.trace/change-loc.exp: Likewise.
2394 * gdb.trace/deltrace.exp: Likewise.
2395 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2396 * gdb.trace/ftrace.exp: Likewise.
2397 * gdb.trace/infotrace.exp: Check for arch support.
2398 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2399 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2400 * gdb.trace/mi-tsv-changed.exp: Likewise.
2401 * gdb.trace/packetlen.exp: Likewise.
2402 * gdb.trace/passc-dyn.exp: Likewise.
2403 * gdb.trace/passcount.exp: Likewise.
2404 * gdb.trace/pending.exp: Likewise.
2405 * gdb.trace/range-stepping.exp: Check for shlib support.
2406 * gdb.trace/report.exp: Check for arch support.
2407 * gdb.trace/save-trace.exp: Likewise.
2408 * gdb.trace/signal.exp: Check for signal support.
2409 * gdb.trace/tfind.exp: Check for arch support.
2410 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2411 * gdb.trace/trace-common.h: Add comment.
2412 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2413 * gdb.trace/trace-enable-disable.exp: Likewise.
2414 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2415 * gdb.trace/tracecmd.exp: Check for arch support.
2416 * gdb.trace/tspeed.exp: Check for shlib and target support.
2417 * gdb.trace/tstatus.exp: Check for arch support.
2418 * gdb.trace/tsv.exp: Likewise.
2419 * gdb.trace/while-dyn.exp: Likewise.
2420 * gdb.trace/while-stepping.exp: Likewise.
2421 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2422
f9c49bff
SM
24232018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2424
2425 * gdb.trace/tspeed.exp: Remove nowarnings.
2426 (prepare_for_trace_test): Declare "global ipalib".
2427 * gdb.trace/tspeed.c: Include unistd.h.
2428 (main): Remove superfluous printf argument.
2429
d4330bde
SL
24302018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2431
2432 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2433 directory prefix on the filename.
2434
8ecfd7bd
SDJ
24352018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2436
2437 * gdb.gdb/unittest.exp: Update expected message informing that
2438 selftests have been disabled.
2439 * gdb.server/unittest.exp: Likewise.
2440
58bbcd02
TV
24412018-10-09 Tom de Vries <tdevries@suse.de>
2442
2443 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2444 with runto_main.
2445
9f6b697b
WP
24462018-10-08 Weimin Pan <weimin.pan@oracle.com>
2447
2448 PR c++/16841
2449 * gdb.cp/virtbase2.cc: New file.
2450 * gdb.cp/virtbase2.exp: New file.
2451
add5ded5
TT
24522018-10-06 Tom Tromey <tom@tromey.com>
2453
2454 PR python/19399:
2455 * gdb.python/py-inferior.exp: Add architecture test.
2456
f9e48344
TT
24572018-10-06 Tom Tromey <tom@tromey.com>
2458
2459 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2460 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2461
2a8be203
TT
24622018-10-06 Tom Tromey <tom@tromey.com>
2463
2464 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2465 of a "throw" catchpoint.
2466
e04caa70
SDJ
24672018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2468
2469 * gdb.base/info-proc.exp: Update string expected from "help info
2470 proc".
2471
5ca8c39f
TT
24722018-10-04 Tom Tromey <tom@tromey.com>
2473
2474 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2475 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2476 (test_initial_complaints, test_empty_complaints): Update.
2477 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2478
3453e7e4
TT
24792018-10-04 Tom Tromey <tom@tromey.com>
2480
2481 PR cli/19551:
2482 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2483 * lib/gdb.exp (gdb_file_cmd): Update.
2484 * gdb.stabs/weird.exp (print_weird_var): Update.
2485 * gdb.server/solib-list.exp: Update.
2486 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2487 * gdb.mi/mi-cli.exp: Update.
2488 * gdb.linespec/linespec.exp: Update.
2489 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2490 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2491 * gdb.cp/cp-relocate.exp: Update.
2492 * gdb.base/sym-file.exp: Update.
2493 * gdb.base/relocate.exp: Update.
2494 * gdb.base/readnever.exp: Update.
2495 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2496 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2497 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2498 * gdb.base/code_elim.exp: Update.
2499 * gdb.base/break-unload-file.exp (test_break): Update.
2500 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2501 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2502 Update.
2503 * gdb.base/attach.exp (do_attach_tests): Update.
2504 * gdb.base/sepdebug.exp: Update.
2505 * gdb.python/py-section-script.exp: Update.
2506
6afcf761
TT
25072018-10-04 Tom Tromey <tom@tromey.com>
2508
2509 PR cli/22234:
2510 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2511 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2512 output.
2513
fef1b293
TT
25142018-10-04 Tom Tromey <tom@tromey.com>
2515
2516 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2517 set width and height to 0.
2518 (test_command_line_attach_run): Use -quiet.
2519
ca98345e
SL
25202018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2521
2522 * lib/gdb.exp (skip_ifunc_tests): New.
2523 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2524 other compile failures.
2525 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2526
ff34e6ae
SM
25272018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2528
2529 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2530 is_amd64_regs_target.
2531
6bb8890e
AH
25322018-10-01 Alan Hayward <alan.hayward@arm.com>
2533
2534 * gdb.arch/aarch64-sighandler-regs.c: New test.
2535 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2536 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2537
224d30d3
MM
25382018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2539
2540 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2541 assembly.
2542
f67ffa6a
AB
25432018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2544
2545 * gdb.base/frame-selection.exp: New file.
2546 * gdb.base/frame-selection.c: New file.
2547
9fc3183f
AH
25482018-09-27 Alan Hayward <alan.hayward@arm.com>
2549
2550 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2551 pthread barrier.
2552 (main): Likewise.
2553
d354055e
AB
25542018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2555
2556 * gdb.base/large-frame-1.c: New file.
2557 * gdb.base/large-frame-2.c: New file.
2558 * gdb.base/large-frame.exp: New file.
2559 * gdb.base/large-frame.h: New file.
2560
db727370
JL
25612018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2562
2563 PR gdb/20948
2564 * gdb.base/write_mem.exp: New test.
2565 * gdb.base/write_mem.c: Likewise.
2566
ae778caf
TT
25672018-09-23 Tom Tromey <tom@tromey.com>
2568
2569 PR python/18852:
2570 * gdb.python/py-parameter.exp: Add test for parameter that throws
2571 on "set".
2572
fd3ba736
TT
25732018-09-23 Tom Tromey <tom@tromey.com>
2574
2575 PR python/17284:
2576 * gdb.python/py-template.exp (test_template_arg): Add test for
2577 negative template argument number.
2578
39a24317
TT
25792018-09-23 Tom Tromey <tom@tromey.com>
2580
2581 PR python/14062:
2582 * gdb.python/python.exp: Add test for post_event error.
2583
f5769a2c
TT
25842018-09-23 Tom Tromey <tom@tromey.com>
2585
2586 PR python/18170:
2587 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2588 convert pointers to int and long.
2589
1c1e54f6
TT
25902018-09-23 Tom Tromey <tom@tromey.com>
2591
2592 PR python/20126:
2593 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2594 signed-ness conversion tests.
2595
fb4fa946
TT
25962018-09-23 Tom Tromey <tom@tromey.com>
2597
2598 PR python/18352;
2599 * gdb.python/py-value.exp (test_float_conversion): New proc.
2600 Use it.
2601
a466edac
HAQ
26022018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2603
2604 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2605
4ee9b0c5
SL
26062018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2607
2608 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2609 no readline.
2610 * gdb.base/utf8-identifiers.exp: Likewise.
2611 * gdb.cp/cpcompletion.exp: Likewise.
2612 * gdb.linespec/cpcompletion.exp: Likewise.
2613 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2614 * gdb.linespec/cpls-ops.exp: Likewise.
2615
23be8da7
RB
26162018-09-19 Richard Bunt <richard.bunt@arm.com>
2617 Chris January <chris.january@arm.com>
2618
2619 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2620 * gdb.fortran/short-circuit-argument-list.exp: New file.
2621 * gdb.fortran/short-circuit-argument-list.f90: New test.
2622
5031d0ae
SDJ
26232018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2624
2625 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2626 "arch=" keyword when executing "-stack-list-frames".
2627
b4c0d1a4
SDJ
26282018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2629
2630 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2631 "arch=" keyword when executing "-stack-list-frames".
2632
7a6d2b45
SDJ
26332018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2634
2635 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2636 break ada".
2637
8588b356
SM
26382018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2639
2640 PR python/23669
2641 * gdb.python/python.exp: Test gdb.execute("show commands").
2642
65e65158
TT
26432018-09-16 Tom Tromey <tom@tromey.com>
2644
2645 * gdb.base/new-ui.exp (do_execution_tests): Update.
2646 * gdb.base/dbx.exp (test_breakpoints): Update.
2647
bf326452
AH
26482018-09-14 Alan Hayward <alan.hayward@arm.com>
2649
2650 * lib/gdb.exp (gdb_simple_compile): Add proc.
2651 (is_elf_target): Use gdb_simple_compile.
2652 (skip_altivec_tests): Likewise.
2653 (skip_vsx_tests): Likewise.
2654 (skip_tsx_tests): Likewise.
2655 (skip_btrace_tests): Likewise.
2656 (skip_btrace_pt_tests): Likewise.
2657 (gdb_can_simple_compile): Likewise.
2658 (gdb_has_argv0): Likewise.
2659 (gdb_target_symbol_prefix): Likewise.
2660 (target_supports_scheduler_locking): Likewise.
2661
2361b0fb
TT
26622018-09-13 Tom Tromey <tom@tromey.com>
2663
2664 * Makefile.in (TAGS): Recognize proc_with_prefix and
2665 gdb_caching_proc.
2666
0ae1a321
SM
26672018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2668
2669 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2670 method.
2671
a40bf0c2
SM
26722018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2673
2674 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2675 and a few other Inferior properties when the Inferior is no
2676 longer valid.
2677
4a3fe98f
TT
26782018-09-13 Tom Tromey <tom@tromey.com>
2679
2680 PR rust/23650:
2681 * gdb.rust/simple.exp: Add test for enum field access error.
2682
098b2108
TT
26832018-09-13 Tom Tromey <tom@tromey.com>
2684
2685 PR rust/23626:
2686 * gdb.rust/simple.rs (EmptyEnum): New type.
2687 (main): Use it.
2688 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2689
1256af7d
SM
26902018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2691
2692 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2693 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2694 * gdb.python/py-symtab.exp: Update test printing an objfile.
2695
4aa8e6c2
SM
26962018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2697
2698 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2699 object.
2700
c221b2f7
AH
27012018-09-12 Alan Hayward <alan.hayward@arm.com>
2702
2703 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2704 (support_complex_tests): Use gdb_can_simple_compile.
2705 (is_ilp32_target): Likewise.
2706 (is_lp64_target): Likewise.
2707 (is_64_target): Likewise.
2708 (is_amd64_regs_target): Likewise.
2709 (is_aarch32_target): Likewise.
2710 (gdb_int128_helper): Likewise.
2711
6f1107b5
JK
27122018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2713
2714 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2715
1f5d1570
JG
27162018-09-10 Jerome Guitton <guitton@adacore.com>
2717
2718 * gdb.ada/same_component_name: Add test for case of tagged record
2719 with variable-length fields.
2720
cc330e39
XR
27212018-09-10 Xavier Roirand <roirand@adacore.com>
2722
2723 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2724 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2725 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2726 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2727
b9c50e9a
XR
27282018-09-10 Xavier Roirand <roirand@adacore.com>
2729
2730 * gdb.ada/mi_string_access.exp: New testcase.
2731 * gdb.ada/mi_string_access/bar.adb: New file.
2732 * gdb.ada/mi_string_access/pck.adb: New file.
2733 * gdb.ada/mi_string_access/pck.asd: New file.
2734
2963898f
XR
27352018-09-10 Xavier Roirand <roirand@adacore.com>
2736
2737 * gdb.ada/mi_var_union.exp: New testcase.
2738 * gdb.ada/mi_var_union/bar.adb: New file.
2739 * gdb.ada/mi_var_union/pck.adb: New file.
2740 * gdb.ada/mi_var_union/pck.asd: New file.
2741
1aac008f
TT
27422018-09-08 Tom Tromey <tom@tromey.com>
2743
2744 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2745
332cf4c9
TT
27462018-09-08 Tom Tromey <tom@tromey.com>
2747
2748 PR python/16047:
2749 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2750 (register_pretty_printers): Register new printer.
2751 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2752 test.
2753 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2754 (an_int_type3): New global.
2755
424da6cf
JB
27562018-09-08 Joel Brobecker <brobecker@adacore.com>
2757
2758 * gdb.ada/expr_with_funcall: New testcase.
2759
2a62dfa9
JB
27602018-09-08 Joel Brobecker <brobecker@adacore.com>
2761
2762 * gdb.ada/packed_array_assign: New testcase.
2763
96b6697f
AB
27642018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2765
2766 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2767 names, and add test prefixes to make test names unique.
2768
e4a62c65
TV
27692018-09-05 Tom de Vries <tdevries@suse.de>
2770
2771 * gdb.dwarf2/varval.exp: Add test.
2772
dd083ee2
GB
27732018-09-04 Gary Benson <gbenson@redhat.com>
2774
2775 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2776 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2777
aef9346c
TT
27782018-08-31 Tom Tromey <tom@tromey.com>
2779
2780 * gdb.rust/simple.rs: Rename second variable "v".
2781
c67f2e15
AB
27822018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2783
2784 * gdb.base/funcargs.c (use_a): New function.
2785 (recurse): Call use_a.
2786
078a0207
KS
27872018-08-29 Keith Seitz <keiths@redhat.com>
2788
2789 * gdb.compile/compile-cplus-anonymous.cc: New file.
2790 * gdb.compile/compile-cplus-anonymous.exp: New file.
2791 * gdb.compile/compile-cplus-array-decay.cc: New file.
2792 * gdb.compile/compile-cplus-array-decay.exp: New file.
2793 * gdb.compile/compile-cplus-inherit.cc: New file.
2794 * gdb.compile/compile-cplus-inherit.exp: New file.
2795 * gdb.compile/compile-cplus-member.cc: New file.
2796 * gdb.compile/compile-cplus-member.exp: New file.
2797 * gdb.compile/compile-cplus-method.cc: New file.
2798 * gdb.compile/compile-cplus-method.exp: New file.
2799 * gdb.compile/compile-cplus-mod.c: "New" file.
2800 * gdb.compile/compile-cplus-namespace.cc: New file.
2801 * gdb.compile/compile-cplus-namespace.exp: New file.
2802 * gdb.compile/compile-cplus-nested.cc: New file.
2803 * gdb.compile/compile-cplus-nested.exp: New file.
2804 * gdb.compile/compile-cplus-print.c: "New" file.
2805 * gdb.compile/compile-cplus-print.exp: "New" file.
2806 * gdb.compile/compile-cplus-virtual.cc: New file.
2807 * gdb.compile/compile-cplus-virtual.exp: New file.
2808 * gdb.compile/compile-cplus.c: "New" file.
2809 * gdb.compile/compile-cplus.exp: "New" file.
2810 * lib/compile-support.exp: New file.
2811
b0f492b9
GB
28122018-08-16 Gary Benson <gbenson@redhat.com>
2813
2814 PR gdb/13000:
2815 * gdb.base/batch-exit-status.exp: New file.
2816 * gdb.base/batch-exit-status.good-commands: Likewise.
2817 * gdb.base/batch-exit-status.bad-commands: Likewise.
2818
36eb4c5f
AH
28192018-08-29 Alan Hayward <alan.hayward@arm.com>
2820
2821 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2822 (struct struct02): Likewise.
2823 (struct struct03): Likewise.
2824 (struct struct04): Likewise.
2825 (struct struct_01_01): New struct.
2826 (struct struct_01_02): Likewise.
2827 (struct struct_01_03): Likewise.
2828 (struct struct_01_04): Likewise.
2829 (struct struct_02_01): Likewise.
2830 (struct struct_02_02): Likewise.
2831 (struct struct_02_03): Likewise.
2832 (struct struct_02_04): Likewise.
2833 (struct struct_04_01): Likewise.
2834 (struct struct_04_02): Likewise.
2835 (struct struct_04_03): Likewise.
2836 (struct struct_04_04): Likewise.
2837 (struct struct_05_01): Likewise.
2838 (struct struct_05_02): Likewise.
2839 (struct struct_05_03): Likewise.
2840 (struct struct_05_04): Likewise.
2841 (cmp_struct01): Remove function.
2842 (cmp_struct02): Likewise.
2843 (cmp_struct03): Likewise.
2844 (cmp_struct04): Likewise.
2845 (cmp_struct_01_01): Add Function.
2846 (cmp_struct_01_02): Likewise.
2847 (cmp_struct_01_03): Likewise.
2848 (cmp_struct_01_04): Likewise.
2849 (cmp_struct_02_01): Likewise.
2850 (cmp_struct_02_02): Likewise.
2851 (cmp_struct_02_03): Likewise.
2852 (cmp_struct_02_04): Likewise.
2853 (cmp_struct_04_01): Likewise.
2854 (cmp_struct_04_02): Likewise.
2855 (cmp_struct_04_03): Likewise.
2856 (cmp_struct_04_04): Likewise.
2857 (cmp_struct_05_01): Likewise.
2858 (cmp_struct_05_02): Likewise.
2859 (cmp_struct_05_03): Likewise.
2860 (cmp_struct_05_04): Likewise.
2861 (call_all): Add new structs.
2862 * gdb.base/infcall-nested-structs.exp: Likewise.
2863
3bf9c013
JV
28642018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2865
2866 * gdb.python/py-framefilter-mi.exp: Update regexp to
2867 check for "arch" field in frame output.
2868
450d1e88
KB
28692018-08-23 Kevin Buettner <kevinb@redhat.com>
2870
2871 * gdb.dwarf2/dw2-ranges-func.c: New file.
2872 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2873
ae739fe7
SM
28742018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2875
2876 * gdb.base/term.exp: Compare terminal settings with values from
2877 the inferior.
2878 * gdb.base/term.c: Get and set terminal settings.
2879
6d52907e
JV
28802018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2881
2882 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2883 accommodate new "arch" field in frame output.
2884 * gdb.mi/mi-return.exp: Likewise.
2885 * gdb.mi/mi-stack.exp: Likewise.
2886 * gdb.mi/mi-syn-frame.exp: Likewise.
2887 * gdb.mi/user-selected-context-sync.exp: Likewise.
2888
be2d111a
MS
28892018-08-19 Michael Spang <spang@google.com>
2890
2891 PR gdb/11786
2892 * gdb.base/gcore-tls-pie.c: New file.
2893 * gdb.base/gcore-tls-pie.exp: New file.
2894
ae3a7c47
KB
28952018-08-18 Kevin Buettner <kevinb@redhat.com>
2896
2897 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
2898 * gdb.dwarf2/varval.c: New file.
2899 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 2900
2ecae92e
AH
29012018-08-17 Alan Hayward <alan.hayward@arm.com>
2902
2903 PR gdb/18931
2904 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2905
c1854f1d
KS
29062018-08-16 Keith Seitz <keiths@redhat.com>
2907
2908 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2909 tests expected to pass.
2910
26fb3983
JV
29112018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2912
2913 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2914 -data-disassemble -a.
2915 (test_disassembly_bogus_args): Likewise.
2916
67943c00
AB
29172018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2918
2919 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2920
5ff2bbae
AB
29212018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2922
2923 * gdb.base/vla-optimized-out.exp: Add new test.
2924
e5bbcd0f
AB
29252018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2926
2927 * gdb.base/vla-optimized-out-o3.exp: Delete.
2928 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2929 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2930 deleted tests.
2931
9d4a934c
AB
29322018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2933
2934 PR gdb/18050:
2935 * gdb.server/extended-remote-restart.c: New file.
2936 * gdb.server/extended-remote-restart.exp: New file.
2937
045cf012
SM
29382018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2939
2940 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2941 "set variable index = 42".
2942
87d6a7aa
SM
29432018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2944
2945 * boards/index-cache-gdb.exp: New file.
2946 * gdb.dwarf2/index-cache.exp: New file.
2947 * gdb.dwarf2/index-cache.c: New file.
2948 * gdb.base/maint.exp: Check if we are using the index cache.
2949
96d68bd4
RO
29502018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2951
2952 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2953 MAKEFLAGS.
2954
5a699617
RO
29552018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2956
2957 * dg-extract-results.sh: Move to toplevel contrib.
2958 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2959 * Makefile.in (check-parallel-racy): Likewise.
2960
5bd18990
AB
29612018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2962
2963 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2964 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2965 tests if the target supports scheduler locking.
2966
3fbbcf47
TV
29672018-08-04 Tom de Vries <tdevries@suse.de>
2968
2969 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2970
3e1d3d8c
TT
29712018-08-02 Tom Tromey <tom@tromey.com>
2972
2973 PR symtab/16842.
2974 * gdb.cp/temargs.exp: Test "info address" of a template
2975 parameter.
2976
5abe0f0c
JV
29772018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2978
2979 * gdb.python/py-mi-var-info-path-expression.c: New file.
2980 * gdb.python/py-mi-var-info-path-expression.py: New file.
2981 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2982
fb66cde8
SDJ
29832018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2984
2985 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2986 error after "cannot resolve name" string.
2987
c708f4d2
AB
29882018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2989
2990 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2991 started.
2992 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2993
37cc0cae
TV
29942018-07-28 Tom de Vries <tdevries@suse.de>
2995
2996 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2997
63b4ecf7
TV
29982018-07-26 Tom de Vries <tdevries@suse.de>
2999
3000 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3001
3c3bb058
AB
30022018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3003
3004 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3005 is visible.
3006
9e7f3bbb
TV
30072018-07-26 Tom de Vries <tdevries@suse.de>
3008
3009 PR breakpoints/23366
3010 * gdb.base/catch-follow-exec.c: New test.
3011 * gdb.base/catch-follow-exec.exp: New file.
3012
16f808ec
TV
30132018-07-25 Tom de Vries <tdevries@suse.de>
3014
3015 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3016 vla-optimized-out.c.
3017
d7154a8d
JV
30182018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3019
3020 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3021 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3022
232a0032
TV
30232018-07-20 Tom de Vries <tdevries@suse.de>
3024
3025 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3026 NOCLONE macro.
3027 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3028
fbb1d502
TV
30292018-07-19 Tom de Vries <tdevries@suse.de>
3030
3031 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3032 regular expression.
3033
42dc7699
TV
30342018-07-18 Tom de Vries <tdevries@suse.de>
3035
3036 * gdb.base/vla-optimized-out.c: New test.
3037 * gdb.base/vla-optimized-out.exp: New file.
3038
7f1f7e23
SDJ
30392018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3040
3041 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3042 message "No address associated with hostname" when gdbserver
3043 cannot resolve the hostname.
3044
5759ebb3
PW
30452018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3046
3047 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3048 Add some test prefixes to make tests unique.
3049
3606ccab
PW
30502018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3051
3052 * gdb.base/frameapply.c: New file.
3053 * gdb.base/frameapply.exp: New file.
3054
529c08b2
PW
30552018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3056
3057 * gdb.base/skip.exp: Update expected error message.
3058
c7ab0aef
SDJ
30592018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3060 Jan Kratochvil <jan.kratochvil@redhat.com>
3061 Paul Fertser <fercerpav@gmail.com>
3062 Tsutomu Seki <sekiriki@gmail.com>
3063
3064 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3065 parameter.
3066 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3067 by default.
3068 * boards/native-gdbserver.exp: Likewise.
3069 * gdb.server/run-without-local-binary.exp: Improve regexp used
3070 for detecting when a remote debugging connection succeeds.
3071 * gdb.server/server-connect.exp: New file.
3072 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3073 Do not prefix the port number with ":".
3074 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3075 support for detecting and using it. Add '$debughost_gdbserver'
3076 to the list of arguments used to start gdbserver. Handle case
3077 when gdbserver cannot resolve a network name.
3078
16ff70dd
SDJ
30792018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3080
3081 PR c++/23373
3082 * gdb.base/ptype-offsets.cc (struct static_member): New
3083 struct.
3084 (main) <stmember>: New variable.
3085 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3086 with a static member in it.
3087
3541979f
AB
30882018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3089
3090 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3091 watchpoints enabled and disabled.
3092
c8ad9b9a
AB
30932018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3094
3095 * gdb.base/examine-backward.exp: Still run tests around address
3096 0x0, even if address 0x0 is not readable. Update the pattern for
3097 matching address 0x0 in expected output.
3098
e0e5e971
AB
30992018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3100
3101 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3102 malloc/free.
3103
1ea5da02
TV
31042018-07-04 Tom de Vries <tdevries@suse.de>
3105
3106 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3107
471b9d15
MR
31082018-07-02 Maciej W. Rozycki <macro@mips.com>
3109
3110 PR tdep/8282
3111 * gdb.arch/mips-disassembler-options.exp: New test.
3112 * gdb.arch/mips-disassembler-options.s: New test source.
3113
75acb486
PA
31142018-06-29 Pedro Alves <palves@redhat.com>
3115
3116 * gdb.threads/names.exp: Adjust expected "info threads" output.
3117
cd2bb709
PA
31182018-06-29 Pedro Alves <palves@redhat.com>
3119
3120 * gdb.opt/inline-break.exp (line number, address): Add "info
3121 break" tests.
3122
991ff292
PA
31232018-06-29 Pedro Alves <palves@redhat.com>
3124
3125 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3126 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3127 number and address and running to them.
3128
356819b6 31292018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
3130
3131 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3132
2512d7ef
JK
31332018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3134
3135 * lib/compiler.c: Remove executable permission flag.
3136
be1b6474
RB
31372018-06-28 Richard Bunt <richard.bunt@arm.com>
3138
3139 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3140 code.
3141 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3142
291f9a96
PT
31432018-06-28 Petr Tesarik <ptesarik@suse.cz>
3144
3145 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3146
ed6dfe51
PT
31472018-06-28 Petr Tesarik <ptesarik@suse.cz>
3148
3149 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3150 address argument is omitted.
3151
d4d429d5
PT
31522018-06-28 Petr Tesarik <ptesarik@suse.cz>
3153
3154 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3155
7ab6656f
OJ
31562018-06-27 Omair Javaid <omair.javaid@linaro.org>
3157
3158 PR gdb/21695
3159 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3160 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3161
a33ccfc7
TT
31622018-06-26 Tom Tromey <tom@tromey.com>
3163
3164 PR rust/22574:
3165 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3166 * gdb.rust/simple.rs (struct SimpleLayout): New.
3167
6d72d289
SM
31682018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3169
3170 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3171 "info registers" output.
3172
8363f9d5
RB
31732018-06-21 Richard Bunt <richard.bunt@arm.com>
3174
3175 * gdb.base/watchpoint-hw-attach.c: New test.
3176 * gdb.base/watchpoint-hw-attach.exp: New file.
3177
f00674fe
SM
31782018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3179
3180 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3181 through /bin/sh.
3182 * boards/dwarf4-gdb-index.exp: Likewise.
3183 * boards/fission-dwp.exp: Likewise.
3184
1d554008
UW
31852018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3186
3187 * gdb.base/float128.exp: Add comment and improved fail message
3188 to the failure case of "print large128" test.
3189
d0ac1c44
SM
31902018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3191
3192 * configure.ac: Remove AC_PREREQ.
3193 * configure: Re-generate.
3194
61b04dd0
PA
31952018-06-19 Pedro Alves <palves@redhat.com>
3196
3197 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3198 (func_extern_caller): New.
3199 (main): Call func_extern_caller.
3200 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3201 logic change.
3202
f63b508a
SM
32032018-06-18 Weimin Pan <weimin.pan@oracle.com>
3204
3205 PR gdb/16841
3206 * gdb.cp/typedef-base.cc: New file.
3207 * gdb.cp/typedef-base.exp: New file.
3208
0fe3a558
TV
32092018-06-18 Tom de Vries <tdevries@suse.de>
3210
3211 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3212
7010835a
AB
32132018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3214 Richard Bunt <Richard.Bunt@arm.com>
3215
3216 * gdb.threads/attach-slow-waitpid.c: New file.
3217 * gdb.threads/attach-slow-waitpid.exp: New file.
3218 * gdb.threads/slow-waitpid.c: New file.
3219
14897d65
PA
32202018-06-14 Pedro Alves <palves@redhat.com>
3221
3222 * gdb.base/fork-running-state.c: Include <errno.h>.
3223 (exit_if_relative_exits): New.
3224 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3225 exits.
3226 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3227 child exits.
3228
5d9a0608
TV
32292018-06-14 Tom de Vries <tdevries@suse.de>
3230
3231 PR cli/22573
3232 * gdb.base/finish-pretty.c: New test.
3233 * gdb.base/finish-pretty.exp: New file.
3234
11ae5818
PA
32352018-06-14 Pedro Alves <palves@redhat.com>
3236
3237 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3238 gdb's expected startup output.
3239
1d39de44
PA
32402018-06-14 Pedro Alves <palves@redhat.com>
3241
3242 * lib/selftest-support.exp (selftest_setup): Remove inlined
3243 function handling.
3244
70ee0000
TV
32452018-06-14 Tom de Vries <tdevries@suse.de>
3246
3247 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3248 matching of breakpoint printing.
3249
11f4b608
TV
32502018-06-13 Tom de Vries <tdevries@suse.de>
3251
3252 PR testsuite/23269
3253 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3254 (fork_child): ... here, and ...
3255 (fork_parent): ... here.
3256
32572018-06-12 Tom de Vries <tdevries@suse.de>
3258
3259 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3260
9516f85a
AB
32612018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3262 Stephen Roberts <stephen.roberts@arm.com>
3263
3264 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3265 rewrite test to describe action performed, rather than possible
3266 failure.
3267
5045b3d7
GB
32682018-06-08 Gary Benson <gbenson@redhat.com>
3269
3270 * gdb.threads/check-libthread-db.exp: New file.
3271 * gdb.threads/check-libthread-db.c: Likewise.
3272
c61b06a1
TT
32732018-06-05 Tom Tromey <tom@tromey.com>
3274
3275 * gdb.base/default.exp: Update expected "show version" output.
3276
eb6af809
TT
32772018-06-05 Tom Tromey <tom@tromey.com>
3278
3279 PR cli/12326:
3280 * gdb.cp/static-print-quit.exp: Update.
3281 * lib/gdb.exp (pagination_prompt): Update.
3282 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3283 * gdb.python/python.exp: Update.
3284
178d6a63
JB
32852018-06-04 Joel Brobecker <brobecker@adacore.com>
3286
3287 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3288
8e817061
JB
32892018-06-01 Joel Brobecker <brobecker@adacore.com>
3290
3291 * gdb.ada/bp_fun_addr: New testcase.
3292
e86ca25f
TT
32932018-06-01 Tom Tromey <tom@tromey.com>
3294
3295 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3296 results.
3297 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3298 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3299 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3300 * gdb.base/maint.exp (maint_pass_if): Update.
3301
4b2dfa9d
MR
33022018-05-31 Maciej W. Rozycki <macro@mips.com>
3303
3304 * gdb.base/endian.exp: New test.
3305 * gdb.base/endian.c: New test source.
3306
45f25d6c
AB
33072018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3308
3309 PR gdb/23203
3310 * gdb.base/bt-selected-frame.c: New file.
3311 * gdb.base/bt-selected-frame.exp: New file.
3312 * lib/gdb.exp (get_current_frame_number): New function.
3313
d9f6d7f8
MR
33142018-05-24 Maciej W. Rozycki <macro@mips.com>
3315 Pedro Alves <palves@redhat.com>
3316
3317 * gdb.threads/tls-core.c: Include <stdlib.h>
3318 (thread_proc): Call `abort'.
3319 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3320 (tls_core_test): New procedure, bits factored out from ...
3321 (top level): ... here. Test both native cores and gcore cores.
3322
ff1cf532
TT
33232018-05-23 Tom Tromey <tom@tromey.com>
3324
3325 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3326
b98664d3
TT
33272018-05-23 Tom Tromey <tom@tromey.com>
3328
3329 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3330 symfile_complaints.
3331 (test_short_complaints): Likewise.
3332 (test_empty_complaints): Likewise.
3333 (test_initial_complaints): Update.
3334
4e9668d0
TT
33352018-05-23 Tom Tromey <tom@tromey.com>
3336
3337 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3338
43ba33c7
TT
33392018-05-23 Tom Tromey <tom@tromey.com>
3340
3341 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3342 (test_short_complaints): Update.
3343
035522c0
PA
33442018-05-22 Pedro Alves <palves@redhat.com>
3345
3346 * gdb.base/remote.exp: Only gdb_start after compiling the
3347 testcase. Issue "disconnect" before testing "set remote" command
3348 defaults. Issue clean_restart before running to main.
3349
cc0be08f
PA
33502018-05-22 Pedro Alves <palves@redhat.com>
3351
3352 * gdb.base/remote.exp: Adjust expected output of "show remote
3353 memory-write-packet-size". Add tests for "set remote
3354 memory-write-packet-size 0" and "set remote
3355 memory-write-packet-size fixed/limit".
3356
b1b60145
PA
33572018-05-22 Pedro Alves <palves@redhat.com>
3358
3359 PR gdb/22973
3360 * gdb.base/utf8-identifiers.c: New file.
3361 * gdb.base/utf8-identifiers.exp: New file.
3362
0ec848ad
PFC
33632018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3364
3365 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3366
2c3305f6
PFC
33672018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3368
3369 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3370
ce1e8424
TT
33712018-05-18 Tom Tromey <tom@tromey.com>
3372
3373 * gdb.base/ptype-offsets.exp: Update.
3374
ddfe970e
KS
33752018-05-17 Keith Seitz <keiths@redhat.com>
3376
3377 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3378 in expected breakpoint stop locations.
3379 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3380 move to proper scope to test variable values.
3381 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3382 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3383 New functions.
3384 (main): Call not_inline_func3.
3385 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3386 inline_func1, inline_func2, and inline_func3. Test that when each
3387 breakpoint is hit, GDB properly reports both the stop location
3388 and the backtrace. Repeat tests for temporary breakpoints.
3389
0726fcc6
MR
33902018-05-15 Maciej W. Rozycki <macro@mips.com>
3391
3392 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3393 rather then trying to access it in determining whether the PID
3394 of `gdbserver' could have been retrieved.
3395
8ee22052
AB
33962018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3397
3398 * gdb.arch/amd64-init-x87-values.S: New file.
3399 * gdb.arch/amd64-init-x87-values.exp: New file.
3400
7785df48
JK
34012018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3402
3403 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3404
56bcdbea
TT
34052018-05-04 Tom Tromey <tom@tromey.com>
3406
3407 PR python/22730:
3408 * gdb.python/python.exp: Test multi-line execute.
3409
a913fffb
TT
34102018-05-04 Tom Tromey <tom@tromey.com>
3411
3412 PR python/22731:
3413 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3414
7a2c85f2
TT
34152018-05-04 Tom Tromey <tom@tromey.com>
3416
3417 PR gdb/11750:
3418 * gdb.base/define.exp: Test defining a user command inside a user
3419 command.
3420 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3421
a3b60e45
JK
34222018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3423 Pedro Alves <palves@redhat.com>
3424
3425 PR breakpoints/19806 and support for PR external/20207.
3426 * gdb.base/watchpoint-unaligned.c: New file.
3427 * gdb.base/watchpoint-unaligned.exp: New file.
3428
45fe4a03
AB
34292018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3430
3431 * gdb.base/maint.exp: Make test names unique, use
3432 test_prefix_command_help to test 'help maint info', and remove
3433 repeated test of 'help maint'.
3434
9be2ae8f
TT
34352018-05-04 Tom Tromey <tom@tromey.com>
3436
3437 PR gdb/22619:
3438 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3439 behavior.
3440
11859c31
AB
34412018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3442
3443 * gdb.base/maint.exp: Process output from 'maint print registers'
3444 line at a time.
3445
089a9490
AB
34462018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3447
3448 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3449 timeout.
3450
9b0797e2
AB
34512018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3452
3453 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3454 filter pattern.
3455
f6ac5f3d
PA
34562018-05-02 Pedro Alves <palves@redhat.com>
3457
3458 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3459 to_log_command renames.
3460 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3461
77d3c63b
TT
34622018-05-02 Tom Tromey <tom@tromey.com>
3463
3464 * gdb.python/py-parameter.exp: Set test message.
3465
0489430a
TT
34662018-05-02 Tom Tromey <tom@tromey.com>
3467
3468 PR python/20084:
3469 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3470 PARAM_ZUINTEGER_UNLIMITED tests.
3471
1632f8ba
DR
34722018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3473
3474 PR rust/23124
3475 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3476 when casting.
3477
6d7bb824
TT
34782018-04-30 Tom Tromey <tom@tromey.com>
3479
3480 * gdb.python/py-type.exp: Check align attribute.
3481 * gdb.python/py-type.c: New "aligncheck" global.
3482
007e1530
TT
34832018-04-30 Tom Tromey <tom@tromey.com>
3484
3485 PR exp/17095:
3486 * gdb.dwarf2/dw2-align.exp: New file.
3487 * gdb.cp/align.exp: New file.
3488 * gdb.base/align.exp: New file.
3489 * lib/gdb.exp (gdb_int128_helper): New proc.
3490 (has_int128_c, has_int128_cxx): New caching procs.
3491
6873858b
TT
34922018-04-27 Tom Tromey <tom@tromey.com>
3493
3494 PR rust/22545:
3495 * gdb.rust/simple.exp: Add inclusive range tests.
3496
79188d8d
PA
34972018-04-26 Pedro Alves <palves@redhat.com>
3498
3499 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3500 ifunc breakpoint locations correctly of ifunc breakpoints set
3501 while the program resolves the ifunc.
3502
c7075ad5
PA
35032018-04-26 Pedro Alves <palves@redhat.com>
3504
3505 * gdb.base/gnu-ifunc-final.c: New file.
3506 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3507 * gdb.base/gnu-ifunc.exp (executable): Delete.
3508 (staticexecutable): Adjust.
3509 (lib_opts, exec_opts): Delete.
3510 (make_binsuffix, build, set-break): New procedures.
3511 (misc_tests): New, with tests factored out from the top level.
3512 (top level): Test different combinations of ifunc resolver name,
3513 resolver with and with debug info, and ifunc target with and
3514 without debug info. Wrap static tests with with_target_prefix.
3515
8388016d
PA
35162018-04-26 Pedro Alves <palves@redhat.com>
3517
3518 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3519 return type" warnings.
3520
249b5733
PA
35212018-04-25 Pedro Alves <palves@redhat.com>
3522
3523 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3524 killed".
3525 * gdb.base/kill-after-signal.exp: Likewise.
3526 * gdb.threads/kill.exp: Likewise.
3527
f67c0c91
SDJ
35282018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3529 Sergio Durigan Junior <sergiodj@redhat.com>
3530 Pedro Alves <palves@redhat.com>
3531
3532 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3533 regexps to expect for '[Inferior ... detached]' as well.
3534 * gdb.base/attach.exp: Likewise.
3535 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3536 "gdb_continue_to_end".
3537 (test_catch_syscall_with_wrong_args): Likewise.
3538 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3539 ']'. Don't set 'verbose' on.
3540 * gdb.base/foll-vfork.exp: Likewise.
3541 * gdb.base/fork-print-inferior-events.c: New file.
3542 * gdb.base/fork-print-inferior-events.exp: New file.
3543 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3544 '[Inferior ... has been killed]' message.
3545 * gdb.base/kill-after-signal.exp: Likewise.
3546 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3547 detach message.
3548 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3549 message.
3550 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3551 regexps to expect for '[Inferior ... detached]' as well.
3552 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3553
0a8ddac4
SM
35542018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3555
3556 PR gdb/23104
3557 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3558
d27d16bf
RB
35592018-04-19 Richard Bunt <richard.bunt@arm.com>
3560
3561 * gdb.threads/multiple-successive-infcall.c: New test.
3562 * gdb.threads/multiple-successive-infcall.exp: New file.
3563
a037790e
TT
35642018-04-17 Tom Tromey <tom@tromey.com>
3565
3566 * gdb.rust/simple.rs (Union): New type.
3567 (main): New local "u".
3568 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3569
e3a91079
AA
35702018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3571
3572 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3573 number information in output of "whereis" command.
3574 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3575
b744723f
AA
35762018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3577
3578 * gdb.ada/info_types.exp: Adjust expected output to the line
3579 numbers now printed by "info var/func/type".
3580 * gdb.base/completion.exp: Likewise.
3581 * gdb.base/included.exp: Likewise.
3582 * gdb.cp/cp-relocate.exp: Likewise.
3583 * gdb.cp/cplusfuncs.exp: Likewise.
3584 * gdb.cp/namespace.exp: Likewise.
3585 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3586
4a4495d6
MM
35872018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3588
3589 * gdb.btrace/cpu.exp: New.
3590
1d509aa6
MM
35912018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3592
3593 * gdb.base/step-indirect-call-thunk.exp: New.
3594 * gdb.base/step-indirect-call-thunk.c: New.
3595 * gdb.reverse/step-indirect-call-thunk.exp: New.
3596 * gdb.reverse/step-indirect-call-thunk.c: New.
3597
6295b6da
SM
35982018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3599
3600 * gdb.base/pie-fork.c: New file.
3601 * gdb.base/pie-fork.exp: New file.
3602
50146e70
TT
36032018-04-11 Tom Tromey <tom@tromey.com>
3604
3605 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3606
f50d8a2e
PA
36072018-04-10 Pedro Alves <palves@redhat.com>
3608
3609 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3610 exits. Instead loop running forever.
3611 (fork_parent): Run forever too.
3612
a0be7a36
SM
36132018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3614
3615 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3616 mi_continue_to_line.
3617 * gdb.mi/mi-stack.c (callee4): Add comment.
3618
9b73db36
SM
36192018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3620
3621 * gdb.mi/mi-stack.exp: Fix indentation.
3622
c912f608
SM
36232018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3624
3625 PR gdb/22979
3626 * gdb.arch/amd64-osabi.exp: New file.
3627
26540402
SM
36282018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3629
3630 PR gdb/22980
3631 * gdb.base/osabi.exp: New file.
3632
121ad66c 36332018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
3634
3635 * gdb.cp/static-typedef-print.exp: New file.
3636 * gdb.cp/static-typedef-print.cc: New file.
3637
3fcded8f
JB
36382018-03-27 Joel Brobecker <brobecker@adacore.com>
3639
3640 * gdb.ada/varsize_limit: New testcase.
3641
59cc4834
JB
36422018-03-27 Joel Brobecker <brobecker@adacore.com>
3643
3644 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3645
3646 * gdb.ada/notcplusplus: New testcase.
3647
3648 * gdb.base/c-linkage-name.c: New file.
3649 * gdb.base/c-linkage-name.exp: New testcase.
3650
4ca59a9f
TT
36512018-03-26 Tom Tromey <tom@tromey.com>
3652
3653 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3654 * gdb.python/py-framefilter.py (name_error): New global.
3655 (ErrorInName.function): Use name_error.
3656
978d6c75
TT
36572018-03-26 Tom Tromey <tom@tromey.com>
3658
3659 PR backtrace/15582:
3660 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3661
b7fee5a3
KS
36622018-03-23 Keith Seitz <keiths@redhat.com>
3663
3664 PR c++/22968
3665 * gdb.cp/subtypes.exp: New file.
3666 * gdb.cp/subtypes.h: New file.
3667 * gdb.cp/subtypes.cc: New file.
3668 * gdb.cp/subtypes-2.cc: New file.
3669
376be529
AB
36702018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3671
3672 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3673 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3674 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3675 -nostartfiles when compiling the test. Confirm that all registers
3676 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3677
066cfa98
AB
36782018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3679
3680 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3681 option, syntax was wrong anyway.
3682 * gdb.arch/arm-disp-step.exp: Likewise.
3683 * gdb.arch/sparc64-regs.exp: Likewise.
3684 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3685 option, syntax was wrong anyway, switch to use
3686 prepare_for_testing.
3687 * gdb.arch/i386-disp-step.exp: Likewise.
3688
079670b9
AA
36892018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3690
3691 * gdb.ada/exec_changed.exp: Replace "target_info exists
3692 use_gdb_stub" by "use_gdb_stub".
3693 * gdb.ada/start.exp: Likewise.
3694 * gdb.base/async-shell.exp: Likewise.
3695 * gdb.base/attach-pie-misread.exp: Likewise.
3696 * gdb.base/attach-wait-input.exp: Likewise.
3697 * gdb.base/break-entry.exp: Likewise.
3698 * gdb.base/break-interp.exp: Likewise.
3699 * gdb.base/dprintf-detach.exp: Likewise.
3700 * gdb.base/nostdlib.exp: Likewise.
3701 * gdb.base/solib-nodir.exp: Likewise.
3702 * gdb.base/statistics.exp: Likewise.
3703 * gdb.base/testenv.exp: Likewise.
3704 * gdb.mi/mi-exec-run.exp: Likewise.
3705 * gdb.mi/mi-start.exp: Likewise.
3706 * gdb.multi/dummy-frame-restore.exp: Likewise.
3707 * gdb.multi/multi-arch-exec.exp: Likewise.
3708 * gdb.multi/multi-arch.exp: Likewise.
3709 * gdb.multi/tids.exp: Likewise.
3710 * gdb.multi/watchpoint-multi.exp: Likewise.
3711 * gdb.python/py-events.exp: Likewise.
3712 * gdb.threads/attach-into-signal.exp: Likewise.
3713 * gdb.threads/attach-stopped.exp: Likewise.
3714 * gdb.threads/threadapply.exp: Likewise.
3715 * lib/selftest-support.exp: Likewise.
3716
26d6cec4
AA
37172018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3718
3719 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3720
4ee89e90
SR
37212018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3722
3723 * gdb.perf/template-breakpoints.cc: New file.
3724 * gdb.perf/template-breakpoints.exp: New file.
3725 * gdb.perf/template-breakpoints.py: New file.
3726
92630041
TT
37272018-03-19 Tom Tromey <tom@tromey.com>
3728
3729 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3730 y0.
3731 * gdb.rust/simple.exp: Test bare identifier form of struct
3732 initializer.
3733
76727919
TT
37342018-03-19 Tom Tromey <tom@tromey.com>
3735
3736 * gdb.gdb/observer.exp: Remove.
3737
194ed413
AA
37382018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3739
3740 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3741 "qualified" option when setting breakpoints.
3742 * gdb.trace/backtrace.exp: Likewise.
3743 * gdb.trace/circ.exp: Likewise.
3744 * gdb.trace/collection.exp: Likewise.
3745 * gdb.trace/disconnected-tracing.exp: Likewise.
3746 * gdb.trace/ftrace-lock.exp: Likewise.
3747 * gdb.trace/ftrace.exp: Likewise.
3748 * gdb.trace/infotrace.exp: Likewise.
3749 * gdb.trace/packetlen.exp: Likewise.
3750 * gdb.trace/passc-dyn.exp: Likewise.
3751 * gdb.trace/qtro.exp: Likewise.
3752 * gdb.trace/read-memory.exp: Likewise.
3753 * gdb.trace/report.exp: Likewise.
3754 * gdb.trace/signal.exp: Likewise.
3755 * gdb.trace/status-stop.exp: Likewise.
3756 * gdb.trace/strace.exp: Likewise.
3757 * gdb.trace/tfind.exp: Likewise.
3758 * gdb.trace/trace-break.exp: Likewise.
3759 * gdb.trace/trace-condition.exp: Likewise.
3760 * gdb.trace/trace-mt.exp: Likewise.
3761 * gdb.trace/tstatus.exp: Likewise.
3762 * gdb.trace/tsv.exp: Likewise.
3763 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3764 * gdb.trace/unavailable.exp: Likewise.
3765 * gdb.trace/while-dyn.exp: Likewise.
3766
8b067d2c
AA
37672018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3768
3769 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3770 that libinproctrace is copied to the target.
3771
3ae9ce5d
TT
37722018-03-14 Tom Tromey <tom@tromey.com>
3773
3774 PR cli/14977:
3775 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3776 a null pointer.
3777 * gdb.base/wchar.exp: Likewise.
3778
b8c2339b
TT
37792018-03-14 Tom Tromey <tom@tromey.com>
3780
3781 PR cli/19918:
3782 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3783 flag.
3784
4872dc46
SM
37852018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3786
3787 PR gdb/22841
3788 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3789 "target" to remote_exec.
3790
e4fe3756
SM
37912018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3792
3793 PR gdb/22841
3794 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3795 ${board}_upload): Remove.
3796
e95a97d4
AA
37972018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3798
3799 * gdb.cp/watch-cp.cc: New test.
3800 * gdb.cp/watch-cp.exp: New file.
3801
dbbb1059
AB
38022018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3803
3804 * gdb.base/infcall-nested-structs.exp: New file.
3805 * gdb.base/infcall-nested-structs.c: New file.
3806 * gdb.base/float.exp: Add riscv support.
3807
ecc054c0
TP
38082018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3809
3810 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3811 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3812
25e3c82c
SDJ
38132018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3814
3815 * gdb.server/abspath.exp: New file.
3816 * lib/gdb.exp (with_cwd): New procedure.
3817
3083294d
SM
38182018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3819
3820 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3821 use it.
3822 (gdb_is_target_remote_prompt): New proc.
3823 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3824 (gdb_is_target_native): Pass prompt parameter to
3825 gdb_is_target_1.
3826
3275ef47
SM
38272018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3828
3829 * gdb.base/load-command.c: New file.
3830 * gdb.base/load-command.exp: New file.
3831 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3832 (gdb_is_target_1): ...this, and generalize for other targets
3833 than just remote.
3834 (gdb_is_target_remote): Use gdb_is_target_1.
3835 (gdb_is_target_native): use gdb_is_target_1.
3836
6893c19a
TT
38372018-02-26 Tom Tromey <tom@tromey.com>
3838
3839 PR python/16497:
3840 * gdb.python/py-framefilter.exp: Update test.
3841
2ddeaf8a
TT
38422018-02-26 Tom Tromey <tom@tromey.com>
3843
3844 * gdb.dwarf2/variant.c: New file.
3845 * gdb.dwarf2/variant.exp: New file.
3846
c9317f21
TT
38472018-02-26 Tom Tromey <tom@tromey.com>
3848
3849 * gdb.rust/simple.exp: Accept more possible results in enum test.
3850
6f6d0c26
SM
38512018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3852
3853 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3854 parentheses.
3855
11b03145
MR
38562018-02-23 Maciej W. Rozycki <macro@mips.com>
3857
3858 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3859 name of a variable: $actual_linejj -> $actual_line.
3860
54a27fe5
JB
38612018-02-21 John Baldwin <jhb@FreeBSD.org>
3862
3863 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3864
de65820c
MM
38652018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3866
3867 * gdb.btrace/buffer-size.exp: Do not force BTS.
3868
980548fd
PA
38692018-02-14 Pedro Alves <palves@redhat.com>
3870
3871 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3872 getting a "Quit".
3873
c4e12631
MM
38742018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3875
3876 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3877 Fix test name.
3878
c2e0e465
SM
38792018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3880
3881 * gdb.cp/m-static.exp: Check type of optimized out static
3882 member.
3883
f7216783
AB
38842018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3885
3886 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3887 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3888
0625771b
LS
38892018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3890 Leszek Swirski <leszeks@google.com>
3891
3892 * gdb.python/py-prettyprint.c
3893 (struct to_string_returns_value_inner,
3894 struct to_string_returns_value_wrapper): New.
3895 (main): Add tsrvw variable.
3896 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3897 ToStringReturnsValueWrapper): New classes.
3898 (register_pretty_printers): Register new pretty-printers.
3899 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3900 recursive pretty printer.
3901 * gdb.python/py-mi.exp: Likewise.
3902
59498c30
LS
39032018-02-01 Leszek Swirski <leszeks@google.com>
3904
3905 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3906 functions with the same name as an include file are parsed
3907 correctly.
3908
d4d38844
YQ
39092018-02-01 Yao Qi <yao.qi@linaro.org>
3910
3911 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3912 "\[^\r\n\]*".
3913
07e5f5cf
NP
39142018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3915
3916 * gdb.arch/powerpc-prologue-frame.s: New file.
3917 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3918 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3919
929b5ad4
JB
39202018-01-31 Joel Brobecker <brobecker@adacore.com>
3921
3922 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3923
e671cd59
PA
39242018-01-30 Pedro Alves <palves@redhat.com>
3925
3926 PR gdb/13211
3927 * gdb.base/interrupt-daemon.c: New.
3928 * gdb.base/interrupt-daemon.exp: New.
3929 * gdb.multi/multi-term-settings.c: New.
3930 * gdb.multi/multi-term-settings.exp: New.
3931
fc413dc4
JB
39322018-01-30 Joel Brobecker <brobecker@adacore.com>
3933
3934 * gdb.base/break.exp: Save the location where the breakpoint
3935 on break.c:47 was actually inserted when debugging the version
3936 compiled at -O2 and use it in the expected output of the "info
3937 break" test performed soon after.
3938
5c319bb2
PA
39392018-01-22 Pedro Alves <palves@redhat.com>
3940 Sergio Durigan Junior <sergiodj@redhat.com>
3941
3942 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3943 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3944
a9e40818
JB
39452018-01-22 Joel Brobecker <brobecker@adacore.com>
3946
3947 * gdb.base/break-include.c, gdb.base/break-include.inc,
3948 gdb.base/break-include.exp: New files.
3949 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3950 line number now being the actual line number where the breakpoint
3951 was inserted.
3952 * gdb.mi/mi-break.exp: Likewise.
3953 * gdb.mi/mi-reverse.exp: Likewise.
3954 * gdb.mi/mi-simplerun.exp: Ditto.
3955
e707fc44
AB
39562018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3957
3958 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3959 varobj.
3960 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3961
ae451627
AB
39622018-01-21 Don Breazeal <donb@codesourcery.com>
3963 Andrew Burgess <andrew.burgess@embecosm.com>
3964
3965 * gdb.mi/basics.c: Add new global.
3966 * gdb.mi/mi-frame-regs.exp: New file.
3967 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3968 case.
3969
b1b189e0
AB
39702018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3971
3972 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3973 non-parameter, and on an unknown symbol.
3974
fcfcc376
TT
39752018-01-19 Tom Tromey <tom@tromey.com>
3976
3977 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3978 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3979
634c1c31
AA
39802018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3981
3982 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3983 setrlimit and chdir to int.
3984
d6ad07fd
AA
39852018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3986
3987 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3988 function.
3989 (my_tend): Likewise.
3990 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3991 rationale of avoiding FP- and vector instructions.
3992
adf8243b
RK
39932018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3994
3995 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3996 "info reg" with "\[ \t\]*".
3997 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3998 "\[ \t\]+".
3999 * gdb.arch/s390-multiarch.exp: Ditto.
4000 * gdb.base/pc-fp.exp: Ditto.
4001 * gdb.reverse/i386-precsave.exp: Ditto.
4002 * gdb.reverse/i386-reverse.exp: Ditto.
4003 * gdb.reverse/i387-env-reverse.exp: Ditto.
4004 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4005
dcc06925
AA
40062018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4007
4008 * lib/gdb.exp (gdb_compile): Re-enable use of
4009 universal_compile_options for languages other than Rust.
4010
25d4fd80
AA
40112018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4012
4013 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4014
ee7f689e 40152018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
4016
4017 PR gdb/16577
4018 * gdb.base/solib-vanish.exp: New.
4019 * gdb.base/solib-vanish-main.c: New.
4020 * gdb.base/solib-vanish-lib1.c: New.
4021 * gdb.base/solib-vanish-lib2.c: New.
4022
d8447b6b
YQ
40232018-01-17 Yao Qi <yao.qi@linaro.org>
4024
4025 * gdb.compile/compile.exp: Match the address printed for
4026 frame in the output of command "bt".
4027
86d6a90c
TT
40282018-01-15 Tom Tromey <tom@tromey.com>
4029
4030 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4031 compute sp_reg.
4032
cbcdb1aa
AB
40332018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4034
4035 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4036 to prepare.
4037 (prepare): Return 0 on error, 1 on success.
4038
eea61984
PA
40392018-01-12 Pedro Alves <palves@redhat.com>
4040
4041 * gdb.base/continue-after-aborted-step-over.c: New.
4042 * gdb.base/continue-after-aborted-step-over.exp: New.
4043
6181e9c2
SM
40442018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4045
4046 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4047 options when not creating an executable.
4048
3cada740
PA
40492018-01-11 Pedro Alves <palves@redhat.com>
4050
4051 PR remote/22597
4052 * gdb.server/stop-reply-no-thread.c: New file.
4053 * gdb.server/stop-reply-no-thread.exp: New file.
4054
c63d3e8d
PA
40552018-01-10 Pedro Alves <palves@redhat.com>
4056
4057 PR gdb/22670
4058 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4059 functions too. Test setting breakpoints and printing C functions
4060 with no debug info too.
4061 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4062
d4c2a405
PA
40632018-01-10 Pedro Alves <palves@redhat.com>
4064
4065 PR gdb/22670
4066 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4067 a fail.
4068
8825213e
PA
40692018-01-10 Pedro Alves <palves@redhat.com>
4070
4071 PR gdb/22670
4072 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4073
605fd3c6
YQ
40742018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4075
4076 * gdb.server/unittest.exp: Match the output in non-development
4077 mode.
4078
1e5ded6c
YQ
40792018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4080
4081 * gdb.gdb/unittest.exp: Match output in non-development mode.
4082
30066b0b
JB
40832018-01-08 Joel Brobecker <brobecker@adacore.com>
4084
4085 * gdb.ada/access_tagged_param.exp: Relax expected output
4086 for value of "ObjL" in "continue" to pck.inspect breakpoint
4087 test.
4088
04bafb1e
XR
40892018-01-08 Joel Brobecker <brobecker@adacore.com>
4090
9f86398b
JB
4091 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4092 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 4093
e379cee6
PA
40942018-01-05 Pedro Alves <palves@redhat.com>
4095
4096 PR gdb/18653
4097 * gdb.base/libsegfault.exp: New.
4098
de63c46b
PA
40992018-01-05 Joel Brobecker <brobecker@adacore.com>
4100
4101 PR gdb/22670
4102 * gdb.ada/access_tagged_param.exp: New file.
4103 * gdb.ada/access_tagged_param/foo.adb: New file.
4104
f98fc17b
PA
41052018-01-05 Pedro Alves <palves@redhat.com>
4106
4107 PR gdb/22670
4108 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4109 exercise lower case too, and to exercise both full matching and
4110 wild matching.
4111
342f8240
JB
41122018-01-05 Joel Brobecker <brobecker@adacore.com>
4113
4114 * gdb.ada/rename_subscript_param: New testcase.
4115
7150d33c
JG
41162018-01-05 Jerome Guitton <guitton@adacore.com>
4117
4118 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4119
cc0e770c
JB
41202018-01-05 Joel Brobecker <brobecker@adacore.com>
4121
4122 * gdb.ada/convvar_comp: New testcase.
4123
672a41aa 41242018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
4125
4126 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4127 (My_Table): New global variable.
4128 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4129
7365ec2f
JB
41302018-01-04 Joel Brobecker <brobecker@adacore.com>
4131
4132 PR gdb/22670
4133 * gdb.ada/maint_with_ada: New testcase.
4134
289483b6
JB
41352018-01-04 Joel Brobecker <brobecker@adacore.com>
4136
4137 PR gdb/22670
4138 * gdb.ada/bp_c_mixed_case: New testcase.
4139
344420da
JB
41402018-01-04 Joel Brobecker <brobecker@adacore.com>
4141
4142 PR gdb/22670
4143 * gdb.ada/complete.exp: Add "complete break ada" test.
4144
66fc87a0
JB
41452018-01-04 Joel Brobecker <brobecker@adacore.com>
4146
4147 PR gdb/22670
4148 * gdb.ada/info_addr_mixed_case: New testcase.
4149
9f757bf7
XR
41502018-01-03 Xavier Roirand <roirand@adacore.com>
4151
4152 * gdb.ada/excep_handle.exp: New testcase.
4153 * gdb.ada/excep_handle/foo.adb: New file.
4154 * gdb.ada/excep_handle/pck.ads: New file.
4155
bd570f80
JB
41562018-01-03 Joel Brobecker <brobecker@adacore.com>
4157
4158 * gdb.base/step-line.c: Add extra empty line in copyright header.
4159 * gdb.base/step-line.inp: Likewise.
4160
9fe561ab
JB
41612018-01-02 Joel Brobecker <brobecker@adacore.com>
4162
4163 * gdb.ada/dyn_stride.exp: Add slice test.
4164
a405673c
JB
41652018-01-02 Joel Brobecker <brobecker@adacore.com>
4166
4167 * gdb.ada/dyn_stride: New testcase.
4168
cef0f868
SH
41692017-12-27 Stafford Horne <shorne@gmail.com>
4170
4171 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4172 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4173
b67d92b0
SH
41742017-12-27 Stafford Horne <shorne@gmail.com>
4175
4176 * gdb.base/reggroups.c: New file.
4177 * gdb.base/reggroups.exp: New file.
4178
eccab96d
JB
41792017-12-18 Joel Brobecker <brobecker@adacore.com>
4180
4181 * gdb.dwarf2/ada-valprint-error.c: New file.
4182 * gdb.dwarf2/ada-valprint-error.exp: New file.
4183
0e2da9f0
JB
41842017-12-18 Joel Brobecker <brobecker@adacore.com>
4185
4186 * gdb.ada/assign_arr: New testcase.
4187
cb923fcc
XR
41882017-12-18 Xavier Roirand <roirand@adacore.com>
4189
4190 * gdb.ada/funcall_ptr: New testcase.
4191
7c161838
SDJ
41922017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4193
4194 PR cli/16224
4195 * gdb.base/ptype-offsets.cc: New file.
4196 * gdb.base/ptype-offsets.exp: New file.
4197
1af17fd9
YQ
41982017-12-15 Yao Qi <yao.qi@linaro.org>
4199
4200 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4201 if XML is disabled.
4202
828d5846
XR
42032017-12-15 Xavier Roirand <roirand@adacore.com>
4204
4205 * gdb.ada/same_component_name: New testcase.
4206
79e8fcaa
JB
42072017-12-14 Joel Brobecker <brobecker@adacore.com>
4208
4209 * gdb.ada/str_binop_equal: New testcase.
4210
e05fa6f9
JB
42112017-12-14 Joel Brobecker <brobecker@adacore.com>
4212
4213 * gdb.ada/task_switch_in_core: New testcase.
4214
b89641ba
SM
42152017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4216
4217 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4218 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4219 call test_bkpt_qualified.
4220 (test_bkpt_qualified): New proc.
4221
6892d2e4
PA
42222017-12-13 Pedro Alves <palves@redhat.com>
4223
4224 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4225 Tighten regexp by matching with an anchor.
4226
a22ecf70
PA
42272017-12-13 Pedro Alves <palves@redhat.com>
4228
4229 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4230 ("expression with namespace"): New set of tests.
4231 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4232 (Nested::Test_NS::qux): New.
4233 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4234 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4235
9937536c
JB
42362017-12-13 Joel Brobecker <brobecker@adacore.com>
4237
4238 * gdb.base/server-del-break.c: New file.
4239 * gdb.base/server-del-break.exp: New file.
4240
fe49c6f5
SH
42412017-12-12 Stafford Horne <shorne@gmail.com>
4242
4243 * gdb.xml/tdesc-regs.exp: Add or1k support.
4244
c3d18620
SH
42452017-12-12 Stafford Horne <shorne@gmail.com>
4246
4247 * gdb.base/bp-permanent.c: Define nop of or1k.
4248
c5f9cfc8
JB
42492017-12-11 Joel Brobecker <brobecker@adacore.com>
4250
4251 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4252 output with components being reordered.
4253
a9c135fc
JB
42542017-12-11 Joel Brobecker <brobecker@adacore.com>
4255
4256 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4257 output with components being reordered.
4258
927aa2e7
JK
42592017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4260 Pedro Alves <palves@redhat.com>
4261
4262 * gdb.base/maint.exp (check for .gdb_index): Check also for
4263 .debug_names.
4264 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4265 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4266 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4267 (.gdb_index used after symbol reloading): Support also .debug_names.
4268 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4269
f17d9474
YQ
42702017-12-08 Yao Qi <yao.qi@linaro.org>
4271
4272 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4273 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4274
a0de8c21
YQ
42752017-12-08 Yao Qi <yao.qi@linaro.org>
4276
4277 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4278 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4279
a738ea1d
YQ
42802017-12-08 Yao Qi <yao.qi@linaro.org>
4281
4282 * gdb.arch/aarch64-tagged-pointer.c: New file.
4283 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4284
1cd9a73b
SDJ
42852017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4286
4287 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4288 "int".
4289
fa6eb693
KS
42902017-12-07 Keith Seitz <keiths@redhat.com>
4291
4292 PR breakpoints/22569
4293 * gdb.linespec/ls-errs.exp: Change expected result of "break
4294 -source this file has spaces.c -line 3".
4295 Check that an explicit source file followed by whitespace is
4296 identified as an invalid explicit location.
4297
883fd55a
KS
42982017-12-07 Keith Seitz <keiths@redhat.com>
4299
4300 * gdb.cp/nested-types.cc: New file.
4301 * gdb.cp/nested-types.exp: New file.
4302 * lib/cp-support.exp: Load data-structures.exp library.
4303 (debug_cp_test_ptype_class): New global.
4304 (cp_ptype_class_verbose, next_line): New procedures.
4305 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4306 Add and document new return value.
4307 Switch the list of lines to a queue.
4308 Add support for new `type' key for nested type definitions.
4309 Add debugging/troubleshooting messages.
4310 * lib/data-structures.exp: New file.
4311
ec72db3e
SM
43122017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4313
4314 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4315 with proc_with_prefix, don't use with_test_prefix.
4316
99598d71
TT
43172017-12-07 Tom Tromey <tom@tromey.com>
4318
4319 * gdb.base/break.exp: Add test for empty "commands".
4320
a8806230
YQ
43212017-12-07 Yao Qi <yao.qi@linaro.org>
4322
4323 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4324 malloc and catch syscall.
4325
824cc835
PM
43262017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4327
e79be6e5 4328 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
4329 tests for explicit locations.
4330
7cc244de
PA
43312017-12-06 Pedro Alves <palves@redhat.com>
4332
4333 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4334 force-disabling XML descriptions.
4335
50a1fdd5
PA
43362017-12-04 Pedro Alves <palves@redhat.com>
4337
4338 PR gdb/22499
4339 * gdb.arch/amd64-disp-step-avx.S: New file.
4340 * gdb.arch/amd64-disp-step-avx.exp: New file.
4341
f0fb2488
PA
43422017-12-03 Pedro Alves <palves@redhat.com>
4343
4344 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4345 and <string.h>.
4346 (parent_function): Print distinct messages when waitpid fails, or
4347 the child exits with a signal, or the child exits for an unhandled
4348 reason.
4349 * gdb.threads/process-dies-while-detaching.exp
4350 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4351 it. Wait for both inferior output and GDB's prompt. Use an
4352 indirect spawn id list.
4353 (do_detach): New parameter 'child_exit'. Use it to compute
4354 expected inferior output.
4355 (test_detach, test_detach_watch, test_detach_killed_outside):
4356 Adjust to pass down the expected child exit kind.
4357
97cbe998
SDJ
43582017-12-01 Joel Brobecker <brobecker@adacore.com>
4359 Sergio Durigan Junior <sergiodj@redhat.com>
4360 Pedro Alves <palves@redhat.com>
4361
4362 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4363
40fc416f
SDJ
43642017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4365
4366 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4367 to 'symbol-file' and 'add-symbol-file' can be
4368 position-independent.
4369
1cc75e92
YQ
43702017-12-01 Yao Qi <yao.qi@linaro.org>
4371
4372 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4373 the URL in copyright header.
4374 * gdb.arch/aarch64-fp.exp: Likewise.
4375 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4376 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4377 * gdb.base/expand-psymtabs.exp: Likewise.
4378 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4379 * gdb.fortran/common-block.exp: Likewise.
4380 * gdb.fortran/common-block.f90: Likewise.
4381 * gdb.fortran/logical.exp: Likewise.
4382 * gdb.fortran/vla-datatypes.f90: Likewise.
4383 * gdb.fortran/vla-sub.f90: Likewise.
4384
875fb7a7
JB
43852017-11-30 Joel Brobecker <brobecker@adacore.com>
4386
4387 * gdb.ada/repeat_dyn: New testcase.
4388
6f14765f
UW
43892017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4390
4391 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4392 Update for changed thread numbering.
4393 * gdb.cell/bt.exp: Update for changed GDB output.
4394
f1af7b94
SM
43952017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4396
4397 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4398 setting isremote by hand.
4399 * boards/dwarf4-gdb-index.exp: Likewise.
4400 * boards/fission.exp: Likewise.
4401 * boards/stabs.exp: Likewise.
4402
e3919f3e
PA
44032017-11-30 Pedro Alves <palves@redhat.com>
4404
4405 * gdb.linespec/cpls-ops.exp
4406 (check_explicit_skips_function_argument): Extract the underlying
4407 type of size_t instead of hardcoding it.
4408
bd69330d
PA
44092017-11-29 Pedro Alves <palves@redhat.com>
4410
4411 PR c++/19436
4412 * gdb.linespec/cpls-abi-tag.cc: New file.
4413 * gdb.linespec/cpls-abi-tag.exp: New file.
4414
a20714ff
PA
44152017-11-29 Pedro Alves <palves@redhat.com>
4416
4417 * gdb.base/langs.exp: Use -qualified.
4418 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4419 it.
4420 * gdb.cp/namespace.exp: Use -qualified.
4421 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4422 (overload-3, template-overload, template-ret-type, const-overload)
4423 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4424 procedures.
4425 (test_driver): Call them.
4426 * gdb.cp/save-bp-qualified.cc: New.
4427 * gdb.cp/save-bp-qualified.exp: New.
4428 * gdb.linespec/explicit.exp: Test -qualified.
4429 * lib/completion-support.exp (completion::explicit_opts_list): Add
4430 "-qualified".
4431 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4432
f6f1d339
PM
44332017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4434
4435 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4436
02ca603a
TT
44372017-11-29 Tom Tromey <tom@tromey.com>
4438
4439 * gdb.base/relocate.exp: Update invalid argument test.
4440 Add new tests for invalid arguments.
4441
ed6c0bfb
TP
44422017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4443
4444 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4445 Return 0 as a long.
4446 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4447
f106e10e
TP
44482017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4449
4450 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4451 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4452 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4453 func ().
4454 * gdb.cp/shadow.cc (B.func): Return 0.
4455
10329bb2
JB
44562017-11-27 Joel Brobecker <brobecker@adacore.com>
4457
4458 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4459 expected output in gdb_expect call to allow the exception
4460 message to be present as well. Fix syntax confusion to avoid
4461 TCL thinking that exception_name is an array.
4462
617cd4bc
UW
44632017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4464
4465 * gdb.arch/spu-info.c: Include <unistd.h>.
4466 (do_signal_test): Fix broken calls to write.
4467 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4468 Fix checks for empty mailboxes. Update signal tests for corrected
4469 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
4470 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4471 * gdb.cell/arch.exp: Use standard_output_file.
4472 * gdb.cell/break.exp: Likewise.
4473 * gdb.cell/bt.exp: Likewise.
4474 * gdb.cell/core.exp: Likewise.
4475 * gdb.cell/dwarfaddr.exp: Likewise.
4476 * gdb.cell/ea-cache.exp: Likewise.
4477 * gdb.cell/ea-standalone.exp: Likewise.
4478 * gdb.cell/f-regs.exp: Likewise.
4479 * gdb.cell/fork.exp: Likewise.
4480 * gdb.cell/gcore.exp: Likewise.
4481 * gdb.cell/mem-access.exp: Likewise.
4482 * gdb.cell/ptype.exp: Likewise.
4483 * gdb.cell/registers.exp: Likewise.
4484 * gdb.cell/sizeof.exp: Likewise.
4485 * gdb.cell/solib-symbol.exp: Likewise.
4486 * gdb.cell/solib.exp: Likewise.
617cd4bc 4487
a81aaca0
PA
44882017-11-25 Pedro Alves <palves@redhat.com>
4489
4490 * gdb.base/complete-empty.exp: New file.
4491 * gdb.base/completion.exp: Adjust.
4492
6a3c6ee4
PA
44932017-11-25 Pedro Alves <palves@redhat.com>
4494
4495 * gdb.linespec/cpls-ops.cc: New file.
4496 * gdb.linespec/cpls-ops.exp: New file.
4497 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4498 factored out from ...
4499 (test_complete_prefix_range): ... this.
4500
8955eb2d
PA
45012017-11-24 Pedro Alves <palves@redhat.com>
4502
4503 * gdb.linespec/cpcompletion.exp: New file.
4504 * gdb.linespec/cpls-hyphen.cc: New file.
4505 * gdb.linespec/cpls.cc: New file.
4506 * gdb.linespec/cpls2.cc: New file.
4507 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4508 test to use test_gdb_complete_unique. Add label completion,
4509 keyword completion and explicit location completion tests.
4510 * lib/completion-support.exp: New file.
4511
e547c119
JB
45122017-11-24 Joel Brobecker <brobecker@adacore.com>
4513
4514 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4515 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4516 when hitting an exception catchpoint.
4517
7c3c1aa8
YQ
45182017-11-22 Yao Qi <yao.qi@linaro.org>
4519
4520 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4521
41bd68f5
SM
45222017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4523
4524 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4525 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4526 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4527
1daad298
YQ
45282017-11-22 Yao Qi <yao.qi@linaro.org>
4529
4530 * gdb.base/info-os.exp: Pass pthreads.
4531 * gdb.multi/multi-attach.exp: Likewise.
4532
88465e87
YQ
45332017-11-22 Yao Qi <yao.qi@linaro.org>
4534
4535 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4536 compiler.
4537
dc196b23
YQ
45382017-11-22 Yao Qi <yao.qi@linaro.org>
4539
4540 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4541 * gdb.base/break-interp.exp: Likewise.
4542 * gdb.base/jit-attach-pie.exp: Likewise.
4543
2400729e
UW
45442017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4545
4546 * gdb.base/float128.c (large128): New variable.
4547 * gdb.base/float128.exp: Add test to print largest __float128 value.
4548
7a26362d
UW
45492017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4550
4551 * gdb.arch/vsx-regs.exp: Update register content checks.
4552
ed0f4273
UW
45532017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4554
4555 * gdb.arch/ppc-longdouble.exp: New file.
4556 * gdb.arch/ppc-longdouble.c: Likewise.
4557
a25d69c6
PA
45582017-11-21 Pedro Alves <palves@redhat.com>
4559
4560 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4561
73fcf641
PA
45622017-11-20 Pedro Alves <palves@redhat.com>
4563
4564 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4565 (long_double_typedef): New typedefs.
4566 Use DEF on double and long double.
4567 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4568 cases.
4569 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4570 and 'long_double_ptr_same_size' locals. Use them to decide
4571 whether cast from array/function to float is valid/invalid.
4572
71a3c369
TT
45732017-11-17 Tom Tromey <tom@tromey.com>
4574
4575 * gdb.rust/traits.rs: New file.
4576 * gdb.rust/traits.exp: New file.
4577
ced9779b
JB
45782017-11-17 Joel Brobecker <brobecker@adacore.com>
4579
4580 * gdb.ada/minsyms: New testcase.
4581
a0922d80
PA
45822017-11-16 Pedro Alves <palves@redhat.com>
4583
4584 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4585 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4586
ea04e54c
PA
45872017-11-16 Pedro Alves <palves@redhat.com>
4588
4589 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4590 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4591
e849ea89
PA
45922017-11-16 Pedro Alves <palves@redhat.com>
4593
4594 * gdb.server/reconnect-ctrl-c.c: New file.
4595 * gdb.server/reconnect-ctrl-c.exp: New file.
4596
d8ae99a7
PM
45972017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4598
4599 * gdb.python/py-rbreak.exp: New file.
4600 * gdb.python/py-rbreak.c: New file.
4601 * gdb.python/py-rbreak-func2.c: New file.
4602
968a13f8
PA
46032017-11-16 Pedro Alves <palves@redhat.com>
4604
4605 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4606 pattern.
4607 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4608 GDB.
4609
71774bc9
SM
46102017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4611
4612 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4613 regex.
4614
ddbb44cf
SM
46152017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4616
4617 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4618 test names.
4619
584a564f
PA
46202017-11-09 Pedro Alves <palves@redhat.com>
4621
4622 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4623 factored out from ...
4624 (top level): ... here, and adjusted to avoid expecting beyond the
4625 prompt in a single gdb_test_multiple.
4626
5ed7a928
PA
46272017-11-09 Pedro Alves <palves@redhat.com>
4628
4629 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4630 output.
4631 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4632 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4633 * gdb.server/ext-run.exp ("kill" test): Likewise.
4634 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4635
a60e0738
PA
46362017-11-09 Pedro Alves <palves@redhat.com>
4637
4638 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4639 match till end of line.
4640
2c88253f
PA
46412017-11-09 Pedro Alves <palves@redhat.com>
4642
4643 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4644
c7a38517
PA
46452017-11-09 Pedro Alves <palves@redhat.com>
4646
4647 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4648 New procedures, factored out from ...
4649 (top level): ... here, and adjusted to avoid expecting beyond the
4650 prompt in one go.
4651
f29f4b6b
PA
46522017-11-09 Pedro Alves <palves@redhat.com>
4653
4654 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4655 output. Fix '?' match.
4656
286acbb5
JB
46572017-11-08 Joel Brobecker <brobecker@adacore.com>
4658
4659 * gdb.ada/scoped_watch: New testcase.
4660 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4661 which is actually correct.
4662 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4663 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4664
62d7ae92
PA
46652017-11-08 Pedro Alves <palves@redhat.com>
4666
4667 * gdb.gdb/complaints.exp (test_initial_complaints)
4668 (test_serial_complaints, test_short_complaints): Call
4669 complaint_internal instead of complaint.
4670
280ca31f
DT
46712017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4672
4673 * gdb.threads/tls-core.c: New file.
4674 * gdb.threads/tls-core.exp: Likewise.
4675
b5ec771e
PA
46762017-11-08 Pedro Alves <palves@redhat.com>
4677
4678 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4679 (p Exported_Capitalized): New test.
4680 (p exported_capitalized): New test.
4681
a02b41a7
PA
46822017-11-07 Pedro Alves <palves@redhat.com>
4683
4684 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4685
95e95a6d
PA
46862017-11-07 Pedro Alves <palves@redhat.com>
4687
4688 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4689 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4690 (disable_invalid, disable_inverted, disable_negative): New
4691 procedures.
4692 ("bad numbers"): New set of tests.
4693
cee62dbd
PA
46942017-11-07 Pedro Alves <palves@redhat.com>
4695
4696 * gdb.cp/ena-dis-br-range.exp: Add tests.
4697
cc638e86
PA
46982017-11-07 Pedro Alves <palves@redhat.com>
4699
4700 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4701
d0fe4701
XR
47022017-11-07 Xavier Roirand <roirand@adacore.com>
4703 Pedro Alves <palves@redhat.com>
4704
4705 * gdb.base/ena-dis-br.exp: Add reference to
4706 gdb.cp/ena-dis-br-range.exp.
4707 * gdb.cp/ena-dis-br-range.exp: New file.
4708 * gdb.cp/ena-dis-br-range.cc: New file.
4709
46f67f80
PA
47102017-11-06 Pedro Alves <palves@redhat.com>
4711
4712 * gdb.base/attach-non-pgrp-leader.c: New.
4713 * gdb.base/attach-non-pgrp-leader.exp: New.
4714
726e1356
PA
47152017-11-06 Pedro Alves <palves@redhat.com>
4716
4717 * configure.ac: No longer check for termio.h and sgtty.h.
4718 * configure: Regenerate.
4719 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4720 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4721 Remove termio and sgtty code.
4722
50ab6ace
YQ
47232017-11-03 Yao Qi <yao.qi@linaro.org>
4724
4725 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4726 in GDB is disabled.
4727
8e68731c
YQ
47282017-11-03 Yao Qi <yao.qi@linaro.org>
4729
4730 * gdb.python/py-thrhandle.exp: Skip it if python is not
4731 enabled.
4732
3a87ae65
SM
47332017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4734
4735 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4736 as a breakpoint command.
4737
484d8d36
MD
47382017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4739
4740 PR python/21213
4741 * gdb.python/py-infthread.exp: Test calling
4742 InferiorThread.inferior () multiple times in a row.
4743
4a27f119
KS
47442017-10-27 Keith Seitz <keiths@redhat.com>
4745
4746 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4747 Test "info break" for every inlined function breakpoint.
4748
bb11dd58
YQ
47492017-10-27 Yao Qi <yao.qi@linaro.org>
4750
4751 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4752
a43f3893
PF
47532017-10-26 Patrick Frants <osscontribute@gmail.com>
4754
4755 * gdb.cp/classes.exp (test_static_members): Test printing
4756 Outer::instance.
4757 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4758 (Inner::instance, Outer::instance): New.
4759
792ccf00
PA
47602017-10-24 Pedro Alves <palves@redhat.com>
4761
4762 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4763 extra console" test in two stages.
4764
eb2bfbad
PA
47652017-10-24 Pedro Alves <palves@redhat.com>
4766
4767 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4768
1f75a651
PA
47692017-10-24 Pedro Alves <palves@redhat.com>
4770
4771 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4772 loop.
4773
779990d9
PA
47742017-10-24 Pedro Alves <palves@redhat.com>
4775
4776 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4777 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4778
ad9b8f5d
PA
47792017-10-24 Pedro Alves <palves@redhat.com>
4780
4781 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4782 parameter and handle it. Don't output read value in test name.
4783
fee6da6e
PA
47842017-10-24 Pedro Alves <palves@redhat.com>
4785
4786 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4787 custom test name.
4788
10389c2c
PA
47892017-10-24 Pedro Alves <palves@redhat.com>
4790
4791 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4792 include the unstable output directory name in the test's name.
4793 (initial_setup_simple) <'set args'>: Use custom test name.
4794
a80e65a9
PA
47952017-10-24 Pedro Alves <palves@redhat.com>
4796
4797 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4798 with explicit test name.
4799
15763a09
PA
48002017-10-20 Pedro Alves <palves@redhat.com>
4801
4802 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4803 'wait -i'. Use gdb_assert and remote_close.
4804
49a4ce2e
AB
48052017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4806
4807 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4808 number from variable rather than hard-coded.
4809
a75868f5
PA
48102017-10-19 Pedro Alves <palves@redhat.com>
4811
4812 * gdb.base/long-inferior-output.c: New file.
4813 * gdb.base/long-inferior-output.exp: New file.
4814
c8ba13ad
KS
48152017-11-18 Keith Seitz <keiths@redhat.com>
4816
4817 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4818 method.
4819 (main): Call it.
4820 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4821 Add additional user-defined conversion operator tests.
4822
b27de576
PA
48232017-10-17 Pedro Alves <palves@redhat.com>
4824
4825 * boards/native-stdio-gdbserver.exp: Load "local-board".
4826
8484c955
PA
48272017-10-17 Pedro Alves <palves@redhat.com>
4828
4829 * gdb.base/quit-live.c: New file.
4830 * gdb.base/quit-live.exp: New file.
4831
83d5a34d
KS
48322017-10-16 Keith Seitz <keiths@redhat.com>
4833
4834 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4835 (class_with_protected_typedef, class_with_private_typedef)
4836 (struct_with_public_typedef, struct_with_protected_typedef)
4837 (struct_with_private_typedef): New classes/structs.
4838 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4839 typedefs and access specifiers.
4840
739b3f1d
PA
48412017-10-16 Pedro Alves <palves@redhat.com>
4842 Simon Marchi <simon.marchi@polymtl.ca>
4843
4844 * README (Local vs Remote vs Native): New section.
4845 * boards/local-board.exp: New file, with bits factored out from
4846 ...
4847 * boards/native-extended-gdbserver.exp: ... here. Load
4848 "local-board".
4849 * boards/native-gdbserver.exp: Load "local-board".
4850 (${board}_spawn, ${board}_exec): Delete.
4851 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4852 ...
4853 * boards/stdio-gdbserver-base.exp: ... this new file.
4854 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4855 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4856 procedure.
4857 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4858 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4859 stdio_gdbserver_command.
4860 (${board}_get_remote_address, ${board}_get_comm_port)
4861 (${board}_download, ${board}_upload): Delete.
4862 (get_target_remote_pipe_cmd): New.
4863
fe68b953
SM
48642017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4865
4866 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4867 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4868 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4869 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4870 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4871 remove with_test_prefix.
4872
300b6685
PA
48732017-10-13 Pedro Alves <palves@redhat.com>
4874
4875 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4876 * gdb.base/annota1.exp: Use it instead of is_remote.
4877 * gdb.base/annota3.exp: Use it instead of is_remote.
4878 * gdb.cp/annota2.exp: Use it instead of is_remote.
4879 * gdb.cp/annota3.exp: Use it instead of is_remote.
4880 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4881
50500caf
PA
48822017-10-13 Pedro Alves <palves@redhat.com>
4883
4884 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4885 (test_num_test_vars, run_and_count_vars, find_env)
4886 (test_set_unset_env, test_inherit_env_var): New procedures.
4887 (top level): Use them.
4888
dad0c6d2
PA
48892017-10-13 Pedro Alves <palves@redhat.com>
4890
4891 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4892 also skip on stub-like targets.
4893
8b0553c1
PA
48942017-10-13 Pedro Alves <palves@redhat.com>
4895
4896 PR gdb/22293
4897 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4898 (top level): Move some tests to ...
4899 (test_not_found): ... this new procedure.
4900 (top level): Call it.
4901
7594f623
PA
49022017-10-13 Pedro Alves <palves@redhat.com>
4903
4904 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4905 expect different "info terminal" output if testing with a
4906 non-native target.
4907
ebe3b402
PA
49082017-10-13 Pedro Alves <palves@redhat.com>
4909 Simon Marchi <simon.marchi@polymtl.ca>
4910
4911 PR python/12966
4912 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4913
42f1b161
PA
49142017-10-13 Pedro Alves <palves@redhat.com>
4915
4916 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4917 already.
4918
8d6ef72b
PA
49192017-10-13 Pedro Alves <palves@redhat.com>
4920
4921 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4922 is_remote.
4923
d7bcd5b8
PA
49242017-10-13 Pedro Alves <palves@redhat.com>
4925
4926 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4927 is_remote.
4928
df479dc6
PA
49292017-10-13 Pedro Alves <palves@redhat.com>
4930
4931 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4932 is set.
4933 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4934 instead of is_remote.
4935
23fb630a
PA
49362017-10-13 Pedro Alves <palves@redhat.com>
4937
4938 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4939 (top level): Add comment.
4940
cc77b1dc
PA
49412017-10-13 Pedro Alves <palves@redhat.com>
4942
4943 * gdb.base/remote.exp (top level): Fix comment typo and add
4944 missing return.
4945
27c9e813
PA
49462017-10-13 Pedro Alves <palves@redhat.com>
4947 Simon Marchi <simon.marchi@polymtl.ca>
4948
4949 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4950 calls and add comments. Skip test if use_gdb_stub is set.
4951 (top level): Use "set cwd" command instead of "cd" command.
4952
5e830d98
PA
49532017-10-13 Pedro Alves <palves@redhat.com>
4954
4955 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4956 is_remote target check.
4957
f5ca0032
PA
49582017-10-13 Pedro Alves <palves@redhat.com>
4959
4960 * gdb.base/scope.exp: Use build_executable + clean_restart +
4961 gdb_file_cmd instead of prepare_for_testing and no longer skip
4962 "before run" tests on is_remote target boards. Update comments.
4963 * boards/native-extended-gdbserver.exp
4964 (extended_gdbserver_load_last_file): New, factored out from ...
4965 (gdb_load): ... this. Move further below and add comment.
4966 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4967
8aed1c0d
PA
49682017-10-12 Pedro Alves <palves@redhat.com>
4969
4970 * gdb.base/attach.exp: Remove references to gdb64.
4971 * gdb.base/dbx.exp: Remove references to gdb64.
4972
cfa34c87
SM
49732017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4974 Pedro Alves <palves@redhat.com>
4975
4976 * gdb.base/label.exp: Remove is_remote target check.
4977
9192b7de
PA
49782017-10-12 Pedro Alves <palves@redhat.com>
4979
4980 * gdb.base/auvx.exp (coredir): Update comment.
4981 (top level) <core_works>: Use "set cwd" command instead of "cd"
4982 command.
4983
6bf0052d
PA
49842017-10-12 Pedro Alves <palves@redhat.com>
4985 Simon Marchi <simon.marchi@polymtl.ca>
4986
4987 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4988 target boards.
4989
e48ef82d
PA
49902017-10-12 Pedro Alves <palves@redhat.com>
4991 Simon Marchi <simon.marchi@polymtl.ca>
4992
4993 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4994 Instead skip if there's any gdb_protocol set.
4995
8d7aea57
SM
49962017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4997 Pedro Alves <palves@redhat.com>
4998
4999 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5000
30440677
PA
50012017-10-12 Pedro Alves <palves@redhat.com>
5002 Simon Marchi <simon.marchi@polymtl.ca>
5003
5004 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5005 instead of on dejagnu remote boards.
5006
4e04f045 50072017-10-12 Pedro Alves <palves@redhat.com>
175654b9 5008 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
5009
5010 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5011 checks. Use build_executable + clean_restart instead of
5012 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5013 of enabling non-stop after starting gdb.
5014
871a186e
PA
50152017-10-12 Pedro Alves <palves@redhat.com>
5016
5017 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5018 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5019 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5020 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5021
56d704da
AK
50222017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5023
5024 * gdb.arch/arc-tdesc-cpu.exp: New file.
5025 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5026
2f20e312
SM
50272017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5028
5029 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5030
65630365
PA
50312017-10-10 Pedro Alves <palves@redhat.com>
5032
5033 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5034 expect CLI output.
5035
bf469271
PA
50362017-10-10 Pedro Alves <palves@redhat.com>
5037
5038 * lib/selftest-support.exp (selftest_setup): Update for
5039 captured_command_loop's prototype change.
5040
777a42f1
PA
50412017-10-09 Pedro Alves <palves@redhat.com>
5042
5043 Test both arch1=>arch2 and arch2=>arch1.
5044
5045 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5046 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5047 factored out to...
5048 (append_arch1_options, append_arch2_options, append_arch_options)
5049 (build_executables): New procedures.
5050 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5051 local.
5052 (top level): Add new 'first_arch' testing axis.
5053
cbd2b4e3
PA
50542017-10-09 Pedro Alves <palves@redhat.com>
5055
5056 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5057 (barrier): New.
5058 (thread_start, all_started): New functions.
5059 (main): Spawn new thread and wait until it is scheduled.
5060 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5061 option.
5062 (do_test): Add 'selected_thread' parameter. Run to all_started
5063 instead of main. Explicitly set the breakpoint at main. Switch
5064 to the SELECTED_THREAD thread.
5065 (top level): Test handling the exec event with either the main
5066 thread or the second thread selected.
5067
5c9e4427
PA
50682017-10-09 Pedro Alves <palves@redhat.com>
5069
5070 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5071 logic. Move STOP marker after the value checks.
5072 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5073 regexp.
5074
b3b7c423
SL
50752017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5076
5077 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5078
3b4b2f16
UW
50792017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5080
5081 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5082 integer-to-dfp conversion.
5083 * gdb.base/dfp-test.exp: Likewise.
5084
5cd63fda
PA
50852017-10-04 Pedro Alves <palves@redhat.com>
5086
5087 * gdb.multi/hangout.c: Include <unistd.h>.
5088 (hangout_loop): New function.
5089 (main): Call alarm. Call hangout_loop in a loop.
5090 * gdb.multi/hello.c: Include <unistd.h>.
5091 (hello_loop): New function.
5092 (main): Call alarm. Call hangout_loop in a loop.
5093 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5094 inferior with the other selected.
5095
4c71c105
SM
50962017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5097
5098 * gdb.mi/list-thread-groups-available.exp: New file.
5099 * gdb.mi/list-thread-groups-available.c: New file.
5100
bc3b087d
SDJ
51012017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5102
5103 * gdb.base/set-cwd.exp: Make it available on
5104 native-extended-gdbserver.
5105
d092c5a2
SDJ
51062017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5107
5108 * gdb.base/set-cwd.c: New file.
5109 * gdb.base/set-cwd.exp: Likewise.
5110
45320ffa
TT
51112017-10-02 Tom Tromey <tom@tromey.com>
5112
5113 PR rust/22236:
5114 * gdb.rust/simple.rs (main): New variable "fslice".
5115 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5116
b3e3859b
TT
51172017-10-02 Tom Tromey <tom@tromey.com>
5118
5119 * gdb.rust/simple.exp: Test ptype of a slice.
5120
01af5e0d
TT
51212017-10-02 Tom Tromey <tom@tromey.com>
5122
5123 * gdb.rust/simple.exp: Test index of slice.
5124
a9bbfbd8
TT
51252017-09-27 Tom Tromey <tom@tromey.com>
5126
5127 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5128
df8899e5
TP
51292017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5130 Pedro Alves <palves@redhat.com>
5131
5132 * gdb.base/compare-sections.exp (get value of read-only section): Read
5133 as unsigned value.
5134 (corrupt read-only section): Likewise and don't set written if patching
5135 failed.
5136
757bf54b
KB
51372017-09-21 Kevin Buettner <kevinb@redhat.com>
5138
5139 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5140 files.
5141
06871ae8
PA
51422017-09-20 Pedro Alves <palves@redhat.com>
5143
5144 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5145 symbol names in gdb's output.
5146 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5147
e5f25bc5
PA
51482017-09-20 Pedro Alves <palves@redhat.com>
5149
5150 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5151 Rename to ...
5152 (test_list_ambiguous_symbol): ... this and add a symbol name
5153 parameter. Adjust.
5154 (test_list_ambiguous_function): Reimplement on top of
5155 test_list_ambiguous_symbol and also test listing ambiguous
5156 variables.
5157 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5158 (ambiguous_fun): ... this.
5159 (ambiguous_var): New.
5160 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5161 (ambiguous_fun): ... this.
5162 (ambiguous_var): New.
5163
4e5a4f58
JB
51642017-09-19 John Baldwin <jhb@FreeBSD.org>
5165
5166 * gdb.base/starti.c: New file.
5167 * gdb.base/starti.exp: New file.
5168 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5169
26e53f3e
PA
51702017-09-14 Pedro Alves <palves@redhat.com>
5171
5172 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5173 (top level): Use it instead of runto.
5174
cb791d59
TT
51752017-09-11 Tom Tromey <tom@tromey.com>
5176
5177 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5178
7c96f8c1
TT
51792017-09-11 Tom Tromey <tom@tromey.com>
5180
5181 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5182 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5183
469412dd
CW
51842017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5185
5186 * gdb.fortran/printing-types.exp: New file.
5187 * gdb.fortran/printing-types.exp: New file.
5188
e0f86435
BH
51892017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5190
5191 * gdb.fortran/vla-ptype.exp: Fix typos.
5192 * gdb.fortran/vla-value.exp: Same.
5193
9e9af4be
BH
51942017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5195
5196 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5197 * gdb.mi/mi-var-child-f.exp: Likewise.
5198 * gdb.mi/mi-vla-fortran.exp: Likewise.
5199
a5ad232b 52002017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
5201 Christoph Weinmann <christoph.t.weinmann@intel.com>
5202 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
5203
5204 * gdb.fortran/ptr-indentation.f90: New file.
5205 * gdb.fortran/ptr-indentation.exp: New file.
5206
5aec60eb
TT
52072017-09-05 Tom Tromey <tom@tromey.com>
5208
5209 PR gdb/22010:
5210 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5211
8f8f8152
TP
52122017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5213
5214 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5215
fbd1b771
JK
52162017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5217
5218 * gdb.threads/tls-nodebug-pie.c: New file.
5219 * gdb.threads/tls-nodebug-pie.exp: New file.
5220
5eb5f850
TT
52212017-09-05 Tom Tromey <tom@tromey.com>
5222
5223 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5224 for rust.
5225
ae780a21
SM
52262017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5227
5228 * gdb.multi/multi-arch-exec.exp: Test with different
5229 "follow-exec-mode" settings.
5230 (do_test): New procedure.
5231
3693fdb3
PA
52322017-09-04 Pedro Alves <palves@redhat.com>
5233
5234 * gdb.base/func-static.c (S::method const, S::method volatile)
5235 (S::method volatile const): New methods.
5236 (c_s, v_s, cv_s): New instances.
5237 (main): Call method() on them.
5238 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5239 (cannot_resolve): New procedure.
5240 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5241 print-quote-unquoted columns.
5242 (do_test): Test printing each scope too.
5243
e68cb8e0
PA
52442017-09-04 Pedro Alves <palves@redhat.com>
5245
5246 * gdb.base/local-static.exp: Also test with
5247 class::method::variable wholly quoted.
5248 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5249
858be34c
PA
52502017-09-04 Pedro Alves <palves@redhat.com>
5251
5252 * gdb.base/local-static.c: New.
5253 * gdb.base/local-static.cc: New.
5254 * gdb.base/local-static.exp: New.
5255
46a4882b
PA
52562017-09-04 Pedro Alves <palves@redhat.com>
5257
5258 * gdb.asm/asm-source.exp: Add casts to int.
5259 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5260 (dataglobal64_1, dataglobal64_2): New globals.
5261 * gdb.base/nodebug.exp: Test different expressions involving the
5262 new globals, with print, whatis and ptype. Add casts to int.
5263 * gdb.base/solib-display.exp: Add casts to int.
5264 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5265 * gdb.cp/m-static.exp: Add cast to int.
5266 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5267 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5268 tls variable with no debug info without a cast. Test with a cast
5269 to int too.
5270 * gdb.trace/entry-values.exp: Add casts.
5271
2c5a2be1
PA
52722017-09-04 Pedro Alves <palves@redhat.com>
5273
5274 * gdb.base/nodebug.exp: Test that ptype's error about functions
5275 with unknown return type includes the function name too.
5276
7022349d
PA
52772017-09-04 Pedro Alves <palves@redhat.com>
5278
5279 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5280 return type of munmap in infcall.
5281 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5282 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5283 type of ftell in infcall.
5284 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5285 type of getpid in infcall.
5286 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5287 infcall.
5288 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5289 Bail on failure to extract the pid.
5290 * gdb.base/nodebug.c: #include <stdint.h>.
5291 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5292 New functions.
5293 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5294 Change expected output of print/whatis/ptype with functions with
5295 no debug info. Test all supported languages. Call
5296 test_call_promotion.
5297 * gdb.compile/compile.exp: Adjust expected output to expect
5298 warning.
5299 * gdb.threads/siginfo-threads.exp: Likewise.
5300
54990598
PA
53012017-09-04 Pedro Alves <palves@redhat.com>
5302
5303 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5304 "prototypes". Test calling float functions via prototyped and
5305 unprototyped function pointers.
5306 (perform_all_tests): New parameter "prototypes". Pass it down.
5307 (top level): Pass down "prototypes" parameter to
5308 perform_all_tests.
5309
34d16ea2
SM
53102017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5311
5312 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5313 Test with nested loops.
5314
9521ecda
SM
53152017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5316
5317 * gdb.base/commands.exp: Call the new procedures.
5318 (loop_break_test, loop_continue_test): New procedures.
5319
80a65e9b
SM
53202017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5321
5322 * gdb.base/commands.exp: Call new procedure.
5323 (define_if_without_arg_test): New procedure.
5324
e439fa14
PA
53252017-09-04 Pedro Alves <palves@redhat.com>
5326
5327 * gdb.base/list-ambiguous.exp: New file.
5328 * gdb.base/list-ambiguous0.c: New file.
5329 * gdb.base/list-ambiguous1.c: New file.
5330 * gdb.base/list.exp (test_list_range): Adjust expected output.
5331
0a2dde4a
SDJ
53322017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5333
5334 * gdb.base/share-env-with-gdbserver.c: New file.
5335 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5336
5e89eb3a
SM
53372017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5338
5339 * gdb.base/commands.exp (gdbvar_simple_if_test,
5340 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5341 progvar_simple_if_test, progvar_simple_while_test,
5342 progvar_complex_if_while_test, user_defined_command_test,
5343 user_defined_command_args_eval,
5344 user_defined_command_args_stack_test,
5345 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5346 temporary_breakpoint_commands,
5347 gdb_test_no_prompt, redefine_hook_test,
5348 redefine_backtrace_test): Remove "global gdb_prompt".
5349
fd437cbc
SM
53502017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5351
5352 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5353 New proc, call it from toplevel.
5354
87215ad1
SDJ
53552017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5356
5357 PR remote/21852
5358 * gdb.server/normal.c: New file, copied from gdb.base.
5359 * gdb.server/run-without-local-binary.exp: New file.
5360
58afddc6
WP
53612017-08-07 Weimin Pan <weimin.pan@oracle.com>
5362
5363 * gdb.arch/sparc64-adi.exp: New file.
5364 * gdb.arch/sparc64-adi.c: New file.
5365
5277199a
PA
53662017-08-22 Pedro Alves <palves@redhat.com>
5367
5368 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5369 (top level): Add "list all overloads" tests.
5370
14278e1f
TT
53712017-08-22 Tom Tromey <tom@tromey.com>
5372
5373 * gdb.gdb/xfullpath.exp: Remove.
5374
bf223d3e
PA
53752017-08-21 Pedro Alves <palves@redhat.com>
5376
5377 PR gdb/19487
5378 * gdb.base/symbol-alias.c: New.
5379 * gdb.base/symbol-alias2.c: New.
5380 * gdb.base/symbol-alias.exp: New.
5381
c973d0aa
PA
53822017-08-21 Pedro Alves <palves@redhat.com>
5383
5384 * gdb.base/dfp-test.c
5385 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5386 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5387 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5388 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5389 * gdb.base/whatis-ptype-typedefs.c: New.
5390 * gdb.base/whatis-ptype-typedefs.exp: New.
5391 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5392 (an_int, an_int_type, an_int_type2): New globals.
5393 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5394 involving typedefs and cast expressions.
5395 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5396 (lookup_typedefs_function): New.
5397 (typedefs_pretty_printers_dict): New.
5398 (top level): Register lookup_typedefs_function in
5399 gdb.pretty_printers.
5400
6d580b63
YQ
54012017-08-18 Yao Qi <yao.qi@linaro.org>
5402
5403 * gdb.server/unittest.exp: New.
5404
206726fb
SDJ
54052017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5406
5407 PR gdb/21954
5408 * gdb.base/environ.exp: Add test to check if 'unset environment'
5409 works.
5410
bf0ec4c2
AA
54112017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5412
5413 * lib/gdb.exp (universal_compile_options): New caching proc.
5414 (gdb_compile): Suppress GCC's coloring of messages.
5415
d6382fff
TT
54162017-08-14 Tom Tromey <tom@tromey.com>
5417
5418 PR gdb/21675:
5419 * gdb.base/printcmds.exp (test_radices): New function.
5420 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5421 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5422 * lib/gdb.exp (get_integer_valueof): Use p/d.
5423
c2c2dd9f
SM
54242017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5425
5426 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5427 characters.
5428
fdffd6f4
TT
54292017-08-05 Tom Tromey <tom@tromey.com>
5430
5431 * gdb.rust/simple.exp: Allow String to appear in a different
5432 namespace.
5433
27d41eac
YQ
54342017-07-26 Yao Qi <yao.qi@linaro.org>
5435
5436 * gdb.gdb/unittest.exp: Invoke command
5437 "maintenance check xml-descriptions".
5438
031ed05d
AA
54392017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5440
5441 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5442 calling context.
5443 (hex128): Drop erroneous calculation of parameters.
5444
dcd27ddf
SM
54452017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5446
5447 * gdb.python/py-unwind.exp: Disable stack protection when
5448 building test file.
5449
47e77640
PA
54502017-07-20 Pedro Alves <palves@redhat.com>
5451
5452 * gdb.base/default.exp (set language): Adjust expected output.
5453
62d2a18a
PA
54542017-07-20 Pedro Alves <palves@redhat.com>
5455
5456 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5457 (test_minsym): ... this, and make static.
5458 (get_pck__foo__bar__minsym): Rename to ...
5459 (get_test_minsym): ... this.
5460 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5461 symbol names and comments.
5462 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5463 (get_test_minsym): ... this.
5464 (pck__foo__bar__minsym__2): Rename to ...
5465 (test_minsym): ... this.
5466 (main): Adjust.
5467
c45ec17c
PA
54682017-07-17 Pedro Alves <palves@redhat.com>
5469
5470 * gdb.base/completion.exp: Adjust expected output.
5471 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5472 the completer works.
5473
c6756f62
PA
54742017-07-17 Pedro Alves <palves@redhat.com>
5475
5476 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5477
5bd68487
AB
54782017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5479
5480 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5481
8880f2a9
TT
54822017-07-14 Tom Tromey <tom@tromey.com>
5483
5484 PR rust/21764:
5485 * gdb.rust/simple.exp: Add tests.
5486
65547233
TT
54872017-07-14 Tom Tromey <tom@tromey.com>
5488
5489 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5490
8f14146e
PA
54912017-07-14 Pedro Alves <palves@redhat.com>
5492
5493 * gdb.linespec/base/one/thefile.cc (z1): New function.
5494 * gdb.linespec/base/two/thefile.cc (z2): New function.
5495 * gdb.linespec/linespec.exp: Add tests.
5496
b4365d02
AB
54972017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5498
5499 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5500 to mi_create_breakpoint.
5501
5d2cbaa5
AB
55022017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5503
5504 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5505 mi_create_breakpoint.
5506
11cb5716
IB
55072017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5508
5509 * gdb.dlang/demangle.exp: Update for demangling changes.
5510
03278692
TT
55112017-07-09 Tom Tromey <tom@tromey.com>
5512
5513 * gdb.dwarf2/shortpiece.exp: New file.
5514
33c5cd75
DB
55152017-07-06 David Blaikie <dblaikie@gmail.com>
5516
5517 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5518 built from fissiont-multi-cu{1,2}.c.
5519 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5520 except putting 'main' and 'func' in separate CUs in the same DWO file.
5521 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5522 test.
5523 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5524 test.
5525
8455d262
PA
55262017-07-06 Pedro Alves <palves@redhat.com>
5527
5528 * gdb.python/py-unwind.exp: Test flushregs.
5529
dc4bde35
SDJ
55302017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5531
5532 PR cli/21688
5533 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5534 tests for alias commands and trailing whitespace.
5535
51ed89aa
SDJ
55362017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5537
5538 PR cli/21688
5539 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5540 procedure. Call it.
5541
eb17d413
PA
55422017-06-29 Pedro Alves <palves@redhat.com>
5543
5544 * gdb.base/printcmds.exp: Add tests.
5545
41664b45
DG
55462017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5547
5548 PR gdb/21337
5549 * gdb.base/reread-readsym.exp: New file.
5550 * gdb.base/reread-readsym.c: New file.
5551
75312ae3
KB
55522017-06-21 Kevin Buettner <kevinb@redhat.com>
5553
5554 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5555 subpattern.
5556
66953522
PB
55572017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5558
5559 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5560 extended mnemonic.
5561 * gdb.arch/powerpc-power9.s: Likewise.
5562
5524b525
AA
55632017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5564
5565 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5566 on 32-bit x86 targets. Exploit is_*_target macros where
5567 appropriate.
5568
03c8af18
AA
55692017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5570
5571 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5572 register pieces.
5573
3bf31011
AA
55742017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5575
5576 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5577 located in one or more DWARF pieces.
5578
805acca0
AA
55792017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5580
5581 * lib/gdb.exp (get_endianness): New proc.
5582 * gdb.arch/aarch64-fp.exp: Use it.
5583 * gdb.arch/altivec-regs.exp: Likewise.
5584 * gdb.arch/e500-regs.exp: Likewise.
5585 * gdb.arch/vsx-regs.exp: Likewise.
5586 * gdb.base/dump.exp: Likewise.
5587 * gdb.base/funcargs.exp: Likewise.
5588 * gdb.base/gnu_vector.exp: Likewise.
5589 * gdb.dwarf2/formdata16.exp: Likewise.
5590 * gdb.dwarf2/implptrpiece.exp: Likewise.
5591 * gdb.dwarf2/nonvar-access.exp: Likewise.
5592 * gdb.python/py-inferior.exp: Likewise.
5593 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5594
e9352324
AA
55952017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5596
5597 PR gdb/21226
5598 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5599 stack value pieces are taken from the LSB end.
5600
d5d1163e
AA
56012017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5602
5603 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5604 variable at nonzero offset.
5605
0567c986
AA
56062017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5607
5608 * gdb.dwarf2/var-access.c: New file.
5609 * gdb.dwarf2/var-access.exp: New test.
5610 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5611
973e9aab
TT
56122017-06-12 Tom Tromey <tom@tromey.com>
5613
5614 * gdb.dwarf2/formdata16.exp: Add tests.
5615
d9109c80
TT
56162017-06-12 Tom Tromey <tom@tromey.com>
5617
5618 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5619
30a25466
TT
56202017-06-12 Tom Tromey <tom@tromey.com>
5621
5622 PR exp/16225:
5623 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5624 * gdb.arch/vsx-regs.exp: Update tests.
5625 * gdb.arch/s390-vregs.exp (hex128): New proc.
5626 Update test.
5627 * gdb.arch/altivec-regs.exp: Update tests.
5628
aefd8b33
SDJ
56292017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5630
5631 * gdb.base/startup-with-shell.c: New file.
5632 * gdb.base/startup-with-shell.exp: Likewise.
5633
2090129c
SDJ
56342017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5635
5636 * gdb.server/non-existing-program.exp: Update regex in order to
5637 reflect the fact that gdbserver is now using fork_inferior (with a
5638 shell) to startup the inferior.
5639
8e86a419
SM
56402017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5641
5642 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5643 support function calls from GDB.
5644
e6cf65f2
TT
56452017-05-21 Tom Tromey <tom@tromey.com>
5646
5647 PR rust/21466:
5648 * gdb.rust/unsized.exp: New file.
5649 * gdb.rust/unsized.rs: New file.
5650
43cc5389
TT
56512017-05-19 Tom Tromey <tom@tromey.com>
5652
5653 PR rust/21484:
5654 * gdb.rust/watch.exp: New file.
5655 * gdb.rust/watch.rs: New file.
5656
ec8df234
TT
56572017-05-18 Tom Tromey <tom@tromey.com>
5658
5659 * gdb.rust/simple.exp: Allow Box to be qualified.
5660
3e3e7fae
TP
56612017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5662
5663 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5664
59cc050d
PA
56652017-05-18 Pedro Alves <palves@redhat.com>
5666
5667 * gdb.base/fileio.c (test_write, test_read, test_close)
5668 (test_fstat): Don't print 'ret' in the fail path.
5669
c8f6abd1
PA
56702017-05-18 Pedro Alves <palves@redhat.com>
5671
5672 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5673 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5674 (test_system, test_rename, test_unlink, test_time): Change
5675 prototypes.
5676 * gdb.base/fileio.exp (stop_msg): Adjust.
5677
d2a03b77
PA
56782017-05-18 Pedro Alves <palves@redhat.com>
5679
5680 * gdb.base/fileio.c (null_str): New global.
5681 (test_stat): Use it.
5682 * gdb.base/fileio.exp: Remove nowarnings.
5683
0d5c6999
YQ
56842017-05-17 Yao Qi <yao.qi@linaro.org>
5685
5686 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5687
21873064
YQ
56882017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5689
5690 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5691 argument command.
5692 (top-level): Invoke test_set_inferior_tty.
5693
d512d31c
PA
56942017-05-04 Pedro Alves <palves@redhat.com>
5695
5696 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5697 Add parens to print call for Python 3.
5698
90cef2ed
KS
56992017-05-03 Keith Seitz <keiths@redhat.com>
5700
5701 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5702 (main): Call it.
5703
14f819c8
TW
57042017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5705
5706 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5707 to prev and next.
5708
913aeadd
TW
57092017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5710
5711 * gdb.python/py-record-btrace.exp: Remove test for
5712 gdb.BtraceInstruction.error.
5713
a3be24ad
TW
57142017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5715
5716 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5717
ae20e79a
TW
57182017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5719
5720 * gdb.python/py-record-btrace-threads.c: New file.
5721 * gdb.python/py-record-btrace-threads.exp: New file.
5722
45ce1b47
SDJ
57232017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5724
5725 PR testsuite/8595
5726 * gdb.base/environ.exp: Make test available in all architectures.
5727 Move bits related to "info program" testing to
5728 gdb.base/info-program.exp. Rewrite tests to use the two new
5729 procedures mentione below.
5730 (test_set_show_env_var) New procedure.
5731 (test_set_show_env_var_equal): Likewise.
5732 * gdb.base/info-program.exp: New file.
5733
e15c3eb4
KS
57342017-04-27 Keith Seitz <keiths@redhat.com>
5735
5736 * gdb.cp/oranking.cc (test15): New function.
5737 (main): Call test15 and declare additional variables for testing.
5738 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5739 "p foo101('abc')" tests.
5740 Add tests for cv qualifier overloads.
5741 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5742 "lvalue reference overload" test.
5743 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5744 "print value of f1 on Child&& in f2" test.
5745
3a3fd0fd
PA
57462017-04-19 Pedro Alves <palves@redhat.com>
5747
5748 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5749 procedure.
5750 (top level): Call it.
5751 * lib/gdb.exp (gdb_define_cmd): New procedure.
5752
53375380
PA
57532017-04-12 Pedro Alves <palves@redhat.com>
5754
5755 PR gdb/21323
5756 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5757 (wchar): New global.
5758 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5759 (do_test_wide_char, wide_char_types_no_program, top level): Add
5760 wchar_t testing.
5761
53e710ac
PA
57622017-04-12 Pedro Alves <palves@redhat.com>
5763
5764 PR c++/21323
5765 * gdb.cp/wide_char_types.c: New file.
5766 * gdb.cp/wide_char_types.exp: New file.
5767
0ad9d8c7
SDJ
57682017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5769
5770 PR gdb/21352
5771 * gdb.trace/tsv.exp: Add test for "tsave -r".
5772
b1b45502
IB
57732017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5774
5775 * gdb.dlang/watch-loc.c: New file.
5776 * gdb.dlang/watch-loc.exp: New file.
5777
ec13808e
JK
57782017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5779
5780 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5781
fe5f7374
AK
57822017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5783
5784 * gdb.arch/arc-analyze-prologue.S: New file.
5785 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5786
eea78757
AK
57872017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5788
5789 * gdb.arch/arc-decode-insn.S: New file.
5790 * gdb.arch/arc-decode-insn.exp: Likewise.
5791
5badf10a
IR
57922017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5793
5794 PR tdep/20928
5795 * gdb.arch/sparc64-regs.exp: New file.
5796 * gdb.arch/sparc64-regs.S: Likewise.
5797
cee59b3f
TW
57982017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5799
5800 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5801 and memory view on Python 3.
5802
c0f55cc6
AV
58032017-03-20 Artemiy Volkov <artemiyv@acm.org>
5804 Keith Seitz <keiths@redhat.com>
5805
5806 PR gdb/14441
5807 * gdb.cp/demangle.exp: Add rvalue reference tests.
5808 * gdb.cp/rvalue-ref-casts.cc: New file.
5809 * gdb.cp/rvalue-ref-casts.exp: New file.
5810 * gdb.cp/rvalue-ref-overload.cc: New file.
5811 * gdb.cp/rvalue-ref-overload.exp: New file.
5812 * gdb.cp/rvalue-ref-params.cc: New file.
5813 * gdb.cp/rvalue-ref-params.exp: New file.
5814 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5815 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5816 * gdb.cp/rvalue-ref-types.cc: New file.
5817 * gdb.cp/rvalue-ref-types.exp: New file.
5818 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5819 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5820
51457a05
MAL
58212017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5822
5823 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5824 New procedure.
5825
5b291c04
MAL
58262017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5827
5828 * lib/mi-support.exp (mi_gdb_test): Add additional message
5829 for unexpected output.
5830
59a56148
AA
58312017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5832
5833 * gdb.base/examine-backward.c (Barrier): New character array
5834 constant, to ensure that TestStrings is preceded by a string
5835 terminator.
5836
7942e96e
AA
58372017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5838
5839 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5840 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5841 and implicit pointer into such a location.
5842
6ebac3fb
DE
58432017-03-16 Doug Evans <dje@google.com>
5844
5845 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5846
ec3b243d
TP
58472017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5848
5849 * gdb.cp/m-static.exp: Fix expectation for prototype of
5850 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
5851
58522017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
5853
5854 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5855 * gdb.guile/scm-lazy-string.c: New file.
5856 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5857 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5858 for pointer, array, typedef lazy strings.
5859
2cc36e25 58602017-03-16 Doug Evans <dje@google.com>
34b43320
DE
5861
5862 PR python/17728, python/18439, python/18779
5863 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5864 * gdb.python/py-lazy-string.c (pointer): New typedef.
5865 (main): New locals ptr, array, typedef_ptr.
5866 * gdb.python/py-value.exp: Move lazy string tests to ...
5867 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5868 array, typedef lazy strings.
ec3b243d 5869
0efcde63
AK
58702017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5871
5872 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5873 Add optional 'test' parameter.
5874
7978d7c3
SM
58752017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5876
5877 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5878 Skip for versions of DejaGnu < 1.5.
5879
896c0c1e
SM
58802017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5881
5882 * lib/gdb.exp (dejagnu_version): New proc.
5883 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5884 Use dejagnu_version.
5885
5f4d1085
KS
58862017-03-10 Keith Seitz <keiths@redhat.com>
5887
5888 PR c++/8128
5889 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5890 type from destructor regexps.
5891 Add a branch which actually passes the test.
5892 Adjust "ptype t5i" test names.
5893
1de05205
PA
58942017-03-08 Pedro Alves <palves@redhat.com>
5895
5896 * gdb.base/step-over-exit.exp: Add explicit test message.
5897
c65d6b55
PA
58982017-03-08 Pedro Alves <palves@redhat.com>
5899
5900 PR gdb/18360
5901 * gdb.threads/interrupt-while-step-over.c: New file.
5902 * gdb.threads/interrupt-while-step-over.exp: New file.
5903
2e86a283
PA
59042017-03-08 Pedro Alves <palves@redhat.com>
5905
5906 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5907 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5908
25dcbff6
PA
59092017-03-08 Pedro Alves <palves@redhat.com>
5910
5911 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5912 PKRU as not supported as a PASS.
5913
dc9366eb
PA
59142017-03-08 Pedro Alves <palves@redhat.com>
5915
5916 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5917 prefix instead of $binfile1/$binfile2.
5918 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5919 in test message.
5920 * gdb.python/py-completion.exp: Use "load python file" as test
5921 messages instead of unstable path names.
5922
6e5d74e7
PA
59232017-03-08 Pedro Alves <palves@redhat.com>
5924 Jan Kratochvil <jan.kratochvil@redhat.com>
5925
5926 PR cli/21218
5927 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5928 New proc.
5929 (top level): Call it.
5930
9753a2f6
PA
59312017-03-08 Pedro Alves <palves@redhat.com>
5932
5933 PR tui/21216
5934 * gdb.tui/tui-nl-filtered-output.exp: New file.
5935
1a4dd9dd
PA
59362017-03-08 Pedro Alves <palves@redhat.com>
5937
5938 * gdb.base/completion.exp: Move TUI completion tests to ...
5939 * gdb.tui/completion.exp: ... this new file.
5940
7cbbff33
PA
59412017-03-08 Pedro Alves <palves@redhat.com>
5942
5943 * gdb.base/tui-disasm-long-lines.c,
5944 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5945 gdb.base/tui-layout.exp: Move to ...
5946 * gdb.tui/: ... this new directory.
5947
5f6fd321
PA
59482017-03-07 Pedro Alves <palves@redhat.com>
5949
5950 * gdb.base/tui-layout.c: New file.
5951 * gdb.base/tui-layout.exp: New file.
5952
44959fa8
PA
59532017-03-07 Pedro Alves <palves@redhat.com>
5954
5955 * gdb.base/tui-layout.c: Rename to ...
5956 * gdb.base/tui-disasm-long-lines.c: ... this.
5957 * gdb.base/tui-layout.exp: Rename to ...
5958 * gdb.base/tui-disasm-long-lines.exp: ... this.
5959
f8c4e718
PA
59602017-03-07 Pedro Alves <palves@redhat.com>
5961
5962 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5963
6dbb839a 59642017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
5965
5966 * i386-mpx-call.c: New file.
5967 * i386-mpx-call.exp: New file.
5968
65b48a81
PB
59692017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5970
5971 * gdb.arch/powerpc-power.exp: Delete test.
5972 * gdb.arch/powerpc-power.s: Likewise.
5973 * gdb.disasm/disassembler-options.exp: New test.
5974 * gdb.arch/powerpc-altivec.exp: Likewise.
5975 * gdb.arch/powerpc-altivec.s: Likewise.
5976 * gdb.arch/powerpc-altivec2.exp: Likewise.
5977 * gdb.arch/powerpc-altivec2.s: Likewise.
5978 * gdb.arch/powerpc-altivec3.exp: Likewise.
5979 * gdb.arch/powerpc-altivec3.s: Likewise.
5980 * gdb.arch/powerpc-power7.exp: Likewise.
5981 * gdb.arch/powerpc-power7.s: Likewise.
5982 * gdb.arch/powerpc-power8.exp: Likewise.
5983 * gdb.arch/powerpc-power8.s: Likewise.
5984 * gdb.arch/powerpc-power9.exp: Likewise.
5985 * gdb.arch/powerpc-power9.s: Likewise.
5986 * gdb.arch/powerpc-vsx.exp: Likewise.
5987 * gdb.arch/powerpc-vsx.s: Likewise.
5988 * gdb.arch/powerpc-vsx2.exp: Likewise.
5989 * gdb.arch/powerpc-vsx2.s: Likewise.
5990 * gdb.arch/powerpc-vsx3.exp: Likewise.
5991 * gdb.arch/powerpc-vsx3.s: Likewise.
5992 * gdb.arch/arm-disassembler-options.exp: Likewise.
5993 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5994 * gdb.arch/s390-disassembler-options.exp: Likewise.
5995
17cd4947
LM
59962017-02-23 Luis Machado <lgustavo@codesourcery.com>
5997
5998 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5999 (check_supported_features): ... this. Changed return type to void.
6000 (supports_rdseed): New static global.
6001 (rdseed): Check supports_rdseed.
6002 (initialize): Call check_supported_features.
6003
2039d74e
EBM
60042017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6005
6006 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6007 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6008 and lqarx/stqcx.
6009 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6010 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6011
a51d7ecf
EBM
60122017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6013
6014 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6015 uppercase.
6016
0224619f
JK
60172017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6018
6019 * gdb.dwarf2/formdata16.c: New file.
6020 * gdb.dwarf2/formdata16.exp: New file.
6021 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6022
216f72a1
JK
60232017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6024
6025 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6026 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6027 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6028 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6029 DW_AT_GNU_*.
6030
43988095
JK
60312017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6032
6033 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6034
99e8a4f9
SDJ
60352017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6036
6037 PR gdb/21164
6038 * gdb.base/maint.exp: Add testcases for when the commands do
6039 not have arguments.
6040
b58a8c0c
TP
60412017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6042
6043 * gdb.cp/chained-calls.exp: Use p instead of P.
6044
4e746bb6
TW
60452017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6046
6047 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6048 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6049
3f77c769
TT
60502017-02-14 Tom Tromey <tom@tromey.com>
6051
6052 PR python/13598:
6053 * gdb.python/py-events.exp: Add before_prompt event tests.
6054
075beec0
AA
60552017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6056
6057 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6058
bf5f525c
LM
60592017-02-13 Luis Machado <lgustavo@codesourcery.com>
6060
6061 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6062 (main): Call my_unique_function_name.
6063 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6064 completion of patterns with a single match.
6065 Add missing -re switches to gdb_test_multiple calls.
6066
13a66184
LM
60672017-02-13 Luis Machado <lgustavo@codesourcery.com>
6068
6069 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6070 return if core file is not recognized.
6071
26a06916
SM
60722017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6073
6074 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6075 and extra UIs.
6076
b761ca9e
SM
60772017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6078
6079 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6080 proc_with_prefix.
6081
b964bee0
TT
60822017-02-10 Tom Tromey <tom@tromey.com>
6083
6084 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6085
18da0c51
MG
60862017-02-10 Martin Galvan <martingalvan@sourceware.org>
6087
6088 PR gdb/21122
6089 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6090
604c4576
JG
60912017-02-08 Jerome Guitton <guitton@adacore.com>
6092
6093 * gdb.base/define.exp: Add test for command abbreviations
6094 in define.
6095
20b477a7
LM
60962017-02-06 Luis Machado <lgustavo@codesourcery.com>
6097
6098 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6099 * gdb.reverse/insn-reverse-x86.c: New file.
6100
3f7b46f2
IR
61012017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6102
6103 PR tdep/20936
6104 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6105
f0fd41c1
TT
61062017-02-03 Tom Tromey <tom@tromey.com>
6107
6108 PR rust/21097:
6109 * gdb.rust/simple.exp: Add new tests.
6110
5be5dbf0
PA
61112017-02-02 Pedro Alves <palves@redhat.com>
6112
6113 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6114 tests.
6115
7346ef59
AA
61162017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6117
6118 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6119 taking a 2-byte value out of a 4-byte DWARF implicit value on
6120 big-endian targets.
6121 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6122 logic. Add test cases for DW_OP_implicit.
6123
787f0025
MM
61242017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6125
6126 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6127
68777c29
MM
61282017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6129
6130 * gdb.btrace/enable.exp: Call gdb_exit before
6131 skip_gdbserver_tests.
6132
0a1c7e28
MM
61332017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6134
6135 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6136 GDBFLAGS.
6137
b5ac99b0
MM
61382017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6139
6140 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6141 the test is skipped.
6142 * gdb.btrace/data.exp: Likewise.
6143 * gdb.btrace/delta.exp: Likewise.
6144 * gdb.btrace/dlopen.exp: Likewise.
6145 * gdb.btrace/enable-running.exp: Likewise.
6146 * gdb.btrace/enable.exp: Likewise.
6147 * gdb.btrace/exception.exp: Likewise.
6148 * gdb.btrace/function_call_history.exp: Likewise.
6149 * gdb.btrace/gcore.exp: Likewise.
6150 * gdb.btrace/instruction_history.exp: Likewise.
6151 * gdb.btrace/multi-thread-step.exp: Likewise.
6152 * gdb.btrace/nohist.exp: Likewise.
6153 * gdb.btrace/non-stop.exp: Likewise.
6154 * gdb.btrace/reconnect.exp: Likewise.
6155 * gdb.btrace/record_goto-step.exp: Likewise.
6156 * gdb.btrace/record_goto.exp: Likewise.
6157 * gdb.btrace/rn-dl-bind.exp: Likewise.
6158 * gdb.btrace/segv.exp: Likewise.
6159 * gdb.btrace/step.exp: Likewise.
6160 * gdb.btrace/stepi.exp: Likewise.
6161 * gdb.btrace/tailcall-only.exp: Likewise.
6162 * gdb.btrace/tailcall.exp: Likewise.
6163 * gdb.btrace/tsx.exp: Likewise.
6164 * gdb.btrace/unknown_functions.exp: Likewise.
6165 * gdb.btrace/vdso.exp: Likewise.
6166
cd4007e4
MM
61672017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6168
6169 * gdb.btrace/enable-running.c: New.
6170 * gdb.btrace/enable-running.exp: New.
6171
2735833d
WT
61722017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6173
6174 * gdb.arch/amd64-gs_base.c: New file.
6175 * gdb.arch/amd64-gs_base.exp: New file.
6176
b51e1e94
LM
61772017-01-26 Luis Machado <lgustavo@codesourcery.com>
6178
6179 * lib/memory.exp: Remove spurious empty newlines.
6180
72ca0410
SM
61812017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6182
6183 * gdb.python/py-bad-printers.exp: Load python file using "source".
6184 * gdb.python/py-events.exp: Likewise.
6185 * gdb.python/py-evsignal.exp: Likewise.
6186 * gdb.python/py-evthreads.exp: Likewise.
6187 * gdb.python/py-frame-args.exp: Likewise.
6188 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6189 * gdb.python/py-framefilter-mi.exp: Likewise.
6190 * gdb.python/py-framefilter.exp: Likewise.
6191 * gdb.python/py-mi.exp: Likewise.
6192 * gdb.python/py-pp-maint.exp: Likewise.
6193 * gdb.python/py-pp-registration.exp: Likewise.
6194 * gdb.python/py-prettyprint.exp: Likewise.
6195 (run_lang_tests): Likewise.
6196 * gdb.python/py-typeprint.exp: Likewise.
6197
e309aa65
LM
61982017-01-26 Luis Machado <lgustavo@codesourcery.com>
6199
6200 * lib/memory.exp: New file.
6201 * lib/gdb.exp: Load memory.exp.
6202 * gdb.base/memattr.exp (delete_memory): Move proc to
6203 lib/memory.exp and rename to delete_memory_regions.
6204 Replace delete_memory with delete_memory_regions.
6205 Cleanup memory regions before tests.
6206 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6207 before tests.
6208
515aff23
LM
62092017-01-26 Luis Machado <lgustavo@codesourcery.com>
6210
6211 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6212 files.
6213 (initialize): New function conditionally defined.
6214 (testcases): Move within conditional block.
6215 (main): Call initialize.
6216 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6217 of gdb.reverse/insn-reverse.c.
6218 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6219 gdb.reverse/insn-reverse.c.
6220
d8b49cf0
YQ
62212017-01-26 Yao Qi <yao.qi@linaro.org>
6222
6223 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6224 disassemble on address 0.
6225
f13a9a0c
YQ
62262017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6227 Yao Qi <yao.qi@linaro.org>
6228
6229 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6230 * gdb.dwarf2/implptr-64bit.S: Remove.
6231 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6232 variables in caller's context. Add DW_OP_implicit_value.
6233
5ac95241
YQ
62342017-01-25 Yao Qi <yao.qi@linaro.org>
6235
6236 * lib/dwarf.exp (Dwarf::_location): Handle
6237 DW_OP_GNU_implicit_pointer with proper size.
6238
23e82930
LM
62392017-01-20 Luis Machado <lgustavo@codesourcery.com>
6240
6241 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6242 and add untested calls.
6243
d334ae25
LM
62442017-01-20 Luis Machado <lgustavo@codesourcery.com>
6245
6246 * gdb.python/python.exp: Check line number against what GDB thinks
6247 the line number is for func1.
6248
f5e6296e
IB
62492017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6250
6251 * gdb.dlang/debug-expr.exp: New file.
6252
5b362f04
LM
62532016-12-23 Luis Machado <lgustavo@codesourcery.com>
6254
6255 Fix test names for the following files:
6256
6257 * gdb.ada/exec_changed.exp
6258 * gdb.ada/info_types.exp
6259 * gdb.arch/aarch64-atomic-inst.exp
6260 * gdb.arch/aarch64-fp.exp
6261 * gdb.arch/altivec-abi.exp
6262 * gdb.arch/altivec-regs.exp
6263 * gdb.arch/amd64-byte.exp
6264 * gdb.arch/amd64-disp-step.exp
6265 * gdb.arch/amd64-dword.exp
6266 * gdb.arch/amd64-entry-value-inline.exp
6267 * gdb.arch/amd64-entry-value-param.exp
6268 * gdb.arch/amd64-entry-value-paramref.exp
6269 * gdb.arch/amd64-entry-value.exp
6270 * gdb.arch/amd64-i386-address.exp
6271 * gdb.arch/amd64-invalid-stack-middle.exp
6272 * gdb.arch/amd64-invalid-stack-top.exp
6273 * gdb.arch/amd64-optimout-repeat.exp
6274 * gdb.arch/amd64-prologue-skip.exp
6275 * gdb.arch/amd64-prologue-xmm.exp
6276 * gdb.arch/amd64-stap-special-operands.exp
6277 * gdb.arch/amd64-stap-wrong-subexp.exp
6278 * gdb.arch/amd64-tailcall-cxx.exp
6279 * gdb.arch/amd64-tailcall-noret.exp
6280 * gdb.arch/amd64-tailcall-ret.exp
6281 * gdb.arch/amd64-tailcall-self.exp
6282 * gdb.arch/amd64-word.exp
6283 * gdb.arch/arm-bl-branch-dest.exp
6284 * gdb.arch/arm-disp-step.exp
6285 * gdb.arch/arm-neon.exp
6286 * gdb.arch/arm-single-step-kernel-helper.exp
6287 * gdb.arch/avr-flash-qualifier.exp
6288 * gdb.arch/disp-step-insn-reloc.exp
6289 * gdb.arch/e500-abi.exp
6290 * gdb.arch/e500-regs.exp
6291 * gdb.arch/ftrace-insn-reloc.exp
6292 * gdb.arch/i386-avx512.exp
6293 * gdb.arch/i386-bp_permanent.exp
6294 * gdb.arch/i386-byte.exp
6295 * gdb.arch/i386-cfi-notcurrent.exp
6296 * gdb.arch/i386-disp-step.exp
6297 * gdb.arch/i386-dr3-watch.exp
6298 * gdb.arch/i386-float.exp
6299 * gdb.arch/i386-gnu-cfi.exp
6300 * gdb.arch/i386-mpx-map.exp
6301 * gdb.arch/i386-mpx-sigsegv.exp
6302 * gdb.arch/i386-mpx-simple_segv.exp
6303 * gdb.arch/i386-mpx.exp
6304 * gdb.arch/i386-permbkpt.exp
6305 * gdb.arch/i386-prologue.exp
6306 * gdb.arch/i386-signal.exp
6307 * gdb.arch/i386-size-overlap.exp
6308 * gdb.arch/i386-unwind.exp
6309 * gdb.arch/i386-word.exp
6310 * gdb.arch/mips-fcr.exp
6311 * gdb.arch/powerpc-d128-regs.exp
6312 * gdb.arch/powerpc-stackless.exp
6313 * gdb.arch/ppc64-atomic-inst.exp
6314 * gdb.arch/s390-stackless.exp
6315 * gdb.arch/s390-tdbregs.exp
6316 * gdb.arch/s390-vregs.exp
6317 * gdb.arch/sparc-sysstep.exp
6318 * gdb.arch/thumb-bx-pc.exp
6319 * gdb.arch/thumb-singlestep.exp
6320 * gdb.arch/thumb2-it.exp
6321 * gdb.arch/vsx-regs.exp
6322 * gdb.asm/asm-source.exp
6323 * gdb.base/a2-run.exp
6324 * gdb.base/advance.exp
6325 * gdb.base/all-bin.exp
6326 * gdb.base/anon.exp
6327 * gdb.base/args.exp
6328 * gdb.base/arithmet.exp
6329 * gdb.base/async-shell.exp
6330 * gdb.base/async.exp
6331 * gdb.base/attach-pie-noexec.exp
6332 * gdb.base/attach-twice.exp
6333 * gdb.base/auto-load.exp
6334 * gdb.base/bang.exp
6335 * gdb.base/bitfields.exp
6336 * gdb.base/break-always.exp
6337 * gdb.base/break-caller-line.exp
6338 * gdb.base/break-entry.exp
6339 * gdb.base/break-inline.exp
6340 * gdb.base/break-on-linker-gcd-function.exp
6341 * gdb.base/break-probes.exp
6342 * gdb.base/break.exp
6343 * gdb.base/breakpoint-shadow.exp
6344 * gdb.base/call-ar-st.exp
6345 * gdb.base/call-sc.exp
6346 * gdb.base/call-signal-resume.exp
6347 * gdb.base/call-strs.exp
6348 * gdb.base/callfuncs.exp
6349 * gdb.base/catch-fork-static.exp
6350 * gdb.base/catch-gdb-caused-signals.exp
6351 * gdb.base/catch-load.exp
6352 * gdb.base/catch-signal-fork.exp
6353 * gdb.base/catch-signal.exp
6354 * gdb.base/catch-syscall.exp
6355 * gdb.base/charset.exp
6356 * gdb.base/checkpoint.exp
6357 * gdb.base/chng-syms.exp
6358 * gdb.base/code-expr.exp
6359 * gdb.base/code_elim.exp
6360 * gdb.base/commands.exp
6361 * gdb.base/completion.exp
6362 * gdb.base/complex.exp
6363 * gdb.base/cond-expr.exp
6364 * gdb.base/condbreak.exp
6365 * gdb.base/consecutive.exp
6366 * gdb.base/continue-all-already-running.exp
6367 * gdb.base/coredump-filter.exp
6368 * gdb.base/corefile.exp
6369 * gdb.base/dbx.exp
6370 * gdb.base/debug-expr.exp
6371 * gdb.base/define.exp
6372 * gdb.base/del.exp
6373 * gdb.base/disabled-location.exp
6374 * gdb.base/disasm-end-cu.exp
6375 * gdb.base/disasm-optim.exp
6376 * gdb.base/display.exp
6377 * gdb.base/duplicate-bp.exp
6378 * gdb.base/ena-dis-br.exp
6379 * gdb.base/ending-run.exp
6380 * gdb.base/enumval.exp
6381 * gdb.base/environ.exp
6382 * gdb.base/eu-strip-infcall.exp
6383 * gdb.base/eval-avoid-side-effects.exp
6384 * gdb.base/eval-skip.exp
6385 * gdb.base/exitsignal.exp
6386 * gdb.base/expand-psymtabs.exp
6387 * gdb.base/filesym.exp
6388 * gdb.base/find-unmapped.exp
6389 * gdb.base/finish.exp
6390 * gdb.base/float.exp
6391 * gdb.base/foll-exec-mode.exp
6392 * gdb.base/foll-exec.exp
6393 * gdb.base/foll-fork.exp
6394 * gdb.base/fortran-sym-case.exp
6395 * gdb.base/freebpcmd.exp
6396 * gdb.base/func-ptr.exp
6397 * gdb.base/func-ptrs.exp
6398 * gdb.base/funcargs.exp
6399 * gdb.base/gcore-buffer-overflow.exp
6400 * gdb.base/gcore-relro-pie.exp
6401 * gdb.base/gcore-relro.exp
6402 * gdb.base/gcore.exp
6403 * gdb.base/gdb1090.exp
6404 * gdb.base/gdb11530.exp
6405 * gdb.base/gdb11531.exp
6406 * gdb.base/gdb1821.exp
6407 * gdb.base/gdbindex-stabs.exp
6408 * gdb.base/gdbvars.exp
6409 * gdb.base/hbreak.exp
6410 * gdb.base/hbreak2.exp
6411 * gdb.base/included.exp
6412 * gdb.base/infcall-input.exp
6413 * gdb.base/inferior-died.exp
6414 * gdb.base/infnan.exp
6415 * gdb.base/info-macros.exp
6416 * gdb.base/info-os.exp
6417 * gdb.base/info-proc.exp
6418 * gdb.base/info-shared.exp
6419 * gdb.base/info-target.exp
6420 * gdb.base/infoline.exp
6421 * gdb.base/interp.exp
6422 * gdb.base/interrupt.exp
6423 * gdb.base/jit-reader.exp
6424 * gdb.base/jit-simple.exp
6425 * gdb.base/kill-after-signal.exp
6426 * gdb.base/kill-detach-inferiors-cmd.exp
6427 * gdb.base/label.exp
6428 * gdb.base/langs.exp
6429 * gdb.base/ldbl_e308.exp
6430 * gdb.base/line-symtabs.exp
6431 * gdb.base/linespecs.exp
6432 * gdb.base/list.exp
6433 * gdb.base/long_long.exp
6434 * gdb.base/longest-types.exp
6435 * gdb.base/maint.exp
6436 * gdb.base/max-value-size.exp
6437 * gdb.base/memattr.exp
6438 * gdb.base/mips_pro.exp
6439 * gdb.base/morestack.exp
6440 * gdb.base/moribund-step.exp
6441 * gdb.base/multi-forks.exp
6442 * gdb.base/nested-addr.exp
6443 * gdb.base/nextoverexit.exp
6444 * gdb.base/noreturn-finish.exp
6445 * gdb.base/noreturn-return.exp
6446 * gdb.base/nostdlib.exp
6447 * gdb.base/offsets.exp
6448 * gdb.base/opaque.exp
6449 * gdb.base/pc-fp.exp
6450 * gdb.base/permissions.exp
6451 * gdb.base/print-symbol-loading.exp
6452 * gdb.base/prologue-include.exp
6453 * gdb.base/psymtab.exp
6454 * gdb.base/ptype.exp
6455 * gdb.base/random-signal.exp
6456 * gdb.base/randomize.exp
6457 * gdb.base/range-stepping.exp
6458 * gdb.base/readline-ask.exp
6459 * gdb.base/recpar.exp
6460 * gdb.base/recurse.exp
6461 * gdb.base/relational.exp
6462 * gdb.base/restore.exp
6463 * gdb.base/return-nodebug.exp
6464 * gdb.base/return.exp
6465 * gdb.base/run-after-attach.exp
6466 * gdb.base/save-bp.exp
6467 * gdb.base/scope.exp
6468 * gdb.base/sect-cmd.exp
6469 * gdb.base/set-lang-auto.exp
6470 * gdb.base/set-noassign.exp
6471 * gdb.base/setvar.exp
6472 * gdb.base/sigall.exp
6473 * gdb.base/sigbpt.exp
6474 * gdb.base/siginfo-addr.exp
6475 * gdb.base/siginfo-infcall.exp
6476 * gdb.base/siginfo-obj.exp
6477 * gdb.base/siginfo.exp
6478 * gdb.base/signals-state-child.exp
6479 * gdb.base/signest.exp
6480 * gdb.base/sigstep.exp
6481 * gdb.base/sizeof.exp
6482 * gdb.base/skip.exp
6483 * gdb.base/solib-corrupted.exp
6484 * gdb.base/solib-nodir.exp
6485 * gdb.base/solib-search.exp
6486 * gdb.base/stack-checking.exp
6487 * gdb.base/stale-infcall.exp
6488 * gdb.base/stap-probe.exp
6489 * gdb.base/start.exp
6490 * gdb.base/step-break.exp
6491 * gdb.base/step-bt.exp
6492 * gdb.base/step-line.exp
6493 * gdb.base/step-over-exit.exp
6494 * gdb.base/step-over-syscall.exp
6495 * gdb.base/step-resume-infcall.exp
6496 * gdb.base/step-test.exp
6497 * gdb.base/store.exp
6498 * gdb.base/structs3.exp
6499 * gdb.base/sym-file.exp
6500 * gdb.base/symbol-without-target_section.exp
6501 * gdb.base/term.exp
6502 * gdb.base/testenv.exp
6503 * gdb.base/ui-redirect.exp
6504 * gdb.base/until.exp
6505 * gdb.base/unwindonsignal.exp
6506 * gdb.base/value-double-free.exp
6507 * gdb.base/vla-datatypes.exp
6508 * gdb.base/vla-ptr.exp
6509 * gdb.base/vla-sideeffect.exp
6510 * gdb.base/volatile.exp
6511 * gdb.base/watch-cond-infcall.exp
6512 * gdb.base/watch-cond.exp
6513 * gdb.base/watch-non-mem.exp
6514 * gdb.base/watch-read.exp
6515 * gdb.base/watch-vfork.exp
6516 * gdb.base/watchpoint-cond-gone.exp
6517 * gdb.base/watchpoint-delete.exp
6518 * gdb.base/watchpoint-hw-hit-once.exp
6519 * gdb.base/watchpoint-hw.exp
6520 * gdb.base/watchpoint-stops-at-right-insn.exp
6521 * gdb.base/watchpoints.exp
6522 * gdb.base/wchar.exp
6523 * gdb.base/whatis-exp.exp
6524 * gdb.btrace/buffer-size.exp
6525 * gdb.btrace/data.exp
6526 * gdb.btrace/delta.exp
6527 * gdb.btrace/dlopen.exp
6528 * gdb.btrace/enable.exp
6529 * gdb.btrace/exception.exp
6530 * gdb.btrace/function_call_history.exp
6531 * gdb.btrace/gcore.exp
6532 * gdb.btrace/instruction_history.exp
6533 * gdb.btrace/nohist.exp
6534 * gdb.btrace/reconnect.exp
6535 * gdb.btrace/record_goto-step.exp
6536 * gdb.btrace/record_goto.exp
6537 * gdb.btrace/rn-dl-bind.exp
6538 * gdb.btrace/segv.exp
6539 * gdb.btrace/step.exp
6540 * gdb.btrace/stepi.exp
6541 * gdb.btrace/tailcall-only.exp
6542 * gdb.btrace/tailcall.exp
6543 * gdb.btrace/tsx.exp
6544 * gdb.btrace/unknown_functions.exp
6545 * gdb.btrace/vdso.exp
6546 * gdb.compile/compile-ifunc.exp
6547 * gdb.compile/compile-ops.exp
6548 * gdb.compile/compile-print.exp
6549 * gdb.compile/compile-setjmp.exp
6550 * gdb.cp/abstract-origin.exp
6551 * gdb.cp/ambiguous.exp
6552 * gdb.cp/annota2.exp
6553 * gdb.cp/annota3.exp
6554 * gdb.cp/anon-ns.exp
6555 * gdb.cp/anon-struct.exp
6556 * gdb.cp/anon-union.exp
6557 * gdb.cp/arg-reference.exp
6558 * gdb.cp/baseenum.exp
6559 * gdb.cp/bool.exp
6560 * gdb.cp/breakpoint.exp
6561 * gdb.cp/bs15503.exp
6562 * gdb.cp/call-c.exp
6563 * gdb.cp/casts.exp
6564 * gdb.cp/chained-calls.exp
6565 * gdb.cp/class2.exp
6566 * gdb.cp/classes.exp
6567 * gdb.cp/cmpd-minsyms.exp
6568 * gdb.cp/converts.exp
6569 * gdb.cp/cp-relocate.exp
6570 * gdb.cp/cpcompletion.exp
6571 * gdb.cp/cpexprs.exp
6572 * gdb.cp/cplabel.exp
6573 * gdb.cp/cplusfuncs.exp
6574 * gdb.cp/cpsizeof.exp
6575 * gdb.cp/ctti.exp
6576 * gdb.cp/derivation.exp
6577 * gdb.cp/destrprint.exp
6578 * gdb.cp/dispcxx.exp
6579 * gdb.cp/enum-class.exp
6580 * gdb.cp/exception.exp
6581 * gdb.cp/exceptprint.exp
6582 * gdb.cp/expand-psymtabs-cxx.exp
6583 * gdb.cp/expand-sals.exp
6584 * gdb.cp/extern-c.exp
6585 * gdb.cp/filename.exp
6586 * gdb.cp/formatted-ref.exp
6587 * gdb.cp/fpointer.exp
6588 * gdb.cp/gdb1355.exp
6589 * gdb.cp/gdb2495.exp
6590 * gdb.cp/hang.exp
6591 * gdb.cp/impl-this.exp
6592 * gdb.cp/infcall-dlopen.exp
6593 * gdb.cp/inherit.exp
6594 * gdb.cp/iostream.exp
6595 * gdb.cp/koenig.exp
6596 * gdb.cp/local.exp
6597 * gdb.cp/m-data.exp
6598 * gdb.cp/m-static.exp
6599 * gdb.cp/mb-ctor.exp
6600 * gdb.cp/mb-inline.exp
6601 * gdb.cp/mb-templates.exp
6602 * gdb.cp/member-name.exp
6603 * gdb.cp/member-ptr.exp
6604 * gdb.cp/meth-typedefs.exp
6605 * gdb.cp/method.exp
6606 * gdb.cp/method2.exp
6607 * gdb.cp/minsym-fallback.exp
6608 * gdb.cp/misc.exp
6609 * gdb.cp/namelessclass.exp
6610 * gdb.cp/namespace-enum.exp
6611 * gdb.cp/namespace-nested-import.exp
6612 * gdb.cp/namespace.exp
6613 * gdb.cp/nextoverthrow.exp
6614 * gdb.cp/no-dmgl-verbose.exp
6615 * gdb.cp/non-trivial-retval.exp
6616 * gdb.cp/noparam.exp
6617 * gdb.cp/nsdecl.exp
6618 * gdb.cp/nsimport.exp
6619 * gdb.cp/nsnested.exp
6620 * gdb.cp/nsnoimports.exp
6621 * gdb.cp/nsrecurs.exp
6622 * gdb.cp/nsstress.exp
6623 * gdb.cp/nsusing.exp
6624 * gdb.cp/operator.exp
6625 * gdb.cp/oranking.exp
6626 * gdb.cp/overload-const.exp
6627 * gdb.cp/overload.exp
6628 * gdb.cp/ovldbreak.exp
6629 * gdb.cp/ovsrch.exp
6630 * gdb.cp/paren-type.exp
6631 * gdb.cp/parse-lang.exp
6632 * gdb.cp/pass-by-ref.exp
6633 * gdb.cp/pr-1023.exp
6634 * gdb.cp/pr-1210.exp
6635 * gdb.cp/pr-574.exp
6636 * gdb.cp/pr10687.exp
6637 * gdb.cp/pr12028.exp
6638 * gdb.cp/pr17132.exp
6639 * gdb.cp/pr17494.exp
6640 * gdb.cp/pr9067.exp
6641 * gdb.cp/pr9167.exp
6642 * gdb.cp/pr9631.exp
6643 * gdb.cp/printmethod.exp
6644 * gdb.cp/psmang.exp
6645 * gdb.cp/psymtab-parameter.exp
6646 * gdb.cp/ptype-cv-cp.exp
6647 * gdb.cp/ptype-flags.exp
6648 * gdb.cp/re-set-overloaded.exp
6649 * gdb.cp/ref-types.exp
6650 * gdb.cp/rtti.exp
6651 * gdb.cp/scope-err.exp
6652 * gdb.cp/shadow.exp
6653 * gdb.cp/smartp.exp
6654 * gdb.cp/static-method.exp
6655 * gdb.cp/static-print-quit.exp
6656 * gdb.cp/temargs.exp
6657 * gdb.cp/templates.exp
6658 * gdb.cp/try_catch.exp
6659 * gdb.cp/typedef-operator.exp
6660 * gdb.cp/typeid.exp
6661 * gdb.cp/userdef.exp
6662 * gdb.cp/using-crash.exp
6663 * gdb.cp/var-tag.exp
6664 * gdb.cp/virtbase.exp
6665 * gdb.cp/virtfunc.exp
6666 * gdb.cp/virtfunc2.exp
6667 * gdb.cp/vla-cxx.exp
6668 * gdb.disasm/t01_mov.exp
6669 * gdb.disasm/t02_mova.exp
6670 * gdb.disasm/t03_add.exp
6671 * gdb.disasm/t04_sub.exp
6672 * gdb.disasm/t05_cmp.exp
6673 * gdb.disasm/t06_ari2.exp
6674 * gdb.disasm/t07_ari3.exp
6675 * gdb.disasm/t08_or.exp
6676 * gdb.disasm/t09_xor.exp
6677 * gdb.disasm/t10_and.exp
6678 * gdb.disasm/t11_logs.exp
6679 * gdb.disasm/t12_bit.exp
6680 * gdb.disasm/t13_otr.exp
6681 * gdb.dlang/circular.exp
6682 * gdb.dwarf2/arr-stride.exp
6683 * gdb.dwarf2/arr-subrange.exp
6684 * gdb.dwarf2/atomic-type.exp
6685 * gdb.dwarf2/bad-regnum.exp
6686 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6687 * gdb.dwarf2/callframecfa.exp
6688 * gdb.dwarf2/clztest.exp
6689 * gdb.dwarf2/corrupt.exp
6690 * gdb.dwarf2/data-loc.exp
6691 * gdb.dwarf2/dup-psym.exp
6692 * gdb.dwarf2/dw2-anon-mptr.exp
6693 * gdb.dwarf2/dw2-anonymous-func.exp
6694 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6695 * gdb.dwarf2/dw2-bad-unresolved.exp
6696 * gdb.dwarf2/dw2-basic.exp
6697 * gdb.dwarf2/dw2-canonicalize-type.exp
6698 * gdb.dwarf2/dw2-case-insensitive.exp
6699 * gdb.dwarf2/dw2-common-block.exp
6700 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6701 * gdb.dwarf2/dw2-compressed.exp
6702 * gdb.dwarf2/dw2-const.exp
6703 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6704 * gdb.dwarf2/dw2-cu-size.exp
6705 * gdb.dwarf2/dw2-dup-frame.exp
6706 * gdb.dwarf2/dw2-entry-value.exp
6707 * gdb.dwarf2/dw2-icycle.exp
6708 * gdb.dwarf2/dw2-ifort-parameter.exp
6709 * gdb.dwarf2/dw2-inline-break.exp
6710 * gdb.dwarf2/dw2-inline-param.exp
6711 * gdb.dwarf2/dw2-intercu.exp
6712 * gdb.dwarf2/dw2-intermix.exp
6713 * gdb.dwarf2/dw2-lexical-block-bare.exp
6714 * gdb.dwarf2/dw2-linkage-name-trust.exp
6715 * gdb.dwarf2/dw2-minsym-in-cu.exp
6716 * gdb.dwarf2/dw2-noloc.exp
6717 * gdb.dwarf2/dw2-op-call.exp
6718 * gdb.dwarf2/dw2-op-out-param.exp
6719 * gdb.dwarf2/dw2-opt-structptr.exp
6720 * gdb.dwarf2/dw2-param-error.exp
6721 * gdb.dwarf2/dw2-producer.exp
6722 * gdb.dwarf2/dw2-ranges-base.exp
6723 * gdb.dwarf2/dw2-ref-missing-frame.exp
6724 * gdb.dwarf2/dw2-reg-undefined.exp
6725 * gdb.dwarf2/dw2-regno-invalid.exp
6726 * gdb.dwarf2/dw2-restore.exp
6727 * gdb.dwarf2/dw2-restrict.exp
6728 * gdb.dwarf2/dw2-single-line-discriminators.exp
6729 * gdb.dwarf2/dw2-strp.exp
6730 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6731 * gdb.dwarf2/dw2-unresolved.exp
6732 * gdb.dwarf2/dw2-var-zero-addr.exp
6733 * gdb.dwarf2/dw4-sig-types.exp
6734 * gdb.dwarf2/dwz.exp
6735 * gdb.dwarf2/dynarr-ptr.exp
6736 * gdb.dwarf2/enum-type.exp
6737 * gdb.dwarf2/gdb-index.exp
6738 * gdb.dwarf2/implptr-64bit.exp
6739 * gdb.dwarf2/implptr-optimized-out.exp
6740 * gdb.dwarf2/implptr.exp
6741 * gdb.dwarf2/implref-array.exp
6742 * gdb.dwarf2/implref-const.exp
6743 * gdb.dwarf2/implref-global.exp
6744 * gdb.dwarf2/implref-struct.exp
6745 * gdb.dwarf2/mac-fileno.exp
6746 * gdb.dwarf2/main-subprogram.exp
6747 * gdb.dwarf2/member-ptr-forwardref.exp
6748 * gdb.dwarf2/method-ptr.exp
6749 * gdb.dwarf2/missing-sig-type.exp
6750 * gdb.dwarf2/nonvar-access.exp
6751 * gdb.dwarf2/opaque-type-lookup.exp
6752 * gdb.dwarf2/pieces-optimized-out.exp
6753 * gdb.dwarf2/pieces.exp
6754 * gdb.dwarf2/pr10770.exp
6755 * gdb.dwarf2/pr13961.exp
6756 * gdb.dwarf2/staticvirtual.exp
6757 * gdb.dwarf2/subrange.exp
6758 * gdb.dwarf2/symtab-producer.exp
6759 * gdb.dwarf2/trace-crash.exp
6760 * gdb.dwarf2/typeddwarf.exp
6761 * gdb.dwarf2/valop.exp
6762 * gdb.dwarf2/watch-notconst.exp
6763 * gdb.fortran/array-element.exp
6764 * gdb.fortran/charset.exp
6765 * gdb.fortran/common-block.exp
6766 * gdb.fortran/complex.exp
6767 * gdb.fortran/derived-type-function.exp
6768 * gdb.fortran/derived-type.exp
6769 * gdb.fortran/logical.exp
6770 * gdb.fortran/module.exp
6771 * gdb.fortran/multi-dim.exp
6772 * gdb.fortran/nested-funcs.exp
6773 * gdb.fortran/print-formatted.exp
6774 * gdb.fortran/subarray.exp
6775 * gdb.fortran/vla-alloc-assoc.exp
6776 * gdb.fortran/vla-datatypes.exp
6777 * gdb.fortran/vla-history.exp
6778 * gdb.fortran/vla-ptr-info.exp
6779 * gdb.fortran/vla-ptype-sub.exp
6780 * gdb.fortran/vla-ptype.exp
6781 * gdb.fortran/vla-sizeof.exp
6782 * gdb.fortran/vla-type.exp
6783 * gdb.fortran/vla-value-sub-arbitrary.exp
6784 * gdb.fortran/vla-value-sub-finish.exp
6785 * gdb.fortran/vla-value-sub.exp
6786 * gdb.fortran/vla-value.exp
6787 * gdb.fortran/whatis_type.exp
6788 * gdb.go/chan.exp
6789 * gdb.go/handcall.exp
6790 * gdb.go/hello.exp
6791 * gdb.go/integers.exp
6792 * gdb.go/methods.exp
6793 * gdb.go/package.exp
6794 * gdb.go/strings.exp
6795 * gdb.go/types.exp
6796 * gdb.go/unsafe.exp
6797 * gdb.guile/scm-arch.exp
6798 * gdb.guile/scm-block.exp
6799 * gdb.guile/scm-breakpoint.exp
6800 * gdb.guile/scm-cmd.exp
6801 * gdb.guile/scm-disasm.exp
6802 * gdb.guile/scm-equal.exp
6803 * gdb.guile/scm-frame-args.exp
6804 * gdb.guile/scm-frame-inline.exp
6805 * gdb.guile/scm-frame.exp
6806 * gdb.guile/scm-iterator.exp
6807 * gdb.guile/scm-math.exp
6808 * gdb.guile/scm-objfile.exp
6809 * gdb.guile/scm-ports.exp
6810 * gdb.guile/scm-symbol.exp
6811 * gdb.guile/scm-symtab.exp
6812 * gdb.guile/scm-value-cc.exp
6813 * gdb.guile/types-module.exp
6814 * gdb.linespec/break-ask.exp
6815 * gdb.linespec/cpexplicit.exp
6816 * gdb.linespec/explicit.exp
6817 * gdb.linespec/keywords.exp
6818 * gdb.linespec/linespec.exp
6819 * gdb.linespec/ls-dollar.exp
6820 * gdb.linespec/ls-errs.exp
6821 * gdb.linespec/skip-two.exp
6822 * gdb.linespec/thread.exp
6823 * gdb.mi/mi-async.exp
6824 * gdb.mi/mi-basics.exp
6825 * gdb.mi/mi-break.exp
6826 * gdb.mi/mi-catch-load.exp
6827 * gdb.mi/mi-cli.exp
6828 * gdb.mi/mi-cmd-param-changed.exp
6829 * gdb.mi/mi-console.exp
6830 * gdb.mi/mi-detach.exp
6831 * gdb.mi/mi-disassemble.exp
6832 * gdb.mi/mi-eval.exp
6833 * gdb.mi/mi-file-transfer.exp
6834 * gdb.mi/mi-file.exp
6835 * gdb.mi/mi-fill-memory.exp
6836 * gdb.mi/mi-inheritance-syntax-error.exp
6837 * gdb.mi/mi-linespec-err-cp.exp
6838 * gdb.mi/mi-logging.exp
6839 * gdb.mi/mi-memory-changed.exp
6840 * gdb.mi/mi-read-memory.exp
6841 * gdb.mi/mi-record-changed.exp
6842 * gdb.mi/mi-reg-undefined.exp
6843 * gdb.mi/mi-regs.exp
6844 * gdb.mi/mi-return.exp
6845 * gdb.mi/mi-reverse.exp
6846 * gdb.mi/mi-simplerun.exp
6847 * gdb.mi/mi-solib.exp
6848 * gdb.mi/mi-stack.exp
6849 * gdb.mi/mi-stepi.exp
6850 * gdb.mi/mi-syn-frame.exp
6851 * gdb.mi/mi-until.exp
6852 * gdb.mi/mi-var-block.exp
6853 * gdb.mi/mi-var-child.exp
6854 * gdb.mi/mi-var-cmd.exp
6855 * gdb.mi/mi-var-cp.exp
6856 * gdb.mi/mi-var-display.exp
6857 * gdb.mi/mi-var-invalidate.exp
6858 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6859 * gdb.mi/mi-vla-fortran.exp
6860 * gdb.mi/mi-watch.exp
6861 * gdb.mi/mi2-var-child.exp
6862 * gdb.mi/user-selected-context-sync.exp
6863 * gdb.modula2/unbounded-array.exp
6864 * gdb.multi/dummy-frame-restore.exp
6865 * gdb.multi/multi-arch-exec.exp
6866 * gdb.multi/multi-arch.exp
6867 * gdb.multi/tids.exp
6868 * gdb.multi/watchpoint-multi.exp
6869 * gdb.opencl/callfuncs.exp
6870 * gdb.opencl/convs_casts.exp
6871 * gdb.opencl/datatypes.exp
6872 * gdb.opencl/operators.exp
6873 * gdb.opencl/vec_comps.exp
6874 * gdb.opt/clobbered-registers-O2.exp
6875 * gdb.opt/inline-break.exp
6876 * gdb.opt/inline-bt.exp
6877 * gdb.opt/inline-cmds.exp
6878 * gdb.opt/inline-locals.exp
6879 * gdb.pascal/case-insensitive-symbols.exp
6880 * gdb.pascal/floats.exp
6881 * gdb.pascal/gdb11492.exp
6882 * gdb.python/lib-types.exp
6883 * gdb.python/py-arch.exp
6884 * gdb.python/py-as-string.exp
6885 * gdb.python/py-bad-printers.exp
6886 * gdb.python/py-block.exp
6887 * gdb.python/py-breakpoint-create-fail.exp
6888 * gdb.python/py-breakpoint.exp
6889 * gdb.python/py-caller-is.exp
6890 * gdb.python/py-cmd.exp
6891 * gdb.python/py-explore-cc.exp
6892 * gdb.python/py-explore.exp
6893 * gdb.python/py-finish-breakpoint.exp
6894 * gdb.python/py-finish-breakpoint2.exp
6895 * gdb.python/py-frame-args.exp
6896 * gdb.python/py-frame-inline.exp
6897 * gdb.python/py-frame.exp
6898 * gdb.python/py-framefilter-mi.exp
6899 * gdb.python/py-infthread.exp
6900 * gdb.python/py-lazy-string.exp
6901 * gdb.python/py-linetable.exp
6902 * gdb.python/py-mi-events.exp
6903 * gdb.python/py-mi-objfile.exp
6904 * gdb.python/py-mi.exp
6905 * gdb.python/py-objfile.exp
6906 * gdb.python/py-pp-integral.exp
6907 * gdb.python/py-pp-maint.exp
6908 * gdb.python/py-pp-re-notag.exp
6909 * gdb.python/py-pp-registration.exp
6910 * gdb.python/py-recurse-unwind.exp
6911 * gdb.python/py-strfns.exp
6912 * gdb.python/py-symbol.exp
6913 * gdb.python/py-symtab.exp
6914 * gdb.python/py-sync-interp.exp
6915 * gdb.python/py-typeprint.exp
6916 * gdb.python/py-unwind-maint.exp
6917 * gdb.python/py-unwind.exp
6918 * gdb.python/py-value-cc.exp
6919 * gdb.python/py-xmethods.exp
6920 * gdb.reverse/amd64-tailcall-reverse.exp
6921 * gdb.reverse/break-precsave.exp
6922 * gdb.reverse/break-reverse.exp
6923 * gdb.reverse/consecutive-precsave.exp
6924 * gdb.reverse/consecutive-reverse.exp
6925 * gdb.reverse/finish-precsave.exp
6926 * gdb.reverse/finish-reverse-bkpt.exp
6927 * gdb.reverse/finish-reverse.exp
6928 * gdb.reverse/fstatat-reverse.exp
6929 * gdb.reverse/getresuid-reverse.exp
6930 * gdb.reverse/i386-precsave.exp
6931 * gdb.reverse/i386-reverse.exp
6932 * gdb.reverse/i386-sse-reverse.exp
6933 * gdb.reverse/i387-env-reverse.exp
6934 * gdb.reverse/i387-stack-reverse.exp
6935 * gdb.reverse/insn-reverse.exp
6936 * gdb.reverse/machinestate-precsave.exp
6937 * gdb.reverse/machinestate.exp
6938 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6939 * gdb.reverse/pipe-reverse.exp
6940 * gdb.reverse/readv-reverse.exp
6941 * gdb.reverse/recvmsg-reverse.exp
6942 * gdb.reverse/rerun-prec.exp
6943 * gdb.reverse/s390-mvcle.exp
6944 * gdb.reverse/step-precsave.exp
6945 * gdb.reverse/step-reverse.exp
6946 * gdb.reverse/time-reverse.exp
6947 * gdb.reverse/until-precsave.exp
6948 * gdb.reverse/until-reverse.exp
6949 * gdb.reverse/waitpid-reverse.exp
6950 * gdb.reverse/watch-precsave.exp
6951 * gdb.reverse/watch-reverse.exp
6952 * gdb.rust/generics.exp
6953 * gdb.rust/methods.exp
6954 * gdb.rust/modules.exp
6955 * gdb.rust/simple.exp
6956 * gdb.server/connect-with-no-symbol-file.exp
6957 * gdb.server/ext-attach.exp
6958 * gdb.server/ext-restart.exp
6959 * gdb.server/ext-wrapper.exp
6960 * gdb.server/file-transfer.exp
6961 * gdb.server/server-exec-info.exp
6962 * gdb.server/server-kill.exp
6963 * gdb.server/server-mon.exp
6964 * gdb.server/wrapper.exp
6965 * gdb.stabs/exclfwd.exp
6966 * gdb.stabs/gdb11479.exp
6967 * gdb.threads/clone-new-thread-event.exp
6968 * gdb.threads/corethreads.exp
6969 * gdb.threads/current-lwp-dead.exp
6970 * gdb.threads/dlopen-libpthread.exp
6971 * gdb.threads/gcore-thread.exp
6972 * gdb.threads/sigstep-threads.exp
6973 * gdb.threads/watchpoint-fork.exp
6974 * gdb.trace/actions-changed.exp
6975 * gdb.trace/backtrace.exp
6976 * gdb.trace/change-loc.exp
6977 * gdb.trace/circ.exp
6978 * gdb.trace/collection.exp
6979 * gdb.trace/disconnected-tracing.exp
6980 * gdb.trace/ftrace.exp
6981 * gdb.trace/mi-trace-frame-collected.exp
6982 * gdb.trace/mi-trace-unavailable.exp
6983 * gdb.trace/mi-traceframe-changed.exp
6984 * gdb.trace/mi-tsv-changed.exp
6985 * gdb.trace/no-attach-trace.exp
6986 * gdb.trace/passc-dyn.exp
6987 * gdb.trace/qtro.exp
6988 * gdb.trace/range-stepping.exp
6989 * gdb.trace/read-memory.exp
6990 * gdb.trace/save-trace.exp
6991 * gdb.trace/signal.exp
6992 * gdb.trace/status-stop.exp
6993 * gdb.trace/tfile.exp
6994 * gdb.trace/trace-break.exp
6995 * gdb.trace/trace-buffer-size.exp
6996 * gdb.trace/trace-condition.exp
6997 * gdb.trace/tracefile-pseudo-reg.exp
6998 * gdb.trace/tstatus.exp
6999 * gdb.trace/unavailable.exp
7000 * gdb.trace/while-dyn.exp
7001 * gdb.trace/while-stepping.exp
7002
34c41c68
DE
70032016-12-22 Doug Evans <xdje42@gmail.com>
7004
7005 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7006 and msymbols.
7007
16e69324
YQ
70082016-12-19 Yao Qi <yao.qi@linaro.org>
7009
7010 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7011 (test_with_self): Don't call do_steps_and_nexts, and remove
7012 code about stepping into xmalloc.
7013
f94f411b
YQ
70142016-12-09 Yao Qi <yao.qi@linaro.org>
7015
7016 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7017
70182016-12-09 Yao Qi <yao.qi@linaro.org>
7019
7020 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7021
f1b5deee
PA
70222016-12-09 Pedro Alves <palves@redhat.com>
7023
7024 * gdb.base/all-architectures-0.exp: New file.
7025 * gdb.base/all-architectures-1.exp: New file.
7026 * gdb.base/all-architectures-2.exp: New file.
7027 * gdb.base/all-architectures-3.exp: New file.
7028 * gdb.base/all-architectures-4.exp: New file.
7029 * gdb.base/all-architectures-5.exp: New file.
7030 * gdb.base/all-architectures-6.exp: New file.
7031 * gdb.base/all-architectures-7.exp: New file.
7032 * gdb.base/all-architectures.exp.in: New file.
7033
364ca42e
YQ
70342016-12-09 Yao Qi <yao.qi@linaro.org>
7035
7036 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7037
107c2d62
LM
70382016-12-02 Luis Machado <lgustavo@codesourcery.com>
7039
7040 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7041 possible.
7042 Remove useless pattern-matching code.
7043
df3ee9ca
PA
70442016-12-02 Pedro Alves <palves@redhat.com>
7045
7046 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7047 procedure.
7048 (top level): Call it.
7049
ec835369
PA
70502016-12-02 Pedro Alves <palves@redhat.com>
7051
7052 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7053 New procedure.
7054 (top level): Call it.
7055
01770bbd
PA
70562016-12-02 Pedro Alves <palves@redhat.com>
7057
7058 PR cli/20559
7059 * gdb.base/commands.exp (user_defined_command_args_eval): New
7060 procedure.
7061 (top level): Call it.
7062
008459ea
LM
70632016-12-02 Luis Machado <lgustavo@codesourcery.com>
7064
7065 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7066 timeout handling.
7067
0c1b455e
TT
70682016-12-02 Tom Tromey <tom@tromey.com>
7069
7070 * gdb.dwarf2/main-subprogram.c: New file.
7071 * gdb.dwarf2/main-subprogram.exp: New file.
7072
018572b8
LM
70732016-12-01 Luis Machado <lgustavo@codesourcery.com>
7074
7075 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7076 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7077 gdb_test_no_output for a couple of cases.
7078 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7079
84c93cd5
LM
70802016-12-01 Luis Machado <lgustavo@codesourcery.com>
7081
7082 Fix test names and standardize compilation error messages throughout
7083 the following files:
7084
7085 * gdb.ada/start.exp
7086 * gdb.arch/alpha-step.exp
7087 * gdb.arch/e500-prologue.exp
7088 * gdb.arch/ftrace-insn-reloc.exp
7089 * gdb.arch/gdb1291.exp
7090 * gdb.arch/gdb1431.exp
7091 * gdb.arch/gdb1558.exp
7092 * gdb.arch/i386-dr3-watch.exp
7093 * gdb.arch/i386-sse-stack-align.exp
7094 * gdb.arch/ia64-breakpoint-shadow.exp
7095 * gdb.arch/pa-nullify.exp
7096 * gdb.arch/powerpc-aix-prologue.exp
7097 * gdb.arch/thumb-bx-pc.exp
7098 * gdb.base/annota1.exp
7099 * gdb.base/annota3.exp
7100 * gdb.base/arrayidx.exp
7101 * gdb.base/assign.exp
7102 * gdb.base/attach.exp
7103 * gdb.base/auxv.exp
7104 * gdb.base/bang.exp
7105 * gdb.base/bfp-test.exp
7106 * gdb.base/bigcore.exp
7107 * gdb.base/bitfields2.exp
7108 * gdb.base/break-fun-addr.exp
7109 * gdb.base/break-probes.exp
7110 * gdb.base/call-rt-st.exp
7111 * gdb.base/callexit.exp
7112 * gdb.base/catch-fork-kill.exp
7113 * gdb.base/charset.exp
7114 * gdb.base/checkpoint.exp
7115 * gdb.base/comprdebug.exp
7116 * gdb.base/constvars.exp
7117 * gdb.base/coredump-filter.exp
7118 * gdb.base/cursal.exp
7119 * gdb.base/cvexpr.exp
7120 * gdb.base/detach.exp
7121 * gdb.base/display.exp
7122 * gdb.base/dmsym.exp
7123 * gdb.base/dprintf-pending.exp
7124 * gdb.base/dso2dso.exp
7125 * gdb.base/dtrace-probe.exp
7126 * gdb.base/dump.exp
7127 * gdb.base/enum_cond.exp
7128 * gdb.base/exe-lock.exp
7129 * gdb.base/exec-invalid-sysroot.exp
7130 * gdb.base/execl-update-breakpoints.exp
7131 * gdb.base/exprs.exp
7132 * gdb.base/fileio.exp
7133 * gdb.base/find.exp
7134 * gdb.base/finish.exp
7135 * gdb.base/fixsection.exp
7136 * gdb.base/foll-vfork.exp
7137 * gdb.base/frame-args.exp
7138 * gdb.base/gcore.exp
7139 * gdb.base/gdb1250.exp
7140 * gdb.base/global-var-nested-by-dso.exp
7141 * gdb.base/gnu-ifunc.exp
7142 * gdb.base/hashline1.exp
7143 * gdb.base/hashline2.exp
7144 * gdb.base/hashline3.exp
7145 * gdb.base/hbreak-in-shr-unsupported.exp
7146 * gdb.base/huge.exp
7147 * gdb.base/infcall-input.exp
7148 * gdb.base/info-fun.exp
7149 * gdb.base/info-shared.exp
7150 * gdb.base/jit-simple.exp
7151 * gdb.base/jit-so.exp
7152 * gdb.base/jit.exp
7153 * gdb.base/jump.exp
7154 * gdb.base/label.exp
7155 * gdb.base/lineinc.exp
7156 * gdb.base/logical.exp
7157 * gdb.base/longjmp.exp
7158 * gdb.base/macscp.exp
7159 * gdb.base/miscexprs.exp
7160 * gdb.base/new-ui-echo.exp
7161 * gdb.base/new-ui-pending-input.exp
7162 * gdb.base/new-ui.exp
7163 * gdb.base/nodebug.exp
7164 * gdb.base/nofield.exp
7165 * gdb.base/offsets.exp
7166 * gdb.base/overlays.exp
7167 * gdb.base/pending.exp
7168 * gdb.base/pointers.exp
7169 * gdb.base/pr11022.exp
7170 * gdb.base/printcmds.exp
7171 * gdb.base/prologue.exp
7172 * gdb.base/ptr-typedef.exp
7173 * gdb.base/realname-expand.exp
7174 * gdb.base/relativedebug.exp
7175 * gdb.base/relocate.exp
7176 * gdb.base/remote.exp
7177 * gdb.base/reread.exp
7178 * gdb.base/return2.exp
7179 * gdb.base/savedregs.exp
7180 * gdb.base/sep.exp
7181 * gdb.base/sepdebug.exp
7182 * gdb.base/sepsymtab.exp
7183 * gdb.base/set-inferior-tty.exp
7184 * gdb.base/setshow.exp
7185 * gdb.base/shlib-call.exp
7186 * gdb.base/sigaltstack.exp
7187 * gdb.base/siginfo-addr.exp
7188 * gdb.base/signals.exp
7189 * gdb.base/signull.exp
7190 * gdb.base/sigrepeat.exp
7191 * gdb.base/so-impl-ld.exp
7192 * gdb.base/solib-display.exp
7193 * gdb.base/solib-overlap.exp
7194 * gdb.base/solib-search.exp
7195 * gdb.base/solib-symbol.exp
7196 * gdb.base/structs.exp
7197 * gdb.base/structs2.exp
7198 * gdb.base/symtab-search-order.exp
7199 * gdb.base/twice.exp
7200 * gdb.base/unload.exp
7201 * gdb.base/varargs.exp
7202 * gdb.base/watchpoint-solib.exp
7203 * gdb.base/watchpoint.exp
7204 * gdb.base/whatis.exp
7205 * gdb.base/wrong_frame_bt_full.exp
7206 * gdb.btrace/dlopen.exp
7207 * gdb.cell/ea-standalone.exp
7208 * gdb.cell/ea-test.exp
7209 * gdb.cp/dispcxx.exp
7210 * gdb.cp/gdb2384.exp
7211 * gdb.cp/method2.exp
7212 * gdb.cp/nextoverthrow.exp
7213 * gdb.cp/pr10728.exp
7214 * gdb.disasm/am33.exp
7215 * gdb.disasm/h8300s.exp
7216 * gdb.disasm/mn10300.exp
7217 * gdb.disasm/sh3.exp
7218 * gdb.dwarf2/dw2-dir-file-name.exp
7219 * gdb.fortran/complex.exp
7220 * gdb.fortran/library-module.exp
7221 * gdb.guile/scm-pretty-print.exp
7222 * gdb.guile/scm-symbol.exp
7223 * gdb.guile/scm-type.exp
7224 * gdb.guile/scm-value.exp
7225 * gdb.linespec/linespec.exp
7226 * gdb.mi/gdb701.exp
7227 * gdb.mi/gdb792.exp
7228 * gdb.mi/mi-breakpoint-changed.exp
7229 * gdb.mi/mi-dprintf-pending.exp
7230 * gdb.mi/mi-dprintf.exp
7231 * gdb.mi/mi-exit-code.exp
7232 * gdb.mi/mi-pending.exp
7233 * gdb.mi/mi-solib.exp
7234 * gdb.mi/new-ui-mi-sync.exp
7235 * gdb.mi/pr11022.exp
7236 * gdb.mi/user-selected-context-sync.exp
7237 * gdb.opt/solib-intra-step.exp
7238 * gdb.python/py-events.exp
7239 * gdb.python/py-finish-breakpoint.exp
7240 * gdb.python/py-mi.exp
7241 * gdb.python/py-prettyprint.exp
7242 * gdb.python/py-shared.exp
7243 * gdb.python/py-symbol.exp
7244 * gdb.python/py-template.exp
7245 * gdb.python/py-type.exp
7246 * gdb.python/py-value.exp
7247 * gdb.reverse/solib-precsave.exp
7248 * gdb.reverse/solib-reverse.exp
7249 * gdb.server/solib-list.exp
7250 * gdb.stabs/weird.exp
7251 * gdb.threads/reconnect-signal.exp
7252 * gdb.threads/stepi-random-signal.exp
7253 * gdb.trace/actions.exp
7254 * gdb.trace/ax.exp
7255 * gdb.trace/backtrace.exp
7256 * gdb.trace/change-loc.exp
7257 * gdb.trace/deltrace.exp
7258 * gdb.trace/ftrace-lock.exp
7259 * gdb.trace/ftrace.exp
7260 * gdb.trace/infotrace.exp
7261 * gdb.trace/mi-tracepoint-changed.exp
7262 * gdb.trace/packetlen.exp
7263 * gdb.trace/passcount.exp
7264 * gdb.trace/pending.exp
7265 * gdb.trace/range-stepping.exp
7266 * gdb.trace/report.exp
7267 * gdb.trace/stap-trace.exp
7268 * gdb.trace/tfind.exp
7269 * gdb.trace/trace-break.exp
7270 * gdb.trace/trace-condition.exp
7271 * gdb.trace/trace-enable-disable.exp
7272 * gdb.trace/trace-mt.exp
7273 * gdb.trace/tracecmd.exp
7274 * gdb.trace/tspeed.exp
7275 * gdb.trace/tsv.exp
7276 * lib/perftest.exp
7277
fb9feb35
LM
72782016-12-01 Luis Machado <lgustavo@codesourcery.com>
7279
7280 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7281 with gdb_test_no_output.
7282 Use command as test name.
7283
cd2ddb6c
LM
72842016-12-01 Luis Machado <lgustavo@codesourcery.com>
7285
7286 Fix test names starting with uppercase throughout the files.
7287
7288 * gdb.ada/assign_1.exp
7289 * gdb.ada/boolean_expr.exp
7290 * gdb.base/arrayidx.exp
7291 * gdb.base/del.exp
7292 * gdb.base/gcore-buffer-overflow.exp
7293 * gdb.base/testenv.exp
7294 * gdb.compile/compile.exp
7295 * gdb.python/py-framefilter-invalidarg.exp
7296 * gdb.python/py-framefilter.exp
7297
bb95117e
LM
72982016-12-01 Luis Machado <lgustavo@codesourcery.com>
7299
7300 Fix test names starting with uppercase throughout the files.
7301
7302 * gdb.ada/array_return.exp
7303 * gdb.ada/expr_delims.exp
7304 * gdb.ada/mi_dyn_arr.exp
7305 * gdb.ada/mi_interface.exp
7306 * gdb.ada/mi_var_array.exp
7307 * gdb.ada/watch_arg.exp
7308 * gdb.arch/alpha-step.exp
7309 * gdb.arch/altivec-regs.exp
7310 * gdb.arch/e500-regs.exp
7311 * gdb.arch/powerpc-d128-regs.exp
7312 * gdb.base/arrayidx.exp
7313 * gdb.base/break.exp
7314 * gdb.base/checkpoint.exp
7315 * gdb.base/debug-expr.exp
7316 * gdb.base/dmsym.exp
7317 * gdb.base/radix.exp
7318 * gdb.base/sepdebug.exp
7319 * gdb.base/testenv.exp
7320 * gdb.base/watch_thread_num.exp
7321 * gdb.base/watchpoint-cond-gone.exp
7322 * gdb.cell/break.exp
7323 * gdb.cell/ea-cache.exp
7324 * gdb.compile/compile.exp
7325 * gdb.cp/gdb2495.exp
7326 * gdb.gdb/selftest.exp
7327 * gdb.gdb/xfullpath.exp
7328 * gdb.go/hello.exp
7329 * gdb.go/integers.exp
7330 * gdb.objc/basicclass.exp
7331 * gdb.pascal/hello.exp
7332 * gdb.pascal/integers.exp
7333 * gdb.python/py-breakpoint.exp
7334 * gdb.python/py-cmd.exp
7335 * gdb.python/py-linetable.exp
7336 * gdb.python/py-xmethods.exp
7337 * gdb.python/python.exp
7338 * gdb.reverse/consecutive-precsave.exp
7339 * gdb.reverse/finish-precsave.exp
7340 * gdb.reverse/i386-precsave.exp
7341 * gdb.reverse/machinestate-precsave.exp
7342 * gdb.reverse/sigall-precsave.exp
7343 * gdb.reverse/solib-precsave.exp
7344 * gdb.reverse/step-precsave.exp
7345 * gdb.reverse/until-precsave.exp
7346 * gdb.reverse/watch-precsave.exp
7347 * gdb.threads/leader-exit.exp
7348 * gdb.threads/pthreads.exp
7349 * gdb.threads/wp-replication.exp
7350 * gdb.trace/actions.exp
7351 * gdb.trace/mi-tsv-changed.exp
7352 * gdb.trace/tsv.exp
7353
de97fdd4
LM
73542016-12-01 Luis Machado <lgustavo@codesourcery.com>
7355
7356 Fix test names starting with uppercase throughout the files.
7357
7358 * gdb.arch/i386-bp_permanent.exp
7359 * gdb.arch/i386-gnu-cfi.exp
7360 * gdb.base/disasm-end-cu.exp
7361 * gdb.base/macscp.exp
7362 * gdb.base/pending.exp
7363 * gdb.base/watch_thread_num.exp
7364 * gdb.cp/exception.exp
7365 * gdb.cp/gdb2495.exp
7366 * gdb.cp/local.exp
7367 * gdb.python/py-evsignal.exp
7368 * gdb.python/python.exp
7369 * gdb.trace/tracecmd.exp
7370
9f058c10
LM
73712016-12-01 Luis Machado <lgustavo@codesourcery.com>
7372
7373 Fix test names starting with uppercase throughout the files.
7374
7375 * gdb.base/charset.exp
7376 * gdb.base/eval.exp
7377 * gdb.base/multi-forks.exp
7378 * gdb.guile/scm-progspace.exp
7379 * gdb.opencl/datatypes.exp
7380 * gdb.python/py-block.exp
7381 * gdb.python/py-function.exp
7382 * gdb.python/py-symbol.exp
7383 * gdb.python/py-symtab.exp
7384 * gdb.python/py-xmethods.exp
7385 * gdb.reverse/break-precsave.exp
7386 * gdb.reverse/break-reverse.exp
7387 * gdb.reverse/consecutive-precsave.exp
7388 * gdb.reverse/consecutive-reverse.exp
7389 * gdb.reverse/finish-precsave.exp
7390 * gdb.reverse/finish-reverse-bkpt.exp
7391 * gdb.reverse/finish-reverse.exp
7392 * gdb.reverse/fstatat-reverse.exp
7393 * gdb.reverse/getresuid-reverse.exp
7394 * gdb.reverse/i386-precsave.exp
7395 * gdb.reverse/i386-reverse.exp
7396 * gdb.reverse/i386-sse-reverse.exp
7397 * gdb.reverse/i387-stack-reverse.exp
7398 * gdb.reverse/insn-reverse.exp
7399 * gdb.reverse/machinestate-precsave.exp
7400 * gdb.reverse/machinestate.exp
7401 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7402 * gdb.reverse/pipe-reverse.exp
7403 * gdb.reverse/readv-reverse.exp
7404 * gdb.reverse/recvmsg-reverse.exp
7405 * gdb.reverse/rerun-prec.exp
7406 * gdb.reverse/s390-mvcle.exp
7407 * gdb.reverse/sigall-precsave.exp
7408 * gdb.reverse/sigall-reverse.exp
7409 * gdb.reverse/solib-precsave.exp
7410 * gdb.reverse/solib-reverse.exp
7411 * gdb.reverse/step-precsave.exp
7412 * gdb.reverse/step-reverse.exp
7413 * gdb.reverse/time-reverse.exp
7414 * gdb.reverse/until-precsave.exp
7415 * gdb.reverse/until-reverse.exp
7416 * gdb.reverse/waitpid-reverse.exp
7417 * gdb.reverse/watch-precsave.exp
7418 * gdb.reverse/watch-reverse.exp
7419
cdc7edd7
LM
74202016-12-01 Luis Machado <lgustavo@codesourcery.com>
7421
7422 Fix test names starting with uppercase throughout the files.
7423
7424 * gdb.arch/i386-mpx-simple_segv.exp
7425 * gdb.arch/i386-mpx.exp
7426 * gdb.arch/i386-permbkpt.exp
7427 * gdb.arch/pa-nullify.exp
7428 * gdb.arch/powerpc-d128-regs.exp
7429 * gdb.arch/vsx-regs.exp
7430 * gdb.base/bfp-test.exp
7431 * gdb.base/break.exp
7432 * gdb.base/breakpoint-shadow.exp
7433 * gdb.base/callfuncs.exp
7434 * gdb.base/charset.exp
7435 * gdb.base/commands.exp
7436 * gdb.base/completion.exp
7437 * gdb.base/dfp-test.exp
7438 * gdb.base/echo.exp
7439 * gdb.base/ending-run.exp
7440 * gdb.base/eval.exp
7441 * gdb.base/expand-psymtabs.exp
7442 * gdb.base/float128.exp
7443 * gdb.base/floatn.exp
7444 * gdb.base/foll-exec-mode.exp
7445 * gdb.base/gdb1056.exp
7446 * gdb.base/gdb11531.exp
7447 * gdb.base/kill-after-signal.exp
7448 * gdb.base/multi-forks.exp
7449 * gdb.base/overlays.exp
7450 * gdb.base/pending.exp
7451 * gdb.base/sepdebug.exp
7452 * gdb.base/testenv.exp
7453 * gdb.base/valgrind-db-attach.exp
7454 * gdb.base/watch_thread_num.exp
7455 * gdb.base/watchpoint-cond-gone.exp
7456 * gdb.base/watchpoint.exp
7457 * gdb.base/watchpoints.exp
7458 * gdb.cp/arg-reference.exp
7459 * gdb.cp/baseenum.exp
7460 * gdb.cp/operator.exp
7461 * gdb.cp/shadow.exp
7462 * gdb.dwarf2/dw2-op-out-param.exp
7463 * gdb.dwarf2/dw2-reg-undefined.exp
7464 * gdb.go/chan.exp
7465 * gdb.go/hello.exp
7466 * gdb.go/integers.exp
7467 * gdb.go/methods.exp
7468 * gdb.go/package.exp
7469 * gdb.guile/scm-parameter.exp
7470 * gdb.guile/scm-progspace.exp
7471 * gdb.guile/scm-value.exp
7472 * gdb.mi/mi-pending.exp
7473 * gdb.mi/user-selected-context-sync.exp
7474 * gdb.multi/multi-attach.exp
7475 * gdb.multi/tids.exp
7476 * gdb.opt/clobbered-registers-O2.exp
7477 * gdb.pascal/floats.exp
7478 * gdb.pascal/integers.exp
7479 * gdb.python/py-block.exp
7480 * gdb.python/py-events.exp
7481 * gdb.python/py-parameter.exp
7482 * gdb.python/py-symbol.exp
7483 * gdb.python/py-symtab.exp
7484 * gdb.python/py-type.exp
7485 * gdb.python/py-value.exp
7486 * gdb.python/py-xmethods.exp
7487 * gdb.python/python.exp
7488 * gdb.reverse/break-precsave.exp
7489 * gdb.reverse/consecutive-precsave.exp
7490 * gdb.reverse/finish-precsave.exp
7491 * gdb.reverse/i386-precsave.exp
7492 * gdb.reverse/machinestate-precsave.exp
7493 * gdb.reverse/sigall-precsave.exp
7494 * gdb.reverse/solib-precsave.exp
7495 * gdb.reverse/step-precsave.exp
7496 * gdb.reverse/until-precsave.exp
7497 * gdb.reverse/watch-precsave.exp
7498 * gdb.server/ext-attach.exp
7499 * gdb.server/ext-restart.exp
7500 * gdb.server/ext-run.exp
7501 * gdb.server/ext-wrapper.exp
7502 * gdb.stabs/gdb11479.exp
7503 * gdb.stabs/weird.exp
7504 * gdb.threads/attach-many-short-lived-threads.exp
7505 * gdb.threads/kill.exp
7506 * gdb.threads/watchpoint-fork.exp
7507
bc6c7af4
LM
75082016-12-01 Luis Machado <lgustavo@codesourcery.com>
7509
7510 Fix test names starting with uppercase throughout all the files below.
7511
7512 * gdb.ada/array_return.exp
7513 * gdb.ada/catch_ex.exp
7514 * gdb.ada/info_exc.exp
7515 * gdb.ada/mi_catch_ex.exp
7516 * gdb.ada/mi_dyn_arr.exp
7517 * gdb.ada/mi_ex_cond.exp
7518 * gdb.ada/mi_exc_info.exp
7519 * gdb.ada/mi_interface.exp
7520 * gdb.ada/mi_task_arg.exp
7521 * gdb.ada/mi_task_info.exp
7522 * gdb.ada/mi_var_array.exp
7523 * gdb.arch/alpha-step.exp
7524 * gdb.arch/amd64-disp-step.exp
7525 * gdb.arch/arm-disp-step.exp
7526 * gdb.arch/disp-step-insn-reloc.exp
7527 * gdb.arch/e500-prologue.exp
7528 * gdb.arch/ftrace-insn-reloc.exp
7529 * gdb.arch/gdb1558.exp
7530 * gdb.arch/i386-bp_permanent.exp
7531 * gdb.arch/i386-disp-step.exp
7532 * gdb.arch/i386-float.exp
7533 * gdb.arch/i386-gnu-cfi.exp
7534 * gdb.arch/ia64-breakpoint-shadow.exp
7535 * gdb.arch/mips16-thunks.exp
7536 * gdb.arch/pa-nullify.exp
7537 * gdb.arch/powerpc-aix-prologue.exp
7538 * gdb.arch/powerpc-power.exp
7539 * gdb.arch/ppc-dfp.exp
7540 * gdb.arch/s390-tdbregs.exp
7541 * gdb.arch/spu-info.exp
7542 * gdb.arch/spu-ls.exp
7543 * gdb.arch/thumb-bx-pc.exp
7544 * gdb.base/advance.exp
7545 * gdb.base/annota-input-while-running.exp
7546 * gdb.base/arrayidx.exp
7547 * gdb.base/asmlabel.exp
7548 * gdb.base/async.exp
7549 * gdb.base/attach-wait-input.exp
7550 * gdb.base/auto-connect-native-target.exp
7551 * gdb.base/batch-preserve-term-settings.exp
7552 * gdb.base/bfp-test.exp
7553 * gdb.base/bigcore.exp
7554 * gdb.base/bp-permanent.exp
7555 * gdb.base/break-always.exp
7556 * gdb.base/break-fun-addr.exp
7557 * gdb.base/break-idempotent.exp
7558 * gdb.base/break-main-file-remove-fail.exp
7559 * gdb.base/break-probes.exp
7560 * gdb.base/break-unload-file.exp
7561 * gdb.base/break.exp
7562 * gdb.base/call-ar-st.exp
7563 * gdb.base/call-rt-st.exp
7564 * gdb.base/call-sc.exp
7565 * gdb.base/call-signal-resume.exp
7566 * gdb.base/call-strs.exp
7567 * gdb.base/callexit.exp
7568 * gdb.base/callfuncs.exp
7569 * gdb.base/catch-gdb-caused-signals.exp
7570 * gdb.base/catch-signal-siginfo-cond.exp
7571 * gdb.base/catch-syscall.exp
7572 * gdb.base/compare-sections.exp
7573 * gdb.base/cond-eval-mode.exp
7574 * gdb.base/condbreak-call-false.exp
7575 * gdb.base/consecutive-step-over.exp
7576 * gdb.base/cursal.exp
7577 * gdb.base/disabled-location.exp
7578 * gdb.base/disasm-end-cu.exp
7579 * gdb.base/display.exp
7580 * gdb.base/double-prompt-target-event-error.exp
7581 * gdb.base/dprintf-bp-same-addr.exp
7582 * gdb.base/dprintf-detach.exp
7583 * gdb.base/dprintf-next.exp
7584 * gdb.base/dprintf-non-stop.exp
7585 * gdb.base/dprintf-pending.exp
7586 * gdb.base/dso2dso.exp
7587 * gdb.base/ending-run.exp
7588 * gdb.base/enum_cond.exp
7589 * gdb.base/examine-backward.exp
7590 * gdb.base/exe-lock.exp
7591 * gdb.base/exec-invalid-sysroot.exp
7592 * gdb.base/execl-update-breakpoints.exp
7593 * gdb.base/execution-termios.exp
7594 * gdb.base/fileio.exp
7595 * gdb.base/fixsection.exp
7596 * gdb.base/foll-exec-mode.exp
7597 * gdb.base/foll-exec.exp
7598 * gdb.base/fork-running-state.exp
7599 * gdb.base/frame-args.exp
7600 * gdb.base/fullpath-expand.exp
7601 * gdb.base/func-ptr.exp
7602 * gdb.base/gcore-relro-pie.exp
7603 * gdb.base/gdb1090.exp
7604 * gdb.base/gdb1555.exp
7605 * gdb.base/global-var-nested-by-dso.exp
7606 * gdb.base/gnu-ifunc.exp
7607 * gdb.base/hbreak-in-shr-unsupported.exp
7608 * gdb.base/hbreak-unmapped.exp
7609 * gdb.base/hook-stop.exp
7610 * gdb.base/infcall-input.exp
7611 * gdb.base/info-fun.exp
7612 * gdb.base/info-shared.exp
7613 * gdb.base/interrupt-noterm.exp
7614 * gdb.base/jit-so.exp
7615 * gdb.base/jit.exp
7616 * gdb.base/line-symtabs.exp
7617 * gdb.base/list.exp
7618 * gdb.base/longjmp.exp
7619 * gdb.base/macscp.exp
7620 * gdb.base/max-value-size.exp
7621 * gdb.base/nodebug.exp
7622 * gdb.base/nofield.exp
7623 * gdb.base/overlays.exp
7624 * gdb.base/paginate-after-ctrl-c-running.exp
7625 * gdb.base/paginate-bg-execution.exp
7626 * gdb.base/paginate-inferior-exit.exp
7627 * gdb.base/pending.exp
7628 * gdb.base/pr11022.exp
7629 * gdb.base/printcmds.exp
7630 * gdb.base/ptr-typedef.exp
7631 * gdb.base/ptype.exp
7632 * gdb.base/randomize.exp
7633 * gdb.base/range-stepping.exp
7634 * gdb.base/realname-expand.exp
7635 * gdb.base/relativedebug.exp
7636 * gdb.base/remote.exp
7637 * gdb.base/savedregs.exp
7638 * gdb.base/sepdebug.exp
7639 * gdb.base/set-noassign.exp
7640 * gdb.base/shlib-call.exp
7641 * gdb.base/shreloc.exp
7642 * gdb.base/sigaltstack.exp
7643 * gdb.base/sigbpt.exp
7644 * gdb.base/siginfo-addr.exp
7645 * gdb.base/siginfo-obj.exp
7646 * gdb.base/siginfo-thread.exp
7647 * gdb.base/signest.exp
7648 * gdb.base/signull.exp
7649 * gdb.base/sigrepeat.exp
7650 * gdb.base/skip.exp
7651 * gdb.base/so-impl-ld.exp
7652 * gdb.base/solib-corrupted.exp
7653 * gdb.base/solib-disc.exp
7654 * gdb.base/solib-display.exp
7655 * gdb.base/solib-overlap.exp
7656 * gdb.base/solib-search.exp
7657 * gdb.base/solib-symbol.exp
7658 * gdb.base/source-execution.exp
7659 * gdb.base/sss-bp-on-user-bp-2.exp
7660 * gdb.base/sss-bp-on-user-bp.exp
7661 * gdb.base/stack-checking.exp
7662 * gdb.base/stale-infcall.exp
7663 * gdb.base/step-break.exp
7664 * gdb.base/step-line.exp
7665 * gdb.base/step-over-exit.exp
7666 * gdb.base/step-test.exp
7667 * gdb.base/structs.exp
7668 * gdb.base/sym-file.exp
7669 * gdb.base/symtab-search-order.exp
7670 * gdb.base/term.exp
7671 * gdb.base/type-opaque.exp
7672 * gdb.base/unload.exp
7673 * gdb.base/until-nodebug.exp
7674 * gdb.base/until.exp
7675 * gdb.base/unwindonsignal.exp
7676 * gdb.base/watch-cond.exp
7677 * gdb.base/watch-non-mem.exp
7678 * gdb.base/watch_thread_num.exp
7679 * gdb.base/watchpoint-reuse-slot.exp
7680 * gdb.base/watchpoint-solib.exp
7681 * gdb.base/watchpoint.exp
7682 * gdb.btrace/dlopen.exp
7683 * gdb.cell/arch.exp
7684 * gdb.cell/break.exp
7685 * gdb.cell/bt.exp
7686 * gdb.cell/core.exp
7687 * gdb.cell/data.exp
7688 * gdb.cell/dwarfaddr.exp
7689 * gdb.cell/ea-cache.exp
7690 * gdb.cell/ea-standalone.exp
7691 * gdb.cell/ea-test.exp
7692 * gdb.cell/f-regs.exp
7693 * gdb.cell/fork.exp
7694 * gdb.cell/gcore.exp
7695 * gdb.cell/mem-access.exp
7696 * gdb.cell/ptype.exp
7697 * gdb.cell/registers.exp
7698 * gdb.cell/sizeof.exp
7699 * gdb.cell/solib-symbol.exp
7700 * gdb.cell/solib.exp
7701 * gdb.compile/compile-tls.exp
7702 * gdb.cp/exception.exp
7703 * gdb.cp/gdb2495.exp
7704 * gdb.cp/local.exp
7705 * gdb.cp/mb-inline.exp
7706 * gdb.cp/mb-templates.exp
7707 * gdb.cp/pr10687.exp
7708 * gdb.cp/pr9167.exp
7709 * gdb.cp/scope-err.exp
7710 * gdb.cp/templates.exp
7711 * gdb.cp/virtfunc.exp
7712 * gdb.dwarf2/dw2-dir-file-name.exp
7713 * gdb.dwarf2/dw2-single-line-discriminators.exp
7714 * gdb.fortran/complex.exp
7715 * gdb.fortran/library-module.exp
7716 * gdb.guile/guile.exp
7717 * gdb.guile/scm-cmd.exp
7718 * gdb.guile/scm-frame-inline.exp
7719 * gdb.guile/scm-objfile.exp
7720 * gdb.guile/scm-pretty-print.exp
7721 * gdb.guile/scm-symbol.exp
7722 * gdb.guile/scm-type.exp
7723 * gdb.guile/scm-value.exp
7724 * gdb.linespec/keywords.exp
7725 * gdb.linespec/ls-errs.exp
7726 * gdb.linespec/macro-relative.exp
7727 * gdb.linespec/thread.exp
7728 * gdb.mi/mi-breakpoint-changed.exp
7729 * gdb.mi/mi-dprintf-pending.exp
7730 * gdb.mi/mi-fullname-deleted.exp
7731 * gdb.mi/mi-logging.exp
7732 * gdb.mi/mi-pending.exp
7733 * gdb.mi/mi-solib.exp
7734 * gdb.mi/new-ui-mi-sync.exp
7735 * gdb.mi/user-selected-context-sync.exp
7736 * gdb.multi/dummy-frame-restore.exp
7737 * gdb.multi/multi-arch-exec.exp
7738 * gdb.multi/remove-inferiors.exp
7739 * gdb.multi/watchpoint-multi-exit.exp
7740 * gdb.opt/solib-intra-step.exp
7741 * gdb.perf/backtrace.exp
7742 * gdb.perf/single-step.exp
7743 * gdb.perf/skip-command.exp
7744 * gdb.perf/skip-prologue.exp
7745 * gdb.perf/solib.exp
7746 * gdb.python/lib-types.exp
7747 * gdb.python/py-as-string.exp
7748 * gdb.python/py-bad-printers.exp
7749 * gdb.python/py-block.exp
7750 * gdb.python/py-breakpoint.exp
7751 * gdb.python/py-cmd.exp
7752 * gdb.python/py-events.exp
7753 * gdb.python/py-evthreads.exp
7754 * gdb.python/py-finish-breakpoint.exp
7755 * gdb.python/py-finish-breakpoint2.exp
7756 * gdb.python/py-frame-inline.exp
7757 * gdb.python/py-frame.exp
7758 * gdb.python/py-inferior.exp
7759 * gdb.python/py-infthread.exp
7760 * gdb.python/py-mi.exp
7761 * gdb.python/py-objfile.exp
7762 * gdb.python/py-pp-maint.exp
7763 * gdb.python/py-pp-registration.exp
7764 * gdb.python/py-prettyprint.exp
7765 * gdb.python/py-recurse-unwind.exp
7766 * gdb.python/py-shared.exp
7767 * gdb.python/py-symbol.exp
7768 * gdb.python/py-symtab.exp
7769 * gdb.python/py-template.exp
7770 * gdb.python/py-type.exp
7771 * gdb.python/py-unwind-maint.exp
7772 * gdb.python/py-unwind.exp
7773 * gdb.python/py-value.exp
7774 * gdb.python/python.exp
7775 * gdb.reverse/finish-reverse-bkpt.exp
7776 * gdb.reverse/insn-reverse.exp
7777 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7778 * gdb.reverse/solib-precsave.exp
7779 * gdb.reverse/solib-reverse.exp
7780 * gdb.stabs/gdb11479.exp
7781 * gdb.stabs/weird.exp
7782 * gdb.threads/fork-child-threads.exp
7783 * gdb.threads/fork-plus-threads.exp
7784 * gdb.threads/fork-thread-pending.exp
7785 * gdb.threads/forking-threads-plus-breakpoint.exp
7786 * gdb.threads/hand-call-in-threads.exp
7787 * gdb.threads/interrupted-hand-call.exp
7788 * gdb.threads/linux-dp.exp
7789 * gdb.threads/local-watch-wrong-thread.exp
7790 * gdb.threads/next-while-other-thread-longjmps.exp
7791 * gdb.threads/non-ldr-exit.exp
7792 * gdb.threads/pending-step.exp
7793 * gdb.threads/print-threads.exp
7794 * gdb.threads/process-dies-while-detaching.exp
7795 * gdb.threads/process-dies-while-handling-bp.exp
7796 * gdb.threads/pthreads.exp
7797 * gdb.threads/queue-signal.exp
7798 * gdb.threads/reconnect-signal.exp
7799 * gdb.threads/signal-command-handle-nopass.exp
7800 * gdb.threads/signal-command-multiple-signals-pending.exp
7801 * gdb.threads/signal-delivered-right-thread.exp
7802 * gdb.threads/signal-sigtrap.exp
7803 * gdb.threads/sigthread.exp
7804 * gdb.threads/staticthreads.exp
7805 * gdb.threads/stepi-random-signal.exp
7806 * gdb.threads/thread-unwindonsignal.exp
7807 * gdb.threads/thread_check.exp
7808 * gdb.threads/thread_events.exp
7809 * gdb.threads/tid-reuse.exp
7810 * gdb.threads/tls-nodebug.exp
7811 * gdb.threads/tls-shared.exp
7812 * gdb.threads/tls-so_extern.exp
7813 * gdb.threads/tls.exp
7814 * gdb.threads/wp-replication.exp
7815 * gdb.trace/actions-changed.exp
7816 * gdb.trace/actions.exp
7817 * gdb.trace/backtrace.exp
7818 * gdb.trace/change-loc.exp
7819 * gdb.trace/collection.exp
7820 * gdb.trace/deltrace.exp
7821 * gdb.trace/disconnected-tracing.exp
7822 * gdb.trace/entry-values.exp
7823 * gdb.trace/ftrace-lock.exp
7824 * gdb.trace/ftrace.exp
7825 * gdb.trace/infotrace.exp
7826 * gdb.trace/mi-trace-frame-collected.exp
7827 * gdb.trace/mi-trace-unavailable.exp
7828 * gdb.trace/mi-traceframe-changed.exp
7829 * gdb.trace/mi-tracepoint-changed.exp
7830 * gdb.trace/mi-tsv-changed.exp
7831 * gdb.trace/no-attach-trace.exp
7832 * gdb.trace/packetlen.exp
7833 * gdb.trace/passc-dyn.exp
7834 * gdb.trace/passcount.exp
7835 * gdb.trace/pending.exp
7836 * gdb.trace/pr16508.exp
7837 * gdb.trace/qtro.exp
7838 * gdb.trace/range-stepping.exp
7839 * gdb.trace/read-memory.exp
7840 * gdb.trace/report.exp
7841 * gdb.trace/save-trace.exp
7842 * gdb.trace/signal.exp
7843 * gdb.trace/stap-trace.exp
7844 * gdb.trace/status-stop.exp
7845 * gdb.trace/strace.exp
7846 * gdb.trace/tfile.exp
7847 * gdb.trace/tfind.exp
7848 * gdb.trace/trace-break.exp
7849 * gdb.trace/trace-condition.exp
7850 * gdb.trace/trace-enable-disable.exp
7851 * gdb.trace/trace-mt.exp
7852 * gdb.trace/tracecmd.exp
7853 * gdb.trace/tracefile-pseudo-reg.exp
7854 * gdb.trace/tspeed.exp
7855 * gdb.trace/tstatus.exp
7856 * gdb.trace/tsv.exp
7857 * gdb.trace/unavailable.exp
7858 * gdb.trace/while-dyn.exp
7859 * gdb.trace/while-stepping.exp
7860 * lib/gdb-guile.exp
7861 * lib/gdb.exp
7862 * lib/mi-support.exp
7863 * lib/pascal.exp
7864 * lib/perftest.exp
7865 * lib/prelink-support.exp
7866 * lib/selftest-support.exp
7867
ad02e4fe
SM
78682016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7869
7870 * Makefile.in: Include disable-implicit-rules.mk.
7871
22347e55
AA
78722016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7873
7874 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7875 non-byte-aligned bit fields.
7876
da5b30da
AA
78772016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7878
7879 PR gdb/12616
7880 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7881 respects the DW_AT_data_bit_offset attribute.
7882
b593ecca
SM
78832016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7884
7885 * gdb.base/default.exp: Fix output of "set language".
7886
3b165252
SM
78872016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7888
7889 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7890 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7891 make.
7892 * configure.ac: Remove checks for the make program.
7893 * configure: Re-generate.
7894
1a2f3d7f
KB
78952016-11-16 Kevin Buettner <kevinb@redhat.com>
7896
7897 * gdb.python/py-recurse-unwind.c (main): Add loop.
7898 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7899 to read_register() and gdb.parse_and_eval(). Make each code
7900 call a separate case that can be individually tested.
7901 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7902 proc. Call cont_and_backtrace for each of the code paths that
7903 we want to test in the unwinder.
7904
b7f38fda
AA
79052016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7906
7907 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7908 the definition of struct S.
7909
1f8db343
CM
79102016-11-11 Catherine Moore <clm@codesourcery.com>
7911
7912 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7913
fad0c9fb
PA
79142016-11-09 Pedro Alves <palves@redhat.com>
7915
7916 * gdb.base/commands.exp (runto_or_return): New procedure.
7917 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7918 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7919 (progvar_simple_while_test, progvar_complex_if_while_test)
7920 (if_while_breakpoint_command_test)
7921 (infrun_breakpoint_command_test, breakpoint_command_test)
7922 (user_defined_command_test, watchpoint_command_test)
7923 (test_command_prompt_position, redefine_hook_test)
7924 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7925 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7926 multi_line_input and multi_line. Remove gdb_expect and
7927 gdb_stop_suppressing_tests uses.
7928 * lib/gdb.exp (valnum_re): New global.
7929 (multi_line_input): New procedure.
7930
8354c62c
SM
79312016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7932
7933 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7934 Remove.
7935 (test_setup): Define with proc_with_prefix.
7936 (test_cli_inferior): Likewise.
7937 (test_cli_thread): Likewise.
7938 (test_cli_frame): Likewise.
7939 (test_cli_select_frame): Likewise.
7940 (test_cli_up_down): Likewise.
7941 (test_mi_thread_select): Likewise.
7942 (test_mi_stack_select_frame): Likewise.
7943 (test_cli_in_mi_inferior): Likewise.
7944 (test_cli_in_mi_thread): Likewise.
7945 (test_cli_in_mi_frame): Likewise.
7946 (top level): Do not use with_test_prefix_procname.
7947
64f367a2
PA
79482016-11-09 Pedro Alves <palves@redhat.com>
7949
7950 * gdb.base/commands.exp (gdbvar_simple_if_test)
7951 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7952 (progvar_simple_if_test, progvar_simple_while_test)
7953 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7954 (infrun_breakpoint_command_test, breakpoint_command_test)
7955 (user_defined_command_test, watchpoint_command_test)
7956 (test_command_prompt_position, deprecated_command_test)
7957 (bp_deleted_in_command, temporary_breakpoint_commands)
7958 (stray_arg0_test, source_file_with_indented_comment)
7959 (recursive_source_test, if_commands_test)
7960 (error_clears_commands_left, redefine_hook_test)
7961 (redefine_backtrace_test): Use proc_with_prefix.
7962 * lib/gdb.exp (proc_with_prefix): New proc.
7963
0bb65f1e
AA
79642016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7965
7966 * gdb.base/tui-layout.c: New file.
7967 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7968 disassembly window contains very long lines.
7969
7353f247
TT
79702016-11-08 Tom Tromey <tom@tromey.com>
7971
7972 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7973 depend on Python 2.
7974
30a7bb83
TT
79752016-11-08 Tom Tromey <tom@tromey.com>
7976
7977 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7978 New method.
7979
cdf5a07c
MG
79802016-10-29 Manish Goregaokar <manish@mozilla.com>
7981
2806dc7e 7982 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 7983
51a789c3
MG
79842016-10-27 Manish Goregaokar <manish@mozilla.com>
7985
2806dc7e
PA
7986 * gdb.rust/simple.rs: Add test for univariant enums without
7987 discriminants and for encoded struct-like enums.
51a789c3 7988
f610ab6d
PA
79892016-10-28 Pedro Alves <palves@redhat.com>
7990
7991 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7992 gdb_test_multiple, tighten regexps and match symtabs and line
7993 tables incrementally.
7994
b129b0ca
LM
79952016-10-28 Luis Machado <lgustavo@codesourcery.com>
7996
7997 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7998 general.
7999
ecf45d2c
SL
80002016-10-25 Luis Machado <lgustavo@codesourcery.com>
8001
8002 * gdb.base/exec-invalid-sysroot.exp: New file.
8003
b8d38ee4
JK
80042016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8005
8006 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8007
f90fd8c2
JK
80082016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8009
8010 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8011
2d2476aa
MR
80122016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8013
2806dc7e
PA
8014 * gdb.base/killed-outside.exp: Remove $options from a call to
8015 `prepare_for_testing'.
2d2476aa 8016
e42b25a0
SM
80172016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8018
8019 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8020 Change test message.
8021
3ccdb432
SM
80222016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8023
8024 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8025 Update comment.
8026
5bad3170
SM
80272016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8028
8029 * gdb.trace/mi-trace-save.exp: New file.
8030
5ad9dba7
YQ
80312016-10-13 Yao Qi <yao.qi@linaro.org>
8032
8033 * gdb.base/code_elim.exp (get_var_address): Remove.
8034 * gdb.base/relocate.exp: Likewise.
8035 * gdb.base/shreloc.exp: Likewise.
8036 * lib/gdb.exp (get_var_address): New.
8037
62df7e21
YQ
80382016-10-13 Yao Qi <yao.qi@linaro.org>
8039
8040 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8041 floating point tests if $skip_float_test is false.
8042
4dac951e
LM
80432016-10-12 Luis Machado <lgustavo@codesourcery.com>
8044
8045 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8046 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8047 argc values.
8048 Add 1 to argc so we guarantee distinct initial/modified argc values.
8049
8f1a8fc4
JK
80502016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8051
8052 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8053
16c85b5d
JK
80542016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8055
8056 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8057 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8058 * gdb.arch/vsx-regs.exp: Likewise.
8059
1d0e042a
YQ
80602016-10-07 Yao Qi <yao.qi@linaro.org>
8061
8062 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8063
68dadef5
MM
80642016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8065
8066 * gdb.python/python.exp: Test decode_line("*0").
8067
33fa2c6e
DE
80682016-10-06 Doug Evans <dje@google.com>
8069
8070 * gdb.python/py-value.exp (test_value_creation): Add test for large
8071 unsigned 64-bit value.
8072
9c37b5ae
TT
80732016-10-06 Tom Tromey <tom@tromey.com>
8074
8075 * gdb.compile/compile.exp: Change java tests to rust.
8076 * gdb.base/setshow.exp: Change java tests to rust.
8077 * gdb.base/default.exp: Remove java from language list.
8078 * README (Examples): Update language example.
8079 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8080 test.
8081 * lib/gdb.exp (skip_java_tests): Remove.
8082 * lib/java.exp: Remove.
8083 * gdb.java: Remove.
8084
78b86327
MR
80852016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8086
8087 * gdb.arch/mips-fcr.exp: New test.
8088 * gdb.arch/mips-fcr.c: Source for the new test.
8089
7470adbb
MR
80902016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8091
8092 * gdb.base/solib-disc.exp: Use `standard_output_file'
8093 throughout.
8094
4a556533
PA
80952016-10-06 Pedro Alves <palves@redhat.com>
8096
8097 * gdb.base/jit-simple-dl.c: New file.
8098 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8099 * gdb.base/jit-simple.c: ... this.
8100 * gdb.base/jit-simple.exp (jit_run): Delete.
8101 (build_jit): New proc.
8102 (jit_test_reread): Recompile either the main program or the shared
8103 library, depending on what is being tested. Skip changing address
8104 if caller wants to. Compare before/after addresses. If testing
8105 standalone, explicitly load the binary. Test "maint info
8106 breakpoints".
8107 (top level): Add "standalone vs shared lib" and "change address"
8108 vs "same address" axes.
8109
5a122fbc
PA
81102016-10-06 Pedro Alves <palves@redhat.com>
8111
8112 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8113 call.
8114 (jit_run): Delete.
8115 (jit_test_reread): Use with_test_prefix. Reload the main binary
8116 explicitly. Compare the before/after addresses of the JIT
8117 descriptor.
8118
ee8da4b8
DE
81192016-08-15 Doug Evans <dje@google.com>
8120
8121 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8122 for single bitfields is bool.
8123 * gdb.xml/tdesc-regs.exp: Ditto.
8124
f389f6fe
JK
81252016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8126
8127 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8128
fdebf1a4
YQ
81292016-10-05 Yao Qi <yao.qi@linaro.org>
8130
8131 * lib/gdb.exp (support_complex_tests): Return zero if
8132 gdb_skip_float_test return true.
8133
9c36d954 81342016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8135 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
8136
8137 PR gdb/20487
8138 * gdb.mi/user-selected-context-sync.exp: New file.
8139 * gdb.mi/user-selected-context-sync.c: New file.
8140
4034d0ff 81412016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8142 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
8143
8144 PR gdb/20487
8145 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8146 =thread-select-event check.
8147
a4297203
PB
81482016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8149
8150 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8151 the compulsory L operand changes.
8152 * gdb.arch/powerpc-power.s: Likewise.
8153
bb805577
JK
81542016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8155
8156 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8157 * gdb.base/jit-attach-pie.c: New file.
8158 * gdb.base/jit-attach-pie.exp: New file.
8159
6d61dee5
PA
81602016-09-28 Pedro Alves <palves@redhat.com>
8161
8162 * gdb.base/infcall-input.c: New file.
8163 * gdb.base/infcall-input.exp: New file.
8164
f73842fc
YQ
81652016-09-22 Yao Qi <yao.qi@linaro.org>
8166
8167 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8168 (gdb_exit): Rename it to ...
8169 (gdbserver_gdb_exit): ... Close GDBserver.
8170 (gdb_exit): New proc, call gdbserver_gdb_exit.
8171 (mi_gdb_exit): Likewise.
8172
90681dab
YQ
81732016-09-22 Yao Qi <yao.qi@linaro.org>
8174
8175 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8176 path.
8177 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8178 Remove duplication.
8179
9c211fd8
YQ
81802016-09-22 Yao Qi <yao.qi@linaro.org>
8181
8182 * lib/gdbserver-support.exp: Check the existence of
8183 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8184
ad0a504f
AK
81852016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8186
8187 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8188
36cf1806
TT
81892016-09-21 Tom Tromey <tom@tromey.com>
8190
8191 PR gdb/20604:
8192 * gdb.base/quit.exp: New file.
8193
74172ecf
SM
81942016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8195
8196 * .gitignore: New file.
8197
3d0ec882
MR
81982016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8199
8200 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8201 throughout.
8202
8193adea
AA
82032016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8204
8205 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8206
d41a5c09
JK
82072016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8208
8209 * gdb.cp/casts.cc (decltype): Move it ...
8210 (main): ... with its call to ...
8211 * gdb.cp/casts03.cc: ... a new file.
8212 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8213
d2dfe700
JK
82142016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8215
8216 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8217
e2a92b16
PB
82182016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8219
8220 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8221 and sync up the test with tests in gas/testsuite/gas/ppc.
8222 * gdb.arch/powerpc-power.exp: Likewise.
8223
49b4de64
JK
82242016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8225
8226 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8227
2c29df25
SDJ
82282016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8229 Jan Kratochvil <jan.kratochvil@redhat.com>
8230
8231 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8232 make m1's definition to be different from m2's. Use 'dummy' as an
8233 argument for probe 'two'.
8234
cc3c2846
JB
82352016-09-10 Jon Beniston <jon@beniston.com>
8236
8237 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8238 for sim target.
8239
e1b2624a
AA
82402016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8241
8242 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8243 variable declaration.
8244 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8245 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8246 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8247 received HWCAP as its argument.
8248
4295e285
PA
82492016-09-06 Pedro Alves <palves@redhat.com>
8250
8251 * gdb.base/new-ui-pending-input.c: New file.
8252 * gdb.base/new-ui-pending-input.exp: New file.
8253 * gdb.exp (clear_gdb_spawn_id): New procedure.
8254 (with_spawn_id): Check whether gdb_spawn_id exists before
8255 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8256 on exit.
8257
00d5215e
UW
82582016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8259
8260 * gdb.base/float128.c: New file.
8261 * gdb.base/float128.exp: Likewise.
8262 * gdb.base/floatn.c: Likewise.
8263 * gdb.base/floatn.exp: Likewise.
8264
a9ff5f12
UW
82652016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8266
8267 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8268
f245535c
PA
82692016-09-05 Pedro Alves <palves@redhat.com>
8270
8271 PR backtrace/19927
8272 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8273 unwinders are immediately called as side effect of "source" or
8274 "disable unwinder" commands.
8275 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8276
ae9cf263
YQ
82772016-09-02 Yao Qi <yao.qi@linaro.org>
8278
8279 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8280 is true and $type is "float" or "double".
8281
27aba047
YQ
82822016-09-02 Yao Qi <yao.qi@linaro.org>
8283
8284 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8285 true.
8286 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8287 * gdb.base/call-rt-st.exp: Likewise.
8288 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8289 return value instead of gdb,skip_float_test.
8290 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8291 (do_function_calls): Use its return value instead of
8292 gdb,skip_float_test.
8293 * gdb.base/finish.exp: Likewise.
8294 * gdb.base/funcargs.exp: Likewise.
8295 * gdb.base/return.exp: Likewise.
8296 * gdb.base/return2.exp: Likewise.
8297 * gdb.base/varargs.exp: Likewise.
8298 * lib/gdb.exp (gdb_skip_float_test): Change it to
8299 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8300
5af962df
AA
83012016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8302
8303 * gdb.multi/tids.exp: Test "thread apply all".
8304
7fac6910
JK
83052016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8306
8307 * gdb.base/default.exp (tty): Remove.
8308
bb1fe4ac
KB
83092016-08-24 Kevin Buettner <kevinb@redhat.com>
8310
2806dc7e
PA
8311 * gdb.python/py-recurse-unwind.c: New file.
8312 * gdb.python/py-recurse-unwind.py: New file.
8313 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 8314
0a1ddfa6
SM
83152016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8316
8317 * gdb.base/set-inferior-tty.exp: New file.
8318 * gdb.base/set-inferior-tty.c: New file.
8319
d9de1fe3
PA
83202016-08-23 Pedro Alves <palves@redhat.com>
8321
8322 PR gdb/20494
8323 * gdb.base/new-ui-echo.c: New file.
8324 * gdb.base/new-ui-echo.exp: New file.
8325
e9d9abd7
YQ
83262016-08-23 Yao Qi <yao.qi@linaro.org>
8327
8328 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8329 gdbserver_spawn.
8330 * gdb.server/connect-without-multi-process.exp (do_test):
8331 Likewise.
8332
3589529e
YQ
83332016-08-23 Yao Qi <yao.qi@linaro.org>
8334
8335 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8336 standalone_txt. Delete gdb_txt and standalone_txt on host
8337 and target. Spawn the binary on target. Copy files from
8338 target to host.
8339
6bb90213
PA
83402016-08-22 Pedro Alves <palves@redhat.com>
8341
8342 PR gdb/20505
8343 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8344 with_test_prefix. Factor out bits to ...
8345 (test_no_vdso): ... this new procedure.
8346
20c2c024
CL
83472016-08-19 Carl Love <cel@us.ibm.com>
8348
8349 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8350 maintaining separate logic for constructing the output path.
8351 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8352 * gdb.arch/ppc-dfp.exp: Likewise.
8353 * gdb.arch/ppc-fp.exp: Likewise.
8354 * gdb.arch/vsx-regs.exp: Likewise.
8355 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8356 binprefix for generating the additional binary files.
8357
0646e07d
PA
83582016-08-19 Pedro Alves <palves@redhat.com>
8359
8360 * gdb.trace/mi-trace-frame-collected.exp
8361 (test_trace_frame_collected): On x32, expect two registers.
8362
46da9242
CL
83632016-08-18 Carl Love <cel@us.ibm.com>
8364
8365 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8366 and sync up the test with tests in gas/testsuite/gas/ppc.
8367 * gdb.arch/powerpc-power.exp: Likewise.
8368
eb2332d7
SM
83692016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8370
8371 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8372 expected error message.
8373
63c61e04
SM
83742016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8375
8376 * gdb.multi/remove-inferiors.exp: New file.
8377 * gdb.multi/remove-inferiors.c: New file.
8378
7b17065f
YQ
83792016-08-12 Yao Qi <yao.qi@linaro.org>
8380
8381 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8382 argument list.
8383
01d3dedf
PA
83842016-08-10 Pedro Alves <palves@redhat.com>
8385
8386 PR gdb/19187
8387 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8388 setup_kfails.
8389
3eb7562a
PA
83902016-08-09 Pedro Alves <palves@redhat.com>
8391 Simon Marchi <simon.marchi@ericsson.com>
8392
8393 PR gdb/20418
8394 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8395 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8396
80614914
PA
83972016-08-09 Pedro Alves <palves@redhat.com>
8398
8399 PR mi/20431
8400 * gdb.mi/mi-cmd-error.exp: New file.
8401
f348d89a
PA
84022016-08-09 Pedro Alves <palves@redhat.com>
8403
8404 PR gdb/18653
8405 * gdb.base/signals-state-child.c: New file.
8406 * gdb.base/signals-state-child.exp: New file.
8407 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8408
e5ca03b4
PA
84092016-08-09 Pedro Alves <palves@redhat.com>
8410
8411 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8412
282a0691
TT
84132016-08-03 Tom Tromey <tom@tromey.com>
8414
8415 PR python/18565:
8416 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8417
41bfcd63
YQ
84182016-08-01 Yao Qi <yao.qi@linaro.org>
8419
8420 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8421 variable mode to "multi-process" if $multi_process is 1, otherwise
8422 set it to "single-process".
8423
e3465b24
YQ
84242016-08-01 Yao Qi <yao.qi@linaro.org>
8425
8426 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8427 * gdb.cp/cpexprs.exp: Likewise.
8428 * gdb.cp/m-static.exp: Likewise.
8429
0b31a4bc
TT
84302016-07-26 Tom Tromey <tom@tromey.com>
8431
8432 PR python/20190:
8433 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8434 test.
8435
e0461dbb
MM
84362016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8437
8438 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8439 selecting assembly source files.
8440 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8441 assembly source files.
8442 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8443 assembly source files.
8444 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8445 selecting assembly source files.
8446
8194e927
SM
84472016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8448
8449 * gdb.base/new-ui.exp (do_test_invalid_args): New
8450 procedure.
8451
c0272db5
TW
84522016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8453
8454 * gdb.btrace/reconnect.c: New file.
8455 * gdb.btrace/reconnect.exp: New file.
8456
e3487908
GKB
84572016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8458
8459 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8460 to test_catch_syscall_group.
8461 (test_catch_syscall_group): New.
8462
12df5c00
TT
84632016-07-21 Tom Tromey <tom@tromey.com>
8464
8465 * gdb.rust/simple.rs (main): Use empty struct expression.
8466 * gdb.rust/simple.exp: Add tests for empty struct expression.
8467
bae62ee2
YQ
84682016-07-21 Yao Qi <yao.qi@linaro.org>
8469
8470 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8471 if gdb_skip_xml_test is true on some targets.
8472
b1b53fb3
YQ
84732016-07-21 Yao Qi <yao.qi@linaro.org>
8474
8475 * gdb.server/solib-list.exp: Unset last_loaded_file.
8476
027d97f8
JK
84772016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8478
8479 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8480 "step into captured_main (args)".
8481
7674d381
JK
84822016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8483
8484 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8485
72b5d099
JK
84862016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8487
8488 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8489
1f960ced
PA
84902016-07-19 Pedro Alves <palves@redhat.com>
8491
8492 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8493 * gdb.opt/inline-bt.exp: Likewise.
8494 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8495 additional_flags=-Winline.
8496 * gdb.opt/inline-locals.exp: Likewise.
8497 * gdb.opt/inline-markers.c (ATTR): Define.
8498 (inlined_fn): Use it.
8499
f25827c1
YQ
85002016-07-19 Yao Qi <yao.qi@linaro.org>
8501
8502 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8503 (test_with_self): Remove some code. Remove argument executable.
8504 (top-level): Use do_self_tests.
8505
37539ebe
DB
85062016-07-15 Zachary Welch <zwelch@codesourcery.com>
8507 Don Breazeal <donb@codesourcery.com>
8508
8509 * gdb.base/maint.exp: Escape paths used in regular expressions.
8510 * gdb.stabs/weird.exp: Likewise.
8511
dac790e1
TT
85122016-07-13 Tom Tromey <tom@tromey.com>
8513
8514 PR python/15620, PR python/18620:
8515 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8516 (test_bkpt_events): New procs.
8517
93daf339
TT
85182016-07-13 Tom Tromey <tom@tromey.com>
8519
8520 PR python/17698:
8521 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8522 test.
8523 (test_watchpoints): Likewise.
8524 (test_bkpt_pending): New proc.
8525
6571a381
TT
85262016-07-13 Tom Tromey <tom@tromey.com>
8527
8528 PR cli/18053:
8529 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8530 completion test.
8531
e8732474
JK
85322016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8533
8534 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8535 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8536 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8537 f_label.
8538 (g): Rename g_end_lbl to g_label.
8539 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8540 low_pc and high_pc.
8541 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8542
e0f3fd7c
TT
85432016-07-12 Tom Tromey <tom@tromey.com>
8544
8545 PR python/19293:
8546 * gdb.python/py-unwind-maint.exp: Update tests.
8547
3cfe46b6
YQ
85482016-07-12 Yao Qi <yao.qi@linaro.org>
8549
8550 * lib/selftest-support.exp (selftest_setup): Match the output
8551 when captured_main is inlined.
8552
4f19a0e6
WT
85532016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8554
8555 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8556 New variables.
8557 (print this%a, print this%b, print this): New tests.
8558 * gdb.fortran/derived-types.f90 (this): New object and
8559 initialization.
8560
986cf455
SM
85612016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8562
8563 * gdb.ada/arraydim.exp: Remove extra directory level in build
8564 directory.
8565
f0464b23
SM
85662016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8567
8568 * lib/ada.exp: Remove extra directory level in build directory.
8569 * gdb.ada/cond_lang.exp: Likewise.
8570 * gdb.ada/exec_changed.exp: Likewise.
8571 * gdb.ada/lang_switch.exp: Likewise.
8572
42d94011
MG
85732016-07-06 Manish Goregaokar <manish@mozilla.com>
8574
2806dc7e
PA
8575 * simple.rs: Add test for raw pointer subscripting.
8576 * simple.exp: Add test expectations.
42d94011 8577
647c264c
YQ
85782016-07-05 Yao Qi <yao.qi@linaro.org>
8579
8580 * gdb.mi/mi-reverse.exp: Match =record-started output.
8581
20aa2c60
PA
85822016-07-01 Pedro Alves <palves@redhat.com>
8583
8584 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8585 procedure.
8586 (jit_reader_test): Test the jit reader's unwinder.
8587 * gdb.base/jithost.c (jit_function_00_code): New global.
8588 (main): Use memcpy to fill in the mmapped code, instead of poking
8589 bytes manually here.
8590 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8591 value.
8592 (read_debug_info): Save the function's range.
8593 (read_sp): New function.
8594 (unwind_frame): Use it. Also unwind RBP.
8595 (get_frame_id): Use read_sp.
8596 (gdb_init_reader): Use calloc instead of malloc.
8597 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8598 parameter. Use gdb_test_multiple.
8599
ced2dffb
PA
86002016-07-01 Pedro Alves <palves@redhat.com>
8601 Antoine Tremblay <antoine.tremblay@ericsson.com>
8602
8603 * gdb.threads/process-dies-while-detaching.c: New file.
8604 * gdb.threads/process-dies-while-detaching.exp: New file.
8605
63000888
PA
86062016-07-01 Pedro Alves <palves@redhat.com>
8607
8608 * gdb.multi/watchpoint-multi-exit.c: New file.
8609 * gdb.multi/watchpoint-multi-exit.exp: New file.
8610
038d4868
PA
86112016-06-30 Pedro Alves <palves@redhat.com>
8612
8613 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8614 unset inferior_spawn_id.
8615
994e9c83
PA
86162016-06-30 Pedro Alves <palves@redhat.com>
8617
8618 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8619 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8620
e5653468
YQ
86212016-06-29 Yao Qi <yao.qi@linaro.org>
8622
8623 * gdb.base/return.c: Add copyright header.
8624
803b47e5
TT
86252016-06-29 Tom Tromey <tom@tromey.com>
8626
8627 PR python/20129:
8628 * gdb.python/py-framefilter.exp: Add tests for setting priority
8629 and disabling of non-existent frame filter.
8630
28244707
YQ
86312016-06-29 Yao Qi <yao.qi@linaro.org>
8632
8633 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8634 0x0f07ff.
8635
a31d2f06
YQ
86362016-06-28 Yao Qi <yao.qi@linaro.org>
8637
8638 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8639 triplets. Start gdb, execute catch syscall, and continue. Check
8640 gdb's output to determine catch syscall is supported.
8641
921d8f54
MG
86422016-06-27 Manish Goregaokar <manish@mozilla.com>
8643
25d49b86
PA
8644 * gdb.rust/simple.rs: Add test for returning unit in a function.
8645 * gdb.rust/simple.exp: Add expectation for functions returning
8646 unit.
921d8f54 8647
f4952523
PMR
86482016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8649
8650 * gdb.python/py-breakpoint-create-fail.c,
8651 gdb.python/py-breakpoint-create-fail.exp,
8652 gdb.python/py-breakpoint-create-fail.py: New testcase.
8653
fccb08f8
MG
86542016-06-25 Manish Goregaokar <manish@mozilla.com>
8655
8656 PR gdb/20239
8657 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
8658 * gdb.rust/simple.exp: Add test expectations for new NonZero
8659 tests.
fccb08f8 8660
6b850546
DT
86612016-06-24 David Taylor <dtaylor@emc.com>
8662
8663 * gdb.base/offsets.exp: New file.
8664 * gdb.base/offsets.c: New file.
8665
17621150
TT
86662016-06-23 Tom Tromey <tom@tromey.com>
8667
8668 PR gdb/16483:
8669 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8670 before any filters are loaded.
8671
04d59df6
WT
86722016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8673
8674 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8675 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8676 structs.
8677 * gdb.fortran/derived-type-function.exp: New file.
8678 * gdb.fortran/derived-type-function.f90: New file.
8679
8680
ac69f786
PA
86812016-06-21 Pedro Alves <palves@redhat.com>
8682
8683 * gdb.base/new-ui.exp: New file.
8684 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8685 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8686 (with_spawn_id): New procedure.
8687
49940788
PA
86882016-06-21 Pedro Alves <palves@redhat.com>
8689
8690 * gdb.mi/mi-exec-run.exp: New file.
8691
ef274d26
PA
86922016-06-21 Pedro Alves <palves@redhat.com>
8693
8694 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8695 breakpoint command's output on the main UI.
8696 (test_break): New procedure, factored out from calls in the top
8697 level.
8698 (top level): Use foreach_with_prefix to test MI as main UI and as
8699 separate UI.
8700
468afe6c
PA
87012016-06-21 Pedro Alves <palves@redhat.com>
8702
8703 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8704 (test_awatch_creation_and_listing)
8705 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8706 Remove 'type' parameter.
8707 (test_watchpoint_all): New parameter mi_mode. Remove
8708 with_test_prefix.
8709 (top level): Use foreach_with_prefix, and add main/separate UI MI
8710 testing axis.
8711
51f77c37
PA
87122016-06-21 Pedro Alves <palves@redhat.com>
8713
8714 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8715 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8716 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8717 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8718 (gdb_main_spawn_id, mi_spawn_id): Declare and
8719 comment.
8720 (mi_create_inferior_pty): New procedure,
8721 factored out from default_mi_gdb_start.
8722 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8723 procedures.
8724 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8725 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8726 Use mi_create_inferior_pty.
8727 (mi_gdb_start): Use eval to pass down args list.
8728
8980e177
PA
87292016-06-21 Pedro Alves <palves@redhat.com>
8730
8731 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8732 * gdb.opt/inline-cmds.exp: Add MI tests.
8733
f38d3ad1
PA
87342016-06-21 Pedro Alves <palves@redhat.com>
8735
8736 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8737
45db7c09
PA
87382016-06-21 Pedro Alves <palves@redhat.com>
8739
8740 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8741 (top level): Use it instead of mi_execute_to.
8742
5a069ab3
PA
87432016-06-21 Pedro Alves <palves@redhat.com>
8744
8745 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8746 (cont_handler_str): New.
8747 (signal_stop_handler): Set stop_handler_str instead of printing to
8748 stdout.
8749 (continue_handler): Set cont_handler_str instead of printing to
8750 stdout.
8751 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8752 mi_send_resuming_command. Print stop_handler_str and
8753 cont_handler_str instead of expecting the python events print
8754 directly.
8755
2838cc1d
SD
87562016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8757
8758 * gdb.base/jit-reader.exp: New file.
8759 * gdb.base/jithost.c: New file.
8760 * gdb.base/jithost.h: New file.
8761 * gdb.base/jitreader.c : New file.
8762 * gdb.base/jit-protocol.h: New file.
8763
21a77091
YQ
87642016-06-17 Yao Qi <yao.qi@linaro.org>
8765
8766 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8767 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8768 and detach-on-fork. Adjust tests.
8769 (top level): Invoke break_cond_on_syscall with combinations of
8770 syscall, follow-fork-mode and detach-on-fork.
8771
f50bf8e5
YQ
87722016-06-17 Yao Qi <yao.qi@linaro.org>
8773
8774 * gdb.base/step-over-exit.c: New.
8775 * gdb.base/step-over-exit.exp: New.
8776
a28d8e50
YTL
87772016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8778
8779 * gdb.base/float.exp: Add target check for nds32*-*-*.
8780 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8781
cad8e26d
AB
87822016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8783
8784 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8785 for unsupported target features.
8786 * gdb.base/call-rt-st.exp: Likewise.
8787 * gdb.base/call-sc.exp: Likewise.
8788 * gdb.base/call-signal-resume.exp: Likewise.
8789 * gdb.base/call-strs.exp: Likewise.
8790 * gdb.base/callexit.exp: Likewise.
8791 * gdb.base/callfuncs.exp: Likewise.
8792 * gdb.base/nodebug.exp: Likewise.
8793 * gdb.base/printcmds.exp: Likewise.
8794 * gdb.base/ptype.exp: Likewise.
8795 * gdb.base/structs.exp: Likewise.
8796 * gdb.base/unwindonsignal.exp: Likewise.
8797 * gdb.cp/gdb2495.exp: Likewise.
8798 * gdb.cp/templates.exp: Likewise.
8799 * gdb.cp/virtfunc.exp: Likewise.
8800 * gdb.threads/hand-call-in-threads.exp: Likewise.
8801 * gdb.threads/interrupted-hand-call.exp: Likewise.
8802 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8803
347dc102
TT
88042016-06-10 Tom Tromey <tom@tromey.com>
8805
8806 PR rust/20110:
8807 * gdb.rust/expr.exp: Add test for integer constant larger than
8808 i32.
8809
5e13cf25
BH
88102016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8811
8812 * gdb.fortran/nested-funcs.exp: New.
8813 * gdb.fortran/nested-funcs.f90: New.
8814
bb556f1f
TK
88152016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8816
8817 * gdb.base/examine-backward.c: New file.
8818 * gdb.base/examine-backward.exp: New file.
8819
38b022b4
SM
88202016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8821
8822 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8823 matching.
8824
1b40ec05
TT
88252016-06-02 Tom Tromey <tom@tromey.com>
8826
8827 PR python/18984:
8828 * gdb.python/py-shared.exp: Add solib_name test.
8829
193bd378
SM
88302016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8831
8832 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8833
3326303b
MG
88342016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8835
8836 PR c++/19893
8837 * gdb.dwarf2/implref.exp: Rename to...
8838 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8839 * gdb.dwarf2/implref-array.c: New file.
8840 * gdb.dwarf2/implref-array.exp: Likewise.
8841 * gdb.dwarf2/implref-global.c: Likewise.
8842 * gdb.dwarf2/implref-global.exp: Likewise.
8843 * gdb.dwarf2/implref-struct.c: Likewise.
8844 * gdb.dwarf2/implref-struct.exp: Likewise.
8845
825c8ef2
AT
88462016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8847
8848 * gdb.trace/trace-condition.exp: Add 64bit tests.
8849
2320162a
AT
88502016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8851
8852 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8853 bits types.
8854 (main): Adapt to 8 to 64 bits types.
8855 * gdb.trace/trace-condition.exp: Add new tests.
8856
a7818233
AT
88572016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8858
8859 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8860
0d336466
AT
88612016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8862
8863 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8864 Move condition tests...
8865 * gdb.trace/trace-condition.exp: Here.
8866
7faeb45a
AT
88672016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8868
8869 * gdb.trace/trace-condition.exp: Add counter-case tests.
8870
e385593e
JK
88712016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8872
8873 PR c++/15231
8874 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8875 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8876
744608cc
PA
88772016-05-27 Pedro Alves <palves@redhat.com>
8878
8879 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8880 New procedure.
8881 (top level): Call it, and bail out of DejaGnu is known to be bad.
8882
ac775bf4
AB
88832016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8884
8885 * gdb.base/whatis.c: Extend the test case.
8886 * gdb.base/whatis.exp: Add additional tests.
8887
2bbad2ea
BH
88882016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8889
8890* gdb.fortran/type.f90: Add pointer variable.
8891* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8892
8b70175d
BH
88932016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8894
8895 * gdb.fortran/vla-type.exp: Fix testcase name.
8896
86d8a848
BH
88972016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8898
8899 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8900
e188eb36
BH
89012016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8902
8903 * gdb.fortran/type.f90: Add nested structures.
8904 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8905 * gdb.fortran/derived-type.exp: Adapt expected output.
8906 * gdb.fortran/vla-type.exp: Adapt expected output.
8907
9b2db1fd
BH
89082016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8909
8910 * gdb.fortran/whatis_type.exp: Adapt expected output.
8911
72b17055
BH
89122016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8913
8914 * gdb.fortran/print_type.exp: Fix expected output.
8915 * gdb.fortran/whatis_type.exp: Fix expected output.
8916
3cd81d8d
BH
89172016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8918
8919 * gdb.fortran/whatis_type.exp: Use multi_line.
8920
ddae9462
TT
89212016-05-24 Tom Tromey <tom@tromey.com>
8922
8923 PR python/17386:
8924 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8925 use value as an index.
8926
1957f6b8
TT
89272016-05-23 Tom Tromey <tom@tromey.com>
8928
8929 PR python/17981:
8930 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8931 no-breakpoint case.
8932
026a9174
PA
89332016-05-24 Pedro Alves <palves@redhat.com>
8934
8935 PR gdb/19828
8936 * gdb.threads/clone-attach-detach.c: New file.
8937 * gdb.threads/clone-attach-detach.exp: New file.
8938
e70a7231
FR
89392016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8940
8941 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8942
0f6ed0e0
TT
89432016-05-23 Tom Tromey <tom@tromey.com>
8944
8945 PR python/19438, PR python/18393:
8946 * gdb.python/py-progspace.exp: Add "dir" test.
8947 * gdb.python/py-objfile.exp: Add "dir" test.
8948
ffd19d61
YQ
89492016-05-23 Yao Qi <yao.qi@linaro.org>
8950
8951 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8952 * gdb.arch/thumb2-it.exp: Likewise.
8953
9e8f9b05
SM
89542016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8955
8956 * gdb.mi/mi-threads-interrupt.c: New file.
8957 * gdb.mi/mi-threads-interrupt.exp: New file.
8958
61c6156d
SM
89592016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8960
8961 PR gdb/18077
8962 * gdb.mi/mi-async-run.exp: New file.
8963 * gdb.mi/mi-async-run.c: New file.
8964
67218854
TT
89652016-05-17 Tom Tromey <tom@tromey.com>
8966 Manish Goregaokar <manishsmail@gmail.com>
8967
8968 * lib/rust-support.exp: New file.
8969 * lib/gdb.exp (skip_rust_tests): New proc.
8970 (build_executable_from_specs): Handle rust.
8971 * lib/future.exp (gdb_find_rustc): New proc.
8972 (gdb_default_target_compile): Handle rust.
8973 * gdb.rust/expr.exp: New file.
8974 * gdb.rust/generics.exp: New file.
8975 * gdb.rust/generics.rs: New file.
8976 * gdb.rust/methods.exp: New file.
8977 * gdb.rust/methods.rs: New file.
8978 * gdb.rust/modules.exp: New file.
8979 * gdb.rust/modules.rs: New file.
8980 * gdb.rust/simple.exp: New file.
8981 * gdb.rust/simple.rs: New file.
8982
c44af4eb
TT
89832016-05-17 Tom Tromey <tom@tromey.com>
8984
8985 * gdb.base/default.exp (set language): Add rust.
8986
dcd1f979
TT
89872016-05-17 Tom Tromey <tom@tromey.com>
8988
8989 * gdb.gdb/unittest.exp: New file.
8990
155b7f57
YQ
89912016-05-16 Yao Qi <yao.qi@linaro.org>
8992
8993 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8994 shell_prompt. Update shell_prompt_re.
8995
8ddd5a6c
DE
89962016-05-12 Doug Evans <dje@google.com>
8997
8998 PR symtab/19999
8999 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9000 $options when building executable.
9001 * gdb.dwarf2/fission-loclists-pie.S: New file.
9002 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9003
02e370d9
SM
90042016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9005
9006 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9007 of [is_remote target],
9008
8929ad8b
SM
90092016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9010
9011 * lib/gdb.exp (use_gdb_stub): New procedure.
9012
6c447423
DE
90132016-05-03 Yunlian Jiang <yunlian@google.com>
9014 Doug Evans <dje@google.com>
9015
9016 PR symtab/19914
9017 * gdb.dwarf2/dwp-sepdebug.c: New file.
9018 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9019
444e826c
SM
90202016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9021
9022 * gdb.base/detach.exp: Remove is_remote check.
9023
740feeaa
SM
90242016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9025
9026 * gdb.base/annota-input-while-running.exp: Don't check for
9027 [is_remote target]. Enable annotations after running to main.
9028 Remove unused "set test..." line.
9029
9080ac9d
SM
90302016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9031
9032 * gdb.trace/trace-enable-disable.exp: New file.
9033 * gdb.trace/trace-enable-disable.c: New file.
9034
952ebca5
SM
90352016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9036
9037 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9038 use it in info sharedlibrary test.
9039 * gdb.trace/ftrace-lock.exp: Likewise.
9040 * gdb.trace/ftrace.exp: Likewise.
9041 * gdb.trace/range-stepping.exp: Likewise.
9042 * gdb.trace/trace-break.exp: Likewise.
9043 * gdb.trace/trace-condition.exp: Likewise.
9044 * gdb.trace/trace-mt.exp: Likewise.
9045
d9019901
SM
90462016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9047
9048 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9049 (gdb_load_shlib): ... this.
9050 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9051 gdb_load_shlib.
9052 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9053 * gdb.base/ctxobj.exp: Likewise.
9054 * gdb.base/dprintf-pending.exp: Likewise.
9055 * gdb.base/dso2dso.exp: Likewise.
9056 * gdb.base/fixsection.exp: Likewise.
9057 * gdb.base/gcore-relro.exp: Likewise.
9058 * gdb.base/gdb1555.exp: Likewise.
9059 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9060 * gdb.base/gnu-ifunc.exp: Likewise.
9061 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9062 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9063 * gdb.base/pending.exp: Likewise.
9064 * gdb.base/print-file-var.exp: Likewise.
9065 * gdb.base/print-symbol-loading.exp: Likewise.
9066 * gdb.base/shlib-call.exp: Likewise.
9067 * gdb.base/shreloc.exp: Likewise.
9068 * gdb.base/so-impl-ld.exp: Likewise.
9069 * gdb.base/solib-disc.exp: Likewise.
9070 * gdb.base/solib-nodir.exp: Likewise.
9071 * gdb.base/solib-overlap.exp: Likewise.
9072 * gdb.base/solib-symbol.exp: Likewise.
9073 * gdb.base/solib-weak.exp (do_test): Likewise.
9074 * gdb.base/sym-file.exp: Likewise.
9075 * gdb.base/symtab-search-order.exp: Likewise.
9076 * gdb.base/type-opaque.exp: Likewise.
9077 * gdb.base/unload.exp: Likewise.
9078 * gdb.base/watchpoint-solib.exp: Likewise.
9079 * gdb.compile/compile.exp: Likewise.
9080 * gdb.cp/gdb2384.exp: Likewise.
9081 * gdb.cp/infcall-dlopen.exp: Likewise.
9082 * gdb.cp/re-set-overloaded.exp: Likewise.
9083 * gdb.fortran/library-module.exp: Likewise.
9084 * gdb.opt/solib-intra-step.exp: Likewise.
9085 * gdb.python/py-finish-breakpoint.exp: Likewise.
9086 * gdb.python/py-shared.exp: Likewise.
9087 * gdb.reverse/solib-precsave.exp: Likewise.
9088 * gdb.reverse/solib-reverse.exp: Likewise.
9089 * gdb.server/solib-list.exp: Likewise.
9090 * gdb.threads/dlopen-libpthread.exp: Likewise.
9091 * gdb.threads/tls-shared.exp: Likewise.
9092 * gdb.threads/tls-so_extern.exp: Likewise.
9093 * gdb.trace/change-loc.exp: Likewise.
9094 * gdb.trace/ftrace-lock.exp: Likewise.
9095 * gdb.trace/ftrace.exp: Likewise.
9096 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9097 * gdb.trace/pending.exp: Likewise.
9098 * gdb.trace/range-stepping.exp: Likewise.
9099 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9100 (strace_info_marker): Likewise.
9101 (strace_probe_marker): Likewise.
9102 (strace_trace_on_same_addr): Likewise.
9103 (strace_trace_on_diff_addr): Likewise.
9104 * gdb.trace/trace-break.exp: Likewise.
9105 * gdb.trace/trace-condition.exp: Likewise.
9106 * gdb.trace/trace-mt.exp: Likewise.
9107
fca4cfd9
SM
91082016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9109
9110 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9111 result of gdb_remote_download.
9112 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9113 * gdb.base/dso2dso.exp: Likewise.
9114 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9115 * gdb.base/print-file-var.exp: Likewise.
9116 * gdb.base/shlib-call.exp: Likewise.
9117 * gdb.base/shreloc.exp: Likewise.
9118 * gdb.base/solib-overlap.exp: Likewise.
9119 * gdb.base/solib-weak.exp (do_test): Likewise.
9120 * gdb.base/unload.exp: Likewise.
9121
11cf4ffb
YQ
91222016-04-27 Yao Qi <yao.qi@linaro.org>
9123
9124 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9125 exists.
9126
3e2e34f8
KB
91272016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9128
9129 * vla-type.exp: Print structure from toplevel.
9130
8f07e298
BH
91312016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9132
9133 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9134 of dynamic types.
9135 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9136 of dynamic types.
9137
9920b434
BH
91382016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9139
9140 * gdb.fortran/vla-type.f90: New file.
9141 * gdb.fortran/vla-type.exp: New file.
9142
f3abeff5
YQ
91432016-04-25 Yao Qi <yao.qi@linaro.org>
9144
9145 * gdb.base/branch-to-self.c: New file.
9146 * gdb.base/branch-to-self.exp: New file.
9147
0a5d52f0
YQ
91482016-04-22 Yao Qi <yao.qi@linaro.org>
9149
9150 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9151 more after $hex.
9152
495346f6
YQ
91532016-04-22 Yao Qi <yao.qi@linaro.org>
9154
9155 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9156 * gdb.base/annota3.exp: Likewise.
9157
4a7e075c
YQ
91582016-04-22 Yao Qi <yao.qi@linaro.org>
9159
9160 * gdb.reverse/step-precsave.exp: Do one step and test program
9161 stops in "callee" and do multiple steps until program goes out
9162 of "callee".
9163 * gdb.reverse/step-reverse.exp: Likewise.
9164
5b061e98
YQ
91652016-04-22 Yao Qi <yao.qi@linaro.org>
9166
9167 * gdb.trace/signal.exp: Also pass if
9168 $tracepoint_hits($i) > $iterations.
9169
5c5dc57f
YQ
91702016-04-22 Yao Qi <yao.qi@linaro.org>
9171
9172 * gdb.trace/signal.c: New file.
9173 * gdb.trace/signal.exp: New file.
9174
a55411b9
DE
91752016-04-19 Doug Evans <xdje42@gmail.com>
9176
9177 * gdb.base/bad-file.exp: New file.
9178
a22df60a
MG
91792016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9180
9181 * gdb.dwarf2/implref.exp: New file.
9182
0c13f7e5
BH
91832016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9184
9185 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9186 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9187 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9188 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9189 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9190 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9191 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9192 * lib/fortran.exp (fortran_int4): New procedure.
9193 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9194 (fortran_logical4): Likewise.
9195
9b9b09e9
BH
91962016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9197
9198 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9199
a14d1f4d
BH
92002016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9201
9202 * lib/compiler.c: Add Intel specific preprocessor macros.
9203 * lib/compiler.cc: Likewise.
25d49b86 9204
7d49b1d0
LM
92052016-04-13 Luis Machado <lgustavo@codesourcery.com>
9206
9207 * gdb.server/connect-with-no-symbol-file.c: New file.
9208 * gdb.server/connect-with-no-symbol-file.exp: New file.
9209
8392fa22
SM
92102016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9211
9212 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9213
8c4c4aeb
SM
92142016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9215
9216 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9217 standard output directory.
9218
45e3745e
AT
92192016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9220
9221 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9222
e26b7e41
MM
92232016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9224
9225 * gdb.btrace/instruction_history.c (loop): Add declaration.
9226
8ce09462
AT
92272016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9228
9229 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9230
2e88a1ea
SM
92312016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9232
9233 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9234 parentheses to print.
9235 (continue_handler): Likewise.
9236
f48e22e3
SM
92372016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9238
9239 * gdb.server/solib-list.exp: Remove is_remote check.
9240 Pass shlib= to gdb_compile. Don't link shared library with
9241 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9242 Run binary filename through "readlink -f" on the target.
9243
096be756
PA
92442016-04-08 Pedro Alves <palves@redhat.com>
9245
9246 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9247 interpreter filename as argument to gdbserver_spawn.
9248 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9249 Return empty if $last_loaded_file does not exist.
9250
06500533
JK
92512016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9252
9253 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9254 * gdb.base/jit-main.c: Use exit after usage.
9255
2d35e871
JK
92562016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9257
9258 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9259 GDBHISTSIZE prior to the tests.
9260 * gdb.base/gdbinit-history.exp: Likewise.
9261
92622016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
9263
9264 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9265 instead of build_executable. Use gdb_load_shlibs.
9266
c8064e7e
YQ
92672016-04-07 Yao Qi <yao.qi@linaro.org>
9268
9269 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9270 Execute "si" command.
9271
bde47561
YQ
92722016-04-07 Yao Qi <yao.qi@linaro.org>
9273
9274 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9275 number instead of the comments on some line.
9276
b16f8a3b
DB
92772016-04-06 Don Breazeal <donb@codesourcery.com>
9278
9279 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9280 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9281
c2f901df
SM
92822016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9283
9284 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9285 standard_output_file. Remove unused binfile variable.
9286
ac17fda0
CU
92872016-04-05 Catalin Udma <catalin.udma@freescale.com>
9288
9289 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9290 * gdb.python/py-mi-objfile.exp: Match "list main" output
9291 in console format.
9292
03a8c4df
SM
92932016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9294
9295 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9296 absolute.
9297
6e774b13
SM
92982016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9299
9300 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9301 absolute.
9302 * gdb.trace/ftrace.exp: Likewise.
9303 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9304 targets as well.
9305 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9306 (gdb_load_shlibs): Copy libraries to test directory when testing
9307 natively. Only set solib-search-path if testing remotely.
9308 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9309
7817ea46
SM
93102016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9311
9312 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9313 gdb_download. Use it even if the target is not remote.
9314 * gdb.base/jit.exp (compile_jit_test): Likewise.
9315 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9316 output directory if the destination board is local, otherwise use
9317 the standard remote_download from DejaGnu.
9318 (gdb_download): Remove.
9319 (gdb_load_shlibs): Use gdb_remote_download instead of
9320 gdb_download.
9321 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9322 Use gdb_remote_download instead of gdb_download. Use it even if
9323 the target is not remote.
9324 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9325 instead of gdb_download.
9326
7beb7f68
SM
93272016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9328
9329 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9330 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9331 run.
9332
cc63428a
AV
93332016-04-01 Artemiy Volkov <artemiyv@acm.org>
9334
9335 PR gdb/19820
9336 * gdb.base/printcmds.exp: Add artificial arrays tests.
9337
64cdf930
PA
93382016-03-31 Pedro Alves <palves@redhat.com>
9339
9340 PR gdb/19858
9341 * gdb.base/jit-main.c: Include unistd.h.
9342 (ATTACH): Define to 0 if not already defined.
9343 (wait_for_gdb, mypid): New globals.
9344 (WAIT_FOR_GDB): New macro.
9345 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9346 some breakpoint locations.
9347 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9348 New procedures.
9349 (one_jit_test): Add REATTACH parameter, and handle it. Use
9350 continue_to_test_location.
9351 (top level): Test attach, and adjusts calls to one_jit_test.
9352
40dea8cb
PA
93532016-03-31 Pedro Alves <palves@redhat.com>
9354
9355 PR gdb/19858
9356 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9357 BINSUFFIX parameter, and handle it.
9358 (top level): Adjust calls compile_jit_test.
9359
e7ea3ec7
CU
93602016-03-31 Catalin Udma <catalin.udma@freescale.com>
9361
9362 PR python/19743
9363 * gdb.python/py-mi-events-gdb.py: New file.
9364 * gdb.python/py-mi-events.c: New file.
9365 * gdb.python/py-mi-events.exp: New file.
9366
e6359af3
YQ
93672016-03-30 Yao Qi <yao.qi@linaro.org>
9368
9369 * gdb.reverse/until-precsave.exp: Match function name only.
9370 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9371 Move malloc to a condition block.
9372 * gdb.reverse/until-reverse.exp: Match function name only.
9373
a4105d04
MK
93742016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9375
9376 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9377 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9378 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9379 variable for GPR 0 instead of assuming it is register 0.
9380 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9381 * lib/trace-support.exp: Add s390 registers.
9382
bfa6adb9
YQ
93832016-03-29 Yao Qi <yao.qi@linaro.org>
9384
9385 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9386
1e6697ea
YQ
93872016-03-24 Yao Qi <yao.qi@linaro.org>
9388
9389 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9390 test message.
9391
64bcd522
AA
93922016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9393
9394 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9395 maintaining separate logic for constructing the output path.
9396
7868401b
DB
93972016-03-16 Don Breazeal <donb@codesourcery.com>
9398
9399 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9400 Retry fork and waitpid on interrupted system call errors.
9401 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9402 Use with_timeout_factor to increase timeout by factor of 10.
9403
1cafadb4
DB
94042016-03-15 Don Breazeal <donb@codesourcery.com>
9405
9406 * gdb.cp/scope-err.cc: New test program.
9407 * gdb.cp/scope-err.exp: New test script.
9408 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9409 lines and "set breakpoint here" comment.
9410 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9411 Fixed some whitespace and format issues.
9412 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9413 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9414
81516450
DE
94152016-03-15 Doug Evans <dje@google.com>
9416
9417 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9418 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9419 All callers updated. Add tests for enums, mixed flags register.
9420
aa52b601
DE
94212016-03-15 Doug Evans <dje@google.com>
9422
9423 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9424 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9425
fa4ff313
SM
94262016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9427
9428 * gdb.base/default.exp: Add $_as_string to the list of expected
9429 convenience functions.
9430
f2403c39
AB
94312016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9432
9433 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9434
f2f3ccb9
SM
94352016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9436
9437 * gdb.python/py-as-string.exp: New file.
9438 * gdb.python/py-as-string.c: New file.
9439
00dbd492
PA
94402016-03-09 Pedro Alves <palves@redhat.com>
9441
9442 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9443 signal" -> "Thread NN received signal" output change.
9444 * gdb.threads/ia64-sigill.exp: Likewise.
9445 * gdb.threads/linux-dp.exp: Likewise.
9446 * gdb.threads/manythreads.exp: Likewise.
9447 * gdb.threads/pending-step.exp: Likewise.
9448 * gdb.threads/print-threads.exp: Likewise.
9449 * gdb.threads/sigstep-threads.exp: Likewise.
9450 * gdb.threads/staticthreads.exp: Likewise.
9451 * gdb.threads/tls.exp: Likewise.
9452
1e6697ea
YQ
94532016-03-09 Pedro Alves <palves@redhat.com>
9454
9455 * gdb.base/command-line-input.exp: New file.
9456
b04fd3be
MK
94572016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9458
9459 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9460 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9461 * gdb.trace/pending.exp: Accept leading dot before function name.
9462 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9463 * lib/trace-support.exp: Set registers for ppc.
9464
98fa59e9
MK
94652016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9466
9467 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9468 use it for disassembly; accept .main in addition to main in backtrace.
9469
f77198c8
MK
94702016-03-09 Wei-cheng Wang <cole945@gmail.com>
9471 Marcin Kościelnicki <koriakin@0x04.net>
9472
9473 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9474 (gdb_recursion_test_ptr): New global variable.
9475 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9476 gdb_recursion_test.
9477 (gdb_c_test): Ditto.
9478
ba84e0da
MK
94792016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9480
9481 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9482 ordering.
9483
4366d36e
MK
94842016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9485
9486 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9487 (bar): Add bar_start_lbl label.
9488 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9489 of foo/bar for emitting DWARF and tracing.
9490
5eb264df
SDJ
94912016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9492
9493 * analyze-racy-logs.py: Set executable bit.
9494
fb6a751f
SDJ
94952016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9496
9497 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9498 (CHECK_TARGET_TMP): Likewise.
9499 (check-single-racy): New rule.
9500 (check-parallel-racy): Likewise.
9501 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9502 (do-check-parallel-racy): New rule.
9503 (check-racy/%.exp): Likewise.
9504 * README (Racy testcases): New section.
9505 * analyze-racy-logs.py: New file.
9506
bdf7e230
DE
95072016-03-03 Doug Evans <dje@google.com>
9508
9509 * gdb.base/skip.exp: Use with_test_prefix.
9510
4719d415
YQ
95112016-03-03 Yao Qi <yao.qi@linaro.org>
9512
9513 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9514 Invoke step_over_syscall "clone" and break_cond_on_syscall
9515 "clone".
9516 * gdb.base/step-over-clone.c: New file.
9517
ea507862
YQ
95182016-03-03 Yao Qi <yao.qi@linaro.org>
9519
9520 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9521 code format.
9522
8fc8cbda
YQ
95232016-03-03 Yao Qi <yao.qi@linaro.org>
9524
9525 * gdb.base/disp-step-fork.c: Rename to ...
9526 * gdb.base/step-over-fork.c: ... it. New file.
9527 * gdb.base/disp-step-vfork.c: Rename to ...
9528 * gdb.base/step-over-vfork.c: ... it. New file.
9529 * gdb.base/disp-step-syscall.exp: Rename to ...
9530 * gdb.base/step-over-syscall.exp: ... it. New file.
9531 (disp_step_cross_syscall): Rename to ...
9532 (step_over_syscall): ... it.
9533
92fa70b0
YQ
95342016-03-03 Yao Qi <yao.qi@linaro.org>
9535
9536 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9537 If target supports condition evaluation on target, invoke
9538 break_cond_on_syscall for fork and vfork.
9539
e197ad3c
YQ
95402016-03-03 Yao Qi <yao.qi@linaro.org>
9541
9542 * gdb.base/disp-step-syscall.exp: Don't invoke
9543 support_displaced_stepping.
9544 (disp_step_cross_syscall): Test with displaced stepping off and
9545 on if supported.
9546
0b47da9f
YQ
95472016-03-03 Yao Qi <yao.qi@linaro.org>
9548
9549 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9550 proc.
9551 (setup): New proc.
9552 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9553 and setup.
9554
065ab6dc
BH
95552016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9556
9557 * gdb.fortran/vla-history.exp: Remove breakpoint.
9558
07e448ad 95592016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9560
25d49b86
PA
9561 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9562 exceeds timeout.
07e448ad 9563
9ac2d526 95642016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9565
25d49b86
PA
9566 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9567 breakpoint.
9ac2d526 9568
17807369
BH
95692016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9570
9571 * gdb.mi/vla.f90: Nullify pointer after declaration.
9572
86e501af
PA
95732016-03-01 Pedro Alves <palves@redhat.com>
9574
9575 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9576
1e903e32
PA
95772016-03-01 Pedro Alves <palves@redhat.com>
9578
9579 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9580 before anything else.
9581 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9582 _GNU_SOURCE here.
9583 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9584 before anything else.
9585 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9586
6ccb54e2
PA
95872016-03-01 Pedro Alves <palves@redhat.com>
9588
9589 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9590
30ca9da1
YQ
95912016-03-01 Yao Qi <yao.qi@linaro.org>
9592
9593 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9594 prepare_for_testing.
9595
dc856b38
YQ
95962016-03-01 Yao Qi <yao.qi@linaro.org>
9597
9598 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9599
4a932159
AA
96002016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9601
9602 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9603 manually constructing the output path.
9604
f2489477
AA
96052016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9606
9607 * gdb.arch/s390-stackless.S: New.
9608 * gdb.arch/s390-stackless.exp: New.
9609
38899f16
IB
96102016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9611
9612 * gdb.dlang/circular.c: New file.
9613 * gdb.dlang/circular.exp: New file.
9614
9fde51ed
YQ
96152016-02-26 Yao Qi <yao.qi@linaro.org>
9616
9617 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9618 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9619 (testcases): Update.
9620
ce90fefe
YQ
96212016-02-26 Yao Qi <yao.qi@linaro.org>
9622
9623 * gdb.reverse/aarch64.c: Rename to ...
9624 * gdb.reverse/insn-reverse.c: ... it.
9625 * gdb.reverse/aarch64.exp: Rename to ...
9626 * gdb.reverse/insn-reverse.exp: ... it.
9627
3263bceb
YQ
96282016-02-26 Yao Qi <yao.qi@linaro.org>
9629
9630 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9631 (testcase_ftype): New.
9632 (testcases): New array.
9633 (n_testcases): New.
9634 (main): Call each element in testcases.
9635 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9636 (read_testcase): New.
9637 Do the tests in a loop.
9638
6cb59ff1
YQ
96392016-02-25 Yao Qi <yao.qi@linaro.org>
9640
9641 * gdb.base/branches.c: Remove.
9642
ae91f625
MK
96432016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9644
9645 PR gdb/13808
9646 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9647
678b48b7
MK
96482016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9649
9650 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9651
7337a6f2
MK
96522016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9653
9654 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9655 change x86_64 call_insn to 'callq'.
9656
861ca91f
AT
96572016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9658
9659 * gdb.trace/tfile-avx.c: Move to...
9660 * gdb.trace/tracefile-pseudo-reg.c: Here.
9661 * gdb.trace/tfile-avx.exp: Move to...
9662 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9663
bf74e428
GB
96642016-02-24 Gary Benson <gbenson@redhat.com>
9665
9666 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9667 message on attach.
9668
cce0e923
DE
96692016-02-23 Doug Evans <dje@google.com>
9670
9671 * gdb.base/skip.c (test_skip): New function.
9672 (end_test_skip_file_and_function): New function.
9673 (test_skip_file_and_function): New function.
9674 * gdb.base/skip1.c (test_skip): New function.
9675 (skip1_test_skip_file_and_function): New function.
9676 * gdb.base/skip.exp: Add tests for new skip options.
9677 * gdb.base/skip-solib.exp: Update expected output.
9678 * gdb.perf/skip-command.cc: New file.
9679 * gdb.perf/skip-command.exp: New file.
9680 * gdb.perf/skip-command.py: New file.
9681
4000e47e
MK
96822016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9683
9684 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9685 info registers pattern.
9686
24f75ead
IB
96872016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9688
9689 * lib/future.exp: Add D support.
9690 (gdb_find_gdc): New proc.
9691 (gdb_default_target_compile): Add D support.
9692
fbb7bcbe
WW
96932016-02-18 Wei-cheng Wang <cole945@gmail.com>
9694
9695 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9696 user+system time.
9697 (trace_speed_test): Determine the iteration count for a time
9698 between 15..30 seconds.
9699
012b3a21
WT
97002016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9701
9702 * gdb.arch/i386-mpx-sigsegv.c: New file.
9703 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9704 * gdb.arch/i386-mpx-simple_segv.c: New file.
9705 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9706
2d5189bd
YQ
97072016-02-18 Yao Qi <yao.qi@linaro.org>
9708
9709 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9710 Don't call setup_kfail.
9711
40fb20d0
YQ
97122016-02-18 Yao Qi <yao.qi@linaro.org>
9713
9714 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9715 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9716
21b1f8d2
DE
97172016-02-16 Doug Evans <dje@google.com>
9718
9719 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9720 * gdb.base/skip1.c: Ditto.
9721 * gdb.base/skip.exp: Whitespace cleanup.
9722
4041ed77
DB
97232016-02-16 Don Breazeal <donb@codesourcery.com>
9724
9725 PR remote/19496
9726 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9727 Remove kfail for PR remote/19496.
9728
c4ef31bf
SM
97292016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9730
9731 * lib/gdb.exp (standard_temp_file): Return a path specific to
9732 the runtest invocation.
9733
266b65b3
SM
97342016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9735
9736 * gdb.trace/save-trace.exp: Change relative path to be in the
9737 standard output directory.
9738
a7a0a6a9
JK
97392016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9740
9741 * gdb.arch/i386-prologue.c: Add missing prototypes.
9742
c99dbb42
JK
97432016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9744
9745 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9746 * gdb.arch/i386-prologue.exp: Likewise.
9747 * gdb.arch/i386-size.exp: Likewise.
9748
aa480355
SM
97492016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9750
9751 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9752 define object file path.
9753 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9754 file path.
9755 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9756 standard_output_file to define binfile.
9757
ba881f50
JK
97582016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9759
9760 Fix compatibility with recent gfortran-5.3.1.
9761 * gdb.fortran/vla-history.exp (print vla1 allocated)
9762 (print vla2 allocated, print $2, print $3): Remove
9763 (print $4): Rename to ...
9764 (print $2): ... here.
9765 (print $9): Rename to ...
9766 (print $5): ... here.
9767 (print $10): Rename to ...
9768 (print $6): ... here.
9769 * gdb.fortran/vla.f90: Add pvla initialization.
9770
e9fb005c
JK
97712016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9772
9773 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9774 New test.
9775 * gdb.fortran/vla-value-sub.exp: Likewise.
9776
e44e00ff
MK
97772016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9778
9779 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9780
97e94151
SM
97812016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9782
9783 * i386-biarch-core.exp: Define corefile using
9784 standard_output_file.
9785
01113bc1
YQ
97862016-02-12 Yao Qi <yao.qi@linaro.org>
9787
9788 * gdb.arch/arm-single-step-kernel-helper.c: New.
9789 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9790
33b4777c
MM
97912016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9792
9793 * gdb.btrace/tailcall-only.exp: New.
9794 * gdb.btrace/tailcall-only.c: New.
9795 * gdb.btrace/x86_64-tailcall-only.S: New.
9796 * gdb.btrace/i686-tailcall-only.S: New.
9797
acc23c11
PA
97982016-02-11 Pedro Alves <palves@redhat.com>
9799
9800 * README (Parallel testing): Add missing double quotes.
9801
e352bf0a
PA
98022016-02-11 Pedro Alves <palves@redhat.com>
9803
9804 * README (Parallel testing): New section.
9805 (GDB_PARALLEL): Rewrite.
9806 (FORCE_PARALLEL): Document.
9807
9f5fed78
MK
98082016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9809
9810 * gdb.trace/tfile-avx.c: New test.
9811 * gdb.trace/tfile-avx.exp: New test.
9812
9ef9e6a6
KS
98132016-02-09 Keith Seitz <keiths@redhat.com>
9814
9815 PR breakpoints/19546
9816 * gdb.base/infcall-exec.c: New file.
9817 * gdb.base/infcall-exec2.c: New file.
9818 * gdb.base/infcall-exec.exp: New file.
9819
a96e36da
KS
98202016-02-09 Keith Seitz <keiths@redhat.com>
9821
9822 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9823 (toplevel): Call test_bkpt_address.
9824
9f61929f
KS
98252016-02-09 Keith Seitz <keiths@redhat.com>
9826
9827 PR python/19506
9828 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9829 (toplevel): Call test_bkpt_address.
9830
1e94266c
SM
98312016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9832
9833 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9834 to AC_OUTPUT.
9835 * configure: Regenerate.
9836
2a7f3dff
PA
98372016-02-09 Pedro Alves <palves@redhat.com>
9838
9839 PR breakpoints/19548
9840 * gdb.base/execl-update-breakpoints.c (some_function): New
9841 function.
9842 (main): Call it.
9843 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9844 Tighten expected GDB output.
9845
2151ccc5
SM
98462016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9847
9848 * Makefile.in (ALL_SUBDIRS): Remove.
9849 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9850 (distclean maintainer-clean realclean): Likewise.
9851 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9852 * configure: Regenerate.
9853 * gdb.ada/Makefile.in: Delete.
9854 * gdb.arch/Makefile.in: Likewise.
9855 * gdb.asm/Makefile.in: Likewise.
9856 * gdb.base/Makefile.in: Likewise.
9857 * gdb.btrace/Makefile.in: Likewise.
9858 * gdb.cell/Makefile.in: Likewise.
9859 * gdb.compile/Makefile.in: Likewise.
9860 * gdb.cp/Makefile.in: Likewise.
9861 * gdb.disasm/Makefile.in: Likewise.
9862 * gdb.dlang/Makefile.in: Likewise.
9863 * gdb.dwarf2/Makefile.in: Likewise.
9864 * gdb.fortran/Makefile.in: Likewise.
9865 * gdb.gdb/Makefile.in: Likewise.
9866 * gdb.go/Makefile.in: Likewise.
9867 * gdb.guile/Makefile.in: Likewise.
9868 * gdb.java/Makefile.in: Likewise.
9869 * gdb.linespec/Makefile.in: Likewise.
9870 * gdb.mi/Makefile.in: Likewise.
9871 * gdb.modula2/Makefile.in: Likewise.
9872 * gdb.multi/Makefile.in: Likewise.
9873 * gdb.objc/Makefile.in: Likewise.
9874 * gdb.opencl/Makefile.in: Likewise.
9875 * gdb.opt/Makefile.in: Likewise.
9876 * gdb.pascal/Makefile.in: Likewise.
9877 * gdb.perf/Makefile.in: Likewise.
9878 * gdb.python/Makefile.in: Likewise.
9879 * gdb.reverse/Makefile.in: Likewise.
9880 * gdb.server/Makefile.in: Likewise.
9881 * gdb.stabs/Makefile.in: Likewise.
9882 * gdb.threads/Makefile.in: Likewise.
9883 * gdb.trace/Makefile.in: Likewise.
9884 * gdb.xml/Makefile.in: Likewise.
9885 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9886 GDB_PARALLEL.
9887 (standard_output_file): Remove check for GDB_PARALLEL, always
9888 return path in outputs/$subdir/$testname.
9889
437277d4
SM
98902016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9891
9892 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9893 (site.exp): Assign abs_srcdir to tcl's srcdir.
9894
31d913c7
YQ
98952016-02-04 Yao Qi <yao.qi@linaro.org>
9896
9897 * gdb.base/foll-exec-mode.c: Include limits.h.
9898 (main): Add parameters argc and argv. Get directory from
9899 argv[0].
9900 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9901 compilation.
9902 * gdb.base/foll-exec.c: Include limits.h.
9903 (main): Add parameters argc and argv.
9904 Get directory from argv[0].
9905 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9906 Adjust tests on the number of lines as source code changed.
9907 * gdb.base/foll-vfork-exit.c: Include limits.h.
9908 (main): Add one line of statement before vfork.
9909 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9910 (main): Add parameters argc and argv. Get directory from
9911 argv[0].
9912 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9913 (setup_gdb): Set tbreak to skip some source lines.
9914 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9915 (main): Add parameters argc and argv. Get directory from
9916 argv[0].
9917 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9918 compilation.
9919 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9920 (main): Add parameters argc and argv. Get directory from
9921 argv[0].
9922 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9923 compilation.
9924
9482b9fb
DE
99252016-02-01 Doug Evans <dje@google.com>
9926
9927 * gdb.base/skip.exp: Clean up multiple references to same test name.
9928
6b2e4f10
PA
99292016-02-01 Pedro Alves <palves@redhat.com>
9930
ccb6afd6 9931 PR remote/19496
6b2e4f10
PA
9932 * gdb.threads/forking-threads-plus-breakpoint.exp
9933 (displaced_stepping_supported): New global.
9934 (probe_displaced_stepping_support): New procedure.
9935 (do_test): Add 'displaced' parameter, and use it.
9936 (top level): Check for displaced stepping support. Add displaced
9937 stepping on/off testing axis.
9938
37a8db1a
AB
99392016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9940
9941 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9942 pointer. Don't perform further tests on the unassociated pointer
9943 if the first test fails.
9944
5fdf6324
AB
99452016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9946
9947 * gdb.base/max-value-size.c: New file.
9948 * gdb.base/max-value-size.exp: New file.
9949 * gdb.base/huge.exp: Disable max-value-size for this test.
9950
935c6144
IB
99512016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9952
9953 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9954
7fe8399d
YQ
99552016-01-28 Yao Qi <yao.qi@linaro.org>
9956
9957 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9958
a2077e25
PA
99592016-01-25 Pedro Alves <palves@redhat.com>
9960
9961 PR threads/19461
9962 * gdb.base/fork-running-state.c: New file.
9963 * gdb.base/fork-running-state.exp: New file.
9964
1d2736d4
PA
99652016-01-25 Pedro Alves <palves@redhat.com>
9966
9967 PR gdb/19494
9968 * gdb.base/catch-fork-kill.c: New file.
9969 * gdb.base/catch-fork-kill.exp: New file.
9970
f1da4b11
PA
99712016-01-25 Pedro Alves <palves@redhat.com>
9972
9973 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9974 Delete, moved to lib/gdb.exp.
9975 * gdb.threads/forking-threads-plus-breakpoint.exp
9976 (foreach_with_prefix): Likewise.
9977 * gdb.threads/process-dies-while-handling-bp.exp
9978 (foreach_with_prefix): Likewise.
9979 * lib/gdb.exp (foreach_with_prefix): New procedure.
9980
45f38546
MK
99812016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9982
9983 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9984 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9985
dc29a1ce
MK
99862016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9987
9988 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9989 endian targets.
9990
092127d7
JK
99912016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9992 Pedro Alves <palves@redhat.com>
9993
9994 Fix testsuite compatibility with Guile.
9995 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9996 number.
9997
31d765d3
JK
99982016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9999
10000 Fix testsuite compatibility with Guile.
10001 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10002 (thread 1): New test for backtrace through signal handler.
10003
1ac78c04
YQ
100042016-01-22 Yao Qi <yao.qi@linaro.org>
10005
10006 PR testsuite/19491
10007 * gdb.base/multi-forks.c: Include
10008 ../lib/unbuffer_output.c
10009 (main): Call gdb_unbuffer_output.
10010
4f5946a8
DE
100112016-01-21 Doug Evans <dje@google.com>
10012
10013 * lib/ada.exp (gdb_compile_ada): Fix typo.
10014
305e13e6
JB
100152016-01-21 Joel Brobecker <brobecker@adacore.com>
10016
10017 * gdb.base/break-fun-addr.exp: New file.
10018 * gdb.base/break-fun-addr1.c: New file.
10019 * gdb.base/break-fun-addr2.c: New file.
10020
5f5dfff6
SM
100212016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10022
10023 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10024 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10025 enum flag values.
10026
fd356fa2
AA
100272016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10028
10029 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10030 when GDB can not set the vector return value. Add more comments
10031 for clarification.
10032
9df22175
AT
100332016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10034
10035 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10036 command.
10037
41d1845e
SM
100382016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10039
10040 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10041
01ac6840
SM
100422016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10043
10044 * Makefile.in (check-single): Pass --status to runtest.
10045 (check/%.exp): Likewise.
10046
100472016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10048
10049 * Makefile.in (check-parallel): Propagate return code from make
10050 do-check-parallel.
10051
bd0a71fa
MK
100522016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10053
10054 * gdb.trace/ftrace.exp: Fix expected message on continue.
10055 * gdb.trace/pending.exp: Fix expected message on continue.
10056 * gdb.trace/trace-break.exp: Fix expected message on continue.
10057
8bcbad33
SM
100582016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10059
10060 * lib/gdb.exp (gdb_test): Remove unused global references.
10061
f303dbd6
PA
100622016-01-18 Pedro Alves <palves@redhat.com>
10063
10064 * gdb.base/async-shell.exp: Adjust expected output.
10065 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10066 * gdb.base/siginfo-thread.exp: Adjust expected output.
10067 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10068 * gdb.java/jnpe.exp: Adjust expected output.
10069 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10070 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10071 * gdb.threads/leader-exit.exp: Adjust expected output.
10072 * gdb.threads/manythreads.exp: Adjust expected output.
10073 * gdb.threads/pthreads.exp: Adjust expected output.
10074 * gdb.threads/schedlock.exp: Adjust expected output.
10075 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10076 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10077 expected output.
10078 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10079 output.
10080 * gdb.threads/sigthread.exp: Adjust expected output.
10081 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10082
b2789696
YQ
100832016-01-18 Yao Qi <yao.qi@linaro.org>
10084
10085 * gdb.guile/scm-section-script.c: Replace @progbits with
10086 %progbits.
10087 * gdb.python/py-section-script.c: Likewise.
10088
71ef29a8
PA
100892016-01-15 Pedro Alves <palves@redhat.com>
10090
10091 * gdb.multi/tids.exp: Test star wildcard ranges.
10092
3f5b7598
PA
100932016-01-15 Pedro Alves <palves@redhat.com>
10094
10095 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10096 command from "thread apply" invocation.
10097 (thr_apply_info_thr_invalid): Default the expected output to the
10098 input tid list.
10099 (top level): Add tests that use convenience variables. Add tests
10100 for "thread apply" with a valid TID list, but missing the command.
10101
663f6d42
PA
101022016-01-13 Pedro Alves <palves@redhat.com>
10103
10104 * gdb.base/default.exp: Expect $_gthread as well.
10105 * gdb.multi/tids.exp: Test $_gthread.
10106 * gdb.threads/thread-specific.exp: Test $_gthread.
10107
c84f6bbf
PA
101082016-01-13 Pedro Alves <palves@redhat.com>
10109
10110 * gdb.multi/tids.exp: Test "info threads -gid".
10111
22a02324
PA
101122016-01-13 Pedro Alves <palves@redhat.com>
10113
10114 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10115 Breakpoint.thread.
10116 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10117
5d5658a1
PA
101182016-01-07 Pedro Alves <palves@redhat.com>
10119
10120 * gdb.base/break.exp: Adjust to output changes.
10121 * gdb.base/hbreak2.exp: Likewise.
10122 * gdb.base/sepdebug.exp: Likewise.
10123 * gdb.base/watch_thread_num.exp: Likewise.
10124 * gdb.linespec/keywords.exp: Likewise.
10125 * gdb.multi/info-threads.exp: Likewise.
10126 * gdb.threads/thread-find.exp: Likewise.
10127 * gdb.multi/tids.c: New file.
10128 * gdb.multi/tids.exp: New file.
10129
84654457
PA
101302016-01-13 Pedro Alves <palves@redhat.com>
10131
10132 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10133
e3940304
PA
101342016-01-13 Pedro Alves <palves@redhat.com>
10135
10136 * gdb.base/default.exp: Expect $_inferior as well.
10137 * gdb.multi/base.exp: Test $_inferior.
10138
a911d87a
PA
101392016-01-13 Pedro Alves <palves@redhat.com>
10140
10141 PR breakpoints/19388
10142 * gdb.base/catch-signal-siginfo-cond.c: New file.
10143 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10144
82075af2
JS
101452016-01-12 Josh Stone <jistone@redhat.com>
10146 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10147
10148 * gdb.base/catch-syscall.c (do_execve): New variable.
10149 (main): Conditionally trigger an execve.
10150 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10151 (test_catch_syscall_execve): New, check entry/return across execve.
10152 (do_syscall_tests): Call test_catch_syscall_execve.
10153
e46eeedd
PA
101542016-01-12 Pedro Alves <palves@redhat.com>
10155
10156 * gdb.base/random-signal.exp (do_test): New procedure, with body
10157 of testcase moved in.
10158
01d8c27e
JK
101592016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10160 Pedro Alves <palves@redhat.com>
10161
10162 * gdb.base/funcargs.exp (finish from indirectly called function):
10163 Reintroduce the case for 'First'.
10164
9a706302
JK
101652016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10166 Pedro Alves <palves@redhat.com>
10167
10168 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10169 (tcatch_vfork_then_child_follow_exec)
10170 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10171 identification.
10172
c0ecb95f
JK
101732016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10174
10175 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10176 and repeats to unlimited.
10177 * gdb.python/py-value.exp: Likewise.
10178 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10179 and repeats to unlimited.
10180
6cfc1fcb
JK
101812016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10182
10183 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10184 and reordering the functions.
10185 * gdb.multi/hangout.c: Likewise.
10186 * gdb.multi/hello.c: Likewise.
10187
582a1b00
SM
101882016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10189
10190 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10191 absolute.
10192 (SingleStatisticTestResult.report): Use dict.keys instead of
10193 dict.iterkeys.
10194
79bc59cb
PA
101952016-01-06 Pedro Alves <palves@redhat.com>
10196
10197 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10198
43368e1d
MM
101992016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10200
10201 * gdb.btrace/dlopen.exp: New.
10202 * gdb.btrace/dlopen.c: New.
10203 * gdb.btrace/dlopen-dso.c: New.
10204
79fad5b8
SL
102052015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10206
10207 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10208 PATTERN argument is optional.
10209
ab8314b3
JB
102102015-12-24 Joel Brobecker <brobecker@adacore.com>
10211
10212 * lib/ada.exp (target_compile_ada_from_dir): New function.
10213 (gdb_compile_ada): Reimplement avoiding the use of project files.
10214 * gdb.ada/gnat_ada.gpr: Delete.
10215 * gdb.ada/cond_lang.exp: Adjust test to make path before
10216 filename optional.
10217 * gdb.ada/small_reg_param.exp: Likewise.
10218
fe33faff
SM
102192015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10220
10221 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10222
6d265cb4
TP
102232015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10224
10225 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10226 case.
10227
10125099
SM
102282015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10229
10230 * gdb.base/break.exp: Remove dead code.
10231 * gdb.base/sepdebug.exp: Likewise.
10232
3ca22649
SM
102332015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10234
10235 * gdb.asm/asm-source.exp: Remove HP-UX references.
10236 * gdb.base/annota1.exp: Likewise.
10237 * gdb.base/annota3.exp: Likewise.
10238 * gdb.base/attach.exp: Likewise.
10239 * gdb.base/bigcore.exp: Likewise.
10240 * gdb.base/break.exp: Likewise.
10241 * gdb.base/call-ar-st.exp: Likewise.
10242 * gdb.base/callfuncs.exp: Likewise.
10243 * gdb.base/catch-fork-static.exp: Likewise.
10244 * gdb.base/display.exp: Likewise.
10245 * gdb.base/foll-exec-mode.exp: Likewise.
10246 * gdb.base/foll-exec.exp: Likewise.
10247 * gdb.base/foll-fork.exp: Likewise.
10248 * gdb.base/foll-vfork.exp: Likewise.
10249 * gdb.base/funcargs.exp: Likewise.
10250 * gdb.base/hbreak2.exp: Likewise.
10251 * gdb.base/inferior-died.exp: Likewise.
10252 * gdb.base/interrupt.exp: Likewise.
10253 * gdb.base/multi-forks.exp: Likewise.
10254 * gdb.base/nodebug.exp: Likewise.
10255 * gdb.base/sepdebug.exp: Likewise.
10256 * gdb.base/solib1.c: Likewise.
10257 * gdb.base/step-test.exp: Likewise.
10258 * gdb.mi/non-stop.c: Likewise.
10259 * gdb.mi/pthreads.c: Likewise.
10260 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10261 * gdb.threads/pthreads.c: Likewise.
10262 * gdb.threads/staticthreads.exp: Likewise.
10263 * lib/future.exp: Likewise.
10264 * lib/gdb.exp: Likewise.
10265 * gdb.base/so-indr-cl.c: Remove.
10266 * gdb.base/so-indr-cl.exp: Likewise.
10267 * gdb.base/solib.c: Likewise.
10268 * gdb.base/solib.exp: Likewise.
10269 * gdb.base/solib2.c: Likewise.
10270
b6304613
SM
102712015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10272
10273 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10274 * gdb.base/call-ar-st.exp: Likewise.
10275 * gdb.base/callfuncs.exp: Likewise.
10276 * gdb.base/condbreak.exp: Likewise.
10277 * gdb.base/constvars.exp: Likewise.
10278 * gdb.base/hbreak2.exp: Likewise.
10279 * gdb.base/langs.exp: Likewise.
10280 * gdb.base/list.exp: Likewise.
10281 * gdb.base/long_long.exp: Likewise.
10282 * gdb.base/ptype.exp: Likewise.
10283 * gdb.base/scope.exp: Likewise.
10284 * gdb.base/signals.exp: Likewise.
10285 * gdb.base/so-impl-ld.exp: Likewise.
10286 * gdb.base/varargs.exp: Likewise.
10287 * gdb.base/volatile.exp: Likewise.
10288 * gdb.base/whatis.exp: Likewise.
10289 * gdb.cp/cplusfuncs.exp: Likewise.
10290 * gdb.cp/inherit.exp: Likewise.
10291 * gdb.cp/local.exp: Likewise.
10292 * gdb.cp/member-ptr.exp: Likewise.
10293 * gdb.cp/method.exp: Likewise.
10294 * gdb.cp/overload.exp: Likewise.
10295 * gdb.cp/templates.exp: Likewise.
10296 * gdb.stabs/weird.exp: Likewise.
10297 * lib/compiler.c: Likewise.
10298 * lib/compiler.cc: Likewise.
10299 * lib/cp-support.exp: Likewise.
10300 * lib/gdb.exp: Likewise.
10301
bf401b07
SM
103022015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10303
10304 * configure.ac: Remove HP-UX case.
10305 * configure: Regenerate.
10306
aff9c0f8
SM
103072015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10308
10309 * lib/gdb.exp (gdb_compile): Add function doc.
10310
a6904d5a
PA
103112015-12-17 Pedro Alves <palves@redhat.com>
10312
10313 PR threads/19354
10314 * gdb.multi/info-threads.exp: New file.
10315
a22279dd
YQ
103162015-12-15 Yao Qi <yao.qi@linaro.org>
10317
10318 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10319 is aarch64*-*-*.
10320
0588c796
SL
103212015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10322
10323 * gdb.base/history-duplicates.exp: Skip if no readline support.
10324
5d978e17
SL
103252015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10326
10327 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10328
7e763b86
SL
103292015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10330
10331 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10332
87a3a92c
SL
103332015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10334
10335 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10336 ctrl-C if nointerrupts target property is set.
10337 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10338 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10339 * gdb.base/paginate-bg-execution.exp: Likewise.
10340 * gdb.base/paginate-execution-startup.exp: Likewise.
10341 * gdb.base/random-signal.exp: Likewise.
10342 * gdb.base/range-stepping.exp: Likewise.
10343 * gdb.cp/annota2.exp: Likewise.
10344 * gdb.cp/annota3.exp: Likewise.
10345 * gdb.gdb/selftest.exp: Likewise.
10346 * gdb.threads/continue-pending-status.exp: Likewise.
10347 * gdb.threads/leader-exit.exp: Likewise.
10348 * gdb.threads/manythreads.exp: Likewise.
10349 * gdb.threads/pthreads.exp: Likewise.
10350 * gdb.threads/schedlock.exp: Likewise.
10351 * gdb.threads/sigthread.exp: Likewise.
10352
a8f077dc
DB
103532015-12-11 Don Breazeal <donb@codesourcery.com>
10354
10355 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10356 remote.
10357 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10358 * gdb.base/foll-exec.exp (main): Enable for target remote.
10359 * gdb.base/foll-fork.exp (main): Likewise.
10360 * gdb.base/foll-vfork.exp (main): Likewise.
10361 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10362 (proc continue_to_exit_bp_loc): Use clean_restart.
10363 * gdb.base/pie-execl.exp (main): Disable for target remote.
10364 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10365 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10366 * gdb.threads/execl.exp (main): Likewise.
10367 * gdb.threads/fork-child-threads.exp (main): Likewise.
10368 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10369 remote.
10370 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10371 remote.
10372 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10373 pid.tid style ptids, instead of just tid.
10374 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10375 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10376 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10377 ptids, instead of just tid.
10378
3b2464a8
AB
103792015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10380
10381 * gdb.base/list.exp (test_list_forward): Add end of file error
10382 test.
10383 (test_repeat_list_command): Add end of file error test.
10384 (test_list_backwards): Add beginning of file error test.
10385
a0def019
AB
103862015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10387
10388 * gdb.base/list.exp (test_list_invalid_args): New function,
10389 defined, and called.
10390
5c000dff
AB
103912015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10392
10393 * gdb.base/list.exp (test_list): Make test names unique.
10394
f1637ebe
YQ
103952015-12-11 Yao Qi <yao.qi@linaro.org>
10396
10397 * gdb.base/coremaker2.c: Remove.
10398
36d6fc0a
PA
103992015-12-10 Pedro Alves <palves@redhat.com>
10400
10401 * gdb.multi/base.exp: Remove stale "spaces" references.
10402
762f7747
PA
104032015-12-10 Pedro Alves <palves@redhat.com>
10404
10405 * gdb.multi/base.exp: Don't use nowarnings.
10406 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10407 * gdb.multi/hangout.c: Include stdio.h.
10408 * gdb.multi/hello.c: Include stdlib.h.
10409 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10410 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10411 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10412
28d2bfb9
AB
104132015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10414
10415 * gdb.dwarf2/dw2-ranges-base.c: New file.
10416 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10417 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10418 support additional line table, and debug ranges generation.
10419 (Dwarf::ranges): New function, generate .debug_ranges.
10420 (Dwarf::lines): Support generating simple line table programs.
10421 (Dwarf::assemble): Initialise new namespace variables.
10422
5fc2beac
KB
104232015-12-09 Kevin Buettner <kevinb@redhat.com>
10424
10425 * gdb.base/async.exp (proc test_background): Add case for
10426 asynchronous execution not supported.
10427
1c35a88f
LM
104282015-12-09 Luis Machado <lgustavo@codesourcery.com>
10429
10430 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10431 format and change test names to make them unique.
10432
b593e3d9
RK
104332015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10434 Pedro Alves <pedro@redhat.com>
10435
10436 PR gdb/18702
10437 Add checking of floatformats setup on x86_64 hosts.
10438 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10439 (smallval, bigval): New labels/constants.
10440 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10441 float" after loading bigval and smallval.
10442
d72413e6
PMR
104432015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10444
10445 * gdb.ada/fun_overload_menu.exp: New testcase.
10446 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10447
ece66d65
JS
104482015-12-04 Josh Stone <jistone@redhat.com>
10449
10450 * gdb.base/catch-fork-static.exp: New.
10451
41d0efca
YQ
104522015-12-03 Yao Qi <yao.qi@linaro.org>
10453
10454 * gdb.base/sizeof.c: Don't include stdio.h and
10455 ../lib/unbuffer_output.c.
10456 (main): New variable 'size' and 'value'. Remove printf and
10457 gdb_unbuffer_output. Assign return value to size and value.
10458 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10459 at the beginning.
10460 (check_sizeof): Check the result by printing variable 'size'.
10461 (check_valueof): Check the result by printing variable 'value'.
10462
99fd02d9
YQ
104632015-12-01 Yao Qi <yao.qi@linaro.org>
10464
10465 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10466 for aarch64*-*-linux* target.
10467
f2faf941
PA
104682015-11-30 Pedro Alves <palves@redhat.com>
10469
10470 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10471
04bf20c5
PA
104722015-11-30 Pedro Alves <palves@redhat.com>
10473
10474 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10475 Handle non-stop mode vCont replies.
10476
09df4675
PA
104772015-11-30 Pedro Alves <palves@redhat.com>
10478
10479 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10480 prepare_for_testing. Start gdb with "set non-stop on" appended to
10481 GDBFLAGS. Lax expected stop output.
10482
58b584af
YQ
104832015-11-27 Yao Qi <yao.qi@linaro.org>
10484
10485 * gdb.arch/arm-neon.exp: New.
10486 * gdb.arch/arm-neon.c: New.
10487
dfcb77a8
YQ
104882015-11-27 Yao Qi <yao.qi@linaro.org>
10489
10490 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10491
88e8ec1b
YQ
104922015-11-27 Yao Qi <yao.qi@linaro.org>
10493
10494 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10495 frames-invalid annotation.
10496
bfde72c2
YQ
104972015-11-27 Yao Qi <yao.qi@linaro.org>
10498
10499 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10500
f6512a69
SM
105012015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10502
10503 * gdb.threads/names.exp: New file.
10504 * gdb.threads/names.c: New file.
10505 * README: Mention gdb,no_thread_names.
10506
46a3515b
MM
105072015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10508
10509 PR 19297
10510 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10511 support" error.
10512
62147a22
PA
105132015-11-24 Pedro Alves <palves@redhat.com>
10514
10515 PR 17539
10516 * gdb.base/display.exp: Expect displays to be sorted in ascending
10517 order. Use multi_line.
10518 * gdb.base/solib-display.exp: Likewise.
10519
2f341b6e
PA
105202015-11-24 Pedro Alves <palves@redhat.com>
10521
10522 PR 17539
25d49b86
PA
10523 * gdb.base/display.exp: Expect displays to be sorted in ascending
10524 order. Use multi_line.
10525 * gdb.base/solib-display.exp: Likewise.
2f341b6e 10526
7e0aa6aa
PA
105272015-11-24 Pedro Alves <palves@redhat.com>
10528
10529 PR 17539
10530 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10531 threads in ascending order.
10532 * gdb.base/foll-fork.exp: Likewise.
10533 * gdb.base/foll-vfork.exp: Likewise.
10534 * gdb.base/multi-forks.exp: Likewise.
10535 * gdb.mi/mi-nonstop.exp: Likewise.
10536 * gdb.mi/mi-nsintrall.exp: Likewise.
10537 * gdb.multi/base.exp: Likewise.
10538 * gdb.multi/multi-arch.exp: Likewise.
10539 * gdb.python/py-inferior.exp: Likewise.
10540 * gdb.threads/break-while-running.exp: Likewise.
10541 * gdb.threads/execl.exp: Likewise.
10542 * gdb.threads/gcore-thread.exp: Likewise.
10543 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10544 * gdb.threads/kill.exp: Likewise.
10545 * gdb.threads/linux-dp.exp: Likewise.
10546 * gdb.threads/multiple-step-overs.exp: Likewise.
10547 * gdb.threads/next-bp-other-thread.exp: Likewise.
10548 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10549 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10550 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10551 * gdb.threads/thread-find.exp: Likewise.
10552 * gdb.threads/tls.exp: Likewise.
10553 * lib/mi-support.exp (mi_reverse_list): Delete.
10554 (mi_check_thread_states): No longer reverse list.
10555
2cc57ad8
PA
105562015-11-24 Pedro Alves <palves@redhat.com>
10557
10558 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10559 use lowercase.
10560
c93e8391
SM
105612015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10562
10563 * gdb.trace/actions.c: Include trace-common.h.
10564 (main): Add a location for a fast tracepoint.
10565 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10566 the normal tracepoints.
10567 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10568
045ccf91
SM
105692015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10570
10571 * save-trace.exp: Factor out code to these...
10572 (gdb_save_tracepoints): New.
10573 (gdb_load_tracepoints): New.
10574 (do_save_load_test): New.
10575
5506f9f6
KB
105762015-11-23 Kevin Buettner <kevinb@redhat.com>
10577
10578 * gdb.base/asmlabel.exp: New test.
10579 * gdb.base/asmlabel.c: New test case.
10580
16c3b12f
JB
105812015-11-23 Joel Brobecker <brobecker@adacore.com>
10582
10583 * gdb.base/wrong_frame_bt_full-main.c: New file.
10584 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10585 * gdb.base/wrong_frame_bt_full.exp: New file.
10586
155bfbd3
JB
105872015-11-23 Joel Brobecker <brobecker@adacore.com>
10588
10589 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10590
bb097445
JM
105912015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10592
206853a0 10593 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
10594 pstate register when comparing registers values in
10595 sparc64-*-linux-gnu targets to avoid spurious differences.
10596
9c88ed8f
JM
105972015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10598
206853a0 10599 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 10600
96161e25
SL
106012015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10602
10603 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10604 as type argument to gdb_compile.
10605 * gdb.base/nested-subp2.exp: Likewise.
10606 * gdb.base/nested-subp3.exp: Likewise.
10607
340c2830
DV
106082015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10609
10610 * lib/dwarf.exp (_note): Fix left shift of negative value.
10611 * gdb.trace/trace-condition.exp: Likewise.
10612
c1862d0f
YQ
106132015-11-13 Yao Qi <yao.qi@linaro.org>
10614
10615 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10616 comments about d10v.
10617 (test_scalar_returns): Likewise.
10618 * gdb.base/d10v.ld: Remove.
10619 * gdb.base/overlays.exp: Remove the target triplet checking for
10620 d10v-*-*.
10621 * gdb.base/structs.exp (test_struct_returns): Remove the
10622 comments about d10v.
10623 (test_struct_calls): Likewise.
10624
77ae9c19
YQ
106252015-11-13 Yao Qi <yao.qi@linaro.org>
10626
10627 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10628 * gdb.base/gnu_vector.c: Don't include stdio.h.
10629 (main): Don't print res and call add_some_intvecs.
10630
430e004e
MK
106312015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10632
10633 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10634 macro.
10635 (func5): Removed.
10636 (func4): Use FAST_TRACEPOINT_LABEL.
10637 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10638 macro.
10639 (func): Removed.
10640 (thread_function): Use FAST_TRACEPOINT_LABEL.
10641 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10642 (func): Remove.
10643 (marker): Use FAST_TRACEPOINT_LABEL.
10644 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10645 (pendfunc1): Remove.
10646 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10647 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10648 (foo): Remove.
10649 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10650 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10651 macro.
10652 (func): Remove.
10653 (marker): Use FAST_TRACEPOINT_LABEL.
10654 * gdb.trace/trace-common.h: New header.
10655 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10656 macro.
10657 (func): Remove.
10658 (marker): Use FAST_TRACEPOINT_LABEL.
10659 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10660 (func): Remove.
10661 (thread_function): Use FAST_TRACEPOINT_LABEL.
10662
6e7675a7
MK
106632015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10664
10665 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10666 in front.
10667 * gdb.trace/change-loc.exp: Use global pcreg definition.
10668 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10669 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10670 in front.
10671 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10672 * gdb.trace/pending.exp: Likewise.
10673 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10674 * gdb.trace/trace-break.exp: Likewise.
10675 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10676 in front.
10677 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10678 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10679 in front.
10680 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10681
dddc0e16
JB
106822015-11-09 Joel Brobecker <brobecker@adacore.com>
10683
10684 * gdb.ada/fin_fun_out: New testcase.
10685
c6f0b406
KB
106862015-11-07 Kevin Buettner <kevinb@redhat.com>
10687
10688 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10689 value associated with DW_AT_byte_size.
10690 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10691 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10692 DW_AT_upper_bound.
10693
f01dcfd9
KB
106942015-11-07 Kevin Buettner <kevinb@redhat.com>
10695
10696 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10697 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10698 version.
10699 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10700 gdb.dwarf2/dw2-canonicalize-type.exp,
10701 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10702 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10703 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10704 provided by gdb_target_symbol_prefix_flags_asm.
10705 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10706 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10707 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10708 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10709 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10710 macros where needed). Use this macro for symbols which require
10711 the prefix provided by SYMBOL_PREFIX.
10712
2223449a
KB
107132015-11-05 Kevin Buettner <kevinb@redhat.com>
10714
10715 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10716 New procs.
10717 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10718 representing expressions, of more than one list element.
10719 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10720 to prepend linker symbol prefix to f.
10721 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10722 table_1 and table_2.
10723 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10724 Likewise, for f and g.
10725 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10726 for ptr.
10727 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10728 for main.
10729 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10730 table_1_ptr and table_2_ptr.
10731
6f2f1a3a
JK
107322015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10733 Joel Brobecker <brobecker@adacore.com>
10734
10735 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10736
566c56c9
MK
107372015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10738
10739 * gdb.reverse/s390-mvcle.c: New test.
10740 * gdb.reverse/s390-mvcle.exp: New file.
10741 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10742
d5f0636b
MK
107432015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10744
10745 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10746
7ad8b86c
MK
107472015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10748
10749 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10750 reaching marker2.
10751 * gdb.reverse/getresuid-reverse.exp: Likewise.
10752 * gdb.reverse/pipe-reverse.exp: Likewise.
10753 * gdb.reverse/readv-reverse.exp: Likewise.
10754 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10755 * gdb.reverse/time-reverse.exp: Likewise.
10756 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10757
4081c0f1
YQ
107582015-10-30 Yao Qi <yao.qi@linaro.org>
10759
10760 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10761 (empty_cycle): Remove.
10762 (main): Don't call empty_cycle. Don't use watch_count_done.
10763 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10764 empty_cycle. Rewrite the code counting HW watchpoints.
10765
452b4ba5
MK
107662015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10767
10768 * gdb.reverse/fstatat-reverse.c: New test.
10769 * gdb.reverse/fstatat-reverse.exp: New file.
10770 * gdb.reverse/getresuid-reverse.c: New test.
10771 * gdb.reverse/getresuid-reverse.exp: New file.
10772 * gdb.reverse/pipe-reverse.c: New test.
10773 * gdb.reverse/pipe-reverse.exp: New file.
10774 * gdb.reverse/readv-reverse.c: New test.
10775 * gdb.reverse/readv-reverse.exp: New file.
10776 * gdb.reverse/recvmsg-reverse.c: New test.
10777 * gdb.reverse/recvmsg-reverse.exp: New file.
10778 * gdb.reverse/time-reverse.c: New test.
10779 * gdb.reverse/time-reverse.exp: New file.
10780 * gdb.reverse/waitpid-reverse.c: New test.
10781 * gdb.reverse/waitpid-reverse.exp: New file.
10782
5e2e7507
JK
107832015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10784
10785 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10786
0fde2c53
DE
107872015-10-26 Doug Evans <dje@google.com>
10788
10789 PR symtab/17391
10790 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10791 * gdb.dwarf2/bad-regnum.c: New file.
10792 * gdb.dwarf2/bad-regnum.exp: New file.
10793
1a70ae97
DE
107942015-10-26 Doug Evans <dje@google.com>
10795
10796 PR python/18938
10797 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10798 file.
10799
27dc26ab
JK
108002015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10801
10802 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10803 for a change by "Mention language in compile error message".
10804
bed91f4d
SM
108052015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10806
10807 PR python/18073
10808 * gdb.python/py-type.c (C::a_method): New.
10809 (C::a_const_method): New.
10810 (C::a_static_method): New.
10811 (a_function): New.
10812 * gdb.python/py-type.exp (test_fields): Test getting fields
10813 from function and method.
10814
3f2f83dd
KB
108152015-10-21 Keven Boell <keven.boell@intel.com>
10816
10817 * gdb.fortran/vla-alloc-assoc.exp: New file.
10818 * gdb.fortran/vla-datatypes.exp: New file.
10819 * gdb.fortran/vla-datatypes.f90: New file.
10820 * gdb.fortran/vla-history.exp: New file.
10821 * gdb.fortran/vla-ptype-sub.exp: New file.
10822 * gdb.fortran/vla-ptype.exp: New file.
10823 * gdb.fortran/vla-sizeof.exp: New file.
10824 * gdb.fortran/vla-sub.f90: New file.
10825 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10826 * gdb.fortran/vla-value-sub-finish.exp: New file.
10827 * gdb.fortran/vla-value-sub.exp: New file.
10828 * gdb.fortran/vla-value.exp: New file.
10829 * gdb.fortran/vla-ptr-info.exp: New file.
10830 * gdb.mi/mi-vla-fortran.exp: New file.
10831 * gdb.mi/vla.f90: New file.
10832
27145d50
SL
108332015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10834
10835 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10836 of hardwired timeout value.
10837
5f3ff4f8
JK
108382015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10839 Pedro Alves <palves@redhat.com>
10840
10841 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10842 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10843
bfd09d20
JS
108442015-10-19 Josh Stone <jistone@redhat.com>
10845
10846 * gdb.base/catch-syscall.c: Include <sched.h>.
10847 (unknown_syscall): New variable.
10848 (main): Trigger a vfork and an unknown syscall.
10849 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10850 (unknown_syscall_number): Likewise.
10851 (check_call_to_syscall): Accept an optional syscall pattern.
10852 (check_return_from_syscall): Likewise.
10853 (check_continue): Likewise.
10854 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10855 (test_catch_syscall_skipping_return): New test toggling off 'catch
10856 syscall' to step over the syscall return, then toggling back on.
10857 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10858 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10859 (do_syscall_tests): Call test_catch_syscall_without_args and
10860 test_catch_syscall_mid_vfork.
10861 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10862 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10863
b32b93c6
AS
108642015-10-19 Andrew Stubbs <ams@codesourcery.com>
10865
10866 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10867 print g_vE): Add new pass patterns.
10868 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10869 print various symbol names for vptr fields.
10870
9d622bda
AB
108712015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10872
10873 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10874 results.
10875
0fd8ac1c
YQ
108762015-10-12 Yao Qi <yao.qi@linaro.org>
10877
10878 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10879
34240514
YQ
108802015-10-12 Yao Qi <yao.qi@linaro.org>
10881
10882 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10883 is aarch64*-*-linux*.
10884
8240f442
YQ
108852015-10-12 Yao Qi <yao.qi@linaro.org>
10886
10887 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10888 (can_relocate_bcond_true): ... it.
10889 (can_relocate_bcond_false): New function.
10890 (foo): Likewise.
10891 (can_relocate_bl): Likewise.
10892 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10893 can_relocate_bl.
10894
2520f728
PMR
108952015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10896
10897 * gdb.base/nested-addr.c: New file.
10898 * gdb.base/nested-addr.exp: New testcase.
10899
abcef95a
MM
109002015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10901
10902 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10903 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10904 its output. Ignore the output of "record goto begin" and instead
10905 check that GDB is replaying.
10906
145e3ddb
PA
109072015-10-09 Pedro Alves <palves@redhat.com>
10908
10909 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10910 (top level): Use it in the run with no args test.
10911
d5d8c4e1
IB
109122015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10913
10914 * gdb.dlang/properties.exp: New file.
10915
06e635ef
SL
109162015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10917
10918 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10919 whether or not address 0x1000 is mapped on the target.
10920
e019fd1d
SM
109212015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10922
10923 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10924 build.
10925
77ba2a67
MM
109262015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10927
10928 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10929 instruction-history test.
10930
c60eb31f
DE
109312015-09-28 Doug Evans <dje@google.com>
10932
10933 * gdb.base/gcore.c (array_func): Add reference to static_array.
10934
9a3c8263
SM
109352015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10936
10937 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10938 source line.
10939
9720e656
SL
109402015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10941
10942 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10943 short or char as base type.
10944
938d3bf2
SL
109452015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10946
10947 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10948 to allow any size enum.
10949
e6c2c623
PMR
109502015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10951
10952 * gdb.ada/array_ptr_renaming.exp: New testcase.
10953 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10954 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10955
06da0f77
PL
109562015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10957
10958 * gdb.trace/ftrace-lock.c: New file.
10959 * gdb.trace/ftrace-lock.exp: New file.
10960
4f51c22a
PL
109612015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10962
10963 * gdb.arch/insn-reloc.c: New file.
10964 * gdb.arch/ftrace-insn-reloc.exp: New file.
10965
7041adf4
PL
109662015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10967
10968 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10969 instruction.
10970 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10971 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10972 * gdb.trace/range-stepping.c: Likewise.
10973 * gdb.trace/trace-break.c: Likewise.
10974 * gdb.trace/trace-mt.c (thread_function): Likewise.
10975 * gdb.trace/ftrace.c (marker): Likewise.
10976 * gdb.trace/trace-condition.c (marker): Likewise.
10977 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10978 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10979 is_aarch64_target.
10980
015d2e7e
DE
109812015-09-18 Doug Evans <xdje42@gmail.com>
10982
10983 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10984 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10985
26b188a2
SL
109862015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10987
10988 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10989 the breakpoint.
10990
79dc332b
SL
109912015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10992
10993 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10994 the pending breakpoint. Remove timeout override for "Run till
10995 MI pending breakpoint on pendfunc3 on thread 2" test.
10996
f57929f2
SL
109972015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10998
10999 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11000 filename pattern.
11001
3f469b17
SL
110022015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11003
11004 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11005 in breakpoint filename pattern.
11006
515b89b3
SL
110072015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11008
7800dbe4
SL
11009 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11010
110112015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11012
515b89b3
SL
11013 * gdb.linespec/explicit.exp: Check for readline support for
11014 tab-completion tests. Fix obvious typo.
11015
d2939ba2
MM
110162015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11017
11018 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11019 and replay.
11020
cbb55fa7
MM
110212015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11022
11023 * gdb.btrace/non-stop.c: New.
11024 * gdb.btrace/non-stop.exp: New.
11025
43691ca1
PL
110262015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11027 Yao Qi <yao.qi@linaro.org>
11028
11029 * gdb.trace/trace-condition.c: New file.
11030 * gdb.trace/trace-condition.exp: New file.
11031
d78908cf
WW
110322015-09-16 Wei-cheng Wang <cole945@gmail.com>
11033
11034 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11035 for testing bytecode compilation.
11036
1ed415e2
PA
110372015-09-16 Pedro Alves <palves@redhat.com>
11038 Sandra Loosemore <sandra@codesourcery.com>
11039
11040 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11041 (SECONDS): Redefine.
11042 (main): Call pthread_kill and alarm early.
11043 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11044 support.
11045 (test): If the target can't hardware step and doesn't support
11046 displaced stepping, increase the timeout.
11047
d136eff5
PA
110482015-09-16 Pedro Alves <palves@redhat.com>
11049
11050 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11051 (enable_debug): New procedures.
11052 (test): Use them. Bail out if waiting for threads fails.
11053 (top level): Bail out if a test fails.
11054
991f019c
YQ
110552015-09-16 Yao Qi <yao.qi@linaro.org>
11056
11057 * gdb.asm/asm-source.exp: Set asm-arch for
11058 aarch64*-*-* target.
11059 * gdb.asm/aarch64.inc: New file.
11060
bfca584f
PMR
110612015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11062
11063 * gdb.ada/array_of_variable_length.exp: New testcase.
11064 * gdb.ada/array_of_variable_length/foo.adb: New file.
11065 * gdb.ada/array_of_variable_length/pck.adb: New file.
11066 * gdb.ada/array_of_variable_length/pck.ads: New file.
11067
b326e587
DE
110682015-09-15 Doug Evans <dje@google.com>
11069
11070 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11071 of function static local variable.
11072
5382cfab
PW
110732015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11074
11075 * gdb.threads/tls-so_extern.exp: New test file.
11076 * gdb.threads/tls-so_extern.c: New test file.
11077 * gdb.threads/tls-so_extern_main.c: New test file.
11078
141c5cc4
JK
110792015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11080
11081 * gdb.opt/solib-intra-step-lib.c: New file.
11082 * gdb.opt/solib-intra-step-main.c: New file.
11083 * gdb.opt/solib-intra-step.exp: New file.
11084
d15dcecd
PA
110852015-09-15 Pedro Alves <palves@redhat.com>
11086
11087 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11088 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11089
4c2f2a79
PA
110902015-09-14 Pedro Alves <palves@redhat.com>
11091
11092 * gdb.base/hook-stop-continue.c: Delete.
11093 * gdb.base/hook-stop-continue.exp: Delete.
11094 * gdb.base/hook-stop-frame.c: Delete.
11095 * gdb.base/hook-stop-frame.exp: Delete.
11096 * gdb.base/hook-stop.c: New file.
11097 * gdb.base/hook-stop.exp: New file.
11098
919e6dbe
PMR
110992015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11100
11101 * gdb.ada/access_to_packed_array.exp: New testcase.
11102 * gdb.ada/access_to_packed_array/foo.adb: New file.
11103 * gdb.ada/access_to_packed_array/pack.adb: New file.
11104 * gdb.ada/access_to_packed_array/pack.ads: New file.
11105
157280a4
MM
111062015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11107
11108 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11109 buffer size test.
11110
2fd33e94
DB
111112015-09-11 Don Breazeal <donb@codesourcery.com>
11112
11113 * gdb.base/foll-exec.c: Add copyright header. Fix
11114 formatting issues.
11115 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11116 (do_exec_tests): Use clean_restart in place of zap_session,
11117 and for test initialization. Fix formatting issues. Use
11118 fail in place of perror.
11119 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11120 an expect statement to match an expression with output from
11121 the program under debug.
11122 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11123 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11124 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11125 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11126 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11127
e70b6e8e
DE
111282015-09-09 Doug Evans <dje@google.com>
11129
11130 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11131
7a551a51
DE
111322015-09-09 Doug Evans <dje@google.com>
11133
11134 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11135
4c666f84
DE
111362015-09-09 Doug Evans <dje@google.com>
11137
11138 * gdb.base/savedregs.exp: Fix typo.
11139
243a9253
PA
111402015-09-09 Pedro Alves <palves@redhat.com>
11141
11142 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11143
c0fa8fbd
SL
111442015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11145
11146 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11147 command actually switches threads. Give up on remaining
11148 tests if target fails to stop at breakpoint.
11149
cd7c1778
PMR
111502015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11151
11152 * gdb.ada/funcall_char.exp: New testcase.
11153 * gdb.ada/funcall_char/foo.adb: New file.
11154
dc5c8746
PMR
111552015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11156
11157 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11158 expected outputs. Add two testcases for completing ambiguous
11159 functions.
11160 * gdb.ada/complete/aux_pck.adb: New file.
11161 * gdb.ada/complete/aux_pck.ads: New file.
11162 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11163 Ambiguous_Func functions.
11164 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11165 * gdb.ada/complete/pck.adb: Likewise.
11166
4e83a1e7
UW
111672015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11168
11169 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11170 failures to run the test program under GDB.
11171
8ce74153
LM
111722015-08-26 Luis Machado <lgustavo@codesourcery.com>
11173
11174 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11175 to C.
11176
e9756d52
PP
111772015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11178
11179 * gdb.base/run-after-attach.exp: New test file.
11180 * gdb.base/run-after-attach.c: New test file.
11181
8d37573b
DB
111822015-08-26 Don Breazeal <donb@codesourcery.com>
11183
11184 * gdb.base/foll-exec-2.c: New test program.
11185 * gdb.base/foll-exec-2.exp: New test.
11186
63e43d3a
PMR
111872015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11188
11189 * gdb.base/nested-subp1.exp: New file.
11190 * gdb.base/nested-subp1.c: New file.
11191 * gdb.base/nested-subp2.exp: New file.
11192 * gdb.base/nested-subp2.c: New file.
11193 * gdb.base/nested-subp3.exp: New file.
11194 * gdb.base/nested-subp3.c: New file.
11195
3d40fbb5
PA
111962015-08-24 Pedro Alves <palves@redhat.com>
11197
11198 * gdb.server/connect-without-multi-process.c: New file.
11199 * gdb.server/connect-without-multi-process.exp: New file.
11200
4422ac93
LM
112012015-08-24 Luis Machado <lgustavo@codesourcery.com>
11202
11203 * gdb.opt/inline-markers.c: Make z int.
11204
91dddb86
LM
112052015-08-24 Luis Machado <lgustavo@codesourcery.com>
11206
11207 * gdb.opt/inline-markers.c: Make z volatile.
11208
a48847ee
LM
112092015-08-24 Luis Machado <lgustavo@codesourcery.com>
11210
11211 * gdb.opt/inline-bt.c: New volatile global z.
11212 * gdb.opt/inline-cmds.c: Likewise.
11213 * gdb.opt/inline-locals.c: Likewise.
11214 * gdb.opt/inline-markers.c: New extern global z.
11215 (marker): Use z.
11216 (inline_fn): Likewise.
11217
0ebbc52b
PA
112182015-08-24 Pedro Alves <palves@redhat.com>
11219
11220 * config/m32r-stub.exp: Remove file.
11221 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11222 * gdb.base/call-rt-st.exp: Likewise.
11223 * gdb.base/call-strs.exp: Likewise.
11224 * gdb.base/default.exp: Remove references to h8300-*-hms and
11225 *-*-udi*.
11226 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11227
77c365df
AA
112282015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11229
11230 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11231 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11232 and "return" use KFAIL when GDB can not read/write the vector
11233 return value.
11234
4313b8c0
GB
112352015-08-21 Gary Benson <gbenson@redhat.com>
11236
11237 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11238
0e433b32
PA
112392015-08-20 Pedro Alves <palves@redhat.com>
11240
11241 * gdb.server/solib-list.exp: No longer expect an interior stop in
11242 non-stop mode.
11243
221e1a37
PA
112442015-08-20 Pedro Alves <palves@redhat.com>
11245
11246 * gdb.server/connect-stopped-target.c: New file.
11247 * gdb.server/connect-stopped-target.exp: New file.
11248
40e3ad0e
PA
112492015-08-20 Pedro Alves <palves@redhat.com>
11250
11251 * gdb.dwarf2/comp-unit-lang.exp: New file.
11252 * gdb.dwarf2/comp-unit-lang.c: New file.
11253
af39b327
PMR
112542015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11255
11256 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11257 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11258
7d45c7c3 112592015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 11260
7d45c7c3
KB
11261 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11262 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11263
4d6cceb4
DE
112642015-08-18 Doug Evans <dje@google.com>
11265 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11266
11267 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11268 skip_python_tests. New arg prompt_regexp.
11269 (skip_python_tests): New function.
11270 * lib/mi-support.exp (mi_skip_python_tests): New function.
11271 * gdb.python/py-mi-objfile-gdb.py: New file.
11272 * gdb.python/py-mi-objfile.c: New file.
11273 * gdb.python/py-mi-objfile.exp: New file.
11274
ad89c2aa
KS
112752015-08-17 Keith Seitz <keiths@redhat.com>
11276
11277 * gdb.linespec/explicit.exp: Move strace test from here ...
11278 * gdb.trace/strace.exp: ... to here.
11279
e3ae3c43
PP
112802015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11281
11282 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11283 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11284
604b2636
DE
112852015-08-14 Doug Evans <xdje42@gmail.com>
11286
11287 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11288 inferior before selecting a new file.
11289
6ff0ba5f
DE
112902015-08-14 Doug Evans <xdje42@gmail.com>
11291
11292 * gdb.mi/mi-disassemble.exp: Update.
11293 * gdb.base/disasm-optim.S: New file.
11294 * gdb.base/disasm-optim.c: New file.
11295 * gdb.base/disasm-optim.h: New file.
11296 * gdb.base/disasm-optim.exp: New file.
11297
9ca98f92
KS
112982015-08-14 Keith Seitz <keiths@redhat.com>
11299
11300 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11301 "evaluated-by".
11302
52bbc560
JB
113032015-08-13 Joel Brobecker <brobecker@adacore.com>
11304
11305 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11306
5d8c3ed3
PMR
113072015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11308
11309 * gdb.ada/fun_renaming.exp: New testcase.
11310 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11311 * gdb.ada/fun_renaming/pack.adb: New file.
11312 * gdb.ada/fun_renaming/pack.ads: New file.
11313
ea8812bc
KS
113142015-08-12 Keith Seitz <keiths@redhat.com>
11315
11316 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11317 gdb_get_line_number.
11318
4dafcdeb
JB
113192015-08-12 Joel Brobecker <brobecker@adacore.com>
11320
11321 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11322 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11323 gdb.base/dso2dso.exp: New files.
11324
5ba32597
SDJ
113252015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11326 Pedro Alves <palves@redhat.com>
11327 Keith Seitz <keiths@redhat.com>
11328
11329 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11330 GDBFLAGS.
11331
b6dafabf
PP
113322015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11333
11334 * gdb.base/gdbhistsize-history.exp
11335 (test_histsize_history_setting): Use save_vars.
11336 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11337 Use save_vars.
11338 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11339 * gdb.base/readline.exp: Use save_vars.
11340
abe8e607
PP
113412015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11342
11343 * lib/gdb.exp (save_vars): New proc.
11344
629500fa
KS
113452015-08-11 Keith Seitz <keiths@redhat.com>
11346
11347 * gdb.base/help.exp: Update help_breakpoint_text.
11348
eb8c4e2e
KS
113492015-08-11 Keith Seitz <keiths@redhat.com>
11350
11351 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11352 (at toplevel): Call test_explicit_breakpoints.
11353 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11354 breakpoints.
11355 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11356 breakpoint conditions, "-cond".
11357
87f0e720
KS
113582015-08-11 Keith Seitz <keiths@redhat.com>
11359
11360 * gdb.linespec/3explicit.c: New file.
11361 * gdb.linespec/cpexplicit.cc: New file.
11362 * gdb.linespec/cpexplicit.exp: New file.
11363 * gdb.linespec/explicit.c: New file.
11364 * gdb.linespec/explicit.exp: New file.
11365 * gdb.linespec/explicit2.c: New file.
11366 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11367 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11368 before using in the matching pattern.
11369 Clarify that `prefix' is a regular expression.
11370
f00aae0f
KS
113712015-08-11 Keith Seitz <keiths@redhat.com>
11372
11373 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11374 test.
11375 Add tests for missing ",FMT" and ",".
11376
e27852be
DE
113772015-08-10 Doug Evans <dje@google.com>
11378 Keith Seitz <keiths@redhat.com>
11379
11380 PR gdb/17960
11381 * gdb.base/completion.exp: Add location completer tests.
11382
7f03bd92
PA
113832015-08-07 Pedro Alves <palves@redhat.com>
11384
11385 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11386 tests here.
11387 (top level): Run do_test with and without displaced stepping.
11388
3fc8eb30
PA
113892015-08-07 Pedro Alves <palves@redhat.com>
11390
11391 * gdb.base/valgrind-disp-step.c: New file.
11392 * gdb.base/valgrind-disp-step.exp: New file.
11393
d4569d7b
PA
113942015-08-07 Pedro Alves <palves@redhat.com>
11395
11396 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11397 Delete function.
11398 (main): Add alarm. Run an infinite loop instead of calling
11399 wait_threads.
11400 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11401 comment.
11402 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11403 Delete function.
11404 (main): Add alarm. Run an infinite loop instead of calling
11405 wait_threads.
11406 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11407 comment.
11408
e1316e60
PA
114092015-08-07 Pedro Alves <palves@redhat.com>
11410
11411 * gdb.base/checkpoint-ns.exp: New file.
11412 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11413 standard_testfile.
11414
da8c46d2
MM
114152015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11416
11417 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11418 * gdb.btrace/instruction_history.exp: Update.
11419 * gdb.btrace/tsx.exp: New.
11420 * gdb.btrace/tsx.c: New.
11421
de1c2c52
PA
114222015-08-06 Pedro Alves <palves@redhat.com>
11423
11424 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11425 increase timeout.
11426 * gdb.reverse/until-precsave.exp: Bump timeouts.
11427
782e0bf4
PA
114282015-08-06 Pedro Alves <palves@redhat.com>
11429
11430 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11431
83e97ed0
PA
114322015-08-06 Pedro Alves <palves@redhat.com>
11433
11434 PR gdb/18749
11435 * gdb.threads/process-dies-while-handling-bp.c: New file.
11436 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11437
863d01bd
PA
114382015-08-06 Pedro Alves <palves@redhat.com>
11439
11440 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11441 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11442
0a39bb32
PA
114432015-08-05 Pedro Alves <palves@redhat.com>
11444
11445 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11446 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11447
ee2d2b10
SL
114482015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11449
11450 * gdb.base/bp-permanent.exp: Report test as unsupported if
11451 the target cannot stop at the permanent breakpoint.
11452
4e1bdb00
DE
114532015-08-03 Doug Evans <dje@google.com>
11454
11455 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11456 10000.
11457
3d338901
DE
114582015-08-03 Doug Evans <dje@google.com>
11459
11460 * Makefile.in (workers/%.worker, build-perf): New rule.
11461 (GDB_PERFTEST_MODE): New variable.
11462 (check-perf): Use it.
11463 (clean): Clean up gdb.perf parallel build subdirs.
11464 * lib/build-piece.exp: New file.
11465 * lib/gdb.exp (make_gdb_parallel_path): New function
11466 (standard_output_file, standard_temp_file): Call it.
11467 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11468 of $GDB_PARALLEL.
11469 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11470
af061d3e
DE
114712015-08-03 Doug Evans <dje@google.com>
11472
8e1afc81 11473 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
11474 (LOG_FILE_NAME): New global.
11475 (TextReporter.__init__): Initialize self.txt_sum.
11476 (TextReporter.report): Add support for multiple data-points.
11477 Move report to perftest.sum, put raw data in perftest.log.
11478 (TextReporter.start): Open sum and log files.
11479 (TextReporter.end): Close sum and log files.
8e1afc81
DE
11480 * gdb.perf/lib/perftest/testresult.py
11481 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 11482
2c8c5d37
PA
114832015-07-31 Pedro Alves <palves@redhat.com>
11484
11485 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11486 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11487 kill_wait_spawned_process instead of explicit "kill -9".
11488 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11489 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11490 kill_wait_spawned_process.
11491 * gdb.base/attach-twice.exp: Likewise.
11492 * gdb.base/attach.exp: Likewise.
11493 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11494 gdb_test_multiple.
11495 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11496 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11497 kill_wait_spawned_process.
11498 * gdb.base/valgrind-infcall.exp: Likewise.
11499 * gdb.multi/multi-attach.exp: Likewise.
11500 * gdb.python/py-prompt.exp: Likewise.
11501 * gdb.python/py-sync-interp.exp: Likewise.
11502 * gdb.server/ext-attach.exp: Likewise.
11503 * gdb.threads/attach-into-signal.exp (corefunc): Use
11504 spawn_wait_for_attach, spawn_id_get_pid and
11505 kill_wait_spawned_process.
11506 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11507 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11508 spawn_id_get_pid and kill_wait_spawned_process.
11509 * gdb.threads/attach-stopped.exp (corefunc): Use
11510 spawn_wait_for_attach, spawn_id_get_pid and
11511 kill_wait_spawned_process.
11512 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11513 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11514 kill_wait_spawned_process instead of explicit "kill -9".
11515 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11516 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11517 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11518 processes. Don't map cygwin/windows pids here. Now returns a
11519 spawn id list.
11520
032a0fca
SL
115212015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11522
11523 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11524 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11525 correct patch.
11526
61a934ca
SL
115272015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11528
11529 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11530
4bc4d428
SL
115312015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11532
11533 Reapply:
11534 2014-05-21 Mark Wielaard <mjw@redhat.com>
11535
11536 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11537
998d452a
PA
115382015-07-30 Pedro Alves <palves@redhat.com>
11539
11540 * linux-low.c (handle_extended_wait): Set the child's last
11541 reported status to TARGET_WAITKIND_STOPPED.
11542
69dde7dc
PA
115432015-07-30 Pedro Alves <palves@redhat.com>
11544
11545 PR threads/18600
11546 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11547 only shows inferior 1.
11548
4dd63d48
PA
115492015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11550 Pedro Alves <palves@redhat.com>
11551
11552 PR threads/18600
11553 * gdb.threads/fork-plus-threads.c: New file.
11554 * gdb.threads/fork-plus-threads.exp: New file.
11555
d618e4c5
PP
115562015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11557
11558 * gdb.base/batch-preserve-term-settings.exp
11559 (test_terminal_settings_preserved_after_cli_exit): Use
11560 send_quit_command.
11561
1eef6428
PA
115622015-07-29 Pedro Alves <palves@redhat.com>
11563 Don Breazeal <donb@codesourcery.com>
11564
11565 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11566 output from both inferior_spawn_id and gdb_spawn_id.
11567
7da5b897
SDJ
115682015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11569
11570 * gdb.threads/attach-into-signal.exp (corefunc): Use
11571 with_test_prefix on nested loops, uniquefying the test messages.
11572
dac804df
SDJ
115732015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11574
11575 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11576 commit.
11577
06265e53
PP
115782015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11579
11580 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11581 New proc.
11582 (test_terminal_settings_preserved_after_sigterm): New test.
11583
18206ca3
PP
115842015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11585
11586 * gdb.base/batch-preserve-term-settings.exp
11587 (test_terminal_settings_preserved_after_cli_exit): New test.
11588
90074d11
PP
115892015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11590
11591 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11592 manipulation of saved_gdbflags.
11593 (test_terminal_settings_preserved): Remove global declaration of
11594 the unused variable pagination_prompt. Remove manipulation of
11595 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11596 GDBFLAGS.
11597
eb1a7902
PA
115982015-07-29 Pedro Alves <palves@redhat.com>
11599
11600 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11601
8b75dd3b
PA
116022015-07-29 Pedro Alves <palves@redhat.com>
11603
11604 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11605 at the top.
11606
dedad4e3
PA
116072015-07-29 Pedro Alves <palves@redhat.com>
11608
11609 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11610 (main): Call gdb_unbuffer_output.
11611 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11612 (main): Call gdb_unbuffer_output.
11613 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11614 (main): Call gdb_unbuffer_output.
11615 * gdb.base/call-strs.exp: Adjust to step over the
11616 gdb_unbuffer_output call.
11617 * gdb.base/catch-gdb-caused-signals.c: Include
11618 "../lib/unbuffer_output.c".
11619 (main): Call gdb_unbuffer_output.
11620 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11621 (main): Call gdb_unbuffer_output.
11622 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11623 (main): Call gdb_unbuffer_output.
11624 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11625 (main): Call gdb_unbuffer_output.
11626 * gdb.base/shlib-call.exp: Adjust to step over the
11627 gdb_unbuffer_output call.
11628 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11629 (main): Call gdb_unbuffer_output.
11630 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11631 (main): Call gdb_unbuffer_output.
11632 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11633 (main): Rename to ...
11634 (test): ... this.
11635 (main): Reimplement.
11636 * gdb.base/varargs.exp: Run to test instead of to main.
11637 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11638 (main): Call gdb_unbuffer_output.
11639
58789a91
PA
116402015-07-29 Pedro Alves <palves@redhat.com>
11641
11642 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11643 factore out from mi_continue_dprintf. For call-style dprintfs,
11644 expect dprintf output out of $inferior_spawn_id.
11645 (mi_continue_dprintf): Use mi_expect_dprintf.
11646 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11647 (main): Call gdb_unbuffer_output.
11648
e8376742
PA
116492015-07-29 Pedro Alves <palves@redhat.com>
11650
11651 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11652 (default_mi_gdb_start): Set inferior_spawn_id instead of
11653 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11654 gdb_spawn_id.
11655 (mi_gdb_test): Always expect inferior output from both
11656 $inferior_spawn_id and $gdb_spawn_id.
11657
08280010
PA
116582015-07-29 Pedro Alves <palves@redhat.com>
11659
11660 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11661 send_inferior and $inferior_spawn_id.
11662
4d30e432
PA
116632015-07-29 Pedro Alves <palves@redhat.com>
11664
11665 * gdb.gdb/complaints.exp (test_initial_complaints)
11666 (test_serial_complaints, test_short_complaints): Use
11667 gdb_test_stdio.
11668 (test_empty_complaint): Handle $inferior_spawn_id !=
11669 $gdb_spawn_id.
11670
0d30a335
PA
116712015-07-29 Pedro Alves <palves@redhat.com>
11672
11673 * gdb.base/varargs.exp: Use gdb_test_stdio.
11674
39413b29
PA
116752015-07-29 Pedro Alves <palves@redhat.com>
11676
11677 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11678
7cb000a9
PA
116792015-07-29 Pedro Alves <palves@redhat.com>
11680
11681 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11682
d7b8ac82
PA
116832015-07-29 Pedro Alves <palves@redhat.com>
11684
11685 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11686 parameter into two new parameters, "inf_result" and "gdb_result".
11687 Expect inferior output and gdb output from $inferior_spawn_id and
11688 $gdb_spawn_id, respectively. Adjust all callers.
11689
789c3a0c
PA
116902015-07-29 Pedro Alves <palves@redhat.com>
11691
11692 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11693 of gdb_test_sequence.
11694
77e760c3
PA
116952015-07-29 Pedro Alves <palves@redhat.com>
11696
11697 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11698 (saw_spurious_output): Expect inferior output from
11699 $inferior_spawn_id. Use gdb_test_stdio.
11700
8396d2cd
PA
117012015-07-29 Pedro Alves <palves@redhat.com>
11702
11703 * gdb.base/dprintf.exp: Use standard_testfile. Change
11704 prepare_for_testing call.
11705 (srcfile): Don't set.
11706 (restart): New procedure.
11707 (test_dprintf): New procecure, use to continue over dprintfs.
11708 (test_call, test_agent): New procedures, tests moved here.
11709 Restart gdb and recreate dprintfs. Adjust expected output.
11710
2051d61f
PA
117112015-07-29 Pedro Alves <palves@redhat.com>
11712
11713 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11714
452397af
PA
117152015-07-29 Pedro Alves <palves@redhat.com>
11716
11717 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11718
8aed9555
PA
117192015-07-29 Pedro Alves <palves@redhat.com>
11720
11721 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11722 gdb_test_stdio.
11723
188a61b4
PA
117242015-07-29 Pedro Alves <palves@redhat.com>
11725
11726 * lib/gdb.exp (gdb_test_stdio): New procedure.
11727
12264a45
PA
117282015-07-29 Pedro Alves <palves@redhat.com>
11729
11730 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11731
23ffc893
PA
117322015-07-29 Pedro Alves <palves@redhat.com>
11733
11734 * gdb.base/call-signal-resume.exp: Remove check for
11735 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11736 * gdb.base/unwindonsignal.exp: Likewise.
11737 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11738 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11739
65566918
PA
117402015-07-29 Pedro Alves <palves@redhat.com>
11741
11742 * gdb.base/siginfo-addr.c (pass): New function.
11743 (handler): Call it iff si_addr is correct.
11744 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11745 Set a breakpoint at "pass" and continue to it.
11746
d60a9221
SDJ
117472015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11748
11749 * gdb.python/py-objfile.exp: Make some tests have unique names.
11750 * gdb.python/py-pp-registration.exp: Likewise.
11751
bde40b8f
PA
117522015-07-28 Pedro Alves <palves@redhat.com>
11753
11754 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11755
13e1dec8
SM
117562015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11757
11758 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11759
da33c9a7
SM
117602015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11761
11762 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11763
077836f7
PP
117642015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11765
11766 * gdb.base/gdb-sigterm-2.exp: New test.
11767
b8cc7b2e
DE
117682015-07-25 Doug Evans <xdje42@gmail.com>
11769
11770 Revert:
11771 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11772 (workers/%.worker, build-perf): New rule.
11773 (GDB_PERFTEST_MODE): New variable.
11774 (check-perf): Use it.
11775 (clean): Clean up gdb.perf parallel build subdirs.
11776 * lib/build-piece.exp: New file.
11777 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11778 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11779 name.
11780 (standard_temp_file): Ditto.
11781 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11782 of $GDB_PARALLEL.
11783
c8bd4544
DE
117842015-07-24 Doug Evans <dje@google.com>
11785
11786 * gdb.perf/lib/perftest/utils.py: New file.
11787 * gdb.perf/gm-hello.cc: New file.
11788 * gdb.perf/gm-pervasive-typedef.cc: New file.
11789 * gdb.perf/gm-pervasive-typedef.h: New file.
11790 * gdb.perf/gm-std.cc: New file.
11791 * gdb.perf/gm-std.h: New file.
11792 * gdb.perf/gm-use-cerr.cc: New file.
11793 * gdb.perf/gm-utils.h: New file.
11794 * gdb.perf/gmonster-null-lookup.py: New file.
11795 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11796 * gdb.perf/gmonster-print-cerr.py: New file.
11797 * gdb.perf/gmonster-ptype-string.py: New file.
11798 * gdb.perf/gmonster-runto-main.py: New file.
11799 * gdb.perf/gmonster-select-file.py: New file.
11800 * gdb.perf/gmonster1-null-lookup.exp: New file.
11801 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11802 * gdb.perf/gmonster1-print-cerr.exp: New file.
11803 * gdb.perf/gmonster1-ptype-string.exp: New file.
11804 * gdb.perf/gmonster1-runto-main.exp: New file.
11805 * gdb.perf/gmonster1-select-file.exp: New file.
11806 * gdb.perf/gmonster1.cc: New file.
11807 * gdb.perf/gmonster1.exp: New file.
11808 * gdb.perf/gmonster2-null-lookup.exp: New file.
11809 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11810 * gdb.perf/gmonster2-print-cerr.exp: New file.
11811 * gdb.perf/gmonster2-ptype-string.exp: New file.
11812 * gdb.perf/gmonster2-runto-main.exp: New file.
11813 * gdb.perf/gmonster2-select-file.exp: New file.
11814 * gdb.perf/gmonster2.cc: New file.
11815 * gdb.perf/gmonster2.exp: New file.
11816
6eab34f3
DE
118172015-07-24 Doug Evans <dje@google.com>
11818
11819 * gdb.perf/README: New file.
11820 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11821 * lib/gen-perf-test.exp: New file.
11822
63738bfd
DE
118232015-07-24 Doug Evans <dje@google.com>
11824
11825 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11826 (PerfTest::startup): New function.
11827 (PerfTest::run): Return result of calling body.
11828 (PerfTest::assemble): Rewrite.
11829 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11830 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11831 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11832 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11833 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11834
7b606f95
DE
118352015-07-24 Doug Evans <dje@google.com>
11836
11837 * lib/gdb.exp (clean_restart): Make executable optional.
11838
a97b16b8
DE
118392015-07-24 Doug Evans <dje@google.com>
11840
11841 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11842 compiler_info references.
11843 * gdb.cp/temargs.exp: Ditto.
11844 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11845 (get_compiler_info): Early exit if already computed. Set compiler_info
11846 to "unknown" if there was a problem.
11847 (test_compiler_info): Add function comment. Call get_compiler_info.
11848
35baa57f
DE
118492015-07-24 Doug Evans <dje@google.com>
11850
11851 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11852 (workers/%.worker, build-perf): New rule.
11853 (GDB_PERFTEST_MODE): New variable.
11854 (check-perf): Use it.
11855 (clean): Clean up gdb.perf parallel build subdirs.
11856 * lib/build-piece.exp: New file.
11857 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11858 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11859 name.
11860 (standard_temp_file): Ditto.
11861 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11862 of $GDB_PARALLEL.
11863
6ebea266
DE
118642015-07-24 Doug Evans <dje@google.com>
11865
11866 * lib/future.exp (gdb_default_target_compile): New option
11867 "early_flags".
11868 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11869 --as-needed.
11870
1e76a7e9
SDJ
118712015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11872
11873 * gdb.base/catch-syscall.exp: Call gdb_exit before
11874 gdb_skip_xml_test.
11875
5068630a
PA
118762015-07-24 Pedro Alves <palves@redhat.com>
11877
11878 * gdb.python/py-events.exp: Accept output between the stop event
11879 and the prompt.
11880 * gdb.python/py-evsignal.exp: Likewise.
11881 * gdb.python/py-evthreads.exp: Likewise.
11882
77598427
PA
118832015-07-24 Pedro Alves <palves@redhat.com>
11884
11885 PR gdb/18717
11886 * gdb.threads/non-ldr-exit.c: New file.
11887 * gdb.threads/non-ldr-exit.exp: New file.
11888
11e6c98f
YQ
118892015-07-24 Yao Qi <yao.qi@linaro.org>
11890
11891 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11892 restarting process.
11893
51aee833
YQ
118942015-07-24 Yao Qi <yao.qi@linaro.org>
11895
11896 * gdb.server/ext-restart.exp: New file.
11897
8cfe207c
YQ
118982015-07-24 Yao Qi <yao.qi@linaro.org>
11899
11900 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11901 argument options.
11902 * gdb.server/ext-wrapper.exp: New file.
11903
cc12ce38
DE
119042015-07-23 Doug Evans <dje@google.com>
11905
11906 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11907 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11908
d0d84780
PMR
119092015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11910
11911 * gdb.ada/var_arr_typedef.exp: New testcase.
11912 * gdb.ada/var_arr_typedef/pack.adb: New file.
11913 * gdb.ada/var_arr_typedef/pack.ads: New file.
11914 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11915
8b558f79
JB
119162015-07-20 Joel Brobecker <brobecker@adacore.com>
11917
11918 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11919
775a3298
JK
119202015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11921
11922 * gdb.arch/i386-biarch-core.exp: Replace istarget
11923 by "complete set gnutarget". Remove expectation for the "core-file"
11924 command.
11925
db1ff28b
JK
119262015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11927
11928 Revert the previous commit:
11929 Tests for validate symbol file using build-id.
11930
0a94970d
JK
119312015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11932
11933 Tests for validate symbol file using build-id.
11934 * gdb.base/solib-mismatch-lib.c: New file.
11935 * gdb.base/solib-mismatch-libmod.c: New file.
11936 * gdb.base/solib-mismatch.c: New file.
11937 * gdb.base/solib-mismatch.exp: New file.
11938
03346981
SL
119392015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11940
11941 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11942 nios2-*-linux*.
11943 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11944 * gdb.base/siginfo.exp: Likewise.
11945 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11946
42422cc7
PL
119472015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11948
11949 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11950 Move it to ...
11951 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11952 ... here.
11953 * gdb.trace/range-stepping.exp: Check that the target supports
11954 range stepping.
11955
cfa68bae
JK
119562015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11957
11958 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11959
8ffdba26
PA
119602015-07-14 Pedro Alves <palves@redhat.com>
11961
11962 * gdb.base/killed-outside.exp: New file.
11963 * gdb.base/killed-outside.c: New file.
11964
218a5a11
JK
119652015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11966
11967 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11968 (n at main): New.
11969 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11970
e03ed3c6
AA
119712015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11972
11973 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11974 infcall tests instead of setting up for KFAIL.
11975
485668e5
MM
119762015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11977
11978 * gdb.btrace/record_goto-step.exp: New.
11979
08464196
JK
119802015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11981
11982 PR compile/18484
11983 * gdb.compile/compile.c (struct struct_type): Add volatile to
11984 selffield's type.
11985 * gdb.compile/compile.exp
11986 (compile code struct_object.selffield = &struct_object): Skip further
11987 struct_object tests if this one xfails.
11988
bcf5c1d9
RC
119892015-07-08 Robert O'Callahan <robert@ocallahan.org>
11990
11991 PR exp/18617
11992 * gdb.trace/ax.exp: Add test.
11993
4931af25
YQ
119942015-07-07 Yao Qi <yao.qi@linaro.org>
11995
11996 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11997 instead of istarget "aarch64*-*-*".
11998 * gdb.arch/aarch64-fp.exp: Likewise.
11999 * gdb.base/float.exp: Likewise.
12000 * gdb.reverse/aarch64.exp: Likewise.
12001 * lib/gdb.exp (is_aarch64_target): New proc.
12002
9fcf688e
YQ
120032015-07-07 Yao Qi <yao.qi@linaro.org>
12004
12005 * lib/gdb.exp (is_aarch32_target): New proc.
12006 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12007 instead of "istarget "arm*-*-*"".
12008 * gdb.arch/arm-disp-step.exp: Likewise.
12009 * gdb.arch/thumb-bx-pc.exp: Likewise.
12010 * gdb.arch/thumb-prologue.exp: Likewise.
12011 * gdb.arch/thumb-singlestep.exp: Likewise.
12012 * gdb.base/disp-step-syscall.exp: Likewise.
12013 * gdb.base/float.exp: Likewise.
12014
fbd8d50d
YQ
120152015-07-07 Yao Qi <yao.qi@linaro.org>
12016
12017 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12018 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12019
71be1fdc
YQ
120202015-07-07 Yao Qi <yao.qi@linaro.org>
12021
12022 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12023 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12024 if it exists.
12025 * gdb.multi/multi-arch.exp: Likewise.
12026
3e221d36
SM
120272015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12028
12029 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12030 print.
12031
d441430b
YQ
120322015-07-07 Yao Qi <yao.qi@linaro.org>
12033
12034 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12035
06f810bd
MG
120362015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12037
12038 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12039 '[' and ']' characters.
12040
5e61e7c0
IB
120412015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12042
12043 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12044
28bf096c
PA
120452015-06-29 Pedro Alves <palves@redhat.com>
12046
12047 PR threads/18127
12048 * gdb.threads/hand-call-new-thread.c: New file.
12049 * gdb.threads/hand-call-new-thread.c: New file.
12050
ee93cd5e
KS
120512015-06-26 Keith Seitz <keiths@redhat.com>
12052 Doug Evans <dje@google.com>
12053
12054 PR 16253
12055 * gdb.cp/var-tag-2.cc: New file.
12056 * gdb.cp/var-tag-3.cc: New file.
12057 * gdb.cp/var-tag-4.cc: New file.
12058 * gdb.cp/var-tag.cc: New file.
12059 * gdb.cp/var-tag.exp: New file.
12060
fc637f04
PP
120612015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12062
12063 * gdb.base/history-duplicates.exp: New test.
12064
2e52ae68
PP
120652015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12066
12067 * gdb.base/completion.exp: Test the completion of the "focus"
12068 command.
12069
6e22494e
JK
120702015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12071
12072 * gdb.arch/amd64-prologue-skip.S: New file.
12073 * gdb.arch/amd64-prologue-skip.exp: New file.
12074
bf7b9cd9
SM
120752015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12076
12077 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12078 is_address_zero_readable check.
12079
201e8dfd
PB
120802015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12081
12082 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12083 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12084
5cd867b4
YQ
120852015-06-24 Yao Qi <yao.qi@linaro.org>
12086
12087 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12088 linux targets.
12089
4d7be007
YQ
120902015-06-24 Yao Qi <yao.qi@linaro.org>
12091
12092 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12093 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12094 * gdb.base/siginfo-thread.exp: Likewise.
12095
07fcd301
YQ
120962015-06-22 Yao Qi <yao.qi@linaro.org>
12097
12098 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12099
52042a00
YQ
121002015-06-22 Yao Qi <yao.qi@linaro.org>
12101
12102 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12103 aarch64*-*-*.
12104 (skip_hw_watchpoint_tests): Likewise.
12105
74bd41ce
PP
121062015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12107
12108 * gdb.base/gdbinit-history.exp: Test the interaction between
12109 setting GDBHISTSIZE and setting the history size via .gdbinit.
12110
bc460514
PP
121112015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12112
12113 PR gdb/16999
12114 * gdb.base/gdbhistsize-history.exp: New test.
12115
b58c513b
PP
121162015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12117
12118 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12119 with GDBHISTSIZE.
12120 * gdb.base/readline.exp: Likewise.
12121
92046791
YQ
121222015-06-17 Yao Qi <yao.qi@linaro.org>
12123
12124 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12125 line.
12126
2093d2d3
PP
121272015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12128
12129 * gdb.base/gdbinit-history.exp: Add test case to check that
12130 an unlimited history file does not get truncated on exit.
12131
e6c693af
AA
121322015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12133
12134 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12135 (VECTOR): New macro. Use it...
12136 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12137 ...for these typedefs.
12138 (int8, char1, int1, double1): New typedefs.
12139 (struct just_int2, struct two_int2): New structures.
12140 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12141 (add_structvecs, add_singlevecs): New functions.
12142 (main): Call add_some_intvecs twice.
12143 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12144 the compile and exit upon failure. Try compiling for the "native"
12145 architecture. Test inferior function calls with vector arguments
12146 and vector return value handling with "finish" and "return".
12147
c74f7d1c
JT
121482015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12149
12150 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12151 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12152 PE file.
12153 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12154
98aa42ee
AT
121552015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12156
12157 PR breakpoints/16465
12158 * gdb.mi/mi-dprintf-pending.c: New file.
12159 * gdb.mi/mi-dprintf-pending.exp: New test.
12160 * gdb.mi/mi-dprintf-pendshr.c: New file.
12161
7d73c23c 121622015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 12163 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
12164
12165 * gdb.arch/i386-mpx-map.c: New file.
12166 * gdb.arch/i386-mpx-map.exp: New File.
12167
121682015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12169
12170 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12171 * gdb.arch/i386-mpx.exp: Indentation fixed.
12172
121732015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12174
12175 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12176 function and improved indentation.
12177 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12178 gdb_test_multiple. Added additional tests to skip the test.
12179
121802015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12181
12182 * gdb.arch/i386-avx512.c: Change path in include file.
12183 * gdb.arch/i386-avx512.exp: Change include dir path
12184 compilation flag.
12185 * gdb.arch/i386-mpx.c: Change path in include file.
12186 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12187 flag.
12188
d5eba19a
JK
121892015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12190
12191 * gdb.compile/compile-print.exp (compile print *vararray@3)
12192 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12193
7f361056
JK
121942015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12195
12196 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12197 (do not keep jit in memory): ... this.
12198 (expect 5): Change it to ...
12199 (expect no 5): ... this.
12200
3b462ec2
SM
122012015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12202
12203 PR gdb/15564
12204 * gdb.mi/mi-detach.exp: New file.
12205
e0619de6
JK
122062015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12207
12208 PR symtab/18392
12209 * gdb.arch/amd64-tailcall-self.S: New file.
12210 * gdb.arch/amd64-tailcall-self.c: New file.
12211 * gdb.arch/amd64-tailcall-self.exp: New file.
12212
e970cb34
DB
122132015-05-28 Don Breazeal <donb@codesourcery.com>
12214
12215 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12216 tests for remote targets by checking is_target_gdbserver.
12217
b2e2f908
DE
122182015-05-27 Doug Evans <dje@google.com>
12219
12220 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12221 * gdb.dwarf2/opaque-type-lookup.c: New file.
12222 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12223
82c7be31
DE
122242015-05-26 Doug Evans <dje@google.com>
12225
12226 * gdb.cp/iostream.cc: New file.
12227 * gdb.cp/iostream.exp: New file.
12228
b4f54984
DE
122292015-05-26 Doug Evans <dje@google.com>
12230
12231 * gdb.dwarf2/dw2-op-call.exp: Update.
12232 * gdb.dwarf2/dw4-sig-types.exp: Update.
12233 * gdb.dwarf2/implptr.exp: Update.
12234 * gdb.mi/mi-cmd-param-changed.exp: Update.
12235
4ea6efe9
DE
122362015-05-26 Doug Evans <dje@google.com>
12237
12238 * gdb.python/py-lazy-string.c: New file.
12239 * gdb.python/py-lazy-string.exp: New file.
12240 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12241 (main): Update. Add estring3.
12242 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12243 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12244
f6bb7db3
YQ
122452015-05-26 Omair Javaid <omair.javaid@linaro.org>
12246 Yao Qi <yao.qi@linaro.org>
12247
12248 * gdb.reverse/aarch64.c: New.
12249 * gdb.reverse/aarch64.exp: New.
12250
a81bfbd0
OJ
122512015-05-26 Omair Javaid <omair.javaid@linaro.org>
12252
25d49b86
PA
12253 * lib/gdb.exp (supports_process_record): Return true for
12254 aarch64*-linux*.
a81bfbd0
OJ
12255 (supports_reverse): Likewise.
12256
158bf1b4
PP
122572015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12258
12259 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12260 Use with_test_prefix.
12261
a0145030
AB
122622015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12263
12264 * gdb.base/completion.exp: Add test for completion of layout
12265 names.
12266
ebe3b578
AB
122672015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12268
12269 * lib/gdb.exp (skip_tui_tests): New proc.
12270 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12271
84204ed7
PA
122722015-05-19 Pedro Alves <palves@redhat.com>
12273
12274 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12275 Save the whole env array instead of just HOME. Unset HISTSIZE in
12276 the environment while testing. Restore whole environment
12277 afterwards.
12278
37442ce1
DE
122792015-05-16 Doug Evans <xdje42@gmail.com>
12280
12281 * gdb.guile/scm-ports.c: New file.
12282 * gdb.guile/scm-ports.exp: Add memory port tests.
12283
36de76f9
JK
122842015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12285
12286 * gdb.compile/compile-print.c: New file.
12287 * gdb.compile/compile-print.exp: New file.
12288
3a9558c4
JK
122892015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12290
12291 * gdb.compile/compile-ops.exp: Cast param to void.
12292 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12293 (compile code struct_object.selffield = &struct_object): Add xfail.
12294
aa715135
JG
122952015-05-15 Joel Brobecker <brobecker@adacore.com>
12296
12297 * gdb.ada/arr_enum_with_gap: New testcase.
12298
931e5bc3
JG
122992015-05-15 Joel Brobecker <brobecker@adacore.com>
12300
12301 * gdb.ada/byte_packed_arr: New testcase.
12302
9cd4d857
JB
123032015-05-15 Joel Brobecker <brobecker@adacore.com>
12304
12305 * gdb.ada/pckd_neg: New testcase.
12306
ebfd00d2
PP
123072015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12308
12309 PR gdb/17820
12310 * gdb.base/gdbinit-history.exp: New test.
12311 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12312 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12313
4c082a81
SC
123142015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12315
12316 * gdb.python/py-xmethods.cc: Enhance test case.
12317 * gdb.python/py-xmethods.exp: New tests.
12318 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12319 function.
12320 (B_indexoper): Likewise.
12321 (global_dm_list) : Add new xmethod worker functions.
12322
f7797074
SDJ
123232015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12324
12325 * gdb.base/coredump-filter.exp: Correctly unset
12326 "coredump_var_addr" array.
12327
a4674e4e
PA
123282015-05-08 Pedro Alves <palves@redhat.com>
12329
12330 * gdb.server/non-existing-program.exp: Unset spawn_id.
12331
df2eb078
SC
123322015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12333
12334 PR python/18291
12335 * gdb.python/py-xmethods.exp: Add tests.
12336
422349a3
YQ
123372015-05-08 Yao Qi <yao.qi@linaro.org>
12338
12339 PR gdb/18208
12340 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12341 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12342 function set_coredump_filter, and remove remote_exec call.
12343 Remove argument ipid. Callers update.
12344 (top level): Don't get inferior's PID.
12345
63fc80ce
AA
123462015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12347
12348 * gdb.base/watch_thread_num.exp: Skip test on targets without
12349 access watchpoints.
12350
80ad801e
PA
123512015-05-06 Pedro Alves <palves@redhat.com>
12352
12353 PR server/18081
12354 * gdb.server/non-existing-program.exp: New file.
12355
0fa7fe50
JB
123562015-05-05 Joel Brobecker <brobecker@adacore.com>
12357
12358 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12359
3ea89b92
PMR
123602015-05-05 Joel Brobecker <brobecker@adacore.com>
12361
12362 * gdb.ada/out_of_line_in_inlined: New testcase.
12363
87b8eff0
JB
123642015-05-05 Joel Brobecker <brobecker@adacore.com>
12365
12366 * gdb.ada/var_rec_arr: New testcase.
12367
5fccc635
YQ
123682015-04-30 Yao Qi <yao.qi@linaro.org>
12369
12370 * gdb.base/break-idempotent.exp: If
12371 skip_hw_watchpoint_multi_tests returns true, skip the tests
12372 on "rwatch" and "awatch".
12373
42d38f42
YQ
123742015-04-30 Yao Qi <yao.qi@linaro.org>
12375
12376 * gdb.base/relativedebug.exp: Invoke gdb command
12377 "info sharedlibrary", and if libc.so doesn't have debug info,
12378 skip the test.
12379
2ce1cdbf
DE
123802015-04-29 Doug Evans <dje@google.com>
12381
12382 * gdb.python/py-xmethods.exp: Add ptype tests.
12383 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12384 get_result_type method.
12385
f24a38c5
LM
123862015-04-29 Luis Machado <lgustavo@codesourcery.com>
12387
12388 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12389 the target does not support hardware watchpoints.
12390
ecbf2b3c
LM
123912015-04-29 Luis Machado <lgustavo@codesourcery.com>
12392
12393 * gdb.base/break-always.exp: Abort testing if writing to memory
12394 causes an error.
12395
34f5f757
DE
123962015-04-28 Doug Evans <dje@google.com>
12397
12398 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12399 * gdb.python/py-pp-registration.exp: ... here. New file.
12400 * gdb.python/py-pp-registration.c: New file.
12401 * gdb.python/py-pp-registration.py: New file.
12402
69b4374a
DE
124032015-04-28 Doug Evans <dje@google.com>
12404
12405 * gdb.python/py-bad-printers.c: New file.
12406 * gdb.python/py-bad-printers.py: New file.
12407 * gdb.python/py-bad-printers.exp: New file.
12408
59fb7612
SS
124092015-04-28 Sasha Smundak <asmundak@google.com>
12410
12411 * gdb.python/py-type.exp: New test.
12412
2631b16a
AW
124132015-04-28 Andy Wingo <wingo@igalia.com>
12414
12415 * gdb.python/py-parameter.exp:
12416 * gdb.guile/scm-parameter.exp: Escape the path that we are
12417 matching against, as it might contain characters that are special
12418 to regular expressions.
12419
460efde1
JB
124202015-04-27 Joel Brobecker <brobecker@adacore.com>
12421
12422 * gdb.ada/rec_comp: New testcase.
12423
2d369d8e
SDJ
124242015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12425
12426 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12427 before using it.
12428
cf75d6c3
AB
124292015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12430
12431 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12432 new tests for verilog output.
12433
8dbe7ca5
YQ
124342015-04-24 Yao Qi <yao.qi@linaro.org>
12435
12436 * boards/remote-gdbserver-on-localhost.exp: New file.
12437
4ef9fb2f
PA
124382015-04-23 Pedro Alves <palves@redhat.com>
12439
12440 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12441 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12442 "end of file", remove $inferior_spawn_id from the indirect list.
12443
0a803169
PA
124442015-04-23 Pedro Alves <palves@redhat.com>
12445
12446 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12447
749ef8f8
PA
124482015-04-23 Pedro Alves <palves@redhat.com>
12449
12450 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12451 on $any_spawn_id instead of only on $gdb_spawn_id.
12452
8aae4344
PM
124532015-04-21 Pierre Muller <muller@sourceware.org>
12454
12455 PR pascal/17815
12456 * lib/pascal.exp (gpc_compile): Add new option "class".
12457 (fpc_compile): Likewise.
12458 * gdb.pascal/case-insensitive-symbols.pas: New file.
12459 * gdb.pascal/case-insensitive-symbols.exp: New file.
12460
1586c8fb
GB
124612015-04-20 Gary Benson <gbenson@redhat.com>
12462
12463 * gdb.base/attach.exp: Fix three extended remote failures.
12464
1b6e6f5c
GB
124652015-04-17 Gary Benson <gbenson@redhat.com>
12466
12467 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12468 the main executable over the remote protocol.
12469
e797481d
PA
124702015-04-16 Pedro Alves <palves@redhat.com>
12471
12472 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12473 a new gdbserver if gdbserver_reconnect_p is set.
12474
1ca99c42
PA
124752015-04-16 Pedro Alves <palves@redhat.com>
12476
12477 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12478 is set, don't exit gdbserver.
12479
af9fd6f8
AA
124802015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12481
12482 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12483 appropriate .insn, such that an older assembler can be used.
12484 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12485 the z/Architecture instruction set on 31-bit targets as well.
12486
04ff1e61
AA
124872015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12488
12489 * gdb.go/handcall.exp: Remove all logic related to the first
12490 breakpoint and rely on go_runto_main instead.
12491 * gdb.go/strings.exp: Likewise.
12492 * gdb.go/unsafe.exp: Likewise.
12493 * gdb.go/hello.exp: Likewise. Also rename the remaining
12494 breakpoint marker to "breakpoint 1".
12495 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12496 * gdb.go/strings.go: Likewise.
12497 * gdb.go/unsafe.go: Likewise.
12498 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12499 "set breakpoint 2 here" and rename the remaining breakpoint marker
12500 to "breakpoint 1".
12501
40d2f8d6
SM
125022015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12503
12504 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12505 if itertools.imap is not present.
12506 * gdb.python/py-objfile.exp: Add parentheses.
12507 * gdb.python/py-type.exp: Same.
12508 * gdb.python/py-unwind-maint.py: Same.
12509
8cbc97c6
YQ
125102015-04-15 Yao Qi <yao.qi@linaro.org>
12511
12512 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12513 of ":$ptr_size" and set its form explicitly.
12514
45fd756c
YQ
125152015-04-15 Pedro Alves <palves@redhat.com>
12516 Yao Qi <yao.qi@linaro.org>
12517
12518 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12519 timeout by factor of 4.
12520 (test_regular_watch): Likewise.
12521 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12522 * gdb.reverse/sigall-reverse.exp: Likewise.
12523 * gdb.reverse/until-precsave.exp: Likewise.
12524 * lib/gdb.exp (with_timeout_factor): New proc.
12525 (gdb_expect): Move some code to ...
12526 (get_largest_timeout): ... here. New procedure.
12527
9e811bc3
LM
125282015-04-14 Luis Machado <lgustavo@codesourcery.com>
12529
12530 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12531
0ff6fcb2
LM
125322015-04-13 Luis Machado <lgustavo@codesourcery.com>
12533
12534 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12535 to write to the .text section.
12536
7578d5f7
LM
125372015-04-13 Luis Machado <lgustavo@codesourcery.com>
12538
12539 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12540 Handle the case of targets that do not provide PID information.
12541
2efe15c4
YQ
125422015-04-13 Yao Qi <yao.qi@linaro.org>
12543
12544 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12545 and use expect instead of gdb_expect.
12546
8cd8f2f8
SDJ
125472015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12548
12549 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12550 "coredump_var_addr" to avoid naming conflict with other testcases.
12551
9ee41772
PA
125522015-04-10 Pedro Alves <palves@redhat.com>
12553
12554 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12555 gdb_test_sequence and gdb_assert.
12556
07473109
PA
125572015-04-10 Pedro Alves <palves@redhat.com>
12558
12559 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12560 test messages that don't include the breakpoint address.
12561
de3db44c
YQ
125622015-04-10 Yao Qi <yao.qi@linaro.org>
12563
12564 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12565 false for some offset and width combinations which aren't
12566 supported by linux kernel.
12567
c79d856c
PA
125682015-04-10 Pedro Alves <palves@redhat.com>
12569
12570 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12571 procedure, factored out from ...
12572 (top level): ... here. Add "set displaced-stepping" testing axis.
12573 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12574 parameter "displaced". Use it.
12575 (top level): Use foreach and add "set displaced-stepping" testing
12576 axis.
12577
ebc90b50
PA
125782015-04-10 Pedro Alves <palves@redhat.com>
12579
12580 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12581 Remove comment.
12582 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12583 both the address of the instruction that triggers the watchpoint
12584 and the address of the instruction immediately after, and use
12585 those addresses for the test. Fix comment.
12586
8f572e5c
PA
125872015-04-10 Pedro Alves <palves@redhat.com>
12588
12589 * gdb.base/sigstep.exp (breakpoint_to_handler)
12590 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12591 Test "backtrace" in handler.
12592 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12593 (top level): Add new "displaced" test axis to
12594 breakpoint_to_handler, breakpoint_to_handler_entry and
12595 breakpoint_over_handler.
12596
8d707a12
PA
125972015-04-10 Pedro Alves <palves@redhat.com>
12598
12599 PR gdb/18216
12600 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12601
ef713951
YQ
126022015-04-10 Yao Qi <yao.qi@linaro.org>
12603
12604 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12605 (test_add_rn_pc): New function.
12606 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12607 (top level): Invoke test_add_rn_pc.
12608
906d60cf
PA
126092015-04-10 Pedro Alves <palves@redhat.com>
12610
12611 PR gdb/13858
12612 * gdb.base/step-over-no-symbols.exp: New file.
12613
f2983cc3
AW
126142015-04-09 Andy Wingo <wingo@igalia.com>
12615
12616 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12617 after the Python tests.
12618
6d62641c
SDJ
126192015-04-08 Keith Seitz <keiths@redhat.com>
12620
12621 PR python/16699
12622 * gdb.python/py-completion.exp: New tests for completion.
12623 * gdb.python/py-completion.py (CompleteLimit1): New class.
12624 (CompleteLimit2): Likewise.
12625 (CompleteLimit3): Likewise.
12626 (CompleteLimit4): Likewise.
12627 (CompleteLimit5): Likewise.
12628 (CompleteLimit6): Likewise.
12629 (CompleteLimit7): Likewise.
12630
f3770638
PA
126312015-04-08 Pedro Alves <palves@redhat.com>
12632
12633 PR gdb/18214
12634 PR gdb/18216
12635 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12636 function.
12637 (main): Install it as SIGUSR1 handler.
12638 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12639 parameter. Always use "setup" as prefix. Toggle "set
12640 displaced-stepping" off/on depending on global. Don't switch to
12641 thread 1 here.
12642 (top level): Add displaced stepping "off/on" test axis. Update
12643 "setup" calls. Wrap each subtest with with_test_prefix. Test
12644 continuing with a queued signal in each thread.
12645
4496bed7
PA
126462015-04-08 Pedro Alves <palves@redhat.com>
12647
12648 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12649 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12650 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12651 Return early if running to main fails.
12652 * gdb.trace/while-stepping.exp: Likewise.
12653
b97fde92
PA
126542015-04-07 Pedro Alves <palves@redhat.com>
12655
12656 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12657 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12658 interact with inferior program.
12659
f71c18e7
PA
126602015-04-07 Pedro Alves <palves@redhat.com>
12661
12662 * lib/gdb.exp (inferior_spawn_id): New global.
12663 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12664 spawn id after processing the user code.
12665 (default_gdb_start): Set inferior_spawn_id.
12666 (send_inferior): New procedure.
12667 * lib/gdbserver-support.exp (gdbserver_start): Set
12668 inferior_spawn_id.
12669 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12670
6423214f
PA
126712015-04-07 Pedro Alves <palves@redhat.com>
12672
12673 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12674 * lib/gdbserver-support.exp (gdbserver_start): Make
12675 $server_spawn_id global.
12676 (gdbserver_start): Don't wait for gdbserver's spawn id with
12677 expect_background.
12678 (close_gdbserver): New procedure.
12679 (gdb_exit): Rename the default version and reimplement.
12680
71c0ee8c
PA
126812015-04-07 Pedro Alves <palves@redhat.com>
12682
72f4393d 12683 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
12684 append the substituted item, not the original item.
12685
203bc29b
PA
126862015-04-07 Pedro Alves <palves@redhat.com>
12687
12688 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12689 gdb_expect.
12690
508a3ddf
PA
126912015-04-07 Pedro Alves <palves@redhat.com>
12692
12693 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12694 output appearing once only.
12695
9f6dbe2b
PA
126962015-04-07 Pedro Alves <palves@redhat.com>
12697
12698 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12699 that doesn't expect anything. Return early if running to main
12700 fails.
12701
337532fa
YQ
127022015-04-07 Yao Qi <yao.qi@linaro.org>
12703
12704 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12705 (child_function): Call alarm.
12706 (main): Move call to alarm into the loop.
12707 * gdb.threads/non-stop-fair-events.exp: Build program with
12708 -DTIMEOUT=$timeout.
12709
01b622d4
DE
127102015-04-06 Doug Evans <xdje42@gmail.com>
12711
12712 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12713 Fix dest parameter to board_info.
12714 (fpc_compile): Ditto.
12715 (gdb_compile_pascal): Rename dest arg to destfile.
12716
961f4160
PMR
127172015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12718
12719 * gdb.ada/funcall_ref.exp: New file.
12720 * gdb.ada/funcall_ref/foo.adb: New file.
12721
cafda597
YQ
127222015-04-02 Yao Qi <yao.qi@linaro.org>
12723
12724 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12725 is remote.
12726
fed040c6
GB
127272015-04-02 Gary Benson <gbenson@redhat.com>
12728
12729 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12730
d11916aa
SS
127312015-04-01 Sasha Smundak <asmundak@google.com>
12732
12733 * gdb.python/py-unwind-maint.c: New file.
12734 * gdb.python/py-unwind-maint.exp: New test.
12735 * gdb.python/py-unwind-maint.py: New file.
12736 * gdb.python/py-unwind.c: New file.
12737 * gdb.python/py-unwind.exp: New test.
12738 * gdb.python/py-unwind.py: New test.
12739
a1471180
PA
127402015-04-01 Pedro Alves <palves@redhat.com>
12741
12742 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12743 to fail instead of non-existent $test.
12744
0bbeccb1
PA
127452015-04-01 Pedro Alves <palves@redhat.com>
12746
12747 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12748 GDBFLAGS if not empty.
12749
3c724c8c
PMR
127502015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12751
12752 * gdb.ada/complete.exp: Remove "multi_line".
12753 * gdb.ada/info_exc.exp: Remove "multi_line".
12754 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12755 * gdb.ada/ptype_field.exp: Remove "multi_line".
12756 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12757 * gdb.ada/tagged.exp: Remove "multi_line".
12758 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12759 [multi_line ...]
12760 * gdb.btrace/delta.exp: Likewise.
12761 * gdb.btrace/exception.exp: Likewise.
12762 * gdb.btrace/function_call_history.exp: Likewise.
12763 * gdb.btrace/instruction_history.exp: Likewise.
12764 * gdb.btrace/nohist.exp: Likewise.
12765 * gdb.btrace/record_goto.exp: Likewise.
12766 * gdb.btrace/segv.exp: Likewise.
12767 * gdb.btrace/stepi.exp: Likewise.
12768 * gdb.btrace/tailcall.exp: Likewise.
12769 * gdb.btrace/unknown_functions.exp: Likewise.
12770 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12771 * lib/gdb.exp: Add the "multi_line" helper.
12772
4eec2deb
PA
127732015-04-01 Pedro Alves <palves@redhat.com>
12774
12775 * gdb.threads/tid-reuse.c: New file.
12776 * gdb.threads/tid-reuse.exp: New file.
12777
df8411da
SDJ
127782015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12779
12780 PR corefiles/16092
12781 * gdb.base/coredump-filter.c: New file.
12782 * gdb.base/coredump-filter.exp: Likewise.
12783
6ef37366
PM
127842015-03-27 Petr Machata <pmachata@redhat.com>
12785
12786 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12787 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12788 (Dwarf::assemble): Initialize them.
12789 (Dwarf::lines): New function.
12790
7ec911b0
JT
127912015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12792
12793 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12794 SYMBOL_PREFIX for x86_64-*-cygwin.
12795
ff908ebf
AW
127962015-03-26 Andy Wingo <wingo@igalia.com>
12797
12798 PR symtab/18148
12799 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12800 const_value but not a location.
12801 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12802 location defined in non-main CUs are visible.
12803
6d5f0679
YQ
128042015-03-26 Yao Qi <yao.qi@linaro.org>
12805
12806 PR testsuite/18139
12807 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12808 Add a line number entry for the same line.
12809 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12810 Add a line number entry for the same line.
12811
2898689b
YQ
128122015-03-26 Yao Qi <yao.qi@linaro.org>
12813
12814 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12815 .int 0.
12816 (func): Likewise. Add .Lfunc_1 label.
12817 Use .Lfunc_1 label.
12818 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12819 .int 0.
12820 (func): Likewise.
12821 Use .Lfunc_1 label.
12822
85180498
YQ
128232015-03-26 Yao Qi <yao.qi@linaro.org>
12824
12825 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12826 Call gdb_compile instead to compile each .s files without debug
12827 information.
12828
8aa08a8d
YQ
128292015-03-26 Yao Qi <yao.qi@linaro.org>
12830
12831 * gdb.base/savedregs.exp (process_saved_regs): Make
12832 "Saved registers:" optional in the pattern.
12833
66849923
MM
128342015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12835
12836 * gdb.btrace/next.exp: Merged into step.exp.
12837 * gdb.btrace/finish.exp: Merged into step.exp.
12838 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12839 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12840 "record goto" and checking the exact replay position.
12841 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12842 check for "Recording format" in "info record" output.
12843 * gdb.btrace/record_goto.exp: Choose test file based on target.
12844 * gdb.btrace/x86-record_goto.S: Renamed into ...
12845 * gdb.btrace/x86_64-record_goto.S: ... this.
12846 * gdb.btrace/i686-record_goto.S: New.
12847 * gdb.btrace/x86-tailcall.S: Renamed into ...
12848 * gdb.btrace/x86_64-tailcall.S: ... this.
12849 * gdb.btrace/i686-tailcall.S: New.
12850 * gdb.btrace/x86-tailcall.c: Renamed into ...
12851 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12852 separate statements. Update test.
12853 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12854 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12855 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12856 * gdb.btrace/tailcall.exp: Choose test file based on target.
12857 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12858
11cc1b74
MM
128592015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12860
12861 * gdb.btrace/exception.exp: Increase BTS buffer size.
12862
a25d8bf9
PA
128632015-03-24 Pedro Alves <palves@redhat.com>
12864
12865 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12866
856e7dd6
PA
128672015-03-24 Pedro Alves <palves@redhat.com>
12868
12869 * gdb.threads/schedlock.exp (test_step): No longer expect that
12870 "set scheduler-locking step" with "next" over a function call runs
12871 threads unlocked.
12872
ad235a41
AT
128732015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12874
12875 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12876
15630549
AT
128772015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12878
12879 PR breakpoints/16466
12880 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12881 * gdb.mi/mi-pending.c (thread_func): New function.
12882 (int main): Add threading support required.
12883 * gdb.mi/mi-pending.exp: Add tests for this issue.
12884 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12885 (pendfunc2): Remove stdio dependency.
12886 * gdb.mi/mi-pendshr2.c: New file.
12887
693dca06
KS
128882015-03-23 Keith Seitz <keiths@redhat.com>
12889
12890 * gdb.linespec/keywords.c: New file.
12891 * gdb.linespec/keywords.exp: New file.
12892
7e993ebf
KS
128932015-03-23 Keith Seitz <keiths@redhat.com>
12894
12895 PR gdb/18021
12896 * gdb.dwarf2/staticvirtual.exp: New test.
12897
bc23328c
JK
128982015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12899
12900 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12901 * README: Remove HP-UX and gdb.hp.
12902 (configuration):
12903 * configure: Regenerate.
12904 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12905 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12906 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12907 gdb.hp/gdb.defects/Makefile.
12908 * gdb.hp/Makefile.in: File deleted.
12909 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12910 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12911 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12912 * gdb.hp/gdb.aCC/run.c: File deleted.
12913 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12914 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12915 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12916 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12917 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12918 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12919 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12920 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12921 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12922 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12923 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12924 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12925 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12926 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12927 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12928 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12929 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12930 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12931 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12932 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12933 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12934 * gdb.hp/gdb.compat/average.c: File deleted.
12935 * gdb.hp/gdb.compat/sum.c: File deleted.
12936 * gdb.hp/gdb.compat/xdb.c: File deleted.
12937 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12938 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12939 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12940 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12941 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12942 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12943 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12944 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12945 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12946 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12947 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12948 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12949 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12950 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12951 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12952 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12953 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12954 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12955 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12956 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12957 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12958 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12959 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12960 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12961 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12962 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12963 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12964 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12965 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12966 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12967 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12968 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12969 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12970 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12971 * gdb.hp/tools/odump: File deleted.
12972
8bf3b159
PA
129732015-03-19 Pedro Alves <palves@redhat.com>
12974
12975 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12976 (saw_thread_3): New globals.
12977 (top level): Increment them when an event for the corresponding
12978 thread is seen.
12979 (no thread starvation): New test.
12980
eb54c8bf
PA
129812015-03-19 Pedro Alves <palves@redhat.com>
12982
12983 * gdb.threads/continue-pending-status.c: New file.
12984 * gdb.threads/continue-pending-status.exp: New file.
12985
32d2e5d6
PA
129862015-03-18 Pedro Alves <palves@redhat.com>
12987
12988 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12989 Use gdb_is_target_remote instead of is_remote. Use
12990 gdb_test_multiple instead of gdb_expect. Exit early if
12991 gdb_test_multiple hits its internal matches. Tighten stepi tests
12992 expected output. Fail on exit with any signal, instead of just
12993 SIGILL.
12994
f68f11b7
YQ
129952015-03-18 Yao Qi <yao.qi@linaro.org>
12996
12997 PR tdep/18107
12998 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12999 variable.
13000 * gdb.base/catch-syscall.exp: Don't skip it on
13001 aarch64*-*-linux* target. Remove elements in all_syscalls.
13002 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13003 target.
13004 (setup_all_syscalls): New proc.
13005
ca5fd19b
YQ
130062015-03-16 Yao Qi <yao.qi@linaro.org>
13007
13008 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13009 (top level): Skip tests if valid_addr_p returns false for
13010 $cmd1 or $cmd2.
13011
85642ba0
AW
130122015-03-11 Andy Wingo <wingo@igalia.com>
13013
13014 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13015
e03f9645
YQ
130162015-03-11 Yao Qi <yao.qi@linaro.org>
13017
13018 * gdb.base/catch-syscall.exp: Fix typo in comments.
13019
5d0962b2
YQ
130202015-03-11 Yao Qi <yao.qi@linaro.org>
13021
13022 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13023
b2df3cef
PA
130242015-03-09 Pedro Alves <palves@redhat.com>
13025
13026 * dg-extract-results.py: Delete.
13027
ef878e53
PA
130282015-03-09 Pedro Alves <palves@redhat.com>
13029
13030 Merge dg-extract-results.sh from GCC upstream (r218843).
13031
13032 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13033 * dg-extract-results.sh: Use --text with grep to avoid issues with
13034 binary files. Fall back to cat -v, if that doesn't work.
13035
9494d219
PA
130362015-03-05 Pedro Alves <palves@redhat.com>
13037
13038 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13039
a8d9763a
SM
130402015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13041
13042 * lib/mi-support.exp (mi_expect_interrupt): Accept
13043 alternative event for when in all-stop mode.
13044
be9957b8
PA
130452015-03-04 Pedro Alves <palves@redhat.com>
13046
13047 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13048
d57be0f4 130492015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
13050
13051 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13052
c214c7cf
AA
130532015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13054
13055 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13056 regexps for GDB's current line display, accept a hex address
13057 preceding the line number.
13058
6d74a497
AA
130592015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13060
13061 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13062 the 'arch1' variable for "s390*-linux*" targets.
13063
511aee7c
PA
130642015-03-04 Pedro Alves <palves@redhat.com>
13065
13066 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13067 (main): Pass missing retval argument to pthread_join call.
13068
95e50b27
PA
130692015-03-02 Pedro Alves <palves@redhat.com>
13070
13071 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13072 (top level): Call do_test with non-stop as well.
13073
28054d69
PA
130742015-03-02 Pedro Alves <palves@redhat.com>
13075
13076 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13077 -1.
13078
4fa5d7b4
AA
130792015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13080
13081 * gdb.arch/s390-vregs.exp: New test.
13082 * gdb.arch/s390-vregs.S: New file.
13083
97c18565
PA
130842015-02-27 Pedro Alves <palves@redhat.com>
13085
13086 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13087 call to catch_command_errors.
13088 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13089 catch_command_errors.
13090
a37bfa30
PA
130912015-02-27 Pedro Alves <palves@redhat.com>
13092
13093 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13094 "true" for boolean result.
13095 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13096 prototype of main.
13097
6f98576f
PA
130982015-02-27 Pedro Alves <palves@redhat.com>
13099
13100 * lib/unbuffer_output.c: New file.
13101 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13102 (main): Call gdb_unbuffer_output.
13103
eba5ab56
YQ
131042015-02-27 Yao Qi <yao.qi@linaro.org>
13105
13106 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13107 target.
13108
0def5aaa
DE
131092015-02-26 Doug Evans <dje@google.com>
13110
13111 * gdb.cp/class2.cc (Dbase, D): New classes.
13112 (main): New local delta.
13113 * gdb.cp/class2.exp: Test printing delta.
13114 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13115 (dynbar): New global.
13116 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13117
081a1c2c
JK
131182015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13119
13120 * gdb.compile/compile-ifunc.c: New file.
13121 * gdb.compile/compile-ifunc.exp: New file.
13122
2f41223f
AT
131232015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13124
13125 * gdb.base/structs.exp: Check for correct struct on finish.
13126
03eddd80
YQ
131272015-02-26 Yao Qi <yao.qi@linaro.org>
13128
13129 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13130 is zero.
13131
80c57053
JK
131322015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13133
13134 * gdb.arch/cordic.ko.bz2: New file.
13135 * gdb.arch/cordic.ko.debug.bz2: New file.
13136 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13137
21613c12
YQ
131382015-02-25 Yao Qi <yao.qi@linaro.org>
13139
13140 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13141 aarch64*-*-* target.
13142
d8b901ed
PA
131432015-02-23 Pedro Alves <palves@redhat.com>
13144
13145 * lib/gdb.exp (delete_breakpoints): Rewrite using
13146 gdb_test_multiple.
13147
e5b85ead
PA
131482015-02-23 Pedro Alves <palves@redhat.com>
13149
13150 * gdb.base/info-os.c: Include stdlib.h.
13151
85c3a371
DE
131522015-02-22 Doug Evans <xdje42@gmail.com>
13153
13154 PR symtab/17855
13155 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13156 is read after symbols have been re-read.
13157 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13158 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13159
96553a0c
DE
131602015-02-21 Doug Evans <dje@google.com>
13161
13162 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13163
97a0c697
JK
131642015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13165
13166 PR corefiles/17808
13167 * gdb.arch/i386-biarch-core.core.bz2: New file.
13168 * gdb.arch/i386-biarch-core.exp: New file.
13169
a47cd6e9
PA
131702015-02-21 Pedro Alves <palves@redhat.com>
13171
13172 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13173 runto_main fails.
13174
c5facdc4
PA
131752015-02-20 Pedro Alves <palves@redhat.com>
13176
13177 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13178 info probes.
13179
2db9a427
PA
131802015-02-20 Pedro Alves <palves@redhat.com>
13181
13182 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13183
60fb7e9e
PA
131842015-02-20 Pedro Alves <palves@redhat.com>
13185
13186 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13187 clean_restart before gdb_target_supports_trace.
13188
5c5019c2
PA
131892015-02-20 Pedro Alves <palves@redhat.com>
13190
13191 PR threads/18006
13192 * gdb.threads/clone-thread_db.c: New file.
13193 * gdb.threads/clone-thread_db.exp: New file.
13194
c9587f88
AT
131952015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13196
13197 PR breakpoints/16812
13198 * gdb.base/catch-gdb-caused-signals.c: New file.
13199 * gdb.base/catch-gdb-caused-signals.exp: New file.
13200
f6a88844
JM
132012015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13202
13203 * configure: Regenerated.
13204 * configure.ac: Use GDB_AC_TRANSFORM.
13205 * aclocal.m4: sinclude ../transform.m4.
13206
497c491b
JM
132072015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13208
13209 * lib/dtrace.exp: New file.
13210 * gdb.base/dtrace-probe.exp: Likewise.
13211 * gdb.base/dtrace-probe.d: Likewise.
13212 * gdb.base/dtrace-probe.c: Likewise.
13213 * lib/pdtrace.in: Likewise.
13214 * configure.ac: Output variables with the transformed names of
13215 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13216 * configure: Regenerated.
13217
03e98035
JM
132182015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13219
13220 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13221 expected message when trying to access $_probe_* convenience
13222 variables while not on a probe.
13223
63cc30e9
JK
132242015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13225
13226 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13227
0703599a
PA
132282015-02-11 Pedro Alves <pedro@codesourcery.com>
13229
13230 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13231 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13232
7e60a48e
DE
132332015-02-10 Doug Evans <xdje42@gmail.com>
13234
13235 * lib/gdb.exp (gdb_load): Always return a result.
13236
01b088bc
PA
132372015-02-10 Pedro Alves <palves@redhat.com>
13238
13239 * gdb.threads/signal-sigtrap.c: New file.
13240 * gdb.threads/signal-sigtrap.exp: New file.
13241
b05ec7a5
AT
132422015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13243
13244 * gdb.trace/no-attach-trace.c: New file.
13245 * gdb.trace/no-attach-trace.exp: New file.
13246
a2c2acaf
MW
132472015-02-09 Mark Wielaard <mjw@redhat.com>
13248
13249 * gdb.dwarf2/atomic.c: New file.
13250 * gdb.dwarf2/atomic-type.exp: Likewise.
13251
31fd9caa
MM
132522015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13253
13254 * gdb.btrace/buffer-size.exp: Update "info record" output.
13255 * gdb.btrace/delta.exp: Update "info record" output.
13256 * gdb.btrace/enable.exp: Update "info record" output.
13257 * gdb.btrace/finish.exp: Update "info record" output.
13258 * gdb.btrace/instruction_history.exp: Update "info record" output.
13259 * gdb.btrace/next.exp: Update "info record" output.
13260 * gdb.btrace/nexti.exp: Update "info record" output.
13261 * gdb.btrace/step.exp: Update "info record" output.
13262 * gdb.btrace/stepi.exp: Update "info record" output.
13263 * gdb.btrace/nohist.exp: Update "info record" output.
13264
d33501a5
MM
132652015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13266
13267 * gdb.btrace/buffer-size: New.
13268
f4abbc16
MM
132692015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13270
13271 * gdb.btrace/delta.exp: Update "info record" output.
13272 * gdb.btrace/enable.exp: Update "info record" output.
13273 * gdb.btrace/finish.exp: Update "info record" output.
13274 * gdb.btrace/instruction_history.exp: Update "info record" output.
13275 * gdb.btrace/next.exp: Update "info record" output.
13276 * gdb.btrace/nexti.exp: Update "info record" output.
13277 * gdb.btrace/step.exp: Update "info record" output.
13278 * gdb.btrace/stepi.exp: Update "info record" output.
13279 * gdb.btrace/nohist.exp: Update "info record" output.
13280
b9d61307
SM
132812015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13282
13283 PR gdb/15678
13284 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13285
e584fdbc
PA
132862015-02-06 Pedro Alves <palves@redhat.com>
13287
13288 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13289 macro.
13290 (seconds_left, again): New globals.
13291 (main): Wait seconds_left in a 1-second sleep loop instead of
13292 sleeping 180 seconds. If 'again' is set, reset the seconds
13293 counter.
13294 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13295 'again' in the inferior before detaching. Print the seconds left.
13296 (options): New global.
13297 (top level): Build program with -DTIMEOUT=$timeout.
13298
77f41761
PA
132992015-02-06 Pedro Alves <palves@redhat.com>
13300
13301 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13302 determine how many seconds to pass to 'alarm'.
13303 * gdb.base/gdb-sigterm.exp (top level): Build program with
13304 -DTIMEOUT=$timeout.
13305 (do_test): Return success/failure indication. Add more verbose
13306 logging. Don't fail if 200 single steps are seen. Instead, fail
13307 when the test times out.
13308 (passes): New global.
13309 (top level): Break the testing loop if testing fails on any
13310 iteration. Use gdb_assert.
13311
b9394193
DB
133122015-02-04 Don Breazeal <donb@codesourcery.com>
13313
13314 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13315 and initialize them.
13316 (ipc_cleanup): New function.
13317 (main): Don't declare shmid, semid, and msqid. Add a call to
13318 atexit so that we call ipc_cleanup on exit.
13319
42d9e528
PA
133202015-02-04 Pedro Alves <palves@redhat.com>
13321
13322 * boards/native-extended-gdbserver.exp: Remove any target variant
13323 specifications from the board name before clearing the isremote
13324 flag from board_info.
13325
ae6ae975
DE
133262015-01-31 Doug Evans <xdje42@gmail.com>
13327
13328 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13329
cfb069a8
GB
133302015-01-31 Gary Benson <gbenson@redhat.com>
13331
13332 * gdb.base/completion.exp: Disable completion limiting for
13333 existing tests. Add new tests to check completion limiting.
13334 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13335
5dd31d79
DE
133362015-01-31 Doug Evans <xdje42@gmail.com>
13337
13338 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13339
9f050062
DE
133402015-01-31 Doug Evans <xdje42@gmail.com>
13341
13342 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13343 entries. Duplicate file section script entries.
13344 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13345 inlined entries. Add test for safe-path rejection.
13346 * gdb.python/py-section-script.c: Add duplicate inlined section script
13347 entries. Duplicate file section script entries.
13348 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13349 inlined entries. Add test for safe-path rejection.
13350
df25ebbd
JB
133512015-01-29 Joel Brobecker <brobecker@adacore.com>
13352
13353 * gdb.ada/disc_arr_bound: New testcase.
13354
4a0ca9ec
JB
133552015-01-29 Joel Brobecker <brobecker@adacore.com>
13356
13357 * gdb.ada/mi_var_array: New testcase.
13358
3a8b707a
DE
133592015-01-27 Doug Evans <dje@google.com>
13360
13361 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13362 Add test for objfile.filename, objfile.username after objfile
13363 has been unloaded.
13364
f8313f6e
JB
133652015-01-26 Joel Brobecker <brobecker@adacore.com>
13366
13367 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13368 the second test to print the name attribute of value
13369 returned by the call to gdb.lookup_type, and adjust
13370 the expected output accordingly.
13371
37bc665e
MW
133722015-01-25 Mark Wielaard <mjw@redhat.com>
13373
13374 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13375 * gdb.base/disp-step-fork.c: Include unistd.h.
13376 * gdb.base/siginfo-obj.c: Include stdio.h.
13377 * gdb.base/siginfo-thread.c: Likewise.
13378 * gdb.mi/non-stop.c: Include unistd.h.
13379 * gdb.mi/nsthrexec.c: Include stdio.h.
13380 * gdb.mi/pthreads.c: Include unistd.h.
13381 * gdb.modula2/unbounded1.c (main): Declare returns int.
13382 * gdb.reverse/consecutive-reverse.c: Likewise.
13383 * gdb.threads/create-fail.c: Include unistd.h.
13384 * gdb.threads/killed.c: Likewise.
13385 * gdb.threads/linux-dp.c: Likewise.
13386 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13387 * gdb.threads/non-ldr-exc-2.c: Likewise.
13388 * gdb.threads/non-ldr-exc-3.c: Likewise.
13389 * gdb.threads/non-ldr-exc-4.c: Likewise.
13390 * gdb.threads/pthreads.c: Include unistd.h.
13391 (main): Declare returns int.
13392 * gdb.threads/tls-main.c (foo): New declaration.
13393 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13394
f7e5394d
SM
133952015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13396
13397 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13398 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13399
743649fd
MW
134002015-01-15 Mark Wielaard <mjw@redhat.com>
13401
13402 * gdb.base/noreturn-return.c: New file.
13403 * gdb.base/noreturn-return.exp: New file.
13404 * gdb.base/noreturn-finish.c: New file.
13405 * gdb.base/noreturn-finish.exp: New file.
13406
198297aa
PA
134072015-01-23 Pedro Alves <palves@redhat.com>
13408
13409 * gdb.threads/continue-pending-after-query.c: New file.
13410 * gdb.threads/continue-pending-after-query.exp: New file.
13411
717cf30c
AG
134122015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13413 Simon Marchi <simon.marchi@ericsson.com>
13414
13415 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13416 * gdb.base/valgrind-db-attach.exp: Same.
13417 * gdb.base/valgrind-infcall.exp: Same.
13418 * lib/mi-support.exp (default_mi_gdb_start): Same.
13419 * lib/prompt.exp (default_prompt_gdb_start): Same.
13420 * lib/gdb.exp (default_gdb_spawn): Same.
13421 (gdb_interact): New.
13422
13423
4b62a76e
JK
134242015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13425
13426 * gdb.compile/compile.exp (pointer to jit function): New test.
13427
b4cdae6f
WW
134282015-01-17 Wei-cheng Wang <cole945@gmail.com>
13429
13430 * lib/gdb.exp (supports_process_record): Return true for
13431 powerpc*-*-linux*.
13432 (supports_reverse): Likewise.
13433
d221e7ef
DB
134342015-01-15 Don Breazeal <donb@codesourcery.com>
13435
13436 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13437 instead of checking whether the target board is remote and
13438 use spawn_wait_for_attach instead of exec/sleep.
13439 * gdb.base/attach-twice.exp: Likewise.
13440
bafffb51
JB
134412015-01-15 Joel Brobecker <brobecker@adacore.com>
13442
13443 * gdb.ada/var_arr_attrs: New testcase.
13444
5589af0e
PA
134452015-01-14 Pedro Alves <palves@redhat.com>
13446 Joel Brobecker <brobecker@adacore.com>
13447
13448 PR gdb/17525
13449 * gdb.base/bp-cmds-execution-x-script.c: New file.
13450 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13451 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13452
6c400b59
PA
134532015-01-14 Pedro Alves <palves@redhat.com>
13454
13455 PR cli/17828
13456 * gdb.base/batch-preserve-term-settings.c: New file.
13457 * gdb.base/batch-preserve-term-settings.exp: New file.
13458
e02c96a7
DE
134592015-01-13 Doug Evans <dje@google.com>
13460
13461 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13462 binary.
13463
576fd14c
JB
134642015-01-13 Joel Brobecker <brobecker@adacore.com>
13465
13466 * Makefile.in (clean mostlyclean): Do not delete *.py.
13467
04dccad0
JB
134682015-01-13 Joel Brobecker <brobecker@adacore.com>
13469
13470 * gdb.python/py-lookup-type.exp: New file.
13471
3d230f71
PA
134722015-01-12 Pedro Alves <palves@redhat.com>
13473
13474 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13475 restore GDBFLAGS before returning.
13476
7e67715d
JK
134772015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13478
13479 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13480 is_amd64_regs_target and is_x86_like_target.
13481
f2e0d4b4
DE
134822015-01-11 Doug Evans <xdje42@gmail.com>
13483
13484 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13485 is given without an explicit form.
13486 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13487 attributes.
13488 * gdb.dwarf/corrupt.exp: Ditto.
13489 * gdb.dwarf2/enum-type.exp: Ditto.
13490 * gdb.trace/entry-values.exp: Ditto.
13491 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13492
439250fb
DE
134932015-01-11 Doug Evans <xdje42@gmail.com>
13494
13495 PR gdb/15830
13496 * gdb.base/maint.exp: Remove references to "maint demangle".
13497 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13498 Add tests for explicitly specifying language to demangle.
13499 * gdb.dlang/demangle.exp: Ditto.
13500
ede9f622
PA
135012015-01-09 Pedro Alves <palves@redhat.com>
13502
13503 * gdb.threads/non-stop-fair-events.c: New file.
13504 * gdb.threads/non-stop-fair-events.exp: New file.
13505
a7b796db
PA
135062015-01-09 Pedro Alves <palves@redhat.com>
13507
13508 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13509 the global scope. Set a breakpoint after all threads are started
13510 rather than stepping over two source lines. Expect the prompt.
13511 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13512 global.
13513 (NUM): Now 15.
13514 (main): Use threads_started_barrier to wait for all threads to
13515 start. Main thread no longer calls thread_function. Exit after
13516 180 seconds.
13517 (loop): New function.
13518 (thread_function): Wait on threads_started_barrier barrier. Call
13519 'loop' at each iteration.
13520 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13521 threads have started, instead of hardcoding number of "next"
13522 steps. Use an access watchpoint instead of a write watchpoint.
13523
9665ffdd
PA
135242015-01-09 Pedro Alves <palves@redhat.com>
13525
13526 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13527 (thread_func): Wait on barrier.
13528 (main): Wait for all threads to start before stopping GDB.
13529 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13530 global.
13531 (thread1_func, thread2_func): Wait on barrier.
13532 (main): Wait for all threads to start before stopping GDB.
13533 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13534 New global.
13535 (thread1_func, thread2_func): Wait on barrier.
13536 (main): Wait for all threads to start before stopping GDB.
13537
c945a99f
PA
135382015-01-09 Pedro Alves <palves@redhat.com>
13539
13540 * gdb.threads/attach-many-short-lived-threads.c: New file.
13541 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13542
c1a747c1
PA
135432014-01-09 Pedro Alves <palves@redhat.com>
13544
13545 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13546 instead of to thread 2.
13547 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13548 Add barrier around each pthread_create call instead of around all
13549 calls.
13550 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13551 Set a break on thread_function and have the child threads hit it
13552 one at at a time.
13553
60b3033e
PA
135542015-01-09 Pedro Alves <palves@redhat.com>
13555
13556 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13557 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13558 false.
13559 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13560 checking whether the target board is remote.
13561 * gdb.multi/multi-attach.exp: Likewise.
13562 * gdb.python/py-sync-interp.exp: Likewise.
13563 * gdb.server/ext-attach.exp: Likewise.
13564 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13565 tests that need to attach, instead of checking whether the target
13566 board is remote at the top of the file.
13567
acc018ac
YQ
135682015-01-08 Yao Qi <yao@codesourcery.com>
13569
13570 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13571
50a18af8
JK
135722015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13573
13574 Fix testcase compilation.
13575 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13576
8503d6e1
JB
135772015-01-06 Joel Brobecker <brobecker@adacore.com>
13578
13579 * gdb.python/py-type.exp: Add a couple test about empty
13580 array creation, and negative-length array creation.
13581
cc73dbcc
DE
135822015-01-02 Doug Evans <xdje42@gmail.com>
13583
13584 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13585
0300bbc7
DE
135862015-01-02 Doug Evans <dje@google.com>
13587
13588 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13589
9d85a0ec
YQ
135902014-12-29 Yao Qi <yao@codesourcery.com>
13591
13592 * gdb.trace/entry-values.exp: Update comments. Rename variable
13593 bar_call_foo to returned_from_foo.
13594
87186c6a
MMN
135952014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13596
13597 PR gdb/17394
13598 * gdb.linespec/break-asm-file.c: New file.
13599 * gdb.linespec/break-asm-file.exp: New file.
13600 * gdb.linespec/break-asm-file0.s: New file.
13601 * gdb.linespec/break-asm-file1.s: New file.
13602
1bab7383
YQ
136032014-12-18 Nigel Stephens <nigel@mips.com>
13604 Maciej W. Rozycki <macro@codesourcery.com>
13605
13606 * gdb.base/float.exp: Handle the new output from "info float" on
13607 MIPS targets.
13608
1bc1068a
JK
136092014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13610
13611 Fix MinGW compilation.
13612 * gdb.compile/compile-ops.exp: Update untested message if
13613 !skip_compile_feature_tests.
13614 * gdb.compile/compile-setjmp.exp: Likewise.
13615 * gdb.compile/compile-tls.exp: Likewise.
13616 * gdb.compile/compile.exp: Likewise.
13617 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13618 supported on this host".
13619
b6615d10
DE
136202014-12-16 Doug Evans <xdje42@gmail.com>
13621
13622 * boards/stabs.exp: New file.
13623
25dda427
AA
136242014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13625
13626 * gdb.base/completion.exp: Adjust to format changes of "maint
13627 print user-registers".
13628
bf330350
CU
136292014-12-16 Catalin Udma <catalin.udma@freescale.com>
13630
13631 PR server/17457
13632 * gdb.arch/aarch64-fp.c: New file.
13633 * gdb.arch/aarch64-fp.exp: New file.
13634
395cf596
SDJ
136352014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13636
13637 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13638 r210637, r210913, r211666, r215400, r215817).
13639
13640 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13641 * dg-extract-results.py: New file.
13642 * dg-extract-results.sh: Use it if the environment seems
13643 suitable.
13644
13645 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13646
13647 * dg-extract-results.py (parse_run): Handle warnings that
13648 are printed before a test harness is run.
13649
13650 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13651
13652 * dg-extract-results.py (Named): Remove __cmp__ method.
13653 (output_variation): Use a key to sort variation.harnesses.
13654
13655 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13656
13657 * dg-extract-results.py: For Python 3, force sys.stdout to
13658 handle surrogate escape sequences.
13659 (safe_open): New function.
13660 (output_segment, main): Use it.
13661
13662 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13663
13664 * dg-extract-results.py (Prog.result_re): Include options
13665 in test name.
13666
13667 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13668
13669 * dg-extract-results.py (output_variation): Always sort if
13670 do_sum.
13671
e882ef3c
SM
136722014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13673
13674 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13675 as long as we get pagination notifications.
13676
4992aa20
JM
136772014-12-15 Jason Merrill <jason@redhat.com>
13678
13679 * Makefile.in (check-gdb.%): Restore.
13680 * README: Mention it.
13681
c1b5a1a6
JB
136822014-12-13 Joel Brobecker <brobecker@adacore.com>
13683
13684 * gdb.ada/str_uninit: New testcase.
13685
5537b577
JK
136862014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13687
13688 PR symtab/17642
13689 * gdb.base/vla-stub-define.c: New file.
13690 * gdb.base/vla-stub.c: New file.
13691 * gdb.base/vla-stub.exp: New file.
13692
bb2ec1b3
TT
136932014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13694 Jan Kratochvil <jan.kratochvil@redhat.com>
13695 Tom Tromey <tromey@redhat.com>
13696
13697 * configure.ac: Add gdb.compile/.
13698 * configure: Regenerate.
13699 * gdb.compile/Makefile.in: New file.
13700 * gdb.compile/compile-ops.exp: New file.
13701 * gdb.compile/compile-ops.c: New file.
13702 * gdb.compile/compile-tls.c: New file.
13703 * gdb.compile/compile-tls.exp: New file.
13704 * gdb.compile/compile-constvar.S: New file.
13705 * gdb.compile/compile-constvar.c: New file.
13706 * gdb.compile/compile-mod.c: New file.
13707 * gdb.compile/compile-nodebug.c: New file.
13708 * gdb.compile/compile-setjmp-mod.c: New file.
13709 * gdb.compile/compile-setjmp.c: New file.
13710 * gdb.compile/compile-setjmp.exp: New file.
13711 * gdb.compile/compile-shlib.c: New file.
13712 * gdb.compile/compile.c: New file.
13713 * gdb.compile/compile.exp: New file.
13714 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13715
4ff709eb
TT
137162014-12-12 Tom Tromey <tromey@redhat.com>
13717
13718 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13719 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13720
6dddd6a5
DE
137212014-12-12 Doug Evans <dje@google.com>
13722
13723 * lib/gdb-python.exp (get_python_valueof): New function.
13724 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13725
71c24708
AA
137262014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13727
13728 * gdb.base/completion.exp: Add test for completion of "info
13729 registers ".
13730
3e29f34a
MR
137312014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13732
13733 * gdb.base/func-ptrs.c: New file.
13734 * gdb.base/func-ptrs.exp: New file.
13735
fc126975
SM
137362014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13737
13738 PR breakpoints/17012
13739 * gdb.base/dprintf-detach.c: New file.
13740 * gdb.base/dprintf-detach.exp: New file.
13741
0a46d518
SM
137422014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13743
13744 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13745 * lib/gdb.exp (target_is_gdbserver): New procedure.
13746
a0be3e44
DE
137472014-12-08 Doug Evans <dje@google.com>
13748
13749 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13750
df1b803a
YQ
137512014-12-05 Yao Qi <yao@codesourcery.com>
13752
13753 * gdb.guile/scm-error.exp: Remove the third argument to
13754 gdb_remote_download.
13755 * gdb.guile/scm-frame-args.exp: Likewise.
13756 * gdb.guile/scm-section-script.exp: Likewise.
13757
ddb9f679
YQ
137582014-12-05 Yao Qi <yao@codesourcery.com>
13759
13760 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13761
86e4ed39
DE
137622014-12-04 Doug Evans <dje@google.com>
13763
13764 * gdb.python/py-objfile.exp: Add tests for
13765 objfile.add_separate_debug_file.
13766
7c50a931
DE
137672014-12-04 Doug Evans <dje@google.com>
13768
13769 * lib/gdb.exp (get_build_id): New function.
13770 (build_id_debug_filename_get): Rewrite to use it.
13771 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13772
621661e3
MR
137732014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13774
13775 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13776 `method(long)', not just 0x0.
13777 * gdb.cp/nsalias.exp: Align code labels to 4.
13778 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13779 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13780 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13781 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13782 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13783 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13784
29f0c3b7
DE
137852014-12-02 Doug Evans <dje@google.com>
13786
e1e061e7 13787 PR symtab/17602
29f0c3b7 13788 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 13789 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
13790 * gdb.cp/anon-ns.exp: Update.
13791
162078c8
NB
137922014-12-02 Nick Bull <nicholaspbull@gmail.com>
13793
13794 * gdb.python/py-events.py (inferior_call_handler): New.
13795 (register_changed_handler, memory_changed_handler): New.
13796 (test_events.invoke): Register new handlers.
13797 * gdb.python/py-events.exp: Add tests for inferior call,
13798 memory_changed and register_changed events.
13799
fdb09caf
AA
138002014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13801
13802 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13803 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13804 if the linker doesn't understand this.
13805
55cfb2c4
SM
138062014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13807
13808 * gdb.python/python.exp: Change expected reply to help().
13809
9e8cd6df
YQ
138102014-12-01 Yao Qi <yao@codesourcery.com>
13811
13812 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13813 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13814 * configure: Re-generated.
13815
6c659fc2
SC
138162014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13817
13818 * gdb.cp/chained-calls.cc: New file.
13819 * gdb.cp/chained-calls.exp: New file.
13820 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13821
d7fc3181
SM
138222014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13823
13824 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13825 * gdb.dwarf2/symtab-producer.exp: Same.
13826 * gdb.gdb/python-interrupts.exp: Same.
13827 * gdb.gdb/python-selftest.exp: Same.
13828 * gdb.python/py-linetable.exp: Same.
13829 * gdb.python/py-type.exp: Same.
13830 * gdb.python/py-value-cc.exp: Same.
13831 * gdb.python/py-value.exp: Same.
13832
10e79639
YQ
138332014-11-28 Yao Qi <yao@codesourcery.com>
13834
13835 * gdb.base/break-probes.exp: Match library name prefixed with
13836 sysroot.
13837
f28a0564
SM
138382014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13839
13840 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13841 test expected output. Add parentheses for the call to print.
13842 Remove L suffix from integers.
13843
3fe1ce1d
DE
138442014-11-26 Doug Evans <dje@google.com>
13845
13846 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13847
84429e27
YQ
138482014-11-22 Yao Qi <yao@codesourcery.com>
13849
13850 * gdb.trace/entry-values.c: Remove asms.
13851 (foo): Add foo_label.
13852 (bar): Add bar_label.
13853 * gdb.trace/entry-values.exp: Remove code computing foo's
13854 length and bar's length.
13855 (Dwarf::assemble): Invoke function_range for bar and use
13856 MACRO_AT_func for foo.
13857
26741859
YQ
138582014-11-22 Yao Qi <yao@codesourcery.com>
13859
13860 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13861 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13862 Use .Lgcc43_procstart instead of gcc43.
13863
45e44d27
JB
138642014-11-21 Joel Brobecker <brobecker@adacore.com>
13865
13866 * gdb.ada/n_arr_bound: New testcase.
13867
458c8db8
SDJ
138682014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13869
13870 PR breakpoints/10737
13871 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13872 test_catch_syscall_multi_arch.
13873 (test_catch_syscall_multi_arch): New function.
13874
43f3e411
DE
138752014-11-20 Doug Evans <xdje42@gmail.com>
13876
13877 * gdb.base/maint.exp: Update expected output.
13878
0d7b2549
AA
138792014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13880
13881 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13882 4-byte instruction on S390.
13883
8908fca5
JB
138842014-11-19 Joel Brobecker <brobecker@adacore.com>
13885
13886 * gdb.ada/arr_arr: New testcase.
13887
4a46959e
JB
138882014-11-19 Joel Brobecker <brobecker@adacore.com>
13889
13890 * gdb.ada/pkd_arr_elem: New Testcase.
13891
470e2f4e
LM
138922014-11-18 Luis Machado <lgustavo@codesourcery.com>
13893
13894 * gdb.reverse/break-precsave: Expect completion message for
13895 core file reads.
13896 * gdb.reverse/consecutive-precsave.exp: Likewise.
13897 * gdb.reverse/finish-precsave.exp: Likewise.
13898 * gdb.reverse/i386-precsave.exp: Likewise.
13899 * gdb.reverse/machinestate-precsave.exp: Likewise.
13900 * gdb.reverse/sigall-precsave.exp: Likewise.
13901 * gdb.reverse/solib-precsave.exp: Likewise.
13902 * gdb.reverse/step-precsave.exp: Likewise.
13903 * gdb.reverse/until-precsave.exp: Likewise.
13904 * gdb.reverse/watch-precsave.exp: Likewise.
13905
a267f3ad
AA
139062014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13907
13908 * gdb.base/bp-permanent.c: Include unistd.h.
13909 * gdb.python/py-framefilter-mi.c (main): Add return type.
13910 * gdb.python/py-framefilter.c (main): Likewise.
13911 * gdb.trace/actions-changed.c (main): Likewise.
13912
12084a9a
AA
139132014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13914
13915 * gdb.mi/until.c: Add eye-catchers.
13916 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13917 line numbers.
13918
dc7e1a77
AA
139192014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13920
13921 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13922 function header variants in break1.c.
13923 * gdb.base/ena-dis-br.exp: Likewise.
13924 * gdb.base/hbreak2.exp: Likewise.
13925 * gdb.reverse/until-precsave.exp: Drop references to removed
13926 non-prototype function header variants in ur1.c.
13927 * gdb.reverse/until-reverse.exp: Likewise.
13928
41c77605
PM
139292014-11-17 Petr Machata <pmachata@redhat.com>
13930
13931 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13932 ${_cu_offset_size} bytes abbrev offset.
13933
34248c3a
DE
139342014-11-15 Doug Evans <xdje42@gmail.com>
13935
13936 PR symtab/17559
13937 * gdb.base/line-symtabs.exp: New file.
13938 * gdb.base/line-symtabs.c: New file.
13939 * gdb.base/line-symtabs.h: New file.
13940
646da059
YQ
139412014-11-14 Yao Qi <yao@codesourcery.com>
13942
13943 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13944 (func): Add label func_label.
13945 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13946 Replace low_pc and high_pc with MACRO_AT_range.
13947 Replace name, low_pc and high_pc with MACRO_AT_func.
13948
9301ebe6
YQ
139492014-11-14 Yao Qi <yao@codesourcery.com>
13950
13951 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13952 Replace name, low_pc and high_pc with MACRO_AT_func.
13953
f166b542
YQ
139542014-11-14 Yao Qi <yao@codesourcery.com>
13955
13956 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13957 produce debug information.
13958 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13959
0f6e71e3
YQ
139602014-11-14 Yao Qi <yao@codesourcery.com>
13961
13962 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13963 object and get function length.
13964 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13965 with MACRO_AT_func.
13966 (top-level): Replace gdb_compile and clean_restart with
13967 prepare_for_testing.
13968 * gdb.dwarf2/main.c (main): Add label main_label.
13969
876c4df9
YQ
139702014-11-14 Yao Qi <yao@codesourcery.com>
13971
13972 * lib/dwarf.exp (function_range): New procedure.
13973 (Dwarf::_handle_macro_at_func): New procedure.
13974 (Dwarf::_handle_macro_at_range): New procedure.
13975 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13976
02ad9cf1
YQ
139772014-11-14 Yao Qi <yao@codesourcery.com>
13978
13979 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13980 (_handle_attribute): New procedure.
13981
a59add0c
AA
139822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13983
13984 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13985 * gdb.base/call-sc.c (zed): Likewise.
13986 * gdb.base/checkpoint.c (main): Likewise.
13987 * gdb.base/dump.c (main): Likewise.
13988 * gdb.base/gcore.c (main): Likewise.
13989 * gdb.base/huge.c (main): Likewise.
13990 * gdb.base/multi-forks.c (main): Likewise.
13991 * gdb.base/pr10179-a.c (main): Likewise.
13992 * gdb.base/savedregs.c (main): Likewise.
13993 * gdb.base/sigaltstack.c (main): Likewise.
13994 * gdb.base/siginfo.c (main): Likewise.
13995 * gdb.base/structs.c (zed): Likewise.
13996 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13997 * gdb.mi/mi-syn-frame.c (main): Likewise.
13998 * gdb.mi/until.c (foo, main): Likewise.
13999 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14000 * gdb.base/solib-weak.c (foo): Declare.
14001 * gdb.base/attach-twice.c: Include stdio.h.
14002 * gdb.base/weaklib1.c: Likewise.
14003 * gdb.base/weaklib2.c: Likewise.
14004 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14005 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14006 unistd.h.
14007 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14008 * gdb.mi/mi-exit-code.c: Likewise.
14009 * gdb.base/break-interp-lib.c: Include string.h.
14010 * gdb.base/coremaker.c: Likewise.
14011 * gdb.base/testenv.c: Likewise.
14012 * gdb.python/py-finish-breakpoint.c: Likewise.
14013 * gdb.base/inferior-died.c: Include sys/wait.h.
14014 * gdb.base/fileio.c: Include time.h.
14015 * gdb.base/async-shell.c: Include unistd.h.
14016 * gdb.base/dprintf-non-stop.c: Likewise.
14017 * gdb.base/info-os.c: Likewise.
14018 * gdb.mi/mi-console.c: Likewise.
14019 * gdb.mi/watch-nonstop.c: Likewise.
14020 * gdb.python/py-events.c: Likewise.
14021 * gdb.base/async.c (baz): Move up before its invocation.
14022 * gdb.base/code_elim2.c (my_global_func): Likewise.
14023 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14024 * gdb.base/advance.c (func2): Likewise.
14025
3b5d5997
AA
140262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14027
14028 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14029 variant.
14030 * gdb.base/annota3.c: Likewise.
14031 * gdb.base/async.c: Likewise.
14032 * gdb.base/average.c: Likewise.
14033 * gdb.base/call-ar-st.c: Likewise.
14034 * gdb.base/call-rt-st.c: Likewise.
14035 * gdb.base/call-sc.c: Likewise.
14036 * gdb.base/call-strs.c: Likewise.
14037 * gdb.base/ending-run.c: Likewise.
14038 * gdb.base/execd-prog.c: Likewise.
14039 * gdb.base/exprs.c: Likewise.
14040 * gdb.base/foll-exec.c: Likewise.
14041 * gdb.base/foll-fork.c: Likewise.
14042 * gdb.base/foll-vfork.c: Likewise.
14043 * gdb.base/funcargs.c: Likewise.
14044 * gdb.base/gcore.c: Likewise.
14045 * gdb.base/jump.c: Likewise.
14046 * gdb.base/langs0.c: Likewise.
14047 * gdb.base/langs1.c: Likewise.
14048 * gdb.base/langs2.c: Likewise.
14049 * gdb.base/mips_pro.c: Likewise.
14050 * gdb.base/nodebug.c: Likewise.
14051 * gdb.base/opaque0.c: Likewise.
14052 * gdb.base/opaque1.c: Likewise.
14053 * gdb.base/recurse.c: Likewise.
14054 * gdb.base/run.c: Likewise.
14055 * gdb.base/scope0.c: Likewise.
14056 * gdb.base/scope1.c: Likewise.
14057 * gdb.base/setshow.c: Likewise.
14058 * gdb.base/setvar.c: Likewise.
14059 * gdb.base/shmain.c: Likewise.
14060 * gdb.base/shr1.c: Likewise.
14061 * gdb.base/shr2.c: Likewise.
14062 * gdb.base/sigall.c: Likewise.
14063 * gdb.base/signals.c: Likewise.
14064 * gdb.base/so-indr-cl.c: Likewise.
14065 * gdb.base/solib2.c: Likewise.
14066 * gdb.base/structs.c: Likewise.
14067 * gdb.base/sum.c: Likewise.
14068 * gdb.base/vforked-prog.c: Likewise.
14069 * gdb.base/watchpoint.c: Likewise.
14070 * gdb.reverse/shr2.c: Likewise.
14071 * gdb.reverse/until-reverse.c: Likewise.
14072 * gdb.reverse/ur1.c: Likewise.
14073 * gdb.reverse/watch-reverse.c: Likewise.
14074
066a77c5
AA
140752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14076
14077 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14078 variant.
14079 * gdb.base/sepdebug.exp: Drop references to removed code.
14080
4f204ea5
AA
140812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14082
14083 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14084 variant. Preserve original line numbering.
14085 * gdb.base/list1.c: Likewise.
14086
3b377a3a
AA
140872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14088
14089 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14090 variant.
14091 * gdb.base/break1.c: Likewise.
14092 * gdb.base/break.exp: Drop references to removed code.
14093
e444df73
AA
140942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14095
14096 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14097 variant.
14098
8008f2a7
AA
140992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14100
14101 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14102
a5a06887
AA
141032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14104
14105 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14106 logic into perform_all_tests() and invoke it with and without
14107 function header prototypes.
14108 (do_function_calls): Remove conditional XFAIL for PR 5318.
14109 (rerun_and_prepare): Remove duplicate code.
14110 (perform_all_tests): New. Main logic moved here.
14111
44dba9b9
AA
141122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14113
14114 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14115 code guarded by #ifdef NO_PROTOTYPES.
14116 (t_double_many_args): Likewise.
14117 (DEF_FUNC_MANY_ARGS_1): Likewise.
14118 (DEF_FUNC_VALUES_1): Likewise.
14119 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14120 guarded by #ifdef PROTOTYPES.
14121
d1fbcd56
AA
141222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14123
14124 * gdb.mi/mi-console.c: Add eye-catcher.
14125 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14126 instead of literal line number.
14127
b0e59b8f
AA
141282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14129
14130 * gdb.base/shr2.c: Add eye-catcher.
14131 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14132 line number.
14133
78f98cca
AA
141342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14135
14136 * gdb.base/jump.c: Add eye-catchers.
14137 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14138 numbers.
14139
58fa2af0
AA
141402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14141
14142 * gdb.base/execd-prog.c: Add eye-catchers.
14143 * gdb.base/foll-exec.c: Likewise.
14144 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14145 line numbers.
14146
04e5059b
AA
141472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14148
14149 * gdb.base/ending-run.c: Add eye-catchers.
14150 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14151 literal line numbers.
14152
dbfdb174
AA
141532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14154
14155 * gdb.base/call-rt-st.c: Add eye-catchers.
14156 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14157 literal line numbers.
14158
888a2ade
AA
141592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14160
14161 * gdb.base/call-ar-st.c: Add eye-catchers.
14162 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14163 literal line numbers.
14164
6acc2dde
AA
141652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14166
14167 * gdb.base/average.c: Add eye-catchers.
14168 * gdb.base/sum.c: Likewise.
14169 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14170 regexps dynamically.
14171
9ecfcd1d
AA
141722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14173
14174 * gdb.base/solib1.c: Add eye-catchers.
14175 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14176 literal line numbers.
14177
78708b7c
PA
141782014-11-12 Pedro Alves <palves@redhat.com>
14179
14180 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14181 leader has exited.
14182
af48d08f
PA
141832014-11-12 Pedro Alves <palves@redhat.com>
14184
14185 * gdb.arch/i386-bp_permanent.c: New file.
14186 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14187 (srcfile): Set to i386-bp_permanent.c.
14188 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14189 that stepi does not execute the 'leave' instruction, instead of
14190 testing it does execute.
14191 * gdb.base/bp-permanent.c: New file.
14192 * gdb.base/bp-permanent.exp: New file.
14193
af3768e9
DE
141942014-11-10 Doug Evans <xdje42@gmail.com>
14195
14196 PR symtab/17564
14197 * gdb.base/symtab-search-order.exp: New file.
14198 * gdb.base/symtab-search-order.c: New file.
14199 * gdb.base/symtab-search-order-1.c: New file.
14200 * gdb.base/symtab-search-order-shlib-1.c: New file.
14201
9de00a4a
PA
142022014-11-07 Pedro Alves <palves@redhat.com>
14203
14204 PR gdb/17511
14205 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14206 i?86-*-linux*.
14207
e0f52461
SC
142082014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14209
14210 PR c++/17494
14211 * gdb.cp/pr17494.cc: New file.
14212 * gdb.cp/pr17494.exp: New file.
14213
6ce8c980
YQ
142142014-11-02 Yao Qi <yao@codesourcery.com>
14215
14216 * gdb.python/python.exp: Get working directory and match the
14217 output of "set extended-prompt \\w " with it.
14218
02be9a71
DE
142192014-10-30 Doug Evans <dje@google.com>
14220
14221 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14222 in objfiles.
14223 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14224 in progspaces.
14225
3bdff46b
LM
142262014-10-30 Janis Johnson <janisjo@codesourcery.com>
14227
14228 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14229 * gdb.base/realname-expand.exp: Likewise.
14230 * gdb.linespec/macro-relative.exp: Likewise.
14231
ab917dfb
PA
142322014-10-29 Pedro Alves <palves@redhat.com>
14233
14234 PR gdb/17408
14235 * gdb.threads/schedlock.c (some_function): New function.
14236 (call_function): New global.
14237 (MAYBE_CALL_SOME_FUNCTION): New macro.
14238 (thread_function): Call it.
14239 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14240 and use it instead of a global counter. Adjust all callers.
14241 (get_current_thread): Use "find current thread" for test message
14242 here rather than having all callers pass down the same string.
14243 (goto_loop): New procedure, factored out from ...
14244 (my_continue): ... this.
14245 (step_ten_loops): Change parameter from test message to command to
14246 use. Adjust.
14247 (list_count): Delete global.
14248 (check_result): New procedure, factored out from duplicate top
14249 level code.
14250 (continue tests): Wrap in with_test_prefix.
14251 (test_step): New procedure, factored out from duplicate top level
14252 code.
14253 (top level): Test "step" in combination with all scheduler-locking
14254 modes. Test "next" in combination with all scheduler-locking
14255 modes, and in combination with stepping over a function call or
14256 not.
14257 * gdb.threads/next-bp-other-thread.c: New file.
14258 * gdb.threads/next-bp-other-thread.exp: New file.
14259
d3d4baed
PA
142602014-10-29 Pedro Alves <palves@redhat.com>
14261
14262 PR python/17372
14263 * gdb.python/python.exp: Test a multi-line command that spawns
14264 interactive Python.
14265 * gdb.base/multi-line-starts-subshell.exp: New file.
14266
563e8d85
YQ
142672014-10-29 Yao Qi <yao@codesourcery.com>
14268
14269 * gdb.base/fileio.exp: Make directories on host.
14270
0ea4d52e
YQ
142712014-10-29 Yao Qi <yao@codesourcery.com>
14272
14273 * gdb.base/fileio.c (test_write): Close the file.
14274
7f5ef605
PA
142752014-10-28 Pedro Alves <palves@redhat.com>
14276
14277 PR gdb/12623
14278 * gdb.base/sigstep.c (no_handler): New global.
14279 (main): If 'no_handler is true, set the signal handlers to
14280 SIG_IGN.
14281 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14282 with_sw_watch and no_handler parameters. Handle them.
14283 (top level) <stepping over handler when stopped at a breakpoint
14284 test>: Add a test axis for testing with a software watchpoint, and
14285 another for testing with the signal handler set to SIG_IGN.
14286 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14287 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14288
abbdbd03
PA
142892014-10-28 Pedro Alves <palves@redhat.com>
14290
14291 PR gdb/17511
14292 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14293 * gdb.base/sigstep.exp (other_handler_location): New global.
14294 (advance): Support stepping into the signal handler, and running
14295 commands while in the handler.
14296 (in_handler_map): New global.
14297 (top level): In the advance test, add combinations for getting
14298 into the handler with stepping commands, and for running commands
14299 in the handler. Add comment descripting the advancei tests.
14300
1df4399f
PA
143012014-10-28 Pedro Alves <palves@redhat.com>
14302
14303 * gdb.base/sigstep.exp: Use build_executable instead of
14304 prepare_for_testing.
14305 (top level): Move code that starts GDB, runs to main and creates a
14306 display to ...
14307 (restart): ... this new procedure.
14308 (top level): Move backtrace from signal handler test to ...
14309 (validate_backtrace): ... this new procedure.
14310 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14311 with_test_prefix. Always restart GDB.
14312 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14313 with_test_prefix. Always restart GDB. No need to delete
14314 breakpoints after the test.
14315 (test_skip_handler): Remove prefix parameter.
14316 (skip_over_handler, breakpoint_to_handler)
14317 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14318 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14319 restart GDB. No need to delete breakpoints after the test.
14320 (top level): Use foreach to call the test procedures with
14321 different commands.
14322
a5b6e449
PA
143232014-10-28 Pedro Alves <palves@redhat.com>
14324
14325 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14326 instead of GNATS numbers.
14327 * gdb.base/sigbpt.exp: Likewise.
14328 * gdb.base/siginfo.exp: Likewise.
14329 * gdb.base/sigstep.exp: Likewise.
14330
e5f8a7cc
PA
143312014-10-27 Pedro Alves <palves@redhat.com>
14332
14333 * gdb.base/sigstep.c (dummy): New global.
14334 (main): Issue a couple writes to the new global.
14335 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14336 procedures.
14337 (skip_over_handler): Use test_skip_handler.
14338 (top level): Call skip_over_handler for stepi and nexti too.
14339 (breakpoint_over_handler): Use test_skip_handler.
14340 (top level): Call breakpoint_over_handler for stepi and nexti too.
14341
763905a3
YQ
143422014-10-27 Yao Qi <yao@codesourcery.com>
14343
14344 * gdb.trace/tfile.c (adjust_function_address)
14345 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14346 function descriptor.
14347
6f259a23
DB
143482014-10-24 Don Breazeal <donb@codesourcery.com>
14349
14350 * gdb.base/foll-fork.exp (test_follow_fork,
14351 catch_fork_child_follow): Check for updated fork messages emitted
14352 from infrun.c.
14353 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14354 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14355 vfork_and_exec_child_follow_through_step): Check for updated vfork
14356 messages emitted from infrun.c.
14357
09dd9a69
PA
143582014-10-24 Pedro Alves <palves@redhat.com>
14359
14360 * gdb.base/corefile.exp: Remove references to ultrix.
14361 * gdb.base/interrupt.exp: Likewise.
14362 * gdb.base/whatis.exp: Likewise.
14363 * gdb.gdb/selftest.exp: Likewise.
14364 * gdb.threads/manythreads.exp: Likewise.
14365 * gdb.threads/print-threads.exp: Likewise.
14366 * gdb.threads/pthreads.exp:: Likewise.
14367 * gdb.threads/schedlock.exp: Likewise.
14368
3433cfa5
SC
143692014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14370
14371 * gdb.cp/non-trivial-retval.cc: Add a test case.
14372 * gdb.cp/non-trivial-retval.exp: Add a test.
14373
092f880b
YQ
143742014-10-20 Yao Qi <yao@codesourcery.com>
14375
14376 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14377 * gdb.python/py-objfile-script-gdb.py: New file.
14378 * gdb.python/py-objfile-script.exp: Update reference to
14379 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14380 of remote_download. Remove the dest file.
14381
acbdb7f3
YQ
143822014-10-20 Yao Qi <yao@codesourcery.com>
14383
14384 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14385 * gdb.base/step-line.exp: Likewise.
14386 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14387 * gdb.dwarf2/dw2-basic.exp: Likewise.
14388 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14389 * gdb.dwarf2/dw2-filename.exp: Likewise.
14390 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14391 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14392 * gdb.dwarf2/dw2-producer.exp: Likewise.
14393 * gdb.dwarf2/mac-fileno.exp: Likewise.
14394 * gdb.python/py-frame-args.exp: Likewise.
14395 * gdb.python/py-framefilter.exp: Likewise.
14396 * gdb.python/py-mi.exp: Likewise.
14397 * gdb.python/py-objfile-script.exp: Likewise
14398 * gdb.python/py-pp-integral.exp: Likewise.
14399 * gdb.python/py-pp-re-notag.exp: Likewise.
14400 * gdb.python/py-prettyprint.exp: Likewise.
14401 * gdb.python/py-section-script.exp: Likewise.
14402 * gdb.python/py-typeprint.exp: Likewise.
14403 * gdb.python/py-xmethods.exp: Likewise.
14404 * gdb.stabs/weird.exp: Likewise.
14405 * gdb.xml/tdesc-regs.exp: Likewise.
14406
bd286a29
KCY
144072014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14408
14409 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14410 (out_cu): Use addr_len for the size of addresses.
14411 (out_line): Likewise. Size DW_LNE_set_address instruction
14412 according to addr_len.
14413 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14414 (FUNC): Add START_INSNS to definition.
14415
673dc4a0
YQ
144162014-10-18 Yao Qi <yao@codesourcery.com>
14417
14418 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14419 gdb_has_argv0 return true.
14420 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14421 check [target_info exists noargs], check [gdb_has_argv0]
14422 instead.
14423 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14424 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14425 procedures.
14426
4ffbba72
DE
144272014-10-17 Doug Evans <dje@google.com>
14428
14429 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14430 event.
14431 * gdb.python/py-events.py: Add clear_objfiles event.
14432
d096d8c1
DE
144332014-10-17 Doug Evans <dje@google.com>
14434
14435 * gdb.python/py-objfile.exp: Test progspace attribute.
14436
a80db015
LM
144372014-10-17 Luis Machado <lgustavo@codesourcery.com>
14438
14439 * gdb.guile/scm-breakpoint.exp: Do not assume any
14440 directory separators when matching source file paths.
14441 * gdb.python/py-breakpoint.exp: Likewise.
14442 * gdb.reverse/break-precsave.exp: Likewise.
14443 * gdb.reverse/break-reverse.exp: Likewise.
14444 * gdb.reverse/consecutive-precsave.exp: Likewise.
14445 * gdb.reverse/finish-precsave.exp: Likewise.
14446 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14447 * gdb.reverse/finish-reverse.exp: Likewise.
14448 * gdb.reverse/i386-precsave.exp: Likewise.
14449 * gdb.reverse/i387-env-reverse.exp: Likewise.
14450 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14451 * gdb.reverse/machinestate-precsave.exp: Likewise.
14452 * gdb.reverse/machinestate.exp: Likewise.
14453 * gdb.reverse/sigall-precsave.exp: Likewise.
14454 * gdb.reverse/solib-precsave.exp: Likewise.
14455 * gdb.reverse/step-precsave.exp: Likewise.
14456 * gdb.reverse/until-precsave.exp: Likewise.
14457 * gdb.reverse/watch-precsave.exp: Likewise.
14458 * gdb.reverse/watch-reverse.exp: Likewise.
14459
b22089ab
YQ
144602014-10-17 Yao Qi <yao@codesourcery.com>
14461
14462 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14463 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14464
6c4486e6
PA
144652014-10-17 Pedro Alves <palves@redhat.com>
14466
14467 PR gdb/17471
14468 * gdb.base/bg-execution-repeat.c: New file.
14469 * gdb.base/bg-execution-repeat.exp: New file.
14470
0ff33695
PA
144712014-10-17 Pedro Alves <palves@redhat.com>
14472
14473 PR gdb/17300
14474 * gdb.base/continue-all-already-running.c: New file.
14475 * gdb.base/continue-all-already-running.exp: New file.
14476
6fdebc3d
PA
144772014-10-17 Pedro Alves <palves@redhat.com>
14478
14479 PR gdb/17472
14480 * gdb.base/annota-input-while-running.c: New file.
14481 * gdb.base/annota-input-while-running.exp: New file.
14482
32a8097b
PA
144832014-10-17 Pedro Alves <palves@redhat.com>
14484
14485 * gdb.base/callfuncs.exp: emove references to osf.
14486 * gdb.base/sigall.exp: Likewise.
14487 * gdb.gdb/selftest.exp: Likewise.
14488 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14489 * gdb.mi/non-stop.c: Likewise.
14490 * gdb.mi/pthreads.c: Likewise.
14491 * gdb.reverse/sigall-precsave.exp: Likewise.
14492 * gdb.reverse/sigall-reverse.exp: Likewise.
14493 * gdb.threads/pthreads.c: Likewise.
14494 * gdb.threads/pthreads.exp: Likewise.
14495
7a3517ff
YQ
144962014-10-17 Yao Qi <yao@codesourcery.com>
14497
14498 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14499 check 'target_info exists noargs'.
14500 (test_command_prompt_position): Likewise.
14501 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14502 Remove "set args".
14503 (progvar_simple_while_test): Likewise.
14504 (progvar_complex_if_while_test): Likewise.
14505 (if_while_breakpoint_command_test): Likewise.
14506 (infrun_breakpoint_command_test): Likewise.
14507 (breakpoint_command_test): Likewise.
14508 (watchpoint_command_test): Likewise.
14509 (bp_deleted_in_command_test): Likewise.
14510 (temporary_breakpoint_commands): Likewise.
14511
bb99c472
YQ
145122014-10-16 Yao Qi <yao@codesourcery.com>
14513
14514 * gdb.base/remotetimeout.exp: Remove noargs checking.
14515
7c16b83e
PA
145162014-10-15 Pedro Alves <palves@redhat.com>
14517
14518 PR breakpoints/9649
14519 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14520 * gdb.base/breakpoint-in-ro-region.exp
14521 (probe_target_hardware_step): New procedure.
14522 (top level): Probe hardware stepping and hardware breakpoint
14523 support. Test stepping through a read-only region, with both
14524 "breakpoint auto-hw" on and off and both "always-inserted" on and
14525 off.
14526
35a49624
IB
145272014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14528
14529 * gdb.dlang/demangle.exp: Update for demangling changes.
14530
2d1c107c
SC
145312014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14532
14533 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14534 * gdb.cp/non-trivial-retval.exp: Add new tests.
14535
778811d5
SC
145362014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14537
14538 PR c++/13403
14539 PR c++/15154
14540 * gdb.cp/non-trivial-retval.cc: New file.
14541 * gdb.cp/non-trivial-retval.exp: New file.
14542
10c5f0a8
YQ
145432014-10-15 Yao Qi <yao@codesourcery.com>
14544
14545 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14546 remote host.
14547
65d7b369
YQ
145482014-10-15 Yao Qi <yao@codesourcery.com>
14549
14550 * gdb.python/py-symbol.exp: Match file base name if host is
14551 remote, otherwise match file name with dir name.
14552 * gdb.python/py-symtab.exp: Likewise.
14553 * gdb.python/python.exp: Likewise.
14554
46dc1394
YQ
145552014-10-15 Yao Qi <yao@codesourcery.com>
14556
14557 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14558 pattern.
14559 * gdb.python/py-symtab.exp: Likewise.
14560 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14561 locationn.
14562
c40cc657
JB
145632014-10-14 Joel Brobecker <brobecker@adacore.com>
14564
14565 * gdb.ada/addr_arith: New testcase.
14566
2abf49e1
MR
145672014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14568
14569 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14570 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14571 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14572 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14573
f7088df3
SDJ
145742014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14575
14576 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14577 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14578 * gdb.arch/stap-eval-lang-ada.exp: New file.
14579
4dc06805
YQ
145802014-10-14 Yao Qi <yao@codesourcery.com>
14581
14582 * gdb.mi/mi-var-child.c (nothing1): New function.
14583 (nothing2): New function.
14584 (do_children_tests): Set function pointers by nothing1 and
14585 nothing2.
14586 * gdb.mi/mi-var-child.exp: Step over new added statements.
14587 Update test to match the new output.
14588 * gdb.mi/var-cmd.c (nothing1): New function.
14589 (nothing2): New function.
14590 (do_children_tests): Set function pointers by nothing1 and
14591 nothing2.
14592 * gdb.mi/mi-var-display.exp: Update test to match output.
14593 Step to the line specified by $line_dct_nothing.
14594 Increase the number of lines to step.
14595
46a93de2
YQ
145962014-10-14 Yao Qi <yao@codesourcery.com>
14597
14598 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14599 tests.
14600 * gdb.mi/mi2-var-child.exp: Likewise.
14601
14ea52ee
DE
146022014-10-13 Doug Evans <dje@google.com>
14603
14604 * gdb.python/py-objfile.exp: Change name of file name test.
14605
e5c6e92b
DE
146062014-10-13 Doug Evans <dje@google.com>
14607
14608 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14609 from the start of the CU.
14610
c780cc2f
JK
146112014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14612 Yao Qi <yao@codesourcery.com>
14613
14614 Fix "save breakpoints" for "catch" command.
14615 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14616 Remove -nonewline. Match also the added "main" line.
14617
99894e11
JK
146182014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14619
14620 Fix "save breakpoints" for "disable $bpnum" command.
14621 * gdb.base/save-bp.c (main): Add label.
14622 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14623
6e1ac5a3
JK
146242014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14625
14626 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14627
754dd2b0
YQ
146282014-10-11 Yao Qi <yao@codesourcery.com>
14629
14630 * gdb.server/server-kill.exp: Execute command
14631 "set remote trace-status-packet on" before "tstatus".
14632
f90183d7
YQ
146332014-10-11 Yao Qi <yao@codesourcery.com>
14634
14635 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14636 (main): Call getppid.
14637 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14638 and continue to it. Read variable "server_pid".
14639
bf40a607
YQ
146402014-10-11 Yao Qi <yao@codesourcery.com>
14641
14642 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14643
052ca370
YQ
146442014-10-11 Yao Qi <yao@codesourcery.com>
14645
14646 * gdb.threads/thread-find.exp: Don't execute command
14647 "info threads".
14648 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14649 * gdb.threads/linux-dp.exp: Don't check the condition
14650 $threads_created equals to zero.
14651
3831839c
PA
146522014-10-10 Pedro Alves <palves@redhat.com>
14653
14654 * gdb.base/bigcore.exp: Remove references to IRIX.
14655 * gdb.base/funcargs.exp: Likewise.
14656 * gdb.base/interrupt.exp: Likewise.
14657 * gdb.base/mips_pro.exp: Likewise.
14658 * gdb.base/nodebug.exp: Likewise.
14659 * gdb.base/setvar.exp: Likewise.
14660 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14661
8b9a549d
PA
146622014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14663 Pedro Alves <palves@redhat.com>
14664
14665 PR symtab/14466
14666 * gdb.base/vdso-warning.c: New file.
14667 * gdb.base/vdso-warning.exp: New file.
14668
d48ba5e8
DE
146692014-10-02 Doug Evans <dje@google.com>
14670
14671 * gdb.base/structs.c (main): Don't run forever.
14672
2278c276
PA
146732014-10-02 Pedro Alves <palves@redhat.com>
14674
14675 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14676 (top level) <stop threads 1, stop threads 2>: Use it.
14677
b57bacec
PA
146782014-10-02 Pedro Alves <palves@redhat.com>
14679
14680 * gdb.threads/break-while-running.exp (test): Add new
14681 'update_thread_list' argument. Skip "info threads" if false.
14682 (top level): Add new 'update_thread_list' axis.
14683
13fd3ff3
PA
146842014-10-02 Pedro Alves <palves@redhat.com>
14685
14686 PR breakpoints/17431
14687 * gdb.base/execl-update-breakpoints.c: New file.
14688 * gdb.base/execl-update-breakpoints.exp: New file.
14689
0fec99e8
PA
146902014-10-01 Pedro Alves <palves@redhat.com>
14691
14692 * gdb.base/breakpoint-in-ro-region.c: New file.
14693 * gdb.base/breakpoint-in-ro-region.exp: New file.
14694
2ddf4301
SM
146952014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14696
14697 * gdb.mi/mi-exit-code.exp: New file.
14698 * gdb.mi/mi-exit-code.c: New file.
14699
6a5f3f43
YQ
147002014-09-30 Yao Qi <yao@codesourcery.com>
14701
14702 * lib/prelink-support.exp (build_executable_own_libs): Error if
14703 the target isn't native.
14704
345bcc73
YQ
147052014-09-30 Yao Qi <yao@codesourcery.com>
14706
14707 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14708 false.
14709
a25a5a45
PA
147102014-09-22 Pedro Alves <palves@redhat.com>
14711
14712 * gdb.threads/break-while-running.exp: New file.
14713 * gdb.threads/break-while-running.c: New file.
14714
00ba3162
YQ
147152014-09-19 Yao Qi <yao@codesourcery.com>
14716
14717 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14718 Invoke test. Restart GDB with --readnow and invoke test again.
14719
c3b7b696
YQ
147202014-09-19 Yao Qi <yao@codesourcery.com>
14721
14722 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14723 proc set_breakpoint_on_gcd_function. Invoke
14724 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14725 invoke set_breakpoint_on_gcd_function again.
14726
2b4fd423
DE
147272014-09-18 Doug Evans <dje@google.com>
14728
14729 * gdb.dwarf2/symtab-producer.exp: New file.
14730
a5947601
SDJ
147312014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14732
14733 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14734 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14735 * gdb.base/global-var-nested-by-dso.c: Likewise.
14736 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14737
91c19059
SDJ
147382014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14739 Pedro Alves <palves@redhat.com>
14740
14741 * gdb.base/watch-bitfields.exp: Pass string other than test file
14742 name to prepare_for_testing.
14743 (watch): New procedure.
14744 (expect_watchpoint): Use with_test_prefix.
14745 (top level): Factor out tests to ...
14746 (test_watch_location, test_regular_watch): ... these new
14747 procedures, and use with_test_prefix and gdb_continue_to_end.
14748
bb9d5f81
PP
147492014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14750
14751 PR breakpoints/12526
14752 * gdb.base/watch-bitfields.exp: New file.
14753 * gdb.base/watch-bitfields.c: New file.
14754
635856f5
PA
147552014-09-16 Pedro Alves <palves@redhat.com>
14756
14757 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14758 software and hardware addresses, not software address against
14759 itself.
14760
7280ceea
PA
147612014-09-16 Pedro Alves <palves@redhat.com>
14762
14763 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14764 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14765
428b16bd
PA
147662014-09-16 Pedro Alves <palves@redhat.com>
14767
14768 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14769 files.
14770 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14771 "*-*-vxworks*" throughout.
14772 * gdb.base/break.exp: Likewise.
14773 * gdb.base/default.exp: Likewise.
14774 * gdb.base/scope.exp: Likewise.
14775 * gdb.base/sepdebug.exp: Likewise.
14776 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14777 throughout.
14778 * gdb.base/run.c: Likewise.
14779 * gdb.base/sepdebug.c: Likewise.
14780 * gdb.hp/gdb.aCC/run.c: Likewise.
14781 * gdb.reverse/until-reverse.c: Likewise.
14782 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14783
666d413c
YQ
147842014-09-16 Yao Qi <yao@codesourcery.com>
14785
14786 * boards/local-remote-host-native.exp: New file.
14787
57cbd724
DE
147882014-09-14 Doug Evans <xdje42@gmail.com>
14789
14790 * gdb.threads/queue-signal.c (thread_count): New variable.
14791 (thread_count_mutex, thread_count_condvar): New variables.
14792 (incr_thread_count, wait_all_threads_running): New functions.
14793 (main): Wait for all threads to be in their thread functions.
14794
81219e53
DE
147952014-09-13 Doug Evans <xdje42@gmail.com>
14796
14797 * gdb.threads/queue-signal.c: New file.
14798 * gdb.threads/queue-signal.exp: New file.
14799
3714cea7
DE
148002014-09-13 Doug Evans <xdje42@gmail.com>
14801
14802 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14803 be consistent with what default_gdb_init uses.
14804 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14805 the plain text of the prompt. Add some logging printfs.
14806 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14807
fa43b1d7
PA
148082014-09-12 Pedro Alves <palves@redhat.com>
14809
14810 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14811 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14812 * gdb.arch/i386-size-overlap.exp: Likewise.
14813 * gdb.arch/i386-size.exp: Likewise.
14814 * gdb.arch/i386-unwind.exp: Likewise.
14815 * gdb.base/a2-run.exp: Likewise.
14816 * gdb.base/break.exp: Likewise.
14817 * gdb.base/charset.exp: Likewise.
14818 * gdb.base/chng-syms.exp: Likewise.
14819 * gdb.base/commands.exp: Likewise.
14820 * gdb.base/dbx.exp: Likewise.
14821 * gdb.base/find.exp: Likewise.
14822 * gdb.base/funcargs.exp: Likewise.
14823 * gdb.base/jit-simple.exp: Likewise.
14824 * gdb.base/reread.exp: Likewise.
14825 * gdb.base/sepdebug.exp: Likewise.
14826 * gdb.base/step-bt.exp: Likewise.
14827 * gdb.cp/mb-inline.exp: Likewise.
14828 * gdb.cp/mb-templates.exp: Likewise.
14829 * gdb.objc/basicclass.exp: Likewise.
14830 * gdb.threads/killed.exp: Likewise.
14831
9d9bf2df
EBM
148322014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14833
14834 PR tdep/17379
14835 * gdb.arch/powerpc-stackless.S: New file.
14836 * gdb.arch/powerpc-stackless.exp: New file.
14837
1cf2f1b0
JK
148382014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14839
14840 * gdb.base/attach.c: Include unistd.h.
14841 (main): Call alarm. Add label postloop.
14842 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14843 gdb_breakpoint, gdb_continue_to_breakpoint.
14844 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14845
98880d46
PA
148462014-09-11 Pedro Alves <palves@redhat.com>
14847
14848 PR gdb/17347
14849 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14850 * gdb.base/attach.exp (test_command_line_attach_run): New
14851 procedure.
14852 (top level): Call it.
14853
4c92ff2c
PA
148542014-09-11 Pedro Alves <palves@redhat.com>
14855
14856 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14857 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14858 (do_command_attach_tests): Use spawn_wait_for_attach.
14859 * gdb.base/solib-overlap.exp: Likewise.
14860 * gdb.multi/multi-attach.exp: Likewise.
14861 * gdb.python/py-prompt.exp: Likewise.
14862 * gdb.python/py-sync-interp.exp: Likewise.
14863 * gdb.server/ext-attach.exp: Likewise.
14864
3adc1a7d
GKB
148652014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14866
14867 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14868 command in testcase. Simplify testcase.
14869
96334934
JB
148702014-09-10 Joel Brobecker <brobecker@adacore.com>
14871
14872 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14873
eb479039
JB
148742014-09-10 Joel Brobecker <brobecker@adacore.com>
14875
14876 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14877
deede10c
JB
148782014-09-10 Joel Brobecker <brobecker@adacore.com>
14879
14880 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14881
7828a5f5
JB
148822014-09-10 Joel Brobecker <brobecker@adacore.com>
14883
14884 * gdb.dwarf2/dynarr-ptr.c: New file.
14885 * gdb.dwarf2/dynarr-ptr.exp: New file.
14886
33aeebcf
MR
148872014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14888
14889 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14890 of 30 rather than hardcoding 120 for a slow test case. Take the
14891 `gdb,timeout' target setting into account for this calculation.
14892 Don't extend the timeout for the test cases that don't need it.
14893
7b415901
MR
148942014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14895
14896 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14897 a factor of 2 for a slow test case. Take the `gdb,timeout'
14898 target setting into account for this calculation.
14899 * gdb.reverse/until-precsave.exp: Increase the timeout by
14900 a factor of 15 and 3 respectively rather than adding 120
14901 for a pair of slow test cases. Take the `gdb,timeout'
14902 target setting into account for this calculation.
14903
4a40f85a
MR
149042014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14905
14906 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14907 timeout, don't pass one down to gdb_expect.
14908 (gdb_expect): Rework timeout selection.
14909
09635af7
MR
149102014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14911
14912 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14913 exception on timeout.
14914 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14915 (gdbserver_start_extended): Catch any `gdbserver_start' error
14916 exceptions.
14917 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14918 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14919 `gdbserver_gdb_load' error exceptions.
14920
2bdd10b7
MR
149212014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14922
14923 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14924 120 on waiting for the TCP socket to open.
14925
316935f0
DE
149262014-09-09 Doug Evans <xdje42@gmail.com>
14927
14928 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14929 _caller_matches, _any_caller_is, _any_caller_matches.
14930
83740597
DE
149312014-09-09 Doug Evans <xdje42@gmail.com>
14932
14933 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14934
4c122fc3
YQ
149352014-09-09 Yao Qi <yao@codesourcery.com>
14936
14937 * gdb.mi/mi-var-display.exp: Set print symbol off.
14938
a9f116cb
GKB
149392014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14940
14941 PR gdb/17035
14942 * gdb.base/commands.exp: Add tests to verify user-defined
14943 commands with empty bodies.
14944 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14945 python commands in `show user command`.
14946 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14947 scheme commands in `show user command`.
14948
c75bd3a2
JK
149492014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14950
14951 PR python/17355
14952 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14953 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14954 * gdb.python/py-framefilter-invalidarg.exp: New file.
14955 * gdb.python/py-framefilter-invalidarg.py: New file.
14956
faa42425
DE
149572014-09-06 Doug Evans <xdje42@gmail.com>
14958
14959 PR 15276
14960 * gdb.python/py-caller-is.c: New file.
14961 * gdb.python/py-caller-is.exp: New file.
14962
474ca4f6
SDJ
149632014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14964
14965 PR gdb/17235
14966 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14967 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14968
eb0b0463
SDJ
149692014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14970
14971 PR fortran/17237
14972 * gdb.fortran/print-formatted.exp: New file.
14973 * gdb.fortran/print-formatted.f90: Likewise.
14974
5f3b99cf
SS
149752014-09-03 Sasha Smundak <asmundak@google.com>
14976
14977 * gdb.python/py-frame.exp: Test Frame.read_register.
14978
7d793aa9
SDJ
149792014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14980
14981 PR python/16699
14982 * gdb.python/py-completion.exp: New file.
14983 * gdb.python/py-completion.py: Likewise.
14984
fb0576e9
DE
149852014-08-28 Doug Evans <dje@google.com>
14986
14987 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14988 eax,etc. are live with values set by gdb and thus the compiler can't
14989 use them.
14990 * gdb.arch/i386-pseudo.c (main): Ditto.
14991
ee92b0dd
DE
149922014-08-27 Doug Evans <dje@google.com>
14993
14994 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14995
6649db35
DE
149962014-08-25 Doug Evans <dje@google.com>
14997
14998 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14999 (main): Ditto.
15000
564b7600
DE
150012014-08-25 Doug Evans <dje@google.com>
15002
15003 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15004
3881fb67
YQ
150052014-08-24 Yao Qi <yao@codesourcery.com>
15006
15007 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15008 symbol off.
15009 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15010
a05a36a5
DE
150112014-08-22 Doug Evans <dje@google.com>
15012
15013 PR 17276
15014 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15015 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15016 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15017
7c343b48
YQ
150182014-08-22 Yao Qi <yao@codesourcery.com>
15019
15020 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15021 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15022 * gdb.python/python.exp: Likewise. Use .py file on the host
15023 instead of the build.
15024
22fd09ae
JK
150252014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15026
15027 * gdb.threads/gcore-stale-thread.c: New file.
15028 * gdb.threads/gcore-stale-thread.exp: New file.
15029
a8454a7c
PA
150302014-08-21 Pedro Alves <palves@redhat.com>
15031
15032 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15033 * gdb.base/gcore-relro-pie.exp: Likewise.
15034 * gdb.base/gcore-relro.exp: Likewise.
15035 * gdb.base/gcore.exp: Likewise.
15036 * gdb.base/print-symbol-loading.exp: Likewise.
15037 * gdb.threads/gcore-thread.exp: Likewise.
15038 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15039
2a31c623
PA
150402014-08-20 Pedro Alves <palves@redhat.com>
15041 Jan Kratochvil <jan.kratochvil@redhat.com>
15042
15043 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15044 configure.
15045 (EXPECT): Handle READ1 being set.
15046 (all): Depend on EXTRA_RULES.
15047 (check-read1, expect-read1, read1.so, read1): New rules.
15048 * README (Testsuite Parameters): Document the READ1 make variable.
15049 (Race detection): New section.
15050 * configure: Regenerate.
15051 * configure.ac: If build==host==target, and running under a
15052 GNU/glibc system, add read1 to the extra Makefile rules.
15053 (EXTRA_RULES): AC_SUBST it.
15054 * lib/read1.c: New file.
15055
d36430db
JB
150562014-08-20 Joel Brobecker <brobecker@adacore.com>
15057
15058 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15059 the handling of variables declared as a typedef to an array
15060 which a DW_AT_data_location attribute.
15061
9a0dc9e3
PA
150622014-08-19 Andrew Burgess <aburgess@broadcom.com>
15063 Pedro Alves <palves@redhat.com>
15064
15065 PR symtab/14604
15066 PR symtab/14605
15067 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15068 gdb_test.
15069
0718a8da
PA
150702014-08-19 Pedro Alves <palves@redhat.com>
15071
15072 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15073
13b448cd
YQ
150742014-08-19 Yao Qi <yao@codesourcery.com>
15075
15076 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15077 right line.
15078
1cbf5077
DB
150792014-08-18 David Blaikie <dblaikie@gmail.com>
15080
15081 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15082
bf0fae19
JB
150832014-08-18 Joel Brobecker <brobecker@adacore.com>
15084
15085 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15086 attribute in array range.
15087
3c8c5dcc
JB
150882014-08-18 Joel Brobecker <brobecker@adacore.com>
15089
15090 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15091
e66d4446
SC
150922014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15093
15094 PR c++/17132
15095 * gdb.cp/pr17132.cc: New file.
15096 * gdb.cp/pr17132.exp: New file.
15097
940df408
SC
150982014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15099
15100 * gdb.python/py-xmethods.py (A_getarrayind)
15101 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15102 Use 'print' with function call syntax.
15103 (E_method_matcher.match): Fix tab vs space indentation mixup.
15104
ebcc6c3a
YQ
151052014-08-15 Yao Qi <yao@codesourcery.com>
15106
15107 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15108 false.
15109
775e0f04
YQ
151102014-08-15 Yao Qi <yao@codesourcery.com>
15111
15112 * gdb.cp/casts.exp: Set print symbol off.
15113 * gdb.cp/class2.exp: Likewise.
15114 * gdb.cp/overload.exp: Likewise.
15115 * gdb.cp/templates.exp: Likewise.
15116
d769e349
DE
151172014-08-11 Doug Evans <dje@google.com>
15118
15119 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15120 (test_load_shlib): Update.
15121
20c6f1e1
YQ
151222014-08-09 Yao Qi <yao@codesourcery.com>
15123
15124 * gdb.base/display.exp: Invoke is_address_zero_readable.
15125 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15126 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15127 * gdb.base/hbreak-unmapped.exp: Return if
15128 is_address_zero_readable returns true.
15129 * gdb.base/signest.exp: Likewise.
15130 * gdb.base/signull.exp: Likewise.
15131 * gdb.base/sigbpt.exp: Likewise.
15132 * gdb.guile/scm-disasm.exp: Do the test if
15133 is_address_zero_readable returns false.
15134 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15135 * gdb.python/py-arch.exp: Likewise.
15136 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15137 * lib/gdb.exp (is_address_zero_readable): New proc.
15138
5792e8e3
YQ
151392014-08-09 Yao Qi <yao@codesourcery.com>
15140
15141 PR testsuite/13443
15142 * gdb.mi/mi-var-display.exp: Make test messages unique.
15143
3cecbbbe
TT
151442014-08-04 Tom Tromey <tromey@redhat.com>
15145
15146 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15147 target 0".
15148
00b51ff5
TT
151492014-08-04 Tom Tromey <tromey@redhat.com>
15150
15151 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15152 "target_resume".
15153
6908c509
JB
151542014-08-01 Joel Brobecker <brobecker@adacore.com>
15155
15156 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15157 inner_vla_struct_object_size.
15158 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15159 as xfail.
15160
cc6563d2
PA
151612014-07-30 Pedro Alves <palves@redhat.com>
15162
15163 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15164 comment.
15165
7e09a223
YQ
151662014-07-29 Yao Qi <yao@codesourcery.com>
15167
15168 PR gdb/17206
15169 * gdb.base/until-nodebug.exp: New.
15170
7ebdbe92
DE
151712014-07-28 Doug Evans <xdje42@gmail.com>
15172
15173 PR guile/17203
15174 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15175 previously existing parameter, and previously ambiguously spelled
15176 parameter.
15177
fdb1adc6
WN
151782014-07-28 Will Newton <will.newton@linaro.org>
15179
15180 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15181
186fcde0
DE
151822014-07-26 Ludovic Courtès <ludo@gnu.org>
15183 Doug Evans <xdje42@gmail.com>
15184
15185 PR guile/17146
15186 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15187
70509625
PA
151882014-07-25 Pedro Alves <palves@redhat.com>
15189
15190 * gdb.threads/signal-command-handle-nopass.c: New file.
15191 * gdb.threads/signal-command-handle-nopass.exp: New file.
15192 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15193 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15194 * gdb.threads/signal-delivered-right-thread.c: New file.
15195 * gdb.threads/signal-delivered-right-thread.exp: New file.
15196
c3f814a1
PA
151972014-07-25 Pedro Alves <palves@redhat.com>
15198
15199 * gdb.base/double-prompt-target-event-error.exp
15200 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15201 match.
15202 (cancel_pagination_in_target_event): Rework double prompt
15203 detection.
15204 * gdb.base/paginate-after-ctrl-c-running.exp
15205 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15206 <return>' match.
15207 * gdb.base/paginate-bg-execution.exp
15208 (test_bg_execution_pagination_return)
15209 (test_bg_execution_pagination_cancel): Remove '-notransfer
15210 <return>' matches.
15211 * gdb.base/paginate-execution-startup.exp
15212 (test_fg_execution_pagination_return)
15213 (test_fg_execution_pagination_cancel): Remove '-notransfer
15214 <return>' matches.
15215 * gdb.base/paginate-inferior-exit.exp
15216 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15217 match.
15218 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15219 * lib/gdb.exp (pagination_prompt): Run text through
15220 string_to_regexp.
15221 (gdb_test_multiple): Match $pagination_prompt instead of
15222 "<return>".
15223 (string_to_regexp): Move to lib/gdb-utils.exp.
15224
e214cf6c
JK
152252014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15226
15227 * gdb.arch/amd64-entry-value-paramref.S: New file.
15228 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15229 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15230 * gdb.arch/amd64-optimout-repeat.S: New file.
15231 * gdb.arch/amd64-optimout-repeat.c: New file.
15232 * gdb.arch/amd64-optimout-repeat.exp: New file.
15233
17d0c5c8
JK
152342014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15235
15236 PR gdb/17170
15237 * gdb.base/statistics.exp: New file.
15238
b8b8facf
DE
152392014-07-17 Doug Evans <dje@google.com>
15240
74b49205 15241 PR gdb/17170
b8b8facf
DE
15242 * gdb.base/maint.exp: Update testing of per-command stats.
15243
1b5d0ab3
PA
152442014-07-16 Pedro Alves <palves@redhat.com>
15245
15246 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15247 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15248 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15249 (tfile_write_buf): New functions.
15250 (add_memory_block): Rewrite using the above.
15251 (adjust_function_address): New function.
15252 (FUNCTION_ADDRESS): New macro.
15253 (write_basic_trace_file): Remove short_x local, and use
15254 tfile_write_16. Change type of func_addr local to unsigned long
15255 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15256 here. Cast argument of add_memory_block to char pointer.
15257 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15258 (main): Remove parameters.
15259 * gdb.trace/tfile.exp: Remove nowarnings.
15260
4d974e88
SM
152612014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15262
15263 * gdb.base/debug-expr.exp: Test string evaluation with
15264 "debug expression" on.
15265
41e99568
PA
152662014-07-15 Pedro Alves <palves@redhat.com>
15267
15268 * gdb.base/reread.exp: Use clean_restart.
15269
487d9753
PL
152702014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15271
15272 * gdb.arch/avr-flash-qualifer.c: New.
15273 * gdb.arch/avr-flash-qualifer.exp: New.
15274
cc1c52ad
PA
152752014-07-14 Pedro Alves <palves@redhat.com>
15276
15277 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15278 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15279
1e973570
PA
152802014-07-14 Pedro Alves <palves@redhat.com>
15281
15282 * gdb.base/double-prompt-target-event-error.c: New file.
15283 * gdb.base/double-prompt-target-event-error.exp: New file.
15284
93d6eb10
PA
152852014-07-14 Pedro Alves <palves@redhat.com>
15286
15287 PR gdb/17072
15288 * gdb.base/paginate-inferior-exit.c: New file.
15289 * gdb.base/paginate-inferior-exit.exp: New file.
15290
0017922d
PA
152912014-07-14 Pedro Alves <palves@redhat.com>
15292
15293 PR gdb/17072
15294 * gdb.base/paginate-bg-execution.c: New file.
15295 * gdb.base/paginate-bg-execution.exp: New file.
15296
94696ad3
PA
152972014-07-14 Pedro Alves <palves@redhat.com>
15298
15299 PR gdb/17072
15300 * gdb.base/paginate-execution-startup.c: New file.
15301 * gdb.base/paginate-execution-startup.exp: New file.
15302 * lib/gdb.exp (pagination_prompt): New global.
15303 (default_gdb_spawn): New procedure, factored out from
15304 default_gdb_spawn.
15305 (default_gdb_start): Adjust to call default_gdb_spawn.
15306 (gdb_spawn): New procedure.
15307
bd293940
PA
153082014-07-14 Pedro Alves <palves@redhat.com>
15309
15310 * lib/gdb.exp (gdb_assert): New procedure.
15311 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15312
c933f875
PA
153132014-07-14 Pedro Alves <palves@redhat.com>
15314
15315 * gdb.base/execution-termios.c: New file.
15316 * gdb.base/execution-termios.exp: New file.
15317
d98b7a16
TT
153182014-07-14 Tom Tromey <tromey@redhat.com>
15319
15320 * gdb.cp/vla-cxx.cc: New file.
15321 * gdb.cp/vla-cxx.exp: New file.
15322
548740d6
TT
153232014-07-14 Tom Tromey <tromey@redhat.com>
15324
15325 * gdb.reverse/rerun-prec.c: New file.
15326 * gdb.reverse/rerun-prec.exp: New file.
15327
a25eb028
MR
153282014-07-12 Maciej W. Rozycki <macro@mips.com>
15329 Maciej W. Rozycki <macro@codesourcery.com>
15330
15331 * lib/gdb-utils.exp: New file.
15332 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15333 inline `gdb_init_command' processing.
15334 (gdb_start_cmd): Likewise.
15335 * lib/mi-support.exp (mi_run_cmd): Likewise.
15336 * README: Document `gdb_init_command' and `gdb_init_commands'.
15337
218c2655
JK
153382014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15339
15340 Fix false FAIL running under a very long directory name.
15341 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15342 and "set print elements 10000". Twice.
15343
5401fde3
YQ
153442014-07-11 Yao Qi <yao@codesourcery.com>
15345
15346 * gdb.base/exprs.exp: "set print symbol off".
15347
e76126e8
PA
153482014-07-11 Pedro Alves <palves@redhat.com>
15349
15350 * gdb.threads/kill.c: New file.
15351 * gdb.threads/kill.exp: New file.
15352
2d6f0de6
YQ
153532014-07-10 Yao Qi <yao@codesourcery.com>
15354
15355 * gdb.trace/tfile.c (write_basic_trace_file)
15356 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15357 address written to trace file.
15358
7180e04a
PA
153592014-07-09 Pedro Alves <palves@redhat.com>
15360
15361 * gdb.base/attach-wait-input.exp: New file.
15362 * gdb.base/attach-wait-input.c: New file.
15363
9a9a7608
AB
153642014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15365
15366 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15367 setting up test structures.
15368 (main): Call new test function.
15369 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15370 test function, continue into test function and walk test
15371 structures.
15372
161ac41e
YQ
153732014-07-02 Yao Qi <yao@codesourcery.com>
15374
15375 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15376 'bar_start' at the beginning of functions 'foo' and 'bar'
15377 respectively.
15378 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15379 instead of 'foo' and 'bar'.
15380
1f267ae3
MM
153812014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15382
15383 * gdb.btrace/segv.exp: New.
15384 * gdb.btrace/segv.c: New.
15385
2b239efb
LM
153862014-07-02 Luis Machado <lgustavo@codesourcery.com>
15387
15388 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15389 instruction.
15390
cf363f18
MW
153912014-06-30 Mark Wielaard <mjw@redhat.com>
15392
15393 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15394 vulture, vilify, villar): New volatile array constants.
15395 (vindictive, vegetation): New const volatile array constants.
15396 * gdb.base/volatile.exp: Test volatile and const volatile array
15397 types.
15398
aebf9d24
AA
153992014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15400
15401 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15402 target lacks support for awatch, rwatch, or hbreak.
15403
b67a2c6f
YQ
154042014-06-27 Yao Qi <yao@codesourcery.com>
15405
15406 * gdb.multi/dummy-frame-restore.exp: New.
15407 * gdb.multi/dummy-frame-restore.c: New.
15408
aef92902
MM
154092014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15410
15411 * gdb.btrace/gcore.exp: New.
15412
8e9db26e
PA
154132014-06-23 Pedro Alves <palves@redhat.com>
15414
15415 * gdb.base/watchpoint-reuse-slot.c: New file.
15416 * gdb.base/watchpoint-reuse-slot.exp: New file.
15417
70afc5b7
SC
154182014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15419
15420 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15421 progspace's filename in 'info', 'enable' and 'disable' command
15422 tests.
15423
b972bd9c
JK
154242014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15425
15426 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15427 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15428 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15429
125f8a3d
GB
154302014-06-20 Gary Benson <gbenson@redhat.com>
15431
15432 * gdb.arch/i386-avx.exp: Fix include file location.
15433 * gdb.arch/i386-sse.exp: Likewise.
15434
3ed9baed
IB
154352014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15436
15437 * gdb.dlang/expression.exp: New file.
15438
034f788c
PA
154392014-06-19 Pedro Alves <palves@redhat.com>
15440
15441 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15442 out from ...
15443 (top level): ... here. Iterate running tests under different
15444 scheduler-locking settings.
15445
45371d0c
LM
154462014-06-18 Luis Machado <lgustavo@codesourcery.com>
15447
15448 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15449 to DW_FORM_addr and use non-zero addresses.
15450
5d376983
SC
154512014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15452
15453 PR gdb/17017
15454 * gdb.python/py-xmethods.cc: Add global function call counters and
15455 increment them in their respective functions. Remove "cout"
15456 statements.
15457 * gdb.python/py-xmethods.exp: Make tests check the global function
15458 call counters instead of depending on inferior IO.
15459
a1aa2221
LM
154602014-06-18 Don Breazeal <donb@codesourcery.com>
15461
15462 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15463 Deleted procedure.
15464 (explicit_fork_parent_follow): Deleted procedure.
15465 (explicit_fork_child_follow): Deleted procedure.
15466 (test_follow_fork): New procedure.
15467 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 15468 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
15469 procedure calls.
15470
0fc05997
YQ
154712014-06-17 Yao Qi <yao@codesourcery.com>
15472
15473 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15474 CP1252.
15475
70795c52
LM
154762014-06-17 Luis Machado <lgustavo@codesourcery.com>
15477
15478 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15479 Initialize ptr and S explicitly.
15480 (skip_type_update_when_not_use_rtti_test): Likewise.
15481
6be47f0c
KS
154822014-06-16 Keith Seitz <keiths@redhat.com>
15483
15484 PR mi/15863
15485 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15486 the inferior is started.
15487
d03de421
PA
154882014-06-16 Pedro Alves <palves@redhat.com>
15489
15490 * gdb.base/break-main-file-remove-fail.c: New file.
15491 * gdb.base/break-main-file-remove-fail.exp: New file.
15492 * gdb.base/break-unload-file.exp: Use build_executable instead of
15493 prepare_for_testing.
15494 (test_break): New parameter "initial_load". Handle it.
15495 (top level): Add initial_load cmdline/file axis.
15496
f9579b99
TT
154972014-06-12 Tom Tromey <tromey@redhat.com>
15498
15499 * gdb.base/completion.exp: Don't use directory name in test.
15500
3657956b
GB
155012014-06-09 Gary Benson <gbenson@redhat.com>
15502
15503 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15504 separate the always-available ANSI-standard signals from the
15505 signals that require checking.
15506 (main): Likewise.
15507 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15508 Likewise.
15509 (main): Likewise.
15510
4186eb54
KS
155112014-06-07 Keith Seitz <keiths@redhat.com>
15512
15513 Revert:
15514 PR c++/16253
15515 * gdb.cp/var-tag.cc: New file.
15516 * gdb.cp/var-tag.exp: New file.
15517 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15518 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15519 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15520 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15521
25326a28 155222014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
15523
15524 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15525
829155c9
PA
155262014-06-06 Pedro Alves <palves@redhat.com>
15527
15528 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15529 in target debug output instead of looking at RSP packets,
15530 disabling the test on any target that uses hardware stepping.
15531 Update comments.
15532
61c8d22e
PA
155332014-06-06 Pedro Alves <palves@redhat.com>
15534
15535 * gdb.base/break-unload-file.exp: Fix typo.
15536
d9a47287
YQ
155372014-06-06 Yao Qi <yao@codesourcery.com>
15538
15539 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15540 from "jit_function" to "^jit_function".
15541
e5e01dbf
YQ
155422014-06-06 Yao Qi <yao@codesourcery.com>
15543
15544 * gdb.base/async.c (foo): Add one statement.
15545 * gdb.base/async.exp: Get the next instruction address and
15546 match the output of "nexti" by instruction address. Match
15547 the hex address in the output of "finish".
15548
73ba372c
GB
155492014-06-06 Gary Benson <gbenson@redhat.com>
15550
15551 * gdb.base/call-signals.c: Remove preprocessor conditionals
15552 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15553 SIGSEGV and SIGTERM.
15554 * gdb.base/sigall.c: Likewise.
15555 * gdb.base/unwindonsignal.c: Likewise.
15556 * gdb.reverse/sigall-reverse.c: Likewise.
15557
831517df
YQ
155582014-06-06 Yao Qi <yao@codesourcery.com>
15559
15560 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15561 readable, skip the test.
15562
b8b91e98
YQ
155632014-06-06 Yao Qi <yao@codesourcery.com>
15564
15565 * gdb.threads/staticthreads.c (thread_function): Move the line
15566 setting breakpoint on forward.
15567 * gdb.threads/staticthreads.exp: Update comments.
15568
fb934770
LC
155692014-06-05 Ludovic Courtès <ludo@gnu.org>
15570
15571 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15572 "history-append! type error".
15573
6ef284bd
SM
155742014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15575
15576 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15577 erroneous dprintf expected input.
15578
a872e241
DE
155792014-06-04 Doug Evans <xdje42@gmail.com>
15580
15581 * gdb.guile/scm-generics.exp: Delete.
15582
16f691fb
DE
155832014-06-04 Doug Evans <xdje42@gmail.com>
15584
15585 * gdb.guile/scm-breakpoint.exp: Update.
15586 Add tests for breakpoint registration.
15587
012370f6
TT
155882014-06-04 Tom Tromey <tromey@redhat.com>
15589
15590 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15591 VLA-in-union.
15592 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15593 inner_vla_struct, vla_union types. Initialize objects of those
15594 types and compute their sizes.
15595
9f5a4cef
HZ
155962014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15597 Hui Zhu <hui@codesourcery.com>
15598
15599 * gdb.base/fileio.exp: Add test for shell not available as well as
15600 available.
15601 * gdb.base/fileio.c (test_system): Check for shell twice.
15602
90a45c4d
YQ
156032014-06-04 Yao Qi <yao@codesourcery.com>
15604
15605 * gdb.base/auto-connect-native-target.exp: Remove redundant
15606 space from the regexp pattern.
15607
70017e41
YQ
156082014-06-04 Yao Qi <yao@codesourcery.com>
15609
15610 * gdb.base/default.exp: Replace "child" with "native" in
15611 regexp pattern.
15612
883964a7
SC
156132014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15614
15615 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15616 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15617 * gdb.python/py-xmethods.py: Python script supporting the
15618 new testcase and tests.
15619
ef370185
JB
156202014-06-03 Joel Brobecker <brobecker@adacore.com>
15621 Pedro Alves <palves@redhat.com>
15622
15623 PR breakpoints/17000
15624 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15625 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15626
1e2ccb61
BM
156272014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15628
15629 * gdb.base/subst.exp: Add tests to verify partial path matching
15630 output.
15631
c6ec5ab2
PA
156322014-06-03 Pedro Alves <palves@redhat.com>
15633
15634 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15635 target that doesn't use software single-stepping.
15636
835c559f
PA
156372014-06-03 Pedro Alves <palves@redhat.com>
15638
15639 PR breakpoints/17000
15640 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15641 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15642
06eb1586
DE
156432014-06-02 Doug Evans <xdje42@gmail.com>
15644
15645 * gdb.guile/scm-parameter.exp: New file.
15646
e698b8c4
DE
156472014-06-02 Doug Evans <xdje42@gmail.com>
15648
15649 * gdb.guile/scm-cmd.c: New file.
15650 * gdb.guile/scm-cmd.exp: New file.
15651
ded03782
DE
156522014-06-02 Doug Evans <xdje42@gmail.com>
15653
15654 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15655 pretty-printer lookup.
15656 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15657 (make-pp_s-printer): Call it.
15658 (make-pretty-printer-from-dict): New function.
15659 (lookup-pretty-printer-maker-from-dict): New function.
15660 (*pretty-printer*): Simplify.
15661 (make-objfile-pp_s-printer): New function.
15662 (install-objfile-pretty-printers!): New function.
15663 (make-progspace-pp_s-printer): New function.
15664 (install-progspace-pretty-printers!): New function.
15665 * gdb.guile/scm-progspace.c: New file.
15666 * gdb.guile/scm-progspace.exp: New file.
15667
41fac0cf
PA
156682014-06-02 Pedro Alves <palves@redhat.com>
15669
15670 * gdb.base/dprintf-bp-same-addr.c: New file.
15671 * gdb.base/dprintf-bp-same-addr.exp: New file.
15672
96ae5695
EBM
156732014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15674
15675 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15676 * gdb.arch/powerpc-power.s: Likewise.
15677
da02b3a8
JB
156782014-06-02 Joel Brobecker <brobecker@adacore.com>
15679
15680 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15681
c72b2e7b
YQ
156822014-06-01 Yao Qi <yao@codesourcery.com>
15683
15684 * gdb.base/watchpoint.exp (test_watch_location): Check null
15685 pointer can be dereferenced. If not, do the test, otherwise
15686 skip it.
15687
53e8a631
AB
156882014-05-30 Andrew Burgess <aburgess@broadcom.com>
15689
15690 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15691 results.
15692 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15693
938f0e2f
AB
156942014-05-30 Andrew Burgess <aburgess@broadcom.com>
15695
15696 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15697 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15698 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15699 * gdb.arch/amd64-invalid-stack-top.c: New file.
15700 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15701
9ba6657a
PA
157022014-05-30 Pedro Alves <palves@redhat.com>
15703
15704 PR breakpoints/17000
15705 * gdb.base/sss-bp-on-user-bp.c: New file.
15706 * gdb.base/sss-bp-on-user-bp.exp: New file.
15707
522c09bf
DB
157082014-05-30 David Blaikie <dblaikie@gmail.com>
15709
15710 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15711 gnu_inline semantics via attribute.
15712 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15713 source explicitly specifies the required semantics.
15714
bf4ef81e
MR
157152014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15716
15717 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15718
329ea579
PA
157192014-05-29 Pedro Alves <palves@redhat.com>
15720 Tom Tromey <tromey@redhat.com>
15721
15722 * gdb.base/async-shell.exp: Don't enable target-async.
15723 * gdb.base/async.exp
15724 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15725 parameter. Adjust.
15726 (top level): Don't test with "target-async".
15727 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15728 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15729 * gdb.base/inferior-died.exp: Don't enable target-async.
15730 * gdb.base/interrupt-noterm.exp: Likewise.
15731 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15732 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15733 * gdb.mi/mi-nonstop.exp: Likewise.
15734 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15735 * gdb.mi/mi-nsintrall.exp: Likewise.
15736 * gdb.mi/mi-nsmoribund.exp: Likewise.
15737 * gdb.mi/mi-nsthrexec.exp: Likewise.
15738 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15739 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15740 * gdb.python/py-evsignal.exp: Don't enable target-async.
15741 * gdb.python/py-evthreads.exp: Likewise.
15742 * gdb.python/py-prompt.exp: Likewise.
15743 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15744 * gdb.server/solib-list.exp: Don't enable target-async.
15745 * gdb.threads/thread-specific-bp.exp: Likewise.
15746 * lib/mi-support.exp: Adjust to use mi-async.
15747
fd664c91
PA
157482014-05-29 Pedro Alves <palves@redhat.com>
15749
15750 PR gdb/13860
15751 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15752 reason, even in sync mode.
15753
251bde03
PA
157542014-05-29 Pedro Alves <palves@redhat.com>
15755 Hui Zhu <hui@codesourcery.com>
15756
15757 PR PR15693
15758 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15759 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15760 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15761 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15762
7f3c0343
JB
157632014-05-28 Joel Brobecker <brobecker@adacore.com>
15764
15765 * config/monitor.exp (gdb_target_monitor): Replace use of
15766 "set remotebaud" by "set serial baud".
15767
b2715b27
AW
157682014-05-26 Andy Wingo <wingo@igalia.com>
15769
15770 * gdb.guile/scm-breakpoint.exp:
15771 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15772 properties instead of gdb-object-properties.
15773
498a4489
YQ
157742014-05-26 Yao Qi <yao@codesourcery.com>
15775
15776 * gdb.server/no-thread-db.exp: Specify source file name
15777 explicitly when setting a breakpoint.
15778
589fdceb
MM
157792014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15780
15781 * gdb.btrace/vdso.c: New.
15782 * gdb.btrace/vdso.exp: New.
15783
e9089e05
MM
157842014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15785
15786 * gdb.base/gcore.exp (capture_command_output): Move ...
15787 * lib/gdb.exp (capture_command_output): ... here.
15788
67b5c0c1
MM
157892014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15790
15791 * gdb.btrace/data.exp: Test memory access during btrace replay.
15792
a2199296
SM
157932014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15794
15795 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15796
17b2616c
PA
157972014-05-21 Pedro Alves <palves@redhat.com>
15798
15799 PR gdb/13860
15800 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15801 (top level): Test that output related to execution commands is
15802 sent to the console with CLI commands, but not with MI commands.
15803 Test that breakpoint events are always mirrored to the console.
15804 Also expect the new source line to be output after a "next" in
15805 async mode too. Make it a pass/fail test.
15806 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15807 output.
15808 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15809
5166082f
PA
158102014-05-21 Pedro Alves <palves@redhat.com>
15811
15812 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15813 Use them to test variations of "list" after reaching a breakpoint.
15814 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15815 Test "list" with listsize 10 after reaching a breakpoint.
15816 * gdb.python/python.exp (decode_line current location line
15817 number): Adjust expected line number.
15818
2f25d70f
SM
158192014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15820
15821 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15822 behavior for $args, pass it directly to "run".
15823
ff604a67
MR
158242014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15825
15826 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15827 30000 to 65536.
15828
6a3cb8e8
PA
158292014-05-21 Pedro Alves <palves@redhat.com>
15830
15831 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15832 auto-connect-native-target off".
15833 * gdb.base/auto-connect-native-target.c: New file.
15834 * gdb.base/auto-connect-native-target.exp: New file.
15835
4ebfc96e
PA
158362014-05-21 Pedro Alves <palves@redhat.com>
15837
15838 * gdb.base/default.exp: Test "target native" instead of "target
15839 child".
15840
36d46afb
MW
158412014-05-21 Mark Wielaard <mjw@redhat.com>
15842
15843 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15844
5876f503
JK
158452014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15846
15847 Fix TLS access for -static -pthread.
15848 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15849 <HAVE_TLS> (thread_function, main): Initialize it.
15850 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15851 Add clean_restart.
15852 <$have_tls != "">: Check TLSVAR.
15853
0256a6ac
PA
158542014-05-21 Pedro Alves <palves@redhat.com>
15855
15856 * gdb.base/dcache-line-read-error.c: New.
15857 * gdb.base/dcache-line-read-error.exp: New.
15858
936d2992
PA
158592014-05-20 Pedro Alves <palves@redhat.com>
15860
15861 * gdb.base/compare-sections.c: New file.
15862 * gdb.base/compare-sections.exp: New file.
15863
802e8e6d
PA
158642014-05-20 Pedro Alves <palves@redhat.com>
15865
15866 * gdb.base/break-idempotent.c: New file.
15867 * gdb.base/break-idempotent.exp: New file.
15868
e59fa00f
MM
158692014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15870
15871 * gdb.btrace/nohist.exp: New.
15872
8b696e31
YQ
158732014-05-20 Yao Qi <yao@codesourcery.com>
15874
15875 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15876 gdb.reverse directory and gdb_reverse_timeout exists in board
15877 setting.
15878 * README: Document gdb_reverse_timeout.
15879
73c9764f
YQ
158802014-05-20 Yao Qi <yao@codesourcery.com>
15881
15882 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15883 'test_file_name'. Treat args as a string instead of a list.
15884 (gdb_init): Rename argument 'args' by 'test_file_name'.
15885
f1f4348a
JK
158862014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15887
15888 * gdb.arch/powerpc-power.exp: New file.
15889 * gdb.arch/powerpc-power.s: New file.
15890
0dbe70ce
DE
158912014-05-16 Doug Evans <dje@google.com>
15892
15893 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
15894 * gdb.base/completion.exp: Check that all expected files exist
15895 before doing file completion.
0dbe70ce 15896
8d551b02
DE
158972014-05-16 Doug Evans <dje@google.com>
15898
15899 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15900 Update.
15901 (do_syscall_tests_without_xml): Update.
15902
73eb7709
PA
159032014-05-16 Pedro Alves <palves@redhat.com>
15904
15905 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15906 instead of "unknown output after running".
15907
3fae92fc
YQ
159082014-05-16 Yao Qi <yao@codesourcery.com>
15909
15910 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15911 file1.txt from host at the end.
15912 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15913
c2b2ccc5
DE
159142014-05-15 Doug Evans <dje@google.com>
15915
15916 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15917 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15918 loading file. Add test for TU lookup.
15919
8c217a4b
SM
159202014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15921
15922 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15923 calling "-exec-arguments" or "set args" before running the
15924 inferior.
15925
3deb39c6
SM
159262014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15927
15928 * lib/mi-support.exp (mi_expect_stop): Expect message for
15929 inferiors that exit with non-zero exit code.
15930
71a79f8c
YQ
159312014-05-14 Yao Qi <yao@codesourcery.com>
15932
15933 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15934 match absolute path on remote host.
15935 (test_file_list_exec_source_files): Remove "/" from the
15936 pattern.
15937
f23fcd46
YQ
159382014-05-14 Yao Qi <yao@codesourcery.com>
15939
15940 * boards/local-remote-host-notty.exp (${board}_file): New
15941 proc.
15942
9404b58f
KM
159432014-05-07 Kyle McMartin <kyle@redhat.com>
15944
15945 Pushed by Joel Brobecker <brobecker@adacore.com>.
15946 * gdb.arch/aarch64-atomic-inst.c: New file.
15947 * gdb.arch/aarch64-atomic-inst.exp: New file.
15948
5e45f04c
YQ
159492014-05-07 Yao Qi <yao@codesourcery.com>
15950
15951 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15952 in current context" too.
15953
c888a17d
KS
159542014-05-05 Keith Seitz <keiths@redhat.com>
15955
15956 * gdb.linespec/ls-dollar.exp: Add test for linespec
15957 file:convenience_variable.
15958
290a839c
YQ
159592014-05-05 Yao Qi <yao@codesourcery.com>
15960
15961 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15962 traceframes into tfile and ctf trace files. Read data from
15963 trace file and test collected data.
15964 (gdb_collect_locals_test): Likewise.
15965 (gdb_unavailable_registers_test): Likewise.
15966 (gdb_unavailable_floats): Likewise.
15967 (gdb_collect_globals_test): Likewise.
15968 (top-level): Append "ctf" to trace_file_targets if GDB
15969 supports.
15970
b5262cd0
YQ
159712014-05-05 Yao Qi <yao@codesourcery.com>
15972
15973 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15974 code to ...
15975 (gdb_collect_args_test_1): ... it. New proc.
15976 (gdb_collect_locals_test): Move some code to ...
15977 (gdb_collect_locals_test_1): ... it. New proc.
15978 (gdb_unavailable_registers_test): Move some code to ...
15979 (gdb_unavailable_registers_test_1): ... it. New proc.
15980 (gdb_unavailable_floats): Move some code to ...
15981 (gdb_unavailable_floats_1): ... it. New proc.
15982
30a1e6cc
SDJ
159832014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15984
15985 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15986 probes to test for bitness recognition.
15987 * gdb.arch/amd64-stap-optional-prefix.exp
15988 (test_probe_value_without_reg): New procedure.
15989 Add code to test for different kinds of bitness.
15990
f33da99a
SDJ
159912014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15992
15993 PR breakpoints/16889
15994 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15995 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15996
5b80f00d
PA
159972014-05-01 Pedro Alves <palves@redhat.com>
15998
15999 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16000 gdb_file_cmd if no file is specified.
16001 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16002 last_loaded_file to set the remote exec-file.
16003
f8c2a73c
PA
160042014-05-01 Pedro Alves <palves@redhat.com>
16005
16006 * boards/local-remote-host.exp: New file.
16007
be6e8ac7
PA
160082014-05-01 Pedro Alves <palves@redhat.com>
16009
16010 * boards/local-remote-host.exp: Rename to ...
16011 * boards/local-remote-host-notty.exp: ... this.
16012
cac0dc8f
JB
160132014-04-28 Joel Brobecker <brobecker@adacore.com>
16014
16015 * gdb.ada/dyn_arrayidx: New testcase.
16016
9730e6cc
YQ
160172014-04-26 Yao Qi <yao@codesourcery.com>
16018
16019 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16020 and compute the length of function main. Save it in
16021 $main_length.
16022 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16023 (top-level): Use gdb_compile to compile objects into
16024 executable and restart GDB. Remove invocation to
16025 prepare_for_testing.
16026
7ae1a6a6
PA
160272014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16028 Pedro Alves <palves@redhat.com>
16029
16030 PR server/16255
16031 * gdb.multi/multi-attach.c: New file.
16032 * gdb.multi/multi-attach.exp: New file.
16033
4082afcc
PA
160342014-04-25 Pedro Alves <palves@redhat.com>
16035
16036 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16037 user.
16038 (top level): Test that "set remote conditional-breakpoints-packet
16039 off" works as intended.
16040 * gdb.base/dprintf.exp: Test that "set remote
16041 breakpoint-commands-packet off" works as intended.
16042 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16043 New function.
16044 (top level): Call it.
16045 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16046 remote fast-tracepoints-packet off" works as intended.
16047 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16048 * lib/gdb.exp (gdb_is_target_remote): ... here.
16049
2abc3f8d
DB
160502014-04-24 David Blaikie <dblaikie@gmail.com>
16051
16052 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16053 ensure clang would not discard them.
16054 * gdb.base/gdbvars.c: Ditto.
16055 * gdb.base/memattr.c: Ditto.
16056 * gdb.base/whatis.c: Ditto.
16057 * gdb.python/py-prettyprint.c: Ditto.
16058 * gdb.trace/actions.c: Ditto.
16059 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16060 ensure clang would not discard it.
16061
bfd39632
DB
160622014-04-24 David Blaikie <dblaikie@gmail.com>
16063
16064 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16065 clang to emit the full definition of type required by the test
16066 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16067
22842ff6
DB
160682014-04-24 David Blaikie <dblaikie@gmail.com>
16069
16070 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16071 coax Clang into emitting the definition of the type.
16072 * gdb.cp/pr10728-x.h (y): Ditto.
16073 * gdb.cp/pr10728-y.cc (y): Ditto.
16074
c2e827ad
DB
160752014-04-24 David Blaikie <dblaikie@gmail.com>
16076
16077 * gdb.base/label.exp: XFAIL label related tests under Clang.
16078 * gdb.cp/cplabel.exp: Ditto.
16079 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16080 under Clang those using labels.
16081
4c2d33e7
YQ
160822014-04-25 Yao Qi <yao@codesourcery.com>
16083
16084 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16085 double_label.
16086 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16087 partial_label and double_label.
16088
56083b99
DB
160892014-04-24 David Blaikie <dblaikie@gmail.com>
16090
16091 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16092
25d4e99d
DB
160932014-04-24 David Blaikie <dblaikie@gmail.com>
16094
16095 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16096 of the function to work across GCC and Clang.
16097 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16098 pointer types (const void ** const V void **).
16099
01f9f808
MS
161002014-04-24 Michael Sturm <michael.sturm@mintel.com>
16101 Walfred Tedeschi <walfred.tedeschi@intel.com>
16102
16103 * Makefile.in (EXECUTABLES): Added i386-avx512.
16104 * gdb.arch/i386-avx512.c: New file.
16105 * gdb.arch/i386-avx512.exp: Likewise.
16106
4b48d439
KS
161072014-04-23 Keith Seitz <keiths@redhat.com>
16108
16109 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16110 (mi_make_breakpoint_table): New procedure.
16111 (mi_create_breakpoint): Use mi_make_breakpoint
16112 and return the result.
16113 (mi_make_breakpoint): New procedure.
16114 (mi_build_kv_pairs): New procedure.
16115
16116 * gdb.mi/mi-break.exp: Remove unused globals,
16117 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16118 All callers updated.
16119 * gdb.mi/mi-dprintf.exp: Use variable to track command
16120 number.
16121 Update all callers of mi_create_breakpoint and use
16122 mi_make_breakpoint_table.
16123 Remove any unused global variables.
16124 * gdb.mi/mi-nonstop.exp: Likewise.
16125 * gdb.mi/mi-nsintrall.exp: Likewise.
16126 * gdb.mi/mi-nsmoribund.exp: Likewise.
16127 * gdb.mi/mi-nsthrexec.exp: Likewise.
16128 * gdb.mi/mi-reverse.exp: Likewise.
16129 * gdb.mi/mi-simplerun.exp: Likewise.
16130 * gdb.mi/mi-stepn.exp: Likewise.
16131 * gdb.mi/mi-syn-frame.exp: Likewise.
16132 * gdb.mi/mi-until.exp: Likewise.
16133 * gdb.mi/mi-var-cp.exp: Likewise.
16134 * gdb.mi/mi-var-display.exp: Likewise.
16135 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16136 * gdb.mi/mi2-var-child.exp: Likewise.
16137 * gdb.mi/mi-vla-c99.exp: Likewise.
16138 * lib/mi-support.exp: Likewise.
16139
16140 From Ian Lance Taylor <iant@cygnus.com>:
16141 * lib/gdb.exp (parse_args): New procedure.
16142
08351840
PA
161432014-04-23 Pedro Alves <palves@redhat.com>
16144
16145 * gdb.base/break-unload-file.c: New file.
16146 * gdb.base/break-unload-file.exp: New file.
16147 * gdb.base/sym-file-lib.c (baz): New function.
16148 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16149 field.
16150 (load): Store the segment's mapped size.
16151 (unload): New function.
16152 (unload_shlib): New function.
16153 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16154 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16155 set a breakpoint at baz, and call it.
16156 * gdb.base/sym-file.exp: New tests for stale breakpoint
16157 instructions.
16158
076855f9
PA
161592014-04-23 Pedro Alves <palves@redhat.com>
16160
16161 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16162 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16163 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16164 * gdb.base/hbreak-unmapped.c: New file.
16165 * gdb.base/hbreak-unmapped.exp: New file.
16166 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16167 * lib/gdb.exp (gdb_is_target_remote): ... here.
16168
483805cf
PA
161692014-04-22 Pedro Alves <palves@redhat.com>
16170
16171 * gdb.base/consecutive-step-over.c: New file.
16172 * gdb.base/consecutive-step-over.exp: New file.
16173
06d97543
PA
161742014-04-22 Pedro Alves <palves@redhat.com>
16175
16176 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16177 instead of send_gdb/gdb_expect.
16178
b4429ea2
YQ
161792014-04-22 Yao Qi <yao@codesourcery.com>
16180
16181 * lib/trace-support.exp (generate_tracefile): New procedure.
16182 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16183 return 0.
16184 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16185 if generate_tracefile returns 1.
16186
51d48146
PA
161872014-04-18 Tom Tromey <palves@redhat.com>
16188 Pedro alves <tromey@redhat.com>
16189
16190 PR backtrace/15558
16191 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16192 with a backtrace limit.
16193 * gdb.python/py-frame-inline.exp: Test running to an inline
16194 function with a backtrace limit, and printing the newest frame.
16195 * gdb.python/py-frame-inline.c (main): Call f.
16196
bd1dce5f
MS
161972014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16198
16199 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16200
40d1a503
MS
162012014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16202
16203 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16204 Drop prefix from unsupported source file path.
16205
389b98f7
YQ
162062014-04-17 Yao Qi <yao@codesourcery.com>
16207
16208 * lib/gdb.exp (with_target_charset): New proc.
16209 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16210 with_target_charset.
16211 (test_print_strings): Likewise.
16212 (test_repeat_bytes): Likewise.
16213 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16214 for some tests.
16215
22869d73
KS
162162014-04-16 Keith Seitz <keiths@redhat.com>
16217
16218 PR gdb/15827
16219 * gdb.dwarf2/corrupt.c: New file.
16220 * gdb.dwarf2/corrupt.exp: New file.
16221
c4f87ca6
KS
162222014-04-16 Keith Seitz <keiths@redhat.com>
16223
16224 PR c++/16597
16225 * gdb.cp/namelessclass.cc: New file.
16226 * gdb.cp/namelessclass.exp: New file.
16227 * gdb.cp/namelessclass.S: New file.
16228
ab19de87
DE
162292014-04-16 Doug Evans <dje@google.com>
16230
16231 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16232 Add comment.
16233 (gdbserver_default_get_comm_port): New function.
16234 (gdbserver_start): Check if board file provided
16235 "gdbserver,get_comm_port" and use it if so.
16236 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16237 (gdb,socketport): Set to "stdio".
16238 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16239 (stdio_gdbserver_template): Delete.
16240 (${board}_get_remote_address): Update.
16241 (${board}_build_remote_cmd): Delete.
16242 (${board}_get_comm_port): New function.
16243 (${board}_spawn): Update.
16244 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16245 Delete.
16246 (${board}_get_remote_address): Update.
16247 (${board}_get_comm_port): New function.
16248
fc98a809
AB
162492014-04-16 Andrew Burgess <aburgess@broadcom.com>
16250
16251 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16252 appearing in any order.
16253
87fd9e6e
DE
162542014-04-15 Doug Evans <dje@google.com>
16255
16256 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16257 uninitialized value of "description".
16258
099fc3ea
KS
162592014-04-15 Keith Seitz <keiths@redhat.com>
16260
16261 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16262 Remove unused globals.
16263 (test_running_the_program): Likewise.
16264 (test_controlled_execution): Likewise.
16265 (test_controlling_breakpoints): Likewise.
16266 (test_program_termination): Likewise.
16267
5da151d4
KS
162682014-04-15 Keith Seitz <keiths@redhat.com>
16269
16270 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16271 unused globals.
16272 (test_rbreak_creation_and_listing): Likewise.
16273 (test_ignore_count): Likewise.
16274 (test_error): Likewise.
16275
35e5d2f0
PA
162762014-04-15 Pedro Alves <palves@redhat.com>
16277
16278 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16279 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16280 sym-file-loader.c.
16281 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16282 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16283 to sym-file-loader.c.
16284 (struct library): Forward declare.
16285 (load_shlib, lookup_function): Change prototypes.
16286 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16287 (translate_offset): Remove declarations.
16288 (get_text_addr): New declaration.
16289 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16290 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16291 sym-file-loader.h.
16292 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16293 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16294 here from sym-file-loader.h.
16295 (struct library): New structure.
16296 (load_shlib, lookup_function): Change prototypes and adjust to
16297 work with a struct library.
16298 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16299 (translate_offset): Make static.
16300 (get_text_addr): New function.
16301 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16302
eb4c1710
PA
163032014-04-15 Pedro Alves <palves@redhat.com>
16304
16305 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16306
2d1baf52
PA
163072014-04-15 Pedro Alves <palves@redhat.com>
16308
16309 * gdb.base/sym-file-loader.c: Include <limits.h>.
16310 (SELF_LINK): New define.
16311 (get_origin): New function.
16312 (load_shlib): Use it.
16313 * gdb.base/sym-file.exp: Don't early return if the target is
16314 remote. Use runto_main, and issue fail is that fails. Use
16315 gdb_load_shlibs.
16316 (shlib_name): Delete.
16317 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16318
7dd6df01
PA
163192014-04-15 Pedro Alves <palves@redhat.com>
16320
16321 * gdb.base/sym-file.exp: Remove regex characters from test
16322 message. Don't refer to breakpoint numbers in test messages.
16323
b50c8614
KS
163242014-04-14 Keith Seitz <keiths@redhat.com>
16325
16326 PR c++/16253
16327 * gdb.cp/var-tag.cc: New file.
16328 * gdb.cp/var-tag.exp: New file.
16329 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16330 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16331 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16332 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16333
3d567982
TT
163342014-04-14 Tom Tromey <tromey@redhat.com>
16335
16336 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16337 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16338 type.
16339 * gdb.cp/enum-class.exp: New file.
16340 * gdb.cp/enum-class.cc: New file.
16341
0626fc76
TT
163422014-04-14 Tom Tromey <tromey@redhat.com>
16343
16344 * gdb.dwarf2/enum-type.exp: New file.
16345
dca325b3
SA
163462014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16347
16348 * gdb.mi/mi-vla-c99.exp: New file.
16349 * gdb.mi/vla.c: New file.
16350
5854b38a
SA
163512014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16352
16353 * gdb.base/vla-datatypes.c: New file.
16354 * gdb.base/vla-datatypes.exp: New file.
16355
463bb957
SA
163562014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16357
16358 * gdb.base/vla-ptr.c: New file.
16359 * gdb.base/vla-ptr.exp: New file.
16360
3dd170be
SA
163612014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16362
16363 * gdb.dwarf2/count.exp: New file.
16364
5ecaaa66
SA
163652014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16366
16367 * gdb.base/vla-sideeffect.c: New file.
16368 * gdb.base/vla-sideeffect.exp: New file.
16369
41f1ada5
DB
163702014-04-14 David Blaikie <dblaikie@gmail.com>
16371
16372 * gdb.mi/non-stop.c: Add return value for non-void function return
16373 statement.
16374 * gdb.threads/staticthreads.c: Ditto.
16375
0be03e84
DE
163762014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16377 Doug Evans <xdje42@gmail.com>
16378
16379 * gdb.guile/scm-value.c: Improve test case.
16380 * gdb.guile/scm-value.exp: Add new test.
16381
f180a1fb
DB
163822014-04-11 David Blaikie <dblaikie@gmail.com>
16383
16384 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16385 override Clang's default.
16386
6b662e19
JB
163872014-04-11 Joel Brobecker <brobecker@adacore.com>
16388
16389 Revert the following changes (regressions):
16390
16391 * gdb.base/vla-sideeffect.c: New file.
16392 * gdb.base/vla-sideeffect.exp: New file.
16393
16394 * gdb.dwarf2/count.exp: New file.
16395
16396 * gdb.base/vla-multi.c: New file.
16397 * gdb.base/vla-multi.exp: New file.
16398
16399 * gdb.base/vla-ptr.c: New file.
16400 * gdb.base/vla-ptr.exp: New file.
16401
16402 * gdb.base/vla-datatypes.c: New file.
16403 * gdb.base/vla-datatypes.exp: New file.
16404
16405 * gdb.mi/mi-vla-c99.exp: New file.
16406 * gdb.mi/vla.c: New file.
16407
245a5f0b
KS
164082014-04-11 Keith Seitz <keiths@redhat.com>
16409
16410 PR c++/16675
16411 * gdb.cp/cpsizeof.exp: New file.
16412 * gdb.cp/cpsizeof.cc: New file.
16413
58a84dcf
SA
164142014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16415
191a8a90
JB
16416 * gdb.mi/mi-vla-c99.exp: New file.
16417 * gdb.mi/vla.c: New file.
58a84dcf 16418
c8655f75
SA
164192014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16420
16421 * gdb.base/vla-datatypes.c: New file.
16422 * gdb.base/vla-datatypes.exp: New file.
16423
024e13b4
SA
164242014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16425
16426 * gdb.base/vla-ptr.c: New file.
16427 * gdb.base/vla-ptr.exp: New file.
16428
1a237e0e
SA
164292014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16430
16431 * gdb.base/vla-multi.c: New file.
16432 * gdb.base/vla-multi.exp: New file.
16433
504f3432
SA
164342014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16435
16436 * gdb.dwarf2/count.exp: New file.
16437
3bce8237
SA
164382014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16439
191a8a90
JB
16440 * gdb.base/vla-sideeffect.c: New file.
16441 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 16442
322f9c21
YQ
164432014-04-11 Yao Qi <yao@codesourcery.com>
16444
16445 * gdb.base/completion.exp: Check file exists before running tests
16446 on file completion.
16447
d708bcd1
PA
164482014-04-10 Pedro Alves <palves@redhat.com>
16449
16450 * gdb.base/cond-eval-mode.c: New file.
16451 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16452 prepare_for_testing to build the new file. Check result of
16453 runto_main.
16454 (test_break, test_watch): New procedures.
16455 (top level): Use them.
16456
ae1d2761
PM
164572014-04-08 Pierre Muller <muller@sourceware.org>
16458
16459 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16460 Ctrl-V use for mingw hosts.
16461
7af389b8
SC
164622014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16463
16464 * gdb.python/py-value.c: Improve test case.
16465 * gdb.python/py-value.exp: Add new test.
16466
5e703181
DE
164672014-04-07 David Blaikie <dblaikie@gmail.com>
16468
16469 * lib/compiler.c: Identify the clang compiler.
16470 * lib/compiler.cc: Ditto.
16471
9810b410
YQ
164722014-04-03 Yao Qi <yao@codesourcery.com>
16473
16474 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16475
98d1b8dc
AB
164762014-04-01 Anton Blanchard <anton@samba.org>
16477
16478 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16479 messages unique.
16480
3114cea1
AB
164812014-04-01 Anton Blanchard <anton@samba.org>
16482
16483 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16484 prepare_for_testing.
16485
62f7182c
AB
164862014-04-01 Anton Blanchard <anton@samba.org>
16487
16488 * gdb.arch/ppc64-atomic-inst.c: Remove.
16489 * gdb.arch/ppc64-atomic-inst.S: New file.
16490 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16491
770e7fc7
DE
164922014-03-31 Doug Evans <dje@google.com>
16493
16494 * gdb.base/print-symbol-loading-lib.c: New file.
16495 * gdb.base/print-symbol-loading-main.c: New file.
16496 * gdb.base/print-symbol-loading.exp: New file.
16497
46e2bafa
YQ
164982014-03-31 Yao Qi <yao@codesourcery.com>
16499
16500 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16501
8776cfe9
JB
165022014-03-28 Joel Brobecker <brobecker@adacore.com>
16503
16504 * gdb.ada/mi_dyn_arr: New testcase.
16505
5d1ef361
DE
165062014-03-27 Doug Evans <dje@google.com>
16507
16508 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16509
b5bee914
YQ
165102014-03-27 Yao Qi <yao@codesourcery.com>
16511
16512 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16513 if target is nios2-*-*.
16514
0d4d0e77
YQ
165152014-03-26 Yao Qi <yao@codesourcery.com>
16516
16517 * lib/gdb.exp (readline_is_used): New proc.
16518 * gdb.base/completion.exp: Move tests on command complete up.
16519 Skip the rest of tests if readline is not used.
16520 * gdb.ada/complete.exp: Skp the test if readline is not
16521 used.
16522 * gdb.base/filesym.exp: Likewise.
16523 * gdb.base/macscp.exp: Likewise.
16524 * gdb.base/readline-ask.exp: Likewise.
16525 * gdb.base/readline.exp: Likewise.
16526 * gdb.python/py-cmd.exp: Likewise.
16527 * gdb.trace/tfile.exp: Likewise.
16528
29361eee
YQ
165292014-03-26 Yao Qi <yao@codesourcery.com>
16530
16531 * gdb.base/macscp.exp: Fix code format issues.
16532
bc9a5525
UW
165332014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16534
16535 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16536 * gdb.asm/powerpc64le.inc: New file.
16537
d3839ede
PA
165382014-03-25 Pedro Alves <palves@redhat.com>
16539 Doug Evans <dje@google.com>
16540
16541 * gdb.base/source-execution.c: New file.
16542 * gdb.base/source-execution.exp: New file.
16543 * gdb.base/source-execution.gdb: New file.
16544
01672a57
DE
165452014-03-24 Doug Evans <dje@google.com>
16546
16547 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16548 using fission.
16549
88bbeca9
HZ
165502014-03-24 Hui Zhu <hui@codesourcery.com>
16551 Pedro Alves <palves@redhat.com>
16552
16553 PR breakpoints/16101
16554 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16555 test pass/fail messages. Detect missing support for dprintf when
16556 breakpoints are actually inserted.
16557 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16558 breakpoints are actually inserted.
16559 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16560 fails.
16561
d2348791
JK
165622014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16563
16564 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16565
feef67ab
DE
165662014-03-22 Doug Evans <xdje42@gmail.com>
16567
16568 * gdb.python/python.exp (python not supported): Verify multi-line
16569 python command issues an error.
25d743f9 16570 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 16571 guile command issues an error.
feef67ab 16572
ecebef6a
MR
165732014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16574
16575 * gdb.threads/thread-specific.exp: Handle the lack of usable
16576 $this_breakpoint and $this_thread.
16577
ccdd1909
HZ
165782014-03-21 Hui Zhu <hui@codesourcery.com>
16579
16580 * gdb.base/attach.exp (do_command_attach_tests): New.
16581
beb460e8
PA
165822014-03-20 Tom Tromey <tromey@redhat.com>
16583 Pedro Alves <palves@redhat.com>
16584
16585 PR cli/15718
16586 * gdb.base/condbreak-call-false.c: New file.
16587 * gdb.base/condbreak-call-false.exp: New file.
16588
40acf43a
PA
165892014-03-20 Pedro Alves <palves@redhat.com>
16590
16591 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16592 Delete.
16593 (block_signals, unblock_signals): Delete.
16594 (child_function_2, main): Remove references to deleted variable
16595 and functions.
16596
9f5e1e02
PA
165972014-03-20 Pedro Alves <palves@redhat.com>
16598
16599 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16600 Use pthread_kill to signal thread 2.
16601 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16602 Adjust to make the test send itself a signal rather than using the
16603 host's "kill" command.
16604
99619bea
PA
166052014-03-20 Pedro Alves <palves@redhat.com>
16606
16607 * gdb.threads/multiple-step-overs.c: New file.
16608 * gdb.threads/multiple-step-overs.exp: New file.
16609 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16610 Adjust expected infrun debug output.
16611
2adfaa28
PA
166122014-03-20 Pedro Alves <palves@redhat.com>
16613
16614 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16615 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16616
31e77af2
PA
166172014-03-20 Pedro Alves <palves@redhat.com>
16618
16619 PR breakpoints/7143
16620 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16621 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16622 of gdb_test_multiple.
16623 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16624 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16625
b9f437de
PA
166262014-03-20 Pedro Alves <palves@redhat.com>
16627
16628 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16629 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16630
05adc73e
PA
166312014-03-19 Pedro Alves <palves@redhat.com>
16632
16633 * gdb.base/async.exp: Remove early return.
16634
6048b950
PA
166352014-03-19 Pedro Alves <palves@redhat.com>
16636
16637 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16638
8bcfb00a
PA
166392014-03-19 Pedro Alves <palves@redhat.com>
16640
16641 * gdb.base/async.exp (test_background): Expect \r\n after
16642 "completed." in the fail pattern.
16643
884e37dc
PA
166442014-03-19 Pedro Alves <palves@redhat.com>
16645
16646 * gdb.base/async.exp (test_background): New procedure.
16647 Use it for all background execution command tests.
16648
148e57e2
PA
166492014-03-19 Pedro Alves <palves@redhat.com>
16650
16651 * gdb.base/async.exp: Use prepare_for_testing.
16652
f48088c7
PA
166532014-03-19 Pedro Alves <palves@redhat.com>
16654
16655 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16656 the same line.
16657
e2f6c966
PA
166582014-03-19 Pedro Alves <palves@redhat.com>
16659
16660 * gdb.base/async.c (main): Add "jump here" and "until here" line
16661 marker comments.
16662 * gdb.base/async.exp (jump_here): New global.
16663 (jump& test): Use it.
16664 (until_here): New global.
16665 (until& test): Use it.
16666
c30568d4
PA
166672014-03-19 Pedro Alves <palves@redhat.com>
16668
16669 * gdb.base/async.exp: Don't frob gdb_protocol.
16670
0172b6a7
DE
166712014-03-18 Doug Evans <xdje42@gmail.com>
16672
16673 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16674 Fix spelling of exec-done-display.
16675
06c868a8
JK
166762014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16677
16678 PR gdb/15358
16679 * gdb.base/gdb-sigterm.c: New file.
16680 * gdb.base/gdb-sigterm.exp: New file.
16681
0c7e1a46
PA
166822014-03-18 Pedro Alves <palves@redhat.com>
16683
16684 PR gdb/13860
16685 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16686 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16687 solib-event.
16688
f7c77d93
JB
166892014-03-17 Joel Brobecker <brobecker@adacore.com>
16690
16691 * gdb.ada/pckd_arr_ren: New testcase.
16692
5a1e8c7a
DE
166932014-03-13 Doug Evans <xdje42@gmail.com>
16694
16695 PR guile/16612
16696 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16697 collect after discarding symbols.
16698
350e1a76
DE
166992014-03-13 Ludovic Courtès <ludo@gnu.org>
16700 Doug Evans <xdje42@gmail.com>
16701
16702 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16703 to history survives a gc.
16704
a69900ae
PA
167052014-03-13 Pedro Alves <palves@redhat.com>
16706
16707 * gdb.base/default.exp: Don't test "target procfs".
16708
5db9f0bd
PA
167092014-03-13 Pedro Alves <palves@redhat.com>
16710
16711 * gdb.base/default.exp: Update "target child" and "target procfs"
16712 tests to not expect "Unix".
16713
b3ccfe11
TT
167142014-03-12 Tom Tromey <tromey@redhat.com>
16715
16716 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16717 New procs. Add target-async tests.
16718 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16719 Add target-async tests.
16720
646f4417
AA
167212014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16722
16723 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16724 'func_start' and 'func_end' for the beginning and end of the
16725 function code, respectively.
16726 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16727 'func_end' instead of 'func' and 'main'.
16728
288c211f
AA
167292014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16730
16731 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16732 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16733 generate the debug info assembler source.
16734
e0c0f156
AA
167352014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16736
16737 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16738 * gdb.dwarf2/arr-subrange.exp: Likewise.
16739 * gdb.dwarf2/dwz.exp: Likewise.
16740 * gdb.dwarf2/method-ptr.exp: Likewise.
16741 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16742 * gdb.dwarf2/subrange.exp: Likewise.
16743 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16744 * gdb.dwarf2/implptrpiece.exp: Likewise.
16745 * gdb.dwarf2/nostaticblock.exp: Likewise.
16746
0e5c4555
AA
167472014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16748
16749 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16750 directory to absolute path name arguments.
16751
5ec18f2b
JG
167522014-03-10 Joel Brobecker <brobecker@adacore.com>
16753
16754 * gdb.ada/tagged_access: New testcase.
16755
847fc4f2
MM
167562014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16757
16758 * gdb.btrace/data.exp: Update expected output.
16759
cc3da688
YQ
167602014-03-06 Yao Qi <yao@codesourcery.com>
16761
16762 * gdb.trace/pr16508.exp: New file.
16763
0f26cec1
PA
167642014-03-05 Pedro Alves <palves@redhat.com>
16765
16766 PR gdb/16575
16767 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16768 procedure.
16769 (top level): Adjust to use it. Add tests that exercise breakpoint
16770 interaction with the code-cache.
16771
7a5a839f
LC
167722014-02-26 Ludovic Courtès <ludo@gnu.org>
16773
16774 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16775 test for 'history-append!'.
16776
31aa7e4e
JB
167772014-02-26 Joel Brobecker <brobecker@adacore.com>
16778
16779 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16780 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16781 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16782 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16783 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16784 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16785
1b588015
JB
167862014-02-26 Joel Brobecker <brobecker@adacore.com>
16787
16788 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16789 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16790 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16791
55426c9d
JB
167922014-02-26 Joel Brobecker <brobecker@adacore.com>
16793
16794 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16795
dc53a7ad
JB
167962014-02-26 Joel Brobecker <brobecker@adacore.com>
16797
16798 * gdb.dwarf2/arr-stride.c: New file.
16799 * gdb.dwarf2/arr-stride.exp: New file.
16800
12ab52e9
PA
168012014-02-26 Pedro Alves <palves@redhat.com>
16802
16803 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16804 that won't ever trigger. Make sure that GDB reports the correct
16805 breakpoint that caused the stop.
16806
849c862e
JK
168072014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16808
16809 PR gdb/16626
16810 * gdb.base/auto-load-script: New file.
16811 * gdb.base/auto-load.c: New file.
16812 * gdb.base/auto-load.exp: New file.
16813
71b7d793
JK
16814 PR gdb/16626
16815 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16816
e2f0d509
JK
168172014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16818
16819 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16820 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16821
50cc37c8
DE
168222014-02-24 Doug Evans <dje@google.com>
16823
16824 * lib/gdb.exp (run_on_host): Log error output if program fails.
16825
ea4758f2
PA
168262014-02-21 Pedro Alves <palves@redhat.com>
16827
16828 * gdb.threads/step-after-sr-lock.c: Rename to ...
16829 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16830 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16831 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16832 ... this.
16833
d7b30f67
SDJ
168342014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16835
16836 PR tdep/16397
16837 * gdb.arch/amd64-stap-special-operands.exp: New file.
16838 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16839 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16840 * gdb.arch/amd64-stap-triplet.S: Likewise.
16841 * gdb.arch/amd64-stap-triplet.c: Likewise.
16842
83deb43f
JB
168432014-02-20 Joel Brobecker <brobecker@adacore.com>
16844
16845 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16846 in .section pseudo-op.
16847
adde2bff
DE
168482014-02-20 lin zuojian <manjian2006@gmail.com>
16849 Joel Brobecker <brobecker@adacore.com>
16850 Doug Evans <xdje42@gmail.com>
16851
16852 PR symtab/16581
16853 * gdb.dwarf2/dw2-icycle.S: New file.
16854 * gdb.dwarf2/dw2-icycle.c: New file.
16855 * gdb.dwarf2/dw2-icycle.exp: New file.
16856
f7bd0f78
SC
168572014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16858
16859 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16860 operations on gdb.Value objects.
16861 * gdb.python/py-value-cc.exp: Add new test to test operations on
16862 gdb.Value objects.
16863
c17ef0d5
DE
168642014-02-18 Doug Evans <dje@google.com>
16865
16866 * Makefile.in (TESTS): New variable.
16867 (expanded_tests, expanded_tests_or_none): New variables
16868 (check-single): Pass $(expanded_tests_or_none) to runtest.
16869 (check-parallel): Only run tests in $(TESTS) if non-empty.
16870 (check/no-matching-tests-found): New rule.
16871 * README: Document TESTS makefile variable.
16872
5dd3176f
DE
168732014-02-18 Doug Evans <dje@google.com>
16874
16875 * Makefile.in (check-parallel): rm -rf outputs temp.
16876
0b10be4f
JK
168772014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16878
16879 Fix "ERROR: no fileid for" in the testsuite.
16880 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16881
85f224e7
DE
168822014-02-12 Doug Evans <dje@google.com>
16883
16884 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16885 (MISCELLANEOUS): New variable.
16886 (clean): rm -rf $(MISCELLANEOUS).
16887 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16888 dwp live in the same directory as symlinks, with each symlink pointed
16889 to a differently named file in a different directory.
16890
149b30ff
DE
168912014-02-11 Doug Evans <dje@google.com>
16892
16893 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16894 of Tcl file commands.
16895
1dfdac32
MK
168962014-02-10 Mark Kettenis <kettenis@gnu.org>
16897
16898 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16899 "kill -SIGUSR1 -1".
16900
aa4fb036
JB
169012014-02-10 Joel Brobecker <brobecker@adacore.com>
16902
16903 * gdb.ada/tick_length_array_enum_idx: New testcase.
16904
ed3ef339
DE
169052014-02-10 Doug Evans <xdje42@gmail.com>
16906
16907 * configure.ac (AC_OUTPUT): Add gdb.guile.
16908 * configure: Regenerate.
16909 * lib/gdb-guile.exp: New file.
16910 * lib/gdb.exp (get_target_charset): New function.
16911 * gdb.base/help.exp: Update expected output from "apropos apropos".
16912 * gdb.guile/Makefile.in: New file.
16913 * gdb.guile/guile.exp: New file.
16914 * gdb.guile/scm-arch.c: New file.
16915 * gdb.guile/scm-arch.exp: New file.
16916 * gdb.guile/scm-block.c: New file.
16917 * gdb.guile/scm-block.exp: New file.
16918 * gdb.guile/scm-breakpoint.c: New file.
16919 * gdb.guile/scm-breakpoint.exp: New file.
16920 * gdb.guile/scm-disasm.c: New file.
16921 * gdb.guile/scm-disasm.exp: New file.
16922 * gdb.guile/scm-equal.c: New file.
16923 * gdb.guile/scm-equal.exp: New file.
16924 * gdb.guile/scm-error.exp: New file.
16925 * gdb.guile/scm-error.scm: New file.
16926 * gdb.guile/scm-frame-args.c: New file.
16927 * gdb.guile/scm-frame-args.exp: New file.
16928 * gdb.guile/scm-frame-args.scm: New file.
16929 * gdb.guile/scm-frame-inline.c: New file.
16930 * gdb.guile/scm-frame-inline.exp: New file.
16931 * gdb.guile/scm-frame.c: New file.
16932 * gdb.guile/scm-frame.exp: New file.
16933 * gdb.guile/scm-generics.exp: New file.
16934 * gdb.guile/scm-gsmob.exp: New file.
16935 * gdb.guile/scm-iterator.c: New file.
16936 * gdb.guile/scm-iterator.exp: New file.
16937 * gdb.guile/scm-math.c: New file.
16938 * gdb.guile/scm-math.exp: New file.
16939 * gdb.guile/scm-objfile-script-gdb.in: New file.
16940 * gdb.guile/scm-objfile-script.c: New file.
16941 * gdb.guile/scm-objfile-script.exp: New file.
16942 * gdb.guile/scm-objfile.c: New file.
16943 * gdb.guile/scm-objfile.exp: New file.
16944 * gdb.guile/scm-ports.exp: New file.
16945 * gdb.guile/scm-pretty-print.c: New file.
16946 * gdb.guile/scm-pretty-print.exp: New file.
16947 * gdb.guile/scm-pretty-print.scm: New file.
16948 * gdb.guile/scm-section-script.c: New file.
16949 * gdb.guile/scm-section-script.exp: New file.
16950 * gdb.guile/scm-section-script.scm: New file.
16951 * gdb.guile/scm-symbol.c: New file.
16952 * gdb.guile/scm-symbol.exp: New file.
16953 * gdb.guile/scm-symtab-2.c: New file.
16954 * gdb.guile/scm-symtab.c: New file.
16955 * gdb.guile/scm-symtab.exp: New file.
16956 * gdb.guile/scm-type.c: New file.
16957 * gdb.guile/scm-type.exp: New file.
16958 * gdb.guile/scm-value-cc.cc: New file.
16959 * gdb.guile/scm-value-cc.exp: New file.
16960 * gdb.guile/scm-value.c: New file.
16961 * gdb.guile/scm-value.exp: New file.
16962 * gdb.guile/source2.scm: New file.
16963 * gdb.guile/types-module.cc: New file.
16964 * gdb.guile/types-module.exp: New file.
16965
7026a7c1
YQ
169662014-02-10 Yao Qi <yao@codesourcery.com>
16967
16968 PR testsuite/16543
16969 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16970 * configure: Regenerated.
16971 * Makefile.in: New file.
16972
6c466447
AS
169732014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16974
16975 * gdb.python/py-framefilter.exp: Fix typo.
16976
6e854735
YQ
169772014-02-08 Yao Qi <yao@codesourcery.com>
16978
16979 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16980 that no =breakpoint-modified is emitted when breakpoints are
16981 modified through MI commands.
16982
d137e6dc
PA
169832014-02-07 Pedro Alves <pedro@codesourcery.com>
16984 Pedro Alves <palves@redhat.com>
16985
16986 * gdb.threads/step-after-sr-lock.c: New file.
16987 * gdb.threads/step-after-sr-lock.exp: New file.
16988
b5ee5a50
PA
169892014-02-07 Pedro Alves <palves@redhat.com>
16990
16991 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16992
3c77faf3
JK
169932014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16994
16995 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16996 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16997
6dddc817
DE
169982014-02-06 Doug Evans <xdje42@gmail.com>
16999
17000 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17001 output.
17002
17003 * gdb.gdb/python-interrupts.exp: New file.
17004
de7b2893
YQ
170052014-02-05 Yao Qi <yao@codesourcery.com>
17006
17007 * gdb.trace/report.exp (use_collected_data): Test the output
17008 of "info threads" and "info inferiors".
17009
66d032ac
YQ
170102014-02-05 Yao Qi <yao@codesourcery.com>
17011
17012 Revert this patch:
17013
17014 2013-05-24 Yao Qi <yao@codesourcery.com>
17015
17016 * gdb.trace/tfile.exp: Test inferior and thread.
17017
591a12a1
UW
170182014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17019
17020 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17021 on a function.
17022 * gdb.base/step-bt.c: Call hello via function pointer to make
17023 sure its first instruction is executed on powerpc64le-linux.
17024
0ff3e01f
UW
170252014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17026
17027 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17028
084ee545
UW
170292014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17030
17031 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17032 of the test patterns for use on little-endian systems.
17033
6ed14ff3
UW
170342014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17035
17036 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17037 (decimal_vector): Fix for little-endian.
17038
401e27fd
JM
170392014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17040
17041 * gdb.arch/sparc-sysstep.exp: New file.
17042 * gdb.arch/sparc-sysstep.c: Likewise.
17043
17044 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17045
8b924729
EBM
170462014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17047
17048 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17049
fb151210
JB
170502014-01-23 Tom Tromey <tromey@redhat.com>
17051
17052 * gdb.ada/array_char_idx: New testcase.
17053
0740f8d8
TT
170542014-01-23 Tom Tromey <tromey@redhat.com>
17055
17056 PR python/16487:
17057 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17058 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17059 classes.
17060
21909fa1
TT
170612014-01-23 Tom Tromey <tromey@redhat.com>
17062
17063 PR python/16491:
17064 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17065 string from an inferior frame.
17066 * gdb.python/py-framefilter-mi.exp: Update.
17067
87ce2a04
DE
170682014-01-22 Doug Evans <dje@google.com>
17069
17070 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17071
237b092b
AA
170722014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17073
17074 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17075
d674a709
AA
170762014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17077
17078 * gdb.trace/entry-values.exp: Remove excess space character from
17079 regex patterns. Handle s390 call instruction.
17080
20fa3390
AA
170812014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17082
17083 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17084 define "*_start" label. Make "name" static.
17085 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17086 ${name} by references to ${name}_start.
17087
78466714
AA
170882014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17089
17090 * gdb.base/info-macros.exp: Remove "debug" from the compile
17091 options.
17092
ec9f644a
IB
170932014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17094
17095 * gdb.dlang/demangle.exp: New file.
17096
94b1b47e
IB
170972014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17098
17099 * gdb.dlang/primitive-types.exp: New file.
17100
7f420862
IB
171012014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17102
17103 * configure.ac: Create gdb.dlang/Makefile.
17104 * configure: Regenerate.
17105 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17106 * gdb.dlang/Makefile.in: New file.
17107 * lib/d-support.exp: New file.
17108 * lib/gdb.exp (skip_d_tests): New proc.
17109
52834460
MM
171102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17111
17112 * gdb.btrace/delta.exp: Check reverse stepi.
17113 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17114 * gdb.btrace/finish.exp: New.
17115 * gdb.btrace/next.exp: New.
17116 * gdb.btrace/nexti.exp: New.
17117 * gdb.btrace/record_goto.c: Add comments.
17118 * gdb.btrace/step.exp: New.
17119 * gdb.btrace/stepi.exp: New.
17120 * gdb.btrace/multi-thread-step.c: New.
17121 * gdb.btrace/multi-thread-step.exp: New.
17122 * gdb.btrace/rn-dl-bind.c: New.
17123 * gdb.btrace/rn-dl-bind.exp: New.
17124 * gdb.btrace/data.c: New.
17125 * gdb.btrace/data.exp: New.
17126 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17127
6e07b1d2
MM
171282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17129
17130 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17131 * gdb.btrace/exception.exp: Update.
17132 * gdb.btrace/instruction_history.exp: Update.
17133 * gdb.btrace/record_goto.exp: Update.
17134 * gdb.btrace/tailcall.exp: Update.
17135 * gdb.btrace/unknown_functions.exp: Update.
17136 * gdb.btrace/delta.exp: New.
17137
0b722aec
MM
171382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17139
17140 * gdb.btrace/record_goto.exp: Add backtrace test.
17141 * gdb.btrace/tailcall.exp: Add backtrace test.
17142
066ce621
MM
171432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17144
17145 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17146 * gdb.btrace/record_goto.c: New.
17147 * gdb.btrace/record_goto.exp: New.
17148 * gdb.btrace/x86-record_goto.S: New.
17149
0688d04e
MM
171502014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17151
17152 * gdb.btrace/function_call_history.exp: Update tests.
17153 * gdb.btrace/instruction_history.exp: Update tests.
17154
8710b709
MM
171552014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17156
17157 * gdb.btrace/function_call_history.exp: Fix expected field
17158 order for "record function-call-history".
17159 Add new tests for "record function-call-history /c".
17160 * gdb.btrace/exception.cc: New.
17161 * gdb.btrace/exception.exp: New.
17162 * gdb.btrace/tailcall.exp: New.
17163 * gdb.btrace/x86-tailcall.S: New.
17164 * gdb.btrace/x86-tailcall.c: New.
17165 * gdb.btrace/unknown_functions.c: New.
17166 * gdb.btrace/unknown_functions.exp: New.
17167 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17168
5de9129b
MM
171692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17170
17171 * gdb.btrace/instruction_history.exp: Update.
17172 * gdb.btrace/function_call_history.exp: Update.
17173
23a7fe75
MM
171742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17175
17176 * gdb.btrace/function_call_history.exp: Fix expected function
17177 trace.
17178 * gdb.btrace/instruction_history.exp: Initialize traced.
17179 Remove traced_functions.
17180
724c7dd8
MM
171812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17182
17183 * gdb.btrace/function_call_history.exp: Update
17184 * gdb.btrace/instruction_history.exp: Update.
17185
6d78d93b
MM
171862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17187
17188 * gdb.btrace/enable.exp: Update expected text.
17189
93a360cc
OJ
171902014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17191
17192 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17193 bytes.
17194
3772b53f
MR
171952014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17196
17197 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17198
596662fa
OJ
171992014-01-15 Omair Javaid <omair.javaid@linaro.org>
17200
17201 * lib/gdb.exp (supports_process_record): Return true for
17202 arm*-linux*. (supports_reverse): Likewise.
17203
b5b08fb4
SC
172042014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17205
17206 PR python/15464
17207 PR python/16113
17208 * gdb.python/py-type.c: Enhance test case.
17209 * gdb.python/py-value-cc.cc: Likewise
17210 * gdb.python/py-type.exp: Add new tests.
17211 * gdb.python/py-value-cc.exp: Likewise
17212
52d7fb13
AA
172132014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17214 Pedro Alves <palves@redhat.com>
17215
17216 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17217 Make "name" extern.
17218 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17219 references to ${name}_start by references to ${name}.
17220
a2cd8cfe
JB
172212014-01-10 Joel Brobecker <brobecker@adacore.com>
17222
17223 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17224
4e23fced
JB
172252014-01-10 Joel Brobecker <brobecker@adacore.com>
17226
17227 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17228
c6a9e42c
PA
172292014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17230 Pedro Alves <palves@redhat.com>
17231
17232 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 17233 mi_gdb_target_load.
c6a9e42c 17234
b7ea362b
PA
172352014-01-08 Pedro Alves <palves@redhat.com>
17236
17237 * gdb.threads/reconnect-signal.c: New file.
17238 * gdb.threads/reconnect-signal.exp: New file.
17239
5e3f4fab
EBM
172402014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17241
17242 * gdb.base/source-dir.exp: New file.
17243
79301218
JB
172442014-01-07 Joel Brobecker <brobecker@adacore.com>
17245
17246 * gdb.ada/mi_interface: New testcase.
17247
8e355c5d
JB
172482014-01-07 Joel Brobecker <brobecker@adacore.com>
17249
17250 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17251 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17252 gdb.ada/pp-rec-component/pck.ads: New files.
17253
c0d48811
JB
172542014-01-07 Joel Brobecker <brobecker@adacore.com>
17255
17256 * gdb.python/py-pp-integral.c: New file.
17257 * gdb.python/py-pp-integral.py: New file.
17258 * gdb.python/py-pp-integral.exp: New file.
17259
17b609c3 17260For older changes see ChangeLog-1993-2013.
c906108c 17261\f
8d8cb839
EZ
17262;; Local Variables:
17263;; mode: change-log
17264;; left-margin: 8
17265;; fill-column: 74
17266;; version-control: never
17267;; End:
902f2ccb 17268
42a4f53d 17269 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
17270 Copying and distribution of this file, with or without modification,
17271 are permitted provided the copyright notice and this notice are preserved.
This page took 3.491663 seconds and 4 git commands to generate.