gdb: Don't ignore all SIGSTOP when the signal handler is set to pass
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
d8c06f22
AB
12019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.threads/stop-with-handle.c: New file.
4 * gdb.threads/stop-with-handle.exp: New file.
5
3a56ed86
TV
62019-10-03 Tom de Vries <tdevries@suse.de>
7
8 PR testsuite/25059
9 * gdb.base/list-missing-source.exp: Allowing the "Compilation
10 directory" line to be missing.
11
42275044
TV
122019-10-03 Tom de Vries <tdevries@suse.de>
13
14 PR testsuite/25059
15 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
16 type optional.
17
9ef62df0
AA
182019-10-02 Andreas Arnez <arnez@linux.ibm.com>
19
20 * gdb.python/py-format-string.c (string.h): New include.
21 (main): Fill a_struct_with_union.the_union.an_int with bytes of
22 the same value, for endianness-independence.
23 * gdb.python/py-format-string.exp (default_regexp_dict)
24 (test_pretty_structs, test_format): Adjust expected output to the
25 changed initialization.
26
37f6a7f4
TT
272019-10-02 Tom Tromey <tromey@adacore.com>
28
29 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
30
1d58d6a2
PA
312019-10-02 Pedro Alves <palves@redhat.com>
32 Andrew Burgess <andrew.burgess@embecosm.com>
33
34 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
35 "print-file-var.h".
36 (this_version_id) Use ATTRIBUTE_VISIBILITY.
37 (get_version_1): Print this_version_id and its address.
38 Add extern "C" wrappers around interface functions.
39 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
40 "print-file-var.h".
41 (this_version_id) Use ATTRIBUTE_VISIBILITY.
42 (get_version_2): Print this_version_id and its address.
43 Add extern "C" wrappers around interface functions.
44 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
45 <stddef.h> and "print-file-var.h".
46 Add extern "C" wrappers around interface functions.
47 [VERSION_ID_MAIN] (this_version_id): Define.
48 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
49 * gdb.base/print-file-var.h: Add some #defines to simplify setting
50 up extern "C" blocks.
51 * gdb.base/print-file-var.exp (test): New, factored out from top
52 level.
53 (top level): Test all combinations of attribute hidden or not,
54 dlopen or not, and this_version_id symbol in main file or not.
55 Compile tests as both C++ and C, make test names unique.
56
d770d56f
TT
572019-10-01 Tom Tromey <tom@tromey.com>
58
59 * gdb.base/style.exp: Test "show logging filename".
60
7f6aba03
TT
612019-10-01 Tom Tromey <tom@tromey.com>
62
63 * lib/gdb-utils.exp (style): Handle "metadata" argument.
64 * gdb.base/style.exp: Add metadata style test.
65
14309bb6
TT
662019-10-01 Tom Tromey <tom@tromey.com>
67
68 * gdb.base/style.exp: Test "pwd".
69
2a3c1174
PA
702019-10-01 Tom Tromey <tom@tromey.com>
71
72 * gdb.base/style.exp: Update tests.
73
53d666ec
AA
742019-10-01 Andreas Arnez <arnez@linux.ibm.com>
75
76 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
77 'six' to unsigned.
78 (s1): Initialize fields 'four' and 'six' instead of 'three' and
79 'five'. Use an all-ones bit pattern for each.
80 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
81 to its changed values.
82
4a56a520
TT
832019-09-30 Tom Tromey <tromey@adacore.com>
84
85 * gdb.rust/traits.rs: Disable all warnings.
86
0df0352a
TV
872019-09-29 Tom de Vries <tdevries@suse.de>
88
89 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
90
73d9a918
TV
912019-09-29 Tom de Vries <tdevries@suse.de>
92
93 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
94
060b3ab4
TV
952019-09-27 Tom de Vries <tdevries@suse.de>
96
97 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
98
68f7d34d
TV
992019-09-27 Tom de Vries <tdevries@suse.de>
100
101 PR record/23188
102 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
103
5d63b30a
TT
1042019-09-26 Tom Tromey <tromey@adacore.com>
105
106 * gdb.ada/py_taft.exp: New file.
107 * gdb.ada/py_taft/main.adb: New file.
108 * gdb.ada/py_taft/pkg.adb: New file.
109 * gdb.ada/py_taft/pkg.ads: New file.
110
3d435220
TV
1112019-09-24 Tom de Vries <tdevries@suse.de>
112
113 PR gdb/24598
114 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
115
77d03678
TV
1162019-09-22 Tom de Vries <tdevries@suse.de>
117
118 * gdb.base/restore.exp: Allow register variables to be optimized out at
119 -O0.
120
abf516c6
UW
1212019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
122
123 * gdb.arch/spu-info.exp: Remove file.
124 * gdb.arch/spu-info.c: Remove file.
125 * gdb.arch/spu-ls.exp: Remove file.
126 * gdb.arch/spu-ls.c: Remove file.
127
128 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
129 * gdb.asm/spu.inc: Remove file.
130
131 * gdb.base/dump.exp: Remove support for spu*-*-*.
132 * gdb.base/stack-checking.exp: Likewise.
133 * gdb.base/overlays.exp: Likewise.
134 * gdb.base/ovlymgr.c: Likewise.
135 * gdb.base/spu.ld: Remove file.
136
137 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
138 * gdb.cp/cpexprs.exp: Likewise.
139 * gdb.cp/exception.exp: Likewise.
140 * gdb.cp/gdb2495.exp: Likewise.
141 * gdb.cp/mb-templates.exp: Likewise.
142 * gdb.cp/pr9167.exp: Likewise.
143 * gdb.cp/userdef.exp: Likewise.
144
145 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
146
147 * gdb.cell: Remove directory.
148 * lib/cell.exp: Remove file.
149
e452e88f
TV
1502019-09-19 Tom de Vries <tdevries@suse.de>
151
152 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
153
8a625130
TV
1542019-09-19 Tom de Vries <tdevries@suse.de>
155
156 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
157
81dc3ab5
TV
1582019-09-19 Tom de Vries <tdevries@suse.de>
159
160 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
161 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
162 (gdb_target_cmd): ... here.
163 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
164 value 2.
165
b078f3ac
AB
1662019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
167
168 * gdb.base/source-dir.exp: Avoid having directory names in test
169 names.
170
f1b620e9
MG
1712019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
172
173 * gdb.base/source-dir.exp: Add extra test for mapped compilation
174 directory.
175
67f3ed6a
AB
1762019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
177
178 * gdb.base/list-missing-source.exp: New file.
179
d1b70248
TV
1802019-09-14 Tom de Vries <tdevries@suse.de>
181
182 PR teststuite/24599
183 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
184 * lib/ada.exp (gnatmake_version_at_least): New proc.
185
5fabdcd6
AB
1862019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
187
188 * gdb.base/maint.exp: Use exec_has_index_section.
189
aa17805f
AB
1902019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
191
192 * gdb.base/maint.exp: Add test for 'maint info sections'.
193
25e5c209
TV
1942019-09-12 Tom de Vries <tdevries@suse.de>
195
196 * gdb.base/store.exp: Allow register variables to be optimized out at
197 -O0.
198
4993045d
PW
1992019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
200
201 * gdb.ada/rdv_wait.exp: Update to new task names.
202 * gdb.base/task_switch_in_core.exp: Likewise.
203 * gdb.base/info_sources_base.c: Likewise.
204
8a516164
TT
2052019-09-10 Tom Tromey <tromey@adacore.com>
206
207 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
208
aa391654
TT
2092019-09-10 Tom Tromey <tromey@adacore.com>
210
211 * gdb.ada/dgopt.exp: New file.
212 * gdb.ada/dgopt/x.adb: New file.
213
8634b462
TT
2142019-09-08 Tom Tromey <tom@tromey.com>
215
216 * gdb.tui/resize.exp: Remove setup_xfail.
217 * gdb.tui/regs.exp: Remove setup_xfail.
218 * gdb.tui/basic.exp: Remove setup_xfail.
219
736b0f76
DB
2202019-09-06 David Blaikie <dblaikie@gmail.com>
221
222 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
223 * gdb.cp/cplabel.exp: Ditto.
224 * gdb.linespec/ls-errs.exp: Ditto.
225
30331a6c
TV
2262019-09-05 Tom de Vries <tdevries@suse.de>
227
228 * lib/gdb.exp (cmp_file_string): New proc.
229 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
230 runto_main. Verify save breakpoints output.
231
98b0ebab
PW
2322019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
233
234 * gdb.base/info-var.exp: Test info variables without running
235 to main, to avoid expect's buffer overflow.
236
4e962e74
TT
2372019-09-03 Tom Tromey <tromey@adacore.com>
238
239 * gdb.ada/bias.exp: New file.
240 * gdb.ada/bias/bias.adb: New file.
241 * gdb.ada/print_chars.exp: Add regression test.
242 * gdb.ada/print_chars/foo.adb (My_Character): New type.
243 (MC): New variable.
244
2ea1a07a
SL
2452019-08-29 Sandra Loosemore <sandra@codesourcery.com>
246
247 * gdb.base/argv0-symlink.exp: Run only on native target
248 and local host.
249
8077c50d
TV
2502019-08-29 Tom de Vries <tdevries@suse.de>
251
252 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
253 diverse debug info.
254 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
255
48352473
TV
2562019-08-28 Tom de Vries <tdevries@suse.de>
257
258 * gdb.base/info-var.exp: Allow info variables to print info for files
259 other than info-var-f1.c and info-var-f2.c.
260
d8f27c60
AB
2612019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
262
263 * gdb.fortran/info-types.exp: Add module.
264 * gdb.fortran/info-types.f90: Update expected results.
265
1f20c35e
AB
2662019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
267
268 * gdb.fortran/info-types.exp: New file.
269 * gdb.fortran/info-types.f90: New file.
270 * lib/fortran.exp (fortran_character1): New proc.
271
4acfdd20
AB
2722019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
273
274 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
275 functions'. Reindent as needed.
276 * gdb.base/info-var-f1.c: New file.
277 * gdb.base/info-var-f2.c: New file.
278 * gdb.base/info-var.exp: New file.
279 * gdb.base/info-var.h: New file.
280
5c31b358
TV
2812019-08-26 Tom de Vries <tdevries@suse.de>
282
283 PR c++/24852
284 * gdb.cp/no-libstdcxx-probe.exp: New test.
285
b694989f
TV
2862019-08-26 Tom de Vries <tdevries@suse.de>
287
288 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
289 * tests need to be skipped.
290 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
291 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
292 mi_skip_libstdcxx_probe_tests.
293
d9c4ba53
SDJ
2942019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
295
296 * gdb.python/py-xmethods.exp: Use raw strings when passing
297 arguments to SimpleXMethodMatcher.
298
395fad09
TV
2992019-08-22 Tom de Vries <tdevries@suse.de>
300
301 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
302 more informative.
303
26c957f1
PA
3042019-08-21 Pedro Alves <palves@redhat.com>
305
306 * gdb.base/with.exp: Test "with" with no arguments.
307
61f80d5d
TV
3082019-08-21 Tom de Vries <tdevries@suse.de>
309
310 * gdb.base/gdb-caching-proc.exp: Sort files.
311
d7a11d13
TV
3122019-08-20 Tom de Vries <tdevries@suse.de>
313
314 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
315 compilation.
316
34dafe9f
TV
3172019-08-16 Tom de Vries <tdevries@suse.de>
318
319 * gdb.base/compare-sections.exp ("after run to main"): Allow
320 mismatched read-only sections for PIE executables.
321
398fdd60
TT
3222019-08-16 Tom Tromey <tom@tromey.com>
323
324 * lib/tuiterm.exp (_csi_Z): New proc.
325 * gdb.tui/basic.exp: Update window positions.
326 * gdb.tui/empty.exp: Update window positions.
327
d8f9e51c
SL
3282019-08-15 Sandra Loosemore <sandra@codesourcery.com>
329
330 * gdb.base/examine-backward.exp: Correct regexp for
331 "examine 3 bytes backward from ${address_zero}".
332
3df505f6
TT
3332019-08-15 Tom Tromey <tom@tromey.com>
334
335 * gdb.tui/empty.exp: Enable resizing tests.
336
272560b5
TT
3372019-08-15 Tom Tromey <tromey@adacore.com>
338
339 * gdb.ada/char_enum.exp: Add regression tests.
340 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
341 and '0'.
342 (Char, Gchar): Update.
343 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
344
08235187
CB
3452019-08-15 Christian Biesinger <cbiesinger@google.com>
346
347 * gdb.python/python.exp: Expect a leading underscore on
348 GdbOutput{,Error}File.
349
22a2ab04
SL
3502019-08-15 Sandra Loosemore <sandra@codesourcery.com>
351
352 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
353 Windows host.
354
835b995b
SL
3552019-08-15 Sandra Loosemore <sandra@codesourcery.com>
356
357 * gdb.base/batch-preserve-term-settings.exp
358 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
359
97dd8e07
CB
3602019-08-15 Christian Biesinger <cbiesinger@google.com>
361
362 * lib/gdb.exp: When running on a mingw target, replace
363 /x/ with x:/.
364
75faf5c4
AH
3652019-08-14 Alan Hayward <alan.hayward@arm.com>
366
367 * gdb.arch/aarch64-prologue.c: New test.
368 * gdb.arch/aarch64-prologue.exp: New file.
369
abc6c00f
TV
3702019-08-13 Tom de Vries <tdevries@suse.de>
371
372 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
373 Thread.
374
74c2c1f4
SL
3752019-08-13 Sandra Loosemore <sandra@codesourcery.com>
376
377 * gdb.python/py-completion.exp: Download the .py file to the host
378 and use its host pathname. Conditionalize tests that use
379 tab completion and manipulate files on the build machine.
380 * gdb.python/py-events.exp: Download the .py file to the host
381 and use its host pathname.
382 * gdb.python/py-evsignal.exp: Likewise.
383 * gdb.python/py-evthreads.exp: Likewise.
384 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
385 pathname syntax.
386 * gdb.python/py-framefilter.exp: Download the .py file to the right
387 place on the host. Match Windows pathname syntax.
388 * gdb.python/py-mi-var-info-path-expression.exp: Download the
389 .py file to the host and use its host pathname.
390 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
391 * gdb.python/py-objfile.exp: Expect a host pathname, not a
392 build pathname. Skip symlink test on Windows host. Add missing
393 newline at end of file.
394 * gdb.python/py-pp-maint.exp: Download the .py file to the host
395 and use its host pathname.
396 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
397 * gdb.python/py-section-script.exp: Use host location of binfile
398 on safe-path. Use correct path separator on Windows host.
399 Reorder alternatives in gdb_test_multiple to prevent matching
400 the wrong alternative on success.
401 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
402
ca2589f3
PP
4032019-08-12 Patrick Palka <patrick@parcs.ath.cx>
404
405 * gdb.gdb/selftest.exp (test_with_self): Update test to now
406 expect the GDB inferior to no longer immediately stop after
407 being resumed with "signal SIGINT".
408
020a839d
SL
4092019-08-09 Sandra Loosemore <sandra@codesourcery.com>
410
411 * gdb.linespec/break-ask.exp: Generalize regexps to match
412 Windows pathnames too.
413
128d6509
TV
4142019-08-08 Tom de Vries <tdevries@suse.de>
415
416 PR testsuite/24862
417 * lib/tuiterm.exp (_accept): Fix CSI regexp.
418
590042fc
PW
4192019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
420
421 * gdb.base/style.exp: Update tests for help doc new invariants.
422 * gdb.base/help.exp: Likewise.
423
046bebe1
TT
4242019-08-06 Tom Tromey <tom@tromey.com>
425
426 * gdb.base/style.exp: Add disassemble test.
427 * gdb.base/style.c (some_called_function): New function.
428 (main): Use it.
429
0b27c27d
CB
4302019-08-05 Christian Biesinger <cbiesinger@google.com>
431
432 * gdb.python/py-block.exp: Test dictionary access on blocks.
433
580f1034
SM
4342019-08-05 Simon Marchi <simon.marchi@efficios.com>
435
436 PR gdb/24863
437 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
438 -list-thread-groups --available test when running under
439 check-read1.
440
d86bd7cb
TV
4412019-08-05 Tom de Vries <tdevries@suse.de>
442
443 PR testsuite/24863
444 * lib/gdb.exp (with_read1_timeout_factor): New proc.
445 * gdb.base/help.exp: Use with_read1_timeout_factor.
446 * gdb.base/info-macros.exp: Same.
447 * gdb.cp/nested-types.exp: Same.
448
a80cf5d8
TV
4492019-08-05 Tom de Vries <tdevries@suse.de>
450
451 * lib/gdb.exp (version_at_least): Factor out of ...
452 (tcl_version_at_least): ... here.
453 (gdb_compile): Fail if pie results in non-PIE executable.
454 (readelf_version, readelf_prints_pie): New proc.
455 (exec_is_pie): Return -1 if unknown.
456
d0962838
TV
4572019-08-05 Tom de Vries <tdevries@suse.de>
458
459 * lib/gdb.exp (tcl_version_at_least): Fix typo.
460
2252ff3d
SL
4612019-08-04 Sandra Loosemore <sandra@codesourcery.com>
462
463 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
464
26655f53
SL
4652019-08-04 Sandra Loosemore <sandra@codesourcery.com>
466
467 * lib/completion-support.exp (test_gdb_complete_none): Skip
468 tab completion tests if no readline support.
469 (test_gdb_complete_unique_re): Likewise.
470 (test_gdb_complete_multiple): Likewise.
471
db4dc13e
PW
4722019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
473
474 * gdb.base/info_sources.exp: New file.
475 * gdb.base/info_sources.c: New file.
476 * gdb.base/info_sources_base.c: New file.
477
0eba165a
PFC
4782019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
479
480 * gdb.base/batch-exit-status.exp: Call test_exit_status with
481 prefix argument.
482 (test_exit_status): Add prefix argument.
483
59bd512b
TV
4842019-08-01 Tom de Vries <tdevries@suse.de>
485
486 PR testsuite/24863
487 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
488 calling exp_continue for new thread and thread exited messages.
489
2a3ad588
TV
4902019-08-01 Tom de Vries <tdevries@suse.de>
491
492 PR testsuite/24863
493 * gdb.base/structs.exp: Fix check-read1 timeout using
494 gdb_test_sequence.
495 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
496
117eb594
TV
4972019-08-01 Tom de Vries <tdevries@suse.de>
498
499 PR testsuite/24863
500 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
501 line.
502
ed591340
TV
5032019-08-01 Tom de Vries <tdevries@suse.de>
504
505 PR testsuite/24863
506 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
507
aa3b6533
TT
5082019-07-30 Tom Tromey <tromey@adacore.com>
509
510 * gdb.ada/display_nested.exp: New file.
511 * gdb.ada/display_nested/foo.adb: New file.
512 * gdb.ada/display_nested/pack.adb: New file.
513 * gdb.ada/display_nested/pack.ads: New file.
514
2906593f
CB
5152019-07-30 Christian Biesinger <cbiesinger@google.com>
516
517 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
518 namespace.
519 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
520
0f575925
TV
5212019-07-30 Tom de Vries <tdevries@suse.de>
522
523 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
524 instead.
525
b13057d9
TV
5262019-07-30 Tom de Vries <tdevries@suse.de>
527
528 PR testsuite/24834
529 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
530 (exec_is_pie): New proc.
531
5c4dde85
CB
5322019-07-29 Christian Biesinger <cbiesinger@google.com>
533
534 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
535
c620ed88
CB
5362019-07-29 Christian Biesinger <cbiesinger@google.com>
537
538 * gdb.python/py-objfile.c: Add global and static vars.
539 * gdb.python/py-objfile.exp: Test new functions Objfile.
540 lookup_global_symbol and lookup_static_symbol.
541
3d235706
TT
5422019-07-29 Tom Tromey <tom@tromey.com>
543
544 * lib/tuiterm.exp (Term::_csi_@): New proc.
545 (Term::_csi_X): Don't move cursor.
546
c7e4c0a6
PW
5472019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
548
549 * gdb.base/options.exp: Update backtrace - completion to
550 new option -frame-info.
551 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
552 Test new 'set print frame-info'. Test backtrace -frame-info
553 overriding 'set print frame-info'.
554 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
555 Test new 'set print frame-info'.
556 Verify consistency of backtrace with and without filters, with and
557 without -no-filters.
558 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
559 default.
560
de28a3b7
TV
5612019-07-29 Tom de Vries <tdevries@suse.de>
562
563 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
564 no arguments".
565
507dd60e
TV
5662019-07-29 Tom de Vries <tdevries@suse.de>
567
568 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
569 is a substring of the first for "complete non-unique file name".
570
5beafce9
TV
5712019-07-29 Tom de Vries <tdevries@suse.de>
572
573 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
574 with ".*".
575
2d274232
TV
5762019-07-29 Tom de Vries <tdevries@suse.de>
577
578 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
579 Pass prompt_regexp parameter to gdb_test_multiple calls.
580
9197cd8b
TV
5812019-07-29 Tom de Vries <tdevries@suse.de>
582
583 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
584 print registers" regexps.
585
b528dae0
TV
5862019-07-29 Tom de Vries <tdevries@suse.de>
587
588 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
589
d17725d7
TV
5902019-07-29 Tom de Vries <tdevries@suse.de>
591
592 PR gdb/24855
593 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
594 (skip_python_tests_prompt): Add prompt_regexp argument to
595 gdb_test_multiple calls.
596
52b75bf1
TT
5972019-07-27 Tom Tromey <tom@tromey.com>
598
599 * gdb.tui/main.exp: New file.
600
2b1d00c2
TT
6012019-07-27 Tom Tromey <tom@tromey.com>
602
603 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
604 optional.
605 * gdb.tui/empty.exp: New file.
606
ded631d5
TT
6072019-07-27 Tom Tromey <tom@tromey.com>
608
609 * lib/tuiterm.exp (spawn): New proc.
610 (Term::resize): New proc.
611 * gdb.tui/resize.exp: New file.
612
58ac439d
TT
6132019-07-27 Tom Tromey <tom@tromey.com>
614
615 * gdb.tui/list.exp: New file.
616
fe1f56ee
TT
6172019-07-27 Tom Tromey <tom@tromey.com>
618
619 * gdb.tui/regs.exp: New file.
620
f790b310
TT
6212019-07-27 Tom Tromey <tom@tromey.com>
622
623 * gdb.tui/basic.exp: Add "layout split" test.
624
d95fc6ee
TT
6252019-07-27 Tom Tromey <tom@tromey.com>
626
627 * gdb.tui/basic.exp: Add "layout asm" test.
628
c3786b3a
TT
6292019-07-27 Tom Tromey <tom@tromey.com>
630
631 * lib/tuiterm.exp: New file.
632 * gdb.tui/basic.exp: New file.
633
98a617f8
KB
6342019-07-27 Kevin Buettner <kevinb@redhat.com>
635
636 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
637 Enable tests associated with this flag. Adjust regex
638 referencing "foo_low" to now refer to "foo_cold" instead.
639
5c076da4
KB
6402019-07-27 Kevin Buettner <kevinb@redhat.com>
641
642 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
643 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
644 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
645 foo_cold. Revise comments to match.
646 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
647 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
648 were wrapped into this proc; Call do_test in loop from outermost
649 level.
650 (foo_low): Rename all occurrences to "foo_cold".
651 (backtrace from baz): New test.
652 (x2/i foo_cold): New test.
653 (info line *foo_cold): New test.
654
1512d3b7
TV
6552019-07-26 Tom de Vries <tdevries@suse.de>
656
657 * gdb.arch/i386-pkru.exp: Fix unterminated string.
658
297989a1
TV
6592019-07-25 Tom de Vries <tdevries@suse.de>
660
661 PR testsuite/24830
662 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
663 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
664 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
665 (skip_libstdcxx_probe_tests): ... here.
666 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
667
b3b965fb
TV
6682019-07-24 Tom de Vries <tdevries@suse.de>
669
670 PR testsuite/24807
671 * gdb.objc/basicclass.m: Include stdio.h.
672 * gdb.objc/nondebug.m: Same.
673 * gdb.objc/objcdecode.m: Same.
674
4625b4d0
TV
6752019-07-24 Tom de Vries <tdevries@suse.de>
676
677 PR testsuite/24612
678 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
679 additional_flags.
680
024a5840
TV
6812019-07-24 Tom de Vries <tdevries@suse.de>
682
683 PR testsuite/24831
684 * gdb.multi/tids.exp: Update error messages for info threads.
685
c76ddaa3
TV
6862019-07-24 Tom de Vries <tdevries@suse.de>
687
688 * gdb.base/info-types.exp: Allow info types to print info for more than
689 one file.
690
9a618ef6
TV
6912019-07-23 Tom de Vries <tdevries@suse.de>
692
693 PR testsuite/24842
694 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
695 gdb_spawn_with_cmdline_opts.
696
40eadf04
SP
6972019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
698
699 * gdb.arch/arm-cmse-sgstubs.c: New test.
700 * gdb.arch/arm-cmse-sgstubs.exp: New file.
701
5ba29434
TV
7022019-07-23 Tom de Vries <tdevries@suse.de>
703
704 PR testsuite/24711
705 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
706 issuing next command.
707
a8e9d247
AB
7082019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
709
710 * gdb.ada/info_auto_lang.exp: Update expected results.
711 * gdb.base/info-types.c: Add additional types to check.
712 * gdb.base/info-types.exp: Update expected results.
713
eb86c5e2
AB
7142019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
715
716 * gdb.base/info-types.c: New file.
717 * gdb.base/info-types.exp: New file.
718
01e175fe
AB
7192019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
720
721 * gdb.arch/riscv-bp-infcall.c: New file.
722 * gdb.arch/riscv-bp-infcall.exp: New file.
723
6b78c3f8
AB
7242019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
725
726 PR breakpoints/24541
727 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
728
da738167
TV
7292019-07-14 Tom de Vries <tdevries@suse.de>
730
731 PR testsuite/24760
732 * gdb.objc/basicclass.exp: Fix unterminated string.
733
0d4e84ed
AB
7342019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
735 Andrew Burgess <andrew.burgess@embecosm.com>
736
737 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
738 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
739 negative bounds.
740 * gdb.fortran/vla-value.exp: Print elements of an array with
741 negative bounds.
742 * gdb.fortran/vla.f90: Setup an array with negative bounds for
743 testing.
744
021d8588
AB
7452019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
746
747 * gdb.base/options.exp (expect_string): Dequote strings in
748 results.
749 (test-string): Test strings with different quoting and reindent.
750
f06f1252
TT
7512019-07-10 Tom Tromey <tromey@adacore.com>
752
753 * gdb.ada/mi_ex_cond.exp: Update expected results.
754 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
755 * gdb.ada/mi_catch_ex.exp: Update expected results.
756 * gdb.ada/mi_catch_assert.exp: Update expected results.
757 * gdb.ada/catch_ex.exp (catch_exception_info)
758 (catch_exception_entry, catch_assert_entry)
759 (catch_unhandled_entry): Update.
760 * gdb.ada/catch_assert_if.exp: Update expected results.
761
b863685d
RB
7622019-07-10 Richard Bunt <richard.bunt@arm.com>
763 Stephen Roberts <stephen.roberts@arm.com>
764
765 * gdb.base/define.exp: Restore original prompt.
766
cb1e4e32
PA
7672019-07-09 Pedro Alves <palves@redhat.com>
768
769 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
770 breakpoints" output.
771 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
772 * gdb.python/py-breakpoint.exp: No longer expect that "catch
773 throw" creates breakpoint.
774 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
775 'type="catchpoint"'.
776
b58a68fe
PA
7772019-07-09 Pedro Alves <palves@redhat.com>
778
779 PR c++/15468
780 * gdb.cp/except-multi-location-lib.cc: New.
781 * gdb.cp/except-multi-location-main.cc: New.
782 * gdb.cp/except-multi-location.exp: New.
783
0826779b
PW
7842019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
785
786 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
787 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
788 argument and update callers.
789
5b0e2db4
AB
7902019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
791
792 * gdb.arch/amd64-break-on-asm-line.S: New file.
793 * gdb.arch/amd64-break-on-asm-line.exp: New file.
794
1f6f6e21
PW
7952019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
796
797 * gdb.base/printcmds.exp: Test printing C string and
798 C wide string convenience vars without transiting via the inferior.
799 Also make test names unique.
800
ea142fbf
AH
8012019-07-08 Alan Hayward <alan.hayward@arm.com>
802
803 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
804
213fd9fa
PA
8052019-07-04 Pedro Alves <palves@redhat.com>
806
807 * lib/gdb.exp (foreach_with_prefix): Don't return early if
808 body returned ok(0), break(3) or continue(4).
809 * gdb.testsuite/foreach_with_prefix.exp: New file.
810
2b40fda7
AH
8112019-07-04 Alan Hayward <alan.hayward@arm.com>
812
813 * gdb.server/unittest.exp: Allow 0 unit tests to run.
814
a26c8de0
PA
8152019-07-03 Pedro Alves <palves@redhat.com>
816
817 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
818 "return -code".
819
5f4ba3e7
PA
8202019-07-03 Pedro Alves <palves@redhat.com>
821
822 PR cli/24732
823 * gdb.base/shell.exp: Load completion-support.exp.
824 Adjust expected error output. Add completion tests.
825
a994424f
PA
8262019-07-03 Pedro Alves <palves@redhat.com>
827
828 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
829 string_to_regexp.
830
3d9be6f5
PA
8312019-07-03 Pedro Alves <palves@redhat.com>
832
833 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
834 (expect_integer): Adjust to expect "-string".
835 (expect_string): New.
836 (all_options): Expect "-string".
837 (test-flag, test-boolean): Adjust to expect "-string".
838 (test-string): New proc.
839 (top level): Call it.
840
41fc454c
PA
8412019-07-03 Pedro Alves <palves@redhat.com>
842
843 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
844 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
845 the expected output in the success.
846
b2b2a215
PA
8472019-07-03 Pedro Alves <palves@redhat.com>
848
849 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
850 Split one gdb_test_multiple call in two to avoid a race.
851
fdbc9870
PA
8522019-07-03 Pedro Alves <palves@redhat.com>
853
854 * gdb.base/with.c: New file.
855 * gdb.base/with.exp: New file.
856
c6ac8931
PA
8572019-07-03 Pedro Alves <palves@redhat.com>
858
859 * gdb.base/settings.exp: Replace all references to "maint
860 test-settings set" with references to "maint set test-settings",
861 and all references to "maint test-settings show" with references
862 to "maint show test-settings".
863
970f9d09
PA
8642019-07-03 Pedro Alves <palves@redhat.com>
865
866 * gdb.base/settings.exp (test-string): Adjust expected out when
867 testing "maint test-settings show filename"
868
54d66006
PA
8692019-07-02 Pedro Alves <palves@redhat.com>
870
871 * gdb.base/options.exp (test-info-threads): New procedure.
872 (top level): Call it.
873
10d06d82
TT
8742019-06-28 Tom Tromey <tromey@adacore.com>
875
876 * gdb.dwarf2/ada-linkage-name.c: New file.
877 * gdb.dwarf2/ada-linkage-name.exp: New file.
878
3d507ff2
TT
8792019-06-27 Tom Tromey <tromey@adacore.com>
880
881 * gdb.cp/constexpr-field.exp: Use setup_xfail.
882
8af58ffe
TV
8832019-06-26 Tom de Vries <tdevries@suse.de>
884
885 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
886
22e21752
TV
8872019-06-26 Tom de Vries <tdevries@suse.de>
888
889 * gdb.base/index-cache.exp: Add back missing debug option.
890
b65b566c
PW
8912019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
892
893 * gdb.base/alias.exp: Test non matching/non existing prefixes.
894
5c2c8c69
TV
8952019-06-25 Tom de Vries <tdevries@suse.de>
896
897 PR testsuite/24727
898 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
899
164e3873
TV
9002019-06-24 Tom de Vries <tdevries@suse.de>
901
902 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
903
824eacee
TV
9042019-06-24 Tom de Vries <tdevries@suse.de>
905
906 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
907 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
908 * gdb.trace/unavailable-dwarf-piece.exp: Same.
909
385b97d3
TV
9102019-06-24 Tom de Vries <tdevries@suse.de>
911
912 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
913
c596f180
TV
9142019-06-21 Tom de Vries <tdevries@suse.de>
915
916 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
917
b13a7d03
TV
9182019-06-21 Tom de Vries <tdevries@suse.de>
919
920 PR testsuite/24518
921 PR ada/24713
922 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
923 index.
924
899277ae
TT
9252019-06-19 Tom Tromey <tromey@adacore.com>
926
927 * gdb.ada/length_cond.exp: Add intro comment.
928
680e1bee
TT
9292019-06-19 Tom Tromey <tromey@adacore.com>
930
931 * gdb.ada/length_cond.exp: New file.
932 * gdb.ada/length_cond/length_cond.adb: New file.
933 * gdb.ada/length_cond/pck.adb: New file.
934 * gdb.ada/length_cond/pck.ads: New file.
935
0ed4690a
TV
9362019-06-18 Tom de Vries <tdevries@suse.de>
937
938 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
939
d20ed5fd
TT
9402019-06-18 Tom Tromey <tromey@adacore.com>
941
942 * gdb.base/list0.h: Add comment explaining control character.
943
86e04673
TV
9442019-06-18 Tom de Vries <tdevries@suse.de>
945
946 * boards/fission.exp: Break up long debug_flags line.
947
c4973306
SM
9482019-06-16 Tom de Vries <tdevries@suse.de>
949
950 PR gdb/24445
951 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
952 generated index.
953
93cb9841
AB
9542019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
955
956 PR gdb/24686
957 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
958 improve detection of bug gdb/24541.
959
399aaebd
SM
9602019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
961
962 PR gdb/24669
963 * gdb.base/index-cache.exp (uses_readnow,
964 expecting_index_cache_use): Define global variable.
965 (test_cache_enabled_miss, test_cache_enabled_hit): Use
966 expecting_index_cache_use.
967
584a927c
AB
9682019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
969 Andrew Burgess <andrew.burgess@embecosm.com>
970
971 * gdb.fortran/pointers.f90: New file.
972 * gdb.fortran/print_type.exp: New file.
973 * gdb.fortran/vla-ptype.exp: Adapt expected results.
974 * gdb.fortran/vla-type.exp: Likewise.
975 * gdb.fortran/vla-value.exp: Likewise.
976 * gdb.mi/mi-vla-fortran.exp: Likewise.
977
30056ea0
AB
9782019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
979
980 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
981 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
982 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
983 as a stop reason.
984
ec8e2b6d
AB
9852019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
986
987 * gdb.base/annota1.exp: Update expected results.
988 * gdb.cp/annota2.exp: Likewise.
989 * gdb.cp/annota3.exp: Likewise.
990
09e4c4e1
AB
9912019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
992
993 * gdb.base/style-logging.exp: Remove path from test name.
994
0735b091
TT
9952019-06-14 Tom Tromey <tromey@adacore.com>
996
997 PR gdb/24502:
998 * gdb.base/style-logging.exp: New file.
999
f5686554
TT
10002019-06-14 Tom Tromey <tromey@adacore.com>
1001
1002 * gdb.base/symfile-warn.exp: New file.
1003 * gdb.base/symfile-warn.c: New file.
1004
a0c1ffed
TT
10052019-06-14 Tom Tromey <tromey@adacore.com>
1006
1007 * gdb.base/annotate-symlink.exp: New file.
1008
f411722c
TT
10092019-06-14 Tom Tromey <tromey@adacore.com>
1010
1011 * gdb.ada/set_wstr.exp: Add reassignment test.
1012
4268ec18
TT
10132019-06-14 Tom Tromey <tromey@adacore.com>
1014
1015 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1016 'unchecked_access and 'unrestricted_access as well.
1017
9a9e394b
TT
10182019-06-14 Tom Tromey <tromey@adacore.com>
1019
1020 PR ada/24539:
1021 * gdb.ada/vla.exp: Update tests.
1022 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1023 pragma.
1024
4c048731
PA
10252019-06-13 Pedro Alves <palves@redhat.com>
1026
1027 * gdb.base/settings.exp (test-integer): Test junk after
1028 "unlimited".
1029
6665660a
PA
10302019-06-13 Pedro Alves <palves@redhat.com>
1031
1032 * gdb.base/options.exp (test-thread-apply): New.
1033 (top level): Call it.
1034
5d707134
PA
10352019-06-13 Pedro Alves <palves@redhat.com>
1036
1037 * gdb.base/options.exp (test-frame-apply): New.
1038 (top level): Test print commands with different "frame apply"
1039 prefixes.
1040
e2a689da
PA
10412019-06-13 Pedro Alves <palves@redhat.com>
1042
e79be6e5 1043 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
1044 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1045 'max_completions' parameter and handle it.
1046 (test_gdb_completion_offers_commands): New.
1047
90a1ef87
PA
10482019-06-13 Pedro Alves <palves@redhat.com>
1049
1050 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1051
d4c16835
PA
10522019-06-13 Pedro Alves <palves@redhat.com>
1053
1054 * gdb.base/options.exp (test-backtrace): New.
1055 (top level): Call it.
1056
2daf894e
PA
10572019-06-13 Pedro Alves <palves@redhat.com>
1058
1059 * gdb.guile/scm-frame-args.exp: Use "set print
1060 raw-frame-arguments" instead of "set print raw frame-arguments".
1061 * gdb.python/py-frame-args.exp: Likewise.
1062
e6ed716c
PA
10632019-06-13 Pedro Alves <palves@redhat.com>
1064
1065 * gdb.compile/compile.exp: Adjust expected output to option
1066 processing changes.
1067
7d8062de
PA
10682019-06-13 Pedro Alves <palves@redhat.com>
1069
1070 * gdb.base/options.exp: Build executable.
1071 (test-print): New procedure.
1072 (top level): Call it, once for "print" and another for "compile
1073 print".
1074
9d0faba9
PA
10752019-06-13 Pedro Alves <palves@redhat.com>
1076
1077 * gdb.base/options.c: New file.
1078 * gdb.base/options.exp: New file.
1079
dee7b4c8
PA
10802019-06-13 Pedro Alves <palves@redhat.com>
1081
1082 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1083 that "o" is ambiguous.
1084
dca0f6c0
PA
10852019-06-13 Pedro Alves <palves@redhat.com>
1086
1087 * gdb.base/settings.c: New file.
1088 * gdb.base/settings.exp: New file.
1089
ccf46844
PA
10902019-06-13 Pedro Alves <palves@redhat.com>
1091
1092 * gdb.base/completion.exp: Fix comment typo.
1093
b9a3f842
PA
10942019-06-13 Pedro Alves <palves@redhat.com>
1095
1096 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1097 foo --1" test.
1098
d106773e
PA
10992019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1100
1101 * gdb.fortran/block-data.f: New.
1102 * gdb.fortran/block-data.exp: New.
1103
fea82da0
TV
11042019-06-11 Tom de Vries <tdevries@suse.de>
1105
1106 PR testsuite/24521
1107 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1108 message.
1109
8c2e74f1
TV
11102019-06-11 Tom de Vries <tdevries@suse.de>
1111
1112 PR testsuite/24521
1113 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1114
b49851c8
TV
11152019-06-11 Tom de Vries <tdevries@suse.de>
1116
1117 * boards/readnow.exp: New file.
1118
a7067863
AB
11192019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1120
1121 * gdb.fortran/vla-sizeof.exp: Update expected results.
1122
1a3da2cd
AB
11232019-06-06 Amos Bird <amosbird@gmail.com>
1124
1125 * gdb.base/annota1.exp (thread_switch): Add test for
1126 thread-exited annotation.
1127
3847a7bf
TT
11282019-06-06 Tom Tromey <tromey@adacore.com>
1129
1130 * gdb.base/maint.exp: Expect command started/finished output.
1131
0088ba59
AB
11322019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1133
1134 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1135 comment.
1136 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1137
312617a3
AB
11382019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1139
1140 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1141 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1142 * gdb.arch/riscv-unwind-long-insn.c: New file.
1143 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1144
e1f2e1a2
CB
11452019-06-04 Christian Biesinger <cbiesinger@google.com>
1146
d3238f7d 1147 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 1148
206584bd
PW
11492019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1150
1151 * lib/gdb.exp (help_list_trailer): New regexp variable
1152 factorizing the help trailer message.
1153 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1154 arg to allow to better factorize various tests.
1155 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1156 (test_prefix_command_help): Use help_list_trailer.
1157 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1158 * gdb.guile/scm-cmd.exp: Likewise.
1159 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1160 * gdb.base/help.exp: Use test_user_defined_class_help.
1161 * gdb.base/style.exp: Add tests for styling of help and apropos.
1162 * lib/gdb-utils.exp (style): Add title and highlight styles.
1163
708dc93e
PW
11642019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1165
1166 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1167 $_shell_exitsignal.
1168 * gdb.base/default.exp: Update for new convenience variables.
1169
f49055a5
TT
11702019-05-29 Tom Tromey <tromey@adacore.com>
1171
1172 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1173 to "break complete ada" test case's regexp.
1174
4330d61d
TT
11752019-05-29 Tom Tromey <tromey@adacore.com>
1176
1177 PR c++/20020:
1178 * gdb.cp/constexpr-field.exp: New file.
1179 * gdb.cp/constexpr-field.cc: New file.
1180
000439d5
TT
11812019-05-29 Tom Tromey <tromey@adacore.com>
1182
1183 * gdb.base/finish.exp (finish_no_print): New proc.
1184 (finish_tests): Call it.
1185
5a01c34c
TV
11862019-05-24 Tom de Vries <tdevries@suse.de>
1187
1188 * gdb.dwarf2/gdb-add-index.exp: New file.
1189
18125b16
TT
11902019-05-22 Tom Tromey <tromey@adacore.com>
1191
1192 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1193 * gdb.base/style.exp: Use "style".
1194 * lib/gdb-utils.exp (style): New proc.
1195
af1a8d03
TV
11962019-05-22 Tom de Vries <tdevries@suse.de>
1197
1198 * gdb.base/align.exp: Require c++11.
1199
e7fe496b
TV
12002019-05-22 Tom de Vries <tdevries@suse.de>
1201
1202 PR testsuite/24586
1203 * gdb.python/py-mi-var-info-path-expression.exp: Call
1204 mi_skip_python_tests to check if python is supported.
1205
8fca4da0
AH
12062019-05-22 Alan Hayward <alan.hayward@arm.com>
1207
1208 * gdb.arch/aarch64-pauth.c: New test.
1209 * gdb.arch/aarch64-pauth.exp: New file.
1210
b7060614
AH
12112019-05-22 Alan Hayward <alan.hayward@arm.com>
1212
1213 * README (Re-running Tests Outside The Testsuite): New section.
1214
669d0468
TV
12152019-05-21 Tom de Vries <tdevries@suse.de>
1216
1217 * gdb.arch/amd64-eval.exp: Require c++11.
1218 * gdb.base/max-depth.exp: Same.
1219 * gdb.compile/compile-cplus-array-decay.exp: Same.
1220 * gdb.cp/meth-typedefs.exp: Same.
1221 * gdb.cp/subtypes.exp: Same.
1222 * gdb.cp/temargs.exp: Same.
1223
ce3ebcaa
AH
12242019-05-21 Alan Hayward <alan.hayward@arm.com>
1225
1226 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1227
34d11c68
AB
12282019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1229
1230 PR gdb/18644
1231 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1232 * gdb.fortran/printing-types.exp: Add new test.
1233 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1234 testing.
1235 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1236 setup_kfail call.
1237
87781e84
AH
12382019-05-17 Alan Hayward <alan.hayward@arm.com>
1239
1240 * README (Running the Testsuite): Change example.
1241 (Testsuite Parameters): Remove TRANSCRIPT.
1242 * lib/gdb.exp: Remove TRANSCRIPT check.
1243
b420b89e
AH
12442019-05-17 Alan Hayward <alan.hayward@arm.com>
1245
1246 * README (Testsuite Parameters): Add replay logging to
1247 GDBSERVER_DEBUG.
1248 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1249 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1250 as a comma separated list.
1251 (gdb_debug_init): Override procedure.
1252
408e9b8b
AH
12532019-05-17 Alan Hayward <alan.hayward@arm.com>
1254
1255 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1256 (gdb_write_cmd_file): New procedure.
1257 * lib/gdbserver-support.exp (gdbserver_start): Call
1258 gdbserver_write_cmd_file.
1259 (gdbserver_write_cmd_file): New procedure.
1260
f9e2e39d
AH
12612019-05-17 Alan Hayward <alan.hayward@arm.com>
1262
1263 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1264 (delete_breakpoints): Likewise.
1265 (gdb_run_cmd): Likewise.
1266 (gdb_start_cmd): Likewise.
1267 (gdb_starti_cmd): Likewise.
1268 (gdb_internal_error_resync): Likewise.
1269 (gdb_test_multiple): Likewise.
1270 (gdb_reinitialize_dir): Likewise.
1271 (default_gdb_exit): Likewise.
1272 (gdb_file_cmd): Mark kill as optional.
1273 (default_gdb_start): Call gdb_stdin_log_init.
1274 (send_gdb): Call gdb_stdin_log_write.
1275 (rerun_to_main): Mark Y as an answer.
1276 (gdb_stdin_log_init): New function.
1277 (gdb_stdin_log_write): Likewise.
1278
81f47ac2
AH
12792019-05-17 Alan Hayward <alan.hayward@arm.com>
1280
1281 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1282 * gdb.base/debug-expr.exp: Likewise.
1283 * gdb.base/foll-fork.exp: Likewise.
1284 * gdb.base/foll-vfork.exp: Likewise.
1285 * gdb.base/fork-print-inferior-events.exp: Likewise.
1286 * gdb.base/gdb-sigterm.exp: Likewise.
1287 * gdb.base/gdbinit-history.exp: Likewise.
1288 * gdb.base/osabi.exp: Likewise.
1289 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1290 * gdb.base/ui-redirect.exp: Likewise.
1291 * gdb.gdb/unittest.exp: Likewise.
1292 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1293 * gdb.mi/mi-watch.exp: Likewise.
1294 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1295 * gdb.mi/user-selected-context-sync.exp: Likewise.
1296 * gdb.python/python.exp: Disable debug test when debugging.
1297 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1298 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1299 Likewise.
1300 * gdb.threads/stepi-random-signal.exp: Likewise.
1301
29b52314
AH
13022019-05-17 Alan Hayward <alan.hayward@arm.com>
1303
1304 * Makefile.in: Pass through GDB_DEBUG.
1305 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1306 (gdb,debug): Add board setting.
1307 * lib/gdb.exp (default_gdb_start): Start debugging.
1308 (gdb_debug_enabled): New procedure.
1309 (gdb_debug_init): Likewise.
29b52314
AH
1310
13112019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 1312
29b52314
AH
1313 * Makefile.in: Pass through GDB_DEBUG.
1314 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
1315 (gdb,debug): Add board setting.
1316 * lib/gdb.exp (default_gdb_start): Start debugging.
1317 (gdb_debug_enabled): New procedure.
1318 (gdb_debug_init): Likewise.
29b52314 1319
ca1285d1
AH
13202019-05-17 Alan Hayward <alan.hayward@arm.com>
1321
1322 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1323
f3a09c80
AH
13242019-05-17 Alan Hayward <alan.hayward@arm.com>
1325
1326 * gdb.base/ui-redirect.exp: Test redirection.
1327
26648588
JV
13282019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1329
1330 * gdb.mi/mi-complete.exp: New file.
1331 * gdb.mi/mi-complete.cc: Likewise.
1332
14237686
AB
13332019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1334
1335 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1336 indexed and sliced arrays, and pointers to arrays.
1337
e7bd7fba
TT
13382019-05-14 Tom Tromey <tromey@adacore.com>
1339
1340 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1341 styling test.
1342
2764128d
TV
13432019-05-14 Tom de Vries <tdevries@suse.de>
1344
1345 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1346 selection entry encoding.
1347
71bed2db
TT
13482019-05-10 Tom Tromey <tromey@adacore.com>
1349
1350 * gdb.ada/info_exc.exp: Add "complete" test.
1351
63b667ad
TV
13522019-05-09 Tom de Vries <tdevries@suse.de>
1353
1354 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1355 CU-relative.
1356
9cfd2b89
TV
13572019-05-09 Tom de Vries <tdevries@suse.de>
1358
1359 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1360 CU-relative.
1361
2228ef77
XR
13622019-05-08 Joel Brobecker <brobecker@adacore.com>
1363
1364 * gdb.ada/frame_arg_lang.exp: New testcase.
1365 * gdb.ada/frame_arg_lang/bla.adb: New file.
1366 * gdb.ada/frame_arg_lang/pck.ads: New file.
1367 * gdb.ada/frame_arg_lang/pck.adb: New file.
1368 * gdb.ada/frame_arg_lang/foo.c: New file.
1369
80e55b13
TT
13702019-05-08 Tom Tromey <tromey@adacore.com>
1371
1372 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1373
9d3421af
TT
13742019-05-08 Tom Tromey <tromey@adacore.com>
1375
1376 * gdb.base/ptype-offsets.exp: Update tests.
1377
844333e2
TT
13782019-05-08 Tom Tromey <tromey@adacore.com>
1379
1380 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1381 cases.
1382 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1383 "short".
1384
988915ee
TT
13852019-05-08 Tom Tromey <tromey@adacore.com>
1386
1387 * gdb.ada/vla.exp: New file.
1388 * gdb.ada/vla/vla.adb: New file.
1389
7bd55dac
TV
13902019-05-07 Tom de Vries <tdevries@suse.de>
1391
1392 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1393
75f06e9d
TV
13942019-05-07 Tom de Vries <tdevries@suse.de>
1395
1396 PR testsuite/24522
1397 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1398 section.
1399
77e7aaa4
TV
14002019-05-07 Tom de Vries <tdevries@suse.de>
1401
1402 PR testsuite/24522
1403 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1404 .debug_aranges section.
1405
456ba0fa
TV
14062019-05-07 Tom de Vries <tdevries@suse.de>
1407
1408 PR testsuite/24159
1409 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1410
5a56d6a6
TV
14112019-05-06 Tom de Vries <tdevries@suse.de>
1412
1413 * lib/gdb.exp (exec_has_index_section): New proc.
1414 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1415 section.
1416
9d6d4be8
TV
14172019-05-04 Tom de Vries <tdevries@suse.de>
1418
1419 * boards/cc-with-debug-names.exp: New file.
1420
222a8d25
TT
14212019-05-03 Tom Tromey <tromey@adacore.com>
1422
1423 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1424 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1425 * gdb.ada/char_enum.exp: Add test.
1426
0fdfd794
TV
14272019-05-03 Tom de Vries <tdevries@suse.de>
1428
1429 * boards/cc-with-gdb-index.exp: New file.
1430
80062eb9
AB
14312019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1432
1433 * gdb.rust/simple.exp: Add new test case.
1434 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1435 (main): Initialise an instance of the new struct.
1436
4504bbde
TT
14372019-05-01 Tom Tromey <tromey@adacore.com>
1438
1439 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1440 record.
1441 (NPR): New variable.
1442 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1443 test.
1444
d48e62f4
TT
14452019-05-01 Tom Tromey <tromey@adacore.com>
1446
1447 * gdb.ada/packed_array_assign.exp: Add packed assignment
1448 regression test.
1449
f59f30f5
TV
14502019-05-01 Tom de Vries <tdevries@suse.de>
1451
1452 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1453
b70bfc54
TV
14542019-05-01 Tom de Vries <tdevries@suse.de>
1455
1456 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1457
15f18d14
AT
14582019-04-30 Ali Tamur <tamur@google.com>
1459
1460 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1461
2ff0a947
TT
14622019-04-30 Tom Tromey <tromey@adacore.com>
1463
1464 * lib/ada.exp (find_ada_tool): New proc.
1465 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1466 * gdb.ada/catch_ex_std.exp: New file.
1467 * gdb.ada/catch_ex_std/foo.adb: New file.
1468 * gdb.ada/catch_ex_std/some_package.adb: New file.
1469 * gdb.ada/catch_ex_std/some_package.ads: New file.
1470
a776957c
TT
14712019-04-30 Tom Tromey <tromey@adacore.com>
1472
1473 PR c++/24470:
1474 * gdb.cp/temargs.cc: Add test code from PR.
1475
bc68014d
AB
14762019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1477
1478 * gdb.fortran/vla-datatypes.exp: Update expected results.
1479 * gdb.fortran/vla-ptype.exp: Likewise.
1480 * gdb.fortran/vla-type.exp: Likewise.
1481 * gdb.fortran/vla-value.exp: Likewise.
1482
f1fdc960
AB
14832019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1484
1485 * gdb.fortran/ptr-indentation.exp: Update expected results.
1486 * gdb.fortran/ptype-on-functions.exp: Likewise.
1487 * gdb.fortran/vla-ptr-info.exp: Likewise.
1488 * gdb.fortran/vla-value.exp: Likewise.
1489
bf7a4de1
AB
14902019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1491
1492 * gdb.fortran/ptype-on-functions.exp: New file.
1493 * gdb.fortran/ptype-on-functions.f90: New file.
1494
bbe75b9d
AB
14952019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1496
1497 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1498 case void string.
1499
1db455a7
AB
15002019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1501
1502 * gdb.fortran/complex.exp: Expand.
1503 * gdb.fortran/complex.f: Renamed to...
1504 * gdb.fortran/complex.f90: ...this, and extended to add more
1505 complex values.
1506
b6d03bb2
AB
15072019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1508
1509 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1510 MODULO, CMPLX.
1511
2e62ab40
AB
15122019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1513 Richard Bunt <richard.bunt@arm.com>
1514
1515 * gdb.base/max-depth.c: New file.
1516 * gdb.base/max-depth.exp: New file.
1517 * gdb.python/py-nested-maps.c: New file.
1518 * gdb.python/py-nested-maps.exp: New file.
1519 * gdb.python/py-nested-maps.py: New file.
1520 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1521 (test_all_common): Call test_max_depth.
1522 * gdb.fortran/max-depth.exp: New file.
1523 * gdb.fortran/max-depth.f90: New file.
1524 * gdb.go/max-depth.exp: New file.
1525 * gdb.go/max-depth.go: New file.
1526 * gdb.modula2/max-depth.exp: New file.
1527 * gdb.modula2/max-depth.c: New file.
1528 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1529
d2b584a5
TV
15302019-04-29 Tom de Vries <tdevries@suse.de>
1531
1532 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1533
136afab8
PW
15342019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1535
1536 * gdb.base/callexit.exp: Test may-call-functions off.
1537
725cbb63
KS
15382019-04-25 Keith Seitz <keiths@redhat.com>
1539
1540 PR c++/24367
1541 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1542 (another_incomplete_struct, test_incomplete): New definitions.
1543 (main): Use new definitions.
1544 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1545 functions.
1546
82433e3e
SDJ
15472019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1548
1549 PR corefiles/11608
1550 PR corefiles/18187
1551 * gdb.base/coredump-filter-build-id.exp: New file.
1552
dd06d4d6
AH
15532019-04-25 Alan Hayward <alan.hayward@arm.com>
1554
e79be6e5
SM
1555 * Makefile.in: Pass through GDBSERVER_DEBUG.
1556 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1557 (gdbserver,debug): Add board setting.
1558 * gdb.trace/tspeed.exp: Skip when debugging.
1559 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1560 * lib/gdbserver-support.exp: Likewise
dd06d4d6 1561
1670072e
TT
15622019-04-24 Tom Tromey <tromey@adacore.com>
1563
1564 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1565 Rust.
1566
a59240a4
TT
15672019-04-24 Tom Tromey <tromey@adacore.com>
1568
1569 * gdb.arch/amd64-eval.exp: Test bitfield return.
1570 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1571 (class Foo) <return_bitfields>: New method.
1572 (main): Call it.
1573
b907456c
AB
15742019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1575
1576 * gdb.cp/many-args.cc: New file.
1577 * gdb.cp/many-args.exp: New file.
1578
5c565afd
TV
15792019-04-23 Tom de Vries <tdevries@suse.de>
1580
1581 PR gdb/24433
1582 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1583
ba22ff86
AH
15842019-04-23 Alan Hayward <alan.hayward@arm.com>
1585
1586 * gdb.trace/backtrace.exp: Use nopie flag.
1587 * gdb.trace/circ.exp: Likewise.
1588 * gdb.trace/collection.exp: Likewise.
1589 * gdb.trace/ftrace.exp: Likewise.
1590 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1591 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1592 * gdb.trace/qtro.exp: Likewise.
1593 * gdb.trace/read-memory.exp: Likewise.
1594 * gdb.trace/report.exp: Likewise.
1595 * gdb.trace/tfile.exp: Likewise.
1596 * gdb.trace/tfind.exp: Likewise.
1597 * gdb.trace/unavailable.exp: Likewise.
1598
7905fc35
PA
15992019-04-22 Pedro Alves <palves@redhat.com>
1600
1601 * gdb.base/solib-probes-nosharedlibrary.c,
1602 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1603
8ecb59f8
TT
16042019-04-19 Tom Tromey <tromey@adacore.com>
1605
1606 * gdb.ada/ptype_union.c: New file.
1607 * gdb.ada/ptype_union.exp: New file.
1608
62160ec9
TT
16092019-04-19 Tom Tromey <tromey@adacore.com>
1610
1611 PR symtab/24423:
1612 * gdb.base/list0.h (foo): Add a control-l character.
1613
36cd4ba5
TV
16142019-04-18 Tom de Vries <tdevries@suse.de>
1615
1616 PR gdb/24433
1617 * boards/local-board.exp: Set sysroot to "".
1618
b73715df
TV
16192019-04-18 Tom de Vries <tdevries@suse.de>
1620 Pedro Alves <palves@redhat.com>
1621
1622 PR gdb/24454
1623 * gdb.threads/vfork-follow-child-exec.c: New file.
1624 * gdb.threads/vfork-follow-child-exec.exp: New file.
1625 * gdb.threads/vfork-follow-child-exit.c: New file.
1626 * gdb.threads/vfork-follow-child-exit.exp: New file.
1627
4aa866af
LS
16282019-04-15 Leszek Swirski <leszeks@google.com>
1629
1630 * gdb.arch/amd64-eval.cc: New file.
1631 * gdb.arch/amd64-eval.exp: New file.
1632
e5a1a79a
AH
16332019-04-11 Alan Hayward <alan.hayward@arm.com>
1634
1635 * gdb.server/sysroot.c: New test.
1636 * gdb.server/sysroot.exp: New file.
1637 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1638 matching param.
1639
41077b66
AB
16402019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1641
1642 * gdb.base/align.exp: Extend test to cover structures containing
1643 only static fields.
1644
c30391f8
TV
16452019-04-11 Tom de Vries <tdevries@suse.de>
1646
1647 * boards/cc-with-dwz-m.exp: New file.
1648 * boards/cc-with-dwz.exp: New file.
1649 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1650
e242fd12
SM
16512019-04-09 Simon Marchi <simon.marchi@efficios.com>
1652
1653 * gdb.base/start-cpp.exp: New file.
1654 * gdb.base/start-cpp.cc: New file.
1655
2b0c8b01
KB
16562019-04-08 Kevin Buettner <kevinb@redhat.com>
1657
1658 * gdb.python/py-thrhandle.exp: Adjust tests to call
1659 thread_from_handle instead of thread_from_thread_handle.
1660
947210e5
KB
16612019-04-08 Kevin Buettner <kevinb@redhat.com>
1662
1663 * gdb.python/py-thrhandle.exp: Add tests for
1664 gdb.InferiorThread.handle.
1665
d7df6549
AB
16662019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1667
1668 * gdb.python/py-function.exp: Check calling helper function from
1669 all languages.
1670 * lib/gdb.exp (gdb_supported_languages): New proc.
1671
8bdc1658
AB
16722019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1673
1674 * gdb.base/complex-parts.c: New file.
1675 * gdb.base/complex-parts.exp: New file.
1676
05caa1d2
TT
16772019-04-01 Tom Tromey <tromey@adacore.com>
1678
1679 PR symtab/23331:
1680 * gdb.dwarf2/dw2-ranges-main.c: New file.
1681 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1682 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1683
7734102d
EZ
16842019-03-30 Simon Marchi <simark@simark.ca>
1685
1686 * gdb.base/default.exp: Add values for $_gdb_major and
1687 $_gdb_minor.
1688
188e1fa9
TT
16892019-03-29 Tom Tromey <tromey@adacore.com>
1690
1691 * gdb.base/help.exp: Tighten apropos regexp.
1692
2880242d
KS
16932019-03-29 Keith Seitz <keiths@redhat.com>
1694
1695 * gdb.fortran/array-bounds.exp: New file.
1696 * gdb.fortran/array-bounds.f90: New file.
1697
077cad8e
PW
16982019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1699
1700 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1701
80047cfc
PW
17022019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1703
1704 * gdb.multi/hello.c (main): Increase alarm timer.
1705
f489207e
SL
17062019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1707
1708 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1709 factor when no hardware watchpoint support.
1710
c92df149
AH
17112019-03-28 Alan Hayward <alan.hayward@arm.com>
1712 Pedro Alves <palves@redhat.com>
1713
1714 * boards/local-board.exp: set sysroot to /.
1715
933aebfa
AH
17162019-03-27 Alan Hayward <alan.hayward@arm.com>
1717
1718 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1719 in child.
1720
9f9aa852
AB
17212019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1722
1723 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1724 field.
1725 (make_container): Initialise new field.
1726 * gdb.python/py-prettyprint.exp: Add new tests.
1727 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1728 <display_hint>: New method.
1729
3714a195
AB
17302019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1731
1732 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1733 gdb_continue_to_breakpoint more throughout this test.
1734 (run_lang_tests) Supply unique test names, and use
1735 gdb_test_no_output.
1736
18c77628
AB
17372019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1738
1739 * gdb.base/finish-pretty.exp: Update expected results.
1740 * gdb.base/pretty-print.c: New file.
1741 * gdb.base/pretty-print.exp: New file.
1742
9a93502f
PA
17432019-03-25 Pedro Alves <palves@redhat.com>
1744
1745 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1746 move comments outside list. Append '-i "" eof' section.
1747
968aa7ae
AH
17482019-03-22 Alan Hayward <alan.hayward@arm.com>
1749
1750 * README: Add pie options.
1751 * gdb.base/break-interp.exp: Ensure pie is disabled.
1752 * gdb.base/dump.exp: Likewise.
1753 * lib/gdb.exp (gdb_compile): Add pie option.
1754
4c7d57e7
TT
17552019-03-19 Tom Tromey <tromey@adacore.com>
1756
1757 * gdb.mi/mi2-cli-display.c: New file.
1758 * gdb.mi/mi2-cli-display.exp: New file.
1759
bff8c71f
TT
17602019-03-18 Joel Brobecker <brobecker@adacore.com>
1761 Tom Tromey <tromey@adacore.com>
1762
1763 * gdb.ada/ptype_array/pck.adb: New file.
1764 * gdb.ada/ptype_array/pck.ads: New file.
1765 * gdb.ada/ptype_array/foo.adb: New file.
1766 * gdb.ada/ptype_array.exp: New file.
1767
d085f989
TT
17682019-03-14 Tom Tromey <tromey@adacore.com>
1769
1770 * gdb.base/style.exp: Add "set style sources" test.
1771
b4be1b06
SM
17722019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1773
1774 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1775 * mi-breakpoint-multiple-locations.exp: ... this.
1776 (make_breakpoints_pattern): New proc.
1777 (do_test): Add mi_version parameter, test -break-insert,
1778 -break-info and =breakpoint-created.
1779
7cde5fc2
AB
17802019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1781
1782 * config/default.exp: Remove 'load_lib gdb.exp'.
1783 * config/monitor.exp: Likewise.
1784 * config/sid.exp: Likewise.
1785 * config/sim.exp: Likewise.
1786 * config/slite.exp: Likewise.
1787 * config/unix.exp: Likewise.
1788 * gdb.base/default.exp: Remove unhelpful comment.
1789
efbecbc1
AB
17902019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1791
1792 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1793
0841c79a
AB
17942019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1795
1796 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1797
4a270568
AB
17982019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1799
1800 * gdb.fortran/type-kinds.exp: Update expected results.
1801
067630bd
AB
18022019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1803
1804 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1805
3be47f7a
AB
18062019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1807
1808 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1809 function.
1810 (test_basic_parsing_of_type_kinds): Expand types tested.
1811 (test_parsing_invalid_type_kinds): New function.
1812
4d00f5d8
AB
18132019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1814
1815 * gdb.fortran/intrinsics.exp: New file.
1816 * gdb.fortran/intrinsics.f90: New file.
1817 * gdb.fortran/type-kinds.exp: New file.
1818
c8f91604
AB
18192019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1820
1821 * gdb.fortran/dot-ops.exp: New file.
1822
dd9f2c76
AB
18232019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1824
1825 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1826 Check upper and lower case logical literals.
1827
84ec9724
AB
18282019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1829
1830 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1831 Remove duplicate tests.
1832
c3734e09
AH
18332019-03-06 Alan Hayward <alan.hayward@arm.com>
1834
1835 * lib/gdb.exp (builtin_cd): rename of cd.
1836 (cd): Override builtin.
1837
aa3cfbda
RB
18382019-03-06 Richard Bunt <richard.bunt@arm.com>
1839
1840 * gdb.fortran/function-calls.exp: New file.
1841 * gdb.fortran/function-calls.f90: New test.
1842
7b63ad86
RB
18432019-03-04 Richard Bunt <richard.bunt@arm.com>
1844
1845 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1846 on user program standard output.
1847 * gdb.fortran/short-circuit-argument-list.f90: Record function
1848 calls.
1849
01abb042
AH
18502019-02-28 Alan Hayward <alan.hayward@arm.com>
1851
c3734e09
AH
1852 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1853 failure.
01abb042 1854
92137da0
RO
18552019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1856
1857 PR gdb/8527
1858 * gdb.base/interrupt-daemon-attach.c,
1859 gdb.base/interrupt-daemon-attach.exp: New test.
1860
5862844d
PA
18612019-02-27 Pedro Alves <palves@redhat.com>
1862
1863 * gdb.base/page.exp: Add tests for "set width/height -1".
1864
8ed25214
PA
18652019-02-27 Pedro Alves <palves@redhat.com>
1866
1867 * gdb.base/page.exp: Add tests for "set/show width/height" with
1868 "infinite" values.
1869
6c28e44a
TT
18702019-02-27 Tom Tromey <tromey@adacore.com>
1871
1872 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1873 2.4.
1874 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1875 workaround.
1876
bf9a735e
AB
18772019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1878
1879 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1880 tests for structs with static members.
1881
8791793c
TT
18822019-02-26 Tom Tromey <tromey@adacore.com>
1883
1884 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1885 ValueError, not TypeError.
1886
bc2a507e
KB
18872019-02-26 Kevin Buettner <kevinb@redhat.com>
1888
1889 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1890 call from main program.
1891
e0e7d3bd
JB
18922019-02-23 Joel Brobecker <brobecker@adacore.com>
1893
1894 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1895 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1896 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1897 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1898 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1899
9600246d
KS
19002019-02-22 Keith Seitz <keiths@redhat.com>
1901
1902 PR symtab/23853
1903 * gdb.base/symlink-sourcefile.c: New file.
1904 * gdb.base/symlink-sourcefile.exp: New file.
1905
0c95f9ed
TT
19062019-02-20 Tom Tromey <tom@tromey.com>
1907
1908 * gdb.base/info_qt.exp: Update.
1909
6caa91b6
SM
19102019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1911
1912 * gdb.base/source.exp: Move "error in sourced script" code to
1913 the end.
1914 * gdb.base/source-error.gdb: Move contents to
1915 source-error-1.gdb. Add new code to source source-error-1.gdb.
1916 * gdb.base/source-error-1.gdb: New file, from previous
1917 source-error.gdb.
1918
6506371f
TT
19192019-02-17 Tom Tromey <tom@tromey.com>
1920
1921 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1922 for macro styling.
1923 * gdb.base/style.c (SOME_MACRO): New macro.
1924
a0087920
TT
19252019-02-17 Tom Tromey <tom@tromey.com>
1926
1927 * gdb.base/style.exp: Add line-wrapping tests.
1928 * gdb.base/page.exp: Add test for quitting during pagination.
1929
a2cd4f14
JB
19302019-02-17 Joel Brobecker <brobecker@adacore.com>
1931
1932 * gdb.ada/big_packed_array: New testcase.
1933 * gdb.ada/homonym.exp: Fix incorrect expected output for
1934 "break <homonym__get_value>" test.
1935
9d70ffbc
WP
19362019-02-13 Weimin Pan <weimin.pan@oracle.com>
1937
1938 PR breakpoints/21870
1939 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1940 and prepare_for_testing. Add comment.
1941 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1942 redundant cleanup call. Clean up comment.
1943
01c7ae81
WP
19442019-02-12 Weimin Pan <weimin.pan@oracle.com>
1945
1946 PR breakpoints/21870
1947 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1948 * gdb.arch/aarch64-dbreg-contents.c: New file.
1949
aff29d1c
JB
19502019-02-10 Joel Brobecker <brobecker@adacore.com>
1951
1952 * gdb.ada/mi_ref_changeable: New testcase.
1953
df0da8a2
AH
19542019-02-07 Alan Hayward <alan.hayward@arm.com>
1955
1956 * gdb.base/attach.exp: Add double attach test.
1957
bd447abb
SM
19582019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1959
1960 * lib/gdb.exp (default_gdb_start): Don't match pagination
1961 prompt.
1962 (gdb_init): Set stty_init.
1963
1dbc40b9
TT
19642019-01-27 Tom Tromey <tom@tromey.com>
1965
1966 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1967 skip_python_tests.
1968
353229bf
AH
19692019-01-24 Alan Hayward <alan.hayward@arm.com>
1970
1971 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1972 New structure.
1973 (struct struct_static_02_02): Likewise.
1974 (struct struct_static_02_03): Likewise.
1975 (struct struct_static_02_04): Likewise.
1976 (struct struct_static_04_01): Likewise.
1977 (struct struct_static_04_02): Likewise.
1978 (struct struct_static_04_03): Likewise.
1979 (struct struct_static_04_04): Likewise.
1980 (struct struct_static_06_01): Likewise.
1981 (struct struct_static_06_02): Likewise.
1982 (struct struct_static_06_03): Likewise.
1983 (struct struct_static_06_04): Likewise.
1984 (cmp_struct_static_02_01): Likewise.
1985 (cmp_struct_static_02_02): Likewise.
1986 (cmp_struct_static_02_03): Likewise.
1987 (cmp_struct_static_02_04): Likewise.
1988 (cmp_struct_static_04_01): Likewise.
1989 (cmp_struct_static_04_02): Likewise.
1990 (cmp_struct_static_04_03): Likewise.
1991 (cmp_struct_static_04_04): Likewise.
1992 (cmp_struct_static_06_01): Likewise.
1993 (cmp_struct_static_06_02): Likewise.
1994 (cmp_struct_static_06_03): Likewise.
1995 (cmp_struct_static_06_04): Likewise.
1996 (call_all): Test new structs.
1997 * gdb.base/infcall-nested-structs.exp: Likewise.
1998
73021deb
AH
19992019-01-21 Alan Hayward <alan.hayward@arm.com>
2000 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
2001
fc65c7db
AH
20022019-01-21 Alan Hayward <alan.hayward@arm.com>
2003 * gdb.base/stack-protector.c: New test.
2004 * gdb.base/stack-protector.exp: New file.
2005 * gdb.cp/ovldbreak.exp: Only allow a single break line.
2006 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
2007 option.
2008 (gdb_compile): Remove stack protector for GCC and prevent
2009 recursion.
2010
c24bdb02
KS
20112019-01-16 Keith Seitz <keiths@redhat.com>
2012
2013 PR gdb/23773
2014 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2015
6f072a10
PFC
20162019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2017
2018 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2019 aliases.
2020 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2021 tests.
2022 * gdb.arch/powerpc-vector-regs.c: New file.
2023 * gdb.arch/powerpc-vector-regs.exp: New file.
2024
a7b8d682
PFC
20252019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2026
2027 * gdb.arch/altivec-regs.exp: Fix the list passed to
2028 gdb_expect_list when testing "info vector".
2029
6eb6fb67
AB
20302019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2031
2032 * gdb.base/style.exp: Don't include path in testname.
2033
b56f80d8
KS
20342019-01-10 Keith Seitz <keiths@redhat.com>
2035
2036 PR gdb/23712
2037 PR symtab/23010
2038 * gdb.dwarf2/multidictionary.exp: New file.
2039
041be526
SM
20402019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2041
2042 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2043 (test_gnuv3_style_demangling): ... this.
2044 (test_lucid_style_demangling): Remove.
2045 (test_arm_style_demangling): Remove.
2046 (test_hp_style_demangling): Remove.
2047 (do_tests): Remove calls to the above.
2048
d820d0c3
AB
20492019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2050
2051 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2052 case.
2053
f097f5ad
TT
20542019-01-06 Tom Tromey <tom@tromey.com>
2055
2056 PR gdb/28155:
2057 * gdb.dwarf2/typedef-void-finish.exp: New file.
2058
2cd8cc0b
TT
20592018-12-28 Tom Tromey <tom@tromey.com>
2060 Simon Marchi <simark@simark.ca>
2061
2062 * gdb.base/jit-exec.exp: New file.
2063 * gdb.base/jit-exec.c: New file.
2064 * gdb.base/jit-execd.c: New file.
2065
35fb8261
TT
20662018-12-28 Tom Tromey <tom@tromey.com>
2067
2068 * gdb.base/style.exp: Update test to check for address styling.
2069
47fd17cd
TT
20702018-12-28 Tom Tromey <tom@tromey.com>
2071
2072 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2073 message.
2074
d47032b7
TT
20752018-12-28 Tom Tromey <tom@tromey.com>
2076
2077 * gdb.base/style.exp: Add test for version number styling.
2078
af79b68d
TT
20792018-12-28 Tom Tromey <tom@tromey.com>
2080
2081 * gdb.base/style.exp: Add test for print_address_symbolic.
2082
0bb296cb
TT
20832018-12-28 Tom Tromey <tom@tromey.com>
2084
2085 * gdb.base/style.exp: Add test for breakpoint setting.
2086
80ae2043
TT
20872018-12-28 Tom Tromey <tom@tromey.com>
2088
2089 * gdb.base/style.exp: Add test for variable names.
2090
cbe56571
TT
20912018-12-28 Tom Tromey <tom@tromey.com>
2092
2093 * gdb.base/style.exp: New file.
2094 * gdb.base/style.c: New file.
2095
9162a27c
TT
20962018-12-28 Tom Tromey <tom@tromey.com>
2097
2098 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2099 "dumb".
2100 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2101 the TERM environment variable.
2102
bc543c90
TT
21032018-12-27 Tom Tromey <tom@tromey.com>
2104
2105 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2106 pagination test.
2107
6f0ffe50
AB
21082018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2109
2110 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2111 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2112
b5a1e557
PW
21132018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2114
2115 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2116 Filename a.adb changed to bp_fun_addr.adb.
2117 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2118
6e8b1ab2
JV
21192018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2120
2121 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2122 non-PIE executables.
2123 * README: Mention the gdb,nopie_flag board setting.
2124 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2125 non-PIE executable.
2126 * gdb.arch/amd64-entry-value.exp: Likewise.
2127 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2128 * gdb.arch/i386-float.exp: Likewise.
2129 * gdb.arch/i386-signal.exp: Likewise.
2130 * gdb.mi/mi-reg-undefined.exp: Likewise.
2131
d00a27c5
PM
21322018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2133
2134 PR gdb/23974
2135 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2136
161d081c
PW
21372018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2138
2139 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2140 Update order of results accordingly.
2141
b001de23
AB
21422018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2143
2144 * gdb.base/annota1.exp: Update a test regexp.
2145
99e1a184
AB
21462018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2147
2148 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2149
7a81c1e2
PW
21502018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2151
2152 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2153 (reuse_time): Initialize to REUSE_TIME_CAP.
2154 (check_rc): New function.
2155 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2156 Check pthread_create rc.
2157 (spawner_thread_func): Check pthread_create and pthread_join rc.
2158
73e8dc90
PA
21592018-12-08 Pedro Alves <palves@redhat.com>
2160
2161 * gdb.base/list.exp (test_forward_search): Rename to ...
2162 (test_forward_reverse_search): ... this. Also test reverse-search
2163 and the forward-search alias.
2164
13f2ed32
AB
21652018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2166
2167 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2168 local timeout variable before return, and remove all local timeout
2169 variable entirely.
2170 (gdb_load): Likewise.
2171
64d27cfc
TV
21722018-12-01 Tom de Vries <tdevries@suse.de>
2173
2174 * gdb.base/gdb-caching-proc.exp: New file.
2175
f63c03b4
SDJ
21762018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2177
2178 * Makefile.in (TIMESTAMP): New variable.
2179 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2180 command.
2181 (check-single-racy): Likewise.
2182 (check/%.exp): Likewise.
2183 (check-racy/%.exp): Likewise.
2184 (workers/%.worker): Likewise.
2185 (build-perf): Likewise.
2186 (check-perf): Likewise.
2187 * README: Describe new "TS" and "TS_FORMAT" variables.
2188 * print-ts.py: New file.
2189
1c97054b
BF
21902018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2191
2192 PR python/23714
2193 * gdb.python/python.exp: Test command repetition after
2194 gdb.execute.
2195
1871a62d
AB
21962018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2197
2198 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2199 is correctly aligned.
2200
fb5e1ed9
PW
22012018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2202
2203 * gdb.ada/info_auto_lang.exp: New testcase.
2204 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2205 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2206 * gdb.ada/info_auto_lang/some_c.c: New file.
2207
43d397ca
PW
22082018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2209
2210 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2211 FUNC_lang language syntax.
2212
beddd671
PW
22132018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2214
2215 * gdb.base/info_minsym.c: New file.
2216 * gdb.base/info_minsym.exp: New file.
2217
73fc52c4
TT
22182018-11-19 Tom Tromey <tom@tromey.com>
2219
2220 PR rust/23625:
2221 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2222 * gdb.rust/expr.exp: Update expected output. Change one test.
2223
994b876a
TT
22242018-11-19 Tom Tromey <tom@tromey.com>
2225
2226 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2227
6769f276
PA
22282018-11-19 Pedro Alves <palves@redhat.com>
2229
2230 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2231 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2232 see the expected warning.
2233
38a72da0
AH
22342018-11-16 Alan Hayward <alan.hayward@arm.com>
2235
2236 PR gdb/22736:
2237 * gdb.cp/infcall-nodebug-lib.c: New test.
2238 * gdb.cp/infcall-nodebug-main.c: New test.
2239 * gdb.cp/infcall-nodebug.exp: New file.
2240
53a89d6e
SM
22412018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2242
2243 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2244 completer tests.
2245
9325300d
TV
22462018-11-09 Tom de Vries <tdevries@suse.de>
2247
2248 * gdb.base/msym-lang.c: New test.
2249 * gdb.base/msym-lang.exp: New file.
2250 * gdb.base/msym-lang-main.c: New test.
2251
20f0d60d
TT
22522018-11-08 Tom Tromey <tom@tromey.com>
2253
2254 PR gdb/23555:
2255 PR gdb/23838:
2256 * gdb.base/warning.exp: New file.
2257
b5420128
JB
22582018-11-08 Jan Beulich <jbeulich@suse.com>
2259
2260 * testsuite/gdb.arch/i386-avx512.c,
2261 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2262
cd115d61
AB
22632018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2264
2265 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2266 point hardware.
2267
35ee2dc2
AB
22682018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2269
2270 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2271 * gdb.dwarf2/missing-type-name.exp: New file.
2272
31aceee8
TV
22732018-11-06 Tom de Vries <tdevries@suse.de>
2274
2275 * gdb.base/many-headers.c: New test.
2276 * gdb.base/many-headers.exp: New file.
2277
109be305
JW
22782018-11-06 Jim Wilson <jimw@sifive.com>
2279
2280 * gdb.base/code_elim.exp: For riscv, set additional_flags
2281 to include -msmall-data-limit=0.
2282
e2b7af72
JB
22832018-11-01 Joel Brobecker <brobecker@adacore.com>
2284
2285 * gdb.ada/watch_minus_l: New testcase.
2286
cdcda965
SM
22872018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2288
2289 * gdb.arch/aix-sighandle.c: New file.
2290 * gdb.arch/aix-sighandle.exp: New file.
2291
92dcebf3
AB
22922018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2293
2294 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2295 registers being unions.
2296
68b9ac18
TV
22972018-10-31 Tom de Vries <tdevries@suse.de>
2298
2299 * lib/valgrind.exp: New file.
2300 (vgdb_start, vgdb_stop): New procs, factored out of ...
2301 * gdb.base/valgrind-bt.exp: ... here, ...
2302 * gdb.base/valgrind-disp-step.exp: ... here and ...
2303 * gdb.base/valgrind-infcall.exp: ... here.
2304
1443936e
TV
23052018-10-31 Tom de Vries <tdevries@suse.de>
2306
2307 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2308
eb77c9df
AB
23092018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2310
2311 * gdb.dwarf2/void-type.c: New file.
2312 * gdb.dwarf2/void-type.exp: New file.
2313
82b5e646
PW
23142018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2315
2316 * gdb.base/info_qt.c: New file.
2317 * gdb.base/info_qt.exp: New file.
2318
8d619c01
EBM
23192018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2320
2321 * gdb.arch/powerpc-htm-regs.c: New file.
2322 * gdb.arch/powerpc-htm-regs.exp: New file.
2323
f2cf6173
EBM
23242018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2325
2326 * gdb.arch/powerpc-tar.c: New file.
2327 * gdb.arch/powerpc-tar.exp: New file.
2328
7ca18ed6
EBM
23292018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2330
2331 * gdb.arch/powerpc-ppr-dscr.c: New file.
2332 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2333
bfcc0eba
TV
23342018-10-25 Tom de Vries <tdevries@suse.de>
2335
2336 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2337
fe1a5cad
TV
23382018-10-24 Tom de Vries <tdevries@suse.de>
2339
2340 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2341 longer exists error.
2342
a76dc3b7
TV
23432018-10-24 Tom de Vries <tdevries@suse.de>
2344
2345 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2346
4df46df7
TV
23472018-10-24 Tom de Vries <tdevries@suse.de>
2348
2349 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2350 --db-attach in valgrind.
2351
0dbfcfff
AB
23522018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2353
2354 * gdb.arch/riscv-reg-aliases.c: New file.
2355 * gdb.arch/riscv-reg-aliases.exp: New file.
2356
b04480b1
AH
23572018-10-19 Alan Hayward <alan.hayward@arm.com>
2358
2359 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2360
2c6ac8d7
AH
23612018-10-19 Alan Hayward <alan.hayward@arm.com>
2362
2363 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2364
2bc69f25
AH
23652018-10-19 Alan Hayward <alan.hayward@arm.com>
2366
2367 * gdb.cp/ovldbreak.exp: Fix regexps.
2368
1f1ae3a3
AH
23692018-10-19 Alan Hayward <alan.hayward@arm.com>
2370
2371 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2372
94c18618
SDJ
23732018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2374
2375 PR cli/23785
2376 * gdb.base/restore.exp: New test to check if "restore" with an
2377 invalid file doesn't segfault.
2378
812cd6eb
TV
23792018-10-18 Tom de Vries <tdevries@suse.de>
2380
2381 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2382 * gdb.ada/excep_handle.exp: Same.
2383 * gdb.ada/mi_string_access.exp: Same.
2384 * gdb.ada/mi_var_union.exp: Same.
2385 * gdb.arch/arc-analyze-prologue.exp: Same.
2386 * gdb.arch/arc-decode-insn.exp: Same.
2387 * gdb.base/readnever.exp: Same.
2388 * gdb.fortran/printing-types.exp: Same.
2389 * gdb.guile/scm-lazy-string.exp: Same.
2390
c4b90788
TV
23912018-10-16 Tom de Vries <tdevries@suse.de>
2392
2393 PR gdb/23730
2394 * gdb.base/catch-follow-exec.c: Add copyright notice.
2395 * gdb.base/catch-follow-exec.exp: Rewrite to use
2396 gdb_spawn_with_cmdline_opts. Require gdb-native.
2397
8bca2978
SL
23982018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2399
2400 * gdb.trace/actions-changed.exp: Check for arch support.
2401 * gdb.trace/actions.exp: Likewise.
2402 * gdb.trace/ax.exp: Likewise.
2403 * gdb.trace/backtrace.exp: Likewise.
2404 * gdb.trace/change-loc.exp: Likewise.
2405 * gdb.trace/deltrace.exp: Likewise.
2406 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2407 * gdb.trace/ftrace.exp: Likewise.
2408 * gdb.trace/infotrace.exp: Check for arch support.
2409 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2410 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2411 * gdb.trace/mi-tsv-changed.exp: Likewise.
2412 * gdb.trace/packetlen.exp: Likewise.
2413 * gdb.trace/passc-dyn.exp: Likewise.
2414 * gdb.trace/passcount.exp: Likewise.
2415 * gdb.trace/pending.exp: Likewise.
2416 * gdb.trace/range-stepping.exp: Check for shlib support.
2417 * gdb.trace/report.exp: Check for arch support.
2418 * gdb.trace/save-trace.exp: Likewise.
2419 * gdb.trace/signal.exp: Check for signal support.
2420 * gdb.trace/tfind.exp: Check for arch support.
2421 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2422 * gdb.trace/trace-common.h: Add comment.
2423 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2424 * gdb.trace/trace-enable-disable.exp: Likewise.
2425 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2426 * gdb.trace/tracecmd.exp: Check for arch support.
2427 * gdb.trace/tspeed.exp: Check for shlib and target support.
2428 * gdb.trace/tstatus.exp: Check for arch support.
2429 * gdb.trace/tsv.exp: Likewise.
2430 * gdb.trace/while-dyn.exp: Likewise.
2431 * gdb.trace/while-stepping.exp: Likewise.
2432 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2433
f9c49bff
SM
24342018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2435
2436 * gdb.trace/tspeed.exp: Remove nowarnings.
2437 (prepare_for_trace_test): Declare "global ipalib".
2438 * gdb.trace/tspeed.c: Include unistd.h.
2439 (main): Remove superfluous printf argument.
2440
d4330bde
SL
24412018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2442
2443 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2444 directory prefix on the filename.
2445
8ecfd7bd
SDJ
24462018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2447
2448 * gdb.gdb/unittest.exp: Update expected message informing that
2449 selftests have been disabled.
2450 * gdb.server/unittest.exp: Likewise.
2451
58bbcd02
TV
24522018-10-09 Tom de Vries <tdevries@suse.de>
2453
2454 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2455 with runto_main.
2456
9f6b697b
WP
24572018-10-08 Weimin Pan <weimin.pan@oracle.com>
2458
2459 PR c++/16841
2460 * gdb.cp/virtbase2.cc: New file.
2461 * gdb.cp/virtbase2.exp: New file.
2462
add5ded5
TT
24632018-10-06 Tom Tromey <tom@tromey.com>
2464
2465 PR python/19399:
2466 * gdb.python/py-inferior.exp: Add architecture test.
2467
f9e48344
TT
24682018-10-06 Tom Tromey <tom@tromey.com>
2469
2470 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2471 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2472
2a8be203
TT
24732018-10-06 Tom Tromey <tom@tromey.com>
2474
2475 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2476 of a "throw" catchpoint.
2477
e04caa70
SDJ
24782018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2479
2480 * gdb.base/info-proc.exp: Update string expected from "help info
2481 proc".
2482
5ca8c39f
TT
24832018-10-04 Tom Tromey <tom@tromey.com>
2484
2485 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2486 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2487 (test_initial_complaints, test_empty_complaints): Update.
2488 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2489
3453e7e4
TT
24902018-10-04 Tom Tromey <tom@tromey.com>
2491
2492 PR cli/19551:
2493 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2494 * lib/gdb.exp (gdb_file_cmd): Update.
2495 * gdb.stabs/weird.exp (print_weird_var): Update.
2496 * gdb.server/solib-list.exp: Update.
2497 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2498 * gdb.mi/mi-cli.exp: Update.
2499 * gdb.linespec/linespec.exp: Update.
2500 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2501 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2502 * gdb.cp/cp-relocate.exp: Update.
2503 * gdb.base/sym-file.exp: Update.
2504 * gdb.base/relocate.exp: Update.
2505 * gdb.base/readnever.exp: Update.
2506 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2507 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2508 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2509 * gdb.base/code_elim.exp: Update.
2510 * gdb.base/break-unload-file.exp (test_break): Update.
2511 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2512 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2513 Update.
2514 * gdb.base/attach.exp (do_attach_tests): Update.
2515 * gdb.base/sepdebug.exp: Update.
2516 * gdb.python/py-section-script.exp: Update.
2517
6afcf761
TT
25182018-10-04 Tom Tromey <tom@tromey.com>
2519
2520 PR cli/22234:
2521 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2522 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2523 output.
2524
fef1b293
TT
25252018-10-04 Tom Tromey <tom@tromey.com>
2526
2527 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2528 set width and height to 0.
2529 (test_command_line_attach_run): Use -quiet.
2530
ca98345e
SL
25312018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2532
2533 * lib/gdb.exp (skip_ifunc_tests): New.
2534 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2535 other compile failures.
2536 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2537
ff34e6ae
SM
25382018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2539
2540 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2541 is_amd64_regs_target.
2542
6bb8890e
AH
25432018-10-01 Alan Hayward <alan.hayward@arm.com>
2544
2545 * gdb.arch/aarch64-sighandler-regs.c: New test.
2546 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2547 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2548
224d30d3
MM
25492018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2550
2551 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2552 assembly.
2553
f67ffa6a
AB
25542018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2555
2556 * gdb.base/frame-selection.exp: New file.
2557 * gdb.base/frame-selection.c: New file.
2558
9fc3183f
AH
25592018-09-27 Alan Hayward <alan.hayward@arm.com>
2560
2561 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2562 pthread barrier.
2563 (main): Likewise.
2564
d354055e
AB
25652018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2566
2567 * gdb.base/large-frame-1.c: New file.
2568 * gdb.base/large-frame-2.c: New file.
2569 * gdb.base/large-frame.exp: New file.
2570 * gdb.base/large-frame.h: New file.
2571
db727370
JL
25722018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2573
2574 PR gdb/20948
2575 * gdb.base/write_mem.exp: New test.
2576 * gdb.base/write_mem.c: Likewise.
2577
ae778caf
TT
25782018-09-23 Tom Tromey <tom@tromey.com>
2579
2580 PR python/18852:
2581 * gdb.python/py-parameter.exp: Add test for parameter that throws
2582 on "set".
2583
fd3ba736
TT
25842018-09-23 Tom Tromey <tom@tromey.com>
2585
2586 PR python/17284:
2587 * gdb.python/py-template.exp (test_template_arg): Add test for
2588 negative template argument number.
2589
39a24317
TT
25902018-09-23 Tom Tromey <tom@tromey.com>
2591
2592 PR python/14062:
2593 * gdb.python/python.exp: Add test for post_event error.
2594
f5769a2c
TT
25952018-09-23 Tom Tromey <tom@tromey.com>
2596
2597 PR python/18170:
2598 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2599 convert pointers to int and long.
2600
1c1e54f6
TT
26012018-09-23 Tom Tromey <tom@tromey.com>
2602
2603 PR python/20126:
2604 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2605 signed-ness conversion tests.
2606
fb4fa946
TT
26072018-09-23 Tom Tromey <tom@tromey.com>
2608
2609 PR python/18352;
2610 * gdb.python/py-value.exp (test_float_conversion): New proc.
2611 Use it.
2612
a466edac
HAQ
26132018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2614
2615 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2616
4ee9b0c5
SL
26172018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2618
2619 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2620 no readline.
2621 * gdb.base/utf8-identifiers.exp: Likewise.
2622 * gdb.cp/cpcompletion.exp: Likewise.
2623 * gdb.linespec/cpcompletion.exp: Likewise.
2624 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2625 * gdb.linespec/cpls-ops.exp: Likewise.
2626
23be8da7
RB
26272018-09-19 Richard Bunt <richard.bunt@arm.com>
2628 Chris January <chris.january@arm.com>
2629
2630 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2631 * gdb.fortran/short-circuit-argument-list.exp: New file.
2632 * gdb.fortran/short-circuit-argument-list.f90: New test.
2633
5031d0ae
SDJ
26342018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2635
2636 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2637 "arch=" keyword when executing "-stack-list-frames".
2638
b4c0d1a4
SDJ
26392018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2640
2641 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2642 "arch=" keyword when executing "-stack-list-frames".
2643
7a6d2b45
SDJ
26442018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2645
2646 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2647 break ada".
2648
8588b356
SM
26492018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2650
2651 PR python/23669
2652 * gdb.python/python.exp: Test gdb.execute("show commands").
2653
65e65158
TT
26542018-09-16 Tom Tromey <tom@tromey.com>
2655
2656 * gdb.base/new-ui.exp (do_execution_tests): Update.
2657 * gdb.base/dbx.exp (test_breakpoints): Update.
2658
bf326452
AH
26592018-09-14 Alan Hayward <alan.hayward@arm.com>
2660
2661 * lib/gdb.exp (gdb_simple_compile): Add proc.
2662 (is_elf_target): Use gdb_simple_compile.
2663 (skip_altivec_tests): Likewise.
2664 (skip_vsx_tests): Likewise.
2665 (skip_tsx_tests): Likewise.
2666 (skip_btrace_tests): Likewise.
2667 (skip_btrace_pt_tests): Likewise.
2668 (gdb_can_simple_compile): Likewise.
2669 (gdb_has_argv0): Likewise.
2670 (gdb_target_symbol_prefix): Likewise.
2671 (target_supports_scheduler_locking): Likewise.
2672
2361b0fb
TT
26732018-09-13 Tom Tromey <tom@tromey.com>
2674
2675 * Makefile.in (TAGS): Recognize proc_with_prefix and
2676 gdb_caching_proc.
2677
0ae1a321
SM
26782018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2679
2680 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2681 method.
2682
a40bf0c2
SM
26832018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2684
2685 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2686 and a few other Inferior properties when the Inferior is no
2687 longer valid.
2688
4a3fe98f
TT
26892018-09-13 Tom Tromey <tom@tromey.com>
2690
2691 PR rust/23650:
2692 * gdb.rust/simple.exp: Add test for enum field access error.
2693
098b2108
TT
26942018-09-13 Tom Tromey <tom@tromey.com>
2695
2696 PR rust/23626:
2697 * gdb.rust/simple.rs (EmptyEnum): New type.
2698 (main): Use it.
2699 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2700
1256af7d
SM
27012018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2702
2703 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2704 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2705 * gdb.python/py-symtab.exp: Update test printing an objfile.
2706
4aa8e6c2
SM
27072018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2708
2709 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2710 object.
2711
c221b2f7
AH
27122018-09-12 Alan Hayward <alan.hayward@arm.com>
2713
2714 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2715 (support_complex_tests): Use gdb_can_simple_compile.
2716 (is_ilp32_target): Likewise.
2717 (is_lp64_target): Likewise.
2718 (is_64_target): Likewise.
2719 (is_amd64_regs_target): Likewise.
2720 (is_aarch32_target): Likewise.
2721 (gdb_int128_helper): Likewise.
2722
6f1107b5
JK
27232018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2724
2725 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2726
1f5d1570
JG
27272018-09-10 Jerome Guitton <guitton@adacore.com>
2728
2729 * gdb.ada/same_component_name: Add test for case of tagged record
2730 with variable-length fields.
2731
cc330e39
XR
27322018-09-10 Xavier Roirand <roirand@adacore.com>
2733
2734 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2735 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2736 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2737 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2738
b9c50e9a
XR
27392018-09-10 Xavier Roirand <roirand@adacore.com>
2740
2741 * gdb.ada/mi_string_access.exp: New testcase.
2742 * gdb.ada/mi_string_access/bar.adb: New file.
2743 * gdb.ada/mi_string_access/pck.adb: New file.
2744 * gdb.ada/mi_string_access/pck.asd: New file.
2745
2963898f
XR
27462018-09-10 Xavier Roirand <roirand@adacore.com>
2747
2748 * gdb.ada/mi_var_union.exp: New testcase.
2749 * gdb.ada/mi_var_union/bar.adb: New file.
2750 * gdb.ada/mi_var_union/pck.adb: New file.
2751 * gdb.ada/mi_var_union/pck.asd: New file.
2752
1aac008f
TT
27532018-09-08 Tom Tromey <tom@tromey.com>
2754
2755 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2756
332cf4c9
TT
27572018-09-08 Tom Tromey <tom@tromey.com>
2758
2759 PR python/16047:
2760 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2761 (register_pretty_printers): Register new printer.
2762 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2763 test.
2764 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2765 (an_int_type3): New global.
2766
424da6cf
JB
27672018-09-08 Joel Brobecker <brobecker@adacore.com>
2768
2769 * gdb.ada/expr_with_funcall: New testcase.
2770
2a62dfa9
JB
27712018-09-08 Joel Brobecker <brobecker@adacore.com>
2772
2773 * gdb.ada/packed_array_assign: New testcase.
2774
96b6697f
AB
27752018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2776
2777 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2778 names, and add test prefixes to make test names unique.
2779
e4a62c65
TV
27802018-09-05 Tom de Vries <tdevries@suse.de>
2781
2782 * gdb.dwarf2/varval.exp: Add test.
2783
dd083ee2
GB
27842018-09-04 Gary Benson <gbenson@redhat.com>
2785
2786 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2787 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2788
aef9346c
TT
27892018-08-31 Tom Tromey <tom@tromey.com>
2790
2791 * gdb.rust/simple.rs: Rename second variable "v".
2792
c67f2e15
AB
27932018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2794
2795 * gdb.base/funcargs.c (use_a): New function.
2796 (recurse): Call use_a.
2797
078a0207
KS
27982018-08-29 Keith Seitz <keiths@redhat.com>
2799
2800 * gdb.compile/compile-cplus-anonymous.cc: New file.
2801 * gdb.compile/compile-cplus-anonymous.exp: New file.
2802 * gdb.compile/compile-cplus-array-decay.cc: New file.
2803 * gdb.compile/compile-cplus-array-decay.exp: New file.
2804 * gdb.compile/compile-cplus-inherit.cc: New file.
2805 * gdb.compile/compile-cplus-inherit.exp: New file.
2806 * gdb.compile/compile-cplus-member.cc: New file.
2807 * gdb.compile/compile-cplus-member.exp: New file.
2808 * gdb.compile/compile-cplus-method.cc: New file.
2809 * gdb.compile/compile-cplus-method.exp: New file.
2810 * gdb.compile/compile-cplus-mod.c: "New" file.
2811 * gdb.compile/compile-cplus-namespace.cc: New file.
2812 * gdb.compile/compile-cplus-namespace.exp: New file.
2813 * gdb.compile/compile-cplus-nested.cc: New file.
2814 * gdb.compile/compile-cplus-nested.exp: New file.
2815 * gdb.compile/compile-cplus-print.c: "New" file.
2816 * gdb.compile/compile-cplus-print.exp: "New" file.
2817 * gdb.compile/compile-cplus-virtual.cc: New file.
2818 * gdb.compile/compile-cplus-virtual.exp: New file.
2819 * gdb.compile/compile-cplus.c: "New" file.
2820 * gdb.compile/compile-cplus.exp: "New" file.
2821 * lib/compile-support.exp: New file.
2822
b0f492b9
GB
28232018-08-16 Gary Benson <gbenson@redhat.com>
2824
2825 PR gdb/13000:
2826 * gdb.base/batch-exit-status.exp: New file.
2827 * gdb.base/batch-exit-status.good-commands: Likewise.
2828 * gdb.base/batch-exit-status.bad-commands: Likewise.
2829
36eb4c5f
AH
28302018-08-29 Alan Hayward <alan.hayward@arm.com>
2831
2832 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2833 (struct struct02): Likewise.
2834 (struct struct03): Likewise.
2835 (struct struct04): Likewise.
2836 (struct struct_01_01): New struct.
2837 (struct struct_01_02): Likewise.
2838 (struct struct_01_03): Likewise.
2839 (struct struct_01_04): Likewise.
2840 (struct struct_02_01): Likewise.
2841 (struct struct_02_02): Likewise.
2842 (struct struct_02_03): Likewise.
2843 (struct struct_02_04): Likewise.
2844 (struct struct_04_01): Likewise.
2845 (struct struct_04_02): Likewise.
2846 (struct struct_04_03): Likewise.
2847 (struct struct_04_04): Likewise.
2848 (struct struct_05_01): Likewise.
2849 (struct struct_05_02): Likewise.
2850 (struct struct_05_03): Likewise.
2851 (struct struct_05_04): Likewise.
2852 (cmp_struct01): Remove function.
2853 (cmp_struct02): Likewise.
2854 (cmp_struct03): Likewise.
2855 (cmp_struct04): Likewise.
2856 (cmp_struct_01_01): Add Function.
2857 (cmp_struct_01_02): Likewise.
2858 (cmp_struct_01_03): Likewise.
2859 (cmp_struct_01_04): Likewise.
2860 (cmp_struct_02_01): Likewise.
2861 (cmp_struct_02_02): Likewise.
2862 (cmp_struct_02_03): Likewise.
2863 (cmp_struct_02_04): Likewise.
2864 (cmp_struct_04_01): Likewise.
2865 (cmp_struct_04_02): Likewise.
2866 (cmp_struct_04_03): Likewise.
2867 (cmp_struct_04_04): Likewise.
2868 (cmp_struct_05_01): Likewise.
2869 (cmp_struct_05_02): Likewise.
2870 (cmp_struct_05_03): Likewise.
2871 (cmp_struct_05_04): Likewise.
2872 (call_all): Add new structs.
2873 * gdb.base/infcall-nested-structs.exp: Likewise.
2874
3bf9c013
JV
28752018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2876
2877 * gdb.python/py-framefilter-mi.exp: Update regexp to
2878 check for "arch" field in frame output.
2879
450d1e88
KB
28802018-08-23 Kevin Buettner <kevinb@redhat.com>
2881
2882 * gdb.dwarf2/dw2-ranges-func.c: New file.
2883 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2884
ae739fe7
SM
28852018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2886
2887 * gdb.base/term.exp: Compare terminal settings with values from
2888 the inferior.
2889 * gdb.base/term.c: Get and set terminal settings.
2890
6d52907e
JV
28912018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2892
2893 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2894 accommodate new "arch" field in frame output.
2895 * gdb.mi/mi-return.exp: Likewise.
2896 * gdb.mi/mi-stack.exp: Likewise.
2897 * gdb.mi/mi-syn-frame.exp: Likewise.
2898 * gdb.mi/user-selected-context-sync.exp: Likewise.
2899
be2d111a
MS
29002018-08-19 Michael Spang <spang@google.com>
2901
2902 PR gdb/11786
2903 * gdb.base/gcore-tls-pie.c: New file.
2904 * gdb.base/gcore-tls-pie.exp: New file.
2905
ae3a7c47
KB
29062018-08-18 Kevin Buettner <kevinb@redhat.com>
2907
2908 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
2909 * gdb.dwarf2/varval.c: New file.
2910 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 2911
2ecae92e
AH
29122018-08-17 Alan Hayward <alan.hayward@arm.com>
2913
2914 PR gdb/18931
2915 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2916
c1854f1d
KS
29172018-08-16 Keith Seitz <keiths@redhat.com>
2918
2919 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2920 tests expected to pass.
2921
26fb3983
JV
29222018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2923
2924 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2925 -data-disassemble -a.
2926 (test_disassembly_bogus_args): Likewise.
2927
67943c00
AB
29282018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2929
2930 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2931
5ff2bbae
AB
29322018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2933
2934 * gdb.base/vla-optimized-out.exp: Add new test.
2935
e5bbcd0f
AB
29362018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2937
2938 * gdb.base/vla-optimized-out-o3.exp: Delete.
2939 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2940 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2941 deleted tests.
2942
9d4a934c
AB
29432018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2944
2945 PR gdb/18050:
2946 * gdb.server/extended-remote-restart.c: New file.
2947 * gdb.server/extended-remote-restart.exp: New file.
2948
045cf012
SM
29492018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2950
2951 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2952 "set variable index = 42".
2953
87d6a7aa
SM
29542018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2955
2956 * boards/index-cache-gdb.exp: New file.
2957 * gdb.dwarf2/index-cache.exp: New file.
2958 * gdb.dwarf2/index-cache.c: New file.
2959 * gdb.base/maint.exp: Check if we are using the index cache.
2960
96d68bd4
RO
29612018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2962
2963 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2964 MAKEFLAGS.
2965
5a699617
RO
29662018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2967
2968 * dg-extract-results.sh: Move to toplevel contrib.
2969 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2970 * Makefile.in (check-parallel-racy): Likewise.
2971
5bd18990
AB
29722018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2973
2974 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2975 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2976 tests if the target supports scheduler locking.
2977
3fbbcf47
TV
29782018-08-04 Tom de Vries <tdevries@suse.de>
2979
2980 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2981
3e1d3d8c
TT
29822018-08-02 Tom Tromey <tom@tromey.com>
2983
2984 PR symtab/16842.
2985 * gdb.cp/temargs.exp: Test "info address" of a template
2986 parameter.
2987
5abe0f0c
JV
29882018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2989
2990 * gdb.python/py-mi-var-info-path-expression.c: New file.
2991 * gdb.python/py-mi-var-info-path-expression.py: New file.
2992 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2993
fb66cde8
SDJ
29942018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2995
2996 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2997 error after "cannot resolve name" string.
2998
c708f4d2
AB
29992018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3000
3001 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
3002 started.
3003 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
3004
37cc0cae
TV
30052018-07-28 Tom de Vries <tdevries@suse.de>
3006
3007 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
3008
63b4ecf7
TV
30092018-07-26 Tom de Vries <tdevries@suse.de>
3010
3011 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3012
3c3bb058
AB
30132018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3014
3015 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3016 is visible.
3017
9e7f3bbb
TV
30182018-07-26 Tom de Vries <tdevries@suse.de>
3019
3020 PR breakpoints/23366
3021 * gdb.base/catch-follow-exec.c: New test.
3022 * gdb.base/catch-follow-exec.exp: New file.
3023
16f808ec
TV
30242018-07-25 Tom de Vries <tdevries@suse.de>
3025
3026 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3027 vla-optimized-out.c.
3028
d7154a8d
JV
30292018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3030
3031 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3032 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3033
232a0032
TV
30342018-07-20 Tom de Vries <tdevries@suse.de>
3035
3036 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3037 NOCLONE macro.
3038 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3039
fbb1d502
TV
30402018-07-19 Tom de Vries <tdevries@suse.de>
3041
3042 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3043 regular expression.
3044
42dc7699
TV
30452018-07-18 Tom de Vries <tdevries@suse.de>
3046
3047 * gdb.base/vla-optimized-out.c: New test.
3048 * gdb.base/vla-optimized-out.exp: New file.
3049
7f1f7e23
SDJ
30502018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3051
3052 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3053 message "No address associated with hostname" when gdbserver
3054 cannot resolve the hostname.
3055
5759ebb3
PW
30562018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3057
3058 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3059 Add some test prefixes to make tests unique.
3060
3606ccab
PW
30612018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3062
3063 * gdb.base/frameapply.c: New file.
3064 * gdb.base/frameapply.exp: New file.
3065
529c08b2
PW
30662018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3067
3068 * gdb.base/skip.exp: Update expected error message.
3069
c7ab0aef
SDJ
30702018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3071 Jan Kratochvil <jan.kratochvil@redhat.com>
3072 Paul Fertser <fercerpav@gmail.com>
3073 Tsutomu Seki <sekiriki@gmail.com>
3074
3075 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3076 parameter.
3077 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3078 by default.
3079 * boards/native-gdbserver.exp: Likewise.
3080 * gdb.server/run-without-local-binary.exp: Improve regexp used
3081 for detecting when a remote debugging connection succeeds.
3082 * gdb.server/server-connect.exp: New file.
3083 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3084 Do not prefix the port number with ":".
3085 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3086 support for detecting and using it. Add '$debughost_gdbserver'
3087 to the list of arguments used to start gdbserver. Handle case
3088 when gdbserver cannot resolve a network name.
3089
16ff70dd
SDJ
30902018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3091
3092 PR c++/23373
3093 * gdb.base/ptype-offsets.cc (struct static_member): New
3094 struct.
3095 (main) <stmember>: New variable.
3096 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3097 with a static member in it.
3098
3541979f
AB
30992018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3100
3101 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3102 watchpoints enabled and disabled.
3103
c8ad9b9a
AB
31042018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3105
3106 * gdb.base/examine-backward.exp: Still run tests around address
3107 0x0, even if address 0x0 is not readable. Update the pattern for
3108 matching address 0x0 in expected output.
3109
e0e5e971
AB
31102018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3111
3112 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3113 malloc/free.
3114
1ea5da02
TV
31152018-07-04 Tom de Vries <tdevries@suse.de>
3116
3117 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3118
471b9d15
MR
31192018-07-02 Maciej W. Rozycki <macro@mips.com>
3120
3121 PR tdep/8282
3122 * gdb.arch/mips-disassembler-options.exp: New test.
3123 * gdb.arch/mips-disassembler-options.s: New test source.
3124
75acb486
PA
31252018-06-29 Pedro Alves <palves@redhat.com>
3126
3127 * gdb.threads/names.exp: Adjust expected "info threads" output.
3128
cd2bb709
PA
31292018-06-29 Pedro Alves <palves@redhat.com>
3130
3131 * gdb.opt/inline-break.exp (line number, address): Add "info
3132 break" tests.
3133
991ff292
PA
31342018-06-29 Pedro Alves <palves@redhat.com>
3135
3136 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3137 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3138 number and address and running to them.
3139
356819b6 31402018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
3141
3142 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3143
2512d7ef
JK
31442018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3145
3146 * lib/compiler.c: Remove executable permission flag.
3147
be1b6474
RB
31482018-06-28 Richard Bunt <richard.bunt@arm.com>
3149
3150 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3151 code.
3152 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3153
291f9a96
PT
31542018-06-28 Petr Tesarik <ptesarik@suse.cz>
3155
3156 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3157
ed6dfe51
PT
31582018-06-28 Petr Tesarik <ptesarik@suse.cz>
3159
3160 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3161 address argument is omitted.
3162
d4d429d5
PT
31632018-06-28 Petr Tesarik <ptesarik@suse.cz>
3164
3165 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3166
7ab6656f
OJ
31672018-06-27 Omair Javaid <omair.javaid@linaro.org>
3168
3169 PR gdb/21695
3170 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3171 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3172
a33ccfc7
TT
31732018-06-26 Tom Tromey <tom@tromey.com>
3174
3175 PR rust/22574:
3176 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3177 * gdb.rust/simple.rs (struct SimpleLayout): New.
3178
6d72d289
SM
31792018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3180
3181 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3182 "info registers" output.
3183
8363f9d5
RB
31842018-06-21 Richard Bunt <richard.bunt@arm.com>
3185
3186 * gdb.base/watchpoint-hw-attach.c: New test.
3187 * gdb.base/watchpoint-hw-attach.exp: New file.
3188
f00674fe
SM
31892018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3190
3191 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3192 through /bin/sh.
3193 * boards/dwarf4-gdb-index.exp: Likewise.
3194 * boards/fission-dwp.exp: Likewise.
3195
1d554008
UW
31962018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3197
3198 * gdb.base/float128.exp: Add comment and improved fail message
3199 to the failure case of "print large128" test.
3200
d0ac1c44
SM
32012018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3202
3203 * configure.ac: Remove AC_PREREQ.
3204 * configure: Re-generate.
3205
61b04dd0
PA
32062018-06-19 Pedro Alves <palves@redhat.com>
3207
3208 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3209 (func_extern_caller): New.
3210 (main): Call func_extern_caller.
3211 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3212 logic change.
3213
f63b508a
SM
32142018-06-18 Weimin Pan <weimin.pan@oracle.com>
3215
3216 PR gdb/16841
3217 * gdb.cp/typedef-base.cc: New file.
3218 * gdb.cp/typedef-base.exp: New file.
3219
0fe3a558
TV
32202018-06-18 Tom de Vries <tdevries@suse.de>
3221
3222 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3223
7010835a
AB
32242018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3225 Richard Bunt <Richard.Bunt@arm.com>
3226
3227 * gdb.threads/attach-slow-waitpid.c: New file.
3228 * gdb.threads/attach-slow-waitpid.exp: New file.
3229 * gdb.threads/slow-waitpid.c: New file.
3230
14897d65
PA
32312018-06-14 Pedro Alves <palves@redhat.com>
3232
3233 * gdb.base/fork-running-state.c: Include <errno.h>.
3234 (exit_if_relative_exits): New.
3235 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3236 exits.
3237 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3238 child exits.
3239
5d9a0608
TV
32402018-06-14 Tom de Vries <tdevries@suse.de>
3241
3242 PR cli/22573
3243 * gdb.base/finish-pretty.c: New test.
3244 * gdb.base/finish-pretty.exp: New file.
3245
11ae5818
PA
32462018-06-14 Pedro Alves <palves@redhat.com>
3247
3248 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3249 gdb's expected startup output.
3250
1d39de44
PA
32512018-06-14 Pedro Alves <palves@redhat.com>
3252
3253 * lib/selftest-support.exp (selftest_setup): Remove inlined
3254 function handling.
3255
70ee0000
TV
32562018-06-14 Tom de Vries <tdevries@suse.de>
3257
3258 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3259 matching of breakpoint printing.
3260
11f4b608
TV
32612018-06-13 Tom de Vries <tdevries@suse.de>
3262
3263 PR testsuite/23269
3264 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3265 (fork_child): ... here, and ...
3266 (fork_parent): ... here.
3267
32682018-06-12 Tom de Vries <tdevries@suse.de>
3269
3270 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3271
9516f85a
AB
32722018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3273 Stephen Roberts <stephen.roberts@arm.com>
3274
3275 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3276 rewrite test to describe action performed, rather than possible
3277 failure.
3278
5045b3d7
GB
32792018-06-08 Gary Benson <gbenson@redhat.com>
3280
3281 * gdb.threads/check-libthread-db.exp: New file.
3282 * gdb.threads/check-libthread-db.c: Likewise.
3283
c61b06a1
TT
32842018-06-05 Tom Tromey <tom@tromey.com>
3285
3286 * gdb.base/default.exp: Update expected "show version" output.
3287
eb6af809
TT
32882018-06-05 Tom Tromey <tom@tromey.com>
3289
3290 PR cli/12326:
3291 * gdb.cp/static-print-quit.exp: Update.
3292 * lib/gdb.exp (pagination_prompt): Update.
3293 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3294 * gdb.python/python.exp: Update.
3295
178d6a63
JB
32962018-06-04 Joel Brobecker <brobecker@adacore.com>
3297
3298 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3299
8e817061
JB
33002018-06-01 Joel Brobecker <brobecker@adacore.com>
3301
3302 * gdb.ada/bp_fun_addr: New testcase.
3303
e86ca25f
TT
33042018-06-01 Tom Tromey <tom@tromey.com>
3305
3306 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3307 results.
3308 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3309 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3310 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3311 * gdb.base/maint.exp (maint_pass_if): Update.
3312
4b2dfa9d
MR
33132018-05-31 Maciej W. Rozycki <macro@mips.com>
3314
3315 * gdb.base/endian.exp: New test.
3316 * gdb.base/endian.c: New test source.
3317
45f25d6c
AB
33182018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3319
3320 PR gdb/23203
3321 * gdb.base/bt-selected-frame.c: New file.
3322 * gdb.base/bt-selected-frame.exp: New file.
3323 * lib/gdb.exp (get_current_frame_number): New function.
3324
d9f6d7f8
MR
33252018-05-24 Maciej W. Rozycki <macro@mips.com>
3326 Pedro Alves <palves@redhat.com>
3327
3328 * gdb.threads/tls-core.c: Include <stdlib.h>
3329 (thread_proc): Call `abort'.
3330 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3331 (tls_core_test): New procedure, bits factored out from ...
3332 (top level): ... here. Test both native cores and gcore cores.
3333
ff1cf532
TT
33342018-05-23 Tom Tromey <tom@tromey.com>
3335
3336 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3337
b98664d3
TT
33382018-05-23 Tom Tromey <tom@tromey.com>
3339
3340 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3341 symfile_complaints.
3342 (test_short_complaints): Likewise.
3343 (test_empty_complaints): Likewise.
3344 (test_initial_complaints): Update.
3345
4e9668d0
TT
33462018-05-23 Tom Tromey <tom@tromey.com>
3347
3348 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3349
43ba33c7
TT
33502018-05-23 Tom Tromey <tom@tromey.com>
3351
3352 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3353 (test_short_complaints): Update.
3354
035522c0
PA
33552018-05-22 Pedro Alves <palves@redhat.com>
3356
3357 * gdb.base/remote.exp: Only gdb_start after compiling the
3358 testcase. Issue "disconnect" before testing "set remote" command
3359 defaults. Issue clean_restart before running to main.
3360
cc0be08f
PA
33612018-05-22 Pedro Alves <palves@redhat.com>
3362
3363 * gdb.base/remote.exp: Adjust expected output of "show remote
3364 memory-write-packet-size". Add tests for "set remote
3365 memory-write-packet-size 0" and "set remote
3366 memory-write-packet-size fixed/limit".
3367
b1b60145
PA
33682018-05-22 Pedro Alves <palves@redhat.com>
3369
3370 PR gdb/22973
3371 * gdb.base/utf8-identifiers.c: New file.
3372 * gdb.base/utf8-identifiers.exp: New file.
3373
0ec848ad
PFC
33742018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3375
3376 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3377
2c3305f6
PFC
33782018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3379
3380 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3381
ce1e8424
TT
33822018-05-18 Tom Tromey <tom@tromey.com>
3383
3384 * gdb.base/ptype-offsets.exp: Update.
3385
ddfe970e
KS
33862018-05-17 Keith Seitz <keiths@redhat.com>
3387
3388 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3389 in expected breakpoint stop locations.
3390 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3391 move to proper scope to test variable values.
3392 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3393 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3394 New functions.
3395 (main): Call not_inline_func3.
3396 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3397 inline_func1, inline_func2, and inline_func3. Test that when each
3398 breakpoint is hit, GDB properly reports both the stop location
3399 and the backtrace. Repeat tests for temporary breakpoints.
3400
0726fcc6
MR
34012018-05-15 Maciej W. Rozycki <macro@mips.com>
3402
3403 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3404 rather then trying to access it in determining whether the PID
3405 of `gdbserver' could have been retrieved.
3406
8ee22052
AB
34072018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3408
3409 * gdb.arch/amd64-init-x87-values.S: New file.
3410 * gdb.arch/amd64-init-x87-values.exp: New file.
3411
7785df48
JK
34122018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3413
3414 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3415
56bcdbea
TT
34162018-05-04 Tom Tromey <tom@tromey.com>
3417
3418 PR python/22730:
3419 * gdb.python/python.exp: Test multi-line execute.
3420
a913fffb
TT
34212018-05-04 Tom Tromey <tom@tromey.com>
3422
3423 PR python/22731:
3424 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3425
7a2c85f2
TT
34262018-05-04 Tom Tromey <tom@tromey.com>
3427
3428 PR gdb/11750:
3429 * gdb.base/define.exp: Test defining a user command inside a user
3430 command.
3431 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3432
a3b60e45
JK
34332018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3434 Pedro Alves <palves@redhat.com>
3435
3436 PR breakpoints/19806 and support for PR external/20207.
3437 * gdb.base/watchpoint-unaligned.c: New file.
3438 * gdb.base/watchpoint-unaligned.exp: New file.
3439
45fe4a03
AB
34402018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3441
3442 * gdb.base/maint.exp: Make test names unique, use
3443 test_prefix_command_help to test 'help maint info', and remove
3444 repeated test of 'help maint'.
3445
9be2ae8f
TT
34462018-05-04 Tom Tromey <tom@tromey.com>
3447
3448 PR gdb/22619:
3449 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3450 behavior.
3451
11859c31
AB
34522018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3453
3454 * gdb.base/maint.exp: Process output from 'maint print registers'
3455 line at a time.
3456
089a9490
AB
34572018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3458
3459 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3460 timeout.
3461
9b0797e2
AB
34622018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3463
3464 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3465 filter pattern.
3466
f6ac5f3d
PA
34672018-05-02 Pedro Alves <palves@redhat.com>
3468
3469 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3470 to_log_command renames.
3471 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3472
77d3c63b
TT
34732018-05-02 Tom Tromey <tom@tromey.com>
3474
3475 * gdb.python/py-parameter.exp: Set test message.
3476
0489430a
TT
34772018-05-02 Tom Tromey <tom@tromey.com>
3478
3479 PR python/20084:
3480 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3481 PARAM_ZUINTEGER_UNLIMITED tests.
3482
1632f8ba
DR
34832018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3484
3485 PR rust/23124
3486 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3487 when casting.
3488
6d7bb824
TT
34892018-04-30 Tom Tromey <tom@tromey.com>
3490
3491 * gdb.python/py-type.exp: Check align attribute.
3492 * gdb.python/py-type.c: New "aligncheck" global.
3493
007e1530
TT
34942018-04-30 Tom Tromey <tom@tromey.com>
3495
3496 PR exp/17095:
3497 * gdb.dwarf2/dw2-align.exp: New file.
3498 * gdb.cp/align.exp: New file.
3499 * gdb.base/align.exp: New file.
3500 * lib/gdb.exp (gdb_int128_helper): New proc.
3501 (has_int128_c, has_int128_cxx): New caching procs.
3502
6873858b
TT
35032018-04-27 Tom Tromey <tom@tromey.com>
3504
3505 PR rust/22545:
3506 * gdb.rust/simple.exp: Add inclusive range tests.
3507
79188d8d
PA
35082018-04-26 Pedro Alves <palves@redhat.com>
3509
3510 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3511 ifunc breakpoint locations correctly of ifunc breakpoints set
3512 while the program resolves the ifunc.
3513
c7075ad5
PA
35142018-04-26 Pedro Alves <palves@redhat.com>
3515
3516 * gdb.base/gnu-ifunc-final.c: New file.
3517 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3518 * gdb.base/gnu-ifunc.exp (executable): Delete.
3519 (staticexecutable): Adjust.
3520 (lib_opts, exec_opts): Delete.
3521 (make_binsuffix, build, set-break): New procedures.
3522 (misc_tests): New, with tests factored out from the top level.
3523 (top level): Test different combinations of ifunc resolver name,
3524 resolver with and with debug info, and ifunc target with and
3525 without debug info. Wrap static tests with with_target_prefix.
3526
8388016d
PA
35272018-04-26 Pedro Alves <palves@redhat.com>
3528
3529 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3530 return type" warnings.
3531
249b5733
PA
35322018-04-25 Pedro Alves <palves@redhat.com>
3533
3534 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3535 killed".
3536 * gdb.base/kill-after-signal.exp: Likewise.
3537 * gdb.threads/kill.exp: Likewise.
3538
f67c0c91
SDJ
35392018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3540 Sergio Durigan Junior <sergiodj@redhat.com>
3541 Pedro Alves <palves@redhat.com>
3542
3543 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3544 regexps to expect for '[Inferior ... detached]' as well.
3545 * gdb.base/attach.exp: Likewise.
3546 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3547 "gdb_continue_to_end".
3548 (test_catch_syscall_with_wrong_args): Likewise.
3549 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3550 ']'. Don't set 'verbose' on.
3551 * gdb.base/foll-vfork.exp: Likewise.
3552 * gdb.base/fork-print-inferior-events.c: New file.
3553 * gdb.base/fork-print-inferior-events.exp: New file.
3554 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3555 '[Inferior ... has been killed]' message.
3556 * gdb.base/kill-after-signal.exp: Likewise.
3557 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3558 detach message.
3559 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3560 message.
3561 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3562 regexps to expect for '[Inferior ... detached]' as well.
3563 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3564
0a8ddac4
SM
35652018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3566
3567 PR gdb/23104
3568 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3569
d27d16bf
RB
35702018-04-19 Richard Bunt <richard.bunt@arm.com>
3571
3572 * gdb.threads/multiple-successive-infcall.c: New test.
3573 * gdb.threads/multiple-successive-infcall.exp: New file.
3574
a037790e
TT
35752018-04-17 Tom Tromey <tom@tromey.com>
3576
3577 * gdb.rust/simple.rs (Union): New type.
3578 (main): New local "u".
3579 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3580
e3a91079
AA
35812018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3582
3583 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3584 number information in output of "whereis" command.
3585 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3586
b744723f
AA
35872018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3588
3589 * gdb.ada/info_types.exp: Adjust expected output to the line
3590 numbers now printed by "info var/func/type".
3591 * gdb.base/completion.exp: Likewise.
3592 * gdb.base/included.exp: Likewise.
3593 * gdb.cp/cp-relocate.exp: Likewise.
3594 * gdb.cp/cplusfuncs.exp: Likewise.
3595 * gdb.cp/namespace.exp: Likewise.
3596 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3597
4a4495d6
MM
35982018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3599
3600 * gdb.btrace/cpu.exp: New.
3601
1d509aa6
MM
36022018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3603
3604 * gdb.base/step-indirect-call-thunk.exp: New.
3605 * gdb.base/step-indirect-call-thunk.c: New.
3606 * gdb.reverse/step-indirect-call-thunk.exp: New.
3607 * gdb.reverse/step-indirect-call-thunk.c: New.
3608
6295b6da
SM
36092018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3610
3611 * gdb.base/pie-fork.c: New file.
3612 * gdb.base/pie-fork.exp: New file.
3613
50146e70
TT
36142018-04-11 Tom Tromey <tom@tromey.com>
3615
3616 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3617
f50d8a2e
PA
36182018-04-10 Pedro Alves <palves@redhat.com>
3619
3620 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3621 exits. Instead loop running forever.
3622 (fork_parent): Run forever too.
3623
a0be7a36
SM
36242018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3625
3626 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3627 mi_continue_to_line.
3628 * gdb.mi/mi-stack.c (callee4): Add comment.
3629
9b73db36
SM
36302018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3631
3632 * gdb.mi/mi-stack.exp: Fix indentation.
3633
c912f608
SM
36342018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3635
3636 PR gdb/22979
3637 * gdb.arch/amd64-osabi.exp: New file.
3638
26540402
SM
36392018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3640
3641 PR gdb/22980
3642 * gdb.base/osabi.exp: New file.
3643
121ad66c 36442018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
3645
3646 * gdb.cp/static-typedef-print.exp: New file.
3647 * gdb.cp/static-typedef-print.cc: New file.
3648
3fcded8f
JB
36492018-03-27 Joel Brobecker <brobecker@adacore.com>
3650
3651 * gdb.ada/varsize_limit: New testcase.
3652
59cc4834
JB
36532018-03-27 Joel Brobecker <brobecker@adacore.com>
3654
3655 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3656
3657 * gdb.ada/notcplusplus: New testcase.
3658
3659 * gdb.base/c-linkage-name.c: New file.
3660 * gdb.base/c-linkage-name.exp: New testcase.
3661
4ca59a9f
TT
36622018-03-26 Tom Tromey <tom@tromey.com>
3663
3664 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3665 * gdb.python/py-framefilter.py (name_error): New global.
3666 (ErrorInName.function): Use name_error.
3667
978d6c75
TT
36682018-03-26 Tom Tromey <tom@tromey.com>
3669
3670 PR backtrace/15582:
3671 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3672
b7fee5a3
KS
36732018-03-23 Keith Seitz <keiths@redhat.com>
3674
3675 PR c++/22968
3676 * gdb.cp/subtypes.exp: New file.
3677 * gdb.cp/subtypes.h: New file.
3678 * gdb.cp/subtypes.cc: New file.
3679 * gdb.cp/subtypes-2.cc: New file.
3680
376be529
AB
36812018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3682
3683 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3684 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3685 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3686 -nostartfiles when compiling the test. Confirm that all registers
3687 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3688
066cfa98
AB
36892018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3690
3691 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3692 option, syntax was wrong anyway.
3693 * gdb.arch/arm-disp-step.exp: Likewise.
3694 * gdb.arch/sparc64-regs.exp: Likewise.
3695 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3696 option, syntax was wrong anyway, switch to use
3697 prepare_for_testing.
3698 * gdb.arch/i386-disp-step.exp: Likewise.
3699
079670b9
AA
37002018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3701
3702 * gdb.ada/exec_changed.exp: Replace "target_info exists
3703 use_gdb_stub" by "use_gdb_stub".
3704 * gdb.ada/start.exp: Likewise.
3705 * gdb.base/async-shell.exp: Likewise.
3706 * gdb.base/attach-pie-misread.exp: Likewise.
3707 * gdb.base/attach-wait-input.exp: Likewise.
3708 * gdb.base/break-entry.exp: Likewise.
3709 * gdb.base/break-interp.exp: Likewise.
3710 * gdb.base/dprintf-detach.exp: Likewise.
3711 * gdb.base/nostdlib.exp: Likewise.
3712 * gdb.base/solib-nodir.exp: Likewise.
3713 * gdb.base/statistics.exp: Likewise.
3714 * gdb.base/testenv.exp: Likewise.
3715 * gdb.mi/mi-exec-run.exp: Likewise.
3716 * gdb.mi/mi-start.exp: Likewise.
3717 * gdb.multi/dummy-frame-restore.exp: Likewise.
3718 * gdb.multi/multi-arch-exec.exp: Likewise.
3719 * gdb.multi/multi-arch.exp: Likewise.
3720 * gdb.multi/tids.exp: Likewise.
3721 * gdb.multi/watchpoint-multi.exp: Likewise.
3722 * gdb.python/py-events.exp: Likewise.
3723 * gdb.threads/attach-into-signal.exp: Likewise.
3724 * gdb.threads/attach-stopped.exp: Likewise.
3725 * gdb.threads/threadapply.exp: Likewise.
3726 * lib/selftest-support.exp: Likewise.
3727
26d6cec4
AA
37282018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3729
3730 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3731
4ee89e90
SR
37322018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3733
3734 * gdb.perf/template-breakpoints.cc: New file.
3735 * gdb.perf/template-breakpoints.exp: New file.
3736 * gdb.perf/template-breakpoints.py: New file.
3737
92630041
TT
37382018-03-19 Tom Tromey <tom@tromey.com>
3739
3740 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3741 y0.
3742 * gdb.rust/simple.exp: Test bare identifier form of struct
3743 initializer.
3744
76727919
TT
37452018-03-19 Tom Tromey <tom@tromey.com>
3746
3747 * gdb.gdb/observer.exp: Remove.
3748
194ed413
AA
37492018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3750
3751 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3752 "qualified" option when setting breakpoints.
3753 * gdb.trace/backtrace.exp: Likewise.
3754 * gdb.trace/circ.exp: Likewise.
3755 * gdb.trace/collection.exp: Likewise.
3756 * gdb.trace/disconnected-tracing.exp: Likewise.
3757 * gdb.trace/ftrace-lock.exp: Likewise.
3758 * gdb.trace/ftrace.exp: Likewise.
3759 * gdb.trace/infotrace.exp: Likewise.
3760 * gdb.trace/packetlen.exp: Likewise.
3761 * gdb.trace/passc-dyn.exp: Likewise.
3762 * gdb.trace/qtro.exp: Likewise.
3763 * gdb.trace/read-memory.exp: Likewise.
3764 * gdb.trace/report.exp: Likewise.
3765 * gdb.trace/signal.exp: Likewise.
3766 * gdb.trace/status-stop.exp: Likewise.
3767 * gdb.trace/strace.exp: Likewise.
3768 * gdb.trace/tfind.exp: Likewise.
3769 * gdb.trace/trace-break.exp: Likewise.
3770 * gdb.trace/trace-condition.exp: Likewise.
3771 * gdb.trace/trace-mt.exp: Likewise.
3772 * gdb.trace/tstatus.exp: Likewise.
3773 * gdb.trace/tsv.exp: Likewise.
3774 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3775 * gdb.trace/unavailable.exp: Likewise.
3776 * gdb.trace/while-dyn.exp: Likewise.
3777
8b067d2c
AA
37782018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3779
3780 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3781 that libinproctrace is copied to the target.
3782
3ae9ce5d
TT
37832018-03-14 Tom Tromey <tom@tromey.com>
3784
3785 PR cli/14977:
3786 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3787 a null pointer.
3788 * gdb.base/wchar.exp: Likewise.
3789
b8c2339b
TT
37902018-03-14 Tom Tromey <tom@tromey.com>
3791
3792 PR cli/19918:
3793 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3794 flag.
3795
4872dc46
SM
37962018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3797
3798 PR gdb/22841
3799 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3800 "target" to remote_exec.
3801
e4fe3756
SM
38022018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3803
3804 PR gdb/22841
3805 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3806 ${board}_upload): Remove.
3807
e95a97d4
AA
38082018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3809
3810 * gdb.cp/watch-cp.cc: New test.
3811 * gdb.cp/watch-cp.exp: New file.
3812
dbbb1059
AB
38132018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3814
3815 * gdb.base/infcall-nested-structs.exp: New file.
3816 * gdb.base/infcall-nested-structs.c: New file.
3817 * gdb.base/float.exp: Add riscv support.
3818
ecc054c0
TP
38192018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3820
3821 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3822 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3823
25e3c82c
SDJ
38242018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3825
3826 * gdb.server/abspath.exp: New file.
3827 * lib/gdb.exp (with_cwd): New procedure.
3828
3083294d
SM
38292018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3830
3831 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3832 use it.
3833 (gdb_is_target_remote_prompt): New proc.
3834 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3835 (gdb_is_target_native): Pass prompt parameter to
3836 gdb_is_target_1.
3837
3275ef47
SM
38382018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3839
3840 * gdb.base/load-command.c: New file.
3841 * gdb.base/load-command.exp: New file.
3842 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3843 (gdb_is_target_1): ...this, and generalize for other targets
3844 than just remote.
3845 (gdb_is_target_remote): Use gdb_is_target_1.
3846 (gdb_is_target_native): use gdb_is_target_1.
3847
6893c19a
TT
38482018-02-26 Tom Tromey <tom@tromey.com>
3849
3850 PR python/16497:
3851 * gdb.python/py-framefilter.exp: Update test.
3852
2ddeaf8a
TT
38532018-02-26 Tom Tromey <tom@tromey.com>
3854
3855 * gdb.dwarf2/variant.c: New file.
3856 * gdb.dwarf2/variant.exp: New file.
3857
c9317f21
TT
38582018-02-26 Tom Tromey <tom@tromey.com>
3859
3860 * gdb.rust/simple.exp: Accept more possible results in enum test.
3861
6f6d0c26
SM
38622018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3863
3864 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3865 parentheses.
3866
11b03145
MR
38672018-02-23 Maciej W. Rozycki <macro@mips.com>
3868
3869 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3870 name of a variable: $actual_linejj -> $actual_line.
3871
54a27fe5
JB
38722018-02-21 John Baldwin <jhb@FreeBSD.org>
3873
3874 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3875
de65820c
MM
38762018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3877
3878 * gdb.btrace/buffer-size.exp: Do not force BTS.
3879
980548fd
PA
38802018-02-14 Pedro Alves <palves@redhat.com>
3881
3882 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3883 getting a "Quit".
3884
c4e12631
MM
38852018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3886
3887 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3888 Fix test name.
3889
c2e0e465
SM
38902018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3891
3892 * gdb.cp/m-static.exp: Check type of optimized out static
3893 member.
3894
f7216783
AB
38952018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3896
3897 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3898 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3899
0625771b
LS
39002018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3901 Leszek Swirski <leszeks@google.com>
3902
3903 * gdb.python/py-prettyprint.c
3904 (struct to_string_returns_value_inner,
3905 struct to_string_returns_value_wrapper): New.
3906 (main): Add tsrvw variable.
3907 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3908 ToStringReturnsValueWrapper): New classes.
3909 (register_pretty_printers): Register new pretty-printers.
3910 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3911 recursive pretty printer.
3912 * gdb.python/py-mi.exp: Likewise.
3913
59498c30
LS
39142018-02-01 Leszek Swirski <leszeks@google.com>
3915
3916 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3917 functions with the same name as an include file are parsed
3918 correctly.
3919
d4d38844
YQ
39202018-02-01 Yao Qi <yao.qi@linaro.org>
3921
3922 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3923 "\[^\r\n\]*".
3924
07e5f5cf
NP
39252018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3926
3927 * gdb.arch/powerpc-prologue-frame.s: New file.
3928 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3929 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3930
929b5ad4
JB
39312018-01-31 Joel Brobecker <brobecker@adacore.com>
3932
3933 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3934
e671cd59
PA
39352018-01-30 Pedro Alves <palves@redhat.com>
3936
3937 PR gdb/13211
3938 * gdb.base/interrupt-daemon.c: New.
3939 * gdb.base/interrupt-daemon.exp: New.
3940 * gdb.multi/multi-term-settings.c: New.
3941 * gdb.multi/multi-term-settings.exp: New.
3942
fc413dc4
JB
39432018-01-30 Joel Brobecker <brobecker@adacore.com>
3944
3945 * gdb.base/break.exp: Save the location where the breakpoint
3946 on break.c:47 was actually inserted when debugging the version
3947 compiled at -O2 and use it in the expected output of the "info
3948 break" test performed soon after.
3949
5c319bb2
PA
39502018-01-22 Pedro Alves <palves@redhat.com>
3951 Sergio Durigan Junior <sergiodj@redhat.com>
3952
3953 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3954 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3955
a9e40818
JB
39562018-01-22 Joel Brobecker <brobecker@adacore.com>
3957
3958 * gdb.base/break-include.c, gdb.base/break-include.inc,
3959 gdb.base/break-include.exp: New files.
3960 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3961 line number now being the actual line number where the breakpoint
3962 was inserted.
3963 * gdb.mi/mi-break.exp: Likewise.
3964 * gdb.mi/mi-reverse.exp: Likewise.
3965 * gdb.mi/mi-simplerun.exp: Ditto.
3966
e707fc44
AB
39672018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3968
3969 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3970 varobj.
3971 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3972
ae451627
AB
39732018-01-21 Don Breazeal <donb@codesourcery.com>
3974 Andrew Burgess <andrew.burgess@embecosm.com>
3975
3976 * gdb.mi/basics.c: Add new global.
3977 * gdb.mi/mi-frame-regs.exp: New file.
3978 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3979 case.
3980
b1b189e0
AB
39812018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3982
3983 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3984 non-parameter, and on an unknown symbol.
3985
fcfcc376
TT
39862018-01-19 Tom Tromey <tom@tromey.com>
3987
3988 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3989 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3990
634c1c31
AA
39912018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3992
3993 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3994 setrlimit and chdir to int.
3995
d6ad07fd
AA
39962018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3997
3998 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3999 function.
4000 (my_tend): Likewise.
4001 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
4002 rationale of avoiding FP- and vector instructions.
4003
adf8243b
RK
40042018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
4005
4006 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
4007 "info reg" with "\[ \t\]*".
4008 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
4009 "\[ \t\]+".
4010 * gdb.arch/s390-multiarch.exp: Ditto.
4011 * gdb.base/pc-fp.exp: Ditto.
4012 * gdb.reverse/i386-precsave.exp: Ditto.
4013 * gdb.reverse/i386-reverse.exp: Ditto.
4014 * gdb.reverse/i387-env-reverse.exp: Ditto.
4015 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4016
dcc06925
AA
40172018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4018
4019 * lib/gdb.exp (gdb_compile): Re-enable use of
4020 universal_compile_options for languages other than Rust.
4021
25d4fd80
AA
40222018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4023
4024 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4025
ee7f689e 40262018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
4027
4028 PR gdb/16577
4029 * gdb.base/solib-vanish.exp: New.
4030 * gdb.base/solib-vanish-main.c: New.
4031 * gdb.base/solib-vanish-lib1.c: New.
4032 * gdb.base/solib-vanish-lib2.c: New.
4033
d8447b6b
YQ
40342018-01-17 Yao Qi <yao.qi@linaro.org>
4035
4036 * gdb.compile/compile.exp: Match the address printed for
4037 frame in the output of command "bt".
4038
86d6a90c
TT
40392018-01-15 Tom Tromey <tom@tromey.com>
4040
4041 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4042 compute sp_reg.
4043
cbcdb1aa
AB
40442018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4045
4046 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4047 to prepare.
4048 (prepare): Return 0 on error, 1 on success.
4049
eea61984
PA
40502018-01-12 Pedro Alves <palves@redhat.com>
4051
4052 * gdb.base/continue-after-aborted-step-over.c: New.
4053 * gdb.base/continue-after-aborted-step-over.exp: New.
4054
6181e9c2
SM
40552018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4056
4057 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4058 options when not creating an executable.
4059
3cada740
PA
40602018-01-11 Pedro Alves <palves@redhat.com>
4061
4062 PR remote/22597
4063 * gdb.server/stop-reply-no-thread.c: New file.
4064 * gdb.server/stop-reply-no-thread.exp: New file.
4065
c63d3e8d
PA
40662018-01-10 Pedro Alves <palves@redhat.com>
4067
4068 PR gdb/22670
4069 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4070 functions too. Test setting breakpoints and printing C functions
4071 with no debug info too.
4072 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4073
d4c2a405
PA
40742018-01-10 Pedro Alves <palves@redhat.com>
4075
4076 PR gdb/22670
4077 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4078 a fail.
4079
8825213e
PA
40802018-01-10 Pedro Alves <palves@redhat.com>
4081
4082 PR gdb/22670
4083 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4084
605fd3c6
YQ
40852018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4086
4087 * gdb.server/unittest.exp: Match the output in non-development
4088 mode.
4089
1e5ded6c
YQ
40902018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4091
4092 * gdb.gdb/unittest.exp: Match output in non-development mode.
4093
30066b0b
JB
40942018-01-08 Joel Brobecker <brobecker@adacore.com>
4095
4096 * gdb.ada/access_tagged_param.exp: Relax expected output
4097 for value of "ObjL" in "continue" to pck.inspect breakpoint
4098 test.
4099
04bafb1e
XR
41002018-01-08 Joel Brobecker <brobecker@adacore.com>
4101
9f86398b
JB
4102 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4103 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 4104
e379cee6
PA
41052018-01-05 Pedro Alves <palves@redhat.com>
4106
4107 PR gdb/18653
4108 * gdb.base/libsegfault.exp: New.
4109
de63c46b
PA
41102018-01-05 Joel Brobecker <brobecker@adacore.com>
4111
4112 PR gdb/22670
4113 * gdb.ada/access_tagged_param.exp: New file.
4114 * gdb.ada/access_tagged_param/foo.adb: New file.
4115
f98fc17b
PA
41162018-01-05 Pedro Alves <palves@redhat.com>
4117
4118 PR gdb/22670
4119 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4120 exercise lower case too, and to exercise both full matching and
4121 wild matching.
4122
342f8240
JB
41232018-01-05 Joel Brobecker <brobecker@adacore.com>
4124
4125 * gdb.ada/rename_subscript_param: New testcase.
4126
7150d33c
JG
41272018-01-05 Jerome Guitton <guitton@adacore.com>
4128
4129 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4130
cc0e770c
JB
41312018-01-05 Joel Brobecker <brobecker@adacore.com>
4132
4133 * gdb.ada/convvar_comp: New testcase.
4134
672a41aa 41352018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
4136
4137 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4138 (My_Table): New global variable.
4139 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4140
7365ec2f
JB
41412018-01-04 Joel Brobecker <brobecker@adacore.com>
4142
4143 PR gdb/22670
4144 * gdb.ada/maint_with_ada: New testcase.
4145
289483b6
JB
41462018-01-04 Joel Brobecker <brobecker@adacore.com>
4147
4148 PR gdb/22670
4149 * gdb.ada/bp_c_mixed_case: New testcase.
4150
344420da
JB
41512018-01-04 Joel Brobecker <brobecker@adacore.com>
4152
4153 PR gdb/22670
4154 * gdb.ada/complete.exp: Add "complete break ada" test.
4155
66fc87a0
JB
41562018-01-04 Joel Brobecker <brobecker@adacore.com>
4157
4158 PR gdb/22670
4159 * gdb.ada/info_addr_mixed_case: New testcase.
4160
9f757bf7
XR
41612018-01-03 Xavier Roirand <roirand@adacore.com>
4162
4163 * gdb.ada/excep_handle.exp: New testcase.
4164 * gdb.ada/excep_handle/foo.adb: New file.
4165 * gdb.ada/excep_handle/pck.ads: New file.
4166
bd570f80
JB
41672018-01-03 Joel Brobecker <brobecker@adacore.com>
4168
4169 * gdb.base/step-line.c: Add extra empty line in copyright header.
4170 * gdb.base/step-line.inp: Likewise.
4171
9fe561ab
JB
41722018-01-02 Joel Brobecker <brobecker@adacore.com>
4173
4174 * gdb.ada/dyn_stride.exp: Add slice test.
4175
a405673c
JB
41762018-01-02 Joel Brobecker <brobecker@adacore.com>
4177
4178 * gdb.ada/dyn_stride: New testcase.
4179
cef0f868
SH
41802017-12-27 Stafford Horne <shorne@gmail.com>
4181
4182 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4183 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4184
b67d92b0
SH
41852017-12-27 Stafford Horne <shorne@gmail.com>
4186
4187 * gdb.base/reggroups.c: New file.
4188 * gdb.base/reggroups.exp: New file.
4189
eccab96d
JB
41902017-12-18 Joel Brobecker <brobecker@adacore.com>
4191
4192 * gdb.dwarf2/ada-valprint-error.c: New file.
4193 * gdb.dwarf2/ada-valprint-error.exp: New file.
4194
0e2da9f0
JB
41952017-12-18 Joel Brobecker <brobecker@adacore.com>
4196
4197 * gdb.ada/assign_arr: New testcase.
4198
cb923fcc
XR
41992017-12-18 Xavier Roirand <roirand@adacore.com>
4200
4201 * gdb.ada/funcall_ptr: New testcase.
4202
7c161838
SDJ
42032017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4204
4205 PR cli/16224
4206 * gdb.base/ptype-offsets.cc: New file.
4207 * gdb.base/ptype-offsets.exp: New file.
4208
1af17fd9
YQ
42092017-12-15 Yao Qi <yao.qi@linaro.org>
4210
4211 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4212 if XML is disabled.
4213
828d5846
XR
42142017-12-15 Xavier Roirand <roirand@adacore.com>
4215
4216 * gdb.ada/same_component_name: New testcase.
4217
79e8fcaa
JB
42182017-12-14 Joel Brobecker <brobecker@adacore.com>
4219
4220 * gdb.ada/str_binop_equal: New testcase.
4221
e05fa6f9
JB
42222017-12-14 Joel Brobecker <brobecker@adacore.com>
4223
4224 * gdb.ada/task_switch_in_core: New testcase.
4225
b89641ba
SM
42262017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4227
4228 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4229 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4230 call test_bkpt_qualified.
4231 (test_bkpt_qualified): New proc.
4232
6892d2e4
PA
42332017-12-13 Pedro Alves <palves@redhat.com>
4234
4235 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4236 Tighten regexp by matching with an anchor.
4237
a22ecf70
PA
42382017-12-13 Pedro Alves <palves@redhat.com>
4239
4240 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4241 ("expression with namespace"): New set of tests.
4242 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4243 (Nested::Test_NS::qux): New.
4244 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4245 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4246
9937536c
JB
42472017-12-13 Joel Brobecker <brobecker@adacore.com>
4248
4249 * gdb.base/server-del-break.c: New file.
4250 * gdb.base/server-del-break.exp: New file.
4251
fe49c6f5
SH
42522017-12-12 Stafford Horne <shorne@gmail.com>
4253
4254 * gdb.xml/tdesc-regs.exp: Add or1k support.
4255
c3d18620
SH
42562017-12-12 Stafford Horne <shorne@gmail.com>
4257
4258 * gdb.base/bp-permanent.c: Define nop of or1k.
4259
c5f9cfc8
JB
42602017-12-11 Joel Brobecker <brobecker@adacore.com>
4261
4262 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4263 output with components being reordered.
4264
a9c135fc
JB
42652017-12-11 Joel Brobecker <brobecker@adacore.com>
4266
4267 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4268 output with components being reordered.
4269
927aa2e7
JK
42702017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4271 Pedro Alves <palves@redhat.com>
4272
4273 * gdb.base/maint.exp (check for .gdb_index): Check also for
4274 .debug_names.
4275 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4276 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4277 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4278 (.gdb_index used after symbol reloading): Support also .debug_names.
4279 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4280
f17d9474
YQ
42812017-12-08 Yao Qi <yao.qi@linaro.org>
4282
4283 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4284 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4285
a0de8c21
YQ
42862017-12-08 Yao Qi <yao.qi@linaro.org>
4287
4288 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4289 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4290
a738ea1d
YQ
42912017-12-08 Yao Qi <yao.qi@linaro.org>
4292
4293 * gdb.arch/aarch64-tagged-pointer.c: New file.
4294 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4295
1cd9a73b
SDJ
42962017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4297
4298 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4299 "int".
4300
fa6eb693
KS
43012017-12-07 Keith Seitz <keiths@redhat.com>
4302
4303 PR breakpoints/22569
4304 * gdb.linespec/ls-errs.exp: Change expected result of "break
4305 -source this file has spaces.c -line 3".
4306 Check that an explicit source file followed by whitespace is
4307 identified as an invalid explicit location.
4308
883fd55a
KS
43092017-12-07 Keith Seitz <keiths@redhat.com>
4310
4311 * gdb.cp/nested-types.cc: New file.
4312 * gdb.cp/nested-types.exp: New file.
4313 * lib/cp-support.exp: Load data-structures.exp library.
4314 (debug_cp_test_ptype_class): New global.
4315 (cp_ptype_class_verbose, next_line): New procedures.
4316 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4317 Add and document new return value.
4318 Switch the list of lines to a queue.
4319 Add support for new `type' key for nested type definitions.
4320 Add debugging/troubleshooting messages.
4321 * lib/data-structures.exp: New file.
4322
ec72db3e
SM
43232017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4324
4325 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4326 with proc_with_prefix, don't use with_test_prefix.
4327
99598d71
TT
43282017-12-07 Tom Tromey <tom@tromey.com>
4329
4330 * gdb.base/break.exp: Add test for empty "commands".
4331
a8806230
YQ
43322017-12-07 Yao Qi <yao.qi@linaro.org>
4333
4334 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4335 malloc and catch syscall.
4336
824cc835
PM
43372017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4338
e79be6e5 4339 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
4340 tests for explicit locations.
4341
7cc244de
PA
43422017-12-06 Pedro Alves <palves@redhat.com>
4343
4344 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4345 force-disabling XML descriptions.
4346
50a1fdd5
PA
43472017-12-04 Pedro Alves <palves@redhat.com>
4348
4349 PR gdb/22499
4350 * gdb.arch/amd64-disp-step-avx.S: New file.
4351 * gdb.arch/amd64-disp-step-avx.exp: New file.
4352
f0fb2488
PA
43532017-12-03 Pedro Alves <palves@redhat.com>
4354
4355 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4356 and <string.h>.
4357 (parent_function): Print distinct messages when waitpid fails, or
4358 the child exits with a signal, or the child exits for an unhandled
4359 reason.
4360 * gdb.threads/process-dies-while-detaching.exp
4361 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4362 it. Wait for both inferior output and GDB's prompt. Use an
4363 indirect spawn id list.
4364 (do_detach): New parameter 'child_exit'. Use it to compute
4365 expected inferior output.
4366 (test_detach, test_detach_watch, test_detach_killed_outside):
4367 Adjust to pass down the expected child exit kind.
4368
97cbe998
SDJ
43692017-12-01 Joel Brobecker <brobecker@adacore.com>
4370 Sergio Durigan Junior <sergiodj@redhat.com>
4371 Pedro Alves <palves@redhat.com>
4372
4373 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4374
40fc416f
SDJ
43752017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4376
4377 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4378 to 'symbol-file' and 'add-symbol-file' can be
4379 position-independent.
4380
1cc75e92
YQ
43812017-12-01 Yao Qi <yao.qi@linaro.org>
4382
4383 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4384 the URL in copyright header.
4385 * gdb.arch/aarch64-fp.exp: Likewise.
4386 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4387 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4388 * gdb.base/expand-psymtabs.exp: Likewise.
4389 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4390 * gdb.fortran/common-block.exp: Likewise.
4391 * gdb.fortran/common-block.f90: Likewise.
4392 * gdb.fortran/logical.exp: Likewise.
4393 * gdb.fortran/vla-datatypes.f90: Likewise.
4394 * gdb.fortran/vla-sub.f90: Likewise.
4395
875fb7a7
JB
43962017-11-30 Joel Brobecker <brobecker@adacore.com>
4397
4398 * gdb.ada/repeat_dyn: New testcase.
4399
6f14765f
UW
44002017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4401
4402 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4403 Update for changed thread numbering.
4404 * gdb.cell/bt.exp: Update for changed GDB output.
4405
f1af7b94
SM
44062017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4407
4408 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4409 setting isremote by hand.
4410 * boards/dwarf4-gdb-index.exp: Likewise.
4411 * boards/fission.exp: Likewise.
4412 * boards/stabs.exp: Likewise.
4413
e3919f3e
PA
44142017-11-30 Pedro Alves <palves@redhat.com>
4415
4416 * gdb.linespec/cpls-ops.exp
4417 (check_explicit_skips_function_argument): Extract the underlying
4418 type of size_t instead of hardcoding it.
4419
bd69330d
PA
44202017-11-29 Pedro Alves <palves@redhat.com>
4421
4422 PR c++/19436
4423 * gdb.linespec/cpls-abi-tag.cc: New file.
4424 * gdb.linespec/cpls-abi-tag.exp: New file.
4425
a20714ff
PA
44262017-11-29 Pedro Alves <palves@redhat.com>
4427
4428 * gdb.base/langs.exp: Use -qualified.
4429 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4430 it.
4431 * gdb.cp/namespace.exp: Use -qualified.
4432 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4433 (overload-3, template-overload, template-ret-type, const-overload)
4434 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4435 procedures.
4436 (test_driver): Call them.
4437 * gdb.cp/save-bp-qualified.cc: New.
4438 * gdb.cp/save-bp-qualified.exp: New.
4439 * gdb.linespec/explicit.exp: Test -qualified.
4440 * lib/completion-support.exp (completion::explicit_opts_list): Add
4441 "-qualified".
4442 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4443
f6f1d339
PM
44442017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4445
4446 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4447
02ca603a
TT
44482017-11-29 Tom Tromey <tom@tromey.com>
4449
4450 * gdb.base/relocate.exp: Update invalid argument test.
4451 Add new tests for invalid arguments.
4452
ed6c0bfb
TP
44532017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4454
4455 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4456 Return 0 as a long.
4457 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4458
f106e10e
TP
44592017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4460
4461 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4462 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4463 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4464 func ().
4465 * gdb.cp/shadow.cc (B.func): Return 0.
4466
10329bb2
JB
44672017-11-27 Joel Brobecker <brobecker@adacore.com>
4468
4469 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4470 expected output in gdb_expect call to allow the exception
4471 message to be present as well. Fix syntax confusion to avoid
4472 TCL thinking that exception_name is an array.
4473
617cd4bc
UW
44742017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4475
4476 * gdb.arch/spu-info.c: Include <unistd.h>.
4477 (do_signal_test): Fix broken calls to write.
4478 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4479 Fix checks for empty mailboxes. Update signal tests for corrected
4480 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
4481 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4482 * gdb.cell/arch.exp: Use standard_output_file.
4483 * gdb.cell/break.exp: Likewise.
4484 * gdb.cell/bt.exp: Likewise.
4485 * gdb.cell/core.exp: Likewise.
4486 * gdb.cell/dwarfaddr.exp: Likewise.
4487 * gdb.cell/ea-cache.exp: Likewise.
4488 * gdb.cell/ea-standalone.exp: Likewise.
4489 * gdb.cell/f-regs.exp: Likewise.
4490 * gdb.cell/fork.exp: Likewise.
4491 * gdb.cell/gcore.exp: Likewise.
4492 * gdb.cell/mem-access.exp: Likewise.
4493 * gdb.cell/ptype.exp: Likewise.
4494 * gdb.cell/registers.exp: Likewise.
4495 * gdb.cell/sizeof.exp: Likewise.
4496 * gdb.cell/solib-symbol.exp: Likewise.
4497 * gdb.cell/solib.exp: Likewise.
617cd4bc 4498
a81aaca0
PA
44992017-11-25 Pedro Alves <palves@redhat.com>
4500
4501 * gdb.base/complete-empty.exp: New file.
4502 * gdb.base/completion.exp: Adjust.
4503
6a3c6ee4
PA
45042017-11-25 Pedro Alves <palves@redhat.com>
4505
4506 * gdb.linespec/cpls-ops.cc: New file.
4507 * gdb.linespec/cpls-ops.exp: New file.
4508 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4509 factored out from ...
4510 (test_complete_prefix_range): ... this.
4511
8955eb2d
PA
45122017-11-24 Pedro Alves <palves@redhat.com>
4513
4514 * gdb.linespec/cpcompletion.exp: New file.
4515 * gdb.linespec/cpls-hyphen.cc: New file.
4516 * gdb.linespec/cpls.cc: New file.
4517 * gdb.linespec/cpls2.cc: New file.
4518 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4519 test to use test_gdb_complete_unique. Add label completion,
4520 keyword completion and explicit location completion tests.
4521 * lib/completion-support.exp: New file.
4522
e547c119
JB
45232017-11-24 Joel Brobecker <brobecker@adacore.com>
4524
4525 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4526 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4527 when hitting an exception catchpoint.
4528
7c3c1aa8
YQ
45292017-11-22 Yao Qi <yao.qi@linaro.org>
4530
4531 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4532
41bd68f5
SM
45332017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4534
4535 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4536 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4537 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4538
1daad298
YQ
45392017-11-22 Yao Qi <yao.qi@linaro.org>
4540
4541 * gdb.base/info-os.exp: Pass pthreads.
4542 * gdb.multi/multi-attach.exp: Likewise.
4543
88465e87
YQ
45442017-11-22 Yao Qi <yao.qi@linaro.org>
4545
4546 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4547 compiler.
4548
dc196b23
YQ
45492017-11-22 Yao Qi <yao.qi@linaro.org>
4550
4551 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4552 * gdb.base/break-interp.exp: Likewise.
4553 * gdb.base/jit-attach-pie.exp: Likewise.
4554
2400729e
UW
45552017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4556
4557 * gdb.base/float128.c (large128): New variable.
4558 * gdb.base/float128.exp: Add test to print largest __float128 value.
4559
7a26362d
UW
45602017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4561
4562 * gdb.arch/vsx-regs.exp: Update register content checks.
4563
ed0f4273
UW
45642017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4565
4566 * gdb.arch/ppc-longdouble.exp: New file.
4567 * gdb.arch/ppc-longdouble.c: Likewise.
4568
a25d69c6
PA
45692017-11-21 Pedro Alves <palves@redhat.com>
4570
4571 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4572
73fcf641
PA
45732017-11-20 Pedro Alves <palves@redhat.com>
4574
4575 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4576 (long_double_typedef): New typedefs.
4577 Use DEF on double and long double.
4578 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4579 cases.
4580 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4581 and 'long_double_ptr_same_size' locals. Use them to decide
4582 whether cast from array/function to float is valid/invalid.
4583
71a3c369
TT
45842017-11-17 Tom Tromey <tom@tromey.com>
4585
4586 * gdb.rust/traits.rs: New file.
4587 * gdb.rust/traits.exp: New file.
4588
ced9779b
JB
45892017-11-17 Joel Brobecker <brobecker@adacore.com>
4590
4591 * gdb.ada/minsyms: New testcase.
4592
a0922d80
PA
45932017-11-16 Pedro Alves <palves@redhat.com>
4594
4595 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4596 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4597
ea04e54c
PA
45982017-11-16 Pedro Alves <palves@redhat.com>
4599
4600 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4601 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4602
e849ea89
PA
46032017-11-16 Pedro Alves <palves@redhat.com>
4604
4605 * gdb.server/reconnect-ctrl-c.c: New file.
4606 * gdb.server/reconnect-ctrl-c.exp: New file.
4607
d8ae99a7
PM
46082017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4609
4610 * gdb.python/py-rbreak.exp: New file.
4611 * gdb.python/py-rbreak.c: New file.
4612 * gdb.python/py-rbreak-func2.c: New file.
4613
968a13f8
PA
46142017-11-16 Pedro Alves <palves@redhat.com>
4615
4616 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4617 pattern.
4618 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4619 GDB.
4620
71774bc9
SM
46212017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4622
4623 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4624 regex.
4625
ddbb44cf
SM
46262017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4627
4628 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4629 test names.
4630
584a564f
PA
46312017-11-09 Pedro Alves <palves@redhat.com>
4632
4633 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4634 factored out from ...
4635 (top level): ... here, and adjusted to avoid expecting beyond the
4636 prompt in a single gdb_test_multiple.
4637
5ed7a928
PA
46382017-11-09 Pedro Alves <palves@redhat.com>
4639
4640 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4641 output.
4642 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4643 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4644 * gdb.server/ext-run.exp ("kill" test): Likewise.
4645 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4646
a60e0738
PA
46472017-11-09 Pedro Alves <palves@redhat.com>
4648
4649 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4650 match till end of line.
4651
2c88253f
PA
46522017-11-09 Pedro Alves <palves@redhat.com>
4653
4654 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4655
c7a38517
PA
46562017-11-09 Pedro Alves <palves@redhat.com>
4657
4658 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4659 New procedures, factored out from ...
4660 (top level): ... here, and adjusted to avoid expecting beyond the
4661 prompt in one go.
4662
f29f4b6b
PA
46632017-11-09 Pedro Alves <palves@redhat.com>
4664
4665 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4666 output. Fix '?' match.
4667
286acbb5
JB
46682017-11-08 Joel Brobecker <brobecker@adacore.com>
4669
4670 * gdb.ada/scoped_watch: New testcase.
4671 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4672 which is actually correct.
4673 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4674 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4675
62d7ae92
PA
46762017-11-08 Pedro Alves <palves@redhat.com>
4677
4678 * gdb.gdb/complaints.exp (test_initial_complaints)
4679 (test_serial_complaints, test_short_complaints): Call
4680 complaint_internal instead of complaint.
4681
280ca31f
DT
46822017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4683
4684 * gdb.threads/tls-core.c: New file.
4685 * gdb.threads/tls-core.exp: Likewise.
4686
b5ec771e
PA
46872017-11-08 Pedro Alves <palves@redhat.com>
4688
4689 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4690 (p Exported_Capitalized): New test.
4691 (p exported_capitalized): New test.
4692
a02b41a7
PA
46932017-11-07 Pedro Alves <palves@redhat.com>
4694
4695 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4696
95e95a6d
PA
46972017-11-07 Pedro Alves <palves@redhat.com>
4698
4699 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4700 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4701 (disable_invalid, disable_inverted, disable_negative): New
4702 procedures.
4703 ("bad numbers"): New set of tests.
4704
cee62dbd
PA
47052017-11-07 Pedro Alves <palves@redhat.com>
4706
4707 * gdb.cp/ena-dis-br-range.exp: Add tests.
4708
cc638e86
PA
47092017-11-07 Pedro Alves <palves@redhat.com>
4710
4711 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4712
d0fe4701
XR
47132017-11-07 Xavier Roirand <roirand@adacore.com>
4714 Pedro Alves <palves@redhat.com>
4715
4716 * gdb.base/ena-dis-br.exp: Add reference to
4717 gdb.cp/ena-dis-br-range.exp.
4718 * gdb.cp/ena-dis-br-range.exp: New file.
4719 * gdb.cp/ena-dis-br-range.cc: New file.
4720
46f67f80
PA
47212017-11-06 Pedro Alves <palves@redhat.com>
4722
4723 * gdb.base/attach-non-pgrp-leader.c: New.
4724 * gdb.base/attach-non-pgrp-leader.exp: New.
4725
726e1356
PA
47262017-11-06 Pedro Alves <palves@redhat.com>
4727
4728 * configure.ac: No longer check for termio.h and sgtty.h.
4729 * configure: Regenerate.
4730 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4731 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4732 Remove termio and sgtty code.
4733
50ab6ace
YQ
47342017-11-03 Yao Qi <yao.qi@linaro.org>
4735
4736 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4737 in GDB is disabled.
4738
8e68731c
YQ
47392017-11-03 Yao Qi <yao.qi@linaro.org>
4740
4741 * gdb.python/py-thrhandle.exp: Skip it if python is not
4742 enabled.
4743
3a87ae65
SM
47442017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4745
4746 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4747 as a breakpoint command.
4748
484d8d36
MD
47492017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4750
4751 PR python/21213
4752 * gdb.python/py-infthread.exp: Test calling
4753 InferiorThread.inferior () multiple times in a row.
4754
4a27f119
KS
47552017-10-27 Keith Seitz <keiths@redhat.com>
4756
4757 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4758 Test "info break" for every inlined function breakpoint.
4759
bb11dd58
YQ
47602017-10-27 Yao Qi <yao.qi@linaro.org>
4761
4762 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4763
a43f3893
PF
47642017-10-26 Patrick Frants <osscontribute@gmail.com>
4765
4766 * gdb.cp/classes.exp (test_static_members): Test printing
4767 Outer::instance.
4768 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4769 (Inner::instance, Outer::instance): New.
4770
792ccf00
PA
47712017-10-24 Pedro Alves <palves@redhat.com>
4772
4773 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4774 extra console" test in two stages.
4775
eb2bfbad
PA
47762017-10-24 Pedro Alves <palves@redhat.com>
4777
4778 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4779
1f75a651
PA
47802017-10-24 Pedro Alves <palves@redhat.com>
4781
4782 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4783 loop.
4784
779990d9
PA
47852017-10-24 Pedro Alves <palves@redhat.com>
4786
4787 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4788 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4789
ad9b8f5d
PA
47902017-10-24 Pedro Alves <palves@redhat.com>
4791
4792 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4793 parameter and handle it. Don't output read value in test name.
4794
fee6da6e
PA
47952017-10-24 Pedro Alves <palves@redhat.com>
4796
4797 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4798 custom test name.
4799
10389c2c
PA
48002017-10-24 Pedro Alves <palves@redhat.com>
4801
4802 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4803 include the unstable output directory name in the test's name.
4804 (initial_setup_simple) <'set args'>: Use custom test name.
4805
a80e65a9
PA
48062017-10-24 Pedro Alves <palves@redhat.com>
4807
4808 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4809 with explicit test name.
4810
15763a09
PA
48112017-10-20 Pedro Alves <palves@redhat.com>
4812
4813 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4814 'wait -i'. Use gdb_assert and remote_close.
4815
49a4ce2e
AB
48162017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4817
4818 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4819 number from variable rather than hard-coded.
4820
a75868f5
PA
48212017-10-19 Pedro Alves <palves@redhat.com>
4822
4823 * gdb.base/long-inferior-output.c: New file.
4824 * gdb.base/long-inferior-output.exp: New file.
4825
c8ba13ad
KS
48262017-11-18 Keith Seitz <keiths@redhat.com>
4827
4828 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4829 method.
4830 (main): Call it.
4831 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4832 Add additional user-defined conversion operator tests.
4833
b27de576
PA
48342017-10-17 Pedro Alves <palves@redhat.com>
4835
4836 * boards/native-stdio-gdbserver.exp: Load "local-board".
4837
8484c955
PA
48382017-10-17 Pedro Alves <palves@redhat.com>
4839
4840 * gdb.base/quit-live.c: New file.
4841 * gdb.base/quit-live.exp: New file.
4842
83d5a34d
KS
48432017-10-16 Keith Seitz <keiths@redhat.com>
4844
4845 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4846 (class_with_protected_typedef, class_with_private_typedef)
4847 (struct_with_public_typedef, struct_with_protected_typedef)
4848 (struct_with_private_typedef): New classes/structs.
4849 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4850 typedefs and access specifiers.
4851
739b3f1d
PA
48522017-10-16 Pedro Alves <palves@redhat.com>
4853 Simon Marchi <simon.marchi@polymtl.ca>
4854
4855 * README (Local vs Remote vs Native): New section.
4856 * boards/local-board.exp: New file, with bits factored out from
4857 ...
4858 * boards/native-extended-gdbserver.exp: ... here. Load
4859 "local-board".
4860 * boards/native-gdbserver.exp: Load "local-board".
4861 (${board}_spawn, ${board}_exec): Delete.
4862 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4863 ...
4864 * boards/stdio-gdbserver-base.exp: ... this new file.
4865 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4866 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4867 procedure.
4868 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4869 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4870 stdio_gdbserver_command.
4871 (${board}_get_remote_address, ${board}_get_comm_port)
4872 (${board}_download, ${board}_upload): Delete.
4873 (get_target_remote_pipe_cmd): New.
4874
fe68b953
SM
48752017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4876
4877 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4878 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4879 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4880 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4881 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4882 remove with_test_prefix.
4883
300b6685
PA
48842017-10-13 Pedro Alves <palves@redhat.com>
4885
4886 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4887 * gdb.base/annota1.exp: Use it instead of is_remote.
4888 * gdb.base/annota3.exp: Use it instead of is_remote.
4889 * gdb.cp/annota2.exp: Use it instead of is_remote.
4890 * gdb.cp/annota3.exp: Use it instead of is_remote.
4891 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4892
50500caf
PA
48932017-10-13 Pedro Alves <palves@redhat.com>
4894
4895 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4896 (test_num_test_vars, run_and_count_vars, find_env)
4897 (test_set_unset_env, test_inherit_env_var): New procedures.
4898 (top level): Use them.
4899
dad0c6d2
PA
49002017-10-13 Pedro Alves <palves@redhat.com>
4901
4902 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4903 also skip on stub-like targets.
4904
8b0553c1
PA
49052017-10-13 Pedro Alves <palves@redhat.com>
4906
4907 PR gdb/22293
4908 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4909 (top level): Move some tests to ...
4910 (test_not_found): ... this new procedure.
4911 (top level): Call it.
4912
7594f623
PA
49132017-10-13 Pedro Alves <palves@redhat.com>
4914
4915 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4916 expect different "info terminal" output if testing with a
4917 non-native target.
4918
ebe3b402
PA
49192017-10-13 Pedro Alves <palves@redhat.com>
4920 Simon Marchi <simon.marchi@polymtl.ca>
4921
4922 PR python/12966
4923 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4924
42f1b161
PA
49252017-10-13 Pedro Alves <palves@redhat.com>
4926
4927 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4928 already.
4929
8d6ef72b
PA
49302017-10-13 Pedro Alves <palves@redhat.com>
4931
4932 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4933 is_remote.
4934
d7bcd5b8
PA
49352017-10-13 Pedro Alves <palves@redhat.com>
4936
4937 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4938 is_remote.
4939
df479dc6
PA
49402017-10-13 Pedro Alves <palves@redhat.com>
4941
4942 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4943 is set.
4944 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4945 instead of is_remote.
4946
23fb630a
PA
49472017-10-13 Pedro Alves <palves@redhat.com>
4948
4949 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4950 (top level): Add comment.
4951
cc77b1dc
PA
49522017-10-13 Pedro Alves <palves@redhat.com>
4953
4954 * gdb.base/remote.exp (top level): Fix comment typo and add
4955 missing return.
4956
27c9e813
PA
49572017-10-13 Pedro Alves <palves@redhat.com>
4958 Simon Marchi <simon.marchi@polymtl.ca>
4959
4960 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4961 calls and add comments. Skip test if use_gdb_stub is set.
4962 (top level): Use "set cwd" command instead of "cd" command.
4963
5e830d98
PA
49642017-10-13 Pedro Alves <palves@redhat.com>
4965
4966 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4967 is_remote target check.
4968
f5ca0032
PA
49692017-10-13 Pedro Alves <palves@redhat.com>
4970
4971 * gdb.base/scope.exp: Use build_executable + clean_restart +
4972 gdb_file_cmd instead of prepare_for_testing and no longer skip
4973 "before run" tests on is_remote target boards. Update comments.
4974 * boards/native-extended-gdbserver.exp
4975 (extended_gdbserver_load_last_file): New, factored out from ...
4976 (gdb_load): ... this. Move further below and add comment.
4977 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4978
8aed1c0d
PA
49792017-10-12 Pedro Alves <palves@redhat.com>
4980
4981 * gdb.base/attach.exp: Remove references to gdb64.
4982 * gdb.base/dbx.exp: Remove references to gdb64.
4983
cfa34c87
SM
49842017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4985 Pedro Alves <palves@redhat.com>
4986
4987 * gdb.base/label.exp: Remove is_remote target check.
4988
9192b7de
PA
49892017-10-12 Pedro Alves <palves@redhat.com>
4990
4991 * gdb.base/auvx.exp (coredir): Update comment.
4992 (top level) <core_works>: Use "set cwd" command instead of "cd"
4993 command.
4994
6bf0052d
PA
49952017-10-12 Pedro Alves <palves@redhat.com>
4996 Simon Marchi <simon.marchi@polymtl.ca>
4997
4998 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4999 target boards.
5000
e48ef82d
PA
50012017-10-12 Pedro Alves <palves@redhat.com>
5002 Simon Marchi <simon.marchi@polymtl.ca>
5003
5004 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
5005 Instead skip if there's any gdb_protocol set.
5006
8d7aea57
SM
50072017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
5008 Pedro Alves <palves@redhat.com>
5009
5010 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5011
30440677
PA
50122017-10-12 Pedro Alves <palves@redhat.com>
5013 Simon Marchi <simon.marchi@polymtl.ca>
5014
5015 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5016 instead of on dejagnu remote boards.
5017
4e04f045 50182017-10-12 Pedro Alves <palves@redhat.com>
175654b9 5019 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
5020
5021 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5022 checks. Use build_executable + clean_restart instead of
5023 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5024 of enabling non-stop after starting gdb.
5025
871a186e
PA
50262017-10-12 Pedro Alves <palves@redhat.com>
5027
5028 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5029 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5030 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5031 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5032
56d704da
AK
50332017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5034
5035 * gdb.arch/arc-tdesc-cpu.exp: New file.
5036 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5037
2f20e312
SM
50382017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5039
5040 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5041
65630365
PA
50422017-10-10 Pedro Alves <palves@redhat.com>
5043
5044 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5045 expect CLI output.
5046
bf469271
PA
50472017-10-10 Pedro Alves <palves@redhat.com>
5048
5049 * lib/selftest-support.exp (selftest_setup): Update for
5050 captured_command_loop's prototype change.
5051
777a42f1
PA
50522017-10-09 Pedro Alves <palves@redhat.com>
5053
5054 Test both arch1=>arch2 and arch2=>arch1.
5055
5056 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5057 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5058 factored out to...
5059 (append_arch1_options, append_arch2_options, append_arch_options)
5060 (build_executables): New procedures.
5061 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5062 local.
5063 (top level): Add new 'first_arch' testing axis.
5064
cbd2b4e3
PA
50652017-10-09 Pedro Alves <palves@redhat.com>
5066
5067 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5068 (barrier): New.
5069 (thread_start, all_started): New functions.
5070 (main): Spawn new thread and wait until it is scheduled.
5071 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5072 option.
5073 (do_test): Add 'selected_thread' parameter. Run to all_started
5074 instead of main. Explicitly set the breakpoint at main. Switch
5075 to the SELECTED_THREAD thread.
5076 (top level): Test handling the exec event with either the main
5077 thread or the second thread selected.
5078
5c9e4427
PA
50792017-10-09 Pedro Alves <palves@redhat.com>
5080
5081 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5082 logic. Move STOP marker after the value checks.
5083 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5084 regexp.
5085
b3b7c423
SL
50862017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5087
5088 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5089
3b4b2f16
UW
50902017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5091
5092 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5093 integer-to-dfp conversion.
5094 * gdb.base/dfp-test.exp: Likewise.
5095
5cd63fda
PA
50962017-10-04 Pedro Alves <palves@redhat.com>
5097
5098 * gdb.multi/hangout.c: Include <unistd.h>.
5099 (hangout_loop): New function.
5100 (main): Call alarm. Call hangout_loop in a loop.
5101 * gdb.multi/hello.c: Include <unistd.h>.
5102 (hello_loop): New function.
5103 (main): Call alarm. Call hangout_loop in a loop.
5104 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5105 inferior with the other selected.
5106
4c71c105
SM
51072017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5108
5109 * gdb.mi/list-thread-groups-available.exp: New file.
5110 * gdb.mi/list-thread-groups-available.c: New file.
5111
bc3b087d
SDJ
51122017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5113
5114 * gdb.base/set-cwd.exp: Make it available on
5115 native-extended-gdbserver.
5116
d092c5a2
SDJ
51172017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5118
5119 * gdb.base/set-cwd.c: New file.
5120 * gdb.base/set-cwd.exp: Likewise.
5121
45320ffa
TT
51222017-10-02 Tom Tromey <tom@tromey.com>
5123
5124 PR rust/22236:
5125 * gdb.rust/simple.rs (main): New variable "fslice".
5126 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5127
b3e3859b
TT
51282017-10-02 Tom Tromey <tom@tromey.com>
5129
5130 * gdb.rust/simple.exp: Test ptype of a slice.
5131
01af5e0d
TT
51322017-10-02 Tom Tromey <tom@tromey.com>
5133
5134 * gdb.rust/simple.exp: Test index of slice.
5135
a9bbfbd8
TT
51362017-09-27 Tom Tromey <tom@tromey.com>
5137
5138 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5139
df8899e5
TP
51402017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5141 Pedro Alves <palves@redhat.com>
5142
5143 * gdb.base/compare-sections.exp (get value of read-only section): Read
5144 as unsigned value.
5145 (corrupt read-only section): Likewise and don't set written if patching
5146 failed.
5147
757bf54b
KB
51482017-09-21 Kevin Buettner <kevinb@redhat.com>
5149
5150 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5151 files.
5152
06871ae8
PA
51532017-09-20 Pedro Alves <palves@redhat.com>
5154
5155 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5156 symbol names in gdb's output.
5157 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5158
e5f25bc5
PA
51592017-09-20 Pedro Alves <palves@redhat.com>
5160
5161 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5162 Rename to ...
5163 (test_list_ambiguous_symbol): ... this and add a symbol name
5164 parameter. Adjust.
5165 (test_list_ambiguous_function): Reimplement on top of
5166 test_list_ambiguous_symbol and also test listing ambiguous
5167 variables.
5168 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5169 (ambiguous_fun): ... this.
5170 (ambiguous_var): New.
5171 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5172 (ambiguous_fun): ... this.
5173 (ambiguous_var): New.
5174
4e5a4f58
JB
51752017-09-19 John Baldwin <jhb@FreeBSD.org>
5176
5177 * gdb.base/starti.c: New file.
5178 * gdb.base/starti.exp: New file.
5179 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5180
26e53f3e
PA
51812017-09-14 Pedro Alves <palves@redhat.com>
5182
5183 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5184 (top level): Use it instead of runto.
5185
cb791d59
TT
51862017-09-11 Tom Tromey <tom@tromey.com>
5187
5188 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5189
7c96f8c1
TT
51902017-09-11 Tom Tromey <tom@tromey.com>
5191
5192 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5193 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5194
469412dd
CW
51952017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5196
5197 * gdb.fortran/printing-types.exp: New file.
5198 * gdb.fortran/printing-types.exp: New file.
5199
e0f86435
BH
52002017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5201
5202 * gdb.fortran/vla-ptype.exp: Fix typos.
5203 * gdb.fortran/vla-value.exp: Same.
5204
9e9af4be
BH
52052017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5206
5207 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5208 * gdb.mi/mi-var-child-f.exp: Likewise.
5209 * gdb.mi/mi-vla-fortran.exp: Likewise.
5210
a5ad232b 52112017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
5212 Christoph Weinmann <christoph.t.weinmann@intel.com>
5213 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
5214
5215 * gdb.fortran/ptr-indentation.f90: New file.
5216 * gdb.fortran/ptr-indentation.exp: New file.
5217
5aec60eb
TT
52182017-09-05 Tom Tromey <tom@tromey.com>
5219
5220 PR gdb/22010:
5221 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5222
8f8f8152
TP
52232017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5224
5225 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5226
fbd1b771
JK
52272017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5228
5229 * gdb.threads/tls-nodebug-pie.c: New file.
5230 * gdb.threads/tls-nodebug-pie.exp: New file.
5231
5eb5f850
TT
52322017-09-05 Tom Tromey <tom@tromey.com>
5233
5234 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5235 for rust.
5236
ae780a21
SM
52372017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5238
5239 * gdb.multi/multi-arch-exec.exp: Test with different
5240 "follow-exec-mode" settings.
5241 (do_test): New procedure.
5242
3693fdb3
PA
52432017-09-04 Pedro Alves <palves@redhat.com>
5244
5245 * gdb.base/func-static.c (S::method const, S::method volatile)
5246 (S::method volatile const): New methods.
5247 (c_s, v_s, cv_s): New instances.
5248 (main): Call method() on them.
5249 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5250 (cannot_resolve): New procedure.
5251 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5252 print-quote-unquoted columns.
5253 (do_test): Test printing each scope too.
5254
e68cb8e0
PA
52552017-09-04 Pedro Alves <palves@redhat.com>
5256
5257 * gdb.base/local-static.exp: Also test with
5258 class::method::variable wholly quoted.
5259 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5260
858be34c
PA
52612017-09-04 Pedro Alves <palves@redhat.com>
5262
5263 * gdb.base/local-static.c: New.
5264 * gdb.base/local-static.cc: New.
5265 * gdb.base/local-static.exp: New.
5266
46a4882b
PA
52672017-09-04 Pedro Alves <palves@redhat.com>
5268
5269 * gdb.asm/asm-source.exp: Add casts to int.
5270 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5271 (dataglobal64_1, dataglobal64_2): New globals.
5272 * gdb.base/nodebug.exp: Test different expressions involving the
5273 new globals, with print, whatis and ptype. Add casts to int.
5274 * gdb.base/solib-display.exp: Add casts to int.
5275 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5276 * gdb.cp/m-static.exp: Add cast to int.
5277 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5278 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5279 tls variable with no debug info without a cast. Test with a cast
5280 to int too.
5281 * gdb.trace/entry-values.exp: Add casts.
5282
2c5a2be1
PA
52832017-09-04 Pedro Alves <palves@redhat.com>
5284
5285 * gdb.base/nodebug.exp: Test that ptype's error about functions
5286 with unknown return type includes the function name too.
5287
7022349d
PA
52882017-09-04 Pedro Alves <palves@redhat.com>
5289
5290 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5291 return type of munmap in infcall.
5292 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5293 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5294 type of ftell in infcall.
5295 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5296 type of getpid in infcall.
5297 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5298 infcall.
5299 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5300 Bail on failure to extract the pid.
5301 * gdb.base/nodebug.c: #include <stdint.h>.
5302 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5303 New functions.
5304 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5305 Change expected output of print/whatis/ptype with functions with
5306 no debug info. Test all supported languages. Call
5307 test_call_promotion.
5308 * gdb.compile/compile.exp: Adjust expected output to expect
5309 warning.
5310 * gdb.threads/siginfo-threads.exp: Likewise.
5311
54990598
PA
53122017-09-04 Pedro Alves <palves@redhat.com>
5313
5314 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5315 "prototypes". Test calling float functions via prototyped and
5316 unprototyped function pointers.
5317 (perform_all_tests): New parameter "prototypes". Pass it down.
5318 (top level): Pass down "prototypes" parameter to
5319 perform_all_tests.
5320
34d16ea2
SM
53212017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5322
5323 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5324 Test with nested loops.
5325
9521ecda
SM
53262017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5327
5328 * gdb.base/commands.exp: Call the new procedures.
5329 (loop_break_test, loop_continue_test): New procedures.
5330
80a65e9b
SM
53312017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5332
5333 * gdb.base/commands.exp: Call new procedure.
5334 (define_if_without_arg_test): New procedure.
5335
e439fa14
PA
53362017-09-04 Pedro Alves <palves@redhat.com>
5337
5338 * gdb.base/list-ambiguous.exp: New file.
5339 * gdb.base/list-ambiguous0.c: New file.
5340 * gdb.base/list-ambiguous1.c: New file.
5341 * gdb.base/list.exp (test_list_range): Adjust expected output.
5342
0a2dde4a
SDJ
53432017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5344
5345 * gdb.base/share-env-with-gdbserver.c: New file.
5346 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5347
5e89eb3a
SM
53482017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5349
5350 * gdb.base/commands.exp (gdbvar_simple_if_test,
5351 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5352 progvar_simple_if_test, progvar_simple_while_test,
5353 progvar_complex_if_while_test, user_defined_command_test,
5354 user_defined_command_args_eval,
5355 user_defined_command_args_stack_test,
5356 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5357 temporary_breakpoint_commands,
5358 gdb_test_no_prompt, redefine_hook_test,
5359 redefine_backtrace_test): Remove "global gdb_prompt".
5360
fd437cbc
SM
53612017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5362
5363 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5364 New proc, call it from toplevel.
5365
87215ad1
SDJ
53662017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5367
5368 PR remote/21852
5369 * gdb.server/normal.c: New file, copied from gdb.base.
5370 * gdb.server/run-without-local-binary.exp: New file.
5371
58afddc6
WP
53722017-08-07 Weimin Pan <weimin.pan@oracle.com>
5373
5374 * gdb.arch/sparc64-adi.exp: New file.
5375 * gdb.arch/sparc64-adi.c: New file.
5376
5277199a
PA
53772017-08-22 Pedro Alves <palves@redhat.com>
5378
5379 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5380 (top level): Add "list all overloads" tests.
5381
14278e1f
TT
53822017-08-22 Tom Tromey <tom@tromey.com>
5383
5384 * gdb.gdb/xfullpath.exp: Remove.
5385
bf223d3e
PA
53862017-08-21 Pedro Alves <palves@redhat.com>
5387
5388 PR gdb/19487
5389 * gdb.base/symbol-alias.c: New.
5390 * gdb.base/symbol-alias2.c: New.
5391 * gdb.base/symbol-alias.exp: New.
5392
c973d0aa
PA
53932017-08-21 Pedro Alves <palves@redhat.com>
5394
5395 * gdb.base/dfp-test.c
5396 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5397 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5398 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5399 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5400 * gdb.base/whatis-ptype-typedefs.c: New.
5401 * gdb.base/whatis-ptype-typedefs.exp: New.
5402 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5403 (an_int, an_int_type, an_int_type2): New globals.
5404 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5405 involving typedefs and cast expressions.
5406 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5407 (lookup_typedefs_function): New.
5408 (typedefs_pretty_printers_dict): New.
5409 (top level): Register lookup_typedefs_function in
5410 gdb.pretty_printers.
5411
6d580b63
YQ
54122017-08-18 Yao Qi <yao.qi@linaro.org>
5413
5414 * gdb.server/unittest.exp: New.
5415
206726fb
SDJ
54162017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5417
5418 PR gdb/21954
5419 * gdb.base/environ.exp: Add test to check if 'unset environment'
5420 works.
5421
bf0ec4c2
AA
54222017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5423
5424 * lib/gdb.exp (universal_compile_options): New caching proc.
5425 (gdb_compile): Suppress GCC's coloring of messages.
5426
d6382fff
TT
54272017-08-14 Tom Tromey <tom@tromey.com>
5428
5429 PR gdb/21675:
5430 * gdb.base/printcmds.exp (test_radices): New function.
5431 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5432 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5433 * lib/gdb.exp (get_integer_valueof): Use p/d.
5434
c2c2dd9f
SM
54352017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5436
5437 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5438 characters.
5439
fdffd6f4
TT
54402017-08-05 Tom Tromey <tom@tromey.com>
5441
5442 * gdb.rust/simple.exp: Allow String to appear in a different
5443 namespace.
5444
27d41eac
YQ
54452017-07-26 Yao Qi <yao.qi@linaro.org>
5446
5447 * gdb.gdb/unittest.exp: Invoke command
5448 "maintenance check xml-descriptions".
5449
031ed05d
AA
54502017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5451
5452 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5453 calling context.
5454 (hex128): Drop erroneous calculation of parameters.
5455
dcd27ddf
SM
54562017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5457
5458 * gdb.python/py-unwind.exp: Disable stack protection when
5459 building test file.
5460
47e77640
PA
54612017-07-20 Pedro Alves <palves@redhat.com>
5462
5463 * gdb.base/default.exp (set language): Adjust expected output.
5464
62d2a18a
PA
54652017-07-20 Pedro Alves <palves@redhat.com>
5466
5467 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5468 (test_minsym): ... this, and make static.
5469 (get_pck__foo__bar__minsym): Rename to ...
5470 (get_test_minsym): ... this.
5471 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5472 symbol names and comments.
5473 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5474 (get_test_minsym): ... this.
5475 (pck__foo__bar__minsym__2): Rename to ...
5476 (test_minsym): ... this.
5477 (main): Adjust.
5478
c45ec17c
PA
54792017-07-17 Pedro Alves <palves@redhat.com>
5480
5481 * gdb.base/completion.exp: Adjust expected output.
5482 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5483 the completer works.
5484
c6756f62
PA
54852017-07-17 Pedro Alves <palves@redhat.com>
5486
5487 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5488
5bd68487
AB
54892017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5490
5491 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5492
8880f2a9
TT
54932017-07-14 Tom Tromey <tom@tromey.com>
5494
5495 PR rust/21764:
5496 * gdb.rust/simple.exp: Add tests.
5497
65547233
TT
54982017-07-14 Tom Tromey <tom@tromey.com>
5499
5500 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5501
8f14146e
PA
55022017-07-14 Pedro Alves <palves@redhat.com>
5503
5504 * gdb.linespec/base/one/thefile.cc (z1): New function.
5505 * gdb.linespec/base/two/thefile.cc (z2): New function.
5506 * gdb.linespec/linespec.exp: Add tests.
5507
b4365d02
AB
55082017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5509
5510 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5511 to mi_create_breakpoint.
5512
5d2cbaa5
AB
55132017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5514
5515 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5516 mi_create_breakpoint.
5517
11cb5716
IB
55182017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5519
5520 * gdb.dlang/demangle.exp: Update for demangling changes.
5521
03278692
TT
55222017-07-09 Tom Tromey <tom@tromey.com>
5523
5524 * gdb.dwarf2/shortpiece.exp: New file.
5525
33c5cd75
DB
55262017-07-06 David Blaikie <dblaikie@gmail.com>
5527
5528 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5529 built from fissiont-multi-cu{1,2}.c.
5530 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5531 except putting 'main' and 'func' in separate CUs in the same DWO file.
5532 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5533 test.
5534 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5535 test.
5536
8455d262
PA
55372017-07-06 Pedro Alves <palves@redhat.com>
5538
5539 * gdb.python/py-unwind.exp: Test flushregs.
5540
dc4bde35
SDJ
55412017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5542
5543 PR cli/21688
5544 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5545 tests for alias commands and trailing whitespace.
5546
51ed89aa
SDJ
55472017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5548
5549 PR cli/21688
5550 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5551 procedure. Call it.
5552
eb17d413
PA
55532017-06-29 Pedro Alves <palves@redhat.com>
5554
5555 * gdb.base/printcmds.exp: Add tests.
5556
41664b45
DG
55572017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5558
5559 PR gdb/21337
5560 * gdb.base/reread-readsym.exp: New file.
5561 * gdb.base/reread-readsym.c: New file.
5562
75312ae3
KB
55632017-06-21 Kevin Buettner <kevinb@redhat.com>
5564
5565 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5566 subpattern.
5567
66953522
PB
55682017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5569
5570 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5571 extended mnemonic.
5572 * gdb.arch/powerpc-power9.s: Likewise.
5573
5524b525
AA
55742017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5575
5576 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5577 on 32-bit x86 targets. Exploit is_*_target macros where
5578 appropriate.
5579
03c8af18
AA
55802017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5581
5582 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5583 register pieces.
5584
3bf31011
AA
55852017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5586
5587 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5588 located in one or more DWARF pieces.
5589
805acca0
AA
55902017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5591
5592 * lib/gdb.exp (get_endianness): New proc.
5593 * gdb.arch/aarch64-fp.exp: Use it.
5594 * gdb.arch/altivec-regs.exp: Likewise.
5595 * gdb.arch/e500-regs.exp: Likewise.
5596 * gdb.arch/vsx-regs.exp: Likewise.
5597 * gdb.base/dump.exp: Likewise.
5598 * gdb.base/funcargs.exp: Likewise.
5599 * gdb.base/gnu_vector.exp: Likewise.
5600 * gdb.dwarf2/formdata16.exp: Likewise.
5601 * gdb.dwarf2/implptrpiece.exp: Likewise.
5602 * gdb.dwarf2/nonvar-access.exp: Likewise.
5603 * gdb.python/py-inferior.exp: Likewise.
5604 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5605
e9352324
AA
56062017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5607
5608 PR gdb/21226
5609 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5610 stack value pieces are taken from the LSB end.
5611
d5d1163e
AA
56122017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5613
5614 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5615 variable at nonzero offset.
5616
0567c986
AA
56172017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5618
5619 * gdb.dwarf2/var-access.c: New file.
5620 * gdb.dwarf2/var-access.exp: New test.
5621 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5622
973e9aab
TT
56232017-06-12 Tom Tromey <tom@tromey.com>
5624
5625 * gdb.dwarf2/formdata16.exp: Add tests.
5626
d9109c80
TT
56272017-06-12 Tom Tromey <tom@tromey.com>
5628
5629 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5630
30a25466
TT
56312017-06-12 Tom Tromey <tom@tromey.com>
5632
5633 PR exp/16225:
5634 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5635 * gdb.arch/vsx-regs.exp: Update tests.
5636 * gdb.arch/s390-vregs.exp (hex128): New proc.
5637 Update test.
5638 * gdb.arch/altivec-regs.exp: Update tests.
5639
aefd8b33
SDJ
56402017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5641
5642 * gdb.base/startup-with-shell.c: New file.
5643 * gdb.base/startup-with-shell.exp: Likewise.
5644
2090129c
SDJ
56452017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5646
5647 * gdb.server/non-existing-program.exp: Update regex in order to
5648 reflect the fact that gdbserver is now using fork_inferior (with a
5649 shell) to startup the inferior.
5650
8e86a419
SM
56512017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5652
5653 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5654 support function calls from GDB.
5655
e6cf65f2
TT
56562017-05-21 Tom Tromey <tom@tromey.com>
5657
5658 PR rust/21466:
5659 * gdb.rust/unsized.exp: New file.
5660 * gdb.rust/unsized.rs: New file.
5661
43cc5389
TT
56622017-05-19 Tom Tromey <tom@tromey.com>
5663
5664 PR rust/21484:
5665 * gdb.rust/watch.exp: New file.
5666 * gdb.rust/watch.rs: New file.
5667
ec8df234
TT
56682017-05-18 Tom Tromey <tom@tromey.com>
5669
5670 * gdb.rust/simple.exp: Allow Box to be qualified.
5671
3e3e7fae
TP
56722017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5673
5674 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5675
59cc050d
PA
56762017-05-18 Pedro Alves <palves@redhat.com>
5677
5678 * gdb.base/fileio.c (test_write, test_read, test_close)
5679 (test_fstat): Don't print 'ret' in the fail path.
5680
c8f6abd1
PA
56812017-05-18 Pedro Alves <palves@redhat.com>
5682
5683 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5684 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5685 (test_system, test_rename, test_unlink, test_time): Change
5686 prototypes.
5687 * gdb.base/fileio.exp (stop_msg): Adjust.
5688
d2a03b77
PA
56892017-05-18 Pedro Alves <palves@redhat.com>
5690
5691 * gdb.base/fileio.c (null_str): New global.
5692 (test_stat): Use it.
5693 * gdb.base/fileio.exp: Remove nowarnings.
5694
0d5c6999
YQ
56952017-05-17 Yao Qi <yao.qi@linaro.org>
5696
5697 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5698
21873064
YQ
56992017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5700
5701 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5702 argument command.
5703 (top-level): Invoke test_set_inferior_tty.
5704
d512d31c
PA
57052017-05-04 Pedro Alves <palves@redhat.com>
5706
5707 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5708 Add parens to print call for Python 3.
5709
90cef2ed
KS
57102017-05-03 Keith Seitz <keiths@redhat.com>
5711
5712 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5713 (main): Call it.
5714
14f819c8
TW
57152017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5716
5717 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5718 to prev and next.
5719
913aeadd
TW
57202017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5721
5722 * gdb.python/py-record-btrace.exp: Remove test for
5723 gdb.BtraceInstruction.error.
5724
a3be24ad
TW
57252017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5726
5727 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5728
ae20e79a
TW
57292017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5730
5731 * gdb.python/py-record-btrace-threads.c: New file.
5732 * gdb.python/py-record-btrace-threads.exp: New file.
5733
45ce1b47
SDJ
57342017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5735
5736 PR testsuite/8595
5737 * gdb.base/environ.exp: Make test available in all architectures.
5738 Move bits related to "info program" testing to
5739 gdb.base/info-program.exp. Rewrite tests to use the two new
5740 procedures mentione below.
5741 (test_set_show_env_var) New procedure.
5742 (test_set_show_env_var_equal): Likewise.
5743 * gdb.base/info-program.exp: New file.
5744
e15c3eb4
KS
57452017-04-27 Keith Seitz <keiths@redhat.com>
5746
5747 * gdb.cp/oranking.cc (test15): New function.
5748 (main): Call test15 and declare additional variables for testing.
5749 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5750 "p foo101('abc')" tests.
5751 Add tests for cv qualifier overloads.
5752 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5753 "lvalue reference overload" test.
5754 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5755 "print value of f1 on Child&& in f2" test.
5756
3a3fd0fd
PA
57572017-04-19 Pedro Alves <palves@redhat.com>
5758
5759 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5760 procedure.
5761 (top level): Call it.
5762 * lib/gdb.exp (gdb_define_cmd): New procedure.
5763
53375380
PA
57642017-04-12 Pedro Alves <palves@redhat.com>
5765
5766 PR gdb/21323
5767 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5768 (wchar): New global.
5769 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5770 (do_test_wide_char, wide_char_types_no_program, top level): Add
5771 wchar_t testing.
5772
53e710ac
PA
57732017-04-12 Pedro Alves <palves@redhat.com>
5774
5775 PR c++/21323
5776 * gdb.cp/wide_char_types.c: New file.
5777 * gdb.cp/wide_char_types.exp: New file.
5778
0ad9d8c7
SDJ
57792017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5780
5781 PR gdb/21352
5782 * gdb.trace/tsv.exp: Add test for "tsave -r".
5783
b1b45502
IB
57842017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5785
5786 * gdb.dlang/watch-loc.c: New file.
5787 * gdb.dlang/watch-loc.exp: New file.
5788
ec13808e
JK
57892017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5790
5791 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5792
fe5f7374
AK
57932017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5794
5795 * gdb.arch/arc-analyze-prologue.S: New file.
5796 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5797
eea78757
AK
57982017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5799
5800 * gdb.arch/arc-decode-insn.S: New file.
5801 * gdb.arch/arc-decode-insn.exp: Likewise.
5802
5badf10a
IR
58032017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5804
5805 PR tdep/20928
5806 * gdb.arch/sparc64-regs.exp: New file.
5807 * gdb.arch/sparc64-regs.S: Likewise.
5808
cee59b3f
TW
58092017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5810
5811 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5812 and memory view on Python 3.
5813
c0f55cc6
AV
58142017-03-20 Artemiy Volkov <artemiyv@acm.org>
5815 Keith Seitz <keiths@redhat.com>
5816
5817 PR gdb/14441
5818 * gdb.cp/demangle.exp: Add rvalue reference tests.
5819 * gdb.cp/rvalue-ref-casts.cc: New file.
5820 * gdb.cp/rvalue-ref-casts.exp: New file.
5821 * gdb.cp/rvalue-ref-overload.cc: New file.
5822 * gdb.cp/rvalue-ref-overload.exp: New file.
5823 * gdb.cp/rvalue-ref-params.cc: New file.
5824 * gdb.cp/rvalue-ref-params.exp: New file.
5825 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5826 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5827 * gdb.cp/rvalue-ref-types.cc: New file.
5828 * gdb.cp/rvalue-ref-types.exp: New file.
5829 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5830 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5831
51457a05
MAL
58322017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5833
5834 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5835 New procedure.
5836
5b291c04
MAL
58372017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5838
5839 * lib/mi-support.exp (mi_gdb_test): Add additional message
5840 for unexpected output.
5841
59a56148
AA
58422017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5843
5844 * gdb.base/examine-backward.c (Barrier): New character array
5845 constant, to ensure that TestStrings is preceded by a string
5846 terminator.
5847
7942e96e
AA
58482017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5849
5850 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5851 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5852 and implicit pointer into such a location.
5853
6ebac3fb
DE
58542017-03-16 Doug Evans <dje@google.com>
5855
5856 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5857
ec3b243d
TP
58582017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5859
5860 * gdb.cp/m-static.exp: Fix expectation for prototype of
5861 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
5862
58632017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
5864
5865 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5866 * gdb.guile/scm-lazy-string.c: New file.
5867 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5868 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5869 for pointer, array, typedef lazy strings.
5870
2cc36e25 58712017-03-16 Doug Evans <dje@google.com>
34b43320
DE
5872
5873 PR python/17728, python/18439, python/18779
5874 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5875 * gdb.python/py-lazy-string.c (pointer): New typedef.
5876 (main): New locals ptr, array, typedef_ptr.
5877 * gdb.python/py-value.exp: Move lazy string tests to ...
5878 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5879 array, typedef lazy strings.
ec3b243d 5880
0efcde63
AK
58812017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5882
5883 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5884 Add optional 'test' parameter.
5885
7978d7c3
SM
58862017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5887
5888 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5889 Skip for versions of DejaGnu < 1.5.
5890
896c0c1e
SM
58912017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5892
5893 * lib/gdb.exp (dejagnu_version): New proc.
5894 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5895 Use dejagnu_version.
5896
5f4d1085
KS
58972017-03-10 Keith Seitz <keiths@redhat.com>
5898
5899 PR c++/8128
5900 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5901 type from destructor regexps.
5902 Add a branch which actually passes the test.
5903 Adjust "ptype t5i" test names.
5904
1de05205
PA
59052017-03-08 Pedro Alves <palves@redhat.com>
5906
5907 * gdb.base/step-over-exit.exp: Add explicit test message.
5908
c65d6b55
PA
59092017-03-08 Pedro Alves <palves@redhat.com>
5910
5911 PR gdb/18360
5912 * gdb.threads/interrupt-while-step-over.c: New file.
5913 * gdb.threads/interrupt-while-step-over.exp: New file.
5914
2e86a283
PA
59152017-03-08 Pedro Alves <palves@redhat.com>
5916
5917 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5918 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5919
25dcbff6
PA
59202017-03-08 Pedro Alves <palves@redhat.com>
5921
5922 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5923 PKRU as not supported as a PASS.
5924
dc9366eb
PA
59252017-03-08 Pedro Alves <palves@redhat.com>
5926
5927 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5928 prefix instead of $binfile1/$binfile2.
5929 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5930 in test message.
5931 * gdb.python/py-completion.exp: Use "load python file" as test
5932 messages instead of unstable path names.
5933
6e5d74e7
PA
59342017-03-08 Pedro Alves <palves@redhat.com>
5935 Jan Kratochvil <jan.kratochvil@redhat.com>
5936
5937 PR cli/21218
5938 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5939 New proc.
5940 (top level): Call it.
5941
9753a2f6
PA
59422017-03-08 Pedro Alves <palves@redhat.com>
5943
5944 PR tui/21216
5945 * gdb.tui/tui-nl-filtered-output.exp: New file.
5946
1a4dd9dd
PA
59472017-03-08 Pedro Alves <palves@redhat.com>
5948
5949 * gdb.base/completion.exp: Move TUI completion tests to ...
5950 * gdb.tui/completion.exp: ... this new file.
5951
7cbbff33
PA
59522017-03-08 Pedro Alves <palves@redhat.com>
5953
5954 * gdb.base/tui-disasm-long-lines.c,
5955 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5956 gdb.base/tui-layout.exp: Move to ...
5957 * gdb.tui/: ... this new directory.
5958
5f6fd321
PA
59592017-03-07 Pedro Alves <palves@redhat.com>
5960
5961 * gdb.base/tui-layout.c: New file.
5962 * gdb.base/tui-layout.exp: New file.
5963
44959fa8
PA
59642017-03-07 Pedro Alves <palves@redhat.com>
5965
5966 * gdb.base/tui-layout.c: Rename to ...
5967 * gdb.base/tui-disasm-long-lines.c: ... this.
5968 * gdb.base/tui-layout.exp: Rename to ...
5969 * gdb.base/tui-disasm-long-lines.exp: ... this.
5970
f8c4e718
PA
59712017-03-07 Pedro Alves <palves@redhat.com>
5972
5973 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5974
6dbb839a 59752017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
5976
5977 * i386-mpx-call.c: New file.
5978 * i386-mpx-call.exp: New file.
5979
65b48a81
PB
59802017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5981
5982 * gdb.arch/powerpc-power.exp: Delete test.
5983 * gdb.arch/powerpc-power.s: Likewise.
5984 * gdb.disasm/disassembler-options.exp: New test.
5985 * gdb.arch/powerpc-altivec.exp: Likewise.
5986 * gdb.arch/powerpc-altivec.s: Likewise.
5987 * gdb.arch/powerpc-altivec2.exp: Likewise.
5988 * gdb.arch/powerpc-altivec2.s: Likewise.
5989 * gdb.arch/powerpc-altivec3.exp: Likewise.
5990 * gdb.arch/powerpc-altivec3.s: Likewise.
5991 * gdb.arch/powerpc-power7.exp: Likewise.
5992 * gdb.arch/powerpc-power7.s: Likewise.
5993 * gdb.arch/powerpc-power8.exp: Likewise.
5994 * gdb.arch/powerpc-power8.s: Likewise.
5995 * gdb.arch/powerpc-power9.exp: Likewise.
5996 * gdb.arch/powerpc-power9.s: Likewise.
5997 * gdb.arch/powerpc-vsx.exp: Likewise.
5998 * gdb.arch/powerpc-vsx.s: Likewise.
5999 * gdb.arch/powerpc-vsx2.exp: Likewise.
6000 * gdb.arch/powerpc-vsx2.s: Likewise.
6001 * gdb.arch/powerpc-vsx3.exp: Likewise.
6002 * gdb.arch/powerpc-vsx3.s: Likewise.
6003 * gdb.arch/arm-disassembler-options.exp: Likewise.
6004 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
6005 * gdb.arch/s390-disassembler-options.exp: Likewise.
6006
17cd4947
LM
60072017-02-23 Luis Machado <lgustavo@codesourcery.com>
6008
6009 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
6010 (check_supported_features): ... this. Changed return type to void.
6011 (supports_rdseed): New static global.
6012 (rdseed): Check supports_rdseed.
6013 (initialize): Call check_supported_features.
6014
2039d74e
EBM
60152017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6016
6017 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6018 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6019 and lqarx/stqcx.
6020 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6021 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6022
a51d7ecf
EBM
60232017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6024
6025 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6026 uppercase.
6027
0224619f
JK
60282017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6029
6030 * gdb.dwarf2/formdata16.c: New file.
6031 * gdb.dwarf2/formdata16.exp: New file.
6032 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6033
216f72a1
JK
60342017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6035
6036 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6037 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6038 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6039 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6040 DW_AT_GNU_*.
6041
43988095
JK
60422017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6043
6044 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6045
99e8a4f9
SDJ
60462017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6047
6048 PR gdb/21164
6049 * gdb.base/maint.exp: Add testcases for when the commands do
6050 not have arguments.
6051
b58a8c0c
TP
60522017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6053
6054 * gdb.cp/chained-calls.exp: Use p instead of P.
6055
4e746bb6
TW
60562017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6057
6058 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6059 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6060
3f77c769
TT
60612017-02-14 Tom Tromey <tom@tromey.com>
6062
6063 PR python/13598:
6064 * gdb.python/py-events.exp: Add before_prompt event tests.
6065
075beec0
AA
60662017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6067
6068 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6069
bf5f525c
LM
60702017-02-13 Luis Machado <lgustavo@codesourcery.com>
6071
6072 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6073 (main): Call my_unique_function_name.
6074 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6075 completion of patterns with a single match.
6076 Add missing -re switches to gdb_test_multiple calls.
6077
13a66184
LM
60782017-02-13 Luis Machado <lgustavo@codesourcery.com>
6079
6080 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6081 return if core file is not recognized.
6082
26a06916
SM
60832017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6084
6085 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6086 and extra UIs.
6087
b761ca9e
SM
60882017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6089
6090 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6091 proc_with_prefix.
6092
b964bee0
TT
60932017-02-10 Tom Tromey <tom@tromey.com>
6094
6095 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6096
18da0c51
MG
60972017-02-10 Martin Galvan <martingalvan@sourceware.org>
6098
6099 PR gdb/21122
6100 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6101
604c4576
JG
61022017-02-08 Jerome Guitton <guitton@adacore.com>
6103
6104 * gdb.base/define.exp: Add test for command abbreviations
6105 in define.
6106
20b477a7
LM
61072017-02-06 Luis Machado <lgustavo@codesourcery.com>
6108
6109 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6110 * gdb.reverse/insn-reverse-x86.c: New file.
6111
3f7b46f2
IR
61122017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6113
6114 PR tdep/20936
6115 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6116
f0fd41c1
TT
61172017-02-03 Tom Tromey <tom@tromey.com>
6118
6119 PR rust/21097:
6120 * gdb.rust/simple.exp: Add new tests.
6121
5be5dbf0
PA
61222017-02-02 Pedro Alves <palves@redhat.com>
6123
6124 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6125 tests.
6126
7346ef59
AA
61272017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6128
6129 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6130 taking a 2-byte value out of a 4-byte DWARF implicit value on
6131 big-endian targets.
6132 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6133 logic. Add test cases for DW_OP_implicit.
6134
787f0025
MM
61352017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6136
6137 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6138
68777c29
MM
61392017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6140
6141 * gdb.btrace/enable.exp: Call gdb_exit before
6142 skip_gdbserver_tests.
6143
0a1c7e28
MM
61442017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6145
6146 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6147 GDBFLAGS.
6148
b5ac99b0
MM
61492017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6150
6151 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6152 the test is skipped.
6153 * gdb.btrace/data.exp: Likewise.
6154 * gdb.btrace/delta.exp: Likewise.
6155 * gdb.btrace/dlopen.exp: Likewise.
6156 * gdb.btrace/enable-running.exp: Likewise.
6157 * gdb.btrace/enable.exp: Likewise.
6158 * gdb.btrace/exception.exp: Likewise.
6159 * gdb.btrace/function_call_history.exp: Likewise.
6160 * gdb.btrace/gcore.exp: Likewise.
6161 * gdb.btrace/instruction_history.exp: Likewise.
6162 * gdb.btrace/multi-thread-step.exp: Likewise.
6163 * gdb.btrace/nohist.exp: Likewise.
6164 * gdb.btrace/non-stop.exp: Likewise.
6165 * gdb.btrace/reconnect.exp: Likewise.
6166 * gdb.btrace/record_goto-step.exp: Likewise.
6167 * gdb.btrace/record_goto.exp: Likewise.
6168 * gdb.btrace/rn-dl-bind.exp: Likewise.
6169 * gdb.btrace/segv.exp: Likewise.
6170 * gdb.btrace/step.exp: Likewise.
6171 * gdb.btrace/stepi.exp: Likewise.
6172 * gdb.btrace/tailcall-only.exp: Likewise.
6173 * gdb.btrace/tailcall.exp: Likewise.
6174 * gdb.btrace/tsx.exp: Likewise.
6175 * gdb.btrace/unknown_functions.exp: Likewise.
6176 * gdb.btrace/vdso.exp: Likewise.
6177
cd4007e4
MM
61782017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6179
6180 * gdb.btrace/enable-running.c: New.
6181 * gdb.btrace/enable-running.exp: New.
6182
2735833d
WT
61832017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6184
6185 * gdb.arch/amd64-gs_base.c: New file.
6186 * gdb.arch/amd64-gs_base.exp: New file.
6187
b51e1e94
LM
61882017-01-26 Luis Machado <lgustavo@codesourcery.com>
6189
6190 * lib/memory.exp: Remove spurious empty newlines.
6191
72ca0410
SM
61922017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6193
6194 * gdb.python/py-bad-printers.exp: Load python file using "source".
6195 * gdb.python/py-events.exp: Likewise.
6196 * gdb.python/py-evsignal.exp: Likewise.
6197 * gdb.python/py-evthreads.exp: Likewise.
6198 * gdb.python/py-frame-args.exp: Likewise.
6199 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6200 * gdb.python/py-framefilter-mi.exp: Likewise.
6201 * gdb.python/py-framefilter.exp: Likewise.
6202 * gdb.python/py-mi.exp: Likewise.
6203 * gdb.python/py-pp-maint.exp: Likewise.
6204 * gdb.python/py-pp-registration.exp: Likewise.
6205 * gdb.python/py-prettyprint.exp: Likewise.
6206 (run_lang_tests): Likewise.
6207 * gdb.python/py-typeprint.exp: Likewise.
6208
e309aa65
LM
62092017-01-26 Luis Machado <lgustavo@codesourcery.com>
6210
6211 * lib/memory.exp: New file.
6212 * lib/gdb.exp: Load memory.exp.
6213 * gdb.base/memattr.exp (delete_memory): Move proc to
6214 lib/memory.exp and rename to delete_memory_regions.
6215 Replace delete_memory with delete_memory_regions.
6216 Cleanup memory regions before tests.
6217 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6218 before tests.
6219
515aff23
LM
62202017-01-26 Luis Machado <lgustavo@codesourcery.com>
6221
6222 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6223 files.
6224 (initialize): New function conditionally defined.
6225 (testcases): Move within conditional block.
6226 (main): Call initialize.
6227 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6228 of gdb.reverse/insn-reverse.c.
6229 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6230 gdb.reverse/insn-reverse.c.
6231
d8b49cf0
YQ
62322017-01-26 Yao Qi <yao.qi@linaro.org>
6233
6234 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6235 disassemble on address 0.
6236
f13a9a0c
YQ
62372017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6238 Yao Qi <yao.qi@linaro.org>
6239
6240 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6241 * gdb.dwarf2/implptr-64bit.S: Remove.
6242 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6243 variables in caller's context. Add DW_OP_implicit_value.
6244
5ac95241
YQ
62452017-01-25 Yao Qi <yao.qi@linaro.org>
6246
6247 * lib/dwarf.exp (Dwarf::_location): Handle
6248 DW_OP_GNU_implicit_pointer with proper size.
6249
23e82930
LM
62502017-01-20 Luis Machado <lgustavo@codesourcery.com>
6251
6252 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6253 and add untested calls.
6254
d334ae25
LM
62552017-01-20 Luis Machado <lgustavo@codesourcery.com>
6256
6257 * gdb.python/python.exp: Check line number against what GDB thinks
6258 the line number is for func1.
6259
f5e6296e
IB
62602017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6261
6262 * gdb.dlang/debug-expr.exp: New file.
6263
5b362f04
LM
62642016-12-23 Luis Machado <lgustavo@codesourcery.com>
6265
6266 Fix test names for the following files:
6267
6268 * gdb.ada/exec_changed.exp
6269 * gdb.ada/info_types.exp
6270 * gdb.arch/aarch64-atomic-inst.exp
6271 * gdb.arch/aarch64-fp.exp
6272 * gdb.arch/altivec-abi.exp
6273 * gdb.arch/altivec-regs.exp
6274 * gdb.arch/amd64-byte.exp
6275 * gdb.arch/amd64-disp-step.exp
6276 * gdb.arch/amd64-dword.exp
6277 * gdb.arch/amd64-entry-value-inline.exp
6278 * gdb.arch/amd64-entry-value-param.exp
6279 * gdb.arch/amd64-entry-value-paramref.exp
6280 * gdb.arch/amd64-entry-value.exp
6281 * gdb.arch/amd64-i386-address.exp
6282 * gdb.arch/amd64-invalid-stack-middle.exp
6283 * gdb.arch/amd64-invalid-stack-top.exp
6284 * gdb.arch/amd64-optimout-repeat.exp
6285 * gdb.arch/amd64-prologue-skip.exp
6286 * gdb.arch/amd64-prologue-xmm.exp
6287 * gdb.arch/amd64-stap-special-operands.exp
6288 * gdb.arch/amd64-stap-wrong-subexp.exp
6289 * gdb.arch/amd64-tailcall-cxx.exp
6290 * gdb.arch/amd64-tailcall-noret.exp
6291 * gdb.arch/amd64-tailcall-ret.exp
6292 * gdb.arch/amd64-tailcall-self.exp
6293 * gdb.arch/amd64-word.exp
6294 * gdb.arch/arm-bl-branch-dest.exp
6295 * gdb.arch/arm-disp-step.exp
6296 * gdb.arch/arm-neon.exp
6297 * gdb.arch/arm-single-step-kernel-helper.exp
6298 * gdb.arch/avr-flash-qualifier.exp
6299 * gdb.arch/disp-step-insn-reloc.exp
6300 * gdb.arch/e500-abi.exp
6301 * gdb.arch/e500-regs.exp
6302 * gdb.arch/ftrace-insn-reloc.exp
6303 * gdb.arch/i386-avx512.exp
6304 * gdb.arch/i386-bp_permanent.exp
6305 * gdb.arch/i386-byte.exp
6306 * gdb.arch/i386-cfi-notcurrent.exp
6307 * gdb.arch/i386-disp-step.exp
6308 * gdb.arch/i386-dr3-watch.exp
6309 * gdb.arch/i386-float.exp
6310 * gdb.arch/i386-gnu-cfi.exp
6311 * gdb.arch/i386-mpx-map.exp
6312 * gdb.arch/i386-mpx-sigsegv.exp
6313 * gdb.arch/i386-mpx-simple_segv.exp
6314 * gdb.arch/i386-mpx.exp
6315 * gdb.arch/i386-permbkpt.exp
6316 * gdb.arch/i386-prologue.exp
6317 * gdb.arch/i386-signal.exp
6318 * gdb.arch/i386-size-overlap.exp
6319 * gdb.arch/i386-unwind.exp
6320 * gdb.arch/i386-word.exp
6321 * gdb.arch/mips-fcr.exp
6322 * gdb.arch/powerpc-d128-regs.exp
6323 * gdb.arch/powerpc-stackless.exp
6324 * gdb.arch/ppc64-atomic-inst.exp
6325 * gdb.arch/s390-stackless.exp
6326 * gdb.arch/s390-tdbregs.exp
6327 * gdb.arch/s390-vregs.exp
6328 * gdb.arch/sparc-sysstep.exp
6329 * gdb.arch/thumb-bx-pc.exp
6330 * gdb.arch/thumb-singlestep.exp
6331 * gdb.arch/thumb2-it.exp
6332 * gdb.arch/vsx-regs.exp
6333 * gdb.asm/asm-source.exp
6334 * gdb.base/a2-run.exp
6335 * gdb.base/advance.exp
6336 * gdb.base/all-bin.exp
6337 * gdb.base/anon.exp
6338 * gdb.base/args.exp
6339 * gdb.base/arithmet.exp
6340 * gdb.base/async-shell.exp
6341 * gdb.base/async.exp
6342 * gdb.base/attach-pie-noexec.exp
6343 * gdb.base/attach-twice.exp
6344 * gdb.base/auto-load.exp
6345 * gdb.base/bang.exp
6346 * gdb.base/bitfields.exp
6347 * gdb.base/break-always.exp
6348 * gdb.base/break-caller-line.exp
6349 * gdb.base/break-entry.exp
6350 * gdb.base/break-inline.exp
6351 * gdb.base/break-on-linker-gcd-function.exp
6352 * gdb.base/break-probes.exp
6353 * gdb.base/break.exp
6354 * gdb.base/breakpoint-shadow.exp
6355 * gdb.base/call-ar-st.exp
6356 * gdb.base/call-sc.exp
6357 * gdb.base/call-signal-resume.exp
6358 * gdb.base/call-strs.exp
6359 * gdb.base/callfuncs.exp
6360 * gdb.base/catch-fork-static.exp
6361 * gdb.base/catch-gdb-caused-signals.exp
6362 * gdb.base/catch-load.exp
6363 * gdb.base/catch-signal-fork.exp
6364 * gdb.base/catch-signal.exp
6365 * gdb.base/catch-syscall.exp
6366 * gdb.base/charset.exp
6367 * gdb.base/checkpoint.exp
6368 * gdb.base/chng-syms.exp
6369 * gdb.base/code-expr.exp
6370 * gdb.base/code_elim.exp
6371 * gdb.base/commands.exp
6372 * gdb.base/completion.exp
6373 * gdb.base/complex.exp
6374 * gdb.base/cond-expr.exp
6375 * gdb.base/condbreak.exp
6376 * gdb.base/consecutive.exp
6377 * gdb.base/continue-all-already-running.exp
6378 * gdb.base/coredump-filter.exp
6379 * gdb.base/corefile.exp
6380 * gdb.base/dbx.exp
6381 * gdb.base/debug-expr.exp
6382 * gdb.base/define.exp
6383 * gdb.base/del.exp
6384 * gdb.base/disabled-location.exp
6385 * gdb.base/disasm-end-cu.exp
6386 * gdb.base/disasm-optim.exp
6387 * gdb.base/display.exp
6388 * gdb.base/duplicate-bp.exp
6389 * gdb.base/ena-dis-br.exp
6390 * gdb.base/ending-run.exp
6391 * gdb.base/enumval.exp
6392 * gdb.base/environ.exp
6393 * gdb.base/eu-strip-infcall.exp
6394 * gdb.base/eval-avoid-side-effects.exp
6395 * gdb.base/eval-skip.exp
6396 * gdb.base/exitsignal.exp
6397 * gdb.base/expand-psymtabs.exp
6398 * gdb.base/filesym.exp
6399 * gdb.base/find-unmapped.exp
6400 * gdb.base/finish.exp
6401 * gdb.base/float.exp
6402 * gdb.base/foll-exec-mode.exp
6403 * gdb.base/foll-exec.exp
6404 * gdb.base/foll-fork.exp
6405 * gdb.base/fortran-sym-case.exp
6406 * gdb.base/freebpcmd.exp
6407 * gdb.base/func-ptr.exp
6408 * gdb.base/func-ptrs.exp
6409 * gdb.base/funcargs.exp
6410 * gdb.base/gcore-buffer-overflow.exp
6411 * gdb.base/gcore-relro-pie.exp
6412 * gdb.base/gcore-relro.exp
6413 * gdb.base/gcore.exp
6414 * gdb.base/gdb1090.exp
6415 * gdb.base/gdb11530.exp
6416 * gdb.base/gdb11531.exp
6417 * gdb.base/gdb1821.exp
6418 * gdb.base/gdbindex-stabs.exp
6419 * gdb.base/gdbvars.exp
6420 * gdb.base/hbreak.exp
6421 * gdb.base/hbreak2.exp
6422 * gdb.base/included.exp
6423 * gdb.base/infcall-input.exp
6424 * gdb.base/inferior-died.exp
6425 * gdb.base/infnan.exp
6426 * gdb.base/info-macros.exp
6427 * gdb.base/info-os.exp
6428 * gdb.base/info-proc.exp
6429 * gdb.base/info-shared.exp
6430 * gdb.base/info-target.exp
6431 * gdb.base/infoline.exp
6432 * gdb.base/interp.exp
6433 * gdb.base/interrupt.exp
6434 * gdb.base/jit-reader.exp
6435 * gdb.base/jit-simple.exp
6436 * gdb.base/kill-after-signal.exp
6437 * gdb.base/kill-detach-inferiors-cmd.exp
6438 * gdb.base/label.exp
6439 * gdb.base/langs.exp
6440 * gdb.base/ldbl_e308.exp
6441 * gdb.base/line-symtabs.exp
6442 * gdb.base/linespecs.exp
6443 * gdb.base/list.exp
6444 * gdb.base/long_long.exp
6445 * gdb.base/longest-types.exp
6446 * gdb.base/maint.exp
6447 * gdb.base/max-value-size.exp
6448 * gdb.base/memattr.exp
6449 * gdb.base/mips_pro.exp
6450 * gdb.base/morestack.exp
6451 * gdb.base/moribund-step.exp
6452 * gdb.base/multi-forks.exp
6453 * gdb.base/nested-addr.exp
6454 * gdb.base/nextoverexit.exp
6455 * gdb.base/noreturn-finish.exp
6456 * gdb.base/noreturn-return.exp
6457 * gdb.base/nostdlib.exp
6458 * gdb.base/offsets.exp
6459 * gdb.base/opaque.exp
6460 * gdb.base/pc-fp.exp
6461 * gdb.base/permissions.exp
6462 * gdb.base/print-symbol-loading.exp
6463 * gdb.base/prologue-include.exp
6464 * gdb.base/psymtab.exp
6465 * gdb.base/ptype.exp
6466 * gdb.base/random-signal.exp
6467 * gdb.base/randomize.exp
6468 * gdb.base/range-stepping.exp
6469 * gdb.base/readline-ask.exp
6470 * gdb.base/recpar.exp
6471 * gdb.base/recurse.exp
6472 * gdb.base/relational.exp
6473 * gdb.base/restore.exp
6474 * gdb.base/return-nodebug.exp
6475 * gdb.base/return.exp
6476 * gdb.base/run-after-attach.exp
6477 * gdb.base/save-bp.exp
6478 * gdb.base/scope.exp
6479 * gdb.base/sect-cmd.exp
6480 * gdb.base/set-lang-auto.exp
6481 * gdb.base/set-noassign.exp
6482 * gdb.base/setvar.exp
6483 * gdb.base/sigall.exp
6484 * gdb.base/sigbpt.exp
6485 * gdb.base/siginfo-addr.exp
6486 * gdb.base/siginfo-infcall.exp
6487 * gdb.base/siginfo-obj.exp
6488 * gdb.base/siginfo.exp
6489 * gdb.base/signals-state-child.exp
6490 * gdb.base/signest.exp
6491 * gdb.base/sigstep.exp
6492 * gdb.base/sizeof.exp
6493 * gdb.base/skip.exp
6494 * gdb.base/solib-corrupted.exp
6495 * gdb.base/solib-nodir.exp
6496 * gdb.base/solib-search.exp
6497 * gdb.base/stack-checking.exp
6498 * gdb.base/stale-infcall.exp
6499 * gdb.base/stap-probe.exp
6500 * gdb.base/start.exp
6501 * gdb.base/step-break.exp
6502 * gdb.base/step-bt.exp
6503 * gdb.base/step-line.exp
6504 * gdb.base/step-over-exit.exp
6505 * gdb.base/step-over-syscall.exp
6506 * gdb.base/step-resume-infcall.exp
6507 * gdb.base/step-test.exp
6508 * gdb.base/store.exp
6509 * gdb.base/structs3.exp
6510 * gdb.base/sym-file.exp
6511 * gdb.base/symbol-without-target_section.exp
6512 * gdb.base/term.exp
6513 * gdb.base/testenv.exp
6514 * gdb.base/ui-redirect.exp
6515 * gdb.base/until.exp
6516 * gdb.base/unwindonsignal.exp
6517 * gdb.base/value-double-free.exp
6518 * gdb.base/vla-datatypes.exp
6519 * gdb.base/vla-ptr.exp
6520 * gdb.base/vla-sideeffect.exp
6521 * gdb.base/volatile.exp
6522 * gdb.base/watch-cond-infcall.exp
6523 * gdb.base/watch-cond.exp
6524 * gdb.base/watch-non-mem.exp
6525 * gdb.base/watch-read.exp
6526 * gdb.base/watch-vfork.exp
6527 * gdb.base/watchpoint-cond-gone.exp
6528 * gdb.base/watchpoint-delete.exp
6529 * gdb.base/watchpoint-hw-hit-once.exp
6530 * gdb.base/watchpoint-hw.exp
6531 * gdb.base/watchpoint-stops-at-right-insn.exp
6532 * gdb.base/watchpoints.exp
6533 * gdb.base/wchar.exp
6534 * gdb.base/whatis-exp.exp
6535 * gdb.btrace/buffer-size.exp
6536 * gdb.btrace/data.exp
6537 * gdb.btrace/delta.exp
6538 * gdb.btrace/dlopen.exp
6539 * gdb.btrace/enable.exp
6540 * gdb.btrace/exception.exp
6541 * gdb.btrace/function_call_history.exp
6542 * gdb.btrace/gcore.exp
6543 * gdb.btrace/instruction_history.exp
6544 * gdb.btrace/nohist.exp
6545 * gdb.btrace/reconnect.exp
6546 * gdb.btrace/record_goto-step.exp
6547 * gdb.btrace/record_goto.exp
6548 * gdb.btrace/rn-dl-bind.exp
6549 * gdb.btrace/segv.exp
6550 * gdb.btrace/step.exp
6551 * gdb.btrace/stepi.exp
6552 * gdb.btrace/tailcall-only.exp
6553 * gdb.btrace/tailcall.exp
6554 * gdb.btrace/tsx.exp
6555 * gdb.btrace/unknown_functions.exp
6556 * gdb.btrace/vdso.exp
6557 * gdb.compile/compile-ifunc.exp
6558 * gdb.compile/compile-ops.exp
6559 * gdb.compile/compile-print.exp
6560 * gdb.compile/compile-setjmp.exp
6561 * gdb.cp/abstract-origin.exp
6562 * gdb.cp/ambiguous.exp
6563 * gdb.cp/annota2.exp
6564 * gdb.cp/annota3.exp
6565 * gdb.cp/anon-ns.exp
6566 * gdb.cp/anon-struct.exp
6567 * gdb.cp/anon-union.exp
6568 * gdb.cp/arg-reference.exp
6569 * gdb.cp/baseenum.exp
6570 * gdb.cp/bool.exp
6571 * gdb.cp/breakpoint.exp
6572 * gdb.cp/bs15503.exp
6573 * gdb.cp/call-c.exp
6574 * gdb.cp/casts.exp
6575 * gdb.cp/chained-calls.exp
6576 * gdb.cp/class2.exp
6577 * gdb.cp/classes.exp
6578 * gdb.cp/cmpd-minsyms.exp
6579 * gdb.cp/converts.exp
6580 * gdb.cp/cp-relocate.exp
6581 * gdb.cp/cpcompletion.exp
6582 * gdb.cp/cpexprs.exp
6583 * gdb.cp/cplabel.exp
6584 * gdb.cp/cplusfuncs.exp
6585 * gdb.cp/cpsizeof.exp
6586 * gdb.cp/ctti.exp
6587 * gdb.cp/derivation.exp
6588 * gdb.cp/destrprint.exp
6589 * gdb.cp/dispcxx.exp
6590 * gdb.cp/enum-class.exp
6591 * gdb.cp/exception.exp
6592 * gdb.cp/exceptprint.exp
6593 * gdb.cp/expand-psymtabs-cxx.exp
6594 * gdb.cp/expand-sals.exp
6595 * gdb.cp/extern-c.exp
6596 * gdb.cp/filename.exp
6597 * gdb.cp/formatted-ref.exp
6598 * gdb.cp/fpointer.exp
6599 * gdb.cp/gdb1355.exp
6600 * gdb.cp/gdb2495.exp
6601 * gdb.cp/hang.exp
6602 * gdb.cp/impl-this.exp
6603 * gdb.cp/infcall-dlopen.exp
6604 * gdb.cp/inherit.exp
6605 * gdb.cp/iostream.exp
6606 * gdb.cp/koenig.exp
6607 * gdb.cp/local.exp
6608 * gdb.cp/m-data.exp
6609 * gdb.cp/m-static.exp
6610 * gdb.cp/mb-ctor.exp
6611 * gdb.cp/mb-inline.exp
6612 * gdb.cp/mb-templates.exp
6613 * gdb.cp/member-name.exp
6614 * gdb.cp/member-ptr.exp
6615 * gdb.cp/meth-typedefs.exp
6616 * gdb.cp/method.exp
6617 * gdb.cp/method2.exp
6618 * gdb.cp/minsym-fallback.exp
6619 * gdb.cp/misc.exp
6620 * gdb.cp/namelessclass.exp
6621 * gdb.cp/namespace-enum.exp
6622 * gdb.cp/namespace-nested-import.exp
6623 * gdb.cp/namespace.exp
6624 * gdb.cp/nextoverthrow.exp
6625 * gdb.cp/no-dmgl-verbose.exp
6626 * gdb.cp/non-trivial-retval.exp
6627 * gdb.cp/noparam.exp
6628 * gdb.cp/nsdecl.exp
6629 * gdb.cp/nsimport.exp
6630 * gdb.cp/nsnested.exp
6631 * gdb.cp/nsnoimports.exp
6632 * gdb.cp/nsrecurs.exp
6633 * gdb.cp/nsstress.exp
6634 * gdb.cp/nsusing.exp
6635 * gdb.cp/operator.exp
6636 * gdb.cp/oranking.exp
6637 * gdb.cp/overload-const.exp
6638 * gdb.cp/overload.exp
6639 * gdb.cp/ovldbreak.exp
6640 * gdb.cp/ovsrch.exp
6641 * gdb.cp/paren-type.exp
6642 * gdb.cp/parse-lang.exp
6643 * gdb.cp/pass-by-ref.exp
6644 * gdb.cp/pr-1023.exp
6645 * gdb.cp/pr-1210.exp
6646 * gdb.cp/pr-574.exp
6647 * gdb.cp/pr10687.exp
6648 * gdb.cp/pr12028.exp
6649 * gdb.cp/pr17132.exp
6650 * gdb.cp/pr17494.exp
6651 * gdb.cp/pr9067.exp
6652 * gdb.cp/pr9167.exp
6653 * gdb.cp/pr9631.exp
6654 * gdb.cp/printmethod.exp
6655 * gdb.cp/psmang.exp
6656 * gdb.cp/psymtab-parameter.exp
6657 * gdb.cp/ptype-cv-cp.exp
6658 * gdb.cp/ptype-flags.exp
6659 * gdb.cp/re-set-overloaded.exp
6660 * gdb.cp/ref-types.exp
6661 * gdb.cp/rtti.exp
6662 * gdb.cp/scope-err.exp
6663 * gdb.cp/shadow.exp
6664 * gdb.cp/smartp.exp
6665 * gdb.cp/static-method.exp
6666 * gdb.cp/static-print-quit.exp
6667 * gdb.cp/temargs.exp
6668 * gdb.cp/templates.exp
6669 * gdb.cp/try_catch.exp
6670 * gdb.cp/typedef-operator.exp
6671 * gdb.cp/typeid.exp
6672 * gdb.cp/userdef.exp
6673 * gdb.cp/using-crash.exp
6674 * gdb.cp/var-tag.exp
6675 * gdb.cp/virtbase.exp
6676 * gdb.cp/virtfunc.exp
6677 * gdb.cp/virtfunc2.exp
6678 * gdb.cp/vla-cxx.exp
6679 * gdb.disasm/t01_mov.exp
6680 * gdb.disasm/t02_mova.exp
6681 * gdb.disasm/t03_add.exp
6682 * gdb.disasm/t04_sub.exp
6683 * gdb.disasm/t05_cmp.exp
6684 * gdb.disasm/t06_ari2.exp
6685 * gdb.disasm/t07_ari3.exp
6686 * gdb.disasm/t08_or.exp
6687 * gdb.disasm/t09_xor.exp
6688 * gdb.disasm/t10_and.exp
6689 * gdb.disasm/t11_logs.exp
6690 * gdb.disasm/t12_bit.exp
6691 * gdb.disasm/t13_otr.exp
6692 * gdb.dlang/circular.exp
6693 * gdb.dwarf2/arr-stride.exp
6694 * gdb.dwarf2/arr-subrange.exp
6695 * gdb.dwarf2/atomic-type.exp
6696 * gdb.dwarf2/bad-regnum.exp
6697 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6698 * gdb.dwarf2/callframecfa.exp
6699 * gdb.dwarf2/clztest.exp
6700 * gdb.dwarf2/corrupt.exp
6701 * gdb.dwarf2/data-loc.exp
6702 * gdb.dwarf2/dup-psym.exp
6703 * gdb.dwarf2/dw2-anon-mptr.exp
6704 * gdb.dwarf2/dw2-anonymous-func.exp
6705 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6706 * gdb.dwarf2/dw2-bad-unresolved.exp
6707 * gdb.dwarf2/dw2-basic.exp
6708 * gdb.dwarf2/dw2-canonicalize-type.exp
6709 * gdb.dwarf2/dw2-case-insensitive.exp
6710 * gdb.dwarf2/dw2-common-block.exp
6711 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6712 * gdb.dwarf2/dw2-compressed.exp
6713 * gdb.dwarf2/dw2-const.exp
6714 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6715 * gdb.dwarf2/dw2-cu-size.exp
6716 * gdb.dwarf2/dw2-dup-frame.exp
6717 * gdb.dwarf2/dw2-entry-value.exp
6718 * gdb.dwarf2/dw2-icycle.exp
6719 * gdb.dwarf2/dw2-ifort-parameter.exp
6720 * gdb.dwarf2/dw2-inline-break.exp
6721 * gdb.dwarf2/dw2-inline-param.exp
6722 * gdb.dwarf2/dw2-intercu.exp
6723 * gdb.dwarf2/dw2-intermix.exp
6724 * gdb.dwarf2/dw2-lexical-block-bare.exp
6725 * gdb.dwarf2/dw2-linkage-name-trust.exp
6726 * gdb.dwarf2/dw2-minsym-in-cu.exp
6727 * gdb.dwarf2/dw2-noloc.exp
6728 * gdb.dwarf2/dw2-op-call.exp
6729 * gdb.dwarf2/dw2-op-out-param.exp
6730 * gdb.dwarf2/dw2-opt-structptr.exp
6731 * gdb.dwarf2/dw2-param-error.exp
6732 * gdb.dwarf2/dw2-producer.exp
6733 * gdb.dwarf2/dw2-ranges-base.exp
6734 * gdb.dwarf2/dw2-ref-missing-frame.exp
6735 * gdb.dwarf2/dw2-reg-undefined.exp
6736 * gdb.dwarf2/dw2-regno-invalid.exp
6737 * gdb.dwarf2/dw2-restore.exp
6738 * gdb.dwarf2/dw2-restrict.exp
6739 * gdb.dwarf2/dw2-single-line-discriminators.exp
6740 * gdb.dwarf2/dw2-strp.exp
6741 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6742 * gdb.dwarf2/dw2-unresolved.exp
6743 * gdb.dwarf2/dw2-var-zero-addr.exp
6744 * gdb.dwarf2/dw4-sig-types.exp
6745 * gdb.dwarf2/dwz.exp
6746 * gdb.dwarf2/dynarr-ptr.exp
6747 * gdb.dwarf2/enum-type.exp
6748 * gdb.dwarf2/gdb-index.exp
6749 * gdb.dwarf2/implptr-64bit.exp
6750 * gdb.dwarf2/implptr-optimized-out.exp
6751 * gdb.dwarf2/implptr.exp
6752 * gdb.dwarf2/implref-array.exp
6753 * gdb.dwarf2/implref-const.exp
6754 * gdb.dwarf2/implref-global.exp
6755 * gdb.dwarf2/implref-struct.exp
6756 * gdb.dwarf2/mac-fileno.exp
6757 * gdb.dwarf2/main-subprogram.exp
6758 * gdb.dwarf2/member-ptr-forwardref.exp
6759 * gdb.dwarf2/method-ptr.exp
6760 * gdb.dwarf2/missing-sig-type.exp
6761 * gdb.dwarf2/nonvar-access.exp
6762 * gdb.dwarf2/opaque-type-lookup.exp
6763 * gdb.dwarf2/pieces-optimized-out.exp
6764 * gdb.dwarf2/pieces.exp
6765 * gdb.dwarf2/pr10770.exp
6766 * gdb.dwarf2/pr13961.exp
6767 * gdb.dwarf2/staticvirtual.exp
6768 * gdb.dwarf2/subrange.exp
6769 * gdb.dwarf2/symtab-producer.exp
6770 * gdb.dwarf2/trace-crash.exp
6771 * gdb.dwarf2/typeddwarf.exp
6772 * gdb.dwarf2/valop.exp
6773 * gdb.dwarf2/watch-notconst.exp
6774 * gdb.fortran/array-element.exp
6775 * gdb.fortran/charset.exp
6776 * gdb.fortran/common-block.exp
6777 * gdb.fortran/complex.exp
6778 * gdb.fortran/derived-type-function.exp
6779 * gdb.fortran/derived-type.exp
6780 * gdb.fortran/logical.exp
6781 * gdb.fortran/module.exp
6782 * gdb.fortran/multi-dim.exp
6783 * gdb.fortran/nested-funcs.exp
6784 * gdb.fortran/print-formatted.exp
6785 * gdb.fortran/subarray.exp
6786 * gdb.fortran/vla-alloc-assoc.exp
6787 * gdb.fortran/vla-datatypes.exp
6788 * gdb.fortran/vla-history.exp
6789 * gdb.fortran/vla-ptr-info.exp
6790 * gdb.fortran/vla-ptype-sub.exp
6791 * gdb.fortran/vla-ptype.exp
6792 * gdb.fortran/vla-sizeof.exp
6793 * gdb.fortran/vla-type.exp
6794 * gdb.fortran/vla-value-sub-arbitrary.exp
6795 * gdb.fortran/vla-value-sub-finish.exp
6796 * gdb.fortran/vla-value-sub.exp
6797 * gdb.fortran/vla-value.exp
6798 * gdb.fortran/whatis_type.exp
6799 * gdb.go/chan.exp
6800 * gdb.go/handcall.exp
6801 * gdb.go/hello.exp
6802 * gdb.go/integers.exp
6803 * gdb.go/methods.exp
6804 * gdb.go/package.exp
6805 * gdb.go/strings.exp
6806 * gdb.go/types.exp
6807 * gdb.go/unsafe.exp
6808 * gdb.guile/scm-arch.exp
6809 * gdb.guile/scm-block.exp
6810 * gdb.guile/scm-breakpoint.exp
6811 * gdb.guile/scm-cmd.exp
6812 * gdb.guile/scm-disasm.exp
6813 * gdb.guile/scm-equal.exp
6814 * gdb.guile/scm-frame-args.exp
6815 * gdb.guile/scm-frame-inline.exp
6816 * gdb.guile/scm-frame.exp
6817 * gdb.guile/scm-iterator.exp
6818 * gdb.guile/scm-math.exp
6819 * gdb.guile/scm-objfile.exp
6820 * gdb.guile/scm-ports.exp
6821 * gdb.guile/scm-symbol.exp
6822 * gdb.guile/scm-symtab.exp
6823 * gdb.guile/scm-value-cc.exp
6824 * gdb.guile/types-module.exp
6825 * gdb.linespec/break-ask.exp
6826 * gdb.linespec/cpexplicit.exp
6827 * gdb.linespec/explicit.exp
6828 * gdb.linespec/keywords.exp
6829 * gdb.linespec/linespec.exp
6830 * gdb.linespec/ls-dollar.exp
6831 * gdb.linespec/ls-errs.exp
6832 * gdb.linespec/skip-two.exp
6833 * gdb.linespec/thread.exp
6834 * gdb.mi/mi-async.exp
6835 * gdb.mi/mi-basics.exp
6836 * gdb.mi/mi-break.exp
6837 * gdb.mi/mi-catch-load.exp
6838 * gdb.mi/mi-cli.exp
6839 * gdb.mi/mi-cmd-param-changed.exp
6840 * gdb.mi/mi-console.exp
6841 * gdb.mi/mi-detach.exp
6842 * gdb.mi/mi-disassemble.exp
6843 * gdb.mi/mi-eval.exp
6844 * gdb.mi/mi-file-transfer.exp
6845 * gdb.mi/mi-file.exp
6846 * gdb.mi/mi-fill-memory.exp
6847 * gdb.mi/mi-inheritance-syntax-error.exp
6848 * gdb.mi/mi-linespec-err-cp.exp
6849 * gdb.mi/mi-logging.exp
6850 * gdb.mi/mi-memory-changed.exp
6851 * gdb.mi/mi-read-memory.exp
6852 * gdb.mi/mi-record-changed.exp
6853 * gdb.mi/mi-reg-undefined.exp
6854 * gdb.mi/mi-regs.exp
6855 * gdb.mi/mi-return.exp
6856 * gdb.mi/mi-reverse.exp
6857 * gdb.mi/mi-simplerun.exp
6858 * gdb.mi/mi-solib.exp
6859 * gdb.mi/mi-stack.exp
6860 * gdb.mi/mi-stepi.exp
6861 * gdb.mi/mi-syn-frame.exp
6862 * gdb.mi/mi-until.exp
6863 * gdb.mi/mi-var-block.exp
6864 * gdb.mi/mi-var-child.exp
6865 * gdb.mi/mi-var-cmd.exp
6866 * gdb.mi/mi-var-cp.exp
6867 * gdb.mi/mi-var-display.exp
6868 * gdb.mi/mi-var-invalidate.exp
6869 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6870 * gdb.mi/mi-vla-fortran.exp
6871 * gdb.mi/mi-watch.exp
6872 * gdb.mi/mi2-var-child.exp
6873 * gdb.mi/user-selected-context-sync.exp
6874 * gdb.modula2/unbounded-array.exp
6875 * gdb.multi/dummy-frame-restore.exp
6876 * gdb.multi/multi-arch-exec.exp
6877 * gdb.multi/multi-arch.exp
6878 * gdb.multi/tids.exp
6879 * gdb.multi/watchpoint-multi.exp
6880 * gdb.opencl/callfuncs.exp
6881 * gdb.opencl/convs_casts.exp
6882 * gdb.opencl/datatypes.exp
6883 * gdb.opencl/operators.exp
6884 * gdb.opencl/vec_comps.exp
6885 * gdb.opt/clobbered-registers-O2.exp
6886 * gdb.opt/inline-break.exp
6887 * gdb.opt/inline-bt.exp
6888 * gdb.opt/inline-cmds.exp
6889 * gdb.opt/inline-locals.exp
6890 * gdb.pascal/case-insensitive-symbols.exp
6891 * gdb.pascal/floats.exp
6892 * gdb.pascal/gdb11492.exp
6893 * gdb.python/lib-types.exp
6894 * gdb.python/py-arch.exp
6895 * gdb.python/py-as-string.exp
6896 * gdb.python/py-bad-printers.exp
6897 * gdb.python/py-block.exp
6898 * gdb.python/py-breakpoint-create-fail.exp
6899 * gdb.python/py-breakpoint.exp
6900 * gdb.python/py-caller-is.exp
6901 * gdb.python/py-cmd.exp
6902 * gdb.python/py-explore-cc.exp
6903 * gdb.python/py-explore.exp
6904 * gdb.python/py-finish-breakpoint.exp
6905 * gdb.python/py-finish-breakpoint2.exp
6906 * gdb.python/py-frame-args.exp
6907 * gdb.python/py-frame-inline.exp
6908 * gdb.python/py-frame.exp
6909 * gdb.python/py-framefilter-mi.exp
6910 * gdb.python/py-infthread.exp
6911 * gdb.python/py-lazy-string.exp
6912 * gdb.python/py-linetable.exp
6913 * gdb.python/py-mi-events.exp
6914 * gdb.python/py-mi-objfile.exp
6915 * gdb.python/py-mi.exp
6916 * gdb.python/py-objfile.exp
6917 * gdb.python/py-pp-integral.exp
6918 * gdb.python/py-pp-maint.exp
6919 * gdb.python/py-pp-re-notag.exp
6920 * gdb.python/py-pp-registration.exp
6921 * gdb.python/py-recurse-unwind.exp
6922 * gdb.python/py-strfns.exp
6923 * gdb.python/py-symbol.exp
6924 * gdb.python/py-symtab.exp
6925 * gdb.python/py-sync-interp.exp
6926 * gdb.python/py-typeprint.exp
6927 * gdb.python/py-unwind-maint.exp
6928 * gdb.python/py-unwind.exp
6929 * gdb.python/py-value-cc.exp
6930 * gdb.python/py-xmethods.exp
6931 * gdb.reverse/amd64-tailcall-reverse.exp
6932 * gdb.reverse/break-precsave.exp
6933 * gdb.reverse/break-reverse.exp
6934 * gdb.reverse/consecutive-precsave.exp
6935 * gdb.reverse/consecutive-reverse.exp
6936 * gdb.reverse/finish-precsave.exp
6937 * gdb.reverse/finish-reverse-bkpt.exp
6938 * gdb.reverse/finish-reverse.exp
6939 * gdb.reverse/fstatat-reverse.exp
6940 * gdb.reverse/getresuid-reverse.exp
6941 * gdb.reverse/i386-precsave.exp
6942 * gdb.reverse/i386-reverse.exp
6943 * gdb.reverse/i386-sse-reverse.exp
6944 * gdb.reverse/i387-env-reverse.exp
6945 * gdb.reverse/i387-stack-reverse.exp
6946 * gdb.reverse/insn-reverse.exp
6947 * gdb.reverse/machinestate-precsave.exp
6948 * gdb.reverse/machinestate.exp
6949 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6950 * gdb.reverse/pipe-reverse.exp
6951 * gdb.reverse/readv-reverse.exp
6952 * gdb.reverse/recvmsg-reverse.exp
6953 * gdb.reverse/rerun-prec.exp
6954 * gdb.reverse/s390-mvcle.exp
6955 * gdb.reverse/step-precsave.exp
6956 * gdb.reverse/step-reverse.exp
6957 * gdb.reverse/time-reverse.exp
6958 * gdb.reverse/until-precsave.exp
6959 * gdb.reverse/until-reverse.exp
6960 * gdb.reverse/waitpid-reverse.exp
6961 * gdb.reverse/watch-precsave.exp
6962 * gdb.reverse/watch-reverse.exp
6963 * gdb.rust/generics.exp
6964 * gdb.rust/methods.exp
6965 * gdb.rust/modules.exp
6966 * gdb.rust/simple.exp
6967 * gdb.server/connect-with-no-symbol-file.exp
6968 * gdb.server/ext-attach.exp
6969 * gdb.server/ext-restart.exp
6970 * gdb.server/ext-wrapper.exp
6971 * gdb.server/file-transfer.exp
6972 * gdb.server/server-exec-info.exp
6973 * gdb.server/server-kill.exp
6974 * gdb.server/server-mon.exp
6975 * gdb.server/wrapper.exp
6976 * gdb.stabs/exclfwd.exp
6977 * gdb.stabs/gdb11479.exp
6978 * gdb.threads/clone-new-thread-event.exp
6979 * gdb.threads/corethreads.exp
6980 * gdb.threads/current-lwp-dead.exp
6981 * gdb.threads/dlopen-libpthread.exp
6982 * gdb.threads/gcore-thread.exp
6983 * gdb.threads/sigstep-threads.exp
6984 * gdb.threads/watchpoint-fork.exp
6985 * gdb.trace/actions-changed.exp
6986 * gdb.trace/backtrace.exp
6987 * gdb.trace/change-loc.exp
6988 * gdb.trace/circ.exp
6989 * gdb.trace/collection.exp
6990 * gdb.trace/disconnected-tracing.exp
6991 * gdb.trace/ftrace.exp
6992 * gdb.trace/mi-trace-frame-collected.exp
6993 * gdb.trace/mi-trace-unavailable.exp
6994 * gdb.trace/mi-traceframe-changed.exp
6995 * gdb.trace/mi-tsv-changed.exp
6996 * gdb.trace/no-attach-trace.exp
6997 * gdb.trace/passc-dyn.exp
6998 * gdb.trace/qtro.exp
6999 * gdb.trace/range-stepping.exp
7000 * gdb.trace/read-memory.exp
7001 * gdb.trace/save-trace.exp
7002 * gdb.trace/signal.exp
7003 * gdb.trace/status-stop.exp
7004 * gdb.trace/tfile.exp
7005 * gdb.trace/trace-break.exp
7006 * gdb.trace/trace-buffer-size.exp
7007 * gdb.trace/trace-condition.exp
7008 * gdb.trace/tracefile-pseudo-reg.exp
7009 * gdb.trace/tstatus.exp
7010 * gdb.trace/unavailable.exp
7011 * gdb.trace/while-dyn.exp
7012 * gdb.trace/while-stepping.exp
7013
34c41c68
DE
70142016-12-22 Doug Evans <xdje42@gmail.com>
7015
7016 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7017 and msymbols.
7018
16e69324
YQ
70192016-12-19 Yao Qi <yao.qi@linaro.org>
7020
7021 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7022 (test_with_self): Don't call do_steps_and_nexts, and remove
7023 code about stepping into xmalloc.
7024
f94f411b
YQ
70252016-12-09 Yao Qi <yao.qi@linaro.org>
7026
7027 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7028
70292016-12-09 Yao Qi <yao.qi@linaro.org>
7030
7031 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7032
f1b5deee
PA
70332016-12-09 Pedro Alves <palves@redhat.com>
7034
7035 * gdb.base/all-architectures-0.exp: New file.
7036 * gdb.base/all-architectures-1.exp: New file.
7037 * gdb.base/all-architectures-2.exp: New file.
7038 * gdb.base/all-architectures-3.exp: New file.
7039 * gdb.base/all-architectures-4.exp: New file.
7040 * gdb.base/all-architectures-5.exp: New file.
7041 * gdb.base/all-architectures-6.exp: New file.
7042 * gdb.base/all-architectures-7.exp: New file.
7043 * gdb.base/all-architectures.exp.in: New file.
7044
364ca42e
YQ
70452016-12-09 Yao Qi <yao.qi@linaro.org>
7046
7047 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7048
107c2d62
LM
70492016-12-02 Luis Machado <lgustavo@codesourcery.com>
7050
7051 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7052 possible.
7053 Remove useless pattern-matching code.
7054
df3ee9ca
PA
70552016-12-02 Pedro Alves <palves@redhat.com>
7056
7057 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7058 procedure.
7059 (top level): Call it.
7060
ec835369
PA
70612016-12-02 Pedro Alves <palves@redhat.com>
7062
7063 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7064 New procedure.
7065 (top level): Call it.
7066
01770bbd
PA
70672016-12-02 Pedro Alves <palves@redhat.com>
7068
7069 PR cli/20559
7070 * gdb.base/commands.exp (user_defined_command_args_eval): New
7071 procedure.
7072 (top level): Call it.
7073
008459ea
LM
70742016-12-02 Luis Machado <lgustavo@codesourcery.com>
7075
7076 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7077 timeout handling.
7078
0c1b455e
TT
70792016-12-02 Tom Tromey <tom@tromey.com>
7080
7081 * gdb.dwarf2/main-subprogram.c: New file.
7082 * gdb.dwarf2/main-subprogram.exp: New file.
7083
018572b8
LM
70842016-12-01 Luis Machado <lgustavo@codesourcery.com>
7085
7086 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7087 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7088 gdb_test_no_output for a couple of cases.
7089 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7090
84c93cd5
LM
70912016-12-01 Luis Machado <lgustavo@codesourcery.com>
7092
7093 Fix test names and standardize compilation error messages throughout
7094 the following files:
7095
7096 * gdb.ada/start.exp
7097 * gdb.arch/alpha-step.exp
7098 * gdb.arch/e500-prologue.exp
7099 * gdb.arch/ftrace-insn-reloc.exp
7100 * gdb.arch/gdb1291.exp
7101 * gdb.arch/gdb1431.exp
7102 * gdb.arch/gdb1558.exp
7103 * gdb.arch/i386-dr3-watch.exp
7104 * gdb.arch/i386-sse-stack-align.exp
7105 * gdb.arch/ia64-breakpoint-shadow.exp
7106 * gdb.arch/pa-nullify.exp
7107 * gdb.arch/powerpc-aix-prologue.exp
7108 * gdb.arch/thumb-bx-pc.exp
7109 * gdb.base/annota1.exp
7110 * gdb.base/annota3.exp
7111 * gdb.base/arrayidx.exp
7112 * gdb.base/assign.exp
7113 * gdb.base/attach.exp
7114 * gdb.base/auxv.exp
7115 * gdb.base/bang.exp
7116 * gdb.base/bfp-test.exp
7117 * gdb.base/bigcore.exp
7118 * gdb.base/bitfields2.exp
7119 * gdb.base/break-fun-addr.exp
7120 * gdb.base/break-probes.exp
7121 * gdb.base/call-rt-st.exp
7122 * gdb.base/callexit.exp
7123 * gdb.base/catch-fork-kill.exp
7124 * gdb.base/charset.exp
7125 * gdb.base/checkpoint.exp
7126 * gdb.base/comprdebug.exp
7127 * gdb.base/constvars.exp
7128 * gdb.base/coredump-filter.exp
7129 * gdb.base/cursal.exp
7130 * gdb.base/cvexpr.exp
7131 * gdb.base/detach.exp
7132 * gdb.base/display.exp
7133 * gdb.base/dmsym.exp
7134 * gdb.base/dprintf-pending.exp
7135 * gdb.base/dso2dso.exp
7136 * gdb.base/dtrace-probe.exp
7137 * gdb.base/dump.exp
7138 * gdb.base/enum_cond.exp
7139 * gdb.base/exe-lock.exp
7140 * gdb.base/exec-invalid-sysroot.exp
7141 * gdb.base/execl-update-breakpoints.exp
7142 * gdb.base/exprs.exp
7143 * gdb.base/fileio.exp
7144 * gdb.base/find.exp
7145 * gdb.base/finish.exp
7146 * gdb.base/fixsection.exp
7147 * gdb.base/foll-vfork.exp
7148 * gdb.base/frame-args.exp
7149 * gdb.base/gcore.exp
7150 * gdb.base/gdb1250.exp
7151 * gdb.base/global-var-nested-by-dso.exp
7152 * gdb.base/gnu-ifunc.exp
7153 * gdb.base/hashline1.exp
7154 * gdb.base/hashline2.exp
7155 * gdb.base/hashline3.exp
7156 * gdb.base/hbreak-in-shr-unsupported.exp
7157 * gdb.base/huge.exp
7158 * gdb.base/infcall-input.exp
7159 * gdb.base/info-fun.exp
7160 * gdb.base/info-shared.exp
7161 * gdb.base/jit-simple.exp
7162 * gdb.base/jit-so.exp
7163 * gdb.base/jit.exp
7164 * gdb.base/jump.exp
7165 * gdb.base/label.exp
7166 * gdb.base/lineinc.exp
7167 * gdb.base/logical.exp
7168 * gdb.base/longjmp.exp
7169 * gdb.base/macscp.exp
7170 * gdb.base/miscexprs.exp
7171 * gdb.base/new-ui-echo.exp
7172 * gdb.base/new-ui-pending-input.exp
7173 * gdb.base/new-ui.exp
7174 * gdb.base/nodebug.exp
7175 * gdb.base/nofield.exp
7176 * gdb.base/offsets.exp
7177 * gdb.base/overlays.exp
7178 * gdb.base/pending.exp
7179 * gdb.base/pointers.exp
7180 * gdb.base/pr11022.exp
7181 * gdb.base/printcmds.exp
7182 * gdb.base/prologue.exp
7183 * gdb.base/ptr-typedef.exp
7184 * gdb.base/realname-expand.exp
7185 * gdb.base/relativedebug.exp
7186 * gdb.base/relocate.exp
7187 * gdb.base/remote.exp
7188 * gdb.base/reread.exp
7189 * gdb.base/return2.exp
7190 * gdb.base/savedregs.exp
7191 * gdb.base/sep.exp
7192 * gdb.base/sepdebug.exp
7193 * gdb.base/sepsymtab.exp
7194 * gdb.base/set-inferior-tty.exp
7195 * gdb.base/setshow.exp
7196 * gdb.base/shlib-call.exp
7197 * gdb.base/sigaltstack.exp
7198 * gdb.base/siginfo-addr.exp
7199 * gdb.base/signals.exp
7200 * gdb.base/signull.exp
7201 * gdb.base/sigrepeat.exp
7202 * gdb.base/so-impl-ld.exp
7203 * gdb.base/solib-display.exp
7204 * gdb.base/solib-overlap.exp
7205 * gdb.base/solib-search.exp
7206 * gdb.base/solib-symbol.exp
7207 * gdb.base/structs.exp
7208 * gdb.base/structs2.exp
7209 * gdb.base/symtab-search-order.exp
7210 * gdb.base/twice.exp
7211 * gdb.base/unload.exp
7212 * gdb.base/varargs.exp
7213 * gdb.base/watchpoint-solib.exp
7214 * gdb.base/watchpoint.exp
7215 * gdb.base/whatis.exp
7216 * gdb.base/wrong_frame_bt_full.exp
7217 * gdb.btrace/dlopen.exp
7218 * gdb.cell/ea-standalone.exp
7219 * gdb.cell/ea-test.exp
7220 * gdb.cp/dispcxx.exp
7221 * gdb.cp/gdb2384.exp
7222 * gdb.cp/method2.exp
7223 * gdb.cp/nextoverthrow.exp
7224 * gdb.cp/pr10728.exp
7225 * gdb.disasm/am33.exp
7226 * gdb.disasm/h8300s.exp
7227 * gdb.disasm/mn10300.exp
7228 * gdb.disasm/sh3.exp
7229 * gdb.dwarf2/dw2-dir-file-name.exp
7230 * gdb.fortran/complex.exp
7231 * gdb.fortran/library-module.exp
7232 * gdb.guile/scm-pretty-print.exp
7233 * gdb.guile/scm-symbol.exp
7234 * gdb.guile/scm-type.exp
7235 * gdb.guile/scm-value.exp
7236 * gdb.linespec/linespec.exp
7237 * gdb.mi/gdb701.exp
7238 * gdb.mi/gdb792.exp
7239 * gdb.mi/mi-breakpoint-changed.exp
7240 * gdb.mi/mi-dprintf-pending.exp
7241 * gdb.mi/mi-dprintf.exp
7242 * gdb.mi/mi-exit-code.exp
7243 * gdb.mi/mi-pending.exp
7244 * gdb.mi/mi-solib.exp
7245 * gdb.mi/new-ui-mi-sync.exp
7246 * gdb.mi/pr11022.exp
7247 * gdb.mi/user-selected-context-sync.exp
7248 * gdb.opt/solib-intra-step.exp
7249 * gdb.python/py-events.exp
7250 * gdb.python/py-finish-breakpoint.exp
7251 * gdb.python/py-mi.exp
7252 * gdb.python/py-prettyprint.exp
7253 * gdb.python/py-shared.exp
7254 * gdb.python/py-symbol.exp
7255 * gdb.python/py-template.exp
7256 * gdb.python/py-type.exp
7257 * gdb.python/py-value.exp
7258 * gdb.reverse/solib-precsave.exp
7259 * gdb.reverse/solib-reverse.exp
7260 * gdb.server/solib-list.exp
7261 * gdb.stabs/weird.exp
7262 * gdb.threads/reconnect-signal.exp
7263 * gdb.threads/stepi-random-signal.exp
7264 * gdb.trace/actions.exp
7265 * gdb.trace/ax.exp
7266 * gdb.trace/backtrace.exp
7267 * gdb.trace/change-loc.exp
7268 * gdb.trace/deltrace.exp
7269 * gdb.trace/ftrace-lock.exp
7270 * gdb.trace/ftrace.exp
7271 * gdb.trace/infotrace.exp
7272 * gdb.trace/mi-tracepoint-changed.exp
7273 * gdb.trace/packetlen.exp
7274 * gdb.trace/passcount.exp
7275 * gdb.trace/pending.exp
7276 * gdb.trace/range-stepping.exp
7277 * gdb.trace/report.exp
7278 * gdb.trace/stap-trace.exp
7279 * gdb.trace/tfind.exp
7280 * gdb.trace/trace-break.exp
7281 * gdb.trace/trace-condition.exp
7282 * gdb.trace/trace-enable-disable.exp
7283 * gdb.trace/trace-mt.exp
7284 * gdb.trace/tracecmd.exp
7285 * gdb.trace/tspeed.exp
7286 * gdb.trace/tsv.exp
7287 * lib/perftest.exp
7288
fb9feb35
LM
72892016-12-01 Luis Machado <lgustavo@codesourcery.com>
7290
7291 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7292 with gdb_test_no_output.
7293 Use command as test name.
7294
cd2ddb6c
LM
72952016-12-01 Luis Machado <lgustavo@codesourcery.com>
7296
7297 Fix test names starting with uppercase throughout the files.
7298
7299 * gdb.ada/assign_1.exp
7300 * gdb.ada/boolean_expr.exp
7301 * gdb.base/arrayidx.exp
7302 * gdb.base/del.exp
7303 * gdb.base/gcore-buffer-overflow.exp
7304 * gdb.base/testenv.exp
7305 * gdb.compile/compile.exp
7306 * gdb.python/py-framefilter-invalidarg.exp
7307 * gdb.python/py-framefilter.exp
7308
bb95117e
LM
73092016-12-01 Luis Machado <lgustavo@codesourcery.com>
7310
7311 Fix test names starting with uppercase throughout the files.
7312
7313 * gdb.ada/array_return.exp
7314 * gdb.ada/expr_delims.exp
7315 * gdb.ada/mi_dyn_arr.exp
7316 * gdb.ada/mi_interface.exp
7317 * gdb.ada/mi_var_array.exp
7318 * gdb.ada/watch_arg.exp
7319 * gdb.arch/alpha-step.exp
7320 * gdb.arch/altivec-regs.exp
7321 * gdb.arch/e500-regs.exp
7322 * gdb.arch/powerpc-d128-regs.exp
7323 * gdb.base/arrayidx.exp
7324 * gdb.base/break.exp
7325 * gdb.base/checkpoint.exp
7326 * gdb.base/debug-expr.exp
7327 * gdb.base/dmsym.exp
7328 * gdb.base/radix.exp
7329 * gdb.base/sepdebug.exp
7330 * gdb.base/testenv.exp
7331 * gdb.base/watch_thread_num.exp
7332 * gdb.base/watchpoint-cond-gone.exp
7333 * gdb.cell/break.exp
7334 * gdb.cell/ea-cache.exp
7335 * gdb.compile/compile.exp
7336 * gdb.cp/gdb2495.exp
7337 * gdb.gdb/selftest.exp
7338 * gdb.gdb/xfullpath.exp
7339 * gdb.go/hello.exp
7340 * gdb.go/integers.exp
7341 * gdb.objc/basicclass.exp
7342 * gdb.pascal/hello.exp
7343 * gdb.pascal/integers.exp
7344 * gdb.python/py-breakpoint.exp
7345 * gdb.python/py-cmd.exp
7346 * gdb.python/py-linetable.exp
7347 * gdb.python/py-xmethods.exp
7348 * gdb.python/python.exp
7349 * gdb.reverse/consecutive-precsave.exp
7350 * gdb.reverse/finish-precsave.exp
7351 * gdb.reverse/i386-precsave.exp
7352 * gdb.reverse/machinestate-precsave.exp
7353 * gdb.reverse/sigall-precsave.exp
7354 * gdb.reverse/solib-precsave.exp
7355 * gdb.reverse/step-precsave.exp
7356 * gdb.reverse/until-precsave.exp
7357 * gdb.reverse/watch-precsave.exp
7358 * gdb.threads/leader-exit.exp
7359 * gdb.threads/pthreads.exp
7360 * gdb.threads/wp-replication.exp
7361 * gdb.trace/actions.exp
7362 * gdb.trace/mi-tsv-changed.exp
7363 * gdb.trace/tsv.exp
7364
de97fdd4
LM
73652016-12-01 Luis Machado <lgustavo@codesourcery.com>
7366
7367 Fix test names starting with uppercase throughout the files.
7368
7369 * gdb.arch/i386-bp_permanent.exp
7370 * gdb.arch/i386-gnu-cfi.exp
7371 * gdb.base/disasm-end-cu.exp
7372 * gdb.base/macscp.exp
7373 * gdb.base/pending.exp
7374 * gdb.base/watch_thread_num.exp
7375 * gdb.cp/exception.exp
7376 * gdb.cp/gdb2495.exp
7377 * gdb.cp/local.exp
7378 * gdb.python/py-evsignal.exp
7379 * gdb.python/python.exp
7380 * gdb.trace/tracecmd.exp
7381
9f058c10
LM
73822016-12-01 Luis Machado <lgustavo@codesourcery.com>
7383
7384 Fix test names starting with uppercase throughout the files.
7385
7386 * gdb.base/charset.exp
7387 * gdb.base/eval.exp
7388 * gdb.base/multi-forks.exp
7389 * gdb.guile/scm-progspace.exp
7390 * gdb.opencl/datatypes.exp
7391 * gdb.python/py-block.exp
7392 * gdb.python/py-function.exp
7393 * gdb.python/py-symbol.exp
7394 * gdb.python/py-symtab.exp
7395 * gdb.python/py-xmethods.exp
7396 * gdb.reverse/break-precsave.exp
7397 * gdb.reverse/break-reverse.exp
7398 * gdb.reverse/consecutive-precsave.exp
7399 * gdb.reverse/consecutive-reverse.exp
7400 * gdb.reverse/finish-precsave.exp
7401 * gdb.reverse/finish-reverse-bkpt.exp
7402 * gdb.reverse/finish-reverse.exp
7403 * gdb.reverse/fstatat-reverse.exp
7404 * gdb.reverse/getresuid-reverse.exp
7405 * gdb.reverse/i386-precsave.exp
7406 * gdb.reverse/i386-reverse.exp
7407 * gdb.reverse/i386-sse-reverse.exp
7408 * gdb.reverse/i387-stack-reverse.exp
7409 * gdb.reverse/insn-reverse.exp
7410 * gdb.reverse/machinestate-precsave.exp
7411 * gdb.reverse/machinestate.exp
7412 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7413 * gdb.reverse/pipe-reverse.exp
7414 * gdb.reverse/readv-reverse.exp
7415 * gdb.reverse/recvmsg-reverse.exp
7416 * gdb.reverse/rerun-prec.exp
7417 * gdb.reverse/s390-mvcle.exp
7418 * gdb.reverse/sigall-precsave.exp
7419 * gdb.reverse/sigall-reverse.exp
7420 * gdb.reverse/solib-precsave.exp
7421 * gdb.reverse/solib-reverse.exp
7422 * gdb.reverse/step-precsave.exp
7423 * gdb.reverse/step-reverse.exp
7424 * gdb.reverse/time-reverse.exp
7425 * gdb.reverse/until-precsave.exp
7426 * gdb.reverse/until-reverse.exp
7427 * gdb.reverse/waitpid-reverse.exp
7428 * gdb.reverse/watch-precsave.exp
7429 * gdb.reverse/watch-reverse.exp
7430
cdc7edd7
LM
74312016-12-01 Luis Machado <lgustavo@codesourcery.com>
7432
7433 Fix test names starting with uppercase throughout the files.
7434
7435 * gdb.arch/i386-mpx-simple_segv.exp
7436 * gdb.arch/i386-mpx.exp
7437 * gdb.arch/i386-permbkpt.exp
7438 * gdb.arch/pa-nullify.exp
7439 * gdb.arch/powerpc-d128-regs.exp
7440 * gdb.arch/vsx-regs.exp
7441 * gdb.base/bfp-test.exp
7442 * gdb.base/break.exp
7443 * gdb.base/breakpoint-shadow.exp
7444 * gdb.base/callfuncs.exp
7445 * gdb.base/charset.exp
7446 * gdb.base/commands.exp
7447 * gdb.base/completion.exp
7448 * gdb.base/dfp-test.exp
7449 * gdb.base/echo.exp
7450 * gdb.base/ending-run.exp
7451 * gdb.base/eval.exp
7452 * gdb.base/expand-psymtabs.exp
7453 * gdb.base/float128.exp
7454 * gdb.base/floatn.exp
7455 * gdb.base/foll-exec-mode.exp
7456 * gdb.base/gdb1056.exp
7457 * gdb.base/gdb11531.exp
7458 * gdb.base/kill-after-signal.exp
7459 * gdb.base/multi-forks.exp
7460 * gdb.base/overlays.exp
7461 * gdb.base/pending.exp
7462 * gdb.base/sepdebug.exp
7463 * gdb.base/testenv.exp
7464 * gdb.base/valgrind-db-attach.exp
7465 * gdb.base/watch_thread_num.exp
7466 * gdb.base/watchpoint-cond-gone.exp
7467 * gdb.base/watchpoint.exp
7468 * gdb.base/watchpoints.exp
7469 * gdb.cp/arg-reference.exp
7470 * gdb.cp/baseenum.exp
7471 * gdb.cp/operator.exp
7472 * gdb.cp/shadow.exp
7473 * gdb.dwarf2/dw2-op-out-param.exp
7474 * gdb.dwarf2/dw2-reg-undefined.exp
7475 * gdb.go/chan.exp
7476 * gdb.go/hello.exp
7477 * gdb.go/integers.exp
7478 * gdb.go/methods.exp
7479 * gdb.go/package.exp
7480 * gdb.guile/scm-parameter.exp
7481 * gdb.guile/scm-progspace.exp
7482 * gdb.guile/scm-value.exp
7483 * gdb.mi/mi-pending.exp
7484 * gdb.mi/user-selected-context-sync.exp
7485 * gdb.multi/multi-attach.exp
7486 * gdb.multi/tids.exp
7487 * gdb.opt/clobbered-registers-O2.exp
7488 * gdb.pascal/floats.exp
7489 * gdb.pascal/integers.exp
7490 * gdb.python/py-block.exp
7491 * gdb.python/py-events.exp
7492 * gdb.python/py-parameter.exp
7493 * gdb.python/py-symbol.exp
7494 * gdb.python/py-symtab.exp
7495 * gdb.python/py-type.exp
7496 * gdb.python/py-value.exp
7497 * gdb.python/py-xmethods.exp
7498 * gdb.python/python.exp
7499 * gdb.reverse/break-precsave.exp
7500 * gdb.reverse/consecutive-precsave.exp
7501 * gdb.reverse/finish-precsave.exp
7502 * gdb.reverse/i386-precsave.exp
7503 * gdb.reverse/machinestate-precsave.exp
7504 * gdb.reverse/sigall-precsave.exp
7505 * gdb.reverse/solib-precsave.exp
7506 * gdb.reverse/step-precsave.exp
7507 * gdb.reverse/until-precsave.exp
7508 * gdb.reverse/watch-precsave.exp
7509 * gdb.server/ext-attach.exp
7510 * gdb.server/ext-restart.exp
7511 * gdb.server/ext-run.exp
7512 * gdb.server/ext-wrapper.exp
7513 * gdb.stabs/gdb11479.exp
7514 * gdb.stabs/weird.exp
7515 * gdb.threads/attach-many-short-lived-threads.exp
7516 * gdb.threads/kill.exp
7517 * gdb.threads/watchpoint-fork.exp
7518
bc6c7af4
LM
75192016-12-01 Luis Machado <lgustavo@codesourcery.com>
7520
7521 Fix test names starting with uppercase throughout all the files below.
7522
7523 * gdb.ada/array_return.exp
7524 * gdb.ada/catch_ex.exp
7525 * gdb.ada/info_exc.exp
7526 * gdb.ada/mi_catch_ex.exp
7527 * gdb.ada/mi_dyn_arr.exp
7528 * gdb.ada/mi_ex_cond.exp
7529 * gdb.ada/mi_exc_info.exp
7530 * gdb.ada/mi_interface.exp
7531 * gdb.ada/mi_task_arg.exp
7532 * gdb.ada/mi_task_info.exp
7533 * gdb.ada/mi_var_array.exp
7534 * gdb.arch/alpha-step.exp
7535 * gdb.arch/amd64-disp-step.exp
7536 * gdb.arch/arm-disp-step.exp
7537 * gdb.arch/disp-step-insn-reloc.exp
7538 * gdb.arch/e500-prologue.exp
7539 * gdb.arch/ftrace-insn-reloc.exp
7540 * gdb.arch/gdb1558.exp
7541 * gdb.arch/i386-bp_permanent.exp
7542 * gdb.arch/i386-disp-step.exp
7543 * gdb.arch/i386-float.exp
7544 * gdb.arch/i386-gnu-cfi.exp
7545 * gdb.arch/ia64-breakpoint-shadow.exp
7546 * gdb.arch/mips16-thunks.exp
7547 * gdb.arch/pa-nullify.exp
7548 * gdb.arch/powerpc-aix-prologue.exp
7549 * gdb.arch/powerpc-power.exp
7550 * gdb.arch/ppc-dfp.exp
7551 * gdb.arch/s390-tdbregs.exp
7552 * gdb.arch/spu-info.exp
7553 * gdb.arch/spu-ls.exp
7554 * gdb.arch/thumb-bx-pc.exp
7555 * gdb.base/advance.exp
7556 * gdb.base/annota-input-while-running.exp
7557 * gdb.base/arrayidx.exp
7558 * gdb.base/asmlabel.exp
7559 * gdb.base/async.exp
7560 * gdb.base/attach-wait-input.exp
7561 * gdb.base/auto-connect-native-target.exp
7562 * gdb.base/batch-preserve-term-settings.exp
7563 * gdb.base/bfp-test.exp
7564 * gdb.base/bigcore.exp
7565 * gdb.base/bp-permanent.exp
7566 * gdb.base/break-always.exp
7567 * gdb.base/break-fun-addr.exp
7568 * gdb.base/break-idempotent.exp
7569 * gdb.base/break-main-file-remove-fail.exp
7570 * gdb.base/break-probes.exp
7571 * gdb.base/break-unload-file.exp
7572 * gdb.base/break.exp
7573 * gdb.base/call-ar-st.exp
7574 * gdb.base/call-rt-st.exp
7575 * gdb.base/call-sc.exp
7576 * gdb.base/call-signal-resume.exp
7577 * gdb.base/call-strs.exp
7578 * gdb.base/callexit.exp
7579 * gdb.base/callfuncs.exp
7580 * gdb.base/catch-gdb-caused-signals.exp
7581 * gdb.base/catch-signal-siginfo-cond.exp
7582 * gdb.base/catch-syscall.exp
7583 * gdb.base/compare-sections.exp
7584 * gdb.base/cond-eval-mode.exp
7585 * gdb.base/condbreak-call-false.exp
7586 * gdb.base/consecutive-step-over.exp
7587 * gdb.base/cursal.exp
7588 * gdb.base/disabled-location.exp
7589 * gdb.base/disasm-end-cu.exp
7590 * gdb.base/display.exp
7591 * gdb.base/double-prompt-target-event-error.exp
7592 * gdb.base/dprintf-bp-same-addr.exp
7593 * gdb.base/dprintf-detach.exp
7594 * gdb.base/dprintf-next.exp
7595 * gdb.base/dprintf-non-stop.exp
7596 * gdb.base/dprintf-pending.exp
7597 * gdb.base/dso2dso.exp
7598 * gdb.base/ending-run.exp
7599 * gdb.base/enum_cond.exp
7600 * gdb.base/examine-backward.exp
7601 * gdb.base/exe-lock.exp
7602 * gdb.base/exec-invalid-sysroot.exp
7603 * gdb.base/execl-update-breakpoints.exp
7604 * gdb.base/execution-termios.exp
7605 * gdb.base/fileio.exp
7606 * gdb.base/fixsection.exp
7607 * gdb.base/foll-exec-mode.exp
7608 * gdb.base/foll-exec.exp
7609 * gdb.base/fork-running-state.exp
7610 * gdb.base/frame-args.exp
7611 * gdb.base/fullpath-expand.exp
7612 * gdb.base/func-ptr.exp
7613 * gdb.base/gcore-relro-pie.exp
7614 * gdb.base/gdb1090.exp
7615 * gdb.base/gdb1555.exp
7616 * gdb.base/global-var-nested-by-dso.exp
7617 * gdb.base/gnu-ifunc.exp
7618 * gdb.base/hbreak-in-shr-unsupported.exp
7619 * gdb.base/hbreak-unmapped.exp
7620 * gdb.base/hook-stop.exp
7621 * gdb.base/infcall-input.exp
7622 * gdb.base/info-fun.exp
7623 * gdb.base/info-shared.exp
7624 * gdb.base/interrupt-noterm.exp
7625 * gdb.base/jit-so.exp
7626 * gdb.base/jit.exp
7627 * gdb.base/line-symtabs.exp
7628 * gdb.base/list.exp
7629 * gdb.base/longjmp.exp
7630 * gdb.base/macscp.exp
7631 * gdb.base/max-value-size.exp
7632 * gdb.base/nodebug.exp
7633 * gdb.base/nofield.exp
7634 * gdb.base/overlays.exp
7635 * gdb.base/paginate-after-ctrl-c-running.exp
7636 * gdb.base/paginate-bg-execution.exp
7637 * gdb.base/paginate-inferior-exit.exp
7638 * gdb.base/pending.exp
7639 * gdb.base/pr11022.exp
7640 * gdb.base/printcmds.exp
7641 * gdb.base/ptr-typedef.exp
7642 * gdb.base/ptype.exp
7643 * gdb.base/randomize.exp
7644 * gdb.base/range-stepping.exp
7645 * gdb.base/realname-expand.exp
7646 * gdb.base/relativedebug.exp
7647 * gdb.base/remote.exp
7648 * gdb.base/savedregs.exp
7649 * gdb.base/sepdebug.exp
7650 * gdb.base/set-noassign.exp
7651 * gdb.base/shlib-call.exp
7652 * gdb.base/shreloc.exp
7653 * gdb.base/sigaltstack.exp
7654 * gdb.base/sigbpt.exp
7655 * gdb.base/siginfo-addr.exp
7656 * gdb.base/siginfo-obj.exp
7657 * gdb.base/siginfo-thread.exp
7658 * gdb.base/signest.exp
7659 * gdb.base/signull.exp
7660 * gdb.base/sigrepeat.exp
7661 * gdb.base/skip.exp
7662 * gdb.base/so-impl-ld.exp
7663 * gdb.base/solib-corrupted.exp
7664 * gdb.base/solib-disc.exp
7665 * gdb.base/solib-display.exp
7666 * gdb.base/solib-overlap.exp
7667 * gdb.base/solib-search.exp
7668 * gdb.base/solib-symbol.exp
7669 * gdb.base/source-execution.exp
7670 * gdb.base/sss-bp-on-user-bp-2.exp
7671 * gdb.base/sss-bp-on-user-bp.exp
7672 * gdb.base/stack-checking.exp
7673 * gdb.base/stale-infcall.exp
7674 * gdb.base/step-break.exp
7675 * gdb.base/step-line.exp
7676 * gdb.base/step-over-exit.exp
7677 * gdb.base/step-test.exp
7678 * gdb.base/structs.exp
7679 * gdb.base/sym-file.exp
7680 * gdb.base/symtab-search-order.exp
7681 * gdb.base/term.exp
7682 * gdb.base/type-opaque.exp
7683 * gdb.base/unload.exp
7684 * gdb.base/until-nodebug.exp
7685 * gdb.base/until.exp
7686 * gdb.base/unwindonsignal.exp
7687 * gdb.base/watch-cond.exp
7688 * gdb.base/watch-non-mem.exp
7689 * gdb.base/watch_thread_num.exp
7690 * gdb.base/watchpoint-reuse-slot.exp
7691 * gdb.base/watchpoint-solib.exp
7692 * gdb.base/watchpoint.exp
7693 * gdb.btrace/dlopen.exp
7694 * gdb.cell/arch.exp
7695 * gdb.cell/break.exp
7696 * gdb.cell/bt.exp
7697 * gdb.cell/core.exp
7698 * gdb.cell/data.exp
7699 * gdb.cell/dwarfaddr.exp
7700 * gdb.cell/ea-cache.exp
7701 * gdb.cell/ea-standalone.exp
7702 * gdb.cell/ea-test.exp
7703 * gdb.cell/f-regs.exp
7704 * gdb.cell/fork.exp
7705 * gdb.cell/gcore.exp
7706 * gdb.cell/mem-access.exp
7707 * gdb.cell/ptype.exp
7708 * gdb.cell/registers.exp
7709 * gdb.cell/sizeof.exp
7710 * gdb.cell/solib-symbol.exp
7711 * gdb.cell/solib.exp
7712 * gdb.compile/compile-tls.exp
7713 * gdb.cp/exception.exp
7714 * gdb.cp/gdb2495.exp
7715 * gdb.cp/local.exp
7716 * gdb.cp/mb-inline.exp
7717 * gdb.cp/mb-templates.exp
7718 * gdb.cp/pr10687.exp
7719 * gdb.cp/pr9167.exp
7720 * gdb.cp/scope-err.exp
7721 * gdb.cp/templates.exp
7722 * gdb.cp/virtfunc.exp
7723 * gdb.dwarf2/dw2-dir-file-name.exp
7724 * gdb.dwarf2/dw2-single-line-discriminators.exp
7725 * gdb.fortran/complex.exp
7726 * gdb.fortran/library-module.exp
7727 * gdb.guile/guile.exp
7728 * gdb.guile/scm-cmd.exp
7729 * gdb.guile/scm-frame-inline.exp
7730 * gdb.guile/scm-objfile.exp
7731 * gdb.guile/scm-pretty-print.exp
7732 * gdb.guile/scm-symbol.exp
7733 * gdb.guile/scm-type.exp
7734 * gdb.guile/scm-value.exp
7735 * gdb.linespec/keywords.exp
7736 * gdb.linespec/ls-errs.exp
7737 * gdb.linespec/macro-relative.exp
7738 * gdb.linespec/thread.exp
7739 * gdb.mi/mi-breakpoint-changed.exp
7740 * gdb.mi/mi-dprintf-pending.exp
7741 * gdb.mi/mi-fullname-deleted.exp
7742 * gdb.mi/mi-logging.exp
7743 * gdb.mi/mi-pending.exp
7744 * gdb.mi/mi-solib.exp
7745 * gdb.mi/new-ui-mi-sync.exp
7746 * gdb.mi/user-selected-context-sync.exp
7747 * gdb.multi/dummy-frame-restore.exp
7748 * gdb.multi/multi-arch-exec.exp
7749 * gdb.multi/remove-inferiors.exp
7750 * gdb.multi/watchpoint-multi-exit.exp
7751 * gdb.opt/solib-intra-step.exp
7752 * gdb.perf/backtrace.exp
7753 * gdb.perf/single-step.exp
7754 * gdb.perf/skip-command.exp
7755 * gdb.perf/skip-prologue.exp
7756 * gdb.perf/solib.exp
7757 * gdb.python/lib-types.exp
7758 * gdb.python/py-as-string.exp
7759 * gdb.python/py-bad-printers.exp
7760 * gdb.python/py-block.exp
7761 * gdb.python/py-breakpoint.exp
7762 * gdb.python/py-cmd.exp
7763 * gdb.python/py-events.exp
7764 * gdb.python/py-evthreads.exp
7765 * gdb.python/py-finish-breakpoint.exp
7766 * gdb.python/py-finish-breakpoint2.exp
7767 * gdb.python/py-frame-inline.exp
7768 * gdb.python/py-frame.exp
7769 * gdb.python/py-inferior.exp
7770 * gdb.python/py-infthread.exp
7771 * gdb.python/py-mi.exp
7772 * gdb.python/py-objfile.exp
7773 * gdb.python/py-pp-maint.exp
7774 * gdb.python/py-pp-registration.exp
7775 * gdb.python/py-prettyprint.exp
7776 * gdb.python/py-recurse-unwind.exp
7777 * gdb.python/py-shared.exp
7778 * gdb.python/py-symbol.exp
7779 * gdb.python/py-symtab.exp
7780 * gdb.python/py-template.exp
7781 * gdb.python/py-type.exp
7782 * gdb.python/py-unwind-maint.exp
7783 * gdb.python/py-unwind.exp
7784 * gdb.python/py-value.exp
7785 * gdb.python/python.exp
7786 * gdb.reverse/finish-reverse-bkpt.exp
7787 * gdb.reverse/insn-reverse.exp
7788 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7789 * gdb.reverse/solib-precsave.exp
7790 * gdb.reverse/solib-reverse.exp
7791 * gdb.stabs/gdb11479.exp
7792 * gdb.stabs/weird.exp
7793 * gdb.threads/fork-child-threads.exp
7794 * gdb.threads/fork-plus-threads.exp
7795 * gdb.threads/fork-thread-pending.exp
7796 * gdb.threads/forking-threads-plus-breakpoint.exp
7797 * gdb.threads/hand-call-in-threads.exp
7798 * gdb.threads/interrupted-hand-call.exp
7799 * gdb.threads/linux-dp.exp
7800 * gdb.threads/local-watch-wrong-thread.exp
7801 * gdb.threads/next-while-other-thread-longjmps.exp
7802 * gdb.threads/non-ldr-exit.exp
7803 * gdb.threads/pending-step.exp
7804 * gdb.threads/print-threads.exp
7805 * gdb.threads/process-dies-while-detaching.exp
7806 * gdb.threads/process-dies-while-handling-bp.exp
7807 * gdb.threads/pthreads.exp
7808 * gdb.threads/queue-signal.exp
7809 * gdb.threads/reconnect-signal.exp
7810 * gdb.threads/signal-command-handle-nopass.exp
7811 * gdb.threads/signal-command-multiple-signals-pending.exp
7812 * gdb.threads/signal-delivered-right-thread.exp
7813 * gdb.threads/signal-sigtrap.exp
7814 * gdb.threads/sigthread.exp
7815 * gdb.threads/staticthreads.exp
7816 * gdb.threads/stepi-random-signal.exp
7817 * gdb.threads/thread-unwindonsignal.exp
7818 * gdb.threads/thread_check.exp
7819 * gdb.threads/thread_events.exp
7820 * gdb.threads/tid-reuse.exp
7821 * gdb.threads/tls-nodebug.exp
7822 * gdb.threads/tls-shared.exp
7823 * gdb.threads/tls-so_extern.exp
7824 * gdb.threads/tls.exp
7825 * gdb.threads/wp-replication.exp
7826 * gdb.trace/actions-changed.exp
7827 * gdb.trace/actions.exp
7828 * gdb.trace/backtrace.exp
7829 * gdb.trace/change-loc.exp
7830 * gdb.trace/collection.exp
7831 * gdb.trace/deltrace.exp
7832 * gdb.trace/disconnected-tracing.exp
7833 * gdb.trace/entry-values.exp
7834 * gdb.trace/ftrace-lock.exp
7835 * gdb.trace/ftrace.exp
7836 * gdb.trace/infotrace.exp
7837 * gdb.trace/mi-trace-frame-collected.exp
7838 * gdb.trace/mi-trace-unavailable.exp
7839 * gdb.trace/mi-traceframe-changed.exp
7840 * gdb.trace/mi-tracepoint-changed.exp
7841 * gdb.trace/mi-tsv-changed.exp
7842 * gdb.trace/no-attach-trace.exp
7843 * gdb.trace/packetlen.exp
7844 * gdb.trace/passc-dyn.exp
7845 * gdb.trace/passcount.exp
7846 * gdb.trace/pending.exp
7847 * gdb.trace/pr16508.exp
7848 * gdb.trace/qtro.exp
7849 * gdb.trace/range-stepping.exp
7850 * gdb.trace/read-memory.exp
7851 * gdb.trace/report.exp
7852 * gdb.trace/save-trace.exp
7853 * gdb.trace/signal.exp
7854 * gdb.trace/stap-trace.exp
7855 * gdb.trace/status-stop.exp
7856 * gdb.trace/strace.exp
7857 * gdb.trace/tfile.exp
7858 * gdb.trace/tfind.exp
7859 * gdb.trace/trace-break.exp
7860 * gdb.trace/trace-condition.exp
7861 * gdb.trace/trace-enable-disable.exp
7862 * gdb.trace/trace-mt.exp
7863 * gdb.trace/tracecmd.exp
7864 * gdb.trace/tracefile-pseudo-reg.exp
7865 * gdb.trace/tspeed.exp
7866 * gdb.trace/tstatus.exp
7867 * gdb.trace/tsv.exp
7868 * gdb.trace/unavailable.exp
7869 * gdb.trace/while-dyn.exp
7870 * gdb.trace/while-stepping.exp
7871 * lib/gdb-guile.exp
7872 * lib/gdb.exp
7873 * lib/mi-support.exp
7874 * lib/pascal.exp
7875 * lib/perftest.exp
7876 * lib/prelink-support.exp
7877 * lib/selftest-support.exp
7878
ad02e4fe
SM
78792016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7880
7881 * Makefile.in: Include disable-implicit-rules.mk.
7882
22347e55
AA
78832016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7884
7885 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7886 non-byte-aligned bit fields.
7887
da5b30da
AA
78882016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7889
7890 PR gdb/12616
7891 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7892 respects the DW_AT_data_bit_offset attribute.
7893
b593ecca
SM
78942016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7895
7896 * gdb.base/default.exp: Fix output of "set language".
7897
3b165252
SM
78982016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7899
7900 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7901 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7902 make.
7903 * configure.ac: Remove checks for the make program.
7904 * configure: Re-generate.
7905
1a2f3d7f
KB
79062016-11-16 Kevin Buettner <kevinb@redhat.com>
7907
7908 * gdb.python/py-recurse-unwind.c (main): Add loop.
7909 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7910 to read_register() and gdb.parse_and_eval(). Make each code
7911 call a separate case that can be individually tested.
7912 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7913 proc. Call cont_and_backtrace for each of the code paths that
7914 we want to test in the unwinder.
7915
b7f38fda
AA
79162016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7917
7918 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7919 the definition of struct S.
7920
1f8db343
CM
79212016-11-11 Catherine Moore <clm@codesourcery.com>
7922
7923 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7924
fad0c9fb
PA
79252016-11-09 Pedro Alves <palves@redhat.com>
7926
7927 * gdb.base/commands.exp (runto_or_return): New procedure.
7928 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7929 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7930 (progvar_simple_while_test, progvar_complex_if_while_test)
7931 (if_while_breakpoint_command_test)
7932 (infrun_breakpoint_command_test, breakpoint_command_test)
7933 (user_defined_command_test, watchpoint_command_test)
7934 (test_command_prompt_position, redefine_hook_test)
7935 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7936 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7937 multi_line_input and multi_line. Remove gdb_expect and
7938 gdb_stop_suppressing_tests uses.
7939 * lib/gdb.exp (valnum_re): New global.
7940 (multi_line_input): New procedure.
7941
8354c62c
SM
79422016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7943
7944 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7945 Remove.
7946 (test_setup): Define with proc_with_prefix.
7947 (test_cli_inferior): Likewise.
7948 (test_cli_thread): Likewise.
7949 (test_cli_frame): Likewise.
7950 (test_cli_select_frame): Likewise.
7951 (test_cli_up_down): Likewise.
7952 (test_mi_thread_select): Likewise.
7953 (test_mi_stack_select_frame): Likewise.
7954 (test_cli_in_mi_inferior): Likewise.
7955 (test_cli_in_mi_thread): Likewise.
7956 (test_cli_in_mi_frame): Likewise.
7957 (top level): Do not use with_test_prefix_procname.
7958
64f367a2
PA
79592016-11-09 Pedro Alves <palves@redhat.com>
7960
7961 * gdb.base/commands.exp (gdbvar_simple_if_test)
7962 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7963 (progvar_simple_if_test, progvar_simple_while_test)
7964 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7965 (infrun_breakpoint_command_test, breakpoint_command_test)
7966 (user_defined_command_test, watchpoint_command_test)
7967 (test_command_prompt_position, deprecated_command_test)
7968 (bp_deleted_in_command, temporary_breakpoint_commands)
7969 (stray_arg0_test, source_file_with_indented_comment)
7970 (recursive_source_test, if_commands_test)
7971 (error_clears_commands_left, redefine_hook_test)
7972 (redefine_backtrace_test): Use proc_with_prefix.
7973 * lib/gdb.exp (proc_with_prefix): New proc.
7974
0bb65f1e
AA
79752016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7976
7977 * gdb.base/tui-layout.c: New file.
7978 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7979 disassembly window contains very long lines.
7980
7353f247
TT
79812016-11-08 Tom Tromey <tom@tromey.com>
7982
7983 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7984 depend on Python 2.
7985
30a7bb83
TT
79862016-11-08 Tom Tromey <tom@tromey.com>
7987
7988 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7989 New method.
7990
cdf5a07c
MG
79912016-10-29 Manish Goregaokar <manish@mozilla.com>
7992
2806dc7e 7993 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 7994
51a789c3
MG
79952016-10-27 Manish Goregaokar <manish@mozilla.com>
7996
2806dc7e
PA
7997 * gdb.rust/simple.rs: Add test for univariant enums without
7998 discriminants and for encoded struct-like enums.
51a789c3 7999
f610ab6d
PA
80002016-10-28 Pedro Alves <palves@redhat.com>
8001
8002 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
8003 gdb_test_multiple, tighten regexps and match symtabs and line
8004 tables incrementally.
8005
b129b0ca
LM
80062016-10-28 Luis Machado <lgustavo@codesourcery.com>
8007
8008 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
8009 general.
8010
ecf45d2c
SL
80112016-10-25 Luis Machado <lgustavo@codesourcery.com>
8012
8013 * gdb.base/exec-invalid-sysroot.exp: New file.
8014
b8d38ee4
JK
80152016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8016
8017 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8018
f90fd8c2
JK
80192016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8020
8021 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8022
2d2476aa
MR
80232016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8024
2806dc7e
PA
8025 * gdb.base/killed-outside.exp: Remove $options from a call to
8026 `prepare_for_testing'.
2d2476aa 8027
e42b25a0
SM
80282016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8029
8030 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8031 Change test message.
8032
3ccdb432
SM
80332016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8034
8035 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8036 Update comment.
8037
5bad3170
SM
80382016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8039
8040 * gdb.trace/mi-trace-save.exp: New file.
8041
5ad9dba7
YQ
80422016-10-13 Yao Qi <yao.qi@linaro.org>
8043
8044 * gdb.base/code_elim.exp (get_var_address): Remove.
8045 * gdb.base/relocate.exp: Likewise.
8046 * gdb.base/shreloc.exp: Likewise.
8047 * lib/gdb.exp (get_var_address): New.
8048
62df7e21
YQ
80492016-10-13 Yao Qi <yao.qi@linaro.org>
8050
8051 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8052 floating point tests if $skip_float_test is false.
8053
4dac951e
LM
80542016-10-12 Luis Machado <lgustavo@codesourcery.com>
8055
8056 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8057 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8058 argc values.
8059 Add 1 to argc so we guarantee distinct initial/modified argc values.
8060
8f1a8fc4
JK
80612016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8062
8063 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8064
16c85b5d
JK
80652016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8066
8067 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8068 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8069 * gdb.arch/vsx-regs.exp: Likewise.
8070
1d0e042a
YQ
80712016-10-07 Yao Qi <yao.qi@linaro.org>
8072
8073 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8074
68dadef5
MM
80752016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8076
8077 * gdb.python/python.exp: Test decode_line("*0").
8078
33fa2c6e
DE
80792016-10-06 Doug Evans <dje@google.com>
8080
8081 * gdb.python/py-value.exp (test_value_creation): Add test for large
8082 unsigned 64-bit value.
8083
9c37b5ae
TT
80842016-10-06 Tom Tromey <tom@tromey.com>
8085
8086 * gdb.compile/compile.exp: Change java tests to rust.
8087 * gdb.base/setshow.exp: Change java tests to rust.
8088 * gdb.base/default.exp: Remove java from language list.
8089 * README (Examples): Update language example.
8090 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8091 test.
8092 * lib/gdb.exp (skip_java_tests): Remove.
8093 * lib/java.exp: Remove.
8094 * gdb.java: Remove.
8095
78b86327
MR
80962016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8097
8098 * gdb.arch/mips-fcr.exp: New test.
8099 * gdb.arch/mips-fcr.c: Source for the new test.
8100
7470adbb
MR
81012016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8102
8103 * gdb.base/solib-disc.exp: Use `standard_output_file'
8104 throughout.
8105
4a556533
PA
81062016-10-06 Pedro Alves <palves@redhat.com>
8107
8108 * gdb.base/jit-simple-dl.c: New file.
8109 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8110 * gdb.base/jit-simple.c: ... this.
8111 * gdb.base/jit-simple.exp (jit_run): Delete.
8112 (build_jit): New proc.
8113 (jit_test_reread): Recompile either the main program or the shared
8114 library, depending on what is being tested. Skip changing address
8115 if caller wants to. Compare before/after addresses. If testing
8116 standalone, explicitly load the binary. Test "maint info
8117 breakpoints".
8118 (top level): Add "standalone vs shared lib" and "change address"
8119 vs "same address" axes.
8120
5a122fbc
PA
81212016-10-06 Pedro Alves <palves@redhat.com>
8122
8123 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8124 call.
8125 (jit_run): Delete.
8126 (jit_test_reread): Use with_test_prefix. Reload the main binary
8127 explicitly. Compare the before/after addresses of the JIT
8128 descriptor.
8129
ee8da4b8
DE
81302016-08-15 Doug Evans <dje@google.com>
8131
8132 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8133 for single bitfields is bool.
8134 * gdb.xml/tdesc-regs.exp: Ditto.
8135
f389f6fe
JK
81362016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8137
8138 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8139
fdebf1a4
YQ
81402016-10-05 Yao Qi <yao.qi@linaro.org>
8141
8142 * lib/gdb.exp (support_complex_tests): Return zero if
8143 gdb_skip_float_test return true.
8144
9c36d954 81452016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8146 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
8147
8148 PR gdb/20487
8149 * gdb.mi/user-selected-context-sync.exp: New file.
8150 * gdb.mi/user-selected-context-sync.c: New file.
8151
4034d0ff 81522016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 8153 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
8154
8155 PR gdb/20487
8156 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8157 =thread-select-event check.
8158
a4297203
PB
81592016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8160
8161 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8162 the compulsory L operand changes.
8163 * gdb.arch/powerpc-power.s: Likewise.
8164
bb805577
JK
81652016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8166
8167 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8168 * gdb.base/jit-attach-pie.c: New file.
8169 * gdb.base/jit-attach-pie.exp: New file.
8170
6d61dee5
PA
81712016-09-28 Pedro Alves <palves@redhat.com>
8172
8173 * gdb.base/infcall-input.c: New file.
8174 * gdb.base/infcall-input.exp: New file.
8175
f73842fc
YQ
81762016-09-22 Yao Qi <yao.qi@linaro.org>
8177
8178 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8179 (gdb_exit): Rename it to ...
8180 (gdbserver_gdb_exit): ... Close GDBserver.
8181 (gdb_exit): New proc, call gdbserver_gdb_exit.
8182 (mi_gdb_exit): Likewise.
8183
90681dab
YQ
81842016-09-22 Yao Qi <yao.qi@linaro.org>
8185
8186 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8187 path.
8188 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8189 Remove duplication.
8190
9c211fd8
YQ
81912016-09-22 Yao Qi <yao.qi@linaro.org>
8192
8193 * lib/gdbserver-support.exp: Check the existence of
8194 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8195
ad0a504f
AK
81962016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8197
8198 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8199
36cf1806
TT
82002016-09-21 Tom Tromey <tom@tromey.com>
8201
8202 PR gdb/20604:
8203 * gdb.base/quit.exp: New file.
8204
74172ecf
SM
82052016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8206
8207 * .gitignore: New file.
8208
3d0ec882
MR
82092016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8210
8211 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8212 throughout.
8213
8193adea
AA
82142016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8215
8216 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8217
d41a5c09
JK
82182016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8219
8220 * gdb.cp/casts.cc (decltype): Move it ...
8221 (main): ... with its call to ...
8222 * gdb.cp/casts03.cc: ... a new file.
8223 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8224
d2dfe700
JK
82252016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8226
8227 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8228
e2a92b16
PB
82292016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8230
8231 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8232 and sync up the test with tests in gas/testsuite/gas/ppc.
8233 * gdb.arch/powerpc-power.exp: Likewise.
8234
49b4de64
JK
82352016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8236
8237 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8238
2c29df25
SDJ
82392016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8240 Jan Kratochvil <jan.kratochvil@redhat.com>
8241
8242 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8243 make m1's definition to be different from m2's. Use 'dummy' as an
8244 argument for probe 'two'.
8245
cc3c2846
JB
82462016-09-10 Jon Beniston <jon@beniston.com>
8247
8248 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8249 for sim target.
8250
e1b2624a
AA
82512016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8252
8253 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8254 variable declaration.
8255 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8256 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8257 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8258 received HWCAP as its argument.
8259
4295e285
PA
82602016-09-06 Pedro Alves <palves@redhat.com>
8261
8262 * gdb.base/new-ui-pending-input.c: New file.
8263 * gdb.base/new-ui-pending-input.exp: New file.
8264 * gdb.exp (clear_gdb_spawn_id): New procedure.
8265 (with_spawn_id): Check whether gdb_spawn_id exists before
8266 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8267 on exit.
8268
00d5215e
UW
82692016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8270
8271 * gdb.base/float128.c: New file.
8272 * gdb.base/float128.exp: Likewise.
8273 * gdb.base/floatn.c: Likewise.
8274 * gdb.base/floatn.exp: Likewise.
8275
a9ff5f12
UW
82762016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8277
8278 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8279
f245535c
PA
82802016-09-05 Pedro Alves <palves@redhat.com>
8281
8282 PR backtrace/19927
8283 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8284 unwinders are immediately called as side effect of "source" or
8285 "disable unwinder" commands.
8286 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8287
ae9cf263
YQ
82882016-09-02 Yao Qi <yao.qi@linaro.org>
8289
8290 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8291 is true and $type is "float" or "double".
8292
27aba047
YQ
82932016-09-02 Yao Qi <yao.qi@linaro.org>
8294
8295 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8296 true.
8297 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8298 * gdb.base/call-rt-st.exp: Likewise.
8299 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8300 return value instead of gdb,skip_float_test.
8301 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8302 (do_function_calls): Use its return value instead of
8303 gdb,skip_float_test.
8304 * gdb.base/finish.exp: Likewise.
8305 * gdb.base/funcargs.exp: Likewise.
8306 * gdb.base/return.exp: Likewise.
8307 * gdb.base/return2.exp: Likewise.
8308 * gdb.base/varargs.exp: Likewise.
8309 * lib/gdb.exp (gdb_skip_float_test): Change it to
8310 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8311
5af962df
AA
83122016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8313
8314 * gdb.multi/tids.exp: Test "thread apply all".
8315
7fac6910
JK
83162016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8317
8318 * gdb.base/default.exp (tty): Remove.
8319
bb1fe4ac
KB
83202016-08-24 Kevin Buettner <kevinb@redhat.com>
8321
2806dc7e
PA
8322 * gdb.python/py-recurse-unwind.c: New file.
8323 * gdb.python/py-recurse-unwind.py: New file.
8324 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 8325
0a1ddfa6
SM
83262016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8327
8328 * gdb.base/set-inferior-tty.exp: New file.
8329 * gdb.base/set-inferior-tty.c: New file.
8330
d9de1fe3
PA
83312016-08-23 Pedro Alves <palves@redhat.com>
8332
8333 PR gdb/20494
8334 * gdb.base/new-ui-echo.c: New file.
8335 * gdb.base/new-ui-echo.exp: New file.
8336
e9d9abd7
YQ
83372016-08-23 Yao Qi <yao.qi@linaro.org>
8338
8339 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8340 gdbserver_spawn.
8341 * gdb.server/connect-without-multi-process.exp (do_test):
8342 Likewise.
8343
3589529e
YQ
83442016-08-23 Yao Qi <yao.qi@linaro.org>
8345
8346 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8347 standalone_txt. Delete gdb_txt and standalone_txt on host
8348 and target. Spawn the binary on target. Copy files from
8349 target to host.
8350
6bb90213
PA
83512016-08-22 Pedro Alves <palves@redhat.com>
8352
8353 PR gdb/20505
8354 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8355 with_test_prefix. Factor out bits to ...
8356 (test_no_vdso): ... this new procedure.
8357
20c2c024
CL
83582016-08-19 Carl Love <cel@us.ibm.com>
8359
8360 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8361 maintaining separate logic for constructing the output path.
8362 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8363 * gdb.arch/ppc-dfp.exp: Likewise.
8364 * gdb.arch/ppc-fp.exp: Likewise.
8365 * gdb.arch/vsx-regs.exp: Likewise.
8366 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8367 binprefix for generating the additional binary files.
8368
0646e07d
PA
83692016-08-19 Pedro Alves <palves@redhat.com>
8370
8371 * gdb.trace/mi-trace-frame-collected.exp
8372 (test_trace_frame_collected): On x32, expect two registers.
8373
46da9242
CL
83742016-08-18 Carl Love <cel@us.ibm.com>
8375
8376 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8377 and sync up the test with tests in gas/testsuite/gas/ppc.
8378 * gdb.arch/powerpc-power.exp: Likewise.
8379
eb2332d7
SM
83802016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8381
8382 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8383 expected error message.
8384
63c61e04
SM
83852016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8386
8387 * gdb.multi/remove-inferiors.exp: New file.
8388 * gdb.multi/remove-inferiors.c: New file.
8389
7b17065f
YQ
83902016-08-12 Yao Qi <yao.qi@linaro.org>
8391
8392 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8393 argument list.
8394
01d3dedf
PA
83952016-08-10 Pedro Alves <palves@redhat.com>
8396
8397 PR gdb/19187
8398 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8399 setup_kfails.
8400
3eb7562a
PA
84012016-08-09 Pedro Alves <palves@redhat.com>
8402 Simon Marchi <simon.marchi@ericsson.com>
8403
8404 PR gdb/20418
8405 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8406 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8407
80614914
PA
84082016-08-09 Pedro Alves <palves@redhat.com>
8409
8410 PR mi/20431
8411 * gdb.mi/mi-cmd-error.exp: New file.
8412
f348d89a
PA
84132016-08-09 Pedro Alves <palves@redhat.com>
8414
8415 PR gdb/18653
8416 * gdb.base/signals-state-child.c: New file.
8417 * gdb.base/signals-state-child.exp: New file.
8418 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8419
e5ca03b4
PA
84202016-08-09 Pedro Alves <palves@redhat.com>
8421
8422 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8423
282a0691
TT
84242016-08-03 Tom Tromey <tom@tromey.com>
8425
8426 PR python/18565:
8427 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8428
41bfcd63
YQ
84292016-08-01 Yao Qi <yao.qi@linaro.org>
8430
8431 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8432 variable mode to "multi-process" if $multi_process is 1, otherwise
8433 set it to "single-process".
8434
e3465b24
YQ
84352016-08-01 Yao Qi <yao.qi@linaro.org>
8436
8437 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8438 * gdb.cp/cpexprs.exp: Likewise.
8439 * gdb.cp/m-static.exp: Likewise.
8440
0b31a4bc
TT
84412016-07-26 Tom Tromey <tom@tromey.com>
8442
8443 PR python/20190:
8444 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8445 test.
8446
e0461dbb
MM
84472016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8448
8449 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8450 selecting assembly source files.
8451 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8452 assembly source files.
8453 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8454 assembly source files.
8455 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8456 selecting assembly source files.
8457
8194e927
SM
84582016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8459
8460 * gdb.base/new-ui.exp (do_test_invalid_args): New
8461 procedure.
8462
c0272db5
TW
84632016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8464
8465 * gdb.btrace/reconnect.c: New file.
8466 * gdb.btrace/reconnect.exp: New file.
8467
e3487908
GKB
84682016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8469
8470 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8471 to test_catch_syscall_group.
8472 (test_catch_syscall_group): New.
8473
12df5c00
TT
84742016-07-21 Tom Tromey <tom@tromey.com>
8475
8476 * gdb.rust/simple.rs (main): Use empty struct expression.
8477 * gdb.rust/simple.exp: Add tests for empty struct expression.
8478
bae62ee2
YQ
84792016-07-21 Yao Qi <yao.qi@linaro.org>
8480
8481 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8482 if gdb_skip_xml_test is true on some targets.
8483
b1b53fb3
YQ
84842016-07-21 Yao Qi <yao.qi@linaro.org>
8485
8486 * gdb.server/solib-list.exp: Unset last_loaded_file.
8487
027d97f8
JK
84882016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8489
8490 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8491 "step into captured_main (args)".
8492
7674d381
JK
84932016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8494
8495 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8496
72b5d099
JK
84972016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8498
8499 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8500
1f960ced
PA
85012016-07-19 Pedro Alves <palves@redhat.com>
8502
8503 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8504 * gdb.opt/inline-bt.exp: Likewise.
8505 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8506 additional_flags=-Winline.
8507 * gdb.opt/inline-locals.exp: Likewise.
8508 * gdb.opt/inline-markers.c (ATTR): Define.
8509 (inlined_fn): Use it.
8510
f25827c1
YQ
85112016-07-19 Yao Qi <yao.qi@linaro.org>
8512
8513 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8514 (test_with_self): Remove some code. Remove argument executable.
8515 (top-level): Use do_self_tests.
8516
37539ebe
DB
85172016-07-15 Zachary Welch <zwelch@codesourcery.com>
8518 Don Breazeal <donb@codesourcery.com>
8519
8520 * gdb.base/maint.exp: Escape paths used in regular expressions.
8521 * gdb.stabs/weird.exp: Likewise.
8522
dac790e1
TT
85232016-07-13 Tom Tromey <tom@tromey.com>
8524
8525 PR python/15620, PR python/18620:
8526 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8527 (test_bkpt_events): New procs.
8528
93daf339
TT
85292016-07-13 Tom Tromey <tom@tromey.com>
8530
8531 PR python/17698:
8532 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8533 test.
8534 (test_watchpoints): Likewise.
8535 (test_bkpt_pending): New proc.
8536
6571a381
TT
85372016-07-13 Tom Tromey <tom@tromey.com>
8538
8539 PR cli/18053:
8540 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8541 completion test.
8542
e8732474
JK
85432016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8544
8545 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8546 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8547 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8548 f_label.
8549 (g): Rename g_end_lbl to g_label.
8550 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8551 low_pc and high_pc.
8552 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8553
e0f3fd7c
TT
85542016-07-12 Tom Tromey <tom@tromey.com>
8555
8556 PR python/19293:
8557 * gdb.python/py-unwind-maint.exp: Update tests.
8558
3cfe46b6
YQ
85592016-07-12 Yao Qi <yao.qi@linaro.org>
8560
8561 * lib/selftest-support.exp (selftest_setup): Match the output
8562 when captured_main is inlined.
8563
4f19a0e6
WT
85642016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8565
8566 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8567 New variables.
8568 (print this%a, print this%b, print this): New tests.
8569 * gdb.fortran/derived-types.f90 (this): New object and
8570 initialization.
8571
986cf455
SM
85722016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8573
8574 * gdb.ada/arraydim.exp: Remove extra directory level in build
8575 directory.
8576
f0464b23
SM
85772016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8578
8579 * lib/ada.exp: Remove extra directory level in build directory.
8580 * gdb.ada/cond_lang.exp: Likewise.
8581 * gdb.ada/exec_changed.exp: Likewise.
8582 * gdb.ada/lang_switch.exp: Likewise.
8583
42d94011
MG
85842016-07-06 Manish Goregaokar <manish@mozilla.com>
8585
2806dc7e
PA
8586 * simple.rs: Add test for raw pointer subscripting.
8587 * simple.exp: Add test expectations.
42d94011 8588
647c264c
YQ
85892016-07-05 Yao Qi <yao.qi@linaro.org>
8590
8591 * gdb.mi/mi-reverse.exp: Match =record-started output.
8592
20aa2c60
PA
85932016-07-01 Pedro Alves <palves@redhat.com>
8594
8595 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8596 procedure.
8597 (jit_reader_test): Test the jit reader's unwinder.
8598 * gdb.base/jithost.c (jit_function_00_code): New global.
8599 (main): Use memcpy to fill in the mmapped code, instead of poking
8600 bytes manually here.
8601 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8602 value.
8603 (read_debug_info): Save the function's range.
8604 (read_sp): New function.
8605 (unwind_frame): Use it. Also unwind RBP.
8606 (get_frame_id): Use read_sp.
8607 (gdb_init_reader): Use calloc instead of malloc.
8608 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8609 parameter. Use gdb_test_multiple.
8610
ced2dffb
PA
86112016-07-01 Pedro Alves <palves@redhat.com>
8612 Antoine Tremblay <antoine.tremblay@ericsson.com>
8613
8614 * gdb.threads/process-dies-while-detaching.c: New file.
8615 * gdb.threads/process-dies-while-detaching.exp: New file.
8616
63000888
PA
86172016-07-01 Pedro Alves <palves@redhat.com>
8618
8619 * gdb.multi/watchpoint-multi-exit.c: New file.
8620 * gdb.multi/watchpoint-multi-exit.exp: New file.
8621
038d4868
PA
86222016-06-30 Pedro Alves <palves@redhat.com>
8623
8624 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8625 unset inferior_spawn_id.
8626
994e9c83
PA
86272016-06-30 Pedro Alves <palves@redhat.com>
8628
8629 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8630 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8631
e5653468
YQ
86322016-06-29 Yao Qi <yao.qi@linaro.org>
8633
8634 * gdb.base/return.c: Add copyright header.
8635
803b47e5
TT
86362016-06-29 Tom Tromey <tom@tromey.com>
8637
8638 PR python/20129:
8639 * gdb.python/py-framefilter.exp: Add tests for setting priority
8640 and disabling of non-existent frame filter.
8641
28244707
YQ
86422016-06-29 Yao Qi <yao.qi@linaro.org>
8643
8644 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8645 0x0f07ff.
8646
a31d2f06
YQ
86472016-06-28 Yao Qi <yao.qi@linaro.org>
8648
8649 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8650 triplets. Start gdb, execute catch syscall, and continue. Check
8651 gdb's output to determine catch syscall is supported.
8652
921d8f54
MG
86532016-06-27 Manish Goregaokar <manish@mozilla.com>
8654
25d49b86
PA
8655 * gdb.rust/simple.rs: Add test for returning unit in a function.
8656 * gdb.rust/simple.exp: Add expectation for functions returning
8657 unit.
921d8f54 8658
f4952523
PMR
86592016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8660
8661 * gdb.python/py-breakpoint-create-fail.c,
8662 gdb.python/py-breakpoint-create-fail.exp,
8663 gdb.python/py-breakpoint-create-fail.py: New testcase.
8664
fccb08f8
MG
86652016-06-25 Manish Goregaokar <manish@mozilla.com>
8666
8667 PR gdb/20239
8668 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
8669 * gdb.rust/simple.exp: Add test expectations for new NonZero
8670 tests.
fccb08f8 8671
6b850546
DT
86722016-06-24 David Taylor <dtaylor@emc.com>
8673
8674 * gdb.base/offsets.exp: New file.
8675 * gdb.base/offsets.c: New file.
8676
17621150
TT
86772016-06-23 Tom Tromey <tom@tromey.com>
8678
8679 PR gdb/16483:
8680 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8681 before any filters are loaded.
8682
04d59df6
WT
86832016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8684
8685 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8686 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8687 structs.
8688 * gdb.fortran/derived-type-function.exp: New file.
8689 * gdb.fortran/derived-type-function.f90: New file.
8690
8691
ac69f786
PA
86922016-06-21 Pedro Alves <palves@redhat.com>
8693
8694 * gdb.base/new-ui.exp: New file.
8695 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8696 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8697 (with_spawn_id): New procedure.
8698
49940788
PA
86992016-06-21 Pedro Alves <palves@redhat.com>
8700
8701 * gdb.mi/mi-exec-run.exp: New file.
8702
ef274d26
PA
87032016-06-21 Pedro Alves <palves@redhat.com>
8704
8705 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8706 breakpoint command's output on the main UI.
8707 (test_break): New procedure, factored out from calls in the top
8708 level.
8709 (top level): Use foreach_with_prefix to test MI as main UI and as
8710 separate UI.
8711
468afe6c
PA
87122016-06-21 Pedro Alves <palves@redhat.com>
8713
8714 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8715 (test_awatch_creation_and_listing)
8716 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8717 Remove 'type' parameter.
8718 (test_watchpoint_all): New parameter mi_mode. Remove
8719 with_test_prefix.
8720 (top level): Use foreach_with_prefix, and add main/separate UI MI
8721 testing axis.
8722
51f77c37
PA
87232016-06-21 Pedro Alves <palves@redhat.com>
8724
8725 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8726 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8727 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8728 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8729 (gdb_main_spawn_id, mi_spawn_id): Declare and
8730 comment.
8731 (mi_create_inferior_pty): New procedure,
8732 factored out from default_mi_gdb_start.
8733 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8734 procedures.
8735 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8736 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8737 Use mi_create_inferior_pty.
8738 (mi_gdb_start): Use eval to pass down args list.
8739
8980e177
PA
87402016-06-21 Pedro Alves <palves@redhat.com>
8741
8742 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8743 * gdb.opt/inline-cmds.exp: Add MI tests.
8744
f38d3ad1
PA
87452016-06-21 Pedro Alves <palves@redhat.com>
8746
8747 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8748
45db7c09
PA
87492016-06-21 Pedro Alves <palves@redhat.com>
8750
8751 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8752 (top level): Use it instead of mi_execute_to.
8753
5a069ab3
PA
87542016-06-21 Pedro Alves <palves@redhat.com>
8755
8756 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8757 (cont_handler_str): New.
8758 (signal_stop_handler): Set stop_handler_str instead of printing to
8759 stdout.
8760 (continue_handler): Set cont_handler_str instead of printing to
8761 stdout.
8762 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8763 mi_send_resuming_command. Print stop_handler_str and
8764 cont_handler_str instead of expecting the python events print
8765 directly.
8766
2838cc1d
SD
87672016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8768
8769 * gdb.base/jit-reader.exp: New file.
8770 * gdb.base/jithost.c: New file.
8771 * gdb.base/jithost.h: New file.
8772 * gdb.base/jitreader.c : New file.
8773 * gdb.base/jit-protocol.h: New file.
8774
21a77091
YQ
87752016-06-17 Yao Qi <yao.qi@linaro.org>
8776
8777 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8778 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8779 and detach-on-fork. Adjust tests.
8780 (top level): Invoke break_cond_on_syscall with combinations of
8781 syscall, follow-fork-mode and detach-on-fork.
8782
f50bf8e5
YQ
87832016-06-17 Yao Qi <yao.qi@linaro.org>
8784
8785 * gdb.base/step-over-exit.c: New.
8786 * gdb.base/step-over-exit.exp: New.
8787
a28d8e50
YTL
87882016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8789
8790 * gdb.base/float.exp: Add target check for nds32*-*-*.
8791 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8792
cad8e26d
AB
87932016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8794
8795 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8796 for unsupported target features.
8797 * gdb.base/call-rt-st.exp: Likewise.
8798 * gdb.base/call-sc.exp: Likewise.
8799 * gdb.base/call-signal-resume.exp: Likewise.
8800 * gdb.base/call-strs.exp: Likewise.
8801 * gdb.base/callexit.exp: Likewise.
8802 * gdb.base/callfuncs.exp: Likewise.
8803 * gdb.base/nodebug.exp: Likewise.
8804 * gdb.base/printcmds.exp: Likewise.
8805 * gdb.base/ptype.exp: Likewise.
8806 * gdb.base/structs.exp: Likewise.
8807 * gdb.base/unwindonsignal.exp: Likewise.
8808 * gdb.cp/gdb2495.exp: Likewise.
8809 * gdb.cp/templates.exp: Likewise.
8810 * gdb.cp/virtfunc.exp: Likewise.
8811 * gdb.threads/hand-call-in-threads.exp: Likewise.
8812 * gdb.threads/interrupted-hand-call.exp: Likewise.
8813 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8814
347dc102
TT
88152016-06-10 Tom Tromey <tom@tromey.com>
8816
8817 PR rust/20110:
8818 * gdb.rust/expr.exp: Add test for integer constant larger than
8819 i32.
8820
5e13cf25
BH
88212016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8822
8823 * gdb.fortran/nested-funcs.exp: New.
8824 * gdb.fortran/nested-funcs.f90: New.
8825
bb556f1f
TK
88262016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8827
8828 * gdb.base/examine-backward.c: New file.
8829 * gdb.base/examine-backward.exp: New file.
8830
38b022b4
SM
88312016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8832
8833 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8834 matching.
8835
1b40ec05
TT
88362016-06-02 Tom Tromey <tom@tromey.com>
8837
8838 PR python/18984:
8839 * gdb.python/py-shared.exp: Add solib_name test.
8840
193bd378
SM
88412016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8842
8843 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8844
3326303b
MG
88452016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8846
8847 PR c++/19893
8848 * gdb.dwarf2/implref.exp: Rename to...
8849 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8850 * gdb.dwarf2/implref-array.c: New file.
8851 * gdb.dwarf2/implref-array.exp: Likewise.
8852 * gdb.dwarf2/implref-global.c: Likewise.
8853 * gdb.dwarf2/implref-global.exp: Likewise.
8854 * gdb.dwarf2/implref-struct.c: Likewise.
8855 * gdb.dwarf2/implref-struct.exp: Likewise.
8856
825c8ef2
AT
88572016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8858
8859 * gdb.trace/trace-condition.exp: Add 64bit tests.
8860
2320162a
AT
88612016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8862
8863 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8864 bits types.
8865 (main): Adapt to 8 to 64 bits types.
8866 * gdb.trace/trace-condition.exp: Add new tests.
8867
a7818233
AT
88682016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8869
8870 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8871
0d336466
AT
88722016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8873
8874 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8875 Move condition tests...
8876 * gdb.trace/trace-condition.exp: Here.
8877
7faeb45a
AT
88782016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8879
8880 * gdb.trace/trace-condition.exp: Add counter-case tests.
8881
e385593e
JK
88822016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8883
8884 PR c++/15231
8885 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8886 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8887
744608cc
PA
88882016-05-27 Pedro Alves <palves@redhat.com>
8889
8890 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8891 New procedure.
8892 (top level): Call it, and bail out of DejaGnu is known to be bad.
8893
ac775bf4
AB
88942016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8895
8896 * gdb.base/whatis.c: Extend the test case.
8897 * gdb.base/whatis.exp: Add additional tests.
8898
2bbad2ea
BH
88992016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8900
8901* gdb.fortran/type.f90: Add pointer variable.
8902* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8903
8b70175d
BH
89042016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8905
8906 * gdb.fortran/vla-type.exp: Fix testcase name.
8907
86d8a848
BH
89082016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8909
8910 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8911
e188eb36
BH
89122016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8913
8914 * gdb.fortran/type.f90: Add nested structures.
8915 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8916 * gdb.fortran/derived-type.exp: Adapt expected output.
8917 * gdb.fortran/vla-type.exp: Adapt expected output.
8918
9b2db1fd
BH
89192016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8920
8921 * gdb.fortran/whatis_type.exp: Adapt expected output.
8922
72b17055
BH
89232016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8924
8925 * gdb.fortran/print_type.exp: Fix expected output.
8926 * gdb.fortran/whatis_type.exp: Fix expected output.
8927
3cd81d8d
BH
89282016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8929
8930 * gdb.fortran/whatis_type.exp: Use multi_line.
8931
ddae9462
TT
89322016-05-24 Tom Tromey <tom@tromey.com>
8933
8934 PR python/17386:
8935 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8936 use value as an index.
8937
1957f6b8
TT
89382016-05-23 Tom Tromey <tom@tromey.com>
8939
8940 PR python/17981:
8941 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8942 no-breakpoint case.
8943
026a9174
PA
89442016-05-24 Pedro Alves <palves@redhat.com>
8945
8946 PR gdb/19828
8947 * gdb.threads/clone-attach-detach.c: New file.
8948 * gdb.threads/clone-attach-detach.exp: New file.
8949
e70a7231
FR
89502016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8951
8952 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8953
0f6ed0e0
TT
89542016-05-23 Tom Tromey <tom@tromey.com>
8955
8956 PR python/19438, PR python/18393:
8957 * gdb.python/py-progspace.exp: Add "dir" test.
8958 * gdb.python/py-objfile.exp: Add "dir" test.
8959
ffd19d61
YQ
89602016-05-23 Yao Qi <yao.qi@linaro.org>
8961
8962 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8963 * gdb.arch/thumb2-it.exp: Likewise.
8964
9e8f9b05
SM
89652016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8966
8967 * gdb.mi/mi-threads-interrupt.c: New file.
8968 * gdb.mi/mi-threads-interrupt.exp: New file.
8969
61c6156d
SM
89702016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8971
8972 PR gdb/18077
8973 * gdb.mi/mi-async-run.exp: New file.
8974 * gdb.mi/mi-async-run.c: New file.
8975
67218854
TT
89762016-05-17 Tom Tromey <tom@tromey.com>
8977 Manish Goregaokar <manishsmail@gmail.com>
8978
8979 * lib/rust-support.exp: New file.
8980 * lib/gdb.exp (skip_rust_tests): New proc.
8981 (build_executable_from_specs): Handle rust.
8982 * lib/future.exp (gdb_find_rustc): New proc.
8983 (gdb_default_target_compile): Handle rust.
8984 * gdb.rust/expr.exp: New file.
8985 * gdb.rust/generics.exp: New file.
8986 * gdb.rust/generics.rs: New file.
8987 * gdb.rust/methods.exp: New file.
8988 * gdb.rust/methods.rs: New file.
8989 * gdb.rust/modules.exp: New file.
8990 * gdb.rust/modules.rs: New file.
8991 * gdb.rust/simple.exp: New file.
8992 * gdb.rust/simple.rs: New file.
8993
c44af4eb
TT
89942016-05-17 Tom Tromey <tom@tromey.com>
8995
8996 * gdb.base/default.exp (set language): Add rust.
8997
dcd1f979
TT
89982016-05-17 Tom Tromey <tom@tromey.com>
8999
9000 * gdb.gdb/unittest.exp: New file.
9001
155b7f57
YQ
90022016-05-16 Yao Qi <yao.qi@linaro.org>
9003
9004 * gdb.base/batch-preserve-term-settings.exp: Remove variable
9005 shell_prompt. Update shell_prompt_re.
9006
8ddd5a6c
DE
90072016-05-12 Doug Evans <dje@google.com>
9008
9009 PR symtab/19999
9010 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9011 $options when building executable.
9012 * gdb.dwarf2/fission-loclists-pie.S: New file.
9013 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9014
02e370d9
SM
90152016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9016
9017 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9018 of [is_remote target],
9019
8929ad8b
SM
90202016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9021
9022 * lib/gdb.exp (use_gdb_stub): New procedure.
9023
6c447423
DE
90242016-05-03 Yunlian Jiang <yunlian@google.com>
9025 Doug Evans <dje@google.com>
9026
9027 PR symtab/19914
9028 * gdb.dwarf2/dwp-sepdebug.c: New file.
9029 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9030
444e826c
SM
90312016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9032
9033 * gdb.base/detach.exp: Remove is_remote check.
9034
740feeaa
SM
90352016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9036
9037 * gdb.base/annota-input-while-running.exp: Don't check for
9038 [is_remote target]. Enable annotations after running to main.
9039 Remove unused "set test..." line.
9040
9080ac9d
SM
90412016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9042
9043 * gdb.trace/trace-enable-disable.exp: New file.
9044 * gdb.trace/trace-enable-disable.c: New file.
9045
952ebca5
SM
90462016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9047
9048 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9049 use it in info sharedlibrary test.
9050 * gdb.trace/ftrace-lock.exp: Likewise.
9051 * gdb.trace/ftrace.exp: Likewise.
9052 * gdb.trace/range-stepping.exp: Likewise.
9053 * gdb.trace/trace-break.exp: Likewise.
9054 * gdb.trace/trace-condition.exp: Likewise.
9055 * gdb.trace/trace-mt.exp: Likewise.
9056
d9019901
SM
90572016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9058
9059 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9060 (gdb_load_shlib): ... this.
9061 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9062 gdb_load_shlib.
9063 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9064 * gdb.base/ctxobj.exp: Likewise.
9065 * gdb.base/dprintf-pending.exp: Likewise.
9066 * gdb.base/dso2dso.exp: Likewise.
9067 * gdb.base/fixsection.exp: Likewise.
9068 * gdb.base/gcore-relro.exp: Likewise.
9069 * gdb.base/gdb1555.exp: Likewise.
9070 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9071 * gdb.base/gnu-ifunc.exp: Likewise.
9072 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9073 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9074 * gdb.base/pending.exp: Likewise.
9075 * gdb.base/print-file-var.exp: Likewise.
9076 * gdb.base/print-symbol-loading.exp: Likewise.
9077 * gdb.base/shlib-call.exp: Likewise.
9078 * gdb.base/shreloc.exp: Likewise.
9079 * gdb.base/so-impl-ld.exp: Likewise.
9080 * gdb.base/solib-disc.exp: Likewise.
9081 * gdb.base/solib-nodir.exp: Likewise.
9082 * gdb.base/solib-overlap.exp: Likewise.
9083 * gdb.base/solib-symbol.exp: Likewise.
9084 * gdb.base/solib-weak.exp (do_test): Likewise.
9085 * gdb.base/sym-file.exp: Likewise.
9086 * gdb.base/symtab-search-order.exp: Likewise.
9087 * gdb.base/type-opaque.exp: Likewise.
9088 * gdb.base/unload.exp: Likewise.
9089 * gdb.base/watchpoint-solib.exp: Likewise.
9090 * gdb.compile/compile.exp: Likewise.
9091 * gdb.cp/gdb2384.exp: Likewise.
9092 * gdb.cp/infcall-dlopen.exp: Likewise.
9093 * gdb.cp/re-set-overloaded.exp: Likewise.
9094 * gdb.fortran/library-module.exp: Likewise.
9095 * gdb.opt/solib-intra-step.exp: Likewise.
9096 * gdb.python/py-finish-breakpoint.exp: Likewise.
9097 * gdb.python/py-shared.exp: Likewise.
9098 * gdb.reverse/solib-precsave.exp: Likewise.
9099 * gdb.reverse/solib-reverse.exp: Likewise.
9100 * gdb.server/solib-list.exp: Likewise.
9101 * gdb.threads/dlopen-libpthread.exp: Likewise.
9102 * gdb.threads/tls-shared.exp: Likewise.
9103 * gdb.threads/tls-so_extern.exp: Likewise.
9104 * gdb.trace/change-loc.exp: Likewise.
9105 * gdb.trace/ftrace-lock.exp: Likewise.
9106 * gdb.trace/ftrace.exp: Likewise.
9107 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9108 * gdb.trace/pending.exp: Likewise.
9109 * gdb.trace/range-stepping.exp: Likewise.
9110 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9111 (strace_info_marker): Likewise.
9112 (strace_probe_marker): Likewise.
9113 (strace_trace_on_same_addr): Likewise.
9114 (strace_trace_on_diff_addr): Likewise.
9115 * gdb.trace/trace-break.exp: Likewise.
9116 * gdb.trace/trace-condition.exp: Likewise.
9117 * gdb.trace/trace-mt.exp: Likewise.
9118
fca4cfd9
SM
91192016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9120
9121 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9122 result of gdb_remote_download.
9123 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9124 * gdb.base/dso2dso.exp: Likewise.
9125 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9126 * gdb.base/print-file-var.exp: Likewise.
9127 * gdb.base/shlib-call.exp: Likewise.
9128 * gdb.base/shreloc.exp: Likewise.
9129 * gdb.base/solib-overlap.exp: Likewise.
9130 * gdb.base/solib-weak.exp (do_test): Likewise.
9131 * gdb.base/unload.exp: Likewise.
9132
11cf4ffb
YQ
91332016-04-27 Yao Qi <yao.qi@linaro.org>
9134
9135 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9136 exists.
9137
3e2e34f8
KB
91382016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9139
9140 * vla-type.exp: Print structure from toplevel.
9141
8f07e298
BH
91422016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9143
9144 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9145 of dynamic types.
9146 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9147 of dynamic types.
9148
9920b434
BH
91492016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9150
9151 * gdb.fortran/vla-type.f90: New file.
9152 * gdb.fortran/vla-type.exp: New file.
9153
f3abeff5
YQ
91542016-04-25 Yao Qi <yao.qi@linaro.org>
9155
9156 * gdb.base/branch-to-self.c: New file.
9157 * gdb.base/branch-to-self.exp: New file.
9158
0a5d52f0
YQ
91592016-04-22 Yao Qi <yao.qi@linaro.org>
9160
9161 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9162 more after $hex.
9163
495346f6
YQ
91642016-04-22 Yao Qi <yao.qi@linaro.org>
9165
9166 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9167 * gdb.base/annota3.exp: Likewise.
9168
4a7e075c
YQ
91692016-04-22 Yao Qi <yao.qi@linaro.org>
9170
9171 * gdb.reverse/step-precsave.exp: Do one step and test program
9172 stops in "callee" and do multiple steps until program goes out
9173 of "callee".
9174 * gdb.reverse/step-reverse.exp: Likewise.
9175
5b061e98
YQ
91762016-04-22 Yao Qi <yao.qi@linaro.org>
9177
9178 * gdb.trace/signal.exp: Also pass if
9179 $tracepoint_hits($i) > $iterations.
9180
5c5dc57f
YQ
91812016-04-22 Yao Qi <yao.qi@linaro.org>
9182
9183 * gdb.trace/signal.c: New file.
9184 * gdb.trace/signal.exp: New file.
9185
a55411b9
DE
91862016-04-19 Doug Evans <xdje42@gmail.com>
9187
9188 * gdb.base/bad-file.exp: New file.
9189
a22df60a
MG
91902016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9191
9192 * gdb.dwarf2/implref.exp: New file.
9193
0c13f7e5
BH
91942016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9195
9196 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9197 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9198 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9199 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9200 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9201 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9202 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9203 * lib/fortran.exp (fortran_int4): New procedure.
9204 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9205 (fortran_logical4): Likewise.
9206
9b9b09e9
BH
92072016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9208
9209 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9210
a14d1f4d
BH
92112016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9212
9213 * lib/compiler.c: Add Intel specific preprocessor macros.
9214 * lib/compiler.cc: Likewise.
25d49b86 9215
7d49b1d0
LM
92162016-04-13 Luis Machado <lgustavo@codesourcery.com>
9217
9218 * gdb.server/connect-with-no-symbol-file.c: New file.
9219 * gdb.server/connect-with-no-symbol-file.exp: New file.
9220
8392fa22
SM
92212016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9222
9223 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9224
8c4c4aeb
SM
92252016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9226
9227 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9228 standard output directory.
9229
45e3745e
AT
92302016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9231
9232 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9233
e26b7e41
MM
92342016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9235
9236 * gdb.btrace/instruction_history.c (loop): Add declaration.
9237
8ce09462
AT
92382016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9239
9240 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9241
2e88a1ea
SM
92422016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9243
9244 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9245 parentheses to print.
9246 (continue_handler): Likewise.
9247
f48e22e3
SM
92482016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9249
9250 * gdb.server/solib-list.exp: Remove is_remote check.
9251 Pass shlib= to gdb_compile. Don't link shared library with
9252 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9253 Run binary filename through "readlink -f" on the target.
9254
096be756
PA
92552016-04-08 Pedro Alves <palves@redhat.com>
9256
9257 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9258 interpreter filename as argument to gdbserver_spawn.
9259 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9260 Return empty if $last_loaded_file does not exist.
9261
06500533
JK
92622016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9263
9264 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9265 * gdb.base/jit-main.c: Use exit after usage.
9266
2d35e871
JK
92672016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9268
9269 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9270 GDBHISTSIZE prior to the tests.
9271 * gdb.base/gdbinit-history.exp: Likewise.
9272
92732016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
9274
9275 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9276 instead of build_executable. Use gdb_load_shlibs.
9277
c8064e7e
YQ
92782016-04-07 Yao Qi <yao.qi@linaro.org>
9279
9280 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9281 Execute "si" command.
9282
bde47561
YQ
92832016-04-07 Yao Qi <yao.qi@linaro.org>
9284
9285 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9286 number instead of the comments on some line.
9287
b16f8a3b
DB
92882016-04-06 Don Breazeal <donb@codesourcery.com>
9289
9290 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9291 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9292
c2f901df
SM
92932016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9294
9295 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9296 standard_output_file. Remove unused binfile variable.
9297
ac17fda0
CU
92982016-04-05 Catalin Udma <catalin.udma@freescale.com>
9299
9300 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9301 * gdb.python/py-mi-objfile.exp: Match "list main" output
9302 in console format.
9303
03a8c4df
SM
93042016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9305
9306 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9307 absolute.
9308
6e774b13
SM
93092016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9310
9311 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9312 absolute.
9313 * gdb.trace/ftrace.exp: Likewise.
9314 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9315 targets as well.
9316 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9317 (gdb_load_shlibs): Copy libraries to test directory when testing
9318 natively. Only set solib-search-path if testing remotely.
9319 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9320
7817ea46
SM
93212016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9322
9323 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9324 gdb_download. Use it even if the target is not remote.
9325 * gdb.base/jit.exp (compile_jit_test): Likewise.
9326 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9327 output directory if the destination board is local, otherwise use
9328 the standard remote_download from DejaGnu.
9329 (gdb_download): Remove.
9330 (gdb_load_shlibs): Use gdb_remote_download instead of
9331 gdb_download.
9332 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9333 Use gdb_remote_download instead of gdb_download. Use it even if
9334 the target is not remote.
9335 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9336 instead of gdb_download.
9337
7beb7f68
SM
93382016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9339
9340 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9341 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9342 run.
9343
cc63428a
AV
93442016-04-01 Artemiy Volkov <artemiyv@acm.org>
9345
9346 PR gdb/19820
9347 * gdb.base/printcmds.exp: Add artificial arrays tests.
9348
64cdf930
PA
93492016-03-31 Pedro Alves <palves@redhat.com>
9350
9351 PR gdb/19858
9352 * gdb.base/jit-main.c: Include unistd.h.
9353 (ATTACH): Define to 0 if not already defined.
9354 (wait_for_gdb, mypid): New globals.
9355 (WAIT_FOR_GDB): New macro.
9356 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9357 some breakpoint locations.
9358 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9359 New procedures.
9360 (one_jit_test): Add REATTACH parameter, and handle it. Use
9361 continue_to_test_location.
9362 (top level): Test attach, and adjusts calls to one_jit_test.
9363
40dea8cb
PA
93642016-03-31 Pedro Alves <palves@redhat.com>
9365
9366 PR gdb/19858
9367 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9368 BINSUFFIX parameter, and handle it.
9369 (top level): Adjust calls compile_jit_test.
9370
e7ea3ec7
CU
93712016-03-31 Catalin Udma <catalin.udma@freescale.com>
9372
9373 PR python/19743
9374 * gdb.python/py-mi-events-gdb.py: New file.
9375 * gdb.python/py-mi-events.c: New file.
9376 * gdb.python/py-mi-events.exp: New file.
9377
e6359af3
YQ
93782016-03-30 Yao Qi <yao.qi@linaro.org>
9379
9380 * gdb.reverse/until-precsave.exp: Match function name only.
9381 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9382 Move malloc to a condition block.
9383 * gdb.reverse/until-reverse.exp: Match function name only.
9384
a4105d04
MK
93852016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9386
9387 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9388 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9389 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9390 variable for GPR 0 instead of assuming it is register 0.
9391 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9392 * lib/trace-support.exp: Add s390 registers.
9393
bfa6adb9
YQ
93942016-03-29 Yao Qi <yao.qi@linaro.org>
9395
9396 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9397
1e6697ea
YQ
93982016-03-24 Yao Qi <yao.qi@linaro.org>
9399
9400 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9401 test message.
9402
64bcd522
AA
94032016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9404
9405 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9406 maintaining separate logic for constructing the output path.
9407
7868401b
DB
94082016-03-16 Don Breazeal <donb@codesourcery.com>
9409
9410 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9411 Retry fork and waitpid on interrupted system call errors.
9412 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9413 Use with_timeout_factor to increase timeout by factor of 10.
9414
1cafadb4
DB
94152016-03-15 Don Breazeal <donb@codesourcery.com>
9416
9417 * gdb.cp/scope-err.cc: New test program.
9418 * gdb.cp/scope-err.exp: New test script.
9419 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9420 lines and "set breakpoint here" comment.
9421 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9422 Fixed some whitespace and format issues.
9423 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9424 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9425
81516450
DE
94262016-03-15 Doug Evans <dje@google.com>
9427
9428 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9429 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9430 All callers updated. Add tests for enums, mixed flags register.
9431
aa52b601
DE
94322016-03-15 Doug Evans <dje@google.com>
9433
9434 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9435 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9436
fa4ff313
SM
94372016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9438
9439 * gdb.base/default.exp: Add $_as_string to the list of expected
9440 convenience functions.
9441
f2403c39
AB
94422016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9443
9444 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9445
f2f3ccb9
SM
94462016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9447
9448 * gdb.python/py-as-string.exp: New file.
9449 * gdb.python/py-as-string.c: New file.
9450
00dbd492
PA
94512016-03-09 Pedro Alves <palves@redhat.com>
9452
9453 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9454 signal" -> "Thread NN received signal" output change.
9455 * gdb.threads/ia64-sigill.exp: Likewise.
9456 * gdb.threads/linux-dp.exp: Likewise.
9457 * gdb.threads/manythreads.exp: Likewise.
9458 * gdb.threads/pending-step.exp: Likewise.
9459 * gdb.threads/print-threads.exp: Likewise.
9460 * gdb.threads/sigstep-threads.exp: Likewise.
9461 * gdb.threads/staticthreads.exp: Likewise.
9462 * gdb.threads/tls.exp: Likewise.
9463
1e6697ea
YQ
94642016-03-09 Pedro Alves <palves@redhat.com>
9465
9466 * gdb.base/command-line-input.exp: New file.
9467
b04fd3be
MK
94682016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9469
9470 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9471 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9472 * gdb.trace/pending.exp: Accept leading dot before function name.
9473 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9474 * lib/trace-support.exp: Set registers for ppc.
9475
98fa59e9
MK
94762016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9477
9478 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9479 use it for disassembly; accept .main in addition to main in backtrace.
9480
f77198c8
MK
94812016-03-09 Wei-cheng Wang <cole945@gmail.com>
9482 Marcin Kościelnicki <koriakin@0x04.net>
9483
9484 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9485 (gdb_recursion_test_ptr): New global variable.
9486 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9487 gdb_recursion_test.
9488 (gdb_c_test): Ditto.
9489
ba84e0da
MK
94902016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9491
9492 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9493 ordering.
9494
4366d36e
MK
94952016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9496
9497 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9498 (bar): Add bar_start_lbl label.
9499 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9500 of foo/bar for emitting DWARF and tracing.
9501
5eb264df
SDJ
95022016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9503
9504 * analyze-racy-logs.py: Set executable bit.
9505
fb6a751f
SDJ
95062016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9507
9508 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9509 (CHECK_TARGET_TMP): Likewise.
9510 (check-single-racy): New rule.
9511 (check-parallel-racy): Likewise.
9512 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9513 (do-check-parallel-racy): New rule.
9514 (check-racy/%.exp): Likewise.
9515 * README (Racy testcases): New section.
9516 * analyze-racy-logs.py: New file.
9517
bdf7e230
DE
95182016-03-03 Doug Evans <dje@google.com>
9519
9520 * gdb.base/skip.exp: Use with_test_prefix.
9521
4719d415
YQ
95222016-03-03 Yao Qi <yao.qi@linaro.org>
9523
9524 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9525 Invoke step_over_syscall "clone" and break_cond_on_syscall
9526 "clone".
9527 * gdb.base/step-over-clone.c: New file.
9528
ea507862
YQ
95292016-03-03 Yao Qi <yao.qi@linaro.org>
9530
9531 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9532 code format.
9533
8fc8cbda
YQ
95342016-03-03 Yao Qi <yao.qi@linaro.org>
9535
9536 * gdb.base/disp-step-fork.c: Rename to ...
9537 * gdb.base/step-over-fork.c: ... it. New file.
9538 * gdb.base/disp-step-vfork.c: Rename to ...
9539 * gdb.base/step-over-vfork.c: ... it. New file.
9540 * gdb.base/disp-step-syscall.exp: Rename to ...
9541 * gdb.base/step-over-syscall.exp: ... it. New file.
9542 (disp_step_cross_syscall): Rename to ...
9543 (step_over_syscall): ... it.
9544
92fa70b0
YQ
95452016-03-03 Yao Qi <yao.qi@linaro.org>
9546
9547 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9548 If target supports condition evaluation on target, invoke
9549 break_cond_on_syscall for fork and vfork.
9550
e197ad3c
YQ
95512016-03-03 Yao Qi <yao.qi@linaro.org>
9552
9553 * gdb.base/disp-step-syscall.exp: Don't invoke
9554 support_displaced_stepping.
9555 (disp_step_cross_syscall): Test with displaced stepping off and
9556 on if supported.
9557
0b47da9f
YQ
95582016-03-03 Yao Qi <yao.qi@linaro.org>
9559
9560 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9561 proc.
9562 (setup): New proc.
9563 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9564 and setup.
9565
065ab6dc
BH
95662016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9567
9568 * gdb.fortran/vla-history.exp: Remove breakpoint.
9569
07e448ad 95702016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9571
25d49b86
PA
9572 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9573 exceeds timeout.
07e448ad 9574
9ac2d526 95752016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9576
25d49b86
PA
9577 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9578 breakpoint.
9ac2d526 9579
17807369
BH
95802016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9581
9582 * gdb.mi/vla.f90: Nullify pointer after declaration.
9583
86e501af
PA
95842016-03-01 Pedro Alves <palves@redhat.com>
9585
9586 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9587
1e903e32
PA
95882016-03-01 Pedro Alves <palves@redhat.com>
9589
9590 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9591 before anything else.
9592 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9593 _GNU_SOURCE here.
9594 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9595 before anything else.
9596 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9597
6ccb54e2
PA
95982016-03-01 Pedro Alves <palves@redhat.com>
9599
9600 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9601
30ca9da1
YQ
96022016-03-01 Yao Qi <yao.qi@linaro.org>
9603
9604 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9605 prepare_for_testing.
9606
dc856b38
YQ
96072016-03-01 Yao Qi <yao.qi@linaro.org>
9608
9609 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9610
4a932159
AA
96112016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9612
9613 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9614 manually constructing the output path.
9615
f2489477
AA
96162016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9617
9618 * gdb.arch/s390-stackless.S: New.
9619 * gdb.arch/s390-stackless.exp: New.
9620
38899f16
IB
96212016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9622
9623 * gdb.dlang/circular.c: New file.
9624 * gdb.dlang/circular.exp: New file.
9625
9fde51ed
YQ
96262016-02-26 Yao Qi <yao.qi@linaro.org>
9627
9628 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9629 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9630 (testcases): Update.
9631
ce90fefe
YQ
96322016-02-26 Yao Qi <yao.qi@linaro.org>
9633
9634 * gdb.reverse/aarch64.c: Rename to ...
9635 * gdb.reverse/insn-reverse.c: ... it.
9636 * gdb.reverse/aarch64.exp: Rename to ...
9637 * gdb.reverse/insn-reverse.exp: ... it.
9638
3263bceb
YQ
96392016-02-26 Yao Qi <yao.qi@linaro.org>
9640
9641 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9642 (testcase_ftype): New.
9643 (testcases): New array.
9644 (n_testcases): New.
9645 (main): Call each element in testcases.
9646 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9647 (read_testcase): New.
9648 Do the tests in a loop.
9649
6cb59ff1
YQ
96502016-02-25 Yao Qi <yao.qi@linaro.org>
9651
9652 * gdb.base/branches.c: Remove.
9653
ae91f625
MK
96542016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9655
9656 PR gdb/13808
9657 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9658
678b48b7
MK
96592016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9660
9661 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9662
7337a6f2
MK
96632016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9664
9665 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9666 change x86_64 call_insn to 'callq'.
9667
861ca91f
AT
96682016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9669
9670 * gdb.trace/tfile-avx.c: Move to...
9671 * gdb.trace/tracefile-pseudo-reg.c: Here.
9672 * gdb.trace/tfile-avx.exp: Move to...
9673 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9674
bf74e428
GB
96752016-02-24 Gary Benson <gbenson@redhat.com>
9676
9677 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9678 message on attach.
9679
cce0e923
DE
96802016-02-23 Doug Evans <dje@google.com>
9681
9682 * gdb.base/skip.c (test_skip): New function.
9683 (end_test_skip_file_and_function): New function.
9684 (test_skip_file_and_function): New function.
9685 * gdb.base/skip1.c (test_skip): New function.
9686 (skip1_test_skip_file_and_function): New function.
9687 * gdb.base/skip.exp: Add tests for new skip options.
9688 * gdb.base/skip-solib.exp: Update expected output.
9689 * gdb.perf/skip-command.cc: New file.
9690 * gdb.perf/skip-command.exp: New file.
9691 * gdb.perf/skip-command.py: New file.
9692
4000e47e
MK
96932016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9694
9695 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9696 info registers pattern.
9697
24f75ead
IB
96982016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9699
9700 * lib/future.exp: Add D support.
9701 (gdb_find_gdc): New proc.
9702 (gdb_default_target_compile): Add D support.
9703
fbb7bcbe
WW
97042016-02-18 Wei-cheng Wang <cole945@gmail.com>
9705
9706 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9707 user+system time.
9708 (trace_speed_test): Determine the iteration count for a time
9709 between 15..30 seconds.
9710
012b3a21
WT
97112016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9712
9713 * gdb.arch/i386-mpx-sigsegv.c: New file.
9714 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9715 * gdb.arch/i386-mpx-simple_segv.c: New file.
9716 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9717
2d5189bd
YQ
97182016-02-18 Yao Qi <yao.qi@linaro.org>
9719
9720 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9721 Don't call setup_kfail.
9722
40fb20d0
YQ
97232016-02-18 Yao Qi <yao.qi@linaro.org>
9724
9725 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9726 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9727
21b1f8d2
DE
97282016-02-16 Doug Evans <dje@google.com>
9729
9730 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9731 * gdb.base/skip1.c: Ditto.
9732 * gdb.base/skip.exp: Whitespace cleanup.
9733
4041ed77
DB
97342016-02-16 Don Breazeal <donb@codesourcery.com>
9735
9736 PR remote/19496
9737 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9738 Remove kfail for PR remote/19496.
9739
c4ef31bf
SM
97402016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9741
9742 * lib/gdb.exp (standard_temp_file): Return a path specific to
9743 the runtest invocation.
9744
266b65b3
SM
97452016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9746
9747 * gdb.trace/save-trace.exp: Change relative path to be in the
9748 standard output directory.
9749
a7a0a6a9
JK
97502016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9751
9752 * gdb.arch/i386-prologue.c: Add missing prototypes.
9753
c99dbb42
JK
97542016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9755
9756 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9757 * gdb.arch/i386-prologue.exp: Likewise.
9758 * gdb.arch/i386-size.exp: Likewise.
9759
aa480355
SM
97602016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9761
9762 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9763 define object file path.
9764 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9765 file path.
9766 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9767 standard_output_file to define binfile.
9768
ba881f50
JK
97692016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9770
9771 Fix compatibility with recent gfortran-5.3.1.
9772 * gdb.fortran/vla-history.exp (print vla1 allocated)
9773 (print vla2 allocated, print $2, print $3): Remove
9774 (print $4): Rename to ...
9775 (print $2): ... here.
9776 (print $9): Rename to ...
9777 (print $5): ... here.
9778 (print $10): Rename to ...
9779 (print $6): ... here.
9780 * gdb.fortran/vla.f90: Add pvla initialization.
9781
e9fb005c
JK
97822016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9783
9784 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9785 New test.
9786 * gdb.fortran/vla-value-sub.exp: Likewise.
9787
e44e00ff
MK
97882016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9789
9790 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9791
97e94151
SM
97922016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9793
9794 * i386-biarch-core.exp: Define corefile using
9795 standard_output_file.
9796
01113bc1
YQ
97972016-02-12 Yao Qi <yao.qi@linaro.org>
9798
9799 * gdb.arch/arm-single-step-kernel-helper.c: New.
9800 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9801
33b4777c
MM
98022016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9803
9804 * gdb.btrace/tailcall-only.exp: New.
9805 * gdb.btrace/tailcall-only.c: New.
9806 * gdb.btrace/x86_64-tailcall-only.S: New.
9807 * gdb.btrace/i686-tailcall-only.S: New.
9808
acc23c11
PA
98092016-02-11 Pedro Alves <palves@redhat.com>
9810
9811 * README (Parallel testing): Add missing double quotes.
9812
e352bf0a
PA
98132016-02-11 Pedro Alves <palves@redhat.com>
9814
9815 * README (Parallel testing): New section.
9816 (GDB_PARALLEL): Rewrite.
9817 (FORCE_PARALLEL): Document.
9818
9f5fed78
MK
98192016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9820
9821 * gdb.trace/tfile-avx.c: New test.
9822 * gdb.trace/tfile-avx.exp: New test.
9823
9ef9e6a6
KS
98242016-02-09 Keith Seitz <keiths@redhat.com>
9825
9826 PR breakpoints/19546
9827 * gdb.base/infcall-exec.c: New file.
9828 * gdb.base/infcall-exec2.c: New file.
9829 * gdb.base/infcall-exec.exp: New file.
9830
a96e36da
KS
98312016-02-09 Keith Seitz <keiths@redhat.com>
9832
9833 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9834 (toplevel): Call test_bkpt_address.
9835
9f61929f
KS
98362016-02-09 Keith Seitz <keiths@redhat.com>
9837
9838 PR python/19506
9839 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9840 (toplevel): Call test_bkpt_address.
9841
1e94266c
SM
98422016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9843
9844 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9845 to AC_OUTPUT.
9846 * configure: Regenerate.
9847
2a7f3dff
PA
98482016-02-09 Pedro Alves <palves@redhat.com>
9849
9850 PR breakpoints/19548
9851 * gdb.base/execl-update-breakpoints.c (some_function): New
9852 function.
9853 (main): Call it.
9854 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9855 Tighten expected GDB output.
9856
2151ccc5
SM
98572016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9858
9859 * Makefile.in (ALL_SUBDIRS): Remove.
9860 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9861 (distclean maintainer-clean realclean): Likewise.
9862 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9863 * configure: Regenerate.
9864 * gdb.ada/Makefile.in: Delete.
9865 * gdb.arch/Makefile.in: Likewise.
9866 * gdb.asm/Makefile.in: Likewise.
9867 * gdb.base/Makefile.in: Likewise.
9868 * gdb.btrace/Makefile.in: Likewise.
9869 * gdb.cell/Makefile.in: Likewise.
9870 * gdb.compile/Makefile.in: Likewise.
9871 * gdb.cp/Makefile.in: Likewise.
9872 * gdb.disasm/Makefile.in: Likewise.
9873 * gdb.dlang/Makefile.in: Likewise.
9874 * gdb.dwarf2/Makefile.in: Likewise.
9875 * gdb.fortran/Makefile.in: Likewise.
9876 * gdb.gdb/Makefile.in: Likewise.
9877 * gdb.go/Makefile.in: Likewise.
9878 * gdb.guile/Makefile.in: Likewise.
9879 * gdb.java/Makefile.in: Likewise.
9880 * gdb.linespec/Makefile.in: Likewise.
9881 * gdb.mi/Makefile.in: Likewise.
9882 * gdb.modula2/Makefile.in: Likewise.
9883 * gdb.multi/Makefile.in: Likewise.
9884 * gdb.objc/Makefile.in: Likewise.
9885 * gdb.opencl/Makefile.in: Likewise.
9886 * gdb.opt/Makefile.in: Likewise.
9887 * gdb.pascal/Makefile.in: Likewise.
9888 * gdb.perf/Makefile.in: Likewise.
9889 * gdb.python/Makefile.in: Likewise.
9890 * gdb.reverse/Makefile.in: Likewise.
9891 * gdb.server/Makefile.in: Likewise.
9892 * gdb.stabs/Makefile.in: Likewise.
9893 * gdb.threads/Makefile.in: Likewise.
9894 * gdb.trace/Makefile.in: Likewise.
9895 * gdb.xml/Makefile.in: Likewise.
9896 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9897 GDB_PARALLEL.
9898 (standard_output_file): Remove check for GDB_PARALLEL, always
9899 return path in outputs/$subdir/$testname.
9900
437277d4
SM
99012016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9902
9903 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9904 (site.exp): Assign abs_srcdir to tcl's srcdir.
9905
31d913c7
YQ
99062016-02-04 Yao Qi <yao.qi@linaro.org>
9907
9908 * gdb.base/foll-exec-mode.c: Include limits.h.
9909 (main): Add parameters argc and argv. Get directory from
9910 argv[0].
9911 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9912 compilation.
9913 * gdb.base/foll-exec.c: Include limits.h.
9914 (main): Add parameters argc and argv.
9915 Get directory from argv[0].
9916 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9917 Adjust tests on the number of lines as source code changed.
9918 * gdb.base/foll-vfork-exit.c: Include limits.h.
9919 (main): Add one line of statement before vfork.
9920 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9921 (main): Add parameters argc and argv. Get directory from
9922 argv[0].
9923 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9924 (setup_gdb): Set tbreak to skip some source lines.
9925 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9926 (main): Add parameters argc and argv. Get directory from
9927 argv[0].
9928 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9929 compilation.
9930 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9931 (main): Add parameters argc and argv. Get directory from
9932 argv[0].
9933 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9934 compilation.
9935
9482b9fb
DE
99362016-02-01 Doug Evans <dje@google.com>
9937
9938 * gdb.base/skip.exp: Clean up multiple references to same test name.
9939
6b2e4f10
PA
99402016-02-01 Pedro Alves <palves@redhat.com>
9941
ccb6afd6 9942 PR remote/19496
6b2e4f10
PA
9943 * gdb.threads/forking-threads-plus-breakpoint.exp
9944 (displaced_stepping_supported): New global.
9945 (probe_displaced_stepping_support): New procedure.
9946 (do_test): Add 'displaced' parameter, and use it.
9947 (top level): Check for displaced stepping support. Add displaced
9948 stepping on/off testing axis.
9949
37a8db1a
AB
99502016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9951
9952 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9953 pointer. Don't perform further tests on the unassociated pointer
9954 if the first test fails.
9955
5fdf6324
AB
99562016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9957
9958 * gdb.base/max-value-size.c: New file.
9959 * gdb.base/max-value-size.exp: New file.
9960 * gdb.base/huge.exp: Disable max-value-size for this test.
9961
935c6144
IB
99622016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9963
9964 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9965
7fe8399d
YQ
99662016-01-28 Yao Qi <yao.qi@linaro.org>
9967
9968 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9969
a2077e25
PA
99702016-01-25 Pedro Alves <palves@redhat.com>
9971
9972 PR threads/19461
9973 * gdb.base/fork-running-state.c: New file.
9974 * gdb.base/fork-running-state.exp: New file.
9975
1d2736d4
PA
99762016-01-25 Pedro Alves <palves@redhat.com>
9977
9978 PR gdb/19494
9979 * gdb.base/catch-fork-kill.c: New file.
9980 * gdb.base/catch-fork-kill.exp: New file.
9981
f1da4b11
PA
99822016-01-25 Pedro Alves <palves@redhat.com>
9983
9984 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9985 Delete, moved to lib/gdb.exp.
9986 * gdb.threads/forking-threads-plus-breakpoint.exp
9987 (foreach_with_prefix): Likewise.
9988 * gdb.threads/process-dies-while-handling-bp.exp
9989 (foreach_with_prefix): Likewise.
9990 * lib/gdb.exp (foreach_with_prefix): New procedure.
9991
45f38546
MK
99922016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9993
9994 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9995 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9996
dc29a1ce
MK
99972016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9998
9999 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
10000 endian targets.
10001
092127d7
JK
100022016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10003 Pedro Alves <palves@redhat.com>
10004
10005 Fix testsuite compatibility with Guile.
10006 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
10007 number.
10008
31d765d3
JK
100092016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10010
10011 Fix testsuite compatibility with Guile.
10012 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10013 (thread 1): New test for backtrace through signal handler.
10014
1ac78c04
YQ
100152016-01-22 Yao Qi <yao.qi@linaro.org>
10016
10017 PR testsuite/19491
10018 * gdb.base/multi-forks.c: Include
10019 ../lib/unbuffer_output.c
10020 (main): Call gdb_unbuffer_output.
10021
4f5946a8
DE
100222016-01-21 Doug Evans <dje@google.com>
10023
10024 * lib/ada.exp (gdb_compile_ada): Fix typo.
10025
305e13e6
JB
100262016-01-21 Joel Brobecker <brobecker@adacore.com>
10027
10028 * gdb.base/break-fun-addr.exp: New file.
10029 * gdb.base/break-fun-addr1.c: New file.
10030 * gdb.base/break-fun-addr2.c: New file.
10031
5f5dfff6
SM
100322016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10033
10034 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10035 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10036 enum flag values.
10037
fd356fa2
AA
100382016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10039
10040 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10041 when GDB can not set the vector return value. Add more comments
10042 for clarification.
10043
9df22175
AT
100442016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10045
10046 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10047 command.
10048
41d1845e
SM
100492016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10050
10051 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10052
01ac6840
SM
100532016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10054
10055 * Makefile.in (check-single): Pass --status to runtest.
10056 (check/%.exp): Likewise.
10057
100582016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10059
10060 * Makefile.in (check-parallel): Propagate return code from make
10061 do-check-parallel.
10062
bd0a71fa
MK
100632016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10064
10065 * gdb.trace/ftrace.exp: Fix expected message on continue.
10066 * gdb.trace/pending.exp: Fix expected message on continue.
10067 * gdb.trace/trace-break.exp: Fix expected message on continue.
10068
8bcbad33
SM
100692016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10070
10071 * lib/gdb.exp (gdb_test): Remove unused global references.
10072
f303dbd6
PA
100732016-01-18 Pedro Alves <palves@redhat.com>
10074
10075 * gdb.base/async-shell.exp: Adjust expected output.
10076 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10077 * gdb.base/siginfo-thread.exp: Adjust expected output.
10078 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10079 * gdb.java/jnpe.exp: Adjust expected output.
10080 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10081 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10082 * gdb.threads/leader-exit.exp: Adjust expected output.
10083 * gdb.threads/manythreads.exp: Adjust expected output.
10084 * gdb.threads/pthreads.exp: Adjust expected output.
10085 * gdb.threads/schedlock.exp: Adjust expected output.
10086 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10087 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10088 expected output.
10089 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10090 output.
10091 * gdb.threads/sigthread.exp: Adjust expected output.
10092 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10093
b2789696
YQ
100942016-01-18 Yao Qi <yao.qi@linaro.org>
10095
10096 * gdb.guile/scm-section-script.c: Replace @progbits with
10097 %progbits.
10098 * gdb.python/py-section-script.c: Likewise.
10099
71ef29a8
PA
101002016-01-15 Pedro Alves <palves@redhat.com>
10101
10102 * gdb.multi/tids.exp: Test star wildcard ranges.
10103
3f5b7598
PA
101042016-01-15 Pedro Alves <palves@redhat.com>
10105
10106 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10107 command from "thread apply" invocation.
10108 (thr_apply_info_thr_invalid): Default the expected output to the
10109 input tid list.
10110 (top level): Add tests that use convenience variables. Add tests
10111 for "thread apply" with a valid TID list, but missing the command.
10112
663f6d42
PA
101132016-01-13 Pedro Alves <palves@redhat.com>
10114
10115 * gdb.base/default.exp: Expect $_gthread as well.
10116 * gdb.multi/tids.exp: Test $_gthread.
10117 * gdb.threads/thread-specific.exp: Test $_gthread.
10118
c84f6bbf
PA
101192016-01-13 Pedro Alves <palves@redhat.com>
10120
10121 * gdb.multi/tids.exp: Test "info threads -gid".
10122
22a02324
PA
101232016-01-13 Pedro Alves <palves@redhat.com>
10124
10125 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10126 Breakpoint.thread.
10127 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10128
5d5658a1
PA
101292016-01-07 Pedro Alves <palves@redhat.com>
10130
10131 * gdb.base/break.exp: Adjust to output changes.
10132 * gdb.base/hbreak2.exp: Likewise.
10133 * gdb.base/sepdebug.exp: Likewise.
10134 * gdb.base/watch_thread_num.exp: Likewise.
10135 * gdb.linespec/keywords.exp: Likewise.
10136 * gdb.multi/info-threads.exp: Likewise.
10137 * gdb.threads/thread-find.exp: Likewise.
10138 * gdb.multi/tids.c: New file.
10139 * gdb.multi/tids.exp: New file.
10140
84654457
PA
101412016-01-13 Pedro Alves <palves@redhat.com>
10142
10143 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10144
e3940304
PA
101452016-01-13 Pedro Alves <palves@redhat.com>
10146
10147 * gdb.base/default.exp: Expect $_inferior as well.
10148 * gdb.multi/base.exp: Test $_inferior.
10149
a911d87a
PA
101502016-01-13 Pedro Alves <palves@redhat.com>
10151
10152 PR breakpoints/19388
10153 * gdb.base/catch-signal-siginfo-cond.c: New file.
10154 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10155
82075af2
JS
101562016-01-12 Josh Stone <jistone@redhat.com>
10157 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10158
10159 * gdb.base/catch-syscall.c (do_execve): New variable.
10160 (main): Conditionally trigger an execve.
10161 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10162 (test_catch_syscall_execve): New, check entry/return across execve.
10163 (do_syscall_tests): Call test_catch_syscall_execve.
10164
e46eeedd
PA
101652016-01-12 Pedro Alves <palves@redhat.com>
10166
10167 * gdb.base/random-signal.exp (do_test): New procedure, with body
10168 of testcase moved in.
10169
01d8c27e
JK
101702016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10171 Pedro Alves <palves@redhat.com>
10172
10173 * gdb.base/funcargs.exp (finish from indirectly called function):
10174 Reintroduce the case for 'First'.
10175
9a706302
JK
101762016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10177 Pedro Alves <palves@redhat.com>
10178
10179 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10180 (tcatch_vfork_then_child_follow_exec)
10181 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10182 identification.
10183
c0ecb95f
JK
101842016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10185
10186 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10187 and repeats to unlimited.
10188 * gdb.python/py-value.exp: Likewise.
10189 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10190 and repeats to unlimited.
10191
6cfc1fcb
JK
101922016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10193
10194 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10195 and reordering the functions.
10196 * gdb.multi/hangout.c: Likewise.
10197 * gdb.multi/hello.c: Likewise.
10198
582a1b00
SM
101992016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10200
10201 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10202 absolute.
10203 (SingleStatisticTestResult.report): Use dict.keys instead of
10204 dict.iterkeys.
10205
79bc59cb
PA
102062016-01-06 Pedro Alves <palves@redhat.com>
10207
10208 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10209
43368e1d
MM
102102016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10211
10212 * gdb.btrace/dlopen.exp: New.
10213 * gdb.btrace/dlopen.c: New.
10214 * gdb.btrace/dlopen-dso.c: New.
10215
79fad5b8
SL
102162015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10217
10218 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10219 PATTERN argument is optional.
10220
ab8314b3
JB
102212015-12-24 Joel Brobecker <brobecker@adacore.com>
10222
10223 * lib/ada.exp (target_compile_ada_from_dir): New function.
10224 (gdb_compile_ada): Reimplement avoiding the use of project files.
10225 * gdb.ada/gnat_ada.gpr: Delete.
10226 * gdb.ada/cond_lang.exp: Adjust test to make path before
10227 filename optional.
10228 * gdb.ada/small_reg_param.exp: Likewise.
10229
fe33faff
SM
102302015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10231
10232 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10233
6d265cb4
TP
102342015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10235
10236 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10237 case.
10238
10125099
SM
102392015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10240
10241 * gdb.base/break.exp: Remove dead code.
10242 * gdb.base/sepdebug.exp: Likewise.
10243
3ca22649
SM
102442015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10245
10246 * gdb.asm/asm-source.exp: Remove HP-UX references.
10247 * gdb.base/annota1.exp: Likewise.
10248 * gdb.base/annota3.exp: Likewise.
10249 * gdb.base/attach.exp: Likewise.
10250 * gdb.base/bigcore.exp: Likewise.
10251 * gdb.base/break.exp: Likewise.
10252 * gdb.base/call-ar-st.exp: Likewise.
10253 * gdb.base/callfuncs.exp: Likewise.
10254 * gdb.base/catch-fork-static.exp: Likewise.
10255 * gdb.base/display.exp: Likewise.
10256 * gdb.base/foll-exec-mode.exp: Likewise.
10257 * gdb.base/foll-exec.exp: Likewise.
10258 * gdb.base/foll-fork.exp: Likewise.
10259 * gdb.base/foll-vfork.exp: Likewise.
10260 * gdb.base/funcargs.exp: Likewise.
10261 * gdb.base/hbreak2.exp: Likewise.
10262 * gdb.base/inferior-died.exp: Likewise.
10263 * gdb.base/interrupt.exp: Likewise.
10264 * gdb.base/multi-forks.exp: Likewise.
10265 * gdb.base/nodebug.exp: Likewise.
10266 * gdb.base/sepdebug.exp: Likewise.
10267 * gdb.base/solib1.c: Likewise.
10268 * gdb.base/step-test.exp: Likewise.
10269 * gdb.mi/non-stop.c: Likewise.
10270 * gdb.mi/pthreads.c: Likewise.
10271 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10272 * gdb.threads/pthreads.c: Likewise.
10273 * gdb.threads/staticthreads.exp: Likewise.
10274 * lib/future.exp: Likewise.
10275 * lib/gdb.exp: Likewise.
10276 * gdb.base/so-indr-cl.c: Remove.
10277 * gdb.base/so-indr-cl.exp: Likewise.
10278 * gdb.base/solib.c: Likewise.
10279 * gdb.base/solib.exp: Likewise.
10280 * gdb.base/solib2.c: Likewise.
10281
b6304613
SM
102822015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10283
10284 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10285 * gdb.base/call-ar-st.exp: Likewise.
10286 * gdb.base/callfuncs.exp: Likewise.
10287 * gdb.base/condbreak.exp: Likewise.
10288 * gdb.base/constvars.exp: Likewise.
10289 * gdb.base/hbreak2.exp: Likewise.
10290 * gdb.base/langs.exp: Likewise.
10291 * gdb.base/list.exp: Likewise.
10292 * gdb.base/long_long.exp: Likewise.
10293 * gdb.base/ptype.exp: Likewise.
10294 * gdb.base/scope.exp: Likewise.
10295 * gdb.base/signals.exp: Likewise.
10296 * gdb.base/so-impl-ld.exp: Likewise.
10297 * gdb.base/varargs.exp: Likewise.
10298 * gdb.base/volatile.exp: Likewise.
10299 * gdb.base/whatis.exp: Likewise.
10300 * gdb.cp/cplusfuncs.exp: Likewise.
10301 * gdb.cp/inherit.exp: Likewise.
10302 * gdb.cp/local.exp: Likewise.
10303 * gdb.cp/member-ptr.exp: Likewise.
10304 * gdb.cp/method.exp: Likewise.
10305 * gdb.cp/overload.exp: Likewise.
10306 * gdb.cp/templates.exp: Likewise.
10307 * gdb.stabs/weird.exp: Likewise.
10308 * lib/compiler.c: Likewise.
10309 * lib/compiler.cc: Likewise.
10310 * lib/cp-support.exp: Likewise.
10311 * lib/gdb.exp: Likewise.
10312
bf401b07
SM
103132015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10314
10315 * configure.ac: Remove HP-UX case.
10316 * configure: Regenerate.
10317
aff9c0f8
SM
103182015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10319
10320 * lib/gdb.exp (gdb_compile): Add function doc.
10321
a6904d5a
PA
103222015-12-17 Pedro Alves <palves@redhat.com>
10323
10324 PR threads/19354
10325 * gdb.multi/info-threads.exp: New file.
10326
a22279dd
YQ
103272015-12-15 Yao Qi <yao.qi@linaro.org>
10328
10329 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10330 is aarch64*-*-*.
10331
0588c796
SL
103322015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10333
10334 * gdb.base/history-duplicates.exp: Skip if no readline support.
10335
5d978e17
SL
103362015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10337
10338 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10339
7e763b86
SL
103402015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10341
10342 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10343
87a3a92c
SL
103442015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10345
10346 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10347 ctrl-C if nointerrupts target property is set.
10348 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10349 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10350 * gdb.base/paginate-bg-execution.exp: Likewise.
10351 * gdb.base/paginate-execution-startup.exp: Likewise.
10352 * gdb.base/random-signal.exp: Likewise.
10353 * gdb.base/range-stepping.exp: Likewise.
10354 * gdb.cp/annota2.exp: Likewise.
10355 * gdb.cp/annota3.exp: Likewise.
10356 * gdb.gdb/selftest.exp: Likewise.
10357 * gdb.threads/continue-pending-status.exp: Likewise.
10358 * gdb.threads/leader-exit.exp: Likewise.
10359 * gdb.threads/manythreads.exp: Likewise.
10360 * gdb.threads/pthreads.exp: Likewise.
10361 * gdb.threads/schedlock.exp: Likewise.
10362 * gdb.threads/sigthread.exp: Likewise.
10363
a8f077dc
DB
103642015-12-11 Don Breazeal <donb@codesourcery.com>
10365
10366 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10367 remote.
10368 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10369 * gdb.base/foll-exec.exp (main): Enable for target remote.
10370 * gdb.base/foll-fork.exp (main): Likewise.
10371 * gdb.base/foll-vfork.exp (main): Likewise.
10372 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10373 (proc continue_to_exit_bp_loc): Use clean_restart.
10374 * gdb.base/pie-execl.exp (main): Disable for target remote.
10375 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10376 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10377 * gdb.threads/execl.exp (main): Likewise.
10378 * gdb.threads/fork-child-threads.exp (main): Likewise.
10379 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10380 remote.
10381 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10382 remote.
10383 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10384 pid.tid style ptids, instead of just tid.
10385 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10386 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10387 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10388 ptids, instead of just tid.
10389
3b2464a8
AB
103902015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10391
10392 * gdb.base/list.exp (test_list_forward): Add end of file error
10393 test.
10394 (test_repeat_list_command): Add end of file error test.
10395 (test_list_backwards): Add beginning of file error test.
10396
a0def019
AB
103972015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10398
10399 * gdb.base/list.exp (test_list_invalid_args): New function,
10400 defined, and called.
10401
5c000dff
AB
104022015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10403
10404 * gdb.base/list.exp (test_list): Make test names unique.
10405
f1637ebe
YQ
104062015-12-11 Yao Qi <yao.qi@linaro.org>
10407
10408 * gdb.base/coremaker2.c: Remove.
10409
36d6fc0a
PA
104102015-12-10 Pedro Alves <palves@redhat.com>
10411
10412 * gdb.multi/base.exp: Remove stale "spaces" references.
10413
762f7747
PA
104142015-12-10 Pedro Alves <palves@redhat.com>
10415
10416 * gdb.multi/base.exp: Don't use nowarnings.
10417 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10418 * gdb.multi/hangout.c: Include stdio.h.
10419 * gdb.multi/hello.c: Include stdlib.h.
10420 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10421 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10422 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10423
28d2bfb9
AB
104242015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10425
10426 * gdb.dwarf2/dw2-ranges-base.c: New file.
10427 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10428 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10429 support additional line table, and debug ranges generation.
10430 (Dwarf::ranges): New function, generate .debug_ranges.
10431 (Dwarf::lines): Support generating simple line table programs.
10432 (Dwarf::assemble): Initialise new namespace variables.
10433
5fc2beac
KB
104342015-12-09 Kevin Buettner <kevinb@redhat.com>
10435
10436 * gdb.base/async.exp (proc test_background): Add case for
10437 asynchronous execution not supported.
10438
1c35a88f
LM
104392015-12-09 Luis Machado <lgustavo@codesourcery.com>
10440
10441 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10442 format and change test names to make them unique.
10443
b593e3d9
RK
104442015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10445 Pedro Alves <pedro@redhat.com>
10446
10447 PR gdb/18702
10448 Add checking of floatformats setup on x86_64 hosts.
10449 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10450 (smallval, bigval): New labels/constants.
10451 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10452 float" after loading bigval and smallval.
10453
d72413e6
PMR
104542015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10455
10456 * gdb.ada/fun_overload_menu.exp: New testcase.
10457 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10458
ece66d65
JS
104592015-12-04 Josh Stone <jistone@redhat.com>
10460
10461 * gdb.base/catch-fork-static.exp: New.
10462
41d0efca
YQ
104632015-12-03 Yao Qi <yao.qi@linaro.org>
10464
10465 * gdb.base/sizeof.c: Don't include stdio.h and
10466 ../lib/unbuffer_output.c.
10467 (main): New variable 'size' and 'value'. Remove printf and
10468 gdb_unbuffer_output. Assign return value to size and value.
10469 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10470 at the beginning.
10471 (check_sizeof): Check the result by printing variable 'size'.
10472 (check_valueof): Check the result by printing variable 'value'.
10473
99fd02d9
YQ
104742015-12-01 Yao Qi <yao.qi@linaro.org>
10475
10476 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10477 for aarch64*-*-linux* target.
10478
f2faf941
PA
104792015-11-30 Pedro Alves <palves@redhat.com>
10480
10481 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10482
04bf20c5
PA
104832015-11-30 Pedro Alves <palves@redhat.com>
10484
10485 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10486 Handle non-stop mode vCont replies.
10487
09df4675
PA
104882015-11-30 Pedro Alves <palves@redhat.com>
10489
10490 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10491 prepare_for_testing. Start gdb with "set non-stop on" appended to
10492 GDBFLAGS. Lax expected stop output.
10493
58b584af
YQ
104942015-11-27 Yao Qi <yao.qi@linaro.org>
10495
10496 * gdb.arch/arm-neon.exp: New.
10497 * gdb.arch/arm-neon.c: New.
10498
dfcb77a8
YQ
104992015-11-27 Yao Qi <yao.qi@linaro.org>
10500
10501 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10502
88e8ec1b
YQ
105032015-11-27 Yao Qi <yao.qi@linaro.org>
10504
10505 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10506 frames-invalid annotation.
10507
bfde72c2
YQ
105082015-11-27 Yao Qi <yao.qi@linaro.org>
10509
10510 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10511
f6512a69
SM
105122015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10513
10514 * gdb.threads/names.exp: New file.
10515 * gdb.threads/names.c: New file.
10516 * README: Mention gdb,no_thread_names.
10517
46a3515b
MM
105182015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10519
10520 PR 19297
10521 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10522 support" error.
10523
62147a22
PA
105242015-11-24 Pedro Alves <palves@redhat.com>
10525
10526 PR 17539
10527 * gdb.base/display.exp: Expect displays to be sorted in ascending
10528 order. Use multi_line.
10529 * gdb.base/solib-display.exp: Likewise.
10530
2f341b6e
PA
105312015-11-24 Pedro Alves <palves@redhat.com>
10532
10533 PR 17539
25d49b86
PA
10534 * gdb.base/display.exp: Expect displays to be sorted in ascending
10535 order. Use multi_line.
10536 * gdb.base/solib-display.exp: Likewise.
2f341b6e 10537
7e0aa6aa
PA
105382015-11-24 Pedro Alves <palves@redhat.com>
10539
10540 PR 17539
10541 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10542 threads in ascending order.
10543 * gdb.base/foll-fork.exp: Likewise.
10544 * gdb.base/foll-vfork.exp: Likewise.
10545 * gdb.base/multi-forks.exp: Likewise.
10546 * gdb.mi/mi-nonstop.exp: Likewise.
10547 * gdb.mi/mi-nsintrall.exp: Likewise.
10548 * gdb.multi/base.exp: Likewise.
10549 * gdb.multi/multi-arch.exp: Likewise.
10550 * gdb.python/py-inferior.exp: Likewise.
10551 * gdb.threads/break-while-running.exp: Likewise.
10552 * gdb.threads/execl.exp: Likewise.
10553 * gdb.threads/gcore-thread.exp: Likewise.
10554 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10555 * gdb.threads/kill.exp: Likewise.
10556 * gdb.threads/linux-dp.exp: Likewise.
10557 * gdb.threads/multiple-step-overs.exp: Likewise.
10558 * gdb.threads/next-bp-other-thread.exp: Likewise.
10559 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10560 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10561 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10562 * gdb.threads/thread-find.exp: Likewise.
10563 * gdb.threads/tls.exp: Likewise.
10564 * lib/mi-support.exp (mi_reverse_list): Delete.
10565 (mi_check_thread_states): No longer reverse list.
10566
2cc57ad8
PA
105672015-11-24 Pedro Alves <palves@redhat.com>
10568
10569 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10570 use lowercase.
10571
c93e8391
SM
105722015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10573
10574 * gdb.trace/actions.c: Include trace-common.h.
10575 (main): Add a location for a fast tracepoint.
10576 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10577 the normal tracepoints.
10578 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10579
045ccf91
SM
105802015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10581
10582 * save-trace.exp: Factor out code to these...
10583 (gdb_save_tracepoints): New.
10584 (gdb_load_tracepoints): New.
10585 (do_save_load_test): New.
10586
5506f9f6
KB
105872015-11-23 Kevin Buettner <kevinb@redhat.com>
10588
10589 * gdb.base/asmlabel.exp: New test.
10590 * gdb.base/asmlabel.c: New test case.
10591
16c3b12f
JB
105922015-11-23 Joel Brobecker <brobecker@adacore.com>
10593
10594 * gdb.base/wrong_frame_bt_full-main.c: New file.
10595 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10596 * gdb.base/wrong_frame_bt_full.exp: New file.
10597
155bfbd3
JB
105982015-11-23 Joel Brobecker <brobecker@adacore.com>
10599
10600 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10601
bb097445
JM
106022015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10603
206853a0 10604 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
10605 pstate register when comparing registers values in
10606 sparc64-*-linux-gnu targets to avoid spurious differences.
10607
9c88ed8f
JM
106082015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10609
206853a0 10610 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 10611
96161e25
SL
106122015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10613
10614 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10615 as type argument to gdb_compile.
10616 * gdb.base/nested-subp2.exp: Likewise.
10617 * gdb.base/nested-subp3.exp: Likewise.
10618
340c2830
DV
106192015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10620
10621 * lib/dwarf.exp (_note): Fix left shift of negative value.
10622 * gdb.trace/trace-condition.exp: Likewise.
10623
c1862d0f
YQ
106242015-11-13 Yao Qi <yao.qi@linaro.org>
10625
10626 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10627 comments about d10v.
10628 (test_scalar_returns): Likewise.
10629 * gdb.base/d10v.ld: Remove.
10630 * gdb.base/overlays.exp: Remove the target triplet checking for
10631 d10v-*-*.
10632 * gdb.base/structs.exp (test_struct_returns): Remove the
10633 comments about d10v.
10634 (test_struct_calls): Likewise.
10635
77ae9c19
YQ
106362015-11-13 Yao Qi <yao.qi@linaro.org>
10637
10638 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10639 * gdb.base/gnu_vector.c: Don't include stdio.h.
10640 (main): Don't print res and call add_some_intvecs.
10641
430e004e
MK
106422015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10643
10644 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10645 macro.
10646 (func5): Removed.
10647 (func4): Use FAST_TRACEPOINT_LABEL.
10648 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10649 macro.
10650 (func): Removed.
10651 (thread_function): Use FAST_TRACEPOINT_LABEL.
10652 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10653 (func): Remove.
10654 (marker): Use FAST_TRACEPOINT_LABEL.
10655 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10656 (pendfunc1): Remove.
10657 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10658 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10659 (foo): Remove.
10660 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10661 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10662 macro.
10663 (func): Remove.
10664 (marker): Use FAST_TRACEPOINT_LABEL.
10665 * gdb.trace/trace-common.h: New header.
10666 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10667 macro.
10668 (func): Remove.
10669 (marker): Use FAST_TRACEPOINT_LABEL.
10670 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10671 (func): Remove.
10672 (thread_function): Use FAST_TRACEPOINT_LABEL.
10673
6e7675a7
MK
106742015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10675
10676 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10677 in front.
10678 * gdb.trace/change-loc.exp: Use global pcreg definition.
10679 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10680 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10681 in front.
10682 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10683 * gdb.trace/pending.exp: Likewise.
10684 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10685 * gdb.trace/trace-break.exp: Likewise.
10686 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10687 in front.
10688 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10689 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10690 in front.
10691 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10692
dddc0e16
JB
106932015-11-09 Joel Brobecker <brobecker@adacore.com>
10694
10695 * gdb.ada/fin_fun_out: New testcase.
10696
c6f0b406
KB
106972015-11-07 Kevin Buettner <kevinb@redhat.com>
10698
10699 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10700 value associated with DW_AT_byte_size.
10701 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10702 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10703 DW_AT_upper_bound.
10704
f01dcfd9
KB
107052015-11-07 Kevin Buettner <kevinb@redhat.com>
10706
10707 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10708 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10709 version.
10710 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10711 gdb.dwarf2/dw2-canonicalize-type.exp,
10712 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10713 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10714 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10715 provided by gdb_target_symbol_prefix_flags_asm.
10716 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10717 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10718 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10719 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10720 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10721 macros where needed). Use this macro for symbols which require
10722 the prefix provided by SYMBOL_PREFIX.
10723
2223449a
KB
107242015-11-05 Kevin Buettner <kevinb@redhat.com>
10725
10726 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10727 New procs.
10728 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10729 representing expressions, of more than one list element.
10730 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10731 to prepend linker symbol prefix to f.
10732 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10733 table_1 and table_2.
10734 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10735 Likewise, for f and g.
10736 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10737 for ptr.
10738 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10739 for main.
10740 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10741 table_1_ptr and table_2_ptr.
10742
6f2f1a3a
JK
107432015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10744 Joel Brobecker <brobecker@adacore.com>
10745
10746 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10747
566c56c9
MK
107482015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10749
10750 * gdb.reverse/s390-mvcle.c: New test.
10751 * gdb.reverse/s390-mvcle.exp: New file.
10752 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10753
d5f0636b
MK
107542015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10755
10756 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10757
7ad8b86c
MK
107582015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10759
10760 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10761 reaching marker2.
10762 * gdb.reverse/getresuid-reverse.exp: Likewise.
10763 * gdb.reverse/pipe-reverse.exp: Likewise.
10764 * gdb.reverse/readv-reverse.exp: Likewise.
10765 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10766 * gdb.reverse/time-reverse.exp: Likewise.
10767 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10768
4081c0f1
YQ
107692015-10-30 Yao Qi <yao.qi@linaro.org>
10770
10771 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10772 (empty_cycle): Remove.
10773 (main): Don't call empty_cycle. Don't use watch_count_done.
10774 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10775 empty_cycle. Rewrite the code counting HW watchpoints.
10776
452b4ba5
MK
107772015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10778
10779 * gdb.reverse/fstatat-reverse.c: New test.
10780 * gdb.reverse/fstatat-reverse.exp: New file.
10781 * gdb.reverse/getresuid-reverse.c: New test.
10782 * gdb.reverse/getresuid-reverse.exp: New file.
10783 * gdb.reverse/pipe-reverse.c: New test.
10784 * gdb.reverse/pipe-reverse.exp: New file.
10785 * gdb.reverse/readv-reverse.c: New test.
10786 * gdb.reverse/readv-reverse.exp: New file.
10787 * gdb.reverse/recvmsg-reverse.c: New test.
10788 * gdb.reverse/recvmsg-reverse.exp: New file.
10789 * gdb.reverse/time-reverse.c: New test.
10790 * gdb.reverse/time-reverse.exp: New file.
10791 * gdb.reverse/waitpid-reverse.c: New test.
10792 * gdb.reverse/waitpid-reverse.exp: New file.
10793
5e2e7507
JK
107942015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10795
10796 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10797
0fde2c53
DE
107982015-10-26 Doug Evans <dje@google.com>
10799
10800 PR symtab/17391
10801 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10802 * gdb.dwarf2/bad-regnum.c: New file.
10803 * gdb.dwarf2/bad-regnum.exp: New file.
10804
1a70ae97
DE
108052015-10-26 Doug Evans <dje@google.com>
10806
10807 PR python/18938
10808 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10809 file.
10810
27dc26ab
JK
108112015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10812
10813 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10814 for a change by "Mention language in compile error message".
10815
bed91f4d
SM
108162015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10817
10818 PR python/18073
10819 * gdb.python/py-type.c (C::a_method): New.
10820 (C::a_const_method): New.
10821 (C::a_static_method): New.
10822 (a_function): New.
10823 * gdb.python/py-type.exp (test_fields): Test getting fields
10824 from function and method.
10825
3f2f83dd
KB
108262015-10-21 Keven Boell <keven.boell@intel.com>
10827
10828 * gdb.fortran/vla-alloc-assoc.exp: New file.
10829 * gdb.fortran/vla-datatypes.exp: New file.
10830 * gdb.fortran/vla-datatypes.f90: New file.
10831 * gdb.fortran/vla-history.exp: New file.
10832 * gdb.fortran/vla-ptype-sub.exp: New file.
10833 * gdb.fortran/vla-ptype.exp: New file.
10834 * gdb.fortran/vla-sizeof.exp: New file.
10835 * gdb.fortran/vla-sub.f90: New file.
10836 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10837 * gdb.fortran/vla-value-sub-finish.exp: New file.
10838 * gdb.fortran/vla-value-sub.exp: New file.
10839 * gdb.fortran/vla-value.exp: New file.
10840 * gdb.fortran/vla-ptr-info.exp: New file.
10841 * gdb.mi/mi-vla-fortran.exp: New file.
10842 * gdb.mi/vla.f90: New file.
10843
27145d50
SL
108442015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10845
10846 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10847 of hardwired timeout value.
10848
5f3ff4f8
JK
108492015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10850 Pedro Alves <palves@redhat.com>
10851
10852 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10853 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10854
bfd09d20
JS
108552015-10-19 Josh Stone <jistone@redhat.com>
10856
10857 * gdb.base/catch-syscall.c: Include <sched.h>.
10858 (unknown_syscall): New variable.
10859 (main): Trigger a vfork and an unknown syscall.
10860 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10861 (unknown_syscall_number): Likewise.
10862 (check_call_to_syscall): Accept an optional syscall pattern.
10863 (check_return_from_syscall): Likewise.
10864 (check_continue): Likewise.
10865 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10866 (test_catch_syscall_skipping_return): New test toggling off 'catch
10867 syscall' to step over the syscall return, then toggling back on.
10868 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10869 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10870 (do_syscall_tests): Call test_catch_syscall_without_args and
10871 test_catch_syscall_mid_vfork.
10872 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10873 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10874
b32b93c6
AS
108752015-10-19 Andrew Stubbs <ams@codesourcery.com>
10876
10877 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10878 print g_vE): Add new pass patterns.
10879 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10880 print various symbol names for vptr fields.
10881
9d622bda
AB
108822015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10883
10884 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10885 results.
10886
0fd8ac1c
YQ
108872015-10-12 Yao Qi <yao.qi@linaro.org>
10888
10889 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10890
34240514
YQ
108912015-10-12 Yao Qi <yao.qi@linaro.org>
10892
10893 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10894 is aarch64*-*-linux*.
10895
8240f442
YQ
108962015-10-12 Yao Qi <yao.qi@linaro.org>
10897
10898 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10899 (can_relocate_bcond_true): ... it.
10900 (can_relocate_bcond_false): New function.
10901 (foo): Likewise.
10902 (can_relocate_bl): Likewise.
10903 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10904 can_relocate_bl.
10905
2520f728
PMR
109062015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10907
10908 * gdb.base/nested-addr.c: New file.
10909 * gdb.base/nested-addr.exp: New testcase.
10910
abcef95a
MM
109112015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10912
10913 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10914 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10915 its output. Ignore the output of "record goto begin" and instead
10916 check that GDB is replaying.
10917
145e3ddb
PA
109182015-10-09 Pedro Alves <palves@redhat.com>
10919
10920 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10921 (top level): Use it in the run with no args test.
10922
d5d8c4e1
IB
109232015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10924
10925 * gdb.dlang/properties.exp: New file.
10926
06e635ef
SL
109272015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10928
10929 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10930 whether or not address 0x1000 is mapped on the target.
10931
e019fd1d
SM
109322015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10933
10934 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10935 build.
10936
77ba2a67
MM
109372015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10938
10939 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10940 instruction-history test.
10941
c60eb31f
DE
109422015-09-28 Doug Evans <dje@google.com>
10943
10944 * gdb.base/gcore.c (array_func): Add reference to static_array.
10945
9a3c8263
SM
109462015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10947
10948 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10949 source line.
10950
9720e656
SL
109512015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10952
10953 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10954 short or char as base type.
10955
938d3bf2
SL
109562015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10957
10958 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10959 to allow any size enum.
10960
e6c2c623
PMR
109612015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10962
10963 * gdb.ada/array_ptr_renaming.exp: New testcase.
10964 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10965 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10966
06da0f77
PL
109672015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10968
10969 * gdb.trace/ftrace-lock.c: New file.
10970 * gdb.trace/ftrace-lock.exp: New file.
10971
4f51c22a
PL
109722015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10973
10974 * gdb.arch/insn-reloc.c: New file.
10975 * gdb.arch/ftrace-insn-reloc.exp: New file.
10976
7041adf4
PL
109772015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10978
10979 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10980 instruction.
10981 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10982 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10983 * gdb.trace/range-stepping.c: Likewise.
10984 * gdb.trace/trace-break.c: Likewise.
10985 * gdb.trace/trace-mt.c (thread_function): Likewise.
10986 * gdb.trace/ftrace.c (marker): Likewise.
10987 * gdb.trace/trace-condition.c (marker): Likewise.
10988 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10989 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10990 is_aarch64_target.
10991
015d2e7e
DE
109922015-09-18 Doug Evans <xdje42@gmail.com>
10993
10994 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10995 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10996
26b188a2
SL
109972015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10998
10999 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
11000 the breakpoint.
11001
79dc332b
SL
110022015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11003
11004 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
11005 the pending breakpoint. Remove timeout override for "Run till
11006 MI pending breakpoint on pendfunc3 on thread 2" test.
11007
f57929f2
SL
110082015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11009
11010 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11011 filename pattern.
11012
3f469b17
SL
110132015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11014
11015 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11016 in breakpoint filename pattern.
11017
515b89b3
SL
110182015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11019
7800dbe4
SL
11020 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11021
110222015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11023
515b89b3
SL
11024 * gdb.linespec/explicit.exp: Check for readline support for
11025 tab-completion tests. Fix obvious typo.
11026
d2939ba2
MM
110272015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11028
11029 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11030 and replay.
11031
cbb55fa7
MM
110322015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11033
11034 * gdb.btrace/non-stop.c: New.
11035 * gdb.btrace/non-stop.exp: New.
11036
43691ca1
PL
110372015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11038 Yao Qi <yao.qi@linaro.org>
11039
11040 * gdb.trace/trace-condition.c: New file.
11041 * gdb.trace/trace-condition.exp: New file.
11042
d78908cf
WW
110432015-09-16 Wei-cheng Wang <cole945@gmail.com>
11044
11045 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11046 for testing bytecode compilation.
11047
1ed415e2
PA
110482015-09-16 Pedro Alves <palves@redhat.com>
11049 Sandra Loosemore <sandra@codesourcery.com>
11050
11051 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11052 (SECONDS): Redefine.
11053 (main): Call pthread_kill and alarm early.
11054 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11055 support.
11056 (test): If the target can't hardware step and doesn't support
11057 displaced stepping, increase the timeout.
11058
d136eff5
PA
110592015-09-16 Pedro Alves <palves@redhat.com>
11060
11061 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11062 (enable_debug): New procedures.
11063 (test): Use them. Bail out if waiting for threads fails.
11064 (top level): Bail out if a test fails.
11065
991f019c
YQ
110662015-09-16 Yao Qi <yao.qi@linaro.org>
11067
11068 * gdb.asm/asm-source.exp: Set asm-arch for
11069 aarch64*-*-* target.
11070 * gdb.asm/aarch64.inc: New file.
11071
bfca584f
PMR
110722015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11073
11074 * gdb.ada/array_of_variable_length.exp: New testcase.
11075 * gdb.ada/array_of_variable_length/foo.adb: New file.
11076 * gdb.ada/array_of_variable_length/pck.adb: New file.
11077 * gdb.ada/array_of_variable_length/pck.ads: New file.
11078
b326e587
DE
110792015-09-15 Doug Evans <dje@google.com>
11080
11081 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11082 of function static local variable.
11083
5382cfab
PW
110842015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11085
11086 * gdb.threads/tls-so_extern.exp: New test file.
11087 * gdb.threads/tls-so_extern.c: New test file.
11088 * gdb.threads/tls-so_extern_main.c: New test file.
11089
141c5cc4
JK
110902015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11091
11092 * gdb.opt/solib-intra-step-lib.c: New file.
11093 * gdb.opt/solib-intra-step-main.c: New file.
11094 * gdb.opt/solib-intra-step.exp: New file.
11095
d15dcecd
PA
110962015-09-15 Pedro Alves <palves@redhat.com>
11097
11098 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11099 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11100
4c2f2a79
PA
111012015-09-14 Pedro Alves <palves@redhat.com>
11102
11103 * gdb.base/hook-stop-continue.c: Delete.
11104 * gdb.base/hook-stop-continue.exp: Delete.
11105 * gdb.base/hook-stop-frame.c: Delete.
11106 * gdb.base/hook-stop-frame.exp: Delete.
11107 * gdb.base/hook-stop.c: New file.
11108 * gdb.base/hook-stop.exp: New file.
11109
919e6dbe
PMR
111102015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11111
11112 * gdb.ada/access_to_packed_array.exp: New testcase.
11113 * gdb.ada/access_to_packed_array/foo.adb: New file.
11114 * gdb.ada/access_to_packed_array/pack.adb: New file.
11115 * gdb.ada/access_to_packed_array/pack.ads: New file.
11116
157280a4
MM
111172015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11118
11119 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11120 buffer size test.
11121
2fd33e94
DB
111222015-09-11 Don Breazeal <donb@codesourcery.com>
11123
11124 * gdb.base/foll-exec.c: Add copyright header. Fix
11125 formatting issues.
11126 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11127 (do_exec_tests): Use clean_restart in place of zap_session,
11128 and for test initialization. Fix formatting issues. Use
11129 fail in place of perror.
11130 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11131 an expect statement to match an expression with output from
11132 the program under debug.
11133 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11134 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11135 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11136 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11137 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11138
e70b6e8e
DE
111392015-09-09 Doug Evans <dje@google.com>
11140
11141 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11142
7a551a51
DE
111432015-09-09 Doug Evans <dje@google.com>
11144
11145 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11146
4c666f84
DE
111472015-09-09 Doug Evans <dje@google.com>
11148
11149 * gdb.base/savedregs.exp: Fix typo.
11150
243a9253
PA
111512015-09-09 Pedro Alves <palves@redhat.com>
11152
11153 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11154
c0fa8fbd
SL
111552015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11156
11157 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11158 command actually switches threads. Give up on remaining
11159 tests if target fails to stop at breakpoint.
11160
cd7c1778
PMR
111612015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11162
11163 * gdb.ada/funcall_char.exp: New testcase.
11164 * gdb.ada/funcall_char/foo.adb: New file.
11165
dc5c8746
PMR
111662015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11167
11168 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11169 expected outputs. Add two testcases for completing ambiguous
11170 functions.
11171 * gdb.ada/complete/aux_pck.adb: New file.
11172 * gdb.ada/complete/aux_pck.ads: New file.
11173 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11174 Ambiguous_Func functions.
11175 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11176 * gdb.ada/complete/pck.adb: Likewise.
11177
4e83a1e7
UW
111782015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11179
11180 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11181 failures to run the test program under GDB.
11182
8ce74153
LM
111832015-08-26 Luis Machado <lgustavo@codesourcery.com>
11184
11185 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11186 to C.
11187
e9756d52
PP
111882015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11189
11190 * gdb.base/run-after-attach.exp: New test file.
11191 * gdb.base/run-after-attach.c: New test file.
11192
8d37573b
DB
111932015-08-26 Don Breazeal <donb@codesourcery.com>
11194
11195 * gdb.base/foll-exec-2.c: New test program.
11196 * gdb.base/foll-exec-2.exp: New test.
11197
63e43d3a
PMR
111982015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11199
11200 * gdb.base/nested-subp1.exp: New file.
11201 * gdb.base/nested-subp1.c: New file.
11202 * gdb.base/nested-subp2.exp: New file.
11203 * gdb.base/nested-subp2.c: New file.
11204 * gdb.base/nested-subp3.exp: New file.
11205 * gdb.base/nested-subp3.c: New file.
11206
3d40fbb5
PA
112072015-08-24 Pedro Alves <palves@redhat.com>
11208
11209 * gdb.server/connect-without-multi-process.c: New file.
11210 * gdb.server/connect-without-multi-process.exp: New file.
11211
4422ac93
LM
112122015-08-24 Luis Machado <lgustavo@codesourcery.com>
11213
11214 * gdb.opt/inline-markers.c: Make z int.
11215
91dddb86
LM
112162015-08-24 Luis Machado <lgustavo@codesourcery.com>
11217
11218 * gdb.opt/inline-markers.c: Make z volatile.
11219
a48847ee
LM
112202015-08-24 Luis Machado <lgustavo@codesourcery.com>
11221
11222 * gdb.opt/inline-bt.c: New volatile global z.
11223 * gdb.opt/inline-cmds.c: Likewise.
11224 * gdb.opt/inline-locals.c: Likewise.
11225 * gdb.opt/inline-markers.c: New extern global z.
11226 (marker): Use z.
11227 (inline_fn): Likewise.
11228
0ebbc52b
PA
112292015-08-24 Pedro Alves <palves@redhat.com>
11230
11231 * config/m32r-stub.exp: Remove file.
11232 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11233 * gdb.base/call-rt-st.exp: Likewise.
11234 * gdb.base/call-strs.exp: Likewise.
11235 * gdb.base/default.exp: Remove references to h8300-*-hms and
11236 *-*-udi*.
11237 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11238
77c365df
AA
112392015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11240
11241 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11242 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11243 and "return" use KFAIL when GDB can not read/write the vector
11244 return value.
11245
4313b8c0
GB
112462015-08-21 Gary Benson <gbenson@redhat.com>
11247
11248 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11249
0e433b32
PA
112502015-08-20 Pedro Alves <palves@redhat.com>
11251
11252 * gdb.server/solib-list.exp: No longer expect an interior stop in
11253 non-stop mode.
11254
221e1a37
PA
112552015-08-20 Pedro Alves <palves@redhat.com>
11256
11257 * gdb.server/connect-stopped-target.c: New file.
11258 * gdb.server/connect-stopped-target.exp: New file.
11259
40e3ad0e
PA
112602015-08-20 Pedro Alves <palves@redhat.com>
11261
11262 * gdb.dwarf2/comp-unit-lang.exp: New file.
11263 * gdb.dwarf2/comp-unit-lang.c: New file.
11264
af39b327
PMR
112652015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11266
11267 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11268 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11269
7d45c7c3 112702015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 11271
7d45c7c3
KB
11272 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11273 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11274
4d6cceb4
DE
112752015-08-18 Doug Evans <dje@google.com>
11276 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11277
11278 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11279 skip_python_tests. New arg prompt_regexp.
11280 (skip_python_tests): New function.
11281 * lib/mi-support.exp (mi_skip_python_tests): New function.
11282 * gdb.python/py-mi-objfile-gdb.py: New file.
11283 * gdb.python/py-mi-objfile.c: New file.
11284 * gdb.python/py-mi-objfile.exp: New file.
11285
ad89c2aa
KS
112862015-08-17 Keith Seitz <keiths@redhat.com>
11287
11288 * gdb.linespec/explicit.exp: Move strace test from here ...
11289 * gdb.trace/strace.exp: ... to here.
11290
e3ae3c43
PP
112912015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11292
11293 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11294 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11295
604b2636
DE
112962015-08-14 Doug Evans <xdje42@gmail.com>
11297
11298 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11299 inferior before selecting a new file.
11300
6ff0ba5f
DE
113012015-08-14 Doug Evans <xdje42@gmail.com>
11302
11303 * gdb.mi/mi-disassemble.exp: Update.
11304 * gdb.base/disasm-optim.S: New file.
11305 * gdb.base/disasm-optim.c: New file.
11306 * gdb.base/disasm-optim.h: New file.
11307 * gdb.base/disasm-optim.exp: New file.
11308
9ca98f92
KS
113092015-08-14 Keith Seitz <keiths@redhat.com>
11310
11311 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11312 "evaluated-by".
11313
52bbc560
JB
113142015-08-13 Joel Brobecker <brobecker@adacore.com>
11315
11316 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11317
5d8c3ed3
PMR
113182015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11319
11320 * gdb.ada/fun_renaming.exp: New testcase.
11321 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11322 * gdb.ada/fun_renaming/pack.adb: New file.
11323 * gdb.ada/fun_renaming/pack.ads: New file.
11324
ea8812bc
KS
113252015-08-12 Keith Seitz <keiths@redhat.com>
11326
11327 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11328 gdb_get_line_number.
11329
4dafcdeb
JB
113302015-08-12 Joel Brobecker <brobecker@adacore.com>
11331
11332 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11333 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11334 gdb.base/dso2dso.exp: New files.
11335
5ba32597
SDJ
113362015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11337 Pedro Alves <palves@redhat.com>
11338 Keith Seitz <keiths@redhat.com>
11339
11340 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11341 GDBFLAGS.
11342
b6dafabf
PP
113432015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11344
11345 * gdb.base/gdbhistsize-history.exp
11346 (test_histsize_history_setting): Use save_vars.
11347 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11348 Use save_vars.
11349 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11350 * gdb.base/readline.exp: Use save_vars.
11351
abe8e607
PP
113522015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11353
11354 * lib/gdb.exp (save_vars): New proc.
11355
629500fa
KS
113562015-08-11 Keith Seitz <keiths@redhat.com>
11357
11358 * gdb.base/help.exp: Update help_breakpoint_text.
11359
eb8c4e2e
KS
113602015-08-11 Keith Seitz <keiths@redhat.com>
11361
11362 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11363 (at toplevel): Call test_explicit_breakpoints.
11364 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11365 breakpoints.
11366 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11367 breakpoint conditions, "-cond".
11368
87f0e720
KS
113692015-08-11 Keith Seitz <keiths@redhat.com>
11370
11371 * gdb.linespec/3explicit.c: New file.
11372 * gdb.linespec/cpexplicit.cc: New file.
11373 * gdb.linespec/cpexplicit.exp: New file.
11374 * gdb.linespec/explicit.c: New file.
11375 * gdb.linespec/explicit.exp: New file.
11376 * gdb.linespec/explicit2.c: New file.
11377 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11378 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11379 before using in the matching pattern.
11380 Clarify that `prefix' is a regular expression.
11381
f00aae0f
KS
113822015-08-11 Keith Seitz <keiths@redhat.com>
11383
11384 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11385 test.
11386 Add tests for missing ",FMT" and ",".
11387
e27852be
DE
113882015-08-10 Doug Evans <dje@google.com>
11389 Keith Seitz <keiths@redhat.com>
11390
11391 PR gdb/17960
11392 * gdb.base/completion.exp: Add location completer tests.
11393
7f03bd92
PA
113942015-08-07 Pedro Alves <palves@redhat.com>
11395
11396 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11397 tests here.
11398 (top level): Run do_test with and without displaced stepping.
11399
3fc8eb30
PA
114002015-08-07 Pedro Alves <palves@redhat.com>
11401
11402 * gdb.base/valgrind-disp-step.c: New file.
11403 * gdb.base/valgrind-disp-step.exp: New file.
11404
d4569d7b
PA
114052015-08-07 Pedro Alves <palves@redhat.com>
11406
11407 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11408 Delete function.
11409 (main): Add alarm. Run an infinite loop instead of calling
11410 wait_threads.
11411 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11412 comment.
11413 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11414 Delete function.
11415 (main): Add alarm. Run an infinite loop instead of calling
11416 wait_threads.
11417 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11418 comment.
11419
e1316e60
PA
114202015-08-07 Pedro Alves <palves@redhat.com>
11421
11422 * gdb.base/checkpoint-ns.exp: New file.
11423 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11424 standard_testfile.
11425
da8c46d2
MM
114262015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11427
11428 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11429 * gdb.btrace/instruction_history.exp: Update.
11430 * gdb.btrace/tsx.exp: New.
11431 * gdb.btrace/tsx.c: New.
11432
de1c2c52
PA
114332015-08-06 Pedro Alves <palves@redhat.com>
11434
11435 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11436 increase timeout.
11437 * gdb.reverse/until-precsave.exp: Bump timeouts.
11438
782e0bf4
PA
114392015-08-06 Pedro Alves <palves@redhat.com>
11440
11441 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11442
83e97ed0
PA
114432015-08-06 Pedro Alves <palves@redhat.com>
11444
11445 PR gdb/18749
11446 * gdb.threads/process-dies-while-handling-bp.c: New file.
11447 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11448
863d01bd
PA
114492015-08-06 Pedro Alves <palves@redhat.com>
11450
11451 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11452 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11453
0a39bb32
PA
114542015-08-05 Pedro Alves <palves@redhat.com>
11455
11456 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11457 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11458
ee2d2b10
SL
114592015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11460
11461 * gdb.base/bp-permanent.exp: Report test as unsupported if
11462 the target cannot stop at the permanent breakpoint.
11463
4e1bdb00
DE
114642015-08-03 Doug Evans <dje@google.com>
11465
11466 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11467 10000.
11468
3d338901
DE
114692015-08-03 Doug Evans <dje@google.com>
11470
11471 * Makefile.in (workers/%.worker, build-perf): New rule.
11472 (GDB_PERFTEST_MODE): New variable.
11473 (check-perf): Use it.
11474 (clean): Clean up gdb.perf parallel build subdirs.
11475 * lib/build-piece.exp: New file.
11476 * lib/gdb.exp (make_gdb_parallel_path): New function
11477 (standard_output_file, standard_temp_file): Call it.
11478 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11479 of $GDB_PARALLEL.
11480 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11481
af061d3e
DE
114822015-08-03 Doug Evans <dje@google.com>
11483
8e1afc81 11484 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
11485 (LOG_FILE_NAME): New global.
11486 (TextReporter.__init__): Initialize self.txt_sum.
11487 (TextReporter.report): Add support for multiple data-points.
11488 Move report to perftest.sum, put raw data in perftest.log.
11489 (TextReporter.start): Open sum and log files.
11490 (TextReporter.end): Close sum and log files.
8e1afc81
DE
11491 * gdb.perf/lib/perftest/testresult.py
11492 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 11493
2c8c5d37
PA
114942015-07-31 Pedro Alves <palves@redhat.com>
11495
11496 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11497 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11498 kill_wait_spawned_process instead of explicit "kill -9".
11499 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11500 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11501 kill_wait_spawned_process.
11502 * gdb.base/attach-twice.exp: Likewise.
11503 * gdb.base/attach.exp: Likewise.
11504 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11505 gdb_test_multiple.
11506 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11507 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11508 kill_wait_spawned_process.
11509 * gdb.base/valgrind-infcall.exp: Likewise.
11510 * gdb.multi/multi-attach.exp: Likewise.
11511 * gdb.python/py-prompt.exp: Likewise.
11512 * gdb.python/py-sync-interp.exp: Likewise.
11513 * gdb.server/ext-attach.exp: Likewise.
11514 * gdb.threads/attach-into-signal.exp (corefunc): Use
11515 spawn_wait_for_attach, spawn_id_get_pid and
11516 kill_wait_spawned_process.
11517 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11518 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11519 spawn_id_get_pid and kill_wait_spawned_process.
11520 * gdb.threads/attach-stopped.exp (corefunc): Use
11521 spawn_wait_for_attach, spawn_id_get_pid and
11522 kill_wait_spawned_process.
11523 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11524 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11525 kill_wait_spawned_process instead of explicit "kill -9".
11526 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11527 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11528 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11529 processes. Don't map cygwin/windows pids here. Now returns a
11530 spawn id list.
11531
032a0fca
SL
115322015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11533
11534 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11535 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11536 correct patch.
11537
61a934ca
SL
115382015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11539
11540 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11541
4bc4d428
SL
115422015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11543
11544 Reapply:
11545 2014-05-21 Mark Wielaard <mjw@redhat.com>
11546
11547 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11548
998d452a
PA
115492015-07-30 Pedro Alves <palves@redhat.com>
11550
11551 * linux-low.c (handle_extended_wait): Set the child's last
11552 reported status to TARGET_WAITKIND_STOPPED.
11553
69dde7dc
PA
115542015-07-30 Pedro Alves <palves@redhat.com>
11555
11556 PR threads/18600
11557 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11558 only shows inferior 1.
11559
4dd63d48
PA
115602015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11561 Pedro Alves <palves@redhat.com>
11562
11563 PR threads/18600
11564 * gdb.threads/fork-plus-threads.c: New file.
11565 * gdb.threads/fork-plus-threads.exp: New file.
11566
d618e4c5
PP
115672015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11568
11569 * gdb.base/batch-preserve-term-settings.exp
11570 (test_terminal_settings_preserved_after_cli_exit): Use
11571 send_quit_command.
11572
1eef6428
PA
115732015-07-29 Pedro Alves <palves@redhat.com>
11574 Don Breazeal <donb@codesourcery.com>
11575
11576 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11577 output from both inferior_spawn_id and gdb_spawn_id.
11578
7da5b897
SDJ
115792015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11580
11581 * gdb.threads/attach-into-signal.exp (corefunc): Use
11582 with_test_prefix on nested loops, uniquefying the test messages.
11583
dac804df
SDJ
115842015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11585
11586 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11587 commit.
11588
06265e53
PP
115892015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11590
11591 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11592 New proc.
11593 (test_terminal_settings_preserved_after_sigterm): New test.
11594
18206ca3
PP
115952015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11596
11597 * gdb.base/batch-preserve-term-settings.exp
11598 (test_terminal_settings_preserved_after_cli_exit): New test.
11599
90074d11
PP
116002015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11601
11602 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11603 manipulation of saved_gdbflags.
11604 (test_terminal_settings_preserved): Remove global declaration of
11605 the unused variable pagination_prompt. Remove manipulation of
11606 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11607 GDBFLAGS.
11608
eb1a7902
PA
116092015-07-29 Pedro Alves <palves@redhat.com>
11610
11611 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11612
8b75dd3b
PA
116132015-07-29 Pedro Alves <palves@redhat.com>
11614
11615 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11616 at the top.
11617
dedad4e3
PA
116182015-07-29 Pedro Alves <palves@redhat.com>
11619
11620 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11621 (main): Call gdb_unbuffer_output.
11622 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11623 (main): Call gdb_unbuffer_output.
11624 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11625 (main): Call gdb_unbuffer_output.
11626 * gdb.base/call-strs.exp: Adjust to step over the
11627 gdb_unbuffer_output call.
11628 * gdb.base/catch-gdb-caused-signals.c: Include
11629 "../lib/unbuffer_output.c".
11630 (main): Call gdb_unbuffer_output.
11631 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11632 (main): Call gdb_unbuffer_output.
11633 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11634 (main): Call gdb_unbuffer_output.
11635 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11636 (main): Call gdb_unbuffer_output.
11637 * gdb.base/shlib-call.exp: Adjust to step over the
11638 gdb_unbuffer_output call.
11639 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11640 (main): Call gdb_unbuffer_output.
11641 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11642 (main): Call gdb_unbuffer_output.
11643 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11644 (main): Rename to ...
11645 (test): ... this.
11646 (main): Reimplement.
11647 * gdb.base/varargs.exp: Run to test instead of to main.
11648 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11649 (main): Call gdb_unbuffer_output.
11650
58789a91
PA
116512015-07-29 Pedro Alves <palves@redhat.com>
11652
11653 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11654 factore out from mi_continue_dprintf. For call-style dprintfs,
11655 expect dprintf output out of $inferior_spawn_id.
11656 (mi_continue_dprintf): Use mi_expect_dprintf.
11657 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11658 (main): Call gdb_unbuffer_output.
11659
e8376742
PA
116602015-07-29 Pedro Alves <palves@redhat.com>
11661
11662 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11663 (default_mi_gdb_start): Set inferior_spawn_id instead of
11664 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11665 gdb_spawn_id.
11666 (mi_gdb_test): Always expect inferior output from both
11667 $inferior_spawn_id and $gdb_spawn_id.
11668
08280010
PA
116692015-07-29 Pedro Alves <palves@redhat.com>
11670
11671 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11672 send_inferior and $inferior_spawn_id.
11673
4d30e432
PA
116742015-07-29 Pedro Alves <palves@redhat.com>
11675
11676 * gdb.gdb/complaints.exp (test_initial_complaints)
11677 (test_serial_complaints, test_short_complaints): Use
11678 gdb_test_stdio.
11679 (test_empty_complaint): Handle $inferior_spawn_id !=
11680 $gdb_spawn_id.
11681
0d30a335
PA
116822015-07-29 Pedro Alves <palves@redhat.com>
11683
11684 * gdb.base/varargs.exp: Use gdb_test_stdio.
11685
39413b29
PA
116862015-07-29 Pedro Alves <palves@redhat.com>
11687
11688 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11689
7cb000a9
PA
116902015-07-29 Pedro Alves <palves@redhat.com>
11691
11692 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11693
d7b8ac82
PA
116942015-07-29 Pedro Alves <palves@redhat.com>
11695
11696 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11697 parameter into two new parameters, "inf_result" and "gdb_result".
11698 Expect inferior output and gdb output from $inferior_spawn_id and
11699 $gdb_spawn_id, respectively. Adjust all callers.
11700
789c3a0c
PA
117012015-07-29 Pedro Alves <palves@redhat.com>
11702
11703 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11704 of gdb_test_sequence.
11705
77e760c3
PA
117062015-07-29 Pedro Alves <palves@redhat.com>
11707
11708 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11709 (saw_spurious_output): Expect inferior output from
11710 $inferior_spawn_id. Use gdb_test_stdio.
11711
8396d2cd
PA
117122015-07-29 Pedro Alves <palves@redhat.com>
11713
11714 * gdb.base/dprintf.exp: Use standard_testfile. Change
11715 prepare_for_testing call.
11716 (srcfile): Don't set.
11717 (restart): New procedure.
11718 (test_dprintf): New procecure, use to continue over dprintfs.
11719 (test_call, test_agent): New procedures, tests moved here.
11720 Restart gdb and recreate dprintfs. Adjust expected output.
11721
2051d61f
PA
117222015-07-29 Pedro Alves <palves@redhat.com>
11723
11724 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11725
452397af
PA
117262015-07-29 Pedro Alves <palves@redhat.com>
11727
11728 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11729
8aed9555
PA
117302015-07-29 Pedro Alves <palves@redhat.com>
11731
11732 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11733 gdb_test_stdio.
11734
188a61b4
PA
117352015-07-29 Pedro Alves <palves@redhat.com>
11736
11737 * lib/gdb.exp (gdb_test_stdio): New procedure.
11738
12264a45
PA
117392015-07-29 Pedro Alves <palves@redhat.com>
11740
11741 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11742
23ffc893
PA
117432015-07-29 Pedro Alves <palves@redhat.com>
11744
11745 * gdb.base/call-signal-resume.exp: Remove check for
11746 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11747 * gdb.base/unwindonsignal.exp: Likewise.
11748 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11749 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11750
65566918
PA
117512015-07-29 Pedro Alves <palves@redhat.com>
11752
11753 * gdb.base/siginfo-addr.c (pass): New function.
11754 (handler): Call it iff si_addr is correct.
11755 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11756 Set a breakpoint at "pass" and continue to it.
11757
d60a9221
SDJ
117582015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11759
11760 * gdb.python/py-objfile.exp: Make some tests have unique names.
11761 * gdb.python/py-pp-registration.exp: Likewise.
11762
bde40b8f
PA
117632015-07-28 Pedro Alves <palves@redhat.com>
11764
11765 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11766
13e1dec8
SM
117672015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11768
11769 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11770
da33c9a7
SM
117712015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11772
11773 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11774
077836f7
PP
117752015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11776
11777 * gdb.base/gdb-sigterm-2.exp: New test.
11778
b8cc7b2e
DE
117792015-07-25 Doug Evans <xdje42@gmail.com>
11780
11781 Revert:
11782 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11783 (workers/%.worker, build-perf): New rule.
11784 (GDB_PERFTEST_MODE): New variable.
11785 (check-perf): Use it.
11786 (clean): Clean up gdb.perf parallel build subdirs.
11787 * lib/build-piece.exp: New file.
11788 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11789 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11790 name.
11791 (standard_temp_file): Ditto.
11792 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11793 of $GDB_PARALLEL.
11794
c8bd4544
DE
117952015-07-24 Doug Evans <dje@google.com>
11796
11797 * gdb.perf/lib/perftest/utils.py: New file.
11798 * gdb.perf/gm-hello.cc: New file.
11799 * gdb.perf/gm-pervasive-typedef.cc: New file.
11800 * gdb.perf/gm-pervasive-typedef.h: New file.
11801 * gdb.perf/gm-std.cc: New file.
11802 * gdb.perf/gm-std.h: New file.
11803 * gdb.perf/gm-use-cerr.cc: New file.
11804 * gdb.perf/gm-utils.h: New file.
11805 * gdb.perf/gmonster-null-lookup.py: New file.
11806 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11807 * gdb.perf/gmonster-print-cerr.py: New file.
11808 * gdb.perf/gmonster-ptype-string.py: New file.
11809 * gdb.perf/gmonster-runto-main.py: New file.
11810 * gdb.perf/gmonster-select-file.py: New file.
11811 * gdb.perf/gmonster1-null-lookup.exp: New file.
11812 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11813 * gdb.perf/gmonster1-print-cerr.exp: New file.
11814 * gdb.perf/gmonster1-ptype-string.exp: New file.
11815 * gdb.perf/gmonster1-runto-main.exp: New file.
11816 * gdb.perf/gmonster1-select-file.exp: New file.
11817 * gdb.perf/gmonster1.cc: New file.
11818 * gdb.perf/gmonster1.exp: New file.
11819 * gdb.perf/gmonster2-null-lookup.exp: New file.
11820 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11821 * gdb.perf/gmonster2-print-cerr.exp: New file.
11822 * gdb.perf/gmonster2-ptype-string.exp: New file.
11823 * gdb.perf/gmonster2-runto-main.exp: New file.
11824 * gdb.perf/gmonster2-select-file.exp: New file.
11825 * gdb.perf/gmonster2.cc: New file.
11826 * gdb.perf/gmonster2.exp: New file.
11827
6eab34f3
DE
118282015-07-24 Doug Evans <dje@google.com>
11829
11830 * gdb.perf/README: New file.
11831 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11832 * lib/gen-perf-test.exp: New file.
11833
63738bfd
DE
118342015-07-24 Doug Evans <dje@google.com>
11835
11836 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11837 (PerfTest::startup): New function.
11838 (PerfTest::run): Return result of calling body.
11839 (PerfTest::assemble): Rewrite.
11840 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11841 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11842 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11843 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11844 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11845
7b606f95
DE
118462015-07-24 Doug Evans <dje@google.com>
11847
11848 * lib/gdb.exp (clean_restart): Make executable optional.
11849
a97b16b8
DE
118502015-07-24 Doug Evans <dje@google.com>
11851
11852 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11853 compiler_info references.
11854 * gdb.cp/temargs.exp: Ditto.
11855 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11856 (get_compiler_info): Early exit if already computed. Set compiler_info
11857 to "unknown" if there was a problem.
11858 (test_compiler_info): Add function comment. Call get_compiler_info.
11859
35baa57f
DE
118602015-07-24 Doug Evans <dje@google.com>
11861
11862 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11863 (workers/%.worker, build-perf): New rule.
11864 (GDB_PERFTEST_MODE): New variable.
11865 (check-perf): Use it.
11866 (clean): Clean up gdb.perf parallel build subdirs.
11867 * lib/build-piece.exp: New file.
11868 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11869 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11870 name.
11871 (standard_temp_file): Ditto.
11872 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11873 of $GDB_PARALLEL.
11874
6ebea266
DE
118752015-07-24 Doug Evans <dje@google.com>
11876
11877 * lib/future.exp (gdb_default_target_compile): New option
11878 "early_flags".
11879 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11880 --as-needed.
11881
1e76a7e9
SDJ
118822015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11883
11884 * gdb.base/catch-syscall.exp: Call gdb_exit before
11885 gdb_skip_xml_test.
11886
5068630a
PA
118872015-07-24 Pedro Alves <palves@redhat.com>
11888
11889 * gdb.python/py-events.exp: Accept output between the stop event
11890 and the prompt.
11891 * gdb.python/py-evsignal.exp: Likewise.
11892 * gdb.python/py-evthreads.exp: Likewise.
11893
77598427
PA
118942015-07-24 Pedro Alves <palves@redhat.com>
11895
11896 PR gdb/18717
11897 * gdb.threads/non-ldr-exit.c: New file.
11898 * gdb.threads/non-ldr-exit.exp: New file.
11899
11e6c98f
YQ
119002015-07-24 Yao Qi <yao.qi@linaro.org>
11901
11902 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11903 restarting process.
11904
51aee833
YQ
119052015-07-24 Yao Qi <yao.qi@linaro.org>
11906
11907 * gdb.server/ext-restart.exp: New file.
11908
8cfe207c
YQ
119092015-07-24 Yao Qi <yao.qi@linaro.org>
11910
11911 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11912 argument options.
11913 * gdb.server/ext-wrapper.exp: New file.
11914
cc12ce38
DE
119152015-07-23 Doug Evans <dje@google.com>
11916
11917 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11918 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11919
d0d84780
PMR
119202015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11921
11922 * gdb.ada/var_arr_typedef.exp: New testcase.
11923 * gdb.ada/var_arr_typedef/pack.adb: New file.
11924 * gdb.ada/var_arr_typedef/pack.ads: New file.
11925 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11926
8b558f79
JB
119272015-07-20 Joel Brobecker <brobecker@adacore.com>
11928
11929 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11930
775a3298
JK
119312015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11932
11933 * gdb.arch/i386-biarch-core.exp: Replace istarget
11934 by "complete set gnutarget". Remove expectation for the "core-file"
11935 command.
11936
db1ff28b
JK
119372015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11938
11939 Revert the previous commit:
11940 Tests for validate symbol file using build-id.
11941
0a94970d
JK
119422015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11943
11944 Tests for validate symbol file using build-id.
11945 * gdb.base/solib-mismatch-lib.c: New file.
11946 * gdb.base/solib-mismatch-libmod.c: New file.
11947 * gdb.base/solib-mismatch.c: New file.
11948 * gdb.base/solib-mismatch.exp: New file.
11949
03346981
SL
119502015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11951
11952 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11953 nios2-*-linux*.
11954 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11955 * gdb.base/siginfo.exp: Likewise.
11956 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11957
42422cc7
PL
119582015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11959
11960 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11961 Move it to ...
11962 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11963 ... here.
11964 * gdb.trace/range-stepping.exp: Check that the target supports
11965 range stepping.
11966
cfa68bae
JK
119672015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11968
11969 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11970
8ffdba26
PA
119712015-07-14 Pedro Alves <palves@redhat.com>
11972
11973 * gdb.base/killed-outside.exp: New file.
11974 * gdb.base/killed-outside.c: New file.
11975
218a5a11
JK
119762015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11977
11978 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11979 (n at main): New.
11980 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11981
e03ed3c6
AA
119822015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11983
11984 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11985 infcall tests instead of setting up for KFAIL.
11986
485668e5
MM
119872015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11988
11989 * gdb.btrace/record_goto-step.exp: New.
11990
08464196
JK
119912015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11992
11993 PR compile/18484
11994 * gdb.compile/compile.c (struct struct_type): Add volatile to
11995 selffield's type.
11996 * gdb.compile/compile.exp
11997 (compile code struct_object.selffield = &struct_object): Skip further
11998 struct_object tests if this one xfails.
11999
bcf5c1d9
RC
120002015-07-08 Robert O'Callahan <robert@ocallahan.org>
12001
12002 PR exp/18617
12003 * gdb.trace/ax.exp: Add test.
12004
4931af25
YQ
120052015-07-07 Yao Qi <yao.qi@linaro.org>
12006
12007 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
12008 instead of istarget "aarch64*-*-*".
12009 * gdb.arch/aarch64-fp.exp: Likewise.
12010 * gdb.base/float.exp: Likewise.
12011 * gdb.reverse/aarch64.exp: Likewise.
12012 * lib/gdb.exp (is_aarch64_target): New proc.
12013
9fcf688e
YQ
120142015-07-07 Yao Qi <yao.qi@linaro.org>
12015
12016 * lib/gdb.exp (is_aarch32_target): New proc.
12017 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12018 instead of "istarget "arm*-*-*"".
12019 * gdb.arch/arm-disp-step.exp: Likewise.
12020 * gdb.arch/thumb-bx-pc.exp: Likewise.
12021 * gdb.arch/thumb-prologue.exp: Likewise.
12022 * gdb.arch/thumb-singlestep.exp: Likewise.
12023 * gdb.base/disp-step-syscall.exp: Likewise.
12024 * gdb.base/float.exp: Likewise.
12025
fbd8d50d
YQ
120262015-07-07 Yao Qi <yao.qi@linaro.org>
12027
12028 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12029 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12030
71be1fdc
YQ
120312015-07-07 Yao Qi <yao.qi@linaro.org>
12032
12033 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12034 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12035 if it exists.
12036 * gdb.multi/multi-arch.exp: Likewise.
12037
3e221d36
SM
120382015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12039
12040 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12041 print.
12042
d441430b
YQ
120432015-07-07 Yao Qi <yao.qi@linaro.org>
12044
12045 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12046
06f810bd
MG
120472015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12048
12049 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12050 '[' and ']' characters.
12051
5e61e7c0
IB
120522015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12053
12054 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12055
28bf096c
PA
120562015-06-29 Pedro Alves <palves@redhat.com>
12057
12058 PR threads/18127
12059 * gdb.threads/hand-call-new-thread.c: New file.
12060 * gdb.threads/hand-call-new-thread.c: New file.
12061
ee93cd5e
KS
120622015-06-26 Keith Seitz <keiths@redhat.com>
12063 Doug Evans <dje@google.com>
12064
12065 PR 16253
12066 * gdb.cp/var-tag-2.cc: New file.
12067 * gdb.cp/var-tag-3.cc: New file.
12068 * gdb.cp/var-tag-4.cc: New file.
12069 * gdb.cp/var-tag.cc: New file.
12070 * gdb.cp/var-tag.exp: New file.
12071
fc637f04
PP
120722015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12073
12074 * gdb.base/history-duplicates.exp: New test.
12075
2e52ae68
PP
120762015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12077
12078 * gdb.base/completion.exp: Test the completion of the "focus"
12079 command.
12080
6e22494e
JK
120812015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12082
12083 * gdb.arch/amd64-prologue-skip.S: New file.
12084 * gdb.arch/amd64-prologue-skip.exp: New file.
12085
bf7b9cd9
SM
120862015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12087
12088 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12089 is_address_zero_readable check.
12090
201e8dfd
PB
120912015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12092
12093 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12094 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12095
5cd867b4
YQ
120962015-06-24 Yao Qi <yao.qi@linaro.org>
12097
12098 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12099 linux targets.
12100
4d7be007
YQ
121012015-06-24 Yao Qi <yao.qi@linaro.org>
12102
12103 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12104 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12105 * gdb.base/siginfo-thread.exp: Likewise.
12106
07fcd301
YQ
121072015-06-22 Yao Qi <yao.qi@linaro.org>
12108
12109 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12110
52042a00
YQ
121112015-06-22 Yao Qi <yao.qi@linaro.org>
12112
12113 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12114 aarch64*-*-*.
12115 (skip_hw_watchpoint_tests): Likewise.
12116
74bd41ce
PP
121172015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12118
12119 * gdb.base/gdbinit-history.exp: Test the interaction between
12120 setting GDBHISTSIZE and setting the history size via .gdbinit.
12121
bc460514
PP
121222015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12123
12124 PR gdb/16999
12125 * gdb.base/gdbhistsize-history.exp: New test.
12126
b58c513b
PP
121272015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12128
12129 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12130 with GDBHISTSIZE.
12131 * gdb.base/readline.exp: Likewise.
12132
92046791
YQ
121332015-06-17 Yao Qi <yao.qi@linaro.org>
12134
12135 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12136 line.
12137
2093d2d3
PP
121382015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12139
12140 * gdb.base/gdbinit-history.exp: Add test case to check that
12141 an unlimited history file does not get truncated on exit.
12142
e6c693af
AA
121432015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12144
12145 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12146 (VECTOR): New macro. Use it...
12147 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12148 ...for these typedefs.
12149 (int8, char1, int1, double1): New typedefs.
12150 (struct just_int2, struct two_int2): New structures.
12151 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12152 (add_structvecs, add_singlevecs): New functions.
12153 (main): Call add_some_intvecs twice.
12154 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12155 the compile and exit upon failure. Try compiling for the "native"
12156 architecture. Test inferior function calls with vector arguments
12157 and vector return value handling with "finish" and "return".
12158
c74f7d1c
JT
121592015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12160
12161 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12162 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12163 PE file.
12164 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12165
98aa42ee
AT
121662015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12167
12168 PR breakpoints/16465
12169 * gdb.mi/mi-dprintf-pending.c: New file.
12170 * gdb.mi/mi-dprintf-pending.exp: New test.
12171 * gdb.mi/mi-dprintf-pendshr.c: New file.
12172
7d73c23c 121732015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 12174 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
12175
12176 * gdb.arch/i386-mpx-map.c: New file.
12177 * gdb.arch/i386-mpx-map.exp: New File.
12178
121792015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12180
12181 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12182 * gdb.arch/i386-mpx.exp: Indentation fixed.
12183
121842015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12185
12186 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12187 function and improved indentation.
12188 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12189 gdb_test_multiple. Added additional tests to skip the test.
12190
121912015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12192
12193 * gdb.arch/i386-avx512.c: Change path in include file.
12194 * gdb.arch/i386-avx512.exp: Change include dir path
12195 compilation flag.
12196 * gdb.arch/i386-mpx.c: Change path in include file.
12197 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12198 flag.
12199
d5eba19a
JK
122002015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12201
12202 * gdb.compile/compile-print.exp (compile print *vararray@3)
12203 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12204
7f361056
JK
122052015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12206
12207 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12208 (do not keep jit in memory): ... this.
12209 (expect 5): Change it to ...
12210 (expect no 5): ... this.
12211
3b462ec2
SM
122122015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12213
12214 PR gdb/15564
12215 * gdb.mi/mi-detach.exp: New file.
12216
e0619de6
JK
122172015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12218
12219 PR symtab/18392
12220 * gdb.arch/amd64-tailcall-self.S: New file.
12221 * gdb.arch/amd64-tailcall-self.c: New file.
12222 * gdb.arch/amd64-tailcall-self.exp: New file.
12223
e970cb34
DB
122242015-05-28 Don Breazeal <donb@codesourcery.com>
12225
12226 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12227 tests for remote targets by checking is_target_gdbserver.
12228
b2e2f908
DE
122292015-05-27 Doug Evans <dje@google.com>
12230
12231 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12232 * gdb.dwarf2/opaque-type-lookup.c: New file.
12233 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12234
82c7be31
DE
122352015-05-26 Doug Evans <dje@google.com>
12236
12237 * gdb.cp/iostream.cc: New file.
12238 * gdb.cp/iostream.exp: New file.
12239
b4f54984
DE
122402015-05-26 Doug Evans <dje@google.com>
12241
12242 * gdb.dwarf2/dw2-op-call.exp: Update.
12243 * gdb.dwarf2/dw4-sig-types.exp: Update.
12244 * gdb.dwarf2/implptr.exp: Update.
12245 * gdb.mi/mi-cmd-param-changed.exp: Update.
12246
4ea6efe9
DE
122472015-05-26 Doug Evans <dje@google.com>
12248
12249 * gdb.python/py-lazy-string.c: New file.
12250 * gdb.python/py-lazy-string.exp: New file.
12251 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12252 (main): Update. Add estring3.
12253 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12254 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12255
f6bb7db3
YQ
122562015-05-26 Omair Javaid <omair.javaid@linaro.org>
12257 Yao Qi <yao.qi@linaro.org>
12258
12259 * gdb.reverse/aarch64.c: New.
12260 * gdb.reverse/aarch64.exp: New.
12261
a81bfbd0
OJ
122622015-05-26 Omair Javaid <omair.javaid@linaro.org>
12263
25d49b86
PA
12264 * lib/gdb.exp (supports_process_record): Return true for
12265 aarch64*-linux*.
a81bfbd0
OJ
12266 (supports_reverse): Likewise.
12267
158bf1b4
PP
122682015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12269
12270 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12271 Use with_test_prefix.
12272
a0145030
AB
122732015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12274
12275 * gdb.base/completion.exp: Add test for completion of layout
12276 names.
12277
ebe3b578
AB
122782015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12279
12280 * lib/gdb.exp (skip_tui_tests): New proc.
12281 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12282
84204ed7
PA
122832015-05-19 Pedro Alves <palves@redhat.com>
12284
12285 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12286 Save the whole env array instead of just HOME. Unset HISTSIZE in
12287 the environment while testing. Restore whole environment
12288 afterwards.
12289
37442ce1
DE
122902015-05-16 Doug Evans <xdje42@gmail.com>
12291
12292 * gdb.guile/scm-ports.c: New file.
12293 * gdb.guile/scm-ports.exp: Add memory port tests.
12294
36de76f9
JK
122952015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12296
12297 * gdb.compile/compile-print.c: New file.
12298 * gdb.compile/compile-print.exp: New file.
12299
3a9558c4
JK
123002015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12301
12302 * gdb.compile/compile-ops.exp: Cast param to void.
12303 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12304 (compile code struct_object.selffield = &struct_object): Add xfail.
12305
aa715135
JG
123062015-05-15 Joel Brobecker <brobecker@adacore.com>
12307
12308 * gdb.ada/arr_enum_with_gap: New testcase.
12309
931e5bc3
JG
123102015-05-15 Joel Brobecker <brobecker@adacore.com>
12311
12312 * gdb.ada/byte_packed_arr: New testcase.
12313
9cd4d857
JB
123142015-05-15 Joel Brobecker <brobecker@adacore.com>
12315
12316 * gdb.ada/pckd_neg: New testcase.
12317
ebfd00d2
PP
123182015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12319
12320 PR gdb/17820
12321 * gdb.base/gdbinit-history.exp: New test.
12322 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12323 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12324
4c082a81
SC
123252015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12326
12327 * gdb.python/py-xmethods.cc: Enhance test case.
12328 * gdb.python/py-xmethods.exp: New tests.
12329 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12330 function.
12331 (B_indexoper): Likewise.
12332 (global_dm_list) : Add new xmethod worker functions.
12333
f7797074
SDJ
123342015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12335
12336 * gdb.base/coredump-filter.exp: Correctly unset
12337 "coredump_var_addr" array.
12338
a4674e4e
PA
123392015-05-08 Pedro Alves <palves@redhat.com>
12340
12341 * gdb.server/non-existing-program.exp: Unset spawn_id.
12342
df2eb078
SC
123432015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12344
12345 PR python/18291
12346 * gdb.python/py-xmethods.exp: Add tests.
12347
422349a3
YQ
123482015-05-08 Yao Qi <yao.qi@linaro.org>
12349
12350 PR gdb/18208
12351 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12352 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12353 function set_coredump_filter, and remove remote_exec call.
12354 Remove argument ipid. Callers update.
12355 (top level): Don't get inferior's PID.
12356
63fc80ce
AA
123572015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12358
12359 * gdb.base/watch_thread_num.exp: Skip test on targets without
12360 access watchpoints.
12361
80ad801e
PA
123622015-05-06 Pedro Alves <palves@redhat.com>
12363
12364 PR server/18081
12365 * gdb.server/non-existing-program.exp: New file.
12366
0fa7fe50
JB
123672015-05-05 Joel Brobecker <brobecker@adacore.com>
12368
12369 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12370
3ea89b92
PMR
123712015-05-05 Joel Brobecker <brobecker@adacore.com>
12372
12373 * gdb.ada/out_of_line_in_inlined: New testcase.
12374
87b8eff0
JB
123752015-05-05 Joel Brobecker <brobecker@adacore.com>
12376
12377 * gdb.ada/var_rec_arr: New testcase.
12378
5fccc635
YQ
123792015-04-30 Yao Qi <yao.qi@linaro.org>
12380
12381 * gdb.base/break-idempotent.exp: If
12382 skip_hw_watchpoint_multi_tests returns true, skip the tests
12383 on "rwatch" and "awatch".
12384
42d38f42
YQ
123852015-04-30 Yao Qi <yao.qi@linaro.org>
12386
12387 * gdb.base/relativedebug.exp: Invoke gdb command
12388 "info sharedlibrary", and if libc.so doesn't have debug info,
12389 skip the test.
12390
2ce1cdbf
DE
123912015-04-29 Doug Evans <dje@google.com>
12392
12393 * gdb.python/py-xmethods.exp: Add ptype tests.
12394 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12395 get_result_type method.
12396
f24a38c5
LM
123972015-04-29 Luis Machado <lgustavo@codesourcery.com>
12398
12399 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12400 the target does not support hardware watchpoints.
12401
ecbf2b3c
LM
124022015-04-29 Luis Machado <lgustavo@codesourcery.com>
12403
12404 * gdb.base/break-always.exp: Abort testing if writing to memory
12405 causes an error.
12406
34f5f757
DE
124072015-04-28 Doug Evans <dje@google.com>
12408
12409 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12410 * gdb.python/py-pp-registration.exp: ... here. New file.
12411 * gdb.python/py-pp-registration.c: New file.
12412 * gdb.python/py-pp-registration.py: New file.
12413
69b4374a
DE
124142015-04-28 Doug Evans <dje@google.com>
12415
12416 * gdb.python/py-bad-printers.c: New file.
12417 * gdb.python/py-bad-printers.py: New file.
12418 * gdb.python/py-bad-printers.exp: New file.
12419
59fb7612
SS
124202015-04-28 Sasha Smundak <asmundak@google.com>
12421
12422 * gdb.python/py-type.exp: New test.
12423
2631b16a
AW
124242015-04-28 Andy Wingo <wingo@igalia.com>
12425
12426 * gdb.python/py-parameter.exp:
12427 * gdb.guile/scm-parameter.exp: Escape the path that we are
12428 matching against, as it might contain characters that are special
12429 to regular expressions.
12430
460efde1
JB
124312015-04-27 Joel Brobecker <brobecker@adacore.com>
12432
12433 * gdb.ada/rec_comp: New testcase.
12434
2d369d8e
SDJ
124352015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12436
12437 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12438 before using it.
12439
cf75d6c3
AB
124402015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12441
12442 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12443 new tests for verilog output.
12444
8dbe7ca5
YQ
124452015-04-24 Yao Qi <yao.qi@linaro.org>
12446
12447 * boards/remote-gdbserver-on-localhost.exp: New file.
12448
4ef9fb2f
PA
124492015-04-23 Pedro Alves <palves@redhat.com>
12450
12451 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12452 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12453 "end of file", remove $inferior_spawn_id from the indirect list.
12454
0a803169
PA
124552015-04-23 Pedro Alves <palves@redhat.com>
12456
12457 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12458
749ef8f8
PA
124592015-04-23 Pedro Alves <palves@redhat.com>
12460
12461 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12462 on $any_spawn_id instead of only on $gdb_spawn_id.
12463
8aae4344
PM
124642015-04-21 Pierre Muller <muller@sourceware.org>
12465
12466 PR pascal/17815
12467 * lib/pascal.exp (gpc_compile): Add new option "class".
12468 (fpc_compile): Likewise.
12469 * gdb.pascal/case-insensitive-symbols.pas: New file.
12470 * gdb.pascal/case-insensitive-symbols.exp: New file.
12471
1586c8fb
GB
124722015-04-20 Gary Benson <gbenson@redhat.com>
12473
12474 * gdb.base/attach.exp: Fix three extended remote failures.
12475
1b6e6f5c
GB
124762015-04-17 Gary Benson <gbenson@redhat.com>
12477
12478 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12479 the main executable over the remote protocol.
12480
e797481d
PA
124812015-04-16 Pedro Alves <palves@redhat.com>
12482
12483 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12484 a new gdbserver if gdbserver_reconnect_p is set.
12485
1ca99c42
PA
124862015-04-16 Pedro Alves <palves@redhat.com>
12487
12488 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12489 is set, don't exit gdbserver.
12490
af9fd6f8
AA
124912015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12492
12493 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12494 appropriate .insn, such that an older assembler can be used.
12495 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12496 the z/Architecture instruction set on 31-bit targets as well.
12497
04ff1e61
AA
124982015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12499
12500 * gdb.go/handcall.exp: Remove all logic related to the first
12501 breakpoint and rely on go_runto_main instead.
12502 * gdb.go/strings.exp: Likewise.
12503 * gdb.go/unsafe.exp: Likewise.
12504 * gdb.go/hello.exp: Likewise. Also rename the remaining
12505 breakpoint marker to "breakpoint 1".
12506 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12507 * gdb.go/strings.go: Likewise.
12508 * gdb.go/unsafe.go: Likewise.
12509 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12510 "set breakpoint 2 here" and rename the remaining breakpoint marker
12511 to "breakpoint 1".
12512
40d2f8d6
SM
125132015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12514
12515 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12516 if itertools.imap is not present.
12517 * gdb.python/py-objfile.exp: Add parentheses.
12518 * gdb.python/py-type.exp: Same.
12519 * gdb.python/py-unwind-maint.py: Same.
12520
8cbc97c6
YQ
125212015-04-15 Yao Qi <yao.qi@linaro.org>
12522
12523 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12524 of ":$ptr_size" and set its form explicitly.
12525
45fd756c
YQ
125262015-04-15 Pedro Alves <palves@redhat.com>
12527 Yao Qi <yao.qi@linaro.org>
12528
12529 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12530 timeout by factor of 4.
12531 (test_regular_watch): Likewise.
12532 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12533 * gdb.reverse/sigall-reverse.exp: Likewise.
12534 * gdb.reverse/until-precsave.exp: Likewise.
12535 * lib/gdb.exp (with_timeout_factor): New proc.
12536 (gdb_expect): Move some code to ...
12537 (get_largest_timeout): ... here. New procedure.
12538
9e811bc3
LM
125392015-04-14 Luis Machado <lgustavo@codesourcery.com>
12540
12541 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12542
0ff6fcb2
LM
125432015-04-13 Luis Machado <lgustavo@codesourcery.com>
12544
12545 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12546 to write to the .text section.
12547
7578d5f7
LM
125482015-04-13 Luis Machado <lgustavo@codesourcery.com>
12549
12550 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12551 Handle the case of targets that do not provide PID information.
12552
2efe15c4
YQ
125532015-04-13 Yao Qi <yao.qi@linaro.org>
12554
12555 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12556 and use expect instead of gdb_expect.
12557
8cd8f2f8
SDJ
125582015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12559
12560 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12561 "coredump_var_addr" to avoid naming conflict with other testcases.
12562
9ee41772
PA
125632015-04-10 Pedro Alves <palves@redhat.com>
12564
12565 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12566 gdb_test_sequence and gdb_assert.
12567
07473109
PA
125682015-04-10 Pedro Alves <palves@redhat.com>
12569
12570 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12571 test messages that don't include the breakpoint address.
12572
de3db44c
YQ
125732015-04-10 Yao Qi <yao.qi@linaro.org>
12574
12575 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12576 false for some offset and width combinations which aren't
12577 supported by linux kernel.
12578
c79d856c
PA
125792015-04-10 Pedro Alves <palves@redhat.com>
12580
12581 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12582 procedure, factored out from ...
12583 (top level): ... here. Add "set displaced-stepping" testing axis.
12584 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12585 parameter "displaced". Use it.
12586 (top level): Use foreach and add "set displaced-stepping" testing
12587 axis.
12588
ebc90b50
PA
125892015-04-10 Pedro Alves <palves@redhat.com>
12590
12591 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12592 Remove comment.
12593 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12594 both the address of the instruction that triggers the watchpoint
12595 and the address of the instruction immediately after, and use
12596 those addresses for the test. Fix comment.
12597
8f572e5c
PA
125982015-04-10 Pedro Alves <palves@redhat.com>
12599
12600 * gdb.base/sigstep.exp (breakpoint_to_handler)
12601 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12602 Test "backtrace" in handler.
12603 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12604 (top level): Add new "displaced" test axis to
12605 breakpoint_to_handler, breakpoint_to_handler_entry and
12606 breakpoint_over_handler.
12607
8d707a12
PA
126082015-04-10 Pedro Alves <palves@redhat.com>
12609
12610 PR gdb/18216
12611 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12612
ef713951
YQ
126132015-04-10 Yao Qi <yao.qi@linaro.org>
12614
12615 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12616 (test_add_rn_pc): New function.
12617 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12618 (top level): Invoke test_add_rn_pc.
12619
906d60cf
PA
126202015-04-10 Pedro Alves <palves@redhat.com>
12621
12622 PR gdb/13858
12623 * gdb.base/step-over-no-symbols.exp: New file.
12624
f2983cc3
AW
126252015-04-09 Andy Wingo <wingo@igalia.com>
12626
12627 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12628 after the Python tests.
12629
6d62641c
SDJ
126302015-04-08 Keith Seitz <keiths@redhat.com>
12631
12632 PR python/16699
12633 * gdb.python/py-completion.exp: New tests for completion.
12634 * gdb.python/py-completion.py (CompleteLimit1): New class.
12635 (CompleteLimit2): Likewise.
12636 (CompleteLimit3): Likewise.
12637 (CompleteLimit4): Likewise.
12638 (CompleteLimit5): Likewise.
12639 (CompleteLimit6): Likewise.
12640 (CompleteLimit7): Likewise.
12641
f3770638
PA
126422015-04-08 Pedro Alves <palves@redhat.com>
12643
12644 PR gdb/18214
12645 PR gdb/18216
12646 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12647 function.
12648 (main): Install it as SIGUSR1 handler.
12649 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12650 parameter. Always use "setup" as prefix. Toggle "set
12651 displaced-stepping" off/on depending on global. Don't switch to
12652 thread 1 here.
12653 (top level): Add displaced stepping "off/on" test axis. Update
12654 "setup" calls. Wrap each subtest with with_test_prefix. Test
12655 continuing with a queued signal in each thread.
12656
4496bed7
PA
126572015-04-08 Pedro Alves <palves@redhat.com>
12658
12659 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12660 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12661 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12662 Return early if running to main fails.
12663 * gdb.trace/while-stepping.exp: Likewise.
12664
b97fde92
PA
126652015-04-07 Pedro Alves <palves@redhat.com>
12666
12667 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12668 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12669 interact with inferior program.
12670
f71c18e7
PA
126712015-04-07 Pedro Alves <palves@redhat.com>
12672
12673 * lib/gdb.exp (inferior_spawn_id): New global.
12674 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12675 spawn id after processing the user code.
12676 (default_gdb_start): Set inferior_spawn_id.
12677 (send_inferior): New procedure.
12678 * lib/gdbserver-support.exp (gdbserver_start): Set
12679 inferior_spawn_id.
12680 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12681
6423214f
PA
126822015-04-07 Pedro Alves <palves@redhat.com>
12683
12684 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12685 * lib/gdbserver-support.exp (gdbserver_start): Make
12686 $server_spawn_id global.
12687 (gdbserver_start): Don't wait for gdbserver's spawn id with
12688 expect_background.
12689 (close_gdbserver): New procedure.
12690 (gdb_exit): Rename the default version and reimplement.
12691
71c0ee8c
PA
126922015-04-07 Pedro Alves <palves@redhat.com>
12693
72f4393d 12694 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
12695 append the substituted item, not the original item.
12696
203bc29b
PA
126972015-04-07 Pedro Alves <palves@redhat.com>
12698
12699 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12700 gdb_expect.
12701
508a3ddf
PA
127022015-04-07 Pedro Alves <palves@redhat.com>
12703
12704 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12705 output appearing once only.
12706
9f6dbe2b
PA
127072015-04-07 Pedro Alves <palves@redhat.com>
12708
12709 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12710 that doesn't expect anything. Return early if running to main
12711 fails.
12712
337532fa
YQ
127132015-04-07 Yao Qi <yao.qi@linaro.org>
12714
12715 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12716 (child_function): Call alarm.
12717 (main): Move call to alarm into the loop.
12718 * gdb.threads/non-stop-fair-events.exp: Build program with
12719 -DTIMEOUT=$timeout.
12720
01b622d4
DE
127212015-04-06 Doug Evans <xdje42@gmail.com>
12722
12723 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12724 Fix dest parameter to board_info.
12725 (fpc_compile): Ditto.
12726 (gdb_compile_pascal): Rename dest arg to destfile.
12727
961f4160
PMR
127282015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12729
12730 * gdb.ada/funcall_ref.exp: New file.
12731 * gdb.ada/funcall_ref/foo.adb: New file.
12732
cafda597
YQ
127332015-04-02 Yao Qi <yao.qi@linaro.org>
12734
12735 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12736 is remote.
12737
fed040c6
GB
127382015-04-02 Gary Benson <gbenson@redhat.com>
12739
12740 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12741
d11916aa
SS
127422015-04-01 Sasha Smundak <asmundak@google.com>
12743
12744 * gdb.python/py-unwind-maint.c: New file.
12745 * gdb.python/py-unwind-maint.exp: New test.
12746 * gdb.python/py-unwind-maint.py: New file.
12747 * gdb.python/py-unwind.c: New file.
12748 * gdb.python/py-unwind.exp: New test.
12749 * gdb.python/py-unwind.py: New test.
12750
a1471180
PA
127512015-04-01 Pedro Alves <palves@redhat.com>
12752
12753 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12754 to fail instead of non-existent $test.
12755
0bbeccb1
PA
127562015-04-01 Pedro Alves <palves@redhat.com>
12757
12758 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12759 GDBFLAGS if not empty.
12760
3c724c8c
PMR
127612015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12762
12763 * gdb.ada/complete.exp: Remove "multi_line".
12764 * gdb.ada/info_exc.exp: Remove "multi_line".
12765 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12766 * gdb.ada/ptype_field.exp: Remove "multi_line".
12767 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12768 * gdb.ada/tagged.exp: Remove "multi_line".
12769 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12770 [multi_line ...]
12771 * gdb.btrace/delta.exp: Likewise.
12772 * gdb.btrace/exception.exp: Likewise.
12773 * gdb.btrace/function_call_history.exp: Likewise.
12774 * gdb.btrace/instruction_history.exp: Likewise.
12775 * gdb.btrace/nohist.exp: Likewise.
12776 * gdb.btrace/record_goto.exp: Likewise.
12777 * gdb.btrace/segv.exp: Likewise.
12778 * gdb.btrace/stepi.exp: Likewise.
12779 * gdb.btrace/tailcall.exp: Likewise.
12780 * gdb.btrace/unknown_functions.exp: Likewise.
12781 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12782 * lib/gdb.exp: Add the "multi_line" helper.
12783
4eec2deb
PA
127842015-04-01 Pedro Alves <palves@redhat.com>
12785
12786 * gdb.threads/tid-reuse.c: New file.
12787 * gdb.threads/tid-reuse.exp: New file.
12788
df8411da
SDJ
127892015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12790
12791 PR corefiles/16092
12792 * gdb.base/coredump-filter.c: New file.
12793 * gdb.base/coredump-filter.exp: Likewise.
12794
6ef37366
PM
127952015-03-27 Petr Machata <pmachata@redhat.com>
12796
12797 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12798 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12799 (Dwarf::assemble): Initialize them.
12800 (Dwarf::lines): New function.
12801
7ec911b0
JT
128022015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12803
12804 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12805 SYMBOL_PREFIX for x86_64-*-cygwin.
12806
ff908ebf
AW
128072015-03-26 Andy Wingo <wingo@igalia.com>
12808
12809 PR symtab/18148
12810 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12811 const_value but not a location.
12812 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12813 location defined in non-main CUs are visible.
12814
6d5f0679
YQ
128152015-03-26 Yao Qi <yao.qi@linaro.org>
12816
12817 PR testsuite/18139
12818 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12819 Add a line number entry for the same line.
12820 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12821 Add a line number entry for the same line.
12822
2898689b
YQ
128232015-03-26 Yao Qi <yao.qi@linaro.org>
12824
12825 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12826 .int 0.
12827 (func): Likewise. Add .Lfunc_1 label.
12828 Use .Lfunc_1 label.
12829 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12830 .int 0.
12831 (func): Likewise.
12832 Use .Lfunc_1 label.
12833
85180498
YQ
128342015-03-26 Yao Qi <yao.qi@linaro.org>
12835
12836 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12837 Call gdb_compile instead to compile each .s files without debug
12838 information.
12839
8aa08a8d
YQ
128402015-03-26 Yao Qi <yao.qi@linaro.org>
12841
12842 * gdb.base/savedregs.exp (process_saved_regs): Make
12843 "Saved registers:" optional in the pattern.
12844
66849923
MM
128452015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12846
12847 * gdb.btrace/next.exp: Merged into step.exp.
12848 * gdb.btrace/finish.exp: Merged into step.exp.
12849 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12850 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12851 "record goto" and checking the exact replay position.
12852 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12853 check for "Recording format" in "info record" output.
12854 * gdb.btrace/record_goto.exp: Choose test file based on target.
12855 * gdb.btrace/x86-record_goto.S: Renamed into ...
12856 * gdb.btrace/x86_64-record_goto.S: ... this.
12857 * gdb.btrace/i686-record_goto.S: New.
12858 * gdb.btrace/x86-tailcall.S: Renamed into ...
12859 * gdb.btrace/x86_64-tailcall.S: ... this.
12860 * gdb.btrace/i686-tailcall.S: New.
12861 * gdb.btrace/x86-tailcall.c: Renamed into ...
12862 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12863 separate statements. Update test.
12864 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12865 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12866 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12867 * gdb.btrace/tailcall.exp: Choose test file based on target.
12868 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12869
11cc1b74
MM
128702015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12871
12872 * gdb.btrace/exception.exp: Increase BTS buffer size.
12873
a25d8bf9
PA
128742015-03-24 Pedro Alves <palves@redhat.com>
12875
12876 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12877
856e7dd6
PA
128782015-03-24 Pedro Alves <palves@redhat.com>
12879
12880 * gdb.threads/schedlock.exp (test_step): No longer expect that
12881 "set scheduler-locking step" with "next" over a function call runs
12882 threads unlocked.
12883
ad235a41
AT
128842015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12885
12886 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12887
15630549
AT
128882015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12889
12890 PR breakpoints/16466
12891 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12892 * gdb.mi/mi-pending.c (thread_func): New function.
12893 (int main): Add threading support required.
12894 * gdb.mi/mi-pending.exp: Add tests for this issue.
12895 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12896 (pendfunc2): Remove stdio dependency.
12897 * gdb.mi/mi-pendshr2.c: New file.
12898
693dca06
KS
128992015-03-23 Keith Seitz <keiths@redhat.com>
12900
12901 * gdb.linespec/keywords.c: New file.
12902 * gdb.linespec/keywords.exp: New file.
12903
7e993ebf
KS
129042015-03-23 Keith Seitz <keiths@redhat.com>
12905
12906 PR gdb/18021
12907 * gdb.dwarf2/staticvirtual.exp: New test.
12908
bc23328c
JK
129092015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12910
12911 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12912 * README: Remove HP-UX and gdb.hp.
12913 (configuration):
12914 * configure: Regenerate.
12915 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12916 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12917 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12918 gdb.hp/gdb.defects/Makefile.
12919 * gdb.hp/Makefile.in: File deleted.
12920 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12921 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12922 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12923 * gdb.hp/gdb.aCC/run.c: File deleted.
12924 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12925 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12926 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12927 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12928 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12929 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12930 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12931 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12932 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12933 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12934 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12935 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12936 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12937 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12938 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12939 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12940 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12941 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12942 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12943 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12944 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12945 * gdb.hp/gdb.compat/average.c: File deleted.
12946 * gdb.hp/gdb.compat/sum.c: File deleted.
12947 * gdb.hp/gdb.compat/xdb.c: File deleted.
12948 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12949 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12950 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12951 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12952 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12953 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12954 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12955 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12956 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12957 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12958 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12959 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12960 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12961 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12962 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12963 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12964 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12965 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12966 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12967 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12968 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12969 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12970 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12971 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12972 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12973 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12974 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12975 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12976 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12977 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12978 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12979 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12980 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12981 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12982 * gdb.hp/tools/odump: File deleted.
12983
8bf3b159
PA
129842015-03-19 Pedro Alves <palves@redhat.com>
12985
12986 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12987 (saw_thread_3): New globals.
12988 (top level): Increment them when an event for the corresponding
12989 thread is seen.
12990 (no thread starvation): New test.
12991
eb54c8bf
PA
129922015-03-19 Pedro Alves <palves@redhat.com>
12993
12994 * gdb.threads/continue-pending-status.c: New file.
12995 * gdb.threads/continue-pending-status.exp: New file.
12996
32d2e5d6
PA
129972015-03-18 Pedro Alves <palves@redhat.com>
12998
12999 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13000 Use gdb_is_target_remote instead of is_remote. Use
13001 gdb_test_multiple instead of gdb_expect. Exit early if
13002 gdb_test_multiple hits its internal matches. Tighten stepi tests
13003 expected output. Fail on exit with any signal, instead of just
13004 SIGILL.
13005
f68f11b7
YQ
130062015-03-18 Yao Qi <yao.qi@linaro.org>
13007
13008 PR tdep/18107
13009 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
13010 variable.
13011 * gdb.base/catch-syscall.exp: Don't skip it on
13012 aarch64*-*-linux* target. Remove elements in all_syscalls.
13013 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13014 target.
13015 (setup_all_syscalls): New proc.
13016
ca5fd19b
YQ
130172015-03-16 Yao Qi <yao.qi@linaro.org>
13018
13019 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13020 (top level): Skip tests if valid_addr_p returns false for
13021 $cmd1 or $cmd2.
13022
85642ba0
AW
130232015-03-11 Andy Wingo <wingo@igalia.com>
13024
13025 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13026
e03f9645
YQ
130272015-03-11 Yao Qi <yao.qi@linaro.org>
13028
13029 * gdb.base/catch-syscall.exp: Fix typo in comments.
13030
5d0962b2
YQ
130312015-03-11 Yao Qi <yao.qi@linaro.org>
13032
13033 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13034
b2df3cef
PA
130352015-03-09 Pedro Alves <palves@redhat.com>
13036
13037 * dg-extract-results.py: Delete.
13038
ef878e53
PA
130392015-03-09 Pedro Alves <palves@redhat.com>
13040
13041 Merge dg-extract-results.sh from GCC upstream (r218843).
13042
13043 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13044 * dg-extract-results.sh: Use --text with grep to avoid issues with
13045 binary files. Fall back to cat -v, if that doesn't work.
13046
9494d219
PA
130472015-03-05 Pedro Alves <palves@redhat.com>
13048
13049 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13050
a8d9763a
SM
130512015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13052
13053 * lib/mi-support.exp (mi_expect_interrupt): Accept
13054 alternative event for when in all-stop mode.
13055
be9957b8
PA
130562015-03-04 Pedro Alves <palves@redhat.com>
13057
13058 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13059
d57be0f4 130602015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
13061
13062 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13063
c214c7cf
AA
130642015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13065
13066 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13067 regexps for GDB's current line display, accept a hex address
13068 preceding the line number.
13069
6d74a497
AA
130702015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13071
13072 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13073 the 'arch1' variable for "s390*-linux*" targets.
13074
511aee7c
PA
130752015-03-04 Pedro Alves <palves@redhat.com>
13076
13077 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13078 (main): Pass missing retval argument to pthread_join call.
13079
95e50b27
PA
130802015-03-02 Pedro Alves <palves@redhat.com>
13081
13082 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13083 (top level): Call do_test with non-stop as well.
13084
28054d69
PA
130852015-03-02 Pedro Alves <palves@redhat.com>
13086
13087 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13088 -1.
13089
4fa5d7b4
AA
130902015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13091
13092 * gdb.arch/s390-vregs.exp: New test.
13093 * gdb.arch/s390-vregs.S: New file.
13094
97c18565
PA
130952015-02-27 Pedro Alves <palves@redhat.com>
13096
13097 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13098 call to catch_command_errors.
13099 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13100 catch_command_errors.
13101
a37bfa30
PA
131022015-02-27 Pedro Alves <palves@redhat.com>
13103
13104 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13105 "true" for boolean result.
13106 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13107 prototype of main.
13108
6f98576f
PA
131092015-02-27 Pedro Alves <palves@redhat.com>
13110
13111 * lib/unbuffer_output.c: New file.
13112 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13113 (main): Call gdb_unbuffer_output.
13114
eba5ab56
YQ
131152015-02-27 Yao Qi <yao.qi@linaro.org>
13116
13117 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13118 target.
13119
0def5aaa
DE
131202015-02-26 Doug Evans <dje@google.com>
13121
13122 * gdb.cp/class2.cc (Dbase, D): New classes.
13123 (main): New local delta.
13124 * gdb.cp/class2.exp: Test printing delta.
13125 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13126 (dynbar): New global.
13127 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13128
081a1c2c
JK
131292015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13130
13131 * gdb.compile/compile-ifunc.c: New file.
13132 * gdb.compile/compile-ifunc.exp: New file.
13133
2f41223f
AT
131342015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13135
13136 * gdb.base/structs.exp: Check for correct struct on finish.
13137
03eddd80
YQ
131382015-02-26 Yao Qi <yao.qi@linaro.org>
13139
13140 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13141 is zero.
13142
80c57053
JK
131432015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13144
13145 * gdb.arch/cordic.ko.bz2: New file.
13146 * gdb.arch/cordic.ko.debug.bz2: New file.
13147 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13148
21613c12
YQ
131492015-02-25 Yao Qi <yao.qi@linaro.org>
13150
13151 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13152 aarch64*-*-* target.
13153
d8b901ed
PA
131542015-02-23 Pedro Alves <palves@redhat.com>
13155
13156 * lib/gdb.exp (delete_breakpoints): Rewrite using
13157 gdb_test_multiple.
13158
e5b85ead
PA
131592015-02-23 Pedro Alves <palves@redhat.com>
13160
13161 * gdb.base/info-os.c: Include stdlib.h.
13162
85c3a371
DE
131632015-02-22 Doug Evans <xdje42@gmail.com>
13164
13165 PR symtab/17855
13166 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13167 is read after symbols have been re-read.
13168 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13169 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13170
96553a0c
DE
131712015-02-21 Doug Evans <dje@google.com>
13172
13173 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13174
97a0c697
JK
131752015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13176
13177 PR corefiles/17808
13178 * gdb.arch/i386-biarch-core.core.bz2: New file.
13179 * gdb.arch/i386-biarch-core.exp: New file.
13180
a47cd6e9
PA
131812015-02-21 Pedro Alves <palves@redhat.com>
13182
13183 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13184 runto_main fails.
13185
c5facdc4
PA
131862015-02-20 Pedro Alves <palves@redhat.com>
13187
13188 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13189 info probes.
13190
2db9a427
PA
131912015-02-20 Pedro Alves <palves@redhat.com>
13192
13193 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13194
60fb7e9e
PA
131952015-02-20 Pedro Alves <palves@redhat.com>
13196
13197 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13198 clean_restart before gdb_target_supports_trace.
13199
5c5019c2
PA
132002015-02-20 Pedro Alves <palves@redhat.com>
13201
13202 PR threads/18006
13203 * gdb.threads/clone-thread_db.c: New file.
13204 * gdb.threads/clone-thread_db.exp: New file.
13205
c9587f88
AT
132062015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13207
13208 PR breakpoints/16812
13209 * gdb.base/catch-gdb-caused-signals.c: New file.
13210 * gdb.base/catch-gdb-caused-signals.exp: New file.
13211
f6a88844
JM
132122015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13213
13214 * configure: Regenerated.
13215 * configure.ac: Use GDB_AC_TRANSFORM.
13216 * aclocal.m4: sinclude ../transform.m4.
13217
497c491b
JM
132182015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13219
13220 * lib/dtrace.exp: New file.
13221 * gdb.base/dtrace-probe.exp: Likewise.
13222 * gdb.base/dtrace-probe.d: Likewise.
13223 * gdb.base/dtrace-probe.c: Likewise.
13224 * lib/pdtrace.in: Likewise.
13225 * configure.ac: Output variables with the transformed names of
13226 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13227 * configure: Regenerated.
13228
03e98035
JM
132292015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13230
13231 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13232 expected message when trying to access $_probe_* convenience
13233 variables while not on a probe.
13234
63cc30e9
JK
132352015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13236
13237 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13238
0703599a
PA
132392015-02-11 Pedro Alves <pedro@codesourcery.com>
13240
13241 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13242 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13243
7e60a48e
DE
132442015-02-10 Doug Evans <xdje42@gmail.com>
13245
13246 * lib/gdb.exp (gdb_load): Always return a result.
13247
01b088bc
PA
132482015-02-10 Pedro Alves <palves@redhat.com>
13249
13250 * gdb.threads/signal-sigtrap.c: New file.
13251 * gdb.threads/signal-sigtrap.exp: New file.
13252
b05ec7a5
AT
132532015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13254
13255 * gdb.trace/no-attach-trace.c: New file.
13256 * gdb.trace/no-attach-trace.exp: New file.
13257
a2c2acaf
MW
132582015-02-09 Mark Wielaard <mjw@redhat.com>
13259
13260 * gdb.dwarf2/atomic.c: New file.
13261 * gdb.dwarf2/atomic-type.exp: Likewise.
13262
31fd9caa
MM
132632015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13264
13265 * gdb.btrace/buffer-size.exp: Update "info record" output.
13266 * gdb.btrace/delta.exp: Update "info record" output.
13267 * gdb.btrace/enable.exp: Update "info record" output.
13268 * gdb.btrace/finish.exp: Update "info record" output.
13269 * gdb.btrace/instruction_history.exp: Update "info record" output.
13270 * gdb.btrace/next.exp: Update "info record" output.
13271 * gdb.btrace/nexti.exp: Update "info record" output.
13272 * gdb.btrace/step.exp: Update "info record" output.
13273 * gdb.btrace/stepi.exp: Update "info record" output.
13274 * gdb.btrace/nohist.exp: Update "info record" output.
13275
d33501a5
MM
132762015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13277
13278 * gdb.btrace/buffer-size: New.
13279
f4abbc16
MM
132802015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13281
13282 * gdb.btrace/delta.exp: Update "info record" output.
13283 * gdb.btrace/enable.exp: Update "info record" output.
13284 * gdb.btrace/finish.exp: Update "info record" output.
13285 * gdb.btrace/instruction_history.exp: Update "info record" output.
13286 * gdb.btrace/next.exp: Update "info record" output.
13287 * gdb.btrace/nexti.exp: Update "info record" output.
13288 * gdb.btrace/step.exp: Update "info record" output.
13289 * gdb.btrace/stepi.exp: Update "info record" output.
13290 * gdb.btrace/nohist.exp: Update "info record" output.
13291
b9d61307
SM
132922015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13293
13294 PR gdb/15678
13295 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13296
e584fdbc
PA
132972015-02-06 Pedro Alves <palves@redhat.com>
13298
13299 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13300 macro.
13301 (seconds_left, again): New globals.
13302 (main): Wait seconds_left in a 1-second sleep loop instead of
13303 sleeping 180 seconds. If 'again' is set, reset the seconds
13304 counter.
13305 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13306 'again' in the inferior before detaching. Print the seconds left.
13307 (options): New global.
13308 (top level): Build program with -DTIMEOUT=$timeout.
13309
77f41761
PA
133102015-02-06 Pedro Alves <palves@redhat.com>
13311
13312 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13313 determine how many seconds to pass to 'alarm'.
13314 * gdb.base/gdb-sigterm.exp (top level): Build program with
13315 -DTIMEOUT=$timeout.
13316 (do_test): Return success/failure indication. Add more verbose
13317 logging. Don't fail if 200 single steps are seen. Instead, fail
13318 when the test times out.
13319 (passes): New global.
13320 (top level): Break the testing loop if testing fails on any
13321 iteration. Use gdb_assert.
13322
b9394193
DB
133232015-02-04 Don Breazeal <donb@codesourcery.com>
13324
13325 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13326 and initialize them.
13327 (ipc_cleanup): New function.
13328 (main): Don't declare shmid, semid, and msqid. Add a call to
13329 atexit so that we call ipc_cleanup on exit.
13330
42d9e528
PA
133312015-02-04 Pedro Alves <palves@redhat.com>
13332
13333 * boards/native-extended-gdbserver.exp: Remove any target variant
13334 specifications from the board name before clearing the isremote
13335 flag from board_info.
13336
ae6ae975
DE
133372015-01-31 Doug Evans <xdje42@gmail.com>
13338
13339 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13340
cfb069a8
GB
133412015-01-31 Gary Benson <gbenson@redhat.com>
13342
13343 * gdb.base/completion.exp: Disable completion limiting for
13344 existing tests. Add new tests to check completion limiting.
13345 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13346
5dd31d79
DE
133472015-01-31 Doug Evans <xdje42@gmail.com>
13348
13349 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13350
9f050062
DE
133512015-01-31 Doug Evans <xdje42@gmail.com>
13352
13353 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13354 entries. Duplicate file section script entries.
13355 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13356 inlined entries. Add test for safe-path rejection.
13357 * gdb.python/py-section-script.c: Add duplicate inlined section script
13358 entries. Duplicate file section script entries.
13359 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13360 inlined entries. Add test for safe-path rejection.
13361
df25ebbd
JB
133622015-01-29 Joel Brobecker <brobecker@adacore.com>
13363
13364 * gdb.ada/disc_arr_bound: New testcase.
13365
4a0ca9ec
JB
133662015-01-29 Joel Brobecker <brobecker@adacore.com>
13367
13368 * gdb.ada/mi_var_array: New testcase.
13369
3a8b707a
DE
133702015-01-27 Doug Evans <dje@google.com>
13371
13372 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13373 Add test for objfile.filename, objfile.username after objfile
13374 has been unloaded.
13375
f8313f6e
JB
133762015-01-26 Joel Brobecker <brobecker@adacore.com>
13377
13378 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13379 the second test to print the name attribute of value
13380 returned by the call to gdb.lookup_type, and adjust
13381 the expected output accordingly.
13382
37bc665e
MW
133832015-01-25 Mark Wielaard <mjw@redhat.com>
13384
13385 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13386 * gdb.base/disp-step-fork.c: Include unistd.h.
13387 * gdb.base/siginfo-obj.c: Include stdio.h.
13388 * gdb.base/siginfo-thread.c: Likewise.
13389 * gdb.mi/non-stop.c: Include unistd.h.
13390 * gdb.mi/nsthrexec.c: Include stdio.h.
13391 * gdb.mi/pthreads.c: Include unistd.h.
13392 * gdb.modula2/unbounded1.c (main): Declare returns int.
13393 * gdb.reverse/consecutive-reverse.c: Likewise.
13394 * gdb.threads/create-fail.c: Include unistd.h.
13395 * gdb.threads/killed.c: Likewise.
13396 * gdb.threads/linux-dp.c: Likewise.
13397 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13398 * gdb.threads/non-ldr-exc-2.c: Likewise.
13399 * gdb.threads/non-ldr-exc-3.c: Likewise.
13400 * gdb.threads/non-ldr-exc-4.c: Likewise.
13401 * gdb.threads/pthreads.c: Include unistd.h.
13402 (main): Declare returns int.
13403 * gdb.threads/tls-main.c (foo): New declaration.
13404 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13405
f7e5394d
SM
134062015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13407
13408 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13409 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13410
743649fd
MW
134112015-01-15 Mark Wielaard <mjw@redhat.com>
13412
13413 * gdb.base/noreturn-return.c: New file.
13414 * gdb.base/noreturn-return.exp: New file.
13415 * gdb.base/noreturn-finish.c: New file.
13416 * gdb.base/noreturn-finish.exp: New file.
13417
198297aa
PA
134182015-01-23 Pedro Alves <palves@redhat.com>
13419
13420 * gdb.threads/continue-pending-after-query.c: New file.
13421 * gdb.threads/continue-pending-after-query.exp: New file.
13422
717cf30c
AG
134232015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13424 Simon Marchi <simon.marchi@ericsson.com>
13425
13426 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13427 * gdb.base/valgrind-db-attach.exp: Same.
13428 * gdb.base/valgrind-infcall.exp: Same.
13429 * lib/mi-support.exp (default_mi_gdb_start): Same.
13430 * lib/prompt.exp (default_prompt_gdb_start): Same.
13431 * lib/gdb.exp (default_gdb_spawn): Same.
13432 (gdb_interact): New.
13433
13434
4b62a76e
JK
134352015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13436
13437 * gdb.compile/compile.exp (pointer to jit function): New test.
13438
b4cdae6f
WW
134392015-01-17 Wei-cheng Wang <cole945@gmail.com>
13440
13441 * lib/gdb.exp (supports_process_record): Return true for
13442 powerpc*-*-linux*.
13443 (supports_reverse): Likewise.
13444
d221e7ef
DB
134452015-01-15 Don Breazeal <donb@codesourcery.com>
13446
13447 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13448 instead of checking whether the target board is remote and
13449 use spawn_wait_for_attach instead of exec/sleep.
13450 * gdb.base/attach-twice.exp: Likewise.
13451
bafffb51
JB
134522015-01-15 Joel Brobecker <brobecker@adacore.com>
13453
13454 * gdb.ada/var_arr_attrs: New testcase.
13455
5589af0e
PA
134562015-01-14 Pedro Alves <palves@redhat.com>
13457 Joel Brobecker <brobecker@adacore.com>
13458
13459 PR gdb/17525
13460 * gdb.base/bp-cmds-execution-x-script.c: New file.
13461 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13462 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13463
6c400b59
PA
134642015-01-14 Pedro Alves <palves@redhat.com>
13465
13466 PR cli/17828
13467 * gdb.base/batch-preserve-term-settings.c: New file.
13468 * gdb.base/batch-preserve-term-settings.exp: New file.
13469
e02c96a7
DE
134702015-01-13 Doug Evans <dje@google.com>
13471
13472 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13473 binary.
13474
576fd14c
JB
134752015-01-13 Joel Brobecker <brobecker@adacore.com>
13476
13477 * Makefile.in (clean mostlyclean): Do not delete *.py.
13478
04dccad0
JB
134792015-01-13 Joel Brobecker <brobecker@adacore.com>
13480
13481 * gdb.python/py-lookup-type.exp: New file.
13482
3d230f71
PA
134832015-01-12 Pedro Alves <palves@redhat.com>
13484
13485 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13486 restore GDBFLAGS before returning.
13487
7e67715d
JK
134882015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13489
13490 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13491 is_amd64_regs_target and is_x86_like_target.
13492
f2e0d4b4
DE
134932015-01-11 Doug Evans <xdje42@gmail.com>
13494
13495 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13496 is given without an explicit form.
13497 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13498 attributes.
13499 * gdb.dwarf/corrupt.exp: Ditto.
13500 * gdb.dwarf2/enum-type.exp: Ditto.
13501 * gdb.trace/entry-values.exp: Ditto.
13502 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13503
439250fb
DE
135042015-01-11 Doug Evans <xdje42@gmail.com>
13505
13506 PR gdb/15830
13507 * gdb.base/maint.exp: Remove references to "maint demangle".
13508 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13509 Add tests for explicitly specifying language to demangle.
13510 * gdb.dlang/demangle.exp: Ditto.
13511
ede9f622
PA
135122015-01-09 Pedro Alves <palves@redhat.com>
13513
13514 * gdb.threads/non-stop-fair-events.c: New file.
13515 * gdb.threads/non-stop-fair-events.exp: New file.
13516
a7b796db
PA
135172015-01-09 Pedro Alves <palves@redhat.com>
13518
13519 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13520 the global scope. Set a breakpoint after all threads are started
13521 rather than stepping over two source lines. Expect the prompt.
13522 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13523 global.
13524 (NUM): Now 15.
13525 (main): Use threads_started_barrier to wait for all threads to
13526 start. Main thread no longer calls thread_function. Exit after
13527 180 seconds.
13528 (loop): New function.
13529 (thread_function): Wait on threads_started_barrier barrier. Call
13530 'loop' at each iteration.
13531 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13532 threads have started, instead of hardcoding number of "next"
13533 steps. Use an access watchpoint instead of a write watchpoint.
13534
9665ffdd
PA
135352015-01-09 Pedro Alves <palves@redhat.com>
13536
13537 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13538 (thread_func): Wait on barrier.
13539 (main): Wait for all threads to start before stopping GDB.
13540 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13541 global.
13542 (thread1_func, thread2_func): Wait on barrier.
13543 (main): Wait for all threads to start before stopping GDB.
13544 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13545 New global.
13546 (thread1_func, thread2_func): Wait on barrier.
13547 (main): Wait for all threads to start before stopping GDB.
13548
c945a99f
PA
135492015-01-09 Pedro Alves <palves@redhat.com>
13550
13551 * gdb.threads/attach-many-short-lived-threads.c: New file.
13552 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13553
c1a747c1
PA
135542014-01-09 Pedro Alves <palves@redhat.com>
13555
13556 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13557 instead of to thread 2.
13558 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13559 Add barrier around each pthread_create call instead of around all
13560 calls.
13561 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13562 Set a break on thread_function and have the child threads hit it
13563 one at at a time.
13564
60b3033e
PA
135652015-01-09 Pedro Alves <palves@redhat.com>
13566
13567 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13568 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13569 false.
13570 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13571 checking whether the target board is remote.
13572 * gdb.multi/multi-attach.exp: Likewise.
13573 * gdb.python/py-sync-interp.exp: Likewise.
13574 * gdb.server/ext-attach.exp: Likewise.
13575 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13576 tests that need to attach, instead of checking whether the target
13577 board is remote at the top of the file.
13578
acc018ac
YQ
135792015-01-08 Yao Qi <yao@codesourcery.com>
13580
13581 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13582
50a18af8
JK
135832015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13584
13585 Fix testcase compilation.
13586 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13587
8503d6e1
JB
135882015-01-06 Joel Brobecker <brobecker@adacore.com>
13589
13590 * gdb.python/py-type.exp: Add a couple test about empty
13591 array creation, and negative-length array creation.
13592
cc73dbcc
DE
135932015-01-02 Doug Evans <xdje42@gmail.com>
13594
13595 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13596
0300bbc7
DE
135972015-01-02 Doug Evans <dje@google.com>
13598
13599 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13600
9d85a0ec
YQ
136012014-12-29 Yao Qi <yao@codesourcery.com>
13602
13603 * gdb.trace/entry-values.exp: Update comments. Rename variable
13604 bar_call_foo to returned_from_foo.
13605
87186c6a
MMN
136062014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13607
13608 PR gdb/17394
13609 * gdb.linespec/break-asm-file.c: New file.
13610 * gdb.linespec/break-asm-file.exp: New file.
13611 * gdb.linespec/break-asm-file0.s: New file.
13612 * gdb.linespec/break-asm-file1.s: New file.
13613
1bab7383
YQ
136142014-12-18 Nigel Stephens <nigel@mips.com>
13615 Maciej W. Rozycki <macro@codesourcery.com>
13616
13617 * gdb.base/float.exp: Handle the new output from "info float" on
13618 MIPS targets.
13619
1bc1068a
JK
136202014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13621
13622 Fix MinGW compilation.
13623 * gdb.compile/compile-ops.exp: Update untested message if
13624 !skip_compile_feature_tests.
13625 * gdb.compile/compile-setjmp.exp: Likewise.
13626 * gdb.compile/compile-tls.exp: Likewise.
13627 * gdb.compile/compile.exp: Likewise.
13628 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13629 supported on this host".
13630
b6615d10
DE
136312014-12-16 Doug Evans <xdje42@gmail.com>
13632
13633 * boards/stabs.exp: New file.
13634
25dda427
AA
136352014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13636
13637 * gdb.base/completion.exp: Adjust to format changes of "maint
13638 print user-registers".
13639
bf330350
CU
136402014-12-16 Catalin Udma <catalin.udma@freescale.com>
13641
13642 PR server/17457
13643 * gdb.arch/aarch64-fp.c: New file.
13644 * gdb.arch/aarch64-fp.exp: New file.
13645
395cf596
SDJ
136462014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13647
13648 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13649 r210637, r210913, r211666, r215400, r215817).
13650
13651 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13652 * dg-extract-results.py: New file.
13653 * dg-extract-results.sh: Use it if the environment seems
13654 suitable.
13655
13656 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13657
13658 * dg-extract-results.py (parse_run): Handle warnings that
13659 are printed before a test harness is run.
13660
13661 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13662
13663 * dg-extract-results.py (Named): Remove __cmp__ method.
13664 (output_variation): Use a key to sort variation.harnesses.
13665
13666 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13667
13668 * dg-extract-results.py: For Python 3, force sys.stdout to
13669 handle surrogate escape sequences.
13670 (safe_open): New function.
13671 (output_segment, main): Use it.
13672
13673 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13674
13675 * dg-extract-results.py (Prog.result_re): Include options
13676 in test name.
13677
13678 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13679
13680 * dg-extract-results.py (output_variation): Always sort if
13681 do_sum.
13682
e882ef3c
SM
136832014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13684
13685 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13686 as long as we get pagination notifications.
13687
4992aa20
JM
136882014-12-15 Jason Merrill <jason@redhat.com>
13689
13690 * Makefile.in (check-gdb.%): Restore.
13691 * README: Mention it.
13692
c1b5a1a6
JB
136932014-12-13 Joel Brobecker <brobecker@adacore.com>
13694
13695 * gdb.ada/str_uninit: New testcase.
13696
5537b577
JK
136972014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13698
13699 PR symtab/17642
13700 * gdb.base/vla-stub-define.c: New file.
13701 * gdb.base/vla-stub.c: New file.
13702 * gdb.base/vla-stub.exp: New file.
13703
bb2ec1b3
TT
137042014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13705 Jan Kratochvil <jan.kratochvil@redhat.com>
13706 Tom Tromey <tromey@redhat.com>
13707
13708 * configure.ac: Add gdb.compile/.
13709 * configure: Regenerate.
13710 * gdb.compile/Makefile.in: New file.
13711 * gdb.compile/compile-ops.exp: New file.
13712 * gdb.compile/compile-ops.c: New file.
13713 * gdb.compile/compile-tls.c: New file.
13714 * gdb.compile/compile-tls.exp: New file.
13715 * gdb.compile/compile-constvar.S: New file.
13716 * gdb.compile/compile-constvar.c: New file.
13717 * gdb.compile/compile-mod.c: New file.
13718 * gdb.compile/compile-nodebug.c: New file.
13719 * gdb.compile/compile-setjmp-mod.c: New file.
13720 * gdb.compile/compile-setjmp.c: New file.
13721 * gdb.compile/compile-setjmp.exp: New file.
13722 * gdb.compile/compile-shlib.c: New file.
13723 * gdb.compile/compile.c: New file.
13724 * gdb.compile/compile.exp: New file.
13725 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13726
4ff709eb
TT
137272014-12-12 Tom Tromey <tromey@redhat.com>
13728
13729 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13730 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13731
6dddd6a5
DE
137322014-12-12 Doug Evans <dje@google.com>
13733
13734 * lib/gdb-python.exp (get_python_valueof): New function.
13735 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13736
71c24708
AA
137372014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13738
13739 * gdb.base/completion.exp: Add test for completion of "info
13740 registers ".
13741
3e29f34a
MR
137422014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13743
13744 * gdb.base/func-ptrs.c: New file.
13745 * gdb.base/func-ptrs.exp: New file.
13746
fc126975
SM
137472014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13748
13749 PR breakpoints/17012
13750 * gdb.base/dprintf-detach.c: New file.
13751 * gdb.base/dprintf-detach.exp: New file.
13752
0a46d518
SM
137532014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13754
13755 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13756 * lib/gdb.exp (target_is_gdbserver): New procedure.
13757
a0be3e44
DE
137582014-12-08 Doug Evans <dje@google.com>
13759
13760 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13761
df1b803a
YQ
137622014-12-05 Yao Qi <yao@codesourcery.com>
13763
13764 * gdb.guile/scm-error.exp: Remove the third argument to
13765 gdb_remote_download.
13766 * gdb.guile/scm-frame-args.exp: Likewise.
13767 * gdb.guile/scm-section-script.exp: Likewise.
13768
ddb9f679
YQ
137692014-12-05 Yao Qi <yao@codesourcery.com>
13770
13771 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13772
86e4ed39
DE
137732014-12-04 Doug Evans <dje@google.com>
13774
13775 * gdb.python/py-objfile.exp: Add tests for
13776 objfile.add_separate_debug_file.
13777
7c50a931
DE
137782014-12-04 Doug Evans <dje@google.com>
13779
13780 * lib/gdb.exp (get_build_id): New function.
13781 (build_id_debug_filename_get): Rewrite to use it.
13782 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13783
621661e3
MR
137842014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13785
13786 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13787 `method(long)', not just 0x0.
13788 * gdb.cp/nsalias.exp: Align code labels to 4.
13789 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13790 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13791 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13792 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13793 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13794 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13795
29f0c3b7
DE
137962014-12-02 Doug Evans <dje@google.com>
13797
e1e061e7 13798 PR symtab/17602
29f0c3b7 13799 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 13800 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
13801 * gdb.cp/anon-ns.exp: Update.
13802
162078c8
NB
138032014-12-02 Nick Bull <nicholaspbull@gmail.com>
13804
13805 * gdb.python/py-events.py (inferior_call_handler): New.
13806 (register_changed_handler, memory_changed_handler): New.
13807 (test_events.invoke): Register new handlers.
13808 * gdb.python/py-events.exp: Add tests for inferior call,
13809 memory_changed and register_changed events.
13810
fdb09caf
AA
138112014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13812
13813 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13814 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13815 if the linker doesn't understand this.
13816
55cfb2c4
SM
138172014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13818
13819 * gdb.python/python.exp: Change expected reply to help().
13820
9e8cd6df
YQ
138212014-12-01 Yao Qi <yao@codesourcery.com>
13822
13823 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13824 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13825 * configure: Re-generated.
13826
6c659fc2
SC
138272014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13828
13829 * gdb.cp/chained-calls.cc: New file.
13830 * gdb.cp/chained-calls.exp: New file.
13831 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13832
d7fc3181
SM
138332014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13834
13835 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13836 * gdb.dwarf2/symtab-producer.exp: Same.
13837 * gdb.gdb/python-interrupts.exp: Same.
13838 * gdb.gdb/python-selftest.exp: Same.
13839 * gdb.python/py-linetable.exp: Same.
13840 * gdb.python/py-type.exp: Same.
13841 * gdb.python/py-value-cc.exp: Same.
13842 * gdb.python/py-value.exp: Same.
13843
10e79639
YQ
138442014-11-28 Yao Qi <yao@codesourcery.com>
13845
13846 * gdb.base/break-probes.exp: Match library name prefixed with
13847 sysroot.
13848
f28a0564
SM
138492014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13850
13851 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13852 test expected output. Add parentheses for the call to print.
13853 Remove L suffix from integers.
13854
3fe1ce1d
DE
138552014-11-26 Doug Evans <dje@google.com>
13856
13857 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13858
84429e27
YQ
138592014-11-22 Yao Qi <yao@codesourcery.com>
13860
13861 * gdb.trace/entry-values.c: Remove asms.
13862 (foo): Add foo_label.
13863 (bar): Add bar_label.
13864 * gdb.trace/entry-values.exp: Remove code computing foo's
13865 length and bar's length.
13866 (Dwarf::assemble): Invoke function_range for bar and use
13867 MACRO_AT_func for foo.
13868
26741859
YQ
138692014-11-22 Yao Qi <yao@codesourcery.com>
13870
13871 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13872 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13873 Use .Lgcc43_procstart instead of gcc43.
13874
45e44d27
JB
138752014-11-21 Joel Brobecker <brobecker@adacore.com>
13876
13877 * gdb.ada/n_arr_bound: New testcase.
13878
458c8db8
SDJ
138792014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13880
13881 PR breakpoints/10737
13882 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13883 test_catch_syscall_multi_arch.
13884 (test_catch_syscall_multi_arch): New function.
13885
43f3e411
DE
138862014-11-20 Doug Evans <xdje42@gmail.com>
13887
13888 * gdb.base/maint.exp: Update expected output.
13889
0d7b2549
AA
138902014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13891
13892 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13893 4-byte instruction on S390.
13894
8908fca5
JB
138952014-11-19 Joel Brobecker <brobecker@adacore.com>
13896
13897 * gdb.ada/arr_arr: New testcase.
13898
4a46959e
JB
138992014-11-19 Joel Brobecker <brobecker@adacore.com>
13900
13901 * gdb.ada/pkd_arr_elem: New Testcase.
13902
470e2f4e
LM
139032014-11-18 Luis Machado <lgustavo@codesourcery.com>
13904
13905 * gdb.reverse/break-precsave: Expect completion message for
13906 core file reads.
13907 * gdb.reverse/consecutive-precsave.exp: Likewise.
13908 * gdb.reverse/finish-precsave.exp: Likewise.
13909 * gdb.reverse/i386-precsave.exp: Likewise.
13910 * gdb.reverse/machinestate-precsave.exp: Likewise.
13911 * gdb.reverse/sigall-precsave.exp: Likewise.
13912 * gdb.reverse/solib-precsave.exp: Likewise.
13913 * gdb.reverse/step-precsave.exp: Likewise.
13914 * gdb.reverse/until-precsave.exp: Likewise.
13915 * gdb.reverse/watch-precsave.exp: Likewise.
13916
a267f3ad
AA
139172014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13918
13919 * gdb.base/bp-permanent.c: Include unistd.h.
13920 * gdb.python/py-framefilter-mi.c (main): Add return type.
13921 * gdb.python/py-framefilter.c (main): Likewise.
13922 * gdb.trace/actions-changed.c (main): Likewise.
13923
12084a9a
AA
139242014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13925
13926 * gdb.mi/until.c: Add eye-catchers.
13927 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13928 line numbers.
13929
dc7e1a77
AA
139302014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13931
13932 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13933 function header variants in break1.c.
13934 * gdb.base/ena-dis-br.exp: Likewise.
13935 * gdb.base/hbreak2.exp: Likewise.
13936 * gdb.reverse/until-precsave.exp: Drop references to removed
13937 non-prototype function header variants in ur1.c.
13938 * gdb.reverse/until-reverse.exp: Likewise.
13939
41c77605
PM
139402014-11-17 Petr Machata <pmachata@redhat.com>
13941
13942 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13943 ${_cu_offset_size} bytes abbrev offset.
13944
34248c3a
DE
139452014-11-15 Doug Evans <xdje42@gmail.com>
13946
13947 PR symtab/17559
13948 * gdb.base/line-symtabs.exp: New file.
13949 * gdb.base/line-symtabs.c: New file.
13950 * gdb.base/line-symtabs.h: New file.
13951
646da059
YQ
139522014-11-14 Yao Qi <yao@codesourcery.com>
13953
13954 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13955 (func): Add label func_label.
13956 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13957 Replace low_pc and high_pc with MACRO_AT_range.
13958 Replace name, low_pc and high_pc with MACRO_AT_func.
13959
9301ebe6
YQ
139602014-11-14 Yao Qi <yao@codesourcery.com>
13961
13962 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13963 Replace name, low_pc and high_pc with MACRO_AT_func.
13964
f166b542
YQ
139652014-11-14 Yao Qi <yao@codesourcery.com>
13966
13967 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13968 produce debug information.
13969 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13970
0f6e71e3
YQ
139712014-11-14 Yao Qi <yao@codesourcery.com>
13972
13973 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13974 object and get function length.
13975 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13976 with MACRO_AT_func.
13977 (top-level): Replace gdb_compile and clean_restart with
13978 prepare_for_testing.
13979 * gdb.dwarf2/main.c (main): Add label main_label.
13980
876c4df9
YQ
139812014-11-14 Yao Qi <yao@codesourcery.com>
13982
13983 * lib/dwarf.exp (function_range): New procedure.
13984 (Dwarf::_handle_macro_at_func): New procedure.
13985 (Dwarf::_handle_macro_at_range): New procedure.
13986 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13987
02ad9cf1
YQ
139882014-11-14 Yao Qi <yao@codesourcery.com>
13989
13990 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13991 (_handle_attribute): New procedure.
13992
a59add0c
AA
139932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13994
13995 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13996 * gdb.base/call-sc.c (zed): Likewise.
13997 * gdb.base/checkpoint.c (main): Likewise.
13998 * gdb.base/dump.c (main): Likewise.
13999 * gdb.base/gcore.c (main): Likewise.
14000 * gdb.base/huge.c (main): Likewise.
14001 * gdb.base/multi-forks.c (main): Likewise.
14002 * gdb.base/pr10179-a.c (main): Likewise.
14003 * gdb.base/savedregs.c (main): Likewise.
14004 * gdb.base/sigaltstack.c (main): Likewise.
14005 * gdb.base/siginfo.c (main): Likewise.
14006 * gdb.base/structs.c (zed): Likewise.
14007 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
14008 * gdb.mi/mi-syn-frame.c (main): Likewise.
14009 * gdb.mi/until.c (foo, main): Likewise.
14010 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14011 * gdb.base/solib-weak.c (foo): Declare.
14012 * gdb.base/attach-twice.c: Include stdio.h.
14013 * gdb.base/weaklib1.c: Likewise.
14014 * gdb.base/weaklib2.c: Likewise.
14015 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14016 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14017 unistd.h.
14018 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14019 * gdb.mi/mi-exit-code.c: Likewise.
14020 * gdb.base/break-interp-lib.c: Include string.h.
14021 * gdb.base/coremaker.c: Likewise.
14022 * gdb.base/testenv.c: Likewise.
14023 * gdb.python/py-finish-breakpoint.c: Likewise.
14024 * gdb.base/inferior-died.c: Include sys/wait.h.
14025 * gdb.base/fileio.c: Include time.h.
14026 * gdb.base/async-shell.c: Include unistd.h.
14027 * gdb.base/dprintf-non-stop.c: Likewise.
14028 * gdb.base/info-os.c: Likewise.
14029 * gdb.mi/mi-console.c: Likewise.
14030 * gdb.mi/watch-nonstop.c: Likewise.
14031 * gdb.python/py-events.c: Likewise.
14032 * gdb.base/async.c (baz): Move up before its invocation.
14033 * gdb.base/code_elim2.c (my_global_func): Likewise.
14034 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14035 * gdb.base/advance.c (func2): Likewise.
14036
3b5d5997
AA
140372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14038
14039 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14040 variant.
14041 * gdb.base/annota3.c: Likewise.
14042 * gdb.base/async.c: Likewise.
14043 * gdb.base/average.c: Likewise.
14044 * gdb.base/call-ar-st.c: Likewise.
14045 * gdb.base/call-rt-st.c: Likewise.
14046 * gdb.base/call-sc.c: Likewise.
14047 * gdb.base/call-strs.c: Likewise.
14048 * gdb.base/ending-run.c: Likewise.
14049 * gdb.base/execd-prog.c: Likewise.
14050 * gdb.base/exprs.c: Likewise.
14051 * gdb.base/foll-exec.c: Likewise.
14052 * gdb.base/foll-fork.c: Likewise.
14053 * gdb.base/foll-vfork.c: Likewise.
14054 * gdb.base/funcargs.c: Likewise.
14055 * gdb.base/gcore.c: Likewise.
14056 * gdb.base/jump.c: Likewise.
14057 * gdb.base/langs0.c: Likewise.
14058 * gdb.base/langs1.c: Likewise.
14059 * gdb.base/langs2.c: Likewise.
14060 * gdb.base/mips_pro.c: Likewise.
14061 * gdb.base/nodebug.c: Likewise.
14062 * gdb.base/opaque0.c: Likewise.
14063 * gdb.base/opaque1.c: Likewise.
14064 * gdb.base/recurse.c: Likewise.
14065 * gdb.base/run.c: Likewise.
14066 * gdb.base/scope0.c: Likewise.
14067 * gdb.base/scope1.c: Likewise.
14068 * gdb.base/setshow.c: Likewise.
14069 * gdb.base/setvar.c: Likewise.
14070 * gdb.base/shmain.c: Likewise.
14071 * gdb.base/shr1.c: Likewise.
14072 * gdb.base/shr2.c: Likewise.
14073 * gdb.base/sigall.c: Likewise.
14074 * gdb.base/signals.c: Likewise.
14075 * gdb.base/so-indr-cl.c: Likewise.
14076 * gdb.base/solib2.c: Likewise.
14077 * gdb.base/structs.c: Likewise.
14078 * gdb.base/sum.c: Likewise.
14079 * gdb.base/vforked-prog.c: Likewise.
14080 * gdb.base/watchpoint.c: Likewise.
14081 * gdb.reverse/shr2.c: Likewise.
14082 * gdb.reverse/until-reverse.c: Likewise.
14083 * gdb.reverse/ur1.c: Likewise.
14084 * gdb.reverse/watch-reverse.c: Likewise.
14085
066a77c5
AA
140862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14087
14088 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14089 variant.
14090 * gdb.base/sepdebug.exp: Drop references to removed code.
14091
4f204ea5
AA
140922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14093
14094 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14095 variant. Preserve original line numbering.
14096 * gdb.base/list1.c: Likewise.
14097
3b377a3a
AA
140982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14099
14100 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14101 variant.
14102 * gdb.base/break1.c: Likewise.
14103 * gdb.base/break.exp: Drop references to removed code.
14104
e444df73
AA
141052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14106
14107 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14108 variant.
14109
8008f2a7
AA
141102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14111
14112 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14113
a5a06887
AA
141142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14115
14116 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14117 logic into perform_all_tests() and invoke it with and without
14118 function header prototypes.
14119 (do_function_calls): Remove conditional XFAIL for PR 5318.
14120 (rerun_and_prepare): Remove duplicate code.
14121 (perform_all_tests): New. Main logic moved here.
14122
44dba9b9
AA
141232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14124
14125 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14126 code guarded by #ifdef NO_PROTOTYPES.
14127 (t_double_many_args): Likewise.
14128 (DEF_FUNC_MANY_ARGS_1): Likewise.
14129 (DEF_FUNC_VALUES_1): Likewise.
14130 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14131 guarded by #ifdef PROTOTYPES.
14132
d1fbcd56
AA
141332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14134
14135 * gdb.mi/mi-console.c: Add eye-catcher.
14136 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14137 instead of literal line number.
14138
b0e59b8f
AA
141392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14140
14141 * gdb.base/shr2.c: Add eye-catcher.
14142 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14143 line number.
14144
78f98cca
AA
141452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14146
14147 * gdb.base/jump.c: Add eye-catchers.
14148 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14149 numbers.
14150
58fa2af0
AA
141512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14152
14153 * gdb.base/execd-prog.c: Add eye-catchers.
14154 * gdb.base/foll-exec.c: Likewise.
14155 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14156 line numbers.
14157
04e5059b
AA
141582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14159
14160 * gdb.base/ending-run.c: Add eye-catchers.
14161 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14162 literal line numbers.
14163
dbfdb174
AA
141642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14165
14166 * gdb.base/call-rt-st.c: Add eye-catchers.
14167 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14168 literal line numbers.
14169
888a2ade
AA
141702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14171
14172 * gdb.base/call-ar-st.c: Add eye-catchers.
14173 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14174 literal line numbers.
14175
6acc2dde
AA
141762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14177
14178 * gdb.base/average.c: Add eye-catchers.
14179 * gdb.base/sum.c: Likewise.
14180 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14181 regexps dynamically.
14182
9ecfcd1d
AA
141832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14184
14185 * gdb.base/solib1.c: Add eye-catchers.
14186 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14187 literal line numbers.
14188
78708b7c
PA
141892014-11-12 Pedro Alves <palves@redhat.com>
14190
14191 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14192 leader has exited.
14193
af48d08f
PA
141942014-11-12 Pedro Alves <palves@redhat.com>
14195
14196 * gdb.arch/i386-bp_permanent.c: New file.
14197 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14198 (srcfile): Set to i386-bp_permanent.c.
14199 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14200 that stepi does not execute the 'leave' instruction, instead of
14201 testing it does execute.
14202 * gdb.base/bp-permanent.c: New file.
14203 * gdb.base/bp-permanent.exp: New file.
14204
af3768e9
DE
142052014-11-10 Doug Evans <xdje42@gmail.com>
14206
14207 PR symtab/17564
14208 * gdb.base/symtab-search-order.exp: New file.
14209 * gdb.base/symtab-search-order.c: New file.
14210 * gdb.base/symtab-search-order-1.c: New file.
14211 * gdb.base/symtab-search-order-shlib-1.c: New file.
14212
9de00a4a
PA
142132014-11-07 Pedro Alves <palves@redhat.com>
14214
14215 PR gdb/17511
14216 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14217 i?86-*-linux*.
14218
e0f52461
SC
142192014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14220
14221 PR c++/17494
14222 * gdb.cp/pr17494.cc: New file.
14223 * gdb.cp/pr17494.exp: New file.
14224
6ce8c980
YQ
142252014-11-02 Yao Qi <yao@codesourcery.com>
14226
14227 * gdb.python/python.exp: Get working directory and match the
14228 output of "set extended-prompt \\w " with it.
14229
02be9a71
DE
142302014-10-30 Doug Evans <dje@google.com>
14231
14232 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14233 in objfiles.
14234 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14235 in progspaces.
14236
3bdff46b
LM
142372014-10-30 Janis Johnson <janisjo@codesourcery.com>
14238
14239 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14240 * gdb.base/realname-expand.exp: Likewise.
14241 * gdb.linespec/macro-relative.exp: Likewise.
14242
ab917dfb
PA
142432014-10-29 Pedro Alves <palves@redhat.com>
14244
14245 PR gdb/17408
14246 * gdb.threads/schedlock.c (some_function): New function.
14247 (call_function): New global.
14248 (MAYBE_CALL_SOME_FUNCTION): New macro.
14249 (thread_function): Call it.
14250 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14251 and use it instead of a global counter. Adjust all callers.
14252 (get_current_thread): Use "find current thread" for test message
14253 here rather than having all callers pass down the same string.
14254 (goto_loop): New procedure, factored out from ...
14255 (my_continue): ... this.
14256 (step_ten_loops): Change parameter from test message to command to
14257 use. Adjust.
14258 (list_count): Delete global.
14259 (check_result): New procedure, factored out from duplicate top
14260 level code.
14261 (continue tests): Wrap in with_test_prefix.
14262 (test_step): New procedure, factored out from duplicate top level
14263 code.
14264 (top level): Test "step" in combination with all scheduler-locking
14265 modes. Test "next" in combination with all scheduler-locking
14266 modes, and in combination with stepping over a function call or
14267 not.
14268 * gdb.threads/next-bp-other-thread.c: New file.
14269 * gdb.threads/next-bp-other-thread.exp: New file.
14270
d3d4baed
PA
142712014-10-29 Pedro Alves <palves@redhat.com>
14272
14273 PR python/17372
14274 * gdb.python/python.exp: Test a multi-line command that spawns
14275 interactive Python.
14276 * gdb.base/multi-line-starts-subshell.exp: New file.
14277
563e8d85
YQ
142782014-10-29 Yao Qi <yao@codesourcery.com>
14279
14280 * gdb.base/fileio.exp: Make directories on host.
14281
0ea4d52e
YQ
142822014-10-29 Yao Qi <yao@codesourcery.com>
14283
14284 * gdb.base/fileio.c (test_write): Close the file.
14285
7f5ef605
PA
142862014-10-28 Pedro Alves <palves@redhat.com>
14287
14288 PR gdb/12623
14289 * gdb.base/sigstep.c (no_handler): New global.
14290 (main): If 'no_handler is true, set the signal handlers to
14291 SIG_IGN.
14292 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14293 with_sw_watch and no_handler parameters. Handle them.
14294 (top level) <stepping over handler when stopped at a breakpoint
14295 test>: Add a test axis for testing with a software watchpoint, and
14296 another for testing with the signal handler set to SIG_IGN.
14297 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14298 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14299
abbdbd03
PA
143002014-10-28 Pedro Alves <palves@redhat.com>
14301
14302 PR gdb/17511
14303 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14304 * gdb.base/sigstep.exp (other_handler_location): New global.
14305 (advance): Support stepping into the signal handler, and running
14306 commands while in the handler.
14307 (in_handler_map): New global.
14308 (top level): In the advance test, add combinations for getting
14309 into the handler with stepping commands, and for running commands
14310 in the handler. Add comment descripting the advancei tests.
14311
1df4399f
PA
143122014-10-28 Pedro Alves <palves@redhat.com>
14313
14314 * gdb.base/sigstep.exp: Use build_executable instead of
14315 prepare_for_testing.
14316 (top level): Move code that starts GDB, runs to main and creates a
14317 display to ...
14318 (restart): ... this new procedure.
14319 (top level): Move backtrace from signal handler test to ...
14320 (validate_backtrace): ... this new procedure.
14321 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14322 with_test_prefix. Always restart GDB.
14323 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14324 with_test_prefix. Always restart GDB. No need to delete
14325 breakpoints after the test.
14326 (test_skip_handler): Remove prefix parameter.
14327 (skip_over_handler, breakpoint_to_handler)
14328 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14329 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14330 restart GDB. No need to delete breakpoints after the test.
14331 (top level): Use foreach to call the test procedures with
14332 different commands.
14333
a5b6e449
PA
143342014-10-28 Pedro Alves <palves@redhat.com>
14335
14336 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14337 instead of GNATS numbers.
14338 * gdb.base/sigbpt.exp: Likewise.
14339 * gdb.base/siginfo.exp: Likewise.
14340 * gdb.base/sigstep.exp: Likewise.
14341
e5f8a7cc
PA
143422014-10-27 Pedro Alves <palves@redhat.com>
14343
14344 * gdb.base/sigstep.c (dummy): New global.
14345 (main): Issue a couple writes to the new global.
14346 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14347 procedures.
14348 (skip_over_handler): Use test_skip_handler.
14349 (top level): Call skip_over_handler for stepi and nexti too.
14350 (breakpoint_over_handler): Use test_skip_handler.
14351 (top level): Call breakpoint_over_handler for stepi and nexti too.
14352
763905a3
YQ
143532014-10-27 Yao Qi <yao@codesourcery.com>
14354
14355 * gdb.trace/tfile.c (adjust_function_address)
14356 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14357 function descriptor.
14358
6f259a23
DB
143592014-10-24 Don Breazeal <donb@codesourcery.com>
14360
14361 * gdb.base/foll-fork.exp (test_follow_fork,
14362 catch_fork_child_follow): Check for updated fork messages emitted
14363 from infrun.c.
14364 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14365 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14366 vfork_and_exec_child_follow_through_step): Check for updated vfork
14367 messages emitted from infrun.c.
14368
09dd9a69
PA
143692014-10-24 Pedro Alves <palves@redhat.com>
14370
14371 * gdb.base/corefile.exp: Remove references to ultrix.
14372 * gdb.base/interrupt.exp: Likewise.
14373 * gdb.base/whatis.exp: Likewise.
14374 * gdb.gdb/selftest.exp: Likewise.
14375 * gdb.threads/manythreads.exp: Likewise.
14376 * gdb.threads/print-threads.exp: Likewise.
14377 * gdb.threads/pthreads.exp:: Likewise.
14378 * gdb.threads/schedlock.exp: Likewise.
14379
3433cfa5
SC
143802014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14381
14382 * gdb.cp/non-trivial-retval.cc: Add a test case.
14383 * gdb.cp/non-trivial-retval.exp: Add a test.
14384
092f880b
YQ
143852014-10-20 Yao Qi <yao@codesourcery.com>
14386
14387 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14388 * gdb.python/py-objfile-script-gdb.py: New file.
14389 * gdb.python/py-objfile-script.exp: Update reference to
14390 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14391 of remote_download. Remove the dest file.
14392
acbdb7f3
YQ
143932014-10-20 Yao Qi <yao@codesourcery.com>
14394
14395 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14396 * gdb.base/step-line.exp: Likewise.
14397 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14398 * gdb.dwarf2/dw2-basic.exp: Likewise.
14399 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14400 * gdb.dwarf2/dw2-filename.exp: Likewise.
14401 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14402 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14403 * gdb.dwarf2/dw2-producer.exp: Likewise.
14404 * gdb.dwarf2/mac-fileno.exp: Likewise.
14405 * gdb.python/py-frame-args.exp: Likewise.
14406 * gdb.python/py-framefilter.exp: Likewise.
14407 * gdb.python/py-mi.exp: Likewise.
14408 * gdb.python/py-objfile-script.exp: Likewise
14409 * gdb.python/py-pp-integral.exp: Likewise.
14410 * gdb.python/py-pp-re-notag.exp: Likewise.
14411 * gdb.python/py-prettyprint.exp: Likewise.
14412 * gdb.python/py-section-script.exp: Likewise.
14413 * gdb.python/py-typeprint.exp: Likewise.
14414 * gdb.python/py-xmethods.exp: Likewise.
14415 * gdb.stabs/weird.exp: Likewise.
14416 * gdb.xml/tdesc-regs.exp: Likewise.
14417
bd286a29
KCY
144182014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14419
14420 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14421 (out_cu): Use addr_len for the size of addresses.
14422 (out_line): Likewise. Size DW_LNE_set_address instruction
14423 according to addr_len.
14424 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14425 (FUNC): Add START_INSNS to definition.
14426
673dc4a0
YQ
144272014-10-18 Yao Qi <yao@codesourcery.com>
14428
14429 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14430 gdb_has_argv0 return true.
14431 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14432 check [target_info exists noargs], check [gdb_has_argv0]
14433 instead.
14434 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14435 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14436 procedures.
14437
4ffbba72
DE
144382014-10-17 Doug Evans <dje@google.com>
14439
14440 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14441 event.
14442 * gdb.python/py-events.py: Add clear_objfiles event.
14443
d096d8c1
DE
144442014-10-17 Doug Evans <dje@google.com>
14445
14446 * gdb.python/py-objfile.exp: Test progspace attribute.
14447
a80db015
LM
144482014-10-17 Luis Machado <lgustavo@codesourcery.com>
14449
14450 * gdb.guile/scm-breakpoint.exp: Do not assume any
14451 directory separators when matching source file paths.
14452 * gdb.python/py-breakpoint.exp: Likewise.
14453 * gdb.reverse/break-precsave.exp: Likewise.
14454 * gdb.reverse/break-reverse.exp: Likewise.
14455 * gdb.reverse/consecutive-precsave.exp: Likewise.
14456 * gdb.reverse/finish-precsave.exp: Likewise.
14457 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14458 * gdb.reverse/finish-reverse.exp: Likewise.
14459 * gdb.reverse/i386-precsave.exp: Likewise.
14460 * gdb.reverse/i387-env-reverse.exp: Likewise.
14461 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14462 * gdb.reverse/machinestate-precsave.exp: Likewise.
14463 * gdb.reverse/machinestate.exp: Likewise.
14464 * gdb.reverse/sigall-precsave.exp: Likewise.
14465 * gdb.reverse/solib-precsave.exp: Likewise.
14466 * gdb.reverse/step-precsave.exp: Likewise.
14467 * gdb.reverse/until-precsave.exp: Likewise.
14468 * gdb.reverse/watch-precsave.exp: Likewise.
14469 * gdb.reverse/watch-reverse.exp: Likewise.
14470
b22089ab
YQ
144712014-10-17 Yao Qi <yao@codesourcery.com>
14472
14473 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14474 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14475
6c4486e6
PA
144762014-10-17 Pedro Alves <palves@redhat.com>
14477
14478 PR gdb/17471
14479 * gdb.base/bg-execution-repeat.c: New file.
14480 * gdb.base/bg-execution-repeat.exp: New file.
14481
0ff33695
PA
144822014-10-17 Pedro Alves <palves@redhat.com>
14483
14484 PR gdb/17300
14485 * gdb.base/continue-all-already-running.c: New file.
14486 * gdb.base/continue-all-already-running.exp: New file.
14487
6fdebc3d
PA
144882014-10-17 Pedro Alves <palves@redhat.com>
14489
14490 PR gdb/17472
14491 * gdb.base/annota-input-while-running.c: New file.
14492 * gdb.base/annota-input-while-running.exp: New file.
14493
32a8097b
PA
144942014-10-17 Pedro Alves <palves@redhat.com>
14495
14496 * gdb.base/callfuncs.exp: emove references to osf.
14497 * gdb.base/sigall.exp: Likewise.
14498 * gdb.gdb/selftest.exp: Likewise.
14499 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14500 * gdb.mi/non-stop.c: Likewise.
14501 * gdb.mi/pthreads.c: Likewise.
14502 * gdb.reverse/sigall-precsave.exp: Likewise.
14503 * gdb.reverse/sigall-reverse.exp: Likewise.
14504 * gdb.threads/pthreads.c: Likewise.
14505 * gdb.threads/pthreads.exp: Likewise.
14506
7a3517ff
YQ
145072014-10-17 Yao Qi <yao@codesourcery.com>
14508
14509 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14510 check 'target_info exists noargs'.
14511 (test_command_prompt_position): Likewise.
14512 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14513 Remove "set args".
14514 (progvar_simple_while_test): Likewise.
14515 (progvar_complex_if_while_test): Likewise.
14516 (if_while_breakpoint_command_test): Likewise.
14517 (infrun_breakpoint_command_test): Likewise.
14518 (breakpoint_command_test): Likewise.
14519 (watchpoint_command_test): Likewise.
14520 (bp_deleted_in_command_test): Likewise.
14521 (temporary_breakpoint_commands): Likewise.
14522
bb99c472
YQ
145232014-10-16 Yao Qi <yao@codesourcery.com>
14524
14525 * gdb.base/remotetimeout.exp: Remove noargs checking.
14526
7c16b83e
PA
145272014-10-15 Pedro Alves <palves@redhat.com>
14528
14529 PR breakpoints/9649
14530 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14531 * gdb.base/breakpoint-in-ro-region.exp
14532 (probe_target_hardware_step): New procedure.
14533 (top level): Probe hardware stepping and hardware breakpoint
14534 support. Test stepping through a read-only region, with both
14535 "breakpoint auto-hw" on and off and both "always-inserted" on and
14536 off.
14537
35a49624
IB
145382014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14539
14540 * gdb.dlang/demangle.exp: Update for demangling changes.
14541
2d1c107c
SC
145422014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14543
14544 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14545 * gdb.cp/non-trivial-retval.exp: Add new tests.
14546
778811d5
SC
145472014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14548
14549 PR c++/13403
14550 PR c++/15154
14551 * gdb.cp/non-trivial-retval.cc: New file.
14552 * gdb.cp/non-trivial-retval.exp: New file.
14553
10c5f0a8
YQ
145542014-10-15 Yao Qi <yao@codesourcery.com>
14555
14556 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14557 remote host.
14558
65d7b369
YQ
145592014-10-15 Yao Qi <yao@codesourcery.com>
14560
14561 * gdb.python/py-symbol.exp: Match file base name if host is
14562 remote, otherwise match file name with dir name.
14563 * gdb.python/py-symtab.exp: Likewise.
14564 * gdb.python/python.exp: Likewise.
14565
46dc1394
YQ
145662014-10-15 Yao Qi <yao@codesourcery.com>
14567
14568 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14569 pattern.
14570 * gdb.python/py-symtab.exp: Likewise.
14571 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14572 locationn.
14573
c40cc657
JB
145742014-10-14 Joel Brobecker <brobecker@adacore.com>
14575
14576 * gdb.ada/addr_arith: New testcase.
14577
2abf49e1
MR
145782014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14579
14580 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14581 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14582 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14583 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14584
f7088df3
SDJ
145852014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14586
14587 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14588 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14589 * gdb.arch/stap-eval-lang-ada.exp: New file.
14590
4dc06805
YQ
145912014-10-14 Yao Qi <yao@codesourcery.com>
14592
14593 * gdb.mi/mi-var-child.c (nothing1): New function.
14594 (nothing2): New function.
14595 (do_children_tests): Set function pointers by nothing1 and
14596 nothing2.
14597 * gdb.mi/mi-var-child.exp: Step over new added statements.
14598 Update test to match the new output.
14599 * gdb.mi/var-cmd.c (nothing1): New function.
14600 (nothing2): New function.
14601 (do_children_tests): Set function pointers by nothing1 and
14602 nothing2.
14603 * gdb.mi/mi-var-display.exp: Update test to match output.
14604 Step to the line specified by $line_dct_nothing.
14605 Increase the number of lines to step.
14606
46a93de2
YQ
146072014-10-14 Yao Qi <yao@codesourcery.com>
14608
14609 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14610 tests.
14611 * gdb.mi/mi2-var-child.exp: Likewise.
14612
14ea52ee
DE
146132014-10-13 Doug Evans <dje@google.com>
14614
14615 * gdb.python/py-objfile.exp: Change name of file name test.
14616
e5c6e92b
DE
146172014-10-13 Doug Evans <dje@google.com>
14618
14619 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14620 from the start of the CU.
14621
c780cc2f
JK
146222014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14623 Yao Qi <yao@codesourcery.com>
14624
14625 Fix "save breakpoints" for "catch" command.
14626 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14627 Remove -nonewline. Match also the added "main" line.
14628
99894e11
JK
146292014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14630
14631 Fix "save breakpoints" for "disable $bpnum" command.
14632 * gdb.base/save-bp.c (main): Add label.
14633 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14634
6e1ac5a3
JK
146352014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14636
14637 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14638
754dd2b0
YQ
146392014-10-11 Yao Qi <yao@codesourcery.com>
14640
14641 * gdb.server/server-kill.exp: Execute command
14642 "set remote trace-status-packet on" before "tstatus".
14643
f90183d7
YQ
146442014-10-11 Yao Qi <yao@codesourcery.com>
14645
14646 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14647 (main): Call getppid.
14648 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14649 and continue to it. Read variable "server_pid".
14650
bf40a607
YQ
146512014-10-11 Yao Qi <yao@codesourcery.com>
14652
14653 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14654
052ca370
YQ
146552014-10-11 Yao Qi <yao@codesourcery.com>
14656
14657 * gdb.threads/thread-find.exp: Don't execute command
14658 "info threads".
14659 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14660 * gdb.threads/linux-dp.exp: Don't check the condition
14661 $threads_created equals to zero.
14662
3831839c
PA
146632014-10-10 Pedro Alves <palves@redhat.com>
14664
14665 * gdb.base/bigcore.exp: Remove references to IRIX.
14666 * gdb.base/funcargs.exp: Likewise.
14667 * gdb.base/interrupt.exp: Likewise.
14668 * gdb.base/mips_pro.exp: Likewise.
14669 * gdb.base/nodebug.exp: Likewise.
14670 * gdb.base/setvar.exp: Likewise.
14671 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14672
8b9a549d
PA
146732014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14674 Pedro Alves <palves@redhat.com>
14675
14676 PR symtab/14466
14677 * gdb.base/vdso-warning.c: New file.
14678 * gdb.base/vdso-warning.exp: New file.
14679
d48ba5e8
DE
146802014-10-02 Doug Evans <dje@google.com>
14681
14682 * gdb.base/structs.c (main): Don't run forever.
14683
2278c276
PA
146842014-10-02 Pedro Alves <palves@redhat.com>
14685
14686 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14687 (top level) <stop threads 1, stop threads 2>: Use it.
14688
b57bacec
PA
146892014-10-02 Pedro Alves <palves@redhat.com>
14690
14691 * gdb.threads/break-while-running.exp (test): Add new
14692 'update_thread_list' argument. Skip "info threads" if false.
14693 (top level): Add new 'update_thread_list' axis.
14694
13fd3ff3
PA
146952014-10-02 Pedro Alves <palves@redhat.com>
14696
14697 PR breakpoints/17431
14698 * gdb.base/execl-update-breakpoints.c: New file.
14699 * gdb.base/execl-update-breakpoints.exp: New file.
14700
0fec99e8
PA
147012014-10-01 Pedro Alves <palves@redhat.com>
14702
14703 * gdb.base/breakpoint-in-ro-region.c: New file.
14704 * gdb.base/breakpoint-in-ro-region.exp: New file.
14705
2ddf4301
SM
147062014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14707
14708 * gdb.mi/mi-exit-code.exp: New file.
14709 * gdb.mi/mi-exit-code.c: New file.
14710
6a5f3f43
YQ
147112014-09-30 Yao Qi <yao@codesourcery.com>
14712
14713 * lib/prelink-support.exp (build_executable_own_libs): Error if
14714 the target isn't native.
14715
345bcc73
YQ
147162014-09-30 Yao Qi <yao@codesourcery.com>
14717
14718 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14719 false.
14720
a25a5a45
PA
147212014-09-22 Pedro Alves <palves@redhat.com>
14722
14723 * gdb.threads/break-while-running.exp: New file.
14724 * gdb.threads/break-while-running.c: New file.
14725
00ba3162
YQ
147262014-09-19 Yao Qi <yao@codesourcery.com>
14727
14728 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14729 Invoke test. Restart GDB with --readnow and invoke test again.
14730
c3b7b696
YQ
147312014-09-19 Yao Qi <yao@codesourcery.com>
14732
14733 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14734 proc set_breakpoint_on_gcd_function. Invoke
14735 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14736 invoke set_breakpoint_on_gcd_function again.
14737
2b4fd423
DE
147382014-09-18 Doug Evans <dje@google.com>
14739
14740 * gdb.dwarf2/symtab-producer.exp: New file.
14741
a5947601
SDJ
147422014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14743
14744 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14745 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14746 * gdb.base/global-var-nested-by-dso.c: Likewise.
14747 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14748
91c19059
SDJ
147492014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14750 Pedro Alves <palves@redhat.com>
14751
14752 * gdb.base/watch-bitfields.exp: Pass string other than test file
14753 name to prepare_for_testing.
14754 (watch): New procedure.
14755 (expect_watchpoint): Use with_test_prefix.
14756 (top level): Factor out tests to ...
14757 (test_watch_location, test_regular_watch): ... these new
14758 procedures, and use with_test_prefix and gdb_continue_to_end.
14759
bb9d5f81
PP
147602014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14761
14762 PR breakpoints/12526
14763 * gdb.base/watch-bitfields.exp: New file.
14764 * gdb.base/watch-bitfields.c: New file.
14765
635856f5
PA
147662014-09-16 Pedro Alves <palves@redhat.com>
14767
14768 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14769 software and hardware addresses, not software address against
14770 itself.
14771
7280ceea
PA
147722014-09-16 Pedro Alves <palves@redhat.com>
14773
14774 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14775 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14776
428b16bd
PA
147772014-09-16 Pedro Alves <palves@redhat.com>
14778
14779 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14780 files.
14781 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14782 "*-*-vxworks*" throughout.
14783 * gdb.base/break.exp: Likewise.
14784 * gdb.base/default.exp: Likewise.
14785 * gdb.base/scope.exp: Likewise.
14786 * gdb.base/sepdebug.exp: Likewise.
14787 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14788 throughout.
14789 * gdb.base/run.c: Likewise.
14790 * gdb.base/sepdebug.c: Likewise.
14791 * gdb.hp/gdb.aCC/run.c: Likewise.
14792 * gdb.reverse/until-reverse.c: Likewise.
14793 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14794
666d413c
YQ
147952014-09-16 Yao Qi <yao@codesourcery.com>
14796
14797 * boards/local-remote-host-native.exp: New file.
14798
57cbd724
DE
147992014-09-14 Doug Evans <xdje42@gmail.com>
14800
14801 * gdb.threads/queue-signal.c (thread_count): New variable.
14802 (thread_count_mutex, thread_count_condvar): New variables.
14803 (incr_thread_count, wait_all_threads_running): New functions.
14804 (main): Wait for all threads to be in their thread functions.
14805
81219e53
DE
148062014-09-13 Doug Evans <xdje42@gmail.com>
14807
14808 * gdb.threads/queue-signal.c: New file.
14809 * gdb.threads/queue-signal.exp: New file.
14810
3714cea7
DE
148112014-09-13 Doug Evans <xdje42@gmail.com>
14812
14813 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14814 be consistent with what default_gdb_init uses.
14815 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14816 the plain text of the prompt. Add some logging printfs.
14817 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14818
fa43b1d7
PA
148192014-09-12 Pedro Alves <palves@redhat.com>
14820
14821 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14822 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14823 * gdb.arch/i386-size-overlap.exp: Likewise.
14824 * gdb.arch/i386-size.exp: Likewise.
14825 * gdb.arch/i386-unwind.exp: Likewise.
14826 * gdb.base/a2-run.exp: Likewise.
14827 * gdb.base/break.exp: Likewise.
14828 * gdb.base/charset.exp: Likewise.
14829 * gdb.base/chng-syms.exp: Likewise.
14830 * gdb.base/commands.exp: Likewise.
14831 * gdb.base/dbx.exp: Likewise.
14832 * gdb.base/find.exp: Likewise.
14833 * gdb.base/funcargs.exp: Likewise.
14834 * gdb.base/jit-simple.exp: Likewise.
14835 * gdb.base/reread.exp: Likewise.
14836 * gdb.base/sepdebug.exp: Likewise.
14837 * gdb.base/step-bt.exp: Likewise.
14838 * gdb.cp/mb-inline.exp: Likewise.
14839 * gdb.cp/mb-templates.exp: Likewise.
14840 * gdb.objc/basicclass.exp: Likewise.
14841 * gdb.threads/killed.exp: Likewise.
14842
9d9bf2df
EBM
148432014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14844
14845 PR tdep/17379
14846 * gdb.arch/powerpc-stackless.S: New file.
14847 * gdb.arch/powerpc-stackless.exp: New file.
14848
1cf2f1b0
JK
148492014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14850
14851 * gdb.base/attach.c: Include unistd.h.
14852 (main): Call alarm. Add label postloop.
14853 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14854 gdb_breakpoint, gdb_continue_to_breakpoint.
14855 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14856
98880d46
PA
148572014-09-11 Pedro Alves <palves@redhat.com>
14858
14859 PR gdb/17347
14860 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14861 * gdb.base/attach.exp (test_command_line_attach_run): New
14862 procedure.
14863 (top level): Call it.
14864
4c92ff2c
PA
148652014-09-11 Pedro Alves <palves@redhat.com>
14866
14867 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14868 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14869 (do_command_attach_tests): Use spawn_wait_for_attach.
14870 * gdb.base/solib-overlap.exp: Likewise.
14871 * gdb.multi/multi-attach.exp: Likewise.
14872 * gdb.python/py-prompt.exp: Likewise.
14873 * gdb.python/py-sync-interp.exp: Likewise.
14874 * gdb.server/ext-attach.exp: Likewise.
14875
3adc1a7d
GKB
148762014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14877
14878 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14879 command in testcase. Simplify testcase.
14880
96334934
JB
148812014-09-10 Joel Brobecker <brobecker@adacore.com>
14882
14883 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14884
eb479039
JB
148852014-09-10 Joel Brobecker <brobecker@adacore.com>
14886
14887 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14888
deede10c
JB
148892014-09-10 Joel Brobecker <brobecker@adacore.com>
14890
14891 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14892
7828a5f5
JB
148932014-09-10 Joel Brobecker <brobecker@adacore.com>
14894
14895 * gdb.dwarf2/dynarr-ptr.c: New file.
14896 * gdb.dwarf2/dynarr-ptr.exp: New file.
14897
33aeebcf
MR
148982014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14899
14900 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14901 of 30 rather than hardcoding 120 for a slow test case. Take the
14902 `gdb,timeout' target setting into account for this calculation.
14903 Don't extend the timeout for the test cases that don't need it.
14904
7b415901
MR
149052014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14906
14907 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14908 a factor of 2 for a slow test case. Take the `gdb,timeout'
14909 target setting into account for this calculation.
14910 * gdb.reverse/until-precsave.exp: Increase the timeout by
14911 a factor of 15 and 3 respectively rather than adding 120
14912 for a pair of slow test cases. Take the `gdb,timeout'
14913 target setting into account for this calculation.
14914
4a40f85a
MR
149152014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14916
14917 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14918 timeout, don't pass one down to gdb_expect.
14919 (gdb_expect): Rework timeout selection.
14920
09635af7
MR
149212014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14922
14923 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14924 exception on timeout.
14925 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14926 (gdbserver_start_extended): Catch any `gdbserver_start' error
14927 exceptions.
14928 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14929 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14930 `gdbserver_gdb_load' error exceptions.
14931
2bdd10b7
MR
149322014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14933
14934 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14935 120 on waiting for the TCP socket to open.
14936
316935f0
DE
149372014-09-09 Doug Evans <xdje42@gmail.com>
14938
14939 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14940 _caller_matches, _any_caller_is, _any_caller_matches.
14941
83740597
DE
149422014-09-09 Doug Evans <xdje42@gmail.com>
14943
14944 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14945
4c122fc3
YQ
149462014-09-09 Yao Qi <yao@codesourcery.com>
14947
14948 * gdb.mi/mi-var-display.exp: Set print symbol off.
14949
a9f116cb
GKB
149502014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14951
14952 PR gdb/17035
14953 * gdb.base/commands.exp: Add tests to verify user-defined
14954 commands with empty bodies.
14955 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14956 python commands in `show user command`.
14957 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14958 scheme commands in `show user command`.
14959
c75bd3a2
JK
149602014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14961
14962 PR python/17355
14963 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14964 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14965 * gdb.python/py-framefilter-invalidarg.exp: New file.
14966 * gdb.python/py-framefilter-invalidarg.py: New file.
14967
faa42425
DE
149682014-09-06 Doug Evans <xdje42@gmail.com>
14969
14970 PR 15276
14971 * gdb.python/py-caller-is.c: New file.
14972 * gdb.python/py-caller-is.exp: New file.
14973
474ca4f6
SDJ
149742014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14975
14976 PR gdb/17235
14977 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14978 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14979
eb0b0463
SDJ
149802014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14981
14982 PR fortran/17237
14983 * gdb.fortran/print-formatted.exp: New file.
14984 * gdb.fortran/print-formatted.f90: Likewise.
14985
5f3b99cf
SS
149862014-09-03 Sasha Smundak <asmundak@google.com>
14987
14988 * gdb.python/py-frame.exp: Test Frame.read_register.
14989
7d793aa9
SDJ
149902014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14991
14992 PR python/16699
14993 * gdb.python/py-completion.exp: New file.
14994 * gdb.python/py-completion.py: Likewise.
14995
fb0576e9
DE
149962014-08-28 Doug Evans <dje@google.com>
14997
14998 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14999 eax,etc. are live with values set by gdb and thus the compiler can't
15000 use them.
15001 * gdb.arch/i386-pseudo.c (main): Ditto.
15002
ee92b0dd
DE
150032014-08-27 Doug Evans <dje@google.com>
15004
15005 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
15006
6649db35
DE
150072014-08-25 Doug Evans <dje@google.com>
15008
15009 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
15010 (main): Ditto.
15011
564b7600
DE
150122014-08-25 Doug Evans <dje@google.com>
15013
15014 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15015
3881fb67
YQ
150162014-08-24 Yao Qi <yao@codesourcery.com>
15017
15018 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15019 symbol off.
15020 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15021
a05a36a5
DE
150222014-08-22 Doug Evans <dje@google.com>
15023
15024 PR 17276
15025 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15026 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15027 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15028
7c343b48
YQ
150292014-08-22 Yao Qi <yao@codesourcery.com>
15030
15031 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15032 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15033 * gdb.python/python.exp: Likewise. Use .py file on the host
15034 instead of the build.
15035
22fd09ae
JK
150362014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15037
15038 * gdb.threads/gcore-stale-thread.c: New file.
15039 * gdb.threads/gcore-stale-thread.exp: New file.
15040
a8454a7c
PA
150412014-08-21 Pedro Alves <palves@redhat.com>
15042
15043 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15044 * gdb.base/gcore-relro-pie.exp: Likewise.
15045 * gdb.base/gcore-relro.exp: Likewise.
15046 * gdb.base/gcore.exp: Likewise.
15047 * gdb.base/print-symbol-loading.exp: Likewise.
15048 * gdb.threads/gcore-thread.exp: Likewise.
15049 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15050
2a31c623
PA
150512014-08-20 Pedro Alves <palves@redhat.com>
15052 Jan Kratochvil <jan.kratochvil@redhat.com>
15053
15054 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15055 configure.
15056 (EXPECT): Handle READ1 being set.
15057 (all): Depend on EXTRA_RULES.
15058 (check-read1, expect-read1, read1.so, read1): New rules.
15059 * README (Testsuite Parameters): Document the READ1 make variable.
15060 (Race detection): New section.
15061 * configure: Regenerate.
15062 * configure.ac: If build==host==target, and running under a
15063 GNU/glibc system, add read1 to the extra Makefile rules.
15064 (EXTRA_RULES): AC_SUBST it.
15065 * lib/read1.c: New file.
15066
d36430db
JB
150672014-08-20 Joel Brobecker <brobecker@adacore.com>
15068
15069 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15070 the handling of variables declared as a typedef to an array
15071 which a DW_AT_data_location attribute.
15072
9a0dc9e3
PA
150732014-08-19 Andrew Burgess <aburgess@broadcom.com>
15074 Pedro Alves <palves@redhat.com>
15075
15076 PR symtab/14604
15077 PR symtab/14605
15078 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15079 gdb_test.
15080
0718a8da
PA
150812014-08-19 Pedro Alves <palves@redhat.com>
15082
15083 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15084
13b448cd
YQ
150852014-08-19 Yao Qi <yao@codesourcery.com>
15086
15087 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15088 right line.
15089
1cbf5077
DB
150902014-08-18 David Blaikie <dblaikie@gmail.com>
15091
15092 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15093
bf0fae19
JB
150942014-08-18 Joel Brobecker <brobecker@adacore.com>
15095
15096 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15097 attribute in array range.
15098
3c8c5dcc
JB
150992014-08-18 Joel Brobecker <brobecker@adacore.com>
15100
15101 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15102
e66d4446
SC
151032014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15104
15105 PR c++/17132
15106 * gdb.cp/pr17132.cc: New file.
15107 * gdb.cp/pr17132.exp: New file.
15108
940df408
SC
151092014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15110
15111 * gdb.python/py-xmethods.py (A_getarrayind)
15112 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15113 Use 'print' with function call syntax.
15114 (E_method_matcher.match): Fix tab vs space indentation mixup.
15115
ebcc6c3a
YQ
151162014-08-15 Yao Qi <yao@codesourcery.com>
15117
15118 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15119 false.
15120
775e0f04
YQ
151212014-08-15 Yao Qi <yao@codesourcery.com>
15122
15123 * gdb.cp/casts.exp: Set print symbol off.
15124 * gdb.cp/class2.exp: Likewise.
15125 * gdb.cp/overload.exp: Likewise.
15126 * gdb.cp/templates.exp: Likewise.
15127
d769e349
DE
151282014-08-11 Doug Evans <dje@google.com>
15129
15130 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15131 (test_load_shlib): Update.
15132
20c6f1e1
YQ
151332014-08-09 Yao Qi <yao@codesourcery.com>
15134
15135 * gdb.base/display.exp: Invoke is_address_zero_readable.
15136 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15137 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15138 * gdb.base/hbreak-unmapped.exp: Return if
15139 is_address_zero_readable returns true.
15140 * gdb.base/signest.exp: Likewise.
15141 * gdb.base/signull.exp: Likewise.
15142 * gdb.base/sigbpt.exp: Likewise.
15143 * gdb.guile/scm-disasm.exp: Do the test if
15144 is_address_zero_readable returns false.
15145 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15146 * gdb.python/py-arch.exp: Likewise.
15147 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15148 * lib/gdb.exp (is_address_zero_readable): New proc.
15149
5792e8e3
YQ
151502014-08-09 Yao Qi <yao@codesourcery.com>
15151
15152 PR testsuite/13443
15153 * gdb.mi/mi-var-display.exp: Make test messages unique.
15154
3cecbbbe
TT
151552014-08-04 Tom Tromey <tromey@redhat.com>
15156
15157 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15158 target 0".
15159
00b51ff5
TT
151602014-08-04 Tom Tromey <tromey@redhat.com>
15161
15162 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15163 "target_resume".
15164
6908c509
JB
151652014-08-01 Joel Brobecker <brobecker@adacore.com>
15166
15167 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15168 inner_vla_struct_object_size.
15169 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15170 as xfail.
15171
cc6563d2
PA
151722014-07-30 Pedro Alves <palves@redhat.com>
15173
15174 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15175 comment.
15176
7e09a223
YQ
151772014-07-29 Yao Qi <yao@codesourcery.com>
15178
15179 PR gdb/17206
15180 * gdb.base/until-nodebug.exp: New.
15181
7ebdbe92
DE
151822014-07-28 Doug Evans <xdje42@gmail.com>
15183
15184 PR guile/17203
15185 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15186 previously existing parameter, and previously ambiguously spelled
15187 parameter.
15188
fdb1adc6
WN
151892014-07-28 Will Newton <will.newton@linaro.org>
15190
15191 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15192
186fcde0
DE
151932014-07-26 Ludovic Courtès <ludo@gnu.org>
15194 Doug Evans <xdje42@gmail.com>
15195
15196 PR guile/17146
15197 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15198
70509625
PA
151992014-07-25 Pedro Alves <palves@redhat.com>
15200
15201 * gdb.threads/signal-command-handle-nopass.c: New file.
15202 * gdb.threads/signal-command-handle-nopass.exp: New file.
15203 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15204 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15205 * gdb.threads/signal-delivered-right-thread.c: New file.
15206 * gdb.threads/signal-delivered-right-thread.exp: New file.
15207
c3f814a1
PA
152082014-07-25 Pedro Alves <palves@redhat.com>
15209
15210 * gdb.base/double-prompt-target-event-error.exp
15211 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15212 match.
15213 (cancel_pagination_in_target_event): Rework double prompt
15214 detection.
15215 * gdb.base/paginate-after-ctrl-c-running.exp
15216 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15217 <return>' match.
15218 * gdb.base/paginate-bg-execution.exp
15219 (test_bg_execution_pagination_return)
15220 (test_bg_execution_pagination_cancel): Remove '-notransfer
15221 <return>' matches.
15222 * gdb.base/paginate-execution-startup.exp
15223 (test_fg_execution_pagination_return)
15224 (test_fg_execution_pagination_cancel): Remove '-notransfer
15225 <return>' matches.
15226 * gdb.base/paginate-inferior-exit.exp
15227 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15228 match.
15229 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15230 * lib/gdb.exp (pagination_prompt): Run text through
15231 string_to_regexp.
15232 (gdb_test_multiple): Match $pagination_prompt instead of
15233 "<return>".
15234 (string_to_regexp): Move to lib/gdb-utils.exp.
15235
e214cf6c
JK
152362014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15237
15238 * gdb.arch/amd64-entry-value-paramref.S: New file.
15239 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15240 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15241 * gdb.arch/amd64-optimout-repeat.S: New file.
15242 * gdb.arch/amd64-optimout-repeat.c: New file.
15243 * gdb.arch/amd64-optimout-repeat.exp: New file.
15244
17d0c5c8
JK
152452014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15246
15247 PR gdb/17170
15248 * gdb.base/statistics.exp: New file.
15249
b8b8facf
DE
152502014-07-17 Doug Evans <dje@google.com>
15251
74b49205 15252 PR gdb/17170
b8b8facf
DE
15253 * gdb.base/maint.exp: Update testing of per-command stats.
15254
1b5d0ab3
PA
152552014-07-16 Pedro Alves <palves@redhat.com>
15256
15257 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15258 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15259 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15260 (tfile_write_buf): New functions.
15261 (add_memory_block): Rewrite using the above.
15262 (adjust_function_address): New function.
15263 (FUNCTION_ADDRESS): New macro.
15264 (write_basic_trace_file): Remove short_x local, and use
15265 tfile_write_16. Change type of func_addr local to unsigned long
15266 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15267 here. Cast argument of add_memory_block to char pointer.
15268 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15269 (main): Remove parameters.
15270 * gdb.trace/tfile.exp: Remove nowarnings.
15271
4d974e88
SM
152722014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15273
15274 * gdb.base/debug-expr.exp: Test string evaluation with
15275 "debug expression" on.
15276
41e99568
PA
152772014-07-15 Pedro Alves <palves@redhat.com>
15278
15279 * gdb.base/reread.exp: Use clean_restart.
15280
487d9753
PL
152812014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15282
15283 * gdb.arch/avr-flash-qualifer.c: New.
15284 * gdb.arch/avr-flash-qualifer.exp: New.
15285
cc1c52ad
PA
152862014-07-14 Pedro Alves <palves@redhat.com>
15287
15288 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15289 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15290
1e973570
PA
152912014-07-14 Pedro Alves <palves@redhat.com>
15292
15293 * gdb.base/double-prompt-target-event-error.c: New file.
15294 * gdb.base/double-prompt-target-event-error.exp: New file.
15295
93d6eb10
PA
152962014-07-14 Pedro Alves <palves@redhat.com>
15297
15298 PR gdb/17072
15299 * gdb.base/paginate-inferior-exit.c: New file.
15300 * gdb.base/paginate-inferior-exit.exp: New file.
15301
0017922d
PA
153022014-07-14 Pedro Alves <palves@redhat.com>
15303
15304 PR gdb/17072
15305 * gdb.base/paginate-bg-execution.c: New file.
15306 * gdb.base/paginate-bg-execution.exp: New file.
15307
94696ad3
PA
153082014-07-14 Pedro Alves <palves@redhat.com>
15309
15310 PR gdb/17072
15311 * gdb.base/paginate-execution-startup.c: New file.
15312 * gdb.base/paginate-execution-startup.exp: New file.
15313 * lib/gdb.exp (pagination_prompt): New global.
15314 (default_gdb_spawn): New procedure, factored out from
15315 default_gdb_spawn.
15316 (default_gdb_start): Adjust to call default_gdb_spawn.
15317 (gdb_spawn): New procedure.
15318
bd293940
PA
153192014-07-14 Pedro Alves <palves@redhat.com>
15320
15321 * lib/gdb.exp (gdb_assert): New procedure.
15322 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15323
c933f875
PA
153242014-07-14 Pedro Alves <palves@redhat.com>
15325
15326 * gdb.base/execution-termios.c: New file.
15327 * gdb.base/execution-termios.exp: New file.
15328
d98b7a16
TT
153292014-07-14 Tom Tromey <tromey@redhat.com>
15330
15331 * gdb.cp/vla-cxx.cc: New file.
15332 * gdb.cp/vla-cxx.exp: New file.
15333
548740d6
TT
153342014-07-14 Tom Tromey <tromey@redhat.com>
15335
15336 * gdb.reverse/rerun-prec.c: New file.
15337 * gdb.reverse/rerun-prec.exp: New file.
15338
a25eb028
MR
153392014-07-12 Maciej W. Rozycki <macro@mips.com>
15340 Maciej W. Rozycki <macro@codesourcery.com>
15341
15342 * lib/gdb-utils.exp: New file.
15343 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15344 inline `gdb_init_command' processing.
15345 (gdb_start_cmd): Likewise.
15346 * lib/mi-support.exp (mi_run_cmd): Likewise.
15347 * README: Document `gdb_init_command' and `gdb_init_commands'.
15348
218c2655
JK
153492014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15350
15351 Fix false FAIL running under a very long directory name.
15352 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15353 and "set print elements 10000". Twice.
15354
5401fde3
YQ
153552014-07-11 Yao Qi <yao@codesourcery.com>
15356
15357 * gdb.base/exprs.exp: "set print symbol off".
15358
e76126e8
PA
153592014-07-11 Pedro Alves <palves@redhat.com>
15360
15361 * gdb.threads/kill.c: New file.
15362 * gdb.threads/kill.exp: New file.
15363
2d6f0de6
YQ
153642014-07-10 Yao Qi <yao@codesourcery.com>
15365
15366 * gdb.trace/tfile.c (write_basic_trace_file)
15367 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15368 address written to trace file.
15369
7180e04a
PA
153702014-07-09 Pedro Alves <palves@redhat.com>
15371
15372 * gdb.base/attach-wait-input.exp: New file.
15373 * gdb.base/attach-wait-input.c: New file.
15374
9a9a7608
AB
153752014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15376
15377 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15378 setting up test structures.
15379 (main): Call new test function.
15380 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15381 test function, continue into test function and walk test
15382 structures.
15383
161ac41e
YQ
153842014-07-02 Yao Qi <yao@codesourcery.com>
15385
15386 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15387 'bar_start' at the beginning of functions 'foo' and 'bar'
15388 respectively.
15389 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15390 instead of 'foo' and 'bar'.
15391
1f267ae3
MM
153922014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15393
15394 * gdb.btrace/segv.exp: New.
15395 * gdb.btrace/segv.c: New.
15396
2b239efb
LM
153972014-07-02 Luis Machado <lgustavo@codesourcery.com>
15398
15399 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15400 instruction.
15401
cf363f18
MW
154022014-06-30 Mark Wielaard <mjw@redhat.com>
15403
15404 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15405 vulture, vilify, villar): New volatile array constants.
15406 (vindictive, vegetation): New const volatile array constants.
15407 * gdb.base/volatile.exp: Test volatile and const volatile array
15408 types.
15409
aebf9d24
AA
154102014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15411
15412 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15413 target lacks support for awatch, rwatch, or hbreak.
15414
b67a2c6f
YQ
154152014-06-27 Yao Qi <yao@codesourcery.com>
15416
15417 * gdb.multi/dummy-frame-restore.exp: New.
15418 * gdb.multi/dummy-frame-restore.c: New.
15419
aef92902
MM
154202014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15421
15422 * gdb.btrace/gcore.exp: New.
15423
8e9db26e
PA
154242014-06-23 Pedro Alves <palves@redhat.com>
15425
15426 * gdb.base/watchpoint-reuse-slot.c: New file.
15427 * gdb.base/watchpoint-reuse-slot.exp: New file.
15428
70afc5b7
SC
154292014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15430
15431 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15432 progspace's filename in 'info', 'enable' and 'disable' command
15433 tests.
15434
b972bd9c
JK
154352014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15436
15437 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15438 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15439 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15440
125f8a3d
GB
154412014-06-20 Gary Benson <gbenson@redhat.com>
15442
15443 * gdb.arch/i386-avx.exp: Fix include file location.
15444 * gdb.arch/i386-sse.exp: Likewise.
15445
3ed9baed
IB
154462014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15447
15448 * gdb.dlang/expression.exp: New file.
15449
034f788c
PA
154502014-06-19 Pedro Alves <palves@redhat.com>
15451
15452 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15453 out from ...
15454 (top level): ... here. Iterate running tests under different
15455 scheduler-locking settings.
15456
45371d0c
LM
154572014-06-18 Luis Machado <lgustavo@codesourcery.com>
15458
15459 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15460 to DW_FORM_addr and use non-zero addresses.
15461
5d376983
SC
154622014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15463
15464 PR gdb/17017
15465 * gdb.python/py-xmethods.cc: Add global function call counters and
15466 increment them in their respective functions. Remove "cout"
15467 statements.
15468 * gdb.python/py-xmethods.exp: Make tests check the global function
15469 call counters instead of depending on inferior IO.
15470
a1aa2221
LM
154712014-06-18 Don Breazeal <donb@codesourcery.com>
15472
15473 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15474 Deleted procedure.
15475 (explicit_fork_parent_follow): Deleted procedure.
15476 (explicit_fork_child_follow): Deleted procedure.
15477 (test_follow_fork): New procedure.
15478 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 15479 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
15480 procedure calls.
15481
0fc05997
YQ
154822014-06-17 Yao Qi <yao@codesourcery.com>
15483
15484 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15485 CP1252.
15486
70795c52
LM
154872014-06-17 Luis Machado <lgustavo@codesourcery.com>
15488
15489 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15490 Initialize ptr and S explicitly.
15491 (skip_type_update_when_not_use_rtti_test): Likewise.
15492
6be47f0c
KS
154932014-06-16 Keith Seitz <keiths@redhat.com>
15494
15495 PR mi/15863
15496 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15497 the inferior is started.
15498
d03de421
PA
154992014-06-16 Pedro Alves <palves@redhat.com>
15500
15501 * gdb.base/break-main-file-remove-fail.c: New file.
15502 * gdb.base/break-main-file-remove-fail.exp: New file.
15503 * gdb.base/break-unload-file.exp: Use build_executable instead of
15504 prepare_for_testing.
15505 (test_break): New parameter "initial_load". Handle it.
15506 (top level): Add initial_load cmdline/file axis.
15507
f9579b99
TT
155082014-06-12 Tom Tromey <tromey@redhat.com>
15509
15510 * gdb.base/completion.exp: Don't use directory name in test.
15511
3657956b
GB
155122014-06-09 Gary Benson <gbenson@redhat.com>
15513
15514 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15515 separate the always-available ANSI-standard signals from the
15516 signals that require checking.
15517 (main): Likewise.
15518 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15519 Likewise.
15520 (main): Likewise.
15521
4186eb54
KS
155222014-06-07 Keith Seitz <keiths@redhat.com>
15523
15524 Revert:
15525 PR c++/16253
15526 * gdb.cp/var-tag.cc: New file.
15527 * gdb.cp/var-tag.exp: New file.
15528 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15529 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15530 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15531 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15532
25326a28 155332014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
15534
15535 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15536
829155c9
PA
155372014-06-06 Pedro Alves <palves@redhat.com>
15538
15539 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15540 in target debug output instead of looking at RSP packets,
15541 disabling the test on any target that uses hardware stepping.
15542 Update comments.
15543
61c8d22e
PA
155442014-06-06 Pedro Alves <palves@redhat.com>
15545
15546 * gdb.base/break-unload-file.exp: Fix typo.
15547
d9a47287
YQ
155482014-06-06 Yao Qi <yao@codesourcery.com>
15549
15550 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15551 from "jit_function" to "^jit_function".
15552
e5e01dbf
YQ
155532014-06-06 Yao Qi <yao@codesourcery.com>
15554
15555 * gdb.base/async.c (foo): Add one statement.
15556 * gdb.base/async.exp: Get the next instruction address and
15557 match the output of "nexti" by instruction address. Match
15558 the hex address in the output of "finish".
15559
73ba372c
GB
155602014-06-06 Gary Benson <gbenson@redhat.com>
15561
15562 * gdb.base/call-signals.c: Remove preprocessor conditionals
15563 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15564 SIGSEGV and SIGTERM.
15565 * gdb.base/sigall.c: Likewise.
15566 * gdb.base/unwindonsignal.c: Likewise.
15567 * gdb.reverse/sigall-reverse.c: Likewise.
15568
831517df
YQ
155692014-06-06 Yao Qi <yao@codesourcery.com>
15570
15571 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15572 readable, skip the test.
15573
b8b91e98
YQ
155742014-06-06 Yao Qi <yao@codesourcery.com>
15575
15576 * gdb.threads/staticthreads.c (thread_function): Move the line
15577 setting breakpoint on forward.
15578 * gdb.threads/staticthreads.exp: Update comments.
15579
fb934770
LC
155802014-06-05 Ludovic Courtès <ludo@gnu.org>
15581
15582 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15583 "history-append! type error".
15584
6ef284bd
SM
155852014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15586
15587 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15588 erroneous dprintf expected input.
15589
a872e241
DE
155902014-06-04 Doug Evans <xdje42@gmail.com>
15591
15592 * gdb.guile/scm-generics.exp: Delete.
15593
16f691fb
DE
155942014-06-04 Doug Evans <xdje42@gmail.com>
15595
15596 * gdb.guile/scm-breakpoint.exp: Update.
15597 Add tests for breakpoint registration.
15598
012370f6
TT
155992014-06-04 Tom Tromey <tromey@redhat.com>
15600
15601 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15602 VLA-in-union.
15603 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15604 inner_vla_struct, vla_union types. Initialize objects of those
15605 types and compute their sizes.
15606
9f5a4cef
HZ
156072014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15608 Hui Zhu <hui@codesourcery.com>
15609
15610 * gdb.base/fileio.exp: Add test for shell not available as well as
15611 available.
15612 * gdb.base/fileio.c (test_system): Check for shell twice.
15613
90a45c4d
YQ
156142014-06-04 Yao Qi <yao@codesourcery.com>
15615
15616 * gdb.base/auto-connect-native-target.exp: Remove redundant
15617 space from the regexp pattern.
15618
70017e41
YQ
156192014-06-04 Yao Qi <yao@codesourcery.com>
15620
15621 * gdb.base/default.exp: Replace "child" with "native" in
15622 regexp pattern.
15623
883964a7
SC
156242014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15625
15626 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15627 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15628 * gdb.python/py-xmethods.py: Python script supporting the
15629 new testcase and tests.
15630
ef370185
JB
156312014-06-03 Joel Brobecker <brobecker@adacore.com>
15632 Pedro Alves <palves@redhat.com>
15633
15634 PR breakpoints/17000
15635 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15636 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15637
1e2ccb61
BM
156382014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15639
15640 * gdb.base/subst.exp: Add tests to verify partial path matching
15641 output.
15642
c6ec5ab2
PA
156432014-06-03 Pedro Alves <palves@redhat.com>
15644
15645 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15646 target that doesn't use software single-stepping.
15647
835c559f
PA
156482014-06-03 Pedro Alves <palves@redhat.com>
15649
15650 PR breakpoints/17000
15651 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15652 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15653
06eb1586
DE
156542014-06-02 Doug Evans <xdje42@gmail.com>
15655
15656 * gdb.guile/scm-parameter.exp: New file.
15657
e698b8c4
DE
156582014-06-02 Doug Evans <xdje42@gmail.com>
15659
15660 * gdb.guile/scm-cmd.c: New file.
15661 * gdb.guile/scm-cmd.exp: New file.
15662
ded03782
DE
156632014-06-02 Doug Evans <xdje42@gmail.com>
15664
15665 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15666 pretty-printer lookup.
15667 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15668 (make-pp_s-printer): Call it.
15669 (make-pretty-printer-from-dict): New function.
15670 (lookup-pretty-printer-maker-from-dict): New function.
15671 (*pretty-printer*): Simplify.
15672 (make-objfile-pp_s-printer): New function.
15673 (install-objfile-pretty-printers!): New function.
15674 (make-progspace-pp_s-printer): New function.
15675 (install-progspace-pretty-printers!): New function.
15676 * gdb.guile/scm-progspace.c: New file.
15677 * gdb.guile/scm-progspace.exp: New file.
15678
41fac0cf
PA
156792014-06-02 Pedro Alves <palves@redhat.com>
15680
15681 * gdb.base/dprintf-bp-same-addr.c: New file.
15682 * gdb.base/dprintf-bp-same-addr.exp: New file.
15683
96ae5695
EBM
156842014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15685
15686 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15687 * gdb.arch/powerpc-power.s: Likewise.
15688
da02b3a8
JB
156892014-06-02 Joel Brobecker <brobecker@adacore.com>
15690
15691 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15692
c72b2e7b
YQ
156932014-06-01 Yao Qi <yao@codesourcery.com>
15694
15695 * gdb.base/watchpoint.exp (test_watch_location): Check null
15696 pointer can be dereferenced. If not, do the test, otherwise
15697 skip it.
15698
53e8a631
AB
156992014-05-30 Andrew Burgess <aburgess@broadcom.com>
15700
15701 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15702 results.
15703 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15704
938f0e2f
AB
157052014-05-30 Andrew Burgess <aburgess@broadcom.com>
15706
15707 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15708 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15709 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15710 * gdb.arch/amd64-invalid-stack-top.c: New file.
15711 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15712
9ba6657a
PA
157132014-05-30 Pedro Alves <palves@redhat.com>
15714
15715 PR breakpoints/17000
15716 * gdb.base/sss-bp-on-user-bp.c: New file.
15717 * gdb.base/sss-bp-on-user-bp.exp: New file.
15718
522c09bf
DB
157192014-05-30 David Blaikie <dblaikie@gmail.com>
15720
15721 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15722 gnu_inline semantics via attribute.
15723 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15724 source explicitly specifies the required semantics.
15725
bf4ef81e
MR
157262014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15727
15728 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15729
329ea579
PA
157302014-05-29 Pedro Alves <palves@redhat.com>
15731 Tom Tromey <tromey@redhat.com>
15732
15733 * gdb.base/async-shell.exp: Don't enable target-async.
15734 * gdb.base/async.exp
15735 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15736 parameter. Adjust.
15737 (top level): Don't test with "target-async".
15738 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15739 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15740 * gdb.base/inferior-died.exp: Don't enable target-async.
15741 * gdb.base/interrupt-noterm.exp: Likewise.
15742 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15743 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15744 * gdb.mi/mi-nonstop.exp: Likewise.
15745 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15746 * gdb.mi/mi-nsintrall.exp: Likewise.
15747 * gdb.mi/mi-nsmoribund.exp: Likewise.
15748 * gdb.mi/mi-nsthrexec.exp: Likewise.
15749 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15750 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15751 * gdb.python/py-evsignal.exp: Don't enable target-async.
15752 * gdb.python/py-evthreads.exp: Likewise.
15753 * gdb.python/py-prompt.exp: Likewise.
15754 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15755 * gdb.server/solib-list.exp: Don't enable target-async.
15756 * gdb.threads/thread-specific-bp.exp: Likewise.
15757 * lib/mi-support.exp: Adjust to use mi-async.
15758
fd664c91
PA
157592014-05-29 Pedro Alves <palves@redhat.com>
15760
15761 PR gdb/13860
15762 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15763 reason, even in sync mode.
15764
251bde03
PA
157652014-05-29 Pedro Alves <palves@redhat.com>
15766 Hui Zhu <hui@codesourcery.com>
15767
15768 PR PR15693
15769 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15770 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15771 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15772 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15773
7f3c0343
JB
157742014-05-28 Joel Brobecker <brobecker@adacore.com>
15775
15776 * config/monitor.exp (gdb_target_monitor): Replace use of
15777 "set remotebaud" by "set serial baud".
15778
b2715b27
AW
157792014-05-26 Andy Wingo <wingo@igalia.com>
15780
15781 * gdb.guile/scm-breakpoint.exp:
15782 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15783 properties instead of gdb-object-properties.
15784
498a4489
YQ
157852014-05-26 Yao Qi <yao@codesourcery.com>
15786
15787 * gdb.server/no-thread-db.exp: Specify source file name
15788 explicitly when setting a breakpoint.
15789
589fdceb
MM
157902014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15791
15792 * gdb.btrace/vdso.c: New.
15793 * gdb.btrace/vdso.exp: New.
15794
e9089e05
MM
157952014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15796
15797 * gdb.base/gcore.exp (capture_command_output): Move ...
15798 * lib/gdb.exp (capture_command_output): ... here.
15799
67b5c0c1
MM
158002014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15801
15802 * gdb.btrace/data.exp: Test memory access during btrace replay.
15803
a2199296
SM
158042014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15805
15806 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15807
17b2616c
PA
158082014-05-21 Pedro Alves <palves@redhat.com>
15809
15810 PR gdb/13860
15811 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15812 (top level): Test that output related to execution commands is
15813 sent to the console with CLI commands, but not with MI commands.
15814 Test that breakpoint events are always mirrored to the console.
15815 Also expect the new source line to be output after a "next" in
15816 async mode too. Make it a pass/fail test.
15817 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15818 output.
15819 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15820
5166082f
PA
158212014-05-21 Pedro Alves <palves@redhat.com>
15822
15823 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15824 Use them to test variations of "list" after reaching a breakpoint.
15825 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15826 Test "list" with listsize 10 after reaching a breakpoint.
15827 * gdb.python/python.exp (decode_line current location line
15828 number): Adjust expected line number.
15829
2f25d70f
SM
158302014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15831
15832 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15833 behavior for $args, pass it directly to "run".
15834
ff604a67
MR
158352014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15836
15837 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15838 30000 to 65536.
15839
6a3cb8e8
PA
158402014-05-21 Pedro Alves <palves@redhat.com>
15841
15842 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15843 auto-connect-native-target off".
15844 * gdb.base/auto-connect-native-target.c: New file.
15845 * gdb.base/auto-connect-native-target.exp: New file.
15846
4ebfc96e
PA
158472014-05-21 Pedro Alves <palves@redhat.com>
15848
15849 * gdb.base/default.exp: Test "target native" instead of "target
15850 child".
15851
36d46afb
MW
158522014-05-21 Mark Wielaard <mjw@redhat.com>
15853
15854 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15855
5876f503
JK
158562014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15857
15858 Fix TLS access for -static -pthread.
15859 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15860 <HAVE_TLS> (thread_function, main): Initialize it.
15861 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15862 Add clean_restart.
15863 <$have_tls != "">: Check TLSVAR.
15864
0256a6ac
PA
158652014-05-21 Pedro Alves <palves@redhat.com>
15866
15867 * gdb.base/dcache-line-read-error.c: New.
15868 * gdb.base/dcache-line-read-error.exp: New.
15869
936d2992
PA
158702014-05-20 Pedro Alves <palves@redhat.com>
15871
15872 * gdb.base/compare-sections.c: New file.
15873 * gdb.base/compare-sections.exp: New file.
15874
802e8e6d
PA
158752014-05-20 Pedro Alves <palves@redhat.com>
15876
15877 * gdb.base/break-idempotent.c: New file.
15878 * gdb.base/break-idempotent.exp: New file.
15879
e59fa00f
MM
158802014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15881
15882 * gdb.btrace/nohist.exp: New.
15883
8b696e31
YQ
158842014-05-20 Yao Qi <yao@codesourcery.com>
15885
15886 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15887 gdb.reverse directory and gdb_reverse_timeout exists in board
15888 setting.
15889 * README: Document gdb_reverse_timeout.
15890
73c9764f
YQ
158912014-05-20 Yao Qi <yao@codesourcery.com>
15892
15893 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15894 'test_file_name'. Treat args as a string instead of a list.
15895 (gdb_init): Rename argument 'args' by 'test_file_name'.
15896
f1f4348a
JK
158972014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15898
15899 * gdb.arch/powerpc-power.exp: New file.
15900 * gdb.arch/powerpc-power.s: New file.
15901
0dbe70ce
DE
159022014-05-16 Doug Evans <dje@google.com>
15903
15904 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
15905 * gdb.base/completion.exp: Check that all expected files exist
15906 before doing file completion.
0dbe70ce 15907
8d551b02
DE
159082014-05-16 Doug Evans <dje@google.com>
15909
15910 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15911 Update.
15912 (do_syscall_tests_without_xml): Update.
15913
73eb7709
PA
159142014-05-16 Pedro Alves <palves@redhat.com>
15915
15916 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15917 instead of "unknown output after running".
15918
3fae92fc
YQ
159192014-05-16 Yao Qi <yao@codesourcery.com>
15920
15921 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15922 file1.txt from host at the end.
15923 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15924
c2b2ccc5
DE
159252014-05-15 Doug Evans <dje@google.com>
15926
15927 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15928 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15929 loading file. Add test for TU lookup.
15930
8c217a4b
SM
159312014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15932
15933 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15934 calling "-exec-arguments" or "set args" before running the
15935 inferior.
15936
3deb39c6
SM
159372014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15938
15939 * lib/mi-support.exp (mi_expect_stop): Expect message for
15940 inferiors that exit with non-zero exit code.
15941
71a79f8c
YQ
159422014-05-14 Yao Qi <yao@codesourcery.com>
15943
15944 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15945 match absolute path on remote host.
15946 (test_file_list_exec_source_files): Remove "/" from the
15947 pattern.
15948
f23fcd46
YQ
159492014-05-14 Yao Qi <yao@codesourcery.com>
15950
15951 * boards/local-remote-host-notty.exp (${board}_file): New
15952 proc.
15953
9404b58f
KM
159542014-05-07 Kyle McMartin <kyle@redhat.com>
15955
15956 Pushed by Joel Brobecker <brobecker@adacore.com>.
15957 * gdb.arch/aarch64-atomic-inst.c: New file.
15958 * gdb.arch/aarch64-atomic-inst.exp: New file.
15959
5e45f04c
YQ
159602014-05-07 Yao Qi <yao@codesourcery.com>
15961
15962 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15963 in current context" too.
15964
c888a17d
KS
159652014-05-05 Keith Seitz <keiths@redhat.com>
15966
15967 * gdb.linespec/ls-dollar.exp: Add test for linespec
15968 file:convenience_variable.
15969
290a839c
YQ
159702014-05-05 Yao Qi <yao@codesourcery.com>
15971
15972 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15973 traceframes into tfile and ctf trace files. Read data from
15974 trace file and test collected data.
15975 (gdb_collect_locals_test): Likewise.
15976 (gdb_unavailable_registers_test): Likewise.
15977 (gdb_unavailable_floats): Likewise.
15978 (gdb_collect_globals_test): Likewise.
15979 (top-level): Append "ctf" to trace_file_targets if GDB
15980 supports.
15981
b5262cd0
YQ
159822014-05-05 Yao Qi <yao@codesourcery.com>
15983
15984 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15985 code to ...
15986 (gdb_collect_args_test_1): ... it. New proc.
15987 (gdb_collect_locals_test): Move some code to ...
15988 (gdb_collect_locals_test_1): ... it. New proc.
15989 (gdb_unavailable_registers_test): Move some code to ...
15990 (gdb_unavailable_registers_test_1): ... it. New proc.
15991 (gdb_unavailable_floats): Move some code to ...
15992 (gdb_unavailable_floats_1): ... it. New proc.
15993
30a1e6cc
SDJ
159942014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15995
15996 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15997 probes to test for bitness recognition.
15998 * gdb.arch/amd64-stap-optional-prefix.exp
15999 (test_probe_value_without_reg): New procedure.
16000 Add code to test for different kinds of bitness.
16001
f33da99a
SDJ
160022014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
16003
16004 PR breakpoints/16889
16005 * gdb.arch/amd64-stap-optional-prefix.S: New file.
16006 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16007
5b80f00d
PA
160082014-05-01 Pedro Alves <palves@redhat.com>
16009
16010 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16011 gdb_file_cmd if no file is specified.
16012 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16013 last_loaded_file to set the remote exec-file.
16014
f8c2a73c
PA
160152014-05-01 Pedro Alves <palves@redhat.com>
16016
16017 * boards/local-remote-host.exp: New file.
16018
be6e8ac7
PA
160192014-05-01 Pedro Alves <palves@redhat.com>
16020
16021 * boards/local-remote-host.exp: Rename to ...
16022 * boards/local-remote-host-notty.exp: ... this.
16023
cac0dc8f
JB
160242014-04-28 Joel Brobecker <brobecker@adacore.com>
16025
16026 * gdb.ada/dyn_arrayidx: New testcase.
16027
9730e6cc
YQ
160282014-04-26 Yao Qi <yao@codesourcery.com>
16029
16030 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16031 and compute the length of function main. Save it in
16032 $main_length.
16033 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16034 (top-level): Use gdb_compile to compile objects into
16035 executable and restart GDB. Remove invocation to
16036 prepare_for_testing.
16037
7ae1a6a6
PA
160382014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16039 Pedro Alves <palves@redhat.com>
16040
16041 PR server/16255
16042 * gdb.multi/multi-attach.c: New file.
16043 * gdb.multi/multi-attach.exp: New file.
16044
4082afcc
PA
160452014-04-25 Pedro Alves <palves@redhat.com>
16046
16047 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16048 user.
16049 (top level): Test that "set remote conditional-breakpoints-packet
16050 off" works as intended.
16051 * gdb.base/dprintf.exp: Test that "set remote
16052 breakpoint-commands-packet off" works as intended.
16053 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16054 New function.
16055 (top level): Call it.
16056 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16057 remote fast-tracepoints-packet off" works as intended.
16058 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16059 * lib/gdb.exp (gdb_is_target_remote): ... here.
16060
2abc3f8d
DB
160612014-04-24 David Blaikie <dblaikie@gmail.com>
16062
16063 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16064 ensure clang would not discard them.
16065 * gdb.base/gdbvars.c: Ditto.
16066 * gdb.base/memattr.c: Ditto.
16067 * gdb.base/whatis.c: Ditto.
16068 * gdb.python/py-prettyprint.c: Ditto.
16069 * gdb.trace/actions.c: Ditto.
16070 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16071 ensure clang would not discard it.
16072
bfd39632
DB
160732014-04-24 David Blaikie <dblaikie@gmail.com>
16074
16075 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16076 clang to emit the full definition of type required by the test
16077 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16078
22842ff6
DB
160792014-04-24 David Blaikie <dblaikie@gmail.com>
16080
16081 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16082 coax Clang into emitting the definition of the type.
16083 * gdb.cp/pr10728-x.h (y): Ditto.
16084 * gdb.cp/pr10728-y.cc (y): Ditto.
16085
c2e827ad
DB
160862014-04-24 David Blaikie <dblaikie@gmail.com>
16087
16088 * gdb.base/label.exp: XFAIL label related tests under Clang.
16089 * gdb.cp/cplabel.exp: Ditto.
16090 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16091 under Clang those using labels.
16092
4c2d33e7
YQ
160932014-04-25 Yao Qi <yao@codesourcery.com>
16094
16095 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16096 double_label.
16097 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16098 partial_label and double_label.
16099
56083b99
DB
161002014-04-24 David Blaikie <dblaikie@gmail.com>
16101
16102 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16103
25d4e99d
DB
161042014-04-24 David Blaikie <dblaikie@gmail.com>
16105
16106 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16107 of the function to work across GCC and Clang.
16108 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16109 pointer types (const void ** const V void **).
16110
01f9f808
MS
161112014-04-24 Michael Sturm <michael.sturm@mintel.com>
16112 Walfred Tedeschi <walfred.tedeschi@intel.com>
16113
16114 * Makefile.in (EXECUTABLES): Added i386-avx512.
16115 * gdb.arch/i386-avx512.c: New file.
16116 * gdb.arch/i386-avx512.exp: Likewise.
16117
4b48d439
KS
161182014-04-23 Keith Seitz <keiths@redhat.com>
16119
16120 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16121 (mi_make_breakpoint_table): New procedure.
16122 (mi_create_breakpoint): Use mi_make_breakpoint
16123 and return the result.
16124 (mi_make_breakpoint): New procedure.
16125 (mi_build_kv_pairs): New procedure.
16126
16127 * gdb.mi/mi-break.exp: Remove unused globals,
16128 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16129 All callers updated.
16130 * gdb.mi/mi-dprintf.exp: Use variable to track command
16131 number.
16132 Update all callers of mi_create_breakpoint and use
16133 mi_make_breakpoint_table.
16134 Remove any unused global variables.
16135 * gdb.mi/mi-nonstop.exp: Likewise.
16136 * gdb.mi/mi-nsintrall.exp: Likewise.
16137 * gdb.mi/mi-nsmoribund.exp: Likewise.
16138 * gdb.mi/mi-nsthrexec.exp: Likewise.
16139 * gdb.mi/mi-reverse.exp: Likewise.
16140 * gdb.mi/mi-simplerun.exp: Likewise.
16141 * gdb.mi/mi-stepn.exp: Likewise.
16142 * gdb.mi/mi-syn-frame.exp: Likewise.
16143 * gdb.mi/mi-until.exp: Likewise.
16144 * gdb.mi/mi-var-cp.exp: Likewise.
16145 * gdb.mi/mi-var-display.exp: Likewise.
16146 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16147 * gdb.mi/mi2-var-child.exp: Likewise.
16148 * gdb.mi/mi-vla-c99.exp: Likewise.
16149 * lib/mi-support.exp: Likewise.
16150
16151 From Ian Lance Taylor <iant@cygnus.com>:
16152 * lib/gdb.exp (parse_args): New procedure.
16153
08351840
PA
161542014-04-23 Pedro Alves <palves@redhat.com>
16155
16156 * gdb.base/break-unload-file.c: New file.
16157 * gdb.base/break-unload-file.exp: New file.
16158 * gdb.base/sym-file-lib.c (baz): New function.
16159 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16160 field.
16161 (load): Store the segment's mapped size.
16162 (unload): New function.
16163 (unload_shlib): New function.
16164 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16165 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16166 set a breakpoint at baz, and call it.
16167 * gdb.base/sym-file.exp: New tests for stale breakpoint
16168 instructions.
16169
076855f9
PA
161702014-04-23 Pedro Alves <palves@redhat.com>
16171
16172 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16173 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16174 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16175 * gdb.base/hbreak-unmapped.c: New file.
16176 * gdb.base/hbreak-unmapped.exp: New file.
16177 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16178 * lib/gdb.exp (gdb_is_target_remote): ... here.
16179
483805cf
PA
161802014-04-22 Pedro Alves <palves@redhat.com>
16181
16182 * gdb.base/consecutive-step-over.c: New file.
16183 * gdb.base/consecutive-step-over.exp: New file.
16184
06d97543
PA
161852014-04-22 Pedro Alves <palves@redhat.com>
16186
16187 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16188 instead of send_gdb/gdb_expect.
16189
b4429ea2
YQ
161902014-04-22 Yao Qi <yao@codesourcery.com>
16191
16192 * lib/trace-support.exp (generate_tracefile): New procedure.
16193 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16194 return 0.
16195 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16196 if generate_tracefile returns 1.
16197
51d48146
PA
161982014-04-18 Tom Tromey <palves@redhat.com>
16199 Pedro alves <tromey@redhat.com>
16200
16201 PR backtrace/15558
16202 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16203 with a backtrace limit.
16204 * gdb.python/py-frame-inline.exp: Test running to an inline
16205 function with a backtrace limit, and printing the newest frame.
16206 * gdb.python/py-frame-inline.c (main): Call f.
16207
bd1dce5f
MS
162082014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16209
16210 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16211
40d1a503
MS
162122014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16213
16214 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16215 Drop prefix from unsupported source file path.
16216
389b98f7
YQ
162172014-04-17 Yao Qi <yao@codesourcery.com>
16218
16219 * lib/gdb.exp (with_target_charset): New proc.
16220 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16221 with_target_charset.
16222 (test_print_strings): Likewise.
16223 (test_repeat_bytes): Likewise.
16224 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16225 for some tests.
16226
22869d73
KS
162272014-04-16 Keith Seitz <keiths@redhat.com>
16228
16229 PR gdb/15827
16230 * gdb.dwarf2/corrupt.c: New file.
16231 * gdb.dwarf2/corrupt.exp: New file.
16232
c4f87ca6
KS
162332014-04-16 Keith Seitz <keiths@redhat.com>
16234
16235 PR c++/16597
16236 * gdb.cp/namelessclass.cc: New file.
16237 * gdb.cp/namelessclass.exp: New file.
16238 * gdb.cp/namelessclass.S: New file.
16239
ab19de87
DE
162402014-04-16 Doug Evans <dje@google.com>
16241
16242 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16243 Add comment.
16244 (gdbserver_default_get_comm_port): New function.
16245 (gdbserver_start): Check if board file provided
16246 "gdbserver,get_comm_port" and use it if so.
16247 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16248 (gdb,socketport): Set to "stdio".
16249 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16250 (stdio_gdbserver_template): Delete.
16251 (${board}_get_remote_address): Update.
16252 (${board}_build_remote_cmd): Delete.
16253 (${board}_get_comm_port): New function.
16254 (${board}_spawn): Update.
16255 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16256 Delete.
16257 (${board}_get_remote_address): Update.
16258 (${board}_get_comm_port): New function.
16259
fc98a809
AB
162602014-04-16 Andrew Burgess <aburgess@broadcom.com>
16261
16262 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16263 appearing in any order.
16264
87fd9e6e
DE
162652014-04-15 Doug Evans <dje@google.com>
16266
16267 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16268 uninitialized value of "description".
16269
099fc3ea
KS
162702014-04-15 Keith Seitz <keiths@redhat.com>
16271
16272 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16273 Remove unused globals.
16274 (test_running_the_program): Likewise.
16275 (test_controlled_execution): Likewise.
16276 (test_controlling_breakpoints): Likewise.
16277 (test_program_termination): Likewise.
16278
5da151d4
KS
162792014-04-15 Keith Seitz <keiths@redhat.com>
16280
16281 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16282 unused globals.
16283 (test_rbreak_creation_and_listing): Likewise.
16284 (test_ignore_count): Likewise.
16285 (test_error): Likewise.
16286
35e5d2f0
PA
162872014-04-15 Pedro Alves <palves@redhat.com>
16288
16289 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16290 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16291 sym-file-loader.c.
16292 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16293 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16294 to sym-file-loader.c.
16295 (struct library): Forward declare.
16296 (load_shlib, lookup_function): Change prototypes.
16297 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16298 (translate_offset): Remove declarations.
16299 (get_text_addr): New declaration.
16300 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16301 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16302 sym-file-loader.h.
16303 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16304 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16305 here from sym-file-loader.h.
16306 (struct library): New structure.
16307 (load_shlib, lookup_function): Change prototypes and adjust to
16308 work with a struct library.
16309 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16310 (translate_offset): Make static.
16311 (get_text_addr): New function.
16312 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16313
eb4c1710
PA
163142014-04-15 Pedro Alves <palves@redhat.com>
16315
16316 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16317
2d1baf52
PA
163182014-04-15 Pedro Alves <palves@redhat.com>
16319
16320 * gdb.base/sym-file-loader.c: Include <limits.h>.
16321 (SELF_LINK): New define.
16322 (get_origin): New function.
16323 (load_shlib): Use it.
16324 * gdb.base/sym-file.exp: Don't early return if the target is
16325 remote. Use runto_main, and issue fail is that fails. Use
16326 gdb_load_shlibs.
16327 (shlib_name): Delete.
16328 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16329
7dd6df01
PA
163302014-04-15 Pedro Alves <palves@redhat.com>
16331
16332 * gdb.base/sym-file.exp: Remove regex characters from test
16333 message. Don't refer to breakpoint numbers in test messages.
16334
b50c8614
KS
163352014-04-14 Keith Seitz <keiths@redhat.com>
16336
16337 PR c++/16253
16338 * gdb.cp/var-tag.cc: New file.
16339 * gdb.cp/var-tag.exp: New file.
16340 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16341 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16342 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16343 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16344
3d567982
TT
163452014-04-14 Tom Tromey <tromey@redhat.com>
16346
16347 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16348 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16349 type.
16350 * gdb.cp/enum-class.exp: New file.
16351 * gdb.cp/enum-class.cc: New file.
16352
0626fc76
TT
163532014-04-14 Tom Tromey <tromey@redhat.com>
16354
16355 * gdb.dwarf2/enum-type.exp: New file.
16356
dca325b3
SA
163572014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16358
16359 * gdb.mi/mi-vla-c99.exp: New file.
16360 * gdb.mi/vla.c: New file.
16361
5854b38a
SA
163622014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16363
16364 * gdb.base/vla-datatypes.c: New file.
16365 * gdb.base/vla-datatypes.exp: New file.
16366
463bb957
SA
163672014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16368
16369 * gdb.base/vla-ptr.c: New file.
16370 * gdb.base/vla-ptr.exp: New file.
16371
3dd170be
SA
163722014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16373
16374 * gdb.dwarf2/count.exp: New file.
16375
5ecaaa66
SA
163762014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16377
16378 * gdb.base/vla-sideeffect.c: New file.
16379 * gdb.base/vla-sideeffect.exp: New file.
16380
41f1ada5
DB
163812014-04-14 David Blaikie <dblaikie@gmail.com>
16382
16383 * gdb.mi/non-stop.c: Add return value for non-void function return
16384 statement.
16385 * gdb.threads/staticthreads.c: Ditto.
16386
0be03e84
DE
163872014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16388 Doug Evans <xdje42@gmail.com>
16389
16390 * gdb.guile/scm-value.c: Improve test case.
16391 * gdb.guile/scm-value.exp: Add new test.
16392
f180a1fb
DB
163932014-04-11 David Blaikie <dblaikie@gmail.com>
16394
16395 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16396 override Clang's default.
16397
6b662e19
JB
163982014-04-11 Joel Brobecker <brobecker@adacore.com>
16399
16400 Revert the following changes (regressions):
16401
16402 * gdb.base/vla-sideeffect.c: New file.
16403 * gdb.base/vla-sideeffect.exp: New file.
16404
16405 * gdb.dwarf2/count.exp: New file.
16406
16407 * gdb.base/vla-multi.c: New file.
16408 * gdb.base/vla-multi.exp: New file.
16409
16410 * gdb.base/vla-ptr.c: New file.
16411 * gdb.base/vla-ptr.exp: New file.
16412
16413 * gdb.base/vla-datatypes.c: New file.
16414 * gdb.base/vla-datatypes.exp: New file.
16415
16416 * gdb.mi/mi-vla-c99.exp: New file.
16417 * gdb.mi/vla.c: New file.
16418
245a5f0b
KS
164192014-04-11 Keith Seitz <keiths@redhat.com>
16420
16421 PR c++/16675
16422 * gdb.cp/cpsizeof.exp: New file.
16423 * gdb.cp/cpsizeof.cc: New file.
16424
58a84dcf
SA
164252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16426
191a8a90
JB
16427 * gdb.mi/mi-vla-c99.exp: New file.
16428 * gdb.mi/vla.c: New file.
58a84dcf 16429
c8655f75
SA
164302014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16431
16432 * gdb.base/vla-datatypes.c: New file.
16433 * gdb.base/vla-datatypes.exp: New file.
16434
024e13b4
SA
164352014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16436
16437 * gdb.base/vla-ptr.c: New file.
16438 * gdb.base/vla-ptr.exp: New file.
16439
1a237e0e
SA
164402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16441
16442 * gdb.base/vla-multi.c: New file.
16443 * gdb.base/vla-multi.exp: New file.
16444
504f3432
SA
164452014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16446
16447 * gdb.dwarf2/count.exp: New file.
16448
3bce8237
SA
164492014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16450
191a8a90
JB
16451 * gdb.base/vla-sideeffect.c: New file.
16452 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 16453
322f9c21
YQ
164542014-04-11 Yao Qi <yao@codesourcery.com>
16455
16456 * gdb.base/completion.exp: Check file exists before running tests
16457 on file completion.
16458
d708bcd1
PA
164592014-04-10 Pedro Alves <palves@redhat.com>
16460
16461 * gdb.base/cond-eval-mode.c: New file.
16462 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16463 prepare_for_testing to build the new file. Check result of
16464 runto_main.
16465 (test_break, test_watch): New procedures.
16466 (top level): Use them.
16467
ae1d2761
PM
164682014-04-08 Pierre Muller <muller@sourceware.org>
16469
16470 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16471 Ctrl-V use for mingw hosts.
16472
7af389b8
SC
164732014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16474
16475 * gdb.python/py-value.c: Improve test case.
16476 * gdb.python/py-value.exp: Add new test.
16477
5e703181
DE
164782014-04-07 David Blaikie <dblaikie@gmail.com>
16479
16480 * lib/compiler.c: Identify the clang compiler.
16481 * lib/compiler.cc: Ditto.
16482
9810b410
YQ
164832014-04-03 Yao Qi <yao@codesourcery.com>
16484
16485 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16486
98d1b8dc
AB
164872014-04-01 Anton Blanchard <anton@samba.org>
16488
16489 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16490 messages unique.
16491
3114cea1
AB
164922014-04-01 Anton Blanchard <anton@samba.org>
16493
16494 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16495 prepare_for_testing.
16496
62f7182c
AB
164972014-04-01 Anton Blanchard <anton@samba.org>
16498
16499 * gdb.arch/ppc64-atomic-inst.c: Remove.
16500 * gdb.arch/ppc64-atomic-inst.S: New file.
16501 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16502
770e7fc7
DE
165032014-03-31 Doug Evans <dje@google.com>
16504
16505 * gdb.base/print-symbol-loading-lib.c: New file.
16506 * gdb.base/print-symbol-loading-main.c: New file.
16507 * gdb.base/print-symbol-loading.exp: New file.
16508
46e2bafa
YQ
165092014-03-31 Yao Qi <yao@codesourcery.com>
16510
16511 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16512
8776cfe9
JB
165132014-03-28 Joel Brobecker <brobecker@adacore.com>
16514
16515 * gdb.ada/mi_dyn_arr: New testcase.
16516
5d1ef361
DE
165172014-03-27 Doug Evans <dje@google.com>
16518
16519 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16520
b5bee914
YQ
165212014-03-27 Yao Qi <yao@codesourcery.com>
16522
16523 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16524 if target is nios2-*-*.
16525
0d4d0e77
YQ
165262014-03-26 Yao Qi <yao@codesourcery.com>
16527
16528 * lib/gdb.exp (readline_is_used): New proc.
16529 * gdb.base/completion.exp: Move tests on command complete up.
16530 Skip the rest of tests if readline is not used.
16531 * gdb.ada/complete.exp: Skp the test if readline is not
16532 used.
16533 * gdb.base/filesym.exp: Likewise.
16534 * gdb.base/macscp.exp: Likewise.
16535 * gdb.base/readline-ask.exp: Likewise.
16536 * gdb.base/readline.exp: Likewise.
16537 * gdb.python/py-cmd.exp: Likewise.
16538 * gdb.trace/tfile.exp: Likewise.
16539
29361eee
YQ
165402014-03-26 Yao Qi <yao@codesourcery.com>
16541
16542 * gdb.base/macscp.exp: Fix code format issues.
16543
bc9a5525
UW
165442014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16545
16546 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16547 * gdb.asm/powerpc64le.inc: New file.
16548
d3839ede
PA
165492014-03-25 Pedro Alves <palves@redhat.com>
16550 Doug Evans <dje@google.com>
16551
16552 * gdb.base/source-execution.c: New file.
16553 * gdb.base/source-execution.exp: New file.
16554 * gdb.base/source-execution.gdb: New file.
16555
01672a57
DE
165562014-03-24 Doug Evans <dje@google.com>
16557
16558 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16559 using fission.
16560
88bbeca9
HZ
165612014-03-24 Hui Zhu <hui@codesourcery.com>
16562 Pedro Alves <palves@redhat.com>
16563
16564 PR breakpoints/16101
16565 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16566 test pass/fail messages. Detect missing support for dprintf when
16567 breakpoints are actually inserted.
16568 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16569 breakpoints are actually inserted.
16570 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16571 fails.
16572
d2348791
JK
165732014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16574
16575 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16576
feef67ab
DE
165772014-03-22 Doug Evans <xdje42@gmail.com>
16578
16579 * gdb.python/python.exp (python not supported): Verify multi-line
16580 python command issues an error.
25d743f9 16581 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 16582 guile command issues an error.
feef67ab 16583
ecebef6a
MR
165842014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16585
16586 * gdb.threads/thread-specific.exp: Handle the lack of usable
16587 $this_breakpoint and $this_thread.
16588
ccdd1909
HZ
165892014-03-21 Hui Zhu <hui@codesourcery.com>
16590
16591 * gdb.base/attach.exp (do_command_attach_tests): New.
16592
beb460e8
PA
165932014-03-20 Tom Tromey <tromey@redhat.com>
16594 Pedro Alves <palves@redhat.com>
16595
16596 PR cli/15718
16597 * gdb.base/condbreak-call-false.c: New file.
16598 * gdb.base/condbreak-call-false.exp: New file.
16599
40acf43a
PA
166002014-03-20 Pedro Alves <palves@redhat.com>
16601
16602 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16603 Delete.
16604 (block_signals, unblock_signals): Delete.
16605 (child_function_2, main): Remove references to deleted variable
16606 and functions.
16607
9f5e1e02
PA
166082014-03-20 Pedro Alves <palves@redhat.com>
16609
16610 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16611 Use pthread_kill to signal thread 2.
16612 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16613 Adjust to make the test send itself a signal rather than using the
16614 host's "kill" command.
16615
99619bea
PA
166162014-03-20 Pedro Alves <palves@redhat.com>
16617
16618 * gdb.threads/multiple-step-overs.c: New file.
16619 * gdb.threads/multiple-step-overs.exp: New file.
16620 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16621 Adjust expected infrun debug output.
16622
2adfaa28
PA
166232014-03-20 Pedro Alves <palves@redhat.com>
16624
16625 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16626 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16627
31e77af2
PA
166282014-03-20 Pedro Alves <palves@redhat.com>
16629
16630 PR breakpoints/7143
16631 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16632 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16633 of gdb_test_multiple.
16634 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16635 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16636
b9f437de
PA
166372014-03-20 Pedro Alves <palves@redhat.com>
16638
16639 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16640 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16641
05adc73e
PA
166422014-03-19 Pedro Alves <palves@redhat.com>
16643
16644 * gdb.base/async.exp: Remove early return.
16645
6048b950
PA
166462014-03-19 Pedro Alves <palves@redhat.com>
16647
16648 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16649
8bcfb00a
PA
166502014-03-19 Pedro Alves <palves@redhat.com>
16651
16652 * gdb.base/async.exp (test_background): Expect \r\n after
16653 "completed." in the fail pattern.
16654
884e37dc
PA
166552014-03-19 Pedro Alves <palves@redhat.com>
16656
16657 * gdb.base/async.exp (test_background): New procedure.
16658 Use it for all background execution command tests.
16659
148e57e2
PA
166602014-03-19 Pedro Alves <palves@redhat.com>
16661
16662 * gdb.base/async.exp: Use prepare_for_testing.
16663
f48088c7
PA
166642014-03-19 Pedro Alves <palves@redhat.com>
16665
16666 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16667 the same line.
16668
e2f6c966
PA
166692014-03-19 Pedro Alves <palves@redhat.com>
16670
16671 * gdb.base/async.c (main): Add "jump here" and "until here" line
16672 marker comments.
16673 * gdb.base/async.exp (jump_here): New global.
16674 (jump& test): Use it.
16675 (until_here): New global.
16676 (until& test): Use it.
16677
c30568d4
PA
166782014-03-19 Pedro Alves <palves@redhat.com>
16679
16680 * gdb.base/async.exp: Don't frob gdb_protocol.
16681
0172b6a7
DE
166822014-03-18 Doug Evans <xdje42@gmail.com>
16683
16684 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16685 Fix spelling of exec-done-display.
16686
06c868a8
JK
166872014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16688
16689 PR gdb/15358
16690 * gdb.base/gdb-sigterm.c: New file.
16691 * gdb.base/gdb-sigterm.exp: New file.
16692
0c7e1a46
PA
166932014-03-18 Pedro Alves <palves@redhat.com>
16694
16695 PR gdb/13860
16696 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16697 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16698 solib-event.
16699
f7c77d93
JB
167002014-03-17 Joel Brobecker <brobecker@adacore.com>
16701
16702 * gdb.ada/pckd_arr_ren: New testcase.
16703
5a1e8c7a
DE
167042014-03-13 Doug Evans <xdje42@gmail.com>
16705
16706 PR guile/16612
16707 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16708 collect after discarding symbols.
16709
350e1a76
DE
167102014-03-13 Ludovic Courtès <ludo@gnu.org>
16711 Doug Evans <xdje42@gmail.com>
16712
16713 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16714 to history survives a gc.
16715
a69900ae
PA
167162014-03-13 Pedro Alves <palves@redhat.com>
16717
16718 * gdb.base/default.exp: Don't test "target procfs".
16719
5db9f0bd
PA
167202014-03-13 Pedro Alves <palves@redhat.com>
16721
16722 * gdb.base/default.exp: Update "target child" and "target procfs"
16723 tests to not expect "Unix".
16724
b3ccfe11
TT
167252014-03-12 Tom Tromey <tromey@redhat.com>
16726
16727 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16728 New procs. Add target-async tests.
16729 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16730 Add target-async tests.
16731
646f4417
AA
167322014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16733
16734 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16735 'func_start' and 'func_end' for the beginning and end of the
16736 function code, respectively.
16737 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16738 'func_end' instead of 'func' and 'main'.
16739
288c211f
AA
167402014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16741
16742 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16743 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16744 generate the debug info assembler source.
16745
e0c0f156
AA
167462014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16747
16748 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16749 * gdb.dwarf2/arr-subrange.exp: Likewise.
16750 * gdb.dwarf2/dwz.exp: Likewise.
16751 * gdb.dwarf2/method-ptr.exp: Likewise.
16752 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16753 * gdb.dwarf2/subrange.exp: Likewise.
16754 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16755 * gdb.dwarf2/implptrpiece.exp: Likewise.
16756 * gdb.dwarf2/nostaticblock.exp: Likewise.
16757
0e5c4555
AA
167582014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16759
16760 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16761 directory to absolute path name arguments.
16762
5ec18f2b
JG
167632014-03-10 Joel Brobecker <brobecker@adacore.com>
16764
16765 * gdb.ada/tagged_access: New testcase.
16766
847fc4f2
MM
167672014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16768
16769 * gdb.btrace/data.exp: Update expected output.
16770
cc3da688
YQ
167712014-03-06 Yao Qi <yao@codesourcery.com>
16772
16773 * gdb.trace/pr16508.exp: New file.
16774
0f26cec1
PA
167752014-03-05 Pedro Alves <palves@redhat.com>
16776
16777 PR gdb/16575
16778 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16779 procedure.
16780 (top level): Adjust to use it. Add tests that exercise breakpoint
16781 interaction with the code-cache.
16782
7a5a839f
LC
167832014-02-26 Ludovic Courtès <ludo@gnu.org>
16784
16785 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16786 test for 'history-append!'.
16787
31aa7e4e
JB
167882014-02-26 Joel Brobecker <brobecker@adacore.com>
16789
16790 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16791 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16792 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16793 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16794 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16795 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16796
1b588015
JB
167972014-02-26 Joel Brobecker <brobecker@adacore.com>
16798
16799 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16800 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16801 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16802
55426c9d
JB
168032014-02-26 Joel Brobecker <brobecker@adacore.com>
16804
16805 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16806
dc53a7ad
JB
168072014-02-26 Joel Brobecker <brobecker@adacore.com>
16808
16809 * gdb.dwarf2/arr-stride.c: New file.
16810 * gdb.dwarf2/arr-stride.exp: New file.
16811
12ab52e9
PA
168122014-02-26 Pedro Alves <palves@redhat.com>
16813
16814 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16815 that won't ever trigger. Make sure that GDB reports the correct
16816 breakpoint that caused the stop.
16817
849c862e
JK
168182014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16819
16820 PR gdb/16626
16821 * gdb.base/auto-load-script: New file.
16822 * gdb.base/auto-load.c: New file.
16823 * gdb.base/auto-load.exp: New file.
16824
71b7d793
JK
16825 PR gdb/16626
16826 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16827
e2f0d509
JK
168282014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16829
16830 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16831 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16832
50cc37c8
DE
168332014-02-24 Doug Evans <dje@google.com>
16834
16835 * lib/gdb.exp (run_on_host): Log error output if program fails.
16836
ea4758f2
PA
168372014-02-21 Pedro Alves <palves@redhat.com>
16838
16839 * gdb.threads/step-after-sr-lock.c: Rename to ...
16840 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16841 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16842 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16843 ... this.
16844
d7b30f67
SDJ
168452014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16846
16847 PR tdep/16397
16848 * gdb.arch/amd64-stap-special-operands.exp: New file.
16849 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16850 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16851 * gdb.arch/amd64-stap-triplet.S: Likewise.
16852 * gdb.arch/amd64-stap-triplet.c: Likewise.
16853
83deb43f
JB
168542014-02-20 Joel Brobecker <brobecker@adacore.com>
16855
16856 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16857 in .section pseudo-op.
16858
adde2bff
DE
168592014-02-20 lin zuojian <manjian2006@gmail.com>
16860 Joel Brobecker <brobecker@adacore.com>
16861 Doug Evans <xdje42@gmail.com>
16862
16863 PR symtab/16581
16864 * gdb.dwarf2/dw2-icycle.S: New file.
16865 * gdb.dwarf2/dw2-icycle.c: New file.
16866 * gdb.dwarf2/dw2-icycle.exp: New file.
16867
f7bd0f78
SC
168682014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16869
16870 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16871 operations on gdb.Value objects.
16872 * gdb.python/py-value-cc.exp: Add new test to test operations on
16873 gdb.Value objects.
16874
c17ef0d5
DE
168752014-02-18 Doug Evans <dje@google.com>
16876
16877 * Makefile.in (TESTS): New variable.
16878 (expanded_tests, expanded_tests_or_none): New variables
16879 (check-single): Pass $(expanded_tests_or_none) to runtest.
16880 (check-parallel): Only run tests in $(TESTS) if non-empty.
16881 (check/no-matching-tests-found): New rule.
16882 * README: Document TESTS makefile variable.
16883
5dd3176f
DE
168842014-02-18 Doug Evans <dje@google.com>
16885
16886 * Makefile.in (check-parallel): rm -rf outputs temp.
16887
0b10be4f
JK
168882014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16889
16890 Fix "ERROR: no fileid for" in the testsuite.
16891 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16892
85f224e7
DE
168932014-02-12 Doug Evans <dje@google.com>
16894
16895 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16896 (MISCELLANEOUS): New variable.
16897 (clean): rm -rf $(MISCELLANEOUS).
16898 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16899 dwp live in the same directory as symlinks, with each symlink pointed
16900 to a differently named file in a different directory.
16901
149b30ff
DE
169022014-02-11 Doug Evans <dje@google.com>
16903
16904 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16905 of Tcl file commands.
16906
1dfdac32
MK
169072014-02-10 Mark Kettenis <kettenis@gnu.org>
16908
16909 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16910 "kill -SIGUSR1 -1".
16911
aa4fb036
JB
169122014-02-10 Joel Brobecker <brobecker@adacore.com>
16913
16914 * gdb.ada/tick_length_array_enum_idx: New testcase.
16915
ed3ef339
DE
169162014-02-10 Doug Evans <xdje42@gmail.com>
16917
16918 * configure.ac (AC_OUTPUT): Add gdb.guile.
16919 * configure: Regenerate.
16920 * lib/gdb-guile.exp: New file.
16921 * lib/gdb.exp (get_target_charset): New function.
16922 * gdb.base/help.exp: Update expected output from "apropos apropos".
16923 * gdb.guile/Makefile.in: New file.
16924 * gdb.guile/guile.exp: New file.
16925 * gdb.guile/scm-arch.c: New file.
16926 * gdb.guile/scm-arch.exp: New file.
16927 * gdb.guile/scm-block.c: New file.
16928 * gdb.guile/scm-block.exp: New file.
16929 * gdb.guile/scm-breakpoint.c: New file.
16930 * gdb.guile/scm-breakpoint.exp: New file.
16931 * gdb.guile/scm-disasm.c: New file.
16932 * gdb.guile/scm-disasm.exp: New file.
16933 * gdb.guile/scm-equal.c: New file.
16934 * gdb.guile/scm-equal.exp: New file.
16935 * gdb.guile/scm-error.exp: New file.
16936 * gdb.guile/scm-error.scm: New file.
16937 * gdb.guile/scm-frame-args.c: New file.
16938 * gdb.guile/scm-frame-args.exp: New file.
16939 * gdb.guile/scm-frame-args.scm: New file.
16940 * gdb.guile/scm-frame-inline.c: New file.
16941 * gdb.guile/scm-frame-inline.exp: New file.
16942 * gdb.guile/scm-frame.c: New file.
16943 * gdb.guile/scm-frame.exp: New file.
16944 * gdb.guile/scm-generics.exp: New file.
16945 * gdb.guile/scm-gsmob.exp: New file.
16946 * gdb.guile/scm-iterator.c: New file.
16947 * gdb.guile/scm-iterator.exp: New file.
16948 * gdb.guile/scm-math.c: New file.
16949 * gdb.guile/scm-math.exp: New file.
16950 * gdb.guile/scm-objfile-script-gdb.in: New file.
16951 * gdb.guile/scm-objfile-script.c: New file.
16952 * gdb.guile/scm-objfile-script.exp: New file.
16953 * gdb.guile/scm-objfile.c: New file.
16954 * gdb.guile/scm-objfile.exp: New file.
16955 * gdb.guile/scm-ports.exp: New file.
16956 * gdb.guile/scm-pretty-print.c: New file.
16957 * gdb.guile/scm-pretty-print.exp: New file.
16958 * gdb.guile/scm-pretty-print.scm: New file.
16959 * gdb.guile/scm-section-script.c: New file.
16960 * gdb.guile/scm-section-script.exp: New file.
16961 * gdb.guile/scm-section-script.scm: New file.
16962 * gdb.guile/scm-symbol.c: New file.
16963 * gdb.guile/scm-symbol.exp: New file.
16964 * gdb.guile/scm-symtab-2.c: New file.
16965 * gdb.guile/scm-symtab.c: New file.
16966 * gdb.guile/scm-symtab.exp: New file.
16967 * gdb.guile/scm-type.c: New file.
16968 * gdb.guile/scm-type.exp: New file.
16969 * gdb.guile/scm-value-cc.cc: New file.
16970 * gdb.guile/scm-value-cc.exp: New file.
16971 * gdb.guile/scm-value.c: New file.
16972 * gdb.guile/scm-value.exp: New file.
16973 * gdb.guile/source2.scm: New file.
16974 * gdb.guile/types-module.cc: New file.
16975 * gdb.guile/types-module.exp: New file.
16976
7026a7c1
YQ
169772014-02-10 Yao Qi <yao@codesourcery.com>
16978
16979 PR testsuite/16543
16980 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16981 * configure: Regenerated.
16982 * Makefile.in: New file.
16983
6c466447
AS
169842014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16985
16986 * gdb.python/py-framefilter.exp: Fix typo.
16987
6e854735
YQ
169882014-02-08 Yao Qi <yao@codesourcery.com>
16989
16990 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16991 that no =breakpoint-modified is emitted when breakpoints are
16992 modified through MI commands.
16993
d137e6dc
PA
169942014-02-07 Pedro Alves <pedro@codesourcery.com>
16995 Pedro Alves <palves@redhat.com>
16996
16997 * gdb.threads/step-after-sr-lock.c: New file.
16998 * gdb.threads/step-after-sr-lock.exp: New file.
16999
b5ee5a50
PA
170002014-02-07 Pedro Alves <palves@redhat.com>
17001
17002 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
17003
3c77faf3
JK
170042014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17005
17006 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
17007 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
17008
6dddc817
DE
170092014-02-06 Doug Evans <xdje42@gmail.com>
17010
17011 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17012 output.
17013
17014 * gdb.gdb/python-interrupts.exp: New file.
17015
de7b2893
YQ
170162014-02-05 Yao Qi <yao@codesourcery.com>
17017
17018 * gdb.trace/report.exp (use_collected_data): Test the output
17019 of "info threads" and "info inferiors".
17020
66d032ac
YQ
170212014-02-05 Yao Qi <yao@codesourcery.com>
17022
17023 Revert this patch:
17024
17025 2013-05-24 Yao Qi <yao@codesourcery.com>
17026
17027 * gdb.trace/tfile.exp: Test inferior and thread.
17028
591a12a1
UW
170292014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17030
17031 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17032 on a function.
17033 * gdb.base/step-bt.c: Call hello via function pointer to make
17034 sure its first instruction is executed on powerpc64le-linux.
17035
0ff3e01f
UW
170362014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17037
17038 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17039
084ee545
UW
170402014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17041
17042 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17043 of the test patterns for use on little-endian systems.
17044
6ed14ff3
UW
170452014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17046
17047 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17048 (decimal_vector): Fix for little-endian.
17049
401e27fd
JM
170502014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17051
17052 * gdb.arch/sparc-sysstep.exp: New file.
17053 * gdb.arch/sparc-sysstep.c: Likewise.
17054
17055 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17056
8b924729
EBM
170572014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17058
17059 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17060
fb151210
JB
170612014-01-23 Tom Tromey <tromey@redhat.com>
17062
17063 * gdb.ada/array_char_idx: New testcase.
17064
0740f8d8
TT
170652014-01-23 Tom Tromey <tromey@redhat.com>
17066
17067 PR python/16487:
17068 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17069 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17070 classes.
17071
21909fa1
TT
170722014-01-23 Tom Tromey <tromey@redhat.com>
17073
17074 PR python/16491:
17075 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17076 string from an inferior frame.
17077 * gdb.python/py-framefilter-mi.exp: Update.
17078
87ce2a04
DE
170792014-01-22 Doug Evans <dje@google.com>
17080
17081 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17082
237b092b
AA
170832014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17084
17085 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17086
d674a709
AA
170872014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17088
17089 * gdb.trace/entry-values.exp: Remove excess space character from
17090 regex patterns. Handle s390 call instruction.
17091
20fa3390
AA
170922014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17093
17094 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17095 define "*_start" label. Make "name" static.
17096 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17097 ${name} by references to ${name}_start.
17098
78466714
AA
170992014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17100
17101 * gdb.base/info-macros.exp: Remove "debug" from the compile
17102 options.
17103
ec9f644a
IB
171042014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17105
17106 * gdb.dlang/demangle.exp: New file.
17107
94b1b47e
IB
171082014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17109
17110 * gdb.dlang/primitive-types.exp: New file.
17111
7f420862
IB
171122014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17113
17114 * configure.ac: Create gdb.dlang/Makefile.
17115 * configure: Regenerate.
17116 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17117 * gdb.dlang/Makefile.in: New file.
17118 * lib/d-support.exp: New file.
17119 * lib/gdb.exp (skip_d_tests): New proc.
17120
52834460
MM
171212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17122
17123 * gdb.btrace/delta.exp: Check reverse stepi.
17124 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17125 * gdb.btrace/finish.exp: New.
17126 * gdb.btrace/next.exp: New.
17127 * gdb.btrace/nexti.exp: New.
17128 * gdb.btrace/record_goto.c: Add comments.
17129 * gdb.btrace/step.exp: New.
17130 * gdb.btrace/stepi.exp: New.
17131 * gdb.btrace/multi-thread-step.c: New.
17132 * gdb.btrace/multi-thread-step.exp: New.
17133 * gdb.btrace/rn-dl-bind.c: New.
17134 * gdb.btrace/rn-dl-bind.exp: New.
17135 * gdb.btrace/data.c: New.
17136 * gdb.btrace/data.exp: New.
17137 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17138
6e07b1d2
MM
171392014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17140
17141 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17142 * gdb.btrace/exception.exp: Update.
17143 * gdb.btrace/instruction_history.exp: Update.
17144 * gdb.btrace/record_goto.exp: Update.
17145 * gdb.btrace/tailcall.exp: Update.
17146 * gdb.btrace/unknown_functions.exp: Update.
17147 * gdb.btrace/delta.exp: New.
17148
0b722aec
MM
171492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17150
17151 * gdb.btrace/record_goto.exp: Add backtrace test.
17152 * gdb.btrace/tailcall.exp: Add backtrace test.
17153
066ce621
MM
171542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17155
17156 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17157 * gdb.btrace/record_goto.c: New.
17158 * gdb.btrace/record_goto.exp: New.
17159 * gdb.btrace/x86-record_goto.S: New.
17160
0688d04e
MM
171612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17162
17163 * gdb.btrace/function_call_history.exp: Update tests.
17164 * gdb.btrace/instruction_history.exp: Update tests.
17165
8710b709
MM
171662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17167
17168 * gdb.btrace/function_call_history.exp: Fix expected field
17169 order for "record function-call-history".
17170 Add new tests for "record function-call-history /c".
17171 * gdb.btrace/exception.cc: New.
17172 * gdb.btrace/exception.exp: New.
17173 * gdb.btrace/tailcall.exp: New.
17174 * gdb.btrace/x86-tailcall.S: New.
17175 * gdb.btrace/x86-tailcall.c: New.
17176 * gdb.btrace/unknown_functions.c: New.
17177 * gdb.btrace/unknown_functions.exp: New.
17178 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17179
5de9129b
MM
171802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17181
17182 * gdb.btrace/instruction_history.exp: Update.
17183 * gdb.btrace/function_call_history.exp: Update.
17184
23a7fe75
MM
171852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17186
17187 * gdb.btrace/function_call_history.exp: Fix expected function
17188 trace.
17189 * gdb.btrace/instruction_history.exp: Initialize traced.
17190 Remove traced_functions.
17191
724c7dd8
MM
171922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17193
17194 * gdb.btrace/function_call_history.exp: Update
17195 * gdb.btrace/instruction_history.exp: Update.
17196
6d78d93b
MM
171972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17198
17199 * gdb.btrace/enable.exp: Update expected text.
17200
93a360cc
OJ
172012014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17202
17203 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17204 bytes.
17205
3772b53f
MR
172062014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17207
17208 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17209
596662fa
OJ
172102014-01-15 Omair Javaid <omair.javaid@linaro.org>
17211
17212 * lib/gdb.exp (supports_process_record): Return true for
17213 arm*-linux*. (supports_reverse): Likewise.
17214
b5b08fb4
SC
172152014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17216
17217 PR python/15464
17218 PR python/16113
17219 * gdb.python/py-type.c: Enhance test case.
17220 * gdb.python/py-value-cc.cc: Likewise
17221 * gdb.python/py-type.exp: Add new tests.
17222 * gdb.python/py-value-cc.exp: Likewise
17223
52d7fb13
AA
172242014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17225 Pedro Alves <palves@redhat.com>
17226
17227 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17228 Make "name" extern.
17229 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17230 references to ${name}_start by references to ${name}.
17231
a2cd8cfe
JB
172322014-01-10 Joel Brobecker <brobecker@adacore.com>
17233
17234 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17235
4e23fced
JB
172362014-01-10 Joel Brobecker <brobecker@adacore.com>
17237
17238 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17239
c6a9e42c
PA
172402014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17241 Pedro Alves <palves@redhat.com>
17242
17243 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 17244 mi_gdb_target_load.
c6a9e42c 17245
b7ea362b
PA
172462014-01-08 Pedro Alves <palves@redhat.com>
17247
17248 * gdb.threads/reconnect-signal.c: New file.
17249 * gdb.threads/reconnect-signal.exp: New file.
17250
5e3f4fab
EBM
172512014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17252
17253 * gdb.base/source-dir.exp: New file.
17254
79301218
JB
172552014-01-07 Joel Brobecker <brobecker@adacore.com>
17256
17257 * gdb.ada/mi_interface: New testcase.
17258
8e355c5d
JB
172592014-01-07 Joel Brobecker <brobecker@adacore.com>
17260
17261 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17262 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17263 gdb.ada/pp-rec-component/pck.ads: New files.
17264
c0d48811
JB
172652014-01-07 Joel Brobecker <brobecker@adacore.com>
17266
17267 * gdb.python/py-pp-integral.c: New file.
17268 * gdb.python/py-pp-integral.py: New file.
17269 * gdb.python/py-pp-integral.exp: New file.
17270
17b609c3 17271For older changes see ChangeLog-1993-2013.
c906108c 17272\f
8d8cb839
EZ
17273;; Local Variables:
17274;; mode: change-log
17275;; left-margin: 8
17276;; fill-column: 74
17277;; version-control: never
17278;; End:
902f2ccb 17279
42a4f53d 17280 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
17281 Copying and distribution of this file, with or without modification,
17282 are permitted provided the copyright notice and this notice are preserved.
This page took 4.666279 seconds and 4 git commands to generate.