[gdb/testsuite] Fix info-types.exp with gcc/g++ 4.8
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2019-10-03 Tom de Vries <tdevries@suse.de>
2
3 PR testsuite/25059
4 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
5 type optional.
6
7 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
8
9 * gdb.python/py-format-string.c (string.h): New include.
10 (main): Fill a_struct_with_union.the_union.an_int with bytes of
11 the same value, for endianness-independence.
12 * gdb.python/py-format-string.exp (default_regexp_dict)
13 (test_pretty_structs, test_format): Adjust expected output to the
14 changed initialization.
15
16 2019-10-02 Tom Tromey <tromey@adacore.com>
17
18 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
19
20 2019-10-02 Pedro Alves <palves@redhat.com>
21 Andrew Burgess <andrew.burgess@embecosm.com>
22
23 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
24 "print-file-var.h".
25 (this_version_id) Use ATTRIBUTE_VISIBILITY.
26 (get_version_1): Print this_version_id and its address.
27 Add extern "C" wrappers around interface functions.
28 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
29 "print-file-var.h".
30 (this_version_id) Use ATTRIBUTE_VISIBILITY.
31 (get_version_2): Print this_version_id and its address.
32 Add extern "C" wrappers around interface functions.
33 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
34 <stddef.h> and "print-file-var.h".
35 Add extern "C" wrappers around interface functions.
36 [VERSION_ID_MAIN] (this_version_id): Define.
37 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
38 * gdb.base/print-file-var.h: Add some #defines to simplify setting
39 up extern "C" blocks.
40 * gdb.base/print-file-var.exp (test): New, factored out from top
41 level.
42 (top level): Test all combinations of attribute hidden or not,
43 dlopen or not, and this_version_id symbol in main file or not.
44 Compile tests as both C++ and C, make test names unique.
45
46 2019-10-01 Tom Tromey <tom@tromey.com>
47
48 * gdb.base/style.exp: Test "show logging filename".
49
50 2019-10-01 Tom Tromey <tom@tromey.com>
51
52 * lib/gdb-utils.exp (style): Handle "metadata" argument.
53 * gdb.base/style.exp: Add metadata style test.
54
55 2019-10-01 Tom Tromey <tom@tromey.com>
56
57 * gdb.base/style.exp: Test "pwd".
58
59 2019-10-01 Tom Tromey <tom@tromey.com>
60
61 * gdb.base/style.exp: Update tests.
62
63 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
64
65 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
66 'six' to unsigned.
67 (s1): Initialize fields 'four' and 'six' instead of 'three' and
68 'five'. Use an all-ones bit pattern for each.
69 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
70 to its changed values.
71
72 2019-09-30 Tom Tromey <tromey@adacore.com>
73
74 * gdb.rust/traits.rs: Disable all warnings.
75
76 2019-09-29 Tom de Vries <tdevries@suse.de>
77
78 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
79
80 2019-09-29 Tom de Vries <tdevries@suse.de>
81
82 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
83
84 2019-09-27 Tom de Vries <tdevries@suse.de>
85
86 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
87
88 2019-09-27 Tom de Vries <tdevries@suse.de>
89
90 PR record/23188
91 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
92
93 2019-09-26 Tom Tromey <tromey@adacore.com>
94
95 * gdb.ada/py_taft.exp: New file.
96 * gdb.ada/py_taft/main.adb: New file.
97 * gdb.ada/py_taft/pkg.adb: New file.
98 * gdb.ada/py_taft/pkg.ads: New file.
99
100 2019-09-24 Tom de Vries <tdevries@suse.de>
101
102 PR gdb/24598
103 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
104
105 2019-09-22 Tom de Vries <tdevries@suse.de>
106
107 * gdb.base/restore.exp: Allow register variables to be optimized out at
108 -O0.
109
110 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
111
112 * gdb.arch/spu-info.exp: Remove file.
113 * gdb.arch/spu-info.c: Remove file.
114 * gdb.arch/spu-ls.exp: Remove file.
115 * gdb.arch/spu-ls.c: Remove file.
116
117 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
118 * gdb.asm/spu.inc: Remove file.
119
120 * gdb.base/dump.exp: Remove support for spu*-*-*.
121 * gdb.base/stack-checking.exp: Likewise.
122 * gdb.base/overlays.exp: Likewise.
123 * gdb.base/ovlymgr.c: Likewise.
124 * gdb.base/spu.ld: Remove file.
125
126 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
127 * gdb.cp/cpexprs.exp: Likewise.
128 * gdb.cp/exception.exp: Likewise.
129 * gdb.cp/gdb2495.exp: Likewise.
130 * gdb.cp/mb-templates.exp: Likewise.
131 * gdb.cp/pr9167.exp: Likewise.
132 * gdb.cp/userdef.exp: Likewise.
133
134 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
135
136 * gdb.cell: Remove directory.
137 * lib/cell.exp: Remove file.
138
139 2019-09-19 Tom de Vries <tdevries@suse.de>
140
141 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
142
143 2019-09-19 Tom de Vries <tdevries@suse.de>
144
145 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
146
147 2019-09-19 Tom de Vries <tdevries@suse.de>
148
149 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
150 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
151 (gdb_target_cmd): ... here.
152 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
153 value 2.
154
155 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
156
157 * gdb.base/source-dir.exp: Avoid having directory names in test
158 names.
159
160 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
161
162 * gdb.base/source-dir.exp: Add extra test for mapped compilation
163 directory.
164
165 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
166
167 * gdb.base/list-missing-source.exp: New file.
168
169 2019-09-14 Tom de Vries <tdevries@suse.de>
170
171 PR teststuite/24599
172 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
173 * lib/ada.exp (gnatmake_version_at_least): New proc.
174
175 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
176
177 * gdb.base/maint.exp: Use exec_has_index_section.
178
179 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
180
181 * gdb.base/maint.exp: Add test for 'maint info sections'.
182
183 2019-09-12 Tom de Vries <tdevries@suse.de>
184
185 * gdb.base/store.exp: Allow register variables to be optimized out at
186 -O0.
187
188 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
189
190 * gdb.ada/rdv_wait.exp: Update to new task names.
191 * gdb.base/task_switch_in_core.exp: Likewise.
192 * gdb.base/info_sources_base.c: Likewise.
193
194 2019-09-10 Tom Tromey <tromey@adacore.com>
195
196 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
197
198 2019-09-10 Tom Tromey <tromey@adacore.com>
199
200 * gdb.ada/dgopt.exp: New file.
201 * gdb.ada/dgopt/x.adb: New file.
202
203 2019-09-08 Tom Tromey <tom@tromey.com>
204
205 * gdb.tui/resize.exp: Remove setup_xfail.
206 * gdb.tui/regs.exp: Remove setup_xfail.
207 * gdb.tui/basic.exp: Remove setup_xfail.
208
209 2019-09-06 David Blaikie <dblaikie@gmail.com>
210
211 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
212 * gdb.cp/cplabel.exp: Ditto.
213 * gdb.linespec/ls-errs.exp: Ditto.
214
215 2019-09-05 Tom de Vries <tdevries@suse.de>
216
217 * lib/gdb.exp (cmp_file_string): New proc.
218 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
219 runto_main. Verify save breakpoints output.
220
221 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
222
223 * gdb.base/info-var.exp: Test info variables without running
224 to main, to avoid expect's buffer overflow.
225
226 2019-09-03 Tom Tromey <tromey@adacore.com>
227
228 * gdb.ada/bias.exp: New file.
229 * gdb.ada/bias/bias.adb: New file.
230 * gdb.ada/print_chars.exp: Add regression test.
231 * gdb.ada/print_chars/foo.adb (My_Character): New type.
232 (MC): New variable.
233
234 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
235
236 * gdb.base/argv0-symlink.exp: Run only on native target
237 and local host.
238
239 2019-08-29 Tom de Vries <tdevries@suse.de>
240
241 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
242 diverse debug info.
243 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
244
245 2019-08-28 Tom de Vries <tdevries@suse.de>
246
247 * gdb.base/info-var.exp: Allow info variables to print info for files
248 other than info-var-f1.c and info-var-f2.c.
249
250 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
251
252 * gdb.fortran/info-types.exp: Add module.
253 * gdb.fortran/info-types.f90: Update expected results.
254
255 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
256
257 * gdb.fortran/info-types.exp: New file.
258 * gdb.fortran/info-types.f90: New file.
259 * lib/fortran.exp (fortran_character1): New proc.
260
261 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
262
263 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
264 functions'. Reindent as needed.
265 * gdb.base/info-var-f1.c: New file.
266 * gdb.base/info-var-f2.c: New file.
267 * gdb.base/info-var.exp: New file.
268 * gdb.base/info-var.h: New file.
269
270 2019-08-26 Tom de Vries <tdevries@suse.de>
271
272 PR c++/24852
273 * gdb.cp/no-libstdcxx-probe.exp: New test.
274
275 2019-08-26 Tom de Vries <tdevries@suse.de>
276
277 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
278 * tests need to be skipped.
279 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
280 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
281 mi_skip_libstdcxx_probe_tests.
282
283 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
284
285 * gdb.python/py-xmethods.exp: Use raw strings when passing
286 arguments to SimpleXMethodMatcher.
287
288 2019-08-22 Tom de Vries <tdevries@suse.de>
289
290 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
291 more informative.
292
293 2019-08-21 Pedro Alves <palves@redhat.com>
294
295 * gdb.base/with.exp: Test "with" with no arguments.
296
297 2019-08-21 Tom de Vries <tdevries@suse.de>
298
299 * gdb.base/gdb-caching-proc.exp: Sort files.
300
301 2019-08-20 Tom de Vries <tdevries@suse.de>
302
303 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
304 compilation.
305
306 2019-08-16 Tom de Vries <tdevries@suse.de>
307
308 * gdb.base/compare-sections.exp ("after run to main"): Allow
309 mismatched read-only sections for PIE executables.
310
311 2019-08-16 Tom Tromey <tom@tromey.com>
312
313 * lib/tuiterm.exp (_csi_Z): New proc.
314 * gdb.tui/basic.exp: Update window positions.
315 * gdb.tui/empty.exp: Update window positions.
316
317 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
318
319 * gdb.base/examine-backward.exp: Correct regexp for
320 "examine 3 bytes backward from ${address_zero}".
321
322 2019-08-15 Tom Tromey <tom@tromey.com>
323
324 * gdb.tui/empty.exp: Enable resizing tests.
325
326 2019-08-15 Tom Tromey <tromey@adacore.com>
327
328 * gdb.ada/char_enum.exp: Add regression tests.
329 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
330 and '0'.
331 (Char, Gchar): Update.
332 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
333
334 2019-08-15 Christian Biesinger <cbiesinger@google.com>
335
336 * gdb.python/python.exp: Expect a leading underscore on
337 GdbOutput{,Error}File.
338
339 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
340
341 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
342 Windows host.
343
344 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
345
346 * gdb.base/batch-preserve-term-settings.exp
347 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
348
349 2019-08-15 Christian Biesinger <cbiesinger@google.com>
350
351 * lib/gdb.exp: When running on a mingw target, replace
352 /x/ with x:/.
353
354 2019-08-14 Alan Hayward <alan.hayward@arm.com>
355
356 * gdb.arch/aarch64-prologue.c: New test.
357 * gdb.arch/aarch64-prologue.exp: New file.
358
359 2019-08-13 Tom de Vries <tdevries@suse.de>
360
361 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
362 Thread.
363
364 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
365
366 * gdb.python/py-completion.exp: Download the .py file to the host
367 and use its host pathname. Conditionalize tests that use
368 tab completion and manipulate files on the build machine.
369 * gdb.python/py-events.exp: Download the .py file to the host
370 and use its host pathname.
371 * gdb.python/py-evsignal.exp: Likewise.
372 * gdb.python/py-evthreads.exp: Likewise.
373 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
374 pathname syntax.
375 * gdb.python/py-framefilter.exp: Download the .py file to the right
376 place on the host. Match Windows pathname syntax.
377 * gdb.python/py-mi-var-info-path-expression.exp: Download the
378 .py file to the host and use its host pathname.
379 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
380 * gdb.python/py-objfile.exp: Expect a host pathname, not a
381 build pathname. Skip symlink test on Windows host. Add missing
382 newline at end of file.
383 * gdb.python/py-pp-maint.exp: Download the .py file to the host
384 and use its host pathname.
385 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
386 * gdb.python/py-section-script.exp: Use host location of binfile
387 on safe-path. Use correct path separator on Windows host.
388 Reorder alternatives in gdb_test_multiple to prevent matching
389 the wrong alternative on success.
390 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
391
392 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
393
394 * gdb.gdb/selftest.exp (test_with_self): Update test to now
395 expect the GDB inferior to no longer immediately stop after
396 being resumed with "signal SIGINT".
397
398 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
399
400 * gdb.linespec/break-ask.exp: Generalize regexps to match
401 Windows pathnames too.
402
403 2019-08-08 Tom de Vries <tdevries@suse.de>
404
405 PR testsuite/24862
406 * lib/tuiterm.exp (_accept): Fix CSI regexp.
407
408 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
409
410 * gdb.base/style.exp: Update tests for help doc new invariants.
411 * gdb.base/help.exp: Likewise.
412
413 2019-08-06 Tom Tromey <tom@tromey.com>
414
415 * gdb.base/style.exp: Add disassemble test.
416 * gdb.base/style.c (some_called_function): New function.
417 (main): Use it.
418
419 2019-08-05 Christian Biesinger <cbiesinger@google.com>
420
421 * gdb.python/py-block.exp: Test dictionary access on blocks.
422
423 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
424
425 PR gdb/24863
426 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
427 -list-thread-groups --available test when running under
428 check-read1.
429
430 2019-08-05 Tom de Vries <tdevries@suse.de>
431
432 PR testsuite/24863
433 * lib/gdb.exp (with_read1_timeout_factor): New proc.
434 * gdb.base/help.exp: Use with_read1_timeout_factor.
435 * gdb.base/info-macros.exp: Same.
436 * gdb.cp/nested-types.exp: Same.
437
438 2019-08-05 Tom de Vries <tdevries@suse.de>
439
440 * lib/gdb.exp (version_at_least): Factor out of ...
441 (tcl_version_at_least): ... here.
442 (gdb_compile): Fail if pie results in non-PIE executable.
443 (readelf_version, readelf_prints_pie): New proc.
444 (exec_is_pie): Return -1 if unknown.
445
446 2019-08-05 Tom de Vries <tdevries@suse.de>
447
448 * lib/gdb.exp (tcl_version_at_least): Fix typo.
449
450 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
451
452 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
453
454 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
455
456 * lib/completion-support.exp (test_gdb_complete_none): Skip
457 tab completion tests if no readline support.
458 (test_gdb_complete_unique_re): Likewise.
459 (test_gdb_complete_multiple): Likewise.
460
461 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
462
463 * gdb.base/info_sources.exp: New file.
464 * gdb.base/info_sources.c: New file.
465 * gdb.base/info_sources_base.c: New file.
466
467 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
468
469 * gdb.base/batch-exit-status.exp: Call test_exit_status with
470 prefix argument.
471 (test_exit_status): Add prefix argument.
472
473 2019-08-01 Tom de Vries <tdevries@suse.de>
474
475 PR testsuite/24863
476 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
477 calling exp_continue for new thread and thread exited messages.
478
479 2019-08-01 Tom de Vries <tdevries@suse.de>
480
481 PR testsuite/24863
482 * gdb.base/structs.exp: Fix check-read1 timeout using
483 gdb_test_sequence.
484 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
485
486 2019-08-01 Tom de Vries <tdevries@suse.de>
487
488 PR testsuite/24863
489 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
490 line.
491
492 2019-08-01 Tom de Vries <tdevries@suse.de>
493
494 PR testsuite/24863
495 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
496
497 2019-07-30 Tom Tromey <tromey@adacore.com>
498
499 * gdb.ada/display_nested.exp: New file.
500 * gdb.ada/display_nested/foo.adb: New file.
501 * gdb.ada/display_nested/pack.adb: New file.
502 * gdb.ada/display_nested/pack.ads: New file.
503
504 2019-07-30 Christian Biesinger <cbiesinger@google.com>
505
506 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
507 namespace.
508 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
509
510 2019-07-30 Tom de Vries <tdevries@suse.de>
511
512 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
513 instead.
514
515 2019-07-30 Tom de Vries <tdevries@suse.de>
516
517 PR testsuite/24834
518 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
519 (exec_is_pie): New proc.
520
521 2019-07-29 Christian Biesinger <cbiesinger@google.com>
522
523 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
524
525 2019-07-29 Christian Biesinger <cbiesinger@google.com>
526
527 * gdb.python/py-objfile.c: Add global and static vars.
528 * gdb.python/py-objfile.exp: Test new functions Objfile.
529 lookup_global_symbol and lookup_static_symbol.
530
531 2019-07-29 Tom Tromey <tom@tromey.com>
532
533 * lib/tuiterm.exp (Term::_csi_@): New proc.
534 (Term::_csi_X): Don't move cursor.
535
536 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
537
538 * gdb.base/options.exp: Update backtrace - completion to
539 new option -frame-info.
540 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
541 Test new 'set print frame-info'. Test backtrace -frame-info
542 overriding 'set print frame-info'.
543 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
544 Test new 'set print frame-info'.
545 Verify consistency of backtrace with and without filters, with and
546 without -no-filters.
547 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
548 default.
549
550 2019-07-29 Tom de Vries <tdevries@suse.de>
551
552 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
553 no arguments".
554
555 2019-07-29 Tom de Vries <tdevries@suse.de>
556
557 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
558 is a substring of the first for "complete non-unique file name".
559
560 2019-07-29 Tom de Vries <tdevries@suse.de>
561
562 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
563 with ".*".
564
565 2019-07-29 Tom de Vries <tdevries@suse.de>
566
567 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
568 Pass prompt_regexp parameter to gdb_test_multiple calls.
569
570 2019-07-29 Tom de Vries <tdevries@suse.de>
571
572 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
573 print registers" regexps.
574
575 2019-07-29 Tom de Vries <tdevries@suse.de>
576
577 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
578
579 2019-07-29 Tom de Vries <tdevries@suse.de>
580
581 PR gdb/24855
582 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
583 (skip_python_tests_prompt): Add prompt_regexp argument to
584 gdb_test_multiple calls.
585
586 2019-07-27 Tom Tromey <tom@tromey.com>
587
588 * gdb.tui/main.exp: New file.
589
590 2019-07-27 Tom Tromey <tom@tromey.com>
591
592 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
593 optional.
594 * gdb.tui/empty.exp: New file.
595
596 2019-07-27 Tom Tromey <tom@tromey.com>
597
598 * lib/tuiterm.exp (spawn): New proc.
599 (Term::resize): New proc.
600 * gdb.tui/resize.exp: New file.
601
602 2019-07-27 Tom Tromey <tom@tromey.com>
603
604 * gdb.tui/list.exp: New file.
605
606 2019-07-27 Tom Tromey <tom@tromey.com>
607
608 * gdb.tui/regs.exp: New file.
609
610 2019-07-27 Tom Tromey <tom@tromey.com>
611
612 * gdb.tui/basic.exp: Add "layout split" test.
613
614 2019-07-27 Tom Tromey <tom@tromey.com>
615
616 * gdb.tui/basic.exp: Add "layout asm" test.
617
618 2019-07-27 Tom Tromey <tom@tromey.com>
619
620 * lib/tuiterm.exp: New file.
621 * gdb.tui/basic.exp: New file.
622
623 2019-07-27 Kevin Buettner <kevinb@redhat.com>
624
625 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
626 Enable tests associated with this flag. Adjust regex
627 referencing "foo_low" to now refer to "foo_cold" instead.
628
629 2019-07-27 Kevin Buettner <kevinb@redhat.com>
630
631 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
632 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
633 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
634 foo_cold. Revise comments to match.
635 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
636 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
637 were wrapped into this proc; Call do_test in loop from outermost
638 level.
639 (foo_low): Rename all occurrences to "foo_cold".
640 (backtrace from baz): New test.
641 (x2/i foo_cold): New test.
642 (info line *foo_cold): New test.
643
644 2019-07-26 Tom de Vries <tdevries@suse.de>
645
646 * gdb.arch/i386-pkru.exp: Fix unterminated string.
647
648 2019-07-25 Tom de Vries <tdevries@suse.de>
649
650 PR testsuite/24830
651 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
652 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
653 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
654 (skip_libstdcxx_probe_tests): ... here.
655 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
656
657 2019-07-24 Tom de Vries <tdevries@suse.de>
658
659 PR testsuite/24807
660 * gdb.objc/basicclass.m: Include stdio.h.
661 * gdb.objc/nondebug.m: Same.
662 * gdb.objc/objcdecode.m: Same.
663
664 2019-07-24 Tom de Vries <tdevries@suse.de>
665
666 PR testsuite/24612
667 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
668 additional_flags.
669
670 2019-07-24 Tom de Vries <tdevries@suse.de>
671
672 PR testsuite/24831
673 * gdb.multi/tids.exp: Update error messages for info threads.
674
675 2019-07-24 Tom de Vries <tdevries@suse.de>
676
677 * gdb.base/info-types.exp: Allow info types to print info for more than
678 one file.
679
680 2019-07-23 Tom de Vries <tdevries@suse.de>
681
682 PR testsuite/24842
683 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
684 gdb_spawn_with_cmdline_opts.
685
686 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
687
688 * gdb.arch/arm-cmse-sgstubs.c: New test.
689 * gdb.arch/arm-cmse-sgstubs.exp: New file.
690
691 2019-07-23 Tom de Vries <tdevries@suse.de>
692
693 PR testsuite/24711
694 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
695 issuing next command.
696
697 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
698
699 * gdb.ada/info_auto_lang.exp: Update expected results.
700 * gdb.base/info-types.c: Add additional types to check.
701 * gdb.base/info-types.exp: Update expected results.
702
703 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
704
705 * gdb.base/info-types.c: New file.
706 * gdb.base/info-types.exp: New file.
707
708 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
709
710 * gdb.arch/riscv-bp-infcall.c: New file.
711 * gdb.arch/riscv-bp-infcall.exp: New file.
712
713 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
714
715 PR breakpoints/24541
716 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
717
718 2019-07-14 Tom de Vries <tdevries@suse.de>
719
720 PR testsuite/24760
721 * gdb.objc/basicclass.exp: Fix unterminated string.
722
723 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
724 Andrew Burgess <andrew.burgess@embecosm.com>
725
726 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
727 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
728 negative bounds.
729 * gdb.fortran/vla-value.exp: Print elements of an array with
730 negative bounds.
731 * gdb.fortran/vla.f90: Setup an array with negative bounds for
732 testing.
733
734 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
735
736 * gdb.base/options.exp (expect_string): Dequote strings in
737 results.
738 (test-string): Test strings with different quoting and reindent.
739
740 2019-07-10 Tom Tromey <tromey@adacore.com>
741
742 * gdb.ada/mi_ex_cond.exp: Update expected results.
743 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
744 * gdb.ada/mi_catch_ex.exp: Update expected results.
745 * gdb.ada/mi_catch_assert.exp: Update expected results.
746 * gdb.ada/catch_ex.exp (catch_exception_info)
747 (catch_exception_entry, catch_assert_entry)
748 (catch_unhandled_entry): Update.
749 * gdb.ada/catch_assert_if.exp: Update expected results.
750
751 2019-07-10 Richard Bunt <richard.bunt@arm.com>
752 Stephen Roberts <stephen.roberts@arm.com>
753
754 * gdb.base/define.exp: Restore original prompt.
755
756 2019-07-09 Pedro Alves <palves@redhat.com>
757
758 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
759 breakpoints" output.
760 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
761 * gdb.python/py-breakpoint.exp: No longer expect that "catch
762 throw" creates breakpoint.
763 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
764 'type="catchpoint"'.
765
766 2019-07-09 Pedro Alves <palves@redhat.com>
767
768 PR c++/15468
769 * gdb.cp/except-multi-location-lib.cc: New.
770 * gdb.cp/except-multi-location-main.cc: New.
771 * gdb.cp/except-multi-location.exp: New.
772
773 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
774
775 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
776 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
777 argument and update callers.
778
779 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
780
781 * gdb.arch/amd64-break-on-asm-line.S: New file.
782 * gdb.arch/amd64-break-on-asm-line.exp: New file.
783
784 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
785
786 * gdb.base/printcmds.exp: Test printing C string and
787 C wide string convenience vars without transiting via the inferior.
788 Also make test names unique.
789
790 2019-07-08 Alan Hayward <alan.hayward@arm.com>
791
792 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
793
794 2019-07-04 Pedro Alves <palves@redhat.com>
795
796 * lib/gdb.exp (foreach_with_prefix): Don't return early if
797 body returned ok(0), break(3) or continue(4).
798 * gdb.testsuite/foreach_with_prefix.exp: New file.
799
800 2019-07-04 Alan Hayward <alan.hayward@arm.com>
801
802 * gdb.server/unittest.exp: Allow 0 unit tests to run.
803
804 2019-07-03 Pedro Alves <palves@redhat.com>
805
806 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
807 "return -code".
808
809 2019-07-03 Pedro Alves <palves@redhat.com>
810
811 PR cli/24732
812 * gdb.base/shell.exp: Load completion-support.exp.
813 Adjust expected error output. Add completion tests.
814
815 2019-07-03 Pedro Alves <palves@redhat.com>
816
817 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
818 string_to_regexp.
819
820 2019-07-03 Pedro Alves <palves@redhat.com>
821
822 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
823 (expect_integer): Adjust to expect "-string".
824 (expect_string): New.
825 (all_options): Expect "-string".
826 (test-flag, test-boolean): Adjust to expect "-string".
827 (test-string): New proc.
828 (top level): Call it.
829
830 2019-07-03 Pedro Alves <palves@redhat.com>
831
832 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
833 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
834 the expected output in the success.
835
836 2019-07-03 Pedro Alves <palves@redhat.com>
837
838 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
839 Split one gdb_test_multiple call in two to avoid a race.
840
841 2019-07-03 Pedro Alves <palves@redhat.com>
842
843 * gdb.base/with.c: New file.
844 * gdb.base/with.exp: New file.
845
846 2019-07-03 Pedro Alves <palves@redhat.com>
847
848 * gdb.base/settings.exp: Replace all references to "maint
849 test-settings set" with references to "maint set test-settings",
850 and all references to "maint test-settings show" with references
851 to "maint show test-settings".
852
853 2019-07-03 Pedro Alves <palves@redhat.com>
854
855 * gdb.base/settings.exp (test-string): Adjust expected out when
856 testing "maint test-settings show filename"
857
858 2019-07-02 Pedro Alves <palves@redhat.com>
859
860 * gdb.base/options.exp (test-info-threads): New procedure.
861 (top level): Call it.
862
863 2019-06-28 Tom Tromey <tromey@adacore.com>
864
865 * gdb.dwarf2/ada-linkage-name.c: New file.
866 * gdb.dwarf2/ada-linkage-name.exp: New file.
867
868 2019-06-27 Tom Tromey <tromey@adacore.com>
869
870 * gdb.cp/constexpr-field.exp: Use setup_xfail.
871
872 2019-06-26 Tom de Vries <tdevries@suse.de>
873
874 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
875
876 2019-06-26 Tom de Vries <tdevries@suse.de>
877
878 * gdb.base/index-cache.exp: Add back missing debug option.
879
880 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
881
882 * gdb.base/alias.exp: Test non matching/non existing prefixes.
883
884 2019-06-25 Tom de Vries <tdevries@suse.de>
885
886 PR testsuite/24727
887 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
888
889 2019-06-24 Tom de Vries <tdevries@suse.de>
890
891 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
892
893 2019-06-24 Tom de Vries <tdevries@suse.de>
894
895 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
896 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
897 * gdb.trace/unavailable-dwarf-piece.exp: Same.
898
899 2019-06-24 Tom de Vries <tdevries@suse.de>
900
901 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
902
903 2019-06-21 Tom de Vries <tdevries@suse.de>
904
905 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
906
907 2019-06-21 Tom de Vries <tdevries@suse.de>
908
909 PR testsuite/24518
910 PR ada/24713
911 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
912 index.
913
914 2019-06-19 Tom Tromey <tromey@adacore.com>
915
916 * gdb.ada/length_cond.exp: Add intro comment.
917
918 2019-06-19 Tom Tromey <tromey@adacore.com>
919
920 * gdb.ada/length_cond.exp: New file.
921 * gdb.ada/length_cond/length_cond.adb: New file.
922 * gdb.ada/length_cond/pck.adb: New file.
923 * gdb.ada/length_cond/pck.ads: New file.
924
925 2019-06-18 Tom de Vries <tdevries@suse.de>
926
927 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
928
929 2019-06-18 Tom Tromey <tromey@adacore.com>
930
931 * gdb.base/list0.h: Add comment explaining control character.
932
933 2019-06-18 Tom de Vries <tdevries@suse.de>
934
935 * boards/fission.exp: Break up long debug_flags line.
936
937 2019-06-16 Tom de Vries <tdevries@suse.de>
938
939 PR gdb/24445
940 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
941 generated index.
942
943 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
944
945 PR gdb/24686
946 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
947 improve detection of bug gdb/24541.
948
949 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
950
951 PR gdb/24669
952 * gdb.base/index-cache.exp (uses_readnow,
953 expecting_index_cache_use): Define global variable.
954 (test_cache_enabled_miss, test_cache_enabled_hit): Use
955 expecting_index_cache_use.
956
957 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
958 Andrew Burgess <andrew.burgess@embecosm.com>
959
960 * gdb.fortran/pointers.f90: New file.
961 * gdb.fortran/print_type.exp: New file.
962 * gdb.fortran/vla-ptype.exp: Adapt expected results.
963 * gdb.fortran/vla-type.exp: Likewise.
964 * gdb.fortran/vla-value.exp: Likewise.
965 * gdb.mi/mi-vla-fortran.exp: Likewise.
966
967 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
968
969 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
970 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
971 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
972 as a stop reason.
973
974 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
975
976 * gdb.base/annota1.exp: Update expected results.
977 * gdb.cp/annota2.exp: Likewise.
978 * gdb.cp/annota3.exp: Likewise.
979
980 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
981
982 * gdb.base/style-logging.exp: Remove path from test name.
983
984 2019-06-14 Tom Tromey <tromey@adacore.com>
985
986 PR gdb/24502:
987 * gdb.base/style-logging.exp: New file.
988
989 2019-06-14 Tom Tromey <tromey@adacore.com>
990
991 * gdb.base/symfile-warn.exp: New file.
992 * gdb.base/symfile-warn.c: New file.
993
994 2019-06-14 Tom Tromey <tromey@adacore.com>
995
996 * gdb.base/annotate-symlink.exp: New file.
997
998 2019-06-14 Tom Tromey <tromey@adacore.com>
999
1000 * gdb.ada/set_wstr.exp: Add reassignment test.
1001
1002 2019-06-14 Tom Tromey <tromey@adacore.com>
1003
1004 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
1005 'unchecked_access and 'unrestricted_access as well.
1006
1007 2019-06-14 Tom Tromey <tromey@adacore.com>
1008
1009 PR ada/24539:
1010 * gdb.ada/vla.exp: Update tests.
1011 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
1012 pragma.
1013
1014 2019-06-13 Pedro Alves <palves@redhat.com>
1015
1016 * gdb.base/settings.exp (test-integer): Test junk after
1017 "unlimited".
1018
1019 2019-06-13 Pedro Alves <palves@redhat.com>
1020
1021 * gdb.base/options.exp (test-thread-apply): New.
1022 (top level): Call it.
1023
1024 2019-06-13 Pedro Alves <palves@redhat.com>
1025
1026 * gdb.base/options.exp (test-frame-apply): New.
1027 (top level): Test print commands with different "frame apply"
1028 prefixes.
1029
1030 2019-06-13 Pedro Alves <palves@redhat.com>
1031
1032 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
1033 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
1034 'max_completions' parameter and handle it.
1035 (test_gdb_completion_offers_commands): New.
1036
1037 2019-06-13 Pedro Alves <palves@redhat.com>
1038
1039 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
1040
1041 2019-06-13 Pedro Alves <palves@redhat.com>
1042
1043 * gdb.base/options.exp (test-backtrace): New.
1044 (top level): Call it.
1045
1046 2019-06-13 Pedro Alves <palves@redhat.com>
1047
1048 * gdb.guile/scm-frame-args.exp: Use "set print
1049 raw-frame-arguments" instead of "set print raw frame-arguments".
1050 * gdb.python/py-frame-args.exp: Likewise.
1051
1052 2019-06-13 Pedro Alves <palves@redhat.com>
1053
1054 * gdb.compile/compile.exp: Adjust expected output to option
1055 processing changes.
1056
1057 2019-06-13 Pedro Alves <palves@redhat.com>
1058
1059 * gdb.base/options.exp: Build executable.
1060 (test-print): New procedure.
1061 (top level): Call it, once for "print" and another for "compile
1062 print".
1063
1064 2019-06-13 Pedro Alves <palves@redhat.com>
1065
1066 * gdb.base/options.c: New file.
1067 * gdb.base/options.exp: New file.
1068
1069 2019-06-13 Pedro Alves <palves@redhat.com>
1070
1071 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
1072 that "o" is ambiguous.
1073
1074 2019-06-13 Pedro Alves <palves@redhat.com>
1075
1076 * gdb.base/settings.c: New file.
1077 * gdb.base/settings.exp: New file.
1078
1079 2019-06-13 Pedro Alves <palves@redhat.com>
1080
1081 * gdb.base/completion.exp: Fix comment typo.
1082
1083 2019-06-13 Pedro Alves <palves@redhat.com>
1084
1085 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
1086 foo --1" test.
1087
1088 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
1089
1090 * gdb.fortran/block-data.f: New.
1091 * gdb.fortran/block-data.exp: New.
1092
1093 2019-06-11 Tom de Vries <tdevries@suse.de>
1094
1095 PR testsuite/24521
1096 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
1097 message.
1098
1099 2019-06-11 Tom de Vries <tdevries@suse.de>
1100
1101 PR testsuite/24521
1102 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
1103
1104 2019-06-11 Tom de Vries <tdevries@suse.de>
1105
1106 * boards/readnow.exp: New file.
1107
1108 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
1109
1110 * gdb.fortran/vla-sizeof.exp: Update expected results.
1111
1112 2019-06-06 Amos Bird <amosbird@gmail.com>
1113
1114 * gdb.base/annota1.exp (thread_switch): Add test for
1115 thread-exited annotation.
1116
1117 2019-06-06 Tom Tromey <tromey@adacore.com>
1118
1119 * gdb.base/maint.exp: Expect command started/finished output.
1120
1121 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1122
1123 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
1124 comment.
1125 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
1126
1127 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
1128
1129 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
1130 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
1131 * gdb.arch/riscv-unwind-long-insn.c: New file.
1132 * gdb.arch/riscv-unwind-long-insn.exp: New file.
1133
1134 2019-06-04 Christian Biesinger <cbiesinger@google.com>
1135
1136 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
1137
1138 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1139
1140 * lib/gdb.exp (help_list_trailer): New regexp variable
1141 factorizing the help trailer message.
1142 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
1143 arg to allow to better factorize various tests.
1144 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
1145 (test_prefix_command_help): Use help_list_trailer.
1146 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
1147 * gdb.guile/scm-cmd.exp: Likewise.
1148 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
1149 * gdb.base/help.exp: Use test_user_defined_class_help.
1150 * gdb.base/style.exp: Add tests for styling of help and apropos.
1151 * lib/gdb-utils.exp (style): Add title and highlight styles.
1152
1153 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1154
1155 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
1156 $_shell_exitsignal.
1157 * gdb.base/default.exp: Update for new convenience variables.
1158
1159 2019-05-29 Tom Tromey <tromey@adacore.com>
1160
1161 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
1162 to "break complete ada" test case's regexp.
1163
1164 2019-05-29 Tom Tromey <tromey@adacore.com>
1165
1166 PR c++/20020:
1167 * gdb.cp/constexpr-field.exp: New file.
1168 * gdb.cp/constexpr-field.cc: New file.
1169
1170 2019-05-29 Tom Tromey <tromey@adacore.com>
1171
1172 * gdb.base/finish.exp (finish_no_print): New proc.
1173 (finish_tests): Call it.
1174
1175 2019-05-24 Tom de Vries <tdevries@suse.de>
1176
1177 * gdb.dwarf2/gdb-add-index.exp: New file.
1178
1179 2019-05-22 Tom Tromey <tromey@adacore.com>
1180
1181 * gdb.base/info-shared.exp (check_info_shared): Use "style".
1182 * gdb.base/style.exp: Use "style".
1183 * lib/gdb-utils.exp (style): New proc.
1184
1185 2019-05-22 Tom de Vries <tdevries@suse.de>
1186
1187 * gdb.base/align.exp: Require c++11.
1188
1189 2019-05-22 Tom de Vries <tdevries@suse.de>
1190
1191 PR testsuite/24586
1192 * gdb.python/py-mi-var-info-path-expression.exp: Call
1193 mi_skip_python_tests to check if python is supported.
1194
1195 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1196
1197 * gdb.arch/aarch64-pauth.c: New test.
1198 * gdb.arch/aarch64-pauth.exp: New file.
1199
1200 2019-05-22 Alan Hayward <alan.hayward@arm.com>
1201
1202 * README (Re-running Tests Outside The Testsuite): New section.
1203
1204 2019-05-21 Tom de Vries <tdevries@suse.de>
1205
1206 * gdb.arch/amd64-eval.exp: Require c++11.
1207 * gdb.base/max-depth.exp: Same.
1208 * gdb.compile/compile-cplus-array-decay.exp: Same.
1209 * gdb.cp/meth-typedefs.exp: Same.
1210 * gdb.cp/subtypes.exp: Same.
1211 * gdb.cp/temargs.exp: Same.
1212
1213 2019-05-21 Alan Hayward <alan.hayward@arm.com>
1214
1215 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
1216
1217 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
1218
1219 PR gdb/18644
1220 * gdb.fortran/complex.exp: Remove setup_kfail calls.
1221 * gdb.fortran/printing-types.exp: Add new test.
1222 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
1223 testing.
1224 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
1225 setup_kfail call.
1226
1227 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1228
1229 * README (Running the Testsuite): Change example.
1230 (Testsuite Parameters): Remove TRANSCRIPT.
1231 * lib/gdb.exp: Remove TRANSCRIPT check.
1232
1233 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1234
1235 * README (Testsuite Parameters): Add replay logging to
1236 GDBSERVER_DEBUG.
1237 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
1238 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
1239 as a comma separated list.
1240 (gdb_debug_init): Override procedure.
1241
1242 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1243
1244 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
1245 (gdb_write_cmd_file): New procedure.
1246 * lib/gdbserver-support.exp (gdbserver_start): Call
1247 gdbserver_write_cmd_file.
1248 (gdbserver_write_cmd_file): New procedure.
1249
1250 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1251
1252 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
1253 (delete_breakpoints): Likewise.
1254 (gdb_run_cmd): Likewise.
1255 (gdb_start_cmd): Likewise.
1256 (gdb_starti_cmd): Likewise.
1257 (gdb_internal_error_resync): Likewise.
1258 (gdb_test_multiple): Likewise.
1259 (gdb_reinitialize_dir): Likewise.
1260 (default_gdb_exit): Likewise.
1261 (gdb_file_cmd): Mark kill as optional.
1262 (default_gdb_start): Call gdb_stdin_log_init.
1263 (send_gdb): Call gdb_stdin_log_write.
1264 (rerun_to_main): Mark Y as an answer.
1265 (gdb_stdin_log_init): New function.
1266 (gdb_stdin_log_write): Likewise.
1267
1268 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1269
1270 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
1271 * gdb.base/debug-expr.exp: Likewise.
1272 * gdb.base/foll-fork.exp: Likewise.
1273 * gdb.base/foll-vfork.exp: Likewise.
1274 * gdb.base/fork-print-inferior-events.exp: Likewise.
1275 * gdb.base/gdb-sigterm.exp: Likewise.
1276 * gdb.base/gdbinit-history.exp: Likewise.
1277 * gdb.base/osabi.exp: Likewise.
1278 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1279 * gdb.base/ui-redirect.exp: Likewise.
1280 * gdb.gdb/unittest.exp: Likewise.
1281 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
1282 * gdb.mi/mi-watch.exp: Likewise.
1283 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1284 * gdb.mi/user-selected-context-sync.exp: Likewise.
1285 * gdb.python/python.exp: Disable debug test when debugging.
1286 * gdb.threads/check-libthread-db.exp: Disable when debugging.
1287 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
1288 Likewise.
1289 * gdb.threads/stepi-random-signal.exp: Likewise.
1290
1291 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1292
1293 * Makefile.in: Pass through GDB_DEBUG.
1294 * README (Testsuite Parameters): Add GDB_DEBUG.
1295 (gdb,debug): Add board setting.
1296 * lib/gdb.exp (default_gdb_start): Start debugging.
1297 (gdb_debug_enabled): New procedure.
1298 (gdb_debug_init): Likewise.
1299
1300 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1301
1302 * Makefile.in: Pass through GDB_DEBUG.
1303 * README (Testsuite Parameters): Add GDB_DEBUG.
1304 (gdb,debug): Add board setting.
1305 * lib/gdb.exp (default_gdb_start): Start debugging.
1306 (gdb_debug_enabled): New procedure.
1307 (gdb_debug_init): Likewise.
1308
1309 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1310
1311 * gdb.base/ui-redirect.exp: Add debug redirect tests.
1312
1313 2019-05-17 Alan Hayward <alan.hayward@arm.com>
1314
1315 * gdb.base/ui-redirect.exp: Test redirection.
1316
1317 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
1318
1319 * gdb.mi/mi-complete.exp: New file.
1320 * gdb.mi/mi-complete.cc: Likewise.
1321
1322 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
1323
1324 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
1325 indexed and sliced arrays, and pointers to arrays.
1326
1327 2019-05-14 Tom Tromey <tromey@adacore.com>
1328
1329 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
1330 styling test.
1331
1332 2019-05-14 Tom de Vries <tdevries@suse.de>
1333
1334 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
1335 selection entry encoding.
1336
1337 2019-05-10 Tom Tromey <tromey@adacore.com>
1338
1339 * gdb.ada/info_exc.exp: Add "complete" test.
1340
1341 2019-05-09 Tom de Vries <tdevries@suse.de>
1342
1343 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
1344 CU-relative.
1345
1346 2019-05-09 Tom de Vries <tdevries@suse.de>
1347
1348 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
1349 CU-relative.
1350
1351 2019-05-08 Joel Brobecker <brobecker@adacore.com>
1352
1353 * gdb.ada/frame_arg_lang.exp: New testcase.
1354 * gdb.ada/frame_arg_lang/bla.adb: New file.
1355 * gdb.ada/frame_arg_lang/pck.ads: New file.
1356 * gdb.ada/frame_arg_lang/pck.adb: New file.
1357 * gdb.ada/frame_arg_lang/foo.c: New file.
1358
1359 2019-05-08 Tom Tromey <tromey@adacore.com>
1360
1361 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
1362
1363 2019-05-08 Tom Tromey <tromey@adacore.com>
1364
1365 * gdb.base/ptype-offsets.exp: Update tests.
1366
1367 2019-05-08 Tom Tromey <tromey@adacore.com>
1368
1369 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
1370 cases.
1371 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
1372 "short".
1373
1374 2019-05-08 Tom Tromey <tromey@adacore.com>
1375
1376 * gdb.ada/vla.exp: New file.
1377 * gdb.ada/vla/vla.adb: New file.
1378
1379 2019-05-07 Tom de Vries <tdevries@suse.de>
1380
1381 * gdb.base/index-cache.exp (ls_host): Fix return statement.
1382
1383 2019-05-07 Tom de Vries <tdevries@suse.de>
1384
1385 PR testsuite/24522
1386 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
1387 section.
1388
1389 2019-05-07 Tom de Vries <tdevries@suse.de>
1390
1391 PR testsuite/24522
1392 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
1393 .debug_aranges section.
1394
1395 2019-05-07 Tom de Vries <tdevries@suse.de>
1396
1397 PR testsuite/24159
1398 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
1399
1400 2019-05-06 Tom de Vries <tdevries@suse.de>
1401
1402 * lib/gdb.exp (exec_has_index_section): New proc.
1403 * gdb.base/index-cache.exp: Handle case that binfile contains an index
1404 section.
1405
1406 2019-05-04 Tom de Vries <tdevries@suse.de>
1407
1408 * boards/cc-with-debug-names.exp: New file.
1409
1410 2019-05-03 Tom Tromey <tromey@adacore.com>
1411
1412 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
1413 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
1414 * gdb.ada/char_enum.exp: Add test.
1415
1416 2019-05-03 Tom de Vries <tdevries@suse.de>
1417
1418 * boards/cc-with-gdb-index.exp: New file.
1419
1420 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
1421
1422 * gdb.rust/simple.exp: Add new test case.
1423 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
1424 (main): Initialise an instance of the new struct.
1425
1426 2019-05-01 Tom Tromey <tromey@adacore.com>
1427
1428 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
1429 record.
1430 (NPR): New variable.
1431 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
1432 test.
1433
1434 2019-05-01 Tom Tromey <tromey@adacore.com>
1435
1436 * gdb.ada/packed_array_assign.exp: Add packed assignment
1437 regression test.
1438
1439 2019-05-01 Tom de Vries <tdevries@suse.de>
1440
1441 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
1442
1443 2019-05-01 Tom de Vries <tdevries@suse.de>
1444
1445 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
1446
1447 2019-04-30 Ali Tamur <tamur@google.com>
1448
1449 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
1450
1451 2019-04-30 Tom Tromey <tromey@adacore.com>
1452
1453 * lib/ada.exp (find_ada_tool): New proc.
1454 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
1455 * gdb.ada/catch_ex_std.exp: New file.
1456 * gdb.ada/catch_ex_std/foo.adb: New file.
1457 * gdb.ada/catch_ex_std/some_package.adb: New file.
1458 * gdb.ada/catch_ex_std/some_package.ads: New file.
1459
1460 2019-04-30 Tom Tromey <tromey@adacore.com>
1461
1462 PR c++/24470:
1463 * gdb.cp/temargs.cc: Add test code from PR.
1464
1465 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1466
1467 * gdb.fortran/vla-datatypes.exp: Update expected results.
1468 * gdb.fortran/vla-ptype.exp: Likewise.
1469 * gdb.fortran/vla-type.exp: Likewise.
1470 * gdb.fortran/vla-value.exp: Likewise.
1471
1472 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1473
1474 * gdb.fortran/ptr-indentation.exp: Update expected results.
1475 * gdb.fortran/ptype-on-functions.exp: Likewise.
1476 * gdb.fortran/vla-ptr-info.exp: Likewise.
1477 * gdb.fortran/vla-value.exp: Likewise.
1478
1479 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1480
1481 * gdb.fortran/ptype-on-functions.exp: New file.
1482 * gdb.fortran/ptype-on-functions.f90: New file.
1483
1484 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1485
1486 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
1487 case void string.
1488
1489 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1490
1491 * gdb.fortran/complex.exp: Expand.
1492 * gdb.fortran/complex.f: Renamed to...
1493 * gdb.fortran/complex.f90: ...this, and extended to add more
1494 complex values.
1495
1496 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
1497
1498 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
1499 MODULO, CMPLX.
1500
1501 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
1502 Richard Bunt <richard.bunt@arm.com>
1503
1504 * gdb.base/max-depth.c: New file.
1505 * gdb.base/max-depth.exp: New file.
1506 * gdb.python/py-nested-maps.c: New file.
1507 * gdb.python/py-nested-maps.exp: New file.
1508 * gdb.python/py-nested-maps.py: New file.
1509 * gdb.python/py-format-string.exp (test_max_depth): New proc.
1510 (test_all_common): Call test_max_depth.
1511 * gdb.fortran/max-depth.exp: New file.
1512 * gdb.fortran/max-depth.f90: New file.
1513 * gdb.go/max-depth.exp: New file.
1514 * gdb.go/max-depth.go: New file.
1515 * gdb.modula2/max-depth.exp: New file.
1516 * gdb.modula2/max-depth.c: New file.
1517 * lib/gdb.exp (get_print_expr_at_depths): New proc.
1518
1519 2019-04-29 Tom de Vries <tdevries@suse.de>
1520
1521 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
1522
1523 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1524
1525 * gdb.base/callexit.exp: Test may-call-functions off.
1526
1527 2019-04-25 Keith Seitz <keiths@redhat.com>
1528
1529 PR c++/24367
1530 * gdb.cp/meth-typedefs.cc (incomplete_struct)
1531 (another_incomplete_struct, test_incomplete): New definitions.
1532 (main): Use new definitions.
1533 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
1534 functions.
1535
1536 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
1537
1538 PR corefiles/11608
1539 PR corefiles/18187
1540 * gdb.base/coredump-filter-build-id.exp: New file.
1541
1542 2019-04-25 Alan Hayward <alan.hayward@arm.com>
1543
1544 * Makefile.in: Pass through GDBSERVER_DEBUG.
1545 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
1546 (gdbserver,debug): Add board setting.
1547 * gdb.trace/tspeed.exp: Skip when debugging.
1548 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
1549 * lib/gdbserver-support.exp: Likewise
1550
1551 2019-04-24 Tom Tromey <tromey@adacore.com>
1552
1553 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
1554 Rust.
1555
1556 2019-04-24 Tom Tromey <tromey@adacore.com>
1557
1558 * gdb.arch/amd64-eval.exp: Test bitfield return.
1559 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
1560 (class Foo) <return_bitfields>: New method.
1561 (main): Call it.
1562
1563 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
1564
1565 * gdb.cp/many-args.cc: New file.
1566 * gdb.cp/many-args.exp: New file.
1567
1568 2019-04-23 Tom de Vries <tdevries@suse.de>
1569
1570 PR gdb/24433
1571 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
1572
1573 2019-04-23 Alan Hayward <alan.hayward@arm.com>
1574
1575 * gdb.trace/backtrace.exp: Use nopie flag.
1576 * gdb.trace/circ.exp: Likewise.
1577 * gdb.trace/collection.exp: Likewise.
1578 * gdb.trace/ftrace.exp: Likewise.
1579 * gdb.trace/mi-trace-unavailable.exp: Likewise.
1580 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1581 * gdb.trace/qtro.exp: Likewise.
1582 * gdb.trace/read-memory.exp: Likewise.
1583 * gdb.trace/report.exp: Likewise.
1584 * gdb.trace/tfile.exp: Likewise.
1585 * gdb.trace/tfind.exp: Likewise.
1586 * gdb.trace/unavailable.exp: Likewise.
1587
1588 2019-04-22 Pedro Alves <palves@redhat.com>
1589
1590 * gdb.base/solib-probes-nosharedlibrary.c,
1591 gdb.base/solib-probes-nosharedlibrary.exp: New files.
1592
1593 2019-04-19 Tom Tromey <tromey@adacore.com>
1594
1595 * gdb.ada/ptype_union.c: New file.
1596 * gdb.ada/ptype_union.exp: New file.
1597
1598 2019-04-19 Tom Tromey <tromey@adacore.com>
1599
1600 PR symtab/24423:
1601 * gdb.base/list0.h (foo): Add a control-l character.
1602
1603 2019-04-18 Tom de Vries <tdevries@suse.de>
1604
1605 PR gdb/24433
1606 * boards/local-board.exp: Set sysroot to "".
1607
1608 2019-04-18 Tom de Vries <tdevries@suse.de>
1609 Pedro Alves <palves@redhat.com>
1610
1611 PR gdb/24454
1612 * gdb.threads/vfork-follow-child-exec.c: New file.
1613 * gdb.threads/vfork-follow-child-exec.exp: New file.
1614 * gdb.threads/vfork-follow-child-exit.c: New file.
1615 * gdb.threads/vfork-follow-child-exit.exp: New file.
1616
1617 2019-04-15 Leszek Swirski <leszeks@google.com>
1618
1619 * gdb.arch/amd64-eval.cc: New file.
1620 * gdb.arch/amd64-eval.exp: New file.
1621
1622 2019-04-11 Alan Hayward <alan.hayward@arm.com>
1623
1624 * gdb.server/sysroot.c: New test.
1625 * gdb.server/sysroot.exp: New file.
1626 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
1627 matching param.
1628
1629 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
1630
1631 * gdb.base/align.exp: Extend test to cover structures containing
1632 only static fields.
1633
1634 2019-04-11 Tom de Vries <tdevries@suse.de>
1635
1636 * boards/cc-with-dwz-m.exp: New file.
1637 * boards/cc-with-dwz.exp: New file.
1638 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
1639
1640 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
1641
1642 * gdb.base/start-cpp.exp: New file.
1643 * gdb.base/start-cpp.cc: New file.
1644
1645 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1646
1647 * gdb.python/py-thrhandle.exp: Adjust tests to call
1648 thread_from_handle instead of thread_from_thread_handle.
1649
1650 2019-04-08 Kevin Buettner <kevinb@redhat.com>
1651
1652 * gdb.python/py-thrhandle.exp: Add tests for
1653 gdb.InferiorThread.handle.
1654
1655 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1656
1657 * gdb.python/py-function.exp: Check calling helper function from
1658 all languages.
1659 * lib/gdb.exp (gdb_supported_languages): New proc.
1660
1661 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
1662
1663 * gdb.base/complex-parts.c: New file.
1664 * gdb.base/complex-parts.exp: New file.
1665
1666 2019-04-01 Tom Tromey <tromey@adacore.com>
1667
1668 PR symtab/23331:
1669 * gdb.dwarf2/dw2-ranges-main.c: New file.
1670 * gdb.dwarf2/dw2-ranges-psym.c: New file.
1671 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
1672
1673 2019-03-30 Simon Marchi <simark@simark.ca>
1674
1675 * gdb.base/default.exp: Add values for $_gdb_major and
1676 $_gdb_minor.
1677
1678 2019-03-29 Tom Tromey <tromey@adacore.com>
1679
1680 * gdb.base/help.exp: Tighten apropos regexp.
1681
1682 2019-03-29 Keith Seitz <keiths@redhat.com>
1683
1684 * gdb.fortran/array-bounds.exp: New file.
1685 * gdb.fortran/array-bounds.f90: New file.
1686
1687 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1688
1689 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
1690
1691 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1692
1693 * gdb.multi/hello.c (main): Increase alarm timer.
1694
1695 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
1696
1697 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
1698 factor when no hardware watchpoint support.
1699
1700 2019-03-28 Alan Hayward <alan.hayward@arm.com>
1701 Pedro Alves <palves@redhat.com>
1702
1703 * boards/local-board.exp: set sysroot to /.
1704
1705 2019-03-27 Alan Hayward <alan.hayward@arm.com>
1706
1707 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
1708 in child.
1709
1710 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1711
1712 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
1713 field.
1714 (make_container): Initialise new field.
1715 * gdb.python/py-prettyprint.exp: Add new tests.
1716 * gdb.python/py-prettyprint.py (class ContainerPrinter)
1717 <display_hint>: New method.
1718
1719 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1720
1721 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
1722 gdb_continue_to_breakpoint more throughout this test.
1723 (run_lang_tests) Supply unique test names, and use
1724 gdb_test_no_output.
1725
1726 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
1727
1728 * gdb.base/finish-pretty.exp: Update expected results.
1729 * gdb.base/pretty-print.c: New file.
1730 * gdb.base/pretty-print.exp: New file.
1731
1732 2019-03-25 Pedro Alves <palves@redhat.com>
1733
1734 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
1735 move comments outside list. Append '-i "" eof' section.
1736
1737 2019-03-22 Alan Hayward <alan.hayward@arm.com>
1738
1739 * README: Add pie options.
1740 * gdb.base/break-interp.exp: Ensure pie is disabled.
1741 * gdb.base/dump.exp: Likewise.
1742 * lib/gdb.exp (gdb_compile): Add pie option.
1743
1744 2019-03-19 Tom Tromey <tromey@adacore.com>
1745
1746 * gdb.mi/mi2-cli-display.c: New file.
1747 * gdb.mi/mi2-cli-display.exp: New file.
1748
1749 2019-03-18 Joel Brobecker <brobecker@adacore.com>
1750 Tom Tromey <tromey@adacore.com>
1751
1752 * gdb.ada/ptype_array/pck.adb: New file.
1753 * gdb.ada/ptype_array/pck.ads: New file.
1754 * gdb.ada/ptype_array/foo.adb: New file.
1755 * gdb.ada/ptype_array.exp: New file.
1756
1757 2019-03-14 Tom Tromey <tromey@adacore.com>
1758
1759 * gdb.base/style.exp: Add "set style sources" test.
1760
1761 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
1762
1763 * mi-breakpoint-location-ena-dis.exp: Rename to ...
1764 * mi-breakpoint-multiple-locations.exp: ... this.
1765 (make_breakpoints_pattern): New proc.
1766 (do_test): Add mi_version parameter, test -break-insert,
1767 -break-info and =breakpoint-created.
1768
1769 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
1770
1771 * config/default.exp: Remove 'load_lib gdb.exp'.
1772 * config/monitor.exp: Likewise.
1773 * config/sid.exp: Likewise.
1774 * config/sim.exp: Likewise.
1775 * config/slite.exp: Likewise.
1776 * config/unix.exp: Likewise.
1777 * gdb.base/default.exp: Remove unhelpful comment.
1778
1779 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1780
1781 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
1782
1783 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1784
1785 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
1786
1787 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1788
1789 * gdb.fortran/type-kinds.exp: Update expected results.
1790
1791 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1792
1793 * gdb.fortran/type-kinds.exp: Test new integer type kind.
1794
1795 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1796
1797 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
1798 function.
1799 (test_basic_parsing_of_type_kinds): Expand types tested.
1800 (test_parsing_invalid_type_kinds): New function.
1801
1802 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1803
1804 * gdb.fortran/intrinsics.exp: New file.
1805 * gdb.fortran/intrinsics.f90: New file.
1806 * gdb.fortran/type-kinds.exp: New file.
1807
1808 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1809
1810 * gdb.fortran/dot-ops.exp: New file.
1811
1812 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1813
1814 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
1815 Check upper and lower case logical literals.
1816
1817 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1818
1819 * gdb.fortran/types.exp (test_float_literal_types_accepted):
1820 Remove duplicate tests.
1821
1822 2019-03-06 Alan Hayward <alan.hayward@arm.com>
1823
1824 * lib/gdb.exp (builtin_cd): rename of cd.
1825 (cd): Override builtin.
1826
1827 2019-03-06 Richard Bunt <richard.bunt@arm.com>
1828
1829 * gdb.fortran/function-calls.exp: New file.
1830 * gdb.fortran/function-calls.f90: New test.
1831
1832 2019-03-04 Richard Bunt <richard.bunt@arm.com>
1833
1834 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
1835 on user program standard output.
1836 * gdb.fortran/short-circuit-argument-list.f90: Record function
1837 calls.
1838
1839 2019-02-28 Alan Hayward <alan.hayward@arm.com>
1840
1841 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
1842 failure.
1843
1844 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1845
1846 PR gdb/8527
1847 * gdb.base/interrupt-daemon-attach.c,
1848 gdb.base/interrupt-daemon-attach.exp: New test.
1849
1850 2019-02-27 Pedro Alves <palves@redhat.com>
1851
1852 * gdb.base/page.exp: Add tests for "set width/height -1".
1853
1854 2019-02-27 Pedro Alves <palves@redhat.com>
1855
1856 * gdb.base/page.exp: Add tests for "set/show width/height" with
1857 "infinite" values.
1858
1859 2019-02-27 Tom Tromey <tromey@adacore.com>
1860
1861 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
1862 2.4.
1863 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
1864 workaround.
1865
1866 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
1867
1868 * gdb.base/align.exp: Extend to compile in both C and C++, and add
1869 tests for structs with static members.
1870
1871 2019-02-26 Tom Tromey <tromey@adacore.com>
1872
1873 * gdb.python/py-value.exp (test_value_from_buffer): Check for
1874 ValueError, not TypeError.
1875
1876 2019-02-26 Kevin Buettner <kevinb@redhat.com>
1877
1878 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
1879 call from main program.
1880
1881 2019-02-23 Joel Brobecker <brobecker@adacore.com>
1882
1883 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
1884 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
1885 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
1886 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
1887 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
1888
1889 2019-02-22 Keith Seitz <keiths@redhat.com>
1890
1891 PR symtab/23853
1892 * gdb.base/symlink-sourcefile.c: New file.
1893 * gdb.base/symlink-sourcefile.exp: New file.
1894
1895 2019-02-20 Tom Tromey <tom@tromey.com>
1896
1897 * gdb.base/info_qt.exp: Update.
1898
1899 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
1900
1901 * gdb.base/source.exp: Move "error in sourced script" code to
1902 the end.
1903 * gdb.base/source-error.gdb: Move contents to
1904 source-error-1.gdb. Add new code to source source-error-1.gdb.
1905 * gdb.base/source-error-1.gdb: New file, from previous
1906 source-error.gdb.
1907
1908 2019-02-17 Tom Tromey <tom@tromey.com>
1909
1910 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
1911 for macro styling.
1912 * gdb.base/style.c (SOME_MACRO): New macro.
1913
1914 2019-02-17 Tom Tromey <tom@tromey.com>
1915
1916 * gdb.base/style.exp: Add line-wrapping tests.
1917 * gdb.base/page.exp: Add test for quitting during pagination.
1918
1919 2019-02-17 Joel Brobecker <brobecker@adacore.com>
1920
1921 * gdb.ada/big_packed_array: New testcase.
1922 * gdb.ada/homonym.exp: Fix incorrect expected output for
1923 "break <homonym__get_value>" test.
1924
1925 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
1926
1927 PR breakpoints/21870
1928 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
1929 and prepare_for_testing. Add comment.
1930 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
1931 redundant cleanup call. Clean up comment.
1932
1933 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
1934
1935 PR breakpoints/21870
1936 * gdb.arch/aarch64-dbreg-contents.exp: New file.
1937 * gdb.arch/aarch64-dbreg-contents.c: New file.
1938
1939 2019-02-10 Joel Brobecker <brobecker@adacore.com>
1940
1941 * gdb.ada/mi_ref_changeable: New testcase.
1942
1943 2019-02-07 Alan Hayward <alan.hayward@arm.com>
1944
1945 * gdb.base/attach.exp: Add double attach test.
1946
1947 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
1948
1949 * lib/gdb.exp (default_gdb_start): Don't match pagination
1950 prompt.
1951 (gdb_init): Set stty_init.
1952
1953 2019-01-27 Tom Tromey <tom@tromey.com>
1954
1955 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
1956 skip_python_tests.
1957
1958 2019-01-24 Alan Hayward <alan.hayward@arm.com>
1959
1960 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
1961 New structure.
1962 (struct struct_static_02_02): Likewise.
1963 (struct struct_static_02_03): Likewise.
1964 (struct struct_static_02_04): Likewise.
1965 (struct struct_static_04_01): Likewise.
1966 (struct struct_static_04_02): Likewise.
1967 (struct struct_static_04_03): Likewise.
1968 (struct struct_static_04_04): Likewise.
1969 (struct struct_static_06_01): Likewise.
1970 (struct struct_static_06_02): Likewise.
1971 (struct struct_static_06_03): Likewise.
1972 (struct struct_static_06_04): Likewise.
1973 (cmp_struct_static_02_01): Likewise.
1974 (cmp_struct_static_02_02): Likewise.
1975 (cmp_struct_static_02_03): Likewise.
1976 (cmp_struct_static_02_04): Likewise.
1977 (cmp_struct_static_04_01): Likewise.
1978 (cmp_struct_static_04_02): Likewise.
1979 (cmp_struct_static_04_03): Likewise.
1980 (cmp_struct_static_04_04): Likewise.
1981 (cmp_struct_static_06_01): Likewise.
1982 (cmp_struct_static_06_02): Likewise.
1983 (cmp_struct_static_06_03): Likewise.
1984 (cmp_struct_static_06_04): Likewise.
1985 (call_all): Test new structs.
1986 * gdb.base/infcall-nested-structs.exp: Likewise.
1987
1988 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1989 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
1990
1991 2019-01-21 Alan Hayward <alan.hayward@arm.com>
1992 * gdb.base/stack-protector.c: New test.
1993 * gdb.base/stack-protector.exp: New file.
1994 * gdb.cp/ovldbreak.exp: Only allow a single break line.
1995 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
1996 option.
1997 (gdb_compile): Remove stack protector for GCC and prevent
1998 recursion.
1999
2000 2019-01-16 Keith Seitz <keiths@redhat.com>
2001
2002 PR gdb/23773
2003 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
2004
2005 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2006
2007 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
2008 aliases.
2009 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
2010 tests.
2011 * gdb.arch/powerpc-vector-regs.c: New file.
2012 * gdb.arch/powerpc-vector-regs.exp: New file.
2013
2014 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2015
2016 * gdb.arch/altivec-regs.exp: Fix the list passed to
2017 gdb_expect_list when testing "info vector".
2018
2019 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2020
2021 * gdb.base/style.exp: Don't include path in testname.
2022
2023 2019-01-10 Keith Seitz <keiths@redhat.com>
2024
2025 PR gdb/23712
2026 PR symtab/23010
2027 * gdb.dwarf2/multidictionary.exp: New file.
2028
2029 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2030
2031 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
2032 (test_gnuv3_style_demangling): ... this.
2033 (test_lucid_style_demangling): Remove.
2034 (test_arm_style_demangling): Remove.
2035 (test_hp_style_demangling): Remove.
2036 (do_tests): Remove calls to the above.
2037
2038 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2039
2040 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
2041 case.
2042
2043 2019-01-06 Tom Tromey <tom@tromey.com>
2044
2045 PR gdb/28155:
2046 * gdb.dwarf2/typedef-void-finish.exp: New file.
2047
2048 2018-12-28 Tom Tromey <tom@tromey.com>
2049 Simon Marchi <simark@simark.ca>
2050
2051 * gdb.base/jit-exec.exp: New file.
2052 * gdb.base/jit-exec.c: New file.
2053 * gdb.base/jit-execd.c: New file.
2054
2055 2018-12-28 Tom Tromey <tom@tromey.com>
2056
2057 * gdb.base/style.exp: Update test to check for address styling.
2058
2059 2018-12-28 Tom Tromey <tom@tromey.com>
2060
2061 * gdb.base/style.exp: Add test for styling of "Reading symbols"
2062 message.
2063
2064 2018-12-28 Tom Tromey <tom@tromey.com>
2065
2066 * gdb.base/style.exp: Add test for version number styling.
2067
2068 2018-12-28 Tom Tromey <tom@tromey.com>
2069
2070 * gdb.base/style.exp: Add test for print_address_symbolic.
2071
2072 2018-12-28 Tom Tromey <tom@tromey.com>
2073
2074 * gdb.base/style.exp: Add test for breakpoint setting.
2075
2076 2018-12-28 Tom Tromey <tom@tromey.com>
2077
2078 * gdb.base/style.exp: Add test for variable names.
2079
2080 2018-12-28 Tom Tromey <tom@tromey.com>
2081
2082 * gdb.base/style.exp: New file.
2083 * gdb.base/style.c: New file.
2084
2085 2018-12-28 Tom Tromey <tom@tromey.com>
2086
2087 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
2088 "dumb".
2089 * gdb.base/readline.exp (operate_and_get_next): Save and restore
2090 the TERM environment variable.
2091
2092 2018-12-27 Tom Tromey <tom@tromey.com>
2093
2094 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
2095 pagination test.
2096
2097 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
2098
2099 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
2100 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
2101
2102 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2103
2104 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
2105 Filename a.adb changed to bp_fun_addr.adb.
2106 gdb.ada/bp_fun_addr.exp: Update test accordingly.
2107
2108 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
2109
2110 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
2111 non-PIE executables.
2112 * README: Mention the gdb,nopie_flag board setting.
2113 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
2114 non-PIE executable.
2115 * gdb.arch/amd64-entry-value.exp: Likewise.
2116 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
2117 * gdb.arch/i386-float.exp: Likewise.
2118 * gdb.arch/i386-signal.exp: Likewise.
2119 * gdb.mi/mi-reg-undefined.exp: Likewise.
2120
2121 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
2122
2123 PR gdb/23974
2124 * gdb.base/info-os.exp: Check return for unknown "info os" type.
2125
2126 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2127
2128 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
2129 Update order of results accordingly.
2130
2131 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2132
2133 * gdb.base/annota1.exp: Update a test regexp.
2134
2135 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2136
2137 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
2138
2139 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2140
2141 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
2142 (reuse_time): Initialize to REUSE_TIME_CAP.
2143 (check_rc): New function.
2144 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
2145 Check pthread_create rc.
2146 (spawner_thread_func): Check pthread_create and pthread_join rc.
2147
2148 2018-12-08 Pedro Alves <palves@redhat.com>
2149
2150 * gdb.base/list.exp (test_forward_search): Rename to ...
2151 (test_forward_reverse_search): ... this. Also test reverse-search
2152 and the forward-search alias.
2153
2154 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
2155
2156 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
2157 local timeout variable before return, and remove all local timeout
2158 variable entirely.
2159 (gdb_load): Likewise.
2160
2161 2018-12-01 Tom de Vries <tdevries@suse.de>
2162
2163 * gdb.base/gdb-caching-proc.exp: New file.
2164
2165 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
2166
2167 * Makefile.in (TIMESTAMP): New variable.
2168 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
2169 command.
2170 (check-single-racy): Likewise.
2171 (check/%.exp): Likewise.
2172 (check-racy/%.exp): Likewise.
2173 (workers/%.worker): Likewise.
2174 (build-perf): Likewise.
2175 (check-perf): Likewise.
2176 * README: Describe new "TS" and "TS_FORMAT" variables.
2177 * print-ts.py: New file.
2178
2179 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
2180
2181 PR python/23714
2182 * gdb.python/python.exp: Test command repetition after
2183 gdb.execute.
2184
2185 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
2186
2187 * gdb.opt/inline-break.exp: Add test that info breakpoint output
2188 is correctly aligned.
2189
2190 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2191
2192 * gdb.ada/info_auto_lang.exp: New testcase.
2193 * gdb.ada/info_auto_lang/global_pack.ads: New file.
2194 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
2195 * gdb.ada/info_auto_lang/some_c.c: New file.
2196
2197 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2198
2199 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
2200 FUNC_lang language syntax.
2201
2202 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2203
2204 * gdb.base/info_minsym.c: New file.
2205 * gdb.base/info_minsym.exp: New file.
2206
2207 2018-11-19 Tom Tromey <tom@tromey.com>
2208
2209 PR rust/23625:
2210 * gdb.rust/simple.exp: Add ptype test. Update expected output.
2211 * gdb.rust/expr.exp: Update expected output. Change one test.
2212
2213 2018-11-19 Tom Tromey <tom@tromey.com>
2214
2215 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
2216
2217 2018-11-19 Pedro Alves <palves@redhat.com>
2218
2219 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
2220 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
2221 see the expected warning.
2222
2223 2018-11-16 Alan Hayward <alan.hayward@arm.com>
2224
2225 PR gdb/22736:
2226 * gdb.cp/infcall-nodebug-lib.c: New test.
2227 * gdb.cp/infcall-nodebug-main.c: New test.
2228 * gdb.cp/infcall-nodebug.exp: New file.
2229
2230 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
2231
2232 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
2233 completer tests.
2234
2235 2018-11-09 Tom de Vries <tdevries@suse.de>
2236
2237 * gdb.base/msym-lang.c: New test.
2238 * gdb.base/msym-lang.exp: New file.
2239 * gdb.base/msym-lang-main.c: New test.
2240
2241 2018-11-08 Tom Tromey <tom@tromey.com>
2242
2243 PR gdb/23555:
2244 PR gdb/23838:
2245 * gdb.base/warning.exp: New file.
2246
2247 2018-11-08 Jan Beulich <jbeulich@suse.com>
2248
2249 * testsuite/gdb.arch/i386-avx512.c,
2250 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
2251
2252 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
2253
2254 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
2255 point hardware.
2256
2257 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
2258
2259 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
2260 * gdb.dwarf2/missing-type-name.exp: New file.
2261
2262 2018-11-06 Tom de Vries <tdevries@suse.de>
2263
2264 * gdb.base/many-headers.c: New test.
2265 * gdb.base/many-headers.exp: New file.
2266
2267 2018-11-06 Jim Wilson <jimw@sifive.com>
2268
2269 * gdb.base/code_elim.exp: For riscv, set additional_flags
2270 to include -msmall-data-limit=0.
2271
2272 2018-11-01 Joel Brobecker <brobecker@adacore.com>
2273
2274 * gdb.ada/watch_minus_l: New testcase.
2275
2276 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2277
2278 * gdb.arch/aix-sighandle.c: New file.
2279 * gdb.arch/aix-sighandle.exp: New file.
2280
2281 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2282
2283 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
2284 registers being unions.
2285
2286 2018-10-31 Tom de Vries <tdevries@suse.de>
2287
2288 * lib/valgrind.exp: New file.
2289 (vgdb_start, vgdb_stop): New procs, factored out of ...
2290 * gdb.base/valgrind-bt.exp: ... here, ...
2291 * gdb.base/valgrind-disp-step.exp: ... here and ...
2292 * gdb.base/valgrind-infcall.exp: ... here.
2293
2294 2018-10-31 Tom de Vries <tdevries@suse.de>
2295
2296 * lib/gdb.exp (get_valueof): Don't output read value in test name.
2297
2298 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
2299
2300 * gdb.dwarf2/void-type.c: New file.
2301 * gdb.dwarf2/void-type.exp: New file.
2302
2303 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2304
2305 * gdb.base/info_qt.c: New file.
2306 * gdb.base/info_qt.exp: New file.
2307
2308 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2309
2310 * gdb.arch/powerpc-htm-regs.c: New file.
2311 * gdb.arch/powerpc-htm-regs.exp: New file.
2312
2313 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2314
2315 * gdb.arch/powerpc-tar.c: New file.
2316 * gdb.arch/powerpc-tar.exp: New file.
2317
2318 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2319
2320 * gdb.arch/powerpc-ppr-dscr.c: New file.
2321 * gdb.arch/powerpc-ppr-dscr.exp: New file.
2322
2323 2018-10-25 Tom de Vries <tdevries@suse.de>
2324
2325 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
2326
2327 2018-10-24 Tom de Vries <tdevries@suse.de>
2328
2329 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
2330 longer exists error.
2331
2332 2018-10-24 Tom de Vries <tdevries@suse.de>
2333
2334 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
2335
2336 2018-10-24 Tom de Vries <tdevries@suse.de>
2337
2338 * gdb.base/valgrind-db-attach.exp: Handle removed support for
2339 --db-attach in valgrind.
2340
2341 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
2342
2343 * gdb.arch/riscv-reg-aliases.c: New file.
2344 * gdb.arch/riscv-reg-aliases.exp: New file.
2345
2346 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2347
2348 * gdb.python/py-cmd.exp: Check for gdb_prompt.
2349
2350 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2351
2352 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
2353
2354 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2355
2356 * gdb.cp/ovldbreak.exp: Fix regexps.
2357
2358 2018-10-19 Alan Hayward <alan.hayward@arm.com>
2359
2360 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
2361
2362 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
2363
2364 PR cli/23785
2365 * gdb.base/restore.exp: New test to check if "restore" with an
2366 invalid file doesn't segfault.
2367
2368 2018-10-18 Tom de Vries <tdevries@suse.de>
2369
2370 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
2371 * gdb.ada/excep_handle.exp: Same.
2372 * gdb.ada/mi_string_access.exp: Same.
2373 * gdb.ada/mi_var_union.exp: Same.
2374 * gdb.arch/arc-analyze-prologue.exp: Same.
2375 * gdb.arch/arc-decode-insn.exp: Same.
2376 * gdb.base/readnever.exp: Same.
2377 * gdb.fortran/printing-types.exp: Same.
2378 * gdb.guile/scm-lazy-string.exp: Same.
2379
2380 2018-10-16 Tom de Vries <tdevries@suse.de>
2381
2382 PR gdb/23730
2383 * gdb.base/catch-follow-exec.c: Add copyright notice.
2384 * gdb.base/catch-follow-exec.exp: Rewrite to use
2385 gdb_spawn_with_cmdline_opts. Require gdb-native.
2386
2387 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
2388
2389 * gdb.trace/actions-changed.exp: Check for arch support.
2390 * gdb.trace/actions.exp: Likewise.
2391 * gdb.trace/ax.exp: Likewise.
2392 * gdb.trace/backtrace.exp: Likewise.
2393 * gdb.trace/change-loc.exp: Likewise.
2394 * gdb.trace/deltrace.exp: Likewise.
2395 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
2396 * gdb.trace/ftrace.exp: Likewise.
2397 * gdb.trace/infotrace.exp: Check for arch support.
2398 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
2399 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2400 * gdb.trace/mi-tsv-changed.exp: Likewise.
2401 * gdb.trace/packetlen.exp: Likewise.
2402 * gdb.trace/passc-dyn.exp: Likewise.
2403 * gdb.trace/passcount.exp: Likewise.
2404 * gdb.trace/pending.exp: Likewise.
2405 * gdb.trace/range-stepping.exp: Check for shlib support.
2406 * gdb.trace/report.exp: Check for arch support.
2407 * gdb.trace/save-trace.exp: Likewise.
2408 * gdb.trace/signal.exp: Check for signal support.
2409 * gdb.trace/tfind.exp: Check for arch support.
2410 * gdb.trace/trace-break.exp: Check for arch and shlib support.
2411 * gdb.trace/trace-common.h: Add comment.
2412 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
2413 * gdb.trace/trace-enable-disable.exp: Likewise.
2414 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
2415 * gdb.trace/tracecmd.exp: Check for arch support.
2416 * gdb.trace/tspeed.exp: Check for shlib and target support.
2417 * gdb.trace/tstatus.exp: Check for arch support.
2418 * gdb.trace/tsv.exp: Likewise.
2419 * gdb.trace/while-dyn.exp: Likewise.
2420 * gdb.trace/while-stepping.exp: Likewise.
2421 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
2422
2423 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
2424
2425 * gdb.trace/tspeed.exp: Remove nowarnings.
2426 (prepare_for_trace_test): Declare "global ipalib".
2427 * gdb.trace/tspeed.c: Include unistd.h.
2428 (main): Remove superfluous printf argument.
2429
2430 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
2431
2432 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
2433 directory prefix on the filename.
2434
2435 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
2436
2437 * gdb.gdb/unittest.exp: Update expected message informing that
2438 selftests have been disabled.
2439 * gdb.server/unittest.exp: Likewise.
2440
2441 2018-10-09 Tom de Vries <tdevries@suse.de>
2442
2443 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
2444 with runto_main.
2445
2446 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
2447
2448 PR c++/16841
2449 * gdb.cp/virtbase2.cc: New file.
2450 * gdb.cp/virtbase2.exp: New file.
2451
2452 2018-10-06 Tom Tromey <tom@tromey.com>
2453
2454 PR python/19399:
2455 * gdb.python/py-inferior.exp: Add architecture test.
2456
2457 2018-10-06 Tom Tromey <tom@tromey.com>
2458
2459 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
2460 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
2461
2462 2018-10-06 Tom Tromey <tom@tromey.com>
2463
2464 * gdb.python/py-breakpoint.exp (check_last_event): Check location
2465 of a "throw" catchpoint.
2466
2467 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
2468
2469 * gdb.base/info-proc.exp: Update string expected from "help info
2470 proc".
2471
2472 2018-10-04 Tom Tromey <tom@tromey.com>
2473
2474 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
2475 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
2476 (test_initial_complaints, test_empty_complaints): Update.
2477 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2478
2479 2018-10-04 Tom Tromey <tom@tromey.com>
2480
2481 PR cli/19551:
2482 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
2483 * lib/gdb.exp (gdb_file_cmd): Update.
2484 * gdb.stabs/weird.exp (print_weird_var): Update.
2485 * gdb.server/solib-list.exp: Update.
2486 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
2487 * gdb.mi/mi-cli.exp: Update.
2488 * gdb.linespec/linespec.exp: Update.
2489 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
2490 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
2491 * gdb.cp/cp-relocate.exp: Update.
2492 * gdb.base/sym-file.exp: Update.
2493 * gdb.base/relocate.exp: Update.
2494 * gdb.base/readnever.exp: Update.
2495 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2496 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
2497 * gdb.base/dbx.exp (gdb_file_cmd): Update.
2498 * gdb.base/code_elim.exp: Update.
2499 * gdb.base/break-unload-file.exp (test_break): Update.
2500 * gdb.base/break-interp.exp (test_attach_gdb): Update.
2501 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
2502 Update.
2503 * gdb.base/attach.exp (do_attach_tests): Update.
2504 * gdb.base/sepdebug.exp: Update.
2505 * gdb.python/py-section-script.exp: Update.
2506
2507 2018-10-04 Tom Tromey <tom@tromey.com>
2508
2509 PR cli/22234:
2510 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
2511 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
2512 output.
2513
2514 2018-10-04 Tom Tromey <tom@tromey.com>
2515
2516 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
2517 set width and height to 0.
2518 (test_command_line_attach_run): Use -quiet.
2519
2520 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
2521
2522 * lib/gdb.exp (skip_ifunc_tests): New.
2523 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
2524 other compile failures.
2525 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
2526
2527 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
2528
2529 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
2530 is_amd64_regs_target.
2531
2532 2018-10-01 Alan Hayward <alan.hayward@arm.com>
2533
2534 * gdb.arch/aarch64-sighandler-regs.c: New test.
2535 * gdb.arch/aarch64-sighandler-regs.exp: New file.
2536 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
2537
2538 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
2539
2540 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
2541 assembly.
2542
2543 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
2544
2545 * gdb.base/frame-selection.exp: New file.
2546 * gdb.base/frame-selection.c: New file.
2547
2548 2018-09-27 Alan Hayward <alan.hayward@arm.com>
2549
2550 * gdb.threads/check-libthread-db.c (thread_routine): Use a
2551 pthread barrier.
2552 (main): Likewise.
2553
2554 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
2555
2556 * gdb.base/large-frame-1.c: New file.
2557 * gdb.base/large-frame-2.c: New file.
2558 * gdb.base/large-frame.exp: New file.
2559 * gdb.base/large-frame.h: New file.
2560
2561 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2562
2563 PR gdb/20948
2564 * gdb.base/write_mem.exp: New test.
2565 * gdb.base/write_mem.c: Likewise.
2566
2567 2018-09-23 Tom Tromey <tom@tromey.com>
2568
2569 PR python/18852:
2570 * gdb.python/py-parameter.exp: Add test for parameter that throws
2571 on "set".
2572
2573 2018-09-23 Tom Tromey <tom@tromey.com>
2574
2575 PR python/17284:
2576 * gdb.python/py-template.exp (test_template_arg): Add test for
2577 negative template argument number.
2578
2579 2018-09-23 Tom Tromey <tom@tromey.com>
2580
2581 PR python/14062:
2582 * gdb.python/python.exp: Add test for post_event error.
2583
2584 2018-09-23 Tom Tromey <tom@tromey.com>
2585
2586 PR python/18170:
2587 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
2588 convert pointers to int and long.
2589
2590 2018-09-23 Tom Tromey <tom@tromey.com>
2591
2592 PR python/20126:
2593 * gdb.python/py-value.exp (test_value_numeric_ops): Add
2594 signed-ness conversion tests.
2595
2596 2018-09-23 Tom Tromey <tom@tromey.com>
2597
2598 PR python/18352;
2599 * gdb.python/py-value.exp (test_float_conversion): New proc.
2600 Use it.
2601
2602 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
2603
2604 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
2605
2606 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
2607
2608 * gdb.base/complete-empty.exp: Skip tab-completion tests if
2609 no readline.
2610 * gdb.base/utf8-identifiers.exp: Likewise.
2611 * gdb.cp/cpcompletion.exp: Likewise.
2612 * gdb.linespec/cpcompletion.exp: Likewise.
2613 * gdb.linespec/cpls-abi-tag.exp: Likewise.
2614 * gdb.linespec/cpls-ops.exp: Likewise.
2615
2616 2018-09-19 Richard Bunt <richard.bunt@arm.com>
2617 Chris January <chris.january@arm.com>
2618
2619 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
2620 * gdb.fortran/short-circuit-argument-list.exp: New file.
2621 * gdb.fortran/short-circuit-argument-list.f90: New test.
2622
2623 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2624
2625 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
2626 "arch=" keyword when executing "-stack-list-frames".
2627
2628 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2629
2630 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
2631 "arch=" keyword when executing "-stack-list-frames".
2632
2633 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
2634
2635 * gdb.ada/complete.exp: Expect for "@" when doing "complete
2636 break ada".
2637
2638 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
2639
2640 PR python/23669
2641 * gdb.python/python.exp: Test gdb.execute("show commands").
2642
2643 2018-09-16 Tom Tromey <tom@tromey.com>
2644
2645 * gdb.base/new-ui.exp (do_execution_tests): Update.
2646 * gdb.base/dbx.exp (test_breakpoints): Update.
2647
2648 2018-09-14 Alan Hayward <alan.hayward@arm.com>
2649
2650 * lib/gdb.exp (gdb_simple_compile): Add proc.
2651 (is_elf_target): Use gdb_simple_compile.
2652 (skip_altivec_tests): Likewise.
2653 (skip_vsx_tests): Likewise.
2654 (skip_tsx_tests): Likewise.
2655 (skip_btrace_tests): Likewise.
2656 (skip_btrace_pt_tests): Likewise.
2657 (gdb_can_simple_compile): Likewise.
2658 (gdb_has_argv0): Likewise.
2659 (gdb_target_symbol_prefix): Likewise.
2660 (target_supports_scheduler_locking): Likewise.
2661
2662 2018-09-13 Tom Tromey <tom@tromey.com>
2663
2664 * Makefile.in (TAGS): Recognize proc_with_prefix and
2665 gdb_caching_proc.
2666
2667 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2668
2669 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
2670 method.
2671
2672 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2673
2674 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
2675 and a few other Inferior properties when the Inferior is no
2676 longer valid.
2677
2678 2018-09-13 Tom Tromey <tom@tromey.com>
2679
2680 PR rust/23650:
2681 * gdb.rust/simple.exp: Add test for enum field access error.
2682
2683 2018-09-13 Tom Tromey <tom@tromey.com>
2684
2685 PR rust/23626:
2686 * gdb.rust/simple.rs (EmptyEnum): New type.
2687 (main): Use it.
2688 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
2689
2690 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
2691
2692 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
2693 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
2694 * gdb.python/py-symtab.exp: Update test printing an objfile.
2695
2696 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
2697
2698 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
2699 object.
2700
2701 2018-09-12 Alan Hayward <alan.hayward@arm.com>
2702
2703 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
2704 (support_complex_tests): Use gdb_can_simple_compile.
2705 (is_ilp32_target): Likewise.
2706 (is_lp64_target): Likewise.
2707 (is_64_target): Likewise.
2708 (is_amd64_regs_target): Likewise.
2709 (is_aarch32_target): Likewise.
2710 (gdb_int128_helper): Likewise.
2711
2712 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2713
2714 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
2715
2716 2018-09-10 Jerome Guitton <guitton@adacore.com>
2717
2718 * gdb.ada/same_component_name: Add test for case of tagged record
2719 with variable-length fields.
2720
2721 2018-09-10 Xavier Roirand <roirand@adacore.com>
2722
2723 * gdb.ada/access_to_unbounded_array.exp: New testcase.
2724 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
2725 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
2726 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
2727
2728 2018-09-10 Xavier Roirand <roirand@adacore.com>
2729
2730 * gdb.ada/mi_string_access.exp: New testcase.
2731 * gdb.ada/mi_string_access/bar.adb: New file.
2732 * gdb.ada/mi_string_access/pck.adb: New file.
2733 * gdb.ada/mi_string_access/pck.asd: New file.
2734
2735 2018-09-10 Xavier Roirand <roirand@adacore.com>
2736
2737 * gdb.ada/mi_var_union.exp: New testcase.
2738 * gdb.ada/mi_var_union/bar.adb: New file.
2739 * gdb.ada/mi_var_union/pck.adb: New file.
2740 * gdb.ada/mi_var_union/pck.asd: New file.
2741
2742 2018-09-08 Tom Tromey <tom@tromey.com>
2743
2744 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
2745
2746 2018-09-08 Tom Tromey <tom@tromey.com>
2747
2748 PR python/16047:
2749 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
2750 (register_pretty_printers): Register new printer.
2751 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
2752 test.
2753 * gdb.python/py-prettyprint.c (int_type3): New typedef.
2754 (an_int_type3): New global.
2755
2756 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2757
2758 * gdb.ada/expr_with_funcall: New testcase.
2759
2760 2018-09-08 Joel Brobecker <brobecker@adacore.com>
2761
2762 * gdb.ada/packed_array_assign: New testcase.
2763
2764 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
2765
2766 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
2767 names, and add test prefixes to make test names unique.
2768
2769 2018-09-05 Tom de Vries <tdevries@suse.de>
2770
2771 * gdb.dwarf2/varval.exp: Add test.
2772
2773 2018-09-04 Gary Benson <gbenson@redhat.com>
2774
2775 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
2776 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
2777
2778 2018-08-31 Tom Tromey <tom@tromey.com>
2779
2780 * gdb.rust/simple.rs: Rename second variable "v".
2781
2782 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
2783
2784 * gdb.base/funcargs.c (use_a): New function.
2785 (recurse): Call use_a.
2786
2787 2018-08-29 Keith Seitz <keiths@redhat.com>
2788
2789 * gdb.compile/compile-cplus-anonymous.cc: New file.
2790 * gdb.compile/compile-cplus-anonymous.exp: New file.
2791 * gdb.compile/compile-cplus-array-decay.cc: New file.
2792 * gdb.compile/compile-cplus-array-decay.exp: New file.
2793 * gdb.compile/compile-cplus-inherit.cc: New file.
2794 * gdb.compile/compile-cplus-inherit.exp: New file.
2795 * gdb.compile/compile-cplus-member.cc: New file.
2796 * gdb.compile/compile-cplus-member.exp: New file.
2797 * gdb.compile/compile-cplus-method.cc: New file.
2798 * gdb.compile/compile-cplus-method.exp: New file.
2799 * gdb.compile/compile-cplus-mod.c: "New" file.
2800 * gdb.compile/compile-cplus-namespace.cc: New file.
2801 * gdb.compile/compile-cplus-namespace.exp: New file.
2802 * gdb.compile/compile-cplus-nested.cc: New file.
2803 * gdb.compile/compile-cplus-nested.exp: New file.
2804 * gdb.compile/compile-cplus-print.c: "New" file.
2805 * gdb.compile/compile-cplus-print.exp: "New" file.
2806 * gdb.compile/compile-cplus-virtual.cc: New file.
2807 * gdb.compile/compile-cplus-virtual.exp: New file.
2808 * gdb.compile/compile-cplus.c: "New" file.
2809 * gdb.compile/compile-cplus.exp: "New" file.
2810 * lib/compile-support.exp: New file.
2811
2812 2018-08-16 Gary Benson <gbenson@redhat.com>
2813
2814 PR gdb/13000:
2815 * gdb.base/batch-exit-status.exp: New file.
2816 * gdb.base/batch-exit-status.good-commands: Likewise.
2817 * gdb.base/batch-exit-status.bad-commands: Likewise.
2818
2819 2018-08-29 Alan Hayward <alan.hayward@arm.com>
2820
2821 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
2822 (struct struct02): Likewise.
2823 (struct struct03): Likewise.
2824 (struct struct04): Likewise.
2825 (struct struct_01_01): New struct.
2826 (struct struct_01_02): Likewise.
2827 (struct struct_01_03): Likewise.
2828 (struct struct_01_04): Likewise.
2829 (struct struct_02_01): Likewise.
2830 (struct struct_02_02): Likewise.
2831 (struct struct_02_03): Likewise.
2832 (struct struct_02_04): Likewise.
2833 (struct struct_04_01): Likewise.
2834 (struct struct_04_02): Likewise.
2835 (struct struct_04_03): Likewise.
2836 (struct struct_04_04): Likewise.
2837 (struct struct_05_01): Likewise.
2838 (struct struct_05_02): Likewise.
2839 (struct struct_05_03): Likewise.
2840 (struct struct_05_04): Likewise.
2841 (cmp_struct01): Remove function.
2842 (cmp_struct02): Likewise.
2843 (cmp_struct03): Likewise.
2844 (cmp_struct04): Likewise.
2845 (cmp_struct_01_01): Add Function.
2846 (cmp_struct_01_02): Likewise.
2847 (cmp_struct_01_03): Likewise.
2848 (cmp_struct_01_04): Likewise.
2849 (cmp_struct_02_01): Likewise.
2850 (cmp_struct_02_02): Likewise.
2851 (cmp_struct_02_03): Likewise.
2852 (cmp_struct_02_04): Likewise.
2853 (cmp_struct_04_01): Likewise.
2854 (cmp_struct_04_02): Likewise.
2855 (cmp_struct_04_03): Likewise.
2856 (cmp_struct_04_04): Likewise.
2857 (cmp_struct_05_01): Likewise.
2858 (cmp_struct_05_02): Likewise.
2859 (cmp_struct_05_03): Likewise.
2860 (cmp_struct_05_04): Likewise.
2861 (call_all): Add new structs.
2862 * gdb.base/infcall-nested-structs.exp: Likewise.
2863
2864 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
2865
2866 * gdb.python/py-framefilter-mi.exp: Update regexp to
2867 check for "arch" field in frame output.
2868
2869 2018-08-23 Kevin Buettner <kevinb@redhat.com>
2870
2871 * gdb.dwarf2/dw2-ranges-func.c: New file.
2872 * gdb.dwarf2/dw2-ranges-func.exp: New file.
2873
2874 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
2875
2876 * gdb.base/term.exp: Compare terminal settings with values from
2877 the inferior.
2878 * gdb.base/term.c: Get and set terminal settings.
2879
2880 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
2881
2882 * lib/mi-support.exp (mi_expect_stop): Update regexp to
2883 accommodate new "arch" field in frame output.
2884 * gdb.mi/mi-return.exp: Likewise.
2885 * gdb.mi/mi-stack.exp: Likewise.
2886 * gdb.mi/mi-syn-frame.exp: Likewise.
2887 * gdb.mi/user-selected-context-sync.exp: Likewise.
2888
2889 2018-08-19 Michael Spang <spang@google.com>
2890
2891 PR gdb/11786
2892 * gdb.base/gcore-tls-pie.c: New file.
2893 * gdb.base/gcore-tls-pie.exp: New file.
2894
2895 2018-08-18 Kevin Buettner <kevinb@redhat.com>
2896
2897 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
2898 * gdb.dwarf2/varval.c: New file.
2899 * gdb.dwarf2/varval.exp: New file.
2900
2901 2018-08-17 Alan Hayward <alan.hayward@arm.com>
2902
2903 PR gdb/18931
2904 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
2905
2906 2018-08-16 Keith Seitz <keiths@redhat.com>
2907
2908 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
2909 tests expected to pass.
2910
2911 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
2912
2913 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
2914 -data-disassemble -a.
2915 (test_disassembly_bogus_args): Likewise.
2916
2917 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
2918
2919 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
2920
2921 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2922
2923 * gdb.base/vla-optimized-out.exp: Add new test.
2924
2925 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
2926
2927 * gdb.base/vla-optimized-out-o3.exp: Delete.
2928 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
2929 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
2930 deleted tests.
2931
2932 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
2933
2934 PR gdb/18050:
2935 * gdb.server/extended-remote-restart.c: New file.
2936 * gdb.server/extended-remote-restart.exp: New file.
2937
2938 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
2939
2940 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
2941 "set variable index = 42".
2942
2943 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
2944
2945 * boards/index-cache-gdb.exp: New file.
2946 * gdb.dwarf2/index-cache.exp: New file.
2947 * gdb.dwarf2/index-cache.c: New file.
2948 * gdb.base/maint.exp: Check if we are using the index cache.
2949
2950 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2951
2952 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
2953 MAKEFLAGS.
2954
2955 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2956
2957 * dg-extract-results.sh: Move to toplevel contrib.
2958 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
2959 * Makefile.in (check-parallel-racy): Likewise.
2960
2961 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
2962
2963 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
2964 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
2965 tests if the target supports scheduler locking.
2966
2967 2018-08-04 Tom de Vries <tdevries@suse.de>
2968
2969 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
2970
2971 2018-08-02 Tom Tromey <tom@tromey.com>
2972
2973 PR symtab/16842.
2974 * gdb.cp/temargs.exp: Test "info address" of a template
2975 parameter.
2976
2977 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
2978
2979 * gdb.python/py-mi-var-info-path-expression.c: New file.
2980 * gdb.python/py-mi-var-info-path-expression.py: New file.
2981 * gdb.python/py-mi-var-info-path-expression.exp: New file.
2982
2983 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
2984
2985 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
2986 error after "cannot resolve name" string.
2987
2988 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2989
2990 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
2991 started.
2992 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
2993
2994 2018-07-28 Tom de Vries <tdevries@suse.de>
2995
2996 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
2997
2998 2018-07-26 Tom de Vries <tdevries@suse.de>
2999
3000 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
3001
3002 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
3003
3004 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
3005 is visible.
3006
3007 2018-07-26 Tom de Vries <tdevries@suse.de>
3008
3009 PR breakpoints/23366
3010 * gdb.base/catch-follow-exec.c: New test.
3011 * gdb.base/catch-follow-exec.exp: New file.
3012
3013 2018-07-25 Tom de Vries <tdevries@suse.de>
3014
3015 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
3016 vla-optimized-out.c.
3017
3018 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
3019
3020 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
3021 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
3022
3023 2018-07-20 Tom de Vries <tdevries@suse.de>
3024
3025 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
3026 NOCLONE macro.
3027 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
3028
3029 2018-07-19 Tom de Vries <tdevries@suse.de>
3030
3031 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
3032 regular expression.
3033
3034 2018-07-18 Tom de Vries <tdevries@suse.de>
3035
3036 * gdb.base/vla-optimized-out.c: New test.
3037 * gdb.base/vla-optimized-out.exp: New file.
3038
3039 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
3040
3041 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
3042 message "No address associated with hostname" when gdbserver
3043 cannot resolve the hostname.
3044
3045 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3046
3047 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
3048 Add some test prefixes to make tests unique.
3049
3050 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3051
3052 * gdb.base/frameapply.c: New file.
3053 * gdb.base/frameapply.exp: New file.
3054
3055 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3056
3057 * gdb.base/skip.exp: Update expected error message.
3058
3059 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3060 Jan Kratochvil <jan.kratochvil@redhat.com>
3061 Paul Fertser <fercerpav@gmail.com>
3062 Tsutomu Seki <sekiriki@gmail.com>
3063
3064 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
3065 parameter.
3066 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
3067 by default.
3068 * boards/native-gdbserver.exp: Likewise.
3069 * gdb.server/run-without-local-binary.exp: Improve regexp used
3070 for detecting when a remote debugging connection succeeds.
3071 * gdb.server/server-connect.exp: New file.
3072 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
3073 Do not prefix the port number with ":".
3074 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
3075 support for detecting and using it. Add '$debughost_gdbserver'
3076 to the list of arguments used to start gdbserver. Handle case
3077 when gdbserver cannot resolve a network name.
3078
3079 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
3080
3081 PR c++/23373
3082 * gdb.base/ptype-offsets.cc (struct static_member): New
3083 struct.
3084 (main) <stmember>: New variable.
3085 * gdb.base/ptype-offsets.exp: Add test for printing a struct
3086 with a static member in it.
3087
3088 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3089
3090 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
3091 watchpoints enabled and disabled.
3092
3093 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3094
3095 * gdb.base/examine-backward.exp: Still run tests around address
3096 0x0, even if address 0x0 is not readable. Update the pattern for
3097 matching address 0x0 in expected output.
3098
3099 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3100
3101 * gdb.base/share-env-with-gdbserver.c (main): Add call to
3102 malloc/free.
3103
3104 2018-07-04 Tom de Vries <tdevries@suse.de>
3105
3106 * gdb.dwarf2/dw2-error.exp: Update expected error message.
3107
3108 2018-07-02 Maciej W. Rozycki <macro@mips.com>
3109
3110 PR tdep/8282
3111 * gdb.arch/mips-disassembler-options.exp: New test.
3112 * gdb.arch/mips-disassembler-options.s: New test source.
3113
3114 2018-06-29 Pedro Alves <palves@redhat.com>
3115
3116 * gdb.threads/names.exp: Adjust expected "info threads" output.
3117
3118 2018-06-29 Pedro Alves <palves@redhat.com>
3119
3120 * gdb.opt/inline-break.exp (line number, address): Add "info
3121 break" tests.
3122
3123 2018-06-29 Pedro Alves <palves@redhat.com>
3124
3125 * gdb.opt/inline-break.c (func1): Add "break here" marker.
3126 * gdb.opt/inline-break.exp: Test setting breakpoints by line
3127 number and address and running to them.
3128
3129 2018-06-29 Richard Bunt <richard.bunt@arm.com>
3130
3131 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
3132
3133 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3134
3135 * lib/compiler.c: Remove executable permission flag.
3136
3137 2018-06-28 Richard Bunt <richard.bunt@arm.com>
3138
3139 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
3140 code.
3141 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
3142
3143 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3144
3145 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
3146
3147 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3148
3149 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
3150 address argument is omitted.
3151
3152 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
3153
3154 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
3155
3156 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
3157
3158 PR gdb/21695
3159 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
3160 * gdb.base/infoline-reloc-main-from-zero.c: New file.
3161
3162 2018-06-26 Tom Tromey <tom@tromey.com>
3163
3164 PR rust/22574:
3165 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
3166 * gdb.rust/simple.rs (struct SimpleLayout): New.
3167
3168 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
3169
3170 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
3171 "info registers" output.
3172
3173 2018-06-21 Richard Bunt <richard.bunt@arm.com>
3174
3175 * gdb.base/watchpoint-hw-attach.c: New test.
3176 * gdb.base/watchpoint-hw-attach.exp: New file.
3177
3178 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
3179
3180 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
3181 through /bin/sh.
3182 * boards/dwarf4-gdb-index.exp: Likewise.
3183 * boards/fission-dwp.exp: Likewise.
3184
3185 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
3186
3187 * gdb.base/float128.exp: Add comment and improved fail message
3188 to the failure case of "print large128" test.
3189
3190 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
3191
3192 * configure.ac: Remove AC_PREREQ.
3193 * configure: Re-generate.
3194
3195 2018-06-19 Pedro Alves <palves@redhat.com>
3196
3197 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
3198 (func_extern_caller): New.
3199 (main): Call func_extern_caller.
3200 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
3201 logic change.
3202
3203 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
3204
3205 PR gdb/16841
3206 * gdb.cp/typedef-base.cc: New file.
3207 * gdb.cp/typedef-base.exp: New file.
3208
3209 2018-06-18 Tom de Vries <tdevries@suse.de>
3210
3211 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
3212
3213 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
3214 Richard Bunt <Richard.Bunt@arm.com>
3215
3216 * gdb.threads/attach-slow-waitpid.c: New file.
3217 * gdb.threads/attach-slow-waitpid.exp: New file.
3218 * gdb.threads/slow-waitpid.c: New file.
3219
3220 2018-06-14 Pedro Alves <palves@redhat.com>
3221
3222 * gdb.base/fork-running-state.c: Include <errno.h>.
3223 (exit_if_relative_exits): New.
3224 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
3225 exits.
3226 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
3227 child exits.
3228
3229 2018-06-14 Tom de Vries <tdevries@suse.de>
3230
3231 PR cli/22573
3232 * gdb.base/finish-pretty.c: New test.
3233 * gdb.base/finish-pretty.exp: New file.
3234
3235 2018-06-14 Pedro Alves <palves@redhat.com>
3236
3237 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
3238 gdb's expected startup output.
3239
3240 2018-06-14 Pedro Alves <palves@redhat.com>
3241
3242 * lib/selftest-support.exp (selftest_setup): Remove inlined
3243 function handling.
3244
3245 2018-06-14 Tom de Vries <tdevries@suse.de>
3246
3247 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
3248 matching of breakpoint printing.
3249
3250 2018-06-13 Tom de Vries <tdevries@suse.de>
3251
3252 PR testsuite/23269
3253 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
3254 (fork_child): ... here, and ...
3255 (fork_parent): ... here.
3256
3257 2018-06-12 Tom de Vries <tdevries@suse.de>
3258
3259 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
3260
3261 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3262 Stephen Roberts <stephen.roberts@arm.com>
3263
3264 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
3265 rewrite test to describe action performed, rather than possible
3266 failure.
3267
3268 2018-06-08 Gary Benson <gbenson@redhat.com>
3269
3270 * gdb.threads/check-libthread-db.exp: New file.
3271 * gdb.threads/check-libthread-db.c: Likewise.
3272
3273 2018-06-05 Tom Tromey <tom@tromey.com>
3274
3275 * gdb.base/default.exp: Update expected "show version" output.
3276
3277 2018-06-05 Tom Tromey <tom@tromey.com>
3278
3279 PR cli/12326:
3280 * gdb.cp/static-print-quit.exp: Update.
3281 * lib/gdb.exp (pagination_prompt): Update.
3282 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
3283 * gdb.python/python.exp: Update.
3284
3285 2018-06-04 Joel Brobecker <brobecker@adacore.com>
3286
3287 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
3288
3289 2018-06-01 Joel Brobecker <brobecker@adacore.com>
3290
3291 * gdb.ada/bp_fun_addr: New testcase.
3292
3293 2018-06-01 Tom Tromey <tom@tromey.com>
3294
3295 * gdb.xml/tdesc-regs.exp (load_description): Update expected
3296 results.
3297 * gdb.dwarf2/method-ptr.exp: Set language to C++.
3298 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
3299 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
3300 * gdb.base/maint.exp (maint_pass_if): Update.
3301
3302 2018-05-31 Maciej W. Rozycki <macro@mips.com>
3303
3304 * gdb.base/endian.exp: New test.
3305 * gdb.base/endian.c: New test source.
3306
3307 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
3308
3309 PR gdb/23203
3310 * gdb.base/bt-selected-frame.c: New file.
3311 * gdb.base/bt-selected-frame.exp: New file.
3312 * lib/gdb.exp (get_current_frame_number): New function.
3313
3314 2018-05-24 Maciej W. Rozycki <macro@mips.com>
3315 Pedro Alves <palves@redhat.com>
3316
3317 * gdb.threads/tls-core.c: Include <stdlib.h>
3318 (thread_proc): Call `abort'.
3319 * gdb.threads/tls-core.exp: Generate a core with core_find too.
3320 (tls_core_test): New procedure, bits factored out from ...
3321 (top level): ... here. Test both native cores and gcore cores.
3322
3323 2018-05-23 Tom Tromey <tom@tromey.com>
3324
3325 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
3326
3327 2018-05-23 Tom Tromey <tom@tromey.com>
3328
3329 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
3330 symfile_complaints.
3331 (test_short_complaints): Likewise.
3332 (test_empty_complaints): Likewise.
3333 (test_initial_complaints): Update.
3334
3335 2018-05-23 Tom Tromey <tom@tromey.com>
3336
3337 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
3338
3339 2018-05-23 Tom Tromey <tom@tromey.com>
3340
3341 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
3342 (test_short_complaints): Update.
3343
3344 2018-05-22 Pedro Alves <palves@redhat.com>
3345
3346 * gdb.base/remote.exp: Only gdb_start after compiling the
3347 testcase. Issue "disconnect" before testing "set remote" command
3348 defaults. Issue clean_restart before running to main.
3349
3350 2018-05-22 Pedro Alves <palves@redhat.com>
3351
3352 * gdb.base/remote.exp: Adjust expected output of "show remote
3353 memory-write-packet-size". Add tests for "set remote
3354 memory-write-packet-size 0" and "set remote
3355 memory-write-packet-size fixed/limit".
3356
3357 2018-05-22 Pedro Alves <palves@redhat.com>
3358
3359 PR gdb/22973
3360 * gdb.base/utf8-identifiers.c: New file.
3361 * gdb.base/utf8-identifiers.exp: New file.
3362
3363 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3364
3365 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
3366
3367 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
3368
3369 * gdb.arch/powerpc-vsx-gcore.exp: New file.
3370
3371 2018-05-18 Tom Tromey <tom@tromey.com>
3372
3373 * gdb.base/ptype-offsets.exp: Update.
3374
3375 2018-05-17 Keith Seitz <keiths@redhat.com>
3376
3377 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
3378 in expected breakpoint stop locations.
3379 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
3380 move to proper scope to test variable values.
3381 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
3382 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
3383 New functions.
3384 (main): Call not_inline_func3.
3385 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
3386 inline_func1, inline_func2, and inline_func3. Test that when each
3387 breakpoint is hit, GDB properly reports both the stop location
3388 and the backtrace. Repeat tests for temporary breakpoints.
3389
3390 2018-05-15 Maciej W. Rozycki <macro@mips.com>
3391
3392 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
3393 rather then trying to access it in determining whether the PID
3394 of `gdbserver' could have been retrieved.
3395
3396 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
3397
3398 * gdb.arch/amd64-init-x87-values.S: New file.
3399 * gdb.arch/amd64-init-x87-values.exp: New file.
3400
3401 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3402
3403 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
3404
3405 2018-05-04 Tom Tromey <tom@tromey.com>
3406
3407 PR python/22730:
3408 * gdb.python/python.exp: Test multi-line execute.
3409
3410 2018-05-04 Tom Tromey <tom@tromey.com>
3411
3412 PR python/22731:
3413 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
3414
3415 2018-05-04 Tom Tromey <tom@tromey.com>
3416
3417 PR gdb/11750:
3418 * gdb.base/define.exp: Test defining a user command inside a user
3419 command.
3420 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
3421
3422 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3423 Pedro Alves <palves@redhat.com>
3424
3425 PR breakpoints/19806 and support for PR external/20207.
3426 * gdb.base/watchpoint-unaligned.c: New file.
3427 * gdb.base/watchpoint-unaligned.exp: New file.
3428
3429 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3430
3431 * gdb.base/maint.exp: Make test names unique, use
3432 test_prefix_command_help to test 'help maint info', and remove
3433 repeated test of 'help maint'.
3434
3435 2018-05-04 Tom Tromey <tom@tromey.com>
3436
3437 PR gdb/22619:
3438 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
3439 behavior.
3440
3441 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3442
3443 * gdb.base/maint.exp: Process output from 'maint print registers'
3444 line at a time.
3445
3446 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
3447
3448 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
3449 timeout.
3450
3451 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
3452
3453 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
3454 filter pattern.
3455
3456 2018-05-02 Pedro Alves <palves@redhat.com>
3457
3458 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
3459 to_log_command renames.
3460 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
3461
3462 2018-05-02 Tom Tromey <tom@tromey.com>
3463
3464 * gdb.python/py-parameter.exp: Set test message.
3465
3466 2018-05-02 Tom Tromey <tom@tromey.com>
3467
3468 PR python/20084:
3469 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
3470 PARAM_ZUINTEGER_UNLIMITED tests.
3471
3472 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
3473
3474 PR rust/23124
3475 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
3476 when casting.
3477
3478 2018-04-30 Tom Tromey <tom@tromey.com>
3479
3480 * gdb.python/py-type.exp: Check align attribute.
3481 * gdb.python/py-type.c: New "aligncheck" global.
3482
3483 2018-04-30 Tom Tromey <tom@tromey.com>
3484
3485 PR exp/17095:
3486 * gdb.dwarf2/dw2-align.exp: New file.
3487 * gdb.cp/align.exp: New file.
3488 * gdb.base/align.exp: New file.
3489 * lib/gdb.exp (gdb_int128_helper): New proc.
3490 (has_int128_c, has_int128_cxx): New caching procs.
3491
3492 2018-04-27 Tom Tromey <tom@tromey.com>
3493
3494 PR rust/22545:
3495 * gdb.rust/simple.exp: Add inclusive range tests.
3496
3497 2018-04-26 Pedro Alves <palves@redhat.com>
3498
3499 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
3500 ifunc breakpoint locations correctly of ifunc breakpoints set
3501 while the program resolves the ifunc.
3502
3503 2018-04-26 Pedro Alves <palves@redhat.com>
3504
3505 * gdb.base/gnu-ifunc-final.c: New file.
3506 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
3507 * gdb.base/gnu-ifunc.exp (executable): Delete.
3508 (staticexecutable): Adjust.
3509 (lib_opts, exec_opts): Delete.
3510 (make_binsuffix, build, set-break): New procedures.
3511 (misc_tests): New, with tests factored out from the top level.
3512 (top level): Test different combinations of ifunc resolver name,
3513 resolver with and with debug info, and ifunc target with and
3514 without debug info. Wrap static tests with with_target_prefix.
3515
3516 2018-04-26 Pedro Alves <palves@redhat.com>
3517
3518 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
3519 return type" warnings.
3520
3521 2018-04-25 Pedro Alves <palves@redhat.com>
3522
3523 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
3524 killed".
3525 * gdb.base/kill-after-signal.exp: Likewise.
3526 * gdb.threads/kill.exp: Likewise.
3527
3528 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3529 Sergio Durigan Junior <sergiodj@redhat.com>
3530 Pedro Alves <palves@redhat.com>
3531
3532 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
3533 regexps to expect for '[Inferior ... detached]' as well.
3534 * gdb.base/attach.exp: Likewise.
3535 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
3536 "gdb_continue_to_end".
3537 (test_catch_syscall_with_wrong_args): Likewise.
3538 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
3539 ']'. Don't set 'verbose' on.
3540 * gdb.base/foll-vfork.exp: Likewise.
3541 * gdb.base/fork-print-inferior-events.c: New file.
3542 * gdb.base/fork-print-inferior-events.exp: New file.
3543 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
3544 '[Inferior ... has been killed]' message.
3545 * gdb.base/kill-after-signal.exp: Likewise.
3546 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
3547 detach message.
3548 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
3549 message.
3550 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
3551 regexps to expect for '[Inferior ... detached]' as well.
3552 * gdb.threads/process-dies-while-detaching.exp: Likewise.
3553
3554 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
3555
3556 PR gdb/23104
3557 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
3558
3559 2018-04-19 Richard Bunt <richard.bunt@arm.com>
3560
3561 * gdb.threads/multiple-successive-infcall.c: New test.
3562 * gdb.threads/multiple-successive-infcall.exp: New file.
3563
3564 2018-04-17 Tom Tromey <tom@tromey.com>
3565
3566 * gdb.rust/simple.rs (Union): New type.
3567 (main): New local "u".
3568 * gdb.rust/simple.exp (test_one_slice): Add new test case.
3569
3570 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3571
3572 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
3573 number information in output of "whereis" command.
3574 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
3575
3576 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3577
3578 * gdb.ada/info_types.exp: Adjust expected output to the line
3579 numbers now printed by "info var/func/type".
3580 * gdb.base/completion.exp: Likewise.
3581 * gdb.base/included.exp: Likewise.
3582 * gdb.cp/cp-relocate.exp: Likewise.
3583 * gdb.cp/cplusfuncs.exp: Likewise.
3584 * gdb.cp/namespace.exp: Likewise.
3585 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
3586
3587 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3588
3589 * gdb.btrace/cpu.exp: New.
3590
3591 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
3592
3593 * gdb.base/step-indirect-call-thunk.exp: New.
3594 * gdb.base/step-indirect-call-thunk.c: New.
3595 * gdb.reverse/step-indirect-call-thunk.exp: New.
3596 * gdb.reverse/step-indirect-call-thunk.c: New.
3597
3598 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
3599
3600 * gdb.base/pie-fork.c: New file.
3601 * gdb.base/pie-fork.exp: New file.
3602
3603 2018-04-11 Tom Tromey <tom@tromey.com>
3604
3605 * gdb.rust/simple.exp: Add test for ".." struct initializer.
3606
3607 2018-04-10 Pedro Alves <palves@redhat.com>
3608
3609 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
3610 exits. Instead loop running forever.
3611 (fork_parent): Run forever too.
3612
3613 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3614
3615 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
3616 mi_continue_to_line.
3617 * gdb.mi/mi-stack.c (callee4): Add comment.
3618
3619 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
3620
3621 * gdb.mi/mi-stack.exp: Fix indentation.
3622
3623 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3624
3625 PR gdb/22979
3626 * gdb.arch/amd64-osabi.exp: New file.
3627
3628 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
3629
3630 PR gdb/22980
3631 * gdb.base/osabi.exp: New file.
3632
3633 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
3634
3635 * gdb.cp/static-typedef-print.exp: New file.
3636 * gdb.cp/static-typedef-print.cc: New file.
3637
3638 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3639
3640 * gdb.ada/varsize_limit: New testcase.
3641
3642 2018-03-27 Joel Brobecker <brobecker@adacore.com>
3643
3644 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
3645
3646 * gdb.ada/notcplusplus: New testcase.
3647
3648 * gdb.base/c-linkage-name.c: New file.
3649 * gdb.base/c-linkage-name.exp: New testcase.
3650
3651 2018-03-26 Tom Tromey <tom@tromey.com>
3652
3653 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
3654 * gdb.python/py-framefilter.py (name_error): New global.
3655 (ErrorInName.function): Use name_error.
3656
3657 2018-03-26 Tom Tromey <tom@tromey.com>
3658
3659 PR backtrace/15582:
3660 * gdb.python/py-framefilter.exp: Add "bt hide" test.
3661
3662 2018-03-23 Keith Seitz <keiths@redhat.com>
3663
3664 PR c++/22968
3665 * gdb.cp/subtypes.exp: New file.
3666 * gdb.cp/subtypes.h: New file.
3667 * gdb.cp/subtypes.cc: New file.
3668 * gdb.cp/subtypes-2.cc: New file.
3669
3670 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3671
3672 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
3673 (done): Call '_exit' not 'exit' to avoid atexit handlers.
3674 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
3675 -nostartfiles when compiling the test. Confirm that all registers
3676 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
3677
3678 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3679
3680 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
3681 option, syntax was wrong anyway.
3682 * gdb.arch/arm-disp-step.exp: Likewise.
3683 * gdb.arch/sparc64-regs.exp: Likewise.
3684 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
3685 option, syntax was wrong anyway, switch to use
3686 prepare_for_testing.
3687 * gdb.arch/i386-disp-step.exp: Likewise.
3688
3689 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
3690
3691 * gdb.ada/exec_changed.exp: Replace "target_info exists
3692 use_gdb_stub" by "use_gdb_stub".
3693 * gdb.ada/start.exp: Likewise.
3694 * gdb.base/async-shell.exp: Likewise.
3695 * gdb.base/attach-pie-misread.exp: Likewise.
3696 * gdb.base/attach-wait-input.exp: Likewise.
3697 * gdb.base/break-entry.exp: Likewise.
3698 * gdb.base/break-interp.exp: Likewise.
3699 * gdb.base/dprintf-detach.exp: Likewise.
3700 * gdb.base/nostdlib.exp: Likewise.
3701 * gdb.base/solib-nodir.exp: Likewise.
3702 * gdb.base/statistics.exp: Likewise.
3703 * gdb.base/testenv.exp: Likewise.
3704 * gdb.mi/mi-exec-run.exp: Likewise.
3705 * gdb.mi/mi-start.exp: Likewise.
3706 * gdb.multi/dummy-frame-restore.exp: Likewise.
3707 * gdb.multi/multi-arch-exec.exp: Likewise.
3708 * gdb.multi/multi-arch.exp: Likewise.
3709 * gdb.multi/tids.exp: Likewise.
3710 * gdb.multi/watchpoint-multi.exp: Likewise.
3711 * gdb.python/py-events.exp: Likewise.
3712 * gdb.threads/attach-into-signal.exp: Likewise.
3713 * gdb.threads/attach-stopped.exp: Likewise.
3714 * gdb.threads/threadapply.exp: Likewise.
3715 * lib/selftest-support.exp: Likewise.
3716
3717 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
3718
3719 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
3720
3721 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
3722
3723 * gdb.perf/template-breakpoints.cc: New file.
3724 * gdb.perf/template-breakpoints.exp: New file.
3725 * gdb.perf/template-breakpoints.py: New file.
3726
3727 2018-03-19 Tom Tromey <tom@tromey.com>
3728
3729 * gdb.rust/simple.rs (main): Add local variables field1, field2,
3730 y0.
3731 * gdb.rust/simple.exp: Test bare identifier form of struct
3732 initializer.
3733
3734 2018-03-19 Tom Tromey <tom@tromey.com>
3735
3736 * gdb.gdb/observer.exp: Remove.
3737
3738 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3739
3740 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
3741 "qualified" option when setting breakpoints.
3742 * gdb.trace/backtrace.exp: Likewise.
3743 * gdb.trace/circ.exp: Likewise.
3744 * gdb.trace/collection.exp: Likewise.
3745 * gdb.trace/disconnected-tracing.exp: Likewise.
3746 * gdb.trace/ftrace-lock.exp: Likewise.
3747 * gdb.trace/ftrace.exp: Likewise.
3748 * gdb.trace/infotrace.exp: Likewise.
3749 * gdb.trace/packetlen.exp: Likewise.
3750 * gdb.trace/passc-dyn.exp: Likewise.
3751 * gdb.trace/qtro.exp: Likewise.
3752 * gdb.trace/read-memory.exp: Likewise.
3753 * gdb.trace/report.exp: Likewise.
3754 * gdb.trace/signal.exp: Likewise.
3755 * gdb.trace/status-stop.exp: Likewise.
3756 * gdb.trace/strace.exp: Likewise.
3757 * gdb.trace/tfind.exp: Likewise.
3758 * gdb.trace/trace-break.exp: Likewise.
3759 * gdb.trace/trace-condition.exp: Likewise.
3760 * gdb.trace/trace-mt.exp: Likewise.
3761 * gdb.trace/tstatus.exp: Likewise.
3762 * gdb.trace/tsv.exp: Likewise.
3763 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3764 * gdb.trace/unavailable.exp: Likewise.
3765 * gdb.trace/while-dyn.exp: Likewise.
3766
3767 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3768
3769 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
3770 that libinproctrace is copied to the target.
3771
3772 2018-03-14 Tom Tromey <tom@tromey.com>
3773
3774 PR cli/14977:
3775 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
3776 a null pointer.
3777 * gdb.base/wchar.exp: Likewise.
3778
3779 2018-03-14 Tom Tromey <tom@tromey.com>
3780
3781 PR cli/19918:
3782 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
3783 flag.
3784
3785 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
3786
3787 PR gdb/22841
3788 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
3789 "target" to remote_exec.
3790
3791 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
3792
3793 PR gdb/22841
3794 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
3795 ${board}_upload): Remove.
3796
3797 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3798
3799 * gdb.cp/watch-cp.cc: New test.
3800 * gdb.cp/watch-cp.exp: New file.
3801
3802 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3803
3804 * gdb.base/infcall-nested-structs.exp: New file.
3805 * gdb.base/infcall-nested-structs.c: New file.
3806 * gdb.base/float.exp: Add riscv support.
3807
3808 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
3809
3810 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
3811 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
3812
3813 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
3814
3815 * gdb.server/abspath.exp: New file.
3816 * lib/gdb.exp (with_cwd): New procedure.
3817
3818 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
3819
3820 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
3821 use it.
3822 (gdb_is_target_remote_prompt): New proc.
3823 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
3824 (gdb_is_target_native): Pass prompt parameter to
3825 gdb_is_target_1.
3826
3827 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
3828
3829 * gdb.base/load-command.c: New file.
3830 * gdb.base/load-command.exp: New file.
3831 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
3832 (gdb_is_target_1): ...this, and generalize for other targets
3833 than just remote.
3834 (gdb_is_target_remote): Use gdb_is_target_1.
3835 (gdb_is_target_native): use gdb_is_target_1.
3836
3837 2018-02-26 Tom Tromey <tom@tromey.com>
3838
3839 PR python/16497:
3840 * gdb.python/py-framefilter.exp: Update test.
3841
3842 2018-02-26 Tom Tromey <tom@tromey.com>
3843
3844 * gdb.dwarf2/variant.c: New file.
3845 * gdb.dwarf2/variant.exp: New file.
3846
3847 2018-02-26 Tom Tromey <tom@tromey.com>
3848
3849 * gdb.rust/simple.exp: Accept more possible results in enum test.
3850
3851 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
3852
3853 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
3854 parentheses.
3855
3856 2018-02-23 Maciej W. Rozycki <macro@mips.com>
3857
3858 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
3859 name of a variable: $actual_linejj -> $actual_line.
3860
3861 2018-02-21 John Baldwin <jhb@FreeBSD.org>
3862
3863 * gdb.arch/amd64-i386-address.exp: Fix a typo.
3864
3865 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
3866
3867 * gdb.btrace/buffer-size.exp: Do not force BTS.
3868
3869 2018-02-14 Pedro Alves <palves@redhat.com>
3870
3871 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
3872 getting a "Quit".
3873
3874 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
3875
3876 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
3877 Fix test name.
3878
3879 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
3880
3881 * gdb.cp/m-static.exp: Check type of optimized out static
3882 member.
3883
3884 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
3885
3886 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
3887 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
3888
3889 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
3890 Leszek Swirski <leszeks@google.com>
3891
3892 * gdb.python/py-prettyprint.c
3893 (struct to_string_returns_value_inner,
3894 struct to_string_returns_value_wrapper): New.
3895 (main): Add tsrvw variable.
3896 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
3897 ToStringReturnsValueWrapper): New classes.
3898 (register_pretty_printers): Register new pretty-printers.
3899 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
3900 recursive pretty printer.
3901 * gdb.python/py-mi.exp: Likewise.
3902
3903 2018-02-01 Leszek Swirski <leszeks@google.com>
3904
3905 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
3906 functions with the same name as an include file are parsed
3907 correctly.
3908
3909 2018-02-01 Yao Qi <yao.qi@linaro.org>
3910
3911 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
3912 "\[^\r\n\]*".
3913
3914 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
3915
3916 * gdb.arch/powerpc-prologue-frame.s: New file.
3917 * gdb.arch/powerpc-prologue-frame.c: Likewise.
3918 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
3919
3920 2018-01-31 Joel Brobecker <brobecker@adacore.com>
3921
3922 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
3923
3924 2018-01-30 Pedro Alves <palves@redhat.com>
3925
3926 PR gdb/13211
3927 * gdb.base/interrupt-daemon.c: New.
3928 * gdb.base/interrupt-daemon.exp: New.
3929 * gdb.multi/multi-term-settings.c: New.
3930 * gdb.multi/multi-term-settings.exp: New.
3931
3932 2018-01-30 Joel Brobecker <brobecker@adacore.com>
3933
3934 * gdb.base/break.exp: Save the location where the breakpoint
3935 on break.c:47 was actually inserted when debugging the version
3936 compiled at -O2 and use it in the expected output of the "info
3937 break" test performed soon after.
3938
3939 2018-01-22 Pedro Alves <palves@redhat.com>
3940 Sergio Durigan Junior <sergiodj@redhat.com>
3941
3942 * gdb.base/whatis.exp: Add tests for 'set print object on' +
3943 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
3944
3945 2018-01-22 Joel Brobecker <brobecker@adacore.com>
3946
3947 * gdb.base/break-include.c, gdb.base/break-include.inc,
3948 gdb.base/break-include.exp: New files.
3949 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
3950 line number now being the actual line number where the breakpoint
3951 was inserted.
3952 * gdb.mi/mi-break.exp: Likewise.
3953 * gdb.mi/mi-reverse.exp: Likewise.
3954 * gdb.mi/mi-simplerun.exp: Ditto.
3955
3956 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3957
3958 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
3959 varobj.
3960 * gdb.mi/mi-var-create-rtti.exp: Likewise.
3961
3962 2018-01-21 Don Breazeal <donb@codesourcery.com>
3963 Andrew Burgess <andrew.burgess@embecosm.com>
3964
3965 * gdb.mi/basics.c: Add new global.
3966 * gdb.mi/mi-frame-regs.exp: New file.
3967 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
3968 case.
3969
3970 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
3971
3972 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
3973 non-parameter, and on an unknown symbol.
3974
3975 2018-01-19 Tom Tromey <tom@tromey.com>
3976
3977 * gdb.rust/modules.rs (TWENTY_THREE): New global.
3978 * gdb.rust/modules.exp: Add ::-qualified lookup test.
3979
3980 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3981
3982 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
3983 setrlimit and chdir to int.
3984
3985 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3986
3987 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
3988 function.
3989 (my_tend): Likewise.
3990 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
3991 rationale of avoiding FP- and vector instructions.
3992
3993 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
3994
3995 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
3996 "info reg" with "\[ \t\]*".
3997 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
3998 "\[ \t\]+".
3999 * gdb.arch/s390-multiarch.exp: Ditto.
4000 * gdb.base/pc-fp.exp: Ditto.
4001 * gdb.reverse/i386-precsave.exp: Ditto.
4002 * gdb.reverse/i386-reverse.exp: Ditto.
4003 * gdb.reverse/i387-env-reverse.exp: Ditto.
4004 * gdb.reverse/i387-stack-reverse.exp: Ditto.
4005
4006 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4007
4008 * lib/gdb.exp (gdb_compile): Re-enable use of
4009 universal_compile_options for languages other than Rust.
4010
4011 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
4012
4013 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
4014
4015 2018-01-17 Mike Gulick <mgulick@mathworks.com>
4016
4017 PR gdb/16577
4018 * gdb.base/solib-vanish.exp: New.
4019 * gdb.base/solib-vanish-main.c: New.
4020 * gdb.base/solib-vanish-lib1.c: New.
4021 * gdb.base/solib-vanish-lib2.c: New.
4022
4023 2018-01-17 Yao Qi <yao.qi@linaro.org>
4024
4025 * gdb.compile/compile.exp: Match the address printed for
4026 frame in the output of command "bt".
4027
4028 2018-01-15 Tom Tromey <tom@tromey.com>
4029
4030 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
4031 compute sp_reg.
4032
4033 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
4034
4035 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
4036 to prepare.
4037 (prepare): Return 0 on error, 1 on success.
4038
4039 2018-01-12 Pedro Alves <palves@redhat.com>
4040
4041 * gdb.base/continue-after-aborted-step-over.c: New.
4042 * gdb.base/continue-after-aborted-step-over.exp: New.
4043
4044 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
4045
4046 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
4047 options when not creating an executable.
4048
4049 2018-01-11 Pedro Alves <palves@redhat.com>
4050
4051 PR remote/22597
4052 * gdb.server/stop-reply-no-thread.c: New file.
4053 * gdb.server/stop-reply-no-thread.exp: New file.
4054
4055 2018-01-10 Pedro Alves <palves@redhat.com>
4056
4057 PR gdb/22670
4058 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
4059 functions too. Test setting breakpoints and printing C functions
4060 with no debug info too.
4061 * gdb.ada/bp_c_mixed_case/qux.c: New file.
4062
4063 2018-01-10 Pedro Alves <palves@redhat.com>
4064
4065 PR gdb/22670
4066 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
4067 a fail.
4068
4069 2018-01-10 Pedro Alves <palves@redhat.com>
4070
4071 PR gdb/22670
4072 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
4073
4074 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4075
4076 * gdb.server/unittest.exp: Match the output in non-development
4077 mode.
4078
4079 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
4080
4081 * gdb.gdb/unittest.exp: Match output in non-development mode.
4082
4083 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4084
4085 * gdb.ada/access_tagged_param.exp: Relax expected output
4086 for value of "ObjL" in "continue" to pck.inspect breakpoint
4087 test.
4088
4089 2018-01-08 Joel Brobecker <brobecker@adacore.com>
4090
4091 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
4092 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
4093
4094 2018-01-05 Pedro Alves <palves@redhat.com>
4095
4096 PR gdb/18653
4097 * gdb.base/libsegfault.exp: New.
4098
4099 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4100
4101 PR gdb/22670
4102 * gdb.ada/access_tagged_param.exp: New file.
4103 * gdb.ada/access_tagged_param/foo.adb: New file.
4104
4105 2018-01-05 Pedro Alves <palves@redhat.com>
4106
4107 PR gdb/22670
4108 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
4109 exercise lower case too, and to exercise both full matching and
4110 wild matching.
4111
4112 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4113
4114 * gdb.ada/rename_subscript_param: New testcase.
4115
4116 2018-01-05 Jerome Guitton <guitton@adacore.com>
4117
4118 * gdb.ada/arr_acc_idx_w_gap: New testcase.
4119
4120 2018-01-05 Joel Brobecker <brobecker@adacore.com>
4121
4122 * gdb.ada/convvar_comp: New testcase.
4123
4124 2018-01-05 Xavier Roirand <roirand@adacore.com>
4125
4126 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
4127 (My_Table): New global variable.
4128 * testsuite/gdb.ada/array_char_idx.exp: Add test.
4129
4130 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4131
4132 PR gdb/22670
4133 * gdb.ada/maint_with_ada: New testcase.
4134
4135 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4136
4137 PR gdb/22670
4138 * gdb.ada/bp_c_mixed_case: New testcase.
4139
4140 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4141
4142 PR gdb/22670
4143 * gdb.ada/complete.exp: Add "complete break ada" test.
4144
4145 2018-01-04 Joel Brobecker <brobecker@adacore.com>
4146
4147 PR gdb/22670
4148 * gdb.ada/info_addr_mixed_case: New testcase.
4149
4150 2018-01-03 Xavier Roirand <roirand@adacore.com>
4151
4152 * gdb.ada/excep_handle.exp: New testcase.
4153 * gdb.ada/excep_handle/foo.adb: New file.
4154 * gdb.ada/excep_handle/pck.ads: New file.
4155
4156 2018-01-03 Joel Brobecker <brobecker@adacore.com>
4157
4158 * gdb.base/step-line.c: Add extra empty line in copyright header.
4159 * gdb.base/step-line.inp: Likewise.
4160
4161 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4162
4163 * gdb.ada/dyn_stride.exp: Add slice test.
4164
4165 2018-01-02 Joel Brobecker <brobecker@adacore.com>
4166
4167 * gdb.ada/dyn_stride: New testcase.
4168
4169 2017-12-27 Stafford Horne <shorne@gmail.com>
4170
4171 * gdb.xml/extra-regs.xml: Add example foo reggroup.
4172 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
4173
4174 2017-12-27 Stafford Horne <shorne@gmail.com>
4175
4176 * gdb.base/reggroups.c: New file.
4177 * gdb.base/reggroups.exp: New file.
4178
4179 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4180
4181 * gdb.dwarf2/ada-valprint-error.c: New file.
4182 * gdb.dwarf2/ada-valprint-error.exp: New file.
4183
4184 2017-12-18 Joel Brobecker <brobecker@adacore.com>
4185
4186 * gdb.ada/assign_arr: New testcase.
4187
4188 2017-12-18 Xavier Roirand <roirand@adacore.com>
4189
4190 * gdb.ada/funcall_ptr: New testcase.
4191
4192 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
4193
4194 PR cli/16224
4195 * gdb.base/ptype-offsets.cc: New file.
4196 * gdb.base/ptype-offsets.exp: New file.
4197
4198 2017-12-15 Yao Qi <yao.qi@linaro.org>
4199
4200 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
4201 if XML is disabled.
4202
4203 2017-12-15 Xavier Roirand <roirand@adacore.com>
4204
4205 * gdb.ada/same_component_name: New testcase.
4206
4207 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4208
4209 * gdb.ada/str_binop_equal: New testcase.
4210
4211 2017-12-14 Joel Brobecker <brobecker@adacore.com>
4212
4213 * gdb.ada/task_switch_in_core: New testcase.
4214
4215 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
4216
4217 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
4218 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
4219 call test_bkpt_qualified.
4220 (test_bkpt_qualified): New proc.
4221
4222 2017-12-13 Pedro Alves <palves@redhat.com>
4223
4224 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4225 Tighten regexp by matching with an anchor.
4226
4227 2017-12-13 Pedro Alves <palves@redhat.com>
4228
4229 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
4230 ("expression with namespace"): New set of tests.
4231 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
4232 (Nested::Test_NS::qux): New.
4233 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
4234 defaults to 'start_quote_char' and 'end_quote_char' parameters.
4235
4236 2017-12-13 Joel Brobecker <brobecker@adacore.com>
4237
4238 * gdb.base/server-del-break.c: New file.
4239 * gdb.base/server-del-break.exp: New file.
4240
4241 2017-12-12 Stafford Horne <shorne@gmail.com>
4242
4243 * gdb.xml/tdesc-regs.exp: Add or1k support.
4244
4245 2017-12-12 Stafford Horne <shorne@gmail.com>
4246
4247 * gdb.base/bp-permanent.c: Define nop of or1k.
4248
4249 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4250
4251 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
4252 output with components being reordered.
4253
4254 2017-12-11 Joel Brobecker <brobecker@adacore.com>
4255
4256 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
4257 output with components being reordered.
4258
4259 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4260 Pedro Alves <palves@redhat.com>
4261
4262 * gdb.base/maint.exp (check for .gdb_index): Check also for
4263 .debug_names.
4264 * gdb.dlang/watch-loc.c (.debug_aranges): New.
4265 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
4266 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
4267 (.gdb_index used after symbol reloading): Support also .debug_names.
4268 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
4269
4270 2017-12-08 Yao Qi <yao.qi@linaro.org>
4271
4272 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4273 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
4274
4275 2017-12-08 Yao Qi <yao.qi@linaro.org>
4276
4277 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
4278 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
4279
4280 2017-12-08 Yao Qi <yao.qi@linaro.org>
4281
4282 * gdb.arch/aarch64-tagged-pointer.c: New file.
4283 * gdb.arch/aarch64-tagged-pointer.exp: New file.
4284
4285 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
4286
4287 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
4288 "int".
4289
4290 2017-12-07 Keith Seitz <keiths@redhat.com>
4291
4292 PR breakpoints/22569
4293 * gdb.linespec/ls-errs.exp: Change expected result of "break
4294 -source this file has spaces.c -line 3".
4295 Check that an explicit source file followed by whitespace is
4296 identified as an invalid explicit location.
4297
4298 2017-12-07 Keith Seitz <keiths@redhat.com>
4299
4300 * gdb.cp/nested-types.cc: New file.
4301 * gdb.cp/nested-types.exp: New file.
4302 * lib/cp-support.exp: Load data-structures.exp library.
4303 (debug_cp_test_ptype_class): New global.
4304 (cp_ptype_class_verbose, next_line): New procedures.
4305 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
4306 Add and document new return value.
4307 Switch the list of lines to a queue.
4308 Add support for new `type' key for nested type definitions.
4309 Add debugging/troubleshooting messages.
4310 * lib/data-structures.exp: New file.
4311
4312 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
4313
4314 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
4315 with proc_with_prefix, don't use with_test_prefix.
4316
4317 2017-12-07 Tom Tromey <tom@tromey.com>
4318
4319 * gdb.base/break.exp: Add test for empty "commands".
4320
4321 2017-12-07 Yao Qi <yao.qi@linaro.org>
4322
4323 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
4324 malloc and catch syscall.
4325
4326 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
4327
4328 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
4329 tests for explicit locations.
4330
4331 2017-12-06 Pedro Alves <palves@redhat.com>
4332
4333 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
4334 force-disabling XML descriptions.
4335
4336 2017-12-04 Pedro Alves <palves@redhat.com>
4337
4338 PR gdb/22499
4339 * gdb.arch/amd64-disp-step-avx.S: New file.
4340 * gdb.arch/amd64-disp-step-avx.exp: New file.
4341
4342 2017-12-03 Pedro Alves <palves@redhat.com>
4343
4344 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
4345 and <string.h>.
4346 (parent_function): Print distinct messages when waitpid fails, or
4347 the child exits with a signal, or the child exits for an unhandled
4348 reason.
4349 * gdb.threads/process-dies-while-detaching.exp
4350 (detach_and_expect_exit): New 'inf_output_re' parameter and use
4351 it. Wait for both inferior output and GDB's prompt. Use an
4352 indirect spawn id list.
4353 (do_detach): New parameter 'child_exit'. Use it to compute
4354 expected inferior output.
4355 (test_detach, test_detach_watch, test_detach_killed_outside):
4356 Adjust to pass down the expected child exit kind.
4357
4358 2017-12-01 Joel Brobecker <brobecker@adacore.com>
4359 Sergio Durigan Junior <sergiodj@redhat.com>
4360 Pedro Alves <palves@redhat.com>
4361
4362 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
4363
4364 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
4365
4366 * gdb.base/relocate.exp: Add tests to guarantee that arguments
4367 to 'symbol-file' and 'add-symbol-file' can be
4368 position-independent.
4369
4370 2017-12-01 Yao Qi <yao.qi@linaro.org>
4371
4372 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
4373 the URL in copyright header.
4374 * gdb.arch/aarch64-fp.exp: Likewise.
4375 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
4376 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
4377 * gdb.base/expand-psymtabs.exp: Likewise.
4378 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
4379 * gdb.fortran/common-block.exp: Likewise.
4380 * gdb.fortran/common-block.f90: Likewise.
4381 * gdb.fortran/logical.exp: Likewise.
4382 * gdb.fortran/vla-datatypes.f90: Likewise.
4383 * gdb.fortran/vla-sub.f90: Likewise.
4384
4385 2017-11-30 Joel Brobecker <brobecker@adacore.com>
4386
4387 * gdb.ada/repeat_dyn: New testcase.
4388
4389 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
4390
4391 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
4392 Update for changed thread numbering.
4393 * gdb.cell/bt.exp: Update for changed GDB output.
4394
4395 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
4396
4397 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
4398 setting isremote by hand.
4399 * boards/dwarf4-gdb-index.exp: Likewise.
4400 * boards/fission.exp: Likewise.
4401 * boards/stabs.exp: Likewise.
4402
4403 2017-11-30 Pedro Alves <palves@redhat.com>
4404
4405 * gdb.linespec/cpls-ops.exp
4406 (check_explicit_skips_function_argument): Extract the underlying
4407 type of size_t instead of hardcoding it.
4408
4409 2017-11-29 Pedro Alves <palves@redhat.com>
4410
4411 PR c++/19436
4412 * gdb.linespec/cpls-abi-tag.cc: New file.
4413 * gdb.linespec/cpls-abi-tag.exp: New file.
4414
4415 2017-11-29 Pedro Alves <palves@redhat.com>
4416
4417 * gdb.base/langs.exp: Use -qualified.
4418 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
4419 it.
4420 * gdb.cp/namespace.exp: Use -qualified.
4421 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
4422 (overload-3, template-overload, template-ret-type, const-overload)
4423 (const-overload-quoted, anon-ns, ambiguous-prefix): New
4424 procedures.
4425 (test_driver): Call them.
4426 * gdb.cp/save-bp-qualified.cc: New.
4427 * gdb.cp/save-bp-qualified.exp: New.
4428 * gdb.linespec/explicit.exp: Test -qualified.
4429 * lib/completion-support.exp (completion::explicit_opts_list): Add
4430 "-qualified".
4431 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
4432
4433 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
4434
4435 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
4436
4437 2017-11-29 Tom Tromey <tom@tromey.com>
4438
4439 * gdb.base/relocate.exp: Update invalid argument test.
4440 Add new tests for invalid arguments.
4441
4442 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4443
4444 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
4445 Return 0 as a long.
4446 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
4447
4448 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
4449
4450 * gdb.cp/breakpoint.cc (bar): Set return type to void.
4451 * gdb.cp/psymtab-parameter.cc (func): Likewise.
4452 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
4453 func ().
4454 * gdb.cp/shadow.cc (B.func): Return 0.
4455
4456 2017-11-27 Joel Brobecker <brobecker@adacore.com>
4457
4458 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
4459 expected output in gdb_expect call to allow the exception
4460 message to be present as well. Fix syntax confusion to avoid
4461 TCL thinking that exception_name is an array.
4462
4463 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
4464
4465 * gdb.arch/spu-info.c: Include <unistd.h>.
4466 (do_signal_test): Fix broken calls to write.
4467 * gdb.arch/spu-info.exp: Use prepare_for_testing.
4468 Fix checks for empty mailboxes. Update signal tests for corrected
4469 do_signal_test routine. Allow nonzero event status.
4470 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
4471 * gdb.cell/arch.exp: Use standard_output_file.
4472 * gdb.cell/break.exp: Likewise.
4473 * gdb.cell/bt.exp: Likewise.
4474 * gdb.cell/core.exp: Likewise.
4475 * gdb.cell/dwarfaddr.exp: Likewise.
4476 * gdb.cell/ea-cache.exp: Likewise.
4477 * gdb.cell/ea-standalone.exp: Likewise.
4478 * gdb.cell/f-regs.exp: Likewise.
4479 * gdb.cell/fork.exp: Likewise.
4480 * gdb.cell/gcore.exp: Likewise.
4481 * gdb.cell/mem-access.exp: Likewise.
4482 * gdb.cell/ptype.exp: Likewise.
4483 * gdb.cell/registers.exp: Likewise.
4484 * gdb.cell/sizeof.exp: Likewise.
4485 * gdb.cell/solib-symbol.exp: Likewise.
4486 * gdb.cell/solib.exp: Likewise.
4487
4488 2017-11-25 Pedro Alves <palves@redhat.com>
4489
4490 * gdb.base/complete-empty.exp: New file.
4491 * gdb.base/completion.exp: Adjust.
4492
4493 2017-11-25 Pedro Alves <palves@redhat.com>
4494
4495 * gdb.linespec/cpls-ops.cc: New file.
4496 * gdb.linespec/cpls-ops.exp: New file.
4497 * lib/completion-support.exp (test_complete_prefix_range_re): New,
4498 factored out from ...
4499 (test_complete_prefix_range): ... this.
4500
4501 2017-11-24 Pedro Alves <palves@redhat.com>
4502
4503 * gdb.linespec/cpcompletion.exp: New file.
4504 * gdb.linespec/cpls-hyphen.cc: New file.
4505 * gdb.linespec/cpls.cc: New file.
4506 * gdb.linespec/cpls2.cc: New file.
4507 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
4508 test to use test_gdb_complete_unique. Add label completion,
4509 keyword completion and explicit location completion tests.
4510 * lib/completion-support.exp: New file.
4511
4512 2017-11-24 Joel Brobecker <brobecker@adacore.com>
4513
4514 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
4515 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
4516 when hitting an exception catchpoint.
4517
4518 2017-11-22 Yao Qi <yao.qi@linaro.org>
4519
4520 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
4521
4522 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
4523
4524 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
4525 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
4526 * gdb.dwarf2/info-locals-optimized-out.c: New file.
4527
4528 2017-11-22 Yao Qi <yao.qi@linaro.org>
4529
4530 * gdb.base/info-os.exp: Pass pthreads.
4531 * gdb.multi/multi-attach.exp: Likewise.
4532
4533 2017-11-22 Yao Qi <yao.qi@linaro.org>
4534
4535 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
4536 compiler.
4537
4538 2017-11-22 Yao Qi <yao.qi@linaro.org>
4539
4540 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
4541 * gdb.base/break-interp.exp: Likewise.
4542 * gdb.base/jit-attach-pie.exp: Likewise.
4543
4544 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4545
4546 * gdb.base/float128.c (large128): New variable.
4547 * gdb.base/float128.exp: Add test to print largest __float128 value.
4548
4549 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
4550
4551 * gdb.arch/vsx-regs.exp: Update register content checks.
4552
4553 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
4554
4555 * gdb.arch/ppc-longdouble.exp: New file.
4556 * gdb.arch/ppc-longdouble.c: Likewise.
4557
4558 2017-11-21 Pedro Alves <palves@redhat.com>
4559
4560 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
4561
4562 2017-11-20 Pedro Alves <palves@redhat.com>
4563
4564 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
4565 (long_double_typedef): New typedefs.
4566 Use DEF on double and long double.
4567 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
4568 cases.
4569 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
4570 and 'long_double_ptr_same_size' locals. Use them to decide
4571 whether cast from array/function to float is valid/invalid.
4572
4573 2017-11-17 Tom Tromey <tom@tromey.com>
4574
4575 * gdb.rust/traits.rs: New file.
4576 * gdb.rust/traits.exp: New file.
4577
4578 2017-11-17 Joel Brobecker <brobecker@adacore.com>
4579
4580 * gdb.ada/minsyms: New testcase.
4581
4582 2017-11-16 Pedro Alves <palves@redhat.com>
4583
4584 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
4585 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
4586
4587 2017-11-16 Pedro Alves <palves@redhat.com>
4588
4589 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
4590 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
4591
4592 2017-11-16 Pedro Alves <palves@redhat.com>
4593
4594 * gdb.server/reconnect-ctrl-c.c: New file.
4595 * gdb.server/reconnect-ctrl-c.exp: New file.
4596
4597 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
4598
4599 * gdb.python/py-rbreak.exp: New file.
4600 * gdb.python/py-rbreak.c: New file.
4601 * gdb.python/py-rbreak-func2.c: New file.
4602
4603 2017-11-16 Pedro Alves <palves@redhat.com>
4604
4605 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
4606 pattern.
4607 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
4608 GDB.
4609
4610 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
4611
4612 * gdb.tui/completionn.exp (test_tab_completion): Add space in
4613 regex.
4614
4615 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
4616
4617 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
4618 test names.
4619
4620 2017-11-09 Pedro Alves <palves@redhat.com>
4621
4622 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
4623 factored out from ...
4624 (top level): ... here, and adjusted to avoid expecting beyond the
4625 prompt in a single gdb_test_multiple.
4626
4627 2017-11-09 Pedro Alves <palves@redhat.com>
4628
4629 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
4630 output.
4631 * gdb.server/ext-attach.exp ("kill" test): Likewise.
4632 * gdb.server/ext-restart.exp ("kill" test): Likewise.
4633 * gdb.server/ext-run.exp ("kill" test): Likewise.
4634 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
4635
4636 2017-11-09 Pedro Alves <palves@redhat.com>
4637
4638 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
4639 match till end of line.
4640
4641 2017-11-09 Pedro Alves <palves@redhat.com>
4642
4643 * gdb.base/memattr.exp: Tighten regexes to match the end line.
4644
4645 2017-11-09 Pedro Alves <palves@redhat.com>
4646
4647 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
4648 New procedures, factored out from ...
4649 (top level): ... here, and adjusted to avoid expecting beyond the
4650 prompt in one go.
4651
4652 2017-11-09 Pedro Alves <palves@redhat.com>
4653
4654 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
4655 output. Fix '?' match.
4656
4657 2017-11-08 Joel Brobecker <brobecker@adacore.com>
4658
4659 * gdb.ada/scoped_watch: New testcase.
4660 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
4661 which is actually correct.
4662 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
4663 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
4664
4665 2017-11-08 Pedro Alves <palves@redhat.com>
4666
4667 * gdb.gdb/complaints.exp (test_initial_complaints)
4668 (test_serial_complaints, test_short_complaints): Call
4669 complaint_internal instead of complaint.
4670
4671 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
4672
4673 * gdb.threads/tls-core.c: New file.
4674 * gdb.threads/tls-core.exp: Likewise.
4675
4676 2017-11-08 Pedro Alves <palves@redhat.com>
4677
4678 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
4679 (p Exported_Capitalized): New test.
4680 (p exported_capitalized): New test.
4681
4682 2017-11-07 Pedro Alves <palves@redhat.com>
4683
4684 * gdb.cp/ena-dis-br-range.exp: Add more tests.
4685
4686 2017-11-07 Pedro Alves <palves@redhat.com>
4687
4688 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
4689 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
4690 (disable_invalid, disable_inverted, disable_negative): New
4691 procedures.
4692 ("bad numbers"): New set of tests.
4693
4694 2017-11-07 Pedro Alves <palves@redhat.com>
4695
4696 * gdb.cp/ena-dis-br-range.exp: Add tests.
4697
4698 2017-11-07 Pedro Alves <palves@redhat.com>
4699
4700 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
4701
4702 2017-11-07 Xavier Roirand <roirand@adacore.com>
4703 Pedro Alves <palves@redhat.com>
4704
4705 * gdb.base/ena-dis-br.exp: Add reference to
4706 gdb.cp/ena-dis-br-range.exp.
4707 * gdb.cp/ena-dis-br-range.exp: New file.
4708 * gdb.cp/ena-dis-br-range.cc: New file.
4709
4710 2017-11-06 Pedro Alves <palves@redhat.com>
4711
4712 * gdb.base/attach-non-pgrp-leader.c: New.
4713 * gdb.base/attach-non-pgrp-leader.exp: New.
4714
4715 2017-11-06 Pedro Alves <palves@redhat.com>
4716
4717 * configure.ac: No longer check for termio.h and sgtty.h.
4718 * configure: Regenerate.
4719 * remote-utils.c: Include termios.h instead of gdb_termios.h.
4720 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
4721 Remove termio and sgtty code.
4722
4723 2017-11-03 Yao Qi <yao.qi@linaro.org>
4724
4725 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
4726 in GDB is disabled.
4727
4728 2017-11-03 Yao Qi <yao.qi@linaro.org>
4729
4730 * gdb.python/py-thrhandle.exp: Skip it if python is not
4731 enabled.
4732
4733 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
4734
4735 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
4736 as a breakpoint command.
4737
4738 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
4739
4740 PR python/21213
4741 * gdb.python/py-infthread.exp: Test calling
4742 InferiorThread.inferior () multiple times in a row.
4743
4744 2017-10-27 Keith Seitz <keiths@redhat.com>
4745
4746 * gdb.opt/inline-break.exp (break_info_1): New procedure.
4747 Test "info break" for every inlined function breakpoint.
4748
4749 2017-10-27 Yao Qi <yao.qi@linaro.org>
4750
4751 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
4752
4753 2017-10-26 Patrick Frants <osscontribute@gmail.com>
4754
4755 * gdb.cp/classes.exp (test_static_members): Test printing
4756 Outer::instance.
4757 * gdb.cp/classes.c (struct Inner, struct Outer): New.
4758 (Inner::instance, Outer::instance): New.
4759
4760 2017-10-24 Pedro Alves <palves@redhat.com>
4761
4762 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
4763 extra console" test in two stages.
4764
4765 2017-10-24 Pedro Alves <palves@redhat.com>
4766
4767 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
4768
4769 2017-10-24 Pedro Alves <palves@redhat.com>
4770
4771 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
4772 loop.
4773
4774 2017-10-24 Pedro Alves <palves@redhat.com>
4775
4776 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
4777 $attempt" and "stoppedtry $stoppedtry" test prefixes.
4778
4779 2017-10-24 Pedro Alves <palves@redhat.com>
4780
4781 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
4782 parameter and handle it. Don't output read value in test name.
4783
4784 2017-10-24 Pedro Alves <palves@redhat.com>
4785
4786 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
4787 custom test name.
4788
4789 2017-10-24 Pedro Alves <palves@redhat.com>
4790
4791 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
4792 include the unstable output directory name in the test's name.
4793 (initial_setup_simple) <'set args'>: Use custom test name.
4794
4795 2017-10-24 Pedro Alves <palves@redhat.com>
4796
4797 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
4798 with explicit test name.
4799
4800 2017-10-20 Pedro Alves <palves@redhat.com>
4801
4802 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
4803 'wait -i'. Use gdb_assert and remote_close.
4804
4805 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
4806
4807 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
4808 number from variable rather than hard-coded.
4809
4810 2017-10-19 Pedro Alves <palves@redhat.com>
4811
4812 * gdb.base/long-inferior-output.c: New file.
4813 * gdb.base/long-inferior-output.exp: New file.
4814
4815 2017-11-18 Keith Seitz <keiths@redhat.com>
4816
4817 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
4818 method.
4819 (main): Call it.
4820 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
4821 Add additional user-defined conversion operator tests.
4822
4823 2017-10-17 Pedro Alves <palves@redhat.com>
4824
4825 * boards/native-stdio-gdbserver.exp: Load "local-board".
4826
4827 2017-10-17 Pedro Alves <palves@redhat.com>
4828
4829 * gdb.base/quit-live.c: New file.
4830 * gdb.base/quit-live.exp: New file.
4831
4832 2017-10-16 Keith Seitz <keiths@redhat.com>
4833
4834 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
4835 (class_with_protected_typedef, class_with_private_typedef)
4836 (struct_with_public_typedef, struct_with_protected_typedef)
4837 (struct_with_private_typedef): New classes/structs.
4838 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
4839 typedefs and access specifiers.
4840
4841 2017-10-16 Pedro Alves <palves@redhat.com>
4842 Simon Marchi <simon.marchi@polymtl.ca>
4843
4844 * README (Local vs Remote vs Native): New section.
4845 * boards/local-board.exp: New file, with bits factored out from
4846 ...
4847 * boards/native-extended-gdbserver.exp: ... here. Load
4848 "local-board".
4849 * boards/native-gdbserver.exp: Load "local-board".
4850 (${board}_spawn, ${board}_exec): Delete.
4851 * boards/native-stdio-gdbserver.exp: Most contents factored out to
4852 ...
4853 * boards/stdio-gdbserver-base.exp: ... this new file.
4854 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
4855 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
4856 procedure.
4857 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
4858 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
4859 stdio_gdbserver_command.
4860 (${board}_get_remote_address, ${board}_get_comm_port)
4861 (${board}_download, ${board}_upload): Delete.
4862 (get_target_remote_pipe_cmd): New.
4863
4864 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
4865
4866 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
4867 test_bkpt_deletion, test_bkpt_cond_and_cmds,
4868 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
4869 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
4870 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
4871 remove with_test_prefix.
4872
4873 2017-10-13 Pedro Alves <palves@redhat.com>
4874
4875 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
4876 * gdb.base/annota1.exp: Use it instead of is_remote.
4877 * gdb.base/annota3.exp: Use it instead of is_remote.
4878 * gdb.cp/annota2.exp: Use it instead of is_remote.
4879 * gdb.cp/annota3.exp: Use it instead of is_remote.
4880 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
4881
4882 2017-10-13 Pedro Alves <palves@redhat.com>
4883
4884 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
4885 (test_num_test_vars, run_and_count_vars, find_env)
4886 (test_set_unset_env, test_inherit_env_var): New procedures.
4887 (top level): Use them.
4888
4889 2017-10-13 Pedro Alves <palves@redhat.com>
4890
4891 * lib/selftest-support.exp (selftest_setup): Extend comments, and
4892 also skip on stub-like targets.
4893
4894 2017-10-13 Pedro Alves <palves@redhat.com>
4895
4896 PR gdb/22293
4897 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
4898 (top level): Move some tests to ...
4899 (test_not_found): ... this new procedure.
4900 (top level): Call it.
4901
4902 2017-10-13 Pedro Alves <palves@redhat.com>
4903
4904 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
4905 expect different "info terminal" output if testing with a
4906 non-native target.
4907
4908 2017-10-13 Pedro Alves <palves@redhat.com>
4909 Simon Marchi <simon.marchi@polymtl.ca>
4910
4911 PR python/12966
4912 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
4913
4914 2017-10-13 Pedro Alves <palves@redhat.com>
4915
4916 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
4917 already.
4918
4919 2017-10-13 Pedro Alves <palves@redhat.com>
4920
4921 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
4922 is_remote.
4923
4924 2017-10-13 Pedro Alves <palves@redhat.com>
4925
4926 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
4927 is_remote.
4928
4929 2017-10-13 Pedro Alves <palves@redhat.com>
4930
4931 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
4932 is set.
4933 (corefile_test_attach): Likewise. Check can_spawn_for_attach
4934 instead of is_remote.
4935
4936 2017-10-13 Pedro Alves <palves@redhat.com>
4937
4938 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
4939 (top level): Add comment.
4940
4941 2017-10-13 Pedro Alves <palves@redhat.com>
4942
4943 * gdb.base/remote.exp (top level): Fix comment typo and add
4944 missing return.
4945
4946 2017-10-13 Pedro Alves <palves@redhat.com>
4947 Simon Marchi <simon.marchi@polymtl.ca>
4948
4949 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
4950 calls and add comments. Skip test if use_gdb_stub is set.
4951 (top level): Use "set cwd" command instead of "cd" command.
4952
4953 2017-10-13 Pedro Alves <palves@redhat.com>
4954
4955 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
4956 is_remote target check.
4957
4958 2017-10-13 Pedro Alves <palves@redhat.com>
4959
4960 * gdb.base/scope.exp: Use build_executable + clean_restart +
4961 gdb_file_cmd instead of prepare_for_testing and no longer skip
4962 "before run" tests on is_remote target boards. Update comments.
4963 * boards/native-extended-gdbserver.exp
4964 (extended_gdbserver_load_last_file): New, factored out from ...
4965 (gdb_load): ... this. Move further below and add comment.
4966 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
4967
4968 2017-10-12 Pedro Alves <palves@redhat.com>
4969
4970 * gdb.base/attach.exp: Remove references to gdb64.
4971 * gdb.base/dbx.exp: Remove references to gdb64.
4972
4973 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4974 Pedro Alves <palves@redhat.com>
4975
4976 * gdb.base/label.exp: Remove is_remote target check.
4977
4978 2017-10-12 Pedro Alves <palves@redhat.com>
4979
4980 * gdb.base/auvx.exp (coredir): Update comment.
4981 (top level) <core_works>: Use "set cwd" command instead of "cd"
4982 command.
4983
4984 2017-10-12 Pedro Alves <palves@redhat.com>
4985 Simon Marchi <simon.marchi@polymtl.ca>
4986
4987 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
4988 target boards.
4989
4990 2017-10-12 Pedro Alves <palves@redhat.com>
4991 Simon Marchi <simon.marchi@polymtl.ca>
4992
4993 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
4994 Instead skip if there's any gdb_protocol set.
4995
4996 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
4997 Pedro Alves <palves@redhat.com>
4998
4999 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
5000
5001 2017-10-12 Pedro Alves <palves@redhat.com>
5002 Simon Marchi <simon.marchi@polymtl.ca>
5003
5004 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
5005 instead of on dejagnu remote boards.
5006
5007 2017-10-12 Pedro Alves <palves@redhat.com>
5008 Simon Marchi <simon.marchi@polymtl.ca>
5009
5010 * gdb.base/inferior-died.exp: Remove is_remote and isnative
5011 checks. Use build_executable + clean_restart instead of
5012 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
5013 of enabling non-stop after starting gdb.
5014
5015 2017-10-12 Pedro Alves <palves@redhat.com>
5016
5017 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
5018 * gdb.threads/non-ldr-exc-2.exp: Ditto.
5019 * gdb.threads/non-ldr-exc-3.exp: Ditto.
5020 * gdb.threads/non-ldr-exc-4.exp: Ditto.
5021
5022 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
5023
5024 * gdb.arch/arc-tdesc-cpu.exp: New file.
5025 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
5026
5027 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
5028
5029 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
5030
5031 2017-10-10 Pedro Alves <palves@redhat.com>
5032
5033 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
5034 expect CLI output.
5035
5036 2017-10-10 Pedro Alves <palves@redhat.com>
5037
5038 * lib/selftest-support.exp (selftest_setup): Update for
5039 captured_command_loop's prototype change.
5040
5041 2017-10-09 Pedro Alves <palves@redhat.com>
5042
5043 Test both arch1=>arch2 and arch2=>arch1.
5044
5045 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
5046 (srcfile2, binfile2, march1, march2): Remove globals. Largely
5047 factored out to...
5048 (append_arch1_options, append_arch2_options, append_arch_options)
5049 (build_executables): New procedures.
5050 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
5051 local.
5052 (top level): Add new 'first_arch' testing axis.
5053
5054 2017-10-09 Pedro Alves <palves@redhat.com>
5055
5056 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
5057 (barrier): New.
5058 (thread_start, all_started): New functions.
5059 (main): Spawn new thread and wait until it is scheduled.
5060 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
5061 option.
5062 (do_test): Add 'selected_thread' parameter. Run to all_started
5063 instead of main. Explicitly set the breakpoint at main. Switch
5064 to the SELECTED_THREAD thread.
5065 (top level): Test handling the exec event with either the main
5066 thread or the second thread selected.
5067
5068 2017-10-09 Pedro Alves <palves@redhat.com>
5069
5070 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
5071 logic. Move STOP marker after the value checks.
5072 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
5073 regexp.
5074
5075 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
5076
5077 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
5078
5079 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5080
5081 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
5082 integer-to-dfp conversion.
5083 * gdb.base/dfp-test.exp: Likewise.
5084
5085 2017-10-04 Pedro Alves <palves@redhat.com>
5086
5087 * gdb.multi/hangout.c: Include <unistd.h>.
5088 (hangout_loop): New function.
5089 (main): Call alarm. Call hangout_loop in a loop.
5090 * gdb.multi/hello.c: Include <unistd.h>.
5091 (hello_loop): New function.
5092 (main): Call alarm. Call hangout_loop in a loop.
5093 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
5094 inferior with the other selected.
5095
5096 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
5097
5098 * gdb.mi/list-thread-groups-available.exp: New file.
5099 * gdb.mi/list-thread-groups-available.c: New file.
5100
5101 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5102
5103 * gdb.base/set-cwd.exp: Make it available on
5104 native-extended-gdbserver.
5105
5106 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
5107
5108 * gdb.base/set-cwd.c: New file.
5109 * gdb.base/set-cwd.exp: Likewise.
5110
5111 2017-10-02 Tom Tromey <tom@tromey.com>
5112
5113 PR rust/22236:
5114 * gdb.rust/simple.rs (main): New variable "fslice".
5115 * gdb.rust/simple.exp: Add slice tests. Update string tests.
5116
5117 2017-10-02 Tom Tromey <tom@tromey.com>
5118
5119 * gdb.rust/simple.exp: Test ptype of a slice.
5120
5121 2017-10-02 Tom Tromey <tom@tromey.com>
5122
5123 * gdb.rust/simple.exp: Test index of slice.
5124
5125 2017-09-27 Tom Tromey <tom@tromey.com>
5126
5127 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
5128
5129 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
5130 Pedro Alves <palves@redhat.com>
5131
5132 * gdb.base/compare-sections.exp (get value of read-only section): Read
5133 as unsigned value.
5134 (corrupt read-only section): Likewise and don't set written if patching
5135 failed.
5136
5137 2017-09-21 Kevin Buettner <kevinb@redhat.com>
5138
5139 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
5140 files.
5141
5142 2017-09-20 Pedro Alves <palves@redhat.com>
5143
5144 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
5145 symbol names in gdb's output.
5146 * gdb.cp/overload.exp ("list all overloads"): Likewise.
5147
5148 2017-09-20 Pedro Alves <palves@redhat.com>
5149
5150 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
5151 Rename to ...
5152 (test_list_ambiguous_symbol): ... this and add a symbol name
5153 parameter. Adjust.
5154 (test_list_ambiguous_function): Reimplement on top of
5155 test_list_ambiguous_symbol and also test listing ambiguous
5156 variables.
5157 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
5158 (ambiguous_fun): ... this.
5159 (ambiguous_var): New.
5160 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
5161 (ambiguous_fun): ... this.
5162 (ambiguous_var): New.
5163
5164 2017-09-19 John Baldwin <jhb@FreeBSD.org>
5165
5166 * gdb.base/starti.c: New file.
5167 * gdb.base/starti.exp: New file.
5168 * lib/gdb.exp (gdb_starti_cmd): New procedure.
5169
5170 2017-09-14 Pedro Alves <palves@redhat.com>
5171
5172 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
5173 (top level): Use it instead of runto.
5174
5175 2017-09-11 Tom Tromey <tom@tromey.com>
5176
5177 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
5178
5179 2017-09-11 Tom Tromey <tom@tromey.com>
5180
5181 * gdb.python/py-infthread.exp: Add tests for new_thread event.
5182 * gdb.python/py-inferior.exp: Add tests for new inferior events.
5183
5184 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5185
5186 * gdb.fortran/printing-types.exp: New file.
5187 * gdb.fortran/printing-types.exp: New file.
5188
5189 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5190
5191 * gdb.fortran/vla-ptype.exp: Fix typos.
5192 * gdb.fortran/vla-value.exp: Same.
5193
5194 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
5195
5196 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
5197 * gdb.mi/mi-var-child-f.exp: Likewise.
5198 * gdb.mi/mi-vla-fortran.exp: Likewise.
5199
5200 2017-09-08 Frank Penczek <frank.penczek@intel.com>
5201 Christoph Weinmann <christoph.t.weinmann@intel.com>
5202 Bernhard Heckel <bernhard.heckel@intel.com>
5203
5204 * gdb.fortran/ptr-indentation.f90: New file.
5205 * gdb.fortran/ptr-indentation.exp: New file.
5206
5207 2017-09-05 Tom Tromey <tom@tromey.com>
5208
5209 PR gdb/22010:
5210 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5211
5212 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
5213
5214 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
5215
5216 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5217
5218 * gdb.threads/tls-nodebug-pie.c: New file.
5219 * gdb.threads/tls-nodebug-pie.exp: New file.
5220
5221 2017-09-05 Tom Tromey <tom@tromey.com>
5222
5223 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
5224 for rust.
5225
5226 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5227
5228 * gdb.multi/multi-arch-exec.exp: Test with different
5229 "follow-exec-mode" settings.
5230 (do_test): New procedure.
5231
5232 2017-09-04 Pedro Alves <palves@redhat.com>
5233
5234 * gdb.base/func-static.c (S::method const, S::method volatile)
5235 (S::method volatile const): New methods.
5236 (c_s, v_s, cv_s): New instances.
5237 (main): Call method() on them.
5238 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
5239 (cannot_resolve): New procedure.
5240 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
5241 print-quote-unquoted columns.
5242 (do_test): Test printing each scope too.
5243
5244 2017-09-04 Pedro Alves <palves@redhat.com>
5245
5246 * gdb.base/local-static.exp: Also test with
5247 class::method::variable wholly quoted.
5248 * gdb.cp/m-static.exp (class::method::variable): Remove test.
5249
5250 2017-09-04 Pedro Alves <palves@redhat.com>
5251
5252 * gdb.base/local-static.c: New.
5253 * gdb.base/local-static.cc: New.
5254 * gdb.base/local-static.exp: New.
5255
5256 2017-09-04 Pedro Alves <palves@redhat.com>
5257
5258 * gdb.asm/asm-source.exp: Add casts to int.
5259 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
5260 (dataglobal64_1, dataglobal64_2): New globals.
5261 * gdb.base/nodebug.exp: Test different expressions involving the
5262 new globals, with print, whatis and ptype. Add casts to int.
5263 * gdb.base/solib-display.exp: Add casts to int.
5264 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
5265 * gdb.cp/m-static.exp: Add cast to int.
5266 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
5267 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
5268 tls variable with no debug info without a cast. Test with a cast
5269 to int too.
5270 * gdb.trace/entry-values.exp: Add casts.
5271
5272 2017-09-04 Pedro Alves <palves@redhat.com>
5273
5274 * gdb.base/nodebug.exp: Test that ptype's error about functions
5275 with unknown return type includes the function name too.
5276
5277 2017-09-04 Pedro Alves <palves@redhat.com>
5278
5279 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
5280 return type of munmap in infcall.
5281 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
5282 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
5283 type of ftell in infcall.
5284 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
5285 type of getpid in infcall.
5286 * gdb.base/infcall-exec.exp: Cast return type of execlp in
5287 infcall.
5288 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
5289 Bail on failure to extract the pid.
5290 * gdb.base/nodebug.c: #include <stdint.h>.
5291 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
5292 New functions.
5293 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
5294 Change expected output of print/whatis/ptype with functions with
5295 no debug info. Test all supported languages. Call
5296 test_call_promotion.
5297 * gdb.compile/compile.exp: Adjust expected output to expect
5298 warning.
5299 * gdb.threads/siginfo-threads.exp: Likewise.
5300
5301 2017-09-04 Pedro Alves <palves@redhat.com>
5302
5303 * gdb.base/callfuncs.exp (do_function_calls): New parameter
5304 "prototypes". Test calling float functions via prototyped and
5305 unprototyped function pointers.
5306 (perform_all_tests): New parameter "prototypes". Pass it down.
5307 (top level): Pass down "prototypes" parameter to
5308 perform_all_tests.
5309
5310 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5311
5312 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
5313 Test with nested loops.
5314
5315 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5316
5317 * gdb.base/commands.exp: Call the new procedures.
5318 (loop_break_test, loop_continue_test): New procedures.
5319
5320 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
5321
5322 * gdb.base/commands.exp: Call new procedure.
5323 (define_if_without_arg_test): New procedure.
5324
5325 2017-09-04 Pedro Alves <palves@redhat.com>
5326
5327 * gdb.base/list-ambiguous.exp: New file.
5328 * gdb.base/list-ambiguous0.c: New file.
5329 * gdb.base/list-ambiguous1.c: New file.
5330 * gdb.base/list.exp (test_list_range): Adjust expected output.
5331
5332 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
5333
5334 * gdb.base/share-env-with-gdbserver.c: New file.
5335 * gdb.base/share-env-with-gdbserver.exp: Likewise.
5336
5337 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5338
5339 * gdb.base/commands.exp (gdbvar_simple_if_test,
5340 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
5341 progvar_simple_if_test, progvar_simple_while_test,
5342 progvar_complex_if_while_test, user_defined_command_test,
5343 user_defined_command_args_eval,
5344 user_defined_command_args_stack_test,
5345 user_defined_command_manyargs_test, bp_deleted_in_command_test,
5346 temporary_breakpoint_commands,
5347 gdb_test_no_prompt, redefine_hook_test,
5348 redefine_backtrace_test): Remove "global gdb_prompt".
5349
5350 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
5351
5352 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
5353 New proc, call it from toplevel.
5354
5355 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
5356
5357 PR remote/21852
5358 * gdb.server/normal.c: New file, copied from gdb.base.
5359 * gdb.server/run-without-local-binary.exp: New file.
5360
5361 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
5362
5363 * gdb.arch/sparc64-adi.exp: New file.
5364 * gdb.arch/sparc64-adi.c: New file.
5365
5366 2017-08-22 Pedro Alves <palves@redhat.com>
5367
5368 * gdb.cp/overload.exp (line_range_pattern): New procedure.
5369 (top level): Add "list all overloads" tests.
5370
5371 2017-08-22 Tom Tromey <tom@tromey.com>
5372
5373 * gdb.gdb/xfullpath.exp: Remove.
5374
5375 2017-08-21 Pedro Alves <palves@redhat.com>
5376
5377 PR gdb/19487
5378 * gdb.base/symbol-alias.c: New.
5379 * gdb.base/symbol-alias2.c: New.
5380 * gdb.base/symbol-alias.exp: New.
5381
5382 2017-08-21 Pedro Alves <palves@redhat.com>
5383
5384 * gdb.base/dfp-test.c
5385 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
5386 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
5387 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
5388 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
5389 * gdb.base/whatis-ptype-typedefs.c: New.
5390 * gdb.base/whatis-ptype-typedefs.exp: New.
5391 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
5392 (an_int, an_int_type, an_int_type2): New globals.
5393 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
5394 involving typedefs and cast expressions.
5395 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
5396 (lookup_typedefs_function): New.
5397 (typedefs_pretty_printers_dict): New.
5398 (top level): Register lookup_typedefs_function in
5399 gdb.pretty_printers.
5400
5401 2017-08-18 Yao Qi <yao.qi@linaro.org>
5402
5403 * gdb.server/unittest.exp: New.
5404
5405 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
5406
5407 PR gdb/21954
5408 * gdb.base/environ.exp: Add test to check if 'unset environment'
5409 works.
5410
5411 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5412
5413 * lib/gdb.exp (universal_compile_options): New caching proc.
5414 (gdb_compile): Suppress GCC's coloring of messages.
5415
5416 2017-08-14 Tom Tromey <tom@tromey.com>
5417
5418 PR gdb/21675:
5419 * gdb.base/printcmds.exp (test_radices): New function.
5420 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
5421 * gdb.base/sizeof.exp (check_valueof): Use p/d.
5422 * lib/gdb.exp (get_integer_valueof): Use p/d.
5423
5424 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
5425
5426 * lib/gdb.exp (get_valueof): Don't capture end-of-line
5427 characters.
5428
5429 2017-08-05 Tom Tromey <tom@tromey.com>
5430
5431 * gdb.rust/simple.exp: Allow String to appear in a different
5432 namespace.
5433
5434 2017-07-26 Yao Qi <yao.qi@linaro.org>
5435
5436 * gdb.gdb/unittest.exp: Invoke command
5437 "maintenance check xml-descriptions".
5438
5439 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5440
5441 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
5442 calling context.
5443 (hex128): Drop erroneous calculation of parameters.
5444
5445 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
5446
5447 * gdb.python/py-unwind.exp: Disable stack protection when
5448 building test file.
5449
5450 2017-07-20 Pedro Alves <palves@redhat.com>
5451
5452 * gdb.base/default.exp (set language): Adjust expected output.
5453
5454 2017-07-20 Pedro Alves <palves@redhat.com>
5455
5456 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
5457 (test_minsym): ... this, and make static.
5458 (get_pck__foo__bar__minsym): Rename to ...
5459 (get_test_minsym): ... this.
5460 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
5461 symbol names and comments.
5462 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
5463 (get_test_minsym): ... this.
5464 (pck__foo__bar__minsym__2): Rename to ...
5465 (test_minsym): ... this.
5466 (main): Adjust.
5467
5468 2017-07-17 Pedro Alves <palves@redhat.com>
5469
5470 * gdb.base/completion.exp: Adjust expected output.
5471 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
5472 the completer works.
5473
5474 2017-07-17 Pedro Alves <palves@redhat.com>
5475
5476 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
5477
5478 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
5479
5480 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
5481
5482 2017-07-14 Tom Tromey <tom@tromey.com>
5483
5484 PR rust/21764:
5485 * gdb.rust/simple.exp: Add tests.
5486
5487 2017-07-14 Tom Tromey <tom@tromey.com>
5488
5489 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
5490
5491 2017-07-14 Pedro Alves <palves@redhat.com>
5492
5493 * gdb.linespec/base/one/thefile.cc (z1): New function.
5494 * gdb.linespec/base/two/thefile.cc (z2): New function.
5495 * gdb.linespec/linespec.exp: Add tests.
5496
5497 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5498
5499 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
5500 to mi_create_breakpoint.
5501
5502 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
5503
5504 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
5505 mi_create_breakpoint.
5506
5507 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
5508
5509 * gdb.dlang/demangle.exp: Update for demangling changes.
5510
5511 2017-07-09 Tom Tromey <tom@tromey.com>
5512
5513 * gdb.dwarf2/shortpiece.exp: New file.
5514
5515 2017-07-06 David Blaikie <dblaikie@gmail.com>
5516
5517 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
5518 built from fissiont-multi-cu{1,2}.c.
5519 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
5520 except putting 'main' and 'func' in separate CUs in the same DWO file.
5521 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
5522 test.
5523 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
5524 test.
5525
5526 2017-07-06 Pedro Alves <palves@redhat.com>
5527
5528 * gdb.python/py-unwind.exp: Test flushregs.
5529
5530 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5531
5532 PR cli/21688
5533 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
5534 tests for alias commands and trailing whitespace.
5535
5536 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
5537
5538 PR cli/21688
5539 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
5540 procedure. Call it.
5541
5542 2017-06-29 Pedro Alves <palves@redhat.com>
5543
5544 * gdb.base/printcmds.exp: Add tests.
5545
5546 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
5547
5548 PR gdb/21337
5549 * gdb.base/reread-readsym.exp: New file.
5550 * gdb.base/reread-readsym.c: New file.
5551
5552 2017-06-21 Kevin Buettner <kevinb@redhat.com>
5553
5554 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
5555 subpattern.
5556
5557 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
5558
5559 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
5560 extended mnemonic.
5561 * gdb.arch/powerpc-power9.s: Likewise.
5562
5563 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
5564
5565 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
5566 on 32-bit x86 targets. Exploit is_*_target macros where
5567 appropriate.
5568
5569 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5570
5571 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
5572 register pieces.
5573
5574 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5575
5576 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
5577 located in one or more DWARF pieces.
5578
5579 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5580
5581 * lib/gdb.exp (get_endianness): New proc.
5582 * gdb.arch/aarch64-fp.exp: Use it.
5583 * gdb.arch/altivec-regs.exp: Likewise.
5584 * gdb.arch/e500-regs.exp: Likewise.
5585 * gdb.arch/vsx-regs.exp: Likewise.
5586 * gdb.base/dump.exp: Likewise.
5587 * gdb.base/funcargs.exp: Likewise.
5588 * gdb.base/gnu_vector.exp: Likewise.
5589 * gdb.dwarf2/formdata16.exp: Likewise.
5590 * gdb.dwarf2/implptrpiece.exp: Likewise.
5591 * gdb.dwarf2/nonvar-access.exp: Likewise.
5592 * gdb.python/py-inferior.exp: Likewise.
5593 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5594
5595 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5596
5597 PR gdb/21226
5598 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
5599 stack value pieces are taken from the LSB end.
5600
5601 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5602
5603 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
5604 variable at nonzero offset.
5605
5606 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5607
5608 * gdb.dwarf2/var-access.c: New file.
5609 * gdb.dwarf2/var-access.exp: New test.
5610 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
5611
5612 2017-06-12 Tom Tromey <tom@tromey.com>
5613
5614 * gdb.dwarf2/formdata16.exp: Add tests.
5615
5616 2017-06-12 Tom Tromey <tom@tromey.com>
5617
5618 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
5619
5620 2017-06-12 Tom Tromey <tom@tromey.com>
5621
5622 PR exp/16225:
5623 * gdb.reverse/i386-sse-reverse.exp: Update tests.
5624 * gdb.arch/vsx-regs.exp: Update tests.
5625 * gdb.arch/s390-vregs.exp (hex128): New proc.
5626 Update test.
5627 * gdb.arch/altivec-regs.exp: Update tests.
5628
5629 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5630
5631 * gdb.base/startup-with-shell.c: New file.
5632 * gdb.base/startup-with-shell.exp: Likewise.
5633
5634 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
5635
5636 * gdb.server/non-existing-program.exp: Update regex in order to
5637 reflect the fact that gdbserver is now using fork_inferior (with a
5638 shell) to startup the inferior.
5639
5640 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
5641
5642 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
5643 support function calls from GDB.
5644
5645 2017-05-21 Tom Tromey <tom@tromey.com>
5646
5647 PR rust/21466:
5648 * gdb.rust/unsized.exp: New file.
5649 * gdb.rust/unsized.rs: New file.
5650
5651 2017-05-19 Tom Tromey <tom@tromey.com>
5652
5653 PR rust/21484:
5654 * gdb.rust/watch.exp: New file.
5655 * gdb.rust/watch.rs: New file.
5656
5657 2017-05-18 Tom Tromey <tom@tromey.com>
5658
5659 * gdb.rust/simple.exp: Allow Box to be qualified.
5660
5661 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
5662
5663 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
5664
5665 2017-05-18 Pedro Alves <palves@redhat.com>
5666
5667 * gdb.base/fileio.c (test_write, test_read, test_close)
5668 (test_fstat): Don't print 'ret' in the fail path.
5669
5670 2017-05-18 Pedro Alves <palves@redhat.com>
5671
5672 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
5673 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
5674 (test_system, test_rename, test_unlink, test_time): Change
5675 prototypes.
5676 * gdb.base/fileio.exp (stop_msg): Adjust.
5677
5678 2017-05-18 Pedro Alves <palves@redhat.com>
5679
5680 * gdb.base/fileio.c (null_str): New global.
5681 (test_stat): Use it.
5682 * gdb.base/fileio.exp: Remove nowarnings.
5683
5684 2017-05-17 Yao Qi <yao.qi@linaro.org>
5685
5686 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
5687
5688 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
5689
5690 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
5691 argument command.
5692 (top-level): Invoke test_set_inferior_tty.
5693
5694 2017-05-04 Pedro Alves <palves@redhat.com>
5695
5696 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
5697 Add parens to print call for Python 3.
5698
5699 2017-05-03 Keith Seitz <keiths@redhat.com>
5700
5701 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
5702 (main): Call it.
5703
5704 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5705
5706 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
5707 to prev and next.
5708
5709 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5710
5711 * gdb.python/py-record-btrace.exp: Remove test for
5712 gdb.BtraceInstruction.error.
5713
5714 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5715
5716 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
5717
5718 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
5719
5720 * gdb.python/py-record-btrace-threads.c: New file.
5721 * gdb.python/py-record-btrace-threads.exp: New file.
5722
5723 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
5724
5725 PR testsuite/8595
5726 * gdb.base/environ.exp: Make test available in all architectures.
5727 Move bits related to "info program" testing to
5728 gdb.base/info-program.exp. Rewrite tests to use the two new
5729 procedures mentione below.
5730 (test_set_show_env_var) New procedure.
5731 (test_set_show_env_var_equal): Likewise.
5732 * gdb.base/info-program.exp: New file.
5733
5734 2017-04-27 Keith Seitz <keiths@redhat.com>
5735
5736 * gdb.cp/oranking.cc (test15): New function.
5737 (main): Call test15 and declare additional variables for testing.
5738 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
5739 "p foo101('abc')" tests.
5740 Add tests for cv qualifier overloads.
5741 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
5742 "lvalue reference overload" test.
5743 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
5744 "print value of f1 on Child&& in f2" test.
5745
5746 2017-04-19 Pedro Alves <palves@redhat.com>
5747
5748 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
5749 procedure.
5750 (top level): Call it.
5751 * lib/gdb.exp (gdb_define_cmd): New procedure.
5752
5753 2017-04-12 Pedro Alves <palves@redhat.com>
5754
5755 PR gdb/21323
5756 * gdb.cp/wide_char_types.c: Include <wchar.h>.
5757 (wchar): New global.
5758 * gdb.cp/wide_char_types.exp (wide_char_types_program)
5759 (do_test_wide_char, wide_char_types_no_program, top level): Add
5760 wchar_t testing.
5761
5762 2017-04-12 Pedro Alves <palves@redhat.com>
5763
5764 PR c++/21323
5765 * gdb.cp/wide_char_types.c: New file.
5766 * gdb.cp/wide_char_types.exp: New file.
5767
5768 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
5769
5770 PR gdb/21352
5771 * gdb.trace/tsv.exp: Add test for "tsave -r".
5772
5773 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
5774
5775 * gdb.dlang/watch-loc.c: New file.
5776 * gdb.dlang/watch-loc.exp: New file.
5777
5778 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5779
5780 * gdb.python/py-section-script.exp (sepdebug): New testcases.
5781
5782 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5783
5784 * gdb.arch/arc-analyze-prologue.S: New file.
5785 * gdb.arch/arc-analyze-prologue.exp: Likewise.
5786
5787 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
5788
5789 * gdb.arch/arc-decode-insn.S: New file.
5790 * gdb.arch/arc-decode-insn.exp: Likewise.
5791
5792 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
5793
5794 PR tdep/20928
5795 * gdb.arch/sparc64-regs.exp: New file.
5796 * gdb.arch/sparc64-regs.S: Likewise.
5797
5798 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
5799
5800 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
5801 and memory view on Python 3.
5802
5803 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
5804 Keith Seitz <keiths@redhat.com>
5805
5806 PR gdb/14441
5807 * gdb.cp/demangle.exp: Add rvalue reference tests.
5808 * gdb.cp/rvalue-ref-casts.cc: New file.
5809 * gdb.cp/rvalue-ref-casts.exp: New file.
5810 * gdb.cp/rvalue-ref-overload.cc: New file.
5811 * gdb.cp/rvalue-ref-overload.exp: New file.
5812 * gdb.cp/rvalue-ref-params.cc: New file.
5813 * gdb.cp/rvalue-ref-params.exp: New file.
5814 * gdb.cp/rvalue-ref-sizeof.cc: New file.
5815 * gdb.cp/rvalue-ref-sizeof.exp: New file.
5816 * gdb.cp/rvalue-ref-types.cc: New file.
5817 * gdb.cp/rvalue-ref-types.exp: New file.
5818 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
5819 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
5820
5821 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5822
5823 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
5824 New procedure.
5825
5826 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
5827
5828 * lib/mi-support.exp (mi_gdb_test): Add additional message
5829 for unexpected output.
5830
5831 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
5832
5833 * gdb.base/examine-backward.c (Barrier): New character array
5834 constant, to ensure that TestStrings is preceded by a string
5835 terminator.
5836
5837 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5838
5839 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
5840 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
5841 and implicit pointer into such a location.
5842
5843 2017-03-16 Doug Evans <dje@google.com>
5844
5845 * gdb.python/py-lazy-string (pointer): Really add new typedef.
5846
5847 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
5848
5849 * gdb.cp/m-static.exp: Fix expectation for prototype of
5850 test5.single_constructor and single_constructor::single_constructor.
5851
5852 2017-03-16 Doug Evans <dje@google.com>
5853
5854 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
5855 * gdb.guile/scm-lazy-string.c: New file.
5856 * gdb.guile/scm-value.exp: Move lazy string tests to ...
5857 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
5858 for pointer, array, typedef lazy strings.
5859
5860 2017-03-16 Doug Evans <dje@google.com>
5861
5862 PR python/17728, python/18439, python/18779
5863 * gdb.python/py-value.c (main) Delete locals sptr, sn.
5864 * gdb.python/py-lazy-string.c (pointer): New typedef.
5865 (main): New locals ptr, array, typedef_ptr.
5866 * gdb.python/py-value.exp: Move lazy string tests to ...
5867 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
5868 array, typedef lazy strings.
5869
5870 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
5871
5872 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
5873 Add optional 'test' parameter.
5874
5875 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5876
5877 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5878 Skip for versions of DejaGnu < 1.5.
5879
5880 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
5881
5882 * lib/gdb.exp (dejagnu_version): New proc.
5883 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
5884 Use dejagnu_version.
5885
5886 2017-03-10 Keith Seitz <keiths@redhat.com>
5887
5888 PR c++/8128
5889 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
5890 type from destructor regexps.
5891 Add a branch which actually passes the test.
5892 Adjust "ptype t5i" test names.
5893
5894 2017-03-08 Pedro Alves <palves@redhat.com>
5895
5896 * gdb.base/step-over-exit.exp: Add explicit test message.
5897
5898 2017-03-08 Pedro Alves <palves@redhat.com>
5899
5900 PR gdb/18360
5901 * gdb.threads/interrupt-while-step-over.c: New file.
5902 * gdb.threads/interrupt-while-step-over.exp: New file.
5903
5904 2017-03-08 Pedro Alves <palves@redhat.com>
5905
5906 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
5907 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5908
5909 2017-03-08 Pedro Alves <palves@redhat.com>
5910
5911 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
5912 PKRU as not supported as a PASS.
5913
5914 2017-03-08 Pedro Alves <palves@redhat.com>
5915
5916 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
5917 prefix instead of $binfile1/$binfile2.
5918 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
5919 in test message.
5920 * gdb.python/py-completion.exp: Use "load python file" as test
5921 messages instead of unstable path names.
5922
5923 2017-03-08 Pedro Alves <palves@redhat.com>
5924 Jan Kratochvil <jan.kratochvil@redhat.com>
5925
5926 PR cli/21218
5927 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
5928 New proc.
5929 (top level): Call it.
5930
5931 2017-03-08 Pedro Alves <palves@redhat.com>
5932
5933 PR tui/21216
5934 * gdb.tui/tui-nl-filtered-output.exp: New file.
5935
5936 2017-03-08 Pedro Alves <palves@redhat.com>
5937
5938 * gdb.base/completion.exp: Move TUI completion tests to ...
5939 * gdb.tui/completion.exp: ... this new file.
5940
5941 2017-03-08 Pedro Alves <palves@redhat.com>
5942
5943 * gdb.base/tui-disasm-long-lines.c,
5944 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
5945 gdb.base/tui-layout.exp: Move to ...
5946 * gdb.tui/: ... this new directory.
5947
5948 2017-03-07 Pedro Alves <palves@redhat.com>
5949
5950 * gdb.base/tui-layout.c: New file.
5951 * gdb.base/tui-layout.exp: New file.
5952
5953 2017-03-07 Pedro Alves <palves@redhat.com>
5954
5955 * gdb.base/tui-layout.c: Rename to ...
5956 * gdb.base/tui-disasm-long-lines.c: ... this.
5957 * gdb.base/tui-layout.exp: Rename to ...
5958 * gdb.base/tui-disasm-long-lines.exp: ... this.
5959
5960 2017-03-07 Pedro Alves <palves@redhat.com>
5961
5962 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
5963
5964 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
5965
5966 * i386-mpx-call.c: New file.
5967 * i386-mpx-call.exp: New file.
5968
5969 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
5970
5971 * gdb.arch/powerpc-power.exp: Delete test.
5972 * gdb.arch/powerpc-power.s: Likewise.
5973 * gdb.disasm/disassembler-options.exp: New test.
5974 * gdb.arch/powerpc-altivec.exp: Likewise.
5975 * gdb.arch/powerpc-altivec.s: Likewise.
5976 * gdb.arch/powerpc-altivec2.exp: Likewise.
5977 * gdb.arch/powerpc-altivec2.s: Likewise.
5978 * gdb.arch/powerpc-altivec3.exp: Likewise.
5979 * gdb.arch/powerpc-altivec3.s: Likewise.
5980 * gdb.arch/powerpc-power7.exp: Likewise.
5981 * gdb.arch/powerpc-power7.s: Likewise.
5982 * gdb.arch/powerpc-power8.exp: Likewise.
5983 * gdb.arch/powerpc-power8.s: Likewise.
5984 * gdb.arch/powerpc-power9.exp: Likewise.
5985 * gdb.arch/powerpc-power9.s: Likewise.
5986 * gdb.arch/powerpc-vsx.exp: Likewise.
5987 * gdb.arch/powerpc-vsx.s: Likewise.
5988 * gdb.arch/powerpc-vsx2.exp: Likewise.
5989 * gdb.arch/powerpc-vsx2.s: Likewise.
5990 * gdb.arch/powerpc-vsx3.exp: Likewise.
5991 * gdb.arch/powerpc-vsx3.s: Likewise.
5992 * gdb.arch/arm-disassembler-options.exp: Likewise.
5993 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
5994 * gdb.arch/s390-disassembler-options.exp: Likewise.
5995
5996 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
5997
5998 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
5999 (check_supported_features): ... this. Changed return type to void.
6000 (supports_rdseed): New static global.
6001 (rdseed): Check supports_rdseed.
6002 (initialize): Call check_supported_features.
6003
6004 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6005
6006 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
6007 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
6008 and lqarx/stqcx.
6009 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
6010 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
6011
6012 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6013
6014 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
6015 uppercase.
6016
6017 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6018
6019 * gdb.dwarf2/formdata16.c: New file.
6020 * gdb.dwarf2/formdata16.exp: New file.
6021 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
6022
6023 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6024
6025 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
6026 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
6027 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
6028 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
6029 DW_AT_GNU_*.
6030
6031 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6032
6033 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
6034
6035 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
6036
6037 PR gdb/21164
6038 * gdb.base/maint.exp: Add testcases for when the commands do
6039 not have arguments.
6040
6041 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
6042
6043 * gdb.cp/chained-calls.exp: Use p instead of P.
6044
6045 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
6046
6047 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
6048 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
6049
6050 2017-02-14 Tom Tromey <tom@tromey.com>
6051
6052 PR python/13598:
6053 * gdb.python/py-events.exp: Add before_prompt event tests.
6054
6055 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6056
6057 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
6058
6059 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6060
6061 * gdb.linespec/explicit.c (my_unique_function_name): New function.
6062 (main): Call my_unique_function_name.
6063 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
6064 completion of patterns with a single match.
6065 Add missing -re switches to gdb_test_multiple calls.
6066
6067 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
6068
6069 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
6070 return if core file is not recognized.
6071
6072 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6073
6074 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
6075 and extra UIs.
6076
6077 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
6078
6079 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
6080 proc_with_prefix.
6081
6082 2017-02-10 Tom Tromey <tom@tromey.com>
6083
6084 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
6085
6086 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
6087
6088 PR gdb/21122
6089 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
6090
6091 2017-02-08 Jerome Guitton <guitton@adacore.com>
6092
6093 * gdb.base/define.exp: Add test for command abbreviations
6094 in define.
6095
6096 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
6097
6098 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
6099 * gdb.reverse/insn-reverse-x86.c: New file.
6100
6101 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
6102
6103 PR tdep/20936
6104 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
6105
6106 2017-02-03 Tom Tromey <tom@tromey.com>
6107
6108 PR rust/21097:
6109 * gdb.rust/simple.exp: Add new tests.
6110
6111 2017-02-02 Pedro Alves <palves@redhat.com>
6112
6113 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
6114 tests.
6115
6116 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
6117
6118 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
6119 taking a 2-byte value out of a 4-byte DWARF implicit value on
6120 big-endian targets.
6121 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
6122 logic. Add test cases for DW_OP_implicit.
6123
6124 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6125
6126 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
6127
6128 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6129
6130 * gdb.btrace/enable.exp: Call gdb_exit before
6131 skip_gdbserver_tests.
6132
6133 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6134
6135 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
6136 GDBFLAGS.
6137
6138 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6139
6140 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
6141 the test is skipped.
6142 * gdb.btrace/data.exp: Likewise.
6143 * gdb.btrace/delta.exp: Likewise.
6144 * gdb.btrace/dlopen.exp: Likewise.
6145 * gdb.btrace/enable-running.exp: Likewise.
6146 * gdb.btrace/enable.exp: Likewise.
6147 * gdb.btrace/exception.exp: Likewise.
6148 * gdb.btrace/function_call_history.exp: Likewise.
6149 * gdb.btrace/gcore.exp: Likewise.
6150 * gdb.btrace/instruction_history.exp: Likewise.
6151 * gdb.btrace/multi-thread-step.exp: Likewise.
6152 * gdb.btrace/nohist.exp: Likewise.
6153 * gdb.btrace/non-stop.exp: Likewise.
6154 * gdb.btrace/reconnect.exp: Likewise.
6155 * gdb.btrace/record_goto-step.exp: Likewise.
6156 * gdb.btrace/record_goto.exp: Likewise.
6157 * gdb.btrace/rn-dl-bind.exp: Likewise.
6158 * gdb.btrace/segv.exp: Likewise.
6159 * gdb.btrace/step.exp: Likewise.
6160 * gdb.btrace/stepi.exp: Likewise.
6161 * gdb.btrace/tailcall-only.exp: Likewise.
6162 * gdb.btrace/tailcall.exp: Likewise.
6163 * gdb.btrace/tsx.exp: Likewise.
6164 * gdb.btrace/unknown_functions.exp: Likewise.
6165 * gdb.btrace/vdso.exp: Likewise.
6166
6167 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
6168
6169 * gdb.btrace/enable-running.c: New.
6170 * gdb.btrace/enable-running.exp: New.
6171
6172 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6173
6174 * gdb.arch/amd64-gs_base.c: New file.
6175 * gdb.arch/amd64-gs_base.exp: New file.
6176
6177 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6178
6179 * lib/memory.exp: Remove spurious empty newlines.
6180
6181 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
6182
6183 * gdb.python/py-bad-printers.exp: Load python file using "source".
6184 * gdb.python/py-events.exp: Likewise.
6185 * gdb.python/py-evsignal.exp: Likewise.
6186 * gdb.python/py-evthreads.exp: Likewise.
6187 * gdb.python/py-frame-args.exp: Likewise.
6188 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
6189 * gdb.python/py-framefilter-mi.exp: Likewise.
6190 * gdb.python/py-framefilter.exp: Likewise.
6191 * gdb.python/py-mi.exp: Likewise.
6192 * gdb.python/py-pp-maint.exp: Likewise.
6193 * gdb.python/py-pp-registration.exp: Likewise.
6194 * gdb.python/py-prettyprint.exp: Likewise.
6195 (run_lang_tests): Likewise.
6196 * gdb.python/py-typeprint.exp: Likewise.
6197
6198 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6199
6200 * lib/memory.exp: New file.
6201 * lib/gdb.exp: Load memory.exp.
6202 * gdb.base/memattr.exp (delete_memory): Move proc to
6203 lib/memory.exp and rename to delete_memory_regions.
6204 Replace delete_memory with delete_memory_regions.
6205 Cleanup memory regions before tests.
6206 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
6207 before tests.
6208
6209 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
6210
6211 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
6212 files.
6213 (initialize): New function conditionally defined.
6214 (testcases): Move within conditional block.
6215 (main): Call initialize.
6216 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
6217 of gdb.reverse/insn-reverse.c.
6218 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
6219 gdb.reverse/insn-reverse.c.
6220
6221 2017-01-26 Yao Qi <yao.qi@linaro.org>
6222
6223 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
6224 disassemble on address 0.
6225
6226 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
6227 Yao Qi <yao.qi@linaro.org>
6228
6229 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
6230 * gdb.dwarf2/implptr-64bit.S: Remove.
6231 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
6232 variables in caller's context. Add DW_OP_implicit_value.
6233
6234 2017-01-25 Yao Qi <yao.qi@linaro.org>
6235
6236 * lib/dwarf.exp (Dwarf::_location): Handle
6237 DW_OP_GNU_implicit_pointer with proper size.
6238
6239 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6240
6241 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
6242 and add untested calls.
6243
6244 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
6245
6246 * gdb.python/python.exp: Check line number against what GDB thinks
6247 the line number is for func1.
6248
6249 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
6250
6251 * gdb.dlang/debug-expr.exp: New file.
6252
6253 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
6254
6255 Fix test names for the following files:
6256
6257 * gdb.ada/exec_changed.exp
6258 * gdb.ada/info_types.exp
6259 * gdb.arch/aarch64-atomic-inst.exp
6260 * gdb.arch/aarch64-fp.exp
6261 * gdb.arch/altivec-abi.exp
6262 * gdb.arch/altivec-regs.exp
6263 * gdb.arch/amd64-byte.exp
6264 * gdb.arch/amd64-disp-step.exp
6265 * gdb.arch/amd64-dword.exp
6266 * gdb.arch/amd64-entry-value-inline.exp
6267 * gdb.arch/amd64-entry-value-param.exp
6268 * gdb.arch/amd64-entry-value-paramref.exp
6269 * gdb.arch/amd64-entry-value.exp
6270 * gdb.arch/amd64-i386-address.exp
6271 * gdb.arch/amd64-invalid-stack-middle.exp
6272 * gdb.arch/amd64-invalid-stack-top.exp
6273 * gdb.arch/amd64-optimout-repeat.exp
6274 * gdb.arch/amd64-prologue-skip.exp
6275 * gdb.arch/amd64-prologue-xmm.exp
6276 * gdb.arch/amd64-stap-special-operands.exp
6277 * gdb.arch/amd64-stap-wrong-subexp.exp
6278 * gdb.arch/amd64-tailcall-cxx.exp
6279 * gdb.arch/amd64-tailcall-noret.exp
6280 * gdb.arch/amd64-tailcall-ret.exp
6281 * gdb.arch/amd64-tailcall-self.exp
6282 * gdb.arch/amd64-word.exp
6283 * gdb.arch/arm-bl-branch-dest.exp
6284 * gdb.arch/arm-disp-step.exp
6285 * gdb.arch/arm-neon.exp
6286 * gdb.arch/arm-single-step-kernel-helper.exp
6287 * gdb.arch/avr-flash-qualifier.exp
6288 * gdb.arch/disp-step-insn-reloc.exp
6289 * gdb.arch/e500-abi.exp
6290 * gdb.arch/e500-regs.exp
6291 * gdb.arch/ftrace-insn-reloc.exp
6292 * gdb.arch/i386-avx512.exp
6293 * gdb.arch/i386-bp_permanent.exp
6294 * gdb.arch/i386-byte.exp
6295 * gdb.arch/i386-cfi-notcurrent.exp
6296 * gdb.arch/i386-disp-step.exp
6297 * gdb.arch/i386-dr3-watch.exp
6298 * gdb.arch/i386-float.exp
6299 * gdb.arch/i386-gnu-cfi.exp
6300 * gdb.arch/i386-mpx-map.exp
6301 * gdb.arch/i386-mpx-sigsegv.exp
6302 * gdb.arch/i386-mpx-simple_segv.exp
6303 * gdb.arch/i386-mpx.exp
6304 * gdb.arch/i386-permbkpt.exp
6305 * gdb.arch/i386-prologue.exp
6306 * gdb.arch/i386-signal.exp
6307 * gdb.arch/i386-size-overlap.exp
6308 * gdb.arch/i386-unwind.exp
6309 * gdb.arch/i386-word.exp
6310 * gdb.arch/mips-fcr.exp
6311 * gdb.arch/powerpc-d128-regs.exp
6312 * gdb.arch/powerpc-stackless.exp
6313 * gdb.arch/ppc64-atomic-inst.exp
6314 * gdb.arch/s390-stackless.exp
6315 * gdb.arch/s390-tdbregs.exp
6316 * gdb.arch/s390-vregs.exp
6317 * gdb.arch/sparc-sysstep.exp
6318 * gdb.arch/thumb-bx-pc.exp
6319 * gdb.arch/thumb-singlestep.exp
6320 * gdb.arch/thumb2-it.exp
6321 * gdb.arch/vsx-regs.exp
6322 * gdb.asm/asm-source.exp
6323 * gdb.base/a2-run.exp
6324 * gdb.base/advance.exp
6325 * gdb.base/all-bin.exp
6326 * gdb.base/anon.exp
6327 * gdb.base/args.exp
6328 * gdb.base/arithmet.exp
6329 * gdb.base/async-shell.exp
6330 * gdb.base/async.exp
6331 * gdb.base/attach-pie-noexec.exp
6332 * gdb.base/attach-twice.exp
6333 * gdb.base/auto-load.exp
6334 * gdb.base/bang.exp
6335 * gdb.base/bitfields.exp
6336 * gdb.base/break-always.exp
6337 * gdb.base/break-caller-line.exp
6338 * gdb.base/break-entry.exp
6339 * gdb.base/break-inline.exp
6340 * gdb.base/break-on-linker-gcd-function.exp
6341 * gdb.base/break-probes.exp
6342 * gdb.base/break.exp
6343 * gdb.base/breakpoint-shadow.exp
6344 * gdb.base/call-ar-st.exp
6345 * gdb.base/call-sc.exp
6346 * gdb.base/call-signal-resume.exp
6347 * gdb.base/call-strs.exp
6348 * gdb.base/callfuncs.exp
6349 * gdb.base/catch-fork-static.exp
6350 * gdb.base/catch-gdb-caused-signals.exp
6351 * gdb.base/catch-load.exp
6352 * gdb.base/catch-signal-fork.exp
6353 * gdb.base/catch-signal.exp
6354 * gdb.base/catch-syscall.exp
6355 * gdb.base/charset.exp
6356 * gdb.base/checkpoint.exp
6357 * gdb.base/chng-syms.exp
6358 * gdb.base/code-expr.exp
6359 * gdb.base/code_elim.exp
6360 * gdb.base/commands.exp
6361 * gdb.base/completion.exp
6362 * gdb.base/complex.exp
6363 * gdb.base/cond-expr.exp
6364 * gdb.base/condbreak.exp
6365 * gdb.base/consecutive.exp
6366 * gdb.base/continue-all-already-running.exp
6367 * gdb.base/coredump-filter.exp
6368 * gdb.base/corefile.exp
6369 * gdb.base/dbx.exp
6370 * gdb.base/debug-expr.exp
6371 * gdb.base/define.exp
6372 * gdb.base/del.exp
6373 * gdb.base/disabled-location.exp
6374 * gdb.base/disasm-end-cu.exp
6375 * gdb.base/disasm-optim.exp
6376 * gdb.base/display.exp
6377 * gdb.base/duplicate-bp.exp
6378 * gdb.base/ena-dis-br.exp
6379 * gdb.base/ending-run.exp
6380 * gdb.base/enumval.exp
6381 * gdb.base/environ.exp
6382 * gdb.base/eu-strip-infcall.exp
6383 * gdb.base/eval-avoid-side-effects.exp
6384 * gdb.base/eval-skip.exp
6385 * gdb.base/exitsignal.exp
6386 * gdb.base/expand-psymtabs.exp
6387 * gdb.base/filesym.exp
6388 * gdb.base/find-unmapped.exp
6389 * gdb.base/finish.exp
6390 * gdb.base/float.exp
6391 * gdb.base/foll-exec-mode.exp
6392 * gdb.base/foll-exec.exp
6393 * gdb.base/foll-fork.exp
6394 * gdb.base/fortran-sym-case.exp
6395 * gdb.base/freebpcmd.exp
6396 * gdb.base/func-ptr.exp
6397 * gdb.base/func-ptrs.exp
6398 * gdb.base/funcargs.exp
6399 * gdb.base/gcore-buffer-overflow.exp
6400 * gdb.base/gcore-relro-pie.exp
6401 * gdb.base/gcore-relro.exp
6402 * gdb.base/gcore.exp
6403 * gdb.base/gdb1090.exp
6404 * gdb.base/gdb11530.exp
6405 * gdb.base/gdb11531.exp
6406 * gdb.base/gdb1821.exp
6407 * gdb.base/gdbindex-stabs.exp
6408 * gdb.base/gdbvars.exp
6409 * gdb.base/hbreak.exp
6410 * gdb.base/hbreak2.exp
6411 * gdb.base/included.exp
6412 * gdb.base/infcall-input.exp
6413 * gdb.base/inferior-died.exp
6414 * gdb.base/infnan.exp
6415 * gdb.base/info-macros.exp
6416 * gdb.base/info-os.exp
6417 * gdb.base/info-proc.exp
6418 * gdb.base/info-shared.exp
6419 * gdb.base/info-target.exp
6420 * gdb.base/infoline.exp
6421 * gdb.base/interp.exp
6422 * gdb.base/interrupt.exp
6423 * gdb.base/jit-reader.exp
6424 * gdb.base/jit-simple.exp
6425 * gdb.base/kill-after-signal.exp
6426 * gdb.base/kill-detach-inferiors-cmd.exp
6427 * gdb.base/label.exp
6428 * gdb.base/langs.exp
6429 * gdb.base/ldbl_e308.exp
6430 * gdb.base/line-symtabs.exp
6431 * gdb.base/linespecs.exp
6432 * gdb.base/list.exp
6433 * gdb.base/long_long.exp
6434 * gdb.base/longest-types.exp
6435 * gdb.base/maint.exp
6436 * gdb.base/max-value-size.exp
6437 * gdb.base/memattr.exp
6438 * gdb.base/mips_pro.exp
6439 * gdb.base/morestack.exp
6440 * gdb.base/moribund-step.exp
6441 * gdb.base/multi-forks.exp
6442 * gdb.base/nested-addr.exp
6443 * gdb.base/nextoverexit.exp
6444 * gdb.base/noreturn-finish.exp
6445 * gdb.base/noreturn-return.exp
6446 * gdb.base/nostdlib.exp
6447 * gdb.base/offsets.exp
6448 * gdb.base/opaque.exp
6449 * gdb.base/pc-fp.exp
6450 * gdb.base/permissions.exp
6451 * gdb.base/print-symbol-loading.exp
6452 * gdb.base/prologue-include.exp
6453 * gdb.base/psymtab.exp
6454 * gdb.base/ptype.exp
6455 * gdb.base/random-signal.exp
6456 * gdb.base/randomize.exp
6457 * gdb.base/range-stepping.exp
6458 * gdb.base/readline-ask.exp
6459 * gdb.base/recpar.exp
6460 * gdb.base/recurse.exp
6461 * gdb.base/relational.exp
6462 * gdb.base/restore.exp
6463 * gdb.base/return-nodebug.exp
6464 * gdb.base/return.exp
6465 * gdb.base/run-after-attach.exp
6466 * gdb.base/save-bp.exp
6467 * gdb.base/scope.exp
6468 * gdb.base/sect-cmd.exp
6469 * gdb.base/set-lang-auto.exp
6470 * gdb.base/set-noassign.exp
6471 * gdb.base/setvar.exp
6472 * gdb.base/sigall.exp
6473 * gdb.base/sigbpt.exp
6474 * gdb.base/siginfo-addr.exp
6475 * gdb.base/siginfo-infcall.exp
6476 * gdb.base/siginfo-obj.exp
6477 * gdb.base/siginfo.exp
6478 * gdb.base/signals-state-child.exp
6479 * gdb.base/signest.exp
6480 * gdb.base/sigstep.exp
6481 * gdb.base/sizeof.exp
6482 * gdb.base/skip.exp
6483 * gdb.base/solib-corrupted.exp
6484 * gdb.base/solib-nodir.exp
6485 * gdb.base/solib-search.exp
6486 * gdb.base/stack-checking.exp
6487 * gdb.base/stale-infcall.exp
6488 * gdb.base/stap-probe.exp
6489 * gdb.base/start.exp
6490 * gdb.base/step-break.exp
6491 * gdb.base/step-bt.exp
6492 * gdb.base/step-line.exp
6493 * gdb.base/step-over-exit.exp
6494 * gdb.base/step-over-syscall.exp
6495 * gdb.base/step-resume-infcall.exp
6496 * gdb.base/step-test.exp
6497 * gdb.base/store.exp
6498 * gdb.base/structs3.exp
6499 * gdb.base/sym-file.exp
6500 * gdb.base/symbol-without-target_section.exp
6501 * gdb.base/term.exp
6502 * gdb.base/testenv.exp
6503 * gdb.base/ui-redirect.exp
6504 * gdb.base/until.exp
6505 * gdb.base/unwindonsignal.exp
6506 * gdb.base/value-double-free.exp
6507 * gdb.base/vla-datatypes.exp
6508 * gdb.base/vla-ptr.exp
6509 * gdb.base/vla-sideeffect.exp
6510 * gdb.base/volatile.exp
6511 * gdb.base/watch-cond-infcall.exp
6512 * gdb.base/watch-cond.exp
6513 * gdb.base/watch-non-mem.exp
6514 * gdb.base/watch-read.exp
6515 * gdb.base/watch-vfork.exp
6516 * gdb.base/watchpoint-cond-gone.exp
6517 * gdb.base/watchpoint-delete.exp
6518 * gdb.base/watchpoint-hw-hit-once.exp
6519 * gdb.base/watchpoint-hw.exp
6520 * gdb.base/watchpoint-stops-at-right-insn.exp
6521 * gdb.base/watchpoints.exp
6522 * gdb.base/wchar.exp
6523 * gdb.base/whatis-exp.exp
6524 * gdb.btrace/buffer-size.exp
6525 * gdb.btrace/data.exp
6526 * gdb.btrace/delta.exp
6527 * gdb.btrace/dlopen.exp
6528 * gdb.btrace/enable.exp
6529 * gdb.btrace/exception.exp
6530 * gdb.btrace/function_call_history.exp
6531 * gdb.btrace/gcore.exp
6532 * gdb.btrace/instruction_history.exp
6533 * gdb.btrace/nohist.exp
6534 * gdb.btrace/reconnect.exp
6535 * gdb.btrace/record_goto-step.exp
6536 * gdb.btrace/record_goto.exp
6537 * gdb.btrace/rn-dl-bind.exp
6538 * gdb.btrace/segv.exp
6539 * gdb.btrace/step.exp
6540 * gdb.btrace/stepi.exp
6541 * gdb.btrace/tailcall-only.exp
6542 * gdb.btrace/tailcall.exp
6543 * gdb.btrace/tsx.exp
6544 * gdb.btrace/unknown_functions.exp
6545 * gdb.btrace/vdso.exp
6546 * gdb.compile/compile-ifunc.exp
6547 * gdb.compile/compile-ops.exp
6548 * gdb.compile/compile-print.exp
6549 * gdb.compile/compile-setjmp.exp
6550 * gdb.cp/abstract-origin.exp
6551 * gdb.cp/ambiguous.exp
6552 * gdb.cp/annota2.exp
6553 * gdb.cp/annota3.exp
6554 * gdb.cp/anon-ns.exp
6555 * gdb.cp/anon-struct.exp
6556 * gdb.cp/anon-union.exp
6557 * gdb.cp/arg-reference.exp
6558 * gdb.cp/baseenum.exp
6559 * gdb.cp/bool.exp
6560 * gdb.cp/breakpoint.exp
6561 * gdb.cp/bs15503.exp
6562 * gdb.cp/call-c.exp
6563 * gdb.cp/casts.exp
6564 * gdb.cp/chained-calls.exp
6565 * gdb.cp/class2.exp
6566 * gdb.cp/classes.exp
6567 * gdb.cp/cmpd-minsyms.exp
6568 * gdb.cp/converts.exp
6569 * gdb.cp/cp-relocate.exp
6570 * gdb.cp/cpcompletion.exp
6571 * gdb.cp/cpexprs.exp
6572 * gdb.cp/cplabel.exp
6573 * gdb.cp/cplusfuncs.exp
6574 * gdb.cp/cpsizeof.exp
6575 * gdb.cp/ctti.exp
6576 * gdb.cp/derivation.exp
6577 * gdb.cp/destrprint.exp
6578 * gdb.cp/dispcxx.exp
6579 * gdb.cp/enum-class.exp
6580 * gdb.cp/exception.exp
6581 * gdb.cp/exceptprint.exp
6582 * gdb.cp/expand-psymtabs-cxx.exp
6583 * gdb.cp/expand-sals.exp
6584 * gdb.cp/extern-c.exp
6585 * gdb.cp/filename.exp
6586 * gdb.cp/formatted-ref.exp
6587 * gdb.cp/fpointer.exp
6588 * gdb.cp/gdb1355.exp
6589 * gdb.cp/gdb2495.exp
6590 * gdb.cp/hang.exp
6591 * gdb.cp/impl-this.exp
6592 * gdb.cp/infcall-dlopen.exp
6593 * gdb.cp/inherit.exp
6594 * gdb.cp/iostream.exp
6595 * gdb.cp/koenig.exp
6596 * gdb.cp/local.exp
6597 * gdb.cp/m-data.exp
6598 * gdb.cp/m-static.exp
6599 * gdb.cp/mb-ctor.exp
6600 * gdb.cp/mb-inline.exp
6601 * gdb.cp/mb-templates.exp
6602 * gdb.cp/member-name.exp
6603 * gdb.cp/member-ptr.exp
6604 * gdb.cp/meth-typedefs.exp
6605 * gdb.cp/method.exp
6606 * gdb.cp/method2.exp
6607 * gdb.cp/minsym-fallback.exp
6608 * gdb.cp/misc.exp
6609 * gdb.cp/namelessclass.exp
6610 * gdb.cp/namespace-enum.exp
6611 * gdb.cp/namespace-nested-import.exp
6612 * gdb.cp/namespace.exp
6613 * gdb.cp/nextoverthrow.exp
6614 * gdb.cp/no-dmgl-verbose.exp
6615 * gdb.cp/non-trivial-retval.exp
6616 * gdb.cp/noparam.exp
6617 * gdb.cp/nsdecl.exp
6618 * gdb.cp/nsimport.exp
6619 * gdb.cp/nsnested.exp
6620 * gdb.cp/nsnoimports.exp
6621 * gdb.cp/nsrecurs.exp
6622 * gdb.cp/nsstress.exp
6623 * gdb.cp/nsusing.exp
6624 * gdb.cp/operator.exp
6625 * gdb.cp/oranking.exp
6626 * gdb.cp/overload-const.exp
6627 * gdb.cp/overload.exp
6628 * gdb.cp/ovldbreak.exp
6629 * gdb.cp/ovsrch.exp
6630 * gdb.cp/paren-type.exp
6631 * gdb.cp/parse-lang.exp
6632 * gdb.cp/pass-by-ref.exp
6633 * gdb.cp/pr-1023.exp
6634 * gdb.cp/pr-1210.exp
6635 * gdb.cp/pr-574.exp
6636 * gdb.cp/pr10687.exp
6637 * gdb.cp/pr12028.exp
6638 * gdb.cp/pr17132.exp
6639 * gdb.cp/pr17494.exp
6640 * gdb.cp/pr9067.exp
6641 * gdb.cp/pr9167.exp
6642 * gdb.cp/pr9631.exp
6643 * gdb.cp/printmethod.exp
6644 * gdb.cp/psmang.exp
6645 * gdb.cp/psymtab-parameter.exp
6646 * gdb.cp/ptype-cv-cp.exp
6647 * gdb.cp/ptype-flags.exp
6648 * gdb.cp/re-set-overloaded.exp
6649 * gdb.cp/ref-types.exp
6650 * gdb.cp/rtti.exp
6651 * gdb.cp/scope-err.exp
6652 * gdb.cp/shadow.exp
6653 * gdb.cp/smartp.exp
6654 * gdb.cp/static-method.exp
6655 * gdb.cp/static-print-quit.exp
6656 * gdb.cp/temargs.exp
6657 * gdb.cp/templates.exp
6658 * gdb.cp/try_catch.exp
6659 * gdb.cp/typedef-operator.exp
6660 * gdb.cp/typeid.exp
6661 * gdb.cp/userdef.exp
6662 * gdb.cp/using-crash.exp
6663 * gdb.cp/var-tag.exp
6664 * gdb.cp/virtbase.exp
6665 * gdb.cp/virtfunc.exp
6666 * gdb.cp/virtfunc2.exp
6667 * gdb.cp/vla-cxx.exp
6668 * gdb.disasm/t01_mov.exp
6669 * gdb.disasm/t02_mova.exp
6670 * gdb.disasm/t03_add.exp
6671 * gdb.disasm/t04_sub.exp
6672 * gdb.disasm/t05_cmp.exp
6673 * gdb.disasm/t06_ari2.exp
6674 * gdb.disasm/t07_ari3.exp
6675 * gdb.disasm/t08_or.exp
6676 * gdb.disasm/t09_xor.exp
6677 * gdb.disasm/t10_and.exp
6678 * gdb.disasm/t11_logs.exp
6679 * gdb.disasm/t12_bit.exp
6680 * gdb.disasm/t13_otr.exp
6681 * gdb.dlang/circular.exp
6682 * gdb.dwarf2/arr-stride.exp
6683 * gdb.dwarf2/arr-subrange.exp
6684 * gdb.dwarf2/atomic-type.exp
6685 * gdb.dwarf2/bad-regnum.exp
6686 * gdb.dwarf2/bitfield-parent-optimized-out.exp
6687 * gdb.dwarf2/callframecfa.exp
6688 * gdb.dwarf2/clztest.exp
6689 * gdb.dwarf2/corrupt.exp
6690 * gdb.dwarf2/data-loc.exp
6691 * gdb.dwarf2/dup-psym.exp
6692 * gdb.dwarf2/dw2-anon-mptr.exp
6693 * gdb.dwarf2/dw2-anonymous-func.exp
6694 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
6695 * gdb.dwarf2/dw2-bad-unresolved.exp
6696 * gdb.dwarf2/dw2-basic.exp
6697 * gdb.dwarf2/dw2-canonicalize-type.exp
6698 * gdb.dwarf2/dw2-case-insensitive.exp
6699 * gdb.dwarf2/dw2-common-block.exp
6700 * gdb.dwarf2/dw2-compdir-oldgcc.exp
6701 * gdb.dwarf2/dw2-compressed.exp
6702 * gdb.dwarf2/dw2-const.exp
6703 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
6704 * gdb.dwarf2/dw2-cu-size.exp
6705 * gdb.dwarf2/dw2-dup-frame.exp
6706 * gdb.dwarf2/dw2-entry-value.exp
6707 * gdb.dwarf2/dw2-icycle.exp
6708 * gdb.dwarf2/dw2-ifort-parameter.exp
6709 * gdb.dwarf2/dw2-inline-break.exp
6710 * gdb.dwarf2/dw2-inline-param.exp
6711 * gdb.dwarf2/dw2-intercu.exp
6712 * gdb.dwarf2/dw2-intermix.exp
6713 * gdb.dwarf2/dw2-lexical-block-bare.exp
6714 * gdb.dwarf2/dw2-linkage-name-trust.exp
6715 * gdb.dwarf2/dw2-minsym-in-cu.exp
6716 * gdb.dwarf2/dw2-noloc.exp
6717 * gdb.dwarf2/dw2-op-call.exp
6718 * gdb.dwarf2/dw2-op-out-param.exp
6719 * gdb.dwarf2/dw2-opt-structptr.exp
6720 * gdb.dwarf2/dw2-param-error.exp
6721 * gdb.dwarf2/dw2-producer.exp
6722 * gdb.dwarf2/dw2-ranges-base.exp
6723 * gdb.dwarf2/dw2-ref-missing-frame.exp
6724 * gdb.dwarf2/dw2-reg-undefined.exp
6725 * gdb.dwarf2/dw2-regno-invalid.exp
6726 * gdb.dwarf2/dw2-restore.exp
6727 * gdb.dwarf2/dw2-restrict.exp
6728 * gdb.dwarf2/dw2-single-line-discriminators.exp
6729 * gdb.dwarf2/dw2-strp.exp
6730 * gdb.dwarf2/dw2-undefined-ret-addr.exp
6731 * gdb.dwarf2/dw2-unresolved.exp
6732 * gdb.dwarf2/dw2-var-zero-addr.exp
6733 * gdb.dwarf2/dw4-sig-types.exp
6734 * gdb.dwarf2/dwz.exp
6735 * gdb.dwarf2/dynarr-ptr.exp
6736 * gdb.dwarf2/enum-type.exp
6737 * gdb.dwarf2/gdb-index.exp
6738 * gdb.dwarf2/implptr-64bit.exp
6739 * gdb.dwarf2/implptr-optimized-out.exp
6740 * gdb.dwarf2/implptr.exp
6741 * gdb.dwarf2/implref-array.exp
6742 * gdb.dwarf2/implref-const.exp
6743 * gdb.dwarf2/implref-global.exp
6744 * gdb.dwarf2/implref-struct.exp
6745 * gdb.dwarf2/mac-fileno.exp
6746 * gdb.dwarf2/main-subprogram.exp
6747 * gdb.dwarf2/member-ptr-forwardref.exp
6748 * gdb.dwarf2/method-ptr.exp
6749 * gdb.dwarf2/missing-sig-type.exp
6750 * gdb.dwarf2/nonvar-access.exp
6751 * gdb.dwarf2/opaque-type-lookup.exp
6752 * gdb.dwarf2/pieces-optimized-out.exp
6753 * gdb.dwarf2/pieces.exp
6754 * gdb.dwarf2/pr10770.exp
6755 * gdb.dwarf2/pr13961.exp
6756 * gdb.dwarf2/staticvirtual.exp
6757 * gdb.dwarf2/subrange.exp
6758 * gdb.dwarf2/symtab-producer.exp
6759 * gdb.dwarf2/trace-crash.exp
6760 * gdb.dwarf2/typeddwarf.exp
6761 * gdb.dwarf2/valop.exp
6762 * gdb.dwarf2/watch-notconst.exp
6763 * gdb.fortran/array-element.exp
6764 * gdb.fortran/charset.exp
6765 * gdb.fortran/common-block.exp
6766 * gdb.fortran/complex.exp
6767 * gdb.fortran/derived-type-function.exp
6768 * gdb.fortran/derived-type.exp
6769 * gdb.fortran/logical.exp
6770 * gdb.fortran/module.exp
6771 * gdb.fortran/multi-dim.exp
6772 * gdb.fortran/nested-funcs.exp
6773 * gdb.fortran/print-formatted.exp
6774 * gdb.fortran/subarray.exp
6775 * gdb.fortran/vla-alloc-assoc.exp
6776 * gdb.fortran/vla-datatypes.exp
6777 * gdb.fortran/vla-history.exp
6778 * gdb.fortran/vla-ptr-info.exp
6779 * gdb.fortran/vla-ptype-sub.exp
6780 * gdb.fortran/vla-ptype.exp
6781 * gdb.fortran/vla-sizeof.exp
6782 * gdb.fortran/vla-type.exp
6783 * gdb.fortran/vla-value-sub-arbitrary.exp
6784 * gdb.fortran/vla-value-sub-finish.exp
6785 * gdb.fortran/vla-value-sub.exp
6786 * gdb.fortran/vla-value.exp
6787 * gdb.fortran/whatis_type.exp
6788 * gdb.go/chan.exp
6789 * gdb.go/handcall.exp
6790 * gdb.go/hello.exp
6791 * gdb.go/integers.exp
6792 * gdb.go/methods.exp
6793 * gdb.go/package.exp
6794 * gdb.go/strings.exp
6795 * gdb.go/types.exp
6796 * gdb.go/unsafe.exp
6797 * gdb.guile/scm-arch.exp
6798 * gdb.guile/scm-block.exp
6799 * gdb.guile/scm-breakpoint.exp
6800 * gdb.guile/scm-cmd.exp
6801 * gdb.guile/scm-disasm.exp
6802 * gdb.guile/scm-equal.exp
6803 * gdb.guile/scm-frame-args.exp
6804 * gdb.guile/scm-frame-inline.exp
6805 * gdb.guile/scm-frame.exp
6806 * gdb.guile/scm-iterator.exp
6807 * gdb.guile/scm-math.exp
6808 * gdb.guile/scm-objfile.exp
6809 * gdb.guile/scm-ports.exp
6810 * gdb.guile/scm-symbol.exp
6811 * gdb.guile/scm-symtab.exp
6812 * gdb.guile/scm-value-cc.exp
6813 * gdb.guile/types-module.exp
6814 * gdb.linespec/break-ask.exp
6815 * gdb.linespec/cpexplicit.exp
6816 * gdb.linespec/explicit.exp
6817 * gdb.linespec/keywords.exp
6818 * gdb.linespec/linespec.exp
6819 * gdb.linespec/ls-dollar.exp
6820 * gdb.linespec/ls-errs.exp
6821 * gdb.linespec/skip-two.exp
6822 * gdb.linespec/thread.exp
6823 * gdb.mi/mi-async.exp
6824 * gdb.mi/mi-basics.exp
6825 * gdb.mi/mi-break.exp
6826 * gdb.mi/mi-catch-load.exp
6827 * gdb.mi/mi-cli.exp
6828 * gdb.mi/mi-cmd-param-changed.exp
6829 * gdb.mi/mi-console.exp
6830 * gdb.mi/mi-detach.exp
6831 * gdb.mi/mi-disassemble.exp
6832 * gdb.mi/mi-eval.exp
6833 * gdb.mi/mi-file-transfer.exp
6834 * gdb.mi/mi-file.exp
6835 * gdb.mi/mi-fill-memory.exp
6836 * gdb.mi/mi-inheritance-syntax-error.exp
6837 * gdb.mi/mi-linespec-err-cp.exp
6838 * gdb.mi/mi-logging.exp
6839 * gdb.mi/mi-memory-changed.exp
6840 * gdb.mi/mi-read-memory.exp
6841 * gdb.mi/mi-record-changed.exp
6842 * gdb.mi/mi-reg-undefined.exp
6843 * gdb.mi/mi-regs.exp
6844 * gdb.mi/mi-return.exp
6845 * gdb.mi/mi-reverse.exp
6846 * gdb.mi/mi-simplerun.exp
6847 * gdb.mi/mi-solib.exp
6848 * gdb.mi/mi-stack.exp
6849 * gdb.mi/mi-stepi.exp
6850 * gdb.mi/mi-syn-frame.exp
6851 * gdb.mi/mi-until.exp
6852 * gdb.mi/mi-var-block.exp
6853 * gdb.mi/mi-var-child.exp
6854 * gdb.mi/mi-var-cmd.exp
6855 * gdb.mi/mi-var-cp.exp
6856 * gdb.mi/mi-var-display.exp
6857 * gdb.mi/mi-var-invalidate.exp
6858 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
6859 * gdb.mi/mi-vla-fortran.exp
6860 * gdb.mi/mi-watch.exp
6861 * gdb.mi/mi2-var-child.exp
6862 * gdb.mi/user-selected-context-sync.exp
6863 * gdb.modula2/unbounded-array.exp
6864 * gdb.multi/dummy-frame-restore.exp
6865 * gdb.multi/multi-arch-exec.exp
6866 * gdb.multi/multi-arch.exp
6867 * gdb.multi/tids.exp
6868 * gdb.multi/watchpoint-multi.exp
6869 * gdb.opencl/callfuncs.exp
6870 * gdb.opencl/convs_casts.exp
6871 * gdb.opencl/datatypes.exp
6872 * gdb.opencl/operators.exp
6873 * gdb.opencl/vec_comps.exp
6874 * gdb.opt/clobbered-registers-O2.exp
6875 * gdb.opt/inline-break.exp
6876 * gdb.opt/inline-bt.exp
6877 * gdb.opt/inline-cmds.exp
6878 * gdb.opt/inline-locals.exp
6879 * gdb.pascal/case-insensitive-symbols.exp
6880 * gdb.pascal/floats.exp
6881 * gdb.pascal/gdb11492.exp
6882 * gdb.python/lib-types.exp
6883 * gdb.python/py-arch.exp
6884 * gdb.python/py-as-string.exp
6885 * gdb.python/py-bad-printers.exp
6886 * gdb.python/py-block.exp
6887 * gdb.python/py-breakpoint-create-fail.exp
6888 * gdb.python/py-breakpoint.exp
6889 * gdb.python/py-caller-is.exp
6890 * gdb.python/py-cmd.exp
6891 * gdb.python/py-explore-cc.exp
6892 * gdb.python/py-explore.exp
6893 * gdb.python/py-finish-breakpoint.exp
6894 * gdb.python/py-finish-breakpoint2.exp
6895 * gdb.python/py-frame-args.exp
6896 * gdb.python/py-frame-inline.exp
6897 * gdb.python/py-frame.exp
6898 * gdb.python/py-framefilter-mi.exp
6899 * gdb.python/py-infthread.exp
6900 * gdb.python/py-lazy-string.exp
6901 * gdb.python/py-linetable.exp
6902 * gdb.python/py-mi-events.exp
6903 * gdb.python/py-mi-objfile.exp
6904 * gdb.python/py-mi.exp
6905 * gdb.python/py-objfile.exp
6906 * gdb.python/py-pp-integral.exp
6907 * gdb.python/py-pp-maint.exp
6908 * gdb.python/py-pp-re-notag.exp
6909 * gdb.python/py-pp-registration.exp
6910 * gdb.python/py-recurse-unwind.exp
6911 * gdb.python/py-strfns.exp
6912 * gdb.python/py-symbol.exp
6913 * gdb.python/py-symtab.exp
6914 * gdb.python/py-sync-interp.exp
6915 * gdb.python/py-typeprint.exp
6916 * gdb.python/py-unwind-maint.exp
6917 * gdb.python/py-unwind.exp
6918 * gdb.python/py-value-cc.exp
6919 * gdb.python/py-xmethods.exp
6920 * gdb.reverse/amd64-tailcall-reverse.exp
6921 * gdb.reverse/break-precsave.exp
6922 * gdb.reverse/break-reverse.exp
6923 * gdb.reverse/consecutive-precsave.exp
6924 * gdb.reverse/consecutive-reverse.exp
6925 * gdb.reverse/finish-precsave.exp
6926 * gdb.reverse/finish-reverse-bkpt.exp
6927 * gdb.reverse/finish-reverse.exp
6928 * gdb.reverse/fstatat-reverse.exp
6929 * gdb.reverse/getresuid-reverse.exp
6930 * gdb.reverse/i386-precsave.exp
6931 * gdb.reverse/i386-reverse.exp
6932 * gdb.reverse/i386-sse-reverse.exp
6933 * gdb.reverse/i387-env-reverse.exp
6934 * gdb.reverse/i387-stack-reverse.exp
6935 * gdb.reverse/insn-reverse.exp
6936 * gdb.reverse/machinestate-precsave.exp
6937 * gdb.reverse/machinestate.exp
6938 * gdb.reverse/next-reverse-bkpt-over-sr.exp
6939 * gdb.reverse/pipe-reverse.exp
6940 * gdb.reverse/readv-reverse.exp
6941 * gdb.reverse/recvmsg-reverse.exp
6942 * gdb.reverse/rerun-prec.exp
6943 * gdb.reverse/s390-mvcle.exp
6944 * gdb.reverse/step-precsave.exp
6945 * gdb.reverse/step-reverse.exp
6946 * gdb.reverse/time-reverse.exp
6947 * gdb.reverse/until-precsave.exp
6948 * gdb.reverse/until-reverse.exp
6949 * gdb.reverse/waitpid-reverse.exp
6950 * gdb.reverse/watch-precsave.exp
6951 * gdb.reverse/watch-reverse.exp
6952 * gdb.rust/generics.exp
6953 * gdb.rust/methods.exp
6954 * gdb.rust/modules.exp
6955 * gdb.rust/simple.exp
6956 * gdb.server/connect-with-no-symbol-file.exp
6957 * gdb.server/ext-attach.exp
6958 * gdb.server/ext-restart.exp
6959 * gdb.server/ext-wrapper.exp
6960 * gdb.server/file-transfer.exp
6961 * gdb.server/server-exec-info.exp
6962 * gdb.server/server-kill.exp
6963 * gdb.server/server-mon.exp
6964 * gdb.server/wrapper.exp
6965 * gdb.stabs/exclfwd.exp
6966 * gdb.stabs/gdb11479.exp
6967 * gdb.threads/clone-new-thread-event.exp
6968 * gdb.threads/corethreads.exp
6969 * gdb.threads/current-lwp-dead.exp
6970 * gdb.threads/dlopen-libpthread.exp
6971 * gdb.threads/gcore-thread.exp
6972 * gdb.threads/sigstep-threads.exp
6973 * gdb.threads/watchpoint-fork.exp
6974 * gdb.trace/actions-changed.exp
6975 * gdb.trace/backtrace.exp
6976 * gdb.trace/change-loc.exp
6977 * gdb.trace/circ.exp
6978 * gdb.trace/collection.exp
6979 * gdb.trace/disconnected-tracing.exp
6980 * gdb.trace/ftrace.exp
6981 * gdb.trace/mi-trace-frame-collected.exp
6982 * gdb.trace/mi-trace-unavailable.exp
6983 * gdb.trace/mi-traceframe-changed.exp
6984 * gdb.trace/mi-tsv-changed.exp
6985 * gdb.trace/no-attach-trace.exp
6986 * gdb.trace/passc-dyn.exp
6987 * gdb.trace/qtro.exp
6988 * gdb.trace/range-stepping.exp
6989 * gdb.trace/read-memory.exp
6990 * gdb.trace/save-trace.exp
6991 * gdb.trace/signal.exp
6992 * gdb.trace/status-stop.exp
6993 * gdb.trace/tfile.exp
6994 * gdb.trace/trace-break.exp
6995 * gdb.trace/trace-buffer-size.exp
6996 * gdb.trace/trace-condition.exp
6997 * gdb.trace/tracefile-pseudo-reg.exp
6998 * gdb.trace/tstatus.exp
6999 * gdb.trace/unavailable.exp
7000 * gdb.trace/while-dyn.exp
7001 * gdb.trace/while-stepping.exp
7002
7003 2016-12-22 Doug Evans <xdje42@gmail.com>
7004
7005 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
7006 and msymbols.
7007
7008 2016-12-19 Yao Qi <yao.qi@linaro.org>
7009
7010 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
7011 (test_with_self): Don't call do_steps_and_nexts, and remove
7012 code about stepping into xmalloc.
7013
7014 2016-12-09 Yao Qi <yao.qi@linaro.org>
7015
7016 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
7017
7018 2016-12-09 Yao Qi <yao.qi@linaro.org>
7019
7020 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
7021
7022 2016-12-09 Pedro Alves <palves@redhat.com>
7023
7024 * gdb.base/all-architectures-0.exp: New file.
7025 * gdb.base/all-architectures-1.exp: New file.
7026 * gdb.base/all-architectures-2.exp: New file.
7027 * gdb.base/all-architectures-3.exp: New file.
7028 * gdb.base/all-architectures-4.exp: New file.
7029 * gdb.base/all-architectures-5.exp: New file.
7030 * gdb.base/all-architectures-6.exp: New file.
7031 * gdb.base/all-architectures-7.exp: New file.
7032 * gdb.base/all-architectures.exp.in: New file.
7033
7034 2016-12-09 Yao Qi <yao.qi@linaro.org>
7035
7036 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
7037
7038 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7039
7040 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
7041 possible.
7042 Remove useless pattern-matching code.
7043
7044 2016-12-02 Pedro Alves <palves@redhat.com>
7045
7046 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
7047 procedure.
7048 (top level): Call it.
7049
7050 2016-12-02 Pedro Alves <palves@redhat.com>
7051
7052 * gdb.base/commands.exp (user_defined_command_args_stack_test):
7053 New procedure.
7054 (top level): Call it.
7055
7056 2016-12-02 Pedro Alves <palves@redhat.com>
7057
7058 PR cli/20559
7059 * gdb.base/commands.exp (user_defined_command_args_eval): New
7060 procedure.
7061 (top level): Call it.
7062
7063 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
7064
7065 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
7066 timeout handling.
7067
7068 2016-12-02 Tom Tromey <tom@tromey.com>
7069
7070 * gdb.dwarf2/main-subprogram.c: New file.
7071 * gdb.dwarf2/main-subprogram.exp: New file.
7072
7073 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7074
7075 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
7076 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
7077 gdb_test_no_output for a couple of cases.
7078 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
7079
7080 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7081
7082 Fix test names and standardize compilation error messages throughout
7083 the following files:
7084
7085 * gdb.ada/start.exp
7086 * gdb.arch/alpha-step.exp
7087 * gdb.arch/e500-prologue.exp
7088 * gdb.arch/ftrace-insn-reloc.exp
7089 * gdb.arch/gdb1291.exp
7090 * gdb.arch/gdb1431.exp
7091 * gdb.arch/gdb1558.exp
7092 * gdb.arch/i386-dr3-watch.exp
7093 * gdb.arch/i386-sse-stack-align.exp
7094 * gdb.arch/ia64-breakpoint-shadow.exp
7095 * gdb.arch/pa-nullify.exp
7096 * gdb.arch/powerpc-aix-prologue.exp
7097 * gdb.arch/thumb-bx-pc.exp
7098 * gdb.base/annota1.exp
7099 * gdb.base/annota3.exp
7100 * gdb.base/arrayidx.exp
7101 * gdb.base/assign.exp
7102 * gdb.base/attach.exp
7103 * gdb.base/auxv.exp
7104 * gdb.base/bang.exp
7105 * gdb.base/bfp-test.exp
7106 * gdb.base/bigcore.exp
7107 * gdb.base/bitfields2.exp
7108 * gdb.base/break-fun-addr.exp
7109 * gdb.base/break-probes.exp
7110 * gdb.base/call-rt-st.exp
7111 * gdb.base/callexit.exp
7112 * gdb.base/catch-fork-kill.exp
7113 * gdb.base/charset.exp
7114 * gdb.base/checkpoint.exp
7115 * gdb.base/comprdebug.exp
7116 * gdb.base/constvars.exp
7117 * gdb.base/coredump-filter.exp
7118 * gdb.base/cursal.exp
7119 * gdb.base/cvexpr.exp
7120 * gdb.base/detach.exp
7121 * gdb.base/display.exp
7122 * gdb.base/dmsym.exp
7123 * gdb.base/dprintf-pending.exp
7124 * gdb.base/dso2dso.exp
7125 * gdb.base/dtrace-probe.exp
7126 * gdb.base/dump.exp
7127 * gdb.base/enum_cond.exp
7128 * gdb.base/exe-lock.exp
7129 * gdb.base/exec-invalid-sysroot.exp
7130 * gdb.base/execl-update-breakpoints.exp
7131 * gdb.base/exprs.exp
7132 * gdb.base/fileio.exp
7133 * gdb.base/find.exp
7134 * gdb.base/finish.exp
7135 * gdb.base/fixsection.exp
7136 * gdb.base/foll-vfork.exp
7137 * gdb.base/frame-args.exp
7138 * gdb.base/gcore.exp
7139 * gdb.base/gdb1250.exp
7140 * gdb.base/global-var-nested-by-dso.exp
7141 * gdb.base/gnu-ifunc.exp
7142 * gdb.base/hashline1.exp
7143 * gdb.base/hashline2.exp
7144 * gdb.base/hashline3.exp
7145 * gdb.base/hbreak-in-shr-unsupported.exp
7146 * gdb.base/huge.exp
7147 * gdb.base/infcall-input.exp
7148 * gdb.base/info-fun.exp
7149 * gdb.base/info-shared.exp
7150 * gdb.base/jit-simple.exp
7151 * gdb.base/jit-so.exp
7152 * gdb.base/jit.exp
7153 * gdb.base/jump.exp
7154 * gdb.base/label.exp
7155 * gdb.base/lineinc.exp
7156 * gdb.base/logical.exp
7157 * gdb.base/longjmp.exp
7158 * gdb.base/macscp.exp
7159 * gdb.base/miscexprs.exp
7160 * gdb.base/new-ui-echo.exp
7161 * gdb.base/new-ui-pending-input.exp
7162 * gdb.base/new-ui.exp
7163 * gdb.base/nodebug.exp
7164 * gdb.base/nofield.exp
7165 * gdb.base/offsets.exp
7166 * gdb.base/overlays.exp
7167 * gdb.base/pending.exp
7168 * gdb.base/pointers.exp
7169 * gdb.base/pr11022.exp
7170 * gdb.base/printcmds.exp
7171 * gdb.base/prologue.exp
7172 * gdb.base/ptr-typedef.exp
7173 * gdb.base/realname-expand.exp
7174 * gdb.base/relativedebug.exp
7175 * gdb.base/relocate.exp
7176 * gdb.base/remote.exp
7177 * gdb.base/reread.exp
7178 * gdb.base/return2.exp
7179 * gdb.base/savedregs.exp
7180 * gdb.base/sep.exp
7181 * gdb.base/sepdebug.exp
7182 * gdb.base/sepsymtab.exp
7183 * gdb.base/set-inferior-tty.exp
7184 * gdb.base/setshow.exp
7185 * gdb.base/shlib-call.exp
7186 * gdb.base/sigaltstack.exp
7187 * gdb.base/siginfo-addr.exp
7188 * gdb.base/signals.exp
7189 * gdb.base/signull.exp
7190 * gdb.base/sigrepeat.exp
7191 * gdb.base/so-impl-ld.exp
7192 * gdb.base/solib-display.exp
7193 * gdb.base/solib-overlap.exp
7194 * gdb.base/solib-search.exp
7195 * gdb.base/solib-symbol.exp
7196 * gdb.base/structs.exp
7197 * gdb.base/structs2.exp
7198 * gdb.base/symtab-search-order.exp
7199 * gdb.base/twice.exp
7200 * gdb.base/unload.exp
7201 * gdb.base/varargs.exp
7202 * gdb.base/watchpoint-solib.exp
7203 * gdb.base/watchpoint.exp
7204 * gdb.base/whatis.exp
7205 * gdb.base/wrong_frame_bt_full.exp
7206 * gdb.btrace/dlopen.exp
7207 * gdb.cell/ea-standalone.exp
7208 * gdb.cell/ea-test.exp
7209 * gdb.cp/dispcxx.exp
7210 * gdb.cp/gdb2384.exp
7211 * gdb.cp/method2.exp
7212 * gdb.cp/nextoverthrow.exp
7213 * gdb.cp/pr10728.exp
7214 * gdb.disasm/am33.exp
7215 * gdb.disasm/h8300s.exp
7216 * gdb.disasm/mn10300.exp
7217 * gdb.disasm/sh3.exp
7218 * gdb.dwarf2/dw2-dir-file-name.exp
7219 * gdb.fortran/complex.exp
7220 * gdb.fortran/library-module.exp
7221 * gdb.guile/scm-pretty-print.exp
7222 * gdb.guile/scm-symbol.exp
7223 * gdb.guile/scm-type.exp
7224 * gdb.guile/scm-value.exp
7225 * gdb.linespec/linespec.exp
7226 * gdb.mi/gdb701.exp
7227 * gdb.mi/gdb792.exp
7228 * gdb.mi/mi-breakpoint-changed.exp
7229 * gdb.mi/mi-dprintf-pending.exp
7230 * gdb.mi/mi-dprintf.exp
7231 * gdb.mi/mi-exit-code.exp
7232 * gdb.mi/mi-pending.exp
7233 * gdb.mi/mi-solib.exp
7234 * gdb.mi/new-ui-mi-sync.exp
7235 * gdb.mi/pr11022.exp
7236 * gdb.mi/user-selected-context-sync.exp
7237 * gdb.opt/solib-intra-step.exp
7238 * gdb.python/py-events.exp
7239 * gdb.python/py-finish-breakpoint.exp
7240 * gdb.python/py-mi.exp
7241 * gdb.python/py-prettyprint.exp
7242 * gdb.python/py-shared.exp
7243 * gdb.python/py-symbol.exp
7244 * gdb.python/py-template.exp
7245 * gdb.python/py-type.exp
7246 * gdb.python/py-value.exp
7247 * gdb.reverse/solib-precsave.exp
7248 * gdb.reverse/solib-reverse.exp
7249 * gdb.server/solib-list.exp
7250 * gdb.stabs/weird.exp
7251 * gdb.threads/reconnect-signal.exp
7252 * gdb.threads/stepi-random-signal.exp
7253 * gdb.trace/actions.exp
7254 * gdb.trace/ax.exp
7255 * gdb.trace/backtrace.exp
7256 * gdb.trace/change-loc.exp
7257 * gdb.trace/deltrace.exp
7258 * gdb.trace/ftrace-lock.exp
7259 * gdb.trace/ftrace.exp
7260 * gdb.trace/infotrace.exp
7261 * gdb.trace/mi-tracepoint-changed.exp
7262 * gdb.trace/packetlen.exp
7263 * gdb.trace/passcount.exp
7264 * gdb.trace/pending.exp
7265 * gdb.trace/range-stepping.exp
7266 * gdb.trace/report.exp
7267 * gdb.trace/stap-trace.exp
7268 * gdb.trace/tfind.exp
7269 * gdb.trace/trace-break.exp
7270 * gdb.trace/trace-condition.exp
7271 * gdb.trace/trace-enable-disable.exp
7272 * gdb.trace/trace-mt.exp
7273 * gdb.trace/tracecmd.exp
7274 * gdb.trace/tspeed.exp
7275 * gdb.trace/tsv.exp
7276 * lib/perftest.exp
7277
7278 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7279
7280 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
7281 with gdb_test_no_output.
7282 Use command as test name.
7283
7284 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7285
7286 Fix test names starting with uppercase throughout the files.
7287
7288 * gdb.ada/assign_1.exp
7289 * gdb.ada/boolean_expr.exp
7290 * gdb.base/arrayidx.exp
7291 * gdb.base/del.exp
7292 * gdb.base/gcore-buffer-overflow.exp
7293 * gdb.base/testenv.exp
7294 * gdb.compile/compile.exp
7295 * gdb.python/py-framefilter-invalidarg.exp
7296 * gdb.python/py-framefilter.exp
7297
7298 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7299
7300 Fix test names starting with uppercase throughout the files.
7301
7302 * gdb.ada/array_return.exp
7303 * gdb.ada/expr_delims.exp
7304 * gdb.ada/mi_dyn_arr.exp
7305 * gdb.ada/mi_interface.exp
7306 * gdb.ada/mi_var_array.exp
7307 * gdb.ada/watch_arg.exp
7308 * gdb.arch/alpha-step.exp
7309 * gdb.arch/altivec-regs.exp
7310 * gdb.arch/e500-regs.exp
7311 * gdb.arch/powerpc-d128-regs.exp
7312 * gdb.base/arrayidx.exp
7313 * gdb.base/break.exp
7314 * gdb.base/checkpoint.exp
7315 * gdb.base/debug-expr.exp
7316 * gdb.base/dmsym.exp
7317 * gdb.base/radix.exp
7318 * gdb.base/sepdebug.exp
7319 * gdb.base/testenv.exp
7320 * gdb.base/watch_thread_num.exp
7321 * gdb.base/watchpoint-cond-gone.exp
7322 * gdb.cell/break.exp
7323 * gdb.cell/ea-cache.exp
7324 * gdb.compile/compile.exp
7325 * gdb.cp/gdb2495.exp
7326 * gdb.gdb/selftest.exp
7327 * gdb.gdb/xfullpath.exp
7328 * gdb.go/hello.exp
7329 * gdb.go/integers.exp
7330 * gdb.objc/basicclass.exp
7331 * gdb.pascal/hello.exp
7332 * gdb.pascal/integers.exp
7333 * gdb.python/py-breakpoint.exp
7334 * gdb.python/py-cmd.exp
7335 * gdb.python/py-linetable.exp
7336 * gdb.python/py-xmethods.exp
7337 * gdb.python/python.exp
7338 * gdb.reverse/consecutive-precsave.exp
7339 * gdb.reverse/finish-precsave.exp
7340 * gdb.reverse/i386-precsave.exp
7341 * gdb.reverse/machinestate-precsave.exp
7342 * gdb.reverse/sigall-precsave.exp
7343 * gdb.reverse/solib-precsave.exp
7344 * gdb.reverse/step-precsave.exp
7345 * gdb.reverse/until-precsave.exp
7346 * gdb.reverse/watch-precsave.exp
7347 * gdb.threads/leader-exit.exp
7348 * gdb.threads/pthreads.exp
7349 * gdb.threads/wp-replication.exp
7350 * gdb.trace/actions.exp
7351 * gdb.trace/mi-tsv-changed.exp
7352 * gdb.trace/tsv.exp
7353
7354 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7355
7356 Fix test names starting with uppercase throughout the files.
7357
7358 * gdb.arch/i386-bp_permanent.exp
7359 * gdb.arch/i386-gnu-cfi.exp
7360 * gdb.base/disasm-end-cu.exp
7361 * gdb.base/macscp.exp
7362 * gdb.base/pending.exp
7363 * gdb.base/watch_thread_num.exp
7364 * gdb.cp/exception.exp
7365 * gdb.cp/gdb2495.exp
7366 * gdb.cp/local.exp
7367 * gdb.python/py-evsignal.exp
7368 * gdb.python/python.exp
7369 * gdb.trace/tracecmd.exp
7370
7371 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7372
7373 Fix test names starting with uppercase throughout the files.
7374
7375 * gdb.base/charset.exp
7376 * gdb.base/eval.exp
7377 * gdb.base/multi-forks.exp
7378 * gdb.guile/scm-progspace.exp
7379 * gdb.opencl/datatypes.exp
7380 * gdb.python/py-block.exp
7381 * gdb.python/py-function.exp
7382 * gdb.python/py-symbol.exp
7383 * gdb.python/py-symtab.exp
7384 * gdb.python/py-xmethods.exp
7385 * gdb.reverse/break-precsave.exp
7386 * gdb.reverse/break-reverse.exp
7387 * gdb.reverse/consecutive-precsave.exp
7388 * gdb.reverse/consecutive-reverse.exp
7389 * gdb.reverse/finish-precsave.exp
7390 * gdb.reverse/finish-reverse-bkpt.exp
7391 * gdb.reverse/finish-reverse.exp
7392 * gdb.reverse/fstatat-reverse.exp
7393 * gdb.reverse/getresuid-reverse.exp
7394 * gdb.reverse/i386-precsave.exp
7395 * gdb.reverse/i386-reverse.exp
7396 * gdb.reverse/i386-sse-reverse.exp
7397 * gdb.reverse/i387-stack-reverse.exp
7398 * gdb.reverse/insn-reverse.exp
7399 * gdb.reverse/machinestate-precsave.exp
7400 * gdb.reverse/machinestate.exp
7401 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7402 * gdb.reverse/pipe-reverse.exp
7403 * gdb.reverse/readv-reverse.exp
7404 * gdb.reverse/recvmsg-reverse.exp
7405 * gdb.reverse/rerun-prec.exp
7406 * gdb.reverse/s390-mvcle.exp
7407 * gdb.reverse/sigall-precsave.exp
7408 * gdb.reverse/sigall-reverse.exp
7409 * gdb.reverse/solib-precsave.exp
7410 * gdb.reverse/solib-reverse.exp
7411 * gdb.reverse/step-precsave.exp
7412 * gdb.reverse/step-reverse.exp
7413 * gdb.reverse/time-reverse.exp
7414 * gdb.reverse/until-precsave.exp
7415 * gdb.reverse/until-reverse.exp
7416 * gdb.reverse/waitpid-reverse.exp
7417 * gdb.reverse/watch-precsave.exp
7418 * gdb.reverse/watch-reverse.exp
7419
7420 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7421
7422 Fix test names starting with uppercase throughout the files.
7423
7424 * gdb.arch/i386-mpx-simple_segv.exp
7425 * gdb.arch/i386-mpx.exp
7426 * gdb.arch/i386-permbkpt.exp
7427 * gdb.arch/pa-nullify.exp
7428 * gdb.arch/powerpc-d128-regs.exp
7429 * gdb.arch/vsx-regs.exp
7430 * gdb.base/bfp-test.exp
7431 * gdb.base/break.exp
7432 * gdb.base/breakpoint-shadow.exp
7433 * gdb.base/callfuncs.exp
7434 * gdb.base/charset.exp
7435 * gdb.base/commands.exp
7436 * gdb.base/completion.exp
7437 * gdb.base/dfp-test.exp
7438 * gdb.base/echo.exp
7439 * gdb.base/ending-run.exp
7440 * gdb.base/eval.exp
7441 * gdb.base/expand-psymtabs.exp
7442 * gdb.base/float128.exp
7443 * gdb.base/floatn.exp
7444 * gdb.base/foll-exec-mode.exp
7445 * gdb.base/gdb1056.exp
7446 * gdb.base/gdb11531.exp
7447 * gdb.base/kill-after-signal.exp
7448 * gdb.base/multi-forks.exp
7449 * gdb.base/overlays.exp
7450 * gdb.base/pending.exp
7451 * gdb.base/sepdebug.exp
7452 * gdb.base/testenv.exp
7453 * gdb.base/valgrind-db-attach.exp
7454 * gdb.base/watch_thread_num.exp
7455 * gdb.base/watchpoint-cond-gone.exp
7456 * gdb.base/watchpoint.exp
7457 * gdb.base/watchpoints.exp
7458 * gdb.cp/arg-reference.exp
7459 * gdb.cp/baseenum.exp
7460 * gdb.cp/operator.exp
7461 * gdb.cp/shadow.exp
7462 * gdb.dwarf2/dw2-op-out-param.exp
7463 * gdb.dwarf2/dw2-reg-undefined.exp
7464 * gdb.go/chan.exp
7465 * gdb.go/hello.exp
7466 * gdb.go/integers.exp
7467 * gdb.go/methods.exp
7468 * gdb.go/package.exp
7469 * gdb.guile/scm-parameter.exp
7470 * gdb.guile/scm-progspace.exp
7471 * gdb.guile/scm-value.exp
7472 * gdb.mi/mi-pending.exp
7473 * gdb.mi/user-selected-context-sync.exp
7474 * gdb.multi/multi-attach.exp
7475 * gdb.multi/tids.exp
7476 * gdb.opt/clobbered-registers-O2.exp
7477 * gdb.pascal/floats.exp
7478 * gdb.pascal/integers.exp
7479 * gdb.python/py-block.exp
7480 * gdb.python/py-events.exp
7481 * gdb.python/py-parameter.exp
7482 * gdb.python/py-symbol.exp
7483 * gdb.python/py-symtab.exp
7484 * gdb.python/py-type.exp
7485 * gdb.python/py-value.exp
7486 * gdb.python/py-xmethods.exp
7487 * gdb.python/python.exp
7488 * gdb.reverse/break-precsave.exp
7489 * gdb.reverse/consecutive-precsave.exp
7490 * gdb.reverse/finish-precsave.exp
7491 * gdb.reverse/i386-precsave.exp
7492 * gdb.reverse/machinestate-precsave.exp
7493 * gdb.reverse/sigall-precsave.exp
7494 * gdb.reverse/solib-precsave.exp
7495 * gdb.reverse/step-precsave.exp
7496 * gdb.reverse/until-precsave.exp
7497 * gdb.reverse/watch-precsave.exp
7498 * gdb.server/ext-attach.exp
7499 * gdb.server/ext-restart.exp
7500 * gdb.server/ext-run.exp
7501 * gdb.server/ext-wrapper.exp
7502 * gdb.stabs/gdb11479.exp
7503 * gdb.stabs/weird.exp
7504 * gdb.threads/attach-many-short-lived-threads.exp
7505 * gdb.threads/kill.exp
7506 * gdb.threads/watchpoint-fork.exp
7507
7508 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
7509
7510 Fix test names starting with uppercase throughout all the files below.
7511
7512 * gdb.ada/array_return.exp
7513 * gdb.ada/catch_ex.exp
7514 * gdb.ada/info_exc.exp
7515 * gdb.ada/mi_catch_ex.exp
7516 * gdb.ada/mi_dyn_arr.exp
7517 * gdb.ada/mi_ex_cond.exp
7518 * gdb.ada/mi_exc_info.exp
7519 * gdb.ada/mi_interface.exp
7520 * gdb.ada/mi_task_arg.exp
7521 * gdb.ada/mi_task_info.exp
7522 * gdb.ada/mi_var_array.exp
7523 * gdb.arch/alpha-step.exp
7524 * gdb.arch/amd64-disp-step.exp
7525 * gdb.arch/arm-disp-step.exp
7526 * gdb.arch/disp-step-insn-reloc.exp
7527 * gdb.arch/e500-prologue.exp
7528 * gdb.arch/ftrace-insn-reloc.exp
7529 * gdb.arch/gdb1558.exp
7530 * gdb.arch/i386-bp_permanent.exp
7531 * gdb.arch/i386-disp-step.exp
7532 * gdb.arch/i386-float.exp
7533 * gdb.arch/i386-gnu-cfi.exp
7534 * gdb.arch/ia64-breakpoint-shadow.exp
7535 * gdb.arch/mips16-thunks.exp
7536 * gdb.arch/pa-nullify.exp
7537 * gdb.arch/powerpc-aix-prologue.exp
7538 * gdb.arch/powerpc-power.exp
7539 * gdb.arch/ppc-dfp.exp
7540 * gdb.arch/s390-tdbregs.exp
7541 * gdb.arch/spu-info.exp
7542 * gdb.arch/spu-ls.exp
7543 * gdb.arch/thumb-bx-pc.exp
7544 * gdb.base/advance.exp
7545 * gdb.base/annota-input-while-running.exp
7546 * gdb.base/arrayidx.exp
7547 * gdb.base/asmlabel.exp
7548 * gdb.base/async.exp
7549 * gdb.base/attach-wait-input.exp
7550 * gdb.base/auto-connect-native-target.exp
7551 * gdb.base/batch-preserve-term-settings.exp
7552 * gdb.base/bfp-test.exp
7553 * gdb.base/bigcore.exp
7554 * gdb.base/bp-permanent.exp
7555 * gdb.base/break-always.exp
7556 * gdb.base/break-fun-addr.exp
7557 * gdb.base/break-idempotent.exp
7558 * gdb.base/break-main-file-remove-fail.exp
7559 * gdb.base/break-probes.exp
7560 * gdb.base/break-unload-file.exp
7561 * gdb.base/break.exp
7562 * gdb.base/call-ar-st.exp
7563 * gdb.base/call-rt-st.exp
7564 * gdb.base/call-sc.exp
7565 * gdb.base/call-signal-resume.exp
7566 * gdb.base/call-strs.exp
7567 * gdb.base/callexit.exp
7568 * gdb.base/callfuncs.exp
7569 * gdb.base/catch-gdb-caused-signals.exp
7570 * gdb.base/catch-signal-siginfo-cond.exp
7571 * gdb.base/catch-syscall.exp
7572 * gdb.base/compare-sections.exp
7573 * gdb.base/cond-eval-mode.exp
7574 * gdb.base/condbreak-call-false.exp
7575 * gdb.base/consecutive-step-over.exp
7576 * gdb.base/cursal.exp
7577 * gdb.base/disabled-location.exp
7578 * gdb.base/disasm-end-cu.exp
7579 * gdb.base/display.exp
7580 * gdb.base/double-prompt-target-event-error.exp
7581 * gdb.base/dprintf-bp-same-addr.exp
7582 * gdb.base/dprintf-detach.exp
7583 * gdb.base/dprintf-next.exp
7584 * gdb.base/dprintf-non-stop.exp
7585 * gdb.base/dprintf-pending.exp
7586 * gdb.base/dso2dso.exp
7587 * gdb.base/ending-run.exp
7588 * gdb.base/enum_cond.exp
7589 * gdb.base/examine-backward.exp
7590 * gdb.base/exe-lock.exp
7591 * gdb.base/exec-invalid-sysroot.exp
7592 * gdb.base/execl-update-breakpoints.exp
7593 * gdb.base/execution-termios.exp
7594 * gdb.base/fileio.exp
7595 * gdb.base/fixsection.exp
7596 * gdb.base/foll-exec-mode.exp
7597 * gdb.base/foll-exec.exp
7598 * gdb.base/fork-running-state.exp
7599 * gdb.base/frame-args.exp
7600 * gdb.base/fullpath-expand.exp
7601 * gdb.base/func-ptr.exp
7602 * gdb.base/gcore-relro-pie.exp
7603 * gdb.base/gdb1090.exp
7604 * gdb.base/gdb1555.exp
7605 * gdb.base/global-var-nested-by-dso.exp
7606 * gdb.base/gnu-ifunc.exp
7607 * gdb.base/hbreak-in-shr-unsupported.exp
7608 * gdb.base/hbreak-unmapped.exp
7609 * gdb.base/hook-stop.exp
7610 * gdb.base/infcall-input.exp
7611 * gdb.base/info-fun.exp
7612 * gdb.base/info-shared.exp
7613 * gdb.base/interrupt-noterm.exp
7614 * gdb.base/jit-so.exp
7615 * gdb.base/jit.exp
7616 * gdb.base/line-symtabs.exp
7617 * gdb.base/list.exp
7618 * gdb.base/longjmp.exp
7619 * gdb.base/macscp.exp
7620 * gdb.base/max-value-size.exp
7621 * gdb.base/nodebug.exp
7622 * gdb.base/nofield.exp
7623 * gdb.base/overlays.exp
7624 * gdb.base/paginate-after-ctrl-c-running.exp
7625 * gdb.base/paginate-bg-execution.exp
7626 * gdb.base/paginate-inferior-exit.exp
7627 * gdb.base/pending.exp
7628 * gdb.base/pr11022.exp
7629 * gdb.base/printcmds.exp
7630 * gdb.base/ptr-typedef.exp
7631 * gdb.base/ptype.exp
7632 * gdb.base/randomize.exp
7633 * gdb.base/range-stepping.exp
7634 * gdb.base/realname-expand.exp
7635 * gdb.base/relativedebug.exp
7636 * gdb.base/remote.exp
7637 * gdb.base/savedregs.exp
7638 * gdb.base/sepdebug.exp
7639 * gdb.base/set-noassign.exp
7640 * gdb.base/shlib-call.exp
7641 * gdb.base/shreloc.exp
7642 * gdb.base/sigaltstack.exp
7643 * gdb.base/sigbpt.exp
7644 * gdb.base/siginfo-addr.exp
7645 * gdb.base/siginfo-obj.exp
7646 * gdb.base/siginfo-thread.exp
7647 * gdb.base/signest.exp
7648 * gdb.base/signull.exp
7649 * gdb.base/sigrepeat.exp
7650 * gdb.base/skip.exp
7651 * gdb.base/so-impl-ld.exp
7652 * gdb.base/solib-corrupted.exp
7653 * gdb.base/solib-disc.exp
7654 * gdb.base/solib-display.exp
7655 * gdb.base/solib-overlap.exp
7656 * gdb.base/solib-search.exp
7657 * gdb.base/solib-symbol.exp
7658 * gdb.base/source-execution.exp
7659 * gdb.base/sss-bp-on-user-bp-2.exp
7660 * gdb.base/sss-bp-on-user-bp.exp
7661 * gdb.base/stack-checking.exp
7662 * gdb.base/stale-infcall.exp
7663 * gdb.base/step-break.exp
7664 * gdb.base/step-line.exp
7665 * gdb.base/step-over-exit.exp
7666 * gdb.base/step-test.exp
7667 * gdb.base/structs.exp
7668 * gdb.base/sym-file.exp
7669 * gdb.base/symtab-search-order.exp
7670 * gdb.base/term.exp
7671 * gdb.base/type-opaque.exp
7672 * gdb.base/unload.exp
7673 * gdb.base/until-nodebug.exp
7674 * gdb.base/until.exp
7675 * gdb.base/unwindonsignal.exp
7676 * gdb.base/watch-cond.exp
7677 * gdb.base/watch-non-mem.exp
7678 * gdb.base/watch_thread_num.exp
7679 * gdb.base/watchpoint-reuse-slot.exp
7680 * gdb.base/watchpoint-solib.exp
7681 * gdb.base/watchpoint.exp
7682 * gdb.btrace/dlopen.exp
7683 * gdb.cell/arch.exp
7684 * gdb.cell/break.exp
7685 * gdb.cell/bt.exp
7686 * gdb.cell/core.exp
7687 * gdb.cell/data.exp
7688 * gdb.cell/dwarfaddr.exp
7689 * gdb.cell/ea-cache.exp
7690 * gdb.cell/ea-standalone.exp
7691 * gdb.cell/ea-test.exp
7692 * gdb.cell/f-regs.exp
7693 * gdb.cell/fork.exp
7694 * gdb.cell/gcore.exp
7695 * gdb.cell/mem-access.exp
7696 * gdb.cell/ptype.exp
7697 * gdb.cell/registers.exp
7698 * gdb.cell/sizeof.exp
7699 * gdb.cell/solib-symbol.exp
7700 * gdb.cell/solib.exp
7701 * gdb.compile/compile-tls.exp
7702 * gdb.cp/exception.exp
7703 * gdb.cp/gdb2495.exp
7704 * gdb.cp/local.exp
7705 * gdb.cp/mb-inline.exp
7706 * gdb.cp/mb-templates.exp
7707 * gdb.cp/pr10687.exp
7708 * gdb.cp/pr9167.exp
7709 * gdb.cp/scope-err.exp
7710 * gdb.cp/templates.exp
7711 * gdb.cp/virtfunc.exp
7712 * gdb.dwarf2/dw2-dir-file-name.exp
7713 * gdb.dwarf2/dw2-single-line-discriminators.exp
7714 * gdb.fortran/complex.exp
7715 * gdb.fortran/library-module.exp
7716 * gdb.guile/guile.exp
7717 * gdb.guile/scm-cmd.exp
7718 * gdb.guile/scm-frame-inline.exp
7719 * gdb.guile/scm-objfile.exp
7720 * gdb.guile/scm-pretty-print.exp
7721 * gdb.guile/scm-symbol.exp
7722 * gdb.guile/scm-type.exp
7723 * gdb.guile/scm-value.exp
7724 * gdb.linespec/keywords.exp
7725 * gdb.linespec/ls-errs.exp
7726 * gdb.linespec/macro-relative.exp
7727 * gdb.linespec/thread.exp
7728 * gdb.mi/mi-breakpoint-changed.exp
7729 * gdb.mi/mi-dprintf-pending.exp
7730 * gdb.mi/mi-fullname-deleted.exp
7731 * gdb.mi/mi-logging.exp
7732 * gdb.mi/mi-pending.exp
7733 * gdb.mi/mi-solib.exp
7734 * gdb.mi/new-ui-mi-sync.exp
7735 * gdb.mi/user-selected-context-sync.exp
7736 * gdb.multi/dummy-frame-restore.exp
7737 * gdb.multi/multi-arch-exec.exp
7738 * gdb.multi/remove-inferiors.exp
7739 * gdb.multi/watchpoint-multi-exit.exp
7740 * gdb.opt/solib-intra-step.exp
7741 * gdb.perf/backtrace.exp
7742 * gdb.perf/single-step.exp
7743 * gdb.perf/skip-command.exp
7744 * gdb.perf/skip-prologue.exp
7745 * gdb.perf/solib.exp
7746 * gdb.python/lib-types.exp
7747 * gdb.python/py-as-string.exp
7748 * gdb.python/py-bad-printers.exp
7749 * gdb.python/py-block.exp
7750 * gdb.python/py-breakpoint.exp
7751 * gdb.python/py-cmd.exp
7752 * gdb.python/py-events.exp
7753 * gdb.python/py-evthreads.exp
7754 * gdb.python/py-finish-breakpoint.exp
7755 * gdb.python/py-finish-breakpoint2.exp
7756 * gdb.python/py-frame-inline.exp
7757 * gdb.python/py-frame.exp
7758 * gdb.python/py-inferior.exp
7759 * gdb.python/py-infthread.exp
7760 * gdb.python/py-mi.exp
7761 * gdb.python/py-objfile.exp
7762 * gdb.python/py-pp-maint.exp
7763 * gdb.python/py-pp-registration.exp
7764 * gdb.python/py-prettyprint.exp
7765 * gdb.python/py-recurse-unwind.exp
7766 * gdb.python/py-shared.exp
7767 * gdb.python/py-symbol.exp
7768 * gdb.python/py-symtab.exp
7769 * gdb.python/py-template.exp
7770 * gdb.python/py-type.exp
7771 * gdb.python/py-unwind-maint.exp
7772 * gdb.python/py-unwind.exp
7773 * gdb.python/py-value.exp
7774 * gdb.python/python.exp
7775 * gdb.reverse/finish-reverse-bkpt.exp
7776 * gdb.reverse/insn-reverse.exp
7777 * gdb.reverse/next-reverse-bkpt-over-sr.exp
7778 * gdb.reverse/solib-precsave.exp
7779 * gdb.reverse/solib-reverse.exp
7780 * gdb.stabs/gdb11479.exp
7781 * gdb.stabs/weird.exp
7782 * gdb.threads/fork-child-threads.exp
7783 * gdb.threads/fork-plus-threads.exp
7784 * gdb.threads/fork-thread-pending.exp
7785 * gdb.threads/forking-threads-plus-breakpoint.exp
7786 * gdb.threads/hand-call-in-threads.exp
7787 * gdb.threads/interrupted-hand-call.exp
7788 * gdb.threads/linux-dp.exp
7789 * gdb.threads/local-watch-wrong-thread.exp
7790 * gdb.threads/next-while-other-thread-longjmps.exp
7791 * gdb.threads/non-ldr-exit.exp
7792 * gdb.threads/pending-step.exp
7793 * gdb.threads/print-threads.exp
7794 * gdb.threads/process-dies-while-detaching.exp
7795 * gdb.threads/process-dies-while-handling-bp.exp
7796 * gdb.threads/pthreads.exp
7797 * gdb.threads/queue-signal.exp
7798 * gdb.threads/reconnect-signal.exp
7799 * gdb.threads/signal-command-handle-nopass.exp
7800 * gdb.threads/signal-command-multiple-signals-pending.exp
7801 * gdb.threads/signal-delivered-right-thread.exp
7802 * gdb.threads/signal-sigtrap.exp
7803 * gdb.threads/sigthread.exp
7804 * gdb.threads/staticthreads.exp
7805 * gdb.threads/stepi-random-signal.exp
7806 * gdb.threads/thread-unwindonsignal.exp
7807 * gdb.threads/thread_check.exp
7808 * gdb.threads/thread_events.exp
7809 * gdb.threads/tid-reuse.exp
7810 * gdb.threads/tls-nodebug.exp
7811 * gdb.threads/tls-shared.exp
7812 * gdb.threads/tls-so_extern.exp
7813 * gdb.threads/tls.exp
7814 * gdb.threads/wp-replication.exp
7815 * gdb.trace/actions-changed.exp
7816 * gdb.trace/actions.exp
7817 * gdb.trace/backtrace.exp
7818 * gdb.trace/change-loc.exp
7819 * gdb.trace/collection.exp
7820 * gdb.trace/deltrace.exp
7821 * gdb.trace/disconnected-tracing.exp
7822 * gdb.trace/entry-values.exp
7823 * gdb.trace/ftrace-lock.exp
7824 * gdb.trace/ftrace.exp
7825 * gdb.trace/infotrace.exp
7826 * gdb.trace/mi-trace-frame-collected.exp
7827 * gdb.trace/mi-trace-unavailable.exp
7828 * gdb.trace/mi-traceframe-changed.exp
7829 * gdb.trace/mi-tracepoint-changed.exp
7830 * gdb.trace/mi-tsv-changed.exp
7831 * gdb.trace/no-attach-trace.exp
7832 * gdb.trace/packetlen.exp
7833 * gdb.trace/passc-dyn.exp
7834 * gdb.trace/passcount.exp
7835 * gdb.trace/pending.exp
7836 * gdb.trace/pr16508.exp
7837 * gdb.trace/qtro.exp
7838 * gdb.trace/range-stepping.exp
7839 * gdb.trace/read-memory.exp
7840 * gdb.trace/report.exp
7841 * gdb.trace/save-trace.exp
7842 * gdb.trace/signal.exp
7843 * gdb.trace/stap-trace.exp
7844 * gdb.trace/status-stop.exp
7845 * gdb.trace/strace.exp
7846 * gdb.trace/tfile.exp
7847 * gdb.trace/tfind.exp
7848 * gdb.trace/trace-break.exp
7849 * gdb.trace/trace-condition.exp
7850 * gdb.trace/trace-enable-disable.exp
7851 * gdb.trace/trace-mt.exp
7852 * gdb.trace/tracecmd.exp
7853 * gdb.trace/tracefile-pseudo-reg.exp
7854 * gdb.trace/tspeed.exp
7855 * gdb.trace/tstatus.exp
7856 * gdb.trace/tsv.exp
7857 * gdb.trace/unavailable.exp
7858 * gdb.trace/while-dyn.exp
7859 * gdb.trace/while-stepping.exp
7860 * lib/gdb-guile.exp
7861 * lib/gdb.exp
7862 * lib/mi-support.exp
7863 * lib/pascal.exp
7864 * lib/perftest.exp
7865 * lib/prelink-support.exp
7866 * lib/selftest-support.exp
7867
7868 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
7869
7870 * Makefile.in: Include disable-implicit-rules.mk.
7871
7872 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7873
7874 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
7875 non-byte-aligned bit fields.
7876
7877 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
7878
7879 PR gdb/12616
7880 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
7881 respects the DW_AT_data_bit_offset attribute.
7882
7883 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
7884
7885 * gdb.base/default.exp: Fix output of "set language".
7886
7887 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
7888
7889 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
7890 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
7891 make.
7892 * configure.ac: Remove checks for the make program.
7893 * configure: Re-generate.
7894
7895 2016-11-16 Kevin Buettner <kevinb@redhat.com>
7896
7897 * gdb.python/py-recurse-unwind.c (main): Add loop.
7898 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
7899 to read_register() and gdb.parse_and_eval(). Make each code
7900 call a separate case that can be individually tested.
7901 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
7902 proc. Call cont_and_backtrace for each of the code paths that
7903 we want to test in the unwinder.
7904
7905 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
7906
7907 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
7908 the definition of struct S.
7909
7910 2016-11-11 Catherine Moore <clm@codesourcery.com>
7911
7912 * gdb.base/dump.exp: Identify verilog format dump tests as such.
7913
7914 2016-11-09 Pedro Alves <palves@redhat.com>
7915
7916 * gdb.base/commands.exp (runto_or_return): New procedure.
7917 (gdbvar_simple_if_test, gdbvar_simple_while_test)
7918 (gdbvar_complex_if_while_test, progvar_simple_if_test)
7919 (progvar_simple_while_test, progvar_complex_if_while_test)
7920 (if_while_breakpoint_command_test)
7921 (infrun_breakpoint_command_test, breakpoint_command_test)
7922 (user_defined_command_test, watchpoint_command_test)
7923 (test_command_prompt_position, redefine_hook_test)
7924 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
7925 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
7926 multi_line_input and multi_line. Remove gdb_expect and
7927 gdb_stop_suppressing_tests uses.
7928 * lib/gdb.exp (valnum_re): New global.
7929 (multi_line_input): New procedure.
7930
7931 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
7932
7933 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
7934 Remove.
7935 (test_setup): Define with proc_with_prefix.
7936 (test_cli_inferior): Likewise.
7937 (test_cli_thread): Likewise.
7938 (test_cli_frame): Likewise.
7939 (test_cli_select_frame): Likewise.
7940 (test_cli_up_down): Likewise.
7941 (test_mi_thread_select): Likewise.
7942 (test_mi_stack_select_frame): Likewise.
7943 (test_cli_in_mi_inferior): Likewise.
7944 (test_cli_in_mi_thread): Likewise.
7945 (test_cli_in_mi_frame): Likewise.
7946 (top level): Do not use with_test_prefix_procname.
7947
7948 2016-11-09 Pedro Alves <palves@redhat.com>
7949
7950 * gdb.base/commands.exp (gdbvar_simple_if_test)
7951 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
7952 (progvar_simple_if_test, progvar_simple_while_test)
7953 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
7954 (infrun_breakpoint_command_test, breakpoint_command_test)
7955 (user_defined_command_test, watchpoint_command_test)
7956 (test_command_prompt_position, deprecated_command_test)
7957 (bp_deleted_in_command, temporary_breakpoint_commands)
7958 (stray_arg0_test, source_file_with_indented_comment)
7959 (recursive_source_test, if_commands_test)
7960 (error_clears_commands_left, redefine_hook_test)
7961 (redefine_backtrace_test): Use proc_with_prefix.
7962 * lib/gdb.exp (proc_with_prefix): New proc.
7963
7964 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7965
7966 * gdb.base/tui-layout.c: New file.
7967 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
7968 disassembly window contains very long lines.
7969
7970 2016-11-08 Tom Tromey <tom@tromey.com>
7971
7972 * gdb.python/py-value.exp (test_value_creation): Make "long" test
7973 depend on Python 2.
7974
7975 2016-11-08 Tom Tromey <tom@tromey.com>
7976
7977 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
7978 New method.
7979
7980 2016-10-29 Manish Goregaokar <manish@mozilla.com>
7981
7982 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
7983
7984 2016-10-27 Manish Goregaokar <manish@mozilla.com>
7985
7986 * gdb.rust/simple.rs: Add test for univariant enums without
7987 discriminants and for encoded struct-like enums.
7988
7989 2016-10-28 Pedro Alves <palves@redhat.com>
7990
7991 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
7992 gdb_test_multiple, tighten regexps and match symtabs and line
7993 tables incrementally.
7994
7995 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
7996
7997 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
7998 general.
7999
8000 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
8001
8002 * gdb.base/exec-invalid-sysroot.exp: New file.
8003
8004 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8005
8006 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
8007
8008 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8009
8010 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
8011
8012 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
8013
8014 * gdb.base/killed-outside.exp: Remove $options from a call to
8015 `prepare_for_testing'.
8016
8017 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8018
8019 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8020 Change test message.
8021
8022 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8023
8024 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
8025 Update comment.
8026
8027 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
8028
8029 * gdb.trace/mi-trace-save.exp: New file.
8030
8031 2016-10-13 Yao Qi <yao.qi@linaro.org>
8032
8033 * gdb.base/code_elim.exp (get_var_address): Remove.
8034 * gdb.base/relocate.exp: Likewise.
8035 * gdb.base/shreloc.exp: Likewise.
8036 * lib/gdb.exp (get_var_address): New.
8037
8038 2016-10-13 Yao Qi <yao.qi@linaro.org>
8039
8040 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
8041 floating point tests if $skip_float_test is false.
8042
8043 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
8044
8045 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
8046 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
8047 argc values.
8048 Add 1 to argc so we guarantee distinct initial/modified argc values.
8049
8050 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8051
8052 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
8053
8054 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8055
8056 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
8057 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
8058 * gdb.arch/vsx-regs.exp: Likewise.
8059
8060 2016-10-07 Yao Qi <yao.qi@linaro.org>
8061
8062 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
8063
8064 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
8065
8066 * gdb.python/python.exp: Test decode_line("*0").
8067
8068 2016-10-06 Doug Evans <dje@google.com>
8069
8070 * gdb.python/py-value.exp (test_value_creation): Add test for large
8071 unsigned 64-bit value.
8072
8073 2016-10-06 Tom Tromey <tom@tromey.com>
8074
8075 * gdb.compile/compile.exp: Change java tests to rust.
8076 * gdb.base/setshow.exp: Change java tests to rust.
8077 * gdb.base/default.exp: Remove java from language list.
8078 * README (Examples): Update language example.
8079 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
8080 test.
8081 * lib/gdb.exp (skip_java_tests): Remove.
8082 * lib/java.exp: Remove.
8083 * gdb.java: Remove.
8084
8085 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8086
8087 * gdb.arch/mips-fcr.exp: New test.
8088 * gdb.arch/mips-fcr.c: Source for the new test.
8089
8090 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
8091
8092 * gdb.base/solib-disc.exp: Use `standard_output_file'
8093 throughout.
8094
8095 2016-10-06 Pedro Alves <palves@redhat.com>
8096
8097 * gdb.base/jit-simple-dl.c: New file.
8098 * gdb.base/jit-simple-jit.c: New file, factored out from ...
8099 * gdb.base/jit-simple.c: ... this.
8100 * gdb.base/jit-simple.exp (jit_run): Delete.
8101 (build_jit): New proc.
8102 (jit_test_reread): Recompile either the main program or the shared
8103 library, depending on what is being tested. Skip changing address
8104 if caller wants to. Compare before/after addresses. If testing
8105 standalone, explicitly load the binary. Test "maint info
8106 breakpoints".
8107 (top level): Add "standalone vs shared lib" and "change address"
8108 vs "same address" axes.
8109
8110 2016-10-06 Pedro Alves <palves@redhat.com>
8111
8112 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
8113 call.
8114 (jit_run): Delete.
8115 (jit_test_reread): Use with_test_prefix. Reload the main binary
8116 explicitly. Compare the before/after addresses of the JIT
8117 descriptor.
8118
8119 2016-08-15 Doug Evans <dje@google.com>
8120
8121 * gdb.xml/extra-regs.xml: Update, end field now required, default type
8122 for single bitfields is bool.
8123 * gdb.xml/tdesc-regs.exp: Ditto.
8124
8125 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8126
8127 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
8128
8129 2016-10-05 Yao Qi <yao.qi@linaro.org>
8130
8131 * lib/gdb.exp (support_complex_tests): Return zero if
8132 gdb_skip_float_test return true.
8133
8134 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8135 Simon Marchi <simon.marchi@ericsson.com>
8136
8137 PR gdb/20487
8138 * gdb.mi/user-selected-context-sync.exp: New file.
8139 * gdb.mi/user-selected-context-sync.c: New file.
8140
8141 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
8142 Simon Marchi <simon.marchi@ericsson.com>
8143
8144 PR gdb/20487
8145 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
8146 =thread-select-event check.
8147
8148 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
8149
8150 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
8151 the compulsory L operand changes.
8152 * gdb.arch/powerpc-power.s: Likewise.
8153
8154 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8155
8156 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
8157 * gdb.base/jit-attach-pie.c: New file.
8158 * gdb.base/jit-attach-pie.exp: New file.
8159
8160 2016-09-28 Pedro Alves <palves@redhat.com>
8161
8162 * gdb.base/infcall-input.c: New file.
8163 * gdb.base/infcall-input.exp: New file.
8164
8165 2016-09-22 Yao Qi <yao.qi@linaro.org>
8166
8167 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
8168 (gdb_exit): Rename it to ...
8169 (gdbserver_gdb_exit): ... Close GDBserver.
8170 (gdb_exit): New proc, call gdbserver_gdb_exit.
8171 (mi_gdb_exit): Likewise.
8172
8173 2016-09-22 Yao Qi <yao.qi@linaro.org>
8174
8175 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
8176 path.
8177 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
8178 Remove duplication.
8179
8180 2016-09-22 Yao Qi <yao.qi@linaro.org>
8181
8182 * lib/gdbserver-support.exp: Check the existence of
8183 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
8184
8185 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
8186
8187 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
8188
8189 2016-09-21 Tom Tromey <tom@tromey.com>
8190
8191 PR gdb/20604:
8192 * gdb.base/quit.exp: New file.
8193
8194 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
8195
8196 * .gitignore: New file.
8197
8198 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
8199
8200 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
8201 throughout.
8202
8203 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8204
8205 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
8206
8207 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8208
8209 * gdb.cp/casts.cc (decltype): Move it ...
8210 (main): ... with its call to ...
8211 * gdb.cp/casts03.cc: ... a new file.
8212 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
8213
8214 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8215
8216 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
8217
8218 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
8219
8220 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
8221 and sync up the test with tests in gas/testsuite/gas/ppc.
8222 * gdb.arch/powerpc-power.exp: Likewise.
8223
8224 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8225
8226 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
8227
8228 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
8229 Jan Kratochvil <jan.kratochvil@redhat.com>
8230
8231 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
8232 make m1's definition to be different from m2's. Use 'dummy' as an
8233 argument for probe 'two'.
8234
8235 2016-09-10 Jon Beniston <jon@beniston.com>
8236
8237 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
8238 for sim target.
8239
8240 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
8241
8242 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
8243 variable declaration.
8244 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
8245 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
8246 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
8247 received HWCAP as its argument.
8248
8249 2016-09-06 Pedro Alves <palves@redhat.com>
8250
8251 * gdb.base/new-ui-pending-input.c: New file.
8252 * gdb.base/new-ui-pending-input.exp: New file.
8253 * gdb.exp (clear_gdb_spawn_id): New procedure.
8254 (with_spawn_id): Check whether gdb_spawn_id exists before
8255 referencing it. If gdb_spawn_id didn't exist on entry, clear it
8256 on exit.
8257
8258 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8259
8260 * gdb.base/float128.c: New file.
8261 * gdb.base/float128.exp: Likewise.
8262 * gdb.base/floatn.c: Likewise.
8263 * gdb.base/floatn.exp: Likewise.
8264
8265 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
8266
8267 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
8268
8269 2016-09-05 Pedro Alves <palves@redhat.com>
8270
8271 PR backtrace/19927
8272 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
8273 unwinders are immediately called as side effect of "source" or
8274 "disable unwinder" commands.
8275 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
8276
8277 2016-09-02 Yao Qi <yao.qi@linaro.org>
8278
8279 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
8280 is true and $type is "float" or "double".
8281
8282 2016-09-02 Yao Qi <yao.qi@linaro.org>
8283
8284 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
8285 true.
8286 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
8287 * gdb.base/call-rt-st.exp: Likewise.
8288 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
8289 return value instead of gdb,skip_float_test.
8290 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
8291 (do_function_calls): Use its return value instead of
8292 gdb,skip_float_test.
8293 * gdb.base/finish.exp: Likewise.
8294 * gdb.base/funcargs.exp: Likewise.
8295 * gdb.base/return.exp: Likewise.
8296 * gdb.base/return2.exp: Likewise.
8297 * gdb.base/varargs.exp: Likewise.
8298 * lib/gdb.exp (gdb_skip_float_test): Change it to
8299 gdb_caching_proc. Detect the broken ptrace on arm-linux.
8300
8301 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
8302
8303 * gdb.multi/tids.exp: Test "thread apply all".
8304
8305 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8306
8307 * gdb.base/default.exp (tty): Remove.
8308
8309 2016-08-24 Kevin Buettner <kevinb@redhat.com>
8310
8311 * gdb.python/py-recurse-unwind.c: New file.
8312 * gdb.python/py-recurse-unwind.py: New file.
8313 * gdb.python/py-recurse-unwind.exp: New file.
8314
8315 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
8316
8317 * gdb.base/set-inferior-tty.exp: New file.
8318 * gdb.base/set-inferior-tty.c: New file.
8319
8320 2016-08-23 Pedro Alves <palves@redhat.com>
8321
8322 PR gdb/20494
8323 * gdb.base/new-ui-echo.c: New file.
8324 * gdb.base/new-ui-echo.exp: New file.
8325
8326 2016-08-23 Yao Qi <yao.qi@linaro.org>
8327
8328 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
8329 gdbserver_spawn.
8330 * gdb.server/connect-without-multi-process.exp (do_test):
8331 Likewise.
8332
8333 2016-08-23 Yao Qi <yao.qi@linaro.org>
8334
8335 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
8336 standalone_txt. Delete gdb_txt and standalone_txt on host
8337 and target. Spawn the binary on target. Copy files from
8338 target to host.
8339
8340 2016-08-22 Pedro Alves <palves@redhat.com>
8341
8342 PR gdb/20505
8343 * gdb.base/vdso-warning.exp: Test core dumps too. Use
8344 with_test_prefix. Factor out bits to ...
8345 (test_no_vdso): ... this new procedure.
8346
8347 2016-08-19 Carl Love <cel@us.ibm.com>
8348
8349 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
8350 maintaining separate logic for constructing the output path.
8351 * gdb.arch/powerpc-d128-regs.exp: Likewise.
8352 * gdb.arch/ppc-dfp.exp: Likewise.
8353 * gdb.arch/ppc-fp.exp: Likewise.
8354 * gdb.arch/vsx-regs.exp: Likewise.
8355 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
8356 binprefix for generating the additional binary files.
8357
8358 2016-08-19 Pedro Alves <palves@redhat.com>
8359
8360 * gdb.trace/mi-trace-frame-collected.exp
8361 (test_trace_frame_collected): On x32, expect two registers.
8362
8363 2016-08-18 Carl Love <cel@us.ibm.com>
8364
8365 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
8366 and sync up the test with tests in gas/testsuite/gas/ppc.
8367 * gdb.arch/powerpc-power.exp: Likewise.
8368
8369 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8370
8371 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
8372 expected error message.
8373
8374 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
8375
8376 * gdb.multi/remove-inferiors.exp: New file.
8377 * gdb.multi/remove-inferiors.c: New file.
8378
8379 2016-08-12 Yao Qi <yao.qi@linaro.org>
8380
8381 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
8382 argument list.
8383
8384 2016-08-10 Pedro Alves <palves@redhat.com>
8385
8386 PR gdb/19187
8387 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
8388 setup_kfails.
8389
8390 2016-08-09 Pedro Alves <palves@redhat.com>
8391 Simon Marchi <simon.marchi@ericsson.com>
8392
8393 PR gdb/20418
8394 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
8395 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
8396
8397 2016-08-09 Pedro Alves <palves@redhat.com>
8398
8399 PR mi/20431
8400 * gdb.mi/mi-cmd-error.exp: New file.
8401
8402 2016-08-09 Pedro Alves <palves@redhat.com>
8403
8404 PR gdb/18653
8405 * gdb.base/signals-state-child.c: New file.
8406 * gdb.base/signals-state-child.exp: New file.
8407 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
8408
8409 2016-08-09 Pedro Alves <palves@redhat.com>
8410
8411 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
8412
8413 2016-08-03 Tom Tromey <tom@tromey.com>
8414
8415 PR python/18565:
8416 * gdb.python/py-frame-inline.exp: Add Frame.function test.
8417
8418 2016-08-01 Yao Qi <yao.qi@linaro.org>
8419
8420 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
8421 variable mode to "multi-process" if $multi_process is 1, otherwise
8422 set it to "single-process".
8423
8424 2016-08-01 Yao Qi <yao.qi@linaro.org>
8425
8426 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
8427 * gdb.cp/cpexprs.exp: Likewise.
8428 * gdb.cp/m-static.exp: Likewise.
8429
8430 2016-07-26 Tom Tromey <tom@tromey.com>
8431
8432 PR python/20190:
8433 * gdb.threads/tls.exp (check_thread_local): Add python symbol
8434 test.
8435
8436 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
8437
8438 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
8439 selecting assembly source files.
8440 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
8441 assembly source files.
8442 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
8443 assembly source files.
8444 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
8445 selecting assembly source files.
8446
8447 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
8448
8449 * gdb.base/new-ui.exp (do_test_invalid_args): New
8450 procedure.
8451
8452 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
8453
8454 * gdb.btrace/reconnect.c: New file.
8455 * gdb.btrace/reconnect.exp: New file.
8456
8457 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
8458
8459 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
8460 to test_catch_syscall_group.
8461 (test_catch_syscall_group): New.
8462
8463 2016-07-21 Tom Tromey <tom@tromey.com>
8464
8465 * gdb.rust/simple.rs (main): Use empty struct expression.
8466 * gdb.rust/simple.exp: Add tests for empty struct expression.
8467
8468 2016-07-21 Yao Qi <yao.qi@linaro.org>
8469
8470 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
8471 if gdb_skip_xml_test is true on some targets.
8472
8473 2016-07-21 Yao Qi <yao.qi@linaro.org>
8474
8475 * gdb.server/solib-list.exp: Unset last_loaded_file.
8476
8477 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8478
8479 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
8480 "step into captured_main (args)".
8481
8482 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8483
8484 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
8485
8486 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8487
8488 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
8489
8490 2016-07-19 Pedro Alves <palves@redhat.com>
8491
8492 * gdb.opt/inline-break.exp: Remove optimize=-O2.
8493 * gdb.opt/inline-bt.exp: Likewise.
8494 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
8495 additional_flags=-Winline.
8496 * gdb.opt/inline-locals.exp: Likewise.
8497 * gdb.opt/inline-markers.c (ATTR): Define.
8498 (inlined_fn): Use it.
8499
8500 2016-07-19 Yao Qi <yao.qi@linaro.org>
8501
8502 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
8503 (test_with_self): Remove some code. Remove argument executable.
8504 (top-level): Use do_self_tests.
8505
8506 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
8507 Don Breazeal <donb@codesourcery.com>
8508
8509 * gdb.base/maint.exp: Escape paths used in regular expressions.
8510 * gdb.stabs/weird.exp: Likewise.
8511
8512 2016-07-13 Tom Tromey <tom@tromey.com>
8513
8514 PR python/15620, PR python/18620:
8515 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
8516 (test_bkpt_events): New procs.
8517
8518 2016-07-13 Tom Tromey <tom@tromey.com>
8519
8520 PR python/17698:
8521 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
8522 test.
8523 (test_watchpoints): Likewise.
8524 (test_bkpt_pending): New proc.
8525
8526 2016-07-13 Tom Tromey <tom@tromey.com>
8527
8528 PR cli/18053:
8529 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
8530 completion test.
8531
8532 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8533
8534 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
8535 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
8536 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
8537 f_label.
8538 (g): Rename g_end_lbl to g_label.
8539 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
8540 low_pc and high_pc.
8541 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
8542
8543 2016-07-12 Tom Tromey <tom@tromey.com>
8544
8545 PR python/19293:
8546 * gdb.python/py-unwind-maint.exp: Update tests.
8547
8548 2016-07-12 Yao Qi <yao.qi@linaro.org>
8549
8550 * lib/selftest-support.exp (selftest_setup): Match the output
8551 when captured_main is inlined.
8552
8553 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
8554
8555 * gdb.fortran/derived-types.exp (result_line, result_line_2):
8556 New variables.
8557 (print this%a, print this%b, print this): New tests.
8558 * gdb.fortran/derived-types.f90 (this): New object and
8559 initialization.
8560
8561 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8562
8563 * gdb.ada/arraydim.exp: Remove extra directory level in build
8564 directory.
8565
8566 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
8567
8568 * lib/ada.exp: Remove extra directory level in build directory.
8569 * gdb.ada/cond_lang.exp: Likewise.
8570 * gdb.ada/exec_changed.exp: Likewise.
8571 * gdb.ada/lang_switch.exp: Likewise.
8572
8573 2016-07-06 Manish Goregaokar <manish@mozilla.com>
8574
8575 * simple.rs: Add test for raw pointer subscripting.
8576 * simple.exp: Add test expectations.
8577
8578 2016-07-05 Yao Qi <yao.qi@linaro.org>
8579
8580 * gdb.mi/mi-reverse.exp: Match =record-started output.
8581
8582 2016-07-01 Pedro Alves <palves@redhat.com>
8583
8584 * gdb.base/jit-reader.exp (info_registers_current_frame): New
8585 procedure.
8586 (jit_reader_test): Test the jit reader's unwinder.
8587 * gdb.base/jithost.c (jit_function_00_code): New global.
8588 (main): Use memcpy to fill in the mmapped code, instead of poking
8589 bytes manually here.
8590 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
8591 value.
8592 (read_debug_info): Save the function's range.
8593 (read_sp): New function.
8594 (unwind_frame): Use it. Also unwind RBP.
8595 (get_frame_id): Use read_sp.
8596 (gdb_init_reader): Use calloc instead of malloc.
8597 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
8598 parameter. Use gdb_test_multiple.
8599
8600 2016-07-01 Pedro Alves <palves@redhat.com>
8601 Antoine Tremblay <antoine.tremblay@ericsson.com>
8602
8603 * gdb.threads/process-dies-while-detaching.c: New file.
8604 * gdb.threads/process-dies-while-detaching.exp: New file.
8605
8606 2016-07-01 Pedro Alves <palves@redhat.com>
8607
8608 * gdb.multi/watchpoint-multi-exit.c: New file.
8609 * gdb.multi/watchpoint-multi-exit.exp: New file.
8610
8611 2016-06-30 Pedro Alves <palves@redhat.com>
8612
8613 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
8614 unset inferior_spawn_id.
8615
8616 2016-06-30 Pedro Alves <palves@redhat.com>
8617
8618 * lib/mi-support.exp (default_mi_gdb_start): Declare global
8619 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
8620
8621 2016-06-29 Yao Qi <yao.qi@linaro.org>
8622
8623 * gdb.base/return.c: Add copyright header.
8624
8625 2016-06-29 Tom Tromey <tom@tromey.com>
8626
8627 PR python/20129:
8628 * gdb.python/py-framefilter.exp: Add tests for setting priority
8629 and disabling of non-existent frame filter.
8630
8631 2016-06-29 Yao Qi <yao.qi@linaro.org>
8632
8633 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
8634 0x0f07ff.
8635
8636 2016-06-28 Yao Qi <yao.qi@linaro.org>
8637
8638 * gdb.base/catch-syscall.exp: Remove check on isnative and target
8639 triplets. Start gdb, execute catch syscall, and continue. Check
8640 gdb's output to determine catch syscall is supported.
8641
8642 2016-06-27 Manish Goregaokar <manish@mozilla.com>
8643
8644 * gdb.rust/simple.rs: Add test for returning unit in a function.
8645 * gdb.rust/simple.exp: Add expectation for functions returning
8646 unit.
8647
8648 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
8649
8650 * gdb.python/py-breakpoint-create-fail.c,
8651 gdb.python/py-breakpoint-create-fail.exp,
8652 gdb.python/py-breakpoint-create-fail.py: New testcase.
8653
8654 2016-06-25 Manish Goregaokar <manish@mozilla.com>
8655
8656 PR gdb/20239
8657 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
8658 * gdb.rust/simple.exp: Add test expectations for new NonZero
8659 tests.
8660
8661 2016-06-24 David Taylor <dtaylor@emc.com>
8662
8663 * gdb.base/offsets.exp: New file.
8664 * gdb.base/offsets.c: New file.
8665
8666 2016-06-23 Tom Tromey <tom@tromey.com>
8667
8668 PR gdb/16483:
8669 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
8670 before any filters are loaded.
8671
8672 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
8673
8674 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
8675 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
8676 structs.
8677 * gdb.fortran/derived-type-function.exp: New file.
8678 * gdb.fortran/derived-type-function.f90: New file.
8679
8680
8681 2016-06-21 Pedro Alves <palves@redhat.com>
8682
8683 * gdb.base/new-ui.exp: New file.
8684 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
8685 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
8686 (with_spawn_id): New procedure.
8687
8688 2016-06-21 Pedro Alves <palves@redhat.com>
8689
8690 * gdb.mi/mi-exec-run.exp: New file.
8691
8692 2016-06-21 Pedro Alves <palves@redhat.com>
8693
8694 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
8695 breakpoint command's output on the main UI.
8696 (test_break): New procedure, factored out from calls in the top
8697 level.
8698 (top level): Use foreach_with_prefix to test MI as main UI and as
8699 separate UI.
8700
8701 2016-06-21 Pedro Alves <palves@redhat.com>
8702
8703 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
8704 (test_awatch_creation_and_listing)
8705 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
8706 Remove 'type' parameter.
8707 (test_watchpoint_all): New parameter mi_mode. Remove
8708 with_test_prefix.
8709 (top level): Use foreach_with_prefix, and add main/separate UI MI
8710 testing axis.
8711
8712 2016-06-21 Pedro Alves <palves@redhat.com>
8713
8714 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
8715 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
8716 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
8717 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
8718 (gdb_main_spawn_id, mi_spawn_id): Declare and
8719 comment.
8720 (mi_create_inferior_pty): New procedure,
8721 factored out from default_mi_gdb_start.
8722 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
8723 procedures.
8724 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
8725 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
8726 Use mi_create_inferior_pty.
8727 (mi_gdb_start): Use eval to pass down args list.
8728
8729 2016-06-21 Pedro Alves <palves@redhat.com>
8730
8731 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
8732 * gdb.opt/inline-cmds.exp: Add MI tests.
8733
8734 2016-06-21 Pedro Alves <palves@redhat.com>
8735
8736 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
8737
8738 2016-06-21 Pedro Alves <palves@redhat.com>
8739
8740 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
8741 (top level): Use it instead of mi_execute_to.
8742
8743 2016-06-21 Pedro Alves <palves@redhat.com>
8744
8745 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
8746 (cont_handler_str): New.
8747 (signal_stop_handler): Set stop_handler_str instead of printing to
8748 stdout.
8749 (continue_handler): Set cont_handler_str instead of printing to
8750 stdout.
8751 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
8752 mi_send_resuming_command. Print stop_handler_str and
8753 cont_handler_str instead of expecting the python events print
8754 directly.
8755
8756 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8757
8758 * gdb.base/jit-reader.exp: New file.
8759 * gdb.base/jithost.c: New file.
8760 * gdb.base/jithost.h: New file.
8761 * gdb.base/jitreader.c : New file.
8762 * gdb.base/jit-protocol.h: New file.
8763
8764 2016-06-17 Yao Qi <yao.qi@linaro.org>
8765
8766 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
8767 parameters follow_fork and detach_on_fork. Set follow-fork-mode
8768 and detach-on-fork. Adjust tests.
8769 (top level): Invoke break_cond_on_syscall with combinations of
8770 syscall, follow-fork-mode and detach-on-fork.
8771
8772 2016-06-17 Yao Qi <yao.qi@linaro.org>
8773
8774 * gdb.base/step-over-exit.c: New.
8775 * gdb.base/step-over-exit.exp: New.
8776
8777 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
8778
8779 * gdb.base/float.exp: Add target check for nds32*-*-*.
8780 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
8781
8782 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
8783
8784 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
8785 for unsupported target features.
8786 * gdb.base/call-rt-st.exp: Likewise.
8787 * gdb.base/call-sc.exp: Likewise.
8788 * gdb.base/call-signal-resume.exp: Likewise.
8789 * gdb.base/call-strs.exp: Likewise.
8790 * gdb.base/callexit.exp: Likewise.
8791 * gdb.base/callfuncs.exp: Likewise.
8792 * gdb.base/nodebug.exp: Likewise.
8793 * gdb.base/printcmds.exp: Likewise.
8794 * gdb.base/ptype.exp: Likewise.
8795 * gdb.base/structs.exp: Likewise.
8796 * gdb.base/unwindonsignal.exp: Likewise.
8797 * gdb.cp/gdb2495.exp: Likewise.
8798 * gdb.cp/templates.exp: Likewise.
8799 * gdb.cp/virtfunc.exp: Likewise.
8800 * gdb.threads/hand-call-in-threads.exp: Likewise.
8801 * gdb.threads/interrupted-hand-call.exp: Likewise.
8802 * gdb.threads/thread-unwindonsignal.exp: Likewise.
8803
8804 2016-06-10 Tom Tromey <tom@tromey.com>
8805
8806 PR rust/20110:
8807 * gdb.rust/expr.exp: Add test for integer constant larger than
8808 i32.
8809
8810 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
8811
8812 * gdb.fortran/nested-funcs.exp: New.
8813 * gdb.fortran/nested-funcs.f90: New.
8814
8815 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
8816
8817 * gdb.base/examine-backward.c: New file.
8818 * gdb.base/examine-backward.exp: New file.
8819
8820 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
8821
8822 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
8823 matching.
8824
8825 2016-06-02 Tom Tromey <tom@tromey.com>
8826
8827 PR python/18984:
8828 * gdb.python/py-shared.exp: Add solib_name test.
8829
8830 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
8831
8832 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
8833
8834 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
8835
8836 PR c++/19893
8837 * gdb.dwarf2/implref.exp: Rename to...
8838 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
8839 * gdb.dwarf2/implref-array.c: New file.
8840 * gdb.dwarf2/implref-array.exp: Likewise.
8841 * gdb.dwarf2/implref-global.c: Likewise.
8842 * gdb.dwarf2/implref-global.exp: Likewise.
8843 * gdb.dwarf2/implref-struct.c: Likewise.
8844 * gdb.dwarf2/implref-struct.exp: Likewise.
8845
8846 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8847
8848 * gdb.trace/trace-condition.exp: Add 64bit tests.
8849
8850 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8851
8852 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
8853 bits types.
8854 (main): Adapt to 8 to 64 bits types.
8855 * gdb.trace/trace-condition.exp: Add new tests.
8856
8857 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8858
8859 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
8860
8861 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8862
8863 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
8864 Move condition tests...
8865 * gdb.trace/trace-condition.exp: Here.
8866
8867 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
8868
8869 * gdb.trace/trace-condition.exp: Add counter-case tests.
8870
8871 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8872
8873 PR c++/15231
8874 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
8875 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
8876
8877 2016-05-27 Pedro Alves <palves@redhat.com>
8878
8879 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
8880 New procedure.
8881 (top level): Call it, and bail out of DejaGnu is known to be bad.
8882
8883 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
8884
8885 * gdb.base/whatis.c: Extend the test case.
8886 * gdb.base/whatis.exp: Add additional tests.
8887
8888 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8889
8890 * gdb.fortran/type.f90: Add pointer variable.
8891 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
8892
8893 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8894
8895 * gdb.fortran/vla-type.exp: Fix testcase name.
8896
8897 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8898
8899 * gdb.fortran/vla-type.exp: Access elements in nested structs.
8900
8901 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8902
8903 * gdb.fortran/type.f90: Add nested structures.
8904 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
8905 * gdb.fortran/derived-type.exp: Adapt expected output.
8906 * gdb.fortran/vla-type.exp: Adapt expected output.
8907
8908 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8909
8910 * gdb.fortran/whatis_type.exp: Adapt expected output.
8911
8912 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8913
8914 * gdb.fortran/print_type.exp: Fix expected output.
8915 * gdb.fortran/whatis_type.exp: Fix expected output.
8916
8917 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
8918
8919 * gdb.fortran/whatis_type.exp: Use multi_line.
8920
8921 2016-05-24 Tom Tromey <tom@tromey.com>
8922
8923 PR python/17386:
8924 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
8925 use value as an index.
8926
8927 2016-05-23 Tom Tromey <tom@tromey.com>
8928
8929 PR python/17981:
8930 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
8931 no-breakpoint case.
8932
8933 2016-05-24 Pedro Alves <palves@redhat.com>
8934
8935 PR gdb/19828
8936 * gdb.threads/clone-attach-detach.c: New file.
8937 * gdb.threads/clone-attach-detach.exp: New file.
8938
8939 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
8940
8941 * gdb.base/annota-input-while-running.exp: Fix syntax error.
8942
8943 2016-05-23 Tom Tromey <tom@tromey.com>
8944
8945 PR python/19438, PR python/18393:
8946 * gdb.python/py-progspace.exp: Add "dir" test.
8947 * gdb.python/py-objfile.exp: Add "dir" test.
8948
8949 2016-05-23 Yao Qi <yao.qi@linaro.org>
8950
8951 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
8952 * gdb.arch/thumb2-it.exp: Likewise.
8953
8954 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
8955
8956 * gdb.mi/mi-threads-interrupt.c: New file.
8957 * gdb.mi/mi-threads-interrupt.exp: New file.
8958
8959 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
8960
8961 PR gdb/18077
8962 * gdb.mi/mi-async-run.exp: New file.
8963 * gdb.mi/mi-async-run.c: New file.
8964
8965 2016-05-17 Tom Tromey <tom@tromey.com>
8966 Manish Goregaokar <manishsmail@gmail.com>
8967
8968 * lib/rust-support.exp: New file.
8969 * lib/gdb.exp (skip_rust_tests): New proc.
8970 (build_executable_from_specs): Handle rust.
8971 * lib/future.exp (gdb_find_rustc): New proc.
8972 (gdb_default_target_compile): Handle rust.
8973 * gdb.rust/expr.exp: New file.
8974 * gdb.rust/generics.exp: New file.
8975 * gdb.rust/generics.rs: New file.
8976 * gdb.rust/methods.exp: New file.
8977 * gdb.rust/methods.rs: New file.
8978 * gdb.rust/modules.exp: New file.
8979 * gdb.rust/modules.rs: New file.
8980 * gdb.rust/simple.exp: New file.
8981 * gdb.rust/simple.rs: New file.
8982
8983 2016-05-17 Tom Tromey <tom@tromey.com>
8984
8985 * gdb.base/default.exp (set language): Add rust.
8986
8987 2016-05-17 Tom Tromey <tom@tromey.com>
8988
8989 * gdb.gdb/unittest.exp: New file.
8990
8991 2016-05-16 Yao Qi <yao.qi@linaro.org>
8992
8993 * gdb.base/batch-preserve-term-settings.exp: Remove variable
8994 shell_prompt. Update shell_prompt_re.
8995
8996 2016-05-12 Doug Evans <dje@google.com>
8997
8998 PR symtab/19999
8999 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
9000 $options when building executable.
9001 * gdb.dwarf2/fission-loclists-pie.S: New file.
9002 * gdb.dwarf2/fission-loclists-pie.exp: New file.
9003
9004 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9005
9006 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
9007 of [is_remote target],
9008
9009 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
9010
9011 * lib/gdb.exp (use_gdb_stub): New procedure.
9012
9013 2016-05-03 Yunlian Jiang <yunlian@google.com>
9014 Doug Evans <dje@google.com>
9015
9016 PR symtab/19914
9017 * gdb.dwarf2/dwp-sepdebug.c: New file.
9018 * gdb.dwarf2/dwp-sepdebug.exp: New file.
9019
9020 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9021
9022 * gdb.base/detach.exp: Remove is_remote check.
9023
9024 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
9025
9026 * gdb.base/annota-input-while-running.exp: Don't check for
9027 [is_remote target]. Enable annotations after running to main.
9028 Remove unused "set test..." line.
9029
9030 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9031
9032 * gdb.trace/trace-enable-disable.exp: New file.
9033 * gdb.trace/trace-enable-disable.c: New file.
9034
9035 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
9036
9037 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
9038 use it in info sharedlibrary test.
9039 * gdb.trace/ftrace-lock.exp: Likewise.
9040 * gdb.trace/ftrace.exp: Likewise.
9041 * gdb.trace/range-stepping.exp: Likewise.
9042 * gdb.trace/trace-break.exp: Likewise.
9043 * gdb.trace/trace-condition.exp: Likewise.
9044 * gdb.trace/trace-mt.exp: Likewise.
9045
9046 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9047
9048 * lib/gdb.exp (gdb_load_shlibs): Rename to...
9049 (gdb_load_shlib): ... this.
9050 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
9051 gdb_load_shlib.
9052 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
9053 * gdb.base/ctxobj.exp: Likewise.
9054 * gdb.base/dprintf-pending.exp: Likewise.
9055 * gdb.base/dso2dso.exp: Likewise.
9056 * gdb.base/fixsection.exp: Likewise.
9057 * gdb.base/gcore-relro.exp: Likewise.
9058 * gdb.base/gdb1555.exp: Likewise.
9059 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9060 * gdb.base/gnu-ifunc.exp: Likewise.
9061 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
9062 * gdb.base/jit-so.exp (one_jit_test): Likewise.
9063 * gdb.base/pending.exp: Likewise.
9064 * gdb.base/print-file-var.exp: Likewise.
9065 * gdb.base/print-symbol-loading.exp: Likewise.
9066 * gdb.base/shlib-call.exp: Likewise.
9067 * gdb.base/shreloc.exp: Likewise.
9068 * gdb.base/so-impl-ld.exp: Likewise.
9069 * gdb.base/solib-disc.exp: Likewise.
9070 * gdb.base/solib-nodir.exp: Likewise.
9071 * gdb.base/solib-overlap.exp: Likewise.
9072 * gdb.base/solib-symbol.exp: Likewise.
9073 * gdb.base/solib-weak.exp (do_test): Likewise.
9074 * gdb.base/sym-file.exp: Likewise.
9075 * gdb.base/symtab-search-order.exp: Likewise.
9076 * gdb.base/type-opaque.exp: Likewise.
9077 * gdb.base/unload.exp: Likewise.
9078 * gdb.base/watchpoint-solib.exp: Likewise.
9079 * gdb.compile/compile.exp: Likewise.
9080 * gdb.cp/gdb2384.exp: Likewise.
9081 * gdb.cp/infcall-dlopen.exp: Likewise.
9082 * gdb.cp/re-set-overloaded.exp: Likewise.
9083 * gdb.fortran/library-module.exp: Likewise.
9084 * gdb.opt/solib-intra-step.exp: Likewise.
9085 * gdb.python/py-finish-breakpoint.exp: Likewise.
9086 * gdb.python/py-shared.exp: Likewise.
9087 * gdb.reverse/solib-precsave.exp: Likewise.
9088 * gdb.reverse/solib-reverse.exp: Likewise.
9089 * gdb.server/solib-list.exp: Likewise.
9090 * gdb.threads/dlopen-libpthread.exp: Likewise.
9091 * gdb.threads/tls-shared.exp: Likewise.
9092 * gdb.threads/tls-so_extern.exp: Likewise.
9093 * gdb.trace/change-loc.exp: Likewise.
9094 * gdb.trace/ftrace-lock.exp: Likewise.
9095 * gdb.trace/ftrace.exp: Likewise.
9096 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
9097 * gdb.trace/pending.exp: Likewise.
9098 * gdb.trace/range-stepping.exp: Likewise.
9099 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
9100 (strace_info_marker): Likewise.
9101 (strace_probe_marker): Likewise.
9102 (strace_trace_on_same_addr): Likewise.
9103 (strace_trace_on_diff_addr): Likewise.
9104 * gdb.trace/trace-break.exp: Likewise.
9105 * gdb.trace/trace-condition.exp: Likewise.
9106 * gdb.trace/trace-mt.exp: Likewise.
9107
9108 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
9109
9110 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
9111 result of gdb_remote_download.
9112 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
9113 * gdb.base/dso2dso.exp: Likewise.
9114 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9115 * gdb.base/print-file-var.exp: Likewise.
9116 * gdb.base/shlib-call.exp: Likewise.
9117 * gdb.base/shreloc.exp: Likewise.
9118 * gdb.base/solib-overlap.exp: Likewise.
9119 * gdb.base/solib-weak.exp (do_test): Likewise.
9120 * gdb.base/unload.exp: Likewise.
9121
9122 2016-04-27 Yao Qi <yao.qi@linaro.org>
9123
9124 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
9125 exists.
9126
9127 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9128
9129 * vla-type.exp: Print structure from toplevel.
9130
9131 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9132
9133 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
9134 of dynamic types.
9135 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
9136 of dynamic types.
9137
9138 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
9139
9140 * gdb.fortran/vla-type.f90: New file.
9141 * gdb.fortran/vla-type.exp: New file.
9142
9143 2016-04-25 Yao Qi <yao.qi@linaro.org>
9144
9145 * gdb.base/branch-to-self.c: New file.
9146 * gdb.base/branch-to-self.exp: New file.
9147
9148 2016-04-22 Yao Qi <yao.qi@linaro.org>
9149
9150 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
9151 more after $hex.
9152
9153 2016-04-22 Yao Qi <yao.qi@linaro.org>
9154
9155 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
9156 * gdb.base/annota3.exp: Likewise.
9157
9158 2016-04-22 Yao Qi <yao.qi@linaro.org>
9159
9160 * gdb.reverse/step-precsave.exp: Do one step and test program
9161 stops in "callee" and do multiple steps until program goes out
9162 of "callee".
9163 * gdb.reverse/step-reverse.exp: Likewise.
9164
9165 2016-04-22 Yao Qi <yao.qi@linaro.org>
9166
9167 * gdb.trace/signal.exp: Also pass if
9168 $tracepoint_hits($i) > $iterations.
9169
9170 2016-04-22 Yao Qi <yao.qi@linaro.org>
9171
9172 * gdb.trace/signal.c: New file.
9173 * gdb.trace/signal.exp: New file.
9174
9175 2016-04-19 Doug Evans <xdje42@gmail.com>
9176
9177 * gdb.base/bad-file.exp: New file.
9178
9179 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
9180
9181 * gdb.dwarf2/implref.exp: New file.
9182
9183 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9184
9185 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
9186 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
9187 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
9188 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
9189 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
9190 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
9191 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
9192 * lib/fortran.exp (fortran_int4): New procedure.
9193 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
9194 (fortran_logical4): Likewise.
9195
9196 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
9197
9198 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
9199
9200 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
9201
9202 * lib/compiler.c: Add Intel specific preprocessor macros.
9203 * lib/compiler.cc: Likewise.
9204
9205 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
9206
9207 * gdb.server/connect-with-no-symbol-file.c: New file.
9208 * gdb.server/connect-with-no-symbol-file.exp: New file.
9209
9210 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9211
9212 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
9213
9214 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
9215
9216 * boards/gdbserver-base.exp (${board}_download): Copy source file to
9217 standard output directory.
9218
9219 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
9220
9221 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
9222
9223 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
9224
9225 * gdb.btrace/instruction_history.c (loop): Add declaration.
9226
9227 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9228
9229 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
9230
9231 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
9232
9233 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
9234 parentheses to print.
9235 (continue_handler): Likewise.
9236
9237 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
9238
9239 * gdb.server/solib-list.exp: Remove is_remote check.
9240 Pass shlib= to gdb_compile. Don't link shared library with
9241 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
9242 Run binary filename through "readlink -f" on the target.
9243
9244 2016-04-08 Pedro Alves <palves@redhat.com>
9245
9246 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
9247 interpreter filename as argument to gdbserver_spawn.
9248 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9249 Return empty if $last_loaded_file does not exist.
9250
9251 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9252
9253 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
9254 * gdb.base/jit-main.c: Use exit after usage.
9255
9256 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9257
9258 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
9259 GDBHISTSIZE prior to the tests.
9260 * gdb.base/gdbinit-history.exp: Likewise.
9261
9262 2016-04-07 Pedro Alves <palves@redhat.com>
9263
9264 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
9265 instead of build_executable. Use gdb_load_shlibs.
9266
9267 2016-04-07 Yao Qi <yao.qi@linaro.org>
9268
9269 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
9270 Execute "si" command.
9271
9272 2016-04-07 Yao Qi <yao.qi@linaro.org>
9273
9274 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
9275 number instead of the comments on some line.
9276
9277 2016-04-06 Don Breazeal <donb@codesourcery.com>
9278
9279 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
9280 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
9281
9282 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
9283
9284 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
9285 standard_output_file. Remove unused binfile variable.
9286
9287 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
9288
9289 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
9290 * gdb.python/py-mi-objfile.exp: Match "list main" output
9291 in console format.
9292
9293 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
9294
9295 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
9296 absolute.
9297
9298 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9299
9300 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
9301 absolute.
9302 * gdb.trace/ftrace.exp: Likewise.
9303 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
9304 targets as well.
9305 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
9306 (gdb_load_shlibs): Copy libraries to test directory when testing
9307 natively. Only set solib-search-path if testing remotely.
9308 * lib/mi-support.exp (mi_load_shlibs): Likewise.
9309
9310 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
9311
9312 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
9313 gdb_download. Use it even if the target is not remote.
9314 * gdb.base/jit.exp (compile_jit_test): Likewise.
9315 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
9316 output directory if the destination board is local, otherwise use
9317 the standard remote_download from DejaGnu.
9318 (gdb_download): Remove.
9319 (gdb_load_shlibs): Use gdb_remote_download instead of
9320 gdb_download.
9321 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
9322 Use gdb_remote_download instead of gdb_download. Use it even if
9323 the target is not remote.
9324 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
9325 instead of gdb_download.
9326
9327 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
9328
9329 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
9330 (test_insert_delete_modify): Call mi_load_shlibs before trying to
9331 run.
9332
9333 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
9334
9335 PR gdb/19820
9336 * gdb.base/printcmds.exp: Add artificial arrays tests.
9337
9338 2016-03-31 Pedro Alves <palves@redhat.com>
9339
9340 PR gdb/19858
9341 * gdb.base/jit-main.c: Include unistd.h.
9342 (ATTACH): Define to 0 if not already defined.
9343 (wait_for_gdb, mypid): New globals.
9344 (WAIT_FOR_GDB): New macro.
9345 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
9346 some breakpoint locations.
9347 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
9348 New procedures.
9349 (one_jit_test): Add REATTACH parameter, and handle it. Use
9350 continue_to_test_location.
9351 (top level): Test attach, and adjusts calls to one_jit_test.
9352
9353 2016-03-31 Pedro Alves <palves@redhat.com>
9354
9355 PR gdb/19858
9356 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
9357 BINSUFFIX parameter, and handle it.
9358 (top level): Adjust calls compile_jit_test.
9359
9360 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
9361
9362 PR python/19743
9363 * gdb.python/py-mi-events-gdb.py: New file.
9364 * gdb.python/py-mi-events.c: New file.
9365 * gdb.python/py-mi-events.exp: New file.
9366
9367 2016-03-30 Yao Qi <yao.qi@linaro.org>
9368
9369 * gdb.reverse/until-precsave.exp: Match function name only.
9370 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
9371 Move malloc to a condition block.
9372 * gdb.reverse/until-reverse.exp: Match function name only.
9373
9374 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
9375
9376 * gdb.trace/ftrace.exp: Set arg0exp for s390.
9377 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
9378 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
9379 variable for GPR 0 instead of assuming it is register 0.
9380 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
9381 * lib/trace-support.exp: Add s390 registers.
9382
9383 2016-03-29 Yao Qi <yao.qi@linaro.org>
9384
9385 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
9386
9387 2016-03-24 Yao Qi <yao.qi@linaro.org>
9388
9389 * gdb.reverse/break-reverse.exp: Add quotation mark in the
9390 test message.
9391
9392 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9393
9394 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
9395 maintaining separate logic for constructing the output path.
9396
9397 2016-03-16 Don Breazeal <donb@codesourcery.com>
9398
9399 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
9400 Retry fork and waitpid on interrupted system call errors.
9401 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9402 Use with_timeout_factor to increase timeout by factor of 10.
9403
9404 2016-03-15 Don Breazeal <donb@codesourcery.com>
9405
9406 * gdb.cp/scope-err.cc: New test program.
9407 * gdb.cp/scope-err.exp: New test script.
9408 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
9409 lines and "set breakpoint here" comment.
9410 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
9411 Fixed some whitespace and format issues.
9412 * gdb.mi/mi-linespec-err-cp.cc: New test program.
9413 * gdb.mi/mi-linespec-err-cp.exp: New test script.
9414
9415 2016-03-15 Doug Evans <dje@google.com>
9416
9417 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
9418 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
9419 All callers updated. Add tests for enums, mixed flags register.
9420
9421 2016-03-15 Doug Evans <dje@google.com>
9422
9423 * gdb.base/skip.c (main): Call test_skip_file_and_function.
9424 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
9425
9426 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
9427
9428 * gdb.base/default.exp: Add $_as_string to the list of expected
9429 convenience functions.
9430
9431 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
9432
9433 * gdb.base/maint.exp: New tests for 'maint info line-table'.
9434
9435 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
9436
9437 * gdb.python/py-as-string.exp: New file.
9438 * gdb.python/py-as-string.c: New file.
9439
9440 2016-03-09 Pedro Alves <palves@redhat.com>
9441
9442 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
9443 signal" -> "Thread NN received signal" output change.
9444 * gdb.threads/ia64-sigill.exp: Likewise.
9445 * gdb.threads/linux-dp.exp: Likewise.
9446 * gdb.threads/manythreads.exp: Likewise.
9447 * gdb.threads/pending-step.exp: Likewise.
9448 * gdb.threads/print-threads.exp: Likewise.
9449 * gdb.threads/sigstep-threads.exp: Likewise.
9450 * gdb.threads/staticthreads.exp: Likewise.
9451 * gdb.threads/tls.exp: Likewise.
9452
9453 2016-03-09 Pedro Alves <palves@redhat.com>
9454
9455 * gdb.base/command-line-input.exp: New file.
9456
9457 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9458
9459 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
9460 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
9461 * gdb.trace/pending.exp: Accept leading dot before function name.
9462 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
9463 * lib/trace-support.exp: Set registers for ppc.
9464
9465 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9466
9467 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
9468 use it for disassembly; accept .main in addition to main in backtrace.
9469
9470 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
9471 Marcin Kościelnicki <koriakin@0x04.net>
9472
9473 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
9474 (gdb_recursion_test_ptr): New global variable.
9475 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
9476 gdb_recursion_test.
9477 (gdb_c_test): Ditto.
9478
9479 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9480
9481 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
9482 ordering.
9483
9484 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
9485
9486 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
9487 (bar): Add bar_start_lbl label.
9488 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
9489 of foo/bar for emitting DWARF and tracing.
9490
9491 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
9492
9493 * analyze-racy-logs.py: Set executable bit.
9494
9495 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
9496
9497 * Makefile.in (DEFAULT_RACY_ITER): New variable.
9498 (CHECK_TARGET_TMP): Likewise.
9499 (check-single-racy): New rule.
9500 (check-parallel-racy): Likewise.
9501 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
9502 (do-check-parallel-racy): New rule.
9503 (check-racy/%.exp): Likewise.
9504 * README (Racy testcases): New section.
9505 * analyze-racy-logs.py: New file.
9506
9507 2016-03-03 Doug Evans <dje@google.com>
9508
9509 * gdb.base/skip.exp: Use with_test_prefix.
9510
9511 2016-03-03 Yao Qi <yao.qi@linaro.org>
9512
9513 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
9514 Invoke step_over_syscall "clone" and break_cond_on_syscall
9515 "clone".
9516 * gdb.base/step-over-clone.c: New file.
9517
9518 2016-03-03 Yao Qi <yao.qi@linaro.org>
9519
9520 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
9521 code format.
9522
9523 2016-03-03 Yao Qi <yao.qi@linaro.org>
9524
9525 * gdb.base/disp-step-fork.c: Rename to ...
9526 * gdb.base/step-over-fork.c: ... it. New file.
9527 * gdb.base/disp-step-vfork.c: Rename to ...
9528 * gdb.base/step-over-vfork.c: ... it. New file.
9529 * gdb.base/disp-step-syscall.exp: Rename to ...
9530 * gdb.base/step-over-syscall.exp: ... it. New file.
9531 (disp_step_cross_syscall): Rename to ...
9532 (step_over_syscall): ... it.
9533
9534 2016-03-03 Yao Qi <yao.qi@linaro.org>
9535
9536 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
9537 If target supports condition evaluation on target, invoke
9538 break_cond_on_syscall for fork and vfork.
9539
9540 2016-03-03 Yao Qi <yao.qi@linaro.org>
9541
9542 * gdb.base/disp-step-syscall.exp: Don't invoke
9543 support_displaced_stepping.
9544 (disp_step_cross_syscall): Test with displaced stepping off and
9545 on if supported.
9546
9547 2016-03-03 Yao Qi <yao.qi@linaro.org>
9548
9549 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
9550 proc.
9551 (setup): New proc.
9552 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
9553 and setup.
9554
9555 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9556
9557 * gdb.fortran/vla-history.exp: Remove breakpoint.
9558
9559 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9560
9561 * gdb.fortran/vla-history.exp: Lookup array elements and printing
9562 exceeds timeout.
9563
9564 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9565
9566 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
9567 breakpoint.
9568
9569 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
9570
9571 * gdb.mi/vla.f90: Nullify pointer after declaration.
9572
9573 2016-03-01 Pedro Alves <palves@redhat.com>
9574
9575 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
9576
9577 2016-03-01 Pedro Alves <palves@redhat.com>
9578
9579 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
9580 before anything else.
9581 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
9582 _GNU_SOURCE here.
9583 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
9584 before anything else.
9585 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
9586
9587 2016-03-01 Pedro Alves <palves@redhat.com>
9588
9589 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
9590
9591 2016-03-01 Yao Qi <yao.qi@linaro.org>
9592
9593 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
9594 prepare_for_testing.
9595
9596 2016-03-01 Yao Qi <yao.qi@linaro.org>
9597
9598 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
9599
9600 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9601
9602 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
9603 manually constructing the output path.
9604
9605 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9606
9607 * gdb.arch/s390-stackless.S: New.
9608 * gdb.arch/s390-stackless.exp: New.
9609
9610 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
9611
9612 * gdb.dlang/circular.c: New file.
9613 * gdb.dlang/circular.exp: New file.
9614
9615 2016-02-26 Yao Qi <yao.qi@linaro.org>
9616
9617 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
9618 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
9619 (testcases): Update.
9620
9621 2016-02-26 Yao Qi <yao.qi@linaro.org>
9622
9623 * gdb.reverse/aarch64.c: Rename to ...
9624 * gdb.reverse/insn-reverse.c: ... it.
9625 * gdb.reverse/aarch64.exp: Rename to ...
9626 * gdb.reverse/insn-reverse.exp: ... it.
9627
9628 2016-02-26 Yao Qi <yao.qi@linaro.org>
9629
9630 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
9631 (testcase_ftype): New.
9632 (testcases): New array.
9633 (n_testcases): New.
9634 (main): Call each element in testcases.
9635 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
9636 (read_testcase): New.
9637 Do the tests in a loop.
9638
9639 2016-02-25 Yao Qi <yao.qi@linaro.org>
9640
9641 * gdb.base/branches.c: Remove.
9642
9643 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9644
9645 PR gdb/13808
9646 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
9647
9648 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9649
9650 * gdb.trace/ftrace.exp: Remove unnecessary target check.
9651
9652 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
9653
9654 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
9655 change x86_64 call_insn to 'callq'.
9656
9657 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
9658
9659 * gdb.trace/tfile-avx.c: Move to...
9660 * gdb.trace/tracefile-pseudo-reg.c: Here.
9661 * gdb.trace/tfile-avx.exp: Move to...
9662 * gdb.trace/tracefile-pseudo-reg.exp: Here.
9663
9664 2016-02-24 Gary Benson <gbenson@redhat.com>
9665
9666 * gdb.base/attach-pie-noexec.exp: Do not expect an error
9667 message on attach.
9668
9669 2016-02-23 Doug Evans <dje@google.com>
9670
9671 * gdb.base/skip.c (test_skip): New function.
9672 (end_test_skip_file_and_function): New function.
9673 (test_skip_file_and_function): New function.
9674 * gdb.base/skip1.c (test_skip): New function.
9675 (skip1_test_skip_file_and_function): New function.
9676 * gdb.base/skip.exp: Add tests for new skip options.
9677 * gdb.base/skip-solib.exp: Update expected output.
9678 * gdb.perf/skip-command.cc: New file.
9679 * gdb.perf/skip-command.exp: New file.
9680 * gdb.perf/skip-command.py: New file.
9681
9682 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
9683
9684 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
9685 info registers pattern.
9686
9687 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
9688
9689 * lib/future.exp: Add D support.
9690 (gdb_find_gdc): New proc.
9691 (gdb_default_target_compile): Add D support.
9692
9693 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
9694
9695 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
9696 user+system time.
9697 (trace_speed_test): Determine the iteration count for a time
9698 between 15..30 seconds.
9699
9700 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
9701
9702 * gdb.arch/i386-mpx-sigsegv.c: New file.
9703 * gdb.arch/i386-mpx-sigsegv.exp: New file.
9704 * gdb.arch/i386-mpx-simple_segv.c: New file.
9705 * gdb.arch/i386-mpx-simple_segv.exp: New file.
9706
9707 2016-02-18 Yao Qi <yao.qi@linaro.org>
9708
9709 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
9710 Don't call setup_kfail.
9711
9712 2016-02-18 Yao Qi <yao.qi@linaro.org>
9713
9714 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9715 Set "set breakpoint condition-evaluation" per $cond_bp_target.
9716
9717 2016-02-16 Doug Evans <dje@google.com>
9718
9719 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
9720 * gdb.base/skip1.c: Ditto.
9721 * gdb.base/skip.exp: Whitespace cleanup.
9722
9723 2016-02-16 Don Breazeal <donb@codesourcery.com>
9724
9725 PR remote/19496
9726 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
9727 Remove kfail for PR remote/19496.
9728
9729 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9730
9731 * lib/gdb.exp (standard_temp_file): Return a path specific to
9732 the runtest invocation.
9733
9734 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
9735
9736 * gdb.trace/save-trace.exp: Change relative path to be in the
9737 standard output directory.
9738
9739 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9740
9741 * gdb.arch/i386-prologue.c: Add missing prototypes.
9742
9743 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9744
9745 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
9746 * gdb.arch/i386-prologue.exp: Likewise.
9747 * gdb.arch/i386-size.exp: Likewise.
9748
9749 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
9750
9751 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
9752 define object file path.
9753 * gdb.btrace/gcore.exp: Use standard_output_file to define core
9754 file path.
9755 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
9756 standard_output_file to define binfile.
9757
9758 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9759
9760 Fix compatibility with recent gfortran-5.3.1.
9761 * gdb.fortran/vla-history.exp (print vla1 allocated)
9762 (print vla2 allocated, print $2, print $3): Remove
9763 (print $4): Rename to ...
9764 (print $2): ... here.
9765 (print $9): Rename to ...
9766 (print $5): ... here.
9767 (print $10): Rename to ...
9768 (print $6): ... here.
9769 * gdb.fortran/vla.f90: Add pvla initialization.
9770
9771 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9772
9773 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
9774 New test.
9775 * gdb.fortran/vla-value-sub.exp: Likewise.
9776
9777 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
9778
9779 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
9780
9781 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
9782
9783 * i386-biarch-core.exp: Define corefile using
9784 standard_output_file.
9785
9786 2016-02-12 Yao Qi <yao.qi@linaro.org>
9787
9788 * gdb.arch/arm-single-step-kernel-helper.c: New.
9789 * gdb.arch/arm-single-step-kernel-helper.exp: New.
9790
9791 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
9792
9793 * gdb.btrace/tailcall-only.exp: New.
9794 * gdb.btrace/tailcall-only.c: New.
9795 * gdb.btrace/x86_64-tailcall-only.S: New.
9796 * gdb.btrace/i686-tailcall-only.S: New.
9797
9798 2016-02-11 Pedro Alves <palves@redhat.com>
9799
9800 * README (Parallel testing): Add missing double quotes.
9801
9802 2016-02-11 Pedro Alves <palves@redhat.com>
9803
9804 * README (Parallel testing): New section.
9805 (GDB_PARALLEL): Rewrite.
9806 (FORCE_PARALLEL): Document.
9807
9808 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
9809
9810 * gdb.trace/tfile-avx.c: New test.
9811 * gdb.trace/tfile-avx.exp: New test.
9812
9813 2016-02-09 Keith Seitz <keiths@redhat.com>
9814
9815 PR breakpoints/19546
9816 * gdb.base/infcall-exec.c: New file.
9817 * gdb.base/infcall-exec2.c: New file.
9818 * gdb.base/infcall-exec.exp: New file.
9819
9820 2016-02-09 Keith Seitz <keiths@redhat.com>
9821
9822 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
9823 (toplevel): Call test_bkpt_address.
9824
9825 2016-02-09 Keith Seitz <keiths@redhat.com>
9826
9827 PR python/19506
9828 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
9829 (toplevel): Call test_bkpt_address.
9830
9831 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
9832
9833 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
9834 to AC_OUTPUT.
9835 * configure: Regenerate.
9836
9837 2016-02-09 Pedro Alves <palves@redhat.com>
9838
9839 PR breakpoints/19548
9840 * gdb.base/execl-update-breakpoints.c (some_function): New
9841 function.
9842 (main): Call it.
9843 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
9844 Tighten expected GDB output.
9845
9846 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9847
9848 * Makefile.in (ALL_SUBDIRS): Remove.
9849 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
9850 (distclean maintainer-clean realclean): Likewise.
9851 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
9852 * configure: Regenerate.
9853 * gdb.ada/Makefile.in: Delete.
9854 * gdb.arch/Makefile.in: Likewise.
9855 * gdb.asm/Makefile.in: Likewise.
9856 * gdb.base/Makefile.in: Likewise.
9857 * gdb.btrace/Makefile.in: Likewise.
9858 * gdb.cell/Makefile.in: Likewise.
9859 * gdb.compile/Makefile.in: Likewise.
9860 * gdb.cp/Makefile.in: Likewise.
9861 * gdb.disasm/Makefile.in: Likewise.
9862 * gdb.dlang/Makefile.in: Likewise.
9863 * gdb.dwarf2/Makefile.in: Likewise.
9864 * gdb.fortran/Makefile.in: Likewise.
9865 * gdb.gdb/Makefile.in: Likewise.
9866 * gdb.go/Makefile.in: Likewise.
9867 * gdb.guile/Makefile.in: Likewise.
9868 * gdb.java/Makefile.in: Likewise.
9869 * gdb.linespec/Makefile.in: Likewise.
9870 * gdb.mi/Makefile.in: Likewise.
9871 * gdb.modula2/Makefile.in: Likewise.
9872 * gdb.multi/Makefile.in: Likewise.
9873 * gdb.objc/Makefile.in: Likewise.
9874 * gdb.opencl/Makefile.in: Likewise.
9875 * gdb.opt/Makefile.in: Likewise.
9876 * gdb.pascal/Makefile.in: Likewise.
9877 * gdb.perf/Makefile.in: Likewise.
9878 * gdb.python/Makefile.in: Likewise.
9879 * gdb.reverse/Makefile.in: Likewise.
9880 * gdb.server/Makefile.in: Likewise.
9881 * gdb.stabs/Makefile.in: Likewise.
9882 * gdb.threads/Makefile.in: Likewise.
9883 * gdb.trace/Makefile.in: Likewise.
9884 * gdb.xml/Makefile.in: Likewise.
9885 * lib/gdb.exp (make_gdb_parallel_path): Add check for
9886 GDB_PARALLEL.
9887 (standard_output_file): Remove check for GDB_PARALLEL, always
9888 return path in outputs/$subdir/$testname.
9889
9890 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
9891
9892 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
9893 (site.exp): Assign abs_srcdir to tcl's srcdir.
9894
9895 2016-02-04 Yao Qi <yao.qi@linaro.org>
9896
9897 * gdb.base/foll-exec-mode.c: Include limits.h.
9898 (main): Add parameters argc and argv. Get directory from
9899 argv[0].
9900 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
9901 compilation.
9902 * gdb.base/foll-exec.c: Include limits.h.
9903 (main): Add parameters argc and argv.
9904 Get directory from argv[0].
9905 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
9906 Adjust tests on the number of lines as source code changed.
9907 * gdb.base/foll-vfork-exit.c: Include limits.h.
9908 (main): Add one line of statement before vfork.
9909 * gdb.base/foll-vfork.c: Include limits.h and string.h.
9910 (main): Add parameters argc and argv. Get directory from
9911 argv[0].
9912 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
9913 (setup_gdb): Set tbreak to skip some source lines.
9914 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
9915 (main): Add parameters argc and argv. Get directory from
9916 argv[0].
9917 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
9918 compilation.
9919 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
9920 (main): Add parameters argc and argv. Get directory from
9921 argv[0].
9922 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
9923 compilation.
9924
9925 2016-02-01 Doug Evans <dje@google.com>
9926
9927 * gdb.base/skip.exp: Clean up multiple references to same test name.
9928
9929 2016-02-01 Pedro Alves <palves@redhat.com>
9930
9931 PR remote/19496
9932 * gdb.threads/forking-threads-plus-breakpoint.exp
9933 (displaced_stepping_supported): New global.
9934 (probe_displaced_stepping_support): New procedure.
9935 (do_test): Add 'displaced' parameter, and use it.
9936 (top level): Check for displaced stepping support. Add displaced
9937 stepping on/off testing axis.
9938
9939 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9940
9941 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
9942 pointer. Don't perform further tests on the unassociated pointer
9943 if the first test fails.
9944
9945 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
9946
9947 * gdb.base/max-value-size.c: New file.
9948 * gdb.base/max-value-size.exp: New file.
9949 * gdb.base/huge.exp: Disable max-value-size for this test.
9950
9951 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
9952
9953 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9954
9955 2016-01-28 Yao Qi <yao.qi@linaro.org>
9956
9957 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
9958
9959 2016-01-25 Pedro Alves <palves@redhat.com>
9960
9961 PR threads/19461
9962 * gdb.base/fork-running-state.c: New file.
9963 * gdb.base/fork-running-state.exp: New file.
9964
9965 2016-01-25 Pedro Alves <palves@redhat.com>
9966
9967 PR gdb/19494
9968 * gdb.base/catch-fork-kill.c: New file.
9969 * gdb.base/catch-fork-kill.exp: New file.
9970
9971 2016-01-25 Pedro Alves <palves@redhat.com>
9972
9973 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
9974 Delete, moved to lib/gdb.exp.
9975 * gdb.threads/forking-threads-plus-breakpoint.exp
9976 (foreach_with_prefix): Likewise.
9977 * gdb.threads/process-dies-while-handling-bp.exp
9978 (foreach_with_prefix): Likewise.
9979 * lib/gdb.exp (foreach_with_prefix): New procedure.
9980
9981 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
9982
9983 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
9984 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
9985
9986 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
9987
9988 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
9989 endian targets.
9990
9991 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9992 Pedro Alves <palves@redhat.com>
9993
9994 Fix testsuite compatibility with Guile.
9995 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
9996 number.
9997
9998 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9999
10000 Fix testsuite compatibility with Guile.
10001 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
10002 (thread 1): New test for backtrace through signal handler.
10003
10004 2016-01-22 Yao Qi <yao.qi@linaro.org>
10005
10006 PR testsuite/19491
10007 * gdb.base/multi-forks.c: Include
10008 ../lib/unbuffer_output.c
10009 (main): Call gdb_unbuffer_output.
10010
10011 2016-01-21 Doug Evans <dje@google.com>
10012
10013 * lib/ada.exp (gdb_compile_ada): Fix typo.
10014
10015 2016-01-21 Joel Brobecker <brobecker@adacore.com>
10016
10017 * gdb.base/break-fun-addr.exp: New file.
10018 * gdb.base/break-fun-addr1.c: New file.
10019 * gdb.base/break-fun-addr2.c: New file.
10020
10021 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
10022
10023 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
10024 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
10025 enum flag values.
10026
10027 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10028
10029 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
10030 when GDB can not set the vector return value. Add more comments
10031 for clarification.
10032
10033 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
10034
10035 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
10036 command.
10037
10038 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10039
10040 * Makefile.in (DO_RUNTEST): Add --status and update usages.
10041
10042 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10043
10044 * Makefile.in (check-single): Pass --status to runtest.
10045 (check/%.exp): Likewise.
10046
10047 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
10048
10049 * Makefile.in (check-parallel): Propagate return code from make
10050 do-check-parallel.
10051
10052 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
10053
10054 * gdb.trace/ftrace.exp: Fix expected message on continue.
10055 * gdb.trace/pending.exp: Fix expected message on continue.
10056 * gdb.trace/trace-break.exp: Fix expected message on continue.
10057
10058 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
10059
10060 * lib/gdb.exp (gdb_test): Remove unused global references.
10061
10062 2016-01-18 Pedro Alves <palves@redhat.com>
10063
10064 * gdb.base/async-shell.exp: Adjust expected output.
10065 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
10066 * gdb.base/siginfo-thread.exp: Adjust expected output.
10067 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
10068 * gdb.java/jnpe.exp: Adjust expected output.
10069 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
10070 * gdb.threads/continue-pending-status.exp: Adjust expected output.
10071 * gdb.threads/leader-exit.exp: Adjust expected output.
10072 * gdb.threads/manythreads.exp: Adjust expected output.
10073 * gdb.threads/pthreads.exp: Adjust expected output.
10074 * gdb.threads/schedlock.exp: Adjust expected output.
10075 * gdb.threads/siginfo-threads.exp: Adjust expected output.
10076 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
10077 expected output.
10078 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
10079 output.
10080 * gdb.threads/sigthread.exp: Adjust expected output.
10081 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
10082
10083 2016-01-18 Yao Qi <yao.qi@linaro.org>
10084
10085 * gdb.guile/scm-section-script.c: Replace @progbits with
10086 %progbits.
10087 * gdb.python/py-section-script.c: Likewise.
10088
10089 2016-01-15 Pedro Alves <palves@redhat.com>
10090
10091 * gdb.multi/tids.exp: Test star wildcard ranges.
10092
10093 2016-01-15 Pedro Alves <palves@redhat.com>
10094
10095 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
10096 command from "thread apply" invocation.
10097 (thr_apply_info_thr_invalid): Default the expected output to the
10098 input tid list.
10099 (top level): Add tests that use convenience variables. Add tests
10100 for "thread apply" with a valid TID list, but missing the command.
10101
10102 2016-01-13 Pedro Alves <palves@redhat.com>
10103
10104 * gdb.base/default.exp: Expect $_gthread as well.
10105 * gdb.multi/tids.exp: Test $_gthread.
10106 * gdb.threads/thread-specific.exp: Test $_gthread.
10107
10108 2016-01-13 Pedro Alves <palves@redhat.com>
10109
10110 * gdb.multi/tids.exp: Test "info threads -gid".
10111
10112 2016-01-13 Pedro Alves <palves@redhat.com>
10113
10114 * gdb.multi/tids.exp: Test InferiorThread.global_num and
10115 Breakpoint.thread.
10116 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
10117
10118 2016-01-07 Pedro Alves <palves@redhat.com>
10119
10120 * gdb.base/break.exp: Adjust to output changes.
10121 * gdb.base/hbreak2.exp: Likewise.
10122 * gdb.base/sepdebug.exp: Likewise.
10123 * gdb.base/watch_thread_num.exp: Likewise.
10124 * gdb.linespec/keywords.exp: Likewise.
10125 * gdb.multi/info-threads.exp: Likewise.
10126 * gdb.threads/thread-find.exp: Likewise.
10127 * gdb.multi/tids.c: New file.
10128 * gdb.multi/tids.exp: New file.
10129
10130 2016-01-13 Pedro Alves <palves@redhat.com>
10131
10132 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
10133
10134 2016-01-13 Pedro Alves <palves@redhat.com>
10135
10136 * gdb.base/default.exp: Expect $_inferior as well.
10137 * gdb.multi/base.exp: Test $_inferior.
10138
10139 2016-01-13 Pedro Alves <palves@redhat.com>
10140
10141 PR breakpoints/19388
10142 * gdb.base/catch-signal-siginfo-cond.c: New file.
10143 * gdb.base/catch-signal-siginfo-cond.exp: New file.
10144
10145 2016-01-12 Josh Stone <jistone@redhat.com>
10146 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10147
10148 * gdb.base/catch-syscall.c (do_execve): New variable.
10149 (main): Conditionally trigger an execve.
10150 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
10151 (test_catch_syscall_execve): New, check entry/return across execve.
10152 (do_syscall_tests): Call test_catch_syscall_execve.
10153
10154 2016-01-12 Pedro Alves <palves@redhat.com>
10155
10156 * gdb.base/random-signal.exp (do_test): New procedure, with body
10157 of testcase moved in.
10158
10159 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10160 Pedro Alves <palves@redhat.com>
10161
10162 * gdb.base/funcargs.exp (finish from indirectly called function):
10163 Reintroduce the case for 'First'.
10164
10165 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10166 Pedro Alves <palves@redhat.com>
10167
10168 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
10169 (tcatch_vfork_then_child_follow_exec)
10170 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
10171 identification.
10172
10173 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10174
10175 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
10176 and repeats to unlimited.
10177 * gdb.python/py-value.exp: Likewise.
10178 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
10179 and repeats to unlimited.
10180
10181 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10182
10183 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
10184 and reordering the functions.
10185 * gdb.multi/hangout.c: Likewise.
10186 * gdb.multi/hello.c: Likewise.
10187
10188 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
10189
10190 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
10191 absolute.
10192 (SingleStatisticTestResult.report): Use dict.keys instead of
10193 dict.iterkeys.
10194
10195 2016-01-06 Pedro Alves <palves@redhat.com>
10196
10197 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
10198
10199 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
10200
10201 * gdb.btrace/dlopen.exp: New.
10202 * gdb.btrace/dlopen.c: New.
10203 * gdb.btrace/dlopen-dso.c: New.
10204
10205 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
10206
10207 * lib/gdb.exp (gdb_test): Update comments to clarify that the
10208 PATTERN argument is optional.
10209
10210 2015-12-24 Joel Brobecker <brobecker@adacore.com>
10211
10212 * lib/ada.exp (target_compile_ada_from_dir): New function.
10213 (gdb_compile_ada): Reimplement avoiding the use of project files.
10214 * gdb.ada/gnat_ada.gpr: Delete.
10215 * gdb.ada/cond_lang.exp: Adjust test to make path before
10216 filename optional.
10217 * gdb.ada/small_reg_param.exp: Likewise.
10218
10219 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
10220
10221 * gdb.base/foll-vork.exp: Remove HP-UX special case.
10222
10223 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
10224
10225 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
10226 case.
10227
10228 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
10229
10230 * gdb.base/break.exp: Remove dead code.
10231 * gdb.base/sepdebug.exp: Likewise.
10232
10233 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10234
10235 * gdb.asm/asm-source.exp: Remove HP-UX references.
10236 * gdb.base/annota1.exp: Likewise.
10237 * gdb.base/annota3.exp: Likewise.
10238 * gdb.base/attach.exp: Likewise.
10239 * gdb.base/bigcore.exp: Likewise.
10240 * gdb.base/break.exp: Likewise.
10241 * gdb.base/call-ar-st.exp: Likewise.
10242 * gdb.base/callfuncs.exp: Likewise.
10243 * gdb.base/catch-fork-static.exp: Likewise.
10244 * gdb.base/display.exp: Likewise.
10245 * gdb.base/foll-exec-mode.exp: Likewise.
10246 * gdb.base/foll-exec.exp: Likewise.
10247 * gdb.base/foll-fork.exp: Likewise.
10248 * gdb.base/foll-vfork.exp: Likewise.
10249 * gdb.base/funcargs.exp: Likewise.
10250 * gdb.base/hbreak2.exp: Likewise.
10251 * gdb.base/inferior-died.exp: Likewise.
10252 * gdb.base/interrupt.exp: Likewise.
10253 * gdb.base/multi-forks.exp: Likewise.
10254 * gdb.base/nodebug.exp: Likewise.
10255 * gdb.base/sepdebug.exp: Likewise.
10256 * gdb.base/solib1.c: Likewise.
10257 * gdb.base/step-test.exp: Likewise.
10258 * gdb.mi/non-stop.c: Likewise.
10259 * gdb.mi/pthreads.c: Likewise.
10260 * gdb.multi/bkpt-multi-exec.ex: Likewise.
10261 * gdb.threads/pthreads.c: Likewise.
10262 * gdb.threads/staticthreads.exp: Likewise.
10263 * lib/future.exp: Likewise.
10264 * lib/gdb.exp: Likewise.
10265 * gdb.base/so-indr-cl.c: Remove.
10266 * gdb.base/so-indr-cl.exp: Likewise.
10267 * gdb.base/solib.c: Likewise.
10268 * gdb.base/solib.exp: Likewise.
10269 * gdb.base/solib2.c: Likewise.
10270
10271 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
10272
10273 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
10274 * gdb.base/call-ar-st.exp: Likewise.
10275 * gdb.base/callfuncs.exp: Likewise.
10276 * gdb.base/condbreak.exp: Likewise.
10277 * gdb.base/constvars.exp: Likewise.
10278 * gdb.base/hbreak2.exp: Likewise.
10279 * gdb.base/langs.exp: Likewise.
10280 * gdb.base/list.exp: Likewise.
10281 * gdb.base/long_long.exp: Likewise.
10282 * gdb.base/ptype.exp: Likewise.
10283 * gdb.base/scope.exp: Likewise.
10284 * gdb.base/signals.exp: Likewise.
10285 * gdb.base/so-impl-ld.exp: Likewise.
10286 * gdb.base/varargs.exp: Likewise.
10287 * gdb.base/volatile.exp: Likewise.
10288 * gdb.base/whatis.exp: Likewise.
10289 * gdb.cp/cplusfuncs.exp: Likewise.
10290 * gdb.cp/inherit.exp: Likewise.
10291 * gdb.cp/local.exp: Likewise.
10292 * gdb.cp/member-ptr.exp: Likewise.
10293 * gdb.cp/method.exp: Likewise.
10294 * gdb.cp/overload.exp: Likewise.
10295 * gdb.cp/templates.exp: Likewise.
10296 * gdb.stabs/weird.exp: Likewise.
10297 * lib/compiler.c: Likewise.
10298 * lib/compiler.cc: Likewise.
10299 * lib/cp-support.exp: Likewise.
10300 * lib/gdb.exp: Likewise.
10301
10302 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
10303
10304 * configure.ac: Remove HP-UX case.
10305 * configure: Regenerate.
10306
10307 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
10308
10309 * lib/gdb.exp (gdb_compile): Add function doc.
10310
10311 2015-12-17 Pedro Alves <palves@redhat.com>
10312
10313 PR threads/19354
10314 * gdb.multi/info-threads.exp: New file.
10315
10316 2015-12-15 Yao Qi <yao.qi@linaro.org>
10317
10318 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
10319 is aarch64*-*-*.
10320
10321 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10322
10323 * gdb.base/history-duplicates.exp: Skip if no readline support.
10324
10325 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10326
10327 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
10328
10329 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10330
10331 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
10332
10333 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
10334
10335 * gdb.base/completion.exp: Skip tests that interrupt GDB with
10336 ctrl-C if nointerrupts target property is set.
10337 * gdb.base/double-prompt-target-event-error.exp: Likewise.
10338 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
10339 * gdb.base/paginate-bg-execution.exp: Likewise.
10340 * gdb.base/paginate-execution-startup.exp: Likewise.
10341 * gdb.base/random-signal.exp: Likewise.
10342 * gdb.base/range-stepping.exp: Likewise.
10343 * gdb.cp/annota2.exp: Likewise.
10344 * gdb.cp/annota3.exp: Likewise.
10345 * gdb.gdb/selftest.exp: Likewise.
10346 * gdb.threads/continue-pending-status.exp: Likewise.
10347 * gdb.threads/leader-exit.exp: Likewise.
10348 * gdb.threads/manythreads.exp: Likewise.
10349 * gdb.threads/pthreads.exp: Likewise.
10350 * gdb.threads/schedlock.exp: Likewise.
10351 * gdb.threads/sigthread.exp: Likewise.
10352
10353 2015-12-11 Don Breazeal <donb@codesourcery.com>
10354
10355 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
10356 remote.
10357 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
10358 * gdb.base/foll-exec.exp (main): Enable for target remote.
10359 * gdb.base/foll-fork.exp (main): Likewise.
10360 * gdb.base/foll-vfork.exp (main): Likewise.
10361 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
10362 (proc continue_to_exit_bp_loc): Use clean_restart.
10363 * gdb.base/pie-execl.exp (main): Disable for target remote.
10364 * gdb.base/watch-vfork.exp (main): Enable for target remote.
10365 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
10366 * gdb.threads/execl.exp (main): Likewise.
10367 * gdb.threads/fork-child-threads.exp (main): Likewise.
10368 * gdb.threads/fork-plus-threads.exp (main): Disable for target
10369 remote.
10370 * gdb.threads/fork-thread-pending.exp (main): Enable for target
10371 remote.
10372 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
10373 pid.tid style ptids, instead of just tid.
10374 * gdb.threads/thread-execl.exp (main): Enable for target remote.
10375 * gdb.threads/watchpoint-fork.exp (main): Likewise.
10376 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
10377 ptids, instead of just tid.
10378
10379 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10380
10381 * gdb.base/list.exp (test_list_forward): Add end of file error
10382 test.
10383 (test_repeat_list_command): Add end of file error test.
10384 (test_list_backwards): Add beginning of file error test.
10385
10386 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10387
10388 * gdb.base/list.exp (test_list_invalid_args): New function,
10389 defined, and called.
10390
10391 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
10392
10393 * gdb.base/list.exp (test_list): Make test names unique.
10394
10395 2015-12-11 Yao Qi <yao.qi@linaro.org>
10396
10397 * gdb.base/coremaker2.c: Remove.
10398
10399 2015-12-10 Pedro Alves <palves@redhat.com>
10400
10401 * gdb.multi/base.exp: Remove stale "spaces" references.
10402
10403 2015-12-10 Pedro Alves <palves@redhat.com>
10404
10405 * gdb.multi/base.exp: Don't use nowarnings.
10406 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
10407 * gdb.multi/hangout.c: Include stdio.h.
10408 * gdb.multi/hello.c: Include stdlib.h.
10409 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
10410 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
10411 * gdb.multi/multi-arch.exp: Don't use nowarnings.
10412
10413 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
10414
10415 * gdb.dwarf2/dw2-ranges-base.c: New file.
10416 * gdb.dwarf2/dw2-ranges-base.exp: New file.
10417 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
10418 support additional line table, and debug ranges generation.
10419 (Dwarf::ranges): New function, generate .debug_ranges.
10420 (Dwarf::lines): Support generating simple line table programs.
10421 (Dwarf::assemble): Initialise new namespace variables.
10422
10423 2015-12-09 Kevin Buettner <kevinb@redhat.com>
10424
10425 * gdb.base/async.exp (proc test_background): Add case for
10426 asynchronous execution not supported.
10427
10428 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
10429
10430 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
10431 format and change test names to make them unique.
10432
10433 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
10434 Pedro Alves <pedro@redhat.com>
10435
10436 PR gdb/18702
10437 Add checking of floatformats setup on x86_64 hosts.
10438 * gdb.arch/i386-float.S (main): Load bigval and smallval.
10439 (smallval, bigval): New labels/constants.
10440 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
10441 float" after loading bigval and smallval.
10442
10443 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
10444
10445 * gdb.ada/fun_overload_menu.exp: New testcase.
10446 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
10447
10448 2015-12-04 Josh Stone <jistone@redhat.com>
10449
10450 * gdb.base/catch-fork-static.exp: New.
10451
10452 2015-12-03 Yao Qi <yao.qi@linaro.org>
10453
10454 * gdb.base/sizeof.c: Don't include stdio.h and
10455 ../lib/unbuffer_output.c.
10456 (main): New variable 'size' and 'value'. Remove printf and
10457 gdb_unbuffer_output. Assign return value to size and value.
10458 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
10459 at the beginning.
10460 (check_sizeof): Check the result by printing variable 'size'.
10461 (check_valueof): Check the result by printing variable 'value'.
10462
10463 2015-12-01 Yao Qi <yao.qi@linaro.org>
10464
10465 * gdb.base/disp-step-syscall.exp: Define syscall instruction
10466 for aarch64*-*-linux* target.
10467
10468 2015-11-30 Pedro Alves <palves@redhat.com>
10469
10470 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
10471
10472 2015-11-30 Pedro Alves <palves@redhat.com>
10473
10474 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
10475 Handle non-stop mode vCont replies.
10476
10477 2015-11-30 Pedro Alves <palves@redhat.com>
10478
10479 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
10480 prepare_for_testing. Start gdb with "set non-stop on" appended to
10481 GDBFLAGS. Lax expected stop output.
10482
10483 2015-11-27 Yao Qi <yao.qi@linaro.org>
10484
10485 * gdb.arch/arm-neon.exp: New.
10486 * gdb.arch/arm-neon.c: New.
10487
10488 2015-11-27 Yao Qi <yao.qi@linaro.org>
10489
10490 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
10491
10492 2015-11-27 Yao Qi <yao.qi@linaro.org>
10493
10494 * gdb.cp/annota2.exp: Allow multiple occurrences of the
10495 frames-invalid annotation.
10496
10497 2015-11-27 Yao Qi <yao.qi@linaro.org>
10498
10499 * gdb.cp/annota2.exp: Use ${frames_invalid}.
10500
10501 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
10502
10503 * gdb.threads/names.exp: New file.
10504 * gdb.threads/names.c: New file.
10505 * README: Mention gdb,no_thread_names.
10506
10507 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
10508
10509 PR 19297
10510 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
10511 support" error.
10512
10513 2015-11-24 Pedro Alves <palves@redhat.com>
10514
10515 PR 17539
10516 * gdb.base/display.exp: Expect displays to be sorted in ascending
10517 order. Use multi_line.
10518 * gdb.base/solib-display.exp: Likewise.
10519
10520 2015-11-24 Pedro Alves <palves@redhat.com>
10521
10522 PR 17539
10523 * gdb.base/display.exp: Expect displays to be sorted in ascending
10524 order. Use multi_line.
10525 * gdb.base/solib-display.exp: Likewise.
10526
10527 2015-11-24 Pedro Alves <palves@redhat.com>
10528
10529 PR 17539
10530 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
10531 threads in ascending order.
10532 * gdb.base/foll-fork.exp: Likewise.
10533 * gdb.base/foll-vfork.exp: Likewise.
10534 * gdb.base/multi-forks.exp: Likewise.
10535 * gdb.mi/mi-nonstop.exp: Likewise.
10536 * gdb.mi/mi-nsintrall.exp: Likewise.
10537 * gdb.multi/base.exp: Likewise.
10538 * gdb.multi/multi-arch.exp: Likewise.
10539 * gdb.python/py-inferior.exp: Likewise.
10540 * gdb.threads/break-while-running.exp: Likewise.
10541 * gdb.threads/execl.exp: Likewise.
10542 * gdb.threads/gcore-thread.exp: Likewise.
10543 * gdb.threads/info-threads-cur-sal.exp: Likewise.
10544 * gdb.threads/kill.exp: Likewise.
10545 * gdb.threads/linux-dp.exp: Likewise.
10546 * gdb.threads/multiple-step-overs.exp: Likewise.
10547 * gdb.threads/next-bp-other-thread.exp: Likewise.
10548 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
10549 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
10550 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
10551 * gdb.threads/thread-find.exp: Likewise.
10552 * gdb.threads/tls.exp: Likewise.
10553 * lib/mi-support.exp (mi_reverse_list): Delete.
10554 (mi_check_thread_states): No longer reverse list.
10555
10556 2015-11-24 Pedro Alves <palves@redhat.com>
10557
10558 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
10559 use lowercase.
10560
10561 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10562
10563 * gdb.trace/actions.c: Include trace-common.h.
10564 (main): Add a location for a fast tracepoint.
10565 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
10566 the normal tracepoints.
10567 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
10568
10569 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
10570
10571 * save-trace.exp: Factor out code to these...
10572 (gdb_save_tracepoints): New.
10573 (gdb_load_tracepoints): New.
10574 (do_save_load_test): New.
10575
10576 2015-11-23 Kevin Buettner <kevinb@redhat.com>
10577
10578 * gdb.base/asmlabel.exp: New test.
10579 * gdb.base/asmlabel.c: New test case.
10580
10581 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10582
10583 * gdb.base/wrong_frame_bt_full-main.c: New file.
10584 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
10585 * gdb.base/wrong_frame_bt_full.exp: New file.
10586
10587 2015-11-23 Joel Brobecker <brobecker@adacore.com>
10588
10589 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
10590
10591 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10592
10593 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
10594 pstate register when comparing registers values in
10595 sparc64-*-linux-gnu targets to avoid spurious differences.
10596
10597 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
10598
10599 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
10600
10601 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
10602
10603 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
10604 as type argument to gdb_compile.
10605 * gdb.base/nested-subp2.exp: Likewise.
10606 * gdb.base/nested-subp3.exp: Likewise.
10607
10608 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
10609
10610 * lib/dwarf.exp (_note): Fix left shift of negative value.
10611 * gdb.trace/trace-condition.exp: Likewise.
10612
10613 2015-11-13 Yao Qi <yao.qi@linaro.org>
10614
10615 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
10616 comments about d10v.
10617 (test_scalar_returns): Likewise.
10618 * gdb.base/d10v.ld: Remove.
10619 * gdb.base/overlays.exp: Remove the target triplet checking for
10620 d10v-*-*.
10621 * gdb.base/structs.exp (test_struct_returns): Remove the
10622 comments about d10v.
10623 (test_struct_calls): Likewise.
10624
10625 2015-11-13 Yao Qi <yao.qi@linaro.org>
10626
10627 * gdb.base/gnu_vector.exp: Check the return value by "p res".
10628 * gdb.base/gnu_vector.c: Don't include stdio.h.
10629 (main): Don't print res and call add_some_intvecs.
10630
10631 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
10632
10633 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
10634 macro.
10635 (func5): Removed.
10636 (func4): Use FAST_TRACEPOINT_LABEL.
10637 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
10638 macro.
10639 (func): Removed.
10640 (thread_function): Use FAST_TRACEPOINT_LABEL.
10641 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
10642 (func): Remove.
10643 (marker): Use FAST_TRACEPOINT_LABEL.
10644 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
10645 (pendfunc1): Remove.
10646 (pendfunc): Use FAST_TRACEPOINT_LABEL.
10647 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
10648 (foo): Remove.
10649 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
10650 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
10651 macro.
10652 (func): Remove.
10653 (marker): Use FAST_TRACEPOINT_LABEL.
10654 * gdb.trace/trace-common.h: New header.
10655 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
10656 macro.
10657 (func): Remove.
10658 (marker): Use FAST_TRACEPOINT_LABEL.
10659 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
10660 (func): Remove.
10661 (thread_function): Use FAST_TRACEPOINT_LABEL.
10662
10663 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
10664
10665 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
10666 in front.
10667 * gdb.trace/change-loc.exp: Use global pcreg definition.
10668 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
10669 * gdb.trace/entry-values.exp: Use global spreg definition, add $
10670 in front.
10671 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
10672 * gdb.trace/pending.exp: Likewise.
10673 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
10674 * gdb.trace/trace-break.exp: Likewise.
10675 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
10676 in front.
10677 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
10678 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
10679 in front.
10680 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
10681
10682 2015-11-09 Joel Brobecker <brobecker@adacore.com>
10683
10684 * gdb.ada/fin_fun_out: New testcase.
10685
10686 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10687
10688 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
10689 value associated with DW_AT_byte_size.
10690 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
10691 constants for DW_AT_byte_size, DW_AT_lower_bound, and
10692 DW_AT_upper_bound.
10693
10694 2015-11-07 Kevin Buettner <kevinb@redhat.com>
10695
10696 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
10697 (gdb_target_symbol_prefix_flags): Define in terms of _asm
10698 version.
10699 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
10700 gdb.dwarf2/dw2-canonicalize-type.exp,
10701 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
10702 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
10703 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
10704 provided by gdb_target_symbol_prefix_flags_asm.
10705 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
10706 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
10707 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
10708 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
10709 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
10710 macros where needed). Use this macro for symbols which require
10711 the prefix provided by SYMBOL_PREFIX.
10712
10713 2015-11-05 Kevin Buettner <kevinb@redhat.com>
10714
10715 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
10716 New procs.
10717 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
10718 representing expressions, of more than one list element.
10719 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
10720 to prepend linker symbol prefix to f.
10721 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
10722 table_1 and table_2.
10723 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
10724 Likewise, for f and g.
10725 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
10726 for ptr.
10727 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
10728 for main.
10729 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
10730 table_1_ptr and table_2_ptr.
10731
10732 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10733 Joel Brobecker <brobecker@adacore.com>
10734
10735 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
10736
10737 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
10738
10739 * gdb.reverse/s390-mvcle.c: New test.
10740 * gdb.reverse/s390-mvcle.exp: New file.
10741 * lib/gdb.exp: Enable reverse tests on s390*-linux.
10742
10743 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10744
10745 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
10746
10747 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
10748
10749 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
10750 reaching marker2.
10751 * gdb.reverse/getresuid-reverse.exp: Likewise.
10752 * gdb.reverse/pipe-reverse.exp: Likewise.
10753 * gdb.reverse/readv-reverse.exp: Likewise.
10754 * gdb.reverse/recvmsg-reverse.exp: Likewise.
10755 * gdb.reverse/time-reverse.exp: Likewise.
10756 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
10757
10758 2015-10-30 Yao Qi <yao.qi@linaro.org>
10759
10760 * gdb.threads/wp-replication.c (watch_count_done): Remove.
10761 (empty_cycle): Remove.
10762 (main): Don't call empty_cycle. Don't use watch_count_done.
10763 * gdb.threads/wp-replication.exp: Don't set breakpoint on
10764 empty_cycle. Rewrite the code counting HW watchpoints.
10765
10766 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
10767
10768 * gdb.reverse/fstatat-reverse.c: New test.
10769 * gdb.reverse/fstatat-reverse.exp: New file.
10770 * gdb.reverse/getresuid-reverse.c: New test.
10771 * gdb.reverse/getresuid-reverse.exp: New file.
10772 * gdb.reverse/pipe-reverse.c: New test.
10773 * gdb.reverse/pipe-reverse.exp: New file.
10774 * gdb.reverse/readv-reverse.c: New test.
10775 * gdb.reverse/readv-reverse.exp: New file.
10776 * gdb.reverse/recvmsg-reverse.c: New test.
10777 * gdb.reverse/recvmsg-reverse.exp: New file.
10778 * gdb.reverse/time-reverse.c: New test.
10779 * gdb.reverse/time-reverse.exp: New file.
10780 * gdb.reverse/waitpid-reverse.c: New test.
10781 * gdb.reverse/waitpid-reverse.exp: New file.
10782
10783 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10784
10785 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
10786
10787 2015-10-26 Doug Evans <dje@google.com>
10788
10789 PR symtab/17391
10790 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
10791 * gdb.dwarf2/bad-regnum.c: New file.
10792 * gdb.dwarf2/bad-regnum.exp: New file.
10793
10794 2015-10-26 Doug Evans <dje@google.com>
10795
10796 PR python/18938
10797 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
10798 file.
10799
10800 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10801
10802 * gdb.compile/compile.exp (compile code globalvar): Update expectation
10803 for a change by "Mention language in compile error message".
10804
10805 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
10806
10807 PR python/18073
10808 * gdb.python/py-type.c (C::a_method): New.
10809 (C::a_const_method): New.
10810 (C::a_static_method): New.
10811 (a_function): New.
10812 * gdb.python/py-type.exp (test_fields): Test getting fields
10813 from function and method.
10814
10815 2015-10-21 Keven Boell <keven.boell@intel.com>
10816
10817 * gdb.fortran/vla-alloc-assoc.exp: New file.
10818 * gdb.fortran/vla-datatypes.exp: New file.
10819 * gdb.fortran/vla-datatypes.f90: New file.
10820 * gdb.fortran/vla-history.exp: New file.
10821 * gdb.fortran/vla-ptype-sub.exp: New file.
10822 * gdb.fortran/vla-ptype.exp: New file.
10823 * gdb.fortran/vla-sizeof.exp: New file.
10824 * gdb.fortran/vla-sub.f90: New file.
10825 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
10826 * gdb.fortran/vla-value-sub-finish.exp: New file.
10827 * gdb.fortran/vla-value-sub.exp: New file.
10828 * gdb.fortran/vla-value.exp: New file.
10829 * gdb.fortran/vla-ptr-info.exp: New file.
10830 * gdb.mi/mi-vla-fortran.exp: New file.
10831 * gdb.mi/vla.f90: New file.
10832
10833 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
10834
10835 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
10836 of hardwired timeout value.
10837
10838 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10839 Pedro Alves <palves@redhat.com>
10840
10841 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
10842 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
10843
10844 2015-10-19 Josh Stone <jistone@redhat.com>
10845
10846 * gdb.base/catch-syscall.c: Include <sched.h>.
10847 (unknown_syscall): New variable.
10848 (main): Trigger a vfork and an unknown syscall.
10849 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
10850 (unknown_syscall_number): Likewise.
10851 (check_call_to_syscall): Accept an optional syscall pattern.
10852 (check_return_from_syscall): Likewise.
10853 (check_continue): Likewise.
10854 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
10855 (test_catch_syscall_skipping_return): New test toggling off 'catch
10856 syscall' to step over the syscall return, then toggling back on.
10857 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
10858 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
10859 (do_syscall_tests): Call test_catch_syscall_without_args and
10860 test_catch_syscall_mid_vfork.
10861 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
10862 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
10863
10864 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
10865
10866 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
10867 print g_vE): Add new pass patterns.
10868 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
10869 print various symbol names for vptr fields.
10870
10871 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
10872
10873 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
10874 results.
10875
10876 2015-10-12 Yao Qi <yao.qi@linaro.org>
10877
10878 * gdb.arch/disp-step-insn-reloc.exp: New test case.
10879
10880 2015-10-12 Yao Qi <yao.qi@linaro.org>
10881
10882 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
10883 is aarch64*-*-linux*.
10884
10885 2015-10-12 Yao Qi <yao.qi@linaro.org>
10886
10887 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
10888 (can_relocate_bcond_true): ... it.
10889 (can_relocate_bcond_false): New function.
10890 (foo): Likewise.
10891 (can_relocate_bl): Likewise.
10892 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
10893 can_relocate_bl.
10894
10895 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
10896
10897 * gdb.base/nested-addr.c: New file.
10898 * gdb.base/nested-addr.exp: New testcase.
10899
10900 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
10901
10902 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
10903 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
10904 its output. Ignore the output of "record goto begin" and instead
10905 check that GDB is replaying.
10906
10907 2015-10-09 Pedro Alves <palves@redhat.com>
10908
10909 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
10910 (top level): Use it in the run with no args test.
10911
10912 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
10913
10914 * gdb.dlang/properties.exp: New file.
10915
10916 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
10917
10918 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
10919 whether or not address 0x1000 is mapped on the target.
10920
10921 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
10922
10923 * gdb.python/py-type.exp: Do not run tests if binaries fail to
10924 build.
10925
10926 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
10927
10928 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
10929 instruction-history test.
10930
10931 2015-09-28 Doug Evans <dje@google.com>
10932
10933 * gdb.base/gcore.c (array_func): Add reference to static_array.
10934
10935 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
10936
10937 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
10938 source line.
10939
10940 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
10941
10942 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
10943 short or char as base type.
10944
10945 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
10946
10947 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
10948 to allow any size enum.
10949
10950 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
10951
10952 * gdb.ada/array_ptr_renaming.exp: New testcase.
10953 * gdb.ada/array_ptr_renaming/foo.adb: New file.
10954 * gdb.ada/array_ptr_renaming/pack.ads: New file.
10955
10956 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10957
10958 * gdb.trace/ftrace-lock.c: New file.
10959 * gdb.trace/ftrace-lock.exp: New file.
10960
10961 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10962
10963 * gdb.arch/insn-reloc.c: New file.
10964 * gdb.arch/ftrace-insn-reloc.exp: New file.
10965
10966 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
10967
10968 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
10969 instruction.
10970 * gdb.trace/pendshr1.c (pendfunc): Likewise.
10971 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
10972 * gdb.trace/range-stepping.c: Likewise.
10973 * gdb.trace/trace-break.c: Likewise.
10974 * gdb.trace/trace-mt.c (thread_function): Likewise.
10975 * gdb.trace/ftrace.c (marker): Likewise.
10976 * gdb.trace/trace-condition.c (marker): Likewise.
10977 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
10978 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
10979 is_aarch64_target.
10980
10981 2015-09-18 Doug Evans <xdje42@gmail.com>
10982
10983 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
10984 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
10985
10986 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10987
10988 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
10989 the breakpoint.
10990
10991 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10992
10993 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
10994 the pending breakpoint. Remove timeout override for "Run till
10995 MI pending breakpoint on pendfunc3 on thread 2" test.
10996
10997 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
10998
10999 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
11000 filename pattern.
11001
11002 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11003
11004 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
11005 in breakpoint filename pattern.
11006
11007 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11008
11009 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
11010
11011 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
11012
11013 * gdb.linespec/explicit.exp: Check for readline support for
11014 tab-completion tests. Fix obvious typo.
11015
11016 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11017
11018 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
11019 and replay.
11020
11021 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
11022
11023 * gdb.btrace/non-stop.c: New.
11024 * gdb.btrace/non-stop.exp: New.
11025
11026 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
11027 Yao Qi <yao.qi@linaro.org>
11028
11029 * gdb.trace/trace-condition.c: New file.
11030 * gdb.trace/trace-condition.exp: New file.
11031
11032 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
11033
11034 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
11035 for testing bytecode compilation.
11036
11037 2015-09-16 Pedro Alves <palves@redhat.com>
11038 Sandra Loosemore <sandra@codesourcery.com>
11039
11040 * gdb.threads/non-stop-fair-events.c (timeout): New global.
11041 (SECONDS): Redefine.
11042 (main): Call pthread_kill and alarm early.
11043 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
11044 support.
11045 (test): If the target can't hardware step and doesn't support
11046 displaced stepping, increase the timeout.
11047
11048 2015-09-16 Pedro Alves <palves@redhat.com>
11049
11050 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
11051 (enable_debug): New procedures.
11052 (test): Use them. Bail out if waiting for threads fails.
11053 (top level): Bail out if a test fails.
11054
11055 2015-09-16 Yao Qi <yao.qi@linaro.org>
11056
11057 * gdb.asm/asm-source.exp: Set asm-arch for
11058 aarch64*-*-* target.
11059 * gdb.asm/aarch64.inc: New file.
11060
11061 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
11062
11063 * gdb.ada/array_of_variable_length.exp: New testcase.
11064 * gdb.ada/array_of_variable_length/foo.adb: New file.
11065 * gdb.ada/array_of_variable_length/pck.adb: New file.
11066 * gdb.ada/array_of_variable_length/pck.ads: New file.
11067
11068 2015-09-15 Doug Evans <dje@google.com>
11069
11070 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
11071 of function static local variable.
11072
11073 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11074
11075 * gdb.threads/tls-so_extern.exp: New test file.
11076 * gdb.threads/tls-so_extern.c: New test file.
11077 * gdb.threads/tls-so_extern_main.c: New test file.
11078
11079 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11080
11081 * gdb.opt/solib-intra-step-lib.c: New file.
11082 * gdb.opt/solib-intra-step-main.c: New file.
11083 * gdb.opt/solib-intra-step.exp: New file.
11084
11085 2015-09-15 Pedro Alves <palves@redhat.com>
11086
11087 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
11088 gdb_continue_to_breakpoint instead of gdb_test_multiple.
11089
11090 2015-09-14 Pedro Alves <palves@redhat.com>
11091
11092 * gdb.base/hook-stop-continue.c: Delete.
11093 * gdb.base/hook-stop-continue.exp: Delete.
11094 * gdb.base/hook-stop-frame.c: Delete.
11095 * gdb.base/hook-stop-frame.exp: Delete.
11096 * gdb.base/hook-stop.c: New file.
11097 * gdb.base/hook-stop.exp: New file.
11098
11099 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
11100
11101 * gdb.ada/access_to_packed_array.exp: New testcase.
11102 * gdb.ada/access_to_packed_array/foo.adb: New file.
11103 * gdb.ada/access_to_packed_array/pack.adb: New file.
11104 * gdb.ada/access_to_packed_array/pack.ads: New file.
11105
11106 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
11107
11108 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
11109 buffer size test.
11110
11111 2015-09-11 Don Breazeal <donb@codesourcery.com>
11112
11113 * gdb.base/foll-exec.c: Add copyright header. Fix
11114 formatting issues.
11115 * gdb.base/foll-exec.exp (zap_session): Delete proc.
11116 (do_exec_tests): Use clean_restart in place of zap_session,
11117 and for test initialization. Fix formatting issues. Use
11118 fail in place of perror.
11119 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
11120 an expect statement to match an expression with output from
11121 the program under debug.
11122 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
11123 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
11124 * gdb.threads/non-ldr-exc-2.exp: Likewise.
11125 * gdb.threads/non-ldr-exc-3.exp: Likewise.
11126 * gdb.threads/non-ldr-exc-4.exp: Likewise.
11127
11128 2015-09-09 Doug Evans <dje@google.com>
11129
11130 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
11131
11132 2015-09-09 Doug Evans <dje@google.com>
11133
11134 * gdb.base/pie-execl.exp: Fix result test of build_executable.
11135
11136 2015-09-09 Doug Evans <dje@google.com>
11137
11138 * gdb.base/savedregs.exp: Fix typo.
11139
11140 2015-09-09 Pedro Alves <palves@redhat.com>
11141
11142 * gdb.mi/mi-cli.exp: Add CLI finish tests.
11143
11144 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
11145
11146 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
11147 command actually switches threads. Give up on remaining
11148 tests if target fails to stop at breakpoint.
11149
11150 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
11151
11152 * gdb.ada/funcall_char.exp: New testcase.
11153 * gdb.ada/funcall_char/foo.adb: New file.
11154
11155 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
11156
11157 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
11158 expected outputs. Add two testcases for completing ambiguous
11159 functions.
11160 * gdb.ada/complete/aux_pck.adb: New file.
11161 * gdb.ada/complete/aux_pck.ads: New file.
11162 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
11163 Ambiguous_Func functions.
11164 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
11165 * gdb.ada/complete/pck.adb: Likewise.
11166
11167 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
11168
11169 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
11170 failures to run the test program under GDB.
11171
11172 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
11173
11174 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
11175 to C.
11176
11177 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
11178
11179 * gdb.base/run-after-attach.exp: New test file.
11180 * gdb.base/run-after-attach.c: New test file.
11181
11182 2015-08-26 Don Breazeal <donb@codesourcery.com>
11183
11184 * gdb.base/foll-exec-2.c: New test program.
11185 * gdb.base/foll-exec-2.exp: New test.
11186
11187 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
11188
11189 * gdb.base/nested-subp1.exp: New file.
11190 * gdb.base/nested-subp1.c: New file.
11191 * gdb.base/nested-subp2.exp: New file.
11192 * gdb.base/nested-subp2.c: New file.
11193 * gdb.base/nested-subp3.exp: New file.
11194 * gdb.base/nested-subp3.c: New file.
11195
11196 2015-08-24 Pedro Alves <palves@redhat.com>
11197
11198 * gdb.server/connect-without-multi-process.c: New file.
11199 * gdb.server/connect-without-multi-process.exp: New file.
11200
11201 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11202
11203 * gdb.opt/inline-markers.c: Make z int.
11204
11205 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11206
11207 * gdb.opt/inline-markers.c: Make z volatile.
11208
11209 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
11210
11211 * gdb.opt/inline-bt.c: New volatile global z.
11212 * gdb.opt/inline-cmds.c: Likewise.
11213 * gdb.opt/inline-locals.c: Likewise.
11214 * gdb.opt/inline-markers.c: New extern global z.
11215 (marker): Use z.
11216 (inline_fn): Likewise.
11217
11218 2015-08-24 Pedro Alves <palves@redhat.com>
11219
11220 * config/m32r-stub.exp: Remove file.
11221 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
11222 * gdb.base/call-rt-st.exp: Likewise.
11223 * gdb.base/call-strs.exp: Likewise.
11224 * gdb.base/default.exp: Remove references to h8300-*-hms and
11225 *-*-udi*.
11226 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
11227
11228 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11229
11230 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
11231 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
11232 and "return" use KFAIL when GDB can not read/write the vector
11233 return value.
11234
11235 2015-08-21 Gary Benson <gbenson@redhat.com>
11236
11237 * gdb.trace/pending.exp: Cope with remote transfer warnings.
11238
11239 2015-08-20 Pedro Alves <palves@redhat.com>
11240
11241 * gdb.server/solib-list.exp: No longer expect an interior stop in
11242 non-stop mode.
11243
11244 2015-08-20 Pedro Alves <palves@redhat.com>
11245
11246 * gdb.server/connect-stopped-target.c: New file.
11247 * gdb.server/connect-stopped-target.exp: New file.
11248
11249 2015-08-20 Pedro Alves <palves@redhat.com>
11250
11251 * gdb.dwarf2/comp-unit-lang.exp: New file.
11252 * gdb.dwarf2/comp-unit-lang.c: New file.
11253
11254 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
11255
11256 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
11257 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
11258
11259 2015-08-19 Kevin Buettner <kevinb@redhat.com>
11260
11261 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
11262 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
11263
11264 2015-08-18 Doug Evans <dje@google.com>
11265 Adrian Sendroiu <adrian.sendroiu@freescale.com>
11266
11267 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
11268 skip_python_tests. New arg prompt_regexp.
11269 (skip_python_tests): New function.
11270 * lib/mi-support.exp (mi_skip_python_tests): New function.
11271 * gdb.python/py-mi-objfile-gdb.py: New file.
11272 * gdb.python/py-mi-objfile.c: New file.
11273 * gdb.python/py-mi-objfile.exp: New file.
11274
11275 2015-08-17 Keith Seitz <keiths@redhat.com>
11276
11277 * gdb.linespec/explicit.exp: Move strace test from here ...
11278 * gdb.trace/strace.exp: ... to here.
11279
11280 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
11281
11282 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
11283 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
11284
11285 2015-08-14 Doug Evans <xdje42@gmail.com>
11286
11287 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
11288 inferior before selecting a new file.
11289
11290 2015-08-14 Doug Evans <xdje42@gmail.com>
11291
11292 * gdb.mi/mi-disassemble.exp: Update.
11293 * gdb.base/disasm-optim.S: New file.
11294 * gdb.base/disasm-optim.c: New file.
11295 * gdb.base/disasm-optim.h: New file.
11296 * gdb.base/disasm-optim.exp: New file.
11297
11298 2015-08-14 Keith Seitz <keiths@redhat.com>
11299
11300 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
11301 "evaluated-by".
11302
11303 2015-08-13 Joel Brobecker <brobecker@adacore.com>
11304
11305 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
11306
11307 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
11308
11309 * gdb.ada/fun_renaming.exp: New testcase.
11310 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
11311 * gdb.ada/fun_renaming/pack.adb: New file.
11312 * gdb.ada/fun_renaming/pack.ads: New file.
11313
11314 2015-08-12 Keith Seitz <keiths@redhat.com>
11315
11316 * gdb.base/dso2dso.exp: Pass basename of source file in call to
11317 gdb_get_line_number.
11318
11319 2015-08-12 Joel Brobecker <brobecker@adacore.com>
11320
11321 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
11322 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
11323 gdb.base/dso2dso.exp: New files.
11324
11325 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
11326 Pedro Alves <palves@redhat.com>
11327 Keith Seitz <keiths@redhat.com>
11328
11329 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
11330 GDBFLAGS.
11331
11332 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11333
11334 * gdb.base/gdbhistsize-history.exp
11335 (test_histsize_history_setting): Use save_vars.
11336 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
11337 Use save_vars.
11338 (test_no_truncation_of_unlimited_history_file): Use save_vars.
11339 * gdb.base/readline.exp: Use save_vars.
11340
11341 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
11342
11343 * lib/gdb.exp (save_vars): New proc.
11344
11345 2015-08-11 Keith Seitz <keiths@redhat.com>
11346
11347 * gdb.base/help.exp: Update help_breakpoint_text.
11348
11349 2015-08-11 Keith Seitz <keiths@redhat.com>
11350
11351 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
11352 (at toplevel): Call test_explicit_breakpoints.
11353 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
11354 breakpoints.
11355 * lib/mi-support.exp (mi_make_breakpoint): Add support for
11356 breakpoint conditions, "-cond".
11357
11358 2015-08-11 Keith Seitz <keiths@redhat.com>
11359
11360 * gdb.linespec/3explicit.c: New file.
11361 * gdb.linespec/cpexplicit.cc: New file.
11362 * gdb.linespec/cpexplicit.exp: New file.
11363 * gdb.linespec/explicit.c: New file.
11364 * gdb.linespec/explicit.exp: New file.
11365 * gdb.linespec/explicit2.c: New file.
11366 * gdb.linespec/ls-errs.exp: Add explicit location tests.
11367 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
11368 before using in the matching pattern.
11369 Clarify that `prefix' is a regular expression.
11370
11371 2015-08-11 Keith Seitz <keiths@redhat.com>
11372
11373 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
11374 test.
11375 Add tests for missing ",FMT" and ",".
11376
11377 2015-08-10 Doug Evans <dje@google.com>
11378 Keith Seitz <keiths@redhat.com>
11379
11380 PR gdb/17960
11381 * gdb.base/completion.exp: Add location completer tests.
11382
11383 2015-08-07 Pedro Alves <palves@redhat.com>
11384
11385 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
11386 tests here.
11387 (top level): Run do_test with and without displaced stepping.
11388
11389 2015-08-07 Pedro Alves <palves@redhat.com>
11390
11391 * gdb.base/valgrind-disp-step.c: New file.
11392 * gdb.base/valgrind-disp-step.exp: New file.
11393
11394 2015-08-07 Pedro Alves <palves@redhat.com>
11395
11396 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
11397 Delete function.
11398 (main): Add alarm. Run an infinite loop instead of calling
11399 wait_threads.
11400 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
11401 comment.
11402 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
11403 Delete function.
11404 (main): Add alarm. Run an infinite loop instead of calling
11405 wait_threads.
11406 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
11407 comment.
11408
11409 2015-08-07 Pedro Alves <palves@redhat.com>
11410
11411 * gdb.base/checkpoint-ns.exp: New file.
11412 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
11413 standard_testfile.
11414
11415 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
11416
11417 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
11418 * gdb.btrace/instruction_history.exp: Update.
11419 * gdb.btrace/tsx.exp: New.
11420 * gdb.btrace/tsx.c: New.
11421
11422 2015-08-06 Pedro Alves <palves@redhat.com>
11423
11424 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
11425 increase timeout.
11426 * gdb.reverse/until-precsave.exp: Bump timeouts.
11427
11428 2015-08-06 Pedro Alves <palves@redhat.com>
11429
11430 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
11431
11432 2015-08-06 Pedro Alves <palves@redhat.com>
11433
11434 PR gdb/18749
11435 * gdb.threads/process-dies-while-handling-bp.c: New file.
11436 * gdb.threads/process-dies-while-handling-bp.exp: New file.
11437
11438 2015-08-06 Pedro Alves <palves@redhat.com>
11439
11440 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
11441 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
11442
11443 2015-08-05 Pedro Alves <palves@redhat.com>
11444
11445 * gdb.threads/next-while-other-thread-longjmps.c: New file.
11446 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
11447
11448 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
11449
11450 * gdb.base/bp-permanent.exp: Report test as unsupported if
11451 the target cannot stop at the permanent breakpoint.
11452
11453 2015-08-03 Doug Evans <dje@google.com>
11454
11455 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
11456 10000.
11457
11458 2015-08-03 Doug Evans <dje@google.com>
11459
11460 * Makefile.in (workers/%.worker, build-perf): New rule.
11461 (GDB_PERFTEST_MODE): New variable.
11462 (check-perf): Use it.
11463 (clean): Clean up gdb.perf parallel build subdirs.
11464 * lib/build-piece.exp: New file.
11465 * lib/gdb.exp (make_gdb_parallel_path): New function
11466 (standard_output_file, standard_temp_file): Call it.
11467 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11468 of $GDB_PARALLEL.
11469 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
11470
11471 2015-08-03 Doug Evans <dje@google.com>
11472
11473 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
11474 (LOG_FILE_NAME): New global.
11475 (TextReporter.__init__): Initialize self.txt_sum.
11476 (TextReporter.report): Add support for multiple data-points.
11477 Move report to perftest.sum, put raw data in perftest.log.
11478 (TextReporter.start): Open sum and log files.
11479 (TextReporter.end): Close sum and log files.
11480 * gdb.perf/lib/perftest/testresult.py
11481 (SingleStatisticTestResult.record): Handle multiple data-points.
11482
11483 2015-07-31 Pedro Alves <palves@redhat.com>
11484
11485 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
11486 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11487 kill_wait_spawned_process instead of explicit "kill -9".
11488 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
11489 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11490 kill_wait_spawned_process.
11491 * gdb.base/attach-twice.exp: Likewise.
11492 * gdb.base/attach.exp: Likewise.
11493 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
11494 gdb_test_multiple.
11495 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
11496 returning a spawn id instead of a pid. Use spawn_id_get_pid and
11497 kill_wait_spawned_process.
11498 * gdb.base/valgrind-infcall.exp: Likewise.
11499 * gdb.multi/multi-attach.exp: Likewise.
11500 * gdb.python/py-prompt.exp: Likewise.
11501 * gdb.python/py-sync-interp.exp: Likewise.
11502 * gdb.server/ext-attach.exp: Likewise.
11503 * gdb.threads/attach-into-signal.exp (corefunc): Use
11504 spawn_wait_for_attach, spawn_id_get_pid and
11505 kill_wait_spawned_process.
11506 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
11507 spawn_wait_for_attach returning a spawn id instead of a pid. Use
11508 spawn_id_get_pid and kill_wait_spawned_process.
11509 * gdb.threads/attach-stopped.exp (corefunc): Use
11510 spawn_wait_for_attach, spawn_id_get_pid and
11511 kill_wait_spawned_process.
11512 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
11513 Use spawn_id_get_pid. Wait for spawn id after eof. Use
11514 kill_wait_spawned_process instead of explicit "kill -9".
11515 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
11516 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
11517 (spawn_wait_for_attach): Use spawn instead of exec to spawn
11518 processes. Don't map cygwin/windows pids here. Now returns a
11519 spawn id list.
11520
11521 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11522
11523 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
11524 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
11525 correct patch.
11526
11527 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11528
11529 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
11530
11531 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
11532
11533 Reapply:
11534 2014-05-21 Mark Wielaard <mjw@redhat.com>
11535
11536 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
11537
11538 2015-07-30 Pedro Alves <palves@redhat.com>
11539
11540 * linux-low.c (handle_extended_wait): Set the child's last
11541 reported status to TARGET_WAITKIND_STOPPED.
11542
11543 2015-07-30 Pedro Alves <palves@redhat.com>
11544
11545 PR threads/18600
11546 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
11547 only shows inferior 1.
11548
11549 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
11550 Pedro Alves <palves@redhat.com>
11551
11552 PR threads/18600
11553 * gdb.threads/fork-plus-threads.c: New file.
11554 * gdb.threads/fork-plus-threads.exp: New file.
11555
11556 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11557
11558 * gdb.base/batch-preserve-term-settings.exp
11559 (test_terminal_settings_preserved_after_cli_exit): Use
11560 send_quit_command.
11561
11562 2015-07-29 Pedro Alves <palves@redhat.com>
11563 Don Breazeal <donb@codesourcery.com>
11564
11565 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11566 output from both inferior_spawn_id and gdb_spawn_id.
11567
11568 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11569
11570 * gdb.threads/attach-into-signal.exp (corefunc): Use
11571 with_test_prefix on nested loops, uniquefying the test messages.
11572
11573 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
11574
11575 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
11576 commit.
11577
11578 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11579
11580 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
11581 New proc.
11582 (test_terminal_settings_preserved_after_sigterm): New test.
11583
11584 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11585
11586 * gdb.base/batch-preserve-term-settings.exp
11587 (test_terminal_settings_preserved_after_cli_exit): New test.
11588
11589 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
11590
11591 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
11592 manipulation of saved_gdbflags.
11593 (test_terminal_settings_preserved): Remove global declaration of
11594 the unused variable pagination_prompt. Remove manipulation of
11595 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
11596 GDBFLAGS.
11597
11598 2015-07-29 Pedro Alves <palves@redhat.com>
11599
11600 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
11601
11602 2015-07-29 Pedro Alves <palves@redhat.com>
11603
11604 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
11605 at the top.
11606
11607 2015-07-29 Pedro Alves <palves@redhat.com>
11608
11609 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
11610 (main): Call gdb_unbuffer_output.
11611 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
11612 (main): Call gdb_unbuffer_output.
11613 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
11614 (main): Call gdb_unbuffer_output.
11615 * gdb.base/call-strs.exp: Adjust to step over the
11616 gdb_unbuffer_output call.
11617 * gdb.base/catch-gdb-caused-signals.c: Include
11618 "../lib/unbuffer_output.c".
11619 (main): Call gdb_unbuffer_output.
11620 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
11621 (main): Call gdb_unbuffer_output.
11622 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
11623 (main): Call gdb_unbuffer_output.
11624 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
11625 (main): Call gdb_unbuffer_output.
11626 * gdb.base/shlib-call.exp: Adjust to step over the
11627 gdb_unbuffer_output call.
11628 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
11629 (main): Call gdb_unbuffer_output.
11630 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
11631 (main): Call gdb_unbuffer_output.
11632 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
11633 (main): Rename to ...
11634 (test): ... this.
11635 (main): Reimplement.
11636 * gdb.base/varargs.exp: Run to test instead of to main.
11637 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11638 (main): Call gdb_unbuffer_output.
11639
11640 2015-07-29 Pedro Alves <palves@redhat.com>
11641
11642 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
11643 factore out from mi_continue_dprintf. For call-style dprintfs,
11644 expect dprintf output out of $inferior_spawn_id.
11645 (mi_continue_dprintf): Use mi_expect_dprintf.
11646 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
11647 (main): Call gdb_unbuffer_output.
11648
11649 2015-07-29 Pedro Alves <palves@redhat.com>
11650
11651 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
11652 (default_mi_gdb_start): Set inferior_spawn_id instead of
11653 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
11654 gdb_spawn_id.
11655 (mi_gdb_test): Always expect inferior output from both
11656 $inferior_spawn_id and $gdb_spawn_id.
11657
11658 2015-07-29 Pedro Alves <palves@redhat.com>
11659
11660 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
11661 send_inferior and $inferior_spawn_id.
11662
11663 2015-07-29 Pedro Alves <palves@redhat.com>
11664
11665 * gdb.gdb/complaints.exp (test_initial_complaints)
11666 (test_serial_complaints, test_short_complaints): Use
11667 gdb_test_stdio.
11668 (test_empty_complaint): Handle $inferior_spawn_id !=
11669 $gdb_spawn_id.
11670
11671 2015-07-29 Pedro Alves <palves@redhat.com>
11672
11673 * gdb.base/varargs.exp: Use gdb_test_stdio.
11674
11675 2015-07-29 Pedro Alves <palves@redhat.com>
11676
11677 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
11678
11679 2015-07-29 Pedro Alves <palves@redhat.com>
11680
11681 * gdb.base/ending-run.exp: Use gdb_test_stdio.
11682
11683 2015-07-29 Pedro Alves <palves@redhat.com>
11684
11685 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
11686 parameter into two new parameters, "inf_result" and "gdb_result".
11687 Expect inferior output and gdb output from $inferior_spawn_id and
11688 $gdb_spawn_id, respectively. Adjust all callers.
11689
11690 2015-07-29 Pedro Alves <palves@redhat.com>
11691
11692 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
11693 of gdb_test_sequence.
11694
11695 2015-07-29 Pedro Alves <palves@redhat.com>
11696
11697 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
11698 (saw_spurious_output): Expect inferior output from
11699 $inferior_spawn_id. Use gdb_test_stdio.
11700
11701 2015-07-29 Pedro Alves <palves@redhat.com>
11702
11703 * gdb.base/dprintf.exp: Use standard_testfile. Change
11704 prepare_for_testing call.
11705 (srcfile): Don't set.
11706 (restart): New procedure.
11707 (test_dprintf): New procecure, use to continue over dprintfs.
11708 (test_call, test_agent): New procedures, tests moved here.
11709 Restart gdb and recreate dprintfs. Adjust expected output.
11710
11711 2015-07-29 Pedro Alves <palves@redhat.com>
11712
11713 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
11714
11715 2015-07-29 Pedro Alves <palves@redhat.com>
11716
11717 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
11718
11719 2015-07-29 Pedro Alves <palves@redhat.com>
11720
11721 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
11722 gdb_test_stdio.
11723
11724 2015-07-29 Pedro Alves <palves@redhat.com>
11725
11726 * lib/gdb.exp (gdb_test_stdio): New procedure.
11727
11728 2015-07-29 Pedro Alves <palves@redhat.com>
11729
11730 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
11731
11732 2015-07-29 Pedro Alves <palves@redhat.com>
11733
11734 * gdb.base/call-signal-resume.exp: Remove check for
11735 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
11736 * gdb.base/unwindonsignal.exp: Likewise.
11737 * gdb.base/call-signals.c (gen_signal): Remove printf call.
11738 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
11739
11740 2015-07-29 Pedro Alves <palves@redhat.com>
11741
11742 * gdb.base/siginfo-addr.c (pass): New function.
11743 (handler): Call it iff si_addr is correct.
11744 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
11745 Set a breakpoint at "pass" and continue to it.
11746
11747 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
11748
11749 * gdb.python/py-objfile.exp: Make some tests have unique names.
11750 * gdb.python/py-pp-registration.exp: Likewise.
11751
11752 2015-07-28 Pedro Alves <palves@redhat.com>
11753
11754 * gdb.server/server-exec-info.exp: Issue a "disconnect".
11755
11756 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11757
11758 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
11759
11760 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
11761
11762 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
11763
11764 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
11765
11766 * gdb.base/gdb-sigterm-2.exp: New test.
11767
11768 2015-07-25 Doug Evans <xdje42@gmail.com>
11769
11770 Revert:
11771 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11772 (workers/%.worker, build-perf): New rule.
11773 (GDB_PERFTEST_MODE): New variable.
11774 (check-perf): Use it.
11775 (clean): Clean up gdb.perf parallel build subdirs.
11776 * lib/build-piece.exp: New file.
11777 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11778 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11779 name.
11780 (standard_temp_file): Ditto.
11781 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11782 of $GDB_PARALLEL.
11783
11784 2015-07-24 Doug Evans <dje@google.com>
11785
11786 * gdb.perf/lib/perftest/utils.py: New file.
11787 * gdb.perf/gm-hello.cc: New file.
11788 * gdb.perf/gm-pervasive-typedef.cc: New file.
11789 * gdb.perf/gm-pervasive-typedef.h: New file.
11790 * gdb.perf/gm-std.cc: New file.
11791 * gdb.perf/gm-std.h: New file.
11792 * gdb.perf/gm-use-cerr.cc: New file.
11793 * gdb.perf/gm-utils.h: New file.
11794 * gdb.perf/gmonster-null-lookup.py: New file.
11795 * gdb.perf/gmonster-pervasive-typedef.py: New file.
11796 * gdb.perf/gmonster-print-cerr.py: New file.
11797 * gdb.perf/gmonster-ptype-string.py: New file.
11798 * gdb.perf/gmonster-runto-main.py: New file.
11799 * gdb.perf/gmonster-select-file.py: New file.
11800 * gdb.perf/gmonster1-null-lookup.exp: New file.
11801 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
11802 * gdb.perf/gmonster1-print-cerr.exp: New file.
11803 * gdb.perf/gmonster1-ptype-string.exp: New file.
11804 * gdb.perf/gmonster1-runto-main.exp: New file.
11805 * gdb.perf/gmonster1-select-file.exp: New file.
11806 * gdb.perf/gmonster1.cc: New file.
11807 * gdb.perf/gmonster1.exp: New file.
11808 * gdb.perf/gmonster2-null-lookup.exp: New file.
11809 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
11810 * gdb.perf/gmonster2-print-cerr.exp: New file.
11811 * gdb.perf/gmonster2-ptype-string.exp: New file.
11812 * gdb.perf/gmonster2-runto-main.exp: New file.
11813 * gdb.perf/gmonster2-select-file.exp: New file.
11814 * gdb.perf/gmonster2.cc: New file.
11815 * gdb.perf/gmonster2.exp: New file.
11816
11817 2015-07-24 Doug Evans <dje@google.com>
11818
11819 * gdb.perf/README: New file.
11820 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
11821 * lib/gen-perf-test.exp: New file.
11822
11823 2015-07-24 Doug Evans <dje@google.com>
11824
11825 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
11826 (PerfTest::startup): New function.
11827 (PerfTest::run): Return result of calling body.
11828 (PerfTest::assemble): Rewrite.
11829 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
11830 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
11831 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
11832 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
11833 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
11834
11835 2015-07-24 Doug Evans <dje@google.com>
11836
11837 * lib/gdb.exp (clean_restart): Make executable optional.
11838
11839 2015-07-24 Doug Evans <dje@google.com>
11840
11841 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
11842 compiler_info references.
11843 * gdb.cp/temargs.exp: Ditto.
11844 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
11845 (get_compiler_info): Early exit if already computed. Set compiler_info
11846 to "unknown" if there was a problem.
11847 (test_compiler_info): Add function comment. Call get_compiler_info.
11848
11849 2015-07-24 Doug Evans <dje@google.com>
11850
11851 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
11852 (workers/%.worker, build-perf): New rule.
11853 (GDB_PERFTEST_MODE): New variable.
11854 (check-perf): Use it.
11855 (clean): Clean up gdb.perf parallel build subdirs.
11856 * lib/build-piece.exp: New file.
11857 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
11858 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
11859 name.
11860 (standard_temp_file): Ditto.
11861 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
11862 of $GDB_PARALLEL.
11863
11864 2015-07-24 Doug Evans <dje@google.com>
11865
11866 * lib/future.exp (gdb_default_target_compile): New option
11867 "early_flags".
11868 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
11869 --as-needed.
11870
11871 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
11872
11873 * gdb.base/catch-syscall.exp: Call gdb_exit before
11874 gdb_skip_xml_test.
11875
11876 2015-07-24 Pedro Alves <palves@redhat.com>
11877
11878 * gdb.python/py-events.exp: Accept output between the stop event
11879 and the prompt.
11880 * gdb.python/py-evsignal.exp: Likewise.
11881 * gdb.python/py-evthreads.exp: Likewise.
11882
11883 2015-07-24 Pedro Alves <palves@redhat.com>
11884
11885 PR gdb/18717
11886 * gdb.threads/non-ldr-exit.c: New file.
11887 * gdb.threads/non-ldr-exit.exp: New file.
11888
11889 2015-07-24 Yao Qi <yao.qi@linaro.org>
11890
11891 * gdb.server/ext-wrapper.exp: Test --wrapper option when
11892 restarting process.
11893
11894 2015-07-24 Yao Qi <yao.qi@linaro.org>
11895
11896 * gdb.server/ext-restart.exp: New file.
11897
11898 2015-07-24 Yao Qi <yao.qi@linaro.org>
11899
11900 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
11901 argument options.
11902 * gdb.server/ext-wrapper.exp: New file.
11903
11904 2015-07-23 Doug Evans <dje@google.com>
11905
11906 * gdb.dwarf2/dw2-dummy-cu.S: New file.
11907 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
11908
11909 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
11910
11911 * gdb.ada/var_arr_typedef.exp: New testcase.
11912 * gdb.ada/var_arr_typedef/pack.adb: New file.
11913 * gdb.ada/var_arr_typedef/pack.ads: New file.
11914 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
11915
11916 2015-07-20 Joel Brobecker <brobecker@adacore.com>
11917
11918 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
11919
11920 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11921
11922 * gdb.arch/i386-biarch-core.exp: Replace istarget
11923 by "complete set gnutarget". Remove expectation for the "core-file"
11924 command.
11925
11926 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11927
11928 Revert the previous commit:
11929 Tests for validate symbol file using build-id.
11930
11931 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
11932
11933 Tests for validate symbol file using build-id.
11934 * gdb.base/solib-mismatch-lib.c: New file.
11935 * gdb.base/solib-mismatch-libmod.c: New file.
11936 * gdb.base/solib-mismatch.c: New file.
11937 * gdb.base/solib-mismatch.exp: New file.
11938
11939 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
11940
11941 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
11942 nios2-*-linux*.
11943 * gdb.base/sigbpt.exp (stepi_out): Likewise.
11944 * gdb.base/siginfo.exp: Likewise.
11945 * gdb.base/sigstep.exp (advance, advancei): Likewise.
11946
11947 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
11948
11949 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
11950 Move it to ...
11951 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
11952 ... here.
11953 * gdb.trace/range-stepping.exp: Check that the target supports
11954 range stepping.
11955
11956 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11957
11958 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
11959
11960 2015-07-14 Pedro Alves <palves@redhat.com>
11961
11962 * gdb.base/killed-outside.exp: New file.
11963 * gdb.base/killed-outside.c: New file.
11964
11965 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11966
11967 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
11968 (n at main): New.
11969 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
11970
11971 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11972
11973 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
11974 infcall tests instead of setting up for KFAIL.
11975
11976 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
11977
11978 * gdb.btrace/record_goto-step.exp: New.
11979
11980 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11981
11982 PR compile/18484
11983 * gdb.compile/compile.c (struct struct_type): Add volatile to
11984 selffield's type.
11985 * gdb.compile/compile.exp
11986 (compile code struct_object.selffield = &struct_object): Skip further
11987 struct_object tests if this one xfails.
11988
11989 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
11990
11991 PR exp/18617
11992 * gdb.trace/ax.exp: Add test.
11993
11994 2015-07-07 Yao Qi <yao.qi@linaro.org>
11995
11996 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
11997 instead of istarget "aarch64*-*-*".
11998 * gdb.arch/aarch64-fp.exp: Likewise.
11999 * gdb.base/float.exp: Likewise.
12000 * gdb.reverse/aarch64.exp: Likewise.
12001 * lib/gdb.exp (is_aarch64_target): New proc.
12002
12003 2015-07-07 Yao Qi <yao.qi@linaro.org>
12004
12005 * lib/gdb.exp (is_aarch32_target): New proc.
12006 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
12007 instead of "istarget "arm*-*-*"".
12008 * gdb.arch/arm-disp-step.exp: Likewise.
12009 * gdb.arch/thumb-bx-pc.exp: Likewise.
12010 * gdb.arch/thumb-prologue.exp: Likewise.
12011 * gdb.arch/thumb-singlestep.exp: Likewise.
12012 * gdb.base/disp-step-syscall.exp: Likewise.
12013 * gdb.base/float.exp: Likewise.
12014
12015 2015-07-07 Yao Qi <yao.qi@linaro.org>
12016
12017 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
12018 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
12019
12020 2015-07-07 Yao Qi <yao.qi@linaro.org>
12021
12022 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
12023 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
12024 if it exists.
12025 * gdb.multi/multi-arch.exp: Likewise.
12026
12027 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
12028
12029 * gdb.python/py-lazy-string.exp: Add missing parentheses to
12030 print.
12031
12032 2015-07-07 Yao Qi <yao.qi@linaro.org>
12033
12034 * gdb.arch/thumb-singlestep.exp: Do one more single step.
12035
12036 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
12037
12038 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
12039 '[' and ']' characters.
12040
12041 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
12042
12043 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
12044
12045 2015-06-29 Pedro Alves <palves@redhat.com>
12046
12047 PR threads/18127
12048 * gdb.threads/hand-call-new-thread.c: New file.
12049 * gdb.threads/hand-call-new-thread.c: New file.
12050
12051 2015-06-26 Keith Seitz <keiths@redhat.com>
12052 Doug Evans <dje@google.com>
12053
12054 PR 16253
12055 * gdb.cp/var-tag-2.cc: New file.
12056 * gdb.cp/var-tag-3.cc: New file.
12057 * gdb.cp/var-tag-4.cc: New file.
12058 * gdb.cp/var-tag.cc: New file.
12059 * gdb.cp/var-tag.exp: New file.
12060
12061 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12062
12063 * gdb.base/history-duplicates.exp: New test.
12064
12065 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
12066
12067 * gdb.base/completion.exp: Test the completion of the "focus"
12068 command.
12069
12070 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12071
12072 * gdb.arch/amd64-prologue-skip.S: New file.
12073 * gdb.arch/amd64-prologue-skip.exp: New file.
12074
12075 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
12076
12077 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
12078 is_address_zero_readable check.
12079
12080 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
12081
12082 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
12083 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
12084
12085 2015-06-24 Yao Qi <yao.qi@linaro.org>
12086
12087 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
12088 linux targets.
12089
12090 2015-06-24 Yao Qi <yao.qi@linaro.org>
12091
12092 * lib/gdb.exp (supports_get_siginfo_type): New proc.
12093 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
12094 * gdb.base/siginfo-thread.exp: Likewise.
12095
12096 2015-06-22 Yao Qi <yao.qi@linaro.org>
12097
12098 * boards/remote-gdbserver-on-localhost.exp: Add comments.
12099
12100 2015-06-22 Yao Qi <yao.qi@linaro.org>
12101
12102 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
12103 aarch64*-*-*.
12104 (skip_hw_watchpoint_tests): Likewise.
12105
12106 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
12107
12108 * gdb.base/gdbinit-history.exp: Test the interaction between
12109 setting GDBHISTSIZE and setting the history size via .gdbinit.
12110
12111 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12112
12113 PR gdb/16999
12114 * gdb.base/gdbhistsize-history.exp: New test.
12115
12116 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12117
12118 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
12119 with GDBHISTSIZE.
12120 * gdb.base/readline.exp: Likewise.
12121
12122 2015-06-17 Yao Qi <yao.qi@linaro.org>
12123
12124 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
12125 line.
12126
12127 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
12128
12129 * gdb.base/gdbinit-history.exp: Add test case to check that
12130 an unlimited history file does not get truncated on exit.
12131
12132 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12133
12134 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
12135 (VECTOR): New macro. Use it...
12136 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
12137 ...for these typedefs.
12138 (int8, char1, int1, double1): New typedefs.
12139 (struct just_int2, struct two_int2): New structures.
12140 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
12141 (add_structvecs, add_singlevecs): New functions.
12142 (main): Call add_some_intvecs twice.
12143 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
12144 the compile and exit upon failure. Try compiling for the "native"
12145 architecture. Test inferior function calls with vector arguments
12146 and vector return value handling with "finish" and "return".
12147
12148 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
12149
12150 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
12151 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
12152 PE file.
12153 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
12154
12155 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12156
12157 PR breakpoints/16465
12158 * gdb.mi/mi-dprintf-pending.c: New file.
12159 * gdb.mi/mi-dprintf-pending.exp: New test.
12160 * gdb.mi/mi-dprintf-pendshr.c: New file.
12161
12162 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12163 Mircea Gherzan <mircea.gherzan@intel.com>
12164
12165 * gdb.arch/i386-mpx-map.c: New file.
12166 * gdb.arch/i386-mpx-map.exp: New File.
12167
12168 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12169
12170 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
12171 * gdb.arch/i386-mpx.exp: Indentation fixed.
12172
12173 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12174
12175 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
12176 function and improved indentation.
12177 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
12178 gdb_test_multiple. Added additional tests to skip the test.
12179
12180 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
12181
12182 * gdb.arch/i386-avx512.c: Change path in include file.
12183 * gdb.arch/i386-avx512.exp: Change include dir path
12184 compilation flag.
12185 * gdb.arch/i386-mpx.c: Change path in include file.
12186 * gdb.arch/i386-mpx.exp: Change include dir path compilation
12187 flag.
12188
12189 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12190
12191 * gdb.compile/compile-print.exp (compile print *vararray@3)
12192 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
12193
12194 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12195
12196 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
12197 (do not keep jit in memory): ... this.
12198 (expect 5): Change it to ...
12199 (expect no 5): ... this.
12200
12201 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
12202
12203 PR gdb/15564
12204 * gdb.mi/mi-detach.exp: New file.
12205
12206 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12207
12208 PR symtab/18392
12209 * gdb.arch/amd64-tailcall-self.S: New file.
12210 * gdb.arch/amd64-tailcall-self.c: New file.
12211 * gdb.arch/amd64-tailcall-self.exp: New file.
12212
12213 2015-05-28 Don Breazeal <donb@codesourcery.com>
12214
12215 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
12216 tests for remote targets by checking is_target_gdbserver.
12217
12218 2015-05-27 Doug Evans <dje@google.com>
12219
12220 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
12221 * gdb.dwarf2/opaque-type-lookup.c: New file.
12222 * gdb.dwarf2/opaque-type-lookup.exp: New file.
12223
12224 2015-05-26 Doug Evans <dje@google.com>
12225
12226 * gdb.cp/iostream.cc: New file.
12227 * gdb.cp/iostream.exp: New file.
12228
12229 2015-05-26 Doug Evans <dje@google.com>
12230
12231 * gdb.dwarf2/dw2-op-call.exp: Update.
12232 * gdb.dwarf2/dw4-sig-types.exp: Update.
12233 * gdb.dwarf2/implptr.exp: Update.
12234 * gdb.mi/mi-cmd-param-changed.exp: Update.
12235
12236 2015-05-26 Doug Evans <dje@google.com>
12237
12238 * gdb.python/py-lazy-string.c: New file.
12239 * gdb.python/py-lazy-string.exp: New file.
12240 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
12241 (main): Update. Add estring3.
12242 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
12243 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
12244
12245 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12246 Yao Qi <yao.qi@linaro.org>
12247
12248 * gdb.reverse/aarch64.c: New.
12249 * gdb.reverse/aarch64.exp: New.
12250
12251 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
12252
12253 * lib/gdb.exp (supports_process_record): Return true for
12254 aarch64*-linux*.
12255 (supports_reverse): Likewise.
12256
12257 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
12258
12259 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12260 Use with_test_prefix.
12261
12262 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
12263
12264 * gdb.base/completion.exp: Add test for completion of layout
12265 names.
12266
12267 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
12268
12269 * lib/gdb.exp (skip_tui_tests): New proc.
12270 * gdb.base/tui-layout.exp: Check skip_tui_tests.
12271
12272 2015-05-19 Pedro Alves <palves@redhat.com>
12273
12274 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12275 Save the whole env array instead of just HOME. Unset HISTSIZE in
12276 the environment while testing. Restore whole environment
12277 afterwards.
12278
12279 2015-05-16 Doug Evans <xdje42@gmail.com>
12280
12281 * gdb.guile/scm-ports.c: New file.
12282 * gdb.guile/scm-ports.exp: Add memory port tests.
12283
12284 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12285
12286 * gdb.compile/compile-print.c: New file.
12287 * gdb.compile/compile-print.exp: New file.
12288
12289 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12290
12291 * gdb.compile/compile-ops.exp: Cast param to void.
12292 * gdb.compile/compile.exp: Complete type for _gdb_expr.
12293 (compile code struct_object.selffield = &struct_object): Add xfail.
12294
12295 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12296
12297 * gdb.ada/arr_enum_with_gap: New testcase.
12298
12299 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12300
12301 * gdb.ada/byte_packed_arr: New testcase.
12302
12303 2015-05-15 Joel Brobecker <brobecker@adacore.com>
12304
12305 * gdb.ada/pckd_neg: New testcase.
12306
12307 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
12308
12309 PR gdb/17820
12310 * gdb.base/gdbinit-history.exp: New test.
12311 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
12312 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
12313
12314 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
12315
12316 * gdb.python/py-xmethods.cc: Enhance test case.
12317 * gdb.python/py-xmethods.exp: New tests.
12318 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
12319 function.
12320 (B_indexoper): Likewise.
12321 (global_dm_list) : Add new xmethod worker functions.
12322
12323 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
12324
12325 * gdb.base/coredump-filter.exp: Correctly unset
12326 "coredump_var_addr" array.
12327
12328 2015-05-08 Pedro Alves <palves@redhat.com>
12329
12330 * gdb.server/non-existing-program.exp: Unset spawn_id.
12331
12332 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
12333
12334 PR python/18291
12335 * gdb.python/py-xmethods.exp: Add tests.
12336
12337 2015-05-08 Yao Qi <yao.qi@linaro.org>
12338
12339 PR gdb/18208
12340 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
12341 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
12342 function set_coredump_filter, and remove remote_exec call.
12343 Remove argument ipid. Callers update.
12344 (top level): Don't get inferior's PID.
12345
12346 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
12347
12348 * gdb.base/watch_thread_num.exp: Skip test on targets without
12349 access watchpoints.
12350
12351 2015-05-06 Pedro Alves <palves@redhat.com>
12352
12353 PR server/18081
12354 * gdb.server/non-existing-program.exp: New file.
12355
12356 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12357
12358 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
12359
12360 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12361
12362 * gdb.ada/out_of_line_in_inlined: New testcase.
12363
12364 2015-05-05 Joel Brobecker <brobecker@adacore.com>
12365
12366 * gdb.ada/var_rec_arr: New testcase.
12367
12368 2015-04-30 Yao Qi <yao.qi@linaro.org>
12369
12370 * gdb.base/break-idempotent.exp: If
12371 skip_hw_watchpoint_multi_tests returns true, skip the tests
12372 on "rwatch" and "awatch".
12373
12374 2015-04-30 Yao Qi <yao.qi@linaro.org>
12375
12376 * gdb.base/relativedebug.exp: Invoke gdb command
12377 "info sharedlibrary", and if libc.so doesn't have debug info,
12378 skip the test.
12379
12380 2015-04-29 Doug Evans <dje@google.com>
12381
12382 * gdb.python/py-xmethods.exp: Add ptype tests.
12383 * gdb.python/py-xmethods.py (E_method_char_worker): Add
12384 get_result_type method.
12385
12386 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12387
12388 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
12389 the target does not support hardware watchpoints.
12390
12391 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
12392
12393 * gdb.base/break-always.exp: Abort testing if writing to memory
12394 causes an error.
12395
12396 2015-04-28 Doug Evans <dje@google.com>
12397
12398 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
12399 * gdb.python/py-pp-registration.exp: ... here. New file.
12400 * gdb.python/py-pp-registration.c: New file.
12401 * gdb.python/py-pp-registration.py: New file.
12402
12403 2015-04-28 Doug Evans <dje@google.com>
12404
12405 * gdb.python/py-bad-printers.c: New file.
12406 * gdb.python/py-bad-printers.py: New file.
12407 * gdb.python/py-bad-printers.exp: New file.
12408
12409 2015-04-28 Sasha Smundak <asmundak@google.com>
12410
12411 * gdb.python/py-type.exp: New test.
12412
12413 2015-04-28 Andy Wingo <wingo@igalia.com>
12414
12415 * gdb.python/py-parameter.exp:
12416 * gdb.guile/scm-parameter.exp: Escape the path that we are
12417 matching against, as it might contain characters that are special
12418 to regular expressions.
12419
12420 2015-04-27 Joel Brobecker <brobecker@adacore.com>
12421
12422 * gdb.ada/rec_comp: New testcase.
12423
12424 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
12425
12426 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
12427 before using it.
12428
12429 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
12430
12431 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
12432 new tests for verilog output.
12433
12434 2015-04-24 Yao Qi <yao.qi@linaro.org>
12435
12436 * boards/remote-gdbserver-on-localhost.exp: New file.
12437
12438 2015-04-23 Pedro Alves <palves@redhat.com>
12439
12440 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
12441 $inferior_spawn_id instead of $inferior_spawn_id directly. On
12442 "end of file", remove $inferior_spawn_id from the indirect list.
12443
12444 2015-04-23 Pedro Alves <palves@redhat.com>
12445
12446 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
12447
12448 2015-04-23 Pedro Alves <palves@redhat.com>
12449
12450 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
12451 on $any_spawn_id instead of only on $gdb_spawn_id.
12452
12453 2015-04-21 Pierre Muller <muller@sourceware.org>
12454
12455 PR pascal/17815
12456 * lib/pascal.exp (gpc_compile): Add new option "class".
12457 (fpc_compile): Likewise.
12458 * gdb.pascal/case-insensitive-symbols.pas: New file.
12459 * gdb.pascal/case-insensitive-symbols.exp: New file.
12460
12461 2015-04-20 Gary Benson <gbenson@redhat.com>
12462
12463 * gdb.base/attach.exp: Fix three extended remote failures.
12464
12465 2015-04-17 Gary Benson <gbenson@redhat.com>
12466
12467 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
12468 the main executable over the remote protocol.
12469
12470 2015-04-16 Pedro Alves <palves@redhat.com>
12471
12472 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
12473 a new gdbserver if gdbserver_reconnect_p is set.
12474
12475 2015-04-16 Pedro Alves <palves@redhat.com>
12476
12477 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
12478 is set, don't exit gdbserver.
12479
12480 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12481
12482 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
12483 appropriate .insn, such that an older assembler can be used.
12484 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
12485 the z/Architecture instruction set on 31-bit targets as well.
12486
12487 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12488
12489 * gdb.go/handcall.exp: Remove all logic related to the first
12490 breakpoint and rely on go_runto_main instead.
12491 * gdb.go/strings.exp: Likewise.
12492 * gdb.go/unsafe.exp: Likewise.
12493 * gdb.go/hello.exp: Likewise. Also rename the remaining
12494 breakpoint marker to "breakpoint 1".
12495 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
12496 * gdb.go/strings.go: Likewise.
12497 * gdb.go/unsafe.go: Likewise.
12498 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
12499 "set breakpoint 2 here" and rename the remaining breakpoint marker
12500 to "breakpoint 1".
12501
12502 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
12503
12504 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
12505 if itertools.imap is not present.
12506 * gdb.python/py-objfile.exp: Add parentheses.
12507 * gdb.python/py-type.exp: Same.
12508 * gdb.python/py-unwind-maint.py: Same.
12509
12510 2015-04-15 Yao Qi <yao.qi@linaro.org>
12511
12512 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
12513 of ":$ptr_size" and set its form explicitly.
12514
12515 2015-04-15 Pedro Alves <palves@redhat.com>
12516 Yao Qi <yao.qi@linaro.org>
12517
12518 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
12519 timeout by factor of 4.
12520 (test_regular_watch): Likewise.
12521 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
12522 * gdb.reverse/sigall-reverse.exp: Likewise.
12523 * gdb.reverse/until-precsave.exp: Likewise.
12524 * lib/gdb.exp (with_timeout_factor): New proc.
12525 (gdb_expect): Move some code to ...
12526 (get_largest_timeout): ... here. New procedure.
12527
12528 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
12529
12530 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
12531
12532 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12533
12534 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
12535 to write to the .text section.
12536
12537 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
12538
12539 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
12540 Handle the case of targets that do not provide PID information.
12541
12542 2015-04-13 Yao Qi <yao.qi@linaro.org>
12543
12544 * lib/gdbserver-support.exp (gdb_exit): Catch exception
12545 and use expect instead of gdb_expect.
12546
12547 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
12548
12549 * gdb.base/coredump-filter.exp: Rename variable "addr" to
12550 "coredump_var_addr" to avoid naming conflict with other testcases.
12551
12552 2015-04-10 Pedro Alves <palves@redhat.com>
12553
12554 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
12555 gdb_test_sequence and gdb_assert.
12556
12557 2015-04-10 Pedro Alves <palves@redhat.com>
12558
12559 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
12560 test messages that don't include the breakpoint address.
12561
12562 2015-04-10 Yao Qi <yao.qi@linaro.org>
12563
12564 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
12565 false for some offset and width combinations which aren't
12566 supported by linux kernel.
12567
12568 2015-04-10 Pedro Alves <palves@redhat.com>
12569
12570 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
12571 procedure, factored out from ...
12572 (top level): ... here. Add "set displaced-stepping" testing axis.
12573 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
12574 parameter "displaced". Use it.
12575 (top level): Use foreach and add "set displaced-stepping" testing
12576 axis.
12577
12578 2015-04-10 Pedro Alves <palves@redhat.com>
12579
12580 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
12581 Remove comment.
12582 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
12583 both the address of the instruction that triggers the watchpoint
12584 and the address of the instruction immediately after, and use
12585 those addresses for the test. Fix comment.
12586
12587 2015-04-10 Pedro Alves <palves@redhat.com>
12588
12589 * gdb.base/sigstep.exp (breakpoint_to_handler)
12590 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
12591 Test "backtrace" in handler.
12592 (breakpoint_over_handler): New parameter 'displaced'. Use it.
12593 (top level): Add new "displaced" test axis to
12594 breakpoint_to_handler, breakpoint_to_handler_entry and
12595 breakpoint_over_handler.
12596
12597 2015-04-10 Pedro Alves <palves@redhat.com>
12598
12599 PR gdb/18216
12600 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
12601
12602 2015-04-10 Yao Qi <yao.qi@linaro.org>
12603
12604 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
12605 (test_add_rn_pc): New function.
12606 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
12607 (top level): Invoke test_add_rn_pc.
12608
12609 2015-04-10 Pedro Alves <palves@redhat.com>
12610
12611 PR gdb/13858
12612 * gdb.base/step-over-no-symbols.exp: New file.
12613
12614 2015-04-09 Andy Wingo <wingo@igalia.com>
12615
12616 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
12617 after the Python tests.
12618
12619 2015-04-08 Keith Seitz <keiths@redhat.com>
12620
12621 PR python/16699
12622 * gdb.python/py-completion.exp: New tests for completion.
12623 * gdb.python/py-completion.py (CompleteLimit1): New class.
12624 (CompleteLimit2): Likewise.
12625 (CompleteLimit3): Likewise.
12626 (CompleteLimit4): Likewise.
12627 (CompleteLimit5): Likewise.
12628 (CompleteLimit6): Likewise.
12629 (CompleteLimit7): Likewise.
12630
12631 2015-04-08 Pedro Alves <palves@redhat.com>
12632
12633 PR gdb/18214
12634 PR gdb/18216
12635 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
12636 function.
12637 (main): Install it as SIGUSR1 handler.
12638 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
12639 parameter. Always use "setup" as prefix. Toggle "set
12640 displaced-stepping" off/on depending on global. Don't switch to
12641 thread 1 here.
12642 (top level): Add displaced stepping "off/on" test axis. Update
12643 "setup" calls. Wrap each subtest with with_test_prefix. Test
12644 continuing with a queued signal in each thread.
12645
12646 2015-04-08 Pedro Alves <palves@redhat.com>
12647
12648 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
12649 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
12650 gdb_breakpoint instead of gdb_test that doesn't expect anything.
12651 Return early if running to main fails.
12652 * gdb.trace/while-stepping.exp: Likewise.
12653
12654 2015-04-07 Pedro Alves <palves@redhat.com>
12655
12656 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
12657 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
12658 interact with inferior program.
12659
12660 2015-04-07 Pedro Alves <palves@redhat.com>
12661
12662 * lib/gdb.exp (inferior_spawn_id): New global.
12663 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
12664 spawn id after processing the user code.
12665 (default_gdb_start): Set inferior_spawn_id.
12666 (send_inferior): New procedure.
12667 * lib/gdbserver-support.exp (gdbserver_start): Set
12668 inferior_spawn_id.
12669 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
12670
12671 2015-04-07 Pedro Alves <palves@redhat.com>
12672
12673 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
12674 * lib/gdbserver-support.exp (gdbserver_start): Make
12675 $server_spawn_id global.
12676 (gdbserver_start): Don't wait for gdbserver's spawn id with
12677 expect_background.
12678 (close_gdbserver): New procedure.
12679 (gdb_exit): Rename the default version and reimplement.
12680
12681 2015-04-07 Pedro Alves <palves@redhat.com>
12682
12683 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
12684 append the substituted item, not the original item.
12685
12686 2015-04-07 Pedro Alves <palves@redhat.com>
12687
12688 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
12689 gdb_expect.
12690
12691 2015-04-07 Pedro Alves <palves@redhat.com>
12692
12693 * gdb.base/interrupt.exp: Don't handle the case of the inferior
12694 output appearing once only.
12695
12696 2015-04-07 Pedro Alves <palves@redhat.com>
12697
12698 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
12699 that doesn't expect anything. Return early if running to main
12700 fails.
12701
12702 2015-04-07 Yao Qi <yao.qi@linaro.org>
12703
12704 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
12705 (child_function): Call alarm.
12706 (main): Move call to alarm into the loop.
12707 * gdb.threads/non-stop-fair-events.exp: Build program with
12708 -DTIMEOUT=$timeout.
12709
12710 2015-04-06 Doug Evans <xdje42@gmail.com>
12711
12712 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
12713 Fix dest parameter to board_info.
12714 (fpc_compile): Ditto.
12715 (gdb_compile_pascal): Rename dest arg to destfile.
12716
12717 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
12718
12719 * gdb.ada/funcall_ref.exp: New file.
12720 * gdb.ada/funcall_ref/foo.adb: New file.
12721
12722 2015-04-02 Yao Qi <yao.qi@linaro.org>
12723
12724 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
12725 is remote.
12726
12727 2015-04-02 Gary Benson <gbenson@redhat.com>
12728
12729 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
12730
12731 2015-04-01 Sasha Smundak <asmundak@google.com>
12732
12733 * gdb.python/py-unwind-maint.c: New file.
12734 * gdb.python/py-unwind-maint.exp: New test.
12735 * gdb.python/py-unwind-maint.py: New file.
12736 * gdb.python/py-unwind.c: New file.
12737 * gdb.python/py-unwind.exp: New test.
12738 * gdb.python/py-unwind.py: New test.
12739
12740 2015-04-01 Pedro Alves <palves@redhat.com>
12741
12742 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
12743 to fail instead of non-existent $test.
12744
12745 2015-04-01 Pedro Alves <palves@redhat.com>
12746
12747 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
12748 GDBFLAGS if not empty.
12749
12750 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
12751
12752 * gdb.ada/complete.exp: Remove "multi_line".
12753 * gdb.ada/info_exc.exp: Remove "multi_line".
12754 * gdb.ada/packed_tagged.exp: Remove "multi_line".
12755 * gdb.ada/ptype_field.exp: Remove "multi_line".
12756 * gdb.ada/sym_print_name.exp: Remove "multi_line".
12757 * gdb.ada/tagged.exp: Remove "multi_line".
12758 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
12759 [multi_line ...]
12760 * gdb.btrace/delta.exp: Likewise.
12761 * gdb.btrace/exception.exp: Likewise.
12762 * gdb.btrace/function_call_history.exp: Likewise.
12763 * gdb.btrace/instruction_history.exp: Likewise.
12764 * gdb.btrace/nohist.exp: Likewise.
12765 * gdb.btrace/record_goto.exp: Likewise.
12766 * gdb.btrace/segv.exp: Likewise.
12767 * gdb.btrace/stepi.exp: Likewise.
12768 * gdb.btrace/tailcall.exp: Likewise.
12769 * gdb.btrace/unknown_functions.exp: Likewise.
12770 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
12771 * lib/gdb.exp: Add the "multi_line" helper.
12772
12773 2015-04-01 Pedro Alves <palves@redhat.com>
12774
12775 * gdb.threads/tid-reuse.c: New file.
12776 * gdb.threads/tid-reuse.exp: New file.
12777
12778 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
12779
12780 PR corefiles/16092
12781 * gdb.base/coredump-filter.c: New file.
12782 * gdb.base/coredump-filter.exp: Likewise.
12783
12784 2015-03-27 Petr Machata <pmachata@redhat.com>
12785
12786 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
12787 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
12788 (Dwarf::assemble): Initialize them.
12789 (Dwarf::lines): New function.
12790
12791 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
12792
12793 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
12794 SYMBOL_PREFIX for x86_64-*-cygwin.
12795
12796 2015-03-26 Andy Wingo <wingo@igalia.com>
12797
12798 PR symtab/18148
12799 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
12800 const_value but not a location.
12801 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
12802 location defined in non-main CUs are visible.
12803
12804 2015-03-26 Yao Qi <yao.qi@linaro.org>
12805
12806 PR testsuite/18139
12807 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
12808 Add a line number entry for the same line.
12809 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
12810 Add a line number entry for the same line.
12811
12812 2015-03-26 Yao Qi <yao.qi@linaro.org>
12813
12814 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
12815 .int 0.
12816 (func): Likewise. Add .Lfunc_1 label.
12817 Use .Lfunc_1 label.
12818 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
12819 .int 0.
12820 (func): Likewise.
12821 Use .Lfunc_1 label.
12822
12823 2015-03-26 Yao Qi <yao.qi@linaro.org>
12824
12825 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
12826 Call gdb_compile instead to compile each .s files without debug
12827 information.
12828
12829 2015-03-26 Yao Qi <yao.qi@linaro.org>
12830
12831 * gdb.base/savedregs.exp (process_saved_regs): Make
12832 "Saved registers:" optional in the pattern.
12833
12834 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12835
12836 * gdb.btrace/next.exp: Merged into step.exp.
12837 * gdb.btrace/finish.exp: Merged into step.exp.
12838 * gdb.btrace/nexti.exp: Merged into stepi.exp.
12839 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
12840 "record goto" and checking the exact replay position.
12841 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
12842 check for "Recording format" in "info record" output.
12843 * gdb.btrace/record_goto.exp: Choose test file based on target.
12844 * gdb.btrace/x86-record_goto.S: Renamed into ...
12845 * gdb.btrace/x86_64-record_goto.S: ... this.
12846 * gdb.btrace/i686-record_goto.S: New.
12847 * gdb.btrace/x86-tailcall.S: Renamed into ...
12848 * gdb.btrace/x86_64-tailcall.S: ... this.
12849 * gdb.btrace/i686-tailcall.S: New.
12850 * gdb.btrace/x86-tailcall.c: Renamed into ...
12851 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
12852 separate statements. Update test.
12853 * gdb.btrace/delta.exp: Use record_goto.c as test file.
12854 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
12855 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
12856 * gdb.btrace/tailcall.exp: Choose test file based on target.
12857 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
12858
12859 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
12860
12861 * gdb.btrace/exception.exp: Increase BTS buffer size.
12862
12863 2015-03-24 Pedro Alves <palves@redhat.com>
12864
12865 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
12866
12867 2015-03-24 Pedro Alves <palves@redhat.com>
12868
12869 * gdb.threads/schedlock.exp (test_step): No longer expect that
12870 "set scheduler-locking step" with "next" over a function call runs
12871 threads unlocked.
12872
12873 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12874
12875 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
12876
12877 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
12878
12879 PR breakpoints/16466
12880 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
12881 * gdb.mi/mi-pending.c (thread_func): New function.
12882 (int main): Add threading support required.
12883 * gdb.mi/mi-pending.exp: Add tests for this issue.
12884 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
12885 (pendfunc2): Remove stdio dependency.
12886 * gdb.mi/mi-pendshr2.c: New file.
12887
12888 2015-03-23 Keith Seitz <keiths@redhat.com>
12889
12890 * gdb.linespec/keywords.c: New file.
12891 * gdb.linespec/keywords.exp: New file.
12892
12893 2015-03-23 Keith Seitz <keiths@redhat.com>
12894
12895 PR gdb/18021
12896 * gdb.dwarf2/staticvirtual.exp: New test.
12897
12898 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12899
12900 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
12901 * README: Remove HP-UX and gdb.hp.
12902 (configuration):
12903 * configure: Regenerate.
12904 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
12905 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
12906 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
12907 gdb.hp/gdb.defects/Makefile.
12908 * gdb.hp/Makefile.in: File deleted.
12909 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
12910 * gdb.hp/gdb.aCC/optimize.c: File deleted.
12911 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
12912 * gdb.hp/gdb.aCC/run.c: File deleted.
12913 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
12914 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
12915 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
12916 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
12917 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
12918 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
12919 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
12920 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
12921 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
12922 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
12923 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
12924 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
12925 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
12926 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
12927 * gdb.hp/gdb.base-hp/reg.s: File deleted.
12928 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
12929 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
12930 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
12931 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
12932 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
12933 * gdb.hp/gdb.compat/Makefile.in: File deleted.
12934 * gdb.hp/gdb.compat/average.c: File deleted.
12935 * gdb.hp/gdb.compat/sum.c: File deleted.
12936 * gdb.hp/gdb.compat/xdb.c: File deleted.
12937 * gdb.hp/gdb.compat/xdb0.c: File deleted.
12938 * gdb.hp/gdb.compat/xdb0.h: File deleted.
12939 * gdb.hp/gdb.compat/xdb1.c: File deleted.
12940 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
12941 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
12942 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
12943 * gdb.hp/gdb.defects/Makefile.in: File deleted.
12944 * gdb.hp/gdb.defects/bs14602.c: File deleted.
12945 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
12946 * gdb.hp/gdb.defects/solib-d.c: File deleted.
12947 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
12948 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
12949 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
12950 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
12951 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
12952 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
12953 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
12954 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
12955 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
12956 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
12957 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
12958 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
12959 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
12960 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
12961 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
12962 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
12963 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
12964 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
12965 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
12966 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
12967 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
12968 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
12969 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
12970 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
12971 * gdb.hp/tools/odump: File deleted.
12972
12973 2015-03-19 Pedro Alves <palves@redhat.com>
12974
12975 * gdb.threads/continue-pending-status.exp (saw_thread_2)
12976 (saw_thread_3): New globals.
12977 (top level): Increment them when an event for the corresponding
12978 thread is seen.
12979 (no thread starvation): New test.
12980
12981 2015-03-19 Pedro Alves <palves@redhat.com>
12982
12983 * gdb.threads/continue-pending-status.c: New file.
12984 * gdb.threads/continue-pending-status.exp: New file.
12985
12986 2015-03-18 Pedro Alves <palves@redhat.com>
12987
12988 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
12989 Use gdb_is_target_remote instead of is_remote. Use
12990 gdb_test_multiple instead of gdb_expect. Exit early if
12991 gdb_test_multiple hits its internal matches. Tighten stepi tests
12992 expected output. Fail on exit with any signal, instead of just
12993 SIGILL.
12994
12995 2015-03-18 Yao Qi <yao.qi@linaro.org>
12996
12997 PR tdep/18107
12998 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
12999 variable.
13000 * gdb.base/catch-syscall.exp: Don't skip it on
13001 aarch64*-*-linux* target. Remove elements in all_syscalls.
13002 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
13003 target.
13004 (setup_all_syscalls): New proc.
13005
13006 2015-03-16 Yao Qi <yao.qi@linaro.org>
13007
13008 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
13009 (top level): Skip tests if valid_addr_p returns false for
13010 $cmd1 or $cmd2.
13011
13012 2015-03-11 Andy Wingo <wingo@igalia.com>
13013
13014 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
13015
13016 2015-03-11 Yao Qi <yao.qi@linaro.org>
13017
13018 * gdb.base/catch-syscall.exp: Fix typo in comments.
13019
13020 2015-03-11 Yao Qi <yao.qi@linaro.org>
13021
13022 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
13023
13024 2015-03-09 Pedro Alves <palves@redhat.com>
13025
13026 * dg-extract-results.py: Delete.
13027
13028 2015-03-09 Pedro Alves <palves@redhat.com>
13029
13030 Merge dg-extract-results.sh from GCC upstream (r218843).
13031
13032 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
13033 * dg-extract-results.sh: Use --text with grep to avoid issues with
13034 binary files. Fall back to cat -v, if that doesn't work.
13035
13036 2015-03-05 Pedro Alves <palves@redhat.com>
13037
13038 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
13039
13040 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
13041
13042 * lib/mi-support.exp (mi_expect_interrupt): Accept
13043 alternative event for when in all-stop mode.
13044
13045 2015-03-04 Pedro Alves <palves@redhat.com>
13046
13047 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
13048
13049 2015-03-04 Mark Kettenis <kettenis@gnu.org>
13050
13051 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
13052
13053 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13054
13055 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
13056 regexps for GDB's current line display, accept a hex address
13057 preceding the line number.
13058
13059 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
13060
13061 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
13062 the 'arch1' variable for "s390*-linux*" targets.
13063
13064 2015-03-04 Pedro Alves <palves@redhat.com>
13065
13066 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
13067 (main): Pass missing retval argument to pthread_join call.
13068
13069 2015-03-02 Pedro Alves <palves@redhat.com>
13070
13071 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
13072 (top level): Call do_test with non-stop as well.
13073
13074 2015-03-02 Pedro Alves <palves@redhat.com>
13075
13076 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
13077 -1.
13078
13079 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13080
13081 * gdb.arch/s390-vregs.exp: New test.
13082 * gdb.arch/s390-vregs.S: New file.
13083
13084 2015-02-27 Pedro Alves <palves@redhat.com>
13085
13086 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
13087 call to catch_command_errors.
13088 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
13089 catch_command_errors.
13090
13091 2015-02-27 Pedro Alves <palves@redhat.com>
13092
13093 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
13094 "true" for boolean result.
13095 * gdb.gdb/selftest.exp (test_with_self): Also accept full
13096 prototype of main.
13097
13098 2015-02-27 Pedro Alves <palves@redhat.com>
13099
13100 * lib/unbuffer_output.c: New file.
13101 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
13102 (main): Call gdb_unbuffer_output.
13103
13104 2015-02-27 Yao Qi <yao.qi@linaro.org>
13105
13106 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
13107 target.
13108
13109 2015-02-26 Doug Evans <dje@google.com>
13110
13111 * gdb.cp/class2.cc (Dbase, D): New classes.
13112 (main): New local delta.
13113 * gdb.cp/class2.exp: Test printing delta.
13114 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
13115 (dynbar): New global.
13116 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
13117
13118 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13119
13120 * gdb.compile/compile-ifunc.c: New file.
13121 * gdb.compile/compile-ifunc.exp: New file.
13122
13123 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
13124
13125 * gdb.base/structs.exp: Check for correct struct on finish.
13126
13127 2015-02-26 Yao Qi <yao.qi@linaro.org>
13128
13129 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
13130 is zero.
13131
13132 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13133
13134 * gdb.arch/cordic.ko.bz2: New file.
13135 * gdb.arch/cordic.ko.debug.bz2: New file.
13136 * gdb.arch/ppc64-symtab-cordic.exp: New file.
13137
13138 2015-02-25 Yao Qi <yao.qi@linaro.org>
13139
13140 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
13141 aarch64*-*-* target.
13142
13143 2015-02-23 Pedro Alves <palves@redhat.com>
13144
13145 * lib/gdb.exp (delete_breakpoints): Rewrite using
13146 gdb_test_multiple.
13147
13148 2015-02-23 Pedro Alves <palves@redhat.com>
13149
13150 * gdb.base/info-os.c: Include stdlib.h.
13151
13152 2015-02-22 Doug Evans <xdje42@gmail.com>
13153
13154 PR symtab/17855
13155 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
13156 is read after symbols have been re-read.
13157 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
13158 * gdb.ada/exec_changed/second.adb (Second): Ditto.
13159
13160 2015-02-21 Doug Evans <dje@google.com>
13161
13162 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
13163
13164 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13165
13166 PR corefiles/17808
13167 * gdb.arch/i386-biarch-core.core.bz2: New file.
13168 * gdb.arch/i386-biarch-core.exp: New file.
13169
13170 2015-02-21 Pedro Alves <palves@redhat.com>
13171
13172 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
13173 runto_main fails.
13174
13175 2015-02-20 Pedro Alves <palves@redhat.com>
13176
13177 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
13178 info probes.
13179
13180 2015-02-20 Pedro Alves <palves@redhat.com>
13181
13182 * gdb.threads/multi-create-ns-info-thr.exp: New file.
13183
13184 2015-02-20 Pedro Alves <palves@redhat.com>
13185
13186 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
13187 clean_restart before gdb_target_supports_trace.
13188
13189 2015-02-20 Pedro Alves <palves@redhat.com>
13190
13191 PR threads/18006
13192 * gdb.threads/clone-thread_db.c: New file.
13193 * gdb.threads/clone-thread_db.exp: New file.
13194
13195 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
13196
13197 PR breakpoints/16812
13198 * gdb.base/catch-gdb-caused-signals.c: New file.
13199 * gdb.base/catch-gdb-caused-signals.exp: New file.
13200
13201 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
13202
13203 * configure: Regenerated.
13204 * configure.ac: Use GDB_AC_TRANSFORM.
13205 * aclocal.m4: sinclude ../transform.m4.
13206
13207 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13208
13209 * lib/dtrace.exp: New file.
13210 * gdb.base/dtrace-probe.exp: Likewise.
13211 * gdb.base/dtrace-probe.d: Likewise.
13212 * gdb.base/dtrace-probe.c: Likewise.
13213 * lib/pdtrace.in: Likewise.
13214 * configure.ac: Output variables with the transformed names of
13215 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
13216 * configure: Regenerated.
13217
13218 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13219
13220 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
13221 expected message when trying to access $_probe_* convenience
13222 variables while not on a probe.
13223
13224 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13225
13226 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
13227
13228 2015-02-11 Pedro Alves <pedro@codesourcery.com>
13229
13230 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
13231 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
13232
13233 2015-02-10 Doug Evans <xdje42@gmail.com>
13234
13235 * lib/gdb.exp (gdb_load): Always return a result.
13236
13237 2015-02-10 Pedro Alves <palves@redhat.com>
13238
13239 * gdb.threads/signal-sigtrap.c: New file.
13240 * gdb.threads/signal-sigtrap.exp: New file.
13241
13242 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
13243
13244 * gdb.trace/no-attach-trace.c: New file.
13245 * gdb.trace/no-attach-trace.exp: New file.
13246
13247 2015-02-09 Mark Wielaard <mjw@redhat.com>
13248
13249 * gdb.dwarf2/atomic.c: New file.
13250 * gdb.dwarf2/atomic-type.exp: Likewise.
13251
13252 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13253
13254 * gdb.btrace/buffer-size.exp: Update "info record" output.
13255 * gdb.btrace/delta.exp: Update "info record" output.
13256 * gdb.btrace/enable.exp: Update "info record" output.
13257 * gdb.btrace/finish.exp: Update "info record" output.
13258 * gdb.btrace/instruction_history.exp: Update "info record" output.
13259 * gdb.btrace/next.exp: Update "info record" output.
13260 * gdb.btrace/nexti.exp: Update "info record" output.
13261 * gdb.btrace/step.exp: Update "info record" output.
13262 * gdb.btrace/stepi.exp: Update "info record" output.
13263 * gdb.btrace/nohist.exp: Update "info record" output.
13264
13265 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13266
13267 * gdb.btrace/buffer-size: New.
13268
13269 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
13270
13271 * gdb.btrace/delta.exp: Update "info record" output.
13272 * gdb.btrace/enable.exp: Update "info record" output.
13273 * gdb.btrace/finish.exp: Update "info record" output.
13274 * gdb.btrace/instruction_history.exp: Update "info record" output.
13275 * gdb.btrace/next.exp: Update "info record" output.
13276 * gdb.btrace/nexti.exp: Update "info record" output.
13277 * gdb.btrace/step.exp: Update "info record" output.
13278 * gdb.btrace/stepi.exp: Update "info record" output.
13279 * gdb.btrace/nohist.exp: Update "info record" output.
13280
13281 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
13282
13283 PR gdb/15678
13284 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
13285
13286 2015-02-06 Pedro Alves <palves@redhat.com>
13287
13288 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
13289 macro.
13290 (seconds_left, again): New globals.
13291 (main): Wait seconds_left in a 1-second sleep loop instead of
13292 sleeping 180 seconds. If 'again' is set, reset the seconds
13293 counter.
13294 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
13295 'again' in the inferior before detaching. Print the seconds left.
13296 (options): New global.
13297 (top level): Build program with -DTIMEOUT=$timeout.
13298
13299 2015-02-06 Pedro Alves <palves@redhat.com>
13300
13301 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
13302 determine how many seconds to pass to 'alarm'.
13303 * gdb.base/gdb-sigterm.exp (top level): Build program with
13304 -DTIMEOUT=$timeout.
13305 (do_test): Return success/failure indication. Add more verbose
13306 logging. Don't fail if 200 single steps are seen. Instead, fail
13307 when the test times out.
13308 (passes): New global.
13309 (top level): Break the testing loop if testing fails on any
13310 iteration. Use gdb_assert.
13311
13312 2015-02-04 Don Breazeal <donb@codesourcery.com>
13313
13314 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
13315 and initialize them.
13316 (ipc_cleanup): New function.
13317 (main): Don't declare shmid, semid, and msqid. Add a call to
13318 atexit so that we call ipc_cleanup on exit.
13319
13320 2015-02-04 Pedro Alves <palves@redhat.com>
13321
13322 * boards/native-extended-gdbserver.exp: Remove any target variant
13323 specifications from the board name before clearing the isremote
13324 flag from board_info.
13325
13326 2015-01-31 Doug Evans <xdje42@gmail.com>
13327
13328 * gdb.base/maint.exp <maint print type argc>: Update expected output.
13329
13330 2015-01-31 Gary Benson <gbenson@redhat.com>
13331
13332 * gdb.base/completion.exp: Disable completion limiting for
13333 existing tests. Add new tests to check completion limiting.
13334 * gdb.linespec/ls-errs.exp: Disable completion limiting.
13335
13336 2015-01-31 Doug Evans <xdje42@gmail.com>
13337
13338 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
13339
13340 2015-01-31 Doug Evans <xdje42@gmail.com>
13341
13342 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
13343 entries. Duplicate file section script entries.
13344 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
13345 inlined entries. Add test for safe-path rejection.
13346 * gdb.python/py-section-script.c: Add duplicate inlined section script
13347 entries. Duplicate file section script entries.
13348 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
13349 inlined entries. Add test for safe-path rejection.
13350
13351 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13352
13353 * gdb.ada/disc_arr_bound: New testcase.
13354
13355 2015-01-29 Joel Brobecker <brobecker@adacore.com>
13356
13357 * gdb.ada/mi_var_array: New testcase.
13358
13359 2015-01-27 Doug Evans <dje@google.com>
13360
13361 * gdb.python/py-objfile.exp: Add tests for objfile.username.
13362 Add test for objfile.filename, objfile.username after objfile
13363 has been unloaded.
13364
13365 2015-01-26 Joel Brobecker <brobecker@adacore.com>
13366
13367 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
13368 the second test to print the name attribute of value
13369 returned by the call to gdb.lookup_type, and adjust
13370 the expected output accordingly.
13371
13372 2015-01-25 Mark Wielaard <mjw@redhat.com>
13373
13374 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
13375 * gdb.base/disp-step-fork.c: Include unistd.h.
13376 * gdb.base/siginfo-obj.c: Include stdio.h.
13377 * gdb.base/siginfo-thread.c: Likewise.
13378 * gdb.mi/non-stop.c: Include unistd.h.
13379 * gdb.mi/nsthrexec.c: Include stdio.h.
13380 * gdb.mi/pthreads.c: Include unistd.h.
13381 * gdb.modula2/unbounded1.c (main): Declare returns int.
13382 * gdb.reverse/consecutive-reverse.c: Likewise.
13383 * gdb.threads/create-fail.c: Include unistd.h.
13384 * gdb.threads/killed.c: Likewise.
13385 * gdb.threads/linux-dp.c: Likewise.
13386 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
13387 * gdb.threads/non-ldr-exc-2.c: Likewise.
13388 * gdb.threads/non-ldr-exc-3.c: Likewise.
13389 * gdb.threads/non-ldr-exc-4.c: Likewise.
13390 * gdb.threads/pthreads.c: Include unistd.h.
13391 (main): Declare returns int.
13392 * gdb.threads/tls-main.c (foo): New declaration.
13393 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
13394
13395 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
13396
13397 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
13398 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
13399
13400 2015-01-15 Mark Wielaard <mjw@redhat.com>
13401
13402 * gdb.base/noreturn-return.c: New file.
13403 * gdb.base/noreturn-return.exp: New file.
13404 * gdb.base/noreturn-finish.c: New file.
13405 * gdb.base/noreturn-finish.exp: New file.
13406
13407 2015-01-23 Pedro Alves <palves@redhat.com>
13408
13409 * gdb.threads/continue-pending-after-query.c: New file.
13410 * gdb.threads/continue-pending-after-query.exp: New file.
13411
13412 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
13413 Simon Marchi <simon.marchi@ericsson.com>
13414
13415 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
13416 * gdb.base/valgrind-db-attach.exp: Same.
13417 * gdb.base/valgrind-infcall.exp: Same.
13418 * lib/mi-support.exp (default_mi_gdb_start): Same.
13419 * lib/prompt.exp (default_prompt_gdb_start): Same.
13420 * lib/gdb.exp (default_gdb_spawn): Same.
13421 (gdb_interact): New.
13422
13423
13424 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13425
13426 * gdb.compile/compile.exp (pointer to jit function): New test.
13427
13428 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
13429
13430 * lib/gdb.exp (supports_process_record): Return true for
13431 powerpc*-*-linux*.
13432 (supports_reverse): Likewise.
13433
13434 2015-01-15 Don Breazeal <donb@codesourcery.com>
13435
13436 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
13437 instead of checking whether the target board is remote and
13438 use spawn_wait_for_attach instead of exec/sleep.
13439 * gdb.base/attach-twice.exp: Likewise.
13440
13441 2015-01-15 Joel Brobecker <brobecker@adacore.com>
13442
13443 * gdb.ada/var_arr_attrs: New testcase.
13444
13445 2015-01-14 Pedro Alves <palves@redhat.com>
13446 Joel Brobecker <brobecker@adacore.com>
13447
13448 PR gdb/17525
13449 * gdb.base/bp-cmds-execution-x-script.c: New file.
13450 * gdb.base/bp-cmds-execution-x-script.exp: New file.
13451 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
13452
13453 2015-01-14 Pedro Alves <palves@redhat.com>
13454
13455 PR cli/17828
13456 * gdb.base/batch-preserve-term-settings.c: New file.
13457 * gdb.base/batch-preserve-term-settings.exp: New file.
13458
13459 2015-01-13 Doug Evans <dje@google.com>
13460
13461 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
13462 binary.
13463
13464 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13465
13466 * Makefile.in (clean mostlyclean): Do not delete *.py.
13467
13468 2015-01-13 Joel Brobecker <brobecker@adacore.com>
13469
13470 * gdb.python/py-lookup-type.exp: New file.
13471
13472 2015-01-12 Pedro Alves <palves@redhat.com>
13473
13474 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
13475 restore GDBFLAGS before returning.
13476
13477 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13478
13479 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
13480 is_amd64_regs_target and is_x86_like_target.
13481
13482 2015-01-11 Doug Evans <xdje42@gmail.com>
13483
13484 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
13485 is given without an explicit form.
13486 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
13487 attributes.
13488 * gdb.dwarf/corrupt.exp: Ditto.
13489 * gdb.dwarf2/enum-type.exp: Ditto.
13490 * gdb.trace/entry-values.exp: Ditto.
13491 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
13492
13493 2015-01-11 Doug Evans <xdje42@gmail.com>
13494
13495 PR gdb/15830
13496 * gdb.base/maint.exp: Remove references to "maint demangle".
13497 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
13498 Add tests for explicitly specifying language to demangle.
13499 * gdb.dlang/demangle.exp: Ditto.
13500
13501 2015-01-09 Pedro Alves <palves@redhat.com>
13502
13503 * gdb.threads/non-stop-fair-events.c: New file.
13504 * gdb.threads/non-stop-fair-events.exp: New file.
13505
13506 2015-01-09 Pedro Alves <palves@redhat.com>
13507
13508 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
13509 the global scope. Set a breakpoint after all threads are started
13510 rather than stepping over two source lines. Expect the prompt.
13511 * gdb.base/watch_thread_num.c (threads_started_barrier): New
13512 global.
13513 (NUM): Now 15.
13514 (main): Use threads_started_barrier to wait for all threads to
13515 start. Main thread no longer calls thread_function. Exit after
13516 180 seconds.
13517 (loop): New function.
13518 (thread_function): Wait on threads_started_barrier barrier. Call
13519 'loop' at each iteration.
13520 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
13521 threads have started, instead of hardcoding number of "next"
13522 steps. Use an access watchpoint instead of a write watchpoint.
13523
13524 2015-01-09 Pedro Alves <palves@redhat.com>
13525
13526 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
13527 (thread_func): Wait on barrier.
13528 (main): Wait for all threads to start before stopping GDB.
13529 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
13530 global.
13531 (thread1_func, thread2_func): Wait on barrier.
13532 (main): Wait for all threads to start before stopping GDB.
13533 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
13534 New global.
13535 (thread1_func, thread2_func): Wait on barrier.
13536 (main): Wait for all threads to start before stopping GDB.
13537
13538 2015-01-09 Pedro Alves <palves@redhat.com>
13539
13540 * gdb.threads/attach-many-short-lived-threads.c: New file.
13541 * gdb.threads/attach-many-short-lived-threads.exp: New file.
13542
13543 2014-01-09 Pedro Alves <palves@redhat.com>
13544
13545 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
13546 instead of to thread 2.
13547 * gdb.threads/signal-command-multiple-signals-pending.c (main):
13548 Add barrier around each pthread_create call instead of around all
13549 calls.
13550 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
13551 Set a break on thread_function and have the child threads hit it
13552 one at at a time.
13553
13554 2015-01-09 Pedro Alves <palves@redhat.com>
13555
13556 * lib/gdb.exp (can_spawn_for_attach): New procedure.
13557 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
13558 false.
13559 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
13560 checking whether the target board is remote.
13561 * gdb.multi/multi-attach.exp: Likewise.
13562 * gdb.python/py-sync-interp.exp: Likewise.
13563 * gdb.server/ext-attach.exp: Likewise.
13564 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
13565 tests that need to attach, instead of checking whether the target
13566 board is remote at the top of the file.
13567
13568 2015-01-08 Yao Qi <yao@codesourcery.com>
13569
13570 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
13571
13572 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13573
13574 Fix testcase compilation.
13575 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
13576
13577 2015-01-06 Joel Brobecker <brobecker@adacore.com>
13578
13579 * gdb.python/py-type.exp: Add a couple test about empty
13580 array creation, and negative-length array creation.
13581
13582 2015-01-02 Doug Evans <xdje42@gmail.com>
13583
13584 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
13585
13586 2015-01-02 Doug Evans <dje@google.com>
13587
13588 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
13589
13590 2014-12-29 Yao Qi <yao@codesourcery.com>
13591
13592 * gdb.trace/entry-values.exp: Update comments. Rename variable
13593 bar_call_foo to returned_from_foo.
13594
13595 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
13596
13597 PR gdb/17394
13598 * gdb.linespec/break-asm-file.c: New file.
13599 * gdb.linespec/break-asm-file.exp: New file.
13600 * gdb.linespec/break-asm-file0.s: New file.
13601 * gdb.linespec/break-asm-file1.s: New file.
13602
13603 2014-12-18 Nigel Stephens <nigel@mips.com>
13604 Maciej W. Rozycki <macro@codesourcery.com>
13605
13606 * gdb.base/float.exp: Handle the new output from "info float" on
13607 MIPS targets.
13608
13609 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13610
13611 Fix MinGW compilation.
13612 * gdb.compile/compile-ops.exp: Update untested message if
13613 !skip_compile_feature_tests.
13614 * gdb.compile/compile-setjmp.exp: Likewise.
13615 * gdb.compile/compile-tls.exp: Likewise.
13616 * gdb.compile/compile.exp: Likewise.
13617 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
13618 supported on this host".
13619
13620 2014-12-16 Doug Evans <xdje42@gmail.com>
13621
13622 * boards/stabs.exp: New file.
13623
13624 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
13625
13626 * gdb.base/completion.exp: Adjust to format changes of "maint
13627 print user-registers".
13628
13629 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
13630
13631 PR server/17457
13632 * gdb.arch/aarch64-fp.c: New file.
13633 * gdb.arch/aarch64-fp.exp: New file.
13634
13635 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
13636
13637 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
13638 r210637, r210913, r211666, r215400, r215817).
13639
13640 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
13641 * dg-extract-results.py: New file.
13642 * dg-extract-results.sh: Use it if the environment seems
13643 suitable.
13644
13645 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
13646
13647 * dg-extract-results.py (parse_run): Handle warnings that
13648 are printed before a test harness is run.
13649
13650 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
13651
13652 * dg-extract-results.py (Named): Remove __cmp__ method.
13653 (output_variation): Use a key to sort variation.harnesses.
13654
13655 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
13656
13657 * dg-extract-results.py: For Python 3, force sys.stdout to
13658 handle surrogate escape sequences.
13659 (safe_open): New function.
13660 (output_segment, main): Use it.
13661
13662 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
13663
13664 * dg-extract-results.py (Prog.result_re): Include options
13665 in test name.
13666
13667 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
13668
13669 * dg-extract-results.py (output_variation): Always sort if
13670 do_sum.
13671
13672 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
13673
13674 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
13675 as long as we get pagination notifications.
13676
13677 2014-12-15 Jason Merrill <jason@redhat.com>
13678
13679 * Makefile.in (check-gdb.%): Restore.
13680 * README: Mention it.
13681
13682 2014-12-13 Joel Brobecker <brobecker@adacore.com>
13683
13684 * gdb.ada/str_uninit: New testcase.
13685
13686 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13687
13688 PR symtab/17642
13689 * gdb.base/vla-stub-define.c: New file.
13690 * gdb.base/vla-stub.c: New file.
13691 * gdb.base/vla-stub.exp: New file.
13692
13693 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
13694 Jan Kratochvil <jan.kratochvil@redhat.com>
13695 Tom Tromey <tromey@redhat.com>
13696
13697 * configure.ac: Add gdb.compile/.
13698 * configure: Regenerate.
13699 * gdb.compile/Makefile.in: New file.
13700 * gdb.compile/compile-ops.exp: New file.
13701 * gdb.compile/compile-ops.c: New file.
13702 * gdb.compile/compile-tls.c: New file.
13703 * gdb.compile/compile-tls.exp: New file.
13704 * gdb.compile/compile-constvar.S: New file.
13705 * gdb.compile/compile-constvar.c: New file.
13706 * gdb.compile/compile-mod.c: New file.
13707 * gdb.compile/compile-nodebug.c: New file.
13708 * gdb.compile/compile-setjmp-mod.c: New file.
13709 * gdb.compile/compile-setjmp.c: New file.
13710 * gdb.compile/compile-setjmp.exp: New file.
13711 * gdb.compile/compile-shlib.c: New file.
13712 * gdb.compile/compile.c: New file.
13713 * gdb.compile/compile.exp: New file.
13714 * lib/gdb.exp (skip_compile_feature_tests): New proc.
13715
13716 2014-12-12 Tom Tromey <tromey@redhat.com>
13717
13718 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
13719 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
13720
13721 2014-12-12 Doug Evans <dje@google.com>
13722
13723 * lib/gdb-python.exp (get_python_valueof): New function.
13724 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
13725
13726 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
13727
13728 * gdb.base/completion.exp: Add test for completion of "info
13729 registers ".
13730
13731 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
13732
13733 * gdb.base/func-ptrs.c: New file.
13734 * gdb.base/func-ptrs.exp: New file.
13735
13736 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13737
13738 PR breakpoints/17012
13739 * gdb.base/dprintf-detach.c: New file.
13740 * gdb.base/dprintf-detach.exp: New file.
13741
13742 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
13743
13744 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
13745 * lib/gdb.exp (target_is_gdbserver): New procedure.
13746
13747 2014-12-08 Doug Evans <dje@google.com>
13748
13749 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
13750
13751 2014-12-05 Yao Qi <yao@codesourcery.com>
13752
13753 * gdb.guile/scm-error.exp: Remove the third argument to
13754 gdb_remote_download.
13755 * gdb.guile/scm-frame-args.exp: Likewise.
13756 * gdb.guile/scm-section-script.exp: Likewise.
13757
13758 2014-12-05 Yao Qi <yao@codesourcery.com>
13759
13760 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
13761
13762 2014-12-04 Doug Evans <dje@google.com>
13763
13764 * gdb.python/py-objfile.exp: Add tests for
13765 objfile.add_separate_debug_file.
13766
13767 2014-12-04 Doug Evans <dje@google.com>
13768
13769 * lib/gdb.exp (get_build_id): New function.
13770 (build_id_debug_filename_get): Rewrite to use it.
13771 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
13772
13773 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
13774
13775 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
13776 `method(long)', not just 0x0.
13777 * gdb.cp/nsalias.exp: Align code labels to 4.
13778 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
13779 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
13780 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
13781 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
13782 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
13783 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
13784
13785 2014-12-02 Doug Evans <dje@google.com>
13786
13787 PR symtab/17602
13788 * gdb.cp/anon-ns.cc: Move guts of this file to ...
13789 * gdb.cp/anon-ns2.cc: ... here. New file.
13790 * gdb.cp/anon-ns.exp: Update.
13791
13792 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
13793
13794 * gdb.python/py-events.py (inferior_call_handler): New.
13795 (register_changed_handler, memory_changed_handler): New.
13796 (test_events.invoke): Register new handlers.
13797 * gdb.python/py-events.exp: Add tests for inferior call,
13798 memory_changed and register_changed events.
13799
13800 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
13801
13802 * gdb.base/execl-update-breakpoints.exp: Specify the link address
13803 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
13804 if the linker doesn't understand this.
13805
13806 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
13807
13808 * gdb.python/python.exp: Change expected reply to help().
13809
13810 2014-12-01 Yao Qi <yao@codesourcery.com>
13811
13812 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
13813 AC_CONFIG_SUBDIRS(gdb.gdbtk).
13814 * configure: Re-generated.
13815
13816 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
13817
13818 * gdb.cp/chained-calls.cc: New file.
13819 * gdb.cp/chained-calls.exp: New file.
13820 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
13821
13822 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
13823
13824 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
13825 * gdb.dwarf2/symtab-producer.exp: Same.
13826 * gdb.gdb/python-interrupts.exp: Same.
13827 * gdb.gdb/python-selftest.exp: Same.
13828 * gdb.python/py-linetable.exp: Same.
13829 * gdb.python/py-type.exp: Same.
13830 * gdb.python/py-value-cc.exp: Same.
13831 * gdb.python/py-value.exp: Same.
13832
13833 2014-11-28 Yao Qi <yao@codesourcery.com>
13834
13835 * gdb.base/break-probes.exp: Match library name prefixed with
13836 sysroot.
13837
13838 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
13839
13840 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
13841 test expected output. Add parentheses for the call to print.
13842 Remove L suffix from integers.
13843
13844 2014-11-26 Doug Evans <dje@google.com>
13845
13846 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
13847
13848 2014-11-22 Yao Qi <yao@codesourcery.com>
13849
13850 * gdb.trace/entry-values.c: Remove asms.
13851 (foo): Add foo_label.
13852 (bar): Add bar_label.
13853 * gdb.trace/entry-values.exp: Remove code computing foo's
13854 length and bar's length.
13855 (Dwarf::assemble): Invoke function_range for bar and use
13856 MACRO_AT_func for foo.
13857
13858 2014-11-22 Yao Qi <yao@codesourcery.com>
13859
13860 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
13861 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
13862 Use .Lgcc43_procstart instead of gcc43.
13863
13864 2014-11-21 Joel Brobecker <brobecker@adacore.com>
13865
13866 * gdb.ada/n_arr_bound: New testcase.
13867
13868 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
13869
13870 PR breakpoints/10737
13871 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
13872 test_catch_syscall_multi_arch.
13873 (test_catch_syscall_multi_arch): New function.
13874
13875 2014-11-20 Doug Evans <xdje42@gmail.com>
13876
13877 * gdb.base/maint.exp: Update expected output.
13878
13879 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
13880
13881 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
13882 4-byte instruction on S390.
13883
13884 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13885
13886 * gdb.ada/arr_arr: New testcase.
13887
13888 2014-11-19 Joel Brobecker <brobecker@adacore.com>
13889
13890 * gdb.ada/pkd_arr_elem: New Testcase.
13891
13892 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
13893
13894 * gdb.reverse/break-precsave: Expect completion message for
13895 core file reads.
13896 * gdb.reverse/consecutive-precsave.exp: Likewise.
13897 * gdb.reverse/finish-precsave.exp: Likewise.
13898 * gdb.reverse/i386-precsave.exp: Likewise.
13899 * gdb.reverse/machinestate-precsave.exp: Likewise.
13900 * gdb.reverse/sigall-precsave.exp: Likewise.
13901 * gdb.reverse/solib-precsave.exp: Likewise.
13902 * gdb.reverse/step-precsave.exp: Likewise.
13903 * gdb.reverse/until-precsave.exp: Likewise.
13904 * gdb.reverse/watch-precsave.exp: Likewise.
13905
13906 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13907
13908 * gdb.base/bp-permanent.c: Include unistd.h.
13909 * gdb.python/py-framefilter-mi.c (main): Add return type.
13910 * gdb.python/py-framefilter.c (main): Likewise.
13911 * gdb.trace/actions-changed.c (main): Likewise.
13912
13913 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13914
13915 * gdb.mi/until.c: Add eye-catchers.
13916 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
13917 line numbers.
13918
13919 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13920
13921 * gdb.base/condbreak.exp: Drop references to removed non-prototype
13922 function header variants in break1.c.
13923 * gdb.base/ena-dis-br.exp: Likewise.
13924 * gdb.base/hbreak2.exp: Likewise.
13925 * gdb.reverse/until-precsave.exp: Drop references to removed
13926 non-prototype function header variants in ur1.c.
13927 * gdb.reverse/until-reverse.exp: Likewise.
13928
13929 2014-11-17 Petr Machata <pmachata@redhat.com>
13930
13931 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
13932 ${_cu_offset_size} bytes abbrev offset.
13933
13934 2014-11-15 Doug Evans <xdje42@gmail.com>
13935
13936 PR symtab/17559
13937 * gdb.base/line-symtabs.exp: New file.
13938 * gdb.base/line-symtabs.c: New file.
13939 * gdb.base/line-symtabs.h: New file.
13940
13941 2014-11-14 Yao Qi <yao@codesourcery.com>
13942
13943 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
13944 (func): Add label func_label.
13945 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
13946 Replace low_pc and high_pc with MACRO_AT_range.
13947 Replace name, low_pc and high_pc with MACRO_AT_func.
13948
13949 2014-11-14 Yao Qi <yao@codesourcery.com>
13950
13951 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
13952 Replace name, low_pc and high_pc with MACRO_AT_func.
13953
13954 2014-11-14 Yao Qi <yao@codesourcery.com>
13955
13956 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
13957 produce debug information.
13958 * gdb.dwarf2/implptr-optimized-out.S: Removed.
13959
13960 2014-11-14 Yao Qi <yao@codesourcery.com>
13961
13962 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
13963 object and get function length.
13964 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
13965 with MACRO_AT_func.
13966 (top-level): Replace gdb_compile and clean_restart with
13967 prepare_for_testing.
13968 * gdb.dwarf2/main.c (main): Add label main_label.
13969
13970 2014-11-14 Yao Qi <yao@codesourcery.com>
13971
13972 * lib/dwarf.exp (function_range): New procedure.
13973 (Dwarf::_handle_macro_at_func): New procedure.
13974 (Dwarf::_handle_macro_at_range): New procedure.
13975 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
13976
13977 2014-11-14 Yao Qi <yao@codesourcery.com>
13978
13979 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
13980 (_handle_attribute): New procedure.
13981
13982 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
13983
13984 * gdb.ada/cond_lang/foo.c (callme): Add return type.
13985 * gdb.base/call-sc.c (zed): Likewise.
13986 * gdb.base/checkpoint.c (main): Likewise.
13987 * gdb.base/dump.c (main): Likewise.
13988 * gdb.base/gcore.c (main): Likewise.
13989 * gdb.base/huge.c (main): Likewise.
13990 * gdb.base/multi-forks.c (main): Likewise.
13991 * gdb.base/pr10179-a.c (main): Likewise.
13992 * gdb.base/savedregs.c (main): Likewise.
13993 * gdb.base/sigaltstack.c (main): Likewise.
13994 * gdb.base/siginfo.c (main): Likewise.
13995 * gdb.base/structs.c (zed): Likewise.
13996 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
13997 * gdb.mi/mi-syn-frame.c (main): Likewise.
13998 * gdb.mi/until.c (foo, main): Likewise.
13999 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
14000 * gdb.base/solib-weak.c (foo): Declare.
14001 * gdb.base/attach-twice.c: Include stdio.h.
14002 * gdb.base/weaklib1.c: Likewise.
14003 * gdb.base/weaklib2.c: Likewise.
14004 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
14005 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
14006 unistd.h.
14007 * gdb.base/attach-pie-misread.c: Include stdlib.h.
14008 * gdb.mi/mi-exit-code.c: Likewise.
14009 * gdb.base/break-interp-lib.c: Include string.h.
14010 * gdb.base/coremaker.c: Likewise.
14011 * gdb.base/testenv.c: Likewise.
14012 * gdb.python/py-finish-breakpoint.c: Likewise.
14013 * gdb.base/inferior-died.c: Include sys/wait.h.
14014 * gdb.base/fileio.c: Include time.h.
14015 * gdb.base/async-shell.c: Include unistd.h.
14016 * gdb.base/dprintf-non-stop.c: Likewise.
14017 * gdb.base/info-os.c: Likewise.
14018 * gdb.mi/mi-console.c: Likewise.
14019 * gdb.mi/watch-nonstop.c: Likewise.
14020 * gdb.python/py-events.c: Likewise.
14021 * gdb.base/async.c (baz): Move up before its invocation.
14022 * gdb.base/code_elim2.c (my_global_func): Likewise.
14023 * gdb.base/skip-solib-lib.c (multiply): Likewise.
14024 * gdb.base/advance.c (func2): Likewise.
14025
14026 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14027
14028 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
14029 variant.
14030 * gdb.base/annota3.c: Likewise.
14031 * gdb.base/async.c: Likewise.
14032 * gdb.base/average.c: Likewise.
14033 * gdb.base/call-ar-st.c: Likewise.
14034 * gdb.base/call-rt-st.c: Likewise.
14035 * gdb.base/call-sc.c: Likewise.
14036 * gdb.base/call-strs.c: Likewise.
14037 * gdb.base/ending-run.c: Likewise.
14038 * gdb.base/execd-prog.c: Likewise.
14039 * gdb.base/exprs.c: Likewise.
14040 * gdb.base/foll-exec.c: Likewise.
14041 * gdb.base/foll-fork.c: Likewise.
14042 * gdb.base/foll-vfork.c: Likewise.
14043 * gdb.base/funcargs.c: Likewise.
14044 * gdb.base/gcore.c: Likewise.
14045 * gdb.base/jump.c: Likewise.
14046 * gdb.base/langs0.c: Likewise.
14047 * gdb.base/langs1.c: Likewise.
14048 * gdb.base/langs2.c: Likewise.
14049 * gdb.base/mips_pro.c: Likewise.
14050 * gdb.base/nodebug.c: Likewise.
14051 * gdb.base/opaque0.c: Likewise.
14052 * gdb.base/opaque1.c: Likewise.
14053 * gdb.base/recurse.c: Likewise.
14054 * gdb.base/run.c: Likewise.
14055 * gdb.base/scope0.c: Likewise.
14056 * gdb.base/scope1.c: Likewise.
14057 * gdb.base/setshow.c: Likewise.
14058 * gdb.base/setvar.c: Likewise.
14059 * gdb.base/shmain.c: Likewise.
14060 * gdb.base/shr1.c: Likewise.
14061 * gdb.base/shr2.c: Likewise.
14062 * gdb.base/sigall.c: Likewise.
14063 * gdb.base/signals.c: Likewise.
14064 * gdb.base/so-indr-cl.c: Likewise.
14065 * gdb.base/solib2.c: Likewise.
14066 * gdb.base/structs.c: Likewise.
14067 * gdb.base/sum.c: Likewise.
14068 * gdb.base/vforked-prog.c: Likewise.
14069 * gdb.base/watchpoint.c: Likewise.
14070 * gdb.reverse/shr2.c: Likewise.
14071 * gdb.reverse/until-reverse.c: Likewise.
14072 * gdb.reverse/ur1.c: Likewise.
14073 * gdb.reverse/watch-reverse.c: Likewise.
14074
14075 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14076
14077 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
14078 variant.
14079 * gdb.base/sepdebug.exp: Drop references to removed code.
14080
14081 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14082
14083 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
14084 variant. Preserve original line numbering.
14085 * gdb.base/list1.c: Likewise.
14086
14087 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14088
14089 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
14090 variant.
14091 * gdb.base/break1.c: Likewise.
14092 * gdb.base/break.exp: Drop references to removed code.
14093
14094 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14095
14096 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
14097 variant.
14098
14099 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14100
14101 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
14102
14103 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14104
14105 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
14106 logic into perform_all_tests() and invoke it with and without
14107 function header prototypes.
14108 (do_function_calls): Remove conditional XFAIL for PR 5318.
14109 (rerun_and_prepare): Remove duplicate code.
14110 (perform_all_tests): New. Main logic moved here.
14111
14112 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14113
14114 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
14115 code guarded by #ifdef NO_PROTOTYPES.
14116 (t_double_many_args): Likewise.
14117 (DEF_FUNC_MANY_ARGS_1): Likewise.
14118 (DEF_FUNC_VALUES_1): Likewise.
14119 (t_structs_ldc): Renamed from t_structs_fc in conditional code
14120 guarded by #ifdef PROTOTYPES.
14121
14122 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14123
14124 * gdb.mi/mi-console.c: Add eye-catcher.
14125 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
14126 instead of literal line number.
14127
14128 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14129
14130 * gdb.base/shr2.c: Add eye-catcher.
14131 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
14132 line number.
14133
14134 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14135
14136 * gdb.base/jump.c: Add eye-catchers.
14137 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
14138 numbers.
14139
14140 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14141
14142 * gdb.base/execd-prog.c: Add eye-catchers.
14143 * gdb.base/foll-exec.c: Likewise.
14144 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
14145 line numbers.
14146
14147 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14148
14149 * gdb.base/ending-run.c: Add eye-catchers.
14150 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
14151 literal line numbers.
14152
14153 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14154
14155 * gdb.base/call-rt-st.c: Add eye-catchers.
14156 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
14157 literal line numbers.
14158
14159 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14160
14161 * gdb.base/call-ar-st.c: Add eye-catchers.
14162 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
14163 literal line numbers.
14164
14165 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14166
14167 * gdb.base/average.c: Add eye-catchers.
14168 * gdb.base/sum.c: Likewise.
14169 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
14170 regexps dynamically.
14171
14172 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
14173
14174 * gdb.base/solib1.c: Add eye-catchers.
14175 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
14176 literal line numbers.
14177
14178 2014-11-12 Pedro Alves <palves@redhat.com>
14179
14180 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
14181 leader has exited.
14182
14183 2014-11-12 Pedro Alves <palves@redhat.com>
14184
14185 * gdb.arch/i386-bp_permanent.c: New file.
14186 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
14187 (srcfile): Set to i386-bp_permanent.c.
14188 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
14189 that stepi does not execute the 'leave' instruction, instead of
14190 testing it does execute.
14191 * gdb.base/bp-permanent.c: New file.
14192 * gdb.base/bp-permanent.exp: New file.
14193
14194 2014-11-10 Doug Evans <xdje42@gmail.com>
14195
14196 PR symtab/17564
14197 * gdb.base/symtab-search-order.exp: New file.
14198 * gdb.base/symtab-search-order.c: New file.
14199 * gdb.base/symtab-search-order-1.c: New file.
14200 * gdb.base/symtab-search-order-shlib-1.c: New file.
14201
14202 2014-11-07 Pedro Alves <palves@redhat.com>
14203
14204 PR gdb/17511
14205 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
14206 i?86-*-linux*.
14207
14208 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
14209
14210 PR c++/17494
14211 * gdb.cp/pr17494.cc: New file.
14212 * gdb.cp/pr17494.exp: New file.
14213
14214 2014-11-02 Yao Qi <yao@codesourcery.com>
14215
14216 * gdb.python/python.exp: Get working directory and match the
14217 output of "set extended-prompt \\w " with it.
14218
14219 2014-10-30 Doug Evans <dje@google.com>
14220
14221 * gdb.python/py-objfile.exp: Add tests for setting random attributes
14222 in objfiles.
14223 * gdb.python/py-progspace.exp: Add tests for setting random attributes
14224 in progspaces.
14225
14226 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
14227
14228 * gdb.base/fullpath-expand.exp: Skip for a remote host.
14229 * gdb.base/realname-expand.exp: Likewise.
14230 * gdb.linespec/macro-relative.exp: Likewise.
14231
14232 2014-10-29 Pedro Alves <palves@redhat.com>
14233
14234 PR gdb/17408
14235 * gdb.threads/schedlock.c (some_function): New function.
14236 (call_function): New global.
14237 (MAYBE_CALL_SOME_FUNCTION): New macro.
14238 (thread_function): Call it.
14239 * gdb.threads/schedlock.exp (get_args): Add description parameter,
14240 and use it instead of a global counter. Adjust all callers.
14241 (get_current_thread): Use "find current thread" for test message
14242 here rather than having all callers pass down the same string.
14243 (goto_loop): New procedure, factored out from ...
14244 (my_continue): ... this.
14245 (step_ten_loops): Change parameter from test message to command to
14246 use. Adjust.
14247 (list_count): Delete global.
14248 (check_result): New procedure, factored out from duplicate top
14249 level code.
14250 (continue tests): Wrap in with_test_prefix.
14251 (test_step): New procedure, factored out from duplicate top level
14252 code.
14253 (top level): Test "step" in combination with all scheduler-locking
14254 modes. Test "next" in combination with all scheduler-locking
14255 modes, and in combination with stepping over a function call or
14256 not.
14257 * gdb.threads/next-bp-other-thread.c: New file.
14258 * gdb.threads/next-bp-other-thread.exp: New file.
14259
14260 2014-10-29 Pedro Alves <palves@redhat.com>
14261
14262 PR python/17372
14263 * gdb.python/python.exp: Test a multi-line command that spawns
14264 interactive Python.
14265 * gdb.base/multi-line-starts-subshell.exp: New file.
14266
14267 2014-10-29 Yao Qi <yao@codesourcery.com>
14268
14269 * gdb.base/fileio.exp: Make directories on host.
14270
14271 2014-10-29 Yao Qi <yao@codesourcery.com>
14272
14273 * gdb.base/fileio.c (test_write): Close the file.
14274
14275 2014-10-28 Pedro Alves <palves@redhat.com>
14276
14277 PR gdb/12623
14278 * gdb.base/sigstep.c (no_handler): New global.
14279 (main): If 'no_handler is true, set the signal handlers to
14280 SIG_IGN.
14281 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
14282 with_sw_watch and no_handler parameters. Handle them.
14283 (top level) <stepping over handler when stopped at a breakpoint
14284 test>: Add a test axis for testing with a software watchpoint, and
14285 another for testing with the signal handler set to SIG_IGN.
14286 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
14287 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
14288
14289 2014-10-28 Pedro Alves <palves@redhat.com>
14290
14291 PR gdb/17511
14292 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
14293 * gdb.base/sigstep.exp (other_handler_location): New global.
14294 (advance): Support stepping into the signal handler, and running
14295 commands while in the handler.
14296 (in_handler_map): New global.
14297 (top level): In the advance test, add combinations for getting
14298 into the handler with stepping commands, and for running commands
14299 in the handler. Add comment descripting the advancei tests.
14300
14301 2014-10-28 Pedro Alves <palves@redhat.com>
14302
14303 * gdb.base/sigstep.exp: Use build_executable instead of
14304 prepare_for_testing.
14305 (top level): Move code that starts GDB, runs to main and creates a
14306 display to ...
14307 (restart): ... this new procedure.
14308 (top level): Move backtrace from signal handler test to ...
14309 (validate_backtrace): ... this new procedure.
14310 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
14311 with_test_prefix. Always restart GDB.
14312 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
14313 with_test_prefix. Always restart GDB. No need to delete
14314 breakpoints after the test.
14315 (test_skip_handler): Remove prefix parameter.
14316 (skip_over_handler, breakpoint_to_handler)
14317 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
14318 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
14319 restart GDB. No need to delete breakpoints after the test.
14320 (top level): Use foreach to call the test procedures with
14321 different commands.
14322
14323 2014-10-28 Pedro Alves <palves@redhat.com>
14324
14325 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
14326 instead of GNATS numbers.
14327 * gdb.base/sigbpt.exp: Likewise.
14328 * gdb.base/siginfo.exp: Likewise.
14329 * gdb.base/sigstep.exp: Likewise.
14330
14331 2014-10-27 Pedro Alves <palves@redhat.com>
14332
14333 * gdb.base/sigstep.c (dummy): New global.
14334 (main): Issue a couple writes to the new global.
14335 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
14336 procedures.
14337 (skip_over_handler): Use test_skip_handler.
14338 (top level): Call skip_over_handler for stepi and nexti too.
14339 (breakpoint_over_handler): Use test_skip_handler.
14340 (top level): Call breakpoint_over_handler for stepi and nexti too.
14341
14342 2014-10-27 Yao Qi <yao@codesourcery.com>
14343
14344 * gdb.trace/tfile.c (adjust_function_address)
14345 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
14346 function descriptor.
14347
14348 2014-10-24 Don Breazeal <donb@codesourcery.com>
14349
14350 * gdb.base/foll-fork.exp (test_follow_fork,
14351 catch_fork_child_follow): Check for updated fork messages emitted
14352 from infrun.c.
14353 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
14354 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
14355 vfork_and_exec_child_follow_through_step): Check for updated vfork
14356 messages emitted from infrun.c.
14357
14358 2014-10-24 Pedro Alves <palves@redhat.com>
14359
14360 * gdb.base/corefile.exp: Remove references to ultrix.
14361 * gdb.base/interrupt.exp: Likewise.
14362 * gdb.base/whatis.exp: Likewise.
14363 * gdb.gdb/selftest.exp: Likewise.
14364 * gdb.threads/manythreads.exp: Likewise.
14365 * gdb.threads/print-threads.exp: Likewise.
14366 * gdb.threads/pthreads.exp:: Likewise.
14367 * gdb.threads/schedlock.exp: Likewise.
14368
14369 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
14370
14371 * gdb.cp/non-trivial-retval.cc: Add a test case.
14372 * gdb.cp/non-trivial-retval.exp: Add a test.
14373
14374 2014-10-20 Yao Qi <yao@codesourcery.com>
14375
14376 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
14377 * gdb.python/py-objfile-script-gdb.py: New file.
14378 * gdb.python/py-objfile-script.exp: Update reference to
14379 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
14380 of remote_download. Remove the dest file.
14381
14382 2014-10-20 Yao Qi <yao@codesourcery.com>
14383
14384 * gdb.base/checkpoint.exp: Don't remove file copied on host.
14385 * gdb.base/step-line.exp: Likewise.
14386 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14387 * gdb.dwarf2/dw2-basic.exp: Likewise.
14388 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14389 * gdb.dwarf2/dw2-filename.exp: Likewise.
14390 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14391 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14392 * gdb.dwarf2/dw2-producer.exp: Likewise.
14393 * gdb.dwarf2/mac-fileno.exp: Likewise.
14394 * gdb.python/py-frame-args.exp: Likewise.
14395 * gdb.python/py-framefilter.exp: Likewise.
14396 * gdb.python/py-mi.exp: Likewise.
14397 * gdb.python/py-objfile-script.exp: Likewise
14398 * gdb.python/py-pp-integral.exp: Likewise.
14399 * gdb.python/py-pp-re-notag.exp: Likewise.
14400 * gdb.python/py-prettyprint.exp: Likewise.
14401 * gdb.python/py-section-script.exp: Likewise.
14402 * gdb.python/py-typeprint.exp: Likewise.
14403 * gdb.python/py-xmethods.exp: Likewise.
14404 * gdb.stabs/weird.exp: Likewise.
14405 * gdb.xml/tdesc-regs.exp: Likewise.
14406
14407 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
14408
14409 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
14410 (out_cu): Use addr_len for the size of addresses.
14411 (out_line): Likewise. Size DW_LNE_set_address instruction
14412 according to addr_len.
14413 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
14414 (FUNC): Add START_INSNS to definition.
14415
14416 2014-10-18 Yao Qi <yao@codesourcery.com>
14417
14418 * gdb.base/argv0-symlink.exp: Check argv[0] value if
14419 gdb_has_argv0 return true.
14420 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
14421 check [target_info exists noargs], check [gdb_has_argv0]
14422 instead.
14423 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
14424 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
14425 procedures.
14426
14427 2014-10-17 Doug Evans <dje@google.com>
14428
14429 * gdb.python/py-events.exp: Update expected output for clear_objfiles
14430 event.
14431 * gdb.python/py-events.py: Add clear_objfiles event.
14432
14433 2014-10-17 Doug Evans <dje@google.com>
14434
14435 * gdb.python/py-objfile.exp: Test progspace attribute.
14436
14437 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
14438
14439 * gdb.guile/scm-breakpoint.exp: Do not assume any
14440 directory separators when matching source file paths.
14441 * gdb.python/py-breakpoint.exp: Likewise.
14442 * gdb.reverse/break-precsave.exp: Likewise.
14443 * gdb.reverse/break-reverse.exp: Likewise.
14444 * gdb.reverse/consecutive-precsave.exp: Likewise.
14445 * gdb.reverse/finish-precsave.exp: Likewise.
14446 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
14447 * gdb.reverse/finish-reverse.exp: Likewise.
14448 * gdb.reverse/i386-precsave.exp: Likewise.
14449 * gdb.reverse/i387-env-reverse.exp: Likewise.
14450 * gdb.reverse/i387-stack-reverse.exp: Likewise.
14451 * gdb.reverse/machinestate-precsave.exp: Likewise.
14452 * gdb.reverse/machinestate.exp: Likewise.
14453 * gdb.reverse/sigall-precsave.exp: Likewise.
14454 * gdb.reverse/solib-precsave.exp: Likewise.
14455 * gdb.reverse/step-precsave.exp: Likewise.
14456 * gdb.reverse/until-precsave.exp: Likewise.
14457 * gdb.reverse/watch-precsave.exp: Likewise.
14458 * gdb.reverse/watch-reverse.exp: Likewise.
14459
14460 2014-10-17 Yao Qi <yao@codesourcery.com>
14461
14462 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
14463 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
14464
14465 2014-10-17 Pedro Alves <palves@redhat.com>
14466
14467 PR gdb/17471
14468 * gdb.base/bg-execution-repeat.c: New file.
14469 * gdb.base/bg-execution-repeat.exp: New file.
14470
14471 2014-10-17 Pedro Alves <palves@redhat.com>
14472
14473 PR gdb/17300
14474 * gdb.base/continue-all-already-running.c: New file.
14475 * gdb.base/continue-all-already-running.exp: New file.
14476
14477 2014-10-17 Pedro Alves <palves@redhat.com>
14478
14479 PR gdb/17472
14480 * gdb.base/annota-input-while-running.c: New file.
14481 * gdb.base/annota-input-while-running.exp: New file.
14482
14483 2014-10-17 Pedro Alves <palves@redhat.com>
14484
14485 * gdb.base/callfuncs.exp: emove references to osf.
14486 * gdb.base/sigall.exp: Likewise.
14487 * gdb.gdb/selftest.exp: Likewise.
14488 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14489 * gdb.mi/non-stop.c: Likewise.
14490 * gdb.mi/pthreads.c: Likewise.
14491 * gdb.reverse/sigall-precsave.exp: Likewise.
14492 * gdb.reverse/sigall-reverse.exp: Likewise.
14493 * gdb.threads/pthreads.c: Likewise.
14494 * gdb.threads/pthreads.exp: Likewise.
14495
14496 2014-10-17 Yao Qi <yao@codesourcery.com>
14497
14498 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
14499 check 'target_info exists noargs'.
14500 (test_command_prompt_position): Likewise.
14501 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
14502 Remove "set args".
14503 (progvar_simple_while_test): Likewise.
14504 (progvar_complex_if_while_test): Likewise.
14505 (if_while_breakpoint_command_test): Likewise.
14506 (infrun_breakpoint_command_test): Likewise.
14507 (breakpoint_command_test): Likewise.
14508 (watchpoint_command_test): Likewise.
14509 (bp_deleted_in_command_test): Likewise.
14510 (temporary_breakpoint_commands): Likewise.
14511
14512 2014-10-16 Yao Qi <yao@codesourcery.com>
14513
14514 * gdb.base/remotetimeout.exp: Remove noargs checking.
14515
14516 2014-10-15 Pedro Alves <palves@redhat.com>
14517
14518 PR breakpoints/9649
14519 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
14520 * gdb.base/breakpoint-in-ro-region.exp
14521 (probe_target_hardware_step): New procedure.
14522 (top level): Probe hardware stepping and hardware breakpoint
14523 support. Test stepping through a read-only region, with both
14524 "breakpoint auto-hw" on and off and both "always-inserted" on and
14525 off.
14526
14527 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
14528
14529 * gdb.dlang/demangle.exp: Update for demangling changes.
14530
14531 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14532
14533 * gdb.cp/non-trivial-retval.cc: Add new test cases.
14534 * gdb.cp/non-trivial-retval.exp: Add new tests.
14535
14536 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
14537
14538 PR c++/13403
14539 PR c++/15154
14540 * gdb.cp/non-trivial-retval.cc: New file.
14541 * gdb.cp/non-trivial-retval.exp: New file.
14542
14543 2014-10-15 Yao Qi <yao@codesourcery.com>
14544
14545 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
14546 remote host.
14547
14548 2014-10-15 Yao Qi <yao@codesourcery.com>
14549
14550 * gdb.python/py-symbol.exp: Match file base name if host is
14551 remote, otherwise match file name with dir name.
14552 * gdb.python/py-symtab.exp: Likewise.
14553 * gdb.python/python.exp: Likewise.
14554
14555 2014-10-15 Yao Qi <yao@codesourcery.com>
14556
14557 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
14558 pattern.
14559 * gdb.python/py-symtab.exp: Likewise.
14560 * gdb.python/python.exp: Remove trailing ".*". Fix typo
14561 locationn.
14562
14563 2014-10-14 Joel Brobecker <brobecker@adacore.com>
14564
14565 * gdb.ada/addr_arith: New testcase.
14566
14567 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
14568
14569 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
14570 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
14571 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
14572 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
14573
14574 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
14575
14576 * gdb.arch/stap-eval-lang-ada.S: Likewise.
14577 * gdb.arch/stap-eval-lang-ada.c: Likewise.
14578 * gdb.arch/stap-eval-lang-ada.exp: New file.
14579
14580 2014-10-14 Yao Qi <yao@codesourcery.com>
14581
14582 * gdb.mi/mi-var-child.c (nothing1): New function.
14583 (nothing2): New function.
14584 (do_children_tests): Set function pointers by nothing1 and
14585 nothing2.
14586 * gdb.mi/mi-var-child.exp: Step over new added statements.
14587 Update test to match the new output.
14588 * gdb.mi/var-cmd.c (nothing1): New function.
14589 (nothing2): New function.
14590 (do_children_tests): Set function pointers by nothing1 and
14591 nothing2.
14592 * gdb.mi/mi-var-display.exp: Update test to match output.
14593 Step to the line specified by $line_dct_nothing.
14594 Increase the number of lines to step.
14595
14596 2014-10-14 Yao Qi <yao@codesourcery.com>
14597
14598 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
14599 tests.
14600 * gdb.mi/mi2-var-child.exp: Likewise.
14601
14602 2014-10-13 Doug Evans <dje@google.com>
14603
14604 * gdb.python/py-objfile.exp: Change name of file name test.
14605
14606 2014-10-13 Doug Evans <dje@google.com>
14607
14608 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
14609 from the start of the CU.
14610
14611 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14612 Yao Qi <yao@codesourcery.com>
14613
14614 Fix "save breakpoints" for "catch" command.
14615 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
14616 Remove -nonewline. Match also the added "main" line.
14617
14618 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14619
14620 Fix "save breakpoints" for "disable $bpnum" command.
14621 * gdb.base/save-bp.c (main): Add label.
14622 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
14623
14624 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14625
14626 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
14627
14628 2014-10-11 Yao Qi <yao@codesourcery.com>
14629
14630 * gdb.server/server-kill.exp: Execute command
14631 "set remote trace-status-packet on" before "tstatus".
14632
14633 2014-10-11 Yao Qi <yao@codesourcery.com>
14634
14635 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
14636 (main): Call getppid.
14637 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
14638 and continue to it. Read variable "server_pid".
14639
14640 2014-10-11 Yao Qi <yao@codesourcery.com>
14641
14642 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
14643
14644 2014-10-11 Yao Qi <yao@codesourcery.com>
14645
14646 * gdb.threads/thread-find.exp: Don't execute command
14647 "info threads".
14648 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
14649 * gdb.threads/linux-dp.exp: Don't check the condition
14650 $threads_created equals to zero.
14651
14652 2014-10-10 Pedro Alves <palves@redhat.com>
14653
14654 * gdb.base/bigcore.exp: Remove references to IRIX.
14655 * gdb.base/funcargs.exp: Likewise.
14656 * gdb.base/interrupt.exp: Likewise.
14657 * gdb.base/mips_pro.exp: Likewise.
14658 * gdb.base/nodebug.exp: Likewise.
14659 * gdb.base/setvar.exp: Likewise.
14660 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
14661
14662 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14663 Pedro Alves <palves@redhat.com>
14664
14665 PR symtab/14466
14666 * gdb.base/vdso-warning.c: New file.
14667 * gdb.base/vdso-warning.exp: New file.
14668
14669 2014-10-02 Doug Evans <dje@google.com>
14670
14671 * gdb.base/structs.c (main): Don't run forever.
14672
14673 2014-10-02 Pedro Alves <palves@redhat.com>
14674
14675 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
14676 (top level) <stop threads 1, stop threads 2>: Use it.
14677
14678 2014-10-02 Pedro Alves <palves@redhat.com>
14679
14680 * gdb.threads/break-while-running.exp (test): Add new
14681 'update_thread_list' argument. Skip "info threads" if false.
14682 (top level): Add new 'update_thread_list' axis.
14683
14684 2014-10-02 Pedro Alves <palves@redhat.com>
14685
14686 PR breakpoints/17431
14687 * gdb.base/execl-update-breakpoints.c: New file.
14688 * gdb.base/execl-update-breakpoints.exp: New file.
14689
14690 2014-10-01 Pedro Alves <palves@redhat.com>
14691
14692 * gdb.base/breakpoint-in-ro-region.c: New file.
14693 * gdb.base/breakpoint-in-ro-region.exp: New file.
14694
14695 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
14696
14697 * gdb.mi/mi-exit-code.exp: New file.
14698 * gdb.mi/mi-exit-code.c: New file.
14699
14700 2014-09-30 Yao Qi <yao@codesourcery.com>
14701
14702 * lib/prelink-support.exp (build_executable_own_libs): Error if
14703 the target isn't native.
14704
14705 2014-09-30 Yao Qi <yao@codesourcery.com>
14706
14707 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
14708 false.
14709
14710 2014-09-22 Pedro Alves <palves@redhat.com>
14711
14712 * gdb.threads/break-while-running.exp: New file.
14713 * gdb.threads/break-while-running.c: New file.
14714
14715 2014-09-19 Yao Qi <yao@codesourcery.com>
14716
14717 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
14718 Invoke test. Restart GDB with --readnow and invoke test again.
14719
14720 2014-09-19 Yao Qi <yao@codesourcery.com>
14721
14722 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
14723 proc set_breakpoint_on_gcd_function. Invoke
14724 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
14725 invoke set_breakpoint_on_gcd_function again.
14726
14727 2014-09-18 Doug Evans <dje@google.com>
14728
14729 * gdb.dwarf2/symtab-producer.exp: New file.
14730
14731 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14732
14733 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
14734 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
14735 * gdb.base/global-var-nested-by-dso.c: Likewise.
14736 * gdb.base/global-var-nested-by-dso.exp: Likewise.
14737
14738 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
14739 Pedro Alves <palves@redhat.com>
14740
14741 * gdb.base/watch-bitfields.exp: Pass string other than test file
14742 name to prepare_for_testing.
14743 (watch): New procedure.
14744 (expect_watchpoint): Use with_test_prefix.
14745 (top level): Factor out tests to ...
14746 (test_watch_location, test_regular_watch): ... these new
14747 procedures, and use with_test_prefix and gdb_continue_to_end.
14748
14749 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
14750
14751 PR breakpoints/12526
14752 * gdb.base/watch-bitfields.exp: New file.
14753 * gdb.base/watch-bitfields.c: New file.
14754
14755 2014-09-16 Pedro Alves <palves@redhat.com>
14756
14757 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
14758 software and hardware addresses, not software address against
14759 itself.
14760
14761 2014-09-16 Pedro Alves <palves@redhat.com>
14762
14763 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
14764 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
14765
14766 2014-09-16 Pedro Alves <palves@redhat.com>
14767
14768 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
14769 files.
14770 * gdb.base/a2-run.exp: Remove all code guarded by istarget
14771 "*-*-vxworks*" throughout.
14772 * gdb.base/break.exp: Likewise.
14773 * gdb.base/default.exp: Likewise.
14774 * gdb.base/scope.exp: Likewise.
14775 * gdb.base/sepdebug.exp: Likewise.
14776 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
14777 throughout.
14778 * gdb.base/run.c: Likewise.
14779 * gdb.base/sepdebug.c: Likewise.
14780 * gdb.hp/gdb.aCC/run.c: Likewise.
14781 * gdb.reverse/until-reverse.c: Likewise.
14782 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
14783
14784 2014-09-16 Yao Qi <yao@codesourcery.com>
14785
14786 * boards/local-remote-host-native.exp: New file.
14787
14788 2014-09-14 Doug Evans <xdje42@gmail.com>
14789
14790 * gdb.threads/queue-signal.c (thread_count): New variable.
14791 (thread_count_mutex, thread_count_condvar): New variables.
14792 (incr_thread_count, wait_all_threads_running): New functions.
14793 (main): Wait for all threads to be in their thread functions.
14794
14795 2014-09-13 Doug Evans <xdje42@gmail.com>
14796
14797 * gdb.threads/queue-signal.c: New file.
14798 * gdb.threads/queue-signal.exp: New file.
14799
14800 2014-09-13 Doug Evans <xdje42@gmail.com>
14801
14802 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
14803 be consistent with what default_gdb_init uses.
14804 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
14805 the plain text of the prompt. Add some logging printfs.
14806 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
14807
14808 2014-09-12 Pedro Alves <palves@redhat.com>
14809
14810 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
14811 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
14812 * gdb.arch/i386-size-overlap.exp: Likewise.
14813 * gdb.arch/i386-size.exp: Likewise.
14814 * gdb.arch/i386-unwind.exp: Likewise.
14815 * gdb.base/a2-run.exp: Likewise.
14816 * gdb.base/break.exp: Likewise.
14817 * gdb.base/charset.exp: Likewise.
14818 * gdb.base/chng-syms.exp: Likewise.
14819 * gdb.base/commands.exp: Likewise.
14820 * gdb.base/dbx.exp: Likewise.
14821 * gdb.base/find.exp: Likewise.
14822 * gdb.base/funcargs.exp: Likewise.
14823 * gdb.base/jit-simple.exp: Likewise.
14824 * gdb.base/reread.exp: Likewise.
14825 * gdb.base/sepdebug.exp: Likewise.
14826 * gdb.base/step-bt.exp: Likewise.
14827 * gdb.cp/mb-inline.exp: Likewise.
14828 * gdb.cp/mb-templates.exp: Likewise.
14829 * gdb.objc/basicclass.exp: Likewise.
14830 * gdb.threads/killed.exp: Likewise.
14831
14832 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14833
14834 PR tdep/17379
14835 * gdb.arch/powerpc-stackless.S: New file.
14836 * gdb.arch/powerpc-stackless.exp: New file.
14837
14838 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14839
14840 * gdb.base/attach.c: Include unistd.h.
14841 (main): Call alarm. Add label postloop.
14842 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
14843 gdb_breakpoint, gdb_continue_to_breakpoint.
14844 (test_command_line_attach_run): Kill ${testpid} in one exit path.
14845
14846 2014-09-11 Pedro Alves <palves@redhat.com>
14847
14848 PR gdb/17347
14849 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
14850 * gdb.base/attach.exp (test_command_line_attach_run): New
14851 procedure.
14852 (top level): Call it.
14853
14854 2014-09-11 Pedro Alves <palves@redhat.com>
14855
14856 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
14857 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
14858 (do_command_attach_tests): Use spawn_wait_for_attach.
14859 * gdb.base/solib-overlap.exp: Likewise.
14860 * gdb.multi/multi-attach.exp: Likewise.
14861 * gdb.python/py-prompt.exp: Likewise.
14862 * gdb.python/py-sync-interp.exp: Likewise.
14863 * gdb.server/ext-attach.exp: Likewise.
14864
14865 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
14866
14867 * gdb.fortran/array-element.exp: Remove unexpected "continue"
14868 command in testcase. Simplify testcase.
14869
14870 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14871
14872 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
14873
14874 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14875
14876 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
14877
14878 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14879
14880 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
14881
14882 2014-09-10 Joel Brobecker <brobecker@adacore.com>
14883
14884 * gdb.dwarf2/dynarr-ptr.c: New file.
14885 * gdb.dwarf2/dynarr-ptr.exp: New file.
14886
14887 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14888
14889 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
14890 of 30 rather than hardcoding 120 for a slow test case. Take the
14891 `gdb,timeout' target setting into account for this calculation.
14892 Don't extend the timeout for the test cases that don't need it.
14893
14894 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14895
14896 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
14897 a factor of 2 for a slow test case. Take the `gdb,timeout'
14898 target setting into account for this calculation.
14899 * gdb.reverse/until-precsave.exp: Increase the timeout by
14900 a factor of 15 and 3 respectively rather than adding 120
14901 for a pair of slow test cases. Take the `gdb,timeout'
14902 target setting into account for this calculation.
14903
14904 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14905
14906 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
14907 timeout, don't pass one down to gdb_expect.
14908 (gdb_expect): Rework timeout selection.
14909
14910 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14911
14912 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
14913 exception on timeout.
14914 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
14915 (gdbserver_start_extended): Catch any `gdbserver_start' error
14916 exceptions.
14917 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
14918 * lib/mi-support.exp (mi_gdb_target_load): Catch any
14919 `gdbserver_gdb_load' error exceptions.
14920
14921 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
14922
14923 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
14924 120 on waiting for the TCP socket to open.
14925
14926 2014-09-09 Doug Evans <xdje42@gmail.com>
14927
14928 * gdb.base/default.exp (show_conv_list): Add _caller_is,
14929 _caller_matches, _any_caller_is, _any_caller_matches.
14930
14931 2014-09-09 Doug Evans <xdje42@gmail.com>
14932
14933 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
14934
14935 2014-09-09 Yao Qi <yao@codesourcery.com>
14936
14937 * gdb.mi/mi-var-display.exp: Set print symbol off.
14938
14939 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
14940
14941 PR gdb/17035
14942 * gdb.base/commands.exp: Add tests to verify user-defined
14943 commands with empty bodies.
14944 * gdb.python/py-cmd.exp: Test that we don't show user-defined
14945 python commands in `show user command`.
14946 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
14947 scheme commands in `show user command`.
14948
14949 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14950
14951 PR python/17355
14952 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
14953 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
14954 * gdb.python/py-framefilter-invalidarg.exp: New file.
14955 * gdb.python/py-framefilter-invalidarg.py: New file.
14956
14957 2014-09-06 Doug Evans <xdje42@gmail.com>
14958
14959 PR 15276
14960 * gdb.python/py-caller-is.c: New file.
14961 * gdb.python/py-caller-is.exp: New file.
14962
14963 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
14964
14965 PR gdb/17235
14966 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
14967 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
14968
14969 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
14970
14971 PR fortran/17237
14972 * gdb.fortran/print-formatted.exp: New file.
14973 * gdb.fortran/print-formatted.f90: Likewise.
14974
14975 2014-09-03 Sasha Smundak <asmundak@google.com>
14976
14977 * gdb.python/py-frame.exp: Test Frame.read_register.
14978
14979 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
14980
14981 PR python/16699
14982 * gdb.python/py-completion.exp: New file.
14983 * gdb.python/py-completion.py: Likewise.
14984
14985 2014-08-28 Doug Evans <dje@google.com>
14986
14987 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
14988 eax,etc. are live with values set by gdb and thus the compiler can't
14989 use them.
14990 * gdb.arch/i386-pseudo.c (main): Ditto.
14991
14992 2014-08-27 Doug Evans <dje@google.com>
14993
14994 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
14995
14996 2014-08-25 Doug Evans <dje@google.com>
14997
14998 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
14999 (main): Ditto.
15000
15001 2014-08-25 Doug Evans <dje@google.com>
15002
15003 * gdb.threads/thread-execl.exp: #include <stdio.h>.
15004
15005 2014-08-24 Yao Qi <yao@codesourcery.com>
15006
15007 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
15008 symbol off.
15009 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
15010
15011 2014-08-22 Doug Evans <dje@google.com>
15012
15013 PR 17276
15014 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
15015 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
15016 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
15017
15018 2014-08-22 Yao Qi <yao@codesourcery.com>
15019
15020 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
15021 * gdb.python/py-finish-breakpoint2.exp: Likewise.
15022 * gdb.python/python.exp: Likewise. Use .py file on the host
15023 instead of the build.
15024
15025 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15026
15027 * gdb.threads/gcore-stale-thread.c: New file.
15028 * gdb.threads/gcore-stale-thread.exp: New file.
15029
15030 2014-08-21 Pedro Alves <palves@redhat.com>
15031
15032 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
15033 * gdb.base/gcore-relro-pie.exp: Likewise.
15034 * gdb.base/gcore-relro.exp: Likewise.
15035 * gdb.base/gcore.exp: Likewise.
15036 * gdb.base/print-symbol-loading.exp: Likewise.
15037 * gdb.threads/gcore-thread.exp: Likewise.
15038 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
15039
15040 2014-08-20 Pedro Alves <palves@redhat.com>
15041 Jan Kratochvil <jan.kratochvil@redhat.com>
15042
15043 * Makefile.in (EXTRA_RULES, CC): New variables, get from
15044 configure.
15045 (EXPECT): Handle READ1 being set.
15046 (all): Depend on EXTRA_RULES.
15047 (check-read1, expect-read1, read1.so, read1): New rules.
15048 * README (Testsuite Parameters): Document the READ1 make variable.
15049 (Race detection): New section.
15050 * configure: Regenerate.
15051 * configure.ac: If build==host==target, and running under a
15052 GNU/glibc system, add read1 to the extra Makefile rules.
15053 (EXTRA_RULES): AC_SUBST it.
15054 * lib/read1.c: New file.
15055
15056 2014-08-20 Joel Brobecker <brobecker@adacore.com>
15057
15058 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
15059 the handling of variables declared as a typedef to an array
15060 which a DW_AT_data_location attribute.
15061
15062 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
15063 Pedro Alves <palves@redhat.com>
15064
15065 PR symtab/14604
15066 PR symtab/14605
15067 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
15068 gdb_test.
15069
15070 2014-08-19 Pedro Alves <palves@redhat.com>
15071
15072 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
15073
15074 2014-08-19 Yao Qi <yao@codesourcery.com>
15075
15076 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
15077 right line.
15078
15079 2014-08-18 David Blaikie <dblaikie@gmail.com>
15080
15081 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
15082
15083 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15084
15085 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
15086 attribute in array range.
15087
15088 2014-08-18 Joel Brobecker <brobecker@adacore.com>
15089
15090 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
15091
15092 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15093
15094 PR c++/17132
15095 * gdb.cp/pr17132.cc: New file.
15096 * gdb.cp/pr17132.exp: New file.
15097
15098 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
15099
15100 * gdb.python/py-xmethods.py (A_getarrayind)
15101 (E_method_char_worker.__call__, E_method_int_worker.__call__):
15102 Use 'print' with function call syntax.
15103 (E_method_matcher.match): Fix tab vs space indentation mixup.
15104
15105 2014-08-15 Yao Qi <yao@codesourcery.com>
15106
15107 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
15108 false.
15109
15110 2014-08-15 Yao Qi <yao@codesourcery.com>
15111
15112 * gdb.cp/casts.exp: Set print symbol off.
15113 * gdb.cp/class2.exp: Likewise.
15114 * gdb.cp/overload.exp: Likewise.
15115 * gdb.cp/templates.exp: Likewise.
15116
15117 2014-08-11 Doug Evans <dje@google.com>
15118
15119 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
15120 (test_load_shlib): Update.
15121
15122 2014-08-09 Yao Qi <yao@codesourcery.com>
15123
15124 * gdb.base/display.exp: Invoke is_address_zero_readable.
15125 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
15126 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15127 * gdb.base/hbreak-unmapped.exp: Return if
15128 is_address_zero_readable returns true.
15129 * gdb.base/signest.exp: Likewise.
15130 * gdb.base/signull.exp: Likewise.
15131 * gdb.base/sigbpt.exp: Likewise.
15132 * gdb.guile/scm-disasm.exp: Do the test if
15133 is_address_zero_readable returns false.
15134 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
15135 * gdb.python/py-arch.exp: Likewise.
15136 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
15137 * lib/gdb.exp (is_address_zero_readable): New proc.
15138
15139 2014-08-09 Yao Qi <yao@codesourcery.com>
15140
15141 PR testsuite/13443
15142 * gdb.mi/mi-var-display.exp: Make test messages unique.
15143
15144 2014-08-04 Tom Tromey <tromey@redhat.com>
15145
15146 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
15147 target 0".
15148
15149 2014-08-04 Tom Tromey <tromey@redhat.com>
15150
15151 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
15152 "target_resume".
15153
15154 2014-08-01 Joel Brobecker <brobecker@adacore.com>
15155
15156 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
15157 inner_vla_struct_object_size.
15158 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
15159 as xfail.
15160
15161 2014-07-30 Pedro Alves <palves@redhat.com>
15162
15163 * gdb.threads/signal-command-handle-nopass.exp (test): Add
15164 comment.
15165
15166 2014-07-29 Yao Qi <yao@codesourcery.com>
15167
15168 PR gdb/17206
15169 * gdb.base/until-nodebug.exp: New.
15170
15171 2014-07-28 Doug Evans <xdje42@gmail.com>
15172
15173 PR guile/17203
15174 * gdb.guile/scm-parameter.exp: Add tests for trying to create
15175 previously existing parameter, and previously ambiguously spelled
15176 parameter.
15177
15178 2014-07-28 Will Newton <will.newton@linaro.org>
15179
15180 * gdb.base/varargs.exp: Remove KFAILs for ARM.
15181
15182 2014-07-26 Ludovic Courtès <ludo@gnu.org>
15183 Doug Evans <xdje42@gmail.com>
15184
15185 PR guile/17146
15186 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
15187
15188 2014-07-25 Pedro Alves <palves@redhat.com>
15189
15190 * gdb.threads/signal-command-handle-nopass.c: New file.
15191 * gdb.threads/signal-command-handle-nopass.exp: New file.
15192 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
15193 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
15194 * gdb.threads/signal-delivered-right-thread.c: New file.
15195 * gdb.threads/signal-delivered-right-thread.exp: New file.
15196
15197 2014-07-25 Pedro Alves <palves@redhat.com>
15198
15199 * gdb.base/double-prompt-target-event-error.exp
15200 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
15201 match.
15202 (cancel_pagination_in_target_event): Rework double prompt
15203 detection.
15204 * gdb.base/paginate-after-ctrl-c-running.exp
15205 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
15206 <return>' match.
15207 * gdb.base/paginate-bg-execution.exp
15208 (test_bg_execution_pagination_return)
15209 (test_bg_execution_pagination_cancel): Remove '-notransfer
15210 <return>' matches.
15211 * gdb.base/paginate-execution-startup.exp
15212 (test_fg_execution_pagination_return)
15213 (test_fg_execution_pagination_cancel): Remove '-notransfer
15214 <return>' matches.
15215 * gdb.base/paginate-inferior-exit.exp
15216 (test_paginate_inferior_exited): Remove '-notransfer <return>'
15217 match.
15218 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
15219 * lib/gdb.exp (pagination_prompt): Run text through
15220 string_to_regexp.
15221 (gdb_test_multiple): Match $pagination_prompt instead of
15222 "<return>".
15223 (string_to_regexp): Move to lib/gdb-utils.exp.
15224
15225 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15226
15227 * gdb.arch/amd64-entry-value-paramref.S: New file.
15228 * gdb.arch/amd64-entry-value-paramref.cc: New file.
15229 * gdb.arch/amd64-entry-value-paramref.exp: New file.
15230 * gdb.arch/amd64-optimout-repeat.S: New file.
15231 * gdb.arch/amd64-optimout-repeat.c: New file.
15232 * gdb.arch/amd64-optimout-repeat.exp: New file.
15233
15234 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15235
15236 PR gdb/17170
15237 * gdb.base/statistics.exp: New file.
15238
15239 2014-07-17 Doug Evans <dje@google.com>
15240
15241 PR gdb/17170
15242 * gdb.base/maint.exp: Update testing of per-command stats.
15243
15244 2014-07-16 Pedro Alves <palves@redhat.com>
15245
15246 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
15247 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
15248 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
15249 (tfile_write_buf): New functions.
15250 (add_memory_block): Rewrite using the above.
15251 (adjust_function_address): New function.
15252 (FUNCTION_ADDRESS): New macro.
15253 (write_basic_trace_file): Remove short_x local, and use
15254 tfile_write_16. Change type of func_addr local to unsigned long
15255 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
15256 here. Cast argument of add_memory_block to char pointer.
15257 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
15258 (main): Remove parameters.
15259 * gdb.trace/tfile.exp: Remove nowarnings.
15260
15261 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
15262
15263 * gdb.base/debug-expr.exp: Test string evaluation with
15264 "debug expression" on.
15265
15266 2014-07-15 Pedro Alves <palves@redhat.com>
15267
15268 * gdb.base/reread.exp: Use clean_restart.
15269
15270 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
15271
15272 * gdb.arch/avr-flash-qualifer.c: New.
15273 * gdb.arch/avr-flash-qualifer.exp: New.
15274
15275 2014-07-14 Pedro Alves <palves@redhat.com>
15276
15277 * gdb.base/paginate-after-ctrl-c-running.c: New file.
15278 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
15279
15280 2014-07-14 Pedro Alves <palves@redhat.com>
15281
15282 * gdb.base/double-prompt-target-event-error.c: New file.
15283 * gdb.base/double-prompt-target-event-error.exp: New file.
15284
15285 2014-07-14 Pedro Alves <palves@redhat.com>
15286
15287 PR gdb/17072
15288 * gdb.base/paginate-inferior-exit.c: New file.
15289 * gdb.base/paginate-inferior-exit.exp: New file.
15290
15291 2014-07-14 Pedro Alves <palves@redhat.com>
15292
15293 PR gdb/17072
15294 * gdb.base/paginate-bg-execution.c: New file.
15295 * gdb.base/paginate-bg-execution.exp: New file.
15296
15297 2014-07-14 Pedro Alves <palves@redhat.com>
15298
15299 PR gdb/17072
15300 * gdb.base/paginate-execution-startup.c: New file.
15301 * gdb.base/paginate-execution-startup.exp: New file.
15302 * lib/gdb.exp (pagination_prompt): New global.
15303 (default_gdb_spawn): New procedure, factored out from
15304 default_gdb_spawn.
15305 (default_gdb_start): Adjust to call default_gdb_spawn.
15306 (gdb_spawn): New procedure.
15307
15308 2014-07-14 Pedro Alves <palves@redhat.com>
15309
15310 * lib/gdb.exp (gdb_assert): New procedure.
15311 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
15312
15313 2014-07-14 Pedro Alves <palves@redhat.com>
15314
15315 * gdb.base/execution-termios.c: New file.
15316 * gdb.base/execution-termios.exp: New file.
15317
15318 2014-07-14 Tom Tromey <tromey@redhat.com>
15319
15320 * gdb.cp/vla-cxx.cc: New file.
15321 * gdb.cp/vla-cxx.exp: New file.
15322
15323 2014-07-14 Tom Tromey <tromey@redhat.com>
15324
15325 * gdb.reverse/rerun-prec.c: New file.
15326 * gdb.reverse/rerun-prec.exp: New file.
15327
15328 2014-07-12 Maciej W. Rozycki <macro@mips.com>
15329 Maciej W. Rozycki <macro@codesourcery.com>
15330
15331 * lib/gdb-utils.exp: New file.
15332 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
15333 inline `gdb_init_command' processing.
15334 (gdb_start_cmd): Likewise.
15335 * lib/mi-support.exp (mi_run_cmd): Likewise.
15336 * README: Document `gdb_init_command' and `gdb_init_commands'.
15337
15338 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15339
15340 Fix false FAIL running under a very long directory name.
15341 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
15342 and "set print elements 10000". Twice.
15343
15344 2014-07-11 Yao Qi <yao@codesourcery.com>
15345
15346 * gdb.base/exprs.exp: "set print symbol off".
15347
15348 2014-07-11 Pedro Alves <palves@redhat.com>
15349
15350 * gdb.threads/kill.c: New file.
15351 * gdb.threads/kill.exp: New file.
15352
15353 2014-07-10 Yao Qi <yao@codesourcery.com>
15354
15355 * gdb.trace/tfile.c (write_basic_trace_file)
15356 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
15357 address written to trace file.
15358
15359 2014-07-09 Pedro Alves <palves@redhat.com>
15360
15361 * gdb.base/attach-wait-input.exp: New file.
15362 * gdb.base/attach-wait-input.c: New file.
15363
15364 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
15365
15366 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
15367 setting up test structures.
15368 (main): Call new test function.
15369 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
15370 test function, continue into test function and walk test
15371 structures.
15372
15373 2014-07-02 Yao Qi <yao@codesourcery.com>
15374
15375 * gdb.trace/entry-values.c: Define labels 'foo_start' and
15376 'bar_start' at the beginning of functions 'foo' and 'bar'
15377 respectively.
15378 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
15379 instead of 'foo' and 'bar'.
15380
15381 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
15382
15383 * gdb.btrace/segv.exp: New.
15384 * gdb.btrace/segv.c: New.
15385
15386 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
15387
15388 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
15389 instruction.
15390
15391 2014-06-30 Mark Wielaard <mjw@redhat.com>
15392
15393 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
15394 vulture, vilify, villar): New volatile array constants.
15395 (vindictive, vegetation): New const volatile array constants.
15396 * gdb.base/volatile.exp: Test volatile and const volatile array
15397 types.
15398
15399 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15400
15401 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
15402 target lacks support for awatch, rwatch, or hbreak.
15403
15404 2014-06-27 Yao Qi <yao@codesourcery.com>
15405
15406 * gdb.multi/dummy-frame-restore.exp: New.
15407 * gdb.multi/dummy-frame-restore.c: New.
15408
15409 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
15410
15411 * gdb.btrace/gcore.exp: New.
15412
15413 2014-06-23 Pedro Alves <palves@redhat.com>
15414
15415 * gdb.base/watchpoint-reuse-slot.c: New file.
15416 * gdb.base/watchpoint-reuse-slot.exp: New file.
15417
15418 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
15419
15420 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
15421 progspace's filename in 'info', 'enable' and 'disable' command
15422 tests.
15423
15424 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15425
15426 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
15427 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15428 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
15429
15430 2014-06-20 Gary Benson <gbenson@redhat.com>
15431
15432 * gdb.arch/i386-avx.exp: Fix include file location.
15433 * gdb.arch/i386-sse.exp: Likewise.
15434
15435 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
15436
15437 * gdb.dlang/expression.exp: New file.
15438
15439 2014-06-19 Pedro Alves <palves@redhat.com>
15440
15441 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
15442 out from ...
15443 (top level): ... here. Iterate running tests under different
15444 scheduler-locking settings.
15445
15446 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
15447
15448 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
15449 to DW_FORM_addr and use non-zero addresses.
15450
15451 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
15452
15453 PR gdb/17017
15454 * gdb.python/py-xmethods.cc: Add global function call counters and
15455 increment them in their respective functions. Remove "cout"
15456 statements.
15457 * gdb.python/py-xmethods.exp: Make tests check the global function
15458 call counters instead of depending on inferior IO.
15459
15460 2014-06-18 Don Breazeal <donb@codesourcery.com>
15461
15462 * gdb.base/foll-fork.exp (default_fork_parent_follow):
15463 Deleted procedure.
15464 (explicit_fork_parent_follow): Deleted procedure.
15465 (explicit_fork_child_follow): Deleted procedure.
15466 (test_follow_fork): New procedure.
15467 (do_fork_tests): Replace calls to deleted procedures with
15468 calls to test_follow_fork and reset GDB for subsequent
15469 procedure calls.
15470
15471 2014-06-17 Yao Qi <yao@codesourcery.com>
15472
15473 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
15474 CP1252.
15475
15476 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
15477
15478 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
15479 Initialize ptr and S explicitly.
15480 (skip_type_update_when_not_use_rtti_test): Likewise.
15481
15482 2014-06-16 Keith Seitz <keiths@redhat.com>
15483
15484 PR mi/15863
15485 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
15486 the inferior is started.
15487
15488 2014-06-16 Pedro Alves <palves@redhat.com>
15489
15490 * gdb.base/break-main-file-remove-fail.c: New file.
15491 * gdb.base/break-main-file-remove-fail.exp: New file.
15492 * gdb.base/break-unload-file.exp: Use build_executable instead of
15493 prepare_for_testing.
15494 (test_break): New parameter "initial_load". Handle it.
15495 (top level): Add initial_load cmdline/file axis.
15496
15497 2014-06-12 Tom Tromey <tromey@redhat.com>
15498
15499 * gdb.base/completion.exp: Don't use directory name in test.
15500
15501 2014-06-09 Gary Benson <gbenson@redhat.com>
15502
15503 * gdb.base/sigall.c [Functions to send signals]: Reorder to
15504 separate the always-available ANSI-standard signals from the
15505 signals that require checking.
15506 (main): Likewise.
15507 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
15508 Likewise.
15509 (main): Likewise.
15510
15511 2014-06-07 Keith Seitz <keiths@redhat.com>
15512
15513 Revert:
15514 PR c++/16253
15515 * gdb.cp/var-tag.cc: New file.
15516 * gdb.cp/var-tag.exp: New file.
15517 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
15518 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
15519 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
15520 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
15521
15522 2014-06-06 Doug Evans <xdje42@gmail.com>
15523
15524 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
15525
15526 2014-06-06 Pedro Alves <palves@redhat.com>
15527
15528 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
15529 in target debug output instead of looking at RSP packets,
15530 disabling the test on any target that uses hardware stepping.
15531 Update comments.
15532
15533 2014-06-06 Pedro Alves <palves@redhat.com>
15534
15535 * gdb.base/break-unload-file.exp: Fix typo.
15536
15537 2014-06-06 Yao Qi <yao@codesourcery.com>
15538
15539 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
15540 from "jit_function" to "^jit_function".
15541
15542 2014-06-06 Yao Qi <yao@codesourcery.com>
15543
15544 * gdb.base/async.c (foo): Add one statement.
15545 * gdb.base/async.exp: Get the next instruction address and
15546 match the output of "nexti" by instruction address. Match
15547 the hex address in the output of "finish".
15548
15549 2014-06-06 Gary Benson <gbenson@redhat.com>
15550
15551 * gdb.base/call-signals.c: Remove preprocessor conditionals
15552 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
15553 SIGSEGV and SIGTERM.
15554 * gdb.base/sigall.c: Likewise.
15555 * gdb.base/unwindonsignal.c: Likewise.
15556 * gdb.reverse/sigall-reverse.c: Likewise.
15557
15558 2014-06-06 Yao Qi <yao@codesourcery.com>
15559
15560 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
15561 readable, skip the test.
15562
15563 2014-06-06 Yao Qi <yao@codesourcery.com>
15564
15565 * gdb.threads/staticthreads.c (thread_function): Move the line
15566 setting breakpoint on forward.
15567 * gdb.threads/staticthreads.exp: Update comments.
15568
15569 2014-06-05 Ludovic Courtès <ludo@gnu.org>
15570
15571 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
15572 "history-append! type error".
15573
15574 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
15575
15576 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
15577 erroneous dprintf expected input.
15578
15579 2014-06-04 Doug Evans <xdje42@gmail.com>
15580
15581 * gdb.guile/scm-generics.exp: Delete.
15582
15583 2014-06-04 Doug Evans <xdje42@gmail.com>
15584
15585 * gdb.guile/scm-breakpoint.exp: Update.
15586 Add tests for breakpoint registration.
15587
15588 2014-06-04 Tom Tromey <tromey@redhat.com>
15589
15590 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
15591 VLA-in-union.
15592 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
15593 inner_vla_struct, vla_union types. Initialize objects of those
15594 types and compute their sizes.
15595
15596 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
15597 Hui Zhu <hui@codesourcery.com>
15598
15599 * gdb.base/fileio.exp: Add test for shell not available as well as
15600 available.
15601 * gdb.base/fileio.c (test_system): Check for shell twice.
15602
15603 2014-06-04 Yao Qi <yao@codesourcery.com>
15604
15605 * gdb.base/auto-connect-native-target.exp: Remove redundant
15606 space from the regexp pattern.
15607
15608 2014-06-04 Yao Qi <yao@codesourcery.com>
15609
15610 * gdb.base/default.exp: Replace "child" with "native" in
15611 regexp pattern.
15612
15613 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
15614
15615 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
15616 * gdb.python/py-xmethods.exp: New tests to test xmethods.
15617 * gdb.python/py-xmethods.py: Python script supporting the
15618 new testcase and tests.
15619
15620 2014-06-03 Joel Brobecker <brobecker@adacore.com>
15621 Pedro Alves <palves@redhat.com>
15622
15623 PR breakpoints/17000
15624 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
15625 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
15626
15627 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
15628
15629 * gdb.base/subst.exp: Add tests to verify partial path matching
15630 output.
15631
15632 2014-06-03 Pedro Alves <palves@redhat.com>
15633
15634 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
15635 target that doesn't use software single-stepping.
15636
15637 2014-06-03 Pedro Alves <palves@redhat.com>
15638
15639 PR breakpoints/17000
15640 * gdb.base/sss-bp-on-user-bp-2.c: New file.
15641 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
15642
15643 2014-06-02 Doug Evans <xdje42@gmail.com>
15644
15645 * gdb.guile/scm-parameter.exp: New file.
15646
15647 2014-06-02 Doug Evans <xdje42@gmail.com>
15648
15649 * gdb.guile/scm-cmd.c: New file.
15650 * gdb.guile/scm-cmd.exp: New file.
15651
15652 2014-06-02 Doug Evans <xdje42@gmail.com>
15653
15654 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
15655 pretty-printer lookup.
15656 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
15657 (make-pp_s-printer): Call it.
15658 (make-pretty-printer-from-dict): New function.
15659 (lookup-pretty-printer-maker-from-dict): New function.
15660 (*pretty-printer*): Simplify.
15661 (make-objfile-pp_s-printer): New function.
15662 (install-objfile-pretty-printers!): New function.
15663 (make-progspace-pp_s-printer): New function.
15664 (install-progspace-pretty-printers!): New function.
15665 * gdb.guile/scm-progspace.c: New file.
15666 * gdb.guile/scm-progspace.exp: New file.
15667
15668 2014-06-02 Pedro Alves <palves@redhat.com>
15669
15670 * gdb.base/dprintf-bp-same-addr.c: New file.
15671 * gdb.base/dprintf-bp-same-addr.exp: New file.
15672
15673 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15674
15675 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
15676 * gdb.arch/powerpc-power.s: Likewise.
15677
15678 2014-06-02 Joel Brobecker <brobecker@adacore.com>
15679
15680 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
15681
15682 2014-06-01 Yao Qi <yao@codesourcery.com>
15683
15684 * gdb.base/watchpoint.exp (test_watch_location): Check null
15685 pointer can be dereferenced. If not, do the test, otherwise
15686 skip it.
15687
15688 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15689
15690 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
15691 results.
15692 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
15693
15694 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
15695
15696 * gdb.arch/amd64-invalid-stack-middle.S: New file.
15697 * gdb.arch/amd64-invalid-stack-middle.c: New file.
15698 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
15699 * gdb.arch/amd64-invalid-stack-top.c: New file.
15700 * gdb.arch/amd64-invalid-stack-top.exp: New file.
15701
15702 2014-05-30 Pedro Alves <palves@redhat.com>
15703
15704 PR breakpoints/17000
15705 * gdb.base/sss-bp-on-user-bp.c: New file.
15706 * gdb.base/sss-bp-on-user-bp.exp: New file.
15707
15708 2014-05-30 David Blaikie <dblaikie@gmail.com>
15709
15710 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
15711 gnu_inline semantics via attribute.
15712 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
15713 source explicitly specifies the required semantics.
15714
15715 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
15716
15717 * gdb.reverse/sigall-reverse.exp: Fix a typo.
15718
15719 2014-05-29 Pedro Alves <palves@redhat.com>
15720 Tom Tromey <tromey@redhat.com>
15721
15722 * gdb.base/async-shell.exp: Don't enable target-async.
15723 * gdb.base/async.exp
15724 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
15725 parameter. Adjust.
15726 (top level): Don't test with "target-async".
15727 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
15728 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
15729 * gdb.base/inferior-died.exp: Don't enable target-async.
15730 * gdb.base/interrupt-noterm.exp: Likewise.
15731 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
15732 * gdb.mi/mi-nonstop-exit.exp: Likewise.
15733 * gdb.mi/mi-nonstop.exp: Likewise.
15734 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
15735 * gdb.mi/mi-nsintrall.exp: Likewise.
15736 * gdb.mi/mi-nsmoribund.exp: Likewise.
15737 * gdb.mi/mi-nsthrexec.exp: Likewise.
15738 * gdb.mi/mi-watch-nonstop.exp: Likewise.
15739 * gdb.multi/watchpoint-multi.exp: Adjust comment.
15740 * gdb.python/py-evsignal.exp: Don't enable target-async.
15741 * gdb.python/py-evthreads.exp: Likewise.
15742 * gdb.python/py-prompt.exp: Likewise.
15743 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
15744 * gdb.server/solib-list.exp: Don't enable target-async.
15745 * gdb.threads/thread-specific-bp.exp: Likewise.
15746 * lib/mi-support.exp: Adjust to use mi-async.
15747
15748 2014-05-29 Pedro Alves <palves@redhat.com>
15749
15750 PR gdb/13860
15751 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
15752 reason, even in sync mode.
15753
15754 2014-05-29 Pedro Alves <palves@redhat.com>
15755 Hui Zhu <hui@codesourcery.com>
15756
15757 PR PR15693
15758 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
15759 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
15760 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
15761 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
15762
15763 2014-05-28 Joel Brobecker <brobecker@adacore.com>
15764
15765 * config/monitor.exp (gdb_target_monitor): Replace use of
15766 "set remotebaud" by "set serial baud".
15767
15768 2014-05-26 Andy Wingo <wingo@igalia.com>
15769
15770 * gdb.guile/scm-breakpoint.exp:
15771 * gdb.guile/scm-gsmob.exp: Update to use plain old object
15772 properties instead of gdb-object-properties.
15773
15774 2014-05-26 Yao Qi <yao@codesourcery.com>
15775
15776 * gdb.server/no-thread-db.exp: Specify source file name
15777 explicitly when setting a breakpoint.
15778
15779 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15780
15781 * gdb.btrace/vdso.c: New.
15782 * gdb.btrace/vdso.exp: New.
15783
15784 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15785
15786 * gdb.base/gcore.exp (capture_command_output): Move ...
15787 * lib/gdb.exp (capture_command_output): ... here.
15788
15789 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
15790
15791 * gdb.btrace/data.exp: Test memory access during btrace replay.
15792
15793 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
15794
15795 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
15796
15797 2014-05-21 Pedro Alves <palves@redhat.com>
15798
15799 PR gdb/13860
15800 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
15801 (top level): Test that output related to execution commands is
15802 sent to the console with CLI commands, but not with MI commands.
15803 Test that breakpoint events are always mirrored to the console.
15804 Also expect the new source line to be output after a "next" in
15805 async mode too. Make it a pass/fail test.
15806 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
15807 output.
15808 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
15809
15810 2014-05-21 Pedro Alves <palves@redhat.com>
15811
15812 * gdb.base/list.exp (build_pattern, test_list): New procedures.
15813 Use them to test variations of "list" after reaching a breakpoint.
15814 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
15815 Test "list" with listsize 10 after reaching a breakpoint.
15816 * gdb.python/python.exp (decode_line current location line
15817 number): Adjust expected line number.
15818
15819 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
15820
15821 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
15822 behavior for $args, pass it directly to "run".
15823
15824 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
15825
15826 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
15827 30000 to 65536.
15828
15829 2014-05-21 Pedro Alves <palves@redhat.com>
15830
15831 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
15832 auto-connect-native-target off".
15833 * gdb.base/auto-connect-native-target.c: New file.
15834 * gdb.base/auto-connect-native-target.exp: New file.
15835
15836 2014-05-21 Pedro Alves <palves@redhat.com>
15837
15838 * gdb.base/default.exp: Test "target native" instead of "target
15839 child".
15840
15841 2014-05-21 Mark Wielaard <mjw@redhat.com>
15842
15843 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15844
15845 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15846
15847 Fix TLS access for -static -pthread.
15848 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
15849 <HAVE_TLS> (thread_function, main): Initialize it.
15850 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
15851 Add clean_restart.
15852 <$have_tls != "">: Check TLSVAR.
15853
15854 2014-05-21 Pedro Alves <palves@redhat.com>
15855
15856 * gdb.base/dcache-line-read-error.c: New.
15857 * gdb.base/dcache-line-read-error.exp: New.
15858
15859 2014-05-20 Pedro Alves <palves@redhat.com>
15860
15861 * gdb.base/compare-sections.c: New file.
15862 * gdb.base/compare-sections.exp: New file.
15863
15864 2014-05-20 Pedro Alves <palves@redhat.com>
15865
15866 * gdb.base/break-idempotent.c: New file.
15867 * gdb.base/break-idempotent.exp: New file.
15868
15869 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
15870
15871 * gdb.btrace/nohist.exp: New.
15872
15873 2014-05-20 Yao Qi <yao@codesourcery.com>
15874
15875 * lib/gdb.exp (gdb_init): Set timeout if test file is under
15876 gdb.reverse directory and gdb_reverse_timeout exists in board
15877 setting.
15878 * README: Document gdb_reverse_timeout.
15879
15880 2014-05-20 Yao Qi <yao@codesourcery.com>
15881
15882 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
15883 'test_file_name'. Treat args as a string instead of a list.
15884 (gdb_init): Rename argument 'args' by 'test_file_name'.
15885
15886 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
15887
15888 * gdb.arch/powerpc-power.exp: New file.
15889 * gdb.arch/powerpc-power.s: New file.
15890
15891 2014-05-16 Doug Evans <dje@google.com>
15892
15893 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
15894 * gdb.base/completion.exp: Check that all expected files exist
15895 before doing file completion.
15896
15897 2014-05-16 Doug Evans <dje@google.com>
15898
15899 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
15900 Update.
15901 (do_syscall_tests_without_xml): Update.
15902
15903 2014-05-16 Pedro Alves <palves@redhat.com>
15904
15905 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
15906 instead of "unknown output after running".
15907
15908 2014-05-16 Yao Qi <yao@codesourcery.com>
15909
15910 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
15911 file1.txt from host at the end.
15912 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15913
15914 2014-05-15 Doug Evans <dje@google.com>
15915
15916 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
15917 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
15918 loading file. Add test for TU lookup.
15919
15920 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15921
15922 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
15923 calling "-exec-arguments" or "set args" before running the
15924 inferior.
15925
15926 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
15927
15928 * lib/mi-support.exp (mi_expect_stop): Expect message for
15929 inferiors that exit with non-zero exit code.
15930
15931 2014-05-14 Yao Qi <yao@codesourcery.com>
15932
15933 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
15934 match absolute path on remote host.
15935 (test_file_list_exec_source_files): Remove "/" from the
15936 pattern.
15937
15938 2014-05-14 Yao Qi <yao@codesourcery.com>
15939
15940 * boards/local-remote-host-notty.exp (${board}_file): New
15941 proc.
15942
15943 2014-05-07 Kyle McMartin <kyle@redhat.com>
15944
15945 Pushed by Joel Brobecker <brobecker@adacore.com>.
15946 * gdb.arch/aarch64-atomic-inst.c: New file.
15947 * gdb.arch/aarch64-atomic-inst.exp: New file.
15948
15949 2014-05-07 Yao Qi <yao@codesourcery.com>
15950
15951 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
15952 in current context" too.
15953
15954 2014-05-05 Keith Seitz <keiths@redhat.com>
15955
15956 * gdb.linespec/ls-dollar.exp: Add test for linespec
15957 file:convenience_variable.
15958
15959 2014-05-05 Yao Qi <yao@codesourcery.com>
15960
15961 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
15962 traceframes into tfile and ctf trace files. Read data from
15963 trace file and test collected data.
15964 (gdb_collect_locals_test): Likewise.
15965 (gdb_unavailable_registers_test): Likewise.
15966 (gdb_unavailable_floats): Likewise.
15967 (gdb_collect_globals_test): Likewise.
15968 (top-level): Append "ctf" to trace_file_targets if GDB
15969 supports.
15970
15971 2014-05-05 Yao Qi <yao@codesourcery.com>
15972
15973 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
15974 code to ...
15975 (gdb_collect_args_test_1): ... it. New proc.
15976 (gdb_collect_locals_test): Move some code to ...
15977 (gdb_collect_locals_test_1): ... it. New proc.
15978 (gdb_unavailable_registers_test): Move some code to ...
15979 (gdb_unavailable_registers_test_1): ... it. New proc.
15980 (gdb_unavailable_floats): Move some code to ...
15981 (gdb_unavailable_floats_1): ... it. New proc.
15982
15983 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15984
15985 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
15986 probes to test for bitness recognition.
15987 * gdb.arch/amd64-stap-optional-prefix.exp
15988 (test_probe_value_without_reg): New procedure.
15989 Add code to test for different kinds of bitness.
15990
15991 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
15992
15993 PR breakpoints/16889
15994 * gdb.arch/amd64-stap-optional-prefix.S: New file.
15995 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
15996
15997 2014-05-01 Pedro Alves <palves@redhat.com>
15998
15999 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
16000 gdb_file_cmd if no file is specified.
16001 * boards/native-extended-gdbserver.exp (gdb_load): Use the
16002 last_loaded_file to set the remote exec-file.
16003
16004 2014-05-01 Pedro Alves <palves@redhat.com>
16005
16006 * boards/local-remote-host.exp: New file.
16007
16008 2014-05-01 Pedro Alves <palves@redhat.com>
16009
16010 * boards/local-remote-host.exp: Rename to ...
16011 * boards/local-remote-host-notty.exp: ... this.
16012
16013 2014-04-28 Joel Brobecker <brobecker@adacore.com>
16014
16015 * gdb.ada/dyn_arrayidx: New testcase.
16016
16017 2014-04-26 Yao Qi <yao@codesourcery.com>
16018
16019 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
16020 and compute the length of function main. Save it in
16021 $main_length.
16022 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
16023 (top-level): Use gdb_compile to compile objects into
16024 executable and restart GDB. Remove invocation to
16025 prepare_for_testing.
16026
16027 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
16028 Pedro Alves <palves@redhat.com>
16029
16030 PR server/16255
16031 * gdb.multi/multi-attach.c: New file.
16032 * gdb.multi/multi-attach.exp: New file.
16033
16034 2014-04-25 Pedro Alves <palves@redhat.com>
16035
16036 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
16037 user.
16038 (top level): Test that "set remote conditional-breakpoints-packet
16039 off" works as intended.
16040 * gdb.base/dprintf.exp: Test that "set remote
16041 breakpoint-commands-packet off" works as intended.
16042 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
16043 New function.
16044 (top level): Call it.
16045 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
16046 remote fast-tracepoints-packet off" works as intended.
16047 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
16048 * lib/gdb.exp (gdb_is_target_remote): ... here.
16049
16050 2014-04-24 David Blaikie <dblaikie@gmail.com>
16051
16052 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
16053 ensure clang would not discard them.
16054 * gdb.base/gdbvars.c: Ditto.
16055 * gdb.base/memattr.c: Ditto.
16056 * gdb.base/whatis.c: Ditto.
16057 * gdb.python/py-prettyprint.c: Ditto.
16058 * gdb.trace/actions.c: Ditto.
16059 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
16060 ensure clang would not discard it.
16061
16062 2014-04-24 David Blaikie <dblaikie@gmail.com>
16063
16064 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
16065 clang to emit the full definition of type required by the test
16066 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
16067
16068 2014-04-24 David Blaikie <dblaikie@gmail.com>
16069
16070 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
16071 coax Clang into emitting the definition of the type.
16072 * gdb.cp/pr10728-x.h (y): Ditto.
16073 * gdb.cp/pr10728-y.cc (y): Ditto.
16074
16075 2014-04-24 David Blaikie <dblaikie@gmail.com>
16076
16077 * gdb.base/label.exp: XFAIL label related tests under Clang.
16078 * gdb.cp/cplabel.exp: Ditto.
16079 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
16080 under Clang those using labels.
16081
16082 2014-04-25 Yao Qi <yao@codesourcery.com>
16083
16084 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
16085 double_label.
16086 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
16087 partial_label and double_label.
16088
16089 2014-04-24 David Blaikie <dblaikie@gmail.com>
16090
16091 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
16092
16093 2014-04-24 David Blaikie <dblaikie@gmail.com>
16094
16095 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
16096 of the function to work across GCC and Clang.
16097 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
16098 pointer types (const void ** const V void **).
16099
16100 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
16101 Walfred Tedeschi <walfred.tedeschi@intel.com>
16102
16103 * Makefile.in (EXECUTABLES): Added i386-avx512.
16104 * gdb.arch/i386-avx512.c: New file.
16105 * gdb.arch/i386-avx512.exp: Likewise.
16106
16107 2014-04-23 Keith Seitz <keiths@redhat.com>
16108
16109 * lib/mi-support.exp (mi_list_breakpoints): Delete.
16110 (mi_make_breakpoint_table): New procedure.
16111 (mi_create_breakpoint): Use mi_make_breakpoint
16112 and return the result.
16113 (mi_make_breakpoint): New procedure.
16114 (mi_build_kv_pairs): New procedure.
16115
16116 * gdb.mi/mi-break.exp: Remove unused globals,
16117 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
16118 All callers updated.
16119 * gdb.mi/mi-dprintf.exp: Use variable to track command
16120 number.
16121 Update all callers of mi_create_breakpoint and use
16122 mi_make_breakpoint_table.
16123 Remove any unused global variables.
16124 * gdb.mi/mi-nonstop.exp: Likewise.
16125 * gdb.mi/mi-nsintrall.exp: Likewise.
16126 * gdb.mi/mi-nsmoribund.exp: Likewise.
16127 * gdb.mi/mi-nsthrexec.exp: Likewise.
16128 * gdb.mi/mi-reverse.exp: Likewise.
16129 * gdb.mi/mi-simplerun.exp: Likewise.
16130 * gdb.mi/mi-stepn.exp: Likewise.
16131 * gdb.mi/mi-syn-frame.exp: Likewise.
16132 * gdb.mi/mi-until.exp: Likewise.
16133 * gdb.mi/mi-var-cp.exp: Likewise.
16134 * gdb.mi/mi-var-display.exp: Likewise.
16135 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
16136 * gdb.mi/mi2-var-child.exp: Likewise.
16137 * gdb.mi/mi-vla-c99.exp: Likewise.
16138 * lib/mi-support.exp: Likewise.
16139
16140 From Ian Lance Taylor <iant@cygnus.com>:
16141 * lib/gdb.exp (parse_args): New procedure.
16142
16143 2014-04-23 Pedro Alves <palves@redhat.com>
16144
16145 * gdb.base/break-unload-file.c: New file.
16146 * gdb.base/break-unload-file.exp: New file.
16147 * gdb.base/sym-file-lib.c (baz): New function.
16148 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
16149 field.
16150 (load): Store the segment's mapped size.
16151 (unload): New function.
16152 (unload_shlib): New function.
16153 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
16154 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
16155 set a breakpoint at baz, and call it.
16156 * gdb.base/sym-file.exp: New tests for stale breakpoint
16157 instructions.
16158
16159 2014-04-23 Pedro Alves <palves@redhat.com>
16160
16161 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
16162 * gdb.base/hbreak-in-shr-unsupported.c: New file.
16163 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
16164 * gdb.base/hbreak-unmapped.c: New file.
16165 * gdb.base/hbreak-unmapped.exp: New file.
16166 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
16167 * lib/gdb.exp (gdb_is_target_remote): ... here.
16168
16169 2014-04-22 Pedro Alves <palves@redhat.com>
16170
16171 * gdb.base/consecutive-step-over.c: New file.
16172 * gdb.base/consecutive-step-over.exp: New file.
16173
16174 2014-04-22 Pedro Alves <palves@redhat.com>
16175
16176 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
16177 instead of send_gdb/gdb_expect.
16178
16179 2014-04-22 Yao Qi <yao@codesourcery.com>
16180
16181 * lib/trace-support.exp (generate_tracefile): New procedure.
16182 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
16183 return 0.
16184 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
16185 if generate_tracefile returns 1.
16186
16187 2014-04-18 Tom Tromey <palves@redhat.com>
16188 Pedro alves <tromey@redhat.com>
16189
16190 PR backtrace/15558
16191 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
16192 with a backtrace limit.
16193 * gdb.python/py-frame-inline.exp: Test running to an inline
16194 function with a backtrace limit, and printing the newest frame.
16195 * gdb.python/py-frame-inline.c (main): Call f.
16196
16197 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16198
16199 * gdb.java/jnpe.exp: Drop srcdir from untested path.
16200
16201 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
16202
16203 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
16204 Drop prefix from unsupported source file path.
16205
16206 2014-04-17 Yao Qi <yao@codesourcery.com>
16207
16208 * lib/gdb.exp (with_target_charset): New proc.
16209 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
16210 with_target_charset.
16211 (test_print_strings): Likewise.
16212 (test_repeat_bytes): Likewise.
16213 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
16214 for some tests.
16215
16216 2014-04-16 Keith Seitz <keiths@redhat.com>
16217
16218 PR gdb/15827
16219 * gdb.dwarf2/corrupt.c: New file.
16220 * gdb.dwarf2/corrupt.exp: New file.
16221
16222 2014-04-16 Keith Seitz <keiths@redhat.com>
16223
16224 PR c++/16597
16225 * gdb.cp/namelessclass.cc: New file.
16226 * gdb.cp/namelessclass.exp: New file.
16227 * gdb.cp/namelessclass.S: New file.
16228
16229 2014-04-16 Doug Evans <dje@google.com>
16230
16231 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
16232 Add comment.
16233 (gdbserver_default_get_comm_port): New function.
16234 (gdbserver_start): Check if board file provided
16235 "gdbserver,get_comm_port" and use it if so.
16236 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
16237 (gdb,socketport): Set to "stdio".
16238 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
16239 (stdio_gdbserver_template): Delete.
16240 (${board}_get_remote_address): Update.
16241 (${board}_build_remote_cmd): Delete.
16242 (${board}_get_comm_port): New function.
16243 (${board}_spawn): Update.
16244 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
16245 Delete.
16246 (${board}_get_remote_address): Update.
16247 (${board}_get_comm_port): New function.
16248
16249 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
16250
16251 * gdb.base/memattr.exp: Improve regexps to handle memory regions
16252 appearing in any order.
16253
16254 2014-04-15 Doug Evans <dje@google.com>
16255
16256 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
16257 uninitialized value of "description".
16258
16259 2014-04-15 Keith Seitz <keiths@redhat.com>
16260
16261 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
16262 Remove unused globals.
16263 (test_running_the_program): Likewise.
16264 (test_controlled_execution): Likewise.
16265 (test_controlling_breakpoints): Likewise.
16266 (test_program_termination): Likewise.
16267
16268 2014-04-15 Keith Seitz <keiths@redhat.com>
16269
16270 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
16271 unused globals.
16272 (test_rbreak_creation_and_listing): Likewise.
16273 (test_ignore_count): Likewise.
16274 (test_error): Likewise.
16275
16276 2014-04-15 Pedro Alves <palves@redhat.com>
16277
16278 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
16279 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
16280 sym-file-loader.c.
16281 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16282 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16283 to sym-file-loader.c.
16284 (struct library): Forward declare.
16285 (load_shlib, lookup_function): Change prototypes.
16286 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16287 (translate_offset): Remove declarations.
16288 (get_text_addr): New declaration.
16289 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
16290 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
16291 sym-file-loader.h.
16292 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
16293 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
16294 here from sym-file-loader.h.
16295 (struct library): New structure.
16296 (load_shlib, lookup_function): Change prototypes and adjust to
16297 work with a struct library.
16298 (find_shstrtab, find_strtab, find_shdr, find_symtab)
16299 (translate_offset): Make static.
16300 (get_text_addr): New function.
16301 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
16302
16303 2014-04-15 Pedro Alves <palves@redhat.com>
16304
16305 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
16306
16307 2014-04-15 Pedro Alves <palves@redhat.com>
16308
16309 * gdb.base/sym-file-loader.c: Include <limits.h>.
16310 (SELF_LINK): New define.
16311 (get_origin): New function.
16312 (load_shlib): Use it.
16313 * gdb.base/sym-file.exp: Don't early return if the target is
16314 remote. Use runto_main, and issue fail is that fails. Use
16315 gdb_load_shlibs.
16316 (shlib_name): Delete.
16317 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
16318
16319 2014-04-15 Pedro Alves <palves@redhat.com>
16320
16321 * gdb.base/sym-file.exp: Remove regex characters from test
16322 message. Don't refer to breakpoint numbers in test messages.
16323
16324 2014-04-14 Keith Seitz <keiths@redhat.com>
16325
16326 PR c++/16253
16327 * gdb.cp/var-tag.cc: New file.
16328 * gdb.cp/var-tag.exp: New file.
16329 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16330 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16331 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16332 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16333
16334 2014-04-14 Tom Tromey <tromey@redhat.com>
16335
16336 * gdb.cp/classes.exp (test_enums): Handle underlying type.
16337 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
16338 type.
16339 * gdb.cp/enum-class.exp: New file.
16340 * gdb.cp/enum-class.cc: New file.
16341
16342 2014-04-14 Tom Tromey <tromey@redhat.com>
16343
16344 * gdb.dwarf2/enum-type.exp: New file.
16345
16346 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16347
16348 * gdb.mi/mi-vla-c99.exp: New file.
16349 * gdb.mi/vla.c: New file.
16350
16351 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16352
16353 * gdb.base/vla-datatypes.c: New file.
16354 * gdb.base/vla-datatypes.exp: New file.
16355
16356 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16357
16358 * gdb.base/vla-ptr.c: New file.
16359 * gdb.base/vla-ptr.exp: New file.
16360
16361 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16362
16363 * gdb.dwarf2/count.exp: New file.
16364
16365 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
16366
16367 * gdb.base/vla-sideeffect.c: New file.
16368 * gdb.base/vla-sideeffect.exp: New file.
16369
16370 2014-04-14 David Blaikie <dblaikie@gmail.com>
16371
16372 * gdb.mi/non-stop.c: Add return value for non-void function return
16373 statement.
16374 * gdb.threads/staticthreads.c: Ditto.
16375
16376 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
16377 Doug Evans <xdje42@gmail.com>
16378
16379 * gdb.guile/scm-value.c: Improve test case.
16380 * gdb.guile/scm-value.exp: Add new test.
16381
16382 2014-04-11 David Blaikie <dblaikie@gmail.com>
16383
16384 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
16385 override Clang's default.
16386
16387 2014-04-11 Joel Brobecker <brobecker@adacore.com>
16388
16389 Revert the following changes (regressions):
16390
16391 * gdb.base/vla-sideeffect.c: New file.
16392 * gdb.base/vla-sideeffect.exp: New file.
16393
16394 * gdb.dwarf2/count.exp: New file.
16395
16396 * gdb.base/vla-multi.c: New file.
16397 * gdb.base/vla-multi.exp: New file.
16398
16399 * gdb.base/vla-ptr.c: New file.
16400 * gdb.base/vla-ptr.exp: New file.
16401
16402 * gdb.base/vla-datatypes.c: New file.
16403 * gdb.base/vla-datatypes.exp: New file.
16404
16405 * gdb.mi/mi-vla-c99.exp: New file.
16406 * gdb.mi/vla.c: New file.
16407
16408 2014-04-11 Keith Seitz <keiths@redhat.com>
16409
16410 PR c++/16675
16411 * gdb.cp/cpsizeof.exp: New file.
16412 * gdb.cp/cpsizeof.cc: New file.
16413
16414 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16415
16416 * gdb.mi/mi-vla-c99.exp: New file.
16417 * gdb.mi/vla.c: New file.
16418
16419 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16420
16421 * gdb.base/vla-datatypes.c: New file.
16422 * gdb.base/vla-datatypes.exp: New file.
16423
16424 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16425
16426 * gdb.base/vla-ptr.c: New file.
16427 * gdb.base/vla-ptr.exp: New file.
16428
16429 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16430
16431 * gdb.base/vla-multi.c: New file.
16432 * gdb.base/vla-multi.exp: New file.
16433
16434 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16435
16436 * gdb.dwarf2/count.exp: New file.
16437
16438 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
16439
16440 * gdb.base/vla-sideeffect.c: New file.
16441 * gdb.base/vla-sideeffect.exp: New file.
16442
16443 2014-04-11 Yao Qi <yao@codesourcery.com>
16444
16445 * gdb.base/completion.exp: Check file exists before running tests
16446 on file completion.
16447
16448 2014-04-10 Pedro Alves <palves@redhat.com>
16449
16450 * gdb.base/cond-eval-mode.c: New file.
16451 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
16452 prepare_for_testing to build the new file. Check result of
16453 runto_main.
16454 (test_break, test_watch): New procedures.
16455 (top level): Use them.
16456
16457 2014-04-08 Pierre Muller <muller@sourceware.org>
16458
16459 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
16460 Ctrl-V use for mingw hosts.
16461
16462 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
16463
16464 * gdb.python/py-value.c: Improve test case.
16465 * gdb.python/py-value.exp: Add new test.
16466
16467 2014-04-07 David Blaikie <dblaikie@gmail.com>
16468
16469 * lib/compiler.c: Identify the clang compiler.
16470 * lib/compiler.cc: Ditto.
16471
16472 2014-04-03 Yao Qi <yao@codesourcery.com>
16473
16474 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
16475
16476 2014-04-01 Anton Blanchard <anton@samba.org>
16477
16478 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
16479 messages unique.
16480
16481 2014-04-01 Anton Blanchard <anton@samba.org>
16482
16483 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
16484 prepare_for_testing.
16485
16486 2014-04-01 Anton Blanchard <anton@samba.org>
16487
16488 * gdb.arch/ppc64-atomic-inst.c: Remove.
16489 * gdb.arch/ppc64-atomic-inst.S: New file.
16490 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
16491
16492 2014-03-31 Doug Evans <dje@google.com>
16493
16494 * gdb.base/print-symbol-loading-lib.c: New file.
16495 * gdb.base/print-symbol-loading-main.c: New file.
16496 * gdb.base/print-symbol-loading.exp: New file.
16497
16498 2014-03-31 Yao Qi <yao@codesourcery.com>
16499
16500 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
16501
16502 2014-03-28 Joel Brobecker <brobecker@adacore.com>
16503
16504 * gdb.ada/mi_dyn_arr: New testcase.
16505
16506 2014-03-27 Doug Evans <dje@google.com>
16507
16508 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
16509
16510 2014-03-27 Yao Qi <yao@codesourcery.com>
16511
16512 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
16513 if target is nios2-*-*.
16514
16515 2014-03-26 Yao Qi <yao@codesourcery.com>
16516
16517 * lib/gdb.exp (readline_is_used): New proc.
16518 * gdb.base/completion.exp: Move tests on command complete up.
16519 Skip the rest of tests if readline is not used.
16520 * gdb.ada/complete.exp: Skp the test if readline is not
16521 used.
16522 * gdb.base/filesym.exp: Likewise.
16523 * gdb.base/macscp.exp: Likewise.
16524 * gdb.base/readline-ask.exp: Likewise.
16525 * gdb.base/readline.exp: Likewise.
16526 * gdb.python/py-cmd.exp: Likewise.
16527 * gdb.trace/tfile.exp: Likewise.
16528
16529 2014-03-26 Yao Qi <yao@codesourcery.com>
16530
16531 * gdb.base/macscp.exp: Fix code format issues.
16532
16533 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
16534
16535 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
16536 * gdb.asm/powerpc64le.inc: New file.
16537
16538 2014-03-25 Pedro Alves <palves@redhat.com>
16539 Doug Evans <dje@google.com>
16540
16541 * gdb.base/source-execution.c: New file.
16542 * gdb.base/source-execution.exp: New file.
16543 * gdb.base/source-execution.gdb: New file.
16544
16545 2014-03-24 Doug Evans <dje@google.com>
16546
16547 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
16548 using fission.
16549
16550 2014-03-24 Hui Zhu <hui@codesourcery.com>
16551 Pedro Alves <palves@redhat.com>
16552
16553 PR breakpoints/16101
16554 * gdb.base/dprintf.exp: Use unsupported rather than changing the
16555 test pass/fail messages. Detect missing support for dprintf when
16556 breakpoints are actually inserted.
16557 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
16558 breakpoints are actually inserted.
16559 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16560 fails.
16561
16562 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16563
16564 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
16565
16566 2014-03-22 Doug Evans <xdje42@gmail.com>
16567
16568 * gdb.python/python.exp (python not supported): Verify multi-line
16569 python command issues an error.
16570 * gdb.guile/guile.exp (guile not supported): Verify multi-line
16571 guile command issues an error.
16572
16573 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
16574
16575 * gdb.threads/thread-specific.exp: Handle the lack of usable
16576 $this_breakpoint and $this_thread.
16577
16578 2014-03-21 Hui Zhu <hui@codesourcery.com>
16579
16580 * gdb.base/attach.exp (do_command_attach_tests): New.
16581
16582 2014-03-20 Tom Tromey <tromey@redhat.com>
16583 Pedro Alves <palves@redhat.com>
16584
16585 PR cli/15718
16586 * gdb.base/condbreak-call-false.c: New file.
16587 * gdb.base/condbreak-call-false.exp: New file.
16588
16589 2014-03-20 Pedro Alves <palves@redhat.com>
16590
16591 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
16592 Delete.
16593 (block_signals, unblock_signals): Delete.
16594 (child_function_2, main): Remove references to deleted variable
16595 and functions.
16596
16597 2014-03-20 Pedro Alves <palves@redhat.com>
16598
16599 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
16600 Use pthread_kill to signal thread 2.
16601 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16602 Adjust to make the test send itself a signal rather than using the
16603 host's "kill" command.
16604
16605 2014-03-20 Pedro Alves <palves@redhat.com>
16606
16607 * gdb.threads/multiple-step-overs.c: New file.
16608 * gdb.threads/multiple-step-overs.exp: New file.
16609 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16610 Adjust expected infrun debug output.
16611
16612 2014-03-20 Pedro Alves <palves@redhat.com>
16613
16614 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
16615 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
16616
16617 2014-03-20 Pedro Alves <palves@redhat.com>
16618
16619 PR breakpoints/7143
16620 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
16621 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
16622 of gdb_test_multiple.
16623 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
16624 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
16625
16626 2014-03-20 Pedro Alves <palves@redhat.com>
16627
16628 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
16629 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
16630
16631 2014-03-19 Pedro Alves <palves@redhat.com>
16632
16633 * gdb.base/async.exp: Remove early return.
16634
16635 2014-03-19 Pedro Alves <palves@redhat.com>
16636
16637 * gdb.base/async.exp (step& tests): Pass explicit test messages.
16638
16639 2014-03-19 Pedro Alves <palves@redhat.com>
16640
16641 * gdb.base/async.exp (test_background): Expect \r\n after
16642 "completed." in the fail pattern.
16643
16644 2014-03-19 Pedro Alves <palves@redhat.com>
16645
16646 * gdb.base/async.exp (test_background): New procedure.
16647 Use it for all background execution command tests.
16648
16649 2014-03-19 Pedro Alves <palves@redhat.com>
16650
16651 * gdb.base/async.exp: Use prepare_for_testing.
16652
16653 2014-03-19 Pedro Alves <palves@redhat.com>
16654
16655 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
16656 the same line.
16657
16658 2014-03-19 Pedro Alves <palves@redhat.com>
16659
16660 * gdb.base/async.c (main): Add "jump here" and "until here" line
16661 marker comments.
16662 * gdb.base/async.exp (jump_here): New global.
16663 (jump& test): Use it.
16664 (until_here): New global.
16665 (until& test): Use it.
16666
16667 2014-03-19 Pedro Alves <palves@redhat.com>
16668
16669 * gdb.base/async.exp: Don't frob gdb_protocol.
16670
16671 2014-03-18 Doug Evans <xdje42@gmail.com>
16672
16673 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
16674 Fix spelling of exec-done-display.
16675
16676 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16677
16678 PR gdb/15358
16679 * gdb.base/gdb-sigterm.c: New file.
16680 * gdb.base/gdb-sigterm.exp: New file.
16681
16682 2014-03-18 Pedro Alves <palves@redhat.com>
16683
16684 PR gdb/13860
16685 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
16686 * lib/mi-support.exp (mi_expect_stop): Add special handling for
16687 solib-event.
16688
16689 2014-03-17 Joel Brobecker <brobecker@adacore.com>
16690
16691 * gdb.ada/pckd_arr_ren: New testcase.
16692
16693 2014-03-13 Doug Evans <xdje42@gmail.com>
16694
16695 PR guile/16612
16696 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
16697 collect after discarding symbols.
16698
16699 2014-03-13 Ludovic Courtès <ludo@gnu.org>
16700 Doug Evans <xdje42@gmail.com>
16701
16702 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
16703 to history survives a gc.
16704
16705 2014-03-13 Pedro Alves <palves@redhat.com>
16706
16707 * gdb.base/default.exp: Don't test "target procfs".
16708
16709 2014-03-13 Pedro Alves <palves@redhat.com>
16710
16711 * gdb.base/default.exp: Update "target child" and "target procfs"
16712 tests to not expect "Unix".
16713
16714 2014-03-12 Tom Tromey <tromey@redhat.com>
16715
16716 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
16717 New procs. Add target-async tests.
16718 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
16719 Add target-async tests.
16720
16721 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16722
16723 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
16724 'func_start' and 'func_end' for the beginning and end of the
16725 function code, respectively.
16726 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
16727 'func_end' instead of 'func' and 'main'.
16728
16729 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16730
16731 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
16732 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
16733 generate the debug info assembler source.
16734
16735 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16736
16737 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
16738 * gdb.dwarf2/arr-subrange.exp: Likewise.
16739 * gdb.dwarf2/dwz.exp: Likewise.
16740 * gdb.dwarf2/method-ptr.exp: Likewise.
16741 * gdb.dwarf2/missing-sig-type.exp: Likewise.
16742 * gdb.dwarf2/subrange.exp: Likewise.
16743 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
16744 * gdb.dwarf2/implptrpiece.exp: Likewise.
16745 * gdb.dwarf2/nostaticblock.exp: Likewise.
16746
16747 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
16748
16749 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
16750 directory to absolute path name arguments.
16751
16752 2014-03-10 Joel Brobecker <brobecker@adacore.com>
16753
16754 * gdb.ada/tagged_access: New testcase.
16755
16756 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
16757
16758 * gdb.btrace/data.exp: Update expected output.
16759
16760 2014-03-06 Yao Qi <yao@codesourcery.com>
16761
16762 * gdb.trace/pr16508.exp: New file.
16763
16764 2014-03-05 Pedro Alves <palves@redhat.com>
16765
16766 PR gdb/16575
16767 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
16768 procedure.
16769 (top level): Adjust to use it. Add tests that exercise breakpoint
16770 interaction with the code-cache.
16771
16772 2014-02-26 Ludovic Courtès <ludo@gnu.org>
16773
16774 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
16775 test for 'history-append!'.
16776
16777 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16778
16779 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
16780 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
16781 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
16782 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
16783 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
16784 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
16785
16786 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16787
16788 * testsuite/gdb.python/py-pp-re-notag.c: New file.
16789 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
16790 * testsuite/gdb.python/py-pp-re-notag.p: New file.
16791
16792 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16793
16794 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
16795
16796 2014-02-26 Joel Brobecker <brobecker@adacore.com>
16797
16798 * gdb.dwarf2/arr-stride.c: New file.
16799 * gdb.dwarf2/arr-stride.exp: New file.
16800
16801 2014-02-26 Pedro Alves <palves@redhat.com>
16802
16803 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
16804 that won't ever trigger. Make sure that GDB reports the correct
16805 breakpoint that caused the stop.
16806
16807 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16808
16809 PR gdb/16626
16810 * gdb.base/auto-load-script: New file.
16811 * gdb.base/auto-load.c: New file.
16812 * gdb.base/auto-load.exp: New file.
16813
16814 PR gdb/16626
16815 * gdb.base/auto-load.exp: Fix out-of-srctree run.
16816
16817 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16818
16819 Fix dw2-icycle.exp -fsanitize=address GDB crash.
16820 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
16821
16822 2014-02-24 Doug Evans <dje@google.com>
16823
16824 * lib/gdb.exp (run_on_host): Log error output if program fails.
16825
16826 2014-02-21 Pedro Alves <palves@redhat.com>
16827
16828 * gdb.threads/step-after-sr-lock.c: Rename to ...
16829 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
16830 * gdb.threads/step-after-sr-lock.exp: Rename to ...
16831 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
16832 ... this.
16833
16834 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
16835
16836 PR tdep/16397
16837 * gdb.arch/amd64-stap-special-operands.exp: New file.
16838 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
16839 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
16840 * gdb.arch/amd64-stap-triplet.S: Likewise.
16841 * gdb.arch/amd64-stap-triplet.c: Likewise.
16842
16843 2014-02-20 Joel Brobecker <brobecker@adacore.com>
16844
16845 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
16846 in .section pseudo-op.
16847
16848 2014-02-20 lin zuojian <manjian2006@gmail.com>
16849 Joel Brobecker <brobecker@adacore.com>
16850 Doug Evans <xdje42@gmail.com>
16851
16852 PR symtab/16581
16853 * gdb.dwarf2/dw2-icycle.S: New file.
16854 * gdb.dwarf2/dw2-icycle.c: New file.
16855 * gdb.dwarf2/dw2-icycle.exp: New file.
16856
16857 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
16858
16859 * gdb.python/py-value-cc.cc: Improve test case to enable testing
16860 operations on gdb.Value objects.
16861 * gdb.python/py-value-cc.exp: Add new test to test operations on
16862 gdb.Value objects.
16863
16864 2014-02-18 Doug Evans <dje@google.com>
16865
16866 * Makefile.in (TESTS): New variable.
16867 (expanded_tests, expanded_tests_or_none): New variables
16868 (check-single): Pass $(expanded_tests_or_none) to runtest.
16869 (check-parallel): Only run tests in $(TESTS) if non-empty.
16870 (check/no-matching-tests-found): New rule.
16871 * README: Document TESTS makefile variable.
16872
16873 2014-02-18 Doug Evans <dje@google.com>
16874
16875 * Makefile.in (check-parallel): rm -rf outputs temp.
16876
16877 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16878
16879 Fix "ERROR: no fileid for" in the testsuite.
16880 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
16881
16882 2014-02-12 Doug Evans <dje@google.com>
16883
16884 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
16885 (MISCELLANEOUS): New variable.
16886 (clean): rm -rf $(MISCELLANEOUS).
16887 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
16888 dwp live in the same directory as symlinks, with each symlink pointed
16889 to a differently named file in a different directory.
16890
16891 2014-02-11 Doug Evans <dje@google.com>
16892
16893 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
16894 of Tcl file commands.
16895
16896 2014-02-10 Mark Kettenis <kettenis@gnu.org>
16897
16898 * gdb.threads/step-after-sr-lock.exp: Avoid executing
16899 "kill -SIGUSR1 -1".
16900
16901 2014-02-10 Joel Brobecker <brobecker@adacore.com>
16902
16903 * gdb.ada/tick_length_array_enum_idx: New testcase.
16904
16905 2014-02-10 Doug Evans <xdje42@gmail.com>
16906
16907 * configure.ac (AC_OUTPUT): Add gdb.guile.
16908 * configure: Regenerate.
16909 * lib/gdb-guile.exp: New file.
16910 * lib/gdb.exp (get_target_charset): New function.
16911 * gdb.base/help.exp: Update expected output from "apropos apropos".
16912 * gdb.guile/Makefile.in: New file.
16913 * gdb.guile/guile.exp: New file.
16914 * gdb.guile/scm-arch.c: New file.
16915 * gdb.guile/scm-arch.exp: New file.
16916 * gdb.guile/scm-block.c: New file.
16917 * gdb.guile/scm-block.exp: New file.
16918 * gdb.guile/scm-breakpoint.c: New file.
16919 * gdb.guile/scm-breakpoint.exp: New file.
16920 * gdb.guile/scm-disasm.c: New file.
16921 * gdb.guile/scm-disasm.exp: New file.
16922 * gdb.guile/scm-equal.c: New file.
16923 * gdb.guile/scm-equal.exp: New file.
16924 * gdb.guile/scm-error.exp: New file.
16925 * gdb.guile/scm-error.scm: New file.
16926 * gdb.guile/scm-frame-args.c: New file.
16927 * gdb.guile/scm-frame-args.exp: New file.
16928 * gdb.guile/scm-frame-args.scm: New file.
16929 * gdb.guile/scm-frame-inline.c: New file.
16930 * gdb.guile/scm-frame-inline.exp: New file.
16931 * gdb.guile/scm-frame.c: New file.
16932 * gdb.guile/scm-frame.exp: New file.
16933 * gdb.guile/scm-generics.exp: New file.
16934 * gdb.guile/scm-gsmob.exp: New file.
16935 * gdb.guile/scm-iterator.c: New file.
16936 * gdb.guile/scm-iterator.exp: New file.
16937 * gdb.guile/scm-math.c: New file.
16938 * gdb.guile/scm-math.exp: New file.
16939 * gdb.guile/scm-objfile-script-gdb.in: New file.
16940 * gdb.guile/scm-objfile-script.c: New file.
16941 * gdb.guile/scm-objfile-script.exp: New file.
16942 * gdb.guile/scm-objfile.c: New file.
16943 * gdb.guile/scm-objfile.exp: New file.
16944 * gdb.guile/scm-ports.exp: New file.
16945 * gdb.guile/scm-pretty-print.c: New file.
16946 * gdb.guile/scm-pretty-print.exp: New file.
16947 * gdb.guile/scm-pretty-print.scm: New file.
16948 * gdb.guile/scm-section-script.c: New file.
16949 * gdb.guile/scm-section-script.exp: New file.
16950 * gdb.guile/scm-section-script.scm: New file.
16951 * gdb.guile/scm-symbol.c: New file.
16952 * gdb.guile/scm-symbol.exp: New file.
16953 * gdb.guile/scm-symtab-2.c: New file.
16954 * gdb.guile/scm-symtab.c: New file.
16955 * gdb.guile/scm-symtab.exp: New file.
16956 * gdb.guile/scm-type.c: New file.
16957 * gdb.guile/scm-type.exp: New file.
16958 * gdb.guile/scm-value-cc.cc: New file.
16959 * gdb.guile/scm-value-cc.exp: New file.
16960 * gdb.guile/scm-value.c: New file.
16961 * gdb.guile/scm-value.exp: New file.
16962 * gdb.guile/source2.scm: New file.
16963 * gdb.guile/types-module.cc: New file.
16964 * gdb.guile/types-module.exp: New file.
16965
16966 2014-02-10 Yao Qi <yao@codesourcery.com>
16967
16968 PR testsuite/16543
16969 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
16970 * configure: Regenerated.
16971 * Makefile.in: New file.
16972
16973 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
16974
16975 * gdb.python/py-framefilter.exp: Fix typo.
16976
16977 2014-02-08 Yao Qi <yao@codesourcery.com>
16978
16979 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
16980 that no =breakpoint-modified is emitted when breakpoints are
16981 modified through MI commands.
16982
16983 2014-02-07 Pedro Alves <pedro@codesourcery.com>
16984 Pedro Alves <palves@redhat.com>
16985
16986 * gdb.threads/step-after-sr-lock.c: New file.
16987 * gdb.threads/step-after-sr-lock.exp: New file.
16988
16989 2014-02-07 Pedro Alves <palves@redhat.com>
16990
16991 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
16992
16993 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16994
16995 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
16996 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
16997
16998 2014-02-06 Doug Evans <xdje42@gmail.com>
16999
17000 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
17001 output.
17002
17003 * gdb.gdb/python-interrupts.exp: New file.
17004
17005 2014-02-05 Yao Qi <yao@codesourcery.com>
17006
17007 * gdb.trace/report.exp (use_collected_data): Test the output
17008 of "info threads" and "info inferiors".
17009
17010 2014-02-05 Yao Qi <yao@codesourcery.com>
17011
17012 Revert this patch:
17013
17014 2013-05-24 Yao Qi <yao@codesourcery.com>
17015
17016 * gdb.trace/tfile.exp: Test inferior and thread.
17017
17018 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17019
17020 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
17021 on a function.
17022 * gdb.base/step-bt.c: Call hello via function pointer to make
17023 sure its first instruction is executed on powerpc64le-linux.
17024
17025 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17026
17027 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
17028
17029 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17030
17031 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
17032 of the test patterns for use on little-endian systems.
17033
17034 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
17035
17036 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
17037 (decimal_vector): Fix for little-endian.
17038
17039 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
17040
17041 * gdb.arch/sparc-sysstep.exp: New file.
17042 * gdb.arch/sparc-sysstep.c: Likewise.
17043
17044 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
17045
17046 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17047
17048 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
17049
17050 2014-01-23 Tom Tromey <tromey@redhat.com>
17051
17052 * gdb.ada/array_char_idx: New testcase.
17053
17054 2014-01-23 Tom Tromey <tromey@redhat.com>
17055
17056 PR python/16487:
17057 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
17058 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
17059 classes.
17060
17061 2014-01-23 Tom Tromey <tromey@redhat.com>
17062
17063 PR python/16491:
17064 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
17065 string from an inferior frame.
17066 * gdb.python/py-framefilter-mi.exp: Update.
17067
17068 2014-01-22 Doug Evans <dje@google.com>
17069
17070 * gdb.server/server-mon.exp: Add tests for "set debug-format".
17071
17072 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17073
17074 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
17075
17076 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17077
17078 * gdb.trace/entry-values.exp: Remove excess space character from
17079 regex patterns. Handle s390 call instruction.
17080
17081 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17082
17083 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
17084 define "*_start" label. Make "name" static.
17085 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
17086 ${name} by references to ${name}_start.
17087
17088 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
17089
17090 * gdb.base/info-macros.exp: Remove "debug" from the compile
17091 options.
17092
17093 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17094
17095 * gdb.dlang/demangle.exp: New file.
17096
17097 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17098
17099 * gdb.dlang/primitive-types.exp: New file.
17100
17101 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
17102
17103 * configure.ac: Create gdb.dlang/Makefile.
17104 * configure: Regenerate.
17105 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
17106 * gdb.dlang/Makefile.in: New file.
17107 * lib/d-support.exp: New file.
17108 * lib/gdb.exp (skip_d_tests): New proc.
17109
17110 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17111
17112 * gdb.btrace/delta.exp: Check reverse stepi.
17113 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
17114 * gdb.btrace/finish.exp: New.
17115 * gdb.btrace/next.exp: New.
17116 * gdb.btrace/nexti.exp: New.
17117 * gdb.btrace/record_goto.c: Add comments.
17118 * gdb.btrace/step.exp: New.
17119 * gdb.btrace/stepi.exp: New.
17120 * gdb.btrace/multi-thread-step.c: New.
17121 * gdb.btrace/multi-thread-step.exp: New.
17122 * gdb.btrace/rn-dl-bind.c: New.
17123 * gdb.btrace/rn-dl-bind.exp: New.
17124 * gdb.btrace/data.c: New.
17125 * gdb.btrace/data.exp: New.
17126 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17127
17128 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17129
17130 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
17131 * gdb.btrace/exception.exp: Update.
17132 * gdb.btrace/instruction_history.exp: Update.
17133 * gdb.btrace/record_goto.exp: Update.
17134 * gdb.btrace/tailcall.exp: Update.
17135 * gdb.btrace/unknown_functions.exp: Update.
17136 * gdb.btrace/delta.exp: New.
17137
17138 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17139
17140 * gdb.btrace/record_goto.exp: Add backtrace test.
17141 * gdb.btrace/tailcall.exp: Add backtrace test.
17142
17143 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17144
17145 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
17146 * gdb.btrace/record_goto.c: New.
17147 * gdb.btrace/record_goto.exp: New.
17148 * gdb.btrace/x86-record_goto.S: New.
17149
17150 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17151
17152 * gdb.btrace/function_call_history.exp: Update tests.
17153 * gdb.btrace/instruction_history.exp: Update tests.
17154
17155 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17156
17157 * gdb.btrace/function_call_history.exp: Fix expected field
17158 order for "record function-call-history".
17159 Add new tests for "record function-call-history /c".
17160 * gdb.btrace/exception.cc: New.
17161 * gdb.btrace/exception.exp: New.
17162 * gdb.btrace/tailcall.exp: New.
17163 * gdb.btrace/x86-tailcall.S: New.
17164 * gdb.btrace/x86-tailcall.c: New.
17165 * gdb.btrace/unknown_functions.c: New.
17166 * gdb.btrace/unknown_functions.exp: New.
17167 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
17168
17169 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17170
17171 * gdb.btrace/instruction_history.exp: Update.
17172 * gdb.btrace/function_call_history.exp: Update.
17173
17174 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17175
17176 * gdb.btrace/function_call_history.exp: Fix expected function
17177 trace.
17178 * gdb.btrace/instruction_history.exp: Initialize traced.
17179 Remove traced_functions.
17180
17181 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17182
17183 * gdb.btrace/function_call_history.exp: Update
17184 * gdb.btrace/instruction_history.exp: Update.
17185
17186 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
17187
17188 * gdb.btrace/enable.exp: Update expected text.
17189
17190 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
17191
17192 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
17193 bytes.
17194
17195 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
17196
17197 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
17198
17199 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
17200
17201 * lib/gdb.exp (supports_process_record): Return true for
17202 arm*-linux*. (supports_reverse): Likewise.
17203
17204 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
17205
17206 PR python/15464
17207 PR python/16113
17208 * gdb.python/py-type.c: Enhance test case.
17209 * gdb.python/py-value-cc.cc: Likewise
17210 * gdb.python/py-type.exp: Add new tests.
17211 * gdb.python/py-value-cc.exp: Likewise
17212
17213 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
17214 Pedro Alves <palves@redhat.com>
17215
17216 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
17217 Make "name" extern.
17218 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
17219 references to ${name}_start by references to ${name}.
17220
17221 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17222
17223 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
17224
17225 2014-01-10 Joel Brobecker <brobecker@adacore.com>
17226
17227 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
17228
17229 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
17230 Pedro Alves <palves@redhat.com>
17231
17232 * gdb.mi/mi-info-os.exp: Connect to the target with
17233 mi_gdb_target_load.
17234
17235 2014-01-08 Pedro Alves <palves@redhat.com>
17236
17237 * gdb.threads/reconnect-signal.c: New file.
17238 * gdb.threads/reconnect-signal.exp: New file.
17239
17240 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17241
17242 * gdb.base/source-dir.exp: New file.
17243
17244 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17245
17246 * gdb.ada/mi_interface: New testcase.
17247
17248 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17249
17250 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
17251 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
17252 gdb.ada/pp-rec-component/pck.ads: New files.
17253
17254 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17255
17256 * gdb.python/py-pp-integral.c: New file.
17257 * gdb.python/py-pp-integral.py: New file.
17258 * gdb.python/py-pp-integral.exp: New file.
17259
17260 For older changes see ChangeLog-1993-2013.
17261 \f
17262 ;; Local Variables:
17263 ;; mode: change-log
17264 ;; left-margin: 8
17265 ;; fill-column: 74
17266 ;; version-control: never
17267 ;; End:
17268
17269 Copyright 2014-2019 Free Software Foundation, Inc.
17270 Copying and distribution of this file, with or without modification,
17271 are permitted provided the copyright notice and this notice are preserved.
This page took 0.369566 seconds and 5 git commands to generate.